Skip to content
Success

Console Output

Push event to branch 23.0
11:56:41 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from 732208e0fd336c25c5df388c860c708de0ebbf9d
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
The recommended git tool is: NONE
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/docker-ce-packaging_23.0@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 4f8fd6a86e521290dafaf7c28eced2a9b21b220a (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f8fd6a86e521290dafaf7c28eced2a9b21b220a # timeout=10
Commit message: "Merge pull request #26 from docker/add-retry-to-vpn-image-pull"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] parallel
[Pipeline] { (Branch: static-linux)
[Pipeline] { (Branch: cross-mac)
[Pipeline] { (Branch: cross-win)
[Pipeline] { (Branch: centos:7-amd64)
[Pipeline] { (Branch: centos:7-aarch64)
[Pipeline] { (Branch: quay.io/centos/centos:stream8-amd64)
[Pipeline] { (Branch: quay.io/centos/centos:stream8-aarch64)
[Pipeline] { (Branch: quay.io/centos/centos:stream9-amd64)
[Pipeline] { (Branch: quay.io/centos/centos:stream9-aarch64)
[Pipeline] { (Branch: debian:buster-amd64)
[Pipeline] { (Branch: debian:buster-aarch64)
[Pipeline] { (Branch: debian:buster-armhf)
[Pipeline] { (Branch: debian:bullseye-amd64)
[Pipeline] { (Branch: debian:bullseye-aarch64)
[Pipeline] { (Branch: debian:bullseye-armhf)
[Pipeline] { (Branch: debian:bookworm-amd64)
[Pipeline] { (Branch: debian:bookworm-aarch64)
[Pipeline] { (Branch: debian:bookworm-armhf)
[Pipeline] { (Branch: fedora:36-amd64)
[Pipeline] { (Branch: fedora:36-aarch64)
[Pipeline] { (Branch: fedora:37-amd64)
[Pipeline] { (Branch: fedora:37-aarch64)
[Pipeline] { (Branch: balenalib/rpi-raspbian:buster-armhf)
[Pipeline] { (Branch: balenalib/rpi-raspbian:bullseye-armhf)
[Pipeline] { (Branch: balenalib/rpi-raspbian:bookworm-armhf)
[Pipeline] { (Branch: ubuntu:bionic-amd64)
[Pipeline] { (Branch: ubuntu:bionic-aarch64)
[Pipeline] { (Branch: ubuntu:bionic-armhf)
[Pipeline] { (Branch: ubuntu:focal-amd64)
[Pipeline] { (Branch: ubuntu:focal-aarch64)
[Pipeline] { (Branch: ubuntu:focal-armhf)
[Pipeline] { (Branch: ubuntu:jammy-amd64)
[Pipeline] { (Branch: ubuntu:jammy-aarch64)
[Pipeline] { (Branch: ubuntu:jammy-armhf)
[Pipeline] { (Branch: ubuntu:kinetic-amd64)
[Pipeline] { (Branch: ubuntu:kinetic-aarch64)
[Pipeline] { (Branch: ubuntu:kinetic-armhf)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-06be7ed0871e61d9a) 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] 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/edb8b2ac-a3d8-426b-95cb-2c3c18a0d6d7/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:56:44 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:56:44 chowning workspace
[Pipeline] sh
11:56:44 + pwd
11:56:44 + id -u
11:56:44 + id -g
11:56:44 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
[Pipeline] echo
11:56:44 Removing all docker containers
[Pipeline] sh
11:56:45 + docker container ls -aq
[Pipeline] echo
11:56:45 Docker containers have been removed
[Pipeline] echo
11:56:45 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:56:45 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (centos-7-aarch64)
[Pipeline] sh
11:56:45 + echo starting...
11:56:45 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:56:45 + docker version
11:56:45 Client: Docker Engine - Community
11:56:45  Version:           22.06.0-beta.0
11:56:45  API version:       1.42
11:56:45  Go version:        go1.18.3
11:56:45  Git commit:        3e9117b
11:56:45  Built:             Fri Jun  3 17:55:34 2022
11:56:45  OS/Arch:           linux/arm64
11:56:45  Context:           default
11:56:45 
11:56:45 Server: Docker Engine - Community
11:56:45  Engine:
11:56:45   Version:          22.06.0-beta.0
11:56:45   API version:      1.42 (minimum version 1.12)
11:56:45   Go version:       go1.18.3
11:56:45   Git commit:       38633e7
11:56:45   Built:            Fri Jun  3 17:55:34 2022
11:56:45   OS/Arch:          linux/arm64
11:56:45   Experimental:     true
11:56:45  containerd:
11:56:45   Version:          1.6.8
11:56:45   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:56:45  runc:
11:56:45   Version:          1.1.4
11:56:45   GitCommit:        v1.1.4-0-g5fd4c4d
11:56:45  docker-init:
11:56:45   Version:          0.19.0
11:56:45   GitCommit:        de40ad0
[Pipeline] sh
11:56:46 + docker info
11:56:46 Client:
11:56:46  Context:    default
11:56:46  Debug Mode: false
11:56:46  Plugins:
11:56:46   buildx: Docker Buildx (Docker Inc.)
11:56:46     Version:  v0.8.2
11:56:46     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:56:46   compose: Docker Compose (Docker Inc.)
11:56:46     Version:  v2.12.0
11:56:46     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:56:46 
11:56:46 Server:
11:56:46  Containers: 0
11:56:46   Running: 0
11:56:46   Paused: 0
11:56:46   Stopped: 0
11:56:46  Images: 4
11:56:46  Server Version: 22.06.0-beta.0
11:56:46  Storage Driver: overlay2
11:56:46   Backing Filesystem: extfs
11:56:46   Supports d_type: true
11:56:46   Using metacopy: false
11:56:46   Native Overlay Diff: true
11:56:46   userxattr: false
11:56:46  Logging Driver: json-file
11:56:46  Cgroup Driver: cgroupfs
11:56:46  Cgroup Version: 1
11:56:46  Plugins:
11:56:46   Volume: local
11:56:46   Network: bridge host ipvlan macvlan null overlay
11:56:46   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:56:46  Swarm: inactive
11:56:46  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:56:46  Default Runtime: runc
11:56:46  Init Binary: docker-init
11:56:46  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:56:46  runc version: v1.1.4-0-g5fd4c4d
11:56:46  init version: de40ad0
11:56:46  Security Options:
11:56:46   apparmor
11:56:46   seccomp
11:56:46    Profile: builtin
11:56:46  Kernel Version: 5.15.0-1022-aws
11:56:46  Operating System: Ubuntu 20.04.5 LTS
11:56:46  OSType: linux
11:56:46  Architecture: aarch64
11:56:46  CPUs: 2
11:56:46  Total Memory: 7.559GiB
11:56:46  Name: ip-10-100-71-23
11:56:46  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:56:46  Docker Root Dir: /var/lib/docker
11:56:46  Debug Mode: false
11:56:46  Username: dockerbuildbot
11:56:46  Registry: https://index.docker.io/v1/
11:56:46  Labels:
11:56:46  Experimental: true
11:56:46  Insecure Registries:
11:56:46   127.0.0.0/8
11:56:46  Live Restore Enabled: true
11:56:46 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
11:56:46 The recommended git tool is: git
11:56:46 using credential docker-jenkins-github-credentials
11:56:46 Cloning the remote Git repository
11:56:46 Cloning with configured refspecs honoured and without tags
11:56:46 Avoid second fetch
11:56:46 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:56:46 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:56:46 First time build. Skipping changelog.
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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
[Pipeline] sh
11:56:47 + make clean
11:56:47 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:56:47 rm -f -r src
11:56:47 make -C rpm clean
11:56:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:56:47 [ ! -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:56:47 rm -f -r rpmbuild/
11:56:47 docker builder prune -f --filter until=24h
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:56:48 Total:	0B
11:56:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:56:48 make -C deb clean
11:56:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:56:48 [ ! -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:56:48 rm -f -r debbuild
11:56:48 [ ! -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:56:48 rm -f -r sources
11:56:48 docker builder prune -f --filter until=24h
11:56:48 Total:	0B
11:56:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:56:48 make -C static clean
11:56:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:56:48 [ ! -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:56:48 rm -f -r build
11:56:48 docker builder prune -f --filter until=24h
11:56:48 Total:	0B
11:56:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:56:48 + make REF=23.0 centos-7
11:56:48 git init src/github.com/docker/cli
11:56:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:56:48 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:56:48 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:56:48 + SRC=src/github.com/docker/cli
11:56:48 + REF=23.0
11:56:48 + REF_FETCH=23.0
11:56:48 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:56:48 + awk {print $2}
11:56:48 + REF=refs/heads/23.0
11:56:48 + [ -n refs/heads/23.0 ]
11:56:48 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:56:48 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:56:50 From https://github.com/docker/cli
11:56:50  * [new branch]      23.0       -> 23.0
11:56:50  * [new branch]      23.0       -> origin/23.0
11:56:50 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:56:50 git init src/github.com/docker/docker
11:56:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:56:50 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:56:50 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:56:50 + SRC=src/github.com/docker/docker
11:56:50 + REF=23.0
11:56:50 + REF_FETCH=23.0
11:56:50 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:56:50 + awk {print $2}
11:56:50 + REF=refs/heads/23.0
11:56:50 + [ -n refs/heads/23.0 ]
11:56:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:56:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:56:54 From https://github.com/docker/docker
11:56:54  * [new branch]      23.0       -> 23.0
11:56:54  * [new branch]      23.0       -> origin/23.0
11:56:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:56:54 git init src/github.com/docker/buildx
11:56:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:56:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:56:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:56:54 + SRC=src/github.com/docker/buildx
11:56:54 + REF=v0.10.2
11:56:54 + REF_FETCH=v0.10.2
11:56:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:56:54 + awk {print $2}
11:56:54 + REF=refs/tags/v0.10.2
11:56:54 + [ -n refs/tags/v0.10.2 ]
11:56:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:56:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:56:57 From https://github.com/docker/buildx
11:56:57  * [new tag]         v0.10.2    -> v0.10.2
11:56:57 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:56:57 git init src/github.com/docker/compose
11:56:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:56:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:56:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:56:57 + SRC=src/github.com/docker/compose
11:56:57 + REF=v2.15.1
11:56:57 + REF_FETCH=v2.15.1
11:56:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags+  origin v2.15.1
11:56:57 awk {print $2}
11:56:57 + REF=refs/tags/v2.15.1
11:56:57 + [ -n refs/tags/v2.15.1 ]
11:56:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:56:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:56:58 From https://github.com/docker/compose
11:56:58  * [new tag]         v2.15.1    -> v2.15.1
11:56:58 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:56:58 git init src/github.com/docker/scan-cli-plugin
11:56:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:56:58 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:56:58 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:56:58 + SRC=src/github.com/docker/scan-cli-plugin
11:56:58 + REF=v0.23.0
11:56:58 + REF_FETCH=v0.23.0
11:56:58 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:56:58 + awk {print $2}
11:56:58 + REF=refs/tags/v0.23.0
11:56:58 + [ -n refs/tags/v0.23.0 ]
11:56:58 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:56:58 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:56:58 From https://github.com/docker/scan-cli-plugin
11:56:58  * [new tag]         v0.23.0    -> v0.23.0
11:56:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:56:58 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 centos-7
11:56:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:56:58 mkdir -p rpmbuild/SOURCES
11:56:58 docker run --rm -w /v \
11:56:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:56:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:56:58 	alpine \
11:56:58 	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-06be7ed0871e61d9a)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-06be7ed0871e61d9a)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-06be7ed0871e61d9a)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-06be7ed0871e61d9a)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-06be7ed0871e61d9a)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-06be7ed0871e61d9a)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-06be7ed0871e61d9a)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-06be7ed0871e61d9a)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-06be7ed0871e61d9a)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-06be7ed0871e61d9a)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-06be7ed0871e61d9a)Still waiting to schedule task
All nodes of label ‘linux&&armhf&&ubuntu’ are offline
11:57:06 mkdir -p rpmbuild/SOURCES
11:57:06 docker run --rm -w /v \
11:57:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:57:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:57:06 	alpine \
11:57:06 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:57:08 mkdir -p rpmbuild/SOURCES
11:57:08 docker run --rm -w /v \
11:57:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:57:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:57:08 	alpine \
11:57:08 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:57:11 mkdir -p rpmbuild/SOURCES
11:57:11 docker run --rm -w /v \
11:57:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:57:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:57:11 	alpine \
11:57:11 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:57:11 mkdir -p rpmbuild/SOURCES
11:57:11 docker run --rm -w /v \
11:57:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:57:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:57:11 	alpine \
11:57:11 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:57:13 == Building packages for centos-7 ==
11:57:13 mkdir -p "rpmbuild/centos-7"
11:57:13 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-centos-7/aarch64 -f centos-7/Dockerfile .
11:57:13 #1 [internal] load build definition from Dockerfile
11:57:13 #1 transferring dockerfile: 1.12kB done
11:57:13 #1 DONE 0.0s
11:57:13 
11:57:13 #2 [internal] load .dockerignore
11:57:13 #2 transferring context: 2B done
11:57:13 #2 DONE 0.0s
11:57:13 
11:57:13 #3 [auth] library/golang:pull token for registry-1.docker.io
11:57:13 #3 DONE 0.0s
11:57:13 
11:57:13 #4 [auth] library/centos:pull token for registry-1.docker.io
11:57:13 #4 DONE 0.0s
11:57:13 
11:57:13 #5 [internal] load metadata for docker.io/library/centos:7
11:57:14 #5 DONE 0.3s
11:57:14 
11:57:14 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:57:14 #6 DONE 0.4s
11:57:14 
11:57:14 #7 [internal] load build context
11:57:14 #7 transferring context: 14.90kB done
11:57:14 #7 DONE 0.0s
11:57:14 
11:57:14 #8 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
11:57:14 #8 resolve docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 0.0s done
11:57:14 #8 sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 1.20kB / 1.20kB done
11:57:14 #8 sha256:73f11afcbb50d8bc70eab9f0850b3fa30e61a419bc48cf426e63527d14a8373b 530B / 530B done
11:57:14 #8 sha256:c9a1fdca3387618f8634949de4533419327736e2f5c618e3bfebe877aa331352 2.77kB / 2.77kB done
11:57:14 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 0B / 108.37MB 0.1s
11:57:14 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 15.54MB / 108.37MB 0.2s
11:57:14 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 25.59MB / 108.37MB 0.3s
11:57:14 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 34.60MB / 108.37MB 0.4s
11:57:14 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 46.14MB / 108.37MB 0.5s
11:57:14 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 55.57MB / 108.37MB 0.6s
11:57:14 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 75.50MB / 108.37MB 0.8s
11:57:14 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 85.98MB / 108.37MB 0.9s
11:57:15 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 95.42MB / 108.37MB 1.0s
11:57:15 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 104.86MB / 108.37MB 1.1s
11:57:15 #8 sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 108.37MB / 108.37MB 1.2s done
11:57:15 #8 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec
11:57:20 #8 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 5.1s
11:57:21 #8 extracting sha256:6717b8ec66cd6add0272c6391165585613c31314a43ff77d9751b53010e531ec 5.6s done
11:57:21 #8 DONE 7.2s
11:57:21 
11:57:21 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:57:21 #9 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:57:21 #9 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:57:21 #9 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.1s done
11:57:21 #9 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
11:57:21 #9 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
11:57:21 #9 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
11:57:21 #9 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.3s done
11:57:21 #9 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 0.9s done
11:57:21 #9 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.7s done
11:57:21 #9 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.9s done
11:57:21 #9 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.7s done
11:57:21 #9 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.3s done
11:57:21 #9 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.4s done
11:57:21 #9 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.4s done
11:57:21 #9 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.3s
11:57:22 #9 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 3.0s done
11:57:22 #9 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
11:57:24 #9 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 1.5s done
11:57:24 #9 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
11:57:27 #9 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 3.4s done
11:57:27 #9 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
11:57:28 #9 DONE 14.5s
11:57:28 
11:57:28 #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:57:34 #10 DONE 11.9s
11:57:34 
11:57:34 #11 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
11:57:34 #11 0.594 Loaded plugins: fastestmirror, ovl
11:57:34 #11 0.732 Determining fastest mirrors
11:57:39 #11 5.282  * base: download.cf.centos.org
11:57:39 #11 5.282  * extras: download.cf.centos.org
11:57:39 #11 5.282  * updates: download.cf.centos.org
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-037de4b2b9201685a) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-043a27d33b6d11ed0) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-018f94330775aaa93) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-01e51c2cb5a65c78e) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-048e1846e6da21246) 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/
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0cb9c92b0965e0740) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-06700f38e5a7e0219) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e5605fb0f146ac20) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-04232b632a319bd0c) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-02dbf47e362973e20) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-063cf9ff57bf7445e) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-00ab4ffd6a801bbc0) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0529d247135d65e2b) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0cc940640478eaa48) 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-arm64v8 (i-0da839eaadf75bd71) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-08a701b41a8111abc) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-06ba5a16fd64a4921) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0e549b689d7edd731) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] withDockerRegistry
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-027defc6610355d32) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-09e9970c52ef7ec3b) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-037db078fceaeac70) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-02b8a8e44ccac612b) in /home/ubuntu/workspace/docker-ce-packaging_23.0
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0374e1631f2290e8d) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] {
[Pipeline] withDockerRegistry
[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-arm64v8 (i-08ab916241957c5d7) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
11:58:01 #11 24.74 Resolving Dependencies
11:58:01 #11 24.74 --> Running transaction check
11:58:01 #11 24.74 ---> Package rpm-build.aarch64 0:4.11.3-48.el7_9 will be installed
11:58:01 #11 24.76 --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.88 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.89 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.89 --> Processing Dependency: unzip for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.89 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.89 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.89 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.89 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.89 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.89 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.90 --> Processing Dependency: file for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.90 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.90 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.91 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.el7_9.aarch64
11:58:01 #11 24.91 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
11:58:01 #11 24.91 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
11:58:01 #11 24.91 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
11:58:01 #11 24.91 --> Running transaction check
11:58:01 #11 24.91 ---> Package bzip2.aarch64 0:1.0.6-13.el7 will be installed
11:58:01 #11 24.91 ---> Package desktop-file-utils.aarch64 0:0.23-2.el7 will be installed
11:58:01 #11 24.91 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.aarch64
11:58:01 #11 24.91 ---> Package elfutils.aarch64 0:0.176-5.el7 will be installed
11:58:01 #11 24.92 ---> Package file.aarch64 0:5.11-37.el7 will be installed
11:58:01 #11 24.92 ---> Package gdb.aarch64 0:7.6.1-120.el7 will be installed
11:58:01 #11 24.92 ---> Package groff-base.aarch64 0:1.22.2-8.el7 will be installed
11:58:01 #11 24.93 ---> Package patch.aarch64 0:2.7.1-12.el7_7 will be installed
11:58:01 #11 24.93 ---> Package perl.aarch64 4:5.16.3-299.el7_9 will be installed
11:58:01 #11 24.93 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.93 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.94 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.94 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.94 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.94 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.94 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.94 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.94 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.94 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.94 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.94 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.95 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.95 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.95 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.95 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.95 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.95 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.95 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.95 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.95 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.95 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.95 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.aarch64
11:58:01 #11 24.95 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
11:58:01 #11 24.96 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
11:58:01 #11 24.96 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
11:58:01 #11 24.96 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
11:58:01 #11 24.96 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
11:58:01 #11 24.96 ---> Package perl-threads.aarch64 0:1.87-4.el7 will be installed
11:58:01 #11 24.96 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
11:58:01 #11 24.96 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:58:01 #11 24.97 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:58:01 #11 24.97 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:58:01 #11 24.97 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:58:01 #11 24.97 ---> Package rpm.aarch64 0:4.11.3-45.el7 will be updated
11:58:01 #11 24.97 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.aarch64
11:58:01 #11 24.97 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.aarch64
11:58:01 #11 24.97 ---> Package rpm.aarch64 0:4.11.3-48.el7_9 will be an update
11:58:01 #11 24.97 ---> Package unzip.aarch64 0:6.0-24.el7_9 will be installed
11:58:01 #11 24.97 --> Running transaction check
11:58:01 #11 24.98 ---> Package dwz.aarch64 0:0.11-3.el7 will be installed
11:58:01 #11 24.98 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
11:58:01 #11 24.98 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
11:58:01 #11 24.98 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
11:58:01 #11 24.98 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
11:58:01 #11 24.98 ---> Package perl-Filter.aarch64 0:1.49-3.el7 will be installed
11:58:01 #11 24.98 ---> Package perl-PathTools.aarch64 0:3.40-5.el7 will be installed
11:58:01 #11 24.98 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
11:58:01 #11 24.99 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
11:58:01 #11 24.99 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
11:58:01 #11 24.99 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
11:58:01 #11 24.99 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
11:58:01 #11 24.99 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
11:58:01 #11 24.99 ---> Package perl-Scalar-List-Utils.aarch64 0:1.27-248.el7 will be installed
11:58:01 #11 25.00 ---> Package perl-Socket.aarch64 0:2.010-5.el7 will be installed
11:58:01 #11 25.00 ---> Package perl-Storable.aarch64 0:2.45-3.el7 will be installed
11:58:01 #11 25.00 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
11:58:01 #11 25.00 ---> Package perl-Time-HiRes.aarch64 4:1.9725-3.el7 will be installed
11:58:01 #11 25.00 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
11:58:01 #11 25.00 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
11:58:01 #11 25.00 ---> Package perl-libs.aarch64 4:5.16.3-299.el7_9 will be installed
11:58:01 #11 25.00 ---> Package perl-macros.aarch64 4:5.16.3-299.el7_9 will be installed
11:58:01 #11 25.01 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
11:58:01 #11 25.01 ---> Package perl-threads-shared.aarch64 0:1.43-6.el7 will be installed
11:58:01 #11 25.01 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
11:58:01 #11 25.01 ---> Package rpm-libs.aarch64 0:4.11.3-45.el7 will be updated
11:58:01 #11 25.01 --> Processing Dependency: rpm-libs(aarch-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.aarch64
11:58:01 #11 25.01 ---> Package rpm-libs.aarch64 0:4.11.3-48.el7_9 will be an update
11:58:01 #11 25.01 ---> Package rpm-python.aarch64 0:4.11.3-45.el7 will be updated
11:58:01 #11 25.01 ---> Package rpm-python.aarch64 0:4.11.3-48.el7_9 will be an update
11:58:01 #11 25.01 ---> Package zip.aarch64 0:3.0-11.el7 will be installed
11:58:01 #11 25.01 --> Running transaction check
11:58:01 #11 25.01 ---> Package perl-Encode.aarch64 0:2.51-7.el7 will be installed
11:58:01 #11 25.02 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
11:58:01 #11 25.02 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
11:58:01 #11 25.02 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
11:58:01 #11 25.02 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
11:58:01 #11 25.02 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
11:58:01 #11 25.03 ---> Package rpm-build-libs.aarch64 0:4.11.3-45.el7 will be updated
11:58:01 #11 25.03 ---> Package rpm-build-libs.aarch64 0:4.11.3-48.el7_9 will be an update
11:58:01 #11 25.03 --> Running transaction check
11:58:01 #11 25.03 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
11:58:01 #11 25.03 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
11:58:01 #11 25.24 --> Finished Dependency Resolution
11:58:01 #11 25.25 
11:58:01 #11 25.25 Dependencies Resolved
11:58:01 #11 25.26 
11:58:01 #11 25.26 ================================================================================
11:58:01 #11 25.26  Package                   Arch       Version                  Repository  Size
11:58:01 #11 25.26 ================================================================================
11:58:01 #11 25.26 Installing:
11:58:01 #11 25.26  rpm-build                 aarch64    4.11.3-48.el7_9          updates    150 k
11:58:01 #11 25.26  rpmlint                   noarch     1.5-4.el7                base       229 k
11:58:01 #11 25.26 Installing for dependencies:
11:58:01 #11 25.26  bzip2                     aarch64    1.0.6-13.el7             base        52 k
11:58:01 #11 25.26  desktop-file-utils        aarch64    0.23-2.el7               base        68 k
11:58:01 #11 25.26  dwz                       aarch64    0.11-3.el7               base        95 k
11:58:01 #11 25.26  elfutils                  aarch64    0.176-5.el7              base       301 k
11:58:01 #11 25.26  emacs-filesystem          noarch     1:24.3-23.el7            base        58 k
11:58:01 #11 25.26  file                      aarch64    5.11-37.el7              base        57 k
11:58:01 #11 25.26  gdb                       aarch64    7.6.1-120.el7            base       2.3 M
11:58:01 #11 25.26  groff-base                aarch64    1.22.2-8.el7             base       920 k
11:58:01 #11 25.26  patch                     aarch64    2.7.1-12.el7_7           base       107 k
11:58:01 #11 25.26  perl                      aarch64    4:5.16.3-299.el7_9       updates    7.9 M
11:58:01 #11 25.26  perl-Carp                 noarch     1.26-244.el7             base        19 k
11:58:01 #11 25.26  perl-Encode               aarch64    2.51-7.el7               base       1.1 M
11:58:01 #11 25.26  perl-Exporter             noarch     5.68-3.el7               base        28 k
11:58:01 #11 25.26  perl-File-Path            noarch     2.09-2.el7               base        26 k
11:58:01 #11 25.26  perl-File-Temp            noarch     0.23.01-3.el7            base        56 k
11:58:01 #11 25.26  perl-Filter               aarch64    1.49-3.el7               base        76 k
11:58:01 #11 25.26  perl-Getopt-Long          noarch     2.40-3.el7               base        56 k
11:58:01 #11 25.26  perl-HTTP-Tiny            noarch     0.033-3.el7              base        38 k
11:58:01 #11 25.26  perl-PathTools            aarch64    3.40-5.el7               base        82 k
11:58:01 #11 25.26  perl-Pod-Escapes          noarch     1:1.04-299.el7_9         updates     52 k
11:58:01 #11 25.26  perl-Pod-Perldoc          noarch     3.20-4.el7               base        87 k
11:58:01 #11 25.26  perl-Pod-Simple           noarch     1:3.28-4.el7             base       216 k
11:58:01 #11 25.26  perl-Pod-Usage            noarch     1.63-3.el7               base        27 k
11:58:01 #11 25.26  perl-Scalar-List-Utils    aarch64    1.27-248.el7             base        35 k
11:58:01 #11 25.26  perl-Socket               aarch64    2.010-5.el7              base        48 k
11:58:01 #11 25.26  perl-Storable             aarch64    2.45-3.el7               base        73 k
11:58:01 #11 25.26  perl-Text-ParseWords      noarch     3.29-4.el7               base        14 k
11:58:01 #11 25.26  perl-Thread-Queue         noarch     3.02-2.el7               base        17 k
11:58:01 #11 25.26  perl-Time-HiRes           aarch64    4:1.9725-3.el7           base        45 k
11:58:01 #11 25.26  perl-Time-Local           noarch     1.2300-2.el7             base        24 k
11:58:01 #11 25.26  perl-constant             noarch     1.27-2.el7               base        19 k
11:58:01 #11 25.26  perl-libs                 aarch64    4:5.16.3-299.el7_9       updates    621 k
11:58:01 #11 25.26  perl-macros               aarch64    4:5.16.3-299.el7_9       updates     44 k
11:58:01 #11 25.26  perl-parent               noarch     1:0.225-244.el7          base        12 k
11:58:01 #11 25.26  perl-podlators            noarch     2.5.1-3.el7              base       112 k
11:58:01 #11 25.26  perl-srpm-macros          noarch     1-8.el7                  base       4.6 k
11:58:01 #11 25.26  perl-threads              aarch64    1.87-4.el7               base        48 k
11:58:01 #11 25.26  perl-threads-shared       aarch64    1.43-6.el7               base        37 k
11:58:01 #11 25.26  python-srpm-macros        noarch     3-34.el7                 base       8.8 k
11:58:01 #11 25.26  redhat-rpm-config         noarch     9.1.0-88.el7.centos      base        81 k
11:58:01 #11 25.26  unzip                     aarch64    6.0-24.el7_9             updates    168 k
11:58:01 #11 25.26  zip                       aarch64    3.0-11.el7               base       257 k
11:58:01 #11 25.26 Updating for dependencies:
11:58:01 #11 25.26  rpm                       aarch64    4.11.3-48.el7_9          updates    1.2 M
11:58:01 #11 25.26  rpm-build-libs            aarch64    4.11.3-48.el7_9          updates    101 k
11:58:01 #11 25.26  rpm-libs                  aarch64    4.11.3-48.el7_9          updates    256 k
11:58:01 #11 25.26  rpm-python                aarch64    4.11.3-48.el7_9          updates     83 k
11:58:01 #11 25.26 
11:58:01 #11 25.26 Transaction Summary
11:58:01 #11 25.26 ================================================================================
11:58:01 #11 25.26 Install  2 Packages (+42 Dependent packages)
11:58:01 #11 25.26 Upgrade             (  4 Dependent packages)
11:58:01 #11 25.26 
11:58:01 #11 25.26 Total download size: 17 M
11:58:01 #11 25.26 Downloading packages:
11:58:01 #11 25.26 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
11:58:01 #11 26.50 warning: /var/cache/yum/aarch64/7/base/packages/desktop-file-utils-0.23-2.el7.aarch64.rpm: Header V3 RSA/SHA256 Signature, key ID 305d49d6: NOKEY
11:58:01 #11 26.50 Public key for desktop-file-utils-0.23-2.el7.aarch64.rpm is not installed
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0e46de7ee7d64dfe2) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-07e6e2514194d6c95) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-02cb7a4e735af1fa7) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-06b78ae8d15638bf0) 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-086f1ee43e91e8267) 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/
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/f6ca7f62-8f44-43b9-90c1-eb4438906bd8/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:58:07 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:07 chowning workspace
[Pipeline] sh
11:58:07 #11 34.02 Public key for perl-libs-5.16.3-299.el7_9.aarch64.rpm is not installed
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/3427e02d-1d1d-4200-b635-94f55bdd4e73/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:58:08 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:08 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/c7c8f56f-daf9-4104-83ca-4ec8b5fb66af/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/11b2d4db-9f61-430a-889b-0a69272c0d2a/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/2a20804d-d7e5-4d00-9005-5a1796f0dd01/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/4a05b684-be8e-458e-8080-1f906c3254a5/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:58:08 + pwd
11:58:08 + id -u
11:58:08 + id -g
11:58:08 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:08 Unable to find image 'busybox:latest' locally
11:58:08 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/67bdb64a-e996-4709-bbeb-0736b539dd7d/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/83065ce4-9fd5-40dd-9fc0-14c2f807c582/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:58:09 205dae5015e7: Pulling fs layer
11:58:09 205dae5015e7: Verifying Checksum
11:58:09 205dae5015e7: Download complete
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_23.0@tmp/d9f44c15-7ca0-4619-85cb-c071a134c0c0/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/4ff35b6d-5e6d-4cc7-9866-e3c54df6d829/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/c03ff0d3-2edb-45d6-a5bb-67cb135dd3b1/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/d24a2d59-2b5e-4d09-b277-dc103cf8caad/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/59c1ed8d-4350-4661-a4bf-71cbe8523e07/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
11:58:09 205dae5015e7: Pull complete
11:58:09 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
11:58:09 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:09 chowning workspace
[Pipeline] sh
11:58:09 Status: Downloaded newer image for busybox:latest
11:58:09 + pwd
11:58:09 + id -u
11:58:09 + id -g
11:58:09 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:09 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/efc93491-1b7f-420a-bc74-934ffdc73f20/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] echo
11:58:10 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:10 chowning workspace
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-02abd24f49d45a380) in /home/ubuntu/workspace/docker-ce-packaging_23.0
11:58:10 latest: Pulling from library/busybox
11:58:10 205dae5015e7: Pulling fs layer
11:58:10 205dae5015e7: Verifying Checksum
11:58:10 205dae5015e7: Download complete
11:58:10 + pwd
11:58:10 + id -u
11:58:10 + id -g
11:58:10 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:10 Unable to find image 'busybox:latest' locally
11:58:10 latest: Pulling from library/busybox
11:58:10 205dae5015e7: Pulling fs layer
[Pipeline] echo
11:58:11 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:11 chowning workspace
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0c530ab667011f7c1) in /home/ubuntu/workspace/docker-ce-packaging_23.0
11:58:11 205dae5015e7: Pull complete
11:58:11 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:11 Status: Downloaded newer image for busybox:latest
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0a5870087b8409ffb) in /home/ubuntu/workspace/docker-ce-packaging_23.0
11:58:11 205dae5015e7: Verifying Checksum
11:58:11 205dae5015e7: Download complete
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0c479b3a9014ab416) in /home/ubuntu/workspace/docker-ce-packaging_23.0
11:58:11 + pwd
11:58:11 + id -u
11:58:11 + id -g
11:58:11 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:11 Unable to find image 'busybox:latest' locally
11:58:11 latest: Pulling from library/busybox
11:58:11 205dae5015e7: Pulling fs layer
11:58:11 205dae5015e7: Verifying Checksum
11:58:11 205dae5015e7: Download complete
11:58:11 205dae5015e7: Pull complete
11:58:11 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:11 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:58:11 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:11 chowning workspace
[Pipeline] sh
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0239ccbf86d41c12d) 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/9f30bb14-f320-4d99-8c40-cb5e9d421a91/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:58:12 205dae5015e7: Pull complete
11:58:12 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:12 Status: Downloaded newer image for busybox:latest
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/7a4198f4-adcc-4cb1-854f-3e2f829b2785/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:58:12 + pwd
11:58:12 + id -u
11:58:12 + id -g
11:58:12 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:12 Unable to find image 'busybox:latest' locally
11:58:12 latest: Pulling from library/busybox
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/41e5fc38-78ab-4a74-9d04-97656116d88b/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/b12aaf3f-267e-4789-96a1-0b33e7568554/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/dec7b250-5e2f-4146-bd03-d1d3ad67c530/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/9739d227-a1cf-4e1a-9afc-90025bd172c2/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/0099429a-5fc0-4853-a6f2-e70238e24852/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/7671bdbb-2180-46fb-b1cc-de26388a482c/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/d465547b-9962-4e2f-b2aa-0179c9b44fcd/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/bda4e7e8-17d2-4537-8138-1f5bace99061/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/02cf66bc-5356-4000-8c0b-cf7c6228ed93/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/68f00bc7-11d3-45ee-8940-210fba6cf83e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:58:12 205dae5015e7: Pulling fs layer
11:58:12 205dae5015e7: Verifying Checksum
11:58:12 205dae5015e7: Download complete
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_23.0@tmp/8ca7bb18-540a-42c1-8b4c-6d4f66a14d55/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-cgroup2 (i-02d9fb04da4ad8f9a) in /home/ubuntu/workspace/docker-ce-packaging_23.0
[Pipeline] echo
11:58:12 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:12 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/e675a710-2087-4aac-8692-f1b7a3d909eb/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:58:13 + pwd
11:58:13 + id -u
11:58:13 + id -g
11:58:13 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:13 Unable to find image 'busybox:latest' locally
11:58:13 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/15b13db3-1d3d-4aa8-aa0b-8cf320237db4/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:58:13 205dae5015e7: Pull complete
11:58:13 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:13 Status: Downloaded newer image for busybox:latest
11:58:13 46758452d3ee: Pulling fs layer
11:58:13 46758452d3ee: Verifying Checksum
11:58:13 46758452d3ee: Download complete
[Pipeline] echo
11:58:13 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:13 chowning workspace
[Pipeline] sh
11:58:13 46758452d3ee: Pull complete
11:58:13 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:13 Status: Downloaded newer image for busybox:latest
11:58:13 + pwd
11:58:13 + id -u
11:58:13 + id -g
11:58:13 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:13 Unable to find image 'busybox:latest' locally
11:58:14 latest: Pulling from library/busybox
11:58:14 46758452d3ee: Pulling fs layer
11:58:14 46758452d3ee: Verifying Checksum
11:58:14 46758452d3ee: Download complete
[Pipeline] echo
11:58:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:14 chowning workspace
[Pipeline] sh
11:58:14 46758452d3ee: Pull complete
11:58:14 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:14 Status: Downloaded newer image for busybox:latest
11:58:14 + pwd
11:58:14 + id -u
11:58:14 + id -g
11:58:14 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:14 Unable to find image 'busybox:latest' locally
11:58:14 latest: Pulling from library/busybox
[Pipeline] echo
11:58:14 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:14 chowning workspace
[Pipeline] sh
11:58:14 46758452d3ee: Pulling fs layer
11:58:14 46758452d3ee: Verifying Checksum
11:58:14 46758452d3ee: Download complete
11:58:15 + pwd
11:58:15 + id -u
11:58:15 + id -g
11:58:15 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:15 Unable to find image 'busybox:latest' locally
11:58:15 latest: Pulling from library/busybox
11:58:15 46758452d3ee: Pull complete
11:58:15 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:15 Status: Downloaded newer image for busybox:latest
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
11:58:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:15 chowning workspace
[Pipeline] sh
11:58:15 46758452d3ee: Pulling fs layer
11:58:15 46758452d3ee: Verifying Checksum
11:58:15 46758452d3ee: Download complete
11:58:15 + pwd
11:58:15 + id -u
11:58:15 + id -g
11:58:15 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:15 Unable to find image 'busybox:latest' locally
11:58:15 46758452d3ee: Pull complete
11:58:15 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:15 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:58:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:15 chowning workspace
[Pipeline] sh
11:58:15 latest: Pulling from library/busybox
11:58:15 46758452d3ee: Pulling fs layer
11:58:15 46758452d3ee: Verifying Checksum
11:58:15 46758452d3ee: Download complete
11:58:16 #11 42.68 --------------------------------------------------------------------------------
11:58:16 #11 42.68 Total                                              1.0 MB/s |  17 MB  00:17     
11:58:16 #11 42.68 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
11:58:16 #11 42.69 Importing GPG key 0xF4A80EB5:
11:58:16 #11 42.69  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
11:58:16 #11 42.69  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
11:58:16 #11 42.69  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
11:58:16 #11 42.69  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
11:58:16 #11 42.70 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
11:58:16 #11 42.70 Importing GPG key 0x305D49D6:
11:58:16 #11 42.70  Userid     : "CentOS AltArch SIG - AArch64 (http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64) <security@centos.org>"
11:58:16 #11 42.70  Fingerprint: ef8f 3ca6 6efd f32b 36cd adf7 6c7c b6ef 305d 49d6
11:58:16 #11 42.70  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
11:58:16 #11 42.70  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
11:58:16 #11 42.77 Running transaction check
11:58:16 #11 42.81 Running transaction test
11:58:16 #11 42.88 Transaction test succeeded
11:58:16 #11 42.88 Running transaction
11:58:16 #11 43.04   Updating   : rpm-4.11.3-48.el7_9.aarch64                                 1/52 
11:58:16 46758452d3ee: Pull complete
11:58:16 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:16 Status: Downloaded newer image for busybox:latest
11:58:16 + pwd
11:58:16 + id -u
11:58:16 + id -g
11:58:16 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:16 Unable to find image 'busybox:latest' locally
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
11:58:16 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:16 Removing all docker containers
[Pipeline] sh
11:58:16 latest: Pulling from library/busybox
11:58:16 205dae5015e7: Pulling fs layer
[Pipeline] echo
11:58:16 Removing all docker containers
[Pipeline] sh
[Pipeline] wrap
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] withDockerRegistry
[Pipeline] wrap
[Pipeline] {
11:58:16 #11 43.09   Updating   : rpm-libs-4.11.3-48.el7_9.aarch64                            2/52 
11:58:16 #11 43.40   Updating   : rpm-build-libs-4.11.3-48.el7_9.aarch64                      3/52 
[Pipeline] wrap
[Pipeline] {
11:58:16 + docker container ls -aq
11:58:16 205dae5015e7: Verifying Checksum
11:58:16 205dae5015e7: Download complete
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
11:58:16 + docker container ls -aq
11:58:16 + docker container ls -aq
[Pipeline] {
11:58:16 + pwd
11:58:16 + id -u
11:58:16 + id -g
11:58:16 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:16 Unable to find image 'busybox:latest' locally
11:58:16 latest: Pulling from library/busybox
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
11:58:17 #11 43.69   Installing : bzip2-1.0.6-13.el7.aarch64                                  4/52 
11:58:17 #11 43.87   Installing : groff-base-1.22.2-8.el7.aarch64                             5/52 
11:58:17 #11 43.90   Installing : 1:perl-parent-0.225-244.el7.noarch                          6/52 
11:58:17 #11 43.92   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           7/52 
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] withDockerRegistry
11:58:17 205dae5015e7: Pulling fs layer
11:58:17 205dae5015e7: Verifying Checksum
11:58:17 205dae5015e7: Download complete
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
11:58:17 #11 43.95   Installing : perl-podlators-2.5.1-3.el7.noarch                           8/52 
11:58:17 #11 43.99   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          9/52 
11:58:17 #11 44.01   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   10/52 
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
11:58:17 205dae5015e7: Pull complete
11:58:17 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:17 Status: Downloaded newer image for busybox:latest
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
11:58:17 205dae5015e7: Pull complete
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
11:58:17 #11 44.03   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     11/52 
11:58:17 #11 44.35   Installing : perl-Encode-2.51-7.el7.aarch64                             12/52 
11:58:17 #11 44.38   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           13/52 
11:58:17 #11 44.40   Installing : 4:perl-macros-5.16.3-299.el7_9.aarch64                     14/52 
11:58:17 #11 44.42   Installing : 4:perl-Time-HiRes-1.9725-3.el7.aarch64                     15/52 
11:58:17 #11 44.44   Installing : perl-Exporter-5.68-3.el7.noarch                            16/52 
11:58:17 #11 44.46   Installing : perl-constant-1.27-2.el7.noarch                            17/52 
[Pipeline] wrap
[Pipeline] {
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] wrap
[Pipeline] {
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
11:58:17 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:17 chowning workspace
[Pipeline] sh
11:58:17 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:17 Status: Downloaded newer image for busybox:latest
11:58:17 #11 44.49   Installing : perl-Socket-2.010-5.el7.aarch64                            18/52 
11:58:17 #11 44.51   Installing : perl-Time-Local-1.2300-2.el7.noarch                        19/52 
11:58:17 #11 44.53   Installing : perl-Carp-1.26-244.el7.noarch                              20/52 
11:58:17 #11 44.56   Installing : perl-Storable-2.45-3.el7.aarch64                           21/52 
11:58:17 #11 44.59   Installing : perl-Filter-1.49-3.el7.aarch64                             22/52 
11:58:17 #11 44.62   Installing : perl-PathTools-3.40-5.el7.aarch64                          23/52 
11:58:17 #11 44.64   Installing : perl-threads-shared-1.43-6.el7.aarch64                     24/52 
11:58:17 #11 44.67   Installing : perl-Scalar-List-Utils-1.27-248.el7.aarch64                25/52 
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
11:58:18 #11 44.76   Installing : 4:perl-libs-5.16.3-299.el7_9.aarch64                       26/52 
11:58:18 #11 45.07   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        27/52 
11:58:18 #11 45.10   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         28/52 
11:58:18 #11 45.13   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        29/52 
11:58:18 #11 45.15   Installing : perl-File-Path-2.09-2.el7.noarch                           30/52 
[Pipeline] echo
11:58:18 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:18 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:18 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:18 chowning workspace
[Pipeline] sh
11:58:18 + docker container ls -aq
11:58:19 + pwd
11:58:19 + id -u
11:58:19 + id -g
11:58:19 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:19 Unable to find image 'busybox:latest' locally
11:58:19 latest: Pulling from library/busybox
11:58:19 + docker container ls -aq
11:58:19 205dae5015e7: Pulling fs layer
11:58:19 205dae5015e7: Download complete
11:58:19 #11 45.18   Installing : perl-threads-1.87-4.el7.aarch64                            31/52 
11:58:19 #11 46.26   Installing : 4:perl-5.16.3-299.el7_9.aarch64                            32/52 
11:58:19 #11 46.32   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        33/52 
Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-02748722274da19c6) in /home/ubuntu/workspace/docker-ce-packaging_23.0
11:58:19 205dae5015e7: Pull complete
11:58:19 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:19 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:58:19 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:19 chowning workspace
[Pipeline] sh
11:58:19 #11 46.35   Updating   : rpm-python-4.11.3-48.el7_9.aarch64                         34/52 
11:58:19 #11 46.38   Installing : python-srpm-macros-3-34.el7.noarch                         35/52 
11:58:19 #11 46.42   Installing : unzip-6.0-24.el7_9.aarch64                                 36/52 
11:58:19 #11 46.44   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      37/52 
11:58:19 #11 46.47   Installing : desktop-file-utils-0.23-2.el7.aarch64                      38/52 
11:58:19 #11 46.53   Installing : zip-3.0-11.el7.aarch64                                     39/52 
11:58:19 #11 46.57   Installing : patch-2.7.1-12.el7_7.aarch64                               40/52 
11:58:20 + pwd
11:58:20 + id -u
11:58:20 + id -g
11:58:20 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:20 Unable to find image 'busybox:latest' locally
[Pipeline] echo
11:58:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:20 chowning workspace
[Pipeline] sh
11:58:20 latest: Pulling from library/busybox
11:58:20 #11 46.59   Installing : perl-srpm-macros-1-8.el7.noarch                            41/52 
11:58:20 #11 47.16   Installing : gdb-7.6.1-120.el7.aarch64                                  42/52 
11:58:20 #11 47.20   Installing : file-5.11-37.el7.aarch64                                   43/52 
11:58:20 #11 47.24   Installing : dwz-0.11-3.el7.aarch64                                     44/52 
11:58:20 + pwd
11:58:20 + id -u
11:58:20 + id -g
11:58:20 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:20 Unable to find image 'busybox:latest' locally
11:58:20 #11 47.27   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               45/52 
11:58:20 #11 47.35   Installing : elfutils-0.176-5.el7.aarch64                               46/52 
11:58:20 #11 47.39   Installing : rpm-build-4.11.3-48.el7_9.aarch64                          47/52 
11:58:20 #11 47.46   Installing : rpmlint-1.5-4.el7.noarch                                   48/52 
11:58:20 #11 47.48   Cleanup    : rpm-python-4.11.3-45.el7.aarch64                           49/52 
11:58:20 46758452d3ee: Pulling fs layer
11:58:20 46758452d3ee: Download complete
[Pipeline] echo
11:58:20 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:20 chowning workspace
[Pipeline] sh
11:58:20 #11 47.50   Cleanup    : rpm-build-libs-4.11.3-45.el7.aarch64                       50/52 
11:58:21 #11 47.79   Cleanup    : rpm-4.11.3-45.el7.aarch64                                  51/52 
11:58:21 + pwd
11:58:21 + id -u
11:58:21 + id -g
11:58:21 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:21 Unable to find image 'busybox:latest' locally
[Pipeline] echo
11:58:21 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:21 chowning workspace
[Pipeline] sh
11:58:21 #11 47.82   Cleanup    : rpm-libs-4.11.3-45.el7.aarch64                             52/52 
11:58:21 latest: Pulling from library/busybox
11:58:21 f78e6840ded1: Pulling fs layer
11:58:21 f78e6840ded1: Verifying Checksum
11:58:21 f78e6840ded1: Download complete
11:58:21 latest: Pulling from library/busybox
11:58:21 46758452d3ee: Pull complete
11:58:21 + pwd
11:58:21 + id -u
11:58:21 + id -g
11:58:21 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:21 Unable to find image 'busybox:latest' locally
11:58:21 #11 48.39   Verifying  : elfutils-0.176-5.el7.aarch64                                1/52 
11:58:21 #11 48.41   Verifying  : rpm-libs-4.11.3-48.el7_9.aarch64                            2/52 
11:58:21 #11 48.44   Verifying  : rpm-4.11.3-48.el7_9.aarch64                                 3/52 
11:58:21 #11 48.45   Verifying  : perl-threads-1.87-4.el7.aarch64                             4/52 
11:58:21 #11 48.46   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.aarch64                      5/52 
11:58:21 #11 48.48   Verifying  : perl-Exporter-5.68-3.el7.noarch                             6/52 
11:58:21 #11 48.49   Verifying  : perl-constant-1.27-2.el7.noarch                             7/52 
11:58:21 #11 48.51   Verifying  : dwz-0.11-3.el7.aarch64                                      8/52 
11:58:21 #11 48.52   Verifying  : file-5.11-37.el7.aarch64                                    9/52 
11:58:21 #11 48.53   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         10/52 
11:58:21 #11 48.54   Verifying  : perl-Socket-2.010-5.el7.aarch64                            11/52 
11:58:21 #11 48.55   Verifying  : perl-PathTools-3.40-5.el7.aarch64                          12/52 
11:58:21 #11 48.57   Verifying  : gdb-7.6.1-120.el7.aarch64                                  13/52 
11:58:21 f78e6840ded1: Pull complete
11:58:21 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:21 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:58:21 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:21 chowning workspace
11:58:21 latest: Pulling from library/busybox
11:58:21 f78e6840ded1: Pulling fs layer
11:58:21 f78e6840ded1: Verifying Checksum
11:58:21 f78e6840ded1: Download complete
[Pipeline] sh
11:58:22 #11 48.60   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                          14/52 
11:58:22 #11 48.62   Verifying  : perl-srpm-macros-1-8.el7.noarch                            15/52 
11:58:22 #11 48.63   Verifying  : desktop-file-utils-0.23-2.el7.aarch64                      16/52 
11:58:22 #11 48.65   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         17/52 
11:58:22 #11 48.66   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        18/52 
11:58:22 #11 48.67   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        19/52 
11:58:22 #11 48.68   Verifying  : rpm-build-4.11.3-48.el7_9.aarch64                          20/52 
11:58:22 #11 48.70   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        21/52 
11:58:22 #11 48.71   Verifying  : perl-Encode-2.51-7.el7.aarch64                             22/52 
11:58:22 #11 48.72   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        23/52 
11:58:22 #11 48.73   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   24/52 
11:58:22 #11 48.75   Verifying  : 4:perl-macros-5.16.3-299.el7_9.aarch64                     25/52 
11:58:22 #11 48.76   Verifying  : patch-2.7.1-12.el7_7.aarch64                               26/52 
11:58:22 #11 48.77   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     27/52 
11:58:22 #11 48.79   Verifying  : perl-Carp-1.26-244.el7.noarch                              28/52 
11:58:22 #11 48.80   Verifying  : groff-base-1.22.2-8.el7.aarch64                            29/52 
11:58:22 #11 48.81   Verifying  : rpm-build-libs-4.11.3-48.el7_9.aarch64                     30/52 
11:58:22 #11 48.82   Verifying  : perl-threads-shared-1.43-6.el7.aarch64                     31/52 
11:58:22 #11 48.83   Verifying  : bzip2-1.0.6-13.el7.aarch64                                 32/52 
11:58:22 #11 48.85   Verifying  : perl-Storable-2.45-3.el7.aarch64                           33/52 
11:58:22 #11 48.86   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           34/52 
11:58:22 #11 48.88   Verifying  : rpmlint-1.5-4.el7.noarch                                   35/52 
11:58:22 #11 48.89   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          36/52 
11:58:22 #11 48.90   Verifying  : zip-3.0-11.el7.aarch64                                     37/52 
11:58:22 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:22 Status: Downloaded newer image for busybox:latest
11:58:22 f78e6840ded1: Pull complete
11:58:22 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:22 Status: Downloaded newer image for busybox:latest
11:58:22 #11 48.92   Verifying  : rpm-python-4.11.3-48.el7_9.aarch64                         38/52 
11:58:22 #11 48.93   Verifying  : perl-Filter-1.49-3.el7.aarch64                             39/52 
11:58:22 #11 48.95   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.aarch64                40/52 
11:58:22 #11 48.96   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      41/52 
11:58:22 #11 48.97   Verifying  : 4:perl-5.16.3-299.el7_9.aarch64                            42/52 
11:58:22 #11 48.99   Verifying  : 4:perl-libs-5.16.3-299.el7_9.aarch64                       43/52 
11:58:22 #11 49.00   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         44/52 
11:58:22 #11 49.02   Verifying  : unzip-6.0-24.el7_9.aarch64                                 45/52 
11:58:22 #11 49.04   Verifying  : python-srpm-macros-3-34.el7.noarch                         46/52 
11:58:22 #11 49.05   Verifying  : perl-File-Path-2.09-2.el7.noarch                           47/52 
11:58:22 #11 49.07   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               48/52 
11:58:22 #11 49.08   Verifying  : rpm-4.11.3-45.el7.aarch64                                  49/52 
11:58:22 #11 49.08   Verifying  : rpm-python-4.11.3-45.el7.aarch64                           50/52 
11:58:22 #11 49.08   Verifying  : rpm-build-libs-4.11.3-45.el7.aarch64                       51/52 
11:58:22 #11 49.09   Verifying  : rpm-libs-4.11.3-45.el7.aarch64                             52/52 
11:58:22 #11 49.14 
11:58:22 #11 49.14 Installed:
11:58:22 #11 49.14   rpm-build.aarch64 0:4.11.3-48.el7_9         rpmlint.noarch 0:1.5-4.el7        
11:58:22 #11 49.14 
11:58:22 #11 49.14 Dependency Installed:
11:58:22 #11 49.14   bzip2.aarch64 0:1.0.6-13.el7                                                  
11:58:22 #11 49.14   desktop-file-utils.aarch64 0:0.23-2.el7                                       
11:58:22 #11 49.14   dwz.aarch64 0:0.11-3.el7                                                      
11:58:22 #11 49.14   elfutils.aarch64 0:0.176-5.el7                                                
11:58:22 #11 49.14   emacs-filesystem.noarch 1:24.3-23.el7                                         
11:58:22 #11 49.14   file.aarch64 0:5.11-37.el7                                                    
11:58:22 #11 49.14   gdb.aarch64 0:7.6.1-120.el7                                                   
11:58:22 #11 49.14   groff-base.aarch64 0:1.22.2-8.el7                                             
11:58:22 #11 49.14   patch.aarch64 0:2.7.1-12.el7_7                                                
11:58:22 #11 49.14   perl.aarch64 4:5.16.3-299.el7_9                                               
11:58:22 #11 49.14   perl-Carp.noarch 0:1.26-244.el7                                               
11:58:22 #11 49.14   perl-Encode.aarch64 0:2.51-7.el7                                              
11:58:22 #11 49.14   perl-Exporter.noarch 0:5.68-3.el7                                             
11:58:22 #11 49.14   perl-File-Path.noarch 0:2.09-2.el7                                            
11:58:22 #11 49.14   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
11:58:22 #11 49.14   perl-Filter.aarch64 0:1.49-3.el7                                              
11:58:22 #11 49.14   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
11:58:22 #11 49.14   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
11:58:22 #11 49.14   perl-PathTools.aarch64 0:3.40-5.el7                                           
11:58:22 #11 49.14   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
11:58:22 #11 49.14   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
11:58:22 #11 49.14   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
11:58:22 #11 49.14   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
11:58:22 #11 49.14   perl-Scalar-List-Utils.aarch64 0:1.27-248.el7                                 
11:58:22 #11 49.14   perl-Socket.aarch64 0:2.010-5.el7                                             
11:58:22 #11 49.14   perl-Storable.aarch64 0:2.45-3.el7                                            
11:58:22 #11 49.14   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
11:58:22 #11 49.14   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
11:58:22 #11 49.14   perl-Time-HiRes.aarch64 4:1.9725-3.el7                                        
11:58:22 #11 49.14   perl-Time-Local.noarch 0:1.2300-2.el7                                         
11:58:22 #11 49.14   perl-constant.noarch 0:1.27-2.el7                                             
11:58:22 #11 49.14   perl-libs.aarch64 4:5.16.3-299.el7_9                                          
11:58:22 #11 49.14   perl-macros.aarch64 4:5.16.3-299.el7_9                                        
11:58:22 #11 49.14   perl-parent.noarch 1:0.225-244.el7                                            
11:58:22 #11 49.14   perl-podlators.noarch 0:2.5.1-3.el7                                           
11:58:22 #11 49.14   perl-srpm-macros.noarch 0:1-8.el7                                             
11:58:22 #11 49.14   perl-threads.aarch64 0:1.87-4.el7                                             
11:58:22 #11 49.14   perl-threads-shared.aarch64 0:1.43-6.el7                                      
11:58:22 #11 49.14   python-srpm-macros.noarch 0:3-34.el7                                          
11:58:22 #11 49.14   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
11:58:22 #11 49.14   unzip.aarch64 0:6.0-24.el7_9                                                  
11:58:22 #11 49.14   zip.aarch64 0:3.0-11.el7                                                      
11:58:22 #11 49.14 
11:58:22 #11 49.14 Dependency Updated:
11:58:22 #11 49.14   rpm.aarch64 0:4.11.3-48.el7_9       rpm-build-libs.aarch64 0:4.11.3-48.el7_9 
11:58:22 #11 49.14   rpm-libs.aarch64 0:4.11.3-48.el7_9  rpm-python.aarch64 0:4.11.3-48.el7_9     
11:58:22 #11 49.14 
11:58:22 + pwd
11:58:22 + id -u
11:58:22 + id -g
11:58:22 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:22 Unable to find image 'busybox:latest' locally
[Pipeline] echo
11:58:22 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:22 chowning workspace
[Pipeline] sh
11:58:22 46758452d3ee: Pulling fs layer
11:58:22 46758452d3ee: Download complete
11:58:22 #11 49.14 Complete!
11:58:22 latest: Pulling from library/busybox
11:58:22 f78e6840ded1: Pulling fs layer
11:58:22 f78e6840ded1: Verifying Checksum
11:58:22 f78e6840ded1: Download complete
11:58:22 #11 DONE 49.6s
11:58:22 
11:58:22 #12 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
11:58:22 #12 DONE 0.1s
11:58:22 + pwd
11:58:22 + id -u
11:58:22 + id -g
11:58:22 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:22 Unable to find image 'busybox:latest' locally
11:58:23 
11:58:23 #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
[Pipeline] echo
11:58:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:23 chowning workspace
[Pipeline] sh
11:58:23 latest: Pulling from library/busybox
11:58:23 f78e6840ded1: Pulling fs layer
11:58:23 f78e6840ded1: Download complete
11:58:23 f78e6840ded1: Pull complete
11:58:23 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:23 Status: Downloaded newer image for busybox:latest
11:58:23 #13 0.576 Loaded plugins: fastestmirror, ovl
11:58:23 + pwd
11:58:23 + id -u
11:58:23 + id -g
11:58:23 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:23 Unable to find image 'busybox:latest' locally
11:58:23 46758452d3ee: Pull complete
11:58:23 #13 0.718 Enabling base-source repository
11:58:23 #13 0.718 Enabling extras-source repository
11:58:23 #13 0.718 Enabling updates-source repository
11:58:23 #13 0.719 Loading mirror speeds from cached hostfile
11:58:23 #13 0.720  * base: download.cf.centos.org
11:58:23 #13 0.720  * extras: download.cf.centos.org
11:58:23 #13 0.720  * updates: download.cf.centos.org
[Pipeline] echo
11:58:23 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:23 chowning workspace
[Pipeline] sh
11:58:23 latest: Pulling from library/busybox
11:58:23 f78e6840ded1: Pulling fs layer
11:58:23 f78e6840ded1: Verifying Checksum
11:58:23 f78e6840ded1: Download complete
11:58:23 f78e6840ded1: Pull complete
11:58:23 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:23 Status: Downloaded newer image for busybox:latest
11:58:23 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:23 Status: Downloaded newer image for busybox:latest
11:58:24 + pwd
11:58:24 + id -u
11:58:24 + id -g
11:58:24 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:24 Unable to find image 'busybox:latest' locally
[Pipeline] echo
11:58:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:24 chowning workspace
[Pipeline] sh
11:58:24 latest: Pulling from library/busybox
11:58:24 f78e6840ded1: Pulling fs layer
11:58:24 f78e6840ded1: Verifying Checksum
11:58:24 f78e6840ded1: Download complete
11:58:24 f78e6840ded1: Pull complete
11:58:24 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:24 Status: Downloaded newer image for busybox:latest
11:58:24 + pwd
11:58:24 + id -u
11:58:24 + id -g
11:58:24 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:24 Unable to find image 'busybox:latest' locally
[Pipeline] echo
11:58:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:24 chowning workspace
[Pipeline] sh
11:58:24 f78e6840ded1: Pull complete
11:58:24 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:24 Status: Downloaded newer image for busybox:latest
11:58:24 latest: Pulling from library/busybox
11:58:24 f78e6840ded1: Pulling fs layer
11:58:24 f78e6840ded1: Verifying Checksum
11:58:24 f78e6840ded1: Download complete
11:58:24 + pwd
11:58:24 + id -u
11:58:24 + id -g
11:58:24 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:24 Unable to find image 'busybox:latest' locally
[Pipeline] echo
11:58:24 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:24 chowning workspace
[Pipeline] sh
11:58:24 f78e6840ded1: Pull complete
11:58:24 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:24 Status: Downloaded newer image for busybox:latest
11:58:25 latest: Pulling from library/busybox
11:58:25 + pwd
11:58:25 + id -u
11:58:25 + id -g
11:58:25 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:25 Unable to find image 'busybox:latest' locally
11:58:25 latest: Pulling from library/busybox
11:58:25 f78e6840ded1: Pulling fs layer
11:58:25 f78e6840ded1: Verifying Checksum
11:58:25 f78e6840ded1: Download complete
11:58:25 f78e6840ded1: Pulling fs layer
11:58:25 f78e6840ded1: Verifying Checksum
11:58:25 f78e6840ded1: Download complete
11:58:25 f78e6840ded1: Pull complete
11:58:25 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:25 Status: Downloaded newer image for busybox:latest
11:58:25 f78e6840ded1: Pull complete
11:58:25 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:25 Status: Downloaded newer image for busybox:latest
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/17c7722d-4776-4433-8419-8001567eda47/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] echo
11:58:25 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:25 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/4ceed3aa-3af4-4dfe-b7e1-8a249ce33261/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/c507bd6c-542b-4e4b-92eb-6206f5514d03/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/b636765c-8daf-4175-9649-d19673c1b3e0/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:58:26 + pwd
11:58:26 + id -u
11:58:26 + id -g
11:58:26 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:26 Unable to find image 'busybox:latest' locally
[Pipeline] echo
11:58:26 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:26 chowning workspace
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_23.0@tmp/54f3c02e-3166-4253-be3b-70a446bfb547/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/f5181914-9ca4-47ea-b9bd-5cd456ccd23f/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:58:26 latest: Pulling from library/busybox
11:58:26 46758452d3ee: Pulling fs layer
11:58:26 + pwd
11:58:26 + id -u
11:58:26 + id -g
11:58:26 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:26 Unable to find image 'busybox:latest' locally
[Pipeline] echo
11:58:26 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:26 chowning workspace
[Pipeline] sh
11:58:26 46758452d3ee: Verifying Checksum
11:58:26 46758452d3ee: Download complete
11:58:26 46758452d3ee: Pull complete
11:58:26 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:26 Status: Downloaded newer image for busybox:latest
11:58:26 + pwd
11:58:26 + id -u
11:58:26 + id -g
11:58:26 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:26 Unable to find image 'busybox:latest' locally
[Pipeline] {
[Pipeline] wrap
[Pipeline] echo
11:58:26 Docker containers have been removed
[Pipeline] echo
11:58:26 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:26 Docker containers have been removed
[Pipeline] echo
11:58:26 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:26 Docker containers have been removed
[Pipeline] echo
11:58:26 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] echo
11:58:27 Docker containers have been removed
[Pipeline] echo
11:58:27 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:27 Docker containers have been removed
[Pipeline] echo
11:58:27 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
11:58:27 latest: Pulling from library/busybox
11:58:27 46758452d3ee: Pulling fs layer
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
11:58:27 + pwd
11:58:27 + id -u
11:58:27 + id -g
11:58:27 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:27 Unable to find image 'busybox:latest' locally
11:58:27 + docker container ls -aq
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
11:58:27 + docker container ls -aq
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
11:58:27 + docker container ls -aq
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
11:58:27 + docker container ls -aq
11:58:27 + docker container ls -aq
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:27 Removing all docker containers
[Pipeline] sh
[Pipeline] withDockerRegistry
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
11:58:27 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:27 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:27 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (centos-7-amd64)
[Pipeline] stage
[Pipeline] { (debian-bookworm-amd64)
[Pipeline] stage
[Pipeline] { (centos-8-amd64)
[Pipeline] echo
11:58:27 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:27 chowning workspace
[Pipeline] sh
11:58:27 + docker container ls -aq
11:58:27 46758452d3ee: Download complete
11:58:27 latest: Pulling from library/busybox
11:58:27 + docker container ls -aq
11:58:27 latest: Pulling from library/busybox
11:58:27 f78e6840ded1: Pulling fs layer
11:58:27 f78e6840ded1: Verifying Checksum
11:58:27 f78e6840ded1: Download complete
11:58:27 + docker container ls -aq
11:58:27 + docker container ls -aq
11:58:27 + docker container ls -aq
11:58:27 + docker container ls -aq
11:58:27 + docker container ls -aq
11:58:27 + docker container ls -aq
11:58:27 + docker container ls -aq
11:58:27 + docker container ls -aq
11:58:27 46758452d3ee: Pull complete
11:58:27 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:27 Status: Downloaded newer image for busybox:latest
11:58:27 f78e6840ded1: Pull complete
11:58:27 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:27 Status: Downloaded newer image for busybox:latest
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] echo
11:58:28 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:28 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Removing all docker containers
[Pipeline] sh
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
[Pipeline] echo
11:58:28 Removing all docker containers
[Pipeline] sh
11:58:28 46758452d3ee: Pulling fs layer
11:58:28 46758452d3ee: Download complete
[Pipeline] echo
11:58:28 Removing all docker containers
[Pipeline] sh
11:58:28 + pwd
11:58:28 + id -u
11:58:28 + id -g
11:58:28 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:28 Unable to find image 'busybox:latest' locally
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] stage
[Pipeline] { (debian-buster-amd64)
[Pipeline] stage
[Pipeline] { (centos-9-amd64)
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] wrap
11:58:28 + echo starting...
11:58:28 starting...
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] sh
[Pipeline] sh
11:58:28 + echo starting...
11:58:28 starting...
11:58:28 + echo starting...
11:58:28 starting...
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Docker containers have been removed
[Pipeline] echo
11:58:28 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:28 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
11:58:28 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:28 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:28 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:28 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:28 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-bookworm-armhf)
[Pipeline] stage
[Pipeline] { (debian-bullseye-armhf)
11:58:28 + docker container ls -aq
[Pipeline] stage
[Pipeline] { (raspbian-bullseye-armhf)
[Pipeline] stage
[Pipeline] { (raspbian-buster-armhf)
[Pipeline] stage
[Pipeline] { (debian-buster-armhf)
[Pipeline] sh
11:58:28 46758452d3ee: Pull complete
11:58:28 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:28 Status: Downloaded newer image for busybox:latest
11:58:28 + docker container ls -aq
11:58:28 latest: Pulling from library/busybox
11:58:28 205dae5015e7: Pulling fs layer
11:58:28 205dae5015e7: Verifying Checksum
11:58:28 205dae5015e7: Download complete
[Pipeline] sh
11:58:28 + docker container ls -aq
11:58:28 + echo starting...
11:58:28 starting...
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] {
[Pipeline] }
[Pipeline] }
[Pipeline] echo
11:58:28 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:28 chowning workspace
[Pipeline] sh
11:58:28 + echo starting...
11:58:28 starting...
11:58:28 + docker container ls -aq
11:58:28 205dae5015e7: Pull complete
11:58:28 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:28 Status: Downloaded newer image for busybox:latest
11:58:28 + echo starting...
11:58:28 starting...
11:58:28 + echo starting...
11:58:28 starting...
11:58:28 + echo starting...
11:58:28 starting...
11:58:28 + echo starting...
11:58:28 starting...
11:58:28 + echo starting...
11:58:28 starting...
[Pipeline] echo
11:58:28 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:28 chowning workspace
[Pipeline] sh
11:58:29 + pwd
11:58:29 + id -u
11:58:29 + id -g
11:58:29 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:29 Unable to find image 'busybox:latest' locally
[Pipeline] echo
11:58:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:29 chowning workspace
[Pipeline] sh
11:58:29 latest: Pulling from library/busybox
11:58:29 205dae5015e7: Pulling fs layer
11:58:29 205dae5015e7: Verifying Checksum
11:58:29 205dae5015e7: Download complete
11:58:29 + pwd
11:58:29 + id -u
11:58:29 + id -g
11:58:29 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:29 Unable to find image 'busybox:latest' locally
[Pipeline] echo
11:58:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:29 chowning workspace
[Pipeline] sh
11:58:29 205dae5015e7: Pull complete
11:58:29 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:29 Status: Downloaded newer image for busybox:latest
11:58:29 latest: Pulling from library/busybox
11:58:29 205dae5015e7: Pulling fs layer
11:58:29 205dae5015e7: Verifying Checksum
11:58:29 205dae5015e7: Download complete
11:58:29 + pwd
11:58:29 + id -u
11:58:29 + id -g
11:58:29 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:29 Unable to find image 'busybox:latest' locally
11:58:29 latest: Pulling from library/busybox
[Pipeline] echo
11:58:29 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:29 chowning workspace
[Pipeline] sh
11:58:30 205dae5015e7: Pull complete
11:58:30 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:30 Status: Downloaded newer image for busybox:latest
11:58:30 205dae5015e7: Pulling fs layer
11:58:30 205dae5015e7: Verifying Checksum
11:58:30 205dae5015e7: Download complete
[Pipeline] echo
11:58:30 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:30 chowning workspace
[Pipeline] sh
11:58:30 + pwd
11:58:30 + id -u
11:58:30 + id -g
11:58:30 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:30 Unable to find image 'busybox:latest' locally
11:58:30 205dae5015e7: Pull complete
11:58:30 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:30 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
11:58:30 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:30 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:30 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:30 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:30 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:30 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:30 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:30 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:30 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:30 cleanWorkspace: Workspace is clean.
[Pipeline] }
[Pipeline] stage
[Pipeline] { (cross-mac)
[Pipeline] stage
[Pipeline] { (debian-bullseye-amd64)
[Pipeline] stage
[Pipeline] { (cross-win)
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-aarch64)
[Pipeline] stage
[Pipeline] { (debian-bullseye-aarch64)
[Pipeline] stage
[Pipeline] { (debian-buster-aarch64)
[Pipeline] stage
[Pipeline] { (fedora-36-aarch64)
[Pipeline] stage
[Pipeline] { (centos-8-aarch64)
[Pipeline] stage
[Pipeline] { (centos-9-aarch64)
[Pipeline] stage
[Pipeline] { (fedora-37-aarch64)
[Pipeline] sh
11:58:30 latest: Pulling from library/busybox
11:58:30 205dae5015e7: Pulling fs layer
11:58:30 205dae5015e7: Verifying Checksum
11:58:30 205dae5015e7: Download complete
11:58:30 + pwd
11:58:30 + id -u
11:58:30 + id -g
11:58:30 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:30 Unable to find image 'busybox:latest' locally
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
11:58:30 latest: Pulling from library/busybox
11:58:30 205dae5015e7: Pulling fs layer
11:58:30 205dae5015e7: Verifying Checksum
11:58:30 205dae5015e7: Download complete
[Pipeline] sh
11:58:30 + pwd
11:58:30 + id -u
11:58:30 + id -g
11:58:30 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:30 Unable to find image 'busybox:latest' locally
11:58:30 + echo starting...
11:58:30 starting...
[Pipeline] echo
11:58:30 Docker containers have been removed
[Pipeline] echo
11:58:30 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:30 Docker containers have been removed
[Pipeline] echo
11:58:30 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:30 Docker containers have been removed
[Pipeline] echo
11:58:30 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
11:58:30 Docker containers have been removed
[Pipeline] echo
11:58:30 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:30 Removing all docker containers
[Pipeline] sh
11:58:30 + echo starting...
11:58:30 starting...
[Pipeline] echo
11:58:30 Removing all docker containers
[Pipeline] sh
11:58:30 + echo starting...
11:58:30 starting...
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] sh
11:58:30 + echo starting...
11:58:30 starting...
11:58:30 + echo starting...
11:58:30 starting...
[Pipeline] sh
11:58:30 + echo starting...
11:58:30 starting...
[Pipeline] echo
11:58:31 Removing all docker containers
[Pipeline] sh
11:58:31 + echo starting...
11:58:31 starting...
11:58:31 + echo starting...
11:58:31 starting...
[Pipeline] // stage
[Pipeline] stage
11:58:31 205dae5015e7: Pull complete
11:58:31 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:31 Status: Downloaded newer image for busybox:latest
[Pipeline] { (info)
[Pipeline] sh
11:58:31 + echo starting...
11:58:31 starting...
11:58:31 latest: Pulling from library/busybox
11:58:31 205dae5015e7: Pulling fs layer
11:58:31 205dae5015e7: Verifying Checksum
11:58:31 205dae5015e7: Download complete
11:58:31 + echo starting...
11:58:31 starting...
11:58:31 205dae5015e7: Pull complete
11:58:31 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:31 Status: Downloaded newer image for busybox:latest
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
11:58:31 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:31 cleanWorkspace: Workspace is clean.
[Pipeline] }
[Pipeline] stage
[Pipeline] { (ubuntu-focal-armhf)
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-armhf)
[Pipeline] echo
11:58:31 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (debian-bookworm-aarch64)
[Pipeline] sh
11:58:31 + docker container ls -aq
[Pipeline] sh
[Pipeline] sh
11:58:31 + docker container ls -aq
[Pipeline] sh
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
11:58:31 + docker version
11:58:31 Client: Docker Engine - Community
11:58:31  Version:           22.06.0-beta.0
11:58:31  API version:       1.42
11:58:31  Go version:        go1.18.3
11:58:31  Git commit:        3e9117b
11:58:31  Built:             Fri Jun  3 17:55:45 2022
11:58:31  OS/Arch:           linux/amd64
11:58:31  Context:           default
11:58:31 
11:58:31 Server: Docker Engine - Community
11:58:31  Engine:
11:58:31   Version:          22.06.0-beta.0
11:58:31   API version:      1.42 (minimum version 1.12)
11:58:31   Go version:       go1.18.3
11:58:31   Git commit:       38633e7
11:58:31   Built:            Fri Jun  3 17:55:45 2022
11:58:31   OS/Arch:          linux/amd64
11:58:31   Experimental:     true
11:58:31  containerd:
11:58:31   Version:          1.6.8
11:58:31   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:31  runc:
11:58:31   Version:          1.1.4
11:58:31   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:31  docker-init:
11:58:31   Version:          0.19.0
11:58:31   GitCommit:        de40ad0
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
11:58:31 cleanWorkspace: Workspace is clean.
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (ubuntu-bionic-aarch64)
[Pipeline] }
[Pipeline] }
[Pipeline] sh
11:58:31 + docker version
11:58:31 Client: Docker Engine - Community
11:58:31  Version:           22.06.0-beta.0
11:58:31  API version:       1.42
11:58:31  Go version:        go1.18.3
11:58:31  Git commit:        3e9117b
11:58:31  Built:             Fri Jun  3 17:55:45 2022
11:58:31  OS/Arch:           linux/amd64
11:58:31  Context:           default
11:58:31 
11:58:31 Server: Docker Engine - Community
11:58:31  Engine:
11:58:31   Version:          22.06.0-beta.0
11:58:31   API version:      1.42 (minimum version 1.12)
11:58:31   Go version:       go1.18.3
11:58:31   Git commit:       38633e7
11:58:31   Built:            Fri Jun  3 17:55:45 2022
11:58:31   OS/Arch:          linux/amd64
11:58:31   Experimental:     true
11:58:31  containerd:
11:58:31   Version:          1.6.8
11:58:31   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:31  runc:
11:58:31   Version:          1.1.4
11:58:31   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:31  docker-init:
11:58:31   Version:          0.19.0
11:58:31   GitCommit:        de40ad0
11:58:31 + docker container ls -aq
[Pipeline] sh
11:58:31 205dae5015e7: Pull complete
11:58:31 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:31 Status: Downloaded newer image for busybox:latest
[Pipeline] sh
11:58:31 + docker version
11:58:31 Client: Docker Engine - Community
11:58:31  Version:           22.06.0-beta.0
11:58:31  API version:       1.42
11:58:31  Go version:        go1.18.3
11:58:31  Git commit:        3e9117b
11:58:31  Built:             Fri Jun  3 17:55:45 2022
11:58:31  OS/Arch:           linux/amd64
11:58:31  Context:           default
11:58:31 
11:58:31 Server: Docker Engine - Community
11:58:31  Engine:
11:58:31   Version:          22.06.0-beta.0
11:58:31   API version:      1.42 (minimum version 1.12)
11:58:31   Go version:       go1.18.3
11:58:31   Git commit:       38633e7
11:58:31   Built:            Fri Jun  3 17:55:45 2022
11:58:31   OS/Arch:          linux/amd64
11:58:31   Experimental:     true
11:58:31  containerd:
11:58:31   Version:          1.6.8
11:58:31   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:31  runc:
11:58:31   Version:          1.1.4
11:58:31   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:31  docker-init:
11:58:31   Version:          0.19.0
11:58:31   GitCommit:        de40ad0
[Pipeline] sh
11:58:31 + docker version
11:58:31 Client: Docker Engine - Community
11:58:31  Version:           22.06.0-beta.0
11:58:31  API version:       1.42
11:58:31  Go version:        go1.18.3
11:58:31  Git commit:        3e9117b
11:58:31  Built:             Fri Jun  3 17:55:45 2022
11:58:31  OS/Arch:           linux/amd64
11:58:31  Context:           default
11:58:31 
11:58:31 Server: Docker Engine - Community
11:58:31  Engine:
11:58:31   Version:          22.06.0-beta.0
11:58:31   API version:      1.42 (minimum version 1.12)
11:58:31   Go version:       go1.18.3
11:58:31   Git commit:       38633e7
11:58:31   Built:            Fri Jun  3 17:55:45 2022
11:58:31   OS/Arch:          linux/amd64
11:58:31   Experimental:     true
11:58:31  containerd:
11:58:31   Version:          1.6.8
11:58:31   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:31  runc:
11:58:31   Version:          1.1.4
11:58:31   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:31  docker-init:
11:58:31   Version:          0.19.0
11:58:31   GitCommit:        de40ad0
[Pipeline] sh
11:58:31 + echo starting...
11:58:31 starting...
11:58:31 + echo starting...
11:58:31 starting...
[Pipeline] sh
11:58:31 + echo starting...
11:58:31 starting...
[Pipeline] sh
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:58:31 + docker version
11:58:31 Client: Docker Engine - Community
11:58:31  Version:           22.06.0-beta.0
11:58:31  API version:       1.42
11:58:31  Go version:        go1.18.3
11:58:31  Git commit:        3e9117b
11:58:31  Built:             Fri Jun  3 17:55:45 2022
11:58:31  OS/Arch:           linux/amd64
11:58:31  Context:           default
11:58:31 
11:58:31 Server: Docker Engine - Community
11:58:31  Engine:
11:58:31   Version:          22.06.0-beta.0
11:58:31   API version:      1.42 (minimum version 1.12)
11:58:31   Go version:       go1.18.3
11:58:31   Git commit:       38633e7
11:58:31   Built:            Fri Jun  3 17:55:45 2022
11:58:31   OS/Arch:          linux/amd64
11:58:31   Experimental:     true
11:58:31  containerd:
11:58:31   Version:          1.6.8
11:58:31   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:31  runc:
11:58:31   Version:          1.1.4
11:58:31   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:31  docker-init:
11:58:31   Version:          0.19.0
11:58:31   GitCommit:        de40ad0
[Pipeline] echo
11:58:31 Docker containers have been removed
[Pipeline] echo
11:58:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:31 Docker containers have been removed
[Pipeline] echo
11:58:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] sh
11:58:31 + docker version
11:58:31 Client: Docker Engine - Community
11:58:31  Version:           22.06.0-beta.0
11:58:31  API version:       1.42
11:58:31  Go version:        go1.18.3
11:58:31  Git commit:        3e9117b
11:58:31  Built:             Fri Jun  3 17:56:06 2022
11:58:31  OS/Arch:           linux/arm
11:58:31  Context:           default
11:58:31 
11:58:31 Server: Docker Engine - Community
11:58:31  Engine:
11:58:31   Version:          22.06.0-beta.0
11:58:31   API version:      1.42 (minimum version 1.12)
11:58:31   Go version:       go1.18.3
11:58:31   Git commit:       38633e7
11:58:31   Built:            Fri Jun  3 17:56:06 2022
11:58:31   OS/Arch:          linux/arm
11:58:31   Experimental:     true
11:58:31  containerd:
11:58:31   Version:          1.6.8
11:58:31   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:31  runc:
11:58:31   Version:          1.1.4
11:58:31   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:31  docker-init:
11:58:31   Version:          0.19.0
11:58:31   GitCommit:        de40ad0
11:58:31 + docker version
11:58:31 Client: Docker Engine - Community
11:58:31  Version:           22.06.0-beta.0
11:58:31  API version:       1.42
11:58:31  Go version:        go1.18.3
11:58:31  Git commit:        3e9117b
11:58:31  Built:             Fri Jun  3 17:56:06 2022
11:58:31  OS/Arch:           linux/arm
11:58:31  Context:           default
11:58:31 
11:58:31 Server: Docker Engine - Community
11:58:31  Engine:
11:58:31   Version:          22.06.0-beta.0
11:58:31   API version:      1.42 (minimum version 1.12)
11:58:31   Go version:       go1.18.3
11:58:31   Git commit:       38633e7
11:58:31   Built:            Fri Jun  3 17:56:06 2022
11:58:31   OS/Arch:          linux/arm
11:58:31   Experimental:     true
11:58:31  containerd:
11:58:31   Version:          1.6.8
11:58:31   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:31  runc:
11:58:31   Version:          1.1.4
11:58:31   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:31  docker-init:
11:58:31   Version:          0.19.0
11:58:31   GitCommit:        de40ad0
11:58:31 + docker version
11:58:31 Client: Docker Engine - Community
11:58:31  Version:           22.06.0-beta.0
11:58:31  API version:       1.42
11:58:31  Go version:        go1.18.3
11:58:31  Git commit:        3e9117b
11:58:31  Built:             Fri Jun  3 17:56:06 2022
11:58:31  OS/Arch:           linux/arm
11:58:31  Context:           default
11:58:31 
11:58:31 Server: Docker Engine - Community
11:58:31  Engine:
11:58:31   Version:          22.06.0-beta.0
11:58:31   API version:      1.42 (minimum version 1.12)
11:58:31   Go version:       go1.18.3
11:58:31   Git commit:       38633e7
11:58:31   Built:            Fri Jun  3 17:56:06 2022
11:58:31   OS/Arch:          linux/arm
11:58:31   Experimental:     true
11:58:31  containerd:
11:58:31   Version:          1.6.8
11:58:31   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:31  runc:
11:58:31   Version:          1.1.4
11:58:31   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:31  docker-init:
11:58:31   Version:          0.19.0
11:58:31   GitCommit:        de40ad0
11:58:31 + docker version
11:58:31 Client: Docker Engine - Community
11:58:31  Version:           22.06.0-beta.0
11:58:31  API version:       1.42
11:58:31  Go version:        go1.18.3
11:58:31  Git commit:        3e9117b
11:58:31  Built:             Fri Jun  3 17:56:06 2022
11:58:31  OS/Arch:           linux/arm
11:58:31  Context:           default
11:58:31 
11:58:31 Server: Docker Engine - Community
11:58:31  Engine:
11:58:31   Version:          22.06.0-beta.0
11:58:31   API version:      1.42 (minimum version 1.12)
11:58:31   Go version:       go1.18.3
11:58:31   Git commit:       38633e7
11:58:31   Built:            Fri Jun  3 17:56:06 2022
11:58:31   OS/Arch:          linux/arm
11:58:31   Experimental:     true
11:58:31  containerd:
11:58:31   Version:          1.6.8
11:58:31   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:31  runc:
11:58:31   Version:          1.1.4
11:58:31   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:31  docker-init:
11:58:31   Version:          0.19.0
11:58:31   GitCommit:        de40ad0
11:58:31 + docker version
11:58:31 Client: Docker Engine - Community
11:58:31  Version:           22.06.0-beta.0
11:58:31  API version:       1.42
11:58:31  Go version:        go1.18.3
11:58:31  Git commit:        3e9117b
11:58:31  Built:             Fri Jun  3 17:56:06 2022
11:58:31  OS/Arch:           linux/arm
11:58:31  Context:           default
11:58:31 
11:58:31 Server: Docker Engine - Community
11:58:31  Engine:
11:58:31   Version:          22.06.0-beta.0
11:58:31   API version:      1.42 (minimum version 1.12)
11:58:31   Go version:       go1.18.3
11:58:31   Git commit:       38633e7
11:58:31   Built:            Fri Jun  3 17:56:06 2022
11:58:31   OS/Arch:          linux/arm
11:58:31   Experimental:     true
11:58:31  containerd:
11:58:31   Version:          1.6.8
11:58:31   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:31  runc:
11:58:31   Version:          1.1.4
11:58:31   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:31  docker-init:
11:58:31   Version:          0.19.0
11:58:31   GitCommit:        de40ad0
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:58:31 + echo starting...
11:58:31 starting...
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
11:58:31 + docker version
11:58:31 Client: Docker Engine - Community
11:58:31  Version:           22.06.0-beta.0
11:58:31  API version:       1.42
11:58:31  Go version:        go1.18.3
11:58:31  Git commit:        3e9117b
11:58:31  Built:             Fri Jun  3 17:55:45 2022
11:58:31  OS/Arch:           linux/amd64
11:58:31  Context:           default
11:58:31 
11:58:31 Server: Docker Engine - Community
11:58:31  Engine:
11:58:31   Version:          22.06.0-beta.0
11:58:31   API version:      1.42 (minimum version 1.12)
11:58:31   Go version:       go1.18.3
11:58:31   Git commit:       38633e7
11:58:31   Built:            Fri Jun  3 17:55:45 2022
11:58:31   OS/Arch:          linux/amd64
11:58:31   Experimental:     true
11:58:31  containerd:
11:58:31   Version:          1.6.8
11:58:31   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:31  runc:
11:58:31   Version:          1.1.4
11:58:31   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:31  docker-init:
11:58:31   Version:          0.19.0
11:58:31   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
11:58:31 Docker containers have been removed
[Pipeline] echo
11:58:31 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] sh
[Pipeline] sh
[Pipeline] // stage
[Pipeline] // stage
11:58:32 + docker info
11:58:32 Client:
11:58:32  Context:    default
11:58:32  Debug Mode: false
11:58:32  Plugins:
11:58:32   buildx: Docker Buildx (Docker Inc.)
11:58:32     Version:  c5aec24
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:32   compose: Docker Compose (Docker Inc.)
11:58:32     Version:  v2.12.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:32   scan: Docker Scan (Docker Inc.)
11:58:32     Version:  v0.17.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:32 
11:58:32 Server:
11:58:32  Containers: 0
11:58:32   Running: 0
11:58:32   Paused: 0
11:58:32   Stopped: 0
11:58:32  Images: 1
11:58:32  Server Version: 22.06.0-beta.0
11:58:32  Storage Driver: overlay2
11:58:32   Backing Filesystem: extfs
11:58:32   Supports d_type: true
11:58:32   Using metacopy: false
11:58:32   Native Overlay Diff: true
11:58:32   userxattr: false
11:58:32  Logging Driver: json-file
11:58:32  Cgroup Driver: systemd
11:58:32  Cgroup Version: 2
11:58:32  Plugins:
11:58:32   Volume: local
11:58:32   Network: bridge host ipvlan macvlan null overlay
11:58:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:32  Swarm: inactive
11:58:32  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:32  Default Runtime: runc
11:58:32  Init Binary: docker-init
11:58:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc version: v1.1.4-0-g5fd4c4d
11:58:32  init version: de40ad0
11:58:32  Security Options:
11:58:32   apparmor
11:58:32   seccomp
11:58:32    Profile: builtin
11:58:32   cgroupns
11:58:32  Kernel Version: 5.15.0-1022-aws
11:58:32  Operating System: Ubuntu 20.04.5 LTS
11:58:32  OSType: linux
11:58:32  Architecture: x86_64
11:58:32  CPUs: 2
11:58:32  Total Memory: 7.475GiB
11:58:32  Name: ip-10-100-83-4
11:58:32  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:32  Docker Root Dir: /var/lib/docker
11:58:32  Debug Mode: false
11:58:32  Username: dockerbuildbot
11:58:32  Registry: https://index.docker.io/v1/
11:58:32  Labels:
11:58:32  Experimental: true
11:58:32  Insecure Registries:
11:58:32   127.0.0.0/8
11:58:32  Live Restore Enabled: true
11:58:32 
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] sh
11:58:32 + docker version
11:58:32 Client: Docker Engine - Community
11:58:32  Version:           22.06.0-beta.0
11:58:32  API version:       1.42
11:58:32  Go version:        go1.18.3
11:58:32  Git commit:        3e9117b
11:58:32  Built:             Fri Jun  3 17:55:45 2022
11:58:32  OS/Arch:           linux/amd64
11:58:32  Context:           default
11:58:32 
11:58:32 Server: Docker Engine - Community
11:58:32  Engine:
11:58:32   Version:          22.06.0-beta.0
11:58:32   API version:      1.42 (minimum version 1.12)
11:58:32   Go version:       go1.18.3
11:58:32   Git commit:       38633e7
11:58:32   Built:            Fri Jun  3 17:55:45 2022
11:58:32   OS/Arch:          linux/amd64
11:58:32   Experimental:     true
11:58:32  containerd:
11:58:32   Version:          1.6.8
11:58:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc:
11:58:32   Version:          1.1.4
11:58:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:32  docker-init:
11:58:32   Version:          0.19.0
11:58:32   GitCommit:        de40ad0
11:58:32 + docker version
11:58:32 Client: Docker Engine - Community
11:58:32  Version:           22.06.0-beta.0
11:58:32  API version:       1.42
11:58:32  Go version:        go1.18.3
11:58:32  Git commit:        3e9117b
11:58:32  Built:             Fri Jun  3 17:55:45 2022
11:58:32  OS/Arch:           linux/amd64
11:58:32  Context:           default
11:58:32 
11:58:32 Server: Docker Engine - Community
11:58:32  Engine:
11:58:32   Version:          22.06.0-beta.0
11:58:32   API version:      1.42 (minimum version 1.12)
11:58:32   Go version:       go1.18.3
11:58:32   Git commit:       38633e7
11:58:32   Built:            Fri Jun  3 17:55:45 2022
11:58:32   OS/Arch:          linux/amd64
11:58:32   Experimental:     true
11:58:32  containerd:
11:58:32   Version:          1.6.8
11:58:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc:
11:58:32   Version:          1.1.4
11:58:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:32  docker-init:
11:58:32   Version:          0.19.0
11:58:32   GitCommit:        de40ad0
[Pipeline] sh
11:58:32 + docker version
11:58:32 Client: Docker Engine - Community
11:58:32  Version:           22.06.0-beta.0
11:58:32  API version:       1.42
11:58:32  Go version:        go1.18.3
11:58:32  Git commit:        3e9117b
11:58:32  Built:             Fri Jun  3 17:55:34 2022
11:58:32  OS/Arch:           linux/arm64
11:58:32  Context:           default
11:58:32 
11:58:32 Server: Docker Engine - Community
11:58:32  Engine:
11:58:32   Version:          22.06.0-beta.0
11:58:32   API version:      1.42 (minimum version 1.12)
11:58:32   Go version:       go1.18.3
11:58:32   Git commit:       38633e7
11:58:32   Built:            Fri Jun  3 17:55:34 2022
11:58:32   OS/Arch:          linux/arm64
11:58:32   Experimental:     true
11:58:32  containerd:
11:58:32   Version:          1.6.8
11:58:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc:
11:58:32   Version:          1.1.4
11:58:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:32  docker-init:
11:58:32   Version:          0.19.0
11:58:32   GitCommit:        de40ad0
11:58:32 + docker version
11:58:32 Client: Docker Engine - Community
11:58:32  Version:           22.06.0-beta.0
11:58:32  API version:       1.42
11:58:32  Go version:        go1.18.3
11:58:32  Git commit:        3e9117b
11:58:32  Built:             Fri Jun  3 17:55:34 2022
11:58:32  OS/Arch:           linux/arm64
11:58:32  Context:           default
11:58:32 
11:58:32 Server: Docker Engine - Community
11:58:32  Engine:
11:58:32   Version:          22.06.0-beta.0
11:58:32   API version:      1.42 (minimum version 1.12)
11:58:32   Go version:       go1.18.3
11:58:32   Git commit:       38633e7
11:58:32   Built:            Fri Jun  3 17:55:34 2022
11:58:32   OS/Arch:          linux/arm64
11:58:32   Experimental:     true
11:58:32  containerd:
11:58:32   Version:          1.6.8
11:58:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc:
11:58:32   Version:          1.1.4
11:58:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:32  docker-init:
11:58:32   Version:          0.19.0
11:58:32   GitCommit:        de40ad0
11:58:32 + docker version
11:58:32 Client: Docker Engine - Community
11:58:32  Version:           22.06.0-beta.0
11:58:32  API version:       1.42
11:58:32  Go version:        go1.18.3
11:58:32  Git commit:        3e9117b
11:58:32  Built:             Fri Jun  3 17:55:34 2022
11:58:32  OS/Arch:           linux/arm64
11:58:32  Context:           default
11:58:32 
11:58:32 Server: Docker Engine - Community
11:58:32  Engine:
11:58:32   Version:          22.06.0-beta.0
11:58:32   API version:      1.42 (minimum version 1.12)
11:58:32   Go version:       go1.18.3
11:58:32   Git commit:       38633e7
11:58:32   Built:            Fri Jun  3 17:55:34 2022
11:58:32   OS/Arch:          linux/arm64
11:58:32   Experimental:     true
11:58:32  containerd:
11:58:32   Version:          1.6.8
11:58:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc:
11:58:32   Version:          1.1.4
11:58:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:32  docker-init:
11:58:32   Version:          0.19.0
11:58:32   GitCommit:        de40ad0
[Pipeline] echo
11:58:32 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:32 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:32 Removing all docker containers
[Pipeline] sh
11:58:32 + docker info
11:58:32 Client:
11:58:32  Context:    default
11:58:32  Debug Mode: false
11:58:32  Plugins:
11:58:32   buildx: Docker Buildx (Docker Inc.)
11:58:32     Version:  c5aec24
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:32   compose: Docker Compose (Docker Inc.)
11:58:32     Version:  v2.12.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:32   scan: Docker Scan (Docker Inc.)
11:58:32     Version:  v0.17.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:32 
11:58:32 Server:
11:58:32  Containers: 0
11:58:32   Running: 0
11:58:32   Paused: 0
11:58:32   Stopped: 0
11:58:32  Images: 1
11:58:32  Server Version: 22.06.0-beta.0
11:58:32  Storage Driver: overlay2
11:58:32   Backing Filesystem: extfs
11:58:32   Supports d_type: true
11:58:32   Using metacopy: false
11:58:32   Native Overlay Diff: true
11:58:32   userxattr: false
11:58:32  Logging Driver: json-file
11:58:32  Cgroup Driver: systemd
11:58:32  Cgroup Version: 2
11:58:32  Plugins:
11:58:32   Volume: local
11:58:32   Network: bridge host ipvlan macvlan null overlay
11:58:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:32  Swarm: inactive
11:58:32  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:32  Default Runtime: runc
11:58:32  Init Binary: docker-init
11:58:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc version: v1.1.4-0-g5fd4c4d
11:58:32  init version: de40ad0
11:58:32  Security Options:
11:58:32   apparmor
11:58:32   seccomp
11:58:32    Profile: builtin
11:58:32   cgroupns
11:58:32  Kernel Version: 5.15.0-1022-aws
11:58:32  Operating System: Ubuntu 20.04.5 LTS
11:58:32  OSType: linux
11:58:32  Architecture: x86_64
11:58:32  CPUs: 2
11:58:32  Total Memory: 7.475GiB
11:58:32  Name: ip-10-100-64-24
11:58:32  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:32  Docker Root Dir: /var/lib/docker
11:58:32  Debug Mode: false
11:58:32  Username: dockerbuildbot
11:58:32  Registry: https://index.docker.io/v1/
11:58:32  Labels:
11:58:32  Experimental: true
11:58:32  Insecure Registries:
11:58:32   127.0.0.0/8
11:58:32  Live Restore Enabled: true
11:58:32 
[Pipeline] stage
[Pipeline] { (ubuntu-focal-aarch64)
[Pipeline] stage
[Pipeline] { (static-linux)
[Pipeline] sh
11:58:32 + docker info
11:58:32 Client:
11:58:32  Context:    default
11:58:32  Debug Mode: false
11:58:32  Plugins:
11:58:32   buildx: Docker Buildx (Docker Inc.)
11:58:32     Version:  c5aec24
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:32   compose: Docker Compose (Docker Inc.)
11:58:32     Version:  v2.12.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:32   scan: Docker Scan (Docker Inc.)
11:58:32     Version:  v0.17.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:32 
11:58:32 Server:
11:58:32  Containers: 0
11:58:32   Running: 0
11:58:32   Paused: 0
11:58:32   Stopped: 0
11:58:32  Images: 1
11:58:32  Server Version: 22.06.0-beta.0
11:58:32  Storage Driver: overlay2
11:58:32   Backing Filesystem: extfs
11:58:32   Supports d_type: true
11:58:32   Using metacopy: false
11:58:32   Native Overlay Diff: true
11:58:32   userxattr: false
11:58:32  Logging Driver: json-file
11:58:32  Cgroup Driver: systemd
11:58:32  Cgroup Version: 2
11:58:32  Plugins:
11:58:32   Volume: local
11:58:32   Network: bridge host ipvlan macvlan null overlay
11:58:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:32  Swarm: inactive
11:58:32  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:32  Default Runtime: runc
11:58:32  Init Binary: docker-init
11:58:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc version: v1.1.4-0-g5fd4c4d
11:58:32  init version: de40ad0
11:58:32  Security Options:
11:58:32   apparmor
11:58:32   seccomp
11:58:32    Profile: builtin
11:58:32   cgroupns
11:58:32  Kernel Version: 5.15.0-1022-aws
11:58:32  Operating System: Ubuntu 20.04.5 LTS
11:58:32  OSType: linux
11:58:32  Architecture: x86_64
11:58:32  CPUs: 2
11:58:32  Total Memory: 7.557GiB
11:58:32  Name: ip-10-100-122-7
11:58:32  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:32  Docker Root Dir: /var/lib/docker
11:58:32  Debug Mode: false
11:58:32  Username: dockerbuildbot
11:58:32  Registry: https://index.docker.io/v1/
11:58:32  Labels:
11:58:32  Experimental: true
11:58:32  Insecure Registries:
11:58:32   127.0.0.0/8
11:58:32  Live Restore Enabled: true
11:58:32 
[Pipeline] sh
11:58:32 + docker info
11:58:32 Client:
11:58:32  Context:    default
11:58:32  Debug Mode: false
11:58:32  Plugins:
11:58:32   buildx: Docker Buildx (Docker Inc.)
11:58:32     Version:  c5aec24
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:32   compose: Docker Compose (Docker Inc.)
11:58:32     Version:  v2.12.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:32   scan: Docker Scan (Docker Inc.)
11:58:32     Version:  v0.17.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:32 
11:58:32 Server:
11:58:32  Containers: 0
11:58:32   Running: 0
11:58:32   Paused: 0
11:58:32   Stopped: 0
11:58:32  Images: 1
11:58:32  Server Version: 22.06.0-beta.0
11:58:32  Storage Driver: overlay2
11:58:32   Backing Filesystem: extfs
11:58:32   Supports d_type: true
11:58:32   Using metacopy: false
11:58:32   Native Overlay Diff: true
11:58:32   userxattr: false
11:58:32  Logging Driver: json-file
11:58:32  Cgroup Driver: systemd
11:58:32  Cgroup Version: 2
11:58:32  Plugins:
11:58:32   Volume: local
11:58:32   Network: bridge host ipvlan macvlan null overlay
11:58:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:32  Swarm: inactive
11:58:32  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:58:32  Default Runtime: runc
11:58:32  Init Binary: docker-init
11:58:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc version: v1.1.4-0-g5fd4c4d
11:58:32  init version: de40ad0
11:58:32  Security Options:
11:58:32   apparmor
11:58:32   seccomp
11:58:32    Profile: builtin
11:58:32   cgroupns
11:58:32  Kernel Version: 5.15.0-1022-aws
11:58:32  Operating System: Ubuntu 20.04.5 LTS
11:58:32  OSType: linux
11:58:32  Architecture: x86_64
11:58:32  CPUs: 2
11:58:32  Total Memory: 7.557GiB
11:58:32  Name: ip-10-100-111-68
11:58:32  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:32  Docker Root Dir: /var/lib/docker
11:58:32  Debug Mode: false
11:58:32  Username: dockerbuildbot
11:58:32  Registry: https://index.docker.io/v1/
11:58:32  Labels:
11:58:32  Experimental: true
11:58:32  Insecure Registries:
11:58:32   127.0.0.0/8
11:58:32  Live Restore Enabled: true
11:58:32 
11:58:32 + docker version
11:58:32 Client: Docker Engine - Community
11:58:32  Version:           22.06.0-beta.0
[Pipeline] sh
11:58:32  API version:       1.42
11:58:32  Go version:        go1.18.3
11:58:32  Git commit:        3e9117b
11:58:32  Built:             Fri Jun  3 17:55:34 2022
11:58:32  OS/Arch:           linux/arm64
11:58:32  Context:           default
11:58:32 
11:58:32 Server: Docker Engine - Community
11:58:32  Engine:
11:58:32   Version:          22.06.0-beta.0
11:58:32   API version:      1.42 (minimum version 1.12)
11:58:32   Go version:       go1.18.3
11:58:32   Git commit:       38633e7
11:58:32   Built:            Fri Jun  3 17:55:34 2022
11:58:32   OS/Arch:          linux/arm64
11:58:32   Experimental:     true
11:58:32  containerd:
11:58:32   Version:          1.6.8
11:58:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc:
11:58:32   Version:          1.1.4
11:58:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:32  docker-init:
11:58:32   Version:          0.19.0
11:58:32   GitCommit:        de40ad0
[Pipeline] sh
11:58:32 + docker version
11:58:32 Client: Docker Engine - Community
11:58:32  Version:           22.06.0-beta.0
11:58:32  API version:       1.42
11:58:32  Go version:        go1.18.3
11:58:32  Git commit:        3e9117b
11:58:32  Built:             Fri Jun  3 17:55:34 2022
11:58:32  OS/Arch:           linux/arm64
11:58:32  Context:           default
11:58:32 
11:58:32 Server: Docker Engine - Community
11:58:32  Engine:
11:58:32   Version:          22.06.0-beta.0
11:58:32   API version:      1.42 (minimum version 1.12)
11:58:32   Go version:       go1.18.3
11:58:32   Git commit:       38633e7
11:58:32   Built:            Fri Jun  3 17:55:34 2022
11:58:32   OS/Arch:          linux/arm64
11:58:32   Experimental:     true
11:58:32  containerd:
11:58:32   Version:          1.6.8
11:58:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc:
11:58:32   Version:          1.1.4
11:58:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:32  docker-init:
11:58:32   Version:          0.19.0
11:58:32   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] sh
11:58:32 + docker version
11:58:32 Client: Docker Engine - Community
11:58:32  Version:           22.06.0-beta.0
11:58:32  API version:       1.42
11:58:32  Go version:        go1.18.3
11:58:32  Git commit:        3e9117b
11:58:32  Built:             Fri Jun  3 17:55:34 2022
11:58:32  OS/Arch:           linux/arm64
11:58:32  Context:           default
11:58:32 
11:58:32 Server: Docker Engine - Community
11:58:32  Engine:
11:58:32   Version:          22.06.0-beta.0
11:58:32   API version:      1.42 (minimum version 1.12)
11:58:32   Go version:       go1.18.3
11:58:32   Git commit:       38633e7
11:58:32   Built:            Fri Jun  3 17:55:34 2022
11:58:32   OS/Arch:          linux/arm64
11:58:32   Experimental:     true
11:58:32  containerd:
11:58:32   Version:          1.6.8
11:58:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc:
11:58:32   Version:          1.1.4
11:58:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:32  docker-init:
11:58:32   Version:          0.19.0
11:58:32   GitCommit:        de40ad0
11:58:32 + docker version
11:58:32 Client: Docker Engine - Community
11:58:32  Version:           22.06.0-beta.0
11:58:32  API version:       1.42
11:58:32  Go version:        go1.18.3
11:58:32  Git commit:        3e9117b
11:58:32  Built:             Fri Jun  3 17:55:34 2022
11:58:32  OS/Arch:           linux/arm64
11:58:32  Context:           default
11:58:32 
11:58:32 Server: Docker Engine - Community
11:58:32  Engine:
11:58:32   Version:          22.06.0-beta.0
11:58:32   API version:      1.42 (minimum version 1.12)
11:58:32   Go version:       go1.18.3
11:58:32   Git commit:       38633e7
11:58:32   Built:            Fri Jun  3 17:55:34 2022
11:58:32   OS/Arch:          linux/arm64
11:58:32   Experimental:     true
11:58:32  containerd:
11:58:32   Version:          1.6.8
11:58:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc:
11:58:32   Version:          1.1.4
11:58:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:32  docker-init:
11:58:32   Version:          0.19.0
11:58:32   GitCommit:        de40ad0
11:58:32 + docker info
11:58:32 Client:
11:58:32  Context:    default
11:58:32  Debug Mode: false
11:58:32  Plugins:
11:58:32   buildx: Docker Buildx (Docker Inc.)
11:58:32     Version:  c5aec24
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:32   compose: Docker Compose (Docker Inc.)
11:58:32     Version:  v2.12.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:32   scan: Docker Scan (Docker Inc.)
11:58:32     Version:  v0.17.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:32 
11:58:32 Server:
11:58:32  Containers: 0
11:58:32   Running: 0
11:58:32   Paused: 0
11:58:32   Stopped: 0
11:58:32  Images: 1
11:58:32  Server Version: 22.06.0-beta.0
11:58:32  Storage Driver: overlay2
11:58:32   Backing Filesystem: extfs
11:58:32   Supports d_type: true
11:58:32   Using metacopy: false
11:58:32   Native Overlay Diff: true
11:58:32   userxattr: false
11:58:32  Logging Driver: json-file
11:58:32  Cgroup Driver: systemd
11:58:32  Cgroup Version: 2
11:58:32  Plugins:
11:58:32   Volume: local
11:58:32   Network: bridge host ipvlan macvlan null overlay
11:58:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:32  Swarm: inactive
11:58:32  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:32  Default Runtime: runc
11:58:32  Init Binary: docker-init
11:58:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc version: v1.1.4-0-g5fd4c4d
11:58:32  init version: de40ad0
11:58:32  Security Options:
11:58:32   apparmor
11:58:32   seccomp
11:58:32    Profile: builtin
11:58:32   cgroupns
11:58:32  Kernel Version: 5.15.0-1022-aws
11:58:32  Operating System: Ubuntu 20.04.5 LTS
11:58:32  OSType: linux
11:58:32  Architecture: x86_64
11:58:32  CPUs: 2
11:58:32  Total Memory: 7.475GiB
11:58:32  Name: ip-10-100-80-248
11:58:32  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:32  Docker Root Dir: /var/lib/docker
11:58:32  Debug Mode: false
11:58:32  Username: dockerbuildbot
11:58:32  Registry: https://index.docker.io/v1/
11:58:32  Labels:
11:58:32  Experimental: true
11:58:32  Insecure Registries:
11:58:32   127.0.0.0/8
11:58:32  Live Restore Enabled: true
11:58:32 
11:58:32 + docker container ls -aq
11:58:32 + docker info
11:58:32 Client:
11:58:32  Context:    default
11:58:32  Debug Mode: false
11:58:32  Plugins:
11:58:32   buildx: Docker Buildx (Docker Inc.)
11:58:32     Version:  v0.8.2
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:32   compose: Docker Compose (Docker Inc.)
11:58:32     Version:  v2.12.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:32 
11:58:32 Server:
11:58:32  Containers: 0
11:58:32   Running: 0
11:58:32   Paused: 0
11:58:32   Stopped: 0
11:58:32  Images: 1
11:58:32  Server Version: 22.06.0-beta.0
11:58:32  Storage Driver: overlay2
11:58:32   Backing Filesystem: extfs
11:58:32   Supports d_type: true
11:58:32   Using metacopy: false
11:58:32   Native Overlay Diff: true
11:58:32   userxattr: false
11:58:32  Logging Driver: json-file
11:58:32  Cgroup Driver: cgroupfs
11:58:32  Cgroup Version: 1
11:58:32  Plugins:
11:58:32   Volume: local
11:58:32   Network: bridge host ipvlan macvlan null overlay
11:58:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:32  Swarm: inactive
11:58:32  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:32  Default Runtime: runc
11:58:32  Init Binary: docker-init
11:58:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc version: v1.1.4-0-g5fd4c4d
11:58:32  init version: de40ad0
11:58:32  Security Options:
11:58:32   apparmor
11:58:32   seccomp
11:58:32    Profile: builtin
11:58:32  Kernel Version: 5.4.0-1088-aws
11:58:32  Operating System: Ubuntu 18.04.6 LTS
11:58:32  OSType: linux
11:58:32  Architecture: armv8l
11:58:32  CPUs: 2
11:58:32  Total Memory: 7.566GiB
11:58:32  Name: ip-10-100-122-250
11:58:32  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:58:32  Docker Root Dir: /var/lib/docker
11:58:32  Debug Mode: false
11:58:32  Username: dockerbuildbot
11:58:32  Registry: https://index.docker.io/v1/
11:58:32  Labels:
11:58:32  Experimental: true
11:58:32  Insecure Registries:
11:58:32   127.0.0.0/8
11:58:32  Live Restore Enabled: true
11:58:32 
11:58:32 WARNING: No swap limit support
11:58:32 + docker info
11:58:32 Client:
11:58:32  Context:    default
11:58:32  Debug Mode: false
11:58:32  Plugins:
11:58:32   buildx: Docker Buildx (Docker Inc.)
11:58:32     Version:  v0.8.2
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:32   compose: Docker Compose (Docker Inc.)
11:58:32     Version:  v2.12.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:32 
11:58:32 Server:
11:58:32  Containers: 0
11:58:32   Running: 0
11:58:32   Paused: 0
11:58:32   Stopped: 0
11:58:32  Images: 1
11:58:32  Server Version: 22.06.0-beta.0
11:58:32  Storage Driver: overlay2
11:58:32   Backing Filesystem: extfs
11:58:32   Supports d_type: true
11:58:32   Using metacopy: false
11:58:32   Native Overlay Diff: true
11:58:32   userxattr: false
11:58:32  Logging Driver: json-file
11:58:32  Cgroup Driver: cgroupfs
11:58:32  Cgroup Version: 1
11:58:32  Plugins:
11:58:32   Volume: local
11:58:32   Network: bridge host ipvlan macvlan null overlay
11:58:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:32  Swarm: inactive
11:58:32  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:32  Default Runtime: runc
11:58:32  Init Binary: docker-init
11:58:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc version: v1.1.4-0-g5fd4c4d
11:58:32  init version: de40ad0
11:58:32  Security Options:
11:58:32   apparmor
11:58:32   seccomp
11:58:32    Profile: builtin
11:58:32  Kernel Version: 5.4.0-1088-aws
11:58:32  Operating System: Ubuntu 18.04.6 LTS
11:58:32  OSType: linux
11:58:32  Architecture: armv8l
11:58:32  CPUs: 2
11:58:32  Total Memory: 7.566GiB
11:58:32  Name: ip-10-100-106-161
11:58:32  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:58:32  Docker Root Dir: /var/lib/docker
11:58:32  Debug Mode: false
11:58:32  Username: dockerbuildbot
11:58:32  Registry: https://index.docker.io/v1/
11:58:32  Labels:
11:58:32  Experimental: true
11:58:32  Insecure Registries:
11:58:32   127.0.0.0/8
11:58:32  Live Restore Enabled: true
11:58:32 
11:58:32 WARNING: No swap limit support
11:58:32 + docker info
11:58:32 Client:
11:58:32  Context:    default
11:58:32  Debug Mode: false
11:58:32  Plugins:
11:58:32   buildx: Docker Buildx (Docker Inc.)
11:58:32     Version:  v0.8.2
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:32   compose: Docker Compose (Docker Inc.)
11:58:32     Version:  v2.12.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:32 
11:58:32 Server:
11:58:32  Containers: 0
11:58:32   Running: 0
11:58:32   Paused: 0
11:58:32   Stopped: 0
11:58:32  Images: 1
11:58:32  Server Version: 22.06.0-beta.0
11:58:32  Storage Driver: overlay2
11:58:32   Backing Filesystem: extfs
11:58:32   Supports d_type: true
11:58:32   Using metacopy: false
11:58:32   Native Overlay Diff: true
11:58:32   userxattr: false
11:58:32  Logging Driver: json-file
11:58:32  Cgroup Driver: cgroupfs
11:58:32  Cgroup Version: 1
11:58:32  Plugins:
11:58:32   Volume: local
11:58:32   Network: bridge host ipvlan macvlan null overlay
11:58:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:32  Swarm: inactive
11:58:32  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:32  Default Runtime: runc
11:58:32  Init Binary: docker-init
11:58:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc version: v1.1.4-0-g5fd4c4d
11:58:32  init version: de40ad0
11:58:32  Security Options:
11:58:32   apparmor
11:58:32   seccomp
11:58:32    Profile: builtin
11:58:32  Kernel Version: 5.4.0-1088-aws
11:58:32  Operating System: Ubuntu 18.04.6 LTS
11:58:32  OSType: linux
11:58:32  Architecture: armv8l
11:58:32  CPUs: 2
11:58:32  Total Memory: 7.566GiB
11:58:32  Name: ip-10-100-97-27
11:58:32  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:58:32  Docker Root Dir: /var/lib/docker
11:58:32  Debug Mode: false
11:58:32  Username: dockerbuildbot
11:58:32  Registry: https://index.docker.io/v1/
11:58:32  Labels:
11:58:32  Experimental: true
11:58:32  Insecure Registries:
11:58:32   127.0.0.0/8
11:58:32  Live Restore Enabled: true
11:58:32 
11:58:32 WARNING: No swap limit support
11:58:32 + docker info
11:58:32 Client:
11:58:32  Context:    default
11:58:32  Debug Mode: false
11:58:32  Plugins:
11:58:32   buildx: Docker Buildx (Docker Inc.)
11:58:32     Version:  v0.8.2
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:32   compose: Docker Compose (Docker Inc.)
11:58:32     Version:  v2.12.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:32 
11:58:32 Server:
11:58:32  Containers: 0
11:58:32   Running: 0
11:58:32   Paused: 0
11:58:32   Stopped: 0
11:58:32  Images: 1
11:58:32  Server Version: 22.06.0-beta.0
11:58:32  Storage Driver: overlay2
11:58:32   Backing Filesystem: extfs
11:58:32   Supports d_type: true
11:58:32   Using metacopy: false
11:58:32   Native Overlay Diff: true
11:58:32   userxattr: false
11:58:32  Logging Driver: json-file
11:58:32  Cgroup Driver: cgroupfs
11:58:32  Cgroup Version: 1
11:58:32  Plugins:
11:58:32   Volume: local
11:58:32   Network: bridge host ipvlan macvlan null overlay
11:58:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:32  Swarm: inactive
11:58:32  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:58:32  Default Runtime: runc
11:58:32  Init Binary: docker-init
11:58:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc version: v1.1.4-0-g5fd4c4d
11:58:32  init version: de40ad0
11:58:32  Security Options:
11:58:32   apparmor
11:58:32   seccomp
11:58:32    Profile: builtin
11:58:32  Kernel Version: 5.4.0-1088-aws
11:58:32  Operating System: Ubuntu 18.04.6 LTS
11:58:32  OSType: linux
11:58:32  Architecture: armv8l
11:58:32  CPUs: 2
11:58:32  Total Memory: 7.566GiB
11:58:32  Name: ip-10-100-124-131
11:58:32  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:58:32  Docker Root Dir: /var/lib/docker
11:58:32  Debug Mode: false
11:58:32  Username: dockerbuildbot
11:58:32  Registry: https://index.docker.io/v1/
11:58:32  Labels:
11:58:32  Experimental: true
11:58:32  Insecure Registries:
11:58:32   127.0.0.0/8
11:58:32  Live Restore Enabled: true
11:58:32 
11:58:32 WARNING: No swap limit support
[Pipeline] sh
11:58:32 + echo starting...
11:58:32 starting...
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
11:58:32 cleanWorkspace: Workspace is clean.
[Pipeline] sh
[Pipeline] stage
[Pipeline] { (ubuntu-bionic-armhf)
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
11:58:32 + echo starting...
11:58:32 starting...
[Pipeline] sh
[Pipeline] echo
11:58:32 Removing all docker containers
[Pipeline] sh
[Pipeline] }
[Pipeline] sh
11:58:32 + docker info
11:58:32 Client:
11:58:32  Context:    default
11:58:32  Debug Mode: false
11:58:32  Plugins:
11:58:32   buildx: Docker Buildx (Docker Inc.)
11:58:32     Version:  v0.8.2
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:32   compose: Docker Compose (Docker Inc.)
11:58:32     Version:  v2.12.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:32 
11:58:32 Server:
11:58:32  Containers: 0
11:58:32   Running: 0
11:58:32   Paused: 0
11:58:32   Stopped: 0
11:58:32  Images: 1
11:58:32  Server Version: 22.06.0-beta.0
11:58:32  Storage Driver: overlay2
11:58:32   Backing Filesystem: extfs
11:58:32   Supports d_type: true
11:58:32   Using metacopy: false
11:58:32   Native Overlay Diff: true
11:58:32   userxattr: false
11:58:32  Logging Driver: json-file
11:58:32  Cgroup Driver: cgroupfs
11:58:32  Cgroup Version: 1
11:58:32  Plugins:
11:58:32   Volume: local
11:58:32   Network: bridge host ipvlan macvlan null overlay
11:58:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:32  Swarm: inactive
11:58:32  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:32  Default Runtime: runc
11:58:32  Init Binary: docker-init
11:58:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc version: v1.1.4-0-g5fd4c4d
11:58:32  init version: de40ad0
11:58:32  Security Options:
11:58:32   apparmor
11:58:32   seccomp
11:58:32    Profile: builtin
11:58:32  Kernel Version: 5.4.0-1088-aws
11:58:32  Operating System: Ubuntu 18.04.6 LTS
11:58:32  OSType: linux
11:58:32  Architecture: armv8l
11:58:32  CPUs: 2
11:58:32  Total Memory: 7.566GiB
11:58:32  Name: ip-10-100-121-40
11:58:32  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:58:32  Docker Root Dir: /var/lib/docker
11:58:32  Debug Mode: false
11:58:32  Username: dockerbuildbot
11:58:32  Registry: https://index.docker.io/v1/
11:58:32  Labels:
11:58:32  Experimental: true
11:58:32  Insecure Registries:
11:58:32   127.0.0.0/8
11:58:32  Live Restore Enabled: true
11:58:32 
11:58:32 WARNING: No swap limit support
[Pipeline] sh
11:58:32 + docker info
11:58:32 Client:
11:58:32  Context:    default
11:58:32  Debug Mode: false
11:58:32  Plugins:
11:58:32   buildx: Docker Buildx (Docker Inc.)
11:58:32     Version:  c5aec24
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:32   compose: Docker Compose (Docker Inc.)
11:58:32     Version:  v2.12.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:32   scan: Docker Scan (Docker Inc.)
11:58:32     Version:  v0.17.0
11:58:32     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:32 
11:58:32 Server:
11:58:32  Containers: 0
11:58:32   Running: 0
11:58:32   Paused: 0
11:58:32   Stopped: 0
11:58:32  Images: 1
11:58:32  Server Version: 22.06.0-beta.0
11:58:32  Storage Driver: overlay2
11:58:32   Backing Filesystem: extfs
11:58:32   Supports d_type: true
11:58:32   Using metacopy: false
11:58:32   Native Overlay Diff: true
11:58:32   userxattr: false
11:58:32  Logging Driver: json-file
11:58:32  Cgroup Driver: systemd
11:58:32  Cgroup Version: 2
11:58:32  Plugins:
11:58:32   Volume: local
11:58:32   Network: bridge host ipvlan macvlan null overlay
11:58:32   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:32  Swarm: inactive
11:58:32  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:32  Default Runtime: runc
11:58:32  Init Binary: docker-init
11:58:32  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc version: v1.1.4-0-g5fd4c4d
11:58:32  init version: de40ad0
11:58:32  Security Options:
11:58:32   apparmor
11:58:32   seccomp
11:58:32    Profile: builtin
11:58:32   cgroupns
11:58:32  Kernel Version: 5.15.0-1022-aws
11:58:32  Operating System: Ubuntu 20.04.5 LTS
11:58:32  OSType: linux
11:58:32  Architecture: x86_64
11:58:32  CPUs: 2
11:58:32  Total Memory: 7.475GiB
11:58:32  Name: ip-10-100-77-56
11:58:32  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:32  Docker Root Dir: /var/lib/docker
11:58:32  Debug Mode: false
11:58:32  Username: dockerbuildbot
11:58:32  Registry: https://index.docker.io/v1/
11:58:32  Labels:
11:58:32  Experimental: true
11:58:32  Insecure Registries:
11:58:32   127.0.0.0/8
11:58:32  Live Restore Enabled: true
11:58:32 
[Pipeline] sh
11:58:32 + docker version
11:58:32 Client: Docker Engine - Community
11:58:32  Version:           22.06.0-beta.0
11:58:32  API version:       1.42
11:58:32  Go version:        go1.18.3
11:58:32  Git commit:        3e9117b
11:58:32  Built:             Fri Jun  3 17:56:06 2022
11:58:32  OS/Arch:           linux/arm
11:58:32  Context:           default
11:58:32 
11:58:32 Server: Docker Engine - Community
11:58:32  Engine:
11:58:32   Version:          22.06.0-beta.0
11:58:32   API version:      1.42 (minimum version 1.12)
11:58:32   Go version:       go1.18.3
11:58:32   Git commit:       38633e7
11:58:32   Built:            Fri Jun  3 17:56:06 2022
11:58:32   OS/Arch:          linux/arm
11:58:32   Experimental:     true
11:58:32  containerd:
11:58:32   Version:          1.6.8
11:58:32   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:32  runc:
11:58:32   Version:          1.1.4
11:58:32   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:32  docker-init:
11:58:32   Version:          0.19.0
11:58:32   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] sh
11:58:33 + docker version
11:58:33 Client: Docker Engine - Community
11:58:33  Version:           22.06.0-beta.0
11:58:33  API version:       1.42
11:58:33  Go version:        go1.18.3
11:58:33  Git commit:        3e9117b
11:58:33  Built:             Fri Jun  3 17:56:06 2022
11:58:33  OS/Arch:           linux/arm
11:58:33  Context:           default
11:58:33 
11:58:33 Server: Docker Engine - Community
11:58:33  Engine:
11:58:33   Version:          22.06.0-beta.0
11:58:33   API version:      1.42 (minimum version 1.12)
11:58:33   Go version:       go1.18.3
11:58:33   Git commit:       38633e7
11:58:33   Built:            Fri Jun  3 17:56:06 2022
11:58:33   OS/Arch:          linux/arm
11:58:33   Experimental:     true
11:58:33  containerd:
11:58:33   Version:          1.6.8
11:58:33   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc:
11:58:33   Version:          1.1.4
11:58:33   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:33  docker-init:
11:58:33   Version:          0.19.0
11:58:33   GitCommit:        de40ad0
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] sh
11:58:33 + docker version
11:58:33 Client: Docker Engine - Community
11:58:33  Version:           22.06.0-beta.0
11:58:33  API version:       1.42
11:58:33  Go version:        go1.18.3
11:58:33  Git commit:        3e9117b
11:58:33  Built:             Fri Jun  3 17:55:34 2022
11:58:33  OS/Arch:           linux/arm64
11:58:33  Context:           default
11:58:33 
11:58:33 Server: Docker Engine - Community
11:58:33  Engine:
11:58:33   Version:          22.06.0-beta.0
11:58:33   API version:      1.42 (minimum version 1.12)
11:58:33   Go version:       go1.18.3
11:58:33   Git commit:       38633e7
11:58:33   Built:            Fri Jun  3 17:55:34 2022
11:58:33   OS/Arch:          linux/arm64
11:58:33   Experimental:     true
11:58:33  containerd:
11:58:33   Version:          1.6.8
11:58:33   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc:
11:58:33   Version:          1.1.4
11:58:33   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:33  docker-init:
11:58:33   Version:          0.19.0
11:58:33   GitCommit:        de40ad0
[Pipeline] sh
[Pipeline] echo
11:58:33 Docker containers have been removed
[Pipeline] echo
11:58:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:33 Removing all docker containers
[Pipeline] sh
11:58:33 + echo starting...
11:58:33 starting...
11:58:33 + docker container ls -aq
[Pipeline] echo
11:58:33 Removing all docker containers
[Pipeline] sh
11:58:33 + docker info
11:58:33 Client:
11:58:33  Context:    default
11:58:33  Debug Mode: false
11:58:33  Plugins:
11:58:33   buildx: Docker Buildx (Docker Inc.)
11:58:33     Version:  c5aec24
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:33   compose: Docker Compose (Docker Inc.)
11:58:33     Version:  v2.12.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:33   scan: Docker Scan (Docker Inc.)
11:58:33     Version:  v0.17.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:33 
11:58:33 Server:
11:58:33  Containers: 0
11:58:33   Running: 0
11:58:33   Paused: 0
11:58:33   Stopped: 0
11:58:33  Images: 1
11:58:33  Server Version: 22.06.0-beta.0
11:58:33  Storage Driver: overlay2
11:58:33   Backing Filesystem: extfs
11:58:33   Supports d_type: true
11:58:33   Using metacopy: false
11:58:33   Native Overlay Diff: true
11:58:33   userxattr: false
11:58:33  Logging Driver: json-file
11:58:33  Cgroup Driver: systemd
11:58:33  Cgroup Version: 2
11:58:33  Plugins:
11:58:33   Volume: local
11:58:33   Network: bridge host ipvlan macvlan null overlay
11:58:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:33  Swarm: inactive
11:58:33  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:58:33  Default Runtime: runc
11:58:33  Init Binary: docker-init
11:58:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc version: v1.1.4-0-g5fd4c4d
11:58:33  init version: de40ad0
11:58:33  Security Options:
11:58:33   apparmor
11:58:33   seccomp
11:58:33    Profile: builtin
11:58:33   cgroupns
11:58:33  Kernel Version: 5.15.0-1022-aws
11:58:33  Operating System: Ubuntu 20.04.5 LTS
11:58:33  OSType: linux
11:58:33  Architecture: x86_64
11:58:33  CPUs: 2
11:58:33  Total Memory: 7.557GiB
11:58:33  Name: ip-10-100-96-191
11:58:33  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:33  Docker Root Dir: /var/lib/docker
11:58:33  Debug Mode: false
11:58:33  Username: dockerbuildbot
11:58:33  Registry: https://index.docker.io/v1/
11:58:33  Labels:
11:58:33  Experimental: true
11:58:33  Insecure Registries:
11:58:33   127.0.0.0/8
11:58:33  Live Restore Enabled: true
11:58:33 
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] sh
[Pipeline] sh
[Pipeline] echo
11:58:33 Removing all docker containers
[Pipeline] sh
11:58:33 + docker info
11:58:33 Client:
11:58:33  Context:    default
11:58:33  Debug Mode: false
11:58:33  Plugins:
11:58:33   buildx: Docker Buildx (Docker Inc.)
11:58:33     Version:  c5aec24
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:33   compose: Docker Compose (Docker Inc.)
11:58:33     Version:  v2.12.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:33   scan: Docker Scan (Docker Inc.)
11:58:33     Version:  v0.17.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:33 
11:58:33 Server:
11:58:33  Containers: 0
11:58:33   Running: 0
11:58:33   Paused: 0
11:58:33   Stopped: 0
11:58:33  Images: 1
11:58:33  Server Version: 22.06.0-beta.0
11:58:33  Storage Driver: overlay2
11:58:33   Backing Filesystem: extfs
11:58:33   Supports d_type: true
11:58:33   Using metacopy: false
11:58:33   Native Overlay Diff: true
11:58:33   userxattr: false
11:58:33  Logging Driver: json-file
11:58:33  Cgroup Driver: systemd
11:58:33  Cgroup Version: 2
11:58:33  Plugins:
11:58:33   Volume: local
11:58:33   Network: bridge host ipvlan macvlan null overlay
11:58:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:33  Swarm: inactive
11:58:33  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:58:33  Default Runtime: runc
11:58:33  Init Binary: docker-init
11:58:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc version: v1.1.4-0-g5fd4c4d
11:58:33  init version: de40ad0
11:58:33  Security Options:
11:58:33   apparmor
11:58:33   seccomp
11:58:33    Profile: builtin
11:58:33   cgroupns
11:58:33  Kernel Version: 5.15.0-1022-aws
11:58:33  Operating System: Ubuntu 20.04.5 LTS
11:58:33  OSType: linux
11:58:33  Architecture: x86_64
11:58:33  CPUs: 2
11:58:33  Total Memory: 7.475GiB
11:58:33  Name: ip-10-100-79-235
11:58:33  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:33  Docker Root Dir: /var/lib/docker
11:58:33  Debug Mode: false
11:58:33  Username: dockerbuildbot
11:58:33  Registry: https://index.docker.io/v1/
11:58:33  Labels:
11:58:33  Experimental: true
11:58:33  Insecure Registries:
11:58:33   127.0.0.0/8
11:58:33  Live Restore Enabled: true
11:58:33 
11:58:33 + docker info
11:58:33 Client:
11:58:33  Context:    default
11:58:33  Debug Mode: false
11:58:33  Plugins:
11:58:33   buildx: Docker Buildx (Docker Inc.)
11:58:33     Version:  v0.8.2
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:33   compose: Docker Compose (Docker Inc.)
11:58:33     Version:  v2.12.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:33 
11:58:33 Server:
11:58:33  Containers: 0
11:58:33   Running: 0
11:58:33   Paused: 0
11:58:33   Stopped: 0
11:58:33  Images: 1
11:58:33  Server Version: 22.06.0-beta.0
11:58:33  Storage Driver: overlay2
11:58:33   Backing Filesystem: extfs
11:58:33   Supports d_type: true
11:58:33   Using metacopy: false
11:58:33   Native Overlay Diff: true
11:58:33   userxattr: false
11:58:33  Logging Driver: json-file
11:58:33  Cgroup Driver: cgroupfs
11:58:33  Cgroup Version: 1
11:58:33  Plugins:
11:58:33   Volume: local
11:58:33   Network: bridge host ipvlan macvlan null overlay
11:58:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:33  Swarm: inactive
11:58:33  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:58:33  Default Runtime: runc
11:58:33  Init Binary: docker-init
11:58:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc version: v1.1.4-0-g5fd4c4d
11:58:33  init version: de40ad0
11:58:33  Security Options:
11:58:33   apparmor
11:58:33   seccomp
11:58:33    Profile: builtin
11:58:33  Kernel Version: 5.15.0-1022-aws
11:58:33  Operating System: Ubuntu 20.04.5 LTS
11:58:33  OSType: linux
11:58:33  Architecture: aarch64
11:58:33  CPUs: 2
11:58:33  Total Memory: 7.559GiB
11:58:33  Name: ip-10-100-100-219
11:58:33  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:58:33  Docker Root Dir: /var/lib/docker
11:58:33  Debug Mode: false
11:58:33  Username: dockerbuildbot
11:58:33  Registry: https://index.docker.io/v1/
11:58:33  Labels:
11:58:33  Experimental: true
11:58:33  Insecure Registries:
11:58:33   127.0.0.0/8
11:58:33  Live Restore Enabled: true
11:58:33 
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:58:33 + docker info
11:58:33 Client:
11:58:33  Context:    default
11:58:33  Debug Mode: false
11:58:33  Plugins:
11:58:33   buildx: Docker Buildx (Docker Inc.)
11:58:33     Version:  v0.8.2
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:33   compose: Docker Compose (Docker Inc.)
11:58:33     Version:  v2.12.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:33 
11:58:33 Server:
11:58:33  Containers: 0
11:58:33   Running: 0
11:58:33   Paused: 0
11:58:33   Stopped: 0
11:58:33  Images: 1
11:58:33  Server Version: 22.06.0-beta.0
11:58:33  Storage Driver: overlay2
11:58:33   Backing Filesystem: extfs
11:58:33   Supports d_type: true
11:58:33   Using metacopy: false
11:58:33   Native Overlay Diff: true
11:58:33   userxattr: false
11:58:33  Logging Driver: json-file
11:58:33  Cgroup Driver: cgroupfs
11:58:33  Cgroup Version: 1
11:58:33  Plugins:
11:58:33   Volume: local
11:58:33   Network: bridge host ipvlan macvlan null overlay
11:58:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:33  Swarm: inactive
11:58:33  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:33  Default Runtime: runc
11:58:33  Init Binary: docker-init
11:58:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc version: v1.1.4-0-g5fd4c4d
11:58:33  init version: de40ad0
11:58:33  Security Options:
11:58:33   apparmor
11:58:33   seccomp
11:58:33    Profile: builtin
11:58:33  Kernel Version: 5.15.0-1022-aws
11:58:33  Operating System: Ubuntu 20.04.5 LTS
11:58:33  OSType: linux
11:58:33  Architecture: aarch64
11:58:33  CPUs: 2
11:58:33  Total Memory: 7.559GiB
11:58:33  Name: ip-10-100-96-96
11:58:33  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:58:33  Docker Root Dir: /var/lib/docker
11:58:33  Debug Mode: false
11:58:33  Username: dockerbuildbot
11:58:33  Registry: https://index.docker.io/v1/
11:58:33  Labels:
11:58:33  Experimental: true
11:58:33  Insecure Registries:
11:58:33   127.0.0.0/8
11:58:33  Live Restore Enabled: true
11:58:33 
[Pipeline] }
11:58:33 + docker info
11:58:33 Client:
11:58:33  Context:    default
11:58:33  Debug Mode: false
11:58:33  Plugins:
11:58:33   buildx: Docker Buildx (Docker Inc.)
11:58:33     Version:  v0.8.2
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:33   compose: Docker Compose (Docker Inc.)
11:58:33     Version:  v2.12.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:33 
11:58:33 Server:
11:58:33  Containers: 0
11:58:33   Running: 0
11:58:33   Paused: 0
11:58:33   Stopped: 0
11:58:33  Images: 1
11:58:33  Server Version: 22.06.0-beta.0
11:58:33  Storage Driver: overlay2
11:58:33   Backing Filesystem: extfs
11:58:33   Supports d_type: true
11:58:33   Using metacopy: false
11:58:33   Native Overlay Diff: true
11:58:33   userxattr: false
11:58:33  Logging Driver: json-file
11:58:33  Cgroup Driver: cgroupfs
11:58:33  Cgroup Version: 1
11:58:33  Plugins:
11:58:33   Volume: local
11:58:33   Network: bridge host ipvlan macvlan null overlay
11:58:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:33  Swarm: inactive
11:58:33  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:33  Default Runtime: runc
11:58:33  Init Binary: docker-init
11:58:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc version: v1.1.4-0-g5fd4c4d
11:58:33  init version: de40ad0
11:58:33  Security Options:
11:58:33   apparmor
11:58:33   seccomp
11:58:33    Profile: builtin
11:58:33  Kernel Version: 5.15.0-1022-aws
11:58:33  Operating System: Ubuntu 20.04.5 LTS
11:58:33  OSType: linux
11:58:33  Architecture: aarch64
11:58:33  CPUs: 2
11:58:33  Total Memory: 7.559GiB
11:58:33  Name: ip-10-100-117-14
11:58:33  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:58:33  Docker Root Dir: /var/lib/docker
11:58:33  Debug Mode: false
11:58:33  Username: dockerbuildbot
11:58:33  Registry: https://index.docker.io/v1/
11:58:33  Labels:
11:58:33  Experimental: true
11:58:33  Insecure Registries:
11:58:33   127.0.0.0/8
11:58:33  Live Restore Enabled: true
11:58:33 
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
[Pipeline] checkout
[Pipeline] }
11:58:33 The recommended git tool is: git
[Pipeline] sh
11:58:33 + docker info
11:58:33 Client:
11:58:33  Context:    default
11:58:33  Debug Mode: false
11:58:33  Plugins:
11:58:33   buildx: Docker Buildx (Docker Inc.)
11:58:33     Version:  v0.8.2
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:33   compose: Docker Compose (Docker Inc.)
11:58:33     Version:  v2.12.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:33 
11:58:33 Server:
11:58:33  Containers: 0
11:58:33   Running: 0
11:58:33   Paused: 0
11:58:33   Stopped: 0
11:58:33  Images: 1
11:58:33  Server Version: 22.06.0-beta.0
11:58:33  Storage Driver: overlay2
11:58:33   Backing Filesystem: extfs
11:58:33   Supports d_type: true
11:58:33   Using metacopy: false
11:58:33   Native Overlay Diff: true
11:58:33   userxattr: false
11:58:33  Logging Driver: json-file
11:58:33  Cgroup Driver: cgroupfs
11:58:33  Cgroup Version: 1
11:58:33  Plugins:
11:58:33   Volume: local
11:58:33   Network: bridge host ipvlan macvlan null overlay
11:58:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:33  Swarm: inactive
11:58:33  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:58:33  Default Runtime: runc
11:58:33  Init Binary: docker-init
11:58:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc version: v1.1.4-0-g5fd4c4d
11:58:33  init version: de40ad0
11:58:33  Security Options:
11:58:33   apparmor
11:58:33   seccomp
11:58:33    Profile: builtin
11:58:33  Kernel Version: 5.15.0-1022-aws
11:58:33  Operating System: Ubuntu 20.04.5 LTS
11:58:33  OSType: linux
11:58:33  Architecture: aarch64
11:58:33  CPUs: 2
11:58:33  Total Memory: 7.559GiB
11:58:33  Name: ip-10-100-116-138
11:58:33  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:58:33  Docker Root Dir: /var/lib/docker
11:58:33  Debug Mode: false
11:58:33  Username: dockerbuildbot
11:58:33  Registry: https://index.docker.io/v1/
11:58:33  Labels:
11:58:33  Experimental: true
11:58:33  Insecure Registries:
11:58:33   127.0.0.0/8
11:58:33  Live Restore Enabled: true
11:58:33 
[Pipeline] sh
11:58:33 + docker info
11:58:33 Client:
11:58:33  Context:    default
11:58:33  Debug Mode: false
11:58:33  Plugins:
11:58:33   buildx: Docker Buildx (Docker Inc.)
11:58:33     Version:  v0.8.2
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:33   compose: Docker Compose (Docker Inc.)
11:58:33     Version:  v2.12.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:33 
11:58:33 Server:
11:58:33  Containers: 0
11:58:33   Running: 0
11:58:33   Paused: 0
11:58:33   Stopped: 0
11:58:33  Images: 1
11:58:33  Server Version: 22.06.0-beta.0
11:58:33  Storage Driver: overlay2
11:58:33   Backing Filesystem: extfs
11:58:33   Supports d_type: true
11:58:33   Using metacopy: false
11:58:33   Native Overlay Diff: true
11:58:33   userxattr: false
11:58:33  Logging Driver: json-file
11:58:33  Cgroup Driver: cgroupfs
11:58:33  Cgroup Version: 1
11:58:33  Plugins:
11:58:33   Volume: local
11:58:33   Network: bridge host ipvlan macvlan null overlay
11:58:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:33  Swarm: inactive
11:58:33  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:33  Default Runtime: runc
11:58:33  Init Binary: docker-init
11:58:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc version: v1.1.4-0-g5fd4c4d
11:58:33  init version: de40ad0
11:58:33  Security Options:
11:58:33   apparmor
11:58:33   seccomp
11:58:33    Profile: builtin
11:58:33  Kernel Version: 5.15.0-1022-aws
11:58:33  Operating System: Ubuntu 20.04.5 LTS
11:58:33  OSType: linux
11:58:33  Architecture: aarch64
11:58:33  CPUs: 2
11:58:33  Total Memory: 7.559GiB
11:58:33  Name: ip-10-100-106-242
11:58:33  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:58:33  Docker Root Dir: /var/lib/docker
11:58:33  Debug Mode: false
11:58:33  Username: dockerbuildbot
11:58:33  Registry: https://index.docker.io/v1/
11:58:33  Labels:
11:58:33  Experimental: true
11:58:33  Insecure Registries:
11:58:33   127.0.0.0/8
11:58:33  Live Restore Enabled: true
11:58:33 
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
[Pipeline] // stage
11:58:33 [Pipeline] // stage
The recommended git tool is: git
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] sh
11:58:33 + docker container ls -aq
[Pipeline] checkout
11:58:33 The recommended git tool is: git
[Pipeline] checkout
11:58:33 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] // stage
11:58:33 + docker container ls -aq
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
11:58:33 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:33 Docker containers have been removed
[Pipeline] echo
11:58:33 cleanWorkspace: Removing existing workspace
11:58:33 + docker info
11:58:33 Client:
11:58:33  Context:    default
11:58:33  Debug Mode: false
11:58:33  Plugins:
11:58:33   buildx: Docker Buildx (Docker Inc.)
11:58:33     Version:  v0.8.2
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:33   compose: Docker Compose (Docker Inc.)
11:58:33     Version:  v2.12.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:33 
11:58:33 Server:
11:58:33  Containers: 0
11:58:33   Running: 0
11:58:33   Paused: 0
11:58:33   Stopped: 0
11:58:33  Images: 1
11:58:33  Server Version: 22.06.0-beta.0
11:58:33  Storage Driver: overlay2
11:58:33   Backing Filesystem: extfs
11:58:33   Supports d_type: true
11:58:33   Using metacopy: false
11:58:33   Native Overlay Diff: true
11:58:33   userxattr: false
11:58:33  Logging Driver: json-file
11:58:33  Cgroup Driver: cgroupfs
11:58:33  Cgroup Version: 1
11:58:33  Plugins:
11:58:33   Volume: local
11:58:33   Network: bridge host ipvlan macvlan null overlay
11:58:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:33  Swarm: inactive
11:58:33  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:58:33  Default Runtime: runc
11:58:33  Init Binary: docker-init
11:58:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc version: v1.1.4-0-g5fd4c4d
11:58:33  init version: de40ad0
11:58:33  Security Options:
11:58:33   apparmor
11:58:33   seccomp
11:58:33    Profile: builtin
11:58:33  Kernel Version: 5.15.0-1022-aws
11:58:33  Operating System: Ubuntu 20.04.5 LTS
11:58:33  OSType: linux
11:58:33  Architecture: aarch64
11:58:33  CPUs: 2
11:58:33  Total Memory: 7.559GiB
11:58:33  Name: ip-10-100-120-52
11:58:33  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:58:33  Docker Root Dir: /var/lib/docker
11:58:33  Debug Mode: false
11:58:33  Username: dockerbuildbot
11:58:33  Registry: https://index.docker.io/v1/
11:58:33  Labels:
11:58:33  Experimental: true
11:58:33  Insecure Registries:
11:58:33   127.0.0.0/8
11:58:33  Live Restore Enabled: true
11:58:33 
[Pipeline] deleteDir
[Pipeline] echo
11:58:33 Removing all docker containers
[Pipeline] sh
11:58:33 + docker info
11:58:33 Client:
11:58:33  Context:    default
11:58:33  Debug Mode: false
11:58:33  Plugins:
11:58:33   buildx: Docker Buildx (Docker Inc.)
11:58:33     Version:  v0.8.2
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:33   compose: Docker Compose (Docker Inc.)
11:58:33     Version:  v2.12.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:33 
11:58:33 Server:
11:58:33  Containers: 0
11:58:33   Running: 0
11:58:33   Paused: 0
11:58:33   Stopped: 0
11:58:33  Images: 1
11:58:33  Server Version: 22.06.0-beta.0
11:58:33  Storage Driver: overlay2
11:58:33   Backing Filesystem: extfs
11:58:33   Supports d_type: true
11:58:33   Using metacopy: false
11:58:33   Native Overlay Diff: true
11:58:33   userxattr: false
11:58:33  Logging Driver: json-file
11:58:33  Cgroup Driver: cgroupfs
11:58:33  Cgroup Version: 1
11:58:33  Plugins:
11:58:33   Volume: local
11:58:33   Network: bridge host ipvlan macvlan null overlay
11:58:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:33  Swarm: inactive
11:58:33  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:33  Default Runtime: runc
11:58:33  Init Binary: docker-init
11:58:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc version: v1.1.4-0-g5fd4c4d
11:58:33  init version: de40ad0
11:58:33  Security Options:
11:58:33   apparmor
11:58:33   seccomp
11:58:33    Profile: builtin
11:58:33  Kernel Version: 5.15.0-1022-aws
11:58:33  Operating System: Ubuntu 20.04.5 LTS
11:58:33  OSType: linux
11:58:33  Architecture: aarch64
11:58:33  CPUs: 2
11:58:33  Total Memory: 7.559GiB
11:58:33  Name: ip-10-100-113-173
11:58:33  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:58:33  Docker Root Dir: /var/lib/docker
11:58:33  Debug Mode: false
11:58:33  Username: dockerbuildbot
11:58:33  Registry: https://index.docker.io/v1/
11:58:33  Labels:
11:58:33  Experimental: true
11:58:33  Insecure Registries:
11:58:33   127.0.0.0/8
11:58:33  Live Restore Enabled: true
11:58:33 
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (ubuntu-kinetic-armhf)
[Pipeline] checkout
11:58:33 + docker container ls -aq
11:58:33 The recommended git tool is: git
[Pipeline] checkout
11:58:33 The recommended git tool is: git
[Pipeline] checkout
[Pipeline] sh
11:58:33 The recommended git tool is: git
11:58:33 + docker version
11:58:33 Client: Docker Engine - Community
11:58:33  Version:           22.06.0-beta.0
11:58:33  API version:       1.42
11:58:33  Go version:        go1.18.3
11:58:33  Git commit:        3e9117b
11:58:33  Built:             Fri Jun  3 17:55:34 2022
11:58:33  OS/Arch:           linux/arm64
11:58:33  Context:           default
11:58:33 
11:58:33 Server: Docker Engine - Community
11:58:33  Engine:
11:58:33   Version:          22.06.0-beta.0
11:58:33   API version:      1.42 (minimum version 1.12)
11:58:33   Go version:       go1.18.3
11:58:33   Git commit:       38633e7
11:58:33   Built:            Fri Jun  3 17:55:34 2022
11:58:33   OS/Arch:          linux/arm64
11:58:33   Experimental:     true
11:58:33  containerd:
11:58:33   Version:          1.6.8
11:58:33   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc:
11:58:33   Version:          1.1.4
11:58:33   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:33  docker-init:
11:58:33   Version:          0.19.0
11:58:33   GitCommit:        de40ad0
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
11:58:33 + docker info
11:58:33 Client:
11:58:33  Context:    default
11:58:33  Debug Mode: false
11:58:33  Plugins:
11:58:33   buildx: Docker Buildx (Docker Inc.)
11:58:33     Version:  v0.8.2
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:33   compose: Docker Compose (Docker Inc.)
11:58:33     Version:  v2.12.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:33 
11:58:33 Server:
11:58:33  Containers: 0
11:58:33   Running: 0
11:58:33   Paused: 0
11:58:33   Stopped: 0
11:58:33  Images: 1
11:58:33  Server Version: 22.06.0-beta.0
11:58:33  Storage Driver: overlay2
11:58:33   Backing Filesystem: extfs
11:58:33   Supports d_type: true
11:58:33   Using metacopy: false
11:58:33   Native Overlay Diff: true
11:58:33   userxattr: false
11:58:33  Logging Driver: json-file
11:58:33  Cgroup Driver: cgroupfs
11:58:33  Cgroup Version: 1
11:58:33  Plugins:
11:58:33   Volume: local
11:58:33   Network: bridge host ipvlan macvlan null overlay
11:58:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:33  Swarm: inactive
11:58:33  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:58:33  Default Runtime: runc
11:58:33  Init Binary: docker-init
11:58:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc version: v1.1.4-0-g5fd4c4d
11:58:33  init version: de40ad0
11:58:33  Security Options:
11:58:33   apparmor
11:58:33   seccomp
11:58:33    Profile: builtin
11:58:33  Kernel Version: 5.4.0-1088-aws
11:58:33  Operating System: Ubuntu 18.04.6 LTS
11:58:33  OSType: linux
11:58:33  Architecture: armv8l
11:58:33  CPUs: 2
11:58:33  Total Memory: 7.566GiB
11:58:33  Name: ip-10-100-34-168
11:58:33  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:58:33  Docker Root Dir: /var/lib/docker
11:58:33  Debug Mode: false
11:58:33  Username: dockerbuildbot
11:58:33  Registry: https://index.docker.io/v1/
11:58:33  Labels:
11:58:33  Experimental: true
11:58:33  Insecure Registries:
11:58:33   127.0.0.0/8
11:58:33  Live Restore Enabled: true
11:58:33 
11:58:33 WARNING: No swap limit support
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] }
[Pipeline] checkout
11:58:33 The recommended git tool is: git
11:58:33 + docker info
11:58:33 Client:
11:58:33  Context:    default
11:58:33  Debug Mode: false
11:58:33  Plugins:
11:58:33   buildx: Docker Buildx (Docker Inc.)
11:58:33     Version:  v0.8.2
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:33   compose: Docker Compose (Docker Inc.)
11:58:33     Version:  v2.12.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:33 
11:58:33 Server:
11:58:33  Containers: 0
11:58:33   Running: 0
11:58:33   Paused: 0
11:58:33   Stopped: 0
11:58:33  Images: 1
11:58:33  Server Version: 22.06.0-beta.0
11:58:33  Storage Driver: overlay2
11:58:33   Backing Filesystem: extfs
11:58:33   Supports d_type: true
11:58:33   Using metacopy: false
11:58:33   Native Overlay Diff: true
11:58:33   userxattr: false
11:58:33  Logging Driver: json-file
11:58:33  Cgroup Driver: cgroupfs
11:58:33  Cgroup Version: 1
11:58:33  Plugins:
11:58:33   Volume: local
11:58:33   Network: bridge host ipvlan macvlan null overlay
11:58:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:33  Swarm: inactive
11:58:33  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:33  Default Runtime: runc
11:58:33  Init Binary: docker-init
11:58:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc version: v1.1.4-0-g5fd4c4d
11:58:33  init version: de40ad0
11:58:33  Security Options:
11:58:33   apparmor
11:58:33   seccomp
11:58:33    Profile: builtin
11:58:33  Kernel Version: 5.4.0-1088-aws
11:58:33  Operating System: Ubuntu 18.04.6 LTS
11:58:33  OSType: linux
11:58:33  Architecture: armv8l
11:58:33  CPUs: 2
11:58:33  Total Memory: 7.566GiB
11:58:33  Name: ip-10-100-62-104
11:58:33  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:58:33  Docker Root Dir: /var/lib/docker
11:58:33  Debug Mode: false
11:58:33  Username: dockerbuildbot
11:58:33  Registry: https://index.docker.io/v1/
11:58:33  Labels:
11:58:33  Experimental: true
11:58:33  Insecure Registries:
11:58:33   127.0.0.0/8
11:58:33  Live Restore Enabled: true
11:58:33 
11:58:33 WARNING: No swap limit support
[Pipeline] checkout
[Pipeline] sh
11:58:33 The recommended git tool is: git
11:58:33 + docker info
11:58:33 Client:
11:58:33  Context:    default
11:58:33  Debug Mode: false
11:58:33  Plugins:
11:58:33   buildx: Docker Buildx (Docker Inc.)
11:58:33     Version:  v0.8.2
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:33   compose: Docker Compose (Docker Inc.)
11:58:33     Version:  v2.12.0
11:58:33     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:33 
11:58:33 Server:
11:58:33  Containers: 0
11:58:33   Running: 0
11:58:33   Paused: 0
11:58:33   Stopped: 0
11:58:33  Images: 1
11:58:33  Server Version: 22.06.0-beta.0
11:58:33  Storage Driver: overlay2
11:58:33   Backing Filesystem: extfs
11:58:33   Supports d_type: true
11:58:33   Using metacopy: false
11:58:33   Native Overlay Diff: true
11:58:33   userxattr: false
11:58:33  Logging Driver: json-file
11:58:33  Cgroup Driver: cgroupfs
11:58:33  Cgroup Version: 1
11:58:33  Plugins:
11:58:33   Volume: local
11:58:33   Network: bridge host ipvlan macvlan null overlay
11:58:33   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:33  Swarm: inactive
11:58:33  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:33  Default Runtime: runc
11:58:33  Init Binary: docker-init
11:58:33  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc version: v1.1.4-0-g5fd4c4d
11:58:33  init version: de40ad0
11:58:33  Security Options:
11:58:33   apparmor
11:58:33   seccomp
11:58:33    Profile: builtin
11:58:33  Kernel Version: 5.15.0-1022-aws
11:58:33  Operating System: Ubuntu 20.04.5 LTS
11:58:33  OSType: linux
11:58:33  Architecture: aarch64
11:58:33  CPUs: 2
11:58:33  Total Memory: 7.559GiB
11:58:33  Name: ip-10-100-109-131
11:58:33  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:58:33  Docker Root Dir: /var/lib/docker
11:58:33  Debug Mode: false
11:58:33  Username: dockerbuildbot
11:58:33  Registry: https://index.docker.io/v1/
11:58:33  Labels:
11:58:33  Experimental: true
11:58:33  Insecure Registries:
11:58:33   127.0.0.0/8
11:58:33  Live Restore Enabled: true
11:58:33 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
11:58:33 + docker container ls -aq
[Pipeline] checkout
[Pipeline] // stage
11:58:33 The recommended git tool is: git
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
[Pipeline] }
11:58:33 + echo starting...
11:58:33 starting...
[Pipeline] checkout
11:58:33 The recommended git tool is: git
[Pipeline] echo
11:58:33 Docker containers have been removed
[Pipeline] echo
11:58:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
11:58:33 Docker containers have been removed
[Pipeline] echo
11:58:33 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] echo
11:58:33 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:33 cleanWorkspace: Workspace is clean.
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (raspbian-bookworm-armhf)
[Pipeline] stage
[Pipeline] { (ubuntu-jammy-amd64)
[Pipeline] checkout
11:58:33 The recommended git tool is: git
[Pipeline] sh
11:58:33 + docker version
11:58:33 Client: Docker Engine - Community
11:58:33  Version:           22.06.0-beta.0
11:58:33  API version:       1.42
11:58:33  Go version:        go1.18.3
11:58:33  Git commit:        3e9117b
11:58:33  Built:             Fri Jun  3 17:55:34 2022
11:58:33  OS/Arch:           linux/arm64
11:58:33  Context:           default
11:58:33 
11:58:33 Server: Docker Engine - Community
11:58:33  Engine:
11:58:33   Version:          22.06.0-beta.0
11:58:33   API version:      1.42 (minimum version 1.12)
11:58:33   Go version:       go1.18.3
11:58:33   Git commit:       38633e7
11:58:33   Built:            Fri Jun  3 17:55:34 2022
11:58:33   OS/Arch:          linux/arm64
11:58:33   Experimental:     true
11:58:33  containerd:
11:58:33   Version:          1.6.8
11:58:33   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc:
11:58:33   Version:          1.1.4
11:58:33   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:33  docker-init:
11:58:33   Version:          0.19.0
11:58:33   GitCommit:        de40ad0
11:58:33 + docker version
11:58:33 Client: Docker Engine - Community
11:58:33  Version:           22.06.0-beta.0
11:58:33  API version:       1.42
11:58:33  Go version:        go1.18.3
11:58:33  Git commit:        3e9117b
11:58:33  Built:             Fri Jun  3 17:55:45 2022
11:58:33  OS/Arch:           linux/amd64
11:58:33  Context:           default
11:58:33 
11:58:33 Server: Docker Engine - Community
11:58:33  Engine:
11:58:33   Version:          22.06.0-beta.0
11:58:33   API version:      1.42 (minimum version 1.12)
11:58:33   Go version:       go1.18.3
11:58:33   Git commit:       38633e7
11:58:33   Built:            Fri Jun  3 17:55:45 2022
11:58:33   OS/Arch:          linux/amd64
11:58:33   Experimental:     true
11:58:33  containerd:
11:58:33   Version:          1.6.8
11:58:33   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:33  runc:
11:58:33   Version:          1.1.4
11:58:33   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:33  docker-init:
11:58:33   Version:          0.19.0
11:58:33   GitCommit:        de40ad0
[Pipeline] echo
11:58:34 Docker containers have been removed
[Pipeline] echo
11:58:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] sh
[Pipeline] sh
[Pipeline] sh
11:58:34 + docker version
11:58:34 Client: Docker Engine - Community
11:58:34  Version:           22.06.0-beta.0
11:58:34  API version:       1.42
11:58:34  Go version:        go1.18.3
11:58:34  Git commit:        3e9117b
11:58:34  Built:             Fri Jun  3 17:56:06 2022
11:58:34  OS/Arch:           linux/arm
11:58:34  Context:           default
11:58:34 
11:58:34 Server: Docker Engine - Community
11:58:34  Engine:
11:58:34   Version:          22.06.0-beta.0
11:58:34   API version:      1.42 (minimum version 1.12)
11:58:34   Go version:       go1.18.3
11:58:34   Git commit:       38633e7
11:58:34   Built:            Fri Jun  3 17:56:06 2022
11:58:34   OS/Arch:          linux/arm
11:58:34   Experimental:     true
11:58:34  containerd:
11:58:34   Version:          1.6.8
11:58:34   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:34  runc:
11:58:34   Version:          1.1.4
11:58:34   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:34  docker-init:
11:58:34   Version:          0.19.0
11:58:34   GitCommit:        de40ad0
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
11:58:34 + echo starting...
11:58:34 starting...
[Pipeline] checkout
11:58:34 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/b37d3b5f-139d-4147-9b8c-5e89235039bc/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
11:58:34 + echo starting...
11:58:34 starting...
11:58:34 + docker info
11:58:34 Client:
11:58:34  Context:    default
11:58:34  Debug Mode: false
11:58:34  Plugins:
11:58:34   buildx: Docker Buildx (Docker Inc.)
11:58:34     Version:  v0.8.2
11:58:34     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:34   compose: Docker Compose (Docker Inc.)
11:58:34     Version:  v2.12.0
11:58:34     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:34 
11:58:34 Server:
11:58:34  Containers: 0
11:58:34   Running: 0
11:58:34   Paused: 0
11:58:34   Stopped: 0
11:58:34  Images: 1
11:58:34  Server Version: 22.06.0-beta.0
11:58:34  Storage Driver: overlay2
11:58:34   Backing Filesystem: extfs
11:58:34   Supports d_type: true
11:58:34   Using metacopy: false
11:58:34   Native Overlay Diff: true
11:58:34   userxattr: false
11:58:34  Logging Driver: json-file
11:58:34  Cgroup Driver: cgroupfs
11:58:34  Cgroup Version: 1
11:58:34  Plugins:
11:58:34   Volume: local
11:58:34   Network: bridge host ipvlan macvlan null overlay
11:58:34   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:34  Swarm: inactive
11:58:34  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:34  Default Runtime: runc
11:58:34  Init Binary: docker-init
11:58:34  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:34  runc version: v1.1.4-0-g5fd4c4d
11:58:34  init version: de40ad0
11:58:34  Security Options:
11:58:34   apparmor
11:58:34   seccomp
11:58:34    Profile: builtin
11:58:34  Kernel Version: 5.15.0-1022-aws
11:58:34  Operating System: Ubuntu 20.04.5 LTS
11:58:34  OSType: linux
11:58:34  Architecture: aarch64
11:58:34  CPUs: 2
11:58:34  Total Memory: 7.559GiB
11:58:34  Name: ip-10-100-120-72
11:58:34  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:58:34  Docker Root Dir: /var/lib/docker
11:58:34  Debug Mode: false
11:58:34  Username: dockerbuildbot
11:58:34  Registry: https://index.docker.io/v1/
11:58:34  Labels:
11:58:34  Experimental: true
11:58:34  Insecure Registries:
11:58:34   127.0.0.0/8
11:58:34  Live Restore Enabled: true
11:58:34 
[Pipeline] checkout
11:58:34 The recommended git tool is: git
[Pipeline] checkout
11:58:34 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] echo
11:58:34 Docker containers have been removed
[Pipeline] echo
11:58:34 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] checkout
11:58:34 The recommended git tool is: git
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] }
[Pipeline] checkout
11:58:34 The recommended git tool is: git
[Pipeline] checkout
11:58:34 The recommended git tool is: git
[Pipeline] echo
11:58:34 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (fedora-36-amd64)
[Pipeline] sh
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
11:58:35 The recommended git tool is: git
[Pipeline] checkout
11:58:35 The recommended git tool is: git
[Pipeline] sh
11:58:35 + echo starting...
11:58:35 starting...
[Pipeline] sh
[Pipeline] echo
11:58:35 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-bionic-amd64)
[Pipeline] sh
[Pipeline] sh
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
11:58:35 + docker info
11:58:35 Client:
11:58:35  Context:    default
11:58:35  Debug Mode: false
11:58:35  Plugins:
11:58:35   buildx: Docker Buildx (Docker Inc.)
11:58:35     Version:  v0.8.2
11:58:35     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:35   compose: Docker Compose (Docker Inc.)
11:58:35     Version:  v2.12.0
11:58:35     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:35 
11:58:35 Server:
11:58:35  Containers: 0
11:58:35   Running: 0
11:58:35   Paused: 0
11:58:35   Stopped: 0
11:58:35  Images: 1
11:58:35  Server Version: 22.06.0-beta.0
11:58:35  Storage Driver: overlay2
11:58:35   Backing Filesystem: extfs
11:58:35   Supports d_type: true
11:58:35   Using metacopy: false
11:58:35   Native Overlay Diff: true
11:58:35   userxattr: false
11:58:35  Logging Driver: json-file
11:58:35  Cgroup Driver: cgroupfs
11:58:35  Cgroup Version: 1
11:58:35  Plugins:
11:58:35   Volume: local
11:58:35   Network: bridge host ipvlan macvlan null overlay
11:58:35   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:35  Swarm: inactive
11:58:35  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:58:35  Default Runtime: runc
11:58:35  Init Binary: docker-init
11:58:35  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:35  runc version: v1.1.4-0-g5fd4c4d
11:58:35  init version: de40ad0
11:58:35  Security Options:
11:58:35   apparmor
11:58:35   seccomp
11:58:35    Profile: builtin
11:58:35  Kernel Version: 5.15.0-1022-aws
11:58:35  Operating System: Ubuntu 20.04.5 LTS
11:58:35  OSType: linux
11:58:35  Architecture: aarch64
11:58:35  CPUs: 2
11:58:35  Total Memory: 7.559GiB
11:58:35  Name: ip-10-100-110-240
11:58:35  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:58:35  Docker Root Dir: /var/lib/docker
11:58:35  Debug Mode: false
11:58:35  Username: dockerbuildbot
11:58:35  Registry: https://index.docker.io/v1/
11:58:35  Labels:
11:58:35  Experimental: true
11:58:35  Insecure Registries:
11:58:35   127.0.0.0/8
11:58:35  Live Restore Enabled: true
11:58:35 
11:58:35 The recommended git tool is: git
11:58:35 + docker info
11:58:35 Client:
11:58:35  Context:    default
11:58:35  Debug Mode: false
11:58:35  Plugins:
11:58:35   buildx: Docker Buildx (Docker Inc.)
11:58:35     Version:  c5aec24
11:58:35     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:35   compose: Docker Compose (Docker Inc.)
11:58:35     Version:  v2.12.0
11:58:35     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:35   scan: Docker Scan (Docker Inc.)
11:58:35     Version:  v0.17.0
11:58:35     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:35 
11:58:35 Server:
11:58:35  Containers: 0
11:58:35   Running: 0
11:58:35   Paused: 0
11:58:35   Stopped: 0
11:58:35  Images: 1
11:58:35  Server Version: 22.06.0-beta.0
11:58:35  Storage Driver: overlay2
11:58:35   Backing Filesystem: extfs
11:58:35   Supports d_type: true
11:58:35   Using metacopy: false
11:58:35   Native Overlay Diff: true
11:58:35   userxattr: false
11:58:35  Logging Driver: json-file
11:58:35  Cgroup Driver: systemd
11:58:35  Cgroup Version: 2
11:58:35  Plugins:
11:58:35   Volume: local
11:58:35   Network: bridge host ipvlan macvlan null overlay
11:58:35   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:35  Swarm: inactive
11:58:35  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:35  Default Runtime: runc
11:58:35  Init Binary: docker-init
11:58:35  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:35  runc version: v1.1.4-0-g5fd4c4d
11:58:35  init version: de40ad0
11:58:35  Security Options:
11:58:35   apparmor
11:58:35   seccomp
11:58:35    Profile: builtin
11:58:35   cgroupns
11:58:35  Kernel Version: 5.15.0-1022-aws
11:58:35  Operating System: Ubuntu 20.04.5 LTS
11:58:35  OSType: linux
11:58:35  Architecture: x86_64
11:58:35  CPUs: 2
11:58:35  Total Memory: 7.475GiB
11:58:35  Name: ip-10-100-83-244
11:58:35  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:35  Docker Root Dir: /var/lib/docker
11:58:35  Debug Mode: false
11:58:35  Username: dockerbuildbot
11:58:35  Registry: https://index.docker.io/v1/
11:58:35  Labels:
11:58:35  Experimental: true
11:58:35  Insecure Registries:
11:58:35   127.0.0.0/8
11:58:35  Live Restore Enabled: true
11:58:35 
[Pipeline] checkout
11:58:35 The recommended git tool is: git
11:58:35 + docker info
11:58:35 Client:
11:58:35  Context:    default
11:58:35  Debug Mode: false
11:58:35  Plugins:
11:58:35   buildx: Docker Buildx (Docker Inc.)
11:58:35     Version:  v0.8.2
11:58:35     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:35   compose: Docker Compose (Docker Inc.)
11:58:35     Version:  v2.12.0
11:58:35     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:35 
11:58:35 Server:
11:58:35  Containers: 0
11:58:35   Running: 0
11:58:35   Paused: 0
11:58:35   Stopped: 0
11:58:35  Images: 1
11:58:35  Server Version: 22.06.0-beta.0
11:58:35  Storage Driver: overlay2
11:58:35   Backing Filesystem: extfs
11:58:35   Supports d_type: true
11:58:35   Using metacopy: false
11:58:35   Native Overlay Diff: true
11:58:35   userxattr: false
11:58:35  Logging Driver: json-file
11:58:35  Cgroup Driver: cgroupfs
11:58:35  Cgroup Version: 1
11:58:35  Plugins:
11:58:35   Volume: local
11:58:35   Network: bridge host ipvlan macvlan null overlay
11:58:35   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:35  Swarm: inactive
11:58:35  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:58:35  Default Runtime: runc
11:58:35  Init Binary: docker-init
11:58:35  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:35  runc version: v1.1.4-0-g5fd4c4d
11:58:35  init version: de40ad0
11:58:35  Security Options:
11:58:35   apparmor
11:58:35   seccomp
11:58:35    Profile: builtin
11:58:35  Kernel Version: 5.4.0-1088-aws
11:58:35  Operating System: Ubuntu 18.04.6 LTS
11:58:35  OSType: linux
11:58:35  Architecture: armv8l
11:58:35  CPUs: 2
11:58:35  Total Memory: 7.566GiB
11:58:35  Name: ip-10-100-47-55
11:58:35  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:58:35  Docker Root Dir: /var/lib/docker
11:58:35  Debug Mode: false
11:58:35  Username: dockerbuildbot
11:58:35  Registry: https://index.docker.io/v1/
11:58:35  Labels:
11:58:35  Experimental: true
11:58:35  Insecure Registries:
11:58:35   127.0.0.0/8
11:58:35  Live Restore Enabled: true
11:58:35 
11:58:35 WARNING: No swap limit support
11:58:35 + echo starting...
11:58:35 starting...
[Pipeline] checkout
11:58:35 The recommended git tool is: git
[Pipeline] {
[Pipeline] echo
11:58:35 Removing all docker containers
[Pipeline] sh
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] wrap
[Pipeline] echo
11:58:35 cleanWorkspace: Workspace is clean.
[Pipeline] echo
11:58:35 Removing all docker containers
[Pipeline] sh
[Pipeline] stage
[Pipeline] { (ubuntu-focal-amd64)
[Pipeline] sh
[Pipeline] // stage
11:58:36 + docker container ls -aq
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:58:36 + docker container ls -aq
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (info)
11:58:36 using credential docker-jenkins-github-credentials
[Pipeline] stage
[Pipeline] { (info)
11:58:36 Cloning the remote Git repository
11:58:36 Cloning with configured refspecs honoured and without tags
[Pipeline] {
11:58:36 + echo starting...
11:58:36 starting...
11:58:36 + docker version
11:58:36 Client: Docker Engine - Community
11:58:36  Version:           22.06.0-beta.0
11:58:36  API version:       1.42
11:58:36  Go version:        go1.18.3
11:58:36  Git commit:        3e9117b
11:58:36  Built:             Fri Jun  3 17:56:06 2022
11:58:36  OS/Arch:           linux/arm
11:58:36  Context:           default
11:58:36 
11:58:36 Server: Docker Engine - Community
11:58:36  Engine:
11:58:36   Version:          22.06.0-beta.0
11:58:36   API version:      1.42 (minimum version 1.12)
11:58:36   Go version:       go1.18.3
11:58:36   Git commit:       38633e7
11:58:36   Built:            Fri Jun  3 17:56:06 2022
11:58:36   OS/Arch:          linux/arm
11:58:36   Experimental:     true
11:58:36  containerd:
11:58:36   Version:          1.6.8
11:58:36   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:36  runc:
11:58:36   Version:          1.1.4
11:58:36   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:36  docker-init:
11:58:36   Version:          0.19.0
11:58:36   GitCommit:        de40ad0
[Pipeline] checkout
11:58:36 The recommended git tool is: git
[Pipeline] sh
[Pipeline] sh
[Pipeline] wrap
11:58:37 + docker version
11:58:37 Client: Docker Engine - Community
11:58:37  Version:           22.06.0-beta.0
11:58:37  API version:       1.42
11:58:37  Go version:        go1.18.3
11:58:37  Git commit:        3e9117b
11:58:37  Built:             Fri Jun  3 17:56:06 2022
11:58:37  OS/Arch:           linux/arm
11:58:37  Context:           default
11:58:37 
11:58:37 Server: Docker Engine - Community
11:58:37  Engine:
11:58:37   Version:          22.06.0-beta.0
11:58:37   API version:      1.42 (minimum version 1.12)
11:58:37   Go version:       go1.18.3
11:58:37   Git commit:       38633e7
11:58:37   Built:            Fri Jun  3 17:56:06 2022
11:58:37   OS/Arch:          linux/arm
11:58:37   Experimental:     true
11:58:37  containerd:
11:58:37   Version:          1.6.8
11:58:37   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:37  runc:
11:58:37   Version:          1.1.4
11:58:37   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:37  docker-init:
11:58:37   Version:          0.19.0
11:58:37   GitCommit:        de40ad0
[Pipeline] {
[Pipeline] echo
11:58:37 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
11:58:37 chowning workspace
[Pipeline] sh
11:58:37 + docker version
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # timeout=10
11:58:37 Client: Docker Engine - Community
11:58:37  Version:           22.06.0-beta.0
11:58:37  API version:       1.42
11:58:37  Go version:        go1.18.3
11:58:37  Git commit:        3e9117b
11:58:37  Built:             Fri Jun  3 17:55:45 2022
11:58:37  OS/Arch:           linux/amd64
11:58:37  Context:           default
11:58:37 
11:58:37 Server: Docker Engine - Community
11:58:37  Engine:
11:58:37   Version:          22.06.0-beta.0
11:58:37   API version:      1.42 (minimum version 1.12)
11:58:37   Go version:       go1.18.3
11:58:37   Git commit:       38633e7
11:58:37   Built:            Fri Jun  3 17:55:45 2022
11:58:37   OS/Arch:          linux/amd64
11:58:37   Experimental:     true
11:58:37  containerd:
11:58:37   Version:          1.6.8
11:58:37   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:37  runc:
11:58:37   Version:          1.1.4
11:58:37   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:37  docker-init:
11:58:37   Version:          0.19.0
11:58:37   GitCommit:        de40ad0
11:58:37 using credential docker-jenkins-github-credentials
11:58:37 using credential docker-jenkins-github-credentials
11:58:37 Cloning the remote Git repository
11:58:37 Cloning with configured refspecs honoured and without tags
11:58:37 Cloning the remote Git repository
11:58:37 Cloning with configured refspecs honoured and without tags
11:58:38 using credential docker-jenkins-github-credentials
11:58:38 Cloning the remote Git repository
11:58:38 Cloning with configured refspecs honoured and without tags
11:58:38 Avoid second fetch
11:58:38 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
[Pipeline] echo
11:58:38 Docker containers have been removed
[Pipeline] echo
11:58:38 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
11:58:38 using credential docker-jenkins-github-credentials
[Pipeline] echo
11:58:38 Docker containers have been removed
[Pipeline] echo
11:58:38 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] // stage
[Pipeline] stage
11:58:38 Cloning the remote Git repository
11:58:38 Cloning with configured refspecs honoured and without tags
[Pipeline] { (info)
[Pipeline] sh
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (build)
11:58:38 using credential docker-jenkins-github-credentials
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] checkout
11:58:38 Cloning the remote Git repository
11:58:38 Cloning with configured refspecs honoured and without tags
11:58:38 The recommended git tool is: git
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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
[Pipeline] checkout
11:58:38 The recommended git tool is: git
11:58:38 + docker version
11:58:38 Client: Docker Engine - Community
11:58:38  Version:           22.06.0-beta.0
11:58:38  API version:       1.42
11:58:38  Go version:        go1.18.3
11:58:38  Git commit:        3e9117b
11:58:38  Built:             Fri Jun  3 17:55:45 2022
11:58:38  OS/Arch:           linux/amd64
11:58:38  Context:           default
11:58:38 
11:58:38 Server: Docker Engine - Community
11:58:38  Engine:
11:58:38   Version:          22.06.0-beta.0
11:58:38   API version:      1.42 (minimum version 1.12)
11:58:38   Go version:       go1.18.3
11:58:38   Git commit:       38633e7
11:58:38   Built:            Fri Jun  3 17:55:45 2022
11:58:38   OS/Arch:          linux/amd64
11:58:38   Experimental:     true
11:58:38  containerd:
11:58:38   Version:          1.6.8
11:58:38   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:38  runc:
11:58:38   Version:          1.1.4
11:58:38   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:38  docker-init:
11:58:38   Version:          0.19.0
11:58:38   GitCommit:        de40ad0
11:58:38 using credential docker-jenkins-github-credentials
11:58:38 + pwd
11:58:38 + id -u
11:58:38 + id -g
11:58:38 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/workspace busybox chown -R 1000:1000 /workspace
11:58:38 Unable to find image 'busybox:latest' locally
11:58:38 latest: Pulling from library/busybox
11:58:38 f78e6840ded1: Pulling fs layer
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:58:39 Cloning the remote Git repository
11:58:39 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
11:58:39 using credential docker-jenkins-github-credentials
11:58:39 Cloning the remote Git repository
11:58:39 Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
11:58:39 The recommended git tool is: git
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:58:39 using credential docker-jenkins-github-credentials
[Pipeline] sh
11:58:39 Cloning the remote Git repository
11:58:39 Cloning with configured refspecs honoured and without tags
11:58:39 using credential docker-jenkins-github-credentials
11:58:39 f78e6840ded1: Verifying Checksum
11:58:39 f78e6840ded1: Download complete
11:58:39 Cloning the remote Git repository
11:58:39 Cloning with configured refspecs honoured and without tags
[Pipeline] }
[Pipeline] sh
Cloning repository https://github.com/docker/docker-ce-packaging.git
[Pipeline] sh
11:58:39 using credential docker-jenkins-github-credentials
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:58:39 Cloning the remote Git repository
11:58:39 Cloning with configured refspecs honoured and without tags
11:58:39 + docker version
11:58:39 Client: Docker Engine - Community
11:58:39  Version:           22.06.0-beta.0
11:58:39  API version:       1.42
11:58:39  Go version:        go1.18.3
11:58:39  Git commit:        3e9117b
11:58:39  Built:             Fri Jun  3 17:55:45 2022
11:58:39  OS/Arch:           linux/amd64
11:58:39  Context:           default
11:58:39 
11:58:39 Server: Docker Engine - Community
11:58:39  Engine:
11:58:39   Version:          22.06.0-beta.0
11:58:39   API version:      1.42 (minimum version 1.12)
11:58:39   Go version:       go1.18.3
11:58:39   Git commit:       38633e7
11:58:39   Built:            Fri Jun  3 17:55:45 2022
11:58:39   OS/Arch:          linux/amd64
11:58:39   Experimental:     true
11:58:39  containerd:
11:58:39   Version:          1.6.8
11:58:39   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:39  runc:
11:58:39   Version:          1.1.4
11:58:39   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:39  docker-init:
11:58:39   Version:          0.19.0
11:58:39   GitCommit:        de40ad0
[Pipeline] sh
11:58:39 f78e6840ded1: Pull complete
11:58:39 Digest: sha256:7b3ccabffc97de872a30dfd234fd972a66d247c8cfc69b0550f276481852627c
11:58:39 Status: Downloaded newer image for busybox:latest
11:58:39 + docker info
11:58:39 Client:
11:58:39  Context:    default
11:58:39  Debug Mode: false
11:58:39  Plugins:
11:58:39   buildx: Docker Buildx (Docker Inc.)
11:58:39     Version:  v0.8.2
11:58:39     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:39   compose: Docker Compose (Docker Inc.)
11:58:39     Version:  v2.12.0
11:58:39     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:39 
11:58:39 Server:
11:58:39  Containers: 0
11:58:39   Running: 0
11:58:39   Paused: 0
11:58:39   Stopped: 0
11:58:39  Images: 1
11:58:39  Server Version: 22.06.0-beta.0
11:58:39  Storage Driver: overlay2
11:58:39   Backing Filesystem: extfs
11:58:39   Supports d_type: true
11:58:39   Using metacopy: false
11:58:39   Native Overlay Diff: true
11:58:39   userxattr: false
11:58:39  Logging Driver: json-file
11:58:39  Cgroup Driver: cgroupfs
11:58:39  Cgroup Version: 1
11:58:39  Plugins:
11:58:39   Volume: local
11:58:39   Network: bridge host ipvlan macvlan null overlay
11:58:39   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:39  Swarm: inactive
11:58:39  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:39  Default Runtime: runc
11:58:39  Init Binary: docker-init
11:58:39  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:39  runc version: v1.1.4-0-g5fd4c4d
11:58:39  init version: de40ad0
11:58:39  Security Options:
11:58:39   apparmor
11:58:39   seccomp
11:58:39    Profile: builtin
11:58:39  Kernel Version: 5.4.0-1088-aws
11:58:39  Operating System: Ubuntu 18.04.6 LTS
11:58:39  OSType: linux
11:58:39  Architecture: armv8l
11:58:39  CPUs: 2
11:58:39  Total Memory: 7.566GiB
11:58:39  Name: ip-10-100-63-4
11:58:39  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:58:39  Docker Root Dir: /var/lib/docker
11:58:39  Debug Mode: false
11:58:39  Username: dockerbuildbot
11:58:39  Registry: https://index.docker.io/v1/
11:58:39  Labels:
11:58:39  Experimental: true
11:58:39  Insecure Registries:
11:58:39   127.0.0.0/8
11:58:39  Live Restore Enabled: true
11:58:39 
11:58:39 WARNING: No swap limit support
[Pipeline] echo
11:58:39 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (fedora-37-amd64)
[Pipeline] echo
11:58:39 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (ubuntu-kinetic-amd64)
11:58:39 Avoid second fetch
11:58:39 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
[Pipeline] sh
11:58:39 Avoid second fetch
11:58:39 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:39 using credential docker-jenkins-github-credentials
11:58:39 + docker info
11:58:39 Client:
11:58:39  Context:    default
11:58:39  Debug Mode: false
11:58:39  Plugins:
11:58:39   buildx: Docker Buildx (Docker Inc.)
11:58:39     Version:  v0.8.2
11:58:39     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:39   compose: Docker Compose (Docker Inc.)
11:58:39     Version:  v2.12.0
11:58:39     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:39 
11:58:39 Server:
11:58:39  Containers: 0
11:58:39   Running: 0
11:58:39   Paused: 0
11:58:39   Stopped: 0
11:58:39  Images: 1
11:58:39  Server Version: 22.06.0-beta.0
11:58:39  Storage Driver: overlay2
11:58:39   Backing Filesystem: extfs
11:58:39   Supports d_type: true
11:58:39   Using metacopy: false
11:58:39   Native Overlay Diff: true
11:58:39   userxattr: false
11:58:39  Logging Driver: json-file
11:58:39  Cgroup Driver: cgroupfs
11:58:39  Cgroup Version: 1
11:58:39  Plugins:
11:58:39   Volume: local
11:58:39   Network: bridge host ipvlan macvlan null overlay
11:58:39   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:39  Swarm: inactive
11:58:39  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:58:39  Default Runtime: runc
11:58:39  Init Binary: docker-init
11:58:39  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:39  runc version: v1.1.4-0-g5fd4c4d
11:58:39  init version: de40ad0
11:58:39  Security Options:
11:58:39   apparmor
11:58:39   seccomp
11:58:39    Profile: builtin
11:58:39  Kernel Version: 5.4.0-1088-aws
11:58:39  Operating System: Ubuntu 18.04.6 LTS
11:58:39  OSType: linux
11:58:39  Architecture: armv8l
11:58:39  CPUs: 2
11:58:39  Total Memory: 7.566GiB
11:58:39  Name: ip-10-100-61-195
11:58:39  ID: 27fdec45-3deb-4454-a9d4-8bb724d3d041
11:58:39  Docker Root Dir: /var/lib/docker
11:58:39  Debug Mode: false
11:58:39  Username: dockerbuildbot
11:58:39  Registry: https://index.docker.io/v1/
11:58:39  Labels:
11:58:39  Experimental: true
11:58:39  Insecure Registries:
11:58:39   127.0.0.0/8
11:58:39  Live Restore Enabled: true
11:58:39 
11:58:39 WARNING: No swap limit support
11:58:39 Cloning the remote Git repository
11:58:39 Cloning with configured refspecs honoured and without tags
[Pipeline] sh
[Pipeline] sh
11:58:39 + docker info
11:58:39 Client:
11:58:39  Context:    default
11:58:39  Debug Mode: false
11:58:39  Plugins:
11:58:39   buildx: Docker Buildx (Docker Inc.)
11:58:39     Version:  c5aec24
11:58:39     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:39   compose: Docker Compose (Docker Inc.)
11:58:39     Version:  v2.12.0
11:58:39     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:39   scan: Docker Scan (Docker Inc.)
11:58:39     Version:  v0.17.0
11:58:39     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:39 
11:58:39 Server:
11:58:39  Containers: 0
11:58:39   Running: 0
11:58:39   Paused: 0
11:58:39   Stopped: 0
11:58:39  Images: 1
11:58:39  Server Version: 22.06.0-beta.0
11:58:39  Storage Driver: overlay2
11:58:39   Backing Filesystem: extfs
11:58:39   Supports d_type: true
11:58:39   Using metacopy: false
11:58:39   Native Overlay Diff: true
11:58:39   userxattr: false
11:58:39  Logging Driver: json-file
11:58:39  Cgroup Driver: systemd
11:58:39  Cgroup Version: 2
11:58:39  Plugins:
11:58:39   Volume: local
11:58:39   Network: bridge host ipvlan macvlan null overlay
11:58:39   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:39  Swarm: inactive
11:58:39  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:39  Default Runtime: runc
11:58:39  Init Binary: docker-init
11:58:39  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:39  runc version: v1.1.4-0-g5fd4c4d
11:58:39  init version: de40ad0
11:58:39  Security Options:
11:58:39   apparmor
11:58:39   seccomp
11:58:39    Profile: builtin
11:58:39   cgroupns
11:58:39  Kernel Version: 5.15.0-1022-aws
11:58:39  Operating System: Ubuntu 20.04.5 LTS
11:58:39  OSType: linux
11:58:39  Architecture: x86_64
11:58:39  CPUs: 2
11:58:39  Total Memory: 7.557GiB
11:58:39  Name: ip-10-100-37-179
11:58:39  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:39  Docker Root Dir: /var/lib/docker
11:58:39  Debug Mode: false
11:58:39  Username: dockerbuildbot
11:58:39  Registry: https://index.docker.io/v1/
11:58:39  Labels:
11:58:39  Experimental: true
11:58:39  Insecure Registries:
11:58:39   127.0.0.0/8
11:58:39  Live Restore Enabled: true
11:58:39 
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] }
[Pipeline] sh
[Pipeline] sh
[Pipeline] }
[Pipeline] }
11:58:40 + echo starting...
11:58:40 starting...
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
11:58:40 + echo starting...
11:58:40 starting...
11:58:40 Avoid second fetch
11:58:40 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:40 + docker info
11:58:40 Client:
11:58:40  Context:    default
11:58:40  Debug Mode: false
11:58:40  Plugins:
11:58:40   buildx: Docker Buildx (Docker Inc.)
11:58:40     Version:  c5aec24
11:58:40     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:40   compose: Docker Compose (Docker Inc.)
11:58:40     Version:  v2.12.0
11:58:40     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:40   scan: Docker Scan (Docker Inc.)
11:58:40     Version:  v0.17.0
11:58:40     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:40 
11:58:40 Server:
11:58:40  Containers: 0
11:58:40   Running: 0
11:58:40   Paused: 0
11:58:40   Stopped: 0
11:58:40  Images: 1
11:58:40  Server Version: 22.06.0-beta.0
11:58:40  Storage Driver: overlay2
11:58:40   Backing Filesystem: extfs
11:58:40   Supports d_type: true
11:58:40   Using metacopy: false
11:58:40   Native Overlay Diff: true
11:58:40   userxattr: false
11:58:40  Logging Driver: json-file
11:58:40  Cgroup Driver: systemd
11:58:40  Cgroup Version: 2
11:58:40  Plugins:
11:58:40   Volume: local
11:58:40   Network: bridge host ipvlan macvlan null overlay
11:58:40   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:40  Swarm: inactive
11:58:40  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:40  Default Runtime: runc
11:58:40  Init Binary: docker-init
11:58:40  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:40  runc version: v1.1.4-0-g5fd4c4d
11:58:40  init version: de40ad0
11:58:40  Security Options:
11:58:40   apparmor
11:58:40   seccomp
11:58:40    Profile: builtin
11:58:40   cgroupns
11:58:40  Kernel Version: 5.15.0-1022-aws
11:58:40  Operating System: Ubuntu 20.04.5 LTS
11:58:40  OSType: linux
11:58:40  Architecture: x86_64
11:58:40  CPUs: 2
11:58:40  Total Memory: 7.557GiB
11:58:40  Name: ip-10-100-55-169
11:58:40  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:40  Docker Root Dir: /var/lib/docker
11:58:40  Debug Mode: false
11:58:40  Username: dockerbuildbot
11:58:40  Registry: https://index.docker.io/v1/
11:58:40  Labels:
11:58:40  Experimental: true
11:58:40  Insecure Registries:
11:58:40   127.0.0.0/8
11:58:40  Live Restore Enabled: true
11:58:40 
[Pipeline] checkout
[Pipeline] // stage
11:58:40 The recommended git tool is: git
[Pipeline] stage
[Pipeline] { (build)
11:58:40 + docker info
11:58:40 Client:
11:58:40  Context:    default
11:58:40  Debug Mode: false
11:58:40  Plugins:
11:58:40   buildx: Docker Buildx (Docker Inc.)
11:58:40     Version:  c5aec24
11:58:40     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:40   compose: Docker Compose (Docker Inc.)
11:58:40     Version:  v2.12.0
11:58:40     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:40   scan: Docker Scan (Docker Inc.)
11:58:40     Version:  v0.17.0
11:58:40     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:40 
11:58:40 Server:
11:58:40  Containers: 0
11:58:40   Running: 0
11:58:40   Paused: 0
11:58:40   Stopped: 0
11:58:40  Images: 1
11:58:40  Server Version: 22.06.0-beta.0
11:58:40  Storage Driver: overlay2
11:58:40   Backing Filesystem: extfs
11:58:40   Supports d_type: true
11:58:40   Using metacopy: false
11:58:40   Native Overlay Diff: true
11:58:40   userxattr: false
11:58:40  Logging Driver: json-file
11:58:40  Cgroup Driver: systemd
11:58:40  Cgroup Version: 2
11:58:40  Plugins:
11:58:40   Volume: local
11:58:40   Network: bridge host ipvlan macvlan null overlay
11:58:40   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:40  Swarm: inactive
11:58:40  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:40  Default Runtime: runc
11:58:40  Init Binary: docker-init
11:58:40  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:40  runc version: v1.1.4-0-g5fd4c4d
11:58:40  init version: de40ad0
11:58:40  Security Options:
11:58:40   apparmor
11:58:40   seccomp
11:58:40    Profile: builtin
11:58:40   cgroupns
11:58:40  Kernel Version: 5.15.0-1022-aws
11:58:40  Operating System: Ubuntu 20.04.5 LTS
11:58:40  OSType: linux
11:58:40  Architecture: x86_64
11:58:40  CPUs: 2
11:58:40  Total Memory: 7.557GiB
11:58:40  Name: ip-10-100-38-54
11:58:40  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:40  Docker Root Dir: /var/lib/docker
11:58:40  Debug Mode: false
11:58:40  Username: dockerbuildbot
11:58:40  Registry: https://index.docker.io/v1/
11:58:40  Labels:
11:58:40  Experimental: true
11:58:40  Insecure Registries:
11:58:40   127.0.0.0/8
11:58:40  Live Restore Enabled: true
11:58:40 
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 732208e0fd336c25c5df388c860c708de0ebbf9d # 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 732208e0fd336c25c5df388c860c708de0ebbf9d # 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:40 + docker version
11:58:40 Client: Docker Engine - Community
11:58:40  Version:           22.06.0-beta.0
11:58:40  API version:       1.42
11:58:40  Go version:        go1.18.3
11:58:40  Git commit:        3e9117b
11:58:40  Built:             Fri Jun  3 17:55:45 2022
11:58:40  OS/Arch:           linux/amd64
11:58:40  Context:           default
11:58:40 
11:58:40 Server: Docker Engine - Community
11:58:40  Engine:
11:58:40   Version:          22.06.0-beta.0
11:58:40   API version:      1.42 (minimum version 1.12)
11:58:40   Go version:       go1.18.3
11:58:40   Git commit:       38633e7
11:58:40   Built:            Fri Jun  3 17:55:45 2022
11:58:40   OS/Arch:          linux/amd64
11:58:40   Experimental:     true
11:58:40  containerd:
11:58:40   Version:          1.6.8
11:58:40   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:40  runc:
11:58:40   Version:          1.1.4
11:58:40   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:40  docker-init:
11:58:40   Version:          0.19.0
11:58:40   GitCommit:        de40ad0
[Pipeline] checkout
11:58:40 The recommended git tool is: 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
 > 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
[Pipeline] checkout
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] sh
11:58:40 The recommended git tool is: 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
[Pipeline] // stage
[Pipeline] // stage
11:58:40 using credential docker-jenkins-github-credentials
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] stage
11:58:40 Cloning the remote Git repository
11:58:40 Cloning with configured refspecs honoured and without tags
[Pipeline] { (info)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
11:58:40 Avoid second fetch
11:58:40 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
[Pipeline] checkout
11:58:40 The recommended git tool is: git
[Pipeline] sh
 > 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:58:40 + docker info
11:58:40 Client:
11:58:40  Context:    default
11:58:40  Debug Mode: false
11:58:40  Plugins:
11:58:40   buildx: Docker Buildx (Docker Inc.)
11:58:40     Version:  c5aec24
11:58:40     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:40   compose: Docker Compose (Docker Inc.)
11:58:40     Version:  v2.12.0
11:58:40     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:40   scan: Docker Scan (Docker Inc.)
11:58:40     Version:  v0.17.0
11:58:40     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:40 
11:58:40 Server:
11:58:40  Containers: 0
11:58:40   Running: 0
11:58:40   Paused: 0
11:58:40   Stopped: 0
11:58:40  Images: 1
11:58:40  Server Version: 22.06.0-beta.0
11:58:40  Storage Driver: overlay2
11:58:40   Backing Filesystem: extfs
11:58:40   Supports d_type: true
11:58:40   Using metacopy: false
11:58:40   Native Overlay Diff: true
11:58:40   userxattr: false
11:58:40  Logging Driver: json-file
11:58:40  Cgroup Driver: systemd
11:58:40  Cgroup Version: 2
11:58:40  Plugins:
11:58:40   Volume: local
11:58:40   Network: bridge host ipvlan macvlan null overlay
11:58:40   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:40  Swarm: inactive
11:58:40  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:40  Default Runtime: runc
11:58:40  Init Binary: docker-init
11:58:40  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:40  runc version: v1.1.4-0-g5fd4c4d
11:58:40  init version: de40ad0
11:58:40  Security Options:
11:58:40   apparmor
11:58:40   seccomp
11:58:40    Profile: builtin
11:58:40   cgroupns
11:58:40  Kernel Version: 5.15.0-1022-aws
11:58:40  Operating System: Ubuntu 20.04.5 LTS
11:58:40  OSType: linux
11:58:40  Architecture: x86_64
11:58:40  CPUs: 2
11:58:40  Total Memory: 7.557GiB
11:58:40  Name: ip-10-100-51-253
11:58:40  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:40  Docker Root Dir: /var/lib/docker
11:58:40  Debug Mode: false
11:58:40  Username: dockerbuildbot
11:58:40  Registry: https://index.docker.io/v1/
11:58:40  Labels:
11:58:40  Experimental: true
11:58:40  Insecure Registries:
11:58:40   127.0.0.0/8
11:58:40  Live Restore Enabled: true
11:58:40 
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
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # timeout=10
[Pipeline] sh
11:58:40 using credential docker-jenkins-github-credentials
11:58:41 using credential docker-jenkins-github-credentials
11:58:41 Cloning the remote Git repository
11:58:41 Cloning with configured refspecs honoured and without tags
11:58:41 Cloning the remote Git repository
11:58:41 Cloning with configured refspecs honoured and without tags
11:58:41 Avoid second fetch
11:58:41 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
[Pipeline] checkout
11:58:41 using credential docker-jenkins-github-credentials
11:58:41 Cloning the remote Git repository
11:58:41 Cloning with configured refspecs honoured and without tags
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
11:58:41 The recommended git tool is: git
11:58:41 using credential docker-jenkins-github-credentials
11:58:41 Avoid second fetch
11:58:41 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:41 Avoid second fetch
11:58:41 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:41 + docker version
11:58:41 Client: Docker Engine - Community
11:58:41  Version:           22.06.0-beta.0
11:58:41  API version:       1.42
11:58:41  Go version:        go1.18.3
11:58:41  Git commit:        3e9117b
11:58:41  Built:             Fri Jun  3 17:55:45 2022
11:58:41  OS/Arch:           linux/amd64
11:58:41  Context:           default
11:58:41 
11:58:41 Server: Docker Engine - Community
11:58:41  Engine:
11:58:41   Version:          22.06.0-beta.0
11:58:41   API version:      1.42 (minimum version 1.12)
11:58:41   Go version:       go1.18.3
11:58:41   Git commit:       38633e7
11:58:41   Built:            Fri Jun  3 17:55:45 2022
11:58:41   OS/Arch:          linux/amd64
11:58:41   Experimental:     true
11:58:41  containerd:
11:58:41   Version:          1.6.8
11:58:41   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:41  runc:
11:58:41   Version:          1.1.4
11:58:41   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:41  docker-init:
11:58:41   Version:          0.19.0
11:58:41   GitCommit:        de40ad0
[Pipeline] checkout
11:58:41 Cloning the remote Git repository
11:58:41 Cloning with configured refspecs honoured and without tags
11:58:41 using credential docker-jenkins-github-credentials
11:58:41 Cloning the remote Git repository
11:58:41 Cloning with configured refspecs honoured and without tags
11:58:41 Avoid second fetch
11:58:41 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:41 Avoid second fetch
11:58:41 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
[Pipeline] sh
11:58:41 The recommended git tool is: git
11:58:41 + docker version
11:58:41 Client: Docker Engine - Community
11:58:41  Version:           22.06.0-beta.0
11:58:41  API version:       1.42
11:58:41  Go version:        go1.18.3
11:58:41  Git commit:        3e9117b
11:58:41  Built:             Fri Jun  3 17:55:45 2022
11:58:41  OS/Arch:           linux/amd64
11:58:41  Context:           default
11:58:41 
11:58:41 Server: Docker Engine - Community
11:58:41  Engine:
11:58:41   Version:          22.06.0-beta.0
11:58:41   API version:      1.42 (minimum version 1.12)
11:58:41   Go version:       go1.18.3
11:58:41   Git commit:       38633e7
11:58:41   Built:            Fri Jun  3 17:55:45 2022
11:58:41   OS/Arch:          linux/amd64
11:58:41   Experimental:     true
11:58:41  containerd:
11:58:41   Version:          1.6.8
11:58:41   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:41  runc:
11:58:41   Version:          1.1.4
11:58:41   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:41  docker-init:
11:58:41   Version:          0.19.0
11:58:41   GitCommit:        de40ad0
11:58:41 Avoid second fetch
11:58:41 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
[Pipeline] sh
11:58:41 using credential docker-jenkins-github-credentials
11:58:41 Cloning the remote Git repository
11:58:41 Cloning with configured refspecs honoured and without tags
11:58:41 + docker info
11:58:41 Client:
11:58:41  Context:    default
11:58:41  Debug Mode: false
11:58:41  Plugins:
11:58:41   buildx: Docker Buildx (Docker Inc.)
11:58:41     Version:  c5aec24
11:58:41     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:41   compose: Docker Compose (Docker Inc.)
11:58:41     Version:  v2.12.0
11:58:41     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:41   scan: Docker Scan (Docker Inc.)
11:58:41     Version:  v0.17.0
11:58:41     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:41 
11:58:41 Server:
11:58:41  Containers: 0
11:58:41   Running: 0
11:58:41   Paused: 0
11:58:41   Stopped: 0
11:58:41  Images: 1
11:58:41  Server Version: 22.06.0-beta.0
11:58:41  Storage Driver: overlay2
11:58:41   Backing Filesystem: extfs
11:58:41   Supports d_type: true
11:58:41   Using metacopy: false
11:58:41   Native Overlay Diff: true
11:58:41   userxattr: false
11:58:41  Logging Driver: json-file
11:58:41  Cgroup Driver: systemd
11:58:41  Cgroup Version: 2
11:58:41  Plugins:
11:58:41   Volume: local
11:58:41   Network: bridge host ipvlan macvlan null overlay
11:58:41   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:41  Swarm: inactive
11:58:41  Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2
11:58:41  Default Runtime: runc
11:58:41  Init Binary: docker-init
11:58:41  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:41  runc version: v1.1.4-0-g5fd4c4d
11:58:41  init version: de40ad0
11:58:41  Security Options:
11:58:41   apparmor
11:58:41   seccomp
11:58:41    Profile: builtin
11:58:41   cgroupns
11:58:41  Kernel Version: 5.15.0-1022-aws
11:58:41  Operating System: Ubuntu 20.04.5 LTS
11:58:41  OSType: linux
11:58:41  Architecture: x86_64
11:58:41  CPUs: 2
11:58:41  Total Memory: 7.557GiB
11:58:41  Name: ip-10-100-37-131
11:58:41  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:41  Docker Root Dir: /var/lib/docker
11:58:41  Debug Mode: false
11:58:41  Username: dockerbuildbot
11:58:41  Registry: https://index.docker.io/v1/
11:58:41  Labels:
11:58:41  Experimental: true
11:58:41  Insecure Registries:
11:58:41   127.0.0.0/8
11:58:41  Live Restore Enabled: true
11:58:41 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] checkout
11:58:41 + docker info
11:58:41 Client:
11:58:41  Context:    default
11:58:41  Debug Mode: false
11:58:41  Plugins:
11:58:41   buildx: Docker Buildx (Docker Inc.)
11:58:41     Version:  c5aec24
11:58:41     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:41   compose: Docker Compose (Docker Inc.)
11:58:41     Version:  v2.12.0
11:58:41     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:41   scan: Docker Scan (Docker Inc.)
11:58:41     Version:  v0.17.0
11:58:41     Path:     /usr/libexec/docker/cli-plugins/docker-scan
11:58:41 
11:58:41 Server:
11:58:41  Containers: 0
11:58:41   Running: 0
11:58:41   Paused: 0
11:58:41   Stopped: 0
11:58:41  Images: 1
11:58:41  Server Version: 22.06.0-beta.0
11:58:41  Storage Driver: overlay2
11:58:41   Backing Filesystem: extfs
11:58:41   Supports d_type: true
11:58:41   Using metacopy: false
11:58:41   Native Overlay Diff: true
11:58:41   userxattr: false
11:58:41  Logging Driver: json-file
11:58:41  Cgroup Driver: systemd
11:58:41  Cgroup Version: 2
11:58:41  Plugins:
11:58:41   Volume: local
11:58:41   Network: bridge host ipvlan macvlan null overlay
11:58:41   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:41  Swarm: inactive
11:58:41  Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux
11:58:41  Default Runtime: runc
11:58:41  Init Binary: docker-init
11:58:41  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:41  runc version: v1.1.4-0-g5fd4c4d
11:58:41  init version: de40ad0
11:58:41  Security Options:
11:58:41   apparmor
11:58:41   seccomp
11:58:41    Profile: builtin
11:58:41   cgroupns
11:58:41  Kernel Version: 5.15.0-1022-aws
11:58:41  Operating System: Ubuntu 20.04.5 LTS
11:58:41  OSType: linux
11:58:41  Architecture: x86_64
11:58:41  CPUs: 2
11:58:41  Total Memory: 7.557GiB
11:58:41  Name: ip-10-100-47-167
11:58:41  ID: c944a62a-a99e-4e56-b148-df1906108e3b
11:58:41  Docker Root Dir: /var/lib/docker
11:58:41  Debug Mode: false
11:58:41  Username: dockerbuildbot
11:58:41  Registry: https://index.docker.io/v1/
11:58:41  Labels:
11:58:41  Experimental: true
11:58:41  Insecure Registries:
11:58:41   127.0.0.0/8
11:58:41  Live Restore Enabled: true
11:58:41 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
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 732208e0fd336c25c5df388c860c708de0ebbf9d # 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
[Pipeline] { (build)
 > 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
[Pipeline] echo
11:58:41 Removing all docker containers
[Pipeline] sh
11:58:41 The recommended git tool is: git
11:58:41 using credential docker-jenkins-github-credentials
11:58:41 Cloning the remote Git repository
11:58:41 Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
11:58:41 The recommended git tool is: git
11:58:41 Avoid second fetch
11:58:41 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (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 732208e0fd336c25c5df388c860c708de0ebbf9d # 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 732208e0fd336c25c5df388c860c708de0ebbf9d # 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
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:58:42 + docker container ls -aq
[Pipeline] echo
11:58:42 Docker containers have been removed
[Pipeline] echo
11:58:42 cleanWorkspace: Removing existing workspace
 > 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
[Pipeline] deleteDir
[Pipeline] echo
11:58:42 cleanWorkspace: Workspace is clean.
[Pipeline] stage
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] { (ubuntu-kinetic-aarch64)
[Pipeline] sh
11:58:42 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 732208e0fd336c25c5df388c860c708de0ebbf9d # 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:42 Cloning the remote Git repository
11:58:42 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:58:42 Avoid second fetch
11:58:42 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:42 Avoid second fetch
11:58:42 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:42 + echo starting...
11:58:42 starting...
11:58:42 Avoid second fetch
11:58:42 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (info)
[Pipeline] sh
11:58:42 Avoid second fetch
11:58:42 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:42 using credential docker-jenkins-github-credentials
11:58:42 Avoid second fetch
11:58:42 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:42 Avoid second fetch
11:58:42 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:42 Cloning the remote Git repository
11:58:42 Cloning with configured refspecs honoured and without tags
11:58:42 Avoid second fetch
11:58:42 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_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 732208e0fd336c25c5df388c860c708de0ebbf9d # 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 732208e0fd336c25c5df388c860c708de0ebbf9d # 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:43 + docker version
11:58:43 Client: Docker Engine - Community
11:58:43  Version:           22.06.0-beta.0
11:58:43  API version:       1.42
11:58:43  Go version:        go1.18.3
11:58:43  Git commit:        3e9117b
11:58:43  Built:             Fri Jun  3 17:55:34 2022
11:58:43  OS/Arch:           linux/arm64
11:58:43  Context:           default
11:58:43 
11:58:43 Server: Docker Engine - Community
11:58:43  Engine:
11:58:43   Version:          22.06.0-beta.0
11:58:43   API version:      1.42 (minimum version 1.12)
11:58:43   Go version:       go1.18.3
11:58:43   Git commit:       38633e7
11:58:43   Built:            Fri Jun  3 17:55:34 2022
11:58:43   OS/Arch:          linux/arm64
11:58:43   Experimental:     true
11:58:43  containerd:
11:58:43   Version:          1.6.8
11:58:43   GitCommit:        9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:43  runc:
11:58:43   Version:          1.1.4
11:58:43   GitCommit:        v1.1.4-0-g5fd4c4d
11:58:43  docker-init:
11:58:43   Version:          0.19.0
11:58:43   GitCommit:        de40ad0
[Pipeline] sh
11:58:43 using credential docker-jenkins-github-credentials
11:58:43 Cloning the remote Git repository
11:58:43 Cloning with configured refspecs honoured and without tags
11:58:43 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
 > 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 732208e0fd336c25c5df388c860c708de0ebbf9d # 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 732208e0fd336c25c5df388c860c708de0ebbf9d # 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:43 + docker info
11:58:43 Client:
11:58:43  Context:    default
11:58:43  Debug Mode: false
11:58:43  Plugins:
11:58:43   buildx: Docker Buildx (Docker Inc.)
11:58:43     Version:  v0.8.2
11:58:43     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
11:58:43   compose: Docker Compose (Docker Inc.)
11:58:43     Version:  v2.12.0
11:58:43     Path:     /usr/libexec/docker/cli-plugins/docker-compose
11:58:43 
11:58:43 Server:
11:58:43  Containers: 0
11:58:43   Running: 0
11:58:43   Paused: 0
11:58:43   Stopped: 0
11:58:43  Images: 1
11:58:43  Server Version: 22.06.0-beta.0
11:58:43  Storage Driver: overlay2
11:58:43   Backing Filesystem: extfs
11:58:43   Supports d_type: true
11:58:43   Using metacopy: false
11:58:43   Native Overlay Diff: true
11:58:43   userxattr: false
11:58:43  Logging Driver: json-file
11:58:43  Cgroup Driver: cgroupfs
11:58:43  Cgroup Version: 1
11:58:43  Plugins:
11:58:43   Volume: local
11:58:43   Network: bridge host ipvlan macvlan null overlay
11:58:43   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
11:58:43  Swarm: inactive
11:58:43  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
11:58:43  Default Runtime: runc
11:58:43  Init Binary: docker-init
11:58:43  containerd version: 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6
11:58:43  runc version: v1.1.4-0-g5fd4c4d
11:58:43  init version: de40ad0
11:58:43  Security Options:
11:58:43   apparmor
11:58:43   seccomp
11:58:43    Profile: builtin
11:58:43  Kernel Version: 5.15.0-1022-aws
11:58:43  Operating System: Ubuntu 20.04.5 LTS
11:58:43  OSType: linux
11:58:43  Architecture: aarch64
11:58:43  CPUs: 2
11:58:43  Total Memory: 7.559GiB
11:58:43  Name: ip-10-100-49-6
11:58:43  ID: a4508864-5846-4859-9d9f-739af3007ee0
11:58:43  Docker Root Dir: /var/lib/docker
11:58:43  Debug Mode: false
11:58:43  Username: dockerbuildbot
11:58:43  Registry: https://index.docker.io/v1/
11:58:43  Labels:
11:58:43  Experimental: true
11:58:43  Insecure Registries:
11:58:43   127.0.0.0/8
11:58:43  Live Restore Enabled: true
11:58:43 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:43 Avoid second fetch
11:58:43 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
[Pipeline] checkout
11:58:43 The recommended git tool is: 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
[Pipeline] sh
11:58:44 Avoid second fetch
11:58:44 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (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 # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:44 using credential docker-jenkins-github-credentials
11:58:44 + make clean
11:58: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:58:44 rm -f -r src
11:58:44 make -C rpm clean
11:58:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58: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:58:44 rm -f -r rpmbuild/
11:58:44 docker builder prune -f --filter until=24h
11:58:44 Total:	0B
11:58:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:44 make -C deb clean
11:58:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58: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:58:44 rm -f -r debbuild
11:58: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:58:44 rm -f -r sources
11:58:44 docker builder prune -f --filter until=24h
11:58:44 Cloning the remote Git repository
11:58:44 Cloning with configured refspecs honoured and without tags
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/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 732208e0fd336c25c5df388c860c708de0ebbf9d # 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:58:44 11:58:44 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
Total:	0B
11:58:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:44 make -C static clean
11:58:44 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58: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:58:44 rm -f -r build
11:58:44 docker builder prune -f --filter until=24h
11:58:44 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:44 Avoid second fetch
11:58:44 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
 > 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:44 Total:	0B
11:58:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:44 using credential docker-jenkins-github-credentials
11:58:44 Cloning the remote Git repository
11:58:44 Cloning with configured refspecs honoured and without tags
11:58:45 + make REF=23.0 centos-7
11:58:45 git init src/github.com/docker/cli
11:58:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:45 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:45 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:45 + SRC=src/github.com/docker/cli
11:58:45 + REF=23.0
11:58:45 + REF_FETCH=23.0
11:58:45 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:45 + awk {print $2}
11:58:45 + REF=refs/heads/23.0
11:58:45 + [ -n refs/heads/23.0 ]
11:58:45 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:45 + 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:58:45 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:45 using credential docker-jenkins-github-credentials
11:58:45 Avoid second fetch
11:58:45 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (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
11:58:45 Cloning the remote Git repository
11:58:45 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
11:58:45 Avoid second fetch
11:58:45 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:45 + make clean
11:58:45 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:45 rm -f -r src
11:58:45 make -C rpm clean
11:58:45 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:45 [ ! -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:58:45 rm -f -r rpmbuild/
11:58:45 docker builder prune -f --filter until=24h
11:58:45 Total:	0B
11:58:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:45 make -C deb clean
11:58:45 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:45 [ ! -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:58:45 rm -f -r debbuild
11:58:45 [ ! -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:58:45 rm -f -r sources
11:58:45 docker builder prune -f --filter until=24h
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:45 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:45 + make clean
11:58:45 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:45 rm -f -r src
11:58:45 make -C rpm clean
11:58:45 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:45 [ ! -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:58:45 rm -f -r rpmbuild/
11:58:45 docker builder prune -f --filter until=24h
11:58:45 Total:	0B
11:58:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:45 make -C deb clean
11:58:45 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:45 [ ! -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:58:45 rm -f -r debbuild
11:58:45 [ ! -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:58:45 rm -f -r sources
11:58:45 docker builder prune -f --filter until=24h
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
 > git checkout -f 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:45 Total:	0B
11:58:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:45 make -C static clean
11:58:45 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:45 [ ! -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:58:45 rm -f -r build
11:58:45 docker builder prune -f --filter until=24h
11:58:45 Total:	0B
[Pipeline] sh
11:58:45 using credential docker-jenkins-github-credentials
11:58:45 Cloning the remote Git repository
11:58:45 Cloning with configured refspecs honoured and without tags
11:58:45 Total:	0B
11:58:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:45 make -C static clean
11:58:45 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:45 [ ! -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:58:45 rm -f -r build
11:58:45 docker builder prune -f --filter until=24h
11:58:45 Total:	0B
11:58:45 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:46 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
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] 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
11:58:46 using credential docker-jenkins-github-credentials
11:58:46 Cloning the remote Git repository
11:58:46 Cloning with configured refspecs honoured and without tags
11:58:46 Avoid second fetch
11:58:46 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:46 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:46 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:46 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:46 + make clean
11:58:46 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:46 rm -f -r src
11:58:46 make -C rpm clean
11:58:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:46 [ ! -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:58:46 rm -f -r rpmbuild/
11:58:46 docker builder prune -f --filter until=24h
11:58:46 Total:	0B
11:58:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:46 make -C deb clean
11:58:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:46 [ ! -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:58:46 rm -f -r debbuild
11:58:46 [ ! -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:58:46 rm -f -r sources
11:58:46 docker builder prune -f --filter until=24h
11:58:46 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:46 + make REF=23.0 debian-buster
11:58:46 git init src/github.com/docker/cli
11:58:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:46 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:46 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:46 + SRC=src/github.com/docker/cli
11:58:46 + REF=23.0
11:58:46 + REF_FETCH=23.0
11:58:46 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:46 + awk {print $2}
11:58:46 + REF=refs/heads/23.0
11:58:46 + [ -n refs/heads/23.0 ]
11:58:46 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:46 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:46 using credential docker-jenkins-github-credentials
11:58:46 Cloning the remote Git repository
11:58:46 Cloning with configured refspecs honoured and without tags
11:58:46 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:46 using credential docker-jenkins-github-credentials
11:58:46 using credential docker-jenkins-github-credentials
Cloning repository https://github.com/docker/docker-ce-packaging.git
11:58:46 Cloning the remote Git repository
11:58:46 Cloning with configured refspecs honoured and without tags
11:58:46 + make REF=23.0 centos-8
11:58:46 git init src/github.com/docker/cli
11:58:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:46 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:46 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:46 + SRC=src/github.com/docker/cli
11:58:46 + REF=23.0
11:58:46 + REF_FETCH=23.0
11:58:46 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:46 + awk {print $2}
11:58:46 + REF=refs/heads/23.0
11:58:46 + [ -n refs/heads/23.0 ]
11:58:46 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:46 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:46 Cloning the remote Git repository
11:58:46 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # timeout=10
11:58:46 Total:	0B
11:58:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:46 make -C static clean
11:58:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:46 [ ! -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:58:46 rm -f -r build
11:58:46 docker builder prune -f --filter until=24h
[Pipeline] sh
11:58:46 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:46 using credential docker-jenkins-github-credentials
11:58:46 Cloning the remote Git repository
11:58:46 Cloning with configured refspecs honoured and without tags
11:58:46 using credential docker-jenkins-github-credentials
11:58:46 Cloning the remote Git repository
11:58:46 Cloning with configured refspecs honoured and without tags
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] sh
11:58:46 Avoid second fetch
11:58:46 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:46 Total:	0B
11:58:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
 > 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:46 + make clean
11:58:46 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:46 rm -f -r src
11:58:46 make -C rpm clean
11:58:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:46 [ ! -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:58:46 rm -f -r rpmbuild/
11:58:46 docker builder prune -f --filter until=24h
11:58:46 Total:	0B
11:58:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:46 make -C deb clean
11:58:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:46 [ ! -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:58:46 rm -f -r debbuild
11:58:46 [ ! -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:58:46 rm -f -r sources
11:58:46 docker builder prune -f --filter until=24h
[Pipeline] sh
11:58:46 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
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] sh
[Pipeline] sh
11:58:46 using credential docker-jenkins-github-credentials
11:58:46 Cloning the remote Git repository
11:58:46 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_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:58:47 using credential docker-jenkins-github-credentials
11:58:47 + make clean
11:58:47 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:47 rm -f -r src
11:58:47 make -C rpm clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:47 [ ! -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:58:47 rm -f -r rpmbuild/
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Cloning the remote Git repository
11:58:47 Cloning with configured refspecs honoured and without tags
[Pipeline] sh
11:58:47 + make clean
11:58:47 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:47 rm -f -r src
11:58:47 make -C rpm clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:47 [ ! -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:58:47 rm -f -r rpmbuild/
11:58:47 docker builder prune -f --filter until=24h
11:58:47 From https://github.com/docker/cli
11:58:47  * [new branch]      23.0       -> 23.0
11:58:47  * [new branch]      23.0       -> origin/23.0
11:58:47 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:47 git init src/github.com/docker/docker
11:58:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:47 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:47 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:47 + SRC=src/github.com/docker/docker
11:58:47 + REF=23.0
11:58:47 + REF_FETCH=23.0
11:58:47 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:47 + awk {print $2}
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 make -C static clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:47 [ ! -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:58:47 rm -f -r build
11:58:47 docker builder prune -f --filter until=24h
11:58:47 + make REF=23.0 debian-bookworm
11:58:47 git init src/github.com/docker/cli
11:58:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:47 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:47 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:47 + SRC=src/github.com/docker/cli
11:58:47 + REF=23.0
11:58:47 + REF_FETCH=23.0
11:58:47 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:47 + awk {print $2}
11:58:47 + REF=refs/heads/23.0
11:58:47 + [ -n refs/heads/23.0 ]
11:58:47 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:47 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
[Pipeline] sh
11:58:47 + make clean
11:58:47 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:47 rm -f -r src
11:58:47 make -C rpm clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:47 [ ! -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:58:47 rm -f -r rpmbuild/
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # timeout=10
11:58:47 + make clean
11:58:47 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:47 rm -f -r src
11:58:47 make -C rpm clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:47 [ ! -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:58:47 rm -f -r rpmbuild/
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:47 make -C deb clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 [ ! -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:58:47 rm -f -r debbuild
11:58:47 [ ! -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:58:47 rm -f -r sources
11:58:47 docker builder prune -f --filter until=24h
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
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 --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:47 make -C deb clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 [ ! -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:58:47 rm -f -r debbuild
11:58:47 [ ! -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:58:47 rm -f -r sources
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Avoid second fetch
11:58:47 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:47 make -C deb clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 [ ! -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:58:47 rm -f -r debbuild
11:58:47 [ ! -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:58:47 rm -f -r sources
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 make -C static clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:47 [ ! -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:58:47 rm -f -r build
11:58:47 docker builder prune -f --filter until=24h
11:58:47 + make clean
11:58:47 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:47 rm -f -r src
11:58:47 make -C rpm clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:47 [ ! -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:58:47 rm -f -r rpmbuild/
11:58:47 docker builder prune -f --filter until=24h
11:58:47 + REF=refs/heads/23.0
11:58:47 + [ -n refs/heads/23.0 ]
11:58:47 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:47 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] sh
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
 > 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:47 + make clean
11:58:47 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:47 rm -f -r src
11:58:47 make -C rpm clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:47 [ ! -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:58:47 rm -f -r rpmbuild/
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:47 make -C deb clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 [ ! -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:58:47 rm -f -r debbuild
11:58:47 [ ! -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:58:47 rm -f -r sources
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 make -C static clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:47 [ ! -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:58:47 rm -f -r build
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Avoid second fetch
11:58:47 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
[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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:47 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:47 Avoid second fetch
11:58:47 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:47 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:47 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 make -C static clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:47 [ ! -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:58:47 rm -f -r build
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
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:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 make -C static clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:47 [ ! -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:58:47 rm -f -r build
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:47 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:47 Avoid second fetch
11:58:47 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:47 Avoid second fetch
11:58:47 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:47 make -C deb clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 [ ! -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:58:47 rm -f -r debbuild
11:58:47 [ ! -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:58:47 rm -f -r sources
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 make -C static clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:47 [ ! -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:58:47 rm -f -r build
11:58:47 docker builder prune -f --filter until=24h
[Pipeline] sh
11:58:47 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
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:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:47 make -C deb clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 [ ! -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:58:47 rm -f -r debbuild
11:58:47 [ ! -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:58:47 rm -f -r sources
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:47 make -C static clean
11:58:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:47 [ ! -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:58:47 rm -f -r build
11:58:47 docker builder prune -f --filter until=24h
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
 > 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
[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.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:58:47 using credential docker-jenkins-github-credentials
11:58:47 Cloning the remote Git repository
11:58:47 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:47 + make REF=23.0 DOCKER_BUILD_PKGS=cross-mac static
11:58:47 git init src/github.com/docker/cli
11:58:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:47 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:47 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:47 + SRC=src/github.com/docker/cli
11:58:47 + REF=23.0
11:58:47 + REF_FETCH=23.0
11:58:47 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:47 + awk {print $2}
11:58:47 + REF=refs/heads/23.0
11:58:47 + [ -n refs/heads/23.0 ]
11:58:47 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:47 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
[Pipeline] sh
[Pipeline] sh
11:58:47 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:47 Avoid second fetch
11:58:47 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] sh
11:58:47 + make REF=23.0 centos-9
11:58:47 git init src/github.com/docker/cli
11:58:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:47 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:47 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:47 + SRC=src/github.com/docker/cli
11:58:47 + REF=23.0
11:58:47 + REF_FETCH=23.0
11:58:47 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:47 + awk {print $2}
11:58:47 + REF=refs/heads/23.0
11:58:47 + [ -n refs/heads/23.0 ]
11:58:47 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:47 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:47 Avoid second fetch
11:58:47 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:47 + make REF=23.0 debian-bullseye
11:58:47 git init src/github.com/docker/cli
11:58:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:47 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:47 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:47 + SRC=src/github.com/docker/cli
11:58:47 + REF=23.0
11:58:47 + REF_FETCH=23.0
11:58:47 + awk {print $2}
11:58:47 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:47 + REF=refs/heads/23.0
11:58:47 + [ -n refs/heads/23.0 ]
11:58:47 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:47 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:47 Total:	0B
11:58:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_23.0 # timeout=10
[Pipeline] sh
11:58:48 + make REF=23.0 raspbian-buster
11:58:48 git init src/github.com/docker/cli
11:58:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:48 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:48 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:48 + SRC=src/github.com/docker/cli
11:58:48 + REF=23.0
11:58:48 + REF_FETCH=23.0
11:58:48 + awk {print $2}
11:58:48 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:48 + REF=refs/heads/23.0
11:58:48 + [ -n refs/heads/23.0 ]
11:58:48 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:48 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:48 + make REF=23.0 debian-bullseye
11:58:48 git init src/github.com/docker/cli
11:58:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:48 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:48 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:48 + SRC=src/github.com/docker/cli
11:58:48 + REF=23.0
11:58:48 + REF_FETCH=23.0
11:58:48 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:48 + awk {print $2}
11:58:48 + REF=refs/heads/23.0
11:58:48 + [ -n refs/heads/23.0 ]
11:58:48 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:48 + 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:58:48 + make REF=23.0 debian-buster
11:58:48 git init src/github.com/docker/cli
11:58:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:48 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:48 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:48 + SRC=src/github.com/docker/cli
11:58:48 + REF=23.0
11:58:48 + REF_FETCH=23.0
11:58:48 + awk {print $2}
11:58:48 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:48 + REF=refs/heads/23.0
11:58:48 + [ -n refs/heads/23.0 ]
11:58:48 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:48 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:48 Avoid second fetch
11:58:48 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
11:58:48 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:48 From https://github.com/docker/cli
11:58:48  * [new branch]      23.0       -> 23.0
11:58:48  * [new branch]      23.0       -> origin/23.0
11:58:48 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:48 git init src/github.com/docker/docker
11:58:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:48 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:48 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:48 + SRC=src/github.com/docker/docker
11:58:48 + REF=23.0
11:58:48 + REF_FETCH=23.0
11:58:48 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:48 + awk {print $2}
11:58:48 From https://github.com/docker/cli
11:58:48  * [new branch]      23.0       -> 23.0
11:58:48  * [new branch]      23.0       -> origin/23.0
11:58:48 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:48 git init src/github.com/docker/docker
11:58:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:48 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:48 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:48 + SRC=src/github.com/docker/docker
11:58:48 + REF=23.0
11:58:48 + REF_FETCH=23.0
11:58:48 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:48 + awk {print $2}
11:58:48 + make clean
11:58:48 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:48 rm -f -r src
11:58:48 make -C rpm clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 [ ! -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:58:48 rm -f -r rpmbuild/
11:58:48 docker builder prune -f --filter until=24h
11:58:48 Avoid second fetch
11:58:48 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (23.0)
[Pipeline] sh
11:58:48 + make REF=23.0 raspbian-bullseye
11:58:48 git init src/github.com/docker/cli
11:58:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:48 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:48 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:48 + SRC=src/github.com/docker/cli
11:58:48 + REF=23.0
11:58:48 + REF_FETCH=23.0
11:58:48 + awk {print $2}
11:58:48 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:48 + REF=refs/heads/23.0
11:58:48 + [ -n refs/heads/23.0 ]
11:58:48 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:48 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
[Pipeline] sh
[Pipeline] sh
11:58:48 From https://github.com/docker/cli
11:58:48  * [new branch]      23.0       -> 23.0
11:58:48  * [new branch]      23.0       -> origin/23.0
11:58:48 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:48 git init src/github.com/docker/docker
11:58:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:48 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:48 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:48 + SRC=src/github.com/docker/docker
11:58:48 + REF=23.0
11:58:48 + REF_FETCH=23.0
11:58:48 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:48 + awk {print $2}
11:58:48 + REF=refs/heads/23.0
11:58:48 + [ -n refs/heads/23.0 ]
11:58:48 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:48 + 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:58:48 + make REF=23.0 debian-bookworm
11:58:48 git init src/github.com/docker/cli
11:58:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:48 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:48 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:48 + SRC=src/github.com/docker/cli
11:58:48 + REF=23.0
11:58:48 + REF_FETCH=23.0
11:58:48 + awk {print $2}
11:58:48 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:48 + REF=refs/heads/23.0
11:58:48 + [ -n refs/heads/23.0 ]
11:58:48 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:48 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:48 + REF=refs/heads/23.0
11:58:48 + [ -n refs/heads/23.0 ]
11:58:48 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:48 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:48 + REF=refs/heads/23.0
11:58:48 + [ -n refs/heads/23.0 ]
11:58:48 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:48 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 make -C deb clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:48 [ ! -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:58:48 rm -f -r debbuild
11:58:48 [ ! -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:58:48 rm -f -r sources
11:58:48 docker builder prune -f --filter until=24h
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:48 + make REF=23.0 DOCKER_BUILD_PKGS=cross-win static
11:58:48 git init src/github.com/docker/cli
11:58:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:48 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:48 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:48 + SRC=src/github.com/docker/cli
11:58:48 + REF=23.0
11:58:48 + REF_FETCH=23.0
11:58:48 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:48 + awk {print $2}
11:58:48 + REF=refs/heads/23.0
11:58:48 + [ -n refs/heads/23.0 ]
11:58:48 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:48 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:48 + make clean
11:58:48 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:48 rm -f -r src
11:58:48 make -C rpm clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 [ ! -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:58:48 rm -f -r rpmbuild/
11:58:48 docker builder prune -f --filter until=24h
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 make -C deb clean
11:58:48 + make clean
11:58:48 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:48 rm -f -r src
11:58:48 make -C rpm clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 [ ! -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:58:48 rm -f -r rpmbuild/
11:58:48 docker builder prune -f --filter until=24h
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 make -C deb clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
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 --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] sh
11:58:48 + make clean
11:58:48 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:48 rm -f -r src
11:58:48 make -C rpm clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 [ ! -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:58:48 rm -f -r rpmbuild/
11:58:48 docker builder prune -f --filter until=24h
11:58:48 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:48 + make clean
11:58:48 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:48 rm -f -r src
11:58:48 make -C rpm clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 [ ! -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:58:48 rm -f -r rpmbuild/
11:58:48 docker builder prune -f --filter until=24h
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 make -C deb clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:48 make -C static clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:48 [ ! -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:58:48 rm -f -r build
11:58:48 docker builder prune -f --filter until=24h
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:48 [ ! -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:58:48 rm -f -r debbuild
11:58:48 [ ! -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:58:48 rm -f -r sources
11:58:48 docker builder prune -f --filter until=24h
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:48 make -C static clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:48 [ ! -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:58:48 rm -f -r build
11:58:48 docker builder prune -f --filter until=24h
11:58:48 [ ! -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:58:48 rm -f -r debbuild
11:58:48 [ ! -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:58:48 rm -f -r sources
11:58:48 docker builder prune -f --filter until=24h
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:48 make -C static clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:48 [ ! -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:58:48 rm -f -r build
11:58:48 docker builder prune -f --filter until=24h
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 make -C deb clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:48 [ ! -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:58:48 rm -f -r debbuild
11:58:48 [ ! -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:58:48 rm -f -r sources
11:58:48 docker builder prune -f --filter until=24h
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:48 make -C static clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:48 [ ! -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:58:48 rm -f -r build
11:58:48 docker builder prune -f --filter until=24h
11:58:48 + make clean
11:58:48 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:48 rm -f -r src
11:58:48 make -C rpm clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 [ ! -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:58:48 rm -f -r rpmbuild/
11:58:48 docker builder prune -f --filter until=24h
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 make -C deb clean
11:58:48 Avoid second fetch
11:58:48 Checking out Revision 732208e0fd336c25c5df388c860c708de0ebbf9d (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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:48 [ ! -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:58:48 rm -f -r debbuild
11:58:48 [ ! -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:58:48 rm -f -r sources
11:58:48 docker builder prune -f --filter until=24h
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:48 make -C static clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:48 [ ! -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:58:48 rm -f -r build
11:58:48 docker builder prune -f --filter until=24h
11:58:48 + make clean
11:58:48 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:48 rm -f -r src
11:58:48 make -C rpm clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 [ ! -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:58:48 rm -f -r rpmbuild/
11:58:48 docker builder prune -f --filter until=24h
11:58:48 Total:	0B
11:58:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:48 make -C deb clean
11:58:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:48 From https://github.com/docker/cli
11:58:48  * [new branch]      23.0       -> 23.0
11:58:48  * [new branch]      23.0       -> origin/23.0
11:58:48 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/23.0:refs/remotes/origin/23.0 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:49 + make REF=23.0 centos-8
11:58:49 git init src/github.com/docker/cli
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:49 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:49 + SRC=src/github.com/docker/cli
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + git -C src/github.com/docker/cli ls-remote --refs --heads+  --tags origin 23.0
11:58:49 awk {print $2}
 > 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:49 Total:	0B
11:58:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:49 Total:	0B
11:58:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:49 Total:	0B
11:58:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] sh
11:58:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:49 [ ! -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:58:49 rm -f -r debbuild
11:58:49 [ ! -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:58:49 rm -f -r sources
11:58:49 docker builder prune -f --filter until=24h
11:58:49 Total:	0B
11:58:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:49 make -C static clean
11:58:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:49 [ ! -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:58:49 rm -f -r build
11:58:49 docker builder prune -f --filter until=24h
11:58:49 Total:	0B
11:58:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:49 [ ! -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:58:49 rm -f -r debbuild
11:58:49 [ ! -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:58:49 rm -f -r sources
11:58:49 docker builder prune -f --filter until=24h
11:58:49 Total:	0B
11:58:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:49 make -C static clean
11:58:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:49 [ ! -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:58:49 rm -f -r build
11:58:49 docker builder prune -f --filter until=24h
[Pipeline] sh
11:58:49 git init src/github.com/docker/docker
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:49 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:49 + SRC=src/github.com/docker/docker
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + awk {print $2}
11:58:49 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
[Pipeline] sh
11:58:49 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:49 + REF=refs/heads/23.0
11:58:49 + [ -n refs/heads/23.0 ]
11:58:49 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:49 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:49 + make REF=23.0 debian-buster
11:58:49 git init src/github.com/docker/cli
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:49 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:49 + SRC=src/github.com/docker/cli
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:49 + awk {print $2}
11:58:49 + REF=refs/heads/23.0
11:58:49 + [ -n refs/heads/23.0 ]
11:58:49 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:49 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:49 + make REF=23.0 centos-9
11:58:49 git init src/github.com/docker/cli
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:49 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:49 + SRC=src/github.com/docker/cli
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:49 + awk {print $2}
11:58:49 + REF=refs/heads/23.0
11:58:49 + [ -n refs/heads/23.0 ]
11:58:49 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:49 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:49 Total:	0B
11:58:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:49 + make REF=23.0 debian-bullseye
11:58:49 git init src/github.com/docker/cli
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:49 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:49 + SRC=src/github.com/docker/cli
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:49 + awk {print $2}
11:58:49 + REF=refs/heads/23.0
11:58:49 + [ -n refs/heads/23.0 ]
11:58:49 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:49 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:49 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:49 Total:	0B
11:58:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:49 + REF=refs/heads/23.0
11:58:49 + [ -n refs/heads/23.0 ]
11:58:49 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:49 + 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:58:49 + make REF=23.0 fedora-36
11:58:49 git init src/github.com/docker/cli
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:49 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:49 + SRC=src/github.com/docker/cli
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:49 + awk {print $2}
11:58:49 + REF=refs/heads/23.0
11:58:49 + [ -n refs/heads/23.0 ]
11:58:49 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:49 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:49 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:49 + make clean
11:58:49 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:49 rm -f -r src
11:58:49 make -C rpm clean
11:58:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:49 [ ! -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:58:49 rm -f -r rpmbuild/
11:58:49 docker builder prune -f --filter until=24h
11:58:49 Total:	0B
11:58:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:49 make -C deb clean
11:58:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:49 [ ! -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:58:49 rm -f -r debbuild
11:58:49 [ ! -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:58:49 rm -f -r sources
11:58:49 docker builder prune -f --filter until=24h
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:49 From https://github.com/docker/cli
11:58:49  * [new branch]      23.0       -> 23.0
11:58:49  * [new branch]      23.0       -> origin/23.0
11:58:49 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:49 + make REF=23.0 ubuntu-jammy
11:58:49 git init src/github.com/docker/cli
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:49 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:49 + SRC=src/github.com/docker/cli
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + awk {print $2}
11:58:49 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:49 + REF=refs/heads/23.0
11:58:49 + [ -n refs/heads/23.0 ]
11:58:49 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:49 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:49 + make REF=23.0 fedora-37
11:58:49 git init src/github.com/docker/cli
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:49 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:49 + SRC=src/github.com/docker/cli
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + git -C src/github.com/docker/cli ls-remote --refs --heads+  --tags origin 23.0
11:58:49 awk {print $2}
 > 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 732208e0fd336c25c5df388c860c708de0ebbf9d # timeout=10
11:58:49 Total:	0B
11:58:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:49 make -C static clean
11:58:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:49 [ ! -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:58:49 rm -f -r build
11:58:49 docker builder prune -f --filter until=24h
11:58:49 From https://github.com/docker/cli
11:58:49  * [new branch]      23.0       -> 23.0
11:58:49  * [new branch]      23.0       -> origin/23.0
11:58:49 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:49 git init src/github.com/docker/docker
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:49 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:49 From https://github.com/docker/cli
11:58:49  * [new branch]      23.0       -> 23.0
11:58:49  * [new branch]      23.0       -> origin/23.0
11:58:49 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:49 git init src/github.com/docker/docker
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:49 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:49 + SRC=src/github.com/docker/docker
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + awk {print $2}
11:58:49 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:49 From https://github.com/docker/cli
11:58:49  * [new branch]      23.0       -> 23.0
11:58:49  * [new branch]      23.0       -> origin/23.0
11:58:49 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:49 git init src/github.com/docker/docker
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:49 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:49 + SRC=src/github.com/docker/docker
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:49 + awk {print $2}
11:58:49 From https://github.com/docker/cli
11:58:49  * [new branch]      23.0       -> 23.0
11:58:49  * [new branch]      23.0       -> origin/23.0
11:58:49 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:49 git init src/github.com/docker/docker
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:49 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:49 + SRC=src/github.com/docker/docker
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:49 + awk {print $2}
[Pipeline] sh
11:58:49 From https://github.com/docker/cli
11:58:49  * [new branch]      23.0       -> 23.0
11:58:49  * [new branch]      23.0       -> origin/23.0
11:58:49 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:49 From https://github.com/docker/cli
11:58:49  * [new branch]      23.0       -> 23.0
11:58:49  * [new branch]      23.0       -> origin/23.0
11:58:49 From https://github.com/docker/cli
11:58:49  * [new branch]      23.0       -> 23.0
11:58:49  * [new branch]      23.0       -> origin/23.0
11:58:49 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:49 git init src/github.com/docker/docker
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:49 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:49 + SRC=src/github.com/docker/docker
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + awk {print $2}
11:58:49 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:49 git init src/github.com/docker/docker
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:49 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:49 + SRC=src/github.com/docker/docker
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:49 + awk {print $2}
11:58:49 From https://github.com/docker/cli
11:58:49  * [new branch]      23.0       -> 23.0
11:58:49  * [new branch]      23.0       -> origin/23.0
11:58:49 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:49 git init src/github.com/docker/docker
11:58:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:49 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:49 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:49 + SRC=src/github.com/docker/docker
11:58:49 + REF=23.0
11:58:49 + REF_FETCH=23.0
11:58:49 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:49 + awk {print $2}
11:58:49 + REF=refs/heads/23.0
11:58:49 + [ -n refs/heads/23.0 ]
11:58:49 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:49 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:49 + REF=refs/heads/23.0
11:58:49 + [ -n refs/heads/23.0 ]
11:58:49 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:49 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:49 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
[Pipeline] sh
11:58:50 From https://github.com/docker/cli
11:58:50  * [new branch]      23.0       -> 23.0
11:58:50  * [new branch]      23.0       -> origin/23.0
11:58:50 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:50 git init src/github.com/docker/docker
11:58:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:50 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:50 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:50 + SRC=src/github.com/docker/docker
11:58:50 + REF=23.0
11:58:50 + REF_FETCH=23.0
11:58:50 + awk {print $2}
11:58:50 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:50 From https://github.com/docker/cli
11:58:50  * [new branch]      23.0       -> 23.0
11:58:50  * [new branch]      23.0       -> origin/23.0
11:58:50 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:50 Total:	0B
11:58:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
[Pipeline] sh
11:58:50 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:50 + SRC=src/github.com/docker/docker
11:58:50 + REF=23.0
11:58:50 + REF_FETCH=23.0
11:58:50 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:50 + awk {print $2}
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 git init src/github.com/docker/docker
11:58:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:50 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:50 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:50 + SRC=src/github.com/docker/docker
11:58:50 + REF=23.0
11:58:50 + REF_FETCH=23.0
11:58:50 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:50 + awk {print $2}
11:58:50 + make clean
11:58:50 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:50 rm -f -r src
11:58:50 make -C rpm clean
11:58:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:50 [ ! -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:58:50 rm -f -r rpmbuild/
11:58:50 docker builder prune -f --filter until=24h
11:58:50 Total:	0B
11:58:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:50 make -C deb clean
11:58:50 From https://github.com/docker/cli
11:58:50  * [new branch]      23.0       -> 23.0
11:58:50  * [new branch]      23.0       -> origin/23.0
11:58:50 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:50 git init src/github.com/docker/docker
11:58:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:50 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:50 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:50 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:50 git init src/github.com/docker/docker
11:58:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:50 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:50 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:50 + SRC=src/github.com/docker/docker
11:58:50 + REF=23.0
11:58:50 + REF_FETCH=23.0
11:58:50 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin+  23.0
11:58:50 awk {print $2}
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:50 From https://github.com/docker/cli
11:58:50  * [new branch]      23.0       -> 23.0
11:58:50  * [new branch]      23.0       -> origin/23.0
11:58:50 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:50 + make clean
11:58:50 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:50 rm -f -r src
11:58:50 make -C rpm clean
11:58:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:50 [ ! -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:58:50 rm -f -r rpmbuild/
11:58:50 docker builder prune -f --filter until=24h
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 git init src/github.com/docker/docker
11:58:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:50 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:50 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:50 + SRC=src/github.com/docker/docker
11:58:50 + REF=23.0
11:58:50 + REF_FETCH=23.0
11:58:50 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:50 + awk {print $2}
11:58:50 + make REF=23.0 debian-bookworm
11:58:50 git init src/github.com/docker/cli
11:58:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:50 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:50 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:50 + SRC=src/github.com/docker/cli
11:58:50 + REF=23.0
11:58:50 + REF_FETCH=23.0
11:58:50 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:50 + awk {print $2}
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 From https://github.com/docker/cli
11:58:50  * [new branch]      23.0       -> 23.0
11:58:50  * [new branch]      23.0       -> origin/23.0
11:58:50 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:50 + make clean
11:58:50 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:50 rm -f -r src
11:58:50 make -C rpm clean
11:58:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:50 [ ! -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:58:50 rm -f -r rpmbuild/
11:58:50 docker builder prune -f --filter until=24h
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 + SRC=src/github.com/docker/docker
11:58:50 + REF=23.0
11:58:50 + REF_FETCH=23.0
11:58:50 + awk {print $2}
11:58:50 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:50 [ ! -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:58:50 rm -f -r debbuild
11:58:50 [ ! -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:58:50 rm -f -r sources
11:58:50 docker builder prune -f --filter until=24h
11:58:50 Total:	0B
11:58:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:50 make -C static clean
11:58:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:50 [ ! -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:58:50 rm -f -r build
11:58:50 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:50 git init src/github.com/docker/docker
11:58:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:50 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:50 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:50 + SRC=src/github.com/docker/docker
11:58:50 + REF=23.0
11:58:50 + REF_FETCH=23.0
11:58:50 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0+ 
11:58:50 awk {print $2}
11:58:50 From https://github.com/docker/cli
11:58:50  * [new branch]      23.0       -> 23.0
11:58:50  * [new branch]      23.0       -> origin/23.0
11:58:50 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:50 Total:	0B
11:58:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:50 make -C deb clean
11:58:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:50 [ ! -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:58:50 rm -f -r debbuild
11:58:50 [ ! -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:58:50 rm -f -r sources
11:58:50 docker builder prune -f --filter until=24h
11:58:50 Total:	0B
11:58:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:50 make -C static clean
11:58:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:50 [ ! -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:58:50 rm -f -r build
11:58:50 docker builder prune -f --filter until=24h
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 git init src/github.com/docker/docker
11:58:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:50 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:50 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:50 + SRC=src/github.com/docker/docker
11:58:50 + REF=23.0
11:58:50 + REF_FETCH=23.0
11:58:50 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin+  23.0
11:58:50 awk {print $2}
11:58:50 From https://github.com/docker/docker
11:58:50  * [new branch]      23.0       -> 23.0
11:58:50  * [new branch]      23.0       -> origin/23.0
11:58:50 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:50 Total:	0B
11:58:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:50 make -C deb clean
11:58:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:50 [ ! -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:58:50 rm -f -r debbuild
11:58:50 [ ! -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:58:50 rm -f -r sources
11:58:50 docker builder prune -f --filter until=24h
11:58:50 Total:	0B
11:58:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:50 make -C static clean
11:58:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:50 [ ! -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:58:50 rm -f -r build
11:58:50 docker builder prune -f --filter until=24h
[Pipeline] sh
11:58:50 docker builder prune -f --filter until=24h
11:58:50 Total:	0B
11:58:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 git init src/github.com/docker/docker
11:58:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:50 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:50 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:50 + SRC=src/github.com/docker/docker
11:58:50 + REF=23.0
11:58:50 + REF_FETCH=23.0
11:58:50 + git -C src/github.com/docker/docker+  ls-remote --refs --heads --tags origin 23.0
11:58:50 awk {print $2}
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 Total:	0B
11:58:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:50 + REF=refs/heads/23.0
11:58:50 + [ -n refs/heads/23.0 ]
11:58:50 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:50 Total:	0B
11:58:50 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:50 + make clean
11:58:50 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:50 rm -f -r src
11:58:50 make -C rpm clean
11:58:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:50 [ ! -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:58:50 rm -f -r rpmbuild/
11:58:50 docker builder prune -f --filter until=24h
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:51 + make REF=23.0 ubuntu-focal
11:58:51 git init src/github.com/docker/cli
11:58:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:51 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:51 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:51 + SRC=src/github.com/docker/cli
11:58:51 + REF=23.0
11:58:51 + REF_FETCH=23.0
11:58:51 + awk {print $2}
11:58:51 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:51 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:51 + make REF=23.0 ubuntu-jammy
11:58:51 git init src/github.com/docker/cli
11:58:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:51 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:51 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:51 + SRC=src/github.com/docker/cli
11:58:51 + REF=23.0
11:58:51 + REF_FETCH=23.0
11:58:51 + awk {print $2}
11:58:51 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:51 + REF=refs/heads/23.0
11:58:51 + [ -n refs/heads/23.0 ]
11:58:51 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:51 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:51 + make REF=23.0 ubuntu-bionic
11:58:51 git init src/github.com/docker/cli
11:58:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:51 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:51 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:51 + SRC=src/github.com/docker/cli
11:58:51 + REF=23.0
11:58:51 + REF_FETCH=23.0
11:58:51 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0+ 
11:58:51 awk {print $2}
11:58:51 + REF=refs/heads/23.0
11:58:51 + [ -n refs/heads/23.0 ]
11:58:51 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:51 + 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:58:51 git init src/github.com/docker/buildx
11:58:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:51 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:51 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:51 + SRC=src/github.com/docker/buildx
11:58:51 + REF=v0.10.2
11:58:51 + REF_FETCH=v0.10.2
11:58:51 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:51 + awk {print $2}
11:58:51 Total:	0B
11:58:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:51 make -C deb clean
11:58:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:51 [ ! -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:58:51 rm -f -r debbuild
11:58:51 [ ! -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:58:51 rm -f -r sources
11:58:51 docker builder prune -f --filter until=24h
11:58:51 Total:	0B
11:58:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:51 make -C static clean
11:58:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:51 [ ! -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:58:51 rm -f -r build
11:58:51 docker builder prune -f --filter until=24h
11:58:51 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:51 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:51 From https://github.com/docker/cli
11:58:51  * [new branch]      23.0       -> 23.0
11:58:51  * [new branch]      23.0       -> origin/23.0
11:58:51 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:51 git init src/github.com/docker/docker
11:58:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:51 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:51 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:51 + SRC=src/github.com/docker/docker
11:58:51 + REF=23.0
11:58:51 + REF_FETCH=23.0
11:58:51 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin+  23.0
11:58:51 awk {print $2}
11:58:51 + REF=refs/heads/23.0
11:58:51 + [ -n refs/heads/23.0 ]
11:58:51 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:51 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:51 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:51 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:51 + REF=refs/tags/v0.10.2
11:58:51 + [ -n refs/tags/v0.10.2 ]
11:58:51 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:51 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:51 Total:	0B
11:58:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:51 + make clean
11:58:51 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:51 rm -f -r src
11:58:51 make -C rpm clean
11:58:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:51 [ ! -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:58:51 rm -f -r rpmbuild/
11:58:51 docker builder prune -f --filter until=24h
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:51 + REF=refs/heads/23.0
11:58:51 + [ -n refs/heads/23.0 ]
11:58:51 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:51 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:51 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:51 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
[Pipeline] sh
11:58:51 Total:	0B
11:58:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:51 make -C deb clean
11:58:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:51 [ ! -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:58:51 rm -f -r debbuild
11:58:51 [ ! -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:58:51 rm -f -r sources
11:58:51 docker builder prune -f --filter until=24h
11:58:51 Total:	0B
11:58:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:51 make -C static clean
11:58:51 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:51 [ ! -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:58:51 rm -f -r build
11:58:51 docker builder prune -f --filter until=24h
11:58:51 From https://github.com/docker/docker
11:58:51  * [new branch]      23.0       -> 23.0
11:58:51  * [new branch]      23.0       -> origin/23.0
11:58:51 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:51 From https://github.com/docker/cli
11:58:51  * [new branch]      23.0       -> 23.0
11:58:51  * [new branch]      23.0       -> origin/23.0
11:58:51 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:51 + make REF=23.0 ubuntu-focal
11:58:51 git init src/github.com/docker/cli
11:58:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:51 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:51 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:51 + SRC=src/github.com/docker/cli
11:58:51 + REF=23.0
11:58:51 + REF_FETCH=23.0
11:58:51 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:51 + awk {print $2}
11:58:51 + REF=refs/heads/23.0
11:58:51 + [ -n refs/heads/23.0 ]
11:58:51 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:51 + 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:58:51 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:51 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
[Pipeline] sh
11:58:51 From https://github.com/docker/cli
11:58:51  * [new branch]      23.0       -> 23.0
11:58:51  * [new branch]      23.0       -> origin/23.0
11:58:51 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
[Pipeline] sh
[Pipeline] sh
11:58:51 From https://github.com/docker/docker
11:58:51  * [new branch]      23.0       -> 23.0
11:58:51  * [new branch]      23.0       -> origin/23.0
11:58:51 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:51 Total:	0B
11:58:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:51 git init src/github.com/docker/docker
11:58:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:51 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:51 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:51 + SRC=src/github.com/docker/docker
11:58:51 + REF=23.0
11:58:51 + REF_FETCH=23.0
11:58:51 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:51 + awk {print $2}
11:58:51 + REF=refs/heads/23.0
11:58:51 + [ -n refs/heads/23.0 ]
11:58:51 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:51 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:51 git init src/github.com/docker/buildx
11:58:51 From https://github.com/docker/docker
11:58:51  * [new branch]      23.0       -> 23.0
11:58:51  * [new branch]      23.0       -> origin/23.0
11:58:51 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
[Pipeline] sh
11:58:52 + make REF=23.0 DOCKER_BUILD_PKGS=static-linux static
11:58:52 git init src/github.com/docker/cli
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:52 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:52 + SRC=src/github.com/docker/cli
11:58:52 + REF=23.0
11:58:52 + REF_FETCH=23.0
11:58:52 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:52 + awk {print $2}
11:58:52 + REF=refs/heads/23.0
11:58:52 + [ -n refs/heads/23.0 ]
11:58:52 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:52 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:52 + make clean
11:58:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:52 rm -f -r src
11:58:52 make -C rpm clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 [ ! -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:58:52 rm -f -r rpmbuild/
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 make -C deb clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 [ ! -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:58:52 rm -f -r debbuild
11:58:52 [ ! -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:58:52 rm -f -r sources
11:58:52 docker builder prune -f --filter until=24h
11:58:52 From https://github.com/docker/cli
11:58:52  * [new branch]      23.0       -> 23.0
11:58:52  * [new branch]      23.0       -> origin/23.0
11:58:52 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:52 git init src/github.com/docker/docker
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:52 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:52 + make clean
11:58:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:52 rm -f -r src
11:58:52 make -C rpm clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 [ ! -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:58:52 rm -f -r rpmbuild/
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 make -C deb clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 [ ! -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:58:52 rm -f -r debbuild
11:58:52 [ ! -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:58:52 rm -f -r sources
11:58:52 docker builder prune -f --filter until=24h
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
[Pipeline] sh
11:58:52 git init src/github.com/docker/docker
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:52 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:52 + SRC=src/github.com/docker/docker
11:58:52 + REF=23.0
11:58:52 + REF_FETCH=23.0
11:58:52 + awk {print $2}
11:58:52 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:52 + make clean
11:58:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:52 rm -f -r src
11:58:52 make -C rpm clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 [ ! -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:58:52 rm -f -r rpmbuild/
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 make -C deb clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 [ ! -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:58:52 rm -f -r debbuild
11:58:52 [ ! -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:58:52 rm -f -r sources
11:58:52 docker builder prune -f --filter until=24h
11:58:52 git init src/github.com/docker/buildx
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:52 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:52 + SRC=src/github.com/docker/buildx
11:58:52 + REF=v0.10.2
11:58:52 + REF_FETCH=v0.10.2
11:58:52 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:52 + awk {print $2}
11:58:52 + REF=refs/tags/v0.10.2
11:58:52 + [ -n refs/tags/v0.10.2 ]
11:58:52 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:52 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:52 + make clean
11:58:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:52 rm -f -r src
11:58:52 make -C rpm clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 [ ! -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:58:52 rm -f -r rpmbuild/
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 make -C deb clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 [ ! -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:58:52 rm -f -r debbuild
11:58:52 [ ! -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:58:52 rm -f -r sources
11:58:52 docker builder prune -f --filter until=24h
[Pipeline] sh
11:58:52 From https://github.com/docker/docker
11:58:52  * [new branch]      23.0       -> 23.0
11:58:52  * [new branch]      23.0       -> origin/23.0
11:58:52 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:52 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:52 + SRC=src/github.com/docker/buildx
11:58:52 + REF=v0.10.2
11:58:52 + REF_FETCH=v0.10.2
11:58:52 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:52 + awk {print $2}
11:58:52 + REF=refs/tags/v0.10.2
11:58:52 + [ -n refs/tags/v0.10.2 ]
11:58:52 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:52 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:52 + make REF=23.0 ubuntu-bionic
11:58:52 git init src/github.com/docker/cli
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:52 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:52 + SRC=src/github.com/docker/cli
11:58:52 + REF=23.0
11:58:52 + REF_FETCH=23.0
11:58:52 + awk {print $2}
11:58:52 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:52 + REF=refs/heads/23.0
11:58:52 + [ -n refs/heads/23.0 ]
11:58:52 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:52 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:52 From https://github.com/docker/cli
11:58:52  * [new branch]      23.0       -> 23.0
11:58:52  * [new branch]      23.0       -> origin/23.0
11:58:52 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 make -C static clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:52 [ ! -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:58:52 rm -f -r build
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:52 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:52 + SRC=src/github.com/docker/docker
11:58:52 + REF=23.0
11:58:52 + REF_FETCH=23.0
11:58:52 + awk {print $2}
11:58:52 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 make -C static clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:52 [ ! -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:58:52 rm -f -r build
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:52 + REF=refs/heads/23.0
11:58:52 + [ -n refs/heads/23.0 ]
11:58:52 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:52 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 make -C static clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:52 [ ! -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:58:52 rm -f -r build
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:52 + make clean
11:58:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:52 rm -f -r src
11:58:52 make -C rpm clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 [ ! -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:58:52 rm -f -r rpmbuild/
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 make -C deb clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 [ ! -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:58:52 rm -f -r debbuild
11:58:52 [ ! -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:58:52 rm -f -r sources
11:58:52 docker builder prune -f --filter until=24h
[Pipeline] sh
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 make -C static clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:52 [ ! -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:58:52 rm -f -r build
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:52 From https://github.com/docker/docker
11:58:52  * [new branch]      23.0       -> 23.0
11:58:52  * [new branch]      23.0       -> origin/23.0
11:58:52 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
[Pipeline] sh
[Pipeline] sh
11:58:52 + make clean
11:58:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:52 rm -f -r src
11:58:52 make -C rpm clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 [ ! -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:58:52 rm -f -r rpmbuild/
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Commit message: "Merge pull request #840 from Romain-Geissler-1A/master"
11:58:52 From https://github.com/docker/docker
11:58:52  * [new branch]      23.0       -> 23.0
11:58:52  * [new branch]      23.0       -> origin/23.0
11:58:52 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:52 git init src/github.com/docker/buildx
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:52 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:52 + SRC=src/github.com/docker/buildx
11:58:52 + REF=v0.10.2
11:58:52 + REF_FETCH=v0.10.2
11:58:52 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:52 + awk {print $2}
11:58:52 + REF=refs/tags/v0.10.2
11:58:52 + [ -n refs/tags/v0.10.2 ]
11:58:52 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:52 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:52 git init src/github.com/docker/buildx
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:52 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:52 + SRC=src/github.com/docker/buildx
11:58:52 + REF=v0.10.2
11:58:52 + REF_FETCH=v0.10.2
11:58:52 + awk {print $2}
11:58:52 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:52 + REF=refs/tags/v0.10.2
11:58:52 + [ -n refs/tags/v0.10.2 ]
11:58:52 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:52 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:52 git init src/github.com/docker/docker
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:52 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:52 + SRC=src/github.com/docker/docker
11:58:52 + REF=23.0
11:58:52 + REF_FETCH=23.0
11:58:52 + git -C src/github.com/docker/docker ls-remote --refs --heads+  --tags origin 23.0
11:58:52 awk {print $2}
11:58:52 + REF=refs/heads/23.0
11:58:52 + [ -n refs/heads/23.0 ]
11:58:52 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:52 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:52 From https://github.com/docker/cli
11:58:52  * [new branch]      23.0       -> 23.0
11:58:52  * [new branch]      23.0       -> origin/23.0
11:58:52 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:52 + REF=refs/heads/23.0
11:58:52 + [ -n refs/heads/23.0 ]
11:58:52 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:52 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:52 + make REF=23.0 fedora-36
11:58:52 git init src/github.com/docker/cli
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:52 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:52 + SRC=src/github.com/docker/cli
11:58:52 + REF=23.0
11:58:52 + REF_FETCH=23.0
11:58:52 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:52 + awk {print $2}
11:58:52 + REF=refs/heads/23.0
11:58:52 + [ -n refs/heads/23.0 ]
11:58:52 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:52 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:52 + make REF=23.0 ubuntu-jammy
11:58:52 git init src/github.com/docker/cli
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:52 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:52 + SRC=src/github.com/docker/cli
11:58:52 + REF=23.0
11:58:52 + REF_FETCH=23.0
11:58:52 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:52 + awk {print $2}
11:58:52 + REF=refs/heads/23.0
11:58:52 + [ -n refs/heads/23.0 ]
11:58:52 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:52 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 make -C static clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:52 [ ! -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:58:52 rm -f -r build
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:52 + make clean
11:58:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:52 rm -f -r src
11:58:52 make -C rpm clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 [ ! -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:58:52 rm -f -r rpmbuild/
11:58:52 docker builder prune -f --filter until=24h
11:58:52 + make REF=23.0 ubuntu-focal
11:58:52 git init src/github.com/docker/cli
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:52 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:52 + SRC=src/github.com/docker/cli
11:58:52 + REF=23.0
11:58:52 + REF_FETCH=23.0
11:58:52 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:52 + awk {print $2}
11:58:52 + REF=refs/heads/23.0
11:58:52 + [ -n refs/heads/23.0 ]
11:58:52 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:52 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:52 + make REF=23.0 ubuntu-bionic
11:58:52 git init src/github.com/docker/cli
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:52 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:52 + SRC=src/github.com/docker/cli
11:58:52 + REF=23.0
11:58:52 + REF_FETCH=23.0
11:58:52 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:52 + awk {print $2}
11:58:52 + REF=refs/heads/23.0
11:58:52 + [ -n refs/heads/23.0 ]
11:58:52 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:52 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 make -C deb clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 [ ! -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:58:52 rm -f -r debbuild
11:58:52 [ ! -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:58:52 rm -f -r sources
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 make -C static clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:52 [ ! -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:58:52 rm -f -r build
11:58:52 docker builder prune -f --filter until=24h
11:58:52 + make clean
11:58:52 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:52 rm -f -r src
11:58:52 make -C rpm clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 [ ! -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:58:52 rm -f -r rpmbuild/
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 make -C deb clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 [ ! -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:58:52 rm -f -r debbuild
11:58:52 [ ! -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:58:52 rm -f -r sources
11:58:52 docker builder prune -f --filter until=24h
11:58:52 git init src/github.com/docker/buildx
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:52 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:52 + SRC=src/github.com/docker/buildx
11:58:52 + REF=v0.10.2
11:58:52 + REF_FETCH=v0.10.2
11:58:52 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:52 + awk {print $2}
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:52 git init src/github.com/docker/docker
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:52 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:52 + SRC=src/github.com/docker/docker
11:58:52 + REF=23.0
11:58:52 + REF_FETCH=23.0
11:58:52 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:52 + awk {print $2}
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:52 make -C deb clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 [ ! -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:58:52 rm -f -r debbuild
11:58:52 [ ! -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:58:52 rm -f -r sources
11:58:52 docker builder prune -f --filter until=24h
11:58:52 Total:	0B
11:58:52 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:52 make -C static clean
11:58:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:52 [ ! -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:58:52 rm -f -r build
11:58:52 docker builder prune -f --filter until=24h
11:58:52 + make REF=23.0 ubuntu-kinetic
11:58:52 git init src/github.com/docker/cli
11:58:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:52 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:52 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:52 + SRC=src/github.com/docker/cli
11:58:52 + REF=23.0
11:58:52 + REF_FETCH=23.0
11:58:52 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:52 + awk {print $2}
11:58:52 + REF=refs/heads/23.0
11:58:52 + [ -n refs/heads/23.0 ]
11:58:52 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:52 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:53 Total:	0B
11:58:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:53 git init src/github.com/docker/buildx
11:58:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:53 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:53 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:53 + SRC=src/github.com/docker/buildx
11:58:53 + REF=v0.10.2
11:58:53 + REF_FETCH=v0.10.2
11:58:53 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags+  origin v0.10.2
11:58:53 awk {print $2}
11:58:53 + REF=refs/tags/v0.10.2
11:58:53 + [ -n refs/tags/v0.10.2 ]
11:58:53 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:53 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
[Pipeline] sh
11:58:53 Total:	0B
11:58:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:53 make -C static clean
11:58:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:53 [ ! -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:58:53 rm -f -r build
11:58:53 docker builder prune -f --filter until=24h
11:58:53 + REF=refs/tags/v0.10.2
11:58:53 + [ -n refs/tags/v0.10.2 ]
11:58:53 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:53 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:53 + REF=refs/heads/23.0
11:58:53 + [ -n refs/heads/23.0 ]
11:58:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:53 + 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:58:53 From https://github.com/docker/cli
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:53 Total:	0B
11:58:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:53 From https://github.com/docker/cli
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:53 git init src/github.com/docker/docker
11:58:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:53 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:53 + SRC=src/github.com/docker/docker
11:58:53 + REF=23.0
11:58:53 + REF_FETCH=23.0
11:58:53 + awk {print $2}
11:58:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:53 Total:	0B
11:58:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
11:58:53 From https://github.com/docker/cli
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:53 From https://github.com/docker/cli
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:53 + make REF=23.0 raspbian-bookworm
11:58:53 git init src/github.com/docker/cli
11:58:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:53 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:53 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:53 + SRC=src/github.com/docker/cli
11:58:53 + REF=23.0
11:58:53 + REF_FETCH=23.0
11:58:53 + awk {print $2}
11:58:53 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:53 + REF=refs/heads/23.0
11:58:53 + [ -n refs/heads/23.0 ]
11:58:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:53 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:53 From https://github.com/docker/docker
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:53 git init src/github.com/docker/docker
11:58:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:53 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:53 + SRC=src/github.com/docker/docker
11:58:53 + REF=23.0
11:58:53 + REF_FETCH=23.0
11:58:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:53 + awk {print $2}
11:58:53 + REF=refs/heads/23.0
11:58:53 + [ -n refs/heads/23.0 ]
11:58:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:53 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:53 + make clean
11:58:53 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
11:58:53 rm -f -r src
11:58:53 make -C rpm clean
11:58:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:53 [ ! -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:58:53 rm -f -r rpmbuild/
11:58:53 docker builder prune -f --filter until=24h
11:58:53 + REF=refs/heads/23.0
11:58:53 + [ -n refs/heads/23.0 ]
11:58:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:53 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:53 + make REF=23.0 ubuntu-kinetic
11:58:53 git init src/github.com/docker/cli
11:58:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:53 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:53 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:53 + SRC=src/github.com/docker/cli
11:58:53 + REF=23.0
11:58:53 + REF_FETCH=23.0
11:58:53 + awk {print $2}
11:58:53 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:53 + REF=refs/heads/23.0
11:58:53 + [ -n refs/heads/23.0 ]
11:58:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:53 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
fatal: bad object 4f8fd6a86e521290dafaf7c28eced2a9b21b220a
11:58:53 From https://github.com/docker/cli
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:53 git init src/github.com/docker/docker
11:58:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:53 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:53 + SRC=src/github.com/docker/docker
11:58:53 + REF=23.0
11:58:53 + REF_FETCH=23.0
11:58:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:53 + awk {print $2}
11:58:53 + REF=refs/heads/23.0
11:58:53 + [ -n refs/heads/23.0 ]
11:58:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:53 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:53 git init src/github.com/docker/docker
11:58:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:53 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:53 + SRC=src/github.com/docker/docker
11:58:53 + REF=23.0
11:58:53 + REF_FETCH=23.0
11:58:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:53 + awk {print $2}
11:58:53 + make REF=23.0 fedora-37
11:58:53 git init src/github.com/docker/cli
11:58:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:53 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:53 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:53 + SRC=src/github.com/docker/cli
11:58:53 + REF=23.0
11:58:53 + REF_FETCH=23.0
11:58:53 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:53 + awk {print $2}
11:58:53 + REF=refs/heads/23.0
11:58:53 + [ -n refs/heads/23.0 ]
11:58:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:53 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:53 From https://github.com/docker/docker
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:53 From https://github.com/docker/cli
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:53 git init src/github.com/docker/docker
11:58:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:53 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:53 + SRC=src/github.com/docker/docker
11:58:53 + REF=23.0
11:58:53 + REF_FETCH=23.0
11:58:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:53 + awk {print $2}
11:58:53 From https://github.com/docker/docker
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:53 Total:	0B
11:58:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:53 make -C deb clean
11:58:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:53 [ ! -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:58:53 rm -f -r debbuild
11:58:53 [ ! -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:58:53 rm -f -r sources
11:58:53 docker builder prune -f --filter until=24h
11:58:53 Total:	0B
11:58:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:53 make -C static clean
11:58:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:53 [ ! -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:58:53 rm -f -r build
11:58:53 docker builder prune -f --filter until=24h
11:58:53 From https://github.com/docker/docker
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:53 From https://github.com/docker/docker
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:53 git init src/github.com/docker/docker
11:58:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:53 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:53 + SRC=src/github.com/docker/docker
11:58:53 + REF=23.0
11:58:53 + REF_FETCH=23.0
11:58:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:53 + awk {print $2}
11:58:53 + REF=refs/heads/23.0
11:58:53 + [ -n refs/heads/23.0 ]
11:58:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:53 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:53 + REF=refs/heads/23.0
11:58:53 + [ -n refs/heads/23.0 ]
11:58:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:53 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:53 + REF=refs/heads/23.0
11:58:53 + [ -n refs/heads/23.0 ]
11:58:53 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:53 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:53 From https://github.com/docker/docker
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:53 From https://github.com/docker/docker
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:53 From https://github.com/docker/buildx
11:58:53  * [new tag]         v0.10.2    -> v0.10.2
11:58:53 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:53 Total:	0B
11:58:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:53 From https://github.com/docker/docker
11:58:53  * [new branch]      23.0       -> 23.0
11:58:53  * [new branch]      23.0       -> origin/23.0
11:58:53 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
[Pipeline] sh
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + awk {print $2}
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 11:58:54 From https://github.com/docker/cli
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + awk {print $2}
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + awk {print $2}
11:58:54 From https://github.com/docker/cli
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + awk {print $2}
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + awk {print $2}
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + awk {print $2}
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin+  v0.10.2
11:58:54 awk {print $2}
11:58:54 git init src/github.com/docker/compose
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:54 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:54 + SRC=src/github.com/docker/compose
11:58:54 + REF=v2.15.1
11:58:54 + REF_FETCH=v2.15.1
11:58:54 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:54 + awk {print $2}
11:58:54 + REF=refs/tags/v2.15.1
11:58:54 + [ -n refs/tags/v2.15.1 ]
11:58:54 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:54 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:54 From https://github.com/docker/cli
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:54 git init src/github.com/docker/docker
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:54 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:54 + SRC=src/github.com/docker/docker
11:58:54 + REF=23.0
11:58:54 + REF_FETCH=23.0
11:58:54 + awk {print $2}
11:58:54 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:54 + make REF=23.0 ubuntu-kinetic
11:58:54 git init src/github.com/docker/cli
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/.git/
11:58:54 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/cli "23.0"
11:58:54 + SRC=src/github.com/docker/cli
11:58:54 + REF=23.0
11:58:54 + REF_FETCH=23.0
11:58:54 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 23.0
11:58:54 + awk {print $2}
11:58:54 + REF=refs/heads/23.0
11:58:54 + [ -n refs/heads/23.0 ]
11:58:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:54 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + awk {print $2}
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + awk {print $2}
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + awk {print $2}
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + awk {print $2}
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + awk {print $2}
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + awk {print $2}
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 git init src/github.com/docker/docker
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:54 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:54 + SRC=src/github.com/docker/docker
11:58:54 + REF=23.0
11:58:54 + REF_FETCH=23.0
11:58:54 + awk {print $2}
11:58:54 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 git init src/github.com/docker/docker
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:54 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:54 + SRC=src/github.com/docker/docker
11:58:54 + REF=23.0
11:58:54 + REF_FETCH=23.0
11:58:54 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:54 + awk {print $2}
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + awk {print $2}
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 + REF=refs/heads/23.0
11:58:54 + [ -n refs/heads/23.0 ]
11:58:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:54 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + awk {print $2}
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + REF=refs/heads/23.0
11:58:54 + [ -n refs/heads/23.0 ]
11:58:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:54 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + awk {print $2}
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + awk {print $2}
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + REF=refs/heads/23.0
11:58:54 + [ -n refs/heads/23.0 ]
11:58:54 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:54 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + awk {print $2}
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 git init src/github.com/docker/buildx
11:58:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:54 + SRC=src/github.com/docker/buildx
11:58:54 + REF=v0.10.2
11:58:54 + REF_FETCH=v0.10.2
11:58:54 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:54 + awk {print $2}
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 From https://github.com/docker/buildx
11:58:54  * [new tag]         v0.10.2    -> v0.10.2
11:58:54 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:54 From https://github.com/docker/compose
11:58:54  * [new tag]         v2.15.1    -> v2.15.1
11:58:54 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:54 git init src/github.com/docker/scan-cli-plugin
11:58:54 From https://github.com/docker/buildx
11:58:54  * [new tag]         v0.10.2    -> v0.10.2
11:58:54 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:54 + REF=refs/tags/v0.10.2
11:58:54 + [ -n refs/tags/v0.10.2 ]
11:58:54 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 From https://github.com/docker/cli
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/cli checkout -q refs/heads/23.0
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:54 From https://github.com/docker/buildx
11:58:54  * [new tag]         v0.10.2    -> v0.10.2
11:58:54 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:54 From https://github.com/docker/buildx
11:58:54  * [new tag]         v0.10.2    -> v0.10.2
11:58:54 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:54 From https://github.com/docker/docker
11:58:54  * [new branch]      23.0       -> 23.0
11:58:54  * [new branch]      23.0       -> origin/23.0
11:58:54 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:55 + REF=refs/tags/v0.10.2
11:58:55 + [ -n refs/tags/v0.10.2 ]
11:58:55 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 git init src/github.com/docker/compose
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:55 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:55 + SRC=src/github.com/docker/compose
11:58:55 + REF=v2.15.1
11:58:55 + REF_FETCH=v2.15.1
11:58:55 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:55 + awk {print $2}
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:55 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:55 + SRC=src/github.com/docker/scan-cli-plugin
11:58:55 + REF=v0.23.0
11:58:55 + REF_FETCH=v0.23.0
11:58:55 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:55 + awk {print $2}
11:58:55 + REF=refs/tags/v0.23.0
11:58:55 + [ -n refs/tags/v0.23.0 ]
11:58:55 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:55 + 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:58:55 From https://github.com/docker/buildx
11:58:55  * [new tag]         v0.10.2    -> v0.10.2
11:58:55 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:55 git init src/github.com/docker/compose
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:55 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:55 + SRC=src/github.com/docker/compose
11:58:55 + REF=v2.15.1
11:58:55 + REF_FETCH=v2.15.1
11:58:55 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:55 + awk {print $2}
11:58:55 git init src/github.com/docker/buildx
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:55 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:55 + SRC=src/github.com/docker/buildx
11:58:55 + REF=v0.10.2
11:58:55 + REF_FETCH=v0.10.2
11:58:55 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:55 + awk {print $2}
11:58:55 From https://github.com/docker/buildx
11:58:55  * [new tag]         v0.10.2    -> v0.10.2
11:58:55 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:55 git init src/github.com/docker/docker
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/.git/
11:58:55 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/docker "23.0"
11:58:55 + SRC=src/github.com/docker/docker
11:58:55 + REF=23.0
11:58:55 + REF_FETCH=23.0
11:58:55 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 23.0
11:58:55 + awk {print $2}
11:58:55 git init src/github.com/docker/buildx
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:55 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:55 + SRC=src/github.com/docker/buildx
11:58:55 + REF=v0.10.2
11:58:55 + REF_FETCH=v0.10.2
11:58:55 + awk {print $2}
11:58:55 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:55 From https://github.com/docker/docker
11:58:55  * [new branch]      23.0       -> 23.0
11:58:55  * [new branch]      23.0       -> origin/23.0
11:58:55 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:55 git init src/github.com/docker/compose
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:55 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:55 + SRC=src/github.com/docker/compose
11:58:55 + REF=v2.15.1
11:58:55 + REF_FETCH=v2.15.1
11:58:55 + git -C src/github.com/docker/compose ls-remote+  --refs --heads --tags origin v2.15.1
11:58:55 awk {print $2}
11:58:55 git init src/github.com/docker/compose
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:55 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:55 + SRC=src/github.com/docker/compose
11:58:55 + REF=v2.15.1
11:58:55 + REF_FETCH=v2.15.1
11:58:55 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:55 + awk {print $2}
11:58:55 git init src/github.com/docker/buildx
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:55 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:55 + SRC=src/github.com/docker/buildx
11:58:55 + REF=v0.10.2
11:58:55 + REF_FETCH=v0.10.2
11:58:55 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:55 + awk {print $2}
11:58:55 From https://github.com/docker/buildx
11:58:55  * [new tag]         v0.10.2    -> v0.10.2
11:58:55 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:55 From https://github.com/docker/docker
11:58:55  * [new branch]      23.0       -> 23.0
11:58:55  * [new branch]      23.0       -> origin/23.0
11:58:55 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:55 + REF=refs/tags/v2.15.1
11:58:55 + [ -n refs/tags/v2.15.1 ]
11:58:55 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 From https://github.com/docker/scan-cli-plugin
11:58:55  * [new tag]         v0.23.0    -> v0.23.0
11:58:55 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:55 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 centos-7
11:58:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:55 mkdir -p rpmbuild/SOURCES
11:58:55 docker run --rm -w /v \
11:58:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:58:55 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:58:55 	alpine \
11:58:55 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:58:55 Unable to find image 'alpine:latest' locally
11:58:55 git init src/github.com/docker/compose
11:58:55 + REF=refs/tags/v2.15.1
11:58:55 + [ -n refs/tags/v2.15.1 ]
11:58:55 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 git init src/github.com/docker/buildx
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:55 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:55 + SRC=src/github.com/docker/buildx
11:58:55 + REF=v0.10.2
11:58:55 + REF_FETCH=v0.10.2
11:58:55 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:55 + awk {print $2}
11:58:55 + REF=refs/tags/v0.10.2
11:58:55 + [ -n refs/tags/v0.10.2 ]
11:58:55 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 + REF=refs/tags/v0.10.2
11:58:55 + [ -n refs/tags/v0.10.2 ]
11:58:55 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 + REF=refs/heads/23.0
11:58:55 + [ -n refs/heads/23.0 ]
11:58:55 + REF_FETCH=refs/heads/23.0:refs/heads/23.0
11:58:55 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/23.0:refs/heads/23.0
11:58:55 From https://github.com/docker/buildx
11:58:55  * [new tag]         v0.10.2    -> v0.10.2
11:58:55 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:55 + REF=refs/tags/v0.10.2
11:58:55 + [ -n refs/tags/v0.10.2 ]
11:58:55 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 + REF=refs/tags/v2.15.1
11:58:55 + [ -n refs/tags/v2.15.1 ]
11:58:55 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 + REF=refs/tags/v2.15.1
11:58:55 + [ -n refs/tags/v2.15.1 ]
11:58:55 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 + REF=refs/tags/v0.10.2
11:58:55 + [ -n refs/tags/v0.10.2 ]
11:58:55 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 git init src/github.com/docker/compose
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:55 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:55 + SRC=src/github.com/docker/compose
11:58:55 + REF=v2.15.1
11:58:55 + REF_FETCH=v2.15.1
11:58:55 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:55 + awk {print $2}
11:58:55 git init src/github.com/docker/buildx
11:58:55 latest: Pulling from library/alpine
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:55 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:55 + SRC=src/github.com/docker/compose
11:58:55 + REF=v2.15.1
11:58:55 + REF_FETCH=v2.15.1
11:58:55 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:55 + awk {print $2}
11:58:55 + REF=refs/tags/v2.15.1
11:58:55 + [ -n refs/tags/v2.15.1 ]
11:58:55 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 git init src/github.com/docker/compose
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:55 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:55 + SRC=src/github.com/docker/compose
11:58:55 + REF=v2.15.1
11:58:55 + REF_FETCH=v2.15.1
11:58:55 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:55 + awk {print $2}
11:58:55 + REF=refs/tags/v2.15.1
11:58:55 + [ -n refs/tags/v2.15.1 ]
11:58:55 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 git init src/github.com/docker/compose
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:55 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:55 + SRC=src/github.com/docker/compose
11:58:55 + REF=v2.15.1
11:58:55 + REF_FETCH=v2.15.1
11:58:55 + awk {print $2}
11:58:55 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:55 + REF=refs/tags/v2.15.1
11:58:55 + [ -n refs/tags/v2.15.1 ]
11:58:55 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 From https://github.com/docker/compose
11:58:55  * [new tag]         v2.15.1    -> v2.15.1
11:58:55 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:55 git init src/github.com/docker/buildx
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:55 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:55 + SRC=src/github.com/docker/buildx
11:58:55 + REF=v0.10.2
11:58:55 + REF_FETCH=v0.10.2
11:58:55 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:55 + awk {print $2}
11:58:55 + REF=refs/tags/v0.10.2
11:58:55 + [ -n refs/tags/v0.10.2 ]
11:58:55 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 + REF=refs/tags/v2.15.1
11:58:55 + [ -n refs/tags/v2.15.1 ]
11:58:55 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:55 From https://github.com/docker/buildx
11:58:55  * [new tag]         v0.10.2    -> v0.10.2
11:58:55 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:55 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:55 + SRC=src/github.com/docker/buildx
11:58:55 + REF=v0.10.2
11:58:55 + REF_FETCH=v0.10.2
11:58:55 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:55 + awk {print $2}
11:58:55 + REF=refs/tags/v0.10.2
11:58:55 + [ -n refs/tags/v0.10.2 ]
11:58:55 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:55 8921db27df28: Pulling fs layer
11:58:55 8921db27df28: Verifying Checksum
11:58:55 8921db27df28: Download complete
11:58:55 From https://github.com/docker/compose
11:58:55  * [new tag]         v2.15.1    -> v2.15.1
11:58:55 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:55 git init src/github.com/docker/scan-cli-plugin
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:55 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:55 + SRC=src/github.com/docker/scan-cli-plugin
11:58:55 + REF=v0.23.0
11:58:55 + REF_FETCH=v0.23.0
11:58:55 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:55 + awk {print $2}
11:58:55 + REF=refs/tags/v0.23.0
11:58:55 + [ -n refs/tags/v0.23.0 ]
11:58:55 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:55 + 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:58:55 From https://github.com/docker/docker
11:58:55  * [new branch]      23.0       -> 23.0
11:58:55  * [new branch]      23.0       -> origin/23.0
11:58:55 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:55 From https://github.com/docker/compose
11:58:55  * [new tag]         v2.15.1    -> v2.15.1
11:58:55 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:55 git init src/github.com/docker/scan-cli-plugin
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:55 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:55 + SRC=src/github.com/docker/scan-cli-plugin
11:58:55 + REF=v0.23.0
11:58:55 + REF_FETCH=v0.23.0
11:58:55 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:55 + awk {print $2}
11:58:55 + REF=refs/tags/v0.23.0
11:58:55 + [ -n refs/tags/v0.23.0 ]
11:58:55 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:55 + 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:58:55 From https://github.com/docker/scan-cli-plugin
11:58:55  * [new tag]         v0.23.0    -> v0.23.0
11:58:55 git init src/github.com/docker/scan-cli-plugin
11:58:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:55 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:55 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:55 + SRC=src/github.com/docker/scan-cli-plugin
11:58:55 + REF=v0.23.0
11:58:55 + REF_FETCH=v0.23.0
11:58:55 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:55 + awk {print $2}
11:58:55 + REF=refs/tags/v0.23.0
11:58:55 + [ -n refs/tags/v0.23.0 ]
11:58:55 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:55 + 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:58:55 From https://github.com/docker/docker
11:58:55  * [new branch]      23.0       -> 23.0
11:58:55  * [new branch]      23.0       -> origin/23.0
11:58:55 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:56 From https://github.com/docker/compose
11:58:56  * [new tag]         v2.15.1    -> v2.15.1
11:58:56 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:56 git init src/github.com/docker/scan-cli-plugin
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:56 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:56 + SRC=src/github.com/docker/scan-cli-plugin
11:58:56 + REF=v0.23.0
11:58:56 + REF_FETCH=v0.23.0
11:58:56 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:56 + awk {print $2}
11:58:56 + REF=refs/tags/v0.23.0
11:58:56 + [ -n refs/tags/v0.23.0 ]
11:58:56 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:56 + 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:58:56 From https://github.com/docker/compose
11:58:56  * [new tag]         v2.15.1    -> v2.15.1
11:58:56 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:56 git init src/github.com/docker/scan-cli-plugin
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:56 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:56 git init src/github.com/docker/compose
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:56 + SRC=src/github.com/docker/compose
11:58:56 + REF=v2.15.1
11:58:56 + REF_FETCH=v2.15.1
11:58:56 + awk {print $2}
11:58:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:56 From https://github.com/docker/docker
11:58:56  * [new branch]      23.0       -> 23.0
11:58:56  * [new branch]      23.0       -> origin/23.0
11:58:56 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:56 8921db27df28: Pull complete
11:58:56 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:56 Status: Downloaded newer image for alpine:latest
11:58:56 From https://github.com/docker/scan-cli-plugin
11:58:56  * [new tag]         v0.23.0    -> v0.23.0
11:58:56 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:56 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-buster
11:58:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:56 mkdir -p sources
11:58:56 docker run --rm -w /v \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:56 	alpine \
11:58:56 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:56 Unable to find image 'alpine:latest' locally
11:58:56 From https://github.com/docker/compose
11:58:56  * [new tag]         v2.15.1    -> v2.15.1
11:58:56 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:56 git init src/github.com/docker/scan-cli-plugin
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:56 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:56 + SRC=src/github.com/docker/scan-cli-plugin
11:58:56 + REF=v0.23.0
11:58:56 + REF_FETCH=v0.23.0
11:58:56 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:56 + awk {print $2}
11:58:56 + REF=refs/tags/v0.23.0
11:58:56 + [ -n refs/tags/v0.23.0 ]
11:58:56 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:56 + 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:58:56 git init src/github.com/docker/buildx
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:56 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:56 + SRC=src/github.com/docker/buildx
11:58:56 + REF=v0.10.2
11:58:56 + REF_FETCH=v0.10.2
11:58:56 + awk {print $2}
11:58:56 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:56 From https://github.com/docker/compose
11:58:56  * [new tag]         v2.15.1    -> v2.15.1
11:58:56 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:56 git init src/github.com/docker/scan-cli-plugin
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:56 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:56 + SRC=src/github.com/docker/scan-cli-plugin
11:58:56 + REF=v0.23.0
11:58:56 + REF_FETCH=v0.23.0
11:58:56 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:56 + awk {print $2}
11:58:56 + REF=refs/tags/v0.23.0
11:58:56 + [ -n refs/tags/v0.23.0 ]
11:58:56 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:56 + 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:58:56 From https://github.com/docker/scan-cli-plugin
11:58:56  * [new tag]         v0.23.0    -> v0.23.0
11:58:56 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:56 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-bullseye
11:58:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:56 mkdir -p sources
11:58:56 docker run --rm -w /v \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:56 	alpine \
11:58:56 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:56 Unable to find image 'alpine:latest' locally
11:58:56 From https://github.com/docker/compose
11:58:56  * [new tag]         v2.15.1    -> v2.15.1
11:58:56 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:56 git init src/github.com/docker/scan-cli-plugin
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:56 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:56 + SRC=src/github.com/docker/scan-cli-plugin
11:58:56 + REF=v0.23.0
11:58:56 + REF_FETCH=v0.23.0
11:58:56 + awk {print $2}
11:58:56 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:56 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:56 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-bookworm
11:58:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:56 mkdir -p sources
11:58:56 docker run --rm -w /v \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:56 	alpine \
11:58:56 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:56 Unable to find image 'alpine:latest' locally
11:58:56 latest: Pulling from library/alpine
11:58:56 8921db27df28: Pulling fs layer
11:58:56 From https://github.com/docker/scan-cli-plugin
11:58:56  * [new tag]         v0.23.0    -> v0.23.0
11:58:56 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:56 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-bookworm
11:58:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:56 mkdir -p sources
11:58:56 docker run --rm -w /v \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:56 	alpine \
11:58:56 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:56 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:56 + SRC=src/github.com/docker/scan-cli-plugin
11:58:56 + REF=v0.23.0
11:58:56 + REF_FETCH=v0.23.0
11:58:56 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:56 + awk {print $2}
11:58:56 + REF=refs/tags/v0.23.0
11:58:56 + [ -n refs/tags/v0.23.0 ]
11:58:56 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:56 + 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:58:56 + REF=refs/tags/v2.15.1
11:58:56 + [ -n refs/tags/v2.15.1 ]
11:58:56 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 git init src/github.com/docker/compose
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:56 git init src/github.com/docker/buildx
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:56 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:56 + SRC=src/github.com/docker/buildx
11:58:56 + REF=v0.10.2
11:58:56 + REF_FETCH=v0.10.2
11:58:56 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:56 + awk {print $2}
11:58:56 + REF=refs/tags/v0.10.2
11:58:56 + [ -n refs/tags/v0.10.2 ]
11:58:56 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:56 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:56 From https://github.com/docker/docker
11:58:56  * [new branch]      23.0       -> 23.0
11:58:56  * [new branch]      23.0       -> origin/23.0
11:58:56 + git -C src/github.com/docker/docker checkout -q refs/heads/23.0
11:58:56 latest: Pulling from library/alpine
11:58:56 8921db27df28: Pulling fs layer
11:58:56 From https://github.com/docker/scan-cli-plugin
11:58:56  * [new tag]         v0.23.0    -> v0.23.0
11:58:56 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:56 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 centos-8
11:58:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:56 mkdir -p rpmbuild/SOURCES
11:58:56 docker run --rm -w /v \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:58:56 	alpine \
11:58:56 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:58:56 Unable to find image 'alpine:latest' locally
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 From https://github.com/docker/scan-cli-plugin
11:58:56  * [new tag]         v0.23.0    -> v0.23.0
11:58:56 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:56 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-focal
11:58:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:56 mkdir -p sources
11:58:56 docker run --rm -w /v \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:56 	alpine \
11:58:56 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:56 Unable to find image 'alpine:latest' locally
11:58:56 + REF=refs/tags/v0.10.2
11:58:56 + [ -n refs/tags/v0.10.2 ]
11:58:56 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:56 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:56 latest: Pulling from library/alpine
11:58:56 a9eaa45ef418: Pulling fs layer
11:58:56 + REF=refs/tags/v0.23.0
11:58:56 + [ -n refs/tags/v0.23.0 ]
11:58:56 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:56 + 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:58:56 From https://github.com/docker/scan-cli-plugin
11:58:56  * [new tag]         v0.23.0    -> v0.23.0
11:58:56 Unable to find image 'alpine:latest' locally
11:58:56 latest: Pulling from library/alpine
11:58:56 From https://github.com/docker/scan-cli-plugin
11:58:56  * [new tag]         v0.23.0    -> v0.23.0
11:58:56 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:56 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 centos-9
11:58:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:56 mkdir -p rpmbuild/SOURCES
11:58:56 docker run --rm -w /v \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:58:56 	alpine \
11:58:56 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:58:56 Unable to find image 'alpine:latest' locally
11:58:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:56 + SRC=src/github.com/docker/compose
11:58:56 + REF=v2.15.1
11:58:56 + REF_FETCH=v2.15.1
11:58:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:56 + awk {print $2}
11:58:56 + REF=refs/tags/v2.15.1
11:58:56 + [ -n refs/tags/v2.15.1 ]
11:58:56 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 git init src/github.com/docker/buildx
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:56 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:56 + SRC=src/github.com/docker/buildx
11:58:56 + REF=v0.10.2
11:58:56 + REF_FETCH=v0.10.2
11:58:56 + awk {print $2}
11:58:56 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:56 + REF=refs/tags/v0.10.2
11:58:56 + [ -n refs/tags/v0.10.2 ]
11:58:56 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:56 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:56 8921db27df28: Verifying Checksum
11:58:56 8921db27df28: Download complete
11:58:56 8921db27df28: Pull complete
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 latest: Pulling from library/alpine
11:58:56 8921db27df28: Pulling fs layer
11:58:56 git init src/github.com/docker/compose
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:56 + SRC=src/github.com/docker/compose
11:58:56 + REF=v2.15.1
11:58:56 + REF_FETCH=v2.15.1
11:58:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:56 + awk {print $2}
11:58:56 + REF=refs/tags/v2.15.1
11:58:56 + [ -n refs/tags/v2.15.1 ]
11:58:56 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 latest: Pulling from library/alpine
11:58:56 a9eaa45ef418: Pulling fs layer
11:58:56 a9eaa45ef418: Verifying Checksum
11:58:56 a9eaa45ef418: Download complete
11:58:56 a9eaa45ef418: Pull complete
11:58:56 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:56 Status: Downloaded newer image for alpine:latest
11:58:56 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:56 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-bookworm
11:58:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:56 mkdir -p sources
11:58:56 docker run --rm -w /v \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:56 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:56 	alpine \
11:58:56 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:56 Unable to find image 'alpine:latest' locally
11:58:56 a9eaa45ef418: Pulling fs layer
11:58:56 a9eaa45ef418: Verifying Checksum
11:58:56 a9eaa45ef418: Download complete
11:58:56 a9eaa45ef418: Pull complete
11:58:56 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:56 Status: Downloaded newer image for alpine:latest
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 git init src/github.com/docker/compose
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 git init src/github.com/docker/compose
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:56 + SRC=src/github.com/docker/compose
11:58:56 + REF=v2.15.1
11:58:56 + REF_FETCH=v2.15.1
11:58:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1+ 
11:58:56 awk {print $2}
11:58:56 latest: Pulling from library/alpine
11:58:56 a9eaa45ef418: Pulling fs layer
11:58:56 a9eaa45ef418: Verifying Checksum
11:58:56 a9eaa45ef418: Download complete
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 git init src/github.com/docker/compose
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:56 + SRC=src/github.com/docker/compose
11:58:56 + REF=v2.15.1
11:58:56 + REF_FETCH=v2.15.1
11:58:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:56 + awk {print $2}
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 git init src/github.com/docker/compose
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:56 + SRC=src/github.com/docker/compose
11:58:56 + REF=v2.15.1
11:58:56 + REF_FETCH=v2.15.1
11:58:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:56 + awk {print $2}
11:58:56 From https://github.com/docker/compose
11:58:56  * [new tag]         v2.15.1    -> v2.15.1
11:58:56 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:56 git init src/github.com/docker/scan-cli-plugin
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:56 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:56 + SRC=src/github.com/docker/scan-cli-plugin
11:58:56 + REF=v0.23.0
11:58:56 + REF_FETCH=v0.23.0
11:58:56 + awk {print $2}
11:58:56 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 8921db27df28: Verifying Checksum
11:58:56 8921db27df28: Download complete
11:58:56 8921db27df28: Pull complete
11:58:56 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:56 Status: Downloaded newer image for alpine:latest
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 git init src/github.com/docker/compose
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:56 + SRC=src/github.com/docker/compose
11:58:56 + REF=v2.15.1
11:58:56 + REF_FETCH=v2.15.1
11:58:56 + git -C src/github.com/docker/compose ls-remote --refs+  --heads --tags origin v2.15.1
11:58:56 awk {print $2}
11:58:56 + REF=refs/tags/v2.15.1
11:58:56 + [ -n refs/tags/v2.15.1 ]
11:58:56 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 git init src/github.com/docker/buildx
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx/.git/
11:58:56 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/buildx "v0.10.2"
11:58:56 + SRC=src/github.com/docker/buildx
11:58:56 + REF=v0.10.2
11:58:56 + REF_FETCH=v0.10.2
11:58:56 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.10.2
11:58:56 + awk {print $2}
11:58:56 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:56 Status: Downloaded newer image for alpine:latest
11:58:56 git init src/github.com/docker/compose
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:56 + SRC=src/github.com/docker/compose
11:58:56 + REF=v2.15.1
11:58:56 + REF_FETCH=v2.15.1
11:58:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:56 + awk {print $2}
11:58:56 + REF=refs/tags/v2.15.1
11:58:56 + [ -n refs/tags/v2.15.1 ]
11:58:56 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 git init src/github.com/docker/compose
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:56 + SRC=src/github.com/docker/compose
11:58:56 + REF=v2.15.1
11:58:56 + REF_FETCH=v2.15.1
11:58:56 + awk {print $2}
11:58:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:56 + REF=refs/tags/v2.15.1
11:58:56 + [ -n refs/tags/v2.15.1 ]
11:58:56 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 8921db27df28: Verifying Checksum
11:58:56 8921db27df28: Download complete
11:58:56 8921db27df28: Pull complete
11:58:56 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:56 Status: Downloaded newer image for alpine:latest
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 git init src/github.com/docker/compose
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:56 + SRC=src/github.com/docker/compose
11:58:56 + REF=v2.15.1
11:58:56 + REF_FETCH=v2.15.1
11:58:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:56 + awk {print $2}
11:58:56 From https://github.com/docker/buildx
11:58:56  * [new tag]         v0.10.2    -> v0.10.2
11:58:56 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:56 git init src/github.com/docker/compose
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:56 + SRC=src/github.com/docker/compose
11:58:56 + REF=v2.15.1
11:58:56 + REF_FETCH=v2.15.1
11:58:56 + awk {print $2}
11:58:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:56 git init src/github.com/docker/compose
11:58:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:56 + SRC=src/github.com/docker/compose
11:58:56 + REF=v2.15.1
11:58:56 + REF_FETCH=v2.15.1
11:58:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:56 + awk {print $2}
11:58:56 + REF=refs/tags/v2.15.1
11:58:56 + [ -n refs/tags/v2.15.1 ]
11:58:56 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:56 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 a9eaa45ef418: Download complete
11:58:57 a9eaa45ef418: Pull complete
11:58:57 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:57 Status: Downloaded newer image for alpine:latest
11:58:57 From https://github.com/docker/buildx
11:58:57  * [new tag]         v0.10.2    -> v0.10.2
11:58:57 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:57 git init src/github.com/docker/compose
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + awk {print $2}
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 latest: Pulling from library/alpine
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + awk {print $2}
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 a9eaa45ef418: Pull complete
11:58:57 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:57 Status: Downloaded newer image for alpine:latest
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 git init src/github.com/docker/compose
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:57 + awk {print $2}
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 git init src/github.com/docker/compose
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + awk {print $2}
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:57 From https://github.com/docker/buildx
11:58:57  * [new tag]         v0.10.2    -> v0.10.2
11:58:57 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:57 + REF=refs/tags/v0.10.2
11:58:57 + [ -n refs/tags/v0.10.2 ]
11:58:57 + REF_FETCH=refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:57 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.10.2:refs/tags/v0.10.2
11:58:57 git init src/github.com/docker/compose
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs+  --heads --tags origin v2.15.1
11:58:57 awk {print $2}
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/compose
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + awk {print $2}
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 From https://github.com/docker/buildx
11:58:57  * [new tag]         v0.10.2    -> v0.10.2
11:58:57 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:57 git init src/github.com/docker/compose
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 From https://github.com/docker/buildx
11:58:57  * [new tag]         v0.10.2    -> v0.10.2
11:58:57 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:57 git init src/github.com/docker/compose
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 c527615e4ffa: Pulling fs layer
11:58:57 c527615e4ffa: Verifying Checksum
11:58:57 c527615e4ffa: Download complete
11:58:57 git init src/github.com/docker/compose
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + awk {print $2}
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 git init src/github.com/docker/compose
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-jammy
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:57 mkdir -p sources
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:57 Unable to find image 'alpine:latest' locally
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 fedora-36
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:57 mkdir -p rpmbuild/SOURCES
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:58:57 Unable to find image 'alpine:latest' locally
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/compose
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:57 + awk {print $2}
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote+  --refs --heads --tags origin v0.23.0
11:58:57 awk {print $2}
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 From https://github.com/docker/buildx
11:58:57  * [new tag]         v0.10.2    -> v0.10.2
11:58:57 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + awk {print $2}
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + awk {print $2}
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-focal
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:57 mkdir -p sources
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:57 Unable to find image 'alpine:latest' locally
11:58:57 git init src/github.com/docker/compose
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:57 + awk {print $2}
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote+  --refs --heads --tags origin v0.23.0
11:58:57 awk {print $2}
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + awk {print $2}
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 From https://github.com/docker/buildx
11:58:57  * [new tag]         v0.10.2    -> v0.10.2
11:58:57 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + awk {print $2}
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 latest: Pulling from library/alpine
11:58:57 8921db27df28: Pulling fs layer
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 latest: Pulling from library/alpine
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 git init src/github.com/docker/compose
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:57 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:57 + SRC=src/github.com/docker/compose
11:58:57 + REF=v2.15.1
11:58:57 + REF_FETCH=v2.15.1
11:58:57 + awk {print $2}
11:58:57 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + awk {print $2}
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 From https://github.com/docker/buildx
11:58:57  * [new tag]         v0.10.2    -> v0.10.2
11:58:57 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.10.2
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-focal
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:57 mkdir -p sources
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:57 latest: Pulling from library/alpine
11:58:57 8921db27df28: Pulling fs layer
11:58:57 8921db27df28: Verifying Checksum
11:58:57 8921db27df28: Download complete
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 centos-9
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:57 mkdir -p rpmbuild/SOURCES
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:58:57 Unable to find image 'alpine:latest' locally
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-jammy
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:57 mkdir -p sources
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:57 Unable to find image 'alpine:latest' locally
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-buster
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:57 mkdir -p sources
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:57 Unable to find image 'alpine:latest' locally
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-buster
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:57 mkdir -p sources
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:57 Unable to find image 'alpine:latest' locally
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 centos-8
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:57 mkdir -p rpmbuild/SOURCES
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:58:57 Unable to find image 'alpine:latest' locally
11:58:57 c527615e4ffa: Pull complete
11:58:57 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:57 Status: Downloaded newer image for alpine:latest
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 for p in cross-win; do \
11:58:57 	make -C static VERSION=0.0.1-dev GO_VERSION=1.19.5 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
11:58:57 done
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:57 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-20230206193855-ab4ef4a --build-arg DOCKER_GITCOMMIT=a25ab92 --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg PLATFORM  --platform windows/amd64 --output "./bundles/cross/win" .
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-bionic
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:57 mkdir -p sources
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 git init src/github.com/docker/scan-cli-plugin
11:58:57 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:57 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:57 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:57 + SRC=src/github.com/docker/scan-cli-plugin
11:58:57 + REF=v0.23.0
11:58:57 + REF_FETCH=v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:57 + awk {print $2}
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 8921db27df28: Verifying Checksum
11:58:57 8921db27df28: Download complete
11:58:57 8921db27df28: Pull complete
11:58:57 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:57 Status: Downloaded newer image for alpine:latest
11:58:57 + REF=refs/tags/v0.23.0
11:58:57 + [ -n refs/tags/v0.23.0 ]
11:58:57 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-bullseye
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:57 mkdir -p sources
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:57 From https://github.com/docker/compose
11:58:57  * [new tag]         v2.15.1    -> v2.15.1
11:58:57 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:57 c527615e4ffa: Pulling fs layer
11:58:57 c527615e4ffa: Verifying Checksum
11:58:57 c527615e4ffa: Download complete
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 fedora-37
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:57 mkdir -p rpmbuild/SOURCES
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:58:57 Unable to find image 'alpine:latest' locally
11:58:57 latest: Pulling from library/alpine
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-bionic
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:57 mkdir -p sources
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:57 Unable to find image 'alpine:latest' locally
11:58:57 From https://github.com/docker/scan-cli-plugin
11:58:57  * [new tag]         v0.23.0    -> v0.23.0
11:58:57 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:57 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 raspbian-buster
11:58:57 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:57 mkdir -p sources
11:58:57 docker run --rm -w /v \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:57 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:57 	alpine \
11:58:57 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:57 Unable to find image 'alpine:latest' locally
11:58:57 + REF=refs/tags/v2.15.1
11:58:57 + [ -n refs/tags/v2.15.1 ]
11:58:57 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:57 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:58 From https://github.com/docker/scan-cli-plugin
11:58:58  * [new tag]         v0.23.0    -> v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:58 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 fedora-36
11:58:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:58 mkdir -p rpmbuild/SOURCES
11:58:58 docker run --rm -w /v \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:58:58 	alpine \
11:58:58 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:58:58 Unable to find image 'alpine:latest' locally
11:58:58 + REF=refs/tags/v0.23.0
11:58:58 + [ -n refs/tags/v0.23.0 ]
11:58:58 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 Unable to find image 'alpine:latest' locally
11:58:58 8921db27df28: Pull complete
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 From https://github.com/docker/compose
11:58:58  * [new tag]         v2.15.1    -> v2.15.1
11:58:58 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:58 git init src/github.com/docker/scan-cli-plugin
11:58:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:58 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:58 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:58 + SRC=src/github.com/docker/scan-cli-plugin
11:58:58 + REF=v0.23.0
11:58:58 + REF_FETCH=v0.23.0
11:58:58 + awk {print $2}
11:58:58 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:58 + REF=refs/tags/v0.23.0
11:58:58 + [ -n refs/tags/v0.23.0 ]
11:58:58 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 From https://github.com/docker/compose
11:58:58  * [new tag]         v2.15.1    -> v2.15.1
11:58:58 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:58 git init src/github.com/docker/scan-cli-plugin
11:58:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:58 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:58 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:58 + SRC=src/github.com/docker/scan-cli-plugin
11:58:58 + REF=v0.23.0
11:58:58 + REF_FETCH=v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:58 + awk {print $2}
11:58:58 latest: Pulling from library/alpine
11:58:58 8921db27df28: Pulling fs layer
11:58:58 8921db27df28: Verifying Checksum
11:58:58 8921db27df28: Download complete
11:58:58 latest: Pulling from library/alpine
11:58:58 8921db27df28: Pulling fs layer
11:58:58 latest: Pulling from library/alpine
11:58:58 a9eaa45ef418: Pulling fs layer
11:58:58 From https://github.com/docker/scan-cli-plugin
11:58:58  * [new tag]         v0.23.0    -> v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:58 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-kinetic
11:58:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:58 mkdir -p sources
11:58:58 docker run --rm -w /v \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:58 	alpine \
11:58:58 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:58 Unable to find image 'alpine:latest' locally
11:58:58 latest: Pulling from library/alpine
11:58:58 latest: Pulling from library/alpine
11:58:58 a9eaa45ef418: Pulling fs layer
11:58:58 a9eaa45ef418: Verifying Checksum
11:58:58 a9eaa45ef418: Download complete
11:58:58 + REF=refs/tags/v0.23.0
11:58:58 + [ -n refs/tags/v0.23.0 ]
11:58:58 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 #1 [internal] load build definition from Dockerfile
11:58:58 #1 transferring dockerfile: 27.21kB done
11:58:58 #1 DONE 0.1s
11:58:58 
11:58:58 #2 [internal] load .dockerignore
11:58:58 #2 transferring context: 113B 0.0s done
11:58:58 #2 DONE 0.1s
11:58:58 
11:58:58 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
11:58:58 #3 DONE 0.0s
11:58:58 
11:58:58 #4 resolve image config for docker.io/docker/dockerfile:1
11:58:58 From https://github.com/docker/scan-cli-plugin
11:58:58  * [new tag]         v0.23.0    -> v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:58 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-jammy
11:58:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:58 mkdir -p sources
11:58:58 docker run --rm -w /v \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:58 	alpine \
11:58:58 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:58 Unable to find image 'alpine:latest' locally
11:58:58 From https://github.com/docker/scan-cli-plugin
11:58:58  * [new tag]         v0.23.0    -> v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:58 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 debian-bullseye
11:58:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:58 mkdir -p sources
11:58:58 docker run --rm -w /v \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:58 	alpine \
11:58:58 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:58 Unable to find image 'alpine:latest' locally
11:58:58 Unable to find image 'alpine:latest' locally
11:58:58 git init src/github.com/docker/compose
11:58:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:58 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:58 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:58 + SRC=src/github.com/docker/compose
11:58:58 + REF=v2.15.1
11:58:58 + REF_FETCH=v2.15.1
11:58:58 + awk {print $2}
11:58:58 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:58 git init src/github.com/docker/scan-cli-plugin
11:58:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:58 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:58 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:58 + SRC=src/github.com/docker/scan-cli-plugin
11:58:58 + REF=v0.23.0
11:58:58 + REF_FETCH=v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:58 + awk {print $2}
11:58:58 + REF=refs/tags/v0.23.0
11:58:58 + [ -n refs/tags/v0.23.0 ]
11:58:58 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 Unable to find image 'alpine:latest' locally
11:58:58 a9eaa45ef418: Pulling fs layer
11:58:58 a9eaa45ef418: Verifying Checksum
11:58:58 a9eaa45ef418: Download complete
11:58:58 a9eaa45ef418: Pull complete
11:58:58 latest: Pulling from library/alpine
11:58:58 a9eaa45ef418: Pulling fs layer
11:58:58 a9eaa45ef418: Verifying Checksum
11:58:58 a9eaa45ef418: Download complete
11:58:58 latest: Pulling from library/alpine
11:58:58 From https://github.com/docker/scan-cli-plugin
11:58:58  * [new tag]         v0.23.0    -> v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:58 for p in static-linux; do \
11:58:58 	make -C static VERSION=0.0.1-dev GO_VERSION=1.19.5 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
11:58:58 done
11:58:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:58 cd /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
11:58:58 latest: Pulling from library/alpine
11:58:58 a9eaa45ef418: Pulling fs layer
11:58:58 a9eaa45ef418: Verifying Checksum
11:58:58 a9eaa45ef418: Download complete
11:58:58 latest: Pulling from library/alpine
11:58:58 c527615e4ffa: Pulling fs layer
11:58:58 c527615e4ffa: Verifying Checksum
11:58:58 c527615e4ffa: Download complete
11:58:58 From https://github.com/docker/compose
11:58:58  * [new tag]         v2.15.1    -> v2.15.1
11:58:58 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:58 git init src/github.com/docker/scan-cli-plugin
11:58:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:58 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:58 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:58 + SRC=src/github.com/docker/scan-cli-plugin
11:58:58 + REF=v0.23.0
11:58:58 + REF_FETCH=v0.23.0
11:58:58 + awk {print $2}
11:58:58 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:58 + REF=refs/tags/v0.23.0
11:58:58 + [ -n refs/tags/v0.23.0 ]
11:58:58 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 + REF=refs/tags/v0.23.0
11:58:58 + [ -n refs/tags/v0.23.0 ]
11:58:58 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 From https://github.com/docker/scan-cli-plugin
11:58:58  * [new tag]         v0.23.0    -> v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:58 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.19.5 fedora-37
11:58:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
11:58:58 git init src/github.com/docker/compose
11:58:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose/.git/
11:58:58 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:58:58 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:58:58 + SRC=src/github.com/docker/compose
11:58:58 + REF=v2.15.1
11:58:58 + REF_FETCH=v2.15.1
11:58:58 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:58:58 + awk {print $2}
11:58:58 + REF=refs/tags/v2.15.1
11:58:58 + [ -n refs/tags/v2.15.1 ]
11:58:58 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:58 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:58 From https://github.com/docker/scan-cli-plugin
11:58:58  * [new tag]         v0.23.0    -> v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:58 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 raspbian-bullseye
11:58:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:58 mkdir -p sources
11:58:58 docker run --rm -w /v \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:58 	alpine \
11:58:58 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:58 Unable to find image 'alpine:latest' locally
11:58:58 8921db27df28: Verifying Checksum
11:58:58 8921db27df28: Download complete
11:58:58 8921db27df28: Pull complete
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 a9eaa45ef418: Verifying Checksum
11:58:58 a9eaa45ef418: Download complete
11:58:58 a9eaa45ef418: Pull complete
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 latest: Pulling from library/alpine
11:58:58 8921db27df28: Pulling fs layer
11:58:58 8921db27df28: Pull complete
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 c527615e4ffa: Pulling fs layer
11:58:58 c527615e4ffa: Download complete
11:58:58 a9eaa45ef418: Pull complete
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 From https://github.com/docker/scan-cli-plugin
11:58:58  * [new tag]         v0.23.0    -> v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:58 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-bionic
11:58:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:58 mkdir -p sources
11:58:58 docker run --rm -w /v \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:58 	alpine \
11:58:58 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:58 Unable to find image 'alpine:latest' locally
11:58:58 #4 DONE 0.3s
11:58:58 
11:58:58 #5 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
11:58:58 #5 resolve docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8 done
11:58:58 #5 sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8 7.65kB / 7.65kB done
11:58:58 #5 sha256:6107562e90a8e27b67c589b63fce32010ddf37f48b701600cfd405e296651a5d 482B / 482B done
11:58:58 #5 sha256:89543fde88d7f1fb9104eb8832cfe0e33bbacf255e98e916338940bbd657754f 2.91kB / 2.91kB done
11:58:58 #5 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 3.15MB / 11.55MB 0.1s
11:58:58 latest: Pulling from library/alpine
11:58:58 a9eaa45ef418: Pulling fs layer
11:58:58 latest: Pulling from library/alpine
11:58:58 8921db27df28: Pulling fs layer
11:58:58 latest: Pulling from library/alpine
11:58:58 c527615e4ffa: Pulling fs layer
11:58:58 c527615e4ffa: Verifying Checksum
11:58:58 c527615e4ffa: Download complete
11:58:58 From https://github.com/docker/scan-cli-plugin
11:58:58  * [new tag]         v0.23.0    -> v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:58 for p in cross-mac; do \
11:58:58 	make -C static VERSION=0.0.1-dev GO_VERSION=1.19.5 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
11:58:58 done
11:58:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
11:58:58 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
11:58:58 + REF=refs/tags/v2.15.1
11:58:58 + [ -n refs/tags/v2.15.1 ]
11:58:58 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:58 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 a9eaa45ef418: Pull complete
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 c527615e4ffa: Pulling fs layer
11:58:58 c527615e4ffa: Verifying Checksum
11:58:58 #1 [internal] load build definition from Dockerfile
11:58:58 #1 transferring dockerfile: 5.47kB done
11:58:58 #1 DONE 0.1s
11:58:58 
11:58:58 #2 [internal] load .dockerignore
11:58:58 #2 transferring context: 263B done
11:58:58 #2 DONE 0.1s
11:58:58 
11:58:58 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
11:58:58 #3 DONE 0.0s
11:58:58 
11:58:58 #4 resolve image config for docker.io/docker/dockerfile:1
11:58:58 c527615e4ffa: Pull complete
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 a9eaa45ef418: Pull complete
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 From https://github.com/docker/scan-cli-plugin
11:58:58  * [new tag]         v0.23.0    -> v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:58 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 raspbian-bookworm
11:58:58 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:58 mkdir -p sources
11:58:58 docker run --rm -w /v \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:58 	alpine \
11:58:58 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:58 mkdir -p rpmbuild/SOURCES
11:58:58 docker run --rm -w /v \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:58:58 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:58:58 	alpine \
11:58:58 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:58:58 Unable to find image 'alpine:latest' locally
11:58:58 11:58:58 8921db27df28: Verifying Checksum
11:58:58 8921db27df28: Download complete
11:58:58 8921db27df28: Pull complete
c527615e4ffa: Pull complete
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 latest: Pulling from library/alpine
11:58:58 8921db27df28: Pulling fs layer
11:58:58 8921db27df28: Verifying Checksum
11:58:58 8921db27df28: Download complete
11:58:58 #5 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 11.55MB / 11.55MB 0.2s done
11:58:58 #5 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d
11:58:58 a9eaa45ef418: Verifying Checksum
11:58:58 a9eaa45ef418: Download complete
11:58:58 a9eaa45ef418: Pull complete
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 8921db27df28: Verifying Checksum
11:58:58 8921db27df28: Download complete
11:58:58 8921db27df28: Pull complete
11:58:58 gallant_kapitsa
11:58:58 cd /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
11:58:58 From https://github.com/docker/compose
11:58:58  * [new tag]         v2.15.1    -> v2.15.1
11:58:58 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:58 git init src/github.com/docker/scan-cli-plugin
11:58:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:58 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:58 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:58 + SRC=src/github.com/docker/scan-cli-plugin
11:58:58 + REF=v0.23.0
11:58:58 + REF_FETCH=v0.23.0
11:58:58 + awk {print $2}
11:58:58 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:58 c527615e4ffa: Pull complete
11:58:58 #4 DONE 0.3s
11:58:58 latest: Pulling from library/alpine
11:58:58 8921db27df28: Pulling fs layer
11:58:58 8921db27df28: Verifying Checksum
11:58:58 8921db27df28: Download complete
11:58:58 Unable to find image 'alpine:latest' locally
11:58:58 latest: Pulling from library/alpine
11:58:58 c527615e4ffa: Pull complete
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 latest: Pulling from library/alpine
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 From https://github.com/docker/compose
11:58:58  * [new tag]         v2.15.1    -> v2.15.1
11:58:58 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:58:58 git init src/github.com/docker/scan-cli-plugin
11:58:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin/.git/
11:58:58 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:58:58 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:58:58 + SRC=src/github.com/docker/scan-cli-plugin
11:58:58 + REF=v0.23.0
11:58:58 + REF_FETCH=v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:58:58 + awk {print $2}
11:58:58 + REF=refs/tags/v0.23.0
11:58:58 + [ -n refs/tags/v0.23.0 ]
11:58:58 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 latest: Pulling from library/alpine
11:58:58 c527615e4ffa: Pulling fs layer
11:58:58 c527615e4ffa: Download complete
11:58:58 8921db27df28: Pull complete
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 #5 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 0.3s done
11:58:58 #5 DONE 0.5s
11:58:58 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:58 Status: Downloaded newer image for alpine:latest
11:58:58 #1 [internal] booting buildkit
11:58:58 #1 pulling image moby/buildkit:buildx-stable-1
11:58:58 + REF=refs/tags/v0.23.0
11:58:58 + [ -n refs/tags/v0.23.0 ]
11:58:58 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
11:58:58 From https://github.com/docker/scan-cli-plugin
11:58:58  * [new tag]         v0.23.0    -> v0.23.0
11:58:59 c527615e4ffa: Pull complete
11:58:59 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:59 Status: Downloaded newer image for alpine:latest
11:58:59 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:59 Status: Downloaded newer image for alpine:latest
11:58:59 
11:58:59 #5 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
11:58:59 #5 resolve docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8 done
11:58:59 #5 sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8 7.65kB / 7.65kB done
11:58:59 #5 sha256:6107562e90a8e27b67c589b63fce32010ddf37f48b701600cfd405e296651a5d 482B / 482B done
11:58:59 #5 sha256:89543fde88d7f1fb9104eb8832cfe0e33bbacf255e98e916338940bbd657754f 2.91kB / 2.91kB done
11:58:59 #5 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 7.34MB / 11.55MB 0.1s
11:58:59 #5 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 11.55MB / 11.55MB 0.1s done
11:58:59 #5 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d
11:58:59 8921db27df28: Pull complete
11:58:59 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:59 Status: Downloaded newer image for alpine:latest
11:58:59 c527615e4ffa: Pulling fs layer
11:58:59 c527615e4ffa: Download complete
11:58:59 
11:58:59 #6 [auth] tonistiigi/xx:pull token for registry-1.docker.io
11:58:59 #6 DONE 0.0s
11:58:59 
11:58:59 #7 [auth] library/golang:pull token for registry-1.docker.io
11:58:59 #7 DONE 0.0s
11:58:59 
11:58:59 #8 [internal] load metadata for docker.io/library/golang:1.19.5-bullseye
11:58:59 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:59 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-kinetic
11:58:59 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:59 mkdir -p sources
11:58:59 docker run --rm -w /v \
11:58:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:59 	alpine \
11:58:59 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:59 Unable to find image 'alpine:latest' locally
11:58:59 #5 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 0.3s done
11:58:59 c527615e4ffa: Pulling fs layer
11:58:59 #8 DONE 0.3s
11:58:59 
11:58:59 #9 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
11:58:59 #9 DONE 0.3s
11:58:59 c527615e4ffa: Pull complete
11:58:59 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:59 Status: Downloaded newer image for alpine:latest
11:58:59 From https://github.com/docker/scan-cli-plugin
11:58:59  * [new tag]         v0.23.0    -> v0.23.0
11:58:59 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:58:59 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.5 ubuntu-kinetic
11:58:59 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
11:58:59 mkdir -p sources
11:58:59 docker run --rm -w /v \
11:58:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:58:59 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:58:59 	alpine \
11:58:59 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:58:59 Unable to find image 'alpine:latest' locally
11:58:59 latest: Pulling from library/alpine
11:58:59 c527615e4ffa: Pulling fs layer
11:58:59 #5 DONE 0.5s
11:58:59 
11:58:59 #6 [internal] load metadata for docker.io/library/golang:1.19.5-alpine3.16
11:58:59 #6 ...
11:58:59 
11:58:59 #7 [auth] tonistiigi/xx:pull token for registry-1.docker.io
11:58:59 #7 DONE 0.0s
11:58:59 
11:58:59 #8 [auth] library/golang:pull token for registry-1.docker.io
11:58:59 #8 DONE 0.0s
11:58:59 
11:58:59 #9 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
11:58:59 #9 DONE 0.0s
11:58:59 c527615e4ffa: Pull complete
11:58:59 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:59 Status: Downloaded newer image for alpine:latest
11:58:59 c527615e4ffa: Verifying Checksum
11:58:59 c527615e4ffa: Download complete
11:58:59 latest: Pulling from library/alpine
11:58:59 a9eaa45ef418: Pulling fs layer
11:58:59 a9eaa45ef418: Download complete
11:58:59 c527615e4ffa: Verifying Checksum
11:58:59 c527615e4ffa: Download complete
11:58:59 
11:58:59 #10 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
11:58:59 #10 DONE 0.4s
11:58:59 
11:58:59 #6 [internal] load metadata for docker.io/library/golang:1.19.5-alpine3.16
11:58:59 #6 DONE 0.3s
11:58:59 
11:58:59 #11 [internal] load metadata for docker.io/tonistiigi/xx:1.1.1
11:58:59 #11 DONE 0.4s
11:58:59 a9eaa45ef418: Pull complete
11:58:59 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:58:59 Status: Downloaded newer image for alpine:latest
11:59:00 c527615e4ffa: Pull complete
11:59:00 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:59:00 c527615e4ffa: Pull complete
11:59:00 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
11:59:00 Status: Downloaded newer image for alpine:latest
11:59:00 Status: Downloaded newer image for alpine:latest
11:59:01 mkdir -p sources
11:59:01 docker run --rm -w /v \
11:59:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:01 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:01 	alpine \
11:59:01 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:01 
11:59:01 #10 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
11:59:01 #10 resolve docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce 0.0s done
11:59:01 #10 sha256:8fca29e6d67177bef6452d21b0b8c6618050635704fe2a9bdca51a68a1cc7c0c 7.10kB / 7.10kB done
11:59:01 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 5.24MB / 55.03MB 0.1s
11:59:01 #10 sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62 5.17MB / 5.17MB 0.1s
11:59:01 #10 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 0B / 10.88MB 0.1s
11:59:01 #10 sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce 1.86kB / 1.86kB done
11:59:01 #10 sha256:1e573f1fbcd41282d2c62d3c224f341eb113873cc898d823286bb1a5c21c44c7 1.80kB / 1.80kB done
11:59:01 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 12.58MB / 55.03MB 0.2s
11:59:01 #10 sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62 5.17MB / 5.17MB 0.2s done
11:59:01 #10 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 6.29MB / 10.88MB 0.2s
11:59:01 #1 pulling image moby/buildkit:buildx-stable-1 2.6s done
11:59:01 #1 creating container buildx_buildkit_gallant_kapitsa0
11:59:01 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 20.97MB / 55.03MB 0.3s
11:59:01 #10 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 10.88MB / 10.88MB 0.3s
11:59:01 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 3.15MB / 54.59MB 0.3s
11:59:01 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 35.65MB / 55.03MB 0.5s
11:59:01 #10 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 10.88MB / 10.88MB 0.3s done
11:59:01 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 19.92MB / 54.59MB 0.5s
11:59:01 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 4.19MB / 85.99MB 0.5s
11:59:01 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 55.03MB / 55.03MB 0.8s
11:59:01 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 37.75MB / 54.59MB 0.8s
11:59:01 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 22.49MB / 85.99MB 0.8s
11:59:02 #10 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 55.03MB / 55.03MB 0.8s done
11:59:02 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 40.89MB / 54.59MB 0.9s
11:59:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 33.55MB / 85.99MB 0.9s
11:59:02 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 0B / 148.95MB 0.9s
11:59:02 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 46.14MB / 54.59MB 1.0s
11:59:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 42.99MB / 85.99MB 1.0s
11:59:02 
11:59:02 #12 [internal] load build context
11:59:02 #12 DONE 0.0s
11:59:02 
11:59:02 #13 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:59:02 #13 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
11:59:02 #13 DONE 0.0s
11:59:02 
11:59:02 #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
11:59:02 #14 resolve docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
11:59:02 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 49.57MB / 54.59MB 1.1s
11:59:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 47.65MB / 85.99MB 1.1s
11:59:02 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 11.54MB / 148.95MB 1.1s
11:59:02 #10 extracting sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed
11:59:02 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 54.59MB / 54.59MB 1.2s
11:59:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 55.30MB / 85.99MB 1.2s
11:59:02 #13 34.37 Checking for new repos for mirrors
11:59:02 #13 34.37 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
11:59:02 #13 34.37  --> 1:make-3.82-24.el7.aarch64
11:59:02 #13 34.52  --> libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
11:59:02 #13 34.52  --> git-1.8.3.1-23.el7_8.aarch64
11:59:02 #13 34.52 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
11:59:02 #13 34.52  --> Already installed : bash-4.2.46-34.el7.aarch64
11:59:02 #13 34.53 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
11:59:02 #13 34.53  --> Already installed : bash-4.2.46-34.el7.aarch64
11:59:02 #13 34.53  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
11:59:02 #13 34.53  --> cmake-2.8.12.2-2.el7.aarch64
11:59:02 #13 34.53  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.aarch64
11:59:02 #13 34.53  --> gcc-4.8.5-44.el7.aarch64
11:59:02 #13 34.53  --> git-1.8.3.1-23.el7_8.aarch64
11:59:02 #13 34.53  --> glibc-static-2.17-326.el7_9.aarch64
11:59:02 #13 34.53  --> libarchive-3.1.2-14.el7_7.aarch64
11:59:02 #13 34.53  --> libseccomp-devel-2.3.1-4.el7.aarch64
11:59:02 #13 34.53  --> libselinux-devel-2.5-15.el7.aarch64
11:59:02 #13 34.53  --> libtool-2.4.2-22.el7_3.aarch64
11:59:02 #13 34.53  --> libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
11:59:02 #13 34.53  --> 1:make-3.82-24.el7.aarch64
11:59:02 #13 34.54  --> Already installed : 1:pkgconfig-0.27.1-4.el7.aarch64
11:59:02 #13 34.54  --> Already installed : systemd-219-78.el7.aarch64
11:59:02 #13 34.54  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:59:02 #13 34.54  --> systemd-devel-219-78.el7_9.7.aarch64
11:59:02 #13 34.54  --> Already installed : 2:tar-1.26-35.el7.aarch64
11:59:02 #13 34.54  --> which-2.20-7.el7.aarch64
11:59:02 #13 34.54 Getting requirements for /root/rpmbuild/SPECS/docker-compose-plugin.spec
11:59:02 #13 34.54  --> Already installed : bash-4.2.46-34.el7.aarch64
11:59:02 #13 34.54 --> Running transaction check
11:59:02 #13 34.54 ---> Package cmake.aarch64 0:2.8.12.2-2.el7 will be installed
11:59:02 #13 34.56 ---> Package device-mapper-devel.aarch64 7:1.02.170-6.el7_9.5 will be installed
11:59:02 #13 34.56 --> 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:59:02 #13 34.69 ---> Package gcc.aarch64 0:4.8.5-44.el7 will be installed
11:59:02 #13 34.69 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.aarch64
11:59:02 #13 34.70 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.aarch64
11:59:02 #13 34.70 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.aarch64
11:59:02 #13 34.70 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.aarch64
11:59:02 #13 34.70 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.aarch64
11:59:02 #13 34.71 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.aarch64
11:59:02 #13 34.71 ---> Package git.aarch64 0:1.8.3.1-23.el7_8 will be installed
11:59:02 #13 34.72 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.aarch64
11:59:02 #13 34.72 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.aarch64
11:59:02 #13 34.73 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.aarch64
11:59:02 #13 34.73 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.aarch64
11:59:02 #13 34.73 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.aarch64
11:59:02 #13 34.74 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.aarch64
11:59:02 #13 34.74 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.aarch64
11:59:02 #13 34.74 ---> Package glibc-static.aarch64 0:2.17-326.el7_9 will be installed
11:59:02 #13 34.74 ---> Package libarchive.aarch64 0:3.1.2-14.el7_7 will be installed
11:59:02 #13 34.75 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.aarch64
11:59:02 #13 34.75 ---> Package libseccomp-devel.aarch64 0:2.3.1-4.el7 will be installed
11:59:02 #13 34.75 --> Processing Dependency: libseccomp(aarch-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.aarch64
11:59:02 #13 34.75 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.aarch64
11:59:02 #13 34.75 ---> Package libselinux-devel.aarch64 0:2.5-15.el7 will be installed
11:59:02 #13 34.75 --> Processing Dependency: libsepol-devel(aarch-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.aarch64
11:59:02 #13 34.75 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.aarch64
11:59:02 #13 34.75 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.aarch64
11:59:02 #13 34.76 ---> Package libtool.aarch64 0:2.4.2-22.el7_3 will be installed
11:59:02 #13 34.76 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.aarch64
11:59:02 #13 34.76 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.aarch64
11:59:02 #13 34.77 ---> Package libtool-ltdl-devel.aarch64 0:2.4.2-22.el7_3 will be installed
11:59:02 #13 34.77 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
11:59:02 #13 34.77 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.aarch64
11:59:02 #13 34.77 ---> Package make.aarch64 1:3.82-24.el7 will be installed
11:59:02 #13 34.77 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
11:59:02 #13 34.77 --> 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:59:02 #13 34.77 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:59:02 #13 34.77 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:59:02 #13 34.78 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
11:59:02 #13 34.78 ---> Package systemd-devel.aarch64 0:219-78.el7_9.7 will be installed
11:59:02 #13 34.78 --> Processing Dependency: systemd-libs = 219-78.el7_9.7 for package: systemd-devel-219-78.el7_9.7.aarch64
11:59:02 #13 34.79 --> Processing Dependency: systemd = 219-78.el7_9.7 for package: systemd-devel-219-78.el7_9.7.aarch64
11:59:02 #13 34.79 Package: systemd-219-78.el7_9.7.src - can't co-install with systemd-219-78.el7_9.7.aarch64
11:59:02 #13 34.79 ---> Package which.aarch64 0:2.20-7.el7 will be installed
11:59:02 #13 34.79 --> Running transaction check
11:59:02 #13 34.79 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
11:59:02 #13 34.79 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
11:59:02 #13 34.80 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
11:59:02 #13 34.80 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
11:59:02 #13 34.81 ---> Package checkpolicy.aarch64 0:2.5-8.el7 will be installed
11:59:02 #13 34.81 ---> Package cpp.aarch64 0:4.8.5-44.el7 will be installed
11:59:02 #13 34.81 ---> Package device-mapper.aarch64 7:1.02.170-6.el7 will be updated
11:59:02 #13 34.81 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.aarch64
11:59:02 #13 34.81 ---> Package device-mapper.aarch64 7:1.02.170-6.el7_9.5 will be an update
11:59:02 #13 34.82 ---> Package glibc-devel.aarch64 0:2.17-326.el7_9 will be installed
11:59:02 #13 34.82 --> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.aarch64
11:59:02 #13 34.82 --> Processing Dependency: glibc = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.aarch64
11:59:02 #13 34.83 Package: glibc-2.17-326.el7_9.src - can't co-install with glibc-2.17-326.el7_9.aarch64
11:59:02 #13 34.83 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.aarch64
11:59:02 #13 34.83 ---> Package less.aarch64 0:458-9.el7 will be installed
11:59:02 #13 34.83 ---> Package libgomp.aarch64 0:4.8.5-44.el7 will be installed
11:59:02 #13 34.83 ---> Package libmpc.aarch64 0:1.0.1-3.el7 will be installed
11:59:02 #13 34.83 ---> Package libseccomp.aarch64 0:2.3.1-4.el7 will be installed
11:59:02 #13 34.83 ---> Package libsepol-devel.aarch64 0:2.5-10.el7 will be installed
11:59:02 #13 34.83 ---> Package libtool-ltdl.aarch64 0:2.4.2-22.el7_3 will be installed
11:59:02 #13 34.83 ---> Package lzo.aarch64 0:2.06-8.el7 will be installed
11:59:02 #13 34.83 ---> Package m4.aarch64 0:1.4.16-10.el7 will be installed
11:59:02 #13 34.83 ---> Package mpfr.aarch64 0:3.1.1-4.el7 will be installed
11:59:02 #13 34.84 ---> Package openssh-clients.aarch64 0:7.4p1-22.el7_9 will be installed
11:59:02 #13 34.84 --> Processing Dependency: openssh = 7.4p1-22.el7_9 for package: openssh-clients-7.4p1-22.el7_9.aarch64
11:59:02 #13 34.84 --> Processing Dependency: fipscheck-lib(aarch-64) >= 1.3.0 for package: openssh-clients-7.4p1-22.el7_9.aarch64
11:59:02 #13 34.84 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-22.el7_9.aarch64
11:59:02 #13 34.84 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-22.el7_9.aarch64
11:59:02 #13 34.85 ---> Package pcre-devel.aarch64 0:8.32-17.el7 will be installed
11:59:02 #13 34.85 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
11:59:02 #13 34.85 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
11:59:02 #13 34.85 ---> Package perl-TermReadKey.aarch64 0:2.30-20.el7 will be installed
11:59:02 #13 34.85 ---> Package policycoreutils-devel.aarch64 0:2.5-34.el7 will be installed
11:59:02 #13 34.85 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.aarch64
11:59:02 #13 34.85 ---> Package rsync.aarch64 0:3.1.2-12.el7_9 will be installed
11:59:02 #13 34.85 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
11:59:02 #13 34.85 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
11:59:02 #13 34.86 ---> Package systemd.aarch64 0:219-78.el7 will be updated
11:59:02 #13 35.00 ---> Package systemd.aarch64 0:219-78.el7_9.7 will be an update
11:59:02 #13 35.01 ---> Package systemd-libs.aarch64 0:219-78.el7 will be updated
11:59:02 #13 35.01 ---> Package systemd-libs.aarch64 0:219-78.el7_9.7 will be an update
11:59:02 #13 35.01 --> Running transaction check
11:59:02 #13 35.01 ---> Package device-mapper-libs.aarch64 7:1.02.170-6.el7 will be updated
11:59:02 #13 35.01 ---> Package device-mapper-libs.aarch64 7:1.02.170-6.el7_9.5 will be an update
11:59:02 #13 35.01 ---> Package fipscheck-lib.aarch64 0:1.4.1-6.el7 will be installed
11:59:02 #13 35.01 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.aarch64
11:59:02 #13 35.02 ---> Package glibc.aarch64 0:2.17-317.el7 will be updated
11:59:02 #13 35.02 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.aarch64
11:59:02 #13 35.02 ---> Package glibc.aarch64 0:2.17-326.el7_9 will be an update
11:59:02 #13 35.02 ---> Package glibc-headers.aarch64 0:2.17-326.el7_9 will be installed
11:59:02 #13 35.02 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.aarch64
11:59:02 #13 35.02 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.aarch64
11:59:02 #13 35.02 ---> Package libedit.aarch64 0:3.0-12.20121213cvs.el7 will be installed
11:59:02 #13 35.02 ---> Package openssh.aarch64 0:7.4p1-22.el7_9 will be installed
11:59:02 #13 35.03 ---> Package perl-Data-Dumper.aarch64 0:2.145-3.el7 will be installed
11:59:02 #13 35.03 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
11:59:02 #13 35.03 ---> Package policycoreutils.aarch64 0:2.5-34.el7 will be installed
11:59:02 #13 35.03 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.aarch64
11:59:02 #13 35.03 ---> Package policycoreutils-python.aarch64 0:2.5-34.el7 will be installed
11:59:02 #13 35.03 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.aarch64
11:59:02 #13 35.03 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.aarch64
11:59:02 #13 35.04 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.aarch64
11:59:02 #13 35.04 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.aarch64
11:59:02 #13 35.04 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.aarch64
11:59:02 #13 35.04 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:59:02 #13 35.04 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:59:02 #13 35.04 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.aarch64
11:59:02 #13 35.04 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:59:02 #13 35.04 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:59:02 #13 35.04 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
11:59:02 #13 35.04 --> Running transaction check
11:59:02 #13 35.04 ---> Package audit-libs-python.aarch64 0:2.8.5-4.el7 will be installed
11:59:02 #13 35.05 ---> Package fipscheck.aarch64 0:1.4.1-6.el7 will be installed
11:59:02 #13 35.05 ---> Package glibc-common.aarch64 0:2.17-317.el7 will be updated
11:59:02 #13 35.05 ---> Package glibc-common.aarch64 0:2.17-326.el7_9 will be an update
11:59:02 #13 35.05 ---> Package kernel-headers.aarch64 0:4.18.0-348.20.1.el7 will be installed
11:59:02 #13 35.05 ---> Package libcgroup.aarch64 0:0.41-21.el7 will be installed
11:59:02 #13 35.05 ---> Package libselinux-python.aarch64 0:2.5-15.el7 will be installed
11:59:02 #13 35.05 ---> Package libselinux-utils.aarch64 0:2.5-15.el7 will be installed
11:59:02 #13 35.05 ---> Package libsemanage-python.aarch64 0:2.5-14.el7 will be installed
11:59:02 #13 35.05 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
11:59:02 #13 35.05 ---> Package setools-libs.aarch64 0:3.3.8-4.el7 will be installed
11:59:02 #13 35.09 --> Finished Dependency Resolution
11:59:02 #13 35.14 
11:59:02 #13 35.14 Dependencies Resolved
11:59:02 #13 35.14 
11:59:02 #13 35.14 ================================================================================
11:59:02 #13 35.14  Package                  Arch      Version                     Repository
11:59:02 #13 35.14                                                                            Size
11:59:02 #13 35.14 ================================================================================
11:59:02 #13 35.14 Installing:
11:59:02 #13 35.14  cmake                    aarch64   2.8.12.2-2.el7              base      6.8 M
11:59:02 #13 35.14  device-mapper-devel      aarch64   7:1.02.170-6.el7_9.5        updates   205 k
11:59:02 #13 35.14  gcc                      aarch64   4.8.5-44.el7                base       13 M
11:59:02 #13 35.14  git                      aarch64   1.8.3.1-23.el7_8            base      4.4 M
11:59:02 #13 35.14  glibc-static             aarch64   2.17-326.el7_9              updates   1.4 M
11:59:02 #13 35.14  libarchive               aarch64   3.1.2-14.el7_7              base      294 k
11:59:02 #13 35.14  libseccomp-devel         aarch64   2.3.1-4.el7                 base       63 k
11:59:02 #13 35.14  libselinux-devel         aarch64   2.5-15.el7                  base      186 k
11:59:02 #13 35.14  libtool                  aarch64   2.4.2-22.el7_3              base      588 k
11:59:02 #13 35.14  libtool-ltdl-devel       aarch64   2.4.2-22.el7_3              base      167 k
11:59:02 #13 35.14  make                     aarch64   1:3.82-24.el7               base      415 k
11:59:02 #13 35.14  selinux-policy-devel     noarch    3.13.1-268.el7_9.2          updates   1.7 M
11:59:02 #13 35.14  systemd-devel            aarch64   219-78.el7_9.7              updates   216 k
11:59:02 #13 35.14  which                    aarch64   2.20-7.el7                  base       40 k
11:59:02 #13 35.14 Installing for dependencies:
11:59:02 #13 35.14  audit-libs-python        aarch64   2.8.5-4.el7                 base       73 k
11:59:02 #13 35.14  autoconf                 noarch    2.69-11.el7                 base      701 k
11:59:02 #13 35.14  automake                 noarch    1.13.4-3.el7                base      679 k
11:59:02 #13 35.14  checkpolicy              aarch64   2.5-8.el7                   base      275 k
11:59:02 #13 35.14  cpp                      aarch64   4.8.5-44.el7                base      5.2 M
11:59:02 #13 35.14  fipscheck                aarch64   1.4.1-6.el7                 base       22 k
11:59:02 #13 35.14  fipscheck-lib            aarch64   1.4.1-6.el7                 base       10 k
11:59:02 #13 35.14  glibc-devel              aarch64   2.17-326.el7_9              updates   1.1 M
11:59:02 #13 35.14  glibc-headers            aarch64   2.17-326.el7_9              updates   673 k
11:59:02 #13 35.14  kernel-headers           aarch64   4.18.0-348.20.1.el7         updates   8.2 M
11:59:02 #13 35.14  less                     aarch64   458-9.el7                   base      115 k
11:59:02 #13 35.14  libcgroup                aarch64   0.41-21.el7                 base       63 k
11:59:02 #13 35.14  libedit                  aarch64   3.0-12.20121213cvs.el7      base       85 k
11:59:02 #13 35.14  libgomp                  aarch64   4.8.5-44.el7                base      155 k
11:59:02 #13 35.14  libmpc                   aarch64   1.0.1-3.el7                 base       49 k
11:59:02 #13 35.14  libseccomp               aarch64   2.3.1-4.el7                 base       55 k
11:59:02 #13 35.14  libselinux-python        aarch64   2.5-15.el7                  base      222 k
11:59:02 #13 35.14  libselinux-utils         aarch64   2.5-15.el7                  base      154 k
11:59:02 #13 35.14  libsemanage-python       aarch64   2.5-14.el7                  base      109 k
11:59:02 #13 35.14  libsepol-devel           aarch64   2.5-10.el7                  base       76 k
11:59:02 #13 35.14  libtool-ltdl             aarch64   2.4.2-22.el7_3              base       47 k
11:59:02 #13 35.14  lzo                      aarch64   2.06-8.el7                  base       52 k
11:59:02 #13 35.14  m4                       aarch64   1.4.16-10.el7               base      251 k
11:59:02 #13 35.14  mpfr                     aarch64   3.1.1-4.el7                 base      198 k
11:59:02 #13 35.14  openssh                  aarch64   7.4p1-22.el7_9              updates   503 k
11:59:02 #13 35.14  openssh-clients          aarch64   7.4p1-22.el7_9              updates   610 k
11:59:02 #13 35.14  pcre-devel               aarch64   8.32-17.el7                 base      479 k
11:59:02 #13 35.14  perl-Data-Dumper         aarch64   2.145-3.el7                 base       46 k
11:59:02 #13 35.14  perl-Error               noarch    1:0.17020-2.el7             base       32 k
11:59:02 #13 35.14  perl-Git                 noarch    1.8.3.1-23.el7_8            base       56 k
11:59:02 #13 35.14  perl-TermReadKey         aarch64   2.30-20.el7                 base       30 k
11:59:02 #13 35.14  perl-Test-Harness        noarch    3.28-3.el7                  base      302 k
11:59:02 #13 35.14  policycoreutils          aarch64   2.5-34.el7                  base      916 k
11:59:02 #13 35.14  policycoreutils-devel    aarch64   2.5-34.el7                  base      323 k
11:59:02 #13 35.14  policycoreutils-python   aarch64   2.5-34.el7                  base      456 k
11:59:02 #13 35.14  python-IPy               noarch    0.75-6.el7                  base       32 k
11:59:02 #13 35.14  rsync                    aarch64   3.1.2-12.el7_9              updates   397 k
11:59:02 #13 35.14  selinux-policy           noarch    3.13.1-268.el7_9.2          updates   498 k
11:59:02 #13 35.14  setools-libs             aarch64   3.3.8-4.el7                 base      567 k
11:59:02 #13 35.14 Updating for dependencies:
11:59:02 #13 35.14  device-mapper            aarch64   7:1.02.170-6.el7_9.5        updates   293 k
11:59:02 #13 35.14  device-mapper-libs       aarch64   7:1.02.170-6.el7_9.5        updates   313 k
11:59:02 #13 35.14  glibc                    aarch64   2.17-326.el7_9              updates   3.6 M
11:59:02 #13 35.14  glibc-common             aarch64   2.17-326.el7_9              updates    12 M
11:59:02 #13 35.14  systemd                  aarch64   219-78.el7_9.7              updates   4.9 M
11:59:02 #13 35.14  systemd-libs             aarch64   219-78.el7_9.7              updates   396 k
11:59:02 #13 35.14 
11:59:02 #13 35.14 Transaction Summary
11:59:02 #13 35.14 ================================================================================
11:59:02 #13 35.14 Install  14 Packages (+39 Dependent packages)
11:59:02 #13 35.14 Upgrade              (  6 Dependent packages)
11:59:02 #13 35.14 
11:59:02 #13 35.15 Total download size: 74 M
11:59:02 #13 35.15 Downloading packages:
11:59:02 #13 35.15 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
11:59:02 #14 resolve docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 0.0s done
11:59:02 #14 sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 2.65kB / 2.65kB done
11:59:02 #14 sha256:30f60105c995681479b4742a2d94ab6f93e256d8b64eb3965c07b53690af50cd 526B / 526B done
11:59:02 #14 sha256:86dcba2fb3ace8cdc35db7ae6f3d2fedd1158bcacd065543f1d3e77b714d0357 1.30kB / 1.30kB done
11:59:02 mkdir -p rpmbuild/SOURCES
11:59:02 docker run --rm -w /v \
11:59:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:59:02 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:02 	alpine \
11:59:02 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:59:02 #10 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 54.59MB / 54.59MB 1.3s done
11:59:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 77.59MB / 85.99MB 1.4s
11:59:02 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 33.55MB / 148.95MB 1.4s
11:59:02 #10 sha256:2d533c107a1d7303beef7f6788021ebadd894b7a021c3245ebf5c3f1ef4488de 156B / 156B 1.3s done
11:59:02 #14 sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 0B / 14.96kB 0.3s
11:59:02 #14 extracting sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 done
11:59:02 #10 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 85.98MB / 85.99MB 1.6s
11:59:02 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 45.09MB / 148.95MB 1.6s
11:59:02 #10 ...
11:59:02 
11:59:02 #11 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
11:59:02 #11 resolve docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda done
11:59:02 #11 sha256:ea14d91662afd3481dcb1e6f4263cb99e06571b6093490d24d995bbea65625a9 1.30kB / 1.30kB done
11:59:02 #11 sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 2.65kB / 2.65kB done
11:59:02 #11 sha256:4cfcc2489296c989f5d346c81b9b0f52340e8c93c805d84bd997609785153115 526B / 526B done
11:59:02 #11 extracting sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 done
11:59:02 #11 sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 14.97kB / 14.97kB 1.5s done
11:59:02 #11 DONE 1.8s
11:59:02 
11:59:02 #10 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
11:59:03 #14 sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 14.96kB / 14.96kB 0.3s done
11:59:03 #14 DONE 0.8s
11:59:03 
11:59:03 #15 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
11:59:03 #15 resolve docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1 0.0s done
11:59:03 #15 sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1 1.65kB / 1.65kB done
11:59:03 #15 sha256:654f4a074920935feeae68f7637da82bb4b8486e7bd8da26bfe48f1750935b79 1.16kB / 1.16kB done
11:59:03 #15 sha256:8223c43c6abe54105296f911c4b601138eeae713891a9dc8eacde44ddf05b507 5.11kB / 5.11kB done
11:59:03 #15 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.2s done
11:59:03 #15 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.1s done
11:59:03 #15 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 27.89MB / 122.71MB 0.7s
11:59:03 #15 sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 155B / 155B 0.2s done
11:59:03 #15 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.4s
11:59:03 mkdir -p sources
11:59:03 docker run --rm -w /v \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:03 	alpine \
11:59:03 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:03 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 67.11MB / 148.95MB 1.9s
11:59:03 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 75.50MB / 148.95MB 2.0s
11:59:03 mkdir -p rpmbuild/SOURCES
11:59:03 docker run --rm -w /v \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:03 	alpine \
11:59:03 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:59:03 mkdir -p sources
11:59:03 docker run --rm -w /v \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:03 	alpine \
11:59:03 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:03 #15 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 38.08MB / 122.71MB 0.9s
11:59:03 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 85.98MB / 148.95MB 2.2s
11:59:03 mkdir -p sources
11:59:03 docker run --rm -w /v \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:03 	alpine \
11:59:03 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:03 mkdir -p rpmbuild/SOURCES
11:59:03 docker run --rm -w /v \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:03 	alpine \
11:59:03 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:03 mkdir -p sources
11:59:03 docker run --rm -w /v \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:03 	alpine \
11:59:03 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:03 #15 ...
11:59:03 
11:59:03 #13 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:59:03 #13 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
11:59:03 #13 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done
11:59:03 #13 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done
11:59:03 #13 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.3s done
11:59:03 #13 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 done
11:59:03 #13 DONE 1.2s
11:59:03 
11:59:03 #15 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
11:59:03 #15 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 46.57MB / 122.71MB 1.1s
11:59:03 #15 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.9s done
11:59:03 mkdir -p rpmbuild/SOURCES
11:59:03 docker run --rm -w /v \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:03 	alpine \
11:59:03 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:59:03 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 103.81MB / 148.95MB 2.4s
11:59:03 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 112.20MB / 148.95MB 2.5s
11:59:03 #15 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 55.57MB / 122.71MB 1.4s
11:59:03 #15 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373
11:59:03 #15 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 62.91MB / 122.71MB 1.5s
11:59:03 #15 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.2s done
11:59:03 mkdir -p sources
11:59:03 docker run --rm -w /v \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:03 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:03 	alpine \
11:59:03 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:03 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 121.22MB / 148.95MB 2.6s
11:59:03 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 140.51MB / 148.95MB 2.8s
11:59:04 #15 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 78.64MB / 122.71MB 1.7s
11:59:04 #15 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 87.03MB / 122.71MB 1.8s
11:59:04 mkdir -p sources
11:59:04 docker run --rm -w /v \
11:59:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:04 	alpine \
11:59:04 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:04 mkdir -p sources
11:59:04 docker run --rm -w /v \
11:59:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:04 	alpine \
11:59:04 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:04 #15 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 97.52MB / 122.71MB 1.9s
11:59:04 #15 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 109.05MB / 122.71MB 2.0s
11:59:04 #10 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 148.95MB / 148.95MB 3.0s done
11:59:04 #15 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 118.49MB / 122.71MB 2.1s
11:59:04 #15 ...
11:59:04 
11:59:04 #12 [internal] load build context
11:59:04 #12 transferring context: 38.14MB 2.2s done
11:59:04 #12 DONE 2.2s
11:59:04 
11:59:04 #15 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
11:59:04 #15 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 122.71MB / 122.71MB 2.2s done
11:59:04 #15 extracting sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3
11:59:04 mkdir -p sources
11:59:04 docker run --rm -w /v \
11:59:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:04 	alpine \
11:59:04 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:04 mkdir -p sources
11:59:04 docker run --rm -w /v \
11:59:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:04 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:04 	alpine \
11:59:04 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:05 mkdir -p rpmbuild/SOURCES
11:59:05 docker run --rm -w /v \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:05 	alpine \
11:59:05 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:59:05 mkdir -p sources
11:59:05 docker run --rm -w /v \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:05 	alpine \
11:59:05 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:05 mkdir -p rpmbuild/SOURCES
11:59:05 docker run --rm -w /v \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:05 	alpine \
11:59:05 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:05 mkdir -p sources
11:59:05 docker run --rm -w /v \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:05 	alpine \
11:59:05 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:05 #10 ...
11:59:05 
11:59:05 #12 [internal] load build context
11:59:05 #12 transferring context: 63.97MB 4.0s done
11:59:05 #12 DONE 4.0s
11:59:05 
11:59:05 #10 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
11:59:05 mkdir -p rpmbuild/SOURCES
11:59:05 docker run --rm -w /v \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:05 	alpine \
11:59:05 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:05 mkdir -p rpmbuild/SOURCES
11:59:05 docker run --rm -w /v \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:05 	alpine \
11:59:05 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:59:05 mkdir -p sources
11:59:05 docker run --rm -w /v \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:05 	alpine \
11:59:05 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:05 mkdir -p rpmbuild/SOURCES
11:59:05 docker run --rm -w /v \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:05 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:05 	alpine \
11:59:05 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:06 #10 extracting sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 4.1s done
11:59:06 mkdir -p sources
11:59:06 docker run --rm -w /v \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:06 	alpine \
11:59:06 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:06 mkdir -p sources
11:59:06 docker run --rm -w /v \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:06 	alpine \
11:59:06 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:06 mkdir -p sources
11:59:06 docker run --rm -w /v \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:06 	alpine \
11:59:06 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:06 mkdir -p rpmbuild/SOURCES
11:59:06 docker run --rm -w /v \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:06 	alpine \
11:59:06 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:59:06 mkdir -p sources
11:59:06 docker run --rm -w /v \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:06 	alpine \
11:59:06 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:06 mkdir -p rpmbuild/SOURCES
11:59:06 docker run --rm -w /v \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:06 	alpine \
11:59:06 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:59:06 mkdir -p sources
11:59:06 docker run --rm -w /v \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:06 	alpine \
11:59:06 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:06 #10 extracting sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62
11:59:06 mkdir -p rpmbuild/SOURCES
11:59:06 docker run --rm -w /v \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:06 	alpine \
11:59:06 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:59:06 mkdir -p sources
11:59:06 docker run --rm -w /v \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:06 	alpine \
11:59:06 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:06 mkdir -p rpmbuild/SOURCES
11:59:06 docker run --rm -w /v \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:06 	alpine \
11:59:06 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:06 #10 extracting sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62 0.2s done
11:59:06 #10 extracting sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f
11:59:06 mkdir -p sources
11:59:06 docker run --rm -w /v \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:06 	alpine \
11:59:06 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:06 mkdir -p sources
11:59:06 docker run --rm -w /v \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:06 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:06 	alpine \
11:59:06 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:07 mkdir -p rpmbuild/SOURCES
11:59:07 docker run --rm -w /v \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli:/cli \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:07 	alpine \
11:59:07 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:59:07 mkdir -p rpmbuild/SOURCES
11:59:07 docker run --rm -w /v \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:07 	alpine \
11:59:07 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:07 mkdir -p rpmbuild/SOURCES
11:59:07 docker run --rm -w /v \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:07 	alpine \
11:59:07 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:07 #10 extracting sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 0.2s done
11:59:07 #10 extracting sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e
11:59:07 mkdir -p sources
11:59:07 docker run --rm -w /v \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:07 	alpine \
11:59:07 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:07 mkdir -p sources
11:59:07 docker run --rm -w /v \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:07 	alpine \
11:59:07 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:07 mkdir -p rpmbuild/SOURCES
11:59:07 docker run --rm -w /v \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:07 	alpine \
11:59:07 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:07 mkdir -p sources
11:59:07 docker run --rm -w /v \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:07 	alpine \
11:59:07 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:07 mkdir -p rpmbuild/SOURCES
11:59:07 docker run --rm -w /v \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:07 	alpine \
11:59:07 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:07 mkdir -p sources
11:59:07 docker run --rm -w /v \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:07 	alpine \
11:59:07 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:07 mkdir -p sources
11:59:07 docker run --rm -w /v \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:07 	alpine \
11:59:07 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:07 mkdir -p sources
11:59:07 docker run --rm -w /v \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:07 	alpine \
11:59:07 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:07 mkdir -p rpmbuild/SOURCES
11:59:07 docker run --rm -w /v \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:07 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:07 	alpine \
11:59:07 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:07 == Building packages for centos-7 ==
11:59:07 mkdir -p "rpmbuild/centos-7"
11:59:07 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile .
11:59:08 mkdir -p rpmbuild/SOURCES
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:08 mkdir -p sources
11:59:08 mkdir -p rpmbuild/SOURCES
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:08 mkdir -p sources
11:59:08 mkdir -p sources
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:08 mkdir -p sources
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:08 mkdir -p sources
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:08 mkdir -p sources
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:08 mkdir -p rpmbuild/SOURCES
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:08 mkdir -p rpmbuild/SOURCES
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:08 == Building packages for debian-buster ==
11:59:08 mkdir -p "debbuild/debian-buster"
11:59:08 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/x86_64 -f debian-buster/Dockerfile .
11:59:08 mkdir -p sources
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:08 	alpine \
11:59:08 11:59:08 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
mkdir -p sources
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:08 mkdir -p sources
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:08 mkdir -p sources
11:59:08 docker run --rm -w /v \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:08 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:08 	alpine \
11:59:08 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:09 mkdir -p sources
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:09 mkdir -p sources
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:09 #1 [internal] load build definition from Dockerfile
11:59:09 #1 transferring dockerfile: 911B done
11:59:09 #1 DONE 0.0s
11:59:09 
11:59:09 #2 [internal] load .dockerignore
11:59:09 #2 transferring context: 2B done
11:59:09 #2 DONE 0.1s
11:59:09 
11:59:09 #3 [auth] library/golang:pull token for registry-1.docker.io
11:59:09 #3 DONE 0.0s
11:59:09 
11:59:09 #4 [auth] library/debian:pull token for registry-1.docker.io
11:59:09 #4 DONE 0.0s
11:59:09 
11:59:09 #5 [internal] load metadata for docker.io/library/debian:buster
11:59:09 mkdir -p rpmbuild/SOURCES
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:09 mkdir -p sources
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:09 mkdir -p rpmbuild/SOURCES
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:09 mkdir -p sources
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:09 #5 DONE 0.4s
11:59:09 
11:59:09 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:09 #6 DONE 0.3s
11:59:09 #1 [internal] load build definition from Dockerfile
11:59:09 #1 transferring dockerfile: 1.12kB done
11:59:09 #1 DONE 0.0s
11:59:09 
11:59:09 #2 [internal] load .dockerignore
11:59:09 #2 transferring context: 2B done
11:59:09 #2 DONE 0.1s
11:59:09 
11:59:09 #3 [auth] library/centos:pull token for registry-1.docker.io
11:59:09 #3 DONE 0.0s
11:59:09 
11:59:09 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:09 #4 DONE 0.0s
11:59:09 
11:59:09 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:09 mkdir -p sources
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:09 mkdir -p sources
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:09 mkdir -p rpmbuild/SOURCES
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:09 mkdir -p sources
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:09 #1 creating container buildx_buildkit_gallant_kapitsa0 7.9s done
11:59:09 #1 DONE 10.5s
11:59:09 
11:59:09 #2 [internal] load build definition from Dockerfile
11:59:09 #2 transferring dockerfile: 5.47kB done
11:59:09 #2 DONE 0.0s
11:59:09 
11:59:09 #3 [internal] load .dockerignore
11:59:09 #3 transferring context: 263B done
11:59:09 #3 DONE 0.1s
11:59:09 
11:59:09 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
11:59:09 #4 DONE 0.0s
11:59:09 
11:59:09 #5 resolve image config for docker.io/docker/dockerfile:1
11:59:09 
11:59:09 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:09 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:09 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
11:59:09 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
11:59:09 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 5.24MB / 7.86MB 0.1s
11:59:09 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 7.34MB / 10.00MB 0.1s
11:59:09 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:09 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 0B / 50.45MB 0.1s
11:59:09 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
11:59:09 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.2s
11:59:09 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 6.29MB / 50.45MB 0.2s
11:59:09 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0B / 51.87MB 0.2s
11:59:09 == Building packages for fedora-36 ==
11:59:09 mkdir -p "rpmbuild/fedora-36"
11:59:09 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-fedora-36/x86_64 -f fedora-36/Dockerfile .
11:59:09 #5 DONE 0.4s
11:59:09 
11:59:09 #6 [internal] load metadata for docker.io/library/centos:7
11:59:09 #6 DONE 0.3s
11:59:09 mkdir -p sources
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:09 #10 extracting sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 2.1s done
11:59:09 #10 extracting sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31
11:59:09 mkdir -p sources
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:09 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.2s done
11:59:09 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 23.07MB / 50.45MB 0.4s
11:59:09 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 14.68MB / 51.87MB 0.4s
11:59:09 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 1.05MB / 68.85MB 0.4s
11:59:09 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 32.51MB / 50.45MB 0.5s
11:59:09 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 22.02MB / 51.87MB 0.5s
11:59:09 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 8.39MB / 68.85MB 0.5s
11:59:09 mkdir -p sources
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:09 
11:59:09 #7 [internal] load build context
11:59:09 #7 transferring context: 14.90kB done
11:59:09 #7 DONE 0.0s
11:59:09 
11:59:09 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:09 #8 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:09 #8 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 3.15MB / 7.86MB 0.1s
11:59:09 #8 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:09 #8 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
11:59:09 #8 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
11:59:09 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 5.24MB / 50.45MB 0.1s
11:59:09 #8 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
11:59:09 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 15.73MB / 50.45MB 0.2s
11:59:09 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0B / 10.00MB 0.2s
11:59:09 mkdir -p sources
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:09 mkdir -p sources
11:59:09 docker run --rm -w /v \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:09 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:09 	alpine \
11:59:09 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:09 #15 extracting sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 4.2s done
11:59:09 #15 extracting sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 done
11:59:09 #15 DONE 6.9s
11:59:09 
11:59:09 #16 [build-base-alpine 2/4] COPY --from=xx / /
11:59:10 mkdir -p sources
11:59:10 docker run --rm -w /v \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:10 	alpine \
11:59:10 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:10 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 39.85MB / 50.45MB 0.6s
11:59:10 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 27.26MB / 51.87MB 0.6s
11:59:10 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 14.68MB / 68.85MB 0.6s
11:59:10 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 46.14MB / 50.45MB 0.7s
11:59:10 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 30.41MB / 51.87MB 0.7s
11:59:10 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 18.87MB / 68.85MB 0.7s
11:59:10 #5 DONE 0.6s
11:59:10 
11:59:10 #6 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
11:59:10 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 23.02MB / 50.45MB 0.3s
11:59:10 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 6.29MB / 10.00MB 0.3s
11:59:10 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 38.80MB / 50.45MB 0.5s
11:59:10 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.4s done
11:59:10 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 1.05MB / 51.87MB 0.5s
11:59:10 #1 [internal] load .dockerignore
11:59:10 #1 transferring context: 2B done
11:59:10 #1 DONE 0.0s
11:59:10 
11:59:10 #2 [internal] load build definition from Dockerfile
11:59:10 #2 transferring dockerfile: 853B done
11:59:10 #2 DONE 0.0s
11:59:10 
11:59:10 #3 [auth] library/fedora:pull token for registry-1.docker.io
11:59:10 #3 DONE 0.0s
11:59:10 
11:59:10 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:10 #4 DONE 0.0s
11:59:10 
11:59:10 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:10 #5 DONE 0.3s
11:59:10 
11:59:10 #6 [internal] load metadata for docker.io/library/fedora:36
11:59:10 #6 DONE 0.3s
11:59:10 
11:59:10 #7 [internal] load build context
11:59:10 #7 transferring context: 14.90kB done
11:59:10 #7 DONE 0.0s
11:59:10 
11:59:10 #8 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471
11:59:10 #8 resolve docker.io/library/fedora:36@sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471 done
11:59:10 mkdir -p sources
11:59:10 docker run --rm -w /v \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:10 	alpine \
11:59:10 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:10 mkdir -p sources
11:59:10 docker run --rm -w /v \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker:/engine \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:10 	alpine \
11:59:10 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:59:10 #16 DONE 0.8s
11:59:10 
11:59:10 #17 [build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
11:59:10 mkdir -p rpmbuild/SOURCES
11:59:10 docker run --rm -w /v \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:10 	alpine \
11:59:10 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:10 mkdir -p sources
11:59:10 docker run --rm -w /v \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:10 	alpine \
11:59:10 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:10 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.9s done
11:59:10 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 42.99MB / 51.87MB 0.9s
11:59:10 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 33.55MB / 68.85MB 0.9s
11:59:10 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0B / 148.95MB 0.9s
11:59:10 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 49.28MB / 51.87MB 1.0s
11:59:10 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 37.75MB / 68.85MB 1.0s
11:59:10 mkdir -p rpmbuild/SOURCES
11:59:10 docker run --rm -w /v \
11:59:10 11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:10 	alpine \
#6 resolve docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8 0.0s done
11:59:10 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:10 #6 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 11.55MB / 11.55MB 0.2s
11:59:10 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 45.09MB / 50.45MB 0.6s
11:59:10 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 11.53MB / 51.87MB 0.6s
11:59:10 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.7s
11:59:10 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 17.83MB / 51.87MB 0.7s
11:59:10 #8 sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471 975B / 975B done
11:59:10 #8 sha256:c82170503f2bdada53d529edbbb883cb8432a37f037a15491d2fb4d67d9c1a9f 529B / 529B done
11:59:10 #8 sha256:0e68c6a5f825ebd513d810702ab00cf4a800962495b00473cebd5d4eab42f5ac 1.99kB / 1.99kB done
11:59:10 #8 sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 0B / 60.03MB 0.1s
11:59:10 #8 sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 8.39MB / 60.03MB 0.2s
11:59:10 == Building packages for centos-9 ==
11:59:10 mkdir -p "rpmbuild/centos-9"
11:59:10 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-centos-9/x86_64 -f centos-9/Dockerfile .
11:59:10 #1 [internal] load .dockerignore
11:59:10 #1 transferring context: 2B done
11:59:10 #1 DONE 0.1s
11:59:10 
11:59:10 #2 [internal] load build definition from Dockerfile
11:59:10 #2 transferring dockerfile: 1.26kB done
11:59:10 #2 DONE 0.1s
11:59:10 
11:59:10 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:10 == Building packages for debian-bullseye ==
11:59:10 mkdir -p "debbuild/debian-bullseye"
11:59:10 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/x86_64 -f debian-bullseye/Dockerfile .
11:59:10 #17 0.372 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
11:59:10 == Building packages for ubuntu-kinetic ==
11:59:10 mkdir -p "debbuild/ubuntu-kinetic"
11:59:10 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-kinetic/x86_64 -f ubuntu-kinetic/Dockerfile .
11:59:10 mkdir -p sources
11:59:10 docker run --rm -w /v \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:10 	alpine \
11:59:10 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:10 == Building packages for ubuntu-focal ==
11:59:10 mkdir -p "debbuild/ubuntu-focal"
11:59:10 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile .
11:59:10 mkdir -p rpmbuild/SOURCES
11:59:10 docker run --rm -w /v \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:10 	alpine \
11:59:10 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:10 #7 ...
11:59:10 
11:59:10 #8 [internal] load build context
11:59:10 #8 transferring context: 30.40MB 1.2s done
11:59:10 #8 DONE 1.2s
11:59:10 
11:59:10 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:10 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 42.99MB / 68.85MB 1.1s
11:59:10 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.1s done
11:59:10 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 53.48MB / 68.85MB 1.2s
11:59:10 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 7.76MB / 148.95MB 1.2s
11:59:10 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 0.1s
11:59:10 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.2s done
11:59:10 #6 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 11.55MB / 11.55MB 0.3s done
11:59:10 #6 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d
11:59:10 mkdir -p rpmbuild/SOURCES
11:59:10 docker run --rm -w /v \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:10 	alpine \
11:59:10 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:10 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.7s done
11:59:10 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 30.41MB / 51.87MB 0.9s
11:59:10 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 5.24MB / 68.85MB 0.9s
11:59:10 #3 ...
11:59:10 
11:59:10 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:10 #4 DONE 0.0s
11:59:10 == Building packages for ubuntu-jammy ==
11:59:10 mkdir -p "debbuild/ubuntu-jammy"
11:59:10 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/x86_64 -f ubuntu-jammy/Dockerfile .
11:59:10 #8 sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 16.78MB / 60.03MB 0.3s
11:59:10 mkdir -p sources
11:59:10 docker run --rm -w /v \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:10 	alpine \
11:59:10 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:10 == Building packages for debian-bookworm ==
11:59:10 mkdir -p "debbuild/debian-bookworm"
11:59:10 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-bookworm/x86_64 -f debian-bookworm/Dockerfile .
11:59:10 mkdir -p sources
11:59:10 docker run --rm -w /v \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:10 	alpine \
11:59:10 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:10 #1 [internal] load .dockerignore
11:59:10 #1 transferring context: 2B done
11:59:10 #1 DONE 0.0s
11:59:10 
11:59:10 #2 [internal] load build definition from Dockerfile
11:59:10 #2 transferring dockerfile: 1.21kB done
11:59:10 #2 DONE 0.0s
11:59:10 
11:59:10 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
11:59:10 #3 DONE 0.0s
11:59:10 
11:59:10 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:10 #4 DONE 0.0s
11:59:10 
11:59:10 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:10 #6 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 0.2s done
11:59:10 #6 DONE 0.5s
11:59:10 
11:59:10 #7 [auth] tonistiigi/xx:pull token for registry-1.docker.io
11:59:10 #7 DONE 0.0s
11:59:10 
11:59:10 #8 [auth] library/golang:pull token for registry-1.docker.io
11:59:10 #8 DONE 0.0s
11:59:10 
11:59:10 #9 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
11:59:10 #9 DONE 0.0s
11:59:10 
11:59:10 #10 [linux/amd64 internal] load metadata for docker.io/library/golang:1.19.5-alpine3.16
11:59:10 mkdir -p rpmbuild/SOURCES
11:59:10 docker run --rm -w /v \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:10 	alpine \
11:59:10 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:10 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 35.65MB / 51.87MB 1.0s
11:59:10 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 10.11MB / 68.85MB 1.0s
11:59:10 #8 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb
11:59:10 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 46.49MB / 51.87MB 1.2s
11:59:10 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 22.02MB / 68.85MB 1.2s
11:59:10 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0B / 148.95MB 1.2s
11:59:10 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.3s
11:59:10 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 30.41MB / 68.85MB 1.3s
11:59:10 == Building packages for centos-8 ==
11:59:10 mkdir -p "rpmbuild/centos-8"
11:59:10 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-centos-8/x86_64 -f centos-8/Dockerfile .
11:59:10 #1 [internal] load .dockerignore
11:59:10 #1 transferring context: 2B done
11:59:10 #1 DONE 0.0s
11:59:10 
11:59:10 #2 [internal] load build definition from Dockerfile
11:59:10 #2 transferring dockerfile: 1.62kB done
11:59:10 #2 DONE 0.0s
11:59:10 
11:59:10 #3 [auth] library/golang:pull token for registry-1.docker.io
11:59:10 #3 DONE 0.0s
11:59:10 
11:59:10 #4 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:10 
11:59:10 #5 [internal] load metadata for quay.io/centos/centos:stream9
11:59:10 #5 DONE 0.3s
11:59:10 
11:59:10 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:10 #3 DONE 0.3s
11:59:10 
11:59:10 #6 [internal] load build context
11:59:10 #6 transferring context: 14.90kB done
11:59:10 #6 DONE 0.0s
11:59:10 
11:59:10 #7 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:2599aad36b178e108586ab2a9220d6fd9bb31a597a08f137566dbdd27405e929
11:59:10 #7 resolve quay.io/centos/centos:stream9@sha256:2599aad36b178e108586ab2a9220d6fd9bb31a597a08f137566dbdd27405e929 0.0s done
11:59:10 #1 [internal] load .dockerignore
11:59:10 #1 transferring context: 2B done
11:59:10 #1 DONE 0.1s
11:59:10 
11:59:10 #2 [internal] load build definition from Dockerfile
11:59:10 #2 transferring dockerfile: 1.21kB done
11:59:10 #2 DONE 0.1s
11:59:10 
11:59:10 #3 [auth] library/golang:pull token for registry-1.docker.io
11:59:10 #3 DONE 0.0s
11:59:10 
11:59:10 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:59:10 #8 sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 28.31MB / 60.03MB 0.6s
11:59:10 #8 sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 35.65MB / 60.03MB 0.7s
11:59:10 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.4s
11:59:10 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 28.31MB / 148.95MB 1.4s
11:59:11 #1 [internal] load build definition from Dockerfile
11:59:11 #1 transferring dockerfile: 913B done
11:59:11 #1 DONE 0.1s
11:59:11 
11:59:11 #2 [internal] load .dockerignore
11:59:11 #2 transferring context: 2B done
11:59:11 #2 DONE 0.1s
11:59:11 
11:59:11 #3 [auth] library/debian:pull token for registry-1.docker.io
11:59:11 #3 DONE 0.0s
11:59:11 
11:59:11 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:11 #4 DONE 0.0s
11:59:11 
11:59:11 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:11 mkdir -p rpmbuild/SOURCES
11:59:11 docker run --rm -w /v \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:11 	alpine \
11:59:11 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:11 #5 DONE 0.3s
11:59:11 
11:59:11 #6 [internal] load metadata for docker.io/library/ubuntu:focal
11:59:11 #6 DONE 0.2s
11:59:11 
11:59:11 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
11:59:11 #7 resolve docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 0.0s done
11:59:11 #7 sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 1.13kB / 1.13kB done
11:59:11 #7 sha256:bffb6799d706144f263f4b91e1226745ffb5643ea0ea89c2f709208e8d70c999 424B / 424B done
11:59:11 #7 sha256:e40cf56b4be35b04f620bc9cfbef80038fd7370d4ed36d90676223174ecbf0b0 2.30kB / 2.30kB done
11:59:11 #7 sha256:b549f31133a955f68f9fa0d93f18436c4a180e12184b999a8ecf14f7eaa83309 14.68MB / 27.50MB 0.2s
11:59:11 #1 [internal] load .dockerignore
11:59:11 #1 transferring context: 2B done
11:59:11 #1 DONE 0.0s
11:59:11 
11:59:11 #2 [internal] load build definition from Dockerfile
11:59:11 #2 transferring dockerfile: 1.21kB done
11:59:11 #2 DONE 0.0s
11:59:11 
11:59:11 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
11:59:11 #3 DONE 0.0s
11:59:11 
11:59:11 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:11 #4 DONE 0.0s
11:59:11 
11:59:11 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:11 #5 ...
11:59:11 
11:59:11 #6 [internal] load metadata for docker.io/library/ubuntu:kinetic
11:59:11 #6 DONE 0.2s
11:59:11 mkdir -p sources
11:59:11 docker run --rm -w /v \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:11 	alpine \
11:59:11 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:11 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.3s done
11:59:11 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 38.80MB / 68.85MB 1.4s
11:59:11 #8 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.4s done
11:59:11 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 47.19MB / 68.85MB 1.5s
11:59:11 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.49MB / 148.95MB 1.5s
11:59:11 #4 DONE 0.3s
11:59:11 
11:59:11 #5 [internal] load metadata for quay.io/centos/centos:stream8
11:59:11 #5 DONE 0.3s
11:59:11 
11:59:11 #6 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e
11:59:11 #6 resolve quay.io/centos/centos:stream8@sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e done
11:59:11 mkdir -p rpmbuild/SOURCES
11:59:11 docker run --rm -w /v \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:11 	alpine \
11:59:11 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:11 #7 sha256:2599aad36b178e108586ab2a9220d6fd9bb31a597a08f137566dbdd27405e929 858B / 858B done
11:59:11 #7 sha256:6041c3c1a38b97b0c78d2c29a9a3d4f83aaa43eb160b4dda3a2abd29232955be 350B / 350B done
11:59:11 #7 sha256:0843f949a4dbeba6bb4bb313c272ae2ef57651a9569aac271fe3bba2130e10b0 1.16kB / 1.16kB done
11:59:11 #7 sha256:4a19f21e8d201ef55c1db5eb4cce0a816a57dc2690d226596ac1301ea2228696 0B / 57.95MB 0.2s
11:59:11 #7 sha256:4a19f21e8d201ef55c1db5eb4cce0a816a57dc2690d226596ac1301ea2228696 6.18MB / 57.95MB 0.3s
11:59:11 #7 sha256:4a19f21e8d201ef55c1db5eb4cce0a816a57dc2690d226596ac1301ea2228696 15.73MB / 57.95MB 0.4s
11:59:11 #4 DONE 0.0s
11:59:11 
11:59:11 #5 [internal] load metadata for docker.io/library/ubuntu:jammy
11:59:11 #5 DONE 0.3s
11:59:11 
11:59:11 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:11 #8 sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 41.37MB / 60.03MB 0.8s
11:59:11 #8 sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 47.19MB / 60.03MB 0.9s
11:59:11 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 39.85MB / 148.95MB 1.6s
11:59:11 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.8s done
11:59:11 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 53.59MB / 148.95MB 1.8s
11:59:11 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 63.96MB / 148.95MB 1.9s
11:59:11 == Building packages for ubuntu-bionic ==
11:59:11 mkdir -p "debbuild/ubuntu-bionic"
11:59:11 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/x86_64 -f ubuntu-bionic/Dockerfile .
11:59:11 #5 DONE 0.3s
11:59:11 
11:59:11 #6 [internal] load metadata for docker.io/library/debian:bullseye
11:59:11 #6 DONE 0.4s
11:59:11 
11:59:11 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
11:59:11 #7 resolve docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b 0.0s done
11:59:11 #7 sha256:b549f31133a955f68f9fa0d93f18436c4a180e12184b999a8ecf14f7eaa83309 19.92MB / 27.50MB 0.3s
11:59:11 #7 sha256:b549f31133a955f68f9fa0d93f18436c4a180e12184b999a8ecf14f7eaa83309 25.17MB / 27.50MB 0.4s
11:59:11 
11:59:11 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:11 #5 DONE 0.3s
11:59:11 
11:59:11 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:11 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:11 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 11.53MB / 50.45MB 0.2s
11:59:11 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s
11:59:11 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 5.24MB / 10.00MB 0.2s
11:59:11 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
11:59:11 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
11:59:11 #1 [internal] load .dockerignore
11:59:11 #1 transferring context: 2B done
11:59:11 #1 DONE 0.1s
11:59:11 
11:59:11 #2 [internal] load build definition from Dockerfile
11:59:11 #2 transferring dockerfile: 913B done
11:59:11 #2 DONE 0.1s
11:59:11 
11:59:11 #3 [internal] load metadata for docker.io/library/debian:bookworm
11:59:11 #3 ...
11:59:11 
11:59:11 #4 [auth] library/debian:pull token for registry-1.docker.io
11:59:11 #4 DONE 0.0s
11:59:11 
11:59:11 #5 [auth] library/golang:pull token for registry-1.docker.io
11:59:11 #5 DONE 0.0s
11:59:11 
11:59:11 #3 [internal] load metadata for docker.io/library/debian:bookworm
11:59:11 #3 DONE 0.3s
11:59:11 
11:59:11 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:11 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 54.53MB / 68.85MB 1.6s
11:59:11 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.8s
11:59:11 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 35.60MB / 148.95MB 1.8s
11:59:11 #6 ...
11:59:11 
11:59:11 #7 [internal] load build context
11:59:11 #7 transferring context: 14.90kB done
11:59:11 #7 DONE 0.0s
11:59:11 
11:59:11 #6 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e
11:59:11 #6 sha256:14e52c6a3e607a0c05080d7a9ef6ecb200a330da927cd2b3b28d165317af1394 920B / 920B done
11:59:11 #6 sha256:660b134163631b1901acda557fe0edbdede3febab49bdd393f0c57bba602894b 6.47kB / 6.47kB done
11:59:11 #6 sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 3.15MB / 83.99MB 0.1s
11:59:11 #6 sha256:f1ee40d9db4a2bf9b96ea48d6cb45c602a6761650f67dc84bba5a0d2495e845a 1.88kB / 1.88kB 0.1s
11:59:11 #6 sha256:17facd475902d6709cff908630b59271c7ad18f64c3a1d0143d438c6988504ef 1.16MB / 38.37MB 0.1s
11:59:11 #6 sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e 743B / 743B done
11:59:11 #6 sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 15.43MB / 83.99MB 0.2s
11:59:11 #6 sha256:f1ee40d9db4a2bf9b96ea48d6cb45c602a6761650f67dc84bba5a0d2495e845a 1.88kB / 1.88kB 0.1s done
11:59:11 #6 sha256:17facd475902d6709cff908630b59271c7ad18f64c3a1d0143d438c6988504ef 10.49MB / 38.37MB 0.2s
11:59:11 #6 sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee 0B / 39.31MB 0.2s
11:59:11 #7 sha256:4a19f21e8d201ef55c1db5eb4cce0a816a57dc2690d226596ac1301ea2228696 28.31MB / 57.95MB 0.5s
11:59:11 #6 DONE 0.3s
11:59:11 
11:59:11 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:11 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:11 #8 sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 55.57MB / 60.03MB 1.0s
11:59:11 #8 sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 60.03MB / 60.03MB 1.1s done
11:59:11 == Building packages for debian-bookworm ==
11:59:11 mkdir -p "debbuild/debian-bookworm"
11:59:11 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-bookworm/aarch64 -f debian-bookworm/Dockerfile .
11:59:11 #17 1.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
11:59:11 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 80.74MB / 148.95MB 2.1s
11:59:11 mkdir -p rpmbuild/SOURCES
11:59:11 docker run --rm -w /v \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:11 	alpine \
11:59:11 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:11 #1 [internal] load build definition from Dockerfile
11:59:11 #1 transferring dockerfile: 914B done
11:59:11 #1 DONE 0.0s
11:59:11 
11:59:11 #2 [internal] load .dockerignore
11:59:11 #2 transferring context: 2B done
11:59:11 #2 DONE 0.1s
11:59:11 
11:59:11 #3 [auth] library/golang:pull token for registry-1.docker.io
11:59:11 #3 DONE 0.0s
11:59:11 
11:59:11 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:59:11 #4 DONE 0.0s
11:59:11 
11:59:11 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:11 #7 sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b 1.85kB / 1.85kB done
11:59:11 #7 sha256:ea4047ea391dac329de4eb04f79c029ca6053df9fb0c39fcc25e20db528c5f75 529B / 529B done
11:59:11 #7 sha256:20473158e8b343e4b33b409f5a82611464886315feb6625c73a373bc51e323f2 1.46kB / 1.46kB done
11:59:11 #7 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 0B / 55.03MB 0.1s
11:59:11 #7 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 10.49MB / 55.03MB 0.3s
11:59:11 #7 sha256:b549f31133a955f68f9fa0d93f18436c4a180e12184b999a8ecf14f7eaa83309 27.50MB / 27.50MB 0.5s done
11:59:11 #6 DONE 0.3s
11:59:11 
11:59:11 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:11 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 20.97MB / 50.45MB 0.3s
11:59:11 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
11:59:11 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.3s done
11:59:11 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 1.05MB / 51.87MB 0.3s
11:59:11 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 0B / 68.85MB 0.3s
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 30.41MB / 50.45MB 0.4s
11:59:11 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 7.34MB / 51.87MB 0.4s
11:59:11 mkdir -p sources
11:59:11 docker run --rm -w /v \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:11 	alpine \
11:59:11 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:11 == Building packages for ubuntu-focal ==
11:59:11 mkdir -p "debbuild/ubuntu-focal"
11:59:11 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
11:59:11 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 47.19MB / 148.95MB 1.9s
11:59:11 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 56.62MB / 148.95MB 2.0s
11:59:11 #6 sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 24.12MB / 83.99MB 0.4s
11:59:11 #6 sha256:17facd475902d6709cff908630b59271c7ad18f64c3a1d0143d438c6988504ef 25.17MB / 38.37MB 0.4s
11:59:11 #6 sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee 12.58MB / 39.31MB 0.4s
11:59:11 #6 sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 33.55MB / 83.99MB 0.5s
11:59:11 #6 sha256:17facd475902d6709cff908630b59271c7ad18f64c3a1d0143d438c6988504ef 34.60MB / 38.37MB 0.5s
11:59:11 #6 sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee 16.78MB / 39.31MB 0.5s
11:59:11 #7 sha256:4a19f21e8d201ef55c1db5eb4cce0a816a57dc2690d226596ac1301ea2228696 42.99MB / 57.95MB 0.7s
11:59:11 #7 sha256:4a19f21e8d201ef55c1db5eb4cce0a816a57dc2690d226596ac1301ea2228696 51.38MB / 57.95MB 0.8s
11:59:11 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
11:59:11 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 1.05MB / 7.86MB 0.1s
11:59:11 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:11 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.19MB / 50.45MB 0.1s
11:59:11 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 14.68MB / 50.45MB 0.2s
11:59:11 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 23.74MB / 50.45MB 0.3s
11:59:11 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0B / 10.00MB 0.3s
11:59:11 #1 [internal] load .dockerignore
11:59:11 #1 transferring context: 2B done
11:59:11 #1 DONE 0.0s
11:59:11 
11:59:11 #2 [internal] load build definition from Dockerfile
11:59:11 #2 transferring dockerfile: 913B done
11:59:11 #2 DONE 0.1s
11:59:11 
11:59:11 #3 [auth] library/golang:pull token for registry-1.docker.io
11:59:11 #3 DONE 0.0s
11:59:11 
11:59:11 #4 [auth] library/debian:pull token for registry-1.docker.io
11:59:11 #4 DONE 0.0s
11:59:11 
11:59:11 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:11 #8 extracting sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7
11:59:11 #17 1.639 (1/22) Installing ncurses-terminfo-base (6.3_p20220521-r0)
11:59:11 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 99.61MB / 148.95MB 2.4s
11:59:11 #5 DONE 0.3s
11:59:11 
11:59:11 #6 [internal] load metadata for docker.io/library/ubuntu:bionic
11:59:11 #6 DONE 0.3s
11:59:11 
11:59:11 #7 [internal] load build context
11:59:11 mkdir -p sources
11:59:11 docker run --rm -w /v \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:11 	alpine \
11:59:11 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:11 mkdir -p sources
11:59:11 docker run --rm -w /v \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:11 	alpine \
11:59:11 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:11 #7 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 17.83MB / 55.03MB 0.4s
11:59:11 #7 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 24.09MB / 55.03MB 0.5s
11:59:11 mkdir -p rpmbuild/SOURCES
11:59:11 docker run --rm -w /v \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:11 	alpine \
11:59:11 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:11 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:11 #7 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 10.49MB / 50.45MB 0.2s
11:59:11 #7 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
11:59:11 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 6.29MB / 7.86MB 0.2s
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 19.55MB / 50.45MB 0.3s
11:59:11 #7 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.3s done
11:59:11 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0B / 10.00MB 0.3s
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 29.36MB / 50.45MB 0.4s
11:59:11 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 4.19MB / 10.00MB 0.4s
11:59:11 #7 extracting sha256:b549f31133a955f68f9fa0d93f18436c4a180e12184b999a8ecf14f7eaa83309
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 44.04MB / 50.45MB 0.6s
11:59:11 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 19.92MB / 51.87MB 0.6s
11:59:11 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 15.73MB / 68.85MB 0.6s
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 48.23MB / 50.45MB 0.7s
11:59:11 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 26.21MB / 51.87MB 0.7s
11:59:11 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 26.21MB / 68.85MB 0.7s
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.8s done
11:59:11 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 34.00MB / 51.87MB 0.8s
11:59:11 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 31.46MB / 68.85MB 0.8s
11:59:11 #1 [internal] load .dockerignore
11:59:11 #1 transferring context: 2B done
11:59:11 #1 DONE 0.0s
11:59:11 
11:59:11 #2 [internal] load build definition from Dockerfile
11:59:11 #2 transferring dockerfile: 1.21kB done
11:59:11 #2 DONE 0.1s
11:59:11 
11:59:11 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
11:59:11 #3 DONE 0.0s
11:59:11 
11:59:11 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:11 #4 DONE 0.0s
11:59:11 
11:59:11 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:11 #6 sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 44.04MB / 83.99MB 0.6s
11:59:11 #6 sha256:17facd475902d6709cff908630b59271c7ad18f64c3a1d0143d438c6988504ef 38.37MB / 38.37MB 0.6s done
11:59:11 #6 sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee 24.12MB / 39.31MB 0.6s
11:59:11 #6 sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 54.53MB / 83.99MB 0.7s
11:59:11 #6 sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee 29.36MB / 39.31MB 0.7s
11:59:11 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 65.01MB / 148.95MB 2.1s
11:59:11 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 74.45MB / 148.95MB 2.2s
11:59:11 mkdir -p sources
11:59:11 docker run --rm -w /v \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:11 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:11 	alpine \
11:59:11 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:11 #7 sha256:4a19f21e8d201ef55c1db5eb4cce0a816a57dc2690d226596ac1301ea2228696 57.95MB / 57.95MB 1.0s done
11:59:11 #5 ...
11:59:11 
11:59:11 #6 [internal] load metadata for docker.io/library/debian:bookworm
11:59:11 #6 DONE 0.4s
11:59:11 
11:59:11 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:11 #5 DONE 0.4s
11:59:11 
11:59:11 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:11 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 35.65MB / 50.45MB 0.5s
11:59:11 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.5s
11:59:11 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 41.94MB / 50.45MB 0.6s
11:59:11 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.5s done
11:59:11 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0B / 51.87MB 0.6s
11:59:12 #17 1.643 (2/22) Installing ncurses-libs (6.3_p20220521-r0)
11:59:12 #17 1.652 (3/22) Installing readline (8.1.2-r0)
11:59:12 #17 1.657 (4/22) Installing bash (5.1.16-r2)
11:59:12 #17 1.671 Executing bash-5.1.16-r2.post-install
11:59:12 #17 1.673 (5/22) Installing libffi (3.4.2-r1)
11:59:12 #17 1.676 (6/22) Installing libgcc (11.2.1_git20220219-r2)
11:59:12 #17 1.682 (7/22) Installing libstdc++ (11.2.1_git20220219-r2)
11:59:12 #17 1.697 (8/22) Installing xz-libs (5.2.5-r1)
11:59:12 #17 1.701 (9/22) Installing libxml2 (2.9.14-r2)
11:59:12 #17 1.715 (10/22) Installing llvm13-libs (13.0.1-r2)
11:59:12 mkdir -p sources
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:12 mkdir -p rpmbuild/SOURCES
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm/rpmbuild/SOURCES:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:12 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 113.25MB / 148.95MB 2.6s
11:59:12 == Building packages for fedora-37 ==
11:59:12 mkdir -p "rpmbuild/fedora-37"
11:59:12 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-fedora-37/x86_64 -f fedora-37/Dockerfile .
11:59:12 mkdir -p sources
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:12 mkdir -p sources
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:12 mkdir -p sources
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:12 #7 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 41.39MB / 55.03MB 0.8s
11:59:12 #7 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 47.19MB / 55.03MB 0.9s
11:59:12 mkdir -p sources
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:12 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 37.75MB / 50.45MB 0.5s
11:59:12 #7 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.5s done
11:59:12 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 49.28MB / 50.45MB 0.6s
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 4.03MB / 51.87MB 0.6s
11:59:12 mkdir -p sources
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 41.94MB / 51.87MB 0.9s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 38.80MB / 68.85MB 0.9s
11:59:12 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0B / 148.95MB 0.9s
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 47.19MB / 51.87MB 1.0s
11:59:12 mkdir -p sources
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:12 #10 extracting sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 2.5s done
11:59:12 #10 extracting sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370
11:59:12 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.2s done
11:59:12 #6 sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 66.06MB / 83.99MB 0.8s
11:59:12 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 94.37MB / 148.95MB 2.4s
11:59:12 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 106.95MB / 148.95MB 2.5s
11:59:12 #6 sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee 34.60MB / 39.31MB 0.8s
11:59:12 #6 sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 73.40MB / 83.99MB 0.9s
11:59:12 #6 sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee 39.31MB / 39.31MB 0.9s
11:59:12 #7 extracting sha256:4a19f21e8d201ef55c1db5eb4cce0a816a57dc2690d226596ac1301ea2228696
11:59:12 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 47.19MB / 50.45MB 0.7s
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 6.29MB / 51.87MB 0.7s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 0B / 68.85MB 0.7s
11:59:12 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.8s
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 13.63MB / 51.87MB 0.8s
11:59:12 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 5.24MB / 7.73MB 0.1s
11:59:12 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
11:59:12 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
11:59:12 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:12 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 5.24MB / 49.24MB 0.1s
11:59:12 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s done
11:59:12 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 14.68MB / 49.24MB 0.2s
11:59:12 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0B / 10.00MB 0.2s
11:59:12 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 137.36MB / 148.95MB 2.9s
11:59:12 mkdir -p sources
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:12 #1 [internal] load build definition from Dockerfile
11:59:12 #1 transferring dockerfile: 853B done
11:59:12 #1 DONE 0.0s
11:59:12 
11:59:12 #2 [internal] load .dockerignore
11:59:12 #2 transferring context: 2B done
11:59:12 #2 DONE 0.1s
11:59:12 
11:59:12 #3 [auth] library/fedora:pull token for registry-1.docker.io
11:59:12 #3 DONE 0.0s
11:59:12 
11:59:12 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:12 #4 DONE 0.0s
11:59:12 
11:59:12 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:12 mkdir -p sources
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:12 #7 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 55.03MB / 55.03MB 1.1s
11:59:12 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.7s done
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 9.44MB / 51.87MB 0.7s
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 15.73MB / 51.87MB 0.8s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 1.05MB / 68.85MB 0.8s
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.1s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 47.26MB / 68.85MB 1.1s
11:59:12 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 9.44MB / 148.95MB 1.1s
11:59:12 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.1s done
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 54.53MB / 68.85MB 1.2s
11:59:12 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 0B / 155B 1.2s
11:59:12 #7 ...
11:59:12 
11:59:12 #8 [internal] load build context
11:59:12 #8 transferring context: 30.40MB 1.2s done
11:59:12 #8 DONE 1.4s
11:59:12 
11:59:12 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
11:59:12 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 118.49MB / 148.95MB 2.6s
11:59:12 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 131.07MB / 148.95MB 2.7s
11:59:12 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 143.94MB / 148.95MB 2.8s
11:59:12 #6 sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 83.99MB / 83.99MB 1.1s done
11:59:12 #6 sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee 39.31MB / 39.31MB 0.9s done
11:59:12 #6 extracting sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4
11:59:12 #7 ...
11:59:12 
11:59:12 #8 [internal] load build context
11:59:12 #8 transferring context: 30.35MB 0.3s done
11:59:12 #8 DONE 0.3s
11:59:12 
11:59:12 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:12 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 25.17MB / 49.24MB 0.3s
11:59:12 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 7.34MB / 10.00MB 0.3s
11:59:12 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 32.51MB / 49.24MB 0.4s
11:59:12 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.3s done
11:59:12 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 4.19MB / 52.19MB 0.4s
11:59:12 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
11:59:12 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 10.49MB / 52.19MB 0.6s
11:59:12 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 0B / 62.71MB 0.6s
11:59:12 #7 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.9s done
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 19.92MB / 51.87MB 0.9s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 8.48MB / 68.85MB 0.9s
11:59:12 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0B / 148.95MB 0.9s
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 29.36MB / 51.87MB 1.1s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 16.78MB / 68.85MB 1.1s
11:59:12 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.90MB / 148.95MB 3.1s
11:59:12 == Building packages for centos-9 ==
11:59:12 mkdir -p "rpmbuild/centos-9"
11:59:12 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-centos-9/aarch64 -f centos-9/Dockerfile .
11:59:12 #5 DONE 0.3s
11:59:12 
11:59:12 #6 [internal] load metadata for docker.io/library/ubuntu:focal
11:59:12 #6 DONE 0.3s
11:59:12 
11:59:12 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:12 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:12 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:12 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
11:59:12 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 3.15MB / 49.24MB 0.1s
11:59:12 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0B / 7.73MB 0.1s
11:59:12 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
11:59:12 #7 ...
11:59:12 
11:59:12 #8 [internal] load build context
11:59:12 #8 transferring context: 30.35MB 0.3s done
11:59:12 #8 DONE 0.3s
11:59:12 
11:59:12 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:12 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 12.58MB / 49.24MB 0.2s
11:59:12 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s
11:59:12 #5 DONE 0.3s
11:59:12 
11:59:12 #6 [internal] load metadata for docker.io/library/fedora:37
11:59:12 #6 DONE 0.3s
11:59:12 
11:59:12 #7 [internal] load build context
11:59:12 #7 transferring context: 14.90kB done
11:59:12 #7 DONE 0.0s
11:59:12 
11:59:12 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:12 #8 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:12 #8 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:12 #8 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
11:59:12 #8 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
11:59:12 #8 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 5.24MB / 7.86MB 0.1s
11:59:12 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 6.29MB / 50.45MB 0.1s
11:59:12 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0B / 10.00MB 0.1s
11:59:12 #17 2.519 (11/22) Installing clang-libs (13.0.1-r1)
11:59:12 mkdir -p sources
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:12 #7 ...
11:59:12 
11:59:12 #8 [internal] load build context
11:59:12 #8 transferring context: 30.40MB 1.3s done
11:59:12 #8 DONE 1.4s
11:59:12 
11:59:12 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
11:59:12 #7 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 55.03MB / 55.03MB 1.3s done
11:59:12 mkdir -p sources
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 63.96MB / 68.85MB 1.4s
11:59:12 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 32.51MB / 148.95MB 1.4s
11:59:12 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.2s done
11:59:12 #7 ...
11:59:12 
11:59:12 #8 [internal] load build context
11:59:12 #8 transferring context: 30.40MB 1.4s done
11:59:12 #8 DONE 1.5s
11:59:12 
11:59:12 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.5s
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 25.17MB / 51.87MB 1.0s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 11.19MB / 68.85MB 1.0s
11:59:12 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 31.46MB / 51.87MB 1.1s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 15.73MB / 68.85MB 1.1s
11:59:12 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0B / 148.95MB 1.1s
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 36.70MB / 51.87MB 1.2s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 22.02MB / 68.85MB 1.2s
11:59:12 mkdir -p sources
11:59:12 docker run --rm -w /v \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:12 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:12 	alpine \
11:59:12 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:12 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 25.17MB / 52.19MB 0.7s
11:59:12 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
11:59:12 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0B / 115.17MB 0.7s
11:59:12 #10 DONE 1.5s
11:59:12 
11:59:12 #11 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
11:59:12 #11 DONE 1.5s
11:59:12 
11:59:12 #12 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
11:59:12 #12 DONE 1.5s
11:59:12 
11:59:12 #13 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.1
11:59:12 #13 DONE 1.6s
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 33.55MB / 51.87MB 1.2s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 21.14MB / 68.85MB 1.2s
11:59:12 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 12.58MB / 148.95MB 1.2s
11:59:12 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 38.80MB / 51.87MB 1.3s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 27.32MB / 68.85MB 1.3s
11:59:12 #7 ...
11:59:12 
11:59:12 #8 [internal] load build context
11:59:12 #8 transferring context: 30.40MB 1.5s done
11:59:12 #8 DONE 1.5s
11:59:12 
11:59:12 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 43.09MB / 51.87MB 1.4s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 33.55MB / 68.85MB 1.4s
11:59:12 #1 [internal] load .dockerignore
11:59:12 #1 transferring context: 2B done
11:59:12 #1 DONE 0.0s
11:59:12 
11:59:12 #2 [internal] load build definition from Dockerfile
11:59:12 #2 transferring dockerfile: 1.26kB done
11:59:12 #2 DONE 0.1s
11:59:12 
11:59:12 #3 [auth] library/golang:pull token for registry-1.docker.io
11:59:12 #3 DONE 0.0s
11:59:12 
11:59:12 #4 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:12 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 23.07MB / 49.24MB 0.3s
11:59:12 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s done
11:59:12 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 6.29MB / 10.00MB 0.3s
11:59:12 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 42.99MB / 49.24MB 0.5s
11:59:12 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.3s done
11:59:12 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 11.53MB / 52.19MB 0.5s
11:59:12 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 0B / 62.71MB 0.5s
11:59:12 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s
11:59:12 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 22.02MB / 52.19MB 0.6s
11:59:12 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 9.44MB / 62.71MB 0.6s
11:59:12 #8 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s
11:59:12 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 13.68MB / 50.45MB 0.2s
11:59:12 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 7.34MB / 10.00MB 0.2s
11:59:12 #8 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
11:59:12 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 27.26MB / 50.45MB 0.3s
11:59:12 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.2s done
11:59:12 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 6.29MB / 51.87MB 0.3s
11:59:12 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 0B / 68.85MB 0.3s
11:59:12 #7 extracting sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed
11:59:12 == Building packages for fedora-37 ==
11:59:12 mkdir -p "rpmbuild/fedora-37"
11:59:12 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-fedora-37/aarch64 -f fedora-37/Dockerfile .
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.5s done
11:59:12 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 45.09MB / 148.95MB 1.6s
11:59:12 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 60.27MB / 148.95MB 1.8s
11:59:12 == Building packages for fedora-36 ==
11:59:12 mkdir -p "rpmbuild/fedora-36"
11:59:12 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-fedora-36/aarch64 -f fedora-36/Dockerfile .
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 40.89MB / 51.87MB 1.3s
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 47.38MB / 51.87MB 1.4s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 29.36MB / 68.85MB 1.4s
11:59:12 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.49MB / 148.95MB 1.4s
11:59:12 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.5s
11:59:12 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 34.60MB / 68.85MB 1.5s
11:59:13 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.2s done
11:59:13 == Building packages for debian-buster ==
11:59:13 mkdir -p "debbuild/debian-buster"
11:59:13 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
11:59:13 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 33.55MB / 52.19MB 0.8s
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 12.58MB / 62.71MB 0.8s
11:59:13 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 6.29MB / 115.17MB 0.8s
11:59:13 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 32.51MB / 62.71MB 1.0s
11:59:13 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 19.92MB / 115.17MB 1.0s
11:59:13 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.6s
11:59:13 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 46.14MB / 68.85MB 1.6s
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 30.41MB / 148.95MB 1.6s
11:59:13 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 54.98MB / 68.85MB 1.7s
11:59:13 #4 DONE 0.3s
11:59:13 
11:59:13 #5 [internal] load metadata for quay.io/centos/centos:stream9
11:59:13 #5 DONE 0.3s
11:59:13 
11:59:13 #6 [internal] load build context
11:59:13 #6 transferring context: 14.90kB done
11:59:13 #6 DONE 0.0s
11:59:13 
11:59:13 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:13 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:13 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
11:59:13 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 28.50MB / 52.19MB 0.7s
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 19.17MB / 62.71MB 0.7s
11:59:13 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0B / 115.17MB 0.7s
11:59:13 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 36.70MB / 52.19MB 0.8s
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 28.31MB / 62.71MB 0.8s
11:59:13 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
11:59:13 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 48.28MB / 52.19MB 0.9s
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 38.80MB / 62.71MB 0.9s
11:59:13 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 23.07MB / 115.17MB 0.9s
11:59:13 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 39.85MB / 50.45MB 0.5s
11:59:13 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 24.12MB / 51.87MB 0.5s
11:59:13 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 12.58MB / 68.85MB 0.5s
11:59:13 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.7s done
11:59:13 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 40.65MB / 51.87MB 0.7s
11:59:13 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 27.27MB / 68.85MB 0.7s
11:59:13 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0B / 148.95MB 0.7s
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.6s done
11:59:13 #1 [internal] load build definition from Dockerfile
11:59:13 #1 transferring dockerfile: 853B done
11:59:13 #1 DONE 0.0s
11:59:13 
11:59:13 #2 [internal] load .dockerignore
11:59:13 #2 transferring context: 2B done
11:59:13 #2 DONE 0.0s
11:59:13 
11:59:13 #3 [auth] library/fedora:pull token for registry-1.docker.io
11:59:13 #3 DONE 0.0s
11:59:13 
11:59:13 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:13 #4 DONE 0.0s
11:59:13 
11:59:13 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 71.30MB / 148.95MB 2.0s
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 81.79MB / 148.95MB 2.1s
11:59:13 == Building packages for centos-8 ==
11:59:13 mkdir -p "rpmbuild/centos-8"
11:59:13 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster -t rpmbuild-centos-8/aarch64 -f centos-8/Dockerfile .
11:59:13 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.5s done
11:59:13 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 38.80MB / 68.85MB 1.6s
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 21.84MB / 148.95MB 1.6s
11:59:13 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 0B / 155B 1.6s
11:59:13 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s done
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 42.99MB / 62.71MB 1.1s
11:59:13 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.0s done
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 50.33MB / 62.71MB 1.2s
11:59:13 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.9s
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 47.19MB / 148.95MB 1.9s
11:59:13 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 2.10MB / 7.73MB 0.1s
11:59:13 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
11:59:13 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
11:59:13 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 6.29MB / 49.24MB 0.1s
11:59:13 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:13 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.1s done
11:59:13 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 26.21MB / 49.24MB 0.3s
11:59:13 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.3s
11:59:13 mkdir -p sources
11:59:13 docker run --rm -w /v \
11:59:13 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:13 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:13 	alpine \
11:59:13 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:13 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s done
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 50.33MB / 62.71MB 1.0s
11:59:13 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 32.51MB / 115.17MB 1.0s
11:59:13 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 0B / 155B 1.0s
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 53.93MB / 62.71MB 1.1s
11:59:13 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.0s done
11:59:13 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 46.14MB / 51.87MB 0.8s
11:59:13 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 31.46MB / 68.85MB 0.8s
11:59:13 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.38MB / 51.87MB 0.9s
11:59:13 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 37.75MB / 68.85MB 0.9s
11:59:13 #8 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb
11:59:13 #7 ...
11:59:13 
11:59:13 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
11:59:13 #9 resolve docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57 0.0s done
11:59:13 #9 sha256:ff5db168d4c5bb8751c6688c7a3a624230d2245811c2b3f11014ebde3b277035 1.46kB / 1.46kB done
11:59:13 #9 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.9s done
11:59:13 #9 sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57 984B / 984B done
11:59:13 #9 sha256:4a1d5759a6bfe3ac4f342664195cfcb70e50404e1f4c9ef6b86415f00196cb99 529B / 529B done
11:59:13 #9 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 2.8s done
11:59:13 #9 DONE 4.0s
11:59:13 
11:59:13 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:13 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
11:59:13 
11:59:13 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:59:13 #14 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
11:59:13 #14 DONE 0.1s
11:59:13 
11:59:13 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:59:13 #15 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
11:59:13 #15 DONE 0.1s
11:59:13 
11:59:13 #16 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
11:59:13 #16 resolve docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 0.0s done
11:59:13 #16 sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 14.96kB / 14.96kB 0.0s done
11:59:13 #16 extracting sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 0.1s done
11:59:13 #16 DONE 0.2s
11:59:13 
11:59:13 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
11:59:13 #17 resolve docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1 0.0s done
11:59:13 #5 DONE 0.2s
11:59:13 
11:59:13 #6 [internal] load metadata for docker.io/library/fedora:37
11:59:13 #6 DONE 0.3s
11:59:13 == Building packages for ubuntu-bionic ==
11:59:13 mkdir -p "debbuild/ubuntu-bionic"
11:59:13 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/aarch64 -f ubuntu-bionic/Dockerfile .
11:59:13 #1 [internal] load build definition from Dockerfile
11:59:13 #1 transferring dockerfile: 914B done
11:59:13 #1 DONE 0.1s
11:59:13 
11:59:13 #2 [internal] load .dockerignore
11:59:13 #2 transferring context: 2B done
11:59:13 #2 DONE 0.1s
11:59:13 
11:59:13 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 90.42MB / 148.95MB 2.2s
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 108.00MB / 148.95MB 2.4s
11:59:13 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 52.43MB / 68.85MB 1.8s
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 36.70MB / 148.95MB 1.8s
11:59:13 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.6s done
11:59:13 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 58.72MB / 68.85MB 1.9s
11:59:13 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 63.96MB / 68.85MB 2.0s
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 47.19MB / 148.95MB 2.0s
11:59:13 #1 [internal] load .dockerignore
11:59:13 #1 transferring context: 2B done
11:59:13 #1 DONE 0.0s
11:59:13 
11:59:13 #2 [internal] load build definition from Dockerfile
11:59:13 #2 transferring dockerfile: 1.62kB done
11:59:13 #2 DONE 0.0s
11:59:13 
11:59:13 #3 [auth] library/golang:pull token for registry-1.docker.io
11:59:13 == Building packages for ubuntu-jammy ==
11:59:13 mkdir -p "debbuild/ubuntu-jammy"
11:59:13 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile .
11:59:13 #1 [internal] load .dockerignore
11:59:13 #1 transferring context: 2B done
11:59:13 #1 DONE 0.0s
11:59:13 
11:59:13 #2 [internal] load build definition from Dockerfile
11:59:13 #2 transferring dockerfile: 1.21kB done
11:59:13 #2 DONE 0.1s
11:59:13 
11:59:13 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
11:59:13 == Building packages for debian-bullseye ==
11:59:13 mkdir -p "debbuild/debian-bullseye"
11:59:13 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile .
11:59:13 #1 [internal] load .dockerignore
11:59:13 #1 transferring context: 2B done
11:59:13 #1 DONE 0.0s
11:59:13 
11:59:13 #2 [internal] load build definition from Dockerfile
11:59:13 #2 transferring dockerfile: 853B done
11:59:13 #2 DONE 0.0s
11:59:13 
11:59:13 #3 [auth] library/golang:pull token for registry-1.docker.io
11:59:13 #3 DONE 0.0s
11:59:13 
11:59:13 #4 [auth] library/fedora:pull token for registry-1.docker.io
11:59:13 #4 DONE 0.0s
11:59:13 
11:59:13 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:13 #5 DONE 0.3s
11:59:13 
11:59:13 #6 [internal] load metadata for docker.io/library/fedora:36
11:59:13 #6 DONE 0.3s
11:59:13 
11:59:13 #7 [internal] load build context
11:59:13 #7 DONE 0.0s
11:59:13 
11:59:13 #8 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471
11:59:13 #8 resolve docker.io/library/fedora:36@sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471 0.0s done
11:59:13 #17 3.247 (12/22) Installing clang (13.0.1-r1)
11:59:13 #17 3.323 (13/22) Installing libmagic (5.41-r0)
11:59:13 #17 3.347 (14/22) Installing file (5.41-r0)
11:59:13 #17 3.349 (15/22) Installing brotli-libs (1.0.9-r6)
11:59:13 #17 3.359 (16/22) Installing nghttp2-libs (1.47.0-r0)
11:59:13 #17 3.362 (17/22) Installing libcurl (7.83.1-r5)
11:59:13 #17 3.370 (18/22) Installing expat (2.5.0-r0)
11:59:13 #17 3.374 (19/22) Installing pcre2 (10.40-r0)
11:59:13 #17 3.382 (20/22) Installing git (2.36.4-r0)
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.4s
11:59:13 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 37.27MB / 115.17MB 1.4s
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.4s done
11:59:13 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 50.33MB / 115.17MB 1.5s
11:59:13 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 66.06MB / 115.17MB 1.6s
11:59:13 #7 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 2.0s done
11:59:13 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.1s done
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 61.87MB / 148.95MB 2.1s
11:59:13 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 2.1s
11:59:13 #7 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 2.1s done
11:59:13 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 35.65MB / 49.24MB 0.4s
11:59:13 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.3s done
11:59:13 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 6.29MB / 52.19MB 0.4s
11:59:13 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s
11:59:13 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 26.21MB / 52.19MB 0.6s
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 13.63MB / 62.71MB 0.6s
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 61.87MB / 62.71MB 1.2s
11:59:13 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 49.49MB / 115.17MB 1.2s
11:59:13 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 63.96MB / 115.17MB 1.3s
11:59:13 #1 [internal] load build definition from Dockerfile
11:59:13 #1 transferring dockerfile: 911B done
11:59:13 #1 DONE 0.0s
11:59:13 
11:59:13 #2 [internal] load .dockerignore
11:59:13 #2 transferring context: 2B done
11:59:13 #2 DONE 0.1s
11:59:13 
11:59:13 #3 [auth] library/debian:pull token for registry-1.docker.io
11:59:13 #3 DONE 0.0s
11:59:13 
11:59:13 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:13 #4 DONE 0.0s
11:59:13 
11:59:13 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:13 mkdir -p sources
11:59:13 docker run --rm -w /v \
11:59:13 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:13 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:13 	alpine \
11:59:13 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:13 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 45.52MB / 68.85MB 1.0s
11:59:13 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 12.58MB / 148.95MB 1.0s
11:59:13 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.0s done
11:59:13 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 53.48MB / 68.85MB 1.1s
11:59:13 #8 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.0s done
11:59:13 #17 sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 0B / 155B 0.2s
11:59:13 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 0B / 122.71MB 0.2s
11:59:13 #17 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0B / 284.75kB 0.2s
11:59:13 #17 sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 155B / 155B 0.2s done
11:59:13 
11:59:13 #7 [internal] load build context
11:59:13 #7 transferring context: 14.90kB done
11:59:13 #7 DONE 0.0s
11:59:13 
11:59:13 #8 [stage-1 1/6] FROM docker.io/library/fedora:37@sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664
11:59:13 #8 resolve docker.io/library/fedora:37@sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664 0.0s done
11:59:13 #8 sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664 975B / 975B done
11:59:13 #8 sha256:c79287c2216a5e4597b8f2495b7c95ebe49d58f225cb1d254a34c0798647d6a6 529B / 529B done
11:59:13 #8 sha256:191f4272c9599b43c04cf6bb9f2dff1e36b139c2567b06a9f1f53efde55d57d4 2.00kB / 2.00kB done
11:59:13 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 0B / 64.28MB 0.1s
11:59:13 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 4.19MB / 64.28MB 0.3s
11:59:13 #3 ...
11:59:13 
11:59:13 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:13 #4 DONE 0.0s
11:59:13 
11:59:13 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
11:59:13 #5 DONE 0.0s
11:59:13 #7 transferring context: 30.40MB 1.6s done
11:59:13 #7 DONE 1.7s
11:59:13 
11:59:13 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:13 #8 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:13 #8 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:13 #8 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
11:59:13 #8 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
11:59:13 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.7s done
11:59:13 #8 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.3s done
11:59:13 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.5s done
11:59:13 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.7s
11:59:13 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 53.48MB / 68.85MB 1.7s
11:59:13 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 49.28MB / 148.95MB 1.7s
11:59:13 #8 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 0.7s
11:59:13 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.7s done
11:59:13 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 67.11MB / 68.85MB 1.9s
11:59:13 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 65.56MB / 148.95MB 1.9s
11:59:13 #8 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.8s done
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 122.68MB / 148.95MB 2.6s
11:59:13 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.1s
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 56.18MB / 148.95MB 2.1s
11:59:13 #7 ...
11:59:13 
11:59:13 #8 [internal] load build context
11:59:13 #8 transferring context: 30.40MB 2.2s done
11:59:13 #8 DONE 2.2s
11:59:13 
11:59:13 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:13 #7 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.2s done
11:59:13 #3 DONE 0.0s
11:59:13 
11:59:13 #4 [internal] load metadata for quay.io/centos/centos:stream8
11:59:13 #4 DONE 0.3s
11:59:13 
11:59:13 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:13 #3 DONE 0.0s
11:59:13 
11:59:13 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:13 #4 DONE 0.0s
11:59:13 
11:59:13 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:13 #5 ...
11:59:13 
11:59:13 #6 [internal] load metadata for docker.io/library/ubuntu:jammy
11:59:13 #6 DONE 0.3s
11:59:13 #1 [internal] load build definition from Dockerfile
11:59:13 #1 transferring dockerfile: 913B done
11:59:13 #1 DONE 0.0s
11:59:13 
11:59:13 #2 [internal] load .dockerignore
11:59:13 #2 transferring context: 2B done
11:59:13 #2 DONE 0.0s
11:59:13 
11:59:13 #3 [auth] library/golang:pull token for registry-1.docker.io
11:59:13 #3 DONE 0.0s
11:59:13 
11:59:13 #4 [auth] library/debian:pull token for registry-1.docker.io
11:59:13 #4 DONE 0.0s
11:59:13 
11:59:13 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:13 #8 ...
11:59:13 
11:59:13 #7 [internal] load build context
11:59:13 #7 transferring context: 14.90kB done
11:59:13 #7 DONE 0.0s
11:59:13 
11:59:13 #8 [stage-1 1/6] FROM docker.io/library/fedora:36@sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471
11:59:13 #8 sha256:7f04f301acc316b3857f8f1111a4b59f5e3df7cdf7db9b867ea079a9d0a92c7d 2.00kB / 2.00kB done
11:59:13 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 0B / 58.11MB 0.1s
11:59:13 #8 sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471 975B / 975B done
11:59:13 #8 sha256:2cbc55fe048741ba72410e74c86e78bd7d3e2fc3f39e0de9c9ecfe0f74e2e7b8 529B / 529B done
11:59:13 #17 3.502 (21/22) Installing lld (13.0.1-r0)
11:59:13 #17 3.544 (22/22) Installing llvm13 (13.0.1-r2)
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 89.13MB / 148.95MB 2.4s
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 98.57MB / 148.95MB 2.5s
11:59:13 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 36.70MB / 52.19MB 0.7s
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 24.12MB / 62.71MB 0.7s
11:59:13 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 46.14MB / 52.19MB 0.8s
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 33.55MB / 62.71MB 0.8s
11:59:13 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.3s done
11:59:13 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 78.64MB / 115.17MB 1.6s
11:59:13 #5 DONE 0.4s
11:59:13 
11:59:13 #6 [internal] load metadata for docker.io/library/debian:buster
11:59:13 #6 DONE 0.4s
11:59:13 
11:59:13 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:13 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:13 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.3s
11:59:13 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 35.65MB / 148.95MB 1.3s
11:59:13 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.3s done
11:59:13 #17 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0B / 2.81MB 0.2s
11:59:13 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.4s done
11:59:13 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
11:59:13 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 13.63MB / 64.28MB 0.4s
11:59:13 
11:59:13 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:13 #3 DONE 0.3s
11:59:13 
11:59:13 #6 [internal] load metadata for docker.io/library/ubuntu:bionic
11:59:13 #6 DONE 0.3s
11:59:13 
11:59:13 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:13 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:13 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 5.24MB / 49.24MB 0.1s
11:59:13 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:13 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
11:59:13 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
11:59:13 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0B / 7.73MB 0.1s
11:59:13 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 75.50MB / 148.95MB 2.0s
11:59:13 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 83.89MB / 148.95MB 2.1s
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 145.80MB / 148.95MB 2.9s
11:59:13 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 71.50MB / 148.95MB 2.3s
11:59:14 #5 DONE 0.3s
11:59:14 
11:59:14 #6 [internal] load build context
11:59:14 #6 transferring context: 14.90kB done
11:59:14 #6 DONE 0.0s
11:59:14 
11:59:14 #7 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e
11:59:14 #7 resolve quay.io/centos/centos:stream8@sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e 0.0s done
11:59:14 #7 sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e 743B / 743B done
11:59:14 #7 sha256:01f9c5d853f409ca069741f99e9228150ae79456368ca50d23afa0f7941a5848 920B / 920B done
11:59:14 #7 sha256:845a42c567ffa753cafc67697030f3908d24e47bb23f11cdcd6fcc0370bc8965 6.46kB / 6.46kB done
11:59:14 #7 sha256:44219e00881cf62071db757c57d79fb1b638ddfbcb4c34bdfe7bc66f579e1918 0B / 81.47MB 0.1s
11:59:14 #7 sha256:795f49826329c7676ac8fedf63e55e7ba9fb73922b7c6f61297c111c2d95d634 0B / 1.89kB 0.1s
11:59:14 #7 sha256:e72c69f7a7a0086306caea6b3130a8ec6113c09e065b2f1b0fd6dd95266dfee4 0B / 38.35MB 0.1s
11:59:14 #7 sha256:44219e00881cf62071db757c57d79fb1b638ddfbcb4c34bdfe7bc66f579e1918 15.73MB / 81.47MB 0.2s
11:59:14 #7 sha256:795f49826329c7676ac8fedf63e55e7ba9fb73922b7c6f61297c111c2d95d634 1.89kB / 1.89kB 0.2s done
11:59:14 #7 sha256:18c13effe3e1cf64e84d5dd614e09551aa3f01e4f46d5a188821ba95a08d59ff 0B / 37.41MB 0.2s
11:59:14 
11:59:14 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:14 #5 DONE 0.3s
11:59:14 
11:59:14 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:14 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:14 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 4.19MB / 7.73MB 0.1s
11:59:14 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:14 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
11:59:14 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 3.15MB / 49.24MB 0.1s
11:59:14 #5 DONE 0.3s
11:59:14 
11:59:14 #6 [internal] load metadata for docker.io/library/debian:bullseye
11:59:14 #6 DONE 0.4s
11:59:14 
11:59:14 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:14 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:14 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 10.49MB / 58.11MB 0.5s
11:59:14 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 114.67MB / 148.95MB 2.7s
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.9s done
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 53.48MB / 62.71MB 1.0s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.1s
11:59:14 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 77.59MB / 115.17MB 1.9s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 93.32MB / 115.17MB 2.1s
11:59:14 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 5.24MB / 49.24MB 0.1s
11:59:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0B / 10.00MB 0.1s
11:59:14 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:14 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
11:59:14 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0B / 7.73MB 0.1s
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 15.15MB / 49.24MB 0.2s
11:59:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.2s
11:59:14 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.1s done
11:59:14 #7 ...
11:59:14 
11:59:14 #8 [internal] load build context
11:59:14 #8 transferring context: 30.35MB 0.4s done
11:59:14 #8 DONE 0.4s
11:59:14 
11:59:14 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.2s done
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 4.30MB / 52.19MB 0.3s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 4.19MB / 62.71MB 0.3s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 85.98MB / 115.17MB 1.7s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 92.70MB / 115.17MB 1.8s
11:59:14 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 49.28MB / 148.95MB 1.5s
11:59:14 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 70.25MB / 148.95MB 1.7s
11:59:14 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 9.44MB / 122.71MB 0.5s
11:59:14 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 19.92MB / 122.71MB 0.6s
11:59:14 #17 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.5s done
11:59:14 #17 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.5s
11:59:14 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.3s done
11:59:14 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 20.97MB / 64.28MB 0.6s
11:59:14 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 31.07MB / 64.28MB 0.8s
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 15.73MB / 49.24MB 0.2s
11:59:14 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s done
11:59:14 #7 ...
11:59:14 
11:59:14 #8 [internal] load build context
11:59:14 #8 transferring context: 30.35MB 0.3s done
11:59:14 #8 DONE 0.4s
11:59:14 
11:59:14 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 25.17MB / 49.24MB 0.3s
11:59:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 4.87MB / 10.00MB 0.3s
11:59:14 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 96.74MB / 148.95MB 2.3s
11:59:14 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 91.23MB / 148.95MB 2.6s
11:59:14 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 103.81MB / 148.95MB 2.7s
11:59:14 #7 sha256:44219e00881cf62071db757c57d79fb1b638ddfbcb4c34bdfe7bc66f579e1918 32.51MB / 81.47MB 0.3s
11:59:14 #7 sha256:e72c69f7a7a0086306caea6b3130a8ec6113c09e065b2f1b0fd6dd95266dfee4 15.73MB / 38.35MB 0.3s
11:59:14 #7 sha256:18c13effe3e1cf64e84d5dd614e09551aa3f01e4f46d5a188821ba95a08d59ff 9.44MB / 37.41MB 0.3s
11:59:14 #7 sha256:44219e00881cf62071db757c57d79fb1b638ddfbcb4c34bdfe7bc66f579e1918 73.40MB / 81.47MB 0.5s
11:59:14 #7 sha256:e72c69f7a7a0086306caea6b3130a8ec6113c09e065b2f1b0fd6dd95266dfee4 38.35MB / 38.35MB 0.5s done
11:59:14 #7 sha256:18c13effe3e1cf64e84d5dd614e09551aa3f01e4f46d5a188821ba95a08d59ff 37.41MB / 37.41MB 0.5s
11:59:14 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s done
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 13.63MB / 49.24MB 0.2s
11:59:14 #7 ...
11:59:14 
11:59:14 #8 [internal] load build context
11:59:14 #8 transferring context: 30.35MB 0.4s done
11:59:14 #8 DONE 0.4s
11:59:14 
11:59:14 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 24.12MB / 49.24MB 0.3s
11:59:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 6.29MB / 10.00MB 0.3s
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 44.04MB / 49.24MB 0.5s
11:59:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.4s done
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 8.86MB / 62.71MB 0.5s
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 6.29MB / 52.19MB 0.5s
11:59:14 #7 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
11:59:14 #7 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 0B / 49.24MB 0.1s
11:59:14 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 4.19MB / 7.73MB 0.1s
11:59:14 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:14 #7 ...
11:59:14 
11:59:14 #8 [internal] load build context
11:59:14 #8 transferring context: 30.35MB 0.3s done
11:59:14 #8 DONE 0.3s
11:59:14 
11:59:14 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 23.07MB / 49.24MB 0.3s
11:59:14 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.3s
11:59:14 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 16.78MB / 58.11MB 0.6s
11:59:14 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 22.02MB / 58.11MB 0.7s
11:59:14 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 131.07MB / 148.95MB 2.9s
11:59:14 #17 4.027 Executing busybox-1.35.0-r17.trigger
11:59:14 #17 4.032 OK: 313 MiB in 37 packages
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 99.61MB / 115.17MB 2.2s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 112.20MB / 115.17MB 2.3s
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 35.65MB / 49.24MB 0.4s
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 16.78MB / 52.19MB 0.4s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 13.63MB / 62.71MB 0.4s
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 36.70MB / 52.19MB 0.6s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 33.55MB / 62.71MB 0.6s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 99.61MB / 115.17MB 1.9s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 106.95MB / 115.17MB 2.0s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.2s
11:59:14 mkdir -p sources
11:59:14 docker run --rm -w /v \
11:59:14 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/buildx:/buildx \
11:59:14 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:14 	alpine \
11:59:14 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
11:59:14 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 78.64MB / 148.95MB 1.8s
11:59:14 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 33.55MB / 122.71MB 0.8s
11:59:14 #17 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.5s done
11:59:14 #17 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce
11:59:14 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 47.19MB / 122.71MB 1.1s
11:59:14 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0.1s
11:59:14 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 34.60MB / 64.28MB 0.9s
11:59:14 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 50.33MB / 64.28MB 1.0s
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 35.65MB / 49.24MB 0.4s
11:59:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.3s done
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 1.05MB / 52.19MB 0.4s
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 22.02MB / 52.19MB 0.6s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 14.68MB / 62.71MB 0.6s
11:59:14 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.4s done
11:59:14 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 112.20MB / 148.95MB 2.5s
11:59:14 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 113.25MB / 148.95MB 2.8s
11:59:14 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 131.07MB / 148.95MB 3.0s
11:59:14 #7 sha256:44219e00881cf62071db757c57d79fb1b638ddfbcb4c34bdfe7bc66f579e1918 81.47MB / 81.47MB 0.6s
11:59:14 #7 sha256:18c13effe3e1cf64e84d5dd614e09551aa3f01e4f46d5a188821ba95a08d59ff 37.41MB / 37.41MB 0.5s done
11:59:14 #7 sha256:44219e00881cf62071db757c57d79fb1b638ddfbcb4c34bdfe7bc66f579e1918 81.47MB / 81.47MB 0.7s done
11:59:14 #7 extracting sha256:44219e00881cf62071db757c57d79fb1b638ddfbcb4c34bdfe7bc66f579e1918
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 18.87MB / 62.71MB 0.6s
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 15.73MB / 52.19MB 0.6s
11:59:14 == Building packages for ubuntu-kinetic ==
11:59:14 mkdir -p "debbuild/ubuntu-kinetic"
11:59:14 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-kinetic/aarch64 -f ubuntu-kinetic/Dockerfile .
11:59:14 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.1s done
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 32.51MB / 49.24MB 0.4s
11:59:14 #7 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.3s done
11:59:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0B / 10.00MB 0.4s
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 44.04MB / 49.24MB 0.5s
11:59:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.5s
11:59:14 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 32.51MB / 58.11MB 0.9s
11:59:14 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 48.33MB / 58.11MB 1.0s
11:59:14 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.2s
11:59:14 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.2s done
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.5s done
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 46.55MB / 52.19MB 0.7s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 44.04MB / 62.71MB 0.7s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 1.05MB / 115.17MB 0.7s
11:59:14 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 0.8s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 53.48MB / 62.71MB 0.8s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 14.68MB / 115.17MB 0.8s
11:59:14 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 97.52MB / 148.95MB 2.0s
11:59:14 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 118.49MB / 148.95MB 2.2s
11:59:14 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 57.67MB / 122.71MB 1.2s
11:59:14 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 64.28MB / 64.28MB 1.2s
11:59:14 #8 sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 64.28MB / 64.28MB 1.2s done
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 31.46MB / 52.19MB 0.7s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 22.02MB / 62.71MB 0.7s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 6.29MB / 115.17MB 0.7s
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 40.89MB / 52.19MB 0.8s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 34.33MB / 62.71MB 0.8s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 15.73MB / 115.17MB 0.8s
11:59:14 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 137.36MB / 148.95MB 2.8s
11:59:14 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 147.85MB / 148.95MB 2.9s
11:59:14 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 139.46MB / 148.95MB 3.1s
11:59:14 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.3s
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 27.26MB / 62.71MB 0.7s
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 24.12MB / 52.19MB 0.7s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 4.19MB / 115.17MB 0.7s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 49.28MB / 62.71MB 0.9s
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 46.14MB / 52.19MB 0.9s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 23.07MB / 115.17MB 0.9s
11:59:14 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 58.72MB / 62.71MB 1.0s
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 32.51MB / 115.17MB 1.0s
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s
11:59:14 #7 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.5s done
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 6.29MB / 52.19MB 0.6s
11:59:14 #7 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 22.25MB / 52.19MB 0.8s
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 15.84MB / 62.71MB 0.8s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 4.19MB / 115.17MB 0.8s
11:59:14 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
11:59:14 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 58.11MB / 58.11MB 1.1s
11:59:14 #8 sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 58.11MB / 58.11MB 1.1s done
11:59:14 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 0.8s done
11:59:14 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 0.9s
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 25.17MB / 115.17MB 0.9s
11:59:14 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 0.9s done
11:59:14 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 34.60MB / 115.17MB 1.0s
11:59:14 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 127.93MB / 148.95MB 2.3s
11:59:14 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 143.65MB / 148.95MB 2.5s
11:59:14 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 68.16MB / 122.71MB 1.4s
11:59:14 #17 DONE 4.6s
11:59:14 
11:59:14 #18 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
11:59:14 #18 DONE 0.0s
11:59:14 
11:59:14 #19 [goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0"
11:59:14 #8 extracting sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde
11:59:15 #7 extracting sha256:b549f31133a955f68f9fa0d93f18436c4a180e12184b999a8ecf14f7eaa83309 3.0s done
11:59:15 #7 DONE 4.1s
11:59:15 
11:59:15 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:15 #9 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:15 #9 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
11:59:15 #9 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
11:59:15 #9 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 1.4s done
11:59:15 #9 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:15 #9 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
11:59:15 #9 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.4s done
11:59:15 #9 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.4s done
11:59:15 #9 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.2s done
11:59:15 #9 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.5s done
11:59:15 #9 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.2s done
11:59:15 #9 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 2.5s
11:59:15 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s done
11:59:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 55.57MB / 62.71MB 1.0s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 36.70MB / 115.17MB 1.0s
11:59:15 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3
11:59:15 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 0B / 155B 1.0s
11:59:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.1s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 46.14MB / 115.17MB 1.1s
11:59:15 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.0s done
11:59:15 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.0s done
11:59:15 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.9s done
11:59:15 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 0B / 155B 1.9s
11:59:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.1s
11:59:15 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s done
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 43.45MB / 115.17MB 1.1s
11:59:15 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 0B / 155B 1.1s
11:59:15 #8 extracting sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5
11:59:15 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 36.70MB / 52.19MB 0.9s
11:59:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 26.22MB / 62.71MB 0.9s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 12.04MB / 115.17MB 0.9s
11:59:15 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 45.09MB / 52.19MB 1.0s
11:59:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 35.85MB / 62.71MB 1.0s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 19.49MB / 115.17MB 1.0s
11:59:15 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.1s
11:59:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 46.14MB / 62.71MB 1.1s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 29.36MB / 115.17MB 1.1s
11:59:15 #1 [internal] load .dockerignore
11:59:15 #1 transferring context: 2B done
11:59:15 #1 DONE 0.0s
11:59:15 
11:59:15 #2 [internal] load build definition from Dockerfile
11:59:15 #2 transferring dockerfile: 1.21kB done
11:59:15 #2 DONE 0.1s
11:59:15 
11:59:15 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
11:59:15 #3 DONE 0.0s
11:59:15 
11:59:15 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:15 #4 DONE 0.0s
11:59:15 
11:59:15 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.0s done
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 54.53MB / 115.17MB 1.2s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 65.01MB / 115.17MB 1.3s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 74.45MB / 115.17MB 1.4s
11:59:15 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 77.59MB / 122.71MB 1.5s
11:59:15 #17 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.8s done
11:59:15 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 87.86MB / 122.71MB 1.7s
11:59:15 #17 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373
11:59:15 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 96.47MB / 122.71MB 1.8s
11:59:15 #17 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.2s done
11:59:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.2s done
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 56.62MB / 115.17MB 1.2s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 67.11MB / 115.17MB 1.4s
11:59:15 mkdir -p sources
11:59:15 docker run --rm -w /v \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:15 	alpine \
11:59:15 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:15 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 2.1s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 63.96MB / 115.17MB 1.3s
11:59:15 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.3s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 73.40MB / 115.17MB 1.4s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 83.89MB / 115.17MB 1.5s
11:59:15 mkdir -p sources
11:59:15 docker run --rm -w /v \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:15 	alpine \
11:59:15 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 56.62MB / 62.71MB 1.2s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 41.35MB / 115.17MB 1.2s
11:59:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.3s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 57.67MB / 115.17MB 1.3s
11:59:15 #7 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.6s done
11:59:15 #5 DONE 0.3s
11:59:15 
11:59:15 #6 [internal] load metadata for docker.io/library/ubuntu:kinetic
11:59:15 #6 DONE 0.3s
11:59:15 
11:59:15 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179
11:59:15 #7 resolve docker.io/library/ubuntu:kinetic@sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179 0.0s done
11:59:15 #7 sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179 1.13kB / 1.13kB done
11:59:15 #7 sha256:dae786ed48a53dd5568147addd2a80c41f7576823e0cba466c5520003a169ca9 424B / 424B done
11:59:15 #7 sha256:c7096432b6a9855592152ad8009431b92d7aa40980c9c94684fcc72626bbbab9 2.31kB / 2.31kB done
11:59:15 #7 sha256:05f69cab0b799028e03233ffa93abd2d0b426412cff70959a07a29a437447ee3 0B / 25.76MB 0.1s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 84.93MB / 115.17MB 1.5s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 93.32MB / 115.17MB 1.6s
11:59:15 mkdir -p sources
11:59:15 docker run --rm -w /v \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:15 	alpine \
11:59:15 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:15 mkdir -p sources
11:59:15 docker run --rm -w /v \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:15 	alpine \
11:59:15 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:15 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 112.20MB / 122.71MB 2.0s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 85.98MB / 115.17MB 1.5s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 102.76MB / 115.17MB 1.7s
11:59:15 #8 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.5s done
11:59:15 #8 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
11:59:15 mkdir -p sources
11:59:15 docker run --rm -w /v \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:15 	alpine \
11:59:15 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 90.18MB / 115.17MB 1.6s
11:59:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.6s done
11:59:15 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.6s done
11:59:15 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 3.0s done
11:59:15 #7 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.4s done
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 74.45MB / 115.17MB 1.5s
11:59:15 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 0B / 155B 1.5s
11:59:15 #7 ...
11:59:15 
11:59:15 #8 [internal] load build context
11:59:15 #8 transferring context: 30.35MB 0.3s done
11:59:15 #8 DONE 0.3s
11:59:15 
11:59:15 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179
11:59:15 #7 sha256:05f69cab0b799028e03233ffa93abd2d0b426412cff70959a07a29a437447ee3 16.78MB / 25.76MB 0.3s
11:59:15 #7 sha256:05f69cab0b799028e03233ffa93abd2d0b426412cff70959a07a29a437447ee3 25.76MB / 25.76MB 0.5s done
11:59:15 mkdir -p sources
11:59:15 docker run --rm -w /v \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:15 	alpine \
11:59:15 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 109.05MB / 115.17MB 1.8s
11:59:15 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 122.68MB / 122.71MB 2.1s
11:59:15 #17 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 122.71MB / 122.71MB 2.3s done
11:59:15 #17 extracting sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 3.3s done
11:59:15 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.5s done
11:59:15 #7 ...
11:59:15 
11:59:15 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
11:59:15 #9 resolve docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 0.0s done
11:59:15 #9 sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 1.13kB / 1.13kB done
11:59:15 #9 sha256:bf9913320006dfc72a4b519ce600a4063529d242ff5b78facb2bc43ce91260d7 424B / 424B done
11:59:15 #9 sha256:c9eb527b091d53464371291e6470289f0b4f9aab431da2da2ed35e43149bab2b 2.31kB / 2.31kB done
11:59:15 #9 sha256:455c32d33260eab99dd1b8abd1c2af91801c5a580a50e7a43c60b637a88a2209 25.97MB / 25.97MB 0.5s done
11:59:15 #9 extracting sha256:455c32d33260eab99dd1b8abd1c2af91801c5a580a50e7a43c60b637a88a2209 1.9s done
11:59:15 #9 DONE 3.4s
11:59:15 
11:59:15 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:15 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 1.8s
11:59:15 #8 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.5s done
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 102.76MB / 115.17MB 1.8s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 114.29MB / 115.17MB 1.9s
11:59:15 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600
11:59:15 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.5s done
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 88.08MB / 115.17MB 1.6s
11:59:15 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.5s done
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 106.95MB / 115.17MB 1.8s
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 1.9s
11:59:15 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.0s done
11:59:15 #19 1.149 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
11:59:15 #7 extracting sha256:05f69cab0b799028e03233ffa93abd2d0b426412cff70959a07a29a437447ee3
11:59:15 mkdir -p sources
11:59:15 docker run --rm -w /v \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:15 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:15 	alpine \
11:59:15 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:15 #7 ...
11:59:15 
11:59:15 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179
11:59:15 #9 resolve docker.io/library/ubuntu:kinetic@sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179 0.0s done
11:59:15 #9 sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179 1.13kB / 1.13kB done
11:59:15 #9 sha256:535c4a5ab0c2937593fb6aa241d9996f6eed02b8598928aa289ffd0416561131 424B / 424B done
11:59:15 #9 sha256:10c2f4041af137e6b0ba5c793df3dfdf4e72a4e011ce6847f4cc0247b9bbf7f2 2.30kB / 2.30kB done
11:59:15 #9 sha256:256644d5a307c3efeca6ae2854b6329a2753157868dc5548e33161b377658e6a 26.69MB / 26.69MB 1.7s done
11:59:15 #9 extracting sha256:256644d5a307c3efeca6ae2854b6329a2753157868dc5548e33161b377658e6a 2.3s done
11:59:15 #9 DONE 4.4s
11:59:15 
11:59:15 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:15 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 1.9s
11:59:15 #8 ...
11:59:15 
11:59:15 #9 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf
11:59:15 #9 resolve docker.io/library/ubuntu:bionic@sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf 0.0s done
11:59:15 #9 sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf 1.33kB / 1.33kB done
11:59:15 #9 sha256:fdd3c9372c19afa928f99afde58f0f80a008ebb695a8c5ee37de5adb7feb46de 424B / 424B done
11:59:15 #9 sha256:5d2df19066aca89df8e5317544a1cb599dc657830184762ff6fdefaaf708db65 2.30kB / 2.30kB done
11:59:15 #9 sha256:72d9f18d70f395ff9bfae4d193077ccea3ca583e3da3dd66f5c84520c0100727 25.69MB / 25.69MB 0.5s done
11:59:15 #9 extracting sha256:72d9f18d70f395ff9bfae4d193077ccea3ca583e3da3dd66f5c84520c0100727 3.2s done
11:59:15 #9 DONE 4.0s
11:59:15 
11:59:15 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:16 #17 ...
11:59:16 
11:59:16 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:59:16 #15 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 2.8s done
11:59:16 #15 DONE 2.9s
11:59:16 #7 ...
11:59:16 
11:59:16 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
11:59:16 #9 resolve docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f 0.0s done
11:59:16 #9 sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f 1.13kB / 1.13kB done
11:59:16 #9 sha256:c985bc3f77946b8e92c9a3648c6f31751a7dd972e06604785e47303f4ad47c4c 424B / 424B done
11:59:16 #9 sha256:58db3edaf2be6e80f628796355b1bdeaf8bea1692b402f48b7e7b8d1ff100b02 2.30kB / 2.30kB done
11:59:16 #9 sha256:677076032cca0a2362d25cf3660072e738d1b96fe860409a33ce901d695d7ee8 29.53MB / 29.53MB 0.6s done
11:59:16 #9 extracting sha256:677076032cca0a2362d25cf3660072e738d1b96fe860409a33ce901d695d7ee8 3.3s done
11:59:16 #9 DONE 4.4s
11:59:16 
11:59:16 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:16 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.3s done
11:59:16 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
11:59:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 1.9s done
11:59:16 #8 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
11:59:16 mkdir -p sources
11:59:16 docker run --rm -w /v \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:16 	alpine \
11:59:16 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:16 #7 ...
11:59:16 
11:59:16 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
11:59:16 #9 resolve docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0 0.0s done
11:59:16 #9 sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0 1.85kB / 1.85kB done
11:59:16 #9 sha256:bc3b5555185de8939c18423d32d2ba7638ec75fd4c5ecb0f96fdfa73da4f6426 529B / 529B done
11:59:16 #9 sha256:1f7995a778b274b90d30332f49fd538eb1e00f84f7ff33d854ebe9c89ff2a36e 1.48kB / 1.48kB done
11:59:16 #9 sha256:a43b5d5927a7651097e784be4430a6ade09951f5b6879cd06b0f51fc7c4812af 49.08MB / 49.08MB 0.6s done
11:59:16 #9 extracting sha256:a43b5d5927a7651097e784be4430a6ade09951f5b6879cd06b0f51fc7c4812af 2.9s done
11:59:16 #9 DONE 3.9s
11:59:16 
11:59:16 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:16 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.3s done
11:59:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.1s done
11:59:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.0s done
11:59:16 mkdir -p sources
11:59:16 docker run --rm -w /v \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:16 	alpine \
11:59:16 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.0s done
11:59:16 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600
11:59:16 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.0s done
11:59:16 #7 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 3.2s done
11:59:16 #7 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 3.2s done
11:59:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0B / 115.17MB 3.2s
11:59:16 
11:59:16 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:59:16 #15 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
11:59:16 mkdir -p sources
11:59:16 docker run --rm -w /v \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:16 	alpine \
11:59:16 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:16 mkdir -p sources
11:59:16 docker run --rm -w /v \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:16 	alpine \
11:59:16 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:16 #7 ...
11:59:16 
11:59:16 #9 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf
11:59:16 #9 resolve docker.io/library/ubuntu:bionic@sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf 0.0s done
11:59:16 #9 sha256:b2b37ee8ce31e197fba06b7de0b4b07a6fe33e5921918be8d7e1de7b8f25893b 2.31kB / 2.31kB done
11:59:16 #9 sha256:c2a5dda1e2b0d861ec46a9c576c4fd4d667c56aa4b1cac9cd8c16e629dd11b28 22.71MB / 22.71MB 0.4s done
11:59:16 #9 sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf 1.33kB / 1.33kB done
11:59:16 #9 sha256:369d14bd01c8ad4c81698d2f4605509a9985da47b51206c612ebb49191c0eddd 424B / 424B done
11:59:16 #9 extracting sha256:c2a5dda1e2b0d861ec46a9c576c4fd4d667c56aa4b1cac9cd8c16e629dd11b28 1.8s done
11:59:16 #9 DONE 2.5s
11:59:16 
11:59:16 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:16 #8 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.5s done
11:59:16 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.1s
11:59:16 mkdir -p sources
11:59:16 docker run --rm -w /v \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:16 	alpine \
11:59:16 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:16 #9 ...
11:59:16 
11:59:16 #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:59:16 #10 DONE 1.1s
11:59:16 
11:59:16 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:16 #9 ...
11:59:16 
11:59:16 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:16 mkdir -p sources
11:59:16 docker run --rm -w /v \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:16 	alpine \
11:59:16 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:16 mkdir -p sources
11:59:16 docker run --rm -w /v \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:16 	alpine \
11:59:16 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:16 #7 ...
11:59:16 
11:59:16 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
11:59:16 #9 resolve docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57 0.0s done
11:59:16 #9 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
11:59:16 #9 sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57 984B / 984B done
11:59:16 #9 sha256:9ef37e5b193fdb2513e0e17f0e5151e6ad92be1977f16611a1a9e0d8d460c278 529B / 529B done
11:59:16 #9 sha256:b4bdd937066c7d08b41ea566402dbe0e7decde12323f86aad6fcabbfb6e189ba 1.48kB / 1.48kB done
11:59:16 #9 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 1.6s done
11:59:16 #9 DONE 2.5s
11:59:16 
11:59:16 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:16 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
11:59:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 19.92MB / 115.17MB 3.4s
11:59:16 mkdir -p sources
11:59:16 docker run --rm -w /v \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:16 	alpine \
11:59:16 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:16 mkdir -p sources
11:59:16 docker run --rm -w /v \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:16 	alpine \
11:59:16 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:16 #8 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
11:59:16 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.2s done
11:59:16 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 0.1s
11:59:16 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.3s done
11:59:16 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 0.1s
11:59:16 mkdir -p sources
11:59:16 docker run --rm -w /v \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:16 	alpine \
11:59:16 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:16 mkdir -p sources
11:59:16 docker run --rm -w /v \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:16 	alpine \
11:59:16 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:16 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.3s done
11:59:16 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
11:59:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 29.75MB / 115.17MB 3.5s
11:59:16 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 50.33MB / 115.17MB 3.7s
11:59:16 #15 ...
11:59:16 
11:59:16 #18 [internal] load build context
11:59:16 #18 transferring context: 38.14MB 3.2s done
11:59:16 #18 DONE 3.3s
11:59:16 
11:59:16 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
11:59:16 #8 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.0s done
11:59:16 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.1s done
11:59:16 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.1s
11:59:16 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.3s done
11:59:17 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.7s done
11:59:17 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 60.82MB / 115.17MB 3.8s
11:59:17 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600
11:59:17 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 70.25MB / 115.17MB 3.9s
11:59:17 #7 ...
11:59:17 
11:59:17 #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:59:17 #10 DONE 1.4s
11:59:17 
11:59:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:17 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.4s done
11:59:17 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
11:59:17 #8 extracting sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 5.3s
11:59:17 #8 extracting sha256:c13ad3937d9103327c4b061cc7e2ce6c8f6c0958c24eaddf0afde5a0114df4d7 5.3s done
11:59:17 #8 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
11:59:17 #7 ...
11:59:17 
11:59:17 #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:59:17 #10 DONE 1.3s
11:59:17 
11:59:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:17 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694
11:59:17 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.3s done
11:59:17 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600
11:59:17 #13 54.28 --------------------------------------------------------------------------------
11:59:17 #13 54.29 Total                                              3.9 MB/s |  74 MB  00:19     
11:59:17 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 79.69MB / 115.17MB 4.0s
11:59:17 #7 ...
11:59:17 
11:59:17 #8 [stage-1 1/8] FROM quay.io/centos/centos:stream9@sha256:2599aad36b178e108586ab2a9220d6fd9bb31a597a08f137566dbdd27405e929
11:59:17 #8 resolve quay.io/centos/centos:stream9@sha256:2599aad36b178e108586ab2a9220d6fd9bb31a597a08f137566dbdd27405e929 0.0s done
11:59:17 #8 sha256:4c45b685fe23d7882fbfc313364fdb603c55a15a95b54502959b1b08ef0507c6 56.00MB / 56.00MB 0.4s done
11:59:17 #8 sha256:2599aad36b178e108586ab2a9220d6fd9bb31a597a08f137566dbdd27405e929 858B / 858B done
11:59:17 #8 sha256:0b34128a5c41ee882530d34512e806e6ca93f93f072828771efff3654b48b39c 350B / 350B done
11:59:17 #8 sha256:a800b9714017142300fa49571fb1ecbf4aa66f8768f9e7e7b7dedc022f7234b3 1.16kB / 1.16kB done
11:59:17 #8 extracting sha256:4c45b685fe23d7882fbfc313364fdb603c55a15a95b54502959b1b08ef0507c6 3.5s done
11:59:17 #8 DONE 4.2s
11:59:17 
11:59:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:17 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 90.18MB / 115.17MB 4.1s
11:59:17 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 99.61MB / 115.17MB 4.2s
11:59:17 #8 DONE 6.9s
11:59:17 
11:59:17 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:17 #9 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:17 #9 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:17 #9 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.1s done
11:59:17 #9 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.6s done
11:59:17 #9 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
11:59:17 #9 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
11:59:17 #9 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.3s done
11:59:17 #9 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.3s done
11:59:17 #9 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.7s done
11:59:17 #9 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.4s done
11:59:17 #9 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.4s done
11:59:17 #9 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.4s done
11:59:17 #9 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.6s done
11:59:17 #9 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.5s done
11:59:17 #9 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0.1s
11:59:17 #11 1.098 Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
11:59:17 #11 1.171 Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
11:59:17 #11 1.190 Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
11:59:17 #11 1.212 Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
11:59:17 #8 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.4s done
11:59:17 #8 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
11:59:17 #10 extracting sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 5.3s
11:59:17 #7 ...
11:59:17 
11:59:17 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
11:59:17 #9 resolve docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f 0.0s done
11:59:17 #9 sha256:8b150fd943bcd54ef788cece17523d19031f745b099a798de65247900d102e18 27.34MB / 27.34MB 0.3s done
11:59:17 #9 sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f 1.13kB / 1.13kB done
11:59:17 #9 sha256:61bd0b97000996232eb07b8d0e9375d14197f78aa850c2506417ef995a7199a7 424B / 424B done
11:59:17 #9 sha256:a6be1f66f70f66ef43503292e38ccbfc14f2d5464e7736344783a8fc7bb339a8 2.31kB / 2.31kB done
11:59:17 #9 extracting sha256:8b150fd943bcd54ef788cece17523d19031f745b099a798de65247900d102e18 2.8s done
11:59:17 #9 DONE 3.5s
11:59:17 
11:59:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:17 #7 extracting sha256:4a19f21e8d201ef55c1db5eb4cce0a816a57dc2690d226596ac1301ea2228696 4.9s done
11:59:17 #7 DONE 6.4s
11:59:17 
11:59:17 #8 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
11:59:17 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.5s done
11:59:17 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.1s
11:59:17 #13 54.53 Running transaction check
11:59:17 #8 ...
11:59:17 
11:59:17 #9 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
11:59:17 #9 resolve docker.io/library/centos:7@sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 0.0s done
11:59:17 #9 sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4 1.20kB / 1.20kB done
11:59:17 #9 sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f 529B / 529B done
11:59:17 #9 sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9 2.75kB / 2.75kB done
11:59:17 #9 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 1.1s done
11:59:17 #9 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 6.0s done
11:59:17 #9 DONE 7.8s
11:59:17 
11:59:17 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:17 #8 ...
11:59:17 
11:59: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:59:17 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 4.4s
11:59:17 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.6s done
11:59:17 #7 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 4.5s done
11:59:17 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
11:59:17 #11 1.326 Get:5 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
11:59:17 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.4s done
11:59:17 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
11:59:17 == Building packages for debian-bookworm ==
11:59:17 mkdir -p "debbuild/debian-bookworm"
11:59:17 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-bookworm/aarch64 -f debian-bookworm/Dockerfile .
11:59:17 mkdir -p sources
11:59:17 docker run --rm -w /v \
11:59:17 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/compose:/compose \
11:59:17 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:17 	alpine \
11:59:17 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:59:17 #10 extracting sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 5.7s done
11:59:17 #6 extracting sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 5.0s
11:59:17 == Building packages for debian-buster ==
11:59:17 mkdir -p "debbuild/debian-buster"
11:59:17 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
11:59:17 #8 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.0s done
11:59:17 #8 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
11:59:17 #13 54.78 Running transaction test
11:59:17 #19 ...
11:59:17 
11:59:17 #20 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
11:59:17 #0 0.596 + apk  --root / add --no-cache musl-dev gcc
11:59:17 #0 0.603 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
11:59:17 #0 1.672 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
11:59:17 #0 1.864 (1/9) Installing binutils (2.38-r3)
11:59:17 #0 1.944 (2/9) Installing libgomp (11.2.1_git20220219-r2)
11:59:17 #0 1.949 (3/9) Installing libatomic (11.2.1_git20220219-r2)
11:59:17 #0 1.951 (4/9) Installing gmp (6.2.1-r2)
11:59:17 #0 1.958 (5/9) Installing isl22 (0.22-r0)
11:59:17 #0 1.977 (6/9) Installing mpfr4 (4.1.0-r0)
11:59:17 #0 2.002 (7/9) Installing mpc1 (1.2.1-r0)
11:59:17 #0 2.005 (8/9) Installing gcc (11.2.1_git20220219-r2)
11:59:17 #0 2.718 (9/9) Installing musl-dev (1.2.3-r2)
11:59:17 #0 2.787 Executing busybox-1.35.0-r17.trigger
11:59:17 #0 2.793 OK: 424 MiB in 46 packages
11:59:17 #20 DONE 3.0s
11:59:17 
11:59:17 #19 [goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0"
11:59:17 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.2s done
11:59:17 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
11:59:17 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.3s done
11:59:17 == Building packages for ubuntu-focal ==
11:59:17 mkdir -p "debbuild/ubuntu-focal"
11:59:17 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
11:59:17 == Building packages for raspbian-bullseye ==
11:59:17 mkdir -p "debbuild/raspbian-bullseye"
11:59:17 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile .
11:59:17 #11 1.615 Get:6 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
11:59:17 #11 1.615 Get:7 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
11:59:17 #11 1.617 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
11:59:17 #11 1.663 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [31.2 kB]
11:59:17 #11 1.664 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2011 kB]
11:59:17 #11 1.710 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2924 kB]
11:59:17 #11 1.778 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1291 kB]
11:59:17 #11 1.812 Get:13 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
11:59:17 #11 1.812 Get:14 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
11:59:17 == Building packages for ubuntu-kinetic ==
11:59:17 mkdir -p "debbuild/ubuntu-kinetic"
11:59:17 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-kinetic/aarch64 -f ubuntu-kinetic/Dockerfile .
11:59:17 #1 [internal] load .dockerignore
11:59:17 #1 transferring context: 2B done
11:59:17 #1 DONE 0.1s
11:59:17 
11:59:17 #2 [internal] load build definition from Dockerfile
11:59:17 #2 transferring dockerfile: 913B done
11:59:17 #2 DONE 0.1s
11:59:17 
11:59:17 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:17 #10 extracting sha256:2d533c107a1d7303beef7f6788021ebadd894b7a021c3245ebf5c3f1ef4488de done
11:59:17 #10 DONE 16.8s
11:59:17 
11:59:17 #13 [base 2/5] COPY --from=xx / /
11:59:17 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 1.6s done
11:59:17 #7 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.9s done
11:59:17 #7 ...
11:59:17 
11:59:17 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
11:59:17 #9 resolve docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0 0.0s done
11:59:17 #9 sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0 1.85kB / 1.85kB done
11:59:17 #9 sha256:61c135647ef58d09bb8945093512eccc5f27722af5c2ce2c78741eca1e900011 529B / 529B done
11:59:17 #9 sha256:9f725fcecf584a8c06c7ab74f5b05c75ee0a85339c85af85f5fe58d84e026b0a 1.46kB / 1.46kB done
11:59:17 #9 sha256:20aeb9ca89f41415a92cd1a5e9ff6c0280e09a250e0f950c9df57d97b0d3efb5 49.04MB / 49.04MB 1.0s done
11:59:17 #9 extracting sha256:20aeb9ca89f41415a92cd1a5e9ff6c0280e09a250e0f950c9df57d97b0d3efb5 4.5s done
11:59:17 #9 DONE 6.0s
11:59:17 
11:59:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:17 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375
11:59:17 #7 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.5s done
11:59:17 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
11:59:17 #8 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.5s done
11:59:18 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.9s done
11:59:18 #7 ...
11:59:18 
11:59:18 #9 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
11:59:18 #9 resolve docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b 0.0s done
11:59:18 #9 sha256:acd40516036b5b8bda9c0b171922c9720e3438aeb621ac66fe51bb35e2e615c9 529B / 529B done
11:59:18 #9 sha256:e2e67f3d9c8ebadc3bea4ce11c1cd4f71fc8801cf98d053b9532a4faa1a45cbf 1.48kB / 1.48kB done
11:59:18 #9 sha256:fac7262b6510529638951e16807cf1758f42c892ed924e334c27bb8bbcf7d7c2 53.68MB / 53.68MB 0.7s done
11:59:18 #9 sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b 1.85kB / 1.85kB done
11:59:18 #9 extracting sha256:fac7262b6510529638951e16807cf1758f42c892ed924e334c27bb8bbcf7d7c2 2.9s done
11:59:18 #9 DONE 3.9s
11:59:18 
11:59:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:18 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600
11:59:18 == Building packages for ubuntu-bionic ==
11:59:18 mkdir -p "debbuild/ubuntu-bionic"
11:59:18 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/aarch64 -f ubuntu-bionic/Dockerfile .
11:59:18 #13 55.02 Transaction test succeeded
11:59:18 #13 55.03 Running transaction
11:59:18 #1 [internal] load .dockerignore
11:59:18 #1 transferring context: 2B done
11:59:18 #1 DONE 0.1s
11:59:18 
11:59:18 #2 [internal] load build definition from Dockerfile
11:59:18 #2 transferring dockerfile: 911B done
11:59:18 #2 DONE 0.1s
11:59:18 
11:59:18 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:18 == Building packages for ubuntu-jammy ==
11:59:18 mkdir -p "debbuild/ubuntu-jammy"
11:59:18 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile .
11:59:18 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.4s done
11:59:18 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0.1s
11:59:18 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694
11:59:18 #1 [internal] load .dockerignore
11:59:18 #1 transferring context: 2B done
11:59:18 #1 DONE 0.1s
11:59:18 
11:59:18 #2 [internal] load build definition from Dockerfile
11:59:18 #2 transferring dockerfile: 1.21kB done
11:59:18 #1 [internal] load .dockerignore
11:59:18 #1 transferring context: 2B done
11:59:18 #1 DONE 0.1s
11:59:18 
11:59:18 #2 [internal] load build definition from Dockerfile
11:59:18 #2 transferring dockerfile: 928B done
11:59:18 #19 3.459 go: downloading github.com/akavel/rsrc v0.10.2
11:59:18 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.3s done
11:59:18 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694
11:59:18 #11 2.073 Get:15 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [28.5 kB]
11:59:18 #11 2.161 Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2448 kB]
11:59:18 #7 extracting sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 4.9s done
11:59:18 #7 DONE 6.6s
11:59:18 
11:59:18 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:18 #9 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:18 #9 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.2s done
11:59:18 #9 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:18 #9 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
11:59:18 #9 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
11:59:18 #9 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 1.0s done
11:59:18 #9 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.5s done
11:59:18 #9 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.7s done
11:59:18 #9 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 2.5s done
11:59:18 #9 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.3s done
11:59:18 #9 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 4.0s done
11:59:18 #9 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.8s done
11:59:18 #9 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.8s done
11:59:18 #9 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.1s
11:59:18 #1 [internal] load .dockerignore
11:59:18 #1 transferring context: 2B done
11:59:18 #1 DONE 0.1s
11:59:18 
11:59:18 #2 [internal] load build definition from Dockerfile
11:59:18 #2 transferring dockerfile: 1.21kB 0.0s done
11:59:18 #2 DONE 0.1s
11:59:18 
11:59:18 #3 [auth] library/golang:pull token for registry-1.docker.io
11:59:18 #3 DONE 0.0s
11:59:18 
11:59:18 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:59:18 #4 DONE 0.0s
11:59:18 
11:59:18 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:18 == Building packages for raspbian-bookworm ==
11:59:18 mkdir -p "debbuild/raspbian-bookworm"
11:59:18 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bookworm/aarch64 -f raspbian-bookworm/Dockerfile .
11:59:18 #1 [internal] load .dockerignore
11:59:18 #1 transferring context: 2B done
11:59:18 #1 DONE 0.1s
11:59:18 
11:59:18 #2 [internal] load build definition from Dockerfile
11:59:18 #2 transferring dockerfile: 928B done
11:59:18 #2 DONE 0.1s
11:59:18 
11:59:18 #3 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
11:59:18 #3 ...
11:59:18 
11:59:18 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:18 #4 DONE 0.0s
11:59:18 
11:59:18 #5 [auth] library/debian:pull token for registry-1.docker.io
11:59:18 #5 DONE 0.0s
11:59:18 
11:59:18 #6 [internal] load metadata for docker.io/library/debian:bookworm
11:59:18 #8 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0.1s
11:59:18 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.4s done
11:59:18 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
11:59:18 #1 [internal] load .dockerignore
11:59:18 #1 transferring context: 2B done
11:59:18 #1 DONE 0.1s
11:59:18 
11:59:18 #2 [internal] load build definition from Dockerfile
11:59:18 #2 transferring dockerfile: 914B done
11:59:18 #2 DONE 0.1s
11:59:18 
11:59:18 #3 [internal] load metadata for docker.io/library/ubuntu:bionic
11:59:18 #3 ...
11:59:18 
11:59:18 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:18 #4 DONE 0.0s
11:59:18 
11:59:18 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
11:59:18 #5 DONE 0.0s
11:59:18 #3 ...
11:59:18 
11:59:18 #4 [auth] library/debian:pull token for registry-1.docker.io
11:59:18 #4 DONE 0.0s
11:59:18 
11:59:18 #5 [auth] library/golang:pull token for registry-1.docker.io
11:59:18 #5 DONE 0.0s
11:59:18 
11:59:18 #6 [internal] load metadata for docker.io/library/debian:buster
11:59:18 #1 [internal] load build definition from Dockerfile
11:59:18 #1 transferring dockerfile: 1.21kB done
11:59:18 #1 DONE 0.1s
11:59:18 
11:59:18 #2 [internal] load .dockerignore
11:59:18 #2 transferring context: 2B done
11:59:18 #2 DONE 0.1s
11:59:18 
11:59:18 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:18 #2 DONE 0.1s
11:59:18 
11:59:18 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
11:59:18 #3 DONE 0.0s
11:59:18 
11:59:18 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:18 #4 DONE 0.0s
11:59:18 
11:59:18 #5 [internal] load metadata for docker.io/library/ubuntu:focal
11:59:18 #8 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.7s done
11:59:18 #8 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4
11:59:18 #2 DONE 0.1s
11:59:18 
11:59:18 #3 [auth] library/golang:pull token for registry-1.docker.io
11:59:18 #3 DONE 0.0s
11:59:18 
11:59:18 #4 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
11:59:18 #4 DONE 0.0s
11:59:18 
11:59:18 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:18 #7 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 3.4s done
11:59:18 #9 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.5s done
11:59:18 #9 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
11:59:18 #5 DONE 0.3s
11:59:18 
11:59:18 #6 [internal] load metadata for docker.io/library/ubuntu:kinetic
11:59:18 #6 DONE 0.4s
11:59:18 #3 DONE 0.0s
11:59:18 
11:59:18 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:18 #4 DONE 0.0s
11:59:18 
11:59:18 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:18 == Building packages for raspbian-buster ==
11:59:18 mkdir -p "debbuild/raspbian-buster"
11:59:18 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-buster/aarch64 -f raspbian-buster/Dockerfile .
11:59:18 #7 extracting sha256:05f69cab0b799028e03233ffa93abd2d0b426412cff70959a07a29a437447ee3 2.2s done
11:59:18 #7 DONE 3.0s
11:59:18 
11:59:18 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:18 #9 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.1s done
11:59:18 #9 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
11:59:18 #9 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
11:59:18 #9 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:18 #9 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
11:59:18 #9 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.2s done
11:59:18 #9 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.4s done
11:59:18 #9 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 1.0s done
11:59:18 #9 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.2s done
11:59:18 #9 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 1.9s done
11:59:18 #9 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.1s
11:59:18 #9 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.1s done
11:59:18 #6 DONE 0.5s
11:59:18 
11:59:18 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:18 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.3s done
11:59:18 #7 ...
11:59:18 
11:59:18 #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:59:18 #10 DONE 2.7s
11:59:18 
11:59:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:18 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 0.1s
11:59:18 
11:59:18 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:18 #6 DONE 0.3s
11:59:18 
11:59:18 #3 [internal] load metadata for docker.io/library/ubuntu:bionic
11:59:18 #3 DONE 0.3s
11:59:18 
11:59:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:18 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:18 #6 DONE 0.4s
11:59:18 
11:59:18 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:18 #3 DONE 0.4s
11:59:18 
11:59:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:18 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:18 #3 ...
11:59:18 
11:59:18 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
11:59:18 #4 DONE 0.0s
11:59:18 
11:59:18 #5 [auth] library/golang:pull token for registry-1.docker.io
11:59:18 #5 DONE 0.0s
11:59:18 
11:59:18 #6 [internal] load metadata for docker.io/library/ubuntu:jammy
11:59:18 #7 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.3s done
11:59:18 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10
11:59:18 #5 DONE 0.4s
11:59:18 
11:59:18 #6 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
11:59:18 #6 DONE 0.4s
11:59:18 
11:59:18 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
11:59:18 #7 resolve docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91 0.0s done
11:59:18 #7 sha256:910ebb32e34ad5c196cb0edd69912b1b209831af24c7d41409e6f47f22f8bffc 5.00kB / 5.00kB done
11:59:18 #7 sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91 1.99kB / 1.99kB done
11:59:18 #7 sha256:cd8d70a00e71863bfa6605014d4ab5d5f1c274ad787d72241305b763cb1e57ee 0B / 257B 0.0s
11:59:18 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 4.0s done
11:59:18 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
11:59:18 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.1s
11:59:18 #11 2.508 Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1882 kB]
11:59:18 #11 2.596 Get:18 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [991 kB]
11:59:18 
11:59:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:18 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:18 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 770.05kB / 45.92MB 0.2s
11:59:18 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0B / 7.15MB 0.2s
11:59:18 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:18 #7 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
11:59:18 #7 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
11:59:18 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0B / 9.35MB 0.2s
11:59:18 #5 DONE 0.4s
11:59:18 
11:59:18 #6 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bookworm
11:59:18 #6 DONE 0.5s
11:59:18 
11:59:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:18 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:18 #1 [internal] load build definition from Dockerfile
11:59:18 #1 transferring dockerfile: 926B done
11:59:18 #1 DONE 0.1s
11:59:18 
11:59:18 #2 [internal] load .dockerignore
11:59:18 #2 transferring context: 2B done
11:59:18 #2 DONE 0.1s
11:59:18 
11:59:18 #3 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
11:59:18 #3 DONE 0.0s
11:59:18 
11:59:18 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:18 #3 DONE 0.6s
11:59:18 
11:59:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:18 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:18 #7 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
11:59:18 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:18 #7 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
11:59:18 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 1.05MB / 45.92MB 0.2s
11:59:18 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0B / 7.15MB 0.2s
11:59:18 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694
11:59:18 #7 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
11:59:18 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 0B / 45.92MB 0.1s
11:59:18 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0B / 7.15MB 0.1s
11:59:18 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:18 #7 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
11:59:18 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:18 #7 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
11:59:18 #7 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
11:59:18 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0B / 9.35MB 0.1s
11:59:18 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0B / 7.15MB 0.1s
11:59:18 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 1.05MB / 45.92MB 0.2s
11:59:18 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.05MB / 9.35MB 0.4s
11:59:18 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 2.10MB / 7.15MB 0.4s
11:59:18 #6 DONE 0.4s
11:59:18 
11:59:18 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:18 #3 DONE 0.4s
11:59:18 
11:59:18 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
11:59:18 #7 resolve docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
11:59:18 #7 resolve docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f 0.0s done
11:59:18 #8 DONE 1.3s
11:59:18 
11:59:18 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:18 #9 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:18 #9 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:18 #9 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
11:59:18 #9 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 0.8s done
11:59:18 #9 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 0.1s done
11:59:18 #9 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
11:59:18 #9 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 0.4s done
11:59:18 #9 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.3s done
11:59:18 #9 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 1.9s done
11:59:18 #9 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.2s done
11:59:18 #9 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.4s done
11:59:18 #9 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.4s done
11:59:18 #9 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.5s done
11:59:18 #9 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.4s done
11:59:18 #9 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0.9s
11:59:18 #7 sha256:cd8d70a00e71863bfa6605014d4ab5d5f1c274ad787d72241305b763cb1e57ee 257B / 257B 0.1s done
11:59:18 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 0B / 41.79MB 0.2s
11:59:18 #7 sha256:7d7ecaba86e0a81cdaab07764d4f1a33559cca2282c1ce53f7cce311081df7c9 0B / 304B 0.2s
11:59:18 #7 sha256:7d7ecaba86e0a81cdaab07764d4f1a33559cca2282c1ce53f7cce311081df7c9 304B / 304B 0.2s done
11:59:18 #7 sha256:83502790502ddd5b7dba8aca592d2332dc0ac7efa8fe37bd500e858f55eeaf93 0B / 176B 0.2s
11:59:18 #7 sha256:2bb109a565e6de9a7dac0d6b91e7be2ef45b3ad4d309679b36298c8e28caf2b2 909B / 909B 0.2s done
11:59:18 #13 DONE 0.9s
11:59:18 
11:59:18 #14 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
11:59:18 #5 DONE 0.4s
11:59:18 
11:59:18 #6 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:18 #6 DONE 0.4s
11:59:18 
11:59:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:18 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:18 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:18 #7 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
11:59:18 #7 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
11:59:18 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 1.05MB / 45.92MB 0.2s
11:59:18 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0B / 7.15MB 0.2s
11:59:18 #7 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.2s done
11:59:18 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.1s
11:59:18 #8 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.5s done
11:59:18 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.05MB / 7.15MB 0.4s
11:59:18 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.05MB / 9.35MB 0.4s
11:59:18 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:18 #7 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
11:59:18 #7 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
11:59:18 #4 DONE 0.0s
11:59:18 
11:59:18 #5 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.05MB / 7.15MB 0.3s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 2.10MB / 7.15MB 0.4s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 3.15MB / 45.92MB 0.3s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.05MB / 7.15MB 0.3s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 3.80MB / 7.15MB 0.5s
11:59:19 #9 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.7s done
11:59:19 #9 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.1s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 2.10MB / 9.35MB 0.5s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 3.15MB / 9.35MB 0.6s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 3.15MB / 7.15MB 0.6s
11:59:19 #7 sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f 1.13kB / 1.13kB done
11:59:19 #7 sha256:7f1627151f895be9f4805b8a092f0d17a3365c142c95d44f9c857fc891172fa2 424B / 424B done
11:59:19 #7 sha256:b15b861da44337925963eb70b8671950999df7d8abfe7f5a9b5f95ff9f4cca7a 2.31kB / 2.31kB done
11:59:19 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 0B / 26.14MB 0.1s
11:59:19 #7 sha256:83502790502ddd5b7dba8aca592d2332dc0ac7efa8fe37bd500e858f55eeaf93 176B / 176B 0.3s done
11:59:19 #7 sha256:f20327d786aae47c65ca9678b906c87dbd0974fa187ab64a9aeb789ca03eaab9 0B / 413B 0.3s
11:59:19 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 0B / 17.96MB 0.3s
11:59:19 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 3.15MB / 41.79MB 0.5s
11:59:19 #7 sha256:f20327d786aae47c65ca9678b906c87dbd0974fa187ab64a9aeb789ca03eaab9 413B / 413B 0.4s done
11:59:19 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.5s done
11:59:19 #14 DONE 0.4s
11:59:19 #8 extracting sha256:030a67402fc8bf84745e5de2ec579b0a324b0047a58f18eb2cb602ed0a9eacde 3.7s done
11:59:19 #8 DONE 5.3s
11:59:19 
11:59:19 #9 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 4.19MB / 45.92MB 0.5s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 3.15MB / 7.15MB 0.5s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 4.19MB / 7.15MB 0.6s
11:59:19 #8 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0.1s
11:59:19 #7 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.2s done
11:59:19 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 3.15MB / 45.92MB 0.5s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 2.10MB / 7.15MB 0.5s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 2.10MB / 9.35MB 0.5s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 4.19MB / 7.15MB 0.7s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 4.19MB / 9.35MB 0.7s
11:59:19 #5 DONE 0.6s
11:59:19 
11:59:19 #6 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster
11:59:19 #6 DONE 0.6s
11:59:19 
11:59:19 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:19 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 4.19MB / 45.92MB 0.5s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 3.15MB / 7.15MB 0.5s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 7.34MB / 45.92MB 0.6s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 5.24MB / 7.15MB 0.6s
11:59:19 #8 extracting sha256:88e4f16cd8916547add1dcf1c000a62ec73cd49b4de6392a9425bffcd79f1ed5 3.6s done
11:59:19 #8 DONE 5.1s
11:59:19 
11:59:19 #9 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 7.34MB / 45.92MB 0.6s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 6.29MB / 7.15MB 0.6s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 0.7s
11:59:19 #9 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.4s done
11:59:19 #9 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 4.19MB / 9.35MB 0.7s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 4.19MB / 7.15MB 0.7s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 5.24MB / 9.35MB 0.9s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 6.29MB / 7.15MB 0.9s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 7.34MB / 45.92MB 0.9s
11:59:19 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 2.10MB / 26.14MB 0.4s
11:59:19 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 5.24MB / 41.79MB 0.7s
11:59:19 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 3.15MB / 17.96MB 0.7s
11:59:19 #7 sha256:00041252b20f2827672dadea389c22e9e63c76be4ab42f59bd56e27fef33759c 0B / 123.08kB 0.7s
11:59:19 #7 sha256:00041252b20f2827672dadea389c22e9e63c76be4ab42f59bd56e27fef33759c 123.08kB / 123.08kB 0.7s
11:59:19 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 0.1s
11:59:19 
11:59:19 #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:59:19 #10 DONE 1.6s
11:59:19 
11:59:19 #11 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 5.24MB / 7.15MB 0.7s
11:59:19 #19 DONE 4.4s
11:59:19 
11:59:19 #21 [build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
11:59:19 #21 DONE 0.1s
11:59:19 
11:59:19 #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:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 5.24MB / 7.15MB 0.8s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 7.34MB / 45.92MB 0.9s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 5.24MB / 9.35MB 0.9s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 6.29MB / 7.15MB 1.0s
11:59:19 #7 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
11:59:19 #7 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
11:59:19 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 0.8s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 0B / 45.92MB 0.5s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 11.53MB / 45.92MB 0.8s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 0.7s done
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0B / 9.35MB 0.8s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.05MB / 9.35MB 0.9s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 6.29MB / 9.35MB 1.0s
11:59:19 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 4.19MB / 26.14MB 0.7s
11:59:19 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 7.34MB / 41.79MB 0.9s
11:59:19 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 5.24MB / 17.96MB 0.9s
11:59:19 #7 sha256:00041252b20f2827672dadea389c22e9e63c76be4ab42f59bd56e27fef33759c 123.08kB / 123.08kB 0.8s done
11:59:19 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 7.34MB / 17.96MB 1.0s
11:59:19 #6 ...
11:59:19 
11:59:19 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:19 #8 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:19 #8 sha256:d329281a405a33c535f9e0f5dd8a944e1b054cf7e44caddd79b87a7cb0c1f8f0 7.10kB / 7.10kB done
11:59:19 #8 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:19 #8 sha256:3720b48f7106dd0d34ac3ca51a659572da7cdab121ce8cfda335bce3cb4e1f2b 1.80kB / 1.80kB done
11:59:19 #8 sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 50.45MB / 50.45MB 1.6s done
11:59:19 #8 sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 7.86MB / 7.86MB 1.1s done
11:59:19 #8 sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 51.87MB / 51.87MB 1.8s done
11:59:19 #8 sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 10.00MB / 10.00MB 1.6s done
11:59:19 #8 sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 148.95MB / 148.95MB 3.6s done
11:59:19 #8 sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 68.85MB / 68.85MB 3.0s done
11:59:19 #8 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 4.2s done
11:59:19 #8 sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b 155B / 155B 1.9s done
11:59:19 #8 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.6s done
11:59:19 #8 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.5s done
11:59:19 #8 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 0.6s
11:59:19 #8 ...
11:59:19 
11:59:19 #6 [stage-1 1/9] FROM quay.io/centos/centos:stream8@sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 7.34MB / 45.92MB 0.9s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 6.29MB / 7.15MB 0.9s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 1.0s
11:59:19 #22 DONE 0.5s
11:59:19 
11:59:19 #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:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 1.2s done
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 7.34MB / 9.35MB 1.2s
11:59:19 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 0B / 47.40MB 1.2s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.49MB / 45.92MB 1.3s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 8.39MB / 9.35MB 1.3s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 11.53MB / 45.92MB 1.0s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 0.9s done
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0B / 9.35MB 1.0s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.05MB / 9.35MB 1.1s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 3.15MB / 45.92MB 0.9s
11:59:19 #7 extracting sha256:44219e00881cf62071db757c57d79fb1b638ddfbcb4c34bdfe7bc66f579e1918 4.9s done
11:59:19 #7 extracting sha256:795f49826329c7676ac8fedf63e55e7ba9fb73922b7c6f61297c111c2d95d634
11:59:19 #7 extracting sha256:795f49826329c7676ac8fedf63e55e7ba9fb73922b7c6f61297c111c2d95d634 done
11:59:19 #7 extracting sha256:e72c69f7a7a0086306caea6b3130a8ec6113c09e065b2f1b0fd6dd95266dfee4 0.1s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 16.78MB / 45.92MB 1.1s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 4.19MB / 9.35MB 1.1s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 5.24MB / 9.35MB 1.2s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 19.92MB / 45.92MB 1.3s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 7.34MB / 9.35MB 1.3s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 8.39MB / 9.35MB 1.2s
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 1.1s done
11:59:19 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 0B / 47.40MB 1.2s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 1.3s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.49MB / 45.92MB 1.3s
11:59:19 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 6.29MB / 26.14MB 0.9s
11:59:19 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 8.39MB / 26.14MB 1.1s
11:59:19 #9 ...
11:59:19 
11:59:19 #10 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
11:59:19 #10 DONE 1.5s
11:59:19 
11:59:19 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:19 #9 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.2s done
11:59:19 #9 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694
11:59:19 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 9.44MB / 41.79MB 1.1s
11:59:19 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 8.39MB / 17.96MB 1.1s
11:59:19 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 10.49MB / 17.96MB 1.3s
11:59:19 #15 DONE 0.5s
11:59:19 
11:59:19 #16 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
11:59:19 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 1.0s done
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0B / 9.35MB 1.1s
11:59:19 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.49MB / 45.92MB 1.2s
11:59:19 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.05MB / 9.35MB 1.2s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 1.4s
11:59:20 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 1.6s done
11:59:20 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 14.68MB / 45.92MB 1.3s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 2.10MB / 9.35MB 1.3s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 3.15MB / 9.35MB 1.4s
11:59:20 #11 3.750 Fetched 25.1 MB in 3s (8331 kB/s)
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 24.12MB / 45.92MB 1.5s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 1.5s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 1.4s done
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 14.68MB / 45.92MB 1.6s
11:59:20 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 0B / 53.32MB 1.6s
11:59:20 #8 ...
11:59:20 
11:59:20 #9 [stage-1 1/6] FROM docker.io/library/fedora:37@sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664
11:59:20 #9 resolve docker.io/library/fedora:37@sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664 0.0s done
11:59:20 #9 sha256:99aa8919afd1880064ec915dba44cdc5b52808667717f605750329d55006538a 529B / 529B done
11:59:20 #9 sha256:95b7a2603d3aa3135d58410efdf7f020ab28f0286ee56724a7a774d48a5c08bf 2.00kB / 2.00kB done
11:59:20 #9 sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664 975B / 975B done
11:59:20 #9 sha256:cd974119263e78652ccbbd00decd88e307abef723a1ccf622fc9d6c0baf58bb2 66.09MB / 66.09MB 2.5s done
11:59:20 #9 extracting sha256:cd974119263e78652ccbbd00decd88e307abef723a1ccf622fc9d6c0baf58bb2 4.7s done
11:59:20 #9 DONE 7.6s
11:59:20 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 10.49MB / 26.14MB 1.4s
11:59:20 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 12.58MB / 41.79MB 1.4s
11:59:20 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 11.53MB / 17.96MB 1.4s
11:59:20 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 14.68MB / 41.79MB 1.5s
11:59:20 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 12.58MB / 17.96MB 1.5s
11:59:20 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 13.63MB / 17.96MB 1.6s
11:59:20 mkdir -p sources
11:59:20 docker run --rm -w /v \
11:59:20 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:59:20 	-v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb/sources:/v \
11:59:20 	alpine \
11:59:20 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 2.10MB / 9.35MB 1.4s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 3.15MB / 9.35MB 1.5s
11:59:20 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 3.15MB / 47.40MB 1.6s
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 14.68MB / 45.92MB 1.8s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 1.6s done
11:59:20 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 0B / 53.32MB 1.8s
11:59:20 #7 ...
11:59:20 
11:59:20 #9 [stage-1 2/8] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
11:59:20 #9 DONE 3.2s
11:59:20 #23 0.499 Building static docker-linux-amd64
11:59:20 #23 0.502 + go build -o /out/docker-linux-amd64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T11:59:20Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -extldflags -static' '-buildmode=pie' github.com/docker/cli/cmd/docker
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 17.83MB / 45.92MB 1.5s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 5.24MB / 9.35MB 1.5s
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 20.97MB / 45.92MB 1.7s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 1.7s
11:59:20 #11 1.045 Loaded plugins: fastestmirror, ovl
11:59:20 #11 1.375 Determining fastest mirrors
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 28.31MB / 45.92MB 1.7s
11:59:20 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 5.24MB / 47.40MB 1.8s
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 6.29MB / 45.92MB 1.4s
11:59:20 
11:59:20 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:20 #7 extracting sha256:e72c69f7a7a0086306caea6b3130a8ec6113c09e065b2f1b0fd6dd95266dfee4 0.4s done
11:59:20 #7 extracting sha256:18c13effe3e1cf64e84d5dd614e09551aa3f01e4f46d5a188821ba95a08d59ff
11:59:20 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 12.58MB / 26.14MB 1.7s
11:59:20 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 17.83MB / 41.79MB 1.8s
11:59:20 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 16.78MB / 17.96MB 1.8s
11:59:20 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 1.8s done
11:59:20 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 0B / 45.92MB 1.1s
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 13.63MB / 45.92MB 1.6s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 4.19MB / 9.35MB 1.6s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 6.29MB / 9.35MB 1.8s
11:59:20 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 7.34MB / 47.40MB 1.9s
11:59:20 
11:59:20 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 24.12MB / 45.92MB 1.9s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 1.8s done
11:59:20 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 1.05MB / 47.40MB 1.9s
11:59:20 #16 0.685 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:59:20 #16 0.695 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:59:20 #16 0.695 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:59:20 #16 0.817 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:59:20 #6 extracting sha256:6c5de04c936da27e33992af1e54e929f1cb39c8e1473d9d25ed1f1dc2d842fd4 8.0s done
11:59:20 #9 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.2s done
11:59:20 #9 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 1.7s done
11:59:20 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 0B / 47.40MB 1.8s
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 33.55MB / 45.92MB 2.0s
11:59:20 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 3.15MB / 47.40MB 2.0s
11:59:20 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 1.05MB / 53.32MB 2.0s
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 18.87MB / 45.92MB 1.9s
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.49MB / 45.92MB 1.9s
11:59:20 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 14.68MB / 26.14MB 1.9s
11:59:20 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 17.96MB / 17.96MB 1.9s
11:59:20 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 19.92MB / 41.79MB 2.0s
11:59:20 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 24.12MB / 41.79MB 2.2s
11:59:20 #7 sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 17.96MB / 17.96MB 2.0s done
11:59:20 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 3.0s done
11:59:20 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 7.34MB / 9.35MB 1.9s
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 16.78MB / 45.92MB 2.0s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 2.0s
11:59:20 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 2.1s done
11:59:20 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 0B / 47.40MB 2.2s
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 17.83MB / 45.92MB 2.1s
11:59:20 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 3.15MB / 53.32MB 2.1s
11:59:20 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 10.49MB / 47.40MB 2.3s
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 27.26MB / 45.92MB 2.1s
11:59:20 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 5.24MB / 47.40MB 2.2s
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 31.46MB / 45.92MB 2.3s
11:59:20 #6 extracting sha256:f1ee40d9db4a2bf9b96ea48d6cb45c602a6761650f67dc84bba5a0d2495e845a done
11:59:20 #16 0.924 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
11:59:20 #16 1.047 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:59:20 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 36.70MB / 45.92MB 2.2s
11:59:20 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 6.29MB / 47.40MB 2.2s
11:59:20 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 5.24MB / 53.32MB 2.2s
11:59:20 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 8.39MB / 47.40MB 2.2s
11:59:20 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 3.15MB / 53.32MB 2.2s
11:59:20 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 16.78MB / 26.14MB 2.2s
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 19.92MB / 45.92MB 2.3s
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 3.15MB / 45.92MB 1.5s
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 20.97MB / 45.92MB 2.4s
11:59:21 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.29MB / 53.32MB 2.5s
11:59:21 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 1.4s done
11:59:21 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 0.1s
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 8.39MB / 47.40MB 2.4s
11:59:21 #6 extracting sha256:17facd475902d6709cff908630b59271c7ad18f64c3a1d0143d438c6988504ef
11:59:21 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 8.39MB / 53.32MB 2.4s
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 11.53MB / 47.40MB 2.6s
11:59:21 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.29MB / 53.32MB 2.6s
11:59:21 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0B / 7.15MB 2.2s
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 14.68MB / 45.92MB 2.4s
11:59:21 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.05MB / 7.15MB 2.4s
11:59:21 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 26.21MB / 41.79MB 2.4s
11:59:21 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 28.31MB / 41.79MB 2.7s
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 3.15MB / 47.40MB 2.6s
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 6.29MB / 45.92MB 1.9s
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 13.63MB / 47.40MB 2.7s
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 24.12MB / 45.92MB 2.8s
11:59:21 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.6s done
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 35.65MB / 45.92MB 2.7s
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 13.63MB / 47.40MB 2.7s
11:59:21 #7 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.7s done
11:59:21 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
11:59:21 #9 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.2s done
11:59:21 #9 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 41.94MB / 45.92MB 2.6s
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 10.49MB / 47.40MB 2.6s
11:59:21 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 11.53MB / 53.32MB 2.6s
11:59:21 #11 3.750 Reading package lists...
11:59:21 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 2.10MB / 7.15MB 2.6s
11:59:21 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 3.15MB / 7.15MB 2.7s
11:59:21 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 31.46MB / 41.79MB 2.9s
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 23.07MB / 45.92MB 2.8s
11:59:21 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 9.44MB / 53.32MB 2.9s
11:59:21 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 38.80MB / 45.92MB 3.0s
11:59:21 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 18.87MB / 26.14MB 2.6s
11:59:21 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 20.97MB / 26.14MB 2.9s
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 2.9s
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 15.73MB / 47.40MB 2.9s
11:59:21 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 16.78MB / 53.32MB 2.9s
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 20.97MB / 47.40MB 3.1s
11:59:21 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 20.97MB / 53.32MB 3.1s
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 16.78MB / 47.40MB 3.1s
11:59:21 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 10.49MB / 53.32MB 3.1s
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 17.83MB / 45.92MB 2.8s
11:59:21 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 4.19MB / 7.15MB 2.8s
11:59:21 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 5.24MB / 7.15MB 2.9s
11:59:21 #6 extracting sha256:17facd475902d6709cff908630b59271c7ad18f64c3a1d0143d438c6988504ef 0.9s done
11:59:21 #7 ...
11:59:21 
11:59:21 #8 [internal] load build context
11:59:21 #8 transferring context: 30.32MB 2.9s done
11:59:21 #8 DONE 3.0s
11:59:21 
11:59:21 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
11:59:21 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 34.60MB / 41.79MB 3.2s
11:59:21 #16 2.066 Fetched 8628 kB in 2s (5269 kB/s)
11:59:21 #9 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.0s done
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 7.34MB / 47.40MB 3.1s
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 26.21MB / 45.92MB 3.2s
11:59:21 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.5s done
11:59:21 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 0.1s
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 27.26MB / 45.92MB 3.2s
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 17.83MB / 47.40MB 3.2s
11:59:21 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 12.58MB / 53.32MB 3.2s
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.49MB / 45.92MB 2.4s
11:59:21 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0B / 7.15MB 2.4s
11:59:21 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.05MB / 7.15MB 2.6s
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 16.78MB / 47.40MB 3.1s
11:59:21 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 1.9s done
11:59:21 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.3s done
11:59:21 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
11:59:21 #7 ...
11:59:21 
11:59:21 #8 [internal] load build context
11:59:21 #8 transferring context: 30.32MB 2.9s done
11:59:21 #8 DONE 3.3s
11:59:21 
11:59:21 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 3.2s done
11:59:21 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 0B / 116.78MB 3.3s
11:59:21 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 25.17MB / 47.40MB 3.4s
11:59:21 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 25.17MB / 53.32MB 3.4s
11:59:21 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6
11:59:21 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 13.63MB / 53.32MB 3.5s
11:59:21 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 3.1s
11:59:21 #7 ...
11:59:21 
11:59:21 #8 [internal] load build context
11:59:21 #8 transferring context: 30.32MB 3.3s done
11:59:21 #8 DONE 3.4s
11:59:21 
11:59:21 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:21 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 22.02MB / 45.92MB 3.2s
11:59:21 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 3.2s done
11:59:21 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0B / 9.35MB 3.2s
11:59:22 #6 extracting sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee
11:59:22 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 36.70MB / 41.79MB 3.3s
11:59:22 #9 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 0.1s
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 10.49MB / 47.40MB 3.4s
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 30.41MB / 45.92MB 3.6s
11:59:22 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 15.73MB / 53.32MB 3.6s
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 13.63MB / 45.92MB 2.7s
11:59:22 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 2.10MB / 7.15MB 2.7s
11:59:22 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 2.91MB / 7.15MB 2.8s
11:59:22 == Building packages for debian-bullseye ==
11:59:22 mkdir -p "debbuild/debian-bullseye"
11:59:22 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.5-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile .
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 41.94MB / 45.92MB 3.3s
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 22.02MB / 47.40MB 3.5s
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 3.6s
11:59:22 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 28.31MB / 47.40MB 3.6s
11:59:22 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 28.31MB / 53.32MB 3.6s
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 19.92MB / 47.40MB 3.6s
11:59:22 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 24.12MB / 26.14MB 3.3s
11:59:22 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 26.14MB / 26.14MB 3.5s
11:59:22 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.8s done
11:59:22 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
11:59:22 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 2.10MB / 9.35MB 3.4s
11:59:22 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 41.79MB / 41.79MB 3.5s
11:59:22 #7 extracting sha256:18c13effe3e1cf64e84d5dd614e09551aa3f01e4f46d5a188821ba95a08d59ff 1.7s done
11:59:22 #7 DONE 8.5s
11:59:22 
11:59:22 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:22 #8 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:22 #8 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:22 #8 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
11:59:22 #8 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
11:59:22 #8 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.8s done
11:59:22 #8 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 2.1s done
11:59:22 #8 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 1.0s done
11:59:22 #8 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 2.5s done
11:59:22 #8 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 2.6s done
11:59:22 #8 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.9s done
11:59:22 #8 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 2.7s done
11:59:22 #8 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 4.0s done
11:59:22 #8 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.4s done
11:59:22 #8 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.3s done
11:59:22 #8 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.1s
11:59:22 #8 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.2s done
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 29.36MB / 45.92MB 3.6s
11:59:22 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 0B / 53.32MB 3.6s
11:59:22 #16 2.066 Reading package lists...
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 20.97MB / 47.40MB 3.7s
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 33.55MB / 45.92MB 3.9s
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 16.78MB / 45.92MB 3.0s
11:59:22 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 4.19MB / 7.15MB 3.0s
11:59:22 #1 [internal] load .dockerignore
11:59:22 #1 transferring context: 2B done
11:59:22 #1 DONE 0.1s
11:59:22 
11:59:22 #2 [internal] load build definition from Dockerfile
11:59:22 #2 transferring dockerfile: 913B done
11:59:22 #2 DONE 0.1s
11:59:22 
11:59:22 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:22 #3 ...
11:59:22 
11:59:22 #4 [auth] library/golang:pull token for registry-1.docker.io
11:59:22 #4 DONE 0.0s
11:59:22 
11:59:22 #5 [auth] library/debian:pull token for registry-1.docker.io
11:59:22 #5 DONE 0.0s
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 25.17MB / 47.40MB 3.7s
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 28.31MB / 47.40MB 3.8s
11:59:22 #8 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.9s done
11:59:22 #8 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 0.1s
11:59:22 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 1.4s done
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 31.46MB / 47.40MB 3.8s
11:59:22 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 6.29MB / 116.78MB 3.8s
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 34.60MB / 45.92MB 3.9s
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 23.07MB / 47.40MB 3.9s
11:59:22 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 16.78MB / 53.32MB 3.9s
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 25.17MB / 45.92MB 3.6s
11:59:22 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 4.19MB / 9.35MB 3.6s
11:59:22 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 5.24MB / 9.35MB 3.7s
11:59:22 #8 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
11:59:22 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.3s done
11:59:22 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 18.87MB / 53.32MB 4.0s
11:59:22 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 5.24MB / 7.15MB 3.2s
11:59:22 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 3.3s
11:59:22 
11:59:22 #6 [internal] load metadata for docker.io/library/debian:bullseye
11:59:22 #6 ...
11:59:22 
11:59:22 #3 [internal] load metadata for docker.io/library/golang:1.19.5-buster
11:59:22 #3 DONE 0.4s
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 33.55MB / 47.40MB 4.0s
11:59:22 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
11:59:22 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 32.51MB / 53.32MB 4.0s
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 35.65MB / 47.40MB 4.1s
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 26.21MB / 47.40MB 4.2s
11:59:22 #7 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 4.0s done
11:59:22 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 0.1s
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 28.31MB / 45.92MB 3.9s
11:59:22 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 6.29MB / 9.35MB 3.9s
11:59:22 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 7.34MB / 9.35MB 4.0s
11:59:22 #7 sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 26.14MB / 26.14MB 3.8s done
11:59:22 #7 ...
11:59:22 
11:59:22 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:22 #0 0.948 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:59:22 #0 0.961 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
11:59:22 #0 0.961 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
11:59:22 #0 1.123 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB]
11:59:22 #0 1.370 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [430 kB]
11:59:22 #0 1.759 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
11:59:22 #0 3.260 Fetched 8561 kB in 3s (3338 kB/s)
11:59:22 #0 3.260 Reading package lists...
11:59:22 #0 4.184 Reading package lists...
11:59:22 #0 5.119 Building dependency tree...
11:59:22 #0 5.299 Reading state information...
11:59:22 #0 5.485 The following additional packages will be installed:
11:59:22 #0 5.485   at autoconf automake autopoint autotools-dev binutils binutils-common
11:59:22 #0 5.485   binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates
11:59:22 #0 5.485   cpp cpp-8 cron dctrl-tools debhelper debian-keyring dh-autoreconf
11:59:22 #0 5.485   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:59:22 #0 5.485   exim4-base exim4-config exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8
11:59:22 #0 5.485   gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:59:22 #0 5.485   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs
11:59:22 #0 5.486   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:59:22 #0 5.486   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0
11:59:22 #0 5.486   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libasan5 libassuan0
11:59:22 #0 5.486   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:59:22 #0 5.486   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:59:22 #0 5.486   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
11:59:22 #0 5.486   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
11:59:22 #0 5.486   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:22 #0 5.486   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:59:22 #0 5.486   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
11:59:22 #0 5.486   libdata-optlist-perl libdevel-callchecker-perl
11:59:22 #0 5.486   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
11:59:22 #0 5.486   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:59:22 #0 5.486   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:59:22 #0 5.486   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
11:59:22 #0 5.486   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
11:59:22 #0 5.486   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
11:59:22 #0 5.486   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
11:59:22 #0 5.486   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
11:59:22 #0 5.486   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
11:59:22 #0 5.486   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
11:59:22 #0 5.486   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
11:59:22 #0 5.486   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
11:59:22 #0 5.486   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:22 #0 5.486   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:22 #0 5.486   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
11:59:22 #0 5.486   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:59:22 #0 5.486   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:22 #0 5.486   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
11:59:22 #0 5.486   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
11:59:22 #0 5.486   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
11:59:22 #0 5.486   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:59:22 #0 5.486   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:22 #0 5.486   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:59:22 #0 5.486   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
11:59:22 #0 5.486   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:22 #0 5.486   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
11:59:22 #0 5.486   libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl
11:59:22 #0 5.486   libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl
11:59:22 #0 5.486   libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl
11:59:22 #0 5.486   libnumber-range-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
11:59:22 #0 5.486   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:22 #0 5.486   libparams-validate-perl libparse-debianchangelog-perl
11:59:22 #0 5.486   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
11:59:22 #0 5.486   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
11:59:22 #0 5.486   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
11:59:22 #0 5.486   libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
11:59:22 #0 5.486   libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:22 #0 5.486   libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:22 #0 5.486   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:22 #0 5.486   libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl
11:59:22 #0 5.486   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1
11:59:22 #0 5.486   libstdc++-8-dev libstrictures-perl libstring-copyright-perl
11:59:22 #0 5.486   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:59:22 #0 5.486   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:59:22 #0 5.486   libsub-install-perl libsub-name-perl libsub-quote-perl
11:59:22 #0 5.486   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:59:22 #0 5.486   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
11:59:22 #0 5.486   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
11:59:22 #0 5.486   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:59:22 #0 5.486   libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl
11:59:22 #0 5.486   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
11:59:22 #0 5.486   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:22 #0 5.486   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:22 #0 5.486   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:59:22 #0 5.487   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
11:59:22 #0 5.487   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
11:59:22 #0 5.487   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
11:59:22 #0 5.487   mariadb-common mime-support mysql-common netbase openssh-client openssl
11:59:22 #0 5.487   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:59:22 #0 5.487   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
11:59:22 #0 5.487   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:59:22 #0 5.487   python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:22 #0 5.487   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:22 #0 5.488   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
11:59:22 #0 5.488   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:59:22 #0 5.490 Suggested packages:
11:59:22 #0 5.490   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
11:59:22 #0 5.490   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
11:59:22 #0 5.490   checksecurity debtags dh-make adequate autopkgtest bls-standalone
11:59:22 #0 5.490   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
11:59:22 #0 5.490   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:59:22 #0 5.490   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:22 #0 5.490   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:59:22 #0 5.490   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
11:59:22 #0 5.490   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
11:59:22 #0 5.490   eximon4 spf-tools-perl swaks g++-multilib g++-8-multilib gcc-8-doc
11:59:22 #0 5.490   libstdc++6-8-dbg gcc-multilib flex bison gdb gcc-doc gcc-8-multilib
11:59:22 #0 5.490   libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan5-dbg
11:59:22 #0 5.490   liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg libquadmath0-dbg
11:59:22 #0 5.490   gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:59:22 #0 5.490   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
11:59:22 #0 5.490   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:59:22 #0 5.490   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
11:59:22 #0 5.490   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
11:59:22 #0 5.490   libhtml-template-perl libsasl2-modules-gssapi-mit
11:59:22 #0 5.490   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:22 #0 5.490   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:59:22 #0 5.490   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
11:59:22 #0 5.490   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:59:22 #0 5.490   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:59:22 #0 5.490   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:22 #0 5.490   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
11:59:22 #0 5.490   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
11:59:22 #0 5.490   diffutils-doc perl-doc libterm-readline-gnu-perl
11:59:22 #0 5.490   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
11:59:22 #0 5.490   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
11:59:22 #0 5.490   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
11:59:22 #0 5.490   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
11:59:22 #0 5.490   readline-doc zip wdiff-doc
11:59:22 #0 7.731 The following NEW packages will be installed:
11:59:22 #0 7.731   at autoconf automake autopoint autotools-dev binutils binutils-common
11:59:22 #0 7.731   binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates
11:59:22 #0 7.731   cpp cpp-8 cron curl dctrl-tools debhelper debian-keyring devscripts
11:59:22 #0 7.731   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:22 #0 7.731   dpkg-dev dput dwz equivs exim4-base exim4-config exim4-daemon-light fakeroot
11:59:22 #0 7.731   file g++ g++-8 gcc gcc-8 gettext gettext-base git git-man gnupg gnupg-l10n
11:59:22 #0 7.731   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:59:22 #0 7.731   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
11:59:22 #0 7.731   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:22 #0 7.731   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:22 #0 7.731   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:59:22 #0 7.731   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:59:22 #0 7.731   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
11:59:22 #0 7.731   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
11:59:22 #0 7.731   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:22 #0 7.731   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:59:22 #0 7.731   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
11:59:22 #0 7.731   libdata-optlist-perl libdevel-callchecker-perl
11:59:22 #0 7.731   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
11:59:22 #0 7.731   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:59:22 #0 7.731   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:59:22 #0 7.731   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
11:59:22 #0 7.731   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
11:59:22 #0 7.731   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
11:59:22 #0 7.731   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
11:59:22 #0 7.731   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
11:59:22 #0 7.731   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
11:59:22 #0 7.731   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
11:59:22 #0 7.731   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
11:59:22 #0 7.731   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
11:59:22 #0 7.731   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:22 #0 7.731   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:22 #0 7.731   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
11:59:22 #0 7.731   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:59:22 #0 7.731   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:22 #0 7.731   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
11:59:22 #0 7.731   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
11:59:22 #0 7.731   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
11:59:22 #0 7.731   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:59:22 #0 7.731   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:22 #0 7.731   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:59:22 #0 7.731   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
11:59:22 #0 7.731   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:22 #0 7.731   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
11:59:22 #0 7.731   libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl
11:59:22 #0 7.731   libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl
11:59:22 #0 7.731   libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl
11:59:22 #0 7.731   libnumber-range-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
11:59:22 #0 7.731   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:22 #0 7.731   libparams-validate-perl libparse-debianchangelog-perl
11:59:22 #0 7.731   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
11:59:22 #0 7.731   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
11:59:22 #0 7.731   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
11:59:22 #0 7.731   libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
11:59:22 #0 7.731   libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:22 #0 7.731   libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:22 #0 7.731   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:22 #0 7.731   libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl
11:59:22 #0 7.731   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1
11:59:22 #0 7.731   libstdc++-8-dev libstrictures-perl libstring-copyright-perl
11:59:22 #0 7.731   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:59:22 #0 7.731   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:59:22 #0 7.731   libsub-install-perl libsub-name-perl libsub-quote-perl
11:59:22 #0 7.731   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:59:22 #0 7.731   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
11:59:22 #0 7.731   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
11:59:22 #0 7.731   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:59:22 #0 7.731   libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl
11:59:22 #0 7.731   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
11:59:22 #0 7.731   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:22 #0 7.731   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:22 #0 7.731   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:59:22 #0 7.731   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
11:59:22 #0 7.731   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
11:59:22 #0 7.731   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
11:59:22 #0 7.731   mariadb-common mime-support mysql-common netbase openssh-client openssl
11:59:22 #0 7.731   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:59:22 #0 7.731   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
11:59:22 #0 7.731   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:59:22 #0 7.731   python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:22 #0 7.731   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:22 #0 7.731   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
11:59:22 #0 7.731   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:59:22 #0 8.021 0 upgraded, 365 newly installed, 0 to remove and 0 not upgraded.
11:59:22 #0 8.021 Need to get 171 MB of archives.
11:59:22 #0 8.021 After this operation, 589 MB of additional disk space will be used.
11:59:22 #0 8.021 Get:1 http://deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB]
11:59:22 #0 8.025 Get:2 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
11:59:22 #0 8.025 Get:3 http://deb.debian.org/debian buster/main amd64 cron amd64 3.0pl1-134+deb10u1 [99.0 kB]
11:59:22 #0 8.031 Get:4 http://deb.debian.org/debian buster/main amd64 libbsd0 amd64 0.9.1-2+deb10u1 [99.5 kB]
11:59:22 #0 8.071 Get:5 http://deb.debian.org/debian buster/main amd64 bsdmainutils amd64 11.1.2+b1 [191 kB]
11:59:22 #0 8.082 Get:6 http://deb.debian.org/debian buster/main amd64 libuchardet0 amd64 0.0.6-3 [64.9 kB]
11:59:22 #0 8.085 Get:7 http://deb.debian.org/debian buster/main amd64 groff-base amd64 1.22.4-3+deb10u1 [916 kB]
11:59:22 #0 8.127 Get:8 http://deb.debian.org/debian buster/main amd64 libgdbm6 amd64 1.18.1-4 [64.7 kB]
11:59:22 #0 8.127 Get:9 http://deb.debian.org/debian buster/main amd64 libpipeline1 amd64 1.5.1-2 [31.2 kB]
11:59:22 #0 8.127 Get:10 http://deb.debian.org/debian buster/main amd64 man-db amd64 2.8.5-2 [1274 kB]
11:59:22 #0 8.148 Get:11 http://deb.debian.org/debian buster/main amd64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
11:59:22 #0 8.245 Get:12 http://deb.debian.org/debian buster/main amd64 libgdbm-compat4 amd64 1.18.1-4 [44.1 kB]
11:59:22 #0 8.246 Get:13 http://deb.debian.org/debian buster/main amd64 libperl5.28 amd64 5.28.1-6+deb10u1 [3894 kB]
11:59:22 #0 8.366 Get:14 http://deb.debian.org/debian buster/main amd64 perl amd64 5.28.1-6+deb10u1 [204 kB]
11:59:22 #0 8.379 Get:15 http://deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB]
11:59:22 #0 8.379 Get:16 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u3 [1551 kB]
11:59:22 #0 8.429 Get:17 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u4 [589 kB]
11:59:22 #0 8.441 Get:18 http://deb.debian.org/debian-security buster/updates/main amd64 libexpat1 amd64 2.2.6-2+deb10u6 [108 kB]
11:59:22 #0 8.441 Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u4 [1736 kB]
11:59:22 #0 8.517 Get:20 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
11:59:22 #0 8.520 Get:21 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
11:59:22 #0 8.522 Get:22 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
11:59:22 #0 8.530 Get:23 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
11:59:22 #0 8.530 Get:24 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
11:59:22 #0 8.530 Get:25 http://deb.debian.org/debian-security buster/updates/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u2 [641 kB]
11:59:22 #0 8.547 Get:26 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u4 [1733 kB]
11:59:22 #0 8.569 Get:27 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7 amd64 3.7.3-2+deb10u4 [330 kB]
11:59:22 #0 8.575 Get:28 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
11:59:22 #0 8.576 Get:29 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
11:59:22 #0 8.578 Get:30 http://deb.debian.org/debian buster/main amd64 less amd64 487-0.1+b1 [129 kB]
11:59:22 #0 8.580 Get:31 http://deb.debian.org/debian buster/main amd64 netbase all 5.6 [19.4 kB]
11:59:22 #0 8.581 Get:32 http://deb.debian.org/debian-security buster/updates/main amd64 bzip2 amd64 1.0.6-9.2~deb10u2 [48.5 kB]
11:59:22 #0 8.582 Get:33 http://deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB]
11:59:22 #0 8.591 Get:34 http://deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB]
11:59:22 #0 8.595 Get:35 http://deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB]
11:59:22 #0 8.598 Get:36 http://deb.debian.org/debian buster/main amd64 gettext-base amd64 0.19.8.1-9 [123 kB]
11:59:22 #0 8.600 Get:37 http://deb.debian.org/debian-security buster/updates/main amd64 krb5-locales all 1.17-3+deb10u5 [95.7 kB]
11:59:22 #0 8.601 Get:38 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
11:59:22 #0 8.602 Get:39 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u5 [66.0 kB]
11:59:22 #0 8.604 Get:40 http://deb.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u5 [122 kB]
11:59:22 #0 8.607 Get:41 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u5 [369 kB]
11:59:22 #0 8.613 Get:42 http://deb.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u5 [159 kB]
11:59:22 #0 8.615 Get:43 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB]
11:59:22 #0 8.737 Get:44 http://deb.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u5 [690 kB]
11:59:22 #0 8.746 Get:45 http://deb.debian.org/debian buster/main amd64 manpages all 4.16-2 [1295 kB]
11:59:22 #0 8.767 Get:46 http://deb.debian.org/debian buster/main amd64 libedit2 amd64 3.1-20181209-1 [94.0 kB]
11:59:22 #0 8.769 Get:47 http://deb.debian.org/debian buster/main amd64 openssh-client amd64 1:7.9p1-10+deb10u2 [782 kB]
11:59:22 #0 8.783 Get:48 http://deb.debian.org/debian buster/main amd64 ucf all 3.0038+nmu1 [69.0 kB]
11:59:22 #0 8.785 Get:49 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB]
11:59:22 #0 8.790 Get:50 http://deb.debian.org/debian buster/main amd64 libfl2 amd64 2.6.4-6.2 [103 kB]
11:59:22 #0 8.794 Get:51 http://deb.debian.org/debian buster/main amd64 at amd64 3.1.23-1 [49.1 kB]
11:59:22 #0 8.796 Get:52 http://deb.debian.org/debian buster/main amd64 libsigsegv2 amd64 2.12-2 [32.8 kB]
11:59:22 #0 8.797 Get:53 http://deb.debian.org/debian buster/main amd64 m4 amd64 1.4.18-2 [203 kB]
11:59:22 #0 8.802 Get:54 http://deb.debian.org/debian buster/main amd64 autoconf all 2.69-11 [341 kB]
11:59:22 #0 8.811 Get:55 http://deb.debian.org/debian buster/main amd64 autotools-dev all 20180224.1 [77.0 kB]
11:59:22 #0 8.813 Get:56 http://deb.debian.org/debian buster/main amd64 automake all 1:1.16.1-4 [771 kB]
11:59:22 #0 8.825 Get:57 http://deb.debian.org/debian buster/main amd64 autopoint all 0.19.8.1-9 [434 kB]
11:59:22 #0 8.833 Get:58 http://deb.debian.org/debian buster/main amd64 binutils-common amd64 2.31.1-16 [2073 kB]
11:59:22 #0 8.874 Get:59 http://deb.debian.org/debian buster/main amd64 libbinutils amd64 2.31.1-16 [478 kB]
11:59:22 #0 8.883 Get:60 http://deb.debian.org/debian buster/main amd64 binutils-x86-64-linux-gnu amd64 2.31.1-16 [1823 kB]
11:59:22 #0 8.911 Get:61 http://deb.debian.org/debian buster/main amd64 binutils amd64 2.31.1-16 [56.8 kB]
11:59:22 #0 8.912 Get:62 http://deb.debian.org/debian-security buster/updates/main amd64 libc-dev-bin amd64 2.28-10+deb10u2 [276 kB]
11:59:22 #0 8.917 Get:63 http://deb.debian.org/debian-security buster/updates/main amd64 linux-libc-dev amd64 4.19.269-1 [1553 kB]
11:59:22 #0 8.941 Get:64 http://deb.debian.org/debian-security buster/updates/main amd64 libc6-dev amd64 2.28-10+deb10u2 [2693 kB]
11:59:22 #0 8.995 Get:65 http://deb.debian.org/debian buster/main amd64 libisl19 amd64 0.20-2 [587 kB]
11:59:22 #0 9.007 Get:66 http://deb.debian.org/debian buster/main amd64 libmpfr6 amd64 4.0.2-1 [775 kB]
11:59:22 #0 9.019 Get:67 http://deb.debian.org/debian buster/main amd64 libmpc3 amd64 1.1.0-1 [41.3 kB]
11:59:22 #0 9.020 Get:68 http://deb.debian.org/debian buster/main amd64 cpp-8 amd64 8.3.0-6 [8914 kB]
11:59:22 #0 9.247 Get:69 http://deb.debian.org/debian buster/main amd64 cpp amd64 4:8.3.0-1 [19.4 kB]
11:59:22 #10 9.247 Get:70 http://deb.debian.org/debian buster/main amd64 libcc1-0 amd64 8.3.0-6 [46.6 kB]
11:59:22 #10 9.255 Get:71 http://deb.debian.org/debian buster/main amd64 libgomp1 amd64 8.3.0-6 [75.8 kB]
11:59:22 #10 9.256 Get:72 http://deb.debian.org/debian buster/main amd64 libitm1 amd64 8.3.0-6 [27.7 kB]
11:59:22 #10 9.257 Get:73 http://deb.debian.org/debian buster/main amd64 libatomic1 amd64 8.3.0-6 [9032 B]
11:59:22 #10 9.257 Get:74 http://deb.debian.org/debian buster/main amd64 libasan5 amd64 8.3.0-6 [362 kB]
11:59:22 #10 9.269 Get:75 http://deb.debian.org/debian buster/main amd64 liblsan0 amd64 8.3.0-6 [131 kB]
11:59:22 #10 9.270 Get:76 http://deb.debian.org/debian buster/main amd64 libtsan0 amd64 8.3.0-6 [283 kB]
11:59:22 #10 9.278 Get:77 http://deb.debian.org/debian buster/main amd64 libubsan1 amd64 8.3.0-6 [120 kB]
11:59:22 #10 9.282 Get:78 http://deb.debian.org/debian buster/main amd64 libmpx2 amd64 8.3.0-6 [11.4 kB]
11:59:22 #10 9.283 Get:79 http://deb.debian.org/debian buster/main amd64 libquadmath0 amd64 8.3.0-6 [133 kB]
11:59:22 #10 9.285 Get:80 http://deb.debian.org/debian buster/main amd64 libgcc-8-dev amd64 8.3.0-6 [2298 kB]
11:59:22 #10 9.320 Get:81 http://deb.debian.org/debian buster/main amd64 gcc-8 amd64 8.3.0-6 [9452 kB]
11:59:22 #10 ...
11:59:22 
11:59:22 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:22 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.3s done
11:59:22 #7 sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 41.79MB / 41.79MB 4.1s done
11:59:22 #8 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.6s done
11:59:22 #8 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97
11:59:22 #11 5.157 Reading package lists...
11:59:22 #11 6.454 Building dependency tree...
11:59:22 #11 6.686 Reading state information...
11:59:22 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0.1s
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 25.17MB / 47.40MB 4.2s
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 36.70MB / 45.92MB 4.3s
11:59:22 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 22.02MB / 53.32MB 4.4s
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 20.97MB / 45.92MB 3.4s
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 25.17MB / 45.92MB 3.6s
11:59:22 
11:59:22 #6 [internal] load metadata for docker.io/library/debian:bullseye
11:59:22 #6 DONE 0.5s
11:59:22 
11:59:22 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:22 #7 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:22 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0B / 7.15MB 0.1s
11:59:22 #7 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:22 #7 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 0B / 45.92MB 0.1s
11:59:22 #7 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 36.70MB / 47.40MB 4.2s
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 13.63MB / 47.40MB 4.0s
11:59:22 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 3.15MB / 53.32MB 4.0s
11:59:22 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 32.51MB / 45.92MB 4.2s
11:59:22 #16 2.555 Reading package lists...
11:59:22 #16 3.033 Building dependency tree...
11:59:22 #16 3.134 Reading state information...
11:59:22 #16 3.248 The following additional packages will be installed:
11:59:22 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 35.65MB / 53.32MB 4.2s
11:59:22 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 12.58MB / 116.78MB 4.2s
11:59:22 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 38.80MB / 47.40MB 4.3s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 20.97MB / 53.32MB 4.3s
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 40.89MB / 45.92MB 4.5s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 29.36MB / 47.40MB 4.5s
11:59:23 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 8.39MB / 9.35MB 4.1s
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 31.46MB / 45.92MB 4.2s
11:59:23 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 4.2s
11:59:23 #7 extracting sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb
11:59:23 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529
11:59:23 #7 extracting sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151
11:59:23 #11 6.930 The following additional packages will be installed:
11:59:23 #11 6.930   at autoconf automake autopoint autotools-dev binutils binutils-common
11:59:23 #11 6.930   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
11:59:23 #11 6.930   cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
11:59:23 #11 6.931   dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9
11:59:23 #11 6.931   gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
11:59:23 #11 6.931   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:59:23 #11 6.931   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:59:23 #11 6.931   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl
11:59:23 #11 6.931   libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5
11:59:23 #11 6.931   libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1
11:59:23 #11 6.931   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:59:23 #11 6.931   libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl
11:59:23 #11 6.931   libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
11:59:23 #11 6.931   libclone-perl libcommon-sense-perl libconst-fast-perl
11:59:23 #11 6.931   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
11:59:23 #11 6.931   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
11:59:23 #11 6.931   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
11:59:23 #11 6.931   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
11:59:23 #11 6.931   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
11:59:23 #11 6.931   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:59:23 #11 6.931   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:59:23 #11 6.931   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:23 #11 6.931   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:23 #11 6.931   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:59:23 #11 6.931   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:59:23 #11 6.931   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:59:23 #11 6.931   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:59:23 #11 6.931   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:59:23 #11 6.931   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:59:23 #11 6.931   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:23 #11 6.931   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:23 #11 6.931   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:23 #11 6.931   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:59:23 #11 6.931   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:59:23 #11 6.931   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:59:23 #11 6.931   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:59:23 #11 6.931   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
11:59:23 #11 6.931   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
11:59:23 #11 6.931   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
11:59:23 #11 6.931   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:23 #11 6.931   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:59:23 #11 6.931   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:23 #11 6.931   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:59:23 #11 6.931   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:23 #11 6.931   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
11:59:23 #11 6.931   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:59:23 #11 6.931   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:59:23 #11 6.931   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:59:23 #11 6.931   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:59:23 #11 6.931   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:23 #11 6.931   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:59:23 #11 6.931   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:59:23 #11 6.931   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:59:23 #11 6.931   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
11:59:23 #11 6.931   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:23 #11 6.931   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:59:23 #11 6.931   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:23 #11 6.931   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:59:23 #11 6.931   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:59:23 #11 6.931   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:59:23 #11 6.931   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:59:23 #11 6.931   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:59:23 #11 6.931   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:23 #11 6.931   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:59:23 #11 6.931   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:59:23 #11 6.931   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
11:59:23 #11 6.931   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:23 #11 6.931   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:59:23 #11 6.931   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
11:59:23 #11 6.931   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:59:23 #11 6.931   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:59:23 #11 6.931   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:59:23 #11 6.931   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:59:23 #11 6.931   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:59:23 #11 6.931   openssh-client openssl patch patchutils perl perl-modules-5.30
11:59:23 #11 6.931   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:59:23 #11 6.931   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:23 #11 6.931   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:59:23 #11 6.931   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:23 #11 6.931   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:59:23 #11 6.931   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:59:23 #11 6.931   xz-utils
11:59:23 #11 6.933 Suggested packages:
11:59:23 #11 6.933   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:59:23 #11 6.933   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:59:23 #11 6.933   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
11:59:23 #11 6.933   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
11:59:23 #11 6.933   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:59:23 #11 6.933   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:23 #11 6.933   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:59:23 #11 6.933   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:59:23 #11 6.933   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:59:23 #11 6.933   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
11:59:23 #11 6.933   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
11:59:23 #11 6.933   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:59:23 #11 6.933   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
11:59:23 #11 6.933   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
11:59:23 #11 6.933   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
11:59:23 #11 6.933   libscalar-number-perl libsasl2-modules-gssapi-mit
11:59:23 #11 6.933   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:23 #11 6.933   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
11:59:23 #11 6.933   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:59:23 #11 6.933   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:59:23 #11 6.933   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:23 #11 6.933   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:59:23 #11 6.933   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:59:23 #11 6.933   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
11:59:23 #11 6.933   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
11:59:23 #11 6.933   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:59:23 #11 6.933   python3-cryptography python3-openssl python3-socks python3.8-venv
11:59:23 #11 6.933   python3.8-doc binfmt-support readline-doc zip wdiff-doc
11:59:23 #13 55.98   Updating   : glibc-2.17-326.el7_9.aarch64                                1/65 
11:59:23 #13 59.73   Updating   : glibc-common-2.17-326.el7_9.aarch64                         2/65 
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 28.31MB / 47.40MB 4.6s
11:59:23 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 2.10MB / 7.15MB 0.4s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 40.89MB / 47.40MB 4.4s
11:59:23 #7 ...
11:59:23 
11:59:23 #8 [internal] load build context
11:59:23 #8 transferring context: 30.32MB 4.3s done
11:59:23 #8 DONE 4.5s
11:59:23 
11:59:23 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 16.78MB / 47.40MB 4.4s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.29MB / 53.32MB 4.4s
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 35.65MB / 45.92MB 4.6s
11:59:23 #16 3.249   libmagic-mgc libmagic1
11:59:23 #16 3.271 The following NEW packages will be installed:
11:59:23 #16 3.272   file libmagic-mgc libmagic1
11:59:23 #16 3.538 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
11:59:23 #16 3.538 Need to get 468 kB of archives.
11:59:23 #16 3.538 After this operation, 7075 kB of additional disk space will be used.
11:59:23 #16 3.538 Get:1 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
11:59:23 #7 ...
11:59:23 
11:59:23 #8 [internal] load build context
11:59:23 #8 transferring context: 30.32MB 3.3s done
11:59:23 #8 DONE 3.7s
11:59:23 
11:59:23 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 30.41MB / 45.92MB 3.8s
11:59:23 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.3s done
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 40.89MB / 53.32MB 4.5s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 41.94MB / 47.40MB 4.6s
11:59:23 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 19.92MB / 116.78MB 4.6s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 32.51MB / 47.40MB 4.7s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 26.21MB / 53.32MB 4.7s
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 34.60MB / 45.92MB 4.4s
11:59:23 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 4.2s done
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 0B / 47.40MB 4.4s
11:59:23 #7 ...
11:59:23 
11:59:23 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:23 #0 0.834 Get:1 http://deb.debian.org/debian bookworm InRelease [171 kB]
11:59:23 #0 0.845 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
11:59:23 #0 0.845 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:59:23 #0 0.938 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8860 kB]
11:59:23 #0 2.074 Fetched 9129 kB in 1s (6106 kB/s)
11:59:23 #0 2.074 Reading package lists...
11:59:23 #0 2.650 Reading package lists...
11:59:23 #0 3.218 Building dependency tree...
11:59:23 #0 3.374 Reading state information...
11:59:23 #0 3.600 The following additional packages will be installed:
11:59:23 #0 3.600   adduser autoconf automake autopoint autotools-dev binutils
11:59:23 #0 3.600   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:59:23 #0 3.600   bzip2 ca-certificates cpp cpp-12 dctrl-tools debhelper debian-keyring
11:59:23 #0 3.600   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:23 #0 3.600   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:59:23 #0 3.600   g++-12 gcc gcc-12 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:59:23 #0 3.600   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:59:23 #0 3.600   intltool-debian iso-codes krb5-locales less libabsl20220623
11:59:23 #0 3.600   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:23 #0 3.600   libaliased-perl libaom3 libapt-pkg-perl libarchive-cpio-perl
11:59:23 #0 3.600   libarchive-zip-perl libarchive13 libarray-intspan-perl libasan8 libassuan0
11:59:23 #0 3.600   libatomic1 libauthen-sasl-perl libavif15 libb-hooks-endofscope-perl
11:59:23 #0 3.600   libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0
11:59:23 #0 3.600   libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:59:23 #0 3.600   libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl
11:59:23 #0 3.600   libclass-inspector-perl libclass-method-modifiers-perl
11:59:23 #0 3.600   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:23 #0 3.600   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:23 #0 3.600   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:59:23 #0 3.600   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:59:23 #0 3.600   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:59:23 #0 3.600   libdata-validate-ip-perl libdata-validate-uri-perl libdav1d6 libde265-0
11:59:23 #0 3.600   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:23 #0 3.600   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:59:23 #0 3.600   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:59:23 #0 3.600   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:59:23 #0 3.600   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:59:23 #0 3.600   libfeature-compat-class-perl libfeature-compat-try-perl libfido2-1
11:59:23 #0 3.600   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:23 #0 3.600   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:23 #0 3.600   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:23 #0 3.600   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:23 #0 3.600   libfreetype6 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3
11:59:23 #0 3.600   libgdbm-compat4 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl
11:59:23 #0 3.600   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 libgprofng0
11:59:23 #0 3.600   libgssapi-krb5-2 libheif1 libhtml-form-perl libhtml-format-perl
11:59:23 #0 3.600   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:23 #0 3.600   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
11:59:23 #0 3.600   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
11:59:23 #0 3.600   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu72
11:59:23 #0 3.600   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
11:59:23 #0 3.600   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:59:23 #0 3.600   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:23 #0 3.601   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
11:59:23 #0 3.601   libiterator-util-perl libitm1 libjansson4 libjbig0 libjpeg62-turbo
11:59:23 #0 3.601   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:59:23 #0 3.601   libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4
11:59:23 #0 3.601   liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:23 #0 3.601   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:59:23 #0 3.601   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:23 #0 3.601   liblwp-protocol-https-perl liblz1 liblzma5 liblzo2-2 libmagic-mgc libmagic1
11:59:23 #0 3.601   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:59:23 #0 3.601   libmime-tools-perl libmldbm-perl libmodule-implementation-perl
11:59:23 #0 3.601   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:59:23 #0 3.601   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libncursesw6
11:59:23 #0 3.601   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
11:59:23 #0 3.601   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
11:59:23 #0 3.601   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnsl2 libnuma1
11:59:23 #0 3.601   libnumber-compare-perl libobject-pad-perl libossp-uuid-perl libossp-uuid16
11:59:23 #0 3.601   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:23 #0 3.601   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36
11:59:23 #0 3.601   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
11:59:23 #0 3.601   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:23 #0 3.601   libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib librav1e0
11:59:23 #0 3.601   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:23 #0 3.601   libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
11:59:23 #0 3.601   libregexp-pattern-license-perl libregexp-pattern-perl
11:59:23 #0 3.601   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:23 #0 3.601   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:23 #0 3.601   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
11:59:23 #0 3.601   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
11:59:23 #0 3.601   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:23 #0 3.601   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
11:59:23 #0 3.601   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:23 #0 3.601   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
11:59:23 #0 3.601   libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl
11:59:23 #0 3.601   libtask-weaken-perl libterm-readkey-perl libtext-glob-perl
11:59:23 #0 3.601   libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:59:23 #0 3.601   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
11:59:23 #0 3.601   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:59:23 #0 3.601   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
11:59:23 #0 3.601   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:59:23 #0 3.601   liburi-perl libvariable-magic-perl libwant-perl libwebp7
11:59:23 #0 3.601   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
11:59:23 #0 3.601   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
11:59:23 #0 3.601   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:23 #0 3.601   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
11:59:23 #0 3.601   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
11:59:23 #0 3.601   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
11:59:23 #0 3.601   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
11:59:23 #0 3.602   manpages manpages-dev media-types netbase openssh-client openssl patch
11:59:23 #0 3.602   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
11:59:23 #0 3.602   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
11:59:23 #0 3.602   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:23 #0 3.602   python3-charset-normalizer python3-debian python3-gpg python3-idna
11:59:23 #0 3.602   python3-magic python3-minimal python3-pkg-resources python3-requests
11:59:23 #0 3.602   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
11:59:23 #0 3.602   python3.11-minimal readline-common rpcsvc-proto sensible-utils
11:59:23 #0 3.602   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
11:59:23 #0 3.602   xdg-user-dirs xz-utils zstd
11:59:23 #0 3.604 Suggested packages:
11:59:23 #0 3.604   cron quota autoconf-archive gnu-standards autoconf-doc binutils-doc
11:59:23 #0 3.604   bzip2-doc cpp-doc gcc-12-locales cpp-12-doc debtags dh-make adequate at
11:59:23 #0 3.604   autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things
11:59:23 #0 3.604   cvs-buildpackage diffoscope disorderfs dose-extra duck elpa-devscripts
11:59:23 #0 3.604   faketime gnuplot how-can-i-help libdbd-pg-perl libfile-desktopentry-perl
11:59:23 #0 3.604   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
11:59:23 #0 3.604   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
11:59:23 #0 3.604   reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
11:59:23 #0 3.604   pinentry-gnome3 tor mini-dinstall rsync gcc-12-doc gcc-multilib flex bison
11:59:23 #0 3.604   gdb gcc-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:59:23 #0 3.604   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
11:59:23 #0 3.604   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
11:59:23 #0 3.604   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
11:59:23 #0 3.604   low-memory-monitor gpm krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
11:59:23 #0 3.604   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
11:59:23 #0 3.604   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:23 #0 3.604   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:59:23 #0 3.604   libnet-jabber-perl libstdc++-12-doc libbareword-filehandles-perl
11:59:23 #0 3.604   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:59:23 #0 3.604   libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
11:59:23 #0 3.604   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:23 #0 3.604   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:59:23 #0 3.604   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:59:23 #0 3.604   libterm-readline-gnu-perl | libterm-readline-perl-perl
11:59:23 #0 3.604   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:59:23 #0 3.604   python3-tk python3-venv python-apt-doc python3-setuptools
11:59:23 #0 3.604   python3-cryptography python3-openssl python3-socks python-requests-doc
11:59:23 #0 3.604   python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc
11:59:23 #0 3.604   binfmt-support readline-doc zip wdiff-doc
11:59:23 #0 5.619 The following NEW packages will be installed:
11:59:23 #0 5.619   adduser autoconf automake autopoint autotools-dev binutils
11:59:23 #0 5.619   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:59:23 #0 5.619   bzip2 ca-certificates cpp cpp-12 curl dctrl-tools debhelper debian-keyring
11:59:23 #0 5.619   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:23 #0 5.620   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:59:23 #0 5.620   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base git git-man
11:59:23 #0 5.620   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:59:23 #0 5.620   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:59:23 #0 5.620   libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:23 #0 5.620   libalgorithm-merge-perl libaliased-perl libaom3 libapt-pkg-perl
11:59:23 #0 5.620   libarchive-cpio-perl libarchive-zip-perl libarchive13 libarray-intspan-perl
11:59:23 #0 5.620   libasan8 libassuan0 libatomic1 libauthen-sasl-perl libavif15
11:59:23 #0 5.620   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
11:59:23 #0 5.620   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:59:23 #0 5.620   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
11:59:23 #0 5.620   libclass-data-inheritable-perl libclass-inspector-perl
11:59:23 #0 5.620   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:23 #0 5.620   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:59:23 #0 5.620   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:59:23 #0 5.620   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:59:23 #0 5.620   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:23 #0 5.620   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:59:23 #0 5.620   libdata-validate-uri-perl libdav1d6 libde265-0 libdebhelper-perl libdeflate0
11:59:23 #0 5.620   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:59:23 #0 5.620   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
11:59:23 #0 5.620   libelf1 libemail-address-xs-perl libencode-locale-perl liberror-perl
11:59:23 #0 5.620   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:59:23 #0 5.620   libfcgi-bin libfcgi-perl libfcgi0ldbl libfeature-compat-class-perl
11:59:23 #0 5.620   libfeature-compat-try-perl libfido2-1 libfile-basedir-perl
11:59:23 #0 5.620   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
11:59:23 #0 5.620   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
11:59:23 #0 5.620   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
11:59:23 #0 5.620   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6
11:59:23 #0 5.620   libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgdbm6
11:59:23 #0 5.620   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:59:23 #0 5.620   libgomp1 libgpgme11 libgpm2 libgprofng0 libgssapi-krb5-2 libheif1
11:59:23 #0 5.620   libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
11:59:23 #0 5.620   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
11:59:23 #0 5.620   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:23 #0 5.620   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:23 #0 5.620   libhwasan0 libicu72 libimport-into-perl libindirect-perl libio-html-perl
11:59:23 #0 5.620   libio-interactive-perl libio-prompter-perl libio-pty-perl
11:59:23 #0 5.620   libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl
11:59:23 #0 5.620   libio-stringy-perl libipc-run-perl libipc-run3-perl
11:59:23 #0 5.620   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:23 #0 5.620   libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl
11:59:23 #0 5.620   libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3
11:59:23 #0 5.620   libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4
11:59:23 #0 5.620   liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:23 #0 5.620   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:59:23 #0 5.620   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:23 #0 5.620   liblwp-protocol-https-perl liblz1 liblzo2-2 libmagic-mgc libmagic1
11:59:23 #0 5.620   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:59:23 #0 5.620   libmime-tools-perl libmldbm-perl libmodule-implementation-perl
11:59:23 #0 5.620   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:59:23 #0 5.620   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libncursesw6
11:59:23 #0 5.620   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
11:59:23 #0 5.620   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
11:59:23 #0 5.620   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnsl2 libnuma1
11:59:23 #0 5.620   libnumber-compare-perl libobject-pad-perl libossp-uuid-perl libossp-uuid16
11:59:23 #0 5.620   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:23 #0 5.620   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36
11:59:23 #0 5.620   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
11:59:23 #0 5.620   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:23 #0 5.620   libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib librav1e0
11:59:23 #0 5.620   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:23 #0 5.620   libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
11:59:23 #0 5.620   libregexp-pattern-license-perl libregexp-pattern-perl
11:59:23 #0 5.620   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:23 #0 5.620   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:23 #0 5.620   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
11:59:23 #0 5.620   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
11:59:23 #0 5.620   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:23 #0 5.620   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
11:59:23 #0 5.620   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:23 #0 5.620   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
11:59:23 #0 5.620   libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl
11:59:23 #0 5.620   libtask-weaken-perl libterm-readkey-perl libtext-glob-perl
11:59:23 #0 5.620   libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:59:23 #0 5.620   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
11:59:23 #0 5.620   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:59:23 #0 5.620   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
11:59:23 #0 5.620   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:59:23 #0 5.620   liburi-perl libvariable-magic-perl libwant-perl libwebp7
11:59:23 #0 5.620   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
11:59:23 #0 5.620   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
11:59:23 #0 5.620   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:23 #0 5.620   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
11:59:23 #0 5.620   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
11:59:23 #0 5.620   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
11:59:23 #0 5.621   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
11:59:23 #0 5.621   manpages manpages-dev media-types netbase openssh-client openssl patch
11:59:23 #0 5.621   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
11:59:23 #0 5.621   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
11:59:23 #0 5.621   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:23 #0 5.621   python3-charset-normalizer python3-debian python3-gpg python3-idna
11:59:23 #0 5.621   python3-magic python3-minimal python3-pkg-resources python3-requests
11:59:23 #0 5.621   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
11:59:23 #0 5.621   python3.11-minimal readline-common rpcsvc-proto sensible-utils
11:59:23 #0 5.621   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
11:59:23 #0 5.621   xdg-user-dirs xz-utils zstd
11:59:23 #0 5.622 The following packages will be upgraded:
11:59:23 #0 5.623   liblzma5
11:59:23 #0 5.903 1 upgraded, 429 newly installed, 0 to remove and 7 not upgraded.
11:59:23 #0 5.903 Need to get 182 MB of archives.
11:59:23 #0 5.903 After this operation, 658 MB of additional disk space will be used.
11:59:23 #0 5.903 Get:1 http://deb.debian.org/debian bookworm/main arm64 perl-modules-5.36 all 5.36.0-7 [2815 kB]
11:59:23 #0 5.923 Get:2 http://deb.debian.org/debian bookworm/main arm64 libgdbm6 arm64 1.23-3 [70.9 kB]
11:59:23 #0 5.925 Get:3 http://deb.debian.org/debian bookworm/main arm64 libgdbm-compat4 arm64 1.23-3 [48.0 kB]
11:59:23 #0 5.928 Get:4 http://deb.debian.org/debian bookworm/main arm64 libperl5.36 arm64 5.36.0-7 [4019 kB]
11:59:23 #0 5.953 Get:5 http://deb.debian.org/debian bookworm/main arm64 perl arm64 5.36.0-7 [239 kB]
11:59:23 #0 5.956 Get:6 http://deb.debian.org/debian bookworm/main arm64 liblocale-gettext-perl arm64 1.07-5 [15.1 kB]
11:59:23 #0 5.957 Get:7 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.7-2 [1796 kB]
11:59:23 #0 5.980 Get:8 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-minimal arm64 3.11.1-2 [805 kB]
11:59:23 #0 5.982 Get:9 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1 [84.8 kB]
11:59:23 #0 5.983 Get:10 http://deb.debian.org/debian bookworm/main arm64 python3.11-minimal arm64 3.11.1-2 [1857 kB]
11:59:23 #0 6.010 Get:11 http://deb.debian.org/debian bookworm/main arm64 python3-minimal arm64 3.11.1-3 [25.9 kB]
11:59:23 #0 6.010 Get:12 http://deb.debian.org/debian bookworm/main arm64 media-types all 8.0.0 [33.4 kB]
11:59:23 #0 6.010 Get:13 http://deb.debian.org/debian bookworm/main arm64 liblzma5 arm64 5.4.1-0.1 [199 kB]
11:59:23 #0 6.010 Get:14 http://deb.debian.org/debian bookworm/main arm64 libmpdec3 arm64 2.5.1-2 [84.4 kB]
11:59:23 #0 6.010 Get:15 http://deb.debian.org/debian bookworm/main arm64 libncursesw6 arm64 6.4-2 [122 kB]
11:59:23 #0 6.022 Get:16 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-1 [31.5 kB]
11:59:23 #0 6.022 Get:17 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-1 [78.9 kB]
11:59:23 #0 6.022 Get:18 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
11:59:23 #0 6.022 Get:19 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-1 [313 kB]
11:59:23 #0 6.022 Get:20 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-1 [123 kB]
11:59:23 #0 6.022 Get:21 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
11:59:23 #0 6.022 Get:22 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB]
11:59:23 #0 6.022 Get:23 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB]
11:59:23 #0 6.022 Get:24 http://deb.debian.org/debian bookworm/main arm64 readline-common all 8.2-1.3 [69.0 kB]
11:59:23 #0 6.022 Get:25 http://deb.debian.org/debian bookworm/main arm64 libreadline8 arm64 8.2-1.3 [155 kB]
11:59:23 #0 6.027 Get:26 http://deb.debian.org/debian bookworm/main arm64 libsqlite3-0 arm64 3.40.1-1 [783 kB]
11:59:23 #0 6.027 Get:27 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-stdlib arm64 3.11.1-2 [1672 kB]
11:59:23 #0 6.043 Get:28 http://deb.debian.org/debian bookworm/main arm64 python3.11 arm64 3.11.1-2 [567 kB]
11:59:23 #0 6.057 Get:29 http://deb.debian.org/debian bookworm/main arm64 libpython3-stdlib arm64 3.11.1-3 [8960 B]
11:59:23 #0 6.058 Get:30 http://deb.debian.org/debian bookworm/main arm64 python3 arm64 3.11.1-3 [25.9 kB]
11:59:23 #0 6.059 Get:31 http://deb.debian.org/debian bookworm/main arm64 adduser all 3.130 [117 kB]
11:59:23 #0 6.060 Get:32 http://deb.debian.org/debian bookworm/main arm64 less arm64 590-1.1 [127 kB]
11:59:23 #0 6.062 Get:33 http://deb.debian.org/debian bookworm/main arm64 netbase all 6.4 [12.8 kB]
11:59:23 #0 6.062 Get:34 http://deb.debian.org/debian bookworm/main arm64 sensible-utils all 0.0.17+nmu1 [19.0 kB]
11:59:23 #0 6.063 Get:35 http://deb.debian.org/debian bookworm/main arm64 bzip2 arm64 1.0.8-5+b1 [48.9 kB]
11:59:23 #0 6.064 Get:36 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.7-2 [1365 kB]
11:59:23 #0 6.073 Get:37 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20211016 [156 kB]
11:59:23 #0 6.075 Get:38 http://deb.debian.org/debian bookworm/main arm64 libmagic-mgc arm64 1:5.44-3 [305 kB]
11:59:23 #0 6.078 Get:39 http://deb.debian.org/debian bookworm/main arm64 libmagic1 arm64 1:5.44-3 [98.5 kB]
11:59:23 #0 6.079 Get:40 http://deb.debian.org/debian bookworm/main arm64 file arm64 1:5.44-3 [42.5 kB]
11:59:23 #0 6.080 Get:41 http://deb.debian.org/debian bookworm/main arm64 gettext-base arm64 0.21-11 [159 kB]
11:59:23 #0 6.082 Get:42 http://deb.debian.org/debian bookworm/main arm64 libuchardet0 arm64 0.0.7-1 [67.9 kB]
11:59:23 #0 6.083 Get:43 http://deb.debian.org/debian bookworm/main arm64 groff-base arm64 1.22.4-9 [862 kB]
11:59:23 #0 6.087 Get:44 http://deb.debian.org/debian bookworm/main arm64 krb5-locales all 1.20.1-1 [62.4 kB]
11:59:23 #0 6.090 Get:45 http://deb.debian.org/debian bookworm/main arm64 bsdextrautils arm64 2.38.1-4 [86.5 kB]
11:59:23 #0 6.090 Get:46 http://deb.debian.org/debian bookworm/main arm64 libpipeline1 arm64 1.5.7-1 [36.4 kB]
11:59:23 #0 6.092 Get:47 http://deb.debian.org/debian bookworm/main arm64 man-db arm64 2.11.2-1 [1368 kB]
11:59:23 #0 6.104 Get:48 http://deb.debian.org/debian bookworm/main arm64 manpages all 6.02-1 [1327 kB]
11:59:23 #0 6.114 Get:49 http://deb.debian.org/debian bookworm/main arm64 libbsd0 arm64 0.11.7-2 [115 kB]
11:59:23 #0 6.115 Get:50 http://deb.debian.org/debian bookworm/main arm64 libedit2 arm64 3.1-20221030-2 [88.1 kB]
11:59:23 #0 6.117 Get:51 http://deb.debian.org/debian bookworm/main arm64 libcbor0.8 arm64 0.8.0-2+b1 [26.0 kB]
11:59:23 #0 6.118 Get:52 http://deb.debian.org/debian bookworm/main arm64 libfido2-1 arm64 1.12.0-2 [72.4 kB]
11:59:23 #0 6.119 Get:53 http://deb.debian.org/debian bookworm/main arm64 openssh-client arm64 1:9.1p1-2 [914 kB]
11:59:23 #0 6.124 Get:54 http://deb.debian.org/debian bookworm/main arm64 ucf all 3.0043 [74.0 kB]
11:59:23 #0 6.125 Get:55 http://deb.debian.org/debian bookworm/main arm64 xz-utils arm64 5.4.1-0.1 [467 kB]
11:59:23 #0 6.282 Get:56 http://deb.debian.org/debian bookworm/main arm64 m4 arm64 1.4.19-2 [276 kB]
11:59:23 #0 6.467 Get:57 http://deb.debian.org/debian bookworm/main arm64 autoconf all 2.71-3 [332 kB]
11:59:23 #0 6.467 Get:58 http://deb.debian.org/debian bookworm/main arm64 autotools-dev all 20220109.1 [51.6 kB]
11:59:23 #0 6.467 Get:59 http://deb.debian.org/debian bookworm/main arm64 automake all 1:1.16.5-1.3 [823 kB]
11:59:23 #0 6.467 Get:60 http://deb.debian.org/debian bookworm/main arm64 autopoint all 0.21-11 [495 kB]
11:59:23 #0 6.478 Get:61 http://deb.debian.org/debian bookworm/main arm64 binutils-common arm64 2.40-2 [2487 kB]
11:59:23 #0 6.497 Get:62 http://deb.debian.org/debian bookworm/main arm64 libbinutils arm64 2.40-2 [645 kB]
11:59:23 #0 6.497 Get:63 http://deb.debian.org/debian bookworm/main arm64 libctf-nobfd0 arm64 2.40-2 [144 kB]
11:59:23 #0 6.497 Get:64 http://deb.debian.org/debian bookworm/main arm64 libctf0 arm64 2.40-2 [79.2 kB]
11:59:23 #0 6.506 Get:65 http://deb.debian.org/debian bookworm/main arm64 libgprofng0 arm64 2.40-2 [680 kB]
11:59:23 #0 6.506 Get:66 http://deb.debian.org/debian bookworm/main arm64 libjansson4 arm64 2.14-2 [40.2 kB]
11:59:23 #0 6.506 Get:67 http://deb.debian.org/debian bookworm/main arm64 binutils-aarch64-linux-gnu arm64 2.40-2 [2637 kB]
11:59:23 #0 6.566 Get:68 http://deb.debian.org/debian bookworm/main arm64 binutils arm64 2.40-2 [64.9 kB]
11:59:23 #0 6.567 Get:69 http://deb.debian.org/debian bookworm/main arm64 libc-dev-bin arm64 2.36-8 [43.0 kB]
11:59:23 #0 6.568 Get:70 http://deb.debian.org/debian bookworm/main arm64 linux-libc-dev arm64 6.1.8-1 [1696 kB]
11:59:23 #0 6.592 Get:71 http://deb.debian.org/debian bookworm/main arm64 libcrypt-dev arm64 1:4.4.33-2 [121 kB]
11:59:23 #0 6.594 Get:72 http://deb.debian.org/debian bookworm/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [194 kB]
11:59:23 #0 6.595 Get:73 http://deb.debian.org/debian bookworm/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
11:59:23 #0 6.598 Get:74 http://deb.debian.org/debian bookworm/main arm64 rpcsvc-proto arm64 1.4.3-1 [59.7 kB]
11:59:23 #0 6.602 Get:75 http://deb.debian.org/debian bookworm/main arm64 libc6-dev arm64 2.36-8 [1427 kB]
11:59:23 #0 6.622 Get:76 http://deb.debian.org/debian bookworm/main arm64 libisl23 arm64 0.25-1 [611 kB]
11:59:23 #0 6.623 Get:77 http://deb.debian.org/debian bookworm/main arm64 libmpfr6 arm64 4.2.0-1 [600 kB]
11:59:23 #0 6.628 Get:78 http://deb.debian.org/debian bookworm/main arm64 libmpc3 arm64 1.3.1-1 [49.2 kB]
11:59:23 #0 6.629 Get:79 http://deb.debian.org/debian bookworm/main arm64 cpp-12 arm64 12.2.0-14 [8226 kB]
11:59:23 #0 6.735 Get:80 http://deb.debian.org/debian bookworm/main arm64 cpp arm64 4:12.2.0-3 [6832 B]
11:59:23 #0 6.737 Get:81 http://deb.debian.org/debian bookworm/main arm64 libcc1-0 arm64 12.2.0-14 [37.7 kB]
11:59:23 #0 6.738 Get:82 http://deb.debian.org/debian bookworm/main arm64 libgomp1 arm64 12.2.0-14 [104 kB]
11:59:23 #0 6.738 Get:83 http://deb.debian.org/debian bookworm/main arm64 libitm1 arm64 12.2.0-14 [23.9 kB]
11:59:23 #0 6.739 Get:84 http://deb.debian.org/debian bookworm/main arm64 libatomic1 arm64 12.2.0-14 [9536 B]
11:59:23 #0 6.739 Get:85 http://deb.debian.org/debian bookworm/main arm64 libasan8 arm64 12.2.0-14 [2095 kB]
11:59:23 #0 6.758 Get:86 http://deb.debian.org/debian bookworm/main arm64 liblsan0 arm64 12.2.0-14 [926 kB]
11:59:23 #0 6.780 Get:87 http://deb.debian.org/debian bookworm/main arm64 libtsan2 arm64 12.2.0-14 [2179 kB]
11:59:23 #0 6.806 Get:88 http://deb.debian.org/debian bookworm/main arm64 libubsan1 arm64 12.2.0-14 [862 kB]
11:59:23 #0 6.829 Get:89 http://deb.debian.org/debian bookworm/main arm64 libhwasan0 arm64 12.2.0-14 [998 kB]
11:59:23 #0 6.839 Get:90 http://deb.debian.org/debian bookworm/main arm64 libgcc-12-dev arm64 12.2.0-14 [959 kB]
11:59:23 #0 6.842 Get:91 http://deb.debian.org/debian bookworm/main arm64 gcc-12 arm64 12.2.0-14 [16.3 MB]
11:59:23 #0 6.981 Get:92 http://deb.debian.org/debian bookworm/main arm64 gcc arm64 4:12.2.0-3 [5244 B]
11:59:23 #0 6.981 Get:93 http://deb.debian.org/debian bookworm/main arm64 libstdc++-12-dev arm64 12.2.0-14 [2006 kB]
11:59:23 #0 7.006 Get:94 http://deb.debian.org/debian bookworm/main arm64 g++-12 arm64 12.2.0-14 [9071 kB]
11:59:23 #0 7.144 Get:95 http://deb.debian.org/debian bookworm/main arm64 g++ arm64 4:12.2.0-3 [1336 B]
11:59:23 #0 7.147 Get:96 http://deb.debian.org/debian bookworm/main arm64 make arm64 4.3-4.1 [391 kB]
11:59:23 #0 7.149 Get:97 http://deb.debian.org/debian bookworm/main arm64 libdpkg-perl all 1.21.19 [574 kB]
11:59:23 #0 7.158 Get:98 http://deb.debian.org/debian bookworm/main arm64 patch arm64 2.7.6-7 [121 kB]
11:59:23 #0 7.158 Get:99 http://deb.debian.org/debian bookworm/main arm64 dpkg-dev all 1.21.19 [1301 kB]
11:59:23 #0 7.190 Get:100 http://deb.debian.org/debian bookworm/main arm64 build-essential arm64 12.9 [7704 B]
11:59:23 #0 7.192 Get:101 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
11:59:23 #0 7.194 Get:102 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
11:59:23 #0 7.199 Get:103 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
11:59:23 #0 7.203 Get:104 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-3 [170 kB]
11:59:23 #0 7.204 Get:105 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.51.0-1 [67.9 kB]
11:59:23 #0 7.205 Get:106 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
11:59:23 #0 7.207 Get:107 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
11:59:23 #0 7.209 Get:108 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
11:59:23 #0 7.214 Get:109 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.87.0-2 [350 kB]
11:59:23 #0 7.216 Get:110 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.87.0-2 [301 kB]
11:59:23 #0 7.219 Get:111 http://deb.debian.org/debian bookworm/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
11:59:23 #0 7.220 Get:112 http://deb.debian.org/debian bookworm/main arm64 libdebhelper-perl all 13.11.4 [81.2 kB]
11:59:23 #0 7.222 Get:113 http://deb.debian.org/debian bookworm/main arm64 libtool all 2.4.7-5 [517 kB]
11:59:23 #0 7.229 Get:114 http://deb.debian.org/debian bookworm/main arm64 dh-autoreconf all 20 [17.1 kB]
11:59:23 #0 7.230 Get:115 http://deb.debian.org/debian bookworm/main arm64 libarchive-zip-perl all 1.68-1 [104 kB]
11:59:23 #0 7.232 Get:116 http://deb.debian.org/debian bookworm/main arm64 libsub-override-perl all 0.09-4 [9304 B]
11:59:23 #0 7.232 Get:117 http://deb.debian.org/debian bookworm/main arm64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
11:59:23 #0 7.233 Get:118 http://deb.debian.org/debian bookworm/main arm64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
11:59:23 #0 7.234 Get:119 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
11:59:23 #0 7.237 Get:120 http://deb.debian.org/debian bookworm/main arm64 dwz arm64 0.15-1 [101 kB]
11:59:23 #0 7.239 Get:121 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
11:59:23 #10 7.328 Get:122 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.1+b3 [619 kB]
11:59:23 #10 7.331 Get:123 http://deb.debian.org/debian bookworm/main arm64 gettext arm64 0.21-11 [1248 kB]
11:59:23 #10 7.339 Get:124 http://deb.debian.org/debian bookworm/main arm64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
11:59:23 #10 7.340 Get:125 http://deb.debian.org/debian bookworm/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
11:59:23 #10 7.343 Get:126 http://deb.debian.org/debian bookworm/main arm64 debhelper all 13.11.4 [942 kB]
11:59:23 #10 7.350 Get:127 http://deb.debian.org/debian bookworm/main arm64 debian-keyring all 2022.12.24 [30.5 MB]
11:59:23 #10 ...
11:59:23 
11:59:23 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:23 #9 3.703 Fedora 37 - aarch64                              21 MB/s |  61 MB     00:02    
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 40.89MB / 45.92MB 4.8s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 31.46MB / 47.40MB 4.8s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 26.21MB / 53.32MB 4.8s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 29.32MB / 53.32MB 4.9s
11:59:23 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 3.15MB / 7.15MB 0.5s
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 3.15MB / 45.92MB 0.5s
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 4.6s done
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 44.04MB / 47.40MB 4.7s
11:59:23 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 0B / 116.78MB 4.7s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 0B / 53.32MB 4.7s
11:59:23 #16 3.543 Get:2 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
11:59:23 #16 3.544 Get:3 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
11:59:23 #16 3.686 debconf: delaying package configuration, since apt-utils is not installed
11:59:23 #16 3.716 Fetched 468 kB in 0s (1748 kB/s)
11:59:23 #16 3.731 Selecting previously unselected package libmagic-mgc.
11:59:23 #16 3.731 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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:59:23 #16 3.742 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_amd64.deb ...
11:59:23 #16 3.745 Unpacking libmagic-mgc (1:5.39-3) ...
11:59:23 #16 3.818 Selecting previously unselected package libmagic1:amd64.
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 9.44MB / 53.32MB 4.7s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 19.92MB / 47.40MB 4.8s
11:59:23 #9 4.006 Fedora 36 - aarch64                              24 MB/s |  77 MB     00:03    
11:59:23 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 4.0s done
11:59:23 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0B / 9.35MB 4.1s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 0B / 47.40MB 4.1s
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 33.55MB / 45.92MB 4.2s
11:59:23 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0.1s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 44.04MB / 53.32MB 4.7s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 4.9s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 47.19MB / 53.32MB 4.9s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 30.41MB / 53.32MB 5.0s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 36.70MB / 47.40MB 5.1s
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 38.80MB / 45.92MB 4.8s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 3.47MB / 47.40MB 4.8s
11:59:23 #9 ...
11:59:23 
11:59:23 #10 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:23 #10 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:23 #10 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
11:59:23 #10 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
11:59:23 #10 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:23 #10 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
11:59:23 #10 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.1s done
11:59:23 #10 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.3s done
11:59:23 #10 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 0.9s done
11:59:23 #10 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.3s done
11:59:23 #10 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.8s done
11:59:23 #10 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.2s done
11:59:23 #10 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.3s done
11:59:23 #10 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.5s done
11:59:23 #10 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.4s done
11:59:23 #10 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.1s done
11:59:23 #10 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.7s done
11:59:23 #10 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0.2s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 34.60MB / 47.40MB 5.1s
11:59:23 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 4.19MB / 7.15MB 0.7s
11:59:23 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 5.24MB / 7.15MB 0.8s
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 6.29MB / 45.92MB 0.8s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.19MB / 47.40MB 5.0s
11:59:23 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6
11:59:23 #16 3.820 Preparing to unpack .../libmagic1_1%3a5.39-3_amd64.deb ...
11:59:23 #16 3.826 Unpacking libmagic1:amd64 (1:5.39-3) ...
11:59:23 #16 3.857 Selecting previously unselected package file.
11:59:23 #16 3.859 Preparing to unpack .../file_1%3a5.39-3_amd64.deb ...
11:59:23 #16 3.863 Unpacking file (1:5.39-3) ...
11:59:23 #16 3.899 Setting up libmagic-mgc (1:5.39-3) ...
11:59:23 #16 3.908 Setting up libmagic1:amd64 (1:5.39-3) ...
11:59:23 #16 3.923 Setting up file (1:5.39-3) ...
11:59:23 #16 3.932 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 38.80MB / 45.92MB 4.9s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 23.07MB / 47.40MB 5.1s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 12.58MB / 53.32MB 5.1s
11:59:23 #11 7.462 The following NEW packages will be installed:
11:59:23 #11 7.462   at autoconf automake autopoint autotools-dev binutils binutils-common
11:59:23 #11 7.462   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
11:59:23 #11 7.462   cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf
11:59:23 #11 7.462   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:59:23 #11 7.462   equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git
11:59:23 #11 7.463   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:59:23 #11 7.463   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
11:59:23 #11 7.463   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:23 #11 7.463   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
11:59:23 #11 7.464   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
11:59:23 #11 7.464   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:59:23 #11 7.464   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:23 #11 7.464   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:59:23 #11 7.464   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:23 #11 7.464   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:59:23 #11 7.464   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:59:23 #11 7.464   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:59:23 #11 7.464   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:59:23 #11 7.464   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:59:23 #11 7.464   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:59:23 #11 7.464   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:59:23 #11 7.464   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:59:23 #11 7.464   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:23 #11 7.464   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:23 #11 7.465   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:59:23 #11 7.465   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:59:23 #11 7.465   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:59:23 #11 7.465   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:59:23 #11 7.465   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:59:23 #11 7.465   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:59:23 #11 7.465   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:23 #11 7.465   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:23 #11 7.465   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:23 #11 7.465   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:59:23 #11 7.465   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:59:23 #11 7.465   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:59:23 #11 7.465   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:59:23 #11 7.465   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
11:59:23 #11 7.465   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
11:59:23 #11 7.465   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
11:59:23 #11 7.465   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:23 #11 7.465   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:59:23 #11 7.465   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:23 #11 7.465   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:59:23 #11 7.465   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:23 #11 7.465   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
11:59:23 #11 7.465   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:59:23 #11 7.465   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:59:23 #11 7.465   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:59:23 #11 7.465   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:59:23 #11 7.465   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:23 #11 7.465   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:59:23 #11 7.465   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:59:23 #11 7.465   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:59:23 #11 7.465   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
11:59:23 #11 7.465   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:23 #11 7.465   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:59:23 #11 7.465   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:23 #11 7.465   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:59:23 #11 7.465   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:59:23 #11 7.466   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:59:23 #11 7.466   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:59:23 #11 7.466   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:59:23 #11 7.466   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:23 #11 7.466   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:59:23 #11 7.466   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:59:23 #11 7.466   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
11:59:23 #11 7.466   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:23 #11 7.466   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:59:23 #11 7.466   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
11:59:23 #11 7.467   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:59:23 #11 7.467   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:59:23 #11 7.467   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:59:23 #11 7.467   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:59:23 #11 7.468   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:59:23 #11 7.468   openssh-client openssl patch patchutils perl perl-modules-5.30
11:59:23 #11 7.468   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:59:23 #11 7.468   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:23 #11 7.469   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:59:23 #11 7.469   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:23 #11 7.469   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:59:23 #11 7.469   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:59:23 #11 7.469   xz-utils
11:59:23 #9 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 4.5s done
11:59:23 #9 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b
11:59:23 #9 ...
11:59:23 
11:59:23 #10 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:23 #10 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:23 #10 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:23 #10 sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 49.24MB / 49.24MB 0.6s done
11:59:23 #10 sha256:c42762a5b3b5adfb2b7f010202a00acd4fb924c08928fe9ffe4a6bea88fc5b2c 1.80kB / 1.80kB done
11:59:23 #10 sha256:fb78efb98aa0afba5c0d1bfb74aab87f3e3e7340c7c6f10d675d13eaaf6744c2 7.12kB / 7.12kB done
11:59:23 #10 sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 7.73MB / 7.73MB 0.1s done
11:59:23 #10 sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 10.00MB / 10.00MB 0.3s done
11:59:23 #10 sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 52.19MB / 52.19MB 0.9s done
11:59:23 #10 extracting sha256:8e0a5a2afd38370f358c0a7154362a8d17faf709c206b40b1553a077f810c3b3 2.7s done
11:59:23 #10 sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 62.71MB / 62.71MB 1.9s done
11:59:23 #10 sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 115.17MB / 115.17MB 2.2s done
11:59:23 #10 sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab 155B / 155B 1.2s done
11:59:23 #10 extracting sha256:3ec9f4eeb3b61de38aae4678c79731cf85a809fe12a5e34b7c6043703f3ff600 0.5s done
11:59:23 #10 extracting sha256:7a3a72451e0eb2675bda2fe64354ac7eefce09a9d51825711cb59d895cea46d2 0.4s done
11:59:23 #10 extracting sha256:73a612a40907fa6b93dcc878ffa9b0a5bf6307d5498b4685e2f5f3cd98993694 2.1s done
11:59:23 #10 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.5s done
11:59:23 #10 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0.3s
11:59:23 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.05MB / 9.35MB 4.3s
11:59:23 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 26.21MB / 116.78MB 5.0s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 50.33MB / 53.32MB 5.1s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 33.55MB / 53.32MB 5.2s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 40.89MB / 47.40MB 5.3s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 36.70MB / 53.32MB 5.3s
11:59:23 #7 ...
11:59:23 
11:59:23 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:23 #0 0.838 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:59:23 #0 0.854 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
11:59:23 #0 0.854 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
11:59:23 #0 1.050 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB]
11:59:23 #0 1.467 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [421 kB]
11:59:23 #0 1.989 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B]
11:59:23 #0 2.634 Fetched 8380 kB in 2s (4096 kB/s)
11:59:23 #0 2.634 Reading package lists...
11:59:23 #0 3.377 Reading package lists...
11:59:23 #0 4.050 Building dependency tree...
11:59:23 #0 4.196 Reading state information...
11:59:23 #0 4.389 The following additional packages will be installed:
11:59:23 #0 4.389   at autoconf automake autopoint autotools-dev binutils
11:59:23 #0 4.389   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
11:59:23 #0 4.389   bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring
11:59:23 #0 4.389   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:23 #0 4.389   dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file
11:59:23 #0 4.389   g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n
11:59:23 #0 4.389   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:59:23 #0 4.389   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
11:59:23 #0 4.389   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:23 #0 4.389   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:23 #0 4.389   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:59:23 #0 4.389   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:59:23 #0 4.389   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
11:59:23 #0 4.389   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
11:59:23 #0 4.389   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:23 #0 4.389   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:59:23 #0 4.389   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
11:59:23 #0 4.389   libdata-optlist-perl libdevel-callchecker-perl
11:59:23 #0 4.389   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
11:59:23 #0 4.389   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:59:23 #0 4.389   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:59:23 #0 4.389   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
11:59:23 #0 4.389   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
11:59:23 #0 4.389   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
11:59:23 #0 4.389   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
11:59:23 #0 4.389   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
11:59:23 #0 4.389   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
11:59:23 #0 4.389   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
11:59:23 #0 4.389   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
11:59:23 #0 4.389   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
11:59:23 #0 4.389   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:23 #0 4.389   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:23 #0 4.389   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
11:59:23 #0 4.389   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:59:23 #0 4.389   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:23 #0 4.389   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
11:59:23 #0 4.389   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
11:59:23 #0 4.389   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
11:59:23 #0 4.389   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:59:23 #0 4.389   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:23 #0 4.389   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:59:23 #0 4.389   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
11:59:23 #0 4.389   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:23 #0 4.389   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
11:59:23 #0 4.389   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
11:59:23 #0 4.389   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
11:59:23 #0 4.389   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
11:59:23 #0 4.389   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
11:59:23 #0 4.389   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:23 #0 4.389   libparams-validate-perl libparse-debianchangelog-perl
11:59:23 #0 4.389   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
11:59:23 #0 4.389   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
11:59:23 #0 4.389   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
11:59:23 #0 4.389   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
11:59:23 #0 4.389   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:23 #0 4.389   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:23 #0 4.389   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:59:23 #0 4.389   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
11:59:23 #0 4.389   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
11:59:23 #0 4.389   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
11:59:23 #0 4.389   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:59:23 #0 4.389   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:59:23 #0 4.389   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:59:23 #0 4.389   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
11:59:23 #0 4.389   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
11:59:23 #0 4.389   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:59:23 #0 4.389   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
11:59:23 #0 4.389   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
11:59:23 #0 4.389   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:23 #0 4.389   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:23 #0 4.389   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:59:23 #0 4.389   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
11:59:23 #0 4.389   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
11:59:23 #0 4.389   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
11:59:23 #0 4.389   mariadb-common mime-support mysql-common netbase openssh-client openssl
11:59:23 #0 4.389   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:59:23 #0 4.389   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
11:59:23 #0 4.389   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:59:23 #0 4.389   python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:23 #0 4.389   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:23 #0 4.389   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
11:59:23 #0 4.389   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:59:23 #0 4.390 Suggested packages:
11:59:23 #0 4.390   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
11:59:23 #0 4.390   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
11:59:23 #0 4.390   checksecurity debtags dh-make adequate autopkgtest bls-standalone
11:59:23 #0 4.390   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
11:59:23 #0 4.390   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:59:23 #0 4.390   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:23 #0 4.390   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:59:23 #0 4.390   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
11:59:23 #0 4.390   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
11:59:23 #0 4.390   eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex
11:59:23 #0 4.390   bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
11:59:23 #0 4.390   libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg
11:59:23 #0 4.390   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:59:23 #0 4.390   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
11:59:23 #0 4.390   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:59:23 #0 4.390   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
11:59:23 #0 4.390   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
11:59:23 #0 4.390   libhtml-template-perl libsasl2-modules-gssapi-mit
11:59:23 #0 4.390   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:23 #0 4.390   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:59:23 #0 4.390   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
11:59:23 #0 4.390   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:59:23 #0 4.390   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:59:23 #0 4.390   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:23 #0 4.390   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
11:59:23 #0 4.390   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
11:59:23 #0 4.390   diffutils-doc perl-doc libterm-readline-gnu-perl
11:59:23 #0 4.390   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
11:59:23 #0 4.390   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
11:59:23 #0 4.390   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
11:59:23 #0 4.390   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
11:59:23 #0 4.390   readline-doc zip wdiff-doc
11:59:23 #0 5.992 The following NEW packages will be installed:
11:59:23 #0 5.992   at autoconf automake autopoint autotools-dev binutils
11:59:23 #0 5.992   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
11:59:23 #0 5.992   bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper
11:59:23 #0 5.992   debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat
11:59:23 #0 5.992   dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config
11:59:23 #0 5.992   exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base
11:59:23 #0 5.992   git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:59:23 #0 5.992   gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian
11:59:23 #0 5.992   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:23 #0 5.992   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
11:59:23 #0 5.992   libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1
11:59:23 #0 5.992   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:59:23 #0 5.992   libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
11:59:23 #0 5.992   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
11:59:23 #0 5.992   libclass-inspector-perl libclass-method-modifiers-perl
11:59:23 #0 5.992   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:23 #0 5.992   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
11:59:23 #0 5.992   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:59:23 #0 5.992   libdevel-callchecker-perl libdevel-globaldestruction-perl
11:59:23 #0 5.992   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:59:23 #0 5.992   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:59:23 #0 5.992   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
11:59:23 #0 5.992   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
11:59:23 #0 5.992   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
11:59:23 #0 5.992   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
11:59:23 #0 5.992   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
11:59:23 #0 5.992   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
11:59:23 #0 5.992   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
11:59:23 #0 5.992   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
11:59:23 #0 5.992   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
11:59:23 #0 5.992   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:23 #0 5.992   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:23 #0 5.992   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
11:59:23 #0 5.992   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:59:23 #0 5.992   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:23 #0 5.992   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
11:59:23 #0 5.992   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
11:59:23 #0 5.992   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
11:59:23 #0 5.992   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:59:23 #0 5.992   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:23 #0 5.992   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:59:23 #0 5.992   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
11:59:23 #0 5.992   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:23 #0 5.992   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
11:59:23 #0 5.992   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
11:59:23 #0 5.992   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
11:59:23 #0 5.992   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
11:59:23 #0 5.992   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
11:59:23 #0 5.992   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:23 #0 5.992   libparams-validate-perl libparse-debianchangelog-perl
11:59:23 #0 5.992   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
11:59:23 #0 5.992   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
11:59:23 #0 5.992   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
11:59:23 #0 5.992   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
11:59:23 #0 5.992   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:23 #0 5.993   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:23 #0 5.993   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:59:23 #0 5.993   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
11:59:23 #0 5.993   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
11:59:23 #0 5.993   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
11:59:23 #0 5.993   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:59:23 #0 5.993   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:59:23 #0 5.993   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:59:23 #0 5.993   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
11:59:23 #0 5.993   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
11:59:23 #0 5.993   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:59:23 #0 5.993   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
11:59:23 #0 5.993   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
11:59:23 #0 5.993   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:23 #0 5.993   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:23 #0 5.993   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:59:23 #0 5.993   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
11:59:23 #0 5.993   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
11:59:23 #0 5.993   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
11:59:23 #0 5.993   mariadb-common mime-support mysql-common netbase openssh-client openssl
11:59:23 #0 5.993   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:59:23 #0 5.993   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
11:59:23 #0 5.993   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:59:23 #0 5.994   python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:23 #0 5.994   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:23 #0 5.994   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
11:59:23 #0 5.994   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:59:23 #0 6.275 0 upgraded, 362 newly installed, 0 to remove and 0 not upgraded.
11:59:23 #0 6.275 Need to get 162 MB of archives.
11:59:23 #0 6.275 After this operation, 560 MB of additional disk space will be used.
11:59:23 #0 6.275 Get:1 http://deb.debian.org/debian buster/main arm64 sensible-utils all 0.0.12 [15.8 kB]
11:59:23 #0 6.276 Get:2 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB]
11:59:23 #0 6.277 Get:3 http://deb.debian.org/debian buster/main arm64 cron arm64 3.0pl1-134+deb10u1 [98.0 kB]
11:59:23 #0 6.285 Get:4 http://deb.debian.org/debian buster/main arm64 libbsd0 arm64 0.9.1-2+deb10u1 [97.6 kB]
11:59:23 #0 6.285 Get:5 http://deb.debian.org/debian buster/main arm64 bsdmainutils arm64 11.1.2+b1 [185 kB]
11:59:23 #0 6.285 Get:6 http://deb.debian.org/debian buster/main arm64 libuchardet0 arm64 0.0.6-3 [65.0 kB]
11:59:23 #0 6.285 Get:7 http://deb.debian.org/debian buster/main arm64 groff-base arm64 1.22.4-3+deb10u1 [870 kB]
11:59:23 #0 6.295 Get:8 http://deb.debian.org/debian buster/main arm64 libgdbm6 arm64 1.18.1-4 [63.4 kB]
11:59:23 #0 6.297 Get:9 http://deb.debian.org/debian buster/main arm64 libpipeline1 arm64 1.5.1-2 [29.8 kB]
11:59:23 #0 6.305 Get:10 http://deb.debian.org/debian buster/main arm64 man-db arm64 2.8.5-2 [1258 kB]
11:59:23 #0 6.314 Get:11 http://deb.debian.org/debian buster/main arm64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
11:59:23 #0 6.353 Get:12 http://deb.debian.org/debian buster/main arm64 libgdbm-compat4 arm64 1.18.1-4 [44.0 kB]
11:59:23 #0 6.355 Get:13 http://deb.debian.org/debian buster/main arm64 libperl5.28 arm64 5.28.1-6+deb10u1 [3727 kB]
11:59:23 #0 6.395 Get:14 http://deb.debian.org/debian buster/main arm64 perl arm64 5.28.1-6+deb10u1 [204 kB]
11:59:23 #0 6.398 Get:15 http://deb.debian.org/debian buster/main arm64 liblocale-gettext-perl arm64 1.07-3+b4 [18.8 kB]
11:59:23 #0 6.399 Get:16 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u3 [1392 kB]
11:59:23 #0 6.426 Get:17 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u4 [588 kB]
11:59:23 #0 6.432 Get:18 http://deb.debian.org/debian-security buster/updates/main arm64 libexpat1 arm64 2.2.6-2+deb10u6 [87.5 kB]
11:59:23 #0 6.433 Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u4 [1404 kB]
11:59:23 #0 6.447 Get:20 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
11:59:23 #0 6.448 Get:21 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB]
11:59:23 #0 6.449 Get:22 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
11:59:23 #0 6.450 Get:23 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB]
11:59:23 #0 6.452 Get:24 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB]
11:59:23 #0 6.454 Get:25 http://deb.debian.org/debian-security buster/updates/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u2 [603 kB]
11:59:23 #0 6.459 Get:26 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u4 [1641 kB]
11:59:23 #0 6.474 Get:27 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7 arm64 3.7.3-2+deb10u4 [330 kB]
11:59:23 #0 6.477 Get:28 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
11:59:23 #0 6.478 Get:29 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
11:59:23 #0 6.479 Get:30 http://deb.debian.org/debian buster/main arm64 less arm64 487-0.1+b1 [117 kB]
11:59:23 #0 6.481 Get:31 http://deb.debian.org/debian buster/main arm64 netbase all 5.6 [19.4 kB]
11:59:23 #0 6.491 Get:32 http://deb.debian.org/debian-security buster/updates/main arm64 bzip2 arm64 1.0.6-9.2~deb10u2 [47.8 kB]
11:59:23 #0 6.493 Get:33 http://deb.debian.org/debian buster/main arm64 libmagic-mgc arm64 1:5.35-4+deb10u2 [242 kB]
11:59:23 #0 6.496 Get:34 http://deb.debian.org/debian buster/main arm64 libmagic1 arm64 1:5.35-4+deb10u2 [115 kB]
11:59:23 #0 6.498 Get:35 http://deb.debian.org/debian buster/main arm64 file arm64 1:5.35-4+deb10u2 [66.5 kB]
11:59:23 #0 6.499 Get:36 http://deb.debian.org/debian buster/main arm64 gettext-base arm64 0.19.8.1-9 [120 kB]
11:59:23 #0 6.501 Get:37 http://deb.debian.org/debian-security buster/updates/main arm64 krb5-locales all 1.17-3+deb10u5 [95.7 kB]
11:59:23 #0 6.503 Get:38 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
11:59:23 #0 6.504 Get:39 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5support0 arm64 1.17-3+deb10u5 [65.2 kB]
11:59:23 #0 6.505 Get:40 http://deb.debian.org/debian-security buster/updates/main arm64 libk5crypto3 arm64 1.17-3+deb10u5 [123 kB]
11:59:23 #0 6.507 Get:41 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5-3 arm64 1.17-3+deb10u5 [351 kB]
11:59:23 #0 6.515 Get:42 http://deb.debian.org/debian-security buster/updates/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u5 [150 kB]
11:59:23 #0 6.520 Get:43 http://deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u3 [8154 kB]
11:59:23 #0 6.619 Get:44 http://deb.debian.org/debian-security buster/updates/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u5 [625 kB]
11:59:23 #0 6.625 Get:45 http://deb.debian.org/debian buster/main arm64 manpages all 4.16-2 [1295 kB]
11:59:23 #0 6.637 Get:46 http://deb.debian.org/debian buster/main arm64 libedit2 arm64 3.1-20181209-1 [91.2 kB]
11:59:23 #0 6.641 Get:47 http://deb.debian.org/debian buster/main arm64 openssh-client arm64 1:7.9p1-10+deb10u2 [757 kB]
11:59:23 #0 6.648 Get:48 http://deb.debian.org/debian buster/main arm64 ucf all 3.0038+nmu1 [69.0 kB]
11:59:23 #0 6.650 Get:49 http://deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1+deb10u1 [182 kB]
11:59:23 #0 6.652 Get:50 http://deb.debian.org/debian buster/main arm64 libfl2 arm64 2.6.4-6.2 [103 kB]
11:59:23 #0 6.654 Get:51 http://deb.debian.org/debian buster/main arm64 at arm64 3.1.23-1 [48.3 kB]
11:59:23 #0 6.655 Get:52 http://deb.debian.org/debian buster/main arm64 libsigsegv2 arm64 2.12-2 [32.3 kB]
11:59:23 #0 6.658 Get:53 http://deb.debian.org/debian buster/main arm64 m4 arm64 1.4.18-2 [198 kB]
11:59:23 #0 6.668 Get:54 http://deb.debian.org/debian buster/main arm64 autoconf all 2.69-11 [341 kB]
11:59:23 #0 6.672 Get:55 http://deb.debian.org/debian buster/main arm64 autotools-dev all 20180224.1 [77.0 kB]
11:59:23 #0 6.678 Get:56 http://deb.debian.org/debian buster/main arm64 automake all 1:1.16.1-4 [771 kB]
11:59:23 #0 6.685 Get:57 http://deb.debian.org/debian buster/main arm64 autopoint all 0.19.8.1-9 [434 kB]
11:59:23 #0 6.689 Get:58 http://deb.debian.org/debian buster/main arm64 binutils-common arm64 2.31.1-16 [2073 kB]
11:59:23 #0 6.712 Get:59 http://deb.debian.org/debian buster/main arm64 libbinutils arm64 2.31.1-16 [455 kB]
11:59:23 #0 6.721 Get:60 http://deb.debian.org/debian buster/main arm64 binutils-aarch64-linux-gnu arm64 2.31.1-16 [2129 kB]
11:59:23 #0 6.744 Get:61 http://deb.debian.org/debian buster/main arm64 binutils arm64 2.31.1-16 [56.7 kB]
11:59:23 #0 6.745 Get:62 http://deb.debian.org/debian-security buster/updates/main arm64 libc-dev-bin arm64 2.28-10+deb10u2 [271 kB]
11:59:23 #0 6.749 Get:63 http://deb.debian.org/debian-security buster/updates/main arm64 linux-libc-dev arm64 4.19.269-1 [1534 kB]
11:59:23 #0 6.773 Get:64 http://deb.debian.org/debian-security buster/updates/main arm64 libc6-dev arm64 2.28-10+deb10u2 [2325 kB]
11:59:23 #0 6.794 Get:65 http://deb.debian.org/debian buster/main arm64 libisl19 arm64 0.20-2 [535 kB]
11:59:23 #0 6.809 Get:66 http://deb.debian.org/debian buster/main arm64 libmpfr6 arm64 4.0.2-1 [746 kB]
11:59:23 #0 6.812 Get:67 http://deb.debian.org/debian buster/main arm64 libmpc3 arm64 1.1.0-1 [38.0 kB]
11:59:23 #0 6.812 Get:68 http://deb.debian.org/debian buster/main arm64 cpp-8 arm64 8.3.0-6 [7400 kB]
11:59:23 #0 6.969 Get:69 http://deb.debian.org/debian buster/main arm64 cpp arm64 4:8.3.0-1 [19.4 kB]
11:59:23 #0 6.974 Get:70 http://deb.debian.org/debian buster/main arm64 libcc1-0 arm64 8.3.0-6 [45.0 kB]
11:59:23 #0 6.976 Get:71 http://deb.debian.org/debian buster/main arm64 libgomp1 arm64 8.3.0-6 [67.8 kB]
11:59:23 #0 6.977 Get:72 http://deb.debian.org/debian buster/main arm64 libitm1 arm64 8.3.0-6 [24.0 kB]
11:59:23 #0 6.978 Get:73 http://deb.debian.org/debian buster/main arm64 libatomic1 arm64 8.3.0-6 [8820 B]
11:59:23 #0 6.979 Get:74 http://deb.debian.org/debian buster/main arm64 libasan5 arm64 8.3.0-6 [327 kB]
11:59:23 #0 6.991 Get:75 http://deb.debian.org/debian buster/main arm64 liblsan0 arm64 8.3.0-6 [118 kB]
11:59:23 #0 6.991 Get:76 http://deb.debian.org/debian buster/main arm64 libtsan0 arm64 8.3.0-6 [262 kB]
11:59:23 #0 6.993 Get:77 http://deb.debian.org/debian buster/main arm64 libubsan1 arm64 8.3.0-6 [111 kB]
11:59:23 #0 6.998 Get:78 http://deb.debian.org/debian buster/main arm64 libgcc-8-dev arm64 8.3.0-6 [835 kB]
11:59:23 #0 7.007 Get:79 http://deb.debian.org/debian buster/main arm64 gcc-8 arm64 8.3.0-6 [7879 kB]
11:59:23 #0 7.097 Get:80 http://deb.debian.org/debian buster/main arm64 gcc arm64 4:8.3.0-1 [5212 B]
11:59:23 #0 7.097 Get:81 http://deb.debian.org/debian buster/main arm64 libstdc++-8-dev arm64 8.3.0-6 [1502 kB]
11:59:23 #0 7.116 Get:82 http://deb.debian.org/debian buster/main arm64 g++-8 arm64 8.3.0-6 [8176 kB]
11:59:23 #0 7.276 Get:83 http://deb.debian.org/debian buster/main arm64 g++ arm64 4:8.3.0-1 [1624 B]
11:59:23 #0 7.276 Get:84 http://deb.debian.org/debian buster/main arm64 make arm64 4.2.1-1.2 [333 kB]
11:59:23 #0 7.279 Get:85 http://deb.debian.org/debian buster/main arm64 libdpkg-perl all 1.19.8 [1415 kB]
11:59:23 #0 7.292 Get:86 http://deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB]
11:59:23 #0 7.296 Get:87 http://deb.debian.org/debian buster/main arm64 dpkg-dev all 1.19.8 [1776 kB]
11:59:23 #0 7.312 Get:88 http://deb.debian.org/debian buster/main arm64 build-essential arm64 12.6 [7576 B]
11:59:23 #0 7.313 Get:89 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1n-0+deb10u3 [834 kB]
11:59:23 #0 7.321 Get:90 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
11:59:23 #0 7.323 Get:91 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB]
11:59:23 #0 7.325 Get:92 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB]
11:59:23 #0 7.327 Get:93 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
11:59:23 #0 7.328 Get:94 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB]
11:59:23 #0 7.331 Get:95 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
11:59:23 #0 7.332 Get:96 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
11:59:23 #0 7.333 Get:97 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
11:59:23 #0 7.335 Get:98 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
11:59:23 #0 7.336 Get:99 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u4 [313 kB]
11:59:23 #0 7.340 Get:100 http://deb.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u4 [261 kB]
11:59:23 #0 7.345 Get:101 http://deb.debian.org/debian buster/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
11:59:23 #0 7.346 Get:102 http://deb.debian.org/debian buster/main arm64 libtool all 2.4.6-9 [547 kB]
11:59:23 #0 7.354 Get:103 http://deb.debian.org/debian buster/main arm64 dh-autoreconf all 19 [16.9 kB]
11:59:23 #0 7.355 Get:104 http://deb.debian.org/debian buster/main arm64 libarchive-zip-perl all 1.64-1 [96.8 kB]
11:59:23 #0 7.356 Get:105 http://deb.debian.org/debian buster/main arm64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
11:59:23 #0 7.357 Get:106 http://deb.debian.org/debian buster/main arm64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
11:59:23 #0 7.358 Get:107 http://deb.debian.org/debian buster/main arm64 dwz arm64 0.12-3 [71.7 kB]
11:59:23 #0 7.359 Get:108 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u4 [1186 kB]
11:59:23 #0 7.377 Get:109 http://deb.debian.org/debian buster/main arm64 libcroco3 arm64 0.6.12-3 [140 kB]
11:59:23 #0 7.379 Get:110 http://deb.debian.org/debian-security buster/updates/main arm64 libncurses6 arm64 6.1+20181013-2+deb10u3 [92.6 kB]
11:59:23 #0 7.380 Get:111 http://deb.debian.org/debian buster/main arm64 gettext arm64 0.19.8.1-9 [1261 kB]
11:59:23 #0 7.396 Get:112 http://deb.debian.org/debian buster/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:59:23 #0 7.397 Get:113 http://deb.debian.org/debian buster/main arm64 po-debconf all 1.0.21 [248 kB]
11:59:23 #10 7.401 Get:114 http://deb.debian.org/debian buster/main arm64 debhelper all 12.1.1 [1016 kB]
11:59:23 #10 7.413 Get:115 http://deb.debian.org/debian buster/main arm64 debian-keyring all 2019.02.25 [32.4 MB]
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.09MB / 45.92MB 5.2s
11:59:23 #7 ...
11:59:23 
11:59:23 #8 [internal] load build context
11:59:23 #8 transferring context: 30.32MB 5.2s done
11:59:23 #8 DONE 5.4s
11:59:23 
11:59:23 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 39.85MB / 47.40MB 5.4s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 35.65MB / 53.32MB 5.4s
11:59:23 #7 ...
11:59:23 
11:59:23 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179
11:59:23 #9 resolve docker.io/library/ubuntu:kinetic@sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179 0.0s done
11:59:23 #9 sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179 1.13kB / 1.13kB done
11:59:23 #9 sha256:b44ef81c8e6d1bd305cc72000c972fcd255a0b3f3bfe4dec81f651a53c8eeb89 424B / 424B done
11:59:23 #9 sha256:8d643d5974c30c06b1d811877a3a8f0047c4278b1fe0801d8d812b3a17ce6c15 2.31kB / 2.31kB done
11:59:23 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 6.29MB / 7.15MB 1.0s
11:59:23 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 1.1s
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 9.44MB / 45.92MB 1.1s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 3.15MB / 53.32MB 5.2s
11:59:23 #16 DONE 4.2s
11:59:23 
11:59:23 #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:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 41.94MB / 45.92MB 5.2s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 26.21MB / 47.40MB 5.4s
11:59:23 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 15.73MB / 53.32MB 5.4s
11:59:23 #11 7.900 0 upgraded, 354 newly installed, 0 to remove and 4 not upgraded.
11:59:23 #11 7.900 Need to get 106 MB of archives.
11:59:23 #11 7.900 After this operation, 481 MB of additional disk space will be used.
11:59:23 #11 7.900 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
11:59:23 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 3.15MB / 9.35MB 4.5s
11:59:23 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 3.15MB / 47.40MB 4.5s
11:59:23 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 36.70MB / 45.92MB 4.6s
11:59:23 #9 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.1s done
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 5.3s done
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 5.4s
11:59:24 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 32.51MB / 116.78MB 5.4s
11:59:24 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 5.4s
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 44.04MB / 47.40MB 5.4s
11:59:24 #10 7.814 Get:116 http://deb.debian.org/debian buster/main arm64 libfakeroot arm64 1.23-1 [42.1 kB]
11:59:24 #10 7.814 Get:117 http://deb.debian.org/debian buster/main arm64 fakeroot arm64 1.23-1 [83.3 kB]
11:59:24 #10 7.814 Get:118 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB]
11:59:24 #10 7.814 Get:119 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u2 [504 kB]
11:59:24 #10 7.823 Get:120 http://deb.debian.org/debian-security buster/updates/main arm64 libksba8 arm64 1.3.5-2+deb10u2 [96.6 kB]
11:59:24 #10 7.823 Get:121 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB]
11:59:24 #10 7.825 Get:122 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u2 [694 kB]
11:59:24 #10 7.837 Get:123 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
11:59:24 #7 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 2.2s done
11:59:24 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0.1s
11:59:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 41.94MB / 45.92MB 5.2s
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 6.29MB / 47.40MB 5.2s
11:59:24 #7 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 1.2s done
11:59:24 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0B / 9.35MB 1.3s
11:59:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 12.58MB / 45.92MB 1.4s
11:59:24 #9 ...
11:59:24 
11:59:24 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 42.99MB / 47.40MB 5.6s
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 39.85MB / 53.32MB 5.7s
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 5.4s done
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.29MB / 53.32MB 5.5s
11:59:24 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 0B / 126B 5.5s
11:59:24 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 7.16MB / 116.78MB 5.7s
11:59:24 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 5.5s done
11:59:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.09MB / 45.92MB 5.5s
11:59:24 #11 8.046 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.16 [1321 kB]
11:59:24 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 4.19MB / 9.35MB 4.7s
11:59:24 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 6.29MB / 9.35MB 4.9s
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 7.34MB / 47.40MB 4.9s
11:59:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 39.85MB / 45.92MB 5.0s
11:59:24 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 7.34MB / 9.35MB 5.0s
11:59:24 #9 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a
11:59:24 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 38.80MB / 116.78MB 5.7s
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.19MB / 47.40MB 5.7s
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 40.89MB / 53.32MB 5.7s
11:59:24 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 0B / 116.78MB 5.7s
11:59:24 #7 ...
11:59:24 
11:59:24 #8 [internal] load build context
11:59:24 #8 transferring context: 30.32MB 5.7s done
11:59:24 #8 DONE 5.8s
11:59:24 
11:59:24 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:24 #7 ...
11:59:24 
11:59:24 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
11:59:24 #9 resolve docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57 0.0s done
11:59:24 #9 sha256:df49a5dcdfd3f8bbe9595b1cdbcf41d166508bcf2a4e6ede19caa17ea7355ec5 529B / 529B done
11:59:24 #9 sha256:262126ccf43c6db0881e862d87f1f7339e7dc362182b1bee4294ab1c55d01690 1.48kB / 1.48kB done
11:59:24 #9 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 5.5s done
11:59:24 #9 sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57 984B / 984B done
11:59:24 #9 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6
11:59:24 #10 7.849 Get:124 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u2 [824 kB]
11:59:24 #10 7.852 Get:125 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u2 [827 kB]
11:59:24 #10 7.861 Get:126 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB]
11:59:24 #10 7.861 Get:127 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u2 [601 kB]
11:59:24 #10 7.872 Get:128 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u2 [478 kB]
11:59:24 #10 7.872 Get:129 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u2 [472 kB]
11:59:24 #10 7.877 Get:130 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u2 [586 kB]
11:59:24 #10 7.883 Get:131 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u2 [715 kB]
11:59:24 #10 7.889 Get:132 http://deb.debian.org/debian buster/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
11:59:24 #10 7.890 Get:133 http://deb.debian.org/debian buster/main arm64 libfile-homedir-perl all 1.004-1 [42.7 kB]
11:59:24 #10 7.891 Get:134 http://deb.debian.org/debian buster/main arm64 libio-pty-perl arm64 1:1.08-1.1+b5 [32.8 kB]
11:59:24 #10 7.892 Get:135 http://deb.debian.org/debian buster/main arm64 libipc-run-perl all 20180523.0-1 [101 kB]
11:59:24 #10 7.893 Get:136 http://deb.debian.org/debian buster/main arm64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
11:59:24 #10 7.894 Get:137 http://deb.debian.org/debian buster/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:59:24 #10 7.895 Get:138 http://deb.debian.org/debian buster/main arm64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
11:59:24 #10 7.895 Get:139 http://deb.debian.org/debian buster/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b1 [11.4 kB]
11:59:24 #10 7.896 Get:140 http://deb.debian.org/debian buster/main arm64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
11:59:24 #10 7.897 Get:141 http://deb.debian.org/debian buster/main arm64 libdevel-callchecker-perl arm64 0.008-1 [15.6 kB]
11:59:24 #10 7.897 Get:142 http://deb.debian.org/debian buster/main arm64 libparams-classify-perl arm64 0.015-1+b1 [25.4 kB]
11:59:24 #10 7.898 Get:143 http://deb.debian.org/debian buster/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:59:24 #10 7.913 Get:144 http://deb.debian.org/debian buster/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
11:59:24 #10 7.914 Get:145 http://deb.debian.org/debian buster/main arm64 librole-tiny-perl all 2.000006-1 [19.4 kB]
11:59:24 #10 7.914 Get:146 http://deb.debian.org/debian buster/main arm64 libstrictures-perl all 2.000005-1 [18.3 kB]
11:59:24 #10 7.915 Get:147 http://deb.debian.org/debian buster/main arm64 libsub-quote-perl all 2.005001-1 [17.9 kB]
11:59:24 #10 7.916 Get:148 http://deb.debian.org/debian buster/main arm64 libmoo-perl all 2.003004-2 [57.4 kB]
11:59:24 #10 7.917 Get:149 http://deb.debian.org/debian buster/main arm64 libencode-locale-perl all 1.05-1 [13.7 kB]
11:59:24 #10 7.917 Get:150 http://deb.debian.org/debian buster/main arm64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
11:59:24 #10 7.918 Get:151 http://deb.debian.org/debian buster/main arm64 libhttp-date-perl all 6.02-1 [10.7 kB]
11:59:24 #10 7.919 Get:152 http://deb.debian.org/debian buster/main arm64 libfile-listing-perl all 6.04-1 [10.3 kB]
11:59:24 #10 7.919 Get:153 http://deb.debian.org/debian buster/main arm64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
11:59:24 #10 7.920 Get:154 http://deb.debian.org/debian buster/main arm64 liburi-perl all 1.76-1 [89.9 kB]
11:59:24 #10 7.921 Get:155 http://deb.debian.org/debian buster/main arm64 libhtml-parser-perl arm64 3.72-3+b3 [103 kB]
11:59:24 #10 7.922 Get:156 http://deb.debian.org/debian buster/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
11:59:24 #10 7.925 Get:157 http://deb.debian.org/debian buster/main arm64 libio-html-perl all 1.001-1 [17.6 kB]
11:59:24 #10 7.926 Get:158 http://deb.debian.org/debian buster/main arm64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
11:59:24 #10 7.927 Get:159 http://deb.debian.org/debian buster/main arm64 libhttp-message-perl all 6.18-1 [77.8 kB]
11:59:24 #10 7.930 Get:160 http://deb.debian.org/debian buster/main arm64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
11:59:24 #10 7.931 Get:161 http://deb.debian.org/debian buster/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:59:24 #10 7.932 Get:162 http://deb.debian.org/debian buster/main arm64 perl-openssl-defaults arm64 3 [6782 B]
11:59:24 #10 7.933 Get:163 http://deb.debian.org/debian buster/main arm64 libnet-ssleay-perl arm64 1.85-2+deb10u1 [303 kB]
11:59:24 #10 7.940 Get:164 http://deb.debian.org/debian buster/main arm64 libio-socket-ssl-perl all 2.060-3 [207 kB]
11:59:24 #10 7.943 Get:165 http://deb.debian.org/debian buster/main arm64 libnet-http-perl all 6.18-1 [24.5 kB]
11:59:24 #10 7.944 Get:166 http://deb.debian.org/debian buster/main arm64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
11:59:24 #10 7.945 Get:167 http://deb.debian.org/debian buster/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
11:59:24 #10 7.946 Get:168 http://deb.debian.org/debian buster/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:59:24 #10 7.947 Get:169 http://deb.debian.org/debian buster/main arm64 libwww-perl all 6.36-2 [188 kB]
11:59:24 #10 7.950 Get:170 http://deb.debian.org/debian buster/main arm64 patchutils arm64 0.3.4-2 [84.7 kB]
11:59:24 #10 7.951 Get:171 http://deb.debian.org/debian buster/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
11:59:24 #10 7.953 Get:172 http://deb.debian.org/debian buster/main arm64 devscripts arm64 2.19.5+deb10u1 [1045 kB]
11:59:24 #10 7.967 Get:173 http://deb.debian.org/debian buster/main arm64 diffstat arm64 1.62-1 [32.0 kB]
11:59:24 #10 7.968 Get:174 http://deb.debian.org/debian-security buster/updates/main arm64 distro-info-data all 0.41+deb10u6 [7080 B]
11:59:24 #10 7.969 Get:175 http://deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
11:59:24 #10 7.972 Get:176 http://deb.debian.org/debian buster/main arm64 python3-chardet all 3.0.4-3 [80.5 kB]
11:59:24 #10 7.974 Get:177 http://deb.debian.org/debian buster/main arm64 python3-six all 1.12.0-1 [15.7 kB]
11:59:24 #10 7.975 Get:178 http://deb.debian.org/debian buster/main arm64 python3-debian all 0.1.35 [78.8 kB]
11:59:24 #10 7.978 Get:179 http://deb.debian.org/debian buster/main arm64 libgpgme11 arm64 1.12.0-6 [241 kB]
11:59:24 #10 7.981 Get:180 http://deb.debian.org/debian buster/main arm64 python3-gpg arm64 1.12.0-6 [292 kB]
11:59:24 #10 7.986 Get:181 http://deb.debian.org/debian buster/main arm64 dput all 1.0.3 [54.5 kB]
11:59:24 #10 7.987 Get:182 http://deb.debian.org/debian buster/main arm64 equivs all 2.2.0 [22.4 kB]
11:59:24 #10 7.988 Get:183 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-config all 4.92-8+deb10u7 [325 kB]
11:59:24 #10 7.993 Get:184 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-base arm64 4.92-8+deb10u7 [1136 kB]
11:59:24 #10 8.016 Get:185 http://deb.debian.org/debian buster/main arm64 libevent-2.1-6 arm64 2.1.8-stable-4 [150 kB]
11:59:24 #10 8.018 Get:186 http://deb.debian.org/debian buster/main arm64 libunbound8 arm64 1.9.0-2+deb10u2 [432 kB]
11:59:24 #10 8.023 Get:187 http://deb.debian.org/debian-security buster/updates/main arm64 libgnutls-dane0 arm64 3.6.7-4+deb10u9 [317 kB]
11:59:24 #10 8.026 Get:188 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-daemon-light arm64 4.92-8+deb10u7 [558 kB]
11:59:24 #10 8.032 Get:189 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl3-gnutls arm64 7.64.0-4+deb10u4 [312 kB]
11:59:24 #10 8.035 Get:190 http://deb.debian.org/debian buster/main arm64 libpcre2-8-0 arm64 10.32-5 [186 kB]
11:59:24 #10 8.037 Get:191 http://deb.debian.org/debian buster/main arm64 liberror-perl all 0.17027-2 [30.9 kB]
11:59:24 #10 8.038 Get:192 http://deb.debian.org/debian-security buster/updates/main arm64 git-man all 1:2.20.1-2+deb10u7 [1623 kB]
11:59:24 #10 8.055 Get:193 http://deb.debian.org/debian-security buster/updates/main arm64 git arm64 1:2.20.1-2+deb10u7 [5490 kB]
11:59:24 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.0s done
11:59:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 5.5s
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 10.49MB / 47.40MB 5.6s
11:59:24 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.05MB / 9.35MB 1.5s
11:59:24 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 3.15MB / 9.35MB 1.7s
11:59:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 5.7s done
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 5.9s
11:59:24 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 1.05MB / 116.78MB 5.9s
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 44.04MB / 53.32MB 6.0s
11:59:24 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 32.51MB / 47.40MB 5.8s
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 22.02MB / 53.32MB 5.8s
11:59:24 #13 59.85   Updating   : systemd-libs-219-78.el7_9.7.aarch64                         3/65 
11:59:24 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 8.39MB / 9.35MB 5.1s
11:59:24 #17 0.617 go: downloading github.com/tc-hib/go-winres v0.3.0
11:59:24 #11 ...
11:59:24 
11:59:24 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:24 #8 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 3.7s done
11:59:24 #8 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 2.0s done
11:59:24 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 1.8s
11:59:24 #6 extracting sha256:0d557d32f54ebd277fdffbbdf656b90442ee9d8753aec9ebac429eee967f4dee 2.2s done
11:59:24 #6 DONE 13.3s
11:59:24 
11:59:24 #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:59:24 #9 ...
11:59:24 
11:59:24 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 47.04MB / 53.32MB 6.0s
11:59:24 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 6.29MB / 116.78MB 6.0s
11:59:24 #10 8.133 Get:194 http://deb.debian.org/debian buster/main arm64 libgc1c2 arm64 1:7.6.4-0.4 [214 kB]
11:59:24 #10 8.133 Get:195 http://deb.debian.org/debian buster/main arm64 libltdl7 arm64 2.4.6-9 [389 kB]
11:59:24 #10 8.137 Get:196 http://deb.debian.org/debian buster/main arm64 guile-2.2-libs arm64 2.2.4+1-2+deb10u1 [4938 kB]
11:59:24 #10 8.188 Get:197 http://deb.debian.org/debian buster/main arm64 iso-codes all 4.2-1 [2713 kB]
11:59:24 #10 8.212 Get:198 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
11:59:24 #10 8.212 Get:199 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5+b1 [11.6 kB]
11:59:24 #10 8.214 Get:200 http://deb.debian.org/debian buster/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:59:24 #10 8.215 Get:201 http://deb.debian.org/debian buster/main arm64 libapt-inst2.0 arm64 1.8.2.3 [202 kB]
11:59:24 #10 8.218 Get:202 http://deb.debian.org/debian buster/main arm64 libapt-pkg-perl arm64 0.1.34+b1 [68.6 kB]
11:59:24 #10 8.219 Get:203 http://deb.debian.org/debian buster/main arm64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
11:59:24 #10 8.219 Get:204 http://deb.debian.org/debian buster/main arm64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
11:59:24 #10 8.220 Get:205 http://deb.debian.org/debian buster/main arm64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
11:59:24 #10 8.221 Get:206 http://deb.debian.org/debian buster/main arm64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
11:59:24 #10 8.221 Get:207 http://deb.debian.org/debian buster/main arm64 libvariable-magic-perl arm64 0.62-1+b1 [44.8 kB]
11:59:24 #10 8.223 Get:208 http://deb.debian.org/debian buster/main arm64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
11:59:24 #10 8.223 Get:209 http://deb.debian.org/debian buster/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
11:59:24 #10 8.223 Get:210 http://deb.debian.org/debian buster/main arm64 libcgi-pm-perl all 4.40-1 [222 kB]
11:59:24 #10 8.227 Get:211 http://deb.debian.org/debian buster/main arm64 libfcgi-perl arm64 0.78-2+b3 [38.8 kB]
11:59:24 #10 8.228 Get:212 http://deb.debian.org/debian buster/main arm64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
11:59:24 #10 8.228 Get:213 http://deb.debian.org/debian buster/main arm64 libsub-name-perl arm64 0.21-1+b3 [13.4 kB]
11:59:24 #10 8.228 Get:214 http://deb.debian.org/debian buster/main arm64 libclass-accessor-perl all 0.51-1 [23.2 kB]
11:59:24 #10 8.228 Get:215 http://deb.debian.org/debian buster/main arm64 libclass-inspector-perl all 1.32-1 [19.1 kB]
11:59:24 #10 8.231 Get:216 http://deb.debian.org/debian buster/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b2 [37.1 kB]
11:59:24 #10 8.232 Get:217 http://deb.debian.org/debian buster/main arm64 libclone-perl arm64 0.41-1+b1 [14.5 kB]
11:59:24 #10 8.233 Get:218 http://deb.debian.org/debian buster/main arm64 libcommon-sense-perl arm64 3.74-2+b7 [24.0 kB]
11:59:24 #10 8.234 Get:219 http://deb.debian.org/debian buster/main arm64 libparams-util-perl arm64 1.07-3+b4 [22.5 kB]
11:59:24 #10 8.235 Get:220 http://deb.debian.org/debian buster/main arm64 libsub-install-perl all 0.928-1 [11.4 kB]
11:59:24 #10 8.237 Get:221 http://deb.debian.org/debian buster/main arm64 libdata-optlist-perl all 0.110-1 [10.6 kB]
11:59:24 #10 8.238 Get:222 http://deb.debian.org/debian buster/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
11:59:24 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529
11:59:24 #7 ...
11:59:24 
11:59:24 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:24 #0 0.821 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:59:24 #0 0.832 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:59:24 #0 0.832 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:59:24 #0 0.952 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
11:59:24 #0 1.137 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [218 kB]
11:59:24 #0 1.626 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
11:59:24 #0 2.147 Fetched 8510 kB in 2s (5375 kB/s)
11:59:24 #0 2.147 Reading package lists...
11:59:24 #0 2.663 Reading package lists...
11:59:24 #0 3.165 Building dependency tree...
11:59:24 #0 3.313 Reading state information...
11:59:24 #0 3.505 The following additional packages will be installed:
11:59:24 #0 3.505   autoconf automake autopoint autotools-dev binutils
11:59:24 #0 3.505   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:59:24 #0 3.509   bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
11:59:24 #0 3.509   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:24 #0 3.509   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:59:24 #0 3.509   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:59:24 #0 3.509   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:59:24 #0 3.509   intltool-debian iso-codes less libalgorithm-diff-perl
11:59:24 #0 3.509   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:59:24 #0 3.509   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
11:59:24 #0 3.509   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:59:24 #0 3.509   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:24 #0 3.509   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
11:59:24 #0 3.509   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
11:59:24 #0 3.509   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:24 #0 3.509   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:59:24 #0 3.509   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:59:24 #0 3.509   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:59:24 #0 3.509   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:24 #0 3.509   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
11:59:24 #0 3.509   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:24 #0 3.509   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:59:24 #0 3.509   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:59:24 #0 3.509   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:59:24 #0 3.509   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:59:24 #0 3.509   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:24 #0 3.509   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:24 #0 3.509   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:24 #0 3.509   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:24 #0 3.509   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:59:24 #0 3.509   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:59:24 #0 3.509   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:59:24 #0 3.509   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:59:24 #0 3.509   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:24 #0 3.509   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:24 #0 3.509   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:24 #0 3.509   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:59:24 #0 3.509   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:59:24 #0 3.509   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:59:24 #0 3.509   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:24 #0 3.509   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
11:59:24 #0 3.509   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:59:24 #0 3.509   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:24 #0 3.509   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:24 #0 3.509   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:59:24 #0 3.509   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:24 #0 3.509   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:59:24 #0 3.509   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:24 #0 3.509   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:59:24 #0 3.509   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:59:24 #0 3.509   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:59:24 #0 3.509   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:59:24 #0 3.509   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:59:24 #0 3.509   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:24 #0 3.509   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:59:24 #0 3.509   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:59:24 #0 3.509   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:24 #0 3.509   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
11:59:24 #0 3.509   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:24 #0 3.509   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:24 #0 3.509   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:24 #0 3.509   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:24 #0 3.509   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:59:24 #0 3.509   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:59:24 #0 3.509   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:24 #0 3.509   libstring-shellquote-perl libsub-exporter-perl
11:59:24 #0 3.509   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:24 #0 3.509   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:24 #0 3.509   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:59:24 #0 3.509   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:59:24 #0 3.509   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:59:24 #0 3.509   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:59:24 #0 3.509   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
11:59:24 #0 3.509   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:59:24 #0 3.509   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
11:59:24 #0 3.509   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
11:59:24 #0 3.509   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:59:24 #0 3.509   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:59:24 #0 3.509   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
11:59:24 #0 3.509   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
11:59:24 #0 3.509   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:59:24 #0 3.509   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
11:59:24 #0 3.509   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
11:59:24 #0 3.509   python3 python3-apt python3-certifi python3-chardet python3-debian
11:59:24 #0 3.509   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:24 #0 3.509   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:24 #0 3.509   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
11:59:24 #0 3.509   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:59:24 #0 3.509 Suggested packages:
11:59:24 #0 3.509   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:59:24 #0 3.509   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
11:59:24 #0 3.509   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:59:24 #0 3.509   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:59:24 #0 3.509   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:24 #0 3.509   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:59:24 #0 3.509   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:59:24 #0 3.509   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
11:59:24 #0 3.509   gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:59:24 #0 3.509   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:59:24 #0 3.509   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
11:59:24 #0 3.509   xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl
11:59:24 #0 3.509   glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl
11:59:24 #0 3.509   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
11:59:24 #0 3.509   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:24 #0 3.509   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:59:24 #0 3.509   libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl
11:59:24 #0 3.509   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:59:24 #0 3.509   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
11:59:24 #0 3.509   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
11:59:24 #0 3.509   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
11:59:24 #0 3.509   diffutils-doc perl-doc libterm-readline-gnu-perl
11:59:24 #0 3.509   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
11:59:24 #0 3.509   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:59:24 #0 3.509   python-apt-doc python3-setuptools python3-cryptography python3-openssl
11:59:24 #0 3.509   python3-socks python-requests-doc python3.9-venv python3.9-doc
11:59:24 #0 3.509   binfmt-support readline-doc zip wdiff-doc
11:59:24 #0 5.053 The following NEW packages will be installed:
11:59:24 #0 5.053   autoconf automake autopoint autotools-dev binutils
11:59:24 #0 5.053   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:59:24 #0 5.053   bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
11:59:24 #0 5.053   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:24 #0 5.053   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:59:24 #0 5.053   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
11:59:24 #0 5.053   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:59:24 #0 5.053   gpgconf gpgsm groff-base intltool-debian iso-codes less
11:59:24 #0 5.053   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:24 #0 5.053   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:24 #0 5.053   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
11:59:24 #0 5.053   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:59:24 #0 5.053   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:59:24 #0 5.053   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
11:59:24 #0 5.053   libclass-inspector-perl libclass-method-modifiers-perl
11:59:24 #0 5.053   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:24 #0 5.053   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:24 #0 5.053   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:59:24 #0 5.053   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:59:24 #0 5.053   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:59:24 #0 5.053   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:24 #0 5.053   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:59:24 #0 5.053   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:59:24 #0 5.053   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:59:24 #0 5.054   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:59:24 #0 5.054   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:24 #0 5.054   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:24 #0 5.054   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:24 #0 5.054   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:24 #0 5.054   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:59:24 #0 5.054   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:59:24 #0 5.054   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:59:24 #0 5.054   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:59:24 #0 5.054   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:24 #0 5.054   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:24 #0 5.054   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:24 #0 5.054   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:59:24 #0 5.054   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:59:24 #0 5.054   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:59:24 #0 5.054   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:24 #0 5.054   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
11:59:24 #0 5.054   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:59:24 #0 5.054   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:24 #0 5.054   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:24 #0 5.054   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:59:24 #0 5.054   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:24 #0 5.054   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:59:24 #0 5.054   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:24 #0 5.054   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:59:24 #0 5.054   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:59:24 #0 5.054   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:59:24 #0 5.054   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:59:24 #0 5.054   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:59:24 #0 5.054   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:24 #0 5.054   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:59:24 #0 5.054   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:59:24 #0 5.054   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:24 #0 5.054   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
11:59:24 #0 5.054   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:24 #0 5.054   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:24 #0 5.054   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:24 #0 5.054   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:24 #0 5.054   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:59:24 #0 5.054   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:59:24 #0 5.054   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:24 #0 5.054   libstring-shellquote-perl libsub-exporter-perl
11:59:24 #0 5.054   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:24 #0 5.054   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:24 #0 5.054   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:59:24 #0 5.054   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:59:24 #0 5.054   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:59:24 #0 5.054   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:59:24 #0 5.054   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
11:59:24 #0 5.054   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:59:24 #0 5.054   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
11:59:24 #0 5.054   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
11:59:24 #0 5.054   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:59:24 #0 5.054   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:59:24 #0 5.054   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
11:59:24 #0 5.054   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
11:59:24 #0 5.054   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:59:24 #0 5.055   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
11:59:24 #0 5.055   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
11:59:24 #0 5.055   python3 python3-apt python3-certifi python3-chardet python3-debian
11:59:24 #0 5.055   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:24 #0 5.055   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:24 #0 5.055   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
11:59:24 #0 5.055   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:59:24 #0 5.336 0 upgraded, 382 newly installed, 0 to remove and 0 not upgraded.
11:59:24 #0 5.336 Need to get 168 MB of archives.
11:59:24 #0 5.336 After this operation, 549 MB of additional disk space will be used.
11:59:24 #0 5.336 Get:1 http://deb.debian.org/debian bullseye/main arm64 bsdextrautils arm64 2.36.1-8+deb11u1 [142 kB]
11:59:24 #0 5.340 Get:2 http://deb.debian.org/debian bullseye/main arm64 libuchardet0 arm64 0.0.7-1 [67.9 kB]
11:59:24 #0 5.341 Get:3 http://deb.debian.org/debian bullseye/main arm64 groff-base arm64 1.22.4-6 [883 kB]
11:59:24 #0 5.348 Get:4 http://deb.debian.org/debian bullseye/main arm64 libgdbm6 arm64 1.19-2 [64.0 kB]
11:59:24 #0 5.348 Get:5 http://deb.debian.org/debian bullseye/main arm64 libpipeline1 arm64 1.5.3-1 [33.0 kB]
11:59:24 #0 5.348 Get:6 http://deb.debian.org/debian bullseye/main arm64 man-db arm64 2.9.4-2 [1336 kB]
11:59:24 #0 5.365 Get:7 http://deb.debian.org/debian bullseye/main arm64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
11:59:24 #0 5.417 Get:8 http://deb.debian.org/debian bullseye/main arm64 libgdbm-compat4 arm64 1.19-2 [44.6 kB]
11:59:24 #0 5.422 Get:9 http://deb.debian.org/debian bullseye/main arm64 libperl5.32 arm64 5.32.1-4+deb11u2 [3911 kB]
11:59:24 #0 5.448 Get:10 http://deb.debian.org/debian bullseye/main arm64 perl arm64 5.32.1-4+deb11u2 [293 kB]
11:59:24 #0 5.450 Get:11 http://deb.debian.org/debian bullseye/main arm64 liblocale-gettext-perl arm64 1.07-4+b1 [18.9 kB]
11:59:24 #0 5.473 Get:12 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB]
11:59:24 #0 5.478 Get:13 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u5 [84.1 kB]
11:59:24 #0 5.479 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB]
11:59:24 #0 5.494 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB]
11:59:24 #0 5.494 Get:16 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB]
11:59:24 #0 5.501 Get:17 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB]
11:59:24 #0 5.501 Get:18 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2 [121 kB]
11:59:24 #0 5.501 Get:19 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB]
11:59:24 #0 5.501 Get:20 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB]
11:59:24 #0 5.501 Get:21 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB]
11:59:24 #0 5.509 Get:22 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB]
11:59:24 #0 5.512 Get:23 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB]
11:59:24 #0 5.517 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB]
11:59:24 #0 5.518 Get:25 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB]
11:59:24 #0 5.560 Get:26 http://deb.debian.org/debian bullseye/main arm64 less arm64 551-2 [129 kB]
11:59:24 #0 5.560 Get:27 http://deb.debian.org/debian bullseye/main arm64 netbase all 6.3 [19.9 kB]
11:59:24 #0 5.560 Get:28 http://deb.debian.org/debian bullseye/main arm64 sensible-utils all 0.0.14 [14.8 kB]
11:59:24 #0 5.561 Get:29 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
11:59:24 #0 5.568 Get:30 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
11:59:24 #0 5.568 Get:31 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
11:59:24 #0 5.572 Get:32 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
11:59:24 #0 5.577 Get:33 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
11:59:24 #0 5.579 Get:34 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
11:59:24 #0 5.587 Get:35 http://deb.debian.org/debian bullseye/main arm64 gettext-base arm64 0.21-4 [173 kB]
11:59:24 #0 5.587 Get:36 http://deb.debian.org/debian bullseye/main arm64 manpages all 5.10-1 [1412 kB]
11:59:24 #0 5.589 Get:37 http://deb.debian.org/debian bullseye/main arm64 libmd0 arm64 1.0.3-3 [27.9 kB]
11:59:24 #0 5.597 Get:38 http://deb.debian.org/debian bullseye/main arm64 libbsd0 arm64 0.11.3-1 [106 kB]
11:59:24 #0 5.597 Get:39 http://deb.debian.org/debian bullseye/main arm64 libedit2 arm64 3.1-20191231-2+b1 [92.1 kB]
11:59:24 #0 5.597 Get:40 http://deb.debian.org/debian bullseye/main arm64 libcbor0 arm64 0.5.0+dfsg-2 [20.1 kB]
11:59:24 #0 5.597 Get:41 http://deb.debian.org/debian bullseye/main arm64 libfido2-1 arm64 1.6.0-2 [50.2 kB]
11:59:24 #0 5.597 Get:42 http://deb.debian.org/debian bullseye/main arm64 openssh-client arm64 1:8.4p1-5+deb11u1 [893 kB]
11:59:24 #0 5.598 Get:43 http://deb.debian.org/debian bullseye/main arm64 ucf all 3.0043 [74.0 kB]
11:59:24 #0 5.600 Get:44 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
11:59:24 #0 5.600 Get:45 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
11:59:24 #0 5.632 Get:46 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
11:59:24 #0 5.632 Get:47 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
11:59:24 #0 5.632 Get:48 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:59:24 #0 5.632 Get:49 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
11:59:24 #0 5.696 Get:50 http://deb.debian.org/debian bullseye/main arm64 autopoint all 0.21-4 [510 kB]
11:59:24 #0 5.696 Get:51 http://deb.debian.org/debian bullseye/main arm64 binutils-common arm64 2.35.2-2 [2220 kB]
11:59:24 #0 5.711 Get:52 http://deb.debian.org/debian bullseye/main arm64 libbinutils arm64 2.35.2-2 [599 kB]
11:59:24 #0 5.744 Get:53 http://deb.debian.org/debian bullseye/main arm64 libctf-nobfd0 arm64 2.35.2-2 [108 kB]
11:59:24 #0 5.744 Get:54 http://deb.debian.org/debian bullseye/main arm64 libctf0 arm64 2.35.2-2 [51.0 kB]
11:59:24 #0 5.753 Get:55 http://deb.debian.org/debian bullseye/main arm64 binutils-aarch64-linux-gnu arm64 2.35.2-2 [2472 kB]
11:59:24 #0 5.818 Get:56 http://deb.debian.org/debian bullseye/main arm64 binutils arm64 2.35.2-2 [61.2 kB]
11:59:24 #0 5.822 Get:57 http://deb.debian.org/debian bullseye/main arm64 libc-dev-bin arm64 2.31-13+deb11u5 [272 kB]
11:59:24 #0 5.824 Get:58 http://deb.debian.org/debian-security bullseye-security/main arm64 linux-libc-dev arm64 5.10.162-1 [1556 kB]
11:59:24 #0 5.852 Get:59 http://deb.debian.org/debian bullseye/main arm64 libcrypt-dev arm64 1:4.4.18-4 [108 kB]
11:59:24 #0 5.853 Get:60 http://deb.debian.org/debian bullseye/main arm64 libtirpc-dev arm64 1.3.1-1+deb11u1 [193 kB]
11:59:24 #0 5.855 Get:61 http://deb.debian.org/debian bullseye/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
11:59:24 #0 5.855 Get:62 http://deb.debian.org/debian bullseye/main arm64 libc6-dev arm64 2.31-13+deb11u5 [2030 kB]
11:59:24 #0 5.873 Get:63 http://deb.debian.org/debian bullseye/main arm64 libisl23 arm64 0.23-1 [590 kB]
11:59:24 #0 5.875 Get:64 http://deb.debian.org/debian bullseye/main arm64 libmpfr6 arm64 4.1.0-3 [829 kB]
11:59:24 #0 5.885 Get:65 http://deb.debian.org/debian bullseye/main arm64 libmpc3 arm64 1.2.0-1 [43.2 kB]
11:59:24 #0 5.885 Get:66 http://deb.debian.org/debian bullseye/main arm64 cpp-10 arm64 10.2.1-6 [7756 kB]
11:59:24 #0 5.941 Get:67 http://deb.debian.org/debian bullseye/main arm64 cpp arm64 4:10.2.1-1 [19.7 kB]
11:59:24 #0 5.941 Get:68 http://deb.debian.org/debian bullseye/main arm64 libcc1-0 arm64 10.2.1-6 [45.1 kB]
11:59:24 #0 5.941 Get:69 http://deb.debian.org/debian bullseye/main arm64 libgomp1 arm64 10.2.1-6 [91.6 kB]
11:59:24 #0 5.941 Get:70 http://deb.debian.org/debian bullseye/main arm64 libitm1 arm64 10.2.1-6 [23.8 kB]
11:59:24 #0 5.941 Get:71 http://deb.debian.org/debian bullseye/main arm64 libatomic1 arm64 10.2.1-6 [9468 B]
11:59:24 #0 5.941 Get:72 http://deb.debian.org/debian bullseye/main arm64 libasan6 arm64 10.2.1-6 [2002 kB]
11:59:24 #0 5.949 Get:73 http://deb.debian.org/debian bullseye/main arm64 liblsan0 arm64 10.2.1-6 [794 kB]
11:59:24 #0 5.952 Get:74 http://deb.debian.org/debian bullseye/main arm64 libtsan0 arm64 10.2.1-6 [1957 kB]
11:59:24 #0 5.974 Get:75 http://deb.debian.org/debian bullseye/main arm64 libubsan1 arm64 10.2.1-6 [759 kB]
11:59:24 #0 6.009 Get:76 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev arm64 10.2.1-6 [876 kB]
11:59:24 #0 6.035 Get:77 http://deb.debian.org/debian bullseye/main arm64 gcc-10 arm64 10.2.1-6 [15.4 MB]
11:59:24 #0 6.124 Get:78 http://deb.debian.org/debian bullseye/main arm64 gcc arm64 4:10.2.1-1 [5208 B]
11:59:24 #0 6.124 Get:79 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev arm64 10.2.1-6 [1704 kB]
11:59:24 #0 6.134 Get:80 http://deb.debian.org/debian bullseye/main arm64 g++-10 arm64 10.2.1-6 [8557 kB]
11:59:24 #0 6.193 Get:81 http://deb.debian.org/debian bullseye/main arm64 g++ arm64 4:10.2.1-1 [1628 B]
11:59:24 #0 6.193 Get:82 http://deb.debian.org/debian bullseye/main arm64 make arm64 4.3-4.1 [391 kB]
11:59:24 #0 6.193 Get:83 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.12 [1551 kB]
11:59:24 #0 6.200 Get:84 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
11:59:24 #0 6.201 Get:85 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
11:59:24 #0 6.214 Get:86 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
11:59:24 #0 6.214 Get:87 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
11:59:24 #0 6.217 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:59:24 #0 6.218 Get:89 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
11:59:24 #0 6.220 Get:90 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
11:59:24 #0 6.222 Get:91 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
11:59:24 #0 6.223 Get:92 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
11:59:24 #0 6.224 Get:93 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
11:59:24 #0 6.225 Get:94 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
11:59:24 #0 6.227 Get:95 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u5 [325 kB]
11:59:24 #0 6.228 Get:96 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u5 [265 kB]
11:59:24 #0 6.230 Get:97 http://deb.debian.org/debian bullseye/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
11:59:24 #0 6.231 Get:98 http://deb.debian.org/debian bullseye/main arm64 libdebhelper-perl all 13.3.4 [189 kB]
11:59:24 #0 6.233 Get:99 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
11:59:24 #0 6.235 Get:100 http://deb.debian.org/debian bullseye/main arm64 dh-autoreconf all 20 [17.1 kB]
11:59:24 #0 6.236 Get:101 http://deb.debian.org/debian bullseye/main arm64 libarchive-zip-perl all 1.68-1 [104 kB]
11:59:24 #0 6.237 Get:102 http://deb.debian.org/debian bullseye/main arm64 libsub-override-perl all 0.09-2 [10.2 kB]
11:59:24 #0 6.238 Get:103 http://deb.debian.org/debian bullseye/main arm64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
11:59:24 #0 6.239 Get:104 http://deb.debian.org/debian bullseye/main arm64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
11:59:24 #0 6.240 Get:105 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
11:59:24 #0 6.242 Get:106 http://deb.debian.org/debian bullseye/main arm64 dwz arm64 0.13+20210201-1 [155 kB]
11:59:24 #0 6.245 Get:107 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
11:59:24 #0 6.304 Get:108 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u3 [630 kB]
11:59:24 #0 6.310 Get:109 http://deb.debian.org/debian bullseye/main arm64 gettext arm64 0.21-4 [1261 kB]
11:59:24 #0 6.325 Get:110 http://deb.debian.org/debian bullseye/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:59:24 #0 6.328 Get:111 http://deb.debian.org/debian bullseye/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
11:59:24 #0 6.330 Get:112 http://deb.debian.org/debian bullseye/main arm64 debhelper all 13.3.4 [1049 kB]
11:59:24 #0 6.337 Get:113 http://deb.debian.org/debian bullseye/main arm64 debian-keyring all 2021.07.26 [31.1 MB]
11:59:24 #0 6.552 Get:114 http://deb.debian.org/debian bullseye/main arm64 libfakeroot arm64 1.25.3-1.1 [47.9 kB]
11:59:24 #0 6.553 Get:115 http://deb.debian.org/debian bullseye/main arm64 fakeroot arm64 1.25.3-1.1 [86.8 kB]
11:59:24 #0 6.554 Get:116 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB]
11:59:24 #0 6.555 Get:117 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u2 [540 kB]
11:59:24 #0 6.559 Get:118 http://deb.debian.org/debian-security bullseye-security/main arm64 libksba8 arm64 1.5.0-3+deb11u2 [115 kB]
11:59:24 #0 6.560 Get:119 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
11:59:24 #0 6.560 Get:120 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u2 [743 kB]
11:59:24 #0 6.564 Get:121 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
11:59:24 #0 6.575 Get:122 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u2 [864 kB]
11:59:24 #0 6.582 Get:123 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u2 [884 kB]
11:59:24 #0 6.591 Get:124 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB]
11:59:24 #0 6.592 Get:125 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u2 [651 kB]
11:59:24 #0 6.595 Get:126 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u2 [517 kB]
11:59:24 #0 6.598 Get:127 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u2 [510 kB]
11:59:24 #0 6.601 Get:128 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u2 [627 kB]
11:59:24 #0 6.626 Get:129 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u2 [825 kB]
11:59:24 #0 6.626 Get:130 http://deb.debian.org/debian bullseye/main arm64 libfile-dirlist-perl all 0.05-2 [7444 B]
11:59:24 #0 6.626 Get:131 http://deb.debian.org/debian bullseye/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
11:59:24 #0 6.626 Get:132 http://deb.debian.org/debian bullseye/main arm64 libfile-homedir-perl all 1.006-1 [43.8 kB]
11:59:24 #0 6.626 Get:133 http://deb.debian.org/debian bullseye/main arm64 libfile-touch-perl all 0.11-1 [9254 B]
11:59:24 #0 6.628 Get:134 http://deb.debian.org/debian bullseye/main arm64 libio-pty-perl arm64 1:1.15-2 [36.0 kB]
11:59:24 #0 6.629 Get:135 http://deb.debian.org/debian bullseye/main arm64 libipc-run-perl all 20200505.0-1 [102 kB]
11:59:24 #0 6.630 Get:136 http://deb.debian.org/debian bullseye/main arm64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
11:59:24 #0 6.630 Get:137 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b3 [11.2 kB]
11:59:24 #0 6.631 Get:138 http://deb.debian.org/debian bullseye/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
11:59:24 #0 6.631 Get:139 http://deb.debian.org/debian bullseye/main arm64 libdevel-callchecker-perl arm64 0.008-1+b2 [15.8 kB]
11:59:24 #0 6.631 Get:140 http://deb.debian.org/debian bullseye/main arm64 libparams-classify-perl arm64 0.015-1+b3 [25.5 kB]
11:59:24 #0 6.631 Get:141 http://deb.debian.org/debian bullseye/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:59:24 #0 6.632 Get:142 http://deb.debian.org/debian bullseye/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
11:59:24 #0 6.632 Get:143 http://deb.debian.org/debian bullseye/main arm64 librole-tiny-perl all 2.002004-1 [21.4 kB]
11:59:24 #0 6.633 Get:144 http://deb.debian.org/debian bullseye/main arm64 libstrictures-perl all 2.000006-1 [18.6 kB]
11:59:24 #0 6.633 Get:145 http://deb.debian.org/debian bullseye/main arm64 libsub-quote-perl all 2.006006-1 [21.0 kB]
11:59:24 #0 6.636 Get:146 http://deb.debian.org/debian bullseye/main arm64 libmoo-perl all 2.004004-1 [59.9 kB]
11:59:24 #0 6.642 Get:147 http://deb.debian.org/debian bullseye/main arm64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
11:59:24 #0 6.642 Get:148 http://deb.debian.org/debian bullseye/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB]
11:59:24 #0 6.642 Get:149 http://deb.debian.org/debian bullseye/main arm64 libhttp-date-perl all 6.05-1 [10.4 kB]
11:59:24 #0 6.643 Get:150 http://deb.debian.org/debian bullseye/main arm64 libfile-listing-perl all 6.14-1 [12.4 kB]
11:59:24 #0 6.644 Get:151 http://deb.debian.org/debian bullseye/main arm64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
11:59:24 #0 6.645 Get:152 http://deb.debian.org/debian bullseye/main arm64 liburi-perl all 5.08-1 [90.6 kB]
11:59:24 #0 6.645 Get:153 http://deb.debian.org/debian bullseye/main arm64 libhtml-parser-perl arm64 3.75-1+b1 [103 kB]
11:59:24 #0 6.646 Get:154 http://deb.debian.org/debian bullseye/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
11:59:24 #0 6.648 Get:155 http://deb.debian.org/debian bullseye/main arm64 libio-html-perl all 1.004-2 [16.1 kB]
11:59:24 #0 6.649 Get:156 http://deb.debian.org/debian bullseye/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
11:59:24 #0 6.649 Get:157 http://deb.debian.org/debian bullseye/main arm64 libhttp-message-perl all 6.28-1 [79.6 kB]
11:59:24 #0 6.650 Get:158 http://deb.debian.org/debian bullseye/main arm64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:59:24 #0 6.650 Get:159 http://deb.debian.org/debian bullseye/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:59:24 #0 6.651 Get:160 http://deb.debian.org/debian bullseye/main arm64 perl-openssl-defaults arm64 5 [7360 B]
11:59:24 #0 6.657 Get:161 http://deb.debian.org/debian bullseye/main arm64 libnet-ssleay-perl arm64 1.88-3+b1 [316 kB]
11:59:24 #0 6.657 Get:162 http://deb.debian.org/debian bullseye/main arm64 libio-socket-ssl-perl all 2.069-1 [215 kB]
11:59:24 #0 6.657 Get:163 http://deb.debian.org/debian bullseye/main arm64 libnet-http-perl all 6.20-1 [25.1 kB]
11:59:24 #0 6.658 Get:164 http://deb.debian.org/debian bullseye/main arm64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:59:24 #0 6.658 Get:165 http://deb.debian.org/debian bullseye/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
11:59:24 #0 6.658 Get:166 http://deb.debian.org/debian bullseye/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:59:24 #0 6.658 Get:167 http://deb.debian.org/debian bullseye/main arm64 libwww-perl all 6.52-1 [192 kB]
11:59:24 #0 6.658 Get:168 http://deb.debian.org/debian bullseye/main arm64 patchutils arm64 0.4.2-1 [73.5 kB]
11:59:24 #0 6.658 Get:169 http://deb.debian.org/debian bullseye/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
11:59:24 #0 6.663 Get:170 http://deb.debian.org/debian bullseye/main arm64 devscripts arm64 2.21.3+deb11u1 [1092 kB]
11:59:24 #0 6.668 Get:171 http://deb.debian.org/debian bullseye/main arm64 diffstat arm64 1.64-1 [34.6 kB]
11:59:24 #0 6.669 Get:172 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u3 [7812 B]
11:59:24 #0 6.670 Get:173 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:59:24 #0 6.671 Get:174 http://deb.debian.org/debian bullseye/main arm64 python3-chardet all 4.0.0-1 [99.0 kB]
11:59:24 #0 6.672 Get:175 http://deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
11:59:24 #0 6.673 Get:176 http://deb.debian.org/debian bullseye/main arm64 python3-debian all 0.1.39 [80.1 kB]
11:59:24 #0 6.674 Get:177 http://deb.debian.org/debian bullseye/main arm64 libgpgme11 arm64 1.14.0-1+b2 [267 kB]
11:59:24 #0 6.676 Get:178 http://deb.debian.org/debian bullseye/main arm64 python3-gpg arm64 1.14.0-1+b2 [324 kB]
11:59:24 #0 6.680 Get:179 http://deb.debian.org/debian bullseye/main arm64 dput all 1.1.0 [56.5 kB]
11:59:24 #0 6.681 Get:180 http://deb.debian.org/debian bullseye/main arm64 equivs all 2.3.1 [22.7 kB]
11:59:24 #0 6.683 Get:181 http://deb.debian.org/debian bullseye/main arm64 fonts-dejavu-core all 2.37-2 [1069 kB]
11:59:24 #0 6.697 Get:182 http://deb.debian.org/debian bullseye/main arm64 fontconfig-config all 2.13.1-4.2 [281 kB]
11:59:24 #0 6.699 Get:183 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u5 [321 kB]
11:59:24 #0 6.700 Get:184 http://deb.debian.org/debian bullseye/main arm64 liberror-perl all 0.17029-1 [31.0 kB]
11:59:24 #0 6.702 Get:185 http://deb.debian.org/debian-security bullseye-security/main arm64 git-man all 1:2.30.2-1+deb11u1 [1829 kB]
11:59:24 #0 6.710 Get:186 http://deb.debian.org/debian-security bullseye-security/main arm64 git arm64 1:2.30.2-1+deb11u1 [5431 kB]
11:59:24 #0 6.741 Get:187 http://deb.debian.org/debian bullseye/main arm64 iso-codes all 4.6.0-1 [2824 kB]
11:59:24 #10 6.762 Get:188 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
11:59:24 #10 6.762 Get:189 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6+b1 [11.7 kB]
11:59:24 #10 6.762 Get:190 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:59:24 #10 6.764 Get:191 http://deb.debian.org/debian bullseye/main arm64 libaliased-perl all 0.34-1.1 [14.1 kB]
11:59:24 #10 6.764 Get:192 http://deb.debian.org/debian bullseye/main arm64 libapt-pkg-perl arm64 0.1.39 [69.4 kB]
11:59:24 #10 6.765 Get:193 http://deb.debian.org/debian bullseye/main arm64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
11:59:24 #10 6.765 Get:194 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
11:59:24 #10 6.767 Get:195 http://deb.debian.org/debian bullseye/main arm64 libarray-intspan-perl all 2.004-1 [25.5 kB]
11:59:24 #10 6.767 Get:196 http://deb.debian.org/debian bullseye/main arm64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
11:59:24 #10 6.767 Get:197 http://deb.debian.org/debian bullseye/main arm64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
11:59:24 #10 6.768 Get:198 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:59:24 #10 6.768 Get:199 http://deb.debian.org/debian bullseye/main arm64 libvariable-magic-perl arm64 0.62-1+b3 [44.2 kB]
11:59:24 #10 6.769 Get:200 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
11:59:24 #10 6.771 Get:201 http://deb.debian.org/debian bullseye/main arm64 libpng16-16 arm64 1.6.37-3 [289 kB]
11:59:24 #10 6.773 Get:202 http://deb.debian.org/debian bullseye/main arm64 libfreetype6 arm64 2.10.4+dfsg-1+deb11u1 [393 kB]
11:59:24 #10 6.775 Get:203 http://deb.debian.org/debian bullseye/main arm64 libfontconfig1 arm64 2.13.1-4.2 [344 kB]
11:59:24 #10 6.777 Get:204 http://deb.debian.org/debian bullseye/main arm64 libjpeg62-turbo arm64 1:2.0.6-4 [133 kB]
11:59:24 #10 6.779 Get:205 http://deb.debian.org/debian bullseye/main arm64 libdeflate0 arm64 1.7-1 [47.7 kB]
11:59:24 #10 6.780 Get:206 http://deb.debian.org/debian bullseye/main arm64 libjbig0 arm64 2.1-3.1+b2 [27.8 kB]
11:59:24 #10 6.781 Get:207 http://deb.debian.org/debian bullseye/main arm64 libwebp6 arm64 0.6.1-2.1 [244 kB]
11:59:24 #10 6.792 Get:208 http://deb.debian.org/debian-security bullseye-security/main arm64 libtiff5 arm64 4.2.0-1+deb11u3 [277 kB]
11:59:24 #10 6.792 Get:209 http://deb.debian.org/debian bullseye/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
11:59:24 #10 6.794 Get:210 http://deb.debian.org/debian bullseye/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
11:59:24 #10 6.798 Get:211 http://deb.debian.org/debian bullseye/main arm64 libxcb1 arm64 1.14-3 [138 kB]
11:59:24 #10 6.799 Get:212 http://deb.debian.org/debian bullseye/main arm64 libx11-data all 2:1.7.2-1 [311 kB]
11:59:24 #10 6.802 Get:213 http://deb.debian.org/debian bullseye/main arm64 libx11-6 arm64 2:1.7.2-1 [748 kB]
11:59:24 #10 6.808 Get:214 http://deb.debian.org/debian bullseye/main arm64 libxpm4 arm64 1:3.5.12-1 [43.9 kB]
11:59:24 #10 6.808 Get:215 http://deb.debian.org/debian bullseye/main arm64 libgd3 arm64 2.3.0-2 [127 kB]
11:59:24 #10 6.809 Get:216 http://deb.debian.org/debian bullseye/main arm64 libc-devtools arm64 2.31-13+deb11u5 [245 kB]
11:59:24 #10 6.822 Get:217 http://deb.debian.org/debian bullseye/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
11:59:24 #10 6.823 Get:218 http://deb.debian.org/debian bullseye/main arm64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
11:59:24 #10 6.823 Get:219 http://deb.debian.org/debian bullseye/main arm64 libclass-inspector-perl all 1.36-1 [19.6 kB]
11:59:24 #10 6.823 Get:220 http://deb.debian.org/debian bullseye/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b7 [36.9 kB]
11:59:24 #10 6.824 Get:221 http://deb.debian.org/debian bullseye/main arm64 libclone-perl arm64 0.45-1+b1 [15.3 kB]
11:59:24 #10 6.824 Get:222 http://deb.debian.org/debian bullseye/main arm64 libcommon-sense-perl arm64 3.75-1+b4 [24.6 kB]
11:59:24 #10 6.829 Get:223 http://deb.debian.org/debian bullseye/main arm64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
11:59:24 #10 6.829 Get:224 http://deb.debian.org/debian bullseye/main arm64 libparams-util-perl arm64 1.102-1+b1 [25.3 kB]
11:59:24 #10 6.829 Get:225 http://deb.debian.org/debian bullseye/main arm64 libsub-install-perl all 0.928-1.1 [10.8 kB]
11:59:24 #10 6.829 Get:226 http://deb.debian.org/debian bullseye/main arm64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
11:59:24 #10 6.829 Get:227 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
11:59:24 #10 6.829 Get:228 http://deb.debian.org/debian bullseye/main arm64 libconst-fast-perl all 0.014-1.1 [8552 B]
11:59:24 #10 6.829 Get:229 http://deb.debian.org/debian bullseye/main arm64 libwant-perl arm64 0.29-1+b6 [28.4 kB]
11:59:24 #10 6.829 Get:230 http://deb.debian.org/debian bullseye/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
11:59:24 #10 6.829 Get:231 http://deb.debian.org/debian bullseye/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
11:59:24 #10 6.829 Get:232 http://deb.debian.org/debian bullseye/main arm64 libcpanel-json-xs-perl arm64 4.25-1+b1 [127 kB]
11:59:24 #10 6.831 Get:233 http://deb.debian.org/debian bullseye/main arm64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
11:59:24 #10 6.833 Get:234 http://deb.debian.org/debian bullseye/main arm64 libexception-class-perl all 1.44-1 [32.3 kB]
11:59:24 #10 6.833 Get:235 http://deb.debian.org/debian bullseye/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
11:59:24 #10 6.834 Get:236 http://deb.debian.org/debian bullseye/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
11:59:24 #10 6.834 Get:237 http://deb.debian.org/debian bullseye/main arm64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
11:59:24 #10 6.835 Get:238 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-xs-perl arm64 0.430-2 [36.8 kB]
11:59:24 #10 6.837 Get:239 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
11:59:24 #10 6.838 Get:240 http://deb.debian.org/debian bullseye/main arm64 libdata-dpath-perl all 0.58-1 [43.5 kB]
11:59:24 #10 6.838 Get:241 http://deb.debian.org/debian bullseye/main arm64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
11:59:24 #10 6.839 Get:242 http://deb.debian.org/debian bullseye/main arm64 libdata-messagepack-perl arm64 1.00-4+b1 [37.6 kB]
11:59:24 #10 6.842 Get:243 http://deb.debian.org/debian bullseye/main arm64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
11:59:24 #10 6.842 Get:244 http://deb.debian.org/debian bullseye/main arm64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
11:59:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 15.73MB / 45.92MB 1.8s
11:59:24 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 4.19MB / 9.35MB 1.8s
11:59:24 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 5.24MB / 9.35MB 1.9s
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 48.23MB / 53.32MB 6.2s
11:59:24 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 7.34MB / 116.78MB 6.2s
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 35.65MB / 47.40MB 6.1s
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 25.42MB / 53.32MB 6.1s
11:59:24 #8 extracting sha256:f8abe101a0a98826561bb26c009b7870df987b16c301868a1029a401a5258a97 1.5s done
11:59:24 #8 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 0.1s
11:59:24 #13 61.35   Updating   : systemd-219-78.el7_9.7.aarch64                              4/65 
11:59:24 #13 61.89 Failed to get D-Bus connection: Operation not permitted
11:59:24 #9 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.0s done
11:59:24 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0.1s
11:59:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 42.99MB / 45.92MB 5.4s
11:59:24 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 5.4s
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 11.53MB / 47.40MB 5.4s
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 9.44MB / 53.32MB 5.9s
11:59:24 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 13.63MB / 116.78MB 6.2s
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 12.58MB / 53.32MB 6.2s
11:59:24 #11 8.478 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:59:24 #11 8.524 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB]
11:59:24 #11 8.527 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:59:24 #11 8.614 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
11:59:24 #11 8.617 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
11:59:24 #11 8.617 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
11:59:24 #11 8.621 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
11:59:24 #11 8.621 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
11:59:24 #11 8.628 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.5 [549 kB]
11:59:24 #11 8.653 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:59:24 #11 8.732 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.6 [387 kB]
11:59:24 #7 ...
11:59:24 
11:59:24 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:24 #0 1.070 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
11:59:24 #0 1.142 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
11:59:24 #0 1.158 Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
11:59:24 #0 1.186 Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
11:59:24 #0 1.268 Get:5 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
11:59:24 #0 1.634 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
11:59:24 #0 1.677 Get:7 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
11:59:24 #0 1.693 Get:8 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
11:59:24 #0 1.700 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1083 kB]
11:59:24 #0 1.735 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8978 B]
11:59:24 #0 1.742 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1008 kB]
11:59:24 #0 1.764 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [734 kB]
11:59:24 #0 1.870 Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [22.4 kB]
11:59:24 #0 1.884 Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [49.0 kB]
11:59:24 #0 2.057 Get:15 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [754 kB]
11:59:24 #0 2.363 Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [799 kB]
11:59:24 #0 2.413 Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [5557 B]
11:59:24 #0 2.414 Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB]
11:59:24 #0 3.533 Fetched 25.4 MB in 3s (9298 kB/s)
11:59:24 #0 3.533 Reading package lists...
11:59:24 #0 4.694 Reading package lists...
11:59:24 #0 5.826 Building dependency tree...
11:59:24 #0 6.068 Reading state information...
11:59:24 #0 6.299 The following additional packages will be installed:
11:59:24 #0 6.300   autoconf automake autopoint autotools-dev binutils binutils-common
11:59:24 #0 6.300   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:59:24 #0 6.300   ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit dh-autoreconf
11:59:24 #0 6.300   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:59:24 #0 6.300   fakeroot file fontconfig-config fonts-dejavu-core g++ g++-11 gcc gcc-11
11:59:24 #0 6.300   gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
11:59:24 #0 6.300   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:59:24 #0 6.300   intltool-debian iso-codes less libalgorithm-diff-perl
11:59:24 #0 6.300   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:59:24 #0 6.300   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:24 #0 6.300   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:59:24 #0 6.300   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:24 #0 6.300   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:59:24 #0 6.301   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:59:24 #0 6.301   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:24 #0 6.301   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:24 #0 6.301   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:59:24 #0 6.301   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:24 #0 6.301   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:59:24 #0 6.301   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:59:24 #0 6.301   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:59:24 #0 6.301   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:59:24 #0 6.301   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:59:24 #0 6.301   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:59:24 #0 6.301   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:59:24 #0 6.301   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:24 #0 6.301   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:24 #0 6.301   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:59:24 #0 6.301   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:59:24 #0 6.301   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:59:24 #0 6.301   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:59:24 #0 6.301   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:24 #0 6.301   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:24 #0 6.301   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:24 #0 6.301   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
11:59:24 #0 6.301   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
11:59:24 #0 6.301   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
11:59:24 #0 6.301   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:24 #0 6.301   libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
11:59:24 #0 6.301   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
11:59:24 #0 6.301   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:24 #0 6.301   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:24 #0 6.301   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:59:24 #0 6.301   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:24 #0 6.301   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:59:24 #0 6.301   libmath-base85-perl libmd0 libmodule-implementation-perl
11:59:24 #0 6.301   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
11:59:24 #0 6.301   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
11:59:24 #0 6.301   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:59:24 #0 6.301   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:59:24 #0 6.301   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:59:24 #0 6.302   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
11:59:24 #0 6.302   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:24 #0 6.302   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:59:24 #0 6.302   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:59:24 #0 6.302   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:59:24 #0 6.302   libpython3.10-minimal libpython3.10-stdlib libquadmath0
11:59:24 #0 6.302   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:24 #0 6.302   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:24 #0 6.302   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:24 #0 6.302   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:24 #0 6.302   libsereal-encoder-perl libset-intspan-perl libsigsegv2 libsocket6-perl
11:59:24 #0 6.302   libsort-versions-perl libsqlite3-0 libssh-4 libstdc++-11-dev
11:59:24 #0 6.302   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:24 #0 6.302   libstring-shellquote-perl libsub-exporter-perl
11:59:24 #0 6.302   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:24 #0 6.302   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:24 #0 6.303   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:59:24 #0 6.303   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:59:24 #0 6.303   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:59:24 #0 6.303   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
11:59:24 #0 6.303   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:59:24 #0 6.303   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
11:59:24 #0 6.303   libvariable-magic-perl libwant-perl libwebp7 libwww-perl
11:59:24 #0 6.303   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:24 #0 6.303   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:24 #0 6.303   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:59:24 #0 6.303   libxpm4 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl
11:59:24 #0 6.303   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
11:59:24 #0 6.303   m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:59:24 #0 6.303   openssl patch patchutils perl perl-modules-5.34 perl-openssl-defaults
11:59:24 #0 6.303   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:59:24 #0 6.303   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:59:24 #0 6.303   python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:24 #0 6.303   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:24 #0 6.303   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
11:59:24 #0 6.304   ucf unzip wdiff xauth xz-utils zstd
11:59:24 #0 6.305 Suggested packages:
11:59:24 #0 6.305   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:59:24 #0 6.305   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
11:59:24 #0 6.305   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
11:59:24 #0 6.305   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
11:59:24 #0 6.305   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:24 #0 6.305   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:59:24 #0 6.305   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:59:24 #0 6.305   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:59:24 #0 6.305   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
11:59:24 #0 6.305   g++-multilib g++-11-multilib gcc-11-doc gcc-multilib flex bison gdb gcc-doc
11:59:24 #0 6.305   gcc-11-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:59:24 #0 6.305   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
11:59:24 #0 6.305   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:59:24 #0 6.305   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
11:59:24 #0 6.305   libtool-doc libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
11:59:24 #0 6.306   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:59:24 #0 6.306   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:59:24 #0 6.306   libstdc++-11-doc libbareword-filehandles-perl libindirect-perl
11:59:24 #0 6.306   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:59:24 #0 6.306   libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
11:59:24 #0 6.306   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:24 #0 6.306   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:59:24 #0 6.306   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:59:24 #0 6.306   libterm-readline-gnu-perl | libterm-readline-perl-perl
11:59:24 #0 6.306   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:59:24 #0 6.306   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:59:24 #0 6.306   python3-cryptography python3-openssl python3-socks python-requests-doc
11:59:24 #0 6.306   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
11:59:24 #0 6.732 The following NEW packages will be installed:
11:59:24 #0 6.732   autoconf automake autopoint autotools-dev binutils binutils-common
11:59:24 #0 6.733   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:59:24 #0 6.733   ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit devscripts
11:59:24 #0 6.733   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:24 #0 6.733   dpkg-dev dput dwz equivs fakeroot file fontconfig-config fonts-dejavu-core
11:59:24 #0 6.733   g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git git-man gnupg
11:59:24 #0 6.733   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
11:59:24 #0 6.733   gpgsm groff-base intltool-debian iso-codes less libalgorithm-diff-perl
11:59:24 #0 6.733   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:59:24 #0 6.733   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:24 #0 6.733   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:59:24 #0 6.733   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:24 #0 6.733   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:59:24 #0 6.734   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:59:24 #0 6.734   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:24 #0 6.734   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:24 #0 6.734   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:59:24 #0 6.734   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:24 #0 6.734   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:59:24 #0 6.734   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:59:24 #0 6.734   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:59:24 #0 6.734   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:59:24 #0 6.734   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:59:24 #0 6.734   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:59:24 #0 6.734   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:59:24 #0 6.734   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:24 #0 6.734   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:24 #0 6.734   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:59:24 #0 6.734   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:59:24 #0 6.734   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:59:24 #0 6.734   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:59:24 #0 6.734   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:24 #0 6.734   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:24 #0 6.734   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:24 #0 6.734   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
11:59:24 #0 6.734   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
11:59:24 #0 6.734   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
11:59:24 #0 6.734   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:24 #0 6.734   libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
11:59:24 #0 6.734   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
11:59:24 #0 6.734   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:24 #0 6.734   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:24 #0 6.734   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:59:24 #0 6.734   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:24 #0 6.734   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:59:24 #0 6.735   libmath-base85-perl libmd0 libmodule-implementation-perl
11:59:24 #0 6.735   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
11:59:24 #0 6.735   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
11:59:24 #0 6.735   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:59:24 #0 6.735   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:59:24 #0 6.735   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:59:24 #0 6.735   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
11:59:24 #0 6.735   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:24 #0 6.735   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:59:24 #0 6.735   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:59:24 #0 6.735   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:59:24 #0 6.735   libpython3.10-minimal libpython3.10-stdlib libquadmath0
11:59:24 #0 6.735   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:24 #0 6.735   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:24 #0 6.735   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:24 #0 6.735   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:24 #0 6.735   libsereal-encoder-perl libset-intspan-perl libsigsegv2 libsocket6-perl
11:59:24 #0 6.736   libsort-versions-perl libsqlite3-0 libssh-4 libstdc++-11-dev
11:59:24 #0 6.736   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:24 #0 6.736   libstring-shellquote-perl libsub-exporter-perl
11:59:24 #0 6.736   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:24 #0 6.736   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:24 #0 6.736   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:59:24 #0 6.736   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:59:24 #0 6.736   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:59:24 #0 6.736   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
11:59:24 #0 6.736   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:59:24 #0 6.736   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
11:59:24 #0 6.736   libvariable-magic-perl libwant-perl libwebp7 libwww-perl
11:59:24 #0 6.736   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:24 #0 6.736   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:24 #0 6.736   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:59:24 #0 6.736   libxpm4 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl
11:59:24 #0 6.736   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
11:59:24 #0 6.736   m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:59:24 #0 6.736   openssl patch patchutils perl perl-modules-5.34 perl-openssl-defaults
11:59:24 #0 6.737   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:59:24 #0 6.737   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:59:24 #0 6.737   python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:24 #0 6.737   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:24 #0 6.737   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
11:59:24 #0 6.737   ucf unzip wdiff xauth xz-utils zstd
11:59:24 #0 7.054 0 upgraded, 371 newly installed, 0 to remove and 4 not upgraded.
11:59:24 #0 7.054 Need to get 132 MB of archives.
11:59:24 #0 7.054 After this operation, 475 MB of additional disk space will be used.
11:59:24 #0 7.054 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB]
11:59:24 #0 7.079 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:59:24 #0 7.143 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.2 [91.0 kB]
11:59:24 #0 7.146 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:59:24 #0 7.177 Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB]
11:59:24 #0 7.178 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB]
11:59:24 #0 7.179 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
11:59:24 #0 7.184 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB]
11:59:24 #0 7.184 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB]
11:59:24 #0 7.187 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.1 [641 kB]
11:59:24 #0 7.196 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:59:24 #0 7.223 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.6-1~22.04.2 [497 kB]
11:59:24 #0 7.232 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B]
11:59:24 #0 7.233 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB]
11:59:24 #0 7.234 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1.1 [2976 kB]
11:59:24 #0 7.278 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
11:59:24 #0 7.310 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
11:59:24 #0 7.311 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1.1 [4819 kB]
11:59:24 #0 7.422 Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 perl amd64 5.34.0-3ubuntu1.1 [232 kB]
11:59:24 #0 7.422 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.7 [1183 kB]
11:59:24 #0 7.436 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
11:59:24 #0 7.439 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.2 [5160 B]
11:59:24 #0 7.440 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3459 kB]
11:59:24 #0 7.522 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 less amd64 590-1build1 [143 kB]
11:59:24 #0 7.523 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB]
11:59:24 #0 7.524 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB]
11:59:24 #0 7.525 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB]
11:59:24 #0 7.526 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB]
11:59:24 #11 7.702 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.2 [764 kB]
11:59:24 #11 7.705 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB]
11:59:24 #11 7.707 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
11:59:24 #11 7.708 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB]
11:59:24 #11 7.709 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0 [15.2 kB]
11:59:24 #11 7.710 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0 [164 kB]
11:59:24 #11 7.713 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:59:24 #11 7.715 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB]
11:59:24 #11 7.717 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 bsdextrautils amd64 2.37.2-4ubuntu3 [71.1 kB]
11:59:24 #11 7.719 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmagic-mgc amd64 1:5.41-3 [257 kB]
11:59:24 #11 7.723 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmagic1 amd64 1:5.41-3 [87.2 kB]
11:59:24 #11 7.731 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 file amd64 1:5.41-3 [21.5 kB]
11:59:24 #11 7.732 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu4 [37.8 kB]
11:59:24 #11 7.733 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB]
11:59:24 #11 7.735 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 groff-base amd64 1.22.4-8build1 [955 kB]
11:59:24 #11 7.749 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB]
11:59:24 #11 7.750 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB]
11:59:24 #11 7.752 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB]
11:59:24 #11 7.754 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build3 [76.3 kB]
11:59:24 #11 7.756 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB]
11:59:24 #11 7.757 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB]
11:59:24 #11 7.760 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
11:59:24 #11 7.762 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
11:59:24 #11 7.763 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
11:59:24 #11 7.768 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB]
11:59:24 #11 7.770 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libx11-data all 2:1.7.5-1 [119 kB]
11:59:24 #11 7.772 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libx11-6 amd64 2:1.7.5-1 [666 kB]
11:59:24 #11 7.783 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB]
11:59:24 #11 7.784 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB]
11:59:24 #11 7.785 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 man-db amd64 2.10.2-1 [1187 kB]
11:59:24 #11 7.803 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB]
11:59:24 #9 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.0s done
11:59:24 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 0.1s
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 6.2s done
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 50.33MB / 53.32MB 6.3s
11:59:24 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 0B / 126B 6.3s
11:59:24 #10 8.278 Get:223 http://deb.debian.org/debian buster/main arm64 libconst-fast-perl all 0.014-1 [8250 B]
11:59:24 #10 8.278 Get:224 http://deb.debian.org/debian buster/main arm64 libwant-perl arm64 0.29-1+b4 [28.5 kB]
11:59:24 #10 8.279 Get:225 http://deb.debian.org/debian buster/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
11:59:24 #10 8.280 Get:226 http://deb.debian.org/debian buster/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
11:59:24 #10 8.280 Get:227 http://deb.debian.org/debian buster/main arm64 libdata-dump-perl all 1.23-1 [29.5 kB]
11:59:24 #10 8.281 Get:228 http://deb.debian.org/debian buster/main arm64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
11:59:24 #10 8.281 Get:229 http://deb.debian.org/debian buster/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
11:59:24 #10 8.281 Get:230 http://deb.debian.org/debian buster/main arm64 libdistro-info-perl all 0.21 [6696 B]
11:59:24 #10 8.282 Get:231 http://deb.debian.org/debian buster/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
11:59:24 #10 8.283 Get:232 http://deb.debian.org/debian buster/main arm64 libmailtools-perl all 2.18-1 [88.5 kB]
11:59:24 #10 8.284 Get:233 http://deb.debian.org/debian buster/main arm64 libnet-ip-perl all 1.26-2 [29.0 kB]
11:59:24 #10 8.285 Get:234 http://deb.debian.org/debian buster/main arm64 libnet-dns-perl all 1.19-1 [372 kB]
11:59:24 #10 8.288 Get:235 http://deb.debian.org/debian buster/main arm64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
11:59:24 #10 8.289 Get:236 http://deb.debian.org/debian buster/main arm64 libemail-valid-perl all 1.202-1 [23.0 kB]
11:59:24 #10 8.289 Get:237 http://deb.debian.org/debian buster/main arm64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
11:59:24 #10 8.290 Get:238 http://deb.debian.org/debian buster/main arm64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
11:59:24 #10 8.293 Get:239 http://deb.debian.org/debian buster/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
11:59:24 #10 8.293 Get:240 http://deb.debian.org/debian buster/main arm64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
11:59:24 #10 8.293 Get:241 http://deb.debian.org/debian buster/main arm64 libfile-fcntllock-perl arm64 0.22-3+b5 [35.5 kB]
11:59:24 #10 8.294 Get:242 http://deb.debian.org/debian buster/main arm64 libfont-afm-perl all 1.20-2 [13.6 kB]
11:59:24 #10 8.294 Get:243 http://deb.debian.org/debian buster/main arm64 libfribidi0 arm64 1.0.5-3.1+deb10u2 [63.8 kB]
11:59:24 #10 8.294 Get:244 http://deb.debian.org/debian buster/main arm64 libfuture-perl all 0.39-1 [74.5 kB]
11:59:24 #10 8.322 Get:245 http://deb.debian.org/debian buster/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
11:59:24 #10 8.323 Get:246 http://deb.debian.org/debian buster/main arm64 libparams-validate-perl arm64 1.29-1+b1 [66.3 kB]
11:59:24 #10 8.324 Get:247 http://deb.debian.org/debian buster/main arm64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
11:59:24 #10 8.324 Get:248 http://deb.debian.org/debian buster/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
11:59:24 #10 8.324 Get:249 http://deb.debian.org/debian buster/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
11:59:24 #10 8.325 Get:250 http://deb.debian.org/debian buster/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
11:59:24 #10 8.327 Get:251 http://deb.debian.org/debian buster/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
11:59:24 #10 8.328 Get:252 http://deb.debian.org/debian buster/main arm64 libjson-perl all 4.02000-1 [88.8 kB]
11:59:24 #10 8.329 Get:253 http://deb.debian.org/debian buster/main arm64 liblog-any-perl all 1.707-1 [65.2 kB]
11:59:24 #10 8.330 Get:254 http://deb.debian.org/debian buster/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
11:59:24 #10 8.331 Get:255 http://deb.debian.org/debian buster/main arm64 libpackage-stash-perl all 0.38-1 [21.7 kB]
11:59:24 #10 8.332 Get:256 http://deb.debian.org/debian buster/main arm64 libsub-identify-perl arm64 0.14-1+b1 [12.0 kB]
11:59:24 #10 8.334 Get:257 http://deb.debian.org/debian buster/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
11:59:24 #10 8.335 Get:258 http://deb.debian.org/debian buster/main arm64 libpath-tiny-perl all 0.108-1 [53.3 kB]
11:59:24 #10 8.340 Get:259 http://deb.debian.org/debian buster/main arm64 libtype-tiny-perl all 1.004004-1 [266 kB]
11:59:24 #10 8.353 Get:260 http://deb.debian.org/debian buster/main arm64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
11:59:24 #10 8.357 Get:261 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-data all 2.58.3-2+deb10u4 [1110 kB]
11:59:24 #10 8.364 Get:262 http://deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
11:59:24 #10 8.366 Get:263 http://deb.debian.org/debian buster/main arm64 libidn11 arm64 1.33-2.2 [113 kB]
11:59:24 #10 8.367 Get:264 http://deb.debian.org/debian buster/main arm64 libntlm0 arm64 1.5-1+deb10u1 [23.6 kB]
11:59:24 #10 8.367 Get:265 http://deb.debian.org/debian buster/main arm64 libgsasl7 arm64 1.8.0-8+deb10u1 [203 kB]
11:59:24 #10 8.369 Get:266 http://deb.debian.org/debian buster/main arm64 libhtml-form-perl all 6.03-1 [23.9 kB]
11:59:24 #10 8.370 Get:267 http://deb.debian.org/debian buster/main arm64 libhtml-format-perl all 2.12-1 [43.5 kB]
11:59:24 #10 8.371 Get:268 http://deb.debian.org/debian-security buster/updates/main arm64 libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB]
11:59:24 #10 8.372 Get:269 http://deb.debian.org/debian buster/main arm64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
11:59:24 #10 8.373 Get:270 http://deb.debian.org/debian buster/main arm64 libio-async-perl all 0.72-1 [262 kB]
11:59:24 #10 8.379 Get:271 http://deb.debian.org/debian buster/main arm64 libio-sessiondata-perl all 1.03-1 [5782 B]
11:59:24 #10 8.380 Get:272 http://deb.debian.org/debian buster/main arm64 libio-string-perl all 1.08-3 [12.3 kB]
11:59:24 #10 8.382 Get:273 http://deb.debian.org/debian buster/main arm64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
11:59:24 #10 8.382 Get:274 http://deb.debian.org/debian buster/main arm64 libjson-xs-perl arm64 3.040-1+b1 [90.2 kB]
11:59:24 #10 8.384 Get:275 http://deb.debian.org/debian buster/main arm64 liblzo2-2 arm64 2.10-0.1 [49.0 kB]
11:59:24 #10 8.385 Get:276 http://deb.debian.org/debian buster/main arm64 libkyotocabinet16v5 arm64 1.2.76-4.2+b1 [267 kB]
11:59:24 #10 8.388 Get:277 http://deb.debian.org/debian buster/main arm64 liblist-compare-perl all 0.53-1 [68.9 kB]
11:59:24 #10 8.389 Get:278 http://deb.debian.org/debian buster/main arm64 liblist-moreutils-perl arm64 0.416-1+b4 [62.4 kB]
11:59:24 #10 8.390 Get:279 http://deb.debian.org/debian buster/main arm64 libltdl-dev arm64 2.4.6-9 [162 kB]
11:59:24 #10 8.392 Get:280 http://deb.debian.org/debian buster/main arm64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
11:59:24 #10 8.393 Get:281 http://deb.debian.org/debian buster/main arm64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
11:59:24 #10 8.395 Get:282 http://deb.debian.org/debian buster/main arm64 mailutils-common all 1:3.5-4 [689 kB]
11:59:24 #10 8.403 Get:283 http://deb.debian.org/debian buster/main arm64 mysql-common all 5.8+1.0.5 [7324 B]
11:59:24 #10 8.404 Get:284 http://deb.debian.org/debian-security buster/updates/main arm64 mariadb-common all 1:10.3.36-0+deb10u2 [33.2 kB]
11:59:24 #10 8.404 Get:285 http://deb.debian.org/debian-security buster/updates/main arm64 libmariadb3 arm64 1:10.3.36-0+deb10u2 [164 kB]
11:59:24 #10 8.406 Get:286 http://deb.debian.org/debian buster/main arm64 libpython2.7-minimal arm64 2.7.16-2+deb10u1 [395 kB]
11:59:24 #10 8.410 Get:287 http://deb.debian.org/debian buster/main arm64 libpython2.7-stdlib arm64 2.7.16-2+deb10u1 [1890 kB]
11:59:24 #10 8.431 Get:288 http://deb.debian.org/debian buster/main arm64 libpython2.7 arm64 2.7.16-2+deb10u1 [958 kB]
11:59:24 #10 8.445 Get:289 http://deb.debian.org/debian buster/main arm64 libmailutils5 arm64 1:3.5-4 [829 kB]
11:59:24 #10 8.449 Get:290 http://deb.debian.org/debian buster/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
11:59:24 #10 8.450 Get:291 http://deb.debian.org/debian buster/main arm64 libnet-dns-sec-perl arm64 1.11-1 [47.7 kB]
11:59:24 #10 8.453 Get:292 http://deb.debian.org/debian buster/main arm64 libnet-libidn-perl arm64 0.12.ds-3+b1 [18.7 kB]
11:59:24 #10 8.453 Get:293 http://deb.debian.org/debian buster/main arm64 libnumber-compare-perl all 0.03-1 [7642 B]
11:59:24 #10 8.453 Get:294 http://deb.debian.org/debian buster/main arm64 libnumber-range-perl all 0.12-1 [9274 B]
11:59:24 #10 8.453 Get:295 http://deb.debian.org/debian buster/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b7 [41.8 kB]
11:59:24 #10 8.453 Get:296 http://deb.debian.org/debian buster/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b7 [28.8 kB]
11:59:24 #10 8.457 Get:297 http://deb.debian.org/debian buster/main arm64 libpackage-stash-xs-perl arm64 0.29-1 [19.7 kB]
11:59:24 #10 8.457 Get:298 http://deb.debian.org/debian buster/main arm64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
11:59:24 #10 8.457 Get:299 http://deb.debian.org/debian buster/main arm64 libtext-glob-perl all 0.10-1 [8362 B]
11:59:24 #10 8.457 Get:300 http://deb.debian.org/debian buster/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
11:59:24 #10 8.459 Get:301 http://deb.debian.org/debian buster/main arm64 libperlio-gzip-perl arm64 0.19-1+b5 [17.2 kB]
11:59:24 #10 8.459 Get:302 http://deb.debian.org/debian buster/main arm64 libpod-constants-perl all 0.19-1 [16.9 kB]
11:59:24 #10 8.459 Get:303 http://deb.debian.org/debian buster/main arm64 libreadonly-perl all 2.050-1 [22.7 kB]
11:59:24 #10 8.471 Get:304 http://deb.debian.org/debian buster/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
11:59:24 #10 8.477 Get:305 http://deb.debian.org/debian buster/main arm64 libref-util-xs-perl arm64 0.117-1+b1 [13.8 kB]
11:59:24 #10 8.477 Get:306 http://deb.debian.org/debian buster/main arm64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
11:59:24 #10 8.478 Get:307 http://deb.debian.org/debian buster/main arm64 libsasl2-modules arm64 2.1.27+dfsg-1+deb10u2 [102 kB]
11:59:24 #10 8.480 Get:308 http://deb.debian.org/debian buster/main arm64 libsereal-decoder-perl arm64 4.005+ds-1+b1 [88.1 kB]
11:59:24 #10 8.481 Get:309 http://deb.debian.org/debian buster/main arm64 libsereal-encoder-perl arm64 4.005+ds-1+b1 [89.4 kB]
11:59:24 #10 8.483 Get:310 http://deb.debian.org/debian buster/main arm64 libsereal-perl all 4.005-1 [10.8 kB]
11:59:24 #10 8.484 Get:311 http://deb.debian.org/debian buster/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
11:59:24 #10 8.485 Get:312 http://deb.debian.org/debian buster/main arm64 libxml-parser-perl arm64 2.44-4 [212 kB]
11:59:24 #10 8.489 Get:313 http://deb.debian.org/debian buster/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
11:59:24 #10 8.490 Get:314 http://deb.debian.org/debian buster/main arm64 libsort-key-perl arm64 1.33-2+b1 [36.3 kB]
11:59:24 #10 8.491 Get:315 http://deb.debian.org/debian buster/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
11:59:24 #10 8.492 Get:316 http://deb.debian.org/debian buster/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
11:59:24 #10 8.493 Get:317 http://deb.debian.org/debian buster/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
11:59:24 #10 8.493 Get:318 http://deb.debian.org/debian buster/main arm64 libterm-readkey-perl arm64 2.38-1 [27.0 kB]
11:59:24 #10 8.495 Get:319 http://deb.debian.org/debian buster/main arm64 libtest-fatal-perl all 0.014-1 [11.9 kB]
11:59:24 #10 8.496 Get:320 http://deb.debian.org/debian buster/main arm64 libtest-refcount-perl all 0.08-3 [11.4 kB]
11:59:24 #10 8.497 Get:321 http://deb.debian.org/debian buster/main arm64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
11:59:24 #10 8.498 Get:322 http://deb.debian.org/debian buster/main arm64 libtype-tiny-xs-perl arm64 0.014-1+b1 [23.7 kB]
11:59:24 #10 8.500 Get:323 http://deb.debian.org/debian buster/main arm64 libunicode-utf8-perl arm64 0.62-1 [19.6 kB]
11:59:24 #10 8.501 Get:324 http://deb.debian.org/debian buster/main arm64 libwrap0 arm64 7.6.q-28 [58.4 kB]
11:59:24 #10 8.503 Get:325 http://deb.debian.org/debian buster/main arm64 libxau6 arm64 1:1.0.8-1+b2 [19.3 kB]
11:59:24 #10 8.503 Get:326 http://deb.debian.org/debian buster/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
11:59:24 #10 8.505 Get:327 http://deb.debian.org/debian buster/main arm64 libxcb1 arm64 1.13.1-2 [135 kB]
11:59:24 #10 8.506 Get:328 http://deb.debian.org/debian buster/main arm64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
11:59:24 #10 8.510 Get:329 http://deb.debian.org/debian buster/main arm64 libx11-6 arm64 2:1.6.7-1+deb10u2 [736 kB]
11:59:24 #10 8.518 Get:330 http://deb.debian.org/debian buster/main arm64 libxext6 arm64 2:1.3.3-1+b2 [48.6 kB]
11:59:24 #10 8.520 Get:331 http://deb.debian.org/debian buster/main arm64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
11:59:24 #10 8.520 Get:332 http://deb.debian.org/debian buster/main arm64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
11:59:24 #10 8.521 Get:333 http://deb.debian.org/debian buster/main arm64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
11:59:24 #10 8.522 Get:334 http://deb.debian.org/debian buster/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1 [334 kB]
11:59:24 #10 8.527 Get:335 http://deb.debian.org/debian buster/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
11:59:24 #10 8.527 Get:336 http://deb.debian.org/debian buster/main arm64 libxml-simple-perl all 2.25-1 [72.0 kB]
11:59:24 #10 8.529 Get:337 http://deb.debian.org/debian buster/main arm64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
11:59:24 #10 8.531 Get:338 http://deb.debian.org/debian buster/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
11:59:24 #10 8.531 Get:339 http://deb.debian.org/debian buster/main arm64 libyaml-0-2 arm64 0.2.1-1 [41.4 kB]
11:59:24 #10 8.531 Get:340 http://deb.debian.org/debian buster/main arm64 libyaml-libyaml-perl arm64 0.76+repack-1 [32.0 kB]
11:59:24 #10 8.532 Get:341 http://deb.debian.org/debian buster/main arm64 licensecheck all 3.0.31-3 [28.3 kB]
11:59:24 #10 8.533 Get:342 http://deb.debian.org/debian buster/main arm64 t1utils arm64 1.41-3 [59.7 kB]
11:59:24 #10 8.534 Get:343 http://deb.debian.org/debian buster/main arm64 lintian all 2.15.0 [1181 kB]
11:59:24 #10 8.549 Get:344 http://deb.debian.org/debian buster/main arm64 lsb-release all 10.2019051400 [27.5 kB]
11:59:24 #10 8.549 Get:345 http://deb.debian.org/debian buster/main arm64 mailutils arm64 1:3.5-4 [570 kB]
11:59:24 #10 8.557 Get:346 http://deb.debian.org/debian buster/main arm64 manpages-dev all 4.16-2 [2232 kB]
11:59:24 #10 8.585 Get:347 http://deb.debian.org/debian buster/main arm64 psmisc arm64 23.2-1+deb10u1 [123 kB]
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 6.0s done
11:59:24 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 6.0s done
11:59:24 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 45.09MB / 116.78MB 6.2s
11:59:24 #17 extracting sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 8.4s done
11:59:24 #17 extracting sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9
11:59:24 #17 extracting sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 0.2s done
11:59:24 #17 DONE 11.0s
11:59:24 
11:59:24 #19 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
11:59:24 #10 6.843 Get:245 http://deb.debian.org/debian bullseye/main arm64 libdevel-size-perl arm64 0.83-1+b2 [25.8 kB]
11:59:24 #10 6.844 Get:246 http://deb.debian.org/debian bullseye/main arm64 libdistro-info-perl all 1.0 [7480 B]
11:59:24 #10 6.845 Get:247 http://deb.debian.org/debian bullseye/main arm64 libemail-address-xs-perl arm64 1.04-1+b3 [26.7 kB]
11:59:24 #10 6.847 Get:248 http://deb.debian.org/debian bullseye/main arm64 libfcgi0ldbl arm64 2.4.2-2 [25.3 kB]
11:59:24 #10 6.848 Get:249 http://deb.debian.org/debian bullseye/main arm64 libfcgi-bin arm64 2.4.2-2 [12.5 kB]
11:59:24 #10 6.848 Get:250 http://deb.debian.org/debian bullseye/main arm64 libfcgi-perl arm64 0.79+ds-2 [27.1 kB]
11:59:24 #10 6.849 Get:251 http://deb.debian.org/debian bullseye/main arm64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
11:59:24 #10 6.849 Get:252 http://deb.debian.org/debian bullseye/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
11:59:24 #10 6.850 Get:253 http://deb.debian.org/debian bullseye/main arm64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
11:59:24 #10 6.851 Get:254 http://deb.debian.org/debian bullseye/main arm64 libfile-fcntllock-perl arm64 0.22-3+b7 [35.4 kB]
11:59:24 #10 6.861 Get:255 http://deb.debian.org/debian bullseye/main arm64 libnumber-compare-perl all 0.03-1.1 [6956 B]
11:59:24 #10 6.861 Get:256 http://deb.debian.org/debian bullseye/main arm64 libtext-glob-perl all 0.11-1 [8888 B]
11:59:24 #10 6.869 Get:257 http://deb.debian.org/debian bullseye/main arm64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
11:59:24 #10 6.871 Get:258 http://deb.debian.org/debian bullseye/main arm64 libfont-afm-perl all 1.20-3 [14.0 kB]
11:59:24 #10 6.872 Get:259 http://deb.debian.org/debian bullseye/main arm64 libio-string-perl all 1.08-3.1 [11.8 kB]
11:59:24 #10 6.873 Get:260 http://deb.debian.org/debian bullseye/main arm64 libfont-ttf-perl all 1.06-1.1 [318 kB]
11:59:24 #10 6.876 Get:261 http://deb.debian.org/debian bullseye/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
11:59:24 #10 6.876 Get:262 http://deb.debian.org/debian bullseye/main arm64 libparams-validate-perl arm64 1.30-1+b1 [66.2 kB]
11:59:24 #10 6.877 Get:263 http://deb.debian.org/debian bullseye/main arm64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
11:59:24 #10 6.878 Get:264 http://deb.debian.org/debian bullseye/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
11:59:24 #10 6.878 Get:265 http://deb.debian.org/debian bullseye/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
11:59:24 #10 6.879 Get:266 http://deb.debian.org/debian bullseye/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
11:59:24 #10 6.879 Get:267 http://deb.debian.org/debian bullseye/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
11:59:24 #10 6.880 Get:268 http://deb.debian.org/debian bullseye/main arm64 libjson-perl all 4.03000-1 [88.6 kB]
11:59:24 #10 6.881 Get:269 http://deb.debian.org/debian bullseye/main arm64 liblog-any-perl all 1.709-1 [73.5 kB]
11:59:24 #10 6.883 Get:270 http://deb.debian.org/debian bullseye/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
11:59:24 #10 6.884 Get:271 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-perl all 0.39-1 [21.9 kB]
11:59:24 #10 6.885 Get:272 http://deb.debian.org/debian bullseye/main arm64 libsub-identify-perl arm64 0.14-1+b3 [11.9 kB]
11:59:24 #10 6.886 Get:273 http://deb.debian.org/debian bullseye/main arm64 libsub-name-perl arm64 0.26-1+b1 [13.5 kB]
11:59:24 #10 6.886 Get:274 http://deb.debian.org/debian bullseye/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
11:59:24 #10 6.887 Get:275 http://deb.debian.org/debian bullseye/main arm64 libpath-tiny-perl all 0.118-1 [53.5 kB]
11:59:24 #10 6.898 Get:276 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-perl all 1.012001-2 [351 kB]
11:59:24 #10 6.898 Get:277 http://deb.debian.org/debian bullseye/main arm64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
11:59:24 #10 6.898 Get:278 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB]
11:59:24 #10 6.909 Get:279 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
11:59:24 #10 6.911 Get:280 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
11:59:24 #10 6.911 Get:281 http://deb.debian.org/debian bullseye/main arm64 libhash-fieldhash-perl arm64 0.15-1+b3 [17.6 kB]
11:59:24 #10 6.913 Get:282 http://deb.debian.org/debian bullseye/main arm64 libhtml-form-perl all 6.07-1 [22.9 kB]
11:59:24 #10 6.913 Get:283 http://deb.debian.org/debian bullseye/main arm64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
11:59:24 #10 6.915 Get:284 http://deb.debian.org/debian bullseye/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
11:59:24 #10 6.915 Get:285 http://deb.debian.org/debian bullseye/main arm64 libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
11:59:24 #10 6.915 Get:286 http://deb.debian.org/debian bullseye/main arm64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
11:59:24 #10 6.915 Get:287 http://deb.debian.org/debian bullseye/main arm64 libipc-run3-perl all 0.048-2 [34.2 kB]
11:59:24 #10 6.920 Get:288 http://deb.debian.org/debian bullseye/main arm64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
11:59:24 #10 6.920 Get:289 http://deb.debian.org/debian bullseye/main arm64 libjson-xs-perl arm64 4.030-1+b1 [93.7 kB]
11:59:24 #10 6.920 Get:290 http://deb.debian.org/debian bullseye/main arm64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
11:59:24 #10 6.920 Get:291 http://deb.debian.org/debian bullseye/main arm64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
11:59:24 #10 6.920 Get:292 http://deb.debian.org/debian bullseye/main arm64 liblist-compare-perl all 0.55-1 [66.9 kB]
11:59:24 #10 6.925 Get:293 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-perl all 0.58-1 [36.5 kB]
11:59:24 #10 6.925 Get:294 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-xs-perl arm64 0.58-2+b1 [31.1 kB]
11:59:24 #10 6.925 Get:295 http://deb.debian.org/debian bullseye/main arm64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
11:59:24 #10 6.925 Get:296 http://deb.debian.org/debian bullseye/main arm64 libltdl7 arm64 2.4.6-15 [390 kB]
11:59:24 #10 6.929 Get:297 http://deb.debian.org/debian bullseye/main arm64 libltdl-dev arm64 2.4.6-15 [162 kB]
11:59:24 #10 6.929 Get:298 http://deb.debian.org/debian bullseye/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB]
11:59:24 #10 6.929 Get:299 http://deb.debian.org/debian bullseye/main arm64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
11:59:24 #10 6.929 Get:300 http://deb.debian.org/debian bullseye/main arm64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
11:59:24 #10 6.929 Get:301 http://deb.debian.org/debian bullseye/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
11:59:24 #10 6.931 Get:302 http://deb.debian.org/debian bullseye/main arm64 libmailtools-perl all 2.21-1 [95.5 kB]
11:59:24 #10 6.931 Get:303 http://deb.debian.org/debian bullseye/main arm64 libmarkdown2 arm64 2.2.6-1 [34.3 kB]
11:59:24 #10 6.937 Get:304 http://deb.debian.org/debian bullseye/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
11:59:24 #10 6.939 Get:305 http://deb.debian.org/debian bullseye/main arm64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
11:59:24 #10 6.940 Get:306 http://deb.debian.org/debian bullseye/main arm64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
11:59:24 #10 6.941 Get:307 http://deb.debian.org/debian bullseye/main arm64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
11:59:24 #10 6.942 Get:308 http://deb.debian.org/debian bullseye/main arm64 libmoox-struct-perl all 0.020-1 [25.4 kB]
11:59:24 #10 6.943 Get:309 http://deb.debian.org/debian bullseye/main arm64 libmouse-perl arm64 2.5.10-1+b1 [170 kB]
11:59:24 #10 6.945 Get:310 http://deb.debian.org/debian bullseye/main arm64 libnumber-range-perl all 0.12-1.1 [8688 B]
11:59:24 #10 6.945 Get:311 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b9 [41.8 kB]
11:59:24 #10 6.947 Get:312 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b9 [28.5 kB]
11:59:24 #10 6.949 Get:313 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-xs-perl arm64 0.29-1+b2 [19.7 kB]
11:59:24 #10 6.950 Get:314 http://deb.debian.org/debian bullseye/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
11:59:24 #10 6.950 Get:315 http://deb.debian.org/debian bullseye/main arm64 libperlio-gzip-perl arm64 0.19-1+b7 [17.0 kB]
11:59:24 #10 6.951 Get:316 http://deb.debian.org/debian bullseye/main arm64 libpod-parser-perl all 1.63-2 [96.1 kB]
11:59:24 #10 6.953 Get:317 http://deb.debian.org/debian bullseye/main arm64 libpod-constants-perl all 0.19-2 [17.3 kB]
11:59:24 #10 6.953 Get:318 http://deb.debian.org/debian bullseye/main arm64 libproc-processtable-perl arm64 0.59-2+b1 [45.7 kB]
11:59:24 #10 6.955 Get:319 http://deb.debian.org/debian bullseye/main arm64 libre2-9 arm64 20210201+dfsg-1 [151 kB]
11:59:24 #10 6.956 Get:320 http://deb.debian.org/debian bullseye/main arm64 libre-engine-re2-perl arm64 0.14-1 [17.7 kB]
11:59:24 #10 6.957 Get:321 http://deb.debian.org/debian bullseye/main arm64 libreadonly-perl all 2.050-3 [23.1 kB]
11:59:24 #10 6.958 Get:322 http://deb.debian.org/debian bullseye/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
11:59:24 #10 6.959 Get:323 http://deb.debian.org/debian bullseye/main arm64 libref-util-xs-perl arm64 0.117-1+b3 [13.5 kB]
11:59:24 #10 6.962 Get:324 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
11:59:24 #10 6.963 Get:325 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
11:59:24 #10 6.963 Get:326 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2.1+deb11u1 [101 kB]
11:59:24 #10 6.964 Get:327 http://deb.debian.org/debian bullseye/main arm64 libsereal-decoder-perl arm64 4.018+ds-1+b1 [95.3 kB]
11:59:24 #10 6.966 Get:328 http://deb.debian.org/debian bullseye/main arm64 libsereal-encoder-perl arm64 4.018+ds-1+b1 [98.3 kB]
11:59:24 #10 6.967 Get:329 http://deb.debian.org/debian bullseye/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
11:59:24 #10 6.968 Get:330 http://deb.debian.org/debian bullseye/main arm64 libxml-parser-perl arm64 2.46-2 [205 kB]
11:59:24 #10 6.969 Get:331 http://deb.debian.org/debian bullseye/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
11:59:24 #10 6.971 Get:332 http://deb.debian.org/debian bullseye/main arm64 libsort-key-perl arm64 1.33-2+b3 [36.1 kB]
11:59:24 #10 6.971 Get:333 http://deb.debian.org/debian bullseye/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
11:59:24 #10 6.971 Get:334 http://deb.debian.org/debian bullseye/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
11:59:24 #10 6.972 Get:335 http://deb.debian.org/debian bullseye/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
11:59:24 #10 6.974 Get:336 http://deb.debian.org/debian bullseye/main arm64 libsys-cpuaffinity-perl arm64 1.13~03-1 [33.5 kB]
11:59:24 #10 6.992 Get:337 http://deb.debian.org/debian bullseye/main arm64 libterm-readkey-perl arm64 2.38-1+b2 [27.3 kB]
11:59:24 #10 6.994 Get:338 http://deb.debian.org/debian bullseye/main arm64 libtext-levenshteinxs-perl arm64 0.03-4+b8 [8680 B]
11:59:24 #10 6.995 Get:339 http://deb.debian.org/debian bullseye/main arm64 libtext-markdown-discount-perl arm64 0.12-1+b1 [12.9 kB]
11:59:24 #10 6.996 Get:340 http://deb.debian.org/debian bullseye/main arm64 libtext-xslate-perl arm64 3.5.8-1+b1 [195 kB]
11:59:24 #10 6.999 Get:341 http://deb.debian.org/debian bullseye/main arm64 libtime-duration-perl all 1.21-1 [13.7 kB]
11:59:24 #10 7.000 Get:342 http://deb.debian.org/debian bullseye/main arm64 libtime-moment-perl arm64 0.44-1+b3 [75.1 kB]
11:59:24 #10 7.002 Get:343 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-xs-perl arm64 0.022-1 [24.8 kB]
11:59:24 #10 7.003 Get:344 http://deb.debian.org/debian bullseye/main arm64 libunicode-utf8-perl arm64 0.62-1+b2 [19.8 kB]
11:59:24 #10 7.004 Get:345 http://deb.debian.org/debian bullseye/main arm64 libxdelta2 arm64 1.1.3-9.3 [45.6 kB]
11:59:24 #10 7.005 Get:346 http://deb.debian.org/debian bullseye/main arm64 libxext6 arm64 2:1.3.3-1.1 [51.6 kB]
11:59:24 #10 7.006 Get:347 http://deb.debian.org/debian bullseye/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
11:59:24 #10 7.008 Get:348 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
11:59:24 #10 7.009 Get:349 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
11:59:24 #10 7.009 Get:350 http://deb.debian.org/debian bullseye/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-2+b1 [326 kB]
11:59:24 #10 7.012 Get:351 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
11:59:24 #10 7.012 Get:352 http://deb.debian.org/debian bullseye/main arm64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
11:59:24 #10 7.014 Get:353 http://deb.debian.org/debian bullseye/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
11:59:24 #10 7.015 Get:354 http://deb.debian.org/debian bullseye/main arm64 libyaml-0-2 arm64 0.2.2-1 [45.1 kB]
11:59:24 #10 7.016 Get:355 http://deb.debian.org/debian bullseye/main arm64 libyaml-libyaml-perl arm64 0.82+repack-1+b1 [34.5 kB]
11:59:24 #10 7.017 Get:356 http://deb.debian.org/debian bullseye/main arm64 licensecheck all 3.1.1-2 [50.0 kB]
11:59:24 #10 7.020 Get:357 http://deb.debian.org/debian bullseye/main arm64 lzip arm64 1.22-3 [84.7 kB]
11:59:24 #10 7.020 Get:358 http://deb.debian.org/debian bullseye/main arm64 lzop arm64 1.04-2 [82.8 kB]
11:59:24 #10 7.021 Get:359 http://deb.debian.org/debian bullseye/main arm64 t1utils arm64 1.41-4 [59.8 kB]
11:59:24 #10 7.023 Get:360 http://deb.debian.org/debian bullseye/main arm64 unzip arm64 6.0-26+deb11u1 [165 kB]
11:59:24 #10 7.025 Get:361 http://deb.debian.org/debian bullseye/main arm64 lintian all 2.104.0 [1265 kB]
11:59:24 #10 7.031 Get:362 http://deb.debian.org/debian bullseye/main arm64 lsb-release all 11.1.0 [27.9 kB]
11:59:24 #10 7.033 Get:363 http://deb.debian.org/debian bullseye/main arm64 manpages-dev all 5.10-1 [2309 kB]
11:59:24 #10 7.045 Get:364 http://deb.debian.org/debian bullseye/main arm64 pbzip2 arm64 1.1.13-1 [43.5 kB]
11:59:24 #10 7.045 Get:365 http://deb.debian.org/debian bullseye/main arm64 pixz arm64 1.0.7-1 [20.2 kB]
11:59:24 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 6.29MB / 9.35MB 2.1s
11:59:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 18.87MB / 45.92MB 2.2s
11:59:24 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 7.34MB / 9.35MB 2.2s
11:59:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 5.9s done
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 14.68MB / 47.40MB 6.0s
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 0B / 53.32MB 6.0s
11:59:24 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 6.5s done
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 52.43MB / 53.32MB 6.5s
11:59:24 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 28.31MB / 53.32MB 6.2s
11:59:24 #7 ...
11:59:24 
11:59:24 #8 [internal] load build context
11:59:24 #8 transferring context: 30.32MB 6.2s done
11:59:24 #8 DONE 6.3s
11:59:24 
11:59:24 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:24 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 6.2s done
11:59:24 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 40.89MB / 47.40MB 6.4s
11:59:24 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 0B / 116.78MB 6.4s
11:59:24 #7 ...
11:59:24 
11:59:24 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
11:59:24 #9 resolve docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 0.0s done
11:59:24 #9 sha256:1c2238f5e875d6e7d6f10729c620de133ae54eb25518994fcf012e02df6ec9e4 2.31kB / 2.31kB done
11:59:24 #9 sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 23.61MB / 23.61MB 3.4s done
11:59:24 #9 sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d 1.13kB / 1.13kB done
11:59:24 #9 sha256:7bb60f92af1f5062f83b4b0edd5710332e20e1f99ae6c294d8b5bd7d7551a41b 424B / 424B done
11:59:24 #9 extracting sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 2.4s
11:59:25 #13 61.93   Installing : mpfr-3.1.1-4.el7.aarch64                                    5/65 
11:59:25 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 5.6s done
11:59:25 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 14.68MB / 47.40MB 5.6s
11:59:25 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 5.7s
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 0B / 53.32MB 5.7s
11:59:25 #11 8.751 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
11:59:25 #11 8.754 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
11:59:25 #11 8.754 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
11:59:25 #11 8.756 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB]
11:59:25 #11 8.765 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB]
11:59:25 #11 8.768 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB]
11:59:25 #11 8.805 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
11:59:25 #11 8.805 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB]
11:59:25 #11 8.843 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB]
11:59:25 #11 8.861 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.3 [2739 kB]
11:59:25 #11 7.824 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.1 [908 kB]
11:59:25 #11 7.838 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB]
11:59:25 #11 7.841 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunwind8 amd64 1.3.2-2build2 [54.5 kB]
11:59:25 #11 7.842 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 strace amd64 5.16-0ubuntu3 [567 kB]
11:59:25 #11 7.856 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB]
11:59:25 #11 7.866 Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB]
11:59:25 #11 7.866 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsigsegv2 amd64 2.13-1ubuntu3 [14.6 kB]
11:59:25 #11 7.866 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 m4 amd64 1.4.18-5ubuntu2 [199 kB]
11:59:25 #11 7.866 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 autoconf all 2.71-2 [338 kB]
11:59:25 #11 7.867 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 autotools-dev all 20220109.1 [44.9 kB]
11:59:25 #11 7.868 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 automake all 1:1.16.5-1.3 [558 kB]
11:59:25 #11 7.877 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 autopoint all 0.21-4ubuntu4 [422 kB]
11:59:25 #11 7.887 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-common amd64 2.38-4ubuntu2.1 [221 kB]
11:59:25 #11 7.892 Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libbinutils amd64 2.38-4ubuntu2.1 [661 kB]
11:59:25 #11 7.903 Get:74 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf-nobfd0 amd64 2.38-4ubuntu2.1 [107 kB]
11:59:25 #11 7.905 Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libctf0 amd64 2.38-4ubuntu2.1 [103 kB]
11:59:25 #11 7.907 Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.38-4ubuntu2.1 [2328 kB]
11:59:25 #11 7.947 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 binutils amd64 2.38-4ubuntu2.1 [3198 B]
11:59:25 #11 7.948 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.1 [20.4 kB]
11:59:25 #11 7.949 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-58.64 [1347 kB]
11:59:25 #11 7.980 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB]
11:59:25 #11 7.993 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]
11:59:25 #11 7.994 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB]
11:59:25 #11 7.997 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]
11:59:25 #11 7.997 Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.1 [2099 kB]
11:59:25 #11 8.026 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:59:25 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 12.58MB / 116.78MB 6.4s
11:59:25 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 6.3s done
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 6.5s
11:59:25 #10 8.588 Get:348 http://deb.debian.org/debian buster/main arm64 publicsuffix all 20220811.1734-0+deb10u1 [127 kB]
11:59:25 #10 8.589 Get:349 http://deb.debian.org/debian buster/main arm64 python-apt-common all 1.8.4.3 [96.3 kB]
11:59:25 #10 8.590 Get:350 http://deb.debian.org/debian buster/main arm64 python3-apt arm64 1.8.4.3 [179 kB]
11:59:25 #10 8.592 Get:351 http://deb.debian.org/debian buster/main arm64 python3-certifi all 2018.8.24-1 [140 kB]
11:59:25 #10 8.594 Get:352 http://deb.debian.org/debian buster/main arm64 python3-idna all 2.6-1 [34.3 kB]
11:59:25 #10 8.596 Get:353 http://deb.debian.org/debian buster/main arm64 python3-magic all 2:0.4.15-2 [9256 B]
11:59:25 #10 8.597 Get:354 http://deb.debian.org/debian buster/main arm64 python3-urllib3 all 1.24.1-1 [97.1 kB]
11:59:25 #10 8.598 Get:355 http://deb.debian.org/debian buster/main arm64 python3-requests all 2.21.0-1 [66.9 kB]
11:59:25 #10 8.600 Get:356 http://deb.debian.org/debian buster/main arm64 python3-unidiff all 0.5.4-1 [7506 B]
11:59:25 #10 8.602 Get:357 http://deb.debian.org/debian buster/main arm64 python3-xdg all 0.25-5 [35.9 kB]
11:59:25 #10 8.603 Get:358 http://deb.debian.org/debian buster/main arm64 shared-mime-info arm64 1.10-1 [764 kB]
11:59:25 #10 8.622 Get:359 http://deb.debian.org/debian buster/main arm64 strace arm64 4.26-0.2 [803 kB]
11:59:25 #10 8.636 Get:360 http://deb.debian.org/debian-security buster/updates/main arm64 unzip arm64 6.0-23+deb10u3 [166 kB]
11:59:25 #10 8.636 Get:361 http://deb.debian.org/debian buster/main arm64 xauth arm64 1:1.0.10-1 [38.2 kB]
11:59:25 #10 8.636 Get:362 http://deb.debian.org/debian buster/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
11:59:25 #10 8.806 debconf: delaying package configuration, since apt-utils is not installed
11:59:25 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 51.38MB / 116.78MB 6.6s
11:59:25 #10 7.046 Get:366 http://deb.debian.org/debian bullseye/main arm64 xdelta arm64 1.1.3-9.3 [25.8 kB]
11:59:25 #10 7.047 Get:367 http://deb.debian.org/debian bullseye/main arm64 xdelta3 arm64 3.0.11-dfsg-1+b1 [59.7 kB]
11:59:25 #10 7.048 Get:368 http://deb.debian.org/debian bullseye/main arm64 pristine-tar arm64 1.49 [115 kB]
11:59:25 #10 7.049 Get:369 http://deb.debian.org/debian bullseye/main arm64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
11:59:25 #10 7.050 Get:370 http://deb.debian.org/debian bullseye/main arm64 python-apt-common all 2.2.1 [96.5 kB]
11:59:25 #10 7.052 Get:371 http://deb.debian.org/debian bullseye/main arm64 python3-apt arm64 2.2.1 [183 kB]
11:59:25 #10 7.053 Get:372 http://deb.debian.org/debian bullseye/main arm64 python3-certifi all 2020.6.20-1 [151 kB]
11:59:25 #10 7.055 Get:373 http://deb.debian.org/debian bullseye/main arm64 python3-idna all 2.10-1 [37.4 kB]
11:59:25 #10 7.056 Get:374 http://deb.debian.org/debian bullseye/main arm64 python3-magic all 2:0.4.20-3 [13.4 kB]
11:59:25 #10 7.057 Get:375 http://deb.debian.org/debian bullseye/main arm64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
11:59:25 #10 7.058 Get:376 http://deb.debian.org/debian bullseye/main arm64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
11:59:25 #10 7.059 Get:377 http://deb.debian.org/debian bullseye/main arm64 python3-unidiff all 0.5.5-2 [9604 B]
11:59:25 #10 7.060 Get:378 http://deb.debian.org/debian bullseye/main arm64 python3-xdg all 0.27-2 [41.8 kB]
11:59:25 #10 7.060 Get:379 http://deb.debian.org/debian bullseye/main arm64 shared-mime-info arm64 2.0-1 [700 kB]
11:59:25 #10 7.064 Get:380 http://deb.debian.org/debian bullseye/main arm64 strace arm64 5.10-1 [994 kB]
11:59:25 #10 7.069 Get:381 http://deb.debian.org/debian bullseye/main arm64 xauth arm64 1:1.1-1 [40.0 kB]
11:59:25 #10 7.070 Get:382 http://deb.debian.org/debian bullseye/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
11:59:25 #10 7.271 debconf: delaying package configuration, since apt-utils is not installed
11:59:25 #10 7.303 Fetched 168 MB in 2s (83.9 MB/s)
11:59:25 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 8.39MB / 9.35MB 2.3s
11:59:25 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 2.4s
11:59:25 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 22.02MB / 45.92MB 2.5s
11:59:25 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 17.83MB / 47.40MB 6.0s
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 3.15MB / 53.32MB 6.0s
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 15.73MB / 53.32MB 6.6s
11:59:25 #9 ...
11:59:25 
11:59:25 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 31.46MB / 53.32MB 6.5s
11:59:25 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6
11:59:25 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 44.04MB / 47.40MB 6.7s
11:59:25 #11 9.008 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
11:59:25 #11 9.008 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.3 [3951 kB]
11:59:25 #11 9.182 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.3 [224 kB]
11:59:25 #11 9.188 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.16 [621 kB]
11:59:25 #11 9.219 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
11:59:25 #11 9.225 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.11 [4672 B]
11:59:25 #11 9.225 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
11:59:25 #11 9.232 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
11:59:25 #11 9.234 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
11:59:25 #11 9.236 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
11:59:25 #11 9.240 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
11:59:25 #11 9.252 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:59:25 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 17.83MB / 47.40MB 6.4s
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 3.15MB / 53.32MB 6.4s
11:59:25 #11 8.027 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB]
11:59:25 #11 8.039 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB]
11:59:25 #11 8.060 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB]
11:59:25 #11 8.062 Get:89 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cpp-11 amd64 11.3.0-1ubuntu1~22.04 [9967 kB]
11:59:25 #11 8.310 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB]
11:59:25 #11 8.310 Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcc1-0 amd64 12.1.0-2ubuntu1~22.04 [47.4 kB]
11:59:25 #11 8.310 Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgomp1 amd64 12.1.0-2ubuntu1~22.04 [126 kB]
11:59:25 #11 8.310 Get:93 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libitm1 amd64 12.1.0-2ubuntu1~22.04 [30.2 kB]
11:59:25 #11 8.310 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libatomic1 amd64 12.1.0-2ubuntu1~22.04 [10.4 kB]
11:59:25 #11 8.318 Get:95 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libasan6 amd64 11.3.0-1ubuntu1~22.04 [2284 kB]
11:59:25 #11 8.343 Get:96 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 liblsan0 amd64 12.1.0-2ubuntu1~22.04 [1069 kB]
11:59:25 #11 8.382 Get:97 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtsan0 amd64 11.3.0-1ubuntu1~22.04 [2262 kB]
11:59:25 #10 8.835 Fetched 162 MB in 3s (61.8 MB/s)
11:59:25 #10 8.858 Selecting previously unselected package sensible-utils.
11:59:25 #10 8.858 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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:59:25 #10 8.858 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
11:59:25 #10 8.863 Unpacking sensible-utils (0.0.12) ...
11:59:25 #10 8.900 Selecting previously unselected package lsb-base.
11:59:25 #10 8.901 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
11:59:25 #10 8.907 Unpacking lsb-base (10.2019051400) ...
11:59:25 #10 8.962 Selecting previously unselected package cron.
11:59:25 #10 8.963 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_arm64.deb ...
11:59:25 #10 8.968 Unpacking cron (3.0pl1-134+deb10u1) ...
11:59:25 #10 9.029 Selecting previously unselected package libbsd0:arm64.
11:59:25 #10 9.029 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_arm64.deb ...
11:59:25 #10 9.047 Unpacking libbsd0:arm64 (0.9.1-2+deb10u1) ...
11:59:25 #10 9.128 Selecting previously unselected package bsdmainutils.
11:59:25 #10 9.128 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_arm64.deb ...
11:59:25 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 18.87MB / 116.78MB 6.7s
11:59:25 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 14.68MB / 116.78MB 6.8s
11:59:25 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 6.8s
11:59:25 #10 7.357 Selecting previously unselected package bsdextrautils.
11:59:25 #10 7.357 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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:59:25 #10 7.357 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_arm64.deb ...
11:59:25 #10 7.364 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
11:59:25 #10 7.432 Selecting previously unselected package libuchardet0:arm64.
11:59:25 #10 7.432 Preparing to unpack .../01-libuchardet0_0.0.7-1_arm64.deb ...
11:59:25 #10 7.441 Unpacking libuchardet0:arm64 (0.0.7-1) ...
11:59:25 #10 7.493 Selecting previously unselected package groff-base.
11:59:25 #10 7.495 Preparing to unpack .../02-groff-base_1.22.4-6_arm64.deb ...
11:59:25 #10 7.501 Unpacking groff-base (1.22.4-6) ...
11:59:25 #10 7.643 Selecting previously unselected package libgdbm6:arm64.
11:59:25 #10 7.643 Preparing to unpack .../03-libgdbm6_1.19-2_arm64.deb ...
11:59:25 #10 7.647 Unpacking libgdbm6:arm64 (1.19-2) ...
11:59:25 #10 7.695 Selecting previously unselected package libpipeline1:arm64.
11:59:25 #10 7.695 Preparing to unpack .../04-libpipeline1_1.5.3-1_arm64.deb ...
11:59:25 #10 7.699 Unpacking libpipeline1:arm64 (1.5.3-1) ...
11:59:25 #7 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 2.5s done
11:59:25 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 0B / 47.40MB 2.6s
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.29MB / 53.32MB 6.3s
11:59:25 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 0B / 116.78MB 6.7s
11:59:25 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 20.97MB / 47.40MB 6.8s
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.29MB / 53.32MB 6.8s
11:59:25 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 19.92MB / 116.78MB 7.0s
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 18.87MB / 53.32MB 7.0s
11:59:25 #11 8.415 Get:98 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libubsan1 amd64 12.1.0-2ubuntu1~22.04 [976 kB]
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 35.65MB / 53.32MB 6.9s
11:59:25 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 7.34MB / 116.78MB 6.9s
11:59:25 #11 8.450 Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libquadmath0 amd64 12.1.0-2ubuntu1~22.04 [154 kB]
11:59:25 #11 8.457 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgcc-11-dev amd64 11.3.0-1ubuntu1~22.04 [2517 kB]
11:59:25 #11 8.494 Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gcc-11 amd64 11.3.0-1ubuntu1~22.04 [20.1 MB]
11:59:25 #10 9.132 Unpacking bsdmainutils (11.1.2+b1) ...
11:59:25 #10 9.220 Selecting previously unselected package libuchardet0:arm64.
11:59:25 #10 9.220 Preparing to unpack .../05-libuchardet0_0.0.6-3_arm64.deb ...
11:59:25 #10 9.224 Unpacking libuchardet0:arm64 (0.0.6-3) ...
11:59:25 #10 9.271 Selecting previously unselected package groff-base.
11:59:25 #10 9.271 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_arm64.deb ...
11:59:25 #10 9.277 Unpacking groff-base (1.22.4-3+deb10u1) ...
11:59:25 #11 9.325 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:59:25 #11 9.325 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
11:59:25 #11 9.335 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
11:59:25 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 25.17MB / 116.78MB 7.0s
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 7.0s done
11:59:25 #7 ...
11:59:25 
11:59:25 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:25 #8 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.0s done
11:59:25 #8 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
11:59:25 #8 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 1.0s done
11:59:25 #8 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:25 #8 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
11:59:25 #8 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 5.0s done
11:59:25 #8 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 2.2s done
11:59:25 #8 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 42.99MB / 47.40MB 6.3s
11:59:25 #8 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 24.12MB / 53.32MB 6.3s
11:59:25 #8 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 9.44MB / 116.78MB 6.3s
11:59:25 #8 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 1.1s
11:59:25 #8 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 46.14MB / 47.40MB 6.5s
11:59:25 #8 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 27.26MB / 53.32MB 6.5s
11:59:25 #8 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 15.73MB / 116.78MB 6.8s
11:59:25 #13 62.23   Installing : libmpc-1.0.1-3.el7.aarch64                                  6/65 
11:59:25 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 4.6s done
11:59:25 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
11:59:25 #7 DONE 13.0s
11:59:25 
11:59:25 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:25 #0 1.119 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
11:59:25 #0 1.527 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
11:59:25 #0 1.623 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
11:59:25 #0 1.719 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
11:59:25 #0 1.819 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]
11:59:25 #0 2.571 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]
11:59:25 #0 2.583 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]
11:59:25 #0 2.583 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]
11:59:25 #0 2.591 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [5240 B]
11:59:25 #0 2.591 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1196 kB]
11:59:25 #0 2.604 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2115 kB]
11:59:25 #0 2.817 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9068 B]
11:59:25 #0 2.817 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [54.8 kB]
11:59:25 #0 2.817 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [27.8 kB]
11:59:25 #0 2.818 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3252 B]
11:59:25 #0 2.818 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [5003 B]
11:59:25 #0 2.818 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1727 kB]
11:59:25 #0 2.959 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [898 kB]
11:59:25 #0 3.469 Fetched 19.1 MB in 3s (6962 kB/s)
11:59:25 #0 3.469 Reading package lists...
11:59:25 #0 4.275 Reading package lists...
11:59:25 #0 5.027 Building dependency tree...
11:59:25 #0 5.179 Reading state information...
11:59:25 #0 5.379 The following additional packages will be installed:
11:59:25 #0 5.379   at autoconf automake autopoint autotools-dev binutils
11:59:25 #0 5.379   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
11:59:25 #0 5.379   ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf
11:59:25 #0 5.379   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:59:25 #0 5.379   fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man
11:59:25 #0 5.379   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:59:25 #0 5.379   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:59:25 #0 5.379   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:25 #0 5.379   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:25 #0 5.379   libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0
11:59:25 #0 5.379   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:59:25 #0 5.379   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:25 #0 5.379   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:59:25 #0 5.379   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:25 #0 5.379   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:59:25 #0 5.379   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:59:25 #0 5.379   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:59:25 #0 5.379   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:59:25 #0 5.379   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:59:25 #0 5.379   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:59:25 #0 5.379   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:59:25 #0 5.379   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:59:25 #0 5.379   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:25 #0 5.379   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:25 #0 5.379   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:59:25 #0 5.379   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:59:25 #0 5.379   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:59:25 #0 5.379   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:59:25 #0 5.379   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:59:25 #0 5.379   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:59:25 #0 5.379   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:25 #0 5.379   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:25 #0 5.379   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:25 #0 5.379   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:59:25 #0 5.379   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:59:25 #0 5.379   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:59:25 #0 5.379   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:59:25 #0 5.379   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
11:59:25 #0 5.379   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
11:59:25 #0 5.379   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
11:59:25 #0 5.379   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:25 #0 5.379   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:59:25 #0 5.379   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:25 #0 5.379   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:59:25 #0 5.379   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:25 #0 5.379   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
11:59:25 #0 5.379   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:59:25 #0 5.379   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:59:25 #0 5.379   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:59:25 #0 5.379   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:59:25 #0 5.379   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:25 #0 5.379   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:59:25 #0 5.379   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:59:25 #0 5.379   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:59:25 #0 5.379   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
11:59:25 #0 5.379   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:25 #0 5.379   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:59:25 #0 5.379   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:25 #0 5.379   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:59:25 #0 5.379   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:59:25 #0 5.379   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:59:25 #0 5.379   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:59:25 #0 5.379   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:59:25 #0 5.379   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:25 #0 5.379   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:59:25 #0 5.379   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:59:25 #0 5.379   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
11:59:25 #0 5.379   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:25 #0 5.379   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:59:25 #0 5.379   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:59:25 #0 5.379   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:59:25 #0 5.379   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:59:25 #0 5.379   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:59:25 #0 5.379   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:59:25 #0 5.379   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:59:25 #0 5.379   openssh-client openssl patch patchutils perl perl-modules-5.30
11:59:25 #0 5.379   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:59:25 #0 5.379   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:25 #0 5.379   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:59:25 #0 5.379   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:25 #0 5.379   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:59:25 #0 5.379   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:59:25 #0 5.379   xz-utils
11:59:25 #0 5.383 Suggested packages:
11:59:25 #0 5.383   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:59:25 #0 5.383   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:59:25 #0 5.383   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
11:59:25 #0 5.383   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
11:59:25 #0 5.383   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:59:25 #0 5.383   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:25 #0 5.383   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:59:25 #0 5.383   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:59:25 #0 5.383   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:59:25 #0 5.383   mini-dinstall rsync gcc-9-doc gcc-multilib flex bison gdb gcc-doc
11:59:25 #0 5.383   gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:59:25 #0 5.383   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
11:59:25 #0 5.383   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:59:25 #0 5.383   libgssapi-perl glibc-doc bzr gdbm-l10n krb5-doc krb5-user libtool-doc
11:59:25 #0 5.383   libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
11:59:25 #0 5.383   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:59:25 #0 5.383   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:59:25 #0 5.383   libstdc++-9-doc libbareword-filehandles-perl libindirect-perl
11:59:25 #0 5.383   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:59:25 #0 5.383   libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:59:25 #0 5.383   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:25 #0 5.383   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:59:25 #0 5.383   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:59:25 #0 5.383   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
11:59:25 #0 5.383   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
11:59:25 #0 5.383   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:59:25 #0 5.383   python3-cryptography python3-openssl python3-socks python3.8-venv
11:59:25 #0 5.383   python3.8-doc binfmt-support readline-doc zip wdiff-doc
11:59:25 #0 5.732 The following NEW packages will be installed:
11:59:25 #0 5.732   at autoconf automake autopoint autotools-dev binutils
11:59:25 #0 5.732   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
11:59:25 #0 5.732   ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts
11:59:25 #0 5.732   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:25 #0 5.732   dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base
11:59:25 #0 5.732   gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:59:25 #0 5.732   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
11:59:25 #0 5.732   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:25 #0 5.732   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
11:59:25 #0 5.732   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
11:59:25 #0 5.732   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:59:25 #0 5.732   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:25 #0 5.732   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:59:25 #0 5.732   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:25 #0 5.732   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:59:25 #0 5.732   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:59:25 #0 5.732   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:59:25 #0 5.732   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:59:25 #0 5.732   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:59:25 #0 5.732   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:59:25 #0 5.732   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:59:25 #0 5.732   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:59:25 #0 5.732   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:25 #0 5.732   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:25 #0 5.732   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:59:25 #0 5.732   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:59:25 #0 5.732   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:59:25 #0 5.732   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:59:25 #0 5.732   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:59:25 #0 5.732   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:59:25 #0 5.732   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:25 #0 5.732   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:25 #0 5.732   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:25 #0 5.732   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:59:25 #0 5.732   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:59:25 #0 5.732   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:59:25 #0 5.732   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:59:25 #0 5.732   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
11:59:25 #0 5.732   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
11:59:25 #0 5.732   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
11:59:25 #0 5.732   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:25 #0 5.732   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:59:25 #0 5.732   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:25 #0 5.732   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:59:25 #0 5.732   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:25 #0 5.732   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
11:59:25 #0 5.732   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:59:25 #0 5.732   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:59:25 #0 5.732   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:59:25 #0 5.732   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:59:25 #0 5.732   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:25 #0 5.732   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:59:25 #0 5.732   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:59:25 #0 5.732   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:59:25 #0 5.732   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
11:59:25 #0 5.732   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:25 #0 5.732   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:59:25 #0 5.732   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:25 #0 5.732   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:59:25 #0 5.732   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:59:25 #0 5.732   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:59:25 #0 5.732   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:59:25 #0 5.732   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:59:25 #0 5.732   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:25 #0 5.732   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:59:25 #0 5.732   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:59:25 #0 5.732   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
11:59:25 #0 5.732   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:25 #0 5.732   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:59:25 #0 5.732   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:59:25 #0 5.732   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:59:25 #0 5.732   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:59:25 #0 5.732   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:59:25 #0 5.732   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:59:25 #0 5.732   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:59:25 #0 5.732   openssh-client openssl patch patchutils perl perl-modules-5.30
11:59:25 #0 5.732   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:59:25 #0 5.732   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:25 #0 5.732   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:59:25 #0 5.732   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:25 #0 5.732   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:59:25 #0 5.732   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:59:25 #0 5.732   xz-utils
11:59:25 #0 6.149 0 upgraded, 352 newly installed, 0 to remove and 4 not upgraded.
11:59:25 #0 6.149 Need to get 97.8 MB of archives.
11:59:25 #0 6.149 After this operation, 449 MB of additional disk space will be used.
11:59:25 #0 6.149 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblocale-gettext-perl arm64 1.07-4 [16.7 kB]
11:59:25 #0 6.294 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl1.1 arm64 1.1.1f-1ubuntu2.16 [1156 kB]
11:59:25 #0 6.703 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:59:25 #0 6.754 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libexpat1 arm64 2.2.9-1ubuntu0.6 [62.5 kB]
11:59:25 #0 6.757 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:59:25 #0 6.842 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-minimal arm64 3.8.2-0ubuntu2 [23.6 kB]
11:59:25 #0 6.843 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mime-support all 3.64ubuntu1 [30.6 kB]
11:59:25 #0 6.844 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpdec2 arm64 2.4.2-3 [79.6 kB]
11:59:25 #0 6.847 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 readline-common all 8.0-4 [53.5 kB]
11:59:25 #0 6.850 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadline8 arm64 8.0-4 [123 kB]
11:59:25 #0 6.854 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsqlite3-0 arm64 3.31.1-4ubuntu0.5 [506 kB]
11:59:25 #0 6.874 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:59:25 #0 6.956 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:59:25 #11 6.972 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpython3-stdlib arm64 3.8.2-0ubuntu2 [7068 B]
11:59:25 #11 6.972 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3 arm64 3.8.2-0ubuntu2 [47.6 kB]
11:59:25 #11 6.973 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libbsd0 arm64 0.10.0-1 [43.7 kB]
11:59:25 #11 6.978 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 bsdmainutils arm64 11.1.2ubuntu3 [179 kB]
11:59:25 #11 6.984 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libuchardet0 arm64 0.0.6-3build1 [65.0 kB]
11:59:25 #11 6.993 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 groff-base arm64 1.22.4-4build1 [796 kB]
11:59:25 #11 7.020 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgdbm6 arm64 1.18.1-5 [26.4 kB]
11:59:25 #11 7.021 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpipeline1 arm64 1.5.2-2build1 [26.1 kB]
11:59:25 #11 7.066 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 man-db arm64 2.9.1-1 [1095 kB]
11:59:25 #11 7.083 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:59:25 #11 7.248 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgdbm-compat4 arm64 1.18.1-5 [6040 B]
11:59:25 #11 7.248 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libperl5.30 arm64 5.30.0-9ubuntu0.3 [3766 kB]
11:59:25 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 58.72MB / 116.78MB 7.1s
11:59:25 #8 ...
11:59:25 
11:59:25 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:25 #0 1.083 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
11:59:25 #0 1.101 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
11:59:25 #0 1.508 Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [23.8 kB]
11:59:25 #0 1.513 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
11:59:25 #0 1.610 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1389 kB]
11:59:25 #0 1.610 Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB]
11:59:25 #0 1.706 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
11:59:25 #0 1.749 Get:8 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
11:59:25 #0 1.937 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [3161 kB]
11:59:25 #0 2.125 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1578 kB]
11:59:25 #0 2.425 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
11:59:25 #0 2.425 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
11:59:25 #0 2.476 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.8 kB]
11:59:25 #0 2.478 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3581 kB]
11:59:25 #0 2.653 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2353 kB]
11:59:25 #0 2.760 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1430 kB]
11:59:25 #0 2.827 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [64.0 kB]
11:59:25 #0 2.829 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [20.5 kB]
11:59:25 #0 5.311 Fetched 27.0 MB in 5s (5855 kB/s)
11:59:25 #0 5.311 Reading package lists...
11:59:25 #0 7.027 Reading package lists...
11:59:25 #0 8.686 Building dependency tree...
11:59:25 #0 8.917 Reading state information...
11:59:25 #0 9.128 The following additional packages will be installed:
11:59:25 #0 9.128   at autoconf automake autopoint autotools-dev binutils binutils-common
11:59:25 #0 9.128   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
11:59:25 #0 9.128   cpp-7 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
11:59:25 #0 9.128   dirmngr distro-info-data dpkg-dev dput fakeroot file g++ g++-7 gcc gcc-7
11:59:25 #0 9.128   gcc-7-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
11:59:25 #0 9.128   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:59:25 #0 9.129   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:59:25 #0 9.129   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0
11:59:25 #0 9.129   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libasan4
11:59:25 #0 9.129   libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
11:59:25 #0 9.129   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:59:25 #0 9.129   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl libcilkrts5
11:59:25 #0 9.129   libclass-accessor-perl libclass-method-modifiers-perl
11:59:25 #0 9.129   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
11:59:25 #0 9.129   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
11:59:25 #0 9.129   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
11:59:25 #0 9.129   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:59:25 #0 9.129   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:59:25 #0 9.129   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:59:25 #0 9.130   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:59:25 #0 9.130   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:59:25 #0 9.130   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:59:25 #0 9.130   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:59:25 #0 9.130   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:59:25 #0 9.130   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:59:25 #0 9.130   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:25 #0 9.130   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:25 #0 9.130   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:59:25 #0 9.130   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:59:25 #0 9.130   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:25 #0 9.131   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
11:59:25 #0 9.131   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:59:25 #0 9.131   libldap-common liblist-compare-perl liblist-moreutils-perl
11:59:25 #0 9.131   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:25 #0 9.131   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:59:25 #0 9.131   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:25 #0 9.131   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
11:59:25 #0 9.131   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:59:25 #0 9.131   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:59:25 #0 9.131   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:59:25 #0 9.131   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:25 #0 9.131   libparams-validate-perl libparse-debianchangelog-perl
11:59:25 #0 9.131   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:59:25 #0 9.131   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:59:25 #0 9.131   libpython3.6-minimal libpython3.6-stdlib libquadmath0 libreadline7
11:59:25 #0 9.131   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:59:25 #0 9.131   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:59:25 #0 9.131   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:59:25 #0 9.131   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:59:25 #0 9.131   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:59:25 #0 9.131   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:59:25 #0 9.131   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:59:25 #0 9.131   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
11:59:25 #0 9.131   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:59:25 #0 9.131   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:59:25 #0 9.131   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:59:25 #0 9.132   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:59:25 #0 9.132   libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libxml2 libxmuu1
11:59:25 #0 9.132   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:59:25 #0 9.132   lsb-release m4 make man-db manpages manpages-dev mime-support
11:59:25 #0 9.132   multiarch-support netbase openssh-client openssl patch patchutils perl
11:59:25 #0 9.132   perl-modules-5.26 perl-openssl-defaults pinentry-curses po-debconf
11:59:25 #0 9.133   publicsuffix python-apt-common python3 python3-apt python3-certifi
11:59:25 #0 9.133   python3-chardet python3-debian python3-gpg python3-idna python3-magic
11:59:25 #0 9.133   python3-minimal python3-pkg-resources python3-requests python3-six
11:59:25 #0 9.133   python3-unidiff python3-urllib3 python3-xdg python3.6 python3.6-minimal
11:59:25 #0 9.133   readline-common shared-mime-info strace t1utils ucf unzip wdiff xauth
11:59:25 #0 9.133   xdg-user-dirs xz-utils
11:59:25 #0 9.135 Suggested packages:
11:59:25 #0 9.135   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:59:25 #0 9.135   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:59:25 #0 9.135   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
11:59:25 #0 9.135   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:59:25 #0 9.135   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:59:25 #0 9.135   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:25 #0 9.135   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:59:25 #0 9.135   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:59:25 #0 9.135   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:59:25 #0 9.135   mini-dinstall rsync g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg
11:59:25 #0 9.135   gcc-multilib flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg
11:59:25 #0 9.135   libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg
11:59:25 #0 9.135   libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-doc
11:59:25 #0 9.135   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
11:59:25 #0 9.136   git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
11:59:25 #0 9.136   parcimonie xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr
11:59:25 #0 9.136   gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
11:59:25 #0 9.136   libscalar-number-perl libhtml-template-perl libsasl2-modules-gssapi-mit
11:59:25 #0 9.136   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:25 #0 9.136   libsasl2-modules-sql libstdc++-7-doc libbareword-filehandles-perl
11:59:25 #0 9.136   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:59:25 #0 9.136   gcj-jdk libauthen-ntlm-perl bash-completion binutils-multiarch
11:59:25 #0 9.136   libtext-template-perl lsb m4-doc make-doc apparmor www-browser keychain
11:59:25 #0 9.136   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:59:25 #0 9.136   libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc
11:59:25 #0 9.136   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:59:25 #0 9.136   python-apt-doc python3-setuptools python3-cryptography python3-openssl
11:59:25 #0 9.136   python3-socks python3.6-venv python3.6-doc binfmt-support readline-doc zip
11:59:25 #0 9.136   wdiff-doc
11:59:25 #10 ...
11:59:25 
11:59:25 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:25 #10 7.793 Selecting previously unselected package man-db.
11:59:25 #10 7.793 Preparing to unpack .../05-man-db_2.9.4-2_arm64.deb ...
11:59:25 #10 7.804 Unpacking man-db (2.9.4-2) ...
11:59:25 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 6.3s done
11:59:25 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 20.97MB / 47.40MB 6.4s
11:59:25 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 0B / 116.78MB 6.4s
11:59:25 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 25.17MB / 45.92MB 2.9s
11:59:25 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 3.15MB / 47.40MB 3.0s
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 22.02MB / 53.32MB 7.3s
11:59:25 #10 9.535 Selecting previously unselected package libgdbm6:arm64.
11:59:25 #10 9.535 Preparing to unpack .../07-libgdbm6_1.18.1-4_arm64.deb ...
11:59:25 #10 9.541 Unpacking libgdbm6:arm64 (1.18.1-4) ...
11:59:25 #10 9.592 Selecting previously unselected package libpipeline1:arm64.
11:59:25 #10 9.592 Preparing to unpack .../08-libpipeline1_1.5.1-2_arm64.deb ...
11:59:25 #10 9.598 Unpacking libpipeline1:arm64 (1.5.1-2) ...
11:59:25 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.19MB / 47.40MB 7.1s
11:59:25 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 38.80MB / 53.32MB 7.2s
11:59:25 #17 1.698 go: downloading github.com/tc-hib/winres v0.1.6
11:59:25 #17 1.881 go: downloading github.com/urfave/cli/v2 v2.3.0
11:59:25 #17 1.925 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
11:59:25 #17 1.932 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
11:59:25 #11 9.780 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.5 [640 kB]
11:59:25 #11 9.788 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
11:59:25 #11 9.789 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
11:59:25 #11 9.790 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
11:59:25 #11 9.791 Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
11:59:25 #11 9.793 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
11:59:25 #11 9.794 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
11:59:25 #11 9.799 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
11:59:25 #11 9.801 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
11:59:25 #11 9.854 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB]
11:59:25 #8 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 31.46MB / 53.32MB 7.0s
11:59:25 #8 ...
11:59:25 
11:59:25 #9 [internal] load build context
11:59:25 #9 transferring context: 30.32MB 7.0s done
11:59:25 #9 DONE 7.1s
11:59:25 
11:59:25 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:25 #8 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 7.0s done
11:59:25 #8 ...
11:59:25 
11:59:25 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
11:59:25 #13 62.54   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.aarch64             7/65 
11:59:25 #11 7.467 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 perl arm64 5.30.0-9ubuntu0.3 [224 kB]
11:59:25 #11 7.467 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssl arm64 1.1.1f-1ubuntu2.16 [600 kB]
11:59:25 #11 7.467 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
11:59:25 #11 7.467 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 distro-info-data all 0.43ubuntu1.11 [4672 B]
11:59:25 #11 7.467 Get:30 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmagic-mgc arm64 1:5.38-4 [218 kB]
11:59:25 #11 7.467 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmagic1 arm64 1:5.38-4 [71.7 kB]
11:59:25 #11 7.467 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 file arm64 1:5.38-4 [23.3 kB]
11:59:25 #11 7.467 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 less arm64 551-1ubuntu0.1 [119 kB]
11:59:25 #11 7.476 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libelf1 arm64 0.176-1.1build1 [44.2 kB]
11:59:25 #11 7.517 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:59:25 #11 7.590 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:59:25 #11 7.590 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
11:59:26 #7 ...
11:59:26 
11:59:26 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:26 #0 0.991 Get:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease [109 kB]
11:59:26 #0 0.999 Get:2 http://archive.ubuntu.com/ubuntu kinetic InRelease [267 kB]
11:59:26 #0 1.073 Get:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease [109 kB]
11:59:26 #0 1.093 Get:4 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease [99.9 kB]
11:59:26 #0 1.163 Get:5 http://security.ubuntu.com/ubuntu kinetic-security/universe amd64 Packages [88.2 kB]
11:59:26 #0 1.196 Get:6 http://security.ubuntu.com/ubuntu kinetic-security/main amd64 Packages [236 kB]
11:59:26 #0 1.214 Get:7 http://security.ubuntu.com/ubuntu kinetic-security/multiverse amd64 Packages [6308 B]
11:59:26 #0 1.215 Get:8 http://security.ubuntu.com/ubuntu kinetic-security/restricted amd64 Packages [229 kB]
11:59:26 #0 1.348 Get:9 http://archive.ubuntu.com/ubuntu kinetic/main amd64 Packages [1778 kB]
11:59:26 #0 1.433 Get:10 http://archive.ubuntu.com/ubuntu kinetic/multiverse amd64 Packages [289 kB]
11:59:26 #0 1.438 Get:11 http://archive.ubuntu.com/ubuntu kinetic/restricted amd64 Packages [151 kB]
11:59:26 #0 1.446 Get:12 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 Packages [17.9 MB]
11:59:26 #0 2.129 Get:13 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 Packages [338 kB]
11:59:26 #0 2.129 Get:14 http://archive.ubuntu.com/ubuntu kinetic-updates/restricted amd64 Packages [229 kB]
11:59:26 #0 2.136 Get:15 http://archive.ubuntu.com/ubuntu kinetic-updates/universe amd64 Packages [158 kB]
11:59:26 #0 2.143 Get:16 http://archive.ubuntu.com/ubuntu kinetic-updates/multiverse amd64 Packages [6308 B]
11:59:26 #0 2.143 Get:17 http://archive.ubuntu.com/ubuntu kinetic-backports/universe amd64 Packages [4531 B]
11:59:26 #0 3.367 Fetched 22.0 MB in 3s (8266 kB/s)
11:59:26 #0 3.367 Reading package lists...
11:59:26 #0 4.454 Reading package lists...
11:59:26 #0 5.479 Building dependency tree...
11:59:26 #0 5.688 Reading state information...
11:59:26 #0 5.993 The following additional packages will be installed:
11:59:26 #0 5.993   autoconf automake autopoint autotools-dev binutils binutils-common
11:59:26 #0 5.993   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:59:26 #0 5.993   ca-certificates cpp cpp-12 dbus dbus-bin dbus-daemon dbus-session-bus-common
11:59:26 #0 5.993   dbus-system-bus-common dctrl-tools debhelper debugedit dh-autoreconf
11:59:26 #0 5.993   dh-strip-nondeterminism diffstat dirmngr distro-info-data dmsetup dpkg-dev
11:59:26 #0 5.993   dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++ g++-12 gcc
11:59:26 #0 5.993   gcc-12 gettext gettext-base gir1.2-glib-2.0 git-man gnupg gnupg-l10n
11:59:26 #0 5.993   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:59:26 #0 5.993   groff-base intltool-debian iso-codes krb5-locales less
11:59:26 #0 5.993   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:26 #0 5.993   libaliased-perl libapparmor1 libapt-pkg-perl libarchive-cpio-perl
11:59:26 #0 5.993   libarchive-zip-perl libargon2-1 libarray-intspan-perl libasan8 libassuan0
11:59:26 #0 5.993   libatomic1 libauthen-sasl-perl libb-hooks-endofscope-perl
11:59:26 #0 5.993   libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0
11:59:26 #0 5.993   libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:59:26 #0 5.993   libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl
11:59:26 #0 5.993   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:26 #0 5.993   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:59:26 #0 5.993   libcontextual-return-perl libcpanel-json-xs-perl libcrypt-dev
11:59:26 #0 5.993   libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:59:26 #0 5.993   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:26 #0 5.993   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:59:26 #0 5.993   libdata-validate-uri-perl libdbus-1-3 libdebhelper-perl libdeflate0
11:59:26 #0 5.993   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:59:26 #0 5.993   libdevmapper1.02.1 libdistro-info-perl libdpkg-perl libdw1
11:59:26 #0 5.993   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:59:26 #0 5.993   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:59:26 #0 5.993   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:59:26 #0 5.993   libfdisk1 libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:59:26 #0 5.993   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:26 #0 5.993   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:26 #0 5.993   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:59:26 #0 5.993   libfontconfig1 libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3
11:59:26 #0 5.993   libgdbm-compat4 libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl
11:59:26 #0 5.993   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:59:26 #0 5.993   libgprofng0 libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl
11:59:26 #0 5.993   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:26 #0 5.993   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
11:59:26 #0 5.993   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
11:59:26 #0 5.993   libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu71
11:59:26 #0 5.993   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
11:59:26 #0 5.993   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:59:26 #0 5.993   libip4tc2 libipc-run-perl libipc-run3-perl libipc-system-simple-perl
11:59:26 #0 5.993   libisl23 libiterator-perl libiterator-util-perl libitm1 libjbig0
11:59:26 #0 5.993   libjpeg-turbo8 libjpeg8 libjson-c5 libjson-maybexs-perl libjson-perl
11:59:26 #0 5.993   libjson-xs-perl libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
11:59:26 #0 5.993   libksba8 libldap-2.5-0 libldap-common liblerc3 liblist-compare-perl
11:59:26 #0 5.993   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:26 #0 5.993   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:26 #0 5.993   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:59:26 #0 5.993   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:26 #0 5.993   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:59:26 #0 5.993   libmath-base85-perl libmd0 libmldbm-perl libmodule-implementation-perl
11:59:26 #0 5.993   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:59:26 #0 5.993   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl
11:59:26 #0 5.993   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
11:59:26 #0 5.993   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
11:59:26 #0 5.993   libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl
11:59:26 #0 5.993   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:26 #0 5.993   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.34
11:59:26 #0 5.993   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
11:59:26 #0 5.993   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:26 #0 5.993   libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libquadmath0
11:59:26 #0 5.993   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:26 #0 5.993   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:26 #0 5.993   libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1
11:59:26 #0 5.993   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:26 #0 5.993   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
11:59:26 #0 5.993   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
11:59:26 #0 5.993   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:26 #0 5.993   libstring-shellquote-perl libsub-exporter-perl
11:59:26 #0 5.993   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:26 #0 5.993   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:26 #0 5.993   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
11:59:26 #0 5.993   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:59:26 #0 5.993   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:59:26 #0 5.993   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
11:59:26 #0 5.993   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtsan2 libtype-tiny-perl
11:59:26 #0 5.993   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:26 #0 5.993   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:59:26 #0 5.993   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
11:59:26 #0 5.993   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:26 #0 5.993   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:26 #0 5.993   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:59:26 #0 5.993   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
11:59:26 #0 5.993   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
11:59:26 #0 5.993   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
11:59:26 #0 5.994   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
11:59:26 #0 5.994   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:59:26 #0 5.994   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
11:59:26 #0 5.994   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
11:59:26 #0 5.994   python3-dbus python3-debian python3-gi python3-gpg python3-idna
11:59:26 #0 5.994   python3-magic python3-minimal python3-nacl python3-paramiko
11:59:26 #0 5.994   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:26 #0 5.994   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
11:59:26 #0 5.994   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
11:59:26 #0 5.995   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
11:59:26 #0 5.997 Suggested packages:
11:59:26 #0 5.997   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:59:26 #0 5.997   gcc-12-locales cpp-12-doc default-dbus-session-bus | dbus-session-bus
11:59:26 #0 5.997   debtags dh-make adequate at autopkgtest bls-standalone bsd-mailx | mailx
11:59:26 #0 5.997   check-all-the-things cvs-buildpackage diffoscope disorderfs dose-extra duck
11:59:26 #0 5.997   elpa-devscripts faketime gnuplot how-can-i-help libdbd-pg-perl
11:59:26 #0 5.997   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:26 #0 5.997   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:59:26 #0 5.997   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:59:26 #0 5.997   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:59:26 #0 5.997   libpam-systemd pinentry-gnome3 tor mini-dinstall rsync g++-multilib
11:59:26 #0 5.997   g++-12-multilib gcc-12-doc gcc-multilib flex bison gdb gcc-doc
11:59:26 #0 5.997   gcc-12-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:59:26 #0 5.997   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
11:59:26 #0 5.997   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:59:26 #0 5.997   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
11:59:26 #0 5.997   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libscalar-number-perl
11:59:26 #0 5.997   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:59:26 #0 5.997   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:59:26 #0 5.997   libstdc++-12-doc libbareword-filehandles-perl libmultidimensional-perl
11:59:26 #0 5.997   gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl
11:59:26 #0 5.997   libbusiness-isbn-perl libregexp-ipv6-perl libauthen-ntlm-perl
11:59:26 #0 5.997   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:26 #0 5.997   libtext-template-perl m4-doc make-doc apparmor www-browser iw
11:59:26 #0 5.997   | wireless-tools keychain libpam-ssh monkeysphere ssh-askpass ed
11:59:26 #0 5.997   diffutils-doc perl-doc libterm-readline-gnu-perl
11:59:26 #0 5.997   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
11:59:26 #0 5.997   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:59:26 #0 5.997   python-apt-doc python-cryptography-doc python3-cryptography-vectors
11:59:26 #0 5.997   python-dbus-doc python-nacl-doc python3-gssapi python3-invoke
11:59:26 #0 5.997   python3-setuptools python3-openssl python3-socks python-requests-doc
11:59:26 #0 5.997   python3-brotli python3.10-venv python3.10-doc binfmt-support readline-doc
11:59:26 #0 5.997   systemd-container systemd-homed systemd-userdbd systemd-boot
11:59:26 #0 5.997   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 policykit-1 zip wdiff-doc
11:59:26 #0 6.443 The following NEW packages will be installed:
11:59:26 #0 6.443   autoconf automake autopoint autotools-dev binutils binutils-common
11:59:26 #0 6.443   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:59:26 #0 6.443   ca-certificates cpp cpp-12 curl dbus dbus-bin dbus-daemon
11:59:26 #0 6.443   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
11:59:26 #0 6.443   debugedit devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:26 #0 6.443   distro-info-data dmsetup dpkg-dev dput dwz equivs fakeroot file
11:59:26 #0 6.443   fontconfig-config fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext
11:59:26 #0 6.443   gettext-base gir1.2-glib-2.0 git git-man gnupg gnupg-l10n gnupg-utils gpg
11:59:26 #0 6.443   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:59:26 #0 6.443   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:59:26 #0 6.443   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:59:26 #0 6.443   libapparmor1 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:26 #0 6.443   libargon2-1 libarray-intspan-perl libasan8 libassuan0 libatomic1
11:59:26 #0 6.443   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:59:26 #0 6.443   libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools
11:59:26 #0 6.443   libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl
11:59:26 #0 6.443   libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl
11:59:26 #0 6.443   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:26 #0 6.443   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:26 #0 6.443   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
11:59:26 #0 6.443   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:59:26 #0 6.443   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:59:26 #0 6.443   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
11:59:26 #0 6.443   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:26 #0 6.443   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
11:59:26 #0 6.444   libdw1 libdynaloader-functions-perl libedit2 libelf1
11:59:26 #0 6.444   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:59:26 #0 6.444   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:59:26 #0 6.444   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
11:59:26 #0 6.444   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:26 #0 6.444   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:26 #0 6.444   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:26 #0 6.444   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:26 #0 6.444   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
11:59:26 #0 6.444   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
11:59:26 #0 6.444   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgprofng0
11:59:26 #0 6.444   libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl
11:59:26 #0 6.444   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:26 #0 6.444   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
11:59:26 #0 6.444   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
11:59:26 #0 6.444   libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu71
11:59:26 #0 6.444   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
11:59:26 #0 6.444   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:59:26 #0 6.444   libip4tc2 libipc-run-perl libipc-run3-perl libipc-system-simple-perl
11:59:26 #0 6.444   libisl23 libiterator-perl libiterator-util-perl libitm1 libjbig0
11:59:26 #0 6.444   libjpeg-turbo8 libjpeg8 libjson-c5 libjson-maybexs-perl libjson-perl
11:59:26 #0 6.444   libjson-xs-perl libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
11:59:26 #0 6.444   libksba8 libldap-2.5-0 libldap-common liblerc3 liblist-compare-perl
11:59:26 #0 6.444   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:26 #0 6.444   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:26 #0 6.444   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:59:26 #0 6.444   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:26 #0 6.444   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:59:26 #0 6.444   libmath-base85-perl libmd0 libmldbm-perl libmodule-implementation-perl
11:59:26 #0 6.444   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:59:26 #0 6.444   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl
11:59:26 #0 6.444   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
11:59:26 #0 6.444   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
11:59:26 #0 6.444   libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl
11:59:26 #0 6.444   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:26 #0 6.444   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.34
11:59:26 #0 6.444   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
11:59:26 #0 6.444   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:26 #0 6.444   libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib libquadmath0
11:59:26 #0 6.444   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:26 #0 6.444   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:26 #0 6.445   libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1
11:59:26 #0 6.445   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:26 #0 6.445   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
11:59:26 #0 6.445   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
11:59:26 #0 6.445   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:26 #0 6.445   libstring-shellquote-perl libsub-exporter-perl
11:59:26 #0 6.445   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:26 #0 6.445   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:26 #0 6.445   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
11:59:26 #0 6.445   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:59:26 #0 6.445   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:59:26 #0 6.445   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
11:59:26 #0 6.445   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtsan2 libtype-tiny-perl
11:59:26 #0 6.445   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:26 #0 6.445   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:59:26 #0 6.445   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
11:59:26 #0 6.445   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:26 #0 6.445   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:26 #0 6.445   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:59:26 #0 6.445   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
11:59:26 #0 6.445   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
11:59:26 #0 6.445   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
11:59:26 #0 6.445   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
11:59:26 #0 6.446   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:59:26 #0 6.446   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
11:59:26 #0 6.446   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
11:59:26 #0 6.446   python3-dbus python3-debian python3-gi python3-gpg python3-idna
11:59:26 #0 6.446   python3-magic python3-minimal python3-nacl python3-paramiko
11:59:26 #0 6.446   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:26 #0 6.446   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
11:59:26 #0 6.446   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
11:59:26 #0 6.447   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
11:59:26 #0 6.890 0 upgraded, 424 newly installed, 0 to remove and 4 not upgraded.
11:59:26 #0 6.890 Need to get 149 MB of archives.
11:59:26 #0 6.890 After this operation, 564 MB of additional disk space will be used.
11:59:26 #0 6.890 Get:1 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB]
11:59:26 #0 7.044 Get:2 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libssl3 amd64 3.0.5-2ubuntu2 [1893 kB]
11:59:26 #0 7.528 Get:3 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpython3.10-minimal amd64 3.10.7-1ubuntu0.2 [803 kB]
11:59:26 #0 7.567 Get:4 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libexpat1 amd64 2.4.8-2ubuntu0.22.10.1 [84.3 kB]
11:59:26 #0 7.571 Get:5 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3.10-minimal amd64 3.10.7-1ubuntu0.2 [2115 kB]
11:59:26 #0 7.671 Get:6 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-minimal amd64 3.10.6-1 [24.1 kB]
11:59:26 #0 7.671 Get:7 http://archive.ubuntu.com/ubuntu kinetic/main amd64 media-types all 8.0.0 [24.9 kB]
11:59:26 #0 7.672 Get:8 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
11:59:26 #0 7.678 Get:9 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libkrb5support0 amd64 1.20-1ubuntu0.1 [31.3 kB]
11:59:26 #0 7.680 Get:10 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libk5crypto3 amd64 1.20-1ubuntu0.1 [81.7 kB]
11:59:26 #0 7.683 Get:11 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libkeyutils1 amd64 1.6.3-1 [10.7 kB]
11:59:26 #0 7.684 Get:12 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libkrb5-3 amd64 1.20-1ubuntu0.1 [346 kB]
11:59:26 #0 7.700 Get:13 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libgssapi-krb5-2 amd64 1.20-1ubuntu0.1 [142 kB]
11:59:26 #0 7.708 Get:14 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc-common all 1.3.3+ds-1 [7790 B]
11:59:26 #0 7.754 Get:15 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc3 amd64 1.3.3+ds-1 [80.9 kB]
11:59:26 #0 7.755 Get:16 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnsl2 amd64 1.3.0-2build2 [42.3 kB]
11:59:26 #0 7.756 Get:17 http://archive.ubuntu.com/ubuntu kinetic/main amd64 readline-common all 8.2-1 [55.1 kB]
11:59:26 #0 7.829 Get:18 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libreadline8 amd64 8.2-1 [150 kB]
11:59:26 #0 7.831 Get:19 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsqlite3-0 amd64 3.39.3-1 [655 kB]
11:59:26 #0 7.842 Get:20 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpython3.10-stdlib amd64 3.10.7-1ubuntu0.2 [1784 kB]
11:59:26 #0 7.926 Get:21 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3.10 amd64 3.10.7-1ubuntu0.2 [497 kB]
11:59:26 #0 7.938 Get:22 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpython3-stdlib amd64 3.10.6-1 [6848 B]
11:59:26 #0 7.938 Get:23 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3 amd64 3.10.6-1 [22.3 kB]
11:59:26 #0 7.944 Get:24 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB]
11:59:26 #0 7.944 Get:25 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-1ubuntu1 [138 kB]
11:59:26 #0 7.987 Get:26 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-c5 amd64 0.16-1 [33.7 kB]
11:59:26 #0 7.987 Get:27 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcryptsetup12 amd64 2:2.5.0-2ubuntu1 [221 kB]
11:59:26 #0 7.989 Get:28 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfdisk1 amd64 2.38-4ubuntu1 [144 kB]
11:59:26 #0 7.989 Get:29 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libkmod2 amd64 30+20220630-3ubuntu1 [48.9 kB]
11:59:26 #0 8.056 Get:30 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libapparmor1 amd64 3.0.7-1ubuntu2 [36.7 kB]
11:59:26 #0 8.057 Get:31 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libip4tc2 amd64 1.8.7-1ubuntu6 [19.7 kB]
11:59:26 #0 8.057 Get:32 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsystemd-shared amd64 251.4-1ubuntu7 [1703 kB]
11:59:26 #0 8.138 Get:33 http://archive.ubuntu.com/ubuntu kinetic/main amd64 systemd amd64 251.4-1ubuntu7 [2808 kB]
11:59:26 #0 8.268 Get:34 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 perl-modules-5.34 all 5.34.0-5ubuntu1.1 [2952 kB]
11:59:26 #0 8.412 Get:35 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
11:59:26 #0 8.418 Get:36 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
11:59:26 #0 8.418 Get:37 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libperl5.34 amd64 5.34.0-5ubuntu1.1 [4713 kB]
11:59:26 #0 8.653 Get:38 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 perl amd64 5.34.0-5ubuntu1.1 [231 kB]
11:59:26 #0 8.663 Get:39 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 openssl amd64 3.0.5-2ubuntu2 [1178 kB]
11:59:26 #0 8.690 Get:40 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
11:59:26 #0 8.695 Get:41 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libdbus-1-3 amd64 1.14.0-2ubuntu3 [200 kB]
11:59:26 #0 8.707 Get:42 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-bin amd64 1.14.0-2ubuntu3 [39.4 kB]
11:59:26 #0 8.712 Get:43 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
11:59:26 #0 8.716 Get:44 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-daemon amd64 1.14.0-2ubuntu3 [118 kB]
11:59:26 #0 8.720 Get:45 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
11:59:26 #0 8.723 Get:46 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus amd64 1.14.0-2ubuntu3 [24.2 kB]
11:59:26 #0 8.732 Get:47 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 distro-info-data all 0.54ubuntu0.1 [5242 B]
11:59:26 #11 8.808 Get:48 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dmsetup amd64 2:1.02.185-1ubuntu1 [79.1 kB]
11:59:26 #11 8.810 Get:49 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-0 amd64 2.74.3-0ubuntu1 [1475 kB]
11:59:26 #11 8.864 Get:50 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgirepository-1.0-1 amd64 1.74.0-2 [67.3 kB]
11:59:26 #11 8.866 Get:51 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gir1.2-glib-2.0 amd64 1.74.0-2 [178 kB]
11:59:26 #11 8.889 Get:52 http://archive.ubuntu.com/ubuntu kinetic/main amd64 iso-codes all 4.11.0-1 [3352 kB]
11:59:26 #11 ...
11:59:26 
11:59:26 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:26 #8 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.8s done
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 23.07MB / 116.78MB 7.3s
11:59:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 7.3s done
11:59:26 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 7.4s done
11:59:26 #7 ...
11:59:26 
11:59:26 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:26 #0 1.050 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
11:59:26 #0 1.440 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
11:59:26 #0 1.535 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
11:59:26 #0 1.623 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
11:59:26 #0 1.716 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB]
11:59:26 #0 1.774 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B]
11:59:26 #0 1.778 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB]
11:59:26 #0 1.932 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB]
11:59:26 #0 2.459 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [2105 kB]
11:59:26 #0 2.548 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [2171 kB]
11:59:26 #0 2.628 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [6144 B]
11:59:26 #0 2.628 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5351 B]
11:59:26 #0 2.628 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [64.0 kB]
11:59:26 #0 2.634 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [20.1 kB]
11:59:26 #0 2.634 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2760 B]
11:59:26 #0 2.634 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [5465 B]
11:59:26 #0 2.636 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1410 kB]
11:59:26 #0 2.693 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1802 kB]
11:59:26 #0 3.756 Fetched 20.5 MB in 3s (6654 kB/s)
11:59:26 #0 3.756 Reading package lists...
11:59:26 #0 4.819 Reading package lists...
11:59:26 #0 5.818 Building dependency tree...
11:59:26 #0 6.008 Reading state information...
11:59:26 #0 6.218 The following additional packages will be installed:
11:59:26 #0 6.218   at autoconf automake autopoint autotools-dev binutils
11:59:26 #0 6.218   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
11:59:26 #0 6.218   ca-certificates cpp cpp-7 dctrl-tools debhelper dh-autoreconf
11:59:26 #0 6.218   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
11:59:26 #0 6.218   fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git-man
11:59:26 #0 6.219   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:59:26 #0 6.219   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:59:26 #0 6.219   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:26 #0 6.219   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:26 #0 6.219   libasan4 libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
11:59:26 #0 6.219   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:59:26 #0 6.219   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl
11:59:26 #0 6.219   libclass-accessor-perl libclass-method-modifiers-perl
11:59:26 #0 6.219   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
11:59:26 #0 6.219   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
11:59:26 #0 6.219   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
11:59:26 #0 6.219   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:59:26 #0 6.219   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:59:26 #0 6.219   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:59:26 #0 6.219   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:59:26 #0 6.219   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:59:26 #0 6.219   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:59:26 #0 6.219   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:59:26 #0 6.219   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:59:26 #0 6.219   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:59:26 #0 6.219   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:26 #0 6.219   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:26 #0 6.219   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:59:26 #0 6.219   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:59:26 #0 6.219   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:26 #0 6.219   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
11:59:26 #0 6.219   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:59:26 #0 6.219   libldap-common liblist-compare-perl liblist-moreutils-perl
11:59:26 #0 6.219   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:26 #0 6.219   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:59:26 #0 6.219   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:26 #0 6.219   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
11:59:26 #0 6.219   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:59:26 #0 6.219   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:59:26 #0 6.219   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:59:26 #0 6.219   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:26 #0 6.219   libparams-validate-perl libparse-debianchangelog-perl
11:59:26 #0 6.219   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:59:26 #0 6.219   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:59:26 #0 6.219   libpython3.6-minimal libpython3.6-stdlib libreadline7
11:59:26 #0 6.219   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:59:26 #0 6.219   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:59:26 #0 6.219   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:59:26 #0 6.219   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:59:26 #0 6.219   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:59:26 #0 6.219   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:59:26 #0 6.219   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:59:26 #0 6.219   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
11:59:26 #0 6.219   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwind0-heimdal
11:59:26 #0 6.219   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
11:59:26 #0 6.219   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:59:26 #0 6.219   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:59:26 #0 6.219   libxml-sax-perl libxml-simple-perl libxml2 libxmuu1 libyaml-0-2
11:59:26 #0 6.219   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release m4 make
11:59:26 #0 6.219   man-db manpages manpages-dev mime-support multiarch-support netbase
11:59:26 #0 6.219   openssh-client openssl patch patchutils perl perl-modules-5.26
11:59:26 #0 6.219   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:59:26 #0 6.219   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:26 #0 6.219   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:59:26 #0 6.219   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:26 #0 6.219   python3-urllib3 python3-xdg python3.6 python3.6-minimal readline-common
11:59:26 #0 6.219   shared-mime-info strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:59:26 #0 6.221 Suggested packages:
11:59:26 #0 6.221   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:59:26 #0 6.221   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:59:26 #0 6.221   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
11:59:26 #0 6.221   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:59:26 #0 6.221   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:59:26 #0 6.221   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:26 #0 6.221   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:59:26 #0 6.221   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:59:26 #0 6.221   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:59:26 #0 6.221   mini-dinstall rsync gcc-7-doc libstdc++6-7-dbg gcc-multilib flex bison gdb
11:59:26 #0 6.221   gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg
11:59:26 #0 6.221   liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg
11:59:26 #0 6.221   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:59:26 #0 6.221   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
11:59:26 #0 6.221   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:59:26 #0 6.221   libgssapi-perl glibc-doc bzr gdbm-l10n krb5-doc krb5-user libtool-doc
11:59:26 #0 6.221   libcrypt-ssleay-perl libscalar-number-perl libhtml-template-perl
11:59:26 #0 6.221   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:59:26 #0 6.221   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:59:26 #0 6.221   libstdc++-7-doc libbareword-filehandles-perl libindirect-perl
11:59:26 #0 6.221   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:59:26 #0 6.221   libauthen-ntlm-perl bash-completion binutils-multiarch libtext-template-perl
11:59:26 #0 6.221   lsb m4-doc make-doc apparmor www-browser keychain libpam-ssh monkeysphere
11:59:26 #0 6.221   ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
11:59:26 #0 6.221   | libterm-readline-perl-perl pinentry-doc libmail-box-perl python3-doc
11:59:26 #0 6.221   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:59:26 #0 6.221   python3-cryptography python3-openssl python3-socks python3.6-venv
11:59:26 #0 6.221   python3.6-doc binfmt-support readline-doc zip wdiff-doc
11:59:26 #0 6.660 The following NEW packages will be installed:
11:59:26 #0 6.660   at autoconf automake autopoint autotools-dev binutils
11:59:26 #0 6.660   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
11:59:26 #0 6.661   ca-certificates cpp cpp-7 curl dctrl-tools debhelper devscripts
11:59:26 #0 6.661   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:26 #0 6.661   dpkg-dev dput equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext
11:59:26 #0 6.661   gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:59:26 #0 6.661   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
11:59:26 #0 6.661   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:26 #0 6.661   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
11:59:26 #0 6.661   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
11:59:26 #0 6.661   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:59:26 #0 6.661   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
11:59:26 #0 6.661   libcgi-pm-perl libclass-accessor-perl libclass-method-modifiers-perl
11:59:26 #0 6.661   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
11:59:26 #0 6.661   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
11:59:26 #0 6.661   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
11:59:26 #0 6.661   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:59:26 #0 6.661   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:59:26 #0 6.661   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:59:26 #0 6.661   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:59:26 #0 6.661   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:59:26 #0 6.661   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:59:26 #0 6.661   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:59:26 #0 6.661   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:59:26 #0 6.661   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:59:26 #0 6.661   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:26 #0 6.661   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:26 #0 6.661   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:59:26 #0 6.661   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:59:26 #0 6.661   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:26 #0 6.661   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
11:59:26 #0 6.661   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:59:26 #0 6.661   libldap-common liblist-compare-perl liblist-moreutils-perl
11:59:26 #0 6.661   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:26 #0 6.661   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:59:26 #0 6.661   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:26 #0 6.661   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
11:59:26 #0 6.661   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:59:26 #0 6.661   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:59:26 #0 6.661   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:59:26 #0 6.661   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:26 #0 6.661   libparams-validate-perl libparse-debianchangelog-perl
11:59:26 #0 6.661   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:59:26 #0 6.661   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:59:26 #0 6.661   libpython3.6-minimal libpython3.6-stdlib libreadline7
11:59:26 #0 6.661   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:59:26 #0 6.661   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:59:26 #0 6.661   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:59:26 #0 6.661   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:59:26 #0 6.661   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:59:26 #0 6.661   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:59:26 #0 6.661   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:59:26 #0 6.661   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
11:59:26 #0 6.661   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwind0-heimdal
11:59:26 #0 6.661   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
11:59:26 #0 6.661   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:59:26 #0 6.661   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:59:26 #0 6.661   libxml-sax-perl libxml-simple-perl libxml2 libxmuu1 libyaml-0-2
11:59:26 #0 6.661   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release m4 make
11:59:26 #0 6.661   man-db manpages manpages-dev mime-support multiarch-support netbase
11:59:26 #0 6.661   openssh-client openssl patch patchutils perl perl-modules-5.26
11:59:26 #0 6.661   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:59:26 #0 6.661   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:26 #0 6.661   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:59:26 #0 6.661   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:26 #0 6.661   python3-urllib3 python3-xdg python3.6 python3.6-minimal readline-common
11:59:26 #0 6.662   shared-mime-info strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:59:26 #0 7.082 0 upgraded, 298 newly installed, 0 to remove and 4 not upgraded.
11:59:26 #0 7.082 Need to get 87.9 MB of archives.
11:59:26 #0 7.082 After this operation, 385 MB of additional disk space will be used.
11:59:26 #0 7.082 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB]
11:59:26 #0 7.226 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.1 arm64 1.1.1-1ubuntu2.1~18.04.20 [1062 kB]
11:59:26 #0 7.627 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-minimal arm64 3.6.9-1~18.04ubuntu1.9 [528 kB]
11:59:26 #0 7.680 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.9 [70.4 kB]
11:59:26 #0 7.680 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6-minimal arm64 3.6.9-1~18.04ubuntu1.9 [1326 kB]
11:59:26 #0 7.741 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:59:26 #0 7.742 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 mime-support all 3.60ubuntu1 [30.1 kB]
11:59:26 #0 7.743 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpdec2 arm64 2.4.2-1ubuntu1 [73.9 kB]
11:59:26 #0 7.744 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB]
11:59:26 #0 7.745 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB]
11:59:26 #0 7.749 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsqlite3-0 arm64 3.22.0-1ubuntu0.7 [430 kB]
11:59:26 #0 7.796 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-stdlib arm64 3.6.9-1~18.04ubuntu1.9 [1611 kB]
11:59:26 #0 7.850 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6 arm64 3.6.9-1~18.04ubuntu1.9 [203 kB]
11:59:26 #0 7.854 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3-stdlib arm64 3.6.7-1~18.04 [7240 B]
11:59:26 #0 7.854 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3 arm64 3.6.7-1~18.04 [47.2 kB]
11:59:26 #0 7.857 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 multiarch-support arm64 2.27-3ubuntu1.6 [6960 B]
11:59:26 #0 7.857 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxau6 arm64 1:1.0.8-1ubuntu1 [7088 B]
11:59:26 #0 7.857 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB]
11:59:26 #0 7.861 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B]
11:59:26 #0 7.861 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB]
11:59:26 #0 7.917 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
11:59:26 #0 7.989 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.4 [522 kB]
11:59:26 #0 7.997 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB]
11:59:26 #0 8.001 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 bsdmainutils arm64 11.1.2ubuntu1 [175 kB]
11:59:26 #0 8.004 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 groff-base arm64 1.22.3-10 [1152 kB]
11:59:26 #0 8.065 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB]
11:59:26 #0 8.066 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpipeline1 arm64 1.5.0-1 [22.0 kB]
11:59:26 #0 8.066 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 man-db arm64 2.8.3-2ubuntu0.1 [993 kB]
11:59:26 #0 8.082 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:59:26 #0 8.250 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B]
11:59:26 #0 8.251 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.6 [3338 kB]
11:59:26 #0 8.424 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.6 [201 kB]
11:59:26 #0 8.429 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssl arm64 1.1.1-1ubuntu2.1~18.04.20 [583 kB]
11:59:26 #0 8.452 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
11:59:26 #0 8.453 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 distro-info-data all 0.37ubuntu0.15 [4724 B]
11:59:26 #0 8.453 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmagic-mgc arm64 1:5.32-2ubuntu0.4 [184 kB]
11:59:26 #0 8.456 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmagic1 arm64 1:5.32-2ubuntu0.4 [61.9 kB]
11:59:26 #0 8.457 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 file arm64 1:5.32-2ubuntu0.4 [21.7 kB]
11:59:26 #0 8.457 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB]
11:59:26 #0 8.459 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapt-inst2.0 arm64 1.6.14 [56.7 kB]
11:59:26 #0 8.497 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:59:26 #0 8.569 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:59:26 #0 8.569 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.2 [7986 kB]
11:59:26 #0 8.980 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.8 [548 kB]
11:59:26 #0 8.983 Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libyaml-0-2 arm64 0.1.7-2ubuntu3 [40.0 kB]
11:59:26 #0 8.984 Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
11:59:26 #0 8.984 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB]
11:59:26 #0 8.984 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB]
11:59:26 #0 8.990 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 ucf all 3.0038 [50.5 kB]
11:59:26 #0 8.990 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB]
11:59:26 #0 8.990 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:59:26 #0 8.992 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gettext-base arm64 0.19.8.1-6ubuntu0.3 [110 kB]
11:59:26 #0 9.162 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 iso-codes all 3.79-1 [2565 kB]
11:59:26 #0 9.283 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 krb5-locales all 1.16-2ubuntu0.3 [13.5 kB]
11:59:26 #0 9.288 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB]
11:59:26 #0 9.288 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.3 [28.1 kB]
11:59:26 #0 9.288 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.3 [79.7 kB]
11:59:26 #0 9.288 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2.1 [8172 B]
11:59:26 #0 9.288 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.3 [241 kB]
11:59:26 #0 9.300 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.3 [103 kB]
11:59:26 #0 9.300 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB]
11:59:26 #0 9.301 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.10 [724 kB]
11:59:26 #0 9.357 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B]
11:59:26 #0 9.428 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB]
11:59:26 #0 9.483 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.7 [525 kB]
11:59:26 #0 9.519 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 publicsuffix all 20180223.1310-1 [97.6 kB]
11:59:26 #0 9.519 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python-apt-common all 1.6.6 [16.9 kB]
11:59:26 #0 9.519 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-apt arm64 1.6.6 [149 kB]
11:59:26 #0 9.519 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 strace arm64 4.21-1ubuntu1 [226 kB]
11:59:26 #0 9.528 Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB]
11:59:26 #0 9.528 Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 at arm64 3.1.20-3.1ubuntu2 [36.8 kB]
11:59:26 #0 9.531 Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsigsegv2 arm64 2.12-1 [14.1 kB]
11:59:26 #0 9.531 Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 m4 arm64 1.4.18-1 [185 kB]
11:59:26 #0 9.573 Get:74 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autoconf all 2.69-11 [322 kB]
11:59:26 #10 9.646 Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autotools-dev all 20180224.1 [39.6 kB]
11:59:26 #10 9.646 Get:76 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 automake all 1:1.15.1-3ubuntu2 [509 kB]
11:59:26 #10 9.664 Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
11:59:26 #10 9.679 Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.8 [197 kB]
11:59:26 #10 9.686 Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.8 [416 kB]
11:59:26 #10 9.701 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:59:26 #7 ...
11:59:26 
11:59:26 #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:59:26 #10 DONE 8.2s
11:59:26 
11:59:26 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:26 #10 8.001 Selecting previously unselected package perl-modules-5.32.
11:59:26 #10 8.001 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
11:59:26 #10 8.005 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:59:26 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6
11:59:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 10.49MB / 53.32MB 6.8s
11:59:26 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 28.31MB / 45.92MB 3.3s
11:59:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 6.29MB / 47.40MB 3.4s
11:59:26 #10 9.676 Selecting previously unselected package man-db.
11:59:26 #10 9.676 Preparing to unpack .../09-man-db_2.8.5-2_arm64.deb ...
11:59:26 #10 9.684 Unpacking man-db (2.8.5-2) ...
11:59:26 #10 9.907 Selecting previously unselected package perl-modules-5.28.
11:59:26 #10 9.907 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
11:59:26 #10 9.915 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:59:26 #17 2.216 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:59:26 #17 2.236 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:59:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 41.94MB / 53.32MB 7.3s
11:59:26 #11 9.927 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
11:59:26 #11 9.928 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
11:59:26 #11 10.03 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.2 [11.5 kB]
11:59:26 #11 10.03 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
11:59:26 #11 10.04 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
11:59:26 #11 10.04 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
11:59:26 #11 10.04 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.2 [31.0 kB]
11:59:26 #11 10.04 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.2 [80.0 kB]
11:59:26 #11 10.04 Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
11:59:26 #11 10.04 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.2 [330 kB]
11:59:26 #11 10.07 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.2 [121 kB]
11:59:26 #13 62.85   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.aarch64                  8/65 
11:59:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 9.44MB / 53.32MB 7.2s
11:59:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 24.12MB / 47.40MB 7.3s
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 6.29MB / 116.78MB 7.3s
11:59:26 #11 9.208 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B]
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 32.51MB / 116.78MB 7.4s
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 38.80MB / 116.78MB 7.6s
11:59:26 #11 7.599 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libicu66 arm64 66.1-2ubuntu2.1 [8360 kB]
11:59:26 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529
11:59:26 #7 ...
11:59:26 
11:59:26 #9 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf
11:59:26 #9 resolve docker.io/library/ubuntu:bionic@sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf 0.0s done
11:59:26 #9 sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf 1.33kB / 1.33kB done
11:59:26 #9 sha256:f21972d048d5439834187f47e9e2869e5434a3c5d49f7ef721d3d5f62fe7de60 424B / 424B done
11:59:26 #9 sha256:d17e780dbbcb4f0f3439981b5f09c45d9de103ca383942edbb8842911f2402fc 2.31kB / 2.31kB done
11:59:26 #9 sha256:c138257d410403a2127c08e269ac8467b8f2001b22a102934861b65b2f49bc1a 21.40MB / 21.40MB 1.6s done
11:59:26 #9 extracting sha256:c138257d410403a2127c08e269ac8467b8f2001b22a102934861b65b2f49bc1a 5.4s done
11:59:26 #9 DONE 7.5s
11:59:26 
11:59:26 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 69.21MB / 116.78MB 7.5s
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 30.41MB / 116.78MB 7.7s
11:59:26 #10 9.807 Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.8 [3364 B]
11:59:26 #10 9.807 Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.6 [58.6 kB]
11:59:26 #10 9.808 Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-202.213 [970 kB]
11:59:26 #10 9.842 Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.6 [2048 kB]
11:59:26 #10 ...
11:59:26 
11:59:26 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 24.12MB / 47.40MB 6.9s
11:59:26 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 31.46MB / 45.92MB 3.7s
11:59:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 9.44MB / 47.40MB 3.7s
11:59:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 7.5s done
11:59:26 #11 10.15 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
11:59:26 #11 10.15 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
11:59:26 #11 10.15 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
11:59:26 #11 10.15 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
11:59:26 #11 10.15 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
11:59:26 #11 10.15 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB]
11:59:26 #11 10.17 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
11:59:26 11:59:26 #11 10.17 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
11:59:26 #11 10.17 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
#7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 47.19MB / 53.32MB 7.6s
11:59:26 #11 10.24 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 [671 kB]
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 15.73MB / 116.78MB 7.6s
11:59:26 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 0B / 126B 7.6s
11:59:26 #11 10.29 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
11:59:26 #11 10.30 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.1 [17.0 kB]
11:59:26 #11 10.30 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.1 [154 kB]
11:59:26 #11 10.30 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
11:59:26 #11 10.30 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB]
11:59:26 #11 10.31 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
11:59:26 #11 ...
11:59:26 
11:59:26 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:26 #9 extracting sha256:d42a0fb443d7323eac0a2073d5a229cf6871c4cbddd8e85bad4b0301b2dadedb 3.8s done
11:59:26 #9 extracting sha256:f390d41539fbbd93f1f47d53f91bd33882827be2b6c7bd1aee8e0e5a3357e375 0.4s done
11:59:26 #9 extracting sha256:103b21370b9f71057fb1b91dcef9da199c272320fda90e0f449887f779b625b4 0.2s done
11:59:26 #9 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 4.1s done
11:59:26 #9 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.1s done
11:59:26 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 1.4s
11:59:26 #13 63.17   Installing : 1:make-3.82-24.el7.aarch64                                  9/65 
11:59:26 #13 63.50   Installing : checkpolicy-2.5-8.el7.aarch64                              10/65 
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 26.21MB / 116.78MB 7.9s
11:59:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 25.17MB / 53.32MB 7.9s
11:59:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 29.36MB / 47.40MB 7.6s
11:59:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 14.68MB / 53.32MB 7.6s
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 47.19MB / 116.78MB 7.9s
11:59:26 #11 9.281 Get:103 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libstdc++-11-dev amd64 11.3.0-1ubuntu1~22.04 [2087 kB]
11:59:26 #11 8.022 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:59:26 #11 8.041 Get:40 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-0-2 arm64 0.2.2-1 [44.4 kB]
11:59:26 #11 8.041 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
11:59:26 #11 8.042 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 netbase all 6.1 [13.1 kB]
11:59:26 #11 8.045 Get:43 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
11:59:26 #11 8.046 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-six all 1.14.0-2 [12.1 kB]
11:59:26 #11 8.046 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 shared-mime-info arm64 1.15-1 [429 kB]
11:59:26 #11 8.052 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 ucf all 3.0038+nmu1 [51.6 kB]
11:59:26 #11 8.053 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 xdg-user-dirs arm64 0.17-2ubuntu1 [47.6 kB]
11:59:26 #11 8.095 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 xz-utils arm64 5.2.4-1ubuntu1.1 [81.4 kB]
11:59:26 #11 8.167 Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext-base arm64 0.19.8.1-10build1 [48.2 kB]
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 75.50MB / 116.78MB 7.8s
11:59:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 27.26MB / 47.40MB 7.3s
11:59:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 13.63MB / 53.32MB 7.3s
11:59:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 50.33MB / 53.32MB 7.8s
11:59:26 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 7.7s done
11:59:26 #9 ...
11:59:26 
11:59:26 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:26 #11 10.32 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB]
11:59:26 #11 10.32 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB]
11:59:26 #11 10.37 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
11:59:26 #11 10.37 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
11:59:26 #11 10.44 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
11:59:26 #11 10.45 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
11:59:26 #11 10.45 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
11:59:26 #11 10.47 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
11:59:26 #11 10.48 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.4 [207 kB]
11:59:26 #11 10.49 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.4 [474 kB]
11:59:26 #11 10.52 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.4 [47.2 kB]
11:59:26 #11 10.52 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.4 [46.6 kB]
11:59:26 #11 10.52 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.4 [1613 kB]
11:59:26 #11 10.59 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.4 [3380 B]
11:59:26 #11 10.59 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.9 [71.8 kB]
11:59:26 #11 10.59 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-137.154 [1120 kB]
11:59:26 #11 10.63 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
11:59:26 #11 10.64 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.9 [2519 kB]
11:59:26 #11 1.097 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
11:59:26 #13 63.54   Installing : m4-1.4.16-10.el7.aarch64                                   11/65 
11:59:26 #10 8.567 Selecting previously unselected package libgdbm-compat4:arm64.
11:59:26 #10 8.567 Preparing to unpack .../07-libgdbm-compat4_1.19-2_arm64.deb ...
11:59:26 #10 8.571 Unpacking libgdbm-compat4:arm64 (1.19-2) ...
11:59:26 #10 8.620 Selecting previously unselected package libperl5.32:arm64.
11:59:26 #10 8.620 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_arm64.deb ...
11:59:26 #10 8.625 Unpacking libperl5.32:arm64 (5.32.1-4+deb11u2) ...
11:59:26 #8 ...
11:59:26 
11:59:26 #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:59:26 #9 DONE 4.1s
11:59:26 
11:59:26 #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:59:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 17.83MB / 53.32MB 7.8s
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 12.58MB / 116.78MB 7.8s
11:59:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 33.55MB / 47.40MB 8.0s
11:59:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 20.97MB / 53.32MB 8.0s
11:59:26 #11 8.169 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iso-codes all 4.4-1 [2695 kB]
11:59:26 #11 8.298 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 krb5-locales all 1.17-6ubuntu4.2 [11.5 kB]
11:59:26 #11 8.300 Get:52 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcbor0.6 arm64 0.6.0-0ubuntu1 [20.5 kB]
11:59:26 #11 8.301 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libedit2 arm64 3.1-20191231-1 [82.7 kB]
11:59:26 #11 8.303 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfido2-1 arm64 1.3.1-1ubuntu2 [45.1 kB]
11:59:26 #11 8.304 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5support0 arm64 1.17-6ubuntu4.2 [30.5 kB]
11:59:26 #11 8.305 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libk5crypto3 arm64 1.17-6ubuntu4.2 [80.4 kB]
11:59:26 #11 8.308 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkeyutils1 arm64 1.6-6ubuntu1.1 [10.1 kB]
11:59:26 #11 8.315 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-3 arm64 1.17-6ubuntu4.2 [312 kB]
11:59:26 #11 8.319 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi-krb5-2 arm64 1.17-6ubuntu4.2 [113 kB]
11:59:26 #11 8.383 Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpsl5 arm64 0.21.0-1ubuntu1 [51.3 kB]
11:59:26 #11 8.384 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxau6 arm64 1:1.0.9-0ubuntu1 [7356 B]
11:59:26 #11 8.386 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu1 [10.3 kB]
11:59:26 #11 8.388 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb1 arm64 1.14-2 [43.0 kB]
11:59:26 #11 8.389 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
11:59:26 #11 8.392 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-6 arm64 2:1.6.9-2ubuntu1.2 [552 kB]
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 37.75MB / 116.78MB 8.1s
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 6.29MB / 116.78MB 7.4s
11:59:26 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 8.1s
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 25.17MB / 116.78MB 8.3s
11:59:26 #11 10.75 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:59:26 #11 10.75 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
11:59:26 #11 10.77 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
11:59:26 #11 10.78 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
11:59:26 #11 10.78 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB]
11:59:26 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 34.60MB / 45.92MB 4.1s
11:59:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 12.58MB / 47.40MB 4.2s
11:59:26 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 36.70MB / 47.40MB 8.2s
11:59:26 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 19.92MB / 116.78MB 8.2s
11:59:26 #9 ...
11:59:26 
11:59:26 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:26 #0 0.939 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:59:26 #0 0.945 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:59:26 #0 0.945 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:59:26 #0 1.089 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:59:26 #0 1.367 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
11:59:26 #0 1.460 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:59:26 #0 3.292 Fetched 8628 kB in 3s (3312 kB/s)
11:59:26 #0 3.292 Reading package lists...
11:59:26 #0 4.228 Reading package lists...
11:59:26 #0 5.374 Building dependency tree...
11:59:26 #0 5.559 Reading state information...
11:59:26 #0 5.856 The following additional packages will be installed:
11:59:26 #0 5.856   autoconf automake autopoint autotools-dev binutils binutils-common
11:59:26 #0 5.856   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:59:26 #0 5.856   ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
11:59:26 #0 5.856   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:26 #0 5.857   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:59:26 #0 5.857   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:59:26 #0 5.858   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:59:26 #0 5.858   intltool-debian iso-codes less libalgorithm-diff-perl
11:59:26 #0 5.858   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:59:26 #0 5.859   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
11:59:26 #0 5.859   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:59:26 #0 5.859   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:26 #0 5.859   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
11:59:26 #0 5.859   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
11:59:26 #0 5.860   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:26 #0 5.860   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:59:26 #0 5.860   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:59:26 #0 5.860   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:59:26 #0 5.860   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:26 #0 5.860   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
11:59:26 #0 5.860   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:26 #0 5.870   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:59:26 #0 5.870   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:59:26 #0 5.870   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:59:26 #0 5.870   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:59:26 #0 5.870   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:26 #0 5.870   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:26 #0 5.870   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:26 #0 5.870   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:26 #0 5.871   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:59:26 #0 5.871   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:59:26 #0 5.871   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:59:26 #0 5.871   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:59:26 #0 5.871   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:26 #0 5.872   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:26 #0 5.872   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:26 #0 5.872   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:59:26 #0 5.872   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:59:26 #0 5.872   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:59:26 #0 5.872   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:26 #0 5.872   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
11:59:26 #0 5.872   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:59:26 #0 5.872   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:26 #0 5.872   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:26 #0 5.872   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:59:26 #0 5.872   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:26 #0 5.877   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:59:26 #0 5.877   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:26 #0 5.877   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:59:26 #0 5.877   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:59:26 #0 5.877   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:59:26 #0 5.877   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:59:26 #0 5.877   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:59:26 #0 5.877   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:26 #0 5.877   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:59:26 #0 5.877   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:59:26 #0 5.877   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:26 #0 5.877   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
11:59:26 #0 5.877   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:26 #0 5.877   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:26 #0 5.877   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:26 #0 5.877   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:26 #0 5.877   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:59:26 #0 5.877   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:59:26 #0 5.877   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:26 #0 5.877   libstring-shellquote-perl libsub-exporter-perl
11:59:26 #0 5.877   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:26 #0 5.877   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:26 #0 5.877   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:59:26 #0 5.877   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:59:26 #0 5.877   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:59:26 #0 5.877   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:59:26 #0 5.877   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
11:59:26 #0 5.877   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:59:26 #0 5.877   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
11:59:26 #0 5.877   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
11:59:26 #0 5.877   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
11:59:26 #0 5.877   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:59:26 #0 5.877   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
11:59:26 #0 5.877   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:59:26 #0 5.877   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
11:59:26 #0 5.877   netbase openssh-client openssl patch patchutils pbzip2 perl
11:59:26 #0 5.877   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
11:59:26 #0 5.877   pristine-tar publicsuffix python-apt-common python3 python3-apt
11:59:26 #0 5.877   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
11:59:26 #0 5.877   python3-magic python3-minimal python3-pkg-resources python3-requests
11:59:26 #0 5.877   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
11:59:26 #0 5.877   python3.9-minimal readline-common sensible-utils shared-mime-info strace
11:59:26 #0 5.877   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:59:26 #0 5.880 Suggested packages:
11:59:26 #0 5.880   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:59:26 #0 5.880   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
11:59:26 #0 5.880   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:59:26 #0 5.880   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:59:26 #0 5.880   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:26 #0 5.880   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:59:26 #0 5.880   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:59:26 #0 5.880   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
11:59:26 #0 5.880   g++-multilib g++-10-multilib gcc-10-doc gcc-multilib flex bison gdb gcc-doc
11:59:26 #0 5.880   gcc-10-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:59:26 #0 5.880   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
11:59:26 #0 5.880   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
11:59:26 #0 5.880   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n gpm
11:59:26 #0 5.881   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
11:59:26 #0 5.881   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:59:26 #0 5.881   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:59:26 #0 5.881   libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-10-doc
11:59:26 #0 5.881   libbareword-filehandles-perl libindirect-perl libmultidimensional-perl
11:59:26 #0 5.881   gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl
11:59:26 #0 5.881   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
11:59:26 #0 5.881   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
11:59:26 #0 5.881   www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc
11:59:26 #0 5.881   perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
11:59:26 #0 5.881   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:59:26 #0 5.881   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:59:26 #0 5.881   python3-cryptography python3-openssl python3-socks python-requests-doc
11:59:26 #0 5.881   python3.9-venv python3.9-doc binfmt-support readline-doc zip wdiff-doc
11:59:26 #0 8.510 The following NEW packages will be installed:
11:59:26 #0 8.510   autoconf automake autopoint autotools-dev binutils binutils-common
11:59:26 #0 8.510   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:59:26 #0 8.510   ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
11:59:26 #0 8.510   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:26 #0 8.510   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:59:26 #0 8.511   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
11:59:26 #0 8.511   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:59:26 #0 8.511   gpgconf gpgsm groff-base intltool-debian iso-codes less
11:59:26 #0 8.511   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:26 #0 8.511   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:26 #0 8.511   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
11:59:26 #0 8.511   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:59:26 #0 8.511   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:59:26 #0 8.512   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
11:59:26 #0 8.512   libclass-inspector-perl libclass-method-modifiers-perl
11:59:26 #0 8.512   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:26 #0 8.512   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:26 #0 8.512   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:59:26 #0 8.512   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:59:26 #0 8.512   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:59:26 #0 8.512   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:26 #0 8.512   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:59:26 #0 8.512   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:59:26 #0 8.512   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:59:26 #0 8.512   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:59:26 #0 8.512   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:26 #0 8.512   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:26 #0 8.512   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:26 #0 8.512   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:26 #0 8.512   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:59:26 #0 8.513   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:59:26 #0 8.513   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:59:26 #0 8.513   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:59:26 #0 8.513   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:26 #0 8.513   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:26 #0 8.513   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:26 #0 8.513   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:59:26 #0 8.513   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:59:26 #0 8.514   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:59:26 #0 8.514   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:26 #0 8.514   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
11:59:26 #0 8.514   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:59:26 #0 8.514   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:26 #0 8.514   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:26 #0 8.514   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:59:26 #0 8.514   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:26 #0 8.514   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:59:26 #0 8.514   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:26 #0 8.514   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:59:26 #0 8.514   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:59:26 #0 8.514   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:59:26 #0 8.515   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:59:26 #0 8.515   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:59:26 #0 8.515   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:26 #0 8.515   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:59:26 #0 8.515   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:59:26 #0 8.515   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:26 #0 8.515   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
11:59:26 #0 8.515   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:26 #0 8.515   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:26 #0 8.515   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:26 #0 8.515   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:26 #0 8.515   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:59:26 #0 8.515   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:59:26 #0 8.515   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:26 #0 8.515   libstring-shellquote-perl libsub-exporter-perl
11:59:26 #0 8.515   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:26 #0 8.515   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:26 #0 8.515   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:59:26 #0 8.515   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:59:26 #0 8.515   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:59:26 #0 8.515   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:59:26 #0 8.515   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
11:59:26 #0 8.515   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:59:26 #0 8.516   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
11:59:26 #0 8.516   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
11:59:26 #0 8.516   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
11:59:26 #0 8.516   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:59:26 #0 8.516   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
11:59:26 #0 8.516   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:59:26 #0 8.516   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
11:59:26 #0 8.516   netbase openssh-client openssl patch patchutils pbzip2 perl
11:59:26 #0 8.516   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
11:59:26 #0 8.517   pristine-tar publicsuffix python-apt-common python3 python3-apt
11:59:26 #0 8.517   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
11:59:26 #0 8.517   python3-magic python3-minimal python3-pkg-resources python3-requests
11:59:26 #0 8.517   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
11:59:26 #0 8.517   python3.9-minimal readline-common sensible-utils shared-mime-info strace
11:59:26 #0 8.517   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:59:26 #10 ...
11:59:26 
11:59:26 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:26 #11 8.455 Get:66 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxext6 arm64 2:1.3.4-0ubuntu1 [27.7 kB]
11:59:26 #11 8.470 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxmuu1 arm64 2:1.1.3-0ubuntu1 [9772 B]
11:59:26 #11 8.471 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 manpages all 5.05-1 [1314 kB]
11:59:26 #11 8.515 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssh-client arm64 1:8.2p1-4ubuntu0.5 [637 kB]
11:59:26 #11 8.540 Get:70 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 publicsuffix all 20200303.0012-1 [111 kB]
11:59:26 #11 8.542 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python-apt-common all 2.0.1 [17.0 kB]
11:59:26 #11 8.544 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-apt arm64 2.0.1 [147 kB]
11:59:26 #11 8.547 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 strace arm64 5.5-3ubuntu1 [297 kB]
11:59:26 #11 8.557 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 xauth arm64 1:1.1-0ubuntu1 [24.1 kB]
11:59:26 #11 8.558 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfl2 arm64 2.6.4-6.2 [11.4 kB]
11:59:26 #11 8.599 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 at arm64 3.1.23-1ubuntu1 [37.7 kB]
11:59:26 #11 8.601 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsigsegv2 arm64 2.12-2 [13.3 kB]
11:59:26 #11 8.603 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 m4 arm64 1.4.18-4 [194 kB]
11:59:26 #11 8.671 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autoconf all 2.69-11.1 [321 kB]
11:59:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 28.31MB / 53.32MB 8.3s
11:59:27 #8 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.4s done
11:59:27 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529
11:59:27 #11 9.801 Get:104 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 g++-11 amd64 11.3.0-1ubuntu1~22.04 [11.4 MB]
11:59:27 #7 ...
11:59:27 
11:59:27 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:27 #0 0.957 Get:1 http://deb.debian.org/debian bookworm InRelease [171 kB]
11:59:27 #0 0.971 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
11:59:27 #0 0.971 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:59:27 #0 1.084 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8982 kB]
11:59:27 #0 2.860 Fetched 9250 kB in 2s (4278 kB/s)
11:59:27 #0 2.860 Reading package lists...
11:59:27 #0 3.740 Reading package lists...
11:59:27 #0 4.620 Building dependency tree...
11:59:27 #0 4.827 Reading state information...
11:59:27 #0 5.082 The following additional packages will be installed:
11:59:27 #0 5.082   adduser autoconf automake autopoint autotools-dev binutils binutils-common
11:59:27 #0 5.082   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:59:27 #0 5.082   ca-certificates cpp cpp-12 dctrl-tools debhelper debian-keyring
11:59:27 #0 5.082   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:27 #0 5.082   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:59:27 #0 5.082   g++-12 gcc gcc-12 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:59:27 #0 5.082   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:59:27 #0 5.082   intltool-debian iso-codes krb5-locales less libabsl20220623
11:59:27 #0 5.082   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:27 #0 5.082   libaliased-perl libaom3 libapt-pkg-perl libarchive-cpio-perl
11:59:27 #0 5.082   libarchive-zip-perl libarchive13 libarray-intspan-perl libasan8 libassuan0
11:59:27 #0 5.082   libatomic1 libauthen-sasl-perl libavif15 libb-hooks-endofscope-perl
11:59:27 #0 5.082   libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0
11:59:27 #0 5.082   libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:59:27 #0 5.082   libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl
11:59:27 #0 5.082   libclass-inspector-perl libclass-method-modifiers-perl
11:59:27 #0 5.082   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:27 #0 5.082   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:27 #0 5.082   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:59:27 #0 5.082   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:59:27 #0 5.082   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:59:27 #0 5.082   libdata-validate-ip-perl libdata-validate-uri-perl libdav1d6 libde265-0
11:59:27 #0 5.082   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:27 #0 5.082   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:59:27 #0 5.082   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:59:27 #0 5.082   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:59:27 #0 5.082   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:59:27 #0 5.082   libfeature-compat-class-perl libfeature-compat-try-perl libfido2-1
11:59:27 #0 5.082   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:27 #0 5.082   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:27 #0 5.082   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:27 #0 5.082   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:27 #0 5.082   libfreetype6 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3
11:59:27 #0 5.082   libgdbm-compat4 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl
11:59:27 #0 5.082   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 libgprofng0
11:59:27 #0 5.082   libgssapi-krb5-2 libheif1 libhtml-form-perl libhtml-format-perl
11:59:27 #0 5.082   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:27 #0 5.082   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
11:59:27 #0 5.082   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
11:59:27 #0 5.082   libhttp-negotiate-perl libhttp-tiny-multipart-perl libicu72
11:59:27 #0 5.082   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
11:59:27 #0 5.082   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:59:27 #0 5.082   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:27 #0 5.082   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
11:59:27 #0 5.082   libiterator-util-perl libitm1 libjansson4 libjbig0 libjpeg62-turbo
11:59:27 #0 5.082   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:59:27 #0 5.082   libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4
11:59:27 #0 5.082   liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:27 #0 5.082   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:59:27 #0 5.082   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:27 #0 5.082   liblwp-protocol-https-perl liblz1 liblzma5 liblzo2-2 libmagic-mgc libmagic1
11:59:27 #0 5.082   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:59:27 #0 5.082   libmime-tools-perl libmldbm-perl libmodule-implementation-perl
11:59:27 #0 5.082   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:59:27 #0 5.082   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libncursesw6
11:59:27 #0 5.082   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
11:59:27 #0 5.082   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
11:59:27 #0 5.082   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnsl2 libnuma1
11:59:27 #0 5.082   libnumber-compare-perl libobject-pad-perl libossp-uuid-perl libossp-uuid16
11:59:27 #0 5.082   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:27 #0 5.082   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36
11:59:27 #0 5.082   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
11:59:27 #0 5.082   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:27 #0 5.082   libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libquadmath0
11:59:27 #0 5.082   librav1e0 libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:27 #0 5.082   libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
11:59:27 #0 5.082   libregexp-pattern-license-perl libregexp-pattern-perl
11:59:27 #0 5.082   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:27 #0 5.082   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:27 #0 5.082   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
11:59:27 #0 5.082   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
11:59:27 #0 5.082   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:27 #0 5.082   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
11:59:27 #0 5.082   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:27 #0 5.082   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
11:59:27 #0 5.082   libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl
11:59:27 #0 5.082   libtask-weaken-perl libterm-readkey-perl libtext-glob-perl
11:59:27 #0 5.082   libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:59:27 #0 5.082   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
11:59:27 #0 5.082   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:59:27 #0 5.082   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
11:59:27 #0 5.082   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:59:27 #0 5.082   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7
11:59:27 #0 5.082   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
11:59:27 #0 5.082   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
11:59:27 #0 5.082   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:27 #0 5.082   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
11:59:27 #0 5.082   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
11:59:27 #0 5.082   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
11:59:27 #0 5.082   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
11:59:27 #0 5.082   manpages manpages-dev media-types netbase openssh-client openssl patch
11:59:27 #0 5.082   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
11:59:27 #0 5.082   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
11:59:27 #0 5.082   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:27 #0 5.082   python3-charset-normalizer python3-debian python3-gpg python3-idna
11:59:27 #0 5.082   python3-magic python3-minimal python3-pkg-resources python3-requests
11:59:27 #0 5.082   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
11:59:27 #0 5.082   python3.11-minimal readline-common rpcsvc-proto sensible-utils
11:59:27 #0 5.082   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
11:59:27 #0 5.082   xdg-user-dirs xz-utils zstd
11:59:27 #0 5.082 Suggested packages:
11:59:27 #0 5.082   cron quota autoconf-archive gnu-standards autoconf-doc binutils-doc
11:59:27 #0 5.082   bzip2-doc cpp-doc gcc-12-locales cpp-12-doc debtags dh-make adequate at
11:59:27 #0 5.082   autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things
11:59:27 #0 5.082   cvs-buildpackage diffoscope disorderfs dose-extra duck elpa-devscripts
11:59:27 #0 5.082   faketime gnuplot how-can-i-help libdbd-pg-perl libfile-desktopentry-perl
11:59:27 #0 5.082   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
11:59:27 #0 5.082   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
11:59:27 #0 5.082   reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
11:59:27 #0 5.082   pinentry-gnome3 tor mini-dinstall rsync g++-multilib g++-12-multilib
11:59:27 #0 5.082   gcc-12-doc gcc-multilib flex bison gdb gcc-doc gcc-12-multilib gettext-doc
11:59:27 #0 5.082   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
11:59:27 #0 5.082   git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
11:59:27 #0 5.082   parcimonie xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl
11:59:27 #0 5.082   libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n low-memory-monitor gpm
11:59:27 #0 5.082   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl uuid
11:59:27 #0 5.082   libscalar-number-perl libsasl2-modules-gssapi-mit
11:59:27 #0 5.082   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:27 #0 5.082   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:59:27 #0 5.082   libnet-jabber-perl libstdc++-12-doc libbareword-filehandles-perl
11:59:27 #0 5.082   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:59:27 #0 5.082   libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
11:59:27 #0 5.082   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:27 #0 5.082   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:59:27 #0 5.082   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:59:27 #0 5.082   libterm-readline-gnu-perl | libterm-readline-perl-perl
11:59:27 #0 5.082   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:59:27 #0 5.082   python3-tk python3-venv python-apt-doc python3-setuptools
11:59:27 #0 5.082   python3-cryptography python3-openssl python3-socks python-requests-doc
11:59:27 #0 5.082   python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc
11:59:27 #0 5.082   binfmt-support readline-doc zip wdiff-doc
11:59:27 #0 8.390 The following NEW packages will be installed:
11:59:27 #0 8.390   adduser autoconf automake autopoint autotools-dev binutils binutils-common
11:59:27 #0 8.390   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:59:27 #0 8.390   ca-certificates cpp cpp-12 curl dctrl-tools debhelper debian-keyring
11:59:27 #0 8.390   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:27 #0 8.390   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:59:27 #0 8.390   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base git git-man
11:59:27 #0 8.390   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:59:27 #0 8.390   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:59:27 #0 8.390   libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:27 #0 8.390   libalgorithm-merge-perl libaliased-perl libaom3 libapt-pkg-perl
11:59:27 #0 8.390   libarchive-cpio-perl libarchive-zip-perl libarchive13 libarray-intspan-perl
11:59:27 #0 8.390   libasan8 libassuan0 libatomic1 libauthen-sasl-perl libavif15
11:59:27 #0 8.390   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
11:59:27 #0 8.391   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:59:27 #0 8.391   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
11:59:27 #0 8.391   libclass-data-inheritable-perl libclass-inspector-perl
11:59:27 #0 8.391   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:27 #0 8.391   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:59:27 #0 8.391   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:59:27 #0 8.391   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:59:27 #0 8.391   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:27 #0 8.391   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:59:27 #0 8.391   libdata-validate-uri-perl libdav1d6 libde265-0 libdebhelper-perl libdeflate0
11:59:27 #0 8.391   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:59:27 #0 8.391   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
11:59:27 #0 8.391   libelf1 libemail-address-xs-perl libencode-locale-perl liberror-perl
11:59:27 #0 8.391   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:59:27 #0 8.391   libfcgi-bin libfcgi-perl libfcgi0ldbl libfeature-compat-class-perl
11:59:27 #0 8.391   libfeature-compat-try-perl libfido2-1 libfile-basedir-perl
11:59:27 #0 8.391   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
11:59:27 #0 8.391   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
11:59:27 #0 8.391   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
11:59:27 #0 8.391   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6
11:59:27 #0 8.391   libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgdbm6
11:59:27 #0 8.391   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:59:27 #0 8.391   libgomp1 libgpgme11 libgpm2 libgprofng0 libgssapi-krb5-2 libheif1
11:59:27 #0 8.391   libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
11:59:27 #0 8.391   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
11:59:27 #0 8.391   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:27 #0 8.391   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:27 #0 8.391   libicu72 libimport-into-perl libindirect-perl libio-html-perl
11:59:27 #0 8.391   libio-interactive-perl libio-prompter-perl libio-pty-perl
11:59:27 #0 8.391   libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl
11:59:27 #0 8.391   libio-stringy-perl libipc-run-perl libipc-run3-perl
11:59:27 #0 8.391   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:27 #0 8.391   libitm1 libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl
11:59:27 #0 8.391   libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3
11:59:27 #0 8.391   libkrb5support0 libksba8 libldap-2.5-0 libldap-common liblerc4
11:59:27 #0 8.391   liblist-compare-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:27 #0 8.391   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:59:27 #0 8.391   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:27 #0 8.391   liblwp-protocol-https-perl liblz1 liblzo2-2 libmagic-mgc libmagic1
11:59:27 #0 8.391   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:59:27 #0 8.391   libmime-tools-perl libmldbm-perl libmodule-implementation-perl
11:59:27 #0 8.391   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:59:27 #0 8.391   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libncursesw6
11:59:27 #0 8.391   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
11:59:27 #0 8.391   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
11:59:27 #0 8.391   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnsl2 libnuma1
11:59:27 #0 8.391   libnumber-compare-perl libobject-pad-perl libossp-uuid-perl libossp-uuid16
11:59:27 #0 8.391   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:27 #0 8.391   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.36
11:59:27 #0 8.391   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
11:59:27 #0 8.391   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:27 #0 8.391   libpython3-stdlib libpython3.11-minimal libpython3.11-stdlib libquadmath0
11:59:27 #0 8.391   librav1e0 libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:27 #0 8.391   libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
11:59:27 #0 8.391   libregexp-pattern-license-perl libregexp-pattern-perl
11:59:27 #0 8.392   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:27 #0 8.392   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:27 #0 8.392   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
11:59:27 #0 8.392   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
11:59:27 #0 8.392   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:27 #0 8.392   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
11:59:27 #0 8.392   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:27 #0 8.392   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
11:59:27 #0 8.392   libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl
11:59:27 #0 8.392   libtask-weaken-perl libterm-readkey-perl libtext-glob-perl
11:59:27 #0 8.392   libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:59:27 #0 8.392   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
11:59:27 #0 8.392   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:59:27 #0 8.392   libtry-tiny-perl libtsan2 libtype-tiny-perl libtype-tiny-xs-perl
11:59:27 #0 8.392   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:59:27 #0 8.392   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp7
11:59:27 #0 8.392   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
11:59:27 #0 8.392   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
11:59:27 #0 8.392   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:27 #0 8.392   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
11:59:27 #0 8.392   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
11:59:27 #0 8.392   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
11:59:27 #0 8.392   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
11:59:27 #0 8.392   manpages manpages-dev media-types netbase openssh-client openssl patch
11:59:27 #0 8.392   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
11:59:27 #0 8.392   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
11:59:27 #0 8.392   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:27 #0 8.392   python3-charset-normalizer python3-debian python3-gpg python3-idna
11:59:27 #0 8.392   python3-magic python3-minimal python3-pkg-resources python3-requests
11:59:27 #0 8.392   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
11:59:27 #0 8.393   python3.11-minimal readline-common rpcsvc-proto sensible-utils
11:59:27 #0 8.393   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
11:59:27 #0 8.393   xdg-user-dirs xz-utils zstd
11:59:27 #0 8.394 The following packages will be upgraded:
11:59:27 #0 8.395   liblzma5
11:59:27 #0 8.684 1 upgraded, 430 newly installed, 0 to remove and 7 not upgraded.
11:59:27 #0 8.684 Need to get 194 MB of archives.
11:59:27 #0 8.684 After this operation, 685 MB of additional disk space will be used.
11:59:27 #0 8.684 Get:1 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7 [2815 kB]
11:59:27 #0 8.725 Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB]
11:59:27 #0 8.725 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB]
11:59:27 #0 8.725 Get:4 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7 [4218 kB]
11:59:27 #0 8.768 Get:5 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7 [239 kB]
11:59:27 #0 8.768 Get:6 http://deb.debian.org/debian bookworm/main amd64 liblocale-gettext-perl amd64 1.07-5 [15.4 kB]
11:59:27 #0 8.768 Get:7 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.7-2 [2007 kB]
11:59:27 #0 8.791 Get:8 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.1-2 [812 kB]
11:59:27 #0 8.799 Get:9 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1 [99.3 kB]
11:59:27 #0 8.801 Get:10 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.1-2 [2065 kB]
11:59:27 #0 8.820 Get:11 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.1-3 [25.9 kB]
11:59:27 #0 8.828 Get:12 http://deb.debian.org/debian bookworm/main amd64 media-types all 8.0.0 [33.4 kB]
11:59:27 #0 8.828 Get:13 http://deb.debian.org/debian bookworm/main amd64 liblzma5 amd64 5.4.1-0.1 [205 kB]
11:59:27 #0 8.828 Get:14 http://deb.debian.org/debian bookworm/main amd64 libmpdec3 amd64 2.5.1-2 [87.8 kB]
11:59:27 #0 8.829 Get:15 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-2 [134 kB]
11:59:27 #0 8.830 Get:16 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-1 [32.2 kB]
11:59:27 #0 8.831 Get:17 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-1 [78.6 kB]
11:59:27 #0 8.832 Get:18 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
11:59:27 #0 8.836 Get:19 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-1 [331 kB]
11:59:27 #0 8.837 Get:20 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-1 [134 kB]
11:59:27 #0 8.838 Get:21 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
11:59:27 #0 8.839 Get:22 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB]
11:59:27 #0 8.840 Get:23 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]
11:59:27 #0 8.841 Get:24 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB]
11:59:27 #0 8.842 Get:25 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB]
11:59:27 #0 8.844 Get:26 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-1 [838 kB]
11:59:27 #0 8.865 Get:27 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.1-2 [1712 kB]
11:59:27 #0 8.883 Get:28 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.1-2 [567 kB]
11:59:27 #0 8.888 Get:29 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.1-3 [8960 B]
11:59:27 #0 8.889 Get:30 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.1-3 [25.9 kB]
11:59:27 #0 8.890 Get:31 http://deb.debian.org/debian bookworm/main amd64 adduser all 3.130 [117 kB]
11:59:27 #0 8.891 Get:32 http://deb.debian.org/debian bookworm/main amd64 less amd64 590-1.1 [131 kB]
11:59:27 #0 8.893 Get:33 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB]
11:59:27 #0 8.894 Get:34 http://deb.debian.org/debian bookworm/main amd64 sensible-utils all 0.0.17+nmu1 [19.0 kB]
11:59:27 #0 8.894 Get:35 http://deb.debian.org/debian bookworm/main amd64 bzip2 amd64 1.0.8-5+b1 [49.8 kB]
11:59:27 #0 8.896 Get:36 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.7-2 [1399 kB]
11:59:27 #0 8.909 Get:37 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20211016 [156 kB]
11:59:27 #0 8.911 Get:38 http://deb.debian.org/debian bookworm/main amd64 libmagic-mgc amd64 1:5.44-3 [305 kB]
11:59:27 #0 8.914 Get:39 http://deb.debian.org/debian bookworm/main amd64 libmagic1 amd64 1:5.44-3 [104 kB]
11:59:27 #0 8.916 Get:40 http://deb.debian.org/debian bookworm/main amd64 file amd64 1:5.44-3 [42.5 kB]
11:59:27 #0 8.917 Get:41 http://deb.debian.org/debian bookworm/main amd64 gettext-base amd64 0.21-11 [160 kB]
11:59:27 #0 8.919 Get:42 http://deb.debian.org/debian bookworm/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
11:59:27 #0 8.920 Get:43 http://deb.debian.org/debian bookworm/main amd64 groff-base amd64 1.22.4-9 [916 kB]
11:59:27 #0 8.929 Get:44 http://deb.debian.org/debian bookworm/main amd64 krb5-locales all 1.20.1-1 [62.4 kB]
11:59:27 #0 8.930 Get:45 http://deb.debian.org/debian bookworm/main amd64 bsdextrautils amd64 2.38.1-4 [86.2 kB]
11:59:27 #0 8.931 Get:46 http://deb.debian.org/debian bookworm/main amd64 libpipeline1 amd64 1.5.7-1 [38.5 kB]
11:59:27 #0 8.932 Get:47 http://deb.debian.org/debian bookworm/main amd64 man-db amd64 2.11.2-1 [1386 kB]
11:59:27 #0 8.945 Get:48 http://deb.debian.org/debian bookworm/main amd64 manpages all 6.02-1 [1327 kB]
11:59:27 #0 8.957 Get:49 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB]
11:59:27 #0 8.958 Get:50 http://deb.debian.org/debian bookworm/main amd64 libedit2 amd64 3.1-20221030-2 [93.0 kB]
11:59:27 #0 8.960 Get:51 http://deb.debian.org/debian bookworm/main amd64 libcbor0.8 amd64 0.8.0-2+b1 [27.4 kB]
11:59:27 #0 8.961 Get:52 http://deb.debian.org/debian bookworm/main amd64 libfido2-1 amd64 1.12.0-2 [76.8 kB]
11:59:27 #0 8.962 Get:53 http://deb.debian.org/debian bookworm/main amd64 openssh-client amd64 1:9.1p1-2 [970 kB]
11:59:27 #0 8.971 Get:54 http://deb.debian.org/debian bookworm/main amd64 ucf all 3.0043 [74.0 kB]
11:59:27 #0 8.972 Get:55 http://deb.debian.org/debian bookworm/main amd64 xz-utils amd64 5.4.1-0.1 [468 kB]
11:59:27 #0 8.977 Get:56 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-2 [287 kB]
11:59:27 #0 8.980 Get:57 http://deb.debian.org/debian bookworm/main amd64 autoconf all 2.71-3 [332 kB]
11:59:27 #0 8.983 Get:58 http://deb.debian.org/debian bookworm/main amd64 autotools-dev all 20220109.1 [51.6 kB]
11:59:27 #0 8.984 Get:59 http://deb.debian.org/debian bookworm/main amd64 automake all 1:1.16.5-1.3 [823 kB]
11:59:27 #0 8.992 Get:60 http://deb.debian.org/debian bookworm/main amd64 autopoint all 0.21-11 [495 kB]
11:59:27 #0 8.997 Get:61 http://deb.debian.org/debian bookworm/main amd64 binutils-common amd64 2.40-2 [2487 kB]
11:59:27 #0 9.028 Get:62 http://deb.debian.org/debian bookworm/main amd64 libbinutils amd64 2.40-2 [572 kB]
11:59:27 #0 9.028 Get:63 http://deb.debian.org/debian bookworm/main amd64 libctf-nobfd0 amd64 2.40-2 [153 kB]
11:59:27 #0 9.029 Get:64 http://deb.debian.org/debian bookworm/main amd64 libctf0 amd64 2.40-2 [89.8 kB]
11:59:27 #0 9.031 Get:65 http://deb.debian.org/debian bookworm/main amd64 libgprofng0 amd64 2.40-2 [812 kB]
11:59:27 #0 9.044 Get:66 http://deb.debian.org/debian bookworm/main amd64 libjansson4 amd64 2.14-2 [40.8 kB]
11:59:27 #0 9.044 Get:67 http://deb.debian.org/debian bookworm/main amd64 binutils-x86-64-linux-gnu amd64 2.40-2 [2246 kB]
11:59:27 #0 9.088 Get:68 http://deb.debian.org/debian bookworm/main amd64 binutils amd64 2.40-2 [65.0 kB]
11:59:27 #10 9.090 Get:69 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-8 [43.8 kB]
11:59:27 #10 9.092 Get:70 http://deb.debian.org/debian bookworm/main amd64 linux-libc-dev amd64 6.1.8-1 [1720 kB]
11:59:27 #10 9.112 Get:71 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]
11:59:27 #10 9.113 Get:72 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
11:59:27 #10 9.115 Get:73 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
11:59:27 #10 9.116 Get:74 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
11:59:27 #10 9.117 Get:75 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-8 [1897 kB]
11:59:27 #10 9.138 Get:76 http://deb.debian.org/debian bookworm/main amd64 libisl23 amd64 0.25-1 [690 kB]
11:59:27 #10 9.146 Get:77 http://deb.debian.org/debian bookworm/main amd64 libmpfr6 amd64 4.2.0-1 [701 kB]
11:59:27 #10 9.154 Get:78 http://deb.debian.org/debian bookworm/main amd64 libmpc3 amd64 1.3.1-1 [51.5 kB]
11:59:27 #10 9.155 Get:79 http://deb.debian.org/debian bookworm/main amd64 cpp-12 amd64 12.2.0-14 [9764 kB]
11:59:27 #10 9.345 Get:80 http://deb.debian.org/debian bookworm/main amd64 cpp amd64 4:12.2.0-3 [6836 B]
11:59:27 #10 9.345 Get:81 http://deb.debian.org/debian bookworm/main amd64 libcc1-0 amd64 12.2.0-14 [41.7 kB]
11:59:27 #10 9.346 Get:82 http://deb.debian.org/debian bookworm/main amd64 libgomp1 amd64 12.2.0-14 [116 kB]
11:59:27 #10 9.347 Get:83 http://deb.debian.org/debian bookworm/main amd64 libitm1 amd64 12.2.0-14 [26.1 kB]
11:59:27 #10 9.356 Get:84 http://deb.debian.org/debian bookworm/main amd64 libatomic1 amd64 12.2.0-14 [9328 B]
11:59:27 #10 9.356 Get:85 http://deb.debian.org/debian bookworm/main amd64 libasan8 amd64 12.2.0-14 [2195 kB]
11:59:27 #10 9.375 Get:86 http://deb.debian.org/debian bookworm/main amd64 liblsan0 amd64 12.2.0-14 [969 kB]
11:59:27 #10 9.387 Get:87 http://deb.debian.org/debian bookworm/main amd64 libtsan2 amd64 12.2.0-14 [2196 kB]
11:59:27 #10 9.411 Get:88 http://deb.debian.org/debian bookworm/main amd64 libubsan1 amd64 12.2.0-14 [883 kB]
11:59:27 #10 9.421 Get:89 http://deb.debian.org/debian bookworm/main amd64 libquadmath0 amd64 12.2.0-14 [144 kB]
11:59:27 #10 9.423 Get:90 http://deb.debian.org/debian bookworm/main amd64 libgcc-12-dev amd64 12.2.0-14 [2437 kB]
11:59:27 #10 9.450 Get:91 http://deb.debian.org/debian bookworm/main amd64 gcc-12 amd64 12.2.0-14 [19.3 MB]
11:59:27 #10 10.55 Selecting previously unselected package libgdbm-compat4:arm64.
11:59:27 #10 10.55 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_arm64.deb ...
11:59:27 #10 10.55 Unpacking libgdbm-compat4:arm64 (1.18.1-4) ...
11:59:27 #10 10.63 Selecting previously unselected package libperl5.28:arm64.
11:59:27 #10 10.63 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_arm64.deb ...
11:59:27 #10 10.63 Unpacking libperl5.28:arm64 (5.28.1-6+deb10u1) ...
11:59:27 #9 DONE 2.6s
11:59:27 
11:59:27 #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:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 82.84MB / 116.78MB 8.4s
11:59:27 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 5.0s
11:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 44.04MB / 116.78MB 8.5s
11:59:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 16.78MB / 53.32MB 7.7s
11:59:27 #11 11.09 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
11:59:27 #11 11.09 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
11:59:27 #11 11.09 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
11:59:27 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 37.75MB / 45.92MB 4.4s
11:59:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 25.17MB / 53.32MB 8.3s
11:59:27 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 41.94MB / 47.40MB 8.5s
11:59:27 #11 1.502 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [114 kB]
11:59:27 #11 ...
11:59:27 
11:59:27 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:27 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 3.9s done
11:59:27 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
11:59:27 #7 DONE 13.2s
11:59:27 
11:59:27 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:27 #11 1.597 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [107 kB]
11:59:27 #11 1.691 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
11:59:27 #11 1.787 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/restricted arm64 Packages [24.2 kB]
11:59:27 #10 9.363 Selecting previously unselected package perl.
11:59:27 #10 9.363 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_arm64.deb ...
11:59:27 #11 8.682 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autotools-dev all 20180224.1 [39.6 kB]
11:59:27 #11 8.684 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 automake all 1:1.16.1-4ubuntu6 [522 kB]
11:59:27 #11 8.702 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autopoint all 0.19.8.1-10build1 [412 kB]
11:59:27 #11 8.717 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-common arm64 2.34-6ubuntu1.4 [207 kB]
11:59:27 #11 8.722 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbinutils arm64 2.34-6ubuntu1.4 [475 kB]
11:59:27 #11 8.753 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf-nobfd0 arm64 2.34-6ubuntu1.4 [43.8 kB]
11:59:27 #11 8.755 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf0 arm64 2.34-6ubuntu1.4 [43.0 kB]
11:59:27 #11 8.757 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.34-6ubuntu1.4 [1986 kB]
11:59:27 #11 8.841 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils arm64 2.34-6ubuntu1.4 [3364 B]
11:59:27 #11 8.841 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc-dev-bin arm64 2.31-0ubuntu9.9 [64.2 kB]
11:59:27 #11 8.842 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 linux-libc-dev arm64 5.4.0-137.154 [1100 kB]
11:59:27 #11 8.893 Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcrypt-dev arm64 1:4.4.10-10ubuntu4 [111 kB]
11:59:27 #11 8.895 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc6-dev arm64 2.31-0ubuntu9.9 [2069 kB]
11:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 32.51MB / 116.78MB 8.7s
11:59:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 31.46MB / 53.32MB 8.7s
11:59:27 #10 9.677 Get:92 http://deb.debian.org/debian bookworm/main amd64 gcc amd64 4:12.2.0-3 [5216 B]
11:59:27 #10 9.680 Get:93 http://deb.debian.org/debian bookworm/main amd64 libstdc++-12-dev amd64 12.2.0-14 [2046 kB]
11:59:27 #10 9.709 Get:94 http://deb.debian.org/debian bookworm/main amd64 g++-12 amd64 12.2.0-14 [10.7 MB]
11:59:27 #10 9.807 Get:95 http://deb.debian.org/debian bookworm/main amd64 g++ amd64 4:12.2.0-3 [1356 B]
11:59:27 #10 9.807 Get:96 http://deb.debian.org/debian bookworm/main amd64 make amd64 4.3-4.1 [396 kB]
11:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 50.33MB / 116.78MB 8.8s
11:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 91.23MB / 116.78MB 8.7s
11:59:27 #9 ...
11:59:27 
11:59:27 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:27 #0 6.300 Fedora 36 - x86_64                               15 MB/s |  81 MB     00:05    
11:59:27 #10 ...
11:59:27 
11:59:27 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:27 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 30.41MB / 47.40MB 7.9s
11:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 55.57MB / 116.78MB 8.6s
11:59:27 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 5.2s
11:59:27 #11 11.24 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
11:59:27 #11 11.40 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
11:59:27 #11 11.41 Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB]
11:59:27 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 15.73MB / 47.40MB 4.6s
11:59:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 28.31MB / 53.32MB 8.6s
11:59:27 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 45.09MB / 47.40MB 8.7s
11:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 26.21MB / 116.78MB 8.7s
11:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 32.51MB / 116.78MB 8.7s
11:59:27 #11 1.810 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse arm64 Packages [224 kB]
11:59:27 #11 1.838 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 Packages [1758 kB]
11:59:27 #10 9.374 Unpacking perl (5.32.1-4+deb11u2) ...
11:59:27 #10 9.440 Selecting previously unselected package liblocale-gettext-perl.
11:59:27 #10 9.440 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_arm64.deb ...
11:59:27 #10 9.445 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
11:59:27 #10 9.495 Selecting previously unselected package libpython3.9-minimal:arm64.
11:59:27 #10 9.495 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_arm64.deb ...
11:59:27 #10 9.498 Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ...
11:59:27 #11 8.990 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:59:27 #11 8.991 Get:94 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libisl22 arm64 0.22.1-1 [537 kB]
11:59:27 #11 9.002 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpfr6 arm64 4.0.2-1 [212 kB]
11:59:27 #11 9.006 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB]
11:59:27 #11 9.008 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:59:27 #9 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.2s done
11:59:27 #10 9.811 Get:97 http://deb.debian.org/debian bookworm/main amd64 libdpkg-perl all 1.21.19 [574 kB]
11:59:27 #10 9.817 Get:98 http://deb.debian.org/debian bookworm/main amd64 patch amd64 2.7.6-7 [128 kB]
11:59:27 #10 9.818 Get:99 http://deb.debian.org/debian bookworm/main amd64 dpkg-dev all 1.21.19 [1301 kB]
11:59:27 #10 9.836 Get:100 http://deb.debian.org/debian bookworm/main amd64 build-essential amd64 12.9 [7704 B]
11:59:27 #10 9.836 Get:101 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
11:59:27 #10 9.839 Get:102 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
11:59:27 #10 9.839 Get:103 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
11:59:27 #10 9.840 Get:104 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-3 [183 kB]
11:59:27 #10 9.843 Get:105 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.51.0-1 [71.5 kB]
11:59:27 #10 9.843 Get:106 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
11:59:27 #10 9.847 Get:107 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
11:59:27 #10 9.847 Get:108 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
11:59:27 #10 9.852 Get:109 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.87.0-2 [376 kB]
11:59:27 #10 9.852 Get:110 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.87.0-2 [308 kB]
11:59:27 #10 9.855 Get:111 http://deb.debian.org/debian bookworm/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
11:59:27 #10 9.859 Get:112 http://deb.debian.org/debian bookworm/main amd64 libdebhelper-perl all 13.11.4 [81.2 kB]
11:59:27 #10 9.860 Get:113 http://deb.debian.org/debian bookworm/main amd64 libtool all 2.4.7-5 [517 kB]
11:59:27 #10 9.892 Get:114 http://deb.debian.org/debian bookworm/main amd64 dh-autoreconf all 20 [17.1 kB]
11:59:27 #10 9.892 Get:115 http://deb.debian.org/debian bookworm/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
11:59:27 #10 9.892 Get:116 http://deb.debian.org/debian bookworm/main amd64 libsub-override-perl all 0.09-4 [9304 B]
11:59:27 #10 9.892 Get:117 http://deb.debian.org/debian bookworm/main amd64 libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
11:59:27 #10 9.892 Get:118 http://deb.debian.org/debian bookworm/main amd64 dh-strip-nondeterminism all 1.13.1-1 [8620 B]
11:59:27 #10 9.892 Get:119 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
11:59:27 #10 9.892 Get:120 http://deb.debian.org/debian bookworm/main amd64 dwz amd64 0.15-1 [109 kB]
11:59:27 #10 9.892 Get:121 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB]
11:59:27 #10 9.994 Get:122 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.1+b3 [687 kB]
11:59:27 #10 10.00 Get:123 http://deb.debian.org/debian bookworm/main amd64 gettext amd64 0.21-11 [1300 kB]
11:59:27 #10 10.01 Get:124 http://deb.debian.org/debian bookworm/main amd64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
11:59:27 #10 10.01 Get:125 http://deb.debian.org/debian bookworm/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
11:59:27 #10 10.02 Get:126 http://deb.debian.org/debian bookworm/main amd64 debhelper all 13.11.4 [942 kB]
11:59:27 #10 10.03 Get:127 http://deb.debian.org/debian bookworm/main amd64 debian-keyring all 2022.12.24 [30.5 MB]
11:59:27 #11 10.37 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B]
11:59:27 #11 10.37 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB]
11:59:27 #11 10.38 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
11:59:27 #11 10.38 Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB]
11:59:27 #11 10.38 Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB]
11:59:27 #11 10.38 Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB]
11:59:27 #11 10.41 Get:111 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
11:59:27 #11 10.46 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B]
11:59:27 #11 10.46 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
11:59:27 #11 10.46 Get:114 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.1 [20.6 kB]
11:59:27 #11 10.52 Get:115 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.1 [53.8 kB]
11:59:27 #11 10.53 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:59:27 #11 10.53 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
11:59:27 #11 10.53 Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
11:59:27 #11 10.56 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.7 [289 kB]
11:59:27 #13 63.83   Installing : 1:perl-Error-0.17020-2.el7.noarch                          12/65 
11:59:27 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 5.2s done
11:59:27 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
11:59:27 #10 11.26 Selecting previously unselected package perl.
11:59:27 #10 11.26 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_arm64.deb ...
11:59:27 #10 11.28 Unpacking perl (5.28.1-6+deb10u1) ...
11:59:27 #10 11.34 Selecting previously unselected package liblocale-gettext-perl.
11:59:27 #10 11.34 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_arm64.deb ...
11:59:27 #10 11.35 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
11:59:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 19.92MB / 53.32MB 8.2s
11:59:27 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 34.60MB / 47.40MB 8.4s
11:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 12.58MB / 116.78MB 8.4s
11:59:27 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 4.3s done
11:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 61.87MB / 116.78MB 9.0s
11:59:27 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 40.89MB / 45.92MB 4.8s
11:59:27 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 18.87MB / 47.40MB 4.9s
11:59:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 31.46MB / 53.32MB 8.8s
11:59:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 8.9s done
11:59:27 #11 2.031 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB]
11:59:27 #10 9.726 Selecting previously unselected package libexpat1:arm64.
11:59:27 #10 9.726 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_arm64.deb ...
11:59:27 #10 9.732 Unpacking libexpat1:arm64 (2.2.10-2+deb11u5) ...
11:59:27 #10 9.790 Selecting previously unselected package python3.9-minimal.
11:59:27 #10 9.790 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_arm64.deb ...
11:59:27 #10 9.803 Unpacking python3.9-minimal (3.9.2-1) ...
11:59:27 #11 9.344 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 cpp arm64 4:9.3.0-1ubuntu2 [27.6 kB]
11:59:27 #11 9.351 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:59:27 #11 9.352 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgomp1 arm64 10.3.0-1ubuntu1~20.04 [93.4 kB]
11:59:27 #11 9.371 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libitm1 arm64 10.3.0-1ubuntu1~20.04 [24.1 kB]
11:59:27 #10 10.39 Get:128 http://deb.debian.org/debian bookworm/main amd64 libfakeroot amd64 1.29-1 [48.5 kB]
11:59:27 #10 10.39 Get:129 http://deb.debian.org/debian bookworm/main amd64 fakeroot amd64 1.29-1 [87.3 kB]
11:59:27 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529
11:59:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 34.60MB / 53.32MB 9.2s
11:59:27 #11 10.57 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.7 [193 kB]
11:59:27 #11 10.60 Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 dctrl-tools amd64 2.24-3build2 [66.9 kB]
11:59:27 #11 10.60 Get:122 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
11:59:27 #11 10.60 Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtool all 2.4.6-15build2 [164 kB]
11:59:27 #11 10.60 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-autoreconf all 20 [16.1 kB]
11:59:27 #11 10.66 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
11:59:27 #11 10.67 Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-override-perl all 0.09-2 [9532 B]
11:59:27 #11 10.67 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:59:27 #11 10.67 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:59:27 #11 10.67 Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB]
11:59:27 #11 10.74 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 debugedit amd64 1:5.0-4build1 [47.2 kB]
11:59:27 #11 10.74 Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 dwz amd64 0.14-1build2 [105 kB]
11:59:27 #11 10.74 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB]
11:59:27 #11 10.77 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:59:27 #11 10.77 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
11:59:27 #11 10.81 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 debhelper all 13.6ubuntu1 [923 kB]
11:59:27 #11 10.84 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB]
11:59:27 #11 10.84 Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB]
11:59:27 #11 10.84 Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB]
11:59:27 #11 10.85 Get:139 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB]
11:59:27 #11 10.88 Get:140 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB]
11:59:27 #7 DONE 15.9s
11:59:27 
11:59:27 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:27 #10 7.577 Get:128 http://deb.debian.org/debian bookworm/main arm64 libfakeroot arm64 1.29-1 [48.2 kB]
11:59:27 #10 7.579 Get:129 http://deb.debian.org/debian bookworm/main arm64 fakeroot arm64 1.29-1 [86.8 kB]
11:59:27 #10 7.581 Get:130 http://deb.debian.org/debian bookworm/main arm64 libassuan0 arm64 2.5.5-5 [45.9 kB]
11:59:27 #10 7.583 Get:131 http://deb.debian.org/debian bookworm/main arm64 gpgconf arm64 2.2.40-1 [556 kB]
11:59:27 #10 7.585 Get:132 http://deb.debian.org/debian bookworm/main arm64 libksba8 arm64 1.6.3-2 [119 kB]
11:59:27 #10 7.586 Get:133 http://deb.debian.org/debian bookworm/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
11:59:27 #10 7.590 Get:134 http://deb.debian.org/debian bookworm/main arm64 dirmngr arm64 2.2.40-1 [769 kB]
11:59:27 #10 7.597 Get:135 http://deb.debian.org/debian bookworm/main arm64 gnupg-l10n all 2.2.40-1 [1094 kB]
11:59:27 #10 7.597 Get:136 http://deb.debian.org/debian bookworm/main arm64 gnupg-utils arm64 2.2.40-1 [879 kB]
11:59:27 #10 7.605 Get:137 http://deb.debian.org/debian bookworm/main arm64 gpg arm64 2.2.40-1 [903 kB]
11:59:27 #10 7.611 Get:138 http://deb.debian.org/debian bookworm/main arm64 pinentry-curses arm64 1.2.1-1 [75.2 kB]
11:59:27 #10 7.613 Get:139 http://deb.debian.org/debian bookworm/main arm64 gpg-agent arm64 2.2.40-1 [673 kB]
11:59:27 #10 7.617 Get:140 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-client arm64 2.2.40-1 [532 kB]
11:59:27 #10 7.773 Get:141 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-server arm64 2.2.40-1 [524 kB]
11:59:27 #10 8.003 Get:142 http://deb.debian.org/debian bookworm/main arm64 gpgsm arm64 2.2.40-1 [650 kB]
11:59:27 #10 8.009 Get:143 http://deb.debian.org/debian bookworm/main arm64 gnupg all 2.2.40-1 [846 kB]
11:59:27 #10 8.011 Get:144 http://deb.debian.org/debian bookworm/main arm64 libfile-dirlist-perl all 0.05-3 [7600 B]
11:59:27 #10 8.012 Get:145 http://deb.debian.org/debian bookworm/main arm64 libfile-which-perl all 1.27-2 [15.1 kB]
11:59:27 #10 8.012 Get:146 http://deb.debian.org/debian bookworm/main arm64 libfile-homedir-perl all 1.006-2 [42.4 kB]
11:59:27 #10 8.014 Get:147 http://deb.debian.org/debian bookworm/main arm64 libfile-touch-perl all 0.12-2 [8816 B]
11:59:27 #10 8.015 Get:148 http://deb.debian.org/debian bookworm/main arm64 libio-pty-perl arm64 1:1.17-1 [34.5 kB]
11:59:27 #10 8.016 Get:149 http://deb.debian.org/debian bookworm/main arm64 libipc-run-perl all 20220807.0-1 [104 kB]
11:59:27 #10 8.017 Get:150 http://deb.debian.org/debian bookworm/main arm64 libclass-method-modifiers-perl all 2.14-1 [18.1 kB]
11:59:27 #10 8.018 Get:151 http://deb.debian.org/debian bookworm/main arm64 libclass-xsaccessor-perl arm64 1.19-4+b1 [35.3 kB]
11:59:27 #10 8.019 Get:152 http://deb.debian.org/debian bookworm/main arm64 libb-hooks-op-check-perl arm64 0.22-2+b1 [10.4 kB]
11:59:27 #10 8.020 Get:153 http://deb.debian.org/debian bookworm/main arm64 libdynaloader-functions-perl all 0.003-3 [12.7 kB]
11:59:27 #10 8.021 Get:154 http://deb.debian.org/debian bookworm/main arm64 libdevel-callchecker-perl arm64 0.008-2 [15.9 kB]
11:59:27 #10 8.022 Get:155 http://deb.debian.org/debian bookworm/main arm64 libparams-classify-perl arm64 0.015-2+b1 [22.9 kB]
11:59:27 #10 8.023 Get:156 http://deb.debian.org/debian bookworm/main arm64 libmodule-runtime-perl all 0.016-2 [19.6 kB]
11:59:27 #10 8.024 Get:157 http://deb.debian.org/debian bookworm/main arm64 libimport-into-perl all 1.002005-2 [11.3 kB]
11:59:27 #10 8.025 Get:158 http://deb.debian.org/debian bookworm/main arm64 librole-tiny-perl all 2.002004-1 [21.4 kB]
11:59:27 #10 8.026 Get:159 http://deb.debian.org/debian bookworm/main arm64 libsub-quote-perl all 2.006008-1 [21.8 kB]
11:59:27 #10 8.028 Get:160 http://deb.debian.org/debian bookworm/main arm64 libmoo-perl all 2.005005-1 [58.0 kB]
11:59:27 #10 8.029 Get:161 http://deb.debian.org/debian bookworm/main arm64 libencode-locale-perl all 1.05-3 [12.9 kB]
11:59:27 #10 8.030 Get:162 http://deb.debian.org/debian bookworm/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB]
11:59:27 #10 8.031 Get:163 http://deb.debian.org/debian bookworm/main arm64 libhttp-date-perl all 6.05-2 [10.5 kB]
11:59:27 #10 8.032 Get:164 http://deb.debian.org/debian bookworm/main arm64 libfile-listing-perl all 6.15-1 [12.6 kB]
11:59:27 #10 8.032 Get:165 http://deb.debian.org/debian bookworm/main arm64 libhtml-tagset-perl all 3.20-6 [11.7 kB]
11:59:27 #10 8.034 Get:166 http://deb.debian.org/debian bookworm/main arm64 libregexp-ipv6-perl all 0.03-3 [5212 B]
11:59:27 #10 8.035 Get:167 http://deb.debian.org/debian bookworm/main arm64 liburi-perl all 5.17-1 [90.4 kB]
11:59:27 #10 8.035 Get:168 http://deb.debian.org/debian bookworm/main arm64 libhtml-parser-perl arm64 3.81-1 [98.6 kB]
11:59:27 #10 8.036 Get:169 http://deb.debian.org/debian bookworm/main arm64 libhtml-tree-perl all 5.07-3 [211 kB]
11:59:27 #10 8.039 Get:170 http://deb.debian.org/debian bookworm/main arm64 libclone-perl arm64 0.46-1 [13.5 kB]
11:59:27 #10 8.040 Get:171 http://deb.debian.org/debian bookworm/main arm64 libio-html-perl all 1.004-3 [16.2 kB]
11:59:27 #10 8.041 Get:172 http://deb.debian.org/debian bookworm/main arm64 liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
11:59:27 #10 8.041 Get:173 http://deb.debian.org/debian bookworm/main arm64 libhttp-message-perl all 6.44-1 [81.7 kB]
11:59:27 #10 8.044 Get:174 http://deb.debian.org/debian bookworm/main arm64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:59:27 #10 8.044 Get:175 http://deb.debian.org/debian bookworm/main arm64 libhttp-negotiate-perl all 6.01-2 [13.1 kB]
11:59:27 #10 8.044 Get:176 http://deb.debian.org/debian bookworm/main arm64 perl-openssl-defaults arm64 7+b1 [7924 B]
11:59:27 #10 8.049 Get:177 http://deb.debian.org/debian bookworm/main arm64 libnet-ssleay-perl arm64 1.92-2+b1 [308 kB]
11:59:27 #10 8.050 Get:178 http://deb.debian.org/debian bookworm/main arm64 libio-socket-ssl-perl all 2.078-1 [217 kB]
11:59:27 #10 8.053 Get:179 http://deb.debian.org/debian bookworm/main arm64 libnet-http-perl all 6.22-1 [25.3 kB]
11:59:27 #10 8.053 Get:180 http://deb.debian.org/debian bookworm/main arm64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:59:27 #10 8.055 Get:181 http://deb.debian.org/debian bookworm/main arm64 libtry-tiny-perl all 0.31-2 [22.6 kB]
11:59:27 #10 8.055 Get:182 http://deb.debian.org/debian bookworm/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:59:27 #10 8.056 Get:183 http://deb.debian.org/debian bookworm/main arm64 libwww-perl all 6.67-1 [194 kB]
11:59:27 #10 8.057 Get:184 http://deb.debian.org/debian bookworm/main arm64 patchutils arm64 0.4.2-1 [73.5 kB]
11:59:27 #10 8.060 Get:185 http://deb.debian.org/debian bookworm/main arm64 wdiff arm64 1.2.2-4 [119 kB]
11:59:27 #10 8.062 Get:186 http://deb.debian.org/debian bookworm/main arm64 devscripts arm64 2.22.2 [1181 kB]
11:59:27 #10 8.071 Get:187 http://deb.debian.org/debian bookworm/main arm64 diffstat arm64 1.65-1 [31.2 kB]
11:59:27 #10 8.072 Get:188 http://deb.debian.org/debian bookworm/main arm64 distro-info-data all 0.56 [5500 B]
11:59:27 #10 8.073 Get:189 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 65.6.3-1 [278 kB]
11:59:27 #10 8.075 Get:190 http://deb.debian.org/debian bookworm/main arm64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
11:59:27 #10 8.077 Get:191 http://deb.debian.org/debian bookworm/main arm64 python3-debian all 0.1.49 [115 kB]
11:59:27 #10 8.078 Get:192 http://deb.debian.org/debian bookworm/main arm64 libgpgme11 arm64 1.18.0-3+b1 [286 kB]
11:59:27 #10 8.080 Get:193 http://deb.debian.org/debian bookworm/main arm64 python3-gpg arm64 1.18.0-3+b1 [352 kB]
11:59:27 #10 8.084 Get:194 http://deb.debian.org/debian bookworm/main arm64 python3-xdg all 0.28-2 [40.5 kB]
11:59:27 #10 8.085 Get:195 http://deb.debian.org/debian bookworm/main arm64 dput all 1.1.3 [42.7 kB]
11:59:27 #10 8.087 Get:196 http://deb.debian.org/debian bookworm/main arm64 equivs all 2.3.1 [22.7 kB]
11:59:27 #10 8.087 Get:197 http://deb.debian.org/debian bookworm/main arm64 fonts-dejavu-core all 2.37-2 [1069 kB]
11:59:27 #10 8.094 Get:198 http://deb.debian.org/debian bookworm/main arm64 fontconfig-config arm64 2.14.1-4 [315 kB]
11:59:27 #10 8.097 Get:199 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.87.0-2 [344 kB]
11:59:27 #10 8.101 Get:200 http://deb.debian.org/debian bookworm/main arm64 liberror-perl all 0.17029-2 [29.0 kB]
11:59:27 #10 8.102 Get:201 http://deb.debian.org/debian bookworm/main arm64 git-man all 1:2.39.1-0.1 [2042 kB]
11:59:27 #10 8.126 Get:202 http://deb.debian.org/debian bookworm/main arm64 git arm64 1:2.39.1-0.1 [7012 kB]
11:59:27 #10 8.234 Get:203 http://deb.debian.org/debian bookworm/main arm64 iso-codes all 4.12.0-1 [2888 kB]
11:59:27 #10 8.250 Get:204 http://deb.debian.org/debian bookworm/main arm64 libabsl20220623 arm64 20220623.1-1 [363 kB]
11:59:27 #10 8.251 Get:205 http://deb.debian.org/debian bookworm/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
11:59:27 #10 8.252 Get:206 http://deb.debian.org/debian bookworm/main arm64 libalgorithm-diff-xs-perl arm64 0.04-8+b1 [11.2 kB]
11:59:27 #10 8.252 Get:207 http://deb.debian.org/debian bookworm/main arm64 libalgorithm-merge-perl all 0.08-5 [11.8 kB]
11:59:27 #10 8.253 Get:208 http://deb.debian.org/debian bookworm/main arm64 libaliased-perl all 0.34-3 [13.5 kB]
11:59:27 #10 8.253 Get:209 http://deb.debian.org/debian bookworm/main arm64 libaom3 arm64 3.5.0-1 [1346 kB]
11:59:27 #10 8.269 Get:210 http://deb.debian.org/debian bookworm/main arm64 libapt-pkg-perl arm64 0.1.40+b2 [66.1 kB]
11:59:27 #10 8.269 Get:211 http://deb.debian.org/debian bookworm/main arm64 libarchive-cpio-perl all 0.10-3 [10.8 kB]
11:59:27 #10 8.269 Get:212 http://deb.debian.org/debian bookworm/main arm64 libarchive13 arm64 3.6.2-1 [316 kB]
11:59:27 #10 8.269 Get:213 http://deb.debian.org/debian bookworm/main arm64 libarray-intspan-perl all 2.004-2 [25.7 kB]
11:59:27 #10 8.269 Get:214 http://deb.debian.org/debian bookworm/main arm64 libauthen-sasl-perl all 2.1600-3 [43.9 kB]
11:59:27 #10 8.269 Get:215 http://deb.debian.org/debian bookworm/main arm64 libdav1d6 arm64 1.0.0-2 [274 kB]
11:59:27 #10 8.274 Get:216 http://deb.debian.org/debian bookworm/main arm64 libgav1-1 arm64 0.18.0-1+b1 [425 kB]
11:59:27 #10 8.279 Get:217 http://deb.debian.org/debian bookworm/main arm64 librav1e0 arm64 0.5.1-6 [552 kB]
11:59:27 #10 8.283 Get:218 http://deb.debian.org/debian bookworm/main arm64 libsvtav1enc1 arm64 1.4.1+dfsg-1 [1074 kB]
11:59:27 #10 8.302 Get:219 http://deb.debian.org/debian bookworm/main arm64 libjpeg62-turbo arm64 1:2.1.2-1+b1 [170 kB]
11:59:27 #10 8.302 Get:220 http://deb.debian.org/debian bookworm/main arm64 libyuv0 arm64 0.0~git20230104.6e4b0ac-1 [121 kB]
11:59:27 #10 8.302 Get:221 http://deb.debian.org/debian bookworm/main arm64 libavif15 arm64 0.11.1-1 [88.3 kB]
11:59:27 #10 8.310 Get:222 http://deb.debian.org/debian bookworm/main arm64 libmodule-implementation-perl all 0.09-2 [12.6 kB]
11:59:27 #10 8.310 Get:223 http://deb.debian.org/debian bookworm/main arm64 libsub-exporter-progressive-perl all 0.001013-3 [7496 B]
11:59:27 #10 8.310 Get:224 http://deb.debian.org/debian bookworm/main arm64 libvariable-magic-perl arm64 0.63-1+b1 [42.8 kB]
11:59:27 #10 8.310 Get:225 http://deb.debian.org/debian bookworm/main arm64 libb-hooks-endofscope-perl all 0.26-1 [19.6 kB]
11:59:27 #10 8.310 Get:226 http://deb.debian.org/debian bookworm/main arm64 libberkeleydb-perl arm64 0.64-2+b1 [121 kB]
11:59:27 #10 8.310 Get:227 http://deb.debian.org/debian bookworm/main arm64 libpng16-16 arm64 1.6.39-2 [269 kB]
11:59:27 #10 8.310 Get:228 http://deb.debian.org/debian bookworm/main arm64 libfreetype6 arm64 2.12.1+dfsg-4 [369 kB]
11:59:27 #10 8.310 Get:229 http://deb.debian.org/debian bookworm/main arm64 libfontconfig1 arm64 2.14.1-4 [381 kB]
11:59:27 #10 8.314 Get:230 http://deb.debian.org/debian bookworm/main arm64 libde265-0 arm64 1.0.9-1.1 [206 kB]
11:59:27 #10 8.316 Get:231 http://deb.debian.org/debian bookworm/main arm64 libnuma1 arm64 2.0.16-1 [20.3 kB]
11:59:27 #10 8.319 Get:232 http://deb.debian.org/debian bookworm/main arm64 libx265-199 arm64 3.5-2+b1 [603 kB]
11:59:27 #10 8.325 Get:233 http://deb.debian.org/debian bookworm/main arm64 libheif1 arm64 1.14.2-1 [184 kB]
11:59:27 #10 8.325 Get:234 http://deb.debian.org/debian bookworm/main arm64 libdeflate0 arm64 1.14-1 [54.3 kB]
11:59:27 #10 8.325 Get:235 http://deb.debian.org/debian bookworm/main arm64 libjbig0 arm64 2.1-6.1 [30.0 kB]
11:59:27 #10 8.326 Get:236 http://deb.debian.org/debian bookworm/main arm64 liblerc4 arm64 4.0.0+ds-2 [138 kB]
11:59:27 #10 8.327 Get:237 http://deb.debian.org/debian bookworm/main arm64 libwebp7 arm64 1.2.4-0.1 [259 kB]
11:59:27 #10 8.337 Get:238 http://deb.debian.org/debian bookworm/main arm64 libtiff6 arm64 4.5.0-4 [300 kB]
11:59:27 #10 8.343 Get:239 http://deb.debian.org/debian bookworm/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
11:59:27 #10 8.350 Get:240 http://deb.debian.org/debian bookworm/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
11:59:27 #10 8.354 Get:241 http://deb.debian.org/debian bookworm/main arm64 libxcb1 arm64 1.15-1 [143 kB]
11:59:27 #10 8.354 Get:242 http://deb.debian.org/debian bookworm/main arm64 libx11-data all 2:1.8.3-3 [292 kB]
11:59:27 #10 8.356 Get:243 http://deb.debian.org/debian bookworm/main arm64 libx11-6 arm64 2:1.8.3-3 [735 kB]
11:59:27 #10 8.360 Get:244 http://deb.debian.org/debian bookworm/main arm64 libxpm4 arm64 1:3.5.12-1.1 [45.2 kB]
11:59:27 #10 8.361 Get:245 http://deb.debian.org/debian bookworm/main arm64 libgd3 arm64 2.3.3-7+b1 [113 kB]
11:59:27 #10 8.362 Get:246 http://deb.debian.org/debian bookworm/main arm64 libc-devtools arm64 2.36-8 [50.2 kB]
11:59:27 #10 8.363 Get:247 http://deb.debian.org/debian bookworm/main arm64 libcapture-tiny-perl all 0.48-2 [24.6 kB]
11:59:27 #10 8.365 Get:248 http://deb.debian.org/debian bookworm/main arm64 libcgi-pm-perl all 4.55-1 [220 kB]
11:59:27 #10 8.367 Get:249 http://deb.debian.org/debian bookworm/main arm64 libfcgi0ldbl arm64 2.4.2-2 [25.3 kB]
11:59:27 #10 8.368 Get:250 http://deb.debian.org/debian bookworm/main arm64 libfcgi-perl arm64 0.82+ds-2 [24.4 kB]
11:59:27 #10 8.369 Get:251 http://deb.debian.org/debian bookworm/main arm64 libcgi-fast-perl all 1:2.15-1 [12.1 kB]
11:59:27 #10 8.370 Get:252 http://deb.debian.org/debian bookworm/main arm64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
11:59:27 #10 8.371 Get:253 http://deb.debian.org/debian bookworm/main arm64 libclass-inspector-perl all 1.36-3 [17.5 kB]
11:59:27 #10 8.372 Get:254 http://deb.debian.org/debian bookworm/main arm64 libcommon-sense-perl arm64 3.75-3 [23.0 kB]
11:59:27 #10 8.373 Get:255 http://deb.debian.org/debian bookworm/main arm64 libconfig-tiny-perl all 2.28-2 [16.4 kB]
11:59:27 #10 8.374 Get:256 http://deb.debian.org/debian bookworm/main arm64 libparams-util-perl arm64 1.102-2+b1 [24.2 kB]
11:59:27 #10 8.376 Get:257 http://deb.debian.org/debian bookworm/main arm64 libsub-install-perl all 0.929-1 [10.5 kB]
11:59:27 #10 8.376 Get:258 http://deb.debian.org/debian bookworm/main arm64 libdata-optlist-perl all 0.113-1 [10.6 kB]
11:59:27 #10 8.377 Get:259 http://deb.debian.org/debian bookworm/main arm64 libsub-exporter-perl all 0.989-1 [50.5 kB]
11:59:27 #10 8.379 Get:260 http://deb.debian.org/debian bookworm/main arm64 libconst-fast-perl all 0.014-2 [8792 B]
11:59:27 #10 8.380 Get:261 http://deb.debian.org/debian bookworm/main arm64 libwant-perl arm64 0.29-2+b1 [27.1 kB]
11:59:27 #10 8.381 Get:262 http://deb.debian.org/debian bookworm/main arm64 libcontextual-return-perl all 0.004014-4 [54.9 kB]
11:59:27 #10 8.382 Get:263 http://deb.debian.org/debian bookworm/main arm64 libconvert-binhex-perl all 1.125-3 [27.4 kB]
11:59:27 #10 8.383 Get:264 http://deb.debian.org/debian bookworm/main arm64 libcpanel-json-xs-perl arm64 4.32-1+b1 [128 kB]
11:59:27 #10 8.384 Get:265 http://deb.debian.org/debian bookworm/main arm64 libdevel-stacktrace-perl all 2.0400-2 [26.8 kB]
11:59:27 #10 8.385 Get:266 http://deb.debian.org/debian bookworm/main arm64 libexception-class-perl all 1.45-1 [34.6 kB]
11:59:27 #10 8.386 Get:267 http://deb.debian.org/debian bookworm/main arm64 libiterator-perl all 0.03+ds1-2 [18.8 kB]
11:59:27 #10 8.387 Get:268 http://deb.debian.org/debian bookworm/main arm64 libiterator-util-perl all 0.02+ds1-2 [14.0 kB]
11:59:27 #10 8.388 Get:269 http://deb.debian.org/debian bookworm/main arm64 libdata-dpath-perl all 0.58-2 [43.6 kB]
11:59:27 #10 8.389 Get:270 http://deb.debian.org/debian bookworm/main arm64 libdata-dump-perl all 1.25-1 [28.4 kB]
11:59:27 #10 8.389 Get:271 http://deb.debian.org/debian bookworm/main arm64 libdata-messagepack-perl arm64 1.02-1+b1 [34.0 kB]
11:59:27 #10 8.392 Get:272 http://deb.debian.org/debian bookworm/main arm64 libnet-domain-tld-perl all 1.75-3 [31.9 kB]
11:59:27 #10 8.392 Get:273 http://deb.debian.org/debian bookworm/main arm64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
11:59:27 #10 8.395 Get:274 http://deb.debian.org/debian bookworm/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.7 kB]
11:59:27 #10 8.396 Get:275 http://deb.debian.org/debian bookworm/main arm64 libnet-netmask-perl all 2.0002-2 [28.6 kB]
11:59:27 #10 8.397 Get:276 http://deb.debian.org/debian bookworm/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-2+b1 [98.8 kB]
11:59:27 #10 8.398 Get:277 http://deb.debian.org/debian bookworm/main arm64 libdata-validate-ip-perl all 0.31-1 [20.6 kB]
11:59:27 #10 8.399 Get:278 http://deb.debian.org/debian bookworm/main arm64 libdata-validate-uri-perl all 0.07-2 [11.2 kB]
11:59:27 #10 8.400 Get:279 http://deb.debian.org/debian bookworm/main arm64 libdevel-size-perl arm64 0.83-2+b1 [24.2 kB]
11:59:27 #10 8.401 Get:280 http://deb.debian.org/debian bookworm/main arm64 libdistro-info-perl all 1.5 [5300 B]
11:59:27 #10 8.492 Get:281 http://deb.debian.org/debian bookworm/main arm64 libemail-address-xs-perl arm64 1.05-1+b1 [28.3 kB]
11:59:27 #10 8.494 Get:282 http://deb.debian.org/debian bookworm/main arm64 libexporter-tiny-perl all 1.006000-1 [38.6 kB]
11:59:27 #10 8.495 Get:283 http://deb.debian.org/debian bookworm/main arm64 libfcgi-bin arm64 2.4.2-2 [12.5 kB]
11:59:27 #10 8.515 Get:284 http://deb.debian.org/debian bookworm/main arm64 libindirect-perl arm64 0.39-2+b1 [26.6 kB]
11:59:27 #10 8.520 Get:285 http://deb.debian.org/debian bookworm/main arm64 libxs-parse-keyword-perl arm64 0.32-1 [56.3 kB]
11:59:27 #10 8.520 Get:286 http://deb.debian.org/debian bookworm/main arm64 libxs-parse-sublike-perl arm64 0.16-1+b2 [28.0 kB]
11:59:27 #10 8.522 Get:287 http://deb.debian.org/debian bookworm/main arm64 libobject-pad-perl arm64 0.78-1 [113 kB]
11:59:27 #10 8.524 Get:288 http://deb.debian.org/debian bookworm/main arm64 libfeature-compat-class-perl all 0.05-1 [11.0 kB]
11:59:27 #10 8.530 Get:289 http://deb.debian.org/debian bookworm/main arm64 libsyntax-keyword-try-perl arm64 0.28-1 [28.2 kB]
11:59:27 #10 8.531 Get:290 http://deb.debian.org/debian bookworm/main arm64 libfeature-compat-try-perl all 0.05-1 [10.4 kB]
11:59:27 #10 8.585 Get:291 http://deb.debian.org/debian bookworm/main arm64 libipc-system-simple-perl all 1.30-2 [26.8 kB]
11:59:27 #10 8.585 Get:292 http://deb.debian.org/debian bookworm/main arm64 libfile-basedir-perl all 0.09-2 [15.1 kB]
11:59:27 #10 8.586 Get:293 http://deb.debian.org/debian bookworm/main arm64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
11:59:27 #10 8.598 Get:294 http://deb.debian.org/debian bookworm/main arm64 libfile-fcntllock-perl arm64 0.22-4+b1 [34.8 kB]
11:59:27 #10 8.598 Get:295 http://deb.debian.org/debian bookworm/main arm64 libnumber-compare-perl all 0.03-3 [6332 B]
11:59:27 #10 8.598 Get:296 http://deb.debian.org/debian bookworm/main arm64 libtext-glob-perl all 0.11-3 [7676 B]
11:59:27 #10 8.598 Get:297 http://deb.debian.org/debian bookworm/main arm64 libfile-find-rule-perl all 0.34-3 [26.6 kB]
11:59:27 #10 8.598 Get:298 http://deb.debian.org/debian bookworm/main arm64 libfont-afm-perl all 1.20-4 [13.1 kB]
11:59:27 #10 8.598 Get:299 http://deb.debian.org/debian bookworm/main arm64 libio-string-perl all 1.08-4 [12.1 kB]
11:59:27 #10 11.48 Selecting previously unselected package libssl1.1:arm64.
11:59:27 #10 11.48 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u3_arm64.deb ...
11:59:27 #10 11.48 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u3) ...
11:59:27 #10 8.598 Get:300 http://deb.debian.org/debian bookworm/main arm64 libfont-ttf-perl all 1.06-2 [318 kB]
11:59:27 #10 8.601 Get:301 http://deb.debian.org/debian bookworm/main arm64 libfreezethaw-perl all 0.5001-3 [16.0 kB]
11:59:27 #10 8.601 Get:302 http://deb.debian.org/debian bookworm/main arm64 libsort-versions-perl all 1.62-3 [8928 B]
11:59:27 #10 8.601 Get:303 http://deb.debian.org/debian bookworm/main arm64 libgit-wrapper-perl all 0.048-2 [33.4 kB]
11:59:27 #10 8.606 Get:304 http://deb.debian.org/debian bookworm/main arm64 libhttp-tiny-multipart-perl all 0.08-2 [9812 B]
11:59:27 #10 8.606 Get:305 http://deb.debian.org/debian bookworm/main arm64 libio-prompter-perl all 0.004015-2 [59.9 kB]
11:59:27 #10 8.606 Get:306 http://deb.debian.org/debian bookworm/main arm64 libjson-perl all 4.10000-1 [87.5 kB]
11:59:27 #10 8.606 Get:307 http://deb.debian.org/debian bookworm/main arm64 liblog-any-perl all 1.713-1 [76.3 kB]
11:59:27 #10 8.606 Get:308 http://deb.debian.org/debian bookworm/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [13.3 kB]
11:59:27 #10 8.606 Get:309 http://deb.debian.org/debian bookworm/main arm64 libpackage-stash-perl all 0.40-1 [22.0 kB]
11:59:27 #10 8.608 Get:310 http://deb.debian.org/debian bookworm/main arm64 libsub-identify-perl arm64 0.14-3 [10.9 kB]
11:59:27 #10 8.608 Get:311 http://deb.debian.org/debian bookworm/main arm64 libsub-name-perl arm64 0.26-2+b1 [12.4 kB]
11:59:27 #10 8.608 Get:312 http://deb.debian.org/debian bookworm/main arm64 libnamespace-clean-perl all 0.27-2 [17.8 kB]
11:59:27 #10 8.614 Get:313 http://deb.debian.org/debian bookworm/main arm64 libpath-tiny-perl all 0.144-1 [56.4 kB]
11:59:27 #10 8.614 Get:314 http://deb.debian.org/debian bookworm/main arm64 libstrictures-perl all 2.000006-1 [18.6 kB]
11:59:27 #10 8.614 Get:315 http://deb.debian.org/debian bookworm/main arm64 libtype-tiny-perl all 2.002001-1 [377 kB]
11:59:27 #10 8.614 Get:316 http://deb.debian.org/debian bookworm/main arm64 libgitlab-api-v4-perl all 0.26-2 [88.1 kB]
11:59:27 #10 8.616 Get:317 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.5-1 [1310 kB]
11:59:27 #10 8.628 Get:318 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.5-1 [1210 kB]
11:59:27 #10 8.637 Get:319 http://deb.debian.org/debian bookworm/main arm64 libgpm2 arm64 1.20.7-10+b1 [14.4 kB]
11:59:27 #10 8.638 Get:320 http://deb.debian.org/debian bookworm/main arm64 libhtml-form-perl all 6.10-1 [24.0 kB]
11:59:27 #10 8.640 Get:321 http://deb.debian.org/debian bookworm/main arm64 libhtml-format-perl all 2.16-2 [38.8 kB]
11:59:27 #10 8.640 Get:322 http://deb.debian.org/debian bookworm/main arm64 libhtml-html5-entities-perl all 0.004-3 [21.0 kB]
11:59:27 #10 8.641 Get:323 http://deb.debian.org/debian bookworm/main arm64 libhtml-tokeparser-simple-perl all 3.16-4 [39.1 kB]
11:59:27 #10 8.643 Get:324 http://deb.debian.org/debian bookworm/main arm64 libhttp-daemon-perl all 6.14-2 [23.7 kB]
11:59:27 #10 8.649 Get:325 http://deb.debian.org/debian bookworm/main arm64 libio-interactive-perl all 1.023-2 [11.0 kB]
11:59:27 #10 8.651 Get:326 http://deb.debian.org/debian bookworm/main arm64 libio-sessiondata-perl all 1.03-3 [6316 B]
11:59:27 #10 8.652 Get:327 http://deb.debian.org/debian bookworm/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
11:59:27 #10 8.654 Get:328 http://deb.debian.org/debian bookworm/main arm64 libipc-run3-perl all 0.048-3 [33.2 kB]
11:59:27 #10 8.656 Get:329 http://deb.debian.org/debian bookworm/main arm64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
11:59:27 #10 8.657 Get:330 http://deb.debian.org/debian bookworm/main arm64 libjson-xs-perl arm64 4.030-2+b1 [90.7 kB]
11:59:27 #10 8.659 Get:331 http://deb.debian.org/debian bookworm/main arm64 libjson-maybexs-perl all 1.004004-1 [13.3 kB]
11:59:27 #10 8.660 Get:332 http://deb.debian.org/debian bookworm/main arm64 libldap-common all 2.5.13+dfsg-3 [29.2 kB]
11:59:27 #10 8.662 Get:333 http://deb.debian.org/debian bookworm/main arm64 liblist-compare-perl all 0.55-2 [65.7 kB]
11:59:27 #10 8.664 Get:334 http://deb.debian.org/debian bookworm/main arm64 liblist-someutils-perl all 0.59-1 [37.1 kB]
11:59:27 #10 8.829 Get:335 http://deb.debian.org/debian bookworm/main arm64 liblist-someutils-xs-perl arm64 0.58-3 [31.1 kB]
11:59:27 #10 8.839 Get:336 http://deb.debian.org/debian bookworm/main arm64 liblist-utilsby-perl all 0.12-2 [15.5 kB]
11:59:27 #10 8.840 Get:337 http://deb.debian.org/debian bookworm/main arm64 libltdl7 arm64 2.4.7-5 [392 kB]
11:59:27 #10 8.844 Get:338 http://deb.debian.org/debian bookworm/main arm64 libltdl-dev arm64 2.4.7-5 [165 kB]
11:59:27 #10 8.845 Get:339 http://deb.debian.org/debian bookworm/main arm64 liblz1 arm64 1.13-5 [38.9 kB]
11:59:27 #10 8.846 Get:340 http://deb.debian.org/debian bookworm/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB]
11:59:27 #10 8.847 Get:341 http://deb.debian.org/debian bookworm/main arm64 libsys-hostname-long-perl all 1.5-3 [11.6 kB]
11:59:27 #10 8.848 Get:342 http://deb.debian.org/debian bookworm/main arm64 libmail-sendmail-perl all 0.80-3 [24.3 kB]
11:59:27 #10 8.849 Get:343 http://deb.debian.org/debian bookworm/main arm64 libnet-smtp-ssl-perl all 1.04-2 [6548 B]
11:59:27 #10 8.851 Get:344 http://deb.debian.org/debian bookworm/main arm64 libmailtools-perl all 2.21-2 [95.6 kB]
11:59:27 #10 8.856 Get:345 http://deb.debian.org/debian bookworm/main arm64 libmarkdown2 arm64 2.2.7-2 [34.1 kB]
11:59:27 #10 8.857 Get:346 http://deb.debian.org/debian bookworm/main arm64 libmath-base85-perl all 0.5+dfsg-2 [6684 B]
11:59:27 #10 8.859 Get:347 http://deb.debian.org/debian bookworm/main arm64 libmime-tools-perl all 5.510-1 [213 kB]
11:59:27 #10 8.860 Get:348 http://deb.debian.org/debian bookworm/main arm64 libmldbm-perl all 2.05-4 [16.8 kB]
11:59:27 #10 8.861 Get:349 http://deb.debian.org/debian bookworm/main arm64 libmoox-aliases-perl all 0.001006-2 [7156 B]
11:59:27 #10 8.862 Get:350 http://deb.debian.org/debian bookworm/main arm64 libmouse-perl arm64 2.5.10-1+b3 [167 kB]
11:59:27 #10 8.863 Get:351 http://deb.debian.org/debian bookworm/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b11 [39.9 kB]
11:59:27 #10 8.865 Get:352 http://deb.debian.org/debian bookworm/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b11 [26.5 kB]
11:59:27 #10 8.868 Get:353 http://deb.debian.org/debian bookworm/main arm64 libpackage-stash-xs-perl arm64 0.30-1+b1 [18.8 kB]
11:59:27 #10 8.871 Get:354 http://deb.debian.org/debian bookworm/main arm64 libpath-iterator-rule-perl all 1.015-2 [41.7 kB]
11:59:27 #10 8.872 Get:355 http://deb.debian.org/debian bookworm/main arm64 libperlio-gzip-perl arm64 0.20-1+b1 [17.1 kB]
11:59:27 #10 8.873 Get:356 http://deb.debian.org/debian bookworm/main arm64 libperlio-utf8-strict-perl arm64 0.010-1 [11.2 kB]
11:59:27 #10 8.874 Get:357 http://deb.debian.org/debian bookworm/main arm64 libpod-parser-perl all 1.65-1 [96.3 kB]
11:59:27 #10 8.875 Get:358 http://deb.debian.org/debian bookworm/main arm64 libpod-constants-perl all 0.19-2 [17.3 kB]
11:59:27 #10 8.876 Get:359 http://deb.debian.org/debian bookworm/main arm64 libproc-processtable-perl arm64 0.634-1+b2 [42.4 kB]
11:59:27 #10 8.876 Get:360 http://deb.debian.org/debian bookworm/main arm64 libre2-9 arm64 20220601+dfsg-1+b1 [156 kB]
11:59:27 #10 8.878 Get:361 http://deb.debian.org/debian bookworm/main arm64 libre-engine-re2-perl arm64 0.17+ds-1 [18.4 kB]
11:59:27 #10 8.879 Get:362 http://deb.debian.org/debian bookworm/main arm64 libreadonly-perl all 2.050-3 [23.1 kB]
11:59:27 #10 8.881 Get:363 http://deb.debian.org/debian bookworm/main arm64 libref-util-perl all 0.204-2 [17.4 kB]
11:59:27 #10 8.883 Get:364 http://deb.debian.org/debian bookworm/main arm64 libref-util-xs-perl arm64 0.117-2+b1 [13.8 kB]
11:59:27 #10 8.884 Get:365 http://deb.debian.org/debian bookworm/main arm64 libregexp-pattern-license-perl all 3.9.4-3 [93.3 kB]
11:59:27 #10 8.885 Get:366 http://deb.debian.org/debian bookworm/main arm64 libregexp-pattern-perl all 0.2.14-2 [18.7 kB]
11:59:27 #10 8.886 Get:367 http://deb.debian.org/debian bookworm/main arm64 libregexp-wildcards-perl all 1.05-3 [14.1 kB]
11:59:27 #10 8.887 Get:368 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules arm64 2.1.28+dfsg-10 [63.1 kB]
11:59:27 #10 8.890 Get:369 http://deb.debian.org/debian bookworm/main arm64 libsereal-decoder-perl arm64 5.002+ds-1 [97.3 kB]
11:59:27 #10 8.890 Get:370 http://deb.debian.org/debian bookworm/main arm64 libsereal-encoder-perl arm64 5.002+ds-1 [98.9 kB]
11:59:27 #10 8.892 Get:371 http://deb.debian.org/debian bookworm/main arm64 libset-intspan-perl all 1.19-3 [25.3 kB]
11:59:27 #10 8.893 Get:372 http://deb.debian.org/debian bookworm/main arm64 libtask-weaken-perl all 1.06-2 [9364 B]
11:59:27 #10 9.072 Get:373 http://deb.debian.org/debian bookworm/main arm64 libxml-parser-perl arm64 2.46-4 [198 kB]
11:59:27 #10 9.201 Get:374 http://deb.debian.org/debian bookworm/main arm64 libsoap-lite-perl all 1.27-2 [239 kB]
11:59:27 #10 9.201 Get:375 http://deb.debian.org/debian bookworm/main arm64 libsocket6-perl arm64 0.29-3 [21.3 kB]
11:59:27 #10 9.205 Get:376 http://deb.debian.org/debian bookworm/main arm64 libstring-copyright-perl all 0.003014-1 [23.4 kB]
11:59:27 #10 9.207 Get:377 http://deb.debian.org/debian bookworm/main arm64 libstring-escape-perl all 2010.002-3 [18.7 kB]
11:59:27 #10 9.207 Get:378 http://deb.debian.org/debian bookworm/main arm64 libstring-license-perl all 0.0.2-1 [34.3 kB]
11:59:27 #10 9.207 Get:379 http://deb.debian.org/debian bookworm/main arm64 libstring-shellquote-perl all 1.04-3 [11.9 kB]
11:59:27 #10 9.208 Get:380 http://deb.debian.org/debian bookworm/main arm64 libsys-cpuaffinity-perl arm64 1.13~03-2+b1 [33.2 kB]
11:59:27 #10 9.209 Get:381 http://deb.debian.org/debian bookworm/main arm64 libterm-readkey-perl arm64 2.38-2+b1 [24.1 kB]
11:59:27 #10 9.210 Get:382 http://deb.debian.org/debian bookworm/main arm64 libtext-levenshteinxs-perl arm64 0.03-5+b1 [8396 B]
11:59:27 #10 9.211 Get:383 http://deb.debian.org/debian bookworm/main arm64 libtext-markdown-discount-perl arm64 0.16-1 [13.0 kB]
11:59:27 #10 9.212 Get:384 http://deb.debian.org/debian bookworm/main arm64 libtext-xslate-perl arm64 3.5.9-1+b2 [196 kB]
11:59:27 #10 9.215 Get:385 http://deb.debian.org/debian bookworm/main arm64 libtime-duration-perl all 1.21-2 [13.1 kB]
11:59:27 #10 9.215 Get:386 http://deb.debian.org/debian bookworm/main arm64 libtime-moment-perl arm64 0.44-2+b1 [72.2 kB]
11:59:27 #10 9.217 Get:387 http://deb.debian.org/debian bookworm/main arm64 libtype-tiny-xs-perl arm64 0.025-1 [25.6 kB]
11:59:27 #10 9.218 Get:388 http://deb.debian.org/debian bookworm/main arm64 libunicode-utf8-perl arm64 0.62-2 [19.9 kB]
11:59:27 #10 9.220 Get:389 http://deb.debian.org/debian bookworm/main arm64 libwww-mechanize-perl all 2.15-1 [120 kB]
11:59:27 #10 9.221 Get:390 http://deb.debian.org/debian bookworm/main arm64 libxdelta2 arm64 1.1.3-10.4 [47.4 kB]
11:59:27 #10 9.225 Get:391 http://deb.debian.org/debian bookworm/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB]
11:59:27 #10 9.225 Get:392 http://deb.debian.org/debian bookworm/main arm64 libxml-namespacesupport-perl all 1.12-2 [15.1 kB]
11:59:27 #10 9.225 Get:393 http://deb.debian.org/debian bookworm/main arm64 libxml-sax-base-perl all 1.09-3 [20.6 kB]
11:59:27 #10 9.225 Get:394 http://deb.debian.org/debian bookworm/main arm64 libxml-sax-perl all 1.02+dfsg-3 [59.4 kB]
11:59:27 #10 9.225 Get:395 http://deb.debian.org/debian bookworm/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1+b1 [309 kB]
11:59:27 #10 9.227 Get:396 http://deb.debian.org/debian bookworm/main arm64 libxml-sax-expat-perl all 0.51-2 [11.1 kB]
11:59:27 #10 9.228 Get:397 http://deb.debian.org/debian bookworm/main arm64 libxmlrpc-lite-perl all 0.717-5 [22.4 kB]
11:59:27 #10 9.229 Get:398 http://deb.debian.org/debian bookworm/main arm64 libxmuu1 arm64 2:1.1.3-3 [24.0 kB]
11:59:27 #10 9.230 Get:399 http://deb.debian.org/debian bookworm/main arm64 libxstring-perl arm64 0.005-2+b1 [8324 B]
11:59:27 #10 9.233 Get:400 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
11:59:27 #10 9.234 Get:401 http://deb.debian.org/debian bookworm/main arm64 libyaml-libyaml-perl arm64 0.86+ds-1 [32.8 kB]
11:59:27 #10 9.235 Get:402 http://deb.debian.org/debian bookworm/main arm64 licensecheck all 3.3.5-1 [49.8 kB]
11:59:27 #10 9.236 Get:403 http://deb.debian.org/debian bookworm/main arm64 plzip arm64 1.10-5 [58.0 kB]
11:59:27 #10 9.238 Get:404 http://deb.debian.org/debian bookworm/main arm64 lzop arm64 1.04-2 [82.8 kB]
11:59:27 #10 9.239 Get:405 http://deb.debian.org/debian bookworm/main arm64 t1utils arm64 1.41-4 [59.8 kB]
11:59:27 #10 9.239 Get:406 http://deb.debian.org/debian bookworm/main arm64 unzip arm64 6.0-27 [163 kB]
11:59:27 #10 9.241 Get:407 http://deb.debian.org/debian bookworm/main arm64 lintian all 2.116.3 [1130 kB]
11:59:27 #10 9.250 Get:408 http://deb.debian.org/debian bookworm/main arm64 lsb-release all 12.0-1 [6416 B]
11:59:27 #10 9.251 Get:409 http://deb.debian.org/debian bookworm/main arm64 manpages-dev all 6.02-1 [2022 kB]
11:59:27 #10 9.263 Get:410 http://deb.debian.org/debian bookworm/main arm64 pbzip2 arm64 1.1.13-1 [43.5 kB]
11:59:27 #10 9.264 Get:411 http://deb.debian.org/debian bookworm/main arm64 pixz arm64 1.0.7-2 [20.4 kB]
11:59:27 #10 9.265 Get:412 http://deb.debian.org/debian bookworm/main arm64 xdelta arm64 1.1.3-10.4 [27.4 kB]
11:59:27 #10 9.275 Get:413 http://deb.debian.org/debian bookworm/main arm64 xdelta3 arm64 3.0.11-dfsg-1.2 [66.0 kB]
11:59:27 #10 9.277 Get:414 http://deb.debian.org/debian bookworm/main arm64 pristine-tar arm64 1.50 [110 kB]
11:59:27 #10 9.279 Get:415 http://deb.debian.org/debian bookworm/main arm64 publicsuffix all 20221208.1942-1 [126 kB]
11:59:27 #10 9.281 Get:416 http://deb.debian.org/debian bookworm/main arm64 python-apt-common all 2.5.2 [64.1 kB]
11:59:27 #10 9.283 Get:417 http://deb.debian.org/debian bookworm/main arm64 python3-apt arm64 2.5.2+b1 [152 kB]
11:59:27 #10 9.284 Get:418 http://deb.debian.org/debian bookworm/main arm64 python3-certifi all 2022.9.24-1 [153 kB]
11:59:27 #10 9.286 Get:419 http://deb.debian.org/debian bookworm/main arm64 python3-charset-normalizer all 3.0.1-2 [49.3 kB]
11:59:27 #10 9.287 Get:420 http://deb.debian.org/debian bookworm/main arm64 python3-idna all 3.3-1 [39.4 kB]
11:59:27 #10 9.288 Get:421 http://deb.debian.org/debian bookworm/main arm64 python3-magic all 2:0.4.26-3 [14.5 kB]
11:59:27 #10 9.289 Get:422 http://deb.debian.org/debian bookworm/main arm64 python3-six all 1.16.0-4 [17.5 kB]
11:59:27 #10 9.290 Get:423 http://deb.debian.org/debian bookworm/main arm64 python3-urllib3 all 1.26.12-1 [117 kB]
11:59:27 #10 9.291 Get:424 http://deb.debian.org/debian bookworm/main arm64 python3-requests all 2.28.1+dfsg-1 [67.9 kB]
11:59:27 #10 9.293 Get:425 http://deb.debian.org/debian bookworm/main arm64 python3-unidiff all 0.7.3-1 [11.7 kB]
11:59:27 #10 9.293 Get:426 http://deb.debian.org/debian bookworm/main arm64 shared-mime-info arm64 2.2-1 [727 kB]
11:59:27 #10 9.299 Get:427 http://deb.debian.org/debian bookworm/main arm64 strace arm64 6.1-0.1 [1193 kB]
11:59:27 #10 9.306 Get:428 http://deb.debian.org/debian bookworm/main arm64 xauth arm64 1:1.1.2-1 [35.5 kB]
11:59:27 #10 9.307 Get:429 http://deb.debian.org/debian bookworm/main arm64 xdg-user-dirs arm64 0.18-1 [54.2 kB]
11:59:27 #10 9.307 Get:430 http://deb.debian.org/debian bookworm/main arm64 zstd arm64 1.5.2+dfsg2-3 [555 kB]
11:59:27 #10 9.540 debconf: delaying package configuration, since apt-utils is not installed
11:59:27 #10 9.572 Fetched 182 MB in 4s (49.6 MB/s)
11:59:27 #10 9.602 Selecting previously unselected package perl-modules-5.36.
11:59:27 #10 9.602 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5996 files and directories currently installed.)
11:59:27 #10 9.602 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7_all.deb ...
11:59:27 #10 9.605 Unpacking perl-modules-5.36 (5.36.0-7) ...
11:59:27 #10 10.18 Selecting previously unselected package libgdbm6:arm64.
11:59:27 #10 10.18 Preparing to unpack .../1-libgdbm6_1.23-3_arm64.deb ...
11:59:27 #10 10.19 Unpacking libgdbm6:arm64 (1.23-3) ...
11:59:27 #10 10.26 Selecting previously unselected package libgdbm-compat4:arm64.
11:59:27 #10 10.26 Preparing to unpack .../2-libgdbm-compat4_1.23-3_arm64.deb ...
11:59:27 #10 10.26 Unpacking libgdbm-compat4:arm64 (1.23-3) ...
11:59:27 #10 10.31 Selecting previously unselected package libperl5.36:arm64.
11:59:27 #10 10.31 Preparing to unpack .../3-libperl5.36_5.36.0-7_arm64.deb ...
11:59:27 #10 10.32 Unpacking libperl5.36:arm64 (5.36.0-7) ...
11:59:27 #10 10.93 Selecting previously unselected package perl.
11:59:27 #10 10.93 Preparing to unpack .../4-perl_5.36.0-7_arm64.deb ...
11:59:27 #10 11.01 Unpacking perl (5.36.0-7) ...
11:59:27 #10 11.57 Selecting previously unselected package liblocale-gettext-perl.
11:59:27 #10 11.57 Preparing to unpack .../5-liblocale-gettext-perl_1.07-5_arm64.deb ...
11:59:27 #10 11.59 Unpacking liblocale-gettext-perl (1.07-5) ...
11:59:27 #10 11.69 Selecting previously unselected package libssl3:arm64.
11:59:27 #10 11.69 Preparing to unpack .../6-libssl3_3.0.7-2_arm64.deb ...
11:59:27 #10 11.69 Unpacking libssl3:arm64 (3.0.7-2) ...
11:59:27 #10 11.90 Selecting previously unselected package libpython3.11-minimal:arm64.
11:59:27 #10 11.90 Preparing to unpack .../7-libpython3.11-minimal_3.11.1-2_arm64.deb ...
11:59:27 #10 11.91 Unpacking libpython3.11-minimal:arm64 (3.11.1-2) ...
11:59:27 #10 12.02 Selecting previously unselected package libexpat1:arm64.
11:59:27 #10 12.03 Preparing to unpack .../8-libexpat1_2.5.0-1_arm64.deb ...
11:59:27 #10 12.03 Unpacking libexpat1:arm64 (2.5.0-1) ...
11:59:27 #10 12.08 Selecting previously unselected package python3.11-minimal.
11:59:27 #10 12.08 Preparing to unpack .../9-python3.11-minimal_3.11.1-2_arm64.deb ...
11:59:27 #10 12.09 Unpacking python3.11-minimal (3.11.1-2) ...
11:59:27 #13 64.45   Installing : cpp-4.8.5-44.el7.aarch64                                   13/65 
11:59:27 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 23.07MB / 53.32MB 8.6s
11:59:27 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
11:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 57.67MB / 116.78MB 9.2s
11:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 68.16MB / 116.78MB 9.5s
11:59:27 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 98.57MB / 116.78MB 9.4s
11:59:28 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 35.65MB / 53.32MB 9.1s
11:59:28 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 5.7s done
11:59:28 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
11:59:28 #7 DONE 15.1s
11:59:28 
11:59:28 #10 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:28 #0 1.784 CentOS Stream 9 - BaseOS                        5.0 MB/s | 4.7 MB     00:00    
11:59:28 #0 3.727 CentOS Stream 9 - AppStream                      13 MB/s |  14 MB     00:01    
11:59:28 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 32.51MB / 116.78MB 9.1s
11:59:28 #11 11.89 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
11:59:28 #11 11.92 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB]
11:59:28 #10 10.01 Setting up libpython3.9-minimal:arm64 (3.9.2-1) ...
11:59:28 #10 10.05 Setting up libexpat1:arm64 (2.2.10-2+deb11u5) ...
11:59:28 #10 10.07 Setting up python3.9-minimal (3.9.2-1) ...
11:59:28 #10 DONE 1.0s
11:59:28 
11:59:28 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:28 #8 extracting sha256:fab930f25aaae407656553520d66a66def23df0c747402157413d83ec3726f10 4.1s done
11:59:28 #8 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.3s done
11:59:28 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 1.3s
11:59:28 #11 9.523 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libatomic1 arm64 10.3.0-1ubuntu1~20.04 [9820 B]
11:59:28 #11 9.596 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasan5 arm64 9.4.0-1ubuntu1~20.04.1 [2692 kB]
11:59:28 #17 4.294 NAME:
11:59:28 #17 4.294    go-winres - A tool for embedding resources in Windows executables
11:59:28 #17 4.294 
11:59:28 #17 4.294 USAGE:
11:59:28 #10 DONE 1.6s
11:59:28 
11:59:28 #11 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
11:59:28 #10 10.40 Get:130 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]
11:59:28 #10 10.40 Get:131 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1 [564 kB]
11:59:28 #10 10.42 Get:132 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB]
11:59:28 #10 10.43 Get:133 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
11:59:28 #10 10.44 Get:134 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1 [792 kB]
11:59:28 #10 10.48 Get:135 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1 [1094 kB]
11:59:28 #10 10.51 Get:136 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1 [926 kB]
11:59:28 #10 10.54 Get:137 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1 [948 kB]
11:59:28 #10 10.57 Get:138 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB]
11:59:28 #10 10.57 Get:139 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1 [694 kB]
11:59:28 #10 10.59 Get:140 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1 [540 kB]
11:59:28 #10 10.60 Get:141 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1 [531 kB]
11:59:28 #10 10.60 Get:142 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1 [671 kB]
11:59:28 #10 10.62 Get:143 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1 [846 kB]
11:59:28 #11 10.88 Get:141 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
11:59:28 #11 10.88 Get:142 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB]
11:59:28 #11 10.90 Get:143 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
11:59:28 #11 10.90 Get:144 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB]
11:59:28 #11 10.95 Get:145 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB]
11:59:28 #11 10.97 Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB]
11:59:28 #11 10.97 Get:147 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB]
11:59:28 #11 10.98 Get:148 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB]
11:59:28 #11 10.98 Get:149 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB]
11:59:28 #11 11.03 Get:150 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB]
11:59:28 #11 11.03 Get:151 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
11:59:28 #11 11.05 Get:152 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B]
11:59:28 #11 11.05 Get:153 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
11:59:28 #11 11.05 Get:154 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB]
11:59:28 #11 11.10 Get:155 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-touch-perl all 0.12-1 [9024 B]
11:59:28 #11 11.10 Get:156 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-pty-perl amd64 1:1.15-2build2 [35.1 kB]
11:59:28 #10 11.63 Selecting previously unselected package libpython3.7-minimal:arm64.
11:59:28 #10 11.63 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
11:59:28 #10 11.64 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
11:59:28 #10 11.81 Selecting previously unselected package libexpat1:arm64.
11:59:28 #10 11.81 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_arm64.deb ...
11:59:28 #10 11.81 Unpacking libexpat1:arm64 (2.2.6-2+deb10u6) ...
11:59:28 #10 11.87 Selecting previously unselected package python3.7-minimal.
11:59:28 #10 11.87 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
11:59:28 #10 12.29 Setting up libssl3:arm64 (3.0.7-2) ...
11:59:28 #10 12.30 Setting up libpython3.11-minimal:arm64 (3.11.1-2) ...
11:59:28 #10 12.32 Setting up libexpat1:arm64 (2.5.0-1) ...
11:59:28 #10 12.33 Setting up python3.11-minimal (3.11.1-2) ...
11:59:28 #13 64.75   Installing : systemd-devel-219-78.el7_9.7.aarch64                       14/65 
11:59:28 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 37.75MB / 47.40MB 8.8s
11:59:28 #7 DONE 14.2s
11:59:28 
11:59:28 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:28 #10 9.944 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:59:28 #10 9.944 Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB]
11:59:28 #10 9.961 Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB]
11:59:28 #10 9.968 Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB]
11:59:28 #10 9.969 Get:89 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB]
11:59:28 #10 10.29 Get:90 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB]
11:59:28 #10 10.29 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:59:28 #10 10.29 Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB]
11:59:28 #10 10.29 Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB]
11:59:28 #10 10.29 Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B]
11:59:28 #10 10.29 Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB]
11:59:28 #10 10.30 Get:96 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB]
11:59:28 #10 10.30 Get:97 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB]
11:59:28 #10 10.31 Get:98 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB]
11:59:28 #10 10.36 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:59:28 #10 10.43 Get:100 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB]
11:59:28 #10 10.81 Get:101 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B]
11:59:28 #10 10.95 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:59:28 #10 11.54 Get:103 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB]
11:59:28 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 63.96MB / 116.78MB 9.7s
11:59:28 #11 12.02 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
11:59:28 #11 12.05 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
11:59:28 #11 12.06 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:59:28 #11 12.17 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB]
11:59:28 #17 4.294    go-winres [global options] command [command options] [arguments...]
11:59:28 #17 4.294 
11:59:28 #17 4.294 COMMANDS:
11:59:28 #17 4.295    init     Create an initial ./winres/winres.json
11:59:28 #17 4.295    make     Make syso files for the "go build" command
11:59:28 #17 4.295    simply   Make syso files for the "go build" command (simplified)
11:59:28 #17 4.295    extract  Extract all resources from an executable
11:59:28 #17 4.295    patch    Replace resources in an executable file (exe, dll)
11:59:28 #17 4.295    help, h  Shows a list of commands or help for one command
11:59:28 #17 4.295 
11:59:28 #17 4.295 GLOBAL OPTIONS:
11:59:28 #17 4.295    --help, -h  show help (default: false)
11:59:28 #7 ...
11:59:28 
11:59:28 #8 [internal] load build context
11:59:28 #8 transferring context: 30.32MB 5.2s done
11:59:28 #8 DONE 5.3s
11:59:28 
11:59:28 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:28 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 44.04MB / 45.92MB 5.3s
11:59:28 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 22.02MB / 47.40MB 5.3s
11:59:28 #7 ...
11:59:28 
11:59:28 #9 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
11:59:28 #9 resolve docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b 0.0s done
11:59:28 #9 sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b 1.85kB / 1.85kB done
11:59:28 #9 sha256:21fcc84bb6b38666d4117b0b7d088049dcd18258a6f3e79159915a53731b2cf1 529B / 529B done
11:59:28 #9 sha256:adfa8c063dbbbd6d4410e90566e192bf9bd4a082590f05c6266e56caf42501d8 1.47kB / 1.47kB done
11:59:28 #9 sha256:7a21a86b3957d8c99250334cfb78c55af4f8c9277f2f1d4abd53d0362f96323d 42.99MB / 50.19MB 5.3s
11:59:28 #9 sha256:7a21a86b3957d8c99250334cfb78c55af4f8c9277f2f1d4abd53d0362f96323d 47.19MB / 50.19MB 5.6s
11:59:28 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 38.80MB / 116.78MB 9.5s
11:59:28 #10 10.63 Get:144 http://deb.debian.org/debian bookworm/main amd64 libfile-dirlist-perl all 0.05-3 [7600 B]
11:59:28 #10 10.63 Get:145 http://deb.debian.org/debian bookworm/main amd64 libfile-which-perl all 1.27-2 [15.1 kB]
11:59:28 #10 10.63 Get:146 http://deb.debian.org/debian bookworm/main amd64 libfile-homedir-perl all 1.006-2 [42.4 kB]
11:59:28 #10 10.63 Get:147 http://deb.debian.org/debian bookworm/main amd64 libfile-touch-perl all 0.12-2 [8816 B]
11:59:28 #10 10.63 Get:148 http://deb.debian.org/debian bookworm/main amd64 libio-pty-perl amd64 1:1.17-1 [34.9 kB]
11:59:28 #10 10.63 Get:149 http://deb.debian.org/debian bookworm/main amd64 libipc-run-perl all 20220807.0-1 [104 kB]
11:59:28 #10 10.64 Get:150 http://deb.debian.org/debian bookworm/main amd64 libclass-method-modifiers-perl all 2.14-1 [18.1 kB]
11:59:28 #10 10.64 Get:151 http://deb.debian.org/debian bookworm/main amd64 libclass-xsaccessor-perl amd64 1.19-4+b1 [36.4 kB]
11:59:28 #10 10.64 Get:152 http://deb.debian.org/debian bookworm/main amd64 libb-hooks-op-check-perl amd64 0.22-2+b1 [10.5 kB]
11:59:28 #10 10.64 Get:153 http://deb.debian.org/debian bookworm/main amd64 libdynaloader-functions-perl all 0.003-3 [12.7 kB]
11:59:28 #10 10.64 Get:154 http://deb.debian.org/debian bookworm/main amd64 libdevel-callchecker-perl amd64 0.008-2 [15.8 kB]
11:59:28 #10 10.64 Get:155 http://deb.debian.org/debian bookworm/main amd64 libparams-classify-perl amd64 0.015-2+b1 [23.1 kB]
11:59:28 #10 10.65 Get:156 http://deb.debian.org/debian bookworm/main amd64 libmodule-runtime-perl all 0.016-2 [19.6 kB]
11:59:28 #10 10.65 Get:157 http://deb.debian.org/debian bookworm/main amd64 libimport-into-perl all 1.002005-2 [11.3 kB]
11:59:28 #10 10.65 Get:158 http://deb.debian.org/debian bookworm/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
11:59:28 #10 10.65 Get:159 http://deb.debian.org/debian bookworm/main amd64 libsub-quote-perl all 2.006008-1 [21.8 kB]
11:59:28 #10 10.65 Get:160 http://deb.debian.org/debian bookworm/main amd64 libmoo-perl all 2.005005-1 [58.0 kB]
11:59:28 #10 10.65 Get:161 http://deb.debian.org/debian bookworm/main amd64 libencode-locale-perl all 1.05-3 [12.9 kB]
11:59:28 #10 10.65 Get:162 http://deb.debian.org/debian bookworm/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
11:59:28 #10 10.65 Get:163 http://deb.debian.org/debian bookworm/main amd64 libhttp-date-perl all 6.05-2 [10.5 kB]
11:59:28 #10 10.65 Get:164 http://deb.debian.org/debian bookworm/main amd64 libfile-listing-perl all 6.15-1 [12.6 kB]
11:59:28 #10 10.65 Get:165 http://deb.debian.org/debian bookworm/main amd64 libhtml-tagset-perl all 3.20-6 [11.7 kB]
11:59:28 #10 10.65 Get:166 http://deb.debian.org/debian bookworm/main amd64 libregexp-ipv6-perl all 0.03-3 [5212 B]
11:59:28 #10 10.66 Get:167 http://deb.debian.org/debian bookworm/main amd64 liburi-perl all 5.17-1 [90.4 kB]
11:59:28 #10 10.66 Get:168 http://deb.debian.org/debian bookworm/main amd64 libhtml-parser-perl amd64 3.81-1 [101 kB]
11:59:28 #10 10.66 Get:169 http://deb.debian.org/debian bookworm/main amd64 libhtml-tree-perl all 5.07-3 [211 kB]
11:59:28 #10 10.66 Get:170 http://deb.debian.org/debian bookworm/main amd64 libclone-perl amd64 0.46-1 [13.7 kB]
11:59:28 #10 10.66 Get:171 http://deb.debian.org/debian bookworm/main amd64 libio-html-perl all 1.004-3 [16.2 kB]
11:59:28 #10 10.66 Get:172 http://deb.debian.org/debian bookworm/main amd64 liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
11:59:28 #10 10.67 Get:173 http://deb.debian.org/debian bookworm/main amd64 libhttp-message-perl all 6.44-1 [81.7 kB]
11:59:28 #10 10.67 Get:174 http://deb.debian.org/debian bookworm/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:59:28 #10 10.67 Get:175 http://deb.debian.org/debian bookworm/main amd64 libhttp-negotiate-perl all 6.01-2 [13.1 kB]
11:59:28 #10 10.67 Get:176 http://deb.debian.org/debian bookworm/main amd64 perl-openssl-defaults amd64 7+b1 [7924 B]
11:59:28 #10 10.67 Get:177 http://deb.debian.org/debian bookworm/main amd64 libnet-ssleay-perl amd64 1.92-2+b1 [317 kB]
11:59:28 #10 10.68 Get:178 http://deb.debian.org/debian bookworm/main amd64 libio-socket-ssl-perl all 2.078-1 [217 kB]
11:59:28 #10 10.68 Get:179 http://deb.debian.org/debian bookworm/main amd64 libnet-http-perl all 6.22-1 [25.3 kB]
11:59:28 #10 10.68 Get:180 http://deb.debian.org/debian bookworm/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:59:28 #10 10.68 Get:181 http://deb.debian.org/debian bookworm/main amd64 libtry-tiny-perl all 0.31-2 [22.6 kB]
11:59:28 #10 10.70 Get:182 http://deb.debian.org/debian bookworm/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:59:28 #10 10.71 Get:183 http://deb.debian.org/debian bookworm/main amd64 libwww-perl all 6.67-1 [194 kB]
11:59:28 #10 10.71 Get:184 http://deb.debian.org/debian bookworm/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
11:59:28 #10 10.71 Get:185 http://deb.debian.org/debian bookworm/main amd64 wdiff amd64 1.2.2-4 [119 kB]
11:59:28 #10 10.71 Get:186 http://deb.debian.org/debian bookworm/main amd64 devscripts amd64 2.22.2 [1182 kB]
11:59:28 #10 10.73 Get:187 http://deb.debian.org/debian bookworm/main amd64 diffstat amd64 1.65-1 [33.3 kB]
11:59:28 #10 10.73 Get:188 http://deb.debian.org/debian bookworm/main amd64 distro-info-data all 0.56 [5500 B]
11:59:28 #10 10.74 Get:189 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 65.6.3-1 [278 kB]
11:59:28 #10 10.75 Get:190 http://deb.debian.org/debian bookworm/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
11:59:28 #10 10.76 Get:191 http://deb.debian.org/debian bookworm/main amd64 python3-debian all 0.1.49 [115 kB]
11:59:28 #10 10.76 Get:192 http://deb.debian.org/debian bookworm/main amd64 libgpgme11 amd64 1.18.0-3+b1 [300 kB]
11:59:28 #10 10.77 Get:193 http://deb.debian.org/debian bookworm/main amd64 python3-gpg amd64 1.18.0-3+b1 [363 kB]
11:59:28 #10 10.77 Get:194 http://deb.debian.org/debian bookworm/main amd64 python3-xdg all 0.28-2 [40.5 kB]
11:59:28 #10 10.77 Get:195 http://deb.debian.org/debian bookworm/main amd64 dput all 1.1.3 [42.7 kB]
11:59:28 #10 10.77 Get:196 http://deb.debian.org/debian bookworm/main amd64 equivs all 2.3.1 [22.7 kB]
11:59:28 #10 10.77 Get:197 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
11:59:28 #10 10.81 Get:198 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB]
11:59:28 #10 10.81 Get:199 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.87.0-2 [369 kB]
11:59:28 #10 10.82 Get:200 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB]
11:59:28 #10 10.82 Get:201 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.1-0.1 [2042 kB]
11:59:28 #10 10.86 Get:202 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.1-0.1 [7162 kB]
11:59:28 #10 10.95 Get:203 http://deb.debian.org/debian bookworm/main amd64 iso-codes all 4.12.0-1 [2888 kB]
11:59:28 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 9.3s done
11:59:28 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 40.89MB / 53.32MB 9.4s
11:59:28 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 0B / 126B 9.4s
11:59:28 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 39.85MB / 116.78MB 9.5s
11:59:28 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 9.5s done
11:59:28 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.1s
11:59:28 #7 ...
11:59:28 
11:59:28 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:28 #10 9.468 Get:82 http://deb.debian.org/debian buster/main amd64 gcc amd64 4:8.3.0-1 [5196 B]
11:59:28 #10 9.468 Get:83 http://deb.debian.org/debian buster/main amd64 libstdc++-8-dev amd64 8.3.0-6 [1532 kB]
11:59:28 #10 9.495 Get:84 http://deb.debian.org/debian buster/main amd64 g++-8 amd64 8.3.0-6 [9752 kB]
11:59:28 #10 9.740 Get:85 http://deb.debian.org/debian buster/main amd64 g++ amd64 4:8.3.0-1 [1644 B]
11:59:28 #10 9.742 Get:86 http://deb.debian.org/debian buster/main amd64 make amd64 4.2.1-1.2 [341 kB]
11:59:28 #10 9.746 Get:87 http://deb.debian.org/debian buster/main amd64 libdpkg-perl all 1.19.8 [1415 kB]
11:59:28 #10 9.767 Get:88 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
11:59:28 #10 9.773 Get:89 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.8 [1776 kB]
11:59:28 #10 9.798 Get:90 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
11:59:28 #10 9.801 Get:91 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1n-0+deb10u3 [855 kB]
11:59:28 #10 9.812 Get:92 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
11:59:28 #10 9.815 Get:93 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB]
11:59:28 #10 9.817 Get:94 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB]
11:59:28 #10 9.819 Get:95 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
11:59:28 #10 9.821 Get:96 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB]
11:59:28 #10 9.825 Get:97 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
11:59:28 #10 9.826 Get:98 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
11:59:28 #10 9.828 Get:99 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
11:59:28 #10 9.829 Get:100 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
11:59:28 #10 9.832 Get:101 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u4 [334 kB]
11:59:28 #10 9.838 Get:102 http://deb.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u4 [265 kB]
11:59:28 #10 9.842 Get:103 http://deb.debian.org/debian buster/main amd64 dctrl-tools amd64 2.24-3 [103 kB]
11:59:28 #10 9.845 Get:104 http://deb.debian.org/debian buster/main amd64 libtool all 2.4.6-9 [547 kB]
11:59:28 #10 9.853 Get:105 http://deb.debian.org/debian buster/main amd64 dh-autoreconf all 19 [16.9 kB]
11:59:28 #10 9.854 Get:106 http://deb.debian.org/debian buster/main amd64 libarchive-zip-perl all 1.64-1 [96.8 kB]
11:59:28 #10 9.856 Get:107 http://deb.debian.org/debian buster/main amd64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
11:59:28 #10 9.857 Get:108 http://deb.debian.org/debian buster/main amd64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
11:59:28 #10 9.858 Get:109 http://deb.debian.org/debian buster/main amd64 dwz amd64 0.12-3 [78.0 kB]
11:59:28 #10 9.861 Get:110 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u4 [1259 kB]
11:59:28 #10 9.880 Get:111 http://deb.debian.org/debian buster/main amd64 libcroco3 amd64 0.6.12-3 [145 kB]
11:59:28 #10 9.882 Get:112 http://deb.debian.org/debian-security buster/updates/main amd64 libncurses6 amd64 6.1+20181013-2+deb10u3 [102 kB]
11:59:28 #10 9.884 Get:113 http://deb.debian.org/debian buster/main amd64 gettext amd64 0.19.8.1-9 [1303 kB]
11:59:28 #10 9.904 Get:114 http://deb.debian.org/debian buster/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:59:28 #10 9.904 Get:115 http://deb.debian.org/debian buster/main amd64 po-debconf all 1.0.21 [248 kB]
11:59:28 #10 9.909 Get:116 http://deb.debian.org/debian buster/main amd64 debhelper all 12.1.1 [1016 kB]
11:59:28 #10 9.927 Get:117 http://deb.debian.org/debian buster/main amd64 debian-keyring all 2019.02.25 [32.4 MB]
11:59:28 #10 10.43 Get:118 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
11:59:28 #10 10.43 Get:119 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
11:59:28 #10 10.43 Get:120 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB]
11:59:28 #10 10.43 Get:121 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1+deb10u2 [510 kB]
11:59:28 #10 10.44 Get:122 http://deb.debian.org/debian-security buster/updates/main amd64 libksba8 amd64 1.3.5-2+deb10u2 [102 kB]
11:59:28 #10 10.44 Get:123 http://deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB]
11:59:28 #10 10.44 Get:124 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1+deb10u2 [712 kB]
11:59:28 #10 10.45 Get:125 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
11:59:28 #10 10.48 Get:126 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1+deb10u2 [861 kB]
11:59:28 #10 10.49 Get:127 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1+deb10u2 [865 kB]
11:59:28 #10 10.51 Get:128 http://deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-2 [64.5 kB]
11:59:28 #10 10.51 Get:129 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1+deb10u2 [617 kB]
11:59:28 #10 10.52 Get:130 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1+deb10u2 [485 kB]
11:59:28 #10 10.52 Get:131 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1+deb10u2 [478 kB]
11:59:28 #10 10.53 Get:132 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1+deb10u2 [604 kB]
11:59:28 #10 10.54 Get:133 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1+deb10u2 [715 kB]
11:59:28 #10 10.55 Get:134 http://deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
11:59:28 #10 10.55 Get:135 http://deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB]
11:59:28 #10 10.56 Get:136 http://deb.debian.org/debian buster/main amd64 libio-pty-perl amd64 1:1.08-1.1+b5 [33.7 kB]
11:59:28 #10 10.56 Get:137 http://deb.debian.org/debian buster/main amd64 libipc-run-perl all 20180523.0-1 [101 kB]
11:59:28 #10 10.56 Get:138 http://deb.debian.org/debian buster/main amd64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
11:59:28 #10 10.56 Get:139 http://deb.debian.org/debian buster/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:59:28 #10 10.56 Get:140 http://deb.debian.org/debian buster/main amd64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
11:59:28 #10 10.56 Get:141 http://deb.debian.org/debian buster/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b1 [11.4 kB]
11:59:28 #10 10.56 Get:142 http://deb.debian.org/debian buster/main amd64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
11:59:28 #10 10.56 Get:143 http://deb.debian.org/debian buster/main amd64 libdevel-callchecker-perl amd64 0.008-1 [15.7 kB]
11:59:28 #10 10.56 Get:144 http://deb.debian.org/debian buster/main amd64 libparams-classify-perl amd64 0.015-1+b1 [25.5 kB]
11:59:28 #10 10.57 Get:145 http://deb.debian.org/debian buster/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:59:28 #10 10.57 Get:146 http://deb.debian.org/debian buster/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
11:59:28 #10 10.57 Get:147 http://deb.debian.org/debian buster/main amd64 librole-tiny-perl all 2.000006-1 [19.4 kB]
11:59:28 #10 10.57 Get:148 http://deb.debian.org/debian buster/main amd64 libstrictures-perl all 2.000005-1 [18.3 kB]
11:59:28 #10 10.57 Get:149 http://deb.debian.org/debian buster/main amd64 libsub-quote-perl all 2.005001-1 [17.9 kB]
11:59:28 #10 10.57 Get:150 http://deb.debian.org/debian buster/main amd64 libmoo-perl all 2.003004-2 [57.4 kB]
11:59:28 #10 10.57 Get:151 http://deb.debian.org/debian buster/main amd64 libencode-locale-perl all 1.05-1 [13.7 kB]
11:59:28 #10 10.57 Get:152 http://deb.debian.org/debian buster/main amd64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
11:59:28 #10 10.57 Get:153 http://deb.debian.org/debian buster/main amd64 libhttp-date-perl all 6.02-1 [10.7 kB]
11:59:28 #10 10.58 Get:154 http://deb.debian.org/debian buster/main amd64 libfile-listing-perl all 6.04-1 [10.3 kB]
11:59:28 #10 10.58 Get:155 http://deb.debian.org/debian buster/main amd64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
11:59:28 #10 10.58 Get:156 http://deb.debian.org/debian buster/main amd64 liburi-perl all 1.76-1 [89.9 kB]
11:59:28 #10 10.58 Get:157 http://deb.debian.org/debian buster/main amd64 libhtml-parser-perl amd64 3.72-3+b3 [105 kB]
11:59:28 #10 10.58 Get:158 http://deb.debian.org/debian buster/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
11:59:28 #10 10.59 Get:159 http://deb.debian.org/debian buster/main amd64 libio-html-perl all 1.001-1 [17.6 kB]
11:59:28 #10 10.59 Get:160 http://deb.debian.org/debian buster/main amd64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
11:59:28 #10 10.59 Get:161 http://deb.debian.org/debian buster/main amd64 libhttp-message-perl all 6.18-1 [77.8 kB]
11:59:28 #10 10.59 Get:162 http://deb.debian.org/debian buster/main amd64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
11:59:28 #10 10.59 Get:163 http://deb.debian.org/debian buster/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:59:28 #10 10.59 Get:164 http://deb.debian.org/debian buster/main amd64 perl-openssl-defaults amd64 3 [6782 B]
11:59:28 #10 10.59 Get:165 http://deb.debian.org/debian buster/main amd64 libnet-ssleay-perl amd64 1.85-2+deb10u1 [308 kB]
11:59:28 #10 10.60 Get:166 http://deb.debian.org/debian buster/main amd64 libio-socket-ssl-perl all 2.060-3 [207 kB]
11:59:28 #10 10.61 Get:167 http://deb.debian.org/debian buster/main amd64 libnet-http-perl all 6.18-1 [24.5 kB]
11:59:28 #10 10.61 Get:168 http://deb.debian.org/debian buster/main amd64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
11:59:28 #10 10.61 Get:169 http://deb.debian.org/debian buster/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
11:59:28 #10 10.61 Get:170 http://deb.debian.org/debian buster/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:59:28 #10 10.61 Get:171 http://deb.debian.org/debian buster/main amd64 libwww-perl all 6.36-2 [188 kB]
11:59:28 #10 10.61 Get:172 http://deb.debian.org/debian buster/main amd64 patchutils amd64 0.3.4-2 [90.4 kB]
11:59:28 #10 10.61 Get:173 http://deb.debian.org/debian buster/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
11:59:28 #10 10.62 Get:174 http://deb.debian.org/debian buster/main amd64 devscripts amd64 2.19.5+deb10u1 [1046 kB]
11:59:28 #10 10.63 Get:175 http://deb.debian.org/debian buster/main amd64 diffstat amd64 1.62-1 [33.4 kB]
11:59:28 #10 10.64 Get:176 http://deb.debian.org/debian-security buster/updates/main amd64 distro-info-data all 0.41+deb10u6 [7080 B]
11:59:28 #10 10.64 Get:177 http://deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
11:59:28 #10 10.64 Get:178 http://deb.debian.org/debian buster/main amd64 python3-chardet all 3.0.4-3 [80.5 kB]
11:59:28 #10 10.65 Get:179 http://deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
11:59:28 #10 10.65 Get:180 http://deb.debian.org/debian buster/main amd64 python3-debian all 0.1.35 [78.8 kB]
11:59:28 #10 10.65 Get:181 http://deb.debian.org/debian buster/main amd64 libgpgme11 amd64 1.12.0-6 [251 kB]
11:59:28 #10 10.66 Get:182 http://deb.debian.org/debian buster/main amd64 python3-gpg amd64 1.12.0-6 [301 kB]
11:59:28 #10 10.66 Get:183 http://deb.debian.org/debian buster/main amd64 dput all 1.0.3 [54.5 kB]
11:59:28 #10 10.66 Get:184 http://deb.debian.org/debian buster/main amd64 equivs all 2.2.0 [22.4 kB]
11:59:28 #10 10.66 Get:185 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-config all 4.92-8+deb10u7 [325 kB]
11:59:28 #10 10.67 Get:186 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-base amd64 4.92-8+deb10u7 [1137 kB]
11:59:28 #10 10.69 Get:187 http://deb.debian.org/debian buster/main amd64 libevent-2.1-6 amd64 2.1.8-stable-4 [177 kB]
11:59:28 #10 10.70 Get:188 http://deb.debian.org/debian buster/main amd64 libunbound8 amd64 1.9.0-2+deb10u2 [462 kB]
11:59:28 #10 10.71 Get:189 http://deb.debian.org/debian-security buster/updates/main amd64 libgnutls-dane0 amd64 3.6.7-4+deb10u9 [318 kB]
11:59:28 #10 10.71 Get:190 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-daemon-light amd64 4.92-8+deb10u7 [584 kB]
11:59:28 #10 10.72 Get:191 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u4 [331 kB]
11:59:28 #10 10.73 Get:192 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
11:59:28 #10 10.74 Get:193 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
11:59:28 #10 10.74 Get:194 http://deb.debian.org/debian-security buster/updates/main amd64 git-man all 1:2.20.1-2+deb10u7 [1623 kB]
11:59:28 #10 10.76 Get:195 http://deb.debian.org/debian-security buster/updates/main amd64 git amd64 1:2.20.1-2+deb10u7 [5630 kB]
11:59:28 #10 10.87 Get:196 http://deb.debian.org/debian buster/main amd64 libgc1c2 amd64 1:7.6.4-0.4 [224 kB]
11:59:28 #10 10.87 Get:197 http://deb.debian.org/debian buster/main amd64 libltdl7 amd64 2.4.6-9 [390 kB]
11:59:28 #10 10.87 Get:198 http://deb.debian.org/debian buster/main amd64 guile-2.2-libs amd64 2.2.4+1-2+deb10u1 [4968 kB]
11:59:28 #10 10.97 Get:199 http://deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1 [2713 kB]
11:59:28 #10 11.00 Get:200 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
11:59:28 #10 11.00 Get:201 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
11:59:28 #10 11.00 Get:202 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:59:28 #10 11.00 Get:203 http://deb.debian.org/debian buster/main amd64 libapt-inst2.0 amd64 1.8.2.3 [204 kB]
11:59:28 #10 11.01 Get:204 http://deb.debian.org/debian buster/main amd64 libapt-pkg-perl amd64 0.1.34+b1 [71.2 kB]
11:59:28 #10 11.01 Get:205 http://deb.debian.org/debian buster/main amd64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
11:59:28 #10 11.01 Get:206 http://deb.debian.org/debian buster/main amd64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
11:59:28 #10 11.01 Get:207 http://deb.debian.org/debian buster/main amd64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
11:59:28 #10 11.01 Get:208 http://deb.debian.org/debian buster/main amd64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
11:59:28 #10 11.01 Get:209 http://deb.debian.org/debian buster/main amd64 libvariable-magic-perl amd64 0.62-1+b1 [45.9 kB]
11:59:28 #10 11.01 Get:210 http://deb.debian.org/debian buster/main amd64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
11:59:28 #10 11.01 Get:211 http://deb.debian.org/debian buster/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
11:59:28 #10 11.01 Get:212 http://deb.debian.org/debian buster/main amd64 libcgi-pm-perl all 4.40-1 [222 kB]
11:59:28 #10 11.02 Get:213 http://deb.debian.org/debian buster/main amd64 libfcgi-perl amd64 0.78-2+b3 [39.0 kB]
11:59:28 #10 11.02 Get:214 http://deb.debian.org/debian buster/main amd64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
11:59:28 #10 11.02 Get:215 http://deb.debian.org/debian buster/main amd64 libsub-name-perl amd64 0.21-1+b3 [13.6 kB]
11:59:28 #10 11.02 Get:216 http://deb.debian.org/debian buster/main amd64 libclass-accessor-perl all 0.51-1 [23.2 kB]
11:59:28 #10 11.02 Get:217 http://deb.debian.org/debian buster/main amd64 libclass-inspector-perl all 1.32-1 [19.1 kB]
11:59:28 #10 11.02 Get:218 http://deb.debian.org/debian buster/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b2 [38.0 kB]
11:59:28 #10 11.02 Get:219 http://deb.debian.org/debian buster/main amd64 libclone-perl amd64 0.41-1+b1 [14.6 kB]
11:59:28 #10 11.03 Get:220 http://deb.debian.org/debian buster/main amd64 libcommon-sense-perl amd64 3.74-2+b7 [24.0 kB]
11:59:28 #10 11.03 Get:221 http://deb.debian.org/debian buster/main amd64 libparams-util-perl amd64 1.07-3+b4 [23.0 kB]
11:59:28 #10 11.03 Get:222 http://deb.debian.org/debian buster/main amd64 libsub-install-perl all 0.928-1 [11.4 kB]
11:59:28 #10 11.03 Get:223 http://deb.debian.org/debian buster/main amd64 libdata-optlist-perl all 0.110-1 [10.6 kB]
11:59:28 #10 11.03 Get:224 http://deb.debian.org/debian buster/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
11:59:28 #10 11.03 Get:225 http://deb.debian.org/debian buster/main amd64 libconst-fast-perl all 0.014-1 [8250 B]
11:59:28 #10 11.04 Get:226 http://deb.debian.org/debian buster/main amd64 libwant-perl amd64 0.29-1+b4 [28.9 kB]
11:59:28 #10 11.04 Get:227 http://deb.debian.org/debian buster/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
11:59:28 #10 11.04 Get:228 http://deb.debian.org/debian buster/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
11:59:28 #10 11.04 Get:229 http://deb.debian.org/debian buster/main amd64 libdata-dump-perl all 1.23-1 [29.5 kB]
11:59:28 #10 11.04 Get:230 http://deb.debian.org/debian buster/main amd64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
11:59:28 #10 11.04 Get:231 http://deb.debian.org/debian buster/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
11:59:28 #10 11.05 Get:232 http://deb.debian.org/debian buster/main amd64 libdistro-info-perl all 0.21 [6696 B]
11:59:28 #10 11.05 Get:233 http://deb.debian.org/debian buster/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
11:59:28 #10 11.05 Get:234 http://deb.debian.org/debian buster/main amd64 libmailtools-perl all 2.18-1 [88.5 kB]
11:59:28 #10 11.07 Get:235 http://deb.debian.org/debian buster/main amd64 libnet-ip-perl all 1.26-2 [29.0 kB]
11:59:28 #10 11.08 Get:236 http://deb.debian.org/debian buster/main amd64 libnet-dns-perl all 1.19-1 [372 kB]
11:59:28 #10 11.08 Get:237 http://deb.debian.org/debian buster/main amd64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
11:59:28 #10 11.08 Get:238 http://deb.debian.org/debian buster/main amd64 libemail-valid-perl all 1.202-1 [23.0 kB]
11:59:28 #10 11.08 Get:239 http://deb.debian.org/debian buster/main amd64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
11:59:28 #10 11.08 Get:240 http://deb.debian.org/debian buster/main amd64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
11:59:28 #10 11.08 Get:241 http://deb.debian.org/debian buster/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
11:59:28 #10 11.08 Get:242 http://deb.debian.org/debian buster/main amd64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
11:59:28 #10 11.08 Get:243 http://deb.debian.org/debian buster/main amd64 libfile-fcntllock-perl amd64 0.22-3+b5 [35.4 kB]
11:59:28 #10 11.08 Get:244 http://deb.debian.org/debian buster/main amd64 libfont-afm-perl all 1.20-2 [13.6 kB]
11:59:28 #10 11.08 Get:245 http://deb.debian.org/debian buster/main amd64 libfribidi0 amd64 1.0.5-3.1+deb10u2 [63.9 kB]
11:59:28 #10 11.08 Get:246 http://deb.debian.org/debian buster/main amd64 libfuture-perl all 0.39-1 [74.5 kB]
11:59:28 #10 11.08 Get:247 http://deb.debian.org/debian buster/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
11:59:28 #10 11.08 Get:248 http://deb.debian.org/debian buster/main amd64 libparams-validate-perl amd64 1.29-1+b1 [67.6 kB]
11:59:28 #10 11.08 Get:249 http://deb.debian.org/debian buster/main amd64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
11:59:28 #10 11.09 Get:250 http://deb.debian.org/debian buster/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
11:59:28 #10 11.09 Get:251 http://deb.debian.org/debian buster/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
11:59:28 #10 11.09 Get:252 http://deb.debian.org/debian buster/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
11:59:28 #10 11.09 Get:253 http://deb.debian.org/debian buster/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
11:59:28 #10 11.09 Get:254 http://deb.debian.org/debian buster/main amd64 libjson-perl all 4.02000-1 [88.8 kB]
11:59:28 #10 11.09 Get:255 http://deb.debian.org/debian buster/main amd64 liblog-any-perl all 1.707-1 [65.2 kB]
11:59:28 #10 11.09 Get:256 http://deb.debian.org/debian buster/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
11:59:28 #10 11.09 Get:257 http://deb.debian.org/debian buster/main amd64 libpackage-stash-perl all 0.38-1 [21.7 kB]
11:59:28 #10 11.09 Get:258 http://deb.debian.org/debian buster/main amd64 libsub-identify-perl amd64 0.14-1+b1 [12.0 kB]
11:59:28 #10 11.10 Get:259 http://deb.debian.org/debian buster/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
11:59:28 #10 11.10 Get:260 http://deb.debian.org/debian buster/main amd64 libpath-tiny-perl all 0.108-1 [53.3 kB]
11:59:28 #10 11.10 Get:261 http://deb.debian.org/debian buster/main amd64 libtype-tiny-perl all 1.004004-1 [266 kB]
11:59:28 #10 11.10 Get:262 http://deb.debian.org/debian buster/main amd64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
11:59:28 #10 11.10 Get:263 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-data all 2.58.3-2+deb10u4 [1110 kB]
11:59:28 #10 11.12 Get:264 http://deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
11:59:28 #10 11.12 Get:265 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
11:59:28 #10 11.12 Get:266 http://deb.debian.org/debian buster/main amd64 libntlm0 amd64 1.5-1+deb10u1 [22.7 kB]
11:59:28 #10 11.12 Get:267 http://deb.debian.org/debian buster/main amd64 libgsasl7 amd64 1.8.0-8+deb10u1 [207 kB]
11:59:28 #10 11.13 Get:268 http://deb.debian.org/debian buster/main amd64 libhtml-form-perl all 6.03-1 [23.9 kB]
11:59:28 #10 11.13 Get:269 http://deb.debian.org/debian buster/main amd64 libhtml-format-perl all 2.12-1 [43.5 kB]
11:59:28 #10 11.13 Get:270 http://deb.debian.org/debian-security buster/updates/main amd64 libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB]
11:59:28 #10 11.13 Get:271 http://deb.debian.org/debian buster/main amd64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
11:59:28 #10 11.13 Get:272 http://deb.debian.org/debian buster/main amd64 libio-async-perl all 0.72-1 [262 kB]
11:59:28 #10 11.14 Get:273 http://deb.debian.org/debian buster/main amd64 libio-sessiondata-perl all 1.03-1 [5782 B]
11:59:28 #10 11.14 Get:274 http://deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB]
11:59:28 #10 11.14 Get:275 http://deb.debian.org/debian buster/main amd64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
11:59:28 #10 11.14 Get:276 http://deb.debian.org/debian buster/main amd64 libjson-xs-perl amd64 3.040-1+b1 [91.0 kB]
11:59:28 #10 11.14 Get:277 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
11:59:28 #10 11.14 Get:278 http://deb.debian.org/debian buster/main amd64 libkyotocabinet16v5 amd64 1.2.76-4.2+b1 [298 kB]
11:59:28 #10 11.15 Get:279 http://deb.debian.org/debian buster/main amd64 liblist-compare-perl all 0.53-1 [68.9 kB]
11:59:28 #10 11.15 Get:280 http://deb.debian.org/debian buster/main amd64 liblist-moreutils-perl amd64 0.416-1+b4 [64.2 kB]
11:59:28 #10 11.16 Get:281 http://deb.debian.org/debian buster/main amd64 libltdl-dev amd64 2.4.6-9 [162 kB]
11:59:28 #10 11.16 Get:282 http://deb.debian.org/debian buster/main amd64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
11:59:28 #10 11.16 Get:283 http://deb.debian.org/debian buster/main amd64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
11:59:28 #10 11.16 Get:284 http://deb.debian.org/debian buster/main amd64 mailutils-common all 1:3.5-4 [689 kB]
11:59:28 #10 11.18 Get:285 http://deb.debian.org/debian buster/main amd64 mysql-common all 5.8+1.0.5 [7324 B]
11:59:28 #10 11.18 Get:286 http://deb.debian.org/debian-security buster/updates/main amd64 mariadb-common all 1:10.3.36-0+deb10u2 [33.2 kB]
11:59:28 #10 11.18 Get:287 http://deb.debian.org/debian-security buster/updates/main amd64 libmariadb3 amd64 1:10.3.36-0+deb10u2 [173 kB]
11:59:28 #10 11.18 Get:288 http://deb.debian.org/debian buster/main amd64 libpython2.7-minimal amd64 2.7.16-2+deb10u1 [395 kB]
11:59:28 #10 11.18 Get:289 http://deb.debian.org/debian buster/main amd64 libpython2.7-stdlib amd64 2.7.16-2+deb10u1 [1912 kB]
11:59:28 #10 11.21 Get:290 http://deb.debian.org/debian buster/main amd64 libpython2.7 amd64 2.7.16-2+deb10u1 [1036 kB]
11:59:28 #10 11.22 Get:291 http://deb.debian.org/debian buster/main amd64 libmailutils5 amd64 1:3.5-4 [880 kB]
11:59:28 #10 11.24 Get:292 http://deb.debian.org/debian buster/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
11:59:28 #10 11.24 Get:293 http://deb.debian.org/debian buster/main amd64 libnet-dns-sec-perl amd64 1.11-1 [48.1 kB]
11:59:28 #10 11.24 Get:294 http://deb.debian.org/debian buster/main amd64 libnet-libidn-perl amd64 0.12.ds-3+b1 [18.6 kB]
11:59:28 #10 11.24 Get:295 http://deb.debian.org/debian buster/main amd64 libnumber-compare-perl all 0.03-1 [7642 B]
11:59:28 #10 11.24 Get:296 http://deb.debian.org/debian buster/main amd64 libnumber-range-perl all 0.12-1 [9274 B]
11:59:28 #10 11.24 Get:297 http://deb.debian.org/debian buster/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b7 [38.1 kB]
11:59:28 #10 11.24 Get:298 http://deb.debian.org/debian buster/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b7 [28.7 kB]
11:59:28 #10 11.25 Get:299 http://deb.debian.org/debian buster/main amd64 libpackage-stash-xs-perl amd64 0.29-1 [19.8 kB]
11:59:28 #10 11.25 Get:300 http://deb.debian.org/debian buster/main amd64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
11:59:28 #10 11.25 Get:301 http://deb.debian.org/debian buster/main amd64 libtext-glob-perl all 0.10-1 [8362 B]
11:59:28 #10 11.25 Get:302 http://deb.debian.org/debian buster/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
11:59:28 #10 11.25 Get:303 http://deb.debian.org/debian buster/main amd64 libperlio-gzip-perl amd64 0.19-1+b5 [17.4 kB]
11:59:28 #10 11.25 Get:304 http://deb.debian.org/debian buster/main amd64 libpod-constants-perl all 0.19-1 [16.9 kB]
11:59:28 #10 11.25 Get:305 http://deb.debian.org/debian buster/main amd64 libreadonly-perl all 2.050-1 [22.7 kB]
11:59:28 #10 11.25 Get:306 http://deb.debian.org/debian buster/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
11:59:28 #10 11.26 Get:307 http://deb.debian.org/debian buster/main amd64 libref-util-xs-perl amd64 0.117-1+b1 [14.0 kB]
11:59:28 #10 11.26 Get:308 http://deb.debian.org/debian buster/main amd64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
11:59:28 #10 11.26 Get:309 http://deb.debian.org/debian buster/main amd64 libsasl2-modules amd64 2.1.27+dfsg-1+deb10u2 [104 kB]
11:59:28 #10 11.26 Get:310 http://deb.debian.org/debian buster/main amd64 libsereal-decoder-perl amd64 4.005+ds-1+b1 [93.6 kB]
11:59:28 #10 11.26 Get:311 http://deb.debian.org/debian buster/main amd64 libsereal-encoder-perl amd64 4.005+ds-1+b1 [95.4 kB]
11:59:28 #10 11.26 Get:312 http://deb.debian.org/debian buster/main amd64 libsereal-perl all 4.005-1 [10.8 kB]
11:59:28 #10 11.27 Get:313 http://deb.debian.org/debian buster/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
11:59:28 #10 11.27 Get:314 http://deb.debian.org/debian buster/main amd64 libxml-parser-perl amd64 2.44-4 [213 kB]
11:59:28 #10 11.27 Get:315 http://deb.debian.org/debian buster/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
11:59:28 #10 11.28 Get:316 http://deb.debian.org/debian buster/main amd64 libsort-key-perl amd64 1.33-2+b1 [37.0 kB]
11:59:28 #10 11.28 Get:317 http://deb.debian.org/debian buster/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
11:59:28 #10 11.28 Get:318 http://deb.debian.org/debian buster/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
11:59:28 #10 11.28 Get:319 http://deb.debian.org/debian buster/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
11:59:28 #10 11.28 Get:320 http://deb.debian.org/debian buster/main amd64 libterm-readkey-perl amd64 2.38-1 [27.4 kB]
11:59:28 #10 11.28 Get:321 http://deb.debian.org/debian buster/main amd64 libtest-fatal-perl all 0.014-1 [11.9 kB]
11:59:28 #10 11.28 Get:322 http://deb.debian.org/debian buster/main amd64 libtest-refcount-perl all 0.08-3 [11.4 kB]
11:59:28 #10 11.28 Get:323 http://deb.debian.org/debian buster/main amd64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
11:59:28 #10 11.28 Get:324 http://deb.debian.org/debian buster/main amd64 libtype-tiny-xs-perl amd64 0.014-1+b1 [24.4 kB]
11:59:28 #10 11.29 Get:325 http://deb.debian.org/debian buster/main amd64 libunicode-utf8-perl amd64 0.62-1 [20.0 kB]
11:59:28 #10 11.29 Get:326 http://deb.debian.org/debian buster/main amd64 libunwind8 amd64 1.2.1-10~deb10u1 [51.1 kB]
11:59:28 #10 11.29 Get:327 http://deb.debian.org/debian buster/main amd64 libwrap0 amd64 7.6.q-28 [58.7 kB]
11:59:28 #10 11.29 Get:328 http://deb.debian.org/debian buster/main amd64 libxau6 amd64 1:1.0.8-1+b2 [19.9 kB]
11:59:28 #10 11.29 Get:329 http://deb.debian.org/debian buster/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
11:59:28 #10 11.29 Get:330 http://deb.debian.org/debian buster/main amd64 libxcb1 amd64 1.13.1-2 [137 kB]
11:59:28 #10 11.30 Get:331 http://deb.debian.org/debian buster/main amd64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
11:59:28 #10 11.30 Get:332 http://deb.debian.org/debian buster/main amd64 libx11-6 amd64 2:1.6.7-1+deb10u2 [757 kB]
11:59:28 #10 11.31 Get:333 http://deb.debian.org/debian buster/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB]
11:59:28 #10 11.32 Get:334 http://deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
11:59:28 #10 11.32 Get:335 http://deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
11:59:28 #10 11.32 Get:336 http://deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
11:59:28 #10 11.32 Get:337 http://deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB]
11:59:28 #10 11.33 Get:338 http://deb.debian.org/debian buster/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
11:59:28 #10 11.33 Get:339 http://deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
11:59:28 #10 11.33 Get:340 http://deb.debian.org/debian buster/main amd64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
11:59:28 #10 11.33 Get:341 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
11:59:28 #10 11.33 Get:342 http://deb.debian.org/debian buster/main amd64 libyaml-0-2 amd64 0.2.1-1 [47.2 kB]
11:59:28 #10 11.33 Get:343 http://deb.debian.org/debian buster/main amd64 libyaml-libyaml-perl amd64 0.76+repack-1 [33.1 kB]
11:59:28 #10 11.34 Get:344 http://deb.debian.org/debian buster/main amd64 licensecheck all 3.0.31-3 [28.3 kB]
11:59:28 #10 11.34 Get:345 http://deb.debian.org/debian buster/main amd64 t1utils amd64 1.41-3 [62.3 kB]
11:59:28 #10 11.34 Get:346 http://deb.debian.org/debian buster/main amd64 lintian all 2.15.0 [1181 kB]
11:59:28 #10 11.36 Get:347 http://deb.debian.org/debian buster/main amd64 lsb-release all 10.2019051400 [27.5 kB]
11:59:28 #10 11.36 Get:348 http://deb.debian.org/debian buster/main amd64 mailutils amd64 1:3.5-4 [585 kB]
11:59:28 #10 11.37 Get:349 http://deb.debian.org/debian buster/main amd64 manpages-dev all 4.16-2 [2232 kB]
11:59:28 #10 11.41 Get:350 http://deb.debian.org/debian buster/main amd64 psmisc amd64 23.2-1+deb10u1 [126 kB]
11:59:28 #10 11.41 Get:351 http://deb.debian.org/debian buster/main amd64 publicsuffix all 20220811.1734-0+deb10u1 [127 kB]
11:59:28 #10 11.41 Get:352 http://deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.4.3 [96.3 kB]
11:59:28 #10 11.41 Get:353 http://deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.4.3 [185 kB]
11:59:28 #10 11.42 Get:354 http://deb.debian.org/debian buster/main amd64 python3-certifi all 2018.8.24-1 [140 kB]
11:59:28 #10 11.42 Get:355 http://deb.debian.org/debian buster/main amd64 python3-idna all 2.6-1 [34.3 kB]
11:59:28 #10 11.42 Get:356 http://deb.debian.org/debian buster/main amd64 python3-magic all 2:0.4.15-2 [9256 B]
11:59:28 #10 11.42 Get:357 http://deb.debian.org/debian buster/main amd64 python3-urllib3 all 1.24.1-1 [97.1 kB]
11:59:28 #10 11.43 Get:358 http://deb.debian.org/debian buster/main amd64 python3-requests all 2.21.0-1 [66.9 kB]
11:59:28 #10 11.43 Get:359 http://deb.debian.org/debian buster/main amd64 python3-unidiff all 0.5.4-1 [7506 B]
11:59:28 #10 11.43 Get:360 http://deb.debian.org/debian buster/main amd64 python3-xdg all 0.25-5 [35.9 kB]
11:59:28 #10 11.43 Get:361 http://deb.debian.org/debian buster/main amd64 shared-mime-info amd64 1.10-1 [766 kB]
11:59:28 #10 11.44 Get:362 http://deb.debian.org/debian buster/main amd64 strace amd64 4.26-0.2 [898 kB]
11:59:28 #10 11.45 Get:363 http://deb.debian.org/debian-security buster/updates/main amd64 unzip amd64 6.0-23+deb10u3 [172 kB]
11:59:28 #10 11.46 Get:364 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
11:59:28 #10 11.46 Get:365 http://deb.debian.org/debian buster/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
11:59:28 #10 11.68 debconf: delaying package configuration, since apt-utils is not installed
11:59:28 #10 11.71 Fetched 171 MB in 4s (46.1 MB/s)
11:59:28 #10 11.73 Selecting previously unselected package sensible-utils.
11:59:28 #10 11.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 ... 6677 files and directories currently installed.)
11:59:28 #10 11.74 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
11:59:28 #10 11.75 Unpacking sensible-utils (0.0.12) ...
11:59:28 #10 11.79 Selecting previously unselected package lsb-base.
11:59:28 #10 11.79 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
11:59:28 #10 11.79 Unpacking lsb-base (10.2019051400) ...
11:59:28 #10 11.85 Selecting previously unselected package cron.
11:59:28 #10 11.85 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_amd64.deb ...
11:59:28 #10 11.86 Unpacking cron (3.0pl1-134+deb10u1) ...
11:59:28 #10 11.95 Selecting previously unselected package libbsd0:amd64.
11:59:28 #10 11.96 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_amd64.deb ...
11:59:28 #10 11.97 Unpacking libbsd0:amd64 (0.9.1-2+deb10u1) ...
11:59:28 #10 12.02 Selecting previously unselected package bsdmainutils.
11:59:28 #10 12.02 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_amd64.deb ...
11:59:28 #10 12.02 Unpacking bsdmainutils (11.1.2+b1) ...
11:59:28 #10 12.11 Selecting previously unselected package libuchardet0:amd64.
11:59:28 #10 12.11 Preparing to unpack .../05-libuchardet0_0.0.6-3_amd64.deb ...
11:59:28 #10 12.12 Unpacking libuchardet0:amd64 (0.0.6-3) ...
11:59:28 #10 12.17 Selecting previously unselected package groff-base.
11:59:28 #10 12.17 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_amd64.deb ...
11:59:28 #10 12.18 Unpacking groff-base (1.22.4-3+deb10u1) ...
11:59:28 #10 12.56 Selecting previously unselected package libgdbm6:amd64.
11:59:28 #10 12.56 Preparing to unpack .../07-libgdbm6_1.18.1-4_amd64.deb ...
11:59:28 #10 12.58 Unpacking libgdbm6:amd64 (1.18.1-4) ...
11:59:28 #10 12.67 Selecting previously unselected package libpipeline1:amd64.
11:59:28 #10 12.67 Preparing to unpack .../08-libpipeline1_1.5.1-2_amd64.deb ...
11:59:28 #10 12.68 Unpacking libpipeline1:amd64 (1.5.1-2) ...
11:59:28 #10 12.79 Selecting previously unselected package man-db.
11:59:28 #10 12.79 Preparing to unpack .../09-man-db_2.8.5-2_amd64.deb ...
11:59:28 #10 12.81 Unpacking man-db (2.8.5-2) ...
11:59:28 #10 13.12 Selecting previously unselected package perl-modules-5.28.
11:59:28 #10 13.12 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
11:59:28 #10 13.12 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:59:28 #10 13.77 Selecting previously unselected package libgdbm-compat4:amd64.
11:59:28 #10 13.78 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_amd64.deb ...
11:59:28 #10 13.78 Unpacking libgdbm-compat4:amd64 (1.18.1-4) ...
11:59:28 #10 13.83 Selecting previously unselected package libperl5.28:amd64.
11:59:28 #10 13.83 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_amd64.deb ...
11:59:28 #10 13.84 Unpacking libperl5.28:amd64 (5.28.1-6+deb10u1) ...
11:59:28 #10 14.56 Selecting previously unselected package perl.
11:59:28 #10 14.56 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_amd64.deb ...
11:59:28 #10 14.57 Unpacking perl (5.28.1-6+deb10u1) ...
11:59:28 #10 14.64 Selecting previously unselected package liblocale-gettext-perl.
11:59:28 #10 14.64 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_amd64.deb ...
11:59:28 #10 14.64 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
11:59:28 #10 14.69 Selecting previously unselected package libssl1.1:amd64.
11:59:28 #10 14.69 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u3_amd64.deb ...
11:59:28 #10 14.70 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u3) ...
11:59:28 #10 14.89 Selecting previously unselected package libpython3.7-minimal:amd64.
11:59:28 #10 14.89 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
11:59:28 #10 14.90 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
11:59:28 #10 15.06 Selecting previously unselected package libexpat1:amd64.
11:59:28 #10 15.06 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_amd64.deb ...
11:59:28 #10 15.07 Unpacking libexpat1:amd64 (2.2.6-2+deb10u6) ...
11:59:28 #10 15.12 Selecting previously unselected package python3.7-minimal.
11:59:28 #10 15.12 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
11:59:28 #10 15.13 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
11:59:28 #7 ...
11:59:28 
11:59:28 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:28 #9 resolve docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 0.1s done
11:59:28 #9 sha256:de2c937f375f4be2a7770aff34f8335868d8a92d2e2ab3261708fae518df965d 7.12kB / 7.12kB done
11:59:28 #9 sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4 988B / 988B done
11:59:28 #9 sha256:3e01c126cacd61c2824e005ac36dcf6b948239ccbc66c9d64370f194e89d3e99 1.79kB / 1.79kB done
11:59:28 #9 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 4.5s done
11:59:28 #9 sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 7.15MB / 7.15MB 2.5s done
11:59:28 #9 sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 9.35MB / 9.35MB 3.6s done
11:59:28 #9 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.19MB / 47.40MB 9.2s
11:59:28 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 31.46MB / 53.32MB 9.2s
11:59:28 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 26.21MB / 116.78MB 9.2s
11:59:28 #9 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 4.4s
11:59:28 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 34.60MB / 53.32MB 9.6s
11:59:28 #11 11.10 Get:157 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run-perl all 20200505.0-1 [89.8 kB]
11:59:28 #11 11.10 Get:158 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:59:28 #11 11.10 Get:159 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-xsaccessor-perl amd64 1.19-3build9 [34.1 kB]
11:59:28 #11 11.17 Get:160 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-op-check-perl amd64 0.22-1build5 [10.3 kB]
11:59:28 #11 11.17 Get:161 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
11:59:28 #11 11.17 Get:162 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu4 [14.9 kB]
11:59:28 #11 11.17 Get:163 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-classify-perl amd64 0.015-1build5 [22.0 kB]
11:59:28 #11 11.17 Get:164 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:59:28 #11 11.25 Get:165 http://archive.ubuntu.com/ubuntu jammy/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:59:28 #11 11.25 Get:166 http://archive.ubuntu.com/ubuntu jammy/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
11:59:28 #11 11.25 Get:167 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:59:28 #11 11.25 Get:168 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoo-perl all 2.005004-3 [48.0 kB]
11:59:28 #11 11.25 Get:169 http://archive.ubuntu.com/ubuntu jammy/main amd64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
11:59:28 #11 11.32 Get:170 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
11:59:28 #11 11.32 Get:171 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
11:59:28 #11 11.32 Get:172 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-listing-perl all 6.14-1 [11.2 kB]
11:59:28 #11 11.32 Get:173 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:59:28 #11 11.32 Get:174 http://archive.ubuntu.com/ubuntu jammy/main amd64 liburi-perl all 5.10-1 [78.8 kB]
11:59:28 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 39.85MB / 116.78MB 9.6s
11:59:28 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 37.75MB / 53.32MB 9.6s
11:59:28 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 40.89MB / 53.32MB 9.9s
11:59:28 #10 11.87 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
11:59:28 #10 12.08 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u3) ...
11:59:28 #7 extracting sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 5.0s
11:59:28 #13 65.06   Installing : libcgroup-0.41-21.el7.aarch64                              15/65 
11:59:28 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 26.21MB / 53.32MB 9.1s
11:59:28 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 18.87MB / 116.78MB 9.1s
11:59:28 #10 11.99 Get:104 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B]
11:59:28 #10 11.99 Get:105 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB]
11:59:28 #10 12.00 Get:106 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB]
11:59:28 #10 12.00 Get:107 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB]
11:59:28 #10 12.00 Get:108 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB]
11:59:28 #10 12.02 Get:109 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B]
11:59:28 #10 12.02 Get:110 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [36.4 kB]
11:59:28 #10 12.02 Get:111 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [130 kB]
11:59:28 #10 12.03 Get:112 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [25.9 kB]
11:59:28 #10 12.07 Get:113 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [75.0 kB]
11:59:28 #10 12.10 Get:114 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [46.9 kB]
11:59:28 #10 12.10 Get:115 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [88.5 kB]
11:59:28 #10 12.10 Get:116 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [171 kB]
11:59:28 #10 12.11 Get:117 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [13.4 kB]
11:59:28 #10 12.11 Get:118 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [79.5 kB]
11:59:28 #10 12.11 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:59:28 #10 12.11 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:59:28 #10 12.12 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:59:28 #10 12.14 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:59:28 #10 12.21 Get:123 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB]
11:59:28 #9 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 4.3s done
11:59:28 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 74.45MB / 116.78MB 10.0s
11:59:28 #17 DONE 4.6s
11:59:28 #9 sha256:7a21a86b3957d8c99250334cfb78c55af4f8c9277f2f1d4abd53d0362f96323d 50.19MB / 50.19MB 5.7s
11:59:28 #10 11.00 Get:204 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1 [391 kB]
11:59:28 #10 11.01 Get:205 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
11:59:28 #10 11.01 Get:206 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-diff-xs-perl amd64 0.04-8+b1 [11.4 kB]
11:59:28 #10 11.01 Get:207 http://deb.debian.org/debian bookworm/main amd64 libalgorithm-merge-perl all 0.08-5 [11.8 kB]
11:59:28 #10 11.01 Get:208 http://deb.debian.org/debian bookworm/main amd64 libaliased-perl all 0.34-3 [13.5 kB]
11:59:28 #10 11.01 Get:209 http://deb.debian.org/debian bookworm/main amd64 libaom3 amd64 3.5.0-1 [1796 kB]
11:59:28 #10 11.04 Get:210 http://deb.debian.org/debian bookworm/main amd64 libapt-pkg-perl amd64 0.1.40+b2 [69.2 kB]
11:59:28 #10 11.04 Get:211 http://deb.debian.org/debian bookworm/main amd64 libarchive-cpio-perl all 0.10-3 [10.8 kB]
11:59:28 #10 11.04 Get:212 http://deb.debian.org/debian bookworm/main amd64 libarchive13 amd64 3.6.2-1 [343 kB]
11:59:28 #10 11.04 Get:213 http://deb.debian.org/debian bookworm/main amd64 libarray-intspan-perl all 2.004-2 [25.7 kB]
11:59:28 #10 11.04 Get:214 http://deb.debian.org/debian bookworm/main amd64 libauthen-sasl-perl all 2.1600-3 [43.9 kB]
11:59:28 #10 11.05 Get:215 http://deb.debian.org/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2 [495 kB]
11:59:28 #10 11.06 Get:216 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB]
11:59:28 #10 11.06 Get:217 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB]
11:59:28 #10 11.07 Get:218 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2121 kB]
11:59:28 #10 11.10 Get:219 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.2-1+b1 [169 kB]
11:59:28 #10 11.10 Get:220 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230104.6e4b0ac-1 [167 kB]
11:59:28 #10 11.10 Get:221 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1 [93.8 kB]
11:59:28 #10 11.11 Get:222 http://deb.debian.org/debian bookworm/main amd64 libmodule-implementation-perl all 0.09-2 [12.6 kB]
11:59:28 #10 11.12 Get:223 http://deb.debian.org/debian bookworm/main amd64 libsub-exporter-progressive-perl all 0.001013-3 [7496 B]
11:59:28 #10 11.12 Get:224 http://deb.debian.org/debian bookworm/main amd64 libvariable-magic-perl amd64 0.63-1+b1 [44.0 kB]
11:59:28 #10 11.12 Get:225 http://deb.debian.org/debian bookworm/main amd64 libb-hooks-endofscope-perl all 0.26-1 [19.6 kB]
11:59:28 #10 11.12 Get:226 http://deb.debian.org/debian bookworm/main amd64 libberkeleydb-perl amd64 0.64-2+b1 [123 kB]
11:59:28 #10 11.12 Get:227 http://deb.debian.org/debian bookworm/main amd64 libpng16-16 amd64 1.6.39-2 [276 kB]
11:59:28 #10 11.12 Get:228 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-4 [399 kB]
11:59:28 #10 11.12 Get:229 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB]
11:59:28 #10 11.13 Get:230 http://deb.debian.org/debian bookworm/main amd64 libde265-0 amd64 1.0.9-1.1 [250 kB]
11:59:28 #10 11.13 Get:231 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB]
11:59:28 #10 11.13 Get:232 http://deb.debian.org/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1150 kB]
11:59:28 #10 11.14 Get:233 http://deb.debian.org/debian bookworm/main amd64 libheif1 amd64 1.14.2-1 [209 kB]
11:59:28 #10 11.15 Get:234 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB]
11:59:28 #10 11.15 Get:235 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB]
11:59:28 #10 11.15 Get:236 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB]
11:59:28 #10 11.16 Get:237 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.1 [285 kB]
11:59:28 #10 11.16 Get:238 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-4 [315 kB]
11:59:28 #10 11.17 Get:239 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
11:59:28 #10 11.17 Get:240 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
11:59:28 #10 11.17 Get:241 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB]
11:59:28 #10 11.18 Get:242 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.3-3 [292 kB]
11:59:28 #10 11.18 Get:243 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.3-3 [759 kB]
11:59:28 #10 11.20 Get:244 http://deb.debian.org/debian bookworm/main amd64 libxpm4 amd64 1:3.5.12-1.1 [48.4 kB]
11:59:28 #10 11.20 Get:245 http://deb.debian.org/debian bookworm/main amd64 libgd3 amd64 2.3.3-7+b1 [124 kB]
11:59:28 #10 11.20 Get:246 http://deb.debian.org/debian bookworm/main amd64 libc-devtools amd64 2.36-8 [51.4 kB]
11:59:28 #10 11.20 Get:247 http://deb.debian.org/debian bookworm/main amd64 libcapture-tiny-perl all 0.48-2 [24.6 kB]
11:59:28 #10 11.20 Get:248 http://deb.debian.org/debian bookworm/main amd64 libcgi-pm-perl all 4.55-1 [220 kB]
11:59:28 #11 10.12 Get:104 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 liblsan0 arm64 10.3.0-1ubuntu1~20.04 [801 kB]
11:59:28 #11 10.15 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libtsan0 arm64 10.3.0-1ubuntu1~20.04 [1969 kB]
11:59:28 #11 10.24 Get:106 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libubsan1 arm64 10.3.0-1ubuntu1~20.04 [765 kB]
11:59:28 #11 10.27 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:59:28 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 44.04MB / 53.32MB 9.6s
11:59:28 #7 ...
11:59:28 
11:59:28 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bookworm@sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
11:59:28 #9 resolve docker.io/balenalib/rpi-raspbian:bookworm@sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730 done
11:59:28 #9 sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730 1.99kB / 1.99kB done
11:59:28 #9 sha256:decfc7c44756de509113f60fa9a88c658d310425f84fb4bf71cd27b0157bd406 257B / 257B 0.1s done
11:59:28 #9 sha256:1dd7cf05afddcd522cc2ab4ea8836bb64c24c65aca91dc12c55f41b68d6403ff 5.01kB / 5.01kB done
11:59:28 #9 sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 55.58MB / 55.58MB 6.7s done
11:59:28 #9 sha256:82de9d774bdcb1209bfaa94d7a8e3646d208c0e43ee7c02319ea59943cd7547d 909B / 909B 0.3s done
11:59:28 #9 sha256:d74305eb0c954d5c114d5d553893e44f6c1c9ca1516605d20ce1f86ee113aa91 306B / 306B 0.2s done
11:59:28 #9 sha256:cd57115a4e2596660b099bd9d42461ab850508b76d3d10feead7ea39dd38091d 178B / 178B 0.4s done
11:59:28 #9 sha256:8e2ac8ca41cbf082c29210a88a9cb22cdacd4affaefd9d86f015f6815ebf9eda 411B / 411B 0.4s done
11:59:28 #9 sha256:4c2d9fa6e0e87354a19ec17ea5d8500ae139ebefa61bcfc07041571b2527b9a8 120.34kB / 120.34kB 0.5s done
11:59:28 #9 sha256:04316490362d81f89d36155c0b0f967ed59d67780f3494c5b21da7bc44fe3343 14.08MB / 14.08MB 2.3s done
11:59:28 #9 extracting sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 2.8s
11:59:28 #9 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 9.8s done
11:59:28 #9 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 0B / 126B 9.9s
11:59:28 #11 11.39 Get:175 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-parser-perl amd64 3.76-1build2 [88.4 kB]
11:59:28 #11 11.39 Get:176 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
11:59:28 #11 11.40 Get:177 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-html-perl all 1.004-2 [15.4 kB]
11:59:28 #11 11.40 Get:178 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:59:28 #11 11.40 Get:179 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-message-perl all 6.36-1 [76.8 kB]
11:59:28 #11 11.46 Get:180 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:59:28 #11 11.46 Get:181 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:59:28 #11 11.46 Get:182 http://archive.ubuntu.com/ubuntu jammy/main amd64 perl-openssl-defaults amd64 5build2 [7542 B]
11:59:28 #11 11.46 Get:183 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ssleay-perl amd64 1.92-1build2 [327 kB]
11:59:28 #11 11.48 Get:184 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-socket-ssl-perl all 2.074-2 [192 kB]
11:59:28 #11 11.54 Get:185 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-http-perl all 6.22-1 [23.2 kB]
11:59:28 #11 11.54 Get:186 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:59:28 #11 11.54 Get:187 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtry-tiny-perl all 0.31-1 [21.8 kB]
11:59:28 #11 11.54 Get:188 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:59:28 #11 11.54 Get:189 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwww-perl all 6.61-1 [141 kB]
11:59:28 #11 11.61 Get:190 http://archive.ubuntu.com/ubuntu jammy/main amd64 patchutils amd64 0.4.2-1build2 [77.8 kB]
11:59:28 #11 11.61 Get:191 http://archive.ubuntu.com/ubuntu jammy/main amd64 wdiff amd64 1.2.2-2build3 [29.6 kB]
11:59:28 #11 11.61 Get:192 http://archive.ubuntu.com/ubuntu jammy/main amd64 devscripts amd64 2.22.1ubuntu1 [1057 kB]
11:59:28 #11 11.65 Get:193 http://archive.ubuntu.com/ubuntu jammy/main amd64 diffstat amd64 1.64-1build2 [29.2 kB]
11:59:28 #11 11.65 Get:194 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-chardet all 4.0.0-1 [98.0 kB]
11:59:28 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 5.0s
11:59:28 #7 ...
11:59:28 
11:59:28 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
11:59:28 #9 resolve docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0 0.0s done
11:59:28 #9 sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0 1.85kB / 1.85kB done
11:59:28 #9 sha256:e7e1a0fd90610bf3e4fbe783268eec4b80b6207ee95d0d19212e6745baa3e843 529B / 529B done
11:59:28 #9 sha256:0d0c81e9c67284d261ac1ba5b845cb3db970794bbfd5940ab794c9c74293ac3b 1.48kB / 1.48kB done
11:59:28 #9 sha256:16b554b0ae696936d2556c56490dc1cb7af234f9a415a93932213ba90d19bd85 45.79MB / 45.79MB 4.3s done
11:59:28 #9 extracting sha256:16b554b0ae696936d2556c56490dc1cb7af234f9a415a93932213ba90d19bd85 5.5s
11:59:28 #9 ...
11:59:28 
11:59:28 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:28 #10 12.18 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
11:59:28 #10 12.20 Setting up libexpat1:arm64 (2.2.6-2+deb10u6) ...
11:59:28 #10 12.22 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
11:59:28 #11 3.029 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [305 kB]
11:59:28 #11 3.030 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [977 kB]
11:59:28 #11 3.033 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [867 kB]
11:59:28 #11 3.063 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse arm64 Packages [3452 B]
11:59:28 #11 3.065 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main arm64 Packages [49.0 kB]
11:59:28 #11 3.066 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe arm64 Packages [22.4 kB]
11:59:28 #11 3.068 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 Packages [292 kB]
11:59:28 #11 3.082 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse arm64 Packages [1421 B]
11:59:28 #11 3.087 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [663 kB]
11:59:28 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.2s done
11:59:28 #8 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
11:59:28 #8 DONE 18.6s
11:59:28 
11:59:28 #11 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
11:59:28 #11 5.861  * base: download.cf.centos.org
11:59:28 #11 5.861  * extras: download.cf.centos.org
11:59:28 #11 5.861  * updates: download.cf.centos.org
11:59:28 #13 65.40   Installing : rsync-3.1.2-12.el7_9.aarch64                               16/65 
11:59:28 #13 65.71   Installing : libselinux-utils-2.5-15.el7.aarch64                        17/65 
11:59:28 #13 65.84   Installing : policycoreutils-2.5-34.el7.aarch64                         18/65 
11:59:28 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 40.89MB / 47.40MB 9.4s
11:59:28 #10 12.21 Get:124 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB]
11:59:28 #10 12.21 Get:125 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.22 [185 kB]
11:59:28 #10 12.22 Get:126 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.22 [152 kB]
11:59:28 #10 12.23 Get:127 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dctrl-tools arm64 2.24-2build1 [54.5 kB]
11:59:28 #10 12.24 Get:128 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtool all 2.4.6-2 [194 kB]
11:59:28 #10 12.24 Get:129 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-autoreconf all 17 [15.8 kB]
11:59:28 #10 12.24 Get:130 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
11:59:28 #10 12.24 Get:131 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
11:59:28 #10 12.28 Get:132 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtimedate-perl all 2.3000-2 [37.5 kB]
11:59:28 #10 12.36 Get:133 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
11:59:28 #10 12.36 Get:134 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcroco3 arm64 0.6.12-2 [68.2 kB]
11:59:28 #10 12.36 Get:135 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gettext arm64 0.19.8.1-6ubuntu0.3 [1221 kB]
11:59:28 #10 12.40 Get:136 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
11:59:28 #10 12.40 Get:137 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 po-debconf all 1.0.20 [232 kB]
11:59:28 #10 12.41 Get:138 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 debhelper all 11.1.6ubuntu2 [902 kB]
11:59:28 #10 12.47 Get:139 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-which-perl all 1.21-1 [11.8 kB]
11:59:28 #10 12.47 Get:140 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-homedir-perl all 1.002-1 [37.1 kB]
11:59:28 #10 12.47 Get:141 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 devscripts arm64 2.17.12ubuntu1.1 [870 kB]
11:59:28 #9 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
11:59:28 #9 DONE 13.5s
11:59:28 
11:59:28 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:28 #0 1.123 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease [267 kB]
11:59:28 #0 1.549 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [109 kB]
11:59:28 #0 1.644 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease [99.9 kB]
11:59:28 #0 1.740 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease [109 kB]
11:59:28 #0 1.842 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 Packages [17.7 MB]
11:59:28 #0 2.865 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/restricted arm64 Packages [60.7 kB]
11:59:28 #0 2.865 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/multiverse arm64 Packages [236 kB]
11:59:28 #0 2.865 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 Packages [1750 kB]
11:59:28 #0 2.925 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe arm64 Packages [151 kB]
11:59:28 #0 2.932 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/multiverse arm64 Packages [2521 B]
11:59:28 #0 2.932 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/restricted arm64 Packages [148 kB]
11:59:28 #0 2.939 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 Packages [332 kB]
11:59:28 #0 2.953 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-backports/universe arm64 Packages [4531 B]
11:59:28 #0 2.953 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic-security/multiverse arm64 Packages [2216 B]
11:59:28 #0 2.954 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic-security/universe arm64 Packages [84.2 kB]
11:59:28 #0 2.956 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic-security/main arm64 Packages [235 kB]
11:59:28 #0 2.968 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic-security/restricted arm64 Packages [148 kB]
11:59:28 #0 3.733 Fetched 21.4 MB in 3s (7106 kB/s)
11:59:28 #0 3.733 Reading package lists...
11:59:28 #0 4.530 Reading package lists...
11:59:28 #0 5.270 Building dependency tree...
11:59:28 #0 5.466 Reading state information...
11:59:28 #0 5.906 The following additional packages will be installed:
11:59:28 #0 5.906   autoconf automake autopoint autotools-dev binutils
11:59:28 #0 5.906   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:59:28 #0 5.906   bzip2 ca-certificates cpp cpp-12 dbus dbus-bin dbus-daemon
11:59:28 #0 5.906   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
11:59:28 #0 5.906   debugedit dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:28 #0 5.906   distro-info-data dmsetup dpkg-dev dput dwz fakeroot file fontconfig-config
11:59:28 #0 5.906   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base gir1.2-glib-2.0
11:59:28 #0 5.906   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:59:28 #0 5.906   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
11:59:28 #0 5.906   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:28 #0 5.906   libalgorithm-merge-perl libaliased-perl libapparmor1 libapt-pkg-perl
11:59:28 #0 5.906   libarchive-cpio-perl libarchive-zip-perl libargon2-1 libarray-intspan-perl
11:59:28 #0 5.906   libasan8 libassuan0 libatomic1 libauthen-sasl-perl
11:59:28 #0 5.906   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
11:59:28 #0 5.906   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:59:28 #0 5.906   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
11:59:28 #0 5.906   libclass-data-inheritable-perl libclass-method-modifiers-perl
11:59:28 #0 5.906   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:28 #0 5.906   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:28 #0 5.906   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
11:59:28 #0 5.906   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:59:28 #0 5.906   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:59:28 #0 5.906   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
11:59:28 #0 5.906   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:28 #0 5.906   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
11:59:28 #0 5.906   libdw1 libdynaloader-functions-perl libedit2 libelf1
11:59:28 #0 5.906   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:59:28 #0 5.906   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:59:28 #0 5.906   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
11:59:28 #0 5.906   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:28 #0 5.906   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:28 #0 5.906   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:28 #0 5.906   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:28 #0 5.906   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
11:59:28 #0 5.906   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
11:59:28 #0 5.906   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgprofng0
11:59:28 #0 5.906   libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl
11:59:28 #0 5.906   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:28 #0 5.906   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
11:59:28 #0 5.906   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
11:59:28 #0 5.906   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu71
11:59:28 #0 5.906   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
11:59:28 #0 5.906   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:59:28 #0 5.906   libip4tc2 libipc-run-perl libipc-run3-perl libipc-system-simple-perl
11:59:28 #0 5.906   libisl23 libiterator-perl libiterator-util-perl libitm1 libjbig0
11:59:28 #0 5.906   libjpeg-turbo8 libjpeg8 libjson-c5 libjson-maybexs-perl libjson-perl
11:59:28 #0 5.906   libjson-xs-perl libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
11:59:28 #0 5.906   libksba8 libldap-2.5-0 libldap-common liblerc3 liblist-compare-perl
11:59:28 #0 5.906   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:28 #0 5.906   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:28 #0 5.906   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:59:28 #0 5.906   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:28 #0 5.906   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:59:28 #0 5.906   libmath-base85-perl libmd0 libmldbm-perl libmodule-implementation-perl
11:59:28 #0 5.906   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:59:28 #0 5.906   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl
11:59:28 #0 5.906   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
11:59:28 #0 5.906   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
11:59:28 #0 5.906   libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl
11:59:28 #0 5.906   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:28 #0 5.906   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.34
11:59:28 #0 5.906   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
11:59:28 #0 5.906   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:28 #0 5.906   libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib
11:59:28 #0 5.906   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:28 #0 5.906   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:28 #0 5.906   libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1
11:59:28 #0 5.906   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:28 #0 5.906   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
11:59:28 #0 5.906   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
11:59:28 #0 5.906   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:28 #0 5.906   libstring-shellquote-perl libsub-exporter-perl
11:59:28 #0 5.906   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:28 #0 5.906   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:28 #0 5.906   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
11:59:28 #0 5.906   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:59:28 #0 5.906   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:59:28 #0 5.906   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
11:59:28 #0 5.906   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtsan2 libtype-tiny-perl
11:59:28 #0 5.906   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:28 #0 5.906   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:59:28 #0 5.906   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
11:59:28 #0 5.906   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:28 #0 5.906   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:28 #0 5.906   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:59:28 #0 5.906   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
11:59:28 #0 5.906   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
11:59:28 #0 5.906   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
11:59:28 #0 5.906   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
11:59:28 #0 5.906   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:59:28 #0 5.906   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
11:59:28 #0 5.906   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
11:59:28 #0 5.906   python3-dbus python3-debian python3-gi python3-gpg python3-idna
11:59:28 #0 5.906   python3-magic python3-minimal python3-nacl python3-paramiko
11:59:28 #0 5.906   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:28 #0 5.906   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
11:59:28 #0 5.906   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
11:59:28 #0 5.906   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
11:59:28 #0 5.906 Suggested packages:
11:59:28 #0 5.906   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:59:28 #0 5.906   gcc-12-locales cpp-12-doc default-dbus-session-bus | dbus-session-bus
11:59:28 #0 5.906   debtags dh-make adequate at autopkgtest bls-standalone bsd-mailx | mailx
11:59:28 #0 5.906   check-all-the-things cvs-buildpackage diffoscope disorderfs dose-extra duck
11:59:28 #0 5.906   elpa-devscripts faketime gnuplot how-can-i-help libdbd-pg-perl
11:59:28 #0 5.906   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:28 #0 5.906   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:59:28 #0 5.906   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:59:28 #0 5.906   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:59:28 #0 5.906   libpam-systemd pinentry-gnome3 tor mini-dinstall rsync gcc-12-doc
11:59:28 #0 5.906   gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:59:28 #0 5.906   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
11:59:28 #0 5.906   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
11:59:28 #0 5.906   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
11:59:28 #0 5.906   libgd-tools gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
11:59:28 #0 5.906   libscalar-number-perl libsasl2-modules-gssapi-mit
11:59:28 #0 5.906   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:28 #0 5.906   libsasl2-modules-sql libstdc++-12-doc libbareword-filehandles-perl
11:59:28 #0 5.906   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:59:28 #0 5.906   libdevel-lexalias-perl libbusiness-isbn-perl libregexp-ipv6-perl
11:59:28 #0 5.906   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
11:59:28 #0 5.906   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
11:59:28 #0 5.906   www-browser iw | wireless-tools keychain libpam-ssh monkeysphere ssh-askpass
11:59:28 #0 5.906   ed diffutils-doc perl-doc libterm-readline-gnu-perl
11:59:28 #0 5.906   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
11:59:28 #0 5.906   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:59:28 #0 5.906   python-apt-doc python-cryptography-doc python3-cryptography-vectors
11:59:28 #0 5.906   python-dbus-doc python-nacl-doc python3-gssapi python3-invoke
11:59:28 #0 5.906   python3-setuptools python3-openssl python3-socks python-requests-doc
11:59:28 #0 5.906   python3-brotli python3.10-venv python3.10-doc binfmt-support readline-doc
11:59:28 #0 5.906   systemd-container systemd-homed systemd-userdbd systemd-boot
11:59:28 #0 5.906   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 policykit-1 zip wdiff-doc
11:59:28 #0 6.226 The following NEW packages will be installed:
11:59:28 #0 6.226   autoconf automake autopoint autotools-dev binutils
11:59:28 #0 6.226   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:59:28 #0 6.226   bzip2 ca-certificates cpp cpp-12 curl dbus dbus-bin dbus-daemon
11:59:28 #0 6.226   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
11:59:28 #0 6.226   debugedit devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:28 #0 6.226   distro-info-data dmsetup dpkg-dev dput dwz equivs fakeroot file
11:59:28 #0 6.226   fontconfig-config fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext
11:59:28 #0 6.226   gettext-base gir1.2-glib-2.0 git git-man gnupg gnupg-l10n gnupg-utils gpg
11:59:28 #0 6.226   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:59:28 #0 6.226   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:59:28 #0 6.226   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:59:28 #0 6.226   libapparmor1 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:28 #0 6.226   libargon2-1 libarray-intspan-perl libasan8 libassuan0 libatomic1
11:59:28 #0 6.226   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:59:28 #0 6.226   libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools
11:59:28 #0 6.226   libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl
11:59:28 #0 6.226   libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl
11:59:28 #0 6.226   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:28 #0 6.226   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:28 #0 6.226   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
11:59:28 #0 6.226   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:59:28 #0 6.226   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:59:28 #0 6.226   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
11:59:28 #0 6.226   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:28 #0 6.226   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
11:59:28 #0 6.226   libdw1 libdynaloader-functions-perl libedit2 libelf1
11:59:28 #0 6.226   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:59:28 #0 6.226   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:59:28 #0 6.226   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
11:59:28 #0 6.226   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:28 #0 6.226   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:28 #0 6.226   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:28 #0 6.226   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:28 #0 6.226   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
11:59:28 #0 6.226   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
11:59:28 #0 6.226   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgprofng0
11:59:28 #0 6.226   libgssapi-krb5-2 libhtml-form-perl libhtml-format-perl
11:59:28 #0 6.226   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:28 #0 6.226   libhtml-tokeparser-simple-perl libhtml-tree-perl libhttp-cookies-perl
11:59:28 #0 6.226   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
11:59:28 #0 6.226   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhwasan0 libicu71
11:59:28 #0 6.226   libimport-into-perl libindirect-perl libio-html-perl libio-interactive-perl
11:59:28 #0 6.226   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:59:28 #0 6.226   libip4tc2 libipc-run-perl libipc-run3-perl libipc-system-simple-perl
11:59:28 #0 6.226   libisl23 libiterator-perl libiterator-util-perl libitm1 libjbig0
11:59:28 #0 6.226   libjpeg-turbo8 libjpeg8 libjson-c5 libjson-maybexs-perl libjson-perl
11:59:28 #0 6.226   libjson-xs-perl libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0
11:59:28 #0 6.226   libksba8 libldap-2.5-0 libldap-common liblerc3 liblist-compare-perl
11:59:28 #0 6.226   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:28 #0 6.226   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:28 #0 6.227   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:59:28 #0 6.227   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:28 #0 6.227   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:59:28 #0 6.227   libmath-base85-perl libmd0 libmldbm-perl libmodule-implementation-perl
11:59:28 #0 6.227   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmouse-perl
11:59:28 #0 6.227   libmpc3 libmpdec3 libmpfr6 libnamespace-clean-perl libnet-domain-tld-perl
11:59:28 #0 6.227   libnet-http-perl libnet-ipv6addr-perl libnet-netmask-perl
11:59:28 #0 6.227   libnet-smtp-ssl-perl libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14
11:59:28 #0 6.227   libnpth0 libnsl-dev libnsl2 libnumber-compare-perl libobject-pad-perl
11:59:28 #0 6.227   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:28 #0 6.227   libparams-util-perl libpath-iterator-rule-perl libpath-tiny-perl libperl5.34
11:59:28 #0 6.227   libperlio-gzip-perl libperlio-utf8-strict-perl libpipeline1 libpng16-16
11:59:28 #0 6.227   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:28 #0 6.227   libpython3-stdlib libpython3.10-minimal libpython3.10-stdlib
11:59:28 #0 6.227   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:28 #0 6.227   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:28 #0 6.232   libregexp-pattern-perl libregexp-wildcards-perl librole-tiny-perl librtmp1
11:59:28 #0 6.232   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:28 #0 6.232   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
11:59:28 #0 6.232   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
11:59:28 #0 6.232   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:28 #0 6.232   libstring-shellquote-perl libsub-exporter-perl
11:59:28 #0 6.232   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:28 #0 6.232   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:28 #0 6.232   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
11:59:28 #0 6.232   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:59:28 #0 6.232   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:59:28 #0 6.232   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
11:59:28 #0 6.232   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtsan2 libtype-tiny-perl
11:59:28 #0 6.232   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:28 #0 6.232   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:59:28 #0 6.232   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
11:59:28 #0 6.232   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:28 #0 6.232   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:28 #0 6.232   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:59:28 #0 6.232   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
11:59:28 #0 6.232   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
11:59:28 #0 6.232   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
11:59:28 #0 6.232   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
11:59:28 #0 6.232   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:59:28 #0 6.232   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
11:59:28 #0 6.232   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
11:59:28 #0 6.232   python3-dbus python3-debian python3-gi python3-gpg python3-idna
11:59:28 #0 6.232   python3-magic python3-minimal python3-nacl python3-paramiko
11:59:28 #0 6.232   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:28 #0 6.232   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
11:59:28 #0 6.232   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
11:59:28 #0 6.232   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
11:59:28 #0 6.662 0 upgraded, 424 newly installed, 0 to remove and 4 not upgraded.
11:59:28 #0 6.662 Need to get 141 MB of archives.
11:59:28 #0 6.662 After this operation, 551 MB of additional disk space will be used.
11:59:28 #0 6.662 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblocale-gettext-perl arm64 1.07-4build3 [16.9 kB]
11:59:28 #0 6.813 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libssl3 arm64 3.0.5-2ubuntu2 [1752 kB]
11:59:28 #0 7.279 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpython3.10-minimal arm64 3.10.7-1ubuntu0.2 [798 kB]
11:59:28 #0 7.320 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:59:28 #0 7.322 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3.10-minimal arm64 3.10.7-1ubuntu0.2 [1988 kB]
11:59:28 #0 7.414 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-minimal arm64 3.10.6-1 [24.1 kB]
11:59:28 #0 7.414 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 media-types all 8.0.0 [24.9 kB]
11:59:28 #0 7.415 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
11:59:28 #0 7.418 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libkrb5support0 arm64 1.20-1ubuntu0.1 [31.3 kB]
11:59:28 #0 7.420 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libk5crypto3 arm64 1.20-1ubuntu0.1 [85.0 kB]
11:59:28 #0 7.426 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libkeyutils1 arm64 1.6.3-1 [10.6 kB]
11:59:28 #0 7.426 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libkrb5-3 arm64 1.20-1ubuntu0.1 [345 kB]
11:59:28 #0 7.444 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libgssapi-krb5-2 arm64 1.20-1ubuntu0.1 [139 kB]
11:59:28 #0 7.453 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc-common all 1.3.3+ds-1 [7790 B]
11:59:28 #0 7.506 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc3 arm64 1.3.3+ds-1 [82.1 kB]
11:59:28 #0 7.506 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnsl2 arm64 1.3.0-2build2 [41.4 kB]
11:59:28 #0 7.506 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 readline-common all 8.2-1 [55.1 kB]
11:59:28 #0 7.506 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libreadline8 arm64 8.2-1 [149 kB]
11:59:28 #0 7.508 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsqlite3-0 arm64 3.39.3-1 [644 kB]
11:59:28 #0 7.519 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpython3.10-stdlib arm64 3.10.7-1ubuntu0.2 [1762 kB]
11:59:28 #0 7.597 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3.10 arm64 3.10.7-1ubuntu0.2 [497 kB]
11:59:28 #0 7.651 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpython3-stdlib arm64 3.10.6-1 [6848 B]
11:59:28 #0 7.652 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3 arm64 3.10.6-1 [22.3 kB]
11:59:28 #0 7.658 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.6 kB]
11:59:28 #0 7.658 Get:25 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-1ubuntu1 [127 kB]
11:59:28 #0 7.658 Get:26 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-c5 arm64 0.16-1 [33.2 kB]
11:59:28 #0 7.658 Get:27 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcryptsetup12 arm64 2:2.5.0-2ubuntu1 [217 kB]
11:59:28 #0 7.662 Get:28 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfdisk1 arm64 2.38-4ubuntu1 [140 kB]
11:59:28 #0 7.662 Get:29 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libkmod2 arm64 30+20220630-3ubuntu1 [47.1 kB]
11:59:28 #0 7.725 Get:30 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libapparmor1 arm64 3.0.7-1ubuntu2 [36.8 kB]
11:59:28 #0 7.800 Get:31 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libip4tc2 arm64 1.8.7-1ubuntu6 [19.6 kB]
11:59:28 #0 7.802 Get:32 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsystemd-shared arm64 251.4-1ubuntu7 [1617 kB]
11:59:28 #0 7.875 Get:33 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 systemd arm64 251.4-1ubuntu7 [2712 kB]
11:59:28 #0 8.004 Get:34 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 perl-modules-5.34 all 5.34.0-5ubuntu1.1 [2952 kB]
11:59:28 #0 8.134 Get:35 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgdbm6 arm64 1.23-1 [34.1 kB]
11:59:28 #0 8.137 Get:36 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgdbm-compat4 arm64 1.23-1 [6294 B]
11:59:28 #0 8.138 Get:37 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libperl5.34 arm64 5.34.0-5ubuntu1.1 [4618 kB]
11:59:28 #0 8.348 Get:38 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 perl arm64 5.34.0-5ubuntu1.1 [231 kB]
11:59:28 #0 8.356 Get:39 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 openssl arm64 3.0.5-2ubuntu2 [1158 kB]
11:59:28 #0 8.407 Get:40 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
11:59:28 #0 8.413 Get:41 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libdbus-1-3 arm64 1.14.0-2ubuntu3 [200 kB]
11:59:28 #0 8.425 Get:42 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-bin arm64 1.14.0-2ubuntu3 [38.9 kB]
11:59:28 #0 8.425 Get:43 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
11:59:28 #0 8.428 Get:44 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-daemon arm64 1.14.0-2ubuntu3 [114 kB]
11:59:28 #0 8.438 Get:45 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
11:59:28 #0 8.438 Get:46 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus arm64 1.14.0-2ubuntu3 [23.7 kB]
11:59:28 #0 8.438 Get:47 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 distro-info-data all 0.54ubuntu0.1 [5242 B]
11:59:28 #0 8.499 Get:48 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dmsetup arm64 2:1.02.185-1ubuntu1 [74.4 kB]
11:59:28 #0 8.502 Get:49 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-0 arm64 2.74.3-0ubuntu1 [1448 kB]
11:59:28 #0 8.553 Get:50 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgirepository-1.0-1 arm64 1.74.0-2 [65.9 kB]
11:59:28 #0 8.575 Get:51 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gir1.2-glib-2.0 arm64 1.74.0-2 [178 kB]
11:59:28 #0 8.580 Get:52 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 iso-codes all 4.11.0-1 [3352 kB]
11:59:28 #0 8.737 Get:53 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 krb5-locales all 1.20-1ubuntu0.1 [11.6 kB]
11:59:28 #0 8.737 Get:54 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 less arm64 590-1build1 [142 kB]
11:59:28 #0 8.737 Get:55 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmd0 arm64 1.0.4-2 [23.7 kB]
11:59:28 #0 8.737 Get:56 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libbsd0 arm64 0.11.6-1 [43.6 kB]
11:59:28 #0 8.737 Get:57 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libelf1 arm64 0.187-4 [51.1 kB]
11:59:28 #0 8.737 Get:58 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
11:59:28 #0 8.739 Get:59 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libicu71 arm64 71.1-3ubuntu1 [10.5 MB]
11:59:28 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 72.35MB / 116.78MB 10.1s
11:59:28 #11 12.56 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
11:59:28 #11 12.56 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:59:28 #11 12.63 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB]
11:59:28 #10 11.21 Get:249 http://deb.debian.org/debian bookworm/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB]
11:59:28 #10 11.21 Get:250 http://deb.debian.org/debian bookworm/main amd64 libfcgi-perl amd64 0.82+ds-2 [25.2 kB]
11:59:28 #10 11.21 Get:251 http://deb.debian.org/debian bookworm/main amd64 libcgi-fast-perl all 1:2.15-1 [12.1 kB]
11:59:28 #10 11.21 Get:252 http://deb.debian.org/debian bookworm/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
11:59:28 #10 11.21 Get:253 http://deb.debian.org/debian bookworm/main amd64 libclass-inspector-perl all 1.36-3 [17.5 kB]
11:59:28 #10 11.22 Get:254 http://deb.debian.org/debian bookworm/main amd64 libcommon-sense-perl amd64 3.75-3 [23.0 kB]
11:59:28 #10 11.22 Get:255 http://deb.debian.org/debian bookworm/main amd64 libconfig-tiny-perl all 2.28-2 [16.4 kB]
11:59:28 #10 11.22 Get:256 http://deb.debian.org/debian bookworm/main amd64 libparams-util-perl amd64 1.102-2+b1 [24.8 kB]
11:59:28 #10 11.22 Get:257 http://deb.debian.org/debian bookworm/main amd64 libsub-install-perl all 0.929-1 [10.5 kB]
11:59:28 #10 11.22 Get:258 http://deb.debian.org/debian bookworm/main amd64 libdata-optlist-perl all 0.113-1 [10.6 kB]
11:59:28 #10 11.22 Get:259 http://deb.debian.org/debian bookworm/main amd64 libsub-exporter-perl all 0.989-1 [50.5 kB]
11:59:28 #10 11.22 Get:260 http://deb.debian.org/debian bookworm/main amd64 libconst-fast-perl all 0.014-2 [8792 B]
11:59:28 #10 11.22 Get:261 http://deb.debian.org/debian bookworm/main amd64 libwant-perl amd64 0.29-2+b1 [27.5 kB]
11:59:28 #10 11.22 Get:262 http://deb.debian.org/debian bookworm/main amd64 libcontextual-return-perl all 0.004014-4 [54.9 kB]
11:59:28 #10 11.22 Get:263 http://deb.debian.org/debian bookworm/main amd64 libconvert-binhex-perl all 1.125-3 [27.4 kB]
11:59:28 #10 11.25 Get:264 http://deb.debian.org/debian bookworm/main amd64 libcpanel-json-xs-perl amd64 4.32-1+b1 [130 kB]
11:59:28 #10 11.25 Get:265 http://deb.debian.org/debian bookworm/main amd64 libdevel-stacktrace-perl all 2.0400-2 [26.8 kB]
11:59:28 #10 11.25 Get:266 http://deb.debian.org/debian bookworm/main amd64 libexception-class-perl all 1.45-1 [34.6 kB]
11:59:28 #10 11.26 Get:267 http://deb.debian.org/debian bookworm/main amd64 libiterator-perl all 0.03+ds1-2 [18.8 kB]
11:59:28 #10 11.26 Get:268 http://deb.debian.org/debian bookworm/main amd64 libiterator-util-perl all 0.02+ds1-2 [14.0 kB]
11:59:28 #10 11.26 Get:269 http://deb.debian.org/debian bookworm/main amd64 libdata-dpath-perl all 0.58-2 [43.6 kB]
11:59:28 #10 11.26 Get:270 http://deb.debian.org/debian bookworm/main amd64 libdata-dump-perl all 1.25-1 [28.4 kB]
11:59:28 #10 11.26 Get:271 http://deb.debian.org/debian bookworm/main amd64 libdata-messagepack-perl amd64 1.02-1+b1 [35.2 kB]
11:59:28 #10 11.26 Get:272 http://deb.debian.org/debian bookworm/main amd64 libnet-domain-tld-perl all 1.75-3 [31.9 kB]
11:59:28 #10 11.26 Get:273 http://deb.debian.org/debian bookworm/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
11:59:28 #10 11.26 Get:274 http://deb.debian.org/debian bookworm/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.7 kB]
11:59:28 #10 11.26 Get:275 http://deb.debian.org/debian bookworm/main amd64 libnet-netmask-perl all 2.0002-2 [28.6 kB]
11:59:28 #10 11.26 Get:276 http://deb.debian.org/debian bookworm/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-2+b1 [99.5 kB]
11:59:28 #10 11.26 Get:277 http://deb.debian.org/debian bookworm/main amd64 libdata-validate-ip-perl all 0.31-1 [20.6 kB]
11:59:28 #10 11.27 Get:278 http://deb.debian.org/debian bookworm/main amd64 libdata-validate-uri-perl all 0.07-2 [11.2 kB]
11:59:28 #10 11.27 Get:279 http://deb.debian.org/debian bookworm/main amd64 libdevel-size-perl amd64 0.83-2+b1 [24.3 kB]
11:59:28 #10 11.27 Get:280 http://deb.debian.org/debian bookworm/main amd64 libdistro-info-perl all 1.5 [5300 B]
11:59:28 #10 11.27 Get:281 http://deb.debian.org/debian bookworm/main amd64 libemail-address-xs-perl amd64 1.05-1+b1 [29.4 kB]
11:59:28 #10 11.27 Get:282 http://deb.debian.org/debian bookworm/main amd64 libexporter-tiny-perl all 1.006000-1 [38.6 kB]
11:59:28 #10 11.27 Get:283 http://deb.debian.org/debian bookworm/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB]
11:59:28 #10 11.28 Get:284 http://deb.debian.org/debian bookworm/main amd64 libindirect-perl amd64 0.39-2+b1 [27.1 kB]
11:59:28 #10 11.28 Get:285 http://deb.debian.org/debian bookworm/main amd64 libxs-parse-keyword-perl amd64 0.32-1 [57.6 kB]
11:59:28 #10 11.28 Get:286 http://deb.debian.org/debian bookworm/main amd64 libxs-parse-sublike-perl amd64 0.16-1+b2 [28.5 kB]
11:59:28 #10 11.28 Get:287 http://deb.debian.org/debian bookworm/main amd64 libobject-pad-perl amd64 0.78-1 [116 kB]
11:59:28 #10 11.28 Get:288 http://deb.debian.org/debian bookworm/main amd64 libfeature-compat-class-perl all 0.05-1 [11.0 kB]
11:59:28 #10 11.28 Get:289 http://deb.debian.org/debian bookworm/main amd64 libsyntax-keyword-try-perl amd64 0.28-1 [28.6 kB]
11:59:28 #10 11.29 Get:290 http://deb.debian.org/debian bookworm/main amd64 libfeature-compat-try-perl all 0.05-1 [10.4 kB]
11:59:28 #10 11.29 Get:291 http://deb.debian.org/debian bookworm/main amd64 libipc-system-simple-perl all 1.30-2 [26.8 kB]
11:59:28 #10 11.29 Get:292 http://deb.debian.org/debian bookworm/main amd64 libfile-basedir-perl all 0.09-2 [15.1 kB]
11:59:28 #10 11.29 Get:293 http://deb.debian.org/debian bookworm/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
11:59:28 #10 11.29 Get:294 http://deb.debian.org/debian bookworm/main amd64 libfile-fcntllock-perl amd64 0.22-4+b1 [34.8 kB]
11:59:28 #10 11.30 Get:295 http://deb.debian.org/debian bookworm/main amd64 libnumber-compare-perl all 0.03-3 [6332 B]
11:59:28 #10 11.30 Get:296 http://deb.debian.org/debian bookworm/main amd64 libtext-glob-perl all 0.11-3 [7676 B]
11:59:28 #10 11.30 Get:297 http://deb.debian.org/debian bookworm/main amd64 libfile-find-rule-perl all 0.34-3 [26.6 kB]
11:59:28 #10 11.30 Get:298 http://deb.debian.org/debian bookworm/main amd64 libfont-afm-perl all 1.20-4 [13.1 kB]
11:59:28 #10 11.30 Get:299 http://deb.debian.org/debian bookworm/main amd64 libio-string-perl all 1.08-4 [12.1 kB]
11:59:28 #10 11.30 Get:300 http://deb.debian.org/debian bookworm/main amd64 libfont-ttf-perl all 1.06-2 [318 kB]
11:59:28 #10 11.30 Get:301 http://deb.debian.org/debian bookworm/main amd64 libfreezethaw-perl all 0.5001-3 [16.0 kB]
11:59:28 #10 11.30 Get:302 http://deb.debian.org/debian bookworm/main amd64 libsort-versions-perl all 1.62-3 [8928 B]
11:59:28 #10 11.31 Get:303 http://deb.debian.org/debian bookworm/main amd64 libgit-wrapper-perl all 0.048-2 [33.4 kB]
11:59:28 #10 11.31 Get:304 http://deb.debian.org/debian bookworm/main amd64 libhttp-tiny-multipart-perl all 0.08-2 [9812 B]
11:59:28 #10 11.31 Get:305 http://deb.debian.org/debian bookworm/main amd64 libio-prompter-perl all 0.004015-2 [59.9 kB]
11:59:28 #10 11.31 Get:306 http://deb.debian.org/debian bookworm/main amd64 libjson-perl all 4.10000-1 [87.5 kB]
11:59:28 #10 11.31 Get:307 http://deb.debian.org/debian bookworm/main amd64 liblog-any-perl all 1.713-1 [76.3 kB]
11:59:28 #10 11.31 Get:308 http://deb.debian.org/debian bookworm/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [13.3 kB]
11:59:28 #10 11.32 Get:309 http://deb.debian.org/debian bookworm/main amd64 libpackage-stash-perl all 0.40-1 [22.0 kB]
11:59:28 #10 11.32 Get:310 http://deb.debian.org/debian bookworm/main amd64 libsub-identify-perl amd64 0.14-3 [10.9 kB]
11:59:28 #10 11.32 Get:311 http://deb.debian.org/debian bookworm/main amd64 libsub-name-perl amd64 0.26-2+b1 [12.6 kB]
11:59:28 #10 11.32 Get:312 http://deb.debian.org/debian bookworm/main amd64 libnamespace-clean-perl all 0.27-2 [17.8 kB]
11:59:28 #10 11.32 Get:313 http://deb.debian.org/debian bookworm/main amd64 libpath-tiny-perl all 0.144-1 [56.4 kB]
11:59:28 #10 11.32 Get:314 http://deb.debian.org/debian bookworm/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB]
11:59:28 #10 11.33 Get:315 http://deb.debian.org/debian bookworm/main amd64 libtype-tiny-perl all 2.002001-1 [377 kB]
11:59:28 #10 11.33 Get:316 http://deb.debian.org/debian bookworm/main amd64 libgitlab-api-v4-perl all 0.26-2 [88.1 kB]
11:59:28 #10 11.34 Get:317 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.5-1 [1396 kB]
11:59:28 #10 11.35 Get:318 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-data all 2.74.5-1 [1210 kB]
11:59:28 #10 11.36 Get:319 http://deb.debian.org/debian bookworm/main amd64 libgpm2 amd64 1.20.7-10+b1 [14.2 kB]
11:59:28 #10 11.36 Get:320 http://deb.debian.org/debian bookworm/main amd64 libhtml-form-perl all 6.10-1 [24.0 kB]
11:59:28 #10 11.36 Get:321 http://deb.debian.org/debian bookworm/main amd64 libhtml-format-perl all 2.16-2 [38.8 kB]
11:59:28 #10 11.36 Get:322 http://deb.debian.org/debian bookworm/main amd64 libhtml-html5-entities-perl all 0.004-3 [21.0 kB]
11:59:28 #10 11.36 Get:323 http://deb.debian.org/debian bookworm/main amd64 libhtml-tokeparser-simple-perl all 3.16-4 [39.1 kB]
11:59:28 #10 11.36 Get:324 http://deb.debian.org/debian bookworm/main amd64 libhttp-daemon-perl all 6.14-2 [23.7 kB]
11:59:28 #10 11.36 Get:325 http://deb.debian.org/debian bookworm/main amd64 libio-interactive-perl all 1.023-2 [11.0 kB]
11:59:28 #10 11.37 Get:326 http://deb.debian.org/debian bookworm/main amd64 libio-sessiondata-perl all 1.03-3 [6316 B]
11:59:28 #10 11.37 Get:327 http://deb.debian.org/debian bookworm/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
11:59:28 #10 11.37 Get:328 http://deb.debian.org/debian bookworm/main amd64 libipc-run3-perl all 0.048-3 [33.2 kB]
11:59:28 #10 11.37 Get:329 http://deb.debian.org/debian bookworm/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
11:59:28 #10 11.37 Get:330 http://deb.debian.org/debian bookworm/main amd64 libjson-xs-perl amd64 4.030-2+b1 [92.1 kB]
11:59:28 #10 11.37 Get:331 http://deb.debian.org/debian bookworm/main amd64 libjson-maybexs-perl all 1.004004-1 [13.3 kB]
11:59:28 #10 11.37 Get:332 http://deb.debian.org/debian bookworm/main amd64 libldap-common all 2.5.13+dfsg-3 [29.2 kB]
11:59:28 #10 11.37 Get:333 http://deb.debian.org/debian bookworm/main amd64 liblist-compare-perl all 0.55-2 [65.7 kB]
11:59:28 #10 11.37 Get:334 http://deb.debian.org/debian bookworm/main amd64 liblist-someutils-perl all 0.59-1 [37.1 kB]
11:59:28 #10 11.37 Get:335 http://deb.debian.org/debian bookworm/main amd64 liblist-someutils-xs-perl amd64 0.58-3 [34.5 kB]
11:59:28 #10 11.38 Get:336 http://deb.debian.org/debian bookworm/main amd64 liblist-utilsby-perl all 0.12-2 [15.5 kB]
11:59:28 #10 11.38 Get:337 http://deb.debian.org/debian bookworm/main amd64 libltdl7 amd64 2.4.7-5 [393 kB]
11:59:28 #10 11.38 Get:338 http://deb.debian.org/debian bookworm/main amd64 libltdl-dev amd64 2.4.7-5 [164 kB]
11:59:28 #10 11.38 Get:339 http://deb.debian.org/debian bookworm/main amd64 liblz1 amd64 1.13-5 [37.7 kB]
11:59:28 #10 11.38 Get:340 http://deb.debian.org/debian bookworm/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB]
11:59:28 #10 11.38 Get:341 http://deb.debian.org/debian bookworm/main amd64 libsys-hostname-long-perl all 1.5-3 [11.6 kB]
11:59:28 #10 11.39 Get:342 http://deb.debian.org/debian bookworm/main amd64 libmail-sendmail-perl all 0.80-3 [24.3 kB]
11:59:28 #10 11.39 Get:343 http://deb.debian.org/debian bookworm/main amd64 libnet-smtp-ssl-perl all 1.04-2 [6548 B]
11:59:28 #10 11.39 Get:344 http://deb.debian.org/debian bookworm/main amd64 libmailtools-perl all 2.21-2 [95.6 kB]
11:59:28 #10 11.39 Get:345 http://deb.debian.org/debian bookworm/main amd64 libmarkdown2 amd64 2.2.7-2 [37.0 kB]
11:59:28 #10 11.39 Get:346 http://deb.debian.org/debian bookworm/main amd64 libmath-base85-perl all 0.5+dfsg-2 [6684 B]
11:59:28 #10 11.39 Get:347 http://deb.debian.org/debian bookworm/main amd64 libmime-tools-perl all 5.510-1 [213 kB]
11:59:28 #10 11.39 Get:348 http://deb.debian.org/debian bookworm/main amd64 libmldbm-perl all 2.05-4 [16.8 kB]
11:59:28 #10 11.39 Get:349 http://deb.debian.org/debian bookworm/main amd64 libmoox-aliases-perl all 0.001006-2 [7156 B]
11:59:28 #10 11.39 Get:350 http://deb.debian.org/debian bookworm/main amd64 libmouse-perl amd64 2.5.10-1+b3 [170 kB]
11:59:28 #10 11.40 Get:351 http://deb.debian.org/debian bookworm/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b11 [37.1 kB]
11:59:28 #10 11.40 Get:352 http://deb.debian.org/debian bookworm/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b11 [26.4 kB]
11:59:28 #10 11.40 Get:353 http://deb.debian.org/debian bookworm/main amd64 libpackage-stash-xs-perl amd64 0.30-1+b1 [19.8 kB]
11:59:28 #10 11.40 Get:354 http://deb.debian.org/debian bookworm/main amd64 libpath-iterator-rule-perl all 1.015-2 [41.7 kB]
11:59:28 #10 11.40 Get:355 http://deb.debian.org/debian bookworm/main amd64 libperlio-gzip-perl amd64 0.20-1+b1 [17.3 kB]
11:59:28 #10 11.40 Get:356 http://deb.debian.org/debian bookworm/main amd64 libperlio-utf8-strict-perl amd64 0.010-1 [11.4 kB]
11:59:28 #10 11.40 Get:357 http://deb.debian.org/debian bookworm/main amd64 libpod-parser-perl all 1.65-1 [96.3 kB]
11:59:28 #10 11.40 Get:358 http://deb.debian.org/debian bookworm/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB]
11:59:28 #10 11.41 Get:359 http://deb.debian.org/debian bookworm/main amd64 libproc-processtable-perl amd64 0.634-1+b2 [43.1 kB]
11:59:28 #10 11.41 Get:360 http://deb.debian.org/debian bookworm/main amd64 libre2-9 amd64 20220601+dfsg-1+b1 [179 kB]
11:59:28 #10 11.41 Get:361 http://deb.debian.org/debian bookworm/main amd64 libre-engine-re2-perl amd64 0.17+ds-1 [19.3 kB]
11:59:28 #11 10.32 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:59:28 #9 ...
11:59:28 
11:59:28 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:28 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 50.33MB / 53.32MB 10.0s
11:59:28 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 47.19MB / 116.78MB 10.0s
11:59:28 #10 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 5.3s
11:59:28 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 37.75MB / 53.32MB 10.0s
11:59:28 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 32.51MB / 116.78MB 10.0s
11:59:28 #9 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 10.0s done
11:59:28 #11 11.68 Get:195 http://archive.ubuntu.com/ubuntu jammy/main amd64 zstd amd64 1.4.8+dfsg-3build1 [603 kB]
11:59:28 #11 11.70 Get:196 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-debian all 0.1.43ubuntu1 [107 kB]
11:59:28 #11 11.71 Get:197 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpgme11 amd64 1.16.0-1.2ubuntu4 [136 kB]
11:59:28 #11 11.71 Get:198 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-gpg amd64 1.16.0-1.2ubuntu4 [215 kB]
11:59:28 #11 11.72 Get:199 http://archive.ubuntu.com/ubuntu jammy/main amd64 dput all 1.1.0ubuntu2 [44.9 kB]
11:59:28 #11 11.75 Get:200 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:59:28 #11 11.79 Get:201 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
11:59:28 #11 11.79 Get:202 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.7 [283 kB]
11:59:28 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 45.09MB / 116.78MB 10.1s
11:59:28 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 104.86MB / 116.78MB 10.0s
11:59:28 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 44.04MB / 53.32MB 10.3s
11:59:28 #10 15.50 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u3) ...
11:59:28 #10 15.65 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
11:59:28 #10 8.237 CentOS Stream 9 - Extras packages                12 kB/s |  10 kB     00:00    
11:59:28 #11 3.217 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [662 kB]
11:59:28 #9 ...
11:59:28 
11:59:28 #10 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:28 #0 3.001 CentOS Stream 9 - BaseOS                        3.5 MB/s | 6.1 MB     00:01    
11:59:28 #0 6.841 CentOS Stream 9 - AppStream                     7.4 MB/s |  16 MB     00:02    
11:59:28 #10 ...
11:59:28 
11:59:28 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:28 #10 10.76 Selecting previously unselected package python3-minimal.
11:59:28 #10 10.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 ... 9515 files and directories currently installed.)
11:59:28 #10 10.76 Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ...
11:59:28 #10 10.76 Unpacking python3-minimal (3.9.2-3) ...
11:59:28 #10 10.81 Selecting previously unselected package media-types.
11:59:28 #10 10.81 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:59:28 #10 10.82 Unpacking media-types (4.0.0) ...
11:59:28 #10 10.85 Selecting previously unselected package libmpdec3:arm64.
11:59:28 #10 10.85 Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ...
11:59:28 #10 10.86 Unpacking libmpdec3:arm64 (2.5.1-1) ...
11:59:28 #10 10.91 Selecting previously unselected package libncursesw6:arm64.
11:59:28 #10 10.91 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_arm64.deb ...
11:59:28 #10 10.92 Unpacking libncursesw6:arm64 (6.2+20201114-2) ...
11:59:28 #10 10.97 Selecting previously unselected package readline-common.
11:59:28 #10 10.97 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
11:59:28 #10 10.97 Unpacking readline-common (8.1-1) ...
11:59:28 #10 11.03 Selecting previously unselected package libreadline8:arm64.
11:59:28 #10 11.03 Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ...
11:59:28 #10 11.03 Unpacking libreadline8:arm64 (8.1-1) ...
11:59:28 #10 11.09 Selecting previously unselected package libsqlite3-0:arm64.
11:59:28 #10 11.09 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_arm64.deb ...
11:59:28 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 29.36MB / 53.32MB 9.7s
11:59:28 #10 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 5.4s
11:59:28 #10 12.51 Get:142 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 diffstat arm64 1.61-1build1 [21.5 kB]
11:59:28 #10 12.51 Get:143 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB]
11:59:28 #10 12.51 Get:144 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.6 [107 kB]
11:59:28 #10 12.51 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:59:28 #10 12.52 Get:146 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B]
11:59:28 #10 12.52 Get:147 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.6 [276 kB]
11:59:28 #10 12.57 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:59:28 #10 12.57 Get:149 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-chardet all 3.0.4-1 [80.3 kB]
11:59:28 #10 12.58 Get:150 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-six all 1.11.0-2 [11.4 kB]
11:59:28 #10 12.64 Get:151 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-debian all 0.1.32 [65.4 kB]
11:59:28 #10 12.65 Get:152 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
11:59:28 #10 12.65 Get:153 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.6 [108 kB]
11:59:28 #10 12.65 Get:154 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.6 [401 kB]
11:59:28 #10 12.67 Get:155 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB]
11:59:28 #10 12.67 Get:156 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.6 [189 kB]
11:59:28 #10 12.67 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:59:28 #11 9.192 Get:60 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libxml2 arm64 2.9.14+dfsg-1ubuntu0.1 [722 kB]
11:59:28 #11 9.206 Get:61 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libyaml-0-2 arm64 0.2.5-1 [51.8 kB]
11:59:28 #11 9.208 Get:62 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lsb-release all 11.2ubuntu1 [11.1 kB]
11:59:28 #11 9.209 Get:63 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 netbase all 6.3 [12.9 kB]
11:59:28 #11 9.210 Get:64 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-dbus arm64 1.2.18-3build1 [98.5 kB]
11:59:28 #11 9.212 Get:65 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-gi arm64 3.42.2-2 [225 kB]
11:59:28 #11 9.221 Get:66 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 networkd-dispatcher all 2.1-2ubuntu1 [15.5 kB]
11:59:28 #11 9.222 Get:67 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python-apt-common all 2.4.0+22.10 [14.8 kB]
11:59:28 #11 9.223 Get:68 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3-apt arm64 2.4.0+22.10 [156 kB]
11:59:28 #11 9.268 Get:69 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
11:59:28 #11 9.344 Get:70 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 shared-mime-info arm64 2.2-1 [458 kB]
11:59:28 #11 DONE 1.1s
11:59:28 
11:59:28 #12 [stage-1 5/9] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 78.64MB / 116.78MB 10.6s
11:59:29 #10 13.12 Selecting previously unselected package python3-minimal.
11:59:29 #10 13.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 ... 8350 files and directories currently installed.)
11:59:29 #10 13.12 Preparing to unpack .../python3-minimal_3.11.1-3_arm64.deb ...
11:59:29 #10 13.13 Unpacking python3-minimal (3.11.1-3) ...
11:59:29 #10 13.19 Selecting previously unselected package media-types.
11:59:29 #10 13.19 Preparing to unpack .../media-types_8.0.0_all.deb ...
11:59:29 #10 13.20 Unpacking media-types (8.0.0) ...
11:59:29 #10 13.27 Preparing to unpack .../liblzma5_5.4.1-0.1_arm64.deb ...
11:59:29 #11 13.01 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
11:59:29 #11 13.01 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
11:59:29 #11 13.01 Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
11:59:29 #11 13.02 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
11:59:29 #11 13.02 Get:118 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
11:59:29 #11 13.05 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
11:59:29 #11 13.05 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
11:59:29 #11 13.06 Get:121 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [42.6 kB]
11:59:29 #11 13.07 Get:122 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [181 kB]
11:59:29 #11 13.08 Get:123 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [30.4 kB]
11:59:29 #11 13.08 Get:124 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [88.1 kB]
11:59:29 #10 11.41 Get:362 http://deb.debian.org/debian bookworm/main amd64 libreadonly-perl all 2.050-3 [23.1 kB]
11:59:29 #10 11.41 Get:363 http://deb.debian.org/debian bookworm/main amd64 libref-util-perl all 0.204-2 [17.4 kB]
11:59:29 #10 11.41 Get:364 http://deb.debian.org/debian bookworm/main amd64 libref-util-xs-perl amd64 0.117-2+b1 [14.1 kB]
11:59:29 #10 11.41 Get:365 http://deb.debian.org/debian bookworm/main amd64 libregexp-pattern-license-perl all 3.9.4-3 [93.3 kB]
11:59:29 #10 11.41 Get:366 http://deb.debian.org/debian bookworm/main amd64 libregexp-pattern-perl all 0.2.14-2 [18.7 kB]
11:59:29 #10 11.42 Get:367 http://deb.debian.org/debian bookworm/main amd64 libregexp-wildcards-perl all 1.05-3 [14.1 kB]
11:59:29 #10 11.42 Get:368 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules amd64 2.1.28+dfsg-10 [66.6 kB]
11:59:29 #10 11.42 Get:369 http://deb.debian.org/debian bookworm/main amd64 libsereal-decoder-perl amd64 5.002+ds-1 [102 kB]
11:59:29 #10 11.42 Get:370 http://deb.debian.org/debian bookworm/main amd64 libsereal-encoder-perl amd64 5.002+ds-1 [105 kB]
11:59:29 #10 11.42 Get:371 http://deb.debian.org/debian bookworm/main amd64 libset-intspan-perl all 1.19-3 [25.3 kB]
11:59:29 #10 11.42 Get:372 http://deb.debian.org/debian bookworm/main amd64 libtask-weaken-perl all 1.06-2 [9364 B]
11:59:29 #10 11.42 Get:373 http://deb.debian.org/debian bookworm/main amd64 libxml-parser-perl amd64 2.46-4 [201 kB]
11:59:29 #10 11.43 Get:374 http://deb.debian.org/debian bookworm/main amd64 libsoap-lite-perl all 1.27-2 [239 kB]
11:59:29 #10 11.43 Get:375 http://deb.debian.org/debian bookworm/main amd64 libsocket6-perl amd64 0.29-3 [21.6 kB]
11:59:29 #10 11.43 Get:376 http://deb.debian.org/debian bookworm/main amd64 libstring-copyright-perl all 0.003014-1 [23.4 kB]
11:59:29 #10 11.43 Get:377 http://deb.debian.org/debian bookworm/main amd64 libstring-escape-perl all 2010.002-3 [18.7 kB]
11:59:29 #10 11.43 Get:378 http://deb.debian.org/debian bookworm/main amd64 libstring-license-perl all 0.0.2-1 [34.3 kB]
11:59:29 #10 11.43 Get:379 http://deb.debian.org/debian bookworm/main amd64 libstring-shellquote-perl all 1.04-3 [11.9 kB]
11:59:29 #10 11.43 Get:380 http://deb.debian.org/debian bookworm/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-2+b1 [33.4 kB]
11:59:29 #10 11.43 Get:381 http://deb.debian.org/debian bookworm/main amd64 libterm-readkey-perl amd64 2.38-2+b1 [24.5 kB]
11:59:29 #10 11.44 Get:382 http://deb.debian.org/debian bookworm/main amd64 libtext-levenshteinxs-perl amd64 0.03-5+b1 [8404 B]
11:59:29 #10 11.44 Get:383 http://deb.debian.org/debian bookworm/main amd64 libtext-markdown-discount-perl amd64 0.16-1 [13.0 kB]
11:59:29 #10 11.44 Get:384 http://deb.debian.org/debian bookworm/main amd64 libtext-xslate-perl amd64 3.5.9-1+b2 [198 kB]
11:59:29 #10 11.44 Get:385 http://deb.debian.org/debian bookworm/main amd64 libtime-duration-perl all 1.21-2 [13.1 kB]
11:59:29 #10 11.44 Get:386 http://deb.debian.org/debian bookworm/main amd64 libtime-moment-perl amd64 0.44-2+b1 [73.0 kB]
11:59:29 #10 11.44 Get:387 http://deb.debian.org/debian bookworm/main amd64 libtype-tiny-xs-perl amd64 0.025-1 [26.4 kB]
11:59:29 #10 11.44 Get:388 http://deb.debian.org/debian bookworm/main amd64 libunicode-utf8-perl amd64 0.62-2 [20.2 kB]
11:59:29 #10 11.44 Get:389 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
11:59:29 #10 11.44 Get:390 http://deb.debian.org/debian bookworm/main amd64 libwww-mechanize-perl all 2.15-1 [120 kB]
11:59:29 #10 11.45 Get:391 http://deb.debian.org/debian bookworm/main amd64 libxdelta2 amd64 1.1.3-10.4 [49.5 kB]
11:59:29 #10 11.45 Get:392 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB]
11:59:29 #10 11.45 Get:393 http://deb.debian.org/debian bookworm/main amd64 libxml-namespacesupport-perl all 1.12-2 [15.1 kB]
11:59:29 #10 11.45 Get:394 http://deb.debian.org/debian bookworm/main amd64 libxml-sax-base-perl all 1.09-3 [20.6 kB]
11:59:29 #10 11.45 Get:395 http://deb.debian.org/debian bookworm/main amd64 libxml-sax-perl all 1.02+dfsg-3 [59.4 kB]
11:59:29 #10 11.45 Get:396 http://deb.debian.org/debian bookworm/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1+b1 [322 kB]
11:59:29 #10 11.45 Get:397 http://deb.debian.org/debian bookworm/main amd64 libxml-sax-expat-perl all 0.51-2 [11.1 kB]
11:59:29 #10 11.45 Get:398 http://deb.debian.org/debian bookworm/main amd64 libxmlrpc-lite-perl all 0.717-5 [22.4 kB]
11:59:29 #10 11.46 Get:399 http://deb.debian.org/debian bookworm/main amd64 libxmuu1 amd64 2:1.1.3-3 [23.9 kB]
11:59:29 #10 11.46 Get:400 http://deb.debian.org/debian bookworm/main amd64 libxstring-perl amd64 0.005-2+b1 [8320 B]
11:59:29 #10 11.46 Get:401 http://deb.debian.org/debian bookworm/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB]
11:59:29 #10 11.46 Get:402 http://deb.debian.org/debian bookworm/main amd64 libyaml-libyaml-perl amd64 0.86+ds-1 [34.4 kB]
11:59:29 #10 11.46 Get:403 http://deb.debian.org/debian bookworm/main amd64 licensecheck all 3.3.5-1 [49.8 kB]
11:59:29 #10 11.46 Get:404 http://deb.debian.org/debian bookworm/main amd64 plzip amd64 1.10-5 [61.9 kB]
11:59:29 #10 11.46 Get:405 http://deb.debian.org/debian bookworm/main amd64 lzop amd64 1.04-2 [84.2 kB]
11:59:29 #10 11.46 Get:406 http://deb.debian.org/debian bookworm/main amd64 t1utils amd64 1.41-4 [62.1 kB]
11:59:29 #10 11.46 Get:407 http://deb.debian.org/debian bookworm/main amd64 unzip amd64 6.0-27 [172 kB]
11:59:29 #10 11.47 Get:408 http://deb.debian.org/debian bookworm/main amd64 lintian all 2.116.3 [1130 kB]
11:59:29 #10 11.48 Get:409 http://deb.debian.org/debian bookworm/main amd64 lsb-release all 12.0-1 [6416 B]
11:59:29 #10 11.48 Get:410 http://deb.debian.org/debian bookworm/main amd64 manpages-dev all 6.02-1 [2022 kB]
11:59:29 #10 11.50 Get:411 http://deb.debian.org/debian bookworm/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB]
11:59:29 #10 11.50 Get:412 http://deb.debian.org/debian bookworm/main amd64 pixz amd64 1.0.7-2 [21.2 kB]
11:59:29 #10 11.50 Get:413 http://deb.debian.org/debian bookworm/main amd64 xdelta amd64 1.1.3-10.4 [28.0 kB]
11:59:29 #10 11.50 Get:414 http://deb.debian.org/debian bookworm/main amd64 xdelta3 amd64 3.0.11-dfsg-1.2 [70.4 kB]
11:59:29 #10 11.50 Get:415 http://deb.debian.org/debian bookworm/main amd64 pristine-tar amd64 1.50 [113 kB]
11:59:29 #10 11.50 Get:416 http://deb.debian.org/debian bookworm/main amd64 publicsuffix all 20221208.1942-1 [126 kB]
11:59:29 #10 11.51 Get:417 http://deb.debian.org/debian bookworm/main amd64 python-apt-common all 2.5.2 [64.1 kB]
11:59:29 #10 11.51 Get:418 http://deb.debian.org/debian bookworm/main amd64 python3-apt amd64 2.5.2+b1 [158 kB]
11:59:29 #10 11.51 Get:419 http://deb.debian.org/debian bookworm/main amd64 python3-certifi all 2022.9.24-1 [153 kB]
11:59:29 #10 11.51 Get:420 http://deb.debian.org/debian bookworm/main amd64 python3-charset-normalizer all 3.0.1-2 [49.3 kB]
11:59:29 #10 11.51 Get:421 http://deb.debian.org/debian bookworm/main amd64 python3-idna all 3.3-1 [39.4 kB]
11:59:29 #10 11.51 Get:422 http://deb.debian.org/debian bookworm/main amd64 python3-magic all 2:0.4.26-3 [14.5 kB]
11:59:29 #10 11.51 Get:423 http://deb.debian.org/debian bookworm/main amd64 python3-six all 1.16.0-4 [17.5 kB]
11:59:29 #10 11.51 Get:424 http://deb.debian.org/debian bookworm/main amd64 python3-urllib3 all 1.26.12-1 [117 kB]
11:59:29 #10 11.52 Get:425 http://deb.debian.org/debian bookworm/main amd64 python3-requests all 2.28.1+dfsg-1 [67.9 kB]
11:59:29 #10 11.52 Get:426 http://deb.debian.org/debian bookworm/main amd64 python3-unidiff all 0.7.3-1 [11.7 kB]
11:59:29 #10 11.52 Get:427 http://deb.debian.org/debian bookworm/main amd64 shared-mime-info amd64 2.2-1 [729 kB]
11:59:29 #10 11.52 Get:428 http://deb.debian.org/debian bookworm/main amd64 strace amd64 6.1-0.1 [1314 kB]
11:59:29 #10 11.54 Get:429 http://deb.debian.org/debian bookworm/main amd64 xauth amd64 1:1.1.2-1 [36.0 kB]
11:59:29 #10 11.54 Get:430 http://deb.debian.org/debian bookworm/main amd64 xdg-user-dirs amd64 0.18-1 [54.4 kB]
11:59:29 #10 11.54 Get:431 http://deb.debian.org/debian bookworm/main amd64 zstd amd64 1.5.2+dfsg2-3 [661 kB]
11:59:29 
11:59:29 #18 [build 1/6] COPY --from=gowinres /build/ /usr/local/bin/
11:59:29 #18 DONE 0.0s
11:59:29 
11:59:29 #19 [build 2/6] WORKDIR /go/src/github.com/docker/docker
11:59:29 #19 DONE 0.0s
11:59:29 
11:59:29 #20 [build 3/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             clang             lld             llvm
11:59:29 #11 10.63 Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gcc arm64 4:9.3.0-1ubuntu2 [5228 B]
11:59:29 #11 10.63 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:59:29 #11 10.69 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:59:29 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 10.2s
11:59:29 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 40.89MB / 53.32MB 10.4s
11:59:29 #11 12.08 Get:203 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
11:59:29 #11 12.11 Get:204 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.6 [953 kB]
11:59:29 #11 12.18 Get:205 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.6 [3142 kB]
11:59:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 46.14MB / 116.78MB 10.4s
11:59:29 #10 15.66 Setting up libexpat1:amd64 (2.2.6-2+deb10u6) ...
11:59:29 #10 15.67 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
11:59:29 #10 11.10 Unpacking libsqlite3-0:arm64 (3.34.1-3) ...
11:59:29 #10 11.22 Selecting previously unselected package libpython3.9-stdlib:arm64.
11:59:29 #10 11.22 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_arm64.deb ...
11:59:29 #10 11.23 Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ...
11:59:29 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 44.04MB / 47.40MB 9.8s
11:59:29 #7 ...
11:59:29 
11:59:29 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
11:59:29 #9 resolve docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd done
11:59:29 #9 sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd 1.99kB / 1.99kB done
11:59:29 #9 sha256:b7d7e76becd49a12d7ae4dee1b0c7be1f67bd25b46853fd6d211e5a503262549 5.01kB / 5.01kB done
11:59:29 #9 sha256:d8d604eaebb14dd975f676a926f360cfce39a4e4592ecdde4cea5e724acf6500 306B / 306B 0.1s done
11:59:29 #9 sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 38.52MB / 38.52MB 3.8s done
11:59:29 #9 sha256:5fdeefe92e79cfbdf6008e5a2246b8ad7442f4def62ea1492d23524583cb5b84 256B / 256B 0.2s done
11:59:29 #9 sha256:99dfe3536f54a68584694bf403eb32ac518b312db10d1983a291f259e2668964 913B / 913B 0.2s done
11:59:29 #9 sha256:cf16eca179b5e7c2b72e97687817a882ffd60dcefafae9c033db6417bf994b81 177B / 177B 0.3s done
11:59:29 #9 sha256:b01ca48f191ba3bcdb4ab21deea439cc96dc0ce9e8d7c1a58b897a86f7d60471 414B / 414B 0.5s done
11:59:29 #9 sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 18.95MB / 18.95MB 2.4s done
11:59:29 #9 sha256:dcd7c0c8ecbcc4b25764f7253e37ce5225765fe76337a770d0b023973659e8ef 130.62kB / 130.62kB 1.0s done
11:59:29 #9 extracting sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 5.8s
11:59:29 #10 12.71 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:59:29 #10 12.73 Get:159 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.6 [181 kB]
11:59:29 #10 12.73 Get:160 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.6 [249 kB]
11:59:29 #10 12.79 Get:161 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgpgme11 arm64 1.10.0-1ubuntu2 [90.0 kB]
11:59:29 #10 12.79 Get:162 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-gpg arm64 1.10.0-1ubuntu2 [131 kB]
11:59:29 #10 12.79 Get:163 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dput all 1.0.1ubuntu1 [42.7 kB]
11:59:29 #10 12.80 Get:164 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB]
11:59:29 #10 12.80 Get:165 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB]
11:59:29 #10 12.80 Get:166 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.22 [184 kB]
11:59:29 #10 12.81 Get:167 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB]
11:59:29 #10 12.86 Get:168 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.15 [804 kB]
11:59:29 #10 12.89 Get:169 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.15 [2955 kB]
11:59:29 #10 13.03 Get:170 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
11:59:29 #11 9.358 Get:71 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 systemd-resolved arm64 251.4-1ubuntu7 [266 kB]
11:59:29 #11 9.367 Get:72 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 systemd-timesyncd arm64 251.4-1ubuntu7 [32.3 kB]
11:59:29 #11 9.367 Get:73 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 ucf all 3.0043 [56.1 kB]
11:59:29 #11 9.369 Get:74 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 xdg-user-dirs arm64 0.17-2ubuntu4 [53.5 kB]
11:59:29 #11 9.371 Get:75 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 bsdextrautils arm64 2.38-4ubuntu1 [69.6 kB]
11:59:29 #11 9.373 Get:76 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmagic-mgc arm64 1:5.41-4 [257 kB]
11:59:29 #11 9.382 Get:77 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmagic1 arm64 1:5.41-4 [85.0 kB]
11:59:29 #11 9.384 Get:78 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 file arm64 1:5.41-4 [21.6 kB]
11:59:29 #11 9.418 Get:79 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gettext-base arm64 0.21-8 [36.8 kB]
11:59:29 #11 9.492 Get:80 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libuchardet0 arm64 0.0.7-1build2 [77.3 kB]
11:59:29 #11 9.494 Get:81 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 groff-base arm64 1.22.4-8build1 [917 kB]
11:59:29 #11 9.525 Get:82 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24.3 kB]
11:59:29 #11 9.526 Get:83 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libedit2 arm64 3.1-20210910-1build1 [96.0 kB]
11:59:29 #11 9.529 Get:84 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfido2-1 arm64 1.11.0-1 [81.5 kB]
11:59:29 #11 9.531 Get:85 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnghttp2-14 arm64 1.49.0-1 [72.1 kB]
11:59:29 #11 9.534 Get:86 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpipeline1 arm64 1.5.6-2 [23.3 kB]
11:59:29 #11 9.535 Get:87 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpng16-16 arm64 1.6.38-2 [182 kB]
11:59:29 #11 9.540 Get:88 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
11:59:29 #11 9.566 Get:89 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxau6 arm64 1:1.0.9-1build5 [7624 B]
11:59:29 #11 9.642 Get:90 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10.8 kB]
11:59:29 #11 9.642 Get:91 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxcb1 arm64 1.15-1 [47.6 kB]
11:59:29 #10 13.28 Unpacking liblzma5:arm64 (5.4.1-0.1) over (5.4.1-0.0) ...
11:59:29 #10 13.37 Setting up liblzma5:arm64 (5.4.1-0.1) ...
11:59:29 #10 13.43 Selecting previously unselected package libmpdec3:arm64.
11:59:29 #10 13.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 ... 8377 files and directories currently installed.)
11:59:29 #10 13.44 Preparing to unpack .../00-libmpdec3_2.5.1-2_arm64.deb ...
11:59:29 #10 13.45 Unpacking libmpdec3:arm64 (2.5.1-2) ...
11:59:29 #10 13.52 Selecting previously unselected package libncursesw6:arm64.
11:59:29 #10 11.82 debconf: delaying package configuration, since apt-utils is not installed
11:59:29 #10 11.86 Fetched 194 MB in 3s (62.2 MB/s)
11:59:29 #11 13.16 Get:125 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [47.9 kB]
11:59:29 #11 13.16 Get:126 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [107 kB]
11:59:29 #11 13.16 Get:127 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [208 kB]
11:59:29 #11 13.17 Get:128 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [15.1 kB]
11:59:29 #11 13.17 Get:129 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [96.6 kB]
11:59:29 #11 13.17 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:59:29 #11 13.17 Get:131 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
11:59:29 #11 13.17 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
11:59:29 #11 13.23 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:59:29 #11 13.23 Get:134 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
11:59:29 #11 13.30 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
11:59:29 #11 13.30 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
11:59:29 #11 13.31 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.15 [235 kB]
11:59:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 53.48MB / 116.78MB 10.5s
11:59:29 #8 ...
11:59:29 
11:59:29 #11 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
11:59:29 #11 DONE 1.0s
11:59:29 
11:59:29 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:29 #11 12.22 Get:206 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:59:29 #11 12.23 Get:207 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB]
11:59:29 #11 12.23 Get:208 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:59:29 #11 12.23 Get:209 http://archive.ubuntu.com/ubuntu jammy/main amd64 libaliased-perl all 0.34-1.1 [13.3 kB]
11:59:29 #11 12.23 Get:210 http://archive.ubuntu.com/ubuntu jammy/main amd64 libapt-pkg-perl amd64 0.1.40build2 [72.5 kB]
11:59:29 #11 12.23 Get:211 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
11:59:29 #11 12.23 Get:212 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarray-intspan-perl all 2.004-1 [24.5 kB]
11:59:29 #11 12.23 Get:213 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
11:59:29 #11 12.23 Get:214 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:59:29 #11 12.24 Get:215 http://archive.ubuntu.com/ubuntu jammy/main amd64 libvariable-magic-perl amd64 0.62-1build5 [35.9 kB]
11:59:29 #11 12.26 Get:216 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
11:59:29 #11 12.26 Get:217 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.1 [389 kB]
11:59:29 #11 12.26 Get:218 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB]
11:59:29 #11 12.26 Get:219 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
11:59:29 #11 12.26 Get:220 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
11:59:29 #11 12.27 Get:221 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB]
11:59:29 #11 12.27 Get:222 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.04.1 [29.2 kB]
11:59:29 #11 12.27 Get:223 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwebp7 amd64 1.2.2-2 [206 kB]
11:59:29 #11 12.27 Get:224 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtiff5 amd64 4.3.0-6ubuntu0.3 [183 kB]
11:59:29 #11 12.27 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:59:29 #11 12.28 Get:226 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgd3 amd64 2.3.0-2ubuntu2 [129 kB]
11:59:29 #11 12.28 Get:227 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.1 [28.9 kB]
11:59:29 #11 12.28 Get:228 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:59:29 #11 12.28 Get:229 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:59:29 #11 12.29 Get:230 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclone-perl amd64 0.45-1build3 [11.0 kB]
11:59:29 #11 12.29 Get:231 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcommon-sense-perl amd64 3.75-2build1 [21.1 kB]
11:59:29 #11 12.29 Get:232 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:59:29 #11 12.29 Get:233 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-util-perl amd64 1.102-1build3 [22.7 kB]
11:59:29 #11 12.30 Get:234 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-install-perl all 0.928-1.1 [9972 B]
11:59:29 #11 12.30 Get:235 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-optlist-perl all 0.112-1 [11.0 kB]
11:59:29 #11 12.30 Get:236 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-perl all 0.988-1 [50.6 kB]
11:59:29 #11 12.31 Get:237 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconst-fast-perl all 0.014-1.1 [7756 B]
11:59:29 #11 12.31 Get:238 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwant-perl amd64 0.29-1build7 [24.9 kB]
11:59:29 #11 12.31 Get:239 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:59:29 #11 12.32 Get:240 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcpanel-json-xs-perl amd64 4.27-1build1 [114 kB]
11:59:29 #11 12.32 Get:241 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:59:29 #11 12.32 Get:242 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexception-class-perl all 1.45-1 [28.6 kB]
11:59:29 #11 12.32 Get:243 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
11:59:29 #11 12.32 Get:244 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
11:59:29 #11 12.32 Get:245 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:59:29 #11 12.33 Get:246 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-xs-perl amd64 0.430-2build2 [41.9 kB]
11:59:29 #11 12.33 Get:247 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:59:29 #11 12.33 Get:248 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB]
11:59:29 #11 12.33 Get:249 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB]
11:59:29 #11 12.35 Get:250 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-messagepack-perl amd64 1.01-2build1 [34.7 kB]
11:59:29 #11 12.35 Get:251 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
11:59:29 #11 12.35 Get:252 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:59:29 #11 12.35 Get:253 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:59:29 #11 12.35 Get:254 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:59:29 #11 12.35 Get:255 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-1build7 [82.4 kB]
11:59:29 #11 12.37 Get:256 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:59:29 #11 12.37 Get:257 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:59:29 #11 12.37 Get:258 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdistro-info-perl all 1.1build1 [5644 B]
11:59:29 #11 12.37 Get:259 http://archive.ubuntu.com/ubuntu jammy/main amd64 libemail-address-xs-perl amd64 1.04-1build6 [28.7 kB]
11:59:29 #11 12.37 Get:260 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:59:29 #11 12.37 Get:261 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-basedir-perl all 0.09-1 [15.7 kB]
11:59:29 #11 12.37 Get:262 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:59:29 #11 12.37 Get:263 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB]
11:59:29 #11 12.39 Get:264 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnumber-compare-perl all 0.03-2 [7058 B]
11:59:29 #11 12.39 Get:265 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-glob-perl all 0.11-2 [8042 B]
11:59:29 #11 12.39 Get:266 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:59:29 #11 12.39 Get:267 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB]
11:59:29 #11 12.40 Get:268 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB]
11:59:29 #11 12.40 Get:269 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-ttf-perl all 1.06-1.1 [316 kB]
11:59:29 #11 12.40 Get:270 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
11:59:29 #11 12.40 Get:271 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:59:29 #11 12.40 Get:272 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:59:29 #11 12.40 Get:273 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:59:29 #11 12.41 Get:274 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-perl all 4.04000-1 [81.8 kB]
11:59:29 #11 12.41 Get:275 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblog-any-perl all 1.710-1 [68.4 kB]
11:59:29 #11 12.41 Get:276 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:59:29 #11 12.41 Get:277 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-perl all 0.39-1 [19.1 kB]
11:59:29 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 47.19MB / 53.32MB 10.7s
11:59:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 80.74MB / 116.78MB 10.6s
11:59:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 111.15MB / 116.78MB 10.8s
11:59:29 #10 11.59 Selecting previously unselected package python3.9.
11:59:29 #9 ...
11:59:29 
11:59:29 #10 11.59 Preparing to unpack .../8-python3.9_3.9.2-1_arm64.deb ...
11:59:29 #10 11.60 Unpacking python3.9 (3.9.2-1) ...
11:59:29 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:29 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 32.51MB / 53.32MB 10.1s
11:59:29 #10 13.03 Get:171 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB]
11:59:29 #10 13.03 Get:172 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:59:29 #10 13.03 Get:173 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libapt-pkg-perl arm64 0.1.33build1 [67.2 kB]
11:59:29 #10 13.03 Get:174 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libarchive-cpio-perl all 0.10-1 [9644 B]
11:59:29 #10 13.03 Get:175 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libb-hooks-op-check-perl arm64 0.22-1 [9996 B]
11:59:29 #10 13.04 Get:176 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:59:29 #10 13.04 Get:177 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdevel-callchecker-perl arm64 0.007-2build1 [14.0 kB]
11:59:29 #10 13.04 Get:178 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-classify-perl arm64 0.015-1 [20.4 kB]
11:59:29 #10 13.10 Get:179 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:59:29 #10 13.11 Get:180 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
11:59:29 #10 13.11 Get:181 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:59:29 #10 13.11 Get:182 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:59:29 #10 13.11 Get:183 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libvariable-magic-perl arm64 0.62-1 [32.6 kB]
11:59:29 #10 13.12 Get:184 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
11:59:29 #10 13.12 Get:185 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
11:59:29 #10 13.12 Get:186 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liburi-perl all 1.73-1 [77.2 kB]
11:59:29 #10 13.12 Get:187 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-parser-perl arm64 3.72-3build1 [82.6 kB]
11:59:29 #10 13.17 Get:188 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcgi-pm-perl all 4.38-1 [185 kB]
11:59:29 #10 8.995 Dependencies resolved.
11:59:29 #10 9.009 ================================================================================
11:59:29 #10 9.009  Package                       Arch     Version                Repository  Size
11:59:29 #10 9.009 ================================================================================
11:59:29 #10 9.009 Installing:
11:59:29 #10 9.009  dnf-plugins-core              noarch   4.3.0-4.el9            baseos      38 k
11:59:29 #10 9.009  rpm-build                     aarch64  4.16.1.3-22.el9        appstream  100 k
11:59:29 #10 9.009  rpmlint                       noarch   1.11-19.el9            appstream  198 k
11:59:29 #10 9.009 Installing dependencies:
11:59:29 #10 9.009  adobe-source-code-pro-fonts   noarch   2.030.1.050-12.el9.1   baseos     832 k
11:59:29 #10 9.009  binutils                      aarch64  2.35.2-35.el9          baseos     4.8 M
11:59:29 #10 9.009  bzip2                         aarch64  1.0.8-8.el9            baseos      56 k
11:59:29 #10 9.009  checkpolicy                   aarch64  3.5-0.rc2.1.el9        appstream  342 k
11:59:29 #10 9.009  cpio                          aarch64  2.13-16.el9            baseos     274 k
11:59:29 #10 9.009  cracklib                      aarch64  2.9.6-27.el9           baseos      95 k
11:59:29 #10 9.009  cracklib-dicts                aarch64  2.9.6-27.el9           baseos     3.6 M
11:59:29 #10 9.009  dbus-libs                     aarch64  1:1.12.20-7.el9        baseos     150 k
11:59:29 #10 9.009  desktop-file-utils            aarch64  0.26-6.el9             appstream   72 k
11:59:29 #10 9.009  diffutils                     aarch64  3.7-12.el9             baseos     392 k
11:59:29 #10 9.009  dwz                           aarch64  0.14-3.el9             appstream  126 k
11:59:29 #10 9.009  ed                            aarch64  1.14.2-12.el9          baseos      74 k
11:59:29 #10 9.009  efi-srpm-macros               noarch   4-9.el9                appstream   23 k
11:59:29 #10 9.009  elfutils                      aarch64  0.188-3.el9            baseos     524 k
11:59:29 #10 9.009  elfutils-debuginfod-client    aarch64  0.188-3.el9            baseos      37 k
11:59:29 #10 9.009  emacs-filesystem              noarch   1:27.2-8.el9           appstream  8.8 k
11:59:29 #10 9.009  enchant                       aarch64  1:1.6.0-30.el9         appstream   61 k
11:59:29 #10 9.009  environment-modules           aarch64  5.0.1-2.el9            baseos     492 k
11:59:29 #10 9.009  file                          aarch64  5.39-10.el9            baseos      49 k
11:59:29 #10 9.009  fonts-srpm-macros             noarch   1:2.0.5-7.el9.1        appstream   28 k
11:59:29 #10 9.009  gcc-toolset-12-binutils       aarch64  2.38-16.el9            appstream  5.8 M
11:59:29 #10 9.009  gcc-toolset-12-binutils-gold  aarch64  2.38-14.el9            appstream  897 k
11:59:29 #10 9.009  gcc-toolset-12-runtime        aarch64  12.0-5.el9             appstream   55 k
11:59:29 #10 9.009  gdb-minimal                   aarch64  10.2-10.el9            appstream  3.1 M
11:59:29 #10 9.009  gdk-pixbuf2                   aarch64  2.42.6-3.el9           appstream  490 k
11:59:29 #10 9.009  ghc-srpm-macros               noarch   1.5.0-6.el9            appstream  8.8 k
11:59:29 #10 9.009  glib-networking               aarch64  2.68.3-3.el9           baseos     185 k
11:59:29 #10 9.009  glibc-gconv-extra             aarch64  2.34-54.el9            baseos     1.7 M
11:59:29 #10 9.009  go-srpm-macros                noarch   3.0.9-9.el9            appstream   27 k
11:59:29 #10 9.009  groff-base                    aarch64  1.22.4-10.el9          baseos     1.0 M
11:59:29 #10 9.009  gsettings-desktop-schemas     aarch64  40.0-6.el9             baseos     684 k
11:59:29 #10 9.009  hunspell                      aarch64  1.7.0-11.el9           appstream  319 k
11:59:29 #10 9.009  hunspell-en-GB                noarch   0.20140811.1-20.el9    appstream  226 k
11:59:29 #10 9.009  hunspell-en-US                noarch   0.20140811.1-20.el9    appstream  177 k
11:59:29 #10 9.009  hunspell-filesystem           aarch64  1.7.0-11.el9           appstream  8.6 k
11:59:29 #10 9.009  info                          aarch64  6.7-15.el9             baseos     221 k
11:59:29 #10 9.009  json-glib                     aarch64  1.6.6-1.el9            baseos     160 k
11:59:29 #10 9.009  kernel-srpm-macros            noarch   1.0-11.el9             appstream   16 k
11:59:29 #10 9.009  less                          aarch64  590-1.el9              baseos     161 k
11:59:29 #10 9.009  libappstream-glib             aarch64  0.7.18-4.el9           appstream  380 k
11:59:29 #10 9.009  libbrotli                     aarch64  1.0.9-6.el9            baseos     314 k
11:59:29 #10 9.009  libdb                         aarch64  5.3.28-53.el9          baseos     712 k
11:59:29 #10 9.009  libeconf                      aarch64  0.4.1-2.el9            baseos      27 k
11:59:29 #10 9.009  libfdisk                      aarch64  2.37.4-9.el9           baseos     149 k
11:59:29 #10 9.009  libicu                        aarch64  67.1-9.el9             baseos     9.5 M
11:59:29 #10 9.009  libjpeg-turbo                 aarch64  2.0.90-5.el9           appstream  170 k
11:59:29 #10 9.009  libpipeline                   aarch64  1.5.3-4.el9            baseos      48 k
11:59:29 #10 9.009  libpkgconf                    aarch64  1.7.3-10.el9           baseos      36 k
11:59:29 #10 9.009  libpng                        aarch64  2:1.6.37-12.el9        baseos     115 k
11:59:29 #10 9.009  libproxy                      aarch64  0.4.15-35.el9          baseos      71 k
11:59:29 #10 9.009  libpsl                        aarch64  0.21.1-5.el9           baseos      64 k
11:59:29 #10 9.009  libpwquality                  aarch64  1.4.4-8.el9            baseos     119 k
11:59:29 #10 9.009  libselinux-utils              aarch64  3.5-0.rc1.1.el9        baseos     180 k
11:59:29 #10 9.009  libsoup                       aarch64  2.72.0-8.el9           appstream  397 k
11:59:29 #10 9.009  libstemmer                    aarch64  0-18.585svn.el9        appstream   82 k
11:59:29 #10 9.009  libutempter                   aarch64  1.2.1-6.el9            baseos      27 k
11:59:29 #10 9.009  lua-srpm-macros               noarch   1-6.el9                appstream  9.5 k
11:59:29 #10 9.009  man-db                        aarch64  2.9.3-7.el9            baseos     1.2 M
11:59:29 #10 9.009  ncurses                       aarch64  6.2-8.20210508.el9     baseos     406 k
11:59:29 #10 9.009  ocaml-srpm-macros             noarch   6-6.el9                appstream  8.8 k
11:59:29 #10 9.009  openblas-srpm-macros          noarch   2-11.el9               appstream  8.4 k
11:59:29 #10 9.009  openssl                       aarch64  1:3.0.7-2.el9          baseos     1.2 M
11:59:29 #10 9.009  pam                           aarch64  1.5.1-14.el9           baseos     618 k
11:59:29 #10 9.009  patch                         aarch64  2.7.6-16.el9           appstream  124 k
11:59:29 #10 9.009  perl-AutoLoader               noarch   5.74-480.el9           appstream   22 k
11:59:29 #10 9.009  perl-B                        aarch64  1.80-480.el9           appstream  182 k
11:59:29 #10 9.009  perl-Carp                     noarch   1.50-460.el9           appstream   30 k
11:59:29 #10 9.009  perl-Class-Struct             noarch   0.66-480.el9           appstream   23 k
11:59:29 #10 9.009  perl-Data-Dumper              aarch64  2.174-462.el9          appstream   55 k
11:59:29 #10 9.009  perl-Digest                   noarch   1.19-4.el9             appstream   26 k
11:59:29 #10 9.009  perl-Digest-MD5               aarch64  2.58-4.el9             appstream   37 k
11:59:29 #10 9.009  perl-Encode                   aarch64  4:3.08-462.el9         appstream  1.7 M
11:59:29 #10 9.009  perl-Errno                    aarch64  1.30-480.el9           appstream   16 k
11:59:29 #10 9.009  perl-Exporter                 noarch   5.74-461.el9           appstream   32 k
11:59:29 #10 9.009  perl-Fcntl                    aarch64  1.13-480.el9           appstream   21 k
11:59:29 #10 9.009  perl-File-Basename            noarch   2.85-480.el9           appstream   18 k
11:59:29 #10 9.009  perl-File-Path                noarch   2.18-4.el9             appstream   36 k
11:59:29 #10 9.009  perl-File-Temp                noarch   1:0.231.100-4.el9      appstream   60 k
11:59:29 #10 9.009  perl-File-stat                noarch   1.09-480.el9           appstream   18 k
11:59:29 #10 9.009  perl-FileHandle               noarch   2.03-480.el9           appstream   17 k
11:59:29 #10 9.009  perl-Getopt-Long              noarch   1:2.52-4.el9           appstream   61 k
11:59:29 #10 9.009  perl-Getopt-Std               noarch   1.12-480.el9           appstream   17 k
11:59:29 #10 9.009  perl-HTTP-Tiny                noarch   0.076-460.el9          appstream   55 k
11:59:29 #10 9.009  perl-IO                       aarch64  1.43-480.el9           appstream   89 k
11:59:29 #10 9.009  perl-IO-Socket-IP             noarch   0.41-5.el9             appstream   43 k
11:59:29 #10 9.009  perl-IPC-Open3                noarch   1.21-480.el9           appstream   24 k
11:59:29 #10 9.009  perl-MIME-Base64              aarch64  3.16-4.el9             appstream   31 k
11:59:29 #10 9.009  perl-Net-SSLeay               aarch64  1.92-2.el9             appstream  389 k
11:59:29 #10 9.009  perl-POSIX                    aarch64  1.94-480.el9           appstream   98 k
11:59:29 #10 9.009  perl-PathTools                aarch64  3.78-461.el9           appstream   88 k
11:59:29 #10 9.009  perl-Pod-Escapes              noarch   1:1.07-460.el9         appstream   21 k
11:59:29 #10 9.009  perl-Pod-Perldoc              noarch   3.28.01-461.el9        appstream   87 k
11:59:29 #10 9.009  perl-Pod-Simple               noarch   1:3.42-4.el9           appstream  225 k
11:59:29 #10 9.009  perl-Pod-Usage                noarch   4:2.01-4.el9           appstream   41 k
11:59:29 #10 9.009  perl-Scalar-List-Utils        aarch64  4:1.56-461.el9         appstream   72 k
11:59:29 #10 9.009  perl-SelectSaver              noarch   1.02-480.el9           appstream   13 k
11:59:29 #10 9.009  perl-Socket                   aarch64  4:2.031-4.el9          appstream   55 k
11:59:29 #10 9.009  perl-Storable                 aarch64  1:3.21-460.el9         appstream   94 k
11:59:29 #10 9.009  perl-Symbol                   noarch   1.08-480.el9           appstream   15 k
11:59:29 #10 9.009  perl-Term-ANSIColor           noarch   5.01-461.el9           appstream   49 k
11:59:29 #10 9.009  perl-Term-Cap                 noarch   1.17-460.el9           appstream   23 k
11:59:29 #10 9.009  perl-Text-ParseWords          noarch   3.30-460.el9           appstream   17 k
11:59:29 #10 9.009  perl-Text-Tabs+Wrap           noarch   2013.0523-460.el9      appstream   24 k
11:59:29 #10 9.009  perl-Time-Local               noarch   2:1.300-7.el9          appstream   34 k
11:59:29 #10 9.009  perl-URI                      noarch   5.09-3.el9             appstream  121 k
11:59:29 #10 9.009  perl-base                     noarch   2.27-480.el9           appstream   17 k
11:59:29 #10 9.009  perl-constant                 noarch   1.33-461.el9           appstream   24 k
11:59:29 #10 9.009  perl-if                       noarch   0.60.800-480.el9       appstream   15 k
11:59:29 #10 9.009  perl-interpreter              aarch64  4:5.32.1-480.el9       appstream   72 k
11:59:29 #10 9.009  perl-libnet                   noarch   3.13-4.el9             appstream  130 k
11:59:29 #10 9.009  perl-libs                     aarch64  4:5.32.1-480.el9       appstream  2.1 M
11:59:29 #10 9.009  perl-mro                      aarch64  1.23-480.el9           appstream   29 k
11:59:29 #10 9.009  perl-overload                 noarch   1.31-480.el9           appstream   47 k
11:59:29 #10 9.009  perl-overloading              noarch   0.02-480.el9           appstream   14 k
11:59:29 #10 9.009  perl-parent                   noarch   1:0.238-460.el9        appstream   15 k
11:59:29 #10 9.009  perl-podlators                noarch   1:4.14-460.el9         appstream  114 k
11:59:29 #10 9.009  perl-srpm-macros              noarch   1-41.el9               appstream  9.1 k
11:59:29 #10 9.009  perl-subs                     noarch   1.03-480.el9           appstream   13 k
11:59:29 #10 9.009  perl-vars                     noarch   1.05-480.el9           appstream   14 k
11:59:29 #10 9.009  pkgconf                       aarch64  1.7.3-10.el9           baseos      40 k
11:59:29 #10 9.009  pkgconf-m4                    noarch   1.7.3-10.el9           baseos      15 k
11:59:29 #10 9.009  pkgconf-pkg-config            aarch64  1.7.3-10.el9           baseos      11 k
11:59:29 #10 9.009  policycoreutils               aarch64  3.5-0.rc1.2.el9        baseos     236 k
11:59:29 #10 9.009  policycoreutils-python-utils  noarch   3.5-0.rc1.2.el9        appstream   75 k
11:59:29 #10 9.009  procps-ng                     aarch64  3.3.17-9.el9           baseos     348 k
11:59:29 #10 9.009  publicsuffix-list-dafsa       noarch   20210518-3.el9         baseos      58 k
11:59:29 #10 9.009  python-srpm-macros            noarch   3.9-52.el9             appstream   24 k
11:59:29 #10 9.009  python3-audit                 aarch64  3.0.7-103.el9          appstream   84 k
11:59:29 #10 9.009  python3-dateutil              noarch   1:2.8.1-6.el9          baseos     302 k
11:59:29 #10 9.009  python3-dbus                  aarch64  1.2.18-2.el9           baseos     144 k
11:59:29 #10 9.009  python3-distro                noarch   1.5.0-7.el9            baseos      37 k
11:59:29 #10 9.009  python3-dnf-plugins-core      noarch   4.3.0-4.el9            baseos     260 k
11:59:29 #10 9.009  python3-enchant               noarch   3.2.0-5.el9            appstream   86 k
11:59:29 #10 9.009  python3-file-magic            noarch   5.39-10.el9            appstream   17 k
11:59:29 #10 9.009  python3-libselinux            aarch64  3.5-0.rc1.1.el9        appstream  183 k
11:59:29 #10 9.009  python3-libsemanage           aarch64  3.5-0.rc1.1.el9        appstream   79 k
11:59:29 #10 9.009  python3-policycoreutils       noarch   3.5-0.rc1.2.el9        appstream  2.1 M
11:59:29 #10 9.009  python3-setools               aarch64  4.4.0-5.el9            baseos     590 k
11:59:29 #10 9.009  python3-setuptools            noarch   53.0.0-12.el9          baseos     944 k
11:59:29 #10 9.009  python3-six                   noarch   1.15.0-9.el9           baseos      37 k
11:59:29 #10 9.009  python3-systemd               aarch64  234-18.el9             baseos      89 k
11:59:29 #10 9.009  qt5-srpm-macros               noarch   5.15.3-1.el9           appstream  9.7 k
11:59:29 #10 9.009  redhat-rpm-config             noarch   197-1.el9              appstream   73 k
11:59:29 #10 9.009  rust-srpm-macros              noarch   17-4.el9               appstream   10 k
11:59:29 #10 9.009  scl-utils                     aarch64  1:2.0.3-4.el9          appstream   37 k
11:59:29 #10 9.009  shared-mime-info              aarch64  2.1-5.el9              baseos     558 k
11:59:29 #10 9.009  systemd-libs                  aarch64  252-3.el9              baseos     614 k
11:59:29 #10 9.009  tcl                           aarch64  1:8.6.10-7.el9         baseos     1.1 M
11:59:29 #10 9.009  unzip                         aarch64  6.0-56.el9             baseos     179 k
11:59:29 #10 9.009  util-linux                    aarch64  2.37.4-9.el9           baseos     2.3 M
11:59:29 #10 9.009  util-linux-core               aarch64  2.37.4-9.el9           baseos     457 k
11:59:29 #10 9.009  vim-filesystem                noarch   2:8.2.2637-16.el9      baseos      25 k
11:59:29 #10 9.009  webkit2gtk3-jsc               aarch64  2.38.3-1.el9           appstream  2.9 M
11:59:29 #10 9.009  xz                            aarch64  5.2.5-8.el9            baseos     226 k
11:59:29 #10 9.009  zip                           aarch64  3.0-33.el9             baseos     235 k
11:59:29 #10 9.009  zstd                          aarch64  1.5.1-2.el9            baseos     387 k
11:59:29 #10 9.009 Installing weak dependencies:
11:59:29 #10 9.009  abattis-cantarell-fonts       noarch   0.301-4.el9            appstream  365 k
11:59:29 #10 9.009  hunspell-en                   noarch   0.20140811.1-20.el9    appstream  187 k
11:59:29 #10 9.009  libproxy-webkitgtk4           aarch64  0.4.15-35.el9          appstream   21 k
11:59:29 #10 9.009  perl-IO-Socket-SSL            noarch   2.073-1.el9            appstream  219 k
11:59:29 #10 9.009  perl-Mozilla-CA               noarch   20200520-6.el9         appstream   13 k
11:59:29 #10 9.009  perl-NDBM_File                aarch64  1.15-480.el9           appstream   23 k
11:59:29 #10 9.009 
11:59:29 #10 9.009 Transaction Summary
11:59:29 #10 9.009 ================================================================================
11:59:29 #10 9.009 Install  165 Packages
11:59:29 #10 9.009 
11:59:29 #10 9.017 Total download size: 66 M
11:59:29 #10 9.017 Installed size: 261 M
11:59:29 #10 9.018 Downloading Packages:
11:59:29 #11 3.884 Fetched 23.7 MB in 3s (7422 kB/s)
11:59:29 #11 9.643 Get:92 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libx11-data all 2:1.8.1-2 [118 kB]
11:59:29 #11 9.649 Get:93 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libx11-6 arm64 2:1.8.1-2 [646 kB]
11:59:29 #11 9.675 Get:94 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxext6 arm64 2:1.3.4-1build1 [31.1 kB]
11:59:29 #11 9.676 Get:95 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxmuu1 arm64 2:1.1.3-3 [10.4 kB]
11:59:29 #11 9.677 Get:96 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 man-db arm64 2.10.2-2 [1175 kB]
11:59:29 #11 9.723 Get:97 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 manpages all 5.13-1 [1391 kB]
11:59:29 #11 9.779 Get:98 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 openssh-client arm64 1:9.0p1-1ubuntu7.1 [831 kB]
11:59:29 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.2s
11:59:29 #12 ...
11:59:29 
11:59:29 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:29 #8 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 4.4s done
11:59:29 #8 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
11:59:29 #8 DONE 15.6s
11:59:29 
11:59:29 #12 [stage-1 5/9] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:29 #10 13.52 Preparing to unpack .../01-libncursesw6_6.4-2_arm64.deb ...
11:59:29 #10 13.52 Unpacking libncursesw6:arm64 (6.4-2) ...
11:59:29 #10 13.60 Selecting previously unselected package libkrb5support0:arm64.
11:59:29 #10 13.60 Preparing to unpack .../02-libkrb5support0_1.20.1-1_arm64.deb ...
11:59:29 #10 13.61 Unpacking libkrb5support0:arm64 (1.20.1-1) ...
11:59:29 #10 13.67 Selecting previously unselected package libk5crypto3:arm64.
11:59:29 #10 13.67 Preparing to unpack .../03-libk5crypto3_1.20.1-1_arm64.deb ...
11:59:29 #10 13.68 Unpacking libk5crypto3:arm64 (1.20.1-1) ...
11:59:29 #10 13.74 Selecting previously unselected package libkeyutils1:arm64.
11:59:29 #10 13.74 Preparing to unpack .../04-libkeyutils1_1.6.3-2_arm64.deb ...
11:59:29 #10 13.75 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
11:59:29 #10 13.12 Selecting previously unselected package python3-minimal.
11:59:29 #10 13.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 ... 9600 files and directories currently installed.)
11:59:29 #10 13.12 Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ...
11:59:29 #10 13.13 Unpacking python3-minimal (3.7.3-1) ...
11:59:29 #10 13.25 Selecting previously unselected package mime-support.
11:59:29 #10 13.25 Preparing to unpack .../1-mime-support_3.62_all.deb ...
11:59:29 #10 13.26 Unpacking mime-support (3.62) ...
11:59:29 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 5.0s
11:59:29 #11 13.32 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.15 [161 kB]
11:59:29 #11 13.32 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
11:59:29 #11 13.32 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
11:59:29 #11 13.33 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
11:59:29 #11 13.33 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
11:59:29 #11 13.37 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
11:59:29 #11 13.38 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B]
11:59:29 #11 13.45 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
11:59:29 #11 13.45 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
11:59:29 #11 13.45 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
11:59:29 #11 13.46 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
11:59:29 #11 13.46 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
11:59:29 #11 13.49 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:59:29 #11 13.50 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
11:59:29 #11 13.50 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
11:59:29 #11 13.54 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
11:59:29 #11 13.55 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
11:59:29 #11 13.59 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
11:59:29 #11 13.59 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB]
11:59:29 #11 13.60 Get:157 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB]
11:59:29 #11 13.60 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
11:59:29 #11 13.60 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB]
11:59:29 #11 13.61 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
11:59:29 #11 13.61 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB]
11:59:29 #11 13.66 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB]
11:59:29 #13 65.87   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   19/65 
11:59:29 #13 66.44   Installing : libtool-ltdl-2.4.2-22.el7_3.aarch64                        20/65 
11:59:29 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 10.6s done
11:59:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 59.77MB / 116.78MB 10.8s
11:59:29 #10 11.89 Selecting previously unselected package perl-modules-5.36.
11:59:29 #10 11.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 ... 6002 files and directories currently installed.)
11:59:29 #10 11.89 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7_all.deb ...
11:59:29 #10 11.89 Unpacking perl-modules-5.36 (5.36.0-7) ...
11:59:29 #20 0.664 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:59:29 #11 11.00 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 g++ arm64 4:9.3.0-1ubuntu2 [1592 B]
11:59:29 #11 11.00 Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 make arm64 4.2.1-1.2 [154 kB]
11:59:29 #11 11.00 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
11:59:29 #11 11.01 Get:115 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 patch arm64 2.7.6-6 [98.1 kB]
11:59:29 #11 11.01 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
11:59:29 #11 11.04 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 build-essential arm64 12.8ubuntu1.1 [4664 B]
11:59:29 #11 11.04 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbrotli1 arm64 1.0.7-6ubuntu0.1 [257 kB]
11:59:29 #11 11.05 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libroken18-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [40.1 kB]
11:59:29 #11 11.06 Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasn1-8-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [150 kB]
11:59:29 #11 11.07 Get:121 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimbase1-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [28.6 kB]
11:59:29 #11 11.07 Get:122 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhcrypto4-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [85.8 kB]
11:59:29 #11 11.14 Get:123 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwind0-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [47.4 kB]
11:59:29 #11 11.14 Get:124 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhx509-5-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [99.0 kB]
11:59:29 #11 11.15 Get:125 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-26-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [192 kB]
11:59:29 #11 11.15 Get:126 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimntlm0-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [14.7 kB]
11:59:29 #11 11.15 Get:127 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi3-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [88.3 kB]
11:59:29 #11 11.16 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:59:29 #11 11.16 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:59:29 #11 11.16 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:59:29 #11 11.21 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:59:29 #11 11.22 Get:132 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnghttp2-14 arm64 1.40.0-1build1 [74.7 kB]
11:59:29 #11 11.29 Get:133 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build1 [53.3 kB]
11:59:29 #11 11.29 Get:134 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssh-4 arm64 0.9.3-2ubuntu2.2 [159 kB]
11:59:29 #11 11.29 Get:135 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.15 [215 kB]
11:59:29 #11 11.30 Get:136 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.15 [157 kB]
11:59:29 #11 11.31 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dctrl-tools arm64 2.24-3 [59.1 kB]
11:59:29 #11 11.31 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtool all 2.4.6-14 [161 kB]
11:59:29 #11 11.31 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dh-autoreconf all 19 [16.1 kB]
11:59:29 #11 11.31 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
11:59:29 #11 11.36 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarchive-zip-perl all 1.67-2 [90.5 kB]
11:59:29 #11 11.36 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-override-perl all 0.09-2 [9532 B]
11:59:29 #11 11.43 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
11:59:29 #11 12.43 Get:278 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-identify-perl amd64 0.14-1build5 [10.4 kB]
11:59:29 #11 12.43 Get:279 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-name-perl amd64 0.26-1build3 [11.4 kB]
11:59:29 #11 12.43 Get:280 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:59:29 #11 12.43 Get:281 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-tiny-perl all 0.122-1 [45.9 kB]
11:59:29 #11 12.43 Get:282 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:59:29 #11 12.43 Get:283 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtype-tiny-perl all 1.012004-1 [321 kB]
11:59:29 #11 12.44 Get:284 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:59:29 #11 12.44 Get:285 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhash-fieldhash-perl amd64 0.15-1build5 [17.3 kB]
11:59:29 #11 12.44 Get:286 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
11:59:29 #11 12.44 Get:287 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
11:59:29 #11 12.45 Get:288 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
11:59:29 #11 12.45 Get:289 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
11:59:29 #11 12.45 Get:290 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-interactive-perl all 1.023-1 [10.4 kB]
11:59:29 #11 12.45 Get:291 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompt-tiny-perl all 0.003-1 [8924 B]
11:59:29 #11 12.45 Get:292 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:59:29 #11 12.45 Get:293 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-xs-perl amd64 4.030-1build3 [87.2 kB]
11:59:29 #11 12.47 Get:294 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:59:29 #11 12.47 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:59:29 #11 12.47 Get:296 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB]
11:59:29 #11 12.47 Get:297 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:59:29 #11 12.48 Get:298 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-xs-perl amd64 0.58-2build3 [34.8 kB]
11:59:29 #11 12.48 Get:299 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
11:59:29 #11 12.48 Get:300 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB]
11:59:29 #11 12.48 Get:301 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl-dev amd64 2.4.6-15build2 [169 kB]
11:59:29 #11 12.48 Get:302 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB]
11:59:29 #11 12.48 Get:303 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:59:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 53.48MB / 116.78MB 11.1s
11:59:29 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 50.33MB / 53.32MB 11.1s
11:59:29 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 44.04MB / 53.32MB 10.8s
11:59:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 87.03MB / 116.78MB 11.3s
11:59:29 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.19MB / 47.40MB 10.3s
11:59:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 25.17MB / 116.78MB 10.3s
11:59:29 #10 11.69 Selecting previously unselected package libpython3-stdlib:arm64.
11:59:29 #10 11.69 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_arm64.deb ...
11:59:29 #10 11.69 Unpacking libpython3-stdlib:arm64 (3.9.2-3) ...
11:59:29 #10 11.74 Setting up python3-minimal (3.9.2-3) ...
11:59:29 #10 16.34 Selecting previously unselected package python3-minimal.
11:59:29 #10 16.34 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9605 files and directories currently installed.)
11:59:29 #10 16.34 Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
11:59:29 #10 16.34 Unpacking python3-minimal (3.7.3-1) ...
11:59:29 #10 16.39 Selecting previously unselected package mime-support.
11:59:29 #10 16.39 Preparing to unpack .../1-mime-support_3.62_all.deb ...
11:59:29 #10 16.41 Unpacking mime-support (3.62) ...
11:59:29 #10 16.45 Selecting previously unselected package libmpdec2:amd64.
11:59:29 #10 16.45 Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
11:59:29 #10 16.45 Unpacking libmpdec2:amd64 (2.4.2-2) ...
11:59:29 #10 16.51 Selecting previously unselected package readline-common.
11:59:29 #10 16.51 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
11:59:29 #10 16.51 Unpacking readline-common (7.0-5) ...
11:59:29 #10 13.19 Get:189 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfcgi-perl arm64 0.78-2build1 [30.2 kB]
11:59:29 #10 13.21 Get:190 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcgi-fast-perl all 1:2.13-1 [9940 B]
11:59:29 #10 13.21 Get:191 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-name-perl arm64 0.21-1build1 [11.2 kB]
11:59:29 #10 13.21 Get:192 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-accessor-perl all 0.51-1 [21.2 kB]
11:59:29 #10 13.22 Get:193 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
11:59:29 #10 13.23 Get:194 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-xsaccessor-perl arm64 1.19-2build8 [30.7 kB]
11:59:29 #10 13.23 Get:195 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclone-perl arm64 0.39-1 [10.1 kB]
11:59:29 #10 13.24 Get:196 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdata-dump-perl all 1.23-1 [27.0 kB]
11:59:29 #10 13.24 Get:197 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-util-perl arm64 1.07-3build3 [18.9 kB]
11:59:29 #10 13.31 Get:198 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-install-perl all 0.928-1 [10.5 kB]
11:59:29 #10 13.33 Get:199 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdata-optlist-perl all 0.110-1 [9956 B]
11:59:29 #11 9.811 Get:99 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 publicsuffix all 20220811.1734-1 [130 kB]
11:59:29 #11 9.815 Get:100 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libunwind8 arm64 1.6.2-0ubuntu1 [55.6 kB]
11:59:29 #11 9.818 Get:101 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 strace arm64 5.16-0ubuntu4 [486 kB]
11:59:29 #10 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 6.2s done
11:59:29 #10 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
11:59:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 51.38MB / 116.78MB 11.0s
11:59:29 #10 13.88 Selecting previously unselected package libkrb5-3:arm64.
11:59:29 #10 13.88 Preparing to unpack .../05-libkrb5-3_1.20.1-1_arm64.deb ...
11:59:29 #10 13.88 Unpacking libkrb5-3:arm64 (1.20.1-1) ...
11:59:29 #10 13.94 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:59:29 #10 13.94 Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-1_arm64.deb ...
11:59:29 #10 13.95 Unpacking libgssapi-krb5-2:arm64 (1.20.1-1) ...
11:59:29 #10 13.99 Selecting previously unselected package libtirpc-common.
11:59:29 #10 13.99 Preparing to unpack .../07-libtirpc-common_1.3.3+ds-1_all.deb ...
11:59:29 #10 13.99 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:59:29 #10 14.02 Selecting previously unselected package libtirpc3:arm64.
11:59:29 #10 14.02 Preparing to unpack .../08-libtirpc3_1.3.3+ds-1_arm64.deb ...
11:59:29 #10 14.03 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
11:59:29 #10 14.07 Selecting previously unselected package libnsl2:arm64.
11:59:29 #10 13.42 Selecting previously unselected package libmpdec2:arm64.
11:59:29 #10 13.43 Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ...
11:59:29 #10 13.44 Unpacking libmpdec2:arm64 (2.4.2-2) ...
11:59:29 #10 13.66 Selecting previously unselected package readline-common.
11:59:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 84.93MB / 116.78MB 11.3s
11:59:29 #13 66.74   Installing : libedit-3.0-12.20121213cvs.el7.aarch64                     21/65 
11:59:29 #13 67.05   Installing : libsemanage-python-2.5-14.el7.aarch64                      22/65 
11:59:29 #11 13.68 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
11:59:29 #11 13.68 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB]
11:59:29 #11 13.74 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB]
11:59:29 #11 13.74 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB]
11:59:29 #11 13.75 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB]
11:59:29 #11 13.75 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
11:59:29 #11 13.76 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
11:59:29 #11 13.76 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB]
11:59:29 #11 13.76 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB]
11:59:29 #11 13.81 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB]
11:59:29 #11 13.81 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:59:29 #11 13.81 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB]
11:59:29 #11 13.88 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:59:29 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 66.06MB / 116.78MB 11.1s
11:59:29 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 5.0s
11:59:29 #10 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 6.6s done
11:59:29 #10 12.48 Selecting previously unselected package libgdbm6:amd64.
11:59:29 #10 12.48 Preparing to unpack .../1-libgdbm6_1.23-3_amd64.deb ...
11:59:29 #10 12.50 Unpacking libgdbm6:amd64 (1.23-3) ...
11:59:29 #20 0.673 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:59:29 #20 0.673 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:59:29 #20 0.764 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:59:29 #20 0.887 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
11:59:29 #11 11.43 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
11:59:29 #11 11.43 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dwz arm64 0.13-5 [134 kB]
11:59:29 #11 11.44 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcroco3 arm64 0.6.13-1 [77.1 kB]
11:59:29 #11 11.44 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext arm64 0.19.8.1-10build1 [850 kB]
11:59:29 #11 11.47 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:59:29 #11 11.47 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 po-debconf all 1.0.21 [233 kB]
11:59:29 #11 11.48 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 debhelper all 12.10ubuntu1 [877 kB]
11:59:29 #11 11.52 Get:151 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfakeroot arm64 1.24-1 [26.0 kB]
11:59:29 #11 11.52 Get:152 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 fakeroot arm64 1.24-1 [61.9 kB]
11:59:29 #11 11.58 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libassuan0 arm64 2.5.3-7ubuntu2 [33.1 kB]
11:59:29 #11 12.88 Get:304 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
11:59:29 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.1s
11:59:29 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 38.80MB / 116.78MB 11.0s
11:59:29 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 48.23MB / 53.32MB 11.2s
11:59:30 #9 sha256:7a21a86b3957d8c99250334cfb78c55af4f8c9277f2f1d4abd53d0362f96323d 50.19MB / 50.19MB 7.1s done
11:59:30 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 35.65MB / 53.32MB 10.6s
11:59:30 #10 11.98 Selecting previously unselected package python3.
11:59:30 #10 11.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 ... 9953 files and directories currently installed.)
11:59:30 #10 11.98 Preparing to unpack .../000-python3_3.9.2-3_arm64.deb ...
11:59:30 #10 11.99 Unpacking python3 (3.9.2-3) ...
11:59:30 #10 12.04 Selecting previously unselected package less.
11:59:30 #10 12.04 Preparing to unpack .../001-less_551-2_arm64.deb ...
11:59:30 #10 12.05 Unpacking less (551-2) ...
11:59:30 #10 12.11 Selecting previously unselected package netbase.
11:59:30 #10 12.11 Preparing to unpack .../002-netbase_6.3_all.deb ...
11:59:30 #10 12.12 Unpacking netbase (6.3) ...
11:59:30 #10 12.15 Selecting previously unselected package sensible-utils.
11:59:30 #10 16.58 Selecting previously unselected package libreadline7:amd64.
11:59:30 #10 16.58 Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ...
11:59:30 #10 16.59 Unpacking libreadline7:amd64 (7.0-5) ...
11:59:30 #10 16.66 Selecting previously unselected package libsqlite3-0:amd64.
11:59:30 #10 16.66 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_amd64.deb ...
11:59:30 #10 16.67 Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
11:59:30 #10 16.79 Selecting previously unselected package libpython3.7-stdlib:amd64.
11:59:30 #10 13.48 Get:200 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdevel-globaldestruction-perl all 0.14-1 [6752 B]
11:59:30 #10 13.48 Get:201 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
11:59:30 #10 13.56 Get:202 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
11:59:30 #10 13.57 Get:203 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 perl-openssl-defaults arm64 3build1 [7012 B]
11:59:30 #10 13.58 Get:204 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libnet-ssleay-perl arm64 1.84-1ubuntu0.2 [270 kB]
11:59:30 #11 10.23 Get:102 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 xauth arm64 1:1.1.1-1 [27.1 kB]
11:59:30 #10 DONE 16.6s
11:59:30 
11:59:30 #9 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:30 #11 3.884 Reading package lists...
11:59:30 #7 ...
11:59:30 
11:59:30 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
11:59:30 #9 extracting sha256:363362dbf1847a398cc45b6a5f85ddbc7c633b43b9120f06e1e8cdd10237325a 7.2s done
11:59:30 #9 DONE 11.4s
11:59:30 
11:59:30 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:30 #10 14.07 Preparing to unpack .../09-libnsl2_1.3.0-2_arm64.deb ...
11:59:30 #10 14.07 Unpacking libnsl2:arm64 (1.3.0-2) ...
11:59:30 #10 14.11 Selecting previously unselected package readline-common.
11:59:30 #10 14.11 Preparing to unpack .../10-readline-common_8.2-1.3_all.deb ...
11:59:30 #10 14.11 Unpacking readline-common (8.2-1.3) ...
11:59:30 #10 14.15 Selecting previously unselected package libreadline8:arm64.
11:59:30 #10 14.15 Preparing to unpack .../11-libreadline8_8.2-1.3_arm64.deb ...
11:59:30 #10 14.16 Unpacking libreadline8:arm64 (8.2-1.3) ...
11:59:30 #10 14.20 Selecting previously unselected package libsqlite3-0:arm64.
11:59:30 #10 14.20 Preparing to unpack .../12-libsqlite3-0_3.40.1-1_arm64.deb ...
11:59:30 #10 14.21 Unpacking libsqlite3-0:arm64 (3.40.1-1) ...
11:59:30 #10 14.28 Selecting previously unselected package libpython3.11-stdlib:arm64.
11:59:30 #10 14.28 Preparing to unpack .../13-libpython3.11-stdlib_3.11.1-2_arm64.deb ...
11:59:30 #10 14.28 Unpacking libpython3.11-stdlib:arm64 (3.11.1-2) ...
11:59:30 #10 ...
11:59:30 
11:59:30 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:30 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 6.3s done
11:59:30 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
11:59:30 #7 DONE 16.3s
11:59:30 
11:59:30 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:30 #10 13.66 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
11:59:30 #10 13.69 Unpacking readline-common (7.0-5) ...
11:59:30 #10 13.79 Selecting previously unselected package libreadline7:arm64.
11:59:30 #10 13.79 Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ...
11:59:30 #10 13.81 Unpacking libreadline7:arm64 (7.0-5) ...
11:59:30 #10 13.90 Selecting previously unselected package libsqlite3-0:arm64.
11:59:30 #10 13.90 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_arm64.deb ...
11:59:30 #13 67.09   Installing : libselinux-python-2.5-15.el7.aarch64                       23/65 
11:59:30 #13 67.13   Installing : less-458-9.el7.aarch64                                     24/65 
11:59:30 #13 67.15   Installing : fipscheck-1.4.1-6.el7.aarch64                              25/65 
11:59:30 #11 13.88 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB]
11:59:30 #11 13.88 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB]
11:59:30 #11 13.88 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:59:30 #11 13.89 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:59:30 #11 13.89 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB]
11:59:30 #11 13.89 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:59:30 #11 13.96 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:59:30 #11 13.96 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB]
11:59:30 #11 13.96 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
11:59:30 #11 14.03 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
11:59:30 #11 14.03 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
11:59:30 #11 14.03 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
11:59:30 #11 14.03 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:59:30 #11 14.03 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
11:59:30 #11 14.03 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
11:59:30 #11 14.04 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
11:59:30 #11 14.10 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
11:59:30 #11 14.10 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:59:30 #11 14.10 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
11:59:30 #11 14.17 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
11:59:30 #19 DONE 5.5s
11:59:30 
11:59:30 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:59:30 #15 ...
11:59:30 
11:59:30 #20 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
11:59:30 #0 0.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
11:59:30 #10 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab
11:59:30 #10 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
11:59:30 #10 12.54 Selecting previously unselected package libgdbm-compat4:amd64.
11:59:30 #10 12.54 Preparing to unpack .../2-libgdbm-compat4_1.23-3_amd64.deb ...
11:59:30 #10 12.54 Unpacking libgdbm-compat4:amd64 (1.23-3) ...
11:59:30 #10 12.59 Selecting previously unselected package libperl5.36:amd64.
11:59:30 #10 12.59 Preparing to unpack .../3-libperl5.36_5.36.0-7_amd64.deb ...
11:59:30 #10 12.60 Unpacking libperl5.36:amd64 (5.36.0-7) ...
11:59:30 #20 0.994 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:59:30 #11 11.58 Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgconf arm64 2.2.19-3ubuntu2.2 [117 kB]
11:59:30 #11 11.58 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:59:30 #11 11.58 Get:156 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnpth0 arm64 1.6-1 [7440 B]
11:59:30 #11 11.58 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dirmngr arm64 2.2.19-3ubuntu2.2 [311 kB]
11:59:30 #11 11.59 Get:158 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
11:59:30 #11 11.60 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-utils arm64 2.2.19-3ubuntu2.2 [441 kB]
11:59:30 #11 11.65 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg arm64 2.2.19-3ubuntu2.2 [442 kB]
11:59:30 #11 11.66 Get:161 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pinentry-curses arm64 1.1.0-3build1 [34.3 kB]
11:59:30 #11 11.66 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-agent arm64 2.2.19-3ubuntu2.2 [216 kB]
11:59:30 #11 11.72 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:59:30 #11 11.72 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:59:30 #11 11.72 Get:165 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgsm arm64 2.2.19-3ubuntu2.2 [198 kB]
11:59:30 #11 11.73 Get:166 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
11:59:30 #11 11.74 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
11:59:30 #11 11.74 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-homedir-perl all 1.004-1 [37.3 kB]
11:59:30 #11 11.74 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-pty-perl arm64 1:1.12-1 [31.5 kB]
11:59:30 #11 11.79 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libipc-run-perl all 20180523.0-2 [89.7 kB]
11:59:30 #11 11.79 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:59:30 #11 11.79 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libb-hooks-op-check-perl arm64 0.22-1build2 [10.2 kB]
11:59:30 #11 11.86 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:59:30 #11 13.04 Get:305 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:59:30 #11 13.05 Get:306 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
11:59:30 #11 13.18 Get:307 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmarkdown2 amd64 2.2.7-2 [38.3 kB]
11:59:30 #11 13.21 Get:308 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:59:30 #11 13.21 Get:309 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
11:59:30 #11 13.22 Get:310 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
11:59:30 #11 13.22 Get:311 http://archive.ubuntu.com/ubuntu jammy/main amd64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
11:59:30 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.0s
11:59:30 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 10.8s done
11:59:30 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 38.37MB / 53.32MB 10.9s
11:59:30 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 0B / 126B 10.9s
11:59:30 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 11.4s
11:59:30 #10 12.15 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
11:59:30 #10 12.16 Unpacking sensible-utils (0.0.14) ...
11:59:30 #10 12.19 Selecting previously unselected package bzip2.
11:59:30 #10 12.19 Preparing to unpack .../004-bzip2_1.0.8-4_arm64.deb ...
11:59:30 #10 12.20 Unpacking bzip2 (1.0.8-4) ...
11:59:30 #10 12.26 Selecting previously unselected package openssl.
11:59:30 #10 12.26 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u3_arm64.deb ...
11:59:30 #10 12.26 Unpacking openssl (1.1.1n-0+deb11u3) ...
11:59:30 #10 16.79 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_amd64.deb ...
11:59:30 #10 16.80 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
11:59:30 #10 13.83 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:59:30 #10 13.87 Get:206 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:59:30 #10 13.87 Get:207 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmailtools-perl all 2.18-1 [74.0 kB]
11:59:30 #10 13.89 Get:208 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsocket6-perl arm64 0.27-1build2 [22.0 kB]
11:59:30 #10 13.89 Get:209 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-socket-inet6-perl all 2.72-2 [13.8 kB]
11:59:30 #10 13.89 Get:210 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-ip-perl all 1.26-1 [31.5 kB]
11:59:30 #10 13.90 Get:211 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-dns-perl all 1.10-2 [335 kB]
11:59:30 #10 13.95 Get:212 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:59:30 #9 extracting sha256:7a21a86b3957d8c99250334cfb78c55af4f8c9277f2f1d4abd53d0362f96323d
11:59:30 #9 ...
11:59:30 
11:59:30 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:30 #7 sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 45.92MB / 45.92MB 6.1s done
11:59:30 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 7.5s
11:59:30 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 1.0s
11:59:30 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 2.10MB / 116.78MB 7.5s
11:59:30 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 2.10MB / 53.32MB 7.5s
11:59:30 #11 10.42 Get:103 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 xz-utils arm64 5.2.5-2.1 [83.5 kB]
11:59:30 #11 10.55 Get:104 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 m4 arm64 1.4.19-1 [240 kB]
11:59:30 #11 10.68 Get:105 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 autoconf all 2.71-2 [338 kB]
11:59:30 #8 ...
11:59:30 
11:59:30 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:30 #0 5.880 Fedora 37 - x86_64                               13 MB/s |  64 MB     00:05    
11:59:30 #10 ...
11:59:30 
11:59:30 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:30 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 58.72MB / 116.78MB 11.5s
11:59:30 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 5.1s
11:59:30 #10 14.44 Selecting previously unselected package python3.11.
11:59:30 #10 14.44 Preparing to unpack .../14-python3.11_3.11.1-2_arm64.deb ...
11:59:30 #10 14.44 Unpacking python3.11 (3.11.1-2) ...
11:59:30 #10 14.48 Selecting previously unselected package libpython3-stdlib:arm64.
11:59:30 #10 13.90 Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
11:59:30 #10 14.00 Selecting previously unselected package libpython3.7-stdlib:arm64.
11:59:30 #10 14.00 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_arm64.deb ...
11:59:30 #10 14.00 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
11:59:30 #11 14.18 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:59:30 #11 14.18 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B]
11:59:30 #11 14.18 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB]
11:59:30 #11 14.19 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB]
11:59:30 #11 14.19 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB]
11:59:30 #11 14.19 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
11:59:30 #11 14.25 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
11:59:30 #10 DONE 16.7s
11:59:30 
11:59:30 #9 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:30 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 91.23MB / 116.78MB 11.9s
11:59:30 #11 11.86 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu1 [14.4 kB]
11:59:30 #11 11.86 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-classify-perl arm64 0.015-1build2 [20.8 kB]
11:59:30 #11 11.86 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:59:30 #11 11.87 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:59:30 #11 11.87 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librole-tiny-perl all 2.001004-1 [16.5 kB]
11:59:30 #11 11.87 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:59:30 #11 11.94 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:59:30 #11 11.94 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoo-perl all 2.003006-1 [46.3 kB]
11:59:30 #11 11.94 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libencode-locale-perl all 1.05-1 [12.3 kB]
11:59:30 #11 12.01 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtimedate-perl all 2.3200-1 [34.0 kB]
11:59:30 #11 12.01 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
11:59:30 #11 12.01 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-listing-perl all 6.04-1 [9774 B]
11:59:30 #11 12.01 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:59:30 #11 12.01 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liburi-perl all 1.76-2 [77.5 kB]
11:59:30 #11 12.01 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-parser-perl arm64 3.72-5 [84.1 kB]
11:59:30 #11 12.01 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
11:59:30 #11 12.08 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-html-perl all 1.001-1 [14.9 kB]
11:59:30 #11 12.08 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:59:30 #11 12.08 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-message-perl all 6.22-1 [76.1 kB]
11:59:30 #11 12.15 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
11:59:30 #10 10.05 (1/165): bzip2-1.0.8-8.el9.aarch64.rpm          178 kB/s |  56 kB     00:00    
11:59:30 #10 10.09 (2/165): cpio-2.13-16.el9.aarch64.rpm           6.0 MB/s | 274 kB     00:00    
11:59:30 #11 13.23 Get:312 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-struct-perl all 0.020-1 [23.7 kB]
11:59:30 #11 13.25 Get:313 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmouse-perl amd64 2.5.10-1build4 [161 kB]
11:59:30 #11 13.31 Get:314 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-xs-perl amd64 0.29-1build5 [19.4 kB]
11:59:30 #11 13.32 Get:315 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:59:30 #11 13.33 Get:316 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-gzip-perl amd64 0.19-1build8 [14.9 kB]
11:59:30 #11 13.34 Get:317 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-utf8-strict-perl amd64 0.009-1build1 [11.9 kB]
11:59:30 #11 13.34 Get:318 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpod-parser-perl all 1.63-2 [82.2 kB]
11:59:30 #11 13.36 Get:319 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB]
11:59:30 #11 13.36 Get:320 http://archive.ubuntu.com/ubuntu jammy/main amd64 libproc-processtable-perl amd64 0.634-1build1 [37.5 kB]
11:59:30 #11 13.37 Get:321 http://archive.ubuntu.com/ubuntu jammy/main amd64 libre2-9 amd64 20220201+dfsg-1 [160 kB]
11:59:30 #11 13.39 Get:322 http://archive.ubuntu.com/ubuntu jammy/main amd64 libre-engine-re2-perl amd64 0.14-1build2 [18.8 kB]
11:59:30 #11 13.41 Get:323 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadonly-perl all 2.050-3 [19.9 kB]
11:59:30 #11 13.41 Get:324 http://archive.ubuntu.com/ubuntu jammy/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
11:59:30 #11 13.42 Get:325 http://archive.ubuntu.com/ubuntu jammy/main amd64 libref-util-xs-perl amd64 0.117-1build5 [12.7 kB]
11:59:30 #11 13.42 Get:326 http://archive.ubuntu.com/ubuntu jammy/main amd64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
11:59:30 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 74.45MB / 116.78MB 11.6s
11:59:30 #10 12.40 Selecting previously unselected package ca-certificates.
11:59:30 #10 12.40 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
11:59:30 #10 12.41 Unpacking ca-certificates (20210119) ...
11:59:30 #10 12.49 Selecting previously unselected package libmagic-mgc.
11:59:30 #10 12.49 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_arm64.deb ...
11:59:30 #10 12.49 Unpacking libmagic-mgc (1:5.39-3) ...
11:59:30 #10 12.60 Selecting previously unselected package libmagic1:arm64.
11:59:30 #10 12.60 Preparing to unpack .../008-libmagic1_1%3a5.39-3_arm64.deb ...
11:59:30 #10 12.60 Unpacking libmagic1:arm64 (1:5.39-3) ...
11:59:30 #10 12.65 Selecting previously unselected package file.
11:59:30 #10 12.65 Preparing to unpack .../009-file_1%3a5.39-3_arm64.deb ...
11:59:30 #10 12.65 Unpacking file (1:5.39-3) ...
11:59:30 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 59.77MB / 116.78MB 12.0s
11:59:30 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 11.9s done
11:59:30 #10 17.13 Selecting previously unselected package python3.7.
11:59:30 #10 17.13 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_amd64.deb ...
11:59:30 #10 17.13 Unpacking python3.7 (3.7.3-2+deb10u4) ...
11:59:30 #10 17.19 Selecting previously unselected package libpython3-stdlib:amd64.
11:59:30 #10 17.19 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_amd64.deb ...
11:59:30 #10 17.19 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
11:59:30 #10 17.23 Setting up python3-minimal (3.7.3-1) ...
11:59:30 #10 13.97 Get:213 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libemail-valid-perl all 1.202-1 [16.3 kB]
11:59:30 #10 13.97 Get:214 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libencode-locale-perl all 1.05-1 [12.3 kB]
11:59:30 #10 13.98 Get:215 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libexporter-tiny-perl all 1.000000-2 [34.6 kB]
11:59:30 #10 13.98 Get:216 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
11:59:30 #10 13.98 Get:217 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-basedir-perl all 0.07-1 [16.9 kB]
11:59:30 #10 14.00 Get:218 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:59:30 #10 14.01 Get:219 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB]
11:59:30 #10 14.03 Get:220 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-date-perl all 6.02-1 [10.4 kB]
11:59:30 #10 14.04 Get:221 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-listing-perl all 6.04-1 [9774 B]
11:59:30 #10 14.07 Get:222 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfont-afm-perl all 1.20-2 [13.2 kB]
11:59:30 #10 14.12 Get:223 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-stringy-perl all 2.111-2 [60.6 kB]
11:59:30 #10 14.16 Get:224 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-validate-perl arm64 1.29-1 [49.4 kB]
11:59:30 #10 14.17 Get:225 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
11:59:30 #10 14.18 Get:226 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
11:59:30 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 51.38MB / 53.32MB 11.6s
11:59:30 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 45.09MB / 116.78MB 11.7s
11:59:30 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 31.46MB / 116.78MB 11.1s
11:59:30 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 10.9s done
11:59:30 #11 10.75 Get:106 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 autotools-dev all 20220109.1 [44.9 kB]
11:59:30 #11 10.76 Get:107 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 automake all 1:1.16.5-1.3 [558 kB]
11:59:30 #11 10.82 Get:108 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 autopoint all 0.21-8 [421 kB]
11:59:30 #11 10.85 Get:109 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 binutils-common arm64 2.39-3ubuntu1.1 [225 kB]
11:59:30 #11 10.86 Get:110 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libbinutils arm64 2.39-3ubuntu1.1 [709 kB]
11:59:30 #11 10.90 Get:111 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libctf-nobfd0 arm64 2.39-3ubuntu1.1 [96.7 kB]
11:59:30 #11 10.90 Get:112 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libctf0 arm64 2.39-3ubuntu1.1 [92.9 kB]
11:59:30 #11 10.92 Get:113 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libgprofng0 arm64 2.39-3ubuntu1.1 [791 kB]
11:59:30 #11 10.95 Get:114 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.39-3ubuntu1.1 [3133 kB]
11:59:30 #10 14.49 Preparing to unpack .../15-libpython3-stdlib_3.11.1-3_arm64.deb ...
11:59:30 #10 14.49 Unpacking libpython3-stdlib:arm64 (3.11.1-3) ...
11:59:30 #10 14.52 Setting up python3-minimal (3.11.1-3) ...
11:59:30 #10 14.68 Selecting previously unselected package python3.
11:59:30 #10 14.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 ... 8860 files and directories currently installed.)
11:59:30 #10 14.69 Preparing to unpack .../python3_3.11.1-3_arm64.deb ...
11:59:30 #10 14.70 Unpacking python3 (3.11.1-3) ...
11:59:30 #10 14.73 Selecting previously unselected package adduser.
11:59:30 #10 14.73 Preparing to unpack .../archives/adduser_3.130_all.deb ...
11:59:30 #10 14.74 Unpacking adduser (3.130) ...
11:59:30 #10 14.78 Setting up adduser (3.130) ...
11:59:30 #10 14.83 Selecting previously unselected package less.
11:59:30 #10 14.26 Selecting previously unselected package python3.7.
11:59:30 #10 14.26 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_arm64.deb ...
11:59:30 #10 14.26 Unpacking python3.7 (3.7.3-2+deb10u4) ...
11:59:30 #10 14.32 Selecting previously unselected package libpython3-stdlib:arm64.
11:59:30 #10 14.32 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ...
11:59:30 #10 14.32 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
11:59:30 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 94.37MB / 116.78MB 11.9s
11:59:30 #7 ...
11:59:30 
11:59:30 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
11:59:30 #9 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 5.8s done
11:59:30 #9 DONE 12.1s
11:59:30 
11:59:30 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:30 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
11:59:30 #7 ...
11:59:30 
11:59:30 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:30 #11 14.40 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:59:30 #11 14.48 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB]
11:59:30 #11 12.15 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:59:30 #11 12.15 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 perl-openssl-defaults arm64 4 [7188 B]
11:59:30 #11 12.15 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-ssleay-perl arm64 1.88-2ubuntu1 [286 kB]
11:59:30 #11 12.16 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-socket-ssl-perl all 2.067-1 [176 kB]
11:59:30 #11 12.17 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-http-perl all 6.19-1 [22.8 kB]
11:59:30 #11 12.17 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
11:59:30 #11 12.22 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
11:59:30 #11 12.22 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:59:30 #11 12.22 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwww-perl all 6.43-1 [140 kB]
11:59:30 #11 12.38 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 patchutils arm64 0.3.4-2 [65.2 kB]
11:59:30 #13 67.17   Installing : fipscheck-lib-1.4.1-6.el7.aarch64                          26/65 
11:59:30 #13 67.81   Installing : openssh-7.4p1-22.el7_9.aarch64                             27/65 
11:59:30 #10 10.14 (3/165): adobe-source-code-pro-fonts-2.030.1.05 2.0 MB/s | 832 kB     00:00    
11:59:30 #10 10.15 (4/165): cracklib-2.9.6-27.el9.aarch64.rpm      1.9 MB/s |  95 kB     00:00    
11:59:30 #10 10.19 (5/165): binutils-2.35.2-35.el9.aarch64.rpm      11 MB/s | 4.8 MB     00:00    
11:59:30 #10 10.20 (6/165): dbus-libs-1.12.20-7.el9.aarch64.rpm    4.5 MB/s | 150 kB     00:00    
11:59:30 #10 10.21 (7/165): cracklib-dicts-2.9.6-27.el9.aarch64.rp  55 MB/s | 3.6 MB     00:00    
11:59:30 #10 10.22 (8/165): diffutils-3.7-12.el9.aarch64.rpm        16 MB/s | 392 kB     00:00    
11:59:30 #10 10.22 (9/165): dnf-plugins-core-4.3.0-4.el9.noarch.rp 1.3 MB/s |  38 kB     00:00    
11:59:30 #10 10.23 (10/165): ed-1.14.2-12.el9.aarch64.rpm          3.1 MB/s |  74 kB     00:00    
11:59:30 #10 10.24 (11/165): elfutils-0.188-3.el9.aarch64.rpm       31 MB/s | 524 kB     00:00    
11:59:30 #10 10.24 (12/165): elfutils-debuginfod-client-0.188-3.el 1.8 MB/s |  37 kB     00:00    
11:59:30 #10 10.25 (13/165): environment-modules-5.0.1-2.el9.aarch  25 MB/s | 492 kB     00:00    
11:59:30 #10 10.26 (14/165): file-5.39-10.el9.aarch64.rpm          3.3 MB/s |  49 kB     00:00    
11:59:30 #10 10.27 (15/165): glib-networking-2.68.3-3.el9.aarch64. 9.2 MB/s | 185 kB     00:00    
11:59:30 #10 10.28 (16/165): glibc-gconv-extra-2.34-54.el9.aarch64  69 MB/s | 1.7 MB     00:00    
11:59:30 #10 10.30 (17/165): groff-base-1.22.4-10.el9.aarch64.rpm   45 MB/s | 1.0 MB     00:00    
11:59:30 #10 10.30 (18/165): gsettings-desktop-schemas-40.0-6.el9.  20 MB/s | 684 kB     00:00    
11:59:30 #10 10.31 (19/165): info-6.7-15.el9.aarch64.rpm           7.5 MB/s | 221 kB     00:00    
11:59:30 #10 10.34 (20/165): less-590-1.el9.aarch64.rpm             22 MB/s | 161 kB     00:00    
11:59:30 #10 10.35 (21/165): libbrotli-1.0.9-6.el9.aarch64.rpm      24 MB/s | 314 kB     00:00    
11:59:30 #10 10.36 (22/165): libdb-5.3.28-53.el9.aarch64.rpm        53 MB/s | 712 kB     00:00    
11:59:30 #10 10.36 (23/165): libeconf-0.4.1-2.el9.aarch64.rpm      2.8 MB/s |  27 kB     00:00    
11:59:30 #10 10.37 (24/165): libfdisk-2.37.4-9.el9.aarch64.rpm      19 MB/s | 149 kB     00:00    
11:59:30 #10 10.38 (25/165): libpipeline-1.5.3-4.el9.aarch64.rpm   6.4 MB/s |  48 kB     00:00    
11:59:30 #10 10.39 (26/165): libpkgconf-1.7.3-10.el9.aarch64.rpm   4.2 MB/s |  36 kB     00:00    
11:59:30 #10 10.43 (27/165): libicu-67.1-9.el9.aarch64.rpm         138 MB/s | 9.5 MB     00:00    
11:59:30 #11 13.48 Get:327 http://archive.ubuntu.com/ubuntu jammy/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:59:30 #11 13.49 Get:328 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1.1 [57.2 kB]
11:59:30 #11 13.49 Get:329 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-decoder-perl amd64 4.023+ds-1 [100 kB]
11:59:30 #11 13.50 Get:330 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-encoder-perl amd64 4.023+ds-1 [104 kB]
11:59:30 #11 13.50 Get:331 http://archive.ubuntu.com/ubuntu jammy/main amd64 libset-intspan-perl all 1.19-2 [26.1 kB]
11:59:30 #11 13.51 Get:332 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsocket6-perl amd64 0.29-1build4 [19.7 kB]
11:59:30 #11 13.56 Get:333 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-copyright-perl all 0.003012-1 [21.3 kB]
11:59:30 #11 13.56 Get:334 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:59:30 #11 13.56 Get:335 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:59:30 #11 13.56 Get:336 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxs-parse-keyword-perl amd64 0.21-1build1 [51.0 kB]
11:59:30 #11 13.63 Get:337 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsyntax-keyword-try-perl amd64 0.26-1build1 [27.1 kB]
11:59:30 #11 13.64 Get:338 http://archive.ubuntu.com/ubuntu jammy/main amd64 libterm-readkey-perl amd64 2.38-1build4 [25.2 kB]
11:59:30 #11 13.64 Get:339 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-levenshteinxs-perl amd64 0.03-4build10 [8254 B]
11:59:30 #11 13.64 Get:340 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-markdown-discount-perl amd64 0.13-1build1 [12.9 kB]
11:59:30 #11 13.64 Get:341 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-xslate-perl amd64 3.5.9-1build1 [186 kB]
11:59:30 #11 13.65 Get:342 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB]
11:59:30 #11 13.70 Get:343 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-moment-perl amd64 0.44-1build6 [74.9 kB]
11:59:30 #11 13.71 Get:344 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtype-tiny-xs-perl amd64 0.022-1build2 [25.5 kB]
11:59:30 #11 13.71 Get:345 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunicode-utf8-perl amd64 0.62-1build4 [18.9 kB]
11:59:30 #11 13.72 Get:346 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
11:59:30 #11 13.78 Get:347 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
11:59:30 #11 13.78 Get:348 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:59:30 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 81.79MB / 116.78MB 12.0s
11:59:30 
11:59:30 #10 ...
11:59:30 
11:59:30 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:30 #7 extracting sha256:7dba9ca01f1ec5b0a7e2b45c49050c6110b91d4610c83b42cfad9d33bae2c61a 6.3s done
11:59:30 #7 extracting sha256:a58751be5d49198e147647ae44d2b36f98b898f74589473d6b5fb52e094734ab done
11:59:30 #7 DONE 16.6s
11:59:30 
11:59:30 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:30 #10 12.69 Selecting previously unselected package gettext-base.
11:59:30 #10 12.69 Preparing to unpack .../010-gettext-base_0.21-4_arm64.deb ...
11:59:30 #10 12.70 Unpacking gettext-base (0.21-4) ...
11:59:30 #10 12.76 Selecting previously unselected package manpages.
11:59:30 #10 12.76 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
11:59:30 #10 12.76 Unpacking manpages (5.10-1) ...
11:59:30 #10 14.19 Get:227 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
11:59:30 #10 14.19 Get:228 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgit-wrapper-perl all 0.047-1 [29.6 kB]
11:59:30 #10 14.19 Get:229 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-html-perl all 1.001-1 [14.9 kB]
11:59:30 #10 14.19 Get:230 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
11:59:30 #10 14.20 Get:231 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-message-perl all 6.14-1 [72.1 kB]
11:59:30 #10 14.20 Get:232 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-form-perl all 6.03-1 [23.5 kB]
11:59:30 #10 14.26 Get:233 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-tree-perl all 5.07-1 [200 kB]
11:59:30 #10 14.27 Get:234 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-format-perl all 2.12-1 [41.3 kB]
11:59:30 #10 14.28 Get:235 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
11:59:30 #10 14.28 Get:236 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhttp-daemon-perl all 6.01-1ubuntu0.1 [15.9 kB]
11:59:30 #10 14.34 Get:237 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
11:59:30 #10 14.34 Get:238 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:59:30 #10 14.34 Get:239 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-pty-perl arm64 1:1.08-1.1build4 [28.9 kB]
11:59:30 #10 14.34 Get:240 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-string-perl all 1.08-3 [11.1 kB]
11:59:30 #10 14.34 Get:241 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libipc-run-perl all 0.96-1 [89.9 kB]
11:59:30 #10 14.34 Get:242 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblist-compare-perl all 0.53-1 [65.6 kB]
11:59:30 #10 14.41 Get:243 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblist-moreutils-perl arm64 0.416-1build3 [52.7 kB]
11:59:30 #10 14.41 Get:244 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libltdl7 arm64 2.4.6-2 [35.9 kB]
11:59:30 #10 14.41 Get:245 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libltdl-dev arm64 2.4.6-2 [160 kB]
11:59:30 #10 14.42 Get:246 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-http-perl all 6.17-1 [22.7 kB]
11:59:30 #10 14.48 Get:247 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
11:59:30 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 42.99MB / 53.32MB 11.5s
11:59:30 #11 11.09 Get:115 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 binutils arm64 2.39-3ubuntu1.1 [3272 B]
11:59:30 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 5.24MB / 53.32MB 8.0s
11:59:30 #10 14.83 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8941 files and directories currently installed.)
11:59:30 #10 14.84 Preparing to unpack .../000-less_590-1.1_arm64.deb ...
11:59:30 #10 14.84 Unpacking less (590-1.1) ...
11:59:30 #10 14.89 Selecting previously unselected package netbase.
11:59:30 #10 14.89 Preparing to unpack .../001-netbase_6.4_all.deb ...
11:59:30 #10 14.90 Unpacking netbase (6.4) ...
11:59:30 #10 14.92 Selecting previously unselected package sensible-utils.
11:59:30 #10 14.92 Preparing to unpack .../002-sensible-utils_0.0.17+nmu1_all.deb ...
11:59:30 #10 14.93 Unpacking sensible-utils (0.0.17+nmu1) ...
11:59:30 #10 14.96 Selecting previously unselected package bzip2.
11:59:30 #10 14.96 Preparing to unpack .../003-bzip2_1.0.8-5+b1_arm64.deb ...
11:59:30 #10 14.96 Unpacking bzip2 (1.0.8-5+b1) ...
11:59:30 #10 15.00 Selecting previously unselected package openssl.
11:59:30 #10 15.00 Preparing to unpack .../004-openssl_3.0.7-2_arm64.deb ...
11:59:30 #10 15.01 Unpacking openssl (3.0.7-2) ...
11:59:30 #10 14.37 Setting up python3-minimal (3.7.3-1) ...
11:59:30 #10 14.63 Selecting previously unselected package python3.
11:59:30 #10 14.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 ... 10069 files and directories currently installed.)
11:59:30 #10 14.63 Preparing to unpack .../000-python3_3.7.3-1_arm64.deb ...
11:59:30 #11 14.69 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
11:59:30 #11 14.73 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
11:59:30 #11 14.75 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB]
11:59:30 #12 1.950 CentOS Stream 8 - AppStream                      23 MB/s |  24 MB     00:01    
11:59:30 #13 67.93   Installing : openssh-clients-7.4p1-22.el7_9.aarch64                     28/65 
11:59:30 #10 10.43 (28/165): libpng-1.6.37-12.el9.aarch64.rpm      3.1 MB/s | 115 kB     00:00    
11:59:30 #10 10.44 (29/165): libpsl-0.21.1-5.el9.aarch64.rpm       8.8 MB/s |  64 kB     00:00    
11:59:30 #10 10.45 (30/165): libpwquality-1.4.4-8.el9.aarch64.rpm   14 MB/s | 119 kB     00:00    
11:59:30 #10 10.45 (31/165): libproxy-0.4.15-35.el9.aarch64.rpm    3.5 MB/s |  71 kB     00:00    
11:59:30 #10 10.46 (32/165): libutempter-1.2.1-6.el9.aarch64.rpm   5.9 MB/s |  27 kB     00:00    
11:59:30 #10 10.47 (33/165): libselinux-utils-3.5-0.rc1.1.el9.aarc  12 MB/s | 180 kB     00:00    
11:59:30 #10 10.48 (34/165): ncurses-6.2-8.20210508.el9.aarch64.rp  40 MB/s | 406 kB     00:00    
11:59:30 #10 10.49 (35/165): man-db-2.9.3-7.el9.aarch64.rpm         44 MB/s | 1.2 MB     00:00    
11:59:30 #10 10.54 (36/165): openssl-3.0.7-2.el9.aarch64.rpm        18 MB/s | 1.2 MB     00:00    
11:59:30 #10 10.55 (37/165): pam-1.5.1-14.el9.aarch64.rpm          9.6 MB/s | 618 kB     00:00    
11:59:30 #10 10.56 (38/165): pkgconf-1.7.3-10.el9.aarch64.rpm      3.5 MB/s |  40 kB     00:00    
11:59:30 #10 10.56 (39/165): pkgconf-m4-1.7.3-10.el9.noarch.rpm    2.2 MB/s |  15 kB     00:00    
11:59:30 #10 10.56 (40/165): pkgconf-pkg-config-1.7.3-10.el9.aarch 1.8 MB/s |  11 kB     00:00    
11:59:30 #10 10.57 (41/165): policycoreutils-3.5-0.rc1.2.el9.aarch  31 MB/s | 236 kB     00:00    
11:59:30 #10 10.60 (42/165): procps-ng-3.3.17-9.el9.aarch64.rpm    9.7 MB/s | 348 kB     00:00    
11:59:30 #10 10.60 (43/165): publicsuffix-list-dafsa-20210518-3.el 1.7 MB/s |  58 kB     00:00    
11:59:30 #10 10.61 (44/165): python3-dateutil-2.8.1-6.el9.noarch.r  35 MB/s | 302 kB     00:00    
11:59:30 #10 10.61 (45/165): python3-dbus-1.2.18-2.el9.aarch64.rpm  17 MB/s | 144 kB     00:00    
11:59:30 #10 10.62 (46/165): python3-distro-1.5.0-7.el9.noarch.rpm 5.3 MB/s |  37 kB     00:00    
11:59:30 #10 10.62 (47/165): python3-dnf-plugins-core-4.3.0-4.el9.  31 MB/s | 260 kB     00:00    
11:59:30 #10 10.63 (48/165): python3-setools-4.4.0-5.el9.aarch64.r  52 MB/s | 590 kB     00:00    
11:59:30 #10 10.64 (49/165): python3-setuptools-53.0.0-12.el9.noar  65 MB/s | 944 kB     00:00    
11:59:30 #10 10.64 (50/165): python3-six-1.15.0-9.el9.noarch.rpm   3.9 MB/s |  37 kB     00:00    
11:59:30 #10 10.65 (51/165): python3-systemd-234-18.el9.aarch64.rp  14 MB/s |  89 kB     00:00    
11:59:30 #7 extracting sha256:860e874323ae800886f85ab5c346783e3a9371bd9beb72c5f25e8e20c9dd18bb 7.9s done
11:59:30 #11 13.78 Get:349 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1 [325 kB]
11:59:30 #11 13.80 Get:350 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-parser-perl amd64 2.46-3build1 [212 kB]
11:59:30 #11 13.82 Get:351 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:59:30 #11 13.82 Get:352 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-libyaml-perl amd64 0.83+ds-1build1 [29.6 kB]
11:59:30 #11 13.85 Get:353 http://archive.ubuntu.com/ubuntu jammy/main amd64 licensecheck all 3.2.14-2 [40.9 kB]
11:59:30 #11 13.85 Get:354 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-size-perl amd64 0.83-1build4 [20.7 kB]
11:59:30 #11 13.85 Get:355 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB]
11:59:30 #11 13.85 Get:356 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzip amd64 1.23-1 [80.5 kB]
11:59:30 #11 13.92 Get:357 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzop amd64 1.04-2build2 [83.7 kB]
11:59:31 #10 12.93 Selecting previously unselected package libmd0:arm64.
11:59:31 #10 12.93 Preparing to unpack .../012-libmd0_1.0.3-3_arm64.deb ...
11:59:31 #10 12.94 Unpacking libmd0:arm64 (1.0.3-3) ...
11:59:31 #10 12.97 Selecting previously unselected package libbsd0:arm64.
11:59:31 #10 12.98 Preparing to unpack .../013-libbsd0_0.11.3-1_arm64.deb ...
11:59:31 #10 12.98 Unpacking libbsd0:arm64 (0.11.3-1) ...
11:59:31 #10 13.04 Selecting previously unselected package libedit2:arm64.
11:59:31 #10 13.04 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_arm64.deb ...
11:59:31 #10 13.05 Unpacking libedit2:arm64 (3.1-20191231-2+b1) ...
11:59:31 #10 13.09 Selecting previously unselected package libcbor0:arm64.
11:59:31 #10 13.09 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_arm64.deb ...
11:59:31 #10 13.10 Unpacking libcbor0:arm64 (0.5.0+dfsg-2) ...
11:59:31 #10 14.48 Get:248 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libwww-perl all 6.31-1ubuntu0.1 [137 kB]
11:59:31 #10 14.49 Get:249 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
11:59:31 #10 14.49 Get:250 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:59:31 #10 14.49 Get:251 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:59:31 #10 14.49 Get:252 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librole-tiny-perl all 2.000006-1 [15.9 kB]
11:59:31 #10 14.55 Get:253 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstrictures-perl all 2.000003-1 [16.1 kB]
11:59:31 #10 14.55 Get:254 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-quote-perl all 2.005000-1 [17.0 kB]
11:59:31 #10 14.55 Get:255 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmoo-perl all 2.003004-1 [45.5 kB]
11:59:31 #10 14.56 Get:256 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpackage-stash-perl all 0.37-1 [18.3 kB]
11:59:31 #10 14.63 Get:257 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-identify-perl arm64 0.14-1 [10.3 kB]
11:59:31 #10 14.63 Get:258 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:59:31 #10 14.63 Get:259 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnumber-compare-perl all 0.03-1 [7318 B]
11:59:31 #10 14.63 Get:260 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnumber-range-perl all 0.12-1 [8556 B]
11:59:31 #10 14.63 Get:261 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpackage-stash-xs-perl arm64 0.28-3build2 [15.2 kB]
11:59:31 #10 14.64 Get:262 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
11:59:31 #10 14.70 Get:263 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtext-glob-perl all 0.10-1 [7554 B]
11:59:31 #10 14.70 Get:264 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
11:59:31 #10 14.70 Get:265 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpath-tiny-perl all 0.104-1 [55.3 kB]
11:59:31 #10 14.70 Get:266 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libperlio-gzip-perl arm64 0.19-1build3 [13.5 kB]
11:59:31 #10 14.77 Get:267 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpod-constants-perl all 0.19-1 [16.0 kB]
11:59:31 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 5.1s
11:59:31 #11 11.09 Get:116 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libc-dev-bin arm64 2.36-0ubuntu4 [19.5 kB]
11:59:31 #11 11.09 Get:117 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 linux-libc-dev arm64 5.19.0-29.30 [1317 kB]
11:59:31 #11 11.15 Get:118 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcrypt-dev arm64 1:4.4.28-2 [120 kB]
11:59:31 #11 11.15 Get:119 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65.4 kB]
11:59:31 #11 11.15 Get:120 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc-dev arm64 1.3.3+ds-1 [199 kB]
11:59:31 #11 11.16 Get:121 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnsl-dev arm64 1.3.0-2build2 [72.1 kB]
11:59:31 #11 11.17 Get:122 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libc6-dev arm64 2.36-0ubuntu4 [1547 kB]
11:59:31 #11 11.28 Get:123 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libisl23 arm64 0.25-1 [697 kB]
11:59:31 #11 11.31 Get:124 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmpfr6 arm64 4.1.0-3build3 [245 kB]
11:59:31 #11 11.32 Get:125 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmpc3 arm64 1.2.1-2build1 [48.1 kB]
11:59:31 #11 11.34 Get:126 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 cpp-12 arm64 12.2.0-3ubuntu1 [9579 kB]
11:59:31 #10 17.63 Selecting previously unselected package python3.
11:59:31 #10 17.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 ... 10074 files and directories currently installed.)
11:59:31 #10 17.64 Preparing to unpack .../000-python3_3.7.3-1_amd64.deb ...
11:59:31 #10 17.66 Unpacking python3 (3.7.3-1) ...
11:59:31 #10 17.76 Selecting previously unselected package less.
11:59:31 #10 17.76 Preparing to unpack .../001-less_487-0.1+b1_amd64.deb ...
11:59:31 #10 17.77 Unpacking less (487-0.1+b1) ...
11:59:31 #10 17.91 Selecting previously unselected package netbase.
11:59:31 #10 17.91 Preparing to unpack .../002-netbase_5.6_all.deb ...
11:59:31 #20 1.253 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
11:59:31 #10 13.27 Selecting previously unselected package perl.
11:59:31 #10 13.27 Preparing to unpack .../4-perl_5.36.0-7_amd64.deb ...
11:59:31 #10 13.28 Unpacking perl (5.36.0-7) ...
11:59:31 #10 13.35 Selecting previously unselected package liblocale-gettext-perl.
11:59:31 #10 13.35 Preparing to unpack .../5-liblocale-gettext-perl_1.07-5_amd64.deb ...
11:59:31 #10 13.36 Unpacking liblocale-gettext-perl (1.07-5) ...
11:59:31 #10 13.40 Selecting previously unselected package libssl3:amd64.
11:59:31 #10 13.40 Preparing to unpack .../6-libssl3_3.0.7-2_amd64.deb ...
11:59:31 #10 13.41 Unpacking libssl3:amd64 (3.0.7-2) ...
11:59:31 #7 sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 47.40MB / 47.40MB 8.3s done
11:59:31 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 9.44MB / 116.78MB 8.4s
11:59:31 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 8.39MB / 53.32MB 8.4s
11:59:31 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 0B / 126B 8.4s
11:59:31 #20 1.925 Fetched 8628 kB in 2s (5689 kB/s)
11:59:31 #10 15.14 Selecting previously unselected package ca-certificates.
11:59:31 #10 15.14 Preparing to unpack .../005-ca-certificates_20211016_all.deb ...
11:59:31 #10 15.14 Unpacking ca-certificates (20211016) ...
11:59:31 #10 15.19 Selecting previously unselected package libmagic-mgc.
11:59:31 #10 15.19 Preparing to unpack .../006-libmagic-mgc_1%3a5.44-3_arm64.deb ...
11:59:31 #10 15.20 Unpacking libmagic-mgc (1:5.44-3) ...
11:59:31 #10 15.27 Selecting previously unselected package libmagic1:arm64.
11:59:31 #10 15.27 Preparing to unpack .../007-libmagic1_1%3a5.44-3_arm64.deb ...
11:59:31 #10 15.28 Unpacking libmagic1:arm64 (1:5.44-3) ...
11:59:31 #10 15.32 Selecting previously unselected package file.
11:59:31 #10 15.32 Preparing to unpack .../008-file_1%3a5.44-3_arm64.deb ...
11:59:31 #10 15.33 Unpacking file (1:5.44-3) ...
11:59:31 #10 15.36 Selecting previously unselected package gettext-base.
11:59:31 #10 14.64 Unpacking python3 (3.7.3-1) ...
11:59:31 #10 14.70 Selecting previously unselected package less.
11:59:31 #10 14.70 Preparing to unpack .../001-less_487-0.1+b1_arm64.deb ...
11:59:31 #10 14.73 Unpacking less (487-0.1+b1) ...
11:59:31 #10 14.85 Selecting previously unselected package netbase.
11:59:31 #10 14.85 Preparing to unpack .../002-netbase_5.6_all.deb ...
11:59:31 #11 14.92 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB]
11:59:31 #11 14.92 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
11:59:31 #11 14.93 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
11:59:31 #11 14.93 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB]
11:59:31 #11 14.94 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gpg amd64 1.13.1-7ubuntu2 [165 kB]
11:59:31 #11 14.95 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 dput all 1.0.3ubuntu1 [42.3 kB]
11:59:31 #11 14.96 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.15 [232 kB]
11:59:31 #11 14.98 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
11:59:31 #11 14.98 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.8 [886 kB]
11:59:31 #11 15.01 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.8 [4538 kB]
11:59:31 #13 67.95   Installing : lzo-2.06-8.el7.aarch64                                     29/65 
11:59:31 #10 10.65 (52/165): shared-mime-info-2.1-5.el9.aarch64.rp  51 MB/s | 558 kB     00:00    
11:59:31 #10 10.69 (53/165): systemd-libs-252-3.el9.aarch64.rpm     14 MB/s | 614 kB     00:00    
11:59:31 #10 10.79 (54/165): tcl-8.6.10-7.el9.aarch64.rpm          8.0 MB/s | 1.1 MB     00:00    
11:59:31 #10 10.80 (55/165): unzip-6.0-56.el9.aarch64.rpm          1.7 MB/s | 179 kB     00:00    
11:59:31 #10 10.81 (56/165): util-linux-core-2.37.4-9.el9.aarch64.  45 MB/s | 457 kB     00:00    
11:59:31 #10 10.82 (57/165): util-linux-2.37.4-9.el9.aarch64.rpm    74 MB/s | 2.3 MB     00:00    
11:59:31 #10 10.83 (58/165): vim-filesystem-8.2.2637-16.el9.noarch 1.4 MB/s |  25 kB     00:00    
11:59:31 #10 10.83 (59/165): xz-5.2.5-8.el9.aarch64.rpm             27 MB/s | 226 kB     00:00    
11:59:31 #10 10.84 (60/165): zip-3.0-33.el9.aarch64.rpm             19 MB/s | 235 kB     00:00    
11:59:31 #10 10.85 (61/165): zstd-1.5.1-2.el9.aarch64.rpm           41 MB/s | 387 kB     00:00    
11:59:31 #10 10.85 (62/165): abattis-cantarell-fonts-0.301-4.el9.n  26 MB/s | 365 kB     00:00    
11:59:31 #10 10.86 (63/165): checkpolicy-3.5-0.rc2.1.el9.aarch64.r  43 MB/s | 342 kB     00:00    
11:59:31 #10 10.87 (64/165): desktop-file-utils-0.26-6.el9.aarch64 5.8 MB/s |  72 kB     00:00    
11:59:31 #10 10.87 (65/165): dwz-0.14-3.el9.aarch64.rpm             17 MB/s | 126 kB     00:00    
11:59:31 #10 10.88 (66/165): json-glib-1.6.6-1.el9.aarch64.rpm     275 kB/s | 160 kB     00:00    
11:59:31 #10 10.88 (67/165): efi-srpm-macros-4-9.el9.noarch.rpm    1.6 MB/s |  23 kB     00:00    
11:59:31 #10 10.88 (68/165): emacs-filesystem-27.2-8.el9.noarch.rp 619 kB/s | 8.8 kB     00:00    
11:59:31 #10 10.89 (69/165): fonts-srpm-macros-2.0.5-7.el9.1.noarc 3.4 MB/s |  28 kB     00:00    
11:59:31 #10 10.92 (70/165): gcc-toolset-12-binutils-gold-2.38-14.  38 MB/s | 897 kB     00:00    
11:59:31 #11 13.92 Get:358 http://archive.ubuntu.com/ubuntu jammy/main amd64 t1utils amd64 1.41-4build2 [61.3 kB]
11:59:31 #11 13.93 Get:359 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.1 [174 kB]
11:59:31 #11 13.93 Get:360 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lintian all 2.114.0ubuntu1.2 [1082 kB]
11:59:31 #11 13.97 Get:361 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
11:59:31 #11 14.09 Get:362 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB]
11:59:31 #11 14.10 Get:363 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB]
11:59:31 #11 14.10 Get:364 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
11:59:31 #11 14.10 Get:365 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
11:59:31 #11 14.10 Get:366 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
11:59:31 #11 14.10 Get:367 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
11:59:31 #11 14.11 Get:368 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-xdg all 0.27-2 [36.9 kB]
11:59:31 #11 14.11 Get:369 http://archive.ubuntu.com/ubuntu jammy/main amd64 equivs all 2.3.1 [19.0 kB]
11:59:31 #11 14.11 Get:370 http://archive.ubuntu.com/ubuntu jammy/main amd64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
11:59:31 #11 14.16 Get:371 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-magic all 2:0.4.24-2 [12.6 kB]
11:59:31 #11 12.63 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 wdiff arm64 1.2.2-2build1 [28.8 kB]
11:59:31 #11 12.65 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 devscripts arm64 2.20.2ubuntu2 [940 kB]
11:59:31 #11 12.93 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 diffstat arm64 1.63-1 [25.2 kB]
11:59:31 #11 12.93 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-chardet all 3.0.4-4build1 [80.4 kB]
11:59:31 #11 12.94 Get:208 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
11:59:31 #11 12.95 Get:209 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgpgme11 arm64 1.13.1-7ubuntu2 [108 kB]
11:59:31 #11 12.96 Get:210 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-gpg arm64 1.13.1-7ubuntu2 [156 kB]
11:59:31 #11 12.97 Get:211 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dput all 1.0.3ubuntu1 [42.3 kB]
11:59:31 #11 12.97 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl3-gnutls arm64 7.68.0-1ubuntu2.15 [213 kB]
11:59:31 #11 12.99 Get:213 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
11:59:31 #11 12.99 Get:214 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git-man all 1:2.25.1-1ubuntu3.8 [886 kB]
11:59:31 #11 13.03 Get:215 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git arm64 1:2.25.1-1ubuntu3.8 [4358 kB]
11:59:31 #11 4.682 Reading package lists...
11:59:31 #11 5.404 Building dependency tree...
11:59:31 #11 5.561 Reading state information...
11:59:31 #11 5.765 The following additional packages will be installed:
11:59:31 #11 5.765   autoconf automake autopoint autotools-dev binutils
11:59:31 #11 5.765   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:59:31 #11 5.765   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
11:59:31 #11 5.765   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:31 #11 5.765   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:59:31 #11 5.765   g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n
11:59:31 #11 5.765   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:59:31 #11 5.765   groff-base intltool-debian iso-codes less libalgorithm-diff-perl
11:59:31 #11 5.765   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:59:31 #11 5.765   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:31 #11 5.765   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:59:31 #11 5.765   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:31 #11 5.765   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:59:31 #11 5.765   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:59:31 #11 5.765   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:31 #11 5.766   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:31 #11 5.766   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:59:31 #11 5.766   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:31 #11 5.766   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:59:31 #11 5.766   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:59:31 #11 5.766   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:59:31 #11 5.766   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:59:31 #11 5.766   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:59:31 #11 5.766   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:59:31 #11 5.766   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:59:31 #11 5.766   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:31 #11 5.766   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:31 #11 5.766   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:59:31 #11 5.766   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:59:31 #11 5.766   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:59:31 #11 5.766   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:59:31 #11 5.766   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:31 #11 5.766   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:31 #11 5.766   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:31 #11 5.766   libhwasan0 libicu70 libimport-into-perl libio-html-perl
11:59:31 #11 5.766   libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl
11:59:31 #11 5.766   libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
11:59:31 #11 5.766   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
11:59:31 #11 5.766   libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8
11:59:31 #11 5.766   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
11:59:31 #11 5.766   libldap-common liblist-compare-perl liblist-moreutils-perl
11:59:31 #11 5.766   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:31 #11 5.766   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:59:31 #11 5.766   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:31 #11 5.766   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:59:31 #11 5.766   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:59:31 #11 5.766   libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
11:59:31 #11 5.766   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
11:59:31 #11 5.766   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:59:31 #11 5.766   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
11:59:31 #11 5.766   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
11:59:31 #11 5.766   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:59:31 #11 5.766   libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl
11:59:31 #11 5.766   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
11:59:31 #11 5.766   libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl
11:59:31 #11 5.766   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
11:59:31 #11 5.766   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal
11:59:31 #11 5.766   libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8
11:59:31 #11 5.767   libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:31 #11 5.767   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
11:59:31 #11 5.767   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:31 #11 5.767   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
11:59:31 #11 5.767   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
11:59:31 #11 5.767   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
11:59:31 #11 5.767   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
11:59:31 #11 5.767   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:31 #11 5.767   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:31 #11 5.767   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:59:31 #11 5.767   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:59:31 #11 5.767   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:59:31 #11 5.767   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
11:59:31 #11 5.767   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:59:31 #11 5.767   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
11:59:31 #11 5.767   libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6
11:59:31 #11 5.767   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:59:31 #11 5.767   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:59:31 #11 5.767   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4
11:59:31 #11 5.767   libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck
11:59:31 #11 5.768   lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make
11:59:31 #11 5.768   man-db manpages manpages-dev media-types netbase openssh-client openssl
11:59:31 #11 5.768   patch patchutils perl perl-modules-5.34 perl-openssl-defaults
11:59:31 #11 5.768   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:59:31 #11 5.768   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:59:31 #11 5.768   python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:31 #11 5.768   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:31 #11 5.768   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
11:59:31 #11 5.768   ucf unzip wdiff xauth xz-utils zstd
11:59:31 #11 5.770 Suggested packages:
11:59:31 #11 5.770   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:59:31 #11 5.770   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
11:59:31 #11 5.770   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
11:59:31 #11 5.770   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
11:59:31 #11 5.770   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:31 #11 5.770   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:59:31 #11 5.770   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:59:31 #11 5.770   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:59:31 #11 5.770   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
11:59:31 #11 5.770   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:59:31 #11 5.770   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
11:59:31 #11 5.770   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
11:59:31 #11 5.770   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
11:59:31 #11 5.770   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
11:59:31 #11 5.770   libscalar-number-perl libsasl2-modules-gssapi-mit
11:59:31 #11 5.770   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:31 #11 5.770   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
11:59:31 #11 5.770   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:59:31 #11 5.770   gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
11:59:31 #11 5.770   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:31 #11 5.770   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:59:31 #11 5.770   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:59:31 #11 5.770   libterm-readline-gnu-perl | libterm-readline-perl-perl
11:59:31 #11 5.770   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:59:31 #11 5.770   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:59:31 #11 5.770   python3-cryptography python3-openssl python3-socks python-requests-doc
11:59:31 #11 5.770   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
11:59:31 #10 13.15 Selecting previously unselected package libfido2-1:arm64.
11:59:31 #10 13.15 Preparing to unpack .../016-libfido2-1_1.6.0-2_arm64.deb ...
11:59:31 #10 13.15 Unpacking libfido2-1:arm64 (1.6.0-2) ...
11:59:31 #10 13.20 Selecting previously unselected package openssh-client.
11:59:31 #10 13.20 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_arm64.deb ...
11:59:31 #10 13.22 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
11:59:31 #10 13.36 Selecting previously unselected package ucf.
11:59:31 #10 13.36 Preparing to unpack .../018-ucf_3.0043_all.deb ...
11:59:31 #10 13.37 Moving old data out of the way
11:59:31 #10 13.37 Unpacking ucf (3.0043) ...
11:59:31 #10 13.42 Selecting previously unselected package xz-utils.
11:59:31 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 65.01MB / 116.78MB 12.4s
11:59:31 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 90.18MB / 116.78MB 12.5s
11:59:31 #10 14.77 Get:268 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
11:59:31 #10 14.77 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:59:31 #10 14.77 Get:270 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsort-key-perl arm64 1.33-2 [33.6 kB]
11:59:31 #10 14.77 Get:271 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstring-copyright-perl all 0.003005-1 [10.1 kB]
11:59:31 #10 14.77 Get:272 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:59:31 #10 14.84 Get:273 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtext-levenshtein-perl all 0.13-1 [9612 B]
11:59:31 #10 14.84 Get:274 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libunicode-utf8-perl arm64 0.60-1build4 [17.2 kB]
11:59:31 #10 14.84 Get:275 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:59:31 #10 14.84 Get:276 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:59:31 #10 14.91 Get:277 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
11:59:31 #10 14.92 Get:278 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-libxml-perl arm64 2.0128+dfsg-5 [297 kB]
11:59:31 #10 14.93 Get:279 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-parser-perl arm64 2.44-2build3 [196 kB]
11:59:31 #10 14.94 Get:280 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-expat-perl all 0.40-2 [11.5 kB]
11:59:31 #10 14.94 Get:281 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-simple-perl all 2.24-1 [63.6 kB]
11:59:31 #10 14.94 Get:282 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libyaml-libyaml-perl arm64 0.69+repack-1 [24.3 kB]
11:59:31 #10 14.99 Get:283 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 licensecheck all 3.0.31-2 [22.0 kB]
11:59:31 #10 14.99 Get:284 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 patchutils arm64 0.3.4-2 [65.2 kB]
11:59:31 #10 14.99 Get:285 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 t1utils arm64 1.41-2 [48.9 kB]
11:59:31 #10 14.99 Get:286 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lintian all 2.5.81ubuntu1 [847 kB]
11:59:31 #10 15.06 Get:287 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB]
11:59:31 #20 1.648 (1/22) Installing ncurses-terminfo-base (6.3_p20220521-r0)
11:59:31 #20 1.655 (2/22) Installing ncurses-libs (6.3_p20220521-r0)
11:59:31 #20 1.667 (3/22) Installing readline (8.1.2-r0)
11:59:31 #20 1.675 (4/22) Installing bash (5.1.16-r2)
11:59:31 #20 1.706 Executing bash-5.1.16-r2.post-install
11:59:31 #20 1.708 (5/22) Installing libffi (3.4.2-r1)
11:59:31 #20 1.712 (6/22) Installing libgcc (11.2.1_git20220219-r2)
11:59:31 #20 1.715 (7/22) Installing libstdc++ (11.2.1_git20220219-r2)
11:59:31 #20 1.749 (8/22) Installing xz-libs (5.2.5-r1)
11:59:31 #10 17.93 Unpacking netbase (5.6) ...
11:59:31 #10 17.99 Selecting previously unselected package bzip2.
11:59:31 #10 17.99 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_amd64.deb ...
11:59:31 #10 18.01 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
11:59:31 #10 13.67 Selecting previously unselected package libpython3.11-minimal:amd64.
11:59:31 #10 13.67 Preparing to unpack .../7-libpython3.11-minimal_3.11.1-2_amd64.deb ...
11:59:31 #10 13.68 Unpacking libpython3.11-minimal:amd64 (3.11.1-2) ...
11:59:31 #10 13.87 Selecting previously unselected package libexpat1:amd64.
11:59:31 #10 13.87 Preparing to unpack .../8-libexpat1_2.5.0-1_amd64.deb ...
11:59:31 #10 13.87 Unpacking libexpat1:amd64 (2.5.0-1) ...
11:59:31 #10 13.94 Selecting previously unselected package python3.11-minimal.
11:59:31 #10 13.94 Preparing to unpack .../9-python3.11-minimal_3.11.1-2_amd64.deb ...
11:59:31 #10 13.95 Unpacking python3.11-minimal (3.11.1-2) ...
11:59:31 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 97.52MB / 116.78MB 12.7s
11:59:31 #10 15.36 Preparing to unpack .../009-gettext-base_0.21-11_arm64.deb ...
11:59:31 #10 15.37 Unpacking gettext-base (0.21-11) ...
11:59:31 #10 15.43 Selecting previously unselected package libuchardet0:arm64.
11:59:31 #10 15.43 Preparing to unpack .../010-libuchardet0_0.0.7-1_arm64.deb ...
11:59:31 #10 15.43 Unpacking libuchardet0:arm64 (0.0.7-1) ...
11:59:31 #10 15.47 Selecting previously unselected package groff-base.
11:59:31 #10 15.47 Preparing to unpack .../011-groff-base_1.22.4-9_arm64.deb ...
11:59:31 #10 15.47 Unpacking groff-base (1.22.4-9) ...
11:59:31 #10 15.57 Selecting previously unselected package krb5-locales.
11:59:31 #10 14.87 Unpacking netbase (5.6) ...
11:59:31 #10 14.97 Selecting previously unselected package bzip2.
11:59:31 #10 14.97 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_arm64.deb ...
11:59:31 #10 14.98 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
11:59:31 #10 15.05 Selecting previously unselected package libmagic-mgc.
11:59:31 #10 15.05 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_arm64.deb ...
11:59:31 #10 15.06 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
11:59:31 #11 15.26 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
11:59:31 #11 15.27 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
11:59:31 #11 15.27 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:59:31 #11 15.27 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB]
11:59:31 #11 15.27 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
11:59:31 #11 15.27 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB]
11:59:31 #11 15.28 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
11:59:31 #11 15.28 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:59:31 #11 15.28 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:59:31 #11 15.33 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB]
11:59:31 #11 15.36 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
11:59:31 #11 15.36 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:59:31 #11 15.36 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB]
11:59:31 #11 15.36 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB]
11:59:31 #11 15.36 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB]
11:59:31 #11 15.36 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB]
11:59:31 #11 15.36 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
11:59:31 #11 15.36 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
11:59:31 #9 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 12.4s done
11:59:31 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 51.25MB / 116.78MB 12.7s
11:59:31 #13 68.28   Installing : libarchive-3.1.2-14.el7_7.aarch64                          30/65 
11:59:31 #13 68.58   Installing : audit-libs-python-2.8.5-4.el7.aarch64                      31/65 
11:59:31 #13 68.60   Installing : perl-TermReadKey-2.30-20.el7.aarch64                       32/65 
11:59:31 #10 10.94 (71/165): gcc-toolset-12-binutils-2.38-16.el9.a 114 MB/s | 5.8 MB     00:00    
11:59:31 #10 10.94 (72/165): gcc-toolset-12-runtime-12.0-5.el9.aar 2.3 MB/s |  55 kB     00:00    
11:59:31 #10 10.96 (73/165): gdb-minimal-10.2-10.el9.aarch64.rpm   116 MB/s | 3.1 MB     00:00    
11:59:31 #10 11.00 (74/165): gdk-pixbuf2-2.42.6-3.el9.aarch64.rpm  8.3 MB/s | 490 kB     00:00    
11:59:31 #10 11.01 (75/165): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 216 kB/s | 8.8 kB     00:00    
11:59:31 #10 11.01 (76/165): go-srpm-macros-3.0.9-9.el9.noarch.rpm 3.9 MB/s |  27 kB     00:00    
11:59:31 #11 14.38 debconf: delaying package configuration, since apt-utils is not installed
11:59:31 #11 14.43 Fetched 132 MB in 7s (17.8 MB/s)
11:59:31 #11 14.45 Selecting previously unselected package liblocale-gettext-perl.
11:59:31 #11 14.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 ... 4393 files and directories currently installed.)
11:59:31 #11 14.45 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_amd64.deb ...
11:59:31 #11 14.46 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:59:31 #11 14.51 Selecting previously unselected package libpython3.10-minimal:amd64.
11:59:31 #11 6.080 The following NEW packages will be installed:
11:59:31 #7 DONE 12.6s
11:59:31 
11:59:31 #10 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
11:59:31 #8 ...
11:59:31 
11:59:31 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:31 #10 9.831 The following NEW packages will be installed:
11:59:31 #10 9.831   at autoconf automake autopoint autotools-dev binutils binutils-common
11:59:31 #10 9.831   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
11:59:31 #10 9.831   cpp-7 curl dctrl-tools debhelper devscripts dh-autoreconf
11:59:31 #10 9.831   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
11:59:31 #10 9.832   equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git
11:59:31 #10 9.832   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:59:31 #10 9.832   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
11:59:31 #10 9.832   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:31 #10 9.832   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
11:59:31 #10 9.832   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
11:59:31 #10 9.832   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:59:31 #10 9.832   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
11:59:31 #10 9.832   libcgi-pm-perl libcilkrts5 libclass-accessor-perl
11:59:31 #10 9.833   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:31 #10 9.833   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:59:31 #10 9.833   libdevel-callchecker-perl libdevel-globaldestruction-perl
11:59:31 #10 9.833   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:59:31 #10 9.833   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:59:31 #10 9.833   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:59:31 #10 9.833   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:59:31 #10 9.833   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:59:31 #10 9.833   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:59:31 #10 9.833   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:59:31 #10 9.833   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:59:31 #10 9.833   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:59:31 #10 9.834   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:59:31 #10 9.834   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:31 #10 9.834   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:31 #10 9.834   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:59:31 #10 9.834   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:59:31 #10 9.834   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:31 #10 9.834   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
11:59:31 #10 9.834   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:59:31 #10 9.834   libldap-common liblist-compare-perl liblist-moreutils-perl
11:59:31 #10 9.834   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:31 #10 9.834   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:59:31 #10 9.834   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:31 #10 9.834   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
11:59:31 #10 9.834   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:59:31 #10 9.834   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:59:31 #10 9.834   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:59:31 #10 9.834   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:31 #10 9.834   libparams-validate-perl libparse-debianchangelog-perl
11:59:31 #10 9.835   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:59:31 #10 9.835   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:59:31 #10 9.835   libpython3.6-minimal libpython3.6-stdlib libquadmath0 libreadline7
11:59:31 #10 9.835   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:59:31 #10 9.835   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:59:31 #10 9.835   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:59:31 #10 9.835   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:59:31 #10 9.835   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:59:31 #10 9.835   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:59:31 #10 9.835   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:59:31 #10 9.836   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
11:59:31 #10 9.836   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:59:31 #10 9.836   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:59:31 #10 9.836   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:59:31 #10 9.836   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:59:31 #10 9.836   libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libxml2 libxmuu1
11:59:31 #10 9.836   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:59:31 #10 9.836   lsb-release m4 make man-db manpages manpages-dev mime-support
11:59:31 #10 9.837   multiarch-support netbase openssh-client openssl patch patchutils perl
11:59:31 #10 9.837   perl-modules-5.26 perl-openssl-defaults pinentry-curses po-debconf
11:59:31 #10 9.837   publicsuffix python-apt-common python3 python3-apt python3-certifi
11:59:31 #10 9.837   python3-chardet python3-debian python3-gpg python3-idna python3-magic
11:59:31 #10 9.837   python3-minimal python3-pkg-resources python3-requests python3-six
11:59:31 #10 9.837   python3-unidiff python3-urllib3 python3-xdg python3.6 python3.6-minimal
11:59:31 #10 9.838   readline-common shared-mime-info strace t1utils ucf unzip wdiff xauth
11:59:31 #10 9.838   xdg-user-dirs xz-utils
11:59:31 #10 10.15 0 upgraded, 302 newly installed, 0 to remove and 4 not upgraded.
11:59:31 #10 10.15 Need to get 98.9 MB of archives.
11:59:31 #10 10.15 After this operation, 420 MB of additional disk space will be used.
11:59:31 #10 10.15 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB]
11:59:31 #10 10.18 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.20 [1302 kB]
11:59:31 #10 10.26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.9 [533 kB]
11:59:31 #10 10.28 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.9 [82.8 kB]
11:59:31 #10 10.28 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.9 [1609 kB]
11:59:31 #10 10.33 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB]
11:59:31 #10 10.33 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB]
11:59:31 #10 10.33 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB]
11:59:31 #10 10.33 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB]
11:59:31 #10 10.34 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB]
11:59:31 #10 10.34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.7 [499 kB]
11:59:31 #10 10.35 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.9 [1712 kB]
11:59:31 #10 10.40 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.9 [203 kB]
11:59:31 #10 10.41 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B]
11:59:31 #10 10.41 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]
11:59:31 #10 10.41 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B]
11:59:31 #10 10.41 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B]
11:59:31 #10 10.41 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB]
11:59:31 #10 10.41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB]
11:59:31 #10 10.41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB]
11:59:31 #10 10.42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
11:59:31 #10 10.42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.4 [572 kB]
11:59:31 #10 10.44 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
11:59:31 #10 10.44 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 bsdmainutils amd64 11.1.2ubuntu1 [181 kB]
11:59:31 #10 10.44 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 groff-base amd64 1.22.3-10 [1153 kB]
11:59:31 #10 10.47 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]
11:59:31 #10 10.47 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpipeline1 amd64 1.5.0-1 [25.3 kB]
11:59:31 #10 10.47 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 man-db amd64 2.8.3-2ubuntu0.1 [1019 kB]
11:59:31 #10 10.50 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.6 [2764 kB]
11:59:31 #10 10.57 Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B]
11:59:31 #10 10.57 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.6 [3556 kB]
11:59:31 #10 10.69 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.6 [201 kB]
11:59:31 #10 10.70 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.20 [614 kB]
11:59:31 #10 10.73 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
11:59:31 #10 10.73 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.15 [4724 B]
11:59:31 #10 10.73 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic-mgc amd64 1:5.32-2ubuntu0.4 [184 kB]
11:59:31 #10 10.73 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic1 amd64 1:5.32-2ubuntu0.4 [68.6 kB]
11:59:31 #10 10.74 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 file amd64 1:5.32-2ubuntu0.4 [22.1 kB]
11:59:31 #10 10.74 Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB]
11:59:31 #10 10.74 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-inst2.0 amd64 1.6.14 [57.3 kB]
11:59:31 #10 10.74 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:59:31 #10 10.77 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:59:31 #10 10.77 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.2 [8050 kB]
11:59:31 #10 11.02 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.8 [664 kB]
11:59:31 #10 11.03 Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB]
11:59:31 #10 11.03 Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
11:59:31 #10 11.03 Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB]
11:59:31 #10 11.03 Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB]
11:59:31 #10 11.03 Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB]
11:59:31 #10 11.03 Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB]
11:59:31 #10 11.04 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xz-utils amd64 5.2.2-1.3ubuntu0.1 [83.8 kB]
11:59:31 #10 11.04 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext-base amd64 0.19.8.1-6ubuntu0.3 [113 kB]
11:59:31 #10 11.04 Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 iso-codes all 3.79-1 [2565 kB]
11:59:31 #10 11.09 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-locales all 1.16-2ubuntu0.3 [13.5 kB]
11:59:31 #10 11.09 Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]
11:59:31 #10 11.09 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.3 [30.9 kB]
11:59:31 #10 11.09 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.3 [85.5 kB]
11:59:31 #10 11.09 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B]
11:59:31 #10 11.09 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.3 [278 kB]
11:59:31 #10 11.10 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.3 [122 kB]
11:59:31 #10 11.10 Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
11:59:31 #10 11.11 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.10 [1089 kB]
11:59:31 #10 11.14 Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B]
11:59:31 #10 11.14 Get:64 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB]
11:59:31 #10 11.16 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.7 [610 kB]
11:59:31 #10 11.18 Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 publicsuffix all 20180223.1310-1 [97.6 kB]
11:59:31 #10 11.18 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-apt-common all 1.6.6 [16.9 kB]
11:59:31 #10 11.18 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.6 [149 kB]
11:59:31 #10 11.19 Get:69 http://archive.ubuntu.com/ubuntu bionic/main amd64 libunwind8 amd64 1.2.1-8 [47.5 kB]
11:59:31 #10 11.19 Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 strace amd64 4.21-1ubuntu1 [333 kB]
11:59:31 #10 11.19 Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB]
11:59:31 #10 11.19 Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 at amd64 3.1.20-3.1ubuntu2 [39.5 kB]
11:59:31 #10 11.20 Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB]
11:59:31 #10 11.20 Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
11:59:31 #10 11.20 Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB]
11:59:31 #10 11.21 Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB]
11:59:31 #10 11.21 Get:77 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB]
11:59:31 #10 11.22 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
11:59:31 #10 11.23 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.8 [197 kB]
11:59:31 #10 11.23 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.8 [488 kB]
11:59:31 #10 11.25 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:59:31 #10 11.29 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.8 [3388 B]
11:59:31 #10 11.29 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.6 [71.9 kB]
11:59:31 #10 11.30 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-202.213 [993 kB]
11:59:31 #10 11.32 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.6 [2587 kB]
11:59:31 #10 11.39 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:59:31 #10 11.39 Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]
11:59:31 #10 11.40 Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB]
11:59:31 #10 11.40 Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
11:59:31 #10 11.41 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB]
11:59:31 #10 11.70 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB]
11:59:31 #10 11.70 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB]
11:59:31 #10 11.70 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB]
11:59:31 #10 11.70 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB]
11:59:31 #10 11.70 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B]
11:59:31 #10 11.70 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB]
11:59:31 #10 11.71 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB]
11:59:31 #10 11.71 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB]
11:59:31 #10 11.72 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB]
11:59:31 #10 11.72 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB]
11:59:31 #10 11.72 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB]
11:59:31 #10 11.75 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB]
11:59:31 #10 11.81 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB]
11:59:31 #10 11.89 Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB]
11:59:31 #10 12.14 Get:105 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B]
11:59:31 #10 12.14 Get:106 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB]
11:59:31 #10 12.16 Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB]
11:59:31 #10 12.41 Get:108 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B]
11:59:31 #10 12.41 Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
11:59:31 #10 12.41 Get:110 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB]
11:59:31 #10 12.42 Get:111 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB]
11:59:31 #10 12.42 Get:112 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB]
11:59:31 #10 12.44 Get:113 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B]
11:59:31 #10 12.44 Get:114 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [42.3 kB]
11:59:31 #10 12.44 Get:115 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [175 kB]
11:59:31 #10 12.45 Get:116 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [30.3 kB]
11:59:31 #10 12.45 Get:117 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [86.1 kB]
11:59:31 #10 12.45 Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [47.8 kB]
11:59:31 #10 12.45 Get:119 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [107 kB]
11:59:31 #10 12.46 Get:120 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [207 kB]
11:59:31 #10 12.47 Get:121 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [14.8 kB]
11:59:31 #10 12.47 Get:122 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [96.6 kB]
11:59:31 #10 12.47 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:59:31 #10 12.47 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:59:31 #10 12.47 Get:125 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
11:59:31 #10 12.47 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:59:31 #10 12.48 Get:127 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
11:59:31 #10 12.48 Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
11:59:31 #10 12.48 Get:129 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.22 [220 kB]
11:59:31 #10 12.49 Get:130 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.22 [159 kB]
11:59:31 #10 12.49 Get:131 http://archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB]
11:59:31 #10 12.49 Get:132 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB]
11:59:31 #10 12.50 Get:133 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB]
11:59:31 #10 12.50 Get:134 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
11:59:31 #10 12.50 Get:135 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
11:59:31 #10 12.50 Get:136 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB]
11:59:31 #10 12.50 Get:137 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
11:59:31 #10 12.50 Get:138 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB]
11:59:31 #10 12.51 Get:139 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1293 kB]
11:59:31 #10 12.54 Get:140 http://archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
11:59:31 #10 12.54 Get:141 http://archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB]
11:59:31 #10 12.55 Get:142 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB]
11:59:31 #10 12.58 Get:143 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-which-perl all 1.21-1 [11.8 kB]
11:59:31 #10 12.58 Get:144 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-homedir-perl all 1.002-1 [37.1 kB]
11:59:31 #10 12.58 Get:145 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 devscripts amd64 2.17.12ubuntu1.1 [870 kB]
11:59:31 #10 12.60 Get:146 http://archive.ubuntu.com/ubuntu bionic/main amd64 diffstat amd64 1.61-1build1 [24.1 kB]
11:59:31 #10 12.60 Get:147 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB]
11:59:31 #10 12.61 Get:148 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.6 [124 kB]
11:59:31 #10 12.61 Get:149 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.18.04.2 [94.6 kB]
11:59:31 #10 12.61 Get:150 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B]
11:59:31 #10 12.61 Get:151 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.6 [317 kB]
11:59:31 #10 12.62 Get:152 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-pkg-resources all 39.0.1-2ubuntu0.1 [99.0 kB]
11:59:31 #10 12.63 Get:153 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-chardet all 3.0.4-1 [80.3 kB]
11:59:31 #10 12.63 Get:154 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-six all 1.11.0-2 [11.4 kB]
11:59:31 #10 12.63 Get:155 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-debian all 0.1.32 [65.4 kB]
11:59:31 #10 12.63 Get:156 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
11:59:31 #10 12.63 Get:157 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.6 [128 kB]
11:59:31 #10 12.64 Get:158 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.6 [468 kB]
11:59:31 #10 12.65 Get:159 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB]
11:59:31 #10 12.65 Get:160 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.6 [227 kB]
11:59:31 #10 12.66 Get:161 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.6 [91.8 kB]
11:59:31 #10 12.66 Get:162 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.6 [85.0 kB]
11:59:31 #10 12.67 Get:163 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.6 [215 kB]
11:59:31 #10 12.67 Get:164 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.6 [249 kB]
11:59:31 #10 12.68 Get:165 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgpgme11 amd64 1.10.0-1ubuntu2 [111 kB]
11:59:31 #10 12.68 Get:166 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-gpg amd64 1.10.0-1ubuntu2 [150 kB]
11:59:31 #10 12.69 Get:167 http://archive.ubuntu.com/ubuntu bionic/main amd64 dput all 1.0.1ubuntu1 [42.7 kB]
11:59:31 #10 12.69 Get:168 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB]
11:59:31 #10 12.69 Get:169 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB]
11:59:31 #10 12.69 Get:170 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.22 [218 kB]
11:59:31 #10 12.70 Get:171 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]
11:59:31 #10 12.70 Get:172 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.15 [804 kB]
11:59:31 #10 12.73 Get:173 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.15 [3925 kB]
11:59:31 #10 12.84 Get:174 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
11:59:31 #10 12.84 Get:175 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB]
11:59:31 #10 12.84 Get:176 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:59:31 #10 12.84 Get:177 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapt-pkg-perl amd64 0.1.33build1 [68.0 kB]
11:59:31 #10 12.84 Get:178 http://archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
11:59:31 #10 12.84 Get:179 http://archive.ubuntu.com/ubuntu bionic/main amd64 libb-hooks-op-check-perl amd64 0.22-1 [10.1 kB]
11:59:31 #10 12.84 Get:180 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:59:31 #10 12.84 Get:181 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdevel-callchecker-perl amd64 0.007-2build1 [14.1 kB]
11:59:31 #10 12.84 Get:182 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-classify-perl amd64 0.015-1 [21.2 kB]
11:59:31 #10 12.85 Get:183 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:59:31 #10 12.86 Get:184 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
11:59:31 #10 12.86 Get:185 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:59:31 #10 12.86 Get:186 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:59:31 #10 12.86 Get:187 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvariable-magic-perl amd64 0.62-1 [34.5 kB]
11:59:31 #10 12.86 Get:188 http://archive.ubuntu.com/ubuntu bionic/main amd64 libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
11:59:31 #10 12.86 Get:189 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
11:59:31 #10 12.86 Get:190 http://archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB]
11:59:31 #10 12.87 Get:191 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB]
11:59:31 #10 12.87 Get:192 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB]
11:59:31 #10 12.87 Get:193 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB]
11:59:31 #10 12.87 Get:194 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9940 B]
11:59:31 #10 12.88 Get:195 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-name-perl amd64 0.21-1build1 [11.6 kB]
11:59:31 #10 12.88 Get:196 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-accessor-perl all 0.51-1 [21.2 kB]
11:59:31 #10 12.89 Get:197 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
11:59:31 #10 12.89 Get:198 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-xsaccessor-perl amd64 1.19-2build8 [32.8 kB]
11:59:31 #10 12.89 Get:199 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclone-perl amd64 0.39-1 [10.4 kB]
11:59:31 #10 12.89 Get:200 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
11:59:31 #10 12.89 Get:201 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-util-perl amd64 1.07-3build3 [19.6 kB]
11:59:31 #10 12.89 Get:202 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
11:59:31 #10 12.92 Get:203 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
11:59:31 #10 12.93 Get:204 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdevel-globaldestruction-perl all 0.14-1 [6752 B]
11:59:31 #10 12.93 Get:205 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
11:59:31 #10 12.94 Get:206 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
11:59:31 #10 12.94 Get:207 http://archive.ubuntu.com/ubuntu bionic/main amd64 perl-openssl-defaults amd64 3build1 [7012 B]
11:59:31 #10 12.95 Get:208 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnet-ssleay-perl amd64 1.84-1ubuntu0.2 [283 kB]
11:59:31 #10 12.99 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:59:31 #10 13.00 Get:210 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:59:31 #10 13.00 Get:211 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmailtools-perl all 2.18-1 [74.0 kB]
11:59:31 #10 13.00 Get:212 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsocket6-perl amd64 0.27-1build2 [23.0 kB]
11:59:31 #10 13.00 Get:213 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-socket-inet6-perl all 2.72-2 [13.8 kB]
11:59:31 #10 13.00 Get:214 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-ip-perl all 1.26-1 [31.5 kB]
11:59:31 #10 13.00 Get:215 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-dns-perl all 1.10-2 [335 kB]
11:59:31 #10 13.01 Get:216 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:59:31 #10 13.01 Get:217 http://archive.ubuntu.com/ubuntu bionic/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
11:59:31 #10 13.01 Get:218 http://archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
11:59:31 #10 13.01 Get:219 http://archive.ubuntu.com/ubuntu bionic/main amd64 libexporter-tiny-perl all 1.000000-2 [34.6 kB]
11:59:31 #10 13.02 Get:220 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
11:59:31 #10 13.02 Get:221 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB]
11:59:31 #10 13.02 Get:222 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:59:31 #10 13.02 Get:223 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB]
11:59:31 #10 13.03 Get:224 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB]
11:59:31 #10 13.03 Get:225 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
11:59:31 #10 13.03 Get:226 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
11:59:31 #10 13.03 Get:227 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-stringy-perl all 2.111-2 [60.6 kB]
11:59:31 #10 13.03 Get:228 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-validate-perl amd64 1.29-1 [52.3 kB]
11:59:31 #10 13.04 Get:229 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
11:59:31 #10 13.04 Get:230 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
11:59:31 #10 13.04 Get:231 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
11:59:31 #10 13.04 Get:232 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgit-wrapper-perl all 0.047-1 [29.6 kB]
11:59:31 #10 13.04 Get:233 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
11:59:31 #10 13.06 Get:234 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
11:59:31 #10 13.06 Get:235 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB]
11:59:31 #10 13.06 Get:236 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB]
11:59:31 #10 13.06 Get:237 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tree-perl all 5.07-1 [200 kB]
11:59:31 #10 13.06 Get:238 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
11:59:31 #10 13.07 Get:239 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
11:59:31 #10 13.07 Get:240 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhttp-daemon-perl all 6.01-1ubuntu0.1 [15.9 kB]
11:59:31 #10 13.07 Get:241 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
11:59:31 #10 13.07 Get:242 http://archive.ubuntu.com/ubuntu bionic/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:59:31 #10 13.07 Get:243 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-pty-perl amd64 1:1.08-1.1build4 [30.1 kB]
11:59:31 #10 13.08 Get:244 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
11:59:31 #10 13.08 Get:245 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-run-perl all 0.96-1 [89.9 kB]
11:59:31 #10 13.08 Get:246 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
11:59:31 #10 13.08 Get:247 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblist-moreutils-perl amd64 0.416-1build3 [55.5 kB]
11:59:31 #10 13.09 Get:248 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]
11:59:31 #10 13.10 Get:249 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB]
11:59:31 #10 13.10 Get:250 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-http-perl all 6.17-1 [22.7 kB]
11:59:31 #10 13.10 Get:251 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
11:59:31 #10 13.10 Get:252 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwww-perl all 6.31-1ubuntu0.1 [137 kB]
11:59:31 #10 13.10 Get:253 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
11:59:31 #10 13.11 Get:254 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:59:31 #10 13.11 Get:255 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:59:31 #10 13.11 Get:256 http://archive.ubuntu.com/ubuntu bionic/main amd64 librole-tiny-perl all 2.000006-1 [15.9 kB]
11:59:31 #10 13.11 Get:257 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstrictures-perl all 2.000003-1 [16.1 kB]
11:59:31 #10 13.11 Get:258 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-quote-perl all 2.005000-1 [17.0 kB]
11:59:31 #10 13.13 Get:259 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmoo-perl all 2.003004-1 [45.5 kB]
11:59:31 #10 13.13 Get:260 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpackage-stash-perl all 0.37-1 [18.3 kB]
11:59:31 #10 13.13 Get:261 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-identify-perl amd64 0.14-1 [10.5 kB]
11:59:31 #10 13.13 Get:262 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:59:31 #10 13.13 Get:263 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
11:59:31 #10 13.14 Get:264 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
11:59:31 #10 13.14 Get:265 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpackage-stash-xs-perl amd64 0.28-3build2 [16.4 kB]
11:59:31 #10 13.14 Get:266 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
11:59:31 #10 13.14 Get:267 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
11:59:31 #10 13.14 Get:268 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
11:59:31 #10 13.16 Get:269 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpath-tiny-perl all 0.104-1 [55.3 kB]
11:59:31 #10 13.16 Get:270 http://archive.ubuntu.com/ubuntu bionic/main amd64 libperlio-gzip-perl amd64 0.19-1build3 [14.4 kB]
11:59:31 #10 13.16 Get:271 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
11:59:31 #10 13.16 Get:272 http://archive.ubuntu.com/ubuntu bionic/main amd64 libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
11:59:31 #10 13.16 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:59:31 #10 13.17 Get:274 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsort-key-perl amd64 1.33-2 [35.0 kB]
11:59:31 #10 13.17 Get:275 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstring-copyright-perl all 0.003005-1 [10.1 kB]
11:59:31 #10 13.17 Get:276 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:59:31 #10 13.17 Get:277 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
11:59:31 #10 13.17 Get:278 http://archive.ubuntu.com/ubuntu bionic/main amd64 libunicode-utf8-perl amd64 0.60-1build4 [17.9 kB]
11:59:31 #10 13.18 Get:279 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:59:31 #10 13.18 Get:280 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:59:31 #10 13.18 Get:281 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
11:59:31 #10 13.18 Get:282 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-libxml-perl amd64 2.0128+dfsg-5 [316 kB]
11:59:31 #10 13.19 Get:283 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-parser-perl amd64 2.44-2build3 [199 kB]
11:59:31 #10 13.20 Get:284 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-expat-perl all 0.40-2 [11.5 kB]
11:59:31 #10 13.20 Get:285 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-simple-perl all 2.24-1 [63.6 kB]
11:59:31 #10 13.20 Get:286 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-libyaml-perl amd64 0.69+repack-1 [26.4 kB]
11:59:31 #10 13.20 Get:287 http://archive.ubuntu.com/ubuntu bionic/main amd64 licensecheck all 3.0.31-2 [22.0 kB]
11:59:31 #10 13.20 Get:288 http://archive.ubuntu.com/ubuntu bionic/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
11:59:31 #10 13.21 Get:289 http://archive.ubuntu.com/ubuntu bionic/main amd64 t1utils amd64 1.41-2 [56.0 kB]
11:59:31 #10 13.21 Get:290 http://archive.ubuntu.com/ubuntu bionic/main amd64 lintian all 2.5.81ubuntu1 [847 kB]
11:59:31 #10 13.22 Get:291 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB]
11:59:31 #10 13.26 Get:292 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-certifi all 2018.1.18-2 [144 kB]
11:59:31 #10 13.26 Get:293 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-idna all 2.6-1 [32.5 kB]
11:59:31 #10 13.27 Get:294 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
11:59:31 #10 13.27 Get:295 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
11:59:31 #10 13.27 Get:296 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-unidiff all 0.5.4-1 [7140 B]
11:59:31 #10 13.27 Get:297 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
11:59:31 #10 13.27 Get:298 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.2 [168 kB]
11:59:31 #10 13.28 Get:299 http://archive.ubuntu.com/ubuntu bionic/main amd64 wdiff amd64 1.2.2-2 [29.6 kB]
11:59:31 #10 13.28 Get:300 http://archive.ubuntu.com/ubuntu bionic/universe amd64 equivs all 2.1.0 [19.4 kB]
11:59:31 #10 13.28 Get:301 http://archive.ubuntu.com/ubuntu bionic/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:59:31 #10 13.29 Get:302 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-magic all 2:0.4.15-1 [9280 B]
11:59:31 #10 13.68 debconf: delaying package configuration, since apt-utils is not installed
11:59:31 #10 13.70 Fetched 98.9 MB in 3s (28.9 MB/s)
11:59:31 #10 13.73 Selecting previously unselected package liblocale-gettext-perl.
11:59:31 #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 ... 4051 files and directories currently installed.)
11:59:31 #10 13.73 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_amd64.deb ...
11:59:31 #10 13.73 Unpacking liblocale-gettext-perl (1.07-3build2) ...
11:59:31 #10 13.78 Selecting previously unselected package libssl1.1:amd64.
11:59:31 #10 13.78 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.20_amd64.deb ...
11:59:31 #10 13.78 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.20) ...
11:59:31 #10 14.00 Selecting previously unselected package libpython3.6-minimal:amd64.
11:59:31 #10 14.00 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
11:59:31 #10 14.01 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.9) ...
11:59:31 #10 14.15 Selecting previously unselected package libexpat1:amd64.
11:59:31 #10 14.15 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_amd64.deb ...
11:59:31 #10 14.15 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
11:59:31 #10 14.20 Selecting previously unselected package python3.6-minimal.
11:59:31 #10 14.20 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
11:59:31 #10 14.21 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
11:59:31 #10 14.45 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.20) ...
11:59:31 #10 14.55 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.9) ...
11:59:31 #10 14.57 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
11:59:31 #10 14.58 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
11:59:31 #10 15.21 Selecting previously unselected package python3-minimal.
11:59:31 #10 15.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 ... 4322 files and directories currently installed.)
11:59:31 #10 15.21 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ...
11:59:31 #10 15.22 Unpacking python3-minimal (3.6.7-1~18.04) ...
11:59:31 #10 15.26 Selecting previously unselected package mime-support.
11:59:31 #10 15.26 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
11:59:31 #10 15.26 Unpacking mime-support (3.60ubuntu1) ...
11:59:31 #10 15.30 Selecting previously unselected package libmpdec2:amd64.
11:59:31 #10 15.30 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ...
11:59:31 #10 15.31 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ...
11:59:31 #10 15.34 Selecting previously unselected package readline-common.
11:59:31 #10 15.34 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
11:59:31 #10 15.35 Unpacking readline-common (7.0-3) ...
11:59:31 #10 15.39 Selecting previously unselected package libreadline7:amd64.
11:59:31 #10 15.39 Preparing to unpack .../4-libreadline7_7.0-3_amd64.deb ...
11:59:31 #10 15.39 Unpacking libreadline7:amd64 (7.0-3) ...
11:59:31 #10 15.45 Selecting previously unselected package libsqlite3-0:amd64.
11:59:31 #10 15.45 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_amd64.deb ...
11:59:31 #10 15.46 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
11:59:31 #10 15.54 Selecting previously unselected package libpython3.6-stdlib:amd64.
11:59:31 #10 15.54 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
11:59:31 #10 15.55 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.9) ...
11:59:31 #10 13.42 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
11:59:31 #10 13.43 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:59:31 #10 13.48 Selecting previously unselected package libsigsegv2:arm64.
11:59:31 #10 13.49 Preparing to unpack .../020-libsigsegv2_2.13-1_arm64.deb ...
11:59:31 #10 13.49 Unpacking libsigsegv2:arm64 (2.13-1) ...
11:59:31 #10 13.54 Selecting previously unselected package m4.
11:59:31 #10 13.54 Preparing to unpack .../021-m4_1.4.18-5_arm64.deb ...
11:59:31 #10 13.54 Unpacking m4 (1.4.18-5) ...
11:59:31 #10 13.64 Selecting previously unselected package autoconf.
11:59:31 #10 13.64 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
11:59:31 #10 13.65 Unpacking autoconf (2.69-14) ...
11:59:31 #10 13.74 Selecting previously unselected package autotools-dev.
11:59:31 #10 13.75 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
11:59:31 #10 13.75 Unpacking autotools-dev (20180224.1+nmu1) ...
11:59:31 #10 15.15 Get:288 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-certifi all 2018.1.18-2 [144 kB]
11:59:31 #10 15.16 Get:289 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-idna all 2.6-1 [32.5 kB]
11:59:31 #10 15.16 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:59:31 #10 15.16 Get:291 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
11:59:31 #10 15.16 Get:292 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-unidiff all 0.5.4-1 [7140 B]
11:59:31 #10 15.16 Get:293 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
11:59:31 #10 15.16 Get:294 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 unzip arm64 6.0-21ubuntu1.2 [159 kB]
11:59:31 #10 15.17 Get:295 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 wdiff arm64 1.2.2-2 [27.9 kB]
11:59:31 #10 15.17 Get:296 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 equivs all 2.1.0 [19.4 kB]
11:59:31 #10 15.22 Get:297 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:59:31 #10 15.30 Get:298 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-magic all 2:0.4.15-1 [9280 B]
11:59:31 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 6.9s done
11:59:31 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
11:59:31 #20 1.754 (9/22) Installing libxml2 (2.9.14-r2)
11:59:31 #20 1.779 (10/22) Installing llvm13-libs (13.0.1-r2)
11:59:31 #10 18.26 Selecting previously unselected package libmagic-mgc.
11:59:31 #10 18.26 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
11:59:31 #10 18.27 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
11:59:31 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 47.19MB / 53.32MB 12.1s
11:59:31 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 38.80MB / 116.78MB 12.1s
11:59:31 #11 11.72 Get:127 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 cpp arm64 4:12.2.0-1ubuntu1 [27.3 kB]
11:59:31 #11 11.72 Get:128 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcc1-0 arm64 12.2.0-3ubuntu1 [44.1 kB]
11:59:31 #11 11.72 Get:129 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgomp1 arm64 12.2.0-3ubuntu1 [122 kB]
11:59:31 #11 11.73 Get:130 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libitm1 arm64 12.2.0-3ubuntu1 [27.9 kB]
11:59:31 #11 11.73 Get:131 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libatomic1 arm64 12.2.0-3ubuntu1 [10.7 kB]
11:59:31 #11 11.73 Get:132 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libasan8 arm64 12.2.0-3ubuntu1 [2375 kB]
11:59:31 #11 11.83 Get:133 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblsan0 arm64 12.2.0-3ubuntu1 [1027 kB]
11:59:31 #11 11.87 Get:134 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtsan2 arm64 12.2.0-3ubuntu1 [2514 kB]
11:59:31 #11 11.98 Get:135 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libubsan1 arm64 12.2.0-3ubuntu1 [957 kB]
11:59:31 #11 12.02 Get:136 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhwasan0 arm64 12.2.0-3ubuntu1 [1109 kB]
11:59:31 #11 12.07 Get:137 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgcc-12-dev arm64 12.2.0-3ubuntu1 [1157 kB]
11:59:31 #10 15.57 Preparing to unpack .../012-krb5-locales_1.20.1-1_all.deb ...
11:59:31 #10 15.58 Unpacking krb5-locales (1.20.1-1) ...
11:59:31 #10 15.62 Selecting previously unselected package bsdextrautils.
11:59:31 #10 15.62 Preparing to unpack .../013-bsdextrautils_2.38.1-4_arm64.deb ...
11:59:31 #10 15.63 Unpacking bsdextrautils (2.38.1-4) ...
11:59:31 #10 15.67 Selecting previously unselected package libpipeline1:arm64.
11:59:31 #10 15.67 Preparing to unpack .../014-libpipeline1_1.5.7-1_arm64.deb ...
11:59:31 #10 15.68 Unpacking libpipeline1:arm64 (1.5.7-1) ...
11:59:31 #10 15.75 Selecting previously unselected package man-db.
11:59:31 #10 15.75 Preparing to unpack .../015-man-db_2.11.2-1_arm64.deb ...
11:59:31 #10 15.76 Unpacking man-db (2.11.2-1) ...
11:59:31 #7 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 8.5s done
11:59:31 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 11.53MB / 53.32MB 8.8s
11:59:31 #20 1.925 Reading package lists...
11:59:31 #10 15.28 Selecting previously unselected package libmagic1:arm64.
11:59:31 #10 15.28 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_arm64.deb ...
11:59:31 #10 15.29 Unpacking libmagic1:arm64 (1:5.35-4+deb10u2) ...
11:59:31 #10 15.38 Selecting previously unselected package file.
11:59:31 #10 15.38 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_arm64.deb ...
11:59:31 #10 15.39 Unpacking file (1:5.35-4+deb10u2) ...
11:59:31 #10 15.50 Selecting previously unselected package gettext-base.
11:59:31 #11 15.41 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
11:59:31 #11 15.43 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B]
11:59:31 #11 15.43 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB]
11:59:31 #11 15.43 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:59:31 #11 15.44 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB]
11:59:31 #11 15.44 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
11:59:31 #11 15.44 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
11:59:31 #11 15.44 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
11:59:31 #11 15.44 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
11:59:31 #11 15.48 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:59:31 #11 15.52 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
11:59:31 #11 15.53 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB]
11:59:31 #11 15.53 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB]
11:59:31 #11 15.53 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:59:31 #11 15.53 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
11:59:31 #11 15.53 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
11:59:31 #11 15.53 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
11:59:31 #11 15.53 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
11:59:31 #11 15.57 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:59:31 #11 15.64 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
11:59:31 #11 15.64 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
11:59:31 #11 15.64 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
11:59:31 #11 15.64 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:59:31 #11 15.64 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
11:59:31 #11 15.64 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
11:59:31 #11 15.64 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB]
11:59:31 #10 11.36 (77/165): enchant-1.6.0-30.el9.aarch64.rpm      127 kB/s |  61 kB     00:00    
11:59:31 #11 14.51 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_amd64.deb ...
11:59:31 #11 14.51 Unpacking libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ...
11:59:31 #11 14.64 Selecting previously unselected package libexpat1:amd64.
11:59:31 #11 14.64 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_amd64.deb ...
11:59:31 #11 14.65 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.2) ...
11:59:31 #11 14.69 Selecting previously unselected package python3.10-minimal.
11:59:31 #11 14.69 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_amd64.deb ...
11:59:31 #11 14.69 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
11:59:31 #11 6.080   autoconf automake autopoint autotools-dev binutils
11:59:31 #11 6.080   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
11:59:31 #11 6.080   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
11:59:31 #11 6.080   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:31 #11 6.080   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:59:31 #11 6.080   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git
11:59:31 #11 6.081   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:59:31 #11 6.081   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less
11:59:31 #11 6.081   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:31 #11 6.081   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:31 #11 6.081   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:59:31 #11 6.081   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:31 #11 6.081   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:59:31 #11 6.081   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:59:31 #11 6.081   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:31 #11 6.081   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:31 #11 6.081   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:59:31 #11 6.081   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:31 #11 6.081   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:59:31 #11 6.081   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:59:31 #11 6.081   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:59:31 #11 6.081   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:59:31 #11 6.081   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:59:31 #11 6.081   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:59:31 #11 6.081   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:59:31 #11 6.081   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:31 #11 6.081   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:31 #11 6.081   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:59:31 #11 6.081   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:59:31 #11 6.081   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:59:31 #11 6.081   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:59:31 #11 6.081   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:31 #11 6.081   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:31 #11 6.081   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:31 #11 6.081   libhwasan0 libicu70 libimport-into-perl libio-html-perl
11:59:31 #11 6.081   libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl
11:59:31 #11 6.081   libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
11:59:31 #11 6.081   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
11:59:31 #11 6.081   libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8
11:59:31 #11 6.082   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
11:59:31 #11 6.082   libldap-common liblist-compare-perl liblist-moreutils-perl
11:59:31 #11 6.082   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:31 #11 6.082   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:59:31 #11 6.082   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:31 #11 6.082   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:59:31 #11 6.082   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:59:31 #11 6.082   libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
11:59:31 #11 6.082   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
11:59:31 #11 6.082   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:59:31 #11 6.082   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
11:59:31 #11 6.082   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
11:59:31 #11 6.082   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:59:31 #11 6.082   libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl
11:59:31 #11 6.082   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
11:59:31 #11 6.082   libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl
11:59:31 #11 6.082   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
11:59:31 #11 6.082   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal
11:59:31 #11 6.082   libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8
11:59:31 #11 6.082   libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:31 #11 6.082   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
11:59:31 #11 6.082   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:31 #11 6.082   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
11:59:31 #11 6.082   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
11:59:31 #11 6.082   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
11:59:31 #11 6.082   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
11:59:31 #11 6.082   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:31 #11 6.082   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:31 #11 6.082   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:59:31 #11 6.082   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:59:31 #11 6.082   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:59:31 #11 6.082   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
11:59:31 #11 6.082   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:59:31 #11 6.082   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
11:59:31 #11 6.082   libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6
11:59:31 #11 6.082   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:59:31 #11 6.082   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:59:31 #11 6.082   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4
11:59:31 #11 6.082   libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck
11:59:31 #11 6.083   lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make
11:59:31 #11 6.083   man-db manpages manpages-dev media-types netbase openssh-client openssl
11:59:31 #11 6.083   patch patchutils perl perl-modules-5.34 perl-openssl-defaults
11:59:31 #11 6.083   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:59:31 #11 6.083   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:59:31 #11 6.083   python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:31 #11 6.083   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:31 #11 6.083   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
11:59:31 #11 6.083   ucf unzip wdiff xauth xz-utils zstd
11:59:31 #10 14.02 Selecting previously unselected package automake.
11:59:31 #10 15.82 Selecting previously unselected package python3.6.
11:59:31 #10 15.82 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
11:59:31 #10 15.83 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.9) ...
11:59:31 #10 15.87 Selecting previously unselected package libpython3-stdlib:amd64.
11:59:31 #10 15.87 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
11:59:31 #10 15.87 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
11:59:31 #10 15.90 Setting up python3-minimal (3.6.7-1~18.04) ...
11:59:31 #10 15.45 debconf: delaying package configuration, since apt-utils is not installed
11:59:31 #10 15.48 Fetched 87.9 MB in 9s (10.2 MB/s)
11:59:31 #10 15.50 Selecting previously unselected package liblocale-gettext-perl.
11:59:31 #10 15.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 ... 4044 files and directories currently installed.)
11:59:31 #10 15.51 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_arm64.deb ...
11:59:31 #10 15.51 Unpacking liblocale-gettext-perl (1.07-3build2) ...
11:59:31 #10 15.56 Selecting previously unselected package libssl1.1:arm64.
11:59:31 #11 13.24 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
11:59:31 #11 13.24 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6 [11.1 kB]
11:59:31 #11 13.24 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:59:31 #11 13.24 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libapt-pkg-perl arm64 0.1.36build3 [65.8 kB]
11:59:31 #11 13.24 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarchive-cpio-perl all 0.10-1 [9644 B]
11:59:31 #11 13.24 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarray-intspan-perl all 2.003-1 [23.3 kB]
11:59:31 #11 13.24 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
11:59:31 #11 13.24 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:59:31 #11 13.24 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:59:31 #11 13.31 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libvariable-magic-perl arm64 0.62-1build2 [33.1 kB]
11:59:31 #11 13.32 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
11:59:31 #11 13.32 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:59:31 #11 13.32 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclass-xsaccessor-perl arm64 1.19-3build3 [33.1 kB]
11:59:31 #11 13.32 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclone-perl arm64 0.43-2 [10.8 kB]
11:59:31 #11 13.32 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcommon-sense-perl arm64 3.74-2build6 [20.1 kB]
11:59:31 #11 13.32 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-util-perl arm64 1.07-3build5 [19.2 kB]
11:59:31 #11 13.32 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-install-perl all 0.928-1 [10.5 kB]
11:59:31 #11 13.32 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdata-optlist-perl all 0.110-1 [9956 B]
11:59:31 #11 13.39 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
11:59:31 #11 13.40 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libconst-fast-perl all 0.014-1 [7958 B]
11:59:31 #11 13.40 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwant-perl arm64 0.29-1build4 [23.9 kB]
11:59:31 #11 13.40 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:59:31 #11 13.40 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcpanel-json-xs-perl arm64 4.19-1build1 [107 kB]
11:59:31 #11 13.40 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdata-dump-perl all 1.23-1 [27.0 kB]
11:59:31 #11 13.40 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
11:59:31 #11 13.40 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
11:59:31 #11 13.40 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
11:59:31 #11 13.46 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:59:31 #11 13.47 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
11:59:31 #11 13.48 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-ip-perl all 1.26-2 [27.4 kB]
11:59:31 #11 13.48 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-dns-perl all 1.22-1 [336 kB]
11:59:31 #11 13.48 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:59:31 #11 13.48 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libemail-valid-perl all 1.202-1 [16.3 kB]
11:59:31 #11 13.48 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
11:59:31 #11 13.48 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
11:59:31 #11 13.48 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-basedir-perl all 0.08-1 [16.9 kB]
11:59:31 #11 13.54 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:59:31 #11 13.56 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-fcntllock-perl arm64 0.22-3build4 [33.0 kB]
11:59:31 #11 13.56 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnumber-compare-perl all 0.03-1 [7318 B]
11:59:31 #11 13.56 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtext-glob-perl all 0.10-1 [7554 B]
11:59:31 #11 13.56 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:59:31 #11 13.56 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfont-afm-perl all 1.20-2 [13.2 kB]
11:59:31 #11 13.56 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-string-perl all 1.08-3 [11.1 kB]
11:59:31 #11 13.56 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfont-ttf-perl all 1.06-1 [313 kB]
11:59:31 #11 13.56 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfuture-perl all 0.43-1 [77.8 kB]
11:59:31 #7 DONE 20.7s
11:59:31 
11:59:31 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:31 #11 9.090 Get:53 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 krb5-locales all 1.20-1ubuntu0.1 [11.6 kB]
11:59:31 #11 9.090 Get:54 http://archive.ubuntu.com/ubuntu kinetic/main amd64 less amd64 590-1build1 [143 kB]
11:59:31 #11 9.090 Get:55 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmd0 amd64 1.0.4-2 [22.7 kB]
11:59:31 #11 9.090 Get:56 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libbsd0 amd64 0.11.6-1 [44.5 kB]
11:59:31 #11 9.090 Get:57 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libelf1 amd64 0.187-4 [50.9 kB]
11:59:31 #11 9.090 Get:58 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
11:59:31 #11 9.090 Get:59 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libicu71 amd64 71.1-3ubuntu1 [10.6 MB]
11:59:31 #11 9.536 Get:60 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libxml2 amd64 2.9.14+dfsg-1ubuntu0.1 [763 kB]
11:59:31 #11 9.565 Get:61 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libyaml-0-2 amd64 0.2.5-1 [52.8 kB]
11:59:31 #11 9.567 Get:62 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lsb-release all 11.2ubuntu1 [11.1 kB]
11:59:31 #11 9.567 Get:63 http://archive.ubuntu.com/ubuntu kinetic/main amd64 netbase all 6.3 [12.9 kB]
11:59:31 #11 9.569 Get:64 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB]
11:59:31 #11 9.572 Get:65 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-gi amd64 3.42.2-2 [226 kB]
11:59:31 #11 9.580 Get:66 http://archive.ubuntu.com/ubuntu kinetic/main amd64 networkd-dispatcher all 2.1-2ubuntu1 [15.5 kB]
11:59:31 #11 9.581 Get:67 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python-apt-common all 2.4.0+22.10 [14.8 kB]
11:59:31 #11 9.582 Get:68 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3-apt amd64 2.4.0+22.10 [158 kB]
11:59:31 #11 9.611 Get:69 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
11:59:31 #11 9.686 Get:70 http://archive.ubuntu.com/ubuntu kinetic/main amd64 shared-mime-info amd64 2.2-1 [459 kB]
11:59:31 #11 9.703 Get:71 http://archive.ubuntu.com/ubuntu kinetic/main amd64 systemd-resolved amd64 251.4-1ubuntu7 [277 kB]
11:59:31 #11 9.713 Get:72 http://archive.ubuntu.com/ubuntu kinetic/main amd64 systemd-timesyncd amd64 251.4-1ubuntu7 [33.6 kB]
11:59:31 #11 9.713 Get:73 http://archive.ubuntu.com/ubuntu kinetic/main amd64 ucf all 3.0043 [56.1 kB]
11:59:31 #11 9.715 Get:74 http://archive.ubuntu.com/ubuntu kinetic/main amd64 xdg-user-dirs amd64 0.17-2ubuntu4 [53.9 kB]
11:59:31 #11 9.717 Get:75 http://archive.ubuntu.com/ubuntu kinetic/main amd64 bsdextrautils amd64 2.38-4ubuntu1 [71.1 kB]
11:59:31 #11 9.719 Get:76 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmagic-mgc amd64 1:5.41-4 [257 kB]
11:59:31 #11 9.729 Get:77 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmagic1 amd64 1:5.41-4 [87.3 kB]
11:59:31 #11 9.731 Get:78 http://archive.ubuntu.com/ubuntu kinetic/main amd64 file amd64 1:5.41-4 [21.5 kB]
11:59:31 #11 9.762 Get:79 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gettext-base amd64 0.21-8 [37.8 kB]
11:59:31 #11 9.837 Get:80 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB]
11:59:31 #11 9.840 Get:81 http://archive.ubuntu.com/ubuntu kinetic/main amd64 groff-base amd64 1.22.4-8build1 [955 kB]
11:59:31 #11 9.889 Get:82 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB]
11:59:31 #11 9.906 Get:83 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB]
11:59:31 #11 9.906 Get:84 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfido2-1 amd64 1.11.0-1 [82.5 kB]
11:59:31 #11 9.906 Get:85 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnghttp2-14 amd64 1.49.0-1 [73.5 kB]
11:59:31 #11 9.906 Get:86 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpipeline1 amd64 1.5.6-2 [23.3 kB]
11:59:31 #11 9.906 Get:87 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpng16-16 amd64 1.6.38-2 [186 kB]
11:59:31 #11 9.913 Get:88 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
11:59:31 #11 9.913 Get:89 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
11:59:31 #11 9.988 Get:90 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
11:59:31 #11 9.988 Get:91 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxcb1 amd64 1.15-1 [48.0 kB]
11:59:31 #11 9.990 Get:92 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libx11-data all 2:1.8.1-2 [118 kB]
11:59:31 #11 9.995 Get:93 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libx11-6 amd64 2:1.8.1-2 [650 kB]
11:59:31 #11 10.02 Get:94 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB]
11:59:31 #11 10.03 Get:95 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB]
11:59:31 #11 10.03 Get:96 http://archive.ubuntu.com/ubuntu kinetic/main amd64 man-db amd64 2.10.2-2 [1180 kB]
11:59:31 #11 10.08 Get:97 http://archive.ubuntu.com/ubuntu kinetic/main amd64 manpages all 5.13-1 [1391 kB]
11:59:31 #11 10.14 Get:98 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 openssh-client amd64 1:9.0p1-1ubuntu7.1 [876 kB]
11:59:31 #11 10.18 Get:99 http://archive.ubuntu.com/ubuntu kinetic/main amd64 publicsuffix all 20220811.1734-1 [130 kB]
11:59:31 #11 10.18 Get:100 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libunwind8 amd64 1.6.2-0ubuntu1 [56.2 kB]
11:59:31 #11 10.18 Get:101 http://archive.ubuntu.com/ubuntu kinetic/main amd64 strace amd64 5.16-0ubuntu4 [560 kB]
11:59:31 #11 10.49 Get:102 http://archive.ubuntu.com/ubuntu kinetic/main amd64 xauth amd64 1:1.1.1-1 [27.6 kB]
11:59:31 #11 10.52 Get:103 http://archive.ubuntu.com/ubuntu kinetic/main amd64 xz-utils amd64 5.2.5-2.1 [83.8 kB]
11:59:31 #11 10.54 Get:104 http://archive.ubuntu.com/ubuntu kinetic/main amd64 m4 amd64 1.4.19-1 [244 kB]
11:59:31 #11 10.57 Get:105 http://archive.ubuntu.com/ubuntu kinetic/main amd64 autoconf all 2.71-2 [338 kB]
11:59:31 #11 10.58 Get:106 http://archive.ubuntu.com/ubuntu kinetic/main amd64 autotools-dev all 20220109.1 [44.9 kB]
11:59:31 #11 10.58 Get:107 http://archive.ubuntu.com/ubuntu kinetic/main amd64 automake all 1:1.16.5-1.3 [558 kB]
11:59:31 #11 10.59 Get:108 http://archive.ubuntu.com/ubuntu kinetic/main amd64 autopoint all 0.21-8 [421 kB]
11:59:31 #11 10.60 Get:109 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 binutils-common amd64 2.39-3ubuntu1.1 [225 kB]
11:59:31 #11 10.60 Get:110 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libbinutils amd64 2.39-3ubuntu1.1 [610 kB]
11:59:31 #11 10.62 Get:111 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libctf-nobfd0 amd64 2.39-3ubuntu1.1 [99.8 kB]
11:59:31 #11 10.62 Get:112 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libctf0 amd64 2.39-3ubuntu1.1 [97.4 kB]
11:59:31 #11 10.62 Get:113 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libgprofng0 amd64 2.39-3ubuntu1.1 [897 kB]
11:59:31 #11 10.64 Get:114 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.39-3ubuntu1.1 [2435 kB]
11:59:31 #11 10.68 Get:115 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 binutils amd64 2.39-3ubuntu1.1 [3306 B]
11:59:31 #11 10.68 Get:116 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libc-dev-bin amd64 2.36-0ubuntu4 [20.0 kB]
11:59:31 #11 10.68 Get:117 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 linux-libc-dev amd64 5.19.0-29.30 [1342 kB]
11:59:31 #11 10.72 Get:118 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcrypt-dev amd64 1:4.4.28-2 [112 kB]
11:59:31 #11 10.72 Get:119 http://archive.ubuntu.com/ubuntu kinetic/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]
11:59:31 #11 10.72 Get:120 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [193 kB]
11:59:31 #11 10.73 Get:121 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]
11:59:31 #11 10.73 Get:122 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libc6-dev amd64 2.36-0ubuntu4 [2088 kB]
11:59:31 #11 10.76 Get:123 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libisl23 amd64 0.25-1 [740 kB]
11:59:31 #11 10.77 Get:124 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB]
11:59:31 #11 10.79 Get:125 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB]
11:59:31 #11 10.80 Get:126 http://archive.ubuntu.com/ubuntu kinetic/main amd64 cpp-12 amd64 12.2.0-3ubuntu1 [10.6 MB]
11:59:31 #11 10.99 Get:127 http://archive.ubuntu.com/ubuntu kinetic/main amd64 cpp amd64 4:12.2.0-1ubuntu1 [27.3 kB]
11:59:31 #11 10.99 Get:128 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcc1-0 amd64 12.2.0-3ubuntu1 [46.4 kB]
11:59:31 #11 10.99 Get:129 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgomp1 amd64 12.2.0-3ubuntu1 [125 kB]
11:59:31 #11 10.99 Get:130 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libitm1 amd64 12.2.0-3ubuntu1 [29.4 kB]
11:59:31 #11 10.99 Get:131 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libatomic1 amd64 12.2.0-3ubuntu1 [10.4 kB]
11:59:31 #11 10.99 Get:132 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libasan8 amd64 12.2.0-3ubuntu1 [2433 kB]
11:59:31 #11 11.03 Get:133 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblsan0 amd64 12.2.0-3ubuntu1 [1060 kB]
11:59:31 #11 11.04 Get:134 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtsan2 amd64 12.2.0-3ubuntu1 [2456 kB]
11:59:31 #11 11.09 Get:135 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libubsan1 amd64 12.2.0-3ubuntu1 [969 kB]
11:59:31 #11 11.11 Get:136 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libquadmath0 amd64 12.2.0-3ubuntu1 [152 kB]
11:59:31 #11 11.11 Get:137 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgcc-12-dev amd64 12.2.0-3ubuntu1 [2577 kB]
11:59:31 #11 11.15 Get:138 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gcc-12 amd64 12.2.0-3ubuntu1 [21.4 MB]
11:59:31 #11 11.53 Get:139 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gcc amd64 4:12.2.0-1ubuntu1 [5104 B]
11:59:31 #11 11.53 Get:140 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstdc++-12-dev amd64 12.2.0-3ubuntu1 [2158 kB]
11:59:31 #11 11.57 Get:141 http://archive.ubuntu.com/ubuntu kinetic/main amd64 g++-12 amd64 12.2.0-3ubuntu1 [12.0 MB]
11:59:31 #11 11.78 Get:142 http://archive.ubuntu.com/ubuntu kinetic/main amd64 g++ amd64 4:12.2.0-1ubuntu1 [1406 B]
11:59:31 #11 11.78 Get:143 http://archive.ubuntu.com/ubuntu kinetic/main amd64 make amd64 4.3-4.1build1 [180 kB]
11:59:31 #11 11.79 Get:144 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdpkg-perl all 1.21.9ubuntu1 [237 kB]
11:59:31 #11 11.79 Get:145 http://archive.ubuntu.com/ubuntu kinetic/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB]
11:59:31 #11 11.79 Get:146 http://archive.ubuntu.com/ubuntu kinetic/main amd64 patch amd64 2.7.6-7build2 [109 kB]
11:59:31 #11 11.79 Get:147 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lto-disabled-list all 35 [12.2 kB]
11:59:31 #11 11.80 Get:148 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dpkg-dev all 1.21.9ubuntu1 [1070 kB]
11:59:31 #11 11.81 Get:149 http://archive.ubuntu.com/ubuntu kinetic/main amd64 build-essential amd64 12.9ubuntu3 [4744 B]
11:59:31 #11 11.81 Get:150 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
11:59:31 #11 11.82 Get:151 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-6ubuntu2 [20.3 kB]
11:59:31 #11 11.82 Get:152 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-2 amd64 2.1.28+dfsg-6ubuntu2 [56.6 kB]
11:59:31 #11 11.82 Get:153 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-1ubuntu1 [183 kB]
11:59:31 #11 11.82 Get:154 http://archive.ubuntu.com/ubuntu kinetic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
11:59:31 #11 11.82 Get:155 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
11:59:31 #11 11.83 Get:156 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libcurl4 amd64 7.85.0-1ubuntu0.2 [293 kB]
11:59:31 #11 11.83 Get:157 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 curl amd64 7.85.0-1ubuntu0.2 [199 kB]
11:59:31 #11 11.84 Get:158 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dctrl-tools amd64 2.24-3build2 [66.9 kB]
11:59:31 #11 11.84 Get:159 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdebhelper-perl all 13.9.1ubuntu1 [66.4 kB]
11:59:31 #11 11.84 Get:160 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtool all 2.4.7-4 [166 kB]
11:59:31 #11 11.84 Get:161 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dh-autoreconf all 20 [16.1 kB]
11:59:31 #11 11.84 Get:162 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
11:59:31 #11 11.85 Get:163 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-override-perl all 0.09-3 [9756 B]
11:59:31 #11 11.85 Get:164 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:59:31 #11 11.85 Get:165 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:59:31 #11 11.85 Get:166 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdw1 amd64 0.187-4 [248 kB]
11:59:31 #11 11.86 Get:167 http://archive.ubuntu.com/ubuntu kinetic/main amd64 debugedit amd64 1:5.0-5 [46.1 kB]
11:59:31 #11 11.87 Get:168 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dwz amd64 0.14-1build2 [105 kB]
11:59:31 #11 11.87 Get:169 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gettext amd64 0.21-8 [867 kB]
11:59:31 #11 11.89 Get:170 http://archive.ubuntu.com/ubuntu kinetic/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:59:31 #11 11.89 Get:171 http://archive.ubuntu.com/ubuntu kinetic/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
11:59:31 #11 11.89 Get:172 http://archive.ubuntu.com/ubuntu kinetic/main amd64 debhelper all 13.9.1ubuntu1 [939 kB]
11:59:31 #11 11.91 Get:173 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfakeroot amd64 1.29-1ubuntu1 [31.1 kB]
11:59:31 #11 11.91 Get:174 http://archive.ubuntu.com/ubuntu kinetic/main amd64 fakeroot amd64 1.29-1ubuntu1 [60.0 kB]
11:59:31 #11 11.91 Get:175 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libassuan0 amd64 2.5.5-4 [37.2 kB]
11:59:31 #11 11.91 Get:176 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpgconf amd64 2.2.35-3ubuntu1 [93.6 kB]
11:59:31 #11 11.91 Get:177 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libksba8 amd64 1.6.0-3ubuntu1.1 [119 kB]
11:59:31 #11 11.92 Get:178 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
11:59:31 #11 11.92 Get:179 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dirmngr amd64 2.2.35-3ubuntu1 [303 kB]
11:59:31 #11 11.92 Get:180 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
11:59:31 #11 11.92 Get:181 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg-utils amd64 2.2.35-3ubuntu1 [310 kB]
11:59:31 #11 11.93 Get:182 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg amd64 2.2.35-3ubuntu1 [522 kB]
11:59:31 #11 11.94 Get:183 http://archive.ubuntu.com/ubuntu kinetic/main amd64 pinentry-curses amd64 1.2.0-2ubuntu1 [34.5 kB]
11:59:31 #11 11.95 Get:184 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-agent amd64 2.2.35-3ubuntu1 [215 kB]
11:59:31 #11 11.95 Get:185 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-wks-client amd64 2.2.35-3ubuntu1 [63.7 kB]
11:59:31 #11 11.95 Get:186 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-wks-server amd64 2.2.35-3ubuntu1 [58.7 kB]
11:59:31 #11 11.95 Get:187 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpgsm amd64 2.2.35-3ubuntu1 [201 kB]
11:59:31 #11 11.95 Get:188 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg all 2.2.35-3ubuntu1 [318 kB]
11:59:31 #11 11.96 Get:189 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B]
11:59:31 #11 11.96 Get:190 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-which-perl all 1.27-1 [14.3 kB]
11:59:31 #11 11.96 Get:191 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB]
11:59:31 #11 11.96 Get:192 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-touch-perl all 0.12-1 [9024 B]
11:59:31 #11 11.98 Get:193 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-pty-perl amd64 1:1.15-2build2 [35.1 kB]
11:59:31 #11 11.98 Get:194 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libipc-run-perl all 20220807.0-1 [92.6 kB]
11:59:31 #11 11.98 Get:195 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:59:31 #11 11.98 Get:196 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libclass-xsaccessor-perl amd64 1.19-4 [34.1 kB]
11:59:31 #11 11.98 Get:197 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libb-hooks-op-check-perl amd64 0.22-2 [10.5 kB]
11:59:31 #11 11.98 Get:198 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdynaloader-functions-perl all 0.003-2 [12.5 kB]
11:59:31 #11 11.98 Get:199 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu4 [14.9 kB]
11:59:31 #11 11.98 Get:200 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libparams-classify-perl amd64 0.015-2 [21.9 kB]
11:59:31 #11 11.98 Get:201 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
11:59:31 #11 11.99 Get:202 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
11:59:31 #11 12.38 Get:203 http://archive.ubuntu.com/ubuntu kinetic/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
11:59:31 #11 12.53 Get:204 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:59:31 #11 12.56 Get:205 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmoo-perl all 2.005004-3 [48.0 kB]
11:59:31 #11 12.66 Get:206 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libencode-locale-perl all 1.05-2 [12.2 kB]
11:59:31 #11 12.68 Get:207 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
11:59:31 #11 12.70 Get:208 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
11:59:31 #11 12.71 Get:209 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-listing-perl all 6.15-1 [11.5 kB]
11:59:31 #11 12.72 Get:210 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:59:31 #11 12.73 Get:211 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liburi-perl all 5.12-1ubuntu1 [80.7 kB]
11:59:31 #11 12.78 Get:212 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-parser-perl amd64 3.78-1 [88.3 kB]
11:59:31 #11 12.81 Get:213 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
11:59:31 #11 12.86 Get:214 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-html-perl all 1.004-3 [15.9 kB]
11:59:31 #11 12.86 Get:215 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:59:31 #11 12.87 Get:216 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-message-perl all 6.37-1 [76.3 kB]
11:59:31 #11 12.88 Get:217 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:59:31 #11 12.88 Get:218 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:59:31 #11 12.89 Get:219 http://archive.ubuntu.com/ubuntu kinetic/main amd64 perl-openssl-defaults amd64 7 [7536 B]
11:59:31 #11 12.89 Get:220 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-ssleay-perl amd64 1.92-2 [321 kB]
11:59:31 #11 12.93 Get:221 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-socket-ssl-perl all 2.074-2 [192 kB]
11:59:31 #11 12.95 Get:222 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-http-perl all 6.22-1 [23.2 kB]
11:59:31 #11 12.96 Get:223 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:59:31 #11 12.96 Get:224 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtry-tiny-perl all 0.31-1 [21.8 kB]
11:59:31 #11 12.96 Get:225 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:59:31 #11 12.96 Get:226 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwww-perl all 6.67-1 [141 kB]
11:59:31 #11 12.97 Get:227 http://archive.ubuntu.com/ubuntu kinetic/main amd64 patchutils amd64 0.4.2-1build2 [77.8 kB]
11:59:31 #11 13.03 Get:228 http://archive.ubuntu.com/ubuntu kinetic/main amd64 wdiff amd64 1.2.2-2build3 [29.6 kB]
11:59:31 #11 13.03 Get:229 http://archive.ubuntu.com/ubuntu kinetic/main amd64 devscripts amd64 2.22.2ubuntu3 [1060 kB]
11:59:31 #11 13.08 Get:230 http://archive.ubuntu.com/ubuntu kinetic/main amd64 diffstat amd64 1.64-1build2 [29.2 kB]
11:59:31 #11 13.08 Get:231 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-chardet all 4.0.0-2 [109 kB]
11:59:31 #11 13.08 Get:232 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-debian all 0.1.46 [116 kB]
11:59:31 #11 13.11 Get:233 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgpgme11 amd64 1.17.1-4.1ubuntu1 [136 kB]
11:59:31 #11 13.11 Get:234 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-gpg amd64 1.17.1-4.1ubuntu1 [208 kB]
11:59:31 #11 13.12 Get:235 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-xdg all 0.27-2 [36.9 kB]
11:59:31 #11 13.12 Get:236 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dput all 1.1.2ubuntu2 [46.0 kB]
11:59:31 #11 13.12 Get:237 http://archive.ubuntu.com/ubuntu kinetic/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:59:31 #11 13.18 Get:238 http://archive.ubuntu.com/ubuntu kinetic/main amd64 fontconfig-config all 2.13.1-4.4ubuntu1 [28.2 kB]
11:59:31 #11 13.18 Get:239 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libcurl3-gnutls amd64 7.85.0-1ubuntu0.2 [288 kB]
11:59:31 #11 13.19 Get:240 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
11:59:31 #11 13.19 Get:241 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 git-man all 1:2.37.2-1ubuntu1.2 [975 kB]
11:59:31 #11 13.23 Get:242 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 git amd64 1:2.37.2-1ubuntu1.2 [3287 kB]
11:59:31 #11 13.38 Get:243 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:59:31 #11 13.38 Get:244 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-7 [11.8 kB]
11:59:31 #11 13.38 Get:245 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libalgorithm-merge-perl all 0.08-4 [12.0 kB]
11:59:31 #11 13.38 Get:246 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libaliased-perl all 0.34-2 [13.5 kB]
11:59:31 #11 13.38 Get:247 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libapt-pkg-perl amd64 0.1.40build2 [72.5 kB]
11:59:31 #11 13.39 Get:248 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libarchive-cpio-perl all 0.10-2 [10.3 kB]
11:59:31 #11 13.40 Get:249 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libarray-intspan-perl all 2.004-2 [25.0 kB]
11:59:31 #11 13.40 Get:250 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmodule-implementation-perl all 0.09-2 [12.0 kB]
11:59:31 #11 13.40 Get:251 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-exporter-progressive-perl all 0.001013-2 [7248 B]
11:59:31 #11 13.45 Get:252 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libvariable-magic-perl amd64 0.62-2 [35.5 kB]
11:59:31 #11 13.53 Get:253 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libb-hooks-endofscope-perl all 0.26-1 [17.8 kB]
11:59:31 #11 13.53 Get:254 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libberkeleydb-perl amd64 0.64-1build3 [124 kB]
11:59:31 #11 13.53 Get:255 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfreetype6 amd64 2.12.1+dfsg-3 [387 kB]
11:59:31 #11 13.53 Get:256 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfontconfig1 amd64 2.13.1-4.4ubuntu1 [129 kB]
11:59:31 #11 13.53 Get:257 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
11:59:31 #11 13.54 Get:258 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
11:59:31 #11 13.54 Get:259 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdeflate0 amd64 1.12-1 [76.1 kB]
11:59:31 #11 13.54 Get:260 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.22.10.1 [29.7 kB]
11:59:31 #11 13.54 Get:261 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblerc3 amd64 3.0+ds-1ubuntu1 [128 kB]
11:59:31 #11 13.59 Get:262 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwebp7 amd64 1.2.2-2 [206 kB]
11:59:31 #11 13.67 Get:263 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libtiff5 amd64 4.4.0-4ubuntu3.2 [190 kB]
11:59:31 #11 13.67 Get:264 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.22.10.1 [37.0 kB]
11:59:31 #11 13.67 Get:265 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgd3 amd64 2.3.3-6 [123 kB]
11:59:31 #11 13.67 Get:266 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libc-devtools amd64 2.36-0ubuntu4 [28.5 kB]
11:59:31 #11 13.67 Get:267 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:59:31 #11 13.67 Get:268 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcgi-pm-perl all 4.54-1 [188 kB]
11:59:31 #11 13.68 Get:269 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfcgi0ldbl amd64 2.4.2-2build2 [28.0 kB]
11:59:31 #11 13.68 Get:270 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfcgi-perl amd64 0.82+ds-1build1 [22.8 kB]
11:59:31 #11 13.68 Get:271 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcgi-fast-perl all 1:2.15-1 [10.5 kB]
11:59:31 #11 13.74 Get:272 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:59:31 #11 13.76 Get:273 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libclone-perl amd64 0.45-1build3 [11.0 kB]
11:59:31 #11 13.76 Get:274 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcommon-sense-perl amd64 3.75-2build1 [21.1 kB]
11:59:31 #11 13.76 Get:275 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:59:31 #11 13.76 Get:276 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libparams-util-perl amd64 1.102-1build3 [22.7 kB]
11:59:31 #11 13.76 Get:277 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-install-perl all 0.928-2 [10.2 kB]
11:59:31 #11 13.76 Get:278 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-optlist-perl all 0.112-1 [11.0 kB]
11:59:31 #11 13.76 Get:279 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-exporter-perl all 0.988-1 [50.6 kB]
11:59:31 #11 13.76 Get:280 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libconst-fast-perl all 0.014-2 [8034 B]
11:59:31 #11 13.81 Get:281 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwant-perl amd64 0.29-2 [25.1 kB]
11:59:31 #11 13.83 Get:282 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcontextual-return-perl all 0.004014-3 [53.8 kB]
11:59:31 #11 13.83 Get:283 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcpanel-json-xs-perl amd64 4.32-1 [114 kB]
11:59:31 #11 13.83 Get:284 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:59:31 #11 13.83 Get:285 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libexception-class-perl all 1.45-1 [28.6 kB]
11:59:31 #11 13.84 Get:286 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libiterator-perl all 0.03+ds1-2 [18.8 kB]
11:59:31 #11 13.84 Get:287 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libiterator-util-perl all 0.02+ds1-2 [14.1 kB]
11:59:31 #11 13.84 Get:288 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:59:31 #11 13.84 Get:289 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-moreutils-xs-perl amd64 0.430-3 [41.5 kB]
11:59:31 #11 13.88 Get:290 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:59:31 #11 13.92 Get:291 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB]
11:59:31 #11 13.92 Get:292 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB]
11:59:31 #11 13.92 Get:293 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-messagepack-perl amd64 1.02-1 [34.8 kB]
11:59:31 #11 13.92 Get:294 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-domain-tld-perl all 1.75-2 [30.8 kB]
11:59:31 #11 13.92 Get:295 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:59:31 #11 13.92 Get:296 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:59:31 #11 13.92 Get:297 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:59:31 #11 13.92 Get:298 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-2 [82.5 kB]
11:59:31 #11 13.96 Get:299 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:59:31 #11 13.99 Get:300 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:59:31 #11 13.99 Get:301 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdistro-info-perl all 1.1ubuntu1 [5606 B]
11:59:31 #11 13.99 Get:302 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libemail-address-xs-perl amd64 1.05-1 [29.3 kB]
11:59:31 #11 13.99 Get:303 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfcgi-bin amd64 2.4.2-2build2 [11.2 kB]
11:59:31 #11 14.39 Get:304 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:59:31 #11 14.55 Get:305 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-basedir-perl all 0.09-1 [15.7 kB]
11:59:31 #11 14.57 Get:306 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:59:31 #11 14.60 Get:307 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-fcntllock-perl amd64 0.22-4 [33.7 kB]
11:59:31 #11 14.66 Get:308 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnumber-compare-perl all 0.03-2 [7058 B]
11:59:31 #11 14.67 Get:309 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtext-glob-perl all 0.11-2 [8042 B]
11:59:31 #11 14.68 Get:310 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfile-find-rule-perl all 0.34-2 [26.1 kB]
11:59:31 #11 14.71 Get:311 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB]
11:59:31 #11 14.72 Get:312 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB]
11:59:31 #11 14.72 Get:313 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfont-ttf-perl all 1.06-2 [323 kB]
11:59:31 #11 14.85 Get:314 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfreezethaw-perl all 0.5001-2.1 [16.0 kB]
11:59:31 #11 14.86 Get:315 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsort-versions-perl all 1.62-2 [8848 B]
11:59:31 #11 14.86 Get:316 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:59:31 #11 14.87 Get:317 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:59:31 #11 14.87 Get:318 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:59:31 #11 14.89 Get:319 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-perl all 4.09000-1 [82.4 kB]
11:59:31 #11 14.89 Get:320 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblog-any-perl all 1.710-1 [68.4 kB]
11:59:31 #11 14.90 Get:321 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:59:31 #11 14.90 Get:322 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpackage-stash-perl all 0.40-1 [19.5 kB]
11:59:31 #11 14.93 Get:323 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-identify-perl amd64 0.14-2 [10.9 kB]
11:59:31 #11 14.93 Get:324 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsub-name-perl amd64 0.26-2 [11.7 kB]
11:59:31 #11 15.01 Get:325 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnamespace-clean-perl all 0.27-2 [14.0 kB]
11:59:31 #11 15.01 Get:326 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpath-tiny-perl all 0.122-1 [45.9 kB]
11:59:31 #11 15.01 Get:327 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:59:31 #11 15.01 Get:328 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtype-tiny-perl all 1.016008-1 [336 kB]
11:59:31 #11 15.03 Get:329 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:59:31 #10 18.61 Selecting previously unselected package libmagic1:amd64.
11:59:31 #10 18.61 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
11:59:31 #10 18.63 Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
11:59:31 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 50.33MB / 53.32MB 12.4s
11:59:31 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 98.57MB / 116.78MB 13.1s
11:59:31 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 72.35MB / 116.78MB 13.2s
11:59:31 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 67.11MB / 116.78MB 12.9s
11:59:31 #11 12.11 Get:138 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gcc-12 arm64 12.2.0-3ubuntu1 [19.1 MB]
11:59:31 #10 15.88 Selecting previously unselected package manpages.
11:59:31 #10 15.88 Preparing to unpack .../016-manpages_6.02-1_all.deb ...
11:59:31 #10 15.88 Unpacking manpages (6.02-1) ...
11:59:31 #10 15.99 Selecting previously unselected package libbsd0:arm64.
11:59:31 #10 15.99 Preparing to unpack .../017-libbsd0_0.11.7-2_arm64.deb ...
11:59:31 #10 16.00 Unpacking libbsd0:arm64 (0.11.7-2) ...
11:59:31 #10 16.04 Selecting previously unselected package libedit2:arm64.
11:59:31 #10 16.04 Preparing to unpack .../018-libedit2_3.1-20221030-2_arm64.deb ...
11:59:31 #10 16.04 Unpacking libedit2:arm64 (3.1-20221030-2) ...
11:59:31 #10 16.08 Selecting previously unselected package libcbor0.8:arm64.
11:59:31 #10 14.31 Setting up libssl3:amd64 (3.0.7-2) ...
11:59:31 #10 14.34 Setting up libpython3.11-minimal:amd64 (3.11.1-2) ...
11:59:31 #10 14.37 Setting up libexpat1:amd64 (2.5.0-1) ...
11:59:31 #10 14.38 Setting up python3.11-minimal (3.11.1-2) ...
11:59:31 #10 15.50 Preparing to unpack .../007-gettext-base_0.19.8.1-9_arm64.deb ...
11:59:31 #10 15.51 Unpacking gettext-base (0.19.8.1-9) ...
11:59:31 #10 15.58 Selecting previously unselected package krb5-locales.
11:59:31 #10 15.59 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u5_all.deb ...
11:59:31 #10 15.59 Unpacking krb5-locales (1.17-3+deb10u5) ...
11:59:31 #10 15.68 Selecting previously unselected package libkeyutils1:arm64.
11:59:31 #10 15.68 Preparing to unpack .../009-libkeyutils1_1.6-6_arm64.deb ...
11:59:31 #10 15.68 Unpacking libkeyutils1:arm64 (1.6-6) ...
11:59:31 #10 15.75 Selecting previously unselected package libkrb5support0:arm64.
11:59:31 #11 15.65 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB]
11:59:31 #11 15.65 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
11:59:31 #11 15.71 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB]
11:59:31 #11 15.72 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
11:59:31 #11 15.72 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
11:59:31 #11 15.73 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:59:31 #11 15.73 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
11:59:31 #11 15.73 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:59:31 #11 15.73 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB]
11:59:31 #11 15.73 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB]
11:59:31 #11 15.73 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
11:59:31 #11 15.79 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB]
11:59:31 #11 15.81 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB]
11:59:31 #11 15.81 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB]
11:59:31 #11 15.81 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:59:31 #11 15.81 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB]
11:59:31 #11 15.81 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB]
11:59:31 #11 15.81 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
11:59:31 #11 15.81 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB]
11:59:31 #11 15.82 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
11:59:31 #11 15.86 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
11:59:31 #11 15.89 Get:283 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB]
11:59:31 #11 ...
11:59:31 
11:59:31 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:31 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 6.6s done
11:59:31 #9 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
11:59:31 #9 DONE 21.1s
11:59:31 
11:59:31 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:31 #11 15.89 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
11:59:31 #11 15.89 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
11:59:31 #11 15.89 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB]
11:59:31 #11 15.90 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB]
11:59:31 #11 15.90 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
11:59:31 #11 15.90 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
11:59:31 #11 15.90 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB]
11:59:31 #11 15.94 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
11:59:31 #11 15.98 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
11:59:31 #11 15.98 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB]
11:59:31 #11 15.98 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:59:31 #11 15.98 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB]
11:59:31 #11 15.98 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB]
11:59:31 #11 15.98 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
11:59:31 #11 15.98 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:59:31 #11 15.98 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:59:31 #11 16.01 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B]
11:59:32 #10 11.54 (78/165): hunspell-en-0.20140811.1-20.el9.noarc 355 kB/s | 187 kB     00:00    
11:59:32 #10 11.63 (79/165): hunspell-1.7.0-11.el9.aarch64.rpm     510 kB/s | 319 kB     00:00    
11:59:32 #9 ...
11:59:32 
11:59:32 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:32 #10 8.815 0 upgraded, 384 newly installed, 0 to remove and 0 not upgraded.
11:59:32 #10 8.815 Need to get 175 MB of archives.
11:59:32 #10 8.815 After this operation, 572 MB of additional disk space will be used.
11:59:32 #10 8.815 Get:1 http://deb.debian.org/debian bullseye/main amd64 bsdextrautils amd64 2.36.1-8+deb11u1 [145 kB]
11:59:32 #10 8.841 Get:2 http://deb.debian.org/debian bullseye/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
11:59:32 #10 8.842 Get:3 http://deb.debian.org/debian bullseye/main amd64 groff-base amd64 1.22.4-6 [936 kB]
11:59:32 #10 8.853 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB]
11:59:32 #10 8.854 Get:5 http://deb.debian.org/debian bullseye/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB]
11:59:32 #10 8.856 Get:6 http://deb.debian.org/debian bullseye/main amd64 man-db amd64 2.9.4-2 [1354 kB]
11:59:32 #10 8.870 Get:7 http://deb.debian.org/debian bullseye/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
11:59:32 #10 8.907 Get:8 http://deb.debian.org/debian bullseye/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB]
11:59:32 #10 8.907 Get:9 http://deb.debian.org/debian bullseye/main amd64 libperl5.32 amd64 5.32.1-4+deb11u2 [4106 kB]
11:59:32 #10 8.944 Get:10 http://deb.debian.org/debian bullseye/main amd64 perl amd64 5.32.1-4+deb11u2 [293 kB]
11:59:32 #10 8.953 Get:11 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
11:59:32 #10 8.953 Get:12 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
11:59:32 #10 8.960 Get:13 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2+deb11u5 [98.2 kB]
11:59:32 #10 8.967 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
11:59:32 #10 8.994 Get:15 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
11:59:32 #10 8.994 Get:16 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
11:59:32 #10 8.998 Get:17 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
11:59:32 #10 8.998 Get:18 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2 [132 kB]
11:59:32 #10 9.001 Get:19 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
11:59:32 #10 9.001 Get:20 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
11:59:32 #10 9.003 Get:21 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
11:59:32 #10 9.013 Get:22 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
11:59:32 #10 9.043 Get:23 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
11:59:32 #10 9.043 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
11:59:32 #10 9.043 Get:25 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
11:59:32 #10 9.043 Get:26 http://deb.debian.org/debian bullseye/main amd64 less amd64 551-2 [133 kB]
11:59:32 #10 9.043 Get:27 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
11:59:32 #10 9.044 Get:28 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB]
11:59:32 #10 9.045 Get:29 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
11:59:32 #10 9.047 Get:30 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
11:59:32 #10 9.058 Get:31 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
11:59:32 #10 9.061 Get:32 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
11:59:32 #10 9.064 Get:33 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
11:59:32 #10 9.067 Get:34 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
11:59:32 #10 9.068 Get:35 http://deb.debian.org/debian bullseye/main amd64 gettext-base amd64 0.21-4 [175 kB]
11:59:32 #10 9.072 Get:36 http://deb.debian.org/debian bullseye/main amd64 manpages all 5.10-1 [1412 kB]
11:59:32 #10 9.088 Get:37 http://deb.debian.org/debian bullseye/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB]
11:59:32 #10 9.090 Get:38 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1 [108 kB]
11:59:32 #10 9.092 Get:39 http://deb.debian.org/debian bullseye/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB]
11:59:32 #10 9.093 Get:40 http://deb.debian.org/debian bullseye/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB]
11:59:32 #10 9.094 Get:41 http://deb.debian.org/debian bullseye/main amd64 libfido2-1 amd64 1.6.0-2 [53.3 kB]
11:59:32 #10 9.096 Get:42 http://deb.debian.org/debian bullseye/main amd64 openssh-client amd64 1:8.4p1-5+deb11u1 [929 kB]
11:59:32 #10 9.116 Get:43 http://deb.debian.org/debian bullseye/main amd64 ucf all 3.0043 [74.0 kB]
11:59:32 #10 9.116 Get:44 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
11:59:32 #10 9.116 Get:45 http://deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
11:59:32 #10 9.116 Get:46 http://deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
11:59:32 #10 9.118 Get:47 http://deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
11:59:32 #10 9.119 Get:48 http://deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:59:32 #10 9.120 Get:49 http://deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
11:59:32 #10 9.133 Get:50 http://deb.debian.org/debian bullseye/main amd64 autopoint all 0.21-4 [510 kB]
11:59:32 #10 9.136 Get:51 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2220 kB]
11:59:32 #10 9.169 Get:52 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB]
11:59:32 #10 9.175 Get:53 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB]
11:59:32 #10 9.176 Get:54 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB]
11:59:32 #10 9.178 Get:55 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB]
11:59:32 #10 9.200 Get:56 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB]
11:59:32 #10 9.201 Get:57 http://deb.debian.org/debian bullseye/main amd64 libc-dev-bin amd64 2.31-13+deb11u5 [276 kB]
11:59:32 #10 9.204 Get:58 http://deb.debian.org/debian-security bullseye-security/main amd64 linux-libc-dev amd64 5.10.162-1 [1576 kB]
11:59:32 #10 9.221 Get:59 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
11:59:32 #10 9.223 Get:60 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB]
11:59:32 #10 9.225 Get:61 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
11:59:32 #10 9.226 Get:62 http://deb.debian.org/debian bullseye/main amd64 libc6-dev amd64 2.31-13+deb11u5 [2359 kB]
11:59:32 #10 9.253 Get:63 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB]
11:59:32 #10 9.259 Get:64 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
11:59:32 #10 9.285 Get:65 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB]
11:59:32 #10 9.289 Get:66 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB]
11:59:32 #10 9.401 Get:67 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB]
11:59:32 #10 9.401 Get:68 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB]
11:59:32 #10 9.401 Get:69 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB]
11:59:32 #10 9.401 Get:70 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB]
11:59:32 #10 9.401 Get:71 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9008 B]
11:59:32 #10 9.401 Get:72 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2065 kB]
11:59:32 #10 9.419 Get:73 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB]
11:59:32 #10 9.433 Get:74 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB]
11:59:32 #10 9.456 Get:75 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB]
11:59:32 #10 9.470 Get:76 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB]
11:59:32 #10 9.472 Get:77 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB]
11:59:32 #10 9.499 Get:78 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB]
11:59:32 #10 9.710 Get:79 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5192 B]
11:59:32 #10 9.711 Get:80 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
11:59:32 #10 9.730 Get:81 http://deb.debian.org/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
11:59:32 #10 9.846 Get:82 http://deb.debian.org/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
11:59:32 #10 9.847 Get:83 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB]
11:59:32 #10 9.852 Get:84 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.12 [1551 kB]
11:59:32 #10 9.873 Get:85 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
11:59:32 #10 9.876 Get:86 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.12 [2312 kB]
11:59:32 #10 9.922 Get:87 http://deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
11:59:32 #10 9.923 Get:88 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
11:59:32 #10 9.928 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:59:32 #10 9.930 Get:90 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
11:59:32 #10 9.934 Get:91 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
11:59:32 #10 9.934 Get:92 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
11:59:32 #10 9.935 Get:93 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
11:59:32 #10 9.936 Get:94 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
11:59:32 #10 9.941 Get:95 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
11:59:32 #10 9.941 Get:96 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u5 [346 kB]
11:59:32 #10 9.944 Get:97 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u5 [270 kB]
11:59:32 #10 9.945 Get:98 http://deb.debian.org/debian bullseye/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
11:59:32 #10 9.947 Get:99 http://deb.debian.org/debian bullseye/main amd64 libdebhelper-perl all 13.3.4 [189 kB]
11:59:32 #10 9.951 Get:100 http://deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
11:59:32 #10 9.957 Get:101 http://deb.debian.org/debian bullseye/main amd64 dh-autoreconf all 20 [17.1 kB]
11:59:32 #10 9.957 Get:102 http://deb.debian.org/debian bullseye/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
11:59:32 #10 9.961 Get:103 http://deb.debian.org/debian bullseye/main amd64 libsub-override-perl all 0.09-2 [10.2 kB]
11:59:32 #10 9.962 Get:104 http://deb.debian.org/debian bullseye/main amd64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
11:59:32 #10 9.963 Get:105 http://deb.debian.org/debian bullseye/main amd64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
11:59:32 #10 9.964 Get:106 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
11:59:32 #10 9.966 Get:107 http://deb.debian.org/debian bullseye/main amd64 dwz amd64 0.13+20210201-1 [175 kB]
11:59:32 #10 9.968 Get:108 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:59:32 #10 10.07 Get:109 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB]
11:59:32 #10 10.08 Get:110 http://deb.debian.org/debian bullseye/main amd64 gettext amd64 0.21-4 [1311 kB]
11:59:32 #10 10.11 Get:111 http://deb.debian.org/debian bullseye/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:59:32 #10 10.12 Get:112 http://deb.debian.org/debian bullseye/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
11:59:32 #10 10.12 Get:113 http://deb.debian.org/debian bullseye/main amd64 debhelper all 13.3.4 [1049 kB]
11:59:32 #10 10.15 Get:114 http://deb.debian.org/debian bullseye/main amd64 debian-keyring all 2021.07.26 [31.1 MB]
11:59:32 #10 10.64 Get:115 http://deb.debian.org/debian bullseye/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]
11:59:32 #10 10.64 Get:116 http://deb.debian.org/debian bullseye/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]
11:59:32 #10 10.64 Get:117 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
11:59:32 #10 10.64 Get:118 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2+deb11u2 [548 kB]
11:59:32 #10 10.65 Get:119 http://deb.debian.org/debian-security bullseye-security/main amd64 libksba8 amd64 1.5.0-3+deb11u2 [123 kB]
11:59:32 #10 10.65 Get:120 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
11:59:32 #10 10.65 Get:121 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2+deb11u2 [763 kB]
11:59:32 #10 10.66 Get:122 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
11:59:32 #10 10.67 Get:123 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2+deb11u2 [905 kB]
11:59:32 #10 10.68 Get:124 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2+deb11u2 [928 kB]
11:59:32 #10 10.70 Get:125 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
11:59:32 #10 10.70 Get:126 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2+deb11u2 [669 kB]
11:59:32 #10 10.71 Get:127 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2+deb11u2 [524 kB]
11:59:32 #10 10.72 Get:128 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2+deb11u2 [516 kB]
11:59:32 #10 10.73 Get:129 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2+deb11u2 [645 kB]
11:59:32 #10 10.74 Get:130 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2+deb11u2 [825 kB]
11:59:32 #10 10.74 Get:131 http://deb.debian.org/debian bullseye/main amd64 libfile-dirlist-perl all 0.05-2 [7444 B]
11:59:32 #10 10.75 Get:132 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
11:59:32 #10 10.75 Get:133 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
11:59:32 #10 10.75 Get:134 http://deb.debian.org/debian bullseye/main amd64 libfile-touch-perl all 0.11-1 [9254 B]
11:59:32 #10 10.75 Get:135 http://deb.debian.org/debian bullseye/main amd64 libio-pty-perl amd64 1:1.15-2 [37.0 kB]
11:59:32 #10 10.75 Get:136 http://deb.debian.org/debian bullseye/main amd64 libipc-run-perl all 20200505.0-1 [102 kB]
11:59:32 #10 10.75 Get:137 http://deb.debian.org/debian bullseye/main amd64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
11:59:32 #10 10.75 Get:138 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b3 [11.3 kB]
11:59:32 #10 10.76 Get:139 http://deb.debian.org/debian bullseye/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
11:59:32 #10 10.76 Get:140 http://deb.debian.org/debian bullseye/main amd64 libdevel-callchecker-perl amd64 0.008-1+b2 [15.9 kB]
11:59:32 #10 10.76 Get:141 http://deb.debian.org/debian bullseye/main amd64 libparams-classify-perl amd64 0.015-1+b3 [25.7 kB]
11:59:32 #10 10.76 Get:142 http://deb.debian.org/debian bullseye/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:59:32 #10 10.76 Get:143 http://deb.debian.org/debian bullseye/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
11:59:32 #10 10.76 Get:144 http://deb.debian.org/debian bullseye/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
11:59:32 #10 10.76 Get:145 http://deb.debian.org/debian bullseye/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB]
11:59:32 #10 10.76 Get:146 http://deb.debian.org/debian bullseye/main amd64 libsub-quote-perl all 2.006006-1 [21.0 kB]
11:59:32 #10 10.76 Get:147 http://deb.debian.org/debian bullseye/main amd64 libmoo-perl all 2.004004-1 [59.9 kB]
11:59:32 #10 10.76 Get:148 http://deb.debian.org/debian bullseye/main amd64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
11:59:32 #10 10.76 Get:149 http://deb.debian.org/debian bullseye/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
11:59:32 #10 10.77 Get:150 http://deb.debian.org/debian bullseye/main amd64 libhttp-date-perl all 6.05-1 [10.4 kB]
11:59:32 #10 10.77 Get:151 http://deb.debian.org/debian bullseye/main amd64 libfile-listing-perl all 6.14-1 [12.4 kB]
11:59:32 #10 10.77 Get:152 http://deb.debian.org/debian bullseye/main amd64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
11:59:32 #10 10.77 Get:153 http://deb.debian.org/debian bullseye/main amd64 liburi-perl all 5.08-1 [90.6 kB]
11:59:32 #10 10.77 Get:154 http://deb.debian.org/debian bullseye/main amd64 libhtml-parser-perl amd64 3.75-1+b1 [105 kB]
11:59:32 #10 10.77 Get:155 http://deb.debian.org/debian bullseye/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
11:59:32 #10 10.78 Get:156 http://deb.debian.org/debian bullseye/main amd64 libio-html-perl all 1.004-2 [16.1 kB]
11:59:32 #10 10.78 Get:157 http://deb.debian.org/debian bullseye/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
11:59:32 #10 10.78 Get:158 http://deb.debian.org/debian bullseye/main amd64 libhttp-message-perl all 6.28-1 [79.6 kB]
11:59:32 #10 10.78 Get:159 http://deb.debian.org/debian bullseye/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:59:32 #10 10.78 Get:160 http://deb.debian.org/debian bullseye/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:59:32 #10 10.78 Get:161 http://deb.debian.org/debian bullseye/main amd64 perl-openssl-defaults amd64 5 [7360 B]
11:59:32 #10 10.78 Get:162 http://deb.debian.org/debian bullseye/main amd64 libnet-ssleay-perl amd64 1.88-3+b1 [321 kB]
11:59:32 #10 10.79 Get:163 http://deb.debian.org/debian bullseye/main amd64 libio-socket-ssl-perl all 2.069-1 [215 kB]
11:59:32 #10 10.79 Get:164 http://deb.debian.org/debian bullseye/main amd64 libnet-http-perl all 6.20-1 [25.1 kB]
11:59:32 #10 10.79 Get:165 http://deb.debian.org/debian bullseye/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:59:32 #10 10.79 Get:166 http://deb.debian.org/debian bullseye/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
11:59:32 #10 10.79 Get:167 http://deb.debian.org/debian bullseye/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:59:32 #10 10.79 Get:168 http://deb.debian.org/debian bullseye/main amd64 libwww-perl all 6.52-1 [192 kB]
11:59:32 #10 10.80 Get:169 http://deb.debian.org/debian bullseye/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
11:59:32 #10 10.80 Get:170 http://deb.debian.org/debian bullseye/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
11:59:32 #10 10.80 Get:171 http://deb.debian.org/debian bullseye/main amd64 devscripts amd64 2.21.3+deb11u1 [1093 kB]
11:59:32 #10 10.81 Get:172 http://deb.debian.org/debian bullseye/main amd64 diffstat amd64 1.64-1 [36.6 kB]
11:59:32 #10 10.81 Get:173 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51+deb11u3 [7812 B]
11:59:32 #10 10.82 Get:174 http://deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
11:59:32 #10 10.82 Get:175 http://deb.debian.org/debian bullseye/main amd64 python3-chardet all 4.0.0-1 [99.0 kB]
11:59:32 #10 10.82 Get:176 http://deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
11:59:32 #10 10.82 Get:177 http://deb.debian.org/debian bullseye/main amd64 python3-debian all 0.1.39 [80.1 kB]
11:59:32 #10 10.82 Get:178 http://deb.debian.org/debian bullseye/main amd64 libgpgme11 amd64 1.14.0-1+b2 [281 kB]
11:59:32 #10 10.83 Get:179 http://deb.debian.org/debian bullseye/main amd64 python3-gpg amd64 1.14.0-1+b2 [334 kB]
11:59:32 #10 10.83 Get:180 http://deb.debian.org/debian bullseye/main amd64 dput all 1.1.0 [56.5 kB]
11:59:32 #10 10.83 Get:181 http://deb.debian.org/debian bullseye/main amd64 equivs all 2.3.1 [22.7 kB]
11:59:32 #10 10.83 Get:182 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
11:59:32 #10 10.85 Get:183 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
11:59:32 #10 10.85 Get:184 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u5 [343 kB]
11:59:32 #10 10.85 Get:185 http://deb.debian.org/debian bullseye/main amd64 liberror-perl all 0.17029-1 [31.0 kB]
11:59:32 #10 10.86 Get:186 http://deb.debian.org/debian-security bullseye-security/main amd64 git-man all 1:2.30.2-1+deb11u1 [1829 kB]
11:59:32 #10 10.87 Get:187 http://deb.debian.org/debian-security bullseye-security/main amd64 git amd64 1:2.30.2-1+deb11u1 [5514 kB]
11:59:32 #10 10.93 Get:188 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB]
11:59:32 #10 10.95 Get:189 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
11:59:32 #10 10.95 Get:190 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6+b1 [12.0 kB]
11:59:32 #10 10.96 Get:191 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:59:32 #10 10.96 Get:192 http://deb.debian.org/debian bullseye/main amd64 libaliased-perl all 0.34-1.1 [14.1 kB]
11:59:32 #10 10.96 Get:193 http://deb.debian.org/debian bullseye/main amd64 libapt-pkg-perl amd64 0.1.39 [72.1 kB]
11:59:32 #10 10.96 Get:194 http://deb.debian.org/debian bullseye/main amd64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
11:59:32 #10 10.96 Get:195 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
11:59:32 #10 10.96 Get:196 http://deb.debian.org/debian bullseye/main amd64 libarray-intspan-perl all 2.004-1 [25.5 kB]
11:59:32 #10 10.96 Get:197 http://deb.debian.org/debian bullseye/main amd64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
11:59:32 #10 10.97 Get:198 http://deb.debian.org/debian bullseye/main amd64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
11:59:32 #10 10.97 Get:199 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:59:32 #10 10.97 Get:200 http://deb.debian.org/debian bullseye/main amd64 libvariable-magic-perl amd64 0.62-1+b3 [45.7 kB]
11:59:32 #10 10.97 Get:201 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
11:59:32 #10 10.97 Get:202 http://deb.debian.org/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB]
11:59:32 #10 10.97 Get:203 http://deb.debian.org/debian bullseye/main amd64 libfreetype6 amd64 2.10.4+dfsg-1+deb11u1 [418 kB]
11:59:32 #10 10.98 Get:204 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
11:59:32 #10 10.98 Get:205 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB]
11:59:32 #10 10.98 Get:206 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB]
11:59:32 #10 10.98 Get:207 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
11:59:32 #10 10.98 Get:208 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1 [258 kB]
11:59:32 #10 10.99 Get:209 http://deb.debian.org/debian-security bullseye-security/main amd64 libtiff5 amd64 4.2.0-1+deb11u3 [290 kB]
11:59:32 #10 10.99 Get:210 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
11:59:32 #10 10.99 Get:211 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
11:59:32 #10 10.99 Get:212 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB]
11:59:32 #10 10.99 Get:213 http://deb.debian.org/debian bullseye/main amd64 libx11-data all 2:1.7.2-1 [311 kB]
11:59:32 #10 11.00 Get:214 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1 [772 kB]
11:59:32 #10 11.01 Get:215 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
11:59:32 #10 11.01 Get:216 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB]
11:59:32 #10 11.01 Get:217 http://deb.debian.org/debian bullseye/main amd64 libc-devtools amd64 2.31-13+deb11u5 [246 kB]
11:59:32 #10 11.01 Get:218 http://deb.debian.org/debian bullseye/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
11:59:32 #10 11.01 Get:219 http://deb.debian.org/debian bullseye/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
11:59:32 #10 11.01 Get:220 http://deb.debian.org/debian bullseye/main amd64 libclass-inspector-perl all 1.36-1 [19.6 kB]
11:59:32 #10 11.01 Get:221 http://deb.debian.org/debian bullseye/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b7 [38.1 kB]
11:59:32 #10 11.01 Get:222 http://deb.debian.org/debian bullseye/main amd64 libclone-perl amd64 0.45-1+b1 [15.4 kB]
11:59:32 #10 11.01 Get:223 http://deb.debian.org/debian bullseye/main amd64 libcommon-sense-perl amd64 3.75-1+b4 [24.6 kB]
11:59:32 #10 11.01 Get:224 http://deb.debian.org/debian bullseye/main amd64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
11:59:32 #10 11.02 Get:225 http://deb.debian.org/debian bullseye/main amd64 libparams-util-perl amd64 1.102-1+b1 [25.6 kB]
11:59:32 #10 11.02 Get:226 http://deb.debian.org/debian bullseye/main amd64 libsub-install-perl all 0.928-1.1 [10.8 kB]
11:59:32 #10 11.03 Get:227 http://deb.debian.org/debian bullseye/main amd64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
11:59:32 #10 11.03 Get:228 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
11:59:32 #10 11.03 Get:229 http://deb.debian.org/debian bullseye/main amd64 libconst-fast-perl all 0.014-1.1 [8552 B]
11:59:32 #10 11.03 Get:230 http://deb.debian.org/debian bullseye/main amd64 libwant-perl amd64 0.29-1+b6 [28.8 kB]
11:59:32 #10 11.03 Get:231 http://deb.debian.org/debian bullseye/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
11:59:32 #10 11.03 Get:232 http://deb.debian.org/debian bullseye/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
11:59:32 #10 11.03 Get:233 http://deb.debian.org/debian bullseye/main amd64 libcpanel-json-xs-perl amd64 4.25-1+b1 [129 kB]
11:59:32 #10 11.04 Get:234 http://deb.debian.org/debian bullseye/main amd64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
11:59:32 #10 11.04 Get:235 http://deb.debian.org/debian bullseye/main amd64 libexception-class-perl all 1.44-1 [32.3 kB]
11:59:32 #10 11.04 Get:236 http://deb.debian.org/debian bullseye/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
11:59:32 #10 11.04 Get:237 http://deb.debian.org/debian bullseye/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
11:59:32 #10 11.04 Get:238 http://deb.debian.org/debian bullseye/main amd64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
11:59:32 #10 11.04 Get:239 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [40.9 kB]
11:59:32 #10 11.04 Get:240 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
11:59:32 #10 11.04 Get:241 http://deb.debian.org/debian bullseye/main amd64 libdata-dpath-perl all 0.58-1 [43.5 kB]
11:59:32 #10 11.04 Get:242 http://deb.debian.org/debian bullseye/main amd64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
11:59:32 #10 11.05 Get:243 http://deb.debian.org/debian bullseye/main amd64 libdata-messagepack-perl amd64 1.00-4+b1 [38.8 kB]
11:59:32 #10 11.05 Get:244 http://deb.debian.org/debian bullseye/main amd64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
11:59:32 #10 11.05 Get:245 http://deb.debian.org/debian bullseye/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
11:59:32 #10 11.05 Get:246 http://deb.debian.org/debian bullseye/main amd64 libdevel-size-perl amd64 0.83-1+b2 [26.1 kB]
11:59:32 #10 11.06 Get:247 http://deb.debian.org/debian bullseye/main amd64 libdistro-info-perl all 1.0 [7480 B]
11:59:32 #10 11.06 Get:248 http://deb.debian.org/debian bullseye/main amd64 libemail-address-xs-perl amd64 1.04-1+b3 [28.0 kB]
11:59:32 #10 11.06 Get:249 http://deb.debian.org/debian bullseye/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB]
11:59:32 #10 11.10 Get:250 http://deb.debian.org/debian bullseye/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB]
11:59:32 #10 11.10 Get:251 http://deb.debian.org/debian bullseye/main amd64 libfcgi-perl amd64 0.79+ds-2 [27.6 kB]
11:59:32 #10 11.10 Get:252 http://deb.debian.org/debian bullseye/main amd64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
11:59:32 #10 11.10 Get:253 http://deb.debian.org/debian bullseye/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
11:59:32 #10 11.10 Get:254 http://deb.debian.org/debian bullseye/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
11:59:32 #10 11.10 Get:255 http://deb.debian.org/debian bullseye/main amd64 libfile-fcntllock-perl amd64 0.22-3+b7 [35.5 kB]
11:59:32 #10 11.10 Get:256 http://deb.debian.org/debian bullseye/main amd64 libnumber-compare-perl all 0.03-1.1 [6956 B]
11:59:32 #10 11.10 Get:257 http://deb.debian.org/debian bullseye/main amd64 libtext-glob-perl all 0.11-1 [8888 B]
11:59:32 #10 11.10 Get:258 http://deb.debian.org/debian bullseye/main amd64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
11:59:32 #10 11.10 Get:259 http://deb.debian.org/debian bullseye/main amd64 libfont-afm-perl all 1.20-3 [14.0 kB]
11:59:32 #10 11.10 Get:260 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
11:59:32 #10 11.11 Get:261 http://deb.debian.org/debian bullseye/main amd64 libfont-ttf-perl all 1.06-1.1 [318 kB]
11:59:32 #10 11.11 Get:262 http://deb.debian.org/debian bullseye/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
11:59:32 #10 11.11 Get:263 http://deb.debian.org/debian bullseye/main amd64 libparams-validate-perl amd64 1.30-1+b1 [68.2 kB]
11:59:32 #10 11.11 Get:264 http://deb.debian.org/debian bullseye/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
11:59:32 #10 11.11 Get:265 http://deb.debian.org/debian bullseye/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
11:59:32 #10 11.11 Get:266 http://deb.debian.org/debian bullseye/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
11:59:32 #10 11.11 Get:267 http://deb.debian.org/debian bullseye/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
11:59:32 #10 11.11 Get:268 http://deb.debian.org/debian bullseye/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
11:59:32 #10 11.11 Get:269 http://deb.debian.org/debian bullseye/main amd64 libjson-perl all 4.03000-1 [88.6 kB]
11:59:32 #10 11.12 Get:270 http://deb.debian.org/debian bullseye/main amd64 liblog-any-perl all 1.709-1 [73.5 kB]
11:59:32 #10 11.12 Get:271 http://deb.debian.org/debian bullseye/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
11:59:32 #10 11.13 Get:272 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-perl all 0.39-1 [21.9 kB]
11:59:32 #10 11.13 Get:273 http://deb.debian.org/debian bullseye/main amd64 libsub-identify-perl amd64 0.14-1+b3 [12.0 kB]
11:59:32 #10 11.13 Get:274 http://deb.debian.org/debian bullseye/main amd64 libsub-name-perl amd64 0.26-1+b1 [13.8 kB]
11:59:32 #10 11.13 Get:275 http://deb.debian.org/debian bullseye/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
11:59:32 #10 11.13 Get:276 http://deb.debian.org/debian bullseye/main amd64 libpath-tiny-perl all 0.118-1 [53.5 kB]
11:59:32 #10 11.13 Get:277 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-perl all 1.012001-2 [351 kB]
11:59:32 #10 11.14 Get:278 http://deb.debian.org/debian bullseye/main amd64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
11:59:32 #10 11.14 Get:279 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB]
11:59:32 #10 11.16 Get:280 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
11:59:32 #10 11.17 Get:281 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
11:59:32 #10 11.17 Get:282 http://deb.debian.org/debian bullseye/main amd64 libhash-fieldhash-perl amd64 0.15-1+b3 [18.0 kB]
11:59:32 #10 11.17 Get:283 http://deb.debian.org/debian bullseye/main amd64 libhtml-form-perl all 6.07-1 [22.9 kB]
11:59:32 #10 11.17 Get:284 http://deb.debian.org/debian bullseye/main amd64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
11:59:32 #10 11.18 Get:285 http://deb.debian.org/debian bullseye/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
11:59:32 #10 11.18 Get:286 http://deb.debian.org/debian bullseye/main amd64 libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
11:59:32 #10 11.18 Get:287 http://deb.debian.org/debian bullseye/main amd64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
11:59:32 #10 11.18 Get:288 http://deb.debian.org/debian bullseye/main amd64 libipc-run3-perl all 0.048-2 [34.2 kB]
11:59:32 #10 11.18 Get:289 http://deb.debian.org/debian bullseye/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
11:59:32 #10 11.18 Get:290 http://deb.debian.org/debian bullseye/main amd64 libjson-xs-perl amd64 4.030-1+b1 [94.9 kB]
11:59:32 #10 11.18 Get:291 http://deb.debian.org/debian bullseye/main amd64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
11:59:32 #10 11.18 Get:292 http://deb.debian.org/debian bullseye/main amd64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
11:59:32 #10 11.19 Get:293 http://deb.debian.org/debian bullseye/main amd64 liblist-compare-perl all 0.55-1 [66.9 kB]
11:59:32 #10 11.19 Get:294 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-perl all 0.58-1 [36.5 kB]
11:59:32 #10 11.19 Get:295 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-xs-perl amd64 0.58-2+b1 [33.3 kB]
11:59:32 #10 11.19 Get:296 http://deb.debian.org/debian bullseye/main amd64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
11:59:32 #10 11.19 Get:297 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB]
11:59:32 #10 11.19 Get:298 http://deb.debian.org/debian bullseye/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB]
11:59:32 #10 11.20 Get:299 http://deb.debian.org/debian bullseye/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB]
11:59:32 #10 11.20 Get:300 http://deb.debian.org/debian bullseye/main amd64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
11:59:32 #10 11.20 Get:301 http://deb.debian.org/debian bullseye/main amd64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
11:59:32 #10 11.20 Get:302 http://deb.debian.org/debian bullseye/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
11:59:32 #10 11.20 Get:303 http://deb.debian.org/debian bullseye/main amd64 libmailtools-perl all 2.21-1 [95.5 kB]
11:59:32 #10 11.20 Get:304 http://deb.debian.org/debian bullseye/main amd64 libmarkdown2 amd64 2.2.6-1 [36.8 kB]
11:59:32 #10 11.20 Get:305 http://deb.debian.org/debian bullseye/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
11:59:32 #10 11.21 Get:306 http://deb.debian.org/debian bullseye/main amd64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
11:59:32 #10 11.21 Get:307 http://deb.debian.org/debian bullseye/main amd64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
11:59:32 #10 11.21 Get:308 http://deb.debian.org/debian bullseye/main amd64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
11:59:32 #10 11.21 Get:309 http://deb.debian.org/debian bullseye/main amd64 libmoox-struct-perl all 0.020-1 [25.4 kB]
11:59:32 #10 11.21 Get:310 http://deb.debian.org/debian bullseye/main amd64 libmouse-perl amd64 2.5.10-1+b1 [172 kB]
11:59:32 #10 11.21 Get:311 http://deb.debian.org/debian bullseye/main amd64 libnumber-range-perl all 0.12-1.1 [8688 B]
11:59:32 #10 11.21 Get:312 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b9 [37.9 kB]
11:59:32 #10 11.22 Get:313 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b9 [28.8 kB]
11:59:32 #10 11.22 Get:314 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-xs-perl amd64 0.29-1+b2 [20.2 kB]
11:59:32 #10 11.22 Get:315 http://deb.debian.org/debian bullseye/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
11:59:32 #10 11.22 Get:316 http://deb.debian.org/debian bullseye/main amd64 libperlio-gzip-perl amd64 0.19-1+b7 [17.4 kB]
11:59:32 #10 11.22 Get:317 http://deb.debian.org/debian bullseye/main amd64 libpod-parser-perl all 1.63-2 [96.1 kB]
11:59:32 #10 11.22 Get:318 http://deb.debian.org/debian bullseye/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB]
11:59:32 #10 11.22 Get:319 http://deb.debian.org/debian bullseye/main amd64 libproc-processtable-perl amd64 0.59-2+b1 [45.9 kB]
11:59:32 #10 11.22 Get:320 http://deb.debian.org/debian bullseye/main amd64 libre2-9 amd64 20210201+dfsg-1 [170 kB]
11:59:32 #10 11.23 Get:321 http://deb.debian.org/debian bullseye/main amd64 libre-engine-re2-perl amd64 0.14-1 [18.6 kB]
11:59:32 #10 11.23 Get:322 http://deb.debian.org/debian bullseye/main amd64 libreadonly-perl all 2.050-3 [23.1 kB]
11:59:32 #10 11.23 Get:323 http://deb.debian.org/debian bullseye/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
11:59:32 #10 11.23 Get:324 http://deb.debian.org/debian bullseye/main amd64 libref-util-xs-perl amd64 0.117-1+b3 [13.9 kB]
11:59:32 #10 11.23 Get:325 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
11:59:32 #10 11.23 Get:326 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
11:59:32 #10 11.24 Get:327 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1+deb11u1 [104 kB]
11:59:32 #10 11.24 Get:328 http://deb.debian.org/debian bullseye/main amd64 libsereal-decoder-perl amd64 4.018+ds-1+b1 [99.3 kB]
11:59:32 #10 11.24 Get:329 http://deb.debian.org/debian bullseye/main amd64 libsereal-encoder-perl amd64 4.018+ds-1+b1 [103 kB]
11:59:32 #10 11.24 Get:330 http://deb.debian.org/debian bullseye/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
11:59:32 #10 11.24 Get:331 http://deb.debian.org/debian bullseye/main amd64 libxml-parser-perl amd64 2.46-2 [206 kB]
11:59:32 #10 11.25 Get:332 http://deb.debian.org/debian bullseye/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
11:59:32 #10 11.25 Get:333 http://deb.debian.org/debian bullseye/main amd64 libsort-key-perl amd64 1.33-2+b3 [37.1 kB]
11:59:32 #10 11.25 Get:334 http://deb.debian.org/debian bullseye/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
11:59:32 #10 11.25 Get:335 http://deb.debian.org/debian bullseye/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
11:59:32 #10 11.25 Get:336 http://deb.debian.org/debian bullseye/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
11:59:32 #10 11.25 Get:337 http://deb.debian.org/debian bullseye/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-1 [33.9 kB]
11:59:32 #10 11.25 Get:338 http://deb.debian.org/debian bullseye/main amd64 libterm-readkey-perl amd64 2.38-1+b2 [27.8 kB]
11:59:32 #10 11.25 Get:339 http://deb.debian.org/debian bullseye/main amd64 libtext-levenshteinxs-perl amd64 0.03-4+b8 [8724 B]
11:59:32 #10 11.25 Get:340 http://deb.debian.org/debian bullseye/main amd64 libtext-markdown-discount-perl amd64 0.12-1+b1 [13.0 kB]
11:59:32 #10 11.26 Get:341 http://deb.debian.org/debian bullseye/main amd64 libtext-xslate-perl amd64 3.5.8-1+b1 [197 kB]
11:59:32 #10 11.26 Get:342 http://deb.debian.org/debian bullseye/main amd64 libtime-duration-perl all 1.21-1 [13.7 kB]
11:59:32 #10 11.26 Get:343 http://deb.debian.org/debian bullseye/main amd64 libtime-moment-perl amd64 0.44-1+b3 [75.8 kB]
11:59:32 #10 11.26 Get:344 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [25.8 kB]
11:59:32 #10 11.26 Get:345 http://deb.debian.org/debian bullseye/main amd64 libunicode-utf8-perl amd64 0.62-1+b2 [20.3 kB]
11:59:32 #10 11.26 Get:346 http://deb.debian.org/debian bullseye/main amd64 libunwind8 amd64 1.3.2-2 [54.5 kB]
11:59:32 #10 11.26 Get:347 http://deb.debian.org/debian bullseye/main amd64 libxdelta2 amd64 1.1.3-9.3 [48.2 kB]
11:59:32 #10 11.27 Get:348 http://deb.debian.org/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB]
11:59:32 #10 11.27 Get:349 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
11:59:32 #10 11.27 Get:350 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
11:59:32 #10 11.27 Get:351 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
11:59:32 #10 11.27 Get:352 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
11:59:32 #10 11.28 Get:353 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
11:59:32 #10 11.28 Get:354 http://deb.debian.org/debian bullseye/main amd64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
11:59:32 #10 11.28 Get:355 http://deb.debian.org/debian bullseye/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
11:59:32 #10 11.28 Get:356 http://deb.debian.org/debian bullseye/main amd64 libyaml-0-2 amd64 0.2.2-1 [49.6 kB]
11:59:32 #10 11.28 Get:357 http://deb.debian.org/debian bullseye/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1+b1 [35.8 kB]
11:59:32 #10 11.28 Get:358 http://deb.debian.org/debian bullseye/main amd64 licensecheck all 3.1.1-2 [50.0 kB]
11:59:32 #10 11.28 Get:359 http://deb.debian.org/debian bullseye/main amd64 lzip amd64 1.22-3 [88.5 kB]
11:59:32 #10 11.29 Get:360 http://deb.debian.org/debian bullseye/main amd64 lzop amd64 1.04-2 [84.2 kB]
11:59:32 #10 11.29 Get:361 http://deb.debian.org/debian bullseye/main amd64 t1utils amd64 1.41-4 [62.1 kB]
11:59:32 #10 11.29 Get:362 http://deb.debian.org/debian bullseye/main amd64 unzip amd64 6.0-26+deb11u1 [172 kB]
11:59:32 #10 11.29 Get:363 http://deb.debian.org/debian bullseye/main amd64 lintian all 2.104.0 [1265 kB]
11:59:32 #10 11.31 Get:364 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB]
11:59:32 #10 11.31 Get:365 http://deb.debian.org/debian bullseye/main amd64 manpages-dev all 5.10-1 [2309 kB]
11:59:32 #10 11.33 Get:366 http://deb.debian.org/debian bullseye/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB]
11:59:32 #10 11.33 Get:367 http://deb.debian.org/debian bullseye/main amd64 pixz amd64 1.0.7-1 [20.9 kB]
11:59:32 #10 11.33 Get:368 http://deb.debian.org/debian bullseye/main amd64 xdelta amd64 1.1.3-9.3 [26.4 kB]
11:59:32 #10 11.33 Get:369 http://deb.debian.org/debian bullseye/main amd64 xdelta3 amd64 3.0.11-dfsg-1+b1 [69.3 kB]
11:59:32 #10 11.33 Get:370 http://deb.debian.org/debian bullseye/main amd64 pristine-tar amd64 1.49 [119 kB]
11:59:32 #10 11.34 Get:371 http://deb.debian.org/debian bullseye/main amd64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
11:59:32 #10 11.34 Get:372 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB]
11:59:32 #10 11.34 Get:373 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB]
11:59:32 #10 11.34 Get:374 http://deb.debian.org/debian bullseye/main amd64 python3-certifi all 2020.6.20-1 [151 kB]
11:59:32 #10 11.34 Get:375 http://deb.debian.org/debian bullseye/main amd64 python3-idna all 2.10-1 [37.4 kB]
11:59:32 #10 11.35 Get:376 http://deb.debian.org/debian bullseye/main amd64 python3-magic all 2:0.4.20-3 [13.4 kB]
11:59:32 #10 11.35 Get:377 http://deb.debian.org/debian bullseye/main amd64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
11:59:32 #10 11.35 Get:378 http://deb.debian.org/debian bullseye/main amd64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
11:59:32 #10 11.35 Get:379 http://deb.debian.org/debian bullseye/main amd64 python3-unidiff all 0.5.5-2 [9604 B]
11:59:32 #10 11.35 Get:380 http://deb.debian.org/debian bullseye/main amd64 python3-xdg all 0.27-2 [41.8 kB]
11:59:32 #10 11.35 Get:381 http://deb.debian.org/debian bullseye/main amd64 shared-mime-info amd64 2.0-1 [701 kB]
11:59:32 #10 11.36 Get:382 http://deb.debian.org/debian bullseye/main amd64 strace amd64 5.10-1 [1084 kB]
11:59:32 #10 11.37 Get:383 http://deb.debian.org/debian bullseye/main amd64 xauth amd64 1:1.1-1 [40.5 kB]
11:59:32 #10 11.37 Get:384 http://deb.debian.org/debian bullseye/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
11:59:32 #10 11.72 debconf: delaying package configuration, since apt-utils is not installed
11:59:32 #10 11.77 Fetched 175 MB in 3s (62.0 MB/s)
11:59:32 #10 11.83 Selecting previously unselected package bsdextrautils.
11:59:32 #10 11.83 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6661 files and directories currently installed.)
11:59:32 #10 11.84 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_amd64.deb ...
11:59:32 #10 11.86 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
11:59:32 #10 12.02 Selecting previously unselected package libuchardet0:amd64.
11:59:32 #10 12.02 Preparing to unpack .../01-libuchardet0_0.0.7-1_amd64.deb ...
11:59:32 #10 12.04 Unpacking libuchardet0:amd64 (0.0.7-1) ...
11:59:32 #10 12.26 Selecting previously unselected package groff-base.
11:59:32 #10 12.26 Preparing to unpack .../02-groff-base_1.22.4-6_amd64.deb ...
11:59:32 #10 12.28 Unpacking groff-base (1.22.4-6) ...
11:59:32 #10 12.76 Selecting previously unselected package libgdbm6:amd64.
11:59:32 #10 12.76 Preparing to unpack .../03-libgdbm6_1.19-2_amd64.deb ...
11:59:32 #10 12.85 Unpacking libgdbm6:amd64 (1.19-2) ...
11:59:32 #10 13.11 Selecting previously unselected package libpipeline1:amd64.
11:59:32 #10 13.11 Preparing to unpack .../04-libpipeline1_1.5.3-1_amd64.deb ...
11:59:32 #10 13.13 Unpacking libpipeline1:amd64 (1.5.3-1) ...
11:59:32 #10 13.39 Selecting previously unselected package man-db.
11:59:32 #10 13.39 Preparing to unpack .../05-man-db_2.9.4-2_amd64.deb ...
11:59:32 #10 13.44 Unpacking man-db (2.9.4-2) ...
11:59:32 #10 13.78 Selecting previously unselected package perl-modules-5.32.
11:59:32 #10 13.78 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
11:59:32 #10 13.82 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:59:32 #11 14.79 Setting up libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ...
11:59:32 #11 14.80 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.2) ...
11:59:32 #11 14.81 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
11:59:32 #10 1.448 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:59:32 #10 1.519 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
11:59:32 #10 1.519 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
11:59:32 #11 6.509 0 upgraded, 370 newly installed, 0 to remove and 4 not upgraded.
11:59:32 #11 6.509 Need to get 129 MB of archives.
11:59:32 #11 6.509 After this operation, 459 MB of additional disk space will be used.
11:59:32 #11 6.509 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblocale-gettext-perl arm64 1.07-4build3 [16.9 kB]
11:59:32 #10 14.03 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
11:59:32 #10 14.04 Unpacking automake (1:1.16.3-2) ...
11:59:32 #10 14.13 Selecting previously unselected package autopoint.
11:59:32 #10 14.14 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
11:59:32 #10 14.14 Unpacking autopoint (0.21-4) ...
11:59:32 #10 14.22 Selecting previously unselected package binutils-common:arm64.
11:59:32 #10 14.22 Preparing to unpack .../026-binutils-common_2.35.2-2_arm64.deb ...
11:59:32 #10 14.23 Unpacking binutils-common:arm64 (2.35.2-2) ...
11:59:32 #10 16.25 Selecting previously unselected package python3.
11:59:32 #10 16.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 ... 4780 files and directories currently installed.)
11:59:32 #10 16.25 Preparing to unpack .../0-python3_3.6.7-1~18.04_amd64.deb ...
11:59:32 #10 16.27 Unpacking python3 (3.6.7-1~18.04) ...
11:59:32 #10 15.56 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.20_arm64.deb ...
11:59:32 #10 15.57 Unpacking libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.20) ...
11:59:32 #10 15.69 Selecting previously unselected package libpython3.6-minimal:arm64.
11:59:32 #10 15.69 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
11:59:32 #10 15.70 Unpacking libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.9) ...
11:59:32 #10 15.79 Selecting previously unselected package libexpat1:arm64.
11:59:32 #10 15.79 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_arm64.deb ...
11:59:32 #10 15.79 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.9) ...
11:59:32 #10 15.83 Selecting previously unselected package python3.6-minimal.
11:59:32 #11 13.61 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-stringy-perl all 2.111-3 [55.8 kB]
11:59:32 #11 13.64 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-validate-perl arm64 1.29-3 [51.0 kB]
11:59:32 #11 13.64 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
11:59:32 #11 13.64 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
11:59:32 #11 13.64 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:59:32 #11 13.64 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
11:59:32 #11 13.64 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:59:32 #11 13.64 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-perl all 4.02000-2 [80.9 kB]
11:59:32 #11 13.64 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblog-any-perl all 1.708-1 [67.8 kB]
11:59:32 #11 13.68 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
11:59:32 #11 13.72 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpackage-stash-perl all 0.38-1 [19.1 kB]
11:59:32 #11 13.72 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-identify-perl arm64 0.14-1build2 [10.5 kB]
11:59:32 #11 13.72 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-name-perl arm64 0.26-1 [11.2 kB]
11:59:32 #11 13.72 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:59:32 #11 13.72 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpath-tiny-perl all 0.108-1 [42.6 kB]
11:59:32 #11 13.72 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtype-tiny-perl all 1.008001-2 [304 kB]
11:59:32 #11 13.72 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
11:59:32 #11 13.73 Get:278 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhash-fieldhash-perl arm64 0.15-1build2 [16.5 kB]
11:59:32 #11 13.76 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
11:59:32 #11 13.80 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-format-perl all 2.12-1 [41.3 kB]
11:59:32 #11 15.04 Get:330 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-form-perl all 6.10-1 [23.0 kB]
11:59:32 #11 15.05 Get:331 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-format-perl all 2.16-1 [38.2 kB]
11:59:32 #11 15.05 Get:332 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-html5-entities-perl all 0.004-2 [22.1 kB]
11:59:32 #11 15.08 Get:333 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB]
11:59:32 #11 15.08 Get:334 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libhttp-daemon-perl all 6.14-1.1 [22.4 kB]
11:59:32 #11 15.16 Get:335 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libindirect-perl amd64 0.39-2 [22.4 kB]
11:59:32 #11 15.16 Get:336 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libio-interactive-perl all 1.023-1 [10.4 kB]
11:59:32 #11 15.16 Get:337 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:59:32 #11 15.16 Get:338 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-xs-perl amd64 4.030-1build3 [87.2 kB]
11:59:32 #11 15.16 Get:339 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:59:32 #11 15.16 Get:340 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libldap-common all 2.5.13+dfsg-1ubuntu1 [19.6 kB]
11:59:32 #11 15.16 Get:341 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB]
11:59:32 #11 15.16 Get:342 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:59:32 #11 15.23 Get:343 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-someutils-xs-perl amd64 0.58-2build3 [34.8 kB]
11:59:32 #11 15.23 Get:344 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblist-utilsby-perl all 0.12-1 [15.5 kB]
11:59:32 #11 15.30 Get:345 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libltdl7 amd64 2.4.7-4 [40.3 kB]
11:59:32 #11 15.30 Get:346 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libltdl-dev amd64 2.4.7-4 [169 kB]
11:59:32 #10 18.77 Selecting previously unselected package file.
11:59:32 #10 18.77 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_amd64.deb ...
11:59:32 #10 18.78 Unpacking file (1:5.35-4+deb10u2) ...
11:59:32 #10 18.83 Selecting previously unselected package gettext-base.
11:59:32 #10 18.83 Preparing to unpack .../007-gettext-base_0.19.8.1-9_amd64.deb ...
11:59:32 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 12.8s
11:59:32 #10 16.08 Preparing to unpack .../019-libcbor0.8_0.8.0-2+b1_arm64.deb ...
11:59:32 #10 16.09 Unpacking libcbor0.8:arm64 (0.8.0-2+b1) ...
11:59:32 #10 16.12 Selecting previously unselected package libfido2-1:arm64.
11:59:32 #10 16.12 Preparing to unpack .../020-libfido2-1_1.12.0-2_arm64.deb ...
11:59:32 #10 16.13 Unpacking libfido2-1:arm64 (1.12.0-2) ...
11:59:32 #10 16.17 Selecting previously unselected package openssh-client.
11:59:32 #10 16.17 Preparing to unpack .../021-openssh-client_1%3a9.1p1-2_arm64.deb ...
11:59:32 #10 16.18 Unpacking openssh-client (1:9.1p1-2) ...
11:59:32 #10 16.29 Selecting previously unselected package ucf.
11:59:32 #10 16.29 Preparing to unpack .../022-ucf_3.0043_all.deb ...
11:59:32 #10 16.29 Moving old data out of the way
11:59:32 #10 16.30 Unpacking ucf (3.0043) ...
11:59:32 #10 16.33 Selecting previously unselected package xz-utils.
11:59:32 #10 16.33 Preparing to unpack .../023-xz-utils_5.4.1-0.1_arm64.deb ...
11:59:32 #10 15.75 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u5_arm64.deb ...
11:59:32 #10 15.76 Unpacking libkrb5support0:arm64 (1.17-3+deb10u5) ...
11:59:32 #10 15.85 Selecting previously unselected package libk5crypto3:arm64.
11:59:32 #10 15.85 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u5_arm64.deb ...
11:59:32 #10 15.86 Unpacking libk5crypto3:arm64 (1.17-3+deb10u5) ...
11:59:32 #10 15.99 Selecting previously unselected package libkrb5-3:arm64.
11:59:32 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.1s
11:59:32 #11 16.06 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
11:59:32 #11 16.06 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB]
11:59:32 #11 16.06 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB]
11:59:32 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 15.73MB / 116.78MB 9.3s
11:59:32 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 14.68MB / 53.32MB 9.3s
11:59:32 #10 11.90 (80/165): hunspell-en-GB-0.20140811.1-20.el9.no 418 kB/s | 226 kB     00:00    
11:59:32 #20 2.458 Reading package lists...
11:59:32 #20 2.948 Building dependency tree...
11:59:32 #20 3.172 The following additional packages will be installed:
11:59:32 #10 ...
11:59:32 
11:59:32 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:32 #11 6.653 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:59:32 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 104.86MB / 116.78MB 13.9s
11:59:32 #10 15.83 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
11:59:32 #10 15.84 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
11:59:32 #10 15.98 Setting up libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.20) ...
11:59:32 #10 16.10 Setting up libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.9) ...
11:59:32 #10 16.34 Selecting previously unselected package multiarch-support.
11:59:32 #10 16.34 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.6_amd64.deb ...
11:59:32 #10 16.36 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
11:59:32 #10 16.41 Selecting previously unselected package libxau6:amd64.
11:59:32 #10 16.41 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ...
11:59:32 #10 16.42 Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ...
11:59:32 #11 13.80 Get:281 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB]
11:59:32 #11 13.80 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libidn11 arm64 1.33-2.2ubuntu2 [45.3 kB]
11:59:32 #11 13.80 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
11:59:32 #11 13.80 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-async-perl all 0.75-1 [254 kB]
11:59:32 #11 13.81 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblinux-epoll-perl arm64 0.017-1 [15.6 kB]
11:59:32 #11 13.81 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
11:59:32 #11 13.81 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
11:59:32 #11 13.83 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-xs-perl arm64 4.020-1build1 [82.2 kB]
11:59:32 #11 13.88 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
11:59:32 #11 13.88 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-compare-perl all 0.53-1 [65.6 kB]
11:59:32 #11 13.88 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-moreutils-perl arm64 0.416-1build5 [53.5 kB]
11:59:32 #11 13.88 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:59:32 #11 13.88 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-someutils-xs-perl arm64 0.58-2 [30.2 kB]
11:59:32 #11 13.88 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libltdl7 arm64 2.4.6-14 [37.5 kB]
11:59:32 #11 13.88 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libltdl-dev arm64 2.4.6-14 [162 kB]
11:59:32 #11 13.89 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:59:32 #11 13.90 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:59:32 #11 13.96 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoox-aliases-perl all 0.001006-1 [7176 B]
11:59:32 #11 13.96 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
11:59:32 #11 13.96 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoox-struct-perl all 0.017-1 [23.4 kB]
11:59:32 #11 13.96 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-dns-sec-perl arm64 1.15-1 [44.1 kB]
11:59:32 #11 13.96 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-libidn-perl arm64 0.12.ds-3build2 [17.3 kB]
11:59:32 #11 13.96 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnumber-range-perl all 0.12-1 [8556 B]
11:59:32 #11 15.31 Get:347 http://archive.ubuntu.com/ubuntu kinetic/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB]
11:59:32 #11 15.31 Get:348 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:59:32 #11 15.31 Get:349 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmail-sendmail-perl all 0.80-2 [23.2 kB]
11:59:32 #11 15.31 Get:350 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnet-smtp-ssl-perl all 1.04-2 [6218 B]
11:59:32 #11 15.31 Get:351 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
11:59:32 #11 15.31 Get:352 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmarkdown2 amd64 2.2.7-2 [38.3 kB]
11:59:32 #11 15.37 Get:353 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:59:32 #11 15.37 Get:354 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmldbm-perl all 2.05-3 [17.5 kB]
11:59:32 #11 15.44 Get:355 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmoox-aliases-perl all 0.001006-2 [6796 B]
11:59:32 #11 15.44 Get:356 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmouse-perl amd64 2.5.10-1build4 [161 kB]
11:59:32 #11 15.45 Get:357 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxs-parse-keyword-perl amd64 0.25-1 [51.6 kB]
11:59:32 #11 15.45 Get:358 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxs-parse-sublike-perl amd64 0.16-1ubuntu2 [27.5 kB]
11:59:32 #11 15.45 Get:359 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libobject-pad-perl amd64 0.68-1 [97.0 kB]
11:59:32 #11 15.46 Get:360 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpackage-stash-xs-perl amd64 0.30-1 [19.2 kB]
11:59:32 #11 15.46 Get:361 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:59:32 #11 15.46 Get:362 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libperlio-gzip-perl amd64 0.20-1 [15.0 kB]
11:59:32 #11 15.52 Get:363 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libperlio-utf8-strict-perl amd64 0.009-1build1 [11.9 kB]
11:59:32 #11 15.52 Get:364 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpod-parser-perl all 1.65-1 [82.7 kB]
11:59:32 #11 15.59 Get:365 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB]
11:59:32 #11 15.59 Get:366 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libproc-processtable-perl amd64 0.634-1build1 [37.5 kB]
11:59:32 #11 15.59 Get:367 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libre2-9 amd64 20220601+dfsg-1 [162 kB]
11:59:32 #10 18.84 Unpacking gettext-base (0.19.8.1-9) ...
11:59:32 #10 18.91 Selecting previously unselected package krb5-locales.
11:59:32 #10 18.91 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u5_all.deb ...
11:59:32 #10 18.91 Unpacking krb5-locales (1.17-3+deb10u5) ...
11:59:32 #10 18.98 Selecting previously unselected package libkeyutils1:amd64.
11:59:32 #10 18.98 Preparing to unpack .../009-libkeyutils1_1.6-6_amd64.deb ...
11:59:32 #10 18.99 Unpacking libkeyutils1:amd64 (1.6-6) ...
11:59:32 #10 19.05 Selecting previously unselected package libkrb5support0:amd64.
11:59:32 #10 19.05 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u5_amd64.deb ...
11:59:32 #10 19.05 Unpacking libkrb5support0:amd64 (1.17-3+deb10u5) ...
11:59:32 #10 19.11 Selecting previously unselected package libk5crypto3:amd64.
11:59:32 #10 19.11 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u5_amd64.deb ...
11:59:32 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 45.09MB / 116.78MB 13.0s
11:59:32 #13 68.63   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           33/65 
11:59:32 #13 69.29   Installing : git-1.8.3.1-23.el7_8.aarch64                               34/65 
11:59:32 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 57.67MB / 116.78MB 13.6s
11:59:32 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 104.86MB / 116.78MB 13.5s
11:59:32 #10 16.34 Unpacking xz-utils (5.4.1-0.1) ...
11:59:32 #10 16.40 Selecting previously unselected package m4.
11:59:32 #10 16.41 Preparing to unpack .../024-m4_1.4.19-2_arm64.deb ...
11:59:32 #10 16.41 Unpacking m4 (1.4.19-2) ...
11:59:32 #10 16.47 Selecting previously unselected package autoconf.
11:59:32 #10 16.47 Preparing to unpack .../025-autoconf_2.71-3_all.deb ...
11:59:32 #10 16.47 Unpacking autoconf (2.71-3) ...
11:59:32 #10 16.53 Selecting previously unselected package autotools-dev.
11:59:32 #10 16.53 Preparing to unpack .../026-autotools-dev_20220109.1_all.deb ...
11:59:32 #10 16.53 Unpacking autotools-dev (20220109.1) ...
11:59:32 #10 16.57 Selecting previously unselected package automake.
11:59:32 #10 16.57 Preparing to unpack .../027-automake_1%3a1.16.5-1.3_all.deb ...
11:59:32 #10 16.57 Unpacking automake (1:1.16.5-1.3) ...
11:59:32 #10 16.65 Selecting previously unselected package autopoint.
11:59:32 #10 16.65 Preparing to unpack .../028-autopoint_0.21-11_all.deb ...
11:59:32 #10 16.65 Unpacking autopoint (0.21-11) ...
11:59:32 #10 16.69 Selecting previously unselected package binutils-common:arm64.
11:59:32 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 79.69MB / 116.78MB 13.8s
11:59:32 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 73.40MB / 116.78MB 13.7s
11:59:32 #10 15.99 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u5_arm64.deb ...
11:59:32 #10 16.00 Unpacking libkrb5-3:arm64 (1.17-3+deb10u5) ...
11:59:32 #10 16.09 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:59:32 #10 16.09 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u5_arm64.deb ...
11:59:32 #10 16.09 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
11:59:32 #10 16.14 Selecting previously unselected package libicu63:arm64.
11:59:32 #10 16.14 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_arm64.deb ...
11:59:32 #10 16.15 Unpacking libicu63:arm64 (63.1-6+deb10u3) ...
11:59:32 #11 16.21 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB]
11:59:32 #11 16.36 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
11:59:32 #11 16.37 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB]
11:59:32 #11 16.40 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
11:59:32 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 17.83MB / 53.32MB 9.7s
11:59:32 #20 3.172   clang-11 lib32gcc-s1 lib32stdc++6 libc6-i386 libclang-common-11-dev
11:59:32 #20 3.173   libclang-cpp11 libclang1-11 libgc1 libllvm11 libobjc-10-dev libobjc4 libpfm4
11:59:32 #20 3.173   libz3-4 lld-11 llvm-11 llvm-11-runtime llvm-runtime
11:59:32 #20 3.174 Suggested packages:
11:59:32 #20 3.174   clang-11-doc llvm-11-doc
11:59:32 #20 3.174 Recommended packages:
11:59:32 #20 3.174   llvm-11-dev libomp-11-dev binfmt-support
11:59:32 #20 3.334 The following NEW packages will be installed:
11:59:32 #20 3.334   clang clang-11 lib32gcc-s1 lib32stdc++6 libc6-i386 libclang-common-11-dev
11:59:32 #20 3.335   libclang-cpp11 libclang1-11 libgc1 libllvm11 libobjc-10-dev libobjc4 libpfm4
11:59:32 #20 3.335   libz3-4 lld lld-11 llvm llvm-11 llvm-11-runtime llvm-runtime
11:59:32 #10 11.91 (81/165): kernel-srpm-macros-1.0-11.el9.noarch. 3.9 MB/s |  16 kB     00:00    
11:59:32 #10 11.95 (82/165): hunspell-filesystem-1.7.0-11.el9.aarc  27 kB/s | 8.6 kB     00:00    
11:59:32 #10 11.96 (83/165): libjpeg-turbo-2.0.90-5.el9.aarch64.rp  22 MB/s | 170 kB     00:00    
11:59:32 #10 12.10 (84/165): hunspell-en-US-0.20140811.1-20.el9.no 312 kB/s | 177 kB     00:00    
11:59:32 #10 12.11 (85/165): libsoup-2.72.0-8.el9.aarch64.rpm       35 MB/s | 397 kB     00:00    
11:59:32 #11 7.029 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libexpat1 arm64 2.4.7-1ubuntu0.2 [76.8 kB]
11:59:32 #11 7.037 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:59:32 #10 1.772 Get:4 http://deb.debian.org/debian buster/main armhf Packages [7706 kB]
11:59:32 #10 16.14 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.9) ...
11:59:32 #10 16.16 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
11:59:32 #11 14.11 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpackage-stash-xs-perl arm64 0.29-1build1 [18.0 kB]
11:59:32 #11 14.26 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
11:59:32 #11 14.35 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
11:59:32 #10 16.76 Selecting previously unselected package libbsd0:amd64.
11:59:32 #10 16.76 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ...
11:59:32 #10 16.78 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
11:59:32 #10 14.63 Selecting previously unselected package libbinutils:arm64.
11:59:32 #10 14.63 Preparing to unpack .../027-libbinutils_2.35.2-2_arm64.deb ...
11:59:32 #10 14.64 Unpacking libbinutils:arm64 (2.35.2-2) ...
11:59:32 #10 14.78 Selecting previously unselected package libctf-nobfd0:arm64.
11:59:32 #10 14.78 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_arm64.deb ...
11:59:32 #10 14.79 Unpacking libctf-nobfd0:arm64 (2.35.2-2) ...
11:59:32 #10 14.85 Selecting previously unselected package libctf0:arm64.
11:59:32 #11 15.60 Get:368 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libre-engine-re2-perl amd64 0.14-1build2 [18.8 kB]
11:59:32 #11 15.60 Get:369 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libreadonly-perl all 2.050-3 [19.9 kB]
11:59:32 #11 15.60 Get:370 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
11:59:32 #11 15.60 Get:371 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libref-util-xs-perl amd64 0.117-2 [12.8 kB]
11:59:32 #11 15.60 Get:372 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libregexp-pattern-license-perl all 3.9.4-1 [84.5 kB]
11:59:32 #11 15.66 Get:373 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:59:32 #11 15.66 Get:374 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libregexp-wildcards-perl all 1.05-3 [12.9 kB]
11:59:32 #11 15.74 Get:375 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-modules amd64 2.1.28+dfsg-6ubuntu2 [69.8 kB]
11:59:32 #10 19.12 Unpacking libk5crypto3:amd64 (1.17-3+deb10u5) ...
11:59:32 #10 19.19 Selecting previously unselected package libkrb5-3:amd64.
11:59:32 #10 19.19 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u5_amd64.deb ...
11:59:32 #10 19.20 Unpacking libkrb5-3:amd64 (1.17-3+deb10u5) ...
11:59:32 #10 19.32 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:59:32 #10 19.32 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u5_amd64.deb ...
11:59:32 #10 19.32 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
11:59:32 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 13.3s done
11:59:32 #13 69.34   Installing : libgomp-4.8.5-44.el7.aarch64                               35/65 
11:59:32 #10 16.69 Preparing to unpack .../029-binutils-common_2.40-2_arm64.deb ...
11:59:32 #10 16.69 Unpacking binutils-common:arm64 (2.40-2) ...
11:59:32 #11 16.50 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
11:59:32 #11 16.53 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB]
11:59:32 #11 16.54 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
11:59:32 #11 16.56 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB]
11:59:32 #11 16.63 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB]
11:59:32 #11 16.64 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB]
11:59:32 #11 16.65 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
11:59:32 #11 16.65 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB]
11:59:32 #11 16.65 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
11:59:32 #11 16.66 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
11:59:32 #11 16.67 Get:318 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB]
11:59:32 #11 16.68 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB]
11:59:32 #11 16.70 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB]
11:59:32 #11 16.76 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B]
11:59:32 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.1s done
11:59:32 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 13.5s done
11:59:32 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
11:59:32 #10 12.34 (86/165): libproxy-webkitgtk4-0.4.15-35.el9.aar  55 kB/s |  21 kB     00:00    
11:59:32 #10 12.34 (87/165): lua-srpm-macros-1-6.el9.noarch.rpm    2.1 MB/s | 9.5 kB     00:00    
11:59:32 #10 12.35 (88/165): ocaml-srpm-macros-6-6.el9.noarch.rpm  1.8 MB/s | 8.8 kB     00:00    
11:59:32 #10 12.35 (89/165): openblas-srpm-macros-2-11.el9.noarch. 1.8 MB/s | 8.4 kB     00:00    
11:59:32 #10 12.36 (90/165): patch-2.7.6-16.el9.aarch64.rpm         19 MB/s | 124 kB     00:00    
11:59:32 #10 12.36 (91/165): perl-AutoLoader-5.74-480.el9.noarch.r 4.0 MB/s |  22 kB     00:00    
11:59:32 #10 12.37 (92/165): perl-B-1.80-480.el9.aarch64.rpm        24 MB/s | 182 kB     00:00    
11:59:32 #10 12.38 (93/165): perl-Carp-1.50-460.el9.noarch.rpm     6.6 MB/s |  30 kB     00:00    
11:59:32 #10 12.38 (94/165): perl-Class-Struct-0.66-480.el9.noarch 5.2 MB/s |  23 kB     00:00    
11:59:32 #10 12.39 (95/165): perl-Data-Dumper-2.174-462.el9.aarch6  11 MB/s |  55 kB     00:00    
11:59:32 #10 12.39 (96/165): perl-Digest-1.19-4.el9.noarch.rpm     5.7 MB/s |  26 kB     00:00    
11:59:32 #10 12.40 (97/165): perl-Digest-MD5-2.58-4.el9.aarch64.rp 6.6 MB/s |  37 kB     00:00    
11:59:32 #10 12.41 (98/165): perl-Encode-3.08-462.el9.aarch64.rpm  122 MB/s | 1.7 MB     00:00    
11:59:32 #10 12.42 (99/165): perl-Errno-1.30-480.el9.aarch64.rpm   3.3 MB/s |  16 kB     00:00    
11:59:32 #10 12.42 (100/165): perl-Exporter-5.74-461.el9.noarch.rp 7.7 MB/s |  32 kB     00:00    
11:59:32 #10 12.43 (101/165): perl-Fcntl-1.13-480.el9.aarch64.rpm  4.6 MB/s |  21 kB     00:00    
11:59:32 #10 12.43 (102/165): perl-File-Basename-2.85-480.el9.noar 4.2 MB/s |  18 kB     00:00    
11:59:32 #10 12.44 (103/165): perl-File-Path-2.18-4.el9.noarch.rpm 8.7 MB/s |  36 kB     00:00    
11:59:32 #10 12.44 (104/165): perl-File-Temp-0.231.100-4.el9.noarc  13 MB/s |  60 kB     00:00    
11:59:32 #20 3.603 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded.
11:59:32 #20 3.603 Need to get 58.8 MB of archives.
11:59:32 #20 3.603 After this operation, 300 MB of additional disk space will be used.
11:59:32 #20 3.603 Get:1 http://deb.debian.org/debian bullseye/main amd64 libz3-4 amd64 4.8.10-1 [6949 kB]
11:59:32 #20 3.664 Get:2 http://deb.debian.org/debian bullseye/main amd64 libllvm11 amd64 1:11.0.1-2 [17.9 MB]
11:59:32 #11 7.167 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:59:32 #11 7.168 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 media-types all 7.0.0 [25.5 kB]
11:59:32 #11 7.170 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
11:59:32 #11 7.176 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 readline-common all 8.1.2-1 [53.5 kB]
11:59:32 #11 7.179 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline8 arm64 8.1.2-1 [153 kB]
11:59:32 #11 7.188 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsqlite3-0 arm64 3.37.2-2ubuntu0.1 [636 kB]
11:59:32 #11 7.218 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:59:32 #11 7.300 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:59:32 #11 7.322 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3-stdlib arm64 3.10.6-1~22.04 [6910 B]
11:59:32 #11 7.322 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3 arm64 3.10.6-1~22.04 [22.8 kB]
11:59:32 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 5.1s
11:59:32 #10 2.171 Get:5 http://deb.debian.org/debian-security buster/updates/main armhf Packages [423 kB]
11:59:32 #11 12.88 Get:139 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gcc arm64 4:12.2.0-1ubuntu1 [5116 B]
11:59:32 #11 12.88 Get:140 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstdc++-12-dev arm64 12.2.0-3ubuntu1 [2154 kB]
11:59:32 #11 12.93 Get:141 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 g++-12 arm64 12.2.0-3ubuntu1 [10.9 MB]
11:59:32 #11 14.41 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libperlio-gzip-perl arm64 0.19-1build5 [14.1 kB]
11:59:32 #11 14.42 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpod-constants-perl all 0.19-1 [16.0 kB]
11:59:32 #11 14.43 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libre2-5 arm64 20200101+dfsg-1build1 [142 kB]
11:59:32 #10 16.86 Selecting previously unselected package libxdmcp6:amd64.
11:59:32 #10 16.86 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
11:59:32 #10 16.87 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
11:59:32 #10 16.96 Selecting previously unselected package libxcb1:amd64.
11:59:32 #10 16.96 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_amd64.deb ...
11:59:32 #10 16.97 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ...
11:59:32 #10 17.04 Selecting previously unselected package libx11-data.
11:59:32 #10 17.04 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
11:59:32 #10 17.05 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
11:59:32 #10 14.85 Preparing to unpack .../029-libctf0_2.35.2-2_arm64.deb ...
11:59:32 #10 14.85 Unpacking libctf0:arm64 (2.35.2-2) ...
11:59:32 #10 14.90 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:59:32 #10 14.90 Preparing to unpack .../030-binutils-aarch64-linux-gnu_2.35.2-2_arm64.deb ...
11:59:32 #10 14.90 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
11:59:32 #10 15.48 Selecting previously unselected package python3-minimal.
11:59:32 #10 15.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 ... 8349 files and directories currently installed.)
11:59:32 #10 15.49 Preparing to unpack .../python3-minimal_3.11.1-3_amd64.deb ...
11:59:32 #10 15.49 Unpacking python3-minimal (3.11.1-3) ...
11:59:32 #11 15.74 Get:376 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsereal-decoder-perl amd64 4.025+ds-1 [102 kB]
11:59:32 #11 15.74 Get:377 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsereal-encoder-perl amd64 4.025+ds-1 [104 kB]
11:59:32 #11 15.75 Get:378 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libset-intspan-perl all 1.19-2 [26.1 kB]
11:59:32 #11 15.75 Get:379 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsocket6-perl amd64 0.29-2 [19.7 kB]
11:59:32 #11 15.75 Get:380 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsodium23 amd64 1.0.18-1build2 [164 kB]
11:59:32 #11 15.76 Get:381 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstring-copyright-perl all 0.003013-1 [21.2 kB]
11:59:32 #11 15.76 Get:382 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:59:32 #11 15.81 Get:383 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstring-shellquote-perl all 1.04-2 [12.3 kB]
11:59:32 #11 15.81 Get:384 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsyntax-keyword-try-perl amd64 0.27-1 [26.6 kB]
11:59:32 #11 15.89 Get:385 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libterm-readkey-perl amd64 2.38-2 [25.0 kB]
11:59:32 #11 15.89 Get:386 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtext-levenshteinxs-perl amd64 0.03-5 [8604 B]
11:59:32 #11 15.89 Get:387 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtext-markdown-discount-perl amd64 0.13-1build1 [12.9 kB]
11:59:32 #11 15.89 Get:388 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtext-xslate-perl amd64 3.5.9-1build1 [186 kB]
11:59:32 #11 15.89 Get:389 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB]
11:59:32 #11 15.89 Get:390 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtime-moment-perl amd64 0.44-2 [71.6 kB]
11:59:32 #11 15.90 Get:391 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtype-tiny-xs-perl amd64 0.022-2 [25.2 kB]
11:59:32 #11 15.90 Get:392 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libunicode-utf8-perl amd64 0.62-1build4 [18.9 kB]
11:59:32 #11 15.96 Get:393 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libwww-mechanize-perl all 2.14-2 [93.9 kB]
11:59:32 #11 15.96 Get:394 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-namespacesupport-perl all 1.12-2 [13.5 kB]
11:59:32 #11 16.03 Get:395 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-sax-base-perl all 1.09-2 [19.3 kB]
11:59:32 #11 16.03 Get:396 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:59:32 #10 19.40 Selecting previously unselected package libicu63:amd64.
11:59:32 #10 19.40 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_amd64.deb ...
11:59:32 #10 19.41 Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
11:59:32 #10 16.92 Selecting previously unselected package libbinutils:arm64.
11:59:32 #10 16.92 Preparing to unpack .../030-libbinutils_2.40-2_arm64.deb ...
11:59:32 #10 16.92 Unpacking libbinutils:arm64 (2.40-2) ...
11:59:32 #10 17.01 Selecting previously unselected package libctf-nobfd0:arm64.
11:59:32 #10 17.01 Preparing to unpack .../031-libctf-nobfd0_2.40-2_arm64.deb ...
11:59:32 #10 17.02 Unpacking libctf-nobfd0:arm64 (2.40-2) ...
11:59:32 #10 17.06 Selecting previously unselected package libctf0:arm64.
11:59:32 #10 17.06 Preparing to unpack .../032-libctf0_2.40-2_arm64.deb ...
11:59:32 #10 17.06 Unpacking libctf0:arm64 (2.40-2) ...
11:59:32 #10 17.10 Selecting previously unselected package libgprofng0:arm64.
11:59:32 #11 15.88 Selecting previously unselected package python3-minimal.
11:59:32 #11 15.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 ... 4709 files and directories currently installed.)
11:59:32 #11 15.88 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ...
11:59:32 #11 15.89 Unpacking python3-minimal (3.10.6-1~22.04) ...
11:59:32 #11 15.93 Selecting previously unselected package media-types.
11:59:32 #11 15.93 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
11:59:32 #11 15.95 Unpacking media-types (7.0.0) ...
11:59:32 #11 15.98 Selecting previously unselected package libmpdec3:amd64.
11:59:32 #11 15.98 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
11:59:32 #11 15.99 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
11:59:32 #11 16.03 Selecting previously unselected package readline-common.
11:59:32 #11 16.03 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
11:59:32 #11 16.03 Unpacking readline-common (8.1.2-1) ...
11:59:32 #20 3.136 (11/22) Installing clang-libs (13.0.1-r1)
11:59:33 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 111.15MB / 116.78MB 14.1s
11:59:33 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 85.98MB / 116.78MB 14.4s
11:59:33 #11 16.76 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB]
11:59:33 #11 16.76 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
11:59:33 #11 16.76 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:59:33 #11 16.76 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:59:33 #11 16.76 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB]
11:59:33 #11 16.77 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB]
11:59:33 #11 16.77 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB]
11:59:33 #11 16.83 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
11:59:33 #11 16.83 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB]
11:59:33 #11 16.90 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB]
11:59:33 #11 16.90 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:59:33 #11 16.91 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:59:33 #11 16.91 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
11:59:33 #11 16.91 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB]
11:59:33 #11 16.94 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB]
11:59:33 #11 16.95 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:59:33 #11 16.95 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB]
11:59:33 #11 16.98 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB]
11:59:33 #11 16.98 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB]
11:59:33 #11 17.05 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB]
11:59:33 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 79.69MB / 116.78MB 14.5s
11:59:33 #10 12.44 (105/165): perl-File-stat-1.09-480.el9.noarch.r 4.7 MB/s |  18 kB     00:00    
11:59:33 #10 12.45 (106/165): perl-FileHandle-2.03-480.el9.noarch. 4.0 MB/s |  17 kB     00:00    
11:59:33 #10 12.45 (107/165): perl-Getopt-Long-2.52-4.el9.noarch.r  14 MB/s |  61 kB     00:00    
11:59:33 #10 12.46 (108/165): perl-Getopt-Std-1.12-480.el9.noarch. 3.6 MB/s |  17 kB     00:00    
11:59:33 #10 12.47 (109/165): perl-HTTP-Tiny-0.076-460.el9.noarch. 9.3 MB/s |  55 kB     00:00    
11:59:33 #10 12.47 (110/165): perl-IO-1.43-480.el9.aarch64.rpm      15 MB/s |  89 kB     00:00    
11:59:33 #10 12.48 (111/165): perl-IO-Socket-IP-0.41-5.el9.noarch. 8.0 MB/s |  43 kB     00:00    
11:59:33 #10 12.48 (112/165): perl-IO-Socket-SSL-2.073-1.el9.noarc  31 MB/s | 219 kB     00:00    
11:59:33 #10 12.49 (113/165): perl-IPC-Open3-1.21-480.el9.noarch.r 4.4 MB/s |  24 kB     00:00    
11:59:33 #10 12.50 (114/165): libappstream-glib-0.7.18-4.el9.aarch 641 kB/s | 380 kB     00:00    
11:59:33 #10 12.50 (115/165): perl-MIME-Base64-3.16-4.el9.aarch64. 3.3 MB/s |  31 kB     00:00    
11:59:33 #10 12.51 (116/165): perl-Mozilla-CA-20200520-6.el9.noarc 2.3 MB/s |  13 kB     00:00    
11:59:33 #10 12.51 (117/165): perl-NDBM_File-1.15-480.el9.aarch64. 2.7 MB/s |  23 kB     00:00    
11:59:33 #10 12.52 (118/165): perl-Net-SSLeay-1.92-2.el9.aarch64.r  40 MB/s | 389 kB     00:00    
11:59:33 #10 12.52 (119/165): perl-POSIX-1.94-480.el9.aarch64.rpm  8.9 MB/s |  98 kB     00:00    
11:59:33 #10 12.53 (120/165): perl-PathTools-3.78-461.el9.aarch64.  10 MB/s |  88 kB     00:00    
11:59:33 #10 12.53 (121/165): perl-Pod-Escapes-1.07-460.el9.noarch 3.5 MB/s |  21 kB     00:00    
11:59:33 #10 12.53 (122/165): perl-Pod-Perldoc-3.28.01-461.el9.noa  12 MB/s |  87 kB     00:00    
11:59:33 #10 12.54 (123/165): perl-Pod-Simple-3.42-4.el9.noarch.rp  26 MB/s | 225 kB     00:00    
11:59:33 #10 12.54 (124/165): perl-Pod-Usage-2.01-4.el9.noarch.rpm 6.0 MB/s |  41 kB     00:00    
11:59:33 #10 12.58 (125/165): perl-Scalar-List-Utils-1.56-461.el9. 1.9 MB/s |  72 kB     00:00    
11:59:33 #10 12.58 (126/165): perl-SelectSaver-1.02-480.el9.noarch 351 kB/s |  13 kB     00:00    
11:59:33 #10 12.58 (127/165): perl-Socket-2.031-4.el9.aarch64.rpm  9.5 MB/s |  55 kB     00:00    
11:59:33 #10 12.59 (128/165): perl-Storable-3.21-460.el9.aarch64.r  13 MB/s |  94 kB     00:00    
11:59:33 #10 12.59 (129/165): perl-Symbol-1.08-480.el9.noarch.rpm  1.8 MB/s |  15 kB     00:00    
11:59:33 #10 12.59 (130/165): perl-Term-ANSIColor-5.01-461.el9.noa 7.0 MB/s |  49 kB     00:00    
11:59:33 #10 12.60 (131/165): perl-Term-Cap-1.17-460.el9.noarch.rp 3.7 MB/s |  23 kB     00:00    
11:59:33 #10 12.60 (132/165): perl-Text-ParseWords-3.30-460.el9.no 2.6 MB/s |  17 kB     00:00    
11:59:33 #10 12.61 (133/165): perl-Text-Tabs+Wrap-2013.0523-460.el 3.1 MB/s |  24 kB     00:00    
11:59:33 #10 12.61 (134/165): perl-Time-Local-1.300-7.el9.noarch.r 4.5 MB/s |  34 kB     00:00    
11:59:33 #10 12.61 (135/165): perl-URI-5.09-3.el9.noarch.rpm        16 MB/s | 121 kB     00:00    
11:59:33 #10 12.62 (136/165): perl-base-2.27-480.el9.noarch.rpm    2.3 MB/s |  17 kB     00:00    
11:59:33 #10 12.62 (137/165): libstemmer-0-18.585svn.el9.aarch64.r 162 kB/s |  82 kB     00:00    
11:59:33 #10 12.62 (138/165): perl-constant-1.33-461.el9.noarch.rp 2.3 MB/s |  24 kB     00:00    
11:59:33 #10 12.63 (139/165): perl-if-0.60.800-480.el9.noarch.rpm  1.5 MB/s |  15 kB     00:00    
11:59:33 #10 12.63 (140/165): perl-interpreter-5.32.1-480.el9.aarc 9.0 MB/s |  72 kB     00:00    
11:59:33 #10 12.66 (141/165): perl-libnet-3.13-4.el9.noarch.rpm    3.7 MB/s | 130 kB     00:00    
11:59:33 #20 3.794 Get:3 http://deb.debian.org/debian bullseye/main amd64 libclang-cpp11 amd64 1:11.0.1-2 [9632 kB]
11:59:33 #20 3.870 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgc1 amd64 1:8.0.4-3 [239 kB]
11:59:33 #20 3.873 Get:5 http://deb.debian.org/debian bullseye/main amd64 libobjc4 amd64 10.2.1-6 [41.8 kB]
11:59:33 #20 3.873 Get:6 http://deb.debian.org/debian bullseye/main amd64 libobjc-10-dev amd64 10.2.1-6 [170 kB]
11:59:33 #20 3.875 Get:7 http://deb.debian.org/debian bullseye/main amd64 libc6-i386 amd64 2.31-13+deb11u5 [2616 kB]
11:59:33 #20 3.894 Get:8 http://deb.debian.org/debian bullseye/main amd64 lib32gcc-s1 amd64 10.2.1-6 [49.4 kB]
11:59:33 #20 3.895 Get:9 http://deb.debian.org/debian bullseye/main amd64 lib32stdc++6 amd64 10.2.1-6 [510 kB]
11:59:33 #20 3.925 Get:10 http://deb.debian.org/debian bullseye/main amd64 libclang-common-11-dev amd64 1:11.0.1-2 [4922 kB]
11:59:33 #20 3.963 Get:11 http://deb.debian.org/debian bullseye/main amd64 libclang1-11 amd64 1:11.0.1-2 [5521 kB]
11:59:33 #20 4.007 Get:12 http://deb.debian.org/debian bullseye/main amd64 clang-11 amd64 1:11.0.1-2 [109 kB]
11:59:33 #10 16.81 Selecting previously unselected package libxml2:arm64.
11:59:33 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 23.07MB / 116.78MB 10.2s
11:59:33 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 22.02MB / 53.32MB 10.2s
11:59:33 #11 7.324 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:59:33 #11 7.458 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm6 arm64 1.23-1 [34.1 kB]
11:59:33 #11 7.488 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm-compat4 arm64 1.23-1 [6294 B]
11:59:33 #11 7.489 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libperl5.34 arm64 5.34.0-3ubuntu1.1 [4723 kB]
11:59:33 #11 13.49 Get:142 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 g++ arm64 4:12.2.0-1ubuntu1 [1396 B]
11:59:33 #11 14.51 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libre-engine-re2-perl arm64 0.13-5 [15.6 kB]
11:59:33 #11 14.52 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadonly-perl all 2.050-2 [19.9 kB]
11:59:33 #11 14.52 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
11:59:33 #11 14.53 Get:313 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libref-util-xs-perl arm64 0.117-1build2 [11.6 kB]
11:59:33 #11 14.53 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
11:59:33 #11 14.55 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
11:59:33 #11 14.55 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:59:33 #11 14.56 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-decoder-perl arm64 4.011+ds-1build1 [96.0 kB]
11:59:33 #11 14.58 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-encoder-perl arm64 4.011+ds-1build1 [97.4 kB]
11:59:33 #11 14.65 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-perl all 4.011-1 [8604 B]
11:59:33 #11 14.65 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsort-key-perl arm64 1.33-2build2 [34.4 kB]
11:59:33 #11 14.65 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-copyright-perl all 0.003006-1 [9608 B]
11:59:33 #11 14.65 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:59:33 #11 14.65 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:59:33 #11 14.66 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libterm-readkey-perl arm64 2.38-1build1 [24.1 kB]
11:59:33 #11 14.66 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtest-fatal-perl all 0.014-1 [11.1 kB]
11:59:33 #11 14.66 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtest-refcount-perl all 0.10-1 [11.4 kB]
11:59:33 #11 14.72 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtext-levenshtein-perl all 0.13-1 [9612 B]
11:59:33 #11 14.72 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtype-tiny-xs-perl arm64 0.016-1 [22.3 kB]
11:59:33 #11 14.79 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libunicode-utf8-perl arm64 0.62-1build1 [17.5 kB]
11:59:33 #10 17.17 Selecting previously unselected package libx11-6:amd64.
11:59:33 #10 17.17 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
11:59:33 #10 17.17 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
11:59:33 #10 17.29 Setting up multiarch-support (2.27-3ubuntu1.6) ...
11:59:33 #10 17.38 Selecting previously unselected package libxext6:amd64.
11:59:33 #10 17.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 ... 5104 files and directories currently installed.)
11:59:33 #10 17.38 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_amd64.deb ...
11:59:33 #10 15.26 Selecting previously unselected package binutils.
11:59:33 #10 15.53 Selecting previously unselected package media-types.
11:59:33 #10 15.53 Preparing to unpack .../media-types_8.0.0_all.deb ...
11:59:33 #10 15.54 Unpacking media-types (8.0.0) ...
11:59:33 #10 15.59 Preparing to unpack .../liblzma5_5.4.1-0.1_amd64.deb ...
11:59:33 #10 15.60 Unpacking liblzma5:amd64 (5.4.1-0.1) over (5.4.1-0.0) ...
11:59:33 #10 15.67 Setting up liblzma5:amd64 (5.4.1-0.1) ...
11:59:33 #10 15.72 Selecting previously unselected package libmpdec3:amd64.
11:59:33 #10 15.72 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8376 files and directories currently installed.)
11:59:33 #10 15.72 Preparing to unpack .../00-libmpdec3_2.5.1-2_amd64.deb ...
11:59:33 #10 15.73 Unpacking libmpdec3:amd64 (2.5.1-2) ...
11:59:33 #11 16.03 Get:397 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1 [325 kB]
11:59:33 #11 16.05 Get:398 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-parser-perl amd64 2.46-3build1 [212 kB]
11:59:33 #11 16.05 Get:399 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:59:33 #11 16.06 Get:400 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libyaml-libyaml-perl amd64 0.83+ds-1build1 [29.6 kB]
11:59:33 #11 16.06 Get:401 http://archive.ubuntu.com/ubuntu kinetic/main amd64 licensecheck all 3.3.0-1 [41.4 kB]
11:59:33 #11 16.06 Get:402 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevel-size-perl amd64 0.83-2 [20.4 kB]
11:59:33 #11 16.10 Get:403 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB]
11:59:33 #11 16.10 Get:404 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lzip amd64 1.23-4 [79.7 kB]
11:59:33 #10 16.72 Selecting previously unselected package python3-minimal.
11:59:33 #10 16.72 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4315 files and directories currently installed.)
11:59:33 #10 16.72 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_arm64.deb ...
11:59:33 #10 16.72 Unpacking python3-minimal (3.6.7-1~18.04) ...
11:59:33 #10 16.76 Selecting previously unselected package mime-support.
11:59:33 #10 16.77 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
11:59:33 #10 16.77 Unpacking mime-support (3.60ubuntu1) ...
11:59:33 #10 16.81 Selecting previously unselected package libmpdec2:arm64.
11:59:33 #10 16.81 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_arm64.deb ...
11:59:33 #10 16.82 Unpacking libmpdec2:arm64 (2.4.2-1ubuntu1) ...
11:59:33 #10 16.86 Selecting previously unselected package readline-common.
11:59:33 #10 16.86 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
11:59:33 #10 16.86 Unpacking readline-common (7.0-3) ...
11:59:33 #10 16.90 Selecting previously unselected package libreadline7:arm64.
11:59:33 #10 16.90 Preparing to unpack .../4-libreadline7_7.0-3_arm64.deb ...
11:59:33 #10 16.91 Unpacking libreadline7:arm64 (7.0-3) ...
11:59:33 #10 16.95 Selecting previously unselected package libsqlite3-0:arm64.
11:59:33 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 51.38MB / 116.78MB 14.0s
11:59:33 #13 69.71   Installing : setools-libs-3.3.8-4.el7.aarch64                           36/65 
11:59:33 #13 70.01   Installing : libseccomp-2.3.1-4.el7.aarch64                             37/65 
11:59:33 #13 70.30   Installing : perl-Data-Dumper-2.145-3.el7.aarch64                       38/65 
11:59:33 #10 17.10 Preparing to unpack .../033-libgprofng0_2.40-2_arm64.deb ...
11:59:33 #10 17.11 Unpacking libgprofng0:arm64 (2.40-2) ...
11:59:33 #10 17.19 Selecting previously unselected package libjansson4:arm64.
11:59:33 #10 17.19 Preparing to unpack .../034-libjansson4_2.14-2_arm64.deb ...
11:59:33 #10 17.20 Unpacking libjansson4:arm64 (2.14-2) ...
11:59:33 #10 17.23 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:59:33 #10 17.23 Preparing to unpack .../035-binutils-aarch64-linux-gnu_2.40-2_arm64.deb ...
11:59:33 #10 17.25 Unpacking binutils-aarch64-linux-gnu (2.40-2) ...
11:59:33 #11 16.08 Selecting previously unselected package libreadline8:amd64.
11:59:33 #11 16.08 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ...
11:59:33 #11 16.09 Unpacking libreadline8:amd64 (8.1.2-1) ...
11:59:33 #11 16.13 Selecting previously unselected package libsqlite3-0:amd64.
11:59:33 #11 16.13 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_amd64.deb ...
11:59:33 #11 16.13 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ...
11:59:33 #11 16.17 Selecting previously unselected package libpython3.10-stdlib:amd64.
11:59:33 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 111.15MB / 116.78MB 14.6s
11:59:33 #7 ...
11:59:33 
11:59:33 #10 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
11:59:33 #10 DONE 3.0s
11:59:33 
11:59:33 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:33 #10 12.67 (142/165): perl-libs-5.32.1-480.el9.aarch64.rpm  48 MB/s | 2.1 MB     00:00    
11:59:33 #10 12.68 (143/165): perl-mro-1.23-480.el9.aarch64.rpm    2.0 MB/s |  29 kB     00:00    
11:59:33 #10 12.68 (144/165): perl-overload-1.31-480.el9.noarch.rp 2.8 MB/s |  47 kB     00:00    
11:59:33 #10 12.68 (145/165): perl-overloading-0.02-480.el9.noarch 1.6 MB/s |  14 kB     00:00    
11:59:33 #10 12.69 (146/165): perl-parent-0.238-460.el9.noarch.rpm 2.4 MB/s |  15 kB     00:00    
11:59:33 #10 12.69 (147/165): perl-podlators-4.14-460.el9.noarch.r  12 MB/s | 114 kB     00:00    
11:59:33 #10 12.69 (148/165): perl-srpm-macros-1-41.el9.noarch.rpm 1.0 MB/s | 9.1 kB     00:00    
11:59:33 #10 12.70 (149/165): perl-vars-1.05-480.el9.noarch.rpm    2.7 MB/s |  14 kB     00:00    
11:59:33 #10 12.70 (150/165): perl-subs-1.03-480.el9.noarch.rpm    1.5 MB/s |  13 kB     00:00    
11:59:33 #10 12.70 (151/165): policycoreutils-python-utils-3.5-0.r 9.2 MB/s |  75 kB     00:00    
11:59:33 #10 12.71 (152/165): python-srpm-macros-3.9-52.el9.noarch 2.6 MB/s |  24 kB     00:00    
11:59:33 #10 12.71 (153/165): python3-audit-3.0.7-103.el9.aarch64.  11 MB/s |  84 kB     00:00    
11:59:33 #10 12.72 (154/165): python3-libselinux-3.5-0.rc1.1.el9.a  26 MB/s | 183 kB     00:00    
11:59:33 #10 12.72 (155/165): python3-file-magic-5.39-10.el9.noarc 1.2 MB/s |  17 kB     00:00    
11:59:33 #10 12.72 (156/165): python3-libsemanage-3.5-0.rc1.1.el9.  13 MB/s |  79 kB     00:00    
11:59:33 #10 12.74 (157/165): python3-policycoreutils-3.5-0.rc1.2. 112 MB/s | 2.1 MB     00:00    
11:59:33 #10 12.74 (158/165): qt5-srpm-macros-5.15.3-1.el9.noarch. 700 kB/s | 9.7 kB     00:00    
11:59:33 #10 12.75 (159/165): redhat-rpm-config-197-1.el9.noarch.r  14 MB/s |  73 kB     00:00    
11:59:33 #10 12.75 (160/165): rpm-build-4.16.1.3-22.el9.aarch64.rp  11 MB/s | 100 kB     00:00    
11:59:33 #10 12.76 (161/165): rust-srpm-macros-17-4.el9.noarch.rpm 2.5 MB/s |  10 kB     00:00    
11:59:33 #10 12.76 (162/165): scl-utils-2.0.3-4.el9.aarch64.rpm    7.6 MB/s |  37 kB     00:00    
11:59:33 #11 17.05 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
11:59:33 #11 17.05 Get:343 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu2.2 [982 kB]
11:59:33 #20 4.008 Get:13 http://deb.debian.org/debian bullseye/main amd64 clang amd64 1:11.0-51+nmu5 [8872 B]
11:59:33 #20 4.009 Get:14 http://deb.debian.org/debian bullseye/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1 [286 kB]
11:59:33 #11 17.10 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
11:59:33 #20 4.011 Get:15 http://deb.debian.org/debian bullseye/main amd64 lld-11 amd64 1:11.0.1-2 [1173 kB]
11:59:33 #20 4.020 Get:16 http://deb.debian.org/debian bullseye/main amd64 lld amd64 1:11.0-51+nmu5 [8492 B]
11:59:33 #20 4.020 Get:17 http://deb.debian.org/debian bullseye/main amd64 llvm-11-runtime amd64 1:11.0.1-2 [212 kB]
11:59:33 #20 4.022 Get:18 http://deb.debian.org/debian bullseye/main amd64 llvm-runtime amd64 1:11.0-51+nmu5 [8532 B]
11:59:33 #20 4.022 Get:19 http://deb.debian.org/debian bullseye/main amd64 llvm-11 amd64 1:11.0.1-2 [8463 kB]
11:59:33 #20 4.085 Get:20 http://deb.debian.org/debian bullseye/main amd64 llvm amd64 1:11.0-51+nmu5 [10.7 kB]
11:59:33 #20 4.208 debconf: delaying package configuration, since apt-utils is not installed
11:59:33 #20 4.236 Fetched 58.8 MB in 1s (79.0 MB/s)
11:59:33 #20 4.257 Selecting previously unselected package libz3-4:amd64.
11:59:33 #10 16.81 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u5_arm64.deb ...
11:59:33 #10 16.82 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u5) ...
11:59:33 #10 16.90 Selecting previously unselected package manpages.
11:59:33 #10 16.90 Preparing to unpack .../016-manpages_4.16-2_all.deb ...
11:59:33 #10 16.91 Unpacking manpages (4.16-2) ...
11:59:33 #10 17.02 Selecting previously unselected package libedit2:arm64.
11:59:33 #10 17.02 Preparing to unpack .../017-libedit2_3.1-20181209-1_arm64.deb ...
11:59:33 #10 17.03 Unpacking libedit2:arm64 (3.1-20181209-1) ...
11:59:33 #10 17.08 Selecting previously unselected package openssh-client.
11:59:33 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 26.21MB / 53.32MB 10.6s
11:59:33 #9 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 9.5s
11:59:33 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 65.01MB / 116.78MB 14.6s
11:59:33 #11 14.79 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:59:33 #11 14.79 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:59:33 #11 14.79 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
11:59:33 #11 14.80 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1build1 [309 kB]
11:59:33 #11 14.83 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-parser-perl arm64 2.46-1 [191 kB]
11:59:33 #11 14.84 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:59:33 #11 14.84 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-writer-perl all 0.625-1 [24.9 kB]
11:59:33 #11 14.86 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-libyaml-perl arm64 0.81+repack-1 [27.2 kB]
11:59:33 #11 14.87 Get:338 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 licensecheck all 3.0.45-1 [23.9 kB]
11:59:33 #11 14.94 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevel-size-perl arm64 0.83-1build1 [19.6 kB]
11:59:33 #11 14.94 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 t1utils arm64 1.41-3 [53.5 kB]
11:59:33 #11 14.94 Get:341 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 lintian all 2.62.0ubuntu2.2 [982 kB]
11:59:33 #11 14.98 Get:342 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 manpages-dev all 5.05-1 [2266 kB]
11:59:33 #11 13.49 Get:143 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 make arm64 4.3-4.1build1 [177 kB]
11:59:33 #11 13.50 Get:144 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdpkg-perl all 1.21.9ubuntu1 [237 kB]
11:59:33 #11 13.50 Get:145 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 bzip2 arm64 1.0.8-5build1 [34.6 kB]
11:59:33 #11 13.50 Get:146 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 patch arm64 2.7.6-7build2 [105 kB]
11:59:33 #11 13.50 Get:147 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lto-disabled-list all 35 [12.2 kB]
11:59:33 #11 13.50 Get:148 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dpkg-dev all 1.21.9ubuntu1 [1070 kB]
11:59:33 #11 13.53 Get:149 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 build-essential arm64 12.9ubuntu3 [4740 B]
11:59:33 #11 13.53 Get:150 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
11:59:33 #11 13.57 Get:151 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-6ubuntu2 [21.0 kB]
11:59:33 #11 13.64 Get:152 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-2 arm64 2.1.28+dfsg-6ubuntu2 [57.3 kB]
11:59:33 #11 13.64 Get:153 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-1ubuntu1 [180 kB]
11:59:33 #11 13.65 Get:154 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
11:59:33 #11 13.65 Get:155 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
11:59:33 #11 13.66 Get:156 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libcurl4 arm64 7.85.0-1ubuntu0.2 [286 kB]
11:59:33 #11 13.67 Get:157 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 curl arm64 7.85.0-1ubuntu0.2 [196 kB]
11:59:33 #11 13.67 Get:158 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dctrl-tools arm64 2.24-3build2 [65.2 kB]
11:59:33 #11 13.68 Get:159 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdebhelper-perl all 13.9.1ubuntu1 [66.4 kB]
11:59:33 #11 13.68 Get:160 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtool all 2.4.7-4 [166 kB]
11:59:33 #11 13.71 Get:161 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dh-autoreconf all 20 [16.1 kB]
11:59:33 #11 13.79 Get:162 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB]
11:59:33 #10 17.39 Unpacking libxext6:amd64 (2:1.3.3-1) ...
11:59:33 #10 17.42 Selecting previously unselected package bsdmainutils.
11:59:33 #10 17.42 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_amd64.deb ...
11:59:33 #10 17.43 Unpacking bsdmainutils (11.1.2ubuntu1) ...
11:59:33 #10 17.52 Selecting previously unselected package groff-base.
11:59:33 #10 17.52 Preparing to unpack .../002-groff-base_1.22.3-10_amd64.deb ...
11:59:33 #10 17.53 Unpacking groff-base (1.22.3-10) ...
11:59:33 #10 17.63 Selecting previously unselected package libgdbm5:amd64.
11:59:33 #10 15.26 Preparing to unpack .../031-binutils_2.35.2-2_arm64.deb ...
11:59:33 #10 15.26 Unpacking binutils (2.35.2-2) ...
11:59:33 #10 15.30 Selecting previously unselected package libc-dev-bin.
11:59:33 #10 15.30 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u5_arm64.deb ...
11:59:33 #10 15.30 Unpacking libc-dev-bin (2.31-13+deb11u5) ...
11:59:33 #10 15.34 Selecting previously unselected package linux-libc-dev:arm64.
11:59:33 #10 15.34 Preparing to unpack .../033-linux-libc-dev_5.10.162-1_arm64.deb ...
11:59:33 #10 15.35 Unpacking linux-libc-dev:arm64 (5.10.162-1) ...
11:59:33 #10 15.49 Selecting previously unselected package libcrypt-dev:arm64.
11:59:33 #10 15.49 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_arm64.deb ...
11:59:33 #10 15.49 Unpacking libcrypt-dev:arm64 (1:4.4.18-4) ...
11:59:33 #10 15.53 Selecting previously unselected package libtirpc-dev:arm64.
11:59:33 #10 15.77 Selecting previously unselected package libncursesw6:amd64.
11:59:33 #10 15.77 Preparing to unpack .../01-libncursesw6_6.4-2_amd64.deb ...
11:59:33 #10 15.78 Unpacking libncursesw6:amd64 (6.4-2) ...
11:59:33 #10 15.83 Selecting previously unselected package libkrb5support0:amd64.
11:59:33 #10 15.83 Preparing to unpack .../02-libkrb5support0_1.20.1-1_amd64.deb ...
11:59:33 #10 15.84 Unpacking libkrb5support0:amd64 (1.20.1-1) ...
11:59:33 #10 15.88 Selecting previously unselected package libk5crypto3:amd64.
11:59:33 #10 15.88 Preparing to unpack .../03-libk5crypto3_1.20.1-1_amd64.deb ...
11:59:33 #10 15.89 Unpacking libk5crypto3:amd64 (1.20.1-1) ...
11:59:33 #10 15.94 Selecting previously unselected package libkeyutils1:amd64.
11:59:33 #10 15.94 Preparing to unpack .../04-libkeyutils1_1.6.3-2_amd64.deb ...
11:59:33 #10 15.94 Unpacking libkeyutils1:amd64 (1.6.3-2) ...
11:59:33 #10 2.588 Get:6 http://deb.debian.org/debian buster-updates/main armhf Packages [8784 B]
11:59:33 #11 16.38 Get:405 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lzop amd64 1.04-2build2 [83.7 kB]
11:59:33 #11 16.43 Get:406 http://archive.ubuntu.com/ubuntu kinetic/main amd64 t1utils amd64 1.41-4build2 [61.3 kB]
11:59:33 #11 16.44 Get:407 http://archive.ubuntu.com/ubuntu kinetic/main amd64 unzip amd64 6.0-27ubuntu1 [174 kB]
11:59:33 #11 16.46 Get:408 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 lintian all 2.115.3ubuntu2.1 [1108 kB]
11:59:33 #11 16.49 Get:409 http://archive.ubuntu.com/ubuntu kinetic/main amd64 manpages-dev all 5.13-1 [2355 kB]
11:59:33 #11 16.53 Get:410 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-certifi all 2022.6.15-2 [156 kB]
11:59:33 #11 16.53 Get:411 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-cffi-backend amd64 1.15.1-1 [75.7 kB]
11:59:33 #11 16.53 Get:412 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-cryptography amd64 3.4.8-2 [228 kB]
11:59:33 #11 16.54 Get:413 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-idna all 3.3-1 [49.3 kB]
11:59:33 #10 16.95 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_arm64.deb ...
11:59:33 #10 16.96 Unpacking libsqlite3-0:arm64 (3.22.0-1ubuntu0.7) ...
11:59:33 #10 17.02 Selecting previously unselected package libpython3.6-stdlib:arm64.
11:59:33 #10 17.03 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
11:59:33 #10 17.03 Unpacking libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.9) ...
11:59:33 #13 70.41   Installing : autoconf-2.69-11.el7.noarch                                39/65 
11:59:33 #13 70.70 install-info: No such file or directory for /usr/share/info/autoconf.info
11:59:33 #10 17.52 Selecting previously unselected package binutils.
11:59:33 #10 17.52 Preparing to unpack .../036-binutils_2.40-2_arm64.deb ...
11:59:33 #10 17.52 Unpacking binutils (2.40-2) ...
11:59:33 #10 17.55 Selecting previously unselected package libc-dev-bin.
11:59:33 #10 17.56 Preparing to unpack .../037-libc-dev-bin_2.36-8_arm64.deb ...
11:59:33 #10 17.56 Unpacking libc-dev-bin (2.36-8) ...
11:59:33 #10 17.59 Selecting previously unselected package linux-libc-dev:arm64.
11:59:33 #10 17.59 Preparing to unpack .../038-linux-libc-dev_6.1.8-1_arm64.deb ...
11:59:33 #10 17.60 Unpacking linux-libc-dev:arm64 (6.1.8-1) ...
11:59:33 #11 ...
11:59:33 
11:59:33 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:33 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 3.7s done
11:59:33 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 6.9s done
11:59:33 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
11:59:33 #7 DONE 21.9s
11:59:33 
11:59:33 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:33 #11 16.17 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_amd64.deb ...
11:59:33 #11 16.18 Unpacking libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ...
11:59:33 #11 16.31 Selecting previously unselected package python3.10.
11:59:33 #11 16.31 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_amd64.deb ...
11:59:33 #11 16.31 Unpacking python3.10 (3.10.6-1~22.04.2) ...
11:59:33 #11 16.35 Selecting previously unselected package libpython3-stdlib:amd64.
11:59:33 #11 16.35 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ...
11:59:33 #11 16.35 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
11:59:33 #11 16.39 Setting up python3-minimal (3.10.6-1~22.04) ...
11:59:33 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 8.9s done
11:59:33 #10 13.21 (163/165): python3-enchant-3.2.0-5.el9.noarch.r 169 kB/s |  86 kB     00:00    
11:59:33 #20 4.257 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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:59:33 #20 4.265 Preparing to unpack .../00-libz3-4_4.8.10-1_amd64.deb ...
11:59:33 #20 4.272 Unpacking libz3-4:amd64 (4.8.10-1) ...
11:59:33 #11 17.21 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
11:59:33 #11 17.22 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
11:59:33 #11 17.22 Get:347 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
11:59:33 #11 17.22 Get:348 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
11:59:33 #11 17.23 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
11:59:33 #11 17.23 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
11:59:33 #11 17.23 Get:351 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.1 [168 kB]
11:59:33 #11 17.23 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB]
11:59:33 #11 17.24 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:59:33 #11 17.41 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B]
11:59:33 #10 17.08 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u2_arm64.deb ...
11:59:33 #10 17.09 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
11:59:33 #10 17.23 Selecting previously unselected package ucf.
11:59:33 #10 17.23 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ...
11:59:33 #10 17.24 Moving old data out of the way
11:59:33 #10 17.24 Unpacking ucf (3.0038+nmu1) ...
11:59:33 #10 17.28 Selecting previously unselected package xz-utils.
11:59:33 #10 17.29 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_arm64.deb ...
11:59:33 #10 17.29 Unpacking xz-utils (5.2.4-1+deb10u1) ...
11:59:33 #10 17.35 Selecting previously unselected package libfl2:arm64.
11:59:33 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 29.36MB / 116.78MB 10.8s
11:59:33 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 6.4s
11:59:33 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.1s
11:59:33 #11 15.10 Get:343 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-certifi all 2019.11.28-1 [149 kB]
11:59:33 #11 15.11 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-idna all 2.8-1 [34.6 kB]
11:59:33 #11 15.11 Get:345 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
11:59:33 #11 15.11 Get:346 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
11:59:33 #11 15.11 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
11:59:33 #11 15.11 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
11:59:33 #11 15.12 Get:349 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 unzip arm64 6.0-25ubuntu1.1 [162 kB]
11:59:33 #11 15.12 Get:350 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 equivs all 2.2.0 [19.7 kB]
11:59:33 #11 15.12 Get:351 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:59:33 #11 15.17 Get:352 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-magic all 2:0.4.15-3 [9376 B]
11:59:33 #11 15.33 debconf: delaying package configuration, since apt-utils is not installed
11:59:33 #11 15.36 Fetched 97.8 MB in 9s (10.4 MB/s)
11:59:33 #11 13.79 Get:163 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-override-perl all 0.09-3 [9756 B]
11:59:33 #11 13.79 Get:164 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:59:33 #11 13.79 Get:165 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:59:33 #11 13.79 Get:166 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdw1 arm64 0.187-4 [243 kB]
11:59:33 #11 13.80 Get:167 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 debugedit arm64 1:5.0-5 [45.9 kB]
11:59:33 #11 13.80 Get:168 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dwz arm64 0.14-1build2 [102 kB]
11:59:33 #11 13.80 Get:169 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gettext arm64 0.21-8 [842 kB]
11:59:33 #11 13.84 Get:170 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:59:33 #11 13.86 Get:171 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 po-debconf all 1.0.21+nmu1 [233 kB]
11:59:33 #11 13.93 Get:172 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 debhelper all 13.9.1ubuntu1 [939 kB]
11:59:33 #11 7.761 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 perl arm64 5.34.0-3ubuntu1.1 [232 kB]
11:59:33 #11 7.764 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssl arm64 3.0.2-0ubuntu1.7 [1160 kB]
11:59:33 #11 7.774 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
11:59:33 #11 7.814 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 distro-info-data all 0.52ubuntu0.2 [5160 B]
11:59:33 #11 7.815 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iso-codes all 4.9.0-1 [3459 kB]
11:59:33 #11 7.936 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 less arm64 590-1build1 [142 kB]
11:59:33 #11 7.938 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmd0 arm64 1.0.4-1build1 [23.8 kB]
11:59:33 #11 7.938 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbsd0 arm64 0.11.5-1 [43.7 kB]
11:59:33 #11 7.940 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libelf1 arm64 0.186-1build1 [50.7 kB]
11:59:33 #11 7.941 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu70 arm64 70.1-2 [10.5 MB]
11:59:33 #10 17.63 Preparing to unpack .../003-libgdbm5_1.14.1-6_amd64.deb ...
11:59:33 #10 17.64 Unpacking libgdbm5:amd64 (1.14.1-6) ...
11:59:33 #10 17.68 Selecting previously unselected package libpipeline1:amd64.
11:59:33 #10 17.68 Preparing to unpack .../004-libpipeline1_1.5.0-1_amd64.deb ...
11:59:33 #10 17.68 Unpacking libpipeline1:amd64 (1.5.0-1) ...
11:59:33 #10 17.73 Selecting previously unselected package man-db.
11:59:33 #10 17.73 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_amd64.deb ...
11:59:33 #10 17.74 Unpacking man-db (2.8.3-2ubuntu0.1) ...
11:59:33 #10 15.98 Selecting previously unselected package libkrb5-3:amd64.
11:59:33 #10 15.98 Preparing to unpack .../05-libkrb5-3_1.20.1-1_amd64.deb ...
11:59:33 #10 15.99 Unpacking libkrb5-3:amd64 (1.20.1-1) ...
11:59:33 #10 16.08 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:59:33 #10 16.08 Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-1_amd64.deb ...
11:59:33 #10 16.08 Unpacking libgssapi-krb5-2:amd64 (1.20.1-1) ...
11:59:33 #10 16.14 Selecting previously unselected package libtirpc-common.
11:59:33 #10 16.14 Preparing to unpack .../07-libtirpc-common_1.3.3+ds-1_all.deb ...
11:59:33 #10 16.14 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:59:33 #10 16.19 Selecting previously unselected package libtirpc3:amd64.
11:59:33 #10 16.19 Preparing to unpack .../08-libtirpc3_1.3.3+ds-1_amd64.deb ...
11:59:33 #10 16.19 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
11:59:33 #10 16.24 Selecting previously unselected package libnsl2:amd64.
11:59:33 #10 16.24 Preparing to unpack .../09-libnsl2_1.3.0-2_amd64.deb ...
11:59:33 #10 16.25 Unpacking libnsl2:amd64 (1.3.0-2) ...
11:59:33 #10 16.29 Selecting previously unselected package readline-common.
11:59:33 #10 16.29 Preparing to unpack .../10-readline-common_8.2-1.3_all.deb ...
11:59:33 #10 15.54 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_arm64.deb ...
11:59:33 #10 15.54 Unpacking libtirpc-dev:arm64 (1.3.1-1+deb11u1) ...
11:59:33 #10 15.58 Selecting previously unselected package libnsl-dev:arm64.
11:59:33 #10 15.58 Preparing to unpack .../036-libnsl-dev_1.3.0-2_arm64.deb ...
11:59:33 #10 15.59 Unpacking libnsl-dev:arm64 (1.3.0-2) ...
11:59:33 #10 15.62 Selecting previously unselected package libc6-dev:arm64.
11:59:33 #10 15.63 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u5_arm64.deb ...
11:59:33 #10 15.63 Unpacking libc6-dev:arm64 (2.31-13+deb11u5) ...
11:59:33 #11 16.54 Get:414 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-nacl amd64 1.5.0-2 [63.1 kB]
11:59:33 #11 16.54 Get:415 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-six all 1.16.0-4 [12.4 kB]
11:59:33 #11 16.54 Get:416 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB]
11:59:33 #11 16.55 Get:417 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-paramiko all 2.10.4-1ubuntu1 [134 kB]
11:59:33 #11 16.55 Get:418 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-urllib3 all 1.26.9-1 [98.8 kB]
11:59:33 #11 16.55 Get:419 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-requests all 2.27.1+dfsg-1ubuntu2 [50.3 kB]
11:59:33 #11 16.56 Get:420 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-unidiff all 0.7.3-1 [11.0 kB]
11:59:33 #11 16.56 Get:421 http://archive.ubuntu.com/ubuntu kinetic/main amd64 zstd amd64 1.5.2+dfsg-1 [573 kB]
11:59:33 #11 16.58 Get:422 http://archive.ubuntu.com/ubuntu kinetic/main amd64 equivs all 2.3.1 [19.0 kB]
11:59:33 #11 16.58 Get:423 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libauthen-sasl-perl all 2.1600-2 [43.7 kB]
11:59:33 #11 16.58 Get:424 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-magic all 2:0.4.26-2 [13.2 kB]
11:59:33 #11 16.83 debconf: delaying package configuration, since apt-utils is not installed
11:59:33 #10 17.18 Selecting previously unselected package python3.6.
11:59:33 #10 17.18 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
11:59:33 #10 17.19 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.9) ...
11:59:33 #10 17.23 Selecting previously unselected package libpython3-stdlib:arm64.
11:59:33 #10 17.23 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_arm64.deb ...
11:59:33 #10 17.23 Unpacking libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
11:59:33 #10 17.26 Setting up python3-minimal (3.6.7-1~18.04) ...
11:59:33 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.3s done
11:59:33 #10 17.75 Selecting previously unselected package libcrypt-dev:arm64.
11:59:33 #10 17.75 Preparing to unpack .../039-libcrypt-dev_1%3a4.4.33-2_arm64.deb ...
11:59:33 #10 17.76 Unpacking libcrypt-dev:arm64 (1:4.4.33-2) ...
11:59:33 #10 17.81 Selecting previously unselected package libtirpc-dev:arm64.
11:59:33 #10 17.81 Preparing to unpack .../040-libtirpc-dev_1.3.3+ds-1_arm64.deb ...
11:59:33 #10 17.81 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ...
11:59:33 #10 17.85 Selecting previously unselected package libnsl-dev:arm64.
11:59:33 #10 17.85 Preparing to unpack .../041-libnsl-dev_1.3.0-2_arm64.deb ...
11:59:33 #10 17.86 Unpacking libnsl-dev:arm64 (1.3.0-2) ...
11:59:33 #10 17.89 Selecting previously unselected package rpcsvc-proto.
11:59:33 #10 17.89 Preparing to unpack .../042-rpcsvc-proto_1.4.3-1_arm64.deb ...
11:59:33 #10 17.89 Unpacking rpcsvc-proto (1.4.3-1) ...
11:59:33 #10 17.93 Selecting previously unselected package libc6-dev:arm64.
11:59:33 #11 16.66 Selecting previously unselected package python3.
11:59:33 #11 16.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5138 files and directories currently installed.)
11:59:33 #11 16.67 Preparing to unpack .../000-python3_3.10.6-1~22.04_amd64.deb ...
11:59:33 #11 16.68 Unpacking python3 (3.10.6-1~22.04) ...
11:59:33 #11 16.71 Selecting previously unselected package perl-modules-5.34.
11:59:33 #11 16.71 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ...
11:59:33 #10 13.29 (164/165): rpmlint-1.11-19.el9.noarch.rpm       369 kB/s | 198 kB     00:00    
11:59:33 #11 17.66 debconf: delaying package configuration, since apt-utils is not installed
11:59:33 #11 17.69 Fetched 106 MB in 10s (10.7 MB/s)
11:59:33 #11 17.74 Selecting previously unselected package liblocale-gettext-perl.
11:59:33 #11 17.74 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4124 files and directories currently installed.)
11:59:33 #11 17.74 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ...
11:59:33 #11 17.75 Unpacking liblocale-gettext-perl (1.07-4) ...
11:59:33 #10 17.35 Preparing to unpack .../021-libfl2_2.6.4-6.2_arm64.deb ...
11:59:33 #10 17.36 Unpacking libfl2:arm64 (2.6.4-6.2) ...
11:59:33 #10 17.41 Selecting previously unselected package at.
11:59:33 #10 17.41 Preparing to unpack .../022-at_3.1.23-1_arm64.deb ...
11:59:33 #10 17.41 Unpacking at (3.1.23-1) ...
11:59:33 #10 17.46 Selecting previously unselected package libsigsegv2:arm64.
11:59:33 #10 17.46 Preparing to unpack .../023-libsigsegv2_2.12-2_arm64.deb ...
11:59:33 #10 17.46 Unpacking libsigsegv2:arm64 (2.12-2) ...
11:59:33 #10 17.50 Selecting previously unselected package m4.
11:59:33 #10 17.50 Preparing to unpack .../024-m4_1.4.18-2_arm64.deb ...
11:59:33 #10 17.51 Unpacking m4 (1.4.18-2) ...
11:59:33 #10 17.56 Selecting previously unselected package autoconf.
11:59:33 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 9.2s done
11:59:33 #9 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
11:59:33 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 30.41MB / 53.32MB 11.1s
11:59:33 #10 20.65 Selecting previously unselected package libxml2:amd64.
11:59:33 #10 20.65 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u5_amd64.deb ...
11:59:33 #11 15.40 Selecting previously unselected package liblocale-gettext-perl.
11:59:33 #11 15.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 ... 4117 files and directories currently installed.)
11:59:33 #11 15.41 Preparing to unpack .../liblocale-gettext-perl_1.07-4_arm64.deb ...
11:59:33 #11 15.41 Unpacking liblocale-gettext-perl (1.07-4) ...
11:59:33 #11 13.96 Get:173 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfakeroot arm64 1.29-1ubuntu1 [30.8 kB]
11:59:33 #11 13.96 Get:174 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 fakeroot arm64 1.29-1ubuntu1 [60.1 kB]
11:59:33 #11 13.96 Get:175 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libassuan0 arm64 2.5.5-4 [35.3 kB]
11:59:33 #11 13.96 Get:176 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpgconf arm64 2.2.35-3ubuntu1 [92.4 kB]
11:59:33 #11 13.97 Get:177 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libksba8 arm64 1.6.0-3ubuntu1.1 [116 kB]
11:59:33 #11 13.97 Get:178 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
11:59:33 #11 13.97 Get:179 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dirmngr arm64 2.2.35-3ubuntu1 [295 kB]
11:59:33 #11 13.98 Get:180 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
11:59:33 #11 14.01 Get:181 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg-utils arm64 2.2.35-3ubuntu1 [301 kB]
11:59:33 #11 14.08 Get:182 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg arm64 2.2.35-3ubuntu1 [508 kB]
11:59:33 #11 14.09 Get:183 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 pinentry-curses arm64 1.2.0-2ubuntu1 [33.7 kB]
11:59:33 #11 14.09 Get:184 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-agent arm64 2.2.35-3ubuntu1 [209 kB]
11:59:33 #11 14.10 Get:185 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-wks-client arm64 2.2.35-3ubuntu1 [61.8 kB]
11:59:33 #11 14.10 Get:186 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-wks-server arm64 2.2.35-3ubuntu1 [57.2 kB]
11:59:33 #11 14.10 Get:187 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpgsm arm64 2.2.35-3ubuntu1 [195 kB]
11:59:33 #11 14.11 Get:188 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg all 2.2.35-3ubuntu1 [318 kB]
11:59:33 #11 14.12 Get:189 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-dirlist-perl all 0.05-2 [7100 B]
11:59:33 #11 14.12 Get:190 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-which-perl all 1.27-1 [14.3 kB]
11:59:33 #11 14.15 Get:191 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-homedir-perl all 1.006-1 [38.3 kB]
11:59:33 #11 14.19 Get:192 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-touch-perl all 0.12-1 [9024 B]
11:59:33 #10 17.89 Selecting previously unselected package perl-modules-5.26.
11:59:33 #10 17.89 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.6_all.deb ...
11:59:33 #10 17.90 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
11:59:33 #10 16.29 Unpacking readline-common (8.2-1.3) ...
11:59:33 #10 16.34 Selecting previously unselected package libreadline8:amd64.
11:59:33 #10 16.34 Preparing to unpack .../11-libreadline8_8.2-1.3_amd64.deb ...
11:59:33 #10 16.35 Unpacking libreadline8:amd64 (8.2-1.3) ...
11:59:33 #10 16.43 Selecting previously unselected package libsqlite3-0:amd64.
11:59:33 #10 15.85 Selecting previously unselected package libisl23:arm64.
11:59:33 #10 15.85 Preparing to unpack .../038-libisl23_0.23-1_arm64.deb ...
11:59:33 #10 15.85 Unpacking libisl23:arm64 (0.23-1) ...
11:59:33 #10 15.93 Selecting previously unselected package libmpfr6:arm64.
11:59:33 #10 15.94 Preparing to unpack .../039-libmpfr6_4.1.0-3_arm64.deb ...
11:59:33 #10 15.94 Unpacking libmpfr6:arm64 (4.1.0-3) ...
11:59:33 #10 16.00 Selecting previously unselected package libmpc3:arm64.
11:59:33 #10 16.00 Preparing to unpack .../040-libmpc3_1.2.0-1_arm64.deb ...
11:59:33 #10 16.00 Unpacking libmpc3:arm64 (1.2.0-1) ...
11:59:33 #10 16.04 Selecting previously unselected package cpp-10.
11:59:33 #10 16.04 Preparing to unpack .../041-cpp-10_10.2.1-6_arm64.deb ...
11:59:33 #11 16.87 Fetched 149 MB in 10s (14.7 MB/s)
11:59:33 #11 16.90 Selecting previously unselected package liblocale-gettext-perl.
11:59:33 #10 17.50 Selecting previously unselected package python3.
11:59:33 #11 16.90 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4397 files and directories currently installed.)
11:59:33 #10 17.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 ... 4773 files and directories currently installed.)
11:59:33 #10 17.50 Preparing to unpack .../0-python3_3.6.7-1~18.04_arm64.deb ...
11:59:33 #11 16.90 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_amd64.deb ...
11:59:33 #11 16.91 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:59:33 #10 17.51 Unpacking python3 (3.6.7-1~18.04) ...
11:59:33 #10 17.54 Selecting previously unselected package multiarch-support.
11:59:33 #11 16.97 Selecting previously unselected package libssl3:amd64.
11:59:33 #11 16.97 Preparing to unpack .../libssl3_3.0.5-2ubuntu2_amd64.deb ...
11:59:33 #10 17.54 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.6_arm64.deb ...
11:59:33 #10 17.55 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
11:59:33 #10 17.58 Selecting previously unselected package libxau6:arm64.
11:59:33 #11 16.98 Unpacking libssl3:amd64 (3.0.5-2ubuntu2) ...
11:59:33 #11 17.08 Selecting previously unselected package libpython3.10-minimal:amd64.
11:59:33 #10 17.58 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_arm64.deb ...
11:59:33 #10 17.59 Unpacking libxau6:arm64 (1:1.0.8-1ubuntu1) ...
11:59:33 #10 17.62 Selecting previously unselected package libbsd0:arm64.
11:59:33 #11 17.08 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_amd64.deb ...
11:59:33 #10 17.93 Preparing to unpack .../043-libc6-dev_2.36-8_arm64.deb ...
11:59:33 #10 17.93 Unpacking libc6-dev:arm64 (2.36-8) ...
11:59:33 #10 18.09 Selecting previously unselected package libisl23:arm64.
11:59:33 #10 18.09 Preparing to unpack .../044-libisl23_0.25-1_arm64.deb ...
11:59:33 #10 18.09 Unpacking libisl23:arm64 (0.25-1) ...
11:59:33 #10 18.17 Selecting previously unselected package libmpfr6:arm64.
11:59:33 #10 18.17 Preparing to unpack .../045-libmpfr6_4.2.0-1_arm64.deb ...
11:59:33 #10 18.17 Unpacking libmpfr6:arm64 (4.2.0-1) ...
11:59:34 #11 16.72 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
11:59:34 #10 13.60 (165/165): webkit2gtk3-jsc-2.38.3-1.el9.aarch64 3.5 MB/s | 2.9 MB     00:00    
11:59:34 #10 13.60 --------------------------------------------------------------------------------
11:59:34 #10 13.61 Total                                            14 MB/s |  66 MB     00:04     
11:59:34 #11 17.80 Selecting previously unselected package libssl1.1:amd64.
11:59:34 #11 17.80 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb ...
11:59:34 #11 17.81 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.16) ...
11:59:34 #11 18.01 Selecting previously unselected package libpython3.8-minimal:amd64.
11:59:34 #11 18.01 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
11:59:34 #11 18.02 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
11:59:34 #10 17.56 Preparing to unpack .../025-autoconf_2.69-11_all.deb ...
11:59:34 #10 17.57 Unpacking autoconf (2.69-11) ...
11:59:34 #10 17.63 Selecting previously unselected package autotools-dev.
11:59:34 #10 17.63 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ...
11:59:34 #10 17.64 Unpacking autotools-dev (20180224.1) ...
11:59:34 #10 17.68 Selecting previously unselected package automake.
11:59:34 #10 17.69 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ...
11:59:34 #10 17.69 Unpacking automake (1:1.16.1-4) ...
11:59:34 #10 17.77 Selecting previously unselected package autopoint.
11:59:34 #10 17.77 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ...
11:59:34 #10 17.78 Unpacking autopoint (0.19.8.1-9) ...
11:59:34 #10 17.82 Selecting previously unselected package binutils-common:arm64.
11:59:34 #9 DONE 23.1s
11:59:34 
11:59:34 #10 [stage-1 3/8] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:34 #10 12.98 CentOS Stream 9 - Extras packages                30 kB/s |  10 kB     00:00    
11:59:34 #10 14.13 Dependencies resolved.
11:59:34 #10 14.15 ================================================================================
11:59:34 #10 14.15  Package                       Arch    Version                 Repository  Size
11:59:34 #10 14.15 ================================================================================
11:59:34 #10 14.15 Installing:
11:59:34 #10 14.15  dnf-plugins-core              noarch  4.3.0-4.el9             baseos      38 k
11:59:34 #10 14.15  rpm-build                     x86_64  4.16.1.3-22.el9         appstream  101 k
11:59:34 #10 14.15  rpmlint                       noarch  1.11-19.el9             appstream  198 k
11:59:34 #10 14.15 Installing dependencies:
11:59:34 #10 14.15  adobe-source-code-pro-fonts   noarch  2.030.1.050-12.el9.1    baseos     832 k
11:59:34 #10 14.15  binutils                      x86_64  2.35.2-35.el9           baseos      10 M
11:59:34 #10 14.15  bzip2                         x86_64  1.0.8-8.el9             baseos      56 k
11:59:34 #10 14.15  checkpolicy                   x86_64  3.5-0.rc2.1.el9         appstream  347 k
11:59:34 #10 14.15  cpio                          x86_64  2.13-16.el9             baseos     275 k
11:59:34 #10 14.15  cracklib                      x86_64  2.9.6-27.el9            baseos      94 k
11:59:34 #10 14.15  cracklib-dicts                x86_64  2.9.6-27.el9            baseos     3.6 M
11:59:34 #10 14.15  dbus-libs                     x86_64  1:1.12.20-7.el9         baseos     152 k
11:59:34 #10 14.15  desktop-file-utils            x86_64  0.26-6.el9              appstream   74 k
11:59:34 #10 14.15  diffutils                     x86_64  3.7-12.el9              baseos     397 k
11:59:34 #10 14.15  dwz                           x86_64  0.14-3.el9              appstream  128 k
11:59:34 #10 14.15  ed                            x86_64  1.14.2-12.el9           baseos      75 k
11:59:34 #10 14.15  efi-srpm-macros               noarch  4-9.el9                 appstream   23 k
11:59:34 #10 14.15  elfutils                      x86_64  0.188-3.el9             baseos     529 k
11:59:34 #10 14.15  elfutils-debuginfod-client    x86_64  0.188-3.el9             baseos      38 k
11:59:34 #10 14.15  emacs-filesystem              noarch  1:27.2-8.el9            appstream  8.8 k
11:59:34 #10 14.15  enchant                       x86_64  1:1.6.0-30.el9          appstream   62 k
11:59:34 #10 14.15  environment-modules           x86_64  5.0.1-2.el9             baseos     492 k
11:59:34 #10 14.15  file                          x86_64  5.39-10.el9             baseos      49 k
11:59:34 #10 14.15  fonts-srpm-macros             noarch  1:2.0.5-7.el9.1         appstream   28 k
11:59:34 #10 14.15  gcc-toolset-12-binutils       x86_64  2.38-16.el9             appstream  5.5 M
11:59:34 #10 14.15  gcc-toolset-12-binutils-gold  x86_64  2.38-14.el9             appstream  752 k
11:59:34 #10 14.15  gcc-toolset-12-runtime        x86_64  12.0-5.el9              appstream   55 k
11:59:34 #10 14.15  gdb-minimal                   x86_64  10.2-10.el9             appstream  3.5 M
11:59:34 #10 14.15  gdk-pixbuf2                   x86_64  2.42.6-3.el9            appstream  492 k
11:59:34 #10 14.15  ghc-srpm-macros               noarch  1.5.0-6.el9             appstream  8.8 k
11:59:34 #10 14.15  glib-networking               x86_64  2.68.3-3.el9            baseos     186 k
11:59:34 #10 14.15  glibc-gconv-extra             x86_64  2.34-54.el9             baseos     1.7 M
11:59:34 #10 14.15  go-srpm-macros                noarch  3.0.9-9.el9             appstream   27 k
11:59:34 #10 14.15  groff-base                    x86_64  1.22.4-10.el9           baseos     1.1 M
11:59:34 #10 14.15  gsettings-desktop-schemas     x86_64  40.0-6.el9              baseos     684 k
11:59:34 #10 14.15  hunspell                      x86_64  1.7.0-11.el9            appstream  325 k
11:59:34 #10 14.15  hunspell-en-GB                noarch  0.20140811.1-20.el9     appstream  226 k
11:59:34 #10 14.15  hunspell-en-US                noarch  0.20140811.1-20.el9     appstream  177 k
11:59:34 #10 14.15  hunspell-filesystem           x86_64  1.7.0-11.el9            appstream  8.7 k
11:59:34 #10 14.15  info                          x86_64  6.7-15.el9              baseos     225 k
11:59:34 #10 14.15  json-glib                     x86_64  1.6.6-1.el9             baseos     163 k
11:59:34 #10 14.15  kernel-srpm-macros            noarch  1.0-11.el9              appstream   16 k
11:59:34 #10 14.15  less                          x86_64  590-1.el9               baseos     163 k
11:59:34 #10 14.15  libappstream-glib             x86_64  0.7.18-4.el9            appstream  396 k
11:59:34 #10 14.15  libatomic                     x86_64  11.3.1-4.3.el9          baseos      52 k
11:59:34 #10 14.15  libbrotli                     x86_64  1.0.9-6.el9             baseos     314 k
11:59:34 #10 14.15  libdb                         x86_64  5.3.28-53.el9           baseos     738 k
11:59:34 #10 14.15  libeconf                      x86_64  0.4.1-2.el9             baseos      28 k
11:59:34 #10 14.15  libfdisk                      x86_64  2.37.4-9.el9            baseos     155 k
11:59:34 #10 14.15  libicu                        x86_64  67.1-9.el9              baseos     9.6 M
11:59:34 #10 14.15  libjpeg-turbo                 x86_64  2.0.90-5.el9            appstream  176 k
11:59:34 #10 14.15  libpipeline                   x86_64  1.5.3-4.el9             baseos      49 k
11:59:34 #10 14.15  libpkgconf                    x86_64  1.7.3-10.el9            baseos      36 k
11:59:34 #10 14.15  libpng                        x86_64  2:1.6.37-12.el9         baseos     117 k
11:59:34 #10 14.15  libproxy                      x86_64  0.4.15-35.el9           baseos      74 k
11:59:34 #10 14.15  libpsl                        x86_64  0.21.1-5.el9            baseos      64 k
11:59:34 #10 14.15  libpwquality                  x86_64  1.4.4-8.el9             baseos     119 k
11:59:34 #10 14.15  libselinux-utils              x86_64  3.5-0.rc1.1.el9         baseos     181 k
11:59:34 #10 14.15  libsoup                       x86_64  2.72.0-8.el9            appstream  405 k
11:59:34 #10 14.15  libstemmer                    x86_64  0-18.585svn.el9         appstream   83 k
11:59:34 #10 14.15  libutempter                   x86_64  1.2.1-6.el9             baseos      27 k
11:59:34 #10 14.15  lua-srpm-macros               noarch  1-6.el9                 appstream  9.5 k
11:59:34 #10 14.15  man-db                        x86_64  2.9.3-7.el9             baseos     1.2 M
11:59:34 #10 14.15  ncurses                       x86_64  6.2-8.20210508.el9      baseos     407 k
11:59:34 #10 14.15  ocaml-srpm-macros             noarch  6-6.el9                 appstream  8.8 k
11:59:34 #10 14.15  openblas-srpm-macros          noarch  2-11.el9                appstream  8.4 k
11:59:34 #10 14.15  openssl                       x86_64  1:3.0.7-2.el9           baseos     1.2 M
11:59:34 #10 14.15  pam                           x86_64  1.5.1-14.el9            baseos     621 k
11:59:34 #10 14.15  patch                         x86_64  2.7.6-16.el9            appstream  128 k
11:59:34 #10 14.15  perl-AutoLoader               noarch  5.74-480.el9            appstream   22 k
11:59:34 #10 14.15  perl-B                        x86_64  1.80-480.el9            appstream  181 k
11:59:34 #10 14.15  perl-Carp                     noarch  1.50-460.el9            appstream   30 k
11:59:34 #10 14.15  perl-Class-Struct             noarch  0.66-480.el9            appstream   23 k
11:59:34 #10 14.15  perl-Data-Dumper              x86_64  2.174-462.el9           appstream   56 k
11:59:34 #10 14.15  perl-Digest                   noarch  1.19-4.el9              appstream   26 k
11:59:34 #10 14.15  perl-Digest-MD5               x86_64  2.58-4.el9              appstream   37 k
11:59:34 #10 14.15  perl-Encode                   x86_64  4:3.08-462.el9          appstream  1.7 M
11:59:34 #10 14.15  perl-Errno                    x86_64  1.30-480.el9            appstream   16 k
11:59:34 #10 14.15  perl-Exporter                 noarch  5.74-461.el9            appstream   32 k
11:59:34 #10 14.15  perl-Fcntl                    x86_64  1.13-480.el9            appstream   22 k
11:59:34 #10 14.15  perl-File-Basename            noarch  2.85-480.el9            appstream   18 k
11:59:34 #10 14.15  perl-File-Path                noarch  2.18-4.el9              appstream   36 k
11:59:34 #10 14.15  perl-File-Temp                noarch  1:0.231.100-4.el9       appstream   60 k
11:59:34 #10 14.15  perl-File-stat                noarch  1.09-480.el9            appstream   18 k
11:59:34 #10 14.15  perl-FileHandle               noarch  2.03-480.el9            appstream   17 k
11:59:34 #10 14.15  perl-Getopt-Long              noarch  1:2.52-4.el9            appstream   61 k
11:59:34 #10 14.15  perl-Getopt-Std               noarch  1.12-480.el9            appstream   17 k
11:59:34 #10 14.15  perl-HTTP-Tiny                noarch  0.076-460.el9           appstream   55 k
11:59:34 #10 14.15  perl-IO                       x86_64  1.43-480.el9            appstream   90 k
11:59:34 #10 14.15  perl-IO-Socket-IP             noarch  0.41-5.el9              appstream   43 k
11:59:34 #10 14.15  perl-IPC-Open3                noarch  1.21-480.el9            appstream   24 k
11:59:34 #10 14.15  perl-MIME-Base64              x86_64  3.16-4.el9              appstream   31 k
11:59:34 #10 14.15  perl-Net-SSLeay               x86_64  1.92-2.el9              appstream  388 k
11:59:34 #10 14.15  perl-POSIX                    x86_64  1.94-480.el9            appstream   97 k
11:59:34 #10 14.15  perl-PathTools                x86_64  3.78-461.el9            appstream   88 k
11:59:34 #10 14.15  perl-Pod-Escapes              noarch  1:1.07-460.el9          appstream   21 k
11:59:34 #10 14.15  perl-Pod-Perldoc              noarch  3.28.01-461.el9         appstream   87 k
11:59:34 #10 14.15  perl-Pod-Simple               noarch  1:3.42-4.el9            appstream  225 k
11:59:34 #10 14.15  perl-Pod-Usage                noarch  4:2.01-4.el9            appstream   41 k
11:59:34 #10 14.15  perl-Scalar-List-Utils        x86_64  4:1.56-461.el9          appstream   73 k
11:59:34 #10 14.15  perl-SelectSaver              noarch  1.02-480.el9            appstream   13 k
11:59:34 #10 14.15  perl-Socket                   x86_64  4:2.031-4.el9           appstream   56 k
11:59:34 #10 14.15  perl-Storable                 x86_64  1:3.21-460.el9          appstream   96 k
11:59:34 #10 14.15  perl-Symbol                   noarch  1.08-480.el9            appstream   15 k
11:59:34 #10 14.15  perl-Term-ANSIColor           noarch  5.01-461.el9            appstream   49 k
11:59:34 #10 14.15  perl-Term-Cap                 noarch  1.17-460.el9            appstream   23 k
11:59:34 #10 14.15  perl-Text-ParseWords          noarch  3.30-460.el9            appstream   17 k
11:59:34 #10 14.15  perl-Text-Tabs+Wrap           noarch  2013.0523-460.el9       appstream   24 k
11:59:34 #10 14.15  perl-Time-Local               noarch  2:1.300-7.el9           appstream   34 k
11:59:34 #10 14.15  perl-URI                      noarch  5.09-3.el9              appstream  121 k
11:59:34 #10 14.15  perl-base                     noarch  2.27-480.el9            appstream   17 k
11:59:34 #10 14.15  perl-constant                 noarch  1.33-461.el9            appstream   24 k
11:59:34 #10 14.15  perl-if                       noarch  0.60.800-480.el9        appstream   15 k
11:59:34 #10 14.15  perl-interpreter              x86_64  4:5.32.1-480.el9        appstream   72 k
11:59:34 #10 14.15  perl-libnet                   noarch  3.13-4.el9              appstream  130 k
11:59:34 #10 14.15  perl-libs                     x86_64  4:5.32.1-480.el9        appstream  2.2 M
11:59:34 #10 14.15  perl-mro                      x86_64  1.23-480.el9            appstream   29 k
11:59:34 #10 14.15  perl-overload                 noarch  1.31-480.el9            appstream   47 k
11:59:34 #10 14.15  perl-overloading              noarch  0.02-480.el9            appstream   14 k
11:59:34 #10 14.15  perl-parent                   noarch  1:0.238-460.el9         appstream   15 k
11:59:34 #10 14.15  perl-podlators                noarch  1:4.14-460.el9          appstream  114 k
11:59:34 #10 14.15  perl-srpm-macros              noarch  1-41.el9                appstream  9.1 k
11:59:34 #10 14.15  perl-subs                     noarch  1.03-480.el9            appstream   13 k
11:59:34 #10 14.15  perl-vars                     noarch  1.05-480.el9            appstream   14 k
11:59:34 #10 14.15  pkgconf                       x86_64  1.7.3-10.el9            baseos      41 k
11:59:34 #10 14.15  pkgconf-m4                    noarch  1.7.3-10.el9            baseos      15 k
11:59:34 #10 14.15  pkgconf-pkg-config            x86_64  1.7.3-10.el9            baseos      11 k
11:59:34 #10 14.15  policycoreutils               x86_64  3.5-0.rc1.2.el9         baseos     236 k
11:59:34 #10 14.15  policycoreutils-python-utils  noarch  3.5-0.rc1.2.el9         appstream   75 k
11:59:34 #10 14.15  procps-ng                     x86_64  3.3.17-9.el9            baseos     346 k
11:59:34 #10 14.15  publicsuffix-list-dafsa       noarch  20210518-3.el9          baseos      58 k
11:59:34 #10 14.15  python-srpm-macros            noarch  3.9-52.el9              appstream   24 k
11:59:34 #10 14.15  python3-audit                 x86_64  3.0.7-103.el9           appstream   84 k
11:59:34 #10 14.15  python3-dateutil              noarch  1:2.8.1-6.el9           baseos     302 k
11:59:34 #10 14.15  python3-dbus                  x86_64  1.2.18-2.el9            baseos     144 k
11:59:34 #10 14.15  python3-distro                noarch  1.5.0-7.el9             baseos      37 k
11:59:34 #10 14.15  python3-dnf-plugins-core      noarch  4.3.0-4.el9             baseos     260 k
11:59:34 #10 14.15  python3-enchant               noarch  3.2.0-5.el9             appstream   86 k
11:59:34 #10 14.15  python3-file-magic            noarch  5.39-10.el9             appstream   17 k
11:59:34 #10 14.15  python3-libselinux            x86_64  3.5-0.rc1.1.el9         appstream  187 k
11:59:34 #10 14.15  python3-libsemanage           x86_64  3.5-0.rc1.1.el9         appstream   80 k
11:59:34 #10 14.15  python3-policycoreutils       noarch  3.5-0.rc1.2.el9         appstream  2.1 M
11:59:34 #10 14.15  python3-setools               x86_64  4.4.0-5.el9             baseos     599 k
11:59:34 #10 14.15  python3-setuptools            noarch  53.0.0-12.el9           baseos     944 k
11:59:34 #10 14.15  python3-six                   noarch  1.15.0-9.el9            baseos      37 k
11:59:34 #10 14.15  python3-systemd               x86_64  234-18.el9              baseos      90 k
11:59:34 #10 14.15  qt5-srpm-macros               noarch  5.15.3-1.el9            appstream  9.7 k
11:59:34 #10 14.15  redhat-rpm-config             noarch  197-1.el9               appstream   73 k
11:59:34 #10 14.15  rust-srpm-macros              noarch  17-4.el9                appstream   10 k
11:59:34 #10 14.15  scl-utils                     x86_64  1:2.0.3-4.el9           appstream   37 k
11:59:34 #10 14.15  shared-mime-info              x86_64  2.1-5.el9               baseos     558 k
11:59:34 #10 14.15  systemd-libs                  x86_64  252-3.el9               baseos     647 k
11:59:34 #10 14.15  tcl                           x86_64  1:8.6.10-7.el9          baseos     1.1 M
11:59:34 #10 14.15  unzip                         x86_64  6.0-56.el9              baseos     182 k
11:59:34 #10 14.15  util-linux                    x86_64  2.37.4-9.el9            baseos     2.3 M
11:59:34 #10 14.15  util-linux-core               x86_64  2.37.4-9.el9            baseos     461 k
11:59:34 #10 14.15  vim-filesystem                noarch  2:8.2.2637-16.el9       baseos      25 k
11:59:34 #10 14.15  webkit2gtk3-jsc               x86_64  2.38.3-1.el9            appstream  6.5 M
11:59:34 #10 14.15  xz                            x86_64  5.2.5-8.el9             baseos     226 k
11:59:34 #10 14.15  zip                           x86_64  3.0-33.el9              baseos     238 k
11:59:34 #10 14.15  zstd                          x86_64  1.5.1-2.el9             baseos     548 k
11:59:34 #10 14.15 Installing weak dependencies:
11:59:34 #10 14.15  abattis-cantarell-fonts       noarch  0.301-4.el9             appstream  365 k
11:59:34 #10 14.15  hunspell-en                   noarch  0.20140811.1-20.el9     appstream  187 k
11:59:34 #10 14.15  libproxy-webkitgtk4           x86_64  0.4.15-35.el9           appstream   22 k
11:59:34 #10 14.15  perl-IO-Socket-SSL            noarch  2.073-1.el9             appstream  219 k
11:59:34 #10 14.15  perl-Mozilla-CA               noarch  20200520-6.el9          appstream   13 k
11:59:34 #10 14.15  perl-NDBM_File                x86_64  1.15-480.el9            appstream   23 k
11:59:34 #10 14.15 
11:59:34 #10 14.15 Transaction Summary
11:59:34 #10 14.15 ================================================================================
11:59:34 #10 14.15 Install  166 Packages
11:59:34 #10 14.15 
11:59:34 #10 14.16 Total download size: 75 M
11:59:34 #10 14.17 Installed size: 276 M
11:59:34 #10 14.17 Downloading Packages:
11:59:34 #10 15.41 (1/166): bzip2-1.0.8-8.el9.x86_64.rpm           117 kB/s |  56 kB     00:00    
11:59:34 #10 20.69 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u5) ...
11:59:34 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
11:59:34 #20 4.897 Selecting previously unselected package libllvm11:amd64.
11:59:34 #20 4.899 Preparing to unpack .../01-libllvm11_1%3a11.0.1-2_amd64.deb ...
11:59:34 #20 4.903 Unpacking libllvm11:amd64 (1:11.0.1-2) ...
11:59:34 #11 15.58 Selecting previously unselected package libssl1.1:arm64.
11:59:34 #11 15.58 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.16_arm64.deb ...
11:59:34 #11 15.59 Unpacking libssl1.1:arm64 (1.1.1f-1ubuntu2.16) ...
11:59:34 #11 15.70 Selecting previously unselected package libpython3.8-minimal:arm64.
11:59:34 #11 15.70 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
11:59:34 #11 15.71 Unpacking libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.6) ...
11:59:34 #11 15.81 Selecting previously unselected package libexpat1:arm64.
11:59:34 #11 14.19 Get:193 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-pty-perl arm64 1:1.15-2build2 [34.6 kB]
11:59:34 #11 14.19 Get:194 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libipc-run-perl all 20220807.0-1 [92.6 kB]
11:59:34 #11 14.20 Get:195 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:59:34 #11 14.20 Get:196 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libclass-xsaccessor-perl arm64 1.19-4 [33.6 kB]
11:59:34 #11 14.20 Get:197 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libb-hooks-op-check-perl arm64 0.22-2 [10.5 kB]
11:59:34 #11 14.20 Get:198 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdynaloader-functions-perl all 0.003-2 [12.5 kB]
11:59:34 #11 14.20 Get:199 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu4 [14.7 kB]
11:59:34 #11 14.23 Get:200 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libparams-classify-perl arm64 0.015-2 [21.8 kB]
11:59:34 #11 14.27 Get:201 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
11:59:34 #11 14.27 Get:202 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
11:59:34 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 85.98MB / 116.78MB 15.6s
11:59:34 #10 16.43 Preparing to unpack .../12-libsqlite3-0_3.40.1-1_amd64.deb ...
11:59:34 #10 16.45 Unpacking libsqlite3-0:amd64 (3.40.1-1) ...
11:59:34 #10 16.62 Selecting previously unselected package libpython3.11-stdlib:amd64.
11:59:34 #10 16.62 Preparing to unpack .../13-libpython3.11-stdlib_3.11.1-2_amd64.deb ...
11:59:34 #10 16.64 Unpacking libpython3.11-stdlib:amd64 (3.11.1-2) ...
11:59:34 #10 16.04 Unpacking cpp-10 (10.2.1-6) ...
11:59:34 #10 17.62 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ...
11:59:34 #10 17.63 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ...
11:59:34 #10 17.66 Selecting previously unselected package libxdmcp6:arm64.
11:59:34 #10 17.67 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
11:59:34 #10 17.67 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
11:59:34 #10 17.70 Selecting previously unselected package libxcb1:arm64.
11:59:34 #10 17.70 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_arm64.deb ...
11:59:34 #10 17.71 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ...
11:59:34 #10 17.74 Selecting previously unselected package libx11-data.
11:59:34 #10 17.74 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
11:59:34 #10 17.74 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
11:59:34 #10 17.81 Selecting previously unselected package libx11-6:arm64.
11:59:34 #10 17.81 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_arm64.deb ...
11:59:34 #10 17.82 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.4) ...
11:59:34 #10 17.88 Setting up multiarch-support (2.27-3ubuntu1.6) ...
11:59:34 #10 17.93 Selecting previously unselected package libxext6:arm64.
11:59:34 #10 17.93 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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:59:34 #10 17.94 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_arm64.deb ...
11:59:34 #10 17.94 Unpacking libxext6:arm64 (2:1.3.3-1) ...
11:59:34 #10 17.98 Selecting previously unselected package bsdmainutils.
11:59:34 #10 17.98 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_arm64.deb ...
11:59:34 #10 17.98 Unpacking bsdmainutils (11.1.2ubuntu1) ...
11:59:34 #11 17.10 Unpacking libpython3.10-minimal:amd64 (3.10.7-1ubuntu0.2) ...
11:59:34 #11 17.36 Selecting previously unselected package libexpat1:amd64.
11:59:34 #11 8.436 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxml2 arm64 2.9.13+dfsg-1ubuntu0.2 [728 kB]
11:59:34 #11 8.443 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-0-2 arm64 0.2.2-1build2 [51.0 kB]
11:59:34 #11 8.444 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
11:59:34 #11 8.444 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netbase all 6.3 [12.9 kB]
11:59:34 #11 8.445 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python-apt-common all 2.4.0 [15.2 kB]
11:59:34 #11 8.446 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-apt arm64 2.4.0 [161 kB]
11:59:34 #11 8.449 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:59:34 #11 8.453 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ucf all 3.0043 [56.1 kB]
11:59:34 #11 8.455 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bsdextrautils arm64 2.37.2-4ubuntu3 [70.1 kB]
11:59:34 #11 8.511 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic-mgc arm64 1:5.41-3 [257 kB]
11:59:34 #11 8.583 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic1 arm64 1:5.41-3 [85.0 kB]
11:59:34 #11 8.586 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 file arm64 1:5.41-3 [21.6 kB]
11:59:34 #11 8.586 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext-base arm64 0.21-4ubuntu4 [37.2 kB]
11:59:34 #11 8.588 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuchardet0 arm64 0.0.7-1build2 [77.3 kB]
11:59:34 #11 8.590 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 groff-base arm64 1.22.4-8build1 [917 kB]
11:59:34 #11 8.622 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24.3 kB]
11:59:34 #11 8.623 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libedit2 arm64 3.1-20210910-1build1 [96.0 kB]
11:59:34 #11 8.627 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfido2-1 arm64 1.10.0-1 [81.8 kB]
11:59:34 #11 8.630 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnghttp2-14 arm64 1.43.0-1build3 [75.4 kB]
11:59:34 #11 8.655 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpipeline1 arm64 1.5.5-1 [23.2 kB]
11:59:34 #11 8.727 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpng16-16 arm64 1.6.37-3build5 [189 kB]
11:59:34 #10 18.23 Selecting previously unselected package libmpc3:arm64.
11:59:34 #10 18.23 Preparing to unpack .../046-libmpc3_1.3.1-1_arm64.deb ...
11:59:34 #10 18.23 Unpacking libmpc3:arm64 (1.3.1-1) ...
11:59:34 #10 18.27 Selecting previously unselected package cpp-12.
11:59:34 #10 18.27 Preparing to unpack .../047-cpp-12_12.2.0-14_arm64.deb ...
11:59:34 #10 18.27 Unpacking cpp-12 (12.2.0-14) ...
11:59:34 #11 17.07 Selecting previously unselected package libgdbm6:amd64.
11:59:34 #11 17.07 Preparing to unpack .../002-libgdbm6_1.23-1_amd64.deb ...
11:59:34 #11 17.07 Unpacking libgdbm6:amd64 (1.23-1) ...
11:59:34 #11 17.12 Selecting previously unselected package libgdbm-compat4:amd64.
11:59:34 #11 17.12 Preparing to unpack .../003-libgdbm-compat4_1.23-1_amd64.deb ...
11:59:34 #11 17.13 Unpacking libgdbm-compat4:amd64 (1.23-1) ...
11:59:34 #11 17.16 Selecting previously unselected package libperl5.34:amd64.
11:59:34 #11 17.16 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.1_amd64.deb ...
11:59:34 #11 17.17 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1.1) ...
11:59:34 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0.1s
11:59:34 #11 18.19 Selecting previously unselected package libexpat1:amd64.
11:59:34 #11 18.19 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ...
11:59:34 #11 18.19 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
11:59:34 #10 15.70 (2/166): cpio-2.13-16.el9.x86_64.rpm            980 kB/s | 275 kB     00:00    
11:59:34 #10 17.82 Preparing to unpack .../029-binutils-common_2.31.1-16_arm64.deb ...
11:59:34 #10 17.83 Unpacking binutils-common:arm64 (2.31.1-16) ...
11:59:34 #10 15.77 (3/166): cracklib-2.9.6-27.el9.x86_64.rpm       1.3 MB/s |  94 kB     00:00    
11:59:34 #10 18.04 Selecting previously unselected package libbinutils:arm64.
11:59:34 #10 18.04 Preparing to unpack .../030-libbinutils_2.31.1-16_arm64.deb ...
11:59:34 #10 18.05 Unpacking libbinutils:arm64 (2.31.1-16) ...
11:59:34 #10 18.11 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:59:34 #20 4.477 (12/22) Installing clang (13.0.1-r1)
11:59:34 #20 4.639 (13/22) Installing libmagic (5.41-r0)
11:59:34 #20 4.704 (14/22) Installing file (5.41-r0)
11:59:34 #10 3.742 Fetched 8350 kB in 3s (3270 kB/s)
11:59:34 #10 20.87 Selecting previously unselected package manpages.
11:59:34 #10 20.87 Preparing to unpack .../016-manpages_4.16-2_all.deb ...
11:59:34 #10 20.88 Unpacking manpages (4.16-2) ...
11:59:34 #10 21.05 Selecting previously unselected package libedit2:amd64.
11:59:34 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 36.70MB / 116.78MB 11.7s
11:59:34 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 34.60MB / 53.32MB 11.7s
11:59:34 #11 15.81 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_arm64.deb ...
11:59:34 #11 15.81 Unpacking libexpat1:arm64 (2.2.9-1ubuntu0.6) ...
11:59:34 #11 15.85 Selecting previously unselected package python3.8-minimal.
11:59:34 #11 15.85 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
11:59:34 #11 15.86 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:59:34 #11 16.04 Setting up libssl1.1:arm64 (1.1.1f-1ubuntu2.16) ...
11:59:34 #11 14.67 Get:203 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
11:59:34 #10 16.63 Selecting previously unselected package cpp.
11:59:34 #10 18.04 Selecting previously unselected package groff-base.
11:59:34 #10 18.04 Preparing to unpack .../002-groff-base_1.22.3-10_arm64.deb ...
11:59:34 #10 18.04 Unpacking groff-base (1.22.3-10) ...
11:59:34 #10 18.10 Selecting previously unselected package libgdbm5:arm64.
11:59:34 #11 17.36 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_amd64.deb ...
11:59:34 #11 17.39 Unpacking libexpat1:amd64 (2.4.8-2ubuntu0.22.10.1) ...
11:59:34 #11 17.47 Selecting previously unselected package python3.10-minimal.
11:59:34 #11 17.47 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_amd64.deb ...
11:59:34 #11 17.49 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:59:34 #11 17.58 Setting up libssl3:amd64 (3.0.5-2ubuntu2) ...
11:59:34 #11 17.68 Setting up libpython3.10-minimal:amd64 (3.10.7-1ubuntu0.2) ...
11:59:34 #11 8.734 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
11:59:34 #11 8.737 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxau6 arm64 1:1.0.9-1build5 [7624 B]
11:59:34 #11 8.738 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10.8 kB]
11:59:34 #11 8.738 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb1 arm64 1.14-3ubuntu3 [49.0 kB]
11:59:34 #11 8.740 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-data all 2:1.7.5-1 [119 kB]
11:59:34 #11 8.745 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-6 arm64 2:1.7.5-1 [661 kB]
11:59:34 #11 8.775 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxext6 arm64 2:1.3.4-1build1 [31.1 kB]
11:59:34 #11 8.776 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmuu1 arm64 2:1.1.3-3 [10.4 kB]
11:59:34 #11 8.799 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 man-db arm64 2.10.2-1 [1181 kB]
11:59:34 #11 8.871 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages all 5.10-1ubuntu1 [1375 kB]
11:59:34 #11 8.919 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssh-client arm64 1:8.9p1-3ubuntu0.1 [866 kB]
11:59:34 #11 8.963 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 publicsuffix all 20211207.1025-1 [129 kB]
11:59:34 #11 8.967 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 strace arm64 5.16-0ubuntu3 [465 kB]
11:59:34 #11 8.984 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xauth arm64 1:1.1-1build2 [26.8 kB]
11:59:34 #10 18.58 Selecting previously unselected package libgdbm-compat4:amd64.
11:59:34 #10 18.58 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_amd64.deb ...
11:59:34 #10 18.59 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ...
11:59:34 #10 18.63 Selecting previously unselected package libperl5.26:amd64.
11:59:34 #10 18.63 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.6_amd64.deb ...
11:59:34 #10 18.64 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.6) ...
11:59:34 #11 17.47 Selecting previously unselected package perl.
11:59:34 #11 17.48 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.1_amd64.deb ...
11:59:34 #11 17.49 Unpacking perl (5.34.0-3ubuntu1.1) ...
11:59:34 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0.5s done
11:59:34 #10 15.86 (4/166): adobe-source-code-pro-fonts-2.030.1.05 905 kB/s | 832 kB     00:00    
11:59:34 #10 15.93 (5/166): dbus-libs-1.12.20-7.el9.x86_64.rpm     1.9 MB/s | 152 kB     00:00    
11:59:34 #10 16.02 (6/166): diffutils-3.7-12.el9.x86_64.rpm        4.8 MB/s | 397 kB     00:00    
11:59:34 #10 18.12 Preparing to unpack .../031-binutils-aarch64-linux-gnu_2.31.1-16_arm64.deb ...
11:59:34 #10 18.12 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ...
11:59:34 #10 18.37 Selecting previously unselected package binutils.
11:59:34 #11 18.27 Selecting previously unselected package python3.8-minimal.
11:59:34 #11 18.27 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
11:59:34 #11 18.28 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:59:34 #11 18.54 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.16) ...
11:59:34 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 57.67MB / 116.78MB 15.3s
11:59:34 #13 71.10   Installing : kernel-headers-4.18.0-348.20.1.el7.aarch64                 40/65 
11:59:34 #13 71.55   Installing : glibc-headers-2.17-326.el7_9.aarch64                       41/65 
11:59:34 #20 4.708 (15/22) Installing brotli-libs (1.0.9-r6)
11:59:34 #20 4.725 (16/22) Installing nghttp2-libs (1.47.0-r0)
11:59:34 #20 4.728 (17/22) Installing libcurl (7.83.1-r5)
11:59:34 #20 4.766 (18/22) Installing expat (2.5.0-r0)
11:59:34 #20 4.771 (19/22) Installing pcre2 (10.40-r0)
11:59:34 #20 4.787 (20/22) Installing git (2.36.4-r0)
11:59:34 #10 ...
11:59:34 
11:59:34 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:34 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.8s done
11:59:34 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
11:59:34 #7 DONE 25.1s
11:59:34 
11:59:34 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:34 #10 21.05 Preparing to unpack .../017-libedit2_3.1-20181209-1_amd64.deb ...
11:59:34 #10 21.06 Unpacking libedit2:amd64 (3.1-20181209-1) ...
11:59:34 #10 21.12 Selecting previously unselected package openssh-client.
11:59:34 #10 21.12 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u2_amd64.deb ...
11:59:34 #10 21.13 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
11:59:34 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 37.75MB / 53.32MB 11.9s
11:59:34 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 92.27MB / 116.78MB 15.8s
11:59:34 #11 16.15 Setting up libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.6) ...
11:59:34 #11 16.17 Setting up libexpat1:arm64 (2.2.9-1ubuntu0.6) ...
11:59:34 #11 16.19 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:59:34 #11 14.82 Get:204 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:59:34 #11 14.85 Get:205 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmoo-perl all 2.005004-3 [48.0 kB]
11:59:34 #11 14.95 Get:206 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libencode-locale-perl all 1.05-2 [12.2 kB]
11:59:34 #11 14.96 Get:207 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB]
11:59:34 #11 14.99 Get:208 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
11:59:34 #11 15.00 Get:209 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-listing-perl all 6.15-1 [11.5 kB]
11:59:34 #11 15.01 Get:210 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:59:34 #11 15.02 Get:211 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liburi-perl all 5.12-1ubuntu1 [80.7 kB]
11:59:34 #11 15.07 Get:212 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-parser-perl arm64 3.78-1 [87.1 kB]
11:59:34 #10 16.63 Preparing to unpack .../042-cpp_4%3a10.2.1-1_arm64.deb ...
11:59:34 #10 16.64 Unpacking cpp (4:10.2.1-1) ...
11:59:34 #10 16.68 Selecting previously unselected package libcc1-0:arm64.
11:59:34 #10 16.68 Preparing to unpack .../043-libcc1-0_10.2.1-6_arm64.deb ...
11:59:34 #10 16.69 Unpacking libcc1-0:arm64 (10.2.1-6) ...
11:59:34 #10 16.72 Selecting previously unselected package libgomp1:arm64.
11:59:34 #10 16.73 Preparing to unpack .../044-libgomp1_10.2.1-6_arm64.deb ...
11:59:34 #10 16.73 Unpacking libgomp1:arm64 (10.2.1-6) ...
11:59:34 #10 16.77 Selecting previously unselected package libitm1:arm64.
11:59:34 #10 16.78 Preparing to unpack .../045-libitm1_10.2.1-6_arm64.deb ...
11:59:34 #10 16.78 Unpacking libitm1:arm64 (10.2.1-6) ...
11:59:34 #10 16.82 Selecting previously unselected package libatomic1:arm64.
11:59:34 #10 16.82 Preparing to unpack .../046-libatomic1_10.2.1-6_arm64.deb ...
11:59:34 #10 16.82 Unpacking libatomic1:arm64 (10.2.1-6) ...
11:59:34 #10 16.89 Selecting previously unselected package libasan6:arm64.
11:59:34 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 71.30MB / 116.78MB 15.6s
11:59:34 #10 18.11 Preparing to unpack .../003-libgdbm5_1.14.1-6_arm64.deb ...
11:59:34 #10 18.11 Unpacking libgdbm5:arm64 (1.14.1-6) ...
11:59:34 #10 18.15 Selecting previously unselected package libpipeline1:arm64.
11:59:34 #10 18.15 Preparing to unpack .../004-libpipeline1_1.5.0-1_arm64.deb ...
11:59:34 #10 18.15 Unpacking libpipeline1:arm64 (1.5.0-1) ...
11:59:34 #10 18.20 Selecting previously unselected package man-db.
11:59:34 #10 18.20 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_arm64.deb ...
11:59:34 #10 18.20 Unpacking man-db (2.8.3-2ubuntu0.1) ...
11:59:34 #10 18.31 Selecting previously unselected package perl-modules-5.26.
11:59:34 #10 18.31 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.6_all.deb ...
11:59:34 #10 18.31 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
11:59:34 #11 17.71 Setting up libexpat1:amd64 (2.4.8-2ubuntu0.22.10.1) ...
11:59:34 #11 17.74 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:59:34 #11 8.985 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xz-utils arm64 5.2.5-2ubuntu1 [84.4 kB]
11:59:34 #11 8.988 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsigsegv2 arm64 2.13-1ubuntu3 [14.5 kB]
11:59:34 #11 8.989 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 m4 arm64 1.4.18-5ubuntu2 [196 kB]
11:59:34 #11 8.995 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autoconf all 2.71-2 [338 kB]
11:59:34 #11 9.020 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autotools-dev all 20220109.1 [44.9 kB]
11:59:34 #11 9.022 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 automake all 1:1.16.5-1.3 [558 kB]
11:59:34 #11 9.087 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autopoint all 0.21-4ubuntu4 [422 kB]
11:59:34 #11 9.101 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils-common arm64 2.38-4ubuntu2.1 [221 kB]
11:59:34 #11 9.108 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libbinutils arm64 2.38-4ubuntu2.1 [825 kB]
11:59:34 #11 9.139 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libctf-nobfd0 arm64 2.38-4ubuntu2.1 [107 kB]
11:59:34 #11 9.143 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libctf0 arm64 2.38-4ubuntu2.1 [103 kB]
11:59:34 #11 9.159 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.38-4ubuntu2.1 [3229 kB]
11:59:34 #10 17.10 Selecting previously unselected package python3.11.
11:59:34 #10 17.10 Preparing to unpack .../14-python3.11_3.11.1-2_amd64.deb ...
11:59:34 #10 17.11 Unpacking python3.11 (3.11.1-2) ...
11:59:34 #10 17.26 Selecting previously unselected package libpython3-stdlib:amd64.
11:59:34 #10 17.26 Preparing to unpack .../15-libpython3-stdlib_3.11.1-3_amd64.deb ...
11:59:34 #10 17.27 Unpacking libpython3-stdlib:amd64 (3.11.1-3) ...
11:59:34 #11 17.53 Selecting previously unselected package openssl.
11:59:34 #11 17.53 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.7_amd64.deb ...
11:59:34 #11 17.54 Unpacking openssl (3.0.2-0ubuntu1.7) ...
11:59:34 #11 17.61 Selecting previously unselected package ca-certificates.
11:59:34 #11 17.61 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
11:59:34 #11 17.62 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
11:59:34 #11 17.67 Selecting previously unselected package distro-info-data.
11:59:34 #11 17.67 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.2_all.deb ...
11:59:34 #11 17.68 Unpacking distro-info-data (0.52ubuntu0.2) ...
11:59:34 #11 17.72 Selecting previously unselected package iso-codes.
11:59:34 #11 17.72 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
11:59:34 #11 17.73 Unpacking iso-codes (4.9.0-1) ...
11:59:34 #10 18.85 Selecting previously unselected package cpp.
11:59:34 #10 18.85 Preparing to unpack .../048-cpp_4%3a12.2.0-3_arm64.deb ...
11:59:34 #10 18.85 Unpacking cpp (4:12.2.0-3) ...
11:59:34 #10 18.89 Selecting previously unselected package libcc1-0:arm64.
11:59:34 #10 18.89 Preparing to unpack .../049-libcc1-0_12.2.0-14_arm64.deb ...
11:59:34 #10 18.90 Unpacking libcc1-0:arm64 (12.2.0-14) ...
11:59:34 #10 18.93 Selecting previously unselected package libgomp1:arm64.
11:59:34 #10 16.09 (7/166): dnf-plugins-core-4.3.0-4.el9.noarch.rp 514 kB/s |  38 kB     00:00    
11:59:34 #10 16.17 (8/166): ed-1.14.2-12.el9.x86_64.rpm            993 kB/s |  75 kB     00:00    
11:59:34 #10 16.25 (9/166): elfutils-0.188-3.el9.x86_64.rpm        6.2 MB/s | 529 kB     00:00    
11:59:34 #10 16.29 (10/166): cracklib-dicts-2.9.6-27.el9.x86_64.rp 7.1 MB/s | 3.6 MB     00:00    
11:59:34 #10 16.32 [MIRROR] elfutils-debuginfod-client-0.188-3.el9.x86_64.rpm: Status code: 404 for http://ftp-osl.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/elfutils-debuginfod-client-0.188-3.el9.x86_64.rpm (IP: 140.211.166.134)
11:59:34 #10 16.36 (11/166): environment-modules-5.0.1-2.el9.x86_6 6.1 MB/s | 492 kB     00:00    
11:59:34 #10 18.38 Preparing to unpack .../032-binutils_2.31.1-16_arm64.deb ...
11:59:34 #10 18.38 Unpacking binutils (2.31.1-16) ...
11:59:34 #10 18.42 Selecting previously unselected package libc-dev-bin.
11:59:34 #10 18.42 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_arm64.deb ...
11:59:34 #10 18.43 Unpacking libc-dev-bin (2.28-10+deb10u2) ...
11:59:34 #10 18.47 Selecting previously unselected package linux-libc-dev:arm64.
11:59:34 #10 18.47 Preparing to unpack .../034-linux-libc-dev_4.19.269-1_arm64.deb ...
11:59:34 #10 18.48 Unpacking linux-libc-dev:arm64 (4.19.269-1) ...
11:59:34 #10 18.62 Selecting previously unselected package libc6-dev:arm64.
11:59:34 #11 18.68 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
11:59:34 #11 18.79 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
11:59:34 #10 DONE 3.1s
11:59:34 
11:59:34 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:34 #8 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 9.8s done
11:59:34 #8 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 82.84MB / 116.78MB 15.6s
11:59:34 #8 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.2s
11:59:34 #8 sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 126B / 126B 7.2s done
11:59:34 #20 5.029 (21/22) Installing lld (13.0.1-r0)
11:59:34 #20 5.092 (22/22) Installing llvm13 (13.0.1-r2)
11:59:34 #10 21.38 Selecting previously unselected package ucf.
11:59:34 #10 21.38 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ...
11:59:34 #10 21.40 Moving old data out of the way
11:59:34 #10 21.40 Unpacking ucf (3.0038+nmu1) ...
11:59:34 #10 21.44 Selecting previously unselected package xz-utils.
11:59:34 #10 21.44 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_amd64.deb ...
11:59:34 #10 21.45 Unpacking xz-utils (5.2.4-1+deb10u1) ...
11:59:34 #10 21.52 Selecting previously unselected package libfl2:amd64.
11:59:34 #10 21.52 Preparing to unpack .../021-libfl2_2.6.4-6.2_amd64.deb ...
11:59:34 #10 21.53 Unpacking libfl2:amd64 (2.6.4-6.2) ...
11:59:34 #10 21.59 Selecting previously unselected package at.
11:59:34 #10 21.59 Preparing to unpack .../022-at_3.1.23-1_amd64.deb ...
11:59:34 #10 21.60 Unpacking at (3.1.23-1) ...
11:59:34 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 40.89MB / 53.32MB 12.2s
11:59:34 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 9.5s done
11:59:34 #11 15.10 Get:213 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
11:59:34 #11 15.15 Get:214 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-html-perl all 1.004-3 [15.9 kB]
11:59:34 #11 15.15 Get:215 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:59:34 #11 15.16 Get:216 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-message-perl all 6.37-1 [76.3 kB]
11:59:34 #11 15.17 Get:217 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:59:34 #11 15.18 Get:218 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:59:34 #11 15.18 Get:219 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 perl-openssl-defaults arm64 7 [7536 B]
11:59:34 #11 15.18 Get:220 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-ssleay-perl arm64 1.92-2 [322 kB]
11:59:34 #11 15.22 Get:221 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-socket-ssl-perl all 2.074-2 [192 kB]
11:59:34 #11 15.24 Get:222 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-http-perl all 6.22-1 [23.2 kB]
11:59:34 #11 15.27 Get:223 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:59:34 #11 15.27 Get:224 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtry-tiny-perl all 0.31-1 [21.8 kB]
11:59:34 #11 15.27 Get:225 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:59:34 #11 15.27 Get:226 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwww-perl all 6.67-1 [141 kB]
11:59:34 #10 16.89 Preparing to unpack .../047-libasan6_10.2.1-6_arm64.deb ...
11:59:34 #10 16.89 Unpacking libasan6:arm64 (10.2.1-6) ...
11:59:34 #10 18.63 Selecting previously unselected package libgdbm-compat4:arm64.
11:59:34 #10 18.63 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_arm64.deb ...
11:59:34 #10 18.63 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ...
11:59:34 #10 18.68 Selecting previously unselected package libperl5.26:arm64.
11:59:34 #11 9.290 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils arm64 2.38-4ubuntu2.1 [3166 B]
11:59:34 #11 9.290 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc-dev-bin arm64 2.35-0ubuntu3.1 [19.6 kB]
11:59:34 #11 9.291 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 linux-libc-dev arm64 5.15.0-58.64 [1323 kB]
11:59:34 #11 9.344 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcrypt-dev arm64 1:4.4.27-1 [119 kB]
11:59:34 #11 9.350 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65.4 kB]
11:59:34 #11 9.353 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtirpc-dev arm64 1.3.2-2ubuntu0.1 [199 kB]
11:59:34 #11 9.359 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnsl-dev arm64 1.3.0-2build2 [72.1 kB]
11:59:34 #11 9.361 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc6-dev arm64 2.35-0ubuntu3.1 [1544 kB]
11:59:34 #11 9.428 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:59:34 #11 9.429 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libisl23 arm64 0.24-2build1 [689 kB]
11:59:34 #11 9.464 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpfr6 arm64 4.1.0-3build3 [245 kB]
11:59:35 #10 17.38 Setting up python3-minimal (3.11.1-3) ...
11:59:35 #10 19.27 Selecting previously unselected package perl.
11:59:35 #7 ...
11:59:35 
11:59:35 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:kinetic@sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179
11:59:35 #9 sha256:697d38f8dfe625e3e751c0b01ddeaaeeff6e8d6f594dd7da227aea3974a49ce1 25.07MB / 25.07MB 9.2s done
11:59:35 #9 extracting sha256:697d38f8dfe625e3e751c0b01ddeaaeeff6e8d6f594dd7da227aea3974a49ce1 6.2s done
11:59:35 #9 DONE 16.5s
11:59:35 
11:59:35 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:35 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 16.4s done
11:59:35 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 0.8s done
11:59:35 #7 ...
11:59:35 
11:59:35 #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:59:35 #11 17.92 Selecting previously unselected package less.
11:59:35 #11 17.92 Preparing to unpack .../010-less_590-1build1_amd64.deb ...
11:59:35 #11 17.93 Unpacking less (590-1build1) ...
11:59:35 #11 17.97 Selecting previously unselected package libmd0:amd64.
11:59:35 #11 17.97 Preparing to unpack .../011-libmd0_1.0.4-1build1_amd64.deb ...
11:59:35 #11 17.98 Unpacking libmd0:amd64 (1.0.4-1build1) ...
11:59:35 #11 18.01 Selecting previously unselected package libbsd0:amd64.
11:59:35 #11 18.02 Preparing to unpack .../012-libbsd0_0.11.5-1_amd64.deb ...
11:59:35 #11 18.02 Unpacking libbsd0:amd64 (0.11.5-1) ...
11:59:35 #10 18.94 Preparing to unpack .../050-libgomp1_12.2.0-14_arm64.deb ...
11:59:35 #10 18.94 Unpacking libgomp1:arm64 (12.2.0-14) ...
11:59:35 #10 18.98 Selecting previously unselected package libitm1:arm64.
11:59:35 #10 18.99 Preparing to unpack .../051-libitm1_12.2.0-14_arm64.deb ...
11:59:35 #10 18.99 Unpacking libitm1:arm64 (12.2.0-14) ...
11:59:35 #10 19.03 Selecting previously unselected package libatomic1:arm64.
11:59:35 #10 19.03 Preparing to unpack .../052-libatomic1_12.2.0-14_arm64.deb ...
11:59:35 #10 19.03 Unpacking libatomic1:arm64 (12.2.0-14) ...
11:59:35 #10 19.07 Selecting previously unselected package libasan8:arm64.
11:59:35 #10 19.07 Preparing to unpack .../053-libasan8_12.2.0-14_arm64.deb ...
11:59:35 #10 19.07 Unpacking libasan8:arm64 (12.2.0-14) ...
11:59:35 #10 16.44 (12/166): file-5.39-10.el9.x86_64.rpm           636 kB/s |  49 kB     00:00    
11:59:35 #10 18.62 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_arm64.deb ...
11:59:35 #10 18.62 Unpacking libc6-dev:arm64 (2.28-10+deb10u2) ...
11:59:35 #10 18.88 Selecting previously unselected package libisl19:arm64.
11:59:35 #11 18.96 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:59:35 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b
11:59:35 #10 21.69 Selecting previously unselected package libsigsegv2:amd64.
11:59:35 #10 21.69 Preparing to unpack .../023-libsigsegv2_2.12-2_amd64.deb ...
11:59:35 #10 21.70 Unpacking libsigsegv2:amd64 (2.12-2) ...
11:59:35 #10 21.76 Selecting previously unselected package m4.
11:59:35 #10 21.76 Preparing to unpack .../024-m4_1.4.18-2_amd64.deb ...
11:59:35 #10 21.78 Unpacking m4 (1.4.18-2) ...
11:59:35 #10 21.85 Selecting previously unselected package autoconf.
11:59:35 #10 21.85 Preparing to unpack .../025-autoconf_2.69-11_all.deb ...
11:59:35 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 6.1s
11:59:35 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 42.99MB / 116.78MB 12.3s
11:59:35 #11 15.28 Get:227 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 patchutils arm64 0.4.2-1build2 [75.8 kB]
11:59:35 #11 15.29 Get:228 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 wdiff arm64 1.2.2-2build3 [29.0 kB]
11:59:35 #11 15.29 Get:229 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 devscripts arm64 2.22.2ubuntu3 [1060 kB]
11:59:35 #11 15.35 Get:230 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 diffstat arm64 1.64-1build2 [28.3 kB]
11:59:35 #11 15.35 Get:231 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-chardet all 4.0.0-2 [109 kB]
11:59:35 #11 15.35 Get:232 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-debian all 0.1.46 [116 kB]
11:59:35 #11 15.42 Get:233 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgpgme11 arm64 1.17.1-4.1ubuntu1 [130 kB]
11:59:35 #11 15.42 Get:234 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-gpg arm64 1.17.1-4.1ubuntu1 [203 kB]
11:59:35 #11 15.42 Get:235 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-xdg all 0.27-2 [36.9 kB]
11:59:35 #11 15.42 Get:236 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dput all 1.1.2ubuntu2 [46.0 kB]
11:59:35 #11 15.42 Get:237 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:59:35 #11 15.44 Get:238 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 fontconfig-config all 2.13.1-4.4ubuntu1 [28.2 kB]
11:59:35 #11 15.49 Get:239 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libcurl3-gnutls arm64 7.85.0-1ubuntu0.2 [281 kB]
11:59:35 #11 15.49 Get:240 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
11:59:35 #11 15.50 Get:241 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 git-man all 1:2.37.2-1ubuntu1.2 [975 kB]
11:59:35 #11 15.51 Get:242 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 git arm64 1:2.37.2-1ubuntu1.2 [3352 kB]
11:59:35 #10 17.09 Selecting previously unselected package liblsan0:arm64.
11:59:35 #10 17.10 Preparing to unpack .../048-liblsan0_10.2.1-6_arm64.deb ...
11:59:35 #10 17.10 Unpacking liblsan0:arm64 (10.2.1-6) ...
11:59:35 #10 17.20 Selecting previously unselected package libtsan0:arm64.
11:59:35 #10 17.20 Preparing to unpack .../049-libtsan0_10.2.1-6_arm64.deb ...
11:59:35 #10 17.20 Unpacking libtsan0:arm64 (10.2.1-6) ...
11:59:35 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.2s
11:59:35 #10 18.68 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.6_arm64.deb ...
11:59:35 #10 18.68 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.6) ...
11:59:35 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 98.57MB / 116.78MB 16.6s
11:59:35 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.0s done
11:59:35 #11 16.79 Selecting previously unselected package python3-minimal.
11:59:35 #11 16.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 ... 4432 files and directories currently installed.)
11:59:35 #11 16.79 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_arm64.deb ...
11:59:35 #11 16.80 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
11:59:35 #11 16.84 Selecting previously unselected package mime-support.
11:59:35 #11 16.84 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
11:59:35 #11 16.84 Unpacking mime-support (3.64ubuntu1) ...
11:59:35 #11 16.90 Selecting previously unselected package libmpdec2:arm64.
11:59:35 #11 16.90 Preparing to unpack .../2-libmpdec2_2.4.2-3_arm64.deb ...
11:59:35 #11 16.90 Unpacking libmpdec2:arm64 (2.4.2-3) ...
11:59:35 #11 16.94 Selecting previously unselected package readline-common.
11:59:35 #11 9.473 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpc3 arm64 1.2.1-2build1 [48.1 kB]
11:59:35 #11 9.474 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cpp-11 arm64 11.3.0-1ubuntu1~22.04 [9709 kB]
11:59:35 #10 17.71 Selecting previously unselected package python3.
11:59:35 #10 17.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8859 files and directories currently installed.)
11:59:35 #10 17.71 Preparing to unpack .../python3_3.11.1-3_amd64.deb ...
11:59:35 #10 17.72 Unpacking python3 (3.11.1-3) ...
11:59:35 #10 17.77 Selecting previously unselected package adduser.
11:59:35 #10 17.77 Preparing to unpack .../archives/adduser_3.130_all.deb ...
11:59:35 #10 17.77 Unpacking adduser (3.130) ...
11:59:35 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 77.59MB / 116.78MB 16.5s
11:59:35 #10 3.742 Reading package lists...
11:59:35 #10 19.27 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.6_amd64.deb ...
11:59:35 #10 19.28 Unpacking perl (5.26.1-6ubuntu0.6) ...
11:59:35 #10 19.36 Selecting previously unselected package openssl.
11:59:35 #10 19.36 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.20_amd64.deb ...
11:59:35 #10 19.36 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.20) ...
11:59:35 #10 19.48 Selecting previously unselected package ca-certificates.
11:59:35 #10 19.48 Preparing to unpack .../011-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
11:59:35 #10 19.48 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
11:59:35 #11 18.06 Selecting previously unselected package libelf1:amd64.
11:59:35 #11 18.06 Preparing to unpack .../013-libelf1_0.186-1build1_amd64.deb ...
11:59:35 #11 18.06 Unpacking libelf1:amd64 (0.186-1build1) ...
11:59:35 #11 18.10 Selecting previously unselected package libicu70:amd64.
11:59:35 #11 18.10 Preparing to unpack .../014-libicu70_70.1-2_amd64.deb ...
11:59:35 #11 18.11 Unpacking libicu70:amd64 (70.1-2) ...
11:59:35 #10 19.26 Selecting previously unselected package liblsan0:arm64.
11:59:35 #10 19.26 Preparing to unpack .../054-liblsan0_12.2.0-14_arm64.deb ...
11:59:35 #10 19.27 Unpacking liblsan0:arm64 (12.2.0-14) ...
11:59:35 #10 19.37 Selecting previously unselected package libtsan2:arm64.
11:59:35 #10 19.37 Preparing to unpack .../055-libtsan2_12.2.0-14_arm64.deb ...
11:59:35 #10 19.37 Unpacking libtsan2:arm64 (12.2.0-14) ...
11:59:35 #10 16.52 (13/166): glib-networking-2.68.3-3.el9.x86_64.r 2.3 MB/s | 186 kB     00:00    
11:59:35 #10 18.89 Preparing to unpack .../036-libisl19_0.20-2_arm64.deb ...
11:59:35 #10 18.89 Unpacking libisl19:arm64 (0.20-2) ...
11:59:35 #10 18.98 Selecting previously unselected package libmpfr6:arm64.
11:59:35 #10 18.98 Preparing to unpack .../037-libmpfr6_4.0.2-1_arm64.deb ...
11:59:35 #10 18.99 Unpacking libmpfr6:arm64 (4.0.2-1) ...
11:59:35 #10 19.04 Selecting previously unselected package libmpc3:arm64.
11:59:35 #10 19.05 Preparing to unpack .../038-libmpc3_1.1.0-1_arm64.deb ...
11:59:35 #10 19.05 Unpacking libmpc3:arm64 (1.1.0-1) ...
11:59:35 #10 19.09 Selecting previously unselected package cpp-8.
11:59:35 #10 21.86 Unpacking autoconf (2.69-11) ...
11:59:35 #10 21.95 Selecting previously unselected package autotools-dev.
11:59:35 #10 21.95 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ...
11:59:35 #10 21.96 Unpacking autotools-dev (20180224.1) ...
11:59:35 #10 22.02 Selecting previously unselected package automake.
11:59:35 #10 22.02 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ...
11:59:35 #10 22.03 Unpacking automake (1:1.16.1-4) ...
11:59:35 #8 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 89.13MB / 116.78MB 16.7s
11:59:35 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 44.04MB / 53.32MB 12.7s
11:59:35 #11 15.67 Get:243 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:59:35 #11 15.67 Get:244 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-7 [11.6 kB]
11:59:35 #11 15.67 Get:245 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libalgorithm-merge-perl all 0.08-4 [12.0 kB]
11:59:35 #11 15.67 Get:246 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libaliased-perl all 0.34-2 [13.5 kB]
11:59:35 #11 15.67 Get:247 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libapt-pkg-perl arm64 0.1.40build2 [70.3 kB]
11:59:35 #11 15.67 Get:248 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libarchive-cpio-perl all 0.10-2 [10.3 kB]
11:59:35 #11 15.67 Get:249 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libarray-intspan-perl all 2.004-2 [25.0 kB]
11:59:35 #11 15.67 Get:250 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmodule-implementation-perl all 0.09-2 [12.0 kB]
11:59:35 #11 15.67 Get:251 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-exporter-progressive-perl all 0.001013-2 [7248 B]
11:59:35 #11 15.74 Get:252 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libvariable-magic-perl arm64 0.62-2 [34.4 kB]
11:59:35 #11 15.81 Get:253 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libb-hooks-endofscope-perl all 0.26-1 [17.8 kB]
11:59:35 #10 17.40 Selecting previously unselected package libubsan1:arm64.
11:59:35 #10 17.40 Preparing to unpack .../050-libubsan1_10.2.1-6_arm64.deb ...
11:59:35 #10 17.40 Unpacking libubsan1:arm64 (10.2.1-6) ...
11:59:35 #10 17.49 Selecting previously unselected package libgcc-10-dev:arm64.
11:59:35 #10 17.49 Preparing to unpack .../051-libgcc-10-dev_10.2.1-6_arm64.deb ...
11:59:35 #10 17.49 Unpacking libgcc-10-dev:arm64 (10.2.1-6) ...
11:59:35 #10 17.61 Selecting previously unselected package gcc-10.
11:59:35 #10 19.02 Selecting previously unselected package perl.
11:59:35 #10 19.02 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.6_arm64.deb ...
11:59:35 #10 19.03 Unpacking perl (5.26.1-6ubuntu0.6) ...
11:59:35 #10 19.08 Selecting previously unselected package openssl.
11:59:35 #10 19.08 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.20_arm64.deb ...
11:59:35 #10 19.08 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.20) ...
11:59:35 #10 19.17 Selecting previously unselected package ca-certificates.
11:59:35 #10 19.17 Preparing to unpack .../011-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
11:59:35 #10 19.17 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
11:59:35 #10 19.22 Selecting previously unselected package distro-info-data.
11:59:35 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 16.7s done
11:59:35 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
11:59:35 #11 16.94 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
11:59:35 #11 16.95 Unpacking readline-common (8.0-4) ...
11:59:35 #11 16.99 Selecting previously unselected package libreadline8:arm64.
11:59:35 #11 16.99 Preparing to unpack .../4-libreadline8_8.0-4_arm64.deb ...
11:59:35 #11 16.99 Unpacking libreadline8:arm64 (8.0-4) ...
11:59:35 #11 17.05 Selecting previously unselected package libsqlite3-0:arm64.
11:59:35 #11 17.05 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_arm64.deb ...
11:59:35 #11 17.05 Unpacking libsqlite3-0:arm64 (3.31.1-4ubuntu0.5) ...
11:59:35 #11 17.12 Selecting previously unselected package libpython3.8-stdlib:arm64.
11:59:35 #11 17.12 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
11:59:35 #11 17.13 Unpacking libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.6) ...
11:59:35 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
11:59:35 #11 9.900 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cpp arm64 4:11.2.0-1ubuntu1 [27.7 kB]
11:59:35 #11 9.901 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:59:35 #11 9.902 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgomp1 arm64 12.1.0-2ubuntu1~22.04 [124 kB]
11:59:35 #11 9.903 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libitm1 arm64 12.1.0-2ubuntu1~22.04 [28.4 kB]
11:59:35 #11 9.904 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libatomic1 arm64 12.1.0-2ubuntu1~22.04 [10.8 kB]
11:59:35 #11 9.905 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libasan6 arm64 11.3.0-1ubuntu1~22.04 [2227 kB]
11:59:35 #11 9.986 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 liblsan0 arm64 12.1.0-2ubuntu1~22.04 [1034 kB]
11:59:35 #11 10.04 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtsan0 arm64 11.3.0-1ubuntu1~22.04 [2235 kB]
11:59:35 #10 17.85 Setting up adduser (3.130) ...
11:59:35 #10 17.93 Selecting previously unselected package less.
11:59:35 #10 17.93 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8940 files and directories currently installed.)
11:59:35 #10 17.93 Preparing to unpack .../000-less_590-1.1_amd64.deb ...
11:59:35 #10 17.94 Unpacking less (590-1.1) ...
11:59:35 #10 18.00 Selecting previously unselected package netbase.
11:59:35 #10 18.00 Preparing to unpack .../001-netbase_6.4_all.deb ...
11:59:35 #10 18.00 Unpacking netbase (6.4) ...
11:59:35 #10 18.04 Selecting previously unselected package sensible-utils.
11:59:35 #10 18.04 Preparing to unpack .../002-sensible-utils_0.0.17+nmu1_all.deb ...
11:59:35 #10 18.04 Unpacking sensible-utils (0.0.17+nmu1) ...
11:59:35 #10 18.08 Selecting previously unselected package bzip2.
11:59:35 #10 18.08 Preparing to unpack .../003-bzip2_1.0.8-5+b1_amd64.deb ...
11:59:35 #10 18.09 Unpacking bzip2 (1.0.8-5+b1) ...
11:59:35 #10 18.13 Selecting previously unselected package openssl.
11:59:35 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 92.27MB / 116.78MB 16.6s
11:59:35 #10 19.59 Selecting previously unselected package distro-info-data.
11:59:35 #10 19.59 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.15_all.deb ...
11:59:35 #10 19.59 Unpacking distro-info-data (0.37ubuntu0.15) ...
11:59:35 #10 19.62 Selecting previously unselected package libmagic-mgc.
11:59:35 #10 19.62 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_amd64.deb ...
11:59:35 #10 19.62 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:59:35 #10 19.72 Selecting previously unselected package libmagic1:amd64.
11:59:35 #10 19.72 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_amd64.deb ...
11:59:35 #10 19.72 Unpacking libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
11:59:35 #10 19.76 Selecting previously unselected package file.
11:59:35 #10 19.76 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_amd64.deb ...
11:59:35 #10 19.77 Unpacking file (1:5.32-2ubuntu0.4) ...
11:59:35 #11 18.43 Selecting previously unselected package libxml2:amd64.
11:59:35 #11 18.43 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.2_amd64.deb ...
11:59:35 #11 18.43 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.2) ...
11:59:35 #11 18.48 Selecting previously unselected package libyaml-0-2:amd64.
11:59:35 #11 18.48 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_amd64.deb ...
11:59:35 #11 18.49 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ...
11:59:35 #11 18.52 Selecting previously unselected package lsb-release.
11:59:35 #11 18.52 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
11:59:35 #11 18.52 Unpacking lsb-release (11.1.0ubuntu4) ...
11:59:35 #11 18.56 Selecting previously unselected package netbase.
11:59:35 #11 18.56 Preparing to unpack .../018-netbase_6.3_all.deb ...
11:59:35 #11 18.57 Unpacking netbase (6.3) ...
11:59:35 #11 18.60 Selecting previously unselected package python-apt-common.
11:59:35 #11 18.60 Preparing to unpack .../019-python-apt-common_2.4.0_all.deb ...
11:59:35 #10 19.57 Selecting previously unselected package libubsan1:arm64.
11:59:35 #10 19.57 Preparing to unpack .../056-libubsan1_12.2.0-14_arm64.deb ...
11:59:35 #10 19.57 Unpacking libubsan1:arm64 (12.2.0-14) ...
11:59:35 #10 19.67 Selecting previously unselected package libhwasan0:arm64.
11:59:35 #10 19.67 Preparing to unpack .../057-libhwasan0_12.2.0-14_arm64.deb ...
11:59:35 #10 19.68 Unpacking libhwasan0:arm64 (12.2.0-14) ...
11:59:35 #10 19.77 Selecting previously unselected package libgcc-12-dev:arm64.
11:59:35 #10 16.83 (14/166): binutils-2.35.2-35.el9.x86_64.rpm     5.3 MB/s |  10 MB     00:01    
11:59:35 #10 16.88 (15/166): glibc-gconv-extra-2.34-54.el9.x86_64. 4.7 MB/s | 1.7 MB     00:00    
11:59:35 #10 16.99 (16/166): gsettings-desktop-schemas-40.0-6.el9. 6.4 MB/s | 684 kB     00:00    
11:59:35 #10 16.99 [MIRROR] elfutils-debuginfod-client-0.188-3.el9.x86_64.rpm: Status code: 404 for https://ftp-osl.osuosl.org/pub/centos-stream/9-stream/BaseOS/x86_64/os/Packages/elfutils-debuginfod-client-0.188-3.el9.x86_64.rpm (IP: 140.211.166.134)
11:59:35 #10 17.05 (17/166): groff-base-1.22.4-10.el9.x86_64.rpm   4.9 MB/s | 1.1 MB     00:00    
11:59:35 #10 17.06 (18/166): info-6.7-15.el9.x86_64.rpm            2.8 MB/s | 225 kB     00:00    
11:59:35 #10 17.09 (19/166): elfutils-debuginfod-client-0.188-3.el  45 kB/s |  38 kB     00:00    
11:59:35 #10 19.09 Preparing to unpack .../039-cpp-8_8.3.0-6_arm64.deb ...
11:59:35 #10 19.09 Unpacking cpp-8 (8.3.0-6) ...
11:59:35 #11 18.64 Selecting previously unselected package python3-minimal.
11:59:35 #11 18.64 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4724 files and directories currently installed.)
11:59:35 #11 18.64 Preparing to unpack .../00-python3-minimal_3.10.6-1_amd64.deb ...
11:59:35 #11 18.65 Unpacking python3-minimal (3.10.6-1) ...
11:59:35 #11 18.69 Selecting previously unselected package media-types.
11:59:35 #11 18.69 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
11:59:35 #11 18.69 Unpacking media-types (8.0.0) ...
11:59:35 #11 18.73 Selecting previously unselected package libmpdec3:amd64.
11:59:35 #11 18.73 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_amd64.deb ...
11:59:35 #11 18.73 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
11:59:35 #11 18.76 Selecting previously unselected package libkrb5support0:amd64.
11:59:35 #11 18.76 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_amd64.deb ...
11:59:35 #11 18.77 Unpacking libkrb5support0:amd64 (1.20-1ubuntu0.1) ...
11:59:35 #11 18.80 Selecting previously unselected package libk5crypto3:amd64.
11:59:35 #10 22.14 Selecting previously unselected package autopoint.
11:59:35 #10 22.14 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ...
11:59:35 #10 22.15 Unpacking autopoint (0.19.8.1-9) ...
11:59:35 #10 22.20 Selecting previously unselected package binutils-common:amd64.
11:59:35 #10 22.20 Preparing to unpack .../029-binutils-common_2.31.1-16_amd64.deb ...
11:59:35 #10 22.21 Unpacking binutils-common:amd64 (2.31.1-16) ...
11:59:35 #11 19.67 Selecting previously unselected package python3-minimal.
11:59:35 #11 15.81 Get:254 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libberkeleydb-perl arm64 0.64-1build3 [123 kB]
11:59:35 #11 15.82 Get:255 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfreetype6 arm64 2.12.1+dfsg-3 [381 kB]
11:59:35 #11 15.82 Get:256 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfontconfig1 arm64 2.13.1-4.4ubuntu1 [132 kB]
11:59:35 #11 15.82 Get:257 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjpeg-turbo8 arm64 2.1.2-0ubuntu1 [129 kB]
11:59:35 #11 15.83 Get:258 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjpeg8 arm64 8c-2ubuntu10 [2264 B]
11:59:35 #11 15.83 Get:259 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdeflate0 arm64 1.12-1 [72.0 kB]
11:59:35 #11 15.83 Get:260 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libjbig0 arm64 2.1-3.1ubuntu0.22.10.1 [29.4 kB]
11:59:35 #11 15.83 Get:261 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblerc3 arm64 3.0+ds-1ubuntu1 [109 kB]
11:59:35 #11 15.89 Get:262 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwebp7 arm64 1.2.2-2 [192 kB]
11:59:35 #11 15.96 Get:263 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libtiff5 arm64 4.4.0-4ubuntu3.2 [183 kB]
11:59:35 #11 15.96 Get:264 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libxpm4 arm64 1:3.5.12-1ubuntu0.22.10.1 [35.4 kB]
11:59:35 #11 15.96 Get:265 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgd3 arm64 2.3.3-6 [119 kB]
11:59:35 #11 15.96 Get:266 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libc-devtools arm64 2.36-0ubuntu4 [27.4 kB]
11:59:35 #11 15.96 Get:267 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:59:35 #11 15.97 Get:268 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcgi-pm-perl all 4.54-1 [188 kB]
11:59:35 #11 15.97 Get:269 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfcgi0ldbl arm64 2.4.2-2build2 [28.0 kB]
11:59:35 #11 15.97 Get:270 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfcgi-perl arm64 0.82+ds-1build1 [22.3 kB]
11:59:35 #11 15.97 Get:271 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcgi-fast-perl all 1:2.15-1 [10.5 kB]
11:59:35 #11 16.03 Get:272 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:59:35 #11 16.04 Get:273 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libclone-perl arm64 0.45-1build3 [10.8 kB]
11:59:35 #11 16.04 Get:274 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcommon-sense-perl arm64 3.75-2build1 [21.2 kB]
11:59:35 #11 16.04 Get:275 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:59:35 #11 16.04 Get:276 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libparams-util-perl arm64 1.102-1build3 [22.2 kB]
11:59:35 #11 16.05 Get:277 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-install-perl all 0.928-2 [10.2 kB]
11:59:35 #11 16.05 Get:278 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-optlist-perl all 0.112-1 [11.0 kB]
11:59:35 #11 16.05 Get:279 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-exporter-perl all 0.988-1 [50.6 kB]
11:59:35 #11 16.05 Get:280 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libconst-fast-perl all 0.014-2 [8034 B]
11:59:35 #11 16.11 Get:281 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwant-perl arm64 0.29-2 [25.1 kB]
11:59:35 #10 17.61 Preparing to unpack .../052-gcc-10_10.2.1-6_arm64.deb ...
11:59:35 #10 17.62 Unpacking gcc-10 (10.2.1-6) ...
11:59:35 #10 19.22 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.15_all.deb ...
11:59:35 #10 19.23 Unpacking distro-info-data (0.37ubuntu0.15) ...
11:59:35 #10 19.26 Selecting previously unselected package libmagic-mgc.
11:59:35 #10 19.26 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_arm64.deb ...
11:59:35 #10 19.27 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:59:35 #10 19.33 Selecting previously unselected package libmagic1:arm64.
11:59:35 #10 19.33 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_arm64.deb ...
11:59:35 #10 19.34 Unpacking libmagic1:arm64 (1:5.32-2ubuntu0.4) ...
11:59:35 #10 19.37 Selecting previously unselected package file.
11:59:35 #10 19.37 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_arm64.deb ...
11:59:35 #10 19.38 Unpacking file (1:5.32-2ubuntu0.4) ...
11:59:35 #10 19.41 Selecting previously unselected package less.
11:59:35 #10 19.41 Preparing to unpack .../016-less_487-0.1_arm64.deb ...
11:59:35 #10 19.42 Unpacking less (487-0.1) ...
11:59:35 #10 19.46 Selecting previously unselected package libapt-inst2.0:arm64.
11:59:35 #11 17.28 Selecting previously unselected package python3.8.
11:59:35 #11 17.28 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
11:59:35 #11 17.28 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:59:35 #11 17.32 Selecting previously unselected package libpython3-stdlib:arm64.
11:59:35 #11 17.32 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_arm64.deb ...
11:59:35 #11 17.33 Unpacking libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
11:59:35 #11 17.36 Setting up python3-minimal (3.8.2-0ubuntu2) ...
11:59:35 #11 10.12 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libubsan1 arm64 12.1.0-2ubuntu1~22.04 [965 kB]
11:59:35 #11 10.17 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libhwasan0 arm64 12.1.0-2ubuntu1~22.04 [1119 kB]
11:59:35 #11 10.21 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:59:35 #11 10.26 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:59:35 #10 18.13 Preparing to unpack .../004-openssl_3.0.7-2_amd64.deb ...
11:59:35 #10 18.13 Unpacking openssl (3.0.7-2) ...
11:59:35 #10 18.38 Selecting previously unselected package ca-certificates.
11:59:35 #10 18.38 Preparing to unpack .../005-ca-certificates_20211016_all.deb ...
11:59:35 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.9s done
11:59:35 #20 6.103 Executing busybox-1.35.0-r17.trigger
11:59:35 #20 6.115 OK: 313 MiB in 37 packages
11:59:35 #10 19.81 Selecting previously unselected package less.
11:59:35 #10 19.81 Preparing to unpack .../016-less_487-0.1_amd64.deb ...
11:59:35 #10 19.81 Unpacking less (487-0.1) ...
11:59:35 #10 19.87 Selecting previously unselected package libapt-inst2.0:amd64.
11:59:35 #10 19.87 Preparing to unpack .../017-libapt-inst2.0_1.6.14_amd64.deb ...
11:59:35 #10 19.88 Unpacking libapt-inst2.0:amd64 (1.6.14) ...
11:59:35 #10 19.98 Selecting previously unselected package libglib2.0-0:amd64.
11:59:35 #10 19.98 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
11:59:35 #10 19.98 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
11:59:35 #11 18.61 Unpacking python-apt-common (2.4.0) ...
11:59:35 #11 18.64 Selecting previously unselected package python3-apt.
11:59:35 #11 18.64 Preparing to unpack .../020-python3-apt_2.4.0_amd64.deb ...
11:59:35 #11 18.65 Unpacking python3-apt (2.4.0) ...
11:59:35 #11 18.69 Selecting previously unselected package python3-pkg-resources.
11:59:35 #11 18.69 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
11:59:35 #11 18.69 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:59:35 #11 18.76 Selecting previously unselected package ucf.
11:59:35 #11 18.76 Preparing to unpack .../022-ucf_3.0043_all.deb ...
11:59:35 #11 18.76 Moving old data out of the way
11:59:35 #11 18.77 Unpacking ucf (3.0043) ...
11:59:35 #11 18.80 Selecting previously unselected package bsdextrautils.
11:59:35 #11 18.80 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_amd64.deb ...
11:59:35 #11 18.81 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
11:59:35 #11 18.84 Selecting previously unselected package libmagic-mgc.
11:59:35 #11 18.84 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_amd64.deb ...
11:59:35 #11 18.85 Unpacking libmagic-mgc (1:5.41-3) ...
11:59:35 #10 19.78 Preparing to unpack .../058-libgcc-12-dev_12.2.0-14_arm64.deb ...
11:59:35 #10 19.78 Unpacking libgcc-12-dev:arm64 (12.2.0-14) ...
11:59:35 #10 19.90 Selecting previously unselected package gcc-12.
11:59:35 #10 19.90 Preparing to unpack .../059-gcc-12_12.2.0-14_arm64.deb ...
11:59:35 #10 19.91 Unpacking gcc-12 (12.2.0-14) ...
11:59:35 #10 17.13 (20/166): json-glib-1.6.6-1.el9.x86_64.rpm      2.1 MB/s | 163 kB     00:00    
11:59:35 #10 17.14 (21/166): less-590-1.el9.x86_64.rpm             2.1 MB/s | 163 kB     00:00    
11:59:35 #10 17.17 (22/166): libatomic-11.3.1-4.3.el9.x86_64.rpm   736 kB/s |  52 kB     00:00    
11:59:35 #10 17.24 (23/166): libbrotli-1.0.9-6.el9.x86_64.rpm      2.8 MB/s | 314 kB     00:00    
11:59:35 #10 17.25 (24/166): libeconf-0.4.1-2.el9.x86_64.rpm       359 kB/s |  28 kB     00:00    
11:59:35 #10 17.25 (25/166): libdb-5.3.28-53.el9.x86_64.rpm        6.4 MB/s | 738 kB     00:00    
11:59:35 #10 17.31 (26/166): libfdisk-2.37.4-9.el9.x86_64.rpm      2.0 MB/s | 155 kB     00:00    
11:59:35 #10 17.33 (27/166): libpipeline-1.5.3-4.el9.x86_64.rpm    664 kB/s |  49 kB     00:00    
11:59:35 #10 17.39 (28/166): libpkgconf-1.7.3-10.el9.x86_64.rpm    492 kB/s |  36 kB     00:00    
11:59:35 #10 19.66 Selecting previously unselected package cpp.
11:59:35 #11 18.80 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_amd64.deb ...
11:59:35 #11 18.80 Unpacking libk5crypto3:amd64 (1.20-1ubuntu0.1) ...
11:59:35 #11 18.83 Selecting previously unselected package libkeyutils1:amd64.
11:59:35 #11 18.84 Preparing to unpack .../05-libkeyutils1_1.6.3-1_amd64.deb ...
11:59:35 #11 18.84 Unpacking libkeyutils1:amd64 (1.6.3-1) ...
11:59:35 #11 18.87 Selecting previously unselected package libkrb5-3:amd64.
11:59:35 #11 18.87 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_amd64.deb ...
11:59:35 #11 18.87 Unpacking libkrb5-3:amd64 (1.20-1ubuntu0.1) ...
11:59:35 #11 18.91 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:59:35 #11 18.91 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_amd64.deb ...
11:59:35 #11 18.92 Unpacking libgssapi-krb5-2:amd64 (1.20-1ubuntu0.1) ...
11:59:35 #11 18.95 Selecting previously unselected package libtirpc-common.
11:59:35 #11 18.95 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:59:35 #11 18.95 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:59:35 #11 18.98 Selecting previously unselected package libtirpc3:amd64.
11:59:35 #11 18.98 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ...
11:59:35 #11 18.98 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
11:59:35 #11 19.01 Selecting previously unselected package libnsl2:amd64.
11:59:35 #11 19.01 Preparing to unpack .../10-libnsl2_1.3.0-2build2_amd64.deb ...
11:59:35 #11 19.02 Unpacking libnsl2:amd64 (1.3.0-2build2) ...
11:59:35 #11 19.05 Selecting previously unselected package readline-common.
11:59:35 #11 19.05 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
11:59:35 #11 19.05 Unpacking readline-common (8.2-1) ...
11:59:35 #11 19.08 Selecting previously unselected package libreadline8:amd64.
11:59:35 #11 19.08 Preparing to unpack .../12-libreadline8_8.2-1_amd64.deb ...
11:59:35 #11 19.09 Unpacking libreadline8:amd64 (8.2-1) ...
11:59:35 #11 19.12 Selecting previously unselected package libsqlite3-0:amd64.
11:59:35 #10 22.57 Selecting previously unselected package libbinutils:amd64.
11:59:35 #10 22.58 Preparing to unpack .../030-libbinutils_2.31.1-16_amd64.deb ...
11:59:35 #10 22.58 Unpacking libbinutils:amd64 (2.31.1-16) ...
11:59:35 #11 19.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:59:35 #11 19.67 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
11:59:35 #11 19.68 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
11:59:35 #11 19.71 Selecting previously unselected package mime-support.
11:59:35 #11 19.71 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
11:59:35 #11 19.72 Unpacking mime-support (3.64ubuntu1) ...
11:59:35 #11 19.76 Selecting previously unselected package libmpdec2:amd64.
11:59:35 #11 19.76 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
11:59:35 #11 19.76 Unpacking libmpdec2:amd64 (2.4.2-3) ...
11:59:35 #11 19.80 Selecting previously unselected package readline-common.
11:59:35 #11 19.80 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
11:59:35 #11 19.80 Unpacking readline-common (8.0-4) ...
11:59:35 #11 19.84 Selecting previously unselected package libreadline8:amd64.
11:59:35 #11 19.85 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
11:59:35 #11 19.85 Unpacking libreadline8:amd64 (8.0-4) ...
11:59:35 #11 19.89 Selecting previously unselected package libsqlite3-0:amd64.
11:59:35 #11 19.89 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_amd64.deb ...
11:59:35 #11 19.90 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
11:59:35 #13 71.65   Installing : glibc-devel-2.17-326.el7_9.aarch64                         42/65 
11:59:35 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 63.96MB / 116.78MB 16.5s
11:59:35 #11 16.12 Get:282 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcontextual-return-perl all 0.004014-3 [53.8 kB]
11:59:35 #11 16.12 Get:283 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcpanel-json-xs-perl arm64 4.32-1 [113 kB]
11:59:35 #11 16.12 Get:284 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:59:35 #11 16.12 Get:285 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libexception-class-perl all 1.45-1 [28.6 kB]
11:59:35 #11 16.12 Get:286 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libiterator-perl all 0.03+ds1-2 [18.8 kB]
11:59:35 #11 16.13 Get:287 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libiterator-util-perl all 0.02+ds1-2 [14.1 kB]
11:59:35 #11 16.13 Get:288 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:59:35 #11 16.13 Get:289 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-moreutils-xs-perl arm64 0.430-3 [39.1 kB]
11:59:35 #11 16.18 Get:290 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:59:35 #11 16.20 Get:291 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-dpath-perl all 0.58-1 [38.8 kB]
11:59:35 #11 16.20 Get:292 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-dump-perl all 1.25-1 [25.9 kB]
11:59:35 #11 16.20 Get:293 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-messagepack-perl arm64 1.02-1 [34.0 kB]
11:59:35 #11 16.20 Get:294 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-domain-tld-perl all 1.75-2 [30.8 kB]
11:59:35 #11 16.20 Get:295 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:59:35 #11 16.20 Get:296 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:59:35 #11 16.20 Get:297 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:59:35 #11 16.20 Get:298 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-2 [82.7 kB]
11:59:35 #11 16.25 Get:299 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:59:36 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 49.28MB / 116.78MB 13.1s
11:59:36 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 47.19MB / 53.32MB 13.1s
11:59:36 #20 6.562 Selecting previously unselected package libclang-cpp11.
11:59:36 #20 6.564 Preparing to unpack .../02-libclang-cpp11_1%3a11.0.1-2_amd64.deb ...
11:59:36 #20 6.567 Unpacking libclang-cpp11 (1:11.0.1-2) ...
11:59:36 #10 19.46 Preparing to unpack .../017-libapt-inst2.0_1.6.14_arm64.deb ...
11:59:36 #10 19.46 Unpacking libapt-inst2.0:arm64 (1.6.14) ...
11:59:36 #10 19.51 Selecting previously unselected package libglib2.0-0:arm64.
11:59:36 #10 19.51 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_arm64.deb ...
11:59:36 #10 19.52 Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
11:59:36 #10 19.62 Selecting previously unselected package libglib2.0-data.
11:59:36 #10 19.62 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
11:59:36 #10 19.62 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:59:36 #10 19.66 Selecting previously unselected package libicu60:arm64.
11:59:36 #10 19.66 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_arm64.deb ...
11:59:36 #10 19.66 Unpacking libicu60:arm64 (60.2-3ubuntu3.2) ...
11:59:36 #11 17.58 Selecting previously unselected package python3.
11:59:36 #11 17.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 ... 4862 files and directories currently installed.)
11:59:36 #11 17.58 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_arm64.deb ...
11:59:36 #11 17.58 Unpacking python3 (3.8.2-0ubuntu2) ...
11:59:36 #11 17.62 Selecting previously unselected package libbsd0:arm64.
11:59:36 #11 17.62 Preparing to unpack .../001-libbsd0_0.10.0-1_arm64.deb ...
11:59:36 #11 17.63 Unpacking libbsd0:arm64 (0.10.0-1) ...
11:59:36 #11 17.66 Selecting previously unselected package bsdmainutils.
11:59:36 #11 17.66 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_arm64.deb ...
11:59:36 #11 17.67 Unpacking bsdmainutils (11.1.2ubuntu3) ...
11:59:36 #11 17.72 Selecting previously unselected package libuchardet0:arm64.
11:59:36 #11 17.72 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_arm64.deb ...
11:59:36 #10 18.38 Unpacking ca-certificates (20211016) ...
11:59:36 #10 18.47 Selecting previously unselected package libmagic-mgc.
11:59:36 #10 18.47 Preparing to unpack .../006-libmagic-mgc_1%3a5.44-3_amd64.deb ...
11:59:36 #10 18.47 Unpacking libmagic-mgc (1:5.44-3) ...
11:59:36 #10 18.59 Selecting previously unselected package libmagic1:amd64.
11:59:36 #10 18.59 Preparing to unpack .../007-libmagic1_1%3a5.44-3_amd64.deb ...
11:59:36 #10 18.60 Unpacking libmagic1:amd64 (1:5.44-3) ...
11:59:36 #10 18.65 Selecting previously unselected package file.
11:59:36 #10 18.65 Preparing to unpack .../008-file_1%3a5.44-3_amd64.deb ...
11:59:36 #9 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
11:59:36 #9 DONE 25.9s
11:59:36 
11:59:36 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:36 #7 ...
11:59:36 
11:59:36 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:36 #0 1.291 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
11:59:36 #0 1.705 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
11:59:36 #0 1.818 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
11:59:36 #0 1.911 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
11:59:36 #0 2.004 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse armhf Packages [157 kB]
11:59:36 #0 2.057 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf Packages [1277 kB]
11:59:36 #0 2.257 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages [11.0 MB]
11:59:36 #0 2.886 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/restricted armhf Packages [12.5 kB]
11:59:36 #0 2.886 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted armhf Packages [18.5 kB]
11:59:36 #0 2.886 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf Packages [1990 kB]
11:59:36 #0 2.990 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf Packages [1730 kB]
11:59:36 #0 3.041 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse armhf Packages [6837 B]
11:59:36 #0 3.041 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe armhf Packages [20.1 kB]
11:59:36 #0 3.041 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main armhf Packages [63.9 kB]
11:59:36 #0 3.047 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe armhf Packages [1306 kB]
11:59:36 #0 3.109 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf Packages [1373 kB]
11:59:36 #0 3.171 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted armhf Packages [11.6 kB]
11:59:36 #0 3.171 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse armhf Packages [2760 B]
11:59:36 #0 4.538 Fetched 19.4 MB in 4s (5368 kB/s)
11:59:36 #0 4.538 Reading package lists...
11:59:36 #0 5.907 Reading package lists...
11:59:36 #0 7.214 Building dependency tree...
11:59:36 #0 7.396 Reading state information...
11:59:36 #0 7.603 The following additional packages will be installed:
11:59:36 #0 7.603   at autoconf automake autopoint autotools-dev binutils
11:59:36 #0 7.603   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:59:36 #0 7.603   ca-certificates cpp cpp-7 dctrl-tools debhelper dh-autoreconf
11:59:36 #0 7.603   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
11:59:36 #0 7.603   fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git-man
11:59:36 #0 7.603   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:59:36 #0 7.603   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:59:36 #0 7.603   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:36 #0 7.603   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:36 #0 7.603   libasan4 libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
11:59:36 #0 7.603   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:59:36 #0 7.603   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl libcilkrts5
11:59:36 #0 7.603   libclass-accessor-perl libclass-method-modifiers-perl
11:59:36 #0 7.603   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
11:59:36 #0 7.603   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
11:59:36 #0 7.603   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
11:59:36 #0 7.603   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:59:36 #0 7.603   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:59:36 #0 7.603   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:59:36 #0 7.603   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:59:36 #0 7.603   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:59:36 #0 7.603   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:59:36 #0 7.603   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:59:36 #0 7.603   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:59:36 #0 7.603   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:59:36 #0 7.603   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:36 #0 7.603   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:36 #0 7.603   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:59:36 #0 7.603   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:59:36 #0 7.603   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:36 #0 7.603   libipc-system-simple-perl libisl19 libk5crypto3 libkeyutils1
11:59:36 #0 7.603   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:59:36 #0 7.603   libldap-common liblist-compare-perl liblist-moreutils-perl
11:59:36 #0 7.603   liblocale-gettext-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:36 #0 7.603   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:59:36 #0 7.603   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:36 #0 7.603   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
11:59:36 #0 7.603   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:59:36 #0 7.603   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:59:36 #0 7.603   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:59:36 #0 7.603   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:36 #0 7.603   libparams-validate-perl libparse-debianchangelog-perl
11:59:36 #0 7.603   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:59:36 #0 7.603   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:59:36 #0 7.603   libpython3.6-minimal libpython3.6-stdlib libreadline7
11:59:36 #0 7.603   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:59:36 #0 7.603   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:59:36 #0 7.603   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:59:36 #0 7.603   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:59:36 #0 7.603   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:59:36 #0 7.603   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:59:36 #0 7.603   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:59:36 #0 7.603   libtimedate-perl libtool libtry-tiny-perl libubsan0 libunicode-utf8-perl
11:59:36 #0 7.603   liburi-perl libvariable-magic-perl libwind0-heimdal libwww-perl
11:59:36 #0 7.603   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:36 #0 7.603   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:36 #0 7.603   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:59:36 #0 7.603   libxml-simple-perl libxml2 libxmuu1 libyaml-0-2 libyaml-libyaml-perl
11:59:36 #0 7.603   licensecheck lintian linux-libc-dev lsb-release m4 make man-db manpages
11:59:36 #0 7.603   manpages-dev mime-support multiarch-support netbase openssh-client openssl
11:59:36 #0 7.603   patch patchutils perl perl-modules-5.26 perl-openssl-defaults
11:59:36 #0 7.603   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:59:36 #0 7.603   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:59:36 #0 7.603   python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:36 #0 7.603   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:36 #0 7.603   python3.6 python3.6-minimal readline-common shared-mime-info strace t1utils
11:59:36 #0 7.603   ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:59:36 #0 7.607 Suggested packages:
11:59:36 #0 7.607   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:59:36 #0 7.607   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:59:36 #0 7.607   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
11:59:36 #0 7.607   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:59:36 #0 7.607   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:59:36 #0 7.607   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:36 #0 7.607   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:59:36 #0 7.607   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:59:36 #0 7.607   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:59:36 #0 7.607   mini-dinstall rsync g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg
11:59:36 #0 7.607   gcc-multilib flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg
11:59:36 #0 7.607   libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg
11:59:36 #0 7.607   libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-doc
11:59:36 #0 7.607   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
11:59:36 #0 7.607   git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
11:59:36 #0 7.607   parcimonie xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr
11:59:36 #0 7.607   gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
11:59:36 #0 7.607   libscalar-number-perl libhtml-template-perl libsasl2-modules-gssapi-mit
11:59:36 #0 7.607   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:36 #0 7.607   libsasl2-modules-sql libstdc++-7-doc libbareword-filehandles-perl
11:59:36 #0 7.607   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:59:36 #0 7.607   gcj-jdk libauthen-ntlm-perl bash-completion binutils-multiarch
11:59:36 #0 7.607   libtext-template-perl lsb m4-doc make-doc apparmor www-browser keychain
11:59:36 #0 7.607   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:59:36 #0 7.607   libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc
11:59:36 #0 7.607   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:59:36 #0 7.607   python-apt-doc python3-setuptools python3-cryptography python3-openssl
11:59:36 #0 7.607   python3-socks python3.6-venv python3.6-doc binfmt-support readline-doc zip
11:59:36 #0 7.607   wdiff-doc
11:59:36 #0 8.116 The following NEW packages will be installed:
11:59:36 #0 8.116   at autoconf automake autopoint autotools-dev binutils
11:59:36 #0 8.116   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:59:36 #0 8.116   ca-certificates cpp cpp-7 curl dctrl-tools debhelper devscripts
11:59:36 #0 8.116   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:36 #0 8.116   dpkg-dev dput equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext
11:59:36 #0 8.116   gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:59:36 #0 8.116   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
11:59:36 #0 8.116   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:36 #0 8.116   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
11:59:36 #0 8.116   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
11:59:36 #0 8.116   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:59:36 #0 8.116   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
11:59:36 #0 8.116   libcgi-pm-perl libcilkrts5 libclass-accessor-perl
11:59:36 #0 8.116   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:36 #0 8.116   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:59:36 #0 8.116   libdevel-callchecker-perl libdevel-globaldestruction-perl
11:59:36 #0 8.116   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:59:36 #0 8.116   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:59:36 #0 8.116   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:59:36 #0 8.116   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:59:36 #0 8.116   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:59:36 #0 8.116   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:59:36 #0 8.116   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:59:36 #0 8.116   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:59:36 #0 8.116   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:59:36 #0 8.116   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:59:36 #0 8.116   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:36 #0 8.116   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:36 #0 8.116   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:59:36 #0 8.116   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:59:36 #0 8.116   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:36 #0 8.116   libipc-system-simple-perl libisl19 libk5crypto3 libkeyutils1
11:59:36 #0 8.116   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:59:36 #0 8.116   libldap-common liblist-compare-perl liblist-moreutils-perl
11:59:36 #0 8.116   liblocale-gettext-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:36 #0 8.116   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:59:36 #0 8.116   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:36 #0 8.116   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
11:59:36 #0 8.116   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:59:36 #0 8.116   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:59:36 #0 8.116   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:59:36 #0 8.116   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:36 #0 8.116   libparams-validate-perl libparse-debianchangelog-perl
11:59:36 #0 8.116   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:59:36 #0 8.116   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:59:36 #0 8.116   libpython3.6-minimal libpython3.6-stdlib libreadline7
11:59:36 #0 8.116   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:59:36 #0 8.116   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:59:36 #0 8.116   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:59:36 #0 8.116   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:59:36 #0 8.116   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:59:36 #0 8.116   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:59:36 #0 8.116   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:59:36 #0 8.116   libtimedate-perl libtool libtry-tiny-perl libubsan0 libunicode-utf8-perl
11:59:36 #0 8.116   liburi-perl libvariable-magic-perl libwind0-heimdal libwww-perl
11:59:36 #0 8.116   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:36 #0 8.116   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:36 #0 8.116   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:59:36 #0 8.116   libxml-simple-perl libxml2 libxmuu1 libyaml-0-2 libyaml-libyaml-perl
11:59:36 #0 8.116   licensecheck lintian linux-libc-dev lsb-release m4 make man-db manpages
11:59:36 #0 8.116   manpages-dev mime-support multiarch-support netbase openssh-client openssl
11:59:36 #0 8.116   patch patchutils perl perl-modules-5.26 perl-openssl-defaults
11:59:36 #0 8.116   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:59:36 #0 8.116   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:59:36 #0 8.116   python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:36 #0 8.116   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:36 #0 8.116   python3.6 python3.6-minimal readline-common shared-mime-info strace t1utils
11:59:36 #0 8.116   ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:59:36 #0 8.537 0 upgraded, 296 newly installed, 0 to remove and 4 not upgraded.
11:59:36 #0 8.537 Need to get 84.7 MB of archives.
11:59:36 #0 8.537 After this operation, 324 MB of additional disk space will be used.
11:59:36 #0 8.537 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblocale-gettext-perl armhf 1.07-3build2 [16.1 kB]
11:59:36 #0 8.773 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libssl1.1 armhf 1.1.1-1ubuntu2.1~18.04.20 [1070 kB]
11:59:36 #0 9.137 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3.6-minimal armhf 3.6.9-1~18.04ubuntu1.9 [525 kB]
11:59:36 #0 9.183 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libexpat1 armhf 2.2.5-3ubuntu0.9 [61.1 kB]
11:59:36 #0 9.189 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3.6-minimal armhf 3.6.9-1~18.04ubuntu1.9 [1344 kB]
11:59:36 #0 9.251 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:59:36 #0 9.252 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf mime-support all 3.60ubuntu1 [30.1 kB]
11:59:36 #0 9.257 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmpdec2 armhf 2.4.2-1ubuntu1 [66.4 kB]
11:59:36 #0 9.257 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf readline-common all 7.0-3 [52.9 kB]
11:59:36 #0 9.257 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libreadline7 armhf 7.0-3 [103 kB]
11:59:36 #0 9.262 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsqlite3-0 armhf 3.22.0-1ubuntu0.7 [424 kB]
11:59:36 #0 9.291 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3.6-stdlib armhf 3.6.9-1~18.04ubuntu1.9 [1638 kB]
11:59:36 #0 9.365 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3.6 armhf 3.6.9-1~18.04ubuntu1.9 [203 kB]
11:59:36 #0 9.379 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3-stdlib armhf 3.6.7-1~18.04 [7240 B]
11:59:36 #0 9.379 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3 armhf 3.6.7-1~18.04 [47.2 kB]
11:59:36 #0 9.379 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf multiarch-support armhf 2.27-3ubuntu1.6 [6956 B]
11:59:36 #0 9.379 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libxau6 armhf 1:1.0.8-1ubuntu1 [6736 B]
11:59:36 #0 9.379 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libbsd0 armhf 0.8.7-1ubuntu0.1 [40.4 kB]
11:59:36 #0 9.379 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxdmcp6 armhf 1:1.1.2-3 [9316 B]
11:59:36 #0 9.379 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libxcb1 armhf 1.13-2~ubuntu18.04 [41.2 kB]
11:59:36 #0 9.385 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
11:59:36 #0 9.448 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libx11-6 armhf 2:1.6.4-3ubuntu0.4 [515 kB]
11:59:36 #0 9.518 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxext6 armhf 2:1.3.3-1 [25.1 kB]
11:59:36 #0 9.518 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf bsdmainutils armhf 11.1.2ubuntu1 [177 kB]
11:59:36 #0 9.518 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf groff-base armhf 1.22.3-10 [1013 kB]
11:59:36 #0 9.533 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgdbm5 armhf 1.14.1-6 [23.4 kB]
11:59:36 #0 9.543 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpipeline1 armhf 1.5.0-1 [21.1 kB]
11:59:36 #0 9.543 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf man-db armhf 2.8.3-2ubuntu0.1 [993 kB]
11:59:36 #0 9.610 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:59:36 #0 9.747 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgdbm-compat4 armhf 1.14.1-6 [5764 B]
11:59:36 #0 9.747 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libperl5.26 armhf 5.26.1-6ubuntu0.6 [2898 kB]
11:59:36 #0 9.891 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf perl armhf 5.26.1-6ubuntu0.6 [201 kB]
11:59:36 #0 9.906 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf openssl armhf 1.1.1-1ubuntu2.1~18.04.20 [590 kB]
11:59:36 #0 9.924 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
11:59:36 #0 9.933 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf distro-info-data all 0.37ubuntu0.15 [4724 B]
11:59:36 #0 9.933 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libmagic-mgc armhf 1:5.32-2ubuntu0.4 [184 kB]
11:59:36 #0 9.944 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libmagic1 armhf 1:5.32-2ubuntu0.4 [62.9 kB]
11:59:36 #0 9.944 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf file armhf 1:5.32-2ubuntu0.4 [21.5 kB]
11:59:36 #0 9.944 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf less armhf 487-0.1 [104 kB]
11:59:36 #0 9.944 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libapt-inst2.0 armhf 1.6.14 [54.2 kB]
11:59:36 #0 9.964 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:59:36 #0 10.04 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:59:36 #0 10.04 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libicu60 armhf 60.2-3ubuntu3.2 [7802 kB]
11:59:36 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 104.86MB / 116.78MB 17.4s
11:59:36 #10 20.17 Selecting previously unselected package libglib2.0-data.
11:59:36 #10 20.17 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
11:59:36 #10 20.18 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:59:36 #10 20.21 Selecting previously unselected package libicu60:amd64.
11:59:36 #10 20.21 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_amd64.deb ...
11:59:36 #10 20.21 Unpacking libicu60:amd64 (60.2-3ubuntu3.2) ...
11:59:36 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 98.57MB / 116.78MB 17.4s
11:59:36 #11 18.93 Selecting previously unselected package libmagic1:amd64.
11:59:36 #11 18.93 Preparing to unpack .../025-libmagic1_1%3a5.41-3_amd64.deb ...
11:59:36 #11 18.94 Unpacking libmagic1:amd64 (1:5.41-3) ...
11:59:36 #11 19.04 Selecting previously unselected package file.
11:59:36 #10 17.41 (29/166): libpng-1.6.37-12.el9.x86_64.rpm       1.5 MB/s | 117 kB     00:00    
11:59:36 #10 17.46 (30/166): libproxy-0.4.15-35.el9.x86_64.rpm     1.0 MB/s |  74 kB     00:00    
11:59:36 #10 17.49 (31/166): libpsl-0.21.1-5.el9.x86_64.rpm        865 kB/s |  64 kB     00:00    
11:59:36 #10 17.54 (32/166): libpwquality-1.4.4-8.el9.x86_64.rpm   1.6 MB/s | 119 kB     00:00    
11:59:36 #10 17.56 (33/166): libselinux-utils-3.5-0.rc1.1.el9.x86_ 2.2 MB/s | 181 kB     00:00    
11:59:36 #10 17.62 (34/166): libutempter-1.2.1-6.el9.x86_64.rpm    323 kB/s |  27 kB     00:00    
11:59:36 #10 19.66 Preparing to unpack .../040-cpp_4%3a8.3.0-1_arm64.deb ...
11:59:36 #10 19.67 Unpacking cpp (4:8.3.0-1) ...
11:59:36 #10 19.71 Selecting previously unselected package libcc1-0:arm64.
11:59:36 #10 19.71 Preparing to unpack .../041-libcc1-0_8.3.0-6_arm64.deb ...
11:59:36 #10 19.72 Unpacking libcc1-0:arm64 (8.3.0-6) ...
11:59:36 #10 19.76 Selecting previously unselected package libgomp1:arm64.
11:59:36 #10 19.77 Preparing to unpack .../042-libgomp1_8.3.0-6_arm64.deb ...
11:59:36 #10 19.77 Unpacking libgomp1:arm64 (8.3.0-6) ...
11:59:36 #10 19.82 Selecting previously unselected package libitm1:arm64.
11:59:36 #10 19.82 Preparing to unpack .../043-libitm1_8.3.0-6_arm64.deb ...
11:59:36 #10 19.82 Unpacking libitm1:arm64 (8.3.0-6) ...
11:59:36 #10 19.86 Selecting previously unselected package libatomic1:arm64.
11:59:36 #11 19.12 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_amd64.deb ...
11:59:36 #11 19.12 Unpacking libsqlite3-0:amd64 (3.39.3-1) ...
11:59:36 #11 19.16 Selecting previously unselected package libpython3.10-stdlib:amd64.
11:59:36 #11 19.16 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_amd64.deb ...
11:59:36 #11 19.16 Unpacking libpython3.10-stdlib:amd64 (3.10.7-1ubuntu0.2) ...
11:59:36 #11 19.26 Selecting previously unselected package python3.10.
11:59:36 #11 19.26 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_amd64.deb ...
11:59:36 #11 19.26 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
11:59:36 #11 19.29 Selecting previously unselected package libpython3-stdlib:amd64.
11:59:36 #11 19.29 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_amd64.deb ...
11:59:36 #11 19.29 Unpacking libpython3-stdlib:amd64 (3.10.6-1) ...
11:59:36 #11 19.32 Setting up python3-minimal (3.10.6-1) ...
11:59:36 #10 22.68 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:59:36 #10 22.69 Preparing to unpack .../031-binutils-x86-64-linux-gnu_2.31.1-16_amd64.deb ...
11:59:36 #10 22.69 Unpacking binutils-x86-64-linux-gnu (2.31.1-16) ...
11:59:36 #11 19.97 Selecting previously unselected package libpython3.8-stdlib:amd64.
11:59:36 #11 19.97 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
11:59:36 #11 19.97 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
11:59:36 #11 20.16 Selecting previously unselected package python3.8.
11:59:36 #11 20.16 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
11:59:36 #11 20.16 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:59:36 #11 20.20 Selecting previously unselected package libpython3-stdlib:amd64.
11:59:36 #13 72.91   Installing : gcc-4.8.5-44.el7.aarch64                                   43/65 
11:59:36 #13 73.21   Installing : libsepol-devel-2.5-10.el7.aarch64                          44/65 
11:59:36 #13 73.27   Installing : perl-Test-Harness-3.28-3.el7.noarch                        45/65 
11:59:36 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 10.2s
11:59:36 #10 4.707 Reading package lists...
11:59:36 #11 16.28 Get:300 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:59:36 #11 16.28 Get:301 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdistro-info-perl all 1.1ubuntu1 [5606 B]
11:59:36 #11 16.28 Get:302 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libemail-address-xs-perl arm64 1.05-1 [28.8 kB]
11:59:36 #11 16.28 Get:303 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfcgi-bin arm64 2.4.2-2build2 [10.7 kB]
11:59:36 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 50.33MB / 53.32MB 13.5s
11:59:36 #11 17.72 Unpacking libuchardet0:arm64 (0.0.6-3build1) ...
11:59:36 #11 17.77 Selecting previously unselected package groff-base.
11:59:36 #11 17.77 Preparing to unpack .../004-groff-base_1.22.4-4build1_arm64.deb ...
11:59:36 #11 17.77 Unpacking groff-base (1.22.4-4build1) ...
11:59:36 #11 17.88 Selecting previously unselected package libgdbm6:arm64.
11:59:36 #11 17.89 Preparing to unpack .../005-libgdbm6_1.18.1-5_arm64.deb ...
11:59:36 #11 17.89 Unpacking libgdbm6:arm64 (1.18.1-5) ...
11:59:36 #11 17.94 Selecting previously unselected package libpipeline1:arm64.
11:59:36 #11 17.94 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_arm64.deb ...
11:59:36 #11 17.94 Unpacking libpipeline1:arm64 (1.5.2-2build1) ...
11:59:36 #11 18.00 Selecting previously unselected package man-db.
11:59:36 #10 18.65 Unpacking file (1:5.44-3) ...
11:59:36 #10 18.70 Selecting previously unselected package gettext-base.
11:59:36 #10 18.70 Preparing to unpack .../009-gettext-base_0.21-11_amd64.deb ...
11:59:36 #10 18.70 Unpacking gettext-base (0.21-11) ...
11:59:36 #10 18.77 Selecting previously unselected package libuchardet0:amd64.
11:59:36 #10 18.77 Preparing to unpack .../010-libuchardet0_0.0.7-1_amd64.deb ...
11:59:36 #10 18.78 Unpacking libuchardet0:amd64 (0.0.7-1) ...
11:59:36 #10 18.82 Selecting previously unselected package groff-base.
11:59:36 #10 18.82 Preparing to unpack .../011-groff-base_1.22.4-9_amd64.deb ...
11:59:36 #10 18.83 Unpacking groff-base (1.22.4-9) ...
11:59:36 #10 ...
11:59:36 
11:59:36 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:36 #11 19.04 Preparing to unpack .../026-file_1%3a5.41-3_amd64.deb ...
11:59:36 #11 19.05 Unpacking file (1:5.41-3) ...
11:59:36 #11 19.11 Selecting previously unselected package gettext-base.
11:59:36 #11 19.12 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_amd64.deb ...
11:59:36 #11 19.12 Unpacking gettext-base (0.21-4ubuntu4) ...
11:59:36 #11 19.21 Selecting previously unselected package libuchardet0:amd64.
11:59:36 #11 19.21 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_amd64.deb ...
11:59:36 #11 19.22 Unpacking libuchardet0:amd64 (0.0.7-1build2) ...
11:59:36 #11 19.28 Selecting previously unselected package groff-base.
11:59:36 #11 19.28 Preparing to unpack .../029-groff-base_1.22.4-8build1_amd64.deb ...
11:59:36 #11 19.28 Unpacking groff-base (1.22.4-8build1) ...
11:59:36 #8 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 12.0s done
11:59:36 #8 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 95.42MB / 116.78MB 17.5s
11:59:36 #8 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
11:59:36 #10 17.73 (35/166): ncurses-6.2-8.20210508.el9.x86_64.rpm 3.6 MB/s | 407 kB     00:00    
11:59:36 #10 17.75 (36/166): man-db-2.9.3-7.el9.x86_64.rpm         6.4 MB/s | 1.2 MB     00:00    
11:59:36 #10 17.83 (37/166): pam-1.5.1-14.el9.x86_64.rpm           7.2 MB/s | 621 kB     00:00    
11:59:36 #10 19.87 Preparing to unpack .../044-libatomic1_8.3.0-6_arm64.deb ...
11:59:36 #10 19.87 Unpacking libatomic1:arm64 (8.3.0-6) ...
11:59:36 #10 19.91 Selecting previously unselected package libasan5:arm64.
11:59:36 #10 19.92 Preparing to unpack .../045-libasan5_8.3.0-6_arm64.deb ...
11:59:36 #10 19.92 Unpacking libasan5:arm64 (8.3.0-6) ...
11:59:36 #10 19.99 Selecting previously unselected package liblsan0:arm64.
11:59:36 #10 19.99 Preparing to unpack .../046-liblsan0_8.3.0-6_arm64.deb ...
11:59:36 #10 19.99 Unpacking liblsan0:arm64 (8.3.0-6) ...
11:59:36 #10 20.04 Selecting previously unselected package libtsan0:arm64.
11:59:36 #10 20.04 Preparing to unpack .../047-libtsan0_8.3.0-6_arm64.deb ...
11:59:36 #10 20.05 Unpacking libtsan0:arm64 (8.3.0-6) ...
11:59:36 #10 20.11 Selecting previously unselected package libubsan1:arm64.
11:59:36 #10 23.04 Selecting previously unselected package binutils.
11:59:36 #10 23.04 Preparing to unpack .../032-binutils_2.31.1-16_amd64.deb ...
11:59:36 #10 23.04 Unpacking binutils (2.31.1-16) ...
11:59:36 #10 23.12 Selecting previously unselected package libc-dev-bin.
11:59:36 #10 23.12 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_amd64.deb ...
11:59:36 #10 23.13 Unpacking libc-dev-bin (2.28-10+deb10u2) ...
11:59:36 #10 23.18 Selecting previously unselected package linux-libc-dev:amd64.
11:59:36 #10 23.18 Preparing to unpack .../034-linux-libc-dev_4.19.269-1_amd64.deb ...
11:59:36 #10 23.19 Unpacking linux-libc-dev:amd64 (4.19.269-1) ...
11:59:36 #11 19.51 Selecting previously unselected package python3.
11:59:36 #11 19.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 ... 5206 files and directories currently installed.)
11:59:36 #11 19.52 Preparing to unpack .../000-python3_3.10.6-1_amd64.deb ...
11:59:36 #11 19.52 Unpacking python3 (3.10.6-1) ...
11:59:36 #11 19.56 Selecting previously unselected package libargon2-1:amd64.
11:59:36 #11 19.56 Preparing to unpack .../001-libargon2-1_0~20171227-0.3_amd64.deb ...
11:59:36 #11 19.57 Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
11:59:36 #11 19.61 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:59:36 #11 20.21 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
11:59:36 #11 20.21 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
11:59:36 #11 20.24 Setting up python3-minimal (3.8.2-0ubuntu2) ...
11:59:36 #11 20.47 Selecting previously unselected package python3.
11:59:36 #13 73.37   Installing : automake-1.13.4-3.el7.noarch                               46/65 
11:59:36 #13 73.65 install-info: No such file or directory for /usr/share/info/automake.info.gz
11:59:36 #10 5.613 Building dependency tree...
11:59:36 #10 5.776 Reading state information...
11:59:36 #10 ...
11:59:36 
11:59:36 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:36 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 16.0s done
11:59:36 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.3s done
11:59:36 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.6s done
11:59:36 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 1.7s
11:59:36 #7 ...
11:59:36 
11:59:36 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:36 #10 5.977 The following additional packages will be installed:
11:59:36 #10 5.977   at autoconf automake autopoint autotools-dev binutils
11:59:36 #10 5.977   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:59:36 #10 5.977   bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring
11:59:36 #10 5.977   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:36 #11 16.68 Get:304 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:59:36 #11 18.01 Preparing to unpack .../007-man-db_2.9.1-1_arm64.deb ...
11:59:36 #11 18.02 Unpacking man-db (2.9.1-1) ...
11:59:36 #11 18.12 Selecting previously unselected package perl-modules-5.30.
11:59:36 #11 18.12 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.3_all.deb ...
11:59:36 #11 18.13 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:59:36 #10 19.02 Selecting previously unselected package krb5-locales.
11:59:36 #10 19.02 Preparing to unpack .../012-krb5-locales_1.20.1-1_all.deb ...
11:59:36 #10 19.03 Unpacking krb5-locales (1.20.1-1) ...
11:59:36 #10 19.10 Selecting previously unselected package bsdextrautils.
11:59:36 #10 19.10 Preparing to unpack .../013-bsdextrautils_2.38.1-4_amd64.deb ...
11:59:36 #10 19.12 Unpacking bsdextrautils (2.38.1-4) ...
11:59:36 #10 ...
11:59:36 
11:59:36 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:36 #7 extracting sha256:d043118d8aa1e71797a488adcd9c82a68a0cb66c3a1c53ef8c60bda4f8fb0e5b 4.3s done
11:59:36 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 9.2s
11:59:36 #20 7.481 Selecting previously unselected package libgc1:amd64.
11:59:36 #20 7.483 Preparing to unpack .../03-libgc1_1%3a8.0.4-3_amd64.deb ...
11:59:36 #20 7.488 Unpacking libgc1:amd64 (1:8.0.4-3) ...
11:59:36 #20 7.536 Selecting previously unselected package libobjc4:amd64.
11:59:36 #10 20.30 Selecting previously unselected package libxml2:arm64.
11:59:36 #10 20.30 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.8_arm64.deb ...
11:59:36 #10 20.30 Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.8) ...
11:59:36 #10 15.79 Running transaction check
11:59:36 #10 15.93 Transaction check succeeded.
11:59:36 #10 15.93 Running transaction test
11:59:36 #11 19.39 Selecting previously unselected package libcbor0.8:amd64.
11:59:36 #11 19.39 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ...
11:59:36 #11 19.40 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
11:59:36 #11 19.47 Selecting previously unselected package libedit2:amd64.
11:59:36 #11 19.47 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_amd64.deb ...
11:59:36 #11 19.48 Unpacking libedit2:amd64 (3.1-20210910-1build1) ...
11:59:36 #11 19.54 Selecting previously unselected package libfido2-1:amd64.
11:59:36 #11 19.54 Preparing to unpack .../032-libfido2-1_1.10.0-1_amd64.deb ...
11:59:36 #11 19.55 Unpacking libfido2-1:amd64 (1.10.0-1) ...
11:59:36 #10 20.11 Preparing to unpack .../048-libubsan1_8.3.0-6_arm64.deb ...
11:59:36 #10 20.12 Unpacking libubsan1:arm64 (8.3.0-6) ...
11:59:36 #10 20.15 Selecting previously unselected package libgcc-8-dev:arm64.
11:59:36 #10 20.16 Preparing to unpack .../049-libgcc-8-dev_8.3.0-6_arm64.deb ...
11:59:36 #10 20.16 Unpacking libgcc-8-dev:arm64 (8.3.0-6) ...
11:59:36 #10 20.28 Selecting previously unselected package gcc-8.
11:59:36 #10 20.28 Preparing to unpack .../050-gcc-8_8.3.0-6_arm64.deb ...
11:59:36 #10 20.29 Unpacking gcc-8 (8.3.0-6) ...
11:59:36 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 83.89MB / 116.78MB 17.8s
11:59:36 #10 18.74 Selecting previously unselected package gcc.
11:59:36 #10 18.74 Preparing to unpack .../053-gcc_4%3a10.2.1-1_arm64.deb ...
11:59:36 #10 18.75 Unpacking gcc (4:10.2.1-1) ...
11:59:36 #10 18.78 Selecting previously unselected package libstdc++-10-dev:arm64.
11:59:36 #10 17.92 (38/166): openssl-3.0.7-2.el9.x86_64.rpm        6.6 MB/s | 1.2 MB     00:00    
11:59:36 #10 17.92 (39/166): pkgconf-1.7.3-10.el9.x86_64.rpm       461 kB/s |  41 kB     00:00    
11:59:36 #10 18.00 (40/166): pkgconf-m4-1.7.3-10.el9.noarch.rpm    196 kB/s |  15 kB     00:00    
11:59:36 #10 18.01 (41/166): pkgconf-pkg-config-1.7.3-10.el9.x86_6 130 kB/s |  11 kB     00:00    
11:59:36 #10 18.09 (42/166): policycoreutils-3.5-0.rc1.2.el9.x86_6 2.6 MB/s | 236 kB     00:00    
11:59:36 #11 19.62 Preparing to unpack .../002-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_amd64.deb ...
11:59:36 #11 19.62 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
11:59:36 #11 19.66 Selecting previously unselected package libjson-c5:amd64.
11:59:36 #11 19.66 Preparing to unpack .../003-libjson-c5_0.16-1_amd64.deb ...
11:59:36 #11 19.66 Unpacking libjson-c5:amd64 (0.16-1) ...
11:59:36 #11 19.70 Selecting previously unselected package libcryptsetup12:amd64.
11:59:36 #11 19.70 Preparing to unpack .../004-libcryptsetup12_2%3a2.5.0-2ubuntu1_amd64.deb ...
11:59:36 #11 19.71 Unpacking libcryptsetup12:amd64 (2:2.5.0-2ubuntu1) ...
11:59:36 #11 19.75 Selecting previously unselected package libfdisk1:amd64.
11:59:36 #11 19.75 Preparing to unpack .../005-libfdisk1_2.38-4ubuntu1_amd64.deb ...
11:59:36 #11 19.76 Unpacking libfdisk1:amd64 (2.38-4ubuntu1) ...
11:59:36 #11 19.80 Selecting previously unselected package libkmod2:amd64.
11:59:36 #11 19.80 Preparing to unpack .../006-libkmod2_30+20220630-3ubuntu1_amd64.deb ...
11:59:36 #11 19.80 Unpacking libkmod2:amd64 (30+20220630-3ubuntu1) ...
11:59:36 #11 19.83 Selecting previously unselected package libapparmor1:amd64.
11:59:36 #11 19.83 Preparing to unpack .../007-libapparmor1_3.0.7-1ubuntu2_amd64.deb ...
11:59:36 #11 19.83 Unpacking libapparmor1:amd64 (3.0.7-1ubuntu2) ...
11:59:36 #11 19.86 Selecting previously unselected package libip4tc2:amd64.
11:59:36 #13 73.67   Installing : python-IPy-0.75-6.el7.noarch                               47/65 
11:59:36 #13 73.76   Installing : policycoreutils-python-2.5-34.el7.aarch64                  48/65 
11:59:36 #11 20.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 ... 4869 files and directories currently installed.)
11:59:36 #11 20.47 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ...
11:59:36 #11 20.48 Unpacking python3 (3.8.2-0ubuntu2) ...
11:59:36 #11 20.53 Selecting previously unselected package libbsd0:amd64.
11:59:36 #11 20.53 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ...
11:59:36 #11 20.53 Unpacking libbsd0:amd64 (0.10.0-1) ...
11:59:36 #11 20.57 Selecting previously unselected package bsdmainutils.
11:59:36 #11 20.57 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ...
11:59:36 #11 20.57 Unpacking bsdmainutils (11.1.2ubuntu3) ...
11:59:36 #11 20.63 Selecting previously unselected package libuchardet0:amd64.
11:59:36 #11 20.63 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ...
11:59:36 #11 20.63 Unpacking libuchardet0:amd64 (0.0.6-3build1) ...
11:59:36 #11 20.67 Selecting previously unselected package groff-base.
11:59:36 #10 5.977   dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file
11:59:36 #10 5.977   g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n
11:59:36 #10 5.977   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:59:36 #10 5.977   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
11:59:36 #10 5.977   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:36 #10 5.977   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:36 #10 5.977   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:59:36 #10 5.977   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:59:36 #10 5.977   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
11:59:36 #10 5.977   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
11:59:36 #10 5.977   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:36 #10 5.977   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:59:36 #10 5.977   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
11:59:36 #10 5.977   libdata-optlist-perl libdevel-callchecker-perl
11:59:36 #10 5.977   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
11:59:36 #10 5.977   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:59:36 #10 5.977   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:59:36 #10 5.977   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
11:59:36 #10 5.977   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
11:59:36 #10 5.977   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
11:59:36 #10 5.977   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
11:59:36 #10 5.977   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
11:59:36 #10 5.977   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
11:59:36 #10 5.977   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
11:59:36 #10 5.977   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
11:59:36 #10 5.977   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
11:59:36 #10 5.977   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:36 #10 5.977   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:36 #10 5.977   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
11:59:36 #10 5.977   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:59:36 #10 5.977   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:36 #10 5.977   libipc-system-simple-perl libisl19 libjson-perl libjson-xs-perl libk5crypto3
11:59:36 #10 5.977   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libkyotocabinet16v5
11:59:36 #10 5.977   libldap-2.4-2 libldap-common liblist-compare-perl liblist-moreutils-perl
11:59:36 #10 5.977   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:59:36 #10 5.977   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:59:36 #10 5.977   liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
11:59:36 #10 5.977   libmailutils5 libmariadb3 libmime-tools-perl libmodule-implementation-perl
11:59:36 #10 5.977   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
11:59:36 #10 5.977   libnamespace-clean-perl libncurses6 libnet-dns-perl libnet-dns-sec-perl
11:59:36 #10 5.977   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:59:36 #10 5.977   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0
11:59:36 #10 5.977   libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16
11:59:36 #10 5.977   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:36 #10 5.977   libparams-util-perl libparams-validate-perl libparse-debianchangelog-perl
11:59:36 #10 5.977   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
11:59:36 #10 5.977   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
11:59:36 #10 5.977   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
11:59:36 #10 5.977   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
11:59:36 #10 5.977   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:36 #10 5.978   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:36 #10 5.978   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:59:36 #10 5.978   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
11:59:36 #10 5.978   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
11:59:36 #10 5.978   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
11:59:36 #10 5.978   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:59:36 #10 5.978   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:59:36 #10 5.978   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:59:36 #10 5.978   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
11:59:36 #10 5.978   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl
11:59:36 #10 5.978   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:59:36 #10 5.978   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
11:59:36 #10 5.978   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
11:59:36 #10 5.978   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:36 #10 5.978   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:36 #10 5.978   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:59:36 #10 5.978   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
11:59:36 #10 5.978   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
11:59:36 #10 5.978   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
11:59:36 #10 5.978   mariadb-common mime-support mysql-common netbase openssh-client openssl
11:59:36 #10 5.978   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:59:36 #10 5.978   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
11:59:36 #10 5.978   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:59:36 #10 5.978   python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:36 #10 5.978   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:36 #10 5.978   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
11:59:36 #10 5.978   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:59:36 #10 5.979 Suggested packages:
11:59:36 #10 5.979   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
11:59:36 #10 5.979   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
11:59:36 #10 5.979   checksecurity debtags dh-make adequate autopkgtest bls-standalone
11:59:36 #10 5.979   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
11:59:36 #10 5.979   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:59:36 #10 5.979   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:36 #10 5.979   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:59:36 #10 5.979   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
11:59:36 #10 5.979   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
11:59:36 #10 5.979   eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex
11:59:36 #10 5.979   bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
11:59:36 #10 5.979   libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg
11:59:36 #10 5.979   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:59:36 #10 5.979   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
11:59:36 #10 5.979   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:59:36 #10 5.979   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
11:59:36 #10 5.979   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
11:59:36 #10 5.979   libhtml-template-perl libsasl2-modules-gssapi-mit
11:59:36 #10 5.979   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:36 #10 5.979   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:59:36 #10 5.979   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
11:59:36 #10 5.979   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:59:36 #10 5.979   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:59:36 #10 5.979   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:36 #10 5.979   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
11:59:36 #10 5.979   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
11:59:36 #10 5.979   diffutils-doc perl-doc libterm-readline-gnu-perl
11:59:36 #10 5.979   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
11:59:36 #10 5.979   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
11:59:36 #10 5.979   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
11:59:36 #10 5.979   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
11:59:36 #10 5.979   readline-doc zip wdiff-doc
11:59:36 #11 16.84 Get:305 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-basedir-perl all 0.09-1 [15.7 kB]
11:59:36 #11 16.86 Get:306 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:59:36 #11 16.88 Get:307 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-fcntllock-perl arm64 0.22-4 [33.6 kB]
11:59:36 #11 16.94 Get:308 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnumber-compare-perl all 0.03-2 [7058 B]
11:59:36 #11 16.95 Get:309 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtext-glob-perl all 0.11-2 [8042 B]
11:59:36 #11 16.96 Get:310 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfile-find-rule-perl all 0.34-2 [26.1 kB]
11:59:36 #11 16.99 Get:311 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfont-afm-perl all 1.20-3 [13.6 kB]
11:59:36 #11 17.00 Get:312 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-string-perl all 1.08-3.1 [10.7 kB]
11:59:36 #11 17.01 Get:313 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfont-ttf-perl all 1.06-2 [323 kB]
11:59:36 #10 20.69 Selecting previously unselected package gcc.
11:59:36 #10 20.69 Preparing to unpack .../060-gcc_4%3a12.2.0-3_arm64.deb ...
11:59:36 #10 20.70 Unpacking gcc (4:12.2.0-3) ...
11:59:36 #10 20.73 Selecting previously unselected package libstdc++-12-dev:arm64.
11:59:36 #10 20.73 Preparing to unpack .../061-libstdc++-12-dev_12.2.0-14_arm64.deb ...
11:59:36 #10 20.73 Unpacking libstdc++-12-dev:arm64 (12.2.0-14) ...
11:59:36 #10 20.94 Selecting previously unselected package g++-12.
11:59:36 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 70.25MB / 116.78MB 17.3s
11:59:36 #7 ...
11:59:36 
11:59:36 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:36 #10 19.18 Selecting previously unselected package libpipeline1:amd64.
11:59:36 #10 19.18 Preparing to unpack .../014-libpipeline1_1.5.7-1_amd64.deb ...
11:59:36 #10 19.19 Unpacking libpipeline1:amd64 (1.5.7-1) ...
11:59:36 #10 19.25 Selecting previously unselected package man-db.
11:59:36 #10 19.25 Preparing to unpack .../015-man-db_2.11.2-1_amd64.deb ...
11:59:36 #10 19.27 Unpacking man-db (2.11.2-1) ...
11:59:36 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 55.57MB / 116.78MB 13.9s
11:59:36 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 13.9s
11:59:36 #20 7.538 Preparing to unpack .../04-libobjc4_10.2.1-6_amd64.deb ...
11:59:36 #20 7.542 Unpacking libobjc4:amd64 (10.2.1-6) ...
11:59:36 #20 7.570 Selecting previously unselected package libobjc-10-dev:amd64.
11:59:36 #20 7.572 Preparing to unpack .../05-libobjc-10-dev_10.2.1-6_amd64.deb ...
11:59:36 #20 7.575 Unpacking libobjc-10-dev:amd64 (10.2.1-6) ...
11:59:36 #20 7.634 Selecting previously unselected package libc6-i386.
11:59:36 #20 7.635 Preparing to unpack .../06-libc6-i386_2.31-13+deb11u5_amd64.deb ...
11:59:36 #20 7.640 Unpacking libc6-i386 (2.31-13+deb11u5) ...
11:59:36 #10 20.37 Selecting previously unselected package libyaml-0-2:arm64.
11:59:36 #10 20.37 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_arm64.deb ...
11:59:36 #10 20.38 Unpacking libyaml-0-2:arm64 (0.1.7-2ubuntu3) ...
11:59:36 #10 20.41 Selecting previously unselected package lsb-release.
11:59:36 #10 20.41 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
11:59:36 #10 20.42 Unpacking lsb-release (9.20170808ubuntu1) ...
11:59:36 #10 20.45 Selecting previously unselected package netbase.
11:59:36 #10 20.45 Preparing to unpack .../024-netbase_5.4_all.deb ...
11:59:36 #10 20.45 Unpacking netbase (5.4) ...
11:59:36 #10 20.49 Selecting previously unselected package shared-mime-info.
11:59:36 #10 20.49 Preparing to unpack .../025-shared-mime-info_1.9-2_arm64.deb ...
11:59:36 #10 20.49 Unpacking shared-mime-info (1.9-2) ...
11:59:36 #10 20.57 Selecting previously unselected package ucf.
11:59:36 #10 20.57 Preparing to unpack .../026-ucf_3.0038_all.deb ...
11:59:36 #10 20.57 Moving old data out of the way
11:59:36 #10 20.57 Unpacking ucf (3.0038) ...
11:59:36 #10 20.62 Selecting previously unselected package xdg-user-dirs.
11:59:36 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 9.5s done
11:59:36 #8 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
11:59:36 #8 DONE 25.7s
11:59:36 
11:59:36 #12 [stage-1 5/9] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:36 #0 2.370 CentOS Stream 8 - AppStream                      24 MB/s |  28 MB     00:01    
11:59:36 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.4s done
11:59:36 #11 19.84 Selecting previously unselected package libnghttp2-14:amd64.
11:59:36 #11 19.84 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_amd64.deb ...
11:59:36 #11 19.92 Unpacking libnghttp2-14:amd64 (1.43.0-1build3) ...
11:59:36 #10 18.78 Preparing to unpack .../054-libstdc++-10-dev_10.2.1-6_arm64.deb ...
11:59:36 #10 18.78 Unpacking libstdc++-10-dev:arm64 (10.2.1-6) ...
11:59:36 #10 19.00 Selecting previously unselected package g++-10.
11:59:36 #10 19.00 Preparing to unpack .../055-g++-10_10.2.1-6_arm64.deb ...
11:59:36 #10 19.00 Unpacking g++-10 (10.2.1-6) ...
11:59:36 #10 18.10 (43/166): procps-ng-3.3.17-9.el9.x86_64.rpm     3.7 MB/s | 346 kB     00:00    
11:59:36 #10 18.17 (44/166): publicsuffix-list-dafsa-20210518-3.el 740 kB/s |  58 kB     00:00    
11:59:36 #10 18.19 (45/166): python3-dateutil-2.8.1-6.el9.noarch.r 3.6 MB/s | 302 kB     00:00    
11:59:36 #10 18.26 (46/166): libicu-67.1-9.el9.x86_64.rpm          9.4 MB/s | 9.6 MB     00:01    
11:59:36 #10 18.27 (47/166): python3-distro-1.5.0-7.el9.noarch.rpm 465 kB/s |  37 kB     00:00    
11:59:36 #10 18.28 (48/166): python3-dbus-1.2.18-2.el9.x86_64.rpm  1.2 MB/s | 144 kB     00:00    
11:59:36 #10 18.34 (49/166): python3-dnf-plugins-core-4.3.0-4.el9. 2.9 MB/s | 260 kB     00:00    
11:59:36 #10 18.41 (50/166): python3-setools-4.4.0-5.el9.x86_64.rp 4.0 MB/s | 599 kB     00:00    
11:59:36 #10 18.45 (51/166): python3-six-1.15.0-9.el9.noarch.rpm   331 kB/s |  37 kB     00:00    
11:59:36 #8 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 101.71MB / 116.78MB 18.1s
11:59:36 #11 19.86 Preparing to unpack .../008-libip4tc2_1.8.7-1ubuntu6_amd64.deb ...
11:59:36 #11 19.87 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu6) ...
11:59:36 #11 19.90 Selecting previously unselected package libsystemd-shared:amd64.
11:59:36 #11 19.90 Preparing to unpack .../009-libsystemd-shared_251.4-1ubuntu7_amd64.deb ...
11:59:36 #11 19.90 Unpacking libsystemd-shared:amd64 (251.4-1ubuntu7) ...
11:59:36 #11 19.96 Selecting previously unselected package systemd.
11:59:36 #11 19.96 Preparing to unpack .../010-systemd_251.4-1ubuntu7_amd64.deb ...
11:59:36 #11 19.98 Unpacking systemd (251.4-1ubuntu7) ...
11:59:36 #11 20.09 Selecting previously unselected package perl-modules-5.34.
11:59:36 #11 20.67 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ...
11:59:36 #11 20.68 Unpacking groff-base (1.22.4-4build1) ...
11:59:36 #11 20.80 Selecting previously unselected package libgdbm6:amd64.
11:59:36 #11 20.80 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ...
11:59:36 #11 20.80 Unpacking libgdbm6:amd64 (1.18.1-5) ...
11:59:36 #11 20.84 Selecting previously unselected package libpipeline1:amd64.
11:59:36 #11 20.84 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ...
11:59:36 #11 20.85 Unpacking libpipeline1:amd64 (1.5.2-2build1) ...
11:59:36 #11 20.90 Selecting previously unselected package man-db.
11:59:37 #10 23.47 Selecting previously unselected package libc6-dev:amd64.
11:59:37 #10 23.47 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_amd64.deb ...
11:59:37 #10 23.48 Unpacking libc6-dev:amd64 (2.28-10+deb10u2) ...
11:59:37 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.3s done
11:59:37 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 111.15MB / 116.78MB 18.3s
11:59:37 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971
11:59:37 #11 17.13 Get:314 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfreezethaw-perl all 0.5001-2.1 [16.0 kB]
11:59:37 #11 17.14 Get:315 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsort-versions-perl all 1.62-2 [8848 B]
11:59:37 #11 17.14 Get:316 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:59:37 #11 17.15 Get:317 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:59:37 #11 17.15 Get:318 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:59:37 #11 17.16 Get:319 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-perl all 4.09000-1 [82.4 kB]
11:59:37 #11 17.17 Get:320 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblog-any-perl all 1.710-1 [68.4 kB]
11:59:37 #11 17.18 Get:321 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:59:37 #11 17.19 Get:322 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpackage-stash-perl all 0.40-1 [19.5 kB]
11:59:37 #11 17.21 Get:323 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-identify-perl arm64 0.14-2 [10.9 kB]
11:59:37 #11 17.21 Get:324 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsub-name-perl arm64 0.26-2 [11.5 kB]
11:59:37 #11 17.28 Get:325 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnamespace-clean-perl all 0.27-2 [14.0 kB]
11:59:37 #11 17.28 Get:326 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpath-tiny-perl all 0.122-1 [45.9 kB]
11:59:37 #11 17.29 Get:327 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:59:37 #11 17.29 Get:328 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtype-tiny-perl all 1.016008-1 [336 kB]
11:59:37 #11 17.31 Get:329 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:59:37 #11 17.32 Get:330 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-form-perl all 6.10-1 [23.0 kB]
11:59:37 #11 17.32 Get:331 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-format-perl all 2.16-1 [38.2 kB]
11:59:37 #11 17.32 Get:332 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-html5-entities-perl all 0.004-2 [22.1 kB]
11:59:37 #11 17.36 Get:333 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB]
11:59:37 #11 17.36 Get:334 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libhttp-daemon-perl all 6.14-1.1 [22.4 kB]
11:59:37 #11 17.43 Get:335 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libindirect-perl arm64 0.39-2 [22.0 kB]
11:59:37 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 104.86MB / 116.78MB 18.4s
11:59:37 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 13.5s done
11:59:37 #10 20.94 Preparing to unpack .../062-g++-12_12.2.0-14_arm64.deb ...
11:59:37 #10 20.94 Unpacking g++-12 (12.2.0-14) ...
11:59:37 #10 19.50 Selecting previously unselected package manpages.
11:59:37 #10 19.50 Preparing to unpack .../016-manpages_6.02-1_all.deb ...
11:59:37 #10 19.51 Unpacking manpages (6.02-1) ...
11:59:37 #20 7.920 Selecting previously unselected package lib32gcc-s1.
11:59:37 #20 7.920 Preparing to unpack .../07-lib32gcc-s1_10.2.1-6_amd64.deb ...
11:59:37 #20 7.925 Unpacking lib32gcc-s1 (10.2.1-6) ...
11:59:37 #20 7.965 Selecting previously unselected package lib32stdc++6.
11:59:37 #20 7.965 Preparing to unpack .../08-lib32stdc++6_10.2.1-6_amd64.deb ...
11:59:37 #20 7.969 Unpacking lib32stdc++6 (10.2.1-6) ...
11:59:37 #20 8.038 Selecting previously unselected package libclang-common-11-dev.
11:59:37 #10 20.62 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ...
11:59:37 #10 20.63 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
11:59:37 #10 20.71 Selecting previously unselected package xz-utils.
11:59:37 #10 20.71 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_arm64.deb ...
11:59:37 #10 20.71 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
11:59:37 #10 20.75 Selecting previously unselected package gettext-base.
11:59:37 #11 18.43 Selecting previously unselected package libgdbm-compat4:arm64.
11:59:37 #11 18.44 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_arm64.deb ...
11:59:37 #11 18.44 Unpacking libgdbm-compat4:arm64 (1.18.1-5) ...
11:59:37 #11 18.51 Selecting previously unselected package libperl5.30:arm64.
11:59:37 #11 18.51 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.3_arm64.deb ...
11:59:37 #11 18.51 Unpacking libperl5.30:arm64 (5.30.0-9ubuntu0.3) ...
11:59:37 #11 11.27 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc arm64 4:11.2.0-1ubuntu1 [5128 B]
11:59:37 #11 11.67 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libstdc++-11-dev arm64 11.3.0-1ubuntu1~22.04 [2075 kB]
11:59:37 #10 16.60 Transaction test succeeded.
11:59:37 #10 16.60 Running transaction
11:59:37 #20 ...
11:59:37 
11:59:37 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:59:37 #15 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 20.8s done
11:59:37 #15 DONE 23.7s
11:59:37 
11:59:37 #20 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
11:59:37 #10 20.90 Selecting previously unselected package gcc.
11:59:37 #10 20.90 Preparing to unpack .../051-gcc_4%3a8.3.0-1_arm64.deb ...
11:59:37 #10 20.90 Unpacking gcc (4:8.3.0-1) ...
11:59:37 #10 20.94 Selecting previously unselected package libstdc++-8-dev:arm64.
11:59:37 #10 20.94 Preparing to unpack .../052-libstdc++-8-dev_8.3.0-6_arm64.deb ...
11:59:37 #10 20.95 Unpacking libstdc++-8-dev:arm64 (8.3.0-6) ...
11:59:37 #11 20.09 Preparing to unpack .../011-perl-modules-5.34_5.34.0-5ubuntu1.1_all.deb ...
11:59:37 #11 20.10 Unpacking perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
11:59:37 #11 20.33 Selecting previously unselected package libgdbm6:amd64.
11:59:37 #11 20.33 Preparing to unpack .../012-libgdbm6_1.23-1_amd64.deb ...
11:59:37 #11 20.34 Unpacking libgdbm6:amd64 (1.23-1) ...
11:59:37 #11 20.37 Selecting previously unselected package libgdbm-compat4:amd64.
11:59:37 #10 18.51 (52/166): python3-setuptools-53.0.0-12.el9.noar 4.0 MB/s | 944 kB     00:00    
11:59:37 #10 18.57 (53/166): python3-systemd-234-18.el9.x86_64.rpm 568 kB/s |  90 kB     00:00    
11:59:37 #10 18.62 (54/166): shared-mime-info-2.1-5.el9.x86_64.rpm 3.4 MB/s | 558 kB     00:00    
11:59:37 #11 20.90 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ...
11:59:37 #11 20.91 Unpacking man-db (2.9.1-1) ...
11:59:37 #11 21.03 Selecting previously unselected package perl-modules-5.30.
11:59:37 #11 21.03 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.3_all.deb ...
11:59:37 #11 21.04 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:59:37 #10 24.02 Selecting previously unselected package libisl19:amd64.
11:59:37 #10 24.02 Preparing to unpack .../036-libisl19_0.20-2_amd64.deb ...
11:59:37 #11 17.43 Get:336 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libio-interactive-perl all 1.023-1 [10.4 kB]
11:59:37 #11 17.43 Get:337 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:59:37 #11 17.43 Get:338 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-xs-perl arm64 4.030-1build3 [87.0 kB]
11:59:37 #11 17.43 Get:339 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:59:37 #11 17.44 Get:340 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libldap-common all 2.5.13+dfsg-1ubuntu1 [19.6 kB]
11:59:37 #11 17.44 Get:341 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-compare-perl all 0.55-1 [63.3 kB]
11:59:37 #11 17.44 Get:342 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:59:37 #11 17.50 Get:343 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-someutils-xs-perl arm64 0.58-2build3 [32.5 kB]
11:59:37 #11 17.50 Get:344 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblist-utilsby-perl all 0.12-1 [15.5 kB]
11:59:37 #11 17.58 Get:345 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libltdl7 arm64 2.4.7-4 [40.0 kB]
11:59:37 #10 19.68 Selecting previously unselected package libbsd0:amd64.
11:59:37 #10 19.69 Preparing to unpack .../017-libbsd0_0.11.7-2_amd64.deb ...
11:59:37 #10 19.69 Unpacking libbsd0:amd64 (0.11.7-2) ...
11:59:37 #10 19.74 Selecting previously unselected package libedit2:amd64.
11:59:37 #10 19.75 Preparing to unpack .../018-libedit2_3.1-20221030-2_amd64.deb ...
11:59:37 #10 19.75 Unpacking libedit2:amd64 (3.1-20221030-2) ...
11:59:37 #10 19.81 Selecting previously unselected package libcbor0.8:amd64.
11:59:37 #10 19.81 Preparing to unpack .../019-libcbor0.8_0.8.0-2+b1_amd64.deb ...
11:59:37 #10 19.81 Unpacking libcbor0.8:amd64 (0.8.0-2+b1) ...
11:59:37 #10 19.86 Selecting previously unselected package libfido2-1:amd64.
11:59:37 #10 19.86 Preparing to unpack .../020-libfido2-1_1.12.0-2_amd64.deb ...
11:59:37 #20 8.040 Preparing to unpack .../09-libclang-common-11-dev_1%3a11.0.1-2_amd64.deb ...
11:59:37 #20 8.043 Unpacking libclang-common-11-dev (1:11.0.1-2) ...
11:59:37 #10 20.75 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_arm64.deb ...
11:59:37 #10 20.75 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
11:59:37 #10 20.80 Selecting previously unselected package iso-codes.
11:59:37 #10 20.81 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
11:59:37 #10 20.81 Unpacking iso-codes (3.79-1) ...
11:59:37 #11 18.90 Selecting previously unselected package perl.
11:59:37 #11 18.90 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.3_arm64.deb ...
11:59:37 #11 18.91 Unpacking perl (5.30.0-9ubuntu0.3) ...
11:59:37 #11 18.96 Selecting previously unselected package openssl.
11:59:37 #11 18.96 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.16_arm64.deb ...
11:59:37 #11 18.97 Unpacking openssl (1.1.1f-1ubuntu2.16) ...
11:59:37 #7 sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 53.32MB / 53.32MB 14.6s done
11:59:37 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971
11:59:37 #10 21.15 Selecting previously unselected package g++-8.
11:59:37 #10 21.37 Selecting previously unselected package libxml2:amd64.
11:59:37 #10 ...
11:59:37 
11:59:37 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:37 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.5s done
11:59:37 #8 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
11:59:37 #8 DONE 25.4s
11:59:37 
11:59:37 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:37 #10 21.37 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.8_amd64.deb ...
11:59:37 #10 21.38 Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.8) ...
11:59:37 #10 21.52 Selecting previously unselected package libyaml-0-2:amd64.
11:59:37 #10 21.52 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ...
11:59:37 #10 21.52 Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
11:59:37 #10 21.55 Selecting previously unselected package lsb-release.
11:59:37 #10 21.56 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
11:59:37 #10 21.56 Unpacking lsb-release (9.20170808ubuntu1) ...
11:59:37 #10 21.61 Selecting previously unselected package netbase.
11:59:37 #10 21.61 Preparing to unpack .../024-netbase_5.4_all.deb ...
11:59:37 #10 21.61 Unpacking netbase (5.4) ...
11:59:37 #11 20.37 Preparing to unpack .../013-libgdbm-compat4_1.23-1_amd64.deb ...
11:59:37 #11 20.37 Unpacking libgdbm-compat4:amd64 (1.23-1) ...
11:59:37 #11 20.41 Selecting previously unselected package libperl5.34:amd64.
11:59:37 #11 20.41 Preparing to unpack .../014-libperl5.34_5.34.0-5ubuntu1.1_amd64.deb ...
11:59:37 #11 20.41 Unpacking libperl5.34:amd64 (5.34.0-5ubuntu1.1) ...
11:59:37 #11 20.59 Selecting previously unselected package perl.
11:59:37 #11 20.59 Preparing to unpack .../015-perl_5.34.0-5ubuntu1.1_amd64.deb ...
11:59:37 #11 20.60 Unpacking perl (5.34.0-5ubuntu1.1) ...
11:59:37 #11 20.63 Selecting previously unselected package openssl.
11:59:37 #10 18.77 (55/166): systemd-libs-252-3.el9.x86_64.rpm     2.5 MB/s | 647 kB     00:00    
11:59:37 #10 18.78 (56/166): unzip-6.0-56.el9.x86_64.rpm           1.1 MB/s | 182 kB     00:00    
11:59:37 #10 18.86 (57/166): tcl-8.6.10-7.el9.x86_64.rpm           3.8 MB/s | 1.1 MB     00:00    
11:59:37 #10 18.92 (58/166): util-linux-core-2.37.4-9.el9.x86_64.r 3.2 MB/s | 461 kB     00:00    
11:59:37 #10 18.98 (59/166): vim-filesystem-8.2.2637-16.el9.noarch 212 kB/s |  25 kB     00:00    
11:59:37 #11 20.27 Selecting previously unselected package libpipeline1:amd64.
11:59:37 #11 20.27 Preparing to unpack .../034-libpipeline1_1.5.5-1_amd64.deb ...
11:59:37 #11 20.29 Unpacking libpipeline1:amd64 (1.5.5-1) ...
11:59:37 #11 20.36 Selecting previously unselected package libpng16-16:amd64.
11:59:37 #11 20.37 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_amd64.deb ...
11:59:37 #11 20.39 Unpacking libpng16-16:amd64 (1.6.37-3build5) ...
11:59:37 #10 19.65 Selecting previously unselected package g++.
11:59:37 #11 21.39 Selecting previously unselected package libgdbm-compat4:amd64.
11:59:37 #11 21.40 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ...
11:59:37 #11 21.40 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
11:59:37 #11 21.44 Selecting previously unselected package libperl5.30:amd64.
11:59:37 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.1s
11:59:37 #8 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.2s done
11:59:37 #10 24.03 Unpacking libisl19:amd64 (0.20-2) ...
11:59:37 #10 24.15 Selecting previously unselected package libmpfr6:amd64.
11:59:37 #10 24.16 Preparing to unpack .../037-libmpfr6_4.0.2-1_amd64.deb ...
11:59:37 #10 24.18 Unpacking libmpfr6:amd64 (4.0.2-1) ...
11:59:37 #10 24.28 Selecting previously unselected package libmpc3:amd64.
11:59:37 #11 17.58 Get:346 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libltdl-dev arm64 2.4.7-4 [170 kB]
11:59:37 #11 17.58 Get:347 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 liblzo2-2 arm64 2.10-2build3 [51.4 kB]
11:59:37 #11 17.59 Get:348 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:59:37 #11 17.59 Get:349 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmail-sendmail-perl all 0.80-2 [23.2 kB]
11:59:37 #11 17.59 Get:350 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnet-smtp-ssl-perl all 1.04-2 [6218 B]
11:59:37 #11 17.59 Get:351 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
11:59:37 #11 17.59 Get:352 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmarkdown2 arm64 2.2.7-2 [37.0 kB]
11:59:37 #11 17.65 Get:353 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:59:37 #11 17.65 Get:354 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmldbm-perl all 2.05-3 [17.5 kB]
11:59:37 #11 17.72 Get:355 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmoox-aliases-perl all 0.001006-2 [6796 B]
11:59:37 #11 17.72 Get:356 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmouse-perl arm64 2.5.10-1build4 [160 kB]
11:59:37 #11 17.73 Get:357 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxs-parse-keyword-perl arm64 0.25-1 [50.9 kB]
11:59:37 #11 17.73 Get:358 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxs-parse-sublike-perl arm64 0.16-1ubuntu2 [26.9 kB]
11:59:37 #11 17.73 Get:359 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libobject-pad-perl arm64 0.68-1 [95.8 kB]
11:59:37 #11 17.73 Get:360 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpackage-stash-xs-perl arm64 0.30-1 [18.9 kB]
11:59:37 #11 17.74 Get:361 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:59:37 #11 17.74 Get:362 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libperlio-gzip-perl arm64 0.20-1 [14.8 kB]
11:59:37 #11 17.79 Get:363 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libperlio-utf8-strict-perl arm64 0.009-1build1 [11.7 kB]
11:59:37 #11 17.79 Get:364 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpod-parser-perl all 1.65-1 [82.7 kB]
11:59:37 #11 17.87 Get:365 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB]
11:59:37 #10 19.86 Unpacking libfido2-1:amd64 (1.12.0-2) ...
11:59:37 #10 19.91 Selecting previously unselected package openssh-client.
11:59:37 #10 19.91 Preparing to unpack .../021-openssh-client_1%3a9.1p1-2_amd64.deb ...
11:59:37 #10 19.92 Unpacking openssh-client (1:9.1p1-2) ...
11:59:37 #10 20.12 Selecting previously unselected package ucf.
11:59:37 #10 DONE 2.1s
11:59:37 
11:59:37 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:37 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 90.18MB / 116.78MB 18.7s
11:59:37 #9 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 13.9s done
11:59:37 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
11:59:37 11:59:37 #11 19.05 Selecting previously unselected package ca-certificates.
11:59:37 #11 19.05 Preparing to unpack .../013-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
#10 21.10 Selecting previously unselected package krb5-locales.
11:59:37 #10 21.11 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.3_all.deb ...
11:59:37 #11 19.05 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
11:59:37 #11 19.11 Selecting previously unselected package distro-info-data.
11:59:37 #11 19.11 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.11_all.deb ...
11:59:37 #11 19.11 Unpacking distro-info-data (0.43ubuntu1.11) ...
11:59:37 #11 19.14 Selecting previously unselected package libmagic-mgc.
11:59:37 #11 19.14 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_arm64.deb ...
11:59:37 #11 19.15 Unpacking libmagic-mgc (1:5.38-4) ...
11:59:37 #11 19.21 Selecting previously unselected package libmagic1:arm64.
11:59:37 #11 19.22 Preparing to unpack .../016-libmagic1_1%3a5.38-4_arm64.deb ...
11:59:37 #11 19.22 Unpacking libmagic1:arm64 (1:5.38-4) ...
11:59:37 #11 19.25 Selecting previously unselected package file.
11:59:37 #11 19.25 Preparing to unpack .../017-file_1%3a5.38-4_arm64.deb ...
11:59:37 #11 19.26 Unpacking file (1:5.38-4) ...
11:59:37 #11 19.30 Selecting previously unselected package less.
11:59:37 #11 19.30 Preparing to unpack .../018-less_551-1ubuntu0.1_arm64.deb ...
11:59:37 #11 19.30 Unpacking less (551-1ubuntu0.1) ...
11:59:37 #11 19.35 Selecting previously unselected package libelf1:arm64.
11:59:37 #10 21.11 Unpacking krb5-locales (1.16-2ubuntu0.3) ...
11:59:37 #10 21.15 Selecting previously unselected package libedit2:arm64.
11:59:37 #10 21.15 Preparing to unpack .../032-libedit2_3.1-20170329-1_arm64.deb ...
11:59:37 #10 21.15 Unpacking libedit2:arm64 (3.1-20170329-1) ...
11:59:37 #10 21.19 Selecting previously unselected package libkrb5support0:arm64.
11:59:37 #10 21.19 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.3_arm64.deb ...
11:59:37 #10 21.19 Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.3) ...
11:59:37 #10 21.23 Selecting previously unselected package libk5crypto3:arm64.
11:59:37 #10 21.23 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.3_arm64.deb ...
11:59:37 #10 21.23 Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.3) ...
11:59:37 #10 21.27 Selecting previously unselected package libkeyutils1:arm64.
11:59:37 #10 21.27 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_arm64.deb ...
11:59:37 #10 21.28 Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
11:59:37 #10 21.31 Selecting previously unselected package libkrb5-3:arm64.
11:59:37 #10 21.31 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.3_arm64.deb ...
11:59:37 #10 21.32 Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.3) ...
11:59:37 #10 21.38 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:59:37 #10 21.58 Selecting previously unselected package g++.
11:59:37 #10 21.58 Preparing to unpack .../063-g++_4%3a12.2.0-3_arm64.deb ...
11:59:37 #10 21.58 Unpacking g++ (4:12.2.0-3) ...
11:59:37 #10 21.61 Selecting previously unselected package make.
11:59:37 #10 21.61 Preparing to unpack .../064-make_4.3-4.1_arm64.deb ...
11:59:37 #10 21.61 Unpacking make (4.3-4.1) ...
11:59:37 #10 21.67 Selecting previously unselected package libdpkg-perl.
11:59:37 #10 21.67 Preparing to unpack .../065-libdpkg-perl_1.21.19_all.deb ...
11:59:37 #10 21.68 Unpacking libdpkg-perl (1.21.19) ...
11:59:37 #10 21.74 Selecting previously unselected package patch.
11:59:37 #10 21.74 Preparing to unpack .../066-patch_2.7.6-7_arm64.deb ...
11:59:37 #10 21.74 Unpacking patch (2.7.6-7) ...
11:59:37 #10 21.78 Selecting previously unselected package dpkg-dev.
11:59:37 #13 73.82   Installing : policycoreutils-devel-2.5-34.el7.aarch64                   49/65 
11:59:37 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 76.55MB / 116.78MB 18.3s
11:59:37 #10 21.16 Preparing to unpack .../053-g++-8_8.3.0-6_arm64.deb ...
11:59:37 #10 21.16 Unpacking g++-8 (8.3.0-6) ...
11:59:37 #10 21.65 Selecting previously unselected package shared-mime-info.
11:59:37 #10 21.65 Preparing to unpack .../025-shared-mime-info_1.9-2_amd64.deb ...
11:59:37 #10 21.65 Unpacking shared-mime-info (1.9-2) ...
11:59:37 #10 21.76 Selecting previously unselected package ucf.
11:59:37 #10 21.76 Preparing to unpack .../026-ucf_3.0038_all.deb ...
11:59:37 #10 21.77 Moving old data out of the way
11:59:37 #10 21.77 Unpacking ucf (3.0038) ...
11:59:37 #10 21.83 Selecting previously unselected package xdg-user-dirs.
11:59:37 #10 21.83 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ...
11:59:37 #10 21.83 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
11:59:37 #11 20.64 Preparing to unpack .../016-openssl_3.0.5-2ubuntu2_amd64.deb ...
11:59:37 #11 20.64 Unpacking openssl (3.0.5-2ubuntu2) ...
11:59:37 #11 20.69 Selecting previously unselected package ca-certificates.
11:59:37 #11 20.69 Preparing to unpack .../017-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
11:59:37 #11 20.71 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
11:59:37 #11 20.76 Selecting previously unselected package libdbus-1-3:amd64.
11:59:37 #11 20.76 Preparing to unpack .../018-libdbus-1-3_1.14.0-2ubuntu3_amd64.deb ...
11:59:37 #11 20.76 Unpacking libdbus-1-3:amd64 (1.14.0-2ubuntu3) ...
11:59:37 #11 20.79 Selecting previously unselected package dbus-bin.
11:59:37 #11 20.79 Preparing to unpack .../019-dbus-bin_1.14.0-2ubuntu3_amd64.deb ...
11:59:37 #11 20.79 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
11:59:37 #11 20.82 Selecting previously unselected package dbus-session-bus-common.
11:59:37 #11 20.82 Preparing to unpack .../020-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
11:59:37 #11 20.82 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:59:37 #11 20.85 Selecting previously unselected package dbus-daemon.
11:59:37 #11 20.85 Preparing to unpack .../021-dbus-daemon_1.14.0-2ubuntu3_amd64.deb ...
11:59:37 #11 20.85 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
11:59:37 #11 20.88 Selecting previously unselected package dbus-system-bus-common.
11:59:37 #10 19.11 (60/166): xz-5.2.5-8.el9.x86_64.rpm             1.2 MB/s | 226 kB     00:00    
11:59:37 #10 19.20 (61/166): util-linux-2.37.4-9.el9.x86_64.rpm    5.2 MB/s | 2.3 MB     00:00    
11:59:37 #10 19.25 (62/166): zip-3.0-33.el9.x86_64.rpm             884 kB/s | 238 kB     00:00    
11:59:37 #10 19.65 Preparing to unpack .../056-g++_4%3a10.2.1-1_arm64.deb ...
11:59:37 #10 19.65 Unpacking g++ (4:10.2.1-1) ...
11:59:37 #10 19.69 Selecting previously unselected package make.
11:59:37 #10 19.69 Preparing to unpack .../057-make_4.3-4.1_arm64.deb ...
11:59:37 #10 19.69 Unpacking make (4.3-4.1) ...
11:59:37 #10 19.76 Selecting previously unselected package libdpkg-perl.
11:59:37 #10 19.76 Preparing to unpack .../058-libdpkg-perl_1.20.12_all.deb ...
11:59:37 #10 19.76 Unpacking libdpkg-perl (1.20.12) ...
11:59:37 #10 19.83 Selecting previously unselected package patch.
11:59:37 #10 19.83 Preparing to unpack .../059-patch_2.7.6-7_arm64.deb ...
11:59:37 #10 19.83 Unpacking patch (2.7.6-7) ...
11:59:37 #10 19.87 Selecting previously unselected package dpkg-dev.
11:59:37 #11 20.63 Selecting previously unselected package libpsl5:amd64.
11:59:37 #11 20.63 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_amd64.deb ...
11:59:37 #11 20.65 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
11:59:37 #11 21.44 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.3_amd64.deb ...
11:59:37 #11 21.44 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.3) ...
11:59:37 #20 DONE 8.1s
11:59:37 
11:59:37 #21 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
11:59:37 #21 DONE 0.1s
11:59:37 #8 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 108.00MB / 116.78MB 18.9s
11:59:37 #8 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971
11:59:37 #10 24.29 Preparing to unpack .../038-libmpc3_1.1.0-1_amd64.deb ...
11:59:37 #10 24.30 Unpacking libmpc3:amd64 (1.1.0-1) ...
11:59:37 #10 24.37 Selecting previously unselected package cpp-8.
11:59:37 #10 24.37 Preparing to unpack .../039-cpp-8_8.3.0-6_amd64.deb ...
11:59:37 #10 24.38 Unpacking cpp-8 (8.3.0-6) ...
11:59:37 #11 17.87 Get:366 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libproc-processtable-perl arm64 0.634-1build1 [37.2 kB]
11:59:37 #11 17.87 Get:367 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libre2-9 arm64 20220601+dfsg-1 [153 kB]
11:59:37 #11 17.87 Get:368 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libre-engine-re2-perl arm64 0.14-1build2 [17.9 kB]
11:59:37 #11 17.87 Get:369 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libreadonly-perl all 2.050-3 [19.9 kB]
11:59:37 #11 17.88 Get:370 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
11:59:37 #11 17.88 Get:371 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libref-util-xs-perl arm64 0.117-2 [12.4 kB]
11:59:37 #11 17.88 Get:372 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libregexp-pattern-license-perl all 3.9.4-1 [84.5 kB]
11:59:37 #11 17.94 Get:373 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:59:37 #11 17.94 Get:374 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libregexp-wildcards-perl all 1.05-3 [12.9 kB]
11:59:37 #11 18.01 Get:375 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-modules arm64 2.1.28+dfsg-6ubuntu2 [69.3 kB]
11:59:37 #11 18.01 Get:376 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsereal-decoder-perl arm64 4.025+ds-1 [100 kB]
11:59:37 #11 18.02 Get:377 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsereal-encoder-perl arm64 4.025+ds-1 [101 kB]
11:59:37 #11 18.02 Get:378 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libset-intspan-perl all 1.19-2 [26.1 kB]
11:59:37 #11 18.02 Get:379 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsocket6-perl arm64 0.29-2 [19.4 kB]
11:59:37 #11 18.02 Get:380 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsodium23 arm64 1.0.18-1build2 [123 kB]
11:59:37 #11 18.03 Get:381 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstring-copyright-perl all 0.003013-1 [21.2 kB]
11:59:37 #11 18.03 Get:382 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:59:37 #11 18.08 Get:383 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstring-shellquote-perl all 1.04-2 [12.3 kB]
11:59:37 #11 18.08 Get:384 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsyntax-keyword-try-perl arm64 0.27-1 [26.4 kB]
11:59:37 #11 18.16 Get:385 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libterm-readkey-perl arm64 2.38-2 [24.7 kB]
11:59:37 #10 20.12 Preparing to unpack .../022-ucf_3.0043_all.deb ...
11:59:37 #10 20.12 Moving old data out of the way
11:59:37 #10 20.12 Unpacking ucf (3.0043) ...
11:59:37 #10 20.18 Selecting previously unselected package xz-utils.
11:59:37 #10 20.18 Preparing to unpack .../023-xz-utils_5.4.1-0.1_amd64.deb ...
11:59:37 #10 20.19 Unpacking xz-utils (5.4.1-0.1) ...
11:59:37 #10 20.31 Selecting previously unselected package m4.
11:59:37 #10 20.31 Preparing to unpack .../024-m4_1.4.19-2_amd64.deb ...
11:59:37 #10 20.32 Unpacking m4 (1.4.19-2) ...
11:59:37 #10 20.40 Selecting previously unselected package autoconf.
11:59:37 #10 20.40 Preparing to unpack .../025-autoconf_2.71-3_all.deb ...
11:59:37 #11 19.35 Preparing to unpack .../019-libelf1_0.176-1.1build1_arm64.deb ...
11:59:37 #11 19.36 Unpacking libelf1:arm64 (0.176-1.1build1) ...
11:59:37 #11 19.41 Selecting previously unselected package libglib2.0-0:arm64.
11:59:37 #11 19.42 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_arm64.deb ...
11:59:37 #11 19.42 Unpacking libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
11:59:37 #10 21.38 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.3_arm64.deb ...
11:59:37 #10 21.38 Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.3) ...
11:59:37 #10 21.43 Selecting previously unselected package libpsl5:arm64.
11:59:37 #10 21.43 Preparing to unpack .../038-libpsl5_0.19.1-5build1_arm64.deb ...
11:59:37 #10 21.44 Unpacking libpsl5:arm64 (0.19.1-5build1) ...
11:59:37 #10 21.48 Selecting previously unselected package libssl1.0.0:arm64.
11:59:37 #10 21.48 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.10_arm64.deb ...
11:59:37 #10 21.49 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.10) ...
11:59:37 #10 21.57 Selecting previously unselected package libxmuu1:arm64.
11:59:37 #10 21.57 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_arm64.deb ...
11:59:37 #10 21.58 Unpacking libxmuu1:arm64 (2:1.1.2-2) ...
11:59:37 #10 21.60 Selecting previously unselected package manpages.
11:59:37 #7 ...
11:59:37 
11:59:37 #9 [stage-1 1/8] FROM docker.io/library/debian:bookworm@sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
11:59:37 #9 extracting sha256:16b554b0ae696936d2556c56490dc1cb7af234f9a415a93932213ba90d19bd85 14.3s done
11:59:37 #9 DONE 19.2s
11:59:37 
11:59:37 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:37 #7 ...
11:59:37 
11:59:37 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:37 #10 21.79 Preparing to unpack .../067-dpkg-dev_1.21.19_all.deb ...
11:59:37 #10 21.79 Unpacking dpkg-dev (1.21.19) ...
11:59:37 #10 21.89 Selecting previously unselected package build-essential.
11:59:37 #10 21.89 Preparing to unpack .../068-build-essential_12.9_arm64.deb ...
11:59:37 #10 21.90 Unpacking build-essential (12.9) ...
11:59:37 #10 21.93 Selecting previously unselected package libbrotli1:arm64.
11:59:37 #10 21.93 Preparing to unpack .../069-libbrotli1_1.0.9-2+b6_arm64.deb ...
11:59:37 #10 21.94 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
11:59:37 #10 21.98 Selecting previously unselected package libsasl2-modules-db:arm64.
11:59:37 #10 21.98 Preparing to unpack .../070-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
11:59:37 #10 21.99 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
11:59:37 #10 22.02 Selecting previously unselected package libsasl2-2:arm64.
11:59:37 #20 8.677 Selecting previously unselected package libclang1-11.
11:59:37 #20 8.677 Preparing to unpack .../10-libclang1-11_1%3a11.0.1-2_amd64.deb ...
11:59:37 #20 8.681 Unpacking libclang1-11 (1:11.0.1-2) ...
11:59:37 #13 74.57   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             50/65 
11:59:37 #13 74.92   Installing : pcre-devel-8.32-17.el7.aarch64                             51/65 
11:59:37 #13 74.96   Installing : libselinux-devel-2.5-15.el7.aarch64                        52/65 
11:59:37 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 61.87MB / 116.78MB 15.0s
11:59:38 #10 21.92 Selecting previously unselected package xz-utils.
11:59:38 #10 21.92 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_amd64.deb ...
11:59:38 #10 21.92 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
11:59:38 #10 21.99 Selecting previously unselected package gettext-base.
11:59:38 #10 21.99 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_amd64.deb ...
11:59:38 #10 22.00 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
11:59:38 #10 22.06 Selecting previously unselected package iso-codes.
11:59:38 #10 22.06 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
11:59:38 #10 22.06 Unpacking iso-codes (3.79-1) ...
11:59:38 #11 20.88 Preparing to unpack .../022-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
11:59:38 #11 20.89 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:59:38 #11 20.92 Selecting previously unselected package dbus.
11:59:38 #11 20.92 Preparing to unpack .../023-dbus_1.14.0-2ubuntu3_amd64.deb ...
11:59:38 #11 20.93 Unpacking dbus (1.14.0-2ubuntu3) ...
11:59:38 #11 20.96 Selecting previously unselected package distro-info-data.
11:59:38 #11 20.96 Preparing to unpack .../024-distro-info-data_0.54ubuntu0.1_all.deb ...
11:59:38 #11 20.96 Unpacking distro-info-data (0.54ubuntu0.1) ...
11:59:38 #11 20.99 Selecting previously unselected package dmsetup.
11:59:38 #11 20.99 Preparing to unpack .../025-dmsetup_2%3a1.02.185-1ubuntu1_amd64.deb ...
11:59:38 #11 21.00 Unpacking dmsetup (2:1.02.185-1ubuntu1) ...
11:59:38 #11 21.03 Selecting previously unselected package libglib2.0-0:amd64.
11:59:38 #11 21.03 Preparing to unpack .../026-libglib2.0-0_2.74.3-0ubuntu1_amd64.deb ...
11:59:38 #11 21.04 Unpacking libglib2.0-0:amd64 (2.74.3-0ubuntu1) ...
11:59:38 #11 21.09 Selecting previously unselected package libgirepository-1.0-1:amd64.
11:59:38 #11 21.09 Preparing to unpack .../027-libgirepository-1.0-1_1.74.0-2_amd64.deb ...
11:59:38 #11 21.09 Unpacking libgirepository-1.0-1:amd64 (1.74.0-2) ...
11:59:38 #10 19.33 (63/166): zstd-1.5.1-2.el9.x86_64.rpm           2.4 MB/s | 548 kB     00:00    
11:59:38 #10 19.35 (64/166): abattis-cantarell-fonts-0.301-4.el9.n 2.4 MB/s | 365 kB     00:00    
11:59:38 #10 19.37 (65/166): dwz-0.14-3.el9.x86_64.rpm             6.6 MB/s | 128 kB     00:00    
11:59:38 #10 19.38 (66/166): desktop-file-utils-0.26-6.el9.x86_64. 1.5 MB/s |  74 kB     00:00    
11:59:38 #10 19.39 (67/166): efi-srpm-macros-4-9.el9.noarch.rpm    1.3 MB/s |  23 kB     00:00    
11:59:38 #10 19.40 (68/166): emacs-filesystem-27.2-8.el9.noarch.rp 599 kB/s | 8.8 kB     00:00    
11:59:38 #10 19.44 (69/166): enchant-1.6.0-30.el9.x86_64.rpm       1.3 MB/s |  62 kB     00:00    
11:59:38 #10 19.46 (70/166): checkpolicy-3.5-0.rc2.1.el9.x86_64.rp 1.6 MB/s | 347 kB     00:00    
11:59:38 #10 19.87 Preparing to unpack .../060-dpkg-dev_1.20.12_all.deb ...
11:59:38 #10 19.88 Unpacking dpkg-dev (1.20.12) ...
11:59:38 #10 19.99 Selecting previously unselected package build-essential.
11:59:38 #10 20.00 Preparing to unpack .../061-build-essential_12.9_arm64.deb ...
11:59:38 #10 20.00 Unpacking build-essential (12.9) ...
11:59:38 #10 20.04 Selecting previously unselected package libbrotli1:arm64.
11:59:38 #10 20.04 Preparing to unpack .../062-libbrotli1_1.0.9-2+b2_arm64.deb ...
11:59:38 #10 20.04 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
11:59:38 #10 20.09 Selecting previously unselected package libsasl2-modules-db:arm64.
11:59:38 #10 20.09 Preparing to unpack .../063-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
11:59:38 #10 20.09 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:59:38 #11 20.79 Selecting previously unselected package libxau6:amd64.
11:59:38 #11 20.79 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_amd64.deb ...
11:59:38 #11 20.81 Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
11:59:38 #11 20.92 Selecting previously unselected package libxdmcp6:amd64.
11:59:38 #11 20.92 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
11:59:38 #11 20.92 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
11:59:38 #11 20.98 Selecting previously unselected package libxcb1:amd64.
11:59:38 #11 20.98 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_amd64.deb ...
11:59:38 #11 20.99 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ...
11:59:38 #11 21.03 Selecting previously unselected package libx11-data.
11:59:38 #11 21.91 Selecting previously unselected package perl.
11:59:38 #11 21.91 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.3_amd64.deb ...
11:59:38 #11 21.92 Unpacking perl (5.30.0-9ubuntu0.3) ...
11:59:38 #11 21.96 Selecting previously unselected package openssl.
11:59:38 #11 21.96 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.16_amd64.deb ...
11:59:38 #11 21.97 Unpacking openssl (1.1.1f-1ubuntu2.16) ...
11:59:38 
11:59:38 #22 [linux/amd64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
11:59:38 #0 0.145 skipping packages installation on darwin
11:59:38 #22 DONE 0.2s
11:59:38 
11:59:38 #23 [linux/amd64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
11:59:38 #0 0.206 skipping packages installation on darwin
11:59:38 #23 DONE 0.3s
11:59:38 
11:59:38 #24 [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:59:38 #11 12.31 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:59:38 #11 18.16 Get:386 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtext-levenshteinxs-perl arm64 0.03-5 [8514 B]
11:59:38 #11 18.16 Get:387 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtext-markdown-discount-perl arm64 0.13-1build1 [12.7 kB]
11:59:38 #11 18.16 Get:388 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtext-xslate-perl arm64 3.5.9-1build1 [184 kB]
11:59:38 #11 18.17 Get:389 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtime-duration-perl all 1.21-1 [13.1 kB]
11:59:38 #11 18.17 Get:390 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtime-moment-perl arm64 0.44-2 [72.5 kB]
11:59:38 #11 18.17 Get:391 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtype-tiny-xs-perl arm64 0.022-2 [24.9 kB]
11:59:38 #11 18.17 Get:392 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libunicode-utf8-perl arm64 0.62-1build4 [18.5 kB]
11:59:38 #11 18.23 Get:393 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libwww-mechanize-perl all 2.14-2 [93.9 kB]
11:59:38 #11 18.23 Get:394 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-namespacesupport-perl all 1.12-2 [13.5 kB]
11:59:38 #11 18.30 Get:395 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-sax-base-perl all 1.09-2 [19.3 kB]
11:59:38 #11 18.30 Get:396 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:59:38 #11 18.30 Get:397 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1 [321 kB]
11:59:38 #11 18.32 Get:398 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-parser-perl arm64 2.46-3build1 [211 kB]
11:59:38 #11 18.33 Get:399 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:59:38 #11 18.33 Get:400 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libyaml-libyaml-perl arm64 0.83+ds-1build1 [28.7 kB]
11:59:38 #11 18.33 Get:401 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 licensecheck all 3.3.0-1 [41.4 kB]
11:59:38 #11 18.33 Get:402 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevel-size-perl arm64 0.83-2 [20.3 kB]
11:59:38 #11 18.37 Get:403 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libipc-run3-perl all 0.048-2 [31.4 kB]
11:59:38 #11 18.38 Get:404 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lzip arm64 1.23-4 [79.9 kB]
11:59:38 #10 20.41 Unpacking autoconf (2.71-3) ...
11:59:38 #10 20.50 Selecting previously unselected package autotools-dev.
11:59:38 #10 20.50 Preparing to unpack .../026-autotools-dev_20220109.1_all.deb ...
11:59:38 #10 20.51 Unpacking autotools-dev (20220109.1) ...
11:59:38 #10 20.58 Selecting previously unselected package automake.
11:59:38 #10 20.58 Preparing to unpack .../027-automake_1%3a1.16.5-1.3_all.deb ...
11:59:38 #10 20.58 Unpacking automake (1:1.16.5-1.3) ...
11:59:38 #8 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 11.0s done
11:59:38 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.1s
11:59:38 #9 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.4s done
11:59:38 #10 21.60 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
11:59:38 #10 21.61 Unpacking manpages (4.15-1) ...
11:59:38 #10 21.71 Selecting previously unselected package openssh-client.
11:59:38 #10 21.71 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.7_arm64.deb ...
11:59:38 #10 21.72 Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ...
11:59:38 #10 21.79 Selecting previously unselected package publicsuffix.
11:59:38 #10 21.79 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
11:59:38 #10 21.80 Unpacking publicsuffix (20180223.1310-1) ...
11:59:38 #10 21.84 Selecting previously unselected package python-apt-common.
11:59:38 #10 22.02 Preparing to unpack .../071-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
11:59:38 #10 22.02 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
11:59:38 #10 22.06 Selecting previously unselected package libldap-2.5-0:arm64.
11:59:38 #10 22.06 Preparing to unpack .../072-libldap-2.5-0_2.5.13+dfsg-3_arm64.deb ...
11:59:38 #10 22.06 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-3) ...
11:59:38 #10 22.11 Selecting previously unselected package libnghttp2-14:arm64.
11:59:38 #10 22.11 Preparing to unpack .../073-libnghttp2-14_1.51.0-1_arm64.deb ...
11:59:38 #10 22.11 Unpacking libnghttp2-14:arm64 (1.51.0-1) ...
11:59:38 #10 22.15 Selecting previously unselected package libpsl5:arm64.
11:59:38 #10 22.15 Preparing to unpack .../074-libpsl5_0.21.0-1.2_arm64.deb ...
11:59:38 #10 22.16 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
11:59:38 #10 22.20 Selecting previously unselected package librtmp1:arm64.
11:59:38 #10 22.20 Preparing to unpack .../075-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
11:59:38 #10 22.20 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:59:38 #10 22.24 Selecting previously unselected package libssh2-1:arm64.
11:59:38 #10 22.24 Preparing to unpack .../076-libssh2-1_1.10.0-3+b1_arm64.deb ...
11:59:38 #10 22.24 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
11:59:38 #11 19.54 Selecting previously unselected package libglib2.0-data.
11:59:38 #11 19.54 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
11:59:38 #11 19.54 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:59:38 #11 19.58 Selecting previously unselected package tzdata.
11:59:38 #11 19.58 Preparing to unpack .../022-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
11:59:38 #11 19.59 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
11:59:38 #11 19.78 Selecting previously unselected package libicu66:arm64.
11:59:38 #20 9.219 Selecting previously unselected package clang-11.
11:59:38 #9 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
11:59:38 #9 ...
11:59:38 
11:59:38 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
11:59:38 #7 extracting sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 14.8s
11:59:38 #7 ...
11:59:38 
11:59:38 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:38 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 96.47MB / 116.78MB 19.4s
11:59:38 #13 75.00   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.aarch64           53/65 
11:59:38 #13 75.09   Installing : libtool-2.4.2-22.el7_3.aarch64                             54/65 
11:59:38 #13 75.37 install-info: No such file or directory for /usr/share/info/libtool.info.gz
11:59:38 #10 19.46 (71/166): fonts-srpm-macros-2.0.5-7.el9.1.noarc 414 kB/s |  28 kB     00:00    
11:59:38 #10 19.48 (72/166): gcc-toolset-12-runtime-12.0-5.el9.x86 3.2 MB/s |  55 kB     00:00    
11:59:38 #10 19.50 (73/166): gcc-toolset-12-binutils-gold-2.38-14.  21 MB/s | 752 kB     00:00    
11:59:38 #10 19.52 (74/166): gdk-pixbuf2-2.42.6-3.el9.x86_64.rpm    19 MB/s | 492 kB     00:00    
11:59:38 #10 19.56 (75/166): gcc-toolset-12-binutils-2.38-16.el9.x  45 MB/s | 5.5 MB     00:00    
11:59:38 #10 19.57 (76/166): ghc-srpm-macros-1.5.0-6.el9.noarch.rp 209 kB/s | 8.8 kB     00:00    
11:59:38 #10 19.58 (77/166): go-srpm-macros-3.0.9-9.el9.noarch.rpm 1.7 MB/s |  27 kB     00:00    
11:59:38 #10 19.59 (78/166): hunspell-1.7.0-11.el9.x86_64.rpm       12 MB/s | 325 kB     00:00    
11:59:38 #10 19.60 (79/166): hunspell-en-0.20140811.1-20.el9.noarc 9.0 MB/s | 187 kB     00:00    
11:59:38 #10 19.62 (80/166): gdb-minimal-10.2-10.el9.x86_64.rpm     25 MB/s | 3.5 MB     00:00    
11:59:38 #10 19.63 (81/166): hunspell-en-US-0.20140811.1-20.el9.no 6.3 MB/s | 177 kB     00:00    
11:59:38 #10 19.63 (82/166): hunspell-en-GB-0.20140811.1-20.el9.no 5.7 MB/s | 226 kB     00:00    
11:59:38 #10 19.64 (83/166): hunspell-filesystem-1.7.0-11.el9.x86_ 644 kB/s | 8.7 kB     00:00    
11:59:38 #10 19.64 (84/166): kernel-srpm-macros-1.0-11.el9.noarch. 1.2 MB/s |  16 kB     00:00    
11:59:38 #10 19.65 (85/166): libjpeg-turbo-2.0.90-5.el9.x86_64.rpm 9.2 MB/s | 176 kB     00:00    
11:59:38 #10 19.66 (86/166): libproxy-webkitgtk4-0.4.15-35.el9.x86 1.2 MB/s |  22 kB     00:00    
11:59:38 #10 19.67 (87/166): libappstream-glib-0.7.18-4.el9.x86_64  12 MB/s | 396 kB     00:00    
11:59:38 #10 19.68 (88/166): libsoup-2.72.0-8.el9.x86_64.rpm        16 MB/s | 405 kB     00:00    
11:59:38 #10 19.68 (89/166): lua-srpm-macros-1-6.el9.noarch.rpm    571 kB/s | 9.5 kB     00:00    
11:59:38 #10 19.69 (90/166): libstemmer-0-18.585svn.el9.x86_64.rpm 3.0 MB/s |  83 kB     00:00    
11:59:38 #10 19.69 (91/166): ocaml-srpm-macros-6-6.el9.noarch.rpm  662 kB/s | 8.8 kB     00:00    
11:59:38 #10 19.70 (92/166): openblas-srpm-macros-2-11.el9.noarch. 629 kB/s | 8.4 kB     00:00    
11:59:38 #10 19.70 (93/166): patch-2.7.6-16.el9.x86_64.rpm         8.5 MB/s | 128 kB     00:00    
11:59:38 #10 19.71 (94/166): perl-AutoLoader-5.74-480.el9.noarch.r 1.6 MB/s |  22 kB     00:00    
11:59:38 #10 19.71 (95/166): perl-B-1.80-480.el9.x86_64.rpm         11 MB/s | 181 kB     00:00    
11:59:38 #10 19.72 (96/166): perl-Carp-1.50-460.el9.noarch.rpm     2.1 MB/s |  30 kB     00:00    
11:59:38 #10 19.72 (97/166): perl-Class-Struct-0.66-480.el9.noarch 1.8 MB/s |  23 kB     00:00    
11:59:38 #10 19.73 (98/166): perl-Data-Dumper-2.174-462.el9.x86_64 3.9 MB/s |  56 kB     00:00    
11:59:38 #10 19.73 (99/166): perl-Digest-1.19-4.el9.noarch.rpm     1.8 MB/s |  26 kB     00:00    
11:59:38 #10 19.73 (100/166): perl-Digest-MD5-2.58-4.el9.x86_64.rp 2.7 MB/s |  37 kB     00:00    
11:59:38 #10 19.74 (101/166): perl-Errno-1.30-480.el9.x86_64.rpm   1.2 MB/s |  16 kB     00:00    
11:59:38 #10 19.75 (102/166): perl-Exporter-5.74-461.el9.noarch.rp 2.3 MB/s |  32 kB     00:00    
11:59:38 #10 19.77 (103/166): perl-Encode-3.08-462.el9.x86_64.rpm   38 MB/s | 1.7 MB     00:00    
11:59:38 #11 21.11 Selecting previously unselected package gir1.2-glib-2.0:amd64.
11:59:38 #11 21.12 Preparing to unpack .../028-gir1.2-glib-2.0_1.74.0-2_amd64.deb ...
11:59:38 #11 21.12 Unpacking gir1.2-glib-2.0:amd64 (1.74.0-2) ...
11:59:38 #11 21.15 Selecting previously unselected package iso-codes.
11:59:38 #11 21.15 Preparing to unpack .../029-iso-codes_4.11.0-1_all.deb ...
11:59:38 #11 21.15 Unpacking iso-codes (4.11.0-1) ...
11:59:38 #11 21.30 Selecting previously unselected package krb5-locales.
11:59:38 #11 21.30 Preparing to unpack .../030-krb5-locales_1.20-1ubuntu0.1_all.deb ...
11:59:38 #11 21.30 Unpacking krb5-locales (1.20-1ubuntu0.1) ...
11:59:38 #11 21.34 Selecting previously unselected package less.
11:59:38 #11 21.34 Preparing to unpack .../031-less_590-1build1_amd64.deb ...
11:59:38 #11 21.34 Unpacking less (590-1build1) ...
11:59:38 #11 21.37 Selecting previously unselected package libmd0:amd64.
11:59:38 #11 21.37 Preparing to unpack .../032-libmd0_1.0.4-2_amd64.deb ...
11:59:38 #11 21.38 Unpacking libmd0:amd64 (1.0.4-2) ...
11:59:38 #11 21.41 Selecting previously unselected package libbsd0:amd64.
11:59:38 #11 21.41 Preparing to unpack .../033-libbsd0_0.11.6-1_amd64.deb ...
11:59:38 #11 21.41 Unpacking libbsd0:amd64 (0.11.6-1) ...
11:59:38 #11 21.44 Selecting previously unselected package libelf1:amd64.
11:59:38 #11 21.45 Preparing to unpack .../034-libelf1_0.187-4_amd64.deb ...
11:59:38 #11 21.45 Unpacking libelf1:amd64 (0.187-4) ...
11:59:38 #11 21.48 Selecting previously unselected package libglib2.0-data.
11:59:38 #10 20.13 Selecting previously unselected package libsasl2-2:arm64.
11:59:38 #10 20.13 Preparing to unpack .../064-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
11:59:38 #10 20.14 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:59:38 #10 20.18 Selecting previously unselected package libldap-2.4-2:arm64.
11:59:38 #10 20.18 Preparing to unpack .../065-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
11:59:38 #10 20.18 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
11:59:38 #10 20.24 Selecting previously unselected package libnghttp2-14:arm64.
11:59:38 #10 20.24 Preparing to unpack .../066-libnghttp2-14_1.43.0-1_arm64.deb ...
11:59:38 #10 20.24 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
11:59:38 #10 20.28 Selecting previously unselected package libpsl5:arm64.
11:59:38 #10 20.28 Preparing to unpack .../067-libpsl5_0.21.0-1.2_arm64.deb ...
11:59:38 #10 20.29 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
11:59:38 #10 20.32 Selecting previously unselected package librtmp1:arm64.
11:59:38 #10 20.32 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
11:59:38 #10 20.33 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:59:38 #10 20.36 Selecting previously unselected package libssh2-1:arm64.
11:59:38 #10 20.36 Preparing to unpack .../069-libssh2-1_1.9.0-2_arm64.deb ...
11:59:38 #10 20.37 Unpacking libssh2-1:arm64 (1.9.0-2) ...
11:59:38 #10 20.41 Selecting previously unselected package libcurl4:arm64.
11:59:38 #10 20.41 Preparing to unpack .../070-libcurl4_7.74.0-1.3+deb11u5_arm64.deb ...
11:59:38 #10 20.41 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u5) ...
11:59:38 #10 20.47 Selecting previously unselected package curl.
11:59:38 #11 21.03 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
11:59:38 #11 21.03 Unpacking libx11-data (2:1.7.5-1) ...
11:59:38 #11 21.10 Selecting previously unselected package libx11-6:amd64.
11:59:38 #11 21.10 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_amd64.deb ...
11:59:38 #11 21.10 Unpacking libx11-6:amd64 (2:1.7.5-1) ...
11:59:38 #11 21.14 Selecting previously unselected package libxext6:amd64.
11:59:38 #11 21.15 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_amd64.deb ...
11:59:38 #11 21.15 Unpacking libxext6:amd64 (2:1.3.4-1build1) ...
11:59:38 #11 21.18 Selecting previously unselected package libxmuu1:amd64.
11:59:38 #11 21.18 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_amd64.deb ...
11:59:38 #11 21.19 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
11:59:38 #11 21.22 Selecting previously unselected package man-db.
11:59:38 #11 21.23 Preparing to unpack .../044-man-db_2.10.2-1_amd64.deb ...
11:59:38 #11 21.23 Unpacking man-db (2.10.2-1) ...
11:59:38 #11 21.28 Selecting previously unselected package manpages.
11:59:38 #11 22.06 Selecting previously unselected package ca-certificates.
11:59:38 #11 22.06 Preparing to unpack .../013-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
11:59:38 #11 22.07 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
11:59:38 #11 22.12 Selecting previously unselected package distro-info-data.
11:59:38 #11 22.12 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.11_all.deb ...
11:59:38 #11 22.12 Unpacking distro-info-data (0.43ubuntu1.11) ...
11:59:38 #11 22.15 Selecting previously unselected package libmagic-mgc.
11:59:38 #11 22.15 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ...
11:59:38 #11 22.15 Unpacking libmagic-mgc (1:5.38-4) ...
11:59:38 #11 22.22 Selecting previously unselected package libmagic1:amd64.
11:59:38 #11 22.22 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ...
11:59:38 #11 22.22 Unpacking libmagic1:amd64 (1:5.38-4) ...
11:59:38 #11 22.26 Selecting previously unselected package file.
11:59:38 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 82.84MB / 116.78MB 19.0s
11:59:38 #10 21.79 Selecting previously unselected package g++.
11:59:38 #10 21.79 Preparing to unpack .../054-g++_4%3a8.3.0-1_arm64.deb ...
11:59:38 #10 21.79 Unpacking g++ (4:8.3.0-1) ...
11:59:38 #10 21.83 Selecting previously unselected package make.
11:59:38 #10 21.83 Preparing to unpack .../055-make_4.2.1-1.2_arm64.deb ...
11:59:38 #10 21.84 Unpacking make (4.2.1-1.2) ...
11:59:38 #10 21.90 Selecting previously unselected package libdpkg-perl.
11:59:38 #10 21.90 Preparing to unpack .../056-libdpkg-perl_1.19.8_all.deb ...
11:59:38 #10 21.91 Unpacking libdpkg-perl (1.19.8) ...
11:59:38 #10 21.97 Selecting previously unselected package patch.
11:59:38 #10 21.98 Preparing to unpack .../057-patch_2.7.6-3+deb10u1_arm64.deb ...
11:59:38 #10 21.98 Unpacking patch (2.7.6-3+deb10u1) ...
11:59:38 #10 22.03 Selecting previously unselected package dpkg-dev.
11:59:38 #10 20.75 Selecting previously unselected package autopoint.
11:59:38 #10 20.75 Preparing to unpack .../028-autopoint_0.21-11_all.deb ...
11:59:38 #10 20.76 Unpacking autopoint (0.21-11) ...
11:59:38 #10 20.81 Selecting previously unselected package binutils-common:amd64.
11:59:38 #10 20.81 Preparing to unpack .../029-binutils-common_2.40-2_amd64.deb ...
11:59:38 #10 20.81 Unpacking binutils-common:amd64 (2.40-2) ...
11:59:38 #10 21.84 Preparing to unpack .../044-python-apt-common_1.6.6_all.deb ...
11:59:38 #10 21.84 Unpacking python-apt-common (1.6.6) ...
11:59:38 #10 21.87 Selecting previously unselected package python3-apt.
11:59:38 #10 21.87 Preparing to unpack .../045-python3-apt_1.6.6_arm64.deb ...
11:59:38 #10 21.88 Unpacking python3-apt (1.6.6) ...
11:59:38 #10 21.91 Selecting previously unselected package strace.
11:59:38 #10 21.92 Preparing to unpack .../046-strace_4.21-1ubuntu1_arm64.deb ...
11:59:38 #10 21.92 Unpacking strace (4.21-1ubuntu1) ...
11:59:38 #10 21.97 Selecting previously unselected package xauth.
11:59:38 #10 21.97 Preparing to unpack .../047-xauth_1%3a1.0.10-1_arm64.deb ...
11:59:38 #10 21.97 Unpacking xauth (1:1.0.10-1) ...
11:59:38 #10 22.01 Selecting previously unselected package at.
11:59:38 #10 22.01 Preparing to unpack .../048-at_3.1.20-3.1ubuntu2_arm64.deb ...
11:59:38 #10 22.02 Unpacking at (3.1.20-3.1ubuntu2) ...
11:59:38 #10 22.05 Selecting previously unselected package libsigsegv2:arm64.
11:59:38 #10 22.06 Preparing to unpack .../049-libsigsegv2_2.12-1_arm64.deb ...
11:59:38 #10 22.06 Unpacking libsigsegv2:arm64 (2.12-1) ...
11:59:38 #10 22.09 Selecting previously unselected package m4.
11:59:38 #10 22.29 Selecting previously unselected package libcurl4:arm64.
11:59:38 #10 22.29 Preparing to unpack .../077-libcurl4_7.87.0-2_arm64.deb ...
11:59:38 #10 22.30 Unpacking libcurl4:arm64 (7.87.0-2) ...
11:59:38 #10 22.35 Selecting previously unselected package curl.
11:59:38 #10 22.35 Preparing to unpack .../078-curl_7.87.0-2_arm64.deb ...
11:59:38 #10 22.35 Unpacking curl (7.87.0-2) ...
11:59:38 #10 22.41 Selecting previously unselected package dctrl-tools.
11:59:38 #10 22.41 Preparing to unpack .../079-dctrl-tools_2.24-3_arm64.deb ...
11:59:38 #10 22.42 Unpacking dctrl-tools (2.24-3) ...
11:59:38 #10 22.45 Selecting previously unselected package libdebhelper-perl.
11:59:38 #10 22.46 Preparing to unpack .../080-libdebhelper-perl_13.11.4_all.deb ...
11:59:38 #10 22.46 Unpacking libdebhelper-perl (13.11.4) ...
11:59:38 #10 22.49 Selecting previously unselected package libtool.
11:59:38 #10 22.50 Preparing to unpack .../081-libtool_2.4.7-5_all.deb ...
11:59:38 #10 22.50 Unpacking libtool (2.4.7-5) ...
11:59:38 #10 22.54 Selecting previously unselected package dh-autoreconf.
11:59:38 #11 19.78 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_arm64.deb ...
11:59:38 #11 19.78 Unpacking libicu66:arm64 (66.1-2ubuntu2.1) ...
11:59:38 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 19.3s done
11:59:38 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.3s done
11:59:38 #20 9.221 Preparing to unpack .../11-clang-11_1%3a11.0.1-2_amd64.deb ...
11:59:38 #20 9.225 Unpacking clang-11 (1:11.0.1-2) ...
11:59:38 #20 9.267 Selecting previously unselected package clang.
11:59:38 #20 9.269 Preparing to unpack .../12-clang_1%3a11.0-51+nmu5_amd64.deb ...
11:59:38 #20 9.275 Unpacking clang (1:11.0-51+nmu5) ...
11:59:38 #20 9.323 Selecting previously unselected package libpfm4:amd64.
11:59:38 #20 9.325 Preparing to unpack .../13-libpfm4_4.11.1+git32-gd0b85fb-1_amd64.deb ...
11:59:38 #20 9.329 Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
11:59:38 #20 9.388 Selecting previously unselected package lld-11.
11:59:38 #20 9.390 Preparing to unpack .../14-lld-11_1%3a11.0.1-2_amd64.deb ...
11:59:38 #20 9.393 Unpacking lld-11 (1:11.0.1-2) ...
11:59:38 #13 75.62   Installing : glibc-static-2.17-326.el7_9.aarch64                        55/65 
11:59:38 #10 19.78 (104/166): perl-Fcntl-1.13-480.el9.x86_64.rpm   681 kB/s |  22 kB     00:00    
11:59:38 #10 19.78 (105/166): perl-File-Basename-2.85-480.el9.noar 610 kB/s |  18 kB     00:00    
11:59:38 #10 19.79 (106/166): perl-File-Path-2.18-4.el9.noarch.rpm 2.5 MB/s |  36 kB     00:00    
11:59:38 #10 19.79 (107/166): perl-File-Temp-0.231.100-4.el9.noarc 4.1 MB/s |  60 kB     00:00    
11:59:38 #10 19.80 (108/166): perl-File-stat-1.09-480.el9.noarch.r 1.2 MB/s |  18 kB     00:00    
11:59:38 #10 19.80 (109/166): perl-FileHandle-2.03-480.el9.noarch. 1.2 MB/s |  17 kB     00:00    
11:59:38 #10 19.81 (110/166): perl-Getopt-Long-2.52-4.el9.noarch.r 4.2 MB/s |  61 kB     00:00    
11:59:38 #10 19.81 (111/166): perl-Getopt-Std-1.12-480.el9.noarch. 1.2 MB/s |  17 kB     00:00    
11:59:38 #10 19.82 (112/166): perl-HTTP-Tiny-0.076-460.el9.noarch. 3.7 MB/s |  55 kB     00:00    
11:59:38 #10 19.82 (113/166): perl-IO-1.43-480.el9.x86_64.rpm      6.0 MB/s |  90 kB     00:00    
11:59:38 #10 19.82 (114/166): perl-IO-Socket-IP-0.41-5.el9.noarch. 2.8 MB/s |  43 kB     00:00    
11:59:38 #10 19.83 (115/166): perl-IO-Socket-SSL-2.073-1.el9.noarc  13 MB/s | 219 kB     00:00    
11:59:38 #10 19.84 (116/166): perl-IPC-Open3-1.21-480.el9.noarch.r 1.6 MB/s |  24 kB     00:00    
11:59:38 #10 19.84 (117/166): perl-MIME-Base64-3.16-4.el9.x86_64.r 1.9 MB/s |  31 kB     00:00    
11:59:38 #10 19.85 (118/166): perl-Mozilla-CA-20200520-6.el9.noarc 1.0 MB/s |  13 kB     00:00    
11:59:38 #10 19.85 (119/166): perl-NDBM_File-1.15-480.el9.x86_64.r 1.7 MB/s |  23 kB     00:00    
11:59:38 #10 19.89 (120/166): perl-Net-SSLeay-1.92-2.el9.x86_64.rp 7.7 MB/s | 388 kB     00:00    
11:59:38 #10 19.89 (121/166): perl-PathTools-3.78-461.el9.x86_64.r 2.0 MB/s |  88 kB     00:00    
11:59:38 #10 19.90 (122/166): perl-POSIX-1.94-480.el9.x86_64.rpm   1.9 MB/s |  97 kB     00:00    
11:59:38 #10 19.90 (123/166): perl-Pod-Escapes-1.07-460.el9.noarch 1.6 MB/s |  21 kB     00:00    
11:59:38 #10 19.91 (124/166): perl-Pod-Perldoc-3.28.01-461.el9.noa 6.0 MB/s |  87 kB     00:00    
11:59:38 #10 19.94 (125/166): perl-Pod-Simple-3.42-4.el9.noarch.rp 5.2 MB/s | 225 kB     00:00    
11:59:38 #10 19.94 (126/166): perl-Pod-Usage-2.01-4.el9.noarch.rpm 1.0 MB/s |  41 kB     00:00    
11:59:38 #10 19.95 (127/166): perl-Scalar-List-Utils-1.56-461.el9. 1.9 MB/s |  73 kB     00:00    
11:59:38 #10 19.96 (128/166): perl-SelectSaver-1.02-480.el9.noarch 964 kB/s |  13 kB     00:00    
11:59:38 #10 19.96 (129/166): perl-Socket-2.031-4.el9.x86_64.rpm   3.9 MB/s |  56 kB     00:00    
11:59:38 #10 19.96 (130/166): perl-Storable-3.21-460.el9.x86_64.rp 6.4 MB/s |  96 kB     00:00    
11:59:38 #10 19.97 (131/166): perl-Symbol-1.08-480.el9.noarch.rpm  1.1 MB/s |  15 kB     00:00    
11:59:38 #10 19.97 (132/166): perl-Term-ANSIColor-5.01-461.el9.noa 3.5 MB/s |  49 kB     00:00    
11:59:38 #10 19.98 (133/166): perl-Term-Cap-1.17-460.el9.noarch.rp 1.7 MB/s |  23 kB     00:00    
11:59:38 #10 19.98 (134/166): perl-Text-ParseWords-3.30-460.el9.no 1.3 MB/s |  17 kB     00:00    
11:59:38 #10 19.99 (135/166): perl-Text-Tabs+Wrap-2013.0523-460.el 1.7 MB/s |  24 kB     00:00    
11:59:38 #10 19.99 (136/166): perl-Time-Local-1.300-7.el9.noarch.r 2.4 MB/s |  34 kB     00:00    
11:59:38 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 67.74MB / 116.78MB 15.8s
11:59:38 #11 21.48 Preparing to unpack .../035-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
11:59:38 #11 21.48 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
11:59:38 #11 21.51 Selecting previously unselected package libicu71:amd64.
11:59:38 #11 21.51 Preparing to unpack .../036-libicu71_71.1-3ubuntu1_amd64.deb ...
11:59:38 #11 21.51 Unpacking libicu71:amd64 (71.1-3ubuntu1) ...
11:59:38 #11 21.69 Selecting previously unselected package libxml2:amd64.
11:59:38 #11 21.69 Preparing to unpack .../037-libxml2_2.9.14+dfsg-1ubuntu0.1_amd64.deb ...
11:59:38 #11 21.69 Unpacking libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
11:59:38 #11 21.73 Selecting previously unselected package libyaml-0-2:amd64.
11:59:38 #10 20.47 Preparing to unpack .../071-curl_7.74.0-1.3+deb11u5_arm64.deb ...
11:59:38 #10 20.47 Unpacking curl (7.74.0-1.3+deb11u5) ...
11:59:38 #10 20.53 Selecting previously unselected package dctrl-tools.
11:59:38 #10 20.53 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ...
11:59:38 #10 20.54 Unpacking dctrl-tools (2.24-3) ...
11:59:38 #10 20.57 Selecting previously unselected package libdebhelper-perl.
11:59:38 #10 20.58 Preparing to unpack .../073-libdebhelper-perl_13.3.4_all.deb ...
11:59:38 #10 20.58 Unpacking libdebhelper-perl (13.3.4) ...
11:59:38 #10 20.62 Selecting previously unselected package libtool.
11:59:38 #10 20.62 Preparing to unpack .../074-libtool_2.4.6-15_all.deb ...
11:59:38 #10 20.62 Unpacking libtool (2.4.6-15) ...
11:59:38 #10 20.67 Selecting previously unselected package dh-autoreconf.
11:59:38 #10 20.67 Preparing to unpack .../075-dh-autoreconf_20_all.deb ...
11:59:38 #10 20.68 Unpacking dh-autoreconf (20) ...
11:59:38 #11 21.28 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
11:59:38 #11 21.29 Unpacking manpages (5.10-1ubuntu1) ...
11:59:38 #11 21.42 Selecting previously unselected package openssh-client.
11:59:38 #11 21.42 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.1_amd64.deb ...
11:59:38 #11 21.43 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ...
11:59:38 #11 21.47 Selecting previously unselected package publicsuffix.
11:59:38 #11 21.47 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
11:59:38 #11 21.47 Unpacking publicsuffix (20211207.1025-1) ...
11:59:38 #11 21.50 Selecting previously unselected package libunwind8:amd64.
11:59:38 #11 21.50 Preparing to unpack .../048-libunwind8_1.3.2-2build2_amd64.deb ...
11:59:38 #11 21.51 Unpacking libunwind8:amd64 (1.3.2-2build2) ...
11:59:38 #11 21.53 Selecting previously unselected package strace.
11:59:38 #10 18.05   Preparing        :                                                        1/1 
11:59:38 #10 18.13   Installing       : systemd-libs-252-3.el9.aarch64                       1/165 
11:59:38 #10 18.14   Running scriptlet: systemd-libs-252-3.el9.aarch64                       1/165 
11:59:38 #10 18.16   Installing       : elfutils-debuginfod-client-0.188-3.el9.aarch64       2/165 
11:59:38 #10 18.17   Running scriptlet: groff-base-1.22.4-10.el9.aarch64                     3/165 
11:59:38 #10 18.22   Installing       : groff-base-1.22.4-10.el9.aarch64                     3/165 
11:59:38 #10 18.23   Running scriptlet: groff-base-1.22.4-10.el9.aarch64                     3/165 
11:59:38 #11 22.26 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ...
11:59:38 #11 22.26 Unpacking file (1:5.38-4) ...
11:59:38 #11 22.29 Selecting previously unselected package less.
11:59:38 #11 22.29 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ...
11:59:38 #11 22.29 Unpacking less (551-1ubuntu0.1) ...
11:59:38 #11 22.34 Selecting previously unselected package libelf1:amd64.
11:59:38 #11 22.34 Preparing to unpack .../019-libelf1_0.176-1.1build1_amd64.deb ...
11:59:38 #11 22.34 Unpacking libelf1:amd64 (0.176-1.1build1) ...
11:59:38 #11 22.38 Selecting previously unselected package libglib2.0-0:amd64.
11:59:38 #11 22.38 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
11:59:38 #11 22.38 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
11:59:38 #11 22.51 Selecting previously unselected package libglib2.0-data.
11:59:38 #10 22.03 Preparing to unpack .../058-dpkg-dev_1.19.8_all.deb ...
11:59:38 #10 22.03 Unpacking dpkg-dev (1.19.8) ...
11:59:38 #10 22.13 Selecting previously unselected package build-essential.
11:59:38 #10 22.13 Preparing to unpack .../059-build-essential_12.6_arm64.deb ...
11:59:38 #10 22.14 Unpacking build-essential (12.6) ...
11:59:38 #10 22.17 Selecting previously unselected package openssl.
11:59:38 #10 22.18 Preparing to unpack .../060-openssl_1.1.1n-0+deb10u3_arm64.deb ...
11:59:38 #10 22.18 Unpacking openssl (1.1.1n-0+deb10u3) ...
11:59:38 #10 22.61 Selecting previously unselected package krb5-locales.
11:59:38 #10 22.61 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.3_all.deb ...
11:59:38 #10 22.62 Unpacking krb5-locales (1.16-2ubuntu0.3) ...
11:59:38 #10 22.66 Selecting previously unselected package libedit2:amd64.
11:59:38 #10 22.66 Preparing to unpack .../032-libedit2_3.1-20170329-1_amd64.deb ...
11:59:38 #10 22.66 Unpacking libedit2:amd64 (3.1-20170329-1) ...
11:59:38 #10 22.72 Selecting previously unselected package libkrb5support0:amd64.
11:59:38 #10 22.72 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.3_amd64.deb ...
11:59:38 #10 22.72 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.3) ...
11:59:38 #10 22.76 Selecting previously unselected package libk5crypto3:amd64.
11:59:38 #10 22.77 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.3_amd64.deb ...
11:59:38 #10 22.77 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.3) ...
11:59:38 #24 0.624 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
11:59:38 #10 ...
11:59:38 
11:59:38 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:38 #7 extracting sha256:c5928ba507fb16ec29628bb31aa1805780d35c84d58614f6365a504156a84529 10.6s done
11:59:38 #7 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
11:59:38 #7 DONE 27.0s
11:59:38 
11:59:38 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:38 #10 21.16 Selecting previously unselected package libbinutils:amd64.
11:59:38 #10 21.16 Preparing to unpack .../030-libbinutils_2.40-2_amd64.deb ...
11:59:38 #10 21.16 Unpacking libbinutils:amd64 (2.40-2) ...
11:59:38 #11 12.89 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 g++ arm64 4:11.2.0-1ubuntu1 [1394 B]
11:59:38 #11 12.89 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 make arm64 4.3-4.1build1 [177 kB]
11:59:38 #11 12.89 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
11:59:38 #11 12.90 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bzip2 arm64 1.0.8-5build1 [34.6 kB]
11:59:38 #11 12.90 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patch arm64 2.7.6-7build2 [105 kB]
11:59:38 #11 12.90 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lto-disabled-list all 24 [12.5 kB]
11:59:38 #11 12.90 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
11:59:38 #11 12.91 Get:111 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 build-essential arm64 12.9ubuntu3 [4740 B]
11:59:38 #11 12.91 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
11:59:38 #11 12.97 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg2-3ubuntu1.1 [21.2 kB]
11:59:38 #11 12.97 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg2-3ubuntu1.1 [55.6 kB]
11:59:38 #11 13.04 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:59:38 #11 13.05 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
11:59:38 #11 13.05 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
11:59:38 #11 13.06 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl4 arm64 7.81.0-1ubuntu1.7 [284 kB]
11:59:38 #11 13.07 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 curl arm64 7.81.0-1ubuntu1.7 [190 kB]
11:59:38 #11 13.07 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dctrl-tools arm64 2.24-3build2 [65.2 kB]
11:59:38 #11 13.07 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
11:59:38 #11 13.08 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtool all 2.4.6-15build2 [164 kB]
11:59:38 #11 13.12 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-autoreconf all 20 [16.1 kB]
11:59:38 #11 13.12 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB]
11:59:38 #10 22.09 Preparing to unpack .../050-m4_1.4.18-1_arm64.deb ...
11:59:38 #10 22.10 Unpacking m4 (1.4.18-1) ...
11:59:38 #10 22.14 Selecting previously unselected package autoconf.
11:59:38 #10 22.14 Preparing to unpack .../051-autoconf_2.69-11_all.deb ...
11:59:38 #10 22.14 Unpacking autoconf (2.69-11) ...
11:59:38 #10 22.20 Selecting previously unselected package autotools-dev.
11:59:38 #10 22.20 Preparing to unpack .../052-autotools-dev_20180224.1_all.deb ...
11:59:38 #10 22.21 Unpacking autotools-dev (20180224.1) ...
11:59:38 #10 22.24 Selecting previously unselected package automake.
11:59:38 #10 22.25 Preparing to unpack .../053-automake_1%3a1.15.1-3ubuntu2_all.deb ...
11:59:38 #10 22.25 Unpacking automake (1:1.15.1-3ubuntu2) ...
11:59:38 #10 22.31 Selecting previously unselected package autopoint.
11:59:38 #10 22.54 Preparing to unpack .../082-dh-autoreconf_20_all.deb ...
11:59:38 #10 22.55 Unpacking dh-autoreconf (20) ...
11:59:38 #10 22.57 Selecting previously unselected package libarchive-zip-perl.
11:59:38 #10 22.58 Preparing to unpack .../083-libarchive-zip-perl_1.68-1_all.deb ...
11:59:38 #10 22.58 Unpacking libarchive-zip-perl (1.68-1) ...
11:59:38 #10 22.63 Selecting previously unselected package libsub-override-perl.
11:59:38 #10 22.63 Preparing to unpack .../084-libsub-override-perl_0.09-4_all.deb ...
11:59:38 #10 22.63 Unpacking libsub-override-perl (0.09-4) ...
11:59:38 #10 22.66 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:38 #10 22.67 Preparing to unpack .../085-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
11:59:38 #10 22.67 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
11:59:38 #10 22.70 Selecting previously unselected package dh-strip-nondeterminism.
11:59:38 #10 22.71 Preparing to unpack .../086-dh-strip-nondeterminism_1.13.1-1_all.deb ...
11:59:38 #10 22.71 Unpacking dh-strip-nondeterminism (1.13.1-1) ...
11:59:38 #10 22.75 Selecting previously unselected package libelf1:arm64.
11:59:38 #10 22.75 Preparing to unpack .../087-libelf1_0.188-2.1_arm64.deb ...
11:59:38 #10 22.75 Unpacking libelf1:arm64 (0.188-2.1) ...
11:59:38 #10 22.80 Selecting previously unselected package dwz.
11:59:38 #10 8.167 The following NEW packages will be installed:
11:59:38 #10 8.167   at autoconf automake autopoint autotools-dev binutils
11:59:38 #10 8.167   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:59:38 #10 8.167   bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper
11:59:38 #10 8.167   debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat
11:59:38 #10 8.167   dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config
11:59:38 #10 8.167   exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base
11:59:38 #10 8.167   git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:59:38 #10 8.167   gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian
11:59:38 #10 8.167   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:38 #10 8.167   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
11:59:38 #10 8.167   libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1
11:59:38 #10 8.167   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:59:38 #10 8.167   libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
11:59:38 #10 8.167   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
11:59:38 #10 8.167   libclass-inspector-perl libclass-method-modifiers-perl
11:59:38 #10 8.167   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:38 #10 8.167   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
11:59:38 #10 8.167   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:59:38 #10 8.167   libdevel-callchecker-perl libdevel-globaldestruction-perl
11:59:38 #10 8.167   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:59:38 #10 8.167   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:59:38 #10 8.167   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
11:59:38 #10 8.167   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
11:59:38 #10 8.167   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
11:59:38 #10 8.167   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
11:59:38 #10 8.167   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
11:59:38 #10 8.167   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
11:59:38 #10 8.167   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
11:59:38 #10 8.167   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
11:59:38 #10 8.167   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
11:59:38 #10 8.167   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:38 #10 8.167   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:38 #10 8.167   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
11:59:38 #10 8.167   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
11:59:38 #10 8.167   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:59:38 #10 8.167   libipc-system-simple-perl libisl19 libjson-perl libjson-xs-perl libk5crypto3
11:59:38 #10 8.167   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libkyotocabinet16v5
11:59:38 #10 8.167   libldap-2.4-2 libldap-common liblist-compare-perl liblist-moreutils-perl
11:59:38 #10 8.167   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:59:38 #10 8.167   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:59:38 #10 8.167   liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
11:59:38 #10 8.167   libmailutils5 libmariadb3 libmime-tools-perl libmodule-implementation-perl
11:59:38 #10 8.167   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
11:59:38 #10 8.167   libnamespace-clean-perl libncurses6 libnet-dns-perl libnet-dns-sec-perl
11:59:38 #10 8.167   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:59:38 #10 8.167   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0
11:59:38 #10 8.167   libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16
11:59:38 #10 8.167   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:38 #10 8.167   libparams-util-perl libparams-validate-perl libparse-debianchangelog-perl
11:59:38 #10 8.167   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
11:59:38 #10 8.167   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
11:59:38 #10 8.167   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
11:59:38 #10 8.167   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
11:59:38 #10 8.167   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:38 #10 8.167   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:38 #10 8.167   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:59:38 #10 8.167   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
11:59:38 #10 8.167   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
11:59:38 #10 8.167   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
11:59:38 #10 8.167   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:59:38 #10 8.167   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:59:38 #10 8.167   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
11:59:38 #10 8.167   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
11:59:38 #10 8.167   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl
11:59:38 #10 8.167   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:59:38 #10 8.167   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
11:59:38 #10 8.167   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
11:59:38 #10 8.167   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:38 #10 8.167   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:38 #10 8.167   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
11:59:38 #10 8.167   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
11:59:38 #10 8.167   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
11:59:38 #10 8.167   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
11:59:38 #10 8.167   mariadb-common mime-support mysql-common netbase openssh-client openssl
11:59:38 #10 8.167   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:59:38 #10 8.167   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
11:59:38 #10 8.167   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:59:38 #10 8.167   python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:38 #10 8.167   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:38 #10 8.167   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
11:59:38 #10 8.167   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
11:59:38 #11 18.78 Get:405 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lzop arm64 1.04-2build2 [84.0 kB]
11:59:38 #8 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
11:59:38 #20 9.530 Selecting previously unselected package lld.
11:59:38 #20 9.532 Preparing to unpack .../15-lld_1%3a11.0-51+nmu5_amd64.deb ...
11:59:38 #20 9.536 Unpacking lld (1:11.0-51+nmu5) ...
11:59:38 #20 9.567 Selecting previously unselected package llvm-11-runtime.
11:59:38 #20 9.569 Preparing to unpack .../16-llvm-11-runtime_1%3a11.0.1-2_amd64.deb ...
11:59:38 #20 9.573 Unpacking llvm-11-runtime (1:11.0.1-2) ...
11:59:38 #20 9.614 Selecting previously unselected package llvm-runtime.
11:59:38 #9 extracting sha256:ea76bddfd7899a657734d030ec7b4f115fa489f31ceb4975711d5133a9f25b2b done
11:59:38 #10 25.42 Selecting previously unselected package cpp.
11:59:38 #10 25.42 Preparing to unpack .../040-cpp_4%3a8.3.0-1_amd64.deb ...
11:59:38 #10 25.43 Unpacking cpp (4:8.3.0-1) ...
11:59:38 #8 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 114.29MB / 116.78MB 19.7s
11:59:38 #10 20.00 (137/166): perl-URI-5.09-3.el9.noarch.rpm       7.8 MB/s | 121 kB     00:00    
11:59:38 #10 20.00 (138/166): perl-base-2.27-480.el9.noarch.rpm    1.2 MB/s |  17 kB     00:00    
11:59:38 #10 20.01 (139/166): perl-constant-1.33-461.el9.noarch.rp 1.5 MB/s |  24 kB     00:00    
11:59:38 #10 20.01 (140/166): perl-if-0.60.800-480.el9.noarch.rpm  1.0 MB/s |  15 kB     00:00    
11:59:38 #10 20.02 (141/166): perl-interpreter-5.32.1-480.el9.x86_ 4.8 MB/s |  72 kB     00:00    
11:59:38 #10 20.02 (142/166): perl-libnet-3.13-4.el9.noarch.rpm    8.5 MB/s | 130 kB     00:00    
11:59:38 #10 20.03 (143/166): perl-mro-1.23-480.el9.x86_64.rpm     2.1 MB/s |  29 kB     00:00    
11:59:38 #10 20.04 (144/166): perl-overload-1.31-480.el9.noarch.rp 3.3 MB/s |  47 kB     00:00    
11:59:38 #10 20.04 (145/166): perl-overloading-0.02-480.el9.noarch 1.1 MB/s |  14 kB     00:00    
11:59:38 #10 20.06 (146/166): perl-libs-5.32.1-480.el9.x86_64.rpm   45 MB/s | 2.2 MB     00:00    
11:59:38 #10 20.06 (147/166): perl-parent-0.238-460.el9.noarch.rpm 543 kB/s |  15 kB     00:00    
11:59:38 #10 20.07 (148/166): perl-podlators-4.14-460.el9.noarch.r 4.6 MB/s | 114 kB     00:00    
11:59:38 #10 20.08 (149/166): perl-srpm-macros-1-41.el9.noarch.rpm 678 kB/s | 9.1 kB     00:00    
11:59:38 #10 20.08 (150/166): perl-subs-1.03-480.el9.noarch.rpm    969 kB/s |  13 kB     00:00    
11:59:38 #10 20.08 (151/166): perl-vars-1.05-480.el9.noarch.rpm    1.1 MB/s |  14 kB     00:00    
11:59:38 #10 20.09 (152/166): policycoreutils-python-utils-3.5-0.r 4.9 MB/s |  75 kB     00:00    
11:59:38 #10 20.12 (153/166): python-srpm-macros-3.9-52.el9.noarch 522 kB/s |  24 kB     00:00    
11:59:38 #10 20.13 (154/166): python3-audit-3.0.7-103.el9.x86_64.r 1.8 MB/s |  84 kB     00:00    
11:59:38 #10 20.13 (155/166): python3-enchant-3.2.0-5.el9.noarch.r 2.1 MB/s |  86 kB     00:00    
11:59:38 #10 20.14 (156/166): python3-file-magic-5.39-10.el9.noarc 1.2 MB/s |  17 kB     00:00    
11:59:38 #10 20.15 (157/166): python3-libsemanage-3.5-0.rc1.1.el9. 5.4 MB/s |  80 kB     00:00    
11:59:38 #10 20.15 (158/166): python3-libselinux-3.5-0.rc1.1.el9.x 8.9 MB/s | 187 kB     00:00    
11:59:38 #10 20.16 (159/166): qt5-srpm-macros-5.15.3-1.el9.noarch. 762 kB/s | 9.7 kB     00:00    
11:59:38 #10 20.17 (160/166): redhat-rpm-config-197-1.el9.noarch.r 5.0 MB/s |  73 kB     00:00    
11:59:38 #10 20.18 (161/166): python3-policycoreutils-3.5-0.rc1.2.  49 MB/s | 2.1 MB     00:00    
11:59:38 #10 20.19 (162/166): rpm-build-4.16.1.3-22.el9.x86_64.rpm 3.8 MB/s | 101 kB     00:00    
11:59:38 #10 20.19 (163/166): rpmlint-1.11-19.el9.noarch.rpm       7.9 MB/s | 198 kB     00:00    
11:59:38 #10 20.20 (164/166): rust-srpm-macros-17-4.el9.noarch.rpm 851 kB/s |  10 kB     00:00    
11:59:38 #10 20.20 (165/166): scl-utils-2.0.3-4.el9.x86_64.rpm     2.7 MB/s |  37 kB     00:00    
11:59:38 #10 20.71 Selecting previously unselected package libarchive-zip-perl.
11:59:38 #10 20.71 Preparing to unpack .../076-libarchive-zip-perl_1.68-1_all.deb ...
11:59:38 #10 20.71 Unpacking libarchive-zip-perl (1.68-1) ...
11:59:38 #11 21.73 Preparing to unpack .../038-libyaml-0-2_0.2.5-1_amd64.deb ...
11:59:38 #11 21.74 Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
11:59:38 #10 20.75 Selecting previously unselected package libsub-override-perl.
11:59:38 #10 20.75 Preparing to unpack .../077-libsub-override-perl_0.09-2_all.deb ...
11:59:38 #11 21.77 Selecting previously unselected package lsb-release.
11:59:38 #11 21.77 Preparing to unpack .../039-lsb-release_11.2ubuntu1_all.deb ...
11:59:38 #10 20.75 Unpacking libsub-override-perl (0.09-2) ...
11:59:38 #10 20.79 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:38 #11 21.77 Unpacking lsb-release (11.2ubuntu1) ...
11:59:38 #11 21.80 Selecting previously unselected package netbase.
11:59:38 #10 20.79 Preparing to unpack .../078-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
11:59:38 #10 20.80 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
11:59:38 #11 21.80 Preparing to unpack .../040-netbase_6.3_all.deb ...
11:59:38 #11 21.81 Unpacking netbase (6.3) ...
11:59:38 #11 21.83 Selecting previously unselected package python3-dbus.
11:59:38 #10 20.83 Selecting previously unselected package dh-strip-nondeterminism.
11:59:38 #10 20.83 Preparing to unpack .../079-dh-strip-nondeterminism_1.12.0-1_all.deb ...
11:59:38 #11 21.83 Preparing to unpack .../041-python3-dbus_1.2.18-3build1_amd64.deb ...
11:59:38 #11 21.83 Unpacking python3-dbus (1.2.18-3build1) ...
11:59:38 #10 20.83 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
11:59:38 #10 20.88 Selecting previously unselected package libelf1:arm64.
11:59:38 #11 21.86 Selecting previously unselected package python3-gi.
11:59:38 #10 20.89 Preparing to unpack .../080-libelf1_0.183-1_arm64.deb ...
11:59:38 #11 21.86 Preparing to unpack .../042-python3-gi_3.42.2-2_amd64.deb ...
11:59:38 #11 21.87 Unpacking python3-gi (3.42.2-2) ...
11:59:38 #11 21.91 Selecting previously unselected package networkd-dispatcher.
11:59:38 #10 20.89 Unpacking libelf1:arm64 (0.183-1) ...
11:59:38 #10 20.93 Selecting previously unselected package dwz.
11:59:38 #11 21.91 Preparing to unpack .../043-networkd-dispatcher_2.1-2ubuntu1_all.deb ...
11:59:38 #11 21.91 Unpacking networkd-dispatcher (2.1-2ubuntu1) ...
11:59:38 #11 21.93 Selecting previously unselected package python-apt-common.
11:59:38 #11 21.53 Preparing to unpack .../049-strace_5.16-0ubuntu3_amd64.deb ...
11:59:38 #11 21.54 Unpacking strace (5.16-0ubuntu3) ...
11:59:38 #11 21.58 Selecting previously unselected package xauth.
11:59:38 #11 21.58 Preparing to unpack .../050-xauth_1%3a1.1-1build2_amd64.deb ...
11:59:38 #11 21.58 Unpacking xauth (1:1.1-1build2) ...
11:59:38 #11 21.61 Selecting previously unselected package xz-utils.
11:59:38 #11 21.62 Preparing to unpack .../051-xz-utils_5.2.5-2ubuntu1_amd64.deb ...
11:59:38 #11 21.62 Unpacking xz-utils (5.2.5-2ubuntu1) ...
11:59:38 #11 21.66 Selecting previously unselected package libsigsegv2:amd64.
11:59:38 #11 21.66 Preparing to unpack .../052-libsigsegv2_2.13-1ubuntu3_amd64.deb ...
11:59:38 #11 21.66 Unpacking libsigsegv2:amd64 (2.13-1ubuntu3) ...
11:59:38 #11 21.69 Selecting previously unselected package m4.
11:59:38 #11 21.69 Preparing to unpack .../053-m4_1.4.18-5ubuntu2_amd64.deb ...
11:59:38 #11 21.69 Unpacking m4 (1.4.18-5ubuntu2) ...
11:59:38 #11 21.72 Selecting previously unselected package autoconf.
11:59:38 #11 21.72 Preparing to unpack .../054-autoconf_2.71-2_all.deb ...
11:59:38 #11 21.72 Unpacking autoconf (2.71-2) ...
11:59:38 #11 21.76 Selecting previously unselected package autotools-dev.
11:59:38 #11 21.76 Preparing to unpack .../055-autotools-dev_20220109.1_all.deb ...
11:59:38 #11 21.77 Unpacking autotools-dev (20220109.1) ...
11:59:38 #11 21.80 Selecting previously unselected package automake.
11:59:38 #11 21.81 Preparing to unpack .../056-automake_1%3a1.16.5-1.3_all.deb ...
11:59:38 #11 21.81 Unpacking automake (1:1.16.5-1.3) ...
11:59:38 #11 21.86 Selecting previously unselected package autopoint.
11:59:38 #11 21.86 Preparing to unpack .../057-autopoint_0.21-4ubuntu4_all.deb ...
11:59:38 #10 18.24   Installing       : file-5.39-10.el9.aarch64                             4/165 
11:59:38 #10 18.25   Installing       : python3-libselinux-3.5-0.rc1.1.el9.aarch64           5/165 
11:59:38 #10 18.26   Installing       : xz-5.2.5-8.el9.aarch64                               6/165 
11:59:38 #10 18.27   Installing       : unzip-6.0-56.el9.aarch64                             7/165 
11:59:38 #10 18.34   Installing       : python3-setuptools-53.0.0-12.el9.noarch              8/165 
11:59:38 #10 18.35   Installing       : libproxy-0.4.15-35.el9.aarch64                       9/165 
11:59:38 #10 18.36   Installing       : less-590-1.el9.aarch64                              10/165 
11:59:38 #10 18.38   Installing       : diffutils-3.7-12.el9.aarch64                        11/165 
11:59:38 #10 18.39   Installing       : cracklib-2.9.6-27.el9.aarch64                       12/165 
11:59:38 #10 18.40   Installing       : cpio-2.13-16.el9.aarch64                            13/165 
11:59:38 #10 18.41   Installing       : bzip2-1.0.8-8.el9.aarch64                           14/165 
11:59:38 #10 22.28 Selecting previously unselected package ca-certificates.
11:59:38 #10 22.29 Preparing to unpack .../061-ca-certificates_20200601~deb10u2_all.deb ...
11:59:38 #10 22.29 Unpacking ca-certificates (20200601~deb10u2) ...
11:59:38 #10 22.35 Selecting previously unselected package libsasl2-modules-db:arm64.
11:59:38 #10 22.35 Preparing to unpack .../062-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ...
11:59:38 #10 22.35 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:59:38 #10 22.40 Selecting previously unselected package libsasl2-2:arm64.
11:59:38 #10 22.40 Preparing to unpack .../063-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ...
11:59:38 #10 22.40 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:59:38 #10 22.45 Selecting previously unselected package libldap-common.
11:59:38 #10 22.45 Preparing to unpack .../064-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
11:59:38 #10 22.46 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:59:38 #10 22.50 Selecting previously unselected package libldap-2.4-2:arm64.
11:59:38 #10 22.50 Preparing to unpack .../065-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ...
11:59:38 #10 22.51 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
11:59:38 #10 22.56 Selecting previously unselected package libnghttp2-14:arm64.
11:59:38 #10 22.57 Preparing to unpack .../066-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
11:59:38 #10 22.57 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
11:59:38 #10 22.62 Selecting previously unselected package libpsl5:arm64.
11:59:38 #11 22.52 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
11:59:38 #11 22.52 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:59:38 #11 22.58 Selecting previously unselected package tzdata.
11:59:38 #11 22.58 Preparing to unpack .../022-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
11:59:38 #11 22.59 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
11:59:38 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.3s done
11:59:38 #7 ...
11:59:38 
11:59:38 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bookworm@sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
11:59:38 #9 extracting sha256:8996396f59eed9eb8fefcd3cb2a089c66dfe6797fe502612682235a872396dc8 12.9s done
11:59:38 #10 22.82 Selecting previously unselected package libkeyutils1:amd64.
11:59:38 #10 22.82 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ...
11:59:38 #10 22.83 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
11:59:38 #10 22.88 Selecting previously unselected package libkrb5-3:amd64.
11:59:38 #10 22.88 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.3_amd64.deb ...
11:59:38 #10 22.89 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.3) ...
11:59:38 #10 22.97 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:59:38 #10 22.97 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.3_amd64.deb ...
11:59:38 #10 22.97 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.3) ...
11:59:38 #10 23.02 Selecting previously unselected package libpsl5:amd64.
11:59:38 #10 23.02 Preparing to unpack .../038-libpsl5_0.19.1-5build1_amd64.deb ...
11:59:38 #10 23.03 Unpacking libpsl5:amd64 (0.19.1-5build1) ...
11:59:38 #10 21.28 Selecting previously unselected package libctf-nobfd0:amd64.
11:59:38 #10 21.28 Preparing to unpack .../031-libctf-nobfd0_2.40-2_amd64.deb ...
11:59:38 #10 21.29 Unpacking libctf-nobfd0:amd64 (2.40-2) ...
11:59:38 #10 21.35 Selecting previously unselected package libctf0:amd64.
11:59:38 #10 21.35 Preparing to unpack .../032-libctf0_2.40-2_amd64.deb ...
11:59:38 #10 21.35 Unpacking libctf0:amd64 (2.40-2) ...
11:59:38 #10 21.41 Selecting previously unselected package libgprofng0:amd64.
11:59:38 #10 21.41 Preparing to unpack .../033-libgprofng0_2.40-2_amd64.deb ...
11:59:38 #10 21.42 Unpacking libgprofng0:amd64 (2.40-2) ...
11:59:38 #11 13.19 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-override-perl all 0.09-2 [9532 B]
11:59:38 #11 13.19 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:59:38 #11 13.19 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:59:38 #11 13.19 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdw1 arm64 0.186-1build1 [246 kB]
11:59:38 #11 13.20 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debugedit arm64 1:5.0-4build1 [46.5 kB]
11:59:38 #11 13.20 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dwz arm64 0.14-1build2 [102 kB]
11:59:38 #11 13.21 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext arm64 0.21-4ubuntu4 [846 kB]
11:59:38 #11 13.23 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:59:38 #11 13.27 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 po-debconf all 1.0.21+nmu1 [233 kB]
11:59:38 #11 13.27 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debhelper all 13.6ubuntu1 [923 kB]
11:59:38 #10 22.32 Preparing to unpack .../054-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
11:59:38 #10 22.32 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
11:59:38 #10 22.36 Selecting previously unselected package binutils-common:arm64.
11:59:38 #10 22.36 Preparing to unpack .../055-binutils-common_2.30-21ubuntu1~18.04.8_arm64.deb ...
11:59:38 #10 22.36 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.8) ...
11:59:38 #10 22.41 Selecting previously unselected package libbinutils:arm64.
11:59:38 #10 22.41 Preparing to unpack .../056-libbinutils_2.30-21ubuntu1~18.04.8_arm64.deb ...
11:59:38 #10 22.41 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.8) ...
11:59:38 #10 22.47 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:59:38 #10 22.48 Preparing to unpack .../057-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.8_arm64.deb ...
11:59:38 #10 22.48 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.8) ...
11:59:38 #10 22.80 Preparing to unpack .../088-dwz_0.15-1_arm64.deb ...
11:59:38 #10 22.80 Unpacking dwz (0.15-1) ...
11:59:38 #10 22.84 Selecting previously unselected package libicu72:arm64.
11:59:38 #10 22.84 Preparing to unpack .../089-libicu72_72.1-3_arm64.deb ...
11:59:38 #10 22.85 Unpacking libicu72:arm64 (72.1-3) ...
11:59:38 #10 8.443 0 upgraded, 359 newly installed, 0 to remove and 0 not upgraded.
11:59:38 #10 8.443 Need to get 156 MB of archives.
11:59:38 #10 8.443 After this operation, 480 MB of additional disk space will be used.
11:59:38 #10 8.443 Get:1 http://deb.debian.org/debian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
11:59:38 #10 8.445 Get:2 http://deb.debian.org/debian buster/main armhf lsb-base all 10.2019051400 [28.4 kB]
11:59:38 #10 8.449 Get:3 http://deb.debian.org/debian buster/main armhf cron armhf 3.0pl1-134+deb10u1 [95.3 kB]
11:59:38 #11 19.05 Get:406 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 t1utils arm64 1.41-4build2 [61.5 kB]
11:59:38 #11 19.10 Get:407 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 unzip arm64 6.0-27ubuntu1 [170 kB]
11:59:38 #8 DONE 26.2s
11:59:38 
11:59:38 #10 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
11:59:38 #20 9.615 Preparing to unpack .../17-llvm-runtime_1%3a11.0-51+nmu5_amd64.deb ...
11:59:38 #20 9.619 Unpacking llvm-runtime (1:11.0-51+nmu5) ...
11:59:38 #20 9.642 Selecting previously unselected package llvm-11.
11:59:38 #20 9.644 Preparing to unpack .../18-llvm-11_1%3a11.0.1-2_amd64.deb ...
11:59:38 #20 9.647 Unpacking llvm-11 (1:11.0.1-2) ...
11:59:38 #9 DONE 27.6s
11:59:38 
11:59:38 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:38 #10 14.69 Selecting previously unselected package libgdbm-compat4:amd64.
11:59:38 #10 14.69 Preparing to unpack .../07-libgdbm-compat4_1.19-2_amd64.deb ...
11:59:38 #10 14.70 Unpacking libgdbm-compat4:amd64 (1.19-2) ...
11:59:38 #10 14.74 Selecting previously unselected package libperl5.32:amd64.
11:59:38 #10 14.74 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_amd64.deb ...
11:59:38 #10 14.75 Unpacking libperl5.32:amd64 (5.32.1-4+deb11u2) ...
11:59:38 #10 15.54 Selecting previously unselected package perl.
11:59:38 #10 15.54 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_amd64.deb ...
11:59:38 #10 15.55 Unpacking perl (5.32.1-4+deb11u2) ...
11:59:38 #10 15.66 Selecting previously unselected package liblocale-gettext-perl.
11:59:38 #10 15.66 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
11:59:38 #10 15.67 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
11:59:38 #10 15.73 Selecting previously unselected package libpython3.9-minimal:amd64.
11:59:38 #10 15.73 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_amd64.deb ...
11:59:38 #10 15.74 Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
11:59:38 #10 16.00 Selecting previously unselected package libexpat1:amd64.
11:59:38 #10 16.01 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_amd64.deb ...
11:59:38 #10 16.01 Unpacking libexpat1:amd64 (2.2.10-2+deb11u5) ...
11:59:38 #10 16.07 Selecting previously unselected package python3.9-minimal.
11:59:38 #10 16.07 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_amd64.deb ...
11:59:38 #10 16.08 Unpacking python3.9-minimal (3.9.2-1) ...
11:59:38 #10 16.42 Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
11:59:38 #10 16.44 Setting up libexpat1:amd64 (2.2.10-2+deb11u5) ...
11:59:38 #10 16.45 Setting up python3.9-minimal (3.9.2-1) ...
11:59:38 #10 17.43 Selecting previously unselected package python3-minimal.
11:59:38 #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 ... 9516 files and directories currently installed.)
11:59:38 #10 17.44 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
11:59:38 #10 17.45 Unpacking python3-minimal (3.9.2-3) ...
11:59:38 #10 17.49 Selecting previously unselected package media-types.
11:59:38 #10 17.49 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:59:38 #10 17.50 Unpacking media-types (4.0.0) ...
11:59:38 #10 17.55 Selecting previously unselected package libmpdec3:amd64.
11:59:38 #10 17.55 Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
11:59:38 #10 17.56 Unpacking libmpdec3:amd64 (2.5.1-1) ...
11:59:38 #10 17.62 Selecting previously unselected package libncursesw6:amd64.
11:59:38 #10 17.62 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_amd64.deb ...
11:59:38 #10 17.63 Unpacking libncursesw6:amd64 (6.2+20201114-2) ...
11:59:38 #10 17.70 Selecting previously unselected package readline-common.
11:59:38 #10 17.70 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
11:59:38 #10 17.71 Unpacking readline-common (8.1-1) ...
11:59:38 #10 17.76 Selecting previously unselected package libreadline8:amd64.
11:59:38 #10 17.76 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
11:59:38 #10 17.77 Unpacking libreadline8:amd64 (8.1-1) ...
11:59:38 #10 17.84 Selecting previously unselected package libsqlite3-0:amd64.
11:59:38 #10 17.84 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
11:59:38 #10 17.84 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
11:59:38 #10 17.97 Selecting previously unselected package libpython3.9-stdlib:amd64.
11:59:38 #10 17.97 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
11:59:38 #10 17.97 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
11:59:38 #10 18.26 Selecting previously unselected package python3.9.
11:59:38 #10 18.26 Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
11:59:38 #10 18.27 Unpacking python3.9 (3.9.2-1) ...
11:59:38 #10 18.32 Selecting previously unselected package libpython3-stdlib:amd64.
11:59:38 #10 18.33 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
11:59:38 #10 18.34 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
11:59:38 #10 18.39 Setting up python3-minimal (3.9.2-3) ...
11:59:38 #10 18.75 Selecting previously unselected package python3.
11:59:38 #10 18.75 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9954 files and directories currently installed.)
11:59:38 #10 18.75 Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ...
11:59:38 #10 18.76 Unpacking python3 (3.9.2-3) ...
11:59:38 #10 18.81 Selecting previously unselected package less.
11:59:38 #10 18.81 Preparing to unpack .../001-less_551-2_amd64.deb ...
11:59:38 #10 18.82 Unpacking less (551-2) ...
11:59:38 #10 18.88 Selecting previously unselected package netbase.
11:59:38 #10 18.88 Preparing to unpack .../002-netbase_6.3_all.deb ...
11:59:38 #10 18.88 Unpacking netbase (6.3) ...
11:59:38 #10 18.92 Selecting previously unselected package sensible-utils.
11:59:38 #10 18.92 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
11:59:38 #10 18.92 Unpacking sensible-utils (0.0.14) ...
11:59:38 #10 18.97 Selecting previously unselected package bzip2.
11:59:38 #10 18.97 Preparing to unpack .../004-bzip2_1.0.8-4_amd64.deb ...
11:59:38 #10 18.97 Unpacking bzip2 (1.0.8-4) ...
11:59:38 #10 19.03 Selecting previously unselected package openssl.
11:59:38 #10 19.03 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u3_amd64.deb ...
11:59:38 #10 19.04 Unpacking openssl (1.1.1n-0+deb11u3) ...
11:59:38 #10 19.21 Selecting previously unselected package ca-certificates.
11:59:38 #10 19.21 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
11:59:38 #10 19.21 Unpacking ca-certificates (20210119) ...
11:59:38 #10 19.30 Selecting previously unselected package libmagic-mgc.
11:59:38 #10 19.30 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_amd64.deb ...
11:59:38 #10 19.30 Unpacking libmagic-mgc (1:5.39-3) ...
11:59:38 #10 19.42 Selecting previously unselected package libmagic1:amd64.
11:59:38 #10 19.43 Preparing to unpack .../008-libmagic1_1%3a5.39-3_amd64.deb ...
11:59:38 #10 19.43 Unpacking libmagic1:amd64 (1:5.39-3) ...
11:59:38 #10 19.49 Selecting previously unselected package file.
11:59:38 #10 19.49 Preparing to unpack .../009-file_1%3a5.39-3_amd64.deb ...
11:59:38 #10 19.50 Unpacking file (1:5.39-3) ...
11:59:38 #10 19.55 Selecting previously unselected package gettext-base.
11:59:38 #10 19.55 Preparing to unpack .../010-gettext-base_0.21-4_amd64.deb ...
11:59:38 #10 19.55 Unpacking gettext-base (0.21-4) ...
11:59:38 #10 19.62 Selecting previously unselected package manpages.
11:59:38 #10 19.62 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
11:59:38 #10 19.62 Unpacking manpages (5.10-1) ...
11:59:38 #10 19.83 Selecting previously unselected package libmd0:amd64.
11:59:38 #10 19.83 Preparing to unpack .../012-libmd0_1.0.3-3_amd64.deb ...
11:59:38 #10 19.83 Unpacking libmd0:amd64 (1.0.3-3) ...
11:59:38 #10 19.88 Selecting previously unselected package libbsd0:amd64.
11:59:38 #10 19.88 Preparing to unpack .../013-libbsd0_0.11.3-1_amd64.deb ...
11:59:38 #10 19.89 Unpacking libbsd0:amd64 (0.11.3-1) ...
11:59:38 #10 20.00 Selecting previously unselected package libedit2:amd64.
11:59:38 #10 20.00 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_amd64.deb ...
11:59:38 #10 20.01 Unpacking libedit2:amd64 (3.1-20191231-2+b1) ...
11:59:38 #10 20.06 Selecting previously unselected package libcbor0:amd64.
11:59:38 #10 20.07 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_amd64.deb ...
11:59:38 #10 20.08 Unpacking libcbor0:amd64 (0.5.0+dfsg-2) ...
11:59:38 #10 20.12 Selecting previously unselected package libfido2-1:amd64.
11:59:38 #10 20.12 Preparing to unpack .../016-libfido2-1_1.6.0-2_amd64.deb ...
11:59:38 #10 20.13 Unpacking libfido2-1:amd64 (1.6.0-2) ...
11:59:38 #10 20.19 Selecting previously unselected package openssh-client.
11:59:38 #10 20.19 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_amd64.deb ...
11:59:38 #10 20.19 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
11:59:38 #10 20.38 Selecting previously unselected package ucf.
11:59:38 #10 20.38 Preparing to unpack .../018-ucf_3.0043_all.deb ...
11:59:38 #10 20.39 Moving old data out of the way
11:59:38 #10 20.39 Unpacking ucf (3.0043) ...
11:59:38 #10 20.45 Selecting previously unselected package xz-utils.
11:59:38 #10 20.45 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
11:59:38 #10 20.45 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:59:38 #10 20.59 Selecting previously unselected package libsigsegv2:amd64.
11:59:38 #10 20.60 Preparing to unpack .../020-libsigsegv2_2.13-1_amd64.deb ...
11:59:38 #10 20.60 Unpacking libsigsegv2:amd64 (2.13-1) ...
11:59:38 #10 20.66 Selecting previously unselected package m4.
11:59:38 #10 20.66 Preparing to unpack .../021-m4_1.4.18-5_amd64.deb ...
11:59:38 #10 20.67 Unpacking m4 (1.4.18-5) ...
11:59:38 #10 20.80 Selecting previously unselected package autoconf.
11:59:38 #10 20.80 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
11:59:38 #10 20.80 Unpacking autoconf (2.69-14) ...
11:59:38 #10 20.88 Selecting previously unselected package autotools-dev.
11:59:38 #10 20.89 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
11:59:38 #10 20.89 Unpacking autotools-dev (20180224.1+nmu1) ...
11:59:38 #10 20.94 Selecting previously unselected package automake.
11:59:38 #10 20.94 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
11:59:38 #10 20.95 Unpacking automake (1:1.16.3-2) ...
11:59:38 #10 21.06 Selecting previously unselected package autopoint.
11:59:38 #10 21.06 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
11:59:38 #10 21.07 Unpacking autopoint (0.21-4) ...
11:59:38 #10 21.13 Selecting previously unselected package binutils-common:amd64.
11:59:38 #10 21.13 Preparing to unpack .../026-binutils-common_2.35.2-2_amd64.deb ...
11:59:38 #10 21.15 Unpacking binutils-common:amd64 (2.35.2-2) ...
11:59:38 #11 20.46 Selecting previously unselected package libxml2:arm64.
11:59:38 #11 20.46 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_arm64.deb ...
11:59:38 #11 20.46 Unpacking libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:59:38 #11 20.54 Selecting previously unselected package libyaml-0-2:arm64.
11:59:38 #11 20.54 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_arm64.deb ...
11:59:38 #11 20.54 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
11:59:38 #11 20.59 Selecting previously unselected package lsb-release.
11:59:38 #11 20.59 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
11:59:38 #11 20.59 Unpacking lsb-release (11.1.0ubuntu2) ...
11:59:38 #11 20.63 Selecting previously unselected package netbase.
11:59:38 #11 20.63 Preparing to unpack .../027-netbase_6.1_all.deb ...
11:59:38 #11 20.63 Unpacking netbase (6.1) ...
11:59:38 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 0.1s
11:59:38 #10 25.56 Selecting previously unselected package libcc1-0:amd64.
11:59:38 #10 25.56 Preparing to unpack .../041-libcc1-0_8.3.0-6_amd64.deb ...
11:59:38 #10 25.57 Unpacking libcc1-0:amd64 (8.3.0-6) ...
11:59:38 #10 25.68 Selecting previously unselected package libgomp1:amd64.
11:59:38 #10 25.68 Preparing to unpack .../042-libgomp1_8.3.0-6_amd64.deb ...
11:59:38 #10 25.69 Unpacking libgomp1:amd64 (8.3.0-6) ...
11:59:38 #10 25.78 Selecting previously unselected package libitm1:amd64.
11:59:38 #8 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.3s done
11:59:39 #10 20.38 (166/166): webkit2gtk3-jsc-2.38.3-1.el9.x86_64.  36 MB/s | 6.5 MB     00:00    
11:59:39 #10 20.38 --------------------------------------------------------------------------------
11:59:39 #10 20.38 Total                                            12 MB/s |  75 MB     00:06     
11:59:39 #12 9.142 CentOS Stream 8 - BaseOS                         17 MB/s |  21 MB     00:01    
11:59:39 #10 20.93 Preparing to unpack .../081-dwz_0.13+20210201-1_arm64.deb ...
11:59:39 #10 20.94 Unpacking dwz (0.13+20210201-1) ...
11:59:39 #10 20.98 Selecting previously unselected package libicu67:arm64.
11:59:39 #10 20.98 Preparing to unpack .../082-libicu67_67.1-7_arm64.deb ...
11:59:39 #10 20.99 Unpacking libicu67:arm64 (67.1-7) ...
11:59:39 #11 21.94 Preparing to unpack .../044-python-apt-common_2.4.0+22.10_all.deb ...
11:59:39 #11 21.94 Unpacking python-apt-common (2.4.0+22.10) ...
11:59:39 #11 21.97 Selecting previously unselected package python3-apt.
11:59:39 #11 21.97 Preparing to unpack .../045-python3-apt_2.4.0+22.10_amd64.deb ...
11:59:39 #11 21.97 Unpacking python3-apt (2.4.0+22.10) ...
11:59:39 #11 22.00 Selecting previously unselected package python3-pkg-resources.
11:59:39 #11 22.00 Preparing to unpack .../046-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
11:59:39 #11 22.01 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:59:39 #11 22.04 Selecting previously unselected package shared-mime-info.
11:59:39 #11 22.04 Preparing to unpack .../047-shared-mime-info_2.2-1_amd64.deb ...
11:59:39 #11 22.05 Unpacking shared-mime-info (2.2-1) ...
11:59:39 #11 22.09 Selecting previously unselected package systemd-resolved.
11:59:39 #11 22.09 Preparing to unpack .../048-systemd-resolved_251.4-1ubuntu7_amd64.deb ...
11:59:39 #11 22.09 Unpacking systemd-resolved (251.4-1ubuntu7) ...
11:59:39 #11 22.13 Selecting previously unselected package systemd-timesyncd.
11:59:39 #11 22.13 Preparing to unpack .../049-systemd-timesyncd_251.4-1ubuntu7_amd64.deb ...
11:59:39 #11 22.13 Unpacking systemd-timesyncd (251.4-1ubuntu7) ...
11:59:39 #11 22.17 Selecting previously unselected package ucf.
11:59:39 #11 22.17 Preparing to unpack .../050-ucf_3.0043_all.deb ...
11:59:39 #11 22.17 Moving old data out of the way
11:59:39 #11 22.17 Unpacking ucf (3.0043) ...
11:59:39 #11 22.21 Selecting previously unselected package xdg-user-dirs.
11:59:39 #11 22.21 Preparing to unpack .../051-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
11:59:39 #11 22.22 Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
11:59:39 #11 22.26 Selecting previously unselected package bsdextrautils.
11:59:39 #11 22.26 Preparing to unpack .../052-bsdextrautils_2.38-4ubuntu1_amd64.deb ...
11:59:39 #11 22.27 Unpacking bsdextrautils (2.38-4ubuntu1) ...
11:59:39 #11 21.87 Unpacking autopoint (0.21-4ubuntu4) ...
11:59:39 #11 21.90 Selecting previously unselected package binutils-common:amd64.
11:59:39 #11 21.90 Preparing to unpack .../058-binutils-common_2.38-4ubuntu2.1_amd64.deb ...
11:59:39 #11 21.91 Unpacking binutils-common:amd64 (2.38-4ubuntu2.1) ...
11:59:39 #11 21.94 Selecting previously unselected package libbinutils:amd64.
11:59:39 #11 21.94 Preparing to unpack .../059-libbinutils_2.38-4ubuntu2.1_amd64.deb ...
11:59:39 #11 21.95 Unpacking libbinutils:amd64 (2.38-4ubuntu2.1) ...
11:59:39 #11 22.00 Selecting previously unselected package libctf-nobfd0:amd64.
11:59:39 #10 18.48   Installing       : cracklib-dicts-2.9.6-27.el9.aarch64                 15/165 
11:59:39 #10 18.48   Installing       : python3-distro-1.5.0-7.el9.noarch                   16/165 
11:59:39 #10 18.52   Installing       : python3-setools-4.4.0-5.el9.aarch64                 17/165 
11:59:39 #10 18.53   Installing       : zip-3.0-33.el9.aarch64                              18/165 
11:59:39 #10 18.54   Installing       : python3-libsemanage-3.5-0.rc1.1.el9.aarch64         19/165 
11:59:39 #10 18.55   Installing       : python3-file-magic-5.39-10.el9.noarch               20/165 
11:59:39 #10 18.57   Installing       : elfutils-0.188-3.el9.aarch64                        21/165 
11:59:39 #10 18.63   Installing       : gdb-minimal-10.2-10.el9.aarch64                     22/165 
11:59:39 #10 18.63   Installing       : dbus-libs-1:1.12.20-7.el9.aarch64                   23/165 
11:59:39 #10 18.65   Installing       : python3-dbus-1.2.18-2.el9.aarch64                   24/165 
11:59:39 #10 18.67   Installing       : procps-ng-3.3.17-9.el9.aarch64                      25/165 
11:59:39 #10 18.68   Installing       : python3-systemd-234-18.el9.aarch64                  26/165 
11:59:39 #10 18.70   Installing       : util-linux-core-2.37.4-9.el9.aarch64                27/165 
11:59:39 #10 18.71   Running scriptlet: util-linux-core-2.37.4-9.el9.aarch64                27/165 
11:59:39 #10 18.72   Installing       : rust-srpm-macros-17-4.el9.noarch                    28/165 
11:59:39 #10 18.73   Installing       : qt5-srpm-macros-5.15.3-1.el9.noarch                 29/165 
11:59:39 #10 22.62 Preparing to unpack .../067-libpsl5_0.20.2-2_arm64.deb ...
11:59:39 #10 22.62 Unpacking libpsl5:arm64 (0.20.2-2) ...
11:59:39 #10 22.67 Selecting previously unselected package librtmp1:arm64.
11:59:39 #10 22.67 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
11:59:39 #10 22.67 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
11:59:39 #10 22.72 Selecting previously unselected package libssh2-1:arm64.
11:59:39 #10 22.72 Preparing to unpack .../069-libssh2-1_1.8.0-2.1_arm64.deb ...
11:59:39 #10 22.73 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
11:59:39 #10 22.77 Selecting previously unselected package libcurl4:arm64.
11:59:39 #10 22.78 Preparing to unpack .../070-libcurl4_7.64.0-4+deb10u4_arm64.deb ...
11:59:39 #10 22.78 Unpacking libcurl4:arm64 (7.64.0-4+deb10u4) ...
11:59:39 #10 22.83 Selecting previously unselected package curl.
11:59:39 #11 23.03 Selecting previously unselected package libicu66:amd64.
11:59:39 #11 23.03 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_amd64.deb ...
11:59:39 #11 23.03 Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
11:59:39 #10 23.08 Selecting previously unselected package libssl1.0.0:amd64.
11:59:39 #10 23.08 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.10_amd64.deb ...
11:59:39 #10 23.08 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.10) ...
11:59:39 #9 ...
11:59:39 
11:59:39 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:39 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b
11:59:39 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 102.76MB / 116.78MB 20.2s
11:59:39 #10 21.56 Selecting previously unselected package libjansson4:amd64.
11:59:39 #10 21.56 Preparing to unpack .../034-libjansson4_2.14-2_amd64.deb ...
11:59:39 #10 21.57 Unpacking libjansson4:amd64 (2.14-2) ...
11:59:39 #10 21.60 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:59:39 #10 21.60 Preparing to unpack .../035-binutils-x86-64-linux-gnu_2.40-2_amd64.deb ...
11:59:39 #10 21.61 Unpacking binutils-x86-64-linux-gnu (2.40-2) ...
11:59:39 #11 13.34 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfakeroot arm64 1.28-1ubuntu1 [31.5 kB]
11:59:39 #11 13.34 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fakeroot arm64 1.28-1ubuntu1 [60.5 kB]
11:59:39 #11 13.34 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libassuan0 arm64 2.5.5-1build1 [36.5 kB]
11:59:39 #11 13.34 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgconf arm64 2.2.27-3ubuntu2.1 [92.5 kB]
11:59:39 #11 13.35 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libksba8 arm64 1.6.0-2ubuntu0.2 [117 kB]
11:59:39 #11 13.35 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
11:59:39 #11 13.35 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dirmngr arm64 2.2.27-3ubuntu2.1 [289 kB]
11:59:39 #11 13.36 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
11:59:39 #11 13.42 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-utils arm64 2.2.27-3ubuntu2.1 [304 kB]
11:59:39 #11 13.42 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg arm64 2.2.27-3ubuntu2.1 [506 kB]
11:59:39 #11 13.49 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pinentry-curses arm64 1.1.1-1build2 [33.5 kB]
11:59:39 #11 13.49 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-agent arm64 2.2.27-3ubuntu2.1 [204 kB]
11:59:39 #11 13.50 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:59:39 #11 13.50 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:59:39 #11 13.50 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgsm arm64 2.2.27-3ubuntu2.1 [192 kB]
11:59:39 #11 13.51 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
11:59:39 #11 13.52 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-dirlist-perl all 0.05-2 [7100 B]
11:59:39 #11 13.52 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
11:59:39 #11 13.56 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-homedir-perl all 1.006-1 [38.3 kB]
11:59:39 #11 13.57 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-touch-perl all 0.12-1 [9024 B]
11:59:39 #10 22.72 Selecting previously unselected package binutils.
11:59:39 #10 22.72 Preparing to unpack .../058-binutils_2.30-21ubuntu1~18.04.8_arm64.deb ...
11:59:39 #10 22.73 Unpacking binutils (2.30-21ubuntu1~18.04.8) ...
11:59:39 #10 22.76 Selecting previously unselected package libc-dev-bin.
11:59:39 #10 22.76 Preparing to unpack .../059-libc-dev-bin_2.27-3ubuntu1.6_arm64.deb ...
11:59:39 #10 22.77 Unpacking libc-dev-bin (2.27-3ubuntu1.6) ...
11:59:39 #10 22.80 Selecting previously unselected package linux-libc-dev:arm64.
11:59:39 #10 22.80 Preparing to unpack .../060-linux-libc-dev_4.15.0-202.213_arm64.deb ...
11:59:39 #10 22.80 Unpacking linux-libc-dev:arm64 (4.15.0-202.213) ...
11:59:39 #10 8.456 Get:4 http://deb.debian.org/debian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [104 kB]
11:59:39 #10 8.456 Get:5 http://deb.debian.org/debian buster/main armhf bsdmainutils armhf 11.1.2+b1 [186 kB]
11:59:39 #10 8.456 Get:6 http://deb.debian.org/debian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
11:59:39 #10 8.456 Get:7 http://deb.debian.org/debian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [828 kB]
11:59:39 #10 8.484 Get:8 http://deb.debian.org/debian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.4 kB]
11:59:39 #10 8.484 Get:9 http://deb.debian.org/debian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.8 kB]
11:59:39 #10 8.484 Get:10 http://deb.debian.org/debian buster/main armhf man-db armhf 2.8.5-2 [1240 kB]
11:59:39 #10 8.496 Get:11 http://deb.debian.org/debian buster/main armhf perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
11:59:39 #10 8.548 Get:12 http://deb.debian.org/debian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
11:59:39 #10 8.548 Get:13 http://deb.debian.org/debian buster/main armhf libperl5.28 armhf 5.28.1-6+deb10u1 [3207 kB]
11:59:39 #10 8.640 Get:14 http://deb.debian.org/debian buster/main armhf perl armhf 5.28.1-6+deb10u1 [204 kB]
11:59:39 #10 8.640 Get:15 http://deb.debian.org/debian buster/main armhf liblocale-gettext-perl armhf 1.07-3+b4 [18.4 kB]
11:59:39 #10 8.640 Get:16 http://deb.debian.org/debian buster/main armhf libssl1.1 armhf 1.1.1n-0+deb10u3 [1310 kB]
11:59:39 #10 8.668 Get:17 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u4 [582 kB]
11:59:39 #10 8.671 Get:18 http://deb.debian.org/debian-security buster/updates/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [79.9 kB]
11:59:39 #10 8.676 Get:19 http://deb.debian.org/debian-security buster/updates/main armhf python3.7-minimal armhf 3.7.3-2+deb10u4 [1465 kB]
11:59:39 #10 8.694 Get:20 http://deb.debian.org/debian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
11:59:39 #10 8.698 Get:21 http://deb.debian.org/debian buster/main armhf mime-support all 3.62 [37.2 kB]
11:59:39 #10 8.698 Get:22 http://deb.debian.org/debian buster/main armhf libmpdec2 armhf 2.4.2-2 [69.3 kB]
11:59:39 #10 8.700 Get:23 http://deb.debian.org/debian buster/main armhf readline-common all 7.0-5 [70.6 kB]
11:59:39 #10 8.702 Get:24 http://deb.debian.org/debian buster/main armhf libreadline7 armhf 7.0-5 [131 kB]
11:59:39 #10 8.707 Get:25 http://deb.debian.org/debian-security buster/updates/main armhf libsqlite3-0 armhf 3.27.2-3+deb10u2 [561 kB]
11:59:39 #11 19.21 Get:408 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 lintian all 2.115.3ubuntu2.1 [1108 kB]
11:59:39 #11 19.38 Get:409 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 manpages-dev all 5.13-1 [2355 kB]
11:59:39 #11 19.50 Get:410 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-certifi all 2022.6.15-2 [156 kB]
11:59:39 #11 20.66 Selecting previously unselected package python3-pkg-resources.
11:59:39 #11 20.66 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
11:59:39 #11 20.66 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:59:39 #11 20.70 Selecting previously unselected package python3-six.
11:59:39 #11 20.70 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
11:59:39 #11 20.71 Unpacking python3-six (1.14.0-2) ...
11:59:39 #11 20.74 Selecting previously unselected package shared-mime-info.
11:59:39 #11 20.74 Preparing to unpack .../030-shared-mime-info_1.15-1_arm64.deb ...
11:59:39 #11 20.75 Unpacking shared-mime-info (1.15-1) ...
11:59:39 #11 20.83 Selecting previously unselected package ucf.
11:59:39 #11 20.83 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
11:59:39 #11 20.83 Moving old data out of the way
11:59:39 #11 20.83 Unpacking ucf (3.0038+nmu1) ...
11:59:39 #11 20.88 Selecting previously unselected package xdg-user-dirs.
11:59:39 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 89.13MB / 116.78MB 19.9s
11:59:39 #10 25.78 Preparing to unpack .../043-libitm1_8.3.0-6_amd64.deb ...
11:59:39 #10 25.79 Unpacking libitm1:amd64 (8.3.0-6) ...
11:59:39 #10 25.83 Selecting previously unselected package libatomic1:amd64.
11:59:39 #10 25.83 Preparing to unpack .../044-libatomic1_8.3.0-6_amd64.deb ...
11:59:39 #10 25.84 Unpacking libatomic1:amd64 (8.3.0-6) ...
11:59:39 #10 25.88 Selecting previously unselected package libasan5:amd64.
11:59:39 #10 25.88 Preparing to unpack .../045-libasan5_8.3.0-6_amd64.deb ...
11:59:39 #10 25.89 Unpacking libasan5:amd64 (8.3.0-6) ...
11:59:39 #10 25.98 Selecting previously unselected package liblsan0:amd64.
11:59:39 #10 25.98 Preparing to unpack .../046-liblsan0_8.3.0-6_amd64.deb ...
11:59:39 #10 25.98 Unpacking liblsan0:amd64 (8.3.0-6) ...
11:59:39 #8 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 20.3s done
11:59:39 #11 22.30 Selecting previously unselected package libmagic-mgc.
11:59:39 #11 22.30 Preparing to unpack .../053-libmagic-mgc_1%3a5.41-4_amd64.deb ...
11:59:39 #11 22.31 Unpacking libmagic-mgc (1:5.41-4) ...
11:59:39 #11 22.36 Selecting previously unselected package libmagic1:amd64.
11:59:39 #11 22.36 Preparing to unpack .../054-libmagic1_1%3a5.41-4_amd64.deb ...
11:59:39 #11 22.37 Unpacking libmagic1:amd64 (1:5.41-4) ...
11:59:39 #11 22.39 Selecting previously unselected package file.
11:59:39 #11 22.00 Preparing to unpack .../060-libctf-nobfd0_2.38-4ubuntu2.1_amd64.deb ...
11:59:39 #11 22.01 Unpacking libctf-nobfd0:amd64 (2.38-4ubuntu2.1) ...
11:59:39 #11 22.04 Selecting previously unselected package libctf0:amd64.
11:59:39 #11 22.04 Preparing to unpack .../061-libctf0_2.38-4ubuntu2.1_amd64.deb ...
11:59:39 #11 22.04 Unpacking libctf0:amd64 (2.38-4ubuntu2.1) ...
11:59:39 #11 22.08 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:59:39 #11 22.08 Preparing to unpack .../062-binutils-x86-64-linux-gnu_2.38-4ubuntu2.1_amd64.deb ...
11:59:39 #11 22.08 Unpacking binutils-x86-64-linux-gnu (2.38-4ubuntu2.1) ...
11:59:39 #11 22.17 Selecting previously unselected package binutils.
11:59:39 #11 22.17 Preparing to unpack .../063-binutils_2.38-4ubuntu2.1_amd64.deb ...
11:59:39 #11 22.17 Unpacking binutils (2.38-4ubuntu2.1) ...
11:59:39 #11 22.20 Selecting previously unselected package libc-dev-bin.
11:59:39 #11 22.20 Preparing to unpack .../064-libc-dev-bin_2.35-0ubuntu3.1_amd64.deb ...
11:59:39 #11 22.20 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
11:59:39 #11 22.23 Selecting previously unselected package linux-libc-dev:amd64.
11:59:39 #11 22.23 Preparing to unpack .../065-linux-libc-dev_5.15.0-58.64_amd64.deb ...
11:59:39 #11 22.23 Unpacking linux-libc-dev:amd64 (5.15.0-58.64) ...
11:59:39 #10 18.73   Installing       : python3-audit-3.0.7-103.el9.aarch64                 30/165 
11:59:39 #10 18.74   Installing       : perl-srpm-macros-1-41.el9.noarch                    31/165 
11:59:39 #10 18.74   Installing       : openblas-srpm-macros-2-11.el9.noarch                32/165 
11:59:39 #10 18.75   Installing       : ocaml-srpm-macros-6-6.el9.noarch                    33/165 
11:59:39 #10 18.75   Installing       : lua-srpm-macros-1-6.el9.noarch                      34/165 
11:59:39 #10 18.76   Installing       : libstemmer-0-18.585svn.el9.aarch64                  35/165 
11:59:39 #10 18.76   Installing       : libjpeg-turbo-2.0.90-5.el9.aarch64                  36/165 
11:59:39 #10 18.77   Installing       : hunspell-filesystem-1.7.0-11.el9.aarch64            37/165 
11:59:39 #10 18.78   Installing       : hunspell-en-GB-0.20140811.1-20.el9.noarch           38/165 
11:59:39 #10 18.79   Installing       : hunspell-en-0.20140811.1-20.el9.noarch              39/165 
11:59:39 #10 18.80   Installing       : hunspell-en-US-0.20140811.1-20.el9.noarch           40/165 
11:59:39 #10 18.81   Installing       : hunspell-1.7.0-11.el9.aarch64                       41/165 
11:59:39 #10 18.81   Installing       : enchant-1:1.6.0-30.el9.aarch64                      42/165 
11:59:39 #10 18.83   Installing       : python3-enchant-3.2.0-5.el9.noarch                  43/165 
11:59:39 #10 18.83   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  44/165 
11:59:39 #10 18.84   Installing       : emacs-filesystem-1:27.2-8.el9.noarch                45/165 
11:59:39 #10 18.85   Installing       : desktop-file-utils-0.26-6.el9.aarch64               46/165 
11:59:39 #10 18.86   Installing       : efi-srpm-macros-4-9.el9.noarch                      47/165 
11:59:39 #10 18.86   Installing       : dwz-0.14-3.el9.aarch64                              48/165 
11:59:39 #10 18.87   Installing       : checkpolicy-3.5-0.rc2.1.el9.aarch64                 49/165 
11:59:39 #10 18.89   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch          50/165 
11:59:39 #10 18.90   Installing       : zstd-1.5.1-2.el9.aarch64                            51/165 
11:59:39 #10 18.90   Installing       : vim-filesystem-2:8.2.2637-16.el9.noarch             52/165 
11:59:39 #10 22.83 Preparing to unpack .../071-curl_7.64.0-4+deb10u4_arm64.deb ...
11:59:39 #10 22.84 Unpacking curl (7.64.0-4+deb10u4) ...
11:59:39 #10 22.90 Selecting previously unselected package dctrl-tools.
11:59:39 #10 22.90 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ...
11:59:39 #10 22.91 Unpacking dctrl-tools (2.24-3) ...
11:59:39 #10 22.95 Selecting previously unselected package libtool.
11:59:39 #10 22.95 Preparing to unpack .../073-libtool_2.4.6-9_all.deb ...
11:59:39 #10 22.96 Unpacking libtool (2.4.6-9) ...
11:59:39 #10 23.01 Selecting previously unselected package dh-autoreconf.
11:59:39 #10 23.01 Preparing to unpack .../074-dh-autoreconf_19_all.deb ...
11:59:39 #10 23.02 Unpacking dh-autoreconf (19) ...
11:59:39 #10 23.05 Selecting previously unselected package libarchive-zip-perl.
11:59:39 #10 23.23 Selecting previously unselected package libxmuu1:amd64.
11:59:39 #10 23.24 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_amd64.deb ...
11:59:39 #10 23.24 Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
11:59:39 #10 23.27 Selecting previously unselected package manpages.
11:59:39 #10 23.27 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
11:59:39 #10 23.28 Unpacking manpages (4.15-1) ...
11:59:39 #10 23.49 Selecting previously unselected package openssh-client.
11:59:39 #9 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.4s done
11:59:39 #11 13.64 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-pty-perl arm64 1:1.15-2build2 [34.6 kB]
11:59:39 #11 13.64 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run-perl all 20200505.0-1 [89.8 kB]
11:59:39 #11 13.64 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:59:39 #11 13.64 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-xsaccessor-perl arm64 1.19-3build9 [33.6 kB]
11:59:39 #11 13.64 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-op-check-perl arm64 0.22-1build5 [10.1 kB]
11:59:39 #11 13.65 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
11:59:39 #11 13.65 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu4 [14.7 kB]
11:59:39 #11 13.65 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-classify-perl arm64 0.015-1build5 [21.7 kB]
11:59:39 #11 13.71 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:59:39 #11 13.71 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:59:39 #11 13.79 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
11:59:39 #11 13.79 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:59:39 #11 13.79 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoo-perl all 2.005004-3 [48.0 kB]
11:59:39 #11 13.79 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
11:59:39 #11 13.79 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB]
11:59:39 #11 13.79 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
11:59:39 #11 13.79 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-listing-perl all 6.14-1 [11.2 kB]
11:59:39 #11 13.79 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:59:39 #11 13.86 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liburi-perl all 5.10-1 [78.8 kB]
11:59:39 #11 13.86 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-parser-perl arm64 3.76-1build2 [87.1 kB]
11:59:39 #10 22.94 Selecting previously unselected package libc6-dev:arm64.
11:59:39 #10 22.95 Preparing to unpack .../061-libc6-dev_2.27-3ubuntu1.6_arm64.deb ...
11:59:39 #10 22.95 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.6) ...
11:59:39 #10 8.720 Get:26 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u4 [1659 kB]
11:59:39 #10 8.740 Get:27 http://deb.debian.org/debian-security buster/updates/main armhf python3.7 armhf 3.7.3-2+deb10u4 [330 kB]
11:59:39 #10 8.742 Get:28 http://deb.debian.org/debian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
11:59:39 #10 8.759 Get:29 http://deb.debian.org/debian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
11:59:39 #10 8.759 Get:30 http://deb.debian.org/debian buster/main armhf less armhf 487-0.1+b1 [121 kB]
11:59:39 #10 8.759 Get:31 http://deb.debian.org/debian buster/main armhf netbase all 5.6 [19.4 kB]
11:59:39 #10 8.759 Get:32 http://deb.debian.org/debian-security buster/updates/main armhf bzip2 armhf 1.0.6-9.2~deb10u2 [46.9 kB]
11:59:39 #10 8.759 Get:33 http://deb.debian.org/debian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
11:59:39 #10 8.766 Get:34 http://deb.debian.org/debian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
11:59:39 #10 8.781 Get:35 http://deb.debian.org/debian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.6 kB]
11:59:39 #10 8.781 Get:36 http://deb.debian.org/debian buster/main armhf gettext-base armhf 0.19.8.1-9 [118 kB]
11:59:39 #10 8.781 Get:37 http://deb.debian.org/debian-security buster/updates/main armhf krb5-locales all 1.17-3+deb10u5 [95.7 kB]
11:59:39 #10 8.781 Get:38 http://deb.debian.org/debian buster/main armhf libkeyutils1 armhf 1.6-6 [13.9 kB]
11:59:39 #10 8.781 Get:39 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5support0 armhf 1.17-3+deb10u5 [62.7 kB]
11:59:39 #10 8.781 Get:40 http://deb.debian.org/debian-security buster/updates/main armhf libk5crypto3 armhf 1.17-3+deb10u5 [120 kB]
11:59:39 #10 8.789 Get:41 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5-3 armhf 1.17-3+deb10u5 [323 kB]
11:59:39 #10 8.789 Get:42 http://deb.debian.org/debian-security buster/updates/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u5 [138 kB]
11:59:39 #10 8.800 Get:43 http://deb.debian.org/debian buster/main armhf libicu63 armhf 63.1-6+deb10u3 [8002 kB]
11:59:39 #10 8.954 Get:44 http://deb.debian.org/debian-security buster/updates/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u5 [597 kB]
11:59:39 #10 8.962 Get:45 http://deb.debian.org/debian buster/main armhf manpages all 4.16-2 [1295 kB]
11:59:39 #11 19.50 Get:411 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-cffi-backend arm64 1.15.1-1 [79.8 kB]
11:59:39 #11 19.51 Get:412 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-cryptography arm64 3.4.8-2 [217 kB]
11:59:39 #11 19.51 Get:413 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-idna all 3.3-1 [49.3 kB]
11:59:39 #11 19.52 Get:414 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-nacl arm64 1.5.0-2 [59.9 kB]
11:59:39 #11 19.52 Get:415 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-six all 1.16.0-4 [12.4 kB]
11:59:39 #11 19.52 Get:416 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-bcrypt arm64 3.2.0-1build1 [28.9 kB]
11:59:39 #11 19.52 Get:417 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-paramiko all 2.10.4-1ubuntu1 [134 kB]
11:59:39 #11 19.53 Get:418 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-urllib3 all 1.26.9-1 [98.8 kB]
11:59:39 #11 19.57 Get:419 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-requests all 2.27.1+dfsg-1ubuntu2 [50.3 kB]
11:59:39 #11 19.64 Get:420 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-unidiff all 0.7.3-1 [11.0 kB]
11:59:39 #11 19.64 Get:421 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 zstd arm64 1.5.2+dfsg-1 [514 kB]
11:59:39 #11 19.65 Get:422 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 equivs all 2.3.1 [19.0 kB]
11:59:39 #11 19.65 Get:423 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libauthen-sasl-perl all 2.1600-2 [43.7 kB]
11:59:39 #11 19.65 Get:424 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-magic all 2:0.4.26-2 [13.2 kB]
11:59:39 #10 23.43 Selecting previously unselected package libxml2:arm64.
11:59:39 #10 23.43 Preparing to unpack .../090-libxml2_2.9.14+dfsg-1.1+b3_arm64.deb ...
11:59:39 #10 23.46 Unpacking libxml2:arm64 (2.9.14+dfsg-1.1+b3) ...
11:59:39 #10 23.53 Selecting previously unselected package gettext.
11:59:39 #10 23.53 Preparing to unpack .../091-gettext_0.21-11_arm64.deb ...
11:59:39 #10 23.54 Unpacking gettext (0.21-11) ...
11:59:39 #10 23.65 Selecting previously unselected package intltool-debian.
11:59:39 #11 20.88 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_arm64.deb ...
11:59:39 #11 20.89 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
11:59:39 #11 20.94 Selecting previously unselected package xz-utils.
11:59:39 #11 20.94 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_arm64.deb ...
11:59:39 #11 20.94 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
11:59:39 #11 20.98 Selecting previously unselected package gettext-base.
11:59:39 #11 20.98 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_arm64.deb ...
11:59:39 #11 20.98 Unpacking gettext-base (0.19.8.1-10build1) ...
11:59:39 #11 21.02 Selecting previously unselected package iso-codes.
11:59:39 #11 21.02 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
11:59:39 #11 21.03 Unpacking iso-codes (4.4-1) ...
11:59:39 #7 ...
11:59:39 
11:59:39 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
11:59:39 #9 extracting sha256:9e1ad582a09deeff537a2baf211b4cc011ec9a65cb122cd6bc735420bbec3e93 14.1s done
11:59:39 #9 extracting sha256:d8d604eaebb14dd975f676a926f360cfce39a4e4592ecdde4cea5e724acf6500 done
11:59:39 #9 extracting sha256:5fdeefe92e79cfbdf6008e5a2246b8ad7442f4def62ea1492d23524583cb5b84 done
11:59:39 #9 extracting sha256:99dfe3536f54a68584694bf403eb32ac518b312db10d1983a291f259e2668964 done
11:59:39 #9 extracting sha256:cf16eca179b5e7c2b72e97687817a882ffd60dcefafae9c033db6417bf994b81 0.0s done
11:59:39 #9 extracting sha256:b01ca48f191ba3bcdb4ab21deea439cc96dc0ce9e8d7c1a58b897a86f7d60471 done
11:59:39 #9 ...
11:59:39 
11:59:39 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:39 #20 10.48 Selecting previously unselected package llvm.
11:59:39 #10 26.03 Selecting previously unselected package libtsan0:amd64.
11:59:39 #10 26.03 Preparing to unpack .../047-libtsan0_8.3.0-6_amd64.deb ...
11:59:39 #10 26.03 Unpacking libtsan0:amd64 (8.3.0-6) ...
11:59:39 #10 26.10 Selecting previously unselected package libubsan1:amd64.
11:59:39 #10 26.10 Preparing to unpack .../048-libubsan1_8.3.0-6_amd64.deb ...
11:59:39 #10 26.10 Unpacking libubsan1:amd64 (8.3.0-6) ...
11:59:39 #10 26.15 Selecting previously unselected package libmpx2:amd64.
11:59:39 #10 26.15 Preparing to unpack .../049-libmpx2_8.3.0-6_amd64.deb ...
11:59:39 #10 26.15 Unpacking libmpx2:amd64 (8.3.0-6) ...
11:59:39 #10 26.19 Selecting previously unselected package libquadmath0:amd64.
11:59:39 #10 26.19 Preparing to unpack .../050-libquadmath0_8.3.0-6_amd64.deb ...
11:59:39 #10 26.20 Unpacking libquadmath0:amd64 (8.3.0-6) ...
11:59:39 #11 2.140 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease [267 kB]
11:59:39 #8 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b
11:59:39 #10 21.63 Selecting previously unselected package libbinutils:amd64.
11:59:39 #10 21.64 Preparing to unpack .../027-libbinutils_2.35.2-2_amd64.deb ...
11:59:39 #10 21.64 Unpacking libbinutils:amd64 (2.35.2-2) ...
11:59:39 #24 1.477 go: downloading github.com/akavel/rsrc v0.10.2
11:59:39 #11 22.39 Preparing to unpack .../055-file_1%3a5.41-4_amd64.deb ...
11:59:39 #11 22.39 Unpacking file (1:5.41-4) ...
11:59:39 #11 22.42 Selecting previously unselected package gettext-base.
11:59:39 #11 22.42 Preparing to unpack .../056-gettext-base_0.21-8_amd64.deb ...
11:59:39 #11 22.42 Unpacking gettext-base (0.21-8) ...
11:59:39 #11 22.45 Selecting previously unselected package libuchardet0:amd64.
11:59:39 #11 22.45 Preparing to unpack .../057-libuchardet0_0.0.7-1build2_amd64.deb ...
11:59:39 #11 22.45 Unpacking libuchardet0:amd64 (0.0.7-1build2) ...
11:59:39 #11 22.48 Selecting previously unselected package groff-base.
11:59:39 #11 22.48 Preparing to unpack .../058-groff-base_1.22.4-8build1_amd64.deb ...
11:59:39 #11 22.48 Unpacking groff-base (1.22.4-8build1) ...
11:59:39 #11 22.54 Selecting previously unselected package libcbor0.8:amd64.
11:59:39 #11 22.54 Preparing to unpack .../059-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ...
11:59:39 #11 22.54 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
11:59:39 #11 22.58 Selecting previously unselected package libedit2:amd64.
11:59:39 #11 22.58 Preparing to unpack .../060-libedit2_3.1-20210910-1build1_amd64.deb ...
11:59:39 #11 22.59 Unpacking libedit2:amd64 (3.1-20210910-1build1) ...
11:59:39 #11 22.62 Selecting previously unselected package libfido2-1:amd64.
11:59:39 #11 22.62 Preparing to unpack .../061-libfido2-1_1.11.0-1_amd64.deb ...
11:59:39 #11 22.63 Unpacking libfido2-1:amd64 (1.11.0-1) ...
11:59:39 #11 22.67 Selecting previously unselected package libnghttp2-14:amd64.
11:59:39 #11 22.37 Selecting previously unselected package libcrypt-dev:amd64.
11:59:39 #11 22.38 Preparing to unpack .../066-libcrypt-dev_1%3a4.4.27-1_amd64.deb ...
11:59:39 #11 22.38 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ...
11:59:39 #11 22.41 Selecting previously unselected package rpcsvc-proto.
11:59:39 #11 22.41 Preparing to unpack .../067-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
11:59:39 #11 22.41 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
11:59:39 #11 22.44 Selecting previously unselected package libtirpc-dev:amd64.
11:59:39 #11 22.44 Preparing to unpack .../068-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ...
11:59:39 #11 22.44 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
11:59:39 #11 22.47 Selecting previously unselected package libnsl-dev:amd64.
11:59:39 #11 22.47 Preparing to unpack .../069-libnsl-dev_1.3.0-2build2_amd64.deb ...
11:59:39 #11 22.48 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
11:59:39 #11 22.51 Selecting previously unselected package libc6-dev:amd64.
11:59:39 #11 22.51 Preparing to unpack .../070-libc6-dev_2.35-0ubuntu3.1_amd64.deb ...
11:59:39 #11 22.51 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.1) ...
11:59:39 #11 22.63 Selecting previously unselected package gcc-11-base:amd64.
11:59:39 #10 18.95   Installing       : tcl-1:8.6.10-7.el9.aarch64                          53/165 
11:59:39 #10 18.97   Installing       : shared-mime-info-2.1-5.el9.aarch64                  54/165 
11:59:39 #10 18.98   Running scriptlet: shared-mime-info-2.1-5.el9.aarch64                  54/165 
11:59:39 #10 18.99   Installing       : python3-six-1.15.0-9.el9.noarch                     55/165 
11:59:39 #10 19.01   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch               56/165 
11:59:39 #10 19.03   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch         57/165 
11:59:39 #10 19.04   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch       58/165 
11:59:39 #10 19.04   Installing       : libpsl-0.21.1-5.el9.aarch64                         59/165 
11:59:39 #10 19.05   Installing       : pkgconf-m4-1.7.3-10.el9.noarch                      60/165 
11:59:39 #10 19.09   Installing       : openssl-1:3.0.7-2.el9.aarch64                       61/165 
11:59:39 #10 19.11   Installing       : ncurses-6.2-8.20210508.el9.aarch64                  62/165 
11:59:39 #10 19.12   Installing       : perl-Digest-1.19-4.el9.noarch                       63/165 
11:59:39 #10 19.13   Installing       : perl-Digest-MD5-2.58-4.el9.aarch64                  64/165 
11:59:39 #10 19.15   Installing       : perl-B-1.80-480.el9.aarch64                         65/165 
11:59:39 #10 19.16   Installing       : perl-FileHandle-2.03-480.el9.noarch                 66/165 
11:59:39 #10 19.17   Installing       : perl-AutoLoader-5.74-480.el9.noarch                 67/165 
11:59:39 #10 19.17   Installing       : perl-Data-Dumper-2.174-462.el9.aarch64              68/165 
11:59:39 #10 19.18   Installing       : perl-libnet-3.13-4.el9.noarch                       69/165 
11:59:39 #10 19.19   Installing       : perl-base-2.27-480.el9.noarch                       70/165 
11:59:39 #10 19.21   Installing       : perl-URI-5.09-3.el9.noarch                          71/165 
11:59:39 #10 19.23   Installing       : perl-Net-SSLeay-1.92-2.el9.aarch64                  72/165 
11:59:39 #10 19.26   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch               73/165 
11:59:39 #10 19.27   Installing       : perl-if-0.60.800-480.el9.noarch                     74/165 
11:59:39 #10 19.27   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                 75/165 
11:59:39 #10 19.28   Installing       : perl-Time-Local-2:1.300-7.el9.noarch                76/165 
11:59:39 #10 19.29   Installing       : perl-File-Path-2.18-4.el9.noarch                    77/165 
11:59:39 #10 23.05 Preparing to unpack .../075-libarchive-zip-perl_1.64-1_all.deb ...
11:59:39 #10 23.06 Unpacking libarchive-zip-perl (1.64-1) ...
11:59:39 #10 23.10 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:39 #10 23.10 Preparing to unpack .../076-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
11:59:39 #10 23.10 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
11:59:39 #10 23.14 Selecting previously unselected package dh-strip-nondeterminism.
11:59:39 #10 23.14 Preparing to unpack .../077-dh-strip-nondeterminism_1.1.2-1_all.deb ...
11:59:39 #10 23.14 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
11:59:39 #10 23.18 Selecting previously unselected package dwz.
11:59:39 #10 23.18 Preparing to unpack .../078-dwz_0.12-3_arm64.deb ...
11:59:39 #10 23.19 Unpacking dwz (0.12-3) ...
11:59:39 #10 23.24 Selecting previously unselected package libglib2.0-0:arm64.
11:59:39 #10 23.24 Preparing to unpack .../079-libglib2.0-0_2.58.3-2+deb10u4_arm64.deb ...
11:59:39 #10 23.25 Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
11:59:39 #10 21.66 Selecting previously unselected package libxml2:arm64.
11:59:39 #10 21.66 Preparing to unpack .../083-libxml2_2.9.10+dfsg-6.7+deb11u3_arm64.deb ...
11:59:39 #10 21.67 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
11:59:39 #10 21.75 Selecting previously unselected package gettext.
11:59:39 #10 21.75 Preparing to unpack .../084-gettext_0.21-4_arm64.deb ...
11:59:39 #10 21.76 Unpacking gettext (0.21-4) ...
11:59:39 #9 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971
11:59:39 #10 23.49 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.7_amd64.deb ...
11:59:39 #10 23.51 Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ...
11:59:39 #10 23.77 Selecting previously unselected package publicsuffix.
11:59:39 #11 13.94 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
11:59:39 #11 13.94 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-html-perl all 1.004-2 [15.4 kB]
11:59:39 #11 13.94 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:59:39 #11 13.94 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-message-perl all 6.36-1 [76.8 kB]
11:59:39 #11 13.95 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:59:39 #11 13.95 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:59:39 #11 13.95 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl-openssl-defaults arm64 5build2 [7544 B]
11:59:39 #11 13.95 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ssleay-perl arm64 1.92-1build2 [326 kB]
11:59:39 #11 14.01 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-socket-ssl-perl all 2.074-2 [192 kB]
11:59:39 #11 14.02 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-http-perl all 6.22-1 [23.2 kB]
11:59:39 #11 14.09 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:59:39 #11 14.09 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtry-tiny-perl all 0.31-1 [21.8 kB]
11:59:39 #11 14.09 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:59:39 #11 14.09 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-perl all 6.61-1 [141 kB]
11:59:39 #11 14.09 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patchutils arm64 0.4.2-1build2 [75.8 kB]
11:59:39 #11 14.10 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 wdiff arm64 1.2.2-2build3 [29.0 kB]
11:59:39 #11 14.10 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 devscripts arm64 2.22.1ubuntu1 [1057 kB]
11:59:39 #11 14.13 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 diffstat arm64 1.64-1build2 [28.3 kB]
11:59:39 #11 14.16 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-chardet all 4.0.0-1 [98.0 kB]
11:59:39 #11 14.16 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 zstd arm64 1.4.8+dfsg-3build1 [587 kB]
11:59:39 #10 23.18 Selecting previously unselected package gcc-7-base:arm64.
11:59:39 #10 23.18 Preparing to unpack .../062-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:59:39 #10 23.19 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ...
11:59:39 #10 23.23 Selecting previously unselected package libisl19:arm64.
11:59:39 #10 23.23 Preparing to unpack .../063-libisl19_0.19-1_arm64.deb ...
11:59:39 #10 23.24 Unpacking libisl19:arm64 (0.19-1) ...
11:59:39 #10 23.31 Selecting previously unselected package libmpfr6:arm64.
11:59:39 #10 23.31 Preparing to unpack .../064-libmpfr6_4.0.1-1_arm64.deb ...
11:59:39 #10 23.31 Unpacking libmpfr6:arm64 (4.0.1-1) ...
11:59:39 #10 23.37 Selecting previously unselected package libmpc3:arm64.
11:59:39 #10 23.37 Preparing to unpack .../065-libmpc3_1.1.0-1_arm64.deb ...
11:59:39 #10 23.37 Unpacking libmpc3:arm64 (1.1.0-1) ...
11:59:39 #10 23.40 Selecting previously unselected package cpp-7.
11:59:39 #10 23.41 Preparing to unpack .../066-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:59:39 #10 23.41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
11:59:39 #10 21.98 Selecting previously unselected package binutils.
11:59:39 #10 21.99 Preparing to unpack .../036-binutils_2.40-2_amd64.deb ...
11:59:39 #10 21.99 Unpacking binutils (2.40-2) ...
11:59:39 #10 22.03 Selecting previously unselected package libc-dev-bin.
11:59:39 #10 22.04 Preparing to unpack .../037-libc-dev-bin_2.36-8_amd64.deb ...
11:59:39 #10 22.04 Unpacking libc-dev-bin (2.36-8) ...
11:59:39 #10 22.08 Selecting previously unselected package linux-libc-dev:amd64.
11:59:39 #10 22.08 Preparing to unpack .../038-linux-libc-dev_6.1.8-1_amd64.deb ...
11:59:39 #10 22.08 Unpacking linux-libc-dev:amd64 (6.1.8-1) ...
11:59:39 #10 8.992 Get:46 http://deb.debian.org/debian buster/main armhf libedit2 armhf 3.1-20181209-1 [79.5 kB]
11:59:39 #10 8.992 Get:47 http://deb.debian.org/debian buster/main armhf openssh-client armhf 1:7.9p1-10+deb10u2 [704 kB]
11:59:39 #10 9.004 Get:48 http://deb.debian.org/debian buster/main armhf ucf all 3.0038+nmu1 [69.0 kB]
11:59:39 #10 9.004 Get:49 http://deb.debian.org/debian buster/main armhf xz-utils armhf 5.2.4-1+deb10u1 [181 kB]
11:59:39 #10 9.004 Get:50 http://deb.debian.org/debian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
11:59:39 #10 9.004 Get:51 http://deb.debian.org/debian buster/main armhf at armhf 3.1.23-1 [46.7 kB]
11:59:39 #10 9.004 Get:52 http://deb.debian.org/debian buster/main armhf libsigsegv2 armhf 2.12-2 [32.1 kB]
11:59:39 #10 9.004 Get:53 http://deb.debian.org/debian buster/main armhf m4 armhf 1.4.18-2 [190 kB]
11:59:39 #10 9.012 Get:54 http://deb.debian.org/debian buster/main armhf autoconf all 2.69-11 [341 kB]
11:59:39 #10 9.012 Get:55 http://deb.debian.org/debian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
11:59:39 #10 9.012 Get:56 http://deb.debian.org/debian buster/main armhf automake all 1:1.16.1-4 [771 kB]
11:59:39 #10 9.040 Get:57 http://deb.debian.org/debian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
11:59:39 #10 9.040 Get:58 http://deb.debian.org/debian buster/main armhf binutils-common armhf 2.31.1-16 [2073 kB]
11:59:39 #10 9.064 Get:59 http://deb.debian.org/debian buster/main armhf libbinutils armhf 2.31.1-16 [302 kB]
11:59:39 #10 9.064 Get:60 http://deb.debian.org/debian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16 [2101 kB]
11:59:39 #10 9.083 Get:61 http://deb.debian.org/debian buster/main armhf binutils armhf 2.31.1-16 [56.7 kB]
11:59:39 #10 9.090 Get:62 http://deb.debian.org/debian-security buster/updates/main armhf libc-dev-bin armhf 2.28-10+deb10u2 [268 kB]
11:59:39 #10 9.090 Get:63 http://deb.debian.org/debian-security buster/updates/main armhf linux-libc-dev armhf 4.19.269-1 [1537 kB]
11:59:39 #10 9.126 Get:64 http://deb.debian.org/debian-security buster/updates/main armhf libc6-dev armhf 2.28-10+deb10u2 [2150 kB]
11:59:39 #10 9.144 Get:65 http://deb.debian.org/debian buster/main armhf libisl19 armhf 0.20-2 [455 kB]
11:59:39 #10 9.176 Get:66 http://deb.debian.org/debian buster/main armhf libmpfr6 armhf 4.0.2-1 [731 kB]
11:59:39 #10 9.176 Get:67 http://deb.debian.org/debian buster/main armhf libmpc3 armhf 1.1.0-1 [33.8 kB]
11:59:39 #11 19.85 debconf: delaying package configuration, since apt-utils is not installed
11:59:39 #11 19.89 Fetched 141 MB in 13s (10.5 MB/s)
11:59:39 #11 19.91 Selecting previously unselected package liblocale-gettext-perl.
11:59:39 #11 19.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 ... 4391 files and directories currently installed.)
11:59:39 #11 19.91 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_arm64.deb ...
11:59:39 #11 19.91 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:59:39 #11 19.96 Selecting previously unselected package libssl3:arm64.
11:59:39 #11 19.96 Preparing to unpack .../libssl3_3.0.5-2ubuntu2_arm64.deb ...
11:59:39 #11 19.97 Unpacking libssl3:arm64 (3.0.5-2ubuntu2) ...
11:59:39 #11 20.02 Selecting previously unselected package libpython3.10-minimal:arm64.
11:59:39 #10 23.66 Preparing to unpack .../092-intltool-debian_0.35.0+20060710.6_all.deb ...
11:59:39 #10 23.66 Unpacking intltool-debian (0.35.0+20060710.6) ...
11:59:39 #10 23.69 Selecting previously unselected package po-debconf.
11:59:39 #10 23.69 Preparing to unpack .../093-po-debconf_1.0.21+nmu1_all.deb ...
11:59:39 #10 23.70 Unpacking po-debconf (1.0.21+nmu1) ...
11:59:39 #10 23.75 Selecting previously unselected package debhelper.
11:59:39 #10 23.75 Preparing to unpack .../094-debhelper_13.11.4_all.deb ...
11:59:39 #10 23.75 Unpacking debhelper (13.11.4) ...
11:59:39 #10 23.85 Selecting previously unselected package debian-keyring.
11:59:39 #10 23.85 Preparing to unpack .../095-debian-keyring_2022.12.24_all.deb ...
11:59:39 #10 23.86 Unpacking debian-keyring (2022.12.24) ...
11:59:39 #11 21.33 Selecting previously unselected package krb5-locales.
11:59:39 #11 21.33 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.2_all.deb ...
11:59:39 #11 21.33 Unpacking krb5-locales (1.17-6ubuntu4.2) ...
11:59:39 #11 21.37 Selecting previously unselected package libcbor0.6:arm64.
11:59:39 #11 21.37 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_arm64.deb ...
11:59:39 #11 21.37 Unpacking libcbor0.6:arm64 (0.6.0-0ubuntu1) ...
11:59:39 #11 21.40 Selecting previously unselected package libedit2:arm64.
11:59:39 #20 10.48 Preparing to unpack .../19-llvm_1%3a11.0-51+nmu5_amd64.deb ...
11:59:39 #20 10.48 Unpacking llvm (1:11.0-51+nmu5) ...
11:59:39 #20 10.53 Setting up libz3-4:amd64 (4.8.10-1) ...
11:59:39 #20 10.54 Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
11:59:39 #20 10.55 Setting up libllvm11:amd64 (1:11.0.1-2) ...
11:59:39 #20 10.56 Setting up libclang1-11 (1:11.0.1-2) ...
11:59:39 #20 10.57 Setting up libgc1:amd64 (1:8.0.4-3) ...
11:59:39 #20 10.60 Setting up libc6-i386 (2.31-13+deb11u5) ...
11:59:39 #20 10.62 Setting up llvm-11-runtime (1:11.0.1-2) ...
11:59:39 #20 10.63 Setting up llvm-11 (1:11.0.1-2) ...
11:59:39 #20 10.64 Setting up libobjc4:amd64 (10.2.1-6) ...
11:59:39 #20 10.65 Setting up lld-11 (1:11.0.1-2) ...
11:59:39 #20 10.66 Setting up libclang-cpp11 (1:11.0.1-2) ...
11:59:39 #20 10.67 Setting up lib32gcc-s1 (10.2.1-6) ...
11:59:39 #20 10.68 Setting up lib32stdc++6 (10.2.1-6) ...
11:59:39 #20 10.69 Setting up llvm-runtime (1:11.0-51+nmu5) ...
11:59:39 #20 10.70 Setting up llvm (1:11.0-51+nmu5) ...
11:59:39 #20 10.71 Setting up libobjc-10-dev:amd64 (10.2.1-6) ...
11:59:39 #10 26.24 Selecting previously unselected package libgcc-8-dev:amd64.
11:59:39 #10 26.24 Preparing to unpack .../051-libgcc-8-dev_8.3.0-6_amd64.deb ...
11:59:39 #10 26.24 Unpacking libgcc-8-dev:amd64 (8.3.0-6) ...
11:59:39 #10 26.48 Selecting previously unselected package gcc-8.
11:59:39 #10 1.564 Get:1 http://deb.debian.org/debian bookworm InRelease [171 kB]
11:59:39 #10 1.571 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
11:59:39 #10 1.571 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
11:59:39 #10 1.658 Get:4 http://deb.debian.org/debian bookworm/main armhf Packages [8649 kB]
11:59:39 #11 2.562 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [109 kB]
11:59:39 #10 21.76 Selecting previously unselected package libctf-nobfd0:amd64.
11:59:39 #10 21.76 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_amd64.deb ...
11:59:39 #10 21.77 Unpacking libctf-nobfd0:amd64 (2.35.2-2) ...
11:59:39 #10 21.82 Selecting previously unselected package libctf0:amd64.
11:59:39 #10 21.83 Preparing to unpack .../029-libctf0_2.35.2-2_amd64.deb ...
11:59:39 #10 21.84 Unpacking libctf0:amd64 (2.35.2-2) ...
11:59:39 #10 21.88 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:59:39 #10 21.89 Preparing to unpack .../030-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ...
11:59:39 #10 21.89 Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ...
11:59:39 #13 75.65   Installing : libseccomp-devel-2.3.1-4.el7.aarch64                       56/65 
11:59:39 #13 76.64   Installing : cmake-2.8.12.2-2.el7.aarch64                               57/65 
11:59:39 #13 76.70   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.aarch64                  58/65 
11:59:39 #11 22.67 Preparing to unpack .../062-libnghttp2-14_1.49.0-1_amd64.deb ...
11:59:39 #11 22.69 Unpacking libnghttp2-14:amd64 (1.49.0-1) ...
11:59:39 #11 22.75 Selecting previously unselected package libpipeline1:amd64.
11:59:39 #11 22.75 Preparing to unpack .../063-libpipeline1_1.5.6-2_amd64.deb ...
11:59:39 #11 22.76 Unpacking libpipeline1:amd64 (1.5.6-2) ...
11:59:39 #11 22.81 Selecting previously unselected package libpng16-16:amd64.
11:59:39 #11 22.81 Preparing to unpack .../064-libpng16-16_1.6.38-2_amd64.deb ...
11:59:39 #11 22.82 Unpacking libpng16-16:amd64 (1.6.38-2) ...
11:59:39 #11 22.85 Selecting previously unselected package libpsl5:amd64.
11:59:39 #11 22.86 Preparing to unpack .../065-libpsl5_0.21.0-1.2build2_amd64.deb ...
11:59:39 #11 22.86 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
11:59:39 #11 22.90 Selecting previously unselected package libxau6:amd64.
11:59:39 #11 22.90 Preparing to unpack .../066-libxau6_1%3a1.0.9-1build5_amd64.deb ...
11:59:39 #11 22.90 Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
11:59:39 #10 19.30   Installing       : perl-IO-Socket-SSL-2.073-1.el9.noarch               78/165 
11:59:39 #10 19.30   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch              79/165 
11:59:39 #10 19.31   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch        80/165 
11:59:39 #10 19.32   Installing       : perl-Class-Struct-0.66-480.el9.noarch               81/165 
11:59:39 #10 19.32   Installing       : perl-POSIX-1.94-480.el9.aarch64                     82/165 
11:59:39 #10 19.33   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch             83/165 
11:59:39 #10 19.34   Installing       : perl-IPC-Open3-1.21-480.el9.noarch                  84/165 
11:59:39 #10 19.34   Installing       : perl-subs-1.03-480.el9.noarch                       85/165 
11:59:39 #10 19.35   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch             86/165 
11:59:39 #10 19.36   Installing       : perl-HTTP-Tiny-0.076-460.el9.noarch                 87/165 
11:59:39 #10 19.37   Installing       : perl-Term-Cap-1.17-460.el9.noarch                   88/165 
11:59:39 #10 19.38   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                 89/165 
11:59:39 #10 19.39   Installing       : perl-Socket-4:2.031-4.el9.aarch64                   90/165 
11:59:39 #10 19.40   Installing       : perl-SelectSaver-1.02-480.el9.noarch                91/165 
11:59:39 #10 19.40   Installing       : perl-Symbol-1.08-480.el9.noarch                     92/165 
11:59:39 #10 19.40   Installing       : perl-File-stat-1.09-480.el9.noarch                  93/165 
11:59:39 #10 19.41   Installing       : perl-podlators-1:4.14-460.el9.noarch                94/165 
11:59:39 #10 19.42   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch             95/165 
11:59:39 #10 19.43   Installing       : perl-Fcntl-1.13-480.el9.aarch64                     96/165 
11:59:39 #10 19.43   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch            97/165 
11:59:39 #10 19.44   Installing       : perl-mro-1.23-480.el9.aarch64                       98/165 
11:59:39 #10 19.45   Installing       : perl-IO-1.43-480.el9.aarch64                        99/165 
11:59:39 #10 19.46   Installing       : perl-overloading-0.02-480.el9.noarch               100/165 
11:59:39 #10 19.46   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                 101/165 
11:59:39 #10 19.47   Installing       : perl-Errno-1.30-480.el9.aarch64                    102/165 
11:59:39 #10 19.47   Installing       : perl-File-Basename-2.85-480.el9.noarch             103/165 
11:59:39 #10 19.48   Installing       : perl-Getopt-Std-1.12-480.el9.noarch                104/165 
11:59:39 #10 19.48   Installing       : perl-MIME-Base64-3.16-4.el9.aarch64                105/165 
11:59:39 #10 19.49   Installing       : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64      106/165 
11:59:39 #11 22.63 Preparing to unpack .../071-gcc-11-base_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:59:39 #11 22.63 Unpacking gcc-11-base:amd64 (11.3.0-1ubuntu1~22.04) ...
11:59:39 #11 22.67 Selecting previously unselected package libisl23:amd64.
11:59:39 #11 22.67 Preparing to unpack .../072-libisl23_0.24-2build1_amd64.deb ...
11:59:39 #11 22.67 Unpacking libisl23:amd64 (0.24-2build1) ...
11:59:39 #11 22.71 Selecting previously unselected package libmpfr6:amd64.
11:59:39 #11 22.71 Preparing to unpack .../073-libmpfr6_4.1.0-3build3_amd64.deb ...
11:59:39 #11 22.72 Unpacking libmpfr6:amd64 (4.1.0-3build3) ...
11:59:39 #11 22.76 Selecting previously unselected package libmpc3:amd64.
11:59:39 #10 23.37 Selecting previously unselected package libcroco3:arm64.
11:59:39 #10 23.37 Preparing to unpack .../080-libcroco3_0.6.12-3_arm64.deb ...
11:59:39 #10 23.38 Unpacking libcroco3:arm64 (0.6.12-3) ...
11:59:39 #10 23.43 Selecting previously unselected package libncurses6:arm64.
11:59:39 #10 23.43 Preparing to unpack .../081-libncurses6_6.1+20181013-2+deb10u3_arm64.deb ...
11:59:39 #10 23.44 Unpacking libncurses6:arm64 (6.1+20181013-2+deb10u3) ...
11:59:39 #10 23.48 Selecting previously unselected package gettext.
11:59:39 #10 23.48 Preparing to unpack .../082-gettext_0.19.8.1-9_arm64.deb ...
11:59:39 #10 23.49 Unpacking gettext (0.19.8.1-9) ...
11:59:39 #10 21.87 Selecting previously unselected package intltool-debian.
11:59:39 #10 21.87 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ...
11:59:39 #10 21.87 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:59:39 #10 21.91 Selecting previously unselected package po-debconf.
11:59:39 #10 21.91 Preparing to unpack .../086-po-debconf_1.0.21+nmu1_all.deb ...
11:59:39 #10 21.91 Unpacking po-debconf (1.0.21+nmu1) ...
11:59:39 #10 21.96 Selecting previously unselected package debhelper.
11:59:39 #10 21.96 Preparing to unpack .../087-debhelper_13.3.4_all.deb ...
11:59:39 #10 21.96 Unpacking debhelper (13.3.4) ...
11:59:39 #10 22.06 Selecting previously unselected package debian-keyring.
11:59:39 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 109.05MB / 116.78MB 21.0s
11:59:39 #10 23.78 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
11:59:39 #10 23.78 Unpacking publicsuffix (20180223.1310-1) ...
11:59:39 #10 23.85 Selecting previously unselected package python-apt-common.
11:59:39 #10 23.85 Preparing to unpack .../044-python-apt-common_1.6.6_all.deb ...
11:59:39 #10 23.86 Unpacking python-apt-common (1.6.6) ...
11:59:39 #10 23.93 Selecting previously unselected package python3-apt.
11:59:39 #10 23.93 Preparing to unpack .../045-python3-apt_1.6.6_amd64.deb ...
11:59:39 #10 23.93 Unpacking python3-apt (1.6.6) ...
11:59:39 #10 24.01 Selecting previously unselected package libunwind8:amd64.
11:59:39 #10 24.02 Preparing to unpack .../046-libunwind8_1.2.1-8_amd64.deb ...
11:59:39 #10 24.02 Unpacking libunwind8:amd64 (1.2.1-8) ...
11:59:39 #10 24.06 Selecting previously unselected package strace.
11:59:39 #10 24.06 Preparing to unpack .../047-strace_4.21-1ubuntu1_amd64.deb ...
11:59:39 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 74.45MB / 116.78MB 17.0s
11:59:39 #11 14.24 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-debian all 0.1.43ubuntu1 [107 kB]
11:59:39 #11 14.24 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgpgme11 arm64 1.16.0-1.2ubuntu4 [131 kB]
11:59:39 #11 14.24 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-gpg arm64 1.16.0-1.2ubuntu4 [210 kB]
11:59:39 #11 14.25 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dput all 1.1.0ubuntu2 [44.9 kB]
11:59:39 #11 14.25 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:59:39 #11 14.29 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
11:59:39 #11 14.29 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl3-gnutls arm64 7.81.0-1ubuntu1.7 [278 kB]
11:59:39 #11 14.30 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
11:59:39 #10 22.40 Selecting previously unselected package libcrypt-dev:amd64.
11:59:39 #10 22.40 Preparing to unpack .../039-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
11:59:39 #10 22.41 Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
11:59:39 #10 22.46 Selecting previously unselected package libtirpc-dev:amd64.
11:59:39 #10 22.46 Preparing to unpack .../040-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
11:59:39 #10 22.46 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
11:59:39 #10 22.52 Selecting previously unselected package libnsl-dev:amd64.
11:59:39 #10 22.53 Preparing to unpack .../041-libnsl-dev_1.3.0-2_amd64.deb ...
11:59:39 #10 22.53 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
11:59:39 #10 9.211 Get:68 http://deb.debian.org/debian buster/main armhf cpp-8 armhf 8.3.0-6 [6790 kB]
11:59:39 #10 9.328 Get:69 http://deb.debian.org/debian buster/main armhf cpp armhf 4:8.3.0-1 [19.4 kB]
11:59:39 #10 9.328 Get:70 http://deb.debian.org/debian buster/main armhf libcc1-0 armhf 8.3.0-6 [38.9 kB]
11:59:39 #10 9.328 Get:71 http://deb.debian.org/debian buster/main armhf libgomp1 armhf 8.3.0-6 [64.8 kB]
11:59:39 #10 9.328 Get:72 http://deb.debian.org/debian buster/main armhf libatomic1 armhf 8.3.0-6 [6740 B]
11:59:39 #10 9.328 Get:73 http://deb.debian.org/debian buster/main armhf libasan5 armhf 8.3.0-6 [336 kB]
11:59:39 #10 9.328 Get:74 http://deb.debian.org/debian buster/main armhf libubsan1 armhf 8.3.0-6 [103 kB]
11:59:39 #10 9.328 Get:75 http://deb.debian.org/debian buster/main armhf libgcc-8-dev armhf 8.3.0-6 [612 kB]
11:59:39 #10 9.360 Get:76 http://deb.debian.org/debian buster/main armhf gcc-8 armhf 8.3.0-6 [7229 kB]
11:59:39 #11 20.03 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_arm64.deb ...
11:59:39 #11 20.03 Unpacking libpython3.10-minimal:arm64 (3.10.7-1ubuntu0.2) ...
11:59:39 #11 20.11 Selecting previously unselected package libexpat1:arm64.
11:59:39 #11 20.11 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_arm64.deb ...
11:59:39 #11 20.12 Unpacking libexpat1:arm64 (2.4.8-2ubuntu0.22.10.1) ...
11:59:39 #11 20.15 Selecting previously unselected package python3.10-minimal.
11:59:39 #11 20.15 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_arm64.deb ...
11:59:39 #11 20.16 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:59:39 #11 20.23 Setting up libssl3:arm64 (3.0.5-2ubuntu2) ...
11:59:39 #11 21.41 Preparing to unpack .../038-libedit2_3.1-20191231-1_arm64.deb ...
11:59:39 #11 21.41 Unpacking libedit2:arm64 (3.1-20191231-1) ...
11:59:39 #11 21.46 Selecting previously unselected package libfido2-1:arm64.
11:59:39 #11 21.46 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_arm64.deb ...
11:59:39 #11 21.46 Unpacking libfido2-1:arm64 (1.3.1-1ubuntu2) ...
11:59:39 #11 21.50 Selecting previously unselected package libkrb5support0:arm64.
11:59:39 #11 21.50 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.2_arm64.deb ...
11:59:39 #11 21.50 Unpacking libkrb5support0:arm64 (1.17-6ubuntu4.2) ...
11:59:39 #11 21.55 Selecting previously unselected package libk5crypto3:arm64.
11:59:39 #11 21.55 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.2_arm64.deb ...
11:59:39 #11 21.55 Unpacking libk5crypto3:arm64 (1.17-6ubuntu4.2) ...
11:59:39 #11 21.59 Selecting previously unselected package libkeyutils1:arm64.
11:59:39 #11 21.59 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_arm64.deb ...
11:59:39 #11 21.60 Unpacking libkeyutils1:arm64 (1.6-6ubuntu1.1) ...
11:59:39 #11 21.64 Selecting previously unselected package libkrb5-3:arm64.
11:59:39 #11 21.64 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.2_arm64.deb ...
11:59:39 #11 21.65 Unpacking libkrb5-3:arm64 (1.17-6ubuntu4.2) ...
11:59:40 #20 10.72 Setting up libclang-common-11-dev (1:11.0.1-2) ...
11:59:40 #20 10.73 Setting up clang-11 (1:11.0.1-2) ...
11:59:40 #20 10.74 Setting up lld (1:11.0-51+nmu5) ...
11:59:40 #20 10.75 Setting up clang (1:11.0-51+nmu5) ...
11:59:40 #20 10.78 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:59:40 #10 26.48 Preparing to unpack .../052-gcc-8_8.3.0-6_amd64.deb ...
11:59:40 #10 26.48 Unpacking gcc-8 (8.3.0-6) ...
11:59:40 #11 23.89 Selecting previously unselected package libxml2:amd64.
11:59:40 #11 23.89 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_amd64.deb ...
11:59:40 #11 23.89 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:59:40 #11 23.99 Selecting previously unselected package libyaml-0-2:amd64.
11:59:40 #11 2.667 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease [99.9 kB]
11:59:40 #11 2.758 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease [109 kB]
11:59:40 #11 2.862 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf Packages [1694 kB]
11:59:40 #10 22.21 Selecting previously unselected package binutils.
11:59:40 #10 22.21 Preparing to unpack .../031-binutils_2.35.2-2_amd64.deb ...
11:59:40 #10 22.22 Unpacking binutils (2.35.2-2) ...
11:59:40 #13 76.73   Installing : which-2.20-7.el7.aarch64                                   59/65 
11:59:40 #13 77.00 install-info: No such file or directory for /usr/share/info/which.info.gz
11:59:40 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 95.42MB / 116.78MB 20.6s
11:59:40 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 14.0s done
11:59:40 #11 22.93 Selecting previously unselected package libxdmcp6:amd64.
11:59:40 #11 22.94 Preparing to unpack .../067-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
11:59:40 #11 22.94 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
11:59:40 #11 22.98 Selecting previously unselected package libxcb1:amd64.
11:59:40 #11 22.98 Preparing to unpack .../068-libxcb1_1.15-1_amd64.deb ...
11:59:40 #11 22.99 Unpacking libxcb1:amd64 (1.15-1) ...
11:59:40 #11 23.03 Selecting previously unselected package libx11-data.
11:59:40 #11 23.03 Preparing to unpack .../069-libx11-data_2%3a1.8.1-2_all.deb ...
11:59:40 #11 23.03 Unpacking libx11-data (2:1.8.1-2) ...
11:59:40 #11 23.12 Selecting previously unselected package libx11-6:amd64.
11:59:40 #11 23.12 Preparing to unpack .../070-libx11-6_2%3a1.8.1-2_amd64.deb ...
11:59:40 #11 23.13 Unpacking libx11-6:amd64 (2:1.8.1-2) ...
11:59:40 #11 23.17 Selecting previously unselected package libxext6:amd64.
11:59:40 #11 23.17 Preparing to unpack .../071-libxext6_2%3a1.3.4-1build1_amd64.deb ...
11:59:40 #11 23.17 Unpacking libxext6:amd64 (2:1.3.4-1build1) ...
11:59:40 #11 23.20 Selecting previously unselected package libxmuu1:amd64.
11:59:40 #11 23.20 Preparing to unpack .../072-libxmuu1_2%3a1.1.3-3_amd64.deb ...
11:59:40 #11 23.20 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
11:59:40 #11 23.24 Selecting previously unselected package man-db.
11:59:40 #11 23.25 Preparing to unpack .../073-man-db_2.10.2-2_amd64.deb ...
11:59:40 #11 23.25 Unpacking man-db (2.10.2-2) ...
11:59:40 #11 23.29 Selecting previously unselected package manpages.
11:59:40 #11 23.30 Preparing to unpack .../074-manpages_5.13-1_all.deb ...
11:59:40 #11 23.30 Unpacking manpages (5.13-1) ...
11:59:40 #10 19.50   Installing       : perl-constant-1.33-461.el9.noarch                  107/165 
11:59:40 #10 19.51   Installing       : perl-Storable-1:3.21-460.el9.aarch64               108/165 
11:59:40 #10 19.52   Installing       : perl-overload-1.31-480.el9.noarch                  109/165 
11:59:40 #10 19.52   Installing       : perl-parent-1:0.238-460.el9.noarch                 110/165 
11:59:40 #10 19.53   Installing       : perl-vars-1.05-480.el9.noarch                      111/165 
11:59:40 #10 19.54   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch               112/165 
11:59:40 #10 19.54   Installing       : perl-Carp-1.50-460.el9.noarch                      113/165 
11:59:40 #10 19.55   Installing       : perl-Exporter-5.74-461.el9.noarch                  114/165 
11:59:40 #10 19.56   Installing       : perl-NDBM_File-1.15-480.el9.aarch64                115/165 
11:59:40 #10 19.57   Installing       : perl-PathTools-3.78-461.el9.aarch64                116/165 
11:59:40 #10 19.62   Installing       : perl-Encode-4:3.08-462.el9.aarch64                 117/165 
11:59:40 #10 23.61 Selecting previously unselected package intltool-debian.
11:59:40 #10 23.62 Preparing to unpack .../083-intltool-debian_0.35.0+20060710.5_all.deb ...
11:59:40 #10 23.62 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:59:40 #10 23.67 Selecting previously unselected package po-debconf.
11:59:40 #10 23.67 Preparing to unpack .../084-po-debconf_1.0.21_all.deb ...
11:59:40 #10 23.68 Unpacking po-debconf (1.0.21) ...
11:59:40 #10 23.73 Selecting previously unselected package debhelper.
11:59:40 #10 23.73 Preparing to unpack .../085-debhelper_12.1.1_all.deb ...
11:59:40 #10 23.73 Unpacking debhelper (12.1.1) ...
11:59:40 #10 23.84 Selecting previously unselected package debian-keyring.
11:59:40 #11 22.76 Preparing to unpack .../074-libmpc3_1.2.1-2build1_amd64.deb ...
11:59:40 #11 22.76 Unpacking libmpc3:amd64 (1.2.1-2build1) ...
11:59:40 #11 22.79 Selecting previously unselected package cpp-11.
11:59:40 #11 22.79 Preparing to unpack .../075-cpp-11_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:59:40 #11 22.79 Unpacking cpp-11 (11.3.0-1ubuntu1~22.04) ...
11:59:40 #11 22.96 Selecting previously unselected package cpp.
11:59:40 #11 22.96 Preparing to unpack .../076-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ...
11:59:40 #11 22.97 Unpacking cpp (4:11.2.0-1ubuntu1) ...
11:59:40 #11 23.00 Selecting previously unselected package libcc1-0:amd64.
11:59:40 #11 23.01 Preparing to unpack .../077-libcc1-0_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:59:40 #11 23.01 Unpacking libcc1-0:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:40 #11 23.04 Selecting previously unselected package libgomp1:amd64.
11:59:40 #11 23.04 Preparing to unpack .../078-libgomp1_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:59:40 #11 23.05 Unpacking libgomp1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:40 #11 23.08 Selecting previously unselected package libitm1:amd64.
11:59:40 #11 23.08 Preparing to unpack .../079-libitm1_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:59:40 #11 23.09 Unpacking libitm1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:40 #11 23.12 Selecting previously unselected package libatomic1:amd64.
11:59:40 #10 22.06 Preparing to unpack .../088-debian-keyring_2021.07.26_all.deb ...
11:59:40 #10 22.07 Unpacking debian-keyring (2021.07.26) ...
11:59:40 #10 24.07 Unpacking strace (4.21-1ubuntu1) ...
11:59:40 #10 24.15 Selecting previously unselected package xauth.
11:59:40 #10 24.15 Preparing to unpack .../048-xauth_1%3a1.0.10-1_amd64.deb ...
11:59:40 #10 24.16 Unpacking xauth (1:1.0.10-1) ...
11:59:40 #10 24.20 Selecting previously unselected package at.
11:59:40 #10 24.20 Preparing to unpack .../049-at_3.1.20-3.1ubuntu2_amd64.deb ...
11:59:40 #10 24.21 Unpacking at (3.1.20-3.1ubuntu2) ...
11:59:40 #10 24.27 Selecting previously unselected package libsigsegv2:amd64.
11:59:40 #10 24.27 Preparing to unpack .../050-libsigsegv2_2.12-1_amd64.deb ...
11:59:40 #10 24.28 Unpacking libsigsegv2:amd64 (2.12-1) ...
11:59:40 #10 24.30 Selecting previously unselected package m4.
11:59:40 #10 24.31 Preparing to unpack .../051-m4_1.4.18-1_amd64.deb ...
11:59:40 #10 24.31 Unpacking m4 (1.4.18-1) ...
11:59:40 #10 24.38 Selecting previously unselected package autoconf.
11:59:40 #10 24.38 Preparing to unpack .../052-autoconf_2.69-11_all.deb ...
11:59:40 #10 22.57 Selecting previously unselected package rpcsvc-proto.
11:59:40 #10 22.58 Preparing to unpack .../042-rpcsvc-proto_1.4.3-1_amd64.deb ...
11:59:40 #10 22.59 Unpacking rpcsvc-proto (1.4.3-1) ...
11:59:40 #10 22.63 Selecting previously unselected package libc6-dev:amd64.
11:59:40 #10 22.63 Preparing to unpack .../043-libc6-dev_2.36-8_amd64.deb ...
11:59:40 #10 22.64 Unpacking libc6-dev:amd64 (2.36-8) ...
11:59:40 #10 9.505 Get:77 http://deb.debian.org/debian buster/main armhf gcc armhf 4:8.3.0-1 [5204 B]
11:59:40 #10 9.505 Get:78 http://deb.debian.org/debian buster/main armhf libstdc++-8-dev armhf 8.3.0-6 [1584 kB]
11:59:40 #10 9.544 Get:79 http://deb.debian.org/debian buster/main armhf g++-8 armhf 8.3.0-6 [7463 kB]
11:59:40 #10 9.704 Get:80 http://deb.debian.org/debian buster/main armhf g++ armhf 4:8.3.0-1 [1624 B]
11:59:40 #10 9.714 Get:81 http://deb.debian.org/debian buster/main armhf make armhf 4.2.1-1.2 [327 kB]
11:59:40 #10 9.714 Get:82 http://deb.debian.org/debian buster/main armhf libdpkg-perl all 1.19.8 [1415 kB]
11:59:40 #10 9.744 Get:83 http://deb.debian.org/debian buster/main armhf patch armhf 2.7.6-3+deb10u1 [123 kB]
11:59:40 #10 9.744 Get:84 http://deb.debian.org/debian buster/main armhf dpkg-dev all 1.19.8 [1776 kB]
11:59:40 #11 20.31 Setting up libpython3.10-minimal:arm64 (3.10.7-1ubuntu0.2) ...
11:59:40 #11 20.32 Setting up libexpat1:arm64 (2.4.8-2ubuntu0.22.10.1) ...
11:59:40 #11 20.34 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:59:40 #10 23.95 Selecting previously unselected package cpp.
11:59:40 #10 23.95 Preparing to unpack .../067-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
11:59:40 #10 23.95 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
11:59:40 #10 23.99 Selecting previously unselected package libcc1-0:arm64.
11:59:40 #11 21.71 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:59:40 #11 21.71 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.2_arm64.deb ...
11:59:40 #11 21.72 Unpacking libgssapi-krb5-2:arm64 (1.17-6ubuntu4.2) ...
11:59:40 #11 21.76 Selecting previously unselected package libpsl5:arm64.
11:59:40 #11 21.76 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_arm64.deb ...
11:59:40 #11 21.77 Unpacking libpsl5:arm64 (0.21.0-1ubuntu1) ...
11:59:40 #11 21.81 Selecting previously unselected package libxau6:arm64.
11:59:40 #11 21.81 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_arm64.deb ...
11:59:40 #11 21.81 Unpacking libxau6:arm64 (1:1.0.9-0ubuntu1) ...
11:59:40 #11 21.85 Selecting previously unselected package libxdmcp6:arm64.
11:59:40 #11 21.85 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_arm64.deb ...
11:59:40 #11 21.85 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ...
11:59:40 #11 21.89 Selecting previously unselected package libxcb1:arm64.
11:59:40 #11 21.89 Preparing to unpack .../048-libxcb1_1.14-2_arm64.deb ...
11:59:40 #11 21.89 Unpacking libxcb1:arm64 (1.14-2) ...
11:59:40 #11 21.92 Selecting previously unselected package libx11-data.
11:59:40 #11 21.92 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
11:59:40 #11 21.93 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
11:59:40 #11 21.99 Selecting previously unselected package libx11-6:arm64.
11:59:40 #11 23.99 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ...
11:59:40 #11 23.99 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
11:59:40 #11 24.02 Selecting previously unselected package lsb-release.
11:59:40 #11 24.02 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
11:59:40 #11 24.03 Unpacking lsb-release (11.1.0ubuntu2) ...
11:59:40 #11 24.06 Selecting previously unselected package netbase.
11:59:40 #11 24.06 Preparing to unpack .../027-netbase_6.1_all.deb ...
11:59:40 #11 24.07 Unpacking netbase (6.1) ...
11:59:40 #11 24.10 Selecting previously unselected package python3-pkg-resources.
11:59:40 #11 24.10 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
11:59:40 #11 24.10 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:59:40 #11 24.14 Selecting previously unselected package python3-six.
11:59:40 #11 24.14 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
11:59:40 #11 24.15 Unpacking python3-six (1.14.0-2) ...
11:59:40 #11 24.18 Selecting previously unselected package shared-mime-info.
11:59:40 #11 24.18 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ...
11:59:40 #11 24.18 Unpacking shared-mime-info (1.15-1) ...
11:59:40 #11 3.101 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/restricted armhf Packages [12.9 kB]
11:59:40 #11 3.101 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/multiverse armhf Packages [207 kB]
11:59:40 #11 3.108 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf Packages [17.2 MB]
11:59:40 #10 22.29 Selecting previously unselected package libc-dev-bin.
11:59:40 #10 22.29 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u5_amd64.deb ...
11:59:40 #10 22.30 Unpacking libc-dev-bin (2.31-13+deb11u5) ...
11:59:40 #10 22.34 Selecting previously unselected package linux-libc-dev:amd64.
11:59:40 #10 22.34 Preparing to unpack .../033-linux-libc-dev_5.10.162-1_amd64.deb ...
11:59:40 #10 22.35 Unpacking linux-libc-dev:amd64 (5.10.162-1) ...
11:59:40 #11 23.34 Selecting previously unselected package openssh-client.
11:59:40 #11 23.35 Preparing to unpack .../075-openssh-client_1%3a9.0p1-1ubuntu7.1_amd64.deb ...
11:59:40 #11 23.35 Unpacking openssh-client (1:9.0p1-1ubuntu7.1) ...
11:59:40 #11 23.39 Selecting previously unselected package publicsuffix.
11:59:40 #11 23.39 Preparing to unpack .../076-publicsuffix_20220811.1734-1_all.deb ...
11:59:40 #11 23.40 Unpacking publicsuffix (20220811.1734-1) ...
11:59:40 #11 23.42 Selecting previously unselected package libunwind8:amd64.
11:59:40 #11 23.43 Preparing to unpack .../077-libunwind8_1.6.2-0ubuntu1_amd64.deb ...
11:59:40 #11 23.43 Unpacking libunwind8:amd64 (1.6.2-0ubuntu1) ...
11:59:40 #11 23.46 Selecting previously unselected package strace.
11:59:40 #11 23.46 Preparing to unpack .../078-strace_5.16-0ubuntu4_amd64.deb ...
11:59:40 #11 23.46 Unpacking strace (5.16-0ubuntu4) ...
11:59:40 #11 23.50 Selecting previously unselected package xauth.
11:59:40 #11 23.50 Preparing to unpack .../079-xauth_1%3a1.1.1-1_amd64.deb ...
11:59:40 #11 23.50 Unpacking xauth (1:1.1.1-1) ...
11:59:40 #11 23.53 Selecting previously unselected package xz-utils.
11:59:40 #10 19.73   Installing       : perl-libs-4:5.32.1-480.el9.aarch64                 118/165 
11:59:40 #10 19.74   Installing       : perl-interpreter-4:5.32.1-480.el9.aarch64          119/165 
11:59:40 #10 19.75   Installing       : kernel-srpm-macros-1.0-11.el9.noarch               120/165 
11:59:40 #10 19.75   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           121/165 
11:59:40 #10 19.76   Installing       : go-srpm-macros-3.0.9-9.el9.noarch                  122/165 
11:59:40 #10 19.76   Installing       : python-srpm-macros-3.9-52.el9.noarch               123/165 
11:59:40 #10 19.77   Installing       : redhat-rpm-config-197-1.el9.noarch                 124/165 
11:59:40 #10 19.78   Running scriptlet: libutempter-1.2.1-6.el9.aarch64                    125/165 
11:59:40 #10 19.85   Installing       : libutempter-1.2.1-6.el9.aarch64                    125/165 
11:59:40 #10 19.87   Installing       : libselinux-utils-3.5-0.rc1.1.el9.aarch64           126/165 
11:59:40 #10 19.88   Installing       : libpng-2:1.6.37-12.el9.aarch64                     127/165 
11:59:40 #10 19.90   Installing       : gdk-pixbuf2-2.42.6-3.el9.aarch64                   128/165 
11:59:40 #10 19.91   Installing       : libpkgconf-1.7.3-10.el9.aarch64                    129/165 
11:59:40 #10 19.92   Installing       : pkgconf-1.7.3-10.el9.aarch64                       130/165 
11:59:40 #10 19.93   Installing       : pkgconf-pkg-config-1.7.3-10.el9.aarch64            131/165 
11:59:40 #10 19.94   Installing       : libpipeline-1.5.3-4.el9.aarch64                    132/165 
11:59:40 #10 19.95   Running scriptlet: man-db-2.9.3-7.el9.aarch64                         133/165 
11:59:40 #10 23.84 Preparing to unpack .../086-debian-keyring_2019.02.25_all.deb ...
11:59:40 #10 23.85 Unpacking debian-keyring (2019.02.25) ...
11:59:40 #11 23.12 Preparing to unpack .../080-libatomic1_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:59:40 #11 23.13 Unpacking libatomic1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:40 #11 23.19 Selecting previously unselected package libasan6:amd64.
11:59:40 #11 23.19 Preparing to unpack .../081-libasan6_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:59:40 #11 23.19 Unpacking libasan6:amd64 (11.3.0-1ubuntu1~22.04) ...
11:59:40 #11 23.27 Selecting previously unselected package liblsan0:amd64.
11:59:40 #11 23.28 Preparing to unpack .../082-liblsan0_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:59:40 #11 23.28 Unpacking liblsan0:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:40 #11 23.38 Selecting previously unselected package libtsan0:amd64.
11:59:40 #11 23.38 Preparing to unpack .../083-libtsan0_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:59:40 #10 24.38 Unpacking autoconf (2.69-11) ...
11:59:40 #10 24.52 Selecting previously unselected package autotools-dev.
11:59:40 #10 24.52 Preparing to unpack .../053-autotools-dev_20180224.1_all.deb ...
11:59:40 #10 24.53 Unpacking autotools-dev (20180224.1) ...
11:59:40 #10 24.60 Selecting previously unselected package automake.
11:59:40 #10 24.60 Preparing to unpack .../054-automake_1%3a1.15.1-3ubuntu2_all.deb ...
11:59:40 #10 24.61 Unpacking automake (1:1.15.1-3ubuntu2) ...
11:59:40 #24 DONE 2.6s
11:59:40 
11:59:40 #25 [linux/amd64->darwin/arm64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
11:59:40 #25 DONE 0.1s
11:59:40 
11:59:40 #26 [linux/amd64->darwin/amd64 build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
11:59:40 #26 DONE 0.1s
11:59:40 
11:59:40 #27 [linux/amd64->darwin/arm64 build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross && [ "$(xx-info arch)" = "arm64" ] && XX_CC_PREFER_LINKER=ld xx-clang --setup-target-triple || true
11:59:40 #10 9.761 Get:85 http://deb.debian.org/debian buster/main armhf build-essential armhf 12.6 [7568 B]
11:59:40 #10 9.762 Get:86 http://deb.debian.org/debian buster/main armhf openssl armhf 1.1.1n-0+deb10u3 [828 kB]
11:59:40 #10 9.798 Get:87 http://deb.debian.org/debian buster/main armhf ca-certificates all 20200601~deb10u2 [166 kB]
11:59:40 #10 9.798 Get:88 http://deb.debian.org/debian buster/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-1+deb10u2 [67.4 kB]
11:59:40 #10 9.812 Get:89 http://deb.debian.org/debian buster/main armhf libsasl2-2 armhf 2.1.27+dfsg-1+deb10u2 [98.9 kB]
11:59:40 #10 9.812 Get:90 http://deb.debian.org/debian buster/main armhf libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
11:59:40 #10 9.812 Get:91 http://deb.debian.org/debian buster/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+deb10u7 [202 kB]
11:59:40 #10 9.812 Get:92 http://deb.debian.org/debian buster/main armhf libnghttp2-14 armhf 1.36.0-2+deb10u1 [74.4 kB]
11:59:40 #10 9.812 Get:93 http://deb.debian.org/debian buster/main armhf libpsl5 armhf 0.20.2-2 [52.4 kB]
11:59:40 #10 9.812 Get:94 http://deb.debian.org/debian buster/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2 [54.9 kB]
11:59:40 #10 9.812 Get:95 http://deb.debian.org/debian buster/main armhf libssh2-1 armhf 1.8.0-2.1 [129 kB]
11:59:40 #10 9.823 Get:96 http://deb.debian.org/debian-security buster/updates/main armhf libcurl4 armhf 7.64.0-4+deb10u4 [299 kB]
11:59:40 #10 9.823 Get:97 http://deb.debian.org/debian-security buster/updates/main armhf curl armhf 7.64.0-4+deb10u4 [258 kB]
11:59:40 #10 9.823 Get:98 http://deb.debian.org/debian buster/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
11:59:40 #10 9.834 Get:99 http://deb.debian.org/debian buster/main armhf libtool all 2.4.6-9 [547 kB]
11:59:40 #10 9.834 Get:100 http://deb.debian.org/debian buster/main armhf dh-autoreconf all 19 [16.9 kB]
11:59:40 #10 9.834 Get:101 http://deb.debian.org/debian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
11:59:40 #10 9.840 Get:102 http://deb.debian.org/debian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
11:59:40 #10 9.840 Get:103 http://deb.debian.org/debian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
11:59:40 #10 9.840 Get:104 http://deb.debian.org/debian buster/main armhf dwz armhf 0.12-3 [72.0 kB]
11:59:40 #10 10.01 Get:105 http://deb.debian.org/debian-security buster/updates/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1102 kB]
11:59:40 #7 ...
11:59:40 
11:59:40 #9 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
11:59:40 #9 extracting sha256:7a21a86b3957d8c99250334cfb78c55af4f8c9277f2f1d4abd53d0362f96323d 10.1s
11:59:40 #9 ...
11:59:40 
11:59:40 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:40 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 81.79MB / 116.78MB 17.8s
11:59:40 #11 14.69 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git-man all 1:2.34.1-1ubuntu1.6 [953 kB]
11:59:40 #10 23.99 Preparing to unpack .../068-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ...
11:59:40 #10 24.00 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ...
11:59:40 #10 24.04 Selecting previously unselected package libgomp1:arm64.
11:59:40 #10 24.04 Preparing to unpack .../069-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ...
11:59:40 #10 24.04 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ...
11:59:40 #10 24.08 Selecting previously unselected package libitm1:arm64.
11:59:40 #10 24.09 Preparing to unpack .../070-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ...
11:59:40 #10 24.09 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ...
11:59:40 #10 24.15 Selecting previously unselected package libatomic1:arm64.
11:59:40 #10 24.16 Preparing to unpack .../071-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ...
11:59:40 #10 24.16 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ...
11:59:40 #10 24.19 Selecting previously unselected package libasan4:arm64.
11:59:40 #10 24.20 Preparing to unpack .../072-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:59:40 #10 24.20 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ...
11:59:40 #10 24.26 Selecting previously unselected package liblsan0:arm64.
11:59:40 #11 21.99 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_arm64.deb ...
11:59:40 #11 22.00 Unpacking libx11-6:arm64 (2:1.6.9-2ubuntu1.2) ...
11:59:40 #11 22.07 Selecting previously unselected package libxext6:arm64.
11:59:40 #11 22.07 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_arm64.deb ...
11:59:40 #11 22.07 Unpacking libxext6:arm64 (2:1.3.4-0ubuntu1) ...
11:59:40 #11 22.11 Selecting previously unselected package libxmuu1:arm64.
11:59:40 #11 22.11 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_arm64.deb ...
11:59:40 #11 22.11 Unpacking libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
11:59:40 #11 22.14 Selecting previously unselected package manpages.
11:59:40 #11 22.15 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
11:59:40 #11 22.15 Unpacking manpages (5.05-1) ...
11:59:40 #11 22.26 Selecting previously unselected package openssh-client.
11:59:40 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 5.0s
11:59:40 #11 24.26 Selecting previously unselected package ucf.
11:59:40 #11 24.26 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
11:59:40 #11 24.26 Moving old data out of the way
11:59:40 #11 24.26 Unpacking ucf (3.0038+nmu1) ...
11:59:40 #11 24.30 Selecting previously unselected package xdg-user-dirs.
11:59:40 #11 24.30 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
11:59:40 #11 24.31 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
11:59:40 #11 24.36 Selecting previously unselected package xz-utils.
11:59:40 #11 24.36 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ...
11:59:40 #11 24.37 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
11:59:40 #11 24.40 Selecting previously unselected package gettext-base.
11:59:40 #11 24.40 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ...
11:59:40 #11 24.40 Unpacking gettext-base (0.19.8.1-10build1) ...
11:59:40 #11 24.43 Selecting previously unselected package iso-codes.
11:59:40 #11 24.44 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
11:59:40 #11 24.44 Unpacking iso-codes (4.4-1) ...
11:59:40 #10 22.65 Selecting previously unselected package libcrypt-dev:amd64.
11:59:40 #10 22.65 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_amd64.deb ...
11:59:40 #10 22.66 Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ...
11:59:40 #10 22.71 Selecting previously unselected package libtirpc-dev:amd64.
11:59:40 #10 22.71 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_amd64.deb ...
11:59:40 #10 22.73 Unpacking libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
11:59:40 #10 22.79 Selecting previously unselected package libnsl-dev:amd64.
11:59:40 #10 22.79 Preparing to unpack .../036-libnsl-dev_1.3.0-2_amd64.deb ...
11:59:40 #10 22.79 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
11:59:40 #10 22.84 Selecting previously unselected package libc6-dev:amd64.
11:59:40 #10 22.84 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u5_amd64.deb ...
11:59:40 #10 27.34 Selecting previously unselected package gcc.
11:59:40 #13 77.02   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.aarch64                60/65 
11:59:40 #11 23.53 Preparing to unpack .../080-xz-utils_5.2.5-2.1_amd64.deb ...
11:59:40 #11 23.53 Unpacking xz-utils (5.2.5-2.1) ...
11:59:40 #11 23.56 Selecting previously unselected package m4.
11:59:40 #11 23.56 Preparing to unpack .../081-m4_1.4.19-1_amd64.deb ...
11:59:40 #11 23.57 Unpacking m4 (1.4.19-1) ...
11:59:40 #11 23.60 Selecting previously unselected package autoconf.
11:59:40 #11 23.60 Preparing to unpack .../082-autoconf_2.71-2_all.deb ...
11:59:40 #11 23.60 Unpacking autoconf (2.71-2) ...
11:59:40 #11 23.65 Selecting previously unselected package autotools-dev.
11:59:40 #11 23.65 Preparing to unpack .../083-autotools-dev_20220109.1_all.deb ...
11:59:40 #11 23.65 Unpacking autotools-dev (20220109.1) ...
11:59:40 #11 23.68 Selecting previously unselected package automake.
11:59:40 #11 23.68 Preparing to unpack .../084-automake_1%3a1.16.5-1.3_all.deb ...
11:59:40 #11 23.69 Unpacking automake (1:1.16.5-1.3) ...
11:59:40 #11 23.73 Selecting previously unselected package autopoint.
11:59:40 #11 23.73 Preparing to unpack .../085-autopoint_0.21-8_all.deb ...
11:59:40 #11 23.74 Unpacking autopoint (0.21-8) ...
11:59:40 #11 23.76 Selecting previously unselected package binutils-common:amd64.
11:59:40 #10 19.99   Installing       : man-db-2.9.3-7.el9.aarch64                         133/165 
11:59:40 #10 20.00   Running scriptlet: man-db-2.9.3-7.el9.aarch64                         133/165 
11:59:40 #10 20.02   Installing       : environment-modules-5.0.1-2.el9.aarch64            134/165 
11:59:40 #10 20.03   Running scriptlet: environment-modules-5.0.1-2.el9.aarch64            134/165 
11:59:40 #10 20.05   Installing       : scl-utils-1:2.0.3-4.el9.aarch64                    135/165 
11:59:40 #10 20.21   Installing       : libicu-67.1-9.el9.aarch64                          136/165 
11:59:40 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
11:59:40 #11 23.39 Unpacking libtsan0:amd64 (11.3.0-1ubuntu1~22.04) ...
11:59:40 #11 23.54 Selecting previously unselected package libubsan1:amd64.
11:59:40 #11 23.54 Preparing to unpack .../084-libubsan1_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:59:40 #11 23.54 Unpacking libubsan1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:40 #10 24.72 Selecting previously unselected package autopoint.
11:59:40 #10 24.73 Preparing to unpack .../055-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
11:59:40 #10 24.74 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
11:59:40 #27 DONE 0.1s
11:59:40 
11:59:40 #28 [linux/amd64->darwin/amd64 build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross && [ "$(xx-info arch)" = "arm64" ] && XX_CC_PREFER_LINKER=ld xx-clang --setup-target-triple || true
11:59:40 #28 DONE 0.1s
11:59:40 #10 10.02 Get:106 http://deb.debian.org/debian buster/main armhf libcroco3 armhf 0.6.12-3 [133 kB]
11:59:40 #10 10.03 Get:107 http://deb.debian.org/debian-security buster/updates/main armhf libncurses6 armhf 6.1+20181013-2+deb10u3 [79.8 kB]
11:59:40 #10 10.03 Get:108 http://deb.debian.org/debian buster/main armhf gettext armhf 0.19.8.1-9 [1242 kB]
11:59:40 #10 10.05 Get:109 http://deb.debian.org/debian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:59:40 #10 10.05 Get:110 http://deb.debian.org/debian buster/main armhf po-debconf all 1.0.21 [248 kB]
11:59:40 #10 10.06 Get:111 http://deb.debian.org/debian buster/main armhf debhelper all 12.1.1 [1016 kB]
11:59:40 #10 10.08 Get:112 http://deb.debian.org/debian buster/main armhf debian-keyring all 2019.02.25 [32.4 MB]
11:59:40 #11 15.23 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git arm64 1:2.34.1-1ubuntu1.6 [3168 kB]
11:59:40 #11 22.26 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_arm64.deb ...
11:59:40 #11 22.27 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
11:59:40 #11 22.36 Selecting previously unselected package publicsuffix.
11:59:40 #11 22.36 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
11:59:40 #11 22.36 Unpacking publicsuffix (20200303.0012-1) ...
11:59:40 #11 22.40 Selecting previously unselected package python-apt-common.
11:59:40 #10 24.26 Preparing to unpack .../073-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ...
11:59:40 #10 24.26 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
11:59:40 #11 22.40 Preparing to unpack .../056-python-apt-common_2.0.1_all.deb ...
11:59:40 #11 22.41 Unpacking python-apt-common (2.0.1) ...
11:59:40 #11 22.45 Selecting previously unselected package python3-apt.
11:59:40 11:59:40 #11 22.45 Preparing to unpack .../057-python3-apt_2.0.1_arm64.deb ...
11:59:40 #11 22.45 Unpacking python3-apt (2.0.1) ...
11:59:40 #11 22.49 Selecting previously unselected package strace.
#10 24.31 Selecting previously unselected package libtsan0:arm64.
11:59:40 #10 24.31 Preparing to unpack .../074-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ...
11:59:40 #10 24.32 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
11:59:40 #10 24.37 Selecting previously unselected package libubsan0:arm64.
11:59:40 #10 24.37 Preparing to unpack .../075-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:59:40 #10 24.38 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ...
11:59:40 #10 24.42 Selecting previously unselected package libgcc-7-dev:arm64.
11:59:40 #10 24.42 Preparing to unpack .../076-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:59:40 #10 24.42 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
11:59:40 #10 23.07 Selecting previously unselected package libisl23:amd64.
11:59:40 #10 23.07 Preparing to unpack .../044-libisl23_0.25-1_amd64.deb ...
11:59:40 #10 23.08 Unpacking libisl23:amd64 (0.25-1) ...
11:59:40 #10 23.22 Selecting previously unselected package libmpfr6:amd64.
11:59:40 #10 23.22 Preparing to unpack .../045-libmpfr6_4.2.0-1_amd64.deb ...
11:59:40 #10 23.22 Unpacking libmpfr6:amd64 (4.2.0-1) ...
11:59:40 #11 21.04 Selecting previously unselected package python3-minimal.
11:59:40 #11 21.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 ... 4718 files and directories currently installed.)
11:59:40 #11 21.04 Preparing to unpack .../00-python3-minimal_3.10.6-1_arm64.deb ...
11:59:40 #11 21.04 Unpacking python3-minimal (3.10.6-1) ...
11:59:40 #11 21.08 Selecting previously unselected package media-types.
11:59:40 #11 21.08 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
11:59:40 #11 21.08 Unpacking media-types (8.0.0) ...
11:59:40 #11 21.11 Selecting previously unselected package libmpdec3:arm64.
11:59:40 #11 21.11 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_arm64.deb ...
11:59:40 #11 21.12 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
11:59:40 #11 21.16 Selecting previously unselected package libkrb5support0:arm64.
11:59:40 #11 24.79 Selecting previously unselected package krb5-locales.
11:59:40 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 22.1s
11:59:40 #9 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.2s done
11:59:40 #10 22.85 Unpacking libc6-dev:amd64 (2.31-13+deb11u5) ...
11:59:40 #10 27.34 Preparing to unpack .../053-gcc_4%3a8.3.0-1_amd64.deb ...
11:59:40 #10 27.34 Unpacking gcc (4:8.3.0-1) ...
11:59:40 #10 27.38 Selecting previously unselected package libstdc++-8-dev:amd64.
11:59:40 #10 27.38 Preparing to unpack .../054-libstdc++-8-dev_8.3.0-6_amd64.deb ...
11:59:40 #10 27.38 Unpacking libstdc++-8-dev:amd64 (8.3.0-6) ...
11:59:40 #10 27.62 Selecting previously unselected package g++-8.
11:59:40 #13 77.57   Cleanup    : 7:device-mapper-1.02.170-6.el7.aarch64                     61/65 
11:59:40 #11 23.76 Preparing to unpack .../086-binutils-common_2.39-3ubuntu1.1_amd64.deb ...
11:59:40 #11 23.77 Unpacking binutils-common:amd64 (2.39-3ubuntu1.1) ...
11:59:40 #11 23.79 Selecting previously unselected package libbinutils:amd64.
11:59:40 #11 23.80 Preparing to unpack .../087-libbinutils_2.39-3ubuntu1.1_amd64.deb ...
11:59:40 #11 23.80 Unpacking libbinutils:amd64 (2.39-3ubuntu1.1) ...
11:59:40 #11 23.84 Selecting previously unselected package libctf-nobfd0:amd64.
11:59:40 #11 23.84 Preparing to unpack .../088-libctf-nobfd0_2.39-3ubuntu1.1_amd64.deb ...
11:59:40 #11 23.85 Unpacking libctf-nobfd0:amd64 (2.39-3ubuntu1.1) ...
11:59:40 #11 23.87 Selecting previously unselected package libctf0:amd64.
11:59:40 #11 23.88 Preparing to unpack .../089-libctf0_2.39-3ubuntu1.1_amd64.deb ...
11:59:40 #11 23.88 Unpacking libctf0:amd64 (2.39-3ubuntu1.1) ...
11:59:40 #11 23.90 Selecting previously unselected package libgprofng0:amd64.
11:59:40 #11 23.91 Preparing to unpack .../090-libgprofng0_2.39-3ubuntu1.1_amd64.deb ...
11:59:40 #11 23.91 Unpacking libgprofng0:amd64 (2.39-3ubuntu1.1) ...
11:59:40 #11 23.95 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:59:40 #11 23.95 Preparing to unpack .../091-binutils-x86-64-linux-gnu_2.39-3ubuntu1.1_amd64.deb ...
11:59:40 #11 23.95 Unpacking binutils-x86-64-linux-gnu (2.39-3ubuntu1.1) ...
11:59:40 #10 20.27   Installing       : webkit2gtk3-jsc-2.38.3-1.el9.aarch64               137/165 
11:59:40 #10 20.27   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.aarch64          138/165 
11:59:40 #10 20.28   Installing       : libfdisk-2.37.4-9.el9.aarch64                      139/165 
11:59:40 #10 20.28   Installing       : libeconf-0.4.1-2.el9.aarch64                       140/165 
11:59:40 #10 20.30   Installing       : libdb-5.3.28-53.el9.aarch64                        141/165 
11:59:40 #10 20.34   Installing       : pam-1.5.1-14.el9.aarch64                           142/165 
11:59:40 #10 20.36   Installing       : libpwquality-1.4.4-8.el9.aarch64                   143/165 
11:59:40 #10 20.44   Installing       : util-linux-2.37.4-9.el9.aarch64                    144/165 
11:59:40 #10 20.44 warning: /etc/adjtime created as /etc/adjtime.rpmnew
11:59:40 #10 20.44 
11:59:40 #10 20.46   Installing       : policycoreutils-3.5-0.rc1.2.el9.aarch64            145/165 
11:59:40 #10 20.47   Running scriptlet: policycoreutils-3.5-0.rc1.2.el9.aarch64            145/165 
11:59:40 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 101.71MB / 116.78MB 21.5s
11:59:40 #11 23.64 Selecting previously unselected package libquadmath0:amd64.
11:59:40 #11 23.65 Preparing to unpack .../085-libquadmath0_12.1.0-2ubuntu1~22.04_amd64.deb ...
11:59:40 #11 23.66 Unpacking libquadmath0:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:40 #11 23.69 Selecting previously unselected package libgcc-11-dev:amd64.
11:59:40 #11 23.69 Preparing to unpack .../086-libgcc-11-dev_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:59:40 #11 23.70 Unpacking libgcc-11-dev:amd64 (11.3.0-1ubuntu1~22.04) ...
11:59:40 #11 23.80 Selecting previously unselected package gcc-11.
11:59:40 #11 23.80 Preparing to unpack .../087-gcc-11_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:59:40 #11 23.81 Unpacking gcc-11 (11.3.0-1ubuntu1~22.04) ...
11:59:40 #10 25.02 Selecting previously unselected package binutils-common:amd64.
11:59:40 #10 25.02 Preparing to unpack .../056-binutils-common_2.30-21ubuntu1~18.04.8_amd64.deb ...
11:59:40 #10 25.04 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.8) ...
11:59:40 #20 DONE 11.6s
11:59:40 
11:59:40 #21 [build 4/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         xx-apt-get install --no-install-recommends -y             dpkg-dev             gcc             libapparmor-dev             libc6-dev             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
11:59:41 #11 15.41 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:59:41 #11 15.41 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6build3 [11.7 kB]
11:59:41 #11 15.41 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:59:41 #11 15.41 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libaliased-perl all 0.34-1.1 [13.3 kB]
11:59:41 #11 15.41 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libapt-pkg-perl arm64 0.1.40build2 [70.3 kB]
11:59:41 #11 15.42 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
11:59:41 #11 15.42 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarray-intspan-perl all 2.004-1 [24.5 kB]
11:59:41 #11 15.42 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
11:59:41 #11 15.42 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:59:41 #11 15.48 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvariable-magic-perl arm64 0.62-1build5 [34.8 kB]
11:59:41 #11 15.55 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
11:59:41 #10 23.33 Selecting previously unselected package libmpc3:amd64.
11:59:41 #10 23.33 Preparing to unpack .../046-libmpc3_1.3.1-1_amd64.deb ...
11:59:41 #10 23.34 Unpacking libmpc3:amd64 (1.3.1-1) ...
11:59:41 #10 23.38 Selecting previously unselected package cpp-12.
11:59:41 #10 23.38 Preparing to unpack .../047-cpp-12_12.2.0-14_amd64.deb ...
11:59:41 #10 23.38 Unpacking cpp-12 (12.2.0-14) ...
11:59:41 #10 24.54 Selecting previously unselected package gcc-7.
11:59:41 #10 24.54 Preparing to unpack .../077-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:59:41 #10 24.54 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
11:59:41 #11 21.16 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_arm64.deb ...
11:59:41 #11 21.16 Unpacking libkrb5support0:arm64 (1.20-1ubuntu0.1) ...
11:59:41 #11 21.20 Selecting previously unselected package libk5crypto3:arm64.
11:59:41 #11 21.20 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_arm64.deb ...
11:59:41 #11 21.20 Unpacking libk5crypto3:arm64 (1.20-1ubuntu0.1) ...
11:59:41 #11 21.24 Selecting previously unselected package libkeyutils1:arm64.
11:59:41 #11 21.24 Preparing to unpack .../05-libkeyutils1_1.6.3-1_arm64.deb ...
11:59:41 #11 21.25 Unpacking libkeyutils1:arm64 (1.6.3-1) ...
11:59:41 #11 21.28 Selecting previously unselected package libkrb5-3:arm64.
11:59:41 #11 21.29 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_arm64.deb ...
11:59:41 #11 21.29 Unpacking libkrb5-3:arm64 (1.20-1ubuntu0.1) ...
11:59:41 #11 21.34 Selecting previously unselected package libgssapi-krb5-2:arm64.
11:59:41 #11 21.34 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_arm64.deb ...
11:59:41 #11 21.34 Unpacking libgssapi-krb5-2:arm64 (1.20-1ubuntu0.1) ...
11:59:41 #11 21.37 Selecting previously unselected package libtirpc-common.
11:59:41 #11 21.38 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
11:59:41 #11 21.38 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:59:41 #11 21.41 Selecting previously unselected package libtirpc3:arm64.
11:59:41 #11 21.41 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ...
11:59:41 #11 22.49 Preparing to unpack .../058-strace_5.5-3ubuntu1_arm64.deb ...
11:59:41 #11 22.50 Unpacking strace (5.5-3ubuntu1) ...
11:59:41 #11 22.55 Selecting previously unselected package xauth.
11:59:41 #11 22.55 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_arm64.deb ...
11:59:41 #11 22.55 Unpacking xauth (1:1.1-0ubuntu1) ...
11:59:41 #11 22.59 Selecting previously unselected package libfl2:arm64.
11:59:41 #11 22.59 Preparing to unpack .../060-libfl2_2.6.4-6.2_arm64.deb ...
11:59:41 #11 22.60 Unpacking libfl2:arm64 (2.6.4-6.2) ...
11:59:41 #11 22.63 Selecting previously unselected package at.
11:59:41 #11 22.63 Preparing to unpack .../061-at_3.1.23-1ubuntu1_arm64.deb ...
11:59:41 #11 22.64 Unpacking at (3.1.23-1ubuntu1) ...
11:59:41 #11 22.67 Selecting previously unselected package libsigsegv2:arm64.
11:59:41 #11 22.67 Preparing to unpack .../062-libsigsegv2_2.12-2_arm64.deb ...
11:59:41 #11 22.68 Unpacking libsigsegv2:arm64 (2.12-2) ...
11:59:41 #11 22.71 Selecting previously unselected package m4.
11:59:41 #11 22.71 Preparing to unpack .../063-m4_1.4.18-4_arm64.deb ...
11:59:41 #11 22.71 Unpacking m4 (1.4.18-4) ...
11:59:41 #11 22.75 Selecting previously unselected package autoconf.
11:59:41 #11 22.75 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ...
11:59:41 #11 22.75 Unpacking autoconf (2.69-11.1) ...
11:59:41 #11 22.81 Selecting previously unselected package autotools-dev.
11:59:41 #11 24.79 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.2_all.deb ...
11:59:41 #11 24.79 Unpacking krb5-locales (1.17-6ubuntu4.2) ...
11:59:41 #11 24.83 Selecting previously unselected package libcbor0.6:amd64.
11:59:41 #11 24.83 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
11:59:41 #11 24.83 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
11:59:41 #11 24.88 Selecting previously unselected package libedit2:amd64.
11:59:41 #11 24.88 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ...
11:59:41 #11 24.88 Unpacking libedit2:amd64 (3.1-20191231-1) ...
11:59:41 #11 24.92 Selecting previously unselected package libfido2-1:amd64.
11:59:41 #11 24.92 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
11:59:41 #11 24.92 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
11:59:41 #11 24.96 Selecting previously unselected package libkrb5support0:amd64.
11:59:41 #11 24.96 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.2_amd64.deb ...
11:59:41 #11 24.96 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
11:59:41 #11 25.00 Selecting previously unselected package libk5crypto3:amd64.
11:59:41 #11 25.00 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.2_amd64.deb ...
11:59:41 #11 25.00 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
11:59:41 #11 25.04 Selecting previously unselected package libkeyutils1:amd64.
11:59:41 #10 27.62 Preparing to unpack .../055-g++-8_8.3.0-6_amd64.deb ...
11:59:41 #10 27.63 Unpacking g++-8 (8.3.0-6) ...
11:59:41 #13 77.87   Cleanup    : systemd-219-78.el7.aarch64                                 62/65 
11:59:41 #11 24.04 Selecting previously unselected package binutils.
11:59:41 #11 24.04 Preparing to unpack .../092-binutils_2.39-3ubuntu1.1_amd64.deb ...
11:59:41 #11 24.04 Unpacking binutils (2.39-3ubuntu1.1) ...
11:59:41 #11 24.07 Selecting previously unselected package libc-dev-bin.
11:59:41 #11 24.07 Preparing to unpack .../093-libc-dev-bin_2.36-0ubuntu4_amd64.deb ...
11:59:41 #11 24.07 Unpacking libc-dev-bin (2.36-0ubuntu4) ...
11:59:41 #11 24.09 Selecting previously unselected package linux-libc-dev:amd64.
11:59:41 #11 24.10 Preparing to unpack .../094-linux-libc-dev_5.19.0-29.30_amd64.deb ...
11:59:41 #11 24.10 Unpacking linux-libc-dev:amd64 (5.19.0-29.30) ...
11:59:41 #11 24.25 Selecting previously unselected package libcrypt-dev:amd64.
11:59:41 #11 24.25 Preparing to unpack .../095-libcrypt-dev_1%3a4.4.28-2_amd64.deb ...
11:59:41 #11 24.26 Unpacking libcrypt-dev:amd64 (1:4.4.28-2) ...
11:59:41 #11 24.28 Selecting previously unselected package rpcsvc-proto.
11:59:41 #10 20.52   Installing       : python3-policycoreutils-3.5-0.rc1.2.el9.noarch     146/165 
11:59:41 #10 20.53   Installing       : policycoreutils-python-utils-3.5-0.rc1.2.el9.noa   147/165 
11:59:41 #10 20.55   Installing       : gcc-toolset-12-runtime-12.0-5.el9.aarch64          148/165 
11:59:41 #10 20.56   Running scriptlet: gcc-toolset-12-runtime-12.0-5.el9.aarch64          148/165 
11:59:41 #10 20.76 ValueError: SELinux policy is not managed or store cannot be accessed.
11:59:41 #10 20.76 
11:59:41 #10 3.152 Fetched 8917 kB in 2s (4690 kB/s)
11:59:41 #10 25.27 Selecting previously unselected package libbinutils:amd64.
11:59:41 #10 25.28 Preparing to unpack .../057-libbinutils_2.30-21ubuntu1~18.04.8_amd64.deb ...
11:59:41 #10 25.32 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.8) ...
11:59:41 #11 4.156 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf Packages [270 kB]
11:59:41 #11 4.156 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe armhf Packages [144 kB]
11:59:41 #11 15.55 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libfreetype6 arm64 2.11.1+dfsg-1ubuntu0.1 [383 kB]
11:59:41 #11 15.56 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfontconfig1 arm64 2.13.1-4.2ubuntu5 [135 kB]
11:59:41 #11 15.56 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg-turbo8 arm64 2.1.2-0ubuntu1 [129 kB]
11:59:41 #11 15.56 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg8 arm64 8c-2ubuntu10 [2264 B]
11:59:41 #11 15.56 Get:220 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdeflate0 arm64 1.10-2 [69.1 kB]
11:59:41 #11 15.57 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:59:41 #11 15.57 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwebp7 arm64 1.2.2-2 [192 kB]
11:59:41 #11 15.57 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtiff5 arm64 4.3.0-6ubuntu0.3 [180 kB]
11:59:41 #11 15.63 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:59:41 #11 15.64 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgd3 arm64 2.3.0-2ubuntu2 [126 kB]
11:59:41 #11 15.65 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc-devtools arm64 2.35-0ubuntu3.1 [27.6 kB]
11:59:41 #11 15.65 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:59:41 #11 15.65 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:59:41 #11 15.65 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclone-perl arm64 0.45-1build3 [10.8 kB]
11:59:41 #11 15.65 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcommon-sense-perl arm64 3.75-2build1 [21.2 kB]
11:59:41 #11 15.65 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:59:41 #11 15.65 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-util-perl arm64 1.102-1build3 [22.2 kB]
11:59:41 #11 15.70 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-install-perl all 0.928-1.1 [9972 B]
11:59:41 #11 15.72 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-optlist-perl all 0.112-1 [11.0 kB]
11:59:41 #11 15.72 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-perl all 0.988-1 [50.6 kB]
11:59:41 #11 15.72 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconst-fast-perl all 0.014-1.1 [7756 B]
11:59:41 #11 15.72 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwant-perl arm64 0.29-1build7 [24.7 kB]
11:59:41 #11 15.72 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:59:41 #11 15.72 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcpanel-json-xs-perl arm64 4.27-1build1 [114 kB]
11:59:41 #11 15.72 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:59:41 #11 15.72 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexception-class-perl all 1.45-1 [28.6 kB]
11:59:41 #11 15.77 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
11:59:41 #11 15.80 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
11:59:41 #11 15.80 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:59:41 #11 21.41 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
11:59:41 #11 21.45 Selecting previously unselected package libnsl2:arm64.
11:59:41 #11 21.45 Preparing to unpack .../10-libnsl2_1.3.0-2build2_arm64.deb ...
11:59:41 #11 21.46 Unpacking libnsl2:arm64 (1.3.0-2build2) ...
11:59:41 #11 21.49 Selecting previously unselected package readline-common.
11:59:41 #11 21.49 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
11:59:41 #11 21.49 Unpacking readline-common (8.2-1) ...
11:59:41 #11 21.53 Selecting previously unselected package libreadline8:arm64.
11:59:41 #11 21.53 Preparing to unpack .../12-libreadline8_8.2-1_arm64.deb ...
11:59:41 #11 21.53 Unpacking libreadline8:arm64 (8.2-1) ...
11:59:41 #11 21.57 Selecting previously unselected package libsqlite3-0:arm64.
11:59:41 #11 21.57 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_arm64.deb ...
11:59:41 #11 21.57 Unpacking libsqlite3-0:arm64 (3.39.3-1) ...
11:59:41 #11 21.61 Selecting previously unselected package libpython3.10-stdlib:arm64.
11:59:41 #11 21.61 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_arm64.deb ...
11:59:41 #11 21.62 Unpacking libpython3.10-stdlib:arm64 (3.10.7-1ubuntu0.2) ...
11:59:41 #11 22.81 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ...
11:59:41 #11 22.82 Unpacking autotools-dev (20180224.1) ...
11:59:41 #11 22.86 Selecting previously unselected package automake.
11:59:41 #11 22.86 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ...
11:59:41 #11 22.86 Unpacking automake (1:1.16.1-4ubuntu6) ...
11:59:41 #11 22.93 Selecting previously unselected package autopoint.
11:59:41 #11 22.93 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ...
11:59:41 #11 22.94 Unpacking autopoint (0.19.8.1-10build1) ...
11:59:41 #11 22.98 Selecting previously unselected package binutils-common:arm64.
11:59:41 #11 22.98 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.4_arm64.deb ...
11:59:41 #11 22.99 Unpacking binutils-common:arm64 (2.34-6ubuntu1.4) ...
11:59:41 #11 23.03 Selecting previously unselected package libbinutils:arm64.
11:59:41 #11 25.04 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
11:59:41 #11 25.05 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
11:59:41 #11 25.08 Selecting previously unselected package libkrb5-3:amd64.
11:59:41 #11 25.08 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.2_amd64.deb ...
11:59:41 #11 25.08 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
11:59:41 #11 25.16 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:59:41 #11 25.16 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.2_amd64.deb ...
11:59:41 #11 25.16 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
11:59:41 #11 25.21 Selecting previously unselected package libpsl5:amd64.
11:59:41 #11 25.21 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
11:59:41 #11 25.21 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
11:59:41 #11 25.25 Selecting previously unselected package libxau6:amd64.
11:59:41 #11 25.25 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
11:59:41 #11 25.25 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
11:59:41 #11 25.29 Selecting previously unselected package libxdmcp6:amd64.
11:59:41 #13 78.16   Cleanup    : systemd-libs-219-78.el7.aarch64                            63/65 
11:59:41 #9 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b
11:59:41 #11 24.28 Preparing to unpack .../096-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
11:59:41 #11 24.28 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
11:59:41 #11 24.31 Selecting previously unselected package libtirpc-dev:amd64.
11:59:41 #11 24.31 Preparing to unpack .../097-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
11:59:41 #11 24.31 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
11:59:41 #11 24.35 Selecting previously unselected package libnsl-dev:amd64.
11:59:41 #11 24.35 Preparing to unpack .../098-libnsl-dev_1.3.0-2build2_amd64.deb ...
11:59:41 #11 24.35 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
11:59:41 #11 24.38 Selecting previously unselected package libc6-dev:amd64.
11:59:41 #11 24.38 Preparing to unpack .../099-libc6-dev_2.36-0ubuntu4_amd64.deb ...
11:59:41 #11 24.38 Unpacking libc6-dev:amd64 (2.36-0ubuntu4) ...
11:59:41 #11 24.51 Selecting previously unselected package libisl23:amd64.
11:59:41 #11 24.51 Preparing to unpack .../100-libisl23_0.25-1_amd64.deb ...
11:59:41 #11 24.52 Unpacking libisl23:amd64 (0.25-1) ...
11:59:41 #11 24.56 Selecting previously unselected package libmpfr6:amd64.
11:59:41 #11 24.56 Preparing to unpack .../101-libmpfr6_4.1.0-3build3_amd64.deb ...
11:59:41 #11 24.57 Unpacking libmpfr6:amd64 (4.1.0-3build3) ...
11:59:41 #11 24.61 Selecting previously unselected package libmpc3:amd64.
11:59:41 #11 24.61 Preparing to unpack .../102-libmpc3_1.2.1-2build1_amd64.deb ...
11:59:41 #11 24.62 Unpacking libmpc3:amd64 (1.2.1-2build1) ...
11:59:41 #10 20.86   Installing       : gcc-toolset-12-binutils-2.38-16.el9.aarch64        149/165 
11:59:41 #10 20.87   Running scriptlet: gcc-toolset-12-binutils-2.38-16.el9.aarch64        149/165 
11:59:41 #10 20.89   Installing       : gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64   150/165 
11:59:41 #10 20.97   Installing       : binutils-2.35.2-35.el9.aarch64                     151/165 
11:59:41 #10 20.98   Running scriptlet: binutils-2.35.2-35.el9.aarch64                     151/165 
11:59:41 #10 21.00   Installing       : libbrotli-1.0.9-6.el9.aarch64                      152/165 
11:59:41 #10 21.01   Installing       : json-glib-1.6.6-1.el9.aarch64                      153/165 
11:59:41 #10 21.02   Installing       : info-6.7-15.el9.aarch64                            154/165 
11:59:41 #10 21.03   Installing       : ed-1.14.2-12.el9.aarch64                           155/165 
11:59:41 #10 21.04   Installing       : patch-2.7.6-16.el9.aarch64                         156/165 
11:59:41 #10 21.05   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1   157/165 
11:59:41 #10 23.31 Selecting previously unselected package libisl23:amd64.
11:59:41 #10 23.32 Preparing to unpack .../038-libisl23_0.23-1_amd64.deb ...
11:59:41 #10 23.32 Unpacking libisl23:amd64 (0.23-1) ...
11:59:41 #10 23.46 Selecting previously unselected package libmpfr6:amd64.
11:59:41 #10 23.46 Preparing to unpack .../039-libmpfr6_4.1.0-3_amd64.deb ...
11:59:41 #10 23.47 Unpacking libmpfr6:amd64 (4.1.0-3) ...
11:59:41 #10 23.69 Selecting previously unselected package libmpc3:amd64.
11:59:41 #10 23.69 Preparing to unpack .../040-libmpc3_1.2.0-1_amd64.deb ...
11:59:41 #10 23.70 Unpacking libmpc3:amd64 (1.2.0-1) ...
11:59:41 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 89.13MB / 116.78MB 18.6s
11:59:41 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 12.3s
11:59:41 #10 25.45 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:59:41 #10 25.46 Preparing to unpack .../058-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.8_amd64.deb ...
11:59:41 #10 25.47 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.8) ...
11:59:41 #11 24.12 Selecting previously unselected package gcc.
11:59:41 #11 24.12 Preparing to unpack .../088-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ...
11:59:41 #11 24.13 Unpacking gcc (4:11.2.0-1ubuntu1) ...
11:59:41 #11 24.17 Selecting previously unselected package libstdc++-11-dev:amd64.
11:59:41 #11 24.17 Preparing to unpack .../089-libstdc++-11-dev_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:59:41 #11 24.17 Unpacking libstdc++-11-dev:amd64 (11.3.0-1ubuntu1~22.04) ...
11:59:41 #11 24.34 Selecting previously unselected package g++-11.
11:59:41 #11 24.34 Preparing to unpack .../090-g++-11_11.3.0-1ubuntu1~22.04_amd64.deb ...
11:59:41 #11 24.35 Unpacking g++-11 (11.3.0-1ubuntu1~22.04) ...
11:59:41 #11 4.172 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/restricted armhf Packages [9838 B]
11:59:41 #11 4.172 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/multiverse armhf Packages [593 B]
11:59:41 #11 4.172 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-backports/universe armhf Packages [4535 B]
11:59:41 #11 4.172 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic-security/universe armhf Packages [79.9 kB]
11:59:41 #11 4.172 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic-security/main armhf Packages [174 kB]
11:59:41 #11 4.172 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic-security/restricted armhf Packages [9838 B]
11:59:41 #11 4.172 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic-security/multiverse armhf Packages [593 B]
11:59:41 #21 0.749 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:59:41 #21 0.750 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:59:41 #21 0.750 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:59:41 #11 15.80 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-xs-perl arm64 0.430-2build2 [39.2 kB]
11:59:41 #11 15.80 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:59:41 #11 15.80 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dpath-perl all 0.58-1 [38.8 kB]
11:59:41 #11 15.80 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dump-perl all 1.25-1 [25.9 kB]
11:59:41 #11 15.80 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-messagepack-perl arm64 1.01-2build1 [33.9 kB]
11:59:41 #11 15.80 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
11:59:41 #11 15.84 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:59:41 #11 15.88 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:59:41 #11 15.88 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:59:41 #11 15.88 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-1build7 [82.3 kB]
11:59:41 #11 15.88 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:59:41 #11 15.88 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:59:41 #11 15.88 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdistro-info-perl all 1.1build1 [5644 B]
11:59:41 #11 15.88 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libemail-address-xs-perl arm64 1.04-1build6 [27.9 kB]
11:59:41 #11 15.88 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:59:41 #11 15.91 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-basedir-perl all 0.09-1 [15.7 kB]
11:59:41 #11 15.95 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:59:41 #11 15.95 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-fcntllock-perl arm64 0.22-3build7 [33.7 kB]
11:59:41 #11 15.95 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnumber-compare-perl all 0.03-2 [7058 B]
11:59:41 #11 15.95 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-glob-perl all 0.11-2 [8042 B]
11:59:41 #11 15.96 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:59:41 #11 15.96 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-afm-perl all 1.20-3 [13.6 kB]
11:59:41 #11 15.96 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-string-perl all 1.08-3.1 [10.7 kB]
11:59:41 #11 15.96 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-ttf-perl all 1.06-1.1 [316 kB]
11:59:41 #11 15.99 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
11:59:41 #11 16.03 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:59:41 #10 22.60 Running transaction check
11:59:41 #10 22.72 Transaction check succeeded.
11:59:41 #10 22.72 Running transaction test
11:59:41 #11 21.72 Selecting previously unselected package python3.10.
11:59:41 #11 21.72 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_arm64.deb ...
11:59:41 #11 21.73 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
11:59:41 #11 21.76 Selecting previously unselected package libpython3-stdlib:arm64.
11:59:41 #11 21.76 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_arm64.deb ...
11:59:41 #11 21.76 Unpacking libpython3-stdlib:arm64 (3.10.6-1) ...
11:59:41 #11 21.79 Setting up python3-minimal (3.10.6-1) ...
11:59:41 #11 23.03 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.4_arm64.deb ...
11:59:41 #11 23.04 Unpacking libbinutils:arm64 (2.34-6ubuntu1.4) ...
11:59:41 #11 23.11 Selecting previously unselected package libctf-nobfd0:arm64.
11:59:41 #11 23.11 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.4_arm64.deb ...
11:59:41 #11 23.12 Unpacking libctf-nobfd0:arm64 (2.34-6ubuntu1.4) ...
11:59:41 #11 23.18 Selecting previously unselected package libctf0:arm64.
11:59:41 #11 23.18 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.4_arm64.deb ...
11:59:41 #11 23.18 Unpacking libctf0:arm64 (2.34-6ubuntu1.4) ...
11:59:41 #11 23.21 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:59:41 #11 23.21 Preparing to unpack .../072-binutils-aarch64-linux-gnu_2.34-6ubuntu1.4_arm64.deb ...
11:59:41 #11 23.22 Unpacking binutils-aarch64-linux-gnu (2.34-6ubuntu1.4) ...
11:59:41 #11 25.29 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
11:59:41 #11 25.29 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
11:59:41 #11 25.33 Selecting previously unselected package libxcb1:amd64.
11:59:41 #11 25.33 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ...
11:59:41 #11 25.34 Unpacking libxcb1:amd64 (1.14-2) ...
11:59:41 #11 25.37 Selecting previously unselected package libx11-data.
11:59:41 #11 25.37 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
11:59:41 #11 25.37 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
11:59:41 #11 25.44 Selecting previously unselected package libx11-6:amd64.
11:59:41 #11 25.44 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
11:59:41 #11 25.45 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
11:59:41 #11 25.53 Selecting previously unselected package libxext6:amd64.
11:59:41 #11 25.53 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
11:59:41 #11 25.53 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
11:59:41 #11 25.57 Selecting previously unselected package libxmuu1:amd64.
11:59:41 #10 25.14 Selecting previously unselected package gcc.
11:59:41 #10 25.14 Preparing to unpack .../078-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
11:59:41 #10 25.15 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
11:59:41 #10 25.19 Selecting previously unselected package libstdc++-7-dev:arm64.
11:59:41 #10 25.19 Preparing to unpack .../079-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:59:41 #10 25.19 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
11:59:41 #10 25.45 Selecting previously unselected package libfakeroot:arm64.
11:59:41 #10 25.45 Preparing to unpack .../096-libfakeroot_1.29-1_arm64.deb ...
11:59:41 #10 25.45 Unpacking libfakeroot:arm64 (1.29-1) ...
11:59:41 #10 25.49 Selecting previously unselected package fakeroot.
11:59:41 #10 25.49 Preparing to unpack .../097-fakeroot_1.29-1_arm64.deb ...
11:59:41 #10 25.50 Unpacking fakeroot (1.29-1) ...
11:59:41 #10 25.54 Selecting previously unselected package libassuan0:arm64.
11:59:41 #10 25.54 Preparing to unpack .../098-libassuan0_2.5.5-5_arm64.deb ...
11:59:41 #10 25.55 Unpacking libassuan0:arm64 (2.5.5-5) ...
11:59:41 #10 25.58 Selecting previously unselected package gpgconf.
11:59:41 #10 25.59 Preparing to unpack .../099-gpgconf_2.2.40-1_arm64.deb ...
11:59:41 #10 25.59 Unpacking gpgconf (2.2.40-1) ...
11:59:41 #10 25.64 Selecting previously unselected package libksba8:arm64.
11:59:41 #10 25.64 Preparing to unpack .../100-libksba8_1.6.3-2_arm64.deb ...
11:59:41 #10 25.64 Unpacking libksba8:arm64 (1.6.3-2) ...
11:59:41 #10 25.69 Selecting previously unselected package libnpth0:arm64.
11:59:41 #10 25.69 Preparing to unpack .../101-libnpth0_1.6-3_arm64.deb ...
11:59:41 #10 25.69 Unpacking libnpth0:arm64 (1.6-3) ...
11:59:41 #10 25.73 Selecting previously unselected package dirmngr.
11:59:41 #10 25.73 Preparing to unpack .../102-dirmngr_2.2.40-1_arm64.deb ...
11:59:41 #10 25.74 Unpacking dirmngr (2.2.40-1) ...
11:59:41 #10 25.80 Selecting previously unselected package gnupg-l10n.
11:59:41 #10 21.07   Installing       : gsettings-desktop-schemas-40.0-6.el9.aarch64       158/165 
11:59:41 #10 21.08   Installing       : glib-networking-2.68.3-3.el9.aarch64               159/165 
11:59:41 #10 21.10   Installing       : libsoup-2.72.0-8.el9.aarch64                       160/165 
11:59:41 #10 21.11   Installing       : libappstream-glib-0.7.18-4.el9.aarch64             161/165 
11:59:41 #10 21.13   Installing       : rpmlint-1.11-19.el9.noarch                         162/165 
11:59:41 #10 21.15   Installing       : rpm-build-4.16.1.3-22.el9.aarch64                  163/165 
11:59:41 #10 21.16   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                164/165 
11:59:41 #10 21.26   Installing       : glibc-gconv-extra-2.34-54.el9.aarch64              165/165 
11:59:41 #11 24.65 Selecting previously unselected package cpp-12.
11:59:41 #11 24.65 Preparing to unpack .../103-cpp-12_12.2.0-3ubuntu1_amd64.deb ...
11:59:41 #11 24.65 Unpacking cpp-12 (12.2.0-3ubuntu1) ...
11:59:41 #10 23.75 Selecting previously unselected package cpp-10.
11:59:41 #10 23.75 Preparing to unpack .../041-cpp-10_10.2.1-6_amd64.deb ...
11:59:41 #10 23.77 Unpacking cpp-10 (10.2.1-6) ...
11:59:41 #10 25.75 Selecting previously unselected package binutils.
11:59:41 #10 25.75 Preparing to unpack .../059-binutils_2.30-21ubuntu1~18.04.8_amd64.deb ...
11:59:41 #10 25.76 Unpacking binutils (2.30-21ubuntu1~18.04.8) ...
11:59:41 #10 25.78 Selecting previously unselected package libc-dev-bin.
11:59:41 #10 25.78 Preparing to unpack .../060-libc-dev-bin_2.27-3ubuntu1.6_amd64.deb ...
11:59:41 #10 25.79 Unpacking libc-dev-bin (2.27-3ubuntu1.6) ...
11:59:41 #10 25.82 Selecting previously unselected package linux-libc-dev:amd64.
11:59:41 #10 25.82 Preparing to unpack .../061-linux-libc-dev_4.15.0-202.213_amd64.deb ...
11:59:41 #10 25.83 Unpacking linux-libc-dev:amd64 (4.15.0-202.213) ...
11:59:41 #11 24.51 Selecting previously unselected package g++.
11:59:41 #11 24.51 Preparing to unpack .../091-g++_4%3a11.2.0-1ubuntu1_amd64.deb ...
11:59:41 #11 24.52 Unpacking g++ (4:11.2.0-1ubuntu1) ...
11:59:41 #11 24.54 Selecting previously unselected package make.
11:59:41 #11 24.55 Preparing to unpack .../092-make_4.3-4.1build1_amd64.deb ...
11:59:41 #11 24.55 Unpacking make (4.3-4.1build1) ...
11:59:41 #11 24.58 Selecting previously unselected package libdpkg-perl.
11:59:41 #11 24.58 Preparing to unpack .../093-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
11:59:41 #11 24.59 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
11:59:41 #11 24.62 Selecting previously unselected package bzip2.
11:59:41 #11 24.62 Preparing to unpack .../094-bzip2_1.0.8-5build1_amd64.deb ...
11:59:41 #11 24.63 Unpacking bzip2 (1.0.8-5build1) ...
11:59:41 #11 24.65 Selecting previously unselected package patch.
11:59:41 #11 24.66 Preparing to unpack .../095-patch_2.7.6-7build2_amd64.deb ...
11:59:41 #11 24.66 Unpacking patch (2.7.6-7build2) ...
11:59:41 #11 24.68 Selecting previously unselected package lto-disabled-list.
11:59:41 #11 24.69 Preparing to unpack .../096-lto-disabled-list_24_all.deb ...
11:59:41 #11 24.69 Unpacking lto-disabled-list (24) ...
11:59:41 #11 24.72 Selecting previously unselected package dpkg-dev.
11:59:41 #11 24.72 Preparing to unpack .../097-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
11:59:41 #11 24.72 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
11:59:41 #11 24.76 Selecting previously unselected package build-essential.
11:59:41 #11 24.76 Preparing to unpack .../098-build-essential_12.9ubuntu3_amd64.deb ...
11:59:41 #11 16.03 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:59:41 #11 16.03 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:59:41 #11 16.03 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-perl all 4.04000-1 [81.8 kB]
11:59:41 #11 16.04 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-perl all 1.710-1 [68.4 kB]
11:59:41 #11 16.04 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:59:41 #11 16.04 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-perl all 0.39-1 [19.1 kB]
11:59:41 #11 16.04 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-identify-perl arm64 0.14-1build5 [10.3 kB]
11:59:41 #11 16.06 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-name-perl arm64 0.26-1build3 [11.0 kB]
11:59:41 #11 16.11 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:59:41 #11 16.11 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-tiny-perl all 0.122-1 [45.9 kB]
11:59:41 #11 16.11 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:59:41 #11 16.11 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-perl all 1.012004-1 [321 kB]
11:59:41 #11 16.12 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:59:41 #11 16.12 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhash-fieldhash-perl arm64 0.15-1build5 [16.9 kB]
11:59:41 #11 16.12 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
11:59:41 #11 16.12 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
11:59:41 #11 16.13 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
11:59:41 #11 16.19 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
11:59:41 #11 16.19 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-interactive-perl all 1.023-1 [10.4 kB]
11:59:41 #11 16.19 Get:290 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompt-tiny-perl all 0.003-1 [8924 B]
11:59:41 #11 16.19 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:59:41 #11 16.19 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-xs-perl arm64 4.030-1build3 [87.0 kB]
11:59:41 #11 16.20 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:59:41 #11 16.20 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:59:41 #11 16.20 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-compare-perl all 0.55-1 [63.3 kB]
11:59:41 #11 16.20 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:59:41 #11 16.27 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-xs-perl arm64 0.58-2build3 [32.5 kB]
11:59:41 #11 16.27 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
11:59:41 #11 16.27 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl7 arm64 2.4.6-15build2 [39.5 kB]
11:59:41 #11 16.27 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl-dev arm64 2.4.6-15build2 [170 kB]
11:59:41 #11 16.27 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblzo2-2 arm64 2.10-2build3 [51.4 kB]
11:59:41 #11 16.27 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:59:41 #11 16.27 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
11:59:41 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 108.00MB / 116.78MB 22.4s
11:59:41 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.4s done
11:59:41 #11 21.99 Selecting previously unselected package python3.
11:59:41 #11 21.99 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5200 files and directories currently installed.)
11:59:41 #11 21.99 Preparing to unpack .../000-python3_3.10.6-1_arm64.deb ...
11:59:41 #11 22.00 Unpacking python3 (3.10.6-1) ...
11:59:41 #11 22.04 Selecting previously unselected package libargon2-1:arm64.
11:59:41 #11 22.04 Preparing to unpack .../001-libargon2-1_0~20171227-0.3_arm64.deb ...
11:59:41 #11 22.04 Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
11:59:41 #11 22.08 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:59:41 #11 22.08 Preparing to unpack .../002-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_arm64.deb ...
11:59:41 #11 22.08 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
11:59:41 #11 22.12 Selecting previously unselected package libjson-c5:arm64.
11:59:41 #11 22.12 Preparing to unpack .../003-libjson-c5_0.16-1_arm64.deb ...
11:59:41 #11 22.12 Unpacking libjson-c5:arm64 (0.16-1) ...
11:59:41 #11 22.16 Selecting previously unselected package libcryptsetup12:arm64.
11:59:41 #11 22.16 Preparing to unpack .../004-libcryptsetup12_2%3a2.5.0-2ubuntu1_arm64.deb ...
11:59:41 #11 22.17 Unpacking libcryptsetup12:arm64 (2:2.5.0-2ubuntu1) ...
11:59:41 #11 22.21 Selecting previously unselected package libfdisk1:arm64.
11:59:41 #11 23.44 Selecting previously unselected package binutils.
11:59:41 #11 25.58 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
11:59:41 #11 25.58 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
11:59:41 #11 25.61 Selecting previously unselected package manpages.
11:59:41 #11 25.61 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
11:59:41 #11 25.61 Unpacking manpages (5.05-1) ...
11:59:41 #11 25.74 Selecting previously unselected package openssh-client.
11:59:41 #11 25.74 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_amd64.deb ...
11:59:41 #11 25.75 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
11:59:41 #11 25.84 Selecting previously unselected package publicsuffix.
11:59:41 #10 25.41 Selecting previously unselected package g++-7.
11:59:41 #10 25.41 Preparing to unpack .../080-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
11:59:41 #10 25.41 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
11:59:41 #10 25.81 Preparing to unpack .../103-gnupg-l10n_2.2.40-1_all.deb ...
11:59:41 #10 25.81 Unpacking gnupg-l10n (2.2.40-1) ...
11:59:41 #10 25.90 Selecting previously unselected package gnupg-utils.
11:59:41 #10 25.90 Preparing to unpack .../104-gnupg-utils_2.2.40-1_arm64.deb ...
11:59:41 #10 25.90 Unpacking gnupg-utils (2.2.40-1) ...
11:59:41 #10 25.96 Selecting previously unselected package gpg.
11:59:41 #10 25.97 Preparing to unpack .../105-gpg_2.2.40-1_arm64.deb ...
11:59:41 #10 25.97 Unpacking gpg (2.2.40-1) ...
11:59:41 #10 26.04 Selecting previously unselected package pinentry-curses.
11:59:41 #10 26.04 Preparing to unpack .../106-pinentry-curses_1.2.1-1_arm64.deb ...
11:59:41 #10 26.04 Unpacking pinentry-curses (1.2.1-1) ...
11:59:41 #10 26.09 Selecting previously unselected package gpg-agent.
11:59:41 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 6.6s done
11:59:41 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8
11:59:41 #11 24.83 Selecting previously unselected package cpp.
11:59:41 #11 24.83 Preparing to unpack .../104-cpp_4%3a12.2.0-1ubuntu1_amd64.deb ...
11:59:41 #11 24.84 Unpacking cpp (4:12.2.0-1ubuntu1) ...
11:59:41 #11 24.89 Selecting previously unselected package libcc1-0:amd64.
11:59:41 #11 24.89 Preparing to unpack .../105-libcc1-0_12.2.0-3ubuntu1_amd64.deb ...
11:59:41 #11 24.90 Unpacking libcc1-0:amd64 (12.2.0-3ubuntu1) ...
11:59:41 #11 24.92 Selecting previously unselected package libgomp1:amd64.
11:59:41 #11 24.93 Preparing to unpack .../106-libgomp1_12.2.0-3ubuntu1_amd64.deb ...
11:59:41 #11 24.93 Unpacking libgomp1:amd64 (12.2.0-3ubuntu1) ...
11:59:41 #11 24.96 Selecting previously unselected package libitm1:amd64.
11:59:41 #11 24.96 Preparing to unpack .../107-libitm1_12.2.0-3ubuntu1_amd64.deb ...
11:59:41 #11 24.97 Unpacking libitm1:amd64 (12.2.0-3ubuntu1) ...
11:59:41 #11 24.99 Selecting previously unselected package libatomic1:amd64.
11:59:41 #11 25.00 Preparing to unpack .../108-libatomic1_12.2.0-3ubuntu1_amd64.deb ...
11:59:41 #11 25.00 Unpacking libatomic1:amd64 (12.2.0-3ubuntu1) ...
11:59:41 #11 25.03 Selecting previously unselected package libasan8:amd64.
11:59:41 #11 25.03 Preparing to unpack .../109-libasan8_12.2.0-3ubuntu1_amd64.deb ...
11:59:41 #11 25.03 Unpacking libasan8:amd64 (12.2.0-3ubuntu1) ...
11:59:41 #11 25.10 Selecting previously unselected package liblsan0:amd64.
11:59:41 #11 25.10 Preparing to unpack .../110-liblsan0_12.2.0-3ubuntu1_amd64.deb ...
11:59:41 #13 78.46   Cleanup    : glibc-2.17-317.el7.aarch64                                 64/65 
11:59:41 #13 78.76   Cleanup    : glibc-common-2.17-317.el7.aarch64                          65/65 
11:59:41 #13 79.11   Verifying  : systemd-devel-219-78.el7_9.7.aarch64                        1/65 
11:59:41 #13 79.13   Verifying  : glibc-common-2.17-326.el7_9.aarch64                         2/65 
11:59:41 #13 79.15   Verifying  : openssh-clients-7.4p1-22.el7_9.aarch64                      3/65 
11:59:41 #13 79.16   Verifying  : pcre-devel-8.32-17.el7.aarch64                              4/65 
11:59:41 #9 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 23.0s done
11:59:41 #10 25.99 Selecting previously unselected package libc6-dev:amd64.
11:59:41 #10 25.99 Preparing to unpack .../062-libc6-dev_2.27-3ubuntu1.6_amd64.deb ...
11:59:41 #10 25.99 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.6) ...
11:59:41 #7 extracting sha256:6dcab737b693be9e498f0363e4109adad2721ce23274f5579d19c70a85bd0dd6 12.9s done
11:59:42 #11 24.77 Unpacking build-essential (12.9ubuntu3) ...
11:59:42 #11 24.81 Selecting previously unselected package libbrotli1:amd64.
11:59:42 #11 24.81 Preparing to unpack .../099-libbrotli1_1.0.9-2build6_amd64.deb ...
11:59:42 #11 24.81 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
11:59:42 #11 24.86 Selecting previously unselected package libsasl2-modules-db:amd64.
11:59:42 #11 24.86 Preparing to unpack .../100-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ...
11:59:42 #11 24.87 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
11:59:42 #11 24.97 Selecting previously unselected package libsasl2-2:amd64.
11:59:42 #21 0.992 Reading package lists...
11:59:42 #10 24.05 Selecting previously unselected package libfakeroot:arm64.
11:59:42 #10 24.05 Preparing to unpack .../089-libfakeroot_1.25.3-1.1_arm64.deb ...
11:59:42 #10 24.05 Unpacking libfakeroot:arm64 (1.25.3-1.1) ...
11:59:42 #10 24.09 Selecting previously unselected package fakeroot.
11:59:42 #10 24.09 Preparing to unpack .../090-fakeroot_1.25.3-1.1_arm64.deb ...
11:59:42 #10 24.09 Unpacking fakeroot (1.25.3-1.1) ...
11:59:42 #10 24.14 Selecting previously unselected package libassuan0:arm64.
11:59:42 #10 28.52 Selecting previously unselected package g++.
11:59:42 #10 28.52 Preparing to unpack .../056-g++_4%3a8.3.0-1_amd64.deb ...
11:59:42 #10 28.52 Unpacking g++ (4:8.3.0-1) ...
11:59:42 #10 28.55 Selecting previously unselected package make.
11:59:42 #10 28.55 Preparing to unpack .../057-make_4.2.1-1.2_amd64.deb ...
11:59:42 #10 28.56 Unpacking make (4.2.1-1.2) ...
11:59:42 #10 28.62 Selecting previously unselected package libdpkg-perl.
11:59:42 #10 28.62 Preparing to unpack .../058-libdpkg-perl_1.19.8_all.deb ...
11:59:42 #10 28.62 Unpacking libdpkg-perl (1.19.8) ...
11:59:42 #10 28.71 Selecting previously unselected package patch.
11:59:42 #10 28.71 Preparing to unpack .../059-patch_2.7.6-3+deb10u1_amd64.deb ...
11:59:42 #10 28.72 Unpacking patch (2.7.6-3+deb10u1) ...
11:59:42 #10 28.76 Selecting previously unselected package dpkg-dev.
11:59:42 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971
11:59:42 #10 3.152 Reading package lists...
11:59:42 #11 23.45 Preparing to unpack .../073-binutils_2.34-6ubuntu1.4_arm64.deb ...
11:59:42 #11 23.45 Unpacking binutils (2.34-6ubuntu1.4) ...
11:59:42 #11 23.48 Selecting previously unselected package libc-dev-bin.
11:59:42 #11 23.48 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.9_arm64.deb ...
11:59:42 #11 23.49 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
11:59:42 #11 23.53 Selecting previously unselected package linux-libc-dev:arm64.
11:59:42 #11 23.53 Preparing to unpack .../075-linux-libc-dev_5.4.0-137.154_arm64.deb ...
11:59:42 #11 23.54 Unpacking linux-libc-dev:arm64 (5.4.0-137.154) ...
11:59:42 #11 23.69 Selecting previously unselected package libcrypt-dev:arm64.
11:59:42 #11 23.69 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_arm64.deb ...
11:59:42 #11 23.69 Unpacking libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ...
11:59:42 #11 23.74 Selecting previously unselected package libc6-dev:arm64.
11:59:42 #11 22.21 Preparing to unpack .../005-libfdisk1_2.38-4ubuntu1_arm64.deb ...
11:59:42 #11 22.22 Unpacking libfdisk1:arm64 (2.38-4ubuntu1) ...
11:59:42 #11 22.26 Selecting previously unselected package libkmod2:arm64.
11:59:42 #11 22.26 Preparing to unpack .../006-libkmod2_30+20220630-3ubuntu1_arm64.deb ...
11:59:42 #11 22.26 Unpacking libkmod2:arm64 (30+20220630-3ubuntu1) ...
11:59:42 #11 22.30 Selecting previously unselected package libapparmor1:arm64.
11:59:42 #11 22.30 Preparing to unpack .../007-libapparmor1_3.0.7-1ubuntu2_arm64.deb ...
11:59:42 #11 22.30 Unpacking libapparmor1:arm64 (3.0.7-1ubuntu2) ...
11:59:42 #11 22.34 Selecting previously unselected package libip4tc2:arm64.
11:59:42 #11 22.34 Preparing to unpack .../008-libip4tc2_1.8.7-1ubuntu6_arm64.deb ...
11:59:42 #11 22.34 Unpacking libip4tc2:arm64 (1.8.7-1ubuntu6) ...
11:59:42 #11 22.37 Selecting previously unselected package libsystemd-shared:arm64.
11:59:42 #11 22.37 Preparing to unpack .../009-libsystemd-shared_251.4-1ubuntu7_arm64.deb ...
11:59:42 #11 22.38 Unpacking libsystemd-shared:arm64 (251.4-1ubuntu7) ...
11:59:42 #11 22.44 Selecting previously unselected package systemd.
11:59:42 #11 22.44 Preparing to unpack .../010-systemd_251.4-1ubuntu7_arm64.deb ...
11:59:42 #11 25.85 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
11:59:42 #11 25.85 Unpacking publicsuffix (20200303.0012-1) ...
11:59:42 #11 25.89 Selecting previously unselected package python-apt-common.
11:59:42 #11 25.89 Preparing to unpack .../056-python-apt-common_2.0.1_all.deb ...
11:59:42 #11 25.89 Unpacking python-apt-common (2.0.1) ...
11:59:42 #11 25.92 Selecting previously unselected package python3-apt.
11:59:42 #11 25.92 Preparing to unpack .../057-python3-apt_2.0.1_amd64.deb ...
11:59:42 #11 25.93 Unpacking python3-apt (2.0.1) ...
11:59:42 #11 25.97 Selecting previously unselected package libunwind8:amd64.
11:59:42 #11 25.97 Preparing to unpack .../058-libunwind8_1.2.1-9build1_amd64.deb ...
11:59:42 #11 25.98 Unpacking libunwind8:amd64 (1.2.1-9build1) ...
11:59:42 #11 26.01 Selecting previously unselected package strace.
11:59:42 #11 26.01 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ...
11:59:42 #11 26.01 Unpacking strace (5.5-3ubuntu1) ...
11:59:42 #11 26.08 Selecting previously unselected package xauth.
11:59:42 #10 11.27 Get:113 http://deb.debian.org/debian buster/main armhf libfakeroot armhf 1.23-1 [41.8 kB]
11:59:42 #10 11.27 Get:114 http://deb.debian.org/debian buster/main armhf fakeroot armhf 1.23-1 [83.8 kB]
11:59:42 #10 11.27 Get:115 http://deb.debian.org/debian buster/main armhf libassuan0 armhf 2.5.2-1 [42.8 kB]
11:59:42 #10 11.27 Get:116 http://deb.debian.org/debian buster/main armhf gpgconf armhf 2.2.12-1+deb10u2 [492 kB]
11:59:42 #10 11.28 Get:117 http://deb.debian.org/debian-security buster/updates/main armhf libksba8 armhf 1.3.5-2+deb10u2 [86.9 kB]
11:59:42 #10 11.28 Get:118 http://deb.debian.org/debian buster/main armhf libnpth0 armhf 1.6-1 [17.4 kB]
11:59:42 #10 11.28 Get:119 http://deb.debian.org/debian buster/main armhf dirmngr armhf 2.2.12-1+deb10u2 [669 kB]
11:59:42 #10 11.30 Get:120 http://deb.debian.org/debian buster/main armhf gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
11:59:42 #10 11.31 Get:121 http://deb.debian.org/debian buster/main armhf gnupg-utils armhf 2.2.12-1+deb10u2 [788 kB]
11:59:42 #10 11.32 Get:122 http://deb.debian.org/debian buster/main armhf gpg armhf 2.2.12-1+deb10u2 [804 kB]
11:59:42 #10 11.37 Get:123 http://deb.debian.org/debian buster/main armhf pinentry-curses armhf 1.1.0-2 [59.8 kB]
11:59:42 #10 11.37 Get:124 http://deb.debian.org/debian buster/main armhf gpg-agent armhf 2.2.12-1+deb10u2 [578 kB]
11:59:42 #10 11.43 Get:125 http://deb.debian.org/debian buster/main armhf gpg-wks-client armhf 2.2.12-1+deb10u2 [469 kB]
11:59:42 #10 11.43 Get:126 http://deb.debian.org/debian buster/main armhf gpg-wks-server armhf 2.2.12-1+deb10u2 [464 kB]
11:59:42 #10 11.44 Get:127 http://deb.debian.org/debian buster/main armhf gpgsm armhf 2.2.12-1+deb10u2 [573 kB]
11:59:42 #10 11.45 Get:128 http://deb.debian.org/debian buster/main armhf gnupg all 2.2.12-1+deb10u2 [715 kB]
11:59:42 #10 11.46 Get:129 http://deb.debian.org/debian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
11:59:42 #10 11.46 Get:130 http://deb.debian.org/debian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
11:59:42 #10 11.46 Get:131 http://deb.debian.org/debian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b5 [32.9 kB]
11:59:42 #10 11.47 Get:132 http://deb.debian.org/debian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
11:59:42 #10 11.47 Get:133 http://deb.debian.org/debian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
11:59:42 #10 11.47 Get:134 http://deb.debian.org/debian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:59:42 #10 11.47 Get:135 http://deb.debian.org/debian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
11:59:42 #10 11.48 Get:136 http://deb.debian.org/debian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.0 kB]
11:59:42 #10 11.48 Get:137 http://deb.debian.org/debian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
11:59:42 #10 11.48 Get:138 http://deb.debian.org/debian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
11:59:42 #10 11.48 Get:139 http://deb.debian.org/debian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.2 kB]
11:59:42 #10 11.51 Get:140 http://deb.debian.org/debian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:59:42 #10 11.51 Get:141 http://deb.debian.org/debian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
11:59:42 #10 11.51 Get:142 http://deb.debian.org/debian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
11:59:42 #10 11.51 Get:143 http://deb.debian.org/debian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
11:59:42 #10 11.51 Get:144 http://deb.debian.org/debian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
11:59:42 #10 11.51 Get:145 http://deb.debian.org/debian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
11:59:42 #10 11.51 Get:146 http://deb.debian.org/debian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
11:59:42 #10 11.51 Get:147 http://deb.debian.org/debian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
11:59:42 #10 11.52 Get:148 http://deb.debian.org/debian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
11:59:42 #10 11.52 Get:149 http://deb.debian.org/debian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
11:59:42 #10 11.52 Get:150 http://deb.debian.org/debian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
11:59:42 #10 11.52 Get:151 http://deb.debian.org/debian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
11:59:42 #10 26.09 Preparing to unpack .../107-gpg-agent_2.2.40-1_arm64.deb ...
11:59:42 #10 26.09 Unpacking gpg-agent (2.2.40-1) ...
11:59:42 #10 26.15 Selecting previously unselected package gpg-wks-client.
11:59:42 #10 26.15 Preparing to unpack .../108-gpg-wks-client_2.2.40-1_arm64.deb ...
11:59:42 #10 26.15 Unpacking gpg-wks-client (2.2.40-1) ...
11:59:42 #10 26.20 Selecting previously unselected package gpg-wks-server.
11:59:42 #10 26.20 Preparing to unpack .../109-gpg-wks-server_2.2.40-1_arm64.deb ...
11:59:42 #10 26.20 Unpacking gpg-wks-server (2.2.40-1) ...
11:59:42 #10 26.25 Selecting previously unselected package gpgsm.
11:59:42 #10 26.25 Preparing to unpack .../110-gpgsm_2.2.40-1_arm64.deb ...
11:59:42 #10 26.26 Unpacking gpgsm (2.2.40-1) ...
11:59:42 #10 26.30 Selecting previously unselected package gnupg.
11:59:42 #11 25.10 Unpacking liblsan0:amd64 (12.2.0-3ubuntu1) ...
11:59:42 #11 25.14 Selecting previously unselected package libtsan2:amd64.
11:59:42 #11 25.15 Preparing to unpack .../111-libtsan2_12.2.0-3ubuntu1_amd64.deb ...
11:59:42 #11 25.15 Unpacking libtsan2:amd64 (12.2.0-3ubuntu1) ...
11:59:42 #11 25.23 Selecting previously unselected package libubsan1:amd64.
11:59:42 #11 25.23 Preparing to unpack .../112-libubsan1_12.2.0-3ubuntu1_amd64.deb ...
11:59:42 #11 25.23 Unpacking libubsan1:amd64 (12.2.0-3ubuntu1) ...
11:59:42 #11 25.28 Selecting previously unselected package libquadmath0:amd64.
11:59:42 #11 25.28 Preparing to unpack .../113-libquadmath0_12.2.0-3ubuntu1_amd64.deb ...
11:59:42 #11 25.28 Unpacking libquadmath0:amd64 (12.2.0-3ubuntu1) ...
11:59:42 #11 25.31 Selecting previously unselected package libgcc-12-dev:amd64.
11:59:42 #11 25.31 Preparing to unpack .../114-libgcc-12-dev_12.2.0-3ubuntu1_amd64.deb ...
11:59:42 #11 25.31 Unpacking libgcc-12-dev:amd64 (12.2.0-3ubuntu1) ...
11:59:42 #13 79.17   Verifying  : glibc-devel-2.17-326.el7_9.aarch64                          5/65 
11:59:42 #13 79.18   Verifying  : libselinux-utils-2.5-15.el7.aarch64                         6/65 
11:59:42 #13 79.20   Verifying  : libarchive-3.1.2-14.el7_7.aarch64                           7/65 
11:59:42 #13 79.21   Verifying  : glibc-2.17-326.el7_9.aarch64                                8/65 
11:59:42 #13 79.23   Verifying  : systemd-libs-219-78.el7_9.7.aarch64                         9/65 
11:59:42 #13 79.24   Verifying  : automake-1.13.4-3.el7.noarch                               10/65 
11:59:42 #13 79.25   Verifying  : libseccomp-devel-2.3.1-4.el7.aarch64                       11/65 
11:59:42 #13 79.26   Verifying  : libtool-ltdl-2.4.2-22.el7_3.aarch64                        12/65 
11:59:42 #13 79.27   Verifying  : 1:make-3.82-24.el7.aarch64                                 13/65 
11:59:42 #13 79.29   Verifying  : libcgroup-0.41-21.el7.aarch64                              14/65 
11:59:42 #13 79.30   Verifying  : python-IPy-0.75-6.el7.noarch                               15/65 
11:59:42 #13 79.31   Verifying  : checkpolicy-2.5-8.el7.aarch64                              16/65 
11:59:42 #13 79.32   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        17/65 
11:59:42 #13 79.33   Verifying  : libedit-3.0-12.20121213cvs.el7.aarch64                     18/65 
11:59:42 #13 79.34   Verifying  : systemd-219-78.el7_9.7.aarch64                             19/65 
11:59:42 #13 79.35   Verifying  : policycoreutils-devel-2.5-34.el7.aarch64                   20/65 
11:59:42 #13 79.37   Verifying  : libsemanage-python-2.5-14.el7.aarch64                      21/65 
11:59:42 #10 26.31 Selecting previously unselected package gcc-7-base:amd64.
11:59:42 #10 26.31 Preparing to unpack .../063-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:59:42 #10 26.32 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
11:59:42 #10 26.38 Selecting previously unselected package libisl19:amd64.
11:59:42 #10 26.38 Preparing to unpack .../064-libisl19_0.19-1_amd64.deb ...
11:59:42 #10 26.38 Unpacking libisl19:amd64 (0.19-1) ...
11:59:42 #10 25.94 Selecting previously unselected package libfakeroot:arm64.
11:59:42 #10 25.94 Preparing to unpack .../087-libfakeroot_1.23-1_arm64.deb ...
11:59:42 #10 25.95 Unpacking libfakeroot:arm64 (1.23-1) ...
11:59:42 #10 25.99 Selecting previously unselected package fakeroot.
11:59:42 #10 25.99 Preparing to unpack .../088-fakeroot_1.23-1_arm64.deb ...
11:59:42 #10 26.00 Unpacking fakeroot (1.23-1) ...
11:59:42 #10 26.04 Selecting previously unselected package libassuan0:arm64.
11:59:42 #11 24.97 Preparing to unpack .../101-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ...
11:59:42 #11 25.00 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
11:59:42 #11 25.18 Selecting previously unselected package libldap-2.5-0:amd64.
11:59:42 #11 25.18 Preparing to unpack .../102-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_amd64.deb ...
11:59:42 #11 25.18 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:59:42 #11 25.22 Selecting previously unselected package librtmp1:amd64.
11:59:42 #11 25.22 Preparing to unpack .../103-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
11:59:42 #10 24.14 Preparing to unpack .../091-libassuan0_2.5.3-7.1_arm64.deb ...
11:59:42 #10 24.14 Unpacking libassuan0:arm64 (2.5.3-7.1) ...
11:59:42 #10 24.17 Selecting previously unselected package gpgconf.
11:59:42 #10 24.17 Preparing to unpack .../092-gpgconf_2.2.27-2+deb11u2_arm64.deb ...
11:59:42 #10 24.18 Unpacking gpgconf (2.2.27-2+deb11u2) ...
11:59:42 #10 24.23 Selecting previously unselected package libksba8:arm64.
11:59:42 #10 24.23 Preparing to unpack .../093-libksba8_1.5.0-3+deb11u2_arm64.deb ...
11:59:42 #10 24.24 Unpacking libksba8:arm64 (1.5.0-3+deb11u2) ...
11:59:42 #10 24.28 Selecting previously unselected package libnpth0:arm64.
11:59:42 #10 24.28 Preparing to unpack .../094-libnpth0_1.6-3_arm64.deb ...
11:59:42 #10 24.29 Unpacking libnpth0:arm64 (1.6-3) ...
11:59:42 #10 24.32 Selecting previously unselected package dirmngr.
11:59:42 #10 24.32 Preparing to unpack .../095-dirmngr_2.2.27-2+deb11u2_arm64.deb ...
11:59:42 #10 24.34 Unpacking dirmngr (2.2.27-2+deb11u2) ...
11:59:42 #10 24.40 Selecting previously unselected package gnupg-l10n.
11:59:42 #10 24.40 Preparing to unpack .../096-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
11:59:42 #10 24.40 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
11:59:42 #10 24.50 Selecting previously unselected package gnupg-utils.
11:59:42 #10 24.50 Preparing to unpack .../097-gnupg-utils_2.2.27-2+deb11u2_arm64.deb ...
11:59:42 #10 28.76 Preparing to unpack .../060-dpkg-dev_1.19.8_all.deb ...
11:59:42 #10 28.76 Unpacking dpkg-dev (1.19.8) ...
11:59:42 #10 28.87 Selecting previously unselected package build-essential.
11:59:42 #10 28.87 Preparing to unpack .../061-build-essential_12.6_amd64.deb ...
11:59:42 #10 28.88 Unpacking build-essential (12.6) ...
11:59:42 #10 28.91 Selecting previously unselected package openssl.
11:59:42 #10 28.91 Preparing to unpack .../062-openssl_1.1.1n-0+deb10u3_amd64.deb ...
11:59:42 #10 28.92 Unpacking openssl (1.1.1n-0+deb10u3) ...
11:59:42 #11 22.47 Unpacking systemd (251.4-1ubuntu7) ...
11:59:42 #11 22.61 Selecting previously unselected package perl-modules-5.34.
11:59:42 #11 22.61 Preparing to unpack .../011-perl-modules-5.34_5.34.0-5ubuntu1.1_all.deb ...
11:59:42 #11 22.61 Unpacking perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
11:59:42 #11 16.67 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:59:42 #11 16.75 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
11:59:42 #11 23.74 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.9_arm64.deb ...
11:59:42 #11 23.74 Unpacking libc6-dev:arm64 (2.31-0ubuntu9.9) ...
11:59:42 #11 23.97 Selecting previously unselected package gcc-9-base:arm64.
11:59:42 #11 23.97 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:59:42 #11 23.98 Unpacking gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:59:42 #11 24.02 Selecting previously unselected package libisl22:arm64.
11:59:42 #11 26.08 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
11:59:42 #11 26.08 Unpacking xauth (1:1.1-0ubuntu1) ...
11:59:42 #11 26.12 Selecting previously unselected package libfl2:amd64.
11:59:42 #11 26.12 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ...
11:59:42 #11 26.12 Unpacking libfl2:amd64 (2.6.4-6.2) ...
11:59:42 #11 26.16 Selecting previously unselected package at.
11:59:42 #11 26.16 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ...
11:59:42 #11 26.16 Unpacking at (3.1.23-1ubuntu1) ...
11:59:42 #11 26.20 Selecting previously unselected package libsigsegv2:amd64.
11:59:42 #11 26.20 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ...
11:59:42 #11 26.20 Unpacking libsigsegv2:amd64 (2.12-2) ...
11:59:42 #11 26.23 Selecting previously unselected package m4.
11:59:42 #11 26.24 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ...
11:59:42 #11 26.24 Unpacking m4 (1.4.18-4) ...
11:59:42 #11 26.28 Selecting previously unselected package autoconf.
11:59:42 #11 26.28 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ...
11:59:42 #11 26.29 Unpacking autoconf (2.69-11.1) ...
11:59:42 #11 26.34 Selecting previously unselected package autotools-dev.
11:59:42 #10 11.69 Get:152 http://deb.debian.org/debian buster/main armhf libhtml-parser-perl armhf 3.72-3+b3 [102 kB]
11:59:42 #10 11.79 Get:153 http://deb.debian.org/debian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
11:59:42 #10 11.79 Get:154 http://deb.debian.org/debian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
11:59:42 #10 11.79 Get:155 http://deb.debian.org/debian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
11:59:42 #10 11.79 Get:156 http://deb.debian.org/debian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
11:59:42 #10 11.79 Get:157 http://deb.debian.org/debian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
11:59:42 #10 11.79 Get:158 http://deb.debian.org/debian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:59:42 #10 11.79 Get:159 http://deb.debian.org/debian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
11:59:42 #10 11.80 Get:160 http://deb.debian.org/debian buster/main armhf libnet-ssleay-perl armhf 1.85-2+deb10u1 [288 kB]
11:59:42 #10 11.81 Get:161 http://deb.debian.org/debian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
11:59:42 #10 11.81 Get:162 http://deb.debian.org/debian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
11:59:42 #10 11.81 Get:163 http://deb.debian.org/debian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
11:59:42 #10 11.81 Get:164 http://deb.debian.org/debian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
11:59:42 #10 11.81 Get:165 http://deb.debian.org/debian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:59:42 #10 11.81 Get:166 http://deb.debian.org/debian buster/main armhf libwww-perl all 6.36-2 [188 kB]
11:59:42 #10 11.81 Get:167 http://deb.debian.org/debian buster/main armhf patchutils armhf 0.3.4-2 [86.2 kB]
11:59:42 #10 11.82 Get:168 http://deb.debian.org/debian buster/main armhf wdiff armhf 1.2.2-2+b1 [121 kB]
11:59:42 #10 11.82 Get:169 http://deb.debian.org/debian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
11:59:42 #10 11.83 Get:170 http://deb.debian.org/debian buster/main armhf diffstat armhf 1.62-1 [31.6 kB]
11:59:42 #10 11.87 Get:171 http://deb.debian.org/debian-security buster/updates/main armhf distro-info-data all 0.41+deb10u6 [7080 B]
11:59:42 #10 11.87 Get:172 http://deb.debian.org/debian buster/main armhf python3-pkg-resources all 40.8.0-1 [153 kB]
11:59:42 #10 11.87 Get:173 http://deb.debian.org/debian buster/main armhf python3-chardet all 3.0.4-3 [80.5 kB]
11:59:42 #10 11.87 Get:174 http://deb.debian.org/debian buster/main armhf python3-six all 1.12.0-1 [15.7 kB]
11:59:42 #10 11.87 Get:175 http://deb.debian.org/debian buster/main armhf python3-debian all 0.1.35 [78.8 kB]
11:59:42 #10 11.87 Get:176 http://deb.debian.org/debian buster/main armhf libgpgme11 armhf 1.12.0-6 [232 kB]
11:59:42 #10 11.87 Get:177 http://deb.debian.org/debian buster/main armhf python3-gpg armhf 1.12.0-6 [279 kB]
11:59:42 #10 24.59 Selecting previously unselected package cpp.
11:59:42 #10 24.59 Preparing to unpack .../048-cpp_4%3a12.2.0-3_amd64.deb ...
11:59:42 #10 24.61 Unpacking cpp (4:12.2.0-3) ...
11:59:42 #10 24.78 Selecting previously unselected package libcc1-0:amd64.
11:59:42 #10 24.79 Preparing to unpack .../049-libcc1-0_12.2.0-14_amd64.deb ...
11:59:42 #10 24.81 Unpacking libcc1-0:amd64 (12.2.0-14) ...
11:59:42 #10 24.93 Selecting previously unselected package libgomp1:amd64.
11:59:42 #10 24.93 Preparing to unpack .../050-libgomp1_12.2.0-14_amd64.deb ...
11:59:42 #10 26.31 Preparing to unpack .../111-gnupg_2.2.40-1_all.deb ...
11:59:42 #10 26.31 Unpacking gnupg (2.2.40-1) ...
11:59:42 #10 26.37 Selecting previously unselected package libfile-dirlist-perl.
11:59:42 #10 26.37 Preparing to unpack .../112-libfile-dirlist-perl_0.05-3_all.deb ...
11:59:42 #10 26.37 Unpacking libfile-dirlist-perl (0.05-3) ...
11:59:42 #10 26.40 Selecting previously unselected package libfile-which-perl.
11:59:42 #10 26.40 Preparing to unpack .../113-libfile-which-perl_1.27-2_all.deb ...
11:59:42 #10 26.41 Unpacking libfile-which-perl (1.27-2) ...
11:59:42 #10 26.44 Selecting previously unselected package libfile-homedir-perl.
11:59:42 #10 26.44 Preparing to unpack .../114-libfile-homedir-perl_1.006-2_all.deb ...
11:59:42 #10 26.45 Unpacking libfile-homedir-perl (1.006-2) ...
11:59:42 #10 26.48 Selecting previously unselected package libfile-touch-perl.
11:59:42 #10 26.48 Preparing to unpack .../115-libfile-touch-perl_0.12-2_all.deb ...
11:59:42 #10 26.48 Unpacking libfile-touch-perl (0.12-2) ...
11:59:42 #10 26.51 Selecting previously unselected package libio-pty-perl.
11:59:42 #10 26.51 Preparing to unpack .../116-libio-pty-perl_1%3a1.17-1_arm64.deb ...
11:59:42 #10 26.56 Unpacking libio-pty-perl (1:1.17-1) ...
11:59:42 #10 26.59 Selecting previously unselected package libipc-run-perl.
11:59:42 #10 26.59 Preparing to unpack .../117-libipc-run-perl_20220807.0-1_all.deb ...
11:59:42 #10 26.60 Unpacking libipc-run-perl (20220807.0-1) ...
11:59:42 #10 26.63 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:42 #10 26.00 Selecting previously unselected package g++.
11:59:42 #10 26.01 Preparing to unpack .../081-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
11:59:42 #10 26.01 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
11:59:42 #10 26.04 Selecting previously unselected package make.
11:59:42 #10 26.04 Preparing to unpack .../082-make_4.1-9.1ubuntu1_arm64.deb ...
11:59:42 #10 26.05 Unpacking make (4.1-9.1ubuntu1) ...
11:59:42 #10 26.09 Selecting previously unselected package libdpkg-perl.
11:59:42 #10 26.09 Preparing to unpack .../083-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ...
11:59:42 #10 26.10 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) ...
11:59:42 #11 25.40 Selecting previously unselected package gcc-12.
11:59:42 #11 25.40 Preparing to unpack .../115-gcc-12_12.2.0-3ubuntu1_amd64.deb ...
11:59:42 #11 25.40 Unpacking gcc-12 (12.2.0-3ubuntu1) ...
11:59:42 #13 79.38   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.aarch64                 22/65 
11:59:42 #13 79.40   Verifying  : openssh-7.4p1-22.el7_9.aarch64                             23/65 
11:59:42 #13 79.41   Verifying  : libselinux-python-2.5-15.el7.aarch64                       24/65 
11:59:42 #13 79.42   Verifying  : which-2.20-7.el7.aarch64                                   25/65 
11:59:42 #13 79.43   Verifying  : less-458-9.el7.aarch64                                     26/65 
11:59:42 #13 79.44   Verifying  : mpfr-3.1.1-4.el7.aarch64                                   27/65 
11:59:42 #13 79.46   Verifying  : rsync-3.1.2-12.el7_9.aarch64                               28/65 
11:59:42 #13 79.47   Verifying  : libmpc-1.0.1-3.el7.aarch64                                 29/65 
11:59:42 #13 79.48   Verifying  : fipscheck-1.4.1-6.el7.aarch64                              30/65 
11:59:42 #13 79.49   Verifying  : fipscheck-lib-1.4.1-6.el7.aarch64                          31/65 
11:59:42 #13 79.50   Verifying  : cpp-4.8.5-44.el7.aarch64                                   32/65 
11:59:42 #13 79.51   Verifying  : libtool-2.4.2-22.el7_3.aarch64                             33/65 
11:59:42 #13 79.52   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             34/65 
11:59:42 #13 79.54   Verifying  : lzo-2.06-8.el7.aarch64                                     35/65 
11:59:42 #13 79.55   Verifying  : audit-libs-python-2.8.5-4.el7.aarch64                      36/65 
11:59:42 #13 79.56   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.aarch64           37/65 
11:59:42 #13 79.57   Verifying  : libsepol-devel-2.5-10.el7.aarch64                          38/65 
11:59:42 #13 79.58   Verifying  : cmake-2.8.12.2-2.el7.aarch64                               39/65 
11:59:42 #11 5.040 Fetched 20.4 MB in 3s (6173 kB/s)
11:59:42 #10 23.69 Transaction test succeeded.
11:59:42 #10 23.69 Running transaction
11:59:42 #10 26.46 Selecting previously unselected package libmpfr6:amd64.
11:59:42 #10 26.46 Preparing to unpack .../065-libmpfr6_4.0.1-1_amd64.deb ...
11:59:42 #10 26.47 Unpacking libmpfr6:amd64 (4.0.1-1) ...
11:59:42 #10 26.52 Selecting previously unselected package libmpc3:amd64.
11:59:42 #10 26.52 Preparing to unpack .../066-libmpc3_1.1.0-1_amd64.deb ...
11:59:42 #10 26.52 Unpacking libmpc3:amd64 (1.1.0-1) ...
11:59:42 #10 26.55 Selecting previously unselected package cpp-7.
11:59:42 #10 26.55 Preparing to unpack .../067-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:59:42 #10 26.55 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
11:59:42 #10 26.04 Preparing to unpack .../089-libassuan0_2.5.2-1_arm64.deb ...
11:59:42 #10 26.05 Unpacking libassuan0:arm64 (2.5.2-1) ...
11:59:42 #10 26.09 Selecting previously unselected package gpgconf.
11:59:42 #10 26.09 Preparing to unpack .../090-gpgconf_2.2.12-1+deb10u2_arm64.deb ...
11:59:42 #10 26.09 Unpacking gpgconf (2.2.12-1+deb10u2) ...
11:59:42 #10 26.15 Selecting previously unselected package libksba8:arm64.
11:59:42 #10 26.15 Preparing to unpack .../091-libksba8_1.3.5-2+deb10u2_arm64.deb ...
11:59:42 #10 26.16 Unpacking libksba8:arm64 (1.3.5-2+deb10u2) ...
11:59:42 #10 26.20 Selecting previously unselected package libnpth0:arm64.
11:59:42 #10 26.21 Preparing to unpack .../092-libnpth0_1.6-1_arm64.deb ...
11:59:42 #10 26.21 Unpacking libnpth0:arm64 (1.6-1) ...
11:59:42 #10 26.26 Selecting previously unselected package dirmngr.
11:59:42 #11 25.22 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:59:42 #11 25.26 Selecting previously unselected package libssh-4:amd64.
11:59:42 #11 25.26 Preparing to unpack .../104-libssh-4_0.9.6-2build1_amd64.deb ...
11:59:42 #11 25.27 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
11:59:42 #11 25.30 Selecting previously unselected package libcurl4:amd64.
11:59:42 #11 25.30 Preparing to unpack .../105-libcurl4_7.81.0-1ubuntu1.7_amd64.deb ...
11:59:42 #11 25.31 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.7) ...
11:59:42 #11 25.34 Selecting previously unselected package curl.
11:59:42 #11 25.34 Preparing to unpack .../106-curl_7.81.0-1ubuntu1.7_amd64.deb ...
11:59:42 #11 25.34 Unpacking curl (7.81.0-1ubuntu1.7) ...
11:59:42 #11 25.38 Selecting previously unselected package dctrl-tools.
11:59:42 #11 25.38 Preparing to unpack .../107-dctrl-tools_2.24-3build2_amd64.deb ...
11:59:42 #11 25.39 Unpacking dctrl-tools (2.24-3build2) ...
11:59:42 #11 25.41 Selecting previously unselected package libdebhelper-perl.
11:59:42 #11 25.41 Preparing to unpack .../108-libdebhelper-perl_13.6ubuntu1_all.deb ...
11:59:42 #11 25.41 Unpacking libdebhelper-perl (13.6ubuntu1) ...
11:59:42 #11 25.45 Selecting previously unselected package libtool.
11:59:42 #11 25.45 Preparing to unpack .../109-libtool_2.4.6-15build2_all.deb ...
11:59:42 #11 25.45 Unpacking libtool (2.4.6-15build2) ...
11:59:42 #11 25.48 Selecting previously unselected package dh-autoreconf.
11:59:42 #11 25.48 Preparing to unpack .../110-dh-autoreconf_20_all.deb ...
11:59:42 #11 25.49 Unpacking dh-autoreconf (20) ...
11:59:42 #11 25.52 Selecting previously unselected package libarchive-zip-perl.
11:59:42 #11 25.52 Preparing to unpack .../111-libarchive-zip-perl_1.68-1_all.deb ...
11:59:42 #11 25.52 Unpacking libarchive-zip-perl (1.68-1) ...
11:59:42 #11 25.56 Selecting previously unselected package libsub-override-perl.
11:59:42 #10 24.50 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
11:59:42 #10 24.57 Selecting previously unselected package gpg.
11:59:42 #10 24.57 Preparing to unpack .../098-gpg_2.2.27-2+deb11u2_arm64.deb ...
11:59:42 #10 24.58 Unpacking gpg (2.2.27-2+deb11u2) ...
11:59:42 #10 24.65 Selecting previously unselected package pinentry-curses.
11:59:42 #10 24.65 Preparing to unpack .../099-pinentry-curses_1.1.0-4_arm64.deb ...
11:59:42 #10 24.66 Unpacking pinentry-curses (1.1.0-4) ...
11:59:42 #10 24.69 Selecting previously unselected package gpg-agent.
11:59:42 #10 24.70 Preparing to unpack .../100-gpg-agent_2.2.27-2+deb11u2_arm64.deb ...
11:59:42 #10 24.70 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
11:59:42 #10 24.75 Selecting previously unselected package gpg-wks-client.
11:59:42 #10 29.03 Selecting previously unselected package ca-certificates.
11:59:42 #10 29.03 Preparing to unpack .../063-ca-certificates_20200601~deb10u2_all.deb ...
11:59:42 #10 29.04 Unpacking ca-certificates (20200601~deb10u2) ...
11:59:42 #10 29.09 Selecting previously unselected package libsasl2-modules-db:amd64.
11:59:42 #10 29.10 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ...
11:59:42 #10 29.10 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:59:42 #10 29.14 Selecting previously unselected package libsasl2-2:amd64.
11:59:42 #10 29.15 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ...
11:59:42 #10 29.15 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:59:42 #10 29.19 Selecting previously unselected package libldap-common.
11:59:42 #10 29.19 Preparing to unpack .../066-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
11:59:42 #10 29.20 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:59:42 #10 29.24 Selecting previously unselected package libldap-2.4-2:amd64.
11:59:42 #10 29.24 Preparing to unpack .../067-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ...
11:59:42 #10 29.26 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
11:59:42 #10 29.31 Selecting previously unselected package libnghttp2-14:amd64.
11:59:42 #10 29.32 Preparing to unpack .../068-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
11:59:42 #10 29.32 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
11:59:42 #10 29.36 Selecting previously unselected package libpsl5:amd64.
11:59:42 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 95.42MB / 116.78MB 19.6s
11:59:42 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e
11:59:42 #11 16.92 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmarkdown2 arm64 2.2.7-2 [37.0 kB]
11:59:42 #11 16.96 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:59:42 #11 16.97 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
11:59:42 #11 16.97 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
11:59:42 #11 16.98 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
11:59:42 #11 16.99 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-struct-perl all 0.020-1 [23.7 kB]
11:59:42 #11 17.00 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmouse-perl arm64 2.5.10-1build4 [160 kB]
11:59:42 #11 17.07 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-xs-perl arm64 0.29-1build5 [19.0 kB]
11:59:42 #11 17.08 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:59:42 #11 17.09 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-gzip-perl arm64 0.19-1build8 [14.6 kB]
11:59:42 #11 17.09 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-utf8-strict-perl arm64 0.009-1build1 [11.7 kB]
11:59:42 #11 17.10 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-parser-perl all 1.63-2 [82.2 kB]
11:59:42 #11 17.12 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB]
11:59:42 #11 22.85 Selecting previously unselected package libgdbm6:arm64.
11:59:42 #11 22.86 Preparing to unpack .../012-libgdbm6_1.23-1_arm64.deb ...
11:59:42 #11 22.86 Unpacking libgdbm6:arm64 (1.23-1) ...
11:59:42 #11 22.90 Selecting previously unselected package libgdbm-compat4:arm64.
11:59:42 #11 22.90 Preparing to unpack .../013-libgdbm-compat4_1.23-1_arm64.deb ...
11:59:42 #11 22.90 Unpacking libgdbm-compat4:arm64 (1.23-1) ...
11:59:42 #11 22.94 Selecting previously unselected package libperl5.34:arm64.
11:59:42 #11 22.95 Preparing to unpack .../014-libperl5.34_5.34.0-5ubuntu1.1_arm64.deb ...
11:59:42 #11 22.95 Unpacking libperl5.34:arm64 (5.34.0-5ubuntu1.1) ...
11:59:42 #11 24.02 Preparing to unpack .../079-libisl22_0.22.1-1_arm64.deb ...
11:59:42 #11 24.02 Unpacking libisl22:arm64 (0.22.1-1) ...
11:59:42 #11 24.10 Selecting previously unselected package libmpfr6:arm64.
11:59:42 #11 24.10 Preparing to unpack .../080-libmpfr6_4.0.2-1_arm64.deb ...
11:59:42 #11 24.10 Unpacking libmpfr6:arm64 (4.0.2-1) ...
11:59:42 #11 24.15 Selecting previously unselected package libmpc3:arm64.
11:59:42 #11 24.15 Preparing to unpack .../081-libmpc3_1.1.0-1_arm64.deb ...
11:59:42 #11 24.16 Unpacking libmpc3:arm64 (1.1.0-1) ...
11:59:42 #11 24.19 Selecting previously unselected package cpp-9.
11:59:42 #11 24.19 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:59:42 #11 24.20 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
11:59:42 #10 11.87 Get:178 http://deb.debian.org/debian buster/main armhf dput all 1.0.3 [54.5 kB]
11:59:42 #10 11.88 Get:179 http://deb.debian.org/debian buster/main armhf equivs all 2.2.0 [22.4 kB]
11:59:42 #10 11.88 Get:180 http://deb.debian.org/debian-security buster/updates/main armhf exim4-config all 4.92-8+deb10u7 [325 kB]
11:59:42 #10 11.89 Get:181 http://deb.debian.org/debian-security buster/updates/main armhf exim4-base armhf 4.92-8+deb10u7 [1134 kB]
11:59:42 #10 11.95 Get:182 http://deb.debian.org/debian buster/main armhf libevent-2.1-6 armhf 2.1.8-stable-4 [159 kB]
11:59:42 #10 11.95 Get:183 http://deb.debian.org/debian buster/main armhf libunbound8 armhf 1.9.0-2+deb10u2 [411 kB]
11:59:42 #10 11.95 Get:184 http://deb.debian.org/debian-security buster/updates/main armhf libgnutls-dane0 armhf 3.6.7-4+deb10u9 [316 kB]
11:59:42 #10 12.05 Get:185 http://deb.debian.org/debian-security buster/updates/main armhf exim4-daemon-light armhf 4.92-8+deb10u7 [545 kB]
11:59:42 #11 26.34 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ...
11:59:42 #11 26.35 Unpacking autotools-dev (20180224.1) ...
11:59:42 #11 26.39 Selecting previously unselected package automake.
11:59:42 #11 26.39 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ...
11:59:42 #11 26.39 Unpacking automake (1:1.16.1-4ubuntu6) ...
11:59:42 #11 26.46 Selecting previously unselected package autopoint.
11:59:42 #11 26.46 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ...
11:59:42 #11 26.47 Unpacking autopoint (0.19.8.1-10build1) ...
11:59:42 #11 26.50 Selecting previously unselected package binutils-common:amd64.
11:59:42 #11 26.50 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1.4_amd64.deb ...
11:59:42 #11 26.51 Unpacking binutils-common:amd64 (2.34-6ubuntu1.4) ...
11:59:42 #11 26.55 Selecting previously unselected package libbinutils:amd64.
11:59:42 #11 26.56 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1.4_amd64.deb ...
11:59:42 #11 26.56 Unpacking libbinutils:amd64 (2.34-6ubuntu1.4) ...
11:59:42 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 114.29MB / 116.78MB 23.1s
11:59:42 #10 24.94 Unpacking libgomp1:amd64 (12.2.0-14) ...
11:59:42 #10 4.051 Reading package lists...
11:59:42 #10 26.63 Preparing to unpack .../118-libclass-method-modifiers-perl_2.14-1_all.deb ...
11:59:42 #10 26.64 Unpacking libclass-method-modifiers-perl (2.14-1) ...
11:59:42 #10 26.70 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:42 #10 26.70 Preparing to unpack .../119-libclass-xsaccessor-perl_1.19-4+b1_arm64.deb ...
11:59:42 #10 26.70 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ...
11:59:42 #10 26.73 Selecting previously unselected package libb-hooks-op-check-perl:arm64.
11:59:42 #10 26.73 Preparing to unpack .../120-libb-hooks-op-check-perl_0.22-2+b1_arm64.deb ...
11:59:42 #10 26.74 Unpacking libb-hooks-op-check-perl:arm64 (0.22-2+b1) ...
11:59:42 #10 26.77 Selecting previously unselected package libdynaloader-functions-perl.
11:59:42 #10 26.77 Preparing to unpack .../121-libdynaloader-functions-perl_0.003-3_all.deb ...
11:59:42 #10 26.77 Unpacking libdynaloader-functions-perl (0.003-3) ...
11:59:42 #10 26.81 Selecting previously unselected package libdevel-callchecker-perl:arm64.
11:59:42 #10 26.81 Preparing to unpack .../122-libdevel-callchecker-perl_0.008-2_arm64.deb ...
11:59:42 #10 26.81 Unpacking libdevel-callchecker-perl:arm64 (0.008-2) ...
11:59:42 #10 26.84 Selecting previously unselected package libparams-classify-perl:arm64.
11:59:42 #10 26.16 Selecting previously unselected package patch.
11:59:42 #10 26.16 Preparing to unpack .../084-patch_2.7.6-2ubuntu1.1_arm64.deb ...
11:59:42 #10 26.17 Unpacking patch (2.7.6-2ubuntu1.1) ...
11:59:42 #10 26.21 Selecting previously unselected package dpkg-dev.
11:59:42 #10 26.21 Preparing to unpack .../085-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ...
11:59:42 #10 26.21 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) ...
11:59:42 #10 26.30 Selecting previously unselected package build-essential.
11:59:42 #10 26.30 Preparing to unpack .../086-build-essential_12.4ubuntu1_arm64.deb ...
11:59:42 #10 26.30 Unpacking build-essential (12.4ubuntu1) ...
11:59:42 #10 26.34 Selecting previously unselected package libroken18-heimdal:arm64.
11:59:42 #10 26.34 Preparing to unpack .../087-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
11:59:42 #10 26.35 Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:42 #10 26.39 Selecting previously unselected package libasn1-8-heimdal:arm64.
11:59:42 #10 26.39 Preparing to unpack .../088-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
11:59:42 #10 26.40 Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:42 #11 25.75 Selecting previously unselected package gcc.
11:59:42 #11 25.75 Preparing to unpack .../116-gcc_4%3a12.2.0-1ubuntu1_amd64.deb ...
11:59:42 #11 25.75 Unpacking gcc (4:12.2.0-1ubuntu1) ...
11:59:42 #11 25.78 Selecting previously unselected package libstdc++-12-dev:amd64.
11:59:42 #13 79.59   Verifying  : libselinux-devel-2.5-15.el7.aarch64                        40/65 
11:59:42 #13 79.61   Verifying  : perl-TermReadKey-2.30-20.el7.aarch64                       41/65 
11:59:42 #13 79.62   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   42/65 
11:59:42 #13 79.63   Verifying  : policycoreutils-2.5-34.el7.aarch64                         43/65 
11:59:42 #13 79.65   Verifying  : gcc-4.8.5-44.el7.aarch64                                   44/65 
11:59:42 #13 79.66   Verifying  : glibc-headers-2.17-326.el7_9.aarch64                       45/65 
11:59:42 #13 79.67   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          46/65 
11:59:42 #13 79.68   Verifying  : kernel-headers-4.18.0-348.20.1.el7.aarch64                 47/65 
11:59:42 #13 79.73   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.aarch64                  48/65 
11:59:42 #13 79.75   Verifying  : libgomp-4.8.5-44.el7.aarch64                               49/65 
11:59:42 #13 79.76   Verifying  : setools-libs-3.3.8-4.el7.aarch64                           50/65 
11:59:42 #13 79.77   Verifying  : autoconf-2.69-11.el7.noarch                                51/65 
11:59:42 #13 79.78   Verifying  : policycoreutils-python-2.5-34.el7.aarch64                  52/65 
11:59:42 #13 79.80   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.aarch64            53/65 
11:59:42 #13 79.81   Verifying  : m4-1.4.16-10.el7.aarch64                                   54/65 
11:59:42 #13 79.82   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           55/65 
11:59:42 #13 79.83   Verifying  : libseccomp-2.3.1-4.el7.aarch64                             56/65 
11:59:42 #10 26.26 Preparing to unpack .../093-dirmngr_2.2.12-1+deb10u2_arm64.deb ...
11:59:42 #10 26.28 Unpacking dirmngr (2.2.12-1+deb10u2) ...
11:59:42 #10 26.34 Selecting previously unselected package gnupg-l10n.
11:59:42 #10 26.34 Preparing to unpack .../094-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
11:59:42 #10 26.35 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
11:59:42 #10 26.45 Selecting previously unselected package gnupg-utils.
11:59:42 #10 26.45 Preparing to unpack .../095-gnupg-utils_2.2.12-1+deb10u2_arm64.deb ...
11:59:42 #10 26.46 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
11:59:42 #10 26.54 Selecting previously unselected package gpg.
11:59:42 #11 25.56 Preparing to unpack .../112-libsub-override-perl_0.09-2_all.deb ...
11:59:42 #11 25.57 Unpacking libsub-override-perl (0.09-2) ...
11:59:42 #11 25.59 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:42 #11 25.60 Preparing to unpack .../113-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
11:59:42 #11 25.60 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
11:59:42 #11 25.63 Selecting previously unselected package dh-strip-nondeterminism.
11:59:42 #11 25.63 Preparing to unpack .../114-dh-strip-nondeterminism_1.13.0-1_all.deb ...
11:59:42 #11 25.63 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
11:59:42 #11 25.66 Selecting previously unselected package libdw1:amd64.
11:59:42 #11 25.66 Preparing to unpack .../115-libdw1_0.186-1build1_amd64.deb ...
11:59:42 #11 25.66 Unpacking libdw1:amd64 (0.186-1build1) ...
11:59:42 #11 25.70 Selecting previously unselected package debugedit.
11:59:42 #11 25.70 Preparing to unpack .../116-debugedit_1%3a5.0-4build1_amd64.deb ...
11:59:42 #11 25.70 Unpacking debugedit (1:5.0-4build1) ...
11:59:42 #11 25.73 Selecting previously unselected package dwz.
11:59:42 #11 25.73 Preparing to unpack .../117-dwz_0.14-1build2_amd64.deb ...
11:59:42 #11 25.73 Unpacking dwz (0.14-1build2) ...
11:59:42 #11 25.76 Selecting previously unselected package gettext.
11:59:42 #10 24.75 Preparing to unpack .../101-gpg-wks-client_2.2.27-2+deb11u2_arm64.deb ...
11:59:42 #10 24.76 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
11:59:42 #10 24.80 Selecting previously unselected package gpg-wks-server.
11:59:42 #10 24.80 Preparing to unpack .../102-gpg-wks-server_2.2.27-2+deb11u2_arm64.deb ...
11:59:42 #10 24.80 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
11:59:42 #10 24.84 Selecting previously unselected package gpgsm.
11:59:42 #10 24.85 Preparing to unpack .../103-gpgsm_2.2.27-2+deb11u2_arm64.deb ...
11:59:42 #10 24.85 Unpacking gpgsm (2.2.27-2+deb11u2) ...
11:59:42 #10 24.89 Selecting previously unselected package gnupg.
11:59:42 #10 29.36 Preparing to unpack .../069-libpsl5_0.20.2-2_amd64.deb ...
11:59:42 #10 29.37 Unpacking libpsl5:amd64 (0.20.2-2) ...
11:59:42 #10 29.42 Selecting previously unselected package librtmp1:amd64.
11:59:42 #10 29.42 Preparing to unpack .../070-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
11:59:42 #10 29.43 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
11:59:42 #10 29.47 Selecting previously unselected package libssh2-1:amd64.
11:59:42 #10 29.47 Preparing to unpack .../071-libssh2-1_1.8.0-2.1_amd64.deb ...
11:59:42 #10 29.47 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
11:59:42 #10 29.55 Selecting previously unselected package libcurl4:amd64.
11:59:42 #10 29.55 Preparing to unpack .../072-libcurl4_7.64.0-4+deb10u4_amd64.deb ...
11:59:42 #10 29.56 Unpacking libcurl4:amd64 (7.64.0-4+deb10u4) ...
11:59:42 #10 29.61 Selecting previously unselected package curl.
11:59:42 #7 ...
11:59:42 
11:59:42 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:42 #10 10.47 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libxml2 armhf 2.9.4+dfsg1-6.1ubuntu1.8 [569 kB]
11:59:42 #10 10.49 Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libyaml-0-2 armhf 0.1.7-2ubuntu3 [40.8 kB]
11:59:42 #10 10.49 Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf lsb-release all 9.20170808ubuntu1 [11.0 kB]
11:59:42 #10 10.49 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf netbase all 5.4 [12.7 kB]
11:59:42 #10 10.49 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf shared-mime-info armhf 1.9-2 [424 kB]
11:59:42 #10 10.50 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf ucf all 3.0038 [50.5 kB]
11:59:42 #10 10.50 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf xdg-user-dirs armhf 0.17-1ubuntu1 [46.7 kB]
11:59:42 #10 10.50 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:59:42 #10 10.50 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gettext-base armhf 0.19.8.1-6ubuntu0.3 [109 kB]
11:59:42 #10 10.65 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf iso-codes all 3.79-1 [2565 kB]
11:59:42 #10 10.81 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf krb5-locales all 1.16-2ubuntu0.3 [13.5 kB]
11:59:42 #10 10.81 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libedit2 armhf 3.1-20170329-1 [61.9 kB]
11:59:42 #10 10.81 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5support0 armhf 1.16-2ubuntu0.3 [27.2 kB]
11:59:42 #10 10.81 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libk5crypto3 armhf 1.16-2ubuntu0.3 [83.1 kB]
11:59:42 #10 10.81 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkeyutils1 armhf 1.5.9-9.2ubuntu2.1 [7852 B]
11:59:42 #10 10.81 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5-3 armhf 1.16-2ubuntu0.3 [233 kB]
11:59:42 #10 10.81 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgssapi-krb5-2 armhf 1.16-2ubuntu0.3 [101 kB]
11:59:42 #10 10.81 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpsl5 armhf 0.19.1-5build1 [40.5 kB]
11:59:42 #10 10.81 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libssl1.0.0 armhf 1.0.2n-1ubuntu5.10 [713 kB]
11:59:42 #10 10.85 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxmuu1 armhf 2:1.1.2-2 [9130 B]
11:59:42 #10 10.92 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf manpages all 4.15-1 [1234 kB]
11:59:42 #10 10.97 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf openssh-client armhf 1:7.6p1-4ubuntu0.7 [551 kB]
11:59:42 #10 11.01 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf publicsuffix all 20180223.1310-1 [97.6 kB]
11:59:42 #10 11.01 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python-apt-common all 1.6.6 [16.9 kB]
11:59:42 #10 11.01 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-apt armhf 1.6.6 [136 kB]
11:59:42 #10 11.01 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf strace armhf 4.21-1ubuntu1 [217 kB]
11:59:42 #10 11.02 Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf xauth armhf 1:1.0.10-1 [21.7 kB]
11:59:42 #10 11.02 Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf at armhf 3.1.20-3.1ubuntu2 [36.9 kB]
11:59:42 #10 11.02 Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsigsegv2 armhf 2.12-1 [14.0 kB]
11:59:42 #10 11.02 Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf m4 armhf 1.4.18-1 [181 kB]
11:59:42 #10 11.06 Get:74 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf autoconf all 2.69-11 [322 kB]
11:59:42 #10 11.14 Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf autotools-dev all 20180224.1 [39.6 kB]
11:59:42 #10 11.14 Get:76 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf automake all 1:1.15.1-3ubuntu2 [509 kB]
11:59:42 #10 11.16 Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
11:59:42 #10 11.18 Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf binutils-common armhf 2.30-21ubuntu1~18.04.8 [197 kB]
11:59:42 #10 11.19 Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libbinutils armhf 2.30-21ubuntu1~18.04.8 [299 kB]
11:59:42 #10 11.20 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:59:42 #10 11.32 Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf binutils armhf 2.30-21ubuntu1~18.04.8 [3352 B]
11:59:42 #10 11.32 Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libc-dev-bin armhf 2.27-3ubuntu1.6 [59.4 kB]
11:59:42 #10 11.32 Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf linux-libc-dev armhf 4.15.0-202.213 [973 kB]
11:59:42 #10 11.34 Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libc6-dev armhf 2.27-3ubuntu1.6 [1901 kB]
11:59:42 #10 11.44 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:59:42 #10 11.44 Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libisl19 armhf 0.19-1 [426 kB]
11:59:42 #10 11.46 Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmpfr6 armhf 4.0.1-1 [194 kB]
11:59:42 #10 11.46 Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmpc3 armhf 1.1.0-1 [33.2 kB]
11:59:42 #10 11.47 Get:89 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf cpp-7 armhf 7.5.0-3ubuntu1~18.04 [6565 kB]
11:59:42 #10 11.84 Get:90 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf cpp armhf 4:7.4.0-1ubuntu2.3 [27.6 kB]
11:59:42 #10 11.84 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:59:42 #10 11.84 Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgomp1 armhf 8.4.0-1ubuntu1~18.04 [66.6 kB]
11:59:42 #10 11.84 Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libatomic1 armhf 8.4.0-1ubuntu1~18.04 [7060 B]
11:59:42 #10 11.84 Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libasan4 armhf 7.5.0-3ubuntu1~18.04 [328 kB]
11:59:42 #10 11.86 Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libubsan0 armhf 7.5.0-3ubuntu1~18.04 [108 kB]
11:59:42 #10 11.86 Get:96 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcilkrts5 armhf 7.5.0-3ubuntu1~18.04 [35.9 kB]
11:59:42 #10 11.86 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:59:42 #10 11.90 Get:98 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gcc-7 armhf 7.5.0-3ubuntu1~18.04 [7278 kB]
11:59:42 #10 12.26 Get:99 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gcc armhf 4:7.4.0-1ubuntu2.3 [5208 B]
11:59:42 #10 12.26 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:59:42 #10 12.31 Get:101 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf g++-7 armhf 7.5.0-3ubuntu1~18.04 [7494 kB]
11:59:42 #10 12.94 Get:102 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf g++ armhf 4:7.4.0-1ubuntu2.3 [1568 B]
11:59:42 #10 13.01 Get:103 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf make armhf 4.1-9.1ubuntu1 [142 kB]
11:59:42 #10 13.26 Get:104 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB]
11:59:42 #10 13.36 Get:105 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf patch armhf 2.7.6-2ubuntu1.1 [99.1 kB]
11:59:42 #10 13.39 Get:106 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB]
11:59:42 #10 13.49 Get:107 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf build-essential armhf 12.4ubuntu1 [4752 B]
11:59:42 #10 13.49 Get:108 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libroken18-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [35.2 kB]
11:59:42 #10 13.49 Get:109 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libasn1-8-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [136 kB]
11:59:42 #10 13.50 Get:110 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libheimbase1-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [25.1 kB]
11:59:42 #10 13.50 Get:111 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libhcrypto4-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [76.5 kB]
11:59:42 #10 13.51 Get:112 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libwind0-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [47.3 kB]
11:59:42 #10 13.52 Get:113 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libhx509-5-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [88.1 kB]
11:59:42 #10 13.52 Get:114 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5-26-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [168 kB]
11:59:42 #10 13.53 Get:115 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libheimntlm0-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [13.1 kB]
11:59:42 #10 13.60 Get:116 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgssapi3-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [79.0 kB]
11:59:42 #10 13.60 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:59:42 #10 13.60 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:59:42 #10 13.60 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:59:42 #10 13.60 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:59:42 #10 13.61 Get:121 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnghttp2-14 armhf 1.30.0-1ubuntu1 [67.4 kB]
11:59:42 #10 13.61 Get:122 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-1 [49.1 kB]
11:59:42 #10 13.67 Get:123 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcurl4 armhf 7.58.0-2ubuntu3.22 [189 kB]
11:59:42 #10 13.68 Get:124 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf curl armhf 7.58.0-2ubuntu3.22 [152 kB]
11:59:42 #10 13.68 Get:125 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf dctrl-tools armhf 2.24-2build1 [52.9 kB]
11:59:42 #10 13.74 Get:126 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtool all 2.4.6-2 [194 kB]
11:59:42 #10 13.76 Get:127 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf dh-autoreconf all 17 [15.8 kB]
11:59:42 #10 13.76 Get:128 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
11:59:42 #10 13.76 Get:129 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
11:59:42 #10 13.76 Get:130 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtimedate-perl all 2.3000-2 [37.5 kB]
11:59:42 #10 13.76 Get:131 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
11:59:42 #10 13.76 Get:132 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libcroco3 armhf 0.6.12-2 [69.4 kB]
11:59:42 #10 13.82 Get:133 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gettext armhf 0.19.8.1-6ubuntu0.3 [1229 kB]
11:59:42 #10 13.87 Get:134 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf intltool-debian all 0.35.0+20060710.4 [24.9 kB]
11:59:42 #10 13.87 Get:135 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf po-debconf all 1.0.20 [232 kB]
11:59:42 #10 13.90 Get:136 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf debhelper all 11.1.6ubuntu2 [902 kB]
11:59:42 #10 13.94 Get:137 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-which-perl all 1.21-1 [11.8 kB]
11:59:42 #10 13.94 Get:138 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-homedir-perl all 1.002-1 [37.1 kB]
11:59:42 #10 13.94 Get:139 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf devscripts armhf 2.17.12ubuntu1.1 [870 kB]
11:59:42 #10 13.98 Get:140 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf diffstat armhf 1.61-1build1 [21.1 kB]
11:59:42 #10 13.98 Get:141 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libassuan0 armhf 2.5.1-2 [28.3 kB]
11:59:42 #10 13.98 Get:142 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpgconf armhf 2.2.4-1ubuntu1.6 [106 kB]
11:59:42 #10 13.99 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:59:42 #10 13.99 Get:144 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnpth0 armhf 1.5-3 [6632 B]
11:59:42 #10 13.99 Get:145 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dirmngr armhf 2.2.4-1ubuntu1.6 [275 kB]
11:59:42 #10 14.05 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:59:42 #10 14.05 Get:147 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-chardet all 3.0.4-1 [80.3 kB]
11:59:42 #10 14.05 Get:148 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-six all 1.11.0-2 [11.4 kB]
11:59:42 #10 14.14 Get:149 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-debian all 0.1.32 [65.4 kB]
11:59:42 #10 14.14 Get:150 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
11:59:42 #10 14.14 Get:151 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg-utils armhf 2.2.4-1ubuntu1.6 [107 kB]
11:59:42 #10 14.14 Get:152 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg armhf 2.2.4-1ubuntu1.6 [409 kB]
11:59:42 #10 14.15 Get:153 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf pinentry-curses armhf 1.1.0-1 [31.4 kB]
11:59:42 #10 14.15 Get:154 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-agent armhf 2.2.4-1ubuntu1.6 [189 kB]
11:59:42 #10 14.15 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:59:42 #10 14.20 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:59:42 #10 14.20 Get:157 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpgsm armhf 2.2.4-1ubuntu1.6 [183 kB]
11:59:42 #10 14.21 Get:158 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg armhf 2.2.4-1ubuntu1.6 [249 kB]
11:59:42 #10 14.29 Get:159 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgpgme11 armhf 1.10.0-1ubuntu2 [92.3 kB]
11:59:42 #10 14.29 Get:160 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-gpg armhf 1.10.0-1ubuntu2 [129 kB]
11:59:42 #10 14.29 Get:161 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf dput all 1.0.1ubuntu1 [42.7 kB]
11:59:42 #10 14.29 Get:162 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfakeroot armhf 1.22-2ubuntu1 [21.6 kB]
11:59:42 #10 14.29 Get:163 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf fakeroot armhf 1.22-2ubuntu1 [60.3 kB]
11:59:42 #10 14.29 Get:164 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcurl3-gnutls armhf 7.58.0-2ubuntu3.22 [187 kB]
11:59:42 #10 14.29 Get:165 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liberror-perl all 0.17025-1 [22.8 kB]
11:59:42 #10 14.36 Get:166 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf git-man all 1:2.17.1-1ubuntu0.15 [804 kB]
11:59:42 #10 14.37 Get:167 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf git armhf 1:2.17.1-1ubuntu0.15 [2826 kB]
11:59:42 #10 14.63 Get:168 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
11:59:42 #10 14.66 Get:169 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libalgorithm-diff-xs-perl armhf 0.04-5 [10.8 kB]
11:59:42 #10 14.66 Get:170 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:59:42 #10 14.66 Get:171 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libapt-pkg-perl armhf 0.1.33build1 [63.8 kB]
11:59:42 #10 14.66 Get:172 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libarchive-cpio-perl all 0.10-1 [9644 B]
11:59:42 #10 14.67 Get:173 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libb-hooks-op-check-perl armhf 0.22-1 [9852 B]
11:59:42 #10 14.67 Get:174 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:59:42 #10 14.67 Get:175 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdevel-callchecker-perl armhf 0.007-2build1 [14.0 kB]
11:59:42 #10 14.67 Get:176 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libparams-classify-perl armhf 0.015-1 [20.0 kB]
11:59:42 #10 14.71 Get:177 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:59:42 #10 14.75 Get:178 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB]
11:59:42 #10 14.75 Get:179 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:59:42 #10 14.75 Get:180 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:59:42 #10 14.75 Get:181 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libvariable-magic-perl armhf 0.62-1 [32.2 kB]
11:59:42 #10 14.75 Get:182 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
11:59:42 #10 14.75 Get:183 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-tagset-perl all 3.20-3 [12.1 kB]
11:59:42 #10 14.75 Get:184 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liburi-perl all 1.73-1 [77.2 kB]
11:59:42 #10 14.75 Get:185 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-parser-perl armhf 3.72-3build1 [82.7 kB]
11:59:42 #10 14.78 Get:186 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libcgi-pm-perl all 4.38-1 [185 kB]
11:59:42 #10 14.83 Get:187 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfcgi-perl armhf 0.78-2build1 [28.7 kB]
11:59:42 #10 14.83 Get:188 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libcgi-fast-perl all 1:2.13-1 [9940 B]
11:59:42 #10 14.83 Get:189 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-name-perl armhf 0.21-1build1 [11.1 kB]
11:59:42 #10 14.83 Get:190 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libclass-accessor-perl all 0.51-1 [21.2 kB]
11:59:42 #10 14.83 Get:191 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
11:59:42 #10 14.83 Get:192 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libclass-xsaccessor-perl armhf 1.19-2build8 [33.7 kB]
11:59:42 #10 14.83 Get:193 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libclone-perl armhf 0.39-1 [9832 B]
11:59:42 #10 14.83 Get:194 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdata-dump-perl all 1.23-1 [27.0 kB]
11:59:42 #10 14.86 Get:195 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libparams-util-perl armhf 1.07-3build3 [18.6 kB]
11:59:42 #10 14.92 Get:196 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-install-perl all 0.928-1 [10.5 kB]
11:59:42 #10 14.92 Get:197 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdata-optlist-perl all 0.110-1 [9956 B]
11:59:42 #10 14.92 Get:198 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdevel-globaldestruction-perl all 0.14-1 [6752 B]
11:59:42 #10 14.92 Get:199 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
11:59:42 #10 14.92 Get:200 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
11:59:42 #10 14.92 Get:201 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf perl-openssl-defaults armhf 3build1 [7012 B]
11:59:42 #10 14.92 Get:202 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libnet-ssleay-perl armhf 1.84-1ubuntu0.2 [264 kB]
11:59:42 #10 15.07 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:59:42 #10 15.43 Get:204 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:59:42 #10 15.43 Get:205 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmailtools-perl all 2.18-1 [74.0 kB]
11:59:42 #10 15.45 Get:206 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsocket6-perl armhf 0.27-1build2 [21.7 kB]
11:59:42 #10 15.46 Get:207 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-socket-inet6-perl all 2.72-2 [13.8 kB]
11:59:42 #10 15.46 Get:208 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-ip-perl all 1.26-1 [31.5 kB]
11:59:42 #10 15.47 Get:209 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-dns-perl all 1.10-2 [335 kB]
11:59:42 #10 15.58 Get:210 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:59:42 #10 15.58 Get:211 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libemail-valid-perl all 1.202-1 [16.3 kB]
11:59:42 #10 15.58 Get:212 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libencode-locale-perl all 1.05-1 [12.3 kB]
11:59:42 #10 15.59 Get:213 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libexporter-tiny-perl all 1.000000-2 [34.6 kB]
11:59:42 #10 15.59 Get:214 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libipc-system-simple-perl all 1.25-4 [22.5 kB]
11:59:42 #10 15.59 Get:215 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-basedir-perl all 0.07-1 [16.9 kB]
11:59:42 #10 15.60 Get:216 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:59:42 #10 15.60 Get:217 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-fcntllock-perl armhf 0.22-3build2 [32.9 kB]
11:59:42 #10 15.60 Get:218 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-date-perl all 6.02-1 [10.4 kB]
11:59:42 #10 15.65 Get:219 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfile-listing-perl all 6.04-1 [9774 B]
11:59:42 #10 15.68 Get:220 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libfont-afm-perl all 1.20-2 [13.2 kB]
11:59:42 #10 15.68 Get:221 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-stringy-perl all 2.111-2 [60.6 kB]
11:59:42 #10 15.68 Get:222 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libparams-validate-perl armhf 1.29-1 [50.3 kB]
11:59:42 #10 15.68 Get:223 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB]
11:59:42 #10 15.69 Get:224 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
11:59:42 #10 15.69 Get:225 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsort-versions-perl all 1.62-1 [9294 B]
11:59:42 #10 15.69 Get:226 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgit-wrapper-perl all 0.047-1 [29.6 kB]
11:59:42 #10 15.69 Get:227 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-html-perl all 1.001-1 [14.9 kB]
11:59:42 #10 15.73 Get:228 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
11:59:42 #10 15.77 Get:229 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-message-perl all 6.14-1 [72.1 kB]
11:59:42 #10 15.77 Get:230 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-form-perl all 6.03-1 [23.5 kB]
11:59:42 #10 15.77 Get:231 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-tree-perl all 5.07-1 [200 kB]
11:59:42 #10 15.79 Get:232 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhtml-format-perl all 2.12-1 [41.3 kB]
11:59:42 #10 15.79 Get:233 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-cookies-perl all 6.04-1 [17.2 kB]
11:59:42 #10 15.79 Get:234 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libhttp-daemon-perl all 6.01-1ubuntu0.1 [15.9 kB]
11:59:42 #10 15.79 Get:235 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libhttp-negotiate-perl all 6.00-2 [13.4 kB]
11:59:42 #10 15.79 Get:236 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
11:59:42 #10 15.80 Get:237 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-pty-perl armhf 1:1.08-1.1build4 [29.3 kB]
11:59:42 #10 15.87 Get:238 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libio-string-perl all 1.08-3 [11.1 kB]
11:59:42 #10 15.87 Get:239 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libipc-run-perl all 0.96-1 [89.9 kB]
11:59:42 #10 15.88 Get:240 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblist-compare-perl all 0.53-1 [65.6 kB]
11:59:42 #10 15.88 Get:241 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblist-moreutils-perl armhf 0.416-1build3 [52.5 kB]
11:59:42 #10 15.88 Get:242 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libltdl7 armhf 2.4.6-2 [35.8 kB]
11:59:42 #10 15.88 Get:243 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libltdl-dev armhf 2.4.6-2 [159 kB]
11:59:42 #10 15.90 Get:244 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnet-http-perl all 6.17-1 [22.7 kB]
11:59:42 #10 15.90 Get:245 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libwww-robotrules-perl all 6.01-1 [14.1 kB]
11:59:42 #10 15.90 Get:246 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libwww-perl all 6.31-1ubuntu0.1 [137 kB]
11:59:42 #10 15.95 Get:247 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblwp-protocol-https-perl all 6.07-2 [8284 B]
11:59:42 #10 15.95 Get:248 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:59:42 #10 16.02 Get:249 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:59:42 #10 16.02 Get:250 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf librole-tiny-perl all 2.000006-1 [15.9 kB]
11:59:42 #10 16.02 Get:251 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libstrictures-perl all 2.000003-1 [16.1 kB]
11:59:42 #10 16.02 Get:252 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-quote-perl all 2.005000-1 [17.0 kB]
11:59:42 #10 16.02 Get:253 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmoo-perl all 2.003004-1 [45.5 kB]
11:59:42 #10 16.03 Get:254 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpackage-stash-perl all 0.37-1 [18.3 kB]
11:59:42 #10 16.03 Get:255 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsub-identify-perl armhf 0.14-1 [10.1 kB]
11:59:42 #10 16.03 Get:256 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:59:42 #10 16.09 Get:257 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnumber-compare-perl all 0.03-1 [7318 B]
11:59:42 #10 16.10 Get:258 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnumber-range-perl all 0.12-1 [8556 B]
11:59:42 #10 16.17 Get:259 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpackage-stash-xs-perl armhf 0.28-3build2 [14.7 kB]
11:59:42 #10 16.17 Get:260 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
11:59:42 #10 16.17 Get:261 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtext-glob-perl all 0.10-1 [7554 B]
11:59:42 #10 16.17 Get:262 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
11:59:42 #10 16.17 Get:263 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpath-tiny-perl all 0.104-1 [55.3 kB]
11:59:42 #10 16.18 Get:264 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libperlio-gzip-perl armhf 0.19-1build3 [13.3 kB]
11:59:42 #10 16.18 Get:265 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpod-constants-perl all 0.19-1 [16.0 kB]
11:59:42 #10 16.18 Get:266 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
11:59:42 #10 16.24 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:59:42 #10 16.24 Get:268 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libsort-key-perl armhf 1.33-2 [33.6 kB]
11:59:42 #10 16.32 Get:269 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libstring-copyright-perl all 0.003005-1 [10.1 kB]
11:59:42 #10 16.32 Get:270 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
11:59:42 #10 16.32 Get:271 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libtext-levenshtein-perl all 0.13-1 [9612 B]
11:59:42 #10 16.32 Get:272 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libunicode-utf8-perl armhf 0.60-1build4 [17.2 kB]
11:59:42 #10 16.32 Get:273 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:59:42 #10 16.32 Get:274 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:59:42 #10 16.32 Get:275 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
11:59:42 #10 16.32 Get:276 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-libxml-perl armhf 2.0128+dfsg-5 [298 kB]
11:59:42 #10 16.39 Get:277 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-parser-perl armhf 2.44-2build3 [196 kB]
11:59:42 #10 16.40 Get:278 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-sax-expat-perl all 0.40-2 [11.5 kB]
11:59:42 #10 16.46 Get:279 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxml-simple-perl all 2.24-1 [63.6 kB]
11:59:42 #10 16.46 Get:280 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libyaml-libyaml-perl armhf 0.69+repack-1 [24.1 kB]
11:59:42 #10 16.47 Get:281 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf licensecheck all 3.0.31-2 [22.0 kB]
11:59:42 #10 16.47 Get:282 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf patchutils armhf 0.3.4-2 [64.6 kB]
11:59:42 #10 16.47 Get:283 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf t1utils armhf 1.41-2 [48.2 kB]
11:59:42 #10 16.47 Get:284 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf lintian all 2.5.81ubuntu1 [847 kB]
11:59:42 #10 16.52 Get:285 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf manpages-dev all 4.15-1 [2217 kB]
11:59:42 #10 16.63 Get:286 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-certifi all 2018.1.18-2 [144 kB]
11:59:42 #10 16.63 Get:287 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-idna all 2.6-1 [32.5 kB]
11:59:42 #10 16.63 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:59:42 #10 16.64 Get:289 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
11:59:42 #10 16.65 Get:290 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-unidiff all 0.5.4-1 [7140 B]
11:59:42 #10 16.65 Get:291 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
11:59:42 #10 16.65 Get:292 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf unzip armhf 6.0-21ubuntu1.2 [155 kB]
11:59:42 #10 16.65 Get:293 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf wdiff armhf 1.2.2-2 [27.7 kB]
11:59:42 #10 16.65 Get:294 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf equivs all 2.1.0 [19.4 kB]
11:59:42 #10 16.70 Get:295 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:59:42 #10 16.79 Get:296 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-magic all 2:0.4.15-1 [9280 B]
11:59:42 #11 17.12 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libproc-processtable-perl arm64 0.634-1build1 [37.2 kB]
11:59:42 #11 17.13 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre2-9 arm64 20220201+dfsg-1 [153 kB]
11:59:42 #11 17.15 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre-engine-re2-perl arm64 0.14-1build2 [17.9 kB]
11:59:42 #11 17.22 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadonly-perl all 2.050-3 [19.9 kB]
11:59:42 #11 17.22 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
11:59:42 #11 17.22 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-xs-perl arm64 0.117-1build5 [12.4 kB]
11:59:42 #11 17.22 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
11:59:42 #11 17.23 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:59:42 #11 17.23 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules arm64 2.1.27+dfsg2-3ubuntu1.1 [57.1 kB]
11:59:42 #11 17.23 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-decoder-perl arm64 4.023+ds-1 [99.9 kB]
11:59:42 #11 17.24 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-encoder-perl arm64 4.023+ds-1 [103 kB]
11:59:42 #11 17.29 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libset-intspan-perl all 1.19-2 [26.1 kB]
11:59:42 #11 17.29 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsocket6-perl arm64 0.29-1build4 [19.8 kB]
11:59:42 #11 17.32 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-copyright-perl all 0.003012-1 [21.3 kB]
11:59:42 #11 17.32 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:59:42 #11 17.32 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:59:42 #11 17.33 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxs-parse-keyword-perl arm64 0.21-1build1 [50.4 kB]
11:59:42 #11 17.33 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsyntax-keyword-try-perl arm64 0.26-1build1 [26.7 kB]
11:59:42 #11 17.33 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libterm-readkey-perl arm64 2.38-1build4 [24.7 kB]
11:59:42 #11 17.33 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-levenshteinxs-perl arm64 0.03-4build10 [8072 B]
11:59:42 #11 17.37 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-markdown-discount-perl arm64 0.13-1build1 [12.7 kB]
11:59:42 #11 17.41 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-xslate-perl arm64 3.5.9-1build1 [184 kB]
11:59:42 #11 17.42 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-duration-perl all 1.21-1 [13.1 kB]
11:59:42 #11 17.42 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-moment-perl arm64 0.44-1build6 [75.4 kB]
11:59:42 #11 17.42 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-xs-perl arm64 0.022-1build2 [25.3 kB]
11:59:42 #10 12.29 Get:186 http://deb.debian.org/debian-security buster/updates/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u4 [297 kB]
11:59:42 #10 12.30 Get:187 http://deb.debian.org/debian buster/main armhf libpcre2-8-0 armhf 10.32-5 [190 kB]
11:59:42 #10 12.30 Get:188 http://deb.debian.org/debian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
11:59:42 #10 12.31 Get:189 http://deb.debian.org/debian-security buster/updates/main armhf git-man all 1:2.20.1-2+deb10u7 [1623 kB]
11:59:42 #10 12.34 Get:190 http://deb.debian.org/debian-security buster/updates/main armhf git armhf 1:2.20.1-2+deb10u7 [4554 kB]
11:59:42 #11 26.64 Selecting previously unselected package libctf-nobfd0:amd64.
11:59:42 #11 26.64 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1.4_amd64.deb ...
11:59:42 #11 26.64 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.4) ...
11:59:42 #11 26.68 Selecting previously unselected package libctf0:amd64.
11:59:42 #11 26.68 Preparing to unpack .../072-libctf0_2.34-6ubuntu1.4_amd64.deb ...
11:59:42 #11 26.68 Unpacking libctf0:amd64 (2.34-6ubuntu1.4) ...
11:59:42 #11 26.71 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:59:42 #11 26.71 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1.4_amd64.deb ...
11:59:42 #11 26.72 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.4) ...
11:59:42 #10 25.25 Selecting previously unselected package libitm1:amd64.
11:59:42 #10 25.26 Preparing to unpack .../051-libitm1_12.2.0-14_amd64.deb ...
11:59:42 #10 25.27 Unpacking libitm1:amd64 (12.2.0-14) ...
11:59:42 #10 25.53 Selecting previously unselected package libatomic1:amd64.
11:59:42 #10 25.53 Preparing to unpack .../052-libatomic1_12.2.0-14_amd64.deb ...
11:59:42 #10 4.912 Building dependency tree...
11:59:42 #10 5.096 Reading state information...
11:59:42 #10 26.84 Preparing to unpack .../123-libparams-classify-perl_0.015-2+b1_arm64.deb ...
11:59:42 #10 26.85 Unpacking libparams-classify-perl:arm64 (0.015-2+b1) ...
11:59:42 #10 26.88 Selecting previously unselected package libmodule-runtime-perl.
11:59:42 #10 26.88 Preparing to unpack .../124-libmodule-runtime-perl_0.016-2_all.deb ...
11:59:42 #10 26.89 Unpacking libmodule-runtime-perl (0.016-2) ...
11:59:42 #10 26.92 Selecting previously unselected package libimport-into-perl.
11:59:42 #10 26.92 Preparing to unpack .../125-libimport-into-perl_1.002005-2_all.deb ...
11:59:42 #10 26.92 Unpacking libimport-into-perl (1.002005-2) ...
11:59:42 #10 26.95 Selecting previously unselected package librole-tiny-perl.
11:59:42 #10 26.95 Preparing to unpack .../126-librole-tiny-perl_2.002004-1_all.deb ...
11:59:42 #10 26.96 Unpacking librole-tiny-perl (2.002004-1) ...
11:59:42 #10 26.98 Selecting previously unselected package libsub-quote-perl.
11:59:42 #10 26.99 Preparing to unpack .../127-libsub-quote-perl_2.006008-1_all.deb ...
11:59:42 #10 26.99 Unpacking libsub-quote-perl (2.006008-1) ...
11:59:42 #10 27.02 Selecting previously unselected package libmoo-perl.
11:59:42 #10 27.02 Preparing to unpack .../128-libmoo-perl_2.005005-1_all.deb ...
11:59:42 #10 27.02 Unpacking libmoo-perl (2.005005-1) ...
11:59:42 #10 27.06 Selecting previously unselected package libencode-locale-perl.
11:59:42 #10 26.45 Selecting previously unselected package libheimbase1-heimdal:arm64.
11:59:42 #10 26.45 Preparing to unpack .../089-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
11:59:42 #10 26.45 Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:42 #10 26.49 Selecting previously unselected package libhcrypto4-heimdal:arm64.
11:59:42 #10 26.50 Preparing to unpack .../090-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
11:59:42 #10 26.50 Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:42 #10 26.54 Selecting previously unselected package libwind0-heimdal:arm64.
11:59:42 #10 26.54 Preparing to unpack .../091-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
11:59:42 #10 26.55 Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:42 #10 26.59 Selecting previously unselected package libhx509-5-heimdal:arm64.
11:59:42 #10 26.59 Preparing to unpack .../092-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
11:59:42 #10 26.59 Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:42 #10 26.64 Selecting previously unselected package libkrb5-26-heimdal:arm64.
11:59:42 #10 26.64 Preparing to unpack .../093-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
11:59:42 #10 26.65 Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:42 #10 26.69 Selecting previously unselected package libheimntlm0-heimdal:arm64.
11:59:42 #11 25.79 Preparing to unpack .../117-libstdc++-12-dev_12.2.0-3ubuntu1_amd64.deb ...
11:59:42 #11 25.79 Unpacking libstdc++-12-dev:amd64 (12.2.0-3ubuntu1) ...
11:59:42 #11 25.96 Selecting previously unselected package g++-12.
11:59:42 #11 25.96 Preparing to unpack .../118-g++-12_12.2.0-3ubuntu1_amd64.deb ...
11:59:42 #11 25.97 Unpacking g++-12 (12.2.0-3ubuntu1) ...
11:59:42 #13 79.85   Verifying  : git-1.8.3.1-23.el7_8.aarch64                               57/65 
11:59:42 #13 79.86   Verifying  : perl-Data-Dumper-2.145-3.el7.aarch64                       58/65 
11:59:42 #13 79.87   Verifying  : glibc-static-2.17-326.el7_9.aarch64                        59/65 
11:59:42 #13 79.88   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.aarch64                60/65 
11:59:42 #13 79.88   Verifying  : systemd-219-78.el7.aarch64                                 61/65 
11:59:42 #13 79.88   Verifying  : 7:device-mapper-1.02.170-6.el7.aarch64                     62/65 
11:59:42 #13 79.89   Verifying  : systemd-libs-219-78.el7.aarch64                            63/65 
11:59:42 #13 79.89   Verifying  : glibc-2.17-317.el7.aarch64                                 64/65 
11:59:42 #13 79.89   Verifying  : glibc-common-2.17-317.el7.aarch64                          65/65 
11:59:42 #13 79.95 
11:59:42 #13 79.95 Installed:
11:59:42 #13 79.95   cmake.aarch64 0:2.8.12.2-2.el7                                                
11:59:42 #13 79.95   device-mapper-devel.aarch64 7:1.02.170-6.el7_9.5                              
11:59:42 #13 79.95   gcc.aarch64 0:4.8.5-44.el7                                                    
11:59:42 #13 79.95   git.aarch64 0:1.8.3.1-23.el7_8                                                
11:59:42 #13 79.95   glibc-static.aarch64 0:2.17-326.el7_9                                         
11:59:42 #13 79.95   libarchive.aarch64 0:3.1.2-14.el7_7                                           
11:59:42 #13 79.95   libseccomp-devel.aarch64 0:2.3.1-4.el7                                        
11:59:42 #13 79.95   libselinux-devel.aarch64 0:2.5-15.el7                                         
11:59:42 #13 79.95   libtool.aarch64 0:2.4.2-22.el7_3                                              
11:59:42 #13 79.95   libtool-ltdl-devel.aarch64 0:2.4.2-22.el7_3                                   
11:59:42 #13 79.95   make.aarch64 1:3.82-24.el7                                                    
11:59:42 #13 79.95   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
11:59:42 #13 79.95   systemd-devel.aarch64 0:219-78.el7_9.7                                        
11:59:42 #13 79.95   which.aarch64 0:2.20-7.el7                                                    
11:59:42 #13 79.95 
11:59:42 #13 79.95 Dependency Installed:
11:59:42 #13 79.95   audit-libs-python.aarch64 0:2.8.5-4.el7                                       
11:59:42 #13 79.95   autoconf.noarch 0:2.69-11.el7                                                 
11:59:42 #13 79.95   automake.noarch 0:1.13.4-3.el7                                                
11:59:42 #13 79.95   checkpolicy.aarch64 0:2.5-8.el7                                               
11:59:42 #13 79.95   cpp.aarch64 0:4.8.5-44.el7                                                    
11:59:42 #13 79.95   fipscheck.aarch64 0:1.4.1-6.el7                                               
11:59:42 #13 79.95   fipscheck-lib.aarch64 0:1.4.1-6.el7                                           
11:59:42 #13 79.95   glibc-devel.aarch64 0:2.17-326.el7_9                                          
11:59:42 #13 79.95   glibc-headers.aarch64 0:2.17-326.el7_9                                        
11:59:42 #13 79.95   kernel-headers.aarch64 0:4.18.0-348.20.1.el7                                  
11:59:42 #13 79.95   less.aarch64 0:458-9.el7                                                      
11:59:42 #13 79.95   libcgroup.aarch64 0:0.41-21.el7                                               
11:59:42 #13 79.95   libedit.aarch64 0:3.0-12.20121213cvs.el7                                      
11:59:42 #13 79.95   libgomp.aarch64 0:4.8.5-44.el7                                                
11:59:42 #13 79.95   libmpc.aarch64 0:1.0.1-3.el7                                                  
11:59:42 #13 79.95   libseccomp.aarch64 0:2.3.1-4.el7                                              
11:59:42 #13 79.95   libselinux-python.aarch64 0:2.5-15.el7                                        
11:59:42 #13 79.95   libselinux-utils.aarch64 0:2.5-15.el7                                         
11:59:42 #13 79.95   libsemanage-python.aarch64 0:2.5-14.el7                                       
11:59:42 #13 79.95   libsepol-devel.aarch64 0:2.5-10.el7                                           
11:59:42 #13 79.95   libtool-ltdl.aarch64 0:2.4.2-22.el7_3                                         
11:59:42 #13 79.95   lzo.aarch64 0:2.06-8.el7                                                      
11:59:42 #13 79.95   m4.aarch64 0:1.4.16-10.el7                                                    
11:59:42 #13 79.95   mpfr.aarch64 0:3.1.1-4.el7                                                    
11:59:42 #13 79.95   openssh.aarch64 0:7.4p1-22.el7_9                                              
11:59:42 #13 79.95   openssh-clients.aarch64 0:7.4p1-22.el7_9                                      
11:59:42 #13 79.95   pcre-devel.aarch64 0:8.32-17.el7                                              
11:59:42 #13 79.95   perl-Data-Dumper.aarch64 0:2.145-3.el7                                        
11:59:42 #13 79.95   perl-Error.noarch 1:0.17020-2.el7                                             
11:59:42 #13 79.95   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
11:59:42 #13 79.95   perl-TermReadKey.aarch64 0:2.30-20.el7                                        
11:59:42 #13 79.95   perl-Test-Harness.noarch 0:3.28-3.el7                                         
11:59:42 #13 79.95   policycoreutils.aarch64 0:2.5-34.el7                                          
11:59:42 #13 79.95   policycoreutils-devel.aarch64 0:2.5-34.el7                                    
11:59:42 #13 79.95   policycoreutils-python.aarch64 0:2.5-34.el7                                   
11:59:42 #13 79.95   python-IPy.noarch 0:0.75-6.el7                                                
11:59:42 #13 79.95   rsync.aarch64 0:3.1.2-12.el7_9                                                
11:59:42 #13 79.95   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
11:59:42 #13 79.95   setools-libs.aarch64 0:3.3.8-4.el7                                            
11:59:42 #13 79.95 
11:59:42 #13 79.95 Dependency Updated:
11:59:42 #13 79.95   device-mapper.aarch64 7:1.02.170-6.el7_9.5                                    
11:59:42 #13 79.95   device-mapper-libs.aarch64 7:1.02.170-6.el7_9.5                               
11:59:42 #13 79.95   glibc.aarch64 0:2.17-326.el7_9                                                
11:59:42 #13 79.95   glibc-common.aarch64 0:2.17-326.el7_9                                         
11:59:42 #13 79.95   systemd.aarch64 0:219-78.el7_9.7                                              
11:59:42 #13 79.95   systemd-libs.aarch64 0:219-78.el7_9.7                                         
11:59:42 #13 79.95 
11:59:42 #13 79.95 Complete!
11:59:43 #10 26.54 Preparing to unpack .../096-gpg_2.2.12-1+deb10u2_arm64.deb ...
11:59:43 #10 26.55 Unpacking gpg (2.2.12-1+deb10u2) ...
11:59:43 #10 26.63 Selecting previously unselected package pinentry-curses.
11:59:43 #10 26.63 Preparing to unpack .../097-pinentry-curses_1.1.0-2_arm64.deb ...
11:59:43 #10 26.64 Unpacking pinentry-curses (1.1.0-2) ...
11:59:43 #10 26.68 Selecting previously unselected package gpg-agent.
11:59:43 #10 26.69 Preparing to unpack .../098-gpg-agent_2.2.12-1+deb10u2_arm64.deb ...
11:59:43 #10 26.70 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
11:59:43 #10 26.75 Selecting previously unselected package gpg-wks-client.
11:59:43 #10 26.76 Preparing to unpack .../099-gpg-wks-client_2.2.12-1+deb10u2_arm64.deb ...
11:59:43 #10 26.76 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
11:59:43 #10 26.81 Selecting previously unselected package gpg-wks-server.
11:59:43 #10 24.91 Selecting previously unselected package cpp.
11:59:43 #10 24.92 Preparing to unpack .../042-cpp_4%3a10.2.1-1_amd64.deb ...
11:59:43 #10 24.94 Unpacking cpp (4:10.2.1-1) ...
11:59:43 #10 25.12 Selecting previously unselected package libcc1-0:amd64.
11:59:43 #10 25.12 Preparing to unpack .../043-libcc1-0_10.2.1-6_amd64.deb ...
11:59:43 #10 25.17 Unpacking libcc1-0:amd64 (10.2.1-6) ...
11:59:43 #10 25.27 Selecting previously unselected package libgomp1:amd64.
11:59:43 #11 25.76 Preparing to unpack .../118-gettext_0.21-4ubuntu4_amd64.deb ...
11:59:43 #11 25.77 Unpacking gettext (0.21-4ubuntu4) ...
11:59:43 #11 25.81 Selecting previously unselected package intltool-debian.
11:59:43 #11 25.82 Preparing to unpack .../119-intltool-debian_0.35.0+20060710.5_all.deb ...
11:59:43 #11 25.82 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:59:43 #11 25.85 Selecting previously unselected package po-debconf.
11:59:43 #11 25.85 Preparing to unpack .../120-po-debconf_1.0.21+nmu1_all.deb ...
11:59:43 #11 25.85 Unpacking po-debconf (1.0.21+nmu1) ...
11:59:43 #11 25.90 Selecting previously unselected package debhelper.
11:59:43 #11 25.90 Preparing to unpack .../121-debhelper_13.6ubuntu1_all.deb ...
11:59:43 #11 25.90 Unpacking debhelper (13.6ubuntu1) ...
11:59:43 #11 25.96 Selecting previously unselected package libfakeroot:amd64.
11:59:43 #11 25.96 Preparing to unpack .../122-libfakeroot_1.28-1ubuntu1_amd64.deb ...
11:59:43 #11 25.96 Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ...
11:59:43 #11 25.99 Selecting previously unselected package fakeroot.
11:59:43 #11 26.00 Preparing to unpack .../123-fakeroot_1.28-1ubuntu1_amd64.deb ...
11:59:43 #10 27.30 Selecting previously unselected package cpp.
11:59:43 #10 24.90 Preparing to unpack .../104-gnupg_2.2.27-2+deb11u2_all.deb ...
11:59:43 #10 24.90 Unpacking gnupg (2.2.27-2+deb11u2) ...
11:59:43 #10 24.95 Selecting previously unselected package libfile-dirlist-perl.
11:59:43 #10 24.95 Preparing to unpack .../105-libfile-dirlist-perl_0.05-2_all.deb ...
11:59:43 #10 24.96 Unpacking libfile-dirlist-perl (0.05-2) ...
11:59:43 #10 24.99 Selecting previously unselected package libfile-which-perl.
11:59:43 #10 24.99 Preparing to unpack .../106-libfile-which-perl_1.23-1_all.deb ...
11:59:43 #10 24.99 Unpacking libfile-which-perl (1.23-1) ...
11:59:43 #10 25.03 Selecting previously unselected package libfile-homedir-perl.
11:59:43 #10 25.03 Preparing to unpack .../107-libfile-homedir-perl_1.006-1_all.deb ...
11:59:43 #10 25.03 Unpacking libfile-homedir-perl (1.006-1) ...
11:59:43 #10 25.06 Selecting previously unselected package libfile-touch-perl.
11:59:43 #10 25.07 Preparing to unpack .../108-libfile-touch-perl_0.11-1_all.deb ...
11:59:43 #10 25.07 Unpacking libfile-touch-perl (0.11-1) ...
11:59:43 #10 25.10 Selecting previously unselected package libio-pty-perl.
11:59:43 #10 25.10 Preparing to unpack .../109-libio-pty-perl_1%3a1.15-2_arm64.deb ...
11:59:43 #10 25.10 Unpacking libio-pty-perl (1:1.15-2) ...
11:59:43 #10 25.13 Selecting previously unselected package libipc-run-perl.
11:59:43 #10 25.14 Preparing to unpack .../110-libipc-run-perl_20200505.0-1_all.deb ...
11:59:43 #10 25.14 Unpacking libipc-run-perl (20200505.0-1) ...
11:59:43 #10 25.18 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:43 #10 25.18 Preparing to unpack .../111-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:59:43 #10 25.18 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:59:43 #10 25.21 Selecting previously unselected package libb-hooks-op-check-perl.
11:59:43 #10 25.21 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b3_arm64.deb ...
11:59:43 #10 25.22 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
11:59:43 #10 25.25 Selecting previously unselected package libdynaloader-functions-perl.
11:59:43 #10 29.61 Preparing to unpack .../073-curl_7.64.0-4+deb10u4_amd64.deb ...
11:59:43 #10 29.61 Unpacking curl (7.64.0-4+deb10u4) ...
11:59:43 #10 29.67 Selecting previously unselected package dctrl-tools.
11:59:43 #10 29.67 Preparing to unpack .../074-dctrl-tools_2.24-3_amd64.deb ...
11:59:43 #10 29.68 Unpacking dctrl-tools (2.24-3) ...
11:59:43 #10 29.72 Selecting previously unselected package libtool.
11:59:43 #10 29.72 Preparing to unpack .../075-libtool_2.4.6-9_all.deb ...
11:59:43 #10 29.73 Unpacking libtool (2.4.6-9) ...
11:59:43 #10 29.78 Selecting previously unselected package dh-autoreconf.
11:59:43 #10 29.79 Preparing to unpack .../076-dh-autoreconf_19_all.deb ...
11:59:43 #10 29.79 Unpacking dh-autoreconf (19) ...
11:59:43 #10 29.82 Selecting previously unselected package libarchive-zip-perl.
11:59:43 #10 17.01 debconf: delaying package configuration, since apt-utils is not installed
11:59:43 #10 17.05 Fetched 84.7 MB in 9s (9813 kB/s)
11:59:43 #10 17.13 Selecting previously unselected package liblocale-gettext-perl.
11:59:43 #10 17.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 ... 4045 files and directories currently installed.)
11:59:43 #10 17.13 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_armhf.deb ...
11:59:43 #10 17.13 Unpacking liblocale-gettext-perl (1.07-3build2) ...
11:59:43 #10 17.19 Selecting previously unselected package libssl1.1:armhf.
11:59:43 #10 17.19 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.20_armhf.deb ...
11:59:43 #11 17.42 Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunicode-utf8-perl arm64 0.62-1build4 [18.5 kB]
11:59:43 #11 17.43 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
11:59:43 #11 17.43 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
11:59:43 #11 17.43 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:59:43 #11 17.44 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1 [321 kB]
11:59:43 #11 17.51 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-parser-perl arm64 2.46-3build1 [211 kB]
11:59:43 #11 17.53 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:59:43 #11 17.53 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-libyaml-perl arm64 0.83+ds-1build1 [28.7 kB]
11:59:43 #11 17.53 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 licensecheck all 3.2.14-2 [40.9 kB]
11:59:43 #11 17.53 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-size-perl arm64 0.83-1build4 [20.4 kB]
11:59:43 #11 17.53 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run3-perl all 0.048-2 [31.4 kB]
11:59:43 #11 17.53 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lzip arm64 1.23-1 [80.5 kB]
11:59:43 #11 17.54 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lzop arm64 1.04-2build2 [84.0 kB]
11:59:43 #11 17.54 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 t1utils arm64 1.41-4build2 [61.5 kB]
11:59:43 #11 17.59 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 unzip arm64 6.0-26ubuntu3.1 [171 kB]
11:59:43 #11 17.66 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 lintian all 2.114.0ubuntu1.2 [1082 kB]
11:59:43 #10 12.50 Get:191 http://deb.debian.org/debian buster/main armhf libgc1c2 armhf 1:7.6.4-0.4 [212 kB]
11:59:43 #10 12.54 Get:192 http://deb.debian.org/debian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
11:59:43 #10 12.54 Get:193 http://deb.debian.org/debian buster/main armhf guile-2.2-libs armhf 2.2.4+1-2+deb10u1 [4920 kB]
11:59:43 #10 12.70 Get:194 http://deb.debian.org/debian buster/main armhf iso-codes all 4.2-1 [2713 kB]
11:59:43 #11 26.92 Selecting previously unselected package binutils.
11:59:43 #11 26.92 Preparing to unpack .../074-binutils_2.34-6ubuntu1.4_amd64.deb ...
11:59:43 #11 26.92 Unpacking binutils (2.34-6ubuntu1.4) ...
11:59:43 #11 26.95 Selecting previously unselected package libc-dev-bin.
11:59:43 #11 26.95 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9.9_amd64.deb ...
11:59:43 #11 26.96 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
11:59:43 #11 26.99 Selecting previously unselected package linux-libc-dev:amd64.
11:59:43 #11 26.99 Preparing to unpack .../076-linux-libc-dev_5.4.0-137.154_amd64.deb ...
11:59:43 #11 27.00 Unpacking linux-libc-dev:amd64 (5.4.0-137.154) ...
11:59:43 #10 25.54 Unpacking libatomic1:amd64 (12.2.0-14) ...
11:59:43 #10 27.06 Preparing to unpack .../129-libencode-locale-perl_1.05-3_all.deb ...
11:59:43 #10 27.06 Unpacking libencode-locale-perl (1.05-3) ...
11:59:43 #10 27.09 Selecting previously unselected package libtimedate-perl.
11:59:43 #10 27.10 Preparing to unpack .../130-libtimedate-perl_2.3300-2_all.deb ...
11:59:43 #10 27.10 Unpacking libtimedate-perl (2.3300-2) ...
11:59:43 #10 27.14 Selecting previously unselected package libhttp-date-perl.
11:59:43 #10 27.14 Preparing to unpack .../131-libhttp-date-perl_6.05-2_all.deb ...
11:59:43 #10 27.14 Unpacking libhttp-date-perl (6.05-2) ...
11:59:43 #10 27.17 Selecting previously unselected package libfile-listing-perl.
11:59:43 #10 27.18 Preparing to unpack .../132-libfile-listing-perl_6.15-1_all.deb ...
11:59:43 #10 27.18 Unpacking libfile-listing-perl (6.15-1) ...
11:59:43 #10 27.21 Selecting previously unselected package libhtml-tagset-perl.
11:59:43 #10 27.21 Preparing to unpack .../133-libhtml-tagset-perl_3.20-6_all.deb ...
11:59:43 #10 27.21 Unpacking libhtml-tagset-perl (3.20-6) ...
11:59:43 #10 27.24 Selecting previously unselected package libregexp-ipv6-perl.
11:59:43 #10 27.24 Preparing to unpack .../134-libregexp-ipv6-perl_0.03-3_all.deb ...
11:59:43 #10 27.25 Unpacking libregexp-ipv6-perl (0.03-3) ...
11:59:43 #10 27.28 Selecting previously unselected package liburi-perl.
11:59:43 #10 27.28 Preparing to unpack .../135-liburi-perl_5.17-1_all.deb ...
11:59:43 #10 27.28 Unpacking liburi-perl (5.17-1) ...
11:59:43 #10 27.38 Selecting previously unselected package libhtml-parser-perl:arm64.
11:59:43 #11 24.67 Selecting previously unselected package cpp.
11:59:43 #11 24.67 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_arm64.deb ...
11:59:43 #11 24.67 Unpacking cpp (4:9.3.0-1ubuntu2) ...
11:59:43 #11 24.72 Selecting previously unselected package libcc1-0:arm64.
11:59:43 #11 24.73 Preparing to unpack .../084-libcc1-0_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:59:43 #11 24.73 Unpacking libcc1-0:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:43 #11 24.77 Selecting previously unselected package libgomp1:arm64.
11:59:43 #11 24.77 Preparing to unpack .../085-libgomp1_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:59:43 #11 24.77 Unpacking libgomp1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:43 #11 24.83 Selecting previously unselected package libitm1:arm64.
11:59:43 #11 23.20 Selecting previously unselected package perl.
11:59:43 #11 23.20 Preparing to unpack .../015-perl_5.34.0-5ubuntu1.1_arm64.deb ...
11:59:43 #11 23.21 Unpacking perl (5.34.0-5ubuntu1.1) ...
11:59:43 #11 23.29 Selecting previously unselected package openssl.
11:59:43 #11 23.29 Preparing to unpack .../016-openssl_3.0.5-2ubuntu2_arm64.deb ...
11:59:43 #11 23.30 Unpacking openssl (3.0.5-2ubuntu2) ...
11:59:43 #11 23.38 Selecting previously unselected package ca-certificates.
11:59:43 #11 23.38 Preparing to unpack .../017-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
11:59:43 #11 23.38 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
11:59:43 #11 23.45 Selecting previously unselected package libdbus-1-3:arm64.
11:59:43 #11 23.45 Preparing to unpack .../018-libdbus-1-3_1.14.0-2ubuntu3_arm64.deb ...
11:59:43 #11 23.45 Unpacking libdbus-1-3:arm64 (1.14.0-2ubuntu3) ...
11:59:43 #11 23.49 Selecting previously unselected package dbus-bin.
11:59:43 #11 23.49 Preparing to unpack .../019-dbus-bin_1.14.0-2ubuntu3_arm64.deb ...
11:59:43 #11 23.49 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
11:59:43 #11 23.54 Selecting previously unselected package dbus-session-bus-common.
11:59:43 #11 23.54 Preparing to unpack .../020-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
11:59:43 #11 23.55 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:59:43 #10 26.70 Preparing to unpack .../094-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
11:59:43 #10 26.70 Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:43 #10 26.74 Selecting previously unselected package libgssapi3-heimdal:arm64.
11:59:43 #10 26.74 Preparing to unpack .../095-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
11:59:43 #10 26.74 Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:43 #10 26.78 Selecting previously unselected package libsasl2-modules-db:arm64.
11:59:43 #10 26.78 Preparing to unpack .../096-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
11:59:43 #10 26.79 Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:59:43 #10 26.83 Selecting previously unselected package libsasl2-2:arm64.
11:59:43 #10 26.83 Preparing to unpack .../097-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
11:59:43 #10 26.83 Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:59:43 #10 26.90 Selecting previously unselected package libldap-common.
11:59:43 #10 26.90 Preparing to unpack .../098-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
11:59:43 #10 26.90 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:59:43 #10 26.94 Selecting previously unselected package libldap-2.4-2:arm64.
11:59:43 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.2s done
11:59:43 #11 26.16 Selecting previously unselected package g++.
11:59:43 #11 26.16 Preparing to unpack .../119-g++_4%3a12.2.0-1ubuntu1_amd64.deb ...
11:59:43 #11 26.16 Unpacking g++ (4:12.2.0-1ubuntu1) ...
11:59:43 #11 26.19 Selecting previously unselected package make.
11:59:43 #11 26.19 Preparing to unpack .../120-make_4.3-4.1build1_amd64.deb ...
11:59:43 #11 26.20 Unpacking make (4.3-4.1build1) ...
11:59:43 #11 26.22 Selecting previously unselected package libdpkg-perl.
11:59:43 #11 26.22 Preparing to unpack .../121-libdpkg-perl_1.21.9ubuntu1_all.deb ...
11:59:43 #11 26.23 Unpacking libdpkg-perl (1.21.9ubuntu1) ...
11:59:43 #11 26.27 Selecting previously unselected package bzip2.
11:59:43 #11 26.27 Preparing to unpack .../122-bzip2_1.0.8-5build1_amd64.deb ...
11:59:43 #11 26.27 Unpacking bzip2 (1.0.8-5build1) ...
11:59:43 #11 26.30 Selecting previously unselected package patch.
11:59:43 #11 26.30 Preparing to unpack .../123-patch_2.7.6-7build2_amd64.deb ...
11:59:43 #11 26.31 Unpacking patch (2.7.6-7build2) ...
11:59:43 #11 26.33 Selecting previously unselected package lto-disabled-list.
11:59:43 #11 26.33 Preparing to unpack .../124-lto-disabled-list_35_all.deb ...
11:59:43 #11 26.34 Unpacking lto-disabled-list (35) ...
11:59:43 #11 26.37 Selecting previously unselected package dpkg-dev.
11:59:43 #11 26.37 Preparing to unpack .../125-dpkg-dev_1.21.9ubuntu1_all.deb ...
11:59:43 #11 26.37 Unpacking dpkg-dev (1.21.9ubuntu1) ...
11:59:43 #11 26.41 Selecting previously unselected package build-essential.
11:59:43 #13 80.14 Loaded plugins: fastestmirror, ovl
11:59:43 #13 80.20 Enabling base-source repository
11:59:43 #13 80.20 Enabling extras-source repository
11:59:43 #13 80.20 Enabling updates-source repository
11:59:43 #13 80.20 Loading mirror speeds from cached hostfile
11:59:43 #13 80.20  * base: download.cf.centos.org
11:59:43 #13 80.20  * extras: download.cf.centos.org
11:59:43 #13 80.20  * updates: download.cf.centos.org
11:59:43 #13 80.22 Checking for new repos for mirrors
11:59:43 #13 80.28 Getting requirements for /root/rpmbuild/SPECS/docker-buildx-plugin.spec
11:59:43 #13 80.28  --> Already installed : bash-4.2.46-34.el7.aarch64
11:59:43 #13 80.29 No uninstalled build requires
11:59:43 
11:59:43 #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:59:43 #10 26.81 Preparing to unpack .../100-gpg-wks-server_2.2.12-1+deb10u2_arm64.deb ...
11:59:43 #10 26.82 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
11:59:43 #10 26.91 Selecting previously unselected package gpgsm.
11:59:43 #10 26.91 Preparing to unpack .../101-gpgsm_2.2.12-1+deb10u2_arm64.deb ...
11:59:43 #10 26.93 Unpacking gpgsm (2.2.12-1+deb10u2) ...
11:59:43 #10 26.98 Selecting previously unselected package gnupg.
11:59:43 #10 26.98 Preparing to unpack .../102-gnupg_2.2.12-1+deb10u2_all.deb ...
11:59:43 #10 26.98 Unpacking gnupg (2.2.12-1+deb10u2) ...
11:59:43 #10 27.05 Selecting previously unselected package libfile-which-perl.
11:59:43 #10 25.28 Preparing to unpack .../044-libgomp1_10.2.1-6_amd64.deb ...
11:59:43 #10 25.30 Unpacking libgomp1:amd64 (10.2.1-6) ...
11:59:43 #7 ...
11:59:43 
11:59:43 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:43 #0 1.906 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
11:59:43 #0 2.348 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
11:59:43 #0 2.444 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
11:59:43 #0 2.548 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
11:59:43 #0 2.647 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/multiverse armhf Packages [141 kB]
11:59:43 #0 2.688 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf Packages [1227 kB]
11:59:43 #0 2.850 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/restricted armhf Packages [10.8 kB]
11:59:43 #0 2.850 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages [10.9 MB]
11:59:43 #0 3.517 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted armhf Packages [17.6 kB]
11:59:43 #0 3.517 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages [1054 kB]
11:59:43 #0 3.517 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse armhf Packages [9590 B]
11:59:43 #0 3.517 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf Packages [1524 kB]
11:59:43 #0 3.536 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe armhf Packages [27.8 kB]
11:59:43 #0 3.536 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/main armhf Packages [54.7 kB]
11:59:43 #0 3.601 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted armhf Packages [17.3 kB]
11:59:43 #0 3.601 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages [760 kB]
11:59:43 #0 3.632 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf Packages [1156 kB]
11:59:43 #0 3.734 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse armhf Packages [4735 B]
11:59:43 #0 4.450 Fetched 17.6 MB in 3s (5985 kB/s)
11:59:43 #0 4.450 Reading package lists...
11:59:43 #0 5.615 Reading package lists...
11:59:43 #0 6.697 Building dependency tree...
11:59:43 #0 6.904 Reading state information...
11:59:43 #0 7.248 The following additional packages will be installed:
11:59:43 #0 7.248   at autoconf automake autopoint autotools-dev binutils
11:59:43 #0 7.248   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:59:43 #0 7.248   ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf
11:59:43 #0 7.248   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:59:43 #0 7.248   fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man
11:59:43 #0 7.248   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:59:43 #0 7.248   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:59:43 #0 7.248   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:43 #0 7.248   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:43 #0 7.248   libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0
11:59:43 #0 7.248   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:59:43 #0 7.248   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:43 #0 7.248   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:59:43 #0 7.248   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:43 #0 7.248   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:59:43 #0 7.248   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:59:43 #0 7.248   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:59:43 #0 7.248   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:59:43 #0 7.248   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:59:43 #0 7.248   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:59:43 #0 7.248   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:59:43 #0 7.248   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:59:43 #0 7.248   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:43 #0 7.248   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:43 #0 7.248   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:59:43 #0 7.248   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:59:43 #0 7.248   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:59:43 #0 7.248   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:59:43 #0 7.248   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:59:43 #0 7.248   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:59:43 #0 7.248   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:43 #0 7.248   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:43 #0 7.248   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:43 #0 7.248   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:59:43 #0 7.248   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:59:43 #0 7.248   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:59:43 #0 7.248   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:59:43 #0 7.248   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:59:43 #0 7.248   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:59:43 #0 7.248   libldap-common liblinux-epoll-perl liblist-compare-perl
11:59:43 #0 7.248   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:43 #0 7.248   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:59:43 #0 7.248   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:59:43 #0 7.248   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
11:59:43 #0 7.248   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
11:59:43 #0 7.248   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
11:59:43 #0 7.248   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:59:43 #0 7.248   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:59:43 #0 7.248   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:59:43 #0 7.248   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:59:43 #0 7.248   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:43 #0 7.248   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:59:43 #0 7.248   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:59:43 #0 7.248   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:59:43 #0 7.248   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
11:59:43 #0 7.248   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:43 #0 7.248   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:59:43 #0 7.248   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:43 #0 7.248   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:59:43 #0 7.248   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:59:43 #0 7.248   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:59:43 #0 7.248   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:59:43 #0 7.248   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:59:43 #0 7.248   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:43 #0 7.248   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:59:43 #0 7.248   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:59:43 #0 7.248   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
11:59:43 #0 7.248   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:43 #0 7.248   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:59:43 #0 7.248   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:59:43 #0 7.248   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:59:43 #0 7.248   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:59:43 #0 7.248   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:59:43 #0 7.248   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:59:43 #0 7.248   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:59:43 #0 7.248   openssh-client openssl patch patchutils perl perl-modules-5.30
11:59:43 #0 7.248   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:59:43 #0 7.248   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:43 #0 7.248   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:59:43 #0 7.248   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:43 #0 7.248   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:59:43 #0 7.248   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:59:43 #0 7.248   xz-utils
11:59:43 #0 7.248 Suggested packages:
11:59:43 #0 7.248   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:59:43 #0 7.248   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:59:43 #0 7.248   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
11:59:43 #0 7.248   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
11:59:43 #0 7.248   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:59:43 #0 7.248   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:43 #0 7.248   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:59:43 #0 7.248   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:59:43 #0 7.248   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:59:43 #0 7.248   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
11:59:43 #0 7.248   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
11:59:43 #0 7.248   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:59:43 #0 7.248   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
11:59:43 #0 7.248   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
11:59:43 #0 7.248   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
11:59:43 #0 7.248   libscalar-number-perl libsasl2-modules-gssapi-mit
11:59:43 #0 7.248   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:43 #0 7.248   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
11:59:43 #0 7.248   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:59:43 #0 7.248   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:59:43 #0 7.248   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:43 #0 7.248   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:59:43 #0 7.248   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:59:43 #0 7.248   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
11:59:43 #0 7.248   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
11:59:43 #0 7.248   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:59:43 #0 7.248   python3-cryptography python3-openssl python3-socks python3.8-venv
11:59:43 #0 7.248   python3.8-doc binfmt-support readline-doc zip wdiff-doc
11:59:43 #0 7.773 The following NEW packages will be installed:
11:59:43 #0 7.780   at autoconf automake autopoint autotools-dev binutils
11:59:43 #0 7.780   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:59:43 #0 7.780   ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts
11:59:43 #0 7.780   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:43 #0 7.780   dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base
11:59:43 #0 7.780   gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:59:43 #0 7.780   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
11:59:43 #0 7.780   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:43 #0 7.780   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
11:59:43 #0 7.780   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
11:59:43 #0 7.780   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:59:43 #0 7.780   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:43 #0 7.780   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:59:43 #0 7.780   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:43 #0 7.780   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:59:43 #0 7.780   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:59:43 #0 7.780   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:59:43 #0 7.780   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:59:43 #0 7.780   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:59:43 #0 7.780   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:59:43 #0 7.780   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:59:43 #0 7.780   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:59:43 #0 7.780   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:43 #0 7.780   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:43 #0 7.780   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:59:43 #0 7.780   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:59:43 #0 7.780   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:59:43 #0 7.780   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:59:43 #0 7.780   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:59:43 #0 7.780   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:59:43 #0 7.780   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:43 #0 7.780   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:43 #0 7.780   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:43 #0 7.780   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:59:43 #0 7.780   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:59:43 #0 7.780   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:59:43 #0 7.780   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:59:43 #0 7.780   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:59:43 #0 7.780   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:59:43 #0 7.780   libldap-common liblinux-epoll-perl liblist-compare-perl
11:59:43 #0 7.780   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:43 #0 7.780   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:59:43 #0 7.780   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:59:43 #0 7.780   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
11:59:43 #0 7.780   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
11:59:43 #0 7.780   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
11:59:43 #0 7.780   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:59:43 #11 26.00 Unpacking fakeroot (1.28-1ubuntu1) ...
11:59:43 #11 26.03 Selecting previously unselected package libassuan0:amd64.
11:59:43 #0 7.780   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:59:43 #11 26.04 Preparing to unpack .../124-libassuan0_2.5.5-1build1_amd64.deb ...
11:59:43 #11 26.04 Unpacking libassuan0:amd64 (2.5.5-1build1) ...
11:59:43 #0 7.780   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:59:43 #11 26.08 Selecting previously unselected package gpgconf.
11:59:43 #11 26.08 Preparing to unpack .../125-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ...
11:59:43 #0 7.780   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:59:43 #11 26.08 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
11:59:43 #11 26.12 Selecting previously unselected package libksba8:amd64.
11:59:43 #0 7.780   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:43 #11 26.13 Preparing to unpack .../126-libksba8_1.6.0-2ubuntu0.2_amd64.deb ...
11:59:43 #11 26.13 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ...
11:59:43 #0 7.780   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:59:43 #11 26.17 Selecting previously unselected package libnpth0:amd64.
11:59:43 #11 26.17 Preparing to unpack .../127-libnpth0_1.6-3build2_amd64.deb ...
11:59:43 #0 7.780   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:59:43 #11 26.17 Unpacking libnpth0:amd64 (1.6-3build2) ...
11:59:43 #0 7.780   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:59:43 #11 26.21 Selecting previously unselected package dirmngr.
11:59:43 #11 26.21 Preparing to unpack .../128-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ...
11:59:43 #0 7.780   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
11:59:43 #11 26.22 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
11:59:43 #11 26.26 Selecting previously unselected package gnupg-l10n.
11:59:43 #0 7.780   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:43 #0 7.780   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:59:43 #0 7.780   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:43 #0 7.780   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:59:43 #0 7.780   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:59:43 #0 7.780   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:59:43 #0 7.780   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:59:43 #0 7.780   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:59:43 #0 7.780   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:43 #0 7.780   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:59:43 #0 7.780   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:59:43 #0 7.780   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
11:59:43 #0 7.780   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:43 #0 7.780   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:59:43 #0 7.780   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:59:43 #0 7.780   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:59:43 #0 7.780   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:59:43 #0 7.780   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:59:43 #0 7.780   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:59:43 #0 7.780   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:59:43 #0 7.780   openssh-client openssl patch patchutils perl perl-modules-5.30
11:59:43 #0 7.780   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:59:43 #0 7.780   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:43 #0 7.780   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:59:43 #0 7.780   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:43 #0 7.780   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:59:43 #0 7.780   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:59:43 #0 7.780   xz-utils
11:59:43 #0 8.225 0 upgraded, 349 newly installed, 0 to remove and 4 not upgraded.
11:59:43 #0 8.225 Need to get 91.5 MB of archives.
11:59:43 #0 8.225 After this operation, 361 MB of additional disk space will be used.
11:59:43 #0 8.225 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblocale-gettext-perl armhf 1.07-4 [16.2 kB]
11:59:43 #0 8.377 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssl1.1 armhf 1.1.1f-1ubuntu2.16 [1082 kB]
11:59:43 #0 8.798 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:59:43 #0 8.852 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libexpat1 armhf 2.2.9-1ubuntu0.6 [55.1 kB]
11:59:43 #0 8.860 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:59:43 #0 8.932 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-minimal armhf 3.8.2-0ubuntu2 [23.6 kB]
11:59:43 #0 8.934 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf mime-support all 3.64ubuntu1 [30.6 kB]
11:59:43 #0 8.934 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpdec2 armhf 2.4.2-3 [66.8 kB]
11:59:43 #0 8.937 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf readline-common all 8.0-4 [53.5 kB]
11:59:43 #0 8.940 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadline8 armhf 8.0-4 [109 kB]
11:59:43 #0 8.948 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsqlite3-0 armhf 3.31.1-4ubuntu0.5 [468 kB]
11:59:43 #0 8.966 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:59:43 #0 9.044 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:59:43 #0 9.060 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpython3-stdlib armhf 3.8.2-0ubuntu2 [7068 B]
11:59:43 #0 9.060 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3 armhf 3.8.2-0ubuntu2 [47.6 kB]
11:59:43 #0 9.062 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbsd0 armhf 0.10.0-1 [49.8 kB]
11:59:43 #0 9.062 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bsdmainutils armhf 11.1.2ubuntu3 [176 kB]
11:59:43 #0 9.077 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libuchardet0 armhf 0.0.6-3build1 [62.4 kB]
11:59:43 #0 9.078 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf groff-base armhf 1.22.4-4build1 [759 kB]
11:59:43 #0 9.116 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm6 armhf 1.18.1-5 [24.5 kB]
11:59:43 #0 9.116 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpipeline1 armhf 1.5.2-2build1 [23.5 kB]
11:59:43 #0 9.173 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main armhf man-db armhf 2.9.1-1 [1077 kB]
11:59:43 #0 9.193 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:59:43 #0 9.348 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm-compat4 armhf 1.18.1-5 [5852 B]
11:59:43 #0 9.348 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libperl5.30 armhf 5.30.0-9ubuntu0.3 [3274 kB]
11:59:43 #0 9.534 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl armhf 5.30.0-9ubuntu0.3 [224 kB]
11:59:43 #0 9.534 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssl armhf 1.1.1f-1ubuntu2.16 [597 kB]
11:59:43 #0 9.547 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
11:59:43 #0 9.554 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf distro-info-data all 0.43ubuntu1.11 [4672 B]
11:59:43 #0 9.554 Get:30 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic-mgc armhf 1:5.38-4 [218 kB]
11:59:43 #0 9.562 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic1 armhf 1:5.38-4 [68.3 kB]
11:59:43 #0 9.566 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main armhf file armhf 1:5.38-4 [22.4 kB]
11:59:43 #0 9.566 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf less armhf 551-1ubuntu0.1 [116 kB]
11:59:43 #0 9.569 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libelf1 armhf 0.176-1.1build1 [41.3 kB]
11:59:43 #0 9.602 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:59:43 #0 9.677 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:59:43 #0 9.677 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
11:59:43 #0 9.687 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libicu66 armhf 66.1-2ubuntu2.1 [8223 kB]
11:59:43 #11 10.15 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:59:43 #11 10.15 Get:40 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB]
11:59:43 #11 10.15 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main armhf lsb-release all 11.1.0ubuntu2 [10.6 kB]
11:59:43 #11 10.16 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main armhf netbase all 6.1 [13.1 kB]
11:59:43 #11 10.16 Get:43 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
11:59:43 #11 10.16 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-six all 1.14.0-2 [12.1 kB]
11:59:43 #11 10.16 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main armhf shared-mime-info armhf 1.15-1 [428 kB]
11:59:43 #11 10.16 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main armhf ucf all 3.0038+nmu1 [51.6 kB]
11:59:43 #11 10.16 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xdg-user-dirs armhf 0.17-2ubuntu1 [46.8 kB]
11:59:43 #11 10.22 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf xz-utils armhf 5.2.4-1ubuntu1.1 [81.0 kB]
11:59:43 #11 ...
11:59:43 
11:59:43 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:43 #10 27.30 Preparing to unpack .../068-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
11:59:43 #10 27.30 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
11:59:43 #10 27.34 Selecting previously unselected package libcc1-0:amd64.
11:59:43 #10 27.34 Preparing to unpack .../069-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:59:43 #10 27.34 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:43 #10 27.38 Selecting previously unselected package libgomp1:amd64.
11:59:43 #10 27.38 Preparing to unpack .../070-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:59:43 #10 27.38 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:43 #10 27.41 Selecting previously unselected package libitm1:amd64.
11:59:43 #10 27.42 Preparing to unpack .../071-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:59:43 #10 27.42 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:43 #10 27.45 Selecting previously unselected package libatomic1:amd64.
11:59:43 #10 27.45 Preparing to unpack .../072-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:59:43 #10 27.46 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:43 #10 27.50 Selecting previously unselected package libasan4:amd64.
11:59:43 #10 27.50 Preparing to unpack .../073-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:59:43 #10 27.51 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
11:59:43 #10 25.25 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:59:43 #10 25.25 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:59:43 #10 25.28 Selecting previously unselected package libdevel-callchecker-perl.
11:59:43 #10 25.28 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1+b2_arm64.deb ...
11:59:43 #10 25.29 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
11:59:43 #10 25.32 Selecting previously unselected package libparams-classify-perl.
11:59:43 #10 25.32 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b3_arm64.deb ...
11:59:43 #10 25.33 Unpacking libparams-classify-perl (0.015-1+b3) ...
11:59:43 #10 25.36 Selecting previously unselected package libmodule-runtime-perl.
11:59:43 #10 25.36 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ...
11:59:43 #10 25.36 Unpacking libmodule-runtime-perl (0.016-1) ...
11:59:43 #10 25.39 Selecting previously unselected package libimport-into-perl.
11:59:43 #10 25.39 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ...
11:59:43 #10 25.40 Unpacking libimport-into-perl (1.002005-1) ...
11:59:43 #10 25.43 Selecting previously unselected package librole-tiny-perl.
11:59:43 #10 25.43 Preparing to unpack .../118-librole-tiny-perl_2.002004-1_all.deb ...
11:59:43 #10 25.43 Unpacking librole-tiny-perl (2.002004-1) ...
11:59:43 #10 25.47 Selecting previously unselected package libstrictures-perl.
11:59:43 #10 29.82 Preparing to unpack .../077-libarchive-zip-perl_1.64-1_all.deb ...
11:59:43 #10 29.83 Unpacking libarchive-zip-perl (1.64-1) ...
11:59:43 #10 29.87 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:43 #10 29.87 Preparing to unpack .../078-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
11:59:43 #10 29.88 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
11:59:43 #10 29.92 Selecting previously unselected package dh-strip-nondeterminism.
11:59:43 #10 29.92 Preparing to unpack .../079-dh-strip-nondeterminism_1.1.2-1_all.deb ...
11:59:43 #10 29.93 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
11:59:43 #10 29.96 Selecting previously unselected package dwz.
11:59:43 #10 29.96 Preparing to unpack .../080-dwz_0.12-3_amd64.deb ...
11:59:43 #10 29.96 Unpacking dwz (0.12-3) ...
11:59:43 #10 30.01 Selecting previously unselected package libglib2.0-0:amd64.
11:59:43 #10 30.01 Preparing to unpack .../081-libglib2.0-0_2.58.3-2+deb10u4_amd64.deb ...
11:59:43 #10 30.02 Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
11:59:43 #10 17.20 Unpacking libssl1.1:armhf (1.1.1-1ubuntu2.1~18.04.20) ...
11:59:43 #11 17.71 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
11:59:43 #11 5.040 Reading package lists...
11:59:43 #10 12.78 Get:195 http://deb.debian.org/debian buster/main armhf libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
11:59:43 #10 12.78 Get:196 http://deb.debian.org/debian buster/main armhf libalgorithm-diff-xs-perl armhf 0.04-5+b1 [11.3 kB]
11:59:43 #10 12.79 Get:197 http://deb.debian.org/debian buster/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:59:43 #10 12.79 Get:198 http://deb.debian.org/debian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB]
11:59:43 #10 12.79 Get:199 http://deb.debian.org/debian buster/main armhf libapt-pkg-perl armhf 0.1.34+b1 [66.3 kB]
11:59:43 #10 12.79 Get:200 http://deb.debian.org/debian buster/main armhf libarchive-cpio-perl all 0.10-1 [10.3 kB]
11:59:43 #10 12.79 Get:201 http://deb.debian.org/debian buster/main armhf libasync-mergepoint-perl all 0.04-2 [10.4 kB]
11:59:43 #10 12.79 Get:202 http://deb.debian.org/debian buster/main armhf libauthen-sasl-perl all 2.1600-1 [50.8 kB]
11:59:43 #10 12.79 Get:203 http://deb.debian.org/debian buster/main armhf libmodule-implementation-perl all 0.09-1 [12.9 kB]
11:59:43 #10 12.79 Get:204 http://deb.debian.org/debian buster/main armhf libvariable-magic-perl armhf 0.62-1+b1 [43.4 kB]
11:59:43 #10 12.79 Get:205 http://deb.debian.org/debian buster/main armhf libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
11:59:43 #10 12.79 Get:206 http://deb.debian.org/debian buster/main armhf libcapture-tiny-perl all 0.48-1 [26.0 kB]
11:59:43 #10 12.79 Get:207 http://deb.debian.org/debian buster/main armhf libcgi-pm-perl all 4.40-1 [222 kB]
11:59:43 #10 12.80 Get:208 http://deb.debian.org/debian buster/main armhf libfcgi-perl armhf 0.78-2+b3 [34.8 kB]
11:59:43 #10 12.80 Get:209 http://deb.debian.org/debian buster/main armhf libcgi-fast-perl all 1:2.13-1 [11.4 kB]
11:59:43 #10 12.80 Get:210 http://deb.debian.org/debian buster/main armhf libsub-name-perl armhf 0.21-1+b3 [13.0 kB]
11:59:43 #10 12.80 Get:211 http://deb.debian.org/debian buster/main armhf libclass-accessor-perl all 0.51-1 [23.2 kB]
11:59:43 #10 12.80 Get:212 http://deb.debian.org/debian buster/main armhf libclass-inspector-perl all 1.32-1 [19.1 kB]
11:59:43 #10 12.80 Get:213 http://deb.debian.org/debian buster/main armhf libclass-xsaccessor-perl armhf 1.19-3+b2 [37.5 kB]
11:59:43 #10 12.83 Get:214 http://deb.debian.org/debian buster/main armhf libclone-perl armhf 0.41-1+b1 [14.0 kB]
11:59:43 #10 12.83 Get:215 http://deb.debian.org/debian buster/main armhf libcommon-sense-perl armhf 3.74-2+b7 [24.0 kB]
11:59:43 #10 12.83 Get:216 http://deb.debian.org/debian buster/main armhf libparams-util-perl armhf 1.07-3+b4 [21.8 kB]
11:59:43 #10 12.83 Get:217 http://deb.debian.org/debian buster/main armhf libsub-install-perl all 0.928-1 [11.4 kB]
11:59:43 #10 12.85 Get:218 http://deb.debian.org/debian buster/main armhf libdata-optlist-perl all 0.110-1 [10.6 kB]
11:59:43 #10 12.85 Get:219 http://deb.debian.org/debian buster/main armhf libsub-exporter-perl all 0.987-1 [47.2 kB]
11:59:43 #10 12.85 Get:220 http://deb.debian.org/debian buster/main armhf libconst-fast-perl all 0.014-1 [8250 B]
11:59:43 #10 12.85 Get:221 http://deb.debian.org/debian buster/main armhf libwant-perl armhf 0.29-1+b4 [27.3 kB]
11:59:43 #10 12.85 Get:222 http://deb.debian.org/debian buster/main armhf libcontextual-return-perl all 0.004014-2 [56.6 kB]
11:59:43 #10 12.85 Get:223 http://deb.debian.org/debian buster/main armhf libconvert-binhex-perl all 1.125-1 [30.5 kB]
11:59:43 #10 12.85 Get:224 http://deb.debian.org/debian buster/main armhf libdata-dump-perl all 1.23-1 [29.5 kB]
11:59:43 #10 12.85 Get:225 http://deb.debian.org/debian buster/main armhf libdigest-bubblebabble-perl all 0.02-2 [8238 B]
11:59:43 #10 12.85 Get:226 http://deb.debian.org/debian buster/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
11:59:43 #10 12.85 Get:227 http://deb.debian.org/debian buster/main armhf libdistro-info-perl all 0.21 [6696 B]
11:59:43 #10 12.85 Get:228 http://deb.debian.org/debian buster/main armhf libnet-smtp-ssl-perl all 1.04-1 [6184 B]
11:59:43 #10 12.85 Get:229 http://deb.debian.org/debian buster/main armhf libmailtools-perl all 2.18-1 [88.5 kB]
11:59:43 #10 12.86 Get:230 http://deb.debian.org/debian buster/main armhf libnet-ip-perl all 1.26-2 [29.0 kB]
11:59:43 #10 12.86 Get:231 http://deb.debian.org/debian buster/main armhf libnet-dns-perl all 1.19-1 [372 kB]
11:59:43 #10 12.86 Get:232 http://deb.debian.org/debian buster/main armhf libnet-domain-tld-perl all 1.75-1 [33.3 kB]
11:59:43 #10 12.86 Get:233 http://deb.debian.org/debian buster/main armhf libemail-valid-perl all 1.202-1 [23.0 kB]
11:59:43 #10 12.86 Get:234 http://deb.debian.org/debian buster/main armhf libexporter-tiny-perl all 1.002001-1 [36.9 kB]
11:59:43 #10 12.87 Get:235 http://deb.debian.org/debian buster/main armhf libipc-system-simple-perl all 1.25-4 [26.5 kB]
11:59:43 #10 12.87 Get:236 http://deb.debian.org/debian buster/main armhf libfile-basedir-perl all 0.08-1 [17.7 kB]
11:59:43 #10 12.87 Get:237 http://deb.debian.org/debian buster/main armhf libfile-chdir-perl all 0.1008-1 [13.3 kB]
11:59:43 #10 12.87 Get:238 http://deb.debian.org/debian buster/main armhf libfile-fcntllock-perl armhf 0.22-3+b5 [35.0 kB]
11:59:43 #10 12.87 Get:239 http://deb.debian.org/debian buster/main armhf libfont-afm-perl all 1.20-2 [13.6 kB]
11:59:43 #10 12.87 Get:240 http://deb.debian.org/debian buster/main armhf libfribidi0 armhf 1.0.5-3.1+deb10u2 [61.9 kB]
11:59:43 #10 12.87 Get:241 http://deb.debian.org/debian buster/main armhf libfuture-perl all 0.39-1 [74.5 kB]
11:59:43 #10 12.87 Get:242 http://deb.debian.org/debian buster/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
11:59:43 #10 12.87 Get:243 http://deb.debian.org/debian buster/main armhf libparams-validate-perl armhf 1.29-1+b1 [65.6 kB]
11:59:43 #10 12.89 Get:244 http://deb.debian.org/debian buster/main armhf libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
11:59:43 #10 12.89 Get:245 http://deb.debian.org/debian buster/main armhf libsort-versions-perl all 1.62-1 [11.0 kB]
11:59:43 #10 12.89 Get:246 http://deb.debian.org/debian buster/main armhf libgit-wrapper-perl all 0.048-1 [34.7 kB]
11:59:43 #10 12.89 Get:247 http://deb.debian.org/debian buster/main armhf libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
11:59:43 #10 12.89 Get:248 http://deb.debian.org/debian buster/main armhf libio-prompter-perl all 0.004015-1 [60.4 kB]
11:59:43 #10 12.89 Get:249 http://deb.debian.org/debian buster/main armhf libjson-perl all 4.02000-1 [88.8 kB]
11:59:43 #10 12.89 Get:250 http://deb.debian.org/debian buster/main armhf liblog-any-perl all 1.707-1 [65.2 kB]
11:59:43 #10 12.89 Get:251 http://deb.debian.org/debian buster/main armhf liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
11:59:43 #10 12.89 Get:252 http://deb.debian.org/debian buster/main armhf libpackage-stash-perl all 0.38-1 [21.7 kB]
11:59:43 #10 12.89 Get:253 http://deb.debian.org/debian buster/main armhf libsub-identify-perl armhf 0.14-1+b1 [11.5 kB]
11:59:43 #10 12.89 Get:254 http://deb.debian.org/debian buster/main armhf libnamespace-clean-perl all 0.27-1 [17.3 kB]
11:59:43 #10 12.90 Get:255 http://deb.debian.org/debian buster/main armhf libpath-tiny-perl all 0.108-1 [53.3 kB]
11:59:43 #10 12.90 Get:256 http://deb.debian.org/debian buster/main armhf libtype-tiny-perl all 1.004004-1 [266 kB]
11:59:43 #10 12.90 Get:257 http://deb.debian.org/debian buster/main armhf libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
11:59:43 #10 12.90 Get:258 http://deb.debian.org/debian-security buster/updates/main armhf libglib2.0-data all 2.58.3-2+deb10u4 [1110 kB]
11:59:43 #10 12.91 Get:259 http://deb.debian.org/debian buster/main armhf libgpm2 armhf 1.20.7-5 [34.2 kB]
11:59:43 #10 12.91 Get:260 http://deb.debian.org/debian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB]
11:59:43 #11 27.16 Selecting previously unselected package libcrypt-dev:amd64.
11:59:43 #11 27.16 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
11:59:43 #11 27.17 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
11:59:43 #11 27.22 Selecting previously unselected package libc6-dev:amd64.
11:59:43 #11 27.22 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9.9_amd64.deb ...
11:59:43 #11 27.22 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.9) ...
11:59:43 #10 25.89 Selecting previously unselected package libasan8:amd64.
11:59:43 #10 25.89 Preparing to unpack .../053-libasan8_12.2.0-14_amd64.deb ...
11:59:43 #10 25.90 Unpacking libasan8:amd64 (12.2.0-14) ...
11:59:43 #10 27.39 Preparing to unpack .../136-libhtml-parser-perl_3.81-1_arm64.deb ...
11:59:43 #10 27.39 Unpacking libhtml-parser-perl:arm64 (3.81-1) ...
11:59:43 #10 27.43 Selecting previously unselected package libhtml-tree-perl.
11:59:43 #10 27.43 Preparing to unpack .../137-libhtml-tree-perl_5.07-3_all.deb ...
11:59:43 #10 27.43 Unpacking libhtml-tree-perl (5.07-3) ...
11:59:43 #10 27.48 Selecting previously unselected package libclone-perl:arm64.
11:59:43 #10 27.48 Preparing to unpack .../138-libclone-perl_0.46-1_arm64.deb ...
11:59:43 #10 27.48 Unpacking libclone-perl:arm64 (0.46-1) ...
11:59:43 #10 27.51 Selecting previously unselected package libio-html-perl.
11:59:43 #10 27.52 Preparing to unpack .../139-libio-html-perl_1.004-3_all.deb ...
11:59:43 #10 27.52 Unpacking libio-html-perl (1.004-3) ...
11:59:43 #10 27.55 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:43 #10 27.55 Preparing to unpack .../140-liblwp-mediatypes-perl_6.04-2_all.deb ...
11:59:43 #10 27.56 Unpacking liblwp-mediatypes-perl (6.04-2) ...
11:59:43 #10 27.59 Selecting previously unselected package libhttp-message-perl.
11:59:43 #11 24.83 Preparing to unpack .../086-libitm1_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:59:43 #11 24.83 Unpacking libitm1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:43 #11 24.87 Selecting previously unselected package libatomic1:arm64.
11:59:43 #11 24.87 Preparing to unpack .../087-libatomic1_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:59:43 #11 24.87 Unpacking libatomic1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:43 #11 24.91 Selecting previously unselected package libasan5:arm64.
11:59:43 #11 24.91 Preparing to unpack .../088-libasan5_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:59:43 #11 24.91 Unpacking libasan5:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:59:43 #12 13.27 CentOS Stream 8 - BaseOS                         24 MB/s |  27 MB     00:01    
11:59:43 #11 23.59 Selecting previously unselected package dbus-daemon.
11:59:43 #11 23.60 Preparing to unpack .../021-dbus-daemon_1.14.0-2ubuntu3_arm64.deb ...
11:59:43 #11 23.60 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
11:59:43 #11 23.63 Selecting previously unselected package dbus-system-bus-common.
11:59:43 #11 23.63 Preparing to unpack .../022-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
11:59:43 #11 23.64 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:59:43 #11 23.67 Selecting previously unselected package dbus.
11:59:43 #11 23.67 Preparing to unpack .../023-dbus_1.14.0-2ubuntu3_arm64.deb ...
11:59:43 #11 23.68 Unpacking dbus (1.14.0-2ubuntu3) ...
11:59:43 #11 23.71 Selecting previously unselected package distro-info-data.
11:59:43 #11 23.72 Preparing to unpack .../024-distro-info-data_0.54ubuntu0.1_all.deb ...
11:59:43 #11 23.72 Unpacking distro-info-data (0.54ubuntu0.1) ...
11:59:43 #11 23.75 Selecting previously unselected package dmsetup.
11:59:43 #11 23.76 Preparing to unpack .../025-dmsetup_2%3a1.02.185-1ubuntu1_arm64.deb ...
11:59:43 #11 23.76 Unpacking dmsetup (2:1.02.185-1ubuntu1) ...
11:59:43 #11 23.81 Selecting previously unselected package libglib2.0-0:arm64.
11:59:43 #10 26.94 Preparing to unpack .../099-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_arm64.deb ...
11:59:43 #10 26.94 Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
11:59:43 #10 26.99 Selecting previously unselected package libnghttp2-14:arm64.
11:59:43 #10 26.99 Preparing to unpack .../100-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ...
11:59:43 #10 27.00 Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
11:59:43 #10 27.03 Selecting previously unselected package librtmp1:arm64.
11:59:43 #10 27.04 Preparing to unpack .../101-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ...
11:59:43 #10 27.04 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
11:59:43 #10 27.08 Selecting previously unselected package libcurl4:arm64.
11:59:43 #10 27.09 Preparing to unpack .../102-libcurl4_7.58.0-2ubuntu3.22_arm64.deb ...
11:59:43 #10 27.09 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.22) ...
11:59:43 #10 27.13 Selecting previously unselected package curl.
11:59:43 #10 27.13 Preparing to unpack .../103-curl_7.58.0-2ubuntu3.22_arm64.deb ...
11:59:43 #10 27.14 Unpacking curl (7.58.0-2ubuntu3.22) ...
11:59:43 #10 5.355 The following additional packages will be installed:
11:59:43 #10 5.355   adduser autoconf automake autopoint autotools-dev binutils
11:59:43 #10 5.355   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:59:43 #10 5.355   bzip2 ca-certificates cpp cpp-12 dctrl-tools debhelper debian-keyring
11:59:43 #10 5.355   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:43 #10 5.355   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:59:43 #10 5.355   g++-12 gcc gcc-12 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:59:43 #10 5.355   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:59:43 #10 5.355   intltool-debian iso-codes krb5-locales less libabsl20220623
11:59:43 #10 5.355   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:43 #10 5.355   libaliased-perl libaom3 libapt-pkg-perl libarchive-cpio-perl
11:59:43 #10 5.355   libarchive-zip-perl libarchive13 libarray-intspan-perl libasan8 libassuan0
11:59:43 #10 5.355   libatomic1 libauthen-sasl-perl libavif15 libb-hooks-endofscope-perl
11:59:43 #10 5.355   libb-hooks-op-check-perl libberkeleydb-perl libbinutils libbrotli1 libbsd0
11:59:43 #10 5.355   libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:59:43 #10 5.355   libcc1-0 libcgi-fast-perl libcgi-pm-perl libclass-data-inheritable-perl
11:59:43 #10 5.355   libclass-inspector-perl libclass-method-modifiers-perl
11:59:43 #10 5.355   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:43 #10 5.355   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:43 #10 5.355   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:59:43 #10 5.355   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:59:43 #10 5.355   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:59:43 #10 5.355   libdata-validate-ip-perl libdata-validate-uri-perl libdav1d6 libde265-0
11:59:43 #10 5.355   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:43 #10 5.355   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:59:43 #10 5.355   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:59:43 #10 5.355   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:59:43 #10 5.355   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:59:43 #10 5.355   libfeature-compat-class-perl libfeature-compat-try-perl libfido2-1
11:59:43 #10 5.355   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:43 #10 5.355   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:43 #10 5.355   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:43 #10 5.355   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:43 #10 5.355   libfreetype6 libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3
11:59:43 #10 5.355   libgdbm-compat4 libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl
11:59:43 #10 5.355   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2 libgssapi-krb5-2
11:59:43 #10 5.355   libheif1 libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
11:59:43 #10 5.355   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
11:59:43 #10 5.355   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:43 #10 5.355   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:43 #10 5.355   libicu72 libimport-into-perl libindirect-perl libio-html-perl
11:59:43 #10 5.355   libio-interactive-perl libio-prompter-perl libio-pty-perl
11:59:43 #10 5.355   libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl
11:59:43 #10 5.355   libio-stringy-perl libipc-run-perl libipc-run3-perl
11:59:43 #10 5.355   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:43 #10 5.355   libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
11:59:43 #10 5.355   libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
11:59:43 #10 5.355   libldap-2.5-0 libldap-common liblerc4 liblist-compare-perl
11:59:43 #10 5.355   liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl
11:59:43 #10 5.355   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:59:43 #10 5.355   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:59:43 #10 5.355   liblz1 liblzma5 liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl
11:59:43 #10 5.355   libmailtools-perl libmarkdown2 libmath-base85-perl libmime-tools-perl
11:59:43 #10 5.355   libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:43 #10 5.355   libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpdec3 libmpfr6
11:59:43 #10 5.355   libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl libnet-http-perl
11:59:43 #10 5.355   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:59:43 #10 5.355   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:59:43 #10 5.355   libnsl2 libnumber-compare-perl libobject-pad-perl libossp-uuid-perl
11:59:43 #10 5.355   libossp-uuid16 libpackage-stash-perl libpackage-stash-xs-perl
11:59:43 #10 5.355   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
11:59:43 #10 5.355   libpath-tiny-perl libperl5.36 libperlio-gzip-perl libperlio-utf8-strict-perl
11:59:43 #10 5.355   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
11:59:43 #10 5.355   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.11-minimal
11:59:43 #10 5.355   libpython3.11-stdlib librav1e0 libre-engine-re2-perl libre2-9 libreadline8
11:59:43 #10 5.355   libreadonly-perl libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
11:59:43 #10 5.355   libregexp-pattern-license-perl libregexp-pattern-perl
11:59:43 #10 5.355   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:43 #10 5.355   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:43 #10 5.355   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
11:59:43 #10 5.355   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
11:59:43 #10 5.368   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:43 #10 5.368   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
11:59:43 #10 5.368   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:43 #10 5.368   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
11:59:43 #10 5.368   libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl
11:59:43 #10 5.368   libtask-weaken-perl libterm-readkey-perl libtext-glob-perl
11:59:43 #10 5.368   libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:59:43 #10 5.368   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
11:59:43 #10 5.368   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:59:43 #10 5.368   libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
11:59:43 #10 5.368   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:59:43 #10 5.368   liburi-perl libvariable-magic-perl libwant-perl libwebp7
11:59:43 #10 5.368   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
11:59:43 #10 5.368   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
11:59:43 #10 5.368   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:43 #10 5.368   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
11:59:43 #10 5.368   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
11:59:43 #10 5.368   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
11:59:43 #10 5.368   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
11:59:43 #10 5.368   manpages manpages-dev media-types netbase openssh-client openssl patch
11:59:43 #10 5.368   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
11:59:43 #10 5.368   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
11:59:43 #10 5.368   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:43 #10 5.368   python3-charset-normalizer python3-debian python3-gpg python3-idna
11:59:43 #10 5.368   python3-magic python3-minimal python3-pkg-resources python3-requests
11:59:43 #10 5.368   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
11:59:43 #10 5.368   python3.11-minimal readline-common rpcsvc-proto sensible-utils
11:59:43 #10 5.368   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
11:59:43 #10 5.368   xdg-user-dirs xz-utils zstd
11:59:43 #10 5.368 Suggested packages:
11:59:43 #10 5.368   cron quota autoconf-archive gnu-standards autoconf-doc binutils-doc
11:59:43 #10 5.368   bzip2-doc cpp-doc gcc-12-locales cpp-12-doc debtags dh-make adequate at
11:59:43 #10 5.368   autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things
11:59:43 #10 5.368   cvs-buildpackage diffoscope disorderfs dose-extra duck elpa-devscripts
11:59:43 #10 5.368   faketime gnuplot how-can-i-help libdbd-pg-perl libfile-desktopentry-perl
11:59:43 #10 5.368   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
11:59:43 #10 5.368   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
11:59:43 #10 5.368   reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
11:59:43 #10 5.368   pinentry-gnome3 tor mini-dinstall rsync gcc-12-doc gcc-multilib flex bison
11:59:43 #10 5.368   gdb gcc-doc gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:59:43 #10 5.368   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
11:59:43 #10 5.368   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
11:59:43 #10 5.368   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
11:59:43 #10 5.368   low-memory-monitor gpm krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
11:59:43 #10 5.368   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
11:59:43 #10 5.368   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:43 #10 5.368   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:59:43 #10 5.368   libnet-jabber-perl libstdc++-12-doc libbareword-filehandles-perl
11:59:43 #10 5.368   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:59:43 #10 5.368   libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
11:59:43 #10 5.368   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:43 #10 5.368   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:59:43 #10 5.368   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:59:43 #10 5.368   libterm-readline-gnu-perl | libterm-readline-perl-perl
11:59:43 #10 5.368   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:59:43 #10 5.368   python3-tk python3-venv python-apt-doc python3-setuptools
11:59:43 #10 5.368   python3-cryptography python3-openssl python3-socks python-requests-doc
11:59:43 #10 5.368   python3-brotli python-pyxdg-doc python3.11-venv python3.11-doc
11:59:43 #10 5.368   binfmt-support readline-doc zip wdiff-doc
11:59:43 #11 26.41 Preparing to unpack .../126-build-essential_12.9ubuntu3_amd64.deb ...
11:59:43 #11 26.42 Unpacking build-essential (12.9ubuntu3) ...
11:59:43 #11 26.45 Selecting previously unselected package libbrotli1:amd64.
11:59:43 #11 26.45 Preparing to unpack .../127-libbrotli1_1.0.9-2build6_amd64.deb ...
11:59:43 #11 26.46 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
11:59:43 #11 26.49 Selecting previously unselected package libsasl2-modules-db:amd64.
11:59:43 #11 26.49 Preparing to unpack .../128-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_amd64.deb ...
11:59:43 #11 26.49 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:59:43 #11 26.52 Selecting previously unselected package libsasl2-2:amd64.
11:59:43 #11 26.52 Preparing to unpack .../129-libsasl2-2_2.1.28+dfsg-6ubuntu2_amd64.deb ...
11:59:43 #11 26.52 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:59:43 #11 26.55 Selecting previously unselected package libldap-2.5-0:amd64.
11:59:43 #11 26.55 Preparing to unpack .../130-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_amd64.deb ...
11:59:43 #11 26.56 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-1ubuntu1) ...
11:59:43 #11 26.59 Selecting previously unselected package librtmp1:amd64.
11:59:43 #11 26.59 Preparing to unpack .../131-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
11:59:43 #11 26.59 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:59:43 #11 26.62 Selecting previously unselected package libssh-4:amd64.
11:59:43 #11 26.62 Preparing to unpack .../132-libssh-4_0.9.6-2build1_amd64.deb ...
11:59:43 #10 27.05 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ...
11:59:43 #10 27.05 Unpacking libfile-which-perl (1.23-1) ...
11:59:43 #10 27.09 Selecting previously unselected package libfile-homedir-perl.
11:59:43 #10 27.09 Preparing to unpack .../104-libfile-homedir-perl_1.004-1_all.deb ...
11:59:43 #10 27.10 Unpacking libfile-homedir-perl (1.004-1) ...
11:59:43 #10 27.13 Selecting previously unselected package libio-pty-perl.
11:59:43 #10 27.13 Preparing to unpack .../105-libio-pty-perl_1%3a1.08-1.1+b5_arm64.deb ...
11:59:43 #10 27.14 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
11:59:43 #10 27.17 Selecting previously unselected package libipc-run-perl.
11:59:43 #10 27.18 Preparing to unpack .../106-libipc-run-perl_20180523.0-1_all.deb ...
11:59:43 #10 27.18 Unpacking libipc-run-perl (20180523.0-1) ...
11:59:43 #10 27.22 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:43 #10 27.22 Preparing to unpack .../107-libclass-method-modifiers-perl_2.12-1_all.deb ...
11:59:43 #10 27.23 Unpacking libclass-method-modifiers-perl (2.12-1) ...
11:59:43 #10 27.26 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:43 #10 27.26 Preparing to unpack .../108-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:59:43 #10 27.26 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:59:43 #10 27.29 Selecting previously unselected package libdevel-globaldestruction-perl.
11:59:43 #10 25.59 Selecting previously unselected package libitm1:amd64.
11:59:43 #10 25.59 Preparing to unpack .../045-libitm1_10.2.1-6_amd64.deb ...
11:59:43 #10 25.60 Unpacking libitm1:amd64 (10.2.1-6) ...
11:59:43 #10 25.68 Selecting previously unselected package libatomic1:amd64.
11:59:43 #10 25.68 Preparing to unpack .../046-libatomic1_10.2.1-6_amd64.deb ...
11:59:43 #10 25.70 Unpacking libatomic1:amd64 (10.2.1-6) ...
11:59:43 #10 25.81 Selecting previously unselected package libasan6:amd64.
11:59:43 #10 25.81 Preparing to unpack .../047-libasan6_10.2.1-6_amd64.deb ...
11:59:43 #11 26.26 Preparing to unpack .../129-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
11:59:43 #11 26.26 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:59:43 #11 26.29 Selecting previously unselected package gnupg-utils.
11:59:43 #11 26.29 Preparing to unpack .../130-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ...
11:59:43 #11 26.29 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
11:59:43 #11 26.33 Selecting previously unselected package gpg.
11:59:43 #11 26.34 Preparing to unpack .../131-gpg_2.2.27-3ubuntu2.1_amd64.deb ...
11:59:43 #11 26.34 Unpacking gpg (2.2.27-3ubuntu2.1) ...
11:59:43 #11 26.39 Selecting previously unselected package pinentry-curses.
11:59:43 #11 26.39 Preparing to unpack .../132-pinentry-curses_1.1.1-1build2_amd64.deb ...
11:59:43 #11 26.39 Unpacking pinentry-curses (1.1.1-1build2) ...
11:59:43 #11 26.48 Selecting previously unselected package gpg-agent.
11:59:43 #11 26.48 Preparing to unpack .../133-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ...
11:59:43 #11 26.49 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
11:59:43 #11 26.52 Selecting previously unselected package gpg-wks-client.
11:59:43 #11 26.52 Preparing to unpack .../134-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ...
11:59:43 #11 26.52 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:59:43 #11 26.55 Selecting previously unselected package gpg-wks-server.
11:59:43 #11 26.55 Preparing to unpack .../135-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ...
11:59:43 #11 26.56 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:59:43 #11 26.59 Selecting previously unselected package gpgsm.
11:59:43 #11 26.59 Preparing to unpack .../136-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ...
11:59:43 #11 26.59 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
11:59:43 #11 26.62 Selecting previously unselected package gnupg.
11:59:43 #10 27.57 Selecting previously unselected package liblsan0:amd64.
11:59:43 #10 27.57 Preparing to unpack .../074-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:59:43 #10 27.57 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:43 #10 27.63 Selecting previously unselected package libtsan0:amd64.
11:59:43 #10 27.63 Preparing to unpack .../075-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:59:43 #10 27.63 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:43 #10 27.68 Selecting previously unselected package libubsan0:amd64.
11:59:43 #10 27.69 Preparing to unpack .../076-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:59:43 #10 27.69 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
11:59:43 #10 27.73 Selecting previously unselected package libcilkrts5:amd64.
11:59:43 #10 27.73 Preparing to unpack .../077-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:59:43 #10 27.73 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
11:59:43 #10 27.76 Selecting previously unselected package libmpx2:amd64.
11:59:43 #10 27.76 Preparing to unpack .../078-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:59:43 #10 27.77 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:43 #10 27.80 Selecting previously unselected package libquadmath0:amd64.
11:59:43 #10 25.47 Preparing to unpack .../119-libstrictures-perl_2.000006-1_all.deb ...
11:59:43 #10 25.47 Unpacking libstrictures-perl (2.000006-1) ...
11:59:43 #10 25.51 Selecting previously unselected package libsub-quote-perl.
11:59:43 #10 25.51 Preparing to unpack .../120-libsub-quote-perl_2.006006-1_all.deb ...
11:59:43 #10 25.52 Unpacking libsub-quote-perl (2.006006-1) ...
11:59:43 #10 25.55 Selecting previously unselected package libmoo-perl.
11:59:43 #10 25.55 Preparing to unpack .../121-libmoo-perl_2.004004-1_all.deb ...
11:59:43 #10 25.55 Unpacking libmoo-perl (2.004004-1) ...
11:59:43 #10 25.59 Selecting previously unselected package libencode-locale-perl.
11:59:43 #10 25.59 Preparing to unpack .../122-libencode-locale-perl_1.05-1.1_all.deb ...
11:59:43 #10 25.60 Unpacking libencode-locale-perl (1.05-1.1) ...
11:59:43 #10 25.63 Selecting previously unselected package libtimedate-perl.
11:59:43 #10 25.63 Preparing to unpack .../123-libtimedate-perl_2.3300-2_all.deb ...
11:59:43 #10 25.63 Unpacking libtimedate-perl (2.3300-2) ...
11:59:43 #10 25.67 Selecting previously unselected package libhttp-date-perl.
11:59:43 #10 25.67 Preparing to unpack .../124-libhttp-date-perl_6.05-1_all.deb ...
11:59:43 #10 25.67 Unpacking libhttp-date-perl (6.05-1) ...
11:59:43 #10 25.70 Selecting previously unselected package libfile-listing-perl.
11:59:43 #10 30.16 Selecting previously unselected package libcroco3:amd64.
11:59:43 #10 30.16 Preparing to unpack .../082-libcroco3_0.6.12-3_amd64.deb ...
11:59:43 #10 30.16 Unpacking libcroco3:amd64 (0.6.12-3) ...
11:59:43 #10 30.22 Selecting previously unselected package libncurses6:amd64.
11:59:43 #10 30.23 Preparing to unpack .../083-libncurses6_6.1+20181013-2+deb10u3_amd64.deb ...
11:59:43 #10 30.23 Unpacking libncurses6:amd64 (6.1+20181013-2+deb10u3) ...
11:59:43 #10 30.28 Selecting previously unselected package gettext.
11:59:43 #10 30.28 Preparing to unpack .../084-gettext_0.19.8.1-9_amd64.deb ...
11:59:43 #10 30.29 Unpacking gettext (0.19.8.1-9) ...
11:59:43 #10 17.39 Selecting previously unselected package libpython3.6-minimal:armhf.
11:59:43 #10 17.39 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.9_armhf.deb ...
11:59:43 #10 17.39 Unpacking libpython3.6-minimal:armhf (3.6.9-1~18.04ubuntu1.9) ...
11:59:43 #10 17.56 Selecting previously unselected package libexpat1:armhf.
11:59:43 #10 17.56 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_armhf.deb ...
11:59:43 #10 17.57 Unpacking libexpat1:armhf (2.2.5-3ubuntu0.9) ...
11:59:43 #10 17.63 Selecting previously unselected package python3.6-minimal.
11:59:43 #11 17.82 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-certifi all 2020.6.20-1 [150 kB]
11:59:43 #11 17.82 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-idna all 3.3-1 [49.3 kB]
11:59:43 #11 17.82 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
11:59:43 #11 17.82 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
11:59:43 #11 17.83 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
11:59:43 #11 17.83 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
11:59:43 #11 17.83 Get:367 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-xdg all 0.27-2 [36.9 kB]
11:59:43 #11 17.83 Get:368 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 equivs all 2.3.1 [19.0 kB]
11:59:43 #11 17.83 Get:369 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
11:59:43 #11 17.89 Get:370 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-magic all 2:0.4.24-2 [12.6 kB]
11:59:43 #11 18.05 debconf: delaying package configuration, since apt-utils is not installed
11:59:43 #11 18.09 Fetched 129 MB in 12s (10.9 MB/s)
11:59:43 #10 12.91 Get:261 http://deb.debian.org/debian buster/main armhf libntlm0 armhf 1.5-1+deb10u1 [22.9 kB]
11:59:43 #10 12.91 Get:262 http://deb.debian.org/debian buster/main armhf libgsasl7 armhf 1.8.0-8+deb10u1 [197 kB]
11:59:43 #10 12.92 Get:263 http://deb.debian.org/debian buster/main armhf libhtml-form-perl all 6.03-1 [23.9 kB]
11:59:43 #10 12.92 Get:264 http://deb.debian.org/debian buster/main armhf libhtml-format-perl all 2.12-1 [43.5 kB]
11:59:43 #10 12.92 Get:265 http://deb.debian.org/debian-security buster/updates/main armhf libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB]
11:59:43 #10 12.95 Get:266 http://deb.debian.org/debian buster/main armhf libstruct-dumb-perl all 0.09-1 [11.1 kB]
11:59:43 #10 12.95 Get:267 http://deb.debian.org/debian buster/main armhf libio-async-perl all 0.72-1 [262 kB]
11:59:43 #10 12.95 Get:268 http://deb.debian.org/debian buster/main armhf libio-sessiondata-perl all 1.03-1 [5782 B]
11:59:43 #10 12.95 Get:269 http://deb.debian.org/debian buster/main armhf libio-string-perl all 1.08-3 [12.3 kB]
11:59:43 #10 12.96 Get:270 http://deb.debian.org/debian buster/main armhf libtypes-serialiser-perl all 1.0-1 [12.7 kB]
11:59:43 #10 12.96 Get:271 http://deb.debian.org/debian buster/main armhf libjson-xs-perl armhf 3.040-1+b1 [89.4 kB]
11:59:43 #10 12.96 Get:272 http://deb.debian.org/debian buster/main armhf liblzo2-2 armhf 2.10-0.1 [49.7 kB]
11:59:43 #10 12.96 Get:273 http://deb.debian.org/debian buster/main armhf libkyotocabinet16v5 armhf 1.2.76-4.2+b1 [280 kB]
11:59:43 #10 12.96 Get:274 http://deb.debian.org/debian buster/main armhf liblist-compare-perl all 0.53-1 [68.9 kB]
11:59:43 #10 12.97 Get:275 http://deb.debian.org/debian buster/main armhf liblist-moreutils-perl armhf 0.416-1+b4 [60.5 kB]
11:59:43 #10 12.97 Get:276 http://deb.debian.org/debian buster/main armhf libltdl-dev armhf 2.4.6-9 [160 kB]
11:59:43 #10 12.97 Get:277 http://deb.debian.org/debian buster/main armhf libsys-hostname-long-perl all 1.5-1 [12.0 kB]
11:59:43 #10 12.97 Get:278 http://deb.debian.org/debian buster/main armhf libmail-sendmail-perl all 0.80-1 [25.3 kB]
11:59:43 #10 12.98 Get:279 http://deb.debian.org/debian buster/main armhf mailutils-common all 1:3.5-4 [689 kB]
11:59:43 #10 12.99 Get:280 http://deb.debian.org/debian buster/main armhf mysql-common all 5.8+1.0.5 [7324 B]
11:59:43 #10 13.00 Get:281 http://deb.debian.org/debian-security buster/updates/main armhf mariadb-common all 1:10.3.36-0+deb10u2 [33.2 kB]
11:59:43 #10 13.00 Get:282 http://deb.debian.org/debian-security buster/updates/main armhf libmariadb3 armhf 1:10.3.36-0+deb10u2 [164 kB]
11:59:43 #10 13.01 Get:283 http://deb.debian.org/debian buster/main armhf libpython2.7-minimal armhf 2.7.16-2+deb10u1 [395 kB]
11:59:43 #10 13.03 Get:284 http://deb.debian.org/debian buster/main armhf libpython2.7-stdlib armhf 2.7.16-2+deb10u1 [1837 kB]
11:59:43 #10 13.08 Get:285 http://deb.debian.org/debian buster/main armhf libpython2.7 armhf 2.7.16-2+deb10u1 [892 kB]
11:59:43 #10 13.14 Get:286 http://deb.debian.org/debian buster/main armhf libmailutils5 armhf 1:3.5-4 [813 kB]
11:59:43 #10 26.17 Selecting previously unselected package liblsan0:amd64.
11:59:43 #10 26.17 Preparing to unpack .../054-liblsan0_12.2.0-14_amd64.deb ...
11:59:43 #10 26.17 Unpacking liblsan0:amd64 (12.2.0-14) ...
11:59:43 #11 27.54 Selecting previously unselected package gcc-9-base:amd64.
11:59:43 #11 27.54 Preparing to unpack .../079-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:59:43 #11 27.54 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
11:59:43 #11 27.58 Selecting previously unselected package libisl22:amd64.
11:59:43 #11 27.58 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ...
11:59:43 #11 27.58 Unpacking libisl22:amd64 (0.22.1-1) ...
11:59:43 #11 27.66 Selecting previously unselected package libmpfr6:amd64.
11:59:43 #10 27.59 Preparing to unpack .../141-libhttp-message-perl_6.44-1_all.deb ...
11:59:43 #10 27.60 Unpacking libhttp-message-perl (6.44-1) ...
11:59:43 #10 27.63 Selecting previously unselected package libhttp-cookies-perl.
11:59:43 #10 27.64 Preparing to unpack .../142-libhttp-cookies-perl_6.10-1_all.deb ...
11:59:43 #10 27.64 Unpacking libhttp-cookies-perl (6.10-1) ...
11:59:43 #10 27.67 Selecting previously unselected package libhttp-negotiate-perl.
11:59:43 #10 27.68 Preparing to unpack .../143-libhttp-negotiate-perl_6.01-2_all.deb ...
11:59:43 #10 27.68 Unpacking libhttp-negotiate-perl (6.01-2) ...
11:59:43 #10 27.72 Selecting previously unselected package perl-openssl-defaults:arm64.
11:59:43 #10 27.72 Preparing to unpack .../144-perl-openssl-defaults_7+b1_arm64.deb ...
11:59:43 #10 27.72 Unpacking perl-openssl-defaults:arm64 (7+b1) ...
11:59:43 #10 27.76 Selecting previously unselected package libnet-ssleay-perl:arm64.
11:59:43 #10 27.76 Preparing to unpack .../145-libnet-ssleay-perl_1.92-2+b1_arm64.deb ...
11:59:43 #10 27.76 Unpacking libnet-ssleay-perl:arm64 (1.92-2+b1) ...
11:59:43 #10 27.82 Selecting previously unselected package libio-socket-ssl-perl.
11:59:43 #11 25.17 Selecting previously unselected package liblsan0:arm64.
11:59:43 #11 25.18 Preparing to unpack .../089-liblsan0_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:59:43 #11 25.18 Unpacking liblsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:43 #11 25.29 Selecting previously unselected package libtsan0:arm64.
11:59:43 #11 25.29 Preparing to unpack .../090-libtsan0_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:59:43 #11 25.29 Unpacking libtsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:43 #10 27.18 Selecting previously unselected package dctrl-tools.
11:59:43 #10 27.18 Preparing to unpack .../104-dctrl-tools_2.24-2build1_arm64.deb ...
11:59:43 #10 27.19 Unpacking dctrl-tools (2.24-2build1) ...
11:59:43 #10 27.23 Selecting previously unselected package libtool.
11:59:43 #10 27.23 Preparing to unpack .../105-libtool_2.4.6-2_all.deb ...
11:59:43 #10 27.23 Unpacking libtool (2.4.6-2) ...
11:59:43 #10 27.28 Selecting previously unselected package dh-autoreconf.
11:59:43 #10 27.29 Preparing to unpack .../106-dh-autoreconf_17_all.deb ...
11:59:43 #10 27.29 Unpacking dh-autoreconf (17) ...
11:59:43 #10 27.33 Selecting previously unselected package libarchive-zip-perl.
11:59:43 #10 27.33 Preparing to unpack .../107-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
11:59:43 #10 27.33 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
11:59:43 #10 27.37 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:43 #10 27.37 Preparing to unpack .../108-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
11:59:43 #10 27.37 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
11:59:43 #10 27.41 Selecting previously unselected package libtimedate-perl.
11:59:43 #11 23.81 Preparing to unpack .../026-libglib2.0-0_2.74.3-0ubuntu1_arm64.deb ...
11:59:43 #11 23.81 Unpacking libglib2.0-0:arm64 (2.74.3-0ubuntu1) ...
11:59:43 #11 23.88 Selecting previously unselected package libgirepository-1.0-1:arm64.
11:59:43 #11 23.88 Preparing to unpack .../027-libgirepository-1.0-1_1.74.0-2_arm64.deb ...
11:59:43 #11 23.89 Unpacking libgirepository-1.0-1:arm64 (1.74.0-2) ...
11:59:43 #11 23.92 Selecting previously unselected package gir1.2-glib-2.0:arm64.
11:59:43 #11 23.92 Preparing to unpack .../028-gir1.2-glib-2.0_1.74.0-2_arm64.deb ...
11:59:43 #11 23.93 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-2) ...
11:59:43 #11 23.96 Selecting previously unselected package iso-codes.
11:59:43 #11 23.96 Preparing to unpack .../029-iso-codes_4.11.0-1_all.deb ...
11:59:43 #11 23.96 Unpacking iso-codes (4.11.0-1) ...
11:59:43 #11 26.63 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
11:59:43 #11 26.66 Selecting previously unselected package libcurl4:amd64.
11:59:43 #11 26.66 Preparing to unpack .../133-libcurl4_7.85.0-1ubuntu0.2_amd64.deb ...
11:59:43 #11 26.67 Unpacking libcurl4:amd64 (7.85.0-1ubuntu0.2) ...
11:59:43 #11 26.69 Selecting previously unselected package curl.
11:59:43 #11 26.70 Preparing to unpack .../134-curl_7.85.0-1ubuntu0.2_amd64.deb ...
11:59:43 #11 26.70 Unpacking curl (7.85.0-1ubuntu0.2) ...
11:59:43 #11 26.73 Selecting previously unselected package dctrl-tools.
11:59:43 #11 26.73 Preparing to unpack .../135-dctrl-tools_2.24-3build2_amd64.deb ...
11:59:43 #11 26.74 Unpacking dctrl-tools (2.24-3build2) ...
11:59:43 #11 26.76 Selecting previously unselected package libdebhelper-perl.
11:59:43 #11 26.76 Preparing to unpack .../136-libdebhelper-perl_13.9.1ubuntu1_all.deb ...
11:59:43 #11 26.77 Unpacking libdebhelper-perl (13.9.1ubuntu1) ...
11:59:43 #11 26.80 Selecting previously unselected package libtool.
11:59:43 #11 26.80 Preparing to unpack .../137-libtool_2.4.7-4_all.deb ...
11:59:43 #11 26.80 Unpacking libtool (2.4.7-4) ...
11:59:43 #11 26.83 Selecting previously unselected package dh-autoreconf.
11:59:43 #11 26.83 Preparing to unpack .../138-dh-autoreconf_20_all.deb ...
11:59:43 #11 26.84 Unpacking dh-autoreconf (20) ...
11:59:43 #11 26.86 Selecting previously unselected package libarchive-zip-perl.
11:59:43 #11 26.86 Preparing to unpack .../139-libarchive-zip-perl_1.68-1_all.deb ...
11:59:43 #11 26.87 Unpacking libarchive-zip-perl (1.68-1) ...
11:59:43 #11 26.90 Selecting previously unselected package libsub-override-perl.
11:59:43 #11 26.90 Preparing to unpack .../140-libsub-override-perl_0.09-3_all.deb ...
11:59:43 #11 26.90 Unpacking libsub-override-perl (0.09-3) ...
11:59:43 #11 26.93 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:43 #11 26.93 Preparing to unpack .../141-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
11:59:43 #11 26.93 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
11:59:43 #11 26.96 Selecting previously unselected package dh-strip-nondeterminism.
11:59:43 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 24.3s done
11:59:43 #29 0.622 Building static docker-darwin-amd64
11:59:43 #29 0.629 + go build -o /out/docker-darwin-amd64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T11:59:43Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a"' '-buildmode=pie' github.com/docker/cli/cmd/docker
11:59:43 #10 27.30 Preparing to unpack .../109-libdevel-globaldestruction-perl_0.14-1_all.deb ...
11:59:43 #10 27.30 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
11:59:43 #10 27.33 Selecting previously unselected package libb-hooks-op-check-perl.
11:59:43 #10 27.33 Preparing to unpack .../110-libb-hooks-op-check-perl_0.22-1+b1_arm64.deb ...
11:59:43 #10 27.34 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
11:59:43 #10 27.37 Selecting previously unselected package libdynaloader-functions-perl.
11:59:43 #10 27.38 Preparing to unpack .../111-libdynaloader-functions-perl_0.003-1_all.deb ...
11:59:43 #10 27.38 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:59:43 #10 27.41 Selecting previously unselected package libdevel-callchecker-perl.
11:59:43 #10 27.42 Preparing to unpack .../112-libdevel-callchecker-perl_0.008-1_arm64.deb ...
11:59:43 #10 27.42 Unpacking libdevel-callchecker-perl (0.008-1) ...
11:59:43 #10 27.46 Selecting previously unselected package libparams-classify-perl.
11:59:43 #10 27.46 Preparing to unpack .../113-libparams-classify-perl_0.015-1+b1_arm64.deb ...
11:59:43 #10 27.46 Unpacking libparams-classify-perl (0.015-1+b1) ...
11:59:43 #10 27.50 Selecting previously unselected package libmodule-runtime-perl.
11:59:43 #10 27.50 Preparing to unpack .../114-libmodule-runtime-perl_0.016-1_all.deb ...
11:59:43 #10 27.51 Unpacking libmodule-runtime-perl (0.016-1) ...
11:59:43 #10 27.54 Selecting previously unselected package libimport-into-perl.
11:59:43 #10 25.83 Unpacking libasan6:amd64 (10.2.1-6) ...
11:59:43 #10 26.07 Selecting previously unselected package liblsan0:amd64.
11:59:43 #11 26.62 Preparing to unpack .../137-gnupg_2.2.27-3ubuntu2.1_all.deb ...
11:59:43 #11 26.63 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
11:59:43 #11 26.66 Selecting previously unselected package libfile-dirlist-perl.
11:59:43 #11 26.66 Preparing to unpack .../138-libfile-dirlist-perl_0.05-2_all.deb ...
11:59:43 #11 26.67 Unpacking libfile-dirlist-perl (0.05-2) ...
11:59:43 #11 26.70 Selecting previously unselected package libfile-which-perl.
11:59:43 #11 26.70 Preparing to unpack .../139-libfile-which-perl_1.23-1_all.deb ...
11:59:43 #11 26.70 Unpacking libfile-which-perl (1.23-1) ...
11:59:43 #11 26.73 Selecting previously unselected package libfile-homedir-perl.
11:59:43 #11 26.73 Preparing to unpack .../140-libfile-homedir-perl_1.006-1_all.deb ...
11:59:43 #11 26.74 Unpacking libfile-homedir-perl (1.006-1) ...
11:59:43 #11 26.78 Selecting previously unselected package libfile-touch-perl.
11:59:43 #11 26.78 Preparing to unpack .../141-libfile-touch-perl_0.12-1_all.deb ...
11:59:43 #11 26.78 Unpacking libfile-touch-perl (0.12-1) ...
11:59:43 #11 26.81 Selecting previously unselected package libio-pty-perl.
11:59:43 #11 26.81 Preparing to unpack .../142-libio-pty-perl_1%3a1.15-2build2_amd64.deb ...
11:59:43 #11 26.81 Unpacking libio-pty-perl (1:1.15-2build2) ...
11:59:43 #11 26.84 Selecting previously unselected package libipc-run-perl.
11:59:43 #10 27.80 Preparing to unpack .../079-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:59:43 #10 27.80 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:43 #10 27.83 Selecting previously unselected package libgcc-7-dev:amd64.
11:59:43 #10 27.84 Preparing to unpack .../080-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:59:43 #10 27.84 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
11:59:43 #10 28.08 Selecting previously unselected package gcc-7.
11:59:43 #10 25.70 Preparing to unpack .../125-libfile-listing-perl_6.14-1_all.deb ...
11:59:43 #10 25.70 Unpacking libfile-listing-perl (6.14-1) ...
11:59:43 #10 25.74 Selecting previously unselected package libhtml-tagset-perl.
11:59:43 #10 25.74 Preparing to unpack .../126-libhtml-tagset-perl_3.20-4_all.deb ...
11:59:43 #10 25.74 Unpacking libhtml-tagset-perl (3.20-4) ...
11:59:43 #10 25.83 Selecting previously unselected package liburi-perl.
11:59:43 #10 25.83 Preparing to unpack .../127-liburi-perl_5.08-1_all.deb ...
11:59:43 #10 25.83 Unpacking liburi-perl (5.08-1) ...
11:59:43 #10 25.87 Selecting previously unselected package libhtml-parser-perl.
11:59:43 #10 25.87 Preparing to unpack .../128-libhtml-parser-perl_3.75-1+b1_arm64.deb ...
11:59:43 #10 25.87 Unpacking libhtml-parser-perl (3.75-1+b1) ...
11:59:43 #10 25.91 Selecting previously unselected package libhtml-tree-perl.
11:59:43 #10 25.91 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ...
11:59:43 #10 25.92 Unpacking libhtml-tree-perl (5.07-2) ...
11:59:43 #10 25.96 Selecting previously unselected package libio-html-perl.
11:59:43 #10 30.44 Selecting previously unselected package intltool-debian.
11:59:43 #10 30.44 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ...
11:59:43 #10 30.45 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:59:43 #10 30.48 Selecting previously unselected package po-debconf.
11:59:43 #10 30.48 Preparing to unpack .../086-po-debconf_1.0.21_all.deb ...
11:59:43 #10 30.48 Unpacking po-debconf (1.0.21) ...
11:59:43 #10 30.53 Selecting previously unselected package debhelper.
11:59:43 #10 30.54 Preparing to unpack .../087-debhelper_12.1.1_all.deb ...
11:59:43 #10 30.54 Unpacking debhelper (12.1.1) ...
11:59:43 #9 ...
11:59:43 
11:59:43 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
11:59:43 #7 extracting sha256:80e1513108acc0a1ca5e01a9f914b8402f2aff5a1bd38c62b246f606bc63a151 15.2s done
11:59:43 #7 extracting sha256:7d7ecaba86e0a81cdaab07764d4f1a33559cca2282c1ce53f7cce311081df7c9 done
11:59:43 #7 extracting sha256:cd8d70a00e71863bfa6605014d4ab5d5f1c274ad787d72241305b763cb1e57ee done
11:59:43 #7 extracting sha256:2bb109a565e6de9a7dac0d6b91e7be2ef45b3ad4d309679b36298c8e28caf2b2 done
11:59:43 #7 extracting sha256:83502790502ddd5b7dba8aca592d2332dc0ac7efa8fe37bd500e858f55eeaf93 done
11:59:43 #7 extracting sha256:f20327d786aae47c65ca9678b906c87dbd0974fa187ab64a9aeb789ca03eaab9 done
11:59:43 #7 extracting sha256:1749915a5ae74e3c7283ce8db114d590c04d0903724087521ba28f748a44788c 2.3s done
11:59:43 #7 extracting sha256:00041252b20f2827672dadea389c22e9e63c76be4ab42f59bd56e27fef33759c 0.0s done
11:59:43 #7 DONE 24.9s
11:59:43 
11:59:43 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:43 #9 ...
11:59:43 
11:59:43 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:43 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 5.1s
11:59:43 #10 17.63 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.9_armhf.deb ...
11:59:43 #10 17.65 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
11:59:43 #10 17.84 Setting up libssl1.1:armhf (1.1.1-1ubuntu2.1~18.04.20) ...
11:59:43 #11 18.11 Selecting previously unselected package liblocale-gettext-perl.
11:59:43 #11 18.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4387 files and directories currently installed.)
11:59:43 #11 18.11 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_arm64.deb ...
11:59:43 #11 18.12 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:59:43 #11 18.15 Selecting previously unselected package libpython3.10-minimal:arm64.
11:59:43 #11 18.16 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
11:59:43 #11 18.16 Unpacking libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
11:59:43 #11 18.24 Selecting previously unselected package libexpat1:arm64.
11:59:43 #11 18.24 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_arm64.deb ...
11:59:43 #11 18.26 Unpacking libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
11:59:43 #11 18.30 Selecting previously unselected package python3.10-minimal.
11:59:43 #11 18.30 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
11:59:43 #11 18.30 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
11:59:43 #11 18.37 Setting up libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
11:59:43 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 101.71MB / 116.78MB 20.9s
11:59:43 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.5s done
11:59:43 #11 27.66 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ...
11:59:43 #11 27.67 Unpacking libmpfr6:amd64 (4.0.2-1) ...
11:59:43 #11 27.72 Selecting previously unselected package libmpc3:amd64.
11:59:43 #11 27.72 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ...
11:59:43 #11 27.72 Unpacking libmpc3:amd64 (1.1.0-1) ...
11:59:43 #11 27.75 Selecting previously unselected package cpp-9.
11:59:43 #11 27.75 Preparing to unpack .../083-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:59:43 #11 27.76 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
11:59:43 #10 13.16 Get:287 http://deb.debian.org/debian buster/main armhf libmime-tools-perl all 5.509-1 [212 kB]
11:59:43 #10 13.16 Get:288 http://deb.debian.org/debian buster/main armhf libnet-dns-sec-perl armhf 1.11-1 [47.2 kB]
11:59:43 #10 13.16 Get:289 http://deb.debian.org/debian buster/main armhf libnet-libidn-perl armhf 0.12.ds-3+b1 [17.7 kB]
11:59:43 #10 13.16 Get:290 http://deb.debian.org/debian buster/main armhf libnumber-compare-perl all 0.03-1 [7642 B]
11:59:43 #10 13.16 Get:291 http://deb.debian.org/debian buster/main armhf libnumber-range-perl all 0.12-1 [9274 B]
11:59:43 #10 13.16 Get:292 http://deb.debian.org/debian buster/main armhf libossp-uuid16 armhf 1.6.2-1.5+b7 [35.3 kB]
11:59:43 #10 13.16 Get:293 http://deb.debian.org/debian buster/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b7 [27.8 kB]
11:59:43 #10 13.16 Get:294 http://deb.debian.org/debian buster/main armhf libpackage-stash-xs-perl armhf 0.29-1 [18.1 kB]
11:59:43 #10 13.16 Get:295 http://deb.debian.org/debian buster/main armhf libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
11:59:43 #10 13.16 Get:296 http://deb.debian.org/debian buster/main armhf libtext-glob-perl all 0.10-1 [8362 B]
11:59:43 #10 13.16 Get:297 http://deb.debian.org/debian buster/main armhf libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
11:59:43 #10 13.17 Get:298 http://deb.debian.org/debian buster/main armhf libperlio-gzip-perl armhf 0.19-1+b5 [16.2 kB]
11:59:43 #10 13.17 Get:299 http://deb.debian.org/debian buster/main armhf libpod-constants-perl all 0.19-1 [16.9 kB]
11:59:43 #10 13.17 Get:300 http://deb.debian.org/debian buster/main armhf libreadonly-perl all 2.050-1 [22.7 kB]
11:59:43 #10 13.17 Get:301 http://deb.debian.org/debian buster/main armhf libref-util-perl all 0.204-1 [17.1 kB]
11:59:43 #10 13.18 Get:302 http://deb.debian.org/debian buster/main armhf libref-util-xs-perl armhf 0.117-1+b1 [12.8 kB]
11:59:43 #10 13.18 Get:303 http://deb.debian.org/debian buster/main armhf libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
11:59:43 #10 13.18 Get:304 http://deb.debian.org/debian buster/main armhf libsasl2-modules armhf 2.1.27+dfsg-1+deb10u2 [96.9 kB]
11:59:43 #10 13.18 Get:305 http://deb.debian.org/debian buster/main armhf libsereal-decoder-perl armhf 4.005+ds-1+b1 [88.2 kB]
11:59:43 #10 13.18 Get:306 http://deb.debian.org/debian buster/main armhf libsereal-encoder-perl armhf 4.005+ds-1+b1 [89.1 kB]
11:59:43 #10 13.19 Get:307 http://deb.debian.org/debian buster/main armhf libsereal-perl all 4.005-1 [10.8 kB]
11:59:43 #10 13.19 Get:308 http://deb.debian.org/debian buster/main armhf libtask-weaken-perl all 1.06-1 [9252 B]
11:59:43 #10 13.19 Get:309 http://deb.debian.org/debian buster/main armhf libxml-parser-perl armhf 2.44-4 [210 kB]
11:59:43 #10 13.19 Get:310 http://deb.debian.org/debian buster/main armhf libsoap-lite-perl all 1.27-1 [258 kB]
11:59:43 #10 13.20 Get:311 http://deb.debian.org/debian buster/main armhf libsort-key-perl armhf 1.33-2+b1 [35.7 kB]
11:59:43 #10 13.20 Get:312 http://deb.debian.org/debian buster/main armhf libstring-copyright-perl all 0.003006-1 [11.6 kB]
11:59:43 #10 13.20 Get:313 http://deb.debian.org/debian buster/main armhf libstring-escape-perl all 2010.002-2 [19.1 kB]
11:59:43 #10 13.20 Get:314 http://deb.debian.org/debian buster/main armhf libstring-shellquote-perl all 1.04-1 [12.6 kB]
11:59:43 #10 13.20 Get:315 http://deb.debian.org/debian buster/main armhf libterm-readkey-perl armhf 2.38-1 [26.3 kB]
11:59:43 #10 13.20 Get:316 http://deb.debian.org/debian buster/main armhf libtest-fatal-perl all 0.014-1 [11.9 kB]
11:59:43 #10 13.20 Get:317 http://deb.debian.org/debian buster/main armhf libtest-refcount-perl all 0.08-3 [11.4 kB]
11:59:43 #10 13.20 Get:318 http://deb.debian.org/debian buster/main armhf libtext-levenshtein-perl all 0.13-1 [11.1 kB]
11:59:43 #10 13.20 Get:319 http://deb.debian.org/debian buster/main armhf libtype-tiny-xs-perl armhf 0.014-1+b1 [22.5 kB]
11:59:43 #10 13.20 Get:320 http://deb.debian.org/debian buster/main armhf libunicode-utf8-perl armhf 0.62-1 [19.0 kB]
11:59:43 #10 13.20 Get:321 http://deb.debian.org/debian buster/main armhf libwrap0 armhf 7.6.q-28 [55.9 kB]
11:59:43 #10 13.20 Get:322 http://deb.debian.org/debian buster/main armhf libxau6 armhf 1:1.0.8-1+b2 [19.1 kB]
11:59:43 #10 13.20 Get:323 http://deb.debian.org/debian buster/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
11:59:43 #10 13.20 Get:324 http://deb.debian.org/debian buster/main armhf libxcb1 armhf 1.13.1-2 [132 kB]
11:59:43 #10 13.21 Get:325 http://deb.debian.org/debian buster/main armhf libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
11:59:43 #10 13.21 Get:326 http://deb.debian.org/debian buster/main armhf libx11-6 armhf 2:1.6.7-1+deb10u2 [698 kB]
11:59:43 #10 13.22 Get:327 http://deb.debian.org/debian buster/main armhf libxext6 armhf 2:1.3.3-1+b2 [48.1 kB]
11:59:43 #10 13.22 Get:328 http://deb.debian.org/debian buster/main armhf libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
11:59:43 #10 13.24 Get:329 http://deb.debian.org/debian buster/main armhf libxml-sax-base-perl all 1.09-1 [20.4 kB]
11:59:43 #10 13.24 Get:330 http://deb.debian.org/debian buster/main armhf libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
11:59:43 #10 13.24 Get:331 http://deb.debian.org/debian buster/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1 [326 kB]
11:59:43 #10 13.24 Get:332 http://deb.debian.org/debian buster/main armhf libxml-sax-expat-perl all 0.51-1 [12.0 kB]
11:59:43 #10 13.24 Get:333 http://deb.debian.org/debian buster/main armhf libxml-simple-perl all 2.25-1 [72.0 kB]
11:59:43 #10 13.24 Get:334 http://deb.debian.org/debian buster/main armhf libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
11:59:43 #10 13.24 Get:335 http://deb.debian.org/debian buster/main armhf libxmuu1 armhf 2:1.1.2-2+b3 [23.3 kB]
11:59:43 #10 13.24 Get:336 http://deb.debian.org/debian buster/main armhf libyaml-0-2 armhf 0.2.1-1 [40.6 kB]
11:59:43 #10 13.24 Get:337 http://deb.debian.org/debian buster/main armhf libyaml-libyaml-perl armhf 0.76+repack-1 [30.8 kB]
11:59:43 #10 13.27 Get:338 http://deb.debian.org/debian buster/main armhf licensecheck all 3.0.31-3 [28.3 kB]
11:59:43 #10 13.28 Get:339 http://deb.debian.org/debian buster/main armhf t1utils armhf 1.41-3 [54.4 kB]
11:59:43 #10 13.28 Get:340 http://deb.debian.org/debian buster/main armhf lintian all 2.15.0 [1181 kB]
11:59:43 #10 13.31 Get:341 http://deb.debian.org/debian buster/main armhf lsb-release all 10.2019051400 [27.5 kB]
11:59:43 #10 13.31 Get:342 http://deb.debian.org/debian buster/main armhf mailutils armhf 1:3.5-4 [569 kB]
11:59:43 #10 13.35 Get:343 http://deb.debian.org/debian buster/main armhf manpages-dev all 4.16-2 [2232 kB]
11:59:43 #10 13.42 Get:344 http://deb.debian.org/debian buster/main armhf psmisc armhf 23.2-1+deb10u1 [123 kB]
11:59:43 #10 13.42 Get:345 http://deb.debian.org/debian buster/main armhf publicsuffix all 20220811.1734-0+deb10u1 [127 kB]
11:59:43 #10 27.82 Preparing to unpack .../146-libio-socket-ssl-perl_2.078-1_all.deb ...
11:59:43 #10 27.83 Unpacking libio-socket-ssl-perl (2.078-1) ...
11:59:43 #10 27.87 Selecting previously unselected package libnet-http-perl.
11:59:43 #10 27.87 Preparing to unpack .../147-libnet-http-perl_6.22-1_all.deb ...
11:59:43 #10 27.88 Unpacking libnet-http-perl (6.22-1) ...
11:59:43 #10 27.91 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:43 #10 27.91 Preparing to unpack .../148-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:59:43 #10 27.91 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:59:43 #10 27.95 Selecting previously unselected package libtry-tiny-perl.
11:59:43 #10 27.95 Preparing to unpack .../149-libtry-tiny-perl_0.31-2_all.deb ...
11:59:43 #10 27.95 Unpacking libtry-tiny-perl (0.31-2) ...
11:59:43 #10 27.99 Selecting previously unselected package libwww-robotrules-perl.
11:59:43 #10 27.99 Preparing to unpack .../150-libwww-robotrules-perl_6.02-1_all.deb ...
11:59:43 #10 27.99 Unpacking libwww-robotrules-perl (6.02-1) ...
11:59:43 #10 28.04 Selecting previously unselected package libwww-perl.
11:59:43 #10 28.04 Preparing to unpack .../151-libwww-perl_6.67-1_all.deb ...
11:59:43 #10 28.05 Unpacking libwww-perl (6.67-1) ...
11:59:43 #11 25.48 Selecting previously unselected package libubsan1:arm64.
11:59:43 #11 25.49 Preparing to unpack .../091-libubsan1_10.3.0-1ubuntu1~20.04_arm64.deb ...
11:59:43 #11 25.49 Unpacking libubsan1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:43 #11 25.58 Selecting previously unselected package libgcc-9-dev:arm64.
11:59:43 #11 25.58 Preparing to unpack .../092-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:59:43 #11 25.58 Unpacking libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:59:43 #11 25.70 Selecting previously unselected package gcc-9.
11:59:43 #10 27.41 Preparing to unpack .../109-libtimedate-perl_2.3000-2_all.deb ...
11:59:43 #10 27.41 Unpacking libtimedate-perl (2.3000-2) ...
11:59:43 #10 27.44 Selecting previously unselected package dh-strip-nondeterminism.
11:59:43 #10 27.44 Preparing to unpack .../110-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
11:59:43 #10 27.45 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
11:59:43 #10 27.49 Selecting previously unselected package libcroco3:arm64.
11:59:43 #10 27.49 Preparing to unpack .../111-libcroco3_0.6.12-2_arm64.deb ...
11:59:43 #10 27.49 Unpacking libcroco3:arm64 (0.6.12-2) ...
11:59:43 #10 27.53 Selecting previously unselected package gettext.
11:59:43 #10 27.53 Preparing to unpack .../112-gettext_0.19.8.1-6ubuntu0.3_arm64.deb ...
11:59:43 #10 27.53 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
11:59:43 #10 27.65 Selecting previously unselected package intltool-debian.
11:59:43 #11 6.142 Reading package lists...
11:59:43 #11 ...
11:59:43 
11:59:43 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:43 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 0.8s done
11:59:43 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 7.0s done
11:59:43 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8
11:59:43 #11 24.12 Selecting previously unselected package krb5-locales.
11:59:43 #11 24.12 Preparing to unpack .../030-krb5-locales_1.20-1ubuntu0.1_all.deb ...
11:59:43 #11 24.12 Unpacking krb5-locales (1.20-1ubuntu0.1) ...
11:59:43 #11 24.17 Selecting previously unselected package less.
11:59:43 #11 24.17 Preparing to unpack .../031-less_590-1build1_arm64.deb ...
11:59:43 #11 24.18 Unpacking less (590-1build1) ...
11:59:43 #11 24.22 Selecting previously unselected package libmd0:arm64.
11:59:43 #11 24.22 Preparing to unpack .../032-libmd0_1.0.4-2_arm64.deb ...
11:59:43 #11 24.22 Unpacking libmd0:arm64 (1.0.4-2) ...
11:59:43 #11 24.26 Selecting previously unselected package libbsd0:arm64.
11:59:43 #11 24.26 Preparing to unpack .../033-libbsd0_0.11.6-1_arm64.deb ...
11:59:43 #11 24.26 Unpacking libbsd0:arm64 (0.11.6-1) ...
11:59:43 #11 24.30 Selecting previously unselected package libelf1:arm64.
11:59:43 #11 24.30 Preparing to unpack .../034-libelf1_0.187-4_arm64.deb ...
11:59:43 #10 26.29 Selecting previously unselected package libtsan2:amd64.
11:59:43 #10 26.29 Preparing to unpack .../055-libtsan2_12.2.0-14_amd64.deb ...
11:59:43 #10 26.29 Unpacking libtsan2:amd64 (12.2.0-14) ...
11:59:43 #10 26.55 Selecting previously unselected package libubsan1:amd64.
11:59:43 #11 26.96 Preparing to unpack .../142-dh-strip-nondeterminism_1.13.0-1_all.deb ...
11:59:43 #11 26.97 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
11:59:43 #11 26.99 Selecting previously unselected package libdw1:amd64.
11:59:43 #11 27.00 Preparing to unpack .../143-libdw1_0.187-4_amd64.deb ...
11:59:43 #11 27.00 Unpacking libdw1:amd64 (0.187-4) ...
11:59:43 #11 27.03 Selecting previously unselected package debugedit.
11:59:43 #11 27.03 Preparing to unpack .../144-debugedit_1%3a5.0-5_amd64.deb ...
11:59:43 #11 27.03 Unpacking debugedit (1:5.0-5) ...
11:59:43 #11 27.06 Selecting previously unselected package dwz.
11:59:43 #11 27.06 Preparing to unpack .../145-dwz_0.14-1build2_amd64.deb ...
11:59:43 #11 27.06 Unpacking dwz (0.14-1build2) ...
11:59:43 #11 27.09 Selecting previously unselected package gettext.
11:59:43 #11 27.09 Preparing to unpack .../146-gettext_0.21-8_amd64.deb ...
11:59:43 #11 27.10 Unpacking gettext (0.21-8) ...
11:59:43 #11 27.14 Selecting previously unselected package intltool-debian.
11:59:43 #11 27.14 Preparing to unpack .../147-intltool-debian_0.35.0+20060710.5_all.deb ...
11:59:43 #11 27.14 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:59:43 #11 27.17 Selecting previously unselected package po-debconf.
11:59:44 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 0.1s
11:59:44 #10 ...
11:59:44 
11:59:44 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:44 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 21.1s done
11:59:44 #7 extracting sha256:cb6e058491667780df79c8ec2f0e4ab6d30a1fd4de33026781accda5b3f6963e 1.4s done
11:59:44 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.3s done
11:59:44 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 2.7s
11:59:44 #10 27.54 Preparing to unpack .../115-libimport-into-perl_1.002005-1_all.deb ...
11:59:44 #10 27.55 Unpacking libimport-into-perl (1.002005-1) ...
11:59:44 #10 27.58 Selecting previously unselected package librole-tiny-perl.
11:59:44 #10 27.58 Preparing to unpack .../116-librole-tiny-perl_2.000006-1_all.deb ...
11:59:44 #10 27.59 Unpacking librole-tiny-perl (2.000006-1) ...
11:59:44 #10 27.62 Selecting previously unselected package libstrictures-perl.
11:59:44 #10 27.62 Preparing to unpack .../117-libstrictures-perl_2.000005-1_all.deb ...
11:59:44 #10 27.63 Unpacking libstrictures-perl (2.000005-1) ...
11:59:44 #10 27.67 Selecting previously unselected package libsub-quote-perl.
11:59:44 #10 27.67 Preparing to unpack .../118-libsub-quote-perl_2.005001-1_all.deb ...
11:59:44 #10 27.67 Unpacking libsub-quote-perl (2.005001-1) ...
11:59:44 #10 27.71 Selecting previously unselected package libmoo-perl.
11:59:44 #10 27.71 Preparing to unpack .../119-libmoo-perl_2.003004-2_all.deb ...
11:59:44 #10 27.72 Unpacking libmoo-perl (2.003004-2) ...
11:59:44 #10 27.76 Selecting previously unselected package libencode-locale-perl.
11:59:44 #10 27.76 Preparing to unpack .../120-libencode-locale-perl_1.05-1_all.deb ...
11:59:44 #10 27.76 Unpacking libencode-locale-perl (1.05-1) ...
11:59:44 #10 27.80 Selecting previously unselected package libtimedate-perl.
11:59:44 #10 26.07 Preparing to unpack .../048-liblsan0_10.2.1-6_amd64.deb ...
11:59:44 #10 26.08 Unpacking liblsan0:amd64 (10.2.1-6) ...
11:59:44 #10 26.19 Selecting previously unselected package libtsan0:amd64.
11:59:44 #10 26.19 Preparing to unpack .../049-libtsan0_10.2.1-6_amd64.deb ...
11:59:44 #10 26.19 Unpacking libtsan0:amd64 (10.2.1-6) ...
11:59:44 #11 26.84 Preparing to unpack .../143-libipc-run-perl_20200505.0-1_all.deb ...
11:59:44 #11 26.85 Unpacking libipc-run-perl (20200505.0-1) ...
11:59:44 #11 26.88 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:44 #11 26.88 Preparing to unpack .../144-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:59:44 #11 26.89 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:59:44 #11 26.92 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:44 #11 26.92 Preparing to unpack .../145-libclass-xsaccessor-perl_1.19-3build9_amd64.deb ...
11:59:44 #11 26.92 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
11:59:44 #11 26.95 Selecting previously unselected package libb-hooks-op-check-perl.
11:59:44 #11 26.95 Preparing to unpack .../146-libb-hooks-op-check-perl_0.22-1build5_amd64.deb ...
11:59:44 #11 26.95 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
11:59:44 #11 26.98 Selecting previously unselected package libdynaloader-functions-perl.
11:59:44 #11 26.98 Preparing to unpack .../147-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:59:44 #11 26.98 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:59:44 #11 27.01 Selecting previously unselected package libdevel-callchecker-perl.
11:59:44 #11 27.01 Preparing to unpack .../148-libdevel-callchecker-perl_0.008-1ubuntu4_amd64.deb ...
11:59:44 #11 27.02 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:59:44 #11 27.04 Selecting previously unselected package libparams-classify-perl.
11:59:44 #11 27.04 Preparing to unpack .../149-libparams-classify-perl_0.015-1build5_amd64.deb ...
11:59:44 #11 27.04 Unpacking libparams-classify-perl (0.015-1build5) ...
11:59:44 #11 27.07 Selecting previously unselected package libmodule-runtime-perl.
11:59:44 #10 28.08 Preparing to unpack .../081-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:59:44 #10 28.08 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
11:59:44 #10 25.97 Preparing to unpack .../130-libio-html-perl_1.004-2_all.deb ...
11:59:44 #10 25.97 Unpacking libio-html-perl (1.004-2) ...
11:59:44 #10 26.00 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:44 #10 26.01 Preparing to unpack .../131-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:59:44 #10 26.01 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:59:44 #10 26.05 Selecting previously unselected package libhttp-message-perl.
11:59:44 #10 26.05 Preparing to unpack .../132-libhttp-message-perl_6.28-1_all.deb ...
11:59:44 #10 26.06 Unpacking libhttp-message-perl (6.28-1) ...
11:59:44 #10 26.10 Selecting previously unselected package libhttp-cookies-perl.
11:59:44 #10 26.10 Preparing to unpack .../133-libhttp-cookies-perl_6.10-1_all.deb ...
11:59:44 #10 26.10 Unpacking libhttp-cookies-perl (6.10-1) ...
11:59:44 #10 26.13 Selecting previously unselected package libhttp-negotiate-perl.
11:59:44 #10 26.13 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ...
11:59:44 #10 26.14 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:59:44 #10 26.17 Selecting previously unselected package perl-openssl-defaults:arm64.
11:59:44 #10 26.17 Preparing to unpack .../135-perl-openssl-defaults_5_arm64.deb ...
11:59:44 #10 26.18 Unpacking perl-openssl-defaults:arm64 (5) ...
11:59:44 #10 26.21 Selecting previously unselected package libnet-ssleay-perl.
11:59:44 #10 30.67 Selecting previously unselected package debian-keyring.
11:59:44 #10 30.67 Preparing to unpack .../088-debian-keyring_2019.02.25_all.deb ...
11:59:44 #10 30.67 Unpacking debian-keyring (2019.02.25) ...
11:59:44 #10 18.00 Setting up libpython3.6-minimal:armhf (3.6.9-1~18.04ubuntu1.9) ...
11:59:44 #10 18.02 Setting up libexpat1:armhf (2.2.5-3ubuntu0.9) ...
11:59:44 #10 18.04 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
11:59:44 #11 18.39 Setting up libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
11:59:44 #11 18.40 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
11:59:44 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971
11:59:44 #10 28.10 Selecting previously unselected package patchutils.
11:59:44 #10 28.10 Preparing to unpack .../152-patchutils_0.4.2-1_arm64.deb ...
11:59:44 #10 28.10 Unpacking patchutils (0.4.2-1) ...
11:59:44 #10 28.14 Selecting previously unselected package wdiff.
11:59:44 #10 28.14 Preparing to unpack .../153-wdiff_1.2.2-4_arm64.deb ...
11:59:44 #10 28.15 Unpacking wdiff (1.2.2-4) ...
11:59:44 #10 28.21 Selecting previously unselected package devscripts.
11:59:44 #10 28.21 Preparing to unpack .../154-devscripts_2.22.2_arm64.deb ...
11:59:44 #10 28.23 Unpacking devscripts (2.22.2) ...
11:59:44 #10 28.35 Selecting previously unselected package diffstat.
11:59:44 #10 13.44 Get:346 http://deb.debian.org/debian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
11:59:44 #10 13.44 Get:347 http://deb.debian.org/debian buster/main armhf python3-apt armhf 1.8.4.3 [169 kB]
11:59:44 #10 13.44 Get:348 http://deb.debian.org/debian buster/main armhf python3-certifi all 2018.8.24-1 [140 kB]
11:59:44 #10 13.44 Get:349 http://deb.debian.org/debian buster/main armhf python3-idna all 2.6-1 [34.3 kB]
11:59:44 #10 13.44 Get:350 http://deb.debian.org/debian buster/main armhf python3-magic all 2:0.4.15-2 [9256 B]
11:59:44 #10 13.44 Get:351 http://deb.debian.org/debian buster/main armhf python3-urllib3 all 1.24.1-1 [97.1 kB]
11:59:44 #10 13.46 Get:352 http://deb.debian.org/debian buster/main armhf python3-requests all 2.21.0-1 [66.9 kB]
11:59:44 #10 13.46 Get:353 http://deb.debian.org/debian buster/main armhf python3-unidiff all 0.5.4-1 [7506 B]
11:59:44 #10 13.46 Get:354 http://deb.debian.org/debian buster/main armhf python3-xdg all 0.25-5 [35.9 kB]
11:59:44 #10 13.46 Get:355 http://deb.debian.org/debian buster/main armhf shared-mime-info armhf 1.10-1 [763 kB]
11:59:44 #10 13.47 Get:356 http://deb.debian.org/debian buster/main armhf strace armhf 4.26-0.2 [783 kB]
11:59:44 #10 13.47 Get:357 http://deb.debian.org/debian-security buster/updates/main armhf unzip armhf 6.0-23+deb10u3 [158 kB]
11:59:44 #10 13.48 Get:358 http://deb.debian.org/debian buster/main armhf xauth armhf 1:1.0.10-1 [37.4 kB]
11:59:44 #10 13.48 Get:359 http://deb.debian.org/debian buster/main armhf xdg-user-dirs armhf 0.17-2 [52.4 kB]
11:59:44 #11 25.71 Preparing to unpack .../093-gcc-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:59:44 #11 25.71 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
11:59:44 #10 27.65 Preparing to unpack .../113-intltool-debian_0.35.0+20060710.4_all.deb ...
11:59:44 #10 27.66 Unpacking intltool-debian (0.35.0+20060710.4) ...
11:59:44 #10 27.69 Selecting previously unselected package po-debconf.
11:59:44 #10 27.69 Preparing to unpack .../114-po-debconf_1.0.20_all.deb ...
11:59:44 #10 27.69 Unpacking po-debconf (1.0.20) ...
11:59:44 #10 27.74 Selecting previously unselected package debhelper.
11:59:44 #10 27.74 Preparing to unpack .../115-debhelper_11.1.6ubuntu2_all.deb ...
11:59:44 #10 27.74 Unpacking debhelper (11.1.6ubuntu2) ...
11:59:44 #10 27.84 Selecting previously unselected package libfile-which-perl.
11:59:44 #10 27.84 Preparing to unpack .../116-libfile-which-perl_1.21-1_all.deb ...
11:59:44 #10 27.85 Unpacking libfile-which-perl (1.21-1) ...
11:59:44 #10 27.88 Selecting previously unselected package libfile-homedir-perl.
11:59:44 #10 27.88 Preparing to unpack .../117-libfile-homedir-perl_1.002-1_all.deb ...
11:59:44 #10 27.88 Unpacking libfile-homedir-perl (1.002-1) ...
11:59:44 #10 27.93 Selecting previously unselected package devscripts.
11:59:44 #10 26.55 Preparing to unpack .../056-libubsan1_12.2.0-14_amd64.deb ...
11:59:44 #10 26.56 Unpacking libubsan1:amd64 (12.2.0-14) ...
11:59:44 #10 26.67 Selecting previously unselected package libquadmath0:amd64.
11:59:44 #10 26.67 Preparing to unpack .../057-libquadmath0_12.2.0-14_amd64.deb ...
11:59:44 #10 26.67 Unpacking libquadmath0:amd64 (12.2.0-14) ...
11:59:44 #10 26.74 Selecting previously unselected package libgcc-12-dev:amd64.
11:59:44 #10 26.74 Preparing to unpack .../058-libgcc-12-dev_12.2.0-14_amd64.deb ...
11:59:44 #10 26.74 Unpacking libgcc-12-dev:amd64 (12.2.0-14) ...
11:59:44 #11 24.31 Unpacking libelf1:arm64 (0.187-4) ...
11:59:44 #11 24.33 Selecting previously unselected package libglib2.0-data.
11:59:44 #11 24.34 Preparing to unpack .../035-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
11:59:44 #11 24.34 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
11:59:44 #11 24.37 Selecting previously unselected package libicu71:arm64.
11:59:44 #11 24.38 Preparing to unpack .../036-libicu71_71.1-3ubuntu1_arm64.deb ...
11:59:44 #11 24.38 Unpacking libicu71:arm64 (71.1-3ubuntu1) ...
11:59:44 #11 24.58 Selecting previously unselected package libxml2:arm64.
11:59:44 #11 27.17 Preparing to unpack .../148-po-debconf_1.0.21+nmu1_all.deb ...
11:59:44 #11 27.17 Unpacking po-debconf (1.0.21+nmu1) ...
11:59:44 #11 27.22 Selecting previously unselected package debhelper.
11:59:44 #11 27.22 Preparing to unpack .../149-debhelper_13.9.1ubuntu1_all.deb ...
11:59:44 #11 27.22 Unpacking debhelper (13.9.1ubuntu1) ...
11:59:44 #11 27.28 Selecting previously unselected package libfakeroot:amd64.
11:59:44 #11 27.28 Preparing to unpack .../150-libfakeroot_1.29-1ubuntu1_amd64.deb ...
11:59:44 #11 27.28 Unpacking libfakeroot:amd64 (1.29-1ubuntu1) ...
11:59:44 #11 27.31 Selecting previously unselected package fakeroot.
11:59:44 #11 27.31 Preparing to unpack .../151-fakeroot_1.29-1ubuntu1_amd64.deb ...
11:59:44 #11 27.31 Unpacking fakeroot (1.29-1ubuntu1) ...
11:59:44 #11 27.34 Selecting previously unselected package libassuan0:amd64.
11:59:44 #11 27.35 Preparing to unpack .../152-libassuan0_2.5.5-4_amd64.deb ...
11:59:44 #11 27.35 Unpacking libassuan0:amd64 (2.5.5-4) ...
11:59:44 #11 27.38 Selecting previously unselected package gpgconf.
11:59:44 #11 27.38 Preparing to unpack .../153-gpgconf_2.2.35-3ubuntu1_amd64.deb ...
11:59:44 #7 ...
11:59:44 
11:59:44 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
11:59:44 #9 extracting sha256:47d1cc72e50701299c35dc3bb9b873d1691cf9a526063b81f84baaf3e91616e1 3.2s done
11:59:44 #9 extracting sha256:dcd7c0c8ecbcc4b25764f7253e37ce5225765fe76337a770d0b023973659e8ef done
11:59:44 #9 DONE 25.0s
11:59:44 
11:59:44 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:44 #12 14.54 CentOS Stream 8 - Extras                         20 kB/s |  17 kB     00:00    
11:59:44 #12 15.38 CentOS Stream 8 - Extras common packages        7.6 kB/s | 5.2 kB     00:00    
11:59:44 #10 27.80 Preparing to unpack .../121-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
11:59:44 #10 27.80 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
11:59:44 #10 27.84 Selecting previously unselected package libhttp-date-perl.
11:59:44 #10 27.85 Preparing to unpack .../122-libhttp-date-perl_6.02-1_all.deb ...
11:59:44 #10 27.85 Unpacking libhttp-date-perl (6.02-1) ...
11:59:44 #10 27.89 Selecting previously unselected package libfile-listing-perl.
11:59:44 #10 27.89 Preparing to unpack .../123-libfile-listing-perl_6.04-1_all.deb ...
11:59:44 #10 27.89 Unpacking libfile-listing-perl (6.04-1) ...
11:59:44 #10 27.92 Selecting previously unselected package libhtml-tagset-perl.
11:59:44 #10 27.92 Preparing to unpack .../124-libhtml-tagset-perl_3.20-3_all.deb ...
11:59:44 #10 27.93 Unpacking libhtml-tagset-perl (3.20-3) ...
11:59:44 #10 27.96 Selecting previously unselected package liburi-perl.
11:59:44 #10 27.97 Preparing to unpack .../125-liburi-perl_1.76-1_all.deb ...
11:59:44 #10 27.97 Unpacking liburi-perl (1.76-1) ...
11:59:44 #10 28.01 Selecting previously unselected package libhtml-parser-perl.
11:59:44 #10 28.01 Preparing to unpack .../126-libhtml-parser-perl_3.72-3+b3_arm64.deb ...
11:59:44 #10 28.02 Unpacking libhtml-parser-perl (3.72-3+b3) ...
11:59:44 #10 28.06 Selecting previously unselected package libhtml-tree-perl.
11:59:44 #10 26.42 Selecting previously unselected package libubsan1:amd64.
11:59:44 #10 26.42 Preparing to unpack .../050-libubsan1_10.2.1-6_amd64.deb ...
11:59:44 #10 26.43 Unpacking libubsan1:amd64 (10.2.1-6) ...
11:59:44 #10 26.54 Selecting previously unselected package libquadmath0:amd64.
11:59:44 #10 26.54 Preparing to unpack .../051-libquadmath0_10.2.1-6_amd64.deb ...
11:59:44 #10 26.54 Unpacking libquadmath0:amd64 (10.2.1-6) ...
11:59:44 #10 26.58 Selecting previously unselected package libgcc-10-dev:amd64.
11:59:44 #10 26.58 Preparing to unpack .../052-libgcc-10-dev_10.2.1-6_amd64.deb ...
11:59:44 #10 26.59 Unpacking libgcc-10-dev:amd64 (10.2.1-6) ...
11:59:44 #11 27.08 Preparing to unpack .../150-libmodule-runtime-perl_0.016-1_all.deb ...
11:59:44 #11 27.08 Unpacking libmodule-runtime-perl (0.016-1) ...
11:59:44 #11 27.10 Selecting previously unselected package libimport-into-perl.
11:59:44 #11 27.11 Preparing to unpack .../151-libimport-into-perl_1.002005-1_all.deb ...
11:59:44 #11 27.11 Unpacking libimport-into-perl (1.002005-1) ...
11:59:44 #11 27.13 Selecting previously unselected package librole-tiny-perl.
11:59:44 #11 27.13 Preparing to unpack .../152-librole-tiny-perl_2.002004-1_all.deb ...
11:59:44 #11 27.14 Unpacking librole-tiny-perl (2.002004-1) ...
11:59:44 #11 27.16 Selecting previously unselected package libsub-quote-perl.
11:59:44 #11 27.17 Preparing to unpack .../153-libsub-quote-perl_2.006006-1_all.deb ...
11:59:44 #11 27.17 Unpacking libsub-quote-perl (2.006006-1) ...
11:59:44 #11 27.19 Selecting previously unselected package libmoo-perl.
11:59:44 #11 27.19 Preparing to unpack .../154-libmoo-perl_2.005004-3_all.deb ...
11:59:44 #11 27.20 Unpacking libmoo-perl (2.005004-3) ...
11:59:44 #11 27.22 Selecting previously unselected package libencode-locale-perl.
11:59:44 #11 27.23 Preparing to unpack .../155-libencode-locale-perl_1.05-1.1_all.deb ...
11:59:44 #11 27.23 Unpacking libencode-locale-perl (1.05-1.1) ...
11:59:44 #11 27.26 Selecting previously unselected package libtimedate-perl.
11:59:44 #11 27.26 Preparing to unpack .../156-libtimedate-perl_2.3300-2_all.deb ...
11:59:44 #11 27.26 Unpacking libtimedate-perl (2.3300-2) ...
11:59:44 #11 27.29 Selecting previously unselected package libhttp-date-perl.
11:59:44 #11 27.29 Preparing to unpack .../157-libhttp-date-perl_6.05-1_all.deb ...
11:59:44 #11 27.30 Unpacking libhttp-date-perl (6.05-1) ...
11:59:44 #10 26.21 Preparing to unpack .../136-libnet-ssleay-perl_1.88-3+b1_arm64.deb ...
11:59:44 #10 26.21 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
11:59:44 #10 26.27 Selecting previously unselected package libio-socket-ssl-perl.
11:59:44 #10 26.27 Preparing to unpack .../137-libio-socket-ssl-perl_2.069-1_all.deb ...
11:59:44 #10 26.27 Unpacking libio-socket-ssl-perl (2.069-1) ...
11:59:44 #10 26.32 Selecting previously unselected package libnet-http-perl.
11:59:44 #10 26.32 Preparing to unpack .../138-libnet-http-perl_6.20-1_all.deb ...
11:59:44 #10 26.33 Unpacking libnet-http-perl (6.20-1) ...
11:59:44 #10 26.36 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:44 #10 26.36 Preparing to unpack .../139-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:59:44 #10 26.36 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:59:44 #10 26.39 Selecting previously unselected package libtry-tiny-perl.
11:59:44 #10 26.39 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ...
11:59:44 #10 26.40 Unpacking libtry-tiny-perl (0.30-1) ...
11:59:44 #10 26.43 Selecting previously unselected package libwww-robotrules-perl.
11:59:44 #10 26.43 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ...
11:59:44 #10 26.43 Unpacking libwww-robotrules-perl (6.02-1) ...
11:59:44 #10 26.46 Selecting previously unselected package libwww-perl.
11:59:44 #10 26.47 Preparing to unpack .../142-libwww-perl_6.52-1_all.deb ...
11:59:44 #10 26.47 Unpacking libwww-perl (6.52-1) ...
11:59:44 #10 26.51 Selecting previously unselected package patchutils.
11:59:44 #10 26.51 Preparing to unpack .../143-patchutils_0.4.2-1_arm64.deb ...
11:59:44 #10 26.52 Unpacking patchutils (0.4.2-1) ...
11:59:44 #10 26.56 Selecting previously unselected package wdiff.
11:59:44 #10 25.62   Preparing        :                                                        1/1 
11:59:44 #10 25.70   Installing       : systemd-libs-252-3.el9.x86_64                        1/166 
11:59:44 #10 25.71   Running scriptlet: systemd-libs-252-3.el9.x86_64                        1/166 
11:59:44 #10 25.73   Installing       : elfutils-debuginfod-client-0.188-3.el9.x86_64        2/166 
11:59:44 #10 25.74   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                      3/166 
11:59:44 #10 25.79   Installing       : groff-base-1.22.4-10.el9.x86_64                      3/166 
11:59:44 #10 25.79   Running scriptlet: groff-base-1.22.4-10.el9.x86_64                      3/166 
11:59:44 #10 25.80   Installing       : file-5.39-10.el9.x86_64                              4/166 
11:59:44 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 5.0s
11:59:44 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 109.05MB / 116.78MB 21.7s
11:59:44 #10 28.35 Preparing to unpack .../155-diffstat_1.65-1_arm64.deb ...
11:59:44 #10 28.36 Unpacking diffstat (1.65-1) ...
11:59:44 #10 28.39 Selecting previously unselected package distro-info-data.
11:59:44 #10 28.39 Preparing to unpack .../156-distro-info-data_0.56_all.deb ...
11:59:44 #10 28.39 Unpacking distro-info-data (0.56) ...
11:59:44 #10 28.47 Selecting previously unselected package python3-pkg-resources.
11:59:44 #10 28.47 Preparing to unpack .../157-python3-pkg-resources_65.6.3-1_all.deb ...
11:59:44 #10 28.47 Unpacking python3-pkg-resources (65.6.3-1) ...
11:59:44 #10 28.53 Selecting previously unselected package python3-chardet.
11:59:44 #10 28.53 Preparing to unpack .../158-python3-chardet_5.1.0+dfsg-2_all.deb ...
11:59:44 #10 28.53 Unpacking python3-chardet (5.1.0+dfsg-2) ...
11:59:44 #10 28.58 Selecting previously unselected package python3-debian.
11:59:44 #10 28.58 Preparing to unpack .../159-python3-debian_0.1.49_all.deb ...
11:59:44 #10 28.59 Unpacking python3-debian (0.1.49) ...
11:59:44 #10 28.63 Selecting previously unselected package libgpgme11:arm64.
11:59:44 #10 28.64 Preparing to unpack .../160-libgpgme11_1.18.0-3+b1_arm64.deb ...
11:59:44 #10 28.64 Unpacking libgpgme11:arm64 (1.18.0-3+b1) ...
11:59:44 #10 28.69 Selecting previously unselected package python3-gpg.
11:59:44 #10 13.79 debconf: delaying package configuration, since apt-utils is not installed
11:59:44 #10 13.83 Fetched 156 MB in 5s (29.5 MB/s)
11:59:44 #10 13.88 Selecting previously unselected package sensible-utils.
11:59:44 #10 13.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 ... 6671 files and directories currently installed.)
11:59:44 #10 13.88 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
11:59:44 #10 13.88 Unpacking sensible-utils (0.0.12) ...
11:59:44 #10 13.95 Selecting previously unselected package lsb-base.
11:59:44 #10 13.95 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
11:59:44 #10 27.93 Preparing to unpack .../118-devscripts_2.17.12ubuntu1.1_arm64.deb ...
11:59:44 #10 27.95 Unpacking devscripts (2.17.12ubuntu1.1) ...
11:59:44 #10 28.05 Selecting previously unselected package diffstat.
11:59:44 #10 28.05 Preparing to unpack .../119-diffstat_1.61-1build1_arm64.deb ...
11:59:44 #10 28.05 Unpacking diffstat (1.61-1build1) ...
11:59:44 #10 28.09 Selecting previously unselected package libassuan0:arm64.
11:59:44 #10 28.09 Preparing to unpack .../120-libassuan0_2.5.1-2_arm64.deb ...
11:59:44 #10 28.09 Unpacking libassuan0:arm64 (2.5.1-2) ...
11:59:44 #10 28.13 Selecting previously unselected package gpgconf.
11:59:44 #10 28.13 Preparing to unpack .../121-gpgconf_2.2.4-1ubuntu1.6_arm64.deb ...
11:59:44 #10 28.13 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
11:59:44 #10 28.17 Selecting previously unselected package libksba8:arm64.
11:59:44 #10 26.97 Selecting previously unselected package gcc-12.
11:59:44 #10 26.97 Preparing to unpack .../059-gcc-12_12.2.0-14_amd64.deb ...
11:59:44 #10 26.97 Unpacking gcc-12 (12.2.0-14) ...
11:59:44 #11 24.58 Preparing to unpack .../037-libxml2_2.9.14+dfsg-1ubuntu0.1_arm64.deb ...
11:59:44 #11 24.59 Unpacking libxml2:arm64 (2.9.14+dfsg-1ubuntu0.1) ...
11:59:44 #11 24.63 Selecting previously unselected package libyaml-0-2:arm64.
11:59:44 #11 24.63 Preparing to unpack .../038-libyaml-0-2_0.2.5-1_arm64.deb ...
11:59:44 #11 24.64 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
11:59:44 #11 24.68 Selecting previously unselected package lsb-release.
11:59:44 #11 24.68 Preparing to unpack .../039-lsb-release_11.2ubuntu1_all.deb ...
11:59:44 #11 24.68 Unpacking lsb-release (11.2ubuntu1) ...
11:59:44 #11 24.72 Selecting previously unselected package netbase.
11:59:44 #11 24.72 Preparing to unpack .../040-netbase_6.3_all.deb ...
11:59:44 #11 24.72 Unpacking netbase (6.3) ...
11:59:44 #11 24.76 Selecting previously unselected package python3-dbus.
11:59:44 #11 24.76 Preparing to unpack .../041-python3-dbus_1.2.18-3build1_arm64.deb ...
11:59:44 #11 24.76 Unpacking python3-dbus (1.2.18-3build1) ...
11:59:44 #11 24.80 Selecting previously unselected package python3-gi.
11:59:44 #11 28.44 Selecting previously unselected package cpp.
11:59:44 #11 28.44 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
11:59:44 #11 28.45 Unpacking cpp (4:9.3.0-1ubuntu2) ...
11:59:44 #11 28.48 Selecting previously unselected package libcc1-0:amd64.
11:59:44 #11 28.48 Preparing to unpack .../085-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:59:44 #11 28.49 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
11:59:44 #11 28.52 Selecting previously unselected package libgomp1:amd64.
11:59:44 #11 27.38 Unpacking gpgconf (2.2.35-3ubuntu1) ...
11:59:44 #11 27.41 Selecting previously unselected package libksba8:amd64.
11:59:44 #11 27.41 Preparing to unpack .../154-libksba8_1.6.0-3ubuntu1.1_amd64.deb ...
11:59:44 #11 27.42 Unpacking libksba8:amd64 (1.6.0-3ubuntu1.1) ...
11:59:44 #11 27.45 Selecting previously unselected package libnpth0:amd64.
11:59:44 #11 27.46 Preparing to unpack .../155-libnpth0_1.6-3build2_amd64.deb ...
11:59:44 #11 27.46 Unpacking libnpth0:amd64 (1.6-3build2) ...
11:59:44 #11 27.49 Selecting previously unselected package dirmngr.
11:59:44 #11 27.49 Preparing to unpack .../156-dirmngr_2.2.35-3ubuntu1_amd64.deb ...
11:59:44 #11 27.50 Unpacking dirmngr (2.2.35-3ubuntu1) ...
11:59:44 #11 27.53 Selecting previously unselected package gnupg-l10n.
11:59:44 #11 27.53 Preparing to unpack .../157-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
11:59:44 #11 27.54 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
11:59:44 #11 27.56 Selecting previously unselected package gnupg-utils.
11:59:44 #11 27.56 Preparing to unpack .../158-gnupg-utils_2.2.35-3ubuntu1_amd64.deb ...
11:59:44 #11 27.57 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
11:59:44 #11 27.63 Selecting previously unselected package gpg.
11:59:44 #11 27.63 Preparing to unpack .../159-gpg_2.2.35-3ubuntu1_amd64.deb ...
11:59:44 #11 27.63 Unpacking gpg (2.2.35-3ubuntu1) ...
11:59:44 #11 27.66 Selecting previously unselected package pinentry-curses.
11:59:44 #11 27.66 Preparing to unpack .../160-pinentry-curses_1.2.0-2ubuntu1_amd64.deb ...
11:59:44 #11 27.67 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
11:59:44 #11 27.70 Selecting previously unselected package gpg-agent.
11:59:44 #11 27.70 Preparing to unpack .../161-gpg-agent_2.2.35-3ubuntu1_amd64.deb ...
11:59:44 #11 27.70 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
11:59:44 #11 27.73 Selecting previously unselected package gpg-wks-client.
11:59:44 #7 ...
11:59:44 
11:59:44 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:44 #11 6.142 Reading package lists...
11:59:44 #11 7.164 Building dependency tree...
11:59:44 #11 7.368 Reading state information...
11:59:44 #13 DONE 81.5s
11:59:44 
11:59:44 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
11:59:44 #10 28.06 Preparing to unpack .../127-libhtml-tree-perl_5.07-2_all.deb ...
11:59:44 #10 28.07 Unpacking libhtml-tree-perl (5.07-2) ...
11:59:44 #10 28.11 Selecting previously unselected package libio-html-perl.
11:59:44 #10 28.11 Preparing to unpack .../128-libio-html-perl_1.001-1_all.deb ...
11:59:44 #10 28.12 Unpacking libio-html-perl (1.001-1) ...
11:59:44 #10 28.16 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:44 #10 28.16 Preparing to unpack .../129-liblwp-mediatypes-perl_6.02-1_all.deb ...
11:59:44 #10 28.16 Unpacking liblwp-mediatypes-perl (6.02-1) ...
11:59:44 #10 28.20 Selecting previously unselected package libhttp-message-perl.
11:59:44 #10 28.20 Preparing to unpack .../130-libhttp-message-perl_6.18-1_all.deb ...
11:59:44 #10 28.21 Unpacking libhttp-message-perl (6.18-1) ...
11:59:44 #10 28.25 Selecting previously unselected package libhttp-cookies-perl.
11:59:44 #10 28.25 Preparing to unpack .../131-libhttp-cookies-perl_6.04-1_all.deb ...
11:59:44 #10 28.26 Unpacking libhttp-cookies-perl (6.04-1) ...
11:59:44 #11 27.33 Selecting previously unselected package libfile-listing-perl.
11:59:44 #11 27.33 Preparing to unpack .../158-libfile-listing-perl_6.14-1_all.deb ...
11:59:44 #11 27.33 Unpacking libfile-listing-perl (6.14-1) ...
11:59:44 #11 27.36 Selecting previously unselected package libhtml-tagset-perl.
11:59:44 #11 27.36 Preparing to unpack .../159-libhtml-tagset-perl_3.20-4_all.deb ...
11:59:44 #11 27.36 Unpacking libhtml-tagset-perl (3.20-4) ...
11:59:44 #11 27.39 Selecting previously unselected package liburi-perl.
11:59:44 #11 27.39 Preparing to unpack .../160-liburi-perl_5.10-1_all.deb ...
11:59:44 #11 27.39 Unpacking liburi-perl (5.10-1) ...
11:59:44 #11 27.42 Selecting previously unselected package libhtml-parser-perl:amd64.
11:59:44 #11 27.43 Preparing to unpack .../161-libhtml-parser-perl_3.76-1build2_amd64.deb ...
11:59:44 #11 27.43 Unpacking libhtml-parser-perl:amd64 (3.76-1build2) ...
11:59:44 #11 27.45 Selecting previously unselected package libhtml-tree-perl.
11:59:44 #11 27.46 Preparing to unpack .../162-libhtml-tree-perl_5.07-2_all.deb ...
11:59:44 #11 27.46 Unpacking libhtml-tree-perl (5.07-2) ...
11:59:44 #11 27.50 Selecting previously unselected package libio-html-perl.
11:59:44 #11 27.50 Preparing to unpack .../163-libio-html-perl_1.004-2_all.deb ...
11:59:44 #11 27.50 Unpacking libio-html-perl (1.004-2) ...
11:59:44 #11 27.53 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:44 #11 27.53 Preparing to unpack .../164-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:59:44 #11 27.53 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:59:44 #11 27.57 Selecting previously unselected package libhttp-message-perl.
11:59:44 #11 27.57 Preparing to unpack .../165-libhttp-message-perl_6.36-1_all.deb ...
11:59:44 #11 27.57 Unpacking libhttp-message-perl (6.36-1) ...
11:59:44 #11 27.60 Selecting previously unselected package libhttp-cookies-perl.
11:59:44 #11 27.60 Preparing to unpack .../166-libhttp-cookies-perl_6.10-1_all.deb ...
11:59:44 #11 27.61 Unpacking libhttp-cookies-perl (6.10-1) ...
11:59:44 #11 27.63 Selecting previously unselected package libhttp-negotiate-perl.
11:59:44 #10 26.56 Preparing to unpack .../144-wdiff_1.2.2-2+b1_arm64.deb ...
11:59:44 #10 26.56 Unpacking wdiff (1.2.2-2+b1) ...
11:59:44 #10 26.62 Selecting previously unselected package devscripts.
11:59:44 #10 26.62 Preparing to unpack .../145-devscripts_2.21.3+deb11u1_arm64.deb ...
11:59:44 #10 26.64 Unpacking devscripts (2.21.3+deb11u1) ...
11:59:44 #10 25.81   Installing       : python3-libselinux-3.5-0.rc1.1.el9.x86_64            5/166 
11:59:44 #10 25.82   Installing       : xz-5.2.5-8.el9.x86_64                                6/166 
11:59:44 #10 25.83   Installing       : unzip-6.0-56.el9.x86_64                              7/166 
11:59:44 #10 25.90   Installing       : python3-setuptools-53.0.0-12.el9.noarch              8/166 
11:59:44 #10 25.91   Installing       : libproxy-0.4.15-35.el9.x86_64                        9/166 
11:59:44 #10 25.92   Installing       : less-590-1.el9.x86_64                               10/166 
11:59:44 #10 25.94   Installing       : diffutils-3.7-12.el9.x86_64                         11/166 
11:59:44 #10 25.96   Installing       : cracklib-2.9.6-27.el9.x86_64                        12/166 
11:59:44 #10 25.97   Installing       : cpio-2.13-16.el9.x86_64                             13/166 
11:59:44 #7 ...
11:59:44 
11:59:44 #9 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bookworm@sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
11:59:44 #9 extracting sha256:d74305eb0c954d5c114d5d553893e44f6c1c9ca1516605d20ce1f86ee113aa91 done
11:59:44 #9 extracting sha256:decfc7c44756de509113f60fa9a88c658d310425f84fb4bf71cd27b0157bd406 0.0s done
11:59:44 #9 extracting sha256:82de9d774bdcb1209bfaa94d7a8e3646d208c0e43ee7c02319ea59943cd7547d done
11:59:44 #9 extracting sha256:cd57115a4e2596660b099bd9d42461ab850508b76d3d10feead7ea39dd38091d done
11:59:44 #9 extracting sha256:8e2ac8ca41cbf082c29210a88a9cb22cdacd4affaefd9d86f015f6815ebf9eda 0.0s done
11:59:44 #9 extracting sha256:04316490362d81f89d36155c0b0f967ed59d67780f3494c5b21da7bc44fe3343 2.8s done
11:59:44 #9 extracting sha256:4c2d9fa6e0e87354a19ec17ea5d8500ae139ebefa61bcfc07041571b2527b9a8 0.0s done
11:59:44 #9 DONE 25.9s
11:59:44 
11:59:44 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:44 #7 ...
11:59:44 
11:59:44 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:44 #10 28.93 Selecting previously unselected package gcc.
11:59:44 #10 28.93 Preparing to unpack .../082-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
11:59:44 #7 ...
11:59:44 
11:59:44 #9 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
11:59:44 #9 extracting sha256:7a21a86b3957d8c99250334cfb78c55af4f8c9277f2f1d4abd53d0362f96323d 14.1s done
11:59:44 #9 DONE 21.9s
11:59:44 
11:59:44 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:44 #10 28.69 Preparing to unpack .../161-python3-gpg_1.18.0-3+b1_arm64.deb ...
11:59:44 #10 28.69 Unpacking python3-gpg (1.18.0-3+b1) ...
11:59:44 #10 28.75 Selecting previously unselected package python3-xdg.
11:59:44 #10 28.75 Preparing to unpack .../162-python3-xdg_0.28-2_all.deb ...
11:59:44 #10 28.75 Unpacking python3-xdg (0.28-2) ...
11:59:44 #10 28.80 Selecting previously unselected package dput.
11:59:44 #10 28.80 Preparing to unpack .../163-dput_1.1.3_all.deb ...
11:59:44 #10 28.81 Unpacking dput (1.1.3) ...
11:59:44 #10 28.87 Selecting previously unselected package equivs.
11:59:44 #10 28.87 Preparing to unpack .../164-equivs_2.3.1_all.deb ...
11:59:44 #10 28.87 Unpacking equivs (2.3.1) ...
11:59:44 #10 28.91 Selecting previously unselected package fonts-dejavu-core.
11:59:44 #10 18.61 Selecting previously unselected package python3-minimal.
11:59:44 #10 18.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 ... 4316 files and directories currently installed.)
11:59:44 #10 18.61 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_armhf.deb ...
11:59:44 #10 18.62 Unpacking python3-minimal (3.6.7-1~18.04) ...
11:59:44 #10 18.67 Selecting previously unselected package mime-support.
11:59:44 #10 18.67 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
11:59:44 #10 18.68 Unpacking mime-support (3.60ubuntu1) ...
11:59:44 #10 18.74 Selecting previously unselected package libmpdec2:armhf.
11:59:44 #10 18.74 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_armhf.deb ...
11:59:44 #10 13.95 Unpacking lsb-base (10.2019051400) ...
11:59:44 #10 14.06 Selecting previously unselected package cron.
11:59:44 #10 14.06 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_armhf.deb ...
11:59:44 #10 14.06 Unpacking cron (3.0pl1-134+deb10u1) ...
11:59:44 #10 14.15 Selecting previously unselected package libbsd0:armhf.
11:59:44 #10 14.15 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
11:59:44 #10 14.16 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
11:59:44 #11 19.08 Selecting previously unselected package python3-minimal.
11:59:44 #11 19.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 ... 4703 files and directories currently installed.)
11:59:44 #11 19.08 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_arm64.deb ...
11:59:44 #11 19.09 Unpacking python3-minimal (3.10.6-1~22.04) ...
11:59:44 #11 19.12 Selecting previously unselected package media-types.
11:59:44 #11 19.12 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
11:59:44 #11 19.13 Unpacking media-types (7.0.0) ...
11:59:44 #11 19.16 Selecting previously unselected package libmpdec3:arm64.
11:59:44 #11 19.16 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_arm64.deb ...
11:59:44 #11 19.17 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
11:59:44 #11 19.20 Selecting previously unselected package readline-common.
11:59:44 #10 28.18 Preparing to unpack .../122-libksba8_1.3.5-2ubuntu0.18.04.2_arm64.deb ...
11:59:44 #10 28.18 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.18.04.2) ...
11:59:44 #10 28.25 Selecting previously unselected package libnpth0:arm64.
11:59:44 #10 28.25 Preparing to unpack .../123-libnpth0_1.5-3_arm64.deb ...
11:59:44 #10 28.25 Unpacking libnpth0:arm64 (1.5-3) ...
11:59:44 #10 28.29 Selecting previously unselected package dirmngr.
11:59:44 #10 28.30 Preparing to unpack .../124-dirmngr_2.2.4-1ubuntu1.6_arm64.deb ...
11:59:44 #10 28.31 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
11:59:44 #10 28.36 Selecting previously unselected package python3-pkg-resources.
11:59:44 #10 28.37 Preparing to unpack .../125-python3-pkg-resources_39.0.1-2ubuntu0.1_all.deb ...
11:59:44 #10 28.37 Unpacking python3-pkg-resources (39.0.1-2ubuntu0.1) ...
11:59:44 #10 28.41 Selecting previously unselected package python3-chardet.
11:59:44 #10 28.41 Preparing to unpack .../126-python3-chardet_3.0.4-1_all.deb ...
11:59:44 #10 28.42 Unpacking python3-chardet (3.0.4-1) ...
11:59:44 #10 28.46 Selecting previously unselected package python3-six.
11:59:44 #10 28.47 Preparing to unpack .../127-python3-six_1.11.0-2_all.deb ...
11:59:44 #10 28.47 Unpacking python3-six (1.11.0-2) ...
11:59:44 #10 28.51 Selecting previously unselected package python3-debian.
11:59:44 #10 28.52 Preparing to unpack .../128-python3-debian_0.1.32_all.deb ...
11:59:44 #11 24.80 Preparing to unpack .../042-python3-gi_3.42.2-2_arm64.deb ...
11:59:44 #11 24.81 Unpacking python3-gi (3.42.2-2) ...
11:59:44 #11 24.86 Selecting previously unselected package networkd-dispatcher.
11:59:44 #11 24.86 Preparing to unpack .../043-networkd-dispatcher_2.1-2ubuntu1_all.deb ...
11:59:44 #11 24.86 Unpacking networkd-dispatcher (2.1-2ubuntu1) ...
11:59:44 #11 24.89 Selecting previously unselected package python-apt-common.
11:59:44 #11 24.89 Preparing to unpack .../044-python-apt-common_2.4.0+22.10_all.deb ...
11:59:44 #11 24.90 Unpacking python-apt-common (2.4.0+22.10) ...
11:59:44 #11 24.94 Selecting previously unselected package python3-apt.
11:59:44 #11 24.94 Preparing to unpack .../045-python3-apt_2.4.0+22.10_arm64.deb ...
11:59:44 #11 24.95 Unpacking python3-apt (2.4.0+22.10) ...
11:59:44 #11 24.98 Selecting previously unselected package python3-pkg-resources.
11:59:44 #11 24.98 Preparing to unpack .../046-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
11:59:44 #11 24.99 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
11:59:44 #11 25.03 Selecting previously unselected package shared-mime-info.
11:59:44 #11 25.03 Preparing to unpack .../047-shared-mime-info_2.2-1_arm64.deb ...
11:59:44 #11 25.04 Unpacking shared-mime-info (2.2-1) ...
11:59:44 #11 25.08 Selecting previously unselected package systemd-resolved.
11:59:44 #11 28.52 Preparing to unpack .../086-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:59:44 #11 28.53 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:59:44 #11 28.56 Selecting previously unselected package libitm1:amd64.
11:59:44 #11 28.57 Preparing to unpack .../087-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:59:44 #11 28.57 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:59:44 #11 28.60 Selecting previously unselected package libatomic1:amd64.
11:59:44 #11 28.61 Preparing to unpack .../088-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:59:44 #11 28.61 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:59:44 #11 28.64 Selecting previously unselected package libasan5:amd64.
11:59:44 #11 28.64 Preparing to unpack .../089-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:59:44 #11 28.65 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
11:59:44 #11 26.21 Selecting previously unselected package gcc.
11:59:44 #11 26.21 Preparing to unpack .../094-gcc_4%3a9.3.0-1ubuntu2_arm64.deb ...
11:59:44 #11 26.21 Unpacking gcc (4:9.3.0-1ubuntu2) ...
11:59:44 #11 26.25 Selecting previously unselected package libstdc++-9-dev:arm64.
11:59:44 #11 26.25 Preparing to unpack .../095-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:59:44 #11 26.25 Unpacking libstdc++-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:59:44 #11 27.73 Preparing to unpack .../162-gpg-wks-client_2.2.35-3ubuntu1_amd64.deb ...
11:59:44 #11 27.73 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
11:59:44 #11 27.76 Selecting previously unselected package gpg-wks-server.
11:59:44 #11 27.76 Preparing to unpack .../163-gpg-wks-server_2.2.35-3ubuntu1_amd64.deb ...
11:59:44 #11 27.77 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
11:59:44 #11 27.79 Selecting previously unselected package gpgsm.
11:59:44 #11 27.79 Preparing to unpack .../164-gpgsm_2.2.35-3ubuntu1_amd64.deb ...
11:59:44 #11 27.79 Unpacking gpgsm (2.2.35-3ubuntu1) ...
11:59:44 #11 27.82 Selecting previously unselected package gnupg.
11:59:44 #11 27.82 Preparing to unpack .../165-gnupg_2.2.35-3ubuntu1_all.deb ...
11:59:44 #11 27.82 Unpacking gnupg (2.2.35-3ubuntu1) ...
11:59:44 #11 27.85 Selecting previously unselected package libfile-dirlist-perl.
11:59:44 #11 27.85 Preparing to unpack .../166-libfile-dirlist-perl_0.05-2_all.deb ...
11:59:44 #11 27.85 Unpacking libfile-dirlist-perl (0.05-2) ...
11:59:44 #11 27.89 Selecting previously unselected package libfile-which-perl.
11:59:44 #11 27.89 Preparing to unpack .../167-libfile-which-perl_1.27-1_all.deb ...
11:59:44 #11 27.90 Unpacking libfile-which-perl (1.27-1) ...
11:59:44 #11 27.92 Selecting previously unselected package libfile-homedir-perl.
11:59:44 #11 27.92 Preparing to unpack .../168-libfile-homedir-perl_1.006-1_all.deb ...
11:59:44 #11 27.92 Unpacking libfile-homedir-perl (1.006-1) ...
11:59:44 #11 27.95 Selecting previously unselected package libfile-touch-perl.
11:59:44 #11 7.720 The following additional packages will be installed:
11:59:44 #11 7.720   autoconf automake autopoint autotools-dev binutils
11:59:44 #11 7.720   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:59:44 #11 7.720   bzip2 ca-certificates cpp cpp-12 dbus dbus-bin dbus-daemon
11:59:44 #11 7.720   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
11:59:44 #11 7.720   debugedit dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:44 #11 7.720   distro-info-data dmsetup dpkg-dev dput dwz fakeroot file fontconfig-config
11:59:44 #11 7.720   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base gir1.2-glib-2.0
11:59:44 #11 7.720   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:59:44 #11 7.720   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
11:59:44 #11 7.720   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:44 #11 7.720   libalgorithm-merge-perl libaliased-perl libapparmor1 libapt-pkg-perl
11:59:44 #11 7.720   libarchive-cpio-perl libarchive-zip-perl libargon2-1 libarray-intspan-perl
11:59:44 #11 7.720   libasan8 libassuan0 libatomic1 libauthen-sasl-perl
11:59:44 #11 7.720   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
11:59:44 #11 7.720   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:59:44 #11 7.720   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
11:59:44 #11 7.720   libclass-data-inheritable-perl libclass-method-modifiers-perl
11:59:44 #11 7.720   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:44 #11 7.720   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:44 #11 7.720   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
11:59:44 #11 7.720   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:59:44 #11 7.720   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:59:44 #11 7.720   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
11:59:44 #11 7.720   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:44 #11 7.720   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
11:59:44 #11 7.720   libdw1 libdynaloader-functions-perl libedit2 libelf1
11:59:44 #8 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 5.1s
11:59:44 #8 ...
11:59:44 
11:59:44 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:44 #0 1.927 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
11:59:44 #0 2.345 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [114 kB]
11:59:44 #0 2.450 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [107 kB]
11:59:44 #0 2.577 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
11:59:44 #0 2.660 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf Packages [16.8 MB]
11:59:44 #0 3.831 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse armhf Packages [199 kB]
11:59:44 #0 3.831 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf Packages [1701 kB]
11:59:44 #0 3.831 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/restricted armhf Packages [13.3 kB]
11:59:44 #0 3.916 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf Packages [728 kB]
11:59:44 #0 3.936 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse armhf Packages [1333 B]
11:59:44 #0 3.936 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf Packages [705 kB]
11:59:44 #0 3.965 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted armhf Packages [10.2 kB]
11:59:44 #0 3.965 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main armhf Packages [48.9 kB]
11:59:44 #0 3.968 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe armhf Packages [22.4 kB]
11:59:44 #0 3.968 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse armhf Packages [594 B]
11:59:44 #0 3.968 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/main armhf Packages [439 kB]
11:59:44 #0 3.996 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted armhf Packages [9804 B]
11:59:44 #0 3.996 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe armhf Packages [502 kB]
11:59:44 #0 4.889 Fetched 21.7 MB in 3s (6481 kB/s)
11:59:44 #0 4.889 Reading package lists...
11:59:44 #0 6.032 Reading package lists...
11:59:44 #0 7.052 Building dependency tree...
11:59:44 #0 7.248 Reading state information...
11:59:44 #0 7.476 The following additional packages will be installed:
11:59:44 #0 7.476   autoconf automake autopoint autotools-dev binutils
11:59:44 #0 7.476   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:59:44 #0 7.476   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
11:59:44 #0 7.476   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:44 #0 7.476   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:59:44 #0 7.476   g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n
11:59:44 #0 7.476   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:59:44 #0 7.476   groff-base intltool-debian iso-codes less libalgorithm-diff-perl
11:59:44 #0 7.476   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:59:44 #0 7.476   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:44 #0 7.476   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:59:44 #0 7.476   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:44 #0 7.476   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:59:44 #0 7.476   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:59:44 #0 7.476   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:44 #0 7.476   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:44 #0 7.476   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:59:44 #0 7.476   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:44 #0 7.476   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:59:44 #0 7.476   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:59:44 #0 7.476   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:59:44 #0 7.476   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:59:44 #0 7.476   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:59:44 #0 7.476   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:59:44 #0 7.476   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:59:44 #0 7.476   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:44 #0 7.476   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:44 #0 7.476   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:59:44 #0 7.476   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:59:44 #0 7.476   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:59:44 #0 7.476   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:59:44 #0 7.476   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:44 #0 7.476   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:44 #0 7.476   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:44 #0 7.476   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
11:59:44 #0 7.476   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
11:59:44 #0 7.476   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
11:59:44 #0 7.476   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:44 #0 7.476   libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
11:59:44 #0 7.476   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
11:59:44 #0 7.476   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:44 #0 7.476   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:44 #0 7.476   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
11:59:44 #0 7.476   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:44 #0 7.476   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:59:44 #0 7.476   libmath-base85-perl libmd0 libmodule-implementation-perl
11:59:44 #0 7.476   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
11:59:44 #0 7.476   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
11:59:44 #0 7.476   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:59:44 #0 7.476   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:59:44 #0 7.476   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:59:44 #0 7.476   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
11:59:44 #0 7.476   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:44 #0 7.476   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:59:44 #0 7.476   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:59:44 #0 7.476   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:59:44 #0 7.476   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
11:59:44 #0 7.476   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:44 #0 7.476   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
11:59:44 #0 7.476   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:44 #0 7.476   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
11:59:44 #0 7.476   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
11:59:44 #0 7.476   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
11:59:44 #0 7.476   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
11:59:44 #0 7.476   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:44 #0 7.476   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:44 #0 7.476   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:59:44 #0 7.476   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:59:44 #0 7.476   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:59:44 #0 7.476   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
11:59:44 #0 7.476   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:44 #0 7.476   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:59:44 #0 7.476   libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
11:59:44 #0 7.476   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:59:44 #0 7.476   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:59:44 #0 7.476   libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl
11:59:44 #0 7.476   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:59:44 #0 7.476   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
11:59:44 #0 7.476   media-types netbase openssh-client openssl patch patchutils perl
11:59:44 #0 7.476   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:59:44 #0 7.476   publicsuffix python-apt-common python3 python3-apt python3-certifi
11:59:44 #0 7.476   python3-chardet python3-debian python3-gpg python3-idna python3-magic
11:59:44 #0 7.476   python3-minimal python3-pkg-resources python3-requests python3-six
11:59:44 #0 7.476   python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal
11:59:44 #0 7.476   readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils
11:59:44 #0 7.476   zstd
11:59:44 #0 7.476 Suggested packages:
11:59:44 #0 7.476   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:59:44 #0 7.476   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
11:59:44 #0 7.476   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
11:59:44 #0 7.476   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
11:59:44 #0 7.476   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:44 #0 7.476   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:59:44 #0 7.476   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:59:44 #0 7.476   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:59:44 #0 7.476   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
11:59:44 #0 7.476   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:59:44 #0 7.476   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
11:59:44 #0 7.476   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
11:59:44 #0 7.476   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
11:59:44 #0 7.476   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
11:59:44 #0 7.476   libscalar-number-perl libsasl2-modules-gssapi-mit
11:59:44 #0 7.476   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:44 #0 7.476   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
11:59:44 #0 7.476   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:59:44 #0 7.476   gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
11:59:44 #0 7.476   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:59:44 #0 7.476   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:59:44 #0 7.476   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:59:44 #0 7.476   libterm-readline-gnu-perl | libterm-readline-perl-perl
11:59:44 #0 7.476   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:59:44 #0 7.476   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:59:44 #0 7.476   python3-cryptography python3-openssl python3-socks python-requests-doc
11:59:44 #0 7.476   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
11:59:44 #0 7.913 The following NEW packages will be installed:
11:59:44 #0 7.913   autoconf automake autopoint autotools-dev binutils
11:59:44 #0 7.913   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:59:44 #0 7.913   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
11:59:44 #0 7.913   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:44 #0 7.913   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:59:44 #0 7.913   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git
11:59:44 #0 7.913   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:59:44 #0 7.913   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less
11:59:44 #0 7.913   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:44 #0 7.913   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:44 #0 7.913   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:59:44 #0 7.913   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:44 #0 7.913   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:59:44 #0 7.913   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:59:44 #0 7.913   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:44 #0 7.913   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:44 #0 7.913   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:59:44 #0 7.913   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:44 #0 7.913   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:59:44 #0 7.913   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:59:44 #0 7.913   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:59:44 #0 7.913   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:59:44 #0 7.913   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:59:44 #0 7.913   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:59:44 #0 7.913   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:59:44 #0 7.913   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:59:44 #0 7.913   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:59:44 #0 7.913   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:59:44 #0 7.913   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:59:44 #0 7.913   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:59:44 #0 7.913   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:59:44 #0 7.913   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:44 #0 7.913   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:44 #0 7.913   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:44 #0 7.913   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
11:59:44 #0 7.913   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
11:59:44 #0 7.913   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
11:59:44 #0 7.913   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:44 #0 7.913   libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
11:59:44 #0 7.913   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
11:59:44 #0 7.913   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:44 #0 7.913   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:44 #0 7.913   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
11:59:44 #0 7.913   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:44 #0 7.913   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:59:44 #0 7.913   libmath-base85-perl libmd0 libmodule-implementation-perl
11:59:44 #0 7.913   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
11:59:44 #0 7.913   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
11:59:44 #0 7.913   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:59:44 #0 7.913   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:59:44 #0 7.913   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:59:44 #0 7.913   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
11:59:44 #0 7.913   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:44 #0 7.913   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:59:44 #0 7.913   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:59:44 #0 7.913   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:59:44 #0 7.913   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
11:59:44 #0 7.913   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:44 #0 7.913   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
11:59:44 #0 7.913   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:59:44 #0 7.913   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
11:59:44 #0 7.913   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
11:59:44 #0 7.913   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
11:59:44 #0 7.913   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
11:59:44 #0 7.913   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:44 #0 7.913   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:44 #0 7.913   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:59:44 #0 7.913   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:59:44 #0 7.913   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:59:44 #0 7.913   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
11:59:44 #0 7.913   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:44 #0 7.913   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:59:44 #0 7.913   libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
11:59:44 #0 7.913   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:59:44 #0 7.913   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:59:44 #0 7.913   libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl
11:59:44 #0 7.913   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:59:44 #0 7.913   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
11:59:44 #0 7.913   media-types netbase openssh-client openssl patch patchutils perl
11:59:44 #0 7.913   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:59:44 #0 7.913   publicsuffix python-apt-common python3 python3-apt python3-certifi
11:59:44 #0 7.913   python3-chardet python3-debian python3-gpg python3-idna python3-magic
11:59:44 #0 7.913   python3-minimal python3-pkg-resources python3-requests python3-six
11:59:44 #0 7.913   python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal
11:59:44 #0 7.913   readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils
11:59:44 #0 7.913   zstd
11:59:44 #0 8.348 0 upgraded, 366 newly installed, 0 to remove and 4 not upgraded.
11:59:44 #0 8.348 Need to get 114 MB of archives.
11:59:44 #0 8.348 After this operation, 377 MB of additional disk space will be used.
11:59:44 #0 8.348 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblocale-gettext-perl armhf 1.07-4build3 [16.2 kB]
11:59:44 #0 8.496 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:59:44 #0 8.894 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libexpat1 armhf 2.4.7-1ubuntu0.2 [66.9 kB]
11:59:44 #0 8.900 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:59:44 #0 9.030 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:59:44 #0 9.030 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf media-types all 7.0.0 [25.5 kB]
11:59:44 #0 9.030 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
11:59:44 #0 9.032 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf readline-common all 8.1.2-1 [53.5 kB]
11:59:44 #0 9.033 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadline8 armhf 8.1.2-1 [128 kB]
11:59:44 #0 9.039 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsqlite3-0 armhf 3.37.2-2ubuntu0.1 [548 kB]
11:59:44 #0 9.072 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:59:44 #0 9.159 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:59:44 #0 9.181 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3-stdlib armhf 3.10.6-1~22.04 [6910 B]
11:59:44 #0 9.181 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3 armhf 3.10.6-1~22.04 [22.8 kB]
11:59:44 #0 9.181 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:59:44 #0 9.328 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm6 armhf 1.23-1 [30.0 kB]
11:59:44 #0 9.360 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm-compat4 armhf 1.23-1 [6070 B]
11:59:44 #0 9.360 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libperl5.34 armhf 5.34.0-3ubuntu1.1 [4062 kB]
11:59:44 #0 9.560 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf perl armhf 5.34.0-3ubuntu1.1 [232 kB]
11:59:44 #0 9.560 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssl armhf 3.0.2-0ubuntu1.7 [1153 kB]
11:59:44 #0 9.595 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
11:59:44 #0 9.603 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf distro-info-data all 0.52ubuntu0.2 [5160 B]
11:59:44 #0 9.607 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iso-codes all 4.9.0-1 [3459 kB]
11:59:44 #0 9.799 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf less armhf 590-1build1 [134 kB]
11:59:44 #0 9.820 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmd0 armhf 1.0.4-1build1 [22.5 kB]
11:59:44 #0 9.820 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbsd0 armhf 0.11.5-1 [39.8 kB]
11:59:44 #0 9.820 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libelf1 armhf 0.186-1build1 [42.7 kB]
11:59:44 #0 9.820 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libicu70 armhf 70.1-2 [10.3 MB]
11:59:44 #11 ...
11:59:44 
11:59:44 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:44 #10 28.30 Selecting previously unselected package libhttp-negotiate-perl.
11:59:44 #10 28.30 Preparing to unpack .../132-libhttp-negotiate-perl_6.01-1_all.deb ...
11:59:44 #10 28.31 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:59:44 #10 28.34 Selecting previously unselected package perl-openssl-defaults:arm64.
11:59:44 #10 28.35 Preparing to unpack .../133-perl-openssl-defaults_3_arm64.deb ...
11:59:44 #10 28.35 Unpacking perl-openssl-defaults:arm64 (3) ...
11:59:44 #10 28.39 Selecting previously unselected package libnet-ssleay-perl.
11:59:44 #10 28.39 Preparing to unpack .../134-libnet-ssleay-perl_1.85-2+deb10u1_arm64.deb ...
11:59:44 #10 28.40 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
11:59:44 #10 28.46 Selecting previously unselected package libio-socket-ssl-perl.
11:59:44 #10 28.46 Preparing to unpack .../135-libio-socket-ssl-perl_2.060-3_all.deb ...
11:59:44 #10 28.47 Unpacking libio-socket-ssl-perl (2.060-3) ...
11:59:44 #10 28.52 Selecting previously unselected package libnet-http-perl.
11:59:44 #10 28.52 Preparing to unpack .../136-libnet-http-perl_6.18-1_all.deb ...
11:59:44 #10 28.53 Unpacking libnet-http-perl (6.18-1) ...
11:59:44 #10 28.58 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:44 #10 28.58 Preparing to unpack .../137-liblwp-protocol-https-perl_6.07-2_all.deb ...
11:59:44 #10 28.59 Unpacking liblwp-protocol-https-perl (6.07-2) ...
11:59:44 #10 28.62 Selecting previously unselected package libtry-tiny-perl.
11:59:44 #10 28.62 Preparing to unpack .../138-libtry-tiny-perl_0.30-1_all.deb ...
11:59:44 #11 27.63 Preparing to unpack .../167-libhttp-negotiate-perl_6.01-1_all.deb ...
11:59:44 #11 27.68 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:59:44 #11 27.70 Selecting previously unselected package perl-openssl-defaults:amd64.
11:59:44 #11 27.70 Preparing to unpack .../168-perl-openssl-defaults_5build2_amd64.deb ...
11:59:44 #11 27.70 Unpacking perl-openssl-defaults:amd64 (5build2) ...
11:59:44 #11 27.73 Selecting previously unselected package libnet-ssleay-perl:amd64.
11:59:44 #11 27.73 Preparing to unpack .../169-libnet-ssleay-perl_1.92-1build2_amd64.deb ...
11:59:44 #11 27.74 Unpacking libnet-ssleay-perl:amd64 (1.92-1build2) ...
11:59:44 #11 27.78 Selecting previously unselected package libio-socket-ssl-perl.
11:59:44 #11 27.78 Preparing to unpack .../170-libio-socket-ssl-perl_2.074-2_all.deb ...
11:59:44 #11 27.78 Unpacking libio-socket-ssl-perl (2.074-2) ...
11:59:44 #11 27.83 Selecting previously unselected package libnet-http-perl.
11:59:44 #10 26.75 Selecting previously unselected package diffstat.
11:59:44 #10 26.76 Preparing to unpack .../146-diffstat_1.64-1_arm64.deb ...
11:59:44 #10 26.76 Unpacking diffstat (1.64-1) ...
11:59:44 #10 26.79 Selecting previously unselected package distro-info-data.
11:59:44 #10 26.79 Preparing to unpack .../147-distro-info-data_0.51+deb11u3_all.deb ...
11:59:44 #10 26.80 Unpacking distro-info-data (0.51+deb11u3) ...
11:59:44 #10 26.84 Selecting previously unselected package python3-pkg-resources.
11:59:44 #10 26.84 Preparing to unpack .../148-python3-pkg-resources_52.0.0-4_all.deb ...
11:59:44 #10 26.84 Unpacking python3-pkg-resources (52.0.0-4) ...
11:59:44 #10 26.89 Selecting previously unselected package python3-chardet.
11:59:44 #10 26.89 Preparing to unpack .../149-python3-chardet_4.0.0-1_all.deb ...
11:59:44 #10 26.90 Unpacking python3-chardet (4.0.0-1) ...
11:59:44 #10 26.94 Selecting previously unselected package python3-six.
11:59:44 #10 26.81 Selecting previously unselected package gcc-10.
11:59:44 #10 26.81 Preparing to unpack .../053-gcc-10_10.2.1-6_amd64.deb ...
11:59:44 #10 26.82 Unpacking gcc-10 (10.2.1-6) ...
11:59:44 #10 28.93 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
11:59:44 #10 28.97 Selecting previously unselected package libstdc++-7-dev:amd64.
11:59:44 #10 28.97 Preparing to unpack .../083-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:59:44 #10 28.97 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
11:59:44 #10 25.98   Installing       : bzip2-1.0.8-8.el9.x86_64                            14/166 
11:59:44 #10 26.08   Installing       : cracklib-dicts-2.9.6-27.el9.x86_64                  15/166 
11:59:44 #10 26.09   Installing       : python3-distro-1.5.0-7.el9.noarch                   16/166 
11:59:44 #10 26.12   Installing       : python3-setools-4.4.0-5.el9.x86_64                  17/166 
11:59:44 #10 26.14   Installing       : zip-3.0-33.el9.x86_64                               18/166 
11:59:44 #10 26.15   Installing       : python3-libsemanage-3.5-0.rc1.1.el9.x86_64          19/166 
11:59:44 #10 26.15   Installing       : python3-file-magic-5.39-10.el9.noarch               20/166 
11:59:44 #10 26.18   Installing       : elfutils-0.188-3.el9.x86_64                         21/166 
11:59:44 #10 26.25   Installing       : gdb-minimal-10.2-10.el9.x86_64                      22/166 
11:59:44 #10 26.26   Installing       : dbus-libs-1:1.12.20-7.el9.x86_64                    23/166 
11:59:44 #10 26.27   Installing       : python3-dbus-1.2.18-2.el9.x86_64                    24/166 
11:59:44 #10 26.29   Installing       : procps-ng-3.3.17-9.el9.x86_64                       25/166 
11:59:44 #10 26.30   Installing       : python3-systemd-234-18.el9.x86_64                   26/166 
11:59:44 #10 26.32   Installing       : util-linux-core-2.37.4-9.el9.x86_64                 27/166 
11:59:44 #10 26.36   Running scriptlet: util-linux-core-2.37.4-9.el9.x86_64                 27/166 
11:59:44 #10 26.36   Installing       : rust-srpm-macros-17-4.el9.noarch                    28/166 
11:59:44 #10 26.37   Installing       : qt5-srpm-macros-5.15.3-1.el9.noarch                 29/166 
11:59:44 #9 24.96 Fedora 37 openh264 (From Cisco) - aarch64       2.7 kB/s | 2.5 kB     00:00    
11:59:44 #10 28.91 Preparing to unpack .../165-fonts-dejavu-core_2.37-2_all.deb ...
11:59:44 #10 28.91 Unpacking fonts-dejavu-core (2.37-2) ...
11:59:44 #10 29.03 Selecting previously unselected package fontconfig-config.
11:59:44 #10 29.03 Preparing to unpack .../166-fontconfig-config_2.14.1-4_arm64.deb ...
11:59:44 #10 29.14 Unpacking fontconfig-config (2.14.1-4) ...
11:59:44 #10 18.74 Unpacking libmpdec2:armhf (2.4.2-1ubuntu1) ...
11:59:44 #10 18.79 Selecting previously unselected package readline-common.
11:59:44 #10 18.79 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
11:59:44 #10 18.80 Unpacking readline-common (7.0-3) ...
11:59:44 #10 18.85 Selecting previously unselected package libreadline7:armhf.
11:59:44 #10 18.85 Preparing to unpack .../4-libreadline7_7.0-3_armhf.deb ...
11:59:44 #10 18.85 Unpacking libreadline7:armhf (7.0-3) ...
11:59:44 #10 18.95 Selecting previously unselected package libsqlite3-0:armhf.
11:59:44 #10 18.95 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_armhf.deb ...
11:59:44 #10 18.97 Unpacking libsqlite3-0:armhf (3.22.0-1ubuntu0.7) ...
11:59:44 #10 19.07 Selecting previously unselected package libpython3.6-stdlib:armhf.
11:59:44 #10 19.07 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.9_armhf.deb ...
11:59:44 #10 14.21 Selecting previously unselected package bsdmainutils.
11:59:44 #10 14.21 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_armhf.deb ...
11:59:44 #10 14.22 Unpacking bsdmainutils (11.1.2+b1) ...
11:59:44 #10 14.33 Selecting previously unselected package libuchardet0:armhf.
11:59:44 #10 14.33 Preparing to unpack .../05-libuchardet0_0.0.6-3_armhf.deb ...
11:59:44 #10 14.34 Unpacking libuchardet0:armhf (0.0.6-3) ...
11:59:44 #10 14.39 Selecting previously unselected package groff-base.
11:59:44 #10 14.39 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_armhf.deb ...
11:59:44 #10 14.39 Unpacking groff-base (1.22.4-3+deb10u1) ...
11:59:44 #11 19.21 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
11:59:44 #11 19.21 Unpacking readline-common (8.1.2-1) ...
11:59:44 #11 19.25 Selecting previously unselected package libreadline8:arm64.
11:59:44 #11 19.25 Preparing to unpack .../4-libreadline8_8.1.2-1_arm64.deb ...
11:59:44 #11 19.25 Unpacking libreadline8:arm64 (8.1.2-1) ...
11:59:44 #11 19.30 Selecting previously unselected package libsqlite3-0:arm64.
11:59:44 #11 19.30 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_arm64.deb ...
11:59:44 #11 19.30 Unpacking libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
11:59:44 #11 19.35 Selecting previously unselected package libpython3.10-stdlib:arm64.
11:59:44 #11 19.35 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_arm64.deb ...
11:59:44 #11 19.35 Unpacking libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
11:59:44 #11 19.46 Selecting previously unselected package python3.10.
11:59:44 #11 19.46 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_arm64.deb ...
11:59:44 #10 28.52 Unpacking python3-debian (0.1.32) ...
11:59:44 #10 28.56 Selecting previously unselected package gnupg-l10n.
11:59:44 #10 28.56 Preparing to unpack .../129-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
11:59:44 #10 28.56 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:59:44 #10 28.59 Selecting previously unselected package gnupg-utils.
11:59:44 #10 28.60 Preparing to unpack .../130-gnupg-utils_2.2.4-1ubuntu1.6_arm64.deb ...
11:59:44 #10 28.60 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
11:59:44 #10 28.64 Selecting previously unselected package gpg.
11:59:44 #10 28.64 Preparing to unpack .../131-gpg_2.2.4-1ubuntu1.6_arm64.deb ...
11:59:44 #10 28.65 Unpacking gpg (2.2.4-1ubuntu1.6) ...
11:59:44 #10 28.71 Selecting previously unselected package pinentry-curses.
11:59:44 #10 28.71 Preparing to unpack .../132-pinentry-curses_1.1.0-1_arm64.deb ...
11:59:44 #10 28.72 Unpacking pinentry-curses (1.1.0-1) ...
11:59:44 #10 28.76 Selecting previously unselected package gpg-agent.
11:59:45 #11 25.09 Preparing to unpack .../048-systemd-resolved_251.4-1ubuntu7_arm64.deb ...
11:59:45 #11 25.09 Unpacking systemd-resolved (251.4-1ubuntu7) ...
11:59:45 #11 25.13 Selecting previously unselected package systemd-timesyncd.
11:59:45 #11 25.13 Preparing to unpack .../049-systemd-timesyncd_251.4-1ubuntu7_arm64.deb ...
11:59:45 #11 25.14 Unpacking systemd-timesyncd (251.4-1ubuntu7) ...
11:59:45 #11 25.18 Selecting previously unselected package ucf.
11:59:45 #11 25.19 Preparing to unpack .../050-ucf_3.0043_all.deb ...
11:59:45 #11 25.19 Moving old data out of the way
11:59:45 #11 25.19 Unpacking ucf (3.0043) ...
11:59:45 #11 25.23 Selecting previously unselected package xdg-user-dirs.
11:59:45 #11 25.23 Preparing to unpack .../051-xdg-user-dirs_0.17-2ubuntu4_arm64.deb ...
11:59:45 #11 25.24 Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
11:59:45 #11 25.29 Selecting previously unselected package bsdextrautils.
11:59:45 #11 25.29 Preparing to unpack .../052-bsdextrautils_2.38-4ubuntu1_arm64.deb ...
11:59:45 #11 25.30 Unpacking bsdextrautils (2.38-4ubuntu1) ...
11:59:45 #11 25.33 Selecting previously unselected package libmagic-mgc.
11:59:45 #11 25.33 Preparing to unpack .../053-libmagic-mgc_1%3a5.41-4_arm64.deb ...
11:59:45 #11 25.33 Unpacking libmagic-mgc (1:5.41-4) ...
11:59:45 #11 25.40 Selecting previously unselected package libmagic1:arm64.
11:59:45 #11 25.40 Preparing to unpack .../054-libmagic1_1%3a5.41-4_arm64.deb ...
11:59:45 #11 26.47 Selecting previously unselected package g++-9.
11:59:45 #11 26.47 Preparing to unpack .../096-g++-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
11:59:45 #11 26.48 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
11:59:45 #11 27.95 Preparing to unpack .../169-libfile-touch-perl_0.12-1_all.deb ...
11:59:45 #11 27.96 Unpacking libfile-touch-perl (0.12-1) ...
11:59:45 #11 27.98 Selecting previously unselected package libio-pty-perl.
11:59:45 #11 27.98 Preparing to unpack .../170-libio-pty-perl_1%3a1.15-2build2_amd64.deb ...
11:59:45 #11 27.99 Unpacking libio-pty-perl (1:1.15-2build2) ...
11:59:45 #11 28.01 Selecting previously unselected package libipc-run-perl.
11:59:45 #11 28.01 Preparing to unpack .../171-libipc-run-perl_20220807.0-1_all.deb ...
11:59:45 #11 28.02 Unpacking libipc-run-perl (20220807.0-1) ...
11:59:45 #11 28.04 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:45 #11 28.05 Preparing to unpack .../172-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:59:45 #11 28.05 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:59:45 #11 28.07 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:45 #11 28.08 Preparing to unpack .../173-libclass-xsaccessor-perl_1.19-4_amd64.deb ...
11:59:45 #11 28.08 Unpacking libclass-xsaccessor-perl (1.19-4) ...
11:59:45 #11 28.11 Selecting previously unselected package libb-hooks-op-check-perl:amd64.
11:59:45 #11 28.11 Preparing to unpack .../174-libb-hooks-op-check-perl_0.22-2_amd64.deb ...
11:59:45 #11 28.11 Unpacking libb-hooks-op-check-perl:amd64 (0.22-2) ...
11:59:45 #11 28.14 Selecting previously unselected package libdynaloader-functions-perl.
11:59:45 #11 28.14 Preparing to unpack .../175-libdynaloader-functions-perl_0.003-2_all.deb ...
11:59:45 #11 28.14 Unpacking libdynaloader-functions-perl (0.003-2) ...
11:59:45 #11 28.17 Selecting previously unselected package libdevel-callchecker-perl.
11:59:45 #11 28.17 Preparing to unpack .../176-libdevel-callchecker-perl_0.008-1ubuntu4_amd64.deb ...
11:59:45 #11 7.728   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:59:45 #11 7.728   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:59:45 #11 7.728   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
11:59:45 #11 7.728   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:45 #11 7.728   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:45 #11 7.728   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:45 #11 7.728   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:45 #11 7.728   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
11:59:45 #11 7.728   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
11:59:45 #11 7.728   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgssapi-krb5-2
11:59:45 #11 7.728   libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
11:59:45 #11 7.728   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
11:59:45 #11 7.728   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:45 #11 7.728   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:45 #11 7.728   libicu71 libimport-into-perl libindirect-perl libio-html-perl
11:59:45 #11 7.728   libio-interactive-perl libio-prompter-perl libio-pty-perl
11:59:45 #11 7.728   libio-socket-ssl-perl libio-string-perl libip4tc2 libipc-run-perl
11:59:45 #11 7.728   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
11:59:45 #11 7.728   libiterator-util-perl libjbig0 libjpeg-turbo8 libjpeg8 libjson-c5
11:59:45 #11 7.728   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:59:45 #11 7.728   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common
11:59:45 #11 7.728   liblerc3 liblist-compare-perl liblist-moreutils-perl
11:59:45 #11 7.728   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:45 #11 7.728   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:59:45 #11 7.728   liblog-any-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:45 #11 7.728   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:59:45 #11 7.728   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:59:45 #11 7.728   libmd0 libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:45 #11 7.728   libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpdec3 libmpfr6
11:59:45 #11 7.728   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:59:45 #11 7.728   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:59:45 #11 7.728   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:59:45 #11 7.728   libnsl2 libnumber-compare-perl libobject-pad-perl libpackage-stash-perl
11:59:45 #11 7.728   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:45 #11 7.728   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:59:45 #11 7.728   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:59:45 #11 7.728   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:59:45 #11 7.728   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
11:59:45 #11 7.728   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:45 #11 7.728   libregexp-pattern-license-perl libregexp-pattern-perl
11:59:45 #11 7.728   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:45 #11 7.728   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:45 #11 7.728   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
11:59:45 #11 7.728   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
11:59:45 #11 7.728   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:45 #11 7.728   libstring-shellquote-perl libsub-exporter-perl
11:59:45 #11 7.728   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:45 #11 7.728   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:45 #11 7.728   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
11:59:45 #11 7.728   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:59:45 #11 7.728   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:59:45 #11 7.728   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
11:59:45 #11 7.728   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtype-tiny-perl
11:59:45 #11 7.728   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:45 #11 7.728   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:59:45 #11 7.728   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
11:59:45 #11 7.728   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:45 #11 7.728   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:45 #11 7.728   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:59:45 #11 7.728   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
11:59:45 #11 7.728   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
11:59:45 #11 7.728   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
11:59:45 #11 7.728   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
11:59:45 #11 7.728   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:59:45 #11 7.728   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
11:59:45 #11 7.728   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
11:59:45 #11 7.728   python3-dbus python3-debian python3-gi python3-gpg python3-idna
11:59:45 #11 7.728   python3-magic python3-minimal python3-nacl python3-paramiko
11:59:45 #11 7.728   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:45 #11 7.728   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
11:59:45 #11 7.728   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
11:59:45 #11 7.728   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
11:59:45 #11 7.728 Suggested packages:
11:59:45 #11 7.728   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:59:45 #11 7.728   gcc-12-locales cpp-12-doc default-dbus-session-bus | dbus-session-bus
11:59:45 #11 7.728   debtags dh-make adequate at autopkgtest bls-standalone bsd-mailx | mailx
11:59:45 #11 7.728   check-all-the-things cvs-buildpackage diffoscope disorderfs dose-extra duck
11:59:45 #11 7.728   elpa-devscripts faketime gnuplot how-can-i-help libdbd-pg-perl
11:59:45 #11 7.728   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:45 #11 7.728   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:59:45 #11 7.728   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:59:45 #11 7.728   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:59:45 #11 7.728   libpam-systemd pinentry-gnome3 tor mini-dinstall rsync gcc-12-doc
11:59:45 #11 7.728   gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:59:45 #11 7.728   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
11:59:45 #11 7.728   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
11:59:45 #11 7.728   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
11:59:45 #11 7.728   libgd-tools gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
11:59:45 #11 7.728   libscalar-number-perl libsasl2-modules-gssapi-mit
11:59:45 #11 7.728   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:45 #11 7.728   libsasl2-modules-sql libstdc++-12-doc libbareword-filehandles-perl
11:59:45 #11 7.728   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:59:45 #11 7.728   libdevel-lexalias-perl libbusiness-isbn-perl libregexp-ipv6-perl
11:59:45 #11 7.728   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
11:59:45 #11 7.728   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
11:59:45 #11 7.728   www-browser iw | wireless-tools keychain libpam-ssh monkeysphere ssh-askpass
11:59:45 #11 7.728   ed diffutils-doc perl-doc libterm-readline-gnu-perl
11:59:45 #11 7.728   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
11:59:45 #11 7.728   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:59:45 #11 7.728   python-apt-doc python-cryptography-doc python3-cryptography-vectors
11:59:45 #11 7.728   python-dbus-doc python-nacl-doc python3-gssapi python3-invoke
11:59:45 #11 7.728   python3-setuptools python3-openssl python3-socks python-requests-doc
11:59:45 #11 7.728   python3-brotli python3.10-venv python3.10-doc binfmt-support readline-doc
11:59:45 #11 7.728   systemd-container systemd-homed systemd-userdbd systemd-boot
11:59:45 #11 7.728   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0 policykit-1 zip wdiff-doc
11:59:45 #10 28.63 Unpacking libtry-tiny-perl (0.30-1) ...
11:59:45 #10 28.67 Selecting previously unselected package libwww-robotrules-perl.
11:59:45 #10 28.67 Preparing to unpack .../139-libwww-robotrules-perl_6.02-1_all.deb ...
11:59:45 #10 28.67 Unpacking libwww-robotrules-perl (6.02-1) ...
11:59:45 #10 28.71 Selecting previously unselected package libwww-perl.
11:59:45 #10 28.71 Preparing to unpack .../140-libwww-perl_6.36-2_all.deb ...
11:59:45 #10 28.72 Unpacking libwww-perl (6.36-2) ...
11:59:45 #10 28.78 Selecting previously unselected package patchutils.
11:59:45 #10 28.78 Preparing to unpack .../141-patchutils_0.3.4-2_arm64.deb ...
11:59:45 #10 28.79 Unpacking patchutils (0.3.4-2) ...
11:59:45 #10 28.83 Selecting previously unselected package wdiff.
11:59:45 #10 28.83 Preparing to unpack .../142-wdiff_1.2.2-2+b1_arm64.deb ...
11:59:45 #10 28.83 Unpacking wdiff (1.2.2-2+b1) ...
11:59:45 #10 28.90 Selecting previously unselected package devscripts.
11:59:45 #10 26.94 Preparing to unpack .../150-python3-six_1.16.0-2_all.deb ...
11:59:45 #10 26.95 Unpacking python3-six (1.16.0-2) ...
11:59:45 #10 26.99 Selecting previously unselected package python3-debian.
11:59:45 #10 26.99 Preparing to unpack .../151-python3-debian_0.1.39_all.deb ...
11:59:45 #10 26.99 Unpacking python3-debian (0.1.39) ...
11:59:45 #10 27.03 Selecting previously unselected package libgpgme11:arm64.
11:59:45 #10 27.04 Preparing to unpack .../152-libgpgme11_1.14.0-1+b2_arm64.deb ...
11:59:45 #10 27.04 Unpacking libgpgme11:arm64 (1.14.0-1+b2) ...
11:59:45 #10 27.09 Selecting previously unselected package python3-gpg.
11:59:45 #10 27.09 Preparing to unpack .../153-python3-gpg_1.14.0-1+b2_arm64.deb ...
11:59:45 #10 27.09 Unpacking python3-gpg (1.14.0-1+b2) ...
11:59:45 #10 27.16 Selecting previously unselected package dput.
11:59:45 #10 27.16 Preparing to unpack .../154-dput_1.1.0_all.deb ...
11:59:45 #10 27.16 Unpacking dput (1.1.0) ...
11:59:45 #10 27.20 Selecting previously unselected package equivs.
11:59:45 #11 27.84 Preparing to unpack .../171-libnet-http-perl_6.22-1_all.deb ...
11:59:45 #11 27.84 Unpacking libnet-http-perl (6.22-1) ...
11:59:45 #11 27.86 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:45 #11 27.86 Preparing to unpack .../172-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:59:45 #11 27.87 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:59:45 #11 27.89 Selecting previously unselected package libtry-tiny-perl.
11:59:45 #11 27.89 Preparing to unpack .../173-libtry-tiny-perl_0.31-1_all.deb ...
11:59:45 #11 27.90 Unpacking libtry-tiny-perl (0.31-1) ...
11:59:45 #11 27.93 Selecting previously unselected package libwww-robotrules-perl.
11:59:45 #11 27.93 Preparing to unpack .../174-libwww-robotrules-perl_6.02-1_all.deb ...
11:59:45 #11 27.93 Unpacking libwww-robotrules-perl (6.02-1) ...
11:59:45 #11 27.96 Selecting previously unselected package libwww-perl.
11:59:45 #11 27.96 Preparing to unpack .../175-libwww-perl_6.61-1_all.deb ...
11:59:45 #11 27.96 Unpacking libwww-perl (6.61-1) ...
11:59:45 #11 28.00 Selecting previously unselected package patchutils.
11:59:45 #11 28.00 Preparing to unpack .../176-patchutils_0.4.2-1build2_amd64.deb ...
11:59:45 #11 28.00 Unpacking patchutils (0.4.2-1build2) ...
11:59:45 #11 28.03 Selecting previously unselected package wdiff.
11:59:45 #11 28.03 Preparing to unpack .../177-wdiff_1.2.2-2build3_amd64.deb ...
11:59:45 #11 28.03 Unpacking wdiff (1.2.2-2build3) ...
11:59:45 #11 28.08 Selecting previously unselected package devscripts.
11:59:45 #10 29.21 Selecting previously unselected package g++-7.
11:59:45 #10 29.21 Preparing to unpack .../084-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:59:45 #10 29.22 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
11:59:45 #10 26.38   Installing       : python3-audit-3.0.7-103.el9.x86_64                  30/166 
11:59:45 #10 26.44   Installing       : perl-srpm-macros-1-41.el9.noarch                    31/166 
11:59:45 #10 26.44   Installing       : openblas-srpm-macros-2-11.el9.noarch                32/166 
11:59:45 #10 26.45   Installing       : ocaml-srpm-macros-6-6.el9.noarch                    33/166 
11:59:45 #10 26.45   Installing       : lua-srpm-macros-1-6.el9.noarch                      34/166 
11:59:45 #10 26.46   Installing       : libstemmer-0-18.585svn.el9.x86_64                   35/166 
11:59:45 #10 26.50   Installing       : libjpeg-turbo-2.0.90-5.el9.x86_64                   36/166 
11:59:45 #10 26.51   Installing       : hunspell-filesystem-1.7.0-11.el9.x86_64             37/166 
11:59:45 #10 26.51   Installing       : hunspell-en-GB-0.20140811.1-20.el9.noarch           38/166 
11:59:45 #10 26.56   Installing       : hunspell-en-0.20140811.1-20.el9.noarch              39/166 
11:59:45 #10 26.57   Installing       : hunspell-en-US-0.20140811.1-20.el9.noarch           40/166 
11:59:45 #10 26.58   Installing       : hunspell-1.7.0-11.el9.x86_64                        41/166 
11:59:45 #10 26.61   Installing       : enchant-1:1.6.0-30.el9.x86_64                       42/166 
11:59:45 #10 26.63   Installing       : python3-enchant-3.2.0-5.el9.noarch                  43/166 
11:59:45 #10 14.59 Selecting previously unselected package libgdbm6:armhf.
11:59:45 #10 14.59 Preparing to unpack .../07-libgdbm6_1.18.1-4_armhf.deb ...
11:59:45 #10 14.60 Unpacking libgdbm6:armhf (1.18.1-4) ...
11:59:45 #10 14.65 Selecting previously unselected package libpipeline1:armhf.
11:59:45 #10 14.65 Preparing to unpack .../08-libpipeline1_1.5.1-2_armhf.deb ...
11:59:45 #10 14.66 Unpacking libpipeline1:armhf (1.5.1-2) ...
11:59:45 #10 19.07 Unpacking libpython3.6-stdlib:armhf (3.6.9-1~18.04ubuntu1.9) ...
11:59:45 #11 19.46 Unpacking python3.10 (3.10.6-1~22.04.2) ...
11:59:45 #11 19.50 Selecting previously unselected package libpython3-stdlib:arm64.
11:59:45 #11 19.50 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_arm64.deb ...
11:59:45 #11 19.51 Unpacking libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
11:59:45 #11 19.54 Setting up python3-minimal (3.10.6-1~22.04) ...
11:59:45 #11 19.74 Selecting previously unselected package python3.
11:59:45 #10 29.19 Selecting previously unselected package libcurl3-gnutls:arm64.
11:59:45 #10 29.19 Preparing to unpack .../167-libcurl3-gnutls_7.87.0-2_arm64.deb ...
11:59:45 #10 29.21 Unpacking libcurl3-gnutls:arm64 (7.87.0-2) ...
11:59:45 #10 29.26 Selecting previously unselected package liberror-perl.
11:59:45 #10 29.26 Preparing to unpack .../168-liberror-perl_0.17029-2_all.deb ...
11:59:45 #10 29.27 Unpacking liberror-perl (0.17029-2) ...
11:59:45 #10 29.30 Selecting previously unselected package git-man.
11:59:45 #10 29.30 Preparing to unpack .../169-git-man_1%3a2.39.1-0.1_all.deb ...
11:59:45 #10 29.31 Unpacking git-man (1:2.39.1-0.1) ...
11:59:45 #10 28.77 Preparing to unpack .../133-gpg-agent_2.2.4-1ubuntu1.6_arm64.deb ...
11:59:45 #10 28.77 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
11:59:45 #10 28.83 Selecting previously unselected package gpg-wks-client.
11:59:45 #10 28.83 Preparing to unpack .../134-gpg-wks-client_2.2.4-1ubuntu1.6_arm64.deb ...
11:59:45 #10 28.84 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:59:45 #10 28.88 Selecting previously unselected package gpg-wks-server.
11:59:45 #10 28.88 Preparing to unpack .../135-gpg-wks-server_2.2.4-1ubuntu1.6_arm64.deb ...
11:59:45 #10 28.89 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:59:45 #10 28.94 Selecting previously unselected package gpgsm.
11:59:45 #10 28.94 Preparing to unpack .../136-gpgsm_2.2.4-1ubuntu1.6_arm64.deb ...
11:59:45 #10 28.95 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
11:59:45 #10 29.00 Selecting previously unselected package gnupg.
11:59:45 #11 25.40 Unpacking libmagic1:arm64 (1:5.41-4) ...
11:59:45 #11 25.43 Selecting previously unselected package file.
11:59:45 #11 25.44 Preparing to unpack .../055-file_1%3a5.41-4_arm64.deb ...
11:59:45 #11 25.44 Unpacking file (1:5.41-4) ...
11:59:45 #11 25.47 Selecting previously unselected package gettext-base.
11:59:45 #11 25.47 Preparing to unpack .../056-gettext-base_0.21-8_arm64.deb ...
11:59:45 #11 25.47 Unpacking gettext-base (0.21-8) ...
11:59:45 #11 25.51 Selecting previously unselected package libuchardet0:arm64.
11:59:45 #11 25.51 Preparing to unpack .../057-libuchardet0_0.0.7-1build2_arm64.deb ...
11:59:45 #11 25.52 Unpacking libuchardet0:arm64 (0.0.7-1build2) ...
11:59:45 #11 25.55 Selecting previously unselected package groff-base.
11:59:45 #11 25.55 Preparing to unpack .../058-groff-base_1.22.4-8build1_arm64.deb ...
11:59:45 #11 25.55 Unpacking groff-base (1.22.4-8build1) ...
11:59:45 #11 25.62 Selecting previously unselected package libcbor0.8:arm64.
11:59:45 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 6.4s done
11:59:45 #11 27.01 Selecting previously unselected package g++.
11:59:45 #11 28.18 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:59:45 #11 28.22 Selecting previously unselected package libparams-classify-perl:amd64.
11:59:45 #11 28.22 Preparing to unpack .../177-libparams-classify-perl_0.015-2_amd64.deb ...
11:59:45 #11 28.23 Unpacking libparams-classify-perl:amd64 (0.015-2) ...
11:59:45 #11 28.27 Selecting previously unselected package libmodule-runtime-perl.
11:59:45 #11 28.27 Preparing to unpack .../178-libmodule-runtime-perl_0.016-2_all.deb ...
11:59:45 #11 28.28 Unpacking libmodule-runtime-perl (0.016-2) ...
11:59:45 #11 28.35 Selecting previously unselected package libimport-into-perl.
11:59:45 #11 28.36 Preparing to unpack .../179-libimport-into-perl_1.002005-2_all.deb ...
11:59:45 #11 28.36 Unpacking libimport-into-perl (1.002005-2) ...
11:59:45 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 115.34MB / 116.78MB 22.3s
11:59:45 #7 extracting sha256:bc01ede664e8db1e40b02e51768800016138b95a3b01c6acbef2ff92bc72b971 1.2s done
11:59:45 #9 25.37 Fedora 36 openh264 (From Cisco) - aarch64       2.2 kB/s | 2.5 kB     00:01    
11:59:45 #11 28.98 Selecting previously unselected package liblsan0:amd64.
11:59:45 #11 28.99 Preparing to unpack .../090-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:59:45 #11 28.99 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
11:59:45 #11 29.12 Selecting previously unselected package libtsan0:amd64.
11:59:45 #11 29.12 Preparing to unpack .../091-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:59:45 #11 29.12 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
11:59:45 #11 29.35 Selecting previously unselected package libubsan1:amd64.
11:59:45 #10 28.91 Preparing to unpack .../143-devscripts_2.19.5+deb10u1_arm64.deb ...
11:59:45 #10 28.93 Unpacking devscripts (2.19.5+deb10u1) ...
11:59:45 #10 29.05 Selecting previously unselected package diffstat.
11:59:45 #10 27.20 Preparing to unpack .../155-equivs_2.3.1_all.deb ...
11:59:45 #10 27.21 Unpacking equivs (2.3.1) ...
11:59:45 #10 27.27 Selecting previously unselected package fonts-dejavu-core.
11:59:45 #10 27.27 Preparing to unpack .../156-fonts-dejavu-core_2.37-2_all.deb ...
11:59:45 #10 27.28 Unpacking fonts-dejavu-core (2.37-2) ...
11:59:45 #10 27.40 Selecting previously unselected package fontconfig-config.
11:59:45 #10 27.41 Preparing to unpack .../157-fontconfig-config_2.13.1-4.2_all.deb ...
11:59:45 #11 28.08 Preparing to unpack .../178-devscripts_2.22.1ubuntu1_amd64.deb ...
11:59:45 #11 28.10 Unpacking devscripts (2.22.1ubuntu1) ...
11:59:45 #11 28.16 Selecting previously unselected package diffstat.
11:59:45 #11 28.16 Preparing to unpack .../179-diffstat_1.64-1build2_amd64.deb ...
11:59:45 #11 28.17 Unpacking diffstat (1.64-1build2) ...
11:59:45 #11 28.23 Selecting previously unselected package python3-chardet.
11:59:45 #11 28.23 Preparing to unpack .../180-python3-chardet_4.0.0-1_all.deb ...
11:59:45 #11 28.23 Unpacking python3-chardet (4.0.0-1) ...
11:59:45 #11 28.27 Selecting previously unselected package zstd.
11:59:45 #11 28.27 Preparing to unpack .../181-zstd_1.4.8+dfsg-3build1_amd64.deb ...
11:59:45 #11 28.28 Unpacking zstd (1.4.8+dfsg-3build1) ...
11:59:45 #11 28.32 Selecting previously unselected package python3-debian.
11:59:45 #11 28.32 Preparing to unpack .../182-python3-debian_0.1.43ubuntu1_all.deb ...
11:59:45 #11 28.33 Unpacking python3-debian (0.1.43ubuntu1) ...
11:59:45 #11 28.36 Selecting previously unselected package libgpgme11:amd64.
11:59:45 #10 26.67   Installing       : ghc-srpm-macros-1.5.0-6.el9.noarch                  44/166 
11:59:45 #10 26.68   Installing       : emacs-filesystem-1:27.2-8.el9.noarch                45/166 
11:59:45 #10 26.68   Installing       : desktop-file-utils-0.26-6.el9.x86_64                46/166 
11:59:45 #10 26.72   Installing       : efi-srpm-macros-4-9.el9.noarch                      47/166 
11:59:45 #10 26.72   Installing       : dwz-0.14-3.el9.x86_64                               48/166 
11:59:45 #10 26.74   Installing       : checkpolicy-3.5-0.rc2.1.el9.x86_64                  49/166 
11:59:45 #10 26.78   Installing       : abattis-cantarell-fonts-0.301-4.el9.noarch          50/166 
11:59:45 #10 26.79   Installing       : zstd-1.5.1-2.el9.x86_64                             51/166 
11:59:45 #10 26.83   Installing       : vim-filesystem-2:8.2.2637-16.el9.noarch             52/166 
11:59:45 #10 14.72 Selecting previously unselected package man-db.
11:59:45 #10 14.72 Preparing to unpack .../09-man-db_2.8.5-2_armhf.deb ...
11:59:45 #10 14.73 Unpacking man-db (2.8.5-2) ...
11:59:45 #10 15.02 Selecting previously unselected package perl-modules-5.28.
11:59:45 #10 15.02 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
11:59:45 #10 15.02 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:59:45 #10 19.42 Selecting previously unselected package python3.6.
11:59:45 #10 19.42 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.9_armhf.deb ...
11:59:45 #10 19.43 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.9) ...
11:59:45 #10 19.48 Selecting previously unselected package libpython3-stdlib:armhf.
11:59:45 #10 19.48 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_armhf.deb ...
11:59:45 #10 19.48 Unpacking libpython3-stdlib:armhf (3.6.7-1~18.04) ...
11:59:45 #10 19.56 Setting up python3-minimal (3.6.7-1~18.04) ...
11:59:45 #11 19.74 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5132 files and directories currently installed.)
11:59:45 #11 19.75 Preparing to unpack .../000-python3_3.10.6-1~22.04_arm64.deb ...
11:59:45 #11 19.76 Unpacking python3 (3.10.6-1~22.04) ...
11:59:45 #11 19.80 Selecting previously unselected package perl-modules-5.34.
11:59:45 #11 19.80 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ...
11:59:45 #11 19.81 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
11:59:45 #10 29.42 Selecting previously unselected package git.
11:59:45 #10 29.43 Preparing to unpack .../170-git_1%3a2.39.1-0.1_arm64.deb ...
11:59:45 #10 29.44 Unpacking git (1:2.39.1-0.1) ...
11:59:45 #10 29.00 Preparing to unpack .../137-gnupg_2.2.4-1ubuntu1.6_arm64.deb ...
11:59:45 #10 29.01 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
11:59:45 #10 29.07 Selecting previously unselected package libgpgme11:arm64.
11:59:45 #10 29.07 Preparing to unpack .../138-libgpgme11_1.10.0-1ubuntu2_arm64.deb ...
11:59:45 #10 29.07 Unpacking libgpgme11:arm64 (1.10.0-1ubuntu2) ...
11:59:45 #10 29.12 Selecting previously unselected package python3-gpg.
11:59:45 #10 29.12 Preparing to unpack .../139-python3-gpg_1.10.0-1ubuntu2_arm64.deb ...
11:59:45 #10 29.13 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
11:59:45 #10 29.18 Selecting previously unselected package dput.
11:59:45 #10 29.18 Preparing to unpack .../140-dput_1.0.1ubuntu1_all.deb ...
11:59:45 #10 29.19 Unpacking dput (1.0.1ubuntu1) ...
11:59:45 #10 29.23 Selecting previously unselected package libfakeroot:arm64.
11:59:45 #9 26.53 Fedora Modular 37 - aarch64                     2.5 MB/s | 2.9 MB     00:01    
11:59:45 #11 25.62 Preparing to unpack .../059-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ...
11:59:45 #11 25.63 Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
11:59:45 #11 25.66 Selecting previously unselected package libedit2:arm64.
11:59:45 #11 25.66 Preparing to unpack .../060-libedit2_3.1-20210910-1build1_arm64.deb ...
11:59:45 #11 25.67 Unpacking libedit2:arm64 (3.1-20210910-1build1) ...
11:59:45 #11 25.71 Selecting previously unselected package libfido2-1:arm64.
11:59:45 #11 25.71 Preparing to unpack .../061-libfido2-1_1.11.0-1_arm64.deb ...
11:59:45 #11 25.71 Unpacking libfido2-1:arm64 (1.11.0-1) ...
11:59:45 #11 25.74 Selecting previously unselected package libnghttp2-14:arm64.
11:59:45 #11 25.74 Preparing to unpack .../062-libnghttp2-14_1.49.0-1_arm64.deb ...
11:59:45 #11 25.75 Unpacking libnghttp2-14:arm64 (1.49.0-1) ...
11:59:45 #11 25.79 Selecting previously unselected package libpipeline1:arm64.
11:59:45 #11 25.79 Preparing to unpack .../063-libpipeline1_1.5.6-2_arm64.deb ...
11:59:45 #11 25.79 Unpacking libpipeline1:arm64 (1.5.6-2) ...
11:59:45 #11 25.82 Selecting previously unselected package libpng16-16:arm64.
11:59:45 #11 25.82 Preparing to unpack .../064-libpng16-16_1.6.38-2_arm64.deb ...
11:59:45 #11 25.83 Unpacking libpng16-16:arm64 (1.6.38-2) ...
11:59:45 #11 25.87 Selecting previously unselected package libpsl5:arm64.
11:59:45 #11 27.01 Preparing to unpack .../097-g++_4%3a9.3.0-1ubuntu2_arm64.deb ...
11:59:45 #11 27.02 Unpacking g++ (4:9.3.0-1ubuntu2) ...
11:59:45 #11 27.05 Selecting previously unselected package make.
11:59:45 #11 27.05 Preparing to unpack .../098-make_4.2.1-1.2_arm64.deb ...
11:59:45 #11 27.06 Unpacking make (4.2.1-1.2) ...
11:59:45 #11 27.10 Selecting previously unselected package libdpkg-perl.
11:59:45 #11 27.10 Preparing to unpack .../099-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
11:59:45 #11 27.11 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
11:59:45 #11 27.16 Selecting previously unselected package patch.
11:59:45 #11 27.16 Preparing to unpack .../100-patch_2.7.6-6_arm64.deb ...
11:59:45 #11 27.17 Unpacking patch (2.7.6-6) ...
11:59:45 #11 27.21 Selecting previously unselected package dpkg-dev.
11:59:45 #11 27.21 Preparing to unpack .../101-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
11:59:45 #11 27.22 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
11:59:45 #11 27.30 Selecting previously unselected package build-essential.
11:59:45 #11 28.43 Selecting previously unselected package librole-tiny-perl.
11:59:45 #11 28.44 Preparing to unpack .../180-librole-tiny-perl_2.002004-1_all.deb ...
11:59:45 #11 28.44 Unpacking librole-tiny-perl (2.002004-1) ...
11:59:45 #11 28.47 Selecting previously unselected package libsub-quote-perl.
11:59:45 #11 28.47 Preparing to unpack .../181-libsub-quote-perl_2.006006-1_all.deb ...
11:59:45 #11 28.47 Unpacking libsub-quote-perl (2.006006-1) ...
11:59:45 #11 28.49 Selecting previously unselected package libmoo-perl.
11:59:45 #11 28.50 Preparing to unpack .../182-libmoo-perl_2.005004-3_all.deb ...
11:59:45 #11 28.50 Unpacking libmoo-perl (2.005004-3) ...
11:59:45 #11 28.53 Selecting previously unselected package libencode-locale-perl.
11:59:45 #11 28.53 Preparing to unpack .../183-libencode-locale-perl_1.05-2_all.deb ...
11:59:45 #11 28.53 Unpacking libencode-locale-perl (1.05-2) ...
11:59:45 #11 28.56 Selecting previously unselected package libtimedate-perl.
11:59:45 #11 28.56 Preparing to unpack .../184-libtimedate-perl_2.3300-2_all.deb ...
11:59:45 #11 28.56 Unpacking libtimedate-perl (2.3300-2) ...
11:59:45 #11 28.59 Selecting previously unselected package libhttp-date-perl.
11:59:45 #11 28.59 Preparing to unpack .../185-libhttp-date-perl_6.05-1_all.deb ...
11:59:45 #11 28.60 Unpacking libhttp-date-perl (6.05-1) ...
11:59:45 #11 28.62 Selecting previously unselected package libfile-listing-perl.
11:59:45 #11 28.62 Preparing to unpack .../186-libfile-listing-perl_6.15-1_all.deb ...
11:59:45 #11 28.62 Unpacking libfile-listing-perl (6.15-1) ...
11:59:45 #11 28.65 Selecting previously unselected package libhtml-tagset-perl.
11:59:45 #11 28.65 Preparing to unpack .../187-libhtml-tagset-perl_3.20-4_all.deb ...
11:59:45 #11 28.65 Unpacking libhtml-tagset-perl (3.20-4) ...
11:59:45 #11 28.68 Selecting previously unselected package liburi-perl.
11:59:45 #11 28.68 Preparing to unpack .../188-liburi-perl_5.12-1ubuntu1_all.deb ...
11:59:45 #11 28.69 Unpacking liburi-perl (5.12-1ubuntu1) ...
11:59:45 #11 28.72 Selecting previously unselected package libhtml-parser-perl:amd64.
11:59:45 #11 28.72 Preparing to unpack .../189-libhtml-parser-perl_3.78-1_amd64.deb ...
11:59:45 #11 28.73 Unpacking libhtml-parser-perl:amd64 (3.78-1) ...
11:59:45 #11 28.75 Selecting previously unselected package libhtml-tree-perl.
11:59:45 #9 26.71 Fedora Modular 36 - aarch64                     2.4 MB/s | 2.3 MB     00:00    
11:59:45 #11 29.35 Preparing to unpack .../092-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:59:45 #11 29.35 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:59:45 #11 29.46 Selecting previously unselected package libquadmath0:amd64.
11:59:45 #11 29.46 Preparing to unpack .../093-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
11:59:45 #11 29.46 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
11:59:45 #11 29.50 Selecting previously unselected package libgcc-9-dev:amd64.
11:59:45 #11 29.50 Preparing to unpack .../094-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:59:45 #11 29.51 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
11:59:45 #10 29.05 Preparing to unpack .../144-diffstat_1.62-1_arm64.deb ...
11:59:45 #10 29.06 Unpacking diffstat (1.62-1) ...
11:59:45 #10 29.09 Selecting previously unselected package distro-info-data.
11:59:45 #10 29.10 Preparing to unpack .../145-distro-info-data_0.41+deb10u6_all.deb ...
11:59:45 #10 29.10 Unpacking distro-info-data (0.41+deb10u6) ...
11:59:45 #10 29.14 Selecting previously unselected package python3-pkg-resources.
11:59:45 #10 29.14 Preparing to unpack .../146-python3-pkg-resources_40.8.0-1_all.deb ...
11:59:45 #10 29.15 Unpacking python3-pkg-resources (40.8.0-1) ...
11:59:45 #10 29.20 Selecting previously unselected package python3-chardet.
11:59:45 #10 29.21 Preparing to unpack .../147-python3-chardet_3.0.4-3_all.deb ...
11:59:45 #10 29.21 Unpacking python3-chardet (3.0.4-3) ...
11:59:45 #10 29.26 Selecting previously unselected package python3-six.
11:59:45 #10 29.26 Preparing to unpack .../148-python3-six_1.12.0-1_all.deb ...
11:59:45 #10 29.26 Unpacking python3-six (1.12.0-1) ...
11:59:45 #10 29.30 Selecting previously unselected package python3-debian.
11:59:45 #10 29.31 Preparing to unpack .../149-python3-debian_0.1.35_all.deb ...
11:59:45 #10 29.31 Unpacking python3-debian (0.1.35) ...
11:59:45 #10 29.36 Selecting previously unselected package libgpgme11:arm64.
11:59:45 #10 29.36 Preparing to unpack .../150-libgpgme11_1.12.0-6_arm64.deb ...
11:59:45 #10 29.37 Unpacking libgpgme11:arm64 (1.12.0-6) ...
11:59:45 #11 8.180 The following NEW packages will be installed:
11:59:45 #11 8.180   autoconf automake autopoint autotools-dev binutils
11:59:45 #11 8.180   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:59:45 #11 8.180   bzip2 ca-certificates cpp cpp-12 curl dbus dbus-bin dbus-daemon
11:59:45 #11 8.180   dbus-session-bus-common dbus-system-bus-common dctrl-tools debhelper
11:59:45 #11 8.180   debugedit devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:45 #11 8.180   distro-info-data dmsetup dpkg-dev dput dwz equivs fakeroot file
11:59:45 #11 8.180   fontconfig-config fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext
11:59:45 #11 8.180   gettext-base gir1.2-glib-2.0 git git-man gnupg gnupg-l10n gnupg-utils gpg
11:59:45 #11 8.180   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:59:45 #11 8.180   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:59:45 #11 8.180   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:59:45 #11 8.180   libapparmor1 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:45 #11 8.180   libargon2-1 libarray-intspan-perl libasan8 libassuan0 libatomic1
11:59:45 #11 8.180   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:59:45 #11 8.180   libberkeleydb-perl libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools
11:59:45 #11 8.180   libc6-dev libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl
11:59:45 #11 8.180   libcgi-pm-perl libclass-data-inheritable-perl libclass-method-modifiers-perl
11:59:45 #11 8.180   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:45 #11 8.180   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:45 #11 8.180   libcpanel-json-xs-perl libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0
11:59:45 #11 8.180   libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:59:45 #11 8.180   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:59:45 #11 8.180   libdata-validate-ip-perl libdata-validate-uri-perl libdbus-1-3
11:59:45 #11 8.180   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:45 #11 8.180   libdevel-stacktrace-perl libdevmapper1.02.1 libdistro-info-perl libdpkg-perl
11:59:45 #11 8.180   libdw1 libdynaloader-functions-perl libedit2 libelf1
11:59:45 #11 8.180   libemail-address-xs-perl libencode-locale-perl liberror-perl
11:59:45 #11 8.180   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:59:45 #11 8.180   libfcgi-bin libfcgi-perl libfcgi0ldbl libfdisk1 libfido2-1
11:59:45 #11 8.180   libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:45 #11 8.180   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:45 #11 8.180   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:45 #11 8.180   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:45 #11 8.180   libfreetype6 libfreezethaw-perl libgcc-12-dev libgd3 libgdbm-compat4
11:59:45 #11 8.180   libgdbm6 libgirepository-1.0-1 libgit-wrapper-perl libgitlab-api-v4-perl
11:59:45 #11 8.180   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgssapi-krb5-2
11:59:45 #11 8.180   libhtml-form-perl libhtml-format-perl libhtml-html5-entities-perl
11:59:45 #11 8.180   libhtml-parser-perl libhtml-tagset-perl libhtml-tokeparser-simple-perl
11:59:45 #11 8.180   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:45 #11 8.180   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:45 #11 8.180   libicu71 libimport-into-perl libindirect-perl libio-html-perl
11:59:45 #11 8.180   libio-interactive-perl libio-prompter-perl libio-pty-perl
11:59:45 #11 8.180   libio-socket-ssl-perl libio-string-perl libip4tc2 libipc-run-perl
11:59:45 #11 8.180   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
11:59:45 #11 8.180   libiterator-util-perl libjbig0 libjpeg-turbo8 libjpeg8 libjson-c5
11:59:45 #11 8.180   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:59:45 #11 8.180   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libldap-common
11:59:45 #11 8.180   liblerc3 liblist-compare-perl liblist-moreutils-perl
11:59:45 #11 8.180   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
11:59:45 #11 8.180   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
11:59:45 #11 8.180   liblog-any-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
11:59:45 #11 8.180   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
11:59:45 #11 8.180   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
11:59:45 #11 8.180   libmd0 libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:45 #11 8.180   libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpdec3 libmpfr6
11:59:45 #11 8.180   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:59:45 #11 8.180   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:59:45 #11 8.180   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:59:45 #11 8.180   libnsl2 libnumber-compare-perl libobject-pad-perl libpackage-stash-perl
11:59:45 #11 8.180   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:59:45 #11 8.180   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:59:45 #11 8.180   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:59:45 #11 8.180   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:59:45 #11 8.180   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
11:59:45 #11 8.180   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:59:45 #11 8.180   libregexp-pattern-license-perl libregexp-pattern-perl
11:59:45 #11 8.180   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:45 #11 8.180   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:45 #11 8.180   libsereal-encoder-perl libset-intspan-perl libsocket6-perl libsodium23
11:59:45 #11 8.180   libsort-versions-perl libsqlite3-0 libssh-4 libssl3 libstdc++-12-dev
11:59:45 #11 8.180   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:45 #11 8.180   libstring-shellquote-perl libsub-exporter-perl
11:59:45 #11 8.180   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:45 #11 8.180   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:45 #11 8.180   libsyntax-keyword-try-perl libsys-hostname-long-perl libsystemd-shared
11:59:45 #11 8.180   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:59:45 #11 8.180   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:59:45 #11 8.180   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-common
11:59:45 #11 8.180   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libtype-tiny-perl
11:59:45 #11 8.180   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:59:45 #11 8.180   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:59:45 #11 8.180   libwant-perl libwebp7 libwww-mechanize-perl libwww-perl
11:59:45 #11 8.180   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:59:45 #11 8.180   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:45 #11 8.180   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:59:45 #11 8.180   libxpm4 libxs-parse-keyword-perl libxs-parse-sublike-perl libyaml-0-2
11:59:45 #11 8.180   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
11:59:45 #11 8.180   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
11:59:45 #11 8.180   netbase networkd-dispatcher openssh-client openssl patch patchutils perl
11:59:45 #11 8.180   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:59:45 #11 8.180   publicsuffix python-apt-common python3 python3-apt python3-bcrypt
11:59:45 #11 8.180   python3-certifi python3-cffi-backend python3-chardet python3-cryptography
11:59:45 #11 8.180   python3-dbus python3-debian python3-gi python3-gpg python3-idna
11:59:45 #11 8.180   python3-magic python3-minimal python3-nacl python3-paramiko
11:59:45 #11 8.180   python3-pkg-resources python3-requests python3-six python3-unidiff
11:59:45 #11 8.180   python3-urllib3 python3-xdg python3.10 python3.10-minimal readline-common
11:59:45 #11 8.180   rpcsvc-proto shared-mime-info strace systemd systemd-resolved
11:59:45 #11 8.180   systemd-timesyncd t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils zstd
11:59:45 #10 27.51 Unpacking fontconfig-config (2.13.1-4.2) ...
11:59:45 #10 27.56 Selecting previously unselected package libcurl3-gnutls:arm64.
11:59:45 #10 27.57 Preparing to unpack .../158-libcurl3-gnutls_7.74.0-1.3+deb11u5_arm64.deb ...
11:59:45 #10 27.57 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u5) ...
11:59:45 #10 27.62 Selecting previously unselected package liberror-perl.
11:59:45 #10 27.62 Preparing to unpack .../159-liberror-perl_0.17029-1_all.deb ...
11:59:45 #10 27.62 Unpacking liberror-perl (0.17029-1) ...
11:59:45 #10 27.65 Selecting previously unselected package git-man.
11:59:45 #10 27.66 Preparing to unpack .../160-git-man_1%3a2.30.2-1+deb11u1_all.deb ...
11:59:45 #10 27.66 Unpacking git-man (1:2.30.2-1+deb11u1) ...
11:59:45 #11 28.36 Preparing to unpack .../183-libgpgme11_1.16.0-1.2ubuntu4_amd64.deb ...
11:59:45 #11 28.37 Unpacking libgpgme11:amd64 (1.16.0-1.2ubuntu4) ...
11:59:45 #11 28.40 Selecting previously unselected package python3-gpg.
11:59:45 #11 28.40 Preparing to unpack .../184-python3-gpg_1.16.0-1.2ubuntu4_amd64.deb ...
11:59:45 #11 28.41 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
11:59:45 #11 28.45 Selecting previously unselected package dput.
11:59:45 #11 28.46 Preparing to unpack .../185-dput_1.1.0ubuntu2_all.deb ...
11:59:45 #11 28.46 Unpacking dput (1.1.0ubuntu2) ...
11:59:45 #11 28.50 Selecting previously unselected package fonts-dejavu-core.
11:59:45 #11 28.50 Preparing to unpack .../186-fonts-dejavu-core_2.37-2build1_all.deb ...
11:59:45 #11 28.51 Unpacking fonts-dejavu-core (2.37-2build1) ...
11:59:45 #10 26.88   Installing       : tcl-1:8.6.10-7.el9.x86_64                           53/166 
11:59:45 #10 26.94   Installing       : shared-mime-info-2.1-5.el9.x86_64                   54/166 
11:59:45 #10 26.98   Running scriptlet: shared-mime-info-2.1-5.el9.x86_64                   54/166 
11:59:45 #10 26.98   Installing       : python3-six-1.15.0-9.el9.noarch                     55/166 
11:59:45 #10 27.00   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch               56/166 
11:59:45 #10 27.04   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch         57/166 
11:59:45 #10 27.05   Installing       : publicsuffix-list-dafsa-20210518-3.el9.noarch       58/166 
11:59:45 #10 27.08   Installing       : libpsl-0.21.1-5.el9.x86_64                          59/166 
11:59:45 #10 27.09   Installing       : pkgconf-m4-1.7.3-10.el9.noarch                      60/166 
11:59:45 #10 27.12   Installing       : openssl-1:3.0.7-2.el9.x86_64                        61/166 
11:59:45 #10 27.16   Installing       : ncurses-6.2-8.20210508.el9.x86_64                   62/166 
11:59:45 #10 2.288 Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
11:59:45 #10 2.402 Get:2 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
11:59:45 #11 20.08 Selecting previously unselected package libgdbm6:arm64.
11:59:45 #11 20.08 Preparing to unpack .../002-libgdbm6_1.23-1_arm64.deb ...
11:59:45 #11 20.08 Unpacking libgdbm6:arm64 (1.23-1) ...
11:59:45 #11 20.12 Selecting previously unselected package libgdbm-compat4:arm64.
11:59:45 #11 20.13 Preparing to unpack .../003-libgdbm-compat4_1.23-1_arm64.deb ...
11:59:45 #11 20.13 Unpacking libgdbm-compat4:arm64 (1.23-1) ...
11:59:45 #11 20.17 Selecting previously unselected package libperl5.34:arm64.
11:59:45 #11 20.17 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.1_arm64.deb ...
11:59:45 #11 20.18 Unpacking libperl5.34:arm64 (5.34.0-3ubuntu1.1) ...
11:59:45 #10 29.23 Preparing to unpack .../141-libfakeroot_1.22-2ubuntu1_arm64.deb ...
11:59:45 #10 29.24 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ...
11:59:45 #10 29.28 Selecting previously unselected package fakeroot.
11:59:45 #10 29.28 Preparing to unpack .../142-fakeroot_1.22-2ubuntu1_arm64.deb ...
11:59:45 #10 29.29 Unpacking fakeroot (1.22-2ubuntu1) ...
11:59:45 #10 29.33 Selecting previously unselected package libcurl3-gnutls:arm64.
11:59:45 #10 29.33 Preparing to unpack .../143-libcurl3-gnutls_7.58.0-2ubuntu3.22_arm64.deb ...
11:59:45 #10 29.33 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.22) ...
11:59:45 #10 29.37 Selecting previously unselected package liberror-perl.
11:59:45 #10 29.38 Preparing to unpack .../144-liberror-perl_0.17025-1_all.deb ...
11:59:45 #10 29.38 Unpacking liberror-perl (0.17025-1) ...
11:59:45 #10 29.43 Selecting previously unselected package git-man.
11:59:45 #10 29.43 Preparing to unpack .../145-git-man_1%3a2.17.1-1ubuntu0.15_all.deb ...
11:59:45 #10 29.44 Unpacking git-man (1:2.17.1-1ubuntu0.15) ...
11:59:45 #11 25.87 Preparing to unpack .../065-libpsl5_0.21.0-1.2build2_arm64.deb ...
11:59:45 #11 25.87 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
11:59:45 #11 25.90 Selecting previously unselected package libxau6:arm64.
11:59:45 #11 25.91 Preparing to unpack .../066-libxau6_1%3a1.0.9-1build5_arm64.deb ...
11:59:45 #11 25.91 Unpacking libxau6:arm64 (1:1.0.9-1build5) ...
11:59:45 #11 25.95 Selecting previously unselected package libxdmcp6:arm64.
11:59:45 #11 25.95 Preparing to unpack .../067-libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb ...
11:59:45 #11 25.95 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
11:59:45 #11 25.99 Selecting previously unselected package libxcb1:arm64.
11:59:45 #11 25.99 Preparing to unpack .../068-libxcb1_1.15-1_arm64.deb ...
11:59:45 #11 25.99 Unpacking libxcb1:arm64 (1.15-1) ...
11:59:45 #11 26.02 Selecting previously unselected package libx11-data.
11:59:45 #11 26.03 Preparing to unpack .../069-libx11-data_2%3a1.8.1-2_all.deb ...
11:59:45 #11 26.03 Unpacking libx11-data (2:1.8.1-2) ...
11:59:45 #11 26.09 Selecting previously unselected package libx11-6:arm64.
11:59:45 #11 26.09 Preparing to unpack .../070-libx11-6_2%3a1.8.1-2_arm64.deb ...
11:59:45 #11 27.30 Preparing to unpack .../102-build-essential_12.8ubuntu1.1_arm64.deb ...
11:59:45 #11 27.30 Unpacking build-essential (12.8ubuntu1.1) ...
11:59:45 #11 27.34 Selecting previously unselected package libbrotli1:arm64.
11:59:45 #11 27.35 Preparing to unpack .../103-libbrotli1_1.0.7-6ubuntu0.1_arm64.deb ...
11:59:45 #11 27.35 Unpacking libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
11:59:45 #11 27.41 Selecting previously unselected package libroken18-heimdal:arm64.
11:59:45 #11 27.41 Preparing to unpack .../104-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
11:59:45 #11 27.42 Unpacking libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:45 #11 27.47 Selecting previously unselected package libasn1-8-heimdal:arm64.
11:59:45 #11 27.47 Preparing to unpack .../105-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
11:59:45 #11 27.47 Unpacking libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:45 #11 27.53 Selecting previously unselected package libheimbase1-heimdal:arm64.
11:59:45 #11 28.76 Preparing to unpack .../190-libhtml-tree-perl_5.07-2_all.deb ...
11:59:45 #11 28.76 Unpacking libhtml-tree-perl (5.07-2) ...
11:59:45 #11 28.80 Selecting previously unselected package libio-html-perl.
11:59:45 #11 28.80 Preparing to unpack .../191-libio-html-perl_1.004-3_all.deb ...
11:59:45 #11 28.81 Unpacking libio-html-perl (1.004-3) ...
11:59:45 #11 28.83 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:45 #11 28.83 Preparing to unpack .../192-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:59:45 #11 28.84 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:59:45 #11 28.88 Selecting previously unselected package libhttp-message-perl.
11:59:45 #11 28.88 Preparing to unpack .../193-libhttp-message-perl_6.37-1_all.deb ...
11:59:45 #11 28.89 Unpacking libhttp-message-perl (6.37-1) ...
11:59:45 #11 28.91 Selecting previously unselected package libhttp-cookies-perl.
11:59:45 #11 28.92 Preparing to unpack .../194-libhttp-cookies-perl_6.10-1_all.deb ...
11:59:45 #11 28.92 Unpacking libhttp-cookies-perl (6.10-1) ...
11:59:45 #11 28.94 Selecting previously unselected package libhttp-negotiate-perl.
11:59:45 #11 28.94 Preparing to unpack .../195-libhttp-negotiate-perl_6.01-1_all.deb ...
11:59:45 #11 28.95 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:59:45 #11 28.97 Selecting previously unselected package perl-openssl-defaults:amd64.
11:59:45 #11 28.97 Preparing to unpack .../196-perl-openssl-defaults_7_amd64.deb ...
11:59:45 #11 28.98 Unpacking perl-openssl-defaults:amd64 (7) ...
11:59:45 #11 29.00 Selecting previously unselected package libnet-ssleay-perl:amd64.
11:59:45 #10 21.28   Running scriptlet: glibc-gconv-extra-2.34-54.el9.aarch64              165/165 
11:59:45 #10 24.83   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1     1/165 
11:59:45 #10 24.83   Verifying        : binutils-2.35.2-35.el9.aarch64                       2/165 
11:59:45 #10 24.83   Verifying        : bzip2-1.0.8-8.el9.aarch64                            3/165 
11:59:45 #10 24.83   Verifying        : cpio-2.13-16.el9.aarch64                             4/165 
11:59:45 #10 24.83   Verifying        : cracklib-2.9.6-27.el9.aarch64                        5/165 
11:59:45 #10 24.83   Verifying        : cracklib-dicts-2.9.6-27.el9.aarch64                  6/165 
11:59:45 #10 24.83   Verifying        : dbus-libs-1:1.12.20-7.el9.aarch64                    7/165 
11:59:45 #10 24.83   Verifying        : diffutils-3.7-12.el9.aarch64                         8/165 
11:59:45 #10 24.83   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                  9/165 
11:59:45 #10 24.83   Verifying        : ed-1.14.2-12.el9.aarch64                            10/165 
11:59:45 #10 24.83   Verifying        : elfutils-0.188-3.el9.aarch64                        11/165 
11:59:45 #10 24.83   Verifying        : elfutils-debuginfod-client-0.188-3.el9.aarch64      12/165 
11:59:45 #10 24.83   Verifying        : environment-modules-5.0.1-2.el9.aarch64             13/165 
11:59:45 #10 24.83   Verifying        : file-5.39-10.el9.aarch64                            14/165 
11:59:45 #10 24.83   Verifying        : glib-networking-2.68.3-3.el9.aarch64                15/165 
11:59:45 #10 24.83   Verifying        : glibc-gconv-extra-2.34-54.el9.aarch64               16/165 
11:59:45 #10 24.83   Verifying        : groff-base-1.22.4-10.el9.aarch64                    17/165 
11:59:45 #10 24.83   Verifying        : gsettings-desktop-schemas-40.0-6.el9.aarch64        18/165 
11:59:45 #10 24.83   Verifying        : info-6.7-15.el9.aarch64                             19/165 
11:59:45 #10 24.83   Verifying        : json-glib-1.6.6-1.el9.aarch64                       20/165 
11:59:45 #10 24.83   Verifying        : less-590-1.el9.aarch64                              21/165 
11:59:45 #10 24.83   Verifying        : libbrotli-1.0.9-6.el9.aarch64                       22/165 
11:59:45 #10 24.83   Verifying        : libdb-5.3.28-53.el9.aarch64                         23/165 
11:59:45 #10 24.83   Verifying        : libeconf-0.4.1-2.el9.aarch64                        24/165 
11:59:45 #10 24.83   Verifying        : libfdisk-2.37.4-9.el9.aarch64                       25/165 
11:59:45 #10 24.83   Verifying        : libicu-67.1-9.el9.aarch64                           26/165 
11:59:45 #10 24.83   Verifying        : libpipeline-1.5.3-4.el9.aarch64                     27/165 
11:59:45 #10 24.83   Verifying        : libpkgconf-1.7.3-10.el9.aarch64                     28/165 
11:59:45 #10 24.83   Verifying        : libpng-2:1.6.37-12.el9.aarch64                      29/165 
11:59:45 #10 24.83   Verifying        : libproxy-0.4.15-35.el9.aarch64                      30/165 
11:59:45 #10 24.83   Verifying        : libpsl-0.21.1-5.el9.aarch64                         31/165 
11:59:45 #10 24.83   Verifying        : libpwquality-1.4.4-8.el9.aarch64                    32/165 
11:59:45 #10 24.83   Verifying        : libselinux-utils-3.5-0.rc1.1.el9.aarch64            33/165 
11:59:45 #10 24.83   Verifying        : libutempter-1.2.1-6.el9.aarch64                     34/165 
11:59:45 #10 24.83   Verifying        : man-db-2.9.3-7.el9.aarch64                          35/165 
11:59:45 #10 24.83   Verifying        : ncurses-6.2-8.20210508.el9.aarch64                  36/165 
11:59:45 #10 24.83   Verifying        : openssl-1:3.0.7-2.el9.aarch64                       37/165 
11:59:45 #10 24.83   Verifying        : pam-1.5.1-14.el9.aarch64                            38/165 
11:59:45 #10 24.83   Verifying        : pkgconf-1.7.3-10.el9.aarch64                        39/165 
11:59:45 #10 24.83   Verifying        : pkgconf-m4-1.7.3-10.el9.noarch                      40/165 
11:59:45 #10 24.83   Verifying        : pkgconf-pkg-config-1.7.3-10.el9.aarch64             41/165 
11:59:45 #10 24.83   Verifying        : policycoreutils-3.5-0.rc1.2.el9.aarch64             42/165 
11:59:45 #10 24.83   Verifying        : procps-ng-3.3.17-9.el9.aarch64                      43/165 
11:59:45 #10 24.83   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch       44/165 
11:59:45 #10 24.83   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch               45/165 
11:59:45 #10 24.83   Verifying        : python3-dbus-1.2.18-2.el9.aarch64                   46/165 
11:59:45 #10 24.84   Verifying        : python3-distro-1.5.0-7.el9.noarch                   47/165 
11:59:45 #10 24.84   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch         48/165 
11:59:45 #10 24.84   Verifying        : python3-setools-4.4.0-5.el9.aarch64                 49/165 
11:59:45 #10 24.84   Verifying        : python3-setuptools-53.0.0-12.el9.noarch             50/165 
11:59:45 #10 24.84   Verifying        : python3-six-1.15.0-9.el9.noarch                     51/165 
11:59:45 #10 24.84   Verifying        : python3-systemd-234-18.el9.aarch64                  52/165 
11:59:45 #10 24.84   Verifying        : shared-mime-info-2.1-5.el9.aarch64                  53/165 
11:59:45 #10 24.84   Verifying        : systemd-libs-252-3.el9.aarch64                      54/165 
11:59:45 #10 24.84   Verifying        : tcl-1:8.6.10-7.el9.aarch64                          55/165 
11:59:45 #10 24.84   Verifying        : unzip-6.0-56.el9.aarch64                            56/165 
11:59:45 #10 24.84   Verifying        : util-linux-2.37.4-9.el9.aarch64                     57/165 
11:59:45 #10 24.84   Verifying        : util-linux-core-2.37.4-9.el9.aarch64                58/165 
11:59:45 #10 24.84   Verifying        : vim-filesystem-2:8.2.2637-16.el9.noarch             59/165 
11:59:45 #10 24.84   Verifying        : xz-5.2.5-8.el9.aarch64                              60/165 
11:59:45 #10 24.84   Verifying        : zip-3.0-33.el9.aarch64                              61/165 
11:59:45 #10 24.84   Verifying        : zstd-1.5.1-2.el9.aarch64                            62/165 
11:59:45 #10 24.84   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch          63/165 
11:59:45 #10 24.84   Verifying        : checkpolicy-3.5-0.rc2.1.el9.aarch64                 64/165 
11:59:45 #10 24.84   Verifying        : desktop-file-utils-0.26-6.el9.aarch64               65/165 
11:59:45 #10 24.84   Verifying        : dwz-0.14-3.el9.aarch64                              66/165 
11:59:45 #10 24.84   Verifying        : efi-srpm-macros-4-9.el9.noarch                      67/165 
11:59:45 #10 24.84   Verifying        : emacs-filesystem-1:27.2-8.el9.noarch                68/165 
11:59:45 #10 24.84   Verifying        : enchant-1:1.6.0-30.el9.aarch64                      69/165 
11:59:45 #10 24.84   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            70/165 
11:59:45 #10 24.84   Verifying        : gcc-toolset-12-binutils-2.38-16.el9.aarch64         71/165 
11:59:45 #10 24.84   Verifying        : gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64    72/165 
11:59:45 #10 24.84   Verifying        : gcc-toolset-12-runtime-12.0-5.el9.aarch64           73/165 
11:59:45 #10 24.84   Verifying        : gdb-minimal-10.2-10.el9.aarch64                     74/165 
11:59:45 #10 24.84   Verifying        : gdk-pixbuf2-2.42.6-3.el9.aarch64                    75/165 
11:59:45 #10 24.84   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                  76/165 
11:59:45 #10 24.84   Verifying        : go-srpm-macros-3.0.9-9.el9.noarch                   77/165 
11:59:45 #10 24.84   Verifying        : hunspell-1.7.0-11.el9.aarch64                       78/165 
11:59:45 #10 24.84   Verifying        : hunspell-en-0.20140811.1-20.el9.noarch              79/165 
11:59:45 #10 24.84   Verifying        : hunspell-en-GB-0.20140811.1-20.el9.noarch           80/165 
11:59:45 #10 24.84   Verifying        : hunspell-en-US-0.20140811.1-20.el9.noarch           81/165 
11:59:45 #10 24.84   Verifying        : hunspell-filesystem-1.7.0-11.el9.aarch64            82/165 
11:59:45 #10 24.84   Verifying        : kernel-srpm-macros-1.0-11.el9.noarch                83/165 
11:59:45 #10 24.84   Verifying        : libappstream-glib-0.7.18-4.el9.aarch64              84/165 
11:59:45 #10 24.84   Verifying        : libjpeg-turbo-2.0.90-5.el9.aarch64                  85/165 
11:59:45 #10 24.84   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.aarch64           86/165 
11:59:45 #10 24.84   Verifying        : libsoup-2.72.0-8.el9.aarch64                        87/165 
11:59:45 #10 24.84   Verifying        : libstemmer-0-18.585svn.el9.aarch64                  88/165 
11:59:45 #10 24.84   Verifying        : lua-srpm-macros-1-6.el9.noarch                      89/165 
11:59:45 #10 24.84   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                    90/165 
11:59:45 #10 24.84   Verifying        : openblas-srpm-macros-2-11.el9.noarch                91/165 
11:59:45 #10 24.84   Verifying        : patch-2.7.6-16.el9.aarch64                          92/165 
11:59:45 #10 24.84   Verifying        : perl-AutoLoader-5.74-480.el9.noarch                 93/165 
11:59:45 #10 24.84   Verifying        : perl-B-1.80-480.el9.aarch64                         94/165 
11:59:45 #10 24.84   Verifying        : perl-Carp-1.50-460.el9.noarch                       95/165 
11:59:45 #10 24.84   Verifying        : perl-Class-Struct-0.66-480.el9.noarch               96/165 
11:59:45 #10 24.84   Verifying        : perl-Data-Dumper-2.174-462.el9.aarch64              97/165 
11:59:45 #10 24.84   Verifying        : perl-Digest-1.19-4.el9.noarch                       98/165 
11:59:45 #10 24.84   Verifying        : perl-Digest-MD5-2.58-4.el9.aarch64                  99/165 
11:59:45 #10 24.84   Verifying        : perl-Encode-4:3.08-462.el9.aarch64                 100/165 
11:59:45 #10 24.84   Verifying        : perl-Errno-1.30-480.el9.aarch64                    101/165 
11:59:45 #10 24.84   Verifying        : perl-Exporter-5.74-461.el9.noarch                  102/165 
11:59:45 #10 24.84   Verifying        : perl-Fcntl-1.13-480.el9.aarch64                    103/165 
11:59:45 #10 24.84   Verifying        : perl-File-Basename-2.85-480.el9.noarch             104/165 
11:59:45 #10 24.84   Verifying        : perl-File-Path-2.18-4.el9.noarch                   105/165 
11:59:45 #10 24.84   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch            106/165 
11:59:45 #10 24.84   Verifying        : perl-File-stat-1.09-480.el9.noarch                 107/165 
11:59:45 #10 24.84   Verifying        : perl-FileHandle-2.03-480.el9.noarch                108/165 
11:59:45 #10 24.84   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch               109/165 
11:59:45 #10 24.84   Verifying        : perl-Getopt-Std-1.12-480.el9.noarch                110/165 
11:59:45 #10 24.84   Verifying        : perl-HTTP-Tiny-0.076-460.el9.noarch                111/165 
11:59:45 #10 24.84   Verifying        : perl-IO-1.43-480.el9.aarch64                       112/165 
11:59:45 #10 24.84   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                113/165 
11:59:45 #10 24.84   Verifying        : perl-IO-Socket-SSL-2.073-1.el9.noarch              114/165 
11:59:45 #10 24.84   Verifying        : perl-IPC-Open3-1.21-480.el9.noarch                 115/165 
11:59:45 #10 24.84   Verifying        : perl-MIME-Base64-3.16-4.el9.aarch64                116/165 
11:59:45 #10 24.84   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch              117/165 
11:59:45 #10 24.84   Verifying        : perl-NDBM_File-1.15-480.el9.aarch64                118/165 
11:59:45 #10 24.84   Verifying        : perl-Net-SSLeay-1.92-2.el9.aarch64                 119/165 
11:59:45 #10 24.84   Verifying        : perl-POSIX-1.94-480.el9.aarch64                    120/165 
11:59:45 #10 24.84   Verifying        : perl-PathTools-3.78-461.el9.aarch64                121/165 
11:59:45 #10 24.84   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch             122/165 
11:59:45 #10 24.84   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch            123/165 
11:59:45 #10 24.84   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                124/165 
11:59:45 #10 24.84   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 125/165 
11:59:45 #10 24.84   Verifying        : perl-Scalar-List-Utils-4:1.56-461.el9.aarch64      126/165 
11:59:45 #10 24.84   Verifying        : perl-SelectSaver-1.02-480.el9.noarch               127/165 
11:59:45 #10 24.84   Verifying        : perl-Socket-4:2.031-4.el9.aarch64                  128/165 
11:59:45 #10 24.84   Verifying        : perl-Storable-1:3.21-460.el9.aarch64               129/165 
11:59:45 #10 24.84   Verifying        : perl-Symbol-1.08-480.el9.noarch                    130/165 
11:59:45 #10 24.84   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            131/165 
11:59:45 #10 24.84   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  132/165 
11:59:45 #10 24.84   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           133/165 
11:59:45 #10 24.84   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       134/165 
11:59:45 #10 24.84   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               135/165 
11:59:45 #10 24.84   Verifying        : perl-URI-5.09-3.el9.noarch                         136/165 
11:59:45 #10 24.84   Verifying        : perl-base-2.27-480.el9.noarch                      137/165 
11:59:45 #10 24.84   Verifying        : perl-constant-1.33-461.el9.noarch                  138/165 
11:59:45 #10 24.84   Verifying        : perl-if-0.60.800-480.el9.noarch                    139/165 
11:59:45 #10 24.84   Verifying        : perl-interpreter-4:5.32.1-480.el9.aarch64          140/165 
11:59:45 #10 24.84   Verifying        : perl-libnet-3.13-4.el9.noarch                      141/165 
11:59:45 #10 24.84   Verifying        : perl-libs-4:5.32.1-480.el9.aarch64                 142/165 
11:59:45 #10 24.84   Verifying        : perl-mro-1.23-480.el9.aarch64                      143/165 
11:59:45 #10 24.84   Verifying        : perl-overload-1.31-480.el9.noarch                  144/165 
11:59:45 #10 24.84   Verifying        : perl-overloading-0.02-480.el9.noarch               145/165 
11:59:45 #10 24.84   Verifying        : perl-parent-1:0.238-460.el9.noarch                 146/165 
11:59:45 #10 24.84   Verifying        : perl-podlators-1:4.14-460.el9.noarch               147/165 
11:59:45 #10 24.84   Verifying        : perl-srpm-macros-1-41.el9.noarch                   148/165 
11:59:45 #10 24.84   Verifying        : perl-subs-1.03-480.el9.noarch                      149/165 
11:59:45 #10 24.84   Verifying        : perl-vars-1.05-480.el9.noarch                      150/165 
11:59:45 #10 24.84   Verifying        : policycoreutils-python-utils-3.5-0.rc1.2.el9.noa   151/165 
11:59:45 #10 24.84   Verifying        : python-srpm-macros-3.9-52.el9.noarch               152/165 
11:59:45 #10 24.84   Verifying        : python3-audit-3.0.7-103.el9.aarch64                153/165 
11:59:45 #10 24.84   Verifying        : python3-enchant-3.2.0-5.el9.noarch                 154/165 
11:59:45 #10 24.84   Verifying        : python3-file-magic-5.39-10.el9.noarch              155/165 
11:59:45 #10 24.84   Verifying        : python3-libselinux-3.5-0.rc1.1.el9.aarch64         156/165 
11:59:45 #10 24.84   Verifying        : python3-libsemanage-3.5-0.rc1.1.el9.aarch64        157/165 
11:59:45 #10 24.84   Verifying        : python3-policycoreutils-3.5-0.rc1.2.el9.noarch     158/165 
11:59:45 #10 24.84   Verifying        : qt5-srpm-macros-5.15.3-1.el9.noarch                159/165 
11:59:45 #10 24.84   Verifying        : redhat-rpm-config-197-1.el9.noarch                 160/165 
11:59:45 #10 24.84   Verifying        : rpm-build-4.16.1.3-22.el9.aarch64                  161/165 
11:59:45 #10 24.84   Verifying        : rpmlint-1.11-19.el9.noarch                         162/165 
11:59:45 #10 24.84   Verifying        : rust-srpm-macros-17-4.el9.noarch                   163/165 
11:59:45 #10 24.84   Verifying        : scl-utils-1:2.0.3-4.el9.aarch64                    164/165 
11:59:45 #10 24.84   Verifying        : webkit2gtk3-jsc-2.38.3-1.el9.aarch64               165/165 
11:59:45 #10 24.99 
11:59:45 #10 24.99 Installed:
11:59:45 #10 24.99   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
11:59:45 #10 24.99   adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch                       
11:59:45 #10 24.99   binutils-2.35.2-35.el9.aarch64                                                
11:59:45 #10 24.99   bzip2-1.0.8-8.el9.aarch64                                                     
11:59:45 #10 24.99   checkpolicy-3.5-0.rc2.1.el9.aarch64                                           
11:59:45 #10 24.99   cpio-2.13-16.el9.aarch64                                                      
11:59:45 #10 24.99   cracklib-2.9.6-27.el9.aarch64                                                 
11:59:45 #10 24.99   cracklib-dicts-2.9.6-27.el9.aarch64                                           
11:59:45 #10 24.99   dbus-libs-1:1.12.20-7.el9.aarch64                                             
11:59:45 #10 24.99   desktop-file-utils-0.26-6.el9.aarch64                                         
11:59:45 #10 24.99   diffutils-3.7-12.el9.aarch64                                                  
11:59:45 #10 24.99   dnf-plugins-core-4.3.0-4.el9.noarch                                           
11:59:45 #10 24.99   dwz-0.14-3.el9.aarch64                                                        
11:59:45 #10 24.99   ed-1.14.2-12.el9.aarch64                                                      
11:59:45 #10 24.99   efi-srpm-macros-4-9.el9.noarch                                                
11:59:45 #10 24.99   elfutils-0.188-3.el9.aarch64                                                  
11:59:45 #10 24.99   elfutils-debuginfod-client-0.188-3.el9.aarch64                                
11:59:45 #10 24.99   emacs-filesystem-1:27.2-8.el9.noarch                                          
11:59:45 #10 24.99   enchant-1:1.6.0-30.el9.aarch64                                                
11:59:45 #10 24.99   environment-modules-5.0.1-2.el9.aarch64                                       
11:59:45 #10 24.99   file-5.39-10.el9.aarch64                                                      
11:59:45 #10 24.99   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
11:59:45 #10 24.99   gcc-toolset-12-binutils-2.38-16.el9.aarch64                                   
11:59:45 #10 24.99   gcc-toolset-12-binutils-gold-2.38-14.el9.aarch64                              
11:59:45 #10 24.99   gcc-toolset-12-runtime-12.0-5.el9.aarch64                                     
11:59:45 #10 24.99   gdb-minimal-10.2-10.el9.aarch64                                               
11:59:45 #10 24.99   gdk-pixbuf2-2.42.6-3.el9.aarch64                                              
11:59:45 #10 24.99   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
11:59:45 #10 24.99   glib-networking-2.68.3-3.el9.aarch64                                          
11:59:45 #10 24.99   glibc-gconv-extra-2.34-54.el9.aarch64                                         
11:59:45 #10 24.99   go-srpm-macros-3.0.9-9.el9.noarch                                             
11:59:45 #10 24.99   groff-base-1.22.4-10.el9.aarch64                                              
11:59:45 #10 24.99   gsettings-desktop-schemas-40.0-6.el9.aarch64                                  
11:59:45 #10 24.99   hunspell-1.7.0-11.el9.aarch64                                                 
11:59:45 #10 24.99   hunspell-en-0.20140811.1-20.el9.noarch                                        
11:59:45 #10 24.99   hunspell-en-GB-0.20140811.1-20.el9.noarch                                     
11:59:45 #10 24.99   hunspell-en-US-0.20140811.1-20.el9.noarch                                     
11:59:45 #10 24.99   hunspell-filesystem-1.7.0-11.el9.aarch64                                      
11:59:45 #10 24.99   info-6.7-15.el9.aarch64                                                       
11:59:45 #10 24.99   json-glib-1.6.6-1.el9.aarch64                                                 
11:59:45 #10 24.99   kernel-srpm-macros-1.0-11.el9.noarch                                          
11:59:45 #10 24.99   less-590-1.el9.aarch64                                                        
11:59:45 #10 24.99   libappstream-glib-0.7.18-4.el9.aarch64                                        
11:59:45 #10 24.99   libbrotli-1.0.9-6.el9.aarch64                                                 
11:59:45 #10 24.99   libdb-5.3.28-53.el9.aarch64                                                   
11:59:45 #10 24.99   libeconf-0.4.1-2.el9.aarch64                                                  
11:59:45 #10 24.99   libfdisk-2.37.4-9.el9.aarch64                                                 
11:59:45 #10 24.99   libicu-67.1-9.el9.aarch64                                                     
11:59:45 #10 24.99   libjpeg-turbo-2.0.90-5.el9.aarch64                                            
11:59:45 #10 24.99   libpipeline-1.5.3-4.el9.aarch64                                               
11:59:45 #10 24.99   libpkgconf-1.7.3-10.el9.aarch64                                               
11:59:45 #10 24.99   libpng-2:1.6.37-12.el9.aarch64                                                
11:59:45 #10 24.99   libproxy-0.4.15-35.el9.aarch64                                                
11:59:45 #10 24.99   libproxy-webkitgtk4-0.4.15-35.el9.aarch64                                     
11:59:45 #10 24.99   libpsl-0.21.1-5.el9.aarch64                                                   
11:59:45 #10 24.99   libpwquality-1.4.4-8.el9.aarch64                                              
11:59:45 #10 24.99   libselinux-utils-3.5-0.rc1.1.el9.aarch64                                      
11:59:45 #10 24.99   libsoup-2.72.0-8.el9.aarch64                                                  
11:59:45 #10 24.99   libstemmer-0-18.585svn.el9.aarch64                                            
11:59:45 #10 24.99   libutempter-1.2.1-6.el9.aarch64                                               
11:59:45 #10 24.99   lua-srpm-macros-1-6.el9.noarch                                                
11:59:45 #10 24.99   man-db-2.9.3-7.el9.aarch64                                                    
11:59:45 #10 24.99   ncurses-6.2-8.20210508.el9.aarch64                                            
11:59:45 #10 24.99   ocaml-srpm-macros-6-6.el9.noarch                                              
11:59:45 #10 24.99   openblas-srpm-macros-2-11.el9.noarch                                          
11:59:45 #10 24.99   openssl-1:3.0.7-2.el9.aarch64                                                 
11:59:45 #10 24.99   pam-1.5.1-14.el9.aarch64                                                      
11:59:45 #10 24.99   patch-2.7.6-16.el9.aarch64                                                    
11:59:45 #10 24.99   perl-AutoLoader-5.74-480.el9.noarch                                           
11:59:45 #10 24.99   perl-B-1.80-480.el9.aarch64                                                   
11:59:45 #10 24.99   perl-Carp-1.50-460.el9.noarch                                                 
11:59:45 #10 24.99   perl-Class-Struct-0.66-480.el9.noarch                                         
11:59:45 #10 24.99   perl-Data-Dumper-2.174-462.el9.aarch64                                        
11:59:45 #10 24.99   perl-Digest-1.19-4.el9.noarch                                                 
11:59:45 #10 24.99   perl-Digest-MD5-2.58-4.el9.aarch64                                            
11:59:45 #10 24.99   perl-Encode-4:3.08-462.el9.aarch64                                            
11:59:45 #10 24.99   perl-Errno-1.30-480.el9.aarch64                                               
11:59:45 #10 24.99   perl-Exporter-5.74-461.el9.noarch                                             
11:59:45 #10 24.99   perl-Fcntl-1.13-480.el9.aarch64                                               
11:59:45 #10 24.99   perl-File-Basename-2.85-480.el9.noarch                                        
11:59:45 #10 24.99   perl-File-Path-2.18-4.el9.noarch                                              
11:59:45 #10 24.99   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
11:59:45 #10 24.99   perl-File-stat-1.09-480.el9.noarch                                            
11:59:45 #10 24.99   perl-FileHandle-2.03-480.el9.noarch                                           
11:59:45 #10 24.99   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
11:59:45 #10 24.99   perl-Getopt-Std-1.12-480.el9.noarch                                           
11:59:45 #10 24.99   perl-HTTP-Tiny-0.076-460.el9.noarch                                           
11:59:45 #10 24.99   perl-IO-1.43-480.el9.aarch64                                                  
11:59:45 #10 24.99   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
11:59:45 #10 24.99   perl-IO-Socket-SSL-2.073-1.el9.noarch                                         
11:59:45 #10 24.99   perl-IPC-Open3-1.21-480.el9.noarch                                            
11:59:45 #10 24.99   perl-MIME-Base64-3.16-4.el9.aarch64                                           
11:59:45 #10 24.99   perl-Mozilla-CA-20200520-6.el9.noarch                                         
11:59:45 #10 24.99   perl-NDBM_File-1.15-480.el9.aarch64                                           
11:59:45 #10 24.99   perl-Net-SSLeay-1.92-2.el9.aarch64                                            
11:59:45 #10 24.99   perl-POSIX-1.94-480.el9.aarch64                                               
11:59:45 #10 24.99   perl-PathTools-3.78-461.el9.aarch64                                           
11:59:45 #10 24.99   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
11:59:45 #10 24.99   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
11:59:45 #10 24.99   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
11:59:45 #10 24.99   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
11:59:45 #10 24.99   perl-Scalar-List-Utils-4:1.56-461.el9.aarch64                                 
11:59:45 #10 24.99   perl-SelectSaver-1.02-480.el9.noarch                                          
11:59:45 #10 24.99   perl-Socket-4:2.031-4.el9.aarch64                                             
11:59:45 #10 24.99   perl-Storable-1:3.21-460.el9.aarch64                                          
11:59:45 #10 24.99   perl-Symbol-1.08-480.el9.noarch                                               
11:59:45 #10 24.99   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
11:59:45 #10 24.99   perl-Term-Cap-1.17-460.el9.noarch                                             
11:59:45 #10 24.99   perl-Text-ParseWords-3.30-460.el9.noarch                                      
11:59:45 #10 24.99   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
11:59:45 #10 24.99   perl-Time-Local-2:1.300-7.el9.noarch                                          
11:59:45 #10 24.99   perl-URI-5.09-3.el9.noarch                                                    
11:59:45 #10 24.99   perl-base-2.27-480.el9.noarch                                                 
11:59:45 #10 24.99   perl-constant-1.33-461.el9.noarch                                             
11:59:45 #10 24.99   perl-if-0.60.800-480.el9.noarch                                               
11:59:45 #10 24.99   perl-interpreter-4:5.32.1-480.el9.aarch64                                     
11:59:45 #10 24.99   perl-libnet-3.13-4.el9.noarch                                                 
11:59:45 #10 24.99   perl-libs-4:5.32.1-480.el9.aarch64                                            
11:59:45 #10 24.99   perl-mro-1.23-480.el9.aarch64                                                 
11:59:45 #10 24.99   perl-overload-1.31-480.el9.noarch                                             
11:59:45 #10 24.99   perl-overloading-0.02-480.el9.noarch                                          
11:59:45 #10 24.99   perl-parent-1:0.238-460.el9.noarch                                            
11:59:45 #10 24.99   perl-podlators-1:4.14-460.el9.noarch                                          
11:59:45 #10 24.99   perl-srpm-macros-1-41.el9.noarch                                              
11:59:45 #10 24.99   perl-subs-1.03-480.el9.noarch                                                 
11:59:45 #10 24.99   perl-vars-1.05-480.el9.noarch                                                 
11:59:45 #10 24.99   pkgconf-1.7.3-10.el9.aarch64                                                  
11:59:45 #10 24.99   pkgconf-m4-1.7.3-10.el9.noarch                                                
11:59:45 #10 24.99   pkgconf-pkg-config-1.7.3-10.el9.aarch64                                       
11:59:45 #10 24.99   policycoreutils-3.5-0.rc1.2.el9.aarch64                                       
11:59:45 #10 24.99   policycoreutils-python-utils-3.5-0.rc1.2.el9.noarch                           
11:59:45 #10 24.99   procps-ng-3.3.17-9.el9.aarch64                                                
11:59:45 #10 24.99   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
11:59:45 #10 24.99   python-srpm-macros-3.9-52.el9.noarch                                          
11:59:45 #10 24.99   python3-audit-3.0.7-103.el9.aarch64                                           
11:59:45 #10 24.99   python3-dateutil-1:2.8.1-6.el9.noarch                                         
11:59:45 #10 24.99   python3-dbus-1.2.18-2.el9.aarch64                                             
11:59:45 #10 24.99   python3-distro-1.5.0-7.el9.noarch                                             
11:59:45 #10 24.99   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
11:59:45 #10 24.99   python3-enchant-3.2.0-5.el9.noarch                                            
11:59:45 #10 24.99   python3-file-magic-5.39-10.el9.noarch                                         
11:59:45 #10 24.99   python3-libselinux-3.5-0.rc1.1.el9.aarch64                                    
11:59:45 #10 24.99   python3-libsemanage-3.5-0.rc1.1.el9.aarch64                                   
11:59:45 #10 24.99   python3-policycoreutils-3.5-0.rc1.2.el9.noarch                                
11:59:45 #10 24.99   python3-setools-4.4.0-5.el9.aarch64                                           
11:59:45 #10 24.99   python3-setuptools-53.0.0-12.el9.noarch                                       
11:59:45 #10 24.99   python3-six-1.15.0-9.el9.noarch                                               
11:59:45 #10 24.99   python3-systemd-234-18.el9.aarch64                                            
11:59:45 #10 24.99   qt5-srpm-macros-5.15.3-1.el9.noarch                                           
11:59:45 #10 24.99   redhat-rpm-config-197-1.el9.noarch                                            
11:59:45 #10 24.99   rpm-build-4.16.1.3-22.el9.aarch64                                             
11:59:45 #10 24.99   rpmlint-1.11-19.el9.noarch                                                    
11:59:45 #10 24.99   rust-srpm-macros-17-4.el9.noarch                                              
11:59:45 #10 24.99   scl-utils-1:2.0.3-4.el9.aarch64                                               
11:59:45 #10 24.99   shared-mime-info-2.1-5.el9.aarch64                                            
11:59:45 #10 24.99   systemd-libs-252-3.el9.aarch64                                                
11:59:45 #10 24.99   tcl-1:8.6.10-7.el9.aarch64                                                    
11:59:45 #10 24.99   unzip-6.0-56.el9.aarch64                                                      
11:59:45 #10 24.99   util-linux-2.37.4-9.el9.aarch64                                               
11:59:45 #10 24.99   util-linux-core-2.37.4-9.el9.aarch64                                          
11:59:45 #10 24.99   vim-filesystem-2:8.2.2637-16.el9.noarch                                       
11:59:45 #10 24.99   webkit2gtk3-jsc-2.38.3-1.el9.aarch64                                          
11:59:45 #10 24.99   xz-5.2.5-8.el9.aarch64                                                        
11:59:45 #10 24.99   zip-3.0-33.el9.aarch64                                                        
11:59:45 #10 24.99   zstd-1.5.1-2.el9.aarch64                                                      
11:59:45 #10 24.99 
11:59:45 #10 24.99 Complete!
11:59:45 #10 DONE 25.1s
11:59:45 
11:59:45 #11 [stage-1 4/8] RUN dnf config-manager --set-enabled crb
11:59:45 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 0.1s
11:59:45 #11 29.74 Selecting previously unselected package gcc-9.
11:59:45 #11 29.74 Preparing to unpack .../095-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:59:45 #11 29.74 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
11:59:45 #10 28.27 Selecting previously unselected package gcc.
11:59:45 #10 28.28 Preparing to unpack .../060-gcc_4%3a12.2.0-3_amd64.deb ...
11:59:45 #10 28.28 Unpacking gcc (4:12.2.0-3) ...
11:59:45 #10 28.31 Selecting previously unselected package libstdc++-12-dev:amd64.
11:59:45 #10 28.32 Preparing to unpack .../061-libstdc++-12-dev_12.2.0-14_amd64.deb ...
11:59:45 #10 28.32 Unpacking libstdc++-12-dev:amd64 (12.2.0-14) ...
11:59:45 #10 29.42 Selecting previously unselected package python3-gpg.
11:59:45 #10 29.42 Preparing to unpack .../151-python3-gpg_1.12.0-6_arm64.deb ...
11:59:45 #10 29.43 Unpacking python3-gpg (1.12.0-6) ...
11:59:45 #10 29.49 Selecting previously unselected package dput.
11:59:45 #10 29.50 Preparing to unpack .../152-dput_1.0.3_all.deb ...
11:59:45 #10 29.51 Unpacking dput (1.0.3) ...
11:59:45 #10 29.55 Selecting previously unselected package equivs.
11:59:45 #11 8.611 0 upgraded, 419 newly installed, 0 to remove and 4 not upgraded.
11:59:45 #11 8.611 Need to get 127 MB of archives.
11:59:45 #11 8.611 After this operation, 443 MB of additional disk space will be used.
11:59:45 #11 8.611 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblocale-gettext-perl armhf 1.07-4build3 [16.2 kB]
11:59:45 #11 8.769 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libssl3 armhf 3.0.5-2ubuntu2 [1560 kB]
11:59:45 #10 27.77 Selecting previously unselected package git.
11:59:45 #10 27.78 Preparing to unpack .../161-git_1%3a2.30.2-1+deb11u1_arm64.deb ...
11:59:45 #10 27.80 Unpacking git (1:2.30.2-1+deb11u1) ...
11:59:45 #11 28.63 Selecting previously unselected package fontconfig-config.
11:59:45 #11 28.63 Preparing to unpack .../187-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
11:59:45 #11 28.63 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
11:59:45 #11 28.67 Selecting previously unselected package libcurl3-gnutls:amd64.
11:59:45 #11 28.67 Preparing to unpack .../188-libcurl3-gnutls_7.81.0-1ubuntu1.7_amd64.deb ...
11:59:45 #11 28.68 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ...
11:59:45 #11 28.70 Selecting previously unselected package liberror-perl.
11:59:45 #11 28.70 Preparing to unpack .../189-liberror-perl_0.17029-1_all.deb ...
11:59:45 #11 28.71 Unpacking liberror-perl (0.17029-1) ...
11:59:45 #11 28.74 Selecting previously unselected package git-man.
11:59:45 #11 28.74 Preparing to unpack .../190-git-man_1%3a2.34.1-1ubuntu1.6_all.deb ...
11:59:45 #11 28.75 Unpacking git-man (1:2.34.1-1ubuntu1.6) ...
11:59:45 #11 28.82 Selecting previously unselected package git.
11:59:45 #11 28.82 Preparing to unpack .../191-git_1%3a2.34.1-1ubuntu1.6_amd64.deb ...
11:59:45 #11 28.83 Unpacking git (1:2.34.1-1ubuntu1.6) ...
11:59:45 #10 27.22   Installing       : perl-Digest-1.19-4.el9.noarch                       63/166 
11:59:45 #10 27.23   Installing       : perl-Digest-MD5-2.58-4.el9.x86_64                   64/166 
11:59:45 #10 27.27   Installing       : perl-B-1.80-480.el9.x86_64                          65/166 
11:59:45 #10 27.28   Installing       : perl-FileHandle-2.03-480.el9.noarch                 66/166 
11:59:45 #10 27.31   Installing       : perl-AutoLoader-5.74-480.el9.noarch                 67/166 
11:59:45 #10 27.32   Installing       : perl-Data-Dumper-2.174-462.el9.x86_64               68/166 
11:59:45 #10 27.33   Installing       : perl-libnet-3.13-4.el9.noarch                       69/166 
11:59:45 #10 27.35   Installing       : perl-base-2.27-480.el9.noarch                       70/166 
11:59:45 #10 27.37   Installing       : perl-URI-5.09-3.el9.noarch                          71/166 
11:59:45 #10 27.42   Installing       : perl-Net-SSLeay-1.92-2.el9.x86_64                   72/166 
11:59:45 #7 ...
11:59:45 
11:59:45 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:45 #10 8.208 The following NEW packages will be installed:
11:59:45 #10 8.208   adduser autoconf automake autopoint autotools-dev binutils
11:59:45 #10 8.208   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:59:45 #10 8.208   bzip2 ca-certificates cpp cpp-12 curl dctrl-tools debhelper debian-keyring
11:59:45 #10 8.208   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:45 #10 8.208   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:59:45 #10 8.208   fonts-dejavu-core g++ g++-12 gcc gcc-12 gettext gettext-base git git-man
11:59:45 #10 8.208   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:59:45 #10 8.208   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:59:45 #10 8.208   libabsl20220623 libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:59:45 #10 8.208   libalgorithm-merge-perl libaliased-perl libaom3 libapt-pkg-perl
11:59:45 #10 8.208   libarchive-cpio-perl libarchive-zip-perl libarchive13 libarray-intspan-perl
11:59:45 #10 8.208   libasan8 libassuan0 libatomic1 libauthen-sasl-perl libavif15
11:59:45 #10 8.208   libb-hooks-endofscope-perl libb-hooks-op-check-perl libberkeleydb-perl
11:59:45 #10 8.208   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:59:45 #10 8.208   libcapture-tiny-perl libcbor0.8 libcc1-0 libcgi-fast-perl libcgi-pm-perl
11:59:45 #10 8.208   libclass-data-inheritable-perl libclass-inspector-perl
11:59:45 #10 8.208   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:45 #10 8.208   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:59:45 #10 8.208   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:59:45 #10 8.208   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:59:45 #10 8.208   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:45 #10 8.208   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:59:45 #10 8.208   libdata-validate-uri-perl libdav1d6 libde265-0 libdebhelper-perl libdeflate0
11:59:45 #10 8.208   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:59:45 #10 8.208   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
11:59:45 #10 8.208   libelf1 libemail-address-xs-perl libencode-locale-perl liberror-perl
11:59:45 #10 8.208   libexception-class-perl libexpat1 libexporter-tiny-perl libfakeroot
11:59:45 #10 8.208   libfcgi-bin libfcgi-perl libfcgi0ldbl libfeature-compat-class-perl
11:59:45 #10 8.208   libfeature-compat-try-perl libfido2-1 libfile-basedir-perl
11:59:45 #10 8.208   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
11:59:45 #10 8.208   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
11:59:45 #10 8.208   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
11:59:45 #10 8.208   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6
11:59:45 #10 8.208   libfreezethaw-perl libgav1-1 libgcc-12-dev libgd3 libgdbm-compat4 libgdbm6
11:59:45 #10 8.208   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:59:45 #10 8.208   libgomp1 libgpgme11 libgpm2 libgssapi-krb5-2 libheif1 libhtml-form-perl
11:59:45 #10 8.208   libhtml-format-perl libhtml-html5-entities-perl libhtml-parser-perl
11:59:45 #10 8.208   libhtml-tagset-perl libhtml-tokeparser-simple-perl libhtml-tree-perl
11:59:45 #10 8.208   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:45 #10 8.208   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:45 #10 8.208   libicu72 libimport-into-perl libindirect-perl libio-html-perl
11:59:45 #10 8.208   libio-interactive-perl libio-prompter-perl libio-pty-perl
11:59:45 #10 8.208   libio-sessiondata-perl libio-socket-ssl-perl libio-string-perl
11:59:45 #10 8.208   libio-stringy-perl libipc-run-perl libipc-run3-perl
11:59:45 #10 8.208   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:45 #10 8.208   libjansson4 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
11:59:45 #10 8.208   libjson-xs-perl libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
11:59:45 #10 8.208   libldap-2.5-0 libldap-common liblerc4 liblist-compare-perl
11:59:45 #10 8.208   liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl
11:59:45 #10 8.208   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:59:45 #10 8.208   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:59:45 #10 8.208   liblz1 liblzo2-2 libmagic-mgc libmagic1 libmail-sendmail-perl
11:59:45 #10 8.208   libmailtools-perl libmarkdown2 libmath-base85-perl libmime-tools-perl
11:59:45 #10 8.208   libmldbm-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:45 #10 8.208   libmoo-perl libmoox-aliases-perl libmouse-perl libmpc3 libmpdec3 libmpfr6
11:59:45 #10 8.208   libnamespace-clean-perl libncursesw6 libnet-domain-tld-perl libnet-http-perl
11:59:45 #10 8.208   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:59:45 #10 8.208   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:59:45 #10 8.208   libnsl2 libnumber-compare-perl libobject-pad-perl libossp-uuid-perl
11:59:45 #10 8.208   libossp-uuid16 libpackage-stash-perl libpackage-stash-xs-perl
11:59:45 #10 8.208   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
11:59:45 #10 8.208   libpath-tiny-perl libperl5.36 libperlio-gzip-perl libperlio-utf8-strict-perl
11:59:45 #10 8.208   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
11:59:45 #10 8.208   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.11-minimal
11:59:45 #10 8.208   libpython3.11-stdlib librav1e0 libre-engine-re2-perl libre2-9 libreadline8
11:59:45 #10 8.208   libreadonly-perl libref-util-perl libref-util-xs-perl libregexp-ipv6-perl
11:59:45 #10 8.208   libregexp-pattern-license-perl libregexp-pattern-perl
11:59:45 #10 8.208   libregexp-wildcards-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:45 #10 8.208   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:45 #10 8.208   libsereal-encoder-perl libset-intspan-perl libsoap-lite-perl libsocket6-perl
11:59:45 #10 8.208   libsort-versions-perl libsqlite3-0 libssh2-1 libssl3 libstdc++-12-dev
11:59:45 #10 8.208   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:45 #10 8.208   libstring-license-perl libstring-shellquote-perl libsub-exporter-perl
11:59:45 #10 8.208   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:45 #10 8.208   libsub-name-perl libsub-override-perl libsub-quote-perl libsvtav1enc1
11:59:45 #10 8.208   libsyntax-keyword-try-perl libsys-cpuaffinity-perl libsys-hostname-long-perl
11:59:45 #10 8.208   libtask-weaken-perl libterm-readkey-perl libtext-glob-perl
11:59:45 #10 8.208   libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:59:45 #10 8.208   libtext-xslate-perl libtiff6 libtime-duration-perl libtime-moment-perl
11:59:45 #10 8.208   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:59:45 #10 8.208   libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
11:59:45 #10 8.208   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:59:45 #10 8.208   liburi-perl libvariable-magic-perl libwant-perl libwebp7
11:59:45 #10 8.208   libwww-mechanize-perl libwww-perl libwww-robotrules-perl libx11-6
11:59:45 #10 8.208   libx11-data libx265-199 libxau6 libxcb1 libxdelta2 libxdmcp6 libxext6
11:59:45 #10 8.208   libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:59:45 #10 8.208   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2
11:59:45 #10 8.208   libxmlrpc-lite-perl libxmuu1 libxpm4 libxs-parse-keyword-perl
11:59:45 #10 8.208   libxs-parse-sublike-perl libxstring-perl libyaml-0-2 libyaml-libyaml-perl
11:59:45 #10 8.208   libyuv0 licensecheck lintian linux-libc-dev lsb-release lzop m4 make man-db
11:59:45 #10 8.208   manpages manpages-dev media-types netbase openssh-client openssl patch
11:59:45 #10 8.208   patchutils pbzip2 perl perl-modules-5.36 perl-openssl-defaults
11:59:45 #10 8.208   pinentry-curses pixz plzip po-debconf pristine-tar publicsuffix
11:59:45 #10 8.208   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:59:45 #10 8.208   python3-charset-normalizer python3-debian python3-gpg python3-idna
11:59:45 #10 8.208   python3-magic python3-minimal python3-pkg-resources python3-requests
11:59:45 #10 8.208   python3-six python3-unidiff python3-urllib3 python3-xdg python3.11
11:59:45 #10 8.208   python3.11-minimal readline-common rpcsvc-proto sensible-utils
11:59:45 #10 8.208   shared-mime-info strace t1utils ucf unzip wdiff xauth xdelta xdelta3
11:59:45 #10 8.208   xdg-user-dirs xz-utils zstd
11:59:45 #10 8.208 The following packages will be upgraded:
11:59:46 #10 2.629 Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [311 kB]
11:59:46 #11 20.38 Selecting previously unselected package perl.
11:59:46 #11 20.39 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.1_arm64.deb ...
11:59:46 #11 20.40 Unpacking perl (5.34.0-3ubuntu1.1) ...
11:59:46 #11 20.44 Selecting previously unselected package openssl.
11:59:46 #10 29.54 Selecting previously unselected package git.
11:59:46 #10 29.54 Preparing to unpack .../146-git_1%3a2.17.1-1ubuntu0.15_arm64.deb ...
11:59:46 #10 29.56 Unpacking git (1:2.17.1-1ubuntu0.15) ...
11:59:46 #11 26.09 Unpacking libx11-6:arm64 (2:1.8.1-2) ...
11:59:46 #11 26.14 Selecting previously unselected package libxext6:arm64.
11:59:46 #11 26.14 Preparing to unpack .../071-libxext6_2%3a1.3.4-1build1_arm64.deb ...
11:59:46 #11 26.14 Unpacking libxext6:arm64 (2:1.3.4-1build1) ...
11:59:46 #11 26.17 Selecting previously unselected package libxmuu1:arm64.
11:59:46 #11 26.18 Preparing to unpack .../072-libxmuu1_2%3a1.1.3-3_arm64.deb ...
11:59:46 #11 26.18 Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
11:59:46 #11 26.22 Selecting previously unselected package man-db.
11:59:46 #11 26.22 Preparing to unpack .../073-man-db_2.10.2-2_arm64.deb ...
11:59:46 #11 26.23 Unpacking man-db (2.10.2-2) ...
11:59:46 #11 26.28 Selecting previously unselected package manpages.
11:59:46 #11 26.28 Preparing to unpack .../074-manpages_5.13-1_all.deb ...
11:59:46 #11 26.29 Unpacking manpages (5.13-1) ...
11:59:46 #11 26.34 Selecting previously unselected package openssh-client.
11:59:46 #11 26.34 Preparing to unpack .../075-openssh-client_1%3a9.0p1-1ubuntu7.1_arm64.deb ...
11:59:46 #11 26.35 Unpacking openssh-client (1:9.0p1-1ubuntu7.1) ...
11:59:46 #11 26.40 Selecting previously unselected package publicsuffix.
11:59:46 #11 26.40 Preparing to unpack .../076-publicsuffix_20220811.1734-1_all.deb ...
11:59:46 #11 26.40 Unpacking publicsuffix (20220811.1734-1) ...
11:59:46 #11 26.44 Selecting previously unselected package libunwind8:arm64.
11:59:46 #11 27.53 Preparing to unpack .../106-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
11:59:46 #11 27.53 Unpacking libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:46 #11 27.58 Selecting previously unselected package libhcrypto4-heimdal:arm64.
11:59:46 #11 27.58 Preparing to unpack .../107-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
11:59:46 #11 27.59 Unpacking libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:46 #11 27.65 Selecting previously unselected package libwind0-heimdal:arm64.
11:59:46 #11 27.65 Preparing to unpack .../108-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
11:59:46 #11 27.67 Unpacking libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:46 #11 27.74 Selecting previously unselected package libhx509-5-heimdal:arm64.
11:59:46 #11 27.74 Preparing to unpack .../109-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
11:59:46 #11 27.74 Unpacking libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:46 #11 27.79 Selecting previously unselected package libkrb5-26-heimdal:arm64.
11:59:46 #11 29.00 Preparing to unpack .../197-libnet-ssleay-perl_1.92-2_amd64.deb ...
11:59:46 #11 29.01 Unpacking libnet-ssleay-perl:amd64 (1.92-2) ...
11:59:46 #11 29.07 Selecting previously unselected package libio-socket-ssl-perl.
11:59:46 #11 29.08 Preparing to unpack .../198-libio-socket-ssl-perl_2.074-2_all.deb ...
11:59:46 #11 29.08 Unpacking libio-socket-ssl-perl (2.074-2) ...
11:59:46 #11 29.11 Selecting previously unselected package libnet-http-perl.
11:59:46 #11 29.11 Preparing to unpack .../199-libnet-http-perl_6.22-1_all.deb ...
11:59:46 #11 29.13 Unpacking libnet-http-perl (6.22-1) ...
11:59:46 #11 29.16 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:46 #11 29.16 Preparing to unpack .../200-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:59:46 #11 29.16 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:59:46 #11 29.19 Selecting previously unselected package libtry-tiny-perl.
11:59:46 #11 29.19 Preparing to unpack .../201-libtry-tiny-perl_0.31-1_all.deb ...
11:59:46 #11 29.19 Unpacking libtry-tiny-perl (0.31-1) ...
11:59:46 #11 29.21 Selecting previously unselected package libwww-robotrules-perl.
11:59:46 #11 29.21 Preparing to unpack .../202-libwww-robotrules-perl_6.02-1_all.deb ...
11:59:46 #10 19.79 Selecting previously unselected package python3.
11:59:46 #10 19.79 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4774 files and directories currently installed.)
11:59:46 #10 19.79 Preparing to unpack .../0-python3_3.6.7-1~18.04_armhf.deb ...
11:59:46 #10 19.80 Unpacking python3 (3.6.7-1~18.04) ...
11:59:46 #10 19.85 Selecting previously unselected package multiarch-support.
11:59:46 #10 19.85 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.6_armhf.deb ...
11:59:46 #10 19.86 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
11:59:46 #10 19.91 Selecting previously unselected package libxau6:armhf.
11:59:46 #10 19.91 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_armhf.deb ...
11:59:46 #10 19.91 Unpacking libxau6:armhf (1:1.0.8-1ubuntu1) ...
11:59:46 #10 19.95 Selecting previously unselected package libbsd0:armhf.
11:59:46 #10 19.95 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_armhf.deb ...
11:59:46 #10 19.95 Unpacking libbsd0:armhf (0.8.7-1ubuntu0.1) ...
11:59:46 #10 20.00 Selecting previously unselected package libxdmcp6:armhf.
11:59:46 #10 20.00 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
11:59:46 #10 20.00 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
11:59:46 #10 20.04 Selecting previously unselected package libxcb1:armhf.
11:59:46 #10 20.04 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_armhf.deb ...
11:59:46 #10 20.05 Unpacking libxcb1:armhf (1.13-2~ubuntu18.04) ...
11:59:46 #10 20.09 Selecting previously unselected package libx11-data.
11:59:46 #10 20.09 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
11:59:46 #10 20.10 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
11:59:46 #10 29.94 Selecting previously unselected package iso-codes.
11:59:46 #10 29.95 Preparing to unpack .../171-iso-codes_4.12.0-1_all.deb ...
11:59:46 #10 29.95 Unpacking iso-codes (4.12.0-1) ...
11:59:46 #10 30.29 Selecting previously unselected package libabsl20220623:arm64.
11:59:46 #10 15.59 Selecting previously unselected package libgdbm-compat4:armhf.
11:59:46 #10 15.59 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_armhf.deb ...
11:59:46 #10 15.59 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
11:59:46 #11 DONE 0.7s
11:59:46 #10 28.58 Selecting previously unselected package g++-12.
11:59:46 #10 28.58 Preparing to unpack .../062-g++-12_12.2.0-14_amd64.deb ...
11:59:46 #10 28.58 Unpacking g++-12 (12.2.0-14) ...
11:59:46 #10 30.03 Selecting previously unselected package g++.
11:59:46 #10 30.03 Preparing to unpack .../085-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
11:59:46 #10 30.04 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
11:59:46 #10 30.07 Selecting previously unselected package make.
11:59:46 #10 30.07 Preparing to unpack .../086-make_4.1-9.1ubuntu1_amd64.deb ...
11:59:46 #10 30.07 Unpacking make (4.1-9.1ubuntu1) ...
11:59:46 #10 30.11 Selecting previously unselected package libdpkg-perl.
11:59:46 #10 30.11 Preparing to unpack .../087-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ...
11:59:46 #10 30.12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) ...
11:59:46 #10 30.16 Selecting previously unselected package patch.
11:59:46 #10 30.16 Preparing to unpack .../088-patch_2.7.6-2ubuntu1.1_amd64.deb ...
11:59:46 #10 30.17 Unpacking patch (2.7.6-2ubuntu1.1) ...
11:59:46 #10 30.20 Selecting previously unselected package dpkg-dev.
11:59:46 #10 30.20 Preparing to unpack .../089-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ...
11:59:46 #10 30.20 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) ...
11:59:46 #10 30.28 Selecting previously unselected package build-essential.
11:59:46 #10 30.28 Preparing to unpack .../090-build-essential_12.4ubuntu1_amd64.deb ...
11:59:46 #10 30.29 Unpacking build-essential (12.4ubuntu1) ...
11:59:46 #10 30.31 Selecting previously unselected package libroken18-heimdal:amd64.
11:59:46 #10 29.55 Preparing to unpack .../153-equivs_2.2.0_all.deb ...
11:59:46 #10 29.55 Unpacking equivs (2.2.0) ...
11:59:46 #10 29.62 Selecting previously unselected package exim4-config.
11:59:46 #10 29.62 Preparing to unpack .../154-exim4-config_4.92-8+deb10u7_all.deb ...
11:59:46 #10 29.63 Unpacking exim4-config (4.92-8+deb10u7) ...
11:59:46 #10 29.70 Selecting previously unselected package exim4-base.
11:59:46 #10 29.70 Preparing to unpack .../155-exim4-base_4.92-8+deb10u7_arm64.deb ...
11:59:46 #10 29.71 Unpacking exim4-base (4.92-8+deb10u7) ...
11:59:46 #10 29.79 Selecting previously unselected package libevent-2.1-6:arm64.
11:59:46 #10 29.79 Preparing to unpack .../156-libevent-2.1-6_2.1.8-stable-4_arm64.deb ...
11:59:46 #10 29.80 Unpacking libevent-2.1-6:arm64 (2.1.8-stable-4) ...
11:59:46 #10 29.85 Selecting previously unselected package libunbound8:arm64.
11:59:46 #10 28.30 Selecting previously unselected package iso-codes.
11:59:46 #10 28.30 Preparing to unpack .../162-iso-codes_4.6.0-1_all.deb ...
11:59:46 #10 28.30 Unpacking iso-codes (4.6.0-1) ...
11:59:46 #11 28.95 Selecting previously unselected package libalgorithm-diff-perl.
11:59:46 #11 28.95 Preparing to unpack .../192-libalgorithm-diff-perl_1.201-1_all.deb ...
11:59:46 #11 28.96 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:59:46 #11 28.99 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:59:46 #11 28.99 Preparing to unpack .../193-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ...
11:59:46 #11 28.99 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
11:59:46 #11 29.05 Selecting previously unselected package libalgorithm-merge-perl.
11:59:46 #11 29.05 Preparing to unpack .../194-libalgorithm-merge-perl_0.08-3_all.deb ...
11:59:46 #11 29.06 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:59:46 #11 29.08 Selecting previously unselected package libaliased-perl.
11:59:46 #11 29.08 Preparing to unpack .../195-libaliased-perl_0.34-1.1_all.deb ...
11:59:46 #11 29.09 Unpacking libaliased-perl (0.34-1.1) ...
11:59:46 #11 29.11 Selecting previously unselected package libapt-pkg-perl.
11:59:46 #11 29.11 Preparing to unpack .../196-libapt-pkg-perl_0.1.40build2_amd64.deb ...
11:59:46 #11 29.12 Unpacking libapt-pkg-perl (0.1.40build2) ...
11:59:46 #11 29.15 Selecting previously unselected package libarchive-cpio-perl.
11:59:46 #11 29.15 Preparing to unpack .../197-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:59:46 #11 29.15 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:59:46 #11 29.18 Selecting previously unselected package libarray-intspan-perl.
11:59:46 #11 29.18 Preparing to unpack .../198-libarray-intspan-perl_2.004-1_all.deb ...
11:59:46 #11 29.19 Unpacking libarray-intspan-perl (2.004-1) ...
11:59:46 #11 29.22 Selecting previously unselected package libmodule-implementation-perl.
11:59:46 #12 16.81 CentOS Stream 8 - PowerTools                    2.7 MB/s | 3.5 MB     00:01    
11:59:46 #10 8.215   liblzma5
11:59:46 #10 27.46   Installing       : perl-Mozilla-CA-20200520-6.el9.noarch               73/166 
11:59:46 #10 27.46   Installing       : perl-if-0.60.800-480.el9.noarch                     74/166 
11:59:46 #10 27.47   Installing       : perl-IO-Socket-IP-0.41-5.el9.noarch                 75/166 
11:59:46 #10 27.50   Installing       : perl-Time-Local-2:1.300-7.el9.noarch                76/166 
11:59:46 #10 27.51   Installing       : perl-File-Path-2.18-4.el9.noarch                    77/166 
11:59:46 #10 27.52   Installing       : perl-IO-Socket-SSL-2.073-1.el9.noarch               78/166 
11:59:46 #10 27.55   Installing       : perl-Pod-Escapes-1:1.07-460.el9.noarch              79/166 
11:59:46 #10 27.56   Installing       : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch        80/166 
11:59:46 #10 27.57   Installing       : perl-Class-Struct-0.66-480.el9.noarch               81/166 
11:59:46 #10 27.57   Installing       : perl-POSIX-1.94-480.el9.x86_64                      82/166 
11:59:46 #10 27.61   Installing       : perl-Term-ANSIColor-5.01-461.el9.noarch             83/166 
11:59:46 #10 27.61   Installing       : perl-IPC-Open3-1.21-480.el9.noarch                  84/166 
11:59:46 #10 27.62   Installing       : perl-subs-1.03-480.el9.noarch                       85/166 
11:59:46 #10 27.65   Installing       : perl-File-Temp-1:0.231.100-4.el9.noarch             86/166 
11:59:46 #10 2.774 Get:4 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
11:59:46 #10 2.868 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.3 MB]
11:59:46 #11 20.44 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.7_arm64.deb ...
11:59:46 #11 20.45 Unpacking openssl (3.0.2-0ubuntu1.7) ...
11:59:46 #11 20.52 Selecting previously unselected package ca-certificates.
11:59:46 #11 20.52 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
11:59:46 #11 20.53 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
11:59:46 #11 20.59 Selecting previously unselected package distro-info-data.
11:59:46 #11 20.60 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.2_all.deb ...
11:59:46 #11 20.61 Unpacking distro-info-data (0.52ubuntu0.2) ...
11:59:46 #11 20.64 Selecting previously unselected package iso-codes.
11:59:46 #11 20.64 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
11:59:46 #11 20.64 Unpacking iso-codes (4.9.0-1) ...
11:59:46 #10 28.31 Selecting previously unselected package gcc.
11:59:46 #10 28.31 Preparing to unpack .../054-gcc_4%3a10.2.1-1_amd64.deb ...
11:59:46 #10 28.31 Unpacking gcc (4:10.2.1-1) ...
11:59:46 #10 28.34 Selecting previously unselected package libstdc++-10-dev:amd64.
11:59:46 #10 28.35 Preparing to unpack .../055-libstdc++-10-dev_10.2.1-6_amd64.deb ...
11:59:46 #10 28.35 Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ...
11:59:46 #10 29.87 Selecting previously unselected package libalgorithm-diff-perl.
11:59:46 #10 29.87 Preparing to unpack .../147-libalgorithm-diff-perl_1.19.03-1_all.deb ...
11:59:46 #10 29.87 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
11:59:46 #10 29.91 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:59:46 #10 29.91 Preparing to unpack .../148-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ...
11:59:46 #10 29.91 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
11:59:46 #10 29.95 Selecting previously unselected package libalgorithm-merge-perl.
11:59:46 #11 26.45 Preparing to unpack .../077-libunwind8_1.6.2-0ubuntu1_arm64.deb ...
11:59:46 #11 26.45 Unpacking libunwind8:arm64 (1.6.2-0ubuntu1) ...
11:59:46 #11 26.48 Selecting previously unselected package strace.
11:59:46 #11 26.48 Preparing to unpack .../078-strace_5.16-0ubuntu4_arm64.deb ...
11:59:46 #11 26.49 Unpacking strace (5.16-0ubuntu4) ...
11:59:46 #11 26.53 Selecting previously unselected package xauth.
11:59:46 #11 26.53 Preparing to unpack .../079-xauth_1%3a1.1.1-1_arm64.deb ...
11:59:46 #11 26.53 Unpacking xauth (1:1.1.1-1) ...
11:59:46 #11 26.57 Selecting previously unselected package xz-utils.
11:59:46 #11 26.57 Preparing to unpack .../080-xz-utils_5.2.5-2.1_arm64.deb ...
11:59:46 #11 26.57 Unpacking xz-utils (5.2.5-2.1) ...
11:59:46 #11 26.60 Selecting previously unselected package m4.
11:59:46 #11 26.61 Preparing to unpack .../081-m4_1.4.19-1_arm64.deb ...
11:59:46 #11 26.61 Unpacking m4 (1.4.19-1) ...
11:59:46 #11 26.64 Selecting previously unselected package autoconf.
11:59:46 #11 26.65 Preparing to unpack .../082-autoconf_2.71-2_all.deb ...
11:59:46 #11 26.65 Unpacking autoconf (2.71-2) ...
11:59:46 #11 26.70 Selecting previously unselected package autotools-dev.
11:59:46 #11 27.79 Preparing to unpack .../110-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
11:59:46 #11 27.80 Unpacking libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:46 #11 27.85 Selecting previously unselected package libheimntlm0-heimdal:arm64.
11:59:46 #11 27.85 Preparing to unpack .../111-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
11:59:46 #11 27.86 Unpacking libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:46 #11 27.90 Selecting previously unselected package libgssapi3-heimdal:arm64.
11:59:46 #11 27.90 Preparing to unpack .../112-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
11:59:46 #11 27.90 Unpacking libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:46 #11 27.98 Selecting previously unselected package libsasl2-modules-db:arm64.
11:59:46 #11 27.99 Preparing to unpack .../113-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
11:59:46 #11 28.00 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:59:46 #10 30.29 Preparing to unpack .../172-libabsl20220623_20220623.1-1_arm64.deb ...
11:59:46 #10 30.30 Unpacking libabsl20220623:arm64 (20220623.1-1) ...
11:59:46 #10 30.37 Selecting previously unselected package libalgorithm-diff-perl.
11:59:46 #10 30.38 Preparing to unpack .../173-libalgorithm-diff-perl_1.201-1_all.deb ...
11:59:46 #10 30.38 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:59:46 #10 30.41 Selecting previously unselected package libalgorithm-diff-xs-perl:arm64.
11:59:46 #10 30.42 Preparing to unpack .../174-libalgorithm-diff-xs-perl_0.04-8+b1_arm64.deb ...
11:59:46 #10 30.42 Unpacking libalgorithm-diff-xs-perl:arm64 (0.04-8+b1) ...
11:59:46 #10 30.45 Selecting previously unselected package libalgorithm-merge-perl.
11:59:46 #10 30.45 Preparing to unpack .../175-libalgorithm-merge-perl_0.08-5_all.deb ...
11:59:46 #10 30.46 Unpacking libalgorithm-merge-perl (0.08-5) ...
11:59:46 #10 30.49 Selecting previously unselected package libaliased-perl.
11:59:46 #10 30.49 Preparing to unpack .../176-libaliased-perl_0.34-3_all.deb ...
11:59:46 #10 30.50 Unpacking libaliased-perl (0.34-3) ...
11:59:46 #10 30.54 Selecting previously unselected package libaom3:arm64.
11:59:46 #11 29.22 Unpacking libwww-robotrules-perl (6.02-1) ...
11:59:46 #11 29.24 Selecting previously unselected package libwww-perl.
11:59:46 #11 29.24 Preparing to unpack .../203-libwww-perl_6.67-1_all.deb ...
11:59:46 #11 29.25 Unpacking libwww-perl (6.67-1) ...
11:59:46 #11 29.28 Selecting previously unselected package patchutils.
11:59:46 #11 29.28 Preparing to unpack .../204-patchutils_0.4.2-1build2_amd64.deb ...
11:59:46 #11 29.28 Unpacking patchutils (0.4.2-1build2) ...
11:59:46 #11 29.31 Selecting previously unselected package wdiff.
11:59:46 #11 29.31 Preparing to unpack .../205-wdiff_1.2.2-2build3_amd64.deb ...
11:59:46 #11 29.32 Unpacking wdiff (1.2.2-2build3) ...
11:59:46 #11 29.35 Selecting previously unselected package devscripts.
11:59:46 #11 29.35 Preparing to unpack .../206-devscripts_2.22.2ubuntu3_amd64.deb ...
11:59:46 #11 29.37 Unpacking devscripts (2.22.2ubuntu3) ...
11:59:46 #11 29.43 Selecting previously unselected package diffstat.
11:59:46 #11 29.43 Preparing to unpack .../207-diffstat_1.64-1build2_amd64.deb ...
11:59:46 #11 29.43 Unpacking diffstat (1.64-1build2) ...
11:59:46 #11 29.46 Selecting previously unselected package python3-chardet.
11:59:46 #11 29.46 Preparing to unpack .../208-python3-chardet_4.0.0-2_all.deb ...
11:59:46 #11 29.47 Unpacking python3-chardet (4.0.0-2) ...
11:59:46 #11 29.50 Selecting previously unselected package python3-debian.
11:59:46 #11 29.50 Preparing to unpack .../209-python3-debian_0.1.46_all.deb ...
11:59:46 #11 29.51 Unpacking python3-debian (0.1.46) ...
11:59:46 #11 29.54 Selecting previously unselected package libgpgme11:amd64.
11:59:46 #10 20.20 Selecting previously unselected package libx11-6:armhf.
11:59:46 #10 20.20 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_armhf.deb ...
11:59:46 #10 20.20 Unpacking libx11-6:armhf (2:1.6.4-3ubuntu0.4) ...
11:59:46 #10 20.31 Setting up multiarch-support (2.27-3ubuntu1.6) ...
11:59:46 #10 20.37 Selecting previously unselected package libxext6:armhf.
11:59:46 #10 20.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 ... 5098 files and directories currently installed.)
11:59:46 #10 20.37 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_armhf.deb ...
11:59:46 #10 15.64 Selecting previously unselected package libperl5.28:armhf.
11:59:46 #10 15.64 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_armhf.deb ...
11:59:46 #10 15.65 Unpacking libperl5.28:armhf (5.28.1-6+deb10u1) ...
11:59:46 
11:59:46 #12 [stage-1 5/8] COPY SPECS /root/rpmbuild/SPECS
11:59:46 #12 DONE 0.1s
11:59:46 
11:59: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:59:46 #10 30.32 Preparing to unpack .../091-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
11:59:46 #10 30.32 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:46 #10 30.35 Selecting previously unselected package libasn1-8-heimdal:amd64.
11:59:46 #10 30.35 Preparing to unpack .../092-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
11:59:46 #10 30.36 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:46 #10 30.40 Selecting previously unselected package libheimbase1-heimdal:amd64.
11:59:46 #10 30.40 Preparing to unpack .../093-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
11:59:46 #10 30.41 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:46 #10 30.44 Selecting previously unselected package libhcrypto4-heimdal:amd64.
11:59:46 #10 30.44 Preparing to unpack .../094-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
11:59:46 #10 30.45 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:46 #10 30.48 Selecting previously unselected package libwind0-heimdal:amd64.
11:59:46 #10 30.48 Preparing to unpack .../095-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
11:59:46 #10 30.49 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:46 #10 30.52 Selecting previously unselected package libhx509-5-heimdal:amd64.
11:59:46 #10 30.52 Preparing to unpack .../096-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
11:59:46 #10 30.53 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:46 #10 30.57 Selecting previously unselected package libkrb5-26-heimdal:amd64.
11:59:46 #10 29.85 Preparing to unpack .../157-libunbound8_1.9.0-2+deb10u2_arm64.deb ...
11:59:46 #10 29.86 Unpacking libunbound8:arm64 (1.9.0-2+deb10u2) ...
11:59:46 #10 29.93 Selecting previously unselected package libgnutls-dane0:arm64.
11:59:46 #10 29.93 Preparing to unpack .../158-libgnutls-dane0_3.6.7-4+deb10u9_arm64.deb ...
11:59:46 #10 29.94 Unpacking libgnutls-dane0:arm64 (3.6.7-4+deb10u9) ...
11:59:46 #10 30.03 Selecting previously unselected package exim4-daemon-light.
11:59:46 #10 30.03 Preparing to unpack .../159-exim4-daemon-light_4.92-8+deb10u7_arm64.deb ...
11:59:46 #10 30.04 Unpacking exim4-daemon-light (4.92-8+deb10u7) ...
11:59:46 #10 30.13 Selecting previously unselected package libcurl3-gnutls:arm64.
11:59:46 #11 29.22 Preparing to unpack .../199-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:59:46 #11 29.22 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:59:46 #11 29.25 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:46 #11 29.26 Preparing to unpack .../200-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:59:46 #11 29.26 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:59:46 #11 29.29 Selecting previously unselected package libvariable-magic-perl.
11:59:46 #11 29.29 Preparing to unpack .../201-libvariable-magic-perl_0.62-1build5_amd64.deb ...
11:59:46 #11 29.29 Unpacking libvariable-magic-perl (0.62-1build5) ...
11:59:46 #11 29.33 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:46 #11 29.33 Preparing to unpack .../202-libb-hooks-endofscope-perl_0.25-1_all.deb ...
11:59:46 #11 29.33 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
11:59:46 #11 29.37 Selecting previously unselected package libfreetype6:amd64.
11:59:46 #11 29.37 Preparing to unpack .../203-libfreetype6_2.11.1+dfsg-1ubuntu0.1_amd64.deb ...
11:59:46 #11 29.38 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.1) ...
11:59:46 #11 29.42 Selecting previously unselected package libfontconfig1:amd64.
11:59:46 #11 29.43 Preparing to unpack .../204-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ...
11:59:46 #11 29.43 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
11:59:46 #11 30.46 Selecting previously unselected package gcc.
11:59:46 #11 9.233 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpython3.10-minimal armhf 3.10.7-1ubuntu0.2 [788 kB]
11:59:46 #11 9.277 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:59:46 #11 9.279 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3.10-minimal armhf 3.10.7-1ubuntu0.2 [1821 kB]
11:59:46 #11 9.369 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-minimal armhf 3.10.6-1 [24.1 kB]
11:59:46 #11 9.369 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf media-types all 8.0.0 [24.9 kB]
11:59:46 #11 9.369 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
11:59:46 #11 9.373 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libkrb5support0 armhf 1.20-1ubuntu0.1 [29.6 kB]
11:59:46 #11 9.373 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libk5crypto3 armhf 1.20-1ubuntu0.1 [78.4 kB]
11:59:46 #11 9.375 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkeyutils1 armhf 1.6.3-1 [9368 B]
11:59:46 #11 9.375 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libkrb5-3 armhf 1.20-1ubuntu0.1 [320 kB]
11:59:46 #11 9.390 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libgssapi-krb5-2 armhf 1.20-1ubuntu0.1 [118 kB]
11:59:46 #11 9.397 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc-common all 1.3.3+ds-1 [7790 B]
11:59:46 #10 8.515 1 upgraded, 423 newly installed, 0 to remove and 7 not upgraded.
11:59:46 #10 8.515 Need to get 169 MB of archives.
11:59:46 #10 8.515 After this operation, 527 MB of additional disk space will be used.
11:59:46 #10 8.515 Get:1 http://deb.debian.org/debian bookworm/main armhf perl-modules-5.36 all 5.36.0-7 [2815 kB]
11:59:46 #10 8.573 Get:2 http://deb.debian.org/debian bookworm/main armhf libgdbm6 armhf 1.23-3 [68.5 kB]
11:59:46 #10 8.573 Get:3 http://deb.debian.org/debian bookworm/main armhf libgdbm-compat4 armhf 1.23-3 [47.8 kB]
11:59:46 #10 8.573 Get:4 http://deb.debian.org/debian bookworm/main armhf libperl5.36 armhf 5.36.0-7 [3525 kB]
11:59:46 #10 8.615 Get:5 http://deb.debian.org/debian bookworm/main armhf perl armhf 5.36.0-7 [239 kB]
11:59:46 #10 8.615 Get:6 http://deb.debian.org/debian bookworm/main armhf liblocale-gettext-perl armhf 1.07-5 [14.9 kB]
11:59:46 #10 8.615 Get:7 http://deb.debian.org/debian bookworm/main armhf libssl3 armhf 3.0.7-2 [1655 kB]
11:59:46 #10 8.622 Get:8 http://deb.debian.org/debian bookworm/main armhf libpython3.11-minimal armhf 3.11.1-2 [797 kB]
11:59:46 #10 8.640 Get:9 http://deb.debian.org/debian bookworm/main armhf libexpat1 armhf 2.5.0-1 [79.9 kB]
11:59:46 #10 8.640 Get:10 http://deb.debian.org/debian bookworm/main armhf python3.11-minimal armhf 3.11.1-2 [1711 kB]
11:59:46 #10 8.651 Get:11 http://deb.debian.org/debian bookworm/main armhf python3-minimal armhf 3.11.1-3 [25.9 kB]
11:59:46 #10 8.651 Get:12 http://deb.debian.org/debian bookworm/main armhf media-types all 8.0.0 [33.4 kB]
11:59:46 #10 8.662 Get:13 http://deb.debian.org/debian bookworm/main armhf liblzma5 armhf 5.4.1-0.1 [193 kB]
11:59:46 #10 8.662 Get:14 http://deb.debian.org/debian bookworm/main armhf libmpdec3 armhf 2.5.1-2 [74.9 kB]
11:59:46 #10 8.662 Get:15 http://deb.debian.org/debian bookworm/main armhf libncursesw6 armhf 6.4-2 [108 kB]
11:59:46 #10 8.662 Get:16 http://deb.debian.org/debian bookworm/main armhf libkrb5support0 armhf 1.20.1-1 [29.2 kB]
11:59:46 #10 8.662 Get:17 http://deb.debian.org/debian bookworm/main armhf libk5crypto3 armhf 1.20.1-1 [74.4 kB]
11:59:46 #10 8.662 Get:18 http://deb.debian.org/debian bookworm/main armhf libkeyutils1 armhf 1.6.3-2 [7832 B]
11:59:46 #10 8.662 Get:19 http://deb.debian.org/debian bookworm/main armhf libkrb5-3 armhf 1.20.1-1 [287 kB]
11:59:46 #10 8.667 Get:20 http://deb.debian.org/debian bookworm/main armhf libgssapi-krb5-2 armhf 1.20.1-1 [111 kB]
11:59:46 #10 8.671 Get:21 http://deb.debian.org/debian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB]
11:59:46 #10 8.671 Get:22 http://deb.debian.org/debian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.9 kB]
11:59:46 #10 8.671 Get:23 http://deb.debian.org/debian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.9 kB]
11:59:46 #10 8.671 Get:24 http://deb.debian.org/debian bookworm/main armhf readline-common all 8.2-1.3 [69.0 kB]
11:59:46 #10 8.681 Get:25 http://deb.debian.org/debian bookworm/main armhf libreadline8 armhf 8.2-1.3 [144 kB]
11:59:46 #10 8.681 Get:26 http://deb.debian.org/debian bookworm/main armhf libsqlite3-0 armhf 3.40.1-1 [735 kB]
11:59:46 #10 8.695 Get:27 http://deb.debian.org/debian bookworm/main armhf libpython3.11-stdlib armhf 3.11.1-2 [1630 kB]
11:59:46 #10 8.699 Get:28 http://deb.debian.org/debian bookworm/main armhf python3.11 armhf 3.11.1-2 [567 kB]
11:59:46 #10 8.714 Get:29 http://deb.debian.org/debian bookworm/main armhf libpython3-stdlib armhf 3.11.1-3 [8960 B]
11:59:46 #10 8.714 Get:30 http://deb.debian.org/debian bookworm/main armhf python3 armhf 3.11.1-3 [25.9 kB]
11:59:46 #10 8.714 Get:31 http://deb.debian.org/debian bookworm/main armhf adduser all 3.130 [117 kB]
11:59:46 #10 27.66   Installing       : perl-HTTP-Tiny-0.076-460.el9.noarch                 87/166 
11:59:46 #10 27.67   Installing       : perl-Term-Cap-1.17-460.el9.noarch                   88/166 
11:59:46 #10 27.71   Installing       : perl-Pod-Simple-1:3.42-4.el9.noarch                 89/166 
11:59:46 #10 27.72   Installing       : perl-Socket-4:2.031-4.el9.x86_64                    90/166 
11:59:46 #10 27.75   Installing       : perl-SelectSaver-1.02-480.el9.noarch                91/166 
11:59:46 #10 27.75   Installing       : perl-Symbol-1.08-480.el9.noarch                     92/166 
11:59:46 #10 27.76   Installing       : perl-File-stat-1.09-480.el9.noarch                  93/166 
11:59:46 #10 27.80   Installing       : perl-podlators-1:4.14-460.el9.noarch                94/166 
11:59:46 #10 27.81   Installing       : perl-Pod-Perldoc-3.28.01-461.el9.noarch             95/166 
11:59:46 #10 27.84   Installing       : perl-Fcntl-1.13-480.el9.x86_64                      96/166 
11:59:46 #10 27.85   Installing       : perl-Text-ParseWords-3.30-460.el9.noarch            97/166 
11:59:46 #10 27.85   Installing       : perl-mro-1.23-480.el9.x86_64                        98/166 
11:59:46 #10 27.88   Installing       : perl-IO-1.43-480.el9.x86_64                         99/166 
11:59:46 #10 27.89   Installing       : perl-overloading-0.02-480.el9.noarch               100/166 
11:59:46 #10 27.89   Installing       : perl-Pod-Usage-4:2.01-4.el9.noarch                 101/166 
11:59:46 #10 27.93   Installing       : perl-Errno-1.30-480.el9.x86_64                     102/166 
11:59:46 #10 27.93   Installing       : perl-File-Basename-2.85-480.el9.noarch             103/166 
11:59:46 #10 27.94   Installing       : perl-Getopt-Std-1.12-480.el9.noarch                104/166 
11:59:46 #10 27.99   Installing       : perl-MIME-Base64-3.16-4.el9.x86_64                 105/166 
11:59:46 #10 28.00   Installing       : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64       106/166 
11:59:46 #11 20.79 Selecting previously unselected package less.
11:59:46 #11 20.79 Preparing to unpack .../010-less_590-1build1_arm64.deb ...
11:59:46 #11 20.80 Unpacking less (590-1build1) ...
11:59:46 #11 20.86 Selecting previously unselected package libmd0:arm64.
11:59:46 #11 20.86 Preparing to unpack .../011-libmd0_1.0.4-1build1_arm64.deb ...
11:59:46 #11 20.86 Unpacking libmd0:arm64 (1.0.4-1build1) ...
11:59:46 #11 20.90 Selecting previously unselected package libbsd0:arm64.
11:59:46 #11 20.90 Preparing to unpack .../012-libbsd0_0.11.5-1_arm64.deb ...
11:59:46 #11 20.90 Unpacking libbsd0:arm64 (0.11.5-1) ...
11:59:46 #11 20.94 Selecting previously unselected package libelf1:arm64.
11:59:46 #11 20.94 Preparing to unpack .../013-libelf1_0.186-1build1_arm64.deb ...
11:59:46 #11 20.95 Unpacking libelf1:arm64 (0.186-1build1) ...
11:59:46 #11 20.98 Selecting previously unselected package libicu70:arm64.
11:59:46 #11 20.98 Preparing to unpack .../014-libicu70_70.1-2_arm64.deb ...
11:59:46 #10 28.61 Selecting previously unselected package g++-10.
11:59:46 #10 28.61 Preparing to unpack .../056-g++-10_10.2.1-6_amd64.deb ...
11:59:46 #10 28.62 Unpacking g++-10 (10.2.1-6) ...
11:59:46 #10 29.95 Preparing to unpack .../149-libalgorithm-merge-perl_0.08-3_all.deb ...
11:59:46 #10 29.95 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:59:46 #10 29.99 Selecting previously unselected package libapt-pkg-perl.
11:59:46 #10 29.99 Preparing to unpack .../150-libapt-pkg-perl_0.1.33build1_arm64.deb ...
11:59:46 #10 29.99 Unpacking libapt-pkg-perl (0.1.33build1) ...
11:59:46 #10 30.03 Selecting previously unselected package libarchive-cpio-perl.
11:59:46 #10 30.03 Preparing to unpack .../151-libarchive-cpio-perl_0.10-1_all.deb ...
11:59:46 #10 30.04 Unpacking libarchive-cpio-perl (0.10-1) ...
11:59:46 #10 30.10 Selecting previously unselected package libb-hooks-op-check-perl.
11:59:46 #10 30.10 Preparing to unpack .../152-libb-hooks-op-check-perl_0.22-1_arm64.deb ...
11:59:46 #10 30.11 Unpacking libb-hooks-op-check-perl (0.22-1) ...
11:59:46 #10 30.14 Selecting previously unselected package libdynaloader-functions-perl.
11:59:46 #10 30.14 Preparing to unpack .../153-libdynaloader-functions-perl_0.003-1_all.deb ...
11:59:46 #10 30.15 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:59:46 #10 30.18 Selecting previously unselected package libdevel-callchecker-perl.
11:59:46 #10 30.18 Preparing to unpack .../154-libdevel-callchecker-perl_0.007-2build1_arm64.deb ...
11:59:46 #10 30.19 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
11:59:46 #10 30.22 Selecting previously unselected package libparams-classify-perl.
11:59:46 #10 30.22 Preparing to unpack .../155-libparams-classify-perl_0.015-1_arm64.deb ...
11:59:46 #10 30.22 Unpacking libparams-classify-perl (0.015-1) ...
11:59:46 #10 30.28 Selecting previously unselected package libmodule-runtime-perl.
11:59:46 #10 30.28 Preparing to unpack .../156-libmodule-runtime-perl_0.016-1_all.deb ...
11:59:46 #10 30.29 Unpacking libmodule-runtime-perl (0.016-1) ...
11:59:46 #10 30.32 Selecting previously unselected package libtry-tiny-perl.
11:59:46 #10 2.031 Get:1 http://archive.raspbian.org/raspbian bookworm InRelease [15.0 kB]
11:59:46 #11 26.71 Preparing to unpack .../083-autotools-dev_20220109.1_all.deb ...
11:59:46 #11 26.71 Unpacking autotools-dev (20220109.1) ...
11:59:46 #11 26.75 Selecting previously unselected package automake.
11:59:46 #11 26.75 Preparing to unpack .../084-automake_1%3a1.16.5-1.3_all.deb ...
11:59:46 #11 26.75 Unpacking automake (1:1.16.5-1.3) ...
11:59:46 #11 26.80 Selecting previously unselected package autopoint.
11:59:46 #11 26.80 Preparing to unpack .../085-autopoint_0.21-8_all.deb ...
11:59:46 #11 26.81 Unpacking autopoint (0.21-8) ...
11:59:46 #11 26.84 Selecting previously unselected package binutils-common:arm64.
11:59:46 #11 26.84 Preparing to unpack .../086-binutils-common_2.39-3ubuntu1.1_arm64.deb ...
11:59:46 #11 26.84 Unpacking binutils-common:arm64 (2.39-3ubuntu1.1) ...
11:59:46 #11 26.88 Selecting previously unselected package libbinutils:arm64.
11:59:46 #11 26.88 Preparing to unpack .../087-libbinutils_2.39-3ubuntu1.1_arm64.deb ...
11:59:46 #11 26.88 Unpacking libbinutils:arm64 (2.39-3ubuntu1.1) ...
11:59:46 #11 26.93 Selecting previously unselected package libctf-nobfd0:arm64.
11:59:46 #11 28.05 Selecting previously unselected package libsasl2-2:arm64.
11:59:46 #11 28.05 Preparing to unpack .../114-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
11:59:46 #11 28.05 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:59:46 #11 28.10 Selecting previously unselected package libldap-common.
11:59:46 #11 28.10 Preparing to unpack .../115-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
11:59:46 #11 28.11 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:59:46 #11 28.17 Selecting previously unselected package libldap-2.4-2:arm64.
11:59:46 #11 28.17 Preparing to unpack .../116-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_arm64.deb ...
11:59:46 #11 28.18 Unpacking libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
11:59:46 #11 28.23 Selecting previously unselected package libnghttp2-14:arm64.
11:59:46 #11 28.23 Preparing to unpack .../117-libnghttp2-14_1.40.0-1build1_arm64.deb ...
11:59:46 #11 28.23 Unpacking libnghttp2-14:arm64 (1.40.0-1build1) ...
11:59:46 #11 28.28 Selecting previously unselected package librtmp1:arm64.
11:59:46 #10 30.54 Preparing to unpack .../177-libaom3_3.5.0-1_arm64.deb ...
11:59:46 #10 30.54 Unpacking libaom3:arm64 (3.5.0-1) ...
11:59:46 #10 30.68 Selecting previously unselected package libapt-pkg-perl.
11:59:46 #10 30.68 Preparing to unpack .../178-libapt-pkg-perl_0.1.40+b2_arm64.deb ...
11:59:46 #10 30.69 Unpacking libapt-pkg-perl (0.1.40+b2) ...
11:59:46 #10 30.73 Selecting previously unselected package libarchive-cpio-perl.
11:59:46 #10 30.73 Preparing to unpack .../179-libarchive-cpio-perl_0.10-3_all.deb ...
11:59:46 #10 30.73 Unpacking libarchive-cpio-perl (0.10-3) ...
11:59:46 #10 30.78 Selecting previously unselected package libarchive13:arm64.
11:59:46 #10 30.78 Preparing to unpack .../180-libarchive13_3.6.2-1_arm64.deb ...
11:59:46 #10 30.79 Unpacking libarchive13:arm64 (3.6.2-1) ...
11:59:46 #11 29.54 Preparing to unpack .../210-libgpgme11_1.17.1-4.1ubuntu1_amd64.deb ...
11:59:46 #11 29.55 Unpacking libgpgme11:amd64 (1.17.1-4.1ubuntu1) ...
11:59:46 #11 29.58 Selecting previously unselected package python3-gpg.
11:59:46 #11 29.58 Preparing to unpack .../211-python3-gpg_1.17.1-4.1ubuntu1_amd64.deb ...
11:59:46 #11 29.58 Unpacking python3-gpg (1.17.1-4.1ubuntu1) ...
11:59:46 #11 29.62 Selecting previously unselected package python3-xdg.
11:59:46 #11 29.62 Preparing to unpack .../212-python3-xdg_0.27-2_all.deb ...
11:59:46 #11 29.62 Unpacking python3-xdg (0.27-2) ...
11:59:46 #11 29.66 Selecting previously unselected package dput.
11:59:46 #11 29.66 Preparing to unpack .../213-dput_1.1.2ubuntu2_all.deb ...
11:59:46 #11 29.67 Unpacking dput (1.1.2ubuntu2) ...
11:59:46 #11 29.69 Selecting previously unselected package fonts-dejavu-core.
11:59:46 #11 29.70 Preparing to unpack .../214-fonts-dejavu-core_2.37-2build1_all.deb ...
11:59:46 #11 29.70 Unpacking fonts-dejavu-core (2.37-2build1) ...
11:59:46 #10 20.37 Unpacking libxext6:armhf (2:1.3.3-1) ...
11:59:46 #10 20.42 Selecting previously unselected package bsdmainutils.
11:59:46 #10 20.42 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_armhf.deb ...
11:59:46 #10 20.42 Unpacking bsdmainutils (11.1.2ubuntu1) ...
11:59:46 #10 20.48 Selecting previously unselected package groff-base.
11:59:46 #10 20.48 Preparing to unpack .../002-groff-base_1.22.3-10_armhf.deb ...
11:59:46 #10 20.49 Unpacking groff-base (1.22.3-10) ...
11:59:46 #10 20.58 Selecting previously unselected package libgdbm5:armhf.
11:59:46 #10 20.58 Preparing to unpack .../003-libgdbm5_1.14.1-6_armhf.deb ...
11:59:46 #10 20.59 Unpacking libgdbm5:armhf (1.14.1-6) ...
11:59:46 #10 20.63 Selecting previously unselected package libpipeline1:armhf.
11:59:46 #10 20.63 Preparing to unpack .../004-libpipeline1_1.5.0-1_armhf.deb ...
11:59:46 #10 20.63 Unpacking libpipeline1:armhf (1.5.0-1) ...
11:59:46 #10 20.69 Selecting previously unselected package man-db.
11:59:46 #10 20.69 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_armhf.deb ...
11:59:46 #10 ...
11:59:46 
11:59:46 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:46 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 7.8s done
11:59:46 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 3.7s
11:59:46 #10 33.34 Selecting previously unselected package libfakeroot:amd64.
11:59:46 #10 33.34 Preparing to unpack .../089-libfakeroot_1.23-1_amd64.deb ...
11:59:46 #10 33.34 Unpacking libfakeroot:amd64 (1.23-1) ...
11:59:46 #10 33.38 Selecting previously unselected package fakeroot.
11:59:46 #10 33.38 Preparing to unpack .../090-fakeroot_1.23-1_amd64.deb ...
11:59:46 #10 33.39 Unpacking fakeroot (1.23-1) ...
11:59:46 #10 33.43 Selecting previously unselected package libassuan0:amd64.
11:59:46 #10 30.57 Preparing to unpack .../097-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
11:59:46 #10 30.57 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:46 #10 30.62 Selecting previously unselected package libheimntlm0-heimdal:amd64.
11:59:46 #10 30.62 Preparing to unpack .../098-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
11:59:46 #10 30.63 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:46 #10 30.66 Selecting previously unselected package libgssapi3-heimdal:amd64.
11:59:46 #10 30.66 Preparing to unpack .../099-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
11:59:46 #10 30.66 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:46 #10 30.69 Selecting previously unselected package libsasl2-modules-db:amd64.
11:59:46 #10 30.70 Preparing to unpack .../100-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
11:59:46 #10 30.70 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:59:46 #10 30.73 Selecting previously unselected package libsasl2-2:amd64.
11:59:46 #10 30.73 Preparing to unpack .../101-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
11:59:46 #10 30.73 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:59:46 #10 30.76 Selecting previously unselected package libldap-common.
11:59:46 #10 30.76 Preparing to unpack .../102-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
11:59:46 #10 30.76 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:59:46 #10 30.80 Selecting previously unselected package libldap-2.4-2:amd64.
11:59:46 #10 30.13 Preparing to unpack .../160-libcurl3-gnutls_7.64.0-4+deb10u4_arm64.deb ...
11:59:46 #10 30.13 Unpacking libcurl3-gnutls:arm64 (7.64.0-4+deb10u4) ...
11:59:46 #10 30.20 Selecting previously unselected package libpcre2-8-0:arm64.
11:59:46 #10 30.20 Preparing to unpack .../161-libpcre2-8-0_10.32-5_arm64.deb ...
11:59:46 #10 30.20 Unpacking libpcre2-8-0:arm64 (10.32-5) ...
11:59:46 #10 30.25 Selecting previously unselected package liberror-perl.
11:59:46 #10 30.26 Preparing to unpack .../162-liberror-perl_0.17027-2_all.deb ...
11:59:46 #10 30.26 Unpacking liberror-perl (0.17027-2) ...
11:59:46 #10 30.30 Selecting previously unselected package git-man.
11:59:46 #10 30.30 Preparing to unpack .../163-git-man_1%3a2.20.1-2+deb10u7_all.deb ...
11:59:46 #10 30.31 Unpacking git-man (1:2.20.1-2+deb10u7) ...
11:59:46 #11 29.46 Selecting previously unselected package libjpeg-turbo8:amd64.
11:59:46 #11 29.47 Preparing to unpack .../205-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
11:59:46 #11 29.47 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
11:59:46 #11 29.51 Selecting previously unselected package libjpeg8:amd64.
11:59:46 #11 29.51 Preparing to unpack .../206-libjpeg8_8c-2ubuntu10_amd64.deb ...
11:59:46 #11 29.51 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
11:59:46 #11 29.54 Selecting previously unselected package libdeflate0:amd64.
11:59:46 #11 29.54 Preparing to unpack .../207-libdeflate0_1.10-2_amd64.deb ...
11:59:46 #11 29.55 Unpacking libdeflate0:amd64 (1.10-2) ...
11:59:46 #11 29.62 Selecting previously unselected package libjbig0:amd64.
11:59:46 #11 29.62 Preparing to unpack .../208-libjbig0_2.1-3.1ubuntu0.22.04.1_amd64.deb ...
11:59:46 #11 29.63 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
11:59:46 #11 29.66 Selecting previously unselected package libwebp7:amd64.
11:59:46 #11 30.46 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
11:59:46 #11 30.46 Unpacking gcc (4:9.3.0-1ubuntu2) ...
11:59:46 #11 30.49 Selecting previously unselected package libstdc++-9-dev:amd64.
11:59:46 #11 30.50 Preparing to unpack .../097-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:59:46 #11 30.50 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
11:59:46 #11 9.472 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc3 armhf 1.3.3+ds-1 [71.4 kB]
11:59:46 #11 9.472 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnsl2 armhf 1.3.0-2build2 [36.6 kB]
11:59:46 #11 9.472 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf readline-common all 8.2-1 [55.1 kB]
11:59:46 #11 9.472 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libreadline8 armhf 8.2-1 [128 kB]
11:59:46 #11 9.472 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsqlite3-0 armhf 3.39.3-1 [561 kB]
11:59:46 #11 9.486 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpython3.10-stdlib armhf 3.10.7-1ubuntu0.2 [1706 kB]
11:59:46 #11 9.554 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3.10 armhf 3.10.7-1ubuntu0.2 [497 kB]
11:59:46 #11 9.562 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpython3-stdlib armhf 3.10.6-1 [6850 B]
11:59:46 #11 9.562 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3 armhf 3.10.6-1 [22.3 kB]
11:59:46 #11 9.562 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libargon2-1 armhf 0~20171227-0.3 [21.0 kB]
11:59:46 #11 9.619 Get:25 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevmapper1.02.1 armhf 2:1.02.185-1ubuntu1 [134 kB]
11:59:46 #11 9.619 Get:26 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-c5 armhf 0.16-1 [29.2 kB]
11:59:46 #11 9.619 Get:27 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcryptsetup12 armhf 2:2.5.0-2ubuntu1 [195 kB]
11:59:46 #11 9.619 Get:28 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfdisk1 armhf 2.38-4ubuntu1 [186 kB]
11:59:46 #11 9.619 Get:29 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkmod2 armhf 30+20220630-3ubuntu1 [41.3 kB]
11:59:46 #11 9.692 Get:30 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libapparmor1 armhf 3.0.7-1ubuntu2 [32.3 kB]
11:59:46 #11 9.692 Get:31 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libip4tc2 armhf 1.8.7-1ubuntu6 [17.5 kB]
11:59:46 #11 9.692 Get:32 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsystemd-shared armhf 251.4-1ubuntu7 [1609 kB]
11:59:46 #10 28.66 Selecting previously unselected package libalgorithm-diff-perl.
11:59:46 #10 28.66 Preparing to unpack .../163-libalgorithm-diff-perl_1.201-1_all.deb ...
11:59:46 #10 28.66 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:59:46 #10 28.70 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:59:46 #10 28.70 Preparing to unpack .../164-libalgorithm-diff-xs-perl_0.04-6+b1_arm64.deb ...
11:59:46 #10 28.70 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
11:59:46 #10 28.74 Selecting previously unselected package libalgorithm-merge-perl.
11:59:46 #10 28.74 Preparing to unpack .../165-libalgorithm-merge-perl_0.08-3_all.deb ...
11:59:46 #10 28.74 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:59:46 #10 28.78 Selecting previously unselected package libaliased-perl.
11:59:46 #10 28.78 Preparing to unpack .../166-libaliased-perl_0.34-1.1_all.deb ...
11:59:46 #10 28.78 Unpacking libaliased-perl (0.34-1.1) ...
11:59:46 #10 28.81 Selecting previously unselected package libapt-pkg-perl.
11:59:46 #10 28.81 Preparing to unpack .../167-libapt-pkg-perl_0.1.39_arm64.deb ...
11:59:46 #10 28.89 Unpacking libapt-pkg-perl (0.1.39) ...
11:59:46 #10 8.865 Get:32 http://deb.debian.org/debian bookworm/main armhf less armhf 590-1.1 [124 kB]
11:59:46 #10 8.956 Get:33 http://deb.debian.org/debian bookworm/main armhf netbase all 6.4 [12.8 kB]
11:59:46 #10 8.956 Get:34 http://deb.debian.org/debian bookworm/main armhf sensible-utils all 0.0.17+nmu1 [19.0 kB]
11:59:46 #10 8.956 Get:35 http://deb.debian.org/debian bookworm/main armhf bzip2 armhf 1.0.8-5+b1 [48.9 kB]
11:59:46 #10 8.957 Get:36 http://deb.debian.org/debian bookworm/main armhf openssl armhf 3.0.7-2 [1365 kB]
11:59:46 #11 26.92 Resolving Dependencies
11:59:46 #11 26.92 --> Running transaction check
11:59:46 #11 26.92 ---> Package rpm-build.x86_64 0:4.11.3-48.el7_9 will be installed
11:59:46 #11 26.94 --> Processing Dependency: rpm = 4.11.3-48.el7_9 for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.05 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.05 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.05 --> Processing Dependency: unzip for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.05 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.06 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.06 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.06 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.06 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.06 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.07 --> Processing Dependency: file for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.07 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.07 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.07 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-48.el7_9.x86_64
11:59:46 #11 27.07 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
11:59:46 #11 27.07 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
11:59:46 #11 27.07 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
11:59:46 #11 27.07 --> Running transaction check
11:59:46 #11 27.07 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
11:59:46 #11 27.08 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed
11:59:46 #11 27.08 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64
11:59:46 #11 27.08 ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed
11:59:46 #11 27.08 ---> Package file.x86_64 0:5.11-37.el7 will be installed
11:59:46 #11 27.08 ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed
11:59:46 #11 27.09 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
11:59:46 #11 27.09 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
11:59:46 #11 27.09 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
11:59:46 #11 27.09 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.10 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.10 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.10 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.10 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.10 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.10 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.10 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.10 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.10 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
11:59:46 #11 27.11 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
11:59:46 #11 27.12 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
11:59:46 #11 27.12 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
11:59:46 #11 27.12 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
11:59:46 #11 27.12 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
11:59:46 #11 27.12 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
11:59:46 #11 27.12 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
11:59:46 #11 27.12 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:59:46 #11 27.13 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:59:46 #11 27.13 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:59:46 #11 27.13 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
11:59:46 #11 27.13 ---> Package rpm.x86_64 0:4.11.3-45.el7 will be updated
11:59:46 #11 27.13 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-python-4.11.3-45.el7.x86_64
11:59:46 #11 27.13 --> Processing Dependency: rpm = 4.11.3-45.el7 for package: rpm-libs-4.11.3-45.el7.x86_64
11:59:46 #11 27.13 ---> Package rpm.x86_64 0:4.11.3-48.el7_9 will be an update
11:59:46 #11 27.13 ---> Package unzip.x86_64 0:6.0-24.el7_9 will be installed
11:59:46 #11 27.13 --> Running transaction check
11:59:46 #11 27.13 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
11:59:46 #11 27.14 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
11:59:46 #11 27.14 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
11:59:46 #11 27.14 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
11:59:46 #11 27.14 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
11:59:46 #11 27.14 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
11:59:46 #11 27.14 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
11:59:46 #11 27.14 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
11:59:46 #11 27.14 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
11:59:46 #11 27.15 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
11:59:46 #11 27.15 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
11:59:46 #11 27.15 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
11:59:46 #11 27.15 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
11:59:46 #11 27.15 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
11:59:46 #11 27.15 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
11:59:46 #11 27.15 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
11:59:46 #11 27.15 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
11:59:46 #11 27.16 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
11:59:46 #11 27.16 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
11:59:46 #11 27.16 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
11:59:46 #11 27.16 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
11:59:46 #11 27.16 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
11:59:46 #11 27.16 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
11:59:46 #11 27.16 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
11:59:46 #11 27.16 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
11:59:46 #11 27.16 ---> Package rpm-libs.x86_64 0:4.11.3-45.el7 will be updated
11:59:46 #11 27.16 --> Processing Dependency: rpm-libs(x86-64) = 4.11.3-45.el7 for package: rpm-build-libs-4.11.3-45.el7.x86_64
11:59:46 #11 27.16 ---> Package rpm-libs.x86_64 0:4.11.3-48.el7_9 will be an update
11:59:46 #11 27.17 ---> Package rpm-python.x86_64 0:4.11.3-45.el7 will be updated
11:59:46 #11 27.17 ---> Package rpm-python.x86_64 0:4.11.3-48.el7_9 will be an update
11:59:46 #11 27.17 ---> Package zip.x86_64 0:3.0-11.el7 will be installed
11:59:46 #11 27.17 --> Running transaction check
11:59:46 #11 27.17 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
11:59:46 #11 27.17 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
11:59:46 #11 27.17 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
11:59:46 #11 27.18 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
11:59:46 #11 27.18 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
11:59:46 #11 27.18 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
11:59:46 #11 27.18 ---> Package rpm-build-libs.x86_64 0:4.11.3-45.el7 will be updated
11:59:46 #11 27.18 ---> Package rpm-build-libs.x86_64 0:4.11.3-48.el7_9 will be an update
11:59:46 #11 27.18 --> Running transaction check
11:59:46 #11 27.18 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
11:59:46 #11 27.18 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
11:59:46 #11 27.25 --> Finished Dependency Resolution
11:59:46 #11 27.26 
11:59:46 #11 27.26 Dependencies Resolved
11:59:46 #11 27.26 
11:59:46 #11 27.26 ================================================================================
11:59:46 #11 27.26  Package                   Arch      Version                   Repository  Size
11:59:46 #11 27.26 ================================================================================
11:59:46 #11 27.26 Installing:
11:59:46 #11 27.26  rpm-build                 x86_64    4.11.3-48.el7_9           updates    150 k
11:59:46 #11 27.26  rpmlint                   noarch    1.5-4.el7                 base       229 k
11:59:46 #11 27.26 Installing for dependencies:
11:59:46 #11 27.26  bzip2                     x86_64    1.0.6-13.el7              base        52 k
11:59:46 #11 27.26  desktop-file-utils        x86_64    0.23-2.el7                base        67 k
11:59:46 #11 27.26  dwz                       x86_64    0.11-3.el7                base        99 k
11:59:46 #11 27.26  elfutils                  x86_64    0.176-5.el7               base       308 k
11:59:46 #11 27.26  emacs-filesystem          noarch    1:24.3-23.el7             base        58 k
11:59:46 #11 27.26  file                      x86_64    5.11-37.el7               base        57 k
11:59:46 #11 27.26  gdb                       x86_64    7.6.1-120.el7             base       2.4 M
11:59:46 #11 27.26  groff-base                x86_64    1.22.2-8.el7              base       942 k
11:59:46 #11 27.26  patch                     x86_64    2.7.1-12.el7_7            base       111 k
11:59:46 #11 27.26  perl                      x86_64    4:5.16.3-299.el7_9        updates    8.0 M
11:59:46 #11 27.26  perl-Carp                 noarch    1.26-244.el7              base        19 k
11:59:46 #11 27.26  perl-Encode               x86_64    2.51-7.el7                base       1.5 M
11:59:46 #11 27.26  perl-Exporter             noarch    5.68-3.el7                base        28 k
11:59:46 #11 27.26  perl-File-Path            noarch    2.09-2.el7                base        26 k
11:59:46 #11 27.26  perl-File-Temp            noarch    0.23.01-3.el7             base        56 k
11:59:46 #11 27.26  perl-Filter               x86_64    1.49-3.el7                base        76 k
11:59:46 #11 27.26  perl-Getopt-Long          noarch    2.40-3.el7                base        56 k
11:59:46 #11 27.26  perl-HTTP-Tiny            noarch    0.033-3.el7               base        38 k
11:59:46 #11 27.26  perl-PathTools            x86_64    3.40-5.el7                base        82 k
11:59:46 #11 27.26  perl-Pod-Escapes          noarch    1:1.04-299.el7_9          updates     52 k
11:59:46 #11 27.26  perl-Pod-Perldoc          noarch    3.20-4.el7                base        87 k
11:59:46 #11 27.26  perl-Pod-Simple           noarch    1:3.28-4.el7              base       216 k
11:59:46 #11 27.26  perl-Pod-Usage            noarch    1.63-3.el7                base        27 k
11:59:46 #11 27.26  perl-Scalar-List-Utils    x86_64    1.27-248.el7              base        36 k
11:59:46 #11 27.26  perl-Socket               x86_64    2.010-5.el7               base        49 k
11:59:46 #11 27.26  perl-Storable             x86_64    2.45-3.el7                base        77 k
11:59:46 #11 27.26  perl-Text-ParseWords      noarch    3.29-4.el7                base        14 k
11:59:46 #11 27.26  perl-Thread-Queue         noarch    3.02-2.el7                base        17 k
11:59:46 #11 27.26  perl-Time-HiRes           x86_64    4:1.9725-3.el7            base        45 k
11:59:46 #11 27.26  perl-Time-Local           noarch    1.2300-2.el7              base        24 k
11:59:46 #11 27.26  perl-constant             noarch    1.27-2.el7                base        19 k
11:59:46 #11 27.26  perl-libs                 x86_64    4:5.16.3-299.el7_9        updates    690 k
11:59:46 #11 27.26  perl-macros               x86_64    4:5.16.3-299.el7_9        updates     44 k
11:59:46 #11 27.26  perl-parent               noarch    1:0.225-244.el7           base        12 k
11:59:46 #11 27.26  perl-podlators            noarch    2.5.1-3.el7               base       112 k
11:59:46 #11 27.26  perl-srpm-macros          noarch    1-8.el7                   base       4.6 k
11:59:46 #11 27.26  perl-threads              x86_64    1.87-4.el7                base        49 k
11:59:46 #11 27.26  perl-threads-shared       x86_64    1.43-6.el7                base        39 k
11:59:46 #11 27.26  python-srpm-macros        noarch    3-34.el7                  base       8.8 k
11:59:46 #11 27.26  redhat-rpm-config         noarch    9.1.0-88.el7.centos       base        81 k
11:59:46 #11 27.26  unzip                     x86_64    6.0-24.el7_9              updates    172 k
11:59:46 #11 27.26  zip                       x86_64    3.0-11.el7                base       260 k
11:59:46 #11 27.26 Updating for dependencies:
11:59:46 #11 27.26  rpm                       x86_64    4.11.3-48.el7_9           updates    1.2 M
11:59:46 #11 27.26  rpm-build-libs            x86_64    4.11.3-48.el7_9           updates    108 k
11:59:46 #11 27.26  rpm-libs                  x86_64    4.11.3-48.el7_9           updates    279 k
11:59:46 #11 27.26  rpm-python                x86_64    4.11.3-48.el7_9           updates     84 k
11:59:46 #11 27.26 
11:59:46 #11 27.26 Transaction Summary
11:59:46 #11 27.26 ================================================================================
11:59:46 #11 27.26 Install  2 Packages (+42 Dependent packages)
11:59:46 #11 27.26 Upgrade             (  4 Dependent packages)
11:59:46 #11 27.26 
11:59:46 #11 27.27 Total download size: 18 M
11:59:46 #11 27.27 Downloading packages:
11:59:46 #11 27.27 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
11:59:46 #10 28.03   Installing       : perl-constant-1.33-461.el9.noarch                  107/166 
11:59:46 #10 28.04   Installing       : perl-Storable-1:3.21-460.el9.x86_64                108/166 
11:59:46 #10 28.05   Installing       : perl-overload-1.31-480.el9.noarch                  109/166 
11:59:46 #10 28.05   Installing       : perl-parent-1:0.238-460.el9.noarch                 110/166 
11:59:46 #10 28.08   Installing       : perl-vars-1.05-480.el9.noarch                      111/166 
11:59:46 #10 28.10   Installing       : perl-Getopt-Long-1:2.52-4.el9.noarch               112/166 
11:59:46 #10 28.10   Installing       : perl-Carp-1.50-460.el9.noarch                      113/166 
11:59:46 #10 28.14   Installing       : perl-Exporter-5.74-461.el9.noarch                  114/166 
11:59:46 #10 28.14   Installing       : perl-NDBM_File-1.15-480.el9.x86_64                 115/166 
11:59:46 #10 28.15   Installing       : perl-PathTools-3.78-461.el9.x86_64                 116/166 
11:59:46 #11 20.99 Unpacking libicu70:arm64 (70.1-2) ...
11:59:46 #11 21.21 Selecting previously unselected package libxml2:arm64.
11:59:46 #11 21.21 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.2_arm64.deb ...
11:59:46 #11 21.22 Unpacking libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
11:59:46 #10 30.32 Preparing to unpack .../157-libtry-tiny-perl_0.30-1_all.deb ...
11:59:46 #10 30.33 Unpacking libtry-tiny-perl (0.30-1) ...
11:59:46 #10 30.36 Selecting previously unselected package libmodule-implementation-perl.
11:59:46 #10 30.37 Preparing to unpack .../158-libmodule-implementation-perl_0.09-1_all.deb ...
11:59:46 #10 30.37 Unpacking libmodule-implementation-perl (0.09-1) ...
11:59:46 #10 30.40 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:46 #10 30.40 Preparing to unpack .../159-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:59:46 #10 30.41 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:59:46 #10 30.44 Selecting previously unselected package libvariable-magic-perl.
11:59:46 #10 30.44 Preparing to unpack .../160-libvariable-magic-perl_0.62-1_arm64.deb ...
11:59:46 #10 30.45 Unpacking libvariable-magic-perl (0.62-1) ...
11:59:46 #10 30.48 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:46 #10 30.48 Preparing to unpack .../161-libb-hooks-endofscope-perl_0.21-1_all.deb ...
11:59:46 #10 30.49 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
11:59:46 #10 30.52 Selecting previously unselected package libhtml-tagset-perl.
11:59:46 #10 30.52 Preparing to unpack .../162-libhtml-tagset-perl_3.20-3_all.deb ...
11:59:46 #10 30.53 Unpacking libhtml-tagset-perl (3.20-3) ...
11:59:46 #10 30.56 Selecting previously unselected package liburi-perl.
11:59:46 #11 26.93 Preparing to unpack .../088-libctf-nobfd0_2.39-3ubuntu1.1_arm64.deb ...
11:59:46 #11 26.94 Unpacking libctf-nobfd0:arm64 (2.39-3ubuntu1.1) ...
11:59:46 #11 26.97 Selecting previously unselected package libctf0:arm64.
11:59:46 #11 26.97 Preparing to unpack .../089-libctf0_2.39-3ubuntu1.1_arm64.deb ...
11:59:46 #11 26.98 Unpacking libctf0:arm64 (2.39-3ubuntu1.1) ...
11:59:46 #11 27.01 Selecting previously unselected package libgprofng0:arm64.
11:59:46 #11 27.02 Preparing to unpack .../090-libgprofng0_2.39-3ubuntu1.1_arm64.deb ...
11:59:46 #11 27.02 Unpacking libgprofng0:arm64 (2.39-3ubuntu1.1) ...
11:59:46 #11 27.07 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:59:46 #11 27.07 Preparing to unpack .../091-binutils-aarch64-linux-gnu_2.39-3ubuntu1.1_arm64.deb ...
11:59:46 #11 27.07 Unpacking binutils-aarch64-linux-gnu (2.39-3ubuntu1.1) ...
11:59:46 #11 27.20 Selecting previously unselected package binutils.
11:59:46 #11 28.28 Preparing to unpack .../118-librtmp1_2.4+20151223.gitfa8646d.1-2build1_arm64.deb ...
11:59:46 #11 28.29 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
11:59:46 #11 28.33 Selecting previously unselected package libssh-4:arm64.
11:59:46 #11 28.33 Preparing to unpack .../119-libssh-4_0.9.3-2ubuntu2.2_arm64.deb ...
11:59:46 #11 28.33 Unpacking libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
11:59:46 #11 28.39 Selecting previously unselected package libcurl4:arm64.
11:59:46 #11 28.39 Preparing to unpack .../120-libcurl4_7.68.0-1ubuntu2.15_arm64.deb ...
11:59:46 #11 28.40 Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.15) ...
11:59:46 #11 28.45 Selecting previously unselected package curl.
11:59:46 #11 28.45 Preparing to unpack .../121-curl_7.68.0-1ubuntu2.15_arm64.deb ...
11:59:46 #11 28.45 Unpacking curl (7.68.0-1ubuntu2.15) ...
11:59:46 #11 28.49 Selecting previously unselected package dctrl-tools.
11:59:46 #10 30.84 Selecting previously unselected package libarray-intspan-perl.
11:59:46 #10 30.85 Preparing to unpack .../181-libarray-intspan-perl_2.004-2_all.deb ...
11:59:46 #10 30.85 Unpacking libarray-intspan-perl (2.004-2) ...
11:59:46 #10 30.91 Selecting previously unselected package libauthen-sasl-perl.
11:59:46 #10 30.91 Preparing to unpack .../182-libauthen-sasl-perl_2.1600-3_all.deb ...
11:59:46 #10 30.91 Unpacking libauthen-sasl-perl (2.1600-3) ...
11:59:46 #10 30.95 Selecting previously unselected package libdav1d6:arm64.
11:59:46 #10 30.95 Preparing to unpack .../183-libdav1d6_1.0.0-2_arm64.deb ...
11:59:46 #10 30.96 Unpacking libdav1d6:arm64 (1.0.0-2) ...
11:59:46 #10 31.02 Selecting previously unselected package libgav1-1:arm64.
11:59:46 #7 ...
11:59:46 
11:59:46 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:46 #10 16.24 Selecting previously unselected package perl.
11:59:46 #10 16.24 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_armhf.deb ...
11:59:46 #10 16.26 Unpacking perl (5.28.1-6+deb10u1) ...
11:59:46 #10 16.32 Selecting previously unselected package liblocale-gettext-perl.
11:59:46 #10 16.32 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_armhf.deb ...
11:59:46 #10 16.33 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
11:59:46 #10 20.70 Unpacking man-db (2.8.3-2ubuntu0.1) ...
11:59:46 #10 20.88 Selecting previously unselected package perl-modules-5.26.
11:59:46 #10 20.88 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.6_all.deb ...
11:59:46 #10 20.89 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
11:59:46 #11 29.82 Selecting previously unselected package fontconfig-config.
11:59:46 #11 29.82 Preparing to unpack .../215-fontconfig-config_2.13.1-4.4ubuntu1_all.deb ...
11:59:46 #11 29.82 Unpacking fontconfig-config (2.13.1-4.4ubuntu1) ...
11:59:46 #11 29.86 Selecting previously unselected package libcurl3-gnutls:amd64.
11:59:46 #11 29.86 Preparing to unpack .../216-libcurl3-gnutls_7.85.0-1ubuntu0.2_amd64.deb ...
11:59:46 #11 29.87 Unpacking libcurl3-gnutls:amd64 (7.85.0-1ubuntu0.2) ...
11:59:46 #11 29.90 Selecting previously unselected package liberror-perl.
11:59:46 #11 29.90 Preparing to unpack .../217-liberror-perl_0.17029-1_all.deb ...
11:59:46 #11 29.90 Unpacking liberror-perl (0.17029-1) ...
11:59:46 #11 29.93 Selecting previously unselected package git-man.
11:59:46 #11 29.93 Preparing to unpack .../218-git-man_1%3a2.37.2-1ubuntu1.2_all.deb ...
11:59:46 #11 29.94 Unpacking git-man (1:2.37.2-1ubuntu1.2) ...
11:59:46 #11 29.98 Selecting previously unselected package git.
11:59:46 #11 29.98 Preparing to unpack .../219-git_1%3a2.37.2-1ubuntu1.2_amd64.deb ...
11:59:46 #11 29.99 Unpacking git (1:2.37.2-1ubuntu1.2) ...
11:59:46 #10 33.43 Preparing to unpack .../091-libassuan0_2.5.2-1_amd64.deb ...
11:59:46 #10 33.44 Unpacking libassuan0:amd64 (2.5.2-1) ...
11:59:46 #10 33.48 Selecting previously unselected package gpgconf.
11:59:46 #10 33.48 Preparing to unpack .../092-gpgconf_2.2.12-1+deb10u2_amd64.deb ...
11:59:46 #10 33.48 Unpacking gpgconf (2.2.12-1+deb10u2) ...
11:59:46 #10 33.54 Selecting previously unselected package libksba8:amd64.
11:59:46 #10 33.54 Preparing to unpack .../093-libksba8_1.3.5-2+deb10u2_amd64.deb ...
11:59:46 #10 33.54 Unpacking libksba8:amd64 (1.3.5-2+deb10u2) ...
11:59:46 #10 33.59 Selecting previously unselected package libnpth0:amd64.
11:59:46 #10 33.59 Preparing to unpack .../094-libnpth0_1.6-1_amd64.deb ...
11:59:46 #10 33.60 Unpacking libnpth0:amd64 (1.6-1) ...
11:59:46 #10 33.64 Selecting previously unselected package dirmngr.
11:59:46 #10 30.80 Preparing to unpack .../103-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ...
11:59:46 #10 30.80 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
11:59:46 #10 30.85 Selecting previously unselected package libnghttp2-14:amd64.
11:59:46 #10 30.85 Preparing to unpack .../104-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
11:59:46 #10 30.85 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
11:59:46 #10 30.89 Selecting previously unselected package librtmp1:amd64.
11:59:46 #10 30.89 Preparing to unpack .../105-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
11:59:46 #10 30.89 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
11:59:46 #10 30.93 Selecting previously unselected package libcurl4:amd64.
11:59:46 #10 30.93 Preparing to unpack .../106-libcurl4_7.58.0-2ubuntu3.22_amd64.deb ...
11:59:46 #10 30.94 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.22) ...
11:59:46 #10 30.98 Selecting previously unselected package curl.
11:59:46 #10 30.98 Preparing to unpack .../107-curl_7.58.0-2ubuntu3.22_amd64.deb ...
11:59:46 #10 30.98 Unpacking curl (7.58.0-2ubuntu3.22) ...
11:59:46 #10 31.02 Selecting previously unselected package dctrl-tools.
11:59:46 #10 31.02 Preparing to unpack .../108-dctrl-tools_2.24-2build1_amd64.deb ...
11:59:46 #10 31.03 Unpacking dctrl-tools (2.24-2build1) ...
11:59:46 #10 31.06 Selecting previously unselected package libtool.
11:59:46 #10 31.06 Preparing to unpack .../109-libtool_2.4.6-2_all.deb ...
11:59:46 #10 31.06 Unpacking libtool (2.4.6-2) ...
11:59:46 #10 31.10 Selecting previously unselected package dh-autoreconf.
11:59:46 #10 31.10 Preparing to unpack .../110-dh-autoreconf_17_all.deb ...
11:59:46 #10 31.11 Unpacking dh-autoreconf (17) ...
11:59:46 #10 31.13 Selecting previously unselected package libarchive-zip-perl.
11:59:46 #10 31.13 Preparing to unpack .../111-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
11:59:46 #10 31.14 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
11:59:46 #10 31.17 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:46 #10 30.43 Selecting previously unselected package git.
11:59:46 #10 30.43 Preparing to unpack .../164-git_1%3a2.20.1-2+deb10u7_arm64.deb ...
11:59:46 #10 30.45 Unpacking git (1:2.20.1-2+deb10u7) ...
11:59:46 #11 29.67 Preparing to unpack .../209-libwebp7_1.2.2-2_amd64.deb ...
11:59:46 #11 29.67 Unpacking libwebp7:amd64 (1.2.2-2) ...
11:59:46 #11 29.71 Selecting previously unselected package libtiff5:amd64.
11:59:46 #11 29.71 Preparing to unpack .../210-libtiff5_4.3.0-6ubuntu0.3_amd64.deb ...
11:59:46 #11 29.71 Unpacking libtiff5:amd64 (4.3.0-6ubuntu0.3) ...
11:59:46 #11 29.75 Selecting previously unselected package libxpm4:amd64.
11:59:46 #11 29.75 Preparing to unpack .../211-libxpm4_1%3a3.5.12-1ubuntu0.22.04.1_amd64.deb ...
11:59:46 #11 29.75 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.1) ...
11:59:46 #11 29.79 Selecting previously unselected package libgd3:amd64.
11:59:46 #11 29.79 Preparing to unpack .../212-libgd3_2.3.0-2ubuntu2_amd64.deb ...
11:59:46 #11 29.80 Unpacking libgd3:amd64 (2.3.0-2ubuntu2) ...
11:59:46 #11 29.83 Selecting previously unselected package libc-devtools.
11:59:46 #11 29.83 Preparing to unpack .../213-libc-devtools_2.35-0ubuntu3.1_amd64.deb ...
11:59:46 #11 29.84 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
11:59:46 #11 29.87 Selecting previously unselected package libcapture-tiny-perl.
11:59:46 #11 29.87 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
11:59:46 #11 29.87 Unpacking libcapture-tiny-perl (0.48-1) ...
11:59:46 #11 29.90 Selecting previously unselected package libclass-data-inheritable-perl.
11:59:46 #11 29.90 Preparing to unpack .../215-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:59:46 #11 29.90 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:59:46 #11 29.93 Selecting previously unselected package libclone-perl.
11:59:46 #11 29.93 Preparing to unpack .../216-libclone-perl_0.45-1build3_amd64.deb ...
11:59:46 #11 29.94 Unpacking libclone-perl (0.45-1build3) ...
11:59:46 #11 29.97 Selecting previously unselected package libcommon-sense-perl:amd64.
11:59:46 #11 29.97 Preparing to unpack .../217-libcommon-sense-perl_3.75-2build1_amd64.deb ...
11:59:46 #11 29.97 Unpacking libcommon-sense-perl:amd64 (3.75-2build1) ...
11:59:46 #11 30.00 Selecting previously unselected package libconfig-tiny-perl.
11:59:46 #11 30.76 Selecting previously unselected package g++-9.
11:59:46 #11 30.76 Preparing to unpack .../098-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
11:59:46 #11 30.76 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
11:59:46 #11 9.766 Get:33 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf systemd armhf 251.4-1ubuntu7 [2785 kB]
11:59:46 #11 9.881 Get:34 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf perl-modules-5.34 all 5.34.0-5ubuntu1.1 [2952 kB]
11:59:46 #10 28.92 Selecting previously unselected package libarchive-cpio-perl.
11:59:46 #10 28.92 Preparing to unpack .../168-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:59:46 #10 28.93 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:59:46 #10 28.97 Selecting previously unselected package libarchive13:arm64.
11:59:46 #10 28.97 Preparing to unpack .../169-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
11:59:46 #10 28.98 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
11:59:46 #10 29.03 Selecting previously unselected package libarray-intspan-perl.
11:59:46 #10 29.04 Preparing to unpack .../170-libarray-intspan-perl_2.004-1_all.deb ...
11:59:46 #10 29.04 Unpacking libarray-intspan-perl (2.004-1) ...
11:59:46 #10 29.07 Selecting previously unselected package libauthen-sasl-perl.
11:59:46 #10 29.07 Preparing to unpack .../171-libauthen-sasl-perl_2.1600-1.1_all.deb ...
11:59:46 #10 29.08 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
11:59:46 #10 29.11 Selecting previously unselected package libmodule-implementation-perl.
11:59:46 #10 29.11 Preparing to unpack .../172-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:59:46 #10 29.12 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:59:46 #10 29.15 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:47 #10 8.968 Get:37 http://deb.debian.org/debian bookworm/main armhf ca-certificates all 20211016 [156 kB]
11:59:47 #10 8.970 Get:38 http://deb.debian.org/debian bookworm/main armhf libmagic-mgc armhf 1:5.44-3 [305 kB]
11:59:47 #10 8.980 Get:39 http://deb.debian.org/debian bookworm/main armhf libmagic1 armhf 1:5.44-3 [96.5 kB]
11:59:47 #10 8.980 Get:40 http://deb.debian.org/debian bookworm/main armhf file armhf 1:5.44-3 [41.6 kB]
11:59:47 #10 8.980 Get:41 http://deb.debian.org/debian bookworm/main armhf gettext-base armhf 0.21-11 [157 kB]
11:59:47 #10 8.980 Get:42 http://deb.debian.org/debian bookworm/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
11:59:47 #10 8.980 Get:43 http://deb.debian.org/debian bookworm/main armhf groff-base armhf 1.22.4-9 [825 kB]
11:59:47 #10 9.001 Get:44 http://deb.debian.org/debian bookworm/main armhf krb5-locales all 1.20.1-1 [62.4 kB]
11:59:47 #10 9.001 Get:45 http://deb.debian.org/debian bookworm/main armhf bsdextrautils armhf 2.38.1-4 [78.8 kB]
11:59:47 #10 9.001 Get:46 http://deb.debian.org/debian bookworm/main armhf libpipeline1 armhf 1.5.7-1 [33.6 kB]
11:59:47 #10 9.001 Get:47 http://deb.debian.org/debian bookworm/main armhf man-db armhf 2.11.2-1 [1351 kB]
11:59:47 #10 9.031 Get:48 http://deb.debian.org/debian bookworm/main armhf manpages all 6.02-1 [1327 kB]
11:59:47 #10 9.050 Get:49 http://deb.debian.org/debian bookworm/main armhf libbsd0 armhf 0.11.7-2 [113 kB]
11:59:47 #10 9.050 Get:50 http://deb.debian.org/debian bookworm/main armhf libedit2 armhf 3.1-20221030-2 [77.0 kB]
11:59:47 #10 9.050 Get:51 http://deb.debian.org/debian bookworm/main armhf libcbor0.8 armhf 0.8.0-2+b1 [23.1 kB]
11:59:47 #10 9.050 Get:52 http://deb.debian.org/debian bookworm/main armhf libfido2-1 armhf 1.12.0-2 [69.2 kB]
11:59:47 #10 9.050 Get:53 http://deb.debian.org/debian bookworm/main armhf openssh-client armhf 1:9.1p1-2 [881 kB]
11:59:47 #10 9.058 Get:54 http://deb.debian.org/debian bookworm/main armhf ucf all 3.0043 [74.0 kB]
11:59:47 #10 9.058 Get:55 http://deb.debian.org/debian bookworm/main armhf xz-utils armhf 5.4.1-0.1 [466 kB]
11:59:47 #10 9.063 Get:56 http://deb.debian.org/debian bookworm/main armhf m4 armhf 1.4.19-2 [265 kB]
11:59:47 #10 9.066 Get:57 http://deb.debian.org/debian bookworm/main armhf autoconf all 2.71-3 [332 kB]
11:59:47 #10 9.079 Get:58 http://deb.debian.org/debian bookworm/main armhf autotools-dev all 20220109.1 [51.6 kB]
11:59:47 #10 9.079 Get:59 http://deb.debian.org/debian bookworm/main armhf automake all 1:1.16.5-1.3 [823 kB]
11:59:47 #10 9.100 Get:60 http://deb.debian.org/debian bookworm/main armhf autopoint all 0.21-11 [495 kB]
11:59:47 #10 9.100 Get:61 http://deb.debian.org/debian bookworm/main armhf binutils-common armhf 2.40-2 [2476 kB]
11:59:47 #10 9.120 Get:62 http://deb.debian.org/debian bookworm/main armhf libbinutils armhf 2.40-2 [406 kB]
11:59:47 #10 9.139 Get:63 http://deb.debian.org/debian bookworm/main armhf libctf-nobfd0 armhf 2.40-2 [132 kB]
11:59:47 #10 9.139 Get:64 http://deb.debian.org/debian bookworm/main armhf libctf0 armhf 2.40-2 [71.1 kB]
11:59:47 #10 9.139 Get:65 http://deb.debian.org/debian bookworm/main armhf libjansson4 armhf 2.14-2 [36.7 kB]
11:59:47 #10 9.152 Get:66 http://deb.debian.org/debian bookworm/main armhf binutils-arm-linux-gnueabihf armhf 2.40-2 [2313 kB]
11:59:47 #10 9.162 Get:67 http://deb.debian.org/debian bookworm/main armhf binutils armhf 2.40-2 [64.9 kB]
11:59:47 #10 9.162 Get:68 http://deb.debian.org/debian bookworm/main armhf libc-dev-bin armhf 2.36-8 [42.6 kB]
11:59:47 #10 9.179 Get:69 http://deb.debian.org/debian bookworm/main armhf linux-libc-dev armhf 6.1.8-1 [1681 kB]
11:59:47 #10 9.196 Get:70 http://deb.debian.org/debian bookworm/main armhf libcrypt-dev armhf 1:4.4.33-2 [125 kB]
11:59:47 #10 9.196 Get:71 http://deb.debian.org/debian bookworm/main armhf libtirpc-dev armhf 1.3.3+ds-1 [182 kB]
11:59:47 #10 9.196 Get:72 http://deb.debian.org/debian bookworm/main armhf libnsl-dev armhf 1.3.0-2 [62.1 kB]
11:59:47 #10 9.196 Get:73 http://deb.debian.org/debian bookworm/main armhf rpcsvc-proto armhf 1.4.3-1 [58.7 kB]
11:59:47 #10 9.196 Get:74 http://deb.debian.org/debian bookworm/main armhf libc6-dev armhf 2.36-8 [1265 kB]
11:59:47 #10 9.201 Get:75 http://deb.debian.org/debian bookworm/main armhf libisl23 armhf 0.25-1 [539 kB]
11:59:47 #10 9.207 Get:76 http://deb.debian.org/debian bookworm/main armhf libmpfr6 armhf 4.2.0-1 [582 kB]
11:59:47 #10 9.220 Get:77 http://deb.debian.org/debian bookworm/main armhf libmpc3 armhf 1.3.1-1 [42.9 kB]
11:59:47 #10 9.285 Get:78 http://deb.debian.org/debian bookworm/main armhf cpp-12 armhf 12.2.0-14 [7274 kB]
11:59:47 #10 28.26   Installing       : perl-Encode-4:3.08-462.el9.x86_64                  117/166 
11:59:47 #10 28.39   Installing       : perl-libs-4:5.32.1-480.el9.x86_64                  118/166 
11:59:47 #10 28.43   Installing       : perl-interpreter-4:5.32.1-480.el9.x86_64           119/166 
11:59:47 #10 28.46   Installing       : kernel-srpm-macros-1.0-11.el9.noarch               120/166 
11:59:47 #10 28.47   Installing       : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch           121/166 
11:59:47 #10 28.48   Installing       : go-srpm-macros-3.0.9-9.el9.noarch                  122/166 
11:59:47 #11 21.30 Selecting previously unselected package libyaml-0-2:arm64.
11:59:47 #11 21.30 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_arm64.deb ...
11:59:47 #11 21.30 Unpacking libyaml-0-2:arm64 (0.2.2-1build2) ...
11:59:47 #11 21.34 Selecting previously unselected package lsb-release.
11:59:47 #11 21.34 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
11:59:47 #11 21.34 Unpacking lsb-release (11.1.0ubuntu4) ...
11:59:47 #11 21.39 Selecting previously unselected package netbase.
11:59:47 #11 21.39 Preparing to unpack .../018-netbase_6.3_all.deb ...
11:59:47 #11 21.40 Unpacking netbase (6.3) ...
11:59:47 #11 21.43 Selecting previously unselected package python-apt-common.
11:59:47 #11 21.43 Preparing to unpack .../019-python-apt-common_2.4.0_all.deb ...
11:59:47 #11 21.43 Unpacking python-apt-common (2.4.0) ...
11:59:47 #11 21.47 Selecting previously unselected package python3-apt.
11:59:47 #11 21.47 Preparing to unpack .../020-python3-apt_2.4.0_arm64.deb ...
11:59:47 #11 21.48 Unpacking python3-apt (2.4.0) ...
11:59:47 #11 21.52 Selecting previously unselected package python3-pkg-resources.
11:59:47 #10 30.56 Preparing to unpack .../163-liburi-perl_1.73-1_all.deb ...
11:59:47 #10 30.57 Unpacking liburi-perl (1.73-1) ...
11:59:47 #10 30.61 Selecting previously unselected package libhtml-parser-perl.
11:59:47 #10 30.61 Preparing to unpack .../164-libhtml-parser-perl_3.72-3build1_arm64.deb ...
11:59:47 #10 30.61 Unpacking libhtml-parser-perl (3.72-3build1) ...
11:59:47 #10 30.65 Selecting previously unselected package libcgi-pm-perl.
11:59:47 #10 30.66 Preparing to unpack .../165-libcgi-pm-perl_4.38-1_all.deb ...
11:59:47 #10 30.66 Unpacking libcgi-pm-perl (4.38-1) ...
11:59:47 #10 30.70 Selecting previously unselected package libfcgi-perl.
11:59:47 #10 30.71 Preparing to unpack .../166-libfcgi-perl_0.78-2build1_arm64.deb ...
11:59:47 #10 30.71 Unpacking libfcgi-perl (0.78-2build1) ...
11:59:47 #10 30.75 Selecting previously unselected package libcgi-fast-perl.
11:59:47 #10 30.75 Preparing to unpack .../167-libcgi-fast-perl_1%3a2.13-1_all.deb ...
11:59:47 #10 30.76 Unpacking libcgi-fast-perl (1:2.13-1) ...
11:59:47 #10 30.80 Selecting previously unselected package libsub-name-perl.
11:59:47 #10 30.80 Preparing to unpack .../168-libsub-name-perl_0.21-1build1_arm64.deb ...
11:59:47 #10 30.80 Unpacking libsub-name-perl (0.21-1build1) ...
11:59:47 #10 30.83 Selecting previously unselected package libclass-accessor-perl.
11:59:47 #10 29.43 Selecting previously unselected package g++.
11:59:47 #10 29.43 Preparing to unpack .../063-g++_4%3a12.2.0-3_amd64.deb ...
11:59:47 #10 29.43 Unpacking g++ (4:12.2.0-3) ...
11:59:47 #10 29.46 Selecting previously unselected package make.
11:59:47 #10 29.46 Preparing to unpack .../064-make_4.3-4.1_amd64.deb ...
11:59:47 #10 29.47 Unpacking make (4.3-4.1) ...
11:59:47 #10 29.54 Selecting previously unselected package libdpkg-perl.
11:59:47 #10 29.54 Preparing to unpack .../065-libdpkg-perl_1.21.19_all.deb ...
11:59:47 #10 29.54 Unpacking libdpkg-perl (1.21.19) ...
11:59:47 #10 29.62 Selecting previously unselected package patch.
11:59:47 #10 29.62 Preparing to unpack .../066-patch_2.7.6-7_amd64.deb ...
11:59:47 #10 29.62 Unpacking patch (2.7.6-7) ...
11:59:47 #10 29.67 Selecting previously unselected package dpkg-dev.
11:59:47 #11 28.50 Preparing to unpack .../122-dctrl-tools_2.24-3_arm64.deb ...
11:59:47 #11 28.51 Unpacking dctrl-tools (2.24-3) ...
11:59:47 #11 28.54 Selecting previously unselected package libtool.
11:59:47 #11 28.54 Preparing to unpack .../123-libtool_2.4.6-14_all.deb ...
11:59:47 #11 28.54 Unpacking libtool (2.4.6-14) ...
11:59:47 #11 28.58 Selecting previously unselected package dh-autoreconf.
11:59:47 #11 28.59 Preparing to unpack .../124-dh-autoreconf_19_all.deb ...
11:59:47 #11 28.59 Unpacking dh-autoreconf (19) ...
11:59:47 #11 28.62 Selecting previously unselected package libdebhelper-perl.
11:59:47 #11 28.63 Preparing to unpack .../125-libdebhelper-perl_12.10ubuntu1_all.deb ...
11:59:47 #11 28.63 Unpacking libdebhelper-perl (12.10ubuntu1) ...
11:59:47 #11 28.67 Selecting previously unselected package libarchive-zip-perl.
11:59:47 #11 28.67 Preparing to unpack .../126-libarchive-zip-perl_1.67-2_all.deb ...
11:59:47 #11 28.67 Unpacking libarchive-zip-perl (1.67-2) ...
11:59:47 #11 28.71 Selecting previously unselected package libsub-override-perl.
11:59:47 #11 28.71 Preparing to unpack .../127-libsub-override-perl_0.09-2_all.deb ...
11:59:47 #11 28.72 Unpacking libsub-override-perl (0.09-2) ...
11:59:47 #11 28.75 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:47 #11 27.20 Preparing to unpack .../092-binutils_2.39-3ubuntu1.1_arm64.deb ...
11:59:47 #11 27.21 Unpacking binutils (2.39-3ubuntu1.1) ...
11:59:47 #11 27.24 Selecting previously unselected package libc-dev-bin.
11:59:47 #11 27.24 Preparing to unpack .../093-libc-dev-bin_2.36-0ubuntu4_arm64.deb ...
11:59:47 #11 27.25 Unpacking libc-dev-bin (2.36-0ubuntu4) ...
11:59:47 #11 27.28 Selecting previously unselected package linux-libc-dev:arm64.
11:59:47 #11 27.28 Preparing to unpack .../094-linux-libc-dev_5.19.0-29.30_arm64.deb ...
11:59:47 #11 27.28 Unpacking linux-libc-dev:arm64 (5.19.0-29.30) ...
11:59:47 #11 27.44 Selecting previously unselected package libcrypt-dev:arm64.
11:59:47 #11 27.44 Preparing to unpack .../095-libcrypt-dev_1%3a4.4.28-2_arm64.deb ...
11:59:47 #11 27.45 Unpacking libcrypt-dev:arm64 (1:4.4.28-2) ...
11:59:47 #10 16.38 Selecting previously unselected package libssl1.1:armhf.
11:59:47 #10 16.38 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u3_armhf.deb ...
11:59:47 #10 16.39 Unpacking libssl1.1:armhf (1.1.1n-0+deb10u3) ...
11:59:47 #10 16.58 Selecting previously unselected package libpython3.7-minimal:armhf.
11:59:47 #10 16.58 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
11:59:47 #10 16.58 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
11:59:47 #10 31.02 Preparing to unpack .../184-libgav1-1_0.18.0-1+b1_arm64.deb ...
11:59:47 #10 31.03 Unpacking libgav1-1:arm64 (0.18.0-1+b1) ...
11:59:47 #10 31.10 Selecting previously unselected package librav1e0:arm64.
11:59:47 #10 31.10 Preparing to unpack .../185-librav1e0_0.5.1-6_arm64.deb ...
11:59:47 #10 31.10 Unpacking librav1e0:arm64 (0.5.1-6) ...
11:59:47 #10 31.18 Selecting previously unselected package libsvtav1enc1:arm64.
11:59:47 #10 31.18 Preparing to unpack .../186-libsvtav1enc1_1.4.1+dfsg-1_arm64.deb ...
11:59:47 #10 31.18 Unpacking libsvtav1enc1:arm64 (1.4.1+dfsg-1) ...
11:59:47 #10 31.30 Selecting previously unselected package libjpeg62-turbo:arm64.
11:59:47 #11 30.11 Selecting previously unselected package libalgorithm-diff-perl.
11:59:47 #11 30.12 Preparing to unpack .../220-libalgorithm-diff-perl_1.201-1_all.deb ...
11:59:47 #11 30.12 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:59:47 #11 30.15 Selecting previously unselected package libalgorithm-diff-xs-perl:amd64.
11:59:47 #11 30.15 Preparing to unpack .../221-libalgorithm-diff-xs-perl_0.04-7_amd64.deb ...
11:59:47 #11 30.15 Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-7) ...
11:59:47 #11 30.18 Selecting previously unselected package libalgorithm-merge-perl.
11:59:47 #11 30.18 Preparing to unpack .../222-libalgorithm-merge-perl_0.08-4_all.deb ...
11:59:47 #11 30.18 Unpacking libalgorithm-merge-perl (0.08-4) ...
11:59:47 #11 30.21 Selecting previously unselected package libaliased-perl.
11:59:47 #11 30.21 Preparing to unpack .../223-libaliased-perl_0.34-2_all.deb ...
11:59:47 #11 30.21 Unpacking libaliased-perl (0.34-2) ...
11:59:47 #11 30.24 Selecting previously unselected package libapt-pkg-perl.
11:59:47 #11 30.24 Preparing to unpack .../224-libapt-pkg-perl_0.1.40build2_amd64.deb ...
11:59:47 #11 30.24 Unpacking libapt-pkg-perl (0.1.40build2) ...
11:59:47 #11 30.27 Selecting previously unselected package libarchive-cpio-perl.
11:59:47 #11 30.27 Preparing to unpack .../225-libarchive-cpio-perl_0.10-2_all.deb ...
11:59:47 #11 30.27 Unpacking libarchive-cpio-perl (0.10-2) ...
11:59:47 #11 30.30 Selecting previously unselected package libarray-intspan-perl.
11:59:47 #10 33.64 Preparing to unpack .../095-dirmngr_2.2.12-1+deb10u2_amd64.deb ...
11:59:47 #10 33.66 Unpacking dirmngr (2.2.12-1+deb10u2) ...
11:59:47 #10 33.73 Selecting previously unselected package gnupg-l10n.
11:59:47 #10 33.73 Preparing to unpack .../096-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
11:59:47 #10 33.73 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
11:59:47 #10 33.84 Selecting previously unselected package gnupg-utils.
11:59:47 #10 33.84 Preparing to unpack .../097-gnupg-utils_2.2.12-1+deb10u2_amd64.deb ...
11:59:47 #10 33.84 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
11:59:47 #10 33.93 Selecting previously unselected package gpg.
11:59:47 #10 2.449 Get:2 http://archive.raspbian.org/raspbian bookworm/rpi armhf Packages [1299 B]
11:59:47 #10 2.553 Get:3 http://archive.raspbian.org/raspbian bookworm/contrib armhf Packages [71.9 kB]
11:59:47 #10 31.17 Preparing to unpack .../112-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
11:59:47 #10 31.17 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
11:59:47 #10 31.20 Selecting previously unselected package libtimedate-perl.
11:59:47 #10 31.20 Preparing to unpack .../113-libtimedate-perl_2.3000-2_all.deb ...
11:59:47 #10 31.20 Unpacking libtimedate-perl (2.3000-2) ...
11:59:47 #10 31.23 Selecting previously unselected package dh-strip-nondeterminism.
11:59:47 #10 31.23 Preparing to unpack .../114-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
11:59:47 #10 31.24 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
11:59:47 #10 31.27 Selecting previously unselected package libcroco3:amd64.
11:59:47 #10 31.27 Preparing to unpack .../115-libcroco3_0.6.12-2_amd64.deb ...
11:59:47 #10 31.27 Unpacking libcroco3:amd64 (0.6.12-2) ...
11:59:47 #10 31.30 Selecting previously unselected package gettext.
11:59:47 #10 31.31 Preparing to unpack .../116-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ...
11:59:47 #10 31.31 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
11:59:47 #11 30.00 Preparing to unpack .../218-libconfig-tiny-perl_2.28-1_all.deb ...
11:59:47 #11 30.01 Unpacking libconfig-tiny-perl (2.28-1) ...
11:59:47 #11 30.03 Selecting previously unselected package libparams-util-perl.
11:59:47 #11 30.04 Preparing to unpack .../219-libparams-util-perl_1.102-1build3_amd64.deb ...
11:59:47 #11 30.04 Unpacking libparams-util-perl (1.102-1build3) ...
11:59:47 #11 30.07 Selecting previously unselected package libsub-install-perl.
11:59:47 #11 30.07 Preparing to unpack .../220-libsub-install-perl_0.928-1.1_all.deb ...
11:59:47 #11 30.08 Unpacking libsub-install-perl (0.928-1.1) ...
11:59:47 #11 30.11 Selecting previously unselected package libdata-optlist-perl.
11:59:47 #11 30.11 Preparing to unpack .../221-libdata-optlist-perl_0.112-1_all.deb ...
11:59:47 #11 30.11 Unpacking libdata-optlist-perl (0.112-1) ...
11:59:47 #11 30.14 Selecting previously unselected package libsub-exporter-perl.
11:59:47 #11 30.14 Preparing to unpack .../222-libsub-exporter-perl_0.988-1_all.deb ...
11:59:47 #11 30.14 Unpacking libsub-exporter-perl (0.988-1) ...
11:59:47 #11 30.17 Selecting previously unselected package libconst-fast-perl.
11:59:47 #11 30.17 Preparing to unpack .../223-libconst-fast-perl_0.014-1.1_all.deb ...
11:59:47 #11 30.18 Unpacking libconst-fast-perl (0.014-1.1) ...
11:59:47 #11 30.20 Selecting previously unselected package libwant-perl.
11:59:47 #11 30.21 Preparing to unpack .../224-libwant-perl_0.29-1build7_amd64.deb ...
11:59:47 #11 30.21 Unpacking libwant-perl (0.29-1build7) ...
11:59:47 #7 sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 116.78MB / 116.78MB 24.2s done
11:59:47 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b
11:59:47 #10 29.15 Preparing to unpack .../173-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:59:47 #10 29.15 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:59:47 #10 29.19 Selecting previously unselected package libvariable-magic-perl.
11:59:47 #10 29.19 Preparing to unpack .../174-libvariable-magic-perl_0.62-1+b3_arm64.deb ...
11:59:47 #10 29.19 Unpacking libvariable-magic-perl (0.62-1+b3) ...
11:59:47 #10 29.22 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:47 #10 29.23 Preparing to unpack .../175-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
11:59:47 #10 29.23 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
11:59:47 #10 29.27 Selecting previously unselected package libpng16-16:arm64.
11:59:47 #10 29.27 Preparing to unpack .../176-libpng16-16_1.6.37-3_arm64.deb ...
11:59:47 #10 29.27 Unpacking libpng16-16:arm64 (1.6.37-3) ...
11:59:47 #10 29.32 Selecting previously unselected package libfreetype6:arm64.
11:59:47 #10 29.33 Preparing to unpack .../177-libfreetype6_2.10.4+dfsg-1+deb11u1_arm64.deb ...
11:59:47 #10 29.33 Unpacking libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
11:59:47 #10 29.40 Selecting previously unselected package libfontconfig1:arm64.
11:59:47 #11 10.04 Get:35 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgdbm6 armhf 1.23-1 [30.0 kB]
11:59:47 #11 10.04 Get:36 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgdbm-compat4 armhf 1.23-1 [6070 B]
11:59:47 #11 10.04 Get:37 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libperl5.34 armhf 5.34.0-5ubuntu1.1 [3967 kB]
11:59:47 #10 9.385 Get:79 http://deb.debian.org/debian bookworm/main armhf cpp armhf 4:12.2.0-3 [6832 B]
11:59:47 #10 9.385 Get:80 http://deb.debian.org/debian bookworm/main armhf libcc1-0 armhf 12.2.0-14 [32.9 kB]
11:59:47 #10 9.385 Get:81 http://deb.debian.org/debian bookworm/main armhf libgomp1 armhf 12.2.0-14 [97.0 kB]
11:59:47 #10 9.480 Get:82 http://deb.debian.org/debian bookworm/main armhf libatomic1 armhf 12.2.0-14 [7016 B]
11:59:47 #10 9.480 Get:83 http://deb.debian.org/debian bookworm/main armhf libasan8 armhf 12.2.0-14 [2114 kB]
11:59:47 #10 9.491 Get:84 http://deb.debian.org/debian bookworm/main armhf libubsan1 armhf 12.2.0-14 [855 kB]
11:59:47 #10 28.52   Installing       : python-srpm-macros-3.9-52.el9.noarch               123/166 
11:59:47 #10 28.53   Installing       : redhat-rpm-config-197-1.el9.noarch                 124/166 
11:59:47 #10 28.54   Running scriptlet: libutempter-1.2.1-6.el9.x86_64                     125/166 
11:59:47 #10 28.59   Installing       : libutempter-1.2.1-6.el9.x86_64                     125/166 
11:59:47 #10 28.63   Installing       : libselinux-utils-3.5-0.rc1.1.el9.x86_64            126/166 
11:59:47 #10 28.67   Installing       : libpng-2:1.6.37-12.el9.x86_64                      127/166 
11:59:47 #10 28.69   Installing       : gdk-pixbuf2-2.42.6-3.el9.x86_64                    128/166 
11:59:47 #10 28.72   Installing       : libpkgconf-1.7.3-10.el9.x86_64                     129/166 
11:59:47 #21 6.666 + apt-get  install --no-install-recommends -y gcc-mingw-w64-x86-64
11:59:47 #13 0.965 CentOS Stream 9 - BaseOS                         22 kB/s | 7.1 kB     00:00    
11:59:47 #11 21.52 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
11:59:47 #11 21.52 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:59:47 #11 21.59 Selecting previously unselected package ucf.
11:59:47 #11 21.59 Preparing to unpack .../022-ucf_3.0043_all.deb ...
11:59:47 #11 21.59 Moving old data out of the way
11:59:47 #11 21.59 Unpacking ucf (3.0043) ...
11:59:47 #11 21.63 Selecting previously unselected package bsdextrautils.
11:59:47 #11 21.63 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_arm64.deb ...
11:59:47 #11 21.64 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
11:59:47 #11 21.67 Selecting previously unselected package libmagic-mgc.
11:59:47 #11 21.67 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_arm64.deb ...
11:59:47 #11 21.68 Unpacking libmagic-mgc (1:5.41-3) ...
11:59:47 #11 21.74 Selecting previously unselected package libmagic1:arm64.
11:59:47 #10 30.83 Preparing to unpack .../169-libclass-accessor-perl_0.51-1_all.deb ...
11:59:47 #10 30.84 Unpacking libclass-accessor-perl (0.51-1) ...
11:59:47 #10 30.87 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:47 #10 30.87 Preparing to unpack .../170-libclass-method-modifiers-perl_2.12-1_all.deb ...
11:59:47 #10 30.87 Unpacking libclass-method-modifiers-perl (2.12-1) ...
11:59:47 #10 30.91 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:47 #10 30.91 Preparing to unpack .../171-libclass-xsaccessor-perl_1.19-2build8_arm64.deb ...
11:59:47 #10 30.91 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
11:59:47 #10 30.94 Selecting previously unselected package libclone-perl.
11:59:47 #10 30.94 Preparing to unpack .../172-libclone-perl_0.39-1_arm64.deb ...
11:59:47 #10 30.95 Unpacking libclone-perl (0.39-1) ...
11:59:47 #10 30.98 Selecting previously unselected package libdata-dump-perl.
11:59:47 #10 30.98 Preparing to unpack .../173-libdata-dump-perl_1.23-1_all.deb ...
11:59:47 #10 30.98 Unpacking libdata-dump-perl (1.23-1) ...
11:59:47 #10 31.01 Selecting previously unselected package libparams-util-perl.
11:59:47 #10 31.01 Preparing to unpack .../174-libparams-util-perl_1.07-3build3_arm64.deb ...
11:59:47 #10 31.02 Unpacking libparams-util-perl (1.07-3build3) ...
11:59:47 #10 31.04 Selecting previously unselected package libsub-install-perl.
11:59:47 #10 29.67 Preparing to unpack .../067-dpkg-dev_1.21.19_all.deb ...
11:59:47 #10 29.67 Unpacking dpkg-dev (1.21.19) ...
11:59:47 #10 29.80 Selecting previously unselected package build-essential.
11:59:47 #10 29.80 Preparing to unpack .../068-build-essential_12.9_amd64.deb ...
11:59:47 #10 29.81 Unpacking build-essential (12.9) ...
11:59:47 #10 29.84 Selecting previously unselected package libbrotli1:amd64.
11:59:47 #10 29.84 Preparing to unpack .../069-libbrotli1_1.0.9-2+b6_amd64.deb ...
11:59:47 #10 29.84 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
11:59:47 #10 29.89 Selecting previously unselected package libsasl2-modules-db:amd64.
11:59:47 #10 29.89 Preparing to unpack .../070-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
11:59:47 #10 29.90 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
11:59:47 #10 29.93 Selecting previously unselected package libsasl2-2:amd64.
11:59:47 #11 28.75 Preparing to unpack .../128-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
11:59:47 #11 28.76 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
11:59:47 #11 28.78 Selecting previously unselected package dh-strip-nondeterminism.
11:59:47 #11 28.79 Preparing to unpack .../129-dh-strip-nondeterminism_1.7.0-1_all.deb ...
11:59:47 #11 28.79 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
11:59:47 #11 28.82 Selecting previously unselected package dwz.
11:59:47 #11 28.82 Preparing to unpack .../130-dwz_0.13-5_arm64.deb ...
11:59:47 #11 28.85 Unpacking dwz (0.13-5) ...
11:59:47 #11 28.90 Selecting previously unselected package libcroco3:arm64.
11:59:47 #11 28.91 Preparing to unpack .../131-libcroco3_0.6.13-1_arm64.deb ...
11:59:47 #11 28.91 Unpacking libcroco3:arm64 (0.6.13-1) ...
11:59:47 #11 28.95 Selecting previously unselected package gettext.
11:59:47 #11 28.95 Preparing to unpack .../132-gettext_0.19.8.1-10build1_arm64.deb ...
11:59:47 #11 28.96 Unpacking gettext (0.19.8.1-10build1) ...
11:59:47 #11 27.49 Selecting previously unselected package rpcsvc-proto.
11:59:47 #11 27.49 Preparing to unpack .../096-rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb ...
11:59:47 #11 27.49 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
11:59:47 #11 27.53 Selecting previously unselected package libtirpc-dev:arm64.
11:59:47 #11 27.53 Preparing to unpack .../097-libtirpc-dev_1.3.3+ds-1_arm64.deb ...
11:59:47 #11 27.53 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ...
11:59:47 #11 27.57 Selecting previously unselected package libnsl-dev:arm64.
11:59:47 #11 27.57 Preparing to unpack .../098-libnsl-dev_1.3.0-2build2_arm64.deb ...
11:59:47 #11 27.58 Unpacking libnsl-dev:arm64 (1.3.0-2build2) ...
11:59:47 #11 27.61 Selecting previously unselected package libc6-dev:arm64.
11:59:47 #11 27.61 Preparing to unpack .../099-libc6-dev_2.36-0ubuntu4_arm64.deb ...
11:59:47 #11 27.62 Unpacking libc6-dev:arm64 (2.36-0ubuntu4) ...
11:59:47 #8 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 7.4s done
11:59:47 #8 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8
11:59:47 #10 16.75 Selecting previously unselected package libexpat1:armhf.
11:59:47 #10 16.75 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_armhf.deb ...
11:59:47 #10 16.75 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ...
11:59:47 #10 16.82 Selecting previously unselected package python3.7-minimal.
11:59:47 #10 16.82 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
11:59:47 #10 16.83 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
11:59:47 #11 30.30 Preparing to unpack .../226-libarray-intspan-perl_2.004-2_all.deb ...
11:59:47 #11 30.30 Unpacking libarray-intspan-perl (2.004-2) ...
11:59:47 #11 30.33 Selecting previously unselected package libmodule-implementation-perl.
11:59:47 #11 30.33 Preparing to unpack .../227-libmodule-implementation-perl_0.09-2_all.deb ...
11:59:47 #11 30.33 Unpacking libmodule-implementation-perl (0.09-2) ...
11:59:47 #11 30.36 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:47 #11 30.36 Preparing to unpack .../228-libsub-exporter-progressive-perl_0.001013-2_all.deb ...
11:59:47 #11 30.36 Unpacking libsub-exporter-progressive-perl (0.001013-2) ...
11:59:47 #11 30.39 Selecting previously unselected package libvariable-magic-perl.
11:59:47 #11 30.39 Preparing to unpack .../229-libvariable-magic-perl_0.62-2_amd64.deb ...
11:59:47 #11 30.39 Unpacking libvariable-magic-perl (0.62-2) ...
11:59:47 #11 30.42 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:47 #11 30.42 Preparing to unpack .../230-libb-hooks-endofscope-perl_0.26-1_all.deb ...
11:59:47 #11 30.42 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
11:59:47 #11 30.45 Selecting previously unselected package libberkeleydb-perl:amd64.
11:59:47 #11 30.45 Preparing to unpack .../231-libberkeleydb-perl_0.64-1build3_amd64.deb ...
11:59:47 #11 30.45 Unpacking libberkeleydb-perl:amd64 (0.64-1build3) ...
11:59:47 #11 30.51 Selecting previously unselected package libfreetype6:amd64.
11:59:47 #11 30.51 Preparing to unpack .../232-libfreetype6_2.12.1+dfsg-3_amd64.deb ...
11:59:47 #11 30.52 Unpacking libfreetype6:amd64 (2.12.1+dfsg-3) ...
11:59:47 #11 30.56 Selecting previously unselected package libfontconfig1:amd64.
11:59:47 #10 33.93 Preparing to unpack .../098-gpg_2.2.12-1+deb10u2_amd64.deb ...
11:59:47 #10 33.94 Unpacking gpg (2.2.12-1+deb10u2) ...
11:59:47 #10 34.05 Selecting previously unselected package pinentry-curses.
11:59:47 #10 34.05 Preparing to unpack .../099-pinentry-curses_1.1.0-2_amd64.deb ...
11:59:47 #10 34.06 Unpacking pinentry-curses (1.1.0-2) ...
11:59:47 #10 34.10 Selecting previously unselected package gpg-agent.
11:59:47 #10 34.10 Preparing to unpack .../100-gpg-agent_2.2.12-1+deb10u2_amd64.deb ...
11:59:47 #10 34.10 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
11:59:47 #10 34.16 Selecting previously unselected package gpg-wks-client.
11:59:47 #10 2.722 Get:4 http://archive.raspbian.org/raspbian bookworm/firmware armhf Packages [1201 B]
11:59:47 #10 2.722 Get:5 http://archive.raspbian.org/raspbian bookworm/non-free armhf Packages [147 kB]
11:59:47 #10 2.888 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf Packages [19.9 MB]
11:59:47 #10 31.30 Preparing to unpack .../187-libjpeg62-turbo_1%3a2.1.2-1+b1_arm64.deb ...
11:59:47 #10 31.30 Unpacking libjpeg62-turbo:arm64 (1:2.1.2-1+b1) ...
11:59:47 #10 31.35 Selecting previously unselected package libyuv0:arm64.
11:59:47 #10 31.35 Preparing to unpack .../188-libyuv0_0.0~git20230104.6e4b0ac-1_arm64.deb ...
11:59:47 #10 31.37 Unpacking libyuv0:arm64 (0.0~git20230104.6e4b0ac-1) ...
11:59:47 #10 31.43 Selecting previously unselected package libavif15:arm64.
11:59:47 #10 31.43 Preparing to unpack .../189-libavif15_0.11.1-1_arm64.deb ...
11:59:47 #10 31.43 Unpacking libavif15:arm64 (0.11.1-1) ...
11:59:47 #10 31.48 Selecting previously unselected package libmodule-implementation-perl.
11:59:47 #10 31.49 Preparing to unpack .../190-libmodule-implementation-perl_0.09-2_all.deb ...
11:59:47 #10 31.49 Unpacking libmodule-implementation-perl (0.09-2) ...
11:59:47 #10 31.57 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:47 #10 31.45 Selecting previously unselected package intltool-debian.
11:59:47 #10 31.45 Preparing to unpack .../117-intltool-debian_0.35.0+20060710.4_all.deb ...
11:59:47 #10 31.45 Unpacking intltool-debian (0.35.0+20060710.4) ...
11:59:47 #10 31.48 Selecting previously unselected package po-debconf.
11:59:47 #10 31.48 Preparing to unpack .../118-po-debconf_1.0.20_all.deb ...
11:59:47 #10 31.48 Unpacking po-debconf (1.0.20) ...
11:59:47 #10 31.53 Selecting previously unselected package debhelper.
11:59:47 #10 31.53 Preparing to unpack .../119-debhelper_11.1.6ubuntu2_all.deb ...
11:59:47 #10 31.54 Unpacking debhelper (11.1.6ubuntu2) ...
11:59:47 #10 31.64 Selecting previously unselected package libfile-which-perl.
11:59:47 #10 21.49 Selecting previously unselected package libgdbm-compat4:armhf.
11:59:47 #10 21.49 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_armhf.deb ...
11:59:47 #11 30.27 Selecting previously unselected package libcontextual-return-perl.
11:59:47 #11 30.27 Preparing to unpack .../225-libcontextual-return-perl_0.004014-2_all.deb ...
11:59:47 #11 30.28 Unpacking libcontextual-return-perl (0.004014-2) ...
11:59:47 #11 30.35 Selecting previously unselected package libcpanel-json-xs-perl:amd64.
11:59:47 #11 30.35 Preparing to unpack .../226-libcpanel-json-xs-perl_4.27-1build1_amd64.deb ...
11:59:47 #11 30.36 Unpacking libcpanel-json-xs-perl:amd64 (4.27-1build1) ...
11:59:47 #11 30.42 Selecting previously unselected package libdevel-stacktrace-perl.
11:59:47 #11 30.42 Preparing to unpack .../227-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:59:47 #11 30.43 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:59:47 #11 30.48 Selecting previously unselected package libexception-class-perl.
11:59:47 #10 30.97 Selecting previously unselected package libgc1c2:arm64.
11:59:47 #10 30.98 Preparing to unpack .../165-libgc1c2_1%3a7.6.4-0.4_arm64.deb ...
11:59:47 #10 30.98 Unpacking libgc1c2:arm64 (1:7.6.4-0.4) ...
11:59:47 #10 31.03 Selecting previously unselected package libltdl7:arm64.
11:59:47 #10 31.04 Preparing to unpack .../166-libltdl7_2.4.6-9_arm64.deb ...
11:59:47 #10 31.04 Unpacking libltdl7:arm64 (2.4.6-9) ...
11:59:47 #10 31.10 Selecting previously unselected package guile-2.2-libs:arm64.
11:59:47 #10 31.10 Preparing to unpack .../167-guile-2.2-libs_2.2.4+1-2+deb10u1_arm64.deb ...
11:59:47 #10 31.12 Unpacking guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
11:59:47 #10 29.53 Selecting previously unselected package g++.
11:59:47 #10 29.53 Preparing to unpack .../057-g++_4%3a10.2.1-1_amd64.deb ...
11:59:47 #10 29.54 Unpacking g++ (4:10.2.1-1) ...
11:59:47 #10 29.57 Selecting previously unselected package make.
11:59:47 #10 29.57 Preparing to unpack .../058-make_4.3-4.1_amd64.deb ...
11:59:47 #10 29.57 Unpacking make (4.3-4.1) ...
11:59:47 #10 29.64 Selecting previously unselected package libdpkg-perl.
11:59:47 #10 29.65 Preparing to unpack .../059-libdpkg-perl_1.20.12_all.deb ...
11:59:47 #10 29.65 Unpacking libdpkg-perl (1.20.12) ...
11:59:47 #10 29.72 Selecting previously unselected package patch.
11:59:47 #10 29.73 Preparing to unpack .../060-patch_2.7.6-7_amd64.deb ...
11:59:47 #10 29.73 Unpacking patch (2.7.6-7) ...
11:59:47 #10 29.77 Selecting previously unselected package dpkg-dev.
11:59:47 #10 29.40 Preparing to unpack .../178-libfontconfig1_2.13.1-4.2_arm64.deb ...
11:59:47 #10 29.40 Unpacking libfontconfig1:arm64 (2.13.1-4.2) ...
11:59:47 #10 29.45 Selecting previously unselected package libjpeg62-turbo:arm64.
11:59:47 #10 29.45 Preparing to unpack .../179-libjpeg62-turbo_1%3a2.0.6-4_arm64.deb ...
11:59:47 #10 29.46 Unpacking libjpeg62-turbo:arm64 (1:2.0.6-4) ...
11:59:47 #10 29.50 Selecting previously unselected package libdeflate0:arm64.
11:59:47 #10 29.51 Preparing to unpack .../180-libdeflate0_1.7-1_arm64.deb ...
11:59:47 #10 29.51 Unpacking libdeflate0:arm64 (1.7-1) ...
11:59:47 #10 29.55 Selecting previously unselected package libjbig0:arm64.
11:59:47 #10 29.55 Preparing to unpack .../181-libjbig0_2.1-3.1+b2_arm64.deb ...
11:59:47 #10 29.55 Unpacking libjbig0:arm64 (2.1-3.1+b2) ...
11:59:47 #10 29.59 Selecting previously unselected package libwebp6:arm64.
11:59:47 #10 29.59 Preparing to unpack .../182-libwebp6_0.6.1-2.1_arm64.deb ...
11:59:47 #10 29.60 Unpacking libwebp6:arm64 (0.6.1-2.1) ...
11:59:47 #10 29.65 Selecting previously unselected package libtiff5:arm64.
11:59:47 #11 10.23 Get:38 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf perl armhf 5.34.0-5ubuntu1.1 [231 kB]
11:59:47 #11 10.24 Get:39 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf openssl armhf 3.0.5-2ubuntu2 [1148 kB]
11:59:47 #11 10.30 Get:40 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
11:59:47 #11 10.30 Get:41 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libdbus-1-3 armhf 1.14.0-2ubuntu3 [182 kB]
11:59:47 #11 10.31 Get:42 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-bin armhf 1.14.0-2ubuntu3 [37.6 kB]
11:59:47 #11 10.31 Get:43 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
11:59:47 #11 10.32 Get:44 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-daemon armhf 1.14.0-2ubuntu3 [109 kB]
11:59:47 #11 10.32 Get:45 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
11:59:47 #11 10.33 Get:46 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus armhf 1.14.0-2ubuntu3 [28.0 kB]
11:59:47 #11 10.33 Get:47 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf distro-info-data all 0.54ubuntu0.1 [5242 B]
11:59:47 #11 10.39 Get:48 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dmsetup armhf 2:1.02.185-1ubuntu1 [81.2 kB]
11:59:47 #11 10.39 Get:49 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-0 armhf 2.74.3-0ubuntu1 [1342 kB]
11:59:47 #11 10.44 Get:50 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgirepository-1.0-1 armhf 1.74.0-2 [91.8 kB]
11:59:47 #11 31.49 Selecting previously unselected package g++.
11:59:47 #10 9.527 Get:85 http://deb.debian.org/debian bookworm/main armhf libgcc-12-dev armhf 12.2.0-14 [742 kB]
11:59:47 #10 9.527 Get:86 http://deb.debian.org/debian bookworm/main armhf gcc-12 armhf 12.2.0-14 [14.2 MB]
11:59:47 #10 9.757 Get:87 http://deb.debian.org/debian bookworm/main armhf gcc armhf 4:12.2.0-3 [5224 B]
11:59:47 #10 28.76   Installing       : pkgconf-1.7.3-10.el9.x86_64                        130/166 
11:59:47 #10 28.77   Installing       : pkgconf-pkg-config-1.7.3-10.el9.x86_64             131/166 
11:59:47 #10 28.77   Installing       : libpipeline-1.5.3-4.el9.x86_64                     132/166 
11:59:47 #10 28.80   Running scriptlet: man-db-2.9.3-7.el9.x86_64                          133/166 
11:59:47 #10 28.83   Installing       : man-db-2.9.3-7.el9.x86_64                          133/166 
11:59:47 #10 28.87   Running scriptlet: man-db-2.9.3-7.el9.x86_64                          133/166 
11:59:47 #10 28.89   Installing       : environment-modules-5.0.1-2.el9.x86_64             134/166 
11:59:47 #10 28.93   Running scriptlet: environment-modules-5.0.1-2.el9.x86_64             134/166 
11:59:47 #11 21.75 Preparing to unpack .../025-libmagic1_1%3a5.41-3_arm64.deb ...
11:59:47 #11 21.75 Unpacking libmagic1:arm64 (1:5.41-3) ...
11:59:47 #11 21.78 Selecting previously unselected package file.
11:59:47 #11 21.79 Preparing to unpack .../026-file_1%3a5.41-3_arm64.deb ...
11:59:47 #11 21.79 Unpacking file (1:5.41-3) ...
11:59:47 #11 21.83 Selecting previously unselected package gettext-base.
11:59:47 #11 21.83 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_arm64.deb ...
11:59:47 #11 21.83 Unpacking gettext-base (0.21-4ubuntu4) ...
11:59:47 #11 21.88 Selecting previously unselected package libuchardet0:arm64.
11:59:47 #11 21.88 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_arm64.deb ...
11:59:47 #11 21.88 Unpacking libuchardet0:arm64 (0.0.7-1build2) ...
11:59:47 #11 21.92 Selecting previously unselected package groff-base.
11:59:47 #11 21.92 Preparing to unpack .../029-groff-base_1.22.4-8build1_arm64.deb ...
11:59:47 #11 21.92 Unpacking groff-base (1.22.4-8build1) ...
11:59:47 #11 21.99 Selecting previously unselected package libcbor0.8:arm64.
11:59:47 #11 21.99 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ...
11:59:47 #11 22.00 Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
11:59:47 #11 22.04 Selecting previously unselected package libedit2:arm64.
11:59:47 #11 22.04 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_arm64.deb ...
11:59:47 #11 22.04 Unpacking libedit2:arm64 (3.1-20210910-1build1) ...
11:59:47 #11 22.09 Selecting previously unselected package libfido2-1:arm64.
11:59:47 #11 22.09 Preparing to unpack .../032-libfido2-1_1.10.0-1_arm64.deb ...
11:59:47 #11 22.09 Unpacking libfido2-1:arm64 (1.10.0-1) ...
11:59:47 #10 31.05 Preparing to unpack .../175-libsub-install-perl_0.928-1_all.deb ...
11:59:47 #10 31.05 Unpacking libsub-install-perl (0.928-1) ...
11:59:47 #10 31.08 Selecting previously unselected package libdata-optlist-perl.
11:59:47 #10 31.08 Preparing to unpack .../176-libdata-optlist-perl_0.110-1_all.deb ...
11:59:47 #10 31.09 Unpacking libdata-optlist-perl (0.110-1) ...
11:59:47 #10 31.12 Selecting previously unselected package libdevel-globaldestruction-perl.
11:59:47 #10 31.12 Preparing to unpack .../177-libdevel-globaldestruction-perl_0.14-1_all.deb ...
11:59:47 #10 31.13 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
11:59:47 #10 31.16 Selecting previously unselected package libdigest-hmac-perl.
11:59:47 #10 31.16 Preparing to unpack .../178-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
11:59:47 #10 31.16 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
11:59:47 #10 31.19 Selecting previously unselected package libdistro-info-perl.
11:59:47 #10 31.19 Preparing to unpack .../179-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
11:59:47 #10 31.19 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
11:59:47 #10 31.23 Selecting previously unselected package perl-openssl-defaults:arm64.
11:59:47 #10 31.23 Preparing to unpack .../180-perl-openssl-defaults_3build1_arm64.deb ...
11:59:47 #10 31.23 Unpacking perl-openssl-defaults:arm64 (3build1) ...
11:59:47 #10 31.26 Selecting previously unselected package libnet-ssleay-perl.
11:59:47 #10 29.93 Preparing to unpack .../071-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
11:59:47 #10 29.94 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
11:59:47 #10 29.97 Selecting previously unselected package libldap-2.5-0:amd64.
11:59:47 #10 29.98 Preparing to unpack .../072-libldap-2.5-0_2.5.13+dfsg-3_amd64.deb ...
11:59:47 #10 29.98 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-3) ...
11:59:47 #10 30.04 Selecting previously unselected package libnghttp2-14:amd64.
11:59:47 #10 30.04 Preparing to unpack .../073-libnghttp2-14_1.51.0-1_amd64.deb ...
11:59:47 #10 30.04 Unpacking libnghttp2-14:amd64 (1.51.0-1) ...
11:59:47 #10 30.08 Selecting previously unselected package libpsl5:amd64.
11:59:47 #10 30.08 Preparing to unpack .../074-libpsl5_0.21.0-1.2_amd64.deb ...
11:59:47 #10 30.08 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
11:59:47 #10 30.12 Selecting previously unselected package librtmp1:amd64.
11:59:47 #10 30.12 Preparing to unpack .../075-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
11:59:47 #10 30.12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:59:47 #10 30.16 Selecting previously unselected package libssh2-1:amd64.
11:59:47 #11 29.08 Selecting previously unselected package intltool-debian.
11:59:47 #11 29.08 Preparing to unpack .../133-intltool-debian_0.35.0+20060710.5_all.deb ...
11:59:47 #11 29.08 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:59:47 #11 29.12 Selecting previously unselected package po-debconf.
11:59:47 #11 29.12 Preparing to unpack .../134-po-debconf_1.0.21_all.deb ...
11:59:47 #11 29.13 Unpacking po-debconf (1.0.21) ...
11:59:47 #11 29.17 Selecting previously unselected package debhelper.
11:59:47 #11 29.18 Preparing to unpack .../135-debhelper_12.10ubuntu1_all.deb ...
11:59:47 #11 29.18 Unpacking debhelper (12.10ubuntu1) ...
11:59:47 #11 29.28 Selecting previously unselected package libfakeroot:arm64.
11:59:47 #11 27.75 Selecting previously unselected package libisl23:arm64.
11:59:47 #11 27.75 Preparing to unpack .../100-libisl23_0.25-1_arm64.deb ...
11:59:47 #11 27.75 Unpacking libisl23:arm64 (0.25-1) ...
11:59:47 #11 27.80 Selecting previously unselected package libmpfr6:arm64.
11:59:47 #11 27.80 Preparing to unpack .../101-libmpfr6_4.1.0-3build3_arm64.deb ...
11:59:47 #11 27.81 Unpacking libmpfr6:arm64 (4.1.0-3build3) ...
11:59:47 #11 27.85 Selecting previously unselected package libmpc3:arm64.
11:59:47 #11 27.85 Preparing to unpack .../102-libmpc3_1.2.1-2build1_arm64.deb ...
11:59:47 #11 27.85 Unpacking libmpc3:arm64 (1.2.1-2build1) ...
11:59:47 #11 27.88 Selecting previously unselected package cpp-12.
11:59:47 #11 27.88 Preparing to unpack .../103-cpp-12_12.2.0-3ubuntu1_arm64.deb ...
11:59:47 #11 27.89 Unpacking cpp-12 (12.2.0-3ubuntu1) ...
11:59:47 #10 17.06 Setting up libssl1.1:armhf (1.1.1n-0+deb10u3) ...
11:59:47 #10 34.16 Preparing to unpack .../101-gpg-wks-client_2.2.12-1+deb10u2_amd64.deb ...
11:59:47 #10 34.17 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
11:59:47 #10 34.21 Selecting previously unselected package gpg-wks-server.
11:59:47 #10 34.21 Preparing to unpack .../102-gpg-wks-server_2.2.12-1+deb10u2_amd64.deb ...
11:59:47 #10 34.22 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
11:59:47 #10 34.26 Selecting previously unselected package gpgsm.
11:59:47 #10 34.26 Preparing to unpack .../103-gpgsm_2.2.12-1+deb10u2_amd64.deb ...
11:59:47 #10 34.27 Unpacking gpgsm (2.2.12-1+deb10u2) ...
11:59:47 #10 34.32 Selecting previously unselected package gnupg.
11:59:47 #10 34.32 Preparing to unpack .../104-gnupg_2.2.12-1+deb10u2_all.deb ...
11:59:47 #10 34.32 Unpacking gnupg (2.2.12-1+deb10u2) ...
11:59:47 #10 34.39 Selecting previously unselected package libfile-which-perl.
11:59:47 #11 30.56 Preparing to unpack .../233-libfontconfig1_2.13.1-4.4ubuntu1_amd64.deb ...
11:59:47 #11 30.56 Unpacking libfontconfig1:amd64 (2.13.1-4.4ubuntu1) ...
11:59:47 #11 30.60 Selecting previously unselected package libjpeg-turbo8:amd64.
11:59:47 #11 30.60 Preparing to unpack .../234-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
11:59:47 #11 30.60 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
11:59:47 #11 30.65 Selecting previously unselected package libjpeg8:amd64.
11:59:47 #11 30.65 Preparing to unpack .../235-libjpeg8_8c-2ubuntu10_amd64.deb ...
11:59:47 #11 30.65 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
11:59:47 #11 30.69 Selecting previously unselected package libdeflate0:amd64.
11:59:47 #11 30.69 Preparing to unpack .../236-libdeflate0_1.12-1_amd64.deb ...
11:59:47 #11 30.69 Unpacking libdeflate0:amd64 (1.12-1) ...
11:59:47 #11 30.75 Selecting previously unselected package libjbig0:amd64.
11:59:47 #11 30.75 Preparing to unpack .../237-libjbig0_2.1-3.1ubuntu0.22.10.1_amd64.deb ...
11:59:47 #11 30.76 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.22.10.1) ...
11:59:47 #11 30.79 Selecting previously unselected package liblerc3:amd64.
11:59:47 #10 31.64 Preparing to unpack .../120-libfile-which-perl_1.21-1_all.deb ...
11:59:47 #10 31.65 Unpacking libfile-which-perl (1.21-1) ...
11:59:47 #10 31.67 Selecting previously unselected package libfile-homedir-perl.
11:59:47 #10 31.67 Preparing to unpack .../121-libfile-homedir-perl_1.002-1_all.deb ...
11:59:47 #10 31.68 Unpacking libfile-homedir-perl (1.002-1) ...
11:59:47 #10 31.72 Selecting previously unselected package devscripts.
11:59:47 #10 31.72 Preparing to unpack .../122-devscripts_2.17.12ubuntu1.1_amd64.deb ...
11:59:47 #10 31.74 Unpacking devscripts (2.17.12ubuntu1.1) ...
11:59:47 #10 31.84 Selecting previously unselected package diffstat.
11:59:47 #10 31.85 Preparing to unpack .../123-diffstat_1.61-1build1_amd64.deb ...
11:59:47 #10 31.85 Unpacking diffstat (1.61-1build1) ...
11:59:47 #10 31.88 Selecting previously unselected package libassuan0:amd64.
11:59:47 #10 31.88 Preparing to unpack .../124-libassuan0_2.5.1-2_amd64.deb ...
11:59:47 #10 31.89 Unpacking libassuan0:amd64 (2.5.1-2) ...
11:59:47 #10 31.92 Selecting previously unselected package gpgconf.
11:59:47 #10 21.50 Unpacking libgdbm-compat4:armhf (1.14.1-6) ...
11:59:47 #10 21.55 Selecting previously unselected package libperl5.26:armhf.
11:59:47 #10 21.55 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.6_armhf.deb ...
11:59:47 #10 21.56 Unpacking libperl5.26:armhf (5.26.1-6ubuntu0.6) ...
11:59:47 #10 31.58 Preparing to unpack .../191-libsub-exporter-progressive-perl_0.001013-3_all.deb ...
11:59:47 #10 31.59 Unpacking libsub-exporter-progressive-perl (0.001013-3) ...
11:59:47 #10 31.63 Selecting previously unselected package libvariable-magic-perl.
11:59:47 #10 31.63 Preparing to unpack .../192-libvariable-magic-perl_0.63-1+b1_arm64.deb ...
11:59:47 #10 31.63 Unpacking libvariable-magic-perl (0.63-1+b1) ...
11:59:47 #10 31.68 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:47 #10 31.68 Preparing to unpack .../193-libb-hooks-endofscope-perl_0.26-1_all.deb ...
11:59:47 #10 31.69 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
11:59:47 #10 31.72 Selecting previously unselected package libberkeleydb-perl:arm64.
11:59:47 #10 31.72 Preparing to unpack .../194-libberkeleydb-perl_0.64-2+b1_arm64.deb ...
11:59:47 #10 31.73 Unpacking libberkeleydb-perl:arm64 (0.64-2+b1) ...
11:59:47 #10 31.77 Selecting previously unselected package libpng16-16:arm64.
11:59:47 #10 31.77 Preparing to unpack .../195-libpng16-16_1.6.39-2_arm64.deb ...
11:59:47 #10 31.78 Unpacking libpng16-16:arm64 (1.6.39-2) ...
11:59:47 #10 31.83 Selecting previously unselected package libfreetype6:arm64.
11:59:47 #11 30.49 Preparing to unpack .../228-libexception-class-perl_1.45-1_all.deb ...
11:59:47 #11 30.49 Unpacking libexception-class-perl (1.45-1) ...
11:59:47 #11 30.51 Selecting previously unselected package libiterator-perl.
11:59:47 #11 30.52 Preparing to unpack .../229-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:59:47 #11 30.52 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:59:47 #11 30.55 Selecting previously unselected package libiterator-util-perl.
11:59:47 #11 30.55 Preparing to unpack .../230-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
11:59:47 #11 30.56 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
11:59:47 #11 30.58 Selecting previously unselected package libexporter-tiny-perl.
11:59:47 #11 30.58 Preparing to unpack .../231-libexporter-tiny-perl_1.002002-1_all.deb ...
11:59:47 #11 30.59 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:59:47 #11 30.62 Selecting previously unselected package liblist-moreutils-xs-perl.
11:59:47 #11 30.62 Preparing to unpack .../232-liblist-moreutils-xs-perl_0.430-2build2_amd64.deb ...
11:59:47 #11 30.62 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
11:59:47 #11 30.65 Selecting previously unselected package liblist-moreutils-perl.
11:59:47 #11 30.65 Preparing to unpack .../233-liblist-moreutils-perl_0.430-2_all.deb ...
11:59:47 #11 30.66 Unpacking liblist-moreutils-perl (0.430-2) ...
11:59:47 #11 30.69 Selecting previously unselected package libdata-dpath-perl.
11:59:47 #10 29.77 Preparing to unpack .../061-dpkg-dev_1.20.12_all.deb ...
11:59:47 #10 29.78 Unpacking dpkg-dev (1.20.12) ...
11:59:47 #10 29.92 Selecting previously unselected package build-essential.
11:59:47 #10 29.65 Preparing to unpack .../183-libtiff5_4.2.0-1+deb11u3_arm64.deb ...
11:59:47 #10 29.66 Unpacking libtiff5:arm64 (4.2.0-1+deb11u3) ...
11:59:47 #10 29.71 Selecting previously unselected package libxau6:arm64.
11:59:47 #10 29.71 Preparing to unpack .../184-libxau6_1%3a1.0.9-1_arm64.deb ...
11:59:47 #10 29.71 Unpacking libxau6:arm64 (1:1.0.9-1) ...
11:59:47 #10 29.75 Selecting previously unselected package libxdmcp6:arm64.
11:59:47 #10 29.76 Preparing to unpack .../185-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
11:59:47 #10 29.76 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
11:59:47 #10 29.81 Selecting previously unselected package libxcb1:arm64.
11:59:47 #10 29.81 Preparing to unpack .../186-libxcb1_1.14-3_arm64.deb ...
11:59:47 #10 29.82 Unpacking libxcb1:arm64 (1.14-3) ...
11:59:47 #10 29.85 Selecting previously unselected package libx11-data.
11:59:47 #10 29.85 Preparing to unpack .../187-libx11-data_2%3a1.7.2-1_all.deb ...
11:59:47 #10 29.86 Unpacking libx11-data (2:1.7.2-1) ...
11:59:47 #11 10.46 Get:51 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gir1.2-glib-2.0 armhf 1.74.0-2 [178 kB]
11:59:47 #11 10.47 Get:52 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf iso-codes all 4.11.0-1 [3352 kB]
11:59:47 #11 10.66 Get:53 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf krb5-locales all 1.20-1ubuntu0.1 [11.6 kB]
11:59:47 #11 10.66 Get:54 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf less armhf 590-1build1 [134 kB]
11:59:47 #11 10.66 Get:55 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmd0 armhf 1.0.4-2 [22.2 kB]
11:59:47 #11 10.66 Get:56 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libbsd0 armhf 0.11.6-1 [39.8 kB]
11:59:47 #11 10.66 Get:57 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libelf1 armhf 0.187-4 [43.8 kB]
11:59:47 #11 10.66 Get:58 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
11:59:47 #11 10.66 Get:59 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libicu71 armhf 71.1-3ubuntu1 [10.3 MB]
11:59:47 #11 31.50 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
11:59:47 #11 31.50 Unpacking g++ (4:9.3.0-1ubuntu2) ...
11:59:47 #11 31.53 Selecting previously unselected package make.
11:59:47 #11 31.53 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ...
11:59:47 #11 31.53 Unpacking make (4.2.1-1.2) ...
11:59:47 #11 31.57 Selecting previously unselected package libdpkg-perl.
11:59:47 #11 31.57 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
11:59:47 #11 31.58 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
11:59:47 #11 31.63 Selecting previously unselected package patch.
11:59:47 #11 31.63 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ...
11:59:47 #11 31.63 Unpacking patch (2.7.6-6) ...
11:59:47 #11 31.67 Selecting previously unselected package dpkg-dev.
11:59:47 #11 31.68 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
11:59:47 #11 31.68 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
11:59:47 #11 31.76 Selecting previously unselected package build-essential.
11:59:47 #10 9.769 Get:88 http://deb.debian.org/debian bookworm/main armhf libstdc++-12-dev armhf 12.2.0-14 [2085 kB]
11:59:47 #10 9.788 Get:89 http://deb.debian.org/debian bookworm/main armhf g++-12 armhf 12.2.0-14 [7996 kB]
11:59:47 #10 9.905 Get:90 http://deb.debian.org/debian bookworm/main armhf g++ armhf 4:12.2.0-3 [1336 B]
11:59:47 #10 9.905 Get:91 http://deb.debian.org/debian bookworm/main armhf make armhf 4.3-4.1 [384 kB]
11:59:47 #10 9.905 Get:92 http://deb.debian.org/debian bookworm/main armhf libdpkg-perl all 1.21.19 [574 kB]
11:59:47 #10 9.924 Get:93 http://deb.debian.org/debian bookworm/main armhf patch armhf 2.7.6-7 [125 kB]
11:59:47 #10 9.924 Get:94 http://deb.debian.org/debian bookworm/main armhf dpkg-dev all 1.21.19 [1301 kB]
11:59:47 #10 9.924 Get:95 http://deb.debian.org/debian bookworm/main armhf build-essential armhf 12.9 [7704 B]
11:59:47 #10 9.936 Get:96 http://deb.debian.org/debian bookworm/main armhf libbrotli1 armhf 1.0.9-2+b6 [271 kB]
11:59:47 #10 9.936 Get:97 http://deb.debian.org/debian bookworm/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-10 [19.0 kB]
11:59:47 #10 9.936 Get:98 http://deb.debian.org/debian bookworm/main armhf libsasl2-2 armhf 2.1.28+dfsg-10 [52.3 kB]
11:59:47 #10 9.936 Get:99 http://deb.debian.org/debian bookworm/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-3 [158 kB]
11:59:47 #10 9.936 Get:100 http://deb.debian.org/debian bookworm/main armhf libnghttp2-14 armhf 1.51.0-1 [60.8 kB]
11:59:47 #10 9.936 Get:101 http://deb.debian.org/debian bookworm/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB]
11:59:47 #10 9.937 Get:102 http://deb.debian.org/debian bookworm/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
11:59:47 #10 9.947 Get:103 http://deb.debian.org/debian bookworm/main armhf libssh2-1 armhf 1.10.0-3+b1 [163 kB]
11:59:47 #10 9.947 Get:104 http://deb.debian.org/debian bookworm/main armhf libcurl4 armhf 7.87.0-2 [337 kB]
11:59:47 #10 9.947 Get:105 http://deb.debian.org/debian bookworm/main armhf curl armhf 7.87.0-2 [298 kB]
11:59:47 #10 9.947 Get:106 http://deb.debian.org/debian bookworm/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
11:59:47 #10 9.961 Get:107 http://deb.debian.org/debian bookworm/main armhf libdebhelper-perl all 13.11.4 [81.2 kB]
11:59:47 #10 9.961 Get:108 http://deb.debian.org/debian bookworm/main armhf libtool all 2.4.7-5 [517 kB]
11:59:47 #10 9.961 Get:109 http://deb.debian.org/debian bookworm/main armhf dh-autoreconf all 20 [17.1 kB]
11:59:47 #10 9.961 Get:110 http://deb.debian.org/debian bookworm/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
11:59:47 #10 9.961 Get:111 http://deb.debian.org/debian bookworm/main armhf libsub-override-perl all 0.09-4 [9304 B]
11:59:47 #10 9.961 Get:112 http://deb.debian.org/debian bookworm/main armhf libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
11:59:47 #10 9.961 Get:113 http://deb.debian.org/debian bookworm/main armhf dh-strip-nondeterminism all 1.13.1-1 [8620 B]
11:59:47 #10 9.961 Get:114 http://deb.debian.org/debian bookworm/main armhf libelf1 armhf 0.188-2.1 [170 kB]
11:59:47 #10 9.961 Get:115 http://deb.debian.org/debian bookworm/main armhf dwz armhf 0.15-1 [101 kB]
11:59:47 #10 9.963 Get:116 http://deb.debian.org/debian bookworm/main armhf libicu72 armhf 72.1-3 [9048 kB]
11:59:47 #10 28.94   Installing       : scl-utils-1:2.0.3-4.el9.x86_64                     135/166 
11:59:47 #10 29.15   Installing       : libicu-67.1-9.el9.x86_64                           136/166 
11:59:47 #10 29.20   Installing       : libfdisk-2.37.4-9.el9.x86_64                       137/166 
11:59:47 #10 29.21   Installing       : libeconf-0.4.1-2.el9.x86_64                        138/166 
11:59:47 #11 22.13 Selecting previously unselected package libnghttp2-14:arm64.
11:59:47 #11 22.13 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_arm64.deb ...
11:59:47 #11 22.14 Unpacking libnghttp2-14:arm64 (1.43.0-1build3) ...
11:59:47 #11 22.18 Selecting previously unselected package libpipeline1:arm64.
11:59:47 #11 22.18 Preparing to unpack .../034-libpipeline1_1.5.5-1_arm64.deb ...
11:59:47 #11 22.19 Unpacking libpipeline1:arm64 (1.5.5-1) ...
11:59:47 #11 22.23 Selecting previously unselected package libpng16-16:arm64.
11:59:47 #11 22.23 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_arm64.deb ...
11:59:47 #11 22.23 Unpacking libpng16-16:arm64 (1.6.37-3build5) ...
11:59:47 #11 22.27 Selecting previously unselected package libpsl5:arm64.
11:59:47 #11 22.27 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_arm64.deb ...
11:59:47 #11 22.28 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
11:59:47 #11 22.31 Selecting previously unselected package libxau6:arm64.
11:59:47 #11 22.31 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_arm64.deb ...
11:59:47 #11 22.31 Unpacking libxau6:arm64 (1:1.0.9-1build5) ...
11:59:47 #11 22.35 Selecting previously unselected package libxdmcp6:arm64.
11:59:47 #10 31.27 Preparing to unpack .../181-libnet-ssleay-perl_1.84-1ubuntu0.2_arm64.deb ...
11:59:47 #10 31.27 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
11:59:47 #10 31.36 Selecting previously unselected package libio-socket-ssl-perl.
11:59:47 #10 31.36 Preparing to unpack .../182-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
11:59:47 #10 31.36 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
11:59:47 #10 31.41 Selecting previously unselected package libnet-smtp-ssl-perl.
11:59:47 #10 31.41 Preparing to unpack .../183-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:59:47 #10 31.41 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:59:47 #10 31.45 Selecting previously unselected package libmailtools-perl.
11:59:47 #10 31.45 Preparing to unpack .../184-libmailtools-perl_2.18-1_all.deb ...
11:59:47 #10 31.45 Unpacking libmailtools-perl (2.18-1) ...
11:59:47 #10 31.49 Selecting previously unselected package libsocket6-perl.
11:59:47 #10 31.49 Preparing to unpack .../185-libsocket6-perl_0.27-1build2_arm64.deb ...
11:59:47 #10 31.50 Unpacking libsocket6-perl (0.27-1build2) ...
11:59:47 #10 31.53 Selecting previously unselected package libio-socket-inet6-perl.
11:59:47 #10 30.16 Preparing to unpack .../076-libssh2-1_1.10.0-3+b1_amd64.deb ...
11:59:47 #10 30.16 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ...
11:59:47 #10 30.21 Selecting previously unselected package libcurl4:amd64.
11:59:47 #10 30.21 Preparing to unpack .../077-libcurl4_7.87.0-2_amd64.deb ...
11:59:47 #10 30.22 Unpacking libcurl4:amd64 (7.87.0-2) ...
11:59:47 #10 30.27 Selecting previously unselected package curl.
11:59:47 #10 30.27 Preparing to unpack .../078-curl_7.87.0-2_amd64.deb ...
11:59:47 #10 30.28 Unpacking curl (7.87.0-2) ...
11:59:47 #10 30.34 Selecting previously unselected package dctrl-tools.
11:59:47 #10 30.34 Preparing to unpack .../079-dctrl-tools_2.24-3+b1_amd64.deb ...
11:59:47 #10 30.34 Unpacking dctrl-tools (2.24-3+b1) ...
11:59:47 #10 30.38 Selecting previously unselected package libdebhelper-perl.
11:59:47 #11 29.28 Preparing to unpack .../136-libfakeroot_1.24-1_arm64.deb ...
11:59:47 #11 29.29 Unpacking libfakeroot:arm64 (1.24-1) ...
11:59:47 #11 29.33 Selecting previously unselected package fakeroot.
11:59:47 #11 29.33 Preparing to unpack .../137-fakeroot_1.24-1_arm64.deb ...
11:59:47 #11 29.34 Unpacking fakeroot (1.24-1) ...
11:59:47 #11 29.39 Selecting previously unselected package libassuan0:arm64.
11:59:47 #11 29.39 Preparing to unpack .../138-libassuan0_2.5.3-7ubuntu2_arm64.deb ...
11:59:47 #11 29.39 Unpacking libassuan0:arm64 (2.5.3-7ubuntu2) ...
11:59:47 #11 29.43 Selecting previously unselected package gpgconf.
11:59:47 #11 29.43 Preparing to unpack .../139-gpgconf_2.2.19-3ubuntu2.2_arm64.deb ...
11:59:47 #11 29.43 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
11:59:47 #11 29.48 Selecting previously unselected package libksba8:arm64.
11:59:47 #11 29.48 Preparing to unpack .../140-libksba8_1.3.5-2ubuntu0.20.04.2_arm64.deb ...
11:59:47 #11 29.49 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ...
11:59:47 #11 29.53 Selecting previously unselected package libnpth0:arm64.
11:59:47 #13 1.435 CentOS Stream 9 - AppStream                      17 kB/s | 7.2 kB     00:00    
11:59:47 #11 28.08 Selecting previously unselected package cpp.
11:59:47 #11 28.08 Preparing to unpack .../104-cpp_4%3a12.2.0-1ubuntu1_arm64.deb ...
11:59:47 #11 28.09 Unpacking cpp (4:12.2.0-1ubuntu1) ...
11:59:47 #11 28.12 Selecting previously unselected package libcc1-0:arm64.
11:59:47 #11 28.13 Preparing to unpack .../105-libcc1-0_12.2.0-3ubuntu1_arm64.deb ...
11:59:47 #11 28.13 Unpacking libcc1-0:arm64 (12.2.0-3ubuntu1) ...
11:59:47 #11 28.16 Selecting previously unselected package libgomp1:arm64.
11:59:47 #11 28.17 Preparing to unpack .../106-libgomp1_12.2.0-3ubuntu1_arm64.deb ...
11:59:47 #11 28.17 Unpacking libgomp1:arm64 (12.2.0-3ubuntu1) ...
11:59:47 #11 28.20 Selecting previously unselected package libitm1:arm64.
11:59:47 #11 28.21 Preparing to unpack .../107-libitm1_12.2.0-3ubuntu1_arm64.deb ...
11:59:47 #11 28.21 Unpacking libitm1:arm64 (12.2.0-3ubuntu1) ...
11:59:47 #11 28.24 Selecting previously unselected package libatomic1:arm64.
11:59:47 #10 17.21 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
11:59:47 #10 17.23 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ...
11:59:47 #10 17.24 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
11:59:47 #10 34.40 Preparing to unpack .../105-libfile-which-perl_1.23-1_all.deb ...
11:59:47 #10 34.40 Unpacking libfile-which-perl (1.23-1) ...
11:59:47 #10 34.43 Selecting previously unselected package libfile-homedir-perl.
11:59:47 #10 34.43 Preparing to unpack .../106-libfile-homedir-perl_1.004-1_all.deb ...
11:59:47 #10 34.44 Unpacking libfile-homedir-perl (1.004-1) ...
11:59:47 #10 34.47 Selecting previously unselected package libio-pty-perl.
11:59:47 #10 34.47 Preparing to unpack .../107-libio-pty-perl_1%3a1.08-1.1+b5_amd64.deb ...
11:59:47 #10 34.48 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
11:59:47 #10 34.51 Selecting previously unselected package libipc-run-perl.
11:59:47 #10 34.51 Preparing to unpack .../108-libipc-run-perl_20180523.0-1_all.deb ...
11:59:47 #10 34.51 Unpacking libipc-run-perl (20180523.0-1) ...
11:59:47 #10 34.55 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:47 #10 34.55 Preparing to unpack .../109-libclass-method-modifiers-perl_2.12-1_all.deb ...
11:59:47 #10 34.55 Unpacking libclass-method-modifiers-perl (2.12-1) ...
11:59:47 #10 34.58 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:47 #10 34.59 Preparing to unpack .../110-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:59:47 #10 34.59 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:59:47 #10 34.62 Selecting previously unselected package libdevel-globaldestruction-perl.
11:59:47 #10 34.62 Preparing to unpack .../111-libdevel-globaldestruction-perl_0.14-1_all.deb ...
11:59:47 #10 34.62 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
11:59:47 #10 34.65 Selecting previously unselected package libb-hooks-op-check-perl.
11:59:47 #10 34.65 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b1_amd64.deb ...
11:59:47 #10 34.66 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
11:59:47 #10 34.69 Selecting previously unselected package libdynaloader-functions-perl.
11:59:47 #10 34.69 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1_all.deb ...
11:59:47 #10 34.69 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:59:47 #10 34.72 Selecting previously unselected package libdevel-callchecker-perl.
11:59:47 #11 30.79 Preparing to unpack .../238-liblerc3_3.0+ds-1ubuntu1_amd64.deb ...
11:59:47 #11 30.79 Unpacking liblerc3:amd64 (3.0+ds-1ubuntu1) ...
11:59:47 #11 30.82 Selecting previously unselected package libwebp7:amd64.
11:59:47 #11 30.83 Preparing to unpack .../239-libwebp7_1.2.2-2_amd64.deb ...
11:59:47 #11 30.83 Unpacking libwebp7:amd64 (1.2.2-2) ...
11:59:47 #11 30.86 Selecting previously unselected package libtiff5:amd64.
11:59:47 #11 30.86 Preparing to unpack .../240-libtiff5_4.4.0-4ubuntu3.2_amd64.deb ...
11:59:47 #11 30.87 Unpacking libtiff5:amd64 (4.4.0-4ubuntu3.2) ...
11:59:47 #11 30.91 Selecting previously unselected package libxpm4:amd64.
11:59:47 #11 30.91 Preparing to unpack .../241-libxpm4_1%3a3.5.12-1ubuntu0.22.10.1_amd64.deb ...
11:59:47 #11 30.91 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.22.10.1) ...
11:59:47 #11 30.94 Selecting previously unselected package libgd3:amd64.
11:59:47 #11 30.94 Preparing to unpack .../242-libgd3_2.3.3-6_amd64.deb ...
11:59:47 #11 30.95 Unpacking libgd3:amd64 (2.3.3-6) ...
11:59:47 #11 30.97 Selecting previously unselected package libc-devtools.
11:59:47 #11 30.98 Preparing to unpack .../243-libc-devtools_2.36-0ubuntu4_amd64.deb ...
11:59:47 #11 30.98 Unpacking libc-devtools (2.36-0ubuntu4) ...
11:59:47 #11 31.01 Selecting previously unselected package libcapture-tiny-perl.
11:59:47 #11 31.01 Preparing to unpack .../244-libcapture-tiny-perl_0.48-1_all.deb ...
11:59:47 #11 31.01 Unpacking libcapture-tiny-perl (0.48-1) ...
11:59:47 #11 31.04 Selecting previously unselected package libcgi-pm-perl.
11:59:47 #11 31.04 Preparing to unpack .../245-libcgi-pm-perl_4.54-1_all.deb ...
11:59:47 #11 31.04 Unpacking libcgi-pm-perl (4.54-1) ...
11:59:47 #11 31.07 Selecting previously unselected package libfcgi0ldbl:amd64.
11:59:47 #11 31.07 Preparing to unpack .../246-libfcgi0ldbl_2.4.2-2build2_amd64.deb ...
11:59:47 #11 31.08 Unpacking libfcgi0ldbl:amd64 (2.4.2-2build2) ...
11:59:47 #11 31.10 Selecting previously unselected package libfcgi-perl:amd64.
11:59:47 #11 31.10 Preparing to unpack .../247-libfcgi-perl_0.82+ds-1build1_amd64.deb ...
11:59:47 #11 31.11 Unpacking libfcgi-perl:amd64 (0.82+ds-1build1) ...
11:59:47 #11 31.13 Selecting previously unselected package libcgi-fast-perl.
11:59:47 #10 31.92 Preparing to unpack .../125-gpgconf_2.2.4-1ubuntu1.6_amd64.deb ...
11:59:47 #10 31.92 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
11:59:47 #10 31.96 Selecting previously unselected package libksba8:amd64.
11:59:47 #10 31.97 Preparing to unpack .../126-libksba8_1.3.5-2ubuntu0.18.04.2_amd64.deb ...
11:59:47 #10 31.97 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.18.04.2) ...
11:59:47 #10 32.00 Selecting previously unselected package libnpth0:amd64.
11:59:47 #10 32.01 Preparing to unpack .../127-libnpth0_1.5-3_amd64.deb ...
11:59:47 #10 32.01 Unpacking libnpth0:amd64 (1.5-3) ...
11:59:47 #10 32.04 Selecting previously unselected package dirmngr.
11:59:47 #10 32.04 Preparing to unpack .../128-dirmngr_2.2.4-1ubuntu1.6_amd64.deb ...
11:59:47 #10 32.06 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
11:59:47 #10 32.11 Selecting previously unselected package python3-pkg-resources.
11:59:47 #10 32.11 Preparing to unpack .../129-python3-pkg-resources_39.0.1-2ubuntu0.1_all.deb ...
11:59:47 #10 32.12 Unpacking python3-pkg-resources (39.0.1-2ubuntu0.1) ...
11:59:47 #10 32.15 Selecting previously unselected package python3-chardet.
11:59:47 #10 31.83 Preparing to unpack .../196-libfreetype6_2.12.1+dfsg-4_arm64.deb ...
11:59:47 #10 31.84 Unpacking libfreetype6:arm64 (2.12.1+dfsg-4) ...
11:59:47 #10 31.90 Selecting previously unselected package libfontconfig1:arm64.
11:59:47 #10 31.90 Preparing to unpack .../197-libfontconfig1_2.14.1-4_arm64.deb ...
11:59:47 #10 31.90 Unpacking libfontconfig1:arm64 (2.14.1-4) ...
11:59:47 #10 31.96 Selecting previously unselected package libde265-0:arm64.
11:59:47 #10 31.96 Preparing to unpack .../198-libde265-0_1.0.9-1.1_arm64.deb ...
11:59:47 #10 31.97 Unpacking libde265-0:arm64 (1.0.9-1.1) ...
11:59:47 #10 32.02 Selecting previously unselected package libnuma1:arm64.
11:59:47 #10 32.02 Preparing to unpack .../199-libnuma1_2.0.16-1_arm64.deb ...
11:59:47 #10 32.02 Unpacking libnuma1:arm64 (2.0.16-1) ...
11:59:47 #10 32.06 Selecting previously unselected package libx265-199:arm64.
11:59:47 #10 32.07 Preparing to unpack .../200-libx265-199_3.5-2+b1_arm64.deb ...
11:59:47 #10 32.07 Unpacking libx265-199:arm64 (3.5-2+b1) ...
11:59:47 #10 32.16 Selecting previously unselected package libheif1:arm64.
11:59:47 #10 32.16 Preparing to unpack .../201-libheif1_1.14.2-1_arm64.deb ...
11:59:47 #10 32.16 Unpacking libheif1:arm64 (1.14.2-1) ...
11:59:47 #10 22.04 Selecting previously unselected package perl.
11:59:47 #10 22.04 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.6_armhf.deb ...
11:59:47 #10 22.05 Unpacking perl (5.26.1-6ubuntu0.6) ...
11:59:47 #11 30.69 Preparing to unpack .../234-libdata-dpath-perl_0.58-1_all.deb ...
11:59:47 #11 30.70 Unpacking libdata-dpath-perl (0.58-1) ...
11:59:47 #11 30.73 Selecting previously unselected package libdata-dump-perl.
11:59:47 #11 30.73 Preparing to unpack .../235-libdata-dump-perl_1.25-1_all.deb ...
11:59:47 #11 30.73 Unpacking libdata-dump-perl (1.25-1) ...
11:59:47 #11 30.76 Selecting previously unselected package libdata-messagepack-perl.
11:59:47 #11 30.76 Preparing to unpack .../236-libdata-messagepack-perl_1.01-2build1_amd64.deb ...
11:59:47 #11 30.77 Unpacking libdata-messagepack-perl (1.01-2build1) ...
11:59:47 #11 30.81 Selecting previously unselected package libnet-domain-tld-perl.
11:59:47 #11 30.81 Preparing to unpack .../237-libnet-domain-tld-perl_1.75-1.1_all.deb ...
11:59:47 #11 30.82 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
11:59:47 #11 30.85 Selecting previously unselected package libdata-validate-domain-perl.
11:59:47 #11 30.85 Preparing to unpack .../238-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:59:47 #11 30.85 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:59:47 #11 30.88 Selecting previously unselected package libnet-ipv6addr-perl.
11:59:47 #11 30.89 Preparing to unpack .../239-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:59:47 #11 30.89 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:59:47 #11 30.94 Selecting previously unselected package libnet-netmask-perl.
11:59:47 #10 29.92 Preparing to unpack .../062-build-essential_12.9_amd64.deb ...
11:59:47 #10 29.92 Unpacking build-essential (12.9) ...
11:59:47 #10 29.95 Selecting previously unselected package libbrotli1:amd64.
11:59:47 #10 29.96 Preparing to unpack .../063-libbrotli1_1.0.9-2+b2_amd64.deb ...
11:59:47 #10 29.96 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
11:59:47 #10 30.01 Selecting previously unselected package libsasl2-modules-db:amd64.
11:59:47 #10 30.01 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:59:47 #10 30.02 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:59:47 #10 30.07 Selecting previously unselected package libsasl2-2:amd64.
11:59:47 #10 30.07 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
11:59:47 #10 30.08 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
11:59:47 #10 30.12 Selecting previously unselected package libldap-2.4-2:amd64.
11:59:47 #10 30.12 Preparing to unpack .../066-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
11:59:47 #10 30.13 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
11:59:47 #10 30.18 Selecting previously unselected package libnghttp2-14:amd64.
11:59:47 #10 30.18 Preparing to unpack .../067-libnghttp2-14_1.43.0-1_amd64.deb ...
11:59:47 #10 30.19 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
11:59:47 #10 30.23 Selecting previously unselected package libpsl5:amd64.
11:59:47 #10 30.23 Preparing to unpack .../068-libpsl5_0.21.0-1.2_amd64.deb ...
11:59:47 #10 30.24 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
11:59:47 #10 30.28 Selecting previously unselected package librtmp1:amd64.
11:59:48 #10 29.94 Selecting previously unselected package libx11-6:arm64.
11:59:48 #10 29.94 Preparing to unpack .../188-libx11-6_2%3a1.7.2-1_arm64.deb ...
11:59:48 #10 29.95 Unpacking libx11-6:arm64 (2:1.7.2-1) ...
11:59:48 #10 30.04 Selecting previously unselected package libxpm4:arm64.
11:59:48 #10 30.04 Preparing to unpack .../189-libxpm4_1%3a3.5.12-1_arm64.deb ...
11:59:48 #10 30.05 Unpacking libxpm4:arm64 (1:3.5.12-1) ...
11:59:48 #10 30.09 Selecting previously unselected package libgd3:arm64.
11:59:48 #10 30.09 Preparing to unpack .../190-libgd3_2.3.0-2_arm64.deb ...
11:59:48 #10 30.10 Unpacking libgd3:arm64 (2.3.0-2) ...
11:59:48 #10 30.14 Selecting previously unselected package libc-devtools.
11:59:48 #10 31.64 Selecting previously unselected package iso-codes.
11:59:48 #10 31.64 Preparing to unpack .../168-iso-codes_4.2-1_all.deb ...
11:59:48 #10 31.65 Unpacking iso-codes (4.2-1) ...
11:59:48 #11 31.77 Preparing to unpack .../104-build-essential_12.8ubuntu1.1_amd64.deb ...
11:59:48 #11 31.77 Unpacking build-essential (12.8ubuntu1.1) ...
11:59:48 #11 31.81 Selecting previously unselected package libbrotli1:amd64.
11:59:48 #11 31.81 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
11:59:48 #11 31.81 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
11:59:48 #11 31.87 Selecting previously unselected package libroken18-heimdal:amd64.
11:59:48 #11 31.87 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
11:59:48 #11 31.88 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:48 #11 31.92 Selecting previously unselected package libasn1-8-heimdal:amd64.
11:59:48 #11 31.92 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
11:59:48 #11 31.92 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:48 #11 31.97 Selecting previously unselected package libheimbase1-heimdal:amd64.
11:59:48 #11 31.97 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
11:59:48 #10 10.12 Get:117 http://deb.debian.org/debian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.1+b3 [591 kB]
11:59:48 #10 10.13 Get:118 http://deb.debian.org/debian bookworm/main armhf gettext armhf 0.21-11 [1228 kB]
11:59:48 #10 10.19 Get:119 http://deb.debian.org/debian bookworm/main armhf intltool-debian all 0.35.0+20060710.6 [22.9 kB]
11:59:48 #10 10.19 Get:120 http://deb.debian.org/debian bookworm/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
11:59:48 #10 10.19 Get:121 http://deb.debian.org/debian bookworm/main armhf debhelper all 13.11.4 [942 kB]
11:59:48 #10 10.20 Get:122 http://deb.debian.org/debian bookworm/main armhf debian-keyring all 2022.12.24 [30.5 MB]
11:59:48 #10 29.27   Installing       : libdb-5.3.28-53.el9.x86_64                         139/166 
11:59:48 #10 29.30   Installing       : pam-1.5.1-14.el9.x86_64                            140/166 
11:59:48 #10 29.34   Installing       : libpwquality-1.4.4-8.el9.x86_64                    141/166 
11:59:48 #10 29.44   Installing       : util-linux-2.37.4-9.el9.x86_64                     142/166 
11:59:48 #10 29.44 warning: /etc/adjtime created as /etc/adjtime.rpmnew
11:59:48 #10 29.44 
11:59:48 #10 29.49   Installing       : policycoreutils-3.5-0.rc1.2.el9.x86_64             143/166 
11:59:48 #9 29.17 Fedora 37 - aarch64 - Updates                    12 MB/s |  21 MB     00:01    
11:59:48 #11 22.35 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb ...
11:59:48 #11 22.36 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
11:59:48 #11 22.40 Selecting previously unselected package libxcb1:arm64.
11:59:48 #11 22.40 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_arm64.deb ...
11:59:48 #11 22.41 Unpacking libxcb1:arm64 (1.14-3ubuntu3) ...
11:59:48 #11 22.44 Selecting previously unselected package libx11-data.
11:59:48 #11 22.44 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
11:59:48 #11 22.45 Unpacking libx11-data (2:1.7.5-1) ...
11:59:48 #11 22.51 Selecting previously unselected package libx11-6:arm64.
11:59:48 #11 22.51 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_arm64.deb ...
11:59:48 #11 22.52 Unpacking libx11-6:arm64 (2:1.7.5-1) ...
11:59:48 #11 22.56 Selecting previously unselected package libxext6:arm64.
11:59:48 #11 22.56 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_arm64.deb ...
11:59:48 #11 22.57 Unpacking libxext6:arm64 (2:1.3.4-1build1) ...
11:59:48 #11 22.60 Selecting previously unselected package libxmuu1:arm64.
11:59:48 #11 22.60 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_arm64.deb ...
11:59:48 #11 22.61 Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
11:59:48 #10 31.53 Preparing to unpack .../186-libio-socket-inet6-perl_2.72-2_all.deb ...
11:59:48 #10 31.53 Unpacking libio-socket-inet6-perl (2.72-2) ...
11:59:48 #10 31.57 Selecting previously unselected package libnet-ip-perl.
11:59:48 #10 31.57 Preparing to unpack .../187-libnet-ip-perl_1.26-1_all.deb ...
11:59:48 #10 31.57 Unpacking libnet-ip-perl (1.26-1) ...
11:59:48 #10 31.61 Selecting previously unselected package libnet-dns-perl.
11:59:48 #10 31.61 Preparing to unpack .../188-libnet-dns-perl_1.10-2_all.deb ...
11:59:48 #10 31.62 Unpacking libnet-dns-perl (1.10-2) ...
11:59:48 #10 31.68 Selecting previously unselected package libnet-domain-tld-perl.
11:59:48 #10 31.68 Preparing to unpack .../189-libnet-domain-tld-perl_1.75-1_all.deb ...
11:59:48 #10 31.69 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:59:48 #10 31.72 Selecting previously unselected package libemail-valid-perl.
11:59:48 #10 31.72 Preparing to unpack .../190-libemail-valid-perl_1.202-1_all.deb ...
11:59:48 #10 31.73 Unpacking libemail-valid-perl (1.202-1) ...
11:59:48 #10 31.76 Selecting previously unselected package libencode-locale-perl.
11:59:48 #10 31.77 Preparing to unpack .../191-libencode-locale-perl_1.05-1_all.deb ...
11:59:48 #10 31.77 Unpacking libencode-locale-perl (1.05-1) ...
11:59:48 #10 31.80 Selecting previously unselected package libexporter-tiny-perl.
11:59:48 #10 31.80 Preparing to unpack .../192-libexporter-tiny-perl_1.000000-2_all.deb ...
11:59:48 #9 29.14 Fedora 36 - aarch64 - Updates                    17 MB/s |  30 MB     00:01    
11:59:48 #10 30.38 Preparing to unpack .../080-libdebhelper-perl_13.11.4_all.deb ...
11:59:48 #10 30.39 Unpacking libdebhelper-perl (13.11.4) ...
11:59:48 #10 30.42 Selecting previously unselected package libtool.
11:59:48 #10 30.42 Preparing to unpack .../081-libtool_2.4.7-5_all.deb ...
11:59:48 #10 30.43 Unpacking libtool (2.4.7-5) ...
11:59:48 #10 30.47 Selecting previously unselected package dh-autoreconf.
11:59:48 #10 30.47 Preparing to unpack .../082-dh-autoreconf_20_all.deb ...
11:59:48 #10 30.48 Unpacking dh-autoreconf (20) ...
11:59:48 #10 30.51 Selecting previously unselected package libarchive-zip-perl.
11:59:48 #10 30.51 Preparing to unpack .../083-libarchive-zip-perl_1.68-1_all.deb ...
11:59:48 #10 30.51 Unpacking libarchive-zip-perl (1.68-1) ...
11:59:48 #10 30.56 Selecting previously unselected package libsub-override-perl.
11:59:48 #10 30.56 Preparing to unpack .../084-libsub-override-perl_0.09-4_all.deb ...
11:59:48 #10 30.57 Unpacking libsub-override-perl (0.09-4) ...
11:59:48 #10 30.60 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:48 #10 30.60 Preparing to unpack .../085-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
11:59:48 #10 30.62 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
11:59:48 #10 30.66 Selecting previously unselected package dh-strip-nondeterminism.
11:59:48 #10 30.66 Preparing to unpack .../086-dh-strip-nondeterminism_1.13.1-1_all.deb ...
11:59:48 #10 30.67 Unpacking dh-strip-nondeterminism (1.13.1-1) ...
11:59:48 #10 30.74 Selecting previously unselected package libelf1:amd64.
11:59:48 #21 6.675 Reading package lists...
11:59:48 #21 7.166 Building dependency tree...
11:59:48 #21 7.268 Reading state information...
11:59:48 #21 7.383 The following additional packages will be installed:
11:59:48 #21 7.383   binutils-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
11:59:48 #21 7.383   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
11:59:48 #21 7.384   gcc-mingw-w64-x86-64-win32-runtime mingw-w64-common mingw-w64-x86-64-dev
11:59:48 #21 7.385 Suggested packages:
11:59:48 #21 7.385   gcc-10-locales wine64
11:59:48 #21 7.430 The following NEW packages will be installed:
11:59:48 #21 7.431   binutils-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64
11:59:48 #21 7.431   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
11:59:48 #21 7.431   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime
11:59:48 #21 7.432   mingw-w64-common mingw-w64-x86-64-dev
11:59:48 #11 29.53 Preparing to unpack .../141-libnpth0_1.6-1_arm64.deb ...
11:59:48 #11 29.54 Unpacking libnpth0:arm64 (1.6-1) ...
11:59:48 #11 29.58 Selecting previously unselected package dirmngr.
11:59:48 #11 29.58 Preparing to unpack .../142-dirmngr_2.2.19-3ubuntu2.2_arm64.deb ...
11:59:48 #11 29.60 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
11:59:48 #11 29.66 Selecting previously unselected package gnupg-l10n.
11:59:48 #11 29.66 Preparing to unpack .../143-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
11:59:48 #11 29.66 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:59:48 #11 29.70 Selecting previously unselected package gnupg-utils.
11:59:48 #11 29.70 Preparing to unpack .../144-gnupg-utils_2.2.19-3ubuntu2.2_arm64.deb ...
11:59:48 #11 29.70 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
11:59:48 #11 29.77 Selecting previously unselected package gpg.
11:59:48 #11 28.25 Preparing to unpack .../108-libatomic1_12.2.0-3ubuntu1_arm64.deb ...
11:59:48 #11 28.25 Unpacking libatomic1:arm64 (12.2.0-3ubuntu1) ...
11:59:48 #11 28.29 Selecting previously unselected package libasan8:arm64.
11:59:48 #11 28.29 Preparing to unpack .../109-libasan8_12.2.0-3ubuntu1_arm64.deb ...
11:59:48 #11 28.29 Unpacking libasan8:arm64 (12.2.0-3ubuntu1) ...
11:59:48 #11 28.37 Selecting previously unselected package liblsan0:arm64.
11:59:48 #11 28.37 Preparing to unpack .../110-liblsan0_12.2.0-3ubuntu1_arm64.deb ...
11:59:48 #11 28.37 Unpacking liblsan0:arm64 (12.2.0-3ubuntu1) ...
11:59:48 #11 28.43 Selecting previously unselected package libtsan2:arm64.
11:59:48 #11 28.43 Preparing to unpack .../111-libtsan2_12.2.0-3ubuntu1_arm64.deb ...
11:59:48 #11 28.44 Unpacking libtsan2:arm64 (12.2.0-3ubuntu1) ...
11:59:48 #11 28.51 Selecting previously unselected package libubsan1:arm64.
11:59:48 #10 34.72 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1_amd64.deb ...
11:59:48 #10 34.73 Unpacking libdevel-callchecker-perl (0.008-1) ...
11:59:48 #10 34.76 Selecting previously unselected package libparams-classify-perl.
11:59:48 #10 34.76 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b1_amd64.deb ...
11:59:48 #10 34.76 Unpacking libparams-classify-perl (0.015-1+b1) ...
11:59:48 #10 34.79 Selecting previously unselected package libmodule-runtime-perl.
11:59:48 #10 34.79 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ...
11:59:48 #10 34.79 Unpacking libmodule-runtime-perl (0.016-1) ...
11:59:48 #10 34.82 Selecting previously unselected package libimport-into-perl.
11:59:48 #10 34.82 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ...
11:59:48 #10 34.83 Unpacking libimport-into-perl (1.002005-1) ...
11:59:48 #10 34.86 Selecting previously unselected package librole-tiny-perl.
11:59:48 #10 34.86 Preparing to unpack .../118-librole-tiny-perl_2.000006-1_all.deb ...
11:59:48 #10 34.86 Unpacking librole-tiny-perl (2.000006-1) ...
11:59:48 #10 34.89 Selecting previously unselected package libstrictures-perl.
11:59:48 #10 34.89 Preparing to unpack .../119-libstrictures-perl_2.000005-1_all.deb ...
11:59:48 #10 34.89 Unpacking libstrictures-perl (2.000005-1) ...
11:59:48 #10 34.92 Selecting previously unselected package libsub-quote-perl.
11:59:48 #10 4.345 Get:6 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
11:59:48 #10 4.345 Get:7 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.3 kB]
11:59:48 #10 4.345 Get:8 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
11:59:48 #10 32.15 Preparing to unpack .../130-python3-chardet_3.0.4-1_all.deb ...
11:59:48 #10 32.16 Unpacking python3-chardet (3.0.4-1) ...
11:59:48 #10 32.20 Selecting previously unselected package python3-six.
11:59:48 #10 32.20 Preparing to unpack .../131-python3-six_1.11.0-2_all.deb ...
11:59:48 #10 32.20 Unpacking python3-six (1.11.0-2) ...
11:59:48 #10 32.23 Selecting previously unselected package python3-debian.
11:59:48 #10 32.23 Preparing to unpack .../132-python3-debian_0.1.32_all.deb ...
11:59:48 #10 32.24 Unpacking python3-debian (0.1.32) ...
11:59:48 #10 32.27 Selecting previously unselected package gnupg-l10n.
11:59:48 #10 32.27 Preparing to unpack .../133-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
11:59:48 #10 32.28 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:59:48 #10 32.31 Selecting previously unselected package gnupg-utils.
11:59:48 #10 32.31 Preparing to unpack .../134-gnupg-utils_2.2.4-1ubuntu1.6_amd64.deb ...
11:59:48 #10 32.31 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
11:59:48 #10 32.35 Selecting previously unselected package gpg.
11:59:48 #10 32.35 Preparing to unpack .../135-gpg_2.2.4-1ubuntu1.6_amd64.deb ...
11:59:48 #10 32.35 Unpacking gpg (2.2.4-1ubuntu1.6) ...
11:59:48 #10 32.42 Selecting previously unselected package pinentry-curses.
11:59:48 #11 31.13 Preparing to unpack .../248-libcgi-fast-perl_1%3a2.15-1_all.deb ...
11:59:48 #11 31.14 Unpacking libcgi-fast-perl (1:2.15-1) ...
11:59:48 #11 31.17 Selecting previously unselected package libclass-data-inheritable-perl.
11:59:48 #11 31.17 Preparing to unpack .../249-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:59:48 #11 31.18 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:59:48 #11 31.22 Selecting previously unselected package libclone-perl.
11:59:48 #11 31.22 Preparing to unpack .../250-libclone-perl_0.45-1build3_amd64.deb ...
11:59:48 #11 31.22 Unpacking libclone-perl (0.45-1build3) ...
11:59:48 #11 31.25 Selecting previously unselected package libcommon-sense-perl:amd64.
11:59:48 #11 31.25 Preparing to unpack .../251-libcommon-sense-perl_3.75-2build1_amd64.deb ...
11:59:48 #11 31.25 Unpacking libcommon-sense-perl:amd64 (3.75-2build1) ...
11:59:48 #11 31.28 Selecting previously unselected package libconfig-tiny-perl.
11:59:48 #11 31.28 Preparing to unpack .../252-libconfig-tiny-perl_2.28-1_all.deb ...
11:59:48 #11 31.28 Unpacking libconfig-tiny-perl (2.28-1) ...
11:59:48 #11 31.30 Selecting previously unselected package libparams-util-perl.
11:59:48 #11 31.31 Preparing to unpack .../253-libparams-util-perl_1.102-1build3_amd64.deb ...
11:59:48 #11 31.31 Unpacking libparams-util-perl (1.102-1build3) ...
11:59:48 #11 31.33 Selecting previously unselected package libsub-install-perl.
11:59:48 #11 31.34 Preparing to unpack .../254-libsub-install-perl_0.928-2_all.deb ...
11:59:48 #11 31.34 Unpacking libsub-install-perl (0.928-2) ...
11:59:48 #11 31.36 Selecting previously unselected package libdata-optlist-perl.
11:59:48 #10 32.23 Selecting previously unselected package libdeflate0:arm64.
11:59:48 #10 32.23 Preparing to unpack .../202-libdeflate0_1.14-1_arm64.deb ...
11:59:48 #10 32.26 Unpacking libdeflate0:arm64 (1.14-1) ...
11:59:48 #10 32.30 Selecting previously unselected package libjbig0:arm64.
11:59:48 #10 32.30 Preparing to unpack .../203-libjbig0_2.1-6.1_arm64.deb ...
11:59:48 #10 32.30 Unpacking libjbig0:arm64 (2.1-6.1) ...
11:59:48 #10 32.35 Selecting previously unselected package liblerc4:arm64.
11:59:48 #10 32.36 Preparing to unpack .../204-liblerc4_4.0.0+ds-2_arm64.deb ...
11:59:48 #10 32.36 Unpacking liblerc4:arm64 (4.0.0+ds-2) ...
11:59:48 #10 32.40 Selecting previously unselected package libwebp7:arm64.
11:59:48 #10 22.15 Selecting previously unselected package openssl.
11:59:48 #10 22.15 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.20_armhf.deb ...
11:59:48 #10 22.16 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.20) ...
11:59:48 #11 30.95 Preparing to unpack .../240-libnet-netmask-perl_2.0001-1_all.deb ...
11:59:48 #11 30.95 Unpacking libnet-netmask-perl (2.0001-1) ...
11:59:48 #11 30.98 Selecting previously unselected package libnetaddr-ip-perl.
11:59:48 #11 30.98 Preparing to unpack .../241-libnetaddr-ip-perl_4.079+dfsg-1build7_amd64.deb ...
11:59:48 #11 30.98 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
11:59:48 #11 31.02 Selecting previously unselected package libdata-validate-ip-perl.
11:59:48 #11 31.02 Preparing to unpack .../242-libdata-validate-ip-perl_0.30-1_all.deb ...
11:59:48 #11 31.02 Unpacking libdata-validate-ip-perl (0.30-1) ...
11:59:48 #11 31.06 Selecting previously unselected package libdata-validate-uri-perl.
11:59:48 #11 31.06 Preparing to unpack .../243-libdata-validate-uri-perl_0.07-2_all.deb ...
11:59:48 #11 31.06 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:59:48 #11 31.09 Selecting previously unselected package libdistro-info-perl.
11:59:48 #11 31.09 Preparing to unpack .../244-libdistro-info-perl_1.1build1_all.deb ...
11:59:48 #11 31.10 Unpacking libdistro-info-perl (1.1build1) ...
11:59:48 #11 31.12 Selecting previously unselected package libemail-address-xs-perl.
11:59:48 #11 31.13 Preparing to unpack .../245-libemail-address-xs-perl_1.04-1build6_amd64.deb ...
11:59:48 #11 31.13 Unpacking libemail-address-xs-perl (1.04-1build6) ...
11:59:48 #11 31.16 Selecting previously unselected package libipc-system-simple-perl.
11:59:48 #11 31.16 Preparing to unpack .../246-libipc-system-simple-perl_1.30-1_all.deb ...
11:59:48 #11 31.16 Unpacking libipc-system-simple-perl (1.30-1) ...
11:59:48 #11 31.19 Selecting previously unselected package libfile-basedir-perl.
11:59:48 #11 31.20 Preparing to unpack .../247-libfile-basedir-perl_0.09-1_all.deb ...
11:59:48 #11 31.20 Unpacking libfile-basedir-perl (0.09-1) ...
11:59:48 #11 31.22 Selecting previously unselected package libfile-chdir-perl.
11:59:48 #11 31.23 Preparing to unpack .../248-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:59:48 #11 31.23 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:59:48 #11 31.26 Selecting previously unselected package libfile-fcntllock-perl.
11:59:48 #11 31.26 Preparing to unpack .../249-libfile-fcntllock-perl_0.22-3build7_amd64.deb ...
11:59:48 #10 30.29 Preparing to unpack .../069-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
11:59:48 #10 30.29 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:59:48 #10 30.34 Selecting previously unselected package libssh2-1:amd64.
11:59:48 #10 30.34 Preparing to unpack .../070-libssh2-1_1.9.0-2_amd64.deb ...
11:59:48 #10 30.34 Unpacking libssh2-1:amd64 (1.9.0-2) ...
11:59:48 #10 30.39 Selecting previously unselected package libcurl4:amd64.
11:59:48 #10 30.39 Preparing to unpack .../071-libcurl4_7.74.0-1.3+deb11u5_amd64.deb ...
11:59:48 #10 30.39 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u5) ...
11:59:48 #10 30.44 Selecting previously unselected package curl.
11:59:48 #10 30.45 Preparing to unpack .../072-curl_7.74.0-1.3+deb11u5_amd64.deb ...
11:59:48 #10 30.45 Unpacking curl (7.74.0-1.3+deb11u5) ...
11:59:48 #10 30.51 Selecting previously unselected package dctrl-tools.
11:59:48 #10 30.14 Preparing to unpack .../191-libc-devtools_2.31-13+deb11u5_arm64.deb ...
11:59:48 #10 30.15 Unpacking libc-devtools (2.31-13+deb11u5) ...
11:59:48 #10 30.21 Selecting previously unselected package libcapture-tiny-perl.
11:59:48 #10 30.21 Preparing to unpack .../192-libcapture-tiny-perl_0.48-1_all.deb ...
11:59:48 #10 30.22 Unpacking libcapture-tiny-perl (0.48-1) ...
11:59:48 #10 30.25 Selecting previously unselected package libclass-data-inheritable-perl.
11:59:48 #10 30.26 Preparing to unpack .../193-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:59:48 #10 30.26 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:59:48 #10 30.29 Selecting previously unselected package libclass-inspector-perl.
11:59:48 #10 30.29 Preparing to unpack .../194-libclass-inspector-perl_1.36-1_all.deb ...
11:59:48 #10 30.30 Unpacking libclass-inspector-perl (1.36-1) ...
11:59:48 #10 30.33 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:48 #10 30.33 Preparing to unpack .../195-libclass-xsaccessor-perl_1.19-3+b7_arm64.deb ...
11:59:48 #10 30.33 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
11:59:48 #10 30.37 Selecting previously unselected package libclone-perl.
11:59:48 #10 30.37 Preparing to unpack .../196-libclone-perl_0.45-1+b1_arm64.deb ...
11:59:48 #10 30.37 Unpacking libclone-perl (0.45-1+b1) ...
11:59:48 #10 30.40 Selecting previously unselected package libcommon-sense-perl.
11:59:48 #10 30.40 Preparing to unpack .../197-libcommon-sense-perl_3.75-1+b4_arm64.deb ...
11:59:48 #10 30.41 Unpacking libcommon-sense-perl (3.75-1+b4) ...
11:59:48 #10 30.44 Selecting previously unselected package libconfig-tiny-perl.
11:59:48 #10 30.44 Preparing to unpack .../198-libconfig-tiny-perl_2.26-1_all.deb ...
11:59:48 #10 30.45 Unpacking libconfig-tiny-perl (2.26-1) ...
11:59:48 #10 30.48 Selecting previously unselected package libparams-util-perl.
11:59:48 #10 32.00 Selecting previously unselected package libalgorithm-diff-perl.
11:59:48 #10 32.00 Preparing to unpack .../169-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:59:48 #10 32.01 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:59:48 #10 32.05 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:59:48 #10 32.05 Preparing to unpack .../170-libalgorithm-diff-xs-perl_0.04-5+b1_arm64.deb ...
11:59:48 #10 32.05 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:59:48 #11 31.98 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:48 #11 32.02 Selecting previously unselected package libhcrypto4-heimdal:amd64.
11:59:48 #11 32.02 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
11:59:48 #11 32.02 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:48 #11 32.06 Selecting previously unselected package libwind0-heimdal:amd64.
11:59:48 #11 32.06 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
11:59:48 #11 32.07 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:48 #11 32.11 Selecting previously unselected package libhx509-5-heimdal:amd64.
11:59:48 #11 32.11 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
11:59:48 #11 32.11 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:48 #11 32.15 Selecting previously unselected package libkrb5-26-heimdal:amd64.
11:59:48 #11 32.16 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
11:59:48 #11 32.16 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:48 #11 32.24 Selecting previously unselected package libheimntlm0-heimdal:amd64.
11:59:48 #11 11.27 Get:60 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libxml2 armhf 2.9.14+dfsg-1ubuntu0.1 [589 kB]
11:59:48 #11 11.28 Get:61 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libyaml-0-2 armhf 0.2.5-1 [46.4 kB]
11:59:48 #11 11.28 Get:62 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lsb-release all 11.2ubuntu1 [11.1 kB]
11:59:48 #11 11.28 Get:63 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf netbase all 6.3 [12.9 kB]
11:59:48 #11 11.28 Get:64 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-dbus armhf 1.2.18-3build1 [92.6 kB]
11:59:48 #11 11.28 Get:65 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-gi armhf 3.42.2-2 [211 kB]
11:59:48 #11 11.29 Get:66 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf networkd-dispatcher all 2.1-2ubuntu1 [15.5 kB]
11:59:48 #11 11.29 Get:67 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python-apt-common all 2.4.0+22.10 [14.8 kB]
11:59:48 #11 11.29 Get:68 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3-apt armhf 2.4.0+22.10 [149 kB]
11:59:48 #10 29.53   Running scriptlet: policycoreutils-3.5-0.rc1.2.el9.x86_64             143/166 
11:59:48 #10 29.58   Installing       : python3-policycoreutils-3.5-0.rc1.2.el9.noarch     144/166 
11:59:48 #10 29.63   Installing       : policycoreutils-python-utils-3.5-0.rc1.2.el9.noa   145/166 
11:59:48 #10 29.64   Installing       : gcc-toolset-12-runtime-12.0-5.el9.x86_64           146/166 
11:59:48 #11 22.66 Selecting previously unselected package man-db.
11:59:48 #11 22.66 Preparing to unpack .../044-man-db_2.10.2-1_arm64.deb ...
11:59:48 #11 22.66 Unpacking man-db (2.10.2-1) ...
11:59:48 #11 22.72 Selecting previously unselected package manpages.
11:59:48 #11 22.72 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
11:59:48 #11 22.73 Unpacking manpages (5.10-1ubuntu1) ...
11:59:48 #11 22.84 Selecting previously unselected package openssh-client.
11:59:48 #10 31.81 Unpacking libexporter-tiny-perl (1.000000-2) ...
11:59:48 #10 31.84 Selecting previously unselected package libipc-system-simple-perl.
11:59:48 #10 31.84 Preparing to unpack .../193-libipc-system-simple-perl_1.25-4_all.deb ...
11:59:48 #10 31.85 Unpacking libipc-system-simple-perl (1.25-4) ...
11:59:48 #10 31.88 Selecting previously unselected package libfile-basedir-perl.
11:59:48 #10 31.88 Preparing to unpack .../194-libfile-basedir-perl_0.07-1_all.deb ...
11:59:48 #10 31.88 Unpacking libfile-basedir-perl (0.07-1) ...
11:59:48 #10 31.92 Selecting previously unselected package libfile-chdir-perl.
11:59:48 #10 31.92 Preparing to unpack .../195-libfile-chdir-perl_0.1008-1_all.deb ...
11:59:48 #10 31.92 Unpacking libfile-chdir-perl (0.1008-1) ...
11:59:48 #10 31.95 Selecting previously unselected package libfile-fcntllock-perl.
11:59:48 #10 31.95 Preparing to unpack .../196-libfile-fcntllock-perl_0.22-3build2_arm64.deb ...
11:59:48 #10 31.96 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
11:59:48 #10 32.00 Selecting previously unselected package libhttp-date-perl.
11:59:48 #10 32.00 Preparing to unpack .../197-libhttp-date-perl_6.02-1_all.deb ...
11:59:48 #10 32.00 Unpacking libhttp-date-perl (6.02-1) ...
11:59:48 #10 32.04 Selecting previously unselected package libfile-listing-perl.
11:59:48 #10 32.04 Preparing to unpack .../198-libfile-listing-perl_6.04-1_all.deb ...
11:59:48 #10 30.74 Preparing to unpack .../087-libelf1_0.188-2.1_amd64.deb ...
11:59:48 #10 30.75 Unpacking libelf1:amd64 (0.188-2.1) ...
11:59:48 #10 30.79 Selecting previously unselected package dwz.
11:59:48 #10 30.79 Preparing to unpack .../088-dwz_0.15-1_amd64.deb ...
11:59:48 #10 30.80 Unpacking dwz (0.15-1) ...
11:59:48 #10 30.87 Selecting previously unselected package libicu72:amd64.
11:59:48 #21 7.698 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
11:59:48 #21 7.698 Need to get 87.4 MB of archives.
11:59:48 #21 7.698 After this operation, 508 MB of additional disk space will be used.
11:59:48 #21 7.698 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:59:48 #21 7.725 Get:2 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
11:59:48 #21 7.727 Get:3 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
11:59:48 #21 7.766 Get:4 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
11:59:48 #21 7.794 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:59:48 #11 29.78 Preparing to unpack .../145-gpg_2.2.19-3ubuntu2.2_arm64.deb ...
11:59:48 #11 29.78 Unpacking gpg (2.2.19-3ubuntu2.2) ...
11:59:48 #11 29.85 Selecting previously unselected package pinentry-curses.
11:59:48 #11 29.85 Preparing to unpack .../146-pinentry-curses_1.1.0-3build1_arm64.deb ...
11:59:48 #11 29.86 Unpacking pinentry-curses (1.1.0-3build1) ...
11:59:48 #11 29.90 Selecting previously unselected package gpg-agent.
11:59:48 #11 29.90 Preparing to unpack .../147-gpg-agent_2.2.19-3ubuntu2.2_arm64.deb ...
11:59:48 #11 29.91 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
11:59:48 #11 29.96 Selecting previously unselected package gpg-wks-client.
11:59:48 #11 29.96 Preparing to unpack .../148-gpg-wks-client_2.2.19-3ubuntu2.2_arm64.deb ...
11:59:48 #11 29.96 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:59:48 #11 30.00 Selecting previously unselected package gpg-wks-server.
11:59:48 #11 30.00 Preparing to unpack .../149-gpg-wks-server_2.2.19-3ubuntu2.2_arm64.deb ...
11:59:48 #11 30.00 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:59:48 #11 30.04 Selecting previously unselected package gpgsm.
11:59:48 #11 30.04 Preparing to unpack .../150-gpgsm_2.2.19-3ubuntu2.2_arm64.deb ...
11:59:48 #11 30.05 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
11:59:48 #11 30.10 Selecting previously unselected package gnupg.
11:59:48 #11 30.10 Preparing to unpack .../151-gnupg_2.2.19-3ubuntu2.2_all.deb ...
11:59:48 #11 28.52 Preparing to unpack .../112-libubsan1_12.2.0-3ubuntu1_arm64.deb ...
11:59:48 #11 28.52 Unpacking libubsan1:arm64 (12.2.0-3ubuntu1) ...
11:59:48 #11 28.57 Selecting previously unselected package libhwasan0:arm64.
11:59:48 #11 28.57 Preparing to unpack .../113-libhwasan0_12.2.0-3ubuntu1_arm64.deb ...
11:59:48 #11 28.58 Unpacking libhwasan0:arm64 (12.2.0-3ubuntu1) ...
11:59:48 #11 28.62 Selecting previously unselected package libgcc-12-dev:arm64.
11:59:48 #11 28.62 Preparing to unpack .../114-libgcc-12-dev_12.2.0-3ubuntu1_arm64.deb ...
11:59:48 #11 28.63 Unpacking libgcc-12-dev:arm64 (12.2.0-3ubuntu1) ...
11:59:48 #11 28.71 Selecting previously unselected package gcc-12.
11:59:48 #11 28.71 Preparing to unpack .../115-gcc-12_12.2.0-3ubuntu1_arm64.deb ...
11:59:48 #11 28.72 Unpacking gcc-12 (12.2.0-3ubuntu1) ...
11:59:48 #10 34.93 Preparing to unpack .../120-libsub-quote-perl_2.005001-1_all.deb ...
11:59:48 #10 34.93 Unpacking libsub-quote-perl (2.005001-1) ...
11:59:48 #10 34.96 Selecting previously unselected package libmoo-perl.
11:59:48 #10 34.96 Preparing to unpack .../121-libmoo-perl_2.003004-2_all.deb ...
11:59:48 #10 34.96 Unpacking libmoo-perl (2.003004-2) ...
11:59:48 #10 34.99 Selecting previously unselected package libencode-locale-perl.
11:59:48 #10 34.99 Preparing to unpack .../122-libencode-locale-perl_1.05-1_all.deb ...
11:59:48 #10 35.00 Unpacking libencode-locale-perl (1.05-1) ...
11:59:48 #10 35.03 Selecting previously unselected package libtimedate-perl.
11:59:48 #10 35.03 Preparing to unpack .../123-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
11:59:48 #10 35.03 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
11:59:48 #10 35.06 Selecting previously unselected package libhttp-date-perl.
11:59:48 #10 35.06 Preparing to unpack .../124-libhttp-date-perl_6.02-1_all.deb ...
11:59:48 #10 35.07 Unpacking libhttp-date-perl (6.02-1) ...
11:59:48 #10 35.10 Selecting previously unselected package libfile-listing-perl.
11:59:48 #10 35.10 Preparing to unpack .../125-libfile-listing-perl_6.04-1_all.deb ...
11:59:48 #10 35.10 Unpacking libfile-listing-perl (6.04-1) ...
11:59:48 #10 35.13 Selecting previously unselected package libhtml-tagset-perl.
11:59:48 #10 35.13 Preparing to unpack .../126-libhtml-tagset-perl_3.20-3_all.deb ...
11:59:48 #10 35.13 Unpacking libhtml-tagset-perl (3.20-3) ...
11:59:48 #10 35.16 Selecting previously unselected package liburi-perl.
11:59:48 #10 35.16 Preparing to unpack .../127-liburi-perl_1.76-1_all.deb ...
11:59:48 #10 35.17 Unpacking liburi-perl (1.76-1) ...
11:59:48 #10 35.20 Selecting previously unselected package libhtml-parser-perl.
11:59:48 #10 35.20 Preparing to unpack .../128-libhtml-parser-perl_3.72-3+b3_amd64.deb ...
11:59:48 #10 35.21 Unpacking libhtml-parser-perl (3.72-3+b3) ...
11:59:48 #10 35.24 Selecting previously unselected package libhtml-tree-perl.
11:59:48 #10 32.42 Preparing to unpack .../136-pinentry-curses_1.1.0-1_amd64.deb ...
11:59:48 #10 32.42 Unpacking pinentry-curses (1.1.0-1) ...
11:59:48 #10 32.45 Selecting previously unselected package gpg-agent.
11:59:48 #10 32.45 Preparing to unpack .../137-gpg-agent_2.2.4-1ubuntu1.6_amd64.deb ...
11:59:48 #10 32.45 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
11:59:48 #10 32.51 Selecting previously unselected package gpg-wks-client.
11:59:48 #10 32.51 Preparing to unpack .../138-gpg-wks-client_2.2.4-1ubuntu1.6_amd64.deb ...
11:59:48 #10 32.51 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:59:48 #10 32.54 Selecting previously unselected package gpg-wks-server.
11:59:48 #10 32.55 Preparing to unpack .../139-gpg-wks-server_2.2.4-1ubuntu1.6_amd64.deb ...
11:59:48 #10 32.55 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:59:48 #10 32.59 Selecting previously unselected package gpgsm.
11:59:48 #10 32.60 Preparing to unpack .../140-gpgsm_2.2.4-1ubuntu1.6_amd64.deb ...
11:59:48 #10 32.60 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
11:59:48 #10 32.64 Selecting previously unselected package gnupg.
11:59:48 #10 32.64 Preparing to unpack .../141-gnupg_2.2.4-1ubuntu1.6_amd64.deb ...
11:59:48 #10 32.65 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
11:59:48 #11 31.36 Preparing to unpack .../255-libdata-optlist-perl_0.112-1_all.deb ...
11:59:48 #11 31.37 Unpacking libdata-optlist-perl (0.112-1) ...
11:59:48 #11 31.39 Selecting previously unselected package libsub-exporter-perl.
11:59:48 #11 31.39 Preparing to unpack .../256-libsub-exporter-perl_0.988-1_all.deb ...
11:59:48 #11 31.40 Unpacking libsub-exporter-perl (0.988-1) ...
11:59:48 #11 31.43 Selecting previously unselected package libconst-fast-perl.
11:59:48 #11 31.43 Preparing to unpack .../257-libconst-fast-perl_0.014-2_all.deb ...
11:59:48 #11 31.44 Unpacking libconst-fast-perl (0.014-2) ...
11:59:48 #11 31.47 Selecting previously unselected package libwant-perl.
11:59:48 #11 31.47 Preparing to unpack .../258-libwant-perl_0.29-2_amd64.deb ...
11:59:48 #11 31.47 Unpacking libwant-perl (0.29-2) ...
11:59:48 #11 31.51 Selecting previously unselected package libcontextual-return-perl.
11:59:48 #11 31.51 Preparing to unpack .../259-libcontextual-return-perl_0.004014-3_all.deb ...
11:59:48 #11 31.51 Unpacking libcontextual-return-perl (0.004014-3) ...
11:59:48 #11 31.54 Selecting previously unselected package libcpanel-json-xs-perl:amd64.
11:59:48 #11 31.54 Preparing to unpack .../260-libcpanel-json-xs-perl_4.32-1_amd64.deb ...
11:59:48 #11 31.54 Unpacking libcpanel-json-xs-perl:amd64 (4.32-1) ...
11:59:48 #11 31.57 Selecting previously unselected package libdevel-stacktrace-perl.
11:59:48 #11 31.57 Preparing to unpack .../261-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:59:48 #11 31.58 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:59:48 #11 31.60 Selecting previously unselected package libexception-class-perl.
11:59:48 #11 31.61 Preparing to unpack .../262-libexception-class-perl_1.45-1_all.deb ...
11:59:48 #11 31.61 Unpacking libexception-class-perl (1.45-1) ...
11:59:48 #11 31.64 Selecting previously unselected package libiterator-perl.
11:59:48 #11 31.64 Preparing to unpack .../263-libiterator-perl_0.03+ds1-2_all.deb ...
11:59:48 #11 31.64 Unpacking libiterator-perl (0.03+ds1-2) ...
11:59:48 #11 31.67 Selecting previously unselected package libiterator-util-perl.
11:59:48 #11 31.67 Preparing to unpack .../264-libiterator-util-perl_0.02+ds1-2_all.deb ...
11:59:48 #11 31.67 Unpacking libiterator-util-perl (0.02+ds1-2) ...
11:59:48 #10 17.97 Selecting previously unselected package python3-minimal.
11:59:48 #10 17.97 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9597 files and directories currently installed.)
11:59:48 #10 17.97 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
11:59:48 #10 17.98 Unpacking python3-minimal (3.7.3-1) ...
11:59:48 #10 18.02 Selecting previously unselected package mime-support.
11:59:48 #10 18.02 Preparing to unpack .../1-mime-support_3.62_all.deb ...
11:59:48 #10 18.04 Unpacking mime-support (3.62) ...
11:59:48 #10 32.40 Preparing to unpack .../205-libwebp7_1.2.4-0.1_arm64.deb ...
11:59:48 #10 32.41 Unpacking libwebp7:arm64 (1.2.4-0.1) ...
11:59:48 #10 32.46 Selecting previously unselected package libtiff6:arm64.
11:59:48 #10 32.46 Preparing to unpack .../206-libtiff6_4.5.0-4_arm64.deb ...
11:59:48 #10 32.47 Unpacking libtiff6:arm64 (4.5.0-4) ...
11:59:48 #10 32.53 Selecting previously unselected package libxau6:arm64.
11:59:48 #10 32.53 Preparing to unpack .../207-libxau6_1%3a1.0.9-1_arm64.deb ...
11:59:48 #10 32.53 Unpacking libxau6:arm64 (1:1.0.9-1) ...
11:59:48 #10 32.58 Selecting previously unselected package libxdmcp6:arm64.
11:59:48 #10 32.58 Preparing to unpack .../208-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
11:59:48 #10 32.58 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
11:59:48 #10 32.62 Selecting previously unselected package libxcb1:arm64.
11:59:48 #10 32.62 Preparing to unpack .../209-libxcb1_1.15-1_arm64.deb ...
11:59:48 #10 32.63 Unpacking libxcb1:arm64 (1.15-1) ...
11:59:48 #10 32.66 Selecting previously unselected package libx11-data.
11:59:48 #10 32.66 Preparing to unpack .../210-libx11-data_2%3a1.8.3-3_all.deb ...
11:59:48 #10 22.39 Selecting previously unselected package ca-certificates.
11:59:48 #10 22.39 Preparing to unpack .../011-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
11:59:48 #10 22.40 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
11:59:48 #10 22.47 Selecting previously unselected package distro-info-data.
11:59:48 #10 22.48 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.15_all.deb ...
11:59:48 #10 22.48 Unpacking distro-info-data (0.37ubuntu0.15) ...
11:59:48 #10 22.51 Selecting previously unselected package libmagic-mgc.
11:59:48 #10 22.51 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_armhf.deb ...
11:59:48 #10 22.51 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:59:48 #11 31.26 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
11:59:48 #11 31.29 Selecting previously unselected package libnumber-compare-perl.
11:59:48 #11 31.29 Preparing to unpack .../250-libnumber-compare-perl_0.03-2_all.deb ...
11:59:48 #11 31.30 Unpacking libnumber-compare-perl (0.03-2) ...
11:59:48 #11 31.38 Selecting previously unselected package libtext-glob-perl.
11:59:48 #11 31.38 Preparing to unpack .../251-libtext-glob-perl_0.11-2_all.deb ...
11:59:48 #11 31.38 Unpacking libtext-glob-perl (0.11-2) ...
11:59:48 #11 31.41 Selecting previously unselected package libfile-find-rule-perl.
11:59:48 #11 31.41 Preparing to unpack .../252-libfile-find-rule-perl_0.34-1_all.deb ...
11:59:48 #11 31.41 Unpacking libfile-find-rule-perl (0.34-1) ...
11:59:48 #11 31.44 Selecting previously unselected package libfont-afm-perl.
11:59:48 #11 31.44 Preparing to unpack .../253-libfont-afm-perl_1.20-3_all.deb ...
11:59:48 #11 31.45 Unpacking libfont-afm-perl (1.20-3) ...
11:59:48 #11 31.47 Selecting previously unselected package libio-string-perl.
11:59:48 #11 31.47 Preparing to unpack .../254-libio-string-perl_1.08-3.1_all.deb ...
11:59:48 #11 31.48 Unpacking libio-string-perl (1.08-3.1) ...
11:59:48 #10 30.51 Preparing to unpack .../073-dctrl-tools_2.24-3+b1_amd64.deb ...
11:59:48 #10 30.52 Unpacking dctrl-tools (2.24-3+b1) ...
11:59:48 #10 30.55 Selecting previously unselected package libdebhelper-perl.
11:59:48 #10 30.56 Preparing to unpack .../074-libdebhelper-perl_13.3.4_all.deb ...
11:59:48 #10 30.56 Unpacking libdebhelper-perl (13.3.4) ...
11:59:48 #10 30.60 Selecting previously unselected package libtool.
11:59:48 #10 30.60 Preparing to unpack .../075-libtool_2.4.6-15_all.deb ...
11:59:48 #10 30.60 Unpacking libtool (2.4.6-15) ...
11:59:48 #10 30.65 Selecting previously unselected package dh-autoreconf.
11:59:48 #10 30.65 Preparing to unpack .../076-dh-autoreconf_20_all.deb ...
11:59:48 #10 30.65 Unpacking dh-autoreconf (20) ...
11:59:48 #10 30.68 Selecting previously unselected package libarchive-zip-perl.
11:59:48 #10 30.68 Preparing to unpack .../077-libarchive-zip-perl_1.68-1_all.deb ...
11:59:48 #10 30.68 Unpacking libarchive-zip-perl (1.68-1) ...
11:59:48 #10 30.72 Selecting previously unselected package libsub-override-perl.
11:59:48 #10 30.72 Preparing to unpack .../078-libsub-override-perl_0.09-2_all.deb ...
11:59:48 #10 30.73 Unpacking libsub-override-perl (0.09-2) ...
11:59:48 #10 30.48 Preparing to unpack .../199-libparams-util-perl_1.102-1+b1_arm64.deb ...
11:59:48 #10 30.49 Unpacking libparams-util-perl (1.102-1+b1) ...
11:59:48 #10 30.52 Selecting previously unselected package libsub-install-perl.
11:59:48 #10 30.52 Preparing to unpack .../200-libsub-install-perl_0.928-1.1_all.deb ...
11:59:48 #10 30.53 Unpacking libsub-install-perl (0.928-1.1) ...
11:59:48 #10 30.56 Selecting previously unselected package libdata-optlist-perl.
11:59:48 #10 30.56 Preparing to unpack .../201-libdata-optlist-perl_0.110-1.1_all.deb ...
11:59:48 #10 30.56 Unpacking libdata-optlist-perl (0.110-1.1) ...
11:59:48 #10 30.59 Selecting previously unselected package libsub-exporter-perl.
11:59:48 #10 30.60 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ...
11:59:48 #10 30.60 Unpacking libsub-exporter-perl (0.987-1) ...
11:59:48 #10 30.63 Selecting previously unselected package libconst-fast-perl.
11:59:48 #10 30.64 Preparing to unpack .../203-libconst-fast-perl_0.014-1.1_all.deb ...
11:59:48 #10 30.64 Unpacking libconst-fast-perl (0.014-1.1) ...
11:59:48 #10 30.67 Selecting previously unselected package libwant-perl.
11:59:48 #10 30.67 Preparing to unpack .../204-libwant-perl_0.29-1+b6_arm64.deb ...
11:59:48 #10 30.70 Unpacking libwant-perl (0.29-1+b6) ...
11:59:48 #10 32.09 Selecting previously unselected package libalgorithm-merge-perl.
11:59:48 #10 32.09 Preparing to unpack .../171-libalgorithm-merge-perl_0.08-3_all.deb ...
11:59:48 #10 32.10 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:59:48 #10 32.15 Selecting previously unselected package libapt-inst2.0:arm64.
11:59:48 #10 32.15 Preparing to unpack .../172-libapt-inst2.0_1.8.2.3_arm64.deb ...
11:59:48 #10 32.15 Unpacking libapt-inst2.0:arm64 (1.8.2.3) ...
11:59:48 #10 32.21 Selecting previously unselected package libapt-pkg-perl.
11:59:48 #10 32.21 Preparing to unpack .../173-libapt-pkg-perl_0.1.34+b1_arm64.deb ...
11:59:48 #10 32.21 Unpacking libapt-pkg-perl (0.1.34+b1) ...
11:59:48 #10 32.26 Selecting previously unselected package libarchive-cpio-perl.
11:59:48 #11 32.24 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
11:59:48 #11 32.24 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:48 #11 32.28 Selecting previously unselected package libgssapi3-heimdal:amd64.
11:59:48 #11 32.28 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
11:59:48 #11 32.28 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:48 #11 32.32 Selecting previously unselected package libsasl2-modules-db:amd64.
11:59:48 #11 32.32 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
11:59:48 #11 32.33 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:59:48 #11 32.37 Selecting previously unselected package libsasl2-2:amd64.
11:59:48 #11 32.37 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
11:59:48 #11 32.37 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:59:48 #11 32.41 Selecting previously unselected package libldap-common.
11:59:48 #11 32.41 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
11:59:48 #11 32.41 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:59:48 #11 32.45 Selecting previously unselected package libldap-2.4-2:amd64.
11:59:48 #11 32.45 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ...
11:59:48 #11 32.46 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
11:59:48 #11 32.51 Selecting previously unselected package libnghttp2-14:amd64.
11:59:48 #11 11.34 Get:69 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:59:48 #11 11.41 Get:70 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf shared-mime-info armhf 2.2-1 [457 kB]
11:59:48 #11 11.43 Get:71 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf systemd-resolved armhf 251.4-1ubuntu7 [265 kB]
11:59:48 #11 11.47 Get:72 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf systemd-timesyncd armhf 251.4-1ubuntu7 [33.5 kB]
11:59:48 #11 11.47 Get:73 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf ucf all 3.0043 [56.1 kB]
11:59:48 #11 11.47 Get:74 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf xdg-user-dirs armhf 0.17-2ubuntu4 [52.6 kB]
11:59:48 #11 11.47 Get:75 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf bsdextrautils armhf 2.38-4ubuntu1 [76.6 kB]
11:59:48 #11 11.47 Get:76 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmagic-mgc armhf 1:5.41-4 [257 kB]
11:59:48 #11 11.47 Get:77 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmagic1 armhf 1:5.41-4 [80.1 kB]
11:59:48 #11 11.47 Get:78 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf file armhf 1:5.41-4 [20.6 kB]
11:59:48 #11 11.49 Get:79 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gettext-base armhf 0.21-8 [37.6 kB]
11:59:48 #11 22.85 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.1_arm64.deb ...
11:59:48 #11 22.86 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ...
11:59:48 #11 22.91 Selecting previously unselected package publicsuffix.
11:59:48 #11 22.91 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
11:59:48 #11 22.91 Unpacking publicsuffix (20211207.1025-1) ...
11:59:48 #11 22.94 Selecting previously unselected package strace.
11:59:48 #11 22.95 Preparing to unpack .../048-strace_5.16-0ubuntu3_arm64.deb ...
11:59:48 #11 22.95 Unpacking strace (5.16-0ubuntu3) ...
11:59:48 #11 22.99 Selecting previously unselected package xauth.
11:59:48 #11 22.99 Preparing to unpack .../049-xauth_1%3a1.1-1build2_arm64.deb ...
11:59:48 #11 23.00 Unpacking xauth (1:1.1-1build2) ...
11:59:48 #11 23.03 Selecting previously unselected package xz-utils.
11:59:48 #11 23.03 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_arm64.deb ...
11:59:48 #11 23.04 Unpacking xz-utils (5.2.5-2ubuntu1) ...
11:59:48 #10 10.68 Get:123 http://deb.debian.org/debian bookworm/main armhf libfakeroot armhf 1.29-1 [44.7 kB]
11:59:48 #10 10.68 Get:124 http://deb.debian.org/debian bookworm/main armhf fakeroot armhf 1.29-1 [85.4 kB]
11:59:48 #10 10.68 Get:125 http://deb.debian.org/debian bookworm/main armhf libassuan0 armhf 2.5.5-5 [42.0 kB]
11:59:48 #10 10.69 Get:126 http://deb.debian.org/debian bookworm/main armhf gpgconf armhf 2.2.40-1 [547 kB]
11:59:48 #10 10.69 Get:127 http://deb.debian.org/debian bookworm/main armhf libksba8 armhf 1.6.3-2 [109 kB]
11:59:48 #10 10.69 Get:128 http://deb.debian.org/debian bookworm/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
11:59:48 #10 10.69 Get:129 http://deb.debian.org/debian bookworm/main armhf dirmngr armhf 2.2.40-1 [748 kB]
11:59:48 #10 10.70 Get:130 http://deb.debian.org/debian bookworm/main armhf gnupg-l10n all 2.2.40-1 [1094 kB]
11:59:48 #10 10.72 Get:131 http://deb.debian.org/debian bookworm/main armhf gnupg-utils armhf 2.2.40-1 [851 kB]
11:59:48 #10 10.73 Get:132 http://deb.debian.org/debian bookworm/main armhf gpg armhf 2.2.40-1 [884 kB]
11:59:48 #10 10.73 Get:133 http://deb.debian.org/debian bookworm/main armhf pinentry-curses armhf 1.2.1-1 [73.4 kB]
11:59:48 #10 10.73 Get:134 http://deb.debian.org/debian bookworm/main armhf gpg-agent armhf 2.2.40-1 [652 kB]
11:59:48 #10 10.74 Get:135 http://deb.debian.org/debian bookworm/main armhf gpg-wks-client armhf 2.2.40-1 [524 kB]
11:59:48 #10 10.75 Get:136 http://deb.debian.org/debian bookworm/main armhf gpg-wks-server armhf 2.2.40-1 [517 kB]
11:59:48 #10 10.78 Get:137 http://deb.debian.org/debian bookworm/main armhf gpgsm armhf 2.2.40-1 [637 kB]
11:59:48 #10 10.78 Get:138 http://deb.debian.org/debian bookworm/main armhf gnupg all 2.2.40-1 [846 kB]
11:59:48 #10 10.78 Get:139 http://deb.debian.org/debian bookworm/main armhf libfile-dirlist-perl all 0.05-3 [7600 B]
11:59:48 #10 10.78 Get:140 http://deb.debian.org/debian bookworm/main armhf libfile-which-perl all 1.27-2 [15.1 kB]
11:59:48 #10 10.78 Get:141 http://deb.debian.org/debian bookworm/main armhf libfile-homedir-perl all 1.006-2 [42.4 kB]
11:59:48 #10 10.78 Get:142 http://deb.debian.org/debian bookworm/main armhf libfile-touch-perl all 0.12-2 [8816 B]
11:59:48 #10 10.78 Get:143 http://deb.debian.org/debian bookworm/main armhf libio-pty-perl armhf 1:1.17-1 [34.5 kB]
11:59:48 #10 10.78 Get:144 http://deb.debian.org/debian bookworm/main armhf libipc-run-perl all 20220807.0-1 [104 kB]
11:59:48 #10 10.78 Get:145 http://deb.debian.org/debian bookworm/main armhf libclass-method-modifiers-perl all 2.14-1 [18.1 kB]
11:59:48 #10 10.78 Get:146 http://deb.debian.org/debian bookworm/main armhf libclass-xsaccessor-perl armhf 1.19-4+b1 [35.5 kB]
11:59:48 #10 10.78 Get:147 http://deb.debian.org/debian bookworm/main armhf libb-hooks-op-check-perl armhf 0.22-2+b1 [10.3 kB]
11:59:48 #10 10.78 Get:148 http://deb.debian.org/debian bookworm/main armhf libdynaloader-functions-perl all 0.003-3 [12.7 kB]
11:59:48 #10 10.78 Get:149 http://deb.debian.org/debian bookworm/main armhf libdevel-callchecker-perl armhf 0.008-2 [15.7 kB]
11:59:48 #10 10.78 Get:150 http://deb.debian.org/debian bookworm/main armhf libparams-classify-perl armhf 0.015-2+b1 [21.9 kB]
11:59:48 #10 10.78 Get:151 http://deb.debian.org/debian bookworm/main armhf libmodule-runtime-perl all 0.016-2 [19.6 kB]
11:59:48 #10 10.78 Get:152 http://deb.debian.org/debian bookworm/main armhf libimport-into-perl all 1.002005-2 [11.3 kB]
11:59:48 #10 10.78 Get:153 http://deb.debian.org/debian bookworm/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
11:59:48 #10 10.78 Get:154 http://deb.debian.org/debian bookworm/main armhf libsub-quote-perl all 2.006008-1 [21.8 kB]
11:59:48 #10 10.78 Get:155 http://deb.debian.org/debian bookworm/main armhf libmoo-perl all 2.005005-1 [58.0 kB]
11:59:48 #10 10.78 Get:156 http://deb.debian.org/debian bookworm/main armhf libencode-locale-perl all 1.05-3 [12.9 kB]
11:59:48 #10 10.78 Get:157 http://deb.debian.org/debian bookworm/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
11:59:48 #10 10.79 Get:158 http://deb.debian.org/debian bookworm/main armhf libhttp-date-perl all 6.05-2 [10.5 kB]
11:59:48 #10 10.79 Get:159 http://deb.debian.org/debian bookworm/main armhf libfile-listing-perl all 6.15-1 [12.6 kB]
11:59:48 #10 10.79 Get:160 http://deb.debian.org/debian bookworm/main armhf libhtml-tagset-perl all 3.20-6 [11.7 kB]
11:59:48 #10 10.79 Get:161 http://deb.debian.org/debian bookworm/main armhf libregexp-ipv6-perl all 0.03-3 [5212 B]
11:59:48 #10 10.79 Get:162 http://deb.debian.org/debian bookworm/main armhf liburi-perl all 5.17-1 [90.4 kB]
11:59:48 #10 10.80 Get:163 http://deb.debian.org/debian bookworm/main armhf libhtml-parser-perl armhf 3.81-1 [97.4 kB]
11:59:48 #10 10.80 Get:164 http://deb.debian.org/debian bookworm/main armhf libhtml-tree-perl all 5.07-3 [211 kB]
11:59:48 #10 10.81 Get:165 http://deb.debian.org/debian bookworm/main armhf libclone-perl armhf 0.46-1 [13.1 kB]
11:59:48 #10 10.81 Get:166 http://deb.debian.org/debian bookworm/main armhf libio-html-perl all 1.004-3 [16.2 kB]
11:59:48 #10 10.81 Get:167 http://deb.debian.org/debian bookworm/main armhf liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
11:59:48 #10 10.81 Get:168 http://deb.debian.org/debian bookworm/main armhf libhttp-message-perl all 6.44-1 [81.7 kB]
11:59:48 #10 10.81 Get:169 http://deb.debian.org/debian bookworm/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:59:48 #10 10.81 Get:170 http://deb.debian.org/debian bookworm/main armhf libhttp-negotiate-perl all 6.01-2 [13.1 kB]
11:59:48 #10 10.81 Get:171 http://deb.debian.org/debian bookworm/main armhf perl-openssl-defaults armhf 7+b1 [7916 B]
11:59:48 #10 10.82 Get:172 http://deb.debian.org/debian bookworm/main armhf libnet-ssleay-perl armhf 1.92-2+b1 [298 kB]
11:59:48 #10 10.82 Get:173 http://deb.debian.org/debian bookworm/main armhf libio-socket-ssl-perl all 2.078-1 [217 kB]
11:59:48 #10 10.83 Get:174 http://deb.debian.org/debian bookworm/main armhf libnet-http-perl all 6.22-1 [25.3 kB]
11:59:48 #10 10.83 Get:175 http://deb.debian.org/debian bookworm/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:59:48 #10 10.83 Get:176 http://deb.debian.org/debian bookworm/main armhf libtry-tiny-perl all 0.31-2 [22.6 kB]
11:59:48 #10 10.83 Get:177 http://deb.debian.org/debian bookworm/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:59:48 #10 10.83 Get:178 http://deb.debian.org/debian bookworm/main armhf libwww-perl all 6.67-1 [194 kB]
11:59:48 #10 10.83 Get:179 http://deb.debian.org/debian bookworm/main armhf patchutils armhf 0.4.2-1 [72.5 kB]
11:59:48 #10 10.83 Get:180 http://deb.debian.org/debian bookworm/main armhf wdiff armhf 1.2.2-4 [118 kB]
11:59:48 #10 10.83 Get:181 http://deb.debian.org/debian bookworm/main armhf devscripts armhf 2.22.2 [1182 kB]
11:59:48 #10 10.85 Get:182 http://deb.debian.org/debian bookworm/main armhf diffstat armhf 1.65-1 [31.4 kB]
11:59:48 #10 10.85 Get:183 http://deb.debian.org/debian bookworm/main armhf distro-info-data all 0.56 [5500 B]
11:59:48 #10 10.85 Get:184 http://deb.debian.org/debian bookworm/main armhf python3-pkg-resources all 65.6.3-1 [278 kB]
11:59:48 #10 10.85 Get:185 http://deb.debian.org/debian bookworm/main armhf python3-chardet all 5.1.0+dfsg-2 [110 kB]
11:59:48 #10 10.85 Get:186 http://deb.debian.org/debian bookworm/main armhf python3-debian all 0.1.49 [115 kB]
11:59:48 #10 10.85 Get:187 http://deb.debian.org/debian bookworm/main armhf libgpgme11 armhf 1.18.0-3+b1 [280 kB]
11:59:48 #10 32.04 Unpacking libfile-listing-perl (6.04-1) ...
11:59:48 #10 32.09 Selecting previously unselected package libfont-afm-perl.
11:59:48 #10 32.09 Preparing to unpack .../199-libfont-afm-perl_1.20-2_all.deb ...
11:59:48 #10 32.10 Unpacking libfont-afm-perl (1.20-2) ...
11:59:48 #10 32.13 Selecting previously unselected package libio-stringy-perl.
11:59:48 #10 32.13 Preparing to unpack .../200-libio-stringy-perl_2.111-2_all.deb ...
11:59:48 #10 32.13 Unpacking libio-stringy-perl (2.111-2) ...
11:59:48 #10 32.18 Selecting previously unselected package libparams-validate-perl.
11:59:48 #10 32.18 Preparing to unpack .../201-libparams-validate-perl_1.29-1_arm64.deb ...
11:59:48 #10 32.18 Unpacking libparams-validate-perl (1.29-1) ...
11:59:48 #10 32.22 Selecting previously unselected package libsub-exporter-perl.
11:59:48 #10 32.22 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ...
11:59:48 #10 32.23 Unpacking libsub-exporter-perl (0.987-1) ...
11:59:48 #10 32.26 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:59:48 #10 32.26 Preparing to unpack .../203-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
11:59:48 #10 32.27 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
11:59:48 #10 32.30 Selecting previously unselected package libsort-versions-perl.
11:59:48 #10 30.88 Preparing to unpack .../089-libicu72_72.1-3_amd64.deb ...
11:59:48 #10 30.88 Unpacking libicu72:amd64 (72.1-3) ...
11:59:48 #21 7.886 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:59:48 #11 30.10 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
11:59:48 #11 30.15 Selecting previously unselected package libfile-which-perl.
11:59:48 #11 30.15 Preparing to unpack .../152-libfile-which-perl_1.23-1_all.deb ...
11:59:48 #11 30.15 Unpacking libfile-which-perl (1.23-1) ...
11:59:48 #11 30.19 Selecting previously unselected package libfile-homedir-perl.
11:59:48 #11 30.19 Preparing to unpack .../153-libfile-homedir-perl_1.004-1_all.deb ...
11:59:48 #11 30.19 Unpacking libfile-homedir-perl (1.004-1) ...
11:59:48 #11 30.23 Selecting previously unselected package libio-pty-perl.
11:59:48 #11 30.23 Preparing to unpack .../154-libio-pty-perl_1%3a1.12-1_arm64.deb ...
11:59:48 #11 30.23 Unpacking libio-pty-perl (1:1.12-1) ...
11:59:48 #11 30.27 Selecting previously unselected package libipc-run-perl.
11:59:48 #11 30.27 Preparing to unpack .../155-libipc-run-perl_20180523.0-2_all.deb ...
11:59:48 #11 30.28 Unpacking libipc-run-perl (20180523.0-2) ...
11:59:48 #11 30.32 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:48 #11 30.32 Preparing to unpack .../156-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:59:48 #11 30.32 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:59:48 #11 30.36 Selecting previously unselected package libb-hooks-op-check-perl.
11:59:48 #10 29.67   Running scriptlet: gcc-toolset-12-runtime-12.0-5.el9.x86_64           146/166 
11:59:48 #10 29.86 ValueError: SELinux policy is not managed or store cannot be accessed.
11:59:48 #10 29.86 
11:59:48 #10 29.95   Installing       : gcc-toolset-12-binutils-2.38-16.el9.x86_64         147/166 
11:59:48 #10 29.99   Running scriptlet: gcc-toolset-12-binutils-2.38-16.el9.x86_64         147/166 
11:59:48 #10 35.24 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ...
11:59:48 #10 35.24 Unpacking libhtml-tree-perl (5.07-2) ...
11:59:48 #10 35.29 Selecting previously unselected package libio-html-perl.
11:59:48 #10 35.29 Preparing to unpack .../130-libio-html-perl_1.001-1_all.deb ...
11:59:48 #10 35.30 Unpacking libio-html-perl (1.001-1) ...
11:59:48 #10 35.33 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:48 #10 35.33 Preparing to unpack .../131-liblwp-mediatypes-perl_6.02-1_all.deb ...
11:59:48 #10 35.33 Unpacking liblwp-mediatypes-perl (6.02-1) ...
11:59:48 #10 35.36 Selecting previously unselected package libhttp-message-perl.
11:59:48 #10 35.36 Preparing to unpack .../132-libhttp-message-perl_6.18-1_all.deb ...
11:59:48 #10 35.37 Unpacking libhttp-message-perl (6.18-1) ...
11:59:48 #10 35.40 Selecting previously unselected package libhttp-cookies-perl.
11:59:48 #10 35.40 Preparing to unpack .../133-libhttp-cookies-perl_6.04-1_all.deb ...
11:59:48 #10 35.41 Unpacking libhttp-cookies-perl (6.04-1) ...
11:59:48 #10 35.44 Selecting previously unselected package libhttp-negotiate-perl.
11:59:48 #10 35.44 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ...
11:59:48 #10 35.45 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:59:48 #10 35.47 Selecting previously unselected package perl-openssl-defaults:amd64.
11:59:48 #10 32.69 Selecting previously unselected package libgpgme11:amd64.
11:59:48 #10 32.69 Preparing to unpack .../142-libgpgme11_1.10.0-1ubuntu2_amd64.deb ...
11:59:48 #10 32.69 Unpacking libgpgme11:amd64 (1.10.0-1ubuntu2) ...
11:59:48 #10 32.73 Selecting previously unselected package python3-gpg.
11:59:48 #10 32.73 Preparing to unpack .../143-python3-gpg_1.10.0-1ubuntu2_amd64.deb ...
11:59:48 #10 32.74 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
11:59:48 #10 32.79 Selecting previously unselected package dput.
11:59:48 #10 32.79 Preparing to unpack .../144-dput_1.0.1ubuntu1_all.deb ...
11:59:48 #10 32.80 Unpacking dput (1.0.1ubuntu1) ...
11:59:48 #10 32.83 Selecting previously unselected package libfakeroot:amd64.
11:59:48 #10 32.84 Preparing to unpack .../145-libfakeroot_1.22-2ubuntu1_amd64.deb ...
11:59:48 #10 32.84 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ...
11:59:48 #10 32.88 Selecting previously unselected package fakeroot.
11:59:48 #10 32.88 Preparing to unpack .../146-fakeroot_1.22-2ubuntu1_amd64.deb ...
11:59:48 #10 32.88 Unpacking fakeroot (1.22-2ubuntu1) ...
11:59:48 #10 32.92 Selecting previously unselected package libcurl3-gnutls:amd64.
11:59:48 #10 18.08 Selecting previously unselected package libmpdec2:armhf.
11:59:48 #10 18.08 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
11:59:48 #10 18.08 Unpacking libmpdec2:armhf (2.4.2-2) ...
11:59:48 #10 18.13 Selecting previously unselected package readline-common.
11:59:48 #10 18.13 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
11:59:48 #10 18.13 Unpacking readline-common (7.0-5) ...
11:59:48 #11 31.72 Selecting previously unselected package libexporter-tiny-perl.
11:59:48 #11 31.72 Preparing to unpack .../265-libexporter-tiny-perl_1.002002-1_all.deb ...
11:59:48 #11 31.72 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:59:48 #11 31.80 Selecting previously unselected package liblist-moreutils-xs-perl.
11:59:48 #11 31.81 Preparing to unpack .../266-liblist-moreutils-xs-perl_0.430-3_amd64.deb ...
11:59:48 #11 31.81 Unpacking liblist-moreutils-xs-perl (0.430-3) ...
11:59:48 #11 31.84 Selecting previously unselected package liblist-moreutils-perl.
11:59:48 #11 31.84 Preparing to unpack .../267-liblist-moreutils-perl_0.430-2_all.deb ...
11:59:48 #11 31.85 Unpacking liblist-moreutils-perl (0.430-2) ...
11:59:48 #11 31.91 Selecting previously unselected package libdata-dpath-perl.
11:59:48 #12 19.37 CentOS Stream 8 - Extras                         25 kB/s |  18 kB     00:00    
11:59:48 #10 22.62 Selecting previously unselected package libmagic1:armhf.
11:59:48 #10 22.62 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_armhf.deb ...
11:59:48 #10 22.62 Unpacking libmagic1:armhf (1:5.32-2ubuntu0.4) ...
11:59:48 #10 22.68 Selecting previously unselected package file.
11:59:48 #10 22.68 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_armhf.deb ...
11:59:48 #10 22.69 Unpacking file (1:5.32-2ubuntu0.4) ...
11:59:48 #10 22.73 Selecting previously unselected package less.
11:59:48 #10 22.73 Preparing to unpack .../016-less_487-0.1_armhf.deb ...
11:59:48 #10 5.195 Fetched 18.8 MB in 4s (5350 kB/s)
11:59:48 #10 32.67 Unpacking libx11-data (2:1.8.3-3) ...
11:59:48 #10 32.75 Selecting previously unselected package libx11-6:arm64.
11:59:48 #10 32.75 Preparing to unpack .../211-libx11-6_2%3a1.8.3-3_arm64.deb ...
11:59:48 #10 32.75 Unpacking libx11-6:arm64 (2:1.8.3-3) ...
11:59:48 #10 32.82 Selecting previously unselected package libxpm4:arm64.
11:59:48 #10 32.83 Preparing to unpack .../212-libxpm4_1%3a3.5.12-1.1_arm64.deb ...
11:59:48 #10 32.83 Unpacking libxpm4:arm64 (1:3.5.12-1.1) ...
11:59:48 #10 32.87 Selecting previously unselected package libgd3:arm64.
11:59:48 #10 32.87 Preparing to unpack .../213-libgd3_2.3.3-7+b1_arm64.deb ...
11:59:48 #10 32.88 Unpacking libgd3:arm64 (2.3.3-7+b1) ...
11:59:48 #10 32.93 Selecting previously unselected package libc-devtools.
11:59:48 #10 32.93 Preparing to unpack .../214-libc-devtools_2.36-8_arm64.deb ...
11:59:48 #11 31.51 Selecting previously unselected package libfont-ttf-perl.
11:59:48 #11 31.51 Preparing to unpack .../255-libfont-ttf-perl_1.06-1.1_all.deb ...
11:59:48 #11 31.51 Unpacking libfont-ttf-perl (1.06-1.1) ...
11:59:48 #11 31.57 Selecting previously unselected package libsort-versions-perl.
11:59:48 #11 31.57 Preparing to unpack .../256-libsort-versions-perl_1.62-1_all.deb ...
11:59:48 #11 31.58 Unpacking libsort-versions-perl (1.62-1) ...
11:59:48 #11 31.60 Selecting previously unselected package libgit-wrapper-perl.
11:59:48 #11 31.60 Preparing to unpack .../257-libgit-wrapper-perl_0.048-1_all.deb ...
11:59:48 #11 31.61 Unpacking libgit-wrapper-perl (0.048-1) ...
11:59:48 #11 31.64 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:59:48 #11 31.64 Preparing to unpack .../258-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:59:48 #11 31.64 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:59:48 #11 31.67 Selecting previously unselected package libio-prompter-perl.
11:59:48 #11 31.67 Preparing to unpack .../259-libio-prompter-perl_0.004015-1_all.deb ...
11:59:48 #11 31.68 Unpacking libio-prompter-perl (0.004015-1) ...
11:59:48 #11 31.70 Selecting previously unselected package libjson-perl.
11:59:48 #11 31.71 Preparing to unpack .../260-libjson-perl_4.04000-1_all.deb ...
11:59:48 #11 31.71 Unpacking libjson-perl (4.04000-1) ...
11:59:48 #11 31.74 Selecting previously unselected package liblog-any-perl.
11:59:48 #11 31.74 Preparing to unpack .../261-liblog-any-perl_1.710-1_all.deb ...
11:59:48 #11 31.74 Unpacking liblog-any-perl (1.710-1) ...
11:59:48 #11 31.77 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:59:48 #11 31.77 Preparing to unpack .../262-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:59:48 #11 31.77 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:59:48 #11 31.80 Selecting previously unselected package libpackage-stash-perl.
11:59:48 #10 30.75 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:48 #10 30.76 Preparing to unpack .../079-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
11:59:48 #10 30.76 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
11:59:48 #10 30.79 Selecting previously unselected package dh-strip-nondeterminism.
11:59:48 #10 30.79 Preparing to unpack .../080-dh-strip-nondeterminism_1.12.0-1_all.deb ...
11:59:48 #10 30.79 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
11:59:48 #10 30.83 Selecting previously unselected package libelf1:amd64.
11:59:48 #10 30.83 Preparing to unpack .../081-libelf1_0.183-1_amd64.deb ...
11:59:48 #10 30.83 Unpacking libelf1:amd64 (0.183-1) ...
11:59:48 #10 30.87 Selecting previously unselected package dwz.
11:59:48 #10 30.87 Preparing to unpack .../082-dwz_0.13+20210201-1_amd64.deb ...
11:59:48 #10 30.88 Unpacking dwz (0.13+20210201-1) ...
11:59:48 #10 30.92 Selecting previously unselected package libicu67:amd64.
11:59:48 #10 30.92 Preparing to unpack .../083-libicu67_67.1-7_amd64.deb ...
11:59:48 #10 30.93 Unpacking libicu67:amd64 (67.1-7) ...
11:59:48 #10 30.73 Selecting previously unselected package libcontextual-return-perl.
11:59:48 #10 30.73 Preparing to unpack .../205-libcontextual-return-perl_0.004014-2_all.deb ...
11:59:48 #10 30.74 Unpacking libcontextual-return-perl (0.004014-2) ...
11:59:48 #10 30.77 Selecting previously unselected package libconvert-binhex-perl.
11:59:48 #10 30.78 Preparing to unpack .../206-libconvert-binhex-perl_1.125-1_all.deb ...
11:59:48 #10 30.78 Unpacking libconvert-binhex-perl (1.125-1) ...
11:59:48 #10 30.81 Selecting previously unselected package libcpanel-json-xs-perl.
11:59:48 #10 30.81 Preparing to unpack .../207-libcpanel-json-xs-perl_4.25-1+b1_arm64.deb ...
11:59:48 #10 30.82 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
11:59:48 #10 30.86 Selecting previously unselected package libdevel-stacktrace-perl.
11:59:48 #10 30.86 Preparing to unpack .../208-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:59:48 #10 30.86 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:59:48 #10 30.89 Selecting previously unselected package libexception-class-perl.
11:59:48 #10 30.90 Preparing to unpack .../209-libexception-class-perl_1.44-1_all.deb ...
11:59:48 #10 30.90 Unpacking libexception-class-perl (1.44-1) ...
11:59:48 #10 30.93 Selecting previously unselected package libiterator-perl.
11:59:48 #10 30.93 Preparing to unpack .../210-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:59:48 #10 32.26 Preparing to unpack .../174-libarchive-cpio-perl_0.10-1_all.deb ...
11:59:48 #10 32.26 Unpacking libarchive-cpio-perl (0.10-1) ...
11:59:48 #10 32.30 Selecting previously unselected package libasync-mergepoint-perl.
11:59:48 #10 32.31 Preparing to unpack .../175-libasync-mergepoint-perl_0.04-2_all.deb ...
11:59:48 #10 32.31 Unpacking libasync-mergepoint-perl (0.04-2) ...
11:59:48 #10 32.34 Selecting previously unselected package libauthen-sasl-perl.
11:59:48 #10 32.35 Preparing to unpack .../176-libauthen-sasl-perl_2.1600-1_all.deb ...
11:59:48 #10 32.35 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:59:48 #10 32.39 Selecting previously unselected package libmodule-implementation-perl.
11:59:48 #10 32.39 Preparing to unpack .../177-libmodule-implementation-perl_0.09-1_all.deb ...
11:59:48 #10 32.40 Unpacking libmodule-implementation-perl (0.09-1) ...
11:59:48 #10 32.43 Selecting previously unselected package libvariable-magic-perl.
11:59:48 #10 32.43 Preparing to unpack .../178-libvariable-magic-perl_0.62-1+b1_arm64.deb ...
11:59:48 #10 32.44 Unpacking libvariable-magic-perl (0.62-1+b1) ...
11:59:48 #10 32.48 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:48 #10 32.48 Preparing to unpack .../179-libb-hooks-endofscope-perl_0.24-1_all.deb ...
11:59:48 #10 32.48 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
11:59:48 #10 32.52 Selecting previously unselected package libcapture-tiny-perl.
11:59:48 #11 32.51 Preparing to unpack .../119-libnghttp2-14_1.40.0-1build1_amd64.deb ...
11:59:48 #11 32.51 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
11:59:48 #11 32.55 Selecting previously unselected package librtmp1:amd64.
11:59:48 #11 32.56 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
11:59:48 #11 32.56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
11:59:48 #11 32.60 Selecting previously unselected package libssh-4:amd64.
11:59:48 #11 32.61 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
11:59:48 #11 32.61 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
11:59:48 #11 32.66 Selecting previously unselected package libcurl4:amd64.
11:59:48 #11 32.67 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.15_amd64.deb ...
11:59:48 #11 32.67 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.15) ...
11:59:48 #11 32.72 Selecting previously unselected package curl.
11:59:48 #11 32.72 Preparing to unpack .../123-curl_7.68.0-1ubuntu2.15_amd64.deb ...
11:59:48 #11 32.72 Unpacking curl (7.68.0-1ubuntu2.15) ...
11:59:48 #11 32.77 Selecting previously unselected package dctrl-tools.
11:59:48 #11 32.78 Preparing to unpack .../124-dctrl-tools_2.24-3_amd64.deb ...
11:59:48 #11 32.78 Unpacking dctrl-tools (2.24-3) ...
11:59:48 #11 32.82 Selecting previously unselected package libtool.
11:59:48 #11 32.82 Preparing to unpack .../125-libtool_2.4.6-14_all.deb ...
11:59:48 #11 32.82 Unpacking libtool (2.4.6-14) ...
11:59:48 #11 11.56 Get:80 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libuchardet0 armhf 0.0.7-1build2 [75.7 kB]
11:59:48 #11 11.57 Get:81 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf groff-base armhf 1.22.4-8build1 [870 kB]
11:59:48 #11 11.60 Get:82 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcbor0.8 armhf 0.8.0-2ubuntu1 [19.9 kB]
11:59:48 #11 11.60 Get:83 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libedit2 armhf 3.1-20210910-1build1 [78.7 kB]
11:59:48 #11 11.61 Get:84 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfido2-1 armhf 1.11.0-1 [74.0 kB]
11:59:48 #11 11.61 Get:85 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnghttp2-14 armhf 1.49.0-1 [67.9 kB]
11:59:48 #11 11.61 Get:86 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpipeline1 armhf 1.5.6-2 [26.1 kB]
11:59:48 #11 11.61 Get:87 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpng16-16 armhf 1.6.38-2 [166 kB]
11:59:48 #11 11.62 Get:88 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
11:59:48 #11 11.64 Get:89 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxau6 armhf 1:1.0.9-1build5 [6622 B]
11:59:48 #11 11.72 Get:90 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu5 [9452 B]
11:59:48 #11 11.72 Get:91 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxcb1 armhf 1.15-1 [45.4 kB]
11:59:48 #11 11.72 Get:92 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libx11-data all 2:1.8.1-2 [118 kB]
11:59:48 #11 11.73 Get:93 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libx11-6 armhf 2:1.8.1-2 [590 kB]
11:59:48 #11 11.75 Get:94 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxext6 armhf 2:1.3.4-1build1 [26.4 kB]
11:59:48 #11 11.75 Get:95 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxmuu1 armhf 2:1.1.3-3 [9288 B]
11:59:48 #11 11.75 Get:96 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf man-db armhf 2.10.2-2 [1145 kB]
11:59:48 #11 11.81 Get:97 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf manpages all 5.13-1 [1391 kB]
11:59:48 #11 23.11 Selecting previously unselected package libsigsegv2:arm64.
11:59:48 #11 23.11 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_arm64.deb ...
11:59:48 #11 23.11 Unpacking libsigsegv2:arm64 (2.13-1ubuntu3) ...
11:59:48 #11 23.14 Selecting previously unselected package m4.
11:59:48 #11 23.14 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_arm64.deb ...
11:59:48 #11 23.15 Unpacking m4 (1.4.18-5ubuntu2) ...
11:59:48 #11 23.18 Selecting previously unselected package autoconf.
11:59:48 #11 23.19 Preparing to unpack .../053-autoconf_2.71-2_all.deb ...
11:59:48 #11 23.19 Unpacking autoconf (2.71-2) ...
11:59:48 #11 23.23 Selecting previously unselected package autotools-dev.
11:59:48 #11 23.23 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ...
11:59:48 #11 23.24 Unpacking autotools-dev (20220109.1) ...
11:59:48 #11 23.29 Selecting previously unselected package automake.
11:59:48 #11 23.29 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ...
11:59:48 #11 23.30 Unpacking automake (1:1.16.5-1.3) ...
11:59:48 #11 23.35 Selecting previously unselected package autopoint.
11:59:48 #10 10.85 Get:188 http://deb.debian.org/debian bookworm/main armhf python3-gpg armhf 1.18.0-3+b1 [343 kB]
11:59:48 #10 32.30 Preparing to unpack .../204-libsort-versions-perl_1.62-1_all.deb ...
11:59:48 #10 10.85 Get:189 http://deb.debian.org/debian bookworm/main armhf python3-xdg all 0.28-2 [40.5 kB]
11:59:48 #10 10.88 Get:190 http://deb.debian.org/debian bookworm/main armhf dput all 1.1.3 [42.7 kB]
11:59:48 #10 10.88 Get:191 http://deb.debian.org/debian bookworm/main armhf equivs all 2.3.1 [22.7 kB]
11:59:48 #10 10.88 Get:192 http://deb.debian.org/debian bookworm/main armhf fonts-dejavu-core all 2.37-2 [1069 kB]
11:59:48 #10 10.88 Get:193 http://deb.debian.org/debian bookworm/main armhf fontconfig-config armhf 2.14.1-4 [315 kB]
11:59:48 #10 10.90 Get:194 http://deb.debian.org/debian bookworm/main armhf libcurl3-gnutls armhf 7.87.0-2 [331 kB]
11:59:48 #10 10.90 Get:195 http://deb.debian.org/debian bookworm/main armhf liberror-perl all 0.17029-2 [29.0 kB]
11:59:48 #10 10.90 Get:196 http://deb.debian.org/debian bookworm/main armhf git-man all 1:2.39.1-0.1 [2042 kB]
11:59:48 #10 10.92 Get:197 http://deb.debian.org/debian bookworm/main armhf git armhf 1:2.39.1-0.1 [5952 kB]
11:59:48 #10 11.00 Get:198 http://deb.debian.org/debian bookworm/main armhf iso-codes all 4.12.0-1 [2888 kB]
11:59:48 #10 11.02 Get:199 http://deb.debian.org/debian bookworm/main armhf libabsl20220623 armhf 20220623.1-1 [365 kB]
11:59:48 #10 11.04 Get:200 http://deb.debian.org/debian bookworm/main armhf libalgorithm-diff-perl all 1.201-1 [43.3 kB]
11:59:48 #10 11.04 Get:201 http://deb.debian.org/debian bookworm/main armhf libalgorithm-diff-xs-perl armhf 0.04-8+b1 [11.1 kB]
11:59:48 #10 11.04 Get:202 http://deb.debian.org/debian bookworm/main armhf libalgorithm-merge-perl all 0.08-5 [11.8 kB]
11:59:48 #10 32.30 Unpacking libsort-versions-perl (1.62-1) ...
11:59:48 #10 32.34 Selecting previously unselected package libgit-wrapper-perl.
11:59:48 #10 11.05 Get:203 http://deb.debian.org/debian bookworm/main armhf libaliased-perl all 0.34-3 [13.5 kB]
11:59:48 #10 11.05 Get:204 http://deb.debian.org/debian bookworm/main armhf libaom3 armhf 3.5.0-1 [1336 kB]
11:59:48 #10 32.34 Preparing to unpack .../205-libgit-wrapper-perl_0.047-1_all.deb ...
11:59:48 #10 32.34 Unpacking libgit-wrapper-perl (0.047-1) ...
11:59:48 #10 11.06 Get:205 http://deb.debian.org/debian bookworm/main armhf libapt-pkg-perl armhf 0.1.40+b2 [64.5 kB]
11:59:48 #10 11.06 Get:206 http://deb.debian.org/debian bookworm/main armhf libarchive-cpio-perl all 0.10-3 [10.8 kB]
11:59:48 #10 32.38 Selecting previously unselected package libio-html-perl.
11:59:48 #10 32.38 Preparing to unpack .../206-libio-html-perl_1.001-1_all.deb ...
11:59:48 #10 11.06 Get:207 http://deb.debian.org/debian bookworm/main armhf libarchive13 armhf 3.6.2-1 [299 kB]
11:59:48 #10 11.06 Get:208 http://deb.debian.org/debian bookworm/main armhf libarray-intspan-perl all 2.004-2 [25.7 kB]
11:59:48 #10 32.38 Unpacking libio-html-perl (1.001-1) ...
11:59:48 #10 32.42 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:48 #10 11.06 Get:209 http://deb.debian.org/debian bookworm/main armhf libauthen-sasl-perl all 2.1600-3 [43.9 kB]
11:59:48 #10 11.06 Get:210 http://deb.debian.org/debian bookworm/main armhf libdav1d6 armhf 1.0.0-2 [256 kB]
11:59:48 #10 32.42 Preparing to unpack .../207-liblwp-mediatypes-perl_6.02-1_all.deb ...
11:59:48 #10 32.42 Unpacking liblwp-mediatypes-perl (6.02-1) ...
11:59:48 #10 11.06 Get:211 http://deb.debian.org/debian bookworm/main armhf libgav1-1 armhf 0.18.0-1+b1 [284 kB]
11:59:48 #10 11.07 Get:212 http://deb.debian.org/debian bookworm/main armhf librav1e0 armhf 0.5.1-6 [514 kB]
11:59:48 #10 32.45 Selecting previously unselected package libhttp-message-perl.
11:59:48 #10 32.46 Preparing to unpack .../208-libhttp-message-perl_6.14-1_all.deb ...
11:59:48 #10 11.07 Get:213 http://deb.debian.org/debian bookworm/main armhf libsvtav1enc1 armhf 1.4.1+dfsg-1 [893 kB]
11:59:48 #10 11.09 Get:214 http://deb.debian.org/debian bookworm/main armhf libjpeg62-turbo armhf 1:2.1.2-1+b1 [147 kB]
11:59:48 #10 32.46 Unpacking libhttp-message-perl (6.14-1) ...
11:59:48 #10 32.50 Selecting previously unselected package libhtml-form-perl.
11:59:48 #10 11.09 Get:215 http://deb.debian.org/debian bookworm/main armhf libyuv0 armhf 0.0~git20230104.6e4b0ac-1 [85.0 kB]
11:59:48 #10 11.10 Get:216 http://deb.debian.org/debian bookworm/main armhf libavif15 armhf 0.11.1-1 [84.8 kB]
11:59:48 #10 32.50 Preparing to unpack .../209-libhtml-form-perl_6.03-1_all.deb ...
11:59:48 #10 32.50 Unpacking libhtml-form-perl (6.03-1) ...
11:59:48 #10 11.10 Get:217 http://deb.debian.org/debian bookworm/main armhf libmodule-implementation-perl all 0.09-2 [12.6 kB]
11:59:48 #10 32.55 Selecting previously unselected package libhtml-tree-perl.
11:59:48 #10 11.10 Get:218 http://deb.debian.org/debian bookworm/main armhf libsub-exporter-progressive-perl all 0.001013-3 [7496 B]
11:59:48 #10 11.10 Get:219 http://deb.debian.org/debian bookworm/main armhf libvariable-magic-perl armhf 0.63-1+b1 [41.5 kB]
11:59:48 #10 11.11 Get:220 http://deb.debian.org/debian bookworm/main armhf libb-hooks-endofscope-perl all 0.26-1 [19.6 kB]
11:59:48 #10 11.11 Get:221 http://deb.debian.org/debian bookworm/main armhf libberkeleydb-perl armhf 0.64-2+b1 [111 kB]
11:59:48 #10 11.11 Get:222 http://deb.debian.org/debian bookworm/main armhf libpng16-16 armhf 1.6.39-2 [260 kB]
11:59:48 #10 11.11 Get:223 http://deb.debian.org/debian bookworm/main armhf libfreetype6 armhf 2.12.1+dfsg-4 [332 kB]
11:59:48 #10 11.11 Get:224 http://deb.debian.org/debian bookworm/main armhf libfontconfig1 armhf 2.14.1-4 [368 kB]
11:59:48 #10 11.11 Get:225 http://deb.debian.org/debian bookworm/main armhf libde265-0 armhf 1.0.9-1.1 [196 kB]
11:59:48 #10 11.11 Get:226 http://deb.debian.org/debian bookworm/main armhf libx265-199 armhf 3.5-2+b1 [580 kB]
11:59:48 #21 8.242 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:59:48 #10 30.01   Installing       : gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64    148/166 
11:59:48 #10 30.33   Installing       : binutils-2.35.2-35.el9.x86_64                      149/166 
11:59:48 #11 30.36 Preparing to unpack .../157-libb-hooks-op-check-perl_0.22-1build2_arm64.deb ...
11:59:48 #11 30.37 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
11:59:48 #11 30.42 Selecting previously unselected package libdynaloader-functions-perl.
11:59:48 #11 30.42 Preparing to unpack .../158-libdynaloader-functions-perl_0.003-1_all.deb ...
11:59:48 #11 30.43 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:59:48 #11 30.46 Selecting previously unselected package libdevel-callchecker-perl.
11:59:48 #11 30.46 Preparing to unpack .../159-libdevel-callchecker-perl_0.008-1ubuntu1_arm64.deb ...
11:59:48 #11 30.47 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
11:59:48 #11 30.51 Selecting previously unselected package libparams-classify-perl.
11:59:48 #11 30.51 Preparing to unpack .../160-libparams-classify-perl_0.015-1build2_arm64.deb ...
11:59:48 #11 30.51 Unpacking libparams-classify-perl (0.015-1build2) ...
11:59:48 #11 30.55 Selecting previously unselected package libmodule-runtime-perl.
11:59:48 #11 30.55 Preparing to unpack .../161-libmodule-runtime-perl_0.016-1_all.deb ...
11:59:48 #11 30.56 Unpacking libmodule-runtime-perl (0.016-1) ...
11:59:48 #11 30.60 Selecting previously unselected package libimport-into-perl.
11:59:48 #10 35.48 Preparing to unpack .../135-perl-openssl-defaults_3_amd64.deb ...
11:59:48 #10 35.48 Unpacking perl-openssl-defaults:amd64 (3) ...
11:59:48 #10 35.51 Selecting previously unselected package libnet-ssleay-perl.
11:59:48 #10 35.51 Preparing to unpack .../136-libnet-ssleay-perl_1.85-2+deb10u1_amd64.deb ...
11:59:48 #10 35.52 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
11:59:48 #10 35.58 Selecting previously unselected package libio-socket-ssl-perl.
11:59:48 #10 35.58 Preparing to unpack .../137-libio-socket-ssl-perl_2.060-3_all.deb ...
11:59:48 #10 35.59 Unpacking libio-socket-ssl-perl (2.060-3) ...
11:59:48 #10 35.63 Selecting previously unselected package libnet-http-perl.
11:59:48 #10 35.64 Preparing to unpack .../138-libnet-http-perl_6.18-1_all.deb ...
11:59:48 #10 35.64 Unpacking libnet-http-perl (6.18-1) ...
11:59:48 #10 35.67 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:48 #10 35.67 Preparing to unpack .../139-liblwp-protocol-https-perl_6.07-2_all.deb ...
11:59:48 #10 35.68 Unpacking liblwp-protocol-https-perl (6.07-2) ...
11:59:48 #10 35.71 Selecting previously unselected package libtry-tiny-perl.
11:59:48 #11 29.08 Selecting previously unselected package gcc.
11:59:48 #11 29.08 Preparing to unpack .../116-gcc_4%3a12.2.0-1ubuntu1_arm64.deb ...
11:59:48 #11 29.09 Unpacking gcc (4:12.2.0-1ubuntu1) ...
11:59:48 #11 29.13 Selecting previously unselected package libstdc++-12-dev:arm64.
11:59:48 #11 29.13 Preparing to unpack .../117-libstdc++-12-dev_12.2.0-3ubuntu1_arm64.deb ...
11:59:48 #11 29.13 Unpacking libstdc++-12-dev:arm64 (12.2.0-3ubuntu1) ...
11:59:48 #11 29.32 Selecting previously unselected package g++-12.
11:59:48 #11 29.32 Preparing to unpack .../118-g++-12_12.2.0-3ubuntu1_arm64.deb ...
11:59:48 #11 29.32 Unpacking g++-12 (12.2.0-3ubuntu1) ...
11:59:48 #10 32.92 Preparing to unpack .../147-libcurl3-gnutls_7.58.0-2ubuntu3.22_amd64.deb ...
11:59:48 #10 32.93 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.22) ...
11:59:48 #10 32.97 Selecting previously unselected package liberror-perl.
11:59:48 #10 32.97 Preparing to unpack .../148-liberror-perl_0.17025-1_all.deb ...
11:59:48 #10 32.98 Unpacking liberror-perl (0.17025-1) ...
11:59:48 #10 33.01 Selecting previously unselected package git-man.
11:59:48 #10 33.01 Preparing to unpack .../149-git-man_1%3a2.17.1-1ubuntu0.15_all.deb ...
11:59:48 #10 33.01 Unpacking git-man (1:2.17.1-1ubuntu0.15) ...
11:59:48 #10 33.12 Selecting previously unselected package git.
11:59:48 #10 33.12 Preparing to unpack .../150-git_1%3a2.17.1-1ubuntu0.15_amd64.deb ...
11:59:48 #10 33.14 Unpacking git (1:2.17.1-1ubuntu0.15) ...
11:59:48 #10 18.18 Selecting previously unselected package libreadline7:armhf.
11:59:48 #10 18.18 Preparing to unpack .../4-libreadline7_7.0-5_armhf.deb ...
11:59:48 #10 18.19 Unpacking libreadline7:armhf (7.0-5) ...
11:59:48 #10 18.25 Selecting previously unselected package libsqlite3-0:armhf.
11:59:48 #10 18.25 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_armhf.deb ...
11:59:48 #10 18.26 Unpacking libsqlite3-0:armhf (3.27.2-3+deb10u2) ...
11:59:48 #10 18.35 Selecting previously unselected package libpython3.7-stdlib:armhf.
11:59:48 #10 18.35 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_armhf.deb ...
11:59:48 #10 18.36 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
11:59:48 #11 31.91 Preparing to unpack .../268-libdata-dpath-perl_0.58-1_all.deb ...
11:59:48 #11 31.92 Unpacking libdata-dpath-perl (0.58-1) ...
11:59:48 #11 31.96 Selecting previously unselected package libdata-dump-perl.
11:59:48 #11 31.96 Preparing to unpack .../269-libdata-dump-perl_1.25-1_all.deb ...
11:59:48 #11 31.96 Unpacking libdata-dump-perl (1.25-1) ...
11:59:48 #11 31.99 Selecting previously unselected package libdata-messagepack-perl.
11:59:48 #11 31.99 Preparing to unpack .../270-libdata-messagepack-perl_1.02-1_amd64.deb ...
11:59:48 #11 32.00 Unpacking libdata-messagepack-perl (1.02-1) ...
11:59:48 #11 32.03 Selecting previously unselected package libnet-domain-tld-perl.
11:59:48 #11 32.03 Preparing to unpack .../271-libnet-domain-tld-perl_1.75-2_all.deb ...
11:59:48 #11 32.03 Unpacking libnet-domain-tld-perl (1.75-2) ...
11:59:48 #11 32.06 Selecting previously unselected package libdata-validate-domain-perl.
11:59:48 #11 32.06 Preparing to unpack .../272-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:59:48 #11 32.07 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:59:48 #11 32.09 Selecting previously unselected package libnet-ipv6addr-perl.
11:59:48 #11 32.10 Preparing to unpack .../273-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:59:48 #11 32.10 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:59:48 #11 32.13 Selecting previously unselected package libnet-netmask-perl.
11:59:49 #10 22.74 Unpacking less (487-0.1) ...
11:59:49 #10 22.79 Selecting previously unselected package libapt-inst2.0:armhf.
11:59:49 #10 22.79 Preparing to unpack .../017-libapt-inst2.0_1.6.14_armhf.deb ...
11:59:49 #10 22.80 Unpacking libapt-inst2.0:armhf (1.6.14) ...
11:59:49 #10 22.89 Selecting previously unselected package libglib2.0-0:armhf.
11:59:49 #10 22.89 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_armhf.deb ...
11:59:49 #10 22.89 Unpacking libglib2.0-0:armhf (2.56.4-0ubuntu0.18.04.9) ...
11:59:49 #10 32.93 Unpacking libc-devtools (2.36-8) ...
11:59:49 #10 32.96 Selecting previously unselected package libcapture-tiny-perl.
11:59:49 #10 32.96 Preparing to unpack .../215-libcapture-tiny-perl_0.48-2_all.deb ...
11:59:49 #10 32.97 Unpacking libcapture-tiny-perl (0.48-2) ...
11:59:49 #10 33.05 Selecting previously unselected package libcgi-pm-perl.
11:59:49 #10 33.05 Preparing to unpack .../216-libcgi-pm-perl_4.55-1_all.deb ...
11:59:49 #10 33.05 Unpacking libcgi-pm-perl (4.55-1) ...
11:59:49 #10 33.10 Selecting previously unselected package libfcgi0ldbl:arm64.
11:59:49 #10 33.11 Preparing to unpack .../217-libfcgi0ldbl_2.4.2-2_arm64.deb ...
11:59:49 #10 33.11 Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ...
11:59:49 #10 33.15 Selecting previously unselected package libfcgi-perl.
11:59:49 #10 33.15 Preparing to unpack .../218-libfcgi-perl_0.82+ds-2_arm64.deb ...
11:59:49 #10 33.15 Unpacking libfcgi-perl (0.82+ds-2) ...
11:59:49 #10 33.19 Selecting previously unselected package libcgi-fast-perl.
11:59:49 #10 33.19 Preparing to unpack .../219-libcgi-fast-perl_1%3a2.15-1_all.deb ...
11:59:49 #10 33.19 Unpacking libcgi-fast-perl (1:2.15-1) ...
11:59:49 #10 33.22 Selecting previously unselected package libclass-data-inheritable-perl.
11:59:49 #10 33.22 Preparing to unpack .../220-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:59:49 #10 33.23 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:59:49 #10 33.26 Selecting previously unselected package libclass-inspector-perl.
11:59:49 #11 31.81 Preparing to unpack .../263-libpackage-stash-perl_0.39-1_all.deb ...
11:59:49 #11 31.81 Unpacking libpackage-stash-perl (0.39-1) ...
11:59:49 #11 31.84 Selecting previously unselected package libsub-identify-perl.
11:59:49 #11 31.84 Preparing to unpack .../264-libsub-identify-perl_0.14-1build5_amd64.deb ...
11:59:49 #11 31.84 Unpacking libsub-identify-perl (0.14-1build5) ...
11:59:49 #11 31.87 Selecting previously unselected package libsub-name-perl.
11:59:49 #11 31.87 Preparing to unpack .../265-libsub-name-perl_0.26-1build3_amd64.deb ...
11:59:49 #11 31.87 Unpacking libsub-name-perl (0.26-1build3) ...
11:59:49 #11 31.90 Selecting previously unselected package libnamespace-clean-perl.
11:59:49 #11 31.90 Preparing to unpack .../266-libnamespace-clean-perl_0.27-1_all.deb ...
11:59:49 #11 31.90 Unpacking libnamespace-clean-perl (0.27-1) ...
11:59:49 #11 31.93 Selecting previously unselected package libpath-tiny-perl.
11:59:49 #11 31.93 Preparing to unpack .../267-libpath-tiny-perl_0.122-1_all.deb ...
11:59:49 #11 31.94 Unpacking libpath-tiny-perl (0.122-1) ...
11:59:49 #11 31.96 Selecting previously unselected package libstrictures-perl.
11:59:49 #11 31.96 Preparing to unpack .../268-libstrictures-perl_2.000006-1_all.deb ...
11:59:49 #11 31.97 Unpacking libstrictures-perl (2.000006-1) ...
11:59:49 #11 31.99 Selecting previously unselected package libtype-tiny-perl.
11:59:49 #11 32.00 Preparing to unpack .../269-libtype-tiny-perl_1.012004-1_all.deb ...
11:59:49 #11 32.00 Unpacking libtype-tiny-perl (1.012004-1) ...
11:59:49 #11 32.04 Selecting previously unselected package libgitlab-api-v4-perl.
11:59:49 #10 30.94 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:59:49 #10 30.97 Selecting previously unselected package libiterator-util-perl.
11:59:49 #10 30.97 Preparing to unpack .../211-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
11:59:49 #10 30.97 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
11:59:49 #10 31.00 Selecting previously unselected package libexporter-tiny-perl.
11:59:49 #10 31.00 Preparing to unpack .../212-libexporter-tiny-perl_1.002002-1_all.deb ...
11:59:49 #10 31.01 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:59:49 #10 31.04 Selecting previously unselected package liblist-moreutils-xs-perl.
11:59:49 #10 31.04 Preparing to unpack .../213-liblist-moreutils-xs-perl_0.430-2_arm64.deb ...
11:59:49 #10 31.05 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
11:59:49 #10 31.08 Selecting previously unselected package liblist-moreutils-perl.
11:59:49 #10 31.08 Preparing to unpack .../214-liblist-moreutils-perl_0.430-2_all.deb ...
11:59:49 #10 31.08 Unpacking liblist-moreutils-perl (0.430-2) ...
11:59:49 #10 31.12 Selecting previously unselected package libdata-dpath-perl.
11:59:49 #10 31.12 Preparing to unpack .../215-libdata-dpath-perl_0.58-1_all.deb ...
11:59:49 #10 31.13 Unpacking libdata-dpath-perl (0.58-1) ...
11:59:49 #10 31.16 Selecting previously unselected package libdata-dump-perl.
11:59:49 #10 32.52 Preparing to unpack .../180-libcapture-tiny-perl_0.48-1_all.deb ...
11:59:49 #10 32.53 Unpacking libcapture-tiny-perl (0.48-1) ...
11:59:49 #10 32.56 Selecting previously unselected package libcgi-pm-perl.
11:59:49 #10 32.56 Preparing to unpack .../181-libcgi-pm-perl_4.40-1_all.deb ...
11:59:49 #10 32.57 Unpacking libcgi-pm-perl (4.40-1) ...
11:59:49 #10 32.62 Selecting previously unselected package libfcgi-perl.
11:59:49 #10 32.62 Preparing to unpack .../182-libfcgi-perl_0.78-2+b3_arm64.deb ...
11:59:49 #10 32.63 Unpacking libfcgi-perl (0.78-2+b3) ...
11:59:49 #10 32.67 Selecting previously unselected package libcgi-fast-perl.
11:59:49 #10 32.67 Preparing to unpack .../183-libcgi-fast-perl_1%3a2.13-1_all.deb ...
11:59:49 #10 32.68 Unpacking libcgi-fast-perl (1:2.13-1) ...
11:59:49 #10 32.71 Selecting previously unselected package libsub-name-perl.
11:59:49 #10 32.72 Preparing to unpack .../184-libsub-name-perl_0.21-1+b3_arm64.deb ...
11:59:49 #10 32.72 Unpacking libsub-name-perl (0.21-1+b3) ...
11:59:49 #10 32.76 Selecting previously unselected package libclass-accessor-perl.
11:59:49 #10 32.76 Preparing to unpack .../185-libclass-accessor-perl_0.51-1_all.deb ...
11:59:49 #10 32.77 Unpacking libclass-accessor-perl (0.51-1) ...
11:59:49 #10 32.80 Selecting previously unselected package libclass-inspector-perl.
11:59:49 #10 32.81 Preparing to unpack .../186-libclass-inspector-perl_1.32-1_all.deb ...
11:59:49 #10 32.81 Unpacking libclass-inspector-perl (1.32-1) ...
11:59:49 #10 32.85 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:49 #11 32.87 Selecting previously unselected package dh-autoreconf.
11:59:49 #11 32.87 Preparing to unpack .../126-dh-autoreconf_19_all.deb ...
11:59:49 #11 32.87 Unpacking dh-autoreconf (19) ...
11:59:49 #11 32.90 Selecting previously unselected package libdebhelper-perl.
11:59:49 #11 32.90 Preparing to unpack .../127-libdebhelper-perl_12.10ubuntu1_all.deb ...
11:59:49 #11 32.91 Unpacking libdebhelper-perl (12.10ubuntu1) ...
11:59:49 #11 32.95 Selecting previously unselected package libarchive-zip-perl.
11:59:49 #11 32.95 Preparing to unpack .../128-libarchive-zip-perl_1.67-2_all.deb ...
11:59:49 #11 32.95 Unpacking libarchive-zip-perl (1.67-2) ...
11:59:49 #11 32.99 Selecting previously unselected package libsub-override-perl.
11:59:49 #11 32.99 Preparing to unpack .../129-libsub-override-perl_0.09-2_all.deb ...
11:59:49 #11 32.99 Unpacking libsub-override-perl (0.09-2) ...
11:59:49 #11 33.02 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:49 #11 33.03 Preparing to unpack .../130-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
11:59:49 #11 33.03 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
11:59:49 #11 33.06 Selecting previously unselected package dh-strip-nondeterminism.
11:59:49 #11 11.88 Get:98 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf openssh-client armhf 1:9.0p1-1ubuntu7.1 [812 kB]
11:59:49 #11 11.91 Get:99 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf publicsuffix all 20220811.1734-1 [130 kB]
11:59:49 #11 11.92 Get:100 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libunwind8 armhf 1.6.2-0ubuntu1 [49.6 kB]
11:59:49 #11 11.92 Get:101 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf strace armhf 5.16-0ubuntu4 [438 kB]
11:59:49 #11 23.35 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ...
11:59:49 #11 23.35 Unpacking autopoint (0.21-4ubuntu4) ...
11:59:49 #11 23.39 Selecting previously unselected package binutils-common:arm64.
11:59:49 #11 23.39 Preparing to unpack .../057-binutils-common_2.38-4ubuntu2.1_arm64.deb ...
11:59:49 #11 23.39 Unpacking binutils-common:arm64 (2.38-4ubuntu2.1) ...
11:59:49 #11 23.43 Selecting previously unselected package libbinutils:arm64.
11:59:49 #11 23.43 Preparing to unpack .../058-libbinutils_2.38-4ubuntu2.1_arm64.deb ...
11:59:49 #11 23.43 Unpacking libbinutils:arm64 (2.38-4ubuntu2.1) ...
11:59:49 #11 23.48 Selecting previously unselected package libctf-nobfd0:arm64.
11:59:49 #11 23.48 Preparing to unpack .../059-libctf-nobfd0_2.38-4ubuntu2.1_arm64.deb ...
11:59:49 #11 23.48 Unpacking libctf-nobfd0:arm64 (2.38-4ubuntu2.1) ...
11:59:49 #11 23.52 Selecting previously unselected package libctf0:arm64.
11:59:49 #11 23.52 Preparing to unpack .../060-libctf0_2.38-4ubuntu2.1_arm64.deb ...
11:59:49 #11 23.53 Unpacking libctf0:arm64 (2.38-4ubuntu2.1) ...
11:59:49 #11 23.56 Selecting previously unselected package binutils-aarch64-linux-gnu.
11:59:49 #11 23.56 Preparing to unpack .../061-binutils-aarch64-linux-gnu_2.38-4ubuntu2.1_arm64.deb ...
11:59:49 #11 23.57 Unpacking binutils-aarch64-linux-gnu (2.38-4ubuntu2.1) ...
11:59:49 #10 32.55 Preparing to unpack .../210-libhtml-tree-perl_5.07-1_all.deb ...
11:59:49 #10 32.56 Unpacking libhtml-tree-perl (5.07-1) ...
11:59:49 #10 32.60 Selecting previously unselected package libhtml-format-perl.
11:59:49 #10 32.60 Preparing to unpack .../211-libhtml-format-perl_2.12-1_all.deb ...
11:59:49 #10 32.61 Unpacking libhtml-format-perl (2.12-1) ...
11:59:49 #10 32.64 Selecting previously unselected package libhttp-cookies-perl.
11:59:49 #10 32.64 Preparing to unpack .../212-libhttp-cookies-perl_6.04-1_all.deb ...
11:59:49 #10 32.64 Unpacking libhttp-cookies-perl (6.04-1) ...
11:59:49 #10 32.68 Selecting previously unselected package libhttp-daemon-perl.
11:59:49 #10 32.68 Preparing to unpack .../213-libhttp-daemon-perl_6.01-1ubuntu0.1_all.deb ...
11:59:49 #10 32.68 Unpacking libhttp-daemon-perl (6.01-1ubuntu0.1) ...
11:59:49 #10 32.71 Selecting previously unselected package libhttp-negotiate-perl.
11:59:49 #10 32.72 Preparing to unpack .../214-libhttp-negotiate-perl_6.00-2_all.deb ...
11:59:49 #10 32.72 Unpacking libhttp-negotiate-perl (6.00-2) ...
11:59:49 #10 32.75 Selecting previously unselected package libimport-into-perl.
11:59:49 #10 32.75 Preparing to unpack .../215-libimport-into-perl_1.002005-1_all.deb ...
11:59:49 #10 32.75 Unpacking libimport-into-perl (1.002005-1) ...
11:59:49 #10 32.79 Selecting previously unselected package libio-pty-perl.
11:59:49 #10 32.79 Preparing to unpack .../216-libio-pty-perl_1%3a1.08-1.1build4_arm64.deb ...
11:59:49 #10 32.79 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
11:59:49 #10 32.82 Selecting previously unselected package libio-string-perl.
11:59:49 #10 32.83 Preparing to unpack .../217-libio-string-perl_1.08-3_all.deb ...
11:59:49 #10 32.83 Unpacking libio-string-perl (1.08-3) ...
11:59:49 #10 32.87 Selecting previously unselected package libipc-run-perl.
11:59:49 #10 32.87 Preparing to unpack .../218-libipc-run-perl_0.96-1_all.deb ...
11:59:49 #10 32.87 Unpacking libipc-run-perl (0.96-1) ...
11:59:49 #10 32.91 Selecting previously unselected package liblist-compare-perl.
11:59:49 #10 32.91 Preparing to unpack .../219-liblist-compare-perl_0.53-1_all.deb ...
11:59:49 #10 11.11 Get:227 http://deb.debian.org/debian bookworm/main armhf libheif1 armhf 1.14.2-1 [178 kB]
11:59:49 #10 11.11 Get:228 http://deb.debian.org/debian bookworm/main armhf libdeflate0 armhf 1.14-1 [52.2 kB]
11:59:49 #10 11.19 Get:229 http://deb.debian.org/debian bookworm/main armhf libjbig0 armhf 2.1-6.1 [27.1 kB]
11:59:49 #10 11.21 Get:230 http://deb.debian.org/debian bookworm/main armhf liblerc4 armhf 4.0.0+ds-2 [137 kB]
11:59:49 #10 11.21 Get:231 http://deb.debian.org/debian bookworm/main armhf libwebp7 armhf 1.2.4-0.1 [242 kB]
11:59:49 #10 11.21 Get:232 http://deb.debian.org/debian bookworm/main armhf libtiff6 armhf 4.5.0-4 [294 kB]
11:59:49 #10 11.21 Get:233 http://deb.debian.org/debian bookworm/main armhf libxau6 armhf 1:1.0.9-1 [19.0 kB]
11:59:49 #10 11.21 Get:234 http://deb.debian.org/debian bookworm/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
11:59:49 #10 11.22 Get:235 http://deb.debian.org/debian bookworm/main armhf libxcb1 armhf 1.15-1 [140 kB]
11:59:49 #10 11.22 Get:236 http://deb.debian.org/debian bookworm/main armhf libx11-data all 2:1.8.3-3 [292 kB]
11:59:49 #10 11.23 Get:237 http://deb.debian.org/debian bookworm/main armhf libx11-6 armhf 2:1.8.3-3 [695 kB]
11:59:49 #10 11.23 Get:238 http://deb.debian.org/debian bookworm/main armhf libxpm4 armhf 1:3.5.12-1.1 [42.3 kB]
11:59:49 #10 11.23 Get:239 http://deb.debian.org/debian bookworm/main armhf libgd3 armhf 2.3.3-7+b1 [103 kB]
11:59:49 #10 11.23 Get:240 http://deb.debian.org/debian bookworm/main armhf libc-devtools armhf 2.36-8 [52.7 kB]
11:59:49 #10 11.23 Get:241 http://deb.debian.org/debian bookworm/main armhf libcapture-tiny-perl all 0.48-2 [24.6 kB]
11:59:49 #10 11.23 Get:242 http://deb.debian.org/debian bookworm/main armhf libcgi-pm-perl all 4.55-1 [220 kB]
11:59:49 #10 11.23 Get:243 http://deb.debian.org/debian bookworm/main armhf libfcgi0ldbl armhf 2.4.2-2 [22.0 kB]
11:59:49 #10 11.24 Get:244 http://deb.debian.org/debian bookworm/main armhf libfcgi-perl armhf 0.82+ds-2 [24.0 kB]
11:59:49 #10 11.24 Get:245 http://deb.debian.org/debian bookworm/main armhf libcgi-fast-perl all 1:2.15-1 [12.1 kB]
11:59:49 #10 11.24 Get:246 http://deb.debian.org/debian bookworm/main armhf libclass-data-inheritable-perl all 0.08-3 [8588 B]
11:59:49 #10 11.24 Get:247 http://deb.debian.org/debian bookworm/main armhf libclass-inspector-perl all 1.36-3 [17.5 kB]
11:59:49 #10 11.24 Get:248 http://deb.debian.org/debian bookworm/main armhf libcommon-sense-perl armhf 3.75-3 [23.0 kB]
11:59:49 #10 11.25 Get:249 http://deb.debian.org/debian bookworm/main armhf libconfig-tiny-perl all 2.28-2 [16.4 kB]
11:59:49 #10 11.25 Get:250 http://deb.debian.org/debian bookworm/main armhf libparams-util-perl armhf 1.102-2+b1 [23.8 kB]
11:59:49 #10 11.25 Get:251 http://deb.debian.org/debian bookworm/main armhf libsub-install-perl all 0.929-1 [10.5 kB]
11:59:49 #10 11.25 Get:252 http://deb.debian.org/debian bookworm/main armhf libdata-optlist-perl all 0.113-1 [10.6 kB]
11:59:49 #10 11.25 Get:253 http://deb.debian.org/debian bookworm/main armhf libsub-exporter-perl all 0.989-1 [50.5 kB]
11:59:49 #10 11.25 Get:254 http://deb.debian.org/debian bookworm/main armhf libconst-fast-perl all 0.014-2 [8792 B]
11:59:49 #10 11.25 Get:255 http://deb.debian.org/debian bookworm/main armhf libwant-perl armhf 0.29-2+b1 [26.3 kB]
11:59:49 #10 11.25 Get:256 http://deb.debian.org/debian bookworm/main armhf libcontextual-return-perl all 0.004014-4 [54.9 kB]
11:59:49 #10 11.25 Get:257 http://deb.debian.org/debian bookworm/main armhf libconvert-binhex-perl all 1.125-3 [27.4 kB]
11:59:49 #10 11.26 Get:258 http://deb.debian.org/debian bookworm/main armhf libcpanel-json-xs-perl armhf 4.32-1+b1 [128 kB]
11:59:49 #10 11.26 Get:259 http://deb.debian.org/debian bookworm/main armhf libdevel-stacktrace-perl all 2.0400-2 [26.8 kB]
11:59:49 #10 11.26 Get:260 http://deb.debian.org/debian bookworm/main armhf libexception-class-perl all 1.45-1 [34.6 kB]
11:59:49 #10 11.26 Get:261 http://deb.debian.org/debian bookworm/main armhf libiterator-perl all 0.03+ds1-2 [18.8 kB]
11:59:49 #10 11.26 Get:262 http://deb.debian.org/debian bookworm/main armhf libiterator-util-perl all 0.02+ds1-2 [14.0 kB]
11:59:49 #10 11.26 Get:263 http://deb.debian.org/debian bookworm/main armhf libdata-dpath-perl all 0.58-2 [43.6 kB]
11:59:49 #10 11.27 Get:264 http://deb.debian.org/debian bookworm/main armhf libdata-dump-perl all 1.25-1 [28.4 kB]
11:59:49 #10 11.27 Get:265 http://deb.debian.org/debian bookworm/main armhf libdata-messagepack-perl armhf 1.02-1+b1 [33.5 kB]
11:59:49 #10 11.27 Get:266 http://deb.debian.org/debian bookworm/main armhf libnet-domain-tld-perl all 1.75-3 [31.9 kB]
11:59:49 #10 11.27 Get:267 http://deb.debian.org/debian bookworm/main armhf libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
11:59:49 #10 11.27 Get:268 http://deb.debian.org/debian bookworm/main armhf libnet-ipv6addr-perl all 1.02-1 [21.7 kB]
11:59:49 #10 11.27 Get:269 http://deb.debian.org/debian bookworm/main armhf libnet-netmask-perl all 2.0002-2 [28.6 kB]
11:59:49 #10 11.27 Get:270 http://deb.debian.org/debian bookworm/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-2+b1 [98.3 kB]
11:59:49 #10 11.27 Get:271 http://deb.debian.org/debian bookworm/main armhf libdata-validate-ip-perl all 0.31-1 [20.6 kB]
11:59:49 #10 11.28 Get:272 http://deb.debian.org/debian bookworm/main armhf libdata-validate-uri-perl all 0.07-2 [11.2 kB]
11:59:49 #10 11.28 Get:273 http://deb.debian.org/debian bookworm/main armhf libdevel-size-perl armhf 0.83-2+b1 [23.7 kB]
11:59:49 #10 11.28 Get:274 http://deb.debian.org/debian bookworm/main armhf libdistro-info-perl all 1.5 [5300 B]
11:59:49 #10 11.28 Get:275 http://deb.debian.org/debian bookworm/main armhf libemail-address-xs-perl armhf 1.05-1+b1 [26.7 kB]
11:59:49 #10 11.28 Get:276 http://deb.debian.org/debian bookworm/main armhf libexporter-tiny-perl all 1.006000-1 [38.6 kB]
11:59:49 #10 11.28 Get:277 http://deb.debian.org/debian bookworm/main armhf libfcgi-bin armhf 2.4.2-2 [12.0 kB]
11:59:49 #10 11.28 Get:278 http://deb.debian.org/debian bookworm/main armhf libindirect-perl armhf 0.39-2+b1 [25.8 kB]
11:59:49 #10 11.28 Get:279 http://deb.debian.org/debian bookworm/main armhf libxs-parse-keyword-perl armhf 0.32-1 [55.3 kB]
11:59:49 #10 11.29 Get:280 http://deb.debian.org/debian bookworm/main armhf libxs-parse-sublike-perl armhf 0.16-1+b2 [28.1 kB]
11:59:49 #10 11.29 Get:281 http://deb.debian.org/debian bookworm/main armhf libobject-pad-perl armhf 0.78-1 [109 kB]
11:59:49 #10 11.29 Get:282 http://deb.debian.org/debian bookworm/main armhf libfeature-compat-class-perl all 0.05-1 [11.0 kB]
11:59:49 #10 11.29 Get:283 http://deb.debian.org/debian bookworm/main armhf libsyntax-keyword-try-perl armhf 0.28-1 [27.8 kB]
11:59:49 #10 11.29 Get:284 http://deb.debian.org/debian bookworm/main armhf libfeature-compat-try-perl all 0.05-1 [10.4 kB]
11:59:49 #10 11.29 Get:285 http://deb.debian.org/debian bookworm/main armhf libipc-system-simple-perl all 1.30-2 [26.8 kB]
11:59:49 #10 11.29 Get:286 http://deb.debian.org/debian bookworm/main armhf libfile-basedir-perl all 0.09-2 [15.1 kB]
11:59:49 #10 11.29 Get:287 http://deb.debian.org/debian bookworm/main armhf libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
11:59:49 #10 11.30 Get:288 http://deb.debian.org/debian bookworm/main armhf libfile-fcntllock-perl armhf 0.22-4+b1 [34.5 kB]
11:59:49 #10 11.31 Get:289 http://deb.debian.org/debian bookworm/main armhf libnumber-compare-perl all 0.03-3 [6332 B]
11:59:49 #10 11.31 Get:290 http://deb.debian.org/debian bookworm/main armhf libtext-glob-perl all 0.11-3 [7676 B]
11:59:49 #10 11.31 Get:291 http://deb.debian.org/debian bookworm/main armhf libfile-find-rule-perl all 0.34-3 [26.6 kB]
11:59:49 #10 11.31 Get:292 http://deb.debian.org/debian bookworm/main armhf libfont-afm-perl all 1.20-4 [13.1 kB]
11:59:49 #10 11.31 Get:293 http://deb.debian.org/debian bookworm/main armhf libio-string-perl all 1.08-4 [12.1 kB]
11:59:49 #10 11.31 Get:294 http://deb.debian.org/debian bookworm/main armhf libfont-ttf-perl all 1.06-2 [318 kB]
11:59:49 #10 11.31 Get:295 http://deb.debian.org/debian bookworm/main armhf libfreezethaw-perl all 0.5001-3 [16.0 kB]
11:59:49 #10 11.31 Get:296 http://deb.debian.org/debian bookworm/main armhf libsort-versions-perl all 1.62-3 [8928 B]
11:59:49 #10 11.31 Get:297 http://deb.debian.org/debian bookworm/main armhf libgit-wrapper-perl all 0.048-2 [33.4 kB]
11:59:49 #10 11.31 Get:298 http://deb.debian.org/debian bookworm/main armhf libhttp-tiny-multipart-perl all 0.08-2 [9812 B]
11:59:49 #10 11.31 Get:299 http://deb.debian.org/debian bookworm/main armhf libio-prompter-perl all 0.004015-2 [59.9 kB]
11:59:49 #10 11.31 Get:300 http://deb.debian.org/debian bookworm/main armhf libjson-perl all 4.10000-1 [87.5 kB]
11:59:49 #10 11.31 Get:301 http://deb.debian.org/debian bookworm/main armhf liblog-any-perl all 1.713-1 [76.3 kB]
11:59:49 #10 11.31 Get:302 http://deb.debian.org/debian bookworm/main armhf liblog-any-adapter-screen-perl all 0.140-2 [13.3 kB]
11:59:49 #10 11.31 Get:303 http://deb.debian.org/debian bookworm/main armhf libpackage-stash-perl all 0.40-1 [22.0 kB]
11:59:49 #10 11.31 Get:304 http://deb.debian.org/debian bookworm/main armhf libsub-identify-perl armhf 0.14-3 [10.5 kB]
11:59:49 #10 11.32 Get:305 http://deb.debian.org/debian bookworm/main armhf libsub-name-perl armhf 0.26-2+b1 [12.2 kB]
11:59:49 #10 11.32 Get:306 http://deb.debian.org/debian bookworm/main armhf libnamespace-clean-perl all 0.27-2 [17.8 kB]
11:59:49 #10 11.32 Get:307 http://deb.debian.org/debian bookworm/main armhf libpath-tiny-perl all 0.144-1 [56.4 kB]
11:59:49 #10 11.33 Get:308 http://deb.debian.org/debian bookworm/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
11:59:49 #10 11.33 Get:309 http://deb.debian.org/debian bookworm/main armhf libtype-tiny-perl all 2.002001-1 [377 kB]
11:59:49 #10 11.33 Get:310 http://deb.debian.org/debian bookworm/main armhf libgitlab-api-v4-perl all 0.26-2 [88.1 kB]
11:59:49 #10 11.33 Get:311 http://deb.debian.org/debian bookworm/main armhf libglib2.0-0 armhf 2.74.5-1 [1227 kB]
11:59:49 #10 11.34 Get:312 http://deb.debian.org/debian bookworm/main armhf libglib2.0-data all 2.74.5-1 [1210 kB]
11:59:49 #10 11.34 Get:313 http://deb.debian.org/debian bookworm/main armhf libgpm2 armhf 1.20.7-10+b1 [13.4 kB]
11:59:49 #10 11.37 Get:314 http://deb.debian.org/debian bookworm/main armhf libhtml-form-perl all 6.10-1 [24.0 kB]
11:59:49 #10 11.37 Get:315 http://deb.debian.org/debian bookworm/main armhf libhtml-format-perl all 2.16-2 [38.8 kB]
11:59:49 #10 11.37 Get:316 http://deb.debian.org/debian bookworm/main armhf libhtml-html5-entities-perl all 0.004-3 [21.0 kB]
11:59:49 #10 11.37 Get:317 http://deb.debian.org/debian bookworm/main armhf libhtml-tokeparser-simple-perl all 3.16-4 [39.1 kB]
11:59:49 #10 11.37 Get:318 http://deb.debian.org/debian bookworm/main armhf libhttp-daemon-perl all 6.14-2 [23.7 kB]
11:59:49 #10 11.37 Get:319 http://deb.debian.org/debian bookworm/main armhf libio-interactive-perl all 1.023-2 [11.0 kB]
11:59:49 #10 11.37 Get:320 http://deb.debian.org/debian bookworm/main armhf libio-sessiondata-perl all 1.03-3 [6316 B]
11:59:49 #10 11.37 Get:321 http://deb.debian.org/debian bookworm/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
11:59:49 #10 11.37 Get:322 http://deb.debian.org/debian bookworm/main armhf libipc-run3-perl all 0.048-3 [33.2 kB]
11:59:49 #10 11.37 Get:323 http://deb.debian.org/debian bookworm/main armhf libtypes-serialiser-perl all 1.01-1 [12.2 kB]
11:59:49 #10 11.37 Get:324 http://deb.debian.org/debian bookworm/main armhf libjson-xs-perl armhf 4.030-2+b1 [90.4 kB]
11:59:49 #10 11.37 Get:325 http://deb.debian.org/debian bookworm/main armhf libjson-maybexs-perl all 1.004004-1 [13.3 kB]
11:59:49 #10 11.37 Get:326 http://deb.debian.org/debian bookworm/main armhf libldap-common all 2.5.13+dfsg-3 [29.2 kB]
11:59:49 #10 11.37 Get:327 http://deb.debian.org/debian bookworm/main armhf liblist-compare-perl all 0.55-2 [65.7 kB]
11:59:49 #10 11.37 Get:328 http://deb.debian.org/debian bookworm/main armhf liblist-someutils-perl all 0.59-1 [37.1 kB]
11:59:49 #10 11.37 Get:329 http://deb.debian.org/debian bookworm/main armhf liblist-someutils-xs-perl armhf 0.58-3 [30.6 kB]
11:59:49 #10 11.37 Get:330 http://deb.debian.org/debian bookworm/main armhf liblist-utilsby-perl all 0.12-2 [15.5 kB]
11:59:49 #10 11.37 Get:331 http://deb.debian.org/debian bookworm/main armhf libltdl7 armhf 2.4.7-5 [390 kB]
11:59:49 #10 11.37 Get:332 http://deb.debian.org/debian bookworm/main armhf libltdl-dev armhf 2.4.7-5 [162 kB]
11:59:49 #10 11.37 Get:333 http://deb.debian.org/debian bookworm/main armhf liblz1 armhf 1.13-5 [37.8 kB]
11:59:49 #10 11.37 Get:334 http://deb.debian.org/debian bookworm/main armhf liblzo2-2 armhf 2.10-2 [50.7 kB]
11:59:49 #10 11.37 Get:335 http://deb.debian.org/debian bookworm/main armhf libsys-hostname-long-perl all 1.5-3 [11.6 kB]
11:59:49 #10 11.37 Get:336 http://deb.debian.org/debian bookworm/main armhf libmail-sendmail-perl all 0.80-3 [24.3 kB]
11:59:49 #10 11.37 Get:337 http://deb.debian.org/debian bookworm/main armhf libnet-smtp-ssl-perl all 1.04-2 [6548 B]
11:59:49 #10 11.37 Get:338 http://deb.debian.org/debian bookworm/main armhf libmailtools-perl all 2.21-2 [95.6 kB]
11:59:49 #10 11.37 Get:339 http://deb.debian.org/debian bookworm/main armhf libmarkdown2 armhf 2.2.7-2 [30.2 kB]
11:59:49 #10 11.37 Get:340 http://deb.debian.org/debian bookworm/main armhf libmath-base85-perl all 0.5+dfsg-2 [6684 B]
11:59:49 #10 11.37 Get:341 http://deb.debian.org/debian bookworm/main armhf libmime-tools-perl all 5.510-1 [213 kB]
11:59:49 #10 11.37 Get:342 http://deb.debian.org/debian bookworm/main armhf libmldbm-perl all 2.05-4 [16.8 kB]
11:59:49 #10 11.38 Get:343 http://deb.debian.org/debian bookworm/main armhf libmoox-aliases-perl all 0.001006-2 [7156 B]
11:59:49 #10 11.38 Get:344 http://deb.debian.org/debian bookworm/main armhf libmouse-perl armhf 2.5.10-1+b3 [166 kB]
11:59:49 #10 11.38 Get:345 http://deb.debian.org/debian bookworm/main armhf libossp-uuid16 armhf 1.6.2-1.5+b11 [34.1 kB]
11:59:49 #10 11.38 Get:346 http://deb.debian.org/debian bookworm/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b11 [25.9 kB]
11:59:49 #10 11.38 Get:347 http://deb.debian.org/debian bookworm/main armhf libpackage-stash-xs-perl armhf 0.30-1+b1 [18.2 kB]
11:59:49 #10 11.39 Get:348 http://deb.debian.org/debian bookworm/main armhf libpath-iterator-rule-perl all 1.015-2 [41.7 kB]
11:59:49 #10 11.39 Get:349 http://deb.debian.org/debian bookworm/main armhf libperlio-gzip-perl armhf 0.20-1+b1 [16.3 kB]
11:59:49 #10 11.39 Get:350 http://deb.debian.org/debian bookworm/main armhf libperlio-utf8-strict-perl armhf 0.010-1 [10.9 kB]
11:59:49 #10 11.39 Get:351 http://deb.debian.org/debian bookworm/main armhf libpod-parser-perl all 1.65-1 [96.3 kB]
11:59:49 #10 11.39 Get:352 http://deb.debian.org/debian bookworm/main armhf libpod-constants-perl all 0.19-2 [17.3 kB]
11:59:49 #10 11.39 Get:353 http://deb.debian.org/debian bookworm/main armhf libproc-processtable-perl armhf 0.634-1+b2 [42.9 kB]
11:59:49 #21 8.329 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:59:49 #21 8.524 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:59:49 #10 30.38   Running scriptlet: binutils-2.35.2-35.el9.x86_64                      149/166 
11:59:49 #10 30.39   Installing       : libbrotli-1.0.9-6.el9.x86_64                       150/166 
11:59:49 #10 30.43   Installing       : libatomic-11.3.1-4.3.el9.x86_64                    151/166 
11:59:49 #10 30.56   Installing       : webkit2gtk3-jsc-2.38.3-1.el9.x86_64                152/166 
11:59:49 #10 30.59   Installing       : libproxy-webkitgtk4-0.4.15-35.el9.x86_64           153/166 
11:59:49 #10 30.60   Installing       : json-glib-1.6.6-1.el9.x86_64                       154/166 
11:59:49 #11 30.61 Preparing to unpack .../162-libimport-into-perl_1.002005-1_all.deb ...
11:59:49 #11 30.61 Unpacking libimport-into-perl (1.002005-1) ...
11:59:49 #11 30.64 Selecting previously unselected package librole-tiny-perl.
11:59:49 #11 30.64 Preparing to unpack .../163-librole-tiny-perl_2.001004-1_all.deb ...
11:59:49 #11 30.65 Unpacking librole-tiny-perl (2.001004-1) ...
11:59:49 #11 30.68 Selecting previously unselected package libstrictures-perl.
11:59:49 #11 30.68 Preparing to unpack .../164-libstrictures-perl_2.000006-1_all.deb ...
11:59:49 #11 30.69 Unpacking libstrictures-perl (2.000006-1) ...
11:59:49 #11 30.72 Selecting previously unselected package libsub-quote-perl.
11:59:49 #11 30.72 Preparing to unpack .../165-libsub-quote-perl_2.006006-1_all.deb ...
11:59:49 #11 30.72 Unpacking libsub-quote-perl (2.006006-1) ...
11:59:49 #11 30.75 Selecting previously unselected package libmoo-perl.
11:59:49 #11 30.75 Preparing to unpack .../166-libmoo-perl_2.003006-1_all.deb ...
11:59:49 #11 30.76 Unpacking libmoo-perl (2.003006-1) ...
11:59:49 #11 30.79 Selecting previously unselected package libencode-locale-perl.
11:59:49 #11 30.79 Preparing to unpack .../167-libencode-locale-perl_1.05-1_all.deb ...
11:59:49 #11 30.81 Unpacking libencode-locale-perl (1.05-1) ...
11:59:49 #11 30.85 Selecting previously unselected package libtimedate-perl.
11:59:49 #10 31.63 Selecting previously unselected package libxml2:amd64.
11:59:49 #10 31.63 Preparing to unpack .../090-libxml2_2.9.14+dfsg-1.1+b3_amd64.deb ...
11:59:49 #10 31.63 Unpacking libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
11:59:49 #10 31.72 Selecting previously unselected package gettext.
11:59:49 #10 31.72 Preparing to unpack .../091-gettext_0.21-11_amd64.deb ...
11:59:49 #10 31.72 Unpacking gettext (0.21-11) ...
11:59:49 #10 35.71 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ...
11:59:49 #10 35.71 Unpacking libtry-tiny-perl (0.30-1) ...
11:59:49 #10 35.74 Selecting previously unselected package libwww-robotrules-perl.
11:59:49 #10 35.74 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ...
11:59:49 #10 35.75 Unpacking libwww-robotrules-perl (6.02-1) ...
11:59:49 #10 35.78 Selecting previously unselected package libwww-perl.
11:59:49 #10 35.78 Preparing to unpack .../142-libwww-perl_6.36-2_all.deb ...
11:59:49 #10 35.79 Unpacking libwww-perl (6.36-2) ...
11:59:49 #10 35.83 Selecting previously unselected package patchutils.
11:59:49 #10 35.83 Preparing to unpack .../143-patchutils_0.3.4-2_amd64.deb ...
11:59:49 #10 35.84 Unpacking patchutils (0.3.4-2) ...
11:59:49 #10 35.88 Selecting previously unselected package wdiff.
11:59:49 #10 35.88 Preparing to unpack .../144-wdiff_1.2.2-2+b1_amd64.deb ...
11:59:49 #10 35.89 Unpacking wdiff (1.2.2-2+b1) ...
11:59:49 #10 35.95 Selecting previously unselected package devscripts.
11:59:49 #11 29.54 Selecting previously unselected package g++.
11:59:49 #11 29.54 Preparing to unpack .../119-g++_4%3a12.2.0-1ubuntu1_arm64.deb ...
11:59:49 #11 29.55 Unpacking g++ (4:12.2.0-1ubuntu1) ...
11:59:49 #11 29.58 Selecting previously unselected package make.
11:59:49 #10 18.63 Selecting previously unselected package python3.7.
11:59:49 #10 18.63 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_armhf.deb ...
11:59:49 #10 18.63 Unpacking python3.7 (3.7.3-2+deb10u4) ...
11:59:49 #10 18.69 Selecting previously unselected package libpython3-stdlib:armhf.
11:59:49 #10 18.69 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_armhf.deb ...
11:59:49 #10 18.70 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
11:59:49 #10 18.75 Setting up python3-minimal (3.7.3-1) ...
11:59:49 #13 2.984 CentOS Stream 9 - CRB                           2.7 MB/s | 3.9 MB     00:01    
11:59:49 #11 32.13 Preparing to unpack .../274-libnet-netmask-perl_2.0001-1_all.deb ...
11:59:49 #11 32.14 Unpacking libnet-netmask-perl (2.0001-1) ...
11:59:49 #11 32.17 Selecting previously unselected package libnetaddr-ip-perl.
11:59:49 #11 32.17 Preparing to unpack .../275-libnetaddr-ip-perl_4.079+dfsg-2_amd64.deb ...
11:59:49 #11 32.17 Unpacking libnetaddr-ip-perl (4.079+dfsg-2) ...
11:59:49 #11 32.20 Selecting previously unselected package libdata-validate-ip-perl.
11:59:49 #11 32.21 Preparing to unpack .../276-libdata-validate-ip-perl_0.30-1_all.deb ...
11:59:49 #11 32.21 Unpacking libdata-validate-ip-perl (0.30-1) ...
11:59:49 #11 32.25 Selecting previously unselected package libdata-validate-uri-perl.
11:59:49 #11 32.25 Preparing to unpack .../277-libdata-validate-uri-perl_0.07-2_all.deb ...
11:59:49 #11 32.25 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:59:49 #11 32.28 Selecting previously unselected package libdistro-info-perl.
11:59:49 #11 32.28 Preparing to unpack .../278-libdistro-info-perl_1.1ubuntu1_all.deb ...
11:59:49 #11 32.29 Unpacking libdistro-info-perl (1.1ubuntu1) ...
11:59:49 #11 32.31 Selecting previously unselected package libemail-address-xs-perl.
11:59:49 #11 32.32 Preparing to unpack .../279-libemail-address-xs-perl_1.05-1_amd64.deb ...
11:59:49 #11 32.32 Unpacking libemail-address-xs-perl (1.05-1) ...
11:59:49 #11 32.35 Selecting previously unselected package libfcgi-bin.
11:59:49 #11 32.35 Preparing to unpack .../280-libfcgi-bin_2.4.2-2build2_amd64.deb ...
11:59:49 #11 32.35 Unpacking libfcgi-bin (2.4.2-2build2) ...
11:59:49 #11 32.38 Selecting previously unselected package libipc-system-simple-perl.
11:59:49 #11 32.38 Preparing to unpack .../281-libipc-system-simple-perl_1.30-1_all.deb ...
11:59:49 #11 32.39 Unpacking libipc-system-simple-perl (1.30-1) ...
11:59:49 #11 32.41 Selecting previously unselected package libfile-basedir-perl.
11:59:49 #11 32.42 Preparing to unpack .../282-libfile-basedir-perl_0.09-1_all.deb ...
11:59:49 #11 32.42 Unpacking libfile-basedir-perl (0.09-1) ...
11:59:49 #11 32.44 Selecting previously unselected package libfile-chdir-perl.
11:59:49 #11 32.44 Preparing to unpack .../283-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:59:49 #11 32.45 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:59:49 #11 32.48 Selecting previously unselected package libfile-fcntllock-perl.
11:59:49 #10 23.07 Selecting previously unselected package libglib2.0-data.
11:59:49 #10 23.07 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
11:59:49 #10 23.07 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:59:49 #10 23.11 Selecting previously unselected package libicu60:armhf.
11:59:49 #10 23.11 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_armhf.deb ...
11:59:49 #10 23.12 Unpacking libicu60:armhf (60.2-3ubuntu3.2) ...
11:59:49 #10 33.26 Preparing to unpack .../221-libclass-inspector-perl_1.36-3_all.deb ...
11:59:49 #10 33.26 Unpacking libclass-inspector-perl (1.36-3) ...
11:59:49 #10 33.30 Selecting previously unselected package libcommon-sense-perl:arm64.
11:59:49 #10 33.30 Preparing to unpack .../222-libcommon-sense-perl_3.75-3_arm64.deb ...
11:59:49 #10 33.30 Unpacking libcommon-sense-perl:arm64 (3.75-3) ...
11:59:49 #10 33.33 Selecting previously unselected package libconfig-tiny-perl.
11:59:49 #10 33.33 Preparing to unpack .../223-libconfig-tiny-perl_2.28-2_all.deb ...
11:59:49 #10 33.34 Unpacking libconfig-tiny-perl (2.28-2) ...
11:59:49 #10 33.37 Selecting previously unselected package libparams-util-perl.
11:59:49 #10 33.37 Preparing to unpack .../224-libparams-util-perl_1.102-2+b1_arm64.deb ...
11:59:49 #10 33.37 Unpacking libparams-util-perl (1.102-2+b1) ...
11:59:49 #10 33.40 Selecting previously unselected package libsub-install-perl.
11:59:49 #10 33.41 Preparing to unpack .../225-libsub-install-perl_0.929-1_all.deb ...
11:59:49 #10 33.41 Unpacking libsub-install-perl (0.929-1) ...
11:59:49 #10 33.44 Selecting previously unselected package libdata-optlist-perl.
11:59:49 #10 33.44 Preparing to unpack .../226-libdata-optlist-perl_0.113-1_all.deb ...
11:59:49 #10 33.44 Unpacking libdata-optlist-perl (0.113-1) ...
11:59:49 #10 33.48 Selecting previously unselected package libsub-exporter-perl.
11:59:49 #10 33.48 Preparing to unpack .../227-libsub-exporter-perl_0.989-1_all.deb ...
11:59:49 #11 32.04 Preparing to unpack .../270-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:59:49 #11 32.05 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:59:49 #11 32.08 Selecting previously unselected package libhash-fieldhash-perl.
11:59:49 #11 32.08 Preparing to unpack .../271-libhash-fieldhash-perl_0.15-1build5_amd64.deb ...
11:59:49 #11 32.09 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
11:59:49 #11 32.12 Selecting previously unselected package libhtml-form-perl.
11:59:49 #11 32.12 Preparing to unpack .../272-libhtml-form-perl_6.07-1_all.deb ...
11:59:49 #11 32.12 Unpacking libhtml-form-perl (6.07-1) ...
11:59:49 #11 32.15 Selecting previously unselected package libhtml-format-perl.
11:59:49 #11 32.15 Preparing to unpack .../273-libhtml-format-perl_2.12-1.1_all.deb ...
11:59:49 #11 32.16 Unpacking libhtml-format-perl (2.12-1.1) ...
11:59:49 #11 32.18 Selecting previously unselected package libhtml-html5-entities-perl.
11:59:49 #11 32.19 Preparing to unpack .../274-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
11:59:49 #11 32.19 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
11:59:49 #11 32.22 Selecting previously unselected package libhttp-daemon-perl.
11:59:49 #11 32.22 Preparing to unpack .../275-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
11:59:49 #11 32.22 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
11:59:49 #11 32.24 Selecting previously unselected package libio-interactive-perl.
11:59:49 #11 32.24 Preparing to unpack .../276-libio-interactive-perl_1.023-1_all.deb ...
11:59:49 #11 32.25 Unpacking libio-interactive-perl (1.023-1) ...
11:59:49 #11 32.27 Selecting previously unselected package libio-prompt-tiny-perl.
11:59:49 #10 31.16 Preparing to unpack .../216-libdata-dump-perl_1.23-1.1_all.deb ...
11:59:49 #10 31.17 Unpacking libdata-dump-perl (1.23-1.1) ...
11:59:49 #10 31.20 Selecting previously unselected package libdata-messagepack-perl.
11:59:49 #10 31.21 Preparing to unpack .../217-libdata-messagepack-perl_1.00-4+b1_arm64.deb ...
11:59:49 #10 31.21 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
11:59:49 #10 31.25 Selecting previously unselected package libnet-domain-tld-perl.
11:59:49 #10 31.25 Preparing to unpack .../218-libnet-domain-tld-perl_1.75-1.1_all.deb ...
11:59:49 #10 31.25 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
11:59:49 #10 31.28 Selecting previously unselected package libdata-validate-domain-perl.
11:59:49 #10 31.29 Preparing to unpack .../219-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:59:49 #10 31.29 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:59:49 #10 31.32 Selecting previously unselected package libdevel-size-perl.
11:59:49 #10 31.32 Preparing to unpack .../220-libdevel-size-perl_0.83-1+b2_arm64.deb ...
11:59:49 #10 31.33 Unpacking libdevel-size-perl (0.83-1+b2) ...
11:59:49 #10 31.36 Selecting previously unselected package libdistro-info-perl.
11:59:49 #10 31.36 Preparing to unpack .../221-libdistro-info-perl_1.0_all.deb ...
11:59:49 #10 31.36 Unpacking libdistro-info-perl (1.0) ...
11:59:49 #10 31.39 Selecting previously unselected package libemail-address-xs-perl.
11:59:49 #10 31.39 Preparing to unpack .../222-libemail-address-xs-perl_1.04-1+b3_arm64.deb ...
11:59:49 #10 31.40 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
11:59:49 #10 31.43 Selecting previously unselected package libfcgi0ldbl:arm64.
11:59:49 #10 31.44 Preparing to unpack .../223-libfcgi0ldbl_2.4.2-2_arm64.deb ...
11:59:49 #10 31.44 Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ...
11:59:49 #10 31.47 Selecting previously unselected package libfcgi-bin.
11:59:49 #10 31.47 Preparing to unpack .../224-libfcgi-bin_2.4.2-2_arm64.deb ...
11:59:49 #10 31.48 Unpacking libfcgi-bin (2.4.2-2) ...
11:59:49 #10 31.51 Selecting previously unselected package libfcgi-perl:arm64.
11:59:49 #11 33.07 Preparing to unpack .../131-dh-strip-nondeterminism_1.7.0-1_all.deb ...
11:59:49 #11 33.07 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
11:59:49 #11 33.10 Selecting previously unselected package dwz.
11:59:49 #11 33.10 Preparing to unpack .../132-dwz_0.13-5_amd64.deb ...
11:59:49 #11 33.11 Unpacking dwz (0.13-5) ...
11:59:49 #11 33.16 Selecting previously unselected package libcroco3:amd64.
11:59:49 #11 33.16 Preparing to unpack .../133-libcroco3_0.6.13-1_amd64.deb ...
11:59:49 #11 33.17 Unpacking libcroco3:amd64 (0.6.13-1) ...
11:59:49 #11 33.20 Selecting previously unselected package gettext.
11:59:49 #11 33.20 Preparing to unpack .../134-gettext_0.19.8.1-10build1_amd64.deb ...
11:59:49 #11 33.21 Unpacking gettext (0.19.8.1-10build1) ...
11:59:49 #11 33.31 Selecting previously unselected package intltool-debian.
11:59:49 #11 23.69 Selecting previously unselected package binutils.
11:59:49 #11 23.69 Preparing to unpack .../062-binutils_2.38-4ubuntu2.1_arm64.deb ...
11:59:49 #11 23.70 Unpacking binutils (2.38-4ubuntu2.1) ...
11:59:49 #11 23.73 Selecting previously unselected package libc-dev-bin.
11:59:49 #11 23.73 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3.1_arm64.deb ...
11:59:49 #11 23.74 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
11:59:49 #11 23.76 Selecting previously unselected package linux-libc-dev:arm64.
11:59:49 #11 23.77 Preparing to unpack .../064-linux-libc-dev_5.15.0-58.64_arm64.deb ...
11:59:49 #11 23.77 Unpacking linux-libc-dev:arm64 (5.15.0-58.64) ...
11:59:49 #10 32.91 Unpacking liblist-compare-perl (0.53-1) ...
11:59:49 #10 32.95 Selecting previously unselected package liblist-moreutils-perl.
11:59:49 #10 32.95 Preparing to unpack .../220-liblist-moreutils-perl_0.416-1build3_arm64.deb ...
11:59:49 #10 32.96 Unpacking liblist-moreutils-perl (0.416-1build3) ...
11:59:49 #10 33.00 Selecting previously unselected package libltdl7:arm64.
11:59:49 #10 33.00 Preparing to unpack .../221-libltdl7_2.4.6-2_arm64.deb ...
11:59:49 #10 33.00 Unpacking libltdl7:arm64 (2.4.6-2) ...
11:59:49 #10 33.03 Selecting previously unselected package libltdl-dev:arm64.
11:59:49 #10 33.04 Preparing to unpack .../222-libltdl-dev_2.4.6-2_arm64.deb ...
11:59:49 #10 33.04 Unpacking libltdl-dev:arm64 (2.4.6-2) ...
11:59:49 #10 33.08 Selecting previously unselected package libnet-http-perl.
11:59:49 #10 33.09 Preparing to unpack .../223-libnet-http-perl_6.17-1_all.deb ...
11:59:49 #10 33.09 Unpacking libnet-http-perl (6.17-1) ...
11:59:49 #10 33.12 Selecting previously unselected package libwww-robotrules-perl.
11:59:49 #10 33.12 Preparing to unpack .../224-libwww-robotrules-perl_6.01-1_all.deb ...
11:59:49 #10 33.13 Unpacking libwww-robotrules-perl (6.01-1) ...
11:59:49 #10 33.16 Selecting previously unselected package libwww-perl.
11:59:49 #10 11.56 Get:354 http://deb.debian.org/debian bookworm/main armhf libre2-9 armhf 20220601+dfsg-1+b1 [148 kB]
11:59:49 #10 11.67 Get:355 http://deb.debian.org/debian bookworm/main armhf libre-engine-re2-perl armhf 0.17+ds-1 [17.9 kB]
11:59:49 #21 8.641 debconf: delaying package configuration, since apt-utils is not installed
11:59:49 #21 8.670 Fetched 87.4 MB in 1s (80.2 MB/s)
11:59:49 #21 8.689 Selecting previously unselected package binutils-mingw-w64-x86-64.
11:59:49 #21 8.689 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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:59:49 #21 8.700 Preparing to unpack .../0-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
11:59:49 #21 8.705 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:59:49 #10 32.85 Preparing to unpack .../187-libclass-xsaccessor-perl_1.19-3+b2_arm64.deb ...
11:59:49 #10 32.85 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
11:59:49 #10 32.90 Selecting previously unselected package libclone-perl.
11:59:49 #10 32.90 Preparing to unpack .../188-libclone-perl_0.41-1+b1_arm64.deb ...
11:59:49 #10 32.90 Unpacking libclone-perl (0.41-1+b1) ...
11:59:49 #10 32.94 Selecting previously unselected package libcommon-sense-perl.
11:59:49 #10 32.94 Preparing to unpack .../189-libcommon-sense-perl_3.74-2+b7_arm64.deb ...
11:59:49 #10 32.94 Unpacking libcommon-sense-perl (3.74-2+b7) ...
11:59:49 #10 32.98 Selecting previously unselected package libparams-util-perl.
11:59:49 #10 32.98 Preparing to unpack .../190-libparams-util-perl_1.07-3+b4_arm64.deb ...
11:59:49 #10 32.99 Unpacking libparams-util-perl (1.07-3+b4) ...
11:59:49 #10 33.02 Selecting previously unselected package libsub-install-perl.
11:59:49 #10 33.03 Preparing to unpack .../191-libsub-install-perl_0.928-1_all.deb ...
11:59:49 #10 33.03 Unpacking libsub-install-perl (0.928-1) ...
11:59:49 #10 33.07 Selecting previously unselected package libdata-optlist-perl.
11:59:49 #10 33.07 Preparing to unpack .../192-libdata-optlist-perl_0.110-1_all.deb ...
11:59:49 #10 33.07 Unpacking libdata-optlist-perl (0.110-1) ...
11:59:49 #10 33.11 Selecting previously unselected package libsub-exporter-perl.
11:59:49 #10 33.11 Preparing to unpack .../193-libsub-exporter-perl_0.987-1_all.deb ...
11:59:49 #10 30.65   Installing       : info-6.7-15.el9.x86_64                             155/166 
11:59:49 #10 30.66   Installing       : ed-1.14.2-12.el9.x86_64                            156/166 
11:59:49 #10 30.70   Installing       : patch-2.7.6-16.el9.x86_64                          157/166 
11:59:49 #10 30.71   Installing       : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1   158/166 
11:59:49 #10 30.76   Installing       : gsettings-desktop-schemas-40.0-6.el9.x86_64        159/166 
11:59:49 #10 30.77   Installing       : glib-networking-2.68.3-3.el9.x86_64                160/166 
11:59:49 #10 30.81   Installing       : libsoup-2.72.0-8.el9.x86_64                        161/166 
11:59:49 #11 30.85 Preparing to unpack .../168-libtimedate-perl_2.3200-1_all.deb ...
11:59:49 #11 30.86 Unpacking libtimedate-perl (2.3200-1) ...
11:59:49 #11 30.89 Selecting previously unselected package libhttp-date-perl.
11:59:49 #11 30.89 Preparing to unpack .../169-libhttp-date-perl_6.05-1_all.deb ...
11:59:49 #11 30.90 Unpacking libhttp-date-perl (6.05-1) ...
11:59:49 #11 30.93 Selecting previously unselected package libfile-listing-perl.
11:59:49 #11 30.93 Preparing to unpack .../170-libfile-listing-perl_6.04-1_all.deb ...
11:59:49 #11 30.94 Unpacking libfile-listing-perl (6.04-1) ...
11:59:49 #11 30.97 Selecting previously unselected package libhtml-tagset-perl.
11:59:49 #11 30.97 Preparing to unpack .../171-libhtml-tagset-perl_3.20-4_all.deb ...
11:59:49 #11 30.98 Unpacking libhtml-tagset-perl (3.20-4) ...
11:59:49 #11 31.00 Selecting previously unselected package liburi-perl.
11:59:49 #11 31.01 Preparing to unpack .../172-liburi-perl_1.76-2_all.deb ...
11:59:49 #11 31.01 Unpacking liburi-perl (1.76-2) ...
11:59:49 #11 31.04 Selecting previously unselected package libhtml-parser-perl.
11:59:49 #11 31.05 Preparing to unpack .../173-libhtml-parser-perl_3.72-5_arm64.deb ...
11:59:49 #11 31.05 Unpacking libhtml-parser-perl (3.72-5) ...
11:59:49 #11 31.09 Selecting previously unselected package libhtml-tree-perl.
11:59:49 #10 31.86 Selecting previously unselected package intltool-debian.
11:59:49 #10 31.86 Preparing to unpack .../092-intltool-debian_0.35.0+20060710.6_all.deb ...
11:59:49 #10 31.86 Unpacking intltool-debian (0.35.0+20060710.6) ...
11:59:49 #10 31.89 Selecting previously unselected package po-debconf.
11:59:49 #10 31.89 Preparing to unpack .../093-po-debconf_1.0.21+nmu1_all.deb ...
11:59:49 #10 31.89 Unpacking po-debconf (1.0.21+nmu1) ...
11:59:49 #10 31.94 Selecting previously unselected package debhelper.
11:59:49 #10 31.94 Preparing to unpack .../094-debhelper_13.11.4_all.deb ...
11:59:49 #10 31.95 Unpacking debhelper (13.11.4) ...
11:59:49 #10 35.95 Preparing to unpack .../145-devscripts_2.19.5+deb10u1_amd64.deb ...
11:59:49 #10 35.97 Unpacking devscripts (2.19.5+deb10u1) ...
11:59:49 #10 36.11 Selecting previously unselected package diffstat.
11:59:49 #10 36.11 Preparing to unpack .../146-diffstat_1.62-1_amd64.deb ...
11:59:49 #10 36.11 Unpacking diffstat (1.62-1) ...
11:59:49 #10 36.15 Selecting previously unselected package distro-info-data.
11:59:49 #10 36.15 Preparing to unpack .../147-distro-info-data_0.41+deb10u6_all.deb ...
11:59:49 #10 36.16 Unpacking distro-info-data (0.41+deb10u6) ...
11:59:49 #10 36.19 Selecting previously unselected package python3-pkg-resources.
11:59:49 #10 36.20 Preparing to unpack .../148-python3-pkg-resources_40.8.0-1_all.deb ...
11:59:49 #10 36.20 Unpacking python3-pkg-resources (40.8.0-1) ...
11:59:49 #11 29.58 Preparing to unpack .../120-make_4.3-4.1build1_arm64.deb ...
11:59:49 #11 29.59 Unpacking make (4.3-4.1build1) ...
11:59:49 #11 29.63 Selecting previously unselected package libdpkg-perl.
11:59:49 #11 29.63 Preparing to unpack .../121-libdpkg-perl_1.21.9ubuntu1_all.deb ...
11:59:49 #11 29.63 Unpacking libdpkg-perl (1.21.9ubuntu1) ...
11:59:49 #11 29.69 Selecting previously unselected package bzip2.
11:59:49 #11 29.69 Preparing to unpack .../122-bzip2_1.0.8-5build1_arm64.deb ...
11:59:49 #11 29.69 Unpacking bzip2 (1.0.8-5build1) ...
11:59:49 #11 29.72 Selecting previously unselected package patch.
11:59:49 #11 29.72 Preparing to unpack .../123-patch_2.7.6-7build2_arm64.deb ...
11:59:49 #11 29.73 Unpacking patch (2.7.6-7build2) ...
11:59:49 #11 29.76 Selecting previously unselected package lto-disabled-list.
11:59:49 #11 29.77 Preparing to unpack .../124-lto-disabled-list_35_all.deb ...
11:59:49 #11 29.77 Unpacking lto-disabled-list (35) ...
11:59:49 #11 29.80 Selecting previously unselected package dpkg-dev.
11:59:49 #11 29.80 Preparing to unpack .../125-dpkg-dev_1.21.9ubuntu1_all.deb ...
11:59:49 #11 29.81 Unpacking dpkg-dev (1.21.9ubuntu1) ...
11:59:49 #11 29.86 Selecting previously unselected package build-essential.
11:59:49 #11 29.86 Preparing to unpack .../126-build-essential_12.9ubuntu3_arm64.deb ...
11:59:49 #11 29.86 Unpacking build-essential (12.9ubuntu3) ...
11:59:49 #11 29.90 Selecting previously unselected package libbrotli1:arm64.
11:59:49 #11 29.90 Preparing to unpack .../127-libbrotli1_1.0.9-2build6_arm64.deb ...
11:59:49 #11 29.90 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
11:59:49 #12 20.39 Dependencies resolved.
11:59:49 #12 20.41 ==============================================================================================
11:59:49 #12 20.41  Package                      Arch     Version                                Repo        Size
11:59:49 #12 20.41 ==============================================================================================
11:59:49 #12 20.41 Installing:
11:59:49 #12 20.41  dnf-plugins-core             noarch   4.0.21-18.el8                          baseos      75 k
11:59:49 #12 20.41  rpm-build                    aarch64  4.14.3-26.el8                          appstream  173 k
11:59:49 #12 20.41  rpmlint                      noarch   1.10-14.el8                            appstream  192 k
11:59:49 #12 20.41 Upgrading:
11:59:49 #12 20.41  python3-dnf-plugins-core     noarch   4.0.21-18.el8                          baseos     258 k
11:59:49 #12 20.41  python3-rpm                  aarch64  4.14.3-26.el8                          baseos     156 k
11:59:49 #12 20.41  rpm                          aarch64  4.14.3-26.el8                          baseos     544 k
11:59:49 #12 20.41  rpm-build-libs               aarch64  4.14.3-26.el8                          baseos     151 k
11:59:49 #12 20.41  rpm-libs                     aarch64  4.14.3-26.el8                          baseos     329 k
11:59:49 #12 20.41 Installing dependencies:
11:59:49 #12 20.41  binutils                     aarch64  2.30-119.el8                           baseos     6.1 M
11:59:49 #12 20.41  bzip2                        aarch64  1.0.6-26.el8                           baseos      60 k
11:59:49 #12 20.41  cpio                         aarch64  2.12-11.el8                            baseos     260 k
11:59:49 #12 20.41  desktop-file-utils           aarch64  0.26-1.el8                             appstream   79 k
11:59:49 #12 20.41  diffutils                    aarch64  3.6-6.el8                              baseos     352 k
11:59:49 #12 20.41  dwz                          aarch64  0.12-10.el8                            appstream  103 k
11:59:49 #12 20.41  efi-srpm-macros              noarch   3-3.el8                                appstream   22 k
11:59:49 #12 20.41  elfutils                     aarch64  0.187-4.el8                            baseos     529 k
11:59:49 #12 20.41  emacs-filesystem             noarch   1:26.1-9.el8                           baseos      70 k
11:59:49 #12 20.41  file                         aarch64  5.33-21.el8                            baseos      77 k
11:59:49 #12 20.41  gc                           aarch64  7.6.4-3.el8                            appstream   99 k
11:59:49 #12 20.41  gdb-headless                 aarch64  8.2-19.el8                             appstream  3.1 M
11:59:49 #12 20.41  ghc-srpm-macros              noarch   1.4.2-7.el8                            appstream  9.3 k
11:59:49 #12 20.41  glibc-gconv-extra            aarch64  2.28-211.el8                           baseos     1.8 M
11:59:49 #12 20.41  go-srpm-macros               noarch   2-17.el8                               appstream   13 k
11:59:49 #12 20.41  groff-base                   aarch64  1.22.3-18.el8                          baseos     989 k
11:59:49 #12 20.41  guile                        aarch64  5:2.0.14-7.el8                         appstream  3.5 M
11:59:49 #12 20.41  libatomic_ops                aarch64  7.6.2-3.el8                            appstream   38 k
11:59:49 #12 20.41  libbabeltrace                aarch64  1.5.4-4.el8                            baseos     189 k
11:59:49 #12 20.41  libpkgconf                   aarch64  1.4.2-1.el8                            baseos      34 k
11:59:49 #12 20.41  libtool-ltdl                 aarch64  2.4.6-25.el8                           baseos      57 k
11:59:49 #12 20.41  ncurses                      aarch64  6.1-9.20180224.el8                     baseos     383 k
11:59:49 #12 20.41  ocaml-srpm-macros            noarch   5-4.el8                                appstream  9.4 k
11:59:49 #12 20.41  openblas-srpm-macros         noarch   2-2.el8                                appstream  7.9 k
11:59:49 #12 20.41  patch                        aarch64  2.7.6-11.el8                           baseos     134 k
11:59:49 #12 20.41  perl-Carp                    noarch   1.42-396.el8                           baseos      30 k
11:59:49 #12 20.41  perl-Encode                  aarch64  4:2.97-3.el8                           baseos     1.5 M
11:59:49 #12 20.41  perl-Errno                   aarch64  1.28-422.el8                           baseos      76 k
11:59:49 #12 20.41  perl-Exporter                noarch   5.72-396.el8                           baseos      34 k
11:59:49 #12 20.41  perl-File-Path               noarch   2.15-2.el8                             baseos      38 k
11:59:49 #12 20.41  perl-File-Temp               noarch   0.230.600-1.el8                        baseos      63 k
11:59:49 #12 20.41  perl-Getopt-Long             noarch   1:2.50-4.el8                           baseos      63 k
11:59:49 #12 20.41  perl-HTTP-Tiny               noarch   0.074-1.el8                            baseos      58 k
11:59:49 #12 20.41  perl-IO                      aarch64  1.38-422.el8                           baseos     142 k
11:59:49 #12 20.41  perl-MIME-Base64             aarch64  3.15-396.el8                           baseos      31 k
11:59:49 #12 20.41  perl-PathTools               aarch64  3.74-1.el8                             baseos      90 k
11:59:49 #12 20.41  perl-Pod-Escapes             noarch   1:1.07-395.el8                         baseos      20 k
11:59:49 #12 20.41  perl-Pod-Perldoc             noarch   3.28-396.el8                           baseos      86 k
11:59:49 #12 20.41  perl-Pod-Simple              noarch   1:3.35-395.el8                         baseos     213 k
11:59:49 #12 20.41  perl-Pod-Usage               noarch   4:1.69-395.el8                         baseos      34 k
11:59:49 #12 20.41  perl-Scalar-List-Utils       aarch64  3:1.49-2.el8                           baseos      67 k
11:59:49 #12 20.41  perl-Socket                  aarch64  4:2.027-3.el8                          baseos      59 k
11:59:49 #12 20.41  perl-Storable                aarch64  1:3.11-3.el8                           baseos      95 k
11:59:49 #12 20.41  perl-Term-ANSIColor          noarch   4.06-396.el8                           baseos      46 k
11:59:49 #12 20.41  perl-Term-Cap                noarch   1.17-395.el8                           baseos      23 k
11:59:49 #12 20.41  perl-Text-ParseWords         noarch   3.30-395.el8                           baseos      18 k
11:59:49 #12 20.41  perl-Text-Tabs+Wrap          noarch   2013.0523-395.el8                      baseos      24 k
11:59:49 #12 20.41  perl-Time-Local              noarch   1:1.280-1.el8                          baseos      34 k
11:59:49 #12 20.41  perl-Unicode-Normalize       aarch64  1.25-396.el8                           baseos      78 k
11:59:49 #12 20.41  perl-constant                noarch   1.33-396.el8                           baseos      25 k
11:59:49 #12 20.41  perl-interpreter             aarch64  4:5.26.3-422.el8                       baseos     6.3 M
11:59:49 #12 20.41  perl-libs                    aarch64  4:5.26.3-422.el8                       baseos     1.5 M
11:59:49 #12 20.41  perl-macros                  aarch64  4:5.26.3-422.el8                       baseos      72 k
11:59:49 #12 20.41  perl-parent                  noarch   1:0.237-1.el8                          baseos      20 k
11:59:49 #12 20.41  perl-podlators               noarch   4.11-1.el8                             baseos     118 k
11:59:49 #12 20.41  perl-srpm-macros             noarch   1-25.el8                               appstream   11 k
11:59:49 #12 20.41  perl-threads                 aarch64  1:2.21-2.el8                           baseos      60 k
11:59:49 #12 20.41  perl-threads-shared          aarch64  1.58-2.el8                             baseos      47 k
11:59:49 #12 20.41  pkgconf                      aarch64  1.4.2-1.el8                            baseos      37 k
11:59:49 #12 20.41  pkgconf-m4                   noarch   1.4.2-1.el8                            baseos      17 k
11:59:49 #12 20.41  pkgconf-pkg-config           aarch64  1.4.2-1.el8                            baseos      15 k
11:59:49 #12 20.41  python-rpm-macros            noarch   3-44.el8                               appstream   16 k
11:59:49 #12 20.41  python-srpm-macros           noarch   3-44.el8                               appstream   16 k
11:59:49 #12 20.41  python3-rpm-macros           noarch   3-44.el8                               appstream   15 k
11:59:49 #12 20.41  python3-systemd              aarch64  234-8.el8                              appstream   80 k
11:59:49 #12 20.41  qt5-srpm-macros              noarch   5.15.3-1.el8                           appstream   11 k
11:59:49 #12 20.41  redhat-rpm-config            noarch   130-1.el8                              appstream   90 k
11:59:49 #12 20.41  rust-srpm-macros             noarch   5-2.el8                                appstream  9.2 k
11:59:49 #12 20.41  unzip                        aarch64  6.0-46.el8                             baseos     189 k
11:59:49 #12 20.41  xz                           aarch64  5.2.4-4.el8                            baseos     153 k
11:59:49 #12 20.41  zip                          aarch64  3.0-23.el8                             baseos     265 k
11:59:49 #12 20.41  zstd                         aarch64  1.4.4-1.el8                            appstream  303 k
11:59:49 #12 20.41 Installing weak dependencies:
11:59:49 #12 20.41  elfutils-debuginfod-client   aarch64  0.187-4.el8                            baseos      72 k
11:59:49 #12 20.41  perl-IO-Socket-IP            noarch   0.39-5.el8                             appstream   47 k
11:59:49 #12 20.41  perl-Mozilla-CA              noarch   20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
11:59:49 #12 20.41 Downgrading:
11:59:49 #12 20.41  xz-libs                      aarch64  5.2.4-4.el8                            baseos      91 k
11:59:49 #12 20.41 Enabling module streams:
11:59:49 #12 20.41  perl                                  5.26                                                   
11:59:49 #12 20.41  perl-IO-Socket-SSL                    2.066                                                  
11:59:49 #12 20.41  perl-libwww-perl                      6.34                                                   
11:59:49 #12 20.41 
11:59:49 #12 20.41 Transaction Summary
11:59:49 #12 20.41 ==============================================================================================
11:59:49 #12 20.41 Install    78 Packages
11:59:49 #12 20.41 Upgrade     5 Packages
11:59:49 #12 20.41 Downgrade   1 Package
11:59:49 #12 20.41 
11:59:49 #12 20.41 Total download size: 32 M
11:59:49 #12 20.41 Downloading Packages:
11:59:49 #11 32.48 Preparing to unpack .../284-libfile-fcntllock-perl_0.22-4_amd64.deb ...
11:59:49 #11 32.49 Unpacking libfile-fcntllock-perl (0.22-4) ...
11:59:49 #11 32.52 Selecting previously unselected package libnumber-compare-perl.
11:59:49 #11 32.52 Preparing to unpack .../285-libnumber-compare-perl_0.03-2_all.deb ...
11:59:49 #11 32.53 Unpacking libnumber-compare-perl (0.03-2) ...
11:59:49 #11 32.56 Selecting previously unselected package libtext-glob-perl.
11:59:49 #11 32.56 Preparing to unpack .../286-libtext-glob-perl_0.11-2_all.deb ...
11:59:49 #11 32.56 Unpacking libtext-glob-perl (0.11-2) ...
11:59:49 #11 32.59 Selecting previously unselected package libfile-find-rule-perl.
11:59:49 #11 32.59 Preparing to unpack .../287-libfile-find-rule-perl_0.34-2_all.deb ...
11:59:49 #11 32.60 Unpacking libfile-find-rule-perl (0.34-2) ...
11:59:49 #11 32.62 Selecting previously unselected package libfont-afm-perl.
11:59:49 #11 32.63 Preparing to unpack .../288-libfont-afm-perl_1.20-3_all.deb ...
11:59:49 #11 32.63 Unpacking libfont-afm-perl (1.20-3) ...
11:59:49 #11 32.66 Selecting previously unselected package libio-string-perl.
11:59:49 #11 32.67 Preparing to unpack .../289-libio-string-perl_1.08-3.1_all.deb ...
11:59:49 #11 32.67 Unpacking libio-string-perl (1.08-3.1) ...
11:59:49 #11 32.71 Selecting previously unselected package libfont-ttf-perl.
11:59:49 #10 33.48 Unpacking libsub-exporter-perl (0.989-1) ...
11:59:49 #10 33.52 Selecting previously unselected package libconst-fast-perl.
11:59:49 #10 33.52 Preparing to unpack .../228-libconst-fast-perl_0.014-2_all.deb ...
11:59:49 #10 33.52 Unpacking libconst-fast-perl (0.014-2) ...
11:59:49 #10 33.56 Selecting previously unselected package libwant-perl.
11:59:49 #10 33.56 Preparing to unpack .../229-libwant-perl_0.29-2+b1_arm64.deb ...
11:59:49 #10 33.56 Unpacking libwant-perl (0.29-2+b1) ...
11:59:49 #10 33.59 Selecting previously unselected package libcontextual-return-perl.
11:59:49 #10 33.59 Preparing to unpack .../230-libcontextual-return-perl_0.004014-4_all.deb ...
11:59:49 #10 33.60 Unpacking libcontextual-return-perl (0.004014-4) ...
11:59:49 #10 33.63 Selecting previously unselected package libconvert-binhex-perl.
11:59:49 #10 33.63 Preparing to unpack .../231-libconvert-binhex-perl_1.125-3_all.deb ...
11:59:49 #10 33.64 Unpacking libconvert-binhex-perl (1.125-3) ...
11:59:49 #10 33.67 Selecting previously unselected package libcpanel-json-xs-perl:arm64.
11:59:49 #10 33.67 Preparing to unpack .../232-libcpanel-json-xs-perl_4.32-1+b1_arm64.deb ...
11:59:49 #10 33.68 Unpacking libcpanel-json-xs-perl:arm64 (4.32-1+b1) ...
11:59:49 #10 33.72 Selecting previously unselected package libdevel-stacktrace-perl.
11:59:49 #10 33.57 Selecting previously unselected package libalgorithm-diff-perl.
11:59:49 #10 33.58 Preparing to unpack .../151-libalgorithm-diff-perl_1.19.03-1_all.deb ...
11:59:49 #10 33.58 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
11:59:49 #10 33.62 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:59:49 #10 33.62 Preparing to unpack .../152-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ...
11:59:49 #10 33.63 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
11:59:49 #10 33.65 Selecting previously unselected package libalgorithm-merge-perl.
11:59:49 #10 33.65 Preparing to unpack .../153-libalgorithm-merge-perl_0.08-3_all.deb ...
11:59:49 #10 33.65 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:59:49 #10 33.68 Selecting previously unselected package libapt-pkg-perl.
11:59:49 #10 33.68 Preparing to unpack .../154-libapt-pkg-perl_0.1.33build1_amd64.deb ...
11:59:49 #10 33.69 Unpacking libapt-pkg-perl (0.1.33build1) ...
11:59:49 #10 33.72 Selecting previously unselected package libarchive-cpio-perl.
11:59:49 #11 32.27 Preparing to unpack .../277-libio-prompt-tiny-perl_0.003-1_all.deb ...
11:59:49 #11 32.28 Unpacking libio-prompt-tiny-perl (0.003-1) ...
11:59:49 #11 32.31 Selecting previously unselected package libtypes-serialiser-perl.
11:59:49 #11 32.31 Preparing to unpack .../278-libtypes-serialiser-perl_1.01-1_all.deb ...
11:59:49 #11 32.31 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:59:49 #11 32.34 Selecting previously unselected package libjson-xs-perl.
11:59:49 #11 32.34 Preparing to unpack .../279-libjson-xs-perl_4.030-1build3_amd64.deb ...
11:59:49 #11 32.35 Unpacking libjson-xs-perl (4.030-1build3) ...
11:59:49 #11 32.38 Selecting previously unselected package libjson-maybexs-perl.
11:59:49 #11 32.38 Preparing to unpack .../280-libjson-maybexs-perl_1.004003-1_all.deb ...
11:59:49 #11 32.38 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:59:49 #11 32.41 Selecting previously unselected package libldap-common.
11:59:49 #11 32.41 Preparing to unpack .../281-libldap-common_2.5.13+dfsg-0ubuntu0.22.04.1_all.deb ...
11:59:49 #11 32.42 Unpacking libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:59:49 #11 32.44 Selecting previously unselected package liblist-compare-perl.
11:59:49 #11 32.44 Preparing to unpack .../282-liblist-compare-perl_0.55-1_all.deb ...
11:59:49 #11 32.45 Unpacking liblist-compare-perl (0.55-1) ...
11:59:49 #11 32.48 Selecting previously unselected package liblist-someutils-perl.
11:59:49 #11 32.48 Preparing to unpack .../283-liblist-someutils-perl_0.58-1_all.deb ...
11:59:49 #11 32.48 Unpacking liblist-someutils-perl (0.58-1) ...
11:59:49 #11 32.57 Selecting previously unselected package liblist-someutils-xs-perl.
11:59:49 #11 32.57 Preparing to unpack .../284-liblist-someutils-xs-perl_0.58-2build3_amd64.deb ...
11:59:49 #11 32.57 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
11:59:49 #11 32.60 Selecting previously unselected package liblist-utilsby-perl.
11:59:49 #10 31.51 Preparing to unpack .../225-libfcgi-perl_0.79+ds-2_arm64.deb ...
11:59:49 #10 31.51 Unpacking libfcgi-perl:arm64 (0.79+ds-2) ...
11:59:49 #10 31.54 Selecting previously unselected package libipc-system-simple-perl.
11:59:49 #10 31.54 Preparing to unpack .../226-libipc-system-simple-perl_1.30-1_all.deb ...
11:59:49 #10 31.55 Unpacking libipc-system-simple-perl (1.30-1) ...
11:59:49 #10 31.58 Selecting previously unselected package libfile-basedir-perl.
11:59:49 #10 31.58 Preparing to unpack .../227-libfile-basedir-perl_0.08-1_all.deb ...
11:59:49 #10 31.58 Unpacking libfile-basedir-perl (0.08-1) ...
11:59:49 #10 31.62 Selecting previously unselected package libfile-chdir-perl.
11:59:49 #10 31.62 Preparing to unpack .../228-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:59:49 #10 31.62 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:59:49 #10 31.66 Selecting previously unselected package libfile-fcntllock-perl.
11:59:49 #10 31.66 Preparing to unpack .../229-libfile-fcntllock-perl_0.22-3+b7_arm64.deb ...
11:59:49 #10 31.66 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
11:59:49 #10 31.69 Selecting previously unselected package libnumber-compare-perl.
11:59:49 #10 31.70 Preparing to unpack .../230-libnumber-compare-perl_0.03-1.1_all.deb ...
11:59:49 #10 31.70 Unpacking libnumber-compare-perl (0.03-1.1) ...
11:59:49 #10 31.73 Selecting previously unselected package libtext-glob-perl.
11:59:49 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 5.2s
11:59:49 #11 33.32 Preparing to unpack .../135-intltool-debian_0.35.0+20060710.5_all.deb ...
11:59:49 #11 33.32 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:59:49 #11 33.35 Selecting previously unselected package po-debconf.
11:59:49 #11 33.35 Preparing to unpack .../136-po-debconf_1.0.21_all.deb ...
11:59:49 #11 33.36 Unpacking po-debconf (1.0.21) ...
11:59:49 #11 33.41 Selecting previously unselected package debhelper.
11:59:49 #11 33.41 Preparing to unpack .../137-debhelper_12.10ubuntu1_all.deb ...
11:59:49 #11 33.41 Unpacking debhelper (12.10ubuntu1) ...
11:59:49 #11 33.53 Selecting previously unselected package libfakeroot:amd64.
11:59:49 #11 33.53 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ...
11:59:49 #11 33.53 Unpacking libfakeroot:amd64 (1.24-1) ...
11:59:49 #11 33.57 Selecting previously unselected package fakeroot.
11:59:49 #11 23.92 Selecting previously unselected package libcrypt-dev:arm64.
11:59:49 #11 23.92 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_arm64.deb ...
11:59:49 #11 23.92 Unpacking libcrypt-dev:arm64 (1:4.4.27-1) ...
11:59:49 #11 23.96 Selecting previously unselected package rpcsvc-proto.
11:59:49 #11 23.96 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb ...
11:59:49 #11 23.97 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
11:59:49 #11 24.00 Selecting previously unselected package libtirpc-dev:arm64.
11:59:49 #11 24.01 Preparing to unpack .../067-libtirpc-dev_1.3.2-2ubuntu0.1_arm64.deb ...
11:59:49 #11 24.01 Unpacking libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ...
11:59:49 #11 24.05 Selecting previously unselected package libnsl-dev:arm64.
11:59:49 #11 24.05 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_arm64.deb ...
11:59:49 #11 24.06 Unpacking libnsl-dev:arm64 (1.3.0-2build2) ...
11:59:49 #11 24.09 Selecting previously unselected package libc6-dev:arm64.
11:59:49 #11 24.09 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3.1_arm64.deb ...
11:59:49 #11 24.10 Unpacking libc6-dev:arm64 (2.35-0ubuntu3.1) ...
11:59:49 #10 33.16 Preparing to unpack .../225-libwww-perl_6.31-1ubuntu0.1_all.deb ...
11:59:49 #10 33.17 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
11:59:49 #10 33.21 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:49 #10 33.21 Preparing to unpack .../226-liblwp-protocol-https-perl_6.07-2_all.deb ...
11:59:49 #10 33.21 Unpacking liblwp-protocol-https-perl (6.07-2) ...
11:59:49 #10 33.24 Selecting previously unselected package libsys-hostname-long-perl.
11:59:49 #10 33.24 Preparing to unpack .../227-libsys-hostname-long-perl_1.5-1_all.deb ...
11:59:49 #10 33.25 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:59:49 #10 33.28 Selecting previously unselected package libmail-sendmail-perl.
11:59:49 #10 33.28 Preparing to unpack .../228-libmail-sendmail-perl_0.80-1_all.deb ...
11:59:49 #10 33.28 Unpacking libmail-sendmail-perl (0.80-1) ...
11:59:49 #10 33.32 Selecting previously unselected package librole-tiny-perl.
11:59:49 #10 33.32 Preparing to unpack .../229-librole-tiny-perl_2.000006-1_all.deb ...
11:59:49 #10 33.32 Unpacking librole-tiny-perl (2.000006-1) ...
11:59:49 #10 33.35 Selecting previously unselected package libstrictures-perl.
11:59:49 #10 33.36 Preparing to unpack .../230-libstrictures-perl_2.000003-1_all.deb ...
11:59:49 #10 33.36 Unpacking libstrictures-perl (2.000003-1) ...
11:59:49 #10 33.39 Selecting previously unselected package libsub-quote-perl.
11:59:49 #21 9.027 Selecting previously unselected package gcc-mingw-w64-base.
11:59:49 #21 9.029 Preparing to unpack .../1-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
11:59:49 #21 9.033 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:59:49 #21 9.067 Selecting previously unselected package mingw-w64-common.
11:59:49 #10 11.67 Get:356 http://deb.debian.org/debian bookworm/main armhf libreadonly-perl all 2.050-3 [23.1 kB]
11:59:49 #10 11.67 Get:357 http://deb.debian.org/debian bookworm/main armhf libref-util-perl all 0.204-2 [17.4 kB]
11:59:49 #10 11.68 Get:358 http://deb.debian.org/debian bookworm/main armhf libref-util-xs-perl armhf 0.117-2+b1 [13.0 kB]
11:59:49 #10 11.68 Get:359 http://deb.debian.org/debian bookworm/main armhf libregexp-pattern-license-perl all 3.9.4-3 [93.3 kB]
11:59:49 #10 11.68 Get:360 http://deb.debian.org/debian bookworm/main armhf libregexp-pattern-perl all 0.2.14-2 [18.7 kB]
11:59:49 #10 11.68 Get:361 http://deb.debian.org/debian bookworm/main armhf libregexp-wildcards-perl all 1.05-3 [14.1 kB]
11:59:49 #10 11.68 Get:362 http://deb.debian.org/debian bookworm/main armhf libsasl2-modules armhf 2.1.28+dfsg-10 [58.6 kB]
11:59:49 #10 11.71 Get:363 http://deb.debian.org/debian bookworm/main armhf libsereal-decoder-perl armhf 5.002+ds-1 [94.7 kB]
11:59:49 #10 11.85 Get:364 http://deb.debian.org/debian bookworm/main armhf libsereal-encoder-perl armhf 5.002+ds-1 [96.9 kB]
11:59:49 #10 11.94 Get:365 http://deb.debian.org/debian bookworm/main armhf libset-intspan-perl all 1.19-3 [25.3 kB]
11:59:49 #12 20.43 CentOS Stream 8 - Extras common packages        5.9 kB/s | 5.2 kB     00:00    
11:59:49 #10 30.86   Installing       : libappstream-glib-0.7.18-4.el9.x86_64              162/166 
11:59:49 #10 30.90   Installing       : rpmlint-1.11-19.el9.noarch                         163/166 
11:59:49 #10 30.94   Installing       : rpm-build-4.16.1.3-22.el9.x86_64                   164/166 
11:59:49 #10 30.95   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                165/166 
11:59:49 #10 31.07   Installing       : glibc-gconv-extra-2.34-54.el9.x86_64               166/166 
11:59:49 #10 33.21 Unpacking libsub-exporter-perl (0.987-1) ...
11:59:49 #10 33.25 Selecting previously unselected package libconst-fast-perl.
11:59:49 #10 33.26 Preparing to unpack .../194-libconst-fast-perl_0.014-1_all.deb ...
11:59:49 #10 33.26 Unpacking libconst-fast-perl (0.014-1) ...
11:59:49 #10 33.30 Selecting previously unselected package libwant-perl.
11:59:49 #10 33.30 Preparing to unpack .../195-libwant-perl_0.29-1+b4_arm64.deb ...
11:59:49 #10 33.30 Unpacking libwant-perl (0.29-1+b4) ...
11:59:49 #10 33.34 Selecting previously unselected package libcontextual-return-perl.
11:59:49 #10 5.195 Reading package lists...
11:59:49 #10 ...
11:59:49 
11:59:49 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:49 #9 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 6.3s done
11:59:49 #9 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 1.9s
11:59:49 #11 12.35 Get:102 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf xauth armhf 1:1.1.1-1 [23.9 kB]
11:59:49 #11 12.51 Get:103 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf xz-utils armhf 5.2.5-2.1 [83.6 kB]
11:59:49 #11 31.09 Preparing to unpack .../174-libhtml-tree-perl_5.07-2_all.deb ...
11:59:49 #11 31.10 Unpacking libhtml-tree-perl (5.07-2) ...
11:59:49 #11 31.14 Selecting previously unselected package libio-html-perl.
11:59:49 #11 31.14 Preparing to unpack .../175-libio-html-perl_1.001-1_all.deb ...
11:59:49 #11 31.15 Unpacking libio-html-perl (1.001-1) ...
11:59:49 #11 31.20 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:49 #11 31.20 Preparing to unpack .../176-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:59:49 #11 31.21 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:59:49 #11 31.23 Selecting previously unselected package libhttp-message-perl.
11:59:49 #11 31.24 Preparing to unpack .../177-libhttp-message-perl_6.22-1_all.deb ...
11:59:49 #11 31.24 Unpacking libhttp-message-perl (6.22-1) ...
11:59:49 #11 31.27 Selecting previously unselected package libhttp-cookies-perl.
11:59:49 #11 31.27 Preparing to unpack .../178-libhttp-cookies-perl_6.08-1_all.deb ...
11:59:49 #11 31.28 Unpacking libhttp-cookies-perl (6.08-1) ...
11:59:49 #11 31.31 Selecting previously unselected package libhttp-negotiate-perl.
11:59:49 #11 31.31 Preparing to unpack .../179-libhttp-negotiate-perl_6.01-1_all.deb ...
11:59:49 #10 32.06 Selecting previously unselected package debian-keyring.
11:59:49 #10 32.07 Preparing to unpack .../095-debian-keyring_2022.12.24_all.deb ...
11:59:49 #10 32.07 Unpacking debian-keyring (2022.12.24) ...
11:59:49 #10 31.76 Selecting previously unselected package libxml2:amd64.
11:59:49 #10 31.76 Preparing to unpack .../084-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ...
11:59:49 #10 31.76 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
11:59:49 #10 31.84 Selecting previously unselected package gettext.
11:59:49 #10 31.85 Preparing to unpack .../085-gettext_0.21-4_amd64.deb ...
11:59:49 #10 31.85 Unpacking gettext (0.21-4) ...
11:59:49 #10 31.98 Selecting previously unselected package intltool-debian.
11:59:49 #10 31.99 Preparing to unpack .../086-intltool-debian_0.35.0+20060710.5_all.deb ...
11:59:49 #10 31.99 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:59:49 #10 32.02 Selecting previously unselected package po-debconf.
11:59:49 #10 36.25 Selecting previously unselected package python3-chardet.
11:59:49 #10 36.26 Preparing to unpack .../149-python3-chardet_3.0.4-3_all.deb ...
11:59:49 #10 36.26 Unpacking python3-chardet (3.0.4-3) ...
11:59:49 #10 36.32 Selecting previously unselected package python3-six.
11:59:49 #10 36.32 Preparing to unpack .../150-python3-six_1.12.0-1_all.deb ...
11:59:49 #10 36.32 Unpacking python3-six (1.12.0-1) ...
11:59:49 #10 36.37 Selecting previously unselected package python3-debian.
11:59:49 #10 36.37 Preparing to unpack .../151-python3-debian_0.1.35_all.deb ...
11:59:49 #10 36.37 Unpacking python3-debian (0.1.35) ...
11:59:49 #10 36.42 Selecting previously unselected package libgpgme11:amd64.
11:59:49 #11 29.95 Selecting previously unselected package libsasl2-modules-db:arm64.
11:59:49 #11 29.95 Preparing to unpack .../128-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_arm64.deb ...
11:59:49 #11 29.95 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:59:49 #11 29.99 Selecting previously unselected package libsasl2-2:arm64.
11:59:49 #11 29.99 Preparing to unpack .../129-libsasl2-2_2.1.28+dfsg-6ubuntu2_arm64.deb ...
11:59:49 #11 29.99 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:59:49 #11 30.03 Selecting previously unselected package libldap-2.5-0:arm64.
11:59:49 #11 30.04 Preparing to unpack .../130-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_arm64.deb ...
11:59:49 #11 30.04 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-1ubuntu1) ...
11:59:49 #11 30.09 Selecting previously unselected package librtmp1:arm64.
11:59:49 #11 30.09 Preparing to unpack .../131-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
11:59:49 #11 30.10 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:59:49 #11 30.14 Selecting previously unselected package libssh-4:arm64.
11:59:49 #11 32.72 Preparing to unpack .../290-libfont-ttf-perl_1.06-2_all.deb ...
11:59:49 #11 32.72 Unpacking libfont-ttf-perl (1.06-2) ...
11:59:49 #11 32.76 Selecting previously unselected package libfreezethaw-perl.
11:59:49 #11 32.76 Preparing to unpack .../291-libfreezethaw-perl_0.5001-2.1_all.deb ...
11:59:49 #11 32.77 Unpacking libfreezethaw-perl (0.5001-2.1) ...
11:59:49 #11 32.80 Selecting previously unselected package libsort-versions-perl.
11:59:49 #11 32.80 Preparing to unpack .../292-libsort-versions-perl_1.62-2_all.deb ...
11:59:49 #11 32.80 Unpacking libsort-versions-perl (1.62-2) ...
11:59:49 #11 32.83 Selecting previously unselected package libgit-wrapper-perl.
11:59:49 #11 32.83 Preparing to unpack .../293-libgit-wrapper-perl_0.048-1_all.deb ...
11:59:49 #11 32.84 Unpacking libgit-wrapper-perl (0.048-1) ...
11:59:49 #11 32.87 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:59:49 #11 32.87 Preparing to unpack .../294-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:59:49 #11 32.87 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:59:49 #11 32.92 Selecting previously unselected package libio-prompter-perl.
11:59:49 #11 32.93 Preparing to unpack .../295-libio-prompter-perl_0.004015-1_all.deb ...
11:59:49 #10 33.72 Preparing to unpack .../233-libdevel-stacktrace-perl_2.0400-2_all.deb ...
11:59:49 #10 33.72 Unpacking libdevel-stacktrace-perl (2.0400-2) ...
11:59:49 #10 33.76 Selecting previously unselected package libexception-class-perl.
11:59:49 #10 33.76 Preparing to unpack .../234-libexception-class-perl_1.45-1_all.deb ...
11:59:49 #10 33.77 Unpacking libexception-class-perl (1.45-1) ...
11:59:49 #10 33.81 Selecting previously unselected package libiterator-perl.
11:59:49 #10 33.81 Preparing to unpack .../235-libiterator-perl_0.03+ds1-2_all.deb ...
11:59:49 #10 33.81 Unpacking libiterator-perl (0.03+ds1-2) ...
11:59:49 #10 33.84 Selecting previously unselected package libiterator-util-perl.
11:59:49 #10 33.84 Preparing to unpack .../236-libiterator-util-perl_0.02+ds1-2_all.deb ...
11:59:49 #10 33.85 Unpacking libiterator-util-perl (0.02+ds1-2) ...
11:59:49 #10 33.88 Selecting previously unselected package libdata-dpath-perl.
11:59:49 #10 33.88 Preparing to unpack .../237-libdata-dpath-perl_0.58-2_all.deb ...
11:59:49 #10 33.89 Unpacking libdata-dpath-perl (0.58-2) ...
11:59:49 #10 33.93 Selecting previously unselected package libdata-dump-perl.
11:59:49 #10 33.93 Preparing to unpack .../238-libdata-dump-perl_1.25-1_all.deb ...
11:59:49 #10 33.93 Unpacking libdata-dump-perl (1.25-1) ...
11:59:49 #10 33.97 Selecting previously unselected package libdata-messagepack-perl.
11:59:49 #10 33.97 Preparing to unpack .../239-libdata-messagepack-perl_1.02-1+b1_arm64.deb ...
11:59:49 #10 33.72 Preparing to unpack .../155-libarchive-cpio-perl_0.10-1_all.deb ...
11:59:49 #10 33.73 Unpacking libarchive-cpio-perl (0.10-1) ...
11:59:49 #10 33.75 Selecting previously unselected package libb-hooks-op-check-perl.
11:59:49 #10 33.75 Preparing to unpack .../156-libb-hooks-op-check-perl_0.22-1_amd64.deb ...
11:59:49 #10 33.76 Unpacking libb-hooks-op-check-perl (0.22-1) ...
11:59:49 #10 33.78 Selecting previously unselected package libdynaloader-functions-perl.
11:59:49 #10 33.78 Preparing to unpack .../157-libdynaloader-functions-perl_0.003-1_all.deb ...
11:59:49 #10 33.79 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:59:49 #10 33.81 Selecting previously unselected package libdevel-callchecker-perl.
11:59:49 #10 33.81 Preparing to unpack .../158-libdevel-callchecker-perl_0.007-2build1_amd64.deb ...
11:59:49 #10 33.82 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
11:59:49 #10 33.84 Selecting previously unselected package libparams-classify-perl.
11:59:49 #10 33.85 Preparing to unpack .../159-libparams-classify-perl_0.015-1_amd64.deb ...
11:59:49 #10 33.85 Unpacking libparams-classify-perl (0.015-1) ...
11:59:49 #10 33.87 Selecting previously unselected package libmodule-runtime-perl.
11:59:49 #10 33.88 Preparing to unpack .../160-libmodule-runtime-perl_0.016-1_all.deb ...
11:59:49 #10 33.88 Unpacking libmodule-runtime-perl (0.016-1) ...
11:59:49 #10 33.90 Selecting previously unselected package libtry-tiny-perl.
11:59:49 #10 33.91 Preparing to unpack .../161-libtry-tiny-perl_0.30-1_all.deb ...
11:59:49 #10 33.91 Unpacking libtry-tiny-perl (0.30-1) ...
11:59:49 #10 33.94 Selecting previously unselected package libmodule-implementation-perl.
11:59:49 #10 33.94 Preparing to unpack .../162-libmodule-implementation-perl_0.09-1_all.deb ...
11:59:49 #10 33.94 Unpacking libmodule-implementation-perl (0.09-1) ...
11:59:49 #10 33.98 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:49 #10 19.09 Selecting previously unselected package python3.
11:59:49 #10 19.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 ... 10066 files and directories currently installed.)
11:59:49 #10 19.09 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
11:59:49 #10 19.11 Unpacking python3 (3.7.3-1) ...
11:59:49 #10 19.16 Selecting previously unselected package less.
11:59:49 #10 19.16 Preparing to unpack .../001-less_487-0.1+b1_armhf.deb ...
11:59:49 #10 19.17 Unpacking less (487-0.1+b1) ...
11:59:49 #10 19.23 Selecting previously unselected package netbase.
11:59:49 #10 19.23 Preparing to unpack .../002-netbase_5.6_all.deb ...
11:59:49 #10 19.23 Unpacking netbase (5.6) ...
11:59:49 #10 19.27 Selecting previously unselected package bzip2.
11:59:49 #10 19.27 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_armhf.deb ...
11:59:49 #11 32.60 Preparing to unpack .../285-liblist-utilsby-perl_0.11-1_all.deb ...
11:59:49 #11 32.61 Unpacking liblist-utilsby-perl (0.11-1) ...
11:59:49 #11 32.64 Selecting previously unselected package libltdl7:amd64.
11:59:49 #11 32.64 Preparing to unpack .../286-libltdl7_2.4.6-15build2_amd64.deb ...
11:59:49 #11 32.64 Unpacking libltdl7:amd64 (2.4.6-15build2) ...
11:59:49 #11 32.67 Selecting previously unselected package libltdl-dev:amd64.
11:59:49 #11 32.67 Preparing to unpack .../287-libltdl-dev_2.4.6-15build2_amd64.deb ...
11:59:49 #11 32.68 Unpacking libltdl-dev:amd64 (2.4.6-15build2) ...
11:59:49 #11 32.72 Selecting previously unselected package liblzo2-2:amd64.
11:59:49 #11 32.72 Preparing to unpack .../288-liblzo2-2_2.10-2build3_amd64.deb ...
11:59:49 #11 32.72 Unpacking liblzo2-2:amd64 (2.10-2build3) ...
11:59:49 #11 32.75 Selecting previously unselected package libsys-hostname-long-perl.
11:59:49 #11 32.75 Preparing to unpack .../289-libsys-hostname-long-perl_1.5-2_all.deb ...
11:59:49 #11 32.75 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:59:49 #11 32.78 Selecting previously unselected package libmail-sendmail-perl.
11:59:49 #11 32.78 Preparing to unpack .../290-libmail-sendmail-perl_0.80-1.1_all.deb ...
11:59:49 #11 32.78 Unpacking libmail-sendmail-perl (0.80-1.1) ...
11:59:49 #11 32.81 Selecting previously unselected package libnet-smtp-ssl-perl.
11:59:49 #11 32.81 Preparing to unpack .../291-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:59:49 #11 32.82 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:59:49 #11 32.84 Selecting previously unselected package libmailtools-perl.
11:59:49 #10 31.73 Preparing to unpack .../231-libtext-glob-perl_0.11-1_all.deb ...
11:59:49 #10 31.74 Unpacking libtext-glob-perl (0.11-1) ...
11:59:49 #10 31.77 Selecting previously unselected package libfile-find-rule-perl.
11:59:49 #10 31.77 Preparing to unpack .../232-libfile-find-rule-perl_0.34-1_all.deb ...
11:59:49 #10 31.77 Unpacking libfile-find-rule-perl (0.34-1) ...
11:59:49 #10 31.81 Selecting previously unselected package libfont-afm-perl.
11:59:49 #10 31.81 Preparing to unpack .../233-libfont-afm-perl_1.20-3_all.deb ...
11:59:49 #10 31.82 Unpacking libfont-afm-perl (1.20-3) ...
11:59:49 #10 31.85 Selecting previously unselected package libio-string-perl.
11:59:49 #10 31.85 Preparing to unpack .../234-libio-string-perl_1.08-3.1_all.deb ...
11:59:49 #10 31.86 Unpacking libio-string-perl (1.08-3.1) ...
11:59:49 #10 31.88 Selecting previously unselected package libfont-ttf-perl.
11:59:49 #10 31.89 Preparing to unpack .../235-libfont-ttf-perl_1.06-1.1_all.deb ...
11:59:49 #10 31.89 Unpacking libfont-ttf-perl (1.06-1.1) ...
11:59:49 #10 31.94 Selecting previously unselected package libio-stringy-perl.
11:59:49 #10 31.95 Preparing to unpack .../236-libio-stringy-perl_2.111-3_all.deb ...
11:59:49 #10 31.95 Unpacking libio-stringy-perl (2.111-3) ...
11:59:49 #10 31.98 Selecting previously unselected package libparams-validate-perl:arm64.
11:59:49 #14 DONE 4.6s
11:59:49 
11:59:49 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
11:59:49 #15 DONE 0.0s
11:59:49 
11:59:49 #16 exporting to image
11:59:49 #16 exporting layers
11:59:49 #11 33.57 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ...
11:59:49 #11 33.58 Unpacking fakeroot (1.24-1) ...
11:59:49 #11 33.62 Selecting previously unselected package libassuan0:amd64.
11:59:49 #11 33.62 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
11:59:49 #11 33.63 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
11:59:49 #11 33.66 Selecting previously unselected package gpgconf.
11:59:49 #11 33.66 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ...
11:59:49 #11 33.67 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
11:59:49 #11 33.71 Selecting previously unselected package libksba8:amd64.
11:59:49 #11 33.72 Preparing to unpack .../142-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ...
11:59:49 #11 33.72 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
11:59:49 #11 33.76 Selecting previously unselected package libnpth0:amd64.
11:59:49 #11 33.76 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ...
11:59:49 #11 33.77 Unpacking libnpth0:amd64 (1.6-1) ...
11:59:49 #11 33.81 Selecting previously unselected package dirmngr.
11:59:49 #11 33.81 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ...
11:59:49 #11 33.82 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
11:59:49 #11 24.21 Selecting previously unselected package gcc-11-base:arm64.
11:59:49 #11 24.22 Preparing to unpack .../070-gcc-11-base_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:59:49 #11 24.22 Unpacking gcc-11-base:arm64 (11.3.0-1ubuntu1~22.04) ...
11:59:49 #11 24.26 Selecting previously unselected package libisl23:arm64.
11:59:49 #11 24.26 Preparing to unpack .../071-libisl23_0.24-2build1_arm64.deb ...
11:59:49 #11 24.27 Unpacking libisl23:arm64 (0.24-2build1) ...
11:59:49 #11 24.31 Selecting previously unselected package libmpfr6:arm64.
11:59:49 #11 24.32 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_arm64.deb ...
11:59:49 #11 24.32 Unpacking libmpfr6:arm64 (4.1.0-3build3) ...
11:59:49 #11 24.36 Selecting previously unselected package libmpc3:arm64.
11:59:49 #21 9.069 Preparing to unpack .../2-mingw-w64-common_8.0.0-1_all.deb ...
11:59:49 #21 9.072 Unpacking mingw-w64-common (8.0.0-1) ...
11:59:49 #10 11.94 Get:366 http://deb.debian.org/debian bookworm/main armhf libtask-weaken-perl all 1.06-2 [9364 B]
11:59:49 #10 11.94 Get:367 http://deb.debian.org/debian bookworm/main armhf libxml-parser-perl armhf 2.46-4 [197 kB]
11:59:49 #10 11.94 Get:368 http://deb.debian.org/debian bookworm/main armhf libsoap-lite-perl all 1.27-2 [239 kB]
11:59:49 #10 11.94 Get:369 http://deb.debian.org/debian bookworm/main armhf libsocket6-perl armhf 0.29-3 [20.5 kB]
11:59:49 #10 11.94 Get:370 http://deb.debian.org/debian bookworm/main armhf libstring-copyright-perl all 0.003014-1 [23.4 kB]
11:59:49 #10 11.95 Get:371 http://deb.debian.org/debian bookworm/main armhf libstring-escape-perl all 2010.002-3 [18.7 kB]
11:59:49 #10 11.95 Get:372 http://deb.debian.org/debian bookworm/main armhf libstring-license-perl all 0.0.2-1 [34.3 kB]
11:59:49 #10 11.95 Get:373 http://deb.debian.org/debian bookworm/main armhf libstring-shellquote-perl all 1.04-3 [11.9 kB]
11:59:49 #10 11.95 Get:374 http://deb.debian.org/debian bookworm/main armhf libsys-cpuaffinity-perl armhf 1.13~03-2+b1 [33.1 kB]
11:59:49 #10 11.95 Get:375 http://deb.debian.org/debian bookworm/main armhf libterm-readkey-perl armhf 2.38-2+b1 [23.4 kB]
11:59:49 #10 11.95 Get:376 http://deb.debian.org/debian bookworm/main armhf libtext-levenshteinxs-perl armhf 0.03-5+b1 [7896 B]
11:59:49 #10 11.95 Get:377 http://deb.debian.org/debian bookworm/main armhf libtext-markdown-discount-perl armhf 0.16-1 [12.8 kB]
11:59:49 #10 11.95 Get:378 http://deb.debian.org/debian bookworm/main armhf libtext-xslate-perl armhf 3.5.9-1+b2 [194 kB]
11:59:49 #10 11.96 Get:379 http://deb.debian.org/debian bookworm/main armhf libtime-duration-perl all 1.21-2 [13.1 kB]
11:59:49 #10 11.96 Get:380 http://deb.debian.org/debian bookworm/main armhf libtime-moment-perl armhf 0.44-2+b1 [72.3 kB]
11:59:49 #10 11.96 Get:381 http://deb.debian.org/debian bookworm/main armhf libtype-tiny-xs-perl armhf 0.025-1 [24.3 kB]
11:59:49 #10 11.96 Get:382 http://deb.debian.org/debian bookworm/main armhf libunicode-utf8-perl armhf 0.62-2 [19.3 kB]
11:59:49 #10 11.96 Get:383 http://deb.debian.org/debian bookworm/main armhf libwww-mechanize-perl all 2.15-1 [120 kB]
11:59:49 #10 11.96 Get:384 http://deb.debian.org/debian bookworm/main armhf libxdelta2 armhf 1.1.3-10.4 [41.9 kB]
11:59:49 #10 11.96 Get:385 http://deb.debian.org/debian bookworm/main armhf libxext6 armhf 2:1.3.4-1+b1 [47.8 kB]
11:59:49 #10 11.97 Get:386 http://deb.debian.org/debian bookworm/main armhf libxml-namespacesupport-perl all 1.12-2 [15.1 kB]
11:59:49 #10 11.97 Get:387 http://deb.debian.org/debian bookworm/main armhf libxml-sax-base-perl all 1.09-3 [20.6 kB]
11:59:49 #10 11.97 Get:388 http://deb.debian.org/debian bookworm/main armhf libxml-sax-perl all 1.02+dfsg-3 [59.4 kB]
11:59:49 #10 11.97 Get:389 http://deb.debian.org/debian bookworm/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1+b1 [307 kB]
11:59:49 #10 11.97 Get:390 http://deb.debian.org/debian bookworm/main armhf libxml-sax-expat-perl all 0.51-2 [11.1 kB]
11:59:49 #10 11.98 Get:391 http://deb.debian.org/debian bookworm/main armhf libxmlrpc-lite-perl all 0.717-5 [22.4 kB]
11:59:49 #10 11.98 Get:392 http://deb.debian.org/debian bookworm/main armhf libxmuu1 armhf 2:1.1.3-3 [23.3 kB]
11:59:49 #10 11.98 Get:393 http://deb.debian.org/debian bookworm/main armhf libxstring-perl armhf 0.005-2+b1 [8160 B]
11:59:49 #10 11.98 Get:394 http://deb.debian.org/debian bookworm/main armhf libyaml-0-2 armhf 0.2.5-1 [46.8 kB]
11:59:49 #10 11.98 Get:395 http://deb.debian.org/debian bookworm/main armhf libyaml-libyaml-perl armhf 0.86+ds-1 [32.2 kB]
11:59:49 #10 11.98 Get:396 http://deb.debian.org/debian bookworm/main armhf licensecheck all 3.3.5-1 [49.8 kB]
11:59:49 #10 11.98 Get:397 http://deb.debian.org/debian bookworm/main armhf plzip armhf 1.10-5 [57.5 kB]
11:59:49 #10 11.98 Get:398 http://deb.debian.org/debian bookworm/main armhf lzop armhf 1.04-2 [82.2 kB]
11:59:49 #10 11.98 Get:399 http://deb.debian.org/debian bookworm/main armhf t1utils armhf 1.41-4 [54.7 kB]
11:59:49 #10 12.00 Get:400 http://deb.debian.org/debian bookworm/main armhf unzip armhf 6.0-27 [158 kB]
11:59:49 #10 12.00 Get:401 http://deb.debian.org/debian bookworm/main armhf lintian all 2.116.3 [1130 kB]
11:59:49 #10 12.02 Get:402 http://deb.debian.org/debian bookworm/main armhf lsb-release all 12.0-1 [6416 B]
11:59:49 #10 12.02 Get:403 http://deb.debian.org/debian bookworm/main armhf manpages-dev all 6.02-1 [2022 kB]
11:59:49 #10 12.03 Get:404 http://deb.debian.org/debian bookworm/main armhf pbzip2 armhf 1.1.13-1 [44.1 kB]
11:59:49 #10 12.03 Get:405 http://deb.debian.org/debian bookworm/main armhf pixz armhf 1.0.7-2 [19.5 kB]
11:59:49 #10 12.04 Get:406 http://deb.debian.org/debian bookworm/main armhf xdelta armhf 1.1.3-10.4 [26.0 kB]
11:59:49 #10 12.04 Get:407 http://deb.debian.org/debian bookworm/main armhf xdelta3 armhf 3.0.11-dfsg-1.2 [66.6 kB]
11:59:49 #10 12.04 Get:408 http://deb.debian.org/debian bookworm/main armhf pristine-tar armhf 1.50 [103 kB]
11:59:49 #10 12.04 Get:409 http://deb.debian.org/debian bookworm/main armhf publicsuffix all 20221208.1942-1 [126 kB]
11:59:49 #10 12.04 Get:410 http://deb.debian.org/debian bookworm/main armhf python-apt-common all 2.5.2 [64.1 kB]
11:59:49 #10 12.04 Get:411 http://deb.debian.org/debian bookworm/main armhf python3-apt armhf 2.5.2+b1 [144 kB]
11:59:49 #10 12.04 Get:412 http://deb.debian.org/debian bookworm/main armhf python3-certifi all 2022.9.24-1 [153 kB]
11:59:49 #10 12.04 Get:413 http://deb.debian.org/debian bookworm/main armhf python3-charset-normalizer all 3.0.1-2 [49.3 kB]
11:59:49 #10 12.04 Get:414 http://deb.debian.org/debian bookworm/main armhf python3-idna all 3.3-1 [39.4 kB]
11:59:49 #10 12.04 Get:415 http://deb.debian.org/debian bookworm/main armhf python3-magic all 2:0.4.26-3 [14.5 kB]
11:59:49 #10 12.05 Get:416 http://deb.debian.org/debian bookworm/main armhf python3-six all 1.16.0-4 [17.5 kB]
11:59:49 #10 12.05 Get:417 http://deb.debian.org/debian bookworm/main armhf python3-urllib3 all 1.26.12-1 [117 kB]
11:59:49 #10 12.05 Get:418 http://deb.debian.org/debian bookworm/main armhf python3-requests all 2.28.1+dfsg-1 [67.9 kB]
11:59:49 #10 12.05 Get:419 http://deb.debian.org/debian bookworm/main armhf python3-unidiff all 0.7.3-1 [11.7 kB]
11:59:49 #10 12.05 Get:420 http://deb.debian.org/debian bookworm/main armhf shared-mime-info armhf 2.2-1 [726 kB]
11:59:49 #10 12.06 Get:421 http://deb.debian.org/debian bookworm/main armhf strace armhf 6.1-0.1 [1175 kB]
11:59:49 #10 12.07 Get:422 http://deb.debian.org/debian bookworm/main armhf xauth armhf 1:1.1.2-1 [33.2 kB]
11:59:49 #10 12.07 Get:423 http://deb.debian.org/debian bookworm/main armhf xdg-user-dirs armhf 0.18-1 [53.4 kB]
11:59:49 #10 12.07 Get:424 http://deb.debian.org/debian bookworm/main armhf zstd armhf 1.5.2+dfsg2-3 [584 kB]
11:59:49 #10 33.34 Preparing to unpack .../196-libcontextual-return-perl_0.004014-2_all.deb ...
11:59:49 #10 33.35 Unpacking libcontextual-return-perl (0.004014-2) ...
11:59:49 #10 33.38 Selecting previously unselected package libconvert-binhex-perl.
11:59:49 #10 33.39 Preparing to unpack .../197-libconvert-binhex-perl_1.125-1_all.deb ...
11:59:49 #10 33.39 Unpacking libconvert-binhex-perl (1.125-1) ...
11:59:49 #10 33.42 Selecting previously unselected package libdata-dump-perl.
11:59:49 #10 33.43 Preparing to unpack .../198-libdata-dump-perl_1.23-1_all.deb ...
11:59:49 #10 33.43 Unpacking libdata-dump-perl (1.23-1) ...
11:59:49 #10 33.47 Selecting previously unselected package libdigest-bubblebabble-perl.
11:59:49 #10 33.47 Preparing to unpack .../199-libdigest-bubblebabble-perl_0.02-2_all.deb ...
11:59:49 #10 33.48 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
11:59:49 #10 33.51 Selecting previously unselected package libdigest-hmac-perl.
11:59:49 #10 33.51 Preparing to unpack .../200-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
11:59:49 #10 33.52 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
11:59:49 #10 33.55 Selecting previously unselected package libdistro-info-perl.
11:59:49 #10 33.56 Preparing to unpack .../201-libdistro-info-perl_0.21_all.deb ...
11:59:49 #10 33.56 Unpacking libdistro-info-perl (0.21) ...
11:59:49 #10 33.60 Selecting previously unselected package libnet-smtp-ssl-perl.
11:59:49 #10 33.60 Preparing to unpack .../202-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:59:49 #10 33.60 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:59:49 #10 33.64 Selecting previously unselected package libmailtools-perl.
11:59:49 #10 33.64 Preparing to unpack .../203-libmailtools-perl_2.18-1_all.deb ...
11:59:49 #10 33.65 Unpacking libmailtools-perl (2.18-1) ...
11:59:49 #10 33.70 Selecting previously unselected package libnet-ip-perl.
11:59:49 #10 33.70 Preparing to unpack .../204-libnet-ip-perl_1.26-2_all.deb ...
11:59:49 #10 5.046 Fetched 20.1 MB in 4s (5602 kB/s)
11:59:49 #9 ...
11:59:49 
11:59:49 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:49 #10 5.195 Reading package lists...
11:59:49 #11 12.65 Get:104 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf m4 armhf 1.4.19-1 [236 kB]
11:59:49 #11 12.79 Get:105 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf autoconf all 2.71-2 [338 kB]
11:59:49 #10 33.39 Preparing to unpack .../231-libsub-quote-perl_2.005000-1_all.deb ...
11:59:49 #10 33.40 Unpacking libsub-quote-perl (2.005000-1) ...
11:59:49 #10 33.43 Selecting previously unselected package libmoo-perl.
11:59:49 #10 33.43 Preparing to unpack .../232-libmoo-perl_2.003004-1_all.deb ...
11:59:49 #10 33.44 Unpacking libmoo-perl (2.003004-1) ...
11:59:49 #10 33.47 Selecting previously unselected package libpackage-stash-perl.
11:59:49 #10 33.48 Preparing to unpack .../233-libpackage-stash-perl_0.37-1_all.deb ...
11:59:49 #10 33.48 Unpacking libpackage-stash-perl (0.37-1) ...
11:59:49 #10 33.51 Selecting previously unselected package libsub-identify-perl.
11:59:49 #10 33.52 Preparing to unpack .../234-libsub-identify-perl_0.14-1_arm64.deb ...
11:59:49 #10 33.52 Unpacking libsub-identify-perl (0.14-1) ...
11:59:49 #10 33.55 Selecting previously unselected package libnamespace-clean-perl.
11:59:49 #10 33.56 Preparing to unpack .../235-libnamespace-clean-perl_0.27-1_all.deb ...
11:59:49 #10 33.56 Unpacking libnamespace-clean-perl (0.27-1) ...
11:59:49 #10 33.59 Selecting previously unselected package libnumber-compare-perl.
11:59:49 #10 33.60 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ...
11:59:49 #10 33.60 Unpacking libnumber-compare-perl (0.03-1) ...
11:59:49 #10 33.64 Selecting previously unselected package libnumber-range-perl.
11:59:49 #11 31.32 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:59:49 #11 31.35 Selecting previously unselected package perl-openssl-defaults:arm64.
11:59:49 #11 31.36 Preparing to unpack .../180-perl-openssl-defaults_4_arm64.deb ...
11:59:49 #11 31.36 Unpacking perl-openssl-defaults:arm64 (4) ...
11:59:49 #11 31.39 Selecting previously unselected package libnet-ssleay-perl.
11:59:49 #11 31.39 Preparing to unpack .../181-libnet-ssleay-perl_1.88-2ubuntu1_arm64.deb ...
11:59:49 #11 31.40 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
11:59:49 #11 31.46 Selecting previously unselected package libio-socket-ssl-perl.
11:59:49 #11 31.46 Preparing to unpack .../182-libio-socket-ssl-perl_2.067-1_all.deb ...
11:59:49 #11 31.46 Unpacking libio-socket-ssl-perl (2.067-1) ...
11:59:49 #11 31.51 Selecting previously unselected package libnet-http-perl.
11:59:49 #11 31.51 Preparing to unpack .../183-libnet-http-perl_6.19-1_all.deb ...
11:59:49 #11 31.52 Unpacking libnet-http-perl (6.19-1) ...
11:59:49 #11 31.55 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:49 #11 31.55 Preparing to unpack .../184-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
11:59:49 #11 31.55 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
11:59:49 #11 31.58 Selecting previously unselected package libtry-tiny-perl.
11:59:49 #10 32.02 Preparing to unpack .../087-po-debconf_1.0.21+nmu1_all.deb ...
11:59:49 #10 32.02 Unpacking po-debconf (1.0.21+nmu1) ...
11:59:49 #10 32.08 Selecting previously unselected package debhelper.
11:59:49 #10 32.08 Preparing to unpack .../088-debhelper_13.3.4_all.deb ...
11:59:49 #10 32.09 Unpacking debhelper (13.3.4) ...
11:59:49 #10 36.43 Preparing to unpack .../152-libgpgme11_1.12.0-6_amd64.deb ...
11:59:49 #10 36.43 Unpacking libgpgme11:amd64 (1.12.0-6) ...
11:59:49 #10 36.48 Selecting previously unselected package python3-gpg.
11:59:49 #10 36.48 Preparing to unpack .../153-python3-gpg_1.12.0-6_amd64.deb ...
11:59:49 #10 36.49 Unpacking python3-gpg (1.12.0-6) ...
11:59:49 #10 36.56 Selecting previously unselected package dput.
11:59:49 #10 36.57 Preparing to unpack .../154-dput_1.0.3_all.deb ...
11:59:49 #10 36.57 Unpacking dput (1.0.3) ...
11:59:49 #10 36.61 Selecting previously unselected package equivs.
11:59:49 #10 36.62 Preparing to unpack .../155-equivs_2.2.0_all.deb ...
11:59:49 #10 36.62 Unpacking equivs (2.2.0) ...
11:59:49 #10 36.68 Selecting previously unselected package exim4-config.
11:59:50 #11 30.14 Preparing to unpack .../132-libssh-4_0.9.6-2build1_arm64.deb ...
11:59:50 #11 30.14 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
11:59:50 #11 30.19 Selecting previously unselected package libcurl4:arm64.
11:59:50 #11 30.19 Preparing to unpack .../133-libcurl4_7.85.0-1ubuntu0.2_arm64.deb ...
11:59:50 #11 30.19 Unpacking libcurl4:arm64 (7.85.0-1ubuntu0.2) ...
11:59:50 #11 30.22 Selecting previously unselected package curl.
11:59:50 #11 30.22 Preparing to unpack .../134-curl_7.85.0-1ubuntu0.2_arm64.deb ...
11:59:50 #11 30.23 Unpacking curl (7.85.0-1ubuntu0.2) ...
11:59:50 #11 30.27 Selecting previously unselected package dctrl-tools.
11:59:50 #11 30.27 Preparing to unpack .../135-dctrl-tools_2.24-3build2_arm64.deb ...
11:59:50 #11 30.28 Unpacking dctrl-tools (2.24-3build2) ...
11:59:50 #11 30.31 Selecting previously unselected package libdebhelper-perl.
11:59:50 #11 30.31 Preparing to unpack .../136-libdebhelper-perl_13.9.1ubuntu1_all.deb ...
11:59:50 #11 30.32 Unpacking libdebhelper-perl (13.9.1ubuntu1) ...
11:59:50 #11 30.35 Selecting previously unselected package libtool.
11:59:50 #11 30.36 Preparing to unpack .../137-libtool_2.4.7-4_all.deb ...
11:59:50 #11 30.36 Unpacking libtool (2.4.7-4) ...
11:59:50 #11 30.40 Selecting previously unselected package dh-autoreconf.
11:59:50 #11 32.93 Unpacking libio-prompter-perl (0.004015-1) ...
11:59:50 #11 32.97 Selecting previously unselected package libjson-perl.
11:59:50 #11 32.97 Preparing to unpack .../296-libjson-perl_4.09000-1_all.deb ...
11:59:50 #11 32.98 Unpacking libjson-perl (4.09000-1) ...
11:59:50 #11 33.01 Selecting previously unselected package liblog-any-perl.
11:59:50 #11 33.01 Preparing to unpack .../297-liblog-any-perl_1.710-1_all.deb ...
11:59:50 #11 33.02 Unpacking liblog-any-perl (1.710-1) ...
11:59:50 #11 33.04 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:59:50 #11 33.05 Preparing to unpack .../298-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:59:50 #11 33.05 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:59:50 #11 33.08 Selecting previously unselected package libpackage-stash-perl.
11:59:50 #11 33.08 Preparing to unpack .../299-libpackage-stash-perl_0.40-1_all.deb ...
11:59:50 #11 33.08 Unpacking libpackage-stash-perl (0.40-1) ...
11:59:50 #11 33.11 Selecting previously unselected package libsub-identify-perl.
11:59:50 #11 33.11 Preparing to unpack .../300-libsub-identify-perl_0.14-2_amd64.deb ...
11:59:50 #11 33.11 Unpacking libsub-identify-perl (0.14-2) ...
11:59:50 #11 33.14 Selecting previously unselected package libsub-name-perl:amd64.
11:59:50 #11 33.14 Preparing to unpack .../301-libsub-name-perl_0.26-2_amd64.deb ...
11:59:50 #11 33.14 Unpacking libsub-name-perl:amd64 (0.26-2) ...
11:59:50 #11 33.17 Selecting previously unselected package libnamespace-clean-perl.
11:59:50 #10 33.97 Unpacking libdata-messagepack-perl (1.02-1+b1) ...
11:59:50 #10 34.01 Selecting previously unselected package libnet-domain-tld-perl.
11:59:50 #10 34.01 Preparing to unpack .../240-libnet-domain-tld-perl_1.75-3_all.deb ...
11:59:50 #10 34.02 Unpacking libnet-domain-tld-perl (1.75-3) ...
11:59:50 #10 34.06 Selecting previously unselected package libdata-validate-domain-perl.
11:59:50 #10 34.06 Preparing to unpack .../241-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:59:50 #10 34.07 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:59:50 #10 34.11 Selecting previously unselected package libnet-ipv6addr-perl.
11:59:50 #10 34.11 Preparing to unpack .../242-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:59:50 #10 34.12 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:59:50 #10 34.15 Selecting previously unselected package libnet-netmask-perl.
11:59:50 #10 34.15 Preparing to unpack .../243-libnet-netmask-perl_2.0002-2_all.deb ...
11:59:50 #10 34.15 Unpacking libnet-netmask-perl (2.0002-2) ...
11:59:50 #10 34.18 Selecting previously unselected package libnetaddr-ip-perl.
11:59:50 #10 34.19 Preparing to unpack .../244-libnetaddr-ip-perl_4.079+dfsg-2+b1_arm64.deb ...
11:59:50 #10 34.19 Unpacking libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
11:59:50 #10 34.23 Selecting previously unselected package libdata-validate-ip-perl.
11:59:50 #10 19.28 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
11:59:50 #10 19.32 Selecting previously unselected package libmagic-mgc.
11:59:50 #10 19.32 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
11:59:50 #10 19.33 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
11:59:50 #10 19.44 Selecting previously unselected package libmagic1:armhf.
11:59:50 #10 19.44 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
11:59:50 #10 19.45 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
11:59:50 #10 19.50 Selecting previously unselected package file.
11:59:50 #10 19.50 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_armhf.deb ...
11:59:50 #10 19.51 Unpacking file (1:5.35-4+deb10u2) ...
11:59:50 #10 19.56 Selecting previously unselected package gettext-base.
11:59:50 #10 19.56 Preparing to unpack .../007-gettext-base_0.19.8.1-9_armhf.deb ...
11:59:50 #10 33.98 Preparing to unpack .../163-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:59:50 #10 33.99 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:59:50 #10 34.04 Selecting previously unselected package libvariable-magic-perl.
11:59:50 #10 34.04 Preparing to unpack .../164-libvariable-magic-perl_0.62-1_amd64.deb ...
11:59:50 #10 34.04 Unpacking libvariable-magic-perl (0.62-1) ...
11:59:50 #10 34.07 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:50 #10 34.07 Preparing to unpack .../165-libb-hooks-endofscope-perl_0.21-1_all.deb ...
11:59:50 #10 34.07 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
11:59:50 #10 34.10 Selecting previously unselected package libhtml-tagset-perl.
11:59:50 #10 34.10 Preparing to unpack .../166-libhtml-tagset-perl_3.20-3_all.deb ...
11:59:50 #10 34.11 Unpacking libhtml-tagset-perl (3.20-3) ...
11:59:50 #10 34.13 Selecting previously unselected package liburi-perl.
11:59:50 #10 34.13 Preparing to unpack .../167-liburi-perl_1.73-1_all.deb ...
11:59:50 #10 34.15 Unpacking liburi-perl (1.73-1) ...
11:59:50 #10 34.19 Selecting previously unselected package libhtml-parser-perl.
11:59:50 #10 34.19 Preparing to unpack .../168-libhtml-parser-perl_3.72-3build1_amd64.deb ...
11:59:50 #10 34.19 Unpacking libhtml-parser-perl (3.72-3build1) ...
11:59:50 #10 34.22 Selecting previously unselected package libcgi-pm-perl.
11:59:50 #10 34.23 Preparing to unpack .../169-libcgi-pm-perl_4.38-1_all.deb ...
11:59:50 #10 34.23 Unpacking libcgi-pm-perl (4.38-1) ...
11:59:50 #10 34.27 Selecting previously unselected package libfcgi-perl.
11:59:50 #10 34.27 Preparing to unpack .../170-libfcgi-perl_0.78-2build1_amd64.deb ...
11:59:50 #10 34.27 Unpacking libfcgi-perl (0.78-2build1) ...
11:59:50 #10 34.30 Selecting previously unselected package libcgi-fast-perl.
11:59:50 #10 34.30 Preparing to unpack .../171-libcgi-fast-perl_1%3a2.13-1_all.deb ...
11:59:50 #10 34.31 Unpacking libcgi-fast-perl (1:2.13-1) ...
11:59:50 #10 34.33 Selecting previously unselected package libsub-name-perl.
11:59:50 #11 32.84 Preparing to unpack .../292-libmailtools-perl_2.21-1_all.deb ...
11:59:50 #11 32.85 Unpacking libmailtools-perl (2.21-1) ...
11:59:50 #11 32.89 Selecting previously unselected package libmarkdown2:amd64.
11:59:50 #11 32.89 Preparing to unpack .../293-libmarkdown2_2.2.7-2_amd64.deb ...
11:59:50 #11 32.89 Unpacking libmarkdown2:amd64 (2.2.7-2) ...
11:59:50 #11 32.92 Selecting previously unselected package libmath-base85-perl.
11:59:50 #11 32.92 Preparing to unpack .../294-libmath-base85-perl_0.5+dfsg-1_all.deb ...
11:59:50 #11 32.92 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
11:59:50 #11 32.95 Selecting previously unselected package libmoox-aliases-perl.
11:59:50 #11 32.95 Preparing to unpack .../295-libmoox-aliases-perl_0.001006-1.1_all.deb ...
11:59:50 #11 32.95 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
11:59:50 #11 32.98 Selecting previously unselected package libnamespace-autoclean-perl.
11:59:50 #11 32.98 Preparing to unpack .../296-libnamespace-autoclean-perl_0.29-1_all.deb ...
11:59:50 #11 32.98 Unpacking libnamespace-autoclean-perl (0.29-1) ...
11:59:50 #11 33.01 Selecting previously unselected package libobject-id-perl.
11:59:50 #11 33.01 Preparing to unpack .../297-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
11:59:50 #11 33.01 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
11:59:50 #11 33.04 Selecting previously unselected package libmoox-struct-perl.
11:59:50 #11 33.04 Preparing to unpack .../298-libmoox-struct-perl_0.020-1_all.deb ...
11:59:50 #11 33.05 Unpacking libmoox-struct-perl (0.020-1) ...
11:59:50 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 4.1s done
11:59:50 #7 ...
11:59:50 
11:59:50 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:50 #11 10.29 Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext-base armhf 0.19.8.1-10build1 [46.0 kB]
11:59:50 #11 10.29 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iso-codes all 4.4-1 [2695 kB]
11:59:50 #11 10.41 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf krb5-locales all 1.17-6ubuntu4.2 [11.5 kB]
11:59:50 #11 10.41 Get:52 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcbor0.6 armhf 0.6.0-0ubuntu1 [17.3 kB]
11:59:50 #11 10.43 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libedit2 armhf 3.1-20191231-1 [71.7 kB]
11:59:50 #11 10.43 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfido2-1 armhf 1.3.1-1ubuntu2 [43.2 kB]
11:59:50 #11 10.43 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5support0 armhf 1.17-6ubuntu4.2 [28.1 kB]
11:59:50 #11 10.43 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libk5crypto3 armhf 1.17-6ubuntu4.2 [78.7 kB]
11:59:50 #11 10.44 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkeyutils1 armhf 1.6-6ubuntu1.1 [9224 B]
11:59:50 #11 10.44 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-3 armhf 1.17-6ubuntu4.2 [287 kB]
11:59:50 #11 10.45 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi-krb5-2 armhf 1.17-6ubuntu4.2 [101 kB]
11:59:50 #11 10.52 Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpsl5 armhf 0.21.0-1ubuntu1 [50.2 kB]
11:59:50 #11 10.52 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxau6 armhf 1:1.0.9-0ubuntu1 [6612 B]
11:59:50 #11 10.52 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu1 [9160 B]
11:59:50 #11 10.52 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxcb1 armhf 1.14-2 [41.3 kB]
11:59:50 #11 10.52 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
11:59:50 #11 10.52 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-6 armhf 2:1.6.9-2ubuntu1.2 [517 kB]
11:59:50 #11 10.54 Get:66 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxext6 armhf 2:1.3.4-0ubuntu1 [24.2 kB]
11:59:50 #11 10.54 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxmuu1 armhf 2:1.1.3-0ubuntu1 [9028 B]
11:59:50 #11 10.59 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages all 5.05-1 [1314 kB]
11:59:50 #11 10.64 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssh-client armhf 1:8.2p1-4ubuntu0.5 [591 kB]
11:59:50 #11 10.68 Get:70 http://ports.ubuntu.com/ubuntu-ports focal/main armhf publicsuffix all 20200303.0012-1 [111 kB]
11:59:50 #11 10.68 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python-apt-common all 2.0.1 [17.0 kB]
11:59:50 #11 10.69 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-apt armhf 2.0.1 [140 kB]
11:59:50 #11 10.69 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf strace armhf 5.5-3ubuntu1 [279 kB]
11:59:50 #11 10.70 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xauth armhf 1:1.1-0ubuntu1 [21.9 kB]
11:59:50 #11 10.70 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfl2 armhf 2.6.4-6.2 [11.3 kB]
11:59:50 #11 10.70 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main armhf at armhf 3.1.23-1ubuntu1 [36.2 kB]
11:59:50 #11 10.70 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsigsegv2 armhf 2.12-2 [13.1 kB]
11:59:50 #11 10.74 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main armhf m4 armhf 1.4.18-4 [187 kB]
11:59:50 #11 10.81 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autoconf all 2.69-11.1 [321 kB]
11:59:50 #11 10.83 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autotools-dev all 20180224.1 [39.6 kB]
11:59:50 #11 10.83 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main armhf automake all 1:1.16.1-4ubuntu6 [522 kB]
11:59:50 #11 10.85 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autopoint all 0.19.8.1-10build1 [412 kB]
11:59:50 #11 10.87 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-common armhf 2.34-6ubuntu1.4 [207 kB]
11:59:50 #11 10.87 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbinutils armhf 2.34-6ubuntu1.4 [317 kB]
11:59:50 #11 10.90 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf-nobfd0 armhf 2.34-6ubuntu1.4 [38.1 kB]
11:59:50 #11 10.90 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf0 armhf 2.34-6ubuntu1.4 [37.2 kB]
11:59:50 #11 10.90 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.34-6ubuntu1.4 [2095 kB]
11:59:50 #11 11.00 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils armhf 2.34-6ubuntu1.4 [3368 B]
11:59:50 #11 11.00 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc-dev-bin armhf 2.31-0ubuntu9.9 [63.7 kB]
11:59:50 #11 11.00 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf linux-libc-dev armhf 5.4.0-137.154 [1102 kB]
11:59:50 #11 11.06 Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcrypt-dev armhf 1:4.4.10-10ubuntu4 [120 kB]
11:59:50 #11 11.06 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc6-dev armhf 2.31-0ubuntu9.9 [1916 kB]
11:59:50 #11 11.15 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:59:50 #11 11.15 Get:94 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libisl22 armhf 0.22.1-1 [460 kB]
11:59:50 #11 11.17 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpfr6 armhf 4.0.2-1 [196 kB]
11:59:50 #11 11.19 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpc3 armhf 1.1.0-1 [33.2 kB]
11:59:50 #11 11.19 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:59:50 #11 11.51 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cpp armhf 4:9.3.0-1ubuntu2 [27.6 kB]
11:59:50 #11 11.51 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:59:50 #11 11.51 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgomp1 armhf 10.3.0-1ubuntu1~20.04 [87.2 kB]
11:59:50 #11 11.51 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libatomic1 armhf 10.3.0-1ubuntu1~20.04 [7256 B]
11:59:50 #11 11.66 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasan5 armhf 9.4.0-1ubuntu1~20.04.1 [2808 kB]
11:59:50 #11 12.36 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libubsan1 armhf 10.3.0-1ubuntu1~20.04 [757 kB]
11:59:50 #11 12.38 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:59:50 #11 12.38 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gcc-9 armhf 9.4.0-1ubuntu1~20.04.1 [6584 kB]
11:59:50 #11 12.79 Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gcc armhf 4:9.3.0-1ubuntu2 [5224 B]
11:59:50 #11 12.79 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:59:50 #11 12.82 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:59:50 #11 13.19 Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main armhf g++ armhf 4:9.3.0-1ubuntu2 [1612 B]
11:59:50 #11 13.19 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main armhf make armhf 4.2.1-1.2 [149 kB]
11:59:50 #11 13.19 Get:111 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
11:59:50 #11 13.19 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patch armhf 2.7.6-6 [101 kB]
11:59:50 #11 13.19 Get:113 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
11:59:50 #11 13.20 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf build-essential armhf 12.8ubuntu1.1 [4664 B]
11:59:50 #11 13.21 Get:115 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbrotli1 armhf 1.0.7-6ubuntu0.1 [254 kB]
11:59:50 #11 13.21 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libroken18-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [35.3 kB]
11:59:50 #11 13.21 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasn1-8-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [140 kB]
11:59:50 #11 13.25 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimbase1-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [25.1 kB]
11:59:50 #11 13.29 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhcrypto4-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [78.3 kB]
11:59:50 #11 13.29 Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libwind0-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [47.0 kB]
11:59:50 #11 13.29 Get:121 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhx509-5-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [88.7 kB]
11:59:50 #11 13.29 Get:122 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-26-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [170 kB]
11:59:50 #11 13.30 Get:123 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimntlm0-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [13.3 kB]
11:59:50 #11 13.30 Get:124 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi3-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [80.2 kB]
11:59:50 #11 13.30 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:59:50 #11 13.30 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:59:50 #11 13.32 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:59:50 #11 13.40 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:59:50 #11 13.40 Get:129 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnghttp2-14 armhf 1.40.0-1build1 [67.8 kB]
11:59:50 #11 13.41 Get:130 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build1 [49.1 kB]
11:59:50 #11 13.41 Get:131 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssh-4 armhf 0.9.3-2ubuntu2.2 [147 kB]
11:59:50 #11 13.41 Get:132 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl4 armhf 7.68.0-1ubuntu2.15 [204 kB]
11:59:50 #11 13.42 Get:133 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf curl armhf 7.68.0-1ubuntu2.15 [154 kB]
11:59:50 #11 13.43 Get:134 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dctrl-tools armhf 2.24-3 [53.8 kB]
11:59:50 #11 13.43 Get:135 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtool all 2.4.6-14 [161 kB]
11:59:50 #11 13.43 Get:136 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-autoreconf all 19 [16.1 kB]
11:59:50 #11 13.47 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
11:59:50 #11 13.54 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-zip-perl all 1.67-2 [90.5 kB]
11:59:50 #11 13.55 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-override-perl all 0.09-2 [9532 B]
11:59:50 #11 13.55 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
11:59:50 #11 13.55 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-strip-nondeterminism all 1.7.0-1 [5228 B]
11:59:50 #11 13.55 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dwz armhf 0.13-5 [153 kB]
11:59:50 #11 13.55 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcroco3 armhf 0.6.13-1 [70.5 kB]
11:59:50 #11 13.56 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext armhf 0.19.8.1-10build1 [835 kB]
11:59:50 #11 13.59 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:59:50 #11 13.59 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main armhf po-debconf all 1.0.21 [233 kB]
11:59:50 #11 13.62 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main armhf debhelper all 12.10ubuntu1 [877 kB]
11:59:50 #11 13.69 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfakeroot armhf 1.24-1 [22.4 kB]
11:59:50 #11 13.69 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main armhf fakeroot armhf 1.24-1 [60.9 kB]
11:59:50 #11 13.69 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libassuan0 armhf 2.5.3-7ubuntu2 [29.1 kB]
11:59:50 #11 13.69 Get:151 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgconf armhf 2.2.19-3ubuntu2.2 [107 kB]
11:59:50 #11 13.70 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:59:50 #11 13.70 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnpth0 armhf 1.6-1 [6624 B]
11:59:50 #11 13.70 Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dirmngr armhf 2.2.19-3ubuntu2.2 [288 kB]
11:59:50 #11 13.71 Get:155 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
11:59:50 #11 13.72 Get:156 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-utils armhf 2.2.19-3ubuntu2.2 [412 kB]
11:59:50 #11 13.76 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg armhf 2.2.19-3ubuntu2.2 [425 kB]
11:59:50 #11 13.84 Get:158 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pinentry-curses armhf 1.1.0-3build1 [31.8 kB]
11:59:50 #11 13.84 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-agent armhf 2.2.19-3ubuntu2.2 [195 kB]
11:59:50 #11 13.85 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:59:50 #11 13.85 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:59:50 #11 13.85 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgsm armhf 2.2.19-3ubuntu2.2 [187 kB]
11:59:50 #11 13.86 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg all 2.2.19-3ubuntu2.2 [259 kB]
11:59:50 #11 13.87 Get:164 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
11:59:50 #11 13.87 Get:165 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-homedir-perl all 1.004-1 [37.3 kB]
11:59:50 #11 13.87 Get:166 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-pty-perl armhf 1:1.12-1 [31.4 kB]
11:59:50 #11 13.91 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-run-perl all 20180523.0-2 [89.7 kB]
11:59:50 #11 13.95 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:59:50 #11 13.95 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-op-check-perl armhf 0.22-1build2 [9792 B]
11:59:50 #11 13.95 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:59:50 #11 13.95 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu1 [14.2 kB]
11:59:50 #11 13.95 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-classify-perl armhf 0.015-1build2 [19.8 kB]
11:59:50 #11 13.95 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:59:50 #11 13.95 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
11:59:50 #11 13.95 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librole-tiny-perl all 2.001004-1 [16.5 kB]
11:59:50 #11 13.98 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
11:59:50 #11 14.02 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
11:59:50 #11 14.02 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoo-perl all 2.003006-1 [46.3 kB]
11:59:50 #11 14.03 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libencode-locale-perl all 1.05-1 [12.3 kB]
11:59:50 #11 14.03 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtimedate-perl all 2.3200-1 [34.0 kB]
11:59:50 #11 14.03 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-date-perl all 6.05-1 [9920 B]
11:59:50 #11 14.03 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-listing-perl all 6.04-1 [9774 B]
11:59:50 #11 14.03 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:59:50 #11 14.03 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liburi-perl all 1.76-2 [77.5 kB]
11:59:50 #11 14.06 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-parser-perl armhf 3.72-5 [83.1 kB]
11:59:50 #11 14.10 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
11:59:50 #11 14.11 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-html-perl all 1.001-1 [14.9 kB]
11:59:50 #11 14.11 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:59:50 #11 14.11 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-message-perl all 6.22-1 [76.1 kB]
11:59:50 #11 14.11 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-cookies-perl all 6.08-1 [18.3 kB]
11:59:50 #11 14.12 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:59:50 #11 14.12 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main armhf perl-openssl-defaults armhf 4 [7188 B]
11:59:50 #11 14.12 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ssleay-perl armhf 1.88-2ubuntu1 [272 kB]
11:59:50 #11 14.13 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-socket-ssl-perl all 2.067-1 [176 kB]
11:59:50 #11 14.21 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-http-perl all 6.19-1 [22.8 kB]
11:59:50 #11 14.21 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
11:59:50 #11 14.21 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB]
11:59:50 #11 14.21 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:59:50 #11 14.21 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-perl all 6.43-1 [140 kB]
11:59:50 #11 14.21 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patchutils armhf 0.3.4-2 [64.6 kB]
11:59:50 #11 14.21 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main armhf wdiff armhf 1.2.2-2build1 [29.1 kB]
11:59:50 #11 14.21 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main armhf devscripts armhf 2.20.2ubuntu2 [940 kB]
11:59:50 #11 14.40 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main armhf diffstat armhf 1.63-1 [25.1 kB]
11:59:50 #11 14.56 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-chardet all 3.0.4-4build1 [80.4 kB]
11:59:50 #11 14.69 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-debian all 0.1.36ubuntu1 [65.0 kB]
11:59:50 #11 14.75 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgpgme11 armhf 1.13.1-7ubuntu2 [102 kB]
11:59:50 #11 14.81 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-gpg armhf 1.13.1-7ubuntu2 [144 kB]
11:59:50 #11 14.85 Get:208 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dput all 1.0.3ubuntu1 [42.3 kB]
11:59:50 #11 14.86 Get:209 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl3-gnutls armhf 7.68.0-1ubuntu2.15 [202 kB]
11:59:50 #11 14.90 Get:210 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liberror-perl all 0.17029-1 [26.5 kB]
11:59:50 #11 14.91 Get:211 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git-man all 1:2.25.1-1ubuntu3.8 [886 kB]
11:59:50 #11 15.00 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git armhf 1:2.25.1-1ubuntu3.8 [3369 kB]
11:59:50 #11 15.20 Get:213 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
11:59:50 #11 15.20 Get:214 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-xs-perl armhf 0.04-6 [11.0 kB]
11:59:50 #11 15.20 Get:215 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:59:50 #11 15.20 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libapt-pkg-perl armhf 0.1.36build3 [63.4 kB]
11:59:50 #11 15.20 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-cpio-perl all 0.10-1 [9644 B]
11:59:50 #11 15.20 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarray-intspan-perl all 2.003-1 [23.3 kB]
11:59:50 #11 15.20 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libasync-mergepoint-perl all 0.04-2 [10.2 kB]
11:59:50 #11 15.20 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:59:50 #11 15.20 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:59:50 #11 15.27 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libvariable-magic-perl armhf 0.62-1build2 [31.9 kB]
11:59:50 #11 15.28 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
11:59:50 #11 15.28 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:59:50 #11 15.28 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-xsaccessor-perl armhf 1.19-3build3 [33.7 kB]
11:59:50 #11 15.28 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclone-perl armhf 0.43-2 [10.2 kB]
11:59:50 #11 15.28 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcommon-sense-perl armhf 3.74-2build6 [20.1 kB]
11:59:50 #11 15.28 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-util-perl armhf 1.07-3build5 [18.7 kB]
11:59:50 #11 15.28 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-install-perl all 0.928-1 [10.5 kB]
11:59:50 #11 15.28 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-optlist-perl all 0.110-1 [9956 B]
11:59:50 #11 15.34 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB]
11:59:50 #11 15.36 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libconst-fast-perl all 0.014-1 [7958 B]
11:59:50 #11 15.36 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwant-perl armhf 0.29-1build4 [23.0 kB]
11:59:50 #11 15.36 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:59:50 #11 15.36 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcpanel-json-xs-perl armhf 4.19-1build1 [107 kB]
11:59:50 #11 15.36 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-dump-perl all 1.23-1 [27.0 kB]
11:59:50 #11 15.36 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-bubblebabble-perl all 0.02-2 [7908 B]
11:59:50 #11 15.36 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
11:59:50 #11 15.36 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdistro-info-perl all 0.23ubuntu1 [4668 B]
11:59:50 #11 15.42 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:59:50 #11 15.44 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
11:59:50 #11 15.44 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ip-perl all 1.26-2 [27.4 kB]
11:59:50 #11 15.44 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-perl all 1.22-1 [336 kB]
11:59:50 #11 15.44 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:59:50 #11 15.44 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libemail-valid-perl all 1.202-1 [16.3 kB]
11:59:50 #11 15.44 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libexporter-tiny-perl all 1.002001-1 [35.5 kB]
11:59:50 #11 15.44 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-system-simple-perl all 1.26-1 [22.8 kB]
11:59:50 #11 15.44 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-basedir-perl all 0.08-1 [16.9 kB]
11:59:50 #11 15.49 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:59:50 #11 15.53 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-fcntllock-perl armhf 0.22-3build4 [32.6 kB]
11:59:50 #10 31.98 Preparing to unpack .../237-libparams-validate-perl_1.30-1+b1_arm64.deb ...
11:59:50 #11 15.53 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-compare-perl all 0.03-1 [7318 B]
11:59:50 #11 15.53 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-glob-perl all 0.10-1 [7554 B]
11:59:50 #11 15.53 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:59:50 #11 15.53 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-afm-perl all 1.20-2 [13.2 kB]
11:59:50 #10 31.99 Unpacking libparams-validate-perl:arm64 (1.30-1+b1) ...
11:59:50 #10 32.02 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:59:50 #10 32.02 Preparing to unpack .../238-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
11:59:50 #10 32.02 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
11:59:50 #10 32.06 Selecting previously unselected package libsort-versions-perl.
11:59:50 #10 32.06 Preparing to unpack .../239-libsort-versions-perl_1.62-1_all.deb ...
11:59:50 #10 32.06 Unpacking libsort-versions-perl (1.62-1) ...
11:59:50 #10 32.09 Selecting previously unselected package libgit-wrapper-perl.
11:59:50 #10 32.09 Preparing to unpack .../240-libgit-wrapper-perl_0.048-1_all.deb ...
11:59:50 #10 32.10 Unpacking libgit-wrapper-perl (0.048-1) ...
11:59:50 #10 32.13 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:59:50 #10 32.13 Preparing to unpack .../241-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:59:50 #10 32.14 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:59:50 #10 32.17 Selecting previously unselected package libio-prompter-perl.
11:59:50 #10 32.17 Preparing to unpack .../242-libio-prompter-perl_0.004015-1_all.deb ...
11:59:50 #10 32.17 Unpacking libio-prompter-perl (0.004015-1) ...
11:59:50 #10 32.20 Selecting previously unselected package libjson-perl.
11:59:50 #11 15.53 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-string-perl all 1.08-3 [11.1 kB]
11:59:50 #11 15.53 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-ttf-perl all 1.06-1 [313 kB]
11:59:50 #11 15.53 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfuture-perl all 0.43-1 [77.8 kB]
11:59:50 #11 15.57 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-stringy-perl all 2.111-3 [55.8 kB]
11:59:50 #11 15.61 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-validate-perl armhf 1.29-3 [50.6 kB]
11:59:50 #11 15.61 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
11:59:50 #11 15.61 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-versions-perl all 1.62-1 [9294 B]
11:59:50 #11 15.61 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:59:50 #11 15.61 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
11:59:50 #11 15.61 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
11:59:50 #11 15.61 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-perl all 4.02000-2 [80.9 kB]
11:59:50 #11 15.61 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-perl all 1.708-1 [67.8 kB]
11:59:50 #11 15.64 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
11:59:50 #11 15.69 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-perl all 0.38-1 [19.1 kB]
11:59:50 #11 15.69 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-identify-perl armhf 0.14-1build2 [10.1 kB]
11:59:50 #11 15.69 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-name-perl armhf 0.26-1 [10.8 kB]
11:59:50 #11 15.69 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:59:50 #11 15.69 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-tiny-perl all 0.108-1 [42.6 kB]
11:59:50 #11 15.69 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-perl all 1.008001-2 [304 kB]
11:59:50 #11 15.69 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
11:59:50 #11 15.69 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhash-fieldhash-perl armhf 0.15-1build2 [15.9 kB]
11:59:50 #11 15.72 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
11:59:50 #11 15.77 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-format-perl all 2.12-1 [41.3 kB]
11:59:50 #11 15.77 Get:278 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB]
11:59:50 #11 15.77 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libidn11 armhf 1.33-2.2ubuntu2 [43.1 kB]
11:59:50 #11 15.77 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstruct-dumb-perl all 0.09-1 [10.5 kB]
11:59:50 #11 15.77 Get:281 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-perl all 0.75-1 [254 kB]
11:59:50 #11 15.78 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblinux-epoll-perl armhf 0.017-1 [14.7 kB]
11:59:50 #11 15.78 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
11:59:50 #11 15.78 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtypes-serialiser-perl all 1.0-1 [12.1 kB]
11:59:50 #11 15.80 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-xs-perl armhf 4.020-1build1 [81.7 kB]
11:59:50 #11 15.86 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-maybexs-perl all 1.004000-1 [11.0 kB]
11:59:50 #11 15.86 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-compare-perl all 0.53-1 [65.6 kB]
11:59:50 #11 15.86 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-moreutils-perl armhf 0.416-1build5 [52.7 kB]
11:59:50 #11 15.86 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
11:59:50 #11 15.86 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-xs-perl armhf 0.58-2 [29.4 kB]
11:59:50 #11 15.86 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl7 armhf 2.4.6-14 [35.4 kB]
11:59:50 #11 15.86 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl-dev armhf 2.4.6-14 [160 kB]
11:59:50 #11 15.86 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:59:50 #11 15.87 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:59:50 #11 15.94 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-aliases-perl all 0.001006-1 [7176 B]
11:59:50 #11 15.94 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
11:59:50 #11 15.94 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-struct-perl all 0.017-1 [23.4 kB]
11:59:50 #11 15.94 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-sec-perl armhf 1.15-1 [43.4 kB]
11:59:50 #11 15.94 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-libidn-perl armhf 0.12.ds-3build2 [16.5 kB]
11:59:50 #11 15.94 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-range-perl all 0.12-1 [8556 B]
11:59:50 #11 15.94 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-xs-perl armhf 0.29-1build1 [16.7 kB]
11:59:50 #11 15.94 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
11:59:50 #11 15.94 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperl4-corelibs-perl all 0.004-2 [37.4 kB]
11:59:50 #11 16.09 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperlio-gzip-perl armhf 0.19-1build5 [13.3 kB]
11:59:50 #11 16.17 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpod-constants-perl all 0.19-1 [16.0 kB]
11:59:50 #11 16.19 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre2-5 armhf 20200101+dfsg-1build1 [136 kB]
11:59:50 #11 16.39 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre-engine-re2-perl armhf 0.13-5 [15.1 kB]
11:59:50 #11 16.39 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadonly-perl all 2.050-2 [19.9 kB]
11:59:50 #11 16.41 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-perl all 0.204-1 [15.0 kB]
11:59:50 #11 16.42 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-xs-perl armhf 0.117-1build2 [10.7 kB]
11:59:50 #11 16.42 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
11:59:50 #11 16.44 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
11:59:50 #11 16.44 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:59:50 #11 16.46 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-decoder-perl armhf 4.011+ds-1build1 [98.5 kB]
11:59:50 #11 16.49 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-encoder-perl armhf 4.011+ds-1build1 [97.7 kB]
11:59:50 #11 16.51 Get:316 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-perl all 4.011-1 [8604 B]
11:59:50 #11 16.54 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-key-perl armhf 1.33-2build2 [33.9 kB]
11:59:50 #11 16.54 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-copyright-perl all 0.003006-1 [9608 B]
11:59:50 #11 16.54 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
11:59:50 #11 16.54 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:59:50 #11 16.55 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libterm-readkey-perl armhf 2.38-1build1 [23.3 kB]
11:59:50 #11 16.55 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-fatal-perl all 0.014-1 [11.1 kB]
11:59:50 #11 16.61 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-refcount-perl all 0.10-1 [11.4 kB]
11:59:50 #11 16.61 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-levenshtein-perl all 0.13-1 [9612 B]
11:59:50 #11 16.61 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-xs-perl armhf 0.016-1 [21.2 kB]
11:59:50 #11 16.61 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libunicode-utf8-perl armhf 0.62-1build1 [17.1 kB]
11:59:50 #11 16.68 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:59:50 #11 16.68 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:59:50 #11 16.69 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
11:59:50 #11 16.69 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1build1 [306 kB]
11:59:50 #11 16.72 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-parser-perl armhf 2.46-1 [189 kB]
11:59:50 #11 16.74 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:59:50 #11 16.76 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-writer-perl all 0.625-1 [24.9 kB]
11:59:50 #11 16.76 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-libyaml-perl armhf 0.81+repack-1 [26.1 kB]
11:59:50 #11 16.76 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main armhf licensecheck all 3.0.45-1 [23.9 kB]
11:59:50 #11 16.76 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-size-perl armhf 0.83-1build1 [19.3 kB]
11:59:50 #11 16.83 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main armhf t1utils armhf 1.41-3 [48.2 kB]
11:59:50 #11 16.83 Get:338 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf lintian all 2.62.0ubuntu2.2 [982 kB]
11:59:50 #11 16.88 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages-dev all 5.05-1 [2266 kB]
11:59:50 #11 17.01 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-certifi all 2019.11.28-1 [149 kB]
11:59:50 #11 17.01 Get:341 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-idna all 2.8-1 [34.6 kB]
11:59:50 #11 17.02 Get:342 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
11:59:50 #11 17.02 Get:343 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
11:59:50 #11 17.02 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-unidiff all 0.5.5-2 [9180 B]
11:59:50 #11 17.02 Get:345 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-xdg all 0.26-1ubuntu1 [36.1 kB]
11:59:50 #11 17.02 Get:346 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf unzip armhf 6.0-25ubuntu1.1 [154 kB]
11:59:50 #11 17.03 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf equivs all 2.2.0 [19.7 kB]
11:59:50 #11 17.03 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:59:50 #11 17.10 Get:349 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-magic all 2:0.4.15-3 [9376 B]
11:59:50 #11 33.88 Selecting previously unselected package gnupg-l10n.
11:59:50 #11 33.88 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
11:59:50 #11 33.88 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:59:50 #11 33.92 Selecting previously unselected package gnupg-utils.
11:59:50 #11 33.92 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ...
11:59:50 #11 33.93 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
11:59:50 #11 34.00 Selecting previously unselected package gpg.
11:59:50 #11 34.00 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2.2_amd64.deb ...
11:59:50 #11 34.01 Unpacking gpg (2.2.19-3ubuntu2.2) ...
11:59:50 #11 24.37 Preparing to unpack .../073-libmpc3_1.2.1-2build1_arm64.deb ...
11:59:50 #11 24.37 Unpacking libmpc3:arm64 (1.2.1-2build1) ...
11:59:50 #11 24.40 Selecting previously unselected package cpp-11.
11:59:50 #11 24.40 Preparing to unpack .../074-cpp-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:59:50 #11 24.40 Unpacking cpp-11 (11.3.0-1ubuntu1~22.04) ...
11:59:50 #11 24.59 Selecting previously unselected package cpp.
11:59:50 #11 24.59 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_arm64.deb ...
11:59:50 #11 24.59 Unpacking cpp (4:11.2.0-1ubuntu1) ...
11:59:50 #11 24.63 Selecting previously unselected package libcc1-0:arm64.
11:59:50 #10 12.36 debconf: delaying package configuration, since apt-utils is not installed
11:59:50 #10 33.70 Unpacking libnet-ip-perl (1.26-2) ...
11:59:50 #10 33.74 Selecting previously unselected package libnet-dns-perl.
11:59:50 #10 33.74 Preparing to unpack .../205-libnet-dns-perl_1.19-1_all.deb ...
11:59:50 #10 33.75 Unpacking libnet-dns-perl (1.19-1) ...
11:59:50 #10 33.81 Selecting previously unselected package libnet-domain-tld-perl.
11:59:50 #10 33.81 Preparing to unpack .../206-libnet-domain-tld-perl_1.75-1_all.deb ...
11:59:50 #10 33.82 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:59:50 #10 33.85 Selecting previously unselected package libemail-valid-perl.
11:59:50 #10 33.86 Preparing to unpack .../207-libemail-valid-perl_1.202-1_all.deb ...
11:59:50 #10 33.86 Unpacking libemail-valid-perl (1.202-1) ...
11:59:50 #10 33.90 Selecting previously unselected package libexporter-tiny-perl.
11:59:50 #10 33.90 Preparing to unpack .../208-libexporter-tiny-perl_1.002001-1_all.deb ...
11:59:50 #10 33.91 Unpacking libexporter-tiny-perl (1.002001-1) ...
11:59:50 #10 33.94 Selecting previously unselected package libipc-system-simple-perl.
11:59:50 #10 6.635 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:59:50 #10 24.01 Selecting previously unselected package libxml2:armhf.
11:59:50 #10 24.01 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.8_armhf.deb ...
11:59:50 #10 24.02 Unpacking libxml2:armhf (2.9.4+dfsg1-6.1ubuntu1.8) ...
11:59:50 #10 24.13 Selecting previously unselected package libyaml-0-2:armhf.
11:59:50 #10 24.13 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_armhf.deb ...
11:59:50 #10 24.14 Unpacking libyaml-0-2:armhf (0.1.7-2ubuntu3) ...
11:59:50 #10 24.19 Selecting previously unselected package lsb-release.
11:59:50 #10 24.19 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
11:59:50 #10 24.19 Unpacking lsb-release (9.20170808ubuntu1) ...
11:59:50 #10 24.23 Selecting previously unselected package netbase.
11:59:50 #10 24.23 Preparing to unpack .../024-netbase_5.4_all.deb ...
11:59:50 #11 31.58 Preparing to unpack .../185-libtry-tiny-perl_0.30-1_all.deb ...
11:59:50 #10 33.64 Preparing to unpack .../237-libnumber-range-perl_0.12-1_all.deb ...
11:59:50 #11 31.59 Unpacking libtry-tiny-perl (0.30-1) ...
11:59:50 #10 33.65 Unpacking libnumber-range-perl (0.12-1) ...
11:59:50 #11 31.62 Selecting previously unselected package libwww-robotrules-perl.
11:59:50 #11 31.62 Preparing to unpack .../186-libwww-robotrules-perl_6.02-1_all.deb ...
11:59:50 #11 31.63 Unpacking libwww-robotrules-perl (6.02-1) ...
11:59:50 #11 31.67 Selecting previously unselected package libwww-perl.
11:59:50 #11 31.67 Preparing to unpack .../187-libwww-perl_6.43-1_all.deb ...
11:59:50 #11 31.67 Unpacking libwww-perl (6.43-1) ...
11:59:50 #11 31.72 Selecting previously unselected package patchutils.
11:59:50 #11 31.72 Preparing to unpack .../188-patchutils_0.3.4-2_arm64.deb ...
11:59:50 #10 33.76 Selecting previously unselected package libpackage-stash-xs-perl.
11:59:50 #10 33.77 Preparing to unpack .../238-libpackage-stash-xs-perl_0.28-3build2_arm64.deb ...
11:59:50 #11 31.72 Unpacking patchutils (0.3.4-2) ...
11:59:50 #11 31.76 Selecting previously unselected package wdiff.
11:59:50 #10 33.77 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
11:59:50 #10 33.81 Selecting previously unselected package libparse-debianchangelog-perl.
11:59:50 #11 31.76 Preparing to unpack .../189-wdiff_1.2.2-2build1_arm64.deb ...
11:59:50 #11 31.76 Unpacking wdiff (1.2.2-2build1) ...
11:59:50 #10 33.81 Preparing to unpack .../239-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
11:59:50 #10 33.81 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
11:59:50 #11 31.81 Selecting previously unselected package devscripts.
11:59:50 #11 31.81 Preparing to unpack .../190-devscripts_2.20.2ubuntu2_arm64.deb ...
11:59:50 #10 33.85 Selecting previously unselected package libtext-glob-perl.
11:59:50 #10 33.85 Preparing to unpack .../240-libtext-glob-perl_0.10-1_all.deb ...
11:59:50 #11 31.83 Unpacking devscripts (2.20.2ubuntu2) ...
11:59:50 #11 31.94 Selecting previously unselected package diffstat.
11:59:50 #10 33.86 Unpacking libtext-glob-perl (0.10-1) ...
11:59:50 #10 33.89 Selecting previously unselected package libpath-iterator-rule-perl.
11:59:50 #11 12.86 Get:106 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf autotools-dev all 20220109.1 [44.9 kB]
11:59:50 #11 12.87 Get:107 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf automake all 1:1.16.5-1.3 [558 kB]
11:59:50 #11 12.93 Get:108 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf autopoint all 0.21-8 [421 kB]
11:59:50 #11 12.96 Get:109 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf binutils-common armhf 2.39-3ubuntu1.1 [223 kB]
11:59:50 #11 12.98 Get:110 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libbinutils armhf 2.39-3ubuntu1.1 [439 kB]
11:59:50 #11 13.00 Get:111 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libctf-nobfd0 armhf 2.39-3ubuntu1.1 [85.2 kB]
11:59:50 #11 13.00 Get:112 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libctf0 armhf 2.39-3ubuntu1.1 [85.9 kB]
11:59:50 #11 13.00 Get:113 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.39-3ubuntu1.1 [2772 kB]
11:59:50 #10 32.21 Selecting previously unselected package debian-keyring.
11:59:50 #10 32.21 Preparing to unpack .../089-debian-keyring_2021.07.26_all.deb ...
11:59:50 #10 32.22 Unpacking debian-keyring (2021.07.26) ...
11:59:50 #10 36.69 Preparing to unpack .../156-exim4-config_4.92-8+deb10u7_all.deb ...
11:59:50 #10 36.70 Unpacking exim4-config (4.92-8+deb10u7) ...
11:59:50 #10 36.75 Selecting previously unselected package exim4-base.
11:59:50 #10 36.76 Preparing to unpack .../157-exim4-base_4.92-8+deb10u7_amd64.deb ...
11:59:50 #10 36.76 Unpacking exim4-base (4.92-8+deb10u7) ...
11:59:50 #10 36.86 Selecting previously unselected package libevent-2.1-6:amd64.
11:59:50 #10 36.86 Preparing to unpack .../158-libevent-2.1-6_2.1.8-stable-4_amd64.deb ...
11:59:50 #10 36.86 Unpacking libevent-2.1-6:amd64 (2.1.8-stable-4) ...
11:59:50 #10 36.91 Selecting previously unselected package libunbound8:amd64.
11:59:50 #10 36.92 Preparing to unpack .../159-libunbound8_1.9.0-2+deb10u2_amd64.deb ...
11:59:50 #10 36.92 Unpacking libunbound8:amd64 (1.9.0-2+deb10u2) ...
11:59:50 #11 30.40 Preparing to unpack .../138-dh-autoreconf_20_all.deb ...
11:59:50 #11 30.40 Unpacking dh-autoreconf (20) ...
11:59:50 #11 30.43 Selecting previously unselected package libarchive-zip-perl.
11:59:50 #11 30.43 Preparing to unpack .../139-libarchive-zip-perl_1.68-1_all.deb ...
11:59:50 #11 30.44 Unpacking libarchive-zip-perl (1.68-1) ...
11:59:50 #11 30.47 Selecting previously unselected package libsub-override-perl.
11:59:50 #11 30.48 Preparing to unpack .../140-libsub-override-perl_0.09-3_all.deb ...
11:59:50 #11 30.48 Unpacking libsub-override-perl (0.09-3) ...
11:59:50 #11 30.51 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:50 #11 30.51 Preparing to unpack .../141-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
11:59:50 #11 30.51 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
11:59:50 #11 30.55 Selecting previously unselected package dh-strip-nondeterminism.
11:59:50 #11 30.55 Preparing to unpack .../142-dh-strip-nondeterminism_1.13.0-1_all.deb ...
11:59:50 #11 30.57 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
11:59:50 #11 30.61 Selecting previously unselected package libdw1:arm64.
11:59:50 #11 30.61 Preparing to unpack .../143-libdw1_0.187-4_arm64.deb ...
11:59:50 #11 33.17 Preparing to unpack .../302-libnamespace-clean-perl_0.27-2_all.deb ...
11:59:50 #11 33.17 Unpacking libnamespace-clean-perl (0.27-2) ...
11:59:50 #11 33.20 Selecting previously unselected package libpath-tiny-perl.
11:59:50 #11 33.20 Preparing to unpack .../303-libpath-tiny-perl_0.122-1_all.deb ...
11:59:50 #11 33.20 Unpacking libpath-tiny-perl (0.122-1) ...
11:59:50 #11 33.23 Selecting previously unselected package libstrictures-perl.
11:59:50 #11 33.23 Preparing to unpack .../304-libstrictures-perl_2.000006-1_all.deb ...
11:59:50 #11 33.23 Unpacking libstrictures-perl (2.000006-1) ...
11:59:50 #11 33.25 Selecting previously unselected package libtype-tiny-perl.
11:59:50 #11 33.26 Preparing to unpack .../305-libtype-tiny-perl_1.016008-1_all.deb ...
11:59:50 #11 33.26 Unpacking libtype-tiny-perl (1.016008-1) ...
11:59:50 #11 33.30 Selecting previously unselected package libgitlab-api-v4-perl.
11:59:50 #11 33.30 Preparing to unpack .../306-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:59:50 #11 33.30 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:59:50 #11 33.34 Selecting previously unselected package libhtml-form-perl.
11:59:50 #11 33.34 Preparing to unpack .../307-libhtml-form-perl_6.10-1_all.deb ...
11:59:50 #11 33.34 Unpacking libhtml-form-perl (6.10-1) ...
11:59:50 #11 33.37 Selecting previously unselected package libhtml-format-perl.
11:59:50 #11 33.37 Preparing to unpack .../308-libhtml-format-perl_2.16-1_all.deb ...
11:59:50 #11 33.37 Unpacking libhtml-format-perl (2.16-1) ...
11:59:50 #11 33.40 Selecting previously unselected package libhtml-html5-entities-perl.
11:59:50 #10 34.23 Preparing to unpack .../245-libdata-validate-ip-perl_0.31-1_all.deb ...
11:59:50 #10 34.24 Unpacking libdata-validate-ip-perl (0.31-1) ...
11:59:50 #10 34.27 Selecting previously unselected package libdata-validate-uri-perl.
11:59:50 #10 34.27 Preparing to unpack .../246-libdata-validate-uri-perl_0.07-2_all.deb ...
11:59:50 #10 34.28 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:59:50 #10 34.31 Selecting previously unselected package libdevel-size-perl.
11:59:50 #10 34.31 Preparing to unpack .../247-libdevel-size-perl_0.83-2+b1_arm64.deb ...
11:59:50 #10 34.32 Unpacking libdevel-size-perl (0.83-2+b1) ...
11:59:50 #10 34.35 Selecting previously unselected package libdistro-info-perl.
11:59:50 #10 34.35 Preparing to unpack .../248-libdistro-info-perl_1.5_all.deb ...
11:59:50 #10 34.44 Unpacking libdistro-info-perl (1.5) ...
11:59:50 #10 34.47 Selecting previously unselected package libemail-address-xs-perl.
11:59:50 #10 19.57 Unpacking gettext-base (0.19.8.1-9) ...
11:59:50 #10 19.64 Selecting previously unselected package krb5-locales.
11:59:50 #10 19.64 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u5_all.deb ...
11:59:50 #10 19.65 Unpacking krb5-locales (1.17-3+deb10u5) ...
11:59:50 #10 19.70 Selecting previously unselected package libkeyutils1:armhf.
11:59:50 #10 19.70 Preparing to unpack .../009-libkeyutils1_1.6-6_armhf.deb ...
11:59:50 #10 19.71 Unpacking libkeyutils1:armhf (1.6-6) ...
11:59:50 #10 19.75 Selecting previously unselected package libkrb5support0:armhf.
11:59:50 #10 19.75 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u5_armhf.deb ...
11:59:50 #10 19.75 Unpacking libkrb5support0:armhf (1.17-3+deb10u5) ...
11:59:50 #10 19.80 Selecting previously unselected package libk5crypto3:armhf.
11:59:50 #10 19.80 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u5_armhf.deb ...
11:59:50 #10 19.81 Unpacking libk5crypto3:armhf (1.17-3+deb10u5) ...
11:59:50 #10 34.33 Preparing to unpack .../172-libsub-name-perl_0.21-1build1_amd64.deb ...
11:59:50 #10 34.34 Unpacking libsub-name-perl (0.21-1build1) ...
11:59:50 #10 34.36 Selecting previously unselected package libclass-accessor-perl.
11:59:50 #10 34.37 Preparing to unpack .../173-libclass-accessor-perl_0.51-1_all.deb ...
11:59:50 #10 34.37 Unpacking libclass-accessor-perl (0.51-1) ...
11:59:50 #10 34.40 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:50 #10 34.40 Preparing to unpack .../174-libclass-method-modifiers-perl_2.12-1_all.deb ...
11:59:50 #10 34.40 Unpacking libclass-method-modifiers-perl (2.12-1) ...
11:59:50 #10 34.43 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:50 #10 34.43 Preparing to unpack .../175-libclass-xsaccessor-perl_1.19-2build8_amd64.deb ...
11:59:50 #10 34.43 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
11:59:50 #10 34.47 Selecting previously unselected package libclone-perl.
11:59:50 #10 34.47 Preparing to unpack .../176-libclone-perl_0.39-1_amd64.deb ...
11:59:50 #10 34.47 Unpacking libclone-perl (0.39-1) ...
11:59:50 #10 34.50 Selecting previously unselected package libdata-dump-perl.
11:59:50 #10 34.50 Preparing to unpack .../177-libdata-dump-perl_1.23-1_all.deb ...
11:59:50 #10 34.50 Unpacking libdata-dump-perl (1.23-1) ...
11:59:50 #10 34.53 Selecting previously unselected package libparams-util-perl.
11:59:50 #11 33.07 Selecting previously unselected package libmouse-perl.
11:59:50 #11 33.08 Preparing to unpack .../299-libmouse-perl_2.5.10-1build4_amd64.deb ...
11:59:50 #11 33.08 Unpacking libmouse-perl (2.5.10-1build4) ...
11:59:50 #11 33.11 Selecting previously unselected package libpackage-stash-xs-perl.
11:59:50 #11 33.11 Preparing to unpack .../300-libpackage-stash-xs-perl_0.29-1build5_amd64.deb ...
11:59:50 #11 33.11 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
11:59:50 #11 33.14 Selecting previously unselected package libpath-iterator-rule-perl.
11:59:50 #11 33.14 Preparing to unpack .../301-libpath-iterator-rule-perl_1.015-1_all.deb ...
11:59:50 #11 33.15 Unpacking libpath-iterator-rule-perl (1.015-1) ...
11:59:50 #11 33.17 Selecting previously unselected package libperlio-gzip-perl.
11:59:50 #11 33.18 Preparing to unpack .../302-libperlio-gzip-perl_0.19-1build8_amd64.deb ...
11:59:50 #11 33.18 Unpacking libperlio-gzip-perl (0.19-1build8) ...
11:59:50 #11 33.21 Selecting previously unselected package libperlio-utf8-strict-perl.
11:59:50 #11 33.21 Preparing to unpack .../303-libperlio-utf8-strict-perl_0.009-1build1_amd64.deb ...
11:59:50 #11 33.21 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
11:59:50 #11 33.24 Selecting previously unselected package libpod-parser-perl.
11:59:50 #11 33.24 Preparing to unpack .../304-libpod-parser-perl_1.63-2_all.deb ...
11:59:50 #11 33.25 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:59:50 #11 33.27 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:59:50 #11 33.27 Unpacking libpod-parser-perl (1.63-2) ...
11:59:50 #11 33.31 Selecting previously unselected package libpod-constants-perl.
11:59:50 #10 32.21 Preparing to unpack .../243-libjson-perl_4.03000-1_all.deb ...
11:59:50 #10 32.21 Unpacking libjson-perl (4.03000-1) ...
11:59:50 #10 32.25 Selecting previously unselected package liblog-any-perl.
11:59:50 #10 32.25 Preparing to unpack .../244-liblog-any-perl_1.709-1_all.deb ...
11:59:50 #10 32.26 Unpacking liblog-any-perl (1.709-1) ...
11:59:50 #10 32.29 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:59:50 #10 32.29 Preparing to unpack .../245-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:59:50 #10 32.30 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:59:50 #10 32.33 Selecting previously unselected package libpackage-stash-perl.
11:59:50 #10 32.33 Preparing to unpack .../246-libpackage-stash-perl_0.39-1_all.deb ...
11:59:50 #10 32.34 Unpacking libpackage-stash-perl (0.39-1) ...
11:59:50 #10 32.37 Selecting previously unselected package libsub-identify-perl.
11:59:50 #10 32.37 Preparing to unpack .../247-libsub-identify-perl_0.14-1+b3_arm64.deb ...
11:59:50 #10 32.38 Unpacking libsub-identify-perl (0.14-1+b3) ...
11:59:50 #10 32.41 Selecting previously unselected package libsub-name-perl.
11:59:50 #10 32.41 Preparing to unpack .../248-libsub-name-perl_0.26-1+b1_arm64.deb ...
11:59:50 #10 32.41 Unpacking libsub-name-perl (0.26-1+b1) ...
11:59:50 #10 32.45 Selecting previously unselected package libnamespace-clean-perl.
11:59:50 #10 32.45 Preparing to unpack .../249-libnamespace-clean-perl_0.27-1_all.deb ...
11:59:50 #10 32.45 Unpacking libnamespace-clean-perl (0.27-1) ...
11:59:50 #10 32.48 Selecting previously unselected package libpath-tiny-perl.
11:59:50 #10 32.49 Preparing to unpack .../250-libpath-tiny-perl_0.118-1_all.deb ...
11:59:50 #10 32.49 Unpacking libpath-tiny-perl (0.118-1) ...
11:59:50 #10 32.54 Selecting previously unselected package libtype-tiny-perl.
11:59:50 #10 32.54 Preparing to unpack .../251-libtype-tiny-perl_1.012001-2_all.deb ...
11:59:50 #10 32.55 Unpacking libtype-tiny-perl (1.012001-2) ...
11:59:50 #11 34.08 Selecting previously unselected package pinentry-curses.
11:59:50 #11 34.08 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ...
11:59:50 #11 34.09 Unpacking pinentry-curses (1.1.0-3build1) ...
11:59:50 #11 34.13 Selecting previously unselected package gpg-agent.
11:59:50 #11 34.13 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ...
11:59:50 #11 34.13 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
11:59:50 #11 34.19 Selecting previously unselected package gpg-wks-client.
11:59:50 #11 34.19 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ...
11:59:50 #11 34.20 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:59:50 #11 34.23 Selecting previously unselected package gpg-wks-server.
11:59:50 #11 34.24 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ...
11:59:50 #11 34.24 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:59:50 #11 34.28 Selecting previously unselected package gpgsm.
11:59:50 #11 34.28 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ...
11:59:50 #11 34.28 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
11:59:50 #11 34.33 Selecting previously unselected package gnupg.
11:59:50 #11 24.63 Preparing to unpack .../076-libcc1-0_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:59:50 #11 24.63 Unpacking libcc1-0:arm64 (12.1.0-2ubuntu1~22.04) ...
11:59:50 #11 24.68 Selecting previously unselected package libgomp1:arm64.
11:59:50 #11 24.68 Preparing to unpack .../077-libgomp1_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:59:50 #11 24.69 Unpacking libgomp1:arm64 (12.1.0-2ubuntu1~22.04) ...
11:59:50 #11 24.73 Selecting previously unselected package libitm1:arm64.
11:59:50 #11 24.73 Preparing to unpack .../078-libitm1_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:59:50 #11 24.73 Unpacking libitm1:arm64 (12.1.0-2ubuntu1~22.04) ...
11:59:50 #11 24.77 Selecting previously unselected package libatomic1:arm64.
11:59:50 #11 24.78 Preparing to unpack .../079-libatomic1_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:59:50 #11 24.78 Unpacking libatomic1:arm64 (12.1.0-2ubuntu1~22.04) ...
11:59:50 #11 24.83 Selecting previously unselected package libasan6:arm64.
11:59:50 #11 24.83 Preparing to unpack .../080-libasan6_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:59:50 #11 24.83 Unpacking libasan6:arm64 (11.3.0-1ubuntu1~22.04) ...
11:59:50 #11 24.91 Selecting previously unselected package liblsan0:arm64.
11:59:50 #11 24.91 Preparing to unpack .../081-liblsan0_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:59:50 #11 24.92 Unpacking liblsan0:arm64 (12.1.0-2ubuntu1~22.04) ...
11:59:50 #11 24.97 Selecting previously unselected package libtsan0:arm64.
11:59:50 #10 12.44 Fetched 169 MB in 4s (43.8 MB/s)
11:59:50 #10 12.47 Selecting previously unselected package perl-modules-5.36.
11:59:50 #10 12.47 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5996 files and directories currently installed.)
11:59:50 #10 12.47 Preparing to unpack .../0-perl-modules-5.36_5.36.0-7_all.deb ...
11:59:50 #10 12.47 Unpacking perl-modules-5.36 (5.36.0-7) ...
11:59:50 #12 21.43 (1/84): desktop-file-utils-0.26-1.el8.aarch64.r 344 kB/s |  79 kB     00:00    
11:59:50 #12 21.43 (2/84): dwz-0.12-10.el8.aarch64.rpm             438 kB/s | 103 kB     00:00    
11:59:50 #12 21.44 (3/84): efi-srpm-macros-3-3.el8.noarch.rpm      2.9 MB/s |  22 kB     00:00    
11:59:50 #12 21.44 (4/84): xz-libs-5.2.4-4.el8.aarch64.rpm         372 kB/s |  91 kB     00:00    
11:59:50 #12 21.44 (5/84): gc-7.6.4-3.el8.aarch64.rpm              8.2 MB/s |  99 kB     00:00    
11:59:50 #12 21.45 (6/84): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  1.1 MB/s | 9.3 kB     00:00    
11:59:50 #12 21.45 (7/84): go-srpm-macros-2-17.el8.noarch.rpm      1.5 MB/s |  13 kB     00:00    
11:59:50 #12 21.46 (8/84): libatomic_ops-7.6.2-3.el8.aarch64.rpm   6.2 MB/s |  38 kB     00:00    
11:59:50 #12 21.47 (9/84): ocaml-srpm-macros-5-4.el8.noarch.rpm    1.9 MB/s | 9.4 kB     00:00    
11:59:50 #12 21.47 (10/84): openblas-srpm-macros-2-2.el8.noarch.rp 1.8 MB/s | 7.9 kB     00:00    
11:59:50 #12 21.48 (11/84): perl-IO-Socket-IP-0.39-5.el8.noarch.rp 8.7 MB/s |  47 kB     00:00    
11:59:50 #12 21.48 (12/84): perl-Mozilla-CA-20160104-7.module_el8. 3.3 MB/s |  15 kB     00:00    
11:59:50 #12 21.49 (13/84): perl-srpm-macros-1-25.el8.noarch.rpm   2.8 MB/s |  11 kB     00:00    
11:59:50 #12 21.49 (14/84): python-rpm-macros-3-44.el8.noarch.rpm  3.1 MB/s |  16 kB     00:00    
11:59:50 #12 21.50 (15/84): python-srpm-macros-3-44.el8.noarch.rpm 3.2 MB/s |  16 kB     00:00    
11:59:50 #10 33.95 Preparing to unpack .../209-libipc-system-simple-perl_1.25-4_all.deb ...
11:59:50 #10 33.95 Unpacking libipc-system-simple-perl (1.25-4) ...
11:59:50 #10 33.99 Selecting previously unselected package libfile-basedir-perl.
11:59:50 #10 33.99 Preparing to unpack .../210-libfile-basedir-perl_0.08-1_all.deb ...
11:59:50 #10 34.00 Unpacking libfile-basedir-perl (0.08-1) ...
11:59:50 #10 34.04 Selecting previously unselected package libfile-chdir-perl.
11:59:50 #10 34.04 Preparing to unpack .../211-libfile-chdir-perl_0.1008-1_all.deb ...
11:59:50 #10 34.04 Unpacking libfile-chdir-perl (0.1008-1) ...
11:59:50 #10 34.08 Selecting previously unselected package libfile-fcntllock-perl.
11:59:50 #10 34.08 Preparing to unpack .../212-libfile-fcntllock-perl_0.22-3+b5_arm64.deb ...
11:59:50 #10 34.09 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
11:59:50 #10 34.13 Selecting previously unselected package libfont-afm-perl.
11:59:50 #10 34.13 Preparing to unpack .../213-libfont-afm-perl_1.20-2_all.deb ...
11:59:50 #10 34.13 Unpacking libfont-afm-perl (1.20-2) ...
11:59:50 #10 34.18 Selecting previously unselected package libfribidi0:arm64.
11:59:50 #11 31.94 Preparing to unpack .../191-diffstat_1.63-1_arm64.deb ...
11:59:50 #11 31.94 Unpacking diffstat (1.63-1) ...
11:59:50 #11 31.98 Selecting previously unselected package python3-chardet.
11:59:50 #11 31.98 Preparing to unpack .../192-python3-chardet_3.0.4-4build1_all.deb ...
11:59:50 #11 31.99 Unpacking python3-chardet (3.0.4-4build1) ...
11:59:50 #11 32.03 Selecting previously unselected package python3-debian.
11:59:50 #11 32.04 Preparing to unpack .../193-python3-debian_0.1.36ubuntu1_all.deb ...
11:59:50 #11 32.04 Unpacking python3-debian (0.1.36ubuntu1) ...
11:59:50 #11 32.08 Selecting previously unselected package libgpgme11:arm64.
11:59:50 #11 32.08 Preparing to unpack .../194-libgpgme11_1.13.1-7ubuntu2_arm64.deb ...
11:59:50 #11 32.09 Unpacking libgpgme11:arm64 (1.13.1-7ubuntu2) ...
11:59:50 #11 32.13 Selecting previously unselected package python3-gpg.
11:59:50 #11 32.13 Preparing to unpack .../195-python3-gpg_1.13.1-7ubuntu2_arm64.deb ...
11:59:50 #11 32.14 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
11:59:50 #10 24.24 Unpacking netbase (5.4) ...
11:59:50 #10 24.28 Selecting previously unselected package shared-mime-info.
11:59:50 #10 24.28 Preparing to unpack .../025-shared-mime-info_1.9-2_armhf.deb ...
11:59:50 #10 24.29 Unpacking shared-mime-info (1.9-2) ...
11:59:50 #10 24.42 Selecting previously unselected package ucf.
11:59:50 #10 24.42 Preparing to unpack .../026-ucf_3.0038_all.deb ...
11:59:50 #10 24.43 Moving old data out of the way
11:59:50 #10 24.43 Unpacking ucf (3.0038) ...
11:59:50 #10 24.48 Selecting previously unselected package xdg-user-dirs.
11:59:50 #10 24.48 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_armhf.deb ...
11:59:50 #11 13.14 Get:114 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf binutils armhf 2.39-3ubuntu1.1 [3172 B]
11:59:50 #11 13.14 Get:115 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libc-dev-bin armhf 2.36-0ubuntu4 [18.7 kB]
11:59:50 #11 13.17 Get:116 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf linux-libc-dev armhf 5.19.0-29.30 [1303 kB]
11:59:50 #11 13.20 Get:117 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcrypt-dev armhf 1:4.4.28-2 [122 kB]
11:59:50 #11 13.21 Get:118 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu6 [63.7 kB]
11:59:50 #11 13.21 Get:119 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc-dev armhf 1.3.3+ds-1 [183 kB]
11:59:50 #11 13.22 Get:120 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnsl-dev armhf 1.3.0-2build2 [66.1 kB]
11:59:50 #11 13.22 Get:121 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libc6-dev armhf 2.36-0ubuntu4 [1338 kB]
11:59:50 #11 13.29 Get:122 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libisl23 armhf 0.25-1 [580 kB]
11:59:50 #11 13.31 Get:123 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmpfr6 armhf 4.1.0-3build3 [217 kB]
11:59:50 #11 13.32 Get:124 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmpc3 armhf 1.2.1-2build1 [39.5 kB]
11:59:50 #11 13.32 Get:125 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf cpp-12 armhf 12.2.0-3ubuntu1 [8151 kB]
11:59:50 #21 9.698 Selecting previously unselected package mingw-w64-x86-64-dev.
11:59:50 #21 9.700 Preparing to unpack .../3-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
11:59:50 #21 9.703 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
11:59:50 #10 33.89 Preparing to unpack .../241-libpath-iterator-rule-perl_1.009-1_all.deb ...
11:59:50 #10 33.90 Unpacking libpath-iterator-rule-perl (1.009-1) ...
11:59:50 #10 33.93 Selecting previously unselected package libpath-tiny-perl.
11:59:50 #10 33.93 Preparing to unpack .../242-libpath-tiny-perl_0.104-1_all.deb ...
11:59:50 #10 33.94 Unpacking libpath-tiny-perl (0.104-1) ...
11:59:50 #10 33.97 Selecting previously unselected package libperlio-gzip-perl.
11:59:50 #10 33.97 Preparing to unpack .../243-libperlio-gzip-perl_0.19-1build3_arm64.deb ...
11:59:50 #10 33.98 Unpacking libperlio-gzip-perl (0.19-1build3) ...
11:59:50 #10 34.02 Selecting previously unselected package libpod-constants-perl.
11:59:50 #10 34.02 Preparing to unpack .../244-libpod-constants-perl_0.19-1_all.deb ...
11:59:50 #10 34.04 Unpacking libpod-constants-perl (0.19-1) ...
11:59:50 #10 34.07 Selecting previously unselected package libregexp-pattern-license-perl.
11:59:50 #10 34.07 Preparing to unpack .../245-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
11:59:50 #10 34.07 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
11:59:50 #10 34.11 Selecting previously unselected package libsasl2-modules:arm64.
11:59:50 #10 34.11 Preparing to unpack .../246-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
11:59:50 #10 34.11 Unpacking libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:59:50 #10 34.15 Selecting previously unselected package libsort-key-perl.
11:59:50 #10 36.99 Selecting previously unselected package libgnutls-dane0:amd64.
11:59:50 #10 36.99 Preparing to unpack .../160-libgnutls-dane0_3.6.7-4+deb10u9_amd64.deb ...
11:59:50 #10 37.00 Unpacking libgnutls-dane0:amd64 (3.6.7-4+deb10u9) ...
11:59:50 #10 37.08 Selecting previously unselected package exim4-daemon-light.
11:59:50 #10 37.08 Preparing to unpack .../161-exim4-daemon-light_4.92-8+deb10u7_amd64.deb ...
11:59:50 #10 37.09 Unpacking exim4-daemon-light (4.92-8+deb10u7) ...
11:59:50 #10 37.18 Selecting previously unselected package libcurl3-gnutls:amd64.
11:59:50 #10 37.18 Preparing to unpack .../162-libcurl3-gnutls_7.64.0-4+deb10u4_amd64.deb ...
11:59:50 #10 37.18 Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u4) ...
11:59:50 #10 5.046 Reading package lists...
11:59:50 #10 ...
11:59:50 
11:59:50 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:50 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 6.8s done
11:59:50 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 4.3s
11:59:50 #11 30.62 Unpacking libdw1:arm64 (0.187-4) ...
11:59:50 #11 30.66 Selecting previously unselected package debugedit.
11:59:50 #11 30.66 Preparing to unpack .../144-debugedit_1%3a5.0-5_arm64.deb ...
11:59:50 #11 30.67 Unpacking debugedit (1:5.0-5) ...
11:59:50 #11 30.71 Selecting previously unselected package dwz.
11:59:50 #11 30.71 Preparing to unpack .../145-dwz_0.14-1build2_arm64.deb ...
11:59:50 #11 30.71 Unpacking dwz (0.14-1build2) ...
11:59:50 #11 30.75 Selecting previously unselected package gettext.
11:59:50 #11 30.75 Preparing to unpack .../146-gettext_0.21-8_arm64.deb ...
11:59:50 #11 30.76 Unpacking gettext (0.21-8) ...
11:59:50 #11 30.81 Selecting previously unselected package intltool-debian.
11:59:50 #11 30.81 Preparing to unpack .../147-intltool-debian_0.35.0+20060710.5_all.deb ...
11:59:50 #11 30.82 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:59:50 #11 30.85 Selecting previously unselected package po-debconf.
11:59:50 #11 30.85 Preparing to unpack .../148-po-debconf_1.0.21+nmu1_all.deb ...
11:59:50 #11 33.40 Preparing to unpack .../309-libhtml-html5-entities-perl_0.004-2_all.deb ...
11:59:50 #11 33.41 Unpacking libhtml-html5-entities-perl (0.004-2) ...
11:59:50 #11 33.43 Selecting previously unselected package libhtml-tokeparser-simple-perl.
11:59:50 #11 33.43 Preparing to unpack .../310-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
11:59:50 #11 33.44 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
11:59:50 #11 33.46 Selecting previously unselected package libhttp-daemon-perl.
11:59:50 #11 33.47 Preparing to unpack .../311-libhttp-daemon-perl_6.14-1.1_all.deb ...
11:59:50 #11 33.47 Unpacking libhttp-daemon-perl (6.14-1.1) ...
11:59:50 #11 33.50 Selecting previously unselected package libindirect-perl.
11:59:50 #11 33.50 Preparing to unpack .../312-libindirect-perl_0.39-2_amd64.deb ...
11:59:50 #11 33.50 Unpacking libindirect-perl (0.39-2) ...
11:59:50 #11 33.53 Selecting previously unselected package libio-interactive-perl.
11:59:50 #11 33.53 Preparing to unpack .../313-libio-interactive-perl_1.023-1_all.deb ...
11:59:50 #11 33.54 Unpacking libio-interactive-perl (1.023-1) ...
11:59:50 #11 33.56 Selecting previously unselected package libtypes-serialiser-perl.
11:59:50 #11 33.56 Preparing to unpack .../314-libtypes-serialiser-perl_1.01-1_all.deb ...
11:59:50 #11 33.57 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:59:50 #11 33.60 Selecting previously unselected package libjson-xs-perl.
11:59:50 #11 33.60 Preparing to unpack .../315-libjson-xs-perl_4.030-1build3_amd64.deb ...
11:59:50 #11 33.60 Unpacking libjson-xs-perl (4.030-1build3) ...
11:59:50 #11 33.63 Selecting previously unselected package libjson-maybexs-perl.
11:59:50 #11 33.63 Preparing to unpack .../316-libjson-maybexs-perl_1.004003-1_all.deb ...
11:59:50 #11 33.64 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:59:50 #11 33.66 Selecting previously unselected package libldap-common.
11:59:50 #11 33.67 Preparing to unpack .../317-libldap-common_2.5.13+dfsg-1ubuntu1_all.deb ...
11:59:50 #11 33.67 Unpacking libldap-common (2.5.13+dfsg-1ubuntu1) ...
11:59:50 #11 33.69 Selecting previously unselected package liblist-compare-perl.
11:59:50 #11 33.70 Preparing to unpack .../318-liblist-compare-perl_0.55-1_all.deb ...
11:59:50 #11 33.70 Unpacking liblist-compare-perl (0.55-1) ...
11:59:50 #11 33.73 Selecting previously unselected package liblist-someutils-perl.
11:59:50 #11 33.73 Preparing to unpack .../319-liblist-someutils-perl_0.58-1_all.deb ...
11:59:50 #10 34.47 Preparing to unpack .../249-libemail-address-xs-perl_1.05-1+b1_arm64.deb ...
11:59:50 #10 34.48 Unpacking libemail-address-xs-perl (1.05-1+b1) ...
11:59:50 #10 34.51 Selecting previously unselected package libexporter-tiny-perl.
11:59:50 #10 34.52 Preparing to unpack .../250-libexporter-tiny-perl_1.006000-1_all.deb ...
11:59:50 #10 34.52 Unpacking libexporter-tiny-perl (1.006000-1) ...
11:59:50 #10 34.58 Selecting previously unselected package libfcgi-bin.
11:59:50 #10 34.59 Preparing to unpack .../251-libfcgi-bin_2.4.2-2_arm64.deb ...
11:59:50 #10 34.59 Unpacking libfcgi-bin (2.4.2-2) ...
11:59:50 #10 34.63 Selecting previously unselected package libindirect-perl.
11:59:50 #10 34.63 Preparing to unpack .../252-libindirect-perl_0.39-2+b1_arm64.deb ...
11:59:50 #10 34.63 Unpacking libindirect-perl (0.39-2+b1) ...
11:59:50 #10 34.66 Selecting previously unselected package libxs-parse-keyword-perl.
11:59:50 #10 34.67 Preparing to unpack .../253-libxs-parse-keyword-perl_0.32-1_arm64.deb ...
11:59:50 #10 34.67 Unpacking libxs-parse-keyword-perl (0.32-1) ...
11:59:50 #10 34.71 Selecting previously unselected package libxs-parse-sublike-perl:arm64.
11:59:50 #10 19.87 Selecting previously unselected package libkrb5-3:armhf.
11:59:50 #10 19.88 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u5_armhf.deb ...
11:59:50 #10 19.88 Unpacking libkrb5-3:armhf (1.17-3+deb10u5) ...
11:59:50 #10 19.97 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:59:50 #10 19.98 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u5_armhf.deb ...
11:59:50 #10 19.98 Unpacking libgssapi-krb5-2:armhf (1.17-3+deb10u5) ...
11:59:50 #10 20.03 Selecting previously unselected package libicu63:armhf.
11:59:50 #10 20.03 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_armhf.deb ...
11:59:50 #10 20.04 Unpacking libicu63:armhf (63.1-6+deb10u3) ...
11:59:50 #10 34.53 Preparing to unpack .../178-libparams-util-perl_1.07-3build3_amd64.deb ...
11:59:50 #10 34.54 Unpacking libparams-util-perl (1.07-3build3) ...
11:59:50 #10 34.56 Selecting previously unselected package libsub-install-perl.
11:59:50 #10 34.57 Preparing to unpack .../179-libsub-install-perl_0.928-1_all.deb ...
11:59:50 #10 34.57 Unpacking libsub-install-perl (0.928-1) ...
11:59:50 #10 34.60 Selecting previously unselected package libdata-optlist-perl.
11:59:50 #10 34.60 Preparing to unpack .../180-libdata-optlist-perl_0.110-1_all.deb ...
11:59:50 #10 34.61 Unpacking libdata-optlist-perl (0.110-1) ...
11:59:50 #10 34.63 Selecting previously unselected package libdevel-globaldestruction-perl.
11:59:50 #10 34.63 Preparing to unpack .../181-libdevel-globaldestruction-perl_0.14-1_all.deb ...
11:59:50 #10 34.64 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
11:59:50 #10 34.66 Selecting previously unselected package libdigest-hmac-perl.
11:59:50 #10 34.66 Preparing to unpack .../182-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
11:59:50 #10 34.67 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
11:59:50 #10 34.69 Selecting previously unselected package libdistro-info-perl.
11:59:50 #10 34.69 Preparing to unpack .../183-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
11:59:50 #10 34.70 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
11:59:50 #10 34.72 Selecting previously unselected package perl-openssl-defaults:amd64.
11:59:50 #10 34.73 Preparing to unpack .../184-perl-openssl-defaults_3build1_amd64.deb ...
11:59:50 #10 34.73 Unpacking perl-openssl-defaults:amd64 (3build1) ...
11:59:50 #10 34.76 Selecting previously unselected package libnet-ssleay-perl.
11:59:50 #11 33.31 Preparing to unpack .../305-libpod-constants-perl_0.19-2_all.deb ...
11:59:50 #11 33.32 Unpacking libpod-constants-perl (0.19-2) ...
11:59:50 #11 33.34 Selecting previously unselected package libproc-processtable-perl:amd64.
11:59:50 #11 33.35 Preparing to unpack .../306-libproc-processtable-perl_0.634-1build1_amd64.deb ...
11:59:50 #11 33.35 Unpacking libproc-processtable-perl:amd64 (0.634-1build1) ...
11:59:50 #11 33.38 Selecting previously unselected package libre2-9:amd64.
11:59:50 #11 33.38 Preparing to unpack .../307-libre2-9_20220201+dfsg-1_amd64.deb ...
11:59:50 #11 33.39 Unpacking libre2-9:amd64 (20220201+dfsg-1) ...
11:59:50 #11 33.42 Selecting previously unselected package libre-engine-re2-perl:amd64.
11:59:50 #11 33.42 Preparing to unpack .../308-libre-engine-re2-perl_0.14-1build2_amd64.deb ...
11:59:50 #11 33.42 Unpacking libre-engine-re2-perl:amd64 (0.14-1build2) ...
11:59:50 #11 33.45 Selecting previously unselected package libreadonly-perl.
11:59:50 #11 33.45 Preparing to unpack .../309-libreadonly-perl_2.050-3_all.deb ...
11:59:50 #11 33.45 Unpacking libreadonly-perl (2.050-3) ...
11:59:50 #11 33.48 Selecting previously unselected package libref-util-perl.
11:59:50 #11 33.48 Preparing to unpack .../310-libref-util-perl_0.204-1_all.deb ...
11:59:50 #11 33.49 Unpacking libref-util-perl (0.204-1) ...
11:59:50 #11 33.51 Selecting previously unselected package libref-util-xs-perl.
11:59:50 #11 33.51 Preparing to unpack .../311-libref-util-xs-perl_0.117-1build5_amd64.deb ...
11:59:50 #11 33.52 Unpacking libref-util-xs-perl (0.117-1build5) ...
11:59:50 #11 33.55 Selecting previously unselected package libregexp-pattern-license-perl.
11:59:50 #11 33.55 Preparing to unpack .../312-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
11:59:50 #11 33.55 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
11:59:50 #11 33.58 Selecting previously unselected package libregexp-pattern-perl.
11:59:50 #11 33.58 Preparing to unpack .../313-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:59:50 #11 33.58 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:59:50 #11 33.62 Selecting previously unselected package libsasl2-modules:amd64.
11:59:50 #11 33.62 Preparing to unpack .../314-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ...
11:59:50 #12 21.43 CentOS Stream 8 - PowerTools                    6.8 MB/s | 5.6 MB     00:00    
11:59:50 #10 32.61 Selecting previously unselected package libgitlab-api-v4-perl.
11:59:50 #10 32.61 Preparing to unpack .../252-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:59:50 #10 32.62 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:59:50 #10 32.67 Selecting previously unselected package libglib2.0-0:arm64.
11:59:50 #10 32.67 Preparing to unpack .../253-libglib2.0-0_2.66.8-1_arm64.deb ...
11:59:50 #10 32.67 Unpacking libglib2.0-0:arm64 (2.66.8-1) ...
11:59:50 #10 32.80 Selecting previously unselected package libglib2.0-data.
11:59:50 #11 34.33 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2.2_all.deb ...
11:59:50 #11 34.34 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
11:59:50 #11 34.38 Selecting previously unselected package libfile-which-perl.
11:59:50 #11 34.38 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ...
11:59:50 #11 34.39 Unpacking libfile-which-perl (1.23-1) ...
11:59:50 #11 34.42 Selecting previously unselected package libfile-homedir-perl.
11:59:50 #11 34.42 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ...
11:59:50 #11 34.43 Unpacking libfile-homedir-perl (1.004-1) ...
11:59:50 #11 34.46 Selecting previously unselected package libio-pty-perl.
11:59:50 #11 34.46 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ...
11:59:50 #11 34.47 Unpacking libio-pty-perl (1:1.12-1) ...
11:59:50 #11 34.51 Selecting previously unselected package libipc-run-perl.
11:59:50 #11 34.51 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ...
11:59:50 #11 34.51 Unpacking libipc-run-perl (20180523.0-2) ...
11:59:50 #11 34.55 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:50 #11 34.55 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:59:50 #11 34.56 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:59:50 #11 34.58 Selecting previously unselected package libb-hooks-op-check-perl.
11:59:50 #11 17.40 debconf: delaying package configuration, since apt-utils is not installed
11:59:50 #11 17.46 Fetched 91.5 MB in 9s (9869 kB/s)
11:59:50 #11 17.48 Selecting previously unselected package liblocale-gettext-perl.
11:59:50 #11 17.48 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4118 files and directories currently installed.)
11:59:50 #11 17.48 Preparing to unpack .../liblocale-gettext-perl_1.07-4_armhf.deb ...
11:59:50 #11 17.48 Unpacking liblocale-gettext-perl (1.07-4) ...
11:59:50 #11 17.57 Selecting previously unselected package libssl1.1:armhf.
11:59:50 #11 17.57 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.16_armhf.deb ...
11:59:50 #11 17.58 Unpacking libssl1.1:armhf (1.1.1f-1ubuntu2.16) ...
11:59:50 #11 24.98 Preparing to unpack .../082-libtsan0_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:59:50 #11 24.98 Unpacking libtsan0:arm64 (11.3.0-1ubuntu1~22.04) ...
11:59:50 #11 25.07 Selecting previously unselected package libubsan1:arm64.
11:59:50 #11 25.07 Preparing to unpack .../083-libubsan1_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:59:50 #11 25.07 Unpacking libubsan1:arm64 (12.1.0-2ubuntu1~22.04) ...
11:59:50 #12 21.50 (16/84): python3-rpm-macros-3-44.el8.noarch.rpm 3.2 MB/s |  15 kB     00:00    
11:59:50 #12 21.51 (17/84): python3-systemd-234-8.el8.aarch64.rpm   13 MB/s |  80 kB     00:00    
11:59:50 #12 21.51 (18/84): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 2.2 MB/s |  11 kB     00:00    
11:59:50 #12 21.52 (19/84): redhat-rpm-config-130-1.el8.noarch.rpm  15 MB/s |  90 kB     00:00    
11:59:50 #12 21.56 (20/84): rpm-build-4.14.3-26.el8.aarch64.rpm    4.4 MB/s | 173 kB     00:00    
11:59:50 #12 21.58 (21/84): gdb-headless-8.2-19.el8.aarch64.rpm     22 MB/s | 3.1 MB     00:00    
11:59:50 #12 21.58 (22/84): rust-srpm-macros-5-2.el8.noarch.rpm    1.8 MB/s | 9.2 kB     00:00    
11:59:50 #12 21.60 (23/84): guile-2.0.14-7.el8.aarch64.rpm          23 MB/s | 3.5 MB     00:00    
11:59:50 #12 21.63 (24/84): zstd-1.4.4-1.el8.aarch64.rpm           6.5 MB/s | 303 kB     00:00    
11:59:50 #12 21.64 (25/84): bzip2-1.0.6-26.el8.aarch64.rpm         8.6 MB/s |  60 kB     00:00    
11:59:50 #12 21.67 (26/84): cpio-2.12-11.el8.aarch64.rpm           7.8 MB/s | 260 kB     00:00    
11:59:50 #12 21.68 (27/84): diffutils-3.6-6.el8.aarch64.rpm         34 MB/s | 352 kB     00:00    
11:59:50 #12 21.69 (28/84): dnf-plugins-core-4.0.21-18.el8.noarch.  12 MB/s |  75 kB     00:00    
11:59:50 #12 21.71 (29/84): elfutils-0.187-4.el8.aarch64.rpm        34 MB/s | 529 kB     00:00    
11:59:50 #12 21.71 (30/84): elfutils-debuginfod-client-0.187-4.el8  11 MB/s |  72 kB     00:00    
11:59:50 #12 21.72 (31/84): emacs-filesystem-26.1-9.el8.noarch.rpm  11 MB/s |  70 kB     00:00    
11:59:50 #12 21.73 (32/84): file-5.33-21.el8.aarch64.rpm            16 MB/s |  77 kB     00:00    
11:59:50 #12 21.76 (33/84): binutils-2.30-119.el8.aarch64.rpm       37 MB/s | 6.1 MB     00:00    
11:59:50 #12 21.78 (34/84): glibc-gconv-extra-2.28-211.el8.aarch64  36 MB/s | 1.8 MB     00:00    
11:59:50 #12 21.78 (35/84): libbabeltrace-1.5.4-4.el8.aarch64.rpm   26 MB/s | 189 kB     00:00    
11:59:50 #12 21.79 (36/84): libpkgconf-1.4.2-1.el8.aarch64.rpm     8.8 MB/s |  34 kB     00:00    
11:59:50 #12 21.80 (37/84): groff-base-1.22.3-18.el8.aarch64.rpm    30 MB/s | 989 kB     00:00    
11:59:50 #12 21.80 (38/84): libtool-ltdl-2.4.6-25.el8.aarch64.rpm  4.7 MB/s |  57 kB     00:00    
11:59:50 #12 21.81 (39/84): ncurses-6.1-9.20180224.el8.aarch64.rpm  34 MB/s | 383 kB     00:00    
11:59:50 #10 34.18 Preparing to unpack .../214-libfribidi0_1.0.5-3.1+deb10u2_arm64.deb ...
11:59:50 #10 34.19 Unpacking libfribidi0:arm64 (1.0.5-3.1+deb10u2) ...
11:59:50 #10 34.23 Selecting previously unselected package libfuture-perl.
11:59:50 #10 34.23 Preparing to unpack .../215-libfuture-perl_0.39-1_all.deb ...
11:59:50 #10 34.24 Unpacking libfuture-perl (0.39-1) ...
11:59:50 #10 34.28 Selecting previously unselected package libio-stringy-perl.
11:59:50 #10 34.28 Preparing to unpack .../216-libio-stringy-perl_2.111-3_all.deb ...
11:59:50 #10 34.28 Unpacking libio-stringy-perl (2.111-3) ...
11:59:50 #10 34.33 Selecting previously unselected package libparams-validate-perl.
11:59:50 #10 34.33 Preparing to unpack .../217-libparams-validate-perl_1.29-1+b1_arm64.deb ...
11:59:50 #10 34.33 Unpacking libparams-validate-perl (1.29-1+b1) ...
11:59:50 #10 34.37 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:59:50 #10 34.38 Preparing to unpack .../218-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
11:59:50 #10 34.38 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
11:59:50 #10 34.42 Selecting previously unselected package libsort-versions-perl.
11:59:50 #11 32.20 Selecting previously unselected package dput.
11:59:50 #11 32.20 Preparing to unpack .../196-dput_1.0.3ubuntu1_all.deb ...
11:59:50 #11 32.21 Unpacking dput (1.0.3ubuntu1) ...
11:59:50 #11 32.25 Selecting previously unselected package libcurl3-gnutls:arm64.
11:59:50 #11 32.25 Preparing to unpack .../197-libcurl3-gnutls_7.68.0-1ubuntu2.15_arm64.deb ...
11:59:50 #11 32.26 Unpacking libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.15) ...
11:59:50 #11 32.30 Selecting previously unselected package liberror-perl.
11:59:50 #11 32.30 Preparing to unpack .../198-liberror-perl_0.17029-1_all.deb ...
11:59:50 #11 32.31 Unpacking liberror-perl (0.17029-1) ...
11:59:50 #11 32.34 Selecting previously unselected package git-man.
11:59:50 #11 32.34 Preparing to unpack .../199-git-man_1%3a2.25.1-1ubuntu3.8_all.deb ...
11:59:50 #11 32.35 Unpacking git-man (1:2.25.1-1ubuntu3.8) ...
11:59:50 #10 24.50 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
11:59:50 #10 24.57 Selecting previously unselected package xz-utils.
11:59:50 #10 24.57 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_armhf.deb ...
11:59:50 #10 24.58 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
11:59:50 #10 24.62 Selecting previously unselected package gettext-base.
11:59:50 #10 24.62 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_armhf.deb ...
11:59:50 #10 24.62 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
11:59:50 #10 24.69 Selecting previously unselected package iso-codes.
11:59:50 #10 24.69 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
11:59:50 #10 24.69 Unpacking iso-codes (3.79-1) ...
11:59:50 #10 34.15 Preparing to unpack .../247-libsort-key-perl_1.33-2_arm64.deb ...
11:59:50 #10 34.16 Unpacking libsort-key-perl (1.33-2) ...
11:59:50 #10 34.19 Selecting previously unselected package libstring-copyright-perl.
11:59:50 #10 34.19 Preparing to unpack .../248-libstring-copyright-perl_0.003005-1_all.deb ...
11:59:50 #10 34.19 Unpacking libstring-copyright-perl (0.003005-1) ...
11:59:50 #10 34.27 Selecting previously unselected package libstring-escape-perl.
11:59:50 #10 34.27 Preparing to unpack .../249-libstring-escape-perl_2010.002-2_all.deb ...
11:59:50 #10 34.27 Unpacking libstring-escape-perl (2010.002-2) ...
11:59:50 #10 34.31 Selecting previously unselected package libtext-levenshtein-perl.
11:59:50 #10 34.31 Preparing to unpack .../250-libtext-levenshtein-perl_0.13-1_all.deb ...
11:59:50 #10 34.31 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:59:50 #10 34.36 Selecting previously unselected package libunicode-utf8-perl.
11:59:50 #10 34.36 Preparing to unpack .../251-libunicode-utf8-perl_0.60-1build4_arm64.deb ...
11:59:50 #10 34.37 Unpacking libunicode-utf8-perl (0.60-1build4) ...
11:59:50 #10 34.41 Selecting previously unselected package libxml-namespacesupport-perl.
11:59:50 #10 34.42 Preparing to unpack .../252-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:59:50 #10 34.42 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:59:50 #10 34.46 Selecting previously unselected package libxml-sax-base-perl.
11:59:50 #10 34.47 Preparing to unpack .../253-libxml-sax-base-perl_1.09-1_all.deb ...
11:59:50 #10 34.47 Unpacking libxml-sax-base-perl (1.09-1) ...
11:59:50 #10 34.52 Selecting previously unselected package libxml-sax-perl.
11:59:50 #10 37.24 Selecting previously unselected package libpcre2-8-0:amd64.
11:59:50 #10 37.24 Preparing to unpack .../163-libpcre2-8-0_10.32-5_amd64.deb ...
11:59:50 #10 37.25 Unpacking libpcre2-8-0:amd64 (10.32-5) ...
11:59:50 #10 37.30 Selecting previously unselected package liberror-perl.
11:59:50 #10 37.30 Preparing to unpack .../164-liberror-perl_0.17027-2_all.deb ...
11:59:50 #10 37.30 Unpacking liberror-perl (0.17027-2) ...
11:59:50 #10 37.34 Selecting previously unselected package git-man.
11:59:50 #10 37.34 Preparing to unpack .../165-git-man_1%3a2.20.1-2+deb10u7_all.deb ...
11:59:50 #10 37.35 Unpacking git-man (1:2.20.1-2+deb10u7) ...
11:59:50 #16 exporting layers 1.6s done
11:59:50 #16 writing image sha256:7532337554c49157dd0fcc19ed46904a5a484681bf895bdd5dd1525e1d1d153b done
11:59:50 #16 naming to docker.io/rpmbuild-centos-7/aarch64 done
11:59:50 #16 DONE 1.6s
11:59:50 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 ab4ef4a' --define '_gitcommit_engine a25ab92' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.15.1' --define '_compose_version v2.15.1' --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:59:50 #11 30.85 Unpacking po-debconf (1.0.21+nmu1) ...
11:59:50 #11 30.90 Selecting previously unselected package debhelper.
11:59:50 #11 30.90 Preparing to unpack .../149-debhelper_13.9.1ubuntu1_all.deb ...
11:59:50 #11 30.90 Unpacking debhelper (13.9.1ubuntu1) ...
11:59:50 #11 30.96 Selecting previously unselected package libfakeroot:arm64.
11:59:50 #11 30.96 Preparing to unpack .../150-libfakeroot_1.29-1ubuntu1_arm64.deb ...
11:59:50 #11 30.97 Unpacking libfakeroot:arm64 (1.29-1ubuntu1) ...
11:59:50 #11 31.01 Selecting previously unselected package fakeroot.
11:59:50 #11 31.01 Preparing to unpack .../151-fakeroot_1.29-1ubuntu1_arm64.deb ...
11:59:50 #11 31.01 Unpacking fakeroot (1.29-1ubuntu1) ...
11:59:50 #11 31.05 Selecting previously unselected package libassuan0:arm64.
11:59:50 #11 31.05 Preparing to unpack .../152-libassuan0_2.5.5-4_arm64.deb ...
11:59:50 #11 31.06 Unpacking libassuan0:arm64 (2.5.5-4) ...
11:59:50 #11 31.09 Selecting previously unselected package gpgconf.
11:59:50 #11 33.73 Unpacking liblist-someutils-perl (0.58-1) ...
11:59:50 #11 33.76 Selecting previously unselected package liblist-someutils-xs-perl.
11:59:50 #11 33.76 Preparing to unpack .../320-liblist-someutils-xs-perl_0.58-2build3_amd64.deb ...
11:59:50 #11 33.77 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
11:59:50 #11 33.80 Selecting previously unselected package liblist-utilsby-perl.
11:59:50 #11 33.80 Preparing to unpack .../321-liblist-utilsby-perl_0.12-1_all.deb ...
11:59:50 #11 33.80 Unpacking liblist-utilsby-perl (0.12-1) ...
11:59:50 #11 33.83 Selecting previously unselected package libltdl7:amd64.
11:59:50 #11 33.83 Preparing to unpack .../322-libltdl7_2.4.7-4_amd64.deb ...
11:59:50 #11 33.84 Unpacking libltdl7:amd64 (2.4.7-4) ...
11:59:50 #11 33.86 Selecting previously unselected package libltdl-dev:amd64.
11:59:50 #11 33.86 Preparing to unpack .../323-libltdl-dev_2.4.7-4_amd64.deb ...
11:59:50 #11 33.87 Unpacking libltdl-dev:amd64 (2.4.7-4) ...
11:59:50 #11 33.91 Selecting previously unselected package liblzo2-2:amd64.
11:59:50 #11 33.91 Preparing to unpack .../324-liblzo2-2_2.10-2build3_amd64.deb ...
11:59:50 #11 33.92 Unpacking liblzo2-2:amd64 (2.10-2build3) ...
11:59:50 #11 33.94 Selecting previously unselected package libsys-hostname-long-perl.
11:59:50 #10 34.71 Preparing to unpack .../254-libxs-parse-sublike-perl_0.16-1+b2_arm64.deb ...
11:59:50 #10 34.72 Unpacking libxs-parse-sublike-perl:arm64 (0.16-1+b2) ...
11:59:50 #10 34.76 Selecting previously unselected package libobject-pad-perl.
11:59:50 #10 34.76 Preparing to unpack .../255-libobject-pad-perl_0.78-1_arm64.deb ...
11:59:50 #10 34.76 Unpacking libobject-pad-perl (0.78-1) ...
11:59:50 #10 34.80 Selecting previously unselected package libfeature-compat-class-perl.
11:59:50 #10 34.80 Preparing to unpack .../256-libfeature-compat-class-perl_0.05-1_all.deb ...
11:59:50 #10 34.81 Unpacking libfeature-compat-class-perl (0.05-1) ...
11:59:50 #10 34.84 Selecting previously unselected package libsyntax-keyword-try-perl.
11:59:50 #10 34.84 Preparing to unpack .../257-libsyntax-keyword-try-perl_0.28-1_arm64.deb ...
11:59:50 #10 34.84 Unpacking libsyntax-keyword-try-perl (0.28-1) ...
11:59:50 #10 34.87 Selecting previously unselected package libfeature-compat-try-perl.
11:59:50 #10 34.88 Preparing to unpack .../258-libfeature-compat-try-perl_0.05-1_all.deb ...
11:59:50 #10 34.88 Unpacking libfeature-compat-try-perl (0.05-1) ...
11:59:50 #10 34.91 Selecting previously unselected package libipc-system-simple-perl.
11:59:50 #10 34.92 Preparing to unpack .../259-libipc-system-simple-perl_1.30-2_all.deb ...
11:59:50 #10 34.92 Unpacking libipc-system-simple-perl (1.30-2) ...
11:59:50 #10 34.95 Selecting previously unselected package libfile-basedir-perl.
11:59:50 #10 34.76 Preparing to unpack .../185-libnet-ssleay-perl_1.84-1ubuntu0.2_amd64.deb ...
11:59:50 #10 34.77 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
11:59:50 #10 34.82 Selecting previously unselected package libio-socket-ssl-perl.
11:59:50 #10 34.82 Preparing to unpack .../186-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
11:59:50 #10 34.83 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
11:59:50 #10 34.87 Selecting previously unselected package libnet-smtp-ssl-perl.
11:59:50 #10 34.87 Preparing to unpack .../187-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:59:50 #10 34.88 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:59:50 #10 34.90 Selecting previously unselected package libmailtools-perl.
11:59:50 #10 34.90 Preparing to unpack .../188-libmailtools-perl_2.18-1_all.deb ...
11:59:50 #10 34.91 Unpacking libmailtools-perl (2.18-1) ...
11:59:50 #10 34.94 Selecting previously unselected package libsocket6-perl.
11:59:50 #10 34.94 Preparing to unpack .../189-libsocket6-perl_0.27-1build2_amd64.deb ...
11:59:50 #10 34.95 Unpacking libsocket6-perl (0.27-1build2) ...
11:59:50 #10 34.98 Selecting previously unselected package libio-socket-inet6-perl.
11:59:50 #10 34.98 Preparing to unpack .../190-libio-socket-inet6-perl_2.72-2_all.deb ...
11:59:50 #10 34.98 Unpacking libio-socket-inet6-perl (2.72-2) ...
11:59:50 #10 35.01 Selecting previously unselected package libnet-ip-perl.
11:59:50 #10 35.01 Preparing to unpack .../191-libnet-ip-perl_1.26-1_all.deb ...
11:59:50 #10 35.02 Unpacking libnet-ip-perl (1.26-1) ...
11:59:50 #10 35.04 Selecting previously unselected package libnet-dns-perl.
11:59:50 #10 35.04 Preparing to unpack .../192-libnet-dns-perl_1.10-2_all.deb ...
11:59:50 #10 35.05 Unpacking libnet-dns-perl (1.10-2) ...
11:59:50 #10 35.11 Selecting previously unselected package libnet-domain-tld-perl.
11:59:50 #10 35.11 Preparing to unpack .../193-libnet-domain-tld-perl_1.75-1_all.deb ...
11:59:50 #11 33.62 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
11:59:50 #11 33.65 Selecting previously unselected package libsereal-decoder-perl.
11:59:50 #11 33.65 Preparing to unpack .../315-libsereal-decoder-perl_4.023+ds-1_amd64.deb ...
11:59:50 #11 33.66 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
11:59:50 #11 33.68 Selecting previously unselected package libsereal-encoder-perl:amd64.
11:59:50 #11 33.69 Preparing to unpack .../316-libsereal-encoder-perl_4.023+ds-1_amd64.deb ...
11:59:50 #11 33.69 Unpacking libsereal-encoder-perl:amd64 (4.023+ds-1) ...
11:59:50 #11 33.71 Selecting previously unselected package libset-intspan-perl.
11:59:50 #11 33.72 Preparing to unpack .../317-libset-intspan-perl_1.19-2_all.deb ...
11:59:50 #11 33.72 Unpacking libset-intspan-perl (1.19-2) ...
11:59:50 #11 33.75 Selecting previously unselected package libsocket6-perl.
11:59:50 #11 33.75 Preparing to unpack .../318-libsocket6-perl_0.29-1build4_amd64.deb ...
11:59:50 #11 33.75 Unpacking libsocket6-perl (0.29-1build4) ...
11:59:50 #11 33.77 Selecting previously unselected package libstring-copyright-perl.
11:59:50 #11 33.78 Preparing to unpack .../319-libstring-copyright-perl_0.003012-1_all.deb ...
11:59:50 #11 33.78 Unpacking libstring-copyright-perl (0.003012-1) ...
11:59:50 #11 33.81 Selecting previously unselected package libstring-escape-perl.
11:59:50 #11 33.81 Preparing to unpack .../320-libstring-escape-perl_2010.002-2_all.deb ...
11:59:50 #11 33.82 Unpacking libstring-escape-perl (2010.002-2) ...
11:59:50 #11 33.84 Selecting previously unselected package libstring-shellquote-perl.
11:59:50 #10 32.80 Preparing to unpack .../254-libglib2.0-data_2.66.8-1_all.deb ...
11:59:50 #10 32.80 Unpacking libglib2.0-data (2.66.8-1) ...
11:59:50 #10 32.96 Selecting previously unselected package libgpm2:arm64.
11:59:50 #10 32.96 Preparing to unpack .../255-libgpm2_1.20.7-8_arm64.deb ...
11:59:50 #10 32.96 Unpacking libgpm2:arm64 (1.20.7-8) ...
11:59:50 #10 32.99 Selecting previously unselected package libhash-fieldhash-perl.
11:59:50 #10 32.99 Preparing to unpack .../256-libhash-fieldhash-perl_0.15-1+b3_arm64.deb ...
11:59:50 #10 33.00 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
11:59:50 #10 33.03 Selecting previously unselected package libhtml-form-perl.
11:59:50 #10 33.03 Preparing to unpack .../257-libhtml-form-perl_6.07-1_all.deb ...
11:59:50 #10 33.03 Unpacking libhtml-form-perl (6.07-1) ...
11:59:50 #10 33.06 Selecting previously unselected package libhtml-format-perl.
11:59:50 #11 34.59 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ...
11:59:50 #11 34.59 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
11:59:50 #11 34.62 Selecting previously unselected package libdynaloader-functions-perl.
11:59:50 #11 34.63 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ...
11:59:50 #11 34.63 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:59:50 #11 34.66 Selecting previously unselected package libdevel-callchecker-perl.
11:59:50 #11 34.66 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ...
11:59:50 #11 34.66 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
11:59:50 #11 34.70 Selecting previously unselected package libparams-classify-perl.
11:59:50 #11 34.70 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ...
11:59:50 #11 34.71 Unpacking libparams-classify-perl (0.015-1build2) ...
11:59:50 #11 34.74 Selecting previously unselected package libmodule-runtime-perl.
11:59:50 #11 34.74 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ...
11:59:50 #11 34.74 Unpacking libmodule-runtime-perl (0.016-1) ...
11:59:50 #11 34.78 Selecting previously unselected package libimport-into-perl.
11:59:50 #11 34.78 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ...
11:59:50 #11 34.78 Unpacking libimport-into-perl (1.002005-1) ...
11:59:50 #11 34.81 Selecting previously unselected package librole-tiny-perl.
11:59:50 #11 34.82 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ...
11:59:50 #11 34.82 Unpacking librole-tiny-perl (2.001004-1) ...
11:59:50 #11 34.85 Selecting previously unselected package libstrictures-perl.
11:59:50 #11 34.86 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ...
11:59:50 #11 34.86 Unpacking libstrictures-perl (2.000006-1) ...
11:59:50 #11 34.90 Selecting previously unselected package libsub-quote-perl.
11:59:50 #11 34.90 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ...
11:59:50 #11 34.93 Unpacking libsub-quote-perl (2.006006-1) ...
11:59:50 #11 17.77 Selecting previously unselected package libpython3.8-minimal:armhf.
11:59:50 #11 17.77 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
11:59:50 #11 17.77 Unpacking libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.6) ...
11:59:50 #11 25.14 Selecting previously unselected package libhwasan0:arm64.
11:59:50 #11 25.15 Preparing to unpack .../084-libhwasan0_12.1.0-2ubuntu1~22.04_arm64.deb ...
11:59:50 #11 25.15 Unpacking libhwasan0:arm64 (12.1.0-2ubuntu1~22.04) ...
11:59:50 #11 25.21 Selecting previously unselected package libgcc-11-dev:arm64.
11:59:50 #11 25.21 Preparing to unpack .../085-libgcc-11-dev_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:59:50 #11 25.21 Unpacking libgcc-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
11:59:50 #11 25.30 Selecting previously unselected package gcc-11.
11:59:50 #11 25.30 Preparing to unpack .../086-gcc-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:59:50 #11 25.31 Unpacking gcc-11 (11.3.0-1ubuntu1~22.04) ...
11:59:50 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 6.7s done
11:59:50 #12 21.81 (40/84): patch-2.7.6-11.el8.aarch64.rpm          13 MB/s | 134 kB     00:00    
11:59:50 #12 21.81 (41/84): perl-Carp-1.42-396.el8.noarch.rpm      4.5 MB/s |  30 kB     00:00    
11:59:50 #12 21.82 (42/84): perl-Errno-1.28-422.el8.aarch64.rpm     12 MB/s |  76 kB     00:00    
11:59:50 #12 21.83 (43/84): perl-Exporter-5.72-396.el8.noarch.rpm  5.8 MB/s |  34 kB     00:00    
11:59:50 #12 21.83 (44/84): perl-File-Path-2.15-2.el8.noarch.rpm   6.7 MB/s |  38 kB     00:00    
11:59:50 #12 21.84 (45/84): perl-File-Temp-0.230.600-1.el8.noarch.  11 MB/s |  63 kB     00:00    
11:59:50 #12 21.85 (46/84): perl-Getopt-Long-2.50-4.el8.noarch.rpm  11 MB/s |  63 kB     00:00    
11:59:50 #12 21.85 (47/84): perl-Encode-2.97-3.el8.aarch64.rpm      34 MB/s | 1.5 MB     00:00    
11:59:50 #12 21.86 (48/84): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm  4.7 MB/s |  58 kB     00:00    
11:59:50 #12 21.86 (49/84): perl-IO-1.38-422.el8.aarch64.rpm        16 MB/s | 142 kB     00:00    
11:59:50 #12 21.87 (50/84): perl-MIME-Base64-3.15-396.el8.aarch64. 3.8 MB/s |  31 kB     00:00    
11:59:50 #12 21.87 (51/84): perl-PathTools-3.74-1.el8.aarch64.rpm   12 MB/s |  90 kB     00:00    
11:59:50 #12 21.88 (52/84): perl-Pod-Escapes-1.07-395.el8.noarch.r 2.6 MB/s |  20 kB     00:00    
11:59:50 #12 21.88 (53/84): perl-Pod-Perldoc-3.28-396.el8.noarch.r  11 MB/s |  86 kB     00:00    
11:59:50 #12 21.89 (54/84): perl-Pod-Simple-3.35-395.el8.noarch.rp  23 MB/s | 213 kB     00:00    
11:59:50 #12 21.89 (55/84): perl-Pod-Usage-1.69-395.el8.noarch.rpm 4.3 MB/s |  34 kB     00:00    
11:59:50 #12 21.89 (56/84): perl-Socket-2.027-3.el8.aarch64.rpm     11 MB/s |  59 kB     00:00    
11:59:50 #12 21.90 (57/84): perl-Scalar-List-Utils-1.49-2.el8.aarc 7.0 MB/s |  67 kB     00:00    
11:59:50 #12 21.90 (58/84): perl-Storable-3.11-3.el8.aarch64.rpm    12 MB/s |  95 kB     00:00    
11:59:50 #12 21.91 (59/84): perl-Term-ANSIColor-4.06-396.el8.noarc 6.2 MB/s |  46 kB     00:00    
11:59:50 #12 21.91 (60/84): perl-Term-Cap-1.17-395.el8.noarch.rpm  3.5 MB/s |  23 kB     00:00    
11:59:50 #12 21.91 (61/84): perl-Text-ParseWords-3.30-395.el8.noar 2.9 MB/s |  18 kB     00:00    
11:59:50 #12 21.92 (62/84): perl-Text-Tabs+Wrap-2013.0523-395.el8. 3.5 MB/s |  24 kB     00:00    
11:59:50 #12 21.92 (63/84): perl-Time-Local-1.280-1.el8.noarch.rpm 4.6 MB/s |  34 kB     00:00    
11:59:50 #12 21.92 (64/84): perl-Unicode-Normalize-1.25-396.el8.aa  11 MB/s |  78 kB     00:00    
11:59:50 #12 21.93 (65/84): perl-constant-1.33-396.el8.noarch.rpm  3.6 MB/s |  25 kB     00:00    
11:59:50 #12 21.96 (66/84): perl-libs-5.26.3-422.el8.aarch64.rpm    43 MB/s | 1.5 MB     00:00    
11:59:50 #12 21.97 (67/84): perl-macros-5.26.3-422.el8.aarch64.rpm  12 MB/s |  72 kB     00:00    
11:59:50 #12 21.97 (68/84): perl-parent-0.237-1.el8.noarch.rpm     4.4 MB/s |  20 kB     00:00    
11:59:50 #12 21.98 (69/84): perl-podlators-4.11-1.el8.noarch.rpm    20 MB/s | 118 kB     00:00    
11:59:50 #12 21.99 (70/84): perl-threads-2.21-2.el8.aarch64.rpm    9.6 MB/s |  60 kB     00:00    
11:59:50 #12 21.99 (71/84): perl-threads-shared-1.58-2.el8.aarch64 9.4 MB/s |  47 kB     00:00    
11:59:50 #12 22.00 (72/84): pkgconf-1.4.2-1.el8.aarch64.rpm        6.5 MB/s |  37 kB     00:00    
11:59:50 #12 22.00 (73/84): pkgconf-m4-1.4.2-1.el8.noarch.rpm      4.2 MB/s |  17 kB     00:00    
11:59:50 #12 22.01 (74/84): pkgconf-pkg-config-1.4.2-1.el8.aarch64 3.5 MB/s |  15 kB     00:00    
11:59:50 #12 22.02 (75/84): unzip-6.0-46.el8.aarch64.rpm            29 MB/s | 189 kB     00:00    
11:59:50 #10 34.42 Preparing to unpack .../219-libsort-versions-perl_1.62-1_all.deb ...
11:59:50 #10 34.43 Unpacking libsort-versions-perl (1.62-1) ...
11:59:50 #10 34.47 Selecting previously unselected package libgit-wrapper-perl.
11:59:50 #10 34.47 Preparing to unpack .../220-libgit-wrapper-perl_0.048-1_all.deb ...
11:59:50 #10 34.47 Unpacking libgit-wrapper-perl (0.048-1) ...
11:59:50 #10 34.51 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:59:50 #10 34.51 Preparing to unpack .../221-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
11:59:50 #10 34.52 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
11:59:50 #10 34.56 Selecting previously unselected package libio-prompter-perl.
11:59:50 #10 34.56 Preparing to unpack .../222-libio-prompter-perl_0.004015-1_all.deb ...
11:59:50 #10 34.57 Unpacking libio-prompter-perl (0.004015-1) ...
11:59:50 #10 34.61 Selecting previously unselected package libjson-perl.
11:59:50 #10 34.61 Preparing to unpack .../223-libjson-perl_4.02000-1_all.deb ...
11:59:50 #10 34.61 Unpacking libjson-perl (4.02000-1) ...
11:59:50 #10 34.66 Selecting previously unselected package liblog-any-perl.
11:59:50 #10 34.66 Preparing to unpack .../224-liblog-any-perl_1.707-1_all.deb ...
11:59:50 #10 32.76 Fedora 36 openh264 (From Cisco) - x86_64        2.8 kB/s | 2.5 kB     00:00    
11:59:50 #11 32.44 Selecting previously unselected package git.
11:59:50 #11 32.45 Preparing to unpack .../200-git_1%3a2.25.1-1ubuntu3.8_arm64.deb ...
11:59:50 #11 32.47 Unpacking git (1:2.25.1-1ubuntu3.8) ...
11:59:50 #10 34.52 Preparing to unpack .../254-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
11:59:50 #10 34.53 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
11:59:50 #10 34.57 Selecting previously unselected package libxml-libxml-perl.
11:59:50 #10 34.57 Preparing to unpack .../255-libxml-libxml-perl_2.0128+dfsg-5_arm64.deb ...
11:59:50 #10 34.57 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
11:59:50 #10 34.63 Selecting previously unselected package libxml-parser-perl.
11:59:50 #10 34.63 Preparing to unpack .../256-libxml-parser-perl_2.44-2build3_arm64.deb ...
11:59:50 #10 34.63 Unpacking libxml-parser-perl (2.44-2build3) ...
11:59:50 #10 34.68 Selecting previously unselected package libxml-sax-expat-perl.
11:59:50 #10 34.69 Preparing to unpack .../257-libxml-sax-expat-perl_0.40-2_all.deb ...
11:59:50 #10 34.69 Unpacking libxml-sax-expat-perl (0.40-2) ...
11:59:50 #10 34.72 Selecting previously unselected package libxml-simple-perl.
11:59:50 #10 34.72 Preparing to unpack .../258-libxml-simple-perl_2.24-1_all.deb ...
11:59:50 #10 34.73 Unpacking libxml-simple-perl (2.24-1) ...
11:59:51 #10 13.05 Selecting previously unselected package libgdbm6:armhf.
11:59:51 #10 13.05 Preparing to unpack .../1-libgdbm6_1.23-3_armhf.deb ...
11:59:51 #10 13.06 Unpacking libgdbm6:armhf (1.23-3) ...
11:59:51 #10 13.11 Selecting previously unselected package libgdbm-compat4:armhf.
11:59:51 #10 13.11 Preparing to unpack .../2-libgdbm-compat4_1.23-3_armhf.deb ...
11:59:51 #10 13.12 Unpacking libgdbm-compat4:armhf (1.23-3) ...
11:59:51 #10 13.17 Selecting previously unselected package libperl5.36:armhf.
11:59:51 #10 13.17 Preparing to unpack .../3-libperl5.36_5.36.0-7_armhf.deb ...
11:59:51 #10 13.17 Unpacking libperl5.36:armhf (5.36.0-7) ...
11:59:51 #10 37.51 Selecting previously unselected package git.
11:59:51 #10 37.51 Preparing to unpack .../166-git_1%3a2.20.1-2+deb10u7_amd64.deb ...
11:59:51 #10 37.53 Unpacking git (1:2.20.1-2+deb10u7) ...
11:59:51 #21 10.37 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
11:59:51 #11 13.81 Get:126 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf cpp armhf 4:12.2.0-1ubuntu1 [27.3 kB]
11:59:51 #11 13.83 Get:127 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcc1-0 armhf 12.2.0-3ubuntu1 [38.9 kB]
11:59:51 #11 13.83 Get:128 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgomp1 armhf 12.2.0-3ubuntu1 [109 kB]
11:59:51 #11 13.83 Get:129 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libatomic1 armhf 12.2.0-3ubuntu1 [7664 B]
11:59:51 #11 13.83 Get:130 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libasan8 armhf 12.2.0-3ubuntu1 [2383 kB]
11:59:51 #11 13.87 Get:131 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libubsan1 armhf 12.2.0-3ubuntu1 [950 kB]
11:59:51 #11 31.09 Preparing to unpack .../153-gpgconf_2.2.35-3ubuntu1_arm64.deb ...
11:59:51 #11 31.10 Unpacking gpgconf (2.2.35-3ubuntu1) ...
11:59:51 #11 31.13 Selecting previously unselected package libksba8:arm64.
11:59:51 #11 31.14 Preparing to unpack .../154-libksba8_1.6.0-3ubuntu1.1_arm64.deb ...
11:59:51 #11 31.14 Unpacking libksba8:arm64 (1.6.0-3ubuntu1.1) ...
11:59:51 #11 31.18 Selecting previously unselected package libnpth0:arm64.
11:59:51 #11 31.18 Preparing to unpack .../155-libnpth0_1.6-3build2_arm64.deb ...
11:59:51 #11 31.19 Unpacking libnpth0:arm64 (1.6-3build2) ...
11:59:51 #11 31.23 Selecting previously unselected package dirmngr.
11:59:51 #11 31.23 Preparing to unpack .../156-dirmngr_2.2.35-3ubuntu1_arm64.deb ...
11:59:51 #11 31.24 Unpacking dirmngr (2.2.35-3ubuntu1) ...
11:59:51 #11 31.28 Selecting previously unselected package gnupg-l10n.
11:59:51 #11 31.28 Preparing to unpack .../157-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
11:59:51 #11 31.29 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
11:59:51 #11 31.32 Selecting previously unselected package gnupg-utils.
11:59:51 #11 31.32 Preparing to unpack .../158-gnupg-utils_2.2.35-3ubuntu1_arm64.deb ...
11:59:51 #11 31.33 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
11:59:51 #11 31.36 Selecting previously unselected package gpg.
11:59:51 #11 31.37 Preparing to unpack .../159-gpg_2.2.35-3ubuntu1_arm64.deb ...
11:59:51 #11 31.37 Unpacking gpg (2.2.35-3ubuntu1) ...
11:59:51 #11 31.41 Selecting previously unselected package pinentry-curses.
11:59:51 #11 31.41 Preparing to unpack .../160-pinentry-curses_1.2.0-2ubuntu1_arm64.deb ...
11:59:51 #11 31.41 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
11:59:51 #11 31.45 Selecting previously unselected package gpg-agent.
11:59:51 #11 33.95 Preparing to unpack .../325-libsys-hostname-long-perl_1.5-2_all.deb ...
11:59:51 #11 33.95 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:59:51 #11 33.98 Selecting previously unselected package libmail-sendmail-perl.
11:59:51 #11 33.98 Preparing to unpack .../326-libmail-sendmail-perl_0.80-2_all.deb ...
11:59:51 #11 33.98 Unpacking libmail-sendmail-perl (0.80-2) ...
11:59:51 #11 34.01 Selecting previously unselected package libnet-smtp-ssl-perl.
11:59:51 #11 34.01 Preparing to unpack .../327-libnet-smtp-ssl-perl_1.04-2_all.deb ...
11:59:51 #11 34.01 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
11:59:51 #11 34.04 Selecting previously unselected package libmailtools-perl.
11:59:51 #11 34.04 Preparing to unpack .../328-libmailtools-perl_2.21-1_all.deb ...
11:59:51 #11 34.05 Unpacking libmailtools-perl (2.21-1) ...
11:59:51 #11 34.09 Selecting previously unselected package libmarkdown2:amd64.
11:59:51 #11 34.09 Preparing to unpack .../329-libmarkdown2_2.2.7-2_amd64.deb ...
11:59:51 #11 34.09 Unpacking libmarkdown2:amd64 (2.2.7-2) ...
11:59:51 #11 34.11 Selecting previously unselected package libmath-base85-perl.
11:59:51 #11 34.12 Preparing to unpack .../330-libmath-base85-perl_0.5+dfsg-1_all.deb ...
11:59:51 #11 34.12 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
11:59:51 #11 34.14 Selecting previously unselected package libmldbm-perl.
11:59:51 #11 34.15 Preparing to unpack .../331-libmldbm-perl_2.05-3_all.deb ...
11:59:51 #11 34.15 Unpacking libmldbm-perl (2.05-3) ...
11:59:51 #11 34.17 Selecting previously unselected package libmoox-aliases-perl.
11:59:51 #11 34.18 Preparing to unpack .../332-libmoox-aliases-perl_0.001006-2_all.deb ...
11:59:51 #11 34.18 Unpacking libmoox-aliases-perl (0.001006-2) ...
11:59:51 #11 34.21 Selecting previously unselected package libmouse-perl.
11:59:51 #11 34.21 Preparing to unpack .../333-libmouse-perl_2.5.10-1build4_amd64.deb ...
11:59:51 #11 34.21 Unpacking libmouse-perl (2.5.10-1build4) ...
11:59:51 #11 34.26 Selecting previously unselected package libxs-parse-keyword-perl.
11:59:51 #10 34.96 Preparing to unpack .../260-libfile-basedir-perl_0.09-2_all.deb ...
11:59:51 #10 34.96 Unpacking libfile-basedir-perl (0.09-2) ...
11:59:51 #10 34.99 Selecting previously unselected package libfile-chdir-perl.
11:59:51 #10 34.99 Preparing to unpack .../261-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:59:51 #10 35.00 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:59:51 #10 35.03 Selecting previously unselected package libfile-fcntllock-perl.
11:59:51 #10 35.03 Preparing to unpack .../262-libfile-fcntllock-perl_0.22-4+b1_arm64.deb ...
11:59:51 #10 35.04 Unpacking libfile-fcntllock-perl (0.22-4+b1) ...
11:59:51 #10 35.07 Selecting previously unselected package libnumber-compare-perl.
11:59:51 #10 35.07 Preparing to unpack .../263-libnumber-compare-perl_0.03-3_all.deb ...
11:59:51 #10 35.08 Unpacking libnumber-compare-perl (0.03-3) ...
11:59:51 #10 35.12 Selecting previously unselected package libtext-glob-perl.
11:59:51 #10 35.12 Preparing to unpack .../264-libtext-glob-perl_0.11-3_all.deb ...
11:59:51 #10 35.12 Unpacking libtext-glob-perl (0.11-3) ...
11:59:51 #10 35.16 Selecting previously unselected package libfile-find-rule-perl.
11:59:51 #10 35.16 Preparing to unpack .../265-libfile-find-rule-perl_0.34-3_all.deb ...
11:59:51 #10 35.16 Unpacking libfile-find-rule-perl (0.34-3) ...
11:59:51 #10 35.20 Selecting previously unselected package libfont-afm-perl.
11:59:51 #10 35.20 Preparing to unpack .../266-libfont-afm-perl_1.20-4_all.deb ...
11:59:51 #10 35.20 Unpacking libfont-afm-perl (1.20-4) ...
11:59:51 #10 35.29 Selecting previously unselected package libio-string-perl.
11:59:51 #10 35.30 Preparing to unpack .../267-libio-string-perl_1.08-4_all.deb ...
11:59:51 #7 ...
11:59:51 
11:59:51 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:51 #10 5.046 Reading package lists...
11:59:51 #10 6.517 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:59:51 #10 35.11 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:59:51 #10 35.14 Selecting previously unselected package libemail-valid-perl.
11:59:51 #10 35.14 Preparing to unpack .../194-libemail-valid-perl_1.202-1_all.deb ...
11:59:51 #10 35.14 Unpacking libemail-valid-perl (1.202-1) ...
11:59:51 #10 35.17 Selecting previously unselected package libencode-locale-perl.
11:59:51 #10 35.18 Preparing to unpack .../195-libencode-locale-perl_1.05-1_all.deb ...
11:59:51 #10 35.18 Unpacking libencode-locale-perl (1.05-1) ...
11:59:51 #10 35.21 Selecting previously unselected package libexporter-tiny-perl.
11:59:51 #10 35.21 Preparing to unpack .../196-libexporter-tiny-perl_1.000000-2_all.deb ...
11:59:51 #10 35.21 Unpacking libexporter-tiny-perl (1.000000-2) ...
11:59:51 #10 35.24 Selecting previously unselected package libipc-system-simple-perl.
11:59:51 #10 35.25 Preparing to unpack .../197-libipc-system-simple-perl_1.25-4_all.deb ...
11:59:51 #10 35.25 Unpacking libipc-system-simple-perl (1.25-4) ...
11:59:51 #10 35.28 Selecting previously unselected package libfile-basedir-perl.
11:59:51 #10 35.28 Preparing to unpack .../198-libfile-basedir-perl_0.07-1_all.deb ...
11:59:51 #10 35.28 Unpacking libfile-basedir-perl (0.07-1) ...
11:59:51 #10 35.31 Selecting previously unselected package libfile-chdir-perl.
11:59:51 #11 33.84 Preparing to unpack .../321-libstring-shellquote-perl_1.04-1_all.deb ...
11:59:51 #11 33.85 Unpacking libstring-shellquote-perl (1.04-1) ...
11:59:51 #11 33.87 Selecting previously unselected package libxs-parse-keyword-perl.
11:59:51 #11 33.87 Preparing to unpack .../322-libxs-parse-keyword-perl_0.21-1build1_amd64.deb ...
11:59:51 #11 33.88 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
11:59:51 #11 33.90 Selecting previously unselected package libsyntax-keyword-try-perl.
11:59:51 #11 33.91 Preparing to unpack .../323-libsyntax-keyword-try-perl_0.26-1build1_amd64.deb ...
11:59:51 #11 33.91 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
11:59:51 #11 33.94 Selecting previously unselected package libterm-readkey-perl.
11:59:51 #11 33.94 Preparing to unpack .../324-libterm-readkey-perl_2.38-1build4_amd64.deb ...
11:59:51 #11 33.94 Unpacking libterm-readkey-perl (2.38-1build4) ...
11:59:51 #11 33.97 Selecting previously unselected package libtext-levenshteinxs-perl.
11:59:51 #11 33.97 Preparing to unpack .../325-libtext-levenshteinxs-perl_0.03-4build10_amd64.deb ...
11:59:51 #11 33.98 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
11:59:51 #11 34.00 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
11:59:51 #11 34.00 Preparing to unpack .../326-libtext-markdown-discount-perl_0.13-1build1_amd64.deb ...
11:59:51 #11 34.01 Unpacking libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
11:59:51 #11 34.03 Selecting previously unselected package libtext-xslate-perl:amd64.
11:59:51 #11 34.04 Preparing to unpack .../327-libtext-xslate-perl_3.5.9-1build1_amd64.deb ...
11:59:51 #11 34.04 Unpacking libtext-xslate-perl:amd64 (3.5.9-1build1) ...
11:59:51 #11 34.08 Selecting previously unselected package libtime-duration-perl.
11:59:51 #11 34.08 Preparing to unpack .../328-libtime-duration-perl_1.21-1_all.deb ...
11:59:51 #11 34.08 Unpacking libtime-duration-perl (1.21-1) ...
11:59:51 #11 34.11 Selecting previously unselected package libtime-moment-perl.
11:59:51 #11 34.11 Preparing to unpack .../329-libtime-moment-perl_0.44-1build6_amd64.deb ...
11:59:51 #11 34.11 Unpacking libtime-moment-perl (0.44-1build6) ...
11:59:51 #11 34.14 Selecting previously unselected package libtype-tiny-xs-perl.
11:59:51 #11 34.14 Preparing to unpack .../330-libtype-tiny-xs-perl_0.022-1build2_amd64.deb ...
11:59:51 #10 33.06 Preparing to unpack .../258-libhtml-format-perl_2.12-1.1_all.deb ...
11:59:51 #13 4.605 Package bash-5.1.8-6.el9.aarch64 is already installed.
11:59:51 #13 4.618 Package bash-5.1.8-6.el9.aarch64 is already installed.
11:59:51 #13 4.619 Package ca-certificates-2022.2.54-90.2.el9.noarch is already installed.
11:59:51 #13 4.619 Package libarchive-3.5.3-4.el9.aarch64 is already installed.
11:59:51 #13 4.620 Package pkgconf-pkg-config-1.7.3-10.el9.aarch64 is already installed.
11:59:51 #13 4.620 Package tar-2:1.34-5.el9.aarch64 is already installed.
11:59:51 #13 4.633 Package bash-5.1.8-6.el9.aarch64 is already installed.
11:59:51 #13 4.714 Dependencies resolved.
11:59:51 #13 4.720 ================================================================================
11:59:51 #13 4.720  Package                   Arch      Version                  Repository   Size
11:59:51 #13 4.720 ================================================================================
11:59:51 #13 4.720 Installing:
11:59:51 #13 4.720  cmake                     aarch64   3.20.2-7.el9             appstream   6.2 M
11:59:51 #13 4.720  device-mapper-devel       aarch64   9:1.02.187-4.el9         crb          44 k
11:59:51 #13 4.720  gcc                       aarch64   11.3.1-4.3.el9           appstream    30 M
11:59:51 #13 4.720  git                       aarch64   2.39.1-1.el9             appstream    63 k
11:59:51 #13 4.720  glibc-static              aarch64   2.34-54.el9              crb         1.4 M
11:59:51 #13 4.720  libseccomp-devel          aarch64   2.5.2-2.el9              appstream    59 k
11:59:51 #13 4.720  libselinux-devel          aarch64   3.5-0.rc2.1.el9          appstream   159 k
11:59:51 #13 4.720  libtool                   aarch64   2.4.6-45.el9             appstream   582 k
11:59:51 #13 4.720  libtool-ltdl-devel        aarch64   2.4.6-45.el9             crb         161 k
11:59:51 #13 4.720  make                      aarch64   1:4.3-7.el9              baseos      535 k
11:59:51 #10 33.07 Unpacking libhtml-format-perl (2.12-1.1) ...
11:59:51 #10 33.10 Selecting previously unselected package libhtml-html5-entities-perl.
11:59:51 #13 4.720  selinux-policy-devel      noarch    38.1.5-1.el9             appstream   1.4 M
11:59:51 #10 33.10 Preparing to unpack .../259-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
11:59:51 #10 33.11 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
11:59:51 #10 33.14 Selecting previously unselected package libhttp-daemon-perl.
11:59:51 #10 33.14 Preparing to unpack .../260-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
11:59:51 #10 33.14 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
11:59:51 #10 33.24 Selecting previously unselected package libio-sessiondata-perl.
11:59:51 #10 33.24 Preparing to unpack .../261-libio-sessiondata-perl_1.03-1.1_all.deb ...
11:59:51 #10 33.25 Unpacking libio-sessiondata-perl (1.03-1.1) ...
11:59:51 #10 33.28 Selecting previously unselected package libipc-run3-perl.
11:59:51 #10 33.28 Preparing to unpack .../262-libipc-run3-perl_0.048-2_all.deb ...
11:59:51 #10 33.29 Unpacking libipc-run3-perl (0.048-2) ...
11:59:51 #10 33.32 Selecting previously unselected package libtypes-serialiser-perl.
11:59:51 #13 4.720  systemd                   aarch64   252-3.el9                baseos      3.9 M
11:59:51 #13 4.720  systemd-devel             aarch64   252-3.el9                appstream   641 k
11:59:51 #13 4.720  which                     aarch64   2.21-28.el9              baseos       41 k
11:59:51 #13 4.720 Upgrading:
11:59:51 #13 4.720  libselinux                aarch64   3.5-0.rc2.1.el9          baseos       85 k
11:59:51 #13 4.720  libselinux-utils          aarch64   3.5-0.rc2.1.el9          baseos      181 k
11:59:51 #13 4.720  libsepol                  aarch64   3.5-0.rc2.1.el9          baseos      307 k
11:59:51 #13 4.720  python3-libselinux        aarch64   3.5-0.rc2.1.el9          appstream   183 k
11:59:51 #13 4.720 Installing dependencies:
11:59:51 #13 4.720  acl                       aarch64   2.3.1-3.el9              baseos       73 k
11:59:51 #13 4.720  annobin                   aarch64   11.05-1.el9              appstream   973 k
11:59:51 #13 4.720  autoconf                  noarch    2.69-38.el9              appstream   681 k
11:59:51 #13 4.720  automake                  noarch    1.16.2-6.el9             appstream   689 k
11:59:51 #13 4.720  cmake-data                noarch    3.20.2-7.el9             appstream   2.1 M
11:59:51 #13 4.720  cmake-filesystem          aarch64   3.20.2-7.el9             appstream    23 k
11:59:51 #13 4.720  cmake-rpm-macros          noarch    3.20.2-7.el9             appstream    16 k
11:59:51 #13 4.720  cpp                       aarch64   11.3.1-4.3.el9           appstream    10 M
11:59:51 #13 4.720  dbus                      aarch64   1:1.12.20-7.el9          baseos      3.9 k
11:59:51 #13 4.720  dbus-broker               aarch64   28-7.el9                 baseos      166 k
11:59:51 #13 4.720  dbus-common               noarch    1:1.12.20-7.el9          baseos       15 k
11:59:51 #13 4.720  device-mapper             aarch64   9:1.02.187-4.el9         baseos      138 k
11:59:51 #13 4.720  device-mapper-libs        aarch64   9:1.02.187-4.el9         baseos      172 k
11:59:51 #13 4.720  gcc-plugin-annobin        aarch64   11.3.1-4.3.el9           appstream    63 k
11:59:51 #13 4.720  git-core                  aarch64   2.39.1-1.el9             appstream   4.3 M
11:59:51 #13 4.720  git-core-doc              noarch    2.39.1-1.el9             appstream   2.9 M
11:59:51 #13 4.720  glibc-devel               aarch64   2.34-54.el9              appstream   563 k
11:59:51 #13 4.720  kernel-headers            aarch64   5.14.0-247.el9           appstream   4.6 M
11:59:51 #13 4.720  kmod-libs                 aarch64   28-7.el9                 baseos       63 k
11:59:51 #13 4.720  libasan                   aarch64   11.3.1-4.3.el9           appstream   430 k
11:59:51 #13 4.720  libatomic                 aarch64   11.3.1-4.3.el9           baseos       55 k
11:59:51 #13 4.720  libcbor                   aarch64   0.7.0-5.el9              baseos       56 k
11:59:51 #13 4.720  libedit                   aarch64   3.1-37.20210216cvs.el9   baseos      104 k
11:59:51 #13 4.720  libfido2                  aarch64   1.6.0-7.el9              baseos       69 k
11:59:51 #13 4.720  libmpc                    aarch64   1.2.1-4.el9              appstream    63 k
11:59:51 #13 4.720  libseccomp                aarch64   2.5.2-2.el9              baseos       72 k
11:59:51 #13 4.720  libsepol-devel            aarch64   3.5-0.rc2.1.el9          appstream    48 k
11:59:51 #13 4.720  libtool-ltdl              aarch64   2.4.6-45.el9             appstream    37 k
11:59:51 #13 4.720  libubsan                  aarch64   11.3.1-4.3.el9           appstream   203 k
11:59:51 #13 4.720  libuv                     aarch64   1:1.42.0-1.el9           appstream   146 k
11:59:51 #13 4.720  libxcrypt-devel           aarch64   4.4.18-3.el9             appstream    29 k
11:59:51 #13 4.720  libxcrypt-static          aarch64   4.4.18-3.el9             crb         108 k
11:59:51 #13 4.720  llvm-libs                 aarch64   15.0.7-1.el9             appstream    20 M
11:59:51 #13 4.720  m4                        aarch64   1.4.19-1.el9             appstream   297 k
11:59:51 #13 4.720  openssh                   aarch64   8.7p1-28.el9             baseos      448 k
11:59:51 #13 4.720  openssh-clients           aarch64   8.7p1-28.el9             baseos      679 k
11:59:51 #13 4.720  pcre2-devel               aarch64   10.40-2.el9              appstream   515 k
11:59:51 #13 4.720  pcre2-utf16               aarch64   10.40-2.el9              appstream   199 k
11:59:51 #13 4.720  pcre2-utf32               aarch64   10.40-2.el9              appstream   190 k
11:59:51 #13 4.720  perl-DynaLoader           aarch64   1.47-480.el9             appstream    27 k
11:59:51 #13 4.720  perl-Error                noarch    1:0.17029-7.el9          appstream    42 k
11:59:51 #13 4.720  perl-File-Compare         noarch    1.100.600-480.el9        appstream    14 k
11:59:51 #13 4.720  perl-File-Copy            noarch    2.34-480.el9             appstream    21 k
11:59:51 #13 4.720  perl-File-Find            noarch    1.37-480.el9             appstream    27 k
11:59:51 #13 4.720  perl-Git                  noarch    2.39.1-1.el9             appstream    39 k
11:59:51 #13 4.720  perl-TermReadKey          aarch64   2.38-11.el9              appstream    36 k
11:59:51 #13 4.720  perl-Thread-Queue         noarch    3.14-460.el9             appstream    22 k
11:59:51 #13 4.720  perl-lib                  aarch64   0.65-480.el9             appstream    16 k
11:59:51 #13 4.720  perl-threads              aarch64   1:2.25-460.el9           appstream    57 k
11:59:51 #13 4.720  perl-threads-shared       aarch64   1.61-460.el9             appstream    44 k
11:59:51 #13 4.720  policycoreutils-devel     aarch64   3.5-0.rc1.2.el9          appstream   141 k
11:59:51 #13 4.720  rpm-plugin-selinux        aarch64   4.16.1.3-22.el9          baseos       18 k
11:59:51 #13 4.720  selinux-policy            noarch    38.1.5-1.el9             baseos       54 k
11:59:51 #13 4.720  selinux-policy-targeted   noarch    38.1.5-1.el9             baseos      6.8 M
11:59:51 #13 4.720  systemd-pam               aarch64   252-3.el9                baseos      244 k
11:59:51 #13 4.720  systemd-rpm-macros        noarch    252-3.el9                baseos       43 k
11:59:51 #13 4.720 
11:59:51 #13 4.720 Transaction Summary
11:59:51 #13 4.720 ================================================================================
11:59:51 #13 4.720 Install  70 Packages
11:59:51 #13 4.720 Upgrade   4 Packages
11:59:51 #13 4.720 
11:59:51 #13 4.725 Total download size: 105 M
11:59:51 #13 4.726 Downloading Packages:
11:59:51 #11 34.96 Selecting previously unselected package libmoo-perl.
11:59:51 #11 34.96 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ...
11:59:51 #11 34.96 Unpacking libmoo-perl (2.003006-1) ...
11:59:51 #11 35.02 Selecting previously unselected package libencode-locale-perl.
11:59:51 #11 35.02 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ...
11:59:51 #11 35.02 Unpacking libencode-locale-perl (1.05-1) ...
11:59:51 #11 35.05 Selecting previously unselected package libtimedate-perl.
11:59:51 #11 35.06 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ...
11:59:51 #11 35.06 Unpacking libtimedate-perl (2.3200-1) ...
11:59:51 #11 35.09 Selecting previously unselected package libhttp-date-perl.
11:59:51 #11 35.10 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ...
11:59:51 #11 35.10 Unpacking libhttp-date-perl (6.05-1) ...
11:59:51 #11 35.13 Selecting previously unselected package libfile-listing-perl.
11:59:51 #11 35.13 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ...
11:59:51 #11 35.14 Unpacking libfile-listing-perl (6.04-1) ...
11:59:51 #11 35.16 Selecting previously unselected package libhtml-tagset-perl.
11:59:51 #11 17.94 Selecting previously unselected package libexpat1:armhf.
11:59:51 #11 17.94 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_armhf.deb ...
11:59:51 #11 17.95 Unpacking libexpat1:armhf (2.2.9-1ubuntu0.6) ...
11:59:51 #11 17.99 Selecting previously unselected package python3.8-minimal.
11:59:51 #11 17.99 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
11:59:51 #11 18.00 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:59:51 #11 18.22 Setting up libssl1.1:armhf (1.1.1f-1ubuntu2.16) ...
11:59:51 #11 25.62 Selecting previously unselected package gcc.
11:59:51 #11 25.62 Preparing to unpack .../087-gcc_4%3a11.2.0-1ubuntu1_arm64.deb ...
11:59:51 #11 25.63 Unpacking gcc (4:11.2.0-1ubuntu1) ...
11:59:51 #11 25.66 Selecting previously unselected package libstdc++-11-dev:arm64.
11:59:51 #11 25.66 Preparing to unpack .../088-libstdc++-11-dev_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:59:51 #11 25.67 Unpacking libstdc++-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
11:59:51 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8
11:59:51 #12 22.05 (76/84): xz-5.2.4-4.el8.aarch64.rpm             3.8 MB/s | 153 kB     00:00    
11:59:51 #12 22.06 (77/84): zip-3.0-23.el8.aarch64.rpm              29 MB/s | 265 kB     00:00    
11:59:51 #12 22.09 (78/84): perl-interpreter-5.26.3-422.el8.aarch6  38 MB/s | 6.3 MB     00:00    
11:59:51 #12 22.10 (79/84): python3-dnf-plugins-core-4.0.21-18.el8 7.8 MB/s | 258 kB     00:00    
11:59:51 #12 22.10 (80/84): python3-rpm-4.14.3-26.el8.aarch64.rpm   13 MB/s | 156 kB     00:00    
11:59:51 #12 22.11 (81/84): rpmlint-1.10-14.el8.noarch.rpm         351 kB/s | 192 kB     00:00    
11:59:51 #12 22.11 (82/84): rpm-build-libs-4.14.3-26.el8.aarch64.r  13 MB/s | 151 kB     00:00    
11:59:51 #12 22.12 (83/84): rpm-4.14.3-26.el8.aarch64.rpm           22 MB/s | 544 kB     00:00    
11:59:51 #12 22.18 (84/84): rpm-libs-4.14.3-26.el8.aarch64.rpm     4.3 MB/s | 329 kB     00:00    
11:59:51 #12 22.19 --------------------------------------------------------------------------------
11:59:51 #12 22.19 Total                                            18 MB/s |  32 MB     00:01     
11:59:51 #10 34.66 Unpacking liblog-any-perl (1.707-1) ...
11:59:51 #10 34.71 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:59:51 #10 34.71 Preparing to unpack .../225-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:59:51 #10 34.71 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:59:51 #10 34.75 Selecting previously unselected package libpackage-stash-perl.
11:59:51 #10 34.75 Preparing to unpack .../226-libpackage-stash-perl_0.38-1_all.deb ...
11:59:51 #10 34.76 Unpacking libpackage-stash-perl (0.38-1) ...
11:59:51 #10 34.80 Selecting previously unselected package libsub-identify-perl.
11:59:51 #10 34.80 Preparing to unpack .../227-libsub-identify-perl_0.14-1+b1_arm64.deb ...
11:59:51 #10 34.80 Unpacking libsub-identify-perl (0.14-1+b1) ...
11:59:51 #10 34.84 Selecting previously unselected package libnamespace-clean-perl.
11:59:51 #10 34.84 Preparing to unpack .../228-libnamespace-clean-perl_0.27-1_all.deb ...
11:59:51 #10 34.85 Unpacking libnamespace-clean-perl (0.27-1) ...
11:59:51 #10 34.88 Selecting previously unselected package libpath-tiny-perl.
11:59:51 #10 34.89 Preparing to unpack .../229-libpath-tiny-perl_0.108-1_all.deb ...
11:59:51 #10 34.89 Unpacking libpath-tiny-perl (0.108-1) ...
11:59:51 #10 34.93 Selecting previously unselected package libtype-tiny-perl.
11:59:51 #10 34.93 Preparing to unpack .../230-libtype-tiny-perl_1.004004-1_all.deb ...
11:59:51 #10 34.94 Unpacking libtype-tiny-perl (1.004004-1) ...
11:59:51 #10 35.00 Selecting previously unselected package libgitlab-api-v4-perl.
11:59:51 #10 34.15 Fedora Modular 36 - x86_64                      2.1 MB/s | 2.4 MB     00:01    
11:59:51 #11 32.89 Selecting previously unselected package libalgorithm-diff-perl.
11:59:51 #11 32.90 Preparing to unpack .../201-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:59:51 #11 32.90 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:59:51 #11 32.94 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:59:51 #11 32.94 Preparing to unpack .../202-libalgorithm-diff-xs-perl_0.04-6_arm64.deb ...
11:59:51 #11 32.94 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
11:59:51 #11 32.99 Selecting previously unselected package libalgorithm-merge-perl.
11:59:51 #10 34.77 Selecting previously unselected package libyaml-libyaml-perl.
11:59:51 #10 34.77 Preparing to unpack .../259-libyaml-libyaml-perl_0.69+repack-1_arm64.deb ...
11:59:51 #10 34.77 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
11:59:51 #10 34.81 Selecting previously unselected package licensecheck.
11:59:51 #10 34.81 Preparing to unpack .../260-licensecheck_3.0.31-2_all.deb ...
11:59:51 #10 34.81 Unpacking licensecheck (3.0.31-2) ...
11:59:51 #10 34.85 Selecting previously unselected package patchutils.
11:59:51 #10 34.85 Preparing to unpack .../261-patchutils_0.3.4-2_arm64.deb ...
11:59:51 #10 34.85 Unpacking patchutils (0.3.4-2) ...
11:59:51 #10 34.89 Selecting previously unselected package t1utils.
11:59:51 #10 34.89 Preparing to unpack .../262-t1utils_1.41-2_arm64.deb ...
11:59:51 #10 34.89 Unpacking t1utils (1.41-2) ...
11:59:51 #10 34.93 Selecting previously unselected package lintian.
11:59:51 #10 34.94 Preparing to unpack .../263-lintian_2.5.81ubuntu1_all.deb ...
11:59:51 #10 34.94 Unpacking lintian (2.5.81ubuntu1) ...
11:59:51 #21 10.38 Preparing to unpack .../4-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
11:59:51 #21 10.38 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:59:51 #11 13.93 Get:132 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgcc-12-dev armhf 12.2.0-3ubuntu1 [857 kB]
11:59:51 #11 13.98 Get:133 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gcc-12 armhf 12.2.0-3ubuntu1 [16.2 MB]
11:59:51 #10 25.20 Selecting previously unselected package krb5-locales.
11:59:51 #10 25.20 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.3_all.deb ...
11:59:51 #10 25.21 Unpacking krb5-locales (1.16-2ubuntu0.3) ...
11:59:51 #10 25.25 Selecting previously unselected package libedit2:armhf.
11:59:51 #10 25.25 Preparing to unpack .../032-libedit2_3.1-20170329-1_armhf.deb ...
11:59:51 #10 25.25 Unpacking libedit2:armhf (3.1-20170329-1) ...
11:59:51 #10 25.30 Selecting previously unselected package libkrb5support0:armhf.
11:59:51 #10 25.30 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.3_armhf.deb ...
11:59:51 #10 25.31 Unpacking libkrb5support0:armhf (1.16-2ubuntu0.3) ...
11:59:51 #10 25.36 Selecting previously unselected package libk5crypto3:armhf.
11:59:51 #10 25.36 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.3_armhf.deb ...
11:59:51 #10 25.36 Unpacking libk5crypto3:armhf (1.16-2ubuntu0.3) ...
11:59:51 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GvQFRl
11:59:51 + umask 022
11:59:51 + cd /root/rpmbuild/BUILD
11:59:51 + cd /root/rpmbuild/BUILD
11:59:51 + rm -rf src
11:59:51 + /usr/bin/mkdir -p src
11:59:51 + cd src
11:59:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:59:51 + /usr/bin/tar -xf -
11:59:51 #11 31.45 Preparing to unpack .../161-gpg-agent_2.2.35-3ubuntu1_arm64.deb ...
11:59:51 #11 31.46 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
11:59:51 #11 31.50 Selecting previously unselected package gpg-wks-client.
11:59:51 #11 31.50 Preparing to unpack .../162-gpg-wks-client_2.2.35-3ubuntu1_arm64.deb ...
11:59:51 #11 31.51 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
11:59:51 #11 31.54 Selecting previously unselected package gpg-wks-server.
11:59:51 #11 31.54 Preparing to unpack .../163-gpg-wks-server_2.2.35-3ubuntu1_arm64.deb ...
11:59:51 #11 31.55 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
11:59:51 #11 31.58 Selecting previously unselected package gpgsm.
11:59:51 #11 31.58 Preparing to unpack .../164-gpgsm_2.2.35-3ubuntu1_arm64.deb ...
11:59:51 #11 31.59 Unpacking gpgsm (2.2.35-3ubuntu1) ...
11:59:51 #11 31.63 Selecting previously unselected package gnupg.
11:59:51 #11 31.63 Preparing to unpack .../165-gnupg_2.2.35-3ubuntu1_all.deb ...
11:59:51 #11 31.63 Unpacking gnupg (2.2.35-3ubuntu1) ...
11:59:51 #11 31.66 Selecting previously unselected package libfile-dirlist-perl.
11:59:51 #11 31.67 Preparing to unpack .../166-libfile-dirlist-perl_0.05-2_all.deb ...
11:59:51 #11 31.67 Unpacking libfile-dirlist-perl (0.05-2) ...
11:59:51 #11 31.72 Selecting previously unselected package libfile-which-perl.
11:59:51 #11 34.26 Preparing to unpack .../334-libxs-parse-keyword-perl_0.25-1_amd64.deb ...
11:59:51 #11 34.26 Unpacking libxs-parse-keyword-perl (0.25-1) ...
11:59:51 #11 34.29 Selecting previously unselected package libxs-parse-sublike-perl:amd64.
11:59:51 #11 34.29 Preparing to unpack .../335-libxs-parse-sublike-perl_0.16-1ubuntu2_amd64.deb ...
11:59:51 #11 34.30 Unpacking libxs-parse-sublike-perl:amd64 (0.16-1ubuntu2) ...
11:59:51 #11 34.33 Selecting previously unselected package libobject-pad-perl.
11:59:51 #11 34.33 Preparing to unpack .../336-libobject-pad-perl_0.68-1_amd64.deb ...
11:59:51 #11 34.33 Unpacking libobject-pad-perl (0.68-1) ...
11:59:51 #11 34.36 Selecting previously unselected package libpackage-stash-xs-perl:amd64.
11:59:51 #11 34.36 Preparing to unpack .../337-libpackage-stash-xs-perl_0.30-1_amd64.deb ...
11:59:51 #11 34.37 Unpacking libpackage-stash-xs-perl:amd64 (0.30-1) ...
11:59:51 #11 34.39 Selecting previously unselected package libpath-iterator-rule-perl.
11:59:51 #11 34.40 Preparing to unpack .../338-libpath-iterator-rule-perl_1.015-1_all.deb ...
11:59:51 #11 34.40 Unpacking libpath-iterator-rule-perl (1.015-1) ...
11:59:51 #11 34.43 Selecting previously unselected package libperlio-gzip-perl.
11:59:51 #11 34.43 Preparing to unpack .../339-libperlio-gzip-perl_0.20-1_amd64.deb ...
11:59:51 #11 34.43 Unpacking libperlio-gzip-perl (0.20-1) ...
11:59:51 #11 34.46 Selecting previously unselected package libperlio-utf8-strict-perl.
11:59:51 #11 34.46 Preparing to unpack .../340-libperlio-utf8-strict-perl_0.009-1build1_amd64.deb ...
11:59:51 #11 34.46 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
11:59:51 #10 35.30 Unpacking libio-string-perl (1.08-4) ...
11:59:51 #10 35.33 Selecting previously unselected package libfont-ttf-perl.
11:59:51 #10 35.33 Preparing to unpack .../268-libfont-ttf-perl_1.06-2_all.deb ...
11:59:51 #10 35.34 Unpacking libfont-ttf-perl (1.06-2) ...
11:59:51 #10 35.39 Selecting previously unselected package libfreezethaw-perl.
11:59:51 #10 35.40 Preparing to unpack .../269-libfreezethaw-perl_0.5001-3_all.deb ...
11:59:51 #10 35.40 Unpacking libfreezethaw-perl (0.5001-3) ...
11:59:51 #10 35.44 Selecting previously unselected package libsort-versions-perl.
11:59:51 #10 35.44 Preparing to unpack .../270-libsort-versions-perl_1.62-3_all.deb ...
11:59:51 #10 35.44 Unpacking libsort-versions-perl (1.62-3) ...
11:59:51 #10 35.47 Selecting previously unselected package libgit-wrapper-perl.
11:59:51 #10 35.48 Preparing to unpack .../271-libgit-wrapper-perl_0.048-2_all.deb ...
11:59:51 #10 35.48 Unpacking libgit-wrapper-perl (0.048-2) ...
11:59:51 #10 35.51 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:59:51 #10 35.51 Preparing to unpack .../272-libhttp-tiny-multipart-perl_0.08-2_all.deb ...
11:59:51 #10 35.32 Preparing to unpack .../199-libfile-chdir-perl_0.1008-1_all.deb ...
11:59:51 #10 35.32 Unpacking libfile-chdir-perl (0.1008-1) ...
11:59:51 #10 35.35 Selecting previously unselected package libfile-fcntllock-perl.
11:59:51 #10 35.35 Preparing to unpack .../200-libfile-fcntllock-perl_0.22-3build2_amd64.deb ...
11:59:51 #10 35.35 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
11:59:51 #10 35.38 Selecting previously unselected package libhttp-date-perl.
11:59:51 #10 35.38 Preparing to unpack .../201-libhttp-date-perl_6.02-1_all.deb ...
11:59:51 #10 35.39 Unpacking libhttp-date-perl (6.02-1) ...
11:59:51 #10 35.42 Selecting previously unselected package libfile-listing-perl.
11:59:51 #10 35.42 Preparing to unpack .../202-libfile-listing-perl_6.04-1_all.deb ...
11:59:51 #10 35.42 Unpacking libfile-listing-perl (6.04-1) ...
11:59:51 #10 35.45 Selecting previously unselected package libfont-afm-perl.
11:59:51 #10 35.45 Preparing to unpack .../203-libfont-afm-perl_1.20-2_all.deb ...
11:59:51 #10 35.45 Unpacking libfont-afm-perl (1.20-2) ...
11:59:51 #10 35.48 Selecting previously unselected package libio-stringy-perl.
11:59:51 #10 35.48 Preparing to unpack .../204-libio-stringy-perl_2.111-2_all.deb ...
11:59:51 #10 35.49 Unpacking libio-stringy-perl (2.111-2) ...
11:59:51 #10 35.53 Selecting previously unselected package libparams-validate-perl.
11:59:51 #10 35.53 Preparing to unpack .../205-libparams-validate-perl_1.29-1_amd64.deb ...
11:59:51 #10 35.55 Unpacking libparams-validate-perl (1.29-1) ...
11:59:51 #10 35.60 Selecting previously unselected package libsub-exporter-perl.
11:59:51 #10 35.60 Preparing to unpack .../206-libsub-exporter-perl_0.987-1_all.deb ...
11:59:51 #10 35.61 Unpacking libsub-exporter-perl (0.987-1) ...
11:59:51 #10 35.64 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:59:51 #11 34.15 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
11:59:51 #11 34.18 Selecting previously unselected package libunicode-utf8-perl.
11:59:51 #11 34.18 Preparing to unpack .../331-libunicode-utf8-perl_0.62-1build4_amd64.deb ...
11:59:51 #11 34.18 Unpacking libunicode-utf8-perl (0.62-1build4) ...
11:59:51 #11 34.21 Selecting previously unselected package libxml-namespacesupport-perl.
11:59:51 #11 34.21 Preparing to unpack .../332-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:59:51 #11 34.22 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:59:51 #11 34.25 Selecting previously unselected package libxml-sax-base-perl.
11:59:51 #11 34.25 Preparing to unpack .../333-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:59:51 #11 34.25 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:59:51 #11 34.29 Selecting previously unselected package libxml-sax-perl.
11:59:51 #11 34.30 Preparing to unpack .../334-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:59:51 #11 34.30 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:59:51 #11 34.35 Selecting previously unselected package libxml-libxml-perl.
11:59:51 #10 33.32 Preparing to unpack .../263-libtypes-serialiser-perl_1.01-1_all.deb ...
11:59:51 #10 33.36 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:59:51 #10 33.39 Selecting previously unselected package libjson-xs-perl.
11:59:51 #10 33.40 Preparing to unpack .../264-libjson-xs-perl_4.030-1+b1_arm64.deb ...
11:59:51 #10 33.40 Unpacking libjson-xs-perl (4.030-1+b1) ...
11:59:51 #10 33.44 Selecting previously unselected package libjson-maybexs-perl.
11:59:51 #10 33.44 Preparing to unpack .../265-libjson-maybexs-perl_1.004003-1_all.deb ...
11:59:51 #10 33.45 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:59:51 #10 33.48 Selecting previously unselected package libldap-common.
11:59:51 #10 33.48 Preparing to unpack .../266-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
11:59:51 #10 33.49 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
11:59:51 #10 33.53 Selecting previously unselected package liblist-compare-perl.
11:59:51 #10 33.53 Preparing to unpack .../267-liblist-compare-perl_0.55-1_all.deb ...
11:59:51 #10 33.53 Unpacking liblist-compare-perl (0.55-1) ...
11:59:51 #10 33.57 Selecting previously unselected package liblist-someutils-perl.
11:59:51 #11 35.16 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ...
11:59:51 #11 35.17 Unpacking libhtml-tagset-perl (3.20-4) ...
11:59:51 #11 35.20 Selecting previously unselected package liburi-perl.
11:59:51 #11 35.20 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ...
11:59:51 #11 35.21 Unpacking liburi-perl (1.76-2) ...
11:59:51 #11 35.25 Selecting previously unselected package libhtml-parser-perl.
11:59:51 #11 35.25 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ...
11:59:51 #11 35.25 Unpacking libhtml-parser-perl (3.72-5) ...
11:59:51 #11 35.29 Selecting previously unselected package libhtml-tree-perl.
11:59:51 #11 35.29 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ...
11:59:51 #11 35.30 Unpacking libhtml-tree-perl (5.07-2) ...
11:59:51 #11 35.40 Selecting previously unselected package libio-html-perl.
11:59:51 #11 25.85 Selecting previously unselected package g++-11.
11:59:51 #11 25.85 Preparing to unpack .../089-g++-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
11:59:51 #11 25.86 Unpacking g++-11 (11.3.0-1ubuntu1~22.04) ...
11:59:51 #10 35.00 Preparing to unpack .../231-libgitlab-api-v4-perl_0.16-1_all.deb ...
11:59:51 #10 35.01 Unpacking libgitlab-api-v4-perl (0.16-1) ...
11:59:51 #10 35.05 Selecting previously unselected package libglib2.0-data.
11:59:51 #10 35.05 Preparing to unpack .../232-libglib2.0-data_2.58.3-2+deb10u4_all.deb ...
11:59:51 #10 35.06 Unpacking libglib2.0-data (2.58.3-2+deb10u4) ...
11:59:51 #10 35.21 Selecting previously unselected package libgpm2:arm64.
11:59:51 #10 35.21 Preparing to unpack .../233-libgpm2_1.20.7-5_arm64.deb ...
11:59:51 #10 35.21 Unpacking libgpm2:arm64 (1.20.7-5) ...
11:59:51 #10 35.26 Selecting previously unselected package libidn11:arm64.
11:59:51 #11 32.99 Preparing to unpack .../203-libalgorithm-merge-perl_0.08-3_all.deb ...
11:59:51 #11 33.00 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:59:51 #11 33.03 Selecting previously unselected package libapt-pkg-perl.
11:59:51 #11 33.03 Preparing to unpack .../204-libapt-pkg-perl_0.1.36build3_arm64.deb ...
11:59:51 #11 33.04 Unpacking libapt-pkg-perl (0.1.36build3) ...
11:59:51 #11 33.08 Selecting previously unselected package libarchive-cpio-perl.
11:59:51 #11 33.08 Preparing to unpack .../205-libarchive-cpio-perl_0.10-1_all.deb ...
11:59:51 #11 33.08 Unpacking libarchive-cpio-perl (0.10-1) ...
11:59:51 #11 33.11 Selecting previously unselected package libarray-intspan-perl.
11:59:51 #11 33.12 Preparing to unpack .../206-libarray-intspan-perl_2.003-1_all.deb ...
11:59:51 #11 33.12 Unpacking libarray-intspan-perl (2.003-1) ...
11:59:51 #11 33.15 Selecting previously unselected package libasync-mergepoint-perl.
11:59:51 #11 33.15 Preparing to unpack .../207-libasync-mergepoint-perl_0.04-2_all.deb ...
11:59:51 #11 33.16 Unpacking libasync-mergepoint-perl (0.04-2) ...
11:59:51 #11 33.19 Selecting previously unselected package libmodule-implementation-perl.
11:59:51 #11 33.19 Preparing to unpack .../208-libmodule-implementation-perl_0.09-1_all.deb ...
11:59:51 #11 33.20 Unpacking libmodule-implementation-perl (0.09-1) ...
11:59:51 #11 33.23 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:51 #10 20.97 Selecting previously unselected package libxml2:armhf.
11:59:51 #10 20.97 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u5_armhf.deb ...
11:59:51 #10 20.98 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u5) ...
11:59:51 #10 21.09 Selecting previously unselected package manpages.
11:59:51 #10 21.09 Preparing to unpack .../016-manpages_4.16-2_all.deb ...
11:59:51 #10 35.05 Selecting previously unselected package manpages-dev.
11:59:51 #10 35.05 Preparing to unpack .../264-manpages-dev_4.15-1_all.deb ...
11:59:51 #10 35.05 Unpacking manpages-dev (4.15-1) ...
11:59:51 #10 35.27 Selecting previously unselected package python3-certifi.
11:59:51 #10 25.43 Selecting previously unselected package libkeyutils1:armhf.
11:59:51 #10 25.43 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_armhf.deb ...
11:59:51 #10 25.43 Unpacking libkeyutils1:armhf (1.5.9-9.2ubuntu2.1) ...
11:59:51 #10 25.47 Selecting previously unselected package libkrb5-3:armhf.
11:59:51 #10 25.47 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.3_armhf.deb ...
11:59:51 #10 25.48 Unpacking libkrb5-3:armhf (1.16-2ubuntu0.3) ...
11:59:51 #10 25.56 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:59:51 #10 25.56 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.3_armhf.deb ...
11:59:51 #10 25.57 Unpacking libgssapi-krb5-2:armhf (1.16-2ubuntu0.3) ...
11:59:51 #10 25.63 Selecting previously unselected package libpsl5:armhf.
11:59:51 #10 25.63 Preparing to unpack .../038-libpsl5_0.19.1-5build1_armhf.deb ...
11:59:51 #10 25.63 Unpacking libpsl5:armhf (0.19.1-5build1) ...
11:59:51 #10 13.73 Selecting previously unselected package perl.
11:59:51 #10 13.73 Preparing to unpack .../4-perl_5.36.0-7_armhf.deb ...
11:59:51 #10 13.74 Unpacking perl (5.36.0-7) ...
11:59:51 #10 13.81 Selecting previously unselected package liblocale-gettext-perl.
11:59:51 #10 13.81 Preparing to unpack .../5-liblocale-gettext-perl_1.07-5_armhf.deb ...
11:59:51 #10 38.13 Selecting previously unselected package libgc1c2:amd64.
11:59:51 #10 38.14 Preparing to unpack .../167-libgc1c2_1%3a7.6.4-0.4_amd64.deb ...
11:59:51 #10 38.16 Unpacking libgc1c2:amd64 (1:7.6.4-0.4) ...
11:59:51 #10 38.22 Selecting previously unselected package libltdl7:amd64.
11:59:51 #10 38.23 Preparing to unpack .../168-libltdl7_2.4.6-9_amd64.deb ...
11:59:51 #10 38.23 Unpacking libltdl7:amd64 (2.4.6-9) ...
11:59:51 #10 38.29 Selecting previously unselected package guile-2.2-libs:amd64.
11:59:51 #10 38.29 Preparing to unpack .../169-guile-2.2-libs_2.2.4+1-2+deb10u1_amd64.deb ...
11:59:51 #10 38.30 Unpacking guile-2.2-libs:amd64 (2.2.4+1-2+deb10u1) ...
11:59:51 #8 ...
11:59:51 
11:59:51 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:51 #11 10.48 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxml2 armhf 2.9.13+dfsg-1ubuntu0.2 [599 kB]
11:59:51 #11 10.48 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-0-2 armhf 0.2.2-1build2 [45.4 kB]
11:59:51 #11 10.48 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lsb-release all 11.1.0ubuntu4 [10.8 kB]
11:59:51 #11 10.48 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf netbase all 6.3 [12.9 kB]
11:59:51 #11 10.48 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python-apt-common all 2.4.0 [15.2 kB]
11:59:51 #11 10.48 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-apt armhf 2.4.0 [154 kB]
11:59:51 #11 10.48 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:59:51 #11 10.48 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf ucf all 3.0043 [56.1 kB]
11:59:51 #11 10.48 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bsdextrautils armhf 2.37.2-4ubuntu3 [77.1 kB]
11:59:51 #11 10.54 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmagic-mgc armhf 1:5.41-3 [257 kB]
11:59:51 #11 10.61 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmagic1 armhf 1:5.41-3 [80.2 kB]
11:59:51 #11 10.62 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf file armhf 1:5.41-3 [20.6 kB]
11:59:51 #11 10.62 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext-base armhf 0.21-4ubuntu4 [38.0 kB]
11:59:51 #11 10.62 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuchardet0 armhf 0.0.7-1build2 [75.7 kB]
11:59:51 #11 10.62 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf groff-base armhf 1.22.4-8build1 [870 kB]
11:59:51 #11 10.65 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcbor0.8 armhf 0.8.0-2ubuntu1 [19.9 kB]
11:59:51 #11 10.65 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libedit2 armhf 3.1-20210910-1build1 [78.7 kB]
11:59:51 #11 10.66 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfido2-1 armhf 1.10.0-1 [74.1 kB]
11:59:51 #11 10.66 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnghttp2-14 armhf 1.43.0-1build3 [70.1 kB]
11:59:51 #11 10.69 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpipeline1 armhf 1.5.5-1 [25.6 kB]
11:59:51 #11 10.77 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpng16-16 armhf 1.6.37-3build5 [170 kB]
11:59:51 #11 10.78 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
11:59:51 #11 10.78 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxau6 armhf 1:1.0.9-1build5 [6622 B]
11:59:51 #11 10.78 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu5 [9452 B]
11:59:51 #11 10.78 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxcb1 armhf 1.14-3ubuntu3 [46.1 kB]
11:59:51 #11 10.78 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libx11-data all 2:1.7.5-1 [119 kB]
11:59:51 #11 10.79 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libx11-6 armhf 2:1.7.5-1 [604 kB]
11:59:51 #11 10.81 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxext6 armhf 2:1.3.4-1build1 [26.4 kB]
11:59:51 #11 10.81 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxmuu1 armhf 2:1.1.3-3 [9288 B]
11:59:51 #11 10.84 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf man-db armhf 2.10.2-1 [1151 kB]
11:59:51 #11 10.92 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages all 5.10-1ubuntu1 [1375 kB]
11:59:51 #11 10.97 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssh-client armhf 1:8.9p1-3ubuntu0.1 [837 kB]
11:59:51 #11 11.02 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf publicsuffix all 20211207.1025-1 [129 kB]
11:59:51 #11 11.03 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf strace armhf 5.16-0ubuntu3 [409 kB]
11:59:51 #11 11.04 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xauth armhf 1:1.1-1build2 [23.8 kB]
11:59:51 #11 11.04 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xz-utils armhf 5.2.5-2ubuntu1 [84.6 kB]
11:59:51 #11 11.05 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsigsegv2 armhf 2.13-1ubuntu3 [13.7 kB]
11:59:51 #11 11.05 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf m4 armhf 1.4.18-5ubuntu2 [191 kB]
11:59:51 #11 11.05 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autoconf all 2.71-2 [338 kB]
11:59:51 #11 11.08 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autotools-dev all 20220109.1 [44.9 kB]
11:59:51 #11 11.08 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf automake all 1:1.16.5-1.3 [558 kB]
11:59:51 #11 11.15 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autopoint all 0.21-4ubuntu4 [422 kB]
11:59:51 #11 11.17 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf binutils-common armhf 2.38-4ubuntu2.1 [221 kB]
11:59:51 #11 11.17 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libbinutils armhf 2.38-4ubuntu2.1 [498 kB]
11:59:51 #11 11.20 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libctf-nobfd0 armhf 2.38-4ubuntu2.1 [94.4 kB]
11:59:51 #11 11.20 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libctf0 armhf 2.38-4ubuntu2.1 [94.1 kB]
11:59:51 #11 11.20 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.38-4ubuntu2.1 [3061 kB]
11:59:51 #11 11.35 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf binutils armhf 2.38-4ubuntu2.1 [3162 B]
11:59:51 #11 11.39 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc-dev-bin armhf 2.35-0ubuntu3.1 [19.0 kB]
11:59:51 #11 11.39 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf linux-libc-dev armhf 5.15.0-58.64 [1310 kB]
11:59:51 #11 11.42 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcrypt-dev armhf 1:4.4.27-1 [122 kB]
11:59:51 #11 11.42 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu6 [63.7 kB]
11:59:51 #11 11.42 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libtirpc-dev armhf 1.3.2-2ubuntu0.1 [184 kB]
11:59:51 #11 11.43 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnsl-dev armhf 1.3.0-2build2 [66.1 kB]
11:59:51 #11 11.43 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc6-dev armhf 2.35-0ubuntu3.1 [1332 kB]
11:59:51 #11 11.50 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:59:51 #11 11.50 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libisl23 armhf 0.24-2build1 [581 kB]
11:59:51 #11 11.54 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpfr6 armhf 4.1.0-3build3 [217 kB]
11:59:51 #11 11.55 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpc3 armhf 1.2.1-2build1 [39.5 kB]
11:59:51 #11 11.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:59:51 #11 12.00 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cpp armhf 4:11.2.0-1ubuntu1 [27.7 kB]
11:59:51 #11 12.02 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:59:51 #11 12.02 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libgomp1 armhf 12.1.0-2ubuntu1~22.04 [110 kB]
11:59:51 #11 12.02 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libatomic1 armhf 12.1.0-2ubuntu1~22.04 [7658 B]
11:59:51 #11 12.02 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libasan6 armhf 11.3.0-1ubuntu1~22.04 [2242 kB]
11:59:51 #11 12.06 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libubsan1 armhf 12.1.0-2ubuntu1~22.04 [959 kB]
11:59:51 #11 12.12 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:59:51 #11 12.15 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:59:51 #11 13.10 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc armhf 4:11.2.0-1ubuntu1 [5126 B]
11:59:51 #11 13.10 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:59:51 #11 13.16 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf g++-11 armhf 11.3.0-1ubuntu1~22.04 [9025 kB]
11:59:51 #11 13.62 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf g++ armhf 4:11.2.0-1ubuntu1 [1400 B]
11:59:51 #11 13.62 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf make armhf 4.3-4.1build1 [163 kB]
11:59:51 #11 14.01 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
11:59:51 #11 14.41 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bzip2 armhf 1.0.8-5build1 [34.2 kB]
11:59:51 #11 14.42 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patch armhf 2.7.6-7build2 [111 kB]
11:59:51 #11 14.44 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lto-disabled-list all 24 [12.5 kB]
11:59:51 #11 14.44 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
11:59:51 #11 14.60 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf build-essential armhf 12.9ubuntu3 [4744 B]
11:59:51 #11 14.60 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
11:59:51 #11 14.63 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg2-3ubuntu1.1 [19.0 kB]
11:59:51 #11 14.63 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg2-3ubuntu1.1 [50.7 kB]
11:59:51 #11 14.64 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:59:51 #11 14.65 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
11:59:51 #11 14.65 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
11:59:51 #11 14.66 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl4 armhf 7.81.0-1ubuntu1.7 [252 kB]
11:59:51 #11 14.67 Get:115 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf curl armhf 7.81.0-1ubuntu1.7 [188 kB]
11:59:51 #11 14.68 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dctrl-tools armhf 2.24-3build2 [57.2 kB]
11:59:51 #11 14.75 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
11:59:51 #11 14.76 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtool all 2.4.6-15build2 [164 kB]
11:59:51 #11 14.76 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-autoreconf all 20 [16.1 kB]
11:59:51 #11 14.76 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB]
11:59:51 #11 14.76 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-override-perl all 0.09-2 [9532 B]
11:59:51 #11 14.76 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:59:51 #11 14.76 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:59:51 #11 14.77 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdw1 armhf 0.186-1build1 [228 kB]
11:59:51 #11 14.83 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debugedit armhf 1:5.0-4build1 [43.3 kB]
11:59:51 #11 14.83 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dwz armhf 0.14-1build2 [99.2 kB]
11:59:51 #11 14.90 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext armhf 0.21-4ubuntu4 [805 kB]
11:59:51 #11 14.92 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:59:51 #11 14.92 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf po-debconf all 1.0.21+nmu1 [233 kB]
11:59:51 #11 14.92 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debhelper all 13.6ubuntu1 [923 kB]
11:59:51 #11 14.99 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfakeroot armhf 1.28-1ubuntu1 [26.3 kB]
11:59:51 #11 14.99 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fakeroot armhf 1.28-1ubuntu1 [62.2 kB]
11:59:51 #11 14.99 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libassuan0 armhf 2.5.5-1build1 [31.3 kB]
11:59:51 #11 14.99 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgconf armhf 2.2.27-3ubuntu2.1 [115 kB]
11:59:51 #11 14.99 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libksba8 armhf 1.6.0-2ubuntu0.2 [101 kB]
11:59:51 #11 14.99 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
11:59:51 #11 15.04 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dirmngr armhf 2.2.27-3ubuntu2.1 [320 kB]
11:59:51 #11 15.05 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
11:59:51 #11 15.05 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-utils armhf 2.2.27-3ubuntu2.1 [456 kB]
11:59:51 #11 15.12 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg armhf 2.2.27-3ubuntu2.1 [483 kB]
11:59:51 #11 15.13 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pinentry-curses armhf 1.1.1-1build2 [35.6 kB]
11:59:51 #11 15.13 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-agent armhf 2.2.27-3ubuntu2.1 [227 kB]
11:59:51 #11 15.13 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:59:51 #11 15.13 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:59:51 #11 15.13 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgsm armhf 2.2.27-3ubuntu2.1 [206 kB]
11:59:51 #11 15.13 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg all 2.2.27-3ubuntu2.1 [315 kB]
11:59:51 #11 15.19 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-dirlist-perl all 0.05-2 [7100 B]
11:59:51 #11 15.19 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
11:59:51 #11 15.19 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-homedir-perl all 1.006-1 [38.3 kB]
11:59:51 #11 15.26 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-touch-perl all 0.12-1 [9024 B]
11:59:51 #11 15.27 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-pty-perl armhf 1:1.15-2build2 [34.3 kB]
11:59:51 #11 15.27 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run-perl all 20200505.0-1 [89.8 kB]
11:59:51 #11 15.27 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:59:51 #11 15.27 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-xsaccessor-perl armhf 1.19-3build9 [33.4 kB]
11:59:51 #11 15.27 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-op-check-perl armhf 0.22-1build5 [9768 B]
11:59:51 #11 15.27 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
11:59:51 #11 15.35 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu4 [14.6 kB]
11:59:51 #11 15.35 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-classify-perl armhf 0.015-1build5 [20.4 kB]
11:59:51 #11 15.35 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:59:51 #11 15.41 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
11:59:51 #11 15.41 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB]
11:59:51 #11 15.41 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
11:59:51 #11 15.41 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoo-perl all 2.005004-3 [48.0 kB]
11:59:51 #11 15.41 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libencode-locale-perl all 1.05-1.1 [11.8 kB]
11:59:51 #11 15.41 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtimedate-perl all 2.3300-2 [34.0 kB]
11:59:51 #11 15.41 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-date-perl all 6.05-1 [9920 B]
11:59:51 #11 15.48 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-listing-perl all 6.14-1 [11.2 kB]
11:59:51 #11 15.48 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:59:51 #11 15.48 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liburi-perl all 5.10-1 [78.8 kB]
11:59:51 #11 15.56 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-parser-perl armhf 3.76-1build2 [85.3 kB]
11:59:51 #11 15.56 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
11:59:51 #11 15.56 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-html-perl all 1.004-2 [15.4 kB]
11:59:51 #11 15.56 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:59:51 #11 15.56 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-message-perl all 6.36-1 [76.8 kB]
11:59:51 #11 15.56 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:59:51 #11 15.56 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:59:51 #11 15.63 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl-openssl-defaults armhf 5build2 [7544 B]
11:59:51 #11 15.63 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ssleay-perl armhf 1.92-1build2 [311 kB]
11:59:51 #11 15.63 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-socket-ssl-perl all 2.074-2 [192 kB]
11:59:51 #11 15.71 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-http-perl all 6.22-1 [23.2 kB]
11:59:51 #11 15.71 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:59:51 #11 15.71 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtry-tiny-perl all 0.31-1 [21.8 kB]
11:59:51 #11 15.71 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:59:51 #11 15.71 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-perl all 6.61-1 [141 kB]
11:59:51 #11 15.71 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patchutils armhf 0.4.2-1build2 [74.5 kB]
11:59:51 #11 15.71 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf wdiff armhf 1.2.2-2build3 [29.3 kB]
11:59:51 #11 15.77 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf devscripts armhf 2.22.1ubuntu1 [1057 kB]
11:59:51 #11 15.79 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf diffstat armhf 1.64-1build2 [27.6 kB]
11:59:51 #11 15.79 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-chardet all 4.0.0-1 [98.0 kB]
11:59:51 #11 15.85 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf zstd armhf 1.4.8+dfsg-3build1 [597 kB]
11:59:51 #11 15.86 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-debian all 0.1.43ubuntu1 [107 kB]
11:59:51 #11 15.87 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgpgme11 armhf 1.16.0-1.2ubuntu4 [117 kB]
11:59:51 #11 15.87 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-gpg armhf 1.16.0-1.2ubuntu4 [196 kB]
11:59:51 #11 15.87 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dput all 1.1.0ubuntu2 [44.9 kB]
11:59:51 #11 15.87 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:59:51 #11 15.93 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
11:59:51 #11 15.93 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl3-gnutls armhf 7.81.0-1ubuntu1.7 [246 kB]
11:59:51 #11 15.93 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liberror-perl all 0.17029-1 [26.5 kB]
11:59:51 #11 15.95 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git-man all 1:2.34.1-1ubuntu1.6 [953 kB]
11:59:51 #11 16.00 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git armhf 1:2.34.1-1ubuntu1.6 [3497 kB]
11:59:51 #11 16.18 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:59:51 #11 16.18 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-xs-perl armhf 0.04-6build3 [11.5 kB]
11:59:51 #11 16.58 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:59:51 #11 16.65 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libaliased-perl all 0.34-1.1 [13.3 kB]
11:59:51 #11 16.68 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libapt-pkg-perl armhf 0.1.40build2 [68.4 kB]
11:59:51 #11 16.81 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-cpio-perl all 0.10-1.1 [9928 B]
11:59:51 #11 16.82 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarray-intspan-perl all 2.004-1 [24.5 kB]
11:59:51 #11 16.84 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
11:59:51 #11 16.85 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:59:51 #11 16.85 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libvariable-magic-perl armhf 0.62-1build5 [33.0 kB]
11:59:51 #11 16.88 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
11:59:51 #11 16.89 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libfreetype6 armhf 2.11.1+dfsg-1ubuntu0.1 [325 kB]
11:59:51 #11 17.00 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfontconfig1 armhf 2.13.1-4.2ubuntu5 [109 kB]
11:59:51 #11 17.01 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg-turbo8 armhf 2.1.2-0ubuntu1 [116 kB]
11:59:51 #11 17.03 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg8 armhf 8c-2ubuntu10 [2266 B]
11:59:51 #11 17.03 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdeflate0 armhf 1.10-2 [59.2 kB]
11:59:51 #11 17.04 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:59:51 #11 17.04 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwebp7 armhf 1.2.2-2 [166 kB]
11:59:51 #11 17.06 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libtiff5 armhf 4.3.0-6ubuntu0.3 [165 kB]
11:59:51 #11 17.08 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:59:51 #11 17.08 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgd3 armhf 2.3.0-2ubuntu2 [111 kB]
11:59:51 #11 17.11 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc-devtools armhf 2.35-0ubuntu3.1 [29.7 kB]
11:59:51 #11 17.11 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:59:51 #11 17.11 Get:224 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:59:51 #11 17.11 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclone-perl armhf 0.45-1build3 [10.2 kB]
11:59:51 #11 17.19 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcommon-sense-perl armhf 3.75-2build1 [21.2 kB]
11:59:51 #11 17.19 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:59:51 #11 17.19 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-util-perl armhf 1.102-1build3 [21.4 kB]
11:59:51 #11 17.19 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-install-perl all 0.928-1.1 [9972 B]
11:59:51 #11 17.19 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-optlist-perl all 0.112-1 [11.0 kB]
11:59:51 #11 17.19 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-perl all 0.988-1 [50.6 kB]
11:59:51 #10 6.664 Reading package lists...
11:59:51 #11 31.72 Preparing to unpack .../167-libfile-which-perl_1.27-1_all.deb ...
11:59:51 #11 31.72 Unpacking libfile-which-perl (1.27-1) ...
11:59:51 #11 31.76 Selecting previously unselected package libfile-homedir-perl.
11:59:51 #11 31.76 Preparing to unpack .../168-libfile-homedir-perl_1.006-1_all.deb ...
11:59:51 #11 31.77 Unpacking libfile-homedir-perl (1.006-1) ...
11:59:51 #11 31.80 Selecting previously unselected package libfile-touch-perl.
11:59:51 #11 31.80 Preparing to unpack .../169-libfile-touch-perl_0.12-1_all.deb ...
11:59:51 #11 31.81 Unpacking libfile-touch-perl (0.12-1) ...
11:59:51 #11 31.84 Selecting previously unselected package libio-pty-perl.
11:59:51 #11 31.84 Preparing to unpack .../170-libio-pty-perl_1%3a1.15-2build2_arm64.deb ...
11:59:51 #11 31.84 Unpacking libio-pty-perl (1:1.15-2build2) ...
11:59:51 #11 31.88 Selecting previously unselected package libipc-run-perl.
11:59:51 #11 31.88 Preparing to unpack .../171-libipc-run-perl_20220807.0-1_all.deb ...
11:59:51 #11 31.89 Unpacking libipc-run-perl (20220807.0-1) ...
11:59:51 #11 31.92 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:51 #11 31.92 Preparing to unpack .../172-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:59:51 #11 31.93 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:59:51 #11 31.96 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:51 #10 35.52 Unpacking libhttp-tiny-multipart-perl (0.08-2) ...
11:59:51 #10 35.55 Selecting previously unselected package libio-prompter-perl.
11:59:51 #10 35.56 Preparing to unpack .../273-libio-prompter-perl_0.004015-2_all.deb ...
11:59:51 #10 35.56 Unpacking libio-prompter-perl (0.004015-2) ...
11:59:51 #10 35.60 Selecting previously unselected package libjson-perl.
11:59:51 #10 35.60 Preparing to unpack .../274-libjson-perl_4.10000-1_all.deb ...
11:59:51 #10 35.60 Unpacking libjson-perl (4.10000-1) ...
11:59:51 #10 35.64 Selecting previously unselected package liblog-any-perl.
11:59:51 #10 35.64 Preparing to unpack .../275-liblog-any-perl_1.713-1_all.deb ...
11:59:51 #10 35.65 Unpacking liblog-any-perl (1.713-1) ...
11:59:51 #10 35.68 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:59:51 #10 35.69 Preparing to unpack .../276-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:59:51 #10 35.69 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:59:51 #10 35.72 Selecting previously unselected package libpackage-stash-perl.
11:59:51 #10 35.73 Preparing to unpack .../277-libpackage-stash-perl_0.40-1_all.deb ...
11:59:51 #10 35.73 Unpacking libpackage-stash-perl (0.40-1) ...
11:59:51 #10 35.76 Selecting previously unselected package libsub-identify-perl.
11:59:51 #11 34.49 Selecting previously unselected package libpod-parser-perl.
11:59:51 #11 34.50 Preparing to unpack .../341-libpod-parser-perl_1.65-1_all.deb ...
11:59:51 #11 34.51 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:59:51 #11 34.52 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:59:51 #11 34.52 Unpacking libpod-parser-perl (1.65-1) ...
11:59:51 #11 34.55 Selecting previously unselected package libpod-constants-perl.
11:59:51 #11 34.55 Preparing to unpack .../342-libpod-constants-perl_0.19-2_all.deb ...
11:59:51 #11 34.56 Unpacking libpod-constants-perl (0.19-2) ...
11:59:51 #11 34.59 Selecting previously unselected package libproc-processtable-perl:amd64.
11:59:51 #11 34.59 Preparing to unpack .../343-libproc-processtable-perl_0.634-1build1_amd64.deb ...
11:59:51 #11 34.59 Unpacking libproc-processtable-perl:amd64 (0.634-1build1) ...
11:59:51 #11 34.63 Selecting previously unselected package libre2-9:amd64.
11:59:51 #11 34.63 Preparing to unpack .../344-libre2-9_20220601+dfsg-1_amd64.deb ...
11:59:51 #11 34.63 Unpacking libre2-9:amd64 (20220601+dfsg-1) ...
11:59:51 #11 34.66 Selecting previously unselected package libre-engine-re2-perl:amd64.
11:59:51 #11 34.66 Preparing to unpack .../345-libre-engine-re2-perl_0.14-1build2_amd64.deb ...
11:59:51 #11 34.67 Unpacking libre-engine-re2-perl:amd64 (0.14-1build2) ...
11:59:51 #11 34.69 Selecting previously unselected package libreadonly-perl.
11:59:51 #11 34.70 Preparing to unpack .../346-libreadonly-perl_2.050-3_all.deb ...
11:59:51 #11 34.70 Unpacking libreadonly-perl (2.050-3) ...
11:59:51 #11 34.73 Selecting previously unselected package libref-util-perl.
11:59:51 #11 34.73 Preparing to unpack .../347-libref-util-perl_0.204-1_all.deb ...
11:59:51 #11 34.74 Unpacking libref-util-perl (0.204-1) ...
11:59:51 #11 34.76 Selecting previously unselected package libref-util-xs-perl.
11:59:51 #11 34.76 Preparing to unpack .../348-libref-util-xs-perl_0.117-2_amd64.deb ...
11:59:51 #11 34.77 Unpacking libref-util-xs-perl (0.117-2) ...
11:59:51 #11 34.79 Selecting previously unselected package libregexp-pattern-license-perl.
11:59:51 #10 35.64 Preparing to unpack .../207-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
11:59:51 #10 35.64 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
11:59:51 #10 35.67 Selecting previously unselected package libsort-versions-perl.
11:59:51 #10 35.67 Preparing to unpack .../208-libsort-versions-perl_1.62-1_all.deb ...
11:59:51 #10 35.68 Unpacking libsort-versions-perl (1.62-1) ...
11:59:51 #10 35.70 Selecting previously unselected package libgit-wrapper-perl.
11:59:51 #10 35.70 Preparing to unpack .../209-libgit-wrapper-perl_0.047-1_all.deb ...
11:59:51 #10 35.71 Unpacking libgit-wrapper-perl (0.047-1) ...
11:59:51 #10 35.73 Selecting previously unselected package libio-html-perl.
11:59:51 #10 35.73 Preparing to unpack .../210-libio-html-perl_1.001-1_all.deb ...
11:59:51 #10 35.74 Unpacking libio-html-perl (1.001-1) ...
11:59:51 #10 35.79 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:51 #10 35.79 Preparing to unpack .../211-liblwp-mediatypes-perl_6.02-1_all.deb ...
11:59:51 #10 35.79 Unpacking liblwp-mediatypes-perl (6.02-1) ...
11:59:51 #10 35.82 Selecting previously unselected package libhttp-message-perl.
11:59:51 #10 35.82 Preparing to unpack .../212-libhttp-message-perl_6.14-1_all.deb ...
11:59:51 #10 35.82 Unpacking libhttp-message-perl (6.14-1) ...
11:59:51 #10 35.85 Selecting previously unselected package libhtml-form-perl.
11:59:51 #11 34.36 Preparing to unpack .../335-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_amd64.deb ...
11:59:51 #11 34.36 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:59:51 #11 34.40 Selecting previously unselected package libxml-parser-perl:amd64.
11:59:51 #11 34.40 Preparing to unpack .../336-libxml-parser-perl_2.46-3build1_amd64.deb ...
11:59:51 #11 34.41 Unpacking libxml-parser-perl:amd64 (2.46-3build1) ...
11:59:51 #11 34.46 Selecting previously unselected package libxml-sax-expat-perl.
11:59:51 #11 34.46 Preparing to unpack .../337-libxml-sax-expat-perl_0.51-1_all.deb ...
11:59:51 #11 34.46 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:59:51 #11 34.49 Selecting previously unselected package libyaml-libyaml-perl.
11:59:51 #11 34.50 Preparing to unpack .../338-libyaml-libyaml-perl_0.83+ds-1build1_amd64.deb ...
11:59:51 #11 34.50 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
11:59:51 #11 34.54 Selecting previously unselected package licensecheck.
11:59:51 #11 34.55 Preparing to unpack .../339-licensecheck_3.2.14-2_all.deb ...
11:59:51 #11 34.55 Unpacking licensecheck (3.2.14-2) ...
11:59:51 #11 34.58 Selecting previously unselected package libdevel-size-perl.
11:59:51 #11 34.58 Preparing to unpack .../340-libdevel-size-perl_0.83-1build4_amd64.deb ...
11:59:51 #11 34.59 Unpacking libdevel-size-perl (0.83-1build4) ...
11:59:51 #11 34.61 Selecting previously unselected package libipc-run3-perl.
11:59:51 #11 34.61 Preparing to unpack .../341-libipc-run3-perl_0.048-2_all.deb ...
11:59:51 #11 34.62 Unpacking libipc-run3-perl (0.048-2) ...
11:59:51 #11 34.65 Selecting previously unselected package lzip.
11:59:51 #11 34.65 Preparing to unpack .../342-lzip_1.23-1_amd64.deb ...
11:59:51 #11 34.66 Unpacking lzip (1.23-1) ...
11:59:51 #11 34.68 Selecting previously unselected package lzop.
11:59:51 #10 33.57 Preparing to unpack .../268-liblist-someutils-perl_0.58-1_all.deb ...
11:59:51 #10 33.57 Unpacking liblist-someutils-perl (0.58-1) ...
11:59:51 #10 33.60 Selecting previously unselected package liblist-someutils-xs-perl.
11:59:51 #10 33.60 Preparing to unpack .../269-liblist-someutils-xs-perl_0.58-2+b1_arm64.deb ...
11:59:51 #10 33.61 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
11:59:51 #10 33.64 Selecting previously unselected package liblist-utilsby-perl.
11:59:51 #10 33.64 Preparing to unpack .../270-liblist-utilsby-perl_0.11-1_all.deb ...
11:59:51 #10 33.65 Unpacking liblist-utilsby-perl (0.11-1) ...
11:59:51 #10 33.68 Selecting previously unselected package libltdl7:arm64.
11:59:51 #10 33.68 Preparing to unpack .../271-libltdl7_2.4.6-15_arm64.deb ...
11:59:51 #10 33.69 Unpacking libltdl7:arm64 (2.4.6-15) ...
11:59:51 #10 33.73 Selecting previously unselected package libltdl-dev:arm64.
11:59:51 #10 33.73 Preparing to unpack .../272-libltdl-dev_2.4.6-15_arm64.deb ...
11:59:51 #10 33.73 Unpacking libltdl-dev:arm64 (2.4.6-15) ...
11:59:51 #10 33.79 Selecting previously unselected package liblzo2-2:arm64.
11:59:51 #11 35.40 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ...
11:59:51 #11 35.40 Unpacking libio-html-perl (1.001-1) ...
11:59:51 #11 35.43 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:51 #11 35.43 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:59:51 #11 35.44 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:59:51 #11 35.47 Selecting previously unselected package libhttp-message-perl.
11:59:51 #11 35.47 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ...
11:59:51 #11 35.48 Unpacking libhttp-message-perl (6.22-1) ...
11:59:51 #11 35.57 Selecting previously unselected package libhttp-cookies-perl.
11:59:51 #11 35.57 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ...
11:59:51 #11 35.57 Unpacking libhttp-cookies-perl (6.08-1) ...
11:59:51 #11 35.60 Selecting previously unselected package libhttp-negotiate-perl.
11:59:51 #11 35.60 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ...
11:59:51 #11 35.61 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:59:51 #11 35.63 Selecting previously unselected package perl-openssl-defaults:amd64.
11:59:51 #11 35.63 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ...
11:59:51 #11 35.64 Unpacking perl-openssl-defaults:amd64 (4) ...
11:59:51 #11 35.67 Selecting previously unselected package libnet-ssleay-perl.
11:59:51 #11 26.05 Selecting previously unselected package g++.
11:59:51 #11 26.06 Preparing to unpack .../090-g++_4%3a11.2.0-1ubuntu1_arm64.deb ...
11:59:51 #11 26.06 Unpacking g++ (4:11.2.0-1ubuntu1) ...
11:59:51 #11 26.09 Selecting previously unselected package make.
11:59:51 #11 26.10 Preparing to unpack .../091-make_4.3-4.1build1_arm64.deb ...
11:59:51 #11 26.10 Unpacking make (4.3-4.1build1) ...
11:59:51 #11 26.16 Selecting previously unselected package libdpkg-perl.
11:59:51 #11 26.16 Preparing to unpack .../092-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
11:59:51 #11 26.17 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
11:59:51 #11 26.22 Selecting previously unselected package bzip2.
11:59:51 #11 26.22 Preparing to unpack .../093-bzip2_1.0.8-5build1_arm64.deb ...
11:59:51 #11 26.22 Unpacking bzip2 (1.0.8-5build1) ...
11:59:51 #11 26.25 Selecting previously unselected package patch.
11:59:51 #10 35.27 Preparing to unpack .../234-libidn11_1.33-2.2_arm64.deb ...
11:59:51 #10 35.27 Unpacking libidn11:arm64 (1.33-2.2) ...
11:59:51 #10 35.33 Selecting previously unselected package libntlm0:arm64.
11:59:51 #10 35.33 Preparing to unpack .../235-libntlm0_1.5-1+deb10u1_arm64.deb ...
11:59:51 #10 35.33 Unpacking libntlm0:arm64 (1.5-1+deb10u1) ...
11:59:51 #10 35.38 Selecting previously unselected package libgsasl7.
11:59:51 #10 35.38 Preparing to unpack .../236-libgsasl7_1.8.0-8+deb10u1_arm64.deb ...
11:59:51 #10 35.39 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
11:59:51 #10 35.44 Selecting previously unselected package libhtml-form-perl.
11:59:51 #10 35.44 Preparing to unpack .../237-libhtml-form-perl_6.03-1_all.deb ...
11:59:51 #10 35.45 Unpacking libhtml-form-perl (6.03-1) ...
11:59:51 #10 35.48 Selecting previously unselected package libhtml-format-perl.
11:59:51 #11 33.23 Preparing to unpack .../209-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:59:51 #11 33.24 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:59:51 #11 33.27 Selecting previously unselected package libvariable-magic-perl.
11:59:51 #11 33.27 Preparing to unpack .../210-libvariable-magic-perl_0.62-1build2_arm64.deb ...
11:59:51 #11 33.28 Unpacking libvariable-magic-perl (0.62-1build2) ...
11:59:51 #11 33.31 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:51 #11 33.31 Preparing to unpack .../211-libb-hooks-endofscope-perl_0.24-1_all.deb ...
11:59:51 #11 33.31 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
11:59:51 #11 33.35 Selecting previously unselected package libcapture-tiny-perl.
11:59:51 #11 33.35 Preparing to unpack .../212-libcapture-tiny-perl_0.48-1_all.deb ...
11:59:51 #11 33.35 Unpacking libcapture-tiny-perl (0.48-1) ...
11:59:51 #11 33.39 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:51 #11 33.39 Preparing to unpack .../213-libclass-xsaccessor-perl_1.19-3build3_arm64.deb ...
11:59:51 #11 33.40 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
11:59:51 #11 33.44 Selecting previously unselected package libclone-perl.
11:59:51 #11 33.44 Preparing to unpack .../214-libclone-perl_0.43-2_arm64.deb ...
11:59:51 #11 33.45 Unpacking libclone-perl (0.43-2) ...
11:59:51 #11 33.48 Selecting previously unselected package libcommon-sense-perl.
11:59:51 #10 21.09 Unpacking manpages (4.16-2) ...
11:59:51 #10 21.26 Selecting previously unselected package libedit2:armhf.
11:59:51 #10 21.26 Preparing to unpack .../017-libedit2_3.1-20181209-1_armhf.deb ...
11:59:51 #10 21.26 Unpacking libedit2:armhf (3.1-20181209-1) ...
11:59:51 #10 21.32 Selecting previously unselected package openssh-client.
11:59:51 #10 21.32 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u2_armhf.deb ...
11:59:51 #10 35.27 Preparing to unpack .../265-python3-certifi_2018.1.18-2_all.deb ...
11:59:51 #10 35.27 Unpacking python3-certifi (2018.1.18-2) ...
11:59:51 #10 35.32 Selecting previously unselected package python3-idna.
11:59:51 #10 35.32 Preparing to unpack .../266-python3-idna_2.6-1_all.deb ...
11:59:51 #10 35.33 Unpacking python3-idna (2.6-1) ...
11:59:51 #10 35.36 Selecting previously unselected package python3-urllib3.
11:59:51 #10 35.37 Preparing to unpack .../267-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
11:59:51 #10 35.37 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
11:59:51 #10 35.41 Selecting previously unselected package python3-requests.
11:59:51 #10 35.41 Preparing to unpack .../268-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
11:59:51 #10 35.42 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
11:59:51 #10 35.46 Selecting previously unselected package python3-unidiff.
11:59:51 #10 35.46 Preparing to unpack .../269-python3-unidiff_0.5.4-1_all.deb ...
11:59:51 #10 35.47 Unpacking python3-unidiff (0.5.4-1) ...
11:59:51 #10 35.50 Selecting previously unselected package python3-xdg.
11:59:51 #11 18.39 Setting up libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.6) ...
11:59:51 #11 18.41 Setting up libexpat1:armhf (2.2.9-1ubuntu0.6) ...
11:59:51 #11 18.42 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
11:59:51 #10 13.81 Unpacking liblocale-gettext-perl (1.07-5) ...
11:59:51 #10 13.86 Selecting previously unselected package libssl3:armhf.
11:59:51 #10 13.86 Preparing to unpack .../6-libssl3_3.0.7-2_armhf.deb ...
11:59:51 #10 13.86 Unpacking libssl3:armhf (3.0.7-2) ...
11:59:51 #10 25.70 Selecting previously unselected package libssl1.0.0:armhf.
11:59:51 #10 25.70 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.10_armhf.deb ...
11:59:51 #10 25.70 Unpacking libssl1.0.0:armhf (1.0.2n-1ubuntu5.10) ...
11:59:51 #11 17.26 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconst-fast-perl all 0.014-1.1 [7756 B]
11:59:51 #11 17.26 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwant-perl armhf 0.29-1build7 [23.4 kB]
11:59:51 #11 17.26 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:59:51 #11 17.26 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcpanel-json-xs-perl armhf 4.27-1build1 [113 kB]
11:59:51 #11 17.33 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:59:51 #11 17.33 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexception-class-perl all 1.45-1 [28.6 kB]
11:59:51 #11 17.33 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
11:59:51 #11 17.33 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
11:59:51 #11 17.33 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:59:51 #11 17.33 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-xs-perl armhf 0.430-2build2 [37.3 kB]
11:59:51 #11 17.41 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:59:51 #11 17.41 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dpath-perl all 0.58-1 [38.8 kB]
11:59:51 #11 17.41 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dump-perl all 1.25-1 [25.9 kB]
11:59:51 #11 17.41 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-messagepack-perl armhf 1.01-2build1 [32.5 kB]
11:59:51 #11 17.48 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
11:59:51 #11 17.48 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:59:51 #11 17.48 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:59:51 #11 17.48 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:59:51 #11 17.48 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-1build7 [81.2 kB]
11:59:51 #10 8.190 Building dependency tree...
11:59:51 #10 8.405 Reading state information...
11:59:51 #11 31.96 Preparing to unpack .../173-libclass-xsaccessor-perl_1.19-4_arm64.deb ...
11:59:51 #11 31.96 Unpacking libclass-xsaccessor-perl (1.19-4) ...
11:59:51 #11 32.00 Selecting previously unselected package libb-hooks-op-check-perl:arm64.
11:59:51 #11 32.00 Preparing to unpack .../174-libb-hooks-op-check-perl_0.22-2_arm64.deb ...
11:59:51 #11 32.00 Unpacking libb-hooks-op-check-perl:arm64 (0.22-2) ...
11:59:51 #11 32.04 Selecting previously unselected package libdynaloader-functions-perl.
11:59:51 #11 32.04 Preparing to unpack .../175-libdynaloader-functions-perl_0.003-2_all.deb ...
11:59:51 #11 32.04 Unpacking libdynaloader-functions-perl (0.003-2) ...
11:59:51 #11 32.07 Selecting previously unselected package libdevel-callchecker-perl.
11:59:51 #11 32.07 Preparing to unpack .../176-libdevel-callchecker-perl_0.008-1ubuntu4_arm64.deb ...
11:59:51 #11 32.08 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:59:51 #11 32.11 Selecting previously unselected package libparams-classify-perl:arm64.
11:59:51 #11 32.11 Preparing to unpack .../177-libparams-classify-perl_0.015-2_arm64.deb ...
11:59:51 #11 32.11 Unpacking libparams-classify-perl:arm64 (0.015-2) ...
11:59:51 #11 32.15 Selecting previously unselected package libmodule-runtime-perl.
11:59:51 #11 32.15 Preparing to unpack .../178-libmodule-runtime-perl_0.016-2_all.deb ...
11:59:51 #11 32.15 Unpacking libmodule-runtime-perl (0.016-2) ...
11:59:51 #11 32.18 Selecting previously unselected package libimport-into-perl.
11:59:51 #10 35.77 Preparing to unpack .../278-libsub-identify-perl_0.14-3_arm64.deb ...
11:59:51 #10 35.77 Unpacking libsub-identify-perl (0.14-3) ...
11:59:51 #10 35.81 Selecting previously unselected package libsub-name-perl:arm64.
11:59:51 #10 35.81 Preparing to unpack .../279-libsub-name-perl_0.26-2+b1_arm64.deb ...
11:59:51 #10 35.81 Unpacking libsub-name-perl:arm64 (0.26-2+b1) ...
11:59:51 #10 35.85 Selecting previously unselected package libnamespace-clean-perl.
11:59:51 #10 35.85 Preparing to unpack .../280-libnamespace-clean-perl_0.27-2_all.deb ...
11:59:51 #10 35.85 Unpacking libnamespace-clean-perl (0.27-2) ...
11:59:51 #10 35.88 Selecting previously unselected package libpath-tiny-perl.
11:59:51 #10 35.89 Preparing to unpack .../281-libpath-tiny-perl_0.144-1_all.deb ...
11:59:51 #10 35.89 Unpacking libpath-tiny-perl (0.144-1) ...
11:59:51 #10 35.92 Selecting previously unselected package libstrictures-perl.
11:59:51 #10 35.92 Preparing to unpack .../282-libstrictures-perl_2.000006-1_all.deb ...
11:59:51 #10 35.93 Unpacking libstrictures-perl (2.000006-1) ...
11:59:51 #10 35.96 Selecting previously unselected package libtype-tiny-perl.
11:59:51 #10 35.96 Preparing to unpack .../283-libtype-tiny-perl_2.002001-1_all.deb ...
11:59:51 #10 35.97 Unpacking libtype-tiny-perl (2.002001-1) ...
11:59:51 #10 36.02 Selecting previously unselected package libgitlab-api-v4-perl.
11:59:51 #11 34.80 Preparing to unpack .../349-libregexp-pattern-license-perl_3.9.4-1_all.deb ...
11:59:51 #11 34.80 Unpacking libregexp-pattern-license-perl (3.9.4-1) ...
11:59:51 #11 34.83 Selecting previously unselected package libregexp-pattern-perl.
11:59:51 #11 34.84 Preparing to unpack .../350-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:59:51 #11 34.84 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:59:51 #11 34.87 Selecting previously unselected package libregexp-wildcards-perl.
11:59:51 #11 34.87 Preparing to unpack .../351-libregexp-wildcards-perl_1.05-3_all.deb ...
11:59:51 #11 34.87 Unpacking libregexp-wildcards-perl (1.05-3) ...
11:59:51 #11 34.90 Selecting previously unselected package libsasl2-modules:amd64.
11:59:51 #11 34.91 Preparing to unpack .../352-libsasl2-modules_2.1.28+dfsg-6ubuntu2_amd64.deb ...
11:59:51 #11 34.91 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:59:51 #11 34.94 Selecting previously unselected package libsereal-decoder-perl.
11:59:51 #11 34.94 Preparing to unpack .../353-libsereal-decoder-perl_4.025+ds-1_amd64.deb ...
11:59:51 #11 34.94 Unpacking libsereal-decoder-perl (4.025+ds-1) ...
11:59:51 #11 34.97 Selecting previously unselected package libsereal-encoder-perl:amd64.
11:59:51 #11 34.97 Preparing to unpack .../354-libsereal-encoder-perl_4.025+ds-1_amd64.deb ...
11:59:51 #11 34.98 Unpacking libsereal-encoder-perl:amd64 (4.025+ds-1) ...
11:59:51 #11 35.00 Selecting previously unselected package libset-intspan-perl.
11:59:51 #11 35.00 Preparing to unpack .../355-libset-intspan-perl_1.19-2_all.deb ...
11:59:51 #11 35.01 Unpacking libset-intspan-perl (1.19-2) ...
11:59:51 + STATUS=0
11:59:51 + '[' 0 -ne 0 ']'
11:59:51 + /usr/bin/tar -xf -
11:59:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
11:59:51 #11 34.68 Preparing to unpack .../343-lzop_1.04-2build2_amd64.deb ...
11:59:51 #11 34.69 Unpacking lzop (1.04-2build2) ...
11:59:51 #11 34.72 Selecting previously unselected package t1utils.
11:59:51 #11 34.72 Preparing to unpack .../344-t1utils_1.41-4build2_amd64.deb ...
11:59:51 #11 34.72 Unpacking t1utils (1.41-4build2) ...
11:59:51 #11 34.75 Selecting previously unselected package unzip.
11:59:51 #11 34.75 Preparing to unpack .../345-unzip_6.0-26ubuntu3.1_amd64.deb ...
11:59:51 #11 34.76 Unpacking unzip (6.0-26ubuntu3.1) ...
11:59:51 #11 34.80 Selecting previously unselected package lintian.
11:59:51 #11 34.80 Preparing to unpack .../346-lintian_2.114.0ubuntu1.2_all.deb ...
11:59:51 #11 34.80 Unpacking lintian (2.114.0ubuntu1.2) ...
11:59:51 #10 35.85 Preparing to unpack .../213-libhtml-form-perl_6.03-1_all.deb ...
11:59:51 #10 35.86 Unpacking libhtml-form-perl (6.03-1) ...
11:59:51 #10 35.88 Selecting previously unselected package libhtml-tree-perl.
11:59:51 #10 35.88 Preparing to unpack .../214-libhtml-tree-perl_5.07-1_all.deb ...
11:59:51 #10 35.89 Unpacking libhtml-tree-perl (5.07-1) ...
11:59:51 #10 35.93 Selecting previously unselected package libhtml-format-perl.
11:59:51 #10 35.94 Preparing to unpack .../215-libhtml-format-perl_2.12-1_all.deb ...
11:59:51 #10 35.94 Unpacking libhtml-format-perl (2.12-1) ...
11:59:51 #10 35.97 Selecting previously unselected package libhttp-cookies-perl.
11:59:51 #10 35.97 Preparing to unpack .../216-libhttp-cookies-perl_6.04-1_all.deb ...
11:59:51 #10 35.97 Unpacking libhttp-cookies-perl (6.04-1) ...
11:59:51 #10 36.00 Selecting previously unselected package libhttp-daemon-perl.
11:59:51 #10 36.00 Preparing to unpack .../217-libhttp-daemon-perl_6.01-1ubuntu0.1_all.deb ...
11:59:51 #10 36.00 Unpacking libhttp-daemon-perl (6.01-1ubuntu0.1) ...
11:59:51 #10 36.03 Selecting previously unselected package libhttp-negotiate-perl.
11:59:51 #10 36.03 Preparing to unpack .../218-libhttp-negotiate-perl_6.00-2_all.deb ...
11:59:51 #10 36.04 Unpacking libhttp-negotiate-perl (6.00-2) ...
11:59:51 #10 36.06 Selecting previously unselected package libimport-into-perl.
11:59:51 #10 36.06 Preparing to unpack .../219-libimport-into-perl_1.002005-1_all.deb ...
11:59:51 #10 36.07 Unpacking libimport-into-perl (1.002005-1) ...
11:59:51 #10 36.10 Selecting previously unselected package libio-pty-perl.
11:59:51 #10 36.10 Preparing to unpack .../220-libio-pty-perl_1%3a1.08-1.1build4_amd64.deb ...
11:59:51 #10 33.79 Preparing to unpack .../273-liblzo2-2_2.10-2_arm64.deb ...
11:59:51 #10 33.79 Unpacking liblzo2-2:arm64 (2.10-2) ...
11:59:51 #10 33.82 Selecting previously unselected package libsys-hostname-long-perl.
11:59:51 #10 33.83 Preparing to unpack .../274-libsys-hostname-long-perl_1.5-2_all.deb ...
11:59:51 #10 33.83 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:59:51 #10 33.86 Selecting previously unselected package libmail-sendmail-perl.
11:59:51 #10 33.86 Preparing to unpack .../275-libmail-sendmail-perl_0.80-1.1_all.deb ...
11:59:51 #10 33.86 Unpacking libmail-sendmail-perl (0.80-1.1) ...
11:59:51 #10 33.90 Selecting previously unselected package libnet-smtp-ssl-perl.
11:59:51 #10 33.90 Preparing to unpack .../276-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:59:51 #10 33.90 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:59:51 #10 33.94 Selecting previously unselected package libmailtools-perl.
11:59:51 #10 33.94 Preparing to unpack .../277-libmailtools-perl_2.21-1_all.deb ...
11:59:51 #10 33.94 Unpacking libmailtools-perl (2.21-1) ...
11:59:51 #10 33.99 Selecting previously unselected package libmarkdown2:arm64.
11:59:51 #10 33.99 Preparing to unpack .../278-libmarkdown2_2.2.6-1_arm64.deb ...
11:59:51 #10 34.00 Unpacking libmarkdown2:arm64 (2.2.6-1) ...
11:59:51 #10 34.04 Selecting previously unselected package libmime-tools-perl.
11:59:51 #10 34.04 Preparing to unpack .../279-libmime-tools-perl_5.509-1_all.deb ...
11:59:51 #10 34.05 Unpacking libmime-tools-perl (5.509-1) ...
11:59:51 #10 34.09 Selecting previously unselected package libmoox-aliases-perl.
11:59:51 #10 34.09 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1.1_all.deb ...
11:59:51 #10 34.10 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
11:59:51 #10 34.13 Selecting previously unselected package libnamespace-autoclean-perl.
11:59:51 #11 35.67 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ...
11:59:51 #11 35.67 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
11:59:51 #11 35.73 Selecting previously unselected package libio-socket-ssl-perl.
11:59:51 #11 35.73 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ...
11:59:51 #11 35.74 Unpacking libio-socket-ssl-perl (2.067-1) ...
11:59:51 #11 35.78 Selecting previously unselected package libnet-http-perl.
11:59:51 #11 35.78 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ...
11:59:51 #11 35.78 Unpacking libnet-http-perl (6.19-1) ...
11:59:51 #11 35.81 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:51 #11 35.81 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
11:59:51 #11 35.82 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
11:59:51 #11 35.85 Selecting previously unselected package libtry-tiny-perl.
11:59:51 #11 35.85 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ...
11:59:51 #11 35.85 Unpacking libtry-tiny-perl (0.30-1) ...
11:59:51 #11 35.88 Selecting previously unselected package libwww-robotrules-perl.
11:59:51 #11 26.26 Preparing to unpack .../094-patch_2.7.6-7build2_arm64.deb ...
11:59:51 #11 26.26 Unpacking patch (2.7.6-7build2) ...
11:59:51 #11 26.30 Selecting previously unselected package lto-disabled-list.
11:59:51 #11 26.30 Preparing to unpack .../095-lto-disabled-list_24_all.deb ...
11:59:51 #11 26.30 Unpacking lto-disabled-list (24) ...
11:59:51 #11 26.35 Selecting previously unselected package dpkg-dev.
11:59:51 #11 26.35 Preparing to unpack .../096-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
11:59:51 #11 26.35 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
11:59:51 #11 26.40 Selecting previously unselected package build-essential.
11:59:51 #10 35.49 Preparing to unpack .../238-libhtml-format-perl_2.12-1_all.deb ...
11:59:51 #10 35.49 Unpacking libhtml-format-perl (2.12-1) ...
11:59:51 #10 35.52 Selecting previously unselected package libhttp-daemon-perl.
11:59:51 #10 35.53 Preparing to unpack .../239-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ...
11:59:51 #10 35.53 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ...
11:59:51 #10 35.57 Selecting previously unselected package libstruct-dumb-perl.
11:59:51 #10 35.57 Preparing to unpack .../240-libstruct-dumb-perl_0.09-1_all.deb ...
11:59:51 #10 35.58 Unpacking libstruct-dumb-perl (0.09-1) ...
11:59:51 #10 35.61 Selecting previously unselected package libio-async-perl.
11:59:51 #10 35.62 Preparing to unpack .../241-libio-async-perl_0.72-1_all.deb ...
11:59:51 #10 35.62 Unpacking libio-async-perl (0.72-1) ...
11:59:51 #10 35.68 Selecting previously unselected package libio-sessiondata-perl.
11:59:51 #10 35.68 Preparing to unpack .../242-libio-sessiondata-perl_1.03-1_all.deb ...
11:59:51 #10 35.68 Unpacking libio-sessiondata-perl (1.03-1) ...
11:59:51 #10 35.72 Selecting previously unselected package libio-string-perl.
11:59:52 #11 33.48 Preparing to unpack .../215-libcommon-sense-perl_3.74-2build6_arm64.deb ...
11:59:52 #11 33.49 Unpacking libcommon-sense-perl (3.74-2build6) ...
11:59:52 #11 33.55 Selecting previously unselected package libparams-util-perl.
11:59:52 #11 33.55 Preparing to unpack .../216-libparams-util-perl_1.07-3build5_arm64.deb ...
11:59:52 #11 33.55 Unpacking libparams-util-perl (1.07-3build5) ...
11:59:52 #11 33.59 Selecting previously unselected package libsub-install-perl.
11:59:52 #11 33.59 Preparing to unpack .../217-libsub-install-perl_0.928-1_all.deb ...
11:59:52 #11 33.59 Unpacking libsub-install-perl (0.928-1) ...
11:59:52 #11 33.62 Selecting previously unselected package libdata-optlist-perl.
11:59:52 #11 33.62 Preparing to unpack .../218-libdata-optlist-perl_0.110-1_all.deb ...
11:59:52 #11 33.63 Unpacking libdata-optlist-perl (0.110-1) ...
11:59:52 #11 33.66 Selecting previously unselected package libsub-exporter-perl.
11:59:52 #11 33.66 Preparing to unpack .../219-libsub-exporter-perl_0.987-1_all.deb ...
11:59:52 #11 33.66 Unpacking libsub-exporter-perl (0.987-1) ...
11:59:52 #11 33.70 Selecting previously unselected package libconst-fast-perl.
11:59:52 #10 21.33 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
11:59:52 #10 21.49 Selecting previously unselected package ucf.
11:59:52 #10 21.49 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ...
11:59:52 #10 21.49 Moving old data out of the way
11:59:52 #10 21.50 Unpacking ucf (3.0038+nmu1) ...
11:59:52 #10 21.55 Selecting previously unselected package xz-utils.
11:59:52 #10 21.55 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_armhf.deb ...
11:59:52 #10 35.50 Preparing to unpack .../270-python3-xdg_0.25-4ubuntu1.1_all.deb ...
11:59:52 #10 35.51 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
11:59:52 #10 35.55 Selecting previously unselected package unzip.
11:59:52 #10 35.55 Preparing to unpack .../271-unzip_6.0-21ubuntu1.2_arm64.deb ...
11:59:52 #10 35.56 Unpacking unzip (6.0-21ubuntu1.2) ...
11:59:52 #10 35.60 Selecting previously unselected package wdiff.
11:59:52 #10 35.61 Preparing to unpack .../272-wdiff_1.2.2-2_arm64.deb ...
11:59:52 #10 35.61 Unpacking wdiff (1.2.2-2) ...
11:59:52 #10 35.64 Selecting previously unselected package equivs.
11:59:52 #10 35.65 Preparing to unpack .../273-equivs_2.1.0_all.deb ...
11:59:52 #10 35.65 Unpacking equivs (2.1.0) ...
11:59:52 #10 35.68 Selecting previously unselected package libauthen-sasl-perl.
11:59:52 #10 35.69 Preparing to unpack .../274-libauthen-sasl-perl_2.1600-1_all.deb ...
11:59:52 #10 35.69 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:59:52 #10 35.73 Selecting previously unselected package python3-magic.
11:59:52 #10 14.08 Selecting previously unselected package libpython3.11-minimal:armhf.
11:59:52 #10 14.08 Preparing to unpack .../7-libpython3.11-minimal_3.11.1-2_armhf.deb ...
11:59:52 #10 14.08 Unpacking libpython3.11-minimal:armhf (3.11.1-2) ...
11:59:52 #10 14.24 Selecting previously unselected package libexpat1:armhf.
11:59:52 #10 14.24 Preparing to unpack .../8-libexpat1_2.5.0-1_armhf.deb ...
11:59:52 #10 14.25 Unpacking libexpat1:armhf (2.5.0-1) ...
11:59:52 #10 14.30 Selecting previously unselected package python3.11-minimal.
11:59:52 #10 14.30 Preparing to unpack .../9-python3.11-minimal_3.11.1-2_armhf.deb ...
11:59:52 #10 14.31 Unpacking python3.11-minimal (3.11.1-2) ...
11:59:52 #10 25.84 Selecting previously unselected package libxmuu1:armhf.
11:59:52 #10 25.84 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_armhf.deb ...
11:59:52 #10 25.85 Unpacking libxmuu1:armhf (2:1.1.2-2) ...
11:59:52 #10 25.89 Selecting previously unselected package manpages.
11:59:52 #10 25.89 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
11:59:52 #10 25.89 Unpacking manpages (4.15-1) ...
11:59:52 #10 26.02 Selecting previously unselected package openssh-client.
11:59:52 #10 26.02 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.7_armhf.deb ...
11:59:52 #10 26.02 Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ...
11:59:52 #11 17.48 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:59:52 #11 17.55 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:59:52 #11 17.55 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdistro-info-perl all 1.1build1 [5644 B]
11:59:52 #11 17.55 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libemail-address-xs-perl armhf 1.04-1build6 [26.0 kB]
11:59:52 #11 17.55 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:59:52 #11 17.62 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-basedir-perl all 0.09-1 [15.7 kB]
11:59:52 #11 17.62 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:59:52 #11 17.62 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-fcntllock-perl armhf 0.22-3build7 [33.3 kB]
11:59:52 #11 17.62 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnumber-compare-perl all 0.03-2 [7058 B]
11:59:52 #11 17.62 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-glob-perl all 0.11-2 [8042 B]
11:59:52 #11 17.62 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:59:52 #11 17.69 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-afm-perl all 1.20-3 [13.6 kB]
11:59:52 #11 17.69 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-string-perl all 1.08-3.1 [10.7 kB]
11:59:52 #11 17.69 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-ttf-perl all 1.06-1.1 [316 kB]
11:59:52 #11 17.70 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsort-versions-perl all 1.62-1 [9294 B]
11:59:52 #11 17.77 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:59:52 #11 17.77 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:59:52 #11 17.77 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
11:59:52 #11 17.77 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-perl all 4.04000-1 [81.8 kB]
11:59:52 #11 32.18 Preparing to unpack .../179-libimport-into-perl_1.002005-2_all.deb ...
11:59:52 #11 32.19 Unpacking libimport-into-perl (1.002005-2) ...
11:59:52 #11 32.22 Selecting previously unselected package librole-tiny-perl.
11:59:52 #11 32.22 Preparing to unpack .../180-librole-tiny-perl_2.002004-1_all.deb ...
11:59:52 #11 32.23 Unpacking librole-tiny-perl (2.002004-1) ...
11:59:52 #11 32.26 Selecting previously unselected package libsub-quote-perl.
11:59:52 #11 32.26 Preparing to unpack .../181-libsub-quote-perl_2.006006-1_all.deb ...
11:59:52 #11 32.27 Unpacking libsub-quote-perl (2.006006-1) ...
11:59:52 #11 32.30 Selecting previously unselected package libmoo-perl.
11:59:52 #11 32.31 Preparing to unpack .../182-libmoo-perl_2.005004-3_all.deb ...
11:59:52 #11 32.31 Unpacking libmoo-perl (2.005004-3) ...
11:59:52 #11 32.35 Selecting previously unselected package libencode-locale-perl.
11:59:52 #11 32.35 Preparing to unpack .../183-libencode-locale-perl_1.05-2_all.deb ...
11:59:52 #11 32.35 Unpacking libencode-locale-perl (1.05-2) ...
11:59:52 #11 32.39 Selecting previously unselected package libtimedate-perl.
11:59:52 #11 32.39 Preparing to unpack .../184-libtimedate-perl_2.3300-2_all.deb ...
11:59:52 #11 32.39 Unpacking libtimedate-perl (2.3300-2) ...
11:59:52 #11 32.43 Selecting previously unselected package libhttp-date-perl.
11:59:52 #10 36.03 Preparing to unpack .../284-libgitlab-api-v4-perl_0.26-2_all.deb ...
11:59:52 #10 36.03 Unpacking libgitlab-api-v4-perl (0.26-2) ...
11:59:52 #10 36.09 Selecting previously unselected package libglib2.0-0:arm64.
11:59:52 #10 36.09 Preparing to unpack .../285-libglib2.0-0_2.74.5-1_arm64.deb ...
11:59:52 #10 36.09 Unpacking libglib2.0-0:arm64 (2.74.5-1) ...
11:59:52 #10 36.21 Selecting previously unselected package libglib2.0-data.
11:59:52 #10 36.22 Preparing to unpack .../286-libglib2.0-data_2.74.5-1_all.deb ...
11:59:52 #10 36.22 Unpacking libglib2.0-data (2.74.5-1) ...
11:59:52 #11 35.09 Selecting previously unselected package libsocket6-perl.
11:59:52 #11 35.10 Preparing to unpack .../356-libsocket6-perl_0.29-2_amd64.deb ...
11:59:52 #11 35.10 Unpacking libsocket6-perl (0.29-2) ...
11:59:52 #11 35.13 Selecting previously unselected package libsodium23:amd64.
11:59:52 #11 35.13 Preparing to unpack .../357-libsodium23_1.0.18-1build2_amd64.deb ...
11:59:52 #11 35.14 Unpacking libsodium23:amd64 (1.0.18-1build2) ...
11:59:52 #11 35.16 Selecting previously unselected package libstring-copyright-perl.
11:59:52 #11 35.16 Preparing to unpack .../358-libstring-copyright-perl_0.003013-1_all.deb ...
11:59:52 #11 35.17 Unpacking libstring-copyright-perl (0.003013-1) ...
11:59:52 #11 35.19 Selecting previously unselected package libstring-escape-perl.
11:59:52 #11 35.19 Preparing to unpack .../359-libstring-escape-perl_2010.002-2_all.deb ...
11:59:52 #11 35.20 Unpacking libstring-escape-perl (2010.002-2) ...
11:59:52 #11 35.22 Selecting previously unselected package libstring-shellquote-perl.
11:59:52 #11 35.23 Preparing to unpack .../360-libstring-shellquote-perl_1.04-2_all.deb ...
11:59:52 #11 35.23 Unpacking libstring-shellquote-perl (1.04-2) ...
11:59:52 #11 35.25 Selecting previously unselected package libsyntax-keyword-try-perl.
11:59:52 #10 36.10 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
11:59:52 #10 36.13 Selecting previously unselected package libio-string-perl.
11:59:52 #10 36.13 Preparing to unpack .../221-libio-string-perl_1.08-3_all.deb ...
11:59:52 #10 36.13 Unpacking libio-string-perl (1.08-3) ...
11:59:52 #10 36.19 Selecting previously unselected package libipc-run-perl.
11:59:52 #10 36.19 Preparing to unpack .../222-libipc-run-perl_0.96-1_all.deb ...
11:59:52 #10 36.19 Unpacking libipc-run-perl (0.96-1) ...
11:59:52 #10 36.22 Selecting previously unselected package liblist-compare-perl.
11:59:52 #10 36.23 Preparing to unpack .../223-liblist-compare-perl_0.53-1_all.deb ...
11:59:52 #10 36.23 Unpacking liblist-compare-perl (0.53-1) ...
11:59:52 #10 36.26 Selecting previously unselected package liblist-moreutils-perl.
11:59:52 #10 36.26 Preparing to unpack .../224-liblist-moreutils-perl_0.416-1build3_amd64.deb ...
11:59:52 #10 36.27 Unpacking liblist-moreutils-perl (0.416-1build3) ...
11:59:52 #10 36.30 Selecting previously unselected package libltdl7:amd64.
11:59:52 #10 36.30 Preparing to unpack .../225-libltdl7_2.4.6-2_amd64.deb ...
11:59:52 #10 36.31 Unpacking libltdl7:amd64 (2.4.6-2) ...
11:59:52 #10 36.34 Selecting previously unselected package libltdl-dev:amd64.
11:59:52 #10 34.13 Preparing to unpack .../281-libnamespace-autoclean-perl_0.29-1_all.deb ...
11:59:52 #10 34.13 Unpacking libnamespace-autoclean-perl (0.29-1) ...
11:59:52 #10 34.16 Selecting previously unselected package libobject-id-perl.
11:59:52 #10 34.17 Preparing to unpack .../282-libobject-id-perl_0.1.2-2.1_all.deb ...
11:59:52 #10 34.17 Unpacking libobject-id-perl (0.1.2-2.1) ...
11:59:52 #10 34.20 Selecting previously unselected package libmoox-struct-perl.
11:59:52 #10 34.21 Preparing to unpack .../283-libmoox-struct-perl_0.020-1_all.deb ...
11:59:52 #10 34.21 Unpacking libmoox-struct-perl (0.020-1) ...
11:59:52 #10 34.24 Selecting previously unselected package libmouse-perl.
11:59:52 #10 34.24 Preparing to unpack .../284-libmouse-perl_2.5.10-1+b1_arm64.deb ...
11:59:52 #10 34.25 Unpacking libmouse-perl (2.5.10-1+b1) ...
11:59:52 #10 34.29 Selecting previously unselected package libnumber-range-perl.
11:59:52 #10 34.30 Preparing to unpack .../285-libnumber-range-perl_0.12-1.1_all.deb ...
11:59:52 #10 34.30 Unpacking libnumber-range-perl (0.12-1.1) ...
11:59:52 #10 34.37 Selecting previously unselected package libossp-uuid16:arm64.
11:59:52 #10 34.20 Selecting previously unselected package libfakeroot:amd64.
11:59:52 #10 34.20 Preparing to unpack .../096-libfakeroot_1.29-1_amd64.deb ...
11:59:52 #10 34.20 Unpacking libfakeroot:amd64 (1.29-1) ...
11:59:52 #10 34.24 Selecting previously unselected package fakeroot.
11:59:52 #10 34.24 Preparing to unpack .../097-fakeroot_1.29-1_amd64.deb ...
11:59:52 #10 34.25 Unpacking fakeroot (1.29-1) ...
11:59:52 #10 34.29 Selecting previously unselected package libassuan0:amd64.
11:59:52 #10 34.29 Preparing to unpack .../098-libassuan0_2.5.5-5_amd64.deb ...
11:59:52 #10 34.29 Unpacking libassuan0:amd64 (2.5.5-5) ...
11:59:52 #10 34.32 Selecting previously unselected package gpgconf.
11:59:52 #10 34.32 Preparing to unpack .../099-gpgconf_2.2.40-1_amd64.deb ...
11:59:52 #10 34.33 Unpacking gpgconf (2.2.40-1) ...
11:59:52 #10 34.37 Selecting previously unselected package libksba8:amd64.
11:59:52 #10 34.37 Preparing to unpack .../100-libksba8_1.6.3-2_amd64.deb ...
11:59:52 #10 34.38 Unpacking libksba8:amd64 (1.6.3-2) ...
11:59:52 #10 34.42 Selecting previously unselected package libnpth0:amd64.
11:59:52 #10 34.42 Preparing to unpack .../101-libnpth0_1.6-3_amd64.deb ...
11:59:52 #10 34.43 Unpacking libnpth0:amd64 (1.6-3) ...
11:59:52 #10 34.46 Selecting previously unselected package dirmngr.
11:59:52 #10 34.46 Preparing to unpack .../102-dirmngr_2.2.40-1_amd64.deb ...
11:59:52 #10 34.48 Unpacking dirmngr (2.2.40-1) ...
11:59:52 #10 34.54 Selecting previously unselected package gnupg-l10n.
11:59:52 #10 34.54 Preparing to unpack .../103-gnupg-l10n_2.2.40-1_all.deb ...
11:59:52 #10 34.55 Unpacking gnupg-l10n (2.2.40-1) ...
11:59:52 #10 34.64 Selecting previously unselected package gnupg-utils.
11:59:52 #10 34.65 Preparing to unpack .../104-gnupg-utils_2.2.40-1_amd64.deb ...
11:59:52 #10 34.65 Unpacking gnupg-utils (2.2.40-1) ...
11:59:52 #10 34.73 Selecting previously unselected package gpg.
11:59:52 #11 35.89 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ...
11:59:52 #11 35.89 Unpacking libwww-robotrules-perl (6.02-1) ...
11:59:52 #11 35.92 Selecting previously unselected package libwww-perl.
11:59:52 #11 35.92 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ...
11:59:52 #11 35.92 Unpacking libwww-perl (6.43-1) ...
11:59:52 #11 35.96 Selecting previously unselected package patchutils.
11:59:52 #11 35.96 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ...
11:59:52 #11 35.97 Unpacking patchutils (0.3.4-2) ...
11:59:52 #11 36.01 Selecting previously unselected package wdiff.
11:59:52 #11 36.01 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ...
11:59:52 #11 36.02 Unpacking wdiff (1.2.2-2build1) ...
11:59:52 #11 36.06 Selecting previously unselected package devscripts.
11:59:52 #11 36.06 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ...
11:59:52 #11 36.08 Unpacking devscripts (2.20.2ubuntu2) ...
11:59:52 #21 11.53 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
11:59:52 #11 26.40 Preparing to unpack .../097-build-essential_12.9ubuntu3_arm64.deb ...
11:59:52 #11 26.41 Unpacking build-essential (12.9ubuntu3) ...
11:59:52 #11 26.45 Selecting previously unselected package libbrotli1:arm64.
11:59:52 #11 26.45 Preparing to unpack .../098-libbrotli1_1.0.9-2build6_arm64.deb ...
11:59:52 #11 26.45 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
11:59:52 #11 26.49 Selecting previously unselected package libsasl2-modules-db:arm64.
11:59:52 #11 26.49 Preparing to unpack .../099-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_arm64.deb ...
11:59:52 #11 26.50 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
11:59:52 #11 26.55 Selecting previously unselected package libsasl2-2:arm64.
11:59:52 #11 26.56 Preparing to unpack .../100-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_arm64.deb ...
11:59:52 #11 26.56 Unpacking libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
11:59:52 #11 26.60 Selecting previously unselected package libldap-2.5-0:arm64.
11:59:52 #11 26.60 Preparing to unpack .../101-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_arm64.deb ...
11:59:52 #11 26.61 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:59:52 #11 26.66 Selecting previously unselected package librtmp1:arm64.
11:59:52 #11 26.66 Preparing to unpack .../102-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
11:59:52 #11 26.67 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:59:52 #11 26.71 Selecting previously unselected package libssh-4:arm64.
11:59:52 #11 26.71 Preparing to unpack .../103-libssh-4_0.9.6-2build1_arm64.deb ...
11:59:52 #11 26.72 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
11:59:52 #11 26.77 Selecting previously unselected package libcurl4:arm64.
11:59:52 #10 35.72 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ...
11:59:52 #10 35.73 Unpacking libio-string-perl (1.08-3) ...
11:59:52 #10 35.76 Selecting previously unselected package libtypes-serialiser-perl.
11:59:52 #10 35.76 Preparing to unpack .../244-libtypes-serialiser-perl_1.0-1_all.deb ...
11:59:52 #10 35.77 Unpacking libtypes-serialiser-perl (1.0-1) ...
11:59:52 #10 35.80 Selecting previously unselected package libjson-xs-perl.
11:59:52 #10 35.81 Preparing to unpack .../245-libjson-xs-perl_3.040-1+b1_arm64.deb ...
11:59:52 #10 35.81 Unpacking libjson-xs-perl (3.040-1+b1) ...
11:59:52 #10 35.86 Selecting previously unselected package liblzo2-2:arm64.
11:59:52 #10 35.86 Preparing to unpack .../246-liblzo2-2_2.10-0.1_arm64.deb ...
11:59:52 #10 35.86 Unpacking liblzo2-2:arm64 (2.10-0.1) ...
11:59:52 #10 35.91 Selecting previously unselected package libkyotocabinet16v5:arm64.
11:59:52 #10 35.91 Preparing to unpack .../247-libkyotocabinet16v5_1.2.76-4.2+b1_arm64.deb ...
11:59:52 #10 35.91 Unpacking libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
11:59:52 #10 35.97 Selecting previously unselected package liblist-compare-perl.
11:59:52 #11 14.94 Get:134 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gcc armhf 4:12.2.0-1ubuntu1 [5116 B]
11:59:52 #11 14.94 Get:135 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstdc++-12-dev armhf 12.2.0-3ubuntu1 [2238 kB]
11:59:52 #11 14.97 Get:136 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf g++-12 armhf 12.2.0-3ubuntu1 [9309 kB]
11:59:52 #11 33.70 Preparing to unpack .../220-libconst-fast-perl_0.014-1_all.deb ...
11:59:52 #11 33.70 Unpacking libconst-fast-perl (0.014-1) ...
11:59:52 #11 33.73 Selecting previously unselected package libwant-perl.
11:59:52 #11 33.74 Preparing to unpack .../221-libwant-perl_0.29-1build4_arm64.deb ...
11:59:52 #11 33.74 Unpacking libwant-perl (0.29-1build4) ...
11:59:52 #11 33.77 Selecting previously unselected package libcontextual-return-perl.
11:59:52 #11 33.77 Preparing to unpack .../222-libcontextual-return-perl_0.004014-2_all.deb ...
11:59:52 #11 33.77 Unpacking libcontextual-return-perl (0.004014-2) ...
11:59:52 #11 33.81 Selecting previously unselected package libcpanel-json-xs-perl.
11:59:52 #11 33.81 Preparing to unpack .../223-libcpanel-json-xs-perl_4.19-1build1_arm64.deb ...
11:59:52 #11 33.82 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
11:59:52 #11 33.86 Selecting previously unselected package libdata-dump-perl.
11:59:52 #11 33.86 Preparing to unpack .../224-libdata-dump-perl_1.23-1_all.deb ...
11:59:52 #11 33.86 Unpacking libdata-dump-perl (1.23-1) ...
11:59:52 #11 33.90 Selecting previously unselected package libdigest-bubblebabble-perl.
11:59:52 #11 33.90 Preparing to unpack .../225-libdigest-bubblebabble-perl_0.02-2_all.deb ...
11:59:52 #11 33.90 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
11:59:52 #11 33.94 Selecting previously unselected package libdigest-hmac-perl.
11:59:52 #10 21.56 Unpacking xz-utils (5.2.4-1+deb10u1) ...
11:59:52 #10 21.63 Selecting previously unselected package libfl2:armhf.
11:59:52 #10 21.63 Preparing to unpack .../021-libfl2_2.6.4-6.2_armhf.deb ...
11:59:52 #10 21.64 Unpacking libfl2:armhf (2.6.4-6.2) ...
11:59:52 #10 21.70 Selecting previously unselected package at.
11:59:52 #10 21.70 Preparing to unpack .../022-at_3.1.23-1_armhf.deb ...
11:59:52 #10 21.72 Unpacking at (3.1.23-1) ...
11:59:52 #10 21.75 Selecting previously unselected package libsigsegv2:armhf.
11:59:52 #10 21.75 Preparing to unpack .../023-libsigsegv2_2.12-2_armhf.deb ...
11:59:52 #10 21.76 Unpacking libsigsegv2:armhf (2.12-2) ...
11:59:52 #10 21.80 Selecting previously unselected package m4.
11:59:52 #10 21.80 Preparing to unpack .../024-m4_1.4.18-2_armhf.deb ...
11:59:52 #10 35.73 Preparing to unpack .../275-python3-magic_2%3a0.4.15-1_all.deb ...
11:59:52 #10 35.74 Unpacking python3-magic (2:0.4.15-1) ...
11:59:52 #10 35.79 Setting up python-apt-common (1.6.6) ...
11:59:52 #10 35.80 Setting up libnpth0:arm64 (1.5-3) ...
11:59:52 #10 35.82 Setting up libedit2:arm64 (3.1-20170329-1) ...
11:59:52 #10 35.84 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ...
11:59:52 #10 35.85 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ...
11:59:52 #10 35.86 Setting up readline-common (7.0-3) ...
11:59:52 #10 35.94 Setting up libapt-inst2.0:arm64 (1.6.14) ...
11:59:52 #10 26.29 Selecting previously unselected package publicsuffix.
11:59:52 #10 26.29 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
11:59:52 #10 26.30 Unpacking publicsuffix (20180223.1310-1) ...
11:59:52 #10 26.35 Selecting previously unselected package python-apt-common.
11:59:52 #10 26.35 Preparing to unpack .../044-python-apt-common_1.6.6_all.deb ...
11:59:52 #10 26.36 Unpacking python-apt-common (1.6.6) ...
11:59:52 #10 26.40 Selecting previously unselected package python3-apt.
11:59:52 #10 26.40 Preparing to unpack .../045-python3-apt_1.6.6_armhf.deb ...
11:59:52 #10 26.40 Unpacking python3-apt (1.6.6) ...
11:59:52 #10 26.46 Selecting previously unselected package strace.
11:59:52 #10 26.46 Preparing to unpack .../046-strace_4.21-1ubuntu1_armhf.deb ...
11:59:52 #11 19.14 Selecting previously unselected package python3-minimal.
11:59:52 #11 19.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 ... 4433 files and directories currently installed.)
11:59:52 #11 19.14 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_armhf.deb ...
11:59:52 #11 19.15 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
11:59:52 #11 19.18 Selecting previously unselected package mime-support.
11:59:52 #11 19.18 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
11:59:52 #11 19.18 Unpacking mime-support (3.64ubuntu1) ...
11:59:52 #11 19.23 Selecting previously unselected package libmpdec2:armhf.
11:59:52 #11 19.23 Preparing to unpack .../2-libmpdec2_2.4.2-3_armhf.deb ...
11:59:52 #11 19.23 Unpacking libmpdec2:armhf (2.4.2-3) ...
11:59:52 #11 19.27 Selecting previously unselected package readline-common.
11:59:52 #11 19.27 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
11:59:52 #11 19.28 Unpacking readline-common (8.0-4) ...
11:59:52 #11 19.32 Selecting previously unselected package libreadline8:armhf.
11:59:52 #11 19.32 Preparing to unpack .../4-libreadline8_8.0-4_armhf.deb ...
11:59:52 #11 19.32 Unpacking libreadline8:armhf (8.0-4) ...
11:59:52 #10 14.57 Setting up libssl3:armhf (3.0.7-2) ...
11:59:52 #10 14.58 Setting up libpython3.11-minimal:armhf (3.11.1-2) ...
11:59:52 #11 17.77 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-perl all 1.710-1 [68.4 kB]
11:59:52 #11 17.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:59:52 #11 17.84 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-perl all 0.39-1 [19.1 kB]
11:59:52 #11 17.84 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-identify-perl armhf 0.14-1build5 [9848 B]
11:59:52 #11 17.84 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-name-perl armhf 0.26-1build3 [10.7 kB]
11:59:52 #11 17.84 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:59:52 #11 17.91 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-tiny-perl all 0.122-1 [45.9 kB]
11:59:52 #11 17.91 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
11:59:52 #11 17.91 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-perl all 1.012004-1 [321 kB]
11:59:52 #11 17.92 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:59:52 #11 17.93 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhash-fieldhash-perl armhf 0.15-1build5 [16.1 kB]
11:59:52 #11 17.93 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
11:59:52 #11 17.99 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-format-perl all 2.12-1.1 [41.3 kB]
11:59:52 #11 17.99 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
11:59:52 #11 17.99 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
11:59:52 #11 17.99 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-interactive-perl all 1.023-1 [10.4 kB]
11:59:52 #11 32.43 Preparing to unpack .../185-libhttp-date-perl_6.05-1_all.deb ...
11:59:52 #11 32.44 Unpacking libhttp-date-perl (6.05-1) ...
11:59:52 #11 32.47 Selecting previously unselected package libfile-listing-perl.
11:59:52 #11 32.47 Preparing to unpack .../186-libfile-listing-perl_6.15-1_all.deb ...
11:59:52 #11 32.48 Unpacking libfile-listing-perl (6.15-1) ...
11:59:52 #11 32.51 Selecting previously unselected package libhtml-tagset-perl.
11:59:52 #11 32.51 Preparing to unpack .../187-libhtml-tagset-perl_3.20-4_all.deb ...
11:59:52 #11 32.52 Unpacking libhtml-tagset-perl (3.20-4) ...
11:59:52 #11 32.58 Selecting previously unselected package liburi-perl.
11:59:52 #11 32.58 Preparing to unpack .../188-liburi-perl_5.12-1ubuntu1_all.deb ...
11:59:52 #11 32.59 Unpacking liburi-perl (5.12-1ubuntu1) ...
11:59:52 #11 32.63 Selecting previously unselected package libhtml-parser-perl:arm64.
11:59:52 #11 32.63 Preparing to unpack .../189-libhtml-parser-perl_3.78-1_arm64.deb ...
11:59:52 #11 32.63 Unpacking libhtml-parser-perl:arm64 (3.78-1) ...
11:59:52 #11 32.67 Selecting previously unselected package libhtml-tree-perl.
11:59:52 #11 32.67 Preparing to unpack .../190-libhtml-tree-perl_5.07-2_all.deb ...
11:59:52 #11 32.68 Unpacking libhtml-tree-perl (5.07-2) ...
11:59:52 #11 32.72 Selecting previously unselected package libio-html-perl.
11:59:52 #10 36.36 Selecting previously unselected package libgpm2:arm64.
11:59:52 #10 36.37 Preparing to unpack .../287-libgpm2_1.20.7-10+b1_arm64.deb ...
11:59:52 #10 36.37 Unpacking libgpm2:arm64 (1.20.7-10+b1) ...
11:59:52 #10 36.41 Selecting previously unselected package libhtml-form-perl.
11:59:52 #10 36.41 Preparing to unpack .../288-libhtml-form-perl_6.10-1_all.deb ...
11:59:52 #10 36.41 Unpacking libhtml-form-perl (6.10-1) ...
11:59:52 #10 36.46 Selecting previously unselected package libhtml-format-perl.
11:59:52 #10 36.46 Preparing to unpack .../289-libhtml-format-perl_2.16-2_all.deb ...
11:59:52 #10 36.47 Unpacking libhtml-format-perl (2.16-2) ...
11:59:52 #10 36.52 Selecting previously unselected package libhtml-html5-entities-perl.
11:59:52 #10 36.52 Preparing to unpack .../290-libhtml-html5-entities-perl_0.004-3_all.deb ...
11:59:52 #10 36.53 Unpacking libhtml-html5-entities-perl (0.004-3) ...
11:59:52 #10 36.56 Selecting previously unselected package libhtml-tokeparser-simple-perl.
11:59:52 #11 35.26 Preparing to unpack .../361-libsyntax-keyword-try-perl_0.27-1_amd64.deb ...
11:59:52 #11 35.26 Unpacking libsyntax-keyword-try-perl (0.27-1) ...
11:59:52 #11 35.28 Selecting previously unselected package libterm-readkey-perl.
11:59:52 #11 35.29 Preparing to unpack .../362-libterm-readkey-perl_2.38-2_amd64.deb ...
11:59:52 #11 35.29 Unpacking libterm-readkey-perl (2.38-2) ...
11:59:52 #11 35.31 Selecting previously unselected package libtext-levenshteinxs-perl.
11:59:52 #11 35.32 Preparing to unpack .../363-libtext-levenshteinxs-perl_0.03-5_amd64.deb ...
11:59:52 #11 35.32 Unpacking libtext-levenshteinxs-perl (0.03-5) ...
11:59:52 #11 35.35 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
11:59:52 #11 35.35 Preparing to unpack .../364-libtext-markdown-discount-perl_0.13-1build1_amd64.deb ...
11:59:52 #11 35.36 Unpacking libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
11:59:52 #11 35.38 Selecting previously unselected package libtext-xslate-perl:amd64.
11:59:52 #11 35.38 Preparing to unpack .../365-libtext-xslate-perl_3.5.9-1build1_amd64.deb ...
11:59:52 #11 35.39 Unpacking libtext-xslate-perl:amd64 (3.5.9-1build1) ...
11:59:52 #11 35.42 Selecting previously unselected package libtime-duration-perl.
11:59:52 #11 35.42 Preparing to unpack .../366-libtime-duration-perl_1.21-1_all.deb ...
11:59:52 #11 35.42 Unpacking libtime-duration-perl (1.21-1) ...
11:59:52 #11 35.45 Selecting previously unselected package libtime-moment-perl.
11:59:52 #11 35.45 Preparing to unpack .../367-libtime-moment-perl_0.44-2_amd64.deb ...
11:59:52 #11 35.46 Unpacking libtime-moment-perl (0.44-2) ...
11:59:52 #11 35.48 Selecting previously unselected package libtype-tiny-xs-perl:amd64.
11:59:52 #11 35.49 Preparing to unpack .../368-libtype-tiny-xs-perl_0.022-2_amd64.deb ...
11:59:52 #11 35.49 Unpacking libtype-tiny-xs-perl:amd64 (0.022-2) ...
11:59:52 #11 35.51 Selecting previously unselected package libunicode-utf8-perl.
11:59:52 #11 35.52 Preparing to unpack .../369-libunicode-utf8-perl_0.62-1build4_amd64.deb ...
11:59:52 #11 35.52 Unpacking libunicode-utf8-perl (0.62-1build4) ...
11:59:52 #11 35.54 Selecting previously unselected package libwww-mechanize-perl.
11:59:52 #11 35.55 Preparing to unpack .../370-libwww-mechanize-perl_2.14-2_all.deb ...
11:59:52 #11 35.55 Unpacking libwww-mechanize-perl (2.14-2) ...
11:59:52 #11 35.58 Selecting previously unselected package libxml-namespacesupport-perl.
11:59:52 #11 35.58 Preparing to unpack .../371-libxml-namespacesupport-perl_1.12-2_all.deb ...
11:59:52 #10 8.761 The following additional packages will be installed:
11:59:52 #10 8.761   autoconf automake autopoint autotools-dev binutils
11:59:52 #10 8.761   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
11:59:52 #10 8.761   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
11:59:52 #10 8.761   gcc gcc-10 gettext gettext-base git-man groff-base intltool-debian
11:59:52 #10 8.761   libarchive-zip-perl libasan6 libatomic1 libb-hooks-op-check-perl libbinutils
11:59:52 #10 8.761   libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
11:59:52 #10 8.761   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:59:52 #10 8.761   libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
11:59:52 #10 8.761   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:59:52 #10 8.761   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
11:59:52 #10 8.761   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:52 #10 8.761   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
11:59:52 #10 8.761   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:52 #10 8.761   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
11:59:52 #10 8.761   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
11:59:52 #10 8.761   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
11:59:52 #10 8.761   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
11:59:52 #10 8.761   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
11:59:52 #10 8.761   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
11:59:52 #10 8.761   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
11:59:52 #10 8.761   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
11:59:52 #10 8.761   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
11:59:52 #10 8.761   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
11:59:52 #10 8.761   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
11:59:52 #10 8.761   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
11:59:52 #10 8.761   po-debconf python3 python3-minimal python3.9 python3.9-minimal
11:59:52 #10 8.761   sensible-utils wdiff xz-utils
11:59:52 #10 8.764 Suggested packages:
11:59:52 #10 8.764   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:59:52 #10 8.764   gcc-10-locales dh-make adequate at autopkgtest bls-standalone bsd-mailx
11:59:52 #10 8.764   | mailx build-essential check-all-the-things cvs-buildpackage devscripts-el
11:59:52 #10 8.764   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:59:52 #10 8.764   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
11:59:52 #10 8.764   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
11:59:52 #10 8.764   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
11:59:52 #10 8.764   reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
11:59:52 #10 8.764   manpages-dev flex bison gdb gcc-doc gcc-10-doc gettext-doc libasprintf-dev
11:59:52 #10 8.764   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:59:52 #10 8.764   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
11:59:52 #10 8.764   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
11:59:52 #10 8.764   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
11:59:52 #10 8.764   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
11:59:52 #10 8.764   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
11:59:52 #10 8.764   diffutils-doc perl-doc libterm-readline-gnu-perl
11:59:52 #10 8.764   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
11:59:52 #10 8.764   python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
11:59:52 #10 8.764   binfmt-support wdiff-doc
11:59:52 #10 8.764 Recommended packages:
11:59:52 #10 8.764   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
11:59:52 #10 8.764   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
11:59:52 #10 8.764   licensecheck lintian pristine-tar python3-apt python3-debian python3-magic
11:59:52 #10 8.764   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
11:59:52 #10 8.764   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
11:59:52 #10 8.764   manpages manpages-dev libc-devtools libnss-nis libnss-nisplus
11:59:52 #10 8.764   libfile-fcntllock-perl libarchive-cpio-perl libhtml-format-perl
11:59:52 #10 8.764   libclone-perl libclass-xsaccessor-perl libnamespace-clean-perl
11:59:52 #10 8.764   libsub-name-perl libltdl-dev libdata-dump-perl libhtml-form-perl
11:59:52 #10 8.764   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
11:59:52 #10 36.34 Preparing to unpack .../226-libltdl-dev_2.4.6-2_amd64.deb ...
11:59:52 #10 36.34 Unpacking libltdl-dev:amd64 (2.4.6-2) ...
11:59:52 #10 36.39 Selecting previously unselected package libnet-http-perl.
11:59:52 #10 36.39 Preparing to unpack .../227-libnet-http-perl_6.17-1_all.deb ...
11:59:52 #10 36.40 Unpacking libnet-http-perl (6.17-1) ...
11:59:52 #10 36.42 Selecting previously unselected package libwww-robotrules-perl.
11:59:52 #10 36.42 Preparing to unpack .../228-libwww-robotrules-perl_6.01-1_all.deb ...
11:59:52 #10 36.43 Unpacking libwww-robotrules-perl (6.01-1) ...
11:59:52 #10 36.46 Selecting previously unselected package libwww-perl.
11:59:52 #10 36.47 Preparing to unpack .../229-libwww-perl_6.31-1ubuntu0.1_all.deb ...
11:59:52 #10 36.47 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
11:59:52 #10 36.51 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:52 #10 36.51 Preparing to unpack .../230-liblwp-protocol-https-perl_6.07-2_all.deb ...
11:59:52 #10 36.51 Unpacking liblwp-protocol-https-perl (6.07-2) ...
11:59:52 #10 36.54 Selecting previously unselected package libsys-hostname-long-perl.
11:59:52 #10 36.55 Preparing to unpack .../231-libsys-hostname-long-perl_1.5-1_all.deb ...
11:59:52 #10 36.55 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:59:52 #10 36.58 Selecting previously unselected package libmail-sendmail-perl.
11:59:52 #10 36.58 Preparing to unpack .../232-libmail-sendmail-perl_0.80-1_all.deb ...
11:59:52 #10 36.58 Unpacking libmail-sendmail-perl (0.80-1) ...
11:59:52 #10 36.61 Selecting previously unselected package librole-tiny-perl.
11:59:52 #10 36.61 Preparing to unpack .../233-librole-tiny-perl_2.000006-1_all.deb ...
11:59:52 #10 36.62 Unpacking librole-tiny-perl (2.000006-1) ...
11:59:52 #10 36.64 Selecting previously unselected package libstrictures-perl.
11:59:52 #10 36.64 Preparing to unpack .../234-libstrictures-perl_2.000003-1_all.deb ...
11:59:52 #10 36.65 Unpacking libstrictures-perl (2.000003-1) ...
11:59:52 #10 36.67 Selecting previously unselected package libsub-quote-perl.
11:59:52 #10 36.67 Preparing to unpack .../235-libsub-quote-perl_2.005000-1_all.deb ...
11:59:52 #10 36.68 Unpacking libsub-quote-perl (2.005000-1) ...
11:59:52 #10 34.38 Preparing to unpack .../286-libossp-uuid16_1.6.2-1.5+b9_arm64.deb ...
11:59:52 #10 34.38 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
11:59:52 #10 34.42 Selecting previously unselected package libossp-uuid-perl.
11:59:52 #10 34.42 Preparing to unpack .../287-libossp-uuid-perl_1.6.2-1.5+b9_arm64.deb ...
11:59:52 #10 34.42 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
11:59:52 #10 34.46 Selecting previously unselected package libpackage-stash-xs-perl.
11:59:52 #10 34.46 Preparing to unpack .../288-libpackage-stash-xs-perl_0.29-1+b2_arm64.deb ...
11:59:52 #10 34.47 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
11:59:52 #10 34.50 Selecting previously unselected package libpath-iterator-rule-perl.
11:59:52 #10 34.50 Preparing to unpack .../289-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:59:52 #10 34.51 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:59:52 #10 34.55 Selecting previously unselected package libperlio-gzip-perl.
11:59:52 #10 34.55 Preparing to unpack .../290-libperlio-gzip-perl_0.19-1+b7_arm64.deb ...
11:59:52 #10 34.55 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
11:59:52 #10 34.59 Selecting previously unselected package libpod-parser-perl.
11:59:52 #10 34.59 Preparing to unpack .../291-libpod-parser-perl_1.63-2_all.deb ...
11:59:52 #10 34.60 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:59:52 + STATUS=0
11:59:52 + '[' 0 -ne 0 ']'
11:59:52 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
11:59:52 + exit 0
11:59:52 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.p0UEYP
11:59:52 + umask 022
11:59:52 + cd /root/rpmbuild/BUILD
11:59:52 + cd src
11:59:52 + export DOCKER_GITCOMMIT=a25ab92
11:59:52 + DOCKER_GITCOMMIT=a25ab92
11:59:52 + mkdir -p /go/src/github.com/docker
11:59:52 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
11:59:52 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
11:59:52 + pushd /root/rpmbuild/BUILD/src/engine
11:59:52 + TMP_GOPATH=/go
11:59:52 + hack/dockerfile/install/install.sh tini
11:59:52 + RM_GOPATH=0
11:59:52 + TMP_GOPATH=/go
11:59:52 + : /usr/local/bin
11:59:52 + '[' -z /go ']'
11:59:52 + export GOPATH=/go
11:59:52 + GOPATH=/go
11:59:52 + case "$(go env GOARCH)" in
11:59:52 ++ go env GOARCH
11:59:52 + export GO_BUILDMODE=-buildmode=pie
11:59:52 + GO_BUILDMODE=-buildmode=pie
11:59:52 ++ dirname hack/dockerfile/install/install.sh
11:59:52 + dir=hack/dockerfile/install
11:59:52 + bin=tini
11:59:52 + shift
11:59:52 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:59:52 + . hack/dockerfile/install/tini.installer
11:59:52 ++ : v0.19.0
11:59:52 Install tini version v0.19.0
11:59:52 + install_tini
11:59:52 + echo 'Install tini version v0.19.0'
11:59:52 + git clone https://github.com/krallin/tini.git /go/tini
11:59:52 Cloning into '/go/tini'...
11:59:52 #11 35.10 Selecting previously unselected package manpages-dev.
11:59:52 #11 35.10 Preparing to unpack .../347-manpages-dev_5.10-1ubuntu1_all.deb ...
11:59:52 #11 35.10 Unpacking manpages-dev (5.10-1ubuntu1) ...
11:59:52 #11 35.36 Selecting previously unselected package python3-certifi.
11:59:52 #11 35.37 Preparing to unpack .../348-python3-certifi_2020.6.20-1_all.deb ...
11:59:52 #11 35.37 Unpacking python3-certifi (2020.6.20-1) ...
11:59:52 #11 35.41 Selecting previously unselected package python3-idna.
11:59:52 #11 35.41 Preparing to unpack .../349-python3-idna_3.3-1_all.deb ...
11:59:52 #11 35.42 Unpacking python3-idna (3.3-1) ...
11:59:52 #11 35.45 Selecting previously unselected package python3-six.
11:59:52 #11 35.45 Preparing to unpack .../350-python3-six_1.16.0-3ubuntu1_all.deb ...
11:59:52 #11 35.46 Unpacking python3-six (1.16.0-3ubuntu1) ...
11:59:52 #11 35.49 Selecting previously unselected package python3-urllib3.
11:59:52 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 5.1s
11:59:52 #10 6.538 Reading package lists...
11:59:52 #21 11.53 Preparing to unpack .../5-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:59:52 #21 11.53 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:59:52 #11 36.20 Selecting previously unselected package diffstat.
11:59:52 #11 36.20 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ...
11:59:52 #11 36.21 Unpacking diffstat (1.63-1) ...
11:59:52 #11 36.24 Selecting previously unselected package python3-chardet.
11:59:52 #11 36.24 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ...
11:59:52 #11 36.25 Unpacking python3-chardet (3.0.4-4build1) ...
11:59:52 #11 36.30 Selecting previously unselected package python3-debian.
11:59:52 #11 36.30 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1_all.deb ...
11:59:52 #11 36.30 Unpacking python3-debian (0.1.36ubuntu1) ...
11:59:52 #11 36.35 Selecting previously unselected package libgpgme11:amd64.
11:59:52 #11 36.35 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2_amd64.deb ...
11:59:52 #11 36.36 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ...
11:59:52 #11 36.40 Selecting previously unselected package python3-gpg.
11:59:52 #11 36.40 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2_amd64.deb ...
11:59:52 #11 36.40 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
11:59:52 #11 36.47 Selecting previously unselected package dput.
11:59:52 #11 36.47 Preparing to unpack .../198-dput_1.0.3ubuntu1_all.deb ...
11:59:52 #11 36.48 Unpacking dput (1.0.3ubuntu1) ...
11:59:52 #11 36.52 Selecting previously unselected package libcurl3-gnutls:amd64.
11:59:52 #10 34.73 Preparing to unpack .../105-gpg_2.2.40-1_amd64.deb ...
11:59:52 #10 34.73 Unpacking gpg (2.2.40-1) ...
11:59:52 #10 34.81 Selecting previously unselected package pinentry-curses.
11:59:52 #10 34.82 Preparing to unpack .../106-pinentry-curses_1.2.1-1_amd64.deb ...
11:59:52 #10 34.82 Unpacking pinentry-curses (1.2.1-1) ...
11:59:52 #10 34.87 Selecting previously unselected package gpg-agent.
11:59:52 #10 34.87 Preparing to unpack .../107-gpg-agent_2.2.40-1_amd64.deb ...
11:59:52 #10 34.87 Unpacking gpg-agent (2.2.40-1) ...
11:59:52 #10 34.92 Selecting previously unselected package gpg-wks-client.
11:59:52 #10 34.92 Preparing to unpack .../108-gpg-wks-client_2.2.40-1_amd64.deb ...
11:59:52 #10 34.93 Unpacking gpg-wks-client (2.2.40-1) ...
11:59:52 #10 34.97 Selecting previously unselected package gpg-wks-server.
11:59:52 #10 34.97 Preparing to unpack .../109-gpg-wks-server_2.2.40-1_amd64.deb ...
11:59:52 #10 34.97 Unpacking gpg-wks-server (2.2.40-1) ...
11:59:52 #10 35.01 Selecting previously unselected package gpgsm.
11:59:52 #10 35.01 Preparing to unpack .../110-gpgsm_2.2.40-1_amd64.deb ...
11:59:52 #10 35.02 Unpacking gpgsm (2.2.40-1) ...
11:59:52 #10 35.07 Selecting previously unselected package gnupg.
11:59:52 #10 35.07 Preparing to unpack .../111-gnupg_2.2.40-1_all.deb ...
11:59:52 #11 26.77 Preparing to unpack .../104-libcurl4_7.81.0-1ubuntu1.7_arm64.deb ...
11:59:52 #11 26.77 Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.7) ...
11:59:52 #11 26.83 Selecting previously unselected package curl.
11:59:52 #11 26.83 Preparing to unpack .../105-curl_7.81.0-1ubuntu1.7_arm64.deb ...
11:59:52 #11 26.84 Unpacking curl (7.81.0-1ubuntu1.7) ...
11:59:52 #11 26.88 Selecting previously unselected package dctrl-tools.
11:59:52 #11 26.88 Preparing to unpack .../106-dctrl-tools_2.24-3build2_arm64.deb ...
11:59:52 #11 26.89 Unpacking dctrl-tools (2.24-3build2) ...
11:59:52 #11 26.93 Selecting previously unselected package libdebhelper-perl.
11:59:52 #11 26.93 Preparing to unpack .../107-libdebhelper-perl_13.6ubuntu1_all.deb ...
11:59:52 #11 26.94 Unpacking libdebhelper-perl (13.6ubuntu1) ...
11:59:52 #11 26.98 Selecting previously unselected package libtool.
11:59:52 #11 26.98 Preparing to unpack .../108-libtool_2.4.6-15build2_all.deb ...
11:59:52 #11 26.99 Unpacking libtool (2.4.6-15build2) ...
11:59:52 #10 35.97 Preparing to unpack .../248-liblist-compare-perl_0.53-1_all.deb ...
11:59:52 #10 35.98 Unpacking liblist-compare-perl (0.53-1) ...
11:59:52 #10 36.02 Selecting previously unselected package liblist-moreutils-perl.
11:59:52 #10 36.02 Preparing to unpack .../249-liblist-moreutils-perl_0.416-1+b4_arm64.deb ...
11:59:52 #10 36.03 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
11:59:52 #10 36.06 Selecting previously unselected package libltdl-dev:arm64.
11:59:52 #10 36.07 Preparing to unpack .../250-libltdl-dev_2.4.6-9_arm64.deb ...
11:59:52 #10 36.07 Unpacking libltdl-dev:arm64 (2.4.6-9) ...
11:59:52 #10 36.14 Selecting previously unselected package libsys-hostname-long-perl.
11:59:52 #10 36.14 Preparing to unpack .../251-libsys-hostname-long-perl_1.5-1_all.deb ...
11:59:52 #10 36.14 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:59:52 #10 36.18 Selecting previously unselected package libmail-sendmail-perl.
11:59:52 #10 36.18 Preparing to unpack .../252-libmail-sendmail-perl_0.80-1_all.deb ...
11:59:52 #10 36.19 Unpacking libmail-sendmail-perl (0.80-1) ...
11:59:52 #10 36.23 Selecting previously unselected package mailutils-common.
11:59:52 #10 38.92 Selecting previously unselected package iso-codes.
11:59:52 #10 38.92 Preparing to unpack .../170-iso-codes_4.2-1_all.deb ...
11:59:52 #10 38.92 Unpacking iso-codes (4.2-1) ...
11:59:52 #13 6.009 (1/74): acl-2.3.1-3.el9.aarch64.rpm             241 kB/s |  73 kB     00:00    
11:59:52 #13 6.011 (2/74): dbus-1.12.20-7.el9.aarch64.rpm           13 kB/s | 3.9 kB     00:00    
11:59:52 #13 6.016 (3/74): dbus-common-1.12.20-7.el9.noarch.rpm    3.1 MB/s |  15 kB     00:00    
11:59:52 #13 6.021 (4/74): dbus-broker-28-7.el9.aarch64.rpm        525 kB/s | 166 kB     00:00    
11:59:52 #13 6.024 (5/74): device-mapper-1.02.187-4.el9.aarch64.rp  11 MB/s | 138 kB     00:00    
11:59:52 #13 6.028 (6/74): device-mapper-libs-1.02.187-4.el9.aarch  16 MB/s | 172 kB     00:00    
11:59:52 #13 6.032 (7/74): kmod-libs-28-7.el9.aarch64.rpm          9.3 MB/s |  63 kB     00:00    
11:59:52 #13 6.035 (8/74): libatomic-11.3.1-4.3.el9.aarch64.rpm    5.8 MB/s |  55 kB     00:00    
11:59:52 #13 6.039 (9/74): libcbor-0.7.0-5.el9.aarch64.rpm         6.3 MB/s |  56 kB     00:00    
11:59:52 #13 6.042 (10/74): libfido2-1.6.0-7.el9.aarch64.rpm       9.8 MB/s |  69 kB     00:00    
11:59:52 #13 6.046 (11/74): libedit-3.1-37.20210216cvs.el9.aarch64 9.3 MB/s | 104 kB     00:00    
11:59:52 #13 6.049 (12/74): libseccomp-2.5.2-2.el9.aarch64.rpm     6.8 MB/s |  72 kB     00:00    
11:59:52 #13 6.057 (13/74): make-4.3-7.el9.aarch64.rpm              37 MB/s | 535 kB     00:00    
11:59:52 #13 6.065 (14/74): openssh-8.7p1-28.el9.aarch64.rpm        30 MB/s | 448 kB     00:00    
11:59:52 #13 6.073 (15/74): openssh-clients-8.7p1-28.el9.aarch64.r  28 MB/s | 679 kB     00:00    
11:59:52 #13 6.078 (16/74): rpm-plugin-selinux-4.16.1.3-22.el9.aar 892 kB/s |  18 kB     00:00    
11:59:52 #13 6.080 (17/74): selinux-policy-38.1.5-1.el9.noarch.rpm 3.5 MB/s |  54 kB     00:00    
11:59:52 #13 6.105 (18/74): systemd-pam-252-3.el9.aarch64.rpm       10 MB/s | 244 kB     00:00    
11:59:52 #13 6.115 (19/74): systemd-rpm-macros-252-3.el9.noarch.rp 4.3 MB/s |  43 kB     00:00    
11:59:52 #13 6.129 (20/74): which-2.21-28.el9.aarch64.rpm          3.3 MB/s |  41 kB     00:00    
11:59:52 #13 6.143 (21/74): systemd-252-3.el9.aarch64.rpm           62 MB/s | 3.9 MB     00:00    
11:59:52 #13 6.166 (22/74): annobin-11.05-1.el9.aarch64.rpm         27 MB/s | 973 kB     00:00    
11:59:52 #13 6.181 (23/74): autoconf-2.69-38.el9.noarch.rpm         21 MB/s | 681 kB     00:00    
11:59:52 #13 6.205 (24/74): selinux-policy-targeted-38.1.5-1.el9.n  52 MB/s | 6.8 MB     00:00    
11:59:52 #13 6.212 (25/74): automake-1.16.2-6.el9.noarch.rpm        16 MB/s | 689 kB     00:00    
11:59:52 #13 6.228 (26/74): cmake-filesystem-3.20.2-7.el9.aarch64. 1.7 MB/s |  23 kB     00:00    
11:59:52 #13 6.243 (27/74): cmake-rpm-macros-3.20.2-7.el9.noarch.r 1.3 MB/s |  16 kB     00:00    
11:59:52 #13 6.260 (28/74): cmake-data-3.20.2-7.el9.noarch.rpm      48 MB/s | 2.1 MB     00:00    
11:59:52 #13 6.346 (29/74): cmake-3.20.2-7.el9.aarch64.rpm          38 MB/s | 6.2 MB     00:00    
11:59:52 #10 21.80 Unpacking m4 (1.4.18-2) ...
11:59:52 #10 21.86 Selecting previously unselected package autoconf.
11:59:52 #10 21.86 Preparing to unpack .../025-autoconf_2.69-11_all.deb ...
11:59:52 #10 21.87 Unpacking autoconf (2.69-11) ...
11:59:52 #10 21.95 Selecting previously unselected package autotools-dev.
11:59:52 #10 21.95 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ...
11:59:52 #10 21.96 Unpacking autotools-dev (20180224.1) ...
11:59:52 #10 22.01 Selecting previously unselected package automake.
11:59:52 #10 22.01 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ...
11:59:52 #10 22.02 Unpacking automake (1:1.16.1-4) ...
11:59:52 #11 33.94 Preparing to unpack .../226-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
11:59:52 #11 33.94 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
11:59:52 #11 33.98 Selecting previously unselected package libdistro-info-perl.
11:59:52 #11 33.98 Preparing to unpack .../227-libdistro-info-perl_0.23ubuntu1_all.deb ...
11:59:52 #11 33.98 Unpacking libdistro-info-perl (0.23ubuntu1) ...
11:59:52 #11 34.02 Selecting previously unselected package libnet-smtp-ssl-perl.
11:59:52 #11 34.02 Preparing to unpack .../228-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:59:52 #11 34.02 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:59:52 #11 34.07 Selecting previously unselected package libmailtools-perl.
11:59:52 #11 34.07 Preparing to unpack .../229-libmailtools-perl_2.21-1_all.deb ...
11:59:52 #11 34.07 Unpacking libmailtools-perl (2.21-1) ...
11:59:52 #11 34.12 Selecting previously unselected package libnet-ip-perl.
11:59:52 #11 34.13 Preparing to unpack .../230-libnet-ip-perl_1.26-2_all.deb ...
11:59:52 #11 34.13 Unpacking libnet-ip-perl (1.26-2) ...
11:59:52 #11 34.16 Selecting previously unselected package libnet-dns-perl.
11:59:52 #11 34.17 Preparing to unpack .../231-libnet-dns-perl_1.22-1_all.deb ...
11:59:52 #11 34.17 Unpacking libnet-dns-perl (1.22-1) ...
11:59:52 #11 34.23 Selecting previously unselected package libnet-domain-tld-perl.
11:59:52 #11 34.23 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1_all.deb ...
11:59:52 #11 34.23 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:59:52 #11 34.26 Selecting previously unselected package libemail-valid-perl.
11:59:52 #11 34.27 Preparing to unpack .../233-libemail-valid-perl_1.202-1_all.deb ...
11:59:52 #10 35.96 Setting up manpages (4.15-1) ...
11:59:52 #10 35.97 Setting up strace (4.21-1ubuntu1) ...
11:59:52 #10 35.98 Setting up git-man (1:2.17.1-1ubuntu0.15) ...
11:59:52 #10 35.99 Setting up libicu60:arm64 (60.2-3ubuntu3.2) ...
11:59:52 #10 36.00 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ...
11:59:52 #10 36.02 Setting up less (487-0.1) ...
11:59:52 #10 36.11 Setting up make (4.1-9.1ubuntu1) ...
11:59:52 #10 36.12 Setting up libapt-pkg-perl (0.1.33build1) ...
11:59:52 #10 36.14 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.10) ...
11:59:52 #10 36.22 Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
11:59:52 #10 36.23 Setting up mime-support (3.60ubuntu1) ...
11:59:52 #10 36.27 Setting up iso-codes (3.79-1) ...
11:59:52 #10 36.28 Setting up libsigsegv2:arm64 (2.12-1) ...
11:59:52 #10 36.29 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:59:52 #10 36.31 Setting up libreadline7:arm64 (7.0-3) ...
11:59:52 #10 36.32 Setting up perl-openssl-defaults:arm64 (3build1) ...
11:59:52 #10 36.33 Setting up libpsl5:arm64 (0.19.1-5build1) ...
11:59:52 #12 23.46 Running transaction check
11:59:52 #12 23.55 Transaction check succeeded.
11:59:52 #12 23.55 Running transaction test
11:59:52 #10 14.60 Setting up libexpat1:armhf (2.5.0-1) ...
11:59:52 #10 14.61 Setting up python3.11-minimal (3.11.1-2) ...
11:59:52 #10 26.46 Unpacking strace (4.21-1ubuntu1) ...
11:59:52 #11 19.39 Selecting previously unselected package libsqlite3-0:armhf.
11:59:52 #11 19.39 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_armhf.deb ...
11:59:52 #11 19.39 Unpacking libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
11:59:52 #11 19.49 Selecting previously unselected package libpython3.8-stdlib:armhf.
11:59:52 #11 19.49 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
11:59:52 #11 19.52 Unpacking libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.6) ...
11:59:52 #11 18.06 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompt-tiny-perl all 0.003-1 [8924 B]
11:59:52 #11 18.06 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:59:52 #11 18.06 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-xs-perl armhf 4.030-1build3 [85.8 kB]
11:59:52 #11 18.06 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:59:52 #11 18.06 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:59:52 #11 18.06 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-compare-perl all 0.55-1 [63.3 kB]
11:59:52 #11 18.14 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
11:59:52 #11 18.14 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-xs-perl armhf 0.58-2build3 [31.4 kB]
11:59:52 #11 18.14 Get:294 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-utilsby-perl all 0.11-1 [14.7 kB]
11:59:52 #11 18.14 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl7 armhf 2.4.6-15build2 [36.7 kB]
11:59:52 #11 18.20 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl-dev armhf 2.4.6-15build2 [167 kB]
11:59:52 #11 18.21 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblzo2-2 armhf 2.10-2build3 [47.6 kB]
11:59:52 #11 18.21 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:59:52 #11 18.21 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
11:59:52 #11 18.21 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:59:52 #11 18.21 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
11:59:52 #11 18.28 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmarkdown2 armhf 2.2.7-2 [31.3 kB]
11:59:52 #11 18.28 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:59:52 #10 36.56 Preparing to unpack .../291-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
11:59:52 #10 36.57 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
11:59:52 #10 36.60 Selecting previously unselected package libhttp-daemon-perl.
11:59:52 #10 36.60 Preparing to unpack .../292-libhttp-daemon-perl_6.14-2_all.deb ...
11:59:52 #10 36.61 Unpacking libhttp-daemon-perl (6.14-2) ...
11:59:52 #10 36.65 Selecting previously unselected package libio-interactive-perl.
11:59:52 #10 36.65 Preparing to unpack .../293-libio-interactive-perl_1.023-2_all.deb ...
11:59:52 #10 36.65 Unpacking libio-interactive-perl (1.023-2) ...
11:59:52 #10 36.69 Selecting previously unselected package libio-sessiondata-perl.
11:59:52 #10 36.69 Preparing to unpack .../294-libio-sessiondata-perl_1.03-3_all.deb ...
11:59:52 #10 36.69 Unpacking libio-sessiondata-perl (1.03-3) ...
11:59:52 #10 36.73 Selecting previously unselected package libio-stringy-perl.
11:59:52 #10 36.73 Preparing to unpack .../295-libio-stringy-perl_2.111-3_all.deb ...
11:59:52 #10 36.73 Unpacking libio-stringy-perl (2.111-3) ...
11:59:52 #10 36.77 Selecting previously unselected package libipc-run3-perl.
11:59:52 #10 36.77 Preparing to unpack .../296-libipc-run3-perl_0.048-3_all.deb ...
11:59:52 #10 36.78 Unpacking libipc-run3-perl (0.048-3) ...
11:59:52 #10 36.82 Selecting previously unselected package libtypes-serialiser-perl.
11:59:52 #11 32.72 Preparing to unpack .../191-libio-html-perl_1.004-3_all.deb ...
11:59:52 #11 32.73 Unpacking libio-html-perl (1.004-3) ...
11:59:52 #11 32.76 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:52 #11 32.76 Preparing to unpack .../192-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:59:52 #11 32.77 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:59:52 #11 32.80 Selecting previously unselected package libhttp-message-perl.
11:59:52 #11 32.80 Preparing to unpack .../193-libhttp-message-perl_6.37-1_all.deb ...
11:59:52 #11 32.81 Unpacking libhttp-message-perl (6.37-1) ...
11:59:52 #11 32.84 Selecting previously unselected package libhttp-cookies-perl.
11:59:52 #11 32.84 Preparing to unpack .../194-libhttp-cookies-perl_6.10-1_all.deb ...
11:59:52 #11 32.84 Unpacking libhttp-cookies-perl (6.10-1) ...
11:59:52 #11 32.88 Selecting previously unselected package libhttp-negotiate-perl.
11:59:52 #11 32.88 Preparing to unpack .../195-libhttp-negotiate-perl_6.01-1_all.deb ...
11:59:52 #11 32.88 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:59:52 #11 32.92 Selecting previously unselected package perl-openssl-defaults:arm64.
11:59:52 #11 32.92 Preparing to unpack .../196-perl-openssl-defaults_7_arm64.deb ...
11:59:52 #11 32.92 Unpacking perl-openssl-defaults:arm64 (7) ...
11:59:52 #11 32.95 Selecting previously unselected package libnet-ssleay-perl:arm64.
11:59:52 #11 35.58 Unpacking libxml-namespacesupport-perl (1.12-2) ...
11:59:52 #11 35.60 Selecting previously unselected package libxml-sax-base-perl.
11:59:52 #11 35.61 Preparing to unpack .../372-libxml-sax-base-perl_1.09-2_all.deb ...
11:59:52 #11 35.61 Unpacking libxml-sax-base-perl (1.09-2) ...
11:59:52 #11 35.64 Selecting previously unselected package libxml-sax-perl.
11:59:52 #11 35.64 Preparing to unpack .../373-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:59:52 #11 35.65 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:59:52 #11 35.68 Selecting previously unselected package libxml-libxml-perl.
11:59:52 #11 35.68 Preparing to unpack .../374-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_amd64.deb ...
11:59:52 #11 35.69 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:59:52 #11 35.72 Selecting previously unselected package libxml-parser-perl:amd64.
11:59:52 #11 35.72 Preparing to unpack .../375-libxml-parser-perl_2.46-3build1_amd64.deb ...
11:59:52 #11 35.73 Unpacking libxml-parser-perl:amd64 (2.46-3build1) ...
11:59:52 #11 35.76 Selecting previously unselected package libxml-sax-expat-perl.
11:59:52 #11 35.77 Preparing to unpack .../376-libxml-sax-expat-perl_0.51-1_all.deb ...
11:59:52 #11 35.77 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:59:52 #11 35.79 Selecting previously unselected package libyaml-libyaml-perl.
11:59:52 #10 36.71 Selecting previously unselected package libmoo-perl.
11:59:52 #10 36.71 Preparing to unpack .../236-libmoo-perl_2.003004-1_all.deb ...
11:59:52 #10 36.71 Unpacking libmoo-perl (2.003004-1) ...
11:59:52 #10 36.74 Selecting previously unselected package libpackage-stash-perl.
11:59:52 #10 36.74 Preparing to unpack .../237-libpackage-stash-perl_0.37-1_all.deb ...
11:59:52 #10 36.74 Unpacking libpackage-stash-perl (0.37-1) ...
11:59:52 #10 36.78 Selecting previously unselected package libsub-identify-perl.
11:59:52 #10 36.78 Preparing to unpack .../238-libsub-identify-perl_0.14-1_amd64.deb ...
11:59:52 #10 36.78 Unpacking libsub-identify-perl (0.14-1) ...
11:59:52 #10 36.80 Selecting previously unselected package libnamespace-clean-perl.
11:59:52 #10 36.81 Preparing to unpack .../239-libnamespace-clean-perl_0.27-1_all.deb ...
11:59:52 #10 36.81 Unpacking libnamespace-clean-perl (0.27-1) ...
11:59:52 #10 36.84 Selecting previously unselected package libnumber-compare-perl.
11:59:52 #10 36.84 Preparing to unpack .../240-libnumber-compare-perl_0.03-1_all.deb ...
11:59:52 #10 36.84 Unpacking libnumber-compare-perl (0.03-1) ...
11:59:52 #10 36.87 Selecting previously unselected package libnumber-range-perl.
11:59:52 #10 36.87 Preparing to unpack .../241-libnumber-range-perl_0.12-1_all.deb ...
11:59:52 #10 36.88 Unpacking libnumber-range-perl (0.12-1) ...
11:59:52 #10 36.90 Selecting previously unselected package libpackage-stash-xs-perl.
11:59:52 #10 34.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:59:52 #10 34.62 Unpacking libpod-parser-perl (1.63-2) ...
11:59:52 #10 34.66 Selecting previously unselected package libpod-constants-perl.
11:59:52 #10 34.66 Preparing to unpack .../292-libpod-constants-perl_0.19-2_all.deb ...
11:59:52 #10 34.67 Unpacking libpod-constants-perl (0.19-2) ...
11:59:52 #10 34.70 Selecting previously unselected package libproc-processtable-perl.
11:59:52 #10 34.70 Preparing to unpack .../293-libproc-processtable-perl_0.59-2+b1_arm64.deb ...
11:59:52 #10 34.70 Unpacking libproc-processtable-perl (0.59-2+b1) ...
11:59:52 #10 34.75 Selecting previously unselected package libre2-9:arm64.
11:59:52 #10 34.75 Preparing to unpack .../294-libre2-9_20210201+dfsg-1_arm64.deb ...
11:59:52 #10 34.76 Unpacking libre2-9:arm64 (20210201+dfsg-1) ...
11:59:52 #10 34.80 Selecting previously unselected package libre-engine-re2-perl:arm64.
11:59:52 #10 34.81 Preparing to unpack .../295-libre-engine-re2-perl_0.14-1_arm64.deb ...
11:59:52 #11 35.49 Preparing to unpack .../351-python3-urllib3_1.26.5-1~exp1_all.deb ...
11:59:52 #11 35.49 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
11:59:52 #11 35.54 Selecting previously unselected package python3-requests.
11:59:52 #11 35.54 Preparing to unpack .../352-python3-requests_2.25.1+dfsg-2_all.deb ...
11:59:52 #11 35.54 Unpacking python3-requests (2.25.1+dfsg-2) ...
11:59:52 #11 35.58 Selecting previously unselected package python3-unidiff.
11:59:52 #11 35.59 Preparing to unpack .../353-python3-unidiff_0.5.5-2_all.deb ...
11:59:52 #11 35.59 Unpacking python3-unidiff (0.5.5-2) ...
11:59:52 #11 35.62 Selecting previously unselected package python3-xdg.
11:59:52 #11 35.62 Preparing to unpack .../354-python3-xdg_0.27-2_all.deb ...
11:59:52 #11 35.63 Unpacking python3-xdg (0.27-2) ...
11:59:52 #11 35.66 Selecting previously unselected package equivs.
11:59:52 #11 35.66 Preparing to unpack .../355-equivs_2.3.1_all.deb ...
11:59:52 #11 35.66 Unpacking equivs (2.3.1) ...
11:59:52 #11 35.69 Selecting previously unselected package libauthen-sasl-perl.
11:59:52 #10 7.943 Building dependency tree...
11:59:52 #10 8.166 Reading state information...
11:59:52 #11 36.52 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.15_amd64.deb ...
11:59:52 #11 36.53 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.15) ...
11:59:52 #11 36.58 Selecting previously unselected package liberror-perl.
11:59:52 #11 36.58 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ...
11:59:52 #11 36.59 Unpacking liberror-perl (0.17029-1) ...
11:59:52 #11 36.62 Selecting previously unselected package git-man.
11:59:52 #11 36.62 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3.8_all.deb ...
11:59:52 #11 36.62 Unpacking git-man (1:2.25.1-1ubuntu3.8) ...
11:59:52 #11 36.73 Selecting previously unselected package git.
11:59:52 #10 35.07 Unpacking gnupg (2.2.40-1) ...
11:59:52 #10 35.15 Selecting previously unselected package libfile-dirlist-perl.
11:59:52 #10 35.15 Preparing to unpack .../112-libfile-dirlist-perl_0.05-3_all.deb ...
11:59:52 #10 35.15 Unpacking libfile-dirlist-perl (0.05-3) ...
11:59:52 #10 35.18 Selecting previously unselected package libfile-which-perl.
11:59:52 #10 35.18 Preparing to unpack .../113-libfile-which-perl_1.27-2_all.deb ...
11:59:52 #10 35.19 Unpacking libfile-which-perl (1.27-2) ...
11:59:52 #10 35.22 Selecting previously unselected package libfile-homedir-perl.
11:59:52 #10 35.22 Preparing to unpack .../114-libfile-homedir-perl_1.006-2_all.deb ...
11:59:52 #10 35.22 Unpacking libfile-homedir-perl (1.006-2) ...
11:59:52 #10 35.25 Selecting previously unselected package libfile-touch-perl.
11:59:52 #10 35.25 Preparing to unpack .../115-libfile-touch-perl_0.12-2_all.deb ...
11:59:52 #10 35.26 Unpacking libfile-touch-perl (0.12-2) ...
11:59:52 #10 35.29 Selecting previously unselected package libio-pty-perl.
11:59:52 #11 27.02 Selecting previously unselected package dh-autoreconf.
11:59:52 #11 27.02 Preparing to unpack .../109-dh-autoreconf_20_all.deb ...
11:59:52 #11 27.03 Unpacking dh-autoreconf (20) ...
11:59:52 #11 27.08 Selecting previously unselected package libarchive-zip-perl.
11:59:52 #11 27.08 Preparing to unpack .../110-libarchive-zip-perl_1.68-1_all.deb ...
11:59:52 #11 27.09 Unpacking libarchive-zip-perl (1.68-1) ...
11:59:52 #11 27.13 Selecting previously unselected package libsub-override-perl.
11:59:52 #11 27.13 Preparing to unpack .../111-libsub-override-perl_0.09-2_all.deb ...
11:59:52 #11 27.14 Unpacking libsub-override-perl (0.09-2) ...
11:59:52 #11 27.17 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:59:52 #11 27.18 Preparing to unpack .../112-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
11:59:52 #11 27.18 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
11:59:52 #11 27.21 Selecting previously unselected package dh-strip-nondeterminism.
11:59:52 #11 27.21 Preparing to unpack .../113-dh-strip-nondeterminism_1.13.0-1_all.deb ...
11:59:52 #11 27.22 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
11:59:52 #11 27.28 Selecting previously unselected package libdw1:arm64.
11:59:52 #11 27.29 Preparing to unpack .../114-libdw1_0.186-1build1_arm64.deb ...
11:59:52 #11 27.29 Unpacking libdw1:arm64 (0.186-1build1) ...
11:59:52 #11 27.33 Selecting previously unselected package debugedit.
11:59:52 #10 34.61 Selecting previously unselected package libfakeroot:amd64.
11:59:52 #10 34.61 Preparing to unpack .../090-libfakeroot_1.25.3-1.1_amd64.deb ...
11:59:52 #10 34.61 Unpacking libfakeroot:amd64 (1.25.3-1.1) ...
11:59:52 #10 34.66 Selecting previously unselected package fakeroot.
11:59:52 #10 34.66 Preparing to unpack .../091-fakeroot_1.25.3-1.1_amd64.deb ...
11:59:52 #10 34.66 Unpacking fakeroot (1.25.3-1.1) ...
11:59:52 #10 34.71 Selecting previously unselected package libassuan0:amd64.
11:59:52 #10 34.71 Preparing to unpack .../092-libassuan0_2.5.3-7.1_amd64.deb ...
11:59:52 #10 34.71 Unpacking libassuan0:amd64 (2.5.3-7.1) ...
11:59:52 #10 34.74 Selecting previously unselected package gpgconf.
11:59:52 #10 34.74 Preparing to unpack .../093-gpgconf_2.2.27-2+deb11u2_amd64.deb ...
11:59:52 #10 34.75 Unpacking gpgconf (2.2.27-2+deb11u2) ...
11:59:52 #10 34.80 Selecting previously unselected package libksba8:amd64.
11:59:52 #10 34.80 Preparing to unpack .../094-libksba8_1.5.0-3+deb11u2_amd64.deb ...
11:59:52 #10 34.81 Unpacking libksba8:amd64 (1.5.0-3+deb11u2) ...
11:59:52 #10 34.85 Selecting previously unselected package libnpth0:amd64.
11:59:52 #10 34.86 Preparing to unpack .../095-libnpth0_1.6-3_amd64.deb ...
11:59:52 #10 34.86 Unpacking libnpth0:amd64 (1.6-3) ...
11:59:52 #10 34.90 Selecting previously unselected package dirmngr.
11:59:52 #10 34.90 Preparing to unpack .../096-dirmngr_2.2.27-2+deb11u2_amd64.deb ...
11:59:52 #10 34.91 Unpacking dirmngr (2.2.27-2+deb11u2) ...
11:59:52 #10 36.23 Preparing to unpack .../253-mailutils-common_1%3a3.5-4_all.deb ...
11:59:52 #10 36.24 Unpacking mailutils-common (1:3.5-4) ...
11:59:52 #10 36.32 Selecting previously unselected package mysql-common.
11:59:52 #10 36.32 Preparing to unpack .../254-mysql-common_5.8+1.0.5_all.deb ...
11:59:52 #10 36.33 Unpacking mysql-common (5.8+1.0.5) ...
11:59:52 #10 36.38 Selecting previously unselected package mariadb-common.
11:59:52 #10 36.38 Preparing to unpack .../255-mariadb-common_1%3a10.3.36-0+deb10u2_all.deb ...
11:59:52 #10 36.39 Unpacking mariadb-common (1:10.3.36-0+deb10u2) ...
11:59:52 #10 36.44 Selecting previously unselected package libmariadb3:arm64.
11:59:52 #10 39.34 Selecting previously unselected package libalgorithm-diff-perl.
11:59:52 #10 39.34 Preparing to unpack .../171-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:59:52 #10 39.35 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:59:52 #10 39.38 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:59:52 #10 39.39 Preparing to unpack .../172-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
11:59:52 #10 39.41 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:59:52 #10 39.45 Selecting previously unselected package libalgorithm-merge-perl.
11:59:52 #10 39.45 Preparing to unpack .../173-libalgorithm-merge-perl_0.08-3_all.deb ...
11:59:52 #10 39.46 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:59:52 #10 39.50 Selecting previously unselected package libapt-inst2.0:amd64.
11:59:52 #13 6.392 (30/74): gcc-plugin-annobin-11.3.1-4.3.el9.aarc 1.4 MB/s |  63 kB     00:00    
11:59:52 #13 6.430 (31/74): cpp-11.3.1-4.3.el9.aarch64.rpm          56 MB/s |  10 MB     00:00    
11:59:52 #13 6.437 (32/74): git-2.39.1-1.el9.aarch64.rpm           1.6 MB/s |  63 kB     00:00    
11:59:52 #10 22.12 Selecting previously unselected package autopoint.
11:59:52 #10 22.12 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ...
11:59:52 #10 22.13 Unpacking autopoint (0.19.8.1-9) ...
11:59:52 #10 22.18 Selecting previously unselected package binutils-common:armhf.
11:59:52 #10 22.18 Preparing to unpack .../029-binutils-common_2.31.1-16_armhf.deb ...
11:59:52 #10 22.19 Unpacking binutils-common:armhf (2.31.1-16) ...
11:59:52 #11 34.27 Unpacking libemail-valid-perl (1.202-1) ...
11:59:52 #11 34.30 Selecting previously unselected package libexporter-tiny-perl.
11:59:52 #11 34.30 Preparing to unpack .../234-libexporter-tiny-perl_1.002001-1_all.deb ...
11:59:52 #11 34.31 Unpacking libexporter-tiny-perl (1.002001-1) ...
11:59:52 #11 34.34 Selecting previously unselected package libipc-system-simple-perl.
11:59:52 #11 34.34 Preparing to unpack .../235-libipc-system-simple-perl_1.26-1_all.deb ...
11:59:52 #11 34.35 Unpacking libipc-system-simple-perl (1.26-1) ...
11:59:52 #11 34.40 Selecting previously unselected package libfile-basedir-perl.
11:59:52 #11 34.40 Preparing to unpack .../236-libfile-basedir-perl_0.08-1_all.deb ...
11:59:52 #11 34.41 Unpacking libfile-basedir-perl (0.08-1) ...
11:59:52 #11 34.43 Selecting previously unselected package libfile-chdir-perl.
11:59:52 #11 34.44 Preparing to unpack .../237-libfile-chdir-perl_0.1008-1_all.deb ...
11:59:52 #11 34.44 Unpacking libfile-chdir-perl (0.1008-1) ...
11:59:52 #11 34.47 Selecting previously unselected package libfile-fcntllock-perl.
11:59:52 #11 34.48 Preparing to unpack .../238-libfile-fcntllock-perl_0.22-3build4_arm64.deb ...
11:59:52 #11 34.48 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
11:59:52 #11 34.51 Selecting previously unselected package libnumber-compare-perl.
11:59:52 #10 36.34 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
11:59:52 #10 36.36 Setting up groff-base (1.22.3-10) ...
11:59:52 #10 36.37 Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
11:59:52 #10 36.39 No schema files found: doing nothing.
11:59:52 #10 36.39 Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:59:52 #10 36.40 Setting up unzip (6.0-21ubuntu1.2) ...
11:59:52 #10 36.42 Setting up linux-libc-dev:arm64 (4.15.0-202.213) ...
11:59:52 #10 36.44 Setting up libmpfr6:arm64 (4.0.1-1) ...
11:59:52 #10 36.45 Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:59:52 #10 36.46 Setting up dctrl-tools (2.24-2build1) ...
11:59:52 #10 36.48 Setting up distro-info-data (0.37ubuntu0.15) ...
11:59:52 #10 36.49 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
11:59:52 #10 36.50 Setting up libpipeline1:arm64 (1.5.0-1) ...
11:59:52 #10 36.51 Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:52 #10 36.52 Setting up libksba8:arm64 (1.3.5-2ubuntu0.18.04.2) ...
11:59:52 #10 36.54 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
11:59:52 #10 36.55 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
11:59:52 #11 15.52 Get:137 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf g++ armhf 4:12.2.0-1ubuntu1 [1404 B]
11:59:52 #11 15.53 Get:138 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf make armhf 4.3-4.1build1 [163 kB]
11:59:52 #11 15.53 Get:139 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdpkg-perl all 1.21.9ubuntu1 [237 kB]
11:59:52 #11 15.54 Get:140 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf bzip2 armhf 1.0.8-5build1 [34.2 kB]
11:59:52 #11 15.54 Get:141 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf patch armhf 2.7.6-7build2 [111 kB]
11:59:52 #11 15.54 Get:142 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lto-disabled-list all 35 [12.2 kB]
11:59:52 #11 15.54 Get:143 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dpkg-dev all 1.21.9ubuntu1 [1070 kB]
11:59:52 #11 15.57 Get:144 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf build-essential armhf 12.9ubuntu3 [4744 B]
11:59:52 #11 15.57 Get:145 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
11:59:52 #11 15.60 Get:146 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-6ubuntu2 [18.7 kB]
11:59:52 #11 15.67 Get:147 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-2 armhf 2.1.28+dfsg-6ubuntu2 [52.4 kB]
11:59:52 #12 23.86 Transaction test succeeded.
11:59:52 #10 ...
11:59:52 
11:59:52 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:52 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 5.6s done
11:59:52 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 4.7s
11:59:52 #7 ...
11:59:52 
11:59:52 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:52 #10 26.78 Selecting previously unselected package xauth.
11:59:52 #10 26.78 Preparing to unpack .../047-xauth_1%3a1.0.10-1_armhf.deb ...
11:59:52 #10 26.78 Unpacking xauth (1:1.0.10-1) ...
11:59:52 #10 26.82 Selecting previously unselected package at.
11:59:52 #10 26.82 Preparing to unpack .../048-at_3.1.20-3.1ubuntu2_armhf.deb ...
11:59:52 #10 26.83 Unpacking at (3.1.20-3.1ubuntu2) ...
11:59:52 #10 26.87 Selecting previously unselected package libsigsegv2:armhf.
11:59:52 #10 26.87 Preparing to unpack .../049-libsigsegv2_2.12-1_armhf.deb ...
11:59:52 #11 19.80 Selecting previously unselected package python3.8.
11:59:52 #11 19.80 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
11:59:52 #11 19.81 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
11:59:52 #11 19.86 Selecting previously unselected package libpython3-stdlib:armhf.
11:59:52 #11 19.86 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_armhf.deb ...
11:59:52 #11 19.87 Unpacking libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
11:59:52 #11 19.90 Setting up python3-minimal (3.8.2-0ubuntu2) ...
11:59:52 #10 36.82 Preparing to unpack .../297-libtypes-serialiser-perl_1.01-1_all.deb ...
11:59:52 #10 36.82 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:59:52 #10 36.86 Selecting previously unselected package libjson-xs-perl.
11:59:52 #10 36.86 Preparing to unpack .../298-libjson-xs-perl_4.030-2+b1_arm64.deb ...
11:59:52 #10 36.87 Unpacking libjson-xs-perl (4.030-2+b1) ...
11:59:52 #10 36.91 Selecting previously unselected package libjson-maybexs-perl.
11:59:52 #10 36.91 Preparing to unpack .../299-libjson-maybexs-perl_1.004004-1_all.deb ...
11:59:52 #10 36.92 Unpacking libjson-maybexs-perl (1.004004-1) ...
11:59:52 #10 36.95 Selecting previously unselected package libldap-common.
11:59:52 #10 36.95 Preparing to unpack .../300-libldap-common_2.5.13+dfsg-3_all.deb ...
11:59:52 #10 36.95 Unpacking libldap-common (2.5.13+dfsg-3) ...
11:59:52 #10 36.99 Selecting previously unselected package liblist-compare-perl.
11:59:52 #10 36.99 Preparing to unpack .../301-liblist-compare-perl_0.55-2_all.deb ...
11:59:52 #10 37.00 Unpacking liblist-compare-perl (0.55-2) ...
11:59:52 #10 37.03 Selecting previously unselected package liblist-someutils-perl.
11:59:52 #10 37.03 Preparing to unpack .../302-liblist-someutils-perl_0.59-1_all.deb ...
11:59:52 #10 37.04 Unpacking liblist-someutils-perl (0.59-1) ...
11:59:52 #10 37.07 Selecting previously unselected package liblist-someutils-xs-perl:arm64.
11:59:52 #11 32.96 Preparing to unpack .../197-libnet-ssleay-perl_1.92-2_arm64.deb ...
11:59:52 #11 32.96 Unpacking libnet-ssleay-perl:arm64 (1.92-2) ...
11:59:52 #11 33.00 Selecting previously unselected package libio-socket-ssl-perl.
11:59:52 #11 33.01 Preparing to unpack .../198-libio-socket-ssl-perl_2.074-2_all.deb ...
11:59:52 #11 33.01 Unpacking libio-socket-ssl-perl (2.074-2) ...
11:59:52 #11 33.04 Selecting previously unselected package libnet-http-perl.
11:59:52 #11 33.05 Preparing to unpack .../199-libnet-http-perl_6.22-1_all.deb ...
11:59:52 #11 33.05 Unpacking libnet-http-perl (6.22-1) ...
11:59:52 #11 33.09 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:52 #11 33.09 Preparing to unpack .../200-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:59:52 #11 33.09 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:59:52 #11 33.12 Selecting previously unselected package libtry-tiny-perl.
11:59:52 #11 33.13 Preparing to unpack .../201-libtry-tiny-perl_0.31-1_all.deb ...
11:59:52 #11 33.13 Unpacking libtry-tiny-perl (0.31-1) ...
11:59:52 #11 33.16 Selecting previously unselected package libwww-robotrules-perl.
11:59:52 #11 33.17 Preparing to unpack .../202-libwww-robotrules-perl_6.02-1_all.deb ...
11:59:52 #11 33.17 Unpacking libwww-robotrules-perl (6.02-1) ...
11:59:52 #11 33.21 Selecting previously unselected package libwww-perl.
11:59:52 #11 35.80 Preparing to unpack .../377-libyaml-libyaml-perl_0.83+ds-1build1_amd64.deb ...
11:59:52 #11 35.80 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
11:59:52 #11 35.82 Selecting previously unselected package licensecheck.
11:59:52 #11 35.83 Preparing to unpack .../378-licensecheck_3.3.0-1_all.deb ...
11:59:52 #11 35.83 Unpacking licensecheck (3.3.0-1) ...
11:59:52 #11 35.86 Selecting previously unselected package libdevel-size-perl.
11:59:52 #11 35.86 Preparing to unpack .../379-libdevel-size-perl_0.83-2_amd64.deb ...
11:59:52 #11 35.86 Unpacking libdevel-size-perl (0.83-2) ...
11:59:52 #11 35.89 Selecting previously unselected package libipc-run3-perl.
11:59:52 #11 35.89 Preparing to unpack .../380-libipc-run3-perl_0.048-2_all.deb ...
11:59:52 #11 35.90 Unpacking libipc-run3-perl (0.048-2) ...
11:59:52 #11 35.93 Selecting previously unselected package lzip.
11:59:52 #11 35.94 Preparing to unpack .../381-lzip_1.23-4_amd64.deb ...
11:59:52 #11 35.94 Unpacking lzip (1.23-4) ...
11:59:52 #11 35.97 Selecting previously unselected package lzop.
11:59:52 #11 35.97 Preparing to unpack .../382-lzop_1.04-2build2_amd64.deb ...
11:59:52 #11 35.97 Unpacking lzop (1.04-2build2) ...
11:59:52 #11 36.00 Selecting previously unselected package t1utils.
11:59:52 #10 36.90 Preparing to unpack .../242-libpackage-stash-xs-perl_0.28-3build2_amd64.deb ...
11:59:52 #10 36.91 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
11:59:52 #10 36.93 Selecting previously unselected package libparse-debianchangelog-perl.
11:59:52 #10 36.93 Preparing to unpack .../243-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
11:59:52 #10 36.94 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
11:59:52 #10 36.97 Selecting previously unselected package libtext-glob-perl.
11:59:52 #10 36.97 Preparing to unpack .../244-libtext-glob-perl_0.10-1_all.deb ...
11:59:52 #10 36.98 Unpacking libtext-glob-perl (0.10-1) ...
11:59:52 #10 37.00 Selecting previously unselected package libpath-iterator-rule-perl.
11:59:52 #10 37.00 Preparing to unpack .../245-libpath-iterator-rule-perl_1.009-1_all.deb ...
11:59:52 #10 37.01 Unpacking libpath-iterator-rule-perl (1.009-1) ...
11:59:52 #10 37.04 Selecting previously unselected package libpath-tiny-perl.
11:59:52 #10 37.04 Preparing to unpack .../246-libpath-tiny-perl_0.104-1_all.deb ...
11:59:52 #10 37.04 Unpacking libpath-tiny-perl (0.104-1) ...
11:59:52 #10 37.07 Selecting previously unselected package libperlio-gzip-perl.
11:59:52 #10 37.07 Preparing to unpack .../247-libperlio-gzip-perl_0.19-1build3_amd64.deb ...
11:59:52 #10 37.07 Unpacking libperlio-gzip-perl (0.19-1build3) ...
11:59:52 #10 37.10 Selecting previously unselected package libpod-constants-perl.
11:59:52 #10 34.81 Unpacking libre-engine-re2-perl:arm64 (0.14-1) ...
11:59:52 #10 34.84 Selecting previously unselected package libreadonly-perl.
11:59:52 #10 34.85 Preparing to unpack .../296-libreadonly-perl_2.050-3_all.deb ...
11:59:52 #10 34.85 Unpacking libreadonly-perl (2.050-3) ...
11:59:52 #10 34.88 Selecting previously unselected package libref-util-perl.
11:59:52 #10 34.88 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ...
11:59:52 #10 34.89 Unpacking libref-util-perl (0.204-1) ...
11:59:52 #10 34.92 Selecting previously unselected package libref-util-xs-perl.
11:59:52 #10 34.92 Preparing to unpack .../298-libref-util-xs-perl_0.117-1+b3_arm64.deb ...
11:59:52 #10 34.92 Unpacking libref-util-xs-perl (0.117-1+b3) ...
11:59:52 #10 34.95 Selecting previously unselected package libregexp-pattern-license-perl.
11:59:52 #10 34.96 Preparing to unpack .../299-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
11:59:52 #10 34.96 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
11:59:52 #10 34.99 Selecting previously unselected package libregexp-pattern-perl.
11:59:52 #10 34.99 Preparing to unpack .../300-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:59:52 #10 35.00 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:59:52 #10 35.04 Selecting previously unselected package libsasl2-modules:arm64.
11:59:52 #10 35.04 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
11:59:52 #10 35.04 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:59:52 #10 35.08 Selecting previously unselected package libsereal-decoder-perl.
11:59:52 #10 35.08 Preparing to unpack .../302-libsereal-decoder-perl_4.018+ds-1+b1_arm64.deb ...
11:59:52 #10 35.08 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
11:59:52 #10 35.12 Selecting previously unselected package libsereal-encoder-perl.
11:59:52 #10 35.13 Preparing to unpack .../303-libsereal-encoder-perl_4.018+ds-1+b1_arm64.deb ...
11:59:52 #10 35.13 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
11:59:52 #10 35.17 Selecting previously unselected package libtask-weaken-perl.
11:59:52 #11 35.69 Preparing to unpack .../356-libauthen-sasl-perl_2.1600-1.1_all.deb ...
11:59:52 #11 35.70 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
11:59:52 #11 35.73 Selecting previously unselected package python3-magic.
11:59:52 #11 35.73 Preparing to unpack .../357-python3-magic_2%3a0.4.24-2_all.deb ...
11:59:52 #11 35.74 Unpacking python3-magic (2:0.4.24-2) ...
11:59:52 #11 35.78 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ...
11:59:52 #11 35.79 Setting up media-types (7.0.0) ...
11:59:52 #11 35.81 Setting up libpipeline1:amd64 (1.5.5-1) ...
11:59:52 #11 35.82 Setting up wdiff (1.2.2-2build3) ...
11:59:52 #11 35.85 Setting up gcc-11-base:amd64 (11.3.0-1ubuntu1~22.04) ...
11:59:52 #11 35.86 Setting up libxau6:amd64 (1:1.0.9-1build5) ...
11:59:52 #11 35.87 Setting up libre2-9:amd64 (20220201+dfsg-1) ...
11:59:52 #11 35.88 Setting up lto-disabled-list (24) ...
11:59:52 #11 35.89 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
11:59:52 #11 35.91 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
11:59:52 #11 35.92 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:59:52 #11 35.92 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:59:52 #11 35.93 Setting up libtext-glob-perl (0.11-2) ...
11:59:52 #11 35.94 Setting up libmagic-mgc (1:5.41-3) ...
11:59:52 #11 35.94 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ...
11:59:52 #11 35.95 Setting up distro-info-data (0.52ubuntu0.2) ...
11:59:52 #11 35.96 Setting up manpages (5.10-1ubuntu1) ...
11:59:52 #11 35.98 Setting up unzip (6.0-26ubuntu3.1) ...
11:59:52 #11 35.99 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
11:59:52 #11 36.00 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
11:59:52 #11 36.01 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ...
11:59:52 #11 36.03 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
11:59:53 #10 8.566 The following additional packages will be installed:
11:59:53 #10 8.566   autoconf automake autopoint autotools-dev binutils
11:59:53 #10 8.566   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-12
11:59:53 #10 8.566   debhelper dh-autoreconf dh-strip-nondeterminism dpkg dpkg-dev dwz fakeroot
11:59:53 #10 8.566   file gcc gcc-12 gcc-12-base gettext gettext-base git-man groff-base
11:59:53 #10 8.566   intltool-debian libarchive-zip-perl libasan8 libatomic1
11:59:53 #10 8.566   libb-hooks-op-check-perl libbinutils libc-bin libc-dev-bin libc6 libc6-dev
11:59:53 #10 8.566   libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
11:59:53 #10 8.566   libclone-perl libcrypt-dev libcrypt1 libctf-nobfd0 libctf0 libcurl3-gnutls
11:59:53 #10 8.566   libcurl4 libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
11:59:53 #10 8.566   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:59:53 #10 8.566   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
11:59:53 #10 8.566   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:53 #10 8.566   libfile-which-perl libgcc-12-dev libgcc-s1 libgomp1 libhtml-parser-perl
11:59:53 #10 8.566   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
11:59:53 #10 8.566   libhttp-message-perl libhttp-negotiate-perl libicu72 libimport-into-perl
11:59:53 #10 8.566   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
11:59:53 #10 8.566   libisl23 libjansson4 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:59:53 #10 8.566   liblzma5 libmagic-mgc libmagic1 libmd0 libmodule-runtime-perl libmoo-perl
11:59:53 #10 8.566   libmpc3 libmpdec3 libmpfr6 libnet-http-perl libnet-ssleay-perl libnsl-dev
11:59:53 #10 8.566   libnsl2 libparams-classify-perl libperl5.36 libpipeline1 libpython3-stdlib
11:59:53 #10 8.566   libpython3.11-minimal libpython3.11-stdlib libregexp-ipv6-perl
11:59:53 #10 8.566   librole-tiny-perl libstdc++6 libsub-override-perl libsub-quote-perl
11:59:53 #10 8.566   libtimedate-perl libtirpc-common libtirpc-dev libtirpc3 libtool
11:59:53 #10 8.566   libtry-tiny-perl libubsan1 libuchardet0 liburi-perl libwww-perl
11:59:53 #10 8.566   libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db media-types
11:59:53 #10 8.566   patch patchutils perl perl-base perl-modules-5.36 perl-openssl-defaults
11:59:53 #10 8.566   po-debconf python3 python3-minimal python3.11 python3.11-minimal
11:59:53 #10 8.566   rpcsvc-proto sensible-utils wdiff xz-utils
11:59:53 #10 8.581 Suggested packages:
11:59:53 #10 8.581   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:59:53 #10 8.581   gcc-12-locales cpp-12-doc dh-make adequate at autopkgtest bls-standalone
11:59:53 #10 8.581   bsd-mailx | mailx build-essential check-all-the-things cvs-buildpackage
11:59:53 #10 8.581   diffoscope disorderfs dose-extra duck elpa-devscripts faketime gnuplot
11:59:53 #10 8.581   how-can-i-help libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
11:59:53 #10 8.581   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
11:59:53 #10 8.581   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
11:59:53 #10 8.581   reprotest ssh-client svn-buildpackage w3m debsig-verify debian-keyring
11:59:53 #10 8.581   gcc-multilib manpages-dev flex bison gdb gcc-doc gcc-12-doc gettext-doc
11:59:53 #10 8.581   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
11:59:53 #10 8.581   git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff
11:59:53 #10 8.581   glibc-doc libc-l10n locales libnss-nis libnss-nisplus bzr libdata-dump-perl
11:59:53 #10 8.581   libcrypt-ssleay-perl libscalar-number-perl libtool-doc gfortran
11:59:53 #10 8.581   | fortran95-compiler gcj-jdk libsub-name-perl libbusiness-isbn-perl
11:59:53 #10 8.581   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
11:59:53 #11 36.74 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3.8_amd64.deb ...
11:59:53 #11 36.76 Unpacking git (1:2.25.1-1ubuntu3.8) ...
11:59:53 + cd /go/tini
11:59:53 + git checkout -q v0.19.0
11:59:53 + cmake .
11:59:53 -- The C compiler identification is GNU 4.8.5
11:59:53 -- Check for working C compiler: /usr/bin/cc
11:59:53 -- Check for working C compiler: /usr/bin/cc -- works
11:59:53 -- Detecting C compiler ABI info
11:59:53 -- Detecting C compiler ABI info - done
11:59:53 #10 34.97 Selecting previously unselected package gnupg-l10n.
11:59:53 #10 34.97 Preparing to unpack .../097-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
11:59:53 #10 34.98 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
11:59:53 #10 35.08 Selecting previously unselected package gnupg-utils.
11:59:53 #10 35.08 Preparing to unpack .../098-gnupg-utils_2.2.27-2+deb11u2_amd64.deb ...
11:59:53 #10 35.09 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
11:59:53 #10 35.16 Selecting previously unselected package gpg.
11:59:53 #10 35.16 Preparing to unpack .../099-gpg_2.2.27-2+deb11u2_amd64.deb ...
11:59:53 #10 35.17 Unpacking gpg (2.2.27-2+deb11u2) ...
11:59:53 #11 27.33 Preparing to unpack .../115-debugedit_1%3a5.0-4build1_arm64.deb ...
11:59:53 #11 27.34 Unpacking debugedit (1:5.0-4build1) ...
11:59:53 #11 27.37 Selecting previously unselected package dwz.
11:59:53 #11 27.37 Preparing to unpack .../116-dwz_0.14-1build2_arm64.deb ...
11:59:53 #11 27.38 Unpacking dwz (0.14-1build2) ...
11:59:53 #11 27.41 Selecting previously unselected package gettext.
11:59:53 #11 27.42 Preparing to unpack .../117-gettext_0.21-4ubuntu4_arm64.deb ...
11:59:53 #11 27.42 Unpacking gettext (0.21-4ubuntu4) ...
11:59:53 #11 27.48 Selecting previously unselected package intltool-debian.
11:59:53 #11 27.48 Preparing to unpack .../118-intltool-debian_0.35.0+20060710.5_all.deb ...
11:59:53 #11 27.48 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:59:53 #11 27.52 Selecting previously unselected package po-debconf.
11:59:53 #11 27.52 Preparing to unpack .../119-po-debconf_1.0.21+nmu1_all.deb ...
11:59:53 #11 27.53 Unpacking po-debconf (1.0.21+nmu1) ...
11:59:53 #11 27.58 Selecting previously unselected package debhelper.
11:59:53 #10 36.44 Preparing to unpack .../256-libmariadb3_1%3a10.3.36-0+deb10u2_arm64.deb ...
11:59:53 #10 36.45 Unpacking libmariadb3:arm64 (1:10.3.36-0+deb10u2) ...
11:59:53 #10 36.51 Selecting previously unselected package libpython2.7-minimal:arm64.
11:59:53 #10 36.51 Preparing to unpack .../257-libpython2.7-minimal_2.7.16-2+deb10u1_arm64.deb ...
11:59:53 #10 36.51 Unpacking libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
11:59:53 #10 36.60 Selecting previously unselected package libpython2.7-stdlib:arm64.
11:59:53 #10 36.60 Preparing to unpack .../258-libpython2.7-stdlib_2.7.16-2+deb10u1_arm64.deb ...
11:59:53 #10 36.61 Unpacking libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
11:59:53 #10 39.50 Preparing to unpack .../174-libapt-inst2.0_1.8.2.3_amd64.deb ...
11:59:53 #10 39.50 Unpacking libapt-inst2.0:amd64 (1.8.2.3) ...
11:59:53 #10 39.55 Selecting previously unselected package libapt-pkg-perl.
11:59:53 #10 39.55 Preparing to unpack .../175-libapt-pkg-perl_0.1.34+b1_amd64.deb ...
11:59:53 #10 39.56 Unpacking libapt-pkg-perl (0.1.34+b1) ...
11:59:53 #10 39.60 Selecting previously unselected package libarchive-cpio-perl.
11:59:53 #10 39.60 Preparing to unpack .../176-libarchive-cpio-perl_0.10-1_all.deb ...
11:59:53 #10 39.61 Unpacking libarchive-cpio-perl (0.10-1) ...
11:59:53 #10 39.65 Selecting previously unselected package libasync-mergepoint-perl.
11:59:53 #10 39.65 Preparing to unpack .../177-libasync-mergepoint-perl_0.04-2_all.deb ...
11:59:53 #10 39.66 Unpacking libasync-mergepoint-perl (0.04-2) ...
11:59:53 #10 39.68 Selecting previously unselected package libauthen-sasl-perl.
11:59:53 #10 39.69 Preparing to unpack .../178-libauthen-sasl-perl_2.1600-1_all.deb ...
11:59:53 #10 39.69 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:59:53 #10 39.77 Selecting previously unselected package libmodule-implementation-perl.
11:59:53 #10 39.77 Preparing to unpack .../179-libmodule-implementation-perl_0.09-1_all.deb ...
11:59:53 #10 39.79 Unpacking libmodule-implementation-perl (0.09-1) ...
11:59:53 #10 39.84 Selecting previously unselected package libvariable-magic-perl.
11:59:53 #10 39.85 Preparing to unpack .../180-libvariable-magic-perl_0.62-1+b1_amd64.deb ...
11:59:53 #10 39.85 Unpacking libvariable-magic-perl (0.62-1+b1) ...
11:59:53 #10 35.29 Preparing to unpack .../116-libio-pty-perl_1%3a1.17-1_amd64.deb ...
11:59:53 #10 35.29 Unpacking libio-pty-perl (1:1.17-1) ...
11:59:53 #10 35.33 Selecting previously unselected package libipc-run-perl.
11:59:53 #10 35.33 Preparing to unpack .../117-libipc-run-perl_20220807.0-1_all.deb ...
11:59:53 #10 35.33 Unpacking libipc-run-perl (20220807.0-1) ...
11:59:53 #10 35.37 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:53 #10 35.37 Preparing to unpack .../118-libclass-method-modifiers-perl_2.14-1_all.deb ...
11:59:53 #10 35.37 Unpacking libclass-method-modifiers-perl (2.14-1) ...
11:59:53 #10 35.41 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:53 #10 35.41 Preparing to unpack .../119-libclass-xsaccessor-perl_1.19-4+b1_amd64.deb ...
11:59:53 #10 35.41 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ...
11:59:53 #10 35.47 Selecting previously unselected package libb-hooks-op-check-perl:amd64.
11:59:53 #10 35.48 Preparing to unpack .../120-libb-hooks-op-check-perl_0.22-2+b1_amd64.deb ...
11:59:53 #10 35.48 Unpacking libb-hooks-op-check-perl:amd64 (0.22-2+b1) ...
11:59:53 #10 35.51 Selecting previously unselected package libdynaloader-functions-perl.
11:59:53 #10 35.51 Preparing to unpack .../121-libdynaloader-functions-perl_0.003-3_all.deb ...
11:59:53 #10 35.51 Unpacking libdynaloader-functions-perl (0.003-3) ...
11:59:53 #10 35.54 Selecting previously unselected package libdevel-callchecker-perl:amd64.
11:59:53 #10 35.54 Preparing to unpack .../122-libdevel-callchecker-perl_0.008-2_amd64.deb ...
11:59:53 #10 35.55 Unpacking libdevel-callchecker-perl:amd64 (0.008-2) ...
11:59:53 #10 35.58 Selecting previously unselected package libparams-classify-perl:amd64.
11:59:53 #10 35.58 Preparing to unpack .../123-libparams-classify-perl_0.015-2+b1_amd64.deb ...
11:59:53 #10 35.58 Unpacking libparams-classify-perl:amd64 (0.015-2+b1) ...
11:59:53 #10 35.62 Selecting previously unselected package libmodule-runtime-perl.
11:59:53 #13 6.501 (33/74): git-core-doc-2.39.1-1.el9.noarch.rpm    48 MB/s | 2.9 MB     00:00    
11:59:53 #13 6.530 (34/74): git-core-2.39.1-1.el9.aarch64.rpm       44 MB/s | 4.3 MB     00:00    
11:59:53 #13 6.545 (35/74): glibc-devel-2.34-54.el9.aarch64.rpm     13 MB/s | 563 kB     00:00    
11:59:53 #13 6.625 (36/74): gcc-11.3.1-4.3.el9.aarch64.rpm          82 MB/s |  30 MB     00:00    
11:59:53 #13 6.640 (37/74): libasan-11.3.1-4.3.el9.aarch64.rpm     4.7 MB/s | 430 kB     00:00    
11:59:53 #13 6.656 (38/74): kernel-headers-5.14.0-247.el9.aarch64.  38 MB/s | 4.6 MB     00:00    
11:59:53 #13 6.659 (39/74): libmpc-1.2.1-4.el9.aarch64.rpm         2.1 MB/s |  63 kB     00:00    
11:59:53 #13 6.663 (40/74): libseccomp-devel-2.5.2-2.el9.aarch64.r 2.8 MB/s |  59 kB     00:00    
11:59:53 #13 6.668 (41/74): libselinux-devel-3.5-0.rc2.1.el9.aarch  20 MB/s | 159 kB     00:00    
11:59:53 #13 6.671 (42/74): libsepol-devel-3.5-0.rc2.1.el9.aarch64 4.3 MB/s |  48 kB     00:00    
11:59:53 #13 6.676 (43/74): libtool-ltdl-2.4.6-45.el9.aarch64.rpm  4.7 MB/s |  37 kB     00:00    
11:59:53 #13 6.680 (44/74): libubsan-11.3.1-4.3.el9.aarch64.rpm     21 MB/s | 203 kB     00:00    
11:59:53 #13 6.687 (45/74): libtool-2.4.6-45.el9.aarch64.rpm        24 MB/s | 582 kB     00:00    
11:59:53 #13 6.691 (46/74): libuv-1.42.0-1.el9.aarch64.rpm          10 MB/s | 146 kB     00:00    
11:59:53 #13 6.694 (47/74): libxcrypt-devel-4.4.18-3.el9.aarch64.r 2.4 MB/s |  29 kB     00:00    
11:59:53 #13 6.702 (48/74): m4-1.4.19-1.el9.aarch64.rpm             29 MB/s | 297 kB     00:00    
11:59:53 #13 6.713 (49/74): pcre2-devel-10.40-2.el9.aarch64.rpm     28 MB/s | 515 kB     00:00    
11:59:53 #13 6.728 (50/74): pcre2-utf16-10.40-2.el9.aarch64.rpm    9.3 MB/s | 199 kB     00:00    
11:59:53 #11 34.52 Preparing to unpack .../239-libnumber-compare-perl_0.03-1_all.deb ...
11:59:53 #11 34.52 Unpacking libnumber-compare-perl (0.03-1) ...
11:59:53 #11 34.55 Selecting previously unselected package libtext-glob-perl.
11:59:53 #11 34.55 Preparing to unpack .../240-libtext-glob-perl_0.10-1_all.deb ...
11:59:53 #11 34.56 Unpacking libtext-glob-perl (0.10-1) ...
11:59:53 #11 34.59 Selecting previously unselected package libfile-find-rule-perl.
11:59:53 #11 34.59 Preparing to unpack .../241-libfile-find-rule-perl_0.34-1_all.deb ...
11:59:53 #11 34.59 Unpacking libfile-find-rule-perl (0.34-1) ...
11:59:53 #11 34.63 Selecting previously unselected package libfont-afm-perl.
11:59:53 #11 34.63 Preparing to unpack .../242-libfont-afm-perl_1.20-2_all.deb ...
11:59:53 #11 34.63 Unpacking libfont-afm-perl (1.20-2) ...
11:59:53 #11 34.67 Selecting previously unselected package libio-string-perl.
11:59:53 #11 34.67 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ...
11:59:53 #11 34.67 Unpacking libio-string-perl (1.08-3) ...
11:59:53 #11 34.70 Selecting previously unselected package libfont-ttf-perl.
11:59:53 #11 34.71 Preparing to unpack .../244-libfont-ttf-perl_1.06-1_all.deb ...
11:59:53 #11 34.71 Unpacking libfont-ttf-perl (1.06-1) ...
11:59:53 #11 34.77 Selecting previously unselected package libfuture-perl.
11:59:53 #10 22.56 Selecting previously unselected package libbinutils:armhf.
11:59:53 #10 22.56 Preparing to unpack .../030-libbinutils_2.31.1-16_armhf.deb ...
11:59:53 #10 22.57 Unpacking libbinutils:armhf (2.31.1-16) ...
11:59:53 #10 36.56 Setting up m4 (1.4.18-1) ...
11:59:53 #10 36.57 Setting up libgdbm5:arm64 (1.14.1-6) ...
11:59:53 #10 36.58 Setting up at (3.1.20-3.1ubuntu2) ...
11:59:53 #10 36.72 invoke-rc.d: could not determine current runlevel
11:59:53 #10 36.73 invoke-rc.d: policy-rc.d denied execution of start.
11:59:53 #10 36.73 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ...
11:59:53 #10 36.74 Setting up libkrb5support0:arm64 (1.16-2ubuntu0.3) ...
11:59:53 #10 36.76 Setting up ucf (3.0038) ...
11:59:53 #10 36.84 Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.8) ...
11:59:53 #11 15.67 Get:148 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-1ubuntu1 [160 kB]
11:59:53 #11 15.68 Get:149 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
11:59:53 #11 15.68 Get:150 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
11:59:53 #11 15.69 Get:151 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libcurl4 armhf 7.85.0-1ubuntu0.2 [252 kB]
11:59:53 #11 15.70 Get:152 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf curl armhf 7.85.0-1ubuntu0.2 [192 kB]
11:59:53 #11 15.72 Get:153 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dctrl-tools armhf 2.24-3build2 [57.2 kB]
11:59:53 #11 15.72 Get:154 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdebhelper-perl all 13.9.1ubuntu1 [66.4 kB]
11:59:53 #11 15.72 Get:155 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtool all 2.4.7-4 [166 kB]
11:59:53 #11 15.75 Get:156 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dh-autoreconf all 20 [16.1 kB]
11:59:53 #11 15.82 Get:157 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB]
11:59:53 #11 15.83 Get:158 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-override-perl all 0.09-3 [9756 B]
11:59:53 #11 15.83 Get:159 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:59:53 #11 15.83 Get:160 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:59:53 #11 15.83 Get:161 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdw1 armhf 0.187-4 [223 kB]
11:59:53 #11 15.84 Get:162 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf debugedit armhf 1:5.0-5 [42.8 kB]
11:59:53 #11 15.84 Get:163 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dwz armhf 0.14-1build2 [99.2 kB]
11:59:53 #11 15.84 Get:164 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gettext armhf 0.21-8 [802 kB]
11:59:53 #11 15.87 Get:165 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:59:53 #11 15.90 Get:166 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf po-debconf all 1.0.21+nmu1 [233 kB]
11:59:53 #11 15.97 Get:167 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf debhelper all 13.9.1ubuntu1 [939 kB]
11:59:53 #12 23.87 Running transaction
11:59:53 #10 26.88 Unpacking libsigsegv2:armhf (2.12-1) ...
11:59:53 #10 26.95 Selecting previously unselected package m4.
11:59:53 #10 26.95 Preparing to unpack .../050-m4_1.4.18-1_armhf.deb ...
11:59:53 #10 26.96 Unpacking m4 (1.4.18-1) ...
11:59:53 #10 27.03 Selecting previously unselected package autoconf.
11:59:53 #10 27.03 Preparing to unpack .../051-autoconf_2.69-11_all.deb ...
11:59:53 #10 27.03 Unpacking autoconf (2.69-11) ...
11:59:53 #10 27.11 Selecting previously unselected package autotools-dev.
11:59:53 #10 27.11 Preparing to unpack .../052-autotools-dev_20180224.1_all.deb ...
11:59:53 #10 27.12 Unpacking autotools-dev (20180224.1) ...
11:59:53 #11 20.17 Selecting previously unselected package python3.
11:59:53 #11 20.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 ... 4863 files and directories currently installed.)
11:59:53 #11 20.17 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_armhf.deb ...
11:59:53 #10 37.07 Preparing to unpack .../303-liblist-someutils-xs-perl_0.58-3_arm64.deb ...
11:59:53 #10 37.08 Unpacking liblist-someutils-xs-perl:arm64 (0.58-3) ...
11:59:53 #10 37.11 Selecting previously unselected package liblist-utilsby-perl.
11:59:53 #10 37.11 Preparing to unpack .../304-liblist-utilsby-perl_0.12-2_all.deb ...
11:59:53 #10 37.12 Unpacking liblist-utilsby-perl (0.12-2) ...
11:59:53 #10 37.16 Selecting previously unselected package libltdl7:arm64.
11:59:53 #10 37.16 Preparing to unpack .../305-libltdl7_2.4.7-5_arm64.deb ...
11:59:53 #10 37.16 Unpacking libltdl7:arm64 (2.4.7-5) ...
11:59:53 #10 37.20 Selecting previously unselected package libltdl-dev:arm64.
11:59:53 #10 37.20 Preparing to unpack .../306-libltdl-dev_2.4.7-5_arm64.deb ...
11:59:53 #10 37.20 Unpacking libltdl-dev:arm64 (2.4.7-5) ...
11:59:53 #10 37.26 Selecting previously unselected package liblz1:arm64.
11:59:53 #10 37.26 Preparing to unpack .../307-liblz1_1.13-5_arm64.deb ...
11:59:53 #10 37.26 Unpacking liblz1:arm64 (1.13-5) ...
11:59:53 #10 37.30 Selecting previously unselected package liblzo2-2:arm64.
11:59:53 #11 33.21 Preparing to unpack .../203-libwww-perl_6.67-1_all.deb ...
11:59:53 #11 33.22 Unpacking libwww-perl (6.67-1) ...
11:59:53 #11 33.25 Selecting previously unselected package patchutils.
11:59:53 #11 33.25 Preparing to unpack .../204-patchutils_0.4.2-1build2_arm64.deb ...
11:59:53 #11 33.26 Unpacking patchutils (0.4.2-1build2) ...
11:59:53 #11 33.29 Selecting previously unselected package wdiff.
11:59:53 #11 33.29 Preparing to unpack .../205-wdiff_1.2.2-2build3_arm64.deb ...
11:59:53 #11 33.30 Unpacking wdiff (1.2.2-2build3) ...
11:59:53 #11 33.33 Selecting previously unselected package devscripts.
11:59:53 #11 33.34 Preparing to unpack .../206-devscripts_2.22.2ubuntu3_arm64.deb ...
11:59:53 #11 33.36 Unpacking devscripts (2.22.2ubuntu3) ...
11:59:53 #11 33.43 Selecting previously unselected package diffstat.
11:59:53 #11 33.43 Preparing to unpack .../207-diffstat_1.64-1build2_arm64.deb ...
11:59:53 #11 33.46 Unpacking diffstat (1.64-1build2) ...
11:59:53 #11 36.01 Preparing to unpack .../383-t1utils_1.41-4build2_amd64.deb ...
11:59:53 #11 36.01 Unpacking t1utils (1.41-4build2) ...
11:59:53 #11 36.04 Selecting previously unselected package unzip.
11:59:53 #11 36.04 Preparing to unpack .../384-unzip_6.0-27ubuntu1_amd64.deb ...
11:59:53 #11 36.05 Unpacking unzip (6.0-27ubuntu1) ...
11:59:53 #11 36.09 Selecting previously unselected package lintian.
11:59:53 #11 36.09 Preparing to unpack .../385-lintian_2.115.3ubuntu2.1_all.deb ...
11:59:53 #11 36.10 Unpacking lintian (2.115.3ubuntu2.1) ...
11:59:53 #11 18.67 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-aliases-perl all 0.001006-1.1 [6632 B]
11:59:53 #11 18.75 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
11:59:53 #11 18.76 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
11:59:53 #10 37.10 Preparing to unpack .../248-libpod-constants-perl_0.19-1_all.deb ...
11:59:53 #10 37.11 Unpacking libpod-constants-perl (0.19-1) ...
11:59:53 #10 37.13 Selecting previously unselected package libregexp-pattern-license-perl.
11:59:53 #10 37.13 Preparing to unpack .../249-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
11:59:53 #10 37.14 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
11:59:53 #10 37.25 Selecting previously unselected package libsasl2-modules:amd64.
11:59:53 #10 37.25 Preparing to unpack .../250-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
11:59:53 #10 37.26 Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:59:53 #10 37.30 Selecting previously unselected package libsort-key-perl.
11:59:53 #10 37.30 Preparing to unpack .../251-libsort-key-perl_1.33-2_amd64.deb ...
11:59:53 #10 37.31 Unpacking libsort-key-perl (1.33-2) ...
11:59:53 #10 37.34 Selecting previously unselected package libstring-copyright-perl.
11:59:53 #10 37.34 Preparing to unpack .../252-libstring-copyright-perl_0.003005-1_all.deb ...
11:59:53 #10 37.34 Unpacking libstring-copyright-perl (0.003005-1) ...
11:59:53 #10 37.37 Selecting previously unselected package libstring-escape-perl.
11:59:53 #10 37.37 Preparing to unpack .../253-libstring-escape-perl_2010.002-2_all.deb ...
11:59:53 #10 37.37 Unpacking libstring-escape-perl (2010.002-2) ...
11:59:53 #10 37.40 Selecting previously unselected package libtext-levenshtein-perl.
11:59:53 #10 37.40 Preparing to unpack .../254-libtext-levenshtein-perl_0.13-1_all.deb ...
11:59:53 #10 37.41 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:59:53 #10 37.43 Selecting previously unselected package libunicode-utf8-perl.
11:59:53 #10 37.43 Preparing to unpack .../255-libunicode-utf8-perl_0.60-1build4_amd64.deb ...
11:59:53 #10 37.44 Unpacking libunicode-utf8-perl (0.60-1build4) ...
11:59:53 #10 37.46 Selecting previously unselected package libxml-namespacesupport-perl.
11:59:53 #10 37.47 Preparing to unpack .../256-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:59:53 #10 37.47 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:59:53 #10 35.17 Preparing to unpack .../304-libtask-weaken-perl_1.06-1_all.deb ...
11:59:53 #10 35.18 Unpacking libtask-weaken-perl (1.06-1) ...
11:59:53 #10 35.20 Selecting previously unselected package libxml-parser-perl:arm64.
11:59:53 #10 35.21 Preparing to unpack .../305-libxml-parser-perl_2.46-2_arm64.deb ...
11:59:53 #10 35.21 Unpacking libxml-parser-perl:arm64 (2.46-2) ...
11:59:53 #10 35.25 Selecting previously unselected package libsoap-lite-perl.
11:59:53 #10 35.26 Preparing to unpack .../306-libsoap-lite-perl_1.27-1_all.deb ...
11:59:53 #10 35.26 Unpacking libsoap-lite-perl (1.27-1) ...
11:59:53 #10 35.31 Selecting previously unselected package libsort-key-perl.
11:59:53 #10 35.32 Preparing to unpack .../307-libsort-key-perl_1.33-2+b3_arm64.deb ...
11:59:53 #10 35.32 Unpacking libsort-key-perl (1.33-2+b3) ...
11:59:53 #10 35.35 Selecting previously unselected package libstring-copyright-perl.
11:59:53 #10 35.36 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
11:59:53 #10 35.36 Unpacking libstring-copyright-perl (0.003006-1) ...
11:59:53 #10 35.39 Selecting previously unselected package libstring-escape-perl.
11:59:53 #10 35.39 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
11:59:53 #10 35.40 Unpacking libstring-escape-perl (2010.002-2) ...
11:59:53 #10 35.43 Selecting previously unselected package libstring-shellquote-perl.
11:59:53 #11 36.04 Setting up binutils-common:amd64 (2.38-4ubuntu2.1) ...
11:59:53 #11 36.06 Setting up libnghttp2-14:amd64 (1.43.0-1build3) ...
11:59:53 #11 36.07 Setting up libmagic1:amd64 (1:5.41-3) ...
11:59:53 #11 36.08 Setting up libdeflate0:amd64 (1.10-2) ...
11:59:53 #11 36.10 Setting up less (590-1build1) ...
11:59:53 #11 36.11 Setting up perl-openssl-defaults:amd64 (5build2) ...
11:59:53 #11 36.12 Setting up linux-libc-dev:amd64 (5.15.0-58.64) ...
11:59:53 #11 36.13 Setting up libctf-nobfd0:amd64 (2.38-4ubuntu2.1) ...
11:59:53 #11 36.14 Setting up gettext-base (0.21-4ubuntu4) ...
11:59:53 #11 36.16 Setting up liblzo2-2:amd64 (2.10-2build3) ...
11:59:53 #11 36.17 Setting up libnpth0:amd64 (1.6-3build2) ...
11:59:53 #11 36.18 Setting up file (1:5.41-3) ...
11:59:53 #11 36.19 Setting up libassuan0:amd64 (2.5.5-1build1) ...
11:59:53 #11 36.20 Setting up libgomp1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:53 #11 36.21 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
11:59:53 #11 36.22 Setting up bzip2 (1.0.8-5build1) ...
11:59:53 #11 36.23 Setting up libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:59:53 #11 36.24 Setting up libunwind8:amd64 (1.3.2-2build2) ...
11:59:53 #10 8.581   diffutils-doc perl-doc libterm-readline-gnu-perl
11:59:53 #10 8.581   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
11:59:53 #10 8.581   python3-doc python3-tk python3-venv python3.11-venv python3.11-doc
11:59:53 #10 8.581   binfmt-support wdiff-doc
11:59:53 #10 8.581 Recommended packages:
11:59:53 #10 8.581   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
11:59:53 #10 8.581   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
11:59:53 #10 8.581   licensecheck lintian python3-apt python3-debian python3-magic
11:59:53 #10 8.581   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
11:59:53 #10 8.581   libsoap-lite-perl pristine-tar build-essential libalgorithm-merge-perl less
11:59:53 #10 8.581   ssh-client manpages manpages-dev libc-devtools libfile-fcntllock-perl
11:59:53 #10 8.581   libarchive-cpio-perl libhtml-format-perl libnamespace-clean-perl
11:59:53 #10 8.581   libxstring-perl libltdl-dev libdata-dump-perl libhtml-form-perl
11:59:53 #10 8.581   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
11:59:53 -- Performing Test HAS_BUILTIN_FORTIFY
11:59:53 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:59:53 -- Configuring done
11:59:53 -- Generating done
11:59:53 -- Build files have been written to: /go/tini
11:59:53 + make tini-static
11:59:53 Scanning dependencies of target tini-static
11:59:53 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:59:53 #11 37.26 Selecting previously unselected package libalgorithm-diff-perl.
11:59:53 #11 37.26 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:59:53 #11 37.27 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:59:53 #11 37.30 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:59:53 #10 35.24 Selecting previously unselected package pinentry-curses.
11:59:53 #10 35.24 Preparing to unpack .../100-pinentry-curses_1.1.0-4_amd64.deb ...
11:59:53 #10 35.25 Unpacking pinentry-curses (1.1.0-4) ...
11:59:53 #10 35.29 Selecting previously unselected package gpg-agent.
11:59:53 #10 35.29 Preparing to unpack .../101-gpg-agent_2.2.27-2+deb11u2_amd64.deb ...
11:59:53 #10 35.30 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
11:59:53 #10 35.35 Selecting previously unselected package gpg-wks-client.
11:59:53 #10 35.36 Preparing to unpack .../102-gpg-wks-client_2.2.27-2+deb11u2_amd64.deb ...
11:59:53 #10 35.36 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
11:59:53 #10 35.40 Selecting previously unselected package gpg-wks-server.
11:59:53 #10 35.40 Preparing to unpack .../103-gpg-wks-server_2.2.27-2+deb11u2_amd64.deb ...
11:59:53 #10 35.41 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
11:59:53 #10 35.45 Selecting previously unselected package gpgsm.
11:59:53 #10 35.45 Preparing to unpack .../104-gpgsm_2.2.27-2+deb11u2_amd64.deb ...
11:59:53 #10 35.45 Unpacking gpgsm (2.2.27-2+deb11u2) ...
11:59:53 #11 27.58 Preparing to unpack .../120-debhelper_13.6ubuntu1_all.deb ...
11:59:53 #11 27.59 Unpacking debhelper (13.6ubuntu1) ...
11:59:53 #11 27.65 Selecting previously unselected package libfakeroot:arm64.
11:59:53 #11 27.65 Preparing to unpack .../121-libfakeroot_1.28-1ubuntu1_arm64.deb ...
11:59:53 #11 27.66 Unpacking libfakeroot:arm64 (1.28-1ubuntu1) ...
11:59:53 #11 27.69 Selecting previously unselected package fakeroot.
11:59:53 #11 27.69 Preparing to unpack .../122-fakeroot_1.28-1ubuntu1_arm64.deb ...
11:59:53 #11 27.70 Unpacking fakeroot (1.28-1ubuntu1) ...
11:59:53 #11 27.74 Selecting previously unselected package libassuan0:arm64.
11:59:53 #11 27.74 Preparing to unpack .../123-libassuan0_2.5.5-1build1_arm64.deb ...
11:59:53 #11 27.75 Unpacking libassuan0:arm64 (2.5.5-1build1) ...
11:59:53 #11 27.78 Selecting previously unselected package gpgconf.
11:59:53 #11 27.78 Preparing to unpack .../124-gpgconf_2.2.27-3ubuntu2.1_arm64.deb ...
11:59:53 #11 27.78 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
11:59:53 #11 27.82 Selecting previously unselected package libksba8:arm64.
11:59:53 #10 39.93 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:53 #10 39.93 Preparing to unpack .../181-libb-hooks-endofscope-perl_0.24-1_all.deb ...
11:59:53 #10 39.95 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
11:59:53 #10 35.62 Preparing to unpack .../124-libmodule-runtime-perl_0.016-2_all.deb ...
11:59:53 #10 35.62 Unpacking libmodule-runtime-perl (0.016-2) ...
11:59:53 #10 35.65 Selecting previously unselected package libimport-into-perl.
11:59:53 #10 35.65 Preparing to unpack .../125-libimport-into-perl_1.002005-2_all.deb ...
11:59:53 #10 35.66 Unpacking libimport-into-perl (1.002005-2) ...
11:59:53 #10 35.69 Selecting previously unselected package librole-tiny-perl.
11:59:53 #10 35.70 Preparing to unpack .../126-librole-tiny-perl_2.002004-1_all.deb ...
11:59:53 #10 35.70 Unpacking librole-tiny-perl (2.002004-1) ...
11:59:53 #10 35.73 Selecting previously unselected package libsub-quote-perl.
11:59:53 #10 35.73 Preparing to unpack .../127-libsub-quote-perl_2.006008-1_all.deb ...
11:59:53 #10 35.73 Unpacking libsub-quote-perl (2.006008-1) ...
11:59:53 #10 35.77 Selecting previously unselected package libmoo-perl.
11:59:53 #10 35.77 Preparing to unpack .../128-libmoo-perl_2.005005-1_all.deb ...
11:59:53 #10 35.77 Unpacking libmoo-perl (2.005005-1) ...
11:59:53 #10 35.80 Selecting previously unselected package libencode-locale-perl.
11:59:53 #10 35.80 Preparing to unpack .../129-libencode-locale-perl_1.05-3_all.deb ...
11:59:53 #10 35.81 Unpacking libencode-locale-perl (1.05-3) ...
11:59:53 #10 35.84 Selecting previously unselected package libtimedate-perl.
11:59:53 #10 36.81 Selecting previously unselected package libpython2.7:arm64.
11:59:53 #10 36.81 Preparing to unpack .../259-libpython2.7_2.7.16-2+deb10u1_arm64.deb ...
11:59:53 #10 36.81 Unpacking libpython2.7:arm64 (2.7.16-2+deb10u1) ...
11:59:53 #10 36.98 Selecting previously unselected package libmailutils5:arm64.
11:59:53 #10 36.99 Preparing to unpack .../260-libmailutils5_1%3a3.5-4_arm64.deb ...
11:59:53 #10 36.99 Unpacking libmailutils5:arm64 (1:3.5-4) ...
11:59:53 #13 6.740 (51/74): pcre2-utf32-10.40-2.el9.aarch64.rpm    8.4 MB/s | 190 kB     00:00    
11:59:53 #13 6.752 (52/74): perl-DynaLoader-1.47-480.el9.aarch64.r 1.3 MB/s |  27 kB     00:00    
11:59:53 #13 6.789 (53/74): perl-Error-0.17029-7.el9.noarch.rpm    958 kB/s |  42 kB     00:00    
11:59:53 #13 6.804 (54/74): perl-File-Compare-1.100.600-480.el9.no 308 kB/s |  14 kB     00:00    
11:59:53 #13 6.816 (55/74): perl-File-Copy-2.34-480.el9.noarch.rpm 986 kB/s |  21 kB     00:00    
11:59:53 #13 7.014 (56/74): llvm-libs-15.0.7-1.el9.aarch64.rpm      63 MB/s |  20 MB     00:00    
11:59:53 #13 7.016 (57/74): perl-File-Find-1.37-480.el9.noarch.rpm 128 kB/s |  27 kB     00:00    
11:59:53 #13 7.020 (58/74): perl-Git-2.39.1-1.el9.noarch.rpm       194 kB/s |  39 kB     00:00    
11:59:53 #13 7.023 (59/74): perl-TermReadKey-2.38-11.el9.aarch64.r 5.6 MB/s |  36 kB     00:00    
11:59:53 #13 7.026 (60/74): perl-Thread-Queue-3.14-460.el9.noarch. 2.3 MB/s |  22 kB     00:00    
11:59:53 #13 7.031 (61/74): perl-lib-0.65-480.el9.aarch64.rpm      1.5 MB/s |  16 kB     00:00    
11:59:53 #13 7.035 (62/74): perl-threads-2.25-460.el9.aarch64.rpm  7.1 MB/s |  57 kB     00:00    
11:59:53 #13 7.037 (63/74): perl-threads-shared-1.61-460.el9.aarch 4.2 MB/s |  44 kB     00:00    
11:59:53 #13 7.052 (64/74): systemd-devel-252-3.el9.aarch64.rpm     47 MB/s | 641 kB     00:00    
11:59:53 #13 7.063 (65/74): selinux-policy-devel-38.1.5-1.el9.noar  59 MB/s | 1.4 MB     00:00    
11:59:53 #13 7.067 (66/74): device-mapper-devel-1.02.187-4.el9.aar 3.5 MB/s |  44 kB     00:00    
11:59:53 #13 7.078 (67/74): glibc-static-2.34-54.el9.aarch64.rpm    93 MB/s | 1.4 MB     00:00    
11:59:53 #13 7.085 (68/74): libxcrypt-static-4.4.18-3.el9.aarch64.  16 MB/s | 108 kB     00:00    
11:59:53 #13 7.092 (69/74): libselinux-3.5-0.rc2.1.el9.aarch64.rpm  14 MB/s |  85 kB     00:00    
11:59:53 #13 7.100 (70/74): libselinux-utils-3.5-0.rc2.1.el9.aarch  23 MB/s | 181 kB     00:00    
11:59:53 #13 7.109 (71/74): libsepol-3.5-0.rc2.1.el9.aarch64.rpm    34 MB/s | 307 kB     00:00    
11:59:53 #13 7.116 (72/74): python3-libselinux-3.5-0.rc2.1.el9.aar  28 MB/s | 183 kB     00:00    
11:59:53 #11 34.77 Preparing to unpack .../245-libfuture-perl_0.43-1_all.deb ...
11:59:53 #11 34.77 Unpacking libfuture-perl (0.43-1) ...
11:59:53 #11 34.81 Selecting previously unselected package libio-stringy-perl.
11:59:53 #11 34.81 Preparing to unpack .../246-libio-stringy-perl_2.111-3_all.deb ...
11:59:53 #11 34.82 Unpacking libio-stringy-perl (2.111-3) ...
11:59:53 #11 34.85 Selecting previously unselected package libparams-validate-perl.
11:59:53 #11 34.86 Preparing to unpack .../247-libparams-validate-perl_1.29-3_arm64.deb ...
11:59:53 #11 34.86 Unpacking libparams-validate-perl (1.29-3) ...
11:59:53 #11 34.90 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:59:53 #11 34.90 Preparing to unpack .../248-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
11:59:53 #11 34.91 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
11:59:53 #11 34.94 Selecting previously unselected package libsort-versions-perl.
11:59:53 #11 34.94 Preparing to unpack .../249-libsort-versions-perl_1.62-1_all.deb ...
11:59:53 #11 34.94 Unpacking libsort-versions-perl (1.62-1) ...
11:59:53 #11 34.98 Selecting previously unselected package libgit-wrapper-perl.
11:59:53 #11 34.98 Preparing to unpack .../250-libgit-wrapper-perl_0.048-1_all.deb ...
11:59:53 #11 34.98 Unpacking libgit-wrapper-perl (0.048-1) ...
11:59:53 #11 35.03 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:59:53 #10 36.86 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:59:53 #10 36.87 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:59:53 #10 36.88 Setting up libmagic1:arm64 (1:5.32-2ubuntu0.4) ...
11:59:53 #10 36.90 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
11:59:53 #10 36.91 Setting up libcroco3:arm64 (0.6.12-2) ...
11:59:53 #10 36.92 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ...
11:59:53 #10 36.93 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.8) ...
11:59:53 #10 36.95 Setting up libyaml-0-2:arm64 (0.1.7-2ubuntu3) ...
11:59:53 #10 36.96 Setting up patch (2.7.6-2ubuntu1.1) ...
11:59:53 #10 36.97 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:59:53 #10 36.99 Setting up krb5-locales (1.16-2ubuntu0.3) ...
11:59:53 #10 37.00 Setting up publicsuffix (20180223.1310-1) ...
11:59:53 #10 37.01 Setting up autotools-dev (20180224.1) ...
11:59:53 #10 37.03 Setting up t1utils (1.41-2) ...
11:59:53 #10 37.04 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
11:59:53 #10 37.05 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:59:53 #11 16.01 Get:168 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfakeroot armhf 1.29-1ubuntu1 [25.6 kB]
11:59:53 #11 16.01 Get:169 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf fakeroot armhf 1.29-1ubuntu1 [61.8 kB]
11:59:53 #11 16.01 Get:170 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libassuan0 armhf 2.5.5-4 [30.4 kB]
11:59:53 #11 16.01 Get:171 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpgconf armhf 2.2.35-3ubuntu1 [117 kB]
11:59:53 #11 16.02 Get:172 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libksba8 armhf 1.6.0-3ubuntu1.1 [99.3 kB]
11:59:53 #11 16.02 Get:173 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
11:59:53 #11 16.02 Get:174 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dirmngr armhf 2.2.35-3ubuntu1 [329 kB]
11:59:53 #11 16.05 Get:175 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
11:59:53 #11 16.05 Get:176 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg-utils armhf 2.2.35-3ubuntu1 [456 kB]
11:59:53 #11 16.12 Get:177 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg armhf 2.2.35-3ubuntu1 [481 kB]
11:59:53 #11 16.14 Get:178 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf pinentry-curses armhf 1.2.0-2ubuntu1 [36.2 kB]
11:59:53 #11 16.14 Get:179 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-agent armhf 2.2.35-3ubuntu1 [234 kB]
11:59:53 #11 16.15 Get:180 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-wks-client armhf 2.2.35-3ubuntu1 [88.1 kB]
11:59:53 #11 16.15 Get:181 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-wks-server armhf 2.2.35-3ubuntu1 [81.7 kB]
11:59:53 #11 16.16 Get:182 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpgsm armhf 2.2.35-3ubuntu1 [211 kB]
11:59:53 #11 16.17 Get:183 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg all 2.2.35-3ubuntu1 [318 kB]
11:59:53 #11 16.20 Get:184 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-dirlist-perl all 0.05-2 [7100 B]
11:59:53 #11 16.20 Get:185 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-which-perl all 1.27-1 [14.3 kB]
11:59:53 #11 16.20 Get:186 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-homedir-perl all 1.006-1 [38.3 kB]
11:59:53 #10 22.65 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:59:53 #10 22.65 Preparing to unpack .../031-binutils-arm-linux-gnueabihf_2.31.1-16_armhf.deb ...
11:59:53 #10 22.65 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ...
11:59:53 #10 27.16 Selecting previously unselected package automake.
11:59:53 #10 27.16 Preparing to unpack .../053-automake_1%3a1.15.1-3ubuntu2_all.deb ...
11:59:53 #10 27.16 Unpacking automake (1:1.15.1-3ubuntu2) ...
11:59:53 #10 27.28 Selecting previously unselected package autopoint.
11:59:53 #10 27.28 Preparing to unpack .../054-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
11:59:53 #10 27.28 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
11:59:53 #10 27.33 Selecting previously unselected package binutils-common:armhf.
11:59:53 #10 27.33 Preparing to unpack .../055-binutils-common_2.30-21ubuntu1~18.04.8_armhf.deb ...
11:59:53 #10 27.33 Unpacking binutils-common:armhf (2.30-21ubuntu1~18.04.8) ...
11:59:53 #10 27.40 Selecting previously unselected package libbinutils:armhf.
11:59:53 #10 27.40 Preparing to unpack .../056-libbinutils_2.30-21ubuntu1~18.04.8_armhf.deb ...
11:59:53 #10 27.41 Unpacking libbinutils:armhf (2.30-21ubuntu1~18.04.8) ...
11:59:53 #10 27.48 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:59:53 #10 27.48 Preparing to unpack .../057-binutils-arm-linux-gnueabihf_2.30-21ubuntu1~18.04.8_armhf.deb ...
11:59:53 #11 20.18 Unpacking python3 (3.8.2-0ubuntu2) ...
11:59:53 #11 20.25 Selecting previously unselected package libbsd0:armhf.
11:59:53 #11 20.25 Preparing to unpack .../001-libbsd0_0.10.0-1_armhf.deb ...
11:59:53 #11 20.25 Unpacking libbsd0:armhf (0.10.0-1) ...
11:59:53 #11 20.30 Selecting previously unselected package bsdmainutils.
11:59:53 #11 20.30 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_armhf.deb ...
11:59:53 #11 20.31 Unpacking bsdmainutils (11.1.2ubuntu3) ...
11:59:53 #11 20.38 Selecting previously unselected package libuchardet0:armhf.
11:59:53 #11 20.38 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_armhf.deb ...
11:59:53 #11 20.38 Unpacking libuchardet0:armhf (0.0.6-3build1) ...
11:59:53 #11 20.43 Selecting previously unselected package groff-base.
11:59:53 #10 37.30 Preparing to unpack .../308-liblzo2-2_2.10-2_arm64.deb ...
11:59:53 #10 37.31 Unpacking liblzo2-2:arm64 (2.10-2) ...
11:59:53 #10 37.34 Selecting previously unselected package libsys-hostname-long-perl.
11:59:53 #10 37.34 Preparing to unpack .../309-libsys-hostname-long-perl_1.5-3_all.deb ...
11:59:53 #10 37.35 Unpacking libsys-hostname-long-perl (1.5-3) ...
11:59:53 #10 37.38 Selecting previously unselected package libmail-sendmail-perl.
11:59:53 #10 37.38 Preparing to unpack .../310-libmail-sendmail-perl_0.80-3_all.deb ...
11:59:53 #10 37.38 Unpacking libmail-sendmail-perl (0.80-3) ...
11:59:53 #10 37.42 Selecting previously unselected package libnet-smtp-ssl-perl.
11:59:53 #10 37.42 Preparing to unpack .../311-libnet-smtp-ssl-perl_1.04-2_all.deb ...
11:59:53 #10 37.42 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
11:59:53 #10 37.46 Selecting previously unselected package libmailtools-perl.
11:59:53 #10 37.46 Preparing to unpack .../312-libmailtools-perl_2.21-2_all.deb ...
11:59:53 #10 37.46 Unpacking libmailtools-perl (2.21-2) ...
11:59:53 #10 37.51 Selecting previously unselected package libmarkdown2:arm64.
11:59:53 #10 37.51 Preparing to unpack .../313-libmarkdown2_2.2.7-2_arm64.deb ...
11:59:53 #10 37.51 Unpacking libmarkdown2:arm64 (2.2.7-2) ...
11:59:53 #10 37.55 Selecting previously unselected package libmath-base85-perl.
11:59:53 #11 33.50 Selecting previously unselected package python3-chardet.
11:59:53 #11 36.40 Selecting previously unselected package manpages-dev.
11:59:53 #11 36.40 Preparing to unpack .../386-manpages-dev_5.13-1_all.deb ...
11:59:53 #11 33.50 Preparing to unpack .../208-python3-chardet_4.0.0-2_all.deb ...
11:59:53 #11 36.41 Unpacking manpages-dev (5.13-1) ...
11:59:53 #11 33.50 Unpacking python3-chardet (4.0.0-2) ...
11:59:53 #11 36.51 Selecting previously unselected package python3-certifi.
11:59:53 #11 33.55 Selecting previously unselected package python3-debian.
11:59:53 #11 36.52 Preparing to unpack .../387-python3-certifi_2022.6.15-2_all.deb ...
11:59:53 #11 33.56 Preparing to unpack .../209-python3-debian_0.1.46_all.deb ...
11:59:53 #11 36.52 Unpacking python3-certifi (2022.6.15-2) ...
11:59:53 #11 33.56 Unpacking python3-debian (0.1.46) ...
11:59:53 #11 36.55 Selecting previously unselected package python3-cffi-backend:amd64.
11:59:53 #11 33.61 Selecting previously unselected package libgpgme11:arm64.
11:59:53 #11 36.55 Preparing to unpack .../388-python3-cffi-backend_1.15.1-1_amd64.deb ...
11:59:53 #11 33.61 Preparing to unpack .../210-libgpgme11_1.17.1-4.1ubuntu1_arm64.deb ...
11:59:53 #11 36.56 Unpacking python3-cffi-backend:amd64 (1.15.1-1) ...
11:59:53 #11 33.61 Unpacking libgpgme11:arm64 (1.17.1-4.1ubuntu1) ...
11:59:53 #11 36.59 Selecting previously unselected package python3-cryptography.
11:59:53 #11 33.66 Selecting previously unselected package python3-gpg.
11:59:53 #11 36.59 Preparing to unpack .../389-python3-cryptography_3.4.8-2_amd64.deb ...
11:59:53 #11 33.66 Preparing to unpack .../211-python3-gpg_1.17.1-4.1ubuntu1_arm64.deb ...
11:59:53 #11 36.62 Unpacking python3-cryptography (3.4.8-2) ...
11:59:53 #11 33.66 Unpacking python3-gpg (1.17.1-4.1ubuntu1) ...
11:59:53 #11 33.71 Selecting previously unselected package python3-xdg.
11:59:53 #11 33.71 Preparing to unpack .../212-python3-xdg_0.27-2_all.deb ...
11:59:53 #11 33.71 Unpacking python3-xdg (0.27-2) ...
11:59:53 #11 33.76 Selecting previously unselected package dput.
11:59:53 #11 33.77 Preparing to unpack .../213-dput_1.1.2ubuntu2_all.deb ...
11:59:53 #11 33.77 Unpacking dput (1.1.2ubuntu2) ...
11:59:53 #11 33.81 Selecting previously unselected package fonts-dejavu-core.
11:59:53 #10 37.50 Selecting previously unselected package libxml-sax-base-perl.
11:59:53 #11 18.83 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-struct-perl all 0.020-1 [23.7 kB]
11:59:53 #10 37.50 Preparing to unpack .../257-libxml-sax-base-perl_1.09-1_all.deb ...
11:59:53 #10 37.50 Unpacking libxml-sax-base-perl (1.09-1) ...
11:59:53 #11 18.86 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmouse-perl armhf 2.5.10-1build4 [156 kB]
11:59:53 #11 19.00 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-xs-perl armhf 0.29-1build5 [17.7 kB]
11:59:53 #10 37.54 Selecting previously unselected package libxml-sax-perl.
11:59:53 #10 37.54 Preparing to unpack .../258-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
11:59:53 #11 19.02 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:59:53 #11 19.03 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-gzip-perl armhf 0.19-1build8 [13.6 kB]
11:59:53 #10 37.54 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
11:59:53 #10 37.61 Selecting previously unselected package libxml-libxml-perl.
11:59:53 #11 19.03 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-utf8-strict-perl armhf 0.009-1build1 [11.2 kB]
11:59:53 #11 19.04 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-parser-perl all 1.63-2 [82.2 kB]
11:59:53 #10 37.62 Preparing to unpack .../259-libxml-libxml-perl_2.0128+dfsg-5_amd64.deb ...
11:59:53 #10 37.62 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
11:59:53 #11 19.07 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-constants-perl all 0.19-2 [16.3 kB]
11:59:53 #10 37.67 Selecting previously unselected package libxml-parser-perl.
11:59:53 #10 37.68 Preparing to unpack .../260-libxml-parser-perl_2.44-2build3_amd64.deb ...
11:59:53 #11 19.07 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libproc-processtable-perl armhf 0.634-1build1 [37.0 kB]
11:59:53 #10 37.68 Unpacking libxml-parser-perl (2.44-2build3) ...
11:59:53 #10 37.73 Selecting previously unselected package libxml-sax-expat-perl.
11:59:53 #10 35.43 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
11:59:53 #10 35.43 Unpacking libstring-shellquote-perl (1.04-1) ...
11:59:53 #10 35.46 Selecting previously unselected package libsys-cpuaffinity-perl:arm64.
11:59:53 #10 35.46 Preparing to unpack .../311-libsys-cpuaffinity-perl_1.13~03-1_arm64.deb ...
11:59:53 #10 35.47 Unpacking libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
11:59:53 #10 35.50 Selecting previously unselected package libterm-readkey-perl.
11:59:53 #10 35.51 Preparing to unpack .../312-libterm-readkey-perl_2.38-1+b2_arm64.deb ...
11:59:53 #10 35.51 Unpacking libterm-readkey-perl (2.38-1+b2) ...
11:59:53 #10 35.54 Selecting previously unselected package libtext-levenshteinxs-perl.
11:59:53 #10 35.54 Preparing to unpack .../313-libtext-levenshteinxs-perl_0.03-4+b8_arm64.deb ...
11:59:53 #10 35.55 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
11:59:53 #10 35.58 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
11:59:53 #10 35.58 Preparing to unpack .../314-libtext-markdown-discount-perl_0.12-1+b1_arm64.deb ...
11:59:53 #10 35.58 Unpacking libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
11:59:53 #10 35.61 Selecting previously unselected package libtext-xslate-perl.
11:59:53 #10 35.61 Preparing to unpack .../315-libtext-xslate-perl_3.5.8-1+b1_arm64.deb ...
11:59:53 #10 35.62 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
11:59:53 #10 35.66 Selecting previously unselected package libtime-duration-perl.
11:59:53 #11 36.25 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.04.1) ...
11:59:53 #11 36.27 Setting up libfakeroot:amd64 (1.28-1ubuntu1) ...
11:59:53 #11 36.29 Setting up libasan6:amd64 (11.3.0-1ubuntu1~22.04) ...
11:59:53 #11 36.30 Setting up libnumber-compare-perl (0.03-2) ...
11:59:53 #11 36.31 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
11:59:53 #11 36.32 Setting up fakeroot (1.28-1ubuntu1) ...
11:59:53 #11 36.33 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:59:53 #11 36.33 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:53 #11 36.33 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:53 #11 36.33 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:53 #11 36.33 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:53 #11 36.33 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:53 #11 36.33 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:53 #11 36.33 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:53 #11 36.33 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:53 #11 36.34 Setting up autotools-dev (20220109.1) ...
11:59:53 #11 36.35 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
11:59:53 #11 36.37 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
11:59:53 #11 36.38 Setting up libx11-data (2:1.7.5-1) ...
11:59:53 #11 36.39 Setting up make (4.3-4.1build1) ...
11:59:53 #11 36.40 Setting up libmpfr6:amd64 (4.1.0-3build3) ...
11:59:53 #11 36.41 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:59:53 #11 36.43 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:59:53 #11 36.44 Setting up lzip (1.23-1) ...
11:59:53 #11 36.45 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
11:59:53 #11 36.45 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist
11:59:53 #11 36.45 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:59:53 #11 36.45 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist
11:59:53 #11 36.46 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:59:53 #11 36.46 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist
11:59:53 #11 36.47 Setting up strace (5.16-0ubuntu3) ...
11:59:53 #11 36.48 Setting up libsigsegv2:amd64 (2.13-1ubuntu3) ...
11:59:53 #11 36.50 Setting up xz-utils (5.2.5-2ubuntu1) ...
11:59:53 #11 36.51 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:59:53 #11 36.51 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:59:53 #11 36.51 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:59:53 #11 36.51 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:59:53 #11 36.51 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:59:53 #11 36.51 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:59:53 #11 36.51 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:59:53 #11 36.51 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:59:53 #11 36.51 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:59:53 #11 36.51 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:59:53 #11 36.51 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:59:53 #11 36.52 Setting up t1utils (1.41-4build2) ...
11:59:53 #11 36.53 Setting up libquadmath0:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:53 #11 36.55 Setting up diffstat (1.64-1build2) ...
11:59:53 #11 36.56 Setting up libpng16-16:amd64 (1.6.37-3build5) ...
11:59:53 Linking C executable tini-static
11:59:53 [100%] Built target tini-static
11:59:53 + mkdir -p /usr/local/bin
11:59:53 + cp tini-static /usr/local/bin/docker-init
11:59:53 + VERSION=0.0.0-20230206193855-ab4ef4a
11:59:53 + PRODUCT=docker
11:59:53 + hack/make.sh dynbinary
11:59:53 
11:59:53 Removing bundles/
11:59:53 
11:59:53 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:59:53 #11 37.30 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
11:59:53 #11 37.30 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
11:59:53 #11 37.33 Selecting previously unselected package libalgorithm-merge-perl.
11:59:53 #11 37.33 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ...
11:59:53 #11 37.34 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:59:53 #11 37.37 Selecting previously unselected package libapt-pkg-perl.
11:59:53 #11 37.37 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ...
11:59:53 #11 37.37 Unpacking libapt-pkg-perl (0.1.36build3) ...
11:59:53 #11 37.41 Selecting previously unselected package libarchive-cpio-perl.
11:59:53 #11 37.41 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ...
11:59:53 #11 37.42 Unpacking libarchive-cpio-perl (0.10-1) ...
11:59:53 #11 37.45 Selecting previously unselected package libarray-intspan-perl.
11:59:53 #11 37.45 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ...
11:59:53 #11 37.45 Unpacking libarray-intspan-perl (2.003-1) ...
11:59:53 #11 37.49 Selecting previously unselected package libasync-mergepoint-perl.
11:59:53 #11 37.49 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ...
11:59:53 #11 37.49 Unpacking libasync-mergepoint-perl (0.04-2) ...
11:59:53 #11 37.53 Selecting previously unselected package libmodule-implementation-perl.
11:59:53 #10 35.51 Selecting previously unselected package gnupg.
11:59:53 #10 35.51 Preparing to unpack .../105-gnupg_2.2.27-2+deb11u2_all.deb ...
11:59:53 #10 35.51 Unpacking gnupg (2.2.27-2+deb11u2) ...
11:59:53 #10 35.57 Selecting previously unselected package libfile-dirlist-perl.
11:59:53 #10 35.57 Preparing to unpack .../106-libfile-dirlist-perl_0.05-2_all.deb ...
11:59:53 #10 35.58 Unpacking libfile-dirlist-perl (0.05-2) ...
11:59:53 #10 35.60 Selecting previously unselected package libfile-which-perl.
11:59:53 #10 35.60 Preparing to unpack .../107-libfile-which-perl_1.23-1_all.deb ...
11:59:53 #10 35.61 Unpacking libfile-which-perl (1.23-1) ...
11:59:53 #10 35.64 Selecting previously unselected package libfile-homedir-perl.
11:59:53 #10 35.64 Preparing to unpack .../108-libfile-homedir-perl_1.006-1_all.deb ...
11:59:53 #10 35.64 Unpacking libfile-homedir-perl (1.006-1) ...
11:59:53 #10 35.67 Selecting previously unselected package libfile-touch-perl.
11:59:53 #10 35.67 Preparing to unpack .../109-libfile-touch-perl_0.11-1_all.deb ...
11:59:53 #10 35.67 Unpacking libfile-touch-perl (0.11-1) ...
11:59:53 #10 35.70 Selecting previously unselected package libio-pty-perl.
11:59:53 #10 35.70 Preparing to unpack .../110-libio-pty-perl_1%3a1.15-2_amd64.deb ...
11:59:53 #10 35.70 Unpacking libio-pty-perl (1:1.15-2) ...
11:59:53 #10 35.73 Selecting previously unselected package libipc-run-perl.
11:59:53 #11 27.82 Preparing to unpack .../125-libksba8_1.6.0-2ubuntu0.2_arm64.deb ...
11:59:53 #11 27.83 Unpacking libksba8:arm64 (1.6.0-2ubuntu0.2) ...
11:59:53 #11 27.87 Selecting previously unselected package libnpth0:arm64.
11:59:53 #11 27.87 Preparing to unpack .../126-libnpth0_1.6-3build2_arm64.deb ...
11:59:53 #11 27.88 Unpacking libnpth0:arm64 (1.6-3build2) ...
11:59:53 #11 27.92 Selecting previously unselected package dirmngr.
11:59:53 #11 27.93 Preparing to unpack .../127-dirmngr_2.2.27-3ubuntu2.1_arm64.deb ...
11:59:53 #11 27.95 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
11:59:53 #11 27.98 Selecting previously unselected package gnupg-l10n.
11:59:53 #11 27.98 Preparing to unpack .../128-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
11:59:53 #11 27.99 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:59:53 #11 28.02 Selecting previously unselected package gnupg-utils.
11:59:53 #11 28.03 Preparing to unpack .../129-gnupg-utils_2.2.27-3ubuntu2.1_arm64.deb ...
11:59:53 #10 40.01 Selecting previously unselected package libcapture-tiny-perl.
11:59:53 #10 40.01 Preparing to unpack .../182-libcapture-tiny-perl_0.48-1_all.deb ...
11:59:53 #10 40.02 Unpacking libcapture-tiny-perl (0.48-1) ...
11:59:53 #10 40.06 Selecting previously unselected package libcgi-pm-perl.
11:59:53 #10 40.06 Preparing to unpack .../183-libcgi-pm-perl_4.40-1_all.deb ...
11:59:53 #10 40.07 Unpacking libcgi-pm-perl (4.40-1) ...
11:59:53 #10 40.12 Selecting previously unselected package libfcgi-perl.
11:59:53 #10 40.12 Preparing to unpack .../184-libfcgi-perl_0.78-2+b3_amd64.deb ...
11:59:53 #10 40.13 Unpacking libfcgi-perl (0.78-2+b3) ...
11:59:53 #10 40.17 Selecting previously unselected package libcgi-fast-perl.
11:59:53 #10 40.17 Preparing to unpack .../185-libcgi-fast-perl_1%3a2.13-1_all.deb ...
11:59:53 #10 40.17 Unpacking libcgi-fast-perl (1:2.13-1) ...
11:59:53 #10 40.21 Selecting previously unselected package libsub-name-perl.
11:59:53 #10 40.21 Preparing to unpack .../186-libsub-name-perl_0.21-1+b3_amd64.deb ...
11:59:53 #10 40.22 Unpacking libsub-name-perl (0.21-1+b3) ...
11:59:53 #10 15.58 Selecting previously unselected package python3-minimal.
11:59:53 #10 15.58 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8340 files and directories currently installed.)
11:59:53 #10 15.58 Preparing to unpack .../python3-minimal_3.11.1-3_armhf.deb ...
11:59:53 #10 15.59 Unpacking python3-minimal (3.11.1-3) ...
11:59:53 #10 15.61 Selecting previously unselected package media-types.
11:59:53 #10 15.61 Preparing to unpack .../media-types_8.0.0_all.deb ...
11:59:53 #10 15.62 Unpacking media-types (8.0.0) ...
11:59:53 #10 15.65 Preparing to unpack .../liblzma5_5.4.1-0.1_armhf.deb ...
11:59:53 #10 15.67 Unpacking liblzma5:armhf (5.4.1-0.1) over (5.4.1-0.0) ...
11:59:53 #10 15.78 Setting up liblzma5:armhf (5.4.1-0.1) ...
11:59:53 #10 15.82 Selecting previously unselected package libmpdec3:armhf.
11:59:53 #10 15.82 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8367 files and directories currently installed.)
11:59:53 #10 15.83 Preparing to unpack .../00-libmpdec3_2.5.1-2_armhf.deb ...
11:59:53 #10 35.84 Preparing to unpack .../130-libtimedate-perl_2.3300-2_all.deb ...
11:59:53 #10 35.84 Unpacking libtimedate-perl (2.3300-2) ...
11:59:53 #10 35.88 Selecting previously unselected package libhttp-date-perl.
11:59:53 #10 35.88 Preparing to unpack .../131-libhttp-date-perl_6.05-2_all.deb ...
11:59:53 #10 35.88 Unpacking libhttp-date-perl (6.05-2) ...
11:59:53 #10 35.91 Selecting previously unselected package libfile-listing-perl.
11:59:53 #10 35.91 Preparing to unpack .../132-libfile-listing-perl_6.15-1_all.deb ...
11:59:53 #10 35.91 Unpacking libfile-listing-perl (6.15-1) ...
11:59:53 #10 35.95 Selecting previously unselected package libhtml-tagset-perl.
11:59:53 #10 35.96 Preparing to unpack .../133-libhtml-tagset-perl_3.20-6_all.deb ...
11:59:53 #10 35.96 Unpacking libhtml-tagset-perl (3.20-6) ...
11:59:53 #10 36.00 Selecting previously unselected package libregexp-ipv6-perl.
11:59:53 #10 36.00 Preparing to unpack .../134-libregexp-ipv6-perl_0.03-3_all.deb ...
11:59:53 #10 36.01 Unpacking libregexp-ipv6-perl (0.03-3) ...
11:59:53 #10 36.08 Selecting previously unselected package liburi-perl.
11:59:53 #11 35.03 Preparing to unpack .../251-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
11:59:53 #11 35.03 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
11:59:53 #11 35.07 Selecting previously unselected package libio-prompter-perl.
11:59:53 #11 35.07 Preparing to unpack .../252-libio-prompter-perl_0.004015-1_all.deb ...
11:59:53 #11 35.07 Unpacking libio-prompter-perl (0.004015-1) ...
11:59:53 #11 35.11 Selecting previously unselected package libjson-perl.
11:59:53 #11 35.11 Preparing to unpack .../253-libjson-perl_4.02000-2_all.deb ...
11:59:53 #11 35.11 Unpacking libjson-perl (4.02000-2) ...
11:59:53 #11 35.15 Selecting previously unselected package liblog-any-perl.
11:59:53 #11 35.15 Preparing to unpack .../254-liblog-any-perl_1.708-1_all.deb ...
11:59:53 #11 35.16 Unpacking liblog-any-perl (1.708-1) ...
11:59:53 #11 35.19 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:59:53 #11 35.19 Preparing to unpack .../255-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:59:53 #11 35.20 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:59:53 #11 35.23 Selecting previously unselected package libpackage-stash-perl.
11:59:53 #11 35.23 Preparing to unpack .../256-libpackage-stash-perl_0.38-1_all.deb ...
11:59:53 #11 35.24 Unpacking libpackage-stash-perl (0.38-1) ...
11:59:53 #11 35.27 Selecting previously unselected package libsub-identify-perl.
11:59:53 #10 37.05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
11:59:53 #10 37.05 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
11:59:53 #10 37.05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
11:59:53 #10 37.05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
11:59:53 #10 37.05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
11:59:53 #10 37.05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
11:59:53 #10 37.05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
11:59:53 #10 37.05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
11:59:53 #10 37.05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
11:59:53 #10 37.05 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
11:59:53 #10 37.06 Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:53 #10 37.07 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ...
11:59:53 #10 37.08 Setting up libltdl7:arm64 (2.4.6-2) ...
11:59:53 #10 37.09 Setting up openssl (1.1.1-1ubuntu2.1~18.04.20) ...
11:59:53 #10 37.11 Setting up libsqlite3-0:arm64 (3.22.0-1ubuntu0.7) ...
11:59:53 #10 37.12 Setting up liblocale-gettext-perl (1.07-3build2) ...
11:59:53 #10 37.14 Setting up wdiff (1.2.2-2) ...
11:59:53 #10 37.15 Setting up shared-mime-info (1.9-2) ...
11:59:53 #10 37.06 Selecting previously unselected package libmime-tools-perl.
11:59:53 #10 37.07 Preparing to unpack .../261-libmime-tools-perl_5.509-1_all.deb ...
11:59:53 #10 37.07 Unpacking libmime-tools-perl (5.509-1) ...
11:59:53 #10 37.12 Selecting previously unselected package libnet-dns-sec-perl.
11:59:53 #10 37.13 Preparing to unpack .../262-libnet-dns-sec-perl_1.11-1_arm64.deb ...
11:59:53 #10 37.13 Unpacking libnet-dns-sec-perl (1.11-1) ...
11:59:53 #10 37.17 Selecting previously unselected package libnet-libidn-perl.
11:59:53 #10 37.17 Preparing to unpack .../263-libnet-libidn-perl_0.12.ds-3+b1_arm64.deb ...
11:59:53 #10 37.18 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
11:59:53 #10 37.23 Selecting previously unselected package libnumber-compare-perl.
11:59:53 #10 37.23 Preparing to unpack .../264-libnumber-compare-perl_0.03-1_all.deb ...
11:59:53 #10 37.23 Unpacking libnumber-compare-perl (0.03-1) ...
11:59:53 #10 37.28 Selecting previously unselected package libnumber-range-perl.
11:59:53 #10 37.28 Preparing to unpack .../265-libnumber-range-perl_0.12-1_all.deb ...
11:59:53 #10 37.28 Unpacking libnumber-range-perl (0.12-1) ...
11:59:53 #10 37.33 Selecting previously unselected package libossp-uuid16:arm64.
11:59:53 #10 37.33 Preparing to unpack .../266-libossp-uuid16_1.6.2-1.5+b7_arm64.deb ...
11:59:53 #11 16.28 Get:187 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-touch-perl all 0.12-1 [9024 B]
11:59:53 #11 16.28 Get:188 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-pty-perl armhf 1:1.15-2build2 [34.3 kB]
11:59:53 #11 16.28 Get:189 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libipc-run-perl all 20220807.0-1 [92.6 kB]
11:59:53 #11 16.28 Get:190 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:59:53 #11 16.28 Get:191 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libclass-xsaccessor-perl armhf 1.19-4 [33.4 kB]
11:59:53 #11 16.28 Get:192 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libb-hooks-op-check-perl armhf 0.22-2 [10.1 kB]
11:59:53 #11 16.28 Get:193 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdynaloader-functions-perl all 0.003-2 [12.5 kB]
11:59:53 #11 16.36 Get:194 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu4 [14.6 kB]
11:59:53 #11 16.36 Get:195 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libparams-classify-perl armhf 0.015-2 [20.6 kB]
11:59:53 #11 16.36 Get:196 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmodule-runtime-perl all 0.016-2 [16.4 kB]
11:59:53 #11 16.43 Get:197 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libimport-into-perl all 1.002005-2 [10.7 kB]
11:59:53 #11 16.43 Get:198 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB]
11:59:53 #11 16.43 Get:199 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
11:59:53 #11 16.43 Get:200 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmoo-perl all 2.005004-3 [48.0 kB]
11:59:53 #11 16.43 Get:201 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libencode-locale-perl all 1.05-2 [12.2 kB]
11:59:53 #11 16.43 Get:202 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtimedate-perl all 2.3300-2 [34.0 kB]
11:59:53 #12 24.42   Preparing        :                                                        1/1 
11:59:53 #12 24.47   Downgrading      : xz-libs-5.2.4-4.el8.aarch64                           1/90 
11:59:53 #12 24.54   Upgrading        : rpm-4.14.3-26.el8.aarch64                             2/90 
11:59:53 #12 24.58   Upgrading        : rpm-libs-4.14.3-26.el8.aarch64                        3/90 
11:59:53 #12 24.59   Running scriptlet: rpm-libs-4.14.3-26.el8.aarch64                        3/90 
11:59:53 #12 24.62   Installing       : python-srpm-macros-3-44.el8.noarch                    4/90 
11:59:53 #12 24.64   Upgrading        : rpm-build-libs-4.14.3-26.el8.aarch64                  5/90 
11:59:53 #10 27.48 Unpacking binutils-arm-linux-gnueabihf (2.30-21ubuntu1~18.04.8) ...
11:59:53 #11 20.43 Preparing to unpack .../004-groff-base_1.22.4-4build1_armhf.deb ...
11:59:53 #11 20.43 Unpacking groff-base (1.22.4-4build1) ...
11:59:53 #10 37.55 Preparing to unpack .../314-libmath-base85-perl_0.5+dfsg-2_all.deb ...
11:59:53 #10 37.55 Unpacking libmath-base85-perl (0.5+dfsg-2) ...
11:59:53 #10 37.58 Selecting previously unselected package libmime-tools-perl.
11:59:53 #10 37.58 Preparing to unpack .../315-libmime-tools-perl_5.510-1_all.deb ...
11:59:53 #10 37.59 Unpacking libmime-tools-perl (5.510-1) ...
11:59:53 #10 37.64 Selecting previously unselected package libmldbm-perl.
11:59:53 #10 37.64 Preparing to unpack .../316-libmldbm-perl_2.05-4_all.deb ...
11:59:53 #10 37.64 Unpacking libmldbm-perl (2.05-4) ...
11:59:53 #10 37.67 Selecting previously unselected package libmoox-aliases-perl.
11:59:53 #10 37.67 Preparing to unpack .../317-libmoox-aliases-perl_0.001006-2_all.deb ...
11:59:53 #10 37.68 Unpacking libmoox-aliases-perl (0.001006-2) ...
11:59:53 #10 37.71 Selecting previously unselected package libmouse-perl.
11:59:53 #10 37.71 Preparing to unpack .../318-libmouse-perl_2.5.10-1+b3_arm64.deb ...
11:59:53 #10 37.71 Unpacking libmouse-perl (2.5.10-1+b3) ...
11:59:53 #10 37.76 Selecting previously unselected package libossp-uuid16:arm64.
11:59:53 #10 37.77 Preparing to unpack .../319-libossp-uuid16_1.6.2-1.5+b11_arm64.deb ...
11:59:53 #10 37.77 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b11) ...
11:59:53 #10 37.81 Selecting previously unselected package libossp-uuid-perl.
11:59:53 #11 36.67 Selecting previously unselected package python3-idna.
11:59:53 #11 36.67 Preparing to unpack .../390-python3-idna_3.3-1_all.deb ...
11:59:53 #11 36.67 Unpacking python3-idna (3.3-1) ...
11:59:53 #11 36.71 Selecting previously unselected package python3-nacl.
11:59:53 #11 36.71 Preparing to unpack .../391-python3-nacl_1.5.0-2_amd64.deb ...
11:59:53 #11 36.71 Unpacking python3-nacl (1.5.0-2) ...
11:59:53 #11 36.75 Selecting previously unselected package python3-six.
11:59:53 #11 36.75 Preparing to unpack .../392-python3-six_1.16.0-4_all.deb ...
11:59:53 #11 36.76 Unpacking python3-six (1.16.0-4) ...
11:59:53 #11 36.79 Selecting previously unselected package python3-bcrypt.
11:59:53 #11 36.79 Preparing to unpack .../393-python3-bcrypt_3.2.0-1build1_amd64.deb ...
11:59:53 #11 36.79 Unpacking python3-bcrypt (3.2.0-1build1) ...
11:59:53 #11 36.82 Selecting previously unselected package python3-paramiko.
11:59:53 #11 36.83 Preparing to unpack .../394-python3-paramiko_2.10.4-1ubuntu1_all.deb ...
11:59:53 #11 36.83 Unpacking python3-paramiko (2.10.4-1ubuntu1) ...
11:59:53 #11 36.87 Selecting previously unselected package python3-urllib3.
11:59:53 #11 33.82 Preparing to unpack .../214-fonts-dejavu-core_2.37-2build1_all.deb ...
11:59:53 #11 33.82 Unpacking fonts-dejavu-core (2.37-2build1) ...
11:59:53 #11 33.93 Selecting previously unselected package fontconfig-config.
11:59:53 #11 33.93 Preparing to unpack .../215-fontconfig-config_2.13.1-4.4ubuntu1_all.deb ...
11:59:53 #11 33.94 Unpacking fontconfig-config (2.13.1-4.4ubuntu1) ...
11:59:53 #11 33.98 Selecting previously unselected package libcurl3-gnutls:arm64.
11:59:53 #11 33.98 Preparing to unpack .../216-libcurl3-gnutls_7.85.0-1ubuntu0.2_arm64.deb ...
11:59:53 #11 33.98 Unpacking libcurl3-gnutls:arm64 (7.85.0-1ubuntu0.2) ...
11:59:53 #11 34.02 Selecting previously unselected package liberror-perl.
11:59:53 #11 34.02 Preparing to unpack .../217-liberror-perl_0.17029-1_all.deb ...
11:59:53 #11 34.03 Unpacking liberror-perl (0.17029-1) ...
11:59:53 #11 34.06 Selecting previously unselected package git-man.
11:59:53 #10 37.73 Preparing to unpack .../261-libxml-sax-expat-perl_0.40-2_all.deb ...
11:59:53 #10 37.73 Unpacking libxml-sax-expat-perl (0.40-2) ...
11:59:53 #10 37.76 Selecting previously unselected package libxml-simple-perl.
11:59:53 #10 37.76 Preparing to unpack .../262-libxml-simple-perl_2.24-1_all.deb ...
11:59:53 #10 37.77 Unpacking libxml-simple-perl (2.24-1) ...
11:59:53 #10 37.80 Selecting previously unselected package libyaml-libyaml-perl.
11:59:53 #10 37.80 Preparing to unpack .../263-libyaml-libyaml-perl_0.69+repack-1_amd64.deb ...
11:59:53 #10 37.80 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
11:59:53 #10 37.84 Selecting previously unselected package licensecheck.
11:59:53 #10 37.84 Preparing to unpack .../264-licensecheck_3.0.31-2_all.deb ...
11:59:53 #10 37.84 Unpacking licensecheck (3.0.31-2) ...
11:59:53 #10 37.87 Selecting previously unselected package patchutils.
11:59:53 #10 37.87 Preparing to unpack .../265-patchutils_0.3.4-2_amd64.deb ...
11:59:53 #10 37.87 Unpacking patchutils (0.3.4-2) ...
11:59:53 #10 37.91 Selecting previously unselected package t1utils.
11:59:53 #10 37.91 Preparing to unpack .../266-t1utils_1.41-2_amd64.deb ...
11:59:53 #10 37.91 Unpacking t1utils (1.41-2) ...
11:59:53 #10 37.95 Selecting previously unselected package lintian.
11:59:53 #10 37.95 Preparing to unpack .../267-lintian_2.5.81ubuntu1_all.deb ...
11:59:53 #11 19.08 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre2-9 armhf 20220201+dfsg-1 [161 kB]
11:59:53 #11 19.11 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre-engine-re2-perl armhf 0.14-1build2 [17.2 kB]
11:59:53 #11 19.12 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadonly-perl all 2.050-3 [19.9 kB]
11:59:53 #11 19.15 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-perl all 0.204-1 [15.0 kB]
11:59:53 #11 19.15 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-xs-perl armhf 0.117-1build5 [11.5 kB]
11:59:53 #11 19.15 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
11:59:53 #11 19.16 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:59:53 #11 19.16 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-modules armhf 2.1.27+dfsg2-3ubuntu1.1 [49.9 kB]
11:59:53 #11 19.17 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-decoder-perl armhf 4.023+ds-1 [94.5 kB]
11:59:53 #11 19.22 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-encoder-perl armhf 4.023+ds-1 [97.2 kB]
11:59:53 #11 19.23 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libset-intspan-perl all 1.19-2 [26.1 kB]
11:59:53 #11 19.23 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsocket6-perl armhf 0.29-1build4 [18.7 kB]
11:59:53 #11 19.23 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-copyright-perl all 0.003012-1 [21.3 kB]
11:59:53 #11 19.30 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
11:59:53 #11 19.30 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:59:53 #11 19.30 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxs-parse-keyword-perl armhf 0.21-1build1 [48.7 kB]
11:59:53 #11 19.30 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsyntax-keyword-try-perl armhf 0.26-1build1 [25.8 kB]
11:59:53 #10 35.67 Preparing to unpack .../316-libtime-duration-perl_1.21-1_all.deb ...
11:59:53 #10 35.67 Unpacking libtime-duration-perl (1.21-1) ...
11:59:53 #10 35.71 Selecting previously unselected package libtime-moment-perl.
11:59:53 #10 35.71 Preparing to unpack .../317-libtime-moment-perl_0.44-1+b3_arm64.deb ...
11:59:53 #10 35.71 Unpacking libtime-moment-perl (0.44-1+b3) ...
11:59:53 #10 35.76 Selecting previously unselected package libtype-tiny-xs-perl.
11:59:53 #10 35.76 Preparing to unpack .../318-libtype-tiny-xs-perl_0.022-1_arm64.deb ...
11:59:53 #10 35.77 Unpacking libtype-tiny-xs-perl (0.022-1) ...
11:59:53 #10 35.80 Selecting previously unselected package libunicode-utf8-perl.
11:59:53 #10 35.80 Preparing to unpack .../319-libunicode-utf8-perl_0.62-1+b2_arm64.deb ...
11:59:53 #10 35.81 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
11:59:53 #10 35.85 Selecting previously unselected package libxdelta2.
11:59:53 #10 35.85 Preparing to unpack .../320-libxdelta2_1.1.3-9.3_arm64.deb ...
11:59:53 #10 35.86 Unpacking libxdelta2 (1.1.3-9.3) ...
11:59:53 #10 35.90 Selecting previously unselected package libxext6:arm64.
11:59:53 #11 36.57 Setting up libmpc3:amd64 (1.2.1-2build1) ...
11:59:53 #11 36.58 Setting up libatomic1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:53 #11 36.59 Setting up patch (2.7.6-7build2) ...
11:59:53 #11 36.61 Setting up autopoint (0.21-4ubuntu4) ...
11:59:53 #11 36.62 Setting up fonts-dejavu-core (2.37-2build1) ...
11:59:53 #11 36.68 Setting up ucf (3.0043) ...
11:59:53 #11 36.78 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
11:59:53 #11 36.79 Setting up libltdl7:amd64 (2.4.6-15build2) ...
11:59:53 #10 36.45 Fedora 36 - x86_64 - Updates                     18 MB/s |  32 MB     00:01    
11:59:53 #29 ...
11:59:53 
11:59:53 #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:59:53 #0 0.641 Building static docker-darwin-arm64
11:59:53 #0 0.645 + go build -o /out/docker-darwin-arm64 -tags ' osusergo pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T11:59:43Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a"' '-buildmode=pie' github.com/docker/cli/cmd/docker
11:59:53 #11 37.53 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ...
11:59:53 #11 37.53 Unpacking libmodule-implementation-perl (0.09-1) ...
11:59:53 #11 37.56 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:53 #11 37.56 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:59:53 #11 37.57 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:59:53 #11 37.60 Selecting previously unselected package libvariable-magic-perl.
11:59:53 #11 37.60 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ...
11:59:53 #11 37.60 Unpacking libvariable-magic-perl (0.62-1build2) ...
11:59:53 #11 37.63 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:53 #11 37.63 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ...
11:59:53 #11 37.64 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
11:59:53 #11 37.66 Selecting previously unselected package libcapture-tiny-perl.
11:59:53 #11 37.67 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
11:59:53 #11 37.67 Unpacking libcapture-tiny-perl (0.48-1) ...
11:59:53 #11 37.72 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:53 #11 37.72 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ...
11:59:53 #11 37.73 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
11:59:53 #11 37.76 Selecting previously unselected package libclone-perl.
11:59:53 #11 28.03 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
11:59:53 #11 28.07 Selecting previously unselected package gpg.
11:59:53 #11 28.07 Preparing to unpack .../130-gpg_2.2.27-3ubuntu2.1_arm64.deb ...
11:59:53 #11 28.07 Unpacking gpg (2.2.27-3ubuntu2.1) ...
11:59:53 #11 28.11 Selecting previously unselected package pinentry-curses.
11:59:53 #11 28.12 Preparing to unpack .../131-pinentry-curses_1.1.1-1build2_arm64.deb ...
11:59:53 #11 28.12 Unpacking pinentry-curses (1.1.1-1build2) ...
11:59:53 #11 28.15 Selecting previously unselected package gpg-agent.
11:59:53 #11 28.16 Preparing to unpack .../132-gpg-agent_2.2.27-3ubuntu2.1_arm64.deb ...
11:59:53 #11 28.16 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
11:59:53 #11 28.20 Selecting previously unselected package gpg-wks-client.
11:59:53 #11 28.20 Preparing to unpack .../133-gpg-wks-client_2.2.27-3ubuntu2.1_arm64.deb ...
11:59:53 #11 28.21 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:59:53 #11 28.25 Selecting previously unselected package gpg-wks-server.
11:59:53 #11 28.26 Preparing to unpack .../134-gpg-wks-server_2.2.27-3ubuntu2.1_arm64.deb ...
11:59:53 #10 35.73 Preparing to unpack .../111-libipc-run-perl_20200505.0-1_all.deb ...
11:59:53 #10 35.73 Unpacking libipc-run-perl (20200505.0-1) ...
11:59:53 #10 35.78 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:53 #10 35.79 Preparing to unpack .../112-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:59:53 #10 35.80 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:59:53 #10 35.86 Selecting previously unselected package libb-hooks-op-check-perl.
11:59:53 #10 35.86 Preparing to unpack .../113-libb-hooks-op-check-perl_0.22-1+b3_amd64.deb ...
11:59:53 #10 35.87 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
11:59:53 #10 35.90 Selecting previously unselected package libdynaloader-functions-perl.
11:59:53 #10 35.91 Preparing to unpack .../114-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:59:53 #10 35.91 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:59:53 #10 35.95 Selecting previously unselected package libdevel-callchecker-perl.
11:59:53 #10 35.95 Preparing to unpack .../115-libdevel-callchecker-perl_0.008-1+b2_amd64.deb ...
11:59:53 #10 35.95 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
11:59:53 #10 35.98 Selecting previously unselected package libparams-classify-perl.
11:59:53 #10 35.99 Preparing to unpack .../116-libparams-classify-perl_0.015-1+b3_amd64.deb ...
11:59:53 #10 35.99 Unpacking libparams-classify-perl (0.015-1+b3) ...
11:59:53 #10 36.02 Selecting previously unselected package libmodule-runtime-perl.
11:59:53 #10 36.02 Preparing to unpack .../117-libmodule-runtime-perl_0.016-1_all.deb ...
11:59:53 #10 36.03 Unpacking libmodule-runtime-perl (0.016-1) ...
11:59:53 #10 36.05 Selecting previously unselected package libimport-into-perl.
11:59:53 #10 36.06 Preparing to unpack .../118-libimport-into-perl_1.002005-1_all.deb ...
11:59:53 #10 36.06 Unpacking libimport-into-perl (1.002005-1) ...
11:59:53 #10 36.09 Selecting previously unselected package librole-tiny-perl.
11:59:53 #10 40.28 Selecting previously unselected package libclass-accessor-perl.
11:59:53 #10 40.28 Preparing to unpack .../187-libclass-accessor-perl_0.51-1_all.deb ...
11:59:53 #10 40.29 Unpacking libclass-accessor-perl (0.51-1) ...
11:59:53 #10 40.33 Selecting previously unselected package libclass-inspector-perl.
11:59:53 #10 40.33 Preparing to unpack .../188-libclass-inspector-perl_1.32-1_all.deb ...
11:59:53 #10 40.33 Unpacking libclass-inspector-perl (1.32-1) ...
11:59:53 #10 40.37 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:53 #10 40.37 Preparing to unpack .../189-libclass-xsaccessor-perl_1.19-3+b2_amd64.deb ...
11:59:53 #10 40.38 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
11:59:53 #10 40.41 Selecting previously unselected package libclone-perl.
11:59:53 #10 40.42 Preparing to unpack .../190-libclone-perl_0.41-1+b1_amd64.deb ...
11:59:53 #10 40.42 Unpacking libclone-perl (0.41-1+b1) ...
11:59:53 #10 40.46 Selecting previously unselected package libcommon-sense-perl.
11:59:53 #10 40.46 Preparing to unpack .../191-libcommon-sense-perl_3.74-2+b7_amd64.deb ...
11:59:53 #10 40.46 Unpacking libcommon-sense-perl (3.74-2+b7) ...
11:59:53 #10 40.50 Selecting previously unselected package libparams-util-perl.
11:59:53 #10 40.50 Preparing to unpack .../192-libparams-util-perl_1.07-3+b4_amd64.deb ...
11:59:53 #10 40.51 Unpacking libparams-util-perl (1.07-3+b4) ...
11:59:53 #10 40.54 Selecting previously unselected package libsub-install-perl.
11:59:53 #10 40.55 Preparing to unpack .../193-libsub-install-perl_0.928-1_all.deb ...
11:59:53 #10 40.55 Unpacking libsub-install-perl (0.928-1) ...
11:59:53 #10 40.59 Selecting previously unselected package libdata-optlist-perl.
11:59:53 #10 40.59 Preparing to unpack .../194-libdata-optlist-perl_0.110-1_all.deb ...
11:59:53 #10 40.60 Unpacking libdata-optlist-perl (0.110-1) ...
11:59:53 #10 15.84 Unpacking libmpdec3:armhf (2.5.1-2) ...
11:59:53 #10 15.88 Selecting previously unselected package libncursesw6:armhf.
11:59:53 #10 15.88 Preparing to unpack .../01-libncursesw6_6.4-2_armhf.deb ...
11:59:53 #10 15.89 Unpacking libncursesw6:armhf (6.4-2) ...
11:59:53 #10 15.93 Selecting previously unselected package libkrb5support0:armhf.
11:59:53 #10 15.93 Preparing to unpack .../02-libkrb5support0_1.20.1-1_armhf.deb ...
11:59:53 #10 15.94 Unpacking libkrb5support0:armhf (1.20.1-1) ...
11:59:53 #10 15.98 Selecting previously unselected package libk5crypto3:armhf.
11:59:53 #10 15.98 Preparing to unpack .../03-libk5crypto3_1.20.1-1_armhf.deb ...
11:59:53 #10 15.99 Unpacking libk5crypto3:armhf (1.20.1-1) ...
11:59:53 #10 16.03 Selecting previously unselected package libkeyutils1:armhf.
11:59:53 #10 16.03 Preparing to unpack .../04-libkeyutils1_1.6.3-2_armhf.deb ...
11:59:53 #10 16.03 Unpacking libkeyutils1:armhf (1.6.3-2) ...
11:59:53 #10 16.07 Selecting previously unselected package libkrb5-3:armhf.
11:59:53 #10 16.07 Preparing to unpack .../05-libkrb5-3_1.20.1-1_armhf.deb ...
11:59:53 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
11:59:53 #10 36.08 Preparing to unpack .../135-liburi-perl_5.17-1_all.deb ...
11:59:53 #10 36.09 Unpacking liburi-perl (5.17-1) ...
11:59:53 #10 36.13 Selecting previously unselected package libhtml-parser-perl:amd64.
11:59:53 #10 36.13 Preparing to unpack .../136-libhtml-parser-perl_3.81-1_amd64.deb ...
11:59:53 #10 36.14 Unpacking libhtml-parser-perl:amd64 (3.81-1) ...
11:59:53 #10 36.17 Selecting previously unselected package libhtml-tree-perl.
11:59:53 #10 36.17 Preparing to unpack .../137-libhtml-tree-perl_5.07-3_all.deb ...
11:59:53 #10 36.18 Unpacking libhtml-tree-perl (5.07-3) ...
11:59:53 #10 36.24 Selecting previously unselected package libclone-perl:amd64.
11:59:53 #10 36.24 Preparing to unpack .../138-libclone-perl_0.46-1_amd64.deb ...
11:59:53 #10 36.25 Unpacking libclone-perl:amd64 (0.46-1) ...
11:59:53 #10 36.27 Selecting previously unselected package libio-html-perl.
11:59:53 #10 36.27 Preparing to unpack .../139-libio-html-perl_1.004-3_all.deb ...
11:59:53 #10 36.28 Unpacking libio-html-perl (1.004-3) ...
11:59:53 #10 36.31 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:53 #10 36.31 Preparing to unpack .../140-liblwp-mediatypes-perl_6.04-2_all.deb ...
11:59:53 #10 36.31 Unpacking liblwp-mediatypes-perl (6.04-2) ...
11:59:53 #10 36.34 Selecting previously unselected package libhttp-message-perl.
11:59:53 #10 36.34 Preparing to unpack .../141-libhttp-message-perl_6.44-1_all.deb ...
11:59:53 #10 36.34 Unpacking libhttp-message-perl (6.44-1) ...
11:59:53 #10 36.38 Selecting previously unselected package libhttp-cookies-perl.
11:59:53 #10 36.38 Preparing to unpack .../142-libhttp-cookies-perl_6.10-1_all.deb ...
11:59:53 #10 36.38 Unpacking libhttp-cookies-perl (6.10-1) ...
11:59:53 #10 36.41 Selecting previously unselected package libhttp-negotiate-perl.
11:59:53 #10 36.41 Preparing to unpack .../143-libhttp-negotiate-perl_6.01-2_all.deb ...
11:59:53 #10 36.42 Unpacking libhttp-negotiate-perl (6.01-2) ...
11:59:53 #10 36.45 Selecting previously unselected package perl-openssl-defaults:amd64.
11:59:53 #11 35.27 Preparing to unpack .../257-libsub-identify-perl_0.14-1build2_arm64.deb ...
11:59:53 #11 35.28 Unpacking libsub-identify-perl (0.14-1build2) ...
11:59:53 #11 35.31 Selecting previously unselected package libsub-name-perl.
11:59:53 #11 35.31 Preparing to unpack .../258-libsub-name-perl_0.26-1_arm64.deb ...
11:59:53 #11 35.31 Unpacking libsub-name-perl (0.26-1) ...
11:59:53 #11 35.34 Selecting previously unselected package libnamespace-clean-perl.
11:59:53 #11 35.34 Preparing to unpack .../259-libnamespace-clean-perl_0.27-1_all.deb ...
11:59:53 #11 35.35 Unpacking libnamespace-clean-perl (0.27-1) ...
11:59:53 #11 35.38 Selecting previously unselected package libpath-tiny-perl.
11:59:53 #11 35.38 Preparing to unpack .../260-libpath-tiny-perl_0.108-1_all.deb ...
11:59:53 #11 35.38 Unpacking libpath-tiny-perl (0.108-1) ...
11:59:53 #11 35.41 Selecting previously unselected package libtype-tiny-perl.
11:59:53 #11 35.42 Preparing to unpack .../261-libtype-tiny-perl_1.008001-2_all.deb ...
11:59:53 #11 35.42 Unpacking libtype-tiny-perl (1.008001-2) ...
11:59:53 #11 35.47 Selecting previously unselected package libgitlab-api-v4-perl.
11:59:53 #11 35.47 Preparing to unpack .../262-libgitlab-api-v4-perl_0.25-1_all.deb ...
11:59:53 #11 35.48 Unpacking libgitlab-api-v4-perl (0.25-1) ...
11:59:53 #11 35.51 Selecting previously unselected package libhash-fieldhash-perl.
11:59:53 #10 32.37 Fedora 37 openh264 (From Cisco) - x86_64        2.8 kB/s | 2.5 kB     00:00    
11:59:53 #10 33.59 Fedora Modular 37 - x86_64                      3.0 MB/s | 3.0 MB     00:00    
11:59:53 #10 37.33 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
11:59:53 #10 37.42 Selecting previously unselected package libossp-uuid-perl.
11:59:53 #10 37.42 Preparing to unpack .../267-libossp-uuid-perl_1.6.2-1.5+b7_arm64.deb ...
11:59:53 #10 37.43 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
11:59:53 #10 37.46 Selecting previously unselected package libpackage-stash-xs-perl.
11:59:53 #10 37.46 Preparing to unpack .../268-libpackage-stash-xs-perl_0.29-1_arm64.deb ...
11:59:53 #10 37.47 Unpacking libpackage-stash-xs-perl (0.29-1) ...
11:59:53 #10 37.51 Selecting previously unselected package libparse-debianchangelog-perl.
11:59:53 #10 37.51 Preparing to unpack .../269-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
11:59:53 #10 37.51 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
11:59:53 #10 37.56 Selecting previously unselected package libtext-glob-perl.
11:59:53 #13 7.565 (73/74): policycoreutils-devel-3.5-0.rc1.2.el9. 264 kB/s | 141 kB     00:00    
11:59:53 #10 31.11   Running scriptlet: glibc-gconv-extra-2.34-54.el9.x86_64               166/166 
11:59:53 #10 35.20   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-12.el9.1     1/166 
11:59:53 #10 35.20   Verifying        : binutils-2.35.2-35.el9.x86_64                        2/166 
11:59:53 #10 35.20   Verifying        : bzip2-1.0.8-8.el9.x86_64                             3/166 
11:59:53 #10 35.20   Verifying        : cpio-2.13-16.el9.x86_64                              4/166 
11:59:53 #10 35.20   Verifying        : cracklib-2.9.6-27.el9.x86_64                         5/166 
11:59:53 #10 35.20   Verifying        : cracklib-dicts-2.9.6-27.el9.x86_64                   6/166 
11:59:53 #10 35.20   Verifying        : dbus-libs-1:1.12.20-7.el9.x86_64                     7/166 
11:59:53 #10 35.20   Verifying        : diffutils-3.7-12.el9.x86_64                          8/166 
11:59:53 #10 35.20   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                  9/166 
11:59:53 #10 35.20   Verifying        : ed-1.14.2-12.el9.x86_64                             10/166 
11:59:53 #10 35.20   Verifying        : elfutils-0.188-3.el9.x86_64                         11/166 
11:59:53 #10 35.20   Verifying        : elfutils-debuginfod-client-0.188-3.el9.x86_64       12/166 
11:59:53 #10 35.20   Verifying        : environment-modules-5.0.1-2.el9.x86_64              13/166 
11:59:53 #10 35.20   Verifying        : file-5.39-10.el9.x86_64                             14/166 
11:59:53 #10 35.20   Verifying        : glib-networking-2.68.3-3.el9.x86_64                 15/166 
11:59:53 #10 35.20   Verifying        : glibc-gconv-extra-2.34-54.el9.x86_64                16/166 
11:59:53 #10 35.20   Verifying        : groff-base-1.22.4-10.el9.x86_64                     17/166 
11:59:53 #10 35.20   Verifying        : gsettings-desktop-schemas-40.0-6.el9.x86_64         18/166 
11:59:53 #10 35.20   Verifying        : info-6.7-15.el9.x86_64                              19/166 
11:59:53 #10 35.20   Verifying        : json-glib-1.6.6-1.el9.x86_64                        20/166 
11:59:53 #10 35.20   Verifying        : less-590-1.el9.x86_64                               21/166 
11:59:53 #10 35.20   Verifying        : libatomic-11.3.1-4.3.el9.x86_64                     22/166 
11:59:53 #10 35.20   Verifying        : libbrotli-1.0.9-6.el9.x86_64                        23/166 
11:59:53 #10 35.20   Verifying        : libdb-5.3.28-53.el9.x86_64                          24/166 
11:59:53 #10 35.20   Verifying        : libeconf-0.4.1-2.el9.x86_64                         25/166 
11:59:53 #10 35.20   Verifying        : libfdisk-2.37.4-9.el9.x86_64                        26/166 
11:59:53 #10 35.20   Verifying        : libicu-67.1-9.el9.x86_64                            27/166 
11:59:53 #10 35.20   Verifying        : libpipeline-1.5.3-4.el9.x86_64                      28/166 
11:59:53 #10 35.20   Verifying        : libpkgconf-1.7.3-10.el9.x86_64                      29/166 
11:59:53 #10 35.20   Verifying        : libpng-2:1.6.37-12.el9.x86_64                       30/166 
11:59:53 #10 35.20   Verifying        : libproxy-0.4.15-35.el9.x86_64                       31/166 
11:59:53 #10 35.21   Verifying        : libpsl-0.21.1-5.el9.x86_64                          32/166 
11:59:53 #10 35.21   Verifying        : libpwquality-1.4.4-8.el9.x86_64                     33/166 
11:59:53 #10 35.21   Verifying        : libselinux-utils-3.5-0.rc1.1.el9.x86_64             34/166 
11:59:53 #10 35.21   Verifying        : libutempter-1.2.1-6.el9.x86_64                      35/166 
11:59:53 #10 35.21   Verifying        : man-db-2.9.3-7.el9.x86_64                           36/166 
11:59:53 #10 35.21   Verifying        : ncurses-6.2-8.20210508.el9.x86_64                   37/166 
11:59:53 #10 35.21   Verifying        : openssl-1:3.0.7-2.el9.x86_64                        38/166 
11:59:53 #10 35.21   Verifying        : pam-1.5.1-14.el9.x86_64                             39/166 
11:59:53 #10 35.21   Verifying        : pkgconf-1.7.3-10.el9.x86_64                         40/166 
11:59:53 #10 35.21   Verifying        : pkgconf-m4-1.7.3-10.el9.noarch                      41/166 
11:59:53 #10 35.21   Verifying        : pkgconf-pkg-config-1.7.3-10.el9.x86_64              42/166 
11:59:53 #10 35.21   Verifying        : policycoreutils-3.5-0.rc1.2.el9.x86_64              43/166 
11:59:53 #10 35.21   Verifying        : procps-ng-3.3.17-9.el9.x86_64                       44/166 
11:59:53 #10 35.21   Verifying        : publicsuffix-list-dafsa-20210518-3.el9.noarch       45/166 
11:59:53 #10 35.21   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch               46/166 
11:59:53 #10 35.21   Verifying        : python3-dbus-1.2.18-2.el9.x86_64                    47/166 
11:59:53 #10 35.21   Verifying        : python3-distro-1.5.0-7.el9.noarch                   48/166 
11:59:53 #10 35.21   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch         49/166 
11:59:53 #10 35.21   Verifying        : python3-setools-4.4.0-5.el9.x86_64                  50/166 
11:59:53 #10 35.21   Verifying        : python3-setuptools-53.0.0-12.el9.noarch             51/166 
11:59:53 #10 35.21   Verifying        : python3-six-1.15.0-9.el9.noarch                     52/166 
11:59:53 #10 35.21   Verifying        : python3-systemd-234-18.el9.x86_64                   53/166 
11:59:53 #10 35.21   Verifying        : shared-mime-info-2.1-5.el9.x86_64                   54/166 
11:59:53 #10 35.21   Verifying        : systemd-libs-252-3.el9.x86_64                       55/166 
11:59:53 #10 35.21   Verifying        : tcl-1:8.6.10-7.el9.x86_64                           56/166 
11:59:53 #10 35.21   Verifying        : unzip-6.0-56.el9.x86_64                             57/166 
11:59:53 #10 35.21   Verifying        : util-linux-2.37.4-9.el9.x86_64                      58/166 
11:59:53 #10 35.21   Verifying        : util-linux-core-2.37.4-9.el9.x86_64                 59/166 
11:59:53 #10 35.21   Verifying        : vim-filesystem-2:8.2.2637-16.el9.noarch             60/166 
11:59:53 #10 35.21   Verifying        : xz-5.2.5-8.el9.x86_64                               61/166 
11:59:53 #10 35.21   Verifying        : zip-3.0-33.el9.x86_64                               62/166 
11:59:53 #10 35.21   Verifying        : zstd-1.5.1-2.el9.x86_64                             63/166 
11:59:53 #10 35.21   Verifying        : abattis-cantarell-fonts-0.301-4.el9.noarch          64/166 
11:59:53 #10 35.21   Verifying        : checkpolicy-3.5-0.rc2.1.el9.x86_64                  65/166 
11:59:53 #10 35.21   Verifying        : desktop-file-utils-0.26-6.el9.x86_64                66/166 
11:59:53 #10 35.21   Verifying        : dwz-0.14-3.el9.x86_64                               67/166 
11:59:53 #10 35.21   Verifying        : efi-srpm-macros-4-9.el9.noarch                      68/166 
11:59:53 #10 35.21   Verifying        : emacs-filesystem-1:27.2-8.el9.noarch                69/166 
11:59:53 #10 35.21   Verifying        : enchant-1:1.6.0-30.el9.x86_64                       70/166 
11:59:53 #10 35.21   Verifying        : fonts-srpm-macros-1:2.0.5-7.el9.1.noarch            71/166 
11:59:53 #10 35.21   Verifying        : gcc-toolset-12-binutils-2.38-16.el9.x86_64          72/166 
11:59:53 #10 35.21   Verifying        : gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64     73/166 
11:59:53 #10 35.21   Verifying        : gcc-toolset-12-runtime-12.0-5.el9.x86_64            74/166 
11:59:53 #10 35.21   Verifying        : gdb-minimal-10.2-10.el9.x86_64                      75/166 
11:59:53 #10 35.21   Verifying        : gdk-pixbuf2-2.42.6-3.el9.x86_64                     76/166 
11:59:53 #10 35.21   Verifying        : ghc-srpm-macros-1.5.0-6.el9.noarch                  77/166 
11:59:53 #10 35.21   Verifying        : go-srpm-macros-3.0.9-9.el9.noarch                   78/166 
11:59:53 #10 35.21   Verifying        : hunspell-1.7.0-11.el9.x86_64                        79/166 
11:59:53 #10 35.21   Verifying        : hunspell-en-0.20140811.1-20.el9.noarch              80/166 
11:59:53 #10 35.21   Verifying        : hunspell-en-GB-0.20140811.1-20.el9.noarch           81/166 
11:59:53 #10 35.21   Verifying        : hunspell-en-US-0.20140811.1-20.el9.noarch           82/166 
11:59:53 #10 35.21   Verifying        : hunspell-filesystem-1.7.0-11.el9.x86_64             83/166 
11:59:53 #10 35.21   Verifying        : kernel-srpm-macros-1.0-11.el9.noarch                84/166 
11:59:53 #10 35.21   Verifying        : libappstream-glib-0.7.18-4.el9.x86_64               85/166 
11:59:53 #10 35.21   Verifying        : libjpeg-turbo-2.0.90-5.el9.x86_64                   86/166 
11:59:53 #10 35.21   Verifying        : libproxy-webkitgtk4-0.4.15-35.el9.x86_64            87/166 
11:59:53 #10 35.21   Verifying        : libsoup-2.72.0-8.el9.x86_64                         88/166 
11:59:53 #10 35.21   Verifying        : libstemmer-0-18.585svn.el9.x86_64                   89/166 
11:59:53 #10 35.21   Verifying        : lua-srpm-macros-1-6.el9.noarch                      90/166 
11:59:53 #10 35.21   Verifying        : ocaml-srpm-macros-6-6.el9.noarch                    91/166 
11:59:53 #10 35.21   Verifying        : openblas-srpm-macros-2-11.el9.noarch                92/166 
11:59:53 #10 35.21   Verifying        : patch-2.7.6-16.el9.x86_64                           93/166 
11:59:53 #10 35.21   Verifying        : perl-AutoLoader-5.74-480.el9.noarch                 94/166 
11:59:53 #10 35.21   Verifying        : perl-B-1.80-480.el9.x86_64                          95/166 
11:59:53 #10 35.21   Verifying        : perl-Carp-1.50-460.el9.noarch                       96/166 
11:59:53 #10 35.21   Verifying        : perl-Class-Struct-0.66-480.el9.noarch               97/166 
11:59:53 #10 35.21   Verifying        : perl-Data-Dumper-2.174-462.el9.x86_64               98/166 
11:59:53 #10 35.21   Verifying        : perl-Digest-1.19-4.el9.noarch                       99/166 
11:59:53 #10 35.21   Verifying        : perl-Digest-MD5-2.58-4.el9.x86_64                  100/166 
11:59:53 #10 35.21   Verifying        : perl-Encode-4:3.08-462.el9.x86_64                  101/166 
11:59:53 #10 35.21   Verifying        : perl-Errno-1.30-480.el9.x86_64                     102/166 
11:59:53 #10 35.21   Verifying        : perl-Exporter-5.74-461.el9.noarch                  103/166 
11:59:53 #10 35.21   Verifying        : perl-Fcntl-1.13-480.el9.x86_64                     104/166 
11:59:53 #10 35.21   Verifying        : perl-File-Basename-2.85-480.el9.noarch             105/166 
11:59:53 #10 35.21   Verifying        : perl-File-Path-2.18-4.el9.noarch                   106/166 
11:59:53 #10 35.21   Verifying        : perl-File-Temp-1:0.231.100-4.el9.noarch            107/166 
11:59:53 #10 35.21   Verifying        : perl-File-stat-1.09-480.el9.noarch                 108/166 
11:59:53 #10 35.21   Verifying        : perl-FileHandle-2.03-480.el9.noarch                109/166 
11:59:53 #10 35.21   Verifying        : perl-Getopt-Long-1:2.52-4.el9.noarch               110/166 
11:59:53 #10 35.21   Verifying        : perl-Getopt-Std-1.12-480.el9.noarch                111/166 
11:59:53 #10 35.21   Verifying        : perl-HTTP-Tiny-0.076-460.el9.noarch                112/166 
11:59:53 #10 35.21   Verifying        : perl-IO-1.43-480.el9.x86_64                        113/166 
11:59:53 #10 35.21   Verifying        : perl-IO-Socket-IP-0.41-5.el9.noarch                114/166 
11:59:53 #10 35.21   Verifying        : perl-IO-Socket-SSL-2.073-1.el9.noarch              115/166 
11:59:53 #10 35.21   Verifying        : perl-IPC-Open3-1.21-480.el9.noarch                 116/166 
11:59:53 #10 35.21   Verifying        : perl-MIME-Base64-3.16-4.el9.x86_64                 117/166 
11:59:53 #10 35.21   Verifying        : perl-Mozilla-CA-20200520-6.el9.noarch              118/166 
11:59:53 #10 35.21   Verifying        : perl-NDBM_File-1.15-480.el9.x86_64                 119/166 
11:59:53 #10 35.21   Verifying        : perl-Net-SSLeay-1.92-2.el9.x86_64                  120/166 
11:59:53 #10 35.21   Verifying        : perl-POSIX-1.94-480.el9.x86_64                     121/166 
11:59:53 #10 35.21   Verifying        : perl-PathTools-3.78-461.el9.x86_64                 122/166 
11:59:53 #10 35.21   Verifying        : perl-Pod-Escapes-1:1.07-460.el9.noarch             123/166 
11:59:53 #10 35.21   Verifying        : perl-Pod-Perldoc-3.28.01-461.el9.noarch            124/166 
11:59:53 #10 35.21   Verifying        : perl-Pod-Simple-1:3.42-4.el9.noarch                125/166 
11:59:53 #10 35.21   Verifying        : perl-Pod-Usage-4:2.01-4.el9.noarch                 126/166 
11:59:53 #10 35.21   Verifying        : perl-Scalar-List-Utils-4:1.56-461.el9.x86_64       127/166 
11:59:53 #10 35.21   Verifying        : perl-SelectSaver-1.02-480.el9.noarch               128/166 
11:59:53 #10 35.21   Verifying        : perl-Socket-4:2.031-4.el9.x86_64                   129/166 
11:59:53 #10 35.21   Verifying        : perl-Storable-1:3.21-460.el9.x86_64                130/166 
11:59:53 #10 35.21   Verifying        : perl-Symbol-1.08-480.el9.noarch                    131/166 
11:59:53 #10 35.21   Verifying        : perl-Term-ANSIColor-5.01-461.el9.noarch            132/166 
11:59:53 #10 35.21   Verifying        : perl-Term-Cap-1.17-460.el9.noarch                  133/166 
11:59:53 #10 35.21   Verifying        : perl-Text-ParseWords-3.30-460.el9.noarch           134/166 
11:59:53 #10 35.21   Verifying        : perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch       135/166 
11:59:53 #10 35.21   Verifying        : perl-Time-Local-2:1.300-7.el9.noarch               136/166 
11:59:53 #10 35.21   Verifying        : perl-URI-5.09-3.el9.noarch                         137/166 
11:59:53 #10 35.21   Verifying        : perl-base-2.27-480.el9.noarch                      138/166 
11:59:53 #10 35.21   Verifying        : perl-constant-1.33-461.el9.noarch                  139/166 
11:59:53 #10 35.21   Verifying        : perl-if-0.60.800-480.el9.noarch                    140/166 
11:59:53 #10 35.21   Verifying        : perl-interpreter-4:5.32.1-480.el9.x86_64           141/166 
11:59:53 #10 35.22   Verifying        : perl-libnet-3.13-4.el9.noarch                      142/166 
11:59:53 #10 35.22   Verifying        : perl-libs-4:5.32.1-480.el9.x86_64                  143/166 
11:59:53 #10 35.22   Verifying        : perl-mro-1.23-480.el9.x86_64                       144/166 
11:59:53 #10 35.22   Verifying        : perl-overload-1.31-480.el9.noarch                  145/166 
11:59:53 #10 35.22   Verifying        : perl-overloading-0.02-480.el9.noarch               146/166 
11:59:53 #10 35.22   Verifying        : perl-parent-1:0.238-460.el9.noarch                 147/166 
11:59:53 #10 35.22   Verifying        : perl-podlators-1:4.14-460.el9.noarch               148/166 
11:59:53 #10 35.22   Verifying        : perl-srpm-macros-1-41.el9.noarch                   149/166 
11:59:53 #10 35.22   Verifying        : perl-subs-1.03-480.el9.noarch                      150/166 
11:59:53 #10 35.22   Verifying        : perl-vars-1.05-480.el9.noarch                      151/166 
11:59:53 #10 35.22   Verifying        : policycoreutils-python-utils-3.5-0.rc1.2.el9.noa   152/166 
11:59:53 #10 35.22   Verifying        : python-srpm-macros-3.9-52.el9.noarch               153/166 
11:59:53 #10 35.22   Verifying        : python3-audit-3.0.7-103.el9.x86_64                 154/166 
11:59:53 #10 35.22   Verifying        : python3-enchant-3.2.0-5.el9.noarch                 155/166 
11:59:53 #10 35.22   Verifying        : python3-file-magic-5.39-10.el9.noarch              156/166 
11:59:53 #10 35.22   Verifying        : python3-libselinux-3.5-0.rc1.1.el9.x86_64          157/166 
11:59:53 #10 35.22   Verifying        : python3-libsemanage-3.5-0.rc1.1.el9.x86_64         158/166 
11:59:53 #10 35.22   Verifying        : python3-policycoreutils-3.5-0.rc1.2.el9.noarch     159/166 
11:59:53 #10 35.22   Verifying        : qt5-srpm-macros-5.15.3-1.el9.noarch                160/166 
11:59:53 #10 35.22   Verifying        : redhat-rpm-config-197-1.el9.noarch                 161/166 
11:59:53 #10 35.22   Verifying        : rpm-build-4.16.1.3-22.el9.x86_64                   162/166 
11:59:53 #10 35.22   Verifying        : rpmlint-1.11-19.el9.noarch                         163/166 
11:59:53 #10 35.22   Verifying        : rust-srpm-macros-17-4.el9.noarch                   164/166 
11:59:53 #10 35.22   Verifying        : scl-utils-1:2.0.3-4.el9.x86_64                     165/166 
11:59:53 #11 16.83 Get:203 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-date-perl all 6.05-1 [9920 B]
11:59:53 #12 24.65   Running scriptlet: rpm-build-libs-4.14.3-26.el8.aarch64                  5/90 
11:59:53 #12 24.68   Installing       : xz-5.2.4-4.el8.aarch64                                6/90 
11:59:53 #12 24.71   Installing       : unzip-6.0-46.el8.aarch64                              7/90 
11:59:53 #12 24.83   Installing       : groff-base-1.22.3-18.el8.aarch64                      8/90 
11:59:53 #12 24.86   Installing       : file-5.33-21.el8.aarch64                              9/90 
11:59:53 #12 24.89   Installing       : cpio-2.12-11.el8.aarch64                             10/90 
11:59:53 #10 27.85 Selecting previously unselected package binutils.
11:59:53 #10 27.85 Preparing to unpack .../058-binutils_2.30-21ubuntu1~18.04.8_armhf.deb ...
11:59:53 #10 27.86 Unpacking binutils (2.30-21ubuntu1~18.04.8) ...
11:59:53 #10 27.90 Selecting previously unselected package libc-dev-bin.
11:59:53 #10 27.90 Preparing to unpack .../059-libc-dev-bin_2.27-3ubuntu1.6_armhf.deb ...
11:59:53 #10 27.90 Unpacking libc-dev-bin (2.27-3ubuntu1.6) ...
11:59:53 #10 27.96 Selecting previously unselected package linux-libc-dev:armhf.
11:59:53 #10 27.96 Preparing to unpack .../060-linux-libc-dev_4.15.0-202.213_armhf.deb ...
11:59:53 #10 27.96 Unpacking linux-libc-dev:armhf (4.15.0-202.213) ...
11:59:53 #10 37.81 Preparing to unpack .../320-libossp-uuid-perl_1.6.2-1.5+b11_arm64.deb ...
11:59:53 #10 37.81 Unpacking libossp-uuid-perl (1.6.2-1.5+b11) ...
11:59:53 #10 37.85 Selecting previously unselected package libpackage-stash-xs-perl:arm64.
11:59:53 #10 37.85 Preparing to unpack .../321-libpackage-stash-xs-perl_0.30-1+b1_arm64.deb ...
11:59:53 #10 37.85 Unpacking libpackage-stash-xs-perl:arm64 (0.30-1+b1) ...
11:59:53 #10 37.88 Selecting previously unselected package libpath-iterator-rule-perl.
11:59:53 #10 37.88 Preparing to unpack .../322-libpath-iterator-rule-perl_1.015-2_all.deb ...
11:59:53 #10 37.89 Unpacking libpath-iterator-rule-perl (1.015-2) ...
11:59:53 #10 37.92 Selecting previously unselected package libperlio-gzip-perl.
11:59:53 #10 37.92 Preparing to unpack .../323-libperlio-gzip-perl_0.20-1+b1_arm64.deb ...
11:59:53 #10 37.93 Unpacking libperlio-gzip-perl (0.20-1+b1) ...
11:59:53 #10 37.96 Selecting previously unselected package libperlio-utf8-strict-perl.
11:59:53 #10 37.96 Preparing to unpack .../324-libperlio-utf8-strict-perl_0.010-1_arm64.deb ...
11:59:53 #10 37.97 Unpacking libperlio-utf8-strict-perl (0.010-1) ...
11:59:53 #10 38.01 Selecting previously unselected package libpod-parser-perl.
11:59:53 #10 38.01 Preparing to unpack .../325-libpod-parser-perl_1.65-1_all.deb ...
11:59:53 #10 38.02 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:59:53 #10 38.03 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:59:53 #10 38.04 Unpacking libpod-parser-perl (1.65-1) ...
11:59:53 #10 38.07 Selecting previously unselected package libpod-constants-perl.
11:59:53 #10 38.08 Preparing to unpack .../326-libpod-constants-perl_0.19-2_all.deb ...
11:59:53 #10 38.08 Unpacking libpod-constants-perl (0.19-2) ...
11:59:53 #10 38.11 Selecting previously unselected package libproc-processtable-perl:arm64.
11:59:53 #10 38.11 Preparing to unpack .../327-libproc-processtable-perl_0.634-1+b2_arm64.deb ...
11:59:53 #10 38.12 Unpacking libproc-processtable-perl:arm64 (0.634-1+b2) ...
11:59:53 #10 38.16 Selecting previously unselected package libre2-9:arm64.
11:59:53 #11 20.62 Selecting previously unselected package libgdbm6:armhf.
11:59:53 #11 20.62 Preparing to unpack .../005-libgdbm6_1.18.1-5_armhf.deb ...
11:59:53 #11 20.63 Unpacking libgdbm6:armhf (1.18.1-5) ...
11:59:53 #11 20.67 Selecting previously unselected package libpipeline1:armhf.
11:59:53 #11 20.67 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_armhf.deb ...
11:59:53 #11 20.67 Unpacking libpipeline1:armhf (1.5.2-2build1) ...
11:59:53 #11 20.72 Selecting previously unselected package man-db.
11:59:53 #11 20.72 Preparing to unpack .../007-man-db_2.9.1-1_armhf.deb ...
11:59:53 #11 20.73 Unpacking man-db (2.9.1-1) ...
11:59:53 #11 20.93 Selecting previously unselected package perl-modules-5.30.
11:59:53 #11 36.87 Preparing to unpack .../395-python3-urllib3_1.26.9-1_all.deb ...
11:59:53 #11 36.87 Unpacking python3-urllib3 (1.26.9-1) ...
11:59:53 #11 36.91 Selecting previously unselected package python3-requests.
11:59:53 #11 36.92 Preparing to unpack .../396-python3-requests_2.27.1+dfsg-1ubuntu2_all.deb ...
11:59:53 #11 36.92 Unpacking python3-requests (2.27.1+dfsg-1ubuntu2) ...
11:59:53 #11 36.98 Selecting previously unselected package python3-unidiff.
11:59:53 #11 36.98 Preparing to unpack .../397-python3-unidiff_0.7.3-1_all.deb ...
11:59:53 #11 36.98 Unpacking python3-unidiff (0.7.3-1) ...
11:59:53 #11 37.01 Selecting previously unselected package zstd.
11:59:53 #11 37.01 Preparing to unpack .../398-zstd_1.5.2+dfsg-1_amd64.deb ...
11:59:53 #11 37.02 Unpacking zstd (1.5.2+dfsg-1) ...
11:59:53 #11 37.05 Selecting previously unselected package equivs.
11:59:53 #11 37.05 Preparing to unpack .../399-equivs_2.3.1_all.deb ...
11:59:53 #11 37.06 Unpacking equivs (2.3.1) ...
11:59:53 #11 37.08 Selecting previously unselected package libauthen-sasl-perl.
11:59:53 #11 34.06 Preparing to unpack .../218-git-man_1%3a2.37.2-1ubuntu1.2_all.deb ...
11:59:53 #11 34.06 Unpacking git-man (1:2.37.2-1ubuntu1.2) ...
11:59:53 #11 34.12 Selecting previously unselected package git.
11:59:53 #11 34.12 Preparing to unpack .../219-git_1%3a2.37.2-1ubuntu1.2_arm64.deb ...
11:59:53 #11 34.13 Unpacking git (1:2.37.2-1ubuntu1.2) ...
11:59:53 #11 34.27 Selecting previously unselected package libalgorithm-diff-perl.
11:59:53 #11 34.27 Preparing to unpack .../220-libalgorithm-diff-perl_1.201-1_all.deb ...
11:59:53 #11 34.27 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:59:53 #11 34.31 Selecting previously unselected package libalgorithm-diff-xs-perl:arm64.
11:59:53 #10 23.25 Selecting previously unselected package binutils.
11:59:53 #10 23.25 Preparing to unpack .../032-binutils_2.31.1-16_armhf.deb ...
11:59:53 #10 23.26 Unpacking binutils (2.31.1-16) ...
11:59:53 #10 23.31 Selecting previously unselected package libc-dev-bin.
11:59:53 #10 23.31 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_armhf.deb ...
11:59:53 #10 23.32 Unpacking libc-dev-bin (2.28-10+deb10u2) ...
11:59:53 #10 23.36 Selecting previously unselected package linux-libc-dev:armhf.
11:59:53 #10 23.36 Preparing to unpack .../034-linux-libc-dev_4.19.269-1_armhf.deb ...
11:59:53 #10 23.37 Unpacking linux-libc-dev:armhf (4.19.269-1) ...
11:59:53 #10 37.95 Unpacking lintian (2.5.81ubuntu1) ...
11:59:53 #10 38.10 Selecting previously unselected package manpages-dev.
11:59:53 #10 38.10 Preparing to unpack .../268-manpages-dev_4.15-1_all.deb ...
11:59:53 #10 38.10 Unpacking manpages-dev (4.15-1) ...
11:59:53 #11 19.30 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libterm-readkey-perl armhf 2.38-1build4 [23.8 kB]
11:59:53 #11 19.30 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-levenshteinxs-perl armhf 0.03-4build10 [7566 B]
11:59:53 #11 19.37 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-markdown-discount-perl armhf 0.13-1build1 [12.4 kB]
11:59:53 #11 19.37 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-xslate-perl armhf 3.5.9-1build1 [182 kB]
11:59:53 #11 19.38 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-duration-perl all 1.21-1 [13.1 kB]
11:59:53 #11 19.38 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-moment-perl armhf 0.44-1build6 [74.1 kB]
11:59:53 #11 19.44 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-xs-perl armhf 0.022-1build2 [23.3 kB]
11:59:53 #11 19.44 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libunicode-utf8-perl armhf 0.62-1build4 [17.6 kB]
11:59:53 #11 19.44 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
11:59:53 #11 19.44 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
11:59:53 #11 19.44 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:59:53 #11 19.45 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:59:53 #11 19.51 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-parser-perl armhf 2.46-3build1 [210 kB]
11:59:53 #11 19.53 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:59:53 #11 19.53 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-libyaml-perl armhf 0.83+ds-1build1 [27.3 kB]
11:59:53 #11 19.53 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf licensecheck all 3.2.14-2 [40.9 kB]
11:59:54 #10 35.91 Preparing to unpack .../321-libxext6_2%3a1.3.3-1.1_arm64.deb ...
11:59:54 #10 35.91 Unpacking libxext6:arm64 (2:1.3.3-1.1) ...
11:59:54 #10 35.96 Selecting previously unselected package libxml-namespacesupport-perl.
11:59:54 #10 35.97 Preparing to unpack .../322-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:59:54 #10 35.98 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:59:54 #10 36.02 Selecting previously unselected package libxml-sax-base-perl.
11:59:54 #10 36.02 Preparing to unpack .../323-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:59:54 #10 36.02 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:59:54 #10 36.07 Selecting previously unselected package libxml-sax-perl.
11:59:54 #10 36.08 Preparing to unpack .../324-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:59:54 #10 36.08 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:59:54 #10 36.14 Selecting previously unselected package libxml-libxml-perl.
11:59:54 #11 36.80 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
11:59:54 #11 36.81 Setting up libssh-4:amd64 (0.9.6-2build1) ...
11:59:54 #11 36.82 Setting up libwebp7:amd64 (1.2.2-2) ...
11:59:54 #11 36.83 Setting up libubsan1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:54 #11 36.84 Setting up libmd0:amd64 (1.0.4-1build1) ...
11:59:54 #11 36.86 Setting up python-apt-common (2.4.0) ...
11:59:54 #11 36.87 Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
11:59:54 #11 36.88 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
11:59:54 #11 36.89 Setting up libuchardet0:amd64 (0.0.7-1build2) ...
11:59:54 #11 36.90 Setting up lzop (1.04-2build2) ...
11:59:54 #11 36.92 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
11:59:54 #11 36.93 Setting up git-man (1:2.34.1-1ubuntu1.6) ...
11:59:54 #11 36.95 Setting up netbase (6.3) ...
11:59:54 #11 36.97 Setting up libbinutils:amd64 (2.38-4ubuntu2.1) ...
11:59:54 #11 36.98 Setting up libfido2-1:amd64 (1.10.0-1) ...
11:59:54 #11 36.99 Setting up libisl23:amd64 (0.24-2build1) ...
11:59:54 #11 37.01 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
11:59:54 #11 37.02 Setting up openssl (3.0.2-0ubuntu1.7) ...
11:59:54 #11 37.04 Setting up libbsd0:amd64 (0.11.5-1) ...
11:59:54 #11 37.05 Setting up libelf1:amd64 (0.186-1build1) ...
11:59:54 #11 37.06 Setting up readline-common (8.1.2-1) ...
11:59:54 #11 37.07 Setting up publicsuffix (20211207.1025-1) ...
11:59:54 #11 37.09 Setting up zstd (1.4.8+dfsg-3build1) ...
11:59:54 #11 37.10 Setting up libmarkdown2:amd64 (2.2.7-2) ...
11:59:54 #11 37.76 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ...
11:59:54 #11 37.77 Unpacking libclone-perl (0.43-2) ...
11:59:54 #11 37.80 Selecting previously unselected package libcommon-sense-perl.
11:59:54 #11 37.80 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ...
11:59:54 #11 37.80 Unpacking libcommon-sense-perl (3.74-2build6) ...
11:59:54 #11 37.83 Selecting previously unselected package libparams-util-perl.
11:59:54 #11 37.83 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ...
11:59:54 #11 37.84 Unpacking libparams-util-perl (1.07-3build5) ...
11:59:54 #11 37.87 Selecting previously unselected package libsub-install-perl.
11:59:54 #11 37.87 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ...
11:59:54 #11 37.87 Unpacking libsub-install-perl (0.928-1) ...
11:59:54 #11 37.90 Selecting previously unselected package libdata-optlist-perl.
11:59:54 #11 37.90 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ...
11:59:54 #11 37.91 Unpacking libdata-optlist-perl (0.110-1) ...
11:59:54 #11 37.93 Selecting previously unselected package libsub-exporter-perl.
11:59:54 #11 37.94 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ...
11:59:54 #11 37.94 Unpacking libsub-exporter-perl (0.987-1) ...
11:59:54 #11 37.97 Selecting previously unselected package libconst-fast-perl.
11:59:54 #11 28.26 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:59:54 #11 28.30 Selecting previously unselected package gpgsm.
11:59:54 #11 28.30 Preparing to unpack .../135-gpgsm_2.2.27-3ubuntu2.1_arm64.deb ...
11:59:54 #11 28.30 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
11:59:54 #11 28.33 Selecting previously unselected package gnupg.
11:59:54 #11 28.34 Preparing to unpack .../136-gnupg_2.2.27-3ubuntu2.1_all.deb ...
11:59:54 #11 28.34 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
11:59:54 #11 28.38 Selecting previously unselected package libfile-dirlist-perl.
11:59:54 #11 28.38 Preparing to unpack .../137-libfile-dirlist-perl_0.05-2_all.deb ...
11:59:54 #11 28.38 Unpacking libfile-dirlist-perl (0.05-2) ...
11:59:54 #11 28.42 Selecting previously unselected package libfile-which-perl.
11:59:54 #11 28.42 Preparing to unpack .../138-libfile-which-perl_1.23-1_all.deb ...
11:59:54 #11 28.42 Unpacking libfile-which-perl (1.23-1) ...
11:59:54 #11 28.46 Selecting previously unselected package libfile-homedir-perl.
11:59:54 #11 28.46 Preparing to unpack .../139-libfile-homedir-perl_1.006-1_all.deb ...
11:59:54 #11 28.46 Unpacking libfile-homedir-perl (1.006-1) ...
11:59:54 #11 28.50 Selecting previously unselected package libfile-touch-perl.
11:59:54 #10 36.09 Preparing to unpack .../119-librole-tiny-perl_2.002004-1_all.deb ...
11:59:54 #10 36.09 Unpacking librole-tiny-perl (2.002004-1) ...
11:59:54 #10 36.13 Selecting previously unselected package libstrictures-perl.
11:59:54 #10 36.13 Preparing to unpack .../120-libstrictures-perl_2.000006-1_all.deb ...
11:59:54 #10 36.14 Unpacking libstrictures-perl (2.000006-1) ...
11:59:54 #10 36.16 Selecting previously unselected package libsub-quote-perl.
11:59:54 #10 36.16 Preparing to unpack .../121-libsub-quote-perl_2.006006-1_all.deb ...
11:59:54 #10 36.17 Unpacking libsub-quote-perl (2.006006-1) ...
11:59:54 #10 36.21 Selecting previously unselected package libmoo-perl.
11:59:54 #10 36.21 Preparing to unpack .../122-libmoo-perl_2.004004-1_all.deb ...
11:59:54 #10 36.22 Unpacking libmoo-perl (2.004004-1) ...
11:59:54 #10 36.26 Selecting previously unselected package libencode-locale-perl.
11:59:54 #10 36.27 Preparing to unpack .../123-libencode-locale-perl_1.05-1.1_all.deb ...
11:59:54 #10 36.27 Unpacking libencode-locale-perl (1.05-1.1) ...
11:59:54 #10 36.30 Selecting previously unselected package libtimedate-perl.
11:59:54 #10 36.30 Preparing to unpack .../124-libtimedate-perl_2.3300-2_all.deb ...
11:59:54 #10 36.30 Unpacking libtimedate-perl (2.3300-2) ...
11:59:54 #10 36.36 Selecting previously unselected package libhttp-date-perl.
11:59:54 #10 40.64 Selecting previously unselected package libsub-exporter-perl.
11:59:54 #10 40.64 Preparing to unpack .../195-libsub-exporter-perl_0.987-1_all.deb ...
11:59:54 #10 40.64 Unpacking libsub-exporter-perl (0.987-1) ...
11:59:54 #10 40.69 Selecting previously unselected package libconst-fast-perl.
11:59:54 #10 40.69 Preparing to unpack .../196-libconst-fast-perl_0.014-1_all.deb ...
11:59:54 #10 40.70 Unpacking libconst-fast-perl (0.014-1) ...
11:59:54 #10 40.76 Selecting previously unselected package libwant-perl.
11:59:54 #10 40.76 Preparing to unpack .../197-libwant-perl_0.29-1+b4_amd64.deb ...
11:59:54 #10 40.77 Unpacking libwant-perl (0.29-1+b4) ...
11:59:54 #10 40.84 Selecting previously unselected package libcontextual-return-perl.
11:59:54 #10 16.08 Unpacking libkrb5-3:armhf (1.20.1-1) ...
11:59:54 #10 16.17 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:59:54 #10 16.17 Preparing to unpack .../06-libgssapi-krb5-2_1.20.1-1_armhf.deb ...
11:59:54 #10 16.17 Unpacking libgssapi-krb5-2:armhf (1.20.1-1) ...
11:59:54 #10 16.23 Selecting previously unselected package libtirpc-common.
11:59:54 #10 16.23 Preparing to unpack .../07-libtirpc-common_1.3.3+ds-1_all.deb ...
11:59:54 #10 16.24 Unpacking libtirpc-common (1.3.3+ds-1) ...
11:59:54 #10 16.28 Selecting previously unselected package libtirpc3:armhf.
11:59:54 #10 16.28 Preparing to unpack .../08-libtirpc3_1.3.3+ds-1_armhf.deb ...
11:59:54 #10 36.45 Preparing to unpack .../144-perl-openssl-defaults_7+b1_amd64.deb ...
11:59:54 #10 36.45 Unpacking perl-openssl-defaults:amd64 (7+b1) ...
11:59:54 #10 36.49 Selecting previously unselected package libnet-ssleay-perl:amd64.
11:59:54 #10 36.49 Preparing to unpack .../145-libnet-ssleay-perl_1.92-2+b1_amd64.deb ...
11:59:54 #10 36.49 Unpacking libnet-ssleay-perl:amd64 (1.92-2+b1) ...
11:59:54 #10 36.55 Selecting previously unselected package libio-socket-ssl-perl.
11:59:54 #10 36.55 Preparing to unpack .../146-libio-socket-ssl-perl_2.078-1_all.deb ...
11:59:54 #10 36.55 Unpacking libio-socket-ssl-perl (2.078-1) ...
11:59:54 #10 36.60 Selecting previously unselected package libnet-http-perl.
11:59:54 #10 36.60 Preparing to unpack .../147-libnet-http-perl_6.22-1_all.deb ...
11:59:54 #10 36.60 Unpacking libnet-http-perl (6.22-1) ...
11:59:54 #10 36.63 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:54 #10 36.63 Preparing to unpack .../148-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:59:54 #10 36.63 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:59:54 #10 36.66 Selecting previously unselected package libtry-tiny-perl.
11:59:54 #11 35.51 Preparing to unpack .../263-libhash-fieldhash-perl_0.15-1build2_arm64.deb ...
11:59:54 #11 35.52 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
11:59:54 #11 35.55 Selecting previously unselected package libhtml-form-perl.
11:59:54 #11 35.55 Preparing to unpack .../264-libhtml-form-perl_6.07-1_all.deb ...
11:59:54 #11 35.55 Unpacking libhtml-form-perl (6.07-1) ...
11:59:54 #11 35.58 Selecting previously unselected package libhtml-format-perl.
11:59:54 #11 35.59 Preparing to unpack .../265-libhtml-format-perl_2.12-1_all.deb ...
11:59:54 #11 35.59 Unpacking libhtml-format-perl (2.12-1) ...
11:59:54 #11 35.63 Selecting previously unselected package libhttp-daemon-perl.
11:59:54 #11 35.63 Preparing to unpack .../266-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ...
11:59:54 #11 35.63 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ...
11:59:54 #11 35.67 Selecting previously unselected package libidn11:arm64.
11:59:54 #11 35.67 Preparing to unpack .../267-libidn11_1.33-2.2ubuntu2_arm64.deb ...
11:59:54 #11 35.68 Unpacking libidn11:arm64 (1.33-2.2ubuntu2) ...
11:59:54 #11 35.71 Selecting previously unselected package libstruct-dumb-perl.
11:59:54 #11 35.71 Preparing to unpack .../268-libstruct-dumb-perl_0.09-1_all.deb ...
11:59:54 #11 35.72 Unpacking libstruct-dumb-perl (0.09-1) ...
11:59:54 #11 35.75 Selecting previously unselected package libio-async-perl.
11:59:54 #11 35.75 Preparing to unpack .../269-libio-async-perl_0.75-1_all.deb ...
11:59:54 #11 35.76 Unpacking libio-async-perl (0.75-1) ...
11:59:54 #11 35.81 Selecting previously unselected package liblinux-epoll-perl.
11:59:54 #11 35.81 Preparing to unpack .../270-liblinux-epoll-perl_0.017-1_arm64.deb ...
11:59:54 #11 35.82 Unpacking liblinux-epoll-perl (0.017-1) ...
11:59:54 #11 35.85 Selecting previously unselected package libio-async-loop-epoll-perl.
11:59:54 #11 35.85 Preparing to unpack .../271-libio-async-loop-epoll-perl_0.20-1_all.deb ...
11:59:54 #11 35.85 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
11:59:54 #10 37.56 Preparing to unpack .../270-libtext-glob-perl_0.10-1_all.deb ...
11:59:54 #10 37.57 Unpacking libtext-glob-perl (0.10-1) ...
11:59:54 #10 37.65 Selecting previously unselected package libpath-iterator-rule-perl.
11:59:54 #10 37.65 Preparing to unpack .../271-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:59:54 #10 37.66 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:59:54 #10 37.71 Selecting previously unselected package libperlio-gzip-perl.
11:59:54 #10 37.71 Preparing to unpack .../272-libperlio-gzip-perl_0.19-1+b5_arm64.deb ...
11:59:54 #10 37.73 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
11:59:54 #10 37.79 Selecting previously unselected package libpod-constants-perl.
11:59:54 #10 37.80 Preparing to unpack .../273-libpod-constants-perl_0.19-1_all.deb ...
11:59:54 #10 37.80 Unpacking libpod-constants-perl (0.19-1) ...
11:59:54 #10 37.84 Selecting previously unselected package libreadonly-perl.
11:59:54 #13 7.655 (74/74): libtool-ltdl-devel-2.4.6-45.el9.aarch6 276 kB/s | 161 kB     00:00    
11:59:54 #13 7.659 --------------------------------------------------------------------------------
11:59:54 #13 7.660 Total                                            36 MB/s | 105 MB     00:02     
11:59:54 #10 35.22   Verifying        : webkit2gtk3-jsc-2.38.3-1.el9.x86_64                166/166 
11:59:54 #10 35.38 
11:59:54 #10 35.38 Installed:
11:59:54 #10 35.38   abattis-cantarell-fonts-0.301-4.el9.noarch                                    
11:59:54 #10 35.38   adobe-source-code-pro-fonts-2.030.1.050-12.el9.1.noarch                       
11:59:54 #10 35.38   binutils-2.35.2-35.el9.x86_64                                                 
11:59:54 #10 35.38   bzip2-1.0.8-8.el9.x86_64                                                      
11:59:54 #10 35.38   checkpolicy-3.5-0.rc2.1.el9.x86_64                                            
11:59:54 #10 35.38   cpio-2.13-16.el9.x86_64                                                       
11:59:54 #10 35.38   cracklib-2.9.6-27.el9.x86_64                                                  
11:59:54 #10 35.38   cracklib-dicts-2.9.6-27.el9.x86_64                                            
11:59:54 #10 35.38   dbus-libs-1:1.12.20-7.el9.x86_64                                              
11:59:54 #10 35.38   desktop-file-utils-0.26-6.el9.x86_64                                          
11:59:54 #10 35.38   diffutils-3.7-12.el9.x86_64                                                   
11:59:54 #10 35.38   dnf-plugins-core-4.3.0-4.el9.noarch                                           
11:59:54 #10 35.38   dwz-0.14-3.el9.x86_64                                                         
11:59:54 #10 35.38   ed-1.14.2-12.el9.x86_64                                                       
11:59:54 #10 35.38   efi-srpm-macros-4-9.el9.noarch                                                
11:59:54 #10 35.38   elfutils-0.188-3.el9.x86_64                                                   
11:59:54 #10 35.38   elfutils-debuginfod-client-0.188-3.el9.x86_64                                 
11:59:54 #10 35.38   emacs-filesystem-1:27.2-8.el9.noarch                                          
11:59:54 #10 35.38   enchant-1:1.6.0-30.el9.x86_64                                                 
11:59:54 #10 35.38   environment-modules-5.0.1-2.el9.x86_64                                        
11:59:54 #10 35.38   file-5.39-10.el9.x86_64                                                       
11:59:54 #10 35.38   fonts-srpm-macros-1:2.0.5-7.el9.1.noarch                                      
11:59:54 #10 35.38   gcc-toolset-12-binutils-2.38-16.el9.x86_64                                    
11:59:54 #10 35.38   gcc-toolset-12-binutils-gold-2.38-14.el9.x86_64                               
11:59:54 #10 35.38   gcc-toolset-12-runtime-12.0-5.el9.x86_64                                      
11:59:54 #10 35.38   gdb-minimal-10.2-10.el9.x86_64                                                
11:59:54 #10 35.38   gdk-pixbuf2-2.42.6-3.el9.x86_64                                               
11:59:54 #10 35.38   ghc-srpm-macros-1.5.0-6.el9.noarch                                            
11:59:54 #10 35.38   glib-networking-2.68.3-3.el9.x86_64                                           
11:59:54 #10 35.38   glibc-gconv-extra-2.34-54.el9.x86_64                                          
11:59:54 #10 35.38   go-srpm-macros-3.0.9-9.el9.noarch                                             
11:59:54 #10 35.38   groff-base-1.22.4-10.el9.x86_64                                               
11:59:54 #10 35.38   gsettings-desktop-schemas-40.0-6.el9.x86_64                                   
11:59:54 #10 35.38   hunspell-1.7.0-11.el9.x86_64                                                  
11:59:54 #10 35.38   hunspell-en-0.20140811.1-20.el9.noarch                                        
11:59:54 #10 35.38   hunspell-en-GB-0.20140811.1-20.el9.noarch                                     
11:59:54 #10 35.38   hunspell-en-US-0.20140811.1-20.el9.noarch                                     
11:59:54 #10 35.38   hunspell-filesystem-1.7.0-11.el9.x86_64                                       
11:59:54 #10 35.38   info-6.7-15.el9.x86_64                                                        
11:59:54 #10 35.38   json-glib-1.6.6-1.el9.x86_64                                                  
11:59:54 #10 35.38   kernel-srpm-macros-1.0-11.el9.noarch                                          
11:59:54 #10 35.38   less-590-1.el9.x86_64                                                         
11:59:54 #10 35.38   libappstream-glib-0.7.18-4.el9.x86_64                                         
11:59:54 #10 35.38   libatomic-11.3.1-4.3.el9.x86_64                                               
11:59:54 #10 35.38   libbrotli-1.0.9-6.el9.x86_64                                                  
11:59:54 #10 35.38   libdb-5.3.28-53.el9.x86_64                                                    
11:59:54 #10 35.38   libeconf-0.4.1-2.el9.x86_64                                                   
11:59:54 #10 35.38   libfdisk-2.37.4-9.el9.x86_64                                                  
11:59:54 #10 35.38   libicu-67.1-9.el9.x86_64                                                      
11:59:54 #10 35.38   libjpeg-turbo-2.0.90-5.el9.x86_64                                             
11:59:54 #10 35.38   libpipeline-1.5.3-4.el9.x86_64                                                
11:59:54 #10 35.38   libpkgconf-1.7.3-10.el9.x86_64                                                
11:59:54 #10 35.38   libpng-2:1.6.37-12.el9.x86_64                                                 
11:59:54 #10 35.38   libproxy-0.4.15-35.el9.x86_64                                                 
11:59:54 #10 35.38   libproxy-webkitgtk4-0.4.15-35.el9.x86_64                                      
11:59:54 #10 35.38   libpsl-0.21.1-5.el9.x86_64                                                    
11:59:54 #10 35.38   libpwquality-1.4.4-8.el9.x86_64                                               
11:59:54 #10 35.38   libselinux-utils-3.5-0.rc1.1.el9.x86_64                                       
11:59:54 #10 35.38   libsoup-2.72.0-8.el9.x86_64                                                   
11:59:54 #10 35.38   libstemmer-0-18.585svn.el9.x86_64                                             
11:59:54 #10 35.38   libutempter-1.2.1-6.el9.x86_64                                                
11:59:54 #10 35.38   lua-srpm-macros-1-6.el9.noarch                                                
11:59:54 #10 35.38   man-db-2.9.3-7.el9.x86_64                                                     
11:59:54 #10 35.38   ncurses-6.2-8.20210508.el9.x86_64                                             
11:59:54 #10 35.38   ocaml-srpm-macros-6-6.el9.noarch                                              
11:59:54 #10 35.38   openblas-srpm-macros-2-11.el9.noarch                                          
11:59:54 #10 35.38   openssl-1:3.0.7-2.el9.x86_64                                                  
11:59:54 #10 35.38   pam-1.5.1-14.el9.x86_64                                                       
11:59:54 #10 35.38   patch-2.7.6-16.el9.x86_64                                                     
11:59:54 #10 35.38   perl-AutoLoader-5.74-480.el9.noarch                                           
11:59:54 #10 35.38   perl-B-1.80-480.el9.x86_64                                                    
11:59:54 #10 35.38   perl-Carp-1.50-460.el9.noarch                                                 
11:59:54 #10 35.38   perl-Class-Struct-0.66-480.el9.noarch                                         
11:59:54 #10 35.38   perl-Data-Dumper-2.174-462.el9.x86_64                                         
11:59:54 #10 35.38   perl-Digest-1.19-4.el9.noarch                                                 
11:59:54 #10 35.38   perl-Digest-MD5-2.58-4.el9.x86_64                                             
11:59:54 #10 35.38   perl-Encode-4:3.08-462.el9.x86_64                                             
11:59:54 #10 35.38   perl-Errno-1.30-480.el9.x86_64                                                
11:59:54 #10 35.38   perl-Exporter-5.74-461.el9.noarch                                             
11:59:54 #10 35.38   perl-Fcntl-1.13-480.el9.x86_64                                                
11:59:54 #10 35.38   perl-File-Basename-2.85-480.el9.noarch                                        
11:59:54 #10 35.38   perl-File-Path-2.18-4.el9.noarch                                              
11:59:54 #10 35.38   perl-File-Temp-1:0.231.100-4.el9.noarch                                       
11:59:54 #10 35.38   perl-File-stat-1.09-480.el9.noarch                                            
11:59:54 #10 35.38   perl-FileHandle-2.03-480.el9.noarch                                           
11:59:54 #10 35.38   perl-Getopt-Long-1:2.52-4.el9.noarch                                          
11:59:54 #10 35.38   perl-Getopt-Std-1.12-480.el9.noarch                                           
11:59:54 #10 35.38   perl-HTTP-Tiny-0.076-460.el9.noarch                                           
11:59:54 #10 35.38   perl-IO-1.43-480.el9.x86_64                                                   
11:59:54 #10 35.38   perl-IO-Socket-IP-0.41-5.el9.noarch                                           
11:59:54 #10 35.38   perl-IO-Socket-SSL-2.073-1.el9.noarch                                         
11:59:54 #10 35.38   perl-IPC-Open3-1.21-480.el9.noarch                                            
11:59:54 #10 35.38   perl-MIME-Base64-3.16-4.el9.x86_64                                            
11:59:54 #10 35.38   perl-Mozilla-CA-20200520-6.el9.noarch                                         
11:59:54 #10 35.38   perl-NDBM_File-1.15-480.el9.x86_64                                            
11:59:54 #10 35.38   perl-Net-SSLeay-1.92-2.el9.x86_64                                             
11:59:54 #10 35.38   perl-POSIX-1.94-480.el9.x86_64                                                
11:59:54 #10 35.38   perl-PathTools-3.78-461.el9.x86_64                                            
11:59:54 #10 35.38   perl-Pod-Escapes-1:1.07-460.el9.noarch                                        
11:59:54 #10 35.38   perl-Pod-Perldoc-3.28.01-461.el9.noarch                                       
11:59:54 #10 35.38   perl-Pod-Simple-1:3.42-4.el9.noarch                                           
11:59:54 #10 35.38   perl-Pod-Usage-4:2.01-4.el9.noarch                                            
11:59:54 #10 35.38   perl-Scalar-List-Utils-4:1.56-461.el9.x86_64                                  
11:59:54 #10 35.38   perl-SelectSaver-1.02-480.el9.noarch                                          
11:59:54 #10 35.38   perl-Socket-4:2.031-4.el9.x86_64                                              
11:59:54 #10 35.38   perl-Storable-1:3.21-460.el9.x86_64                                           
11:59:54 #10 35.38   perl-Symbol-1.08-480.el9.noarch                                               
11:59:54 #10 35.38   perl-Term-ANSIColor-5.01-461.el9.noarch                                       
11:59:54 #10 35.38   perl-Term-Cap-1.17-460.el9.noarch                                             
11:59:54 #10 35.38   perl-Text-ParseWords-3.30-460.el9.noarch                                      
11:59:54 #10 35.38   perl-Text-Tabs+Wrap-2013.0523-460.el9.noarch                                  
11:59:54 #10 35.38   perl-Time-Local-2:1.300-7.el9.noarch                                          
11:59:54 #10 35.38   perl-URI-5.09-3.el9.noarch                                                    
11:59:54 #10 35.38   perl-base-2.27-480.el9.noarch                                                 
11:59:54 #10 35.38   perl-constant-1.33-461.el9.noarch                                             
11:59:54 #10 35.38   perl-if-0.60.800-480.el9.noarch                                               
11:59:54 #10 35.38   perl-interpreter-4:5.32.1-480.el9.x86_64                                      
11:59:54 #10 35.38   perl-libnet-3.13-4.el9.noarch                                                 
11:59:54 #10 35.38   perl-libs-4:5.32.1-480.el9.x86_64                                             
11:59:54 #10 35.38   perl-mro-1.23-480.el9.x86_64                                                  
11:59:54 #10 35.38   perl-overload-1.31-480.el9.noarch                                             
11:59:54 #10 35.38   perl-overloading-0.02-480.el9.noarch                                          
11:59:54 #10 35.38   perl-parent-1:0.238-460.el9.noarch                                            
11:59:54 #10 35.38   perl-podlators-1:4.14-460.el9.noarch                                          
11:59:54 #10 35.38   perl-srpm-macros-1-41.el9.noarch                                              
11:59:54 #10 35.38   perl-subs-1.03-480.el9.noarch                                                 
11:59:54 #10 35.38   perl-vars-1.05-480.el9.noarch                                                 
11:59:54 #10 35.38   pkgconf-1.7.3-10.el9.x86_64                                                   
11:59:54 #10 35.38   pkgconf-m4-1.7.3-10.el9.noarch                                                
11:59:54 #10 35.38   pkgconf-pkg-config-1.7.3-10.el9.x86_64                                        
11:59:54 #10 35.38   policycoreutils-3.5-0.rc1.2.el9.x86_64                                        
11:59:54 #10 35.38   policycoreutils-python-utils-3.5-0.rc1.2.el9.noarch                           
11:59:54 #10 35.38   procps-ng-3.3.17-9.el9.x86_64                                                 
11:59:54 #10 35.38   publicsuffix-list-dafsa-20210518-3.el9.noarch                                 
11:59:54 #10 35.38   python-srpm-macros-3.9-52.el9.noarch                                          
11:59:54 #10 35.38   python3-audit-3.0.7-103.el9.x86_64                                            
11:59:54 #10 35.38   python3-dateutil-1:2.8.1-6.el9.noarch                                         
11:59:54 #10 35.38   python3-dbus-1.2.18-2.el9.x86_64                                              
11:59:54 #10 35.38   python3-distro-1.5.0-7.el9.noarch                                             
11:59:54 #10 35.38   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
11:59:54 #10 35.38   python3-enchant-3.2.0-5.el9.noarch                                            
11:59:54 #10 35.38   python3-file-magic-5.39-10.el9.noarch                                         
11:59:54 #10 35.38   python3-libselinux-3.5-0.rc1.1.el9.x86_64                                     
11:59:54 #10 35.38   python3-libsemanage-3.5-0.rc1.1.el9.x86_64                                    
11:59:54 #10 35.38   python3-policycoreutils-3.5-0.rc1.2.el9.noarch                                
11:59:54 #10 35.38   python3-setools-4.4.0-5.el9.x86_64                                            
11:59:54 #10 35.38   python3-setuptools-53.0.0-12.el9.noarch                                       
11:59:54 #10 35.38   python3-six-1.15.0-9.el9.noarch                                               
11:59:54 #10 35.38   python3-systemd-234-18.el9.x86_64                                             
11:59:54 #10 35.38   qt5-srpm-macros-5.15.3-1.el9.noarch                                           
11:59:54 #10 35.38   redhat-rpm-config-197-1.el9.noarch                                            
11:59:54 #10 35.38   rpm-build-4.16.1.3-22.el9.x86_64                                              
11:59:54 #10 35.38   rpmlint-1.11-19.el9.noarch                                                    
11:59:54 #10 35.38   rust-srpm-macros-17-4.el9.noarch                                              
11:59:54 #10 35.38   scl-utils-1:2.0.3-4.el9.x86_64                                                
11:59:54 #10 35.38   shared-mime-info-2.1-5.el9.x86_64                                             
11:59:54 #10 35.38   systemd-libs-252-3.el9.x86_64                                                 
11:59:54 #10 35.38   tcl-1:8.6.10-7.el9.x86_64                                                     
11:59:54 #10 35.38   unzip-6.0-56.el9.x86_64                                                       
11:59:54 #10 35.38   util-linux-2.37.4-9.el9.x86_64                                                
11:59:54 #10 35.38   util-linux-core-2.37.4-9.el9.x86_64                                           
11:59:54 #10 35.38   vim-filesystem-2:8.2.2637-16.el9.noarch                                       
11:59:54 #10 35.38   webkit2gtk3-jsc-2.38.3-1.el9.x86_64                                           
11:59:54 #10 35.38   xz-5.2.5-8.el9.x86_64                                                         
11:59:54 #10 35.38   zip-3.0-33.el9.x86_64                                                         
11:59:54 #10 35.38   zstd-1.5.1-2.el9.x86_64                                                       
11:59:54 #10 35.38 
11:59:54 #10 35.38 Complete!
11:59:54 #10 DONE 35.5s
11:59:54 
11:59:54 #11 [stage-1 4/8] RUN dnf config-manager --set-enabled crb
11:59:54 #11 16.90 Get:204 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-listing-perl all 6.15-1 [11.5 kB]
11:59:54 #11 16.92 Get:205 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:59:54 #11 16.94 Get:206 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liburi-perl all 5.12-1ubuntu1 [80.7 kB]
11:59:54 #10 38.16 Preparing to unpack .../328-libre2-9_20220601+dfsg-1+b1_arm64.deb ...
11:59:54 #10 38.16 Unpacking libre2-9:arm64 (20220601+dfsg-1+b1) ...
11:59:54 #10 38.20 Selecting previously unselected package libre-engine-re2-perl:arm64.
11:59:54 #10 38.21 Preparing to unpack .../329-libre-engine-re2-perl_0.17+ds-1_arm64.deb ...
11:59:54 #10 38.21 Unpacking libre-engine-re2-perl:arm64 (0.17+ds-1) ...
11:59:54 #10 38.24 Selecting previously unselected package libreadonly-perl.
11:59:54 #10 38.24 Preparing to unpack .../330-libreadonly-perl_2.050-3_all.deb ...
11:59:54 #10 38.25 Unpacking libreadonly-perl (2.050-3) ...
11:59:54 #10 38.28 Selecting previously unselected package libref-util-perl.
11:59:54 #11 20.93 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.3_all.deb ...
11:59:54 #11 20.94 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:59:54 #10 28.21 Selecting previously unselected package libc6-dev:armhf.
11:59:54 #10 28.21 Preparing to unpack .../061-libc6-dev_2.27-3ubuntu1.6_armhf.deb ...
11:59:54 #10 28.22 Unpacking libc6-dev:armhf (2.27-3ubuntu1.6) ...
11:59:54 #11 37.09 Preparing to unpack .../400-libauthen-sasl-perl_2.1600-2_all.deb ...
11:59:54 #11 37.09 Unpacking libauthen-sasl-perl (2.1600-2) ...
11:59:54 #11 37.12 Selecting previously unselected package python3-magic.
11:59:54 #11 37.12 Preparing to unpack .../401-python3-magic_2%3a0.4.26-2_all.deb ...
11:59:54 #11 37.13 Unpacking python3-magic (2:0.4.26-2) ...
11:59:54 #11 37.18 Setting up libip4tc2:amd64 (1.8.7-1ubuntu6) ...
11:59:54 #11 37.19 Setting up libksba8:amd64 (1.6.0-3ubuntu1.1) ...
11:59:54 #11 37.20 Setting up media-types (8.0.0) ...
11:59:54 #11 37.21 Setting up libpipeline1:amd64 (1.5.6-2) ...
11:59:54 #11 37.22 Setting up libicu71:amd64 (71.1-3ubuntu1) ...
11:59:54 #11 37.23 Setting up wdiff (1.2.2-2build3) ...
11:59:54 #11 37.24 Setting up libxau6:amd64 (1:1.0.9-1build5) ...
11:59:54 #11 37.25 Setting up libre2-9:amd64 (20220601+dfsg-1) ...
11:59:54 #11 37.26 Setting up libkeyutils1:amd64 (1.6.3-1) ...
11:59:54 #11 37.27 Setting up lto-disabled-list (35) ...
11:59:54 #11 37.28 Setting up libapparmor1:amd64 (3.0.7-1ubuntu2) ...
11:59:54 #11 37.29 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
11:59:54 #11 37.30 Setting up libsodium23:amd64 (1.0.18-1build2) ...
11:59:54 #11 37.31 Setting up bsdextrautils (2.38-4ubuntu1) ...
11:59:54 #11 37.32 Setting up libfcgi0ldbl:amd64 (2.4.2-2build2) ...
11:59:54 #11 37.33 Setting up libtext-glob-perl (0.11-2) ...
11:59:54 #11 37.34 Setting up xdg-user-dirs (0.17-2ubuntu4) ...
11:59:54 #11 37.36 Setting up libmagic-mgc (1:5.41-4) ...
11:59:54 #11 37.37 Setting up libyaml-0-2:amd64 (0.2.5-1) ...
11:59:54 #11 37.38 Setting up libglib2.0-0:amd64 (2.74.3-0ubuntu1) ...
11:59:54 #11 37.39 No schema files found: doing nothing.
11:59:54 #11 34.31 Preparing to unpack .../221-libalgorithm-diff-xs-perl_0.04-7_arm64.deb ...
11:59:54 #11 34.32 Unpacking libalgorithm-diff-xs-perl:arm64 (0.04-7) ...
11:59:54 #11 34.35 Selecting previously unselected package libalgorithm-merge-perl.
11:59:54 #11 34.35 Preparing to unpack .../222-libalgorithm-merge-perl_0.08-4_all.deb ...
11:59:54 #11 34.36 Unpacking libalgorithm-merge-perl (0.08-4) ...
11:59:54 #11 34.39 Selecting previously unselected package libaliased-perl.
11:59:54 #11 34.40 Preparing to unpack .../223-libaliased-perl_0.34-2_all.deb ...
11:59:54 #11 34.40 Unpacking libaliased-perl (0.34-2) ...
11:59:54 #11 34.43 Selecting previously unselected package libapt-pkg-perl.
11:59:54 #11 34.43 Preparing to unpack .../224-libapt-pkg-perl_0.1.40build2_arm64.deb ...
11:59:54 #11 34.44 Unpacking libapt-pkg-perl (0.1.40build2) ...
11:59:54 #11 34.48 Selecting previously unselected package libarchive-cpio-perl.
11:59:54 #11 34.48 Preparing to unpack .../225-libarchive-cpio-perl_0.10-2_all.deb ...
11:59:54 #11 34.48 Unpacking libarchive-cpio-perl (0.10-2) ...
11:59:54 #11 34.51 Selecting previously unselected package libarray-intspan-perl.
11:59:54 #11 34.52 Preparing to unpack .../226-libarray-intspan-perl_2.004-2_all.deb ...
11:59:54 #11 34.52 Unpacking libarray-intspan-perl (2.004-2) ...
11:59:54 #11 34.55 Selecting previously unselected package libmodule-implementation-perl.
11:59:54 #10 23.63 Selecting previously unselected package libc6-dev:armhf.
11:59:54 #10 23.63 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_armhf.deb ...
11:59:54 #10 23.63 Unpacking libc6-dev:armhf (2.28-10+deb10u2) ...
11:59:54 #10 38.37 Selecting previously unselected package python3-certifi.
11:59:54 #10 38.37 Preparing to unpack .../269-python3-certifi_2018.1.18-2_all.deb ...
11:59:54 #10 38.38 Unpacking python3-certifi (2018.1.18-2) ...
11:59:54 #10 38.42 Selecting previously unselected package python3-idna.
11:59:54 #10 38.42 Preparing to unpack .../270-python3-idna_2.6-1_all.deb ...
11:59:54 #10 38.42 Unpacking python3-idna (2.6-1) ...
11:59:54 #10 38.46 Selecting previously unselected package python3-urllib3.
11:59:54 #10 38.46 Preparing to unpack .../271-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
11:59:54 #10 38.46 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
11:59:54 #10 38.50 Selecting previously unselected package python3-requests.
11:59:54 #11 19.59 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-size-perl armhf 0.83-1build4 [19.9 kB]
11:59:54 #11 19.59 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run3-perl all 0.048-2 [31.4 kB]
11:59:54 #11 19.59 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzip armhf 1.23-1 [80.2 kB]
11:59:54 #11 19.59 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzop armhf 1.04-2build2 [84.5 kB]
11:59:54 #11 19.60 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf t1utils armhf 1.41-4build2 [53.1 kB]
11:59:54 #11 19.60 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf unzip armhf 6.0-26ubuntu3.1 [162 kB]
11:59:54 #11 19.66 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf lintian all 2.114.0ubuntu1.2 [1082 kB]
11:59:54 #11 19.72 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages-dev all 5.10-1ubuntu1 [2309 kB]
11:59:54 #11 19.83 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-certifi all 2020.6.20-1 [150 kB]
11:59:54 #11 37.11 Setting up libcc1-0:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:54 #11 37.12 Setting up iso-codes (4.9.0-1) ...
11:59:54 #11 37.13 Setting up liblocale-gettext-perl (1.07-4build3) ...
11:59:54 #11 37.14 Setting up liblsan0:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:54 #11 37.15 Setting up dctrl-tools (2.24-3build2) ...
11:59:54 #11 37.16 Setting up libitm1:amd64 (12.1.0-2ubuntu1~22.04) ...
11:59:54 #11 37.17 Setting up libgdbm6:amd64 (1.23-1) ...
11:59:54 #11 37.18 Setting up libicu70:amd64 (70.1-2) ...
11:59:54 #11 37.19 Setting up libtsan0:amd64 (11.3.0-1ubuntu1~22.04) ...
11:59:54 #11 37.20 Setting up libctf0:amd64 (2.38-4ubuntu2.1) ...
11:59:54 #11 37.21 Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
11:59:54 #11 37.22 Setting up pinentry-curses (1.1.1-1build2) ...
11:59:54 #11 37.24 Setting up cpp-11 (11.3.0-1ubuntu1~22.04) ...
11:59:54 #11 37.25 Setting up manpages-dev (5.10-1ubuntu1) ...
11:59:54 #11 37.26 Setting up libdw1:amd64 (0.186-1build1) ...
11:59:54 #11 37.27 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
11:59:54 #11 37.27 Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
11:59:54 #11 37.29 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
11:59:54 #10 36.15 Preparing to unpack .../325-libxml-libxml-perl_2.0134+dfsg-2+b1_arm64.deb ...
11:59:54 #10 36.15 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:59:54 #10 36.21 Selecting previously unselected package libxml-sax-expat-perl.
11:59:54 #10 36.21 Preparing to unpack .../326-libxml-sax-expat-perl_0.51-1_all.deb ...
11:59:54 #10 36.22 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:59:54 #10 36.26 Selecting previously unselected package libxmlrpc-lite-perl.
11:59:54 #10 36.27 Preparing to unpack .../327-libxmlrpc-lite-perl_0.717-4_all.deb ...
11:59:54 #10 36.27 Unpacking libxmlrpc-lite-perl (0.717-4) ...
11:59:54 #10 36.31 Selecting previously unselected package libxmuu1:arm64.
11:59:54 #10 36.31 Preparing to unpack .../328-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
11:59:54 #10 36.32 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
11:59:54 #10 36.36 Selecting previously unselected package libyaml-0-2:arm64.
11:59:54 #10 36.36 Preparing to unpack .../329-libyaml-0-2_0.2.2-1_arm64.deb ...
11:59:54 #10 36.36 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
11:59:54 #10 36.40 Selecting previously unselected package libyaml-libyaml-perl.
11:59:54 #11 37.97 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ...
11:59:54 #11 37.98 Unpacking libconst-fast-perl (0.014-1) ...
11:59:54 #11 38.00 Selecting previously unselected package libwant-perl.
11:59:54 #11 38.01 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ...
11:59:54 #11 38.01 Unpacking libwant-perl (0.29-1build4) ...
11:59:54 #11 38.06 Selecting previously unselected package libcontextual-return-perl.
11:59:54 #11 38.06 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
11:59:54 #11 38.07 Unpacking libcontextual-return-perl (0.004014-2) ...
11:59:54 #11 38.10 Selecting previously unselected package libcpanel-json-xs-perl.
11:59:54 #11 38.10 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ...
11:59:54 #11 38.11 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
11:59:54 #11 38.15 Selecting previously unselected package libdata-dump-perl.
11:59:54 #11 38.15 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ...
11:59:54 #11 38.15 Unpacking libdata-dump-perl (1.23-1) ...
11:59:54 #11 38.18 Selecting previously unselected package libdigest-bubblebabble-perl.
11:59:54 #11 38.19 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ...
11:59:54 #11 38.19 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
11:59:54 #11 38.22 Selecting previously unselected package libdigest-hmac-perl.
11:59:54 #11 38.22 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
11:59:54 #11 38.22 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
11:59:54 #11 38.26 Selecting previously unselected package libdistro-info-perl.
11:59:54 #11 38.26 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1_all.deb ...
11:59:54 #11 38.26 Unpacking libdistro-info-perl (0.23ubuntu1) ...
11:59:54 #11 38.29 Selecting previously unselected package libnet-smtp-ssl-perl.
11:59:54 #11 38.29 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:59:54 #11 38.30 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:59:54 #11 38.33 Selecting previously unselected package libmailtools-perl.
11:59:54 #10 10.50 The following NEW packages will be installed:
11:59:54 #10 10.50   autoconf automake autopoint autotools-dev binutils
11:59:54 #10 10.50   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
11:59:54 #10 10.50   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
11:59:54 #10 10.50   equivs fakeroot file gcc gcc-10 gettext gettext-base git git-man groff-base
11:59:54 #10 10.50   intltool-debian libarchive-zip-perl libasan6 libatomic1
11:59:54 #10 10.50   libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev libcc1-0
11:59:54 #10 10.50   libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
11:59:54 #10 10.50   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
11:59:54 #10 10.50   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:59:54 #10 10.50   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
11:59:54 #10 10.50   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:54 #10 10.50   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
11:59:54 #10 10.50   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:59:54 #10 10.50   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
11:59:54 #10 10.50   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
11:59:54 #10 10.50   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
11:59:54 #10 10.50   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
11:59:54 #10 10.50   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
11:59:54 #10 10.50   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
11:59:54 #10 10.50   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
11:59:54 #10 10.50   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
11:59:54 #10 10.50   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
11:59:54 #10 10.50   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
11:59:54 #10 10.50   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
11:59:54 #10 10.50   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
11:59:54 #10 10.50   po-debconf python3 python3-minimal python3.9 python3.9-minimal
11:59:54 #10 10.50   sensible-utils wdiff xz-utils
11:59:54 #10 10.50 The following packages will be upgraded:
11:59:54 #10 10.50   curl libc6 libcurl4
11:59:54 #10 10.97 3 upgraded, 126 newly installed, 0 to remove and 9 not upgraded.
11:59:54 #10 10.97 Need to get 80.3 MB of archives.
11:59:54 #10 10.97 After this operation, 300 MB of additional disk space will be used.
11:59:54 #10 10.97 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [138 kB]
11:59:54 #11 28.50 Preparing to unpack .../140-libfile-touch-perl_0.12-1_all.deb ...
11:59:54 #11 28.51 Unpacking libfile-touch-perl (0.12-1) ...
11:59:54 #11 28.54 Selecting previously unselected package libio-pty-perl.
11:59:54 #11 28.54 Preparing to unpack .../141-libio-pty-perl_1%3a1.15-2build2_arm64.deb ...
11:59:54 #11 28.55 Unpacking libio-pty-perl (1:1.15-2build2) ...
11:59:54 #11 28.58 Selecting previously unselected package libipc-run-perl.
11:59:54 #11 28.58 Preparing to unpack .../142-libipc-run-perl_20200505.0-1_all.deb ...
11:59:54 #11 28.59 Unpacking libipc-run-perl (20200505.0-1) ...
11:59:54 #11 28.63 Selecting previously unselected package libclass-method-modifiers-perl.
11:59:54 #11 28.63 Preparing to unpack .../143-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:59:54 #11 28.63 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:59:54 #11 28.67 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:54 #11 28.67 Preparing to unpack .../144-libclass-xsaccessor-perl_1.19-3build9_arm64.deb ...
11:59:54 #11 28.67 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
11:59:54 #11 28.71 Selecting previously unselected package libb-hooks-op-check-perl.
11:59:54 #11 28.71 Preparing to unpack .../145-libb-hooks-op-check-perl_0.22-1build5_arm64.deb ...
11:59:54 #11 28.72 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
11:59:54 #11 28.75 Selecting previously unselected package libdynaloader-functions-perl.
11:59:54 #11 28.75 Preparing to unpack .../146-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:59:54 #11 28.76 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:59:54 #11 28.79 Selecting previously unselected package libdevel-callchecker-perl.
11:59:54 #11 28.79 Preparing to unpack .../147-libdevel-callchecker-perl_0.008-1ubuntu4_arm64.deb ...
11:59:54 #11 28.79 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:59:54 #11 28.82 Selecting previously unselected package libparams-classify-perl.
11:59:54 #11 28.83 Preparing to unpack .../148-libparams-classify-perl_0.015-1build5_arm64.deb ...
11:59:54 #11 28.83 Unpacking libparams-classify-perl (0.015-1build5) ...
11:59:54 #11 28.87 Selecting previously unselected package libmodule-runtime-perl.
11:59:54 #10 36.36 Preparing to unpack .../125-libhttp-date-perl_6.05-1_all.deb ...
11:59:54 #10 36.36 Unpacking libhttp-date-perl (6.05-1) ...
11:59:54 #10 36.39 Selecting previously unselected package libfile-listing-perl.
11:59:54 #10 36.39 Preparing to unpack .../126-libfile-listing-perl_6.14-1_all.deb ...
11:59:54 #10 36.40 Unpacking libfile-listing-perl (6.14-1) ...
11:59:54 #10 36.43 Selecting previously unselected package libhtml-tagset-perl.
11:59:54 #10 36.43 Preparing to unpack .../127-libhtml-tagset-perl_3.20-4_all.deb ...
11:59:54 #10 36.44 Unpacking libhtml-tagset-perl (3.20-4) ...
11:59:54 #10 36.47 Selecting previously unselected package liburi-perl.
11:59:54 #10 36.47 Preparing to unpack .../128-liburi-perl_5.08-1_all.deb ...
11:59:54 #10 36.47 Unpacking liburi-perl (5.08-1) ...
11:59:54 #10 36.51 Selecting previously unselected package libhtml-parser-perl.
11:59:54 #10 36.52 Preparing to unpack .../129-libhtml-parser-perl_3.75-1+b1_amd64.deb ...
11:59:54 #10 36.52 Unpacking libhtml-parser-perl (3.75-1+b1) ...
11:59:54 #10 36.56 Selecting previously unselected package libhtml-tree-perl.
11:59:54 #10 36.56 Preparing to unpack .../130-libhtml-tree-perl_5.07-2_all.deb ...
11:59:54 #10 36.57 Unpacking libhtml-tree-perl (5.07-2) ...
11:59:54 #10 36.62 Selecting previously unselected package libio-html-perl.
11:59:54 #10 40.84 Preparing to unpack .../198-libcontextual-return-perl_0.004014-2_all.deb ...
11:59:54 #10 40.85 Unpacking libcontextual-return-perl (0.004014-2) ...
11:59:54 #10 40.89 Selecting previously unselected package libconvert-binhex-perl.
11:59:54 #10 40.90 Preparing to unpack .../199-libconvert-binhex-perl_1.125-1_all.deb ...
11:59:54 #10 40.90 Unpacking libconvert-binhex-perl (1.125-1) ...
11:59:54 #10 40.94 Selecting previously unselected package libdata-dump-perl.
11:59:54 #10 40.94 Preparing to unpack .../200-libdata-dump-perl_1.23-1_all.deb ...
11:59:54 #10 40.95 Unpacking libdata-dump-perl (1.23-1) ...
11:59:54 #10 40.98 Selecting previously unselected package libdigest-bubblebabble-perl.
11:59:54 #10 40.98 Preparing to unpack .../201-libdigest-bubblebabble-perl_0.02-2_all.deb ...
11:59:54 #10 40.99 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
11:59:54 #10 41.02 Selecting previously unselected package libdigest-hmac-perl.
11:59:54 #10 41.03 Preparing to unpack .../202-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
11:59:54 #10 41.03 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
11:59:54 #10 41.07 Selecting previously unselected package libdistro-info-perl.
11:59:54 #10 16.28 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
11:59:54 #10 16.33 Selecting previously unselected package libnsl2:armhf.
11:59:54 #10 16.33 Preparing to unpack .../09-libnsl2_1.3.0-2_armhf.deb ...
11:59:54 #10 16.33 Unpacking libnsl2:armhf (1.3.0-2) ...
11:59:54 #10 16.37 Selecting previously unselected package readline-common.
11:59:54 #10 16.37 Preparing to unpack .../10-readline-common_8.2-1.3_all.deb ...
11:59:54 #10 16.37 Unpacking readline-common (8.2-1.3) ...
11:59:54 #10 16.42 Selecting previously unselected package libreadline8:armhf.
11:59:54 #10 16.42 Preparing to unpack .../11-libreadline8_8.2-1.3_armhf.deb ...
11:59:54 #10 16.43 Unpacking libreadline8:armhf (8.2-1.3) ...
11:59:54 #10 16.49 Selecting previously unselected package libsqlite3-0:armhf.
11:59:54 #10 16.49 Preparing to unpack .../12-libsqlite3-0_3.40.1-1_armhf.deb ...
11:59:54 #10 16.49 Unpacking libsqlite3-0:armhf (3.40.1-1) ...
11:59:54 #10 36.67 Preparing to unpack .../149-libtry-tiny-perl_0.31-2_all.deb ...
11:59:54 #10 36.67 Unpacking libtry-tiny-perl (0.31-2) ...
11:59:54 #10 36.70 Selecting previously unselected package libwww-robotrules-perl.
11:59:54 #10 36.70 Preparing to unpack .../150-libwww-robotrules-perl_6.02-1_all.deb ...
11:59:54 #10 36.71 Unpacking libwww-robotrules-perl (6.02-1) ...
11:59:54 #10 36.75 Selecting previously unselected package libwww-perl.
11:59:54 #10 36.75 Preparing to unpack .../151-libwww-perl_6.67-1_all.deb ...
11:59:54 #10 36.75 Unpacking libwww-perl (6.67-1) ...
11:59:54 #10 36.80 Selecting previously unselected package patchutils.
11:59:54 #10 36.80 Preparing to unpack .../152-patchutils_0.4.2-1_amd64.deb ...
11:59:54 #10 36.81 Unpacking patchutils (0.4.2-1) ...
11:59:54 #10 36.84 Selecting previously unselected package wdiff.
11:59:54 #10 36.84 Preparing to unpack .../153-wdiff_1.2.2-4_amd64.deb ...
11:59:54 #10 36.85 Unpacking wdiff (1.2.2-4) ...
11:59:54 #10 36.90 Selecting previously unselected package devscripts.
11:59:54 #11 35.89 Selecting previously unselected package libtypes-serialiser-perl.
11:59:54 #11 35.89 Preparing to unpack .../272-libtypes-serialiser-perl_1.0-1_all.deb ...
11:59:54 #11 35.89 Unpacking libtypes-serialiser-perl (1.0-1) ...
11:59:54 #11 35.92 Selecting previously unselected package libjson-xs-perl.
11:59:54 #11 35.93 Preparing to unpack .../273-libjson-xs-perl_4.020-1build1_arm64.deb ...
11:59:54 #11 35.93 Unpacking libjson-xs-perl (4.020-1build1) ...
11:59:54 #11 35.97 Selecting previously unselected package libjson-maybexs-perl.
11:59:54 #11 35.97 Preparing to unpack .../274-libjson-maybexs-perl_1.004000-1_all.deb ...
11:59:54 #11 35.97 Unpacking libjson-maybexs-perl (1.004000-1) ...
11:59:54 #11 36.00 Selecting previously unselected package liblist-compare-perl.
11:59:54 #11 36.01 Preparing to unpack .../275-liblist-compare-perl_0.53-1_all.deb ...
11:59:54 #11 36.01 Unpacking liblist-compare-perl (0.53-1) ...
11:59:54 #11 36.04 Selecting previously unselected package liblist-moreutils-perl.
11:59:54 #11 36.05 Preparing to unpack .../276-liblist-moreutils-perl_0.416-1build5_arm64.deb ...
11:59:54 #11 36.05 Unpacking liblist-moreutils-perl (0.416-1build5) ...
11:59:54 #11 36.08 Selecting previously unselected package liblist-someutils-perl.
11:59:54 #10 37.84 Preparing to unpack .../274-libreadonly-perl_2.050-1_all.deb ...
11:59:54 #10 37.90 Unpacking libreadonly-perl (2.050-1) ...
11:59:54 #10 37.94 Selecting previously unselected package libref-util-perl.
11:59:54 #10 37.94 Preparing to unpack .../275-libref-util-perl_0.204-1_all.deb ...
11:59:54 #10 37.95 Unpacking libref-util-perl (0.204-1) ...
11:59:54 #10 37.99 Selecting previously unselected package libref-util-xs-perl.
11:59:54 #10 38.00 Preparing to unpack .../276-libref-util-xs-perl_0.117-1+b1_arm64.deb ...
11:59:54 #10 38.00 Unpacking libref-util-xs-perl (0.117-1+b1) ...
11:59:54 #10 38.04 Selecting previously unselected package libregexp-pattern-license-perl.
11:59:54 #10 38.04 Preparing to unpack .../277-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
11:59:54 #10 38.05 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
11:59:54 #10 38.09 Selecting previously unselected package libsasl2-modules:arm64.
11:59:54 #10 38.09 Preparing to unpack .../278-libsasl2-modules_2.1.27+dfsg-1+deb10u2_arm64.deb ...
11:59:54 #10 38.10 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:59:54 #10 38.14 Selecting previously unselected package libsereal-decoder-perl.
11:59:54 #11 17.08 Get:207 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-parser-perl armhf 3.78-1 [85.3 kB]
11:59:54 #11 17.15 Get:208 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
11:59:54 #11 17.22 Get:209 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-html-perl all 1.004-3 [15.9 kB]
11:59:54 #11 17.22 Get:210 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:59:54 #11 17.23 Get:211 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-message-perl all 6.37-1 [76.3 kB]
11:59:54 #11 17.25 Get:212 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:59:54 #11 17.25 Get:213 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:59:54 #11 17.25 Get:214 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf perl-openssl-defaults armhf 7 [7536 B]
11:59:54 #11 17.25 Get:215 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-ssleay-perl armhf 1.92-2 [306 kB]
11:59:54 #10 38.28 Preparing to unpack .../331-libref-util-perl_0.204-2_all.deb ...
11:59:54 #10 38.29 Unpacking libref-util-perl (0.204-2) ...
11:59:54 #10 38.32 Selecting previously unselected package libref-util-xs-perl.
11:59:54 #10 38.32 Preparing to unpack .../332-libref-util-xs-perl_0.117-2+b1_arm64.deb ...
11:59:54 #10 38.33 Unpacking libref-util-xs-perl (0.117-2+b1) ...
11:59:54 #10 38.36 Selecting previously unselected package libregexp-pattern-license-perl.
11:59:54 #10 38.36 Preparing to unpack .../333-libregexp-pattern-license-perl_3.9.4-3_all.deb ...
11:59:54 #10 38.43 Unpacking libregexp-pattern-license-perl (3.9.4-3) ...
11:59:54 #10 38.47 Selecting previously unselected package libregexp-pattern-perl.
11:59:54 #10 38.47 Preparing to unpack .../334-libregexp-pattern-perl_0.2.14-2_all.deb ...
11:59:54 #10 38.48 Unpacking libregexp-pattern-perl (0.2.14-2) ...
11:59:54 #10 38.53 Selecting previously unselected package libregexp-wildcards-perl.
11:59:54 #10 38.53 Preparing to unpack .../335-libregexp-wildcards-perl_1.05-3_all.deb ...
11:59:54 #10 38.54 Unpacking libregexp-wildcards-perl (1.05-3) ...
11:59:54 #10 38.57 Selecting previously unselected package libsasl2-modules:arm64.
11:59:54 #10 38.58 Preparing to unpack .../336-libsasl2-modules_2.1.28+dfsg-10_arm64.deb ...
11:59:54 #10 38.59 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-10) ...
11:59:54 #10 38.62 Selecting previously unselected package libsereal-decoder-perl.
11:59:54 #10 38.62 Preparing to unpack .../337-libsereal-decoder-perl_5.002+ds-1_arm64.deb ...
11:59:54 #10 38.63 Unpacking libsereal-decoder-perl (5.002+ds-1) ...
11:59:54 #10 38.67 Selecting previously unselected package libsereal-encoder-perl.
11:59:54 #12 24.91   Installing       : bzip2-1.0.6-26.el8.aarch64                           11/90 
11:59:54 #12 25.42   Installing       : binutils-2.30-119.el8.aarch64                        12/90 
11:59:54 #11 37.40 Setting up distro-info-data (0.54ubuntu0.1) ...
11:59:54 #11 37.41 Setting up manpages (5.13-1) ...
11:59:54 #11 37.42 Setting up libtirpc-common (1.3.3+ds-1) ...
11:59:54 #11 37.43 Setting up libargon2-1:amd64 (0~20171227-0.3) ...
11:59:54 #11 37.44 Setting up unzip (6.0-27ubuntu1) ...
11:59:54 #11 37.45 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
11:59:54 #11 37.46 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
11:59:54 #11 37.48 Setting up libsqlite3-0:amd64 (3.39.3-1) ...
11:59:54 #11 37.49 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:59:54 #11 37.50 Setting up libfcgi-bin (2.4.2-2build2) ...
11:59:54 #11 37.51 Setting up binutils-common:amd64 (2.39-3ubuntu1.1) ...
11:59:54 #11 37.52 Setting up libnghttp2-14:amd64 (1.49.0-1) ...
11:59:54 #11 37.53 Setting up libmagic1:amd64 (1:5.41-4) ...
11:59:54 #11 37.55 Setting up libdeflate0:amd64 (1.12-1) ...
11:59:54 #11 37.56 Setting up less (590-1build1) ...
11:59:54 #11 37.57 Setting up perl-openssl-defaults:amd64 (7) ...
11:59:54 #11 37.58 Setting up linux-libc-dev:amd64 (5.19.0-29.30) ...
11:59:54 #11 37.59 Setting up libctf-nobfd0:amd64 (2.39-3ubuntu1.1) ...
11:59:54 #11 37.60 Setting up gettext-base (0.21-8) ...
11:59:54 #11 34.55 Preparing to unpack .../227-libmodule-implementation-perl_0.09-2_all.deb ...
11:59:54 #11 34.56 Unpacking libmodule-implementation-perl (0.09-2) ...
11:59:54 #11 34.59 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:54 #11 34.59 Preparing to unpack .../228-libsub-exporter-progressive-perl_0.001013-2_all.deb ...
11:59:54 #11 34.60 Unpacking libsub-exporter-progressive-perl (0.001013-2) ...
11:59:54 #11 34.63 Selecting previously unselected package libvariable-magic-perl.
11:59:54 #11 34.63 Preparing to unpack .../229-libvariable-magic-perl_0.62-2_arm64.deb ...
11:59:54 #11 34.63 Unpacking libvariable-magic-perl (0.62-2) ...
11:59:54 #11 34.67 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:54 #11 34.67 Preparing to unpack .../230-libb-hooks-endofscope-perl_0.26-1_all.deb ...
11:59:54 #11 34.68 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
11:59:54 #11 34.71 Selecting previously unselected package libberkeleydb-perl:arm64.
11:59:54 #11 34.71 Preparing to unpack .../231-libberkeleydb-perl_0.64-1build3_arm64.deb ...
11:59:54 #11 34.72 Unpacking libberkeleydb-perl:arm64 (0.64-1build3) ...
11:59:54 #11 34.76 Selecting previously unselected package libfreetype6:arm64.
11:59:54 #11 34.76 Preparing to unpack .../232-libfreetype6_2.12.1+dfsg-3_arm64.deb ...
11:59:54 #11 34.76 Unpacking libfreetype6:arm64 (2.12.1+dfsg-3) ...
11:59:54 #11 34.80 Selecting previously unselected package libfontconfig1:arm64.
11:59:54 #7 ...
11:59:54 
11:59:54 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:54 #0 2.006 Get:1 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
11:59:54 #0 2.119 Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
11:59:54 #0 2.347 Get:3 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
11:59:54 #0 2.524 Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [392 kB]
11:59:54 #0 3.992 Get:5 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
11:59:54 #0 4.000 Get:6 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
11:59:54 #0 4.009 Get:7 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
11:59:54 #0 4.011 Get:8 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
11:59:54 #0 5.221 Fetched 19.0 MB in 4s (4991 kB/s)
11:59:54 #0 5.221 Reading package lists...
11:59:54 #0 6.495 Reading package lists...
11:59:54 #0 7.716 Building dependency tree...
11:59:54 #0 7.892 Reading state information...
11:59:54 #0 8.152 The following additional packages will be installed:
11:59:54 #0 8.152   autoconf automake autopoint autotools-dev binutils
11:59:54 #0 8.152   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
11:59:54 #0 8.152   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
11:59:54 #0 8.152   gcc gcc-8 gettext gettext-base git-man groff-base intltool-debian
11:59:54 #0 8.152   libarchive-zip-perl libasan5 libatomic1 libb-hooks-op-check-perl libbinutils
11:59:54 #0 8.152   libbsd0 libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
11:59:54 #0 8.152   libcroco3 libcurl3-gnutls libcurl4 libdebhelper-perl
11:59:54 #0 8.152   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
11:59:54 #0 8.152   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:59:54 #0 8.152   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
11:59:54 #0 8.152   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
11:59:54 #0 8.152   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
11:59:54 #0 8.152   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
11:59:54 #0 8.152   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
11:59:54 #0 8.152   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
11:59:54 #0 8.152   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
11:59:54 #0 8.152   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
11:59:54 #0 8.152   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
11:59:54 #0 8.152   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
11:59:54 #0 8.152   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
11:59:54 #0 8.152   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
11:59:54 #0 8.152   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
11:59:54 #0 8.152   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
11:59:54 #0 8.152   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:59:54 #0 8.152   po-debconf python3 python3-minimal python3.7 python3.7-minimal
11:59:54 #0 8.152   sensible-utils wdiff xz-utils
11:59:54 #0 8.152 Suggested packages:
11:59:54 #0 8.152   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
11:59:54 #0 8.152   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales dh-make adequate
11:59:54 #0 8.152   autopkgtest bls-standalone bsd-mailx | mailx build-essential
11:59:54 #0 8.152   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
11:59:54 #0 8.152   dose-extra duck faketime gnuplot how-can-i-help libauthen-sasl-perl
11:59:54 #0 8.152   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:54 #0 8.152   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:59:54 #0 8.152   ratt reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
11:59:54 #0 8.152   manpages-dev flex bison gdb gcc-doc gcc-8-doc libgcc1-dbg libgomp1-dbg
11:59:54 #0 8.152   libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg
11:59:54 #0 8.152   libubsan1-dbg libmpx2-dbg libquadmath0-dbg gettext-doc libasprintf-dev
11:59:54 #0 8.152   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:59:54 #0 8.152   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
11:59:54 #0 8.152   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
11:59:54 #0 8.152   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
11:59:54 #0 8.152   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
11:59:54 #0 8.152   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
11:59:54 #0 8.152   diffutils-doc perl-doc libterm-readline-gnu-perl
11:59:54 #0 8.152   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
11:59:54 #0 8.152   libmail-box-perl python3-doc python3-tk python3-venv python3.7-venv
11:59:54 #0 8.152   python3.7-doc binfmt-support wdiff-doc
11:59:54 #0 8.152 Recommended packages:
11:59:54 #0 8.152   at dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
11:59:54 #0 8.152   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
11:59:54 #0 8.152   licensecheck lintian python3-apt python3-debian python3-magic
11:59:54 #0 8.152   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
11:59:54 #0 8.152   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
11:59:54 #0 8.152   manpages manpages-dev libfile-fcntllock-perl libarchive-cpio-perl
11:59:54 #0 8.152   libglib2.0-data shared-mime-info xdg-user-dirs libhtml-format-perl
11:59:54 #0 8.152   libclass-xsaccessor-perl libsub-name-perl libltdl-dev libdata-dump-perl
11:59:54 #0 8.152   libhtml-form-perl libhttp-daemon-perl libmailtools-perl
11:59:54 #0 8.152   libmail-sendmail-perl
11:59:54 #0 9.696 The following NEW packages will be installed:
11:59:54 #0 9.696   autoconf automake autopoint autotools-dev binutils
11:59:54 #0 9.696   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
11:59:54 #0 9.696   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
11:59:54 #0 9.696   equivs fakeroot file gcc gcc-8 gettext gettext-base git git-man groff-base
11:59:54 #0 9.696   intltool-debian libarchive-zip-perl libasan5 libatomic1
11:59:54 #0 9.696   libb-hooks-op-check-perl libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0
11:59:54 #0 9.696   libclass-method-modifiers-perl libcroco3 libcurl3-gnutls libdebhelper-perl
11:59:54 #0 9.696   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
11:59:54 #0 9.696   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:59:54 #0 9.696   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
11:59:54 #0 9.696   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
11:59:54 #0 9.696   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
11:59:54 #0 9.696   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
11:59:54 #0 9.696   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
11:59:54 #0 9.696   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
11:59:54 #0 9.696   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
11:59:54 #0 9.696   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
11:59:54 #0 9.696   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
11:59:54 #0 9.696   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
11:59:54 #0 9.696   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
11:59:54 #0 9.696   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
11:59:54 #0 9.696   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
11:59:54 #0 9.696   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
11:59:54 #0 9.696   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
11:59:54 #0 9.696   po-debconf python3 python3-minimal python3.7 python3.7-minimal
11:59:54 #0 9.696   sensible-utils wdiff xz-utils
11:59:54 #0 9.697 The following packages will be upgraded:
11:59:54 #0 9.708   curl libc6 libcurl4
11:59:54 #10 ...
11:59:54 
11:59:54 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:54 #10 38.51 Preparing to unpack .../272-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
11:59:54 #10 38.51 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
11:59:54 #10 38.55 Selecting previously unselected package python3-unidiff.
11:59:54 #10 38.55 Preparing to unpack .../273-python3-unidiff_0.5.4-1_all.deb ...
11:59:54 #10 38.56 Unpacking python3-unidiff (0.5.4-1) ...
11:59:54 #10 38.60 Selecting previously unselected package python3-xdg.
11:59:54 #10 38.60 Preparing to unpack .../274-python3-xdg_0.25-4ubuntu1.1_all.deb ...
11:59:54 #10 38.61 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
11:59:54 #10 38.64 Selecting previously unselected package unzip.
11:59:54 #10 38.64 Preparing to unpack .../275-unzip_6.0-21ubuntu1.2_amd64.deb ...
11:59:54 #10 38.65 Unpacking unzip (6.0-21ubuntu1.2) ...
11:59:54 #10 38.69 Selecting previously unselected package wdiff.
11:59:54 #10 38.70 Preparing to unpack .../276-wdiff_1.2.2-2_amd64.deb ...
11:59:54 #10 38.70 Unpacking wdiff (1.2.2-2) ...
11:59:54 #10 38.73 Selecting previously unselected package equivs.
11:59:54 #10 38.73 Preparing to unpack .../277-equivs_2.1.0_all.deb ...
11:59:54 #11 19.84 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-idna all 3.3-1 [49.3 kB]
11:59:54 #11 19.84 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-six all 1.16.0-3ubuntu1 [12.6 kB]
11:59:54 #11 19.84 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
11:59:54 #11 19.85 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-requests all 2.25.1+dfsg-2 [47.9 kB]
11:59:54 #11 19.85 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-unidiff all 0.5.5-2 [9180 B]
11:59:54 #11 19.85 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-xdg all 0.27-2 [36.9 kB]
11:59:54 #11 19.85 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf equivs all 2.3.1 [19.0 kB]
11:59:54 #11 19.85 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
11:59:54 #11 19.90 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-magic all 2:0.4.24-2 [12.6 kB]
11:59:54 #11 37.44 Setting up libedit2:amd64 (3.1-20210910-1build1) ...
11:59:54 #11 37.45 Setting up libreadline8:amd64 (8.1.2-1) ...
11:59:54 #11 37.47 Setting up m4 (1.4.18-5ubuntu2) ...
11:59:54 #11 37.48 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
11:59:54 #11 37.49 Setting up libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ...
11:59:54 #11 37.50 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
11:59:54 #10 36.40 Preparing to unpack .../330-libyaml-libyaml-perl_0.82+repack-1+b1_arm64.deb ...
11:59:54 #10 36.40 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
11:59:54 #10 36.43 Selecting previously unselected package licensecheck.
11:59:54 #10 36.44 Preparing to unpack .../331-licensecheck_3.1.1-2_all.deb ...
11:59:54 #10 36.44 Unpacking licensecheck (3.1.1-2) ...
11:59:54 #10 36.48 Selecting previously unselected package lzip.
11:59:54 #10 36.48 Preparing to unpack .../332-lzip_1.22-3_arm64.deb ...
11:59:54 #10 36.49 Unpacking lzip (1.22-3) ...
11:59:54 #10 36.53 Selecting previously unselected package lzop.
11:59:54 #10 36.53 Preparing to unpack .../333-lzop_1.04-2_arm64.deb ...
11:59:54 #10 36.53 Unpacking lzop (1.04-2) ...
11:59:54 #10 36.58 Selecting previously unselected package t1utils.
11:59:54 #10 36.58 Preparing to unpack .../334-t1utils_1.41-4_arm64.deb ...
11:59:54 #10 36.58 Unpacking t1utils (1.41-4) ...
11:59:54 #10 36.64 Selecting previously unselected package unzip.
11:59:54 #11 38.33 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ...
11:59:54 #11 38.33 Unpacking libmailtools-perl (2.21-1) ...
11:59:54 #11 38.37 Selecting previously unselected package libnet-ip-perl.
11:59:54 #11 38.37 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ...
11:59:54 #11 38.38 Unpacking libnet-ip-perl (1.26-2) ...
11:59:54 #11 38.41 Selecting previously unselected package libnet-dns-perl.
11:59:54 #11 38.41 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ...
11:59:54 #11 38.42 Unpacking libnet-dns-perl (1.22-1) ...
11:59:54 #11 38.48 Selecting previously unselected package libnet-domain-tld-perl.
11:59:54 #11 38.48 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ...
11:59:54 #11 38.49 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:59:54 #11 38.52 Selecting previously unselected package libemail-valid-perl.
11:59:54 #11 38.52 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ...
11:59:54 #11 38.53 Unpacking libemail-valid-perl (1.202-1) ...
11:59:54 #11 38.56 Selecting previously unselected package libexporter-tiny-perl.
11:59:54 #11 38.56 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ...
11:59:54 #11 38.56 Unpacking libexporter-tiny-perl (1.002001-1) ...
11:59:54 #11 38.59 Selecting previously unselected package libipc-system-simple-perl.
11:59:54 #10 11.16 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1+deb11u5 [2297 kB]
11:59:54 #11 28.87 Preparing to unpack .../149-libmodule-runtime-perl_0.016-1_all.deb ...
11:59:54 #11 28.87 Unpacking libmodule-runtime-perl (0.016-1) ...
11:59:54 #11 28.91 Selecting previously unselected package libimport-into-perl.
11:59:54 #11 28.91 Preparing to unpack .../150-libimport-into-perl_1.002005-1_all.deb ...
11:59:54 #11 28.91 Unpacking libimport-into-perl (1.002005-1) ...
11:59:54 #11 28.95 Selecting previously unselected package librole-tiny-perl.
11:59:54 #11 28.95 Preparing to unpack .../151-librole-tiny-perl_2.002004-1_all.deb ...
11:59:54 #11 28.96 Unpacking librole-tiny-perl (2.002004-1) ...
11:59:54 #11 28.99 Selecting previously unselected package libsub-quote-perl.
11:59:54 #11 29.00 Preparing to unpack .../152-libsub-quote-perl_2.006006-1_all.deb ...
11:59:54 #11 29.00 Unpacking libsub-quote-perl (2.006006-1) ...
11:59:54 #11 29.03 Selecting previously unselected package libmoo-perl.
11:59:54 #11 29.04 Preparing to unpack .../153-libmoo-perl_2.005004-3_all.deb ...
11:59:54 #11 29.04 Unpacking libmoo-perl (2.005004-3) ...
11:59:54 #11 29.08 Selecting previously unselected package libencode-locale-perl.
11:59:54 #11 29.08 Preparing to unpack .../154-libencode-locale-perl_1.05-1.1_all.deb ...
11:59:54 #11 29.08 Unpacking libencode-locale-perl (1.05-1.1) ...
11:59:54 #11 29.11 Selecting previously unselected package libtimedate-perl.
11:59:54 #10 36.62 Preparing to unpack .../131-libio-html-perl_1.004-2_all.deb ...
11:59:54 #10 36.62 Unpacking libio-html-perl (1.004-2) ...
11:59:54 #10 36.66 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:54 #10 36.66 Preparing to unpack .../132-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:59:54 #10 36.67 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:59:54 #10 36.69 Selecting previously unselected package libhttp-message-perl.
11:59:54 #10 36.70 Preparing to unpack .../133-libhttp-message-perl_6.28-1_all.deb ...
11:59:54 #10 36.70 Unpacking libhttp-message-perl (6.28-1) ...
11:59:54 #10 36.73 Selecting previously unselected package libhttp-cookies-perl.
11:59:54 #10 36.74 Preparing to unpack .../134-libhttp-cookies-perl_6.10-1_all.deb ...
11:59:54 #10 36.74 Unpacking libhttp-cookies-perl (6.10-1) ...
11:59:54 #10 36.77 Selecting previously unselected package libhttp-negotiate-perl.
11:59:54 #10 36.77 Preparing to unpack .../135-libhttp-negotiate-perl_6.01-1_all.deb ...
11:59:54 #10 36.78 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:59:54 #10 36.80 Selecting previously unselected package perl-openssl-defaults:amd64.
11:59:54 #10 36.81 Preparing to unpack .../136-perl-openssl-defaults_5_amd64.deb ...
11:59:54 #10 36.81 Unpacking perl-openssl-defaults:amd64 (5) ...
11:59:54 #10 36.84 Selecting previously unselected package libnet-ssleay-perl.
11:59:54 #10 41.08 Preparing to unpack .../203-libdistro-info-perl_0.21_all.deb ...
11:59:54 #10 41.08 Unpacking libdistro-info-perl (0.21) ...
11:59:54 #10 41.15 Selecting previously unselected package libnet-smtp-ssl-perl.
11:59:54 #10 41.15 Preparing to unpack .../204-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:59:54 #10 41.16 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:59:54 #10 41.21 Selecting previously unselected package libmailtools-perl.
11:59:54 #10 41.22 Preparing to unpack .../205-libmailtools-perl_2.18-1_all.deb ...
11:59:54 #10 41.22 Unpacking libmailtools-perl (2.18-1) ...
11:59:54 #10 41.27 Selecting previously unselected package libnet-ip-perl.
11:59:54 #10 41.27 Preparing to unpack .../206-libnet-ip-perl_1.26-2_all.deb ...
11:59:54 #10 41.28 Unpacking libnet-ip-perl (1.26-2) ...
11:59:54 #10 41.32 Selecting previously unselected package libnet-dns-perl.
11:59:54 #10 16.60 Selecting previously unselected package libpython3.11-stdlib:armhf.
11:59:54 #10 16.60 Preparing to unpack .../13-libpython3.11-stdlib_3.11.1-2_armhf.deb ...
11:59:54 #10 16.61 Unpacking libpython3.11-stdlib:armhf (3.11.1-2) ...
11:59:54 #10 16.85 Selecting previously unselected package python3.11.
11:59:54 #10 16.85 Preparing to unpack .../14-python3.11_3.11.1-2_armhf.deb ...
11:59:54 #10 16.86 Unpacking python3.11 (3.11.1-2) ...
11:59:54 #10 36.90 Preparing to unpack .../154-devscripts_2.22.2_amd64.deb ...
11:59:54 #10 36.92 Unpacking devscripts (2.22.2) ...
11:59:54 #10 37.06 Selecting previously unselected package diffstat.
11:59:54 #10 37.07 Preparing to unpack .../155-diffstat_1.65-1_amd64.deb ...
11:59:54 #10 37.07 Unpacking diffstat (1.65-1) ...
11:59:54 #10 37.10 Selecting previously unselected package distro-info-data.
11:59:54 #10 37.10 Preparing to unpack .../156-distro-info-data_0.56_all.deb ...
11:59:54 #10 37.10 Unpacking distro-info-data (0.56) ...
11:59:54 #10 37.13 Selecting previously unselected package python3-pkg-resources.
11:59:54 #10 37.13 Preparing to unpack .../157-python3-pkg-resources_65.6.3-1_all.deb ...
11:59:54 #10 37.14 Unpacking python3-pkg-resources (65.6.3-1) ...
11:59:54 #11 36.09 Preparing to unpack .../277-liblist-someutils-perl_0.58-1_all.deb ...
11:59:54 #11 36.09 Unpacking liblist-someutils-perl (0.58-1) ...
11:59:54 #11 36.13 Selecting previously unselected package liblist-someutils-xs-perl.
11:59:54 #11 36.13 Preparing to unpack .../278-liblist-someutils-xs-perl_0.58-2_arm64.deb ...
11:59:54 #11 36.13 Unpacking liblist-someutils-xs-perl (0.58-2) ...
11:59:54 #11 36.17 Selecting previously unselected package libltdl7:arm64.
11:59:54 #11 36.17 Preparing to unpack .../279-libltdl7_2.4.6-14_arm64.deb ...
11:59:54 #11 36.18 Unpacking libltdl7:arm64 (2.4.6-14) ...
11:59:54 #11 36.21 Selecting previously unselected package libltdl-dev:arm64.
11:59:54 #11 36.22 Preparing to unpack .../280-libltdl-dev_2.4.6-14_arm64.deb ...
11:59:54 #11 36.22 Unpacking libltdl-dev:arm64 (2.4.6-14) ...
11:59:54 #11 36.27 Selecting previously unselected package libsys-hostname-long-perl.
11:59:54 #11 36.27 Preparing to unpack .../281-libsys-hostname-long-perl_1.5-1_all.deb ...
11:59:54 #11 36.28 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:59:54 #11 36.31 Selecting previously unselected package libmail-sendmail-perl.
11:59:54 #11 36.31 Preparing to unpack .../282-libmail-sendmail-perl_0.80-1_all.deb ...
11:59:54 #11 36.31 Unpacking libmail-sendmail-perl (0.80-1) ...
11:59:54 #11 36.34 Selecting previously unselected package libmoox-aliases-perl.
11:59:54 #10 38.15 Preparing to unpack .../279-libsereal-decoder-perl_4.005+ds-1+b1_arm64.deb ...
11:59:54 #10 38.15 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
11:59:54 #10 38.20 Selecting previously unselected package libsereal-encoder-perl.
11:59:54 #10 38.20 Preparing to unpack .../280-libsereal-encoder-perl_4.005+ds-1+b1_arm64.deb ...
11:59:54 #10 38.20 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
11:59:54 #10 38.25 Selecting previously unselected package libsereal-perl.
11:59:54 #10 38.26 Preparing to unpack .../281-libsereal-perl_4.005-1_all.deb ...
11:59:54 #10 38.26 Unpacking libsereal-perl (4.005-1) ...
11:59:54 #10 38.31 Selecting previously unselected package libtask-weaken-perl.
11:59:54 #10 38.31 Preparing to unpack .../282-libtask-weaken-perl_1.06-1_all.deb ...
11:59:54 #10 38.32 Unpacking libtask-weaken-perl (1.06-1) ...
11:59:54 #10 38.35 Selecting previously unselected package libxml-parser-perl.
11:59:54 #10 38.36 Preparing to unpack .../283-libxml-parser-perl_2.44-4_arm64.deb ...
11:59:54 #11 17.30 Get:216 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-socket-ssl-perl all 2.074-2 [192 kB]
11:59:54 #11 17.32 Get:217 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-http-perl all 6.22-1 [23.2 kB]
11:59:54 #11 17.32 Get:218 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:59:54 #11 17.32 Get:219 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtry-tiny-perl all 0.31-1 [21.8 kB]
11:59:54 #11 17.33 Get:220 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:59:54 #11 17.38 Get:221 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwww-perl all 6.67-1 [141 kB]
11:59:54 #11 17.39 Get:222 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf patchutils armhf 0.4.2-1build2 [74.5 kB]
11:59:54 #11 ...
11:59:54 
11:59:54 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:54 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 5.5s done
11:59:54 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 5.0s
11:59:54 #7 ...
11:59:54 
11:59:54 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:54 #11 17.39 Get:223 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf wdiff armhf 1.2.2-2build3 [29.3 kB]
11:59:54 #11 17.39 Get:224 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf devscripts armhf 2.22.2ubuntu3 [1060 kB]
11:59:54 #11 17.46 Get:225 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf diffstat armhf 1.64-1build2 [27.6 kB]
11:59:54 #11 17.46 Get:226 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-chardet all 4.0.0-2 [109 kB]
11:59:54 #11 17.47 Get:227 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-debian all 0.1.46 [116 kB]
11:59:54 #11 17.47 Get:228 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgpgme11 armhf 1.17.1-4.1ubuntu1 [116 kB]
11:59:54 #11 17.48 Get:229 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-gpg armhf 1.17.1-4.1ubuntu1 [192 kB]
11:59:54 #11 17.49 Get:230 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-xdg all 0.27-2 [36.9 kB]
11:59:54 #11 17.53 Get:231 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dput all 1.1.2ubuntu2 [46.0 kB]
11:59:54 #11 17.53 Get:232 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:59:54 #11 17.55 Get:233 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf fontconfig-config all 2.13.1-4.4ubuntu1 [28.2 kB]
11:59:54 #11 17.60 Get:234 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libcurl3-gnutls armhf 7.85.0-1ubuntu0.2 [247 kB]
11:59:54 #11 17.61 Get:235 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liberror-perl all 0.17029-1 [26.5 kB]
11:59:54 #11 17.61 Get:236 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf git-man all 1:2.37.2-1ubuntu1.2 [975 kB]
11:59:54 #10 38.67 Preparing to unpack .../338-libsereal-encoder-perl_5.002+ds-1_arm64.deb ...
11:59:54 #10 38.67 Unpacking libsereal-encoder-perl (5.002+ds-1) ...
11:59:54 #10 38.71 Selecting previously unselected package libset-intspan-perl.
11:59:54 #10 38.71 Preparing to unpack .../339-libset-intspan-perl_1.19-3_all.deb ...
11:59:54 #10 38.72 Unpacking libset-intspan-perl (1.19-3) ...
11:59:54 #10 38.75 Selecting previously unselected package libtask-weaken-perl.
11:59:54 #10 38.75 Preparing to unpack .../340-libtask-weaken-perl_1.06-2_all.deb ...
11:59:54 #10 38.75 Unpacking libtask-weaken-perl (1.06-2) ...
11:59:54 #10 38.79 Selecting previously unselected package libxml-parser-perl.
11:59:54 #10 38.79 Preparing to unpack .../341-libxml-parser-perl_2.46-4_arm64.deb ...
11:59:54 #10 38.79 Unpacking libxml-parser-perl (2.46-4) ...
11:59:54 #10 38.84 Selecting previously unselected package libsoap-lite-perl.
11:59:54 #10 38.85 Preparing to unpack .../342-libsoap-lite-perl_1.27-2_all.deb ...
11:59:54 #10 38.85 Unpacking libsoap-lite-perl (1.27-2) ...
11:59:54 #10 38.90 Selecting previously unselected package libsocket6-perl.
11:59:54 #12 25.44   Running scriptlet: binutils-2.30-119.el8.aarch64                        12/90 
11:59:54 #12 25.51   Installing       : zip-3.0-23.el8.aarch64                               13/90 
11:59:54 #12 25.54   Upgrading        : python3-rpm-4.14.3-26.el8.aarch64                    14/90 
11:59:54 #12 25.55   Installing       : python-rpm-macros-3-44.el8.noarch                    15/90 
11:59:54 #12 25.57   Installing       : python3-rpm-macros-3-44.el8.noarch                   16/90 
11:59:54 #12 25.58   Installing       : efi-srpm-macros-3-3.el8.noarch                       17/90 
11:59:54 #12 25.59   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        18/90 
11:59:54 #12 25.61   Installing       : patch-2.7.6-11.el8.aarch64                           19/90 
11:59:54 #12 25.65   Installing       : ncurses-6.1-9.20180224.el8.aarch64                   20/90 
11:59:54 #12 25.67   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               21/90 
11:59:54 #12 25.68   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   22/90 
11:59:54 #12 25.69   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 23/90 
11:59:54 #12 25.71   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  24/90 
11:59:54 #12 25.73   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              25/90 
11:59:54 #12 25.74   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    26/90 
11:59:54 #12 25.76   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                27/90 
11:59:54 #12 25.79   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                28/90 
11:59:54 #12 25.81   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    29/90 
11:59:54 #11 37.61 Setting up m4 (1.4.19-1) ...
11:59:54 #11 37.62 Setting up liblzo2-2:amd64 (2.10-2build3) ...
11:59:54 #11 37.63 Setting up libnpth0:amd64 (1.6-3build2) ...
11:59:54 #11 37.64 Setting up krb5-locales (1.20-1ubuntu0.1) ...
11:59:54 #11 37.65 Setting up file (1:5.41-4) ...
11:59:54 #11 37.66 Setting up libassuan0:amd64 (2.5.5-4) ...
11:59:54 #11 37.70 Setting up libgomp1:amd64 (12.2.0-3ubuntu1) ...
11:59:54 #11 37.71 Setting up perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
11:59:54 #11 37.72 Setting up bzip2 (1.0.8-5build1) ...
11:59:54 #11 37.73 Setting up libldap-common (2.5.13+dfsg-1ubuntu1) ...
11:59:54 #11 37.74 Setting up libunwind8:amd64 (1.6.2-0ubuntu1) ...
11:59:54 #11 37.75 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.22.10.1) ...
11:59:54 #11 37.76 Setting up libfakeroot:amd64 (1.29-1ubuntu1) ...
11:59:54 #11 37.77 Setting up libkrb5support0:amd64 (1.20-1ubuntu0.1) ...
11:59:54 #11 37.78 Setting up libnumber-compare-perl (0.03-2) ...
11:59:54 #11 37.79 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:59:54 #11 37.80 Setting up fakeroot (1.29-1ubuntu1) ...
11:59:54 #11 37.81 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:59:54 #11 37.81 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:54 #11 37.81 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:54 #11 37.81 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:54 #11 37.81 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:54 #11 37.81 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:54 #11 37.81 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:54 #11 37.81 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:54 #11 37.81 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:54 #11 37.82 Setting up autotools-dev (20220109.1) ...
11:59:54 #11 37.83 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
11:59:54 #11 37.84 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
11:59:54 #11 37.85 Setting up libx11-data (2:1.8.1-2) ...
11:59:54 #11 37.86 Setting up make (4.3-4.1build1) ...
11:59:54 #11 37.87 Setting up libmpfr6:amd64 (4.1.0-3build3) ...
11:59:54 #11 37.88 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
11:59:54 #11 37.89 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:59:54 #11 37.90 Setting up liblerc3:amd64 (3.0+ds-1ubuntu1) ...
11:59:54 #11 37.91 Setting up lzip (1.23-4) ...
11:59:54 #11 34.81 Preparing to unpack .../233-libfontconfig1_2.13.1-4.4ubuntu1_arm64.deb ...
11:59:54 #11 34.81 Unpacking libfontconfig1:arm64 (2.13.1-4.4ubuntu1) ...
11:59:54 #11 34.86 Selecting previously unselected package libjpeg-turbo8:arm64.
11:59:54 #11 34.86 Preparing to unpack .../234-libjpeg-turbo8_2.1.2-0ubuntu1_arm64.deb ...
11:59:54 #11 34.86 Unpacking libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
11:59:54 #11 34.90 Selecting previously unselected package libjpeg8:arm64.
11:59:54 #11 34.90 Preparing to unpack .../235-libjpeg8_8c-2ubuntu10_arm64.deb ...
11:59:54 #11 34.91 Unpacking libjpeg8:arm64 (8c-2ubuntu10) ...
11:59:54 #11 34.94 Selecting previously unselected package libdeflate0:arm64.
11:59:54 #11 34.94 Preparing to unpack .../236-libdeflate0_1.12-1_arm64.deb ...
11:59:54 #11 34.95 Unpacking libdeflate0:arm64 (1.12-1) ...
11:59:54 #11 34.99 Selecting previously unselected package libjbig0:arm64.
11:59:54 #11 34.99 Preparing to unpack .../237-libjbig0_2.1-3.1ubuntu0.22.10.1_arm64.deb ...
11:59:54 #11 34.99 Unpacking libjbig0:arm64 (2.1-3.1ubuntu0.22.10.1) ...
11:59:54 #11 35.03 Selecting previously unselected package liblerc3:arm64.
11:59:54 #10 38.73 Unpacking equivs (2.1.0) ...
11:59:54 #10 38.76 Selecting previously unselected package libauthen-sasl-perl.
11:59:54 #10 38.76 Preparing to unpack .../278-libauthen-sasl-perl_2.1600-1_all.deb ...
11:59:54 #10 38.76 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:59:54 #10 38.80 Selecting previously unselected package python3-magic.
11:59:54 #10 38.80 Preparing to unpack .../279-python3-magic_2%3a0.4.15-1_all.deb ...
11:59:54 #10 38.80 Unpacking python3-magic (2:0.4.15-1) ...
11:59:54 #10 38.84 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:54 #10 38.85 Setting up python-apt-common (1.6.6) ...
11:59:54 #10 38.86 Setting up libnpth0:amd64 (1.5-3) ...
11:59:54 #10 38.87 Setting up libedit2:amd64 (3.1-20170329-1) ...
11:59:54 #10 38.88 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:54 #10 38.89 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:54 #10 38.90 Setting up readline-common (7.0-3) ...
11:59:54 #10 38.91 Setting up libapt-inst2.0:amd64 (1.6.14) ...
11:59:54 #10 38.92 Setting up manpages (4.15-1) ...
11:59:54 #10 38.93 Setting up git-man (1:2.17.1-1ubuntu0.15) ...
11:59:54 #10 38.94 Setting up libicu60:amd64 (60.2-3ubuntu3.2) ...
11:59:54 #11 21.50 Selecting previously unselected package libgdbm-compat4:armhf.
11:59:54 #11 21.50 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_armhf.deb ...
11:59:54 #11 21.50 Unpacking libgdbm-compat4:armhf (1.18.1-5) ...
11:59:54 #11 21.54 Selecting previously unselected package libperl5.30:armhf.
11:59:54 #11 21.54 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.3_armhf.deb ...
11:59:54 #11 21.54 Unpacking libperl5.30:armhf (5.30.0-9ubuntu0.3) ...
11:59:54 #10 28.74 Selecting previously unselected package gcc-7-base:armhf.
11:59:54 #10 28.74 Preparing to unpack .../062-gcc-7-base_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:59:54 #10 28.75 Unpacking gcc-7-base:armhf (7.5.0-3ubuntu1~18.04) ...
11:59:54 #11 20.21 debconf: delaying package configuration, since apt-utils is not installed
11:59:54 #11 20.25 Fetched 114 MB in 12s (9480 kB/s)
11:59:54 #11 20.27 Selecting previously unselected package liblocale-gettext-perl.
11:59:54 #11 20.27 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4388 files and directories currently installed.)
11:59:54 #11 20.27 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_armhf.deb ...
11:59:54 #11 20.28 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:59:54 #11 20.32 Selecting previously unselected package libpython3.10-minimal:armhf.
11:59:54 #11 20.32 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_armhf.deb ...
11:59:54 #11 20.32 Unpacking libpython3.10-minimal:armhf (3.10.6-1~22.04.2) ...
11:59:54 #10 24.02 Selecting previously unselected package libisl19:armhf.
11:59:54 #10 24.02 Preparing to unpack .../036-libisl19_0.20-2_armhf.deb ...
11:59:54 #10 24.03 Unpacking libisl19:armhf (0.20-2) ...
11:59:54 #10 24.17 Selecting previously unselected package libmpfr6:armhf.
11:59:54 #10 24.17 Preparing to unpack .../037-libmpfr6_4.0.2-1_armhf.deb ...
11:59:54 #10 24.17 Unpacking libmpfr6:armhf (4.0.2-1) ...
11:59:54 #10 24.24 Selecting previously unselected package libmpc3:armhf.
11:59:54 #10 24.24 Preparing to unpack .../038-libmpc3_1.1.0-1_armhf.deb ...
11:59:54 #10 24.25 Unpacking libmpc3:armhf (1.1.0-1) ...
11:59:54 #10 24.29 Selecting previously unselected package cpp-8.
11:59:54 #10 24.29 Preparing to unpack .../039-cpp-8_8.3.0-6_armhf.deb ...
11:59:54 #10 24.29 Unpacking cpp-8 (8.3.0-6) ...
11:59:54 #12 25.78 Dependencies resolved.
11:59:54 #10 36.64 Preparing to unpack .../335-unzip_6.0-26+deb11u1_arm64.deb ...
11:59:54 #10 36.64 Unpacking unzip (6.0-26+deb11u1) ...
11:59:54 #10 36.70 Selecting previously unselected package lintian.
11:59:54 #10 36.70 Preparing to unpack .../336-lintian_2.104.0_all.deb ...
11:59:54 #10 36.71 Unpacking lintian (2.104.0) ...
11:59:54 #11 35.68 warning: /var/cache/yum/x86_64/7/base/packages/desktop-file-utils-0.23-2.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
11:59:54 #11 35.68 Public key for desktop-file-utils-0.23-2.el7.x86_64.rpm is not installed
11:59:54 #11 38.60 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ...
11:59:54 #11 38.60 Unpacking libipc-system-simple-perl (1.26-1) ...
11:59:54 #11 38.63 Selecting previously unselected package libfile-basedir-perl.
11:59:54 #11 38.63 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
11:59:54 #11 38.63 Unpacking libfile-basedir-perl (0.08-1) ...
11:59:54 #11 38.67 Selecting previously unselected package libfile-chdir-perl.
11:59:54 #11 38.67 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ...
11:59:54 #11 38.67 Unpacking libfile-chdir-perl (0.1008-1) ...
11:59:54 #11 38.70 Selecting previously unselected package libfile-fcntllock-perl.
11:59:54 #11 38.70 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
11:59:54 #11 38.71 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
11:59:54 #11 38.74 Selecting previously unselected package libnumber-compare-perl.
11:59:54 #11 38.74 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ...
11:59:54 #11 38.75 Unpacking libnumber-compare-perl (0.03-1) ...
11:59:54 #11 38.78 Selecting previously unselected package libtext-glob-perl.
11:59:54 #11 38.78 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ...
11:59:54 #11 38.79 Unpacking libtext-glob-perl (0.10-1) ...
11:59:54 #11 38.81 Selecting previously unselected package libfile-find-rule-perl.
11:59:54 #10 11.30 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
11:59:54 #10 11.31 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf groff-base armhf 1.22.4-6 [793 kB]
11:59:54 #10 11.47 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm6 armhf 1.19-2 [61.7 kB]
11:59:54 #10 36.84 Preparing to unpack .../137-libnet-ssleay-perl_1.88-3+b1_amd64.deb ...
11:59:54 #10 36.84 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
11:59:54 #10 36.91 Selecting previously unselected package libio-socket-ssl-perl.
11:59:54 #10 36.91 Preparing to unpack .../138-libio-socket-ssl-perl_2.069-1_all.deb ...
11:59:54 #10 36.92 Unpacking libio-socket-ssl-perl (2.069-1) ...
11:59:54 #10 36.98 Selecting previously unselected package libnet-http-perl.
11:59:54 #10 36.98 Preparing to unpack .../139-libnet-http-perl_6.20-1_all.deb ...
11:59:54 #10 36.99 Unpacking libnet-http-perl (6.20-1) ...
11:59:54 #10 37.03 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:54 #10 37.03 Preparing to unpack .../140-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:59:54 #10 37.04 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:59:54 #10 37.07 Selecting previously unselected package libtry-tiny-perl.
11:59:54 #10 37.08 Preparing to unpack .../141-libtry-tiny-perl_0.30-1_all.deb ...
11:59:54 #10 37.08 Unpacking libtry-tiny-perl (0.30-1) ...
11:59:54 #11 29.11 Preparing to unpack .../155-libtimedate-perl_2.3300-2_all.deb ...
11:59:54 #11 29.12 Unpacking libtimedate-perl (2.3300-2) ...
11:59:54 #11 29.17 Selecting previously unselected package libhttp-date-perl.
11:59:54 #11 29.17 Preparing to unpack .../156-libhttp-date-perl_6.05-1_all.deb ...
11:59:54 #11 29.17 Unpacking libhttp-date-perl (6.05-1) ...
11:59:54 #11 29.21 Selecting previously unselected package libfile-listing-perl.
11:59:54 #11 29.21 Preparing to unpack .../157-libfile-listing-perl_6.14-1_all.deb ...
11:59:54 #11 29.21 Unpacking libfile-listing-perl (6.14-1) ...
11:59:54 #11 29.24 Selecting previously unselected package libhtml-tagset-perl.
11:59:54 #11 29.24 Preparing to unpack .../158-libhtml-tagset-perl_3.20-4_all.deb ...
11:59:54 #11 29.25 Unpacking libhtml-tagset-perl (3.20-4) ...
11:59:54 #11 29.29 Selecting previously unselected package liburi-perl.
11:59:54 #11 29.29 Preparing to unpack .../159-liburi-perl_5.10-1_all.deb ...
11:59:54 #11 29.29 Unpacking liburi-perl (5.10-1) ...
11:59:54 #11 29.36 Selecting previously unselected package libhtml-parser-perl:arm64.
11:59:54 #10 41.32 Preparing to unpack .../207-libnet-dns-perl_1.19-1_all.deb ...
11:59:54 #10 41.33 Unpacking libnet-dns-perl (1.19-1) ...
11:59:54 #10 41.40 Selecting previously unselected package libnet-domain-tld-perl.
11:59:54 #10 41.41 Preparing to unpack .../208-libnet-domain-tld-perl_1.75-1_all.deb ...
11:59:54 #10 41.42 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:59:54 #10 41.47 Selecting previously unselected package libemail-valid-perl.
11:59:54 #10 41.47 Preparing to unpack .../209-libemail-valid-perl_1.202-1_all.deb ...
11:59:54 #10 41.48 Unpacking libemail-valid-perl (1.202-1) ...
11:59:54 #10 41.51 Selecting previously unselected package libexporter-tiny-perl.
11:59:54 #10 41.51 Preparing to unpack .../210-libexporter-tiny-perl_1.002001-1_all.deb ...
11:59:54 #10 41.51 Unpacking libexporter-tiny-perl (1.002001-1) ...
11:59:54 #10 41.55 Selecting previously unselected package libipc-system-simple-perl.
11:59:54 #10 16.92 Selecting previously unselected package libpython3-stdlib:armhf.
11:59:54 #10 16.92 Preparing to unpack .../15-libpython3-stdlib_3.11.1-3_armhf.deb ...
11:59:54 #10 16.92 Unpacking libpython3-stdlib:armhf (3.11.1-3) ...
11:59:54 #10 16.97 Setting up python3-minimal (3.11.1-3) ...
11:59:54 #10 37.22 Selecting previously unselected package python3-chardet.
11:59:54 #10 37.22 Preparing to unpack .../158-python3-chardet_5.1.0+dfsg-2_all.deb ...
11:59:54 #10 37.23 Unpacking python3-chardet (5.1.0+dfsg-2) ...
11:59:54 #10 37.28 Selecting previously unselected package python3-debian.
11:59:54 #10 37.28 Preparing to unpack .../159-python3-debian_0.1.49_all.deb ...
11:59:54 #10 37.28 Unpacking python3-debian (0.1.49) ...
11:59:54 #10 37.33 Selecting previously unselected package libgpgme11:amd64.
11:59:54 #10 37.33 Preparing to unpack .../160-libgpgme11_1.18.0-3+b1_amd64.deb ...
11:59:54 #10 37.34 Unpacking libgpgme11:amd64 (1.18.0-3+b1) ...
11:59:54 #10 37.43 Selecting previously unselected package python3-gpg.
11:59:54 #11 36.35 Preparing to unpack .../283-libmoox-aliases-perl_0.001006-1_all.deb ...
11:59:54 #11 36.35 Unpacking libmoox-aliases-perl (0.001006-1) ...
11:59:54 #11 36.38 Selecting previously unselected package libobject-id-perl.
11:59:54 #11 36.39 Preparing to unpack .../284-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
11:59:54 #11 36.39 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
11:59:54 #11 36.42 Selecting previously unselected package libmoox-struct-perl.
11:59:54 #11 36.42 Preparing to unpack .../285-libmoox-struct-perl_0.017-1_all.deb ...
11:59:54 #11 36.43 Unpacking libmoox-struct-perl (0.017-1) ...
11:59:54 #11 36.46 Selecting previously unselected package libnet-dns-sec-perl.
11:59:54 #11 36.46 Preparing to unpack .../286-libnet-dns-sec-perl_1.15-1_arm64.deb ...
11:59:54 #11 36.47 Unpacking libnet-dns-sec-perl (1.15-1) ...
11:59:54 #11 36.50 Selecting previously unselected package libnet-libidn-perl.
11:59:54 #11 36.50 Preparing to unpack .../287-libnet-libidn-perl_0.12.ds-3build2_arm64.deb ...
11:59:54 #11 36.51 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
11:59:54 #11 36.54 Selecting previously unselected package libnumber-range-perl.
11:59:54 #11 36.54 Preparing to unpack .../288-libnumber-range-perl_0.12-1_all.deb ...
11:59:54 #11 36.55 Unpacking libnumber-range-perl (0.12-1) ...
11:59:54 #11 36.58 Selecting previously unselected package libpackage-stash-xs-perl.
11:59:54 #10 38.36 Unpacking libxml-parser-perl (2.44-4) ...
11:59:54 #10 38.41 Selecting previously unselected package libsoap-lite-perl.
11:59:54 #10 38.42 Preparing to unpack .../284-libsoap-lite-perl_1.27-1_all.deb ...
11:59:54 #10 38.42 Unpacking libsoap-lite-perl (1.27-1) ...
11:59:54 #10 38.48 Selecting previously unselected package libsort-key-perl.
11:59:54 #10 38.49 Preparing to unpack .../285-libsort-key-perl_1.33-2+b1_arm64.deb ...
11:59:54 #10 38.49 Unpacking libsort-key-perl (1.33-2+b1) ...
11:59:54 #10 38.53 Selecting previously unselected package libstring-copyright-perl.
11:59:54 #10 38.53 Preparing to unpack .../286-libstring-copyright-perl_0.003006-1_all.deb ...
11:59:54 #10 38.54 Unpacking libstring-copyright-perl (0.003006-1) ...
11:59:54 #10 38.57 Selecting previously unselected package libstring-escape-perl.
11:59:54 #10 38.58 Preparing to unpack .../287-libstring-escape-perl_2010.002-2_all.deb ...
11:59:54 #10 38.58 Unpacking libstring-escape-perl (2010.002-2) ...
11:59:54 #10 38.62 Selecting previously unselected package libstring-shellquote-perl.
11:59:54 #11 17.63 Get:237 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf git armhf 1:2.37.2-1ubuntu1.2 [3674 kB]
11:59:54 #10 38.91 Preparing to unpack .../343-libsocket6-perl_0.29-3_arm64.deb ...
11:59:54 #10 38.91 Unpacking libsocket6-perl (0.29-3) ...
11:59:54 #10 38.95 Selecting previously unselected package libstring-copyright-perl.
11:59:54 #10 38.95 Preparing to unpack .../344-libstring-copyright-perl_0.003014-1_all.deb ...
11:59:54 #10 38.96 Unpacking libstring-copyright-perl (0.003014-1) ...
11:59:54 #10 38.99 Selecting previously unselected package libstring-escape-perl.
11:59:54 #10 38.99 Preparing to unpack .../345-libstring-escape-perl_2010.002-3_all.deb ...
11:59:54 #10 38.99 Unpacking libstring-escape-perl (2010.002-3) ...
11:59:54 #10 39.02 Selecting previously unselected package libstring-license-perl.
11:59:54 #10 39.03 Preparing to unpack .../346-libstring-license-perl_0.0.2-1_all.deb ...
11:59:54 #10 39.03 Unpacking libstring-license-perl (0.0.2-1) ...
11:59:54 #10 39.06 Selecting previously unselected package libstring-shellquote-perl.
11:59:54 #10 39.07 Preparing to unpack .../347-libstring-shellquote-perl_1.04-3_all.deb ...
11:59:54 #10 39.07 Unpacking libstring-shellquote-perl (1.04-3) ...
11:59:54 #10 39.10 Selecting previously unselected package libsys-cpuaffinity-perl.
11:59:54 #10 39.10 Preparing to unpack .../348-libsys-cpuaffinity-perl_1.13~03-2+b1_arm64.deb ...
11:59:54 #10 39.11 Unpacking libsys-cpuaffinity-perl (1.13~03-2+b1) ...
11:59:54 #10 39.15 Selecting previously unselected package libterm-readkey-perl.
11:59:54 #12 25.84   Installing       : perl-podlators-4.11-1.el8.noarch                     30/90 
11:59:54 #12 25.86   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 31/90 
11:59:54 #12 25.88   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             32/90 
11:59:54 #12 25.89   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 33/90 
11:59:54 #12 25.91   Installing       : perl-MIME-Base64-3.15-396.el8.aarch64                34/90 
11:59:54 #12 25.93   Installing       : perl-Storable-1:3.11-3.el8.aarch64                   35/90 
11:59:54 #12 25.95   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 36/90 
11:59:54 #12 25.97   Installing       : perl-Errno-1.28-422.el8.aarch64                      37/90 
11:59:54 #11 37.92 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
11:59:54 #11 37.92 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:59:54 #11 37.93 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:59:54 #11 37.93 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:59:54 #11 37.93 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:59:54 #11 37.93 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:59:54 #11 37.94 Setting up strace (5.16-0ubuntu4) ...
11:59:54 #11 37.95 Setting up libdbus-1-3:amd64 (1.14.0-2ubuntu3) ...
11:59:54 #11 37.96 Setting up xz-utils (5.2.5-2.1) ...
11:59:54 #11 37.96 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:59:54 #11 37.96 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:59:54 #11 37.96 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:59:54 #11 37.96 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:59:54 #11 37.96 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:59:54 #11 37.96 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:59:54 #11 37.97 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:59:54 #11 37.97 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:59:54 #11 37.97 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:59:54 #11 37.97 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:59:54 #11 37.97 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:59:54 #11 37.97 Setting up t1utils (1.41-4build2) ...
11:59:54 #11 37.98 Setting up libquadmath0:amd64 (12.2.0-3ubuntu1) ...
11:59:54 #11 37.99 Setting up diffstat (1.64-1build2) ...
11:59:54 #11 38.00 Setting up libpng16-16:amd64 (1.6.38-2) ...
11:59:54 #11 38.01 Setting up libmpc3:amd64 (1.2.1-2build1) ...
11:59:54 #11 38.02 Setting up libatomic1:amd64 (12.2.0-3ubuntu1) ...
11:59:54 #11 38.03 Setting up patch (2.7.6-7build2) ...
11:59:54 #11 38.04 Setting up autopoint (0.21-8) ...
11:59:54 #11 38.05 Setting up fonts-dejavu-core (2.37-2build1) ...
11:59:54 #11 38.11 Setting up ucf (3.0043) ...
11:59:55 #11 35.03 Preparing to unpack .../238-liblerc3_3.0+ds-1ubuntu1_arm64.deb ...
11:59:55 #11 35.03 Unpacking liblerc3:arm64 (3.0+ds-1ubuntu1) ...
11:59:55 #11 35.07 Selecting previously unselected package libwebp7:arm64.
11:59:55 #11 35.08 Preparing to unpack .../239-libwebp7_1.2.2-2_arm64.deb ...
11:59:55 #11 35.08 Unpacking libwebp7:arm64 (1.2.2-2) ...
11:59:55 #11 35.12 Selecting previously unselected package libtiff5:arm64.
11:59:55 #11 35.12 Preparing to unpack .../240-libtiff5_4.4.0-4ubuntu3.2_arm64.deb ...
11:59:55 #11 35.12 Unpacking libtiff5:arm64 (4.4.0-4ubuntu3.2) ...
11:59:55 #11 35.18 Selecting previously unselected package libxpm4:arm64.
11:59:55 #11 35.18 Preparing to unpack .../241-libxpm4_1%3a3.5.12-1ubuntu0.22.10.1_arm64.deb ...
11:59:55 #11 35.18 Unpacking libxpm4:arm64 (1:3.5.12-1ubuntu0.22.10.1) ...
11:59:55 #11 35.23 Selecting previously unselected package libgd3:arm64.
11:59:55 #11 35.23 Preparing to unpack .../242-libgd3_2.3.3-6_arm64.deb ...
11:59:55 #11 35.24 Unpacking libgd3:arm64 (2.3.3-6) ...
11:59:55 #11 35.28 Selecting previously unselected package libc-devtools.
11:59:55 #11 35.28 Preparing to unpack .../243-libc-devtools_2.36-0ubuntu4_arm64.deb ...
11:59:55 #11 35.29 Unpacking libc-devtools (2.36-0ubuntu4) ...
11:59:55 #11 35.32 Selecting previously unselected package libcapture-tiny-perl.
11:59:55 #11 35.33 Preparing to unpack .../244-libcapture-tiny-perl_0.48-1_all.deb ...
11:59:55 #11 35.33 Unpacking libcapture-tiny-perl (0.48-1) ...
11:59:55 #11 35.36 Selecting previously unselected package libcgi-pm-perl.
11:59:55 #11 35.36 Preparing to unpack .../245-libcgi-pm-perl_4.54-1_all.deb ...
11:59:55 #11 35.37 Unpacking libcgi-pm-perl (4.54-1) ...
11:59:55 #11 35.41 Selecting previously unselected package libfcgi0ldbl:arm64.
11:59:55 #7 ...
11:59:55 
11:59:55 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:55 #0 1.322 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:59:55 #0 1.375 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:59:55 #0 1.375 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:59:55 #0 1.488 Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7945 kB]
11:59:55 #0 2.192 Get:5 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [218 kB]
11:59:55 #0 2.193 Get:6 http://deb.debian.org/debian bullseye-updates/main armhf Packages [12.0 kB]
11:59:55 #0 3.259 Fetched 8383 kB in 2s (3842 kB/s)
11:59:55 #0 3.259 Reading package lists...
11:59:55 #0 4.092 Reading package lists...
11:59:55 #0 4.867 Building dependency tree...
11:59:55 #0 5.051 Reading state information...
11:59:55 #0 5.255 The following additional packages will be installed:
11:59:55 #0 5.255   autoconf automake autopoint autotools-dev binutils
11:59:55 #0 5.255   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:59:55 #0 5.255   bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
11:59:55 #0 5.255   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:59:55 #0 5.255   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:59:55 #0 5.255   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:59:55 #0 5.255   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:59:55 #0 5.255   intltool-debian iso-codes less libalgorithm-diff-perl
11:59:55 #0 5.255   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:59:55 #0 5.255   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
11:59:55 #0 5.255   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:59:55 #0 5.255   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:59:55 #0 5.255   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
11:59:55 #0 5.255   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
11:59:55 #0 5.255   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:59:55 #0 5.255   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:59:55 #0 5.255   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:59:55 #0 5.255   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:59:55 #0 5.255   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:59:55 #0 5.255   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
11:59:55 #0 5.255   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:55 #0 5.255   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:59:55 #0 5.255   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:59:55 #0 5.255   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:59:55 #0 5.255   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:59:55 #0 5.255   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:55 #0 5.255   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:55 #0 5.255   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:55 #0 5.255   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:55 #0 5.255   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:59:55 #0 5.255   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:59:55 #0 5.255   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:59:55 #0 5.255   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:59:55 #0 5.255   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:55 #0 5.255   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:55 #0 5.255   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:55 #0 5.255   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:59:55 #0 5.255   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:59:55 #0 5.255   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:59:55 #0 5.255   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:55 #0 5.255   libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl libjson-xs-perl
11:59:55 #0 5.255   libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:59:55 #0 5.255   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:55 #0 5.255   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:55 #0 5.255   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
11:59:55 #0 5.255   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:55 #0 5.255   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:59:55 #0 5.255   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:55 #0 5.255   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:59:55 #0 5.255   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:59:55 #0 5.255   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:59:55 #0 5.255   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:59:55 #0 5.255   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:59:55 #0 5.255   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:55 #0 5.255   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:59:55 #0 5.255   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:59:55 #0 5.255   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:55 #0 5.255   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
11:59:55 #0 5.255   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:55 #0 5.255   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:55 #0 5.255   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:55 #0 5.255   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:55 #0 5.255   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:59:55 #0 5.255   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:59:55 #0 5.255   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:55 #0 5.255   libstring-shellquote-perl libsub-exporter-perl
11:59:55 #0 5.255   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:55 #0 5.255   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:55 #0 5.255   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:59:55 #0 5.255   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:59:55 #0 5.255   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:59:55 #0 5.255   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:59:55 #0 5.255   libtool libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
11:59:55 #0 5.255   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:59:55 #0 5.255   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
11:59:55 #0 5.255   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
11:59:55 #0 5.255   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:59:55 #0 5.255   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:59:55 #0 5.255   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
11:59:55 #0 5.255   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
11:59:55 #0 5.255   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:59:55 #0 5.255   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
11:59:55 #0 5.255   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
11:59:55 #0 5.255   python3 python3-apt python3-certifi python3-chardet python3-debian
11:59:55 #0 5.255   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:55 #0 5.255   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:55 #0 5.255   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
11:59:55 #0 5.255   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:59:55 #0 5.271 Suggested packages:
11:59:55 #0 5.271   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:59:55 #0 5.271   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
11:59:55 #0 5.271   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:59:55 #0 5.271   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:59:55 #0 5.271   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:59:55 #0 5.271   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:59:55 #0 5.271   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:59:55 #0 5.271   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
11:59:55 #0 5.271   gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:59:55 #0 5.271   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:59:55 #0 5.271   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
11:59:55 #0 5.271   xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl
11:59:55 #0 5.271   glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl
11:59:55 #0 5.271   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
11:59:55 #0 5.271   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:59:55 #0 5.271   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:59:55 #0 5.271   libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl
11:59:55 #0 5.271   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:59:55 #0 5.271   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
11:59:55 #0 5.271   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
11:59:55 #0 5.271   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
11:59:55 #0 5.271   diffutils-doc perl-doc libterm-readline-gnu-perl
11:59:55 #0 5.271   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
11:59:55 #0 5.271   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:59:55 #0 5.271   python-apt-doc python3-setuptools python3-cryptography python3-openssl
11:59:55 #0 5.271   python3-socks python-requests-doc python3.9-venv python3.9-doc
11:59:55 #0 5.271   binfmt-support readline-doc zip wdiff-doc
11:59:55 #0 7.711 The following NEW packages will be installed:
11:59:55 #0 7.711   autoconf automake autopoint autotools-dev binutils
11:59:55 #0 7.711   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:59:55 #0 7.711   bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
11:59:55 #0 7.711   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:59:55 #0 7.711   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:59:55 #0 7.711   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
11:59:55 #0 7.711   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:59:55 #0 7.711   gpgconf gpgsm groff-base intltool-debian iso-codes less
11:59:55 #0 7.711   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:59:55 #0 7.711   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:59:55 #0 7.711   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
11:59:55 #0 7.711   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:59:55 #0 7.711   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:59:55 #0 7.711   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
11:59:55 #0 7.711   libclass-inspector-perl libclass-method-modifiers-perl
11:59:55 #0 7.711   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:59:55 #0 7.711   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:59:55 #0 7.711   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:59:55 #0 7.711   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:59:55 #0 7.711   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:59:55 #0 7.711   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:59:55 #0 7.711   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:59:55 #0 7.711   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:59:55 #0 7.711   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:59:55 #0 7.711   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:59:55 #0 7.711   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:59:55 #0 7.711   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:59:55 #0 7.711   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:55 #0 7.711   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:59:55 #0 7.711   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:59:55 #0 7.711   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:59:55 #0 7.711   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:59:55 #0 7.711   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:59:55 #0 7.711   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:59:55 #0 7.711   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:59:55 #0 7.711   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:59:55 #0 7.711   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:59:55 #0 7.711   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:59:55 #0 7.711   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:59:55 #0 7.711   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:59:55 #0 7.711   libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl libjson-xs-perl
11:59:55 #0 7.711   libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:59:55 #0 7.711   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:59:55 #0 7.711   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:59:55 #0 7.711   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
11:59:55 #0 7.711   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:59:55 #0 7.711   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:59:55 #0 7.711   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:59:55 #0 7.711   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:59:55 #0 7.711   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:59:55 #0 7.711   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:59:55 #0 7.711   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:59:55 #0 7.711   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:59:55 #0 7.711   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:59:55 #0 7.711   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:59:55 #0 7.711   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:59:55 #0 7.711   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:59:55 #0 7.711   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
11:59:55 #0 7.711   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:59:55 #0 7.711   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:59:55 #0 7.711   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:59:55 #0 7.711   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:59:55 #0 7.711   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:59:55 #0 7.711   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:59:55 #0 7.711   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:59:55 #0 7.711   libstring-shellquote-perl libsub-exporter-perl
11:59:55 #0 7.711   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:59:55 #0 7.711   libsub-name-perl libsub-override-perl libsub-quote-perl
11:59:55 #0 7.711   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:59:55 #0 7.711   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:59:55 #0 7.711   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:59:55 #0 7.711   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:59:55 #0 7.711   libtool libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
11:59:55 #0 7.711   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:59:55 #0 7.711   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
11:59:55 #0 7.711   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
11:59:55 #0 7.711   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:59:55 #0 7.711   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:59:55 #0 7.711   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
11:59:55 #0 7.711   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
11:59:55 #0 7.711   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:59:55 #0 7.711   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
11:59:55 #0 7.711   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
11:59:55 #0 7.711   python3 python3-apt python3-certifi python3-chardet python3-debian
11:59:55 #0 7.711   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
11:59:55 #0 7.711   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:59:55 #0 7.711   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
11:59:55 #0 7.711   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:59:55 #0 7.992 0 upgraded, 379 newly installed, 0 to remove and 0 not upgraded.
11:59:55 #0 7.992 Need to get 157 MB of archives.
11:59:55 #0 7.992 After this operation, 456 MB of additional disk space will be used.
11:59:55 #0 7.992 Get:1 http://deb.debian.org/debian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [139 kB]
11:59:55 #0 8.014 Get:2 http://deb.debian.org/debian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
11:59:55 #0 8.014 Get:3 http://deb.debian.org/debian bullseye/main armhf groff-base armhf 1.22.4-6 [847 kB]
11:59:55 #0 8.028 Get:4 http://deb.debian.org/debian bullseye/main armhf libgdbm6 armhf 1.19-2 [62.0 kB]
11:59:55 #0 8.032 Get:5 http://deb.debian.org/debian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [30.1 kB]
11:59:55 #0 8.041 Get:6 http://deb.debian.org/debian bullseye/main armhf man-db armhf 2.9.4-2 [1319 kB]
11:59:55 #0 8.067 Get:7 http://deb.debian.org/debian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
11:59:55 #0 8.120 Get:8 http://deb.debian.org/debian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
11:59:55 #0 8.143 Get:9 http://deb.debian.org/debian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3434 kB]
11:59:55 #0 8.223 Get:10 http://deb.debian.org/debian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
11:59:55 #0 8.244 Get:11 http://deb.debian.org/debian bullseye/main armhf liblocale-gettext-perl armhf 1.07-4+b1 [18.3 kB]
11:59:55 #21 13.86 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
11:59:55 #0 8.244 Get:12 http://deb.debian.org/debian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1 [790 kB]
11:59:55 #0 8.272 Get:13 http://deb.debian.org/debian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [78.4 kB]
11:59:55 #21 13.86 Preparing to unpack .../6-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
11:59:55 #21 13.86 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:59:55 #0 8.273 Get:14 http://deb.debian.org/debian bullseye/main armhf python3.9-minimal armhf 3.9.2-1 [1630 kB]
11:59:55 #0 8.287 Get:15 http://deb.debian.org/debian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
11:59:55 #0 8.288 Get:16 http://deb.debian.org/debian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
11:59:55 #0 8.298 Get:17 http://deb.debian.org/debian bullseye/main armhf libmpdec3 armhf 2.5.1-1 [74.9 kB]
11:59:55 #0 8.298 Get:18 http://deb.debian.org/debian bullseye/main armhf libncursesw6 armhf 6.2+20201114-2 [107 kB]
11:59:55 #0 8.299 Get:19 http://deb.debian.org/debian bullseye/main armhf readline-common all 8.1-1 [73.7 kB]
11:59:55 #0 8.300 Get:20 http://deb.debian.org/debian bullseye/main armhf libreadline8 armhf 8.1-1 [147 kB]
11:59:55 #0 8.302 Get:21 http://deb.debian.org/debian bullseye/main armhf libsqlite3-0 armhf 3.34.1-3 [713 kB]
11:59:55 #0 8.317 Get:22 http://deb.debian.org/debian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1 [1608 kB]
11:59:55 #0 8.377 Get:23 http://deb.debian.org/debian bullseye/main armhf python3.9 armhf 3.9.2-1 [466 kB]
11:59:55 #0 8.383 Get:24 http://deb.debian.org/debian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
11:59:55 #0 8.401 Get:25 http://deb.debian.org/debian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
11:59:55 #0 8.403 Get:26 http://deb.debian.org/debian bullseye/main armhf less armhf 551-2 [126 kB]
11:59:55 #0 8.403 Get:27 http://deb.debian.org/debian bullseye/main armhf netbase all 6.3 [19.9 kB]
11:59:55 #0 8.403 Get:28 http://deb.debian.org/debian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
11:59:55 #0 8.403 Get:29 http://deb.debian.org/debian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.8 kB]
11:59:55 #0 8.403 Get:30 http://deb.debian.org/debian bullseye/main armhf openssl armhf 1.1.1n-0+deb11u3 [829 kB]
11:59:55 #0 8.441 Get:31 http://deb.debian.org/debian bullseye/main armhf ca-certificates all 20210119 [158 kB]
11:59:55 #0 8.441 Get:32 http://deb.debian.org/debian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
11:59:55 #0 8.441 Get:33 http://deb.debian.org/debian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
11:59:55 #0 8.441 Get:34 http://deb.debian.org/debian bullseye/main armhf file armhf 1:5.39-3 [68.1 kB]
11:59:55 #0 8.451 Get:35 http://deb.debian.org/debian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
11:59:55 #0 8.451 Get:36 http://deb.debian.org/debian bullseye/main armhf manpages all 5.10-1 [1412 kB]
11:59:55 #0 8.461 Get:37 http://deb.debian.org/debian bullseye/main armhf libmd0 armhf 1.0.3-3 [27.4 kB]
11:59:55 #0 8.461 Get:38 http://deb.debian.org/debian bullseye/main armhf libbsd0 armhf 0.11.3-1 [103 kB]
11:59:55 #0 8.477 Get:39 http://deb.debian.org/debian bullseye/main armhf libedit2 armhf 3.1-20191231-2+b1 [81.1 kB]
11:59:55 #0 8.477 Get:40 http://deb.debian.org/debian bullseye/main armhf libcbor0 armhf 0.5.0+dfsg-2 [19.6 kB]
11:59:55 #0 8.477 Get:41 http://deb.debian.org/debian bullseye/main armhf libfido2-1 armhf 1.6.0-2 [48.0 kB]
11:59:55 #0 8.477 Get:42 http://deb.debian.org/debian bullseye/main armhf openssh-client armhf 1:8.4p1-5+deb11u1 [843 kB]
11:59:55 #0 8.526 Get:43 http://deb.debian.org/debian bullseye/main armhf ucf all 3.0043 [74.0 kB]
11:59:55 #0 8.526 Get:44 http://deb.debian.org/debian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [219 kB]
11:59:55 #0 8.526 Get:45 http://deb.debian.org/debian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.0 kB]
11:59:55 #0 8.545 Get:46 http://deb.debian.org/debian bullseye/main armhf m4 armhf 1.4.18-5 [192 kB]
11:59:55 #0 8.548 Get:47 http://deb.debian.org/debian bullseye/main armhf autoconf all 2.69-14 [313 kB]
11:59:55 #0 8.551 Get:48 http://deb.debian.org/debian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:59:55 #0 8.556 Get:49 http://deb.debian.org/debian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
11:59:55 #0 8.563 Get:50 http://deb.debian.org/debian bullseye/main armhf autopoint all 0.21-4 [510 kB]
11:59:55 #0 8.563 Get:51 http://deb.debian.org/debian bullseye/main armhf binutils-common armhf 2.35.2-2 [2220 kB]
11:59:55 #0 8.642 Get:52 http://deb.debian.org/debian bullseye/main armhf libbinutils armhf 2.35.2-2 [403 kB]
11:59:55 #0 8.642 Get:53 http://deb.debian.org/debian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2 [99.7 kB]
11:59:55 #0 8.642 Get:54 http://deb.debian.org/debian bullseye/main armhf libctf0 armhf 2.35.2-2 [42.4 kB]
11:59:55 #0 8.651 Get:55 http://deb.debian.org/debian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2 [2408 kB]
11:59:55 #0 8.726 Get:56 http://deb.debian.org/debian bullseye/main armhf binutils armhf 2.35.2-2 [61.2 kB]
11:59:55 #0 8.726 Get:57 http://deb.debian.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+deb11u5 [271 kB]
11:59:55 #0 8.774 Get:58 http://deb.debian.org/debian-security bullseye-security/main armhf linux-libc-dev armhf 5.10.162-1 [1545 kB]
11:59:55 #0 8.801 Get:59 http://deb.debian.org/debian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [113 kB]
11:59:55 #0 8.801 Get:60 http://deb.debian.org/debian bullseye/main armhf libtirpc-dev armhf 1.3.1-1+deb11u1 [182 kB]
11:59:55 #0 8.801 Get:61 http://deb.debian.org/debian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [62.1 kB]
11:59:55 #0 8.801 Get:62 http://deb.debian.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+deb11u5 [1876 kB]
11:59:55 #0 8.842 Get:63 http://deb.debian.org/debian bullseye/main armhf libisl23 armhf 0.23-1 [516 kB]
11:59:55 #0 8.869 Get:64 http://deb.debian.org/debian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [811 kB]
11:59:55 #0 8.869 Get:65 http://deb.debian.org/debian bullseye/main armhf libmpc3 armhf 1.2.0-1 [36.7 kB]
11:59:55 #0 8.915 Get:66 http://deb.debian.org/debian bullseye/main armhf cpp-10 armhf 10.2.1-6 [6609 kB]
11:59:55 #0 9.097 Get:67 http://deb.debian.org/debian bullseye/main armhf cpp armhf 4:10.2.1-1 [19.7 kB]
11:59:55 #0 9.103 Get:68 http://deb.debian.org/debian bullseye/main armhf libcc1-0 armhf 10.2.1-6 [39.2 kB]
11:59:55 #0 9.103 Get:69 http://deb.debian.org/debian bullseye/main armhf libgomp1 armhf 10.2.1-6 [84.7 kB]
11:59:55 #0 9.103 Get:70 http://deb.debian.org/debian bullseye/main armhf libatomic1 armhf 10.2.1-6 [6924 B]
11:59:55 #0 9.115 Get:71 http://deb.debian.org/debian bullseye/main armhf libasan6 armhf 10.2.1-6 [2015 kB]
11:59:55 #0 9.162 Get:72 http://deb.debian.org/debian bullseye/main armhf libubsan1 armhf 10.2.1-6 [746 kB]
11:59:55 #0 9.195 Get:73 http://deb.debian.org/debian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6 [694 kB]
11:59:55 #0 9.195 Get:74 http://deb.debian.org/debian bullseye/main armhf gcc-10 armhf 10.2.1-6 [13.1 MB]
11:59:55 #0 9.564 Get:75 http://deb.debian.org/debian bullseye/main armhf gcc armhf 4:10.2.1-1 [5204 B]
11:59:55 #0 9.576 Get:76 http://deb.debian.org/debian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6 [1790 kB]
11:59:55 #0 9.631 Get:77 http://deb.debian.org/debian bullseye/main armhf g++-10 armhf 10.2.1-6 [7244 kB]
11:59:55 #0 9.827 Get:78 http://deb.debian.org/debian bullseye/main armhf g++ armhf 4:10.2.1-1 [1628 B]
11:59:55 #0 9.827 Get:79 http://deb.debian.org/debian bullseye/main armhf make armhf 4.3-4.1 [384 kB]
11:59:55 #0 9.827 Get:80 http://deb.debian.org/debian bullseye/main armhf libdpkg-perl all 1.20.12 [1551 kB]
11:59:55 #0 9.855 Get:81 http://deb.debian.org/debian bullseye/main armhf patch armhf 2.7.6-7 [125 kB]
11:59:55 #0 9.887 Get:82 http://deb.debian.org/debian bullseye/main armhf dpkg-dev all 1.20.12 [2312 kB]
11:59:55 #0 9.916 Get:83 http://deb.debian.org/debian bullseye/main armhf build-essential armhf 12.9 [7704 B]
11:59:55 #0 9.957 Get:84 http://deb.debian.org/debian bullseye/main armhf libbrotli1 armhf 1.0.9-2+b2 [262 kB]
11:59:55 #0 9.959 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:59:55 #0 9.961 Get:86 http://deb.debian.org/debian bullseye/main armhf libsasl2-2 armhf 2.1.27+dfsg-2.1+deb11u1 [99.2 kB]
11:59:55 #0 9.961 Get:87 http://deb.debian.org/debian bullseye/main armhf libldap-2.4-2 armhf 2.4.57+dfsg-3+deb11u1 [210 kB]
11:59:55 #0 9.963 Get:88 http://deb.debian.org/debian bullseye/main armhf libnghttp2-14 armhf 1.43.0-1 [65.6 kB]
11:59:55 #0 9.964 Get:89 http://deb.debian.org/debian bullseye/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB]
11:59:55 #0 9.967 Get:90 http://deb.debian.org/debian bullseye/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
11:59:55 #0 9.968 Get:91 http://deb.debian.org/debian bullseye/main armhf libssh2-1 armhf 1.9.0-2 [143 kB]
11:59:55 #0 9.970 Get:92 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl4 armhf 7.74.0-1.3+deb11u5 [313 kB]
11:59:55 #0 9.971 Get:93 http://deb.debian.org/debian-security bullseye-security/main armhf curl armhf 7.74.0-1.3+deb11u5 [262 kB]
11:59:55 #0 9.972 Get:94 http://deb.debian.org/debian bullseye/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
11:59:55 #0 9.976 Get:95 http://deb.debian.org/debian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
11:59:55 #0 9.977 Get:96 http://deb.debian.org/debian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
11:59:55 #0 9.980 Get:97 http://deb.debian.org/debian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
11:59:55 #0 9.990 Get:98 http://deb.debian.org/debian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
11:59:55 #0 9.990 Get:99 http://deb.debian.org/debian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
11:59:55 #0 9.990 Get:100 http://deb.debian.org/debian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
11:59:55 #0 9.990 Get:101 http://deb.debian.org/debian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
11:59:55 #0 9.990 Get:102 http://deb.debian.org/debian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
11:59:55 #0 9.991 Get:103 http://deb.debian.org/debian bullseye/main armhf dwz armhf 0.13+20210201-1 [179 kB]
11:59:55 #0 9.993 Get:104 http://deb.debian.org/debian bullseye/main armhf libicu67 armhf 67.1-7 [8319 kB]
11:59:55 #10 ...
11:59:55 
11:59:55 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:55 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 7.5s done
11:59:55 #10 38.95 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:55 #10 38.96 Setting up less (487-0.1) ...
11:59:55 #10 39.04 Setting up make (4.1-9.1ubuntu1) ...
11:59:55 #10 39.05 Setting up libapt-pkg-perl (0.1.33build1) ...
11:59:55 #10 39.06 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.10) ...
11:59:55 #10 39.14 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
11:59:55 #10 39.15 Setting up mime-support (3.60ubuntu1) ...
11:59:55 #10 39.17 Setting up iso-codes (3.79-1) ...
11:59:55 #10 39.19 Setting up libsigsegv2:amd64 (2.12-1) ...
11:59:55 #10 39.20 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:59:55 #10 39.21 Setting up libreadline7:amd64 (7.0-3) ...
11:59:55 #10 39.22 Setting up perl-openssl-defaults:amd64 (3build1) ...
11:59:55 #10 39.23 Setting up libpsl5:amd64 (0.19.1-5build1) ...
11:59:55 #10 39.24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:55 #10 39.25 Setting up groff-base (1.22.3-10) ...
11:59:55 #10 39.27 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
11:59:55 #10 39.28 No schema files found: doing nothing.
11:59:55 #11 20.43 Selecting previously unselected package libexpat1:armhf.
11:59:55 #11 20.43 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_armhf.deb ...
11:59:55 #11 20.44 Unpacking libexpat1:armhf (2.4.7-1ubuntu0.2) ...
11:59:55 #11 20.49 Selecting previously unselected package python3.10-minimal.
11:59:55 #11 20.49 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_armhf.deb ...
11:59:55 #11 20.50 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
11:59:55 #11 20.58 Setting up libpython3.10-minimal:armhf (3.10.6-1~22.04.2) ...
11:59:55 #11 20.60 Setting up libexpat1:armhf (2.4.7-1ubuntu0.2) ...
11:59:55 #11 20.61 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
11:59:55 #12 25.79 =============================================================================================
11:59:55 #12 25.79  Package                      Arch    Version                                Repo        Size
11:59:55 #12 25.79 =============================================================================================
11:59:55 #12 25.79 Installing:
11:59:55 #12 25.79  dnf-plugins-core             noarch  4.0.21-18.el8                          baseos      75 k
11:59:55 #12 25.79  rpm-build                    x86_64  4.14.3-26.el8                          appstream  174 k
11:59:55 #12 25.79  rpmlint                      noarch  1.10-14.el8                            appstream  192 k
11:59:55 #12 25.79 Upgrading:
11:59:55 #12 25.79  python3-dnf-plugins-core     noarch  4.0.21-18.el8                          baseos     258 k
11:59:55 #12 25.79  python3-rpm                  x86_64  4.14.3-26.el8                          baseos     155 k
11:59:55 #12 25.79  rpm                          x86_64  4.14.3-26.el8                          baseos     544 k
11:59:55 #12 25.79  rpm-build-libs               x86_64  4.14.3-26.el8                          baseos     157 k
11:59:55 #12 25.79  rpm-libs                     x86_64  4.14.3-26.el8                          baseos     345 k
11:59:55 #12 25.79 Installing dependencies:
11:59:55 #12 25.79  binutils                     x86_64  2.30-119.el8                           baseos     5.8 M
11:59:55 #12 25.79  bzip2                        x86_64  1.0.6-26.el8                           baseos      60 k
11:59:55 #12 25.79  cpio                         x86_64  2.12-11.el8                            baseos     266 k
11:59:55 #12 25.79  desktop-file-utils           x86_64  0.26-1.el8                             appstream   80 k
11:59:55 #12 25.79  diffutils                    x86_64  3.6-6.el8                              baseos     358 k
11:59:55 #12 25.79  dwz                          x86_64  0.12-10.el8                            appstream  109 k
11:59:55 #12 25.79  efi-srpm-macros              noarch  3-3.el8                                appstream   22 k
11:59:55 #12 25.79  elfutils                     x86_64  0.187-4.el8                            baseos     543 k
11:59:55 #12 25.79  emacs-filesystem             noarch  1:26.1-9.el8                           baseos      70 k
11:59:55 #12 25.79  file                         x86_64  5.33-21.el8                            baseos      77 k
11:59:55 #12 25.79  gc                           x86_64  7.6.4-3.el8                            appstream  109 k
11:59:55 #12 25.79  gdb-headless                 x86_64  8.2-19.el8                             appstream  3.7 M
11:59:55 #12 25.79  ghc-srpm-macros              noarch  1.4.2-7.el8                            appstream  9.3 k
11:59:55 #12 25.79  glibc-gconv-extra            x86_64  2.28-211.el8                           baseos     1.5 M
11:59:55 #12 25.79  go-srpm-macros               noarch  2-17.el8                               appstream   13 k
11:59:55 #12 25.79  groff-base                   x86_64  1.22.3-18.el8                          baseos     1.0 M
11:59:55 #12 25.79  guile                        x86_64  5:2.0.14-7.el8                         appstream  3.5 M
11:59:55 #12 25.79  libatomic_ops                x86_64  7.6.2-3.el8                            appstream   38 k
11:59:55 #12 25.79  libbabeltrace                x86_64  1.5.4-4.el8                            baseos     200 k
11:59:55 #12 25.79  libipt                       x86_64  1.6.1-8.el8                            appstream   50 k
11:59:55 #12 25.79  libpkgconf                   x86_64  1.4.2-1.el8                            baseos      35 k
11:59:55 #12 25.79  libtool-ltdl                 x86_64  2.4.6-25.el8                           baseos      58 k
11:59:55 #12 25.79  ncurses                      x86_64  6.1-9.20180224.el8                     baseos     387 k
11:59:55 #12 25.79  ocaml-srpm-macros            noarch  5-4.el8                                appstream  9.4 k
11:59:55 #12 25.79  openblas-srpm-macros         noarch  2-2.el8                                appstream  7.9 k
11:59:55 #12 25.79  patch                        x86_64  2.7.6-11.el8                           baseos     138 k
11:59:55 #12 25.79  perl-Carp                    noarch  1.42-396.el8                           baseos      30 k
11:59:55 #12 25.79  perl-Encode                  x86_64  4:2.97-3.el8                           baseos     1.5 M
11:59:55 #12 25.79  perl-Errno                   x86_64  1.28-422.el8                           baseos      76 k
11:59:55 #12 25.79  perl-Exporter                noarch  5.72-396.el8                           baseos      34 k
11:59:55 #12 25.79  perl-File-Path               noarch  2.15-2.el8                             baseos      38 k
11:59:55 #12 25.79  perl-File-Temp               noarch  0.230.600-1.el8                        baseos      63 k
11:59:55 #12 25.79  perl-Getopt-Long             noarch  1:2.50-4.el8                           baseos      63 k
11:59:55 #12 25.79  perl-HTTP-Tiny               noarch  0.074-1.el8                            baseos      58 k
11:59:55 #12 25.79  perl-IO                      x86_64  1.38-422.el8                           baseos     142 k
11:59:55 #12 25.79  perl-MIME-Base64             x86_64  3.15-396.el8                           baseos      31 k
11:59:55 #12 25.79  perl-PathTools               x86_64  3.74-1.el8                             baseos      90 k
11:59:55 #12 25.79  perl-Pod-Escapes             noarch  1:1.07-395.el8                         baseos      20 k
11:59:55 #12 25.79  perl-Pod-Perldoc             noarch  3.28-396.el8                           baseos      86 k
11:59:55 #12 25.79  perl-Pod-Simple              noarch  1:3.35-395.el8                         baseos     213 k
11:59:55 #12 25.79  perl-Pod-Usage               noarch  4:1.69-395.el8                         baseos      34 k
11:59:55 #12 25.79  perl-Scalar-List-Utils       x86_64  3:1.49-2.el8                           baseos      68 k
11:59:55 #12 25.79  perl-Socket                  x86_64  4:2.027-3.el8                          baseos      59 k
11:59:55 #12 25.79  perl-Storable                x86_64  1:3.11-3.el8                           baseos      98 k
11:59:55 #12 25.79  perl-Term-ANSIColor          noarch  4.06-396.el8                           baseos      46 k
11:59:55 #12 25.79  perl-Term-Cap                noarch  1.17-395.el8                           baseos      23 k
11:59:55 #12 25.79  perl-Text-ParseWords         noarch  3.30-395.el8                           baseos      18 k
11:59:55 #12 25.79  perl-Text-Tabs+Wrap          noarch  2013.0523-395.el8                      baseos      24 k
11:59:55 #12 25.79  perl-Time-Local              noarch  1:1.280-1.el8                          baseos      34 k
11:59:55 #12 25.79  perl-Unicode-Normalize       x86_64  1.25-396.el8                           baseos      82 k
11:59:55 #12 25.79  perl-constant                noarch  1.33-396.el8                           baseos      25 k
11:59:55 #12 25.79  perl-interpreter             x86_64  4:5.26.3-422.el8                       baseos     6.3 M
11:59:55 #12 25.79  perl-libs                    x86_64  4:5.26.3-422.el8                       baseos     1.6 M
11:59:55 #12 25.79  perl-macros                  x86_64  4:5.26.3-422.el8                       baseos      73 k
11:59:55 #12 25.79  perl-parent                  noarch  1:0.237-1.el8                          baseos      20 k
11:59:55 #12 25.79  perl-podlators               noarch  4.11-1.el8                             baseos     118 k
11:59:55 #12 25.79  perl-srpm-macros             noarch  1-25.el8                               appstream   11 k
11:59:55 #12 25.79  perl-threads                 x86_64  1:2.21-2.el8                           baseos      61 k
11:59:55 #12 25.79  perl-threads-shared          x86_64  1.58-2.el8                             baseos      48 k
11:59:55 #12 25.79  pkgconf                      x86_64  1.4.2-1.el8                            baseos      38 k
11:59:55 #12 25.79  pkgconf-m4                   noarch  1.4.2-1.el8                            baseos      17 k
11:59:55 #12 25.79  pkgconf-pkg-config           x86_64  1.4.2-1.el8                            baseos      15 k
11:59:55 #12 25.79  python-rpm-macros            noarch  3-44.el8                               baseos      16 k
11:59:55 #12 25.79  python-srpm-macros           noarch  3-44.el8                               baseos      16 k
11:59:55 #12 25.79  python3-rpm-macros           noarch  3-44.el8                               baseos      15 k
11:59:55 #12 25.79  python3-systemd              x86_64  234-8.el8                              appstream   81 k
11:59:55 #12 25.79  qt5-srpm-macros              noarch  5.15.3-1.el8                           appstream   11 k
11:59:55 #12 25.79  redhat-rpm-config            noarch  130-1.el8                              appstream   90 k
11:59:55 #12 25.79  rust-srpm-macros             noarch  5-2.el8                                appstream  9.2 k
11:59:55 #12 25.79  unzip                        x86_64  6.0-46.el8                             baseos     196 k
11:59:55 #12 25.79  xz                           x86_64  5.2.4-4.el8                            baseos     153 k
11:59:55 #12 25.79  zip                          x86_64  3.0-23.el8                             baseos     270 k
11:59:55 #12 25.79  zstd                         x86_64  1.4.4-1.el8                            appstream  393 k
11:59:55 #12 25.79 Installing weak dependencies:
11:59:55 #12 25.79  elfutils-debuginfod-client   x86_64  0.187-4.el8                            baseos      73 k
11:59:55 #12 25.79  perl-IO-Socket-IP            noarch  0.39-5.el8                             appstream   47 k
11:59:55 #12 25.79  perl-Mozilla-CA              noarch  20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
11:59:55 #12 25.79 Downgrading:
11:59:55 #12 25.79  xz-libs                      x86_64  5.2.4-4.el8                            baseos      94 k
11:59:55 #12 25.79 Enabling module streams:
11:59:55 #12 25.79  perl                                 5.26                                                   
11:59:55 #12 25.79  perl-IO-Socket-SSL                   2.066                                                  
11:59:55 #12 25.79  perl-libwww-perl                     6.34                                                   
11:59:55 #12 25.79 
11:59:55 #12 25.79 Transaction Summary
11:59:55 #12 25.79 =============================================================================================
11:59:55 #12 25.79 Install    79 Packages
11:59:55 #12 25.79 Upgrade     5 Packages
11:59:55 #12 25.79 Downgrade   1 Package
11:59:55 #12 25.79 
11:59:55 #12 25.79 Total download size: 33 M
11:59:55 #12 25.79 Downloading Packages:
11:59:55 #10 28.88 Selecting previously unselected package libisl19:armhf.
11:59:55 #10 28.88 Preparing to unpack .../063-libisl19_0.19-1_armhf.deb ...
11:59:55 #10 28.90 Unpacking libisl19:armhf (0.19-1) ...
11:59:55 #10 29.07 Selecting previously unselected package libmpfr6:armhf.
11:59:55 #10 29.07 Preparing to unpack .../064-libmpfr6_4.0.1-1_armhf.deb ...
11:59:55 #10 29.08 Unpacking libmpfr6:armhf (4.0.1-1) ...
11:59:55 #10 37.05 Selecting previously unselected package lsb-release.
11:59:55 #10 37.06 Preparing to unpack .../337-lsb-release_11.1.0_all.deb ...
11:59:55 #10 37.06 Unpacking lsb-release (11.1.0) ...
11:59:55 #10 37.10 Selecting previously unselected package manpages-dev.
11:59:55 #10 37.10 Preparing to unpack .../338-manpages-dev_5.10-1_all.deb ...
11:59:55 #10 37.11 Unpacking manpages-dev (5.10-1) ...
11:59:55 #11 38.81 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
11:59:55 #11 38.82 Unpacking libfile-find-rule-perl (0.34-1) ...
11:59:55 #11 38.85 Selecting previously unselected package libfont-afm-perl.
11:59:55 #11 38.85 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ...
11:59:55 #11 38.85 Unpacking libfont-afm-perl (1.20-2) ...
11:59:55 #11 38.89 Selecting previously unselected package libio-string-perl.
11:59:55 #11 38.89 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
11:59:55 #11 38.89 Unpacking libio-string-perl (1.08-3) ...
11:59:55 #11 38.92 Selecting previously unselected package libfont-ttf-perl.
11:59:55 #11 38.92 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ...
11:59:55 #11 38.93 Unpacking libfont-ttf-perl (1.06-1) ...
11:59:55 #11 38.99 Selecting previously unselected package libfuture-perl.
11:59:55 #11 38.99 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ...
11:59:55 #11 39.00 Unpacking libfuture-perl (0.43-1) ...
11:59:55 #11 39.03 Selecting previously unselected package libio-stringy-perl.
11:59:55 #10 37.11 Selecting previously unselected package libwww-robotrules-perl.
11:59:55 #10 37.11 Preparing to unpack .../142-libwww-robotrules-perl_6.02-1_all.deb ...
11:59:55 #10 37.11 Unpacking libwww-robotrules-perl (6.02-1) ...
11:59:55 #10 37.15 Selecting previously unselected package libwww-perl.
11:59:55 #10 37.15 Preparing to unpack .../143-libwww-perl_6.52-1_all.deb ...
11:59:55 #10 37.15 Unpacking libwww-perl (6.52-1) ...
11:59:55 #10 37.20 Selecting previously unselected package patchutils.
11:59:55 #10 37.20 Preparing to unpack .../144-patchutils_0.4.2-1_amd64.deb ...
11:59:55 #10 37.21 Unpacking patchutils (0.4.2-1) ...
11:59:55 #10 37.25 Selecting previously unselected package wdiff.
11:59:55 #10 37.25 Preparing to unpack .../145-wdiff_1.2.2-2+b1_amd64.deb ...
11:59:55 #10 37.25 Unpacking wdiff (1.2.2-2+b1) ...
11:59:55 #10 37.31 Selecting previously unselected package devscripts.
11:59:55 #11 29.36 Preparing to unpack .../160-libhtml-parser-perl_3.76-1build2_arm64.deb ...
11:59:55 #11 29.37 Unpacking libhtml-parser-perl:arm64 (3.76-1build2) ...
11:59:55 #11 29.42 Selecting previously unselected package libhtml-tree-perl.
11:59:55 #11 29.42 Preparing to unpack .../161-libhtml-tree-perl_5.07-2_all.deb ...
11:59:55 #11 29.42 Unpacking libhtml-tree-perl (5.07-2) ...
11:59:55 #11 29.47 Selecting previously unselected package libio-html-perl.
11:59:55 #11 29.47 Preparing to unpack .../162-libio-html-perl_1.004-2_all.deb ...
11:59:55 #11 29.47 Unpacking libio-html-perl (1.004-2) ...
11:59:55 #11 29.51 Selecting previously unselected package liblwp-mediatypes-perl.
11:59:55 #11 29.51 Preparing to unpack .../163-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:59:55 #11 29.52 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:59:55 #11 29.55 Selecting previously unselected package libhttp-message-perl.
11:59:55 #11 29.55 Preparing to unpack .../164-libhttp-message-perl_6.36-1_all.deb ...
11:59:55 #11 29.56 Unpacking libhttp-message-perl (6.36-1) ...
11:59:55 #11 29.60 Selecting previously unselected package libhttp-cookies-perl.
11:59:55 #10 41.55 Preparing to unpack .../211-libipc-system-simple-perl_1.25-4_all.deb ...
11:59:55 #10 41.56 Unpacking libipc-system-simple-perl (1.25-4) ...
11:59:55 #10 41.60 Selecting previously unselected package libfile-basedir-perl.
11:59:55 #10 41.60 Preparing to unpack .../212-libfile-basedir-perl_0.08-1_all.deb ...
11:59:55 #10 41.60 Unpacking libfile-basedir-perl (0.08-1) ...
11:59:55 #10 41.64 Selecting previously unselected package libfile-chdir-perl.
11:59:55 #10 41.64 Preparing to unpack .../213-libfile-chdir-perl_0.1008-1_all.deb ...
11:59:55 #10 41.64 Unpacking libfile-chdir-perl (0.1008-1) ...
11:59:55 #10 41.69 Selecting previously unselected package libfile-fcntllock-perl.
11:59:55 #10 41.70 Preparing to unpack .../214-libfile-fcntllock-perl_0.22-3+b5_amd64.deb ...
11:59:55 #10 41.70 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
11:59:55 #10 41.74 Selecting previously unselected package libfont-afm-perl.
11:59:55 #10 41.74 Preparing to unpack .../215-libfont-afm-perl_1.20-2_all.deb ...
11:59:55 #10 41.74 Unpacking libfont-afm-perl (1.20-2) ...
11:59:55 #10 41.79 Selecting previously unselected package libfribidi0:amd64.
11:59:55 #10 41.79 Preparing to unpack .../216-libfribidi0_1.0.5-3.1+deb10u2_amd64.deb ...
11:59:55 #10 41.80 Unpacking libfribidi0:amd64 (1.0.5-3.1+deb10u2) ...
11:59:55 #10 41.85 Selecting previously unselected package libfuture-perl.
11:59:55 #10 41.85 Preparing to unpack .../217-libfuture-perl_0.39-1_all.deb ...
11:59:55 #10 41.86 Unpacking libfuture-perl (0.39-1) ...
11:59:55 #10 41.91 Selecting previously unselected package libio-stringy-perl.
11:59:55 #10 11.56 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [29.9 kB]
11:59:55 #10 11.56 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf man-db armhf 2.9.4-2 [1307 kB]
11:59:55 #10 11.62 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
11:59:55 #10 11.78 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
11:59:55 #10 11.80 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3373 kB]
11:59:55 #10 17.23 Selecting previously unselected package python3.
11:59:55 #10 17.23 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8850 files and directories currently installed.)
11:59:55 #10 17.24 Preparing to unpack .../python3_3.11.1-3_armhf.deb ...
11:59:55 #10 17.25 Unpacking python3 (3.11.1-3) ...
11:59:55 #10 17.30 Selecting previously unselected package adduser.
11:59:55 #10 17.30 Preparing to unpack .../archives/adduser_3.130_all.deb ...
11:59:55 #10 17.30 Unpacking adduser (3.130) ...
11:59:55 #11 36.58 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1build1_arm64.deb ...
11:59:55 #11 36.58 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
11:59:55 #11 36.61 Selecting previously unselected package libpath-iterator-rule-perl.
11:59:55 #11 36.62 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:59:55 #11 36.62 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:59:55 #11 36.66 Selecting previously unselected package libperl4-corelibs-perl.
11:59:55 #11 36.66 Preparing to unpack .../291-libperl4-corelibs-perl_0.004-2_all.deb ...
11:59:55 #11 36.66 Unpacking libperl4-corelibs-perl (0.004-2) ...
11:59:55 #11 36.69 Selecting previously unselected package libperlio-gzip-perl.
11:59:55 #11 36.70 Preparing to unpack .../292-libperlio-gzip-perl_0.19-1build5_arm64.deb ...
11:59:55 #11 36.70 Unpacking libperlio-gzip-perl (0.19-1build5) ...
11:59:55 #11 36.73 Selecting previously unselected package libpod-constants-perl.
11:59:55 #11 36.73 Preparing to unpack .../293-libpod-constants-perl_0.19-1_all.deb ...
11:59:55 #11 36.74 Unpacking libpod-constants-perl (0.19-1) ...
11:59:55 #11 36.78 Selecting previously unselected package libre2-5:arm64.
11:59:55 #11 36.78 Preparing to unpack .../294-libre2-5_20200101+dfsg-1build1_arm64.deb ...
11:59:55 #11 36.78 Unpacking libre2-5:arm64 (20200101+dfsg-1build1) ...
11:59:55 #11 36.84 Selecting previously unselected package libre-engine-re2-perl.
11:59:55 #11 37.84 Updating certificates in /etc/ssl/certs...
11:59:55 #11 DONE 0.8s
11:59:55 
11:59:55 #12 [stage-1 5/8] COPY SPECS /root/rpmbuild/SPECS
11:59:55 #12 DONE 0.1s
11:59:55 
11:59:55 #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:59:55 #10 38.62 Preparing to unpack .../288-libstring-shellquote-perl_1.04-1_all.deb ...
11:59:55 #10 38.63 Unpacking libstring-shellquote-perl (1.04-1) ...
11:59:55 #10 38.66 Selecting previously unselected package libterm-readkey-perl.
11:59:55 #10 38.67 Preparing to unpack .../289-libterm-readkey-perl_2.38-1_arm64.deb ...
11:59:55 #10 38.67 Unpacking libterm-readkey-perl (2.38-1) ...
11:59:55 #10 38.71 Selecting previously unselected package libtest-fatal-perl.
11:59:55 #10 38.71 Preparing to unpack .../290-libtest-fatal-perl_0.014-1_all.deb ...
11:59:55 #10 38.72 Unpacking libtest-fatal-perl (0.014-1) ...
11:59:55 #10 38.75 Selecting previously unselected package libtest-refcount-perl.
11:59:55 #10 38.76 Preparing to unpack .../291-libtest-refcount-perl_0.08-3_all.deb ...
11:59:55 #10 38.76 Unpacking libtest-refcount-perl (0.08-3) ...
11:59:55 #10 38.80 Selecting previously unselected package libtext-levenshtein-perl.
11:59:55 #10 38.80 Preparing to unpack .../292-libtext-levenshtein-perl_0.13-1_all.deb ...
11:59:55 #10 38.81 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:59:55 #10 38.86 Selecting previously unselected package libtype-tiny-xs-perl.
11:59:55 #10 37.43 Preparing to unpack .../161-python3-gpg_1.18.0-3+b1_amd64.deb ...
11:59:55 #10 37.44 Unpacking python3-gpg (1.18.0-3+b1) ...
11:59:55 #10 37.52 Selecting previously unselected package python3-xdg.
11:59:55 #10 37.52 Preparing to unpack .../162-python3-xdg_0.28-2_all.deb ...
11:59:55 #10 37.53 Unpacking python3-xdg (0.28-2) ...
11:59:55 #10 37.58 Selecting previously unselected package dput.
11:59:55 #10 37.58 Preparing to unpack .../163-dput_1.1.3_all.deb ...
11:59:55 #10 37.58 Unpacking dput (1.1.3) ...
11:59:55 #10 37.62 Selecting previously unselected package equivs.
11:59:55 #10 37.62 Preparing to unpack .../164-equivs_2.3.1_all.deb ...
11:59:55 #10 37.63 Unpacking equivs (2.3.1) ...
11:59:55 #10 37.66 Selecting previously unselected package fonts-dejavu-core.
11:59:55 #10 37.66 Preparing to unpack .../165-fonts-dejavu-core_2.37-2_all.deb ...
11:59:55 #10 37.67 Unpacking fonts-dejavu-core (2.37-2) ...
11:59:55 #10 10.45 The following NEW packages will be installed:
11:59:55 #10 10.45   autoconf automake autopoint autotools-dev binutils
11:59:55 #10 10.45   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-12
11:59:55 #10 10.45   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
11:59:55 #10 10.45   equivs fakeroot file gcc gcc-12 gettext gettext-base git git-man groff-base
11:59:55 #10 10.46   intltool-debian libarchive-zip-perl libasan8 libb-hooks-op-check-perl
11:59:55 #10 10.46   libbinutils libc-dev-bin libc6-dev libcc1-0 libclass-method-modifiers-perl
11:59:55 #10 10.46   libclass-xsaccessor-perl libclone-perl libcrypt-dev libctf-nobfd0 libctf0
11:59:55 #10 10.46   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
11:59:55 #10 10.46   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
11:59:55 #10 10.46   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
11:59:55 #10 10.46   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:59:55 #10 10.46   libfile-which-perl libgcc-12-dev libgomp1 libhtml-parser-perl
11:59:55 #10 10.46   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
11:59:55 #10 10.46   libhttp-message-perl libhttp-negotiate-perl libicu72 libimport-into-perl
11:59:55 #10 10.46   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
11:59:55 #10 10.46   libisl23 libjansson4 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:59:55 #10 10.46   libmagic-mgc libmagic1 libmd0 libmodule-runtime-perl libmoo-perl libmpc3
11:59:55 #10 10.46   libmpdec3 libmpfr6 libnet-http-perl libnet-ssleay-perl libnsl-dev libnsl2
11:59:55 #10 10.46   libparams-classify-perl libpipeline1 libpython3-stdlib libpython3.11-minimal
11:59:55 #10 10.46   libpython3.11-stdlib libregexp-ipv6-perl librole-tiny-perl
11:59:55 #10 10.46   libsub-override-perl libsub-quote-perl libtimedate-perl libtirpc-common
11:59:55 #10 10.46   libtirpc-dev libtirpc3 libtool libtry-tiny-perl libubsan1 libuchardet0
11:59:55 #10 10.46   liburi-perl libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4
11:59:55 #10 10.46   make man-db media-types patch patchutils perl-openssl-defaults po-debconf
11:59:55 #10 10.46   python3 python3-minimal python3.11 python3.11-minimal rpcsvc-proto
11:59:55 #10 10.46   sensible-utils wdiff xz-utils
11:59:55 #10 10.46 The following packages will be upgraded:
11:59:55 #10 10.46   curl dpkg gcc-12-base libatomic1 libc-bin libc6 libcrypt1 libcurl4 libgcc-s1
11:59:55 #10 10.46   liblzma5 libperl5.36 libstdc++6 perl perl-base perl-modules-5.36
11:59:55 #11 17.86 Get:238 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:59:55 #11 17.86 Get:239 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libalgorithm-diff-xs-perl armhf 0.04-7 [11.3 kB]
11:59:55 #11 17.86 Get:240 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libalgorithm-merge-perl all 0.08-4 [12.0 kB]
11:59:55 #11 17.86 Get:241 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libaliased-perl all 0.34-2 [13.5 kB]
11:59:55 #11 17.86 Get:242 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libapt-pkg-perl armhf 0.1.40build2 [68.4 kB]
11:59:55 #11 17.86 Get:243 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libarchive-cpio-perl all 0.10-2 [10.3 kB]
11:59:55 #11 17.86 Get:244 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libarray-intspan-perl all 2.004-2 [25.0 kB]
11:59:55 #11 17.86 Get:245 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmodule-implementation-perl all 0.09-2 [12.0 kB]
11:59:55 #11 17.86 Get:246 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-exporter-progressive-perl all 0.001013-2 [7248 B]
11:59:55 #11 17.93 Get:247 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libvariable-magic-perl armhf 0.62-2 [32.7 kB]
11:59:55 #11 18.02 Get:248 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libb-hooks-endofscope-perl all 0.26-1 [17.8 kB]
11:59:55 #11 18.02 Get:249 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libberkeleydb-perl armhf 0.64-1build3 [111 kB]
11:59:55 #11 18.02 Get:250 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfreetype6 armhf 2.12.1+dfsg-3 [324 kB]
11:59:55 #11 18.02 Get:251 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfontconfig1 armhf 2.13.1-4.4ubuntu1 [107 kB]
11:59:55 #11 18.02 Get:252 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjpeg-turbo8 armhf 2.1.2-0ubuntu1 [116 kB]
11:59:55 #11 18.02 Get:253 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjpeg8 armhf 8c-2ubuntu10 [2266 B]
11:59:55 #11 18.02 Get:254 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdeflate0 armhf 1.12-1 [64.1 kB]
11:59:55 #11 18.02 Get:255 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libjbig0 armhf 2.1-3.1ubuntu0.22.10.1 [25.2 kB]
11:59:55 #11 18.02 Get:256 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblerc3 armhf 3.0+ds-1ubuntu1 [106 kB]
11:59:55 #10 39.15 Preparing to unpack .../349-libterm-readkey-perl_2.38-2+b1_arm64.deb ...
11:59:55 #10 39.15 Unpacking libterm-readkey-perl (2.38-2+b1) ...
11:59:55 #10 39.18 Selecting previously unselected package libtext-levenshteinxs-perl.
11:59:55 #10 39.19 Preparing to unpack .../350-libtext-levenshteinxs-perl_0.03-5+b1_arm64.deb ...
11:59:55 #10 39.19 Unpacking libtext-levenshteinxs-perl (0.03-5+b1) ...
11:59:55 #10 39.23 Selecting previously unselected package libtext-markdown-discount-perl.
11:59:55 #10 39.23 Preparing to unpack .../351-libtext-markdown-discount-perl_0.16-1_arm64.deb ...
11:59:55 #10 39.23 Unpacking libtext-markdown-discount-perl (0.16-1) ...
11:59:55 #10 39.26 Selecting previously unselected package libtext-xslate-perl:arm64.
11:59:55 #10 39.27 Preparing to unpack .../352-libtext-xslate-perl_3.5.9-1+b2_arm64.deb ...
11:59:55 #10 39.27 Unpacking libtext-xslate-perl:arm64 (3.5.9-1+b2) ...
11:59:55 #10 39.32 Selecting previously unselected package libtime-duration-perl.
11:59:55 #10 39.32 Preparing to unpack .../353-libtime-duration-perl_1.21-2_all.deb ...
11:59:55 #10 39.33 Unpacking libtime-duration-perl (1.21-2) ...
11:59:55 #10 39.36 Selecting previously unselected package libtime-moment-perl.
11:59:55 #10 39.36 Preparing to unpack .../354-libtime-moment-perl_0.44-2+b1_arm64.deb ...
11:59:55 #10 39.36 Unpacking libtime-moment-perl (0.44-2+b1) ...
11:59:55 #10 39.40 Selecting previously unselected package libtype-tiny-xs-perl:arm64.
11:59:55 #12 25.99   Installing       : perl-Socket-4:2.027-3.el8.aarch64                    38/90 
11:59:55 #12 26.18   Installing       : perl-Encode-4:2.97-3.el8.aarch64                     39/90 
11:59:55 #12 26.21   Installing       : perl-Carp-1.42-396.el8.noarch                        40/90 
11:59:55 #11 38.20 Setting up libk5crypto3:amd64 (1.20-1ubuntu0.1) ...
11:59:55 #11 38.21 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
11:59:55 #11 38.22 Setting up libltdl7:amd64 (2.4.7-4) ...
11:59:55 #11 38.23 Setting up libsasl2-2:amd64 (2.1.28+dfsg-6ubuntu2) ...
11:59:55 #11 38.24 Setting up libwebp7:amd64 (1.2.2-2) ...
11:59:55 #11 38.25 Setting up libfdisk1:amd64 (2.38-4ubuntu1) ...
11:59:55 #11 38.26 Setting up libubsan1:amd64 (12.2.0-3ubuntu1) ...
11:59:55 #11 38.27 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
11:59:55 #11 38.28 Setting up libmd0:amd64 (1.0.4-2) ...
11:59:55 #11 38.29 Setting up python-apt-common (2.4.0+22.10) ...
11:59:55 #11 38.29 Setting up dmsetup (2:1.02.185-1ubuntu1) ...
11:59:55 #11 38.31 Setting up libcrypt-dev:amd64 (1:4.4.28-2) ...
11:59:55 #11 38.32 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
11:59:55 #11 38.33 Setting up libasan8:amd64 (12.2.0-3ubuntu1) ...
11:59:55 #11 38.34 Setting up libuchardet0:amd64 (0.0.7-1build2) ...
11:59:55 #11 38.35 Setting up lzop (1.04-2build2) ...
11:59:55 #11 38.36 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
11:59:55 #11 38.37 Setting up git-man (1:2.37.2-1ubuntu1.2) ...
11:59:55 #11 38.38 Setting up libgirepository-1.0-1:amd64 (1.74.0-2) ...
11:59:55 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8
11:59:55 #11 35.41 Preparing to unpack .../246-libfcgi0ldbl_2.4.2-2build2_arm64.deb ...
11:59:55 #11 35.43 Unpacking libfcgi0ldbl:arm64 (2.4.2-2build2) ...
11:59:55 #11 35.47 Selecting previously unselected package libfcgi-perl:arm64.
11:59:55 #11 35.47 Preparing to unpack .../247-libfcgi-perl_0.82+ds-1build1_arm64.deb ...
11:59:55 #11 35.47 Unpacking libfcgi-perl:arm64 (0.82+ds-1build1) ...
11:59:55 #11 35.51 Selecting previously unselected package libcgi-fast-perl.
11:59:55 #11 35.51 Preparing to unpack .../248-libcgi-fast-perl_1%3a2.15-1_all.deb ...
11:59:55 #11 35.51 Unpacking libcgi-fast-perl (1:2.15-1) ...
11:59:55 #11 35.55 Selecting previously unselected package libclass-data-inheritable-perl.
11:59:55 #11 35.55 Preparing to unpack .../249-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:59:55 #11 35.55 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:59:55 #11 35.60 Selecting previously unselected package libclone-perl.
11:59:55 #11 35.60 Preparing to unpack .../250-libclone-perl_0.45-1build3_arm64.deb ...
11:59:55 #11 35.61 Unpacking libclone-perl (0.45-1build3) ...
11:59:55 #11 35.64 Selecting previously unselected package libcommon-sense-perl:arm64.
11:59:55 #10 39.28 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:59:55 #10 39.29 Setting up unzip (6.0-21ubuntu1.2) ...
11:59:55 #10 39.31 Setting up linux-libc-dev:amd64 (4.15.0-202.213) ...
11:59:55 #10 39.32 Setting up libmpfr6:amd64 (4.0.1-1) ...
11:59:55 #10 39.33 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:59:55 #10 39.37 Setting up dctrl-tools (2.24-2build1) ...
11:59:55 #10 39.38 Setting up distro-info-data (0.37ubuntu0.15) ...
11:59:55 #10 39.39 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
11:59:55 #10 39.40 Setting up libpipeline1:amd64 (1.5.0-1) ...
11:59:55 #10 39.42 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:55 #10 39.43 Setting up libksba8:amd64 (1.3.5-2ubuntu0.18.04.2) ...
11:59:55 #10 39.44 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
11:59:55 #10 39.45 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
11:59:55 #10 39.46 Setting up m4 (1.4.18-1) ...
11:59:55 #10 39.47 Setting up libgdbm5:amd64 (1.14.1-6) ...
11:59:55 #10 39.48 Setting up at (3.1.20-3.1ubuntu2) ...
11:59:55 #11 22.17 Selecting previously unselected package perl.
11:59:55 #11 22.17 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.3_armhf.deb ...
11:59:55 #11 22.18 Unpacking perl (5.30.0-9ubuntu0.3) ...
11:59:55 #11 22.25 Selecting previously unselected package openssl.
11:59:55 #11 22.25 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.16_armhf.deb ...
11:59:55 #10 37.40 Selecting previously unselected package pbzip2.
11:59:55 #10 37.40 Preparing to unpack .../339-pbzip2_1.1.13-1_arm64.deb ...
11:59:55 #10 37.41 Unpacking pbzip2 (1.1.13-1) ...
11:59:55 #10 37.44 Selecting previously unselected package pixz.
11:59:55 #10 37.45 Preparing to unpack .../340-pixz_1.0.7-1_arm64.deb ...
11:59:55 #10 37.45 Unpacking pixz (1.0.7-1) ...
11:59:55 #10 37.49 Selecting previously unselected package xdelta.
11:59:55 #11 39.03 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ...
11:59:55 #11 39.04 Unpacking libio-stringy-perl (2.111-3) ...
11:59:55 #11 39.07 Selecting previously unselected package libparams-validate-perl.
11:59:55 #11 39.07 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ...
11:59:55 #11 39.08 Unpacking libparams-validate-perl (1.29-3) ...
11:59:55 #11 39.11 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:59:55 #11 39.11 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
11:59:55 #11 39.12 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
11:59:55 #11 39.21 Selecting previously unselected package libsort-versions-perl.
11:59:55 #11 39.21 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
11:59:55 #11 39.21 Unpacking libsort-versions-perl (1.62-1) ...
11:59:55 #11 39.24 Selecting previously unselected package libgit-wrapper-perl.
11:59:55 #11 39.24 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
11:59:55 #11 39.25 Unpacking libgit-wrapper-perl (0.048-1) ...
11:59:55 #11 39.28 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:59:55 #11 39.28 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
11:59:55 #11 29.60 Preparing to unpack .../165-libhttp-cookies-perl_6.10-1_all.deb ...
11:59:55 #11 29.60 Unpacking libhttp-cookies-perl (6.10-1) ...
11:59:55 #11 29.64 Selecting previously unselected package libhttp-negotiate-perl.
11:59:55 #11 29.64 Preparing to unpack .../166-libhttp-negotiate-perl_6.01-1_all.deb ...
11:59:55 #11 29.64 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:59:55 #11 29.67 Selecting previously unselected package perl-openssl-defaults:arm64.
11:59:55 #11 29.68 Preparing to unpack .../167-perl-openssl-defaults_5build2_arm64.deb ...
11:59:55 #11 29.72 Unpacking perl-openssl-defaults:arm64 (5build2) ...
11:59:55 #11 29.75 Selecting previously unselected package libnet-ssleay-perl:arm64.
11:59:55 #11 29.76 Preparing to unpack .../168-libnet-ssleay-perl_1.92-1build2_arm64.deb ...
11:59:55 #11 29.76 Unpacking libnet-ssleay-perl:arm64 (1.92-1build2) ...
11:59:55 #11 29.82 Selecting previously unselected package libio-socket-ssl-perl.
11:59:55 #11 29.82 Preparing to unpack .../169-libio-socket-ssl-perl_2.074-2_all.deb ...
11:59:55 #11 29.83 Unpacking libio-socket-ssl-perl (2.074-2) ...
11:59:55 #10 37.31 Preparing to unpack .../146-devscripts_2.21.3+deb11u1_amd64.deb ...
11:59:55 #10 37.32 Unpacking devscripts (2.21.3+deb11u1) ...
11:59:55 #10 37.47 Selecting previously unselected package diffstat.
11:59:55 #10 37.47 Preparing to unpack .../147-diffstat_1.64-1_amd64.deb ...
11:59:55 #10 37.47 Unpacking diffstat (1.64-1) ...
11:59:55 #10 37.50 Selecting previously unselected package distro-info-data.
11:59:55 #10 37.50 Preparing to unpack .../148-distro-info-data_0.51+deb11u3_all.deb ...
11:59:55 #10 37.51 Unpacking distro-info-data (0.51+deb11u3) ...
11:59:55 #10 37.54 Selecting previously unselected package python3-pkg-resources.
11:59:55 #10 37.55 Preparing to unpack .../149-python3-pkg-resources_52.0.0-4_all.deb ...
11:59:55 #10 37.55 Unpacking python3-pkg-resources (52.0.0-4) ...
11:59:55 #10 37.60 Selecting previously unselected package python3-chardet.
11:59:55 #10 41.92 Preparing to unpack .../218-libio-stringy-perl_2.111-3_all.deb ...
11:59:55 #10 41.93 Unpacking libio-stringy-perl (2.111-3) ...
11:59:55 #10 41.98 Selecting previously unselected package libparams-validate-perl.
11:59:55 #10 41.98 Preparing to unpack .../219-libparams-validate-perl_1.29-1+b1_amd64.deb ...
11:59:55 #10 41.98 Unpacking libparams-validate-perl (1.29-1+b1) ...
11:59:55 #10 42.03 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:59:55 #10 42.03 Preparing to unpack .../220-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
11:59:55 #10 42.03 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
11:59:55 #10 42.13 Selecting previously unselected package libsort-versions-perl.
11:59:55 #10 11.90 Get:11 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1+deb11u5 [267 kB]
11:59:55 #10 11.91 Get:12 http://archive.raspberrypi.org/debian bullseye/main armhf linux-libc-dev armhf 1:1.20230106-1 [1060 kB]
11:59:55 #10 11.93 Get:13 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1+deb11u5 [1815 kB]
11:59:55 #10 11.95 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
11:59:55 #10 11.95 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
11:59:55 #10 11.96 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [75.0 kB]
11:59:55 #10 11.96 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
11:59:55 #10 12.04 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
11:59:55 #11 36.84 Preparing to unpack .../295-libre-engine-re2-perl_0.13-5_arm64.deb ...
11:59:55 #11 36.84 Unpacking libre-engine-re2-perl (0.13-5) ...
11:59:55 #11 36.87 Selecting previously unselected package libreadonly-perl.
11:59:55 #11 36.88 Preparing to unpack .../296-libreadonly-perl_2.050-2_all.deb ...
11:59:55 #11 36.88 Unpacking libreadonly-perl (2.050-2) ...
11:59:55 #11 36.91 Selecting previously unselected package libref-util-perl.
11:59:55 #11 36.92 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ...
11:59:55 #11 36.92 Unpacking libref-util-perl (0.204-1) ...
11:59:55 #11 36.95 Selecting previously unselected package libref-util-xs-perl.
11:59:55 #11 36.96 Preparing to unpack .../298-libref-util-xs-perl_0.117-1build2_arm64.deb ...
11:59:55 #11 36.96 Unpacking libref-util-xs-perl (0.117-1build2) ...
11:59:55 #11 36.99 Selecting previously unselected package libregexp-pattern-license-perl.
11:59:55 #11 36.99 Preparing to unpack .../299-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
11:59:55 #11 37.00 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
11:59:55 #11 37.05 Selecting previously unselected package libregexp-pattern-perl.
11:59:55 #11 37.05 Preparing to unpack .../300-libregexp-pattern-perl_0.2.12-1_all.deb ...
11:59:55 #11 37.06 Unpacking libregexp-pattern-perl (0.2.12-1) ...
11:59:55 #11 37.10 Selecting previously unselected package libsasl2-modules:arm64.
11:59:55 #10 17.40 Setting up adduser (3.130) ...
11:59:55 #10 17.52 Selecting previously unselected package less.
11:59:55 #10 17.52 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8931 files and directories currently installed.)
11:59:55 #10 17.52 Preparing to unpack .../000-less_590-1.1_armhf.deb ...
11:59:55 #10 17.52 Unpacking less (590-1.1) ...
11:59:55 #10 17.55 Selecting previously unselected package netbase.
11:59:55 #10 17.55 Preparing to unpack .../001-netbase_6.4_all.deb ...
11:59:55 #10 17.56 Unpacking netbase (6.4) ...
11:59:55 #10 17.60 Selecting previously unselected package sensible-utils.
11:59:55 #10 17.60 Preparing to unpack .../002-sensible-utils_0.0.17+nmu1_all.deb ...
11:59:55 #11 38.27 124 added, 0 removed; done.
11:59:55 #11 38.30 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.1) ...
11:59:55 #11 38.31 Setting up libgdbm-compat4:amd64 (1.23-1) ...
11:59:55 #11 38.32 Setting up libgcc-11-dev:amd64 (11.3.0-1ubuntu1~22.04) ...
11:59:55 #11 38.33 Setting up dwz (0.14-1build2) ...
11:59:55 #11 38.35 Setting up groff-base (1.22.4-8build1) ...
11:59:55 #11 38.39 Setting up cpp (4:11.2.0-1ubuntu1) ...
11:59:55 #11 38.40 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
11:59:55 #11 38.41 Setting up debugedit (1:5.0-4build1) ...
11:59:55 #11 38.42 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.7) ...
11:59:55 #10 38.86 Preparing to unpack .../293-libtype-tiny-xs-perl_0.014-1+b1_arm64.deb ...
11:59:55 #10 38.87 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
11:59:55 #10 38.91 Selecting previously unselected package libunicode-utf8-perl.
11:59:55 #10 38.91 Preparing to unpack .../294-libunicode-utf8-perl_0.62-1_arm64.deb ...
11:59:55 #10 38.91 Unpacking libunicode-utf8-perl (0.62-1) ...
11:59:55 #10 38.97 Selecting previously unselected package libwrap0:arm64.
11:59:55 #10 38.97 Preparing to unpack .../295-libwrap0_7.6.q-28_arm64.deb ...
11:59:55 #10 38.98 Unpacking libwrap0:arm64 (7.6.q-28) ...
11:59:55 #10 39.03 Selecting previously unselected package libxau6:arm64.
11:59:55 #10 39.03 Preparing to unpack .../296-libxau6_1%3a1.0.8-1+b2_arm64.deb ...
11:59:55 #10 39.03 Unpacking libxau6:arm64 (1:1.0.8-1+b2) ...
11:59:55 #10 39.08 Selecting previously unselected package libxdmcp6:arm64.
11:59:55 #10 39.08 Preparing to unpack .../297-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
11:59:55 #10 39.09 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
11:59:55 #10 39.13 Selecting previously unselected package libxcb1:arm64.
11:59:55 #10 39.13 Preparing to unpack .../298-libxcb1_1.13.1-2_arm64.deb ...
11:59:55 #10 39.14 Unpacking libxcb1:arm64 (1.13.1-2) ...
11:59:55 #10 39.18 Selecting previously unselected package libx11-data.
11:59:55 #10 37.81 Selecting previously unselected package fontconfig-config.
11:59:55 #10 37.81 Preparing to unpack .../166-fontconfig-config_2.14.1-4_amd64.deb ...
11:59:55 #10 37.89 Unpacking fontconfig-config (2.14.1-4) ...
11:59:55 #10 37.95 Selecting previously unselected package libcurl3-gnutls:amd64.
11:59:55 #10 37.95 Preparing to unpack .../167-libcurl3-gnutls_7.87.0-2_amd64.deb ...
11:59:55 #10 37.97 Unpacking libcurl3-gnutls:amd64 (7.87.0-2) ...
11:59:55 #10 38.03 Selecting previously unselected package liberror-perl.
11:59:55 #11 18.08 Get:257 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwebp7 armhf 1.2.2-2 [166 kB]
11:59:55 #11 18.15 Get:258 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libtiff5 armhf 4.4.0-4ubuntu3.2 [171 kB]
11:59:55 #11 18.15 Get:259 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libxpm4 armhf 1:3.5.12-1ubuntu0.22.10.1 [31.3 kB]
11:59:55 #11 18.15 Get:260 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgd3 armhf 2.3.3-6 [105 kB]
11:59:55 #11 18.15 Get:261 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libc-devtools armhf 2.36-0ubuntu4 [29.6 kB]
11:59:55 #11 18.16 Get:262 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:59:55 #11 18.16 Get:263 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcgi-pm-perl all 4.54-1 [188 kB]
11:59:55 #11 18.16 Get:264 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfcgi0ldbl armhf 2.4.2-2build2 [23.2 kB]
11:59:55 #11 18.17 Get:265 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfcgi-perl armhf 0.82+ds-1build1 [21.3 kB]
11:59:55 #11 18.17 Get:266 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcgi-fast-perl all 1:2.15-1 [10.5 kB]
11:59:55 #11 18.23 Get:267 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:59:55 #11 18.25 Get:268 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libclone-perl armhf 0.45-1build3 [10.2 kB]
11:59:55 #11 18.25 Get:269 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcommon-sense-perl armhf 3.75-2build1 [21.2 kB]
11:59:55 #11 18.25 Get:270 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:59:55 #11 18.25 Get:271 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libparams-util-perl armhf 1.102-1build3 [21.4 kB]
11:59:55 #11 18.25 Get:272 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-install-perl all 0.928-2 [10.2 kB]
11:59:55 #11 18.25 Get:273 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-optlist-perl all 0.112-1 [11.0 kB]
11:59:55 #11 18.25 Get:274 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-exporter-perl all 0.988-1 [50.6 kB]
11:59:55 #11 18.25 Get:275 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libconst-fast-perl all 0.014-2 [8034 B]
11:59:55 #11 18.31 Get:276 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwant-perl armhf 0.29-2 [24.0 kB]
11:59:55 #11 18.32 Get:277 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcontextual-return-perl all 0.004014-3 [53.8 kB]
11:59:55 #11 18.33 Get:278 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcpanel-json-xs-perl armhf 4.32-1 [112 kB]
11:59:55 #11 18.33 Get:279 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:59:55 #11 18.33 Get:280 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libexception-class-perl all 1.45-1 [28.6 kB]
11:59:55 #11 18.33 Get:281 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libiterator-perl all 0.03+ds1-2 [18.8 kB]
11:59:55 #11 18.33 Get:282 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libiterator-util-perl all 0.02+ds1-2 [14.1 kB]
11:59:55 #11 18.33 Get:283 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:59:55 #11 18.33 Get:284 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-moreutils-xs-perl armhf 0.430-3 [36.9 kB]
11:59:55 #11 18.37 Get:285 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:59:55 #11 18.41 Get:286 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-dpath-perl all 0.58-1 [38.8 kB]
11:59:55 #10 39.40 Preparing to unpack .../355-libtype-tiny-xs-perl_0.025-1_arm64.deb ...
11:59:55 #10 39.40 Unpacking libtype-tiny-xs-perl:arm64 (0.025-1) ...
11:59:55 #10 39.44 Selecting previously unselected package libunicode-utf8-perl.
11:59:55 #10 39.44 Preparing to unpack .../356-libunicode-utf8-perl_0.62-2_arm64.deb ...
11:59:55 #10 39.44 Unpacking libunicode-utf8-perl (0.62-2) ...
11:59:55 #10 39.48 Selecting previously unselected package libwww-mechanize-perl.
11:59:55 #10 39.48 Preparing to unpack .../357-libwww-mechanize-perl_2.15-1_all.deb ...
11:59:55 #10 39.49 Unpacking libwww-mechanize-perl (2.15-1) ...
11:59:55 #10 39.53 Selecting previously unselected package libxdelta2:arm64.
11:59:55 #10 39.54 Preparing to unpack .../358-libxdelta2_1.1.3-10.4_arm64.deb ...
11:59:55 #10 39.54 Unpacking libxdelta2:arm64 (1.1.3-10.4) ...
11:59:55 #10 39.58 Selecting previously unselected package libxext6:arm64.
11:59:55 #10 39.58 Preparing to unpack .../359-libxext6_2%3a1.3.4-1+b1_arm64.deb ...
11:59:55 #10 39.59 Unpacking libxext6:arm64 (2:1.3.4-1+b1) ...
11:59:55 #10 39.62 Selecting previously unselected package libxml-namespacesupport-perl.
11:59:55 #10 39.62 Preparing to unpack .../360-libxml-namespacesupport-perl_1.12-2_all.deb ...
11:59:55 #10 39.63 Unpacking libxml-namespacesupport-perl (1.12-2) ...
11:59:55 #10 39.66 Selecting previously unselected package libxml-sax-base-perl.
11:59:55 #12 26.22   Installing       : perl-Exporter-5.72-396.el8.noarch                    41/90 
11:59:55 #12 26.41   Installing       : perl-libs-4:5.26.3-422.el8.aarch64                   42/90 
11:59:55 #12 26.46   Installing       : perl-parent-1:0.237-1.el8.noarch                     43/90 
11:59:55 #12 26.47   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.aarch64          44/90 
11:59:55 #12 26.49   Installing       : perl-macros-4:5.26.3-422.el8.aarch64                 45/90 
11:59:55 #12 26.50   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         46/90 
11:59:55 #12 26.52   Installing       : perl-Unicode-Normalize-1.25-396.el8.aarch64          47/90 
11:59:55 #12 26.54   Installing       : perl-File-Path-2.15-2.el8.noarch                     48/90 
11:59:55 #12 26.56   Installing       : perl-IO-1.38-422.el8.aarch64                         49/90 
11:59:55 #11 38.39 Setting up netbase (6.3) ...
11:59:55 #11 38.41 Setting up libkrb5-3:amd64 (1.20-1ubuntu0.1) ...
11:59:55 #11 38.42 Setting up libtsan2:amd64 (12.2.0-3ubuntu1) ...
11:59:55 #11 38.44 Setting up libbinutils:amd64 (2.39-3ubuntu1.1) ...
11:59:55 #11 38.44 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
11:59:55 #11 38.54 Setting up libfido2-1:amd64 (1.11.0-1) ...
11:59:55 #11 38.55 Setting up libisl23:amd64 (0.25-1) ...
11:59:55 #11 38.56 Setting up libc-dev-bin (2.36-0ubuntu4) ...
11:59:55 #11 38.57 Setting up openssl (3.0.5-2ubuntu2) ...
11:59:55 #11 38.58 Setting up libbsd0:amd64 (0.11.6-1) ...
11:59:55 #11 38.59 Setting up libelf1:amd64 (0.187-4) ...
11:59:55 #11 38.63 Setting up libjson-c5:amd64 (0.16-1) ...
11:59:55 #11 38.64 Setting up readline-common (8.2-1) ...
11:59:55 #13 9.202 Running transaction check
11:59:55 #11 35.64 Preparing to unpack .../251-libcommon-sense-perl_3.75-2build1_arm64.deb ...
11:59:55 #11 35.64 Unpacking libcommon-sense-perl:arm64 (3.75-2build1) ...
11:59:55 #11 35.68 Selecting previously unselected package libconfig-tiny-perl.
11:59:55 #11 35.68 Preparing to unpack .../252-libconfig-tiny-perl_2.28-1_all.deb ...
11:59:55 #11 35.69 Unpacking libconfig-tiny-perl (2.28-1) ...
11:59:55 #11 35.72 Selecting previously unselected package libparams-util-perl.
11:59:55 #11 35.72 Preparing to unpack .../253-libparams-util-perl_1.102-1build3_arm64.deb ...
11:59:55 #11 35.73 Unpacking libparams-util-perl (1.102-1build3) ...
11:59:55 #11 35.76 Selecting previously unselected package libsub-install-perl.
11:59:55 #11 35.76 Preparing to unpack .../254-libsub-install-perl_0.928-2_all.deb ...
11:59:55 #11 35.76 Unpacking libsub-install-perl (0.928-2) ...
11:59:55 #11 35.80 Selecting previously unselected package libdata-optlist-perl.
11:59:55 #11 35.80 Preparing to unpack .../255-libdata-optlist-perl_0.112-1_all.deb ...
11:59:55 #11 35.81 Unpacking libdata-optlist-perl (0.112-1) ...
11:59:55 #11 35.83 Selecting previously unselected package libsub-exporter-perl.
11:59:55 #11 35.84 Preparing to unpack .../256-libsub-exporter-perl_0.988-1_all.deb ...
11:59:55 #11 35.84 Unpacking libsub-exporter-perl (0.988-1) ...
11:59:55 #11 35.87 Selecting previously unselected package libconst-fast-perl.
11:59:55 #10 39.61 invoke-rc.d: could not determine current runlevel
11:59:55 #10 39.61 invoke-rc.d: policy-rc.d denied execution of start.
11:59:55 #10 39.62 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
11:59:55 #10 39.63 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.3) ...
11:59:55 #10 39.64 Setting up ucf (3.0038) ...
11:59:55 #10 39.72 Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.8) ...
11:59:55 #10 37.49 Preparing to unpack .../341-xdelta_1.1.3-9.3_arm64.deb ...
11:59:55 #10 37.49 Unpacking xdelta (1.1.3-9.3) ...
11:59:55 #10 37.53 Selecting previously unselected package xdelta3.
11:59:55 #10 37.53 Preparing to unpack .../342-xdelta3_3.0.11-dfsg-1+b1_arm64.deb ...
11:59:55 #10 37.53 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
11:59:55 #10 37.58 Selecting previously unselected package pristine-tar.
11:59:55 #10 37.58 Preparing to unpack .../343-pristine-tar_1.49_arm64.deb ...
11:59:55 #10 37.58 Unpacking pristine-tar (1.49) ...
11:59:55 #10 37.65 Selecting previously unselected package publicsuffix.
11:59:55 #10 37.65 Preparing to unpack .../344-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
11:59:55 #10 37.65 Unpacking publicsuffix (20220811.1734-0+deb11u1) ...
11:59:55 #10 37.69 Selecting previously unselected package python-apt-common.
11:59:55 #10 37.70 Preparing to unpack .../345-python-apt-common_2.2.1_all.deb ...
11:59:55 #10 37.70 Unpacking python-apt-common (2.2.1) ...
11:59:55 #10 37.75 Selecting previously unselected package python3-apt.
11:59:55 #11 22.26 Unpacking openssl (1.1.1f-1ubuntu2.16) ...
11:59:55 #11 22.41 Selecting previously unselected package ca-certificates.
11:59:55 #11 22.41 Preparing to unpack .../013-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
11:59:55 #11 22.42 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
11:59:55 #11 22.49 Selecting previously unselected package distro-info-data.
11:59:55 #11 22.49 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.11_all.deb ...
11:59:55 #11 22.50 Unpacking distro-info-data (0.43ubuntu1.11) ...
11:59:55 #11 22.52 Selecting previously unselected package libmagic-mgc.
11:59:55 #11 22.52 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_armhf.deb ...
11:59:55 #11 29.88 Selecting previously unselected package libnet-http-perl.
11:59:55 #11 29.88 Preparing to unpack .../170-libnet-http-perl_6.22-1_all.deb ...
11:59:55 #11 29.89 Unpacking libnet-http-perl (6.22-1) ...
11:59:55 #11 29.92 Selecting previously unselected package liblwp-protocol-https-perl.
11:59:55 #11 29.92 Preparing to unpack .../171-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:59:55 #11 29.93 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:59:55 #11 29.96 Selecting previously unselected package libtry-tiny-perl.
11:59:55 #11 29.96 Preparing to unpack .../172-libtry-tiny-perl_0.31-1_all.deb ...
11:59:55 #11 29.97 Unpacking libtry-tiny-perl (0.31-1) ...
11:59:55 #11 30.00 Selecting previously unselected package libwww-robotrules-perl.
11:59:55 #11 30.00 Preparing to unpack .../173-libwww-robotrules-perl_6.02-1_all.deb ...
11:59:55 #11 30.01 Unpacking libwww-robotrules-perl (6.02-1) ...
11:59:55 #11 30.04 Selecting previously unselected package libwww-perl.
11:59:55 #11 30.04 Preparing to unpack .../174-libwww-perl_6.61-1_all.deb ...
11:59:55 #11 30.05 Unpacking libwww-perl (6.61-1) ...
11:59:55 #11 30.09 Selecting previously unselected package patchutils.
11:59:55 #11 39.29 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
11:59:55 #11 39.31 Selecting previously unselected package libio-prompter-perl.
11:59:55 #11 39.32 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
11:59:55 #11 39.32 Unpacking libio-prompter-perl (0.004015-1) ...
11:59:55 #11 39.35 Selecting previously unselected package libjson-perl.
11:59:55 #11 39.35 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ...
11:59:55 #11 39.36 Unpacking libjson-perl (4.02000-2) ...
11:59:55 #11 39.42 Selecting previously unselected package liblog-any-perl.
11:59:55 #11 39.42 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ...
11:59:55 #11 39.42 Unpacking liblog-any-perl (1.708-1) ...
11:59:55 #11 39.46 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:59:55 #11 39.46 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:59:55 #11 39.46 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:59:55 #11 39.49 Selecting previously unselected package libpackage-stash-perl.
11:59:55 #11 39.49 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ...
11:59:55 #11 39.49 Unpacking libpackage-stash-perl (0.38-1) ...
11:59:55 #11 39.52 Selecting previously unselected package libsub-identify-perl.
11:59:55 #11 39.53 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ...
11:59:55 #11 39.53 Unpacking libsub-identify-perl (0.14-1build2) ...
11:59:55 #11 39.56 Selecting previously unselected package libsub-name-perl.
11:59:55 #11 39.56 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ...
11:59:55 #11 39.56 Unpacking libsub-name-perl (0.26-1) ...
11:59:55 #11 39.59 Selecting previously unselected package libnamespace-clean-perl.
11:59:55 #11 39.60 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
11:59:55 #11 39.60 Unpacking libnamespace-clean-perl (0.27-1) ...
11:59:55 #11 39.63 Selecting previously unselected package libpath-tiny-perl.
11:59:55 #10 37.60 Preparing to unpack .../150-python3-chardet_4.0.0-1_all.deb ...
11:59:55 #10 37.61 Unpacking python3-chardet (4.0.0-1) ...
11:59:55 #10 37.66 Selecting previously unselected package python3-six.
11:59:55 #10 37.66 Preparing to unpack .../151-python3-six_1.16.0-2_all.deb ...
11:59:55 #10 37.66 Unpacking python3-six (1.16.0-2) ...
11:59:55 #10 37.71 Selecting previously unselected package python3-debian.
11:59:55 #10 37.72 Preparing to unpack .../152-python3-debian_0.1.39_all.deb ...
11:59:55 #10 37.72 Unpacking python3-debian (0.1.39) ...
11:59:55 #10 37.77 Selecting previously unselected package libgpgme11:amd64.
11:59:55 #10 37.77 Preparing to unpack .../153-libgpgme11_1.14.0-1+b2_amd64.deb ...
11:59:55 #10 37.77 Unpacking libgpgme11:amd64 (1.14.0-1+b2) ...
11:59:55 #10 37.82 Selecting previously unselected package python3-gpg.
11:59:55 #10 42.13 Preparing to unpack .../221-libsort-versions-perl_1.62-1_all.deb ...
11:59:55 #10 42.14 Unpacking libsort-versions-perl (1.62-1) ...
11:59:55 #10 42.18 Selecting previously unselected package libgit-wrapper-perl.
11:59:55 #10 42.18 Preparing to unpack .../222-libgit-wrapper-perl_0.048-1_all.deb ...
11:59:55 #10 42.19 Unpacking libgit-wrapper-perl (0.048-1) ...
11:59:55 #10 42.25 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:59:55 #10 42.25 Preparing to unpack .../223-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
11:59:55 #10 42.27 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
11:59:55 #10 42.30 Selecting previously unselected package libio-prompter-perl.
11:59:55 #10 42.30 Preparing to unpack .../224-libio-prompter-perl_0.004015-1_all.deb ...
11:59:55 #10 42.32 Unpacking libio-prompter-perl (0.004015-1) ...
11:59:55 #10 12.09 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
11:59:55 #10 12.09 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
11:59:55 #10 12.13 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
11:59:55 #10 12.21 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
11:59:55 #10 12.27 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
11:59:55 #10 12.27 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
11:59:55 #10 12.27 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
11:59:55 #10 12.27 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.0 kB]
11:59:55 #10 12.27 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
11:59:55 #10 12.28 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
11:59:55 #10 12.28 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf file armhf 1:5.39-3 [68.0 kB]
11:59:55 #10 12.28 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
11:59:55 #10 12.31 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [216 kB]
11:59:55 #11 37.10 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
11:59:55 #11 37.10 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:59:55 #11 37.15 Selecting previously unselected package libsereal-decoder-perl.
11:59:55 #11 37.15 Preparing to unpack .../302-libsereal-decoder-perl_4.011+ds-1build1_arm64.deb ...
11:59:55 #11 37.16 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
11:59:55 #11 37.20 Selecting previously unselected package libsereal-encoder-perl.
11:59:55 #11 37.20 Preparing to unpack .../303-libsereal-encoder-perl_4.011+ds-1build1_arm64.deb ...
11:59:55 #11 37.20 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
11:59:55 #11 37.24 Selecting previously unselected package libsereal-perl.
11:59:55 #11 37.24 Preparing to unpack .../304-libsereal-perl_4.011-1_all.deb ...
11:59:55 #11 37.25 Unpacking libsereal-perl (4.011-1) ...
11:59:55 #11 37.28 Selecting previously unselected package libsort-key-perl.
11:59:55 #11 37.29 Preparing to unpack .../305-libsort-key-perl_1.33-2build2_arm64.deb ...
11:59:55 #11 37.29 Unpacking libsort-key-perl (1.33-2build2) ...
11:59:55 #11 37.32 Selecting previously unselected package libstring-copyright-perl.
11:59:55 #10 17.61 Unpacking sensible-utils (0.0.17+nmu1) ...
11:59:55 #10 17.67 Selecting previously unselected package bzip2.
11:59:55 #10 17.67 Preparing to unpack .../003-bzip2_1.0.8-5+b1_armhf.deb ...
11:59:55 #10 17.68 Unpacking bzip2 (1.0.8-5+b1) ...
11:59:55 #10 17.74 Selecting previously unselected package openssl.
11:59:55 #10 17.74 Preparing to unpack .../004-openssl_3.0.7-2_armhf.deb ...
11:59:55 #10 17.74 Unpacking openssl (3.0.7-2) ...
11:59:55 #11 38.43 Setting up libc6-dev:amd64 (2.35-0ubuntu3.1) ...
11:59:55 #11 38.45 Setting up libx11-6:amd64 (2:1.7.5-1) ...
11:59:55 #11 38.46 Setting up libtiff5:amd64 (4.3.0-6ubuntu0.3) ...
11:59:55 #11 38.47 Setting up curl (7.81.0-1ubuntu1.7) ...
11:59:55 #11 38.48 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
11:59:55 #11 38.49 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.2) ...
11:59:55 #11 38.50 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
11:59:55 #11 38.51 Setting up gpg (2.2.27-3ubuntu2.1) ...
11:59:55 #11 38.52 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
11:59:55 #11 38.53 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
11:59:55 #11 38.54 Setting up binutils-x86-64-linux-gnu (2.38-4ubuntu2.1) ...
11:59:55 #11 38.55 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1.1) ...
11:59:55 #11 38.56 Setting up gettext (0.21-4ubuntu4) ...
11:59:55 #11 38.57 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
11:59:55 #10 39.18 Preparing to unpack .../299-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
11:59:55 #10 39.19 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
11:59:55 #10 39.27 Selecting previously unselected package libx11-6:arm64.
11:59:55 #10 39.27 Preparing to unpack .../300-libx11-6_2%3a1.6.7-1+deb10u2_arm64.deb ...
11:59:55 #10 39.28 Unpacking libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
11:59:55 #10 38.03 Preparing to unpack .../168-liberror-perl_0.17029-2_all.deb ...
11:59:55 #10 38.03 Unpacking liberror-perl (0.17029-2) ...
11:59:55 #10 38.07 Selecting previously unselected package git-man.
11:59:55 #10 38.08 Preparing to unpack .../169-git-man_1%3a2.39.1-0.1_all.deb ...
11:59:55 #10 38.08 Unpacking git-man (1:2.39.1-0.1) ...
11:59:55 #10 38.27 Selecting previously unselected package git.
11:59:55 #10 38.27 Preparing to unpack .../170-git_1%3a2.39.1-0.1_amd64.deb ...
11:59:55 #10 38.28 Unpacking git (1:2.39.1-0.1) ...
11:59:55 #11 18.41 Get:287 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-dump-perl all 1.25-1 [25.9 kB]
11:59:55 #11 18.41 Get:288 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-messagepack-perl armhf 1.02-1 [32.7 kB]
11:59:55 #11 18.41 Get:289 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-domain-tld-perl all 1.75-2 [30.8 kB]
11:59:55 #11 18.42 Get:290 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:59:55 #11 18.42 Get:291 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:59:55 #11 18.42 Get:292 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:59:55 #11 18.42 Get:293 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-2 [81.5 kB]
11:59:55 #11 18.44 Get:294 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:59:55 #11 18.51 Get:295 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:59:55 #11 18.51 Get:296 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdistro-info-perl all 1.1ubuntu1 [5606 B]
11:59:55 #11 18.51 Get:297 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libemail-address-xs-perl armhf 1.05-1 [26.4 kB]
11:59:55 #11 18.51 Get:298 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfcgi-bin armhf 2.4.2-2build2 [10.2 kB]
11:59:55 #11 18.51 Get:299 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:59:55 #11 18.51 Get:300 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-basedir-perl all 0.09-1 [15.7 kB]
11:59:55 #11 18.51 Get:301 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:59:55 #11 18.51 Get:302 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-fcntllock-perl armhf 0.22-4 [33.2 kB]
11:59:55 #11 18.51 Get:303 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnumber-compare-perl all 0.03-2 [7058 B]
11:59:55 #10 25.07 Selecting previously unselected package cpp.
11:59:55 #10 25.07 Preparing to unpack .../040-cpp_4%3a8.3.0-1_armhf.deb ...
11:59:55 #10 25.07 Unpacking cpp (4:8.3.0-1) ...
11:59:55 #10 25.11 Selecting previously unselected package libcc1-0:armhf.
11:59:55 #10 25.11 Preparing to unpack .../041-libcc1-0_8.3.0-6_armhf.deb ...
11:59:55 #10 25.11 Unpacking libcc1-0:armhf (8.3.0-6) ...
11:59:55 #10 25.16 Selecting previously unselected package libgomp1:armhf.
11:59:55 #10 25.16 Preparing to unpack .../042-libgomp1_8.3.0-6_armhf.deb ...
11:59:55 #10 25.16 Unpacking libgomp1:armhf (8.3.0-6) ...
11:59:55 #10 39.66 Preparing to unpack .../361-libxml-sax-base-perl_1.09-3_all.deb ...
11:59:55 #10 39.67 Unpacking libxml-sax-base-perl (1.09-3) ...
11:59:55 #10 39.71 Selecting previously unselected package libxml-sax-perl.
11:59:55 #10 39.71 Preparing to unpack .../362-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:59:55 #10 39.71 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:59:55 #10 39.77 Selecting previously unselected package libxml-libxml-perl.
11:59:55 #10 39.77 Preparing to unpack .../363-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1+b1_arm64.deb ...
11:59:55 #10 39.77 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
11:59:55 #10 39.83 Selecting previously unselected package libxml-sax-expat-perl.
11:59:55 #10 39.84 Preparing to unpack .../364-libxml-sax-expat-perl_0.51-2_all.deb ...
11:59:55 #10 39.84 Unpacking libxml-sax-expat-perl (0.51-2) ...
11:59:55 #10 39.87 Selecting previously unselected package libxmlrpc-lite-perl.
11:59:55 #12 26.58   Installing       : perl-PathTools-3.74-1.el8.aarch64                    50/90 
11:59:55 #12 26.59   Installing       : perl-constant-1.33-396.el8.noarch                    51/90 
11:59:55 #12 26.61   Installing       : perl-threads-1:2.21-2.el8.aarch64                    52/90 
11:59:55 #10 10.98 15 upgraded, 126 newly installed, 0 to remove and 50 not upgraded.
11:59:55 #10 10.98 Need to get 85.6 MB of archives.
11:59:55 #10 10.98 After this operation, 290 MB of additional disk space will be used.
11:59:55 #10 10.98 Get:1 http://archive.raspbian.org/raspbian bookworm/main armhf gcc-12-base armhf 12.2.0-14+rpi1 [37.7 kB]
11:59:55 #10 11.15 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf libgcc-s1 armhf 12.2.0-14+rpi1 [36.3 kB]
11:59:55 #10 11.15 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf libatomic1 armhf 12.2.0-14+rpi1 [8240 B]
11:59:55 #10 11.17 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf libstdc++6 armhf 12.2.0-14+rpi1 [504 kB]
11:59:55 #11 38.65 Setting up publicsuffix (20220811.1734-1) ...
11:59:55 #11 38.66 Setting up libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
11:59:55 #11 38.67 Setting up zstd (1.5.2+dfsg-1) ...
11:59:55 #11 38.68 Setting up libmarkdown2:amd64 (2.2.7-2) ...
11:59:55 #11 38.69 Setting up libcc1-0:amd64 (12.2.0-3ubuntu1) ...
11:59:55 #11 38.70 Setting up iso-codes (4.11.0-1) ...
11:59:55 #11 38.71 Setting up dbus-bin (1.14.0-2ubuntu3) ...
11:59:55 #11 38.72 Setting up liblocale-gettext-perl (1.07-4build3) ...
11:59:55 #11 38.73 Setting up liblsan0:amd64 (12.2.0-3ubuntu1) ...
11:59:55 #11 38.74 Setting up dctrl-tools (2.24-3build2) ...
11:59:55 #11 38.76 Setting up libitm1:amd64 (12.2.0-3ubuntu1) ...
11:59:55 #11 38.76 Setting up libkmod2:amd64 (30+20220630-3ubuntu1) ...
11:59:55 #11 38.78 Setting up libgdbm6:amd64 (1.23-1) ...
11:59:55 #11 38.78 Setting up libctf0:amd64 (2.39-3ubuntu1.1) ...
11:59:55 #11 38.79 Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
11:59:55 #11 38.80 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
11:59:55 #11 38.82 Setting up manpages-dev (5.13-1) ...
11:59:55 #11 38.83 Setting up libdw1:amd64 (0.187-4) ...
11:59:55 #11 38.84 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
11:59:55 #11 38.85 Setting up cpp-12 (12.2.0-3ubuntu1) ...
11:59:55 #13 9.332 Transaction check succeeded.
11:59:55 #13 9.333 Running transaction test
11:59:55 #11 35.88 Preparing to unpack .../257-libconst-fast-perl_0.014-2_all.deb ...
11:59:55 #11 35.88 Unpacking libconst-fast-perl (0.014-2) ...
11:59:55 #11 35.91 Selecting previously unselected package libwant-perl.
11:59:55 #11 35.92 Preparing to unpack .../258-libwant-perl_0.29-2_arm64.deb ...
11:59:55 #11 35.92 Unpacking libwant-perl (0.29-2) ...
11:59:55 #11 35.96 Selecting previously unselected package libcontextual-return-perl.
11:59:55 #11 35.96 Preparing to unpack .../259-libcontextual-return-perl_0.004014-3_all.deb ...
11:59:55 #11 35.96 Unpacking libcontextual-return-perl (0.004014-3) ...
11:59:55 #11 36.00 Selecting previously unselected package libcpanel-json-xs-perl:arm64.
11:59:55 #11 36.01 Preparing to unpack .../260-libcpanel-json-xs-perl_4.32-1_arm64.deb ...
11:59:55 #11 36.01 Unpacking libcpanel-json-xs-perl:arm64 (4.32-1) ...
11:59:55 #11 36.05 Selecting previously unselected package libdevel-stacktrace-perl.
11:59:55 #11 36.06 Preparing to unpack .../261-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:59:55 #11 36.06 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:59:55 #11 36.10 Selecting previously unselected package libexception-class-perl.
11:59:55 #11 36.10 Preparing to unpack .../262-libexception-class-perl_1.45-1_all.deb ...
11:59:55 #11 36.10 Unpacking libexception-class-perl (1.45-1) ...
11:59:55 #11 36.14 Selecting previously unselected package libiterator-perl.
11:59:55 #10 39.73 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:59:55 #10 39.74 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:59:55 #10 39.75 Setting up libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
11:59:55 #10 39.77 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:55 #10 39.78 Setting up libcroco3:amd64 (0.6.12-2) ...
11:59:55 #10 39.79 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
11:59:55 #10 39.80 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.8) ...
11:59:55 #10 39.82 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:55 #10 39.83 Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
11:59:55 #10 39.84 Setting up patch (2.7.6-2ubuntu1.1) ...
11:59:55 #10 39.85 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:59:55 #10 39.86 Setting up libunwind8:amd64 (1.2.1-8) ...
11:59:55 #10 39.87 Setting up krb5-locales (1.16-2ubuntu0.3) ...
11:59:55 #10 39.89 Setting up publicsuffix (20180223.1310-1) ...
11:59:55 #10 39.90 Setting up autotools-dev (20180224.1) ...
11:59:55 #10 39.91 Setting up t1utils (1.41-2) ...
11:59:55 #10 39.92 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
11:59:55 #10 39.94 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:59:55 #10 39.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
11:59:55 #10 39.94 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
11:59:55 #10 39.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
11:59:55 #10 39.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
11:59:55 #10 39.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
11:59:55 #10 39.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
11:59:55 #10 39.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
11:59:55 #10 39.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
11:59:55 #10 39.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
11:59:55 #10 39.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
11:59:55 #10 39.95 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:55 #10 39.96 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ...
11:59:55 #10 39.98 Setting up libltdl7:amd64 (2.4.6-2) ...
11:59:55 #10 39.99 Setting up openssl (1.1.1-1ubuntu2.1~18.04.20) ...
11:59:55 #10 40.01 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
11:59:55 #10 40.02 Setting up liblocale-gettext-perl (1.07-3build2) ...
11:59:55 #10 40.03 Setting up wdiff (1.2.2-2) ...
11:59:55 #10 40.04 Setting up shared-mime-info (1.9-2) ...
11:59:55 #10 37.76 Preparing to unpack .../346-python3-apt_2.2.1_arm64.deb ...
11:59:55 #10 37.76 Unpacking python3-apt (2.2.1) ...
11:59:55 #10 37.90 Selecting previously unselected package python3-certifi.
11:59:55 #10 37.91 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
11:59:55 #10 37.91 Unpacking python3-certifi (2020.6.20-1) ...
11:59:55 #10 37.96 Selecting previously unselected package python3-idna.
11:59:55 #10 37.96 Preparing to unpack .../348-python3-idna_2.10-1_all.deb ...
11:59:55 #10 37.97 Unpacking python3-idna (2.10-1) ...
11:59:55 #10 38.01 Selecting previously unselected package python3-magic.
11:59:55 #11 22.53 Unpacking libmagic-mgc (1:5.38-4) ...
11:59:55 #11 22.64 Selecting previously unselected package libmagic1:armhf.
11:59:55 #11 22.64 Preparing to unpack .../016-libmagic1_1%3a5.38-4_armhf.deb ...
11:59:55 #11 22.64 Unpacking libmagic1:armhf (1:5.38-4) ...
11:59:55 #11 22.69 Selecting previously unselected package file.
11:59:55 #11 22.69 Preparing to unpack .../017-file_1%3a5.38-4_armhf.deb ...
11:59:55 #11 22.69 Unpacking file (1:5.38-4) ...
11:59:55 #11 22.72 Selecting previously unselected package less.
11:59:55 #11 22.72 Preparing to unpack .../018-less_551-1ubuntu0.1_armhf.deb ...
11:59:55 #11 22.73 Unpacking less (551-1ubuntu0.1) ...
11:59:55 #11 30.09 Preparing to unpack .../175-patchutils_0.4.2-1build2_arm64.deb ...
11:59:55 #11 30.10 Unpacking patchutils (0.4.2-1build2) ...
11:59:55 #11 30.16 Selecting previously unselected package wdiff.
11:59:55 #11 30.16 Preparing to unpack .../176-wdiff_1.2.2-2build3_arm64.deb ...
11:59:55 #11 30.16 Unpacking wdiff (1.2.2-2build3) ...
11:59:55 #11 30.21 Selecting previously unselected package devscripts.
11:59:55 #11 30.21 Preparing to unpack .../177-devscripts_2.22.1ubuntu1_arm64.deb ...
11:59:55 #11 30.23 Unpacking devscripts (2.22.1ubuntu1) ...
11:59:55 #11 30.31 Selecting previously unselected package diffstat.
11:59:55 #11 30.31 Preparing to unpack .../178-diffstat_1.64-1build2_arm64.deb ...
11:59:55 #11 30.31 Unpacking diffstat (1.64-1build2) ...
11:59:55 #11 30.35 Selecting previously unselected package python3-chardet.
11:59:55 #11 30.35 Preparing to unpack .../179-python3-chardet_4.0.0-1_all.deb ...
11:59:55 #11 30.36 Unpacking python3-chardet (4.0.0-1) ...
11:59:55 #11 30.41 Selecting previously unselected package zstd.
11:59:55 #11 30.41 Preparing to unpack .../180-zstd_1.4.8+dfsg-3build1_arm64.deb ...
11:59:55 #11 30.42 Unpacking zstd (1.4.8+dfsg-3build1) ...
11:59:55 #10 37.82 Preparing to unpack .../154-python3-gpg_1.14.0-1+b2_amd64.deb ...
11:59:55 #10 37.83 Unpacking python3-gpg (1.14.0-1+b2) ...
11:59:55 #10 37.89 Selecting previously unselected package dput.
11:59:55 #10 37.89 Preparing to unpack .../155-dput_1.1.0_all.deb ...
11:59:55 #10 37.90 Unpacking dput (1.1.0) ...
11:59:55 #10 37.93 Selecting previously unselected package equivs.
11:59:55 #10 37.93 Preparing to unpack .../156-equivs_2.3.1_all.deb ...
11:59:55 #10 37.94 Unpacking equivs (2.3.1) ...
11:59:55 #10 37.97 Selecting previously unselected package fonts-dejavu-core.
11:59:55 #10 37.97 Preparing to unpack .../157-fonts-dejavu-core_2.37-2_all.deb ...
11:59:55 #10 37.98 Unpacking fonts-dejavu-core (2.37-2) ...
11:59:55 #11 39.63 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ...
11:59:55 #11 39.64 Unpacking libpath-tiny-perl (0.108-1) ...
11:59:55 #11 39.67 Selecting previously unselected package libtype-tiny-perl.
11:59:55 #11 39.67 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ...
11:59:55 #11 39.67 Unpacking libtype-tiny-perl (1.008001-2) ...
11:59:55 #11 39.73 Selecting previously unselected package libgitlab-api-v4-perl.
11:59:55 #11 39.73 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ...
11:59:55 #11 39.74 Unpacking libgitlab-api-v4-perl (0.25-1) ...
11:59:55 #11 39.77 Selecting previously unselected package libhash-fieldhash-perl.
11:59:55 #11 39.77 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ...
11:59:55 #11 39.78 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
11:59:55 #11 39.81 Selecting previously unselected package libhtml-form-perl.
11:59:55 #11 39.81 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ...
11:59:55 #11 39.82 Unpacking libhtml-form-perl (6.07-1) ...
11:59:55 #11 39.84 Selecting previously unselected package libhtml-format-perl.
11:59:55 #10 42.42 Selecting previously unselected package libjson-perl.
11:59:55 #10 42.42 Preparing to unpack .../225-libjson-perl_4.02000-1_all.deb ...
11:59:55 #10 42.43 Unpacking libjson-perl (4.02000-1) ...
11:59:55 #10 42.49 Selecting previously unselected package liblog-any-perl.
11:59:55 #10 42.50 Preparing to unpack .../226-liblog-any-perl_1.707-1_all.deb ...
11:59:55 #10 42.51 Unpacking liblog-any-perl (1.707-1) ...
11:59:55 #10 42.56 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:59:55 #10 42.57 Preparing to unpack .../227-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:59:55 #10 42.57 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:59:55 #10 42.61 Selecting previously unselected package libpackage-stash-perl.
11:59:55 #10 12.41 Get:32 http://archive.raspbian.org/raspbian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.3 kB]
11:59:55 #10 12.42 Get:33 http://archive.raspbian.org/raspbian bullseye/main armhf m4 armhf 1.4.18-5 [186 kB]
11:59:55 #10 12.44 Get:34 http://archive.raspbian.org/raspbian bullseye/main armhf autoconf all 2.69-14 [313 kB]
11:59:55 #10 12.47 Get:35 http://archive.raspbian.org/raspbian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:59:55 #10 12.47 Get:36 http://archive.raspbian.org/raspbian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
11:59:55 #10 12.51 Get:37 http://archive.raspbian.org/raspbian bullseye/main armhf autopoint all 0.21-4 [510 kB]
11:59:55 #10 12.54 Get:38 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-common armhf 2.35.2-2+rpi1 [2220 kB]
11:59:55 #11 37.32 Preparing to unpack .../306-libstring-copyright-perl_0.003006-1_all.deb ...
11:59:55 #11 37.33 Unpacking libstring-copyright-perl (0.003006-1) ...
11:59:55 #11 37.36 Selecting previously unselected package libstring-escape-perl.
11:59:55 #11 37.37 Preparing to unpack .../307-libstring-escape-perl_2010.002-2_all.deb ...
11:59:55 #11 37.37 Unpacking libstring-escape-perl (2010.002-2) ...
11:59:55 #11 37.40 Selecting previously unselected package libstring-shellquote-perl.
11:59:55 #11 37.40 Preparing to unpack .../308-libstring-shellquote-perl_1.04-1_all.deb ...
11:59:55 #11 37.41 Unpacking libstring-shellquote-perl (1.04-1) ...
11:59:55 #11 37.44 Selecting previously unselected package libterm-readkey-perl.
11:59:55 #11 37.44 Preparing to unpack .../309-libterm-readkey-perl_2.38-1build1_arm64.deb ...
11:59:55 #11 37.44 Unpacking libterm-readkey-perl (2.38-1build1) ...
11:59:55 #11 37.48 Selecting previously unselected package libtest-fatal-perl.
11:59:55 #11 37.48 Preparing to unpack .../310-libtest-fatal-perl_0.014-1_all.deb ...
11:59:55 #11 37.48 Unpacking libtest-fatal-perl (0.014-1) ...
11:59:55 #11 37.52 Selecting previously unselected package libtest-refcount-perl.
11:59:55 #11 37.52 Preparing to unpack .../311-libtest-refcount-perl_0.10-1_all.deb ...
11:59:55 #11 37.52 Unpacking libtest-refcount-perl (0.10-1) ...
11:59:55 #11 37.55 Selecting previously unselected package libtext-levenshtein-perl.
11:59:55 #10 17.92 Selecting previously unselected package ca-certificates.
11:59:55 #10 17.92 Preparing to unpack .../005-ca-certificates_20211016_all.deb ...
11:59:55 #10 17.92 Unpacking ca-certificates (20211016) ...
11:59:55 #10 18.00 Selecting previously unselected package libmagic-mgc.
11:59:55 #10 18.00 Preparing to unpack .../006-libmagic-mgc_1%3a5.44-3_armhf.deb ...
11:59:55 #10 18.00 Unpacking libmagic-mgc (1:5.44-3) ...
11:59:55 #10 18.12 Selecting previously unselected package libmagic1:armhf.
11:59:55 #10 18.12 Preparing to unpack .../007-libmagic1_1%3a5.44-3_armhf.deb ...
11:59:55 #10 39.37 Selecting previously unselected package libxext6:arm64.
11:59:55 #10 39.37 Preparing to unpack .../301-libxext6_2%3a1.3.3-1+b2_arm64.deb ...
11:59:55 #10 39.37 Unpacking libxext6:arm64 (2:1.3.3-1+b2) ...
11:59:55 #10 39.42 Selecting previously unselected package libxml-namespacesupport-perl.
11:59:55 #10 39.42 Preparing to unpack .../302-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:59:55 #10 39.43 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:59:55 #10 39.50 Selecting previously unselected package libxml-sax-base-perl.
11:59:55 #10 39.50 Preparing to unpack .../303-libxml-sax-base-perl_1.09-1_all.deb ...
11:59:55 #10 39.51 Unpacking libxml-sax-base-perl (1.09-1) ...
11:59:55 #10 39.56 Selecting previously unselected package libxml-sax-perl.
11:59:55 #10 39.56 Preparing to unpack .../304-libxml-sax-perl_1.00+dfsg-1_all.deb ...
11:59:55 #10 39.57 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
11:59:55 #10 39.62 Selecting previously unselected package libxml-libxml-perl.
11:59:55 #21 15.02 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
11:59:55 #21 15.02 Preparing to unpack .../7-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:59:55 #21 15.02 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:59:55 #10 25.21 Selecting previously unselected package libatomic1:armhf.
11:59:55 #10 25.21 Preparing to unpack .../043-libatomic1_8.3.0-6_armhf.deb ...
11:59:55 #10 25.21 Unpacking libatomic1:armhf (8.3.0-6) ...
11:59:55 #10 25.25 Selecting previously unselected package libasan5:armhf.
11:59:55 #10 25.25 Preparing to unpack .../044-libasan5_8.3.0-6_armhf.deb ...
11:59:55 #10 25.26 Unpacking libasan5:armhf (8.3.0-6) ...
11:59:55 #10 25.35 Selecting previously unselected package libubsan1:armhf.
11:59:55 #10 25.35 Preparing to unpack .../045-libubsan1_8.3.0-6_armhf.deb ...
11:59:55 #10 25.36 Unpacking libubsan1:armhf (8.3.0-6) ...
11:59:55 #10 25.41 Selecting previously unselected package libgcc-8-dev:armhf.
11:59:55 #10 25.41 Preparing to unpack .../046-libgcc-8-dev_8.3.0-6_armhf.deb ...
11:59:55 #10 25.42 Unpacking libgcc-8-dev:armhf (8.3.0-6) ...
11:59:55 #11 21.47 Selecting previously unselected package python3-minimal.
11:59:55 #11 21.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 ... 4704 files and directories currently installed.)
11:59:55 #11 21.47 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_armhf.deb ...
11:59:55 #11 21.47 Unpacking python3-minimal (3.10.6-1~22.04) ...
11:59:55 #11 21.50 Selecting previously unselected package media-types.
11:59:55 #11 21.50 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
11:59:55 #11 21.51 Unpacking media-types (7.0.0) ...
11:59:55 #11 21.55 Selecting previously unselected package libmpdec3:armhf.
11:59:55 #11 21.55 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_armhf.deb ...
11:59:55 #11 21.55 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
11:59:55 #11 21.59 Selecting previously unselected package readline-common.
11:59:55 #11 21.59 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
11:59:55 #11 21.59 Unpacking readline-common (8.1.2-1) ...
11:59:55 #11 21.64 Selecting previously unselected package libreadline8:armhf.
11:59:55 #11 21.64 Preparing to unpack .../4-libreadline8_8.1.2-1_armhf.deb ...
11:59:55 #11 21.64 Unpacking libreadline8:armhf (8.1.2-1) ...
11:59:55 #12 26.66 (1/85): xz-libs-5.2.4-4.el8.x86_64.rpm          413 kB/s |  94 kB     00:00    
11:59:55 #12 26.66 (2/85): desktop-file-utils-0.26-1.el8.x86_64.rp 349 kB/s |  80 kB     00:00    
11:59:55 #12 26.66 (3/85): efi-srpm-macros-3-3.el8.noarch.rpm      3.9 MB/s |  22 kB     00:00    
11:59:55 #12 26.67 (4/85): dwz-0.12-10.el8.x86_64.rpm              458 kB/s | 109 kB     00:00    
11:59:55 #12 26.67 (5/85): gc-7.6.4-3.el8.x86_64.rpm                11 MB/s | 109 kB     00:00    
11:59:55 #12 26.67 (6/85): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  1.6 MB/s | 9.3 kB     00:00    
11:59:55 #12 26.68 (7/85): go-srpm-macros-2-17.el8.noarch.rpm      2.6 MB/s |  13 kB     00:00    
11:59:55 #12 26.68 (8/85): libatomic_ops-7.6.2-3.el8.x86_64.rpm    6.7 MB/s |  38 kB     00:00    
11:59:55 #12 26.69 (9/85): libipt-1.6.1-8.el8.x86_64.rpm           8.5 MB/s |  50 kB     00:00    
11:59:55 #12 26.69 (10/85): ocaml-srpm-macros-5-4.el8.noarch.rpm   1.9 MB/s | 9.4 kB     00:00    
11:59:55 #12 26.70 (11/85): openblas-srpm-macros-2-2.el8.noarch.rp 1.9 MB/s | 7.9 kB     00:00    
11:59:55 #12 26.70 (12/85): perl-IO-Socket-IP-0.39-5.el8.noarch.rp  11 MB/s |  47 kB     00:00    
11:59:55 #12 26.71 (13/85): perl-Mozilla-CA-20160104-7.module_el8. 4.2 MB/s |  15 kB     00:00    
11:59:55 #12 26.71 (14/85): perl-srpm-macros-1-25.el8.noarch.rpm   2.6 MB/s |  11 kB     00:00    
11:59:55 #12 26.74 (15/85): python3-systemd-234-8.el8.x86_64.rpm   3.0 MB/s |  81 kB     00:00    
11:59:55 #12 26.75 (16/85): qt5-srpm-macros-5.15.3-1.el8.noarch.rp 2.6 MB/s |  11 kB     00:00    
11:59:55 #12 26.75 (17/85): redhat-rpm-config-130-1.el8.noarch.rpm  14 MB/s |  90 kB     00:00    
11:59:55 #12 26.76 (18/85): rpm-build-4.14.3-26.el8.x86_64.rpm      21 MB/s | 174 kB     00:00    
11:59:55 #12 26.80 (19/85): rpmlint-1.10-14.el8.noarch.rpm         4.5 MB/s | 192 kB     00:00    
11:59:55 #12 26.85 (20/85): guile-2.0.14-7.el8.x86_64.rpm           20 MB/s | 3.5 MB     00:00    
11:59:55 #12 26.86 (21/85): rust-srpm-macros-5-2.el8.noarch.rpm    175 kB/s | 9.2 kB     00:00    
11:59:55 #12 26.91 (22/85): gdb-headless-8.2-19.el8.x86_64.rpm      15 MB/s | 3.7 MB     00:00    
11:59:55 #10 39.87 Preparing to unpack .../365-libxmlrpc-lite-perl_0.717-5_all.deb ...
11:59:55 #10 39.88 Unpacking libxmlrpc-lite-perl (0.717-5) ...
11:59:55 #10 39.92 Selecting previously unselected package libxmuu1:arm64.
11:59:55 #10 39.92 Preparing to unpack .../366-libxmuu1_2%3a1.1.3-3_arm64.deb ...
11:59:55 #10 39.92 Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
11:59:55 #10 39.96 Selecting previously unselected package libxstring-perl:arm64.
11:59:55 #10 39.96 Preparing to unpack .../367-libxstring-perl_0.005-2+b1_arm64.deb ...
11:59:55 #10 39.96 Unpacking libxstring-perl:arm64 (0.005-2+b1) ...
11:59:55 #10 40.00 Selecting previously unselected package libyaml-0-2:arm64.
11:59:55 #10 40.01 Preparing to unpack .../368-libyaml-0-2_0.2.5-1_arm64.deb ...
11:59:55 #10 40.01 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
11:59:55 #10 40.05 Selecting previously unselected package libyaml-libyaml-perl.
11:59:55 #10 40.05 Preparing to unpack .../369-libyaml-libyaml-perl_0.86+ds-1_arm64.deb ...
11:59:55 #10 40.06 Unpacking libyaml-libyaml-perl (0.86+ds-1) ...
11:59:55 #10 40.09 Selecting previously unselected package licensecheck.
11:59:55 #10 40.09 Preparing to unpack .../370-licensecheck_3.3.5-1_all.deb ...
11:59:55 #10 40.10 Unpacking licensecheck (3.3.5-1) ...
11:59:55 #10 40.14 Selecting previously unselected package plzip.
11:59:56 #10 29.67 Selecting previously unselected package libmpc3:armhf.
11:59:56 #10 29.67 Preparing to unpack .../065-libmpc3_1.1.0-1_armhf.deb ...
11:59:56 #10 29.68 Unpacking libmpc3:armhf (1.1.0-1) ...
11:59:56 #10 29.81 Selecting previously unselected package cpp-7.
11:59:56 #10 29.81 Preparing to unpack .../066-cpp-7_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:59:56 #10 29.98 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
11:59:56 #10 11.40 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf libc6 armhf 2.36-8+rpi1 [2159 kB]
11:59:56 #10 11.58 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libmd0 armhf 1.0.4-2 [28.6 kB]
11:59:56 #11 38.86 Setting up libxcb1:amd64 (1.15-1) ...
11:59:56 #11 38.87 Setting up gettext (0.21-8) ...
11:59:56 #11 38.88 Setting up fontconfig-config (2.13.1-4.4ubuntu1) ...
11:59:56 #11 39.02 Setting up libedit2:amd64 (3.1-20210910-1build1) ...
11:59:56 #11 39.03 Setting up libreadline8:amd64 (8.2-1) ...
11:59:56 #11 39.04 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
11:59:56 #11 39.06 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-1ubuntu1) ...
11:59:56 #11 39.07 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
11:59:56 #11 36.14 Preparing to unpack .../263-libiterator-perl_0.03+ds1-2_all.deb ...
11:59:56 #11 36.15 Unpacking libiterator-perl (0.03+ds1-2) ...
11:59:56 #11 36.18 Selecting previously unselected package libiterator-util-perl.
11:59:56 #11 36.18 Preparing to unpack .../264-libiterator-util-perl_0.02+ds1-2_all.deb ...
11:59:56 #11 36.19 Unpacking libiterator-util-perl (0.02+ds1-2) ...
11:59:56 #11 36.23 Selecting previously unselected package libexporter-tiny-perl.
11:59:56 #11 36.24 Preparing to unpack .../265-libexporter-tiny-perl_1.002002-1_all.deb ...
11:59:56 #11 36.24 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:59:56 #11 36.27 Selecting previously unselected package liblist-moreutils-xs-perl.
11:59:56 #11 36.27 Preparing to unpack .../266-liblist-moreutils-xs-perl_0.430-3_arm64.deb ...
11:59:56 #11 36.28 Unpacking liblist-moreutils-xs-perl (0.430-3) ...
11:59:56 #11 36.31 Selecting previously unselected package liblist-moreutils-perl.
11:59:56 #11 36.32 Preparing to unpack .../267-liblist-moreutils-perl_0.430-2_all.deb ...
11:59:56 #11 36.32 Unpacking liblist-moreutils-perl (0.430-2) ...
11:59:56 #11 36.35 Selecting previously unselected package libdata-dpath-perl.
11:59:56 #11 36.35 Preparing to unpack .../268-libdata-dpath-perl_0.58-1_all.deb ...
11:59:56 #11 36.36 Unpacking libdata-dpath-perl (0.58-1) ...
11:59:56 #11 36.39 Selecting previously unselected package libdata-dump-perl.
11:59:56 #11 36.39 Preparing to unpack .../269-libdata-dump-perl_1.25-1_all.deb ...
11:59:56 #11 36.40 Unpacking libdata-dump-perl (1.25-1) ...
11:59:56 #11 36.43 Selecting previously unselected package libdata-messagepack-perl.
11:59:56 #11 36.44 Preparing to unpack .../270-libdata-messagepack-perl_1.02-1_arm64.deb ...
11:59:56 #11 36.44 Unpacking libdata-messagepack-perl (1.02-1) ...
11:59:56 #11 36.47 Selecting previously unselected package libnet-domain-tld-perl.
11:59:56 #13 0.979 CentOS Stream 9 - BaseOS                         28 kB/s | 7.0 kB     00:00    
11:59:56 #10 39.37 Setting up libmpc3:arm64 (1.1.0-1) ...
11:59:56 #10 39.38 Setting up libc-dev-bin (2.27-3ubuntu1.6) ...
11:59:56 #10 39.39 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
11:59:56 #10 39.41 Setting up libgdbm-compat4:arm64 (1.14.1-6) ...
11:59:56 #10 39.42 Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
11:59:56 #10 39.43 Setting up bsdmainutils (11.1.2ubuntu1) ...
11:59:56 #10 39.47 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:59:56 #10 39.47 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:59:56 #10 39.47 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:59:56 #10 39.47 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:59:56 #10 39.48 Setting up libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:59:56 #10 39.50 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
11:59:56 #10 38.01 Preparing to unpack .../349-python3-magic_2%3a0.4.20-3_all.deb ...
11:59:56 #10 38.01 Unpacking python3-magic (2:0.4.20-3) ...
11:59:56 #10 38.05 Selecting previously unselected package python3-urllib3.
11:59:56 #10 38.06 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
11:59:56 #10 38.06 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
11:59:56 #10 38.11 Selecting previously unselected package python3-requests.
11:59:56 #10 38.12 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
11:59:56 #10 38.12 Unpacking python3-requests (2.25.1+dfsg-2) ...
11:59:56 #10 38.16 Selecting previously unselected package python3-unidiff.
11:59:56 #10 38.17 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
11:59:56 #10 38.17 Unpacking python3-unidiff (0.5.5-2) ...
11:59:56 #10 38.21 Selecting previously unselected package python3-xdg.
11:59:56 #10 38.21 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
11:59:56 #11 22.79 Selecting previously unselected package libelf1:armhf.
11:59:56 #11 22.79 Preparing to unpack .../019-libelf1_0.176-1.1build1_armhf.deb ...
11:59:56 #11 22.80 Unpacking libelf1:armhf (0.176-1.1build1) ...
11:59:56 #11 22.85 Selecting previously unselected package libglib2.0-0:armhf.
11:59:56 #11 22.85 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_armhf.deb ...
11:59:56 #11 22.85 Unpacking libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
11:59:56 #11 30.46 Selecting previously unselected package python3-debian.
11:59:56 #11 30.46 Preparing to unpack .../181-python3-debian_0.1.43ubuntu1_all.deb ...
11:59:56 #11 30.47 Unpacking python3-debian (0.1.43ubuntu1) ...
11:59:56 #11 30.51 Selecting previously unselected package libgpgme11:arm64.
11:59:56 #11 30.52 Preparing to unpack .../182-libgpgme11_1.16.0-1.2ubuntu4_arm64.deb ...
11:59:56 #11 30.52 Unpacking libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
11:59:56 #11 30.56 Selecting previously unselected package python3-gpg.
11:59:56 #11 30.57 Preparing to unpack .../183-python3-gpg_1.16.0-1.2ubuntu4_arm64.deb ...
11:59:56 #11 30.57 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
11:59:56 #11 30.62 Selecting previously unselected package dput.
11:59:56 #10 42.62 Preparing to unpack .../228-libpackage-stash-perl_0.38-1_all.deb ...
11:59:56 #10 42.62 Unpacking libpackage-stash-perl (0.38-1) ...
11:59:56 #10 42.67 Selecting previously unselected package libsub-identify-perl.
11:59:56 #10 42.67 Preparing to unpack .../229-libsub-identify-perl_0.14-1+b1_amd64.deb ...
11:59:56 #10 42.68 Unpacking libsub-identify-perl (0.14-1+b1) ...
11:59:56 #10 42.72 Selecting previously unselected package libnamespace-clean-perl.
11:59:56 #10 42.72 Preparing to unpack .../230-libnamespace-clean-perl_0.27-1_all.deb ...
11:59:56 #10 42.73 Unpacking libnamespace-clean-perl (0.27-1) ...
11:59:56 #10 42.76 Selecting previously unselected package libpath-tiny-perl.
11:59:56 #10 42.76 Preparing to unpack .../231-libpath-tiny-perl_0.108-1_all.deb ...
11:59:56 #10 42.77 Unpacking libpath-tiny-perl (0.108-1) ...
11:59:56 #10 42.80 Selecting previously unselected package libtype-tiny-perl.
11:59:56 #10 42.81 Preparing to unpack .../232-libtype-tiny-perl_1.004004-1_all.deb ...
11:59:56 #10 42.81 Unpacking libtype-tiny-perl (1.004004-1) ...
11:59:56 #10 38.14 Selecting previously unselected package fontconfig-config.
11:59:56 #10 38.15 Preparing to unpack .../158-fontconfig-config_2.13.1-4.2_all.deb ...
11:59:56 #10 38.24 Unpacking fontconfig-config (2.13.1-4.2) ...
11:59:56 #10 38.29 Selecting previously unselected package libcurl3-gnutls:amd64.
11:59:56 #10 38.29 Preparing to unpack .../159-libcurl3-gnutls_7.74.0-1.3+deb11u5_amd64.deb ...
11:59:56 #10 38.30 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u5) ...
11:59:56 #10 38.37 Selecting previously unselected package liberror-perl.
11:59:56 #11 39.85 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ...
11:59:56 #11 39.85 Unpacking libhtml-format-perl (2.12-1) ...
11:59:56 #11 39.88 Selecting previously unselected package libhttp-daemon-perl.
11:59:56 #11 39.88 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ...
11:59:56 #11 39.89 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ...
11:59:56 #11 39.93 Selecting previously unselected package libidn11:amd64.
11:59:56 #11 39.93 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ...
11:59:56 #11 39.94 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
11:59:56 #11 39.97 Selecting previously unselected package libstruct-dumb-perl.
11:59:56 #11 39.97 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ...
11:59:56 #11 39.98 Unpacking libstruct-dumb-perl (0.09-1) ...
11:59:56 #11 40.00 Selecting previously unselected package libio-async-perl.
11:59:56 #11 40.01 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ...
11:59:56 #11 40.01 Unpacking libio-async-perl (0.75-1) ...
11:59:56 #11 40.06 Selecting previously unselected package liblinux-epoll-perl.
11:59:56 #11 40.06 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ...
11:59:56 #11 40.06 Unpacking liblinux-epoll-perl (0.017-1) ...
11:59:56 #10 12.67 Get:39 http://archive.raspbian.org/raspbian bullseye/main armhf libbinutils armhf 2.35.2-2+rpi1 [393 kB]
11:59:56 #10 12.68 Get:40 http://archive.raspbian.org/raspbian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2+rpi1 [100 kB]
11:59:56 #10 12.68 Get:41 http://archive.raspbian.org/raspbian bullseye/main armhf libctf0 armhf 2.35.2-2+rpi1 [41.9 kB]
11:59:56 #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:59:56 #11 37.55 Preparing to unpack .../312-libtext-levenshtein-perl_0.13-1_all.deb ...
11:59:56 #11 37.56 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:59:56 #11 37.59 Selecting previously unselected package libtype-tiny-xs-perl.
11:59:56 #11 37.59 Preparing to unpack .../313-libtype-tiny-xs-perl_0.016-1_arm64.deb ...
11:59:56 #11 37.59 Unpacking libtype-tiny-xs-perl (0.016-1) ...
11:59:56 #11 37.63 Selecting previously unselected package libunicode-utf8-perl.
11:59:56 #11 37.63 Preparing to unpack .../314-libunicode-utf8-perl_0.62-1build1_arm64.deb ...
11:59:56 #11 37.63 Unpacking libunicode-utf8-perl (0.62-1build1) ...
11:59:56 #11 37.67 Selecting previously unselected package libxml-namespacesupport-perl.
11:59:56 #11 37.67 Preparing to unpack .../315-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:59:56 #11 37.67 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:59:56 #11 37.71 Selecting previously unselected package libxml-sax-base-perl.
11:59:56 #11 37.71 Preparing to unpack .../316-libxml-sax-base-perl_1.09-1_all.deb ...
11:59:56 #11 37.72 Unpacking libxml-sax-base-perl (1.09-1) ...
11:59:56 #11 37.76 Selecting previously unselected package libxml-sax-perl.
11:59:56 #11 37.76 Preparing to unpack .../317-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:59:56 #11 37.77 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:59:56 #11 37.81 Selecting previously unselected package libxml-libxml-perl.
11:59:56 #9 36.75 Fedora Modular 37 - aarch64 - Updates           769 kB/s | 929 kB     00:01    
11:59:56 #10 18.12 Unpacking libmagic1:armhf (1:5.44-3) ...
11:59:56 #10 18.17 Selecting previously unselected package file.
11:59:56 #10 18.17 Preparing to unpack .../008-file_1%3a5.44-3_armhf.deb ...
11:59:56 #10 18.17 Unpacking file (1:5.44-3) ...
11:59:56 #10 18.22 Selecting previously unselected package gettext-base.
11:59:56 #10 18.22 Preparing to unpack .../009-gettext-base_0.21-11_armhf.deb ...
11:59:56 #10 18.24 Unpacking gettext-base (0.21-11) ...
11:59:56 #10 18.30 Selecting previously unselected package libuchardet0:armhf.
11:59:56 #10 18.30 Preparing to unpack .../010-libuchardet0_0.0.7-1_armhf.deb ...
11:59:56 #10 18.30 Unpacking libuchardet0:armhf (0.0.7-1) ...
11:59:56 #10 18.35 Selecting previously unselected package groff-base.
11:59:56 #10 18.35 Preparing to unpack .../011-groff-base_1.22.4-9_armhf.deb ...
11:59:56 #10 ...
11:59:56 
11:59:56 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:56 #7 extracting sha256:7884d12160d845706964d8461ae4c4230da405e65c813c8de89d04b1eb95bf1b 8.1s done
11:59:56 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.4s
11:59:56 #10 39.62 Preparing to unpack .../305-libxml-libxml-perl_2.0134+dfsg-1_arm64.deb ...
11:59:56 #10 39.63 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
11:59:56 #10 39.70 Selecting previously unselected package libxml-sax-expat-perl.
11:59:56 #10 39.70 Preparing to unpack .../306-libxml-sax-expat-perl_0.51-1_all.deb ...
11:59:56 #10 39.70 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:59:56 #10 39.75 Selecting previously unselected package libxml-simple-perl.
11:59:56 #10 39.75 Preparing to unpack .../307-libxml-simple-perl_2.25-1_all.deb ...
11:59:56 #10 39.75 Unpacking libxml-simple-perl (2.25-1) ...
11:59:56 #10 39.79 Selecting previously unselected package libxmlrpc-lite-perl.
11:59:56 #10 39.80 Preparing to unpack .../308-libxmlrpc-lite-perl_0.717-2_all.deb ...
11:59:56 #10 39.80 Unpacking libxmlrpc-lite-perl (0.717-2) ...
11:59:56 #10 39.86 Selecting previously unselected package libxmuu1:arm64.
11:59:56 #11 39.02 Setting up python3.10 (3.10.6-1~22.04.2) ...
11:59:56 #10 25.59 Selecting previously unselected package gcc-8.
11:59:56 #10 25.59 Preparing to unpack .../047-gcc-8_8.3.0-6_armhf.deb ...
11:59:56 #10 25.60 Unpacking gcc-8 (8.3.0-6) ...
11:59:56 #11 21.69 Selecting previously unselected package libsqlite3-0:armhf.
11:59:56 #11 21.69 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_armhf.deb ...
11:59:56 #11 21.69 Unpacking libsqlite3-0:armhf (3.37.2-2ubuntu0.1) ...
11:59:56 #11 21.75 Selecting previously unselected package libpython3.10-stdlib:armhf.
11:59:56 #11 21.75 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_armhf.deb ...
11:59:56 #11 21.75 Unpacking libpython3.10-stdlib:armhf (3.10.6-1~22.04.2) ...
11:59:56 #12 26.91 (23/85): bzip2-1.0.6-26.el8.x86_64.rpm           13 MB/s |  60 kB     00:00    
11:59:56 #12 26.94 (24/85): zstd-1.4.4-1.el8.x86_64.rpm            4.6 MB/s | 393 kB     00:00    
11:59:56 #12 26.97 (25/85): cpio-2.12-11.el8.x86_64.rpm            4.2 MB/s | 266 kB     00:00    
11:59:56 #12 26.98 (26/85): dnf-plugins-core-4.0.21-18.el8.noarch.  13 MB/s |  75 kB     00:00    
11:59:56 #12 27.01 (27/85): diffutils-3.6-6.el8.x86_64.rpm         4.8 MB/s | 358 kB     00:00    
11:59:56 #12 27.02 (28/85): elfutils-debuginfod-client-0.187-4.el8  15 MB/s |  73 kB     00:00    
11:59:56 #12 27.02 (29/85): emacs-filesystem-26.1-9.el8.noarch.rpm  17 MB/s |  70 kB     00:00    
11:59:56 #12 27.05 (30/85): elfutils-0.187-4.el8.x86_64.rpm        7.9 MB/s | 543 kB     00:00    
11:59:56 #12 27.05 (31/85): file-5.33-21.el8.x86_64.rpm            2.4 MB/s |  77 kB     00:00    
11:59:56 #12 27.11 (32/85): groff-base-1.22.3-18.el8.x86_64.rpm     19 MB/s | 1.0 MB     00:00    
11:59:56 #12 27.15 (33/85): glibc-gconv-extra-2.28-211.el8.x86_64.  16 MB/s | 1.5 MB     00:00    
11:59:56 #10 40.14 Preparing to unpack .../371-plzip_1.10-5_arm64.deb ...
11:59:56 #10 40.15 Unpacking plzip (1.10-5) ...
11:59:56 #10 40.18 Selecting previously unselected package lzop.
11:59:56 #10 40.18 Preparing to unpack .../372-lzop_1.04-2_arm64.deb ...
11:59:56 #10 40.19 Unpacking lzop (1.04-2) ...
11:59:56 #10 40.22 Selecting previously unselected package t1utils.
11:59:56 #10 40.23 Preparing to unpack .../373-t1utils_1.41-4_arm64.deb ...
11:59:56 #10 40.23 Unpacking t1utils (1.41-4) ...
11:59:56 #10 40.28 Selecting previously unselected package unzip.
11:59:56 #10 40.28 Preparing to unpack .../374-unzip_6.0-27_arm64.deb ...
11:59:56 #10 40.28 Unpacking unzip (6.0-27) ...
11:59:56 #10 40.34 Selecting previously unselected package lintian.
11:59:56 #10 40.34 Preparing to unpack .../375-lintian_2.116.3_all.deb ...
11:59:56 #10 40.35 Unpacking lintian (2.116.3) ...
11:59:56 #10 11.60 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf dpkg armhf 1.21.19+rpi1 [1436 kB]
11:59:56 #10 11.65 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf libperl5.36 armhf 5.36.0-7 [3462 kB]
11:59:56 #11 18.92 Get:304 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtext-glob-perl all 0.11-2 [8042 B]
11:59:56 #11 19.00 Get:305 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfile-find-rule-perl all 0.34-2 [26.1 kB]
11:59:56 #11 19.06 Get:306 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfont-afm-perl all 1.20-3 [13.6 kB]
11:59:56 #11 19.09 Get:307 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-string-perl all 1.08-3.1 [10.7 kB]
11:59:56 #11 19.11 Get:308 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfont-ttf-perl all 1.06-2 [323 kB]
11:59:56 #11 39.40 Updating certificates in /etc/ssl/certs...
11:59:56 #12 26.63   Installing       : perl-threads-shared-1.58-2.el8.aarch64               53/90 
11:59:56 #12 27.14   Installing       : perl-interpreter-4:5.26.3-422.el8.aarch64            54/90 
11:59:56 #12 27.18   Installing       : libtool-ltdl-2.4.6-25.el8.aarch64                    55/90 
11:59:56 #12 27.20   Running scriptlet: libtool-ltdl-2.4.6-25.el8.aarch64                    55/90 
11:59:56 #12 27.21   Installing       : libpkgconf-1.4.2-1.el8.aarch64                       56/90 
11:59:56 #12 27.23   Installing       : pkgconf-1.4.2-1.el8.aarch64                          57/90 
11:59:56 #12 27.25   Installing       : pkgconf-pkg-config-1.4.2-1.el8.aarch64               58/90 
11:59:56 #12 27.28   Installing       : libbabeltrace-1.5.4-4.el8.aarch64                    59/90 
11:59:56 #11 36.48 Preparing to unpack .../271-libnet-domain-tld-perl_1.75-2_all.deb ...
11:59:56 #11 36.48 Unpacking libnet-domain-tld-perl (1.75-2) ...
11:59:56 #11 36.52 Selecting previously unselected package libdata-validate-domain-perl.
11:59:56 #11 36.53 Preparing to unpack .../272-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:59:56 #11 36.53 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:59:56 #11 36.57 Selecting previously unselected package libnet-ipv6addr-perl.
11:59:56 #11 36.57 Preparing to unpack .../273-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:59:56 #11 36.57 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:59:56 #11 36.60 Selecting previously unselected package libnet-netmask-perl.
11:59:56 #11 36.61 Preparing to unpack .../274-libnet-netmask-perl_2.0001-1_all.deb ...
11:59:56 #11 36.61 Unpacking libnet-netmask-perl (2.0001-1) ...
11:59:56 #11 36.65 Selecting previously unselected package libnetaddr-ip-perl.
11:59:56 #11 36.65 Preparing to unpack .../275-libnetaddr-ip-perl_4.079+dfsg-2_arm64.deb ...
11:59:56 #11 36.65 Unpacking libnetaddr-ip-perl (4.079+dfsg-2) ...
11:59:56 #11 36.69 Selecting previously unselected package libdata-validate-ip-perl.
11:59:56 #11 36.69 Preparing to unpack .../276-libdata-validate-ip-perl_0.30-1_all.deb ...
11:59:56 #11 36.70 Unpacking libdata-validate-ip-perl (0.30-1) ...
11:59:56 #11 36.73 Selecting previously unselected package libdata-validate-uri-perl.
11:59:56 #13 1.340 CentOS Stream 9 - AppStream                      23 kB/s | 7.2 kB     00:00    
11:59:56 #10 39.98 Updating certificates in /etc/ssl/certs...
11:59:56 #10 38.22 Unpacking python3-xdg (0.27-2) ...
11:59:56 #10 38.26 Selecting previously unselected package shared-mime-info.
11:59:56 #10 38.26 Preparing to unpack .../354-shared-mime-info_2.0-1_arm64.deb ...
11:59:56 #10 38.26 Unpacking shared-mime-info (2.0-1) ...
11:59:56 #10 38.36 Selecting previously unselected package strace.
11:59:56 #10 38.36 Preparing to unpack .../355-strace_5.10-1_arm64.deb ...
11:59:56 #10 38.37 Unpacking strace (5.10-1) ...
11:59:56 #10 38.44 Selecting previously unselected package xauth.
11:59:56 #10 38.44 Preparing to unpack .../356-xauth_1%3a1.1-1_arm64.deb ...
11:59:56 #10 38.44 Unpacking xauth (1:1.1-1) ...
11:59:56 #10 38.49 Selecting previously unselected package xdg-user-dirs.
11:59:56 #10 35.72 Fedora 37 - x86_64 - Updates                     16 MB/s |  23 MB     00:01    
11:59:56 #11 23.06 Selecting previously unselected package libglib2.0-data.
11:59:56 #11 23.06 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
11:59:56 #11 23.06 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:59:56 #11 23.17 Selecting previously unselected package tzdata.
11:59:56 #11 23.17 Preparing to unpack .../022-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
11:59:56 #11 23.18 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
11:59:56 #11 30.63 Preparing to unpack .../184-dput_1.1.0ubuntu2_all.deb ...
11:59:56 #11 30.64 Unpacking dput (1.1.0ubuntu2) ...
11:59:56 #11 30.68 Selecting previously unselected package fonts-dejavu-core.
11:59:56 #11 30.68 Preparing to unpack .../185-fonts-dejavu-core_2.37-2build1_all.deb ...
11:59:56 #11 30.68 Unpacking fonts-dejavu-core (2.37-2build1) ...
11:59:56 #11 30.81 Selecting previously unselected package fontconfig-config.
11:59:56 #11 30.81 Preparing to unpack .../186-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
11:59:56 #11 30.81 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
11:59:56 #11 30.86 Selecting previously unselected package libcurl3-gnutls:arm64.
11:59:56 #11 30.86 Preparing to unpack .../187-libcurl3-gnutls_7.81.0-1ubuntu1.7_arm64.deb ...
11:59:56 #11 30.87 Unpacking libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.7) ...
11:59:56 #11 30.91 Selecting previously unselected package liberror-perl.
11:59:56 #10 42.87 Selecting previously unselected package libgitlab-api-v4-perl.
11:59:56 #10 42.88 Preparing to unpack .../233-libgitlab-api-v4-perl_0.16-1_all.deb ...
11:59:56 #10 42.88 Unpacking libgitlab-api-v4-perl (0.16-1) ...
11:59:56 #10 42.92 Selecting previously unselected package libglib2.0-data.
11:59:56 #10 42.92 Preparing to unpack .../234-libglib2.0-data_2.58.3-2+deb10u4_all.deb ...
11:59:56 #10 42.93 Unpacking libglib2.0-data (2.58.3-2+deb10u4) ...
11:59:56 #10 43.10 Selecting previously unselected package libgpm2:amd64.
11:59:56 #10 43.10 Preparing to unpack .../235-libgpm2_1.20.7-5_amd64.deb ...
11:59:56 #10 43.11 Unpacking libgpm2:amd64 (1.20.7-5) ...
11:59:56 #10 43.16 Selecting previously unselected package libidn11:amd64.
11:59:56 #10 38.38 Preparing to unpack .../160-liberror-perl_0.17029-1_all.deb ...
11:59:56 #10 38.38 Unpacking liberror-perl (0.17029-1) ...
11:59:56 #10 38.41 Selecting previously unselected package git-man.
11:59:56 #10 38.42 Preparing to unpack .../161-git-man_1%3a2.30.2-1+deb11u1_all.deb ...
11:59:56 #10 38.44 Unpacking git-man (1:2.30.2-1+deb11u1) ...
11:59:56 #10 38.58 Selecting previously unselected package git.
11:59:56 #10 38.58 Preparing to unpack .../162-git_1%3a2.30.2-1+deb11u1_amd64.deb ...
11:59:56 #10 38.60 Unpacking git (1:2.30.2-1+deb11u1) ...
11:59:56 #10 12.79 Get:43 http://archive.raspbian.org/raspbian bullseye/main armhf binutils armhf 2.35.2-2+rpi1 [61.7 kB]
11:59:56 #10 12.79 Get:44 http://archive.raspbian.org/raspbian bullseye/main armhf libisl23 armhf 0.23-1 [497 kB]
11:59:56 #10 12.84 Get:45 http://archive.raspbian.org/raspbian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [803 kB]
11:59:56 #10 12.87 Get:46 http://archive.raspbian.org/raspbian bullseye/main armhf libmpc3 armhf 1.2.0-1 [35.2 kB]
11:59:56 #10 12.87 Get:47 http://archive.raspbian.org/raspbian bullseye/main armhf cpp-10 armhf 10.2.1-6+rpi1 [6688 kB]
11:59:56 #11 40.12 Selecting previously unselected package libio-async-loop-epoll-perl.
11:59:56 #11 40.13 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ...
11:59:56 #11 40.13 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
11:59:56 #11 40.16 Selecting previously unselected package libtypes-serialiser-perl.
11:59:56 #11 40.16 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ...
11:59:56 #11 40.17 Unpacking libtypes-serialiser-perl (1.0-1) ...
11:59:56 #11 40.20 Selecting previously unselected package libjson-xs-perl.
11:59:56 #11 40.20 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ...
11:59:56 #11 40.21 Unpacking libjson-xs-perl (4.020-1build1) ...
11:59:56 #11 40.24 Selecting previously unselected package libjson-maybexs-perl.
11:59:56 #11 40.24 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ...
11:59:56 #11 40.25 Unpacking libjson-maybexs-perl (1.004000-1) ...
11:59:56 #11 40.28 Selecting previously unselected package liblist-compare-perl.
11:59:56 #11 40.28 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ...
11:59:56 #11 40.29 Unpacking liblist-compare-perl (0.53-1) ...
11:59:56 #11 40.33 Selecting previously unselected package liblist-moreutils-perl.
11:59:56 #11 40.33 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ...
11:59:56 #11 40.34 Unpacking liblist-moreutils-perl (0.416-1build5) ...
11:59:56 #11 40.37 Selecting previously unselected package liblist-someutils-perl.
11:59:56 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 5.0s
11:59:56 #11 37.81 Preparing to unpack .../318-libxml-libxml-perl_2.0134+dfsg-1build1_arm64.deb ...
11:59:56 #11 37.81 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
11:59:56 #11 37.87 Selecting previously unselected package libxml-parser-perl.
11:59:56 #11 37.87 Preparing to unpack .../319-libxml-parser-perl_2.46-1_arm64.deb ...
11:59:56 #11 37.88 Unpacking libxml-parser-perl (2.46-1) ...
11:59:56 #11 37.93 Selecting previously unselected package libxml-sax-expat-perl.
11:59:56 #11 37.93 Preparing to unpack .../320-libxml-sax-expat-perl_0.51-1_all.deb ...
11:59:56 #11 37.94 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:59:56 #11 37.97 Selecting previously unselected package libxml-writer-perl.
11:59:56 #11 37.98 Preparing to unpack .../321-libxml-writer-perl_0.625-1_all.deb ...
11:59:56 #11 37.98 Unpacking libxml-writer-perl (0.625-1) ...
11:59:56 #11 38.05 Selecting previously unselected package libyaml-libyaml-perl.
11:59:56 #11 38.05 Preparing to unpack .../322-libyaml-libyaml-perl_0.81+repack-1_arm64.deb ...
11:59:56 #11 38.06 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
11:59:56 #11 38.09 Selecting previously unselected package licensecheck.
11:59:56 #11 38.09 Preparing to unpack .../323-licensecheck_3.0.45-1_all.deb ...
11:59:56 #11 38.10 Unpacking licensecheck (3.0.45-1) ...
11:59:56 #11 38.13 Selecting previously unselected package libdevel-size-perl.
11:59:56 #11 38.13 Preparing to unpack .../324-libdevel-size-perl_0.83-1build1_arm64.deb ...
11:59:56 #11 38.14 Unpacking libdevel-size-perl (0.83-1build1) ...
11:59:56 #11 38.17 Selecting previously unselected package t1utils.
11:59:56 #11 38.17 Preparing to unpack .../325-t1utils_1.41-3_arm64.deb ...
11:59:56 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.5s done
11:59:56 #7 ...
11:59:56 
11:59:56 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:56 #10 18.35 Unpacking groff-base (1.22.4-9) ...
11:59:56 #10 18.57 Selecting previously unselected package krb5-locales.
11:59:56 #10 18.57 Preparing to unpack .../012-krb5-locales_1.20.1-1_all.deb ...
11:59:56 #10 18.57 Unpacking krb5-locales (1.20.1-1) ...
11:59:56 #10 18.62 Selecting previously unselected package bsdextrautils.
11:59:56 #10 18.62 Preparing to unpack .../013-bsdextrautils_2.38.1-4_armhf.deb ...
11:59:56 #10 39.87 Preparing to unpack .../309-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
11:59:56 #10 39.88 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
11:59:56 #10 39.93 Selecting previously unselected package libyaml-0-2:arm64.
11:59:56 #10 39.93 Preparing to unpack .../310-libyaml-0-2_0.2.1-1_arm64.deb ...
11:59:56 #10 39.94 Unpacking libyaml-0-2:arm64 (0.2.1-1) ...
11:59:56 #10 39.98 Selecting previously unselected package libyaml-libyaml-perl.
11:59:56 #10 39.98 Preparing to unpack .../311-libyaml-libyaml-perl_0.76+repack-1_arm64.deb ...
11:59:56 #10 39.99 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
11:59:56 #10 40.03 Selecting previously unselected package licensecheck.
11:59:56 #10 40.03 Preparing to unpack .../312-licensecheck_3.0.31-3_all.deb ...
11:59:56 #10 40.03 Unpacking licensecheck (3.0.31-3) ...
11:59:56 #10 40.07 Selecting previously unselected package t1utils.
11:59:56 #10 40.08 Preparing to unpack .../313-t1utils_1.41-3_arm64.deb ...
11:59:56 #10 40.08 Unpacking t1utils (1.41-3) ...
11:59:56 #10 40.12 Selecting previously unselected package lintian.
11:59:56 #11 21.92 Selecting previously unselected package python3.10.
11:59:56 #11 21.92 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_armhf.deb ...
11:59:56 #11 21.92 Unpacking python3.10 (3.10.6-1~22.04.2) ...
11:59:56 #11 21.95 Selecting previously unselected package libpython3-stdlib:armhf.
11:59:56 #11 21.95 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_armhf.deb ...
11:59:56 #11 21.96 Unpacking libpython3-stdlib:armhf (3.10.6-1~22.04) ...
11:59:56 #11 22.00 Setting up python3-minimal (3.10.6-1~22.04) ...
11:59:56 #12 27.15 (34/85): libbabeltrace-1.5.4-4.el8.x86_64.rpm   4.6 MB/s | 200 kB     00:00    
11:59:56 #12 27.15 (35/85): libpkgconf-1.4.2-1.el8.x86_64.rpm      4.8 MB/s |  35 kB     00:00    
11:59:56 #12 27.16 (36/85): libtool-ltdl-2.4.6-25.el8.x86_64.rpm    10 MB/s |  58 kB     00:00    
11:59:56 #12 27.19 (37/85): ncurses-6.1-9.20180224.el8.x86_64.rpm   12 MB/s | 387 kB     00:00    
11:59:56 #12 27.19 (38/85): patch-2.7.6-11.el8.x86_64.rpm          4.2 MB/s | 138 kB     00:00    
11:59:56 #12 27.19 (39/85): perl-Carp-1.42-396.el8.noarch.rpm      4.8 MB/s |  30 kB     00:00    
11:59:56 #12 27.20 (40/85): perl-Errno-1.28-422.el8.x86_64.rpm      15 MB/s |  76 kB     00:00    
11:59:56 #12 27.20 (41/85): perl-Exporter-5.72-396.el8.noarch.rpm  8.0 MB/s |  34 kB     00:00    
11:59:56 #12 27.21 (42/85): perl-File-Path-2.15-2.el8.noarch.rpm   9.2 MB/s |  38 kB     00:00    
11:59:56 #12 27.21 (43/85): perl-File-Temp-0.230.600-1.el8.noarch.  14 MB/s |  63 kB     00:00    
11:59:56 #12 27.22 (44/85): perl-Getopt-Long-2.50-4.el8.noarch.rpm  16 MB/s |  63 kB     00:00    
11:59:56 #12 27.22 (45/85): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm   14 MB/s |  58 kB     00:00    
11:59:56 #12 27.26 (46/85): perl-Encode-2.97-3.el8.x86_64.rpm       22 MB/s | 1.5 MB     00:00    
11:59:56 #12 27.26 (47/85): perl-IO-1.38-422.el8.x86_64.rpm        3.4 MB/s | 142 kB     00:00    
11:59:56 #12 27.26 (48/85): perl-MIME-Base64-3.15-396.el8.x86_64.r 4.4 MB/s |  31 kB     00:00    
11:59:56 #12 27.27 (49/85): perl-PathTools-3.74-1.el8.x86_64.rpm    15 MB/s |  90 kB     00:00    
11:59:56 #12 27.27 (50/85): perl-Pod-Escapes-1.07-395.el8.noarch.r 3.5 MB/s |  20 kB     00:00    
11:59:56 #12 27.28 (51/85): perl-Pod-Perldoc-3.28-396.el8.noarch.r  14 MB/s |  86 kB     00:00    
11:59:56 #12 27.28 (52/85): perl-Pod-Simple-3.35-395.el8.noarch.rp  25 MB/s | 213 kB     00:00    
11:59:56 #12 27.28 (53/85): perl-Pod-Usage-1.69-395.el8.noarch.rpm 4.4 MB/s |  34 kB     00:00    
11:59:56 #12 27.31 (54/85): binutils-2.30-119.el8.x86_64.rpm        13 MB/s | 5.8 MB     00:00    
11:59:56 #12 27.31 (55/85): perl-Scalar-List-Utils-1.49-2.el8.x86_ 2.0 MB/s |  68 kB     00:00    
11:59:56 #12 27.32 (56/85): perl-Socket-2.027-3.el8.x86_64.rpm     1.7 MB/s |  59 kB     00:00    
11:59:56 #12 27.32 (57/85): perl-Term-ANSIColor-4.06-396.el8.noarc 8.1 MB/s |  46 kB     00:00    
11:59:56 #12 27.32 (58/85): perl-Storable-3.11-3.el8.x86_64.rpm    8.0 MB/s |  98 kB     00:00    
11:59:56 #12 27.33 (59/85): perl-Term-Cap-1.17-395.el8.noarch.rpm  2.9 MB/s |  23 kB     00:00    
11:59:56 #12 27.33 (60/85): perl-Text-ParseWords-3.30-395.el8.noar 2.3 MB/s |  18 kB     00:00    
11:59:56 #12 27.33 (61/85): perl-Text-Tabs+Wrap-2013.0523-395.el8. 5.1 MB/s |  24 kB     00:00    
11:59:56 #12 27.33 (62/85): perl-Time-Local-1.280-1.el8.noarch.rpm 4.4 MB/s |  34 kB     00:00    
11:59:56 #12 27.34 (63/85): perl-constant-1.33-396.el8.noarch.rpm  4.7 MB/s |  25 kB     00:00    
11:59:56 #12 27.34 (64/85): perl-Unicode-Normalize-1.25-396.el8.x8 7.1 MB/s |  82 kB     00:00    
11:59:56 #12 27.38 (65/85): perl-macros-5.26.3-422.el8.x86_64.rpm  2.0 MB/s |  73 kB     00:00    
11:59:56 #10 40.67 Selecting previously unselected package lsb-release.
11:59:56 #10 40.68 Preparing to unpack .../376-lsb-release_12.0-1_all.deb ...
11:59:56 #10 11.84 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf perl armhf 5.36.0-7 [239 kB]
11:59:56 #10 11.89 Get:10 http://archive.raspbian.org/raspbian bookworm/main armhf perl-base armhf 5.36.0-7 [1413 kB]
11:59:56 #10 11.92 Get:11 http://archive.raspbian.org/raspbian bookworm/main armhf perl-modules-5.36 all 5.36.0-7 [2815 kB]
11:59:56 #11 19.31 Get:309 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfreezethaw-perl all 0.5001-2.1 [16.0 kB]
11:59:56 #11 19.31 Get:310 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsort-versions-perl all 1.62-2 [8848 B]
11:59:56 #11 19.31 Get:311 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:59:56 #11 19.32 Get:312 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:59:56 #11 19.32 Get:313 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
11:59:56 #11 19.34 Get:314 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-perl all 4.09000-1 [82.4 kB]
11:59:56 #11 19.35 Get:315 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblog-any-perl all 1.710-1 [68.4 kB]
11:59:56 #11 19.36 Get:316 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:59:56 #11 19.37 Get:317 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpackage-stash-perl all 0.40-1 [19.5 kB]
11:59:56 #11 19.38 Get:318 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-identify-perl armhf 0.14-2 [10.5 kB]
11:59:56 #11 19.44 Get:319 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsub-name-perl armhf 0.26-2 [11.1 kB]
11:59:56 #11 19.44 Get:320 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnamespace-clean-perl all 0.27-2 [14.0 kB]
11:59:56 #11 19.44 Get:321 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpath-tiny-perl all 0.122-1 [45.9 kB]
11:59:56 #12 27.29   Running scriptlet: libbabeltrace-1.5.4-4.el8.aarch64                    59/90 
11:59:56 #12 27.60   Installing       : glibc-gconv-extra-2.28-211.el8.aarch64               60/90 
11:59:56 #12 27.63   Running scriptlet: glibc-gconv-extra-2.28-211.el8.aarch64               60/90 
11:59:56 #12 27.64   Installing       : emacs-filesystem-1:26.1-9.el8.noarch                 61/90 
11:59:56 #10 38.90 Selecting previously unselected package iso-codes.
11:59:56 #10 38.90 Preparing to unpack .../171-iso-codes_4.12.0-1_all.deb ...
11:59:56 #10 38.90 Unpacking iso-codes (4.12.0-1) ...
11:59:56 #11 36.73 Preparing to unpack .../277-libdata-validate-uri-perl_0.07-2_all.deb ...
11:59:56 #11 36.73 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:59:56 #11 36.77 Selecting previously unselected package libdistro-info-perl.
11:59:56 #11 36.77 Preparing to unpack .../278-libdistro-info-perl_1.1ubuntu1_all.deb ...
11:59:56 #11 36.78 Unpacking libdistro-info-perl (1.1ubuntu1) ...
11:59:56 #11 36.81 Selecting previously unselected package libemail-address-xs-perl.
11:59:56 #11 36.81 Preparing to unpack .../279-libemail-address-xs-perl_1.05-1_arm64.deb ...
11:59:56 #11 36.81 Unpacking libemail-address-xs-perl (1.05-1) ...
11:59:56 #11 36.85 Selecting previously unselected package libfcgi-bin.
11:59:56 #11 36.86 Preparing to unpack .../280-libfcgi-bin_2.4.2-2build2_arm64.deb ...
11:59:56 #11 36.86 Unpacking libfcgi-bin (2.4.2-2build2) ...
11:59:56 #11 36.89 Selecting previously unselected package libipc-system-simple-perl.
11:59:56 #11 36.89 Preparing to unpack .../281-libipc-system-simple-perl_1.30-1_all.deb ...
11:59:56 #11 36.90 Unpacking libipc-system-simple-perl (1.30-1) ...
11:59:56 #11 36.93 Selecting previously unselected package libfile-basedir-perl.
11:59:56 #11 36.94 Preparing to unpack .../282-libfile-basedir-perl_0.09-1_all.deb ...
11:59:56 #11 36.94 Unpacking libfile-basedir-perl (0.09-1) ...
11:59:56 #11 36.98 Selecting previously unselected package libfile-chdir-perl.
11:59:56 #10 38.50 Preparing to unpack .../357-xdg-user-dirs_0.17-2_arm64.deb ...
11:59:56 #10 38.50 Unpacking xdg-user-dirs (0.17-2) ...
11:59:56 #10 38.56 Setting up libksba8:arm64 (1.5.0-3+deb11u2) ...
11:59:56 #10 38.58 Setting up media-types (4.0.0) ...
11:59:56 #10 38.59 Setting up libpipeline1:arm64 (1.5.3-1) ...
11:59:56 #10 38.60 Setting up wdiff (1.2.2-2+b1) ...
11:59:56 #10 38.62 Setting up libxau6:arm64 (1:1.0.9-1) ...
11:59:56 #10 38.63 Setting up libre2-9:arm64 (20210201+dfsg-1) ...
11:59:56 #10 38.64 Setting up libpsl5:arm64 (0.21.0-1.2) ...
11:59:56 #10 38.66 Setting up libgpm2:arm64 (1.20.7-8) ...
11:59:56 #10 38.67 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
11:59:56 #10 38.68 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:59:56 #10 38.69 Setting up libicu67:arm64 (67.1-7) ...
11:59:56 #10 38.70 Setting up libfcgi0ldbl:arm64 (2.4.2-2) ...
11:59:56 #10 38.72 Setting up xdg-user-dirs (0.17-2) ...
11:59:56 #10 38.75 Setting up libmagic-mgc (1:5.39-3) ...
11:59:56 #10 38.76 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
11:59:56 #10 38.77 Setting up libglib2.0-0:arm64 (2.66.8-1) ...
11:59:56 #10 38.80 No schema files found: doing nothing.
11:59:56 #11 23.43 Selecting previously unselected package libicu66:armhf.
11:59:56 #11 23.43 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_armhf.deb ...
11:59:56 #11 23.43 Unpacking libicu66:armhf (66.1-2ubuntu2.1) ...
11:59:56 #11 30.91 Preparing to unpack .../188-liberror-perl_0.17029-1_all.deb ...
11:59:56 #11 30.92 Unpacking liberror-perl (0.17029-1) ...
11:59:56 #11 30.95 Selecting previously unselected package git-man.
11:59:56 #11 30.95 Preparing to unpack .../189-git-man_1%3a2.34.1-1ubuntu1.6_all.deb ...
11:59:56 #11 30.96 Unpacking git-man (1:2.34.1-1ubuntu1.6) ...
11:59:56 #11 31.01 Selecting previously unselected package git.
11:59:56 #11 31.01 Preparing to unpack .../190-git_1%3a2.34.1-1ubuntu1.6_arm64.deb ...
11:59:56 #11 31.03 Unpacking git (1:2.34.1-1ubuntu1.6) ...
11:59:56 #11 31.16 Selecting previously unselected package libalgorithm-diff-perl.
11:59:56 #10 43.16 Preparing to unpack .../236-libidn11_1.33-2.2_amd64.deb ...
11:59:56 #10 43.16 Unpacking libidn11:amd64 (1.33-2.2) ...
11:59:56 #10 43.22 Selecting previously unselected package libntlm0:amd64.
11:59:56 #10 43.22 Preparing to unpack .../237-libntlm0_1.5-1+deb10u1_amd64.deb ...
11:59:56 #10 43.22 Unpacking libntlm0:amd64 (1.5-1+deb10u1) ...
11:59:56 #10 43.27 Selecting previously unselected package libgsasl7.
11:59:56 #10 43.27 Preparing to unpack .../238-libgsasl7_1.8.0-8+deb10u1_amd64.deb ...
11:59:56 #10 43.27 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
11:59:56 #10 43.33 Selecting previously unselected package libhtml-form-perl.
11:59:56 #10 43.33 Preparing to unpack .../239-libhtml-form-perl_6.03-1_all.deb ...
11:59:56 #10 43.34 Unpacking libhtml-form-perl (6.03-1) ...
11:59:56 #10 43.37 Selecting previously unselected package libhtml-format-perl.
11:59:56 #10 18.64 Unpacking bsdextrautils (2.38.1-4) ...
11:59:56 #10 18.69 Selecting previously unselected package libpipeline1:armhf.
11:59:56 #10 18.69 Preparing to unpack .../014-libpipeline1_1.5.7-1_armhf.deb ...
11:59:56 #10 18.70 Unpacking libpipeline1:armhf (1.5.7-1) ...
11:59:56 #10 18.76 Selecting previously unselected package man-db.
11:59:56 #10 18.76 Preparing to unpack .../015-man-db_2.11.2-1_armhf.deb ...
11:59:56 #10 18.76 Unpacking man-db (2.11.2-1) ...
11:59:56 #11 38.17 Unpacking t1utils (1.41-3) ...
11:59:56 #11 38.24 Selecting previously unselected package lintian.
11:59:56 #11 38.24 Preparing to unpack .../326-lintian_2.62.0ubuntu2.2_all.deb ...
11:59:56 #11 38.25 Unpacking lintian (2.62.0ubuntu2.2) ...
11:59:56 #11 40.38 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ...
11:59:56 #11 40.38 Unpacking liblist-someutils-perl (0.58-1) ...
11:59:56 #11 40.41 Selecting previously unselected package liblist-someutils-xs-perl.
11:59:56 #11 40.41 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ...
11:59:56 #11 40.42 Unpacking liblist-someutils-xs-perl (0.58-2) ...
11:59:56 #11 40.46 Selecting previously unselected package libltdl7:amd64.
11:59:56 #11 40.46 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ...
11:59:56 #11 40.46 Unpacking libltdl7:amd64 (2.4.6-14) ...
11:59:56 #11 40.50 Selecting previously unselected package libltdl-dev:amd64.
11:59:56 #11 40.50 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ...
11:59:56 #11 40.50 Unpacking libltdl-dev:amd64 (2.4.6-14) ...
11:59:56 #11 40.55 Selecting previously unselected package libsys-hostname-long-perl.
11:59:56 #11 40.55 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ...
11:59:56 #11 40.55 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:59:56 #11 40.58 Selecting previously unselected package libmail-sendmail-perl.
11:59:56 #11 40.59 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ...
11:59:56 #11 40.59 Unpacking libmail-sendmail-perl (0.80-1) ...
11:59:56 #11 40.62 Selecting previously unselected package libmoox-aliases-perl.
11:59:56 #10 40.12 Preparing to unpack .../314-lintian_2.15.0_all.deb ...
11:59:56 #10 40.13 Unpacking lintian (2.15.0) ...
11:59:56 #10 40.26 Selecting previously unselected package lsb-release.
11:59:56 #10 40.26 Preparing to unpack .../315-lsb-release_10.2019051400_all.deb ...
11:59:56 #10 40.27 Unpacking lsb-release (10.2019051400) ...
11:59:56 #10 40.32 Selecting previously unselected package mailutils.
11:59:56 #10 40.32 Preparing to unpack .../316-mailutils_1%3a3.5-4_arm64.deb ...
11:59:56 #10 40.33 Unpacking mailutils (1:3.5-4) ...
11:59:56 #10 40.38 Selecting previously unselected package manpages-dev.
11:59:56 #13 10.12 Transaction test succeeded.
11:59:56 #13 10.12 Running transaction
11:59:56 #11 22.33 Selecting previously unselected package python3.
11:59:56 #11 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 ... 5133 files and directories currently installed.)
11:59:56 #11 22.33 Preparing to unpack .../000-python3_3.10.6-1~22.04_armhf.deb ...
11:59:56 #11 22.34 Unpacking python3 (3.10.6-1~22.04) ...
11:59:56 #11 22.36 Selecting previously unselected package perl-modules-5.34.
11:59:56 #11 22.36 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ...
11:59:56 #11 22.37 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
11:59:56 #12 27.38 (66/85): perl-parent-0.237-1.el8.noarch.rpm     5.8 MB/s |  20 kB     00:00    
11:59:56 #12 27.39 (67/85): perl-podlators-4.11-1.el8.noarch.rpm    20 MB/s | 118 kB     00:00    
11:59:56 #12 27.39 (68/85): perl-threads-2.21-2.el8.x86_64.rpm      14 MB/s |  61 kB     00:00    
11:59:56 #12 27.40 (69/85): perl-threads-shared-1.58-2.el8.x86_64.  11 MB/s |  48 kB     00:00    
11:59:56 #12 27.40 (70/85): pkgconf-1.4.2-1.el8.x86_64.rpm         7.2 MB/s |  38 kB     00:00    
11:59:56 #12 27.41 (71/85): perl-libs-5.26.3-422.el8.x86_64.rpm     20 MB/s | 1.6 MB     00:00    
11:59:56 #12 27.42 (72/85): pkgconf-m4-1.4.2-1.el8.noarch.rpm      1.2 MB/s |  17 kB     00:00    
11:59:56 #12 27.42 (73/85): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 3.1 MB/s |  15 kB     00:00    
11:59:56 #12 27.42 (74/85): python-rpm-macros-3-44.el8.noarch.rpm  3.4 MB/s |  16 kB     00:00    
11:59:56 #12 27.42 (75/85): python-srpm-macros-3-44.el8.noarch.rpm 3.3 MB/s |  16 kB     00:00    
11:59:56 #12 27.43 (76/85): python3-rpm-macros-3-44.el8.noarch.rpm 3.1 MB/s |  15 kB     00:00    
11:59:56 #12 27.43 (77/85): unzip-6.0-46.el8.x86_64.rpm             26 MB/s | 196 kB     00:00    
11:59:56 #12 27.46 (78/85): xz-5.2.4-4.el8.x86_64.rpm              4.5 MB/s | 153 kB     00:00    
11:59:56 #12 27.50 (79/85): zip-3.0-23.el8.x86_64.rpm              4.2 MB/s | 270 kB     00:00    
11:59:56 #12 27.50 (80/85): python3-dnf-plugins-core-4.0.21-18.el8 6.1 MB/s | 258 kB     00:00    
11:59:56 #12 27.51 (81/85): python3-rpm-4.14.3-26.el8.x86_64.rpm    15 MB/s | 155 kB     00:00    
11:59:56 #12 27.52 (82/85): rpm-build-libs-4.14.3-26.el8.x86_64.rp  21 MB/s | 157 kB     00:00    
11:59:56 #12 27.52 (83/85): rpm-4.14.3-26.el8.x86_64.rpm            26 MB/s | 544 kB     00:00    
11:59:56 #12 27.53 (84/85): rpm-libs-4.14.3-26.el8.x86_64.rpm       21 MB/s | 345 kB     00:00    
11:59:56 #12 27.57 (85/85): perl-interpreter-5.26.3-422.el8.x86_64  27 MB/s | 6.3 MB     00:00    
11:59:56 #12 27.58 --------------------------------------------------------------------------------
11:59:56 #12 27.58 Total                                            18 MB/s |  33 MB     00:01     
11:59:56 #10 40.68 Unpacking lsb-release (12.0-1) ...
11:59:56 #10 40.71 Selecting previously unselected package manpages-dev.
11:59:56 #10 40.72 Preparing to unpack .../377-manpages-dev_6.02-1_all.deb ...
11:59:56 #10 40.72 Unpacking manpages-dev (6.02-1) ...
11:59:56 #11 39.66 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.04.1) ...
11:59:56 #11 39.67 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ...
11:59:56 #10 12.08 Get:12 http://archive.raspbian.org/raspbian bookworm/main armhf libcrypt1 armhf 1:4.4.33-2 [93.3 kB]
11:59:56 #10 12.11 Get:13 http://archive.raspbian.org/raspbian bookworm/main armhf libc-bin armhf 2.36-8+rpi1 [492 kB]
11:59:56 #10 12.15 Get:14 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-minimal armhf 3.11.1-2 [796 kB]
11:59:56 #10 12.20 Get:15 http://archive.raspbian.org/raspbian bookworm/main armhf libexpat1 armhf 2.5.0-1 [77.2 kB]
11:59:56 #10 12.21 Get:16 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11-minimal armhf 3.11.1-2 [1678 kB]
11:59:56 #10 ...
11:59:56 
11:59:56 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
11:59:56 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 6.8s done
11:59:56 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 7.0s
11:59:56 #11 19.45 Get:322 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
11:59:56 #11 19.45 Get:323 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtype-tiny-perl all 1.016008-1 [336 kB]
11:59:56 #11 19.48 Get:324 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:59:56 #11 19.48 Get:325 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-form-perl all 6.10-1 [23.0 kB]
11:59:56 #11 19.48 Get:326 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-format-perl all 2.16-1 [38.2 kB]
11:59:56 #11 19.49 Get:327 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-html5-entities-perl all 0.004-2 [22.1 kB]
11:59:56 #11 19.53 Get:328 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhtml-tokeparser-simple-perl all 3.16-4 [38.0 kB]
11:59:56 #11 19.53 Get:329 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libhttp-daemon-perl all 6.14-1.1 [22.4 kB]
11:59:56 #11 19.53 Get:330 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libindirect-perl armhf 0.39-2 [20.8 kB]
11:59:56 #11 19.54 Get:331 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libio-interactive-perl all 1.023-1 [10.4 kB]
11:59:56 #11 19.54 Get:332 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:59:56 #11 19.60 Get:333 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-xs-perl armhf 4.030-1build3 [85.8 kB]
11:59:56 #11 19.62 Get:334 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:59:56 #11 19.62 Get:335 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libldap-common all 2.5.13+dfsg-1ubuntu1 [19.6 kB]
11:59:56 #11 19.62 Get:336 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-compare-perl all 0.55-1 [63.3 kB]
11:59:56 #11 19.62 Get:337 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
11:59:56 #11 19.68 Get:338 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-someutils-xs-perl armhf 0.58-2build3 [31.4 kB]
11:59:56 #11 19.68 Get:339 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblist-utilsby-perl all 0.12-1 [15.5 kB]
11:59:56 #11 19.68 Get:340 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libltdl7 armhf 2.4.7-4 [37.2 kB]
11:59:56 #11 19.69 Get:341 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libltdl-dev armhf 2.4.7-4 [167 kB]
11:59:56 #12 27.66   Installing       : desktop-file-utils-0.26-1.el8.aarch64                62/90 
11:59:56 #12 27.69   Installing       : elfutils-debuginfod-client-0.187-4.el8.aarch64       63/90 
11:59:56 #12 27.76   Installing       : elfutils-0.187-4.el8.aarch64                         64/90 
11:59:56 #12 27.81   Installing       : diffutils-3.6-6.el8.aarch64                          65/90 
11:59:56 #12 27.82   Running scriptlet: diffutils-3.6-6.el8.aarch64                          65/90 
11:59:56 #12 27.86   Installing       : zstd-1.4.4-1.el8.aarch64                             66/90 
11:59:56 #12 27.88   Installing       : rust-srpm-macros-5-2.el8.noarch                      67/90 
11:59:56 #12 27.89   Installing       : qt5-srpm-macros-5.15.3-1.el8.noarch                  68/90 
11:59:56 #10 39.33 Selecting previously unselected package libabsl20220623:amd64.
11:59:56 #10 39.33 Preparing to unpack .../172-libabsl20220623_20220623.1-1_amd64.deb ...
11:59:56 #10 39.33 Unpacking libabsl20220623:amd64 (20220623.1-1) ...
11:59:56 #10 39.40 Selecting previously unselected package libalgorithm-diff-perl.
11:59:56 #10 39.41 Preparing to unpack .../173-libalgorithm-diff-perl_1.201-1_all.deb ...
11:59:56 #10 39.41 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:59:56 #10 39.44 Selecting previously unselected package libalgorithm-diff-xs-perl:amd64.
11:59:56 #11 39.85 124 added, 0 removed; done.
11:59:56 #11 39.88 Setting up libgprofng0:amd64 (2.39-3ubuntu1.1) ...
11:59:56 #11 39.89 Setting up libfreetype6:amd64 (2.12.1+dfsg-3) ...
11:59:56 #11 39.90 Setting up dbus (1.14.0-2ubuntu3) ...
11:59:56 #11 39.94 Setting up libgcc-12-dev:amd64 (12.2.0-3ubuntu1) ...
11:59:56 #11 39.95 Setting up shared-mime-info (2.2-1) ...
11:59:56 #11 36.98 Preparing to unpack .../283-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:59:56 #11 36.98 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:59:56 #11 37.02 Selecting previously unselected package libfile-fcntllock-perl.
11:59:56 #11 37.02 Preparing to unpack .../284-libfile-fcntllock-perl_0.22-4_arm64.deb ...
11:59:56 #11 37.03 Unpacking libfile-fcntllock-perl (0.22-4) ...
11:59:56 #11 37.06 Selecting previously unselected package libnumber-compare-perl.
11:59:56 #11 37.06 Preparing to unpack .../285-libnumber-compare-perl_0.03-2_all.deb ...
11:59:56 #11 37.07 Unpacking libnumber-compare-perl (0.03-2) ...
11:59:56 #11 37.10 Selecting previously unselected package libtext-glob-perl.
11:59:56 #11 37.11 Preparing to unpack .../286-libtext-glob-perl_0.11-2_all.deb ...
11:59:56 #11 37.11 Unpacking libtext-glob-perl (0.11-2) ...
11:59:56 #11 37.14 Selecting previously unselected package libfile-find-rule-perl.
11:59:56 #11 37.14 Preparing to unpack .../287-libfile-find-rule-perl_0.34-2_all.deb ...
11:59:56 #11 37.15 Unpacking libfile-find-rule-perl (0.34-2) ...
11:59:56 #11 37.18 Selecting previously unselected package libfont-afm-perl.
11:59:56 #11 37.18 Preparing to unpack .../288-libfont-afm-perl_1.20-3_all.deb ...
11:59:56 #11 37.19 Unpacking libfont-afm-perl (1.20-3) ...
11:59:56 #11 37.22 Selecting previously unselected package libio-string-perl.
11:59:56 #10 38.81 Setting up distro-info-data (0.51+deb11u3) ...
11:59:56 #10 38.83 Setting up manpages (5.10-1) ...
11:59:56 #10 38.84 Setting up unzip (6.0-26+deb11u1) ...
11:59:56 #10 38.85 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:59:56 #10 38.86 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
11:59:56 #10 38.88 Setting up libsqlite3-0:arm64 (3.34.1-3) ...
11:59:56 #10 38.89 Setting up libcbor0:arm64 (0.5.0+dfsg-2) ...
11:59:56 #10 38.90 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:59:56 #10 38.92 Setting up libfcgi-bin (2.4.2-2) ...
11:59:56 #10 38.93 Setting up binutils-common:arm64 (2.35.2-2) ...
11:59:56 #10 38.95 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
11:59:56 #10 38.96 Setting up libmagic1:arm64 (1:5.39-3) ...
11:59:56 #10 38.98 Setting up libdeflate0:arm64 (1.7-1) ...
11:59:56 #10 38.99 Setting up less (551-2) ...
11:59:56 #10 39.01 Setting up perl-openssl-defaults:arm64 (5) ...
11:59:56 #13 1.866 CentOS Stream 9 - CRB                            12 MB/s | 5.2 MB     00:00    
11:59:56 #11 31.16 Preparing to unpack .../191-libalgorithm-diff-perl_1.201-1_all.deb ...
11:59:56 #11 31.17 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:59:56 #11 31.20 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:59:56 #11 31.20 Preparing to unpack .../192-libalgorithm-diff-xs-perl_0.04-6build3_arm64.deb ...
11:59:56 #11 31.21 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
11:59:56 #11 31.25 Selecting previously unselected package libalgorithm-merge-perl.
11:59:56 #11 31.25 Preparing to unpack .../193-libalgorithm-merge-perl_0.08-3_all.deb ...
11:59:56 #11 31.25 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:59:56 #11 31.28 Selecting previously unselected package libaliased-perl.
11:59:56 #11 31.29 Preparing to unpack .../194-libaliased-perl_0.34-1.1_all.deb ...
11:59:56 #11 31.29 Unpacking libaliased-perl (0.34-1.1) ...
11:59:56 #11 31.32 Selecting previously unselected package libapt-pkg-perl.
11:59:56 #11 31.32 Preparing to unpack .../195-libapt-pkg-perl_0.1.40build2_arm64.deb ...
11:59:56 #11 31.33 Unpacking libapt-pkg-perl (0.1.40build2) ...
11:59:56 #11 31.40 Selecting previously unselected package libarchive-cpio-perl.
11:59:56 #10 43.37 Preparing to unpack .../240-libhtml-format-perl_2.12-1_all.deb ...
11:59:56 #10 43.38 Unpacking libhtml-format-perl (2.12-1) ...
11:59:56 #10 43.42 Selecting previously unselected package libhttp-daemon-perl.
11:59:56 #10 43.42 Preparing to unpack .../241-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ...
11:59:56 #10 43.42 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ...
11:59:56 #10 43.46 Selecting previously unselected package libstruct-dumb-perl.
11:59:56 #10 43.46 Preparing to unpack .../242-libstruct-dumb-perl_0.09-1_all.deb ...
11:59:56 #10 43.46 Unpacking libstruct-dumb-perl (0.09-1) ...
11:59:56 #10 43.51 Selecting previously unselected package libio-async-perl.
11:59:56 #10 43.51 Preparing to unpack .../243-libio-async-perl_0.72-1_all.deb ...
11:59:56 #10 43.51 Unpacking libio-async-perl (0.72-1) ...
11:59:56 #10 43.57 Selecting previously unselected package libio-sessiondata-perl.
11:59:56 #10 43.58 Preparing to unpack .../244-libio-sessiondata-perl_1.03-1_all.deb ...
11:59:56 #10 43.58 Unpacking libio-sessiondata-perl (1.03-1) ...
11:59:56 #10 43.61 Selecting previously unselected package libio-string-perl.
11:59:56 #10 40.56 124 added, 0 removed; done.
11:59:56 #10 40.60 Setting up manpages-dev (4.15-1) ...
11:59:56 #10 40.62 Setting up libc6-dev:arm64 (2.27-3ubuntu1.6) ...
11:59:56 #10 40.63 Setting up libassuan0:arm64 (2.5.1-2) ...
11:59:56 #10 18.97 Selecting previously unselected package manpages.
11:59:56 #10 18.97 Preparing to unpack .../016-manpages_6.02-1_all.deb ...
11:59:56 #10 18.98 Unpacking manpages (6.02-1) ...
11:59:56 #10 19.16 Selecting previously unselected package libbsd0:armhf.
11:59:56 #10 19.16 Preparing to unpack .../017-libbsd0_0.11.7-2_armhf.deb ...
11:59:56 #10 19.16 Unpacking libbsd0:armhf (0.11.7-2) ...
11:59:56 #10 19.21 Selecting previously unselected package libedit2:armhf.
11:59:56 #10 19.21 Preparing to unpack .../018-libedit2_3.1-20221030-2_armhf.deb ...
11:59:56 #10 19.22 Unpacking libedit2:armhf (3.1-20221030-2) ...
11:59:56 #10 40.38 Preparing to unpack .../317-manpages-dev_4.16-2_all.deb ...
11:59:56 #10 40.39 Unpacking manpages-dev (4.16-2) ...
11:59:56 #11 38.51 Selecting previously unselected package manpages-dev.
11:59:56 #11 38.51 Preparing to unpack .../327-manpages-dev_5.05-1_all.deb ...
11:59:56 #11 38.52 Unpacking manpages-dev (5.05-1) ...
11:59:56 #10 30.69 Selecting previously unselected package cpp.
11:59:56 #10 30.69 Preparing to unpack .../067-cpp_4%3a7.4.0-1ubuntu2.3_armhf.deb ...
11:59:56 #10 30.70 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
11:59:56 #10 30.75 Selecting previously unselected package libcc1-0:armhf.
11:59:56 #10 30.75 Preparing to unpack .../068-libcc1-0_8.4.0-1ubuntu1~18.04_armhf.deb ...
11:59:56 #10 30.75 Unpacking libcc1-0:armhf (8.4.0-1ubuntu1~18.04) ...
11:59:56 #10 30.80 Selecting previously unselected package libgomp1:armhf.
11:59:56 #10 30.80 Preparing to unpack .../069-libgomp1_8.4.0-1ubuntu1~18.04_armhf.deb ...
11:59:56 #10 30.82 Unpacking libgomp1:armhf (8.4.0-1ubuntu1~18.04) ...
11:59:56 #10 30.86 Selecting previously unselected package libatomic1:armhf.
11:59:56 #10 30.86 Preparing to unpack .../070-libatomic1_8.4.0-1ubuntu1~18.04_armhf.deb ...
11:59:56 #10 30.87 Unpacking libatomic1:armhf (8.4.0-1ubuntu1~18.04) ...
11:59:56 #10 30.91 Selecting previously unselected package libasan4:armhf.
11:59:56 #10 30.91 Preparing to unpack .../071-libasan4_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:59:56 #10 30.91 Unpacking libasan4:armhf (7.5.0-3ubuntu1~18.04) ...
11:59:56 #10 30.98 Selecting previously unselected package libubsan0:armhf.
11:59:56 #10 30.98 Preparing to unpack .../072-libubsan0_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:59:56 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 5.6s done
11:59:56 #10 13.37 Get:48 http://archive.raspbian.org/raspbian bullseye/main armhf cpp armhf 4:10.2.1-1+rpi1 [19.9 kB]
11:59:56 #10 13.37 Get:49 http://archive.raspbian.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u5 [258 kB]
11:59:56 #10 13.37 Get:50 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u5 [309 kB]
11:59:56 #10 13.39 Get:51 http://archive.raspbian.org/raspbian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
11:59:56 #10 13.40 Get:52 http://archive.raspbian.org/raspbian bullseye/main armhf libcc1-0 armhf 10.2.1-6+rpi1 [38.3 kB]
11:59:56 #10 13.42 Get:53 http://archive.raspbian.org/raspbian bullseye/main armhf libgomp1 armhf 10.2.1-6+rpi1 [84.1 kB]
11:59:56 #10 13.43 Get:54 http://archive.raspbian.org/raspbian bullseye/main armhf libatomic1 armhf 10.2.1-6+rpi1 [8212 B]
11:59:56 #10 13.43 Get:55 http://archive.raspbian.org/raspbian bullseye/main armhf libasan6 armhf 10.2.1-6+rpi1 [1986 kB]
11:59:56 #10 13.52 Get:56 http://archive.raspbian.org/raspbian bullseye/main armhf libubsan1 armhf 10.2.1-6+rpi1 [746 kB]
11:59:56 #10 13.53 Get:57 http://archive.raspbian.org/raspbian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6+rpi1 [682 kB]
11:59:56 #10 13.60 Get:58 http://archive.raspbian.org/raspbian bullseye/main armhf gcc-10 armhf 10.2.1-6+rpi1 [13.4 MB]
11:59:56 #11 40.62 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ...
11:59:56 #11 40.63 Unpacking libmoox-aliases-perl (0.001006-1) ...
11:59:56 #11 40.66 Selecting previously unselected package libobject-id-perl.
11:59:56 #11 40.66 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
11:59:56 #11 40.66 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
11:59:56 #11 40.69 Selecting previously unselected package libmoox-struct-perl.
11:59:56 #11 40.69 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ...
11:59:56 #11 40.71 Unpacking libmoox-struct-perl (0.017-1) ...
11:59:56 #11 40.74 Selecting previously unselected package libnet-dns-sec-perl.
11:59:56 #11 40.74 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ...
11:59:56 #11 40.75 Unpacking libnet-dns-sec-perl (1.15-1) ...
11:59:56 #11 40.79 Selecting previously unselected package libnet-libidn-perl.
11:59:56 #11 40.80 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ...
11:59:56 #11 40.80 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
11:59:56 #11 40.84 Selecting previously unselected package libnumber-range-perl.
11:59:56 #11 40.84 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ...
11:59:56 #11 40.85 Unpacking libnumber-range-perl (0.12-1) ...
11:59:56 #11 40.88 Selecting previously unselected package libpackage-stash-xs-perl.
11:59:56 #11 40.88 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ...
11:59:56 #11 40.88 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
11:59:56 #11 40.91 Selecting previously unselected package libpath-iterator-rule-perl.
11:59:56 #11 40.91 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:59:56 #11 40.92 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:59:56 #11 40.95 Selecting previously unselected package libperl4-corelibs-perl.
11:59:57 #10 39.16 Selecting previously unselected package iso-codes.
11:59:57 #10 39.16 Preparing to unpack .../163-iso-codes_4.6.0-1_all.deb ...
11:59:57 #10 39.17 Unpacking iso-codes (4.6.0-1) ...
11:59:57 #10 41.00 Selecting previously unselected package pbzip2.
11:59:57 #10 41.01 Preparing to unpack .../378-pbzip2_1.1.13-1_arm64.deb ...
11:59:57 #10 41.01 Unpacking pbzip2 (1.1.13-1) ...
11:59:57 #10 41.05 Selecting previously unselected package pixz.
11:59:57 #10 41.06 Preparing to unpack .../379-pixz_1.0.7-2_arm64.deb ...
11:59:57 #10 41.06 Unpacking pixz (1.0.7-2) ...
11:59:57 #10 41.10 Selecting previously unselected package xdelta.
11:59:57 #10 41.10 Preparing to unpack .../380-xdelta_1.1.3-10.4_arm64.deb ...
11:59:57 #10 41.11 Unpacking xdelta (1.1.3-10.4) ...
11:59:57 #10 41.14 Selecting previously unselected package xdelta3.
11:59:57 #10 41.14 Preparing to unpack .../381-xdelta3_3.0.11-dfsg-1.2_arm64.deb ...
11:59:57 #10 41.15 Unpacking xdelta3 (3.0.11-dfsg-1.2) ...
11:59:57 #10 41.18 Selecting previously unselected package pristine-tar.
11:59:57 #10 41.19 Preparing to unpack .../382-pristine-tar_1.50_arm64.deb ...
11:59:57 #10 41.19 Unpacking pristine-tar (1.50) ...
11:59:57 #10 41.24 Selecting previously unselected package publicsuffix.
11:59:57 #11 39.74 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
11:59:57 #11 39.74 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:59:57 #11 39.74 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
11:59:57 #11 39.74 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:59:57 #11 39.75 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
11:59:57 #11 39.75 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:59:57 #11 39.76 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
11:59:57 #11 39.77 Setting up libxext6:amd64 (2:1.3.4-1build1) ...
11:59:57 #11 39.78 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ...
11:59:57 #11 39.81 Setting up python3 (3.10.6-1~22.04) ...
11:59:57 #10 12.30 Get:17 http://archive.raspbian.org/raspbian bookworm/main armhf python3-minimal armhf 3.11.1-3 [25.9 kB]
11:59:57 #10 12.30 Get:18 http://archive.raspbian.org/raspbian bookworm/main armhf media-types all 8.0.0 [33.4 kB]
11:59:57 #10 12.32 Get:19 http://archive.raspbian.org/raspbian bookworm/main armhf liblzma5 armhf 5.4.1-0.1 [192 kB]
11:59:57 #10 12.35 Get:20 http://archive.raspbian.org/raspbian bookworm/main armhf libmpdec3 armhf 2.5.1-2+rpi1 [73.5 kB]
11:59:57 #10 12.36 Get:21 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB]
11:59:57 #10 12.38 Get:22 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.0 kB]
11:59:57 #10 12.39 Get:23 http://archive.raspbian.org/raspbian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.2 kB]
11:59:57 #10 12.41 Get:24 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-stdlib armhf 3.11.1-2 [1622 kB]
11:59:57 #10 12.49 Get:25 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11 armhf 3.11.1-2 [567 kB]
11:59:57 #10 12.50 Get:26 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3-stdlib armhf 3.11.1-3 [8960 B]
11:59:57 #10 12.50 Get:27 http://archive.raspbian.org/raspbian bookworm/main armhf python3 armhf 3.11.1-3 [25.9 kB]
11:59:57 #10 12.50 Get:28 http://archive.raspbian.org/raspbian bookworm/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
11:59:57 #10 12.56 Get:29 http://archive.raspbian.org/raspbian bookworm/main armhf groff-base armhf 1.22.4-9 [774 kB]
11:59:57 #10 12.59 Get:30 http://archive.raspbian.org/raspbian bookworm/main armhf bsdextrautils armhf 2.38.1-4 [78.8 kB]
11:59:57 #10 12.60 Get:31 http://archive.raspbian.org/raspbian bookworm/main armhf libpipeline1 armhf 1.5.7-1 [33.4 kB]
11:59:57 #7 ...
11:59:57 
11:59:57 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:59:57 #10 26.38 Selecting previously unselected package gcc.
11:59:57 #10 26.38 Preparing to unpack .../048-gcc_4%3a8.3.0-1_armhf.deb ...
11:59:57 #10 26.39 Unpacking gcc (4:8.3.0-1) ...
11:59:57 #10 26.42 Selecting previously unselected package libstdc++-8-dev:armhf.
11:59:57 #10 26.42 Preparing to unpack .../049-libstdc++-8-dev_8.3.0-6_armhf.deb ...
11:59:57 #10 26.43 Unpacking libstdc++-8-dev:armhf (8.3.0-6) ...
11:59:57 #11 19.69 Get:342 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf liblzo2-2 armhf 2.10-2build3 [47.6 kB]
11:59:57 #11 19.75 Get:343 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:59:57 #11 19.75 Get:344 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmail-sendmail-perl all 0.80-2 [23.2 kB]
11:59:57 #11 19.75 Get:345 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnet-smtp-ssl-perl all 1.04-2 [6218 B]
11:59:57 #11 19.75 Get:346 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
11:59:57 #11 19.75 Get:347 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmarkdown2 armhf 2.2.7-2 [31.3 kB]
11:59:57 #11 19.82 Get:348 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:59:57 #11 19.82 Get:349 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmldbm-perl all 2.05-3 [17.5 kB]
11:59:57 #11 19.82 Get:350 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmoox-aliases-perl all 0.001006-2 [6796 B]
11:59:57 #11 19.82 Get:351 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmouse-perl armhf 2.5.10-1build4 [156 kB]
11:59:57 #11 19.83 Get:352 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxs-parse-keyword-perl armhf 0.25-1 [49.2 kB]
11:59:57 #11 19.89 Get:353 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxs-parse-sublike-perl armhf 0.16-1ubuntu2 [26.8 kB]
11:59:57 #11 19.89 Get:354 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libobject-pad-perl armhf 0.68-1 [91.1 kB]
11:59:57 #11 19.90 Get:355 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpackage-stash-xs-perl armhf 0.30-1 [17.6 kB]
11:59:57 #11 19.90 Get:356 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:59:57 #11 19.90 Get:357 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libperlio-gzip-perl armhf 0.20-1 [13.9 kB]
11:59:57 #11 19.97 Get:358 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libperlio-utf8-strict-perl armhf 0.009-1build1 [11.2 kB]
11:59:57 #11 19.97 Get:359 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpod-parser-perl all 1.65-1 [82.7 kB]
11:59:57 #11 19.97 Get:360 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpod-constants-perl all 0.19-2 [16.3 kB]
11:59:57 #11 19.97 Get:361 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libproc-processtable-perl armhf 0.634-1build1 [37.0 kB]
11:59:57 #11 19.97 Get:362 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libre2-9 armhf 20220601+dfsg-1 [161 kB]
11:59:57 #12 27.91   Installing       : python3-systemd-234-8.el8.aarch64                    69/90 
11:59:57 #12 27.96   Upgrading        : python3-dnf-plugins-core-4.0.21-18.el8.noarch        70/90 
11:59:57 #12 27.98   Installing       : perl-srpm-macros-1-25.el8.noarch                     71/90 
11:59:57 #12 27.99   Installing       : openblas-srpm-macros-2-2.el8.noarch                  72/90 
11:59:57 #12 28.00   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     73/90 
11:59:57 #12 28.01   Installing       : libatomic_ops-7.6.2-3.el8.aarch64                    74/90 
11:59:57 #10 39.45 Preparing to unpack .../174-libalgorithm-diff-xs-perl_0.04-8+b1_amd64.deb ...
11:59:57 #10 39.45 Unpacking libalgorithm-diff-xs-perl:amd64 (0.04-8+b1) ...
11:59:57 #10 39.48 Selecting previously unselected package libalgorithm-merge-perl.
11:59:57 #10 39.48 Preparing to unpack .../175-libalgorithm-merge-perl_0.08-5_all.deb ...
11:59:57 #10 39.49 Unpacking libalgorithm-merge-perl (0.08-5) ...
11:59:57 #10 39.52 Selecting previously unselected package libaliased-perl.
11:59:57 #10 39.52 Preparing to unpack .../176-libaliased-perl_0.34-3_all.deb ...
11:59:57 #10 39.53 Unpacking libaliased-perl (0.34-3) ...
11:59:57 #10 39.56 Selecting previously unselected package libaom3:amd64.
11:59:57 #10 39.57 Preparing to unpack .../177-libaom3_3.5.0-1_amd64.deb ...
11:59:57 #10 39.58 Unpacking libaom3:amd64 (3.5.0-1) ...
11:59:57 #11 37.22 Preparing to unpack .../289-libio-string-perl_1.08-3.1_all.deb ...
11:59:57 #11 37.23 Unpacking libio-string-perl (1.08-3.1) ...
11:59:57 #11 37.26 Selecting previously unselected package libfont-ttf-perl.
11:59:57 #11 37.26 Preparing to unpack .../290-libfont-ttf-perl_1.06-2_all.deb ...
11:59:57 #11 37.27 Unpacking libfont-ttf-perl (1.06-2) ...
11:59:57 #11 37.32 Selecting previously unselected package libfreezethaw-perl.
11:59:57 #11 37.32 Preparing to unpack .../291-libfreezethaw-perl_0.5001-2.1_all.deb ...
11:59:57 #11 37.32 Unpacking libfreezethaw-perl (0.5001-2.1) ...
11:59:57 #11 37.36 Selecting previously unselected package libsort-versions-perl.
11:59:57 #11 37.36 Preparing to unpack .../292-libsort-versions-perl_1.62-2_all.deb ...
11:59:57 #11 37.36 Unpacking libsort-versions-perl (1.62-2) ...
11:59:57 #11 37.40 Selecting previously unselected package libgit-wrapper-perl.
11:59:57 #11 37.40 Preparing to unpack .../293-libgit-wrapper-perl_0.048-1_all.deb ...
11:59:57 #11 37.40 Unpacking libgit-wrapper-perl (0.048-1) ...
11:59:57 #10 39.02 Setting up linux-libc-dev:arm64 (5.10.162-1) ...
11:59:57 #10 39.03 Setting up libctf-nobfd0:arm64 (2.35.2-2) ...
11:59:57 #10 39.05 Setting up gettext-base (0.21-4) ...
11:59:57 #10 39.06 Setting up liblzo2-2:arm64 (2.10-2) ...
11:59:57 #10 39.07 Setting up libnpth0:arm64 (1.6-3) ...
11:59:57 #10 39.08 Setting up file (1:5.39-3) ...
11:59:57 #10 39.09 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
11:59:57 #10 39.11 Setting up libassuan0:arm64 (2.5.3-7.1) ...
11:59:57 #10 39.12 Setting up libgomp1:arm64 (10.2.1-6) ...
11:59:57 #10 39.13 Setting up bzip2 (1.0.8-4) ...
11:59:57 #10 39.14 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
11:59:57 #10 39.16 Setting up pbzip2 (1.1.13-1) ...
11:59:57 #10 39.17 Setting up libjbig0:arm64 (2.1-3.1+b2) ...
11:59:57 #10 39.19 Setting up libfakeroot:arm64 (1.25.3-1.1) ...
11:59:57 #10 39.20 Setting up libasan6:arm64 (10.2.1-6) ...
11:59:57 #10 39.21 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:59:57 #10 39.23 Setting up fakeroot (1.25.3-1.1) ...
11:59:57 #10 39.25 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:59:57 #10 39.26 Setting up autotools-dev (20180224.1+nmu1) ...
11:59:57 #10 39.27 Setting up libglib2.0-data (2.66.8-1) ...
11:59:57 #10 39.28 Setting up libtirpc-dev:arm64 (1.3.1-1+deb11u1) ...
11:59:57 #10 39.30 Setting up libjpeg62-turbo:arm64 (1:2.0.6-4) ...
11:59:57 #10 39.32 Setting up libx11-data (2:1.7.2-1) ...
11:59:57 #10 39.33 Setting up make (4.3-4.1) ...
11:59:57 #10 39.34 Setting up libmpfr6:arm64 (4.1.0-3) ...
11:59:57 #11 31.40 Preparing to unpack .../196-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:59:57 #11 31.40 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:59:57 #11 31.43 Selecting previously unselected package libarray-intspan-perl.
11:59:57 #11 31.43 Preparing to unpack .../197-libarray-intspan-perl_2.004-1_all.deb ...
11:59:57 #11 31.44 Unpacking libarray-intspan-perl (2.004-1) ...
11:59:57 #11 31.47 Selecting previously unselected package libmodule-implementation-perl.
11:59:57 #11 31.48 Preparing to unpack .../198-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:59:57 #11 31.48 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:59:57 #11 31.51 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:57 #11 31.52 Preparing to unpack .../199-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:59:57 #11 31.52 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:59:57 #11 31.56 Selecting previously unselected package libvariable-magic-perl.
11:59:57 #11 31.56 Preparing to unpack .../200-libvariable-magic-perl_0.62-1build5_arm64.deb ...
11:59:57 #11 31.56 Unpacking libvariable-magic-perl (0.62-1build5) ...
11:59:57 #11 31.60 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:57 #11 31.60 Preparing to unpack .../201-libb-hooks-endofscope-perl_0.25-1_all.deb ...
11:59:57 #11 31.60 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
11:59:57 #11 31.64 Selecting previously unselected package libfreetype6:arm64.
11:59:57 #10 43.61 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
11:59:57 #10 43.62 Unpacking libio-string-perl (1.08-3) ...
11:59:57 #10 43.65 Selecting previously unselected package libtypes-serialiser-perl.
11:59:57 #10 43.65 Preparing to unpack .../246-libtypes-serialiser-perl_1.0-1_all.deb ...
11:59:57 #10 43.66 Unpacking libtypes-serialiser-perl (1.0-1) ...
11:59:57 #10 43.70 Selecting previously unselected package libjson-xs-perl.
11:59:57 #10 43.70 Preparing to unpack .../247-libjson-xs-perl_3.040-1+b1_amd64.deb ...
11:59:57 #10 43.71 Unpacking libjson-xs-perl (3.040-1+b1) ...
11:59:57 #10 43.76 Selecting previously unselected package liblzo2-2:amd64.
11:59:57 #10 43.76 Preparing to unpack .../248-liblzo2-2_2.10-0.1_amd64.deb ...
11:59:57 #10 43.77 Unpacking liblzo2-2:amd64 (2.10-0.1) ...
11:59:57 #10 43.81 Selecting previously unselected package libkyotocabinet16v5:amd64.
11:59:57 #10 43.82 Preparing to unpack .../249-libkyotocabinet16v5_1.2.76-4.2+b1_amd64.deb ...
11:59:57 #10 43.82 Unpacking libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ...
11:59:57 #10 43.88 Selecting previously unselected package liblist-compare-perl.
11:59:57 #10 43.88 Preparing to unpack .../250-liblist-compare-perl_0.53-1_all.deb ...
11:59:57 #10 43.89 Unpacking liblist-compare-perl (0.53-1) ...
11:59:57 #10 43.94 Selecting previously unselected package liblist-moreutils-perl.
11:59:57 #10 43.94 Preparing to unpack .../251-liblist-moreutils-perl_0.416-1+b4_amd64.deb ...
11:59:57 #10 43.95 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
11:59:57 #10 43.99 Selecting previously unselected package libltdl-dev:amd64.
11:59:57 #10 40.64 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
11:59:57 #10 40.67 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ...
11:59:57 #10 40.68 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
11:59:57 #10 40.69 Setting up diffstat (1.61-1build1) ...
11:59:57 #10 40.70 Setting up libxau6:arm64 (1:1.0.8-1ubuntu1) ...
11:59:57 #10 40.72 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
11:59:57 #10 40.73 Setting up libmpdec2:arm64 (2.4.2-1ubuntu1) ...
11:59:57 #10 40.74 Setting up netbase (5.4) ...
11:59:57 #10 40.77 Setting up libisl19:arm64 (0.19-1) ...
11:59:57 #10 40.78 Setting up libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.9) ...
11:59:57 #10 40.79 Setting up libk5crypto3:arm64 (1.16-2ubuntu0.3) ...
11:59:57 #10 40.81 Setting up python3.6 (3.6.9-1~18.04ubuntu1.9) ...
11:59:57 #10 19.26 Selecting previously unselected package libcbor0.8:armhf.
11:59:57 #10 19.26 Preparing to unpack .../019-libcbor0.8_0.8.0-2+b1_armhf.deb ...
11:59:57 #10 19.27 Unpacking libcbor0.8:armhf (0.8.0-2+b1) ...
11:59:57 #10 19.30 Selecting previously unselected package libfido2-1:armhf.
11:59:57 #10 19.30 Preparing to unpack .../020-libfido2-1_1.12.0-2_armhf.deb ...
11:59:57 #10 19.31 Unpacking libfido2-1:armhf (1.12.0-2) ...
11:59:57 #10 40.69 Selecting previously unselected package psmisc.
11:59:57 #10 40.69 Preparing to unpack .../318-psmisc_23.2-1+deb10u1_arm64.deb ...
11:59:57 #10 40.69 Unpacking psmisc (23.2-1+deb10u1) ...
11:59:57 #10 40.74 Selecting previously unselected package publicsuffix.
11:59:57 #10 40.74 Preparing to unpack .../319-publicsuffix_20220811.1734-0+deb10u1_all.deb ...
11:59:57 #10 40.75 Unpacking publicsuffix (20220811.1734-0+deb10u1) ...
11:59:57 #10 40.80 Selecting previously unselected package python-apt-common.
11:59:57 #10 40.80 Preparing to unpack .../320-python-apt-common_1.8.4.3_all.deb ...
11:59:57 #10 40.80 Unpacking python-apt-common (1.8.4.3) ...
11:59:57 #10 40.86 Selecting previously unselected package python3-apt.
11:59:57 #10 40.87 Preparing to unpack .../321-python3-apt_1.8.4.3_arm64.deb ...
11:59:57 #10 40.87 Unpacking python3-apt (1.8.4.3) ...
11:59:57 #10 40.93 Selecting previously unselected package python3-certifi.
11:59:57 #10 30.99 Unpacking libubsan0:armhf (7.5.0-3ubuntu1~18.04) ...
11:59:57 #10 31.05 Selecting previously unselected package libcilkrts5:armhf.
11:59:57 #10 31.05 Preparing to unpack .../073-libcilkrts5_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:59:57 #10 31.05 Unpacking libcilkrts5:armhf (7.5.0-3ubuntu1~18.04) ...
11:59:57 #10 31.10 Selecting previously unselected package libgcc-7-dev:armhf.
11:59:57 #10 31.10 Preparing to unpack .../074-libgcc-7-dev_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:59:57 #10 31.11 Unpacking libgcc-7-dev:armhf (7.5.0-3ubuntu1~18.04) ...
11:59:57 #11 38.74 Selecting previously unselected package python3-certifi.
11:59:57 #11 38.74 Preparing to unpack .../328-python3-certifi_2019.11.28-1_all.deb ...
11:59:57 #11 38.74 Unpacking python3-certifi (2019.11.28-1) ...
11:59:57 #11 38.79 Selecting previously unselected package python3-idna.
11:59:57 #11 38.79 Preparing to unpack .../329-python3-idna_2.8-1_all.deb ...
11:59:57 #11 38.80 Unpacking python3-idna (2.8-1) ...
11:59:57 #11 38.84 Selecting previously unselected package python3-urllib3.
11:59:57 #11 38.84 Preparing to unpack .../330-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
11:59:57 #11 38.87 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:59:57 #11 38.92 Selecting previously unselected package python3-requests.
11:59:57 #11 38.92 Preparing to unpack .../331-python3-requests_2.22.0-2ubuntu1_all.deb ...
11:59:57 #11 38.93 Unpacking python3-requests (2.22.0-2ubuntu1) ...
11:59:57 #11 38.97 Selecting previously unselected package python3-unidiff.
11:59:57 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a
11:59:57 #11 40.95 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ...
11:59:57 #11 40.95 Unpacking libperl4-corelibs-perl (0.004-2) ...
11:59:57 #11 40.99 Selecting previously unselected package libperlio-gzip-perl.
11:59:57 #11 40.99 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ...
11:59:57 #11 41.00 Unpacking libperlio-gzip-perl (0.19-1build5) ...
11:59:57 #11 41.06 Selecting previously unselected package libpod-constants-perl.
11:59:57 #11 41.06 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ...
11:59:57 #11 41.07 Unpacking libpod-constants-perl (0.19-1) ...
11:59:57 #11 41.11 Selecting previously unselected package libre2-5:amd64.
11:59:57 #11 41.11 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ...
11:59:57 #11 41.11 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ...
11:59:57 #11 41.15 Selecting previously unselected package libre-engine-re2-perl.
11:59:57 #11 41.15 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ...
11:59:57 #11 41.16 Unpacking libre-engine-re2-perl (0.13-5) ...
11:59:57 #11 41.19 Selecting previously unselected package libreadonly-perl.
11:59:57 #10 41.24 Preparing to unpack .../383-publicsuffix_20221208.1942-1_all.deb ...
11:59:57 #10 41.24 Unpacking publicsuffix (20221208.1942-1) ...
11:59:57 #10 41.29 Selecting previously unselected package python-apt-common.
11:59:57 #10 41.29 Preparing to unpack .../384-python-apt-common_2.5.2_all.deb ...
11:59:57 #10 41.29 Unpacking python-apt-common (2.5.2) ...
11:59:57 #10 41.34 Selecting previously unselected package python3-apt.
11:59:57 #10 41.34 Preparing to unpack .../385-python3-apt_2.5.2+b1_arm64.deb ...
11:59:57 #10 41.35 Unpacking python3-apt (2.5.2+b1) ...
11:59:57 #10 41.40 Selecting previously unselected package python3-certifi.
11:59:57 #10 41.40 Preparing to unpack .../386-python3-certifi_2022.9.24-1_all.deb ...
11:59:57 #10 41.40 Unpacking python3-certifi (2022.9.24-1) ...
11:59:57 #10 41.45 Selecting previously unselected package python3-charset-normalizer.
11:59:57 #11 40.07 Setting up binutils (2.38-4ubuntu2.1) ...
11:59:57 #11 40.08 Setting up python3-xdg (0.27-2) ...
11:59:57 #11 40.23 Setting up man-db (2.10.2-1) ...
11:59:57 #11 40.32 Building database of manual pages ...
11:59:57 #10 26.89 Selecting previously unselected package g++-8.
11:59:57 #10 26.89 Preparing to unpack .../050-g++-8_8.3.0-6_armhf.deb ...
11:59:57 #10 12.62 Get:32 http://archive.raspbian.org/raspbian bookworm/main armhf man-db armhf 2.11.2-1 [1342 kB]
11:59:57 #10 12.66 Get:33 http://archive.raspbian.org/raspbian bookworm/main armhf sensible-utils all 0.0.17+nmu1 [19.0 kB]
11:59:57 #10 12.67 Get:34 http://archive.raspbian.org/raspbian bookworm/main armhf bzip2 armhf 1.0.8-5+b2 [47.4 kB]
11:59:57 #10 12.68 Get:35 http://archive.raspbian.org/raspbian bookworm/main armhf libmagic-mgc armhf 1:5.44-3 [305 kB]
11:59:57 #10 12.70 Get:36 http://archive.raspbian.org/raspbian bookworm/main armhf libmagic1 armhf 1:5.44-3 [95.3 kB]
11:59:57 #10 12.70 Get:37 http://archive.raspbian.org/raspbian bookworm/main armhf file armhf 1:5.44-3 [41.5 kB]
11:59:57 #10 12.72 Get:38 http://archive.raspbian.org/raspbian bookworm/main armhf gettext-base armhf 0.21-11 [156 kB]
11:59:57 #10 12.73 Get:39 http://archive.raspbian.org/raspbian bookworm/main armhf xz-utils armhf 5.4.1-0.1 [464 kB]
11:59:57 #10 12.75 Get:40 http://archive.raspbian.org/raspbian bookworm/main armhf m4 armhf 1.4.19-2 [256 kB]
11:59:57 #10 12.77 Get:41 http://archive.raspbian.org/raspbian bookworm/main armhf autoconf all 2.71-3 [332 kB]
11:59:57 #10 12.81 Get:42 http://archive.raspbian.org/raspbian bookworm/main armhf autotools-dev all 20220109.1 [51.6 kB]
11:59:57 #11 20.05 Get:363 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libre-engine-re2-perl armhf 0.14-1build2 [17.2 kB]
11:59:57 #11 20.05 Get:364 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libreadonly-perl all 2.050-3 [19.9 kB]
11:59:57 #11 20.05 Get:365 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libref-util-perl all 0.204-1 [15.0 kB]
11:59:57 #11 20.05 Get:366 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libref-util-xs-perl armhf 0.117-2 [11.6 kB]
11:59:57 #11 20.05 Get:367 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libregexp-pattern-license-perl all 3.9.4-1 [84.5 kB]
11:59:57 #11 20.12 Get:368 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:59:57 #11 20.12 Get:369 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libregexp-wildcards-perl all 1.05-3 [12.9 kB]
11:59:57 #11 20.12 Get:370 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-modules armhf 2.1.28+dfsg-6ubuntu2 [62.1 kB]
11:59:57 #11 20.12 Get:371 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsereal-decoder-perl armhf 4.025+ds-1 [94.4 kB]
11:59:57 #11 20.12 Get:372 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsereal-encoder-perl armhf 4.025+ds-1 [94.8 kB]
11:59:57 #11 20.19 Get:373 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libset-intspan-perl all 1.19-2 [26.1 kB]
11:59:57 #11 20.19 Get:374 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsocket6-perl armhf 0.29-2 [18.6 kB]
11:59:57 #11 20.19 Get:375 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsodium23 armhf 1.0.18-1build2 [141 kB]
11:59:57 #11 22.81 Selecting previously unselected package libgdbm6:armhf.
11:59:57 #11 22.81 Preparing to unpack .../002-libgdbm6_1.23-1_armhf.deb ...
11:59:57 #11 22.81 Unpacking libgdbm6:armhf (1.23-1) ...
11:59:57 #11 22.85 Selecting previously unselected package libgdbm-compat4:armhf.
11:59:57 #11 22.85 Preparing to unpack .../003-libgdbm-compat4_1.23-1_armhf.deb ...
11:59:57 #11 22.85 Unpacking libgdbm-compat4:armhf (1.23-1) ...
11:59:57 #11 22.89 Selecting previously unselected package libperl5.34:armhf.
11:59:57 #11 22.89 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.1_armhf.deb ...
11:59:57 #11 22.90 Unpacking libperl5.34:armhf (5.34.0-3ubuntu1.1) ...
11:59:57 #12 28.04   Installing       : gc-7.6.4-3.el8.aarch64                               75/90 
11:59:57 #12 28.37   Installing       : guile-5:2.0.14-7.el8.aarch64                         76/90 
11:59:57 #10 39.75 Selecting previously unselected package libapt-pkg-perl.
11:59:57 #10 39.76 Preparing to unpack .../178-libapt-pkg-perl_0.1.40+b2_amd64.deb ...
11:59:57 #10 39.76 Unpacking libapt-pkg-perl (0.1.40+b2) ...
11:59:57 #10 39.80 Selecting previously unselected package libarchive-cpio-perl.
11:59:57 #10 39.80 Preparing to unpack .../179-libarchive-cpio-perl_0.10-3_all.deb ...
11:59:57 #10 39.80 Unpacking libarchive-cpio-perl (0.10-3) ...
11:59:57 #10 39.84 Selecting previously unselected package libarchive13:amd64.
11:59:57 #10 39.84 Preparing to unpack .../180-libarchive13_3.6.2-1_amd64.deb ...
11:59:57 #10 39.85 Unpacking libarchive13:amd64 (3.6.2-1) ...
11:59:57 #10 39.90 Selecting previously unselected package libarray-intspan-perl.
11:59:57 #10 39.91 Preparing to unpack .../181-libarray-intspan-perl_2.004-2_all.deb ...
11:59:57 #10 39.91 Unpacking libarray-intspan-perl (2.004-2) ...
11:59:57 #10 39.94 Selecting previously unselected package libauthen-sasl-perl.
11:59:57 #10 39.94 Preparing to unpack .../182-libauthen-sasl-perl_2.1600-3_all.deb ...
11:59:57 #11 37.47 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:59:57 #11 37.48 Preparing to unpack .../294-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:59:57 #11 37.48 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:59:57 #11 37.51 Selecting previously unselected package libio-prompter-perl.
11:59:57 #11 37.52 Preparing to unpack .../295-libio-prompter-perl_0.004015-1_all.deb ...
11:59:57 #11 37.52 Unpacking libio-prompter-perl (0.004015-1) ...
11:59:57 #11 37.55 Selecting previously unselected package libjson-perl.
11:59:57 #11 37.56 Preparing to unpack .../296-libjson-perl_4.09000-1_all.deb ...
11:59:57 #11 37.56 Unpacking libjson-perl (4.09000-1) ...
11:59:57 #11 37.59 Selecting previously unselected package liblog-any-perl.
11:59:57 #11 37.60 Preparing to unpack .../297-liblog-any-perl_1.710-1_all.deb ...
11:59:57 #11 37.60 Unpacking liblog-any-perl (1.710-1) ...
11:59:57 #11 37.64 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:59:57 #11 37.64 Preparing to unpack .../298-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:59:57 #11 37.64 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:59:57 #11 37.67 Selecting previously unselected package libpackage-stash-perl.
11:59:57 #11 37.67 Preparing to unpack .../299-libpackage-stash-perl_0.40-1_all.deb ...
11:59:57 #11 37.68 Unpacking libpackage-stash-perl (0.40-1) ...
11:59:57 #11 37.71 Selecting previously unselected package libsub-identify-perl.
11:59:57 #10 39.35 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
11:59:57 #10 39.36 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:59:57 #10 39.38 Setting up lzip (1.22-3) ...
11:59:57 #10 39.41 Setting up strace (5.10-1) ...
11:59:57 #10 39.42 Setting up libsigsegv2:arm64 (2.13-1) ...
11:59:57 #10 39.43 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:59:57 #10 39.44 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:59:57 #10 39.45 Setting up t1utils (1.41-4) ...
11:59:57 #10 39.47 Setting up diffstat (1.64-1) ...
11:59:57 #10 39.48 Setting up libpng16-16:arm64 (1.6.37-3) ...
11:59:57 #10 39.49 Setting up libmpc3:arm64 (1.2.0-1) ...
11:59:57 #10 39.50 Setting up libatomic1:arm64 (10.2.1-6) ...
11:59:57 #10 39.51 Setting up patch (2.7.6-7) ...
11:59:57 #10 39.53 Setting up autopoint (0.21-4) ...
11:59:57 #10 39.54 Setting up libwebp6:arm64 (0.6.1-2.1) ...
11:59:57 #10 39.55 Setting up fonts-dejavu-core (2.37-2) ...
11:59:57 #11 31.64 Preparing to unpack .../202-libfreetype6_2.11.1+dfsg-1ubuntu0.1_arm64.deb ...
11:59:57 #11 31.65 Unpacking libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.1) ...
11:59:57 #11 31.69 Selecting previously unselected package libfontconfig1:arm64.
11:59:57 #11 31.69 Preparing to unpack .../203-libfontconfig1_2.13.1-4.2ubuntu5_arm64.deb ...
11:59:57 #11 31.70 Unpacking libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ...
11:59:57 #11 31.74 Selecting previously unselected package libjpeg-turbo8:arm64.
11:59:57 #11 31.74 Preparing to unpack .../204-libjpeg-turbo8_2.1.2-0ubuntu1_arm64.deb ...
11:59:57 #11 31.75 Unpacking libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
11:59:57 #11 31.78 Selecting previously unselected package libjpeg8:arm64.
11:59:57 #11 31.78 Preparing to unpack .../205-libjpeg8_8c-2ubuntu10_arm64.deb ...
11:59:57 #11 31.79 Unpacking libjpeg8:arm64 (8c-2ubuntu10) ...
11:59:57 #11 31.83 Selecting previously unselected package libdeflate0:arm64.
11:59:57 #11 31.84 Preparing to unpack .../206-libdeflate0_1.10-2_arm64.deb ...
11:59:57 #11 31.84 Unpacking libdeflate0:arm64 (1.10-2) ...
11:59:57 #11 31.88 Selecting previously unselected package libjbig0:arm64.
11:59:57 #11 31.88 Preparing to unpack .../207-libjbig0_2.1-3.1ubuntu0.22.04.1_arm64.deb ...
11:59:57 #11 31.89 Unpacking libjbig0:arm64 (2.1-3.1ubuntu0.22.04.1) ...
11:59:57 #11 31.93 Selecting previously unselected package libwebp7:arm64.
11:59:57 #11 31.93 Preparing to unpack .../208-libwebp7_1.2.2-2_arm64.deb ...
11:59:57 #11 31.94 Unpacking libwebp7:arm64 (1.2.2-2) ...
11:59:57 #11 31.98 Selecting previously unselected package libtiff5:arm64.
11:59:57 #10 44.00 Preparing to unpack .../252-libltdl-dev_2.4.6-9_amd64.deb ...
11:59:57 #10 44.00 Unpacking libltdl-dev:amd64 (2.4.6-9) ...
11:59:57 #10 44.06 Selecting previously unselected package libsys-hostname-long-perl.
11:59:57 #10 44.06 Preparing to unpack .../253-libsys-hostname-long-perl_1.5-1_all.deb ...
11:59:57 #10 44.07 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:59:57 #10 44.10 Selecting previously unselected package libmail-sendmail-perl.
11:59:57 #10 44.11 Preparing to unpack .../254-libmail-sendmail-perl_0.80-1_all.deb ...
11:59:57 #10 44.11 Unpacking libmail-sendmail-perl (0.80-1) ...
11:59:57 #10 44.15 Selecting previously unselected package mailutils-common.
11:59:57 #10 44.15 Preparing to unpack .../255-mailutils-common_1%3a3.5-4_all.deb ...
11:59:57 #10 44.15 Unpacking mailutils-common (1:3.5-4) ...
11:59:57 #10 44.23 Selecting previously unselected package mysql-common.
11:59:57 #10 19.45 Selecting previously unselected package openssh-client.
11:59:57 #10 19.45 Preparing to unpack .../021-openssh-client_1%3a9.1p1-2_armhf.deb ...
11:59:57 #10 19.46 Unpacking openssh-client (1:9.1p1-2) ...
11:59:57 #10 19.63 Selecting previously unselected package ucf.
11:59:57 #10 19.63 Preparing to unpack .../022-ucf_3.0043_all.deb ...
11:59:57 #10 19.63 Moving old data out of the way
11:59:57 #10 19.63 Unpacking ucf (3.0043) ...
11:59:57 #10 19.68 Selecting previously unselected package xz-utils.
11:59:57 #10 19.68 Preparing to unpack .../023-xz-utils_5.4.1-0.1_armhf.deb ...
11:59:57 #10 40.94 Preparing to unpack .../322-python3-certifi_2018.8.24-1_all.deb ...
11:59:57 #10 40.94 Unpacking python3-certifi (2018.8.24-1) ...
11:59:57 #10 40.99 Selecting previously unselected package python3-idna.
11:59:57 #10 41.00 Preparing to unpack .../323-python3-idna_2.6-1_all.deb ...
11:59:57 #10 41.00 Unpacking python3-idna (2.6-1) ...
11:59:57 #10 41.05 Selecting previously unselected package python3-magic.
11:59:57 #10 41.05 Preparing to unpack .../324-python3-magic_2%3a0.4.15-2_all.deb ...
11:59:57 #10 41.06 Unpacking python3-magic (2:0.4.15-2) ...
11:59:57 #10 41.10 Selecting previously unselected package python3-urllib3.
11:59:57 #10 41.10 Preparing to unpack .../325-python3-urllib3_1.24.1-1_all.deb ...
11:59:57 #10 41.11 Unpacking python3-urllib3 (1.24.1-1) ...
11:59:57 #10 41.16 Selecting previously unselected package python3-requests.
11:59:57 #10 31.27 Selecting previously unselected package gcc-7.
11:59:57 #10 31.27 Preparing to unpack .../075-gcc-7_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:59:57 #10 31.28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
11:59:57 #11 38.97 Preparing to unpack .../332-python3-unidiff_0.5.5-2_all.deb ...
11:59:57 #11 38.99 Unpacking python3-unidiff (0.5.5-2) ...
11:59:57 #11 39.03 Selecting previously unselected package python3-xdg.
11:59:57 #11 39.03 Preparing to unpack .../333-python3-xdg_0.26-1ubuntu1_all.deb ...
11:59:57 #11 39.04 Unpacking python3-xdg (0.26-1ubuntu1) ...
11:59:57 #11 39.08 Selecting previously unselected package unzip.
11:59:57 #11 39.08 Preparing to unpack .../334-unzip_6.0-25ubuntu1.1_arm64.deb ...
11:59:57 #11 39.08 Unpacking unzip (6.0-25ubuntu1.1) ...
11:59:57 #11 39.15 Selecting previously unselected package equivs.
11:59:57 #11 39.15 Preparing to unpack .../335-equivs_2.2.0_all.deb ...
11:59:57 #11 39.15 Unpacking equivs (2.2.0) ...
11:59:57 #11 39.19 Selecting previously unselected package libauthen-sasl-perl.
11:59:57 #11 41.19 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ...
11:59:57 #11 41.19 Unpacking libreadonly-perl (2.050-2) ...
11:59:57 #11 41.22 Selecting previously unselected package libref-util-perl.
11:59:57 #11 41.22 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ...
11:59:57 #11 41.23 Unpacking libref-util-perl (0.204-1) ...
11:59:57 #11 41.26 Selecting previously unselected package libref-util-xs-perl.
11:59:57 #11 41.26 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ...
11:59:57 #11 41.26 Unpacking libref-util-xs-perl (0.117-1build2) ...
11:59:57 #11 41.30 Selecting previously unselected package libregexp-pattern-license-perl.
11:59:57 #11 41.30 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
11:59:57 #11 41.31 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
11:59:57 #11 41.34 Selecting previously unselected package libregexp-pattern-perl.
11:59:57 #11 41.34 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ...
11:59:57 #11 41.34 Unpacking libregexp-pattern-perl (0.2.12-1) ...
11:59:57 #11 41.38 Selecting previously unselected package libsasl2-modules:amd64.
11:59:57 #11 41.38 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
11:59:57 #11 41.38 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:59:57 #11 41.41 Selecting previously unselected package libsereal-decoder-perl.
11:59:57 #11 41.42 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ...
11:59:57 #11 41.42 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
11:59:57 #11 41.46 Selecting previously unselected package libsereal-encoder-perl.
11:59:57 #11 41.46 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ...
11:59:57 #11 41.46 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
11:59:57 #11 41.50 Selecting previously unselected package libsereal-perl.
11:59:57 #11 41.50 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ...
11:59:57 #11 41.51 Unpacking libsereal-perl (4.011-1) ...
11:59:57 #11 41.54 Selecting previously unselected package libsort-key-perl.
11:59:57 #11 41.54 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ...
11:59:57 #13 10.88   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch            1/1 
11:59:57 #13 11.01   Preparing        :                                                        1/1 
11:59:57 #13 11.08   Installing       : make-1:4.3-7.el9.aarch64                              1/78 
11:59:57 #13 11.09   Installing       : selinux-policy-38.1.5-1.el9.noarch                    2/78 
11:59:57 #13 11.10   Running scriptlet: selinux-policy-38.1.5-1.el9.noarch                    2/78 
11:59:57 #13 11.12   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch           3/78 
11:59:57 #13 11.33   Installing       : selinux-policy-targeted-38.1.5-1.el9.noarch           3/78 
11:59:57 #10 41.45 Preparing to unpack .../387-python3-charset-normalizer_3.0.1-2_all.deb ...
11:59:57 #10 41.45 Unpacking python3-charset-normalizer (3.0.1-2) ...
11:59:57 #10 41.49 Selecting previously unselected package python3-idna.
11:59:57 #10 41.50 Preparing to unpack .../388-python3-idna_3.3-1_all.deb ...
11:59:57 #10 41.50 Unpacking python3-idna (3.3-1) ...
11:59:57 #10 41.54 Selecting previously unselected package python3-magic.
11:59:57 #10 41.54 Preparing to unpack .../389-python3-magic_2%3a0.4.26-3_all.deb ...
11:59:57 #10 41.54 Unpacking python3-magic (2:0.4.26-3) ...
11:59:57 #10 41.58 Selecting previously unselected package python3-six.
11:59:57 #10 41.59 Preparing to unpack .../390-python3-six_1.16.0-4_all.deb ...
11:59:57 #10 41.59 Unpacking python3-six (1.16.0-4) ...
11:59:57 #10 41.62 Selecting previously unselected package python3-urllib3.
11:59:57 #10 41.63 Preparing to unpack .../391-python3-urllib3_1.26.12-1_all.deb ...
11:59:57 #10 41.63 Unpacking python3-urllib3 (1.26.12-1) ...
11:59:57 #10 41.67 Selecting previously unselected package python3-requests.
11:59:57 #10 41.68 Preparing to unpack .../392-python3-requests_2.28.1+dfsg-1_all.deb ...
11:59:57 #10 41.68 Unpacking python3-requests (2.28.1+dfsg-1) ...
11:59:57 #10 41.72 Selecting previously unselected package python3-unidiff.
11:59:57 #10 26.90 Unpacking g++-8 (8.3.0-6) ...
11:59:57 #10 12.82 Get:43 http://archive.raspbian.org/raspbian bookworm/main armhf automake all 1:1.16.5-1.3 [823 kB]
11:59:57 #10 12.83 Get:44 http://archive.raspbian.org/raspbian bookworm/main armhf autopoint all 0.21-11 [495 kB]
11:59:57 #10 12.92 Get:45 http://archive.raspbian.org/raspbian bookworm/main armhf binutils-common armhf 2.40-2+rpi1 [2475 kB]
11:59:57 #11 40.53 Setting up libgpgme11:amd64 (1.16.0-1.2ubuntu4) ...
11:59:57 #11 40.54 Setting up python3-six (1.16.0-3ubuntu1) ...
11:59:57 #10 39.59 Selecting previously unselected package libalgorithm-diff-perl.
11:59:57 #10 39.59 Preparing to unpack .../164-libalgorithm-diff-perl_1.201-1_all.deb ...
11:59:57 #10 39.60 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:59:57 #10 39.63 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:59:57 #10 39.63 Preparing to unpack .../165-libalgorithm-diff-xs-perl_0.04-6+b1_amd64.deb ...
11:59:57 #10 39.64 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
11:59:57 #10 39.67 Selecting previously unselected package libalgorithm-merge-perl.
11:59:57 #10 39.67 Preparing to unpack .../166-libalgorithm-merge-perl_0.08-3_all.deb ...
11:59:57 #10 39.67 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:59:57 #10 39.70 Selecting previously unselected package libaliased-perl.
11:59:57 #10 39.70 Preparing to unpack .../167-libaliased-perl_0.34-1.1_all.deb ...
11:59:57 #10 39.72 Unpacking libaliased-perl (0.34-1.1) ...
11:59:57 #10 39.75 Selecting previously unselected package libapt-pkg-perl.
11:59:57 #10 39.75 Preparing to unpack .../168-libapt-pkg-perl_0.1.39_amd64.deb ...
11:59:57 #10 39.76 Unpacking libapt-pkg-perl (0.1.39) ...
11:59:57 #10 39.79 Selecting previously unselected package libarchive-cpio-perl.
11:59:57 #10 39.80 Preparing to unpack .../169-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:59:57 #10 39.80 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:59:57 #10 39.84 Selecting previously unselected package libarchive13:amd64.
11:59:57 #11 20.19 Get:376 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstring-copyright-perl all 0.003013-1 [21.2 kB]
11:59:57 #11 20.20 Get:377 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
11:59:57 #11 20.26 Get:378 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstring-shellquote-perl all 1.04-2 [12.3 kB]
11:59:57 #11 20.26 Get:379 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsyntax-keyword-try-perl armhf 0.27-1 [25.5 kB]
11:59:57 #11 20.26 Get:380 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libterm-readkey-perl armhf 2.38-2 [23.8 kB]
11:59:57 #11 20.26 Get:381 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtext-levenshteinxs-perl armhf 0.03-5 [8014 B]
11:59:57 #11 20.26 Get:382 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtext-markdown-discount-perl armhf 0.13-1build1 [12.4 kB]
11:59:57 #11 20.33 Get:383 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtext-xslate-perl armhf 3.5.9-1build1 [182 kB]
11:59:57 #11 20.34 Get:384 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtime-duration-perl all 1.21-1 [13.1 kB]
11:59:57 #11 20.34 Get:385 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtime-moment-perl armhf 0.44-2 [71.1 kB]
11:59:57 #11 20.35 Get:386 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtype-tiny-xs-perl armhf 0.022-2 [23.0 kB]
11:59:57 #11 20.35 Get:387 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libunicode-utf8-perl armhf 0.62-1build4 [17.6 kB]
11:59:57 #11 20.40 Get:388 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libwww-mechanize-perl all 2.14-2 [93.9 kB]
11:59:57 #11 20.41 Get:389 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-namespacesupport-perl all 1.12-2 [13.5 kB]
11:59:57 #11 20.41 Get:390 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-sax-base-perl all 1.09-2 [19.3 kB]
11:59:57 #11 20.41 Get:391 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:59:57 #11 20.41 Get:392 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1 [311 kB]
11:59:57 #11 20.48 Get:393 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-parser-perl armhf 2.46-3build1 [210 kB]
11:59:57 #11 20.49 Get:394 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:59:57 #11 20.49 Get:395 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libyaml-libyaml-perl armhf 0.83+ds-1build1 [27.3 kB]
11:59:57 #11 20.49 Get:396 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf licensecheck all 3.3.0-1 [41.4 kB]
11:59:57 #11 20.49 Get:397 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevel-size-perl armhf 0.83-2 [19.6 kB]
11:59:57 #11 20.55 Get:398 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libipc-run3-perl all 0.048-2 [31.4 kB]
11:59:57 #11 20.55 Get:399 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lzip armhf 1.23-4 [79.4 kB]
11:59:57 #11 20.56 Get:400 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lzop armhf 1.04-2build2 [84.5 kB]
11:59:57 #11 24.44 Selecting previously unselected package libxml2:armhf.
11:59:57 #11 24.44 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_armhf.deb ...
11:59:57 #11 24.44 Unpacking libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.5) ...
11:59:57 #11 24.58 Selecting previously unselected package libyaml-0-2:armhf.
11:59:57 #11 24.58 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_armhf.deb ...
11:59:57 #11 24.58 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
11:59:57 #11 23.18 Selecting previously unselected package perl.
11:59:57 #11 23.18 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.1_armhf.deb ...
11:59:57 #12 28.40   Running scriptlet: guile-5:2.0.14-7.el8.aarch64                         76/90 
11:59:57 #12 28.67   Installing       : gdb-headless-8.2-19.el8.aarch64                      77/90 
11:59:57 #12 28.69   Installing       : go-srpm-macros-2-17.el8.noarch                       78/90 
11:59:57 #12 28.70   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   79/90 
11:59:57 #11 37.72 Preparing to unpack .../300-libsub-identify-perl_0.14-2_arm64.deb ...
11:59:57 #11 37.72 Unpacking libsub-identify-perl (0.14-2) ...
11:59:57 #11 37.75 Selecting previously unselected package libsub-name-perl:arm64.
11:59:57 #11 37.75 Preparing to unpack .../301-libsub-name-perl_0.26-2_arm64.deb ...
11:59:57 #11 37.76 Unpacking libsub-name-perl:arm64 (0.26-2) ...
11:59:57 #11 37.79 Selecting previously unselected package libnamespace-clean-perl.
11:59:57 #11 37.79 Preparing to unpack .../302-libnamespace-clean-perl_0.27-2_all.deb ...
11:59:57 #11 37.79 Unpacking libnamespace-clean-perl (0.27-2) ...
11:59:57 #11 37.83 Selecting previously unselected package libpath-tiny-perl.
11:59:57 #11 37.83 Preparing to unpack .../303-libpath-tiny-perl_0.122-1_all.deb ...
11:59:57 #11 37.83 Unpacking libpath-tiny-perl (0.122-1) ...
11:59:57 #11 37.86 Selecting previously unselected package libstrictures-perl.
11:59:57 #11 37.87 Preparing to unpack .../304-libstrictures-perl_2.000006-1_all.deb ...
11:59:57 #11 37.87 Unpacking libstrictures-perl (2.000006-1) ...
11:59:57 #11 37.90 Selecting previously unselected package libtype-tiny-perl.
11:59:57 #11 37.91 Preparing to unpack .../305-libtype-tiny-perl_1.016008-1_all.deb ...
11:59:57 #11 37.91 Unpacking libtype-tiny-perl (1.016008-1) ...
11:59:57 #11 37.95 Selecting previously unselected package libgitlab-api-v4-perl.
11:59:57 #10 39.94 Unpacking libauthen-sasl-perl (2.1600-3) ...
11:59:57 #10 39.98 Selecting previously unselected package libdav1d6:amd64.
11:59:57 #10 39.98 Preparing to unpack .../183-libdav1d6_1.0.0-2_amd64.deb ...
11:59:57 #10 39.99 Unpacking libdav1d6:amd64 (1.0.0-2) ...
11:59:57 #10 40.08 Selecting previously unselected package libgav1-1:amd64.
11:59:57 #10 40.08 Preparing to unpack .../184-libgav1-1_0.18.0-1+b1_amd64.deb ...
11:59:57 #10 40.08 Unpacking libgav1-1:amd64 (0.18.0-1+b1) ...
11:59:57 #10 40.16 Selecting previously unselected package librav1e0:amd64.
11:59:57 #10 40.16 Preparing to unpack .../185-librav1e0_0.5.1-6_amd64.deb ...
11:59:57 #10 40.17 Unpacking librav1e0:amd64 (0.5.1-6) ...
11:59:57 #10 39.61 Setting up libxdelta2 (1.1.3-9.3) ...
11:59:57 #10 39.62 Setting up libncursesw6:arm64 (6.2+20201114-2) ...
11:59:57 #10 39.63 Setting up libltdl7:arm64 (2.4.6-15) ...
11:59:57 #10 39.64 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:59:57 #10 39.66 Setting up libubsan1:arm64 (10.2.1-6) ...
11:59:57 #10 39.67 Setting up libmd0:arm64 (1.0.3-3) ...
11:59:57 #10 39.68 Setting up python-apt-common (2.2.1) ...
11:59:57 #10 39.69 Setting up libnsl-dev:arm64 (1.3.0-2) ...
11:59:57 #10 39.72 Setting up sensible-utils (0.0.14) ...
11:59:57 #10 39.73 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
11:59:57 #10 39.74 Setting up libcrypt-dev:arm64 (1:4.4.18-4) ...
11:59:57 #10 39.75 Setting up libuchardet0:arm64 (0.0.7-1) ...
11:59:57 #10 39.77 Setting up lzop (1.04-2) ...
11:59:57 #10 39.78 Setting up libmpdec3:arm64 (2.5.1-1) ...
11:59:57 #10 39.79 Setting up git-man (1:2.30.2-1+deb11u1) ...
11:59:57 #10 39.80 Setting up libssh2-1:arm64 (1.9.0-2) ...
11:59:57 #10 39.82 Setting up netbase (6.3) ...
11:59:57 #10 39.85 Setting up libtiff5:arm64 (4.2.0-1+deb11u3) ...
11:59:57 #10 39.86 Setting up libbinutils:arm64 (2.35.2-2) ...
11:59:57 #10 39.87 Setting up libfido2-1:arm64 (1.6.0-2) ...
11:59:57 #10 44.23 Preparing to unpack .../256-mysql-common_5.8+1.0.5_all.deb ...
11:59:57 #10 44.24 Unpacking mysql-common (5.8+1.0.5) ...
11:59:57 #10 44.28 Selecting previously unselected package mariadb-common.
11:59:57 #10 44.29 Preparing to unpack .../257-mariadb-common_1%3a10.3.36-0+deb10u2_all.deb ...
11:59:57 #10 44.30 Unpacking mariadb-common (1:10.3.36-0+deb10u2) ...
11:59:57 #10 44.34 Selecting previously unselected package libmariadb3:amd64.
11:59:57 #10 44.34 Preparing to unpack .../258-libmariadb3_1%3a10.3.36-0+deb10u2_amd64.deb ...
11:59:57 #10 44.35 Unpacking libmariadb3:amd64 (1:10.3.36-0+deb10u2) ...
11:59:57 #10 44.41 Selecting previously unselected package libpython2.7-minimal:amd64.
11:59:57 #10 44.42 Preparing to unpack .../259-libpython2.7-minimal_2.7.16-2+deb10u1_amd64.deb ...
11:59:57 #10 44.42 Unpacking libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
11:59:57 #12 28.68 Running transaction check
11:59:57 #11 31.98 Preparing to unpack .../209-libtiff5_4.3.0-6ubuntu0.3_arm64.deb ...
11:59:57 #11 31.99 Unpacking libtiff5:arm64 (4.3.0-6ubuntu0.3) ...
11:59:57 #11 32.03 Selecting previously unselected package libxpm4:arm64.
11:59:57 #11 32.04 Preparing to unpack .../210-libxpm4_1%3a3.5.12-1ubuntu0.22.04.1_arm64.deb ...
11:59:57 #11 32.04 Unpacking libxpm4:arm64 (1:3.5.12-1ubuntu0.22.04.1) ...
11:59:57 #11 32.08 Selecting previously unselected package libgd3:arm64.
11:59:57 #11 32.08 Preparing to unpack .../211-libgd3_2.3.0-2ubuntu2_arm64.deb ...
11:59:57 #11 32.09 Unpacking libgd3:arm64 (2.3.0-2ubuntu2) ...
11:59:57 #11 32.13 Selecting previously unselected package libc-devtools.
11:59:57 #11 32.13 Preparing to unpack .../212-libc-devtools_2.35-0ubuntu3.1_arm64.deb ...
11:59:57 #11 32.13 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
11:59:57 #11 32.16 Selecting previously unselected package libcapture-tiny-perl.
11:59:57 #11 32.17 Preparing to unpack .../213-libcapture-tiny-perl_0.48-1_all.deb ...
11:59:57 #11 32.17 Unpacking libcapture-tiny-perl (0.48-1) ...
11:59:57 #11 32.21 Selecting previously unselected package libclass-data-inheritable-perl.
11:59:57 #10 19.69 Unpacking xz-utils (5.4.1-0.1) ...
11:59:57 #10 19.77 Selecting previously unselected package m4.
11:59:57 #10 19.77 Preparing to unpack .../024-m4_1.4.19-2_armhf.deb ...
11:59:57 #10 19.78 Unpacking m4 (1.4.19-2) ...
11:59:57 #10 19.86 Selecting previously unselected package autoconf.
11:59:57 #10 19.86 Preparing to unpack .../025-autoconf_2.71-3_all.deb ...
11:59:57 #10 19.86 Unpacking autoconf (2.71-3) ...
11:59:57 #10 19.95 Selecting previously unselected package autotools-dev.
11:59:57 #10 19.95 Preparing to unpack .../026-autotools-dev_20220109.1_all.deb ...
11:59:57 #10 41.16 Preparing to unpack .../326-python3-requests_2.21.0-1_all.deb ...
11:59:57 #10 41.16 Unpacking python3-requests (2.21.0-1) ...
11:59:57 #10 41.21 Selecting previously unselected package python3-unidiff.
11:59:57 #10 41.21 Preparing to unpack .../327-python3-unidiff_0.5.4-1_all.deb ...
11:59:57 #10 41.22 Unpacking python3-unidiff (0.5.4-1) ...
11:59:57 #10 41.27 Selecting previously unselected package python3-xdg.
11:59:57 #10 41.27 Preparing to unpack .../328-python3-xdg_0.25-5_all.deb ...
11:59:57 #10 41.28 Unpacking python3-xdg (0.25-5) ...
11:59:57 #10 41.32 Selecting previously unselected package shared-mime-info.
11:59:57 #10 41.33 Preparing to unpack .../329-shared-mime-info_1.10-1_arm64.deb ...
11:59:57 #10 41.33 Unpacking shared-mime-info (1.10-1) ...
11:59:57 #11 39.19 Preparing to unpack .../336-libauthen-sasl-perl_2.1600-1_all.deb ...
11:59:57 #11 39.19 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:59:57 #11 39.24 Selecting previously unselected package python3-magic.
11:59:57 #11 39.24 Preparing to unpack .../337-python3-magic_2%3a0.4.15-3_all.deb ...
11:59:57 #11 39.24 Unpacking python3-magic (2:0.4.15-3) ...
11:59:57 #11 39.29 Setting up libapt-pkg-perl (0.1.36build3) ...
11:59:57 #11 39.31 Setting up libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ...
11:59:57 #11 39.32 Setting up libpipeline1:arm64 (1.5.2-2build1) ...
11:59:57 #11 39.33 Setting up wdiff (1.2.2-2build1) ...
11:59:57 #11 39.35 Setting up libxau6:arm64 (1:1.0.9-0ubuntu1) ...
11:59:57 #11 39.36 Setting up libkeyutils1:arm64 (1.6-6ubuntu1.1) ...
11:59:57 #11 39.37 Setting up libpsl5:arm64 (0.21.0-1ubuntu1) ...
11:59:57 #11 39.38 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:59:57 #11 39.39 Setting up mime-support (3.64ubuntu1) ...
11:59:57 #11 39.43 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
11:59:57 #11 41.55 Unpacking libsort-key-perl (1.33-2build2) ...
11:59:57 #11 41.59 Selecting previously unselected package libstring-copyright-perl.
11:59:57 #11 41.59 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
11:59:57 #11 41.59 Unpacking libstring-copyright-perl (0.003006-1) ...
11:59:57 #11 41.63 Selecting previously unselected package libstring-escape-perl.
11:59:57 #11 41.64 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
11:59:57 #11 41.64 Unpacking libstring-escape-perl (2010.002-2) ...
11:59:57 #11 41.68 Selecting previously unselected package libstring-shellquote-perl.
11:59:57 #11 41.68 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
11:59:57 #11 41.68 Unpacking libstring-shellquote-perl (1.04-1) ...
11:59:57 #11 41.71 Selecting previously unselected package libterm-readkey-perl.
11:59:57 #11 41.71 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ...
11:59:57 #11 41.72 Unpacking libterm-readkey-perl (2.38-1build1) ...
11:59:57 #11 41.74 Selecting previously unselected package libtest-fatal-perl.
11:59:57 #11 41.74 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ...
11:59:57 #11 41.75 Unpacking libtest-fatal-perl (0.014-1) ...
11:59:57 #11 41.78 Selecting previously unselected package libtest-refcount-perl.
11:59:57 #10 41.72 Preparing to unpack .../393-python3-unidiff_0.7.3-1_all.deb ...
11:59:57 #10 41.72 Unpacking python3-unidiff (0.7.3-1) ...
11:59:57 #10 41.76 Selecting previously unselected package shared-mime-info.
11:59:57 #10 41.77 Preparing to unpack .../394-shared-mime-info_2.2-1_arm64.deb ...
11:59:57 #10 41.77 Unpacking shared-mime-info (2.2-1) ...
11:59:57 #10 41.86 Selecting previously unselected package strace.
11:59:57 #10 41.87 Preparing to unpack .../395-strace_6.1-0.1_arm64.deb ...
11:59:57 #10 41.87 Unpacking strace (6.1-0.1) ...
11:59:57 #10 41.93 Selecting previously unselected package xauth.
11:59:57 #10 41.94 Preparing to unpack .../396-xauth_1%3a1.1.2-1_arm64.deb ...
11:59:57 #10 41.94 Unpacking xauth (1:1.1.2-1) ...
11:59:57 #10 41.99 Selecting previously unselected package xdg-user-dirs.
11:59:57 #10 13.15 Get:46 http://archive.raspbian.org/raspbian bookworm/main armhf libbinutils armhf 2.40-2+rpi1 [407 kB]
11:59:57 #10 13.15 Get:47 http://archive.raspbian.org/raspbian bookworm/main armhf libctf-nobfd0 armhf 2.40-2+rpi1 [133 kB]
11:59:57 #10 13.15 Get:48 http://archive.raspbian.org/raspbian bookworm/main armhf libctf0 armhf 2.40-2+rpi1 [71.6 kB]
11:59:57 #10 13.15 Get:49 http://archive.raspbian.org/raspbian bookworm/main armhf libjansson4 armhf 2.14-2 [37.0 kB]
11:59:57 #10 13.15 Get:50 http://archive.raspbian.org/raspbian bookworm/main armhf binutils-arm-linux-gnueabihf armhf 2.40-2+rpi1 [2067 kB]
11:59:57 #10 13.28 Get:51 http://archive.raspbian.org/raspbian bookworm/main armhf binutils armhf 2.40-2+rpi1 [65.3 kB]
11:59:57 #10 13.28 Get:52 http://archive.raspbian.org/raspbian bookworm/main armhf libisl23 armhf 0.25-1 [519 kB]
11:59:57 #10 13.30 Get:53 http://archive.raspbian.org/raspbian bookworm/main armhf libmpfr6 armhf 4.2.0-1 [574 kB]
11:59:57 #10 13.33 Get:54 http://archive.raspbian.org/raspbian bookworm/main armhf libmpc3 armhf 1.3.1-1 [41.0 kB]
11:59:57 #10 13.34 Get:55 http://archive.raspbian.org/raspbian bookworm/main armhf cpp-12 armhf 12.2.0-14+rpi1 [7159 kB]
11:59:57 #10 39.84 Preparing to unpack .../170-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
11:59:57 #10 39.84 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:59:57 #10 39.90 Selecting previously unselected package libarray-intspan-perl.
11:59:57 #10 39.90 Preparing to unpack .../171-libarray-intspan-perl_2.004-1_all.deb ...
11:59:57 #10 39.90 Unpacking libarray-intspan-perl (2.004-1) ...
11:59:57 #10 39.93 Selecting previously unselected package libauthen-sasl-perl.
11:59:57 #10 39.93 Preparing to unpack .../172-libauthen-sasl-perl_2.1600-1.1_all.deb ...
11:59:57 #10 39.94 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
11:59:57 #10 39.97 Selecting previously unselected package libmodule-implementation-perl.
11:59:57 #10 39.97 Preparing to unpack .../173-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:59:57 #10 39.97 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:59:57 #10 40.00 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:57 #10 40.01 Preparing to unpack .../174-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:59:57 #10 40.01 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:59:57 #10 40.04 Selecting previously unselected package libvariable-magic-perl.
11:59:57 #10 40.04 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b3_amd64.deb ...
11:59:57 #10 40.04 Unpacking libvariable-magic-perl (0.62-1+b3) ...
11:59:57 #10 40.07 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:57 #11 40.68 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
11:59:57 #11 20.56 Get:401 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf t1utils armhf 1.41-4build2 [53.1 kB]
11:59:57 #11 20.56 Get:402 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf unzip armhf 6.0-27ubuntu1 [162 kB]
11:59:57 #11 20.62 Get:403 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf lintian all 2.115.3ubuntu2.1 [1108 kB]
11:59:57 #11 24.63 Selecting previously unselected package lsb-release.
11:59:57 #11 24.63 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
11:59:57 #11 24.63 Unpacking lsb-release (11.1.0ubuntu2) ...
11:59:57 #11 24.67 Selecting previously unselected package netbase.
11:59:57 #11 24.67 Preparing to unpack .../027-netbase_6.1_all.deb ...
11:59:57 #11 24.67 Unpacking netbase (6.1) ...
11:59:57 #11 24.72 Selecting previously unselected package python3-pkg-resources.
11:59:57 #11 24.72 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
11:59:57 #11 24.72 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:59:57 #11 24.78 Selecting previously unselected package python3-six.
11:59:57 #11 24.78 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
11:59:57 #11 24.78 Unpacking python3-six (1.14.0-2) ...
11:59:57 #11 24.83 Selecting previously unselected package shared-mime-info.
11:59:57 #11 24.83 Preparing to unpack .../030-shared-mime-info_1.15-1_armhf.deb ...
11:59:57 #11 23.19 Unpacking perl (5.34.0-3ubuntu1.1) ...
11:59:57 #11 23.24 Selecting previously unselected package openssl.
11:59:57 #11 23.24 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.7_armhf.deb ...
11:59:57 #11 23.25 Unpacking openssl (3.0.2-0ubuntu1.7) ...
11:59:57 #11 23.32 Selecting previously unselected package ca-certificates.
11:59:57 #11 23.32 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
11:59:57 #11 23.33 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
11:59:57 #11 23.39 Selecting previously unselected package distro-info-data.
11:59:57 #11 23.39 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.2_all.deb ...
11:59:57 #11 23.40 Unpacking distro-info-data (0.52ubuntu0.2) ...
11:59:57 #11 23.43 Selecting previously unselected package iso-codes.
11:59:57 #11 23.43 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
11:59:57 #12 28.72   Installing       : dwz-0.12-10.el8.aarch64                              80/90 
11:59:57 #12 28.74   Installing       : redhat-rpm-config-130-1.el8.noarch                   81/90 
11:59:57 #12 28.77   Installing       : rpm-build-4.14.3-26.el8.aarch64                      82/90 
11:59:57 #12 28.80   Installing       : dnf-plugins-core-4.0.21-18.el8.noarch                83/90 
11:59:57 #12 28.84   Installing       : rpmlint-1.10-14.el8.noarch                           84/90 
11:59:57 #12 28.85   Cleanup          : python3-dnf-plugins-core-4.0.21-14.el8.noarch        85/90 
11:59:57 #12 28.87   Cleanup          : python3-rpm-4.14.3-23.el8.aarch64                    86/90 
11:59:57 #12 28.89   Cleanup          : rpm-build-libs-4.14.3-23.el8.aarch64                 87/90 
11:59:57 #12 28.89   Running scriptlet: rpm-build-libs-4.14.3-23.el8.aarch64                 87/90 
11:59:57 #12 28.92   Cleanup          : rpm-4.14.3-23.el8.aarch64                            88/90 
11:59:57 #11 37.96 Preparing to unpack .../306-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:59:57 #11 37.96 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:59:57 #11 38.00 Selecting previously unselected package libhtml-form-perl.
11:59:57 #11 38.01 Preparing to unpack .../307-libhtml-form-perl_6.10-1_all.deb ...
11:59:57 #11 38.01 Unpacking libhtml-form-perl (6.10-1) ...
11:59:57 #11 38.04 Selecting previously unselected package libhtml-format-perl.
11:59:57 #11 38.04 Preparing to unpack .../308-libhtml-format-perl_2.16-1_all.deb ...
11:59:57 #11 38.05 Unpacking libhtml-format-perl (2.16-1) ...
11:59:57 #11 38.10 Selecting previously unselected package libhtml-html5-entities-perl.
11:59:57 #11 38.10 Preparing to unpack .../309-libhtml-html5-entities-perl_0.004-2_all.deb ...
11:59:57 #11 38.10 Unpacking libhtml-html5-entities-perl (0.004-2) ...
11:59:57 #11 38.14 Selecting previously unselected package libhtml-tokeparser-simple-perl.
11:59:57 #11 38.14 Preparing to unpack .../310-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
11:59:57 #11 38.14 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
11:59:57 #11 38.18 Selecting previously unselected package libhttp-daemon-perl.
11:59:57 #11 38.18 Preparing to unpack .../311-libhttp-daemon-perl_6.14-1.1_all.deb ...
11:59:57 #11 38.18 Unpacking libhttp-daemon-perl (6.14-1.1) ...
11:59:57 #11 38.22 Selecting previously unselected package libindirect-perl.
11:59:57 #10 40.30 Selecting previously unselected package libsvtav1enc1:amd64.
11:59:57 #10 40.30 Preparing to unpack .../186-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ...
11:59:57 #10 40.30 Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
11:59:57 #10 40.52 Selecting previously unselected package libjpeg62-turbo:amd64.
11:59:57 #10 39.88 Setting up libisl23:arm64 (0.23-1) ...
11:59:57 #10 39.89 Setting up libc-dev-bin (2.31-13+deb11u5) ...
11:59:57 #10 39.91 Setting up openssl (1.1.1n-0+deb11u3) ...
11:59:57 #10 39.92 Setting up libbsd0:arm64 (0.11.3-1) ...
11:59:57 #10 39.93 Setting up libelf1:arm64 (0.183-1) ...
11:59:57 #10 39.95 Setting up readline-common (8.1-1) ...
11:59:57 #10 39.96 Setting up publicsuffix (20220811.1734-0+deb11u1) ...
11:59:57 #10 39.98 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u3) ...
11:59:57 #10 39.99 Setting up libmarkdown2:arm64 (2.2.6-1) ...
11:59:57 #10 40.00 Setting up libcc1-0:arm64 (10.2.1-6) ...
11:59:57 #10 40.02 Setting up iso-codes (4.6.0-1) ...
11:59:57 #10 40.03 Setting up liblocale-gettext-perl (1.07-4+b1) ...
11:59:57 #10 40.05 Setting up liblsan0:arm64 (10.2.1-6) ...
11:59:57 #10 40.06 Setting up cpp-10 (10.2.1-6) ...
11:59:57 #10 40.07 Setting up dctrl-tools (2.24-3) ...
11:59:57 #10 40.09 Setting up libitm1:arm64 (10.2.1-6) ...
11:59:57 #10 44.54 Selecting previously unselected package libpython2.7-stdlib:amd64.
11:59:57 #10 44.55 Preparing to unpack .../260-libpython2.7-stdlib_2.7.16-2+deb10u1_amd64.deb ...
11:59:57 #10 44.55 Unpacking libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
11:59:57 #12 28.76 Transaction check succeeded.
11:59:57 #12 28.76 Running transaction test
11:59:57 #11 32.21 Preparing to unpack .../214-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:59:57 #11 32.21 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:59:57 #11 32.24 Selecting previously unselected package libclone-perl.
11:59:57 #11 32.25 Preparing to unpack .../215-libclone-perl_0.45-1build3_arm64.deb ...
11:59:57 #11 32.26 Unpacking libclone-perl (0.45-1build3) ...
11:59:57 #11 32.30 Selecting previously unselected package libcommon-sense-perl:arm64.
11:59:57 #11 32.30 Preparing to unpack .../216-libcommon-sense-perl_3.75-2build1_arm64.deb ...
11:59:57 #11 32.31 Unpacking libcommon-sense-perl:arm64 (3.75-2build1) ...
11:59:57 #11 32.34 Selecting previously unselected package libconfig-tiny-perl.
11:59:57 #11 32.34 Preparing to unpack .../217-libconfig-tiny-perl_2.28-1_all.deb ...
11:59:57 #11 32.34 Unpacking libconfig-tiny-perl (2.28-1) ...
11:59:57 #11 32.37 Selecting previously unselected package libparams-util-perl.
11:59:57 #11 32.38 Preparing to unpack .../218-libparams-util-perl_1.102-1build3_arm64.deb ...
11:59:57 #11 32.38 Unpacking libparams-util-perl (1.102-1build3) ...
11:59:57 #11 32.42 Selecting previously unselected package libsub-install-perl.
11:59:57 #11 32.42 Preparing to unpack .../219-libsub-install-perl_0.928-1.1_all.deb ...
11:59:57 #11 32.42 Unpacking libsub-install-perl (0.928-1.1) ...
11:59:57 #11 32.46 Selecting previously unselected package libdata-optlist-perl.
11:59:57 #10 19.96 Unpacking autotools-dev (20220109.1) ...
11:59:57 #10 19.99 Selecting previously unselected package automake.
11:59:57 #10 19.99 Preparing to unpack .../027-automake_1%3a1.16.5-1.3_all.deb ...
11:59:57 #10 20.00 Unpacking automake (1:1.16.5-1.3) ...
11:59:57 #10 20.17 Selecting previously unselected package autopoint.
11:59:57 #10 20.17 Preparing to unpack .../028-autopoint_0.21-11_all.deb ...
11:59:57 #10 20.17 Unpacking autopoint (0.21-11) ...
11:59:57 #10 20.22 Selecting previously unselected package binutils-common:armhf.
11:59:57 #10 41.44 Selecting previously unselected package strace.
11:59:57 #10 41.45 Preparing to unpack .../330-strace_4.26-0.2_arm64.deb ...
11:59:57 #10 41.45 Unpacking strace (4.26-0.2) ...
11:59:57 #10 41.53 Selecting previously unselected package unzip.
11:59:57 #10 41.53 Preparing to unpack .../331-unzip_6.0-23+deb10u3_arm64.deb ...
11:59:57 #10 41.54 Unpacking unzip (6.0-23+deb10u3) ...
11:59:57 #10 41.61 Selecting previously unselected package xauth.
11:59:57 #10 41.61 Preparing to unpack .../332-xauth_1%3a1.0.10-1_arm64.deb ...
11:59:57 #10 41.62 Unpacking xauth (1:1.0.10-1) ...
11:59:57 #10 41.67 Selecting previously unselected package xdg-user-dirs.
11:59:57 #10 41.67 Preparing to unpack .../333-xdg-user-dirs_0.17-2_arm64.deb ...
11:59:57 #10 41.68 Unpacking xdg-user-dirs (0.17-2) ...
11:59:57 #10 41.76 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:59:57 #10 41.77 Setting up libapt-pkg-perl (0.1.34+b1) ...
11:59:57 #10 14.31 Get:59 http://archive.raspbian.org/raspbian bullseye/main armhf gcc armhf 4:10.2.1-1+rpi1 [5196 B]
11:59:57 #10 14.31 Get:60 http://archive.raspbian.org/raspbian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [109 kB]
11:59:57 #10 14.31 Get:61 http://archive.raspbian.org/raspbian bullseye/main armhf libtirpc-dev armhf 1.3.1-1+deb11u1 [174 kB]
11:59:57 #10 14.31 Get:62 http://archive.raspbian.org/raspbian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
11:59:57 #10 14.31 Get:63 http://archive.raspbian.org/raspbian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
11:59:57 #10 14.35 Get:64 http://archive.raspbian.org/raspbian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
11:59:57 #10 14.35 Get:65 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
11:59:57 #10 14.35 Get:66 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
11:59:57 #10 14.35 Get:67 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
11:59:57 #10 14.39 Get:68 http://archive.raspbian.org/raspbian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
11:59:57 #10 14.49 Get:69 http://archive.raspbian.org/raspbian bullseye/main armhf libdpkg-perl all 1.20.12+rpi1 [1551 kB]
11:59:57 #10 14.52 Get:70 http://archive.raspbian.org/raspbian bullseye/main armhf patch armhf 2.7.6-7 [116 kB]
11:59:57 #10 14.61 Get:71 http://archive.raspbian.org/raspbian bullseye/main armhf make armhf 4.3-4.1 [376 kB]
11:59:57 #10 14.61 Get:72 http://archive.raspbian.org/raspbian bullseye/main armhf dpkg-dev all 1.20.12+rpi1 [2312 kB]
11:59:58 #11 39.47 Setting up libmagic-mgc (1:5.38-4) ...
11:59:58 #11 39.48 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
11:59:58 #11 39.49 Setting up libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
11:59:58 #11 39.50 No schema files found: doing nothing.
11:59:58 #11 39.51 Setting up distro-info-data (0.43ubuntu1.11) ...
11:59:58 #11 39.53 Setting up manpages (5.05-1) ...
11:59:58 #11 39.54 Setting up unzip (6.0-25ubuntu1.1) ...
11:59:58 #11 39.56 Setting up libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
11:59:58 #11 39.58 Setting up libsqlite3-0:arm64 (3.31.1-4ubuntu0.5) ...
11:59:58 #11 39.59 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:59:58 #11 39.62 Setting up binutils-common:arm64 (2.34-6ubuntu1.4) ...
11:59:58 #11 39.64 Setting up libnghttp2-14:arm64 (1.40.0-1build1) ...
11:59:58 #11 39.65 Setting up libmagic1:arm64 (1:5.38-4) ...
11:59:58 #11 39.68 Setting up less (551-1ubuntu0.1) ...
11:59:58 #11 39.70 Setting up perl-openssl-defaults:arm64 (4) ...
11:59:58 #11 39.71 Setting up linux-libc-dev:arm64 (5.4.0-137.154) ...
11:59:58 #11 39.72 Setting up libctf-nobfd0:arm64 (2.34-6ubuntu1.4) ...
11:59:58 #11 39.74 Setting up gettext-base (0.19.8.1-10build1) ...
11:59:58 #11 39.75 Setting up libnpth0:arm64 (1.6-1) ...
11:59:58 #10 32.09 Selecting previously unselected package gcc.
11:59:58 #10 32.09 Preparing to unpack .../076-gcc_4%3a7.4.0-1ubuntu2.3_armhf.deb ...
11:59:58 #11 41.78 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ...
11:59:58 #11 41.78 Unpacking libtest-refcount-perl (0.10-1) ...
11:59:58 #11 41.81 Selecting previously unselected package libtext-levenshtein-perl.
11:59:58 #11 41.81 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ...
11:59:58 #11 41.82 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:59:58 #11 41.85 Selecting previously unselected package libtype-tiny-xs-perl.
11:59:58 #11 41.85 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ...
11:59:58 #11 41.85 Unpacking libtype-tiny-xs-perl (0.016-1) ...
11:59:58 #11 41.88 Selecting previously unselected package libunicode-utf8-perl.
11:59:58 #11 41.88 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ...
11:59:58 #11 41.89 Unpacking libunicode-utf8-perl (0.62-1build1) ...
11:59:58 #11 41.91 Selecting previously unselected package libxml-namespacesupport-perl.
11:59:58 #11 41.92 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:59:58 #11 41.92 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:59:58 #11 41.95 Selecting previously unselected package libxml-sax-base-perl.
11:59:58 #11 41.95 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ...
11:59:58 #11 41.96 Unpacking libxml-sax-base-perl (1.09-1) ...
11:59:58 #11 41.99 Selecting previously unselected package libxml-sax-perl.
11:59:58 #10 41.99 Preparing to unpack .../397-xdg-user-dirs_0.18-1_arm64.deb ...
11:59:58 #10 42.00 Unpacking xdg-user-dirs (0.18-1) ...
11:59:58 #10 42.05 Selecting previously unselected package zstd.
11:59:58 #10 42.06 Preparing to unpack .../398-zstd_1.5.2+dfsg2-3_arm64.deb ...
11:59:58 #10 42.06 Unpacking zstd (1.5.2+dfsg2-3) ...
11:59:58 #10 42.15 Setting up liblz1:arm64 (1.13-5) ...
11:59:58 #10 42.16 Setting up libksba8:arm64 (1.6.3-2) ...
11:59:58 #10 42.18 Setting up media-types (8.0.0) ...
11:59:58 #10 42.19 Setting up libpipeline1:arm64 (1.5.7-1) ...
11:59:58 #10 42.20 Setting up plzip (1.10-5) ...
11:59:58 #10 42.21 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip (lzip) in auto mode
11:59:58 #10 42.22 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:59:58 #10 42.22 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:59:58 #10 42.23 Setting up wdiff (1.2.2-4) ...
11:59:58 #10 42.24 Setting up libaom3:arm64 (3.5.0-1) ...
11:59:58 #9 39.27 Fedora Modular 36 - aarch64 - Updates           2.7 MB/s | 2.8 MB     00:01    
11:59:58 #10 40.07 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
11:59:58 #10 40.07 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
11:59:58 #10 40.10 Selecting previously unselected package libpng16-16:amd64.
11:59:58 #10 40.10 Preparing to unpack .../177-libpng16-16_1.6.37-3_amd64.deb ...
11:59:58 #10 40.11 Unpacking libpng16-16:amd64 (1.6.37-3) ...
11:59:58 #10 40.16 Selecting previously unselected package libfreetype6:amd64.
11:59:58 #10 40.16 Preparing to unpack .../178-libfreetype6_2.10.4+dfsg-1+deb11u1_amd64.deb ...
11:59:58 #10 40.17 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1+deb11u1) ...
11:59:58 #10 40.23 Selecting previously unselected package libfontconfig1:amd64.
11:59:58 #10 40.24 Preparing to unpack .../179-libfontconfig1_2.13.1-4.2_amd64.deb ...
11:59:58 #10 40.24 Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
11:59:58 #10 40.29 Selecting previously unselected package libjpeg62-turbo:amd64.
11:59:58 #10 40.29 Preparing to unpack .../180-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ...
11:59:58 #10 40.30 Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ...
11:59:58 #10 40.34 Selecting previously unselected package libdeflate0:amd64.
11:59:58 #11 20.72 Get:404 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf manpages-dev all 5.13-1 [2355 kB]
11:59:58 #11 24.83 Unpacking shared-mime-info (1.15-1) ...
11:59:58 #11 24.95 Selecting previously unselected package ucf.
11:59:58 #11 24.95 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
11:59:58 #11 24.96 Moving old data out of the way
11:59:58 #11 24.96 Unpacking ucf (3.0038+nmu1) ...
11:59:58 #11 25.00 Selecting previously unselected package xdg-user-dirs.
11:59:58 #11 25.00 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_armhf.deb ...
11:59:58 #11 25.01 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
11:59:58 #11 25.08 Selecting previously unselected package xz-utils.
11:59:58 #11 25.08 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_armhf.deb ...
11:59:58 #11 23.44 Unpacking iso-codes (4.9.0-1) ...
11:59:58 #11 23.70 Selecting previously unselected package less.
11:59:58 #11 23.70 Preparing to unpack .../010-less_590-1build1_armhf.deb ...
11:59:58 #12 28.94   Cleanup          : rpm-libs-4.14.3-23.el8.aarch64                       89/90 
11:59:58 #12 28.94   Running scriptlet: rpm-libs-4.14.3-23.el8.aarch64                       89/90 
11:59:58 #12 28.97   Cleanup          : xz-libs-5.2.4-4.el8_6.aarch64                        90/90 
11:59:58 #12 28.98   Running scriptlet: guile-5:2.0.14-7.el8.aarch64                         90/90 
11:59:58 #12 29.00   Running scriptlet: xz-libs-5.2.4-4.el8_6.aarch64                        90/90 
11:59:58 #12 29.17   Verifying        : xz-libs-5.2.4-4.el8.aarch64                           1/90 
11:59:58 #12 29.17   Verifying        : xz-libs-5.2.4-4.el8_6.aarch64                         2/90 
11:59:58 #12 29.17   Verifying        : desktop-file-utils-0.26-1.el8.aarch64                 3/90 
11:59:58 #12 29.17   Verifying        : dwz-0.12-10.el8.aarch64                               4/90 
11:59:58 #12 29.17   Verifying        : efi-srpm-macros-3-3.el8.noarch                        5/90 
11:59:58 #12 29.17   Verifying        : gc-7.6.4-3.el8.aarch64                                6/90 
11:59:58 #12 29.17   Verifying        : gdb-headless-8.2-19.el8.aarch64                       7/90 
11:59:58 #12 29.17   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    8/90 
11:59:58 #12 29.17   Verifying        : go-srpm-macros-2-17.el8.noarch                        9/90 
11:59:58 #12 29.17   Verifying        : guile-5:2.0.14-7.el8.aarch64                         10/90 
11:59:58 #12 29.17   Verifying        : libatomic_ops-7.6.2-3.el8.aarch64                    11/90 
11:59:58 #12 29.17   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     12/90 
11:59:58 #12 29.17   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  13/90 
11:59:58 #12 29.17   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  14/90 
11:59:58 #12 29.17   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   15/90 
11:59:58 #12 29.17   Verifying        : perl-srpm-macros-1-25.el8.noarch                     16/90 
11:59:58 #12 29.17   Verifying        : python-rpm-macros-3-44.el8.noarch                    17/90 
11:59:58 #12 29.17   Verifying        : python-srpm-macros-3-44.el8.noarch                   18/90 
11:59:58 #12 29.17   Verifying        : python3-rpm-macros-3-44.el8.noarch                   19/90 
11:59:58 #12 29.17   Verifying        : python3-systemd-234-8.el8.aarch64                    20/90 
11:59:58 #12 29.17   Verifying        : qt5-srpm-macros-5.15.3-1.el8.noarch                  21/90 
11:59:58 #12 29.17   Verifying        : redhat-rpm-config-130-1.el8.noarch                   22/90 
11:59:58 #12 29.17   Verifying        : rpm-build-4.14.3-26.el8.aarch64                      23/90 
11:59:58 #12 29.17   Verifying        : rpmlint-1.10-14.el8.noarch                           24/90 
11:59:58 #12 29.17   Verifying        : rust-srpm-macros-5-2.el8.noarch                      25/90 
11:59:58 #12 29.17   Verifying        : zstd-1.4.4-1.el8.aarch64                             26/90 
11:59:58 #12 29.17   Verifying        : binutils-2.30-119.el8.aarch64                        27/90 
11:59:58 #12 29.17   Verifying        : bzip2-1.0.6-26.el8.aarch64                           28/90 
11:59:58 #12 29.17   Verifying        : cpio-2.12-11.el8.aarch64                             29/90 
11:59:58 #12 29.17   Verifying        : diffutils-3.6-6.el8.aarch64                          30/90 
11:59:58 #12 29.17   Verifying        : dnf-plugins-core-4.0.21-18.el8.noarch                31/90 
11:59:58 #12 29.17   Verifying        : elfutils-0.187-4.el8.aarch64                         32/90 
11:59:58 #12 29.17   Verifying        : elfutils-debuginfod-client-0.187-4.el8.aarch64       33/90 
11:59:58 #12 29.17   Verifying        : emacs-filesystem-1:26.1-9.el8.noarch                 34/90 
11:59:58 #12 29.17   Verifying        : file-5.33-21.el8.aarch64                             35/90 
11:59:58 #12 29.17   Verifying        : glibc-gconv-extra-2.28-211.el8.aarch64               36/90 
11:59:58 #12 29.17   Verifying        : groff-base-1.22.3-18.el8.aarch64                     37/90 
11:59:58 #12 29.17   Verifying        : libbabeltrace-1.5.4-4.el8.aarch64                    38/90 
11:59:58 #12 29.17   Verifying        : libpkgconf-1.4.2-1.el8.aarch64                       39/90 
11:59:58 #12 29.17   Verifying        : libtool-ltdl-2.4.6-25.el8.aarch64                    40/90 
11:59:58 #12 29.17   Verifying        : ncurses-6.1-9.20180224.el8.aarch64                   41/90 
11:59:58 #12 29.17   Verifying        : patch-2.7.6-11.el8.aarch64                           42/90 
11:59:58 #12 29.17   Verifying        : perl-Carp-1.42-396.el8.noarch                        43/90 
11:59:58 #12 29.17   Verifying        : perl-Encode-4:2.97-3.el8.aarch64                     44/90 
11:59:58 #12 29.17   Verifying        : perl-Errno-1.28-422.el8.aarch64                      45/90 
11:59:58 #12 29.17   Verifying        : perl-Exporter-5.72-396.el8.noarch                    46/90 
11:59:58 #12 29.17   Verifying        : perl-File-Path-2.15-2.el8.noarch                     47/90 
11:59:58 #12 29.17   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                48/90 
11:59:58 #12 29.17   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 49/90 
11:59:58 #12 29.17   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    50/90 
11:59:58 #12 29.17   Verifying        : perl-IO-1.38-422.el8.aarch64                         51/90 
11:59:58 #12 29.17   Verifying        : perl-MIME-Base64-3.15-396.el8.aarch64                52/90 
11:59:58 #12 29.17   Verifying        : perl-PathTools-3.74-1.el8.aarch64                    53/90 
11:59:58 #12 29.17   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               54/90 
11:59:58 #12 29.17   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 55/90 
11:59:58 #12 29.17   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                56/90 
11:59:58 #12 29.17   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 57/90 
11:59:58 #12 29.17   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.aarch64          58/90 
11:59:58 #12 29.17   Verifying        : perl-Socket-4:2.027-3.el8.aarch64                    59/90 
11:59:58 #12 29.17   Verifying        : perl-Storable-1:3.11-3.el8.aarch64                   60/90 
11:59:58 #12 29.17   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              61/90 
11:59:58 #12 29.17   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    62/90 
11:59:58 #12 29.17   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             63/90 
11:59:58 #12 29.17   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         64/90 
11:59:58 #12 29.17   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 65/90 
11:59:58 #12 29.17   Verifying        : perl-Unicode-Normalize-1.25-396.el8.aarch64          66/90 
11:59:58 #12 29.17   Verifying        : perl-constant-1.33-396.el8.noarch                    67/90 
11:59:58 #12 29.17   Verifying        : perl-interpreter-4:5.26.3-422.el8.aarch64            68/90 
11:59:58 #12 29.17   Verifying        : perl-libs-4:5.26.3-422.el8.aarch64                   69/90 
11:59:58 #12 29.17   Verifying        : perl-macros-4:5.26.3-422.el8.aarch64                 70/90 
11:59:58 #12 29.17   Verifying        : perl-parent-1:0.237-1.el8.noarch                     71/90 
11:59:58 #12 29.17   Verifying        : perl-podlators-4.11-1.el8.noarch                     72/90 
11:59:58 #12 29.17   Verifying        : perl-threads-1:2.21-2.el8.aarch64                    73/90 
11:59:58 #12 29.17   Verifying        : perl-threads-shared-1.58-2.el8.aarch64               74/90 
11:59:58 #12 29.17   Verifying        : pkgconf-1.4.2-1.el8.aarch64                          75/90 
11:59:58 #12 29.17   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        76/90 
11:59:58 #12 29.17   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.aarch64               77/90 
11:59:58 #12 29.17   Verifying        : unzip-6.0-46.el8.aarch64                             78/90 
11:59:58 #12 29.17   Verifying        : xz-5.2.4-4.el8.aarch64                               79/90 
11:59:58 #12 29.17   Verifying        : zip-3.0-23.el8.aarch64                               80/90 
11:59:58 #12 29.17   Verifying        : python3-dnf-plugins-core-4.0.21-18.el8.noarch        81/90 
11:59:58 #12 29.17   Verifying        : python3-dnf-plugins-core-4.0.21-14.el8.noarch        82/90 
11:59:58 #12 29.17   Verifying        : python3-rpm-4.14.3-26.el8.aarch64                    83/90 
11:59:58 #12 29.17   Verifying        : python3-rpm-4.14.3-23.el8.aarch64                    84/90 
11:59:58 #12 29.17   Verifying        : rpm-4.14.3-26.el8.aarch64                            85/90 
11:59:58 #12 29.17   Verifying        : rpm-4.14.3-23.el8.aarch64                            86/90 
11:59:58 #12 29.17   Verifying        : rpm-build-libs-4.14.3-26.el8.aarch64                 87/90 
11:59:58 #12 29.17   Verifying        : rpm-build-libs-4.14.3-23.el8.aarch64                 88/90 
11:59:58 #12 29.17   Verifying        : rpm-libs-4.14.3-26.el8.aarch64                       89/90 
11:59:58 #10 41.56 Setting up libltdl-dev:arm64 (2.4.6-2) ...
11:59:58 #10 41.58 Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:58 #10 41.59 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ...
11:59:58 #10 41.60 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
11:59:58 #10 41.62 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.8) ...
11:59:58 #10 41.63 Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:58 #10 41.64 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ...
11:59:58 #10 41.66 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
11:59:58 #10 41.67 Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:58 #10 41.69 Setting up file (1:5.32-2ubuntu0.4) ...
11:59:58 #10 41.70 Setting up fakeroot (1.22-2ubuntu1) ...
11:59:58 #10 41.71 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:59:58 #10 41.71 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:58 #10 41.71 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:58 #10 41.71 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:58 #10 41.71 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:58 #10 41.71 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:58 #10 41.71 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:58 #10 41.71 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:58 #10 41.71 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:59:58 #10 41.72 Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:58 #10 41.73 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
11:59:58 #10 41.74 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
11:59:58 #10 41.76 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
11:59:58 #10 41.77 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.6) ...
11:59:58 #10 41.78 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.8) ...
11:59:58 #10 41.79 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
11:59:58 #10 41.80 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
11:59:58 #10 41.81 Setting up man-db (2.8.3-2ubuntu0.1) ...
11:59:58 #10 27.72 Selecting previously unselected package g++.
11:59:58 #10 27.72 Preparing to unpack .../051-g++_4%3a8.3.0-1_armhf.deb ...
11:59:58 #10 27.73 Unpacking g++ (4:8.3.0-1) ...
11:59:58 #11 40.81 Setting up perl (5.34.0-3ubuntu1.1) ...
11:59:58 #11 40.82 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
11:59:58 #11 40.84 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:59:58 #11 40.85 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
11:59:58 #11 40.86 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
11:59:58 #11 38.22 Preparing to unpack .../312-libindirect-perl_0.39-2_arm64.deb ...
11:59:58 #11 38.23 Unpacking libindirect-perl (0.39-2) ...
11:59:58 #11 38.26 Selecting previously unselected package libio-interactive-perl.
11:59:58 #11 38.26 Preparing to unpack .../313-libio-interactive-perl_1.023-1_all.deb ...
11:59:58 #11 38.26 Unpacking libio-interactive-perl (1.023-1) ...
11:59:58 #11 38.30 Selecting previously unselected package libtypes-serialiser-perl.
11:59:58 #11 38.30 Preparing to unpack .../314-libtypes-serialiser-perl_1.01-1_all.deb ...
11:59:58 #11 38.31 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:59:58 #11 38.34 Selecting previously unselected package libjson-xs-perl.
11:59:58 #11 38.35 Preparing to unpack .../315-libjson-xs-perl_4.030-1build3_arm64.deb ...
11:59:58 #11 38.35 Unpacking libjson-xs-perl (4.030-1build3) ...
11:59:58 #11 38.38 Selecting previously unselected package libjson-maybexs-perl.
11:59:58 #11 38.39 Preparing to unpack .../316-libjson-maybexs-perl_1.004003-1_all.deb ...
11:59:58 #11 38.39 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:59:58 #11 38.42 Selecting previously unselected package libldap-common.
11:59:58 #11 38.43 Preparing to unpack .../317-libldap-common_2.5.13+dfsg-1ubuntu1_all.deb ...
11:59:58 #11 38.43 Unpacking libldap-common (2.5.13+dfsg-1ubuntu1) ...
11:59:58 #11 38.46 Selecting previously unselected package liblist-compare-perl.
11:59:58 #10 40.53 Preparing to unpack .../187-libjpeg62-turbo_1%3a2.1.2-1+b1_amd64.deb ...
11:59:58 #10 40.53 Unpacking libjpeg62-turbo:amd64 (1:2.1.2-1+b1) ...
11:59:58 #10 40.58 Selecting previously unselected package libyuv0:amd64.
11:59:58 #10 40.59 Preparing to unpack .../188-libyuv0_0.0~git20230104.6e4b0ac-1_amd64.deb ...
11:59:58 #10 40.59 Unpacking libyuv0:amd64 (0.0~git20230104.6e4b0ac-1) ...
11:59:58 #10 40.66 Selecting previously unselected package libavif15:amd64.
11:59:58 #10 40.66 Preparing to unpack .../189-libavif15_0.11.1-1_amd64.deb ...
11:59:58 #10 40.67 Unpacking libavif15:amd64 (0.11.1-1) ...
11:59:58 #10 40.71 Selecting previously unselected package libmodule-implementation-perl.
11:59:58 #10 40.71 Preparing to unpack .../190-libmodule-implementation-perl_0.09-2_all.deb ...
11:59:58 #10 40.71 Unpacking libmodule-implementation-perl (0.09-2) ...
11:59:58 #10 40.74 Selecting previously unselected package libsub-exporter-progressive-perl.
11:59:58 #10 40.74 Preparing to unpack .../191-libsub-exporter-progressive-perl_0.001013-3_all.deb ...
11:59:58 #10 40.75 Unpacking libsub-exporter-progressive-perl (0.001013-3) ...
11:59:58 #10 40.78 Selecting previously unselected package libvariable-magic-perl.
11:59:58 #10 40.10 Setting up debian-keyring (2021.07.26) ...
11:59:58 #10 40.11 Setting up libgdbm6:arm64 (1.19-2) ...
11:59:58 #10 40.12 Setting up libtsan0:arm64 (10.2.1-6) ...
11:59:58 #10 40.13 Setting up libctf0:arm64 (2.35.2-2) ...
11:59:58 #10 40.14 Setting up pinentry-curses (1.1.0-4) ...
11:59:58 #10 40.16 Setting up manpages-dev (5.10-1) ...
11:59:58 #10 40.18 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
11:59:58 #10 40.19 Setting up libxcb1:arm64 (1.14-3) ...
11:59:58 #10 40.21 Setting up gettext (0.21-4) ...
11:59:58 #10 40.22 Setting up xdelta (1.1.3-9.3) ...
11:59:58 #10 40.23 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
11:59:58 #10 40.25 Setting up libgcc-10-dev:arm64 (10.2.1-6) ...
11:59:58 #10 40.26 Setting up libedit2:arm64 (3.1-20191231-2+b1) ...
11:59:58 #10 40.27 Setting up libreadline8:arm64 (8.1-1) ...
11:59:58 #10 40.28 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
11:59:58 #10 40.29 Setting up m4 (1.4.18-5) ...
11:59:58 #10 44.79 Selecting previously unselected package libpython2.7:amd64.
11:59:58 #10 44.79 Preparing to unpack .../261-libpython2.7_2.7.16-2+deb10u1_amd64.deb ...
11:59:58 #10 44.80 Unpacking libpython2.7:amd64 (2.7.16-2+deb10u1) ...
11:59:58 #12 29.11 Transaction test succeeded.
11:59:58 #11 32.46 Preparing to unpack .../220-libdata-optlist-perl_0.112-1_all.deb ...
11:59:58 #11 32.46 Unpacking libdata-optlist-perl (0.112-1) ...
11:59:58 #11 32.49 Selecting previously unselected package libsub-exporter-perl.
11:59:58 #11 32.49 Preparing to unpack .../221-libsub-exporter-perl_0.988-1_all.deb ...
11:59:58 #11 32.50 Unpacking libsub-exporter-perl (0.988-1) ...
11:59:58 #11 32.54 Selecting previously unselected package libconst-fast-perl.
11:59:58 #11 32.55 Preparing to unpack .../222-libconst-fast-perl_0.014-1.1_all.deb ...
11:59:58 #11 32.55 Unpacking libconst-fast-perl (0.014-1.1) ...
11:59:58 #11 32.59 Selecting previously unselected package libwant-perl.
11:59:58 #11 32.59 Preparing to unpack .../223-libwant-perl_0.29-1build7_arm64.deb ...
11:59:58 #11 32.59 Unpacking libwant-perl (0.29-1build7) ...
11:59:58 #11 32.63 Selecting previously unselected package libcontextual-return-perl.
11:59:58 #11 32.63 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
11:59:58 #11 32.63 Unpacking libcontextual-return-perl (0.004014-2) ...
11:59:58 #11 32.67 Selecting previously unselected package libcpanel-json-xs-perl:arm64.
11:59:58 #11 32.67 Preparing to unpack .../225-libcpanel-json-xs-perl_4.27-1build1_arm64.deb ...
11:59:58 #11 32.67 Unpacking libcpanel-json-xs-perl:arm64 (4.27-1build1) ...
11:59:58 #11 32.71 Selecting previously unselected package libdevel-stacktrace-perl.
11:59:58 #10 20.22 Preparing to unpack .../029-binutils-common_2.40-2_armhf.deb ...
11:59:58 #10 20.23 Unpacking binutils-common:armhf (2.40-2) ...
11:59:58 #10 41.78 Setting up libksba8:arm64 (1.3.5-2+deb10u2) ...
11:59:58 #10 41.80 Setting up libpipeline1:arm64 (1.5.1-2) ...
11:59:58 #10 41.82 Setting up wdiff (1.2.2-2+b1) ...
11:59:58 #10 41.84 Setting up lsb-base (10.2019051400) ...
11:59:58 #10 41.86 Setting up mysql-common (5.8+1.0.5) ...
11:59:58 #10 41.89 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
11:59:58 #10 41.90 Setting up libxau6:arm64 (1:1.0.8-1+b2) ...
11:59:58 #10 41.92 Setting up libkeyutils1:arm64 (1.6-6) ...
11:59:58 #10 41.93 Setting up libpsl5:arm64 (0.20.2-2) ...
11:59:58 #10 41.95 Setting up libgpm2:arm64 (1.20.7-5) ...
11:59:58 #10 41.96 Setting up mime-support (3.62) ...
11:59:58 #10 42.00 Setting up xdg-user-dirs (0.17-2) ...
11:59:58 #10 14.68 Get:73 http://archive.raspbian.org/raspbian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
11:59:58 #10 14.68 Get:74 http://archive.raspbian.org/raspbian bullseye/main armhf dwz armhf 0.13+20210201-1 [164 kB]
11:59:58 #10 14.68 Get:75 http://archive.raspbian.org/raspbian bullseye/main armhf libicu67 armhf 67.1-7 [8291 kB]
11:59:58 #11 39.77 Setting up krb5-locales (1.17-6ubuntu4.2) ...
11:59:58 #11 39.78 Setting up file (1:5.38-4) ...
11:59:58 #11 39.79 Setting up libassuan0:arm64 (2.5.3-7ubuntu2) ...
11:59:58 #11 39.80 Setting up libgomp1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:58 #11 39.82 Setting up libcbor0.6:arm64 (0.6.0-0ubuntu1) ...
11:59:58 #11 39.83 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:59:58 #11 39.85 Setting up libfakeroot:arm64 (1.24-1) ...
11:59:58 #11 39.87 Setting up libkrb5support0:arm64 (1.17-6ubuntu4.2) ...
11:59:58 #11 39.88 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:59:58 #11 39.90 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
11:59:58 #11 40.00 
11:59:58 #11 40.00 Current default time zone: 'Etc/UTC'
11:59:58 #10 32.10 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
11:59:58 #10 32.14 Selecting previously unselected package libstdc++-7-dev:armhf.
11:59:58 #10 32.14 Preparing to unpack .../077-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:59:58 #10 32.14 Unpacking libstdc++-7-dev:armhf (7.5.0-3ubuntu1~18.04) ...
11:59:58 #11 41.99 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:59:58 #11 42.00 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:59:58 #11 42.04 Selecting previously unselected package libxml-libxml-perl.
11:59:58 #11 42.04 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ...
11:59:58 #11 42.04 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
11:59:58 #11 42.11 Selecting previously unselected package libxml-parser-perl.
11:59:58 #11 42.11 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ...
11:59:58 #11 42.11 Unpacking libxml-parser-perl (2.46-1) ...
11:59:58 #11 42.17 Selecting previously unselected package libxml-sax-expat-perl.
11:59:58 #11 42.17 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ...
11:59:58 #11 42.17 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:59:58 #11 42.20 Selecting previously unselected package libxml-writer-perl.
11:59:58 #11 42.20 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ...
11:59:58 #11 42.20 Unpacking libxml-writer-perl (0.625-1) ...
11:59:58 #11 42.23 Selecting previously unselected package libyaml-libyaml-perl.
11:59:58 #11 42.23 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ...
11:59:58 #11 42.24 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
11:59:58 #11 42.26 Selecting previously unselected package licensecheck.
11:59:58 #11 42.27 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ...
11:59:58 #11 42.27 Unpacking licensecheck (3.0.45-1) ...
11:59:58 #11 42.30 Selecting previously unselected package libdevel-size-perl.
11:59:58 #11 42.30 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ...
11:59:58 #11 42.30 Unpacking libdevel-size-perl (0.83-1build1) ...
11:59:58 #11 42.33 Selecting previously unselected package t1utils.
11:59:58 #11 42.33 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ...
11:59:58 #10 42.26 Setting up libabsl20220623:arm64 (20220623.1-1) ...
11:59:58 #10 42.27 Setting up libxau6:arm64 (1:1.0.9-1) ...
11:59:58 #10 42.28 Setting up libre2-9:arm64 (20220601+dfsg-1+b1) ...
11:59:58 #10 42.29 Setting up libkeyutils1:arm64 (1.6.3-2) ...
11:59:58 #10 42.31 Setting up libpsl5:arm64 (0.21.0-1.2) ...
11:59:58 #10 42.32 Setting up libgpm2:arm64 (1.20.7-10+b1) ...
11:59:58 #10 42.33 Setting up libicu72:arm64 (72.1-3) ...
11:59:58 #10 42.34 Setting up liblerc4:arm64 (4.0.0+ds-2) ...
11:59:58 #10 42.36 Setting up bsdextrautils (2.38.1-4) ...
11:59:58 #10 42.37 Setting up libfcgi0ldbl:arm64 (2.4.2-2) ...
11:59:58 #10 42.38 Setting up libtext-glob-perl (0.11-3) ...
11:59:58 #10 42.39 Setting up xdg-user-dirs (0.18-1) ...
11:59:58 #10 42.47 Setting up libmagic-mgc (1:5.44-3) ...
11:59:58 #10 42.42 Setting up libmpc3:amd64 (1.1.0-1) ...
11:59:58 #10 42.43 Setting up libc-dev-bin (2.27-3ubuntu1.6) ...
11:59:58 #10 42.44 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
11:59:58 #10 42.44 Setting up libgdbm-compat4:amd64 (1.14.1-6) ...
11:59:58 #10 42.45 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
11:59:58 #10 42.46 Setting up bsdmainutils (11.1.2ubuntu1) ...
11:59:58 #10 42.48 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:59:58 #10 42.48 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
11:59:58 #10 42.48 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:59:58 #10 42.48 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
11:59:58 #10 42.49 Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:59:58 #10 42.52 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
11:59:58 #10 40.35 Preparing to unpack .../181-libdeflate0_1.7-1_amd64.deb ...
11:59:58 #10 40.35 Unpacking libdeflate0:amd64 (1.7-1) ...
11:59:58 #10 40.39 Selecting previously unselected package libjbig0:amd64.
11:59:58 #10 40.39 Preparing to unpack .../182-libjbig0_2.1-3.1+b2_amd64.deb ...
11:59:58 #10 40.40 Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
11:59:58 #10 40.44 Selecting previously unselected package libwebp6:amd64.
11:59:58 #10 40.45 Preparing to unpack .../183-libwebp6_0.6.1-2.1_amd64.deb ...
11:59:58 #10 40.45 Unpacking libwebp6:amd64 (0.6.1-2.1) ...
11:59:58 #10 40.51 Selecting previously unselected package libtiff5:amd64.
11:59:58 #10 40.52 Preparing to unpack .../184-libtiff5_4.2.0-1+deb11u3_amd64.deb ...
11:59:58 #10 40.52 Unpacking libtiff5:amd64 (4.2.0-1+deb11u3) ...
11:59:58 #11 21.19 Get:405 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-certifi all 2022.6.15-2 [156 kB]
11:59:58 #11 25.08 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
11:59:58 #11 25.12 Selecting previously unselected package gettext-base.
11:59:58 #11 25.12 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_armhf.deb ...
11:59:58 #11 25.13 Unpacking gettext-base (0.19.8.1-10build1) ...
11:59:58 #11 25.18 Selecting previously unselected package iso-codes.
11:59:58 #11 25.18 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
11:59:58 #11 25.18 Unpacking iso-codes (4.4-1) ...
11:59:58 #11 23.71 Unpacking less (590-1build1) ...
11:59:58 #11 23.75 Selecting previously unselected package libmd0:armhf.
11:59:58 #11 23.75 Preparing to unpack .../011-libmd0_1.0.4-1build1_armhf.deb ...
11:59:58 #11 23.76 Unpacking libmd0:armhf (1.0.4-1build1) ...
11:59:58 #11 23.80 Selecting previously unselected package libbsd0:armhf.
11:59:58 #11 23.80 Preparing to unpack .../012-libbsd0_0.11.5-1_armhf.deb ...
11:59:58 #11 23.80 Unpacking libbsd0:armhf (0.11.5-1) ...
11:59:58 #11 23.85 Selecting previously unselected package libelf1:armhf.
11:59:58 #11 23.85 Preparing to unpack .../013-libelf1_0.186-1build1_armhf.deb ...
11:59:58 #11 23.85 Unpacking libelf1:armhf (0.186-1build1) ...
11:59:58 #11 23.88 Selecting previously unselected package libicu70:armhf.
11:59:58 #11 23.88 Preparing to unpack .../014-libicu70_70.1-2_armhf.deb ...
11:59:58 #11 23.89 Unpacking libicu70:armhf (70.1-2) ...
11:59:58 #12 29.17   Verifying        : rpm-libs-4.14.3-23.el8.aarch64                       90/90 
11:59:58 #12 29.38 
11:59:58 #12 29.38 Upgraded:
11:59:58 #12 29.38   python3-dnf-plugins-core-4.0.21-18.el8.noarch                                 
11:59:58 #12 29.38   python3-rpm-4.14.3-26.el8.aarch64                                             
11:59:58 #12 29.38   rpm-4.14.3-26.el8.aarch64                                                     
11:59:58 #12 29.38   rpm-build-libs-4.14.3-26.el8.aarch64                                          
11:59:58 #12 29.38   rpm-libs-4.14.3-26.el8.aarch64                                                
11:59:58 #12 29.38 Downgraded:
11:59:58 #12 29.38   xz-libs-5.2.4-4.el8.aarch64                                                   
11:59:58 #12 29.38 Installed:
11:59:58 #12 29.38   binutils-2.30-119.el8.aarch64                                                 
11:59:58 #12 29.38   bzip2-1.0.6-26.el8.aarch64                                                    
11:59:58 #12 29.38   cpio-2.12-11.el8.aarch64                                                      
11:59:58 #12 29.38   desktop-file-utils-0.26-1.el8.aarch64                                         
11:59:58 #12 29.38   diffutils-3.6-6.el8.aarch64                                                   
11:59:58 #12 29.38   dnf-plugins-core-4.0.21-18.el8.noarch                                         
11:59:58 #12 29.38   dwz-0.12-10.el8.aarch64                                                       
11:59:58 #12 29.38   efi-srpm-macros-3-3.el8.noarch                                                
11:59:58 #12 29.38   elfutils-0.187-4.el8.aarch64                                                  
11:59:58 #12 29.38   elfutils-debuginfod-client-0.187-4.el8.aarch64                                
11:59:58 #12 29.38   emacs-filesystem-1:26.1-9.el8.noarch                                          
11:59:58 #12 29.38   file-5.33-21.el8.aarch64                                                      
11:59:58 #12 29.38   gc-7.6.4-3.el8.aarch64                                                        
11:59:58 #12 29.38   gdb-headless-8.2-19.el8.aarch64                                               
11:59:58 #12 29.38   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
11:59:58 #12 29.38   glibc-gconv-extra-2.28-211.el8.aarch64                                        
11:59:58 #12 29.38   go-srpm-macros-2-17.el8.noarch                                                
11:59:58 #12 29.38   groff-base-1.22.3-18.el8.aarch64                                              
11:59:58 #12 29.38   guile-5:2.0.14-7.el8.aarch64                                                  
11:59:58 #12 29.38   libatomic_ops-7.6.2-3.el8.aarch64                                             
11:59:58 #12 29.38   libbabeltrace-1.5.4-4.el8.aarch64                                             
11:59:58 #12 29.38   libpkgconf-1.4.2-1.el8.aarch64                                                
11:59:58 #12 29.38   libtool-ltdl-2.4.6-25.el8.aarch64                                             
11:59:58 #12 29.38   ncurses-6.1-9.20180224.el8.aarch64                                            
11:59:58 #12 29.38   ocaml-srpm-macros-5-4.el8.noarch                                              
11:59:58 #12 29.38   openblas-srpm-macros-2-2.el8.noarch                                           
11:59:58 #12 29.38   patch-2.7.6-11.el8.aarch64                                                    
11:59:58 #12 29.38   perl-Carp-1.42-396.el8.noarch                                                 
11:59:58 #12 29.38   perl-Encode-4:2.97-3.el8.aarch64                                              
11:59:58 #12 29.38   perl-Errno-1.28-422.el8.aarch64                                               
11:59:58 #12 29.38   perl-Exporter-5.72-396.el8.noarch                                             
11:59:58 #12 29.38   perl-File-Path-2.15-2.el8.noarch                                              
11:59:58 #12 29.38   perl-File-Temp-0.230.600-1.el8.noarch                                         
11:59:58 #12 29.38   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
11:59:58 #12 29.38   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
11:59:58 #12 29.38   perl-IO-1.38-422.el8.aarch64                                                  
11:59:58 #12 29.38   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
11:59:58 #12 29.38   perl-MIME-Base64-3.15-396.el8.aarch64                                         
11:59:58 #12 29.38   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
11:59:58 #12 29.38   perl-PathTools-3.74-1.el8.aarch64                                             
11:59:58 #12 29.38   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
11:59:58 #12 29.38   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
11:59:58 #12 29.38   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
11:59:58 #12 29.38   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
11:59:58 #12 29.38   perl-Scalar-List-Utils-3:1.49-2.el8.aarch64                                   
11:59:58 #12 29.38   perl-Socket-4:2.027-3.el8.aarch64                                             
11:59:58 #12 29.38   perl-Storable-1:3.11-3.el8.aarch64                                            
11:59:58 #12 29.38   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
11:59:58 #12 29.38   perl-Term-Cap-1.17-395.el8.noarch                                             
11:59:58 #12 29.38   perl-Text-ParseWords-3.30-395.el8.noarch                                      
11:59:58 #12 29.38   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
11:59:58 #12 29.38   perl-Time-Local-1:1.280-1.el8.noarch                                          
11:59:58 #12 29.38   perl-Unicode-Normalize-1.25-396.el8.aarch64                                   
11:59:58 #12 29.38   perl-constant-1.33-396.el8.noarch                                             
11:59:58 #12 29.38   perl-interpreter-4:5.26.3-422.el8.aarch64                                     
11:59:58 #12 29.38   perl-libs-4:5.26.3-422.el8.aarch64                                            
11:59:58 #12 29.38   perl-macros-4:5.26.3-422.el8.aarch64                                          
11:59:58 #12 29.38   perl-parent-1:0.237-1.el8.noarch                                              
11:59:58 #12 29.38   perl-podlators-4.11-1.el8.noarch                                              
11:59:58 #12 29.38   perl-srpm-macros-1-25.el8.noarch                                              
11:59:58 #12 29.38   perl-threads-1:2.21-2.el8.aarch64                                             
11:59:58 #12 29.38   perl-threads-shared-1.58-2.el8.aarch64                                        
11:59:58 #12 29.38   pkgconf-1.4.2-1.el8.aarch64                                                   
11:59:58 #12 29.38   pkgconf-m4-1.4.2-1.el8.noarch                                                 
11:59:58 #12 29.38   pkgconf-pkg-config-1.4.2-1.el8.aarch64                                        
11:59:58 #12 29.38   python-rpm-macros-3-44.el8.noarch                                             
11:59:58 #12 29.38   python-srpm-macros-3-44.el8.noarch                                            
11:59:58 #12 29.38   python3-rpm-macros-3-44.el8.noarch                                            
11:59:58 #12 29.38   python3-systemd-234-8.el8.aarch64                                             
11:59:58 #12 29.38   qt5-srpm-macros-5.15.3-1.el8.noarch                                           
11:59:58 #12 29.38   redhat-rpm-config-130-1.el8.noarch                                            
11:59:58 #12 29.38   rpm-build-4.14.3-26.el8.aarch64                                               
11:59:58 #12 29.38   rpmlint-1.10-14.el8.noarch                                                    
11:59:58 #12 29.38   rust-srpm-macros-5-2.el8.noarch                                               
11:59:58 #12 29.38   unzip-6.0-46.el8.aarch64                                                      
11:59:58 #12 29.38   xz-5.2.4-4.el8.aarch64                                                        
11:59:58 #12 29.38   zip-3.0-23.el8.aarch64                                                        
11:59:58 #12 29.38   zstd-1.4.4-1.el8.aarch64                                                      
11:59:58 #12 29.38 
11:59:58 #12 29.38 Complete!
11:59:58 #10 41.91 Building database of manual pages ...
11:59:58 #10 27.76 Selecting previously unselected package make.
11:59:58 #10 27.76 Preparing to unpack .../052-make_4.2.1-1.2_armhf.deb ...
11:59:58 #10 27.76 Unpacking make (4.2.1-1.2) ...
11:59:58 #10 27.87 Selecting previously unselected package libdpkg-perl.
11:59:58 #10 27.87 Preparing to unpack .../053-libdpkg-perl_1.19.8_all.deb ...
11:59:58 #10 13.73 Get:56 http://archive.raspbian.org/raspbian bookworm/main armhf cpp armhf 4:12.2.0-1+rpi1 [20.2 kB]
11:59:58 #10 13.73 Get:57 http://archive.raspbian.org/raspbian bookworm/main armhf curl armhf 7.87.0-2 [294 kB]
11:59:58 #10 13.73 Get:58 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl4 armhf 7.87.0-2 [332 kB]
11:59:58 #10 13.75 Get:59 http://archive.raspbian.org/raspbian bookworm/main armhf libdebhelper-perl all 13.11.4 [81.2 kB]
11:59:58 #10 13.77 Get:60 http://archive.raspbian.org/raspbian bookworm/main armhf libcc1-0 armhf 12.2.0-14+rpi1 [32.2 kB]
11:59:58 #10 13.77 Get:61 http://archive.raspbian.org/raspbian bookworm/main armhf libgomp1 armhf 12.2.0-14+rpi1 [95.4 kB]
11:59:58 #10 13.77 Get:62 http://archive.raspbian.org/raspbian bookworm/main armhf libasan8 armhf 12.2.0-14+rpi1 [2088 kB]
11:59:58 #10 13.88 Get:63 http://archive.raspbian.org/raspbian bookworm/main armhf libubsan1 armhf 12.2.0-14+rpi1 [861 kB]
11:59:58 #11 38.46 Preparing to unpack .../318-liblist-compare-perl_0.55-1_all.deb ...
11:59:58 #11 38.46 Unpacking liblist-compare-perl (0.55-1) ...
11:59:58 #11 38.50 Selecting previously unselected package liblist-someutils-perl.
11:59:58 #11 38.50 Preparing to unpack .../319-liblist-someutils-perl_0.58-1_all.deb ...
11:59:58 #11 38.51 Unpacking liblist-someutils-perl (0.58-1) ...
11:59:58 #11 38.54 Selecting previously unselected package liblist-someutils-xs-perl.
11:59:58 #11 38.54 Preparing to unpack .../320-liblist-someutils-xs-perl_0.58-2build3_arm64.deb ...
11:59:58 #11 38.55 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
11:59:58 #11 38.58 Selecting previously unselected package liblist-utilsby-perl.
11:59:58 #11 38.58 Preparing to unpack .../321-liblist-utilsby-perl_0.12-1_all.deb ...
11:59:58 #11 38.59 Unpacking liblist-utilsby-perl (0.12-1) ...
11:59:58 #11 38.62 Selecting previously unselected package libltdl7:arm64.
11:59:58 #11 38.63 Preparing to unpack .../322-libltdl7_2.4.7-4_arm64.deb ...
11:59:58 #11 38.63 Unpacking libltdl7:arm64 (2.4.7-4) ...
11:59:58 #11 38.66 Selecting previously unselected package libltdl-dev:arm64.
11:59:58 #11 38.66 Preparing to unpack .../323-libltdl-dev_2.4.7-4_arm64.deb ...
11:59:58 #11 38.67 Unpacking libltdl-dev:arm64 (2.4.7-4) ...
11:59:58 #11 38.71 Selecting previously unselected package liblzo2-2:arm64.
11:59:58 #11 38.72 Preparing to unpack .../324-liblzo2-2_2.10-2build3_arm64.deb ...
11:59:58 #11 38.72 Unpacking liblzo2-2:arm64 (2.10-2build3) ...
11:59:58 #11 38.76 Selecting previously unselected package libsys-hostname-long-perl.
11:59:58 #11 38.76 Preparing to unpack .../325-libsys-hostname-long-perl_1.5-2_all.deb ...
11:59:58 #11 38.77 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:59:58 #11 38.80 Selecting previously unselected package libmail-sendmail-perl.
11:59:58 #11 38.80 Preparing to unpack .../326-libmail-sendmail-perl_0.80-2_all.deb ...
11:59:58 #11 38.81 Unpacking libmail-sendmail-perl (0.80-2) ...
11:59:58 #11 38.84 Selecting previously unselected package libnet-smtp-ssl-perl.
11:59:58 #10 40.78 Preparing to unpack .../192-libvariable-magic-perl_0.63-1+b1_amd64.deb ...
11:59:58 #10 40.78 Unpacking libvariable-magic-perl (0.63-1+b1) ...
11:59:58 #10 40.82 Selecting previously unselected package libb-hooks-endofscope-perl.
11:59:58 #10 40.82 Preparing to unpack .../193-libb-hooks-endofscope-perl_0.26-1_all.deb ...
11:59:58 #10 40.82 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
11:59:58 #10 40.86 Selecting previously unselected package libberkeleydb-perl:amd64.
11:59:58 #10 40.86 Preparing to unpack .../194-libberkeleydb-perl_0.64-2+b1_amd64.deb ...
11:59:58 #10 40.87 Unpacking libberkeleydb-perl:amd64 (0.64-2+b1) ...
11:59:58 #10 40.91 Selecting previously unselected package libpng16-16:amd64.
11:59:58 #10 40.91 Preparing to unpack .../195-libpng16-16_1.6.39-2_amd64.deb ...
11:59:58 #10 40.91 Unpacking libpng16-16:amd64 (1.6.39-2) ...
11:59:58 #10 40.98 Selecting previously unselected package libfreetype6:amd64.
11:59:58 #10 40.98 Preparing to unpack .../196-libfreetype6_2.12.1+dfsg-4_amd64.deb ...
11:59:58 #10 40.99 Unpacking libfreetype6:amd64 (2.12.1+dfsg-4) ...
11:59:58 #10 41.06 Selecting previously unselected package libfontconfig1:amd64.
11:59:58 #11 41.11 Setting up libdata-dump-perl (1.25-1) ...
11:59:58 #11 41.12 Setting up python3-certifi (2020.6.20-1) ...
11:59:58 #11 41.28 Setting up libfile-find-rule-perl (0.34-1) ...
11:59:58 #11 41.29 Setting up libref-util-perl (0.204-1) ...
11:59:58 #11 41.30 Setting up libipc-system-simple-perl (1.30-1) ...
11:59:58 #11 41.32 Setting up libnet-domain-tld-perl (1.75-1.1) ...
11:59:58 #11 41.33 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
11:59:58 #11 41.34 Setting up libsocket6-perl (0.29-1build4) ...
11:59:58 #11 41.35 Setting up libio-prompt-tiny-perl (0.003-1) ...
11:59:58 #11 41.36 Setting up libhash-fieldhash-perl (0.15-1build5) ...
11:59:58 #11 41.37 Setting up libgd3:amd64 (2.3.0-2ubuntu2) ...
11:59:58 #11 41.45 Setting up libvariable-magic-perl (0.62-1build5) ...
11:59:58 #10 40.31 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
11:59:58 #10 40.32 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u5) ...
11:59:58 #10 40.33 Setting up binutils (2.35.2-2) ...
11:59:58 #10 40.35 Setting up ca-certificates (20210119) ...
11:59:58 #21 17.37 Selecting previously unselected package gcc-mingw-w64-x86-64.
11:59:58 #21 17.37 Preparing to unpack .../8-gcc-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
11:59:58 #21 17.37 Unpacking gcc-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:59:58 #21 17.42 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:59:58 #21 17.43 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:59:58 #21 17.43 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:59:58 #21 17.44 Setting up mingw-w64-common (8.0.0-1) ...
11:59:58 #21 17.45 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
11:59:58 #21 17.46 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:59:58 #21 17.47 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:59:58 #21 17.48 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:59:58 #21 17.49 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:59:58 #21 17.50 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:59:58 #21 17.50 Setting up gcc-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:59:58 #10 44.96 Selecting previously unselected package libmailutils5:amd64.
11:59:58 #10 44.96 Preparing to unpack .../262-libmailutils5_1%3a3.5-4_amd64.deb ...
11:59:58 #10 44.97 Unpacking libmailutils5:amd64 (1:3.5-4) ...
11:59:58 #10 45.05 Selecting previously unselected package libmime-tools-perl.
11:59:58 #10 45.05 Preparing to unpack .../263-libmime-tools-perl_5.509-1_all.deb ...
11:59:58 #10 45.06 Unpacking libmime-tools-perl (5.509-1) ...
11:59:58 #10 45.12 Selecting previously unselected package libnet-dns-sec-perl.
11:59:58 #10 45.12 Preparing to unpack .../264-libnet-dns-sec-perl_1.11-1_amd64.deb ...
11:59:58 #10 45.12 Unpacking libnet-dns-sec-perl (1.11-1) ...
11:59:58 #10 45.16 Selecting previously unselected package libnet-libidn-perl.
11:59:58 #10 45.16 Preparing to unpack .../265-libnet-libidn-perl_0.12.ds-3+b1_amd64.deb ...
11:59:58 #10 45.17 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
11:59:58 #10 45.22 Selecting previously unselected package libnumber-compare-perl.
11:59:58 #10 45.22 Preparing to unpack .../266-libnumber-compare-perl_0.03-1_all.deb ...
11:59:58 #10 45.23 Unpacking libnumber-compare-perl (0.03-1) ...
11:59:58 #10 45.27 Selecting previously unselected package libnumber-range-perl.
11:59:58 #12 29.11 Running transaction
11:59:58 #10 20.62 Selecting previously unselected package libbinutils:armhf.
11:59:58 #10 20.62 Preparing to unpack .../030-libbinutils_2.40-2_armhf.deb ...
11:59:58 #10 20.63 Unpacking libbinutils:armhf (2.40-2) ...
11:59:58 #10 20.77 Selecting previously unselected package libctf-nobfd0:armhf.
11:59:58 #10 42.03 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
11:59:58 #10 42.05 Setting up psmisc (23.2-1+deb10u1) ...
11:59:58 #10 42.07 Setting up libgc1c2:arm64 (1:7.6.4-0.4) ...
11:59:58 #10 42.08 Setting up libyaml-0-2:arm64 (0.2.1-1) ...
11:59:58 #10 42.10 Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
11:59:58 #10 42.11 No schema files found: doing nothing.
11:59:58 #10 42.12 Setting up distro-info-data (0.41+deb10u6) ...
11:59:58 #10 42.14 Setting up manpages (4.16-2) ...
11:59:58 #10 42.15 Setting up unzip (6.0-23+deb10u3) ...
11:59:58 #10 42.18 Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
11:59:58 #10 42.19 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:59:58 #10 42.22 Setting up binutils-common:arm64 (2.31.1-16) ...
11:59:58 #11 32.71 Preparing to unpack .../226-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:59:58 #11 32.71 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:59:58 #11 32.74 Selecting previously unselected package libexception-class-perl.
11:59:58 #11 32.75 Preparing to unpack .../227-libexception-class-perl_1.45-1_all.deb ...
11:59:58 #11 32.75 Unpacking libexception-class-perl (1.45-1) ...
11:59:58 #11 32.79 Selecting previously unselected package libiterator-perl.
11:59:58 #11 32.79 Preparing to unpack .../228-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:59:58 #11 32.80 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:59:58 #11 32.84 Selecting previously unselected package libiterator-util-perl.
11:59:58 #11 32.84 Preparing to unpack .../229-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
11:59:58 #11 32.84 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
11:59:58 #11 32.88 Selecting previously unselected package libexporter-tiny-perl.
11:59:58 #11 32.88 Preparing to unpack .../230-libexporter-tiny-perl_1.002002-1_all.deb ...
11:59:58 #11 32.88 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:59:58 #11 32.92 Selecting previously unselected package liblist-moreutils-xs-perl.
11:59:58 #11 32.92 Preparing to unpack .../231-liblist-moreutils-xs-perl_0.430-2build2_arm64.deb ...
11:59:58 #11 32.92 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
11:59:58 #11 32.96 Selecting previously unselected package liblist-moreutils-perl.
11:59:58 #11 40.01 Local time is now:      Tue Feb  7 11:59:58 UTC 2023.
11:59:58 #11 40.01 Universal Time is now:  Tue Feb  7 11:59:58 UTC 2023.
11:59:58 #11 40.01 Run 'dpkg-reconfigure tzdata' if you wish to change it.
11:59:58 #11 40.01 
11:59:58 #11 40.03 Setting up fakeroot (1.24-1) ...
11:59:58 #11 40.03 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:59:58 #11 40.03 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:59:58 #11 40.04 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:59:58 #11 40.04 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:59:58 #11 40.04 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:59:58 #11 40.04 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:59:58 #11 40.04 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:59:58 #11 40.04 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:59:58 #11 40.04 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:59:58 #11 40.05 Setting up autotools-dev (20180224.1) ...
11:59:58 #11 40.06 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:59:58 #11 40.07 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
11:59:58 #11 40.08 Setting up make (4.2.1-1.2) ...
11:59:58 #11 40.10 Setting up libmpfr6:arm64 (4.0.2-1) ...
11:59:58 #11 40.11 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:59:58 #11 40.12 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
11:59:58 #11 40.14 Setting up libidn11:arm64 (1.33-2.2ubuntu2) ...
11:59:58 #11 40.15 Setting up strace (5.5-3ubuntu1) ...
11:59:58 #11 40.16 Setting up libsigsegv2:arm64 (2.12-2) ...
11:59:58 #11 40.17 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
11:59:58 #11 40.18 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:59:58 #11 40.18 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:59:58 #11 40.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:59:58 #11 40.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:59:58 #11 40.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
11:59:58 #11 40.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
11:59:58 #11 40.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
11:59:58 #11 40.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
11:59:58 #11 40.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
11:59:58 #11 40.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
11:59:58 #11 40.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
11:59:58 #11 40.20 Setting up t1utils (1.41-3) ...
11:59:58 #11 40.21 Setting up diffstat (1.63-1) ...
11:59:58 #11 40.22 Setting up libmpc3:arm64 (1.1.0-1) ...
11:59:58 #10 42.48 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
11:59:58 #10 42.49 Setting up libglib2.0-0:arm64 (2.74.5-1) ...
11:59:58 #10 42.51 No schema files found: doing nothing.
11:59:58 #10 42.51 Setting up distro-info-data (0.56) ...
11:59:58 #10 42.52 Setting up manpages (6.02-1) ...
11:59:58 #10 42.53 Setting up libtirpc-common (1.3.3+ds-1) ...
11:59:58 #10 42.55 Setting up unzip (6.0-27) ...
11:59:58 #10 42.56 Setting up libcbor0.8:arm64 (0.8.0-2+b1) ...
11:59:58 #10 42.57 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
11:59:58 #10 42.59 Setting up libsqlite3-0:arm64 (3.40.1-1) ...
11:59:58 #10 42.60 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-10) ...
11:59:58 #10 42.61 Setting up libfcgi-bin (2.4.2-2) ...
11:59:58 #10 42.63 Setting up binutils-common:arm64 (2.40-2) ...
11:59:58 #10 42.64 Setting up libnghttp2-14:arm64 (1.51.0-1) ...
11:59:58 #10 42.65 Setting up libmagic1:arm64 (1:5.44-3) ...
11:59:58 #10 42.67 Setting up libdeflate0:arm64 (1.14-1) ...
11:59:58 #10 42.69 Setting up less (590-1.1) ...
11:59:58 #10 42.70 Setting up perl-openssl-defaults:arm64 (7+b1) ...
11:59:58 #10 42.71 Setting up linux-libc-dev:arm64 (6.1.8-1) ...
11:59:58 #10 42.72 Setting up libctf-nobfd0:arm64 (2.40-2) ...
11:59:58 #10 42.74 Setting up gettext-base (0.21-11) ...
11:59:58 #10 42.75 Setting up m4 (1.4.19-2) ...
11:59:58 #10 42.76 Setting up liblzo2-2:arm64 (2.10-2) ...
11:59:58 #10 42.78 Setting up libnpth0:arm64 (1.6-3) ...
11:59:58 #10 42.79 Setting up krb5-locales (1.20.1-1) ...
11:59:58 #11 42.34 Unpacking t1utils (1.41-3) ...
11:59:58 #11 42.38 Selecting previously unselected package lintian.
11:59:58 #11 42.38 Preparing to unpack .../328-lintian_2.62.0ubuntu2.2_all.deb ...
11:59:58 #11 42.38 Unpacking lintian (2.62.0ubuntu2.2) ...
11:59:58 #10 40.62 Selecting previously unselected package libxau6:amd64.
11:59:58 #10 40.62 Preparing to unpack .../185-libxau6_1%3a1.0.9-1_amd64.deb ...
11:59:58 #10 40.63 Unpacking libxau6:amd64 (1:1.0.9-1) ...
11:59:58 #10 40.68 Selecting previously unselected package libxdmcp6:amd64.
11:59:58 #10 40.68 Preparing to unpack .../186-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
11:59:58 #10 40.68 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
11:59:58 #10 40.72 Selecting previously unselected package libxcb1:amd64.
11:59:58 #10 40.73 Preparing to unpack .../187-libxcb1_1.14-3_amd64.deb ...
11:59:58 #10 40.74 Unpacking libxcb1:amd64 (1.14-3) ...
11:59:58 #10 40.79 Selecting previously unselected package libx11-data.
11:59:58 #10 40.80 Preparing to unpack .../188-libx11-data_2%3a1.7.2-1_all.deb ...
11:59:58 #10 40.80 Unpacking libx11-data (2:1.7.2-1) ...
11:59:58 #10 42.16 Setting up pinentry-curses (1.1.0-1) ...
11:59:58 #10 42.18 Setting up libkrb5-3:arm64 (1.16-2ubuntu0.3) ...
11:59:58 #10 42.19 Setting up binutils (2.30-21ubuntu1~18.04.8) ...
11:59:58 #10 42.20 Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:58 #10 42.21 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ...
11:59:58 #10 42.23 Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
11:59:58 #10 42.24 Setting up gpg (2.2.4-1ubuntu1.6) ...
11:59:58 #10 42.25 Setting up libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
11:59:58 #10 42.27 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
11:59:58 #10 42.28 Setting up python3 (3.6.7-1~18.04) ...
11:59:58 #10 27.88 Unpacking libdpkg-perl (1.19.8) ...
11:59:58 #10 28.00 Selecting previously unselected package patch.
11:59:58 #10 28.00 Preparing to unpack .../054-patch_2.7.6-3+deb10u1_armhf.deb ...
11:59:58 #10 28.01 Unpacking patch (2.7.6-3+deb10u1) ...
11:59:58 #10 28.13 Selecting previously unselected package dpkg-dev.
11:59:58 #10 28.13 Preparing to unpack .../055-dpkg-dev_1.19.8_all.deb ...
11:59:58 #10 13.91 Get:64 http://archive.raspbian.org/raspbian bookworm/main armhf libgcc-12-dev armhf 12.2.0-14+rpi1 [727 kB]
11:59:58 #10 13.96 Get:65 http://archive.raspbian.org/raspbian bookworm/main armhf gcc-12 armhf 12.2.0-14+rpi1 [14.2 MB]
11:59:58 #11 38.84 Preparing to unpack .../327-libnet-smtp-ssl-perl_1.04-2_all.deb ...
11:59:58 #11 38.84 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
11:59:58 #11 38.87 Selecting previously unselected package libmailtools-perl.
11:59:58 #11 38.88 Preparing to unpack .../328-libmailtools-perl_2.21-1_all.deb ...
11:59:58 #11 38.88 Unpacking libmailtools-perl (2.21-1) ...
11:59:58 #11 38.92 Selecting previously unselected package libmarkdown2:arm64.
11:59:58 #11 38.92 Preparing to unpack .../329-libmarkdown2_2.2.7-2_arm64.deb ...
11:59:58 #11 38.93 Unpacking libmarkdown2:arm64 (2.2.7-2) ...
11:59:58 #11 38.96 Selecting previously unselected package libmath-base85-perl.
11:59:58 #11 38.96 Preparing to unpack .../330-libmath-base85-perl_0.5+dfsg-1_all.deb ...
11:59:58 #11 38.97 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
11:59:58 #11 39.00 Selecting previously unselected package libmldbm-perl.
11:59:58 #11 39.00 Preparing to unpack .../331-libmldbm-perl_2.05-3_all.deb ...
11:59:58 #11 39.00 Unpacking libmldbm-perl (2.05-3) ...
11:59:58 #11 39.03 Selecting previously unselected package libmoox-aliases-perl.
11:59:58 #11 39.04 Preparing to unpack .../332-libmoox-aliases-perl_0.001006-2_all.deb ...
11:59:58 #11 39.04 Unpacking libmoox-aliases-perl (0.001006-2) ...
11:59:58 #11 39.07 Selecting previously unselected package libmouse-perl.
11:59:58 #10 40.84 Updating certificates in /etc/ssl/certs...
11:59:58 #11 41.46 Setting up python3-idna (3.3-1) ...
11:59:58 #11 41.69 Setting up libio-html-perl (1.004-2) ...
11:59:58 #11 41.70 Setting up libpod-parser-perl (1.63-2) ...
11:59:58 #10 45.27 Preparing to unpack .../267-libnumber-range-perl_0.12-1_all.deb ...
11:59:58 #10 45.28 Unpacking libnumber-range-perl (0.12-1) ...
11:59:58 #10 45.32 Selecting previously unselected package libossp-uuid16:amd64.
11:59:58 #10 45.32 Preparing to unpack .../268-libossp-uuid16_1.6.2-1.5+b7_amd64.deb ...
11:59:58 #10 45.33 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b7) ...
11:59:58 #10 45.37 Selecting previously unselected package libossp-uuid-perl.
11:59:58 #10 45.37 Preparing to unpack .../269-libossp-uuid-perl_1.6.2-1.5+b7_amd64.deb ...
11:59:58 #10 45.38 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
11:59:58 #10 45.42 Selecting previously unselected package libpackage-stash-xs-perl.
11:59:58 #10 45.42 Preparing to unpack .../270-libpackage-stash-xs-perl_0.29-1_amd64.deb ...
11:59:58 #10 45.43 Unpacking libpackage-stash-xs-perl (0.29-1) ...
11:59:58 #10 45.46 Selecting previously unselected package libparse-debianchangelog-perl.
11:59:58 #10 45.46 Preparing to unpack .../271-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
11:59:58 #10 45.47 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
11:59:58 #10 41.06 Preparing to unpack .../197-libfontconfig1_2.14.1-4_amd64.deb ...
11:59:58 #10 41.06 Unpacking libfontconfig1:amd64 (2.14.1-4) ...
11:59:58 #10 41.11 Selecting previously unselected package libde265-0:amd64.
11:59:58 #10 41.11 Preparing to unpack .../198-libde265-0_1.0.9-1.1_amd64.deb ...
11:59:58 #10 41.12 Unpacking libde265-0:amd64 (1.0.9-1.1) ...
11:59:58 #10 41.21 Selecting previously unselected package libnuma1:amd64.
11:59:58 #10 41.21 Preparing to unpack .../199-libnuma1_2.0.16-1_amd64.deb ...
11:59:58 #10 41.22 Unpacking libnuma1:amd64 (2.0.16-1) ...
11:59:58 #10 41.29 Selecting previously unselected package libx265-199:amd64.
11:59:58 #10 41.29 Preparing to unpack .../200-libx265-199_3.5-2+b1_amd64.deb ...
11:59:58 #10 41.30 Unpacking libx265-199:amd64 (3.5-2+b1) ...
11:59:58 #10 20.77 Preparing to unpack .../031-libctf-nobfd0_2.40-2_armhf.deb ...
11:59:58 #10 20.77 Unpacking libctf-nobfd0:armhf (2.40-2) ...
11:59:58 #10 20.83 Selecting previously unselected package libctf0:armhf.
11:59:58 #10 20.83 Preparing to unpack .../032-libctf0_2.40-2_armhf.deb ...
11:59:58 #10 20.84 Unpacking libctf0:armhf (2.40-2) ...
11:59:58 #10 20.89 Selecting previously unselected package libjansson4:armhf.
11:59:58 #10 20.89 Preparing to unpack .../033-libjansson4_2.14-2_armhf.deb ...
11:59:58 #10 20.89 Unpacking libjansson4:armhf (2.14-2) ...
11:59:58 #10 20.93 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:59:58 #10 20.93 Preparing to unpack .../034-binutils-arm-linux-gnueabihf_2.40-2_armhf.deb ...
11:59:58 #10 20.93 Unpacking binutils-arm-linux-gnueabihf (2.40-2) ...
11:59:58 #10 42.23 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
11:59:58 #10 42.24 Setting up libmagic1:arm64 (1:5.35-4+deb10u2) ...
11:59:58 #10 42.27 Setting up less (487-0.1+b1) ...
11:59:58 #10 42.37 Setting up perl-openssl-defaults:arm64 (3) ...
11:59:58 #10 42.38 Setting up linux-libc-dev:arm64 (4.19.269-1) ...
11:59:58 #10 42.39 Setting up gettext-base (0.19.8.1-9) ...
11:59:58 #10 42.41 Setting up liblzo2-2:arm64 (2.10-0.1) ...
11:59:58 #10 42.43 Setting up libnpth0:arm64 (1.6-1) ...
11:59:58 #10 42.44 Setting up krb5-locales (1.17-3+deb10u5) ...
11:59:58 #10 42.46 Setting up file (1:5.35-4+deb10u2) ...
11:59:58 #10 42.47 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
11:59:58 #11 32.96 Preparing to unpack .../232-liblist-moreutils-perl_0.430-2_all.deb ...
11:59:58 #11 32.96 Unpacking liblist-moreutils-perl (0.430-2) ...
11:59:58 #11 33.00 Selecting previously unselected package libdata-dpath-perl.
11:59:58 #11 33.00 Preparing to unpack .../233-libdata-dpath-perl_0.58-1_all.deb ...
11:59:58 #11 33.00 Unpacking libdata-dpath-perl (0.58-1) ...
11:59:58 #11 33.04 Selecting previously unselected package libdata-dump-perl.
11:59:58 #11 33.05 Preparing to unpack .../234-libdata-dump-perl_1.25-1_all.deb ...
11:59:58 #11 33.05 Unpacking libdata-dump-perl (1.25-1) ...
11:59:58 #11 33.09 Selecting previously unselected package libdata-messagepack-perl.
11:59:58 #11 33.09 Preparing to unpack .../235-libdata-messagepack-perl_1.01-2build1_arm64.deb ...
11:59:58 #11 33.10 Unpacking libdata-messagepack-perl (1.01-2build1) ...
11:59:58 #11 33.13 Selecting previously unselected package libnet-domain-tld-perl.
11:59:58 #11 33.13 Preparing to unpack .../236-libnet-domain-tld-perl_1.75-1.1_all.deb ...
11:59:58 #11 33.14 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
11:59:58 #11 33.17 Selecting previously unselected package libdata-validate-domain-perl.
11:59:58 #11 33.18 Preparing to unpack .../237-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:59:58 #11 33.18 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:59:58 #11 33.22 Selecting previously unselected package libnet-ipv6addr-perl.
11:59:58 #11 40.23 Setting up libatomic1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:58 #11 40.24 Setting up patch (2.7.6-6) ...
11:59:58 #11 40.26 Setting up autopoint (0.19.8.1-10build1) ...
11:59:58 #11 40.27 Setting up libfl2:arm64 (2.6.4-6.2) ...
11:59:58 #11 40.28 Setting up ucf (3.0038+nmu1) ...
11:59:58 #11 40.38 Setting up libk5crypto3:arm64 (1.17-6ubuntu4.2) ...
11:59:58 #11 40.40 Setting up libltdl7:arm64 (2.4.6-14) ...
11:59:58 #11 40.41 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
11:59:58 #11 40.42 Setting up libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:58 #11 40.43 Setting up libubsan1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:58 #11 40.45 Setting up python-apt-common (2.0.1) ...
11:59:58 #11 40.46 Setting up libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ...
11:59:58 #11 40.47 Setting up libuchardet0:arm64 (0.0.6-3build1) ...
11:59:58 #13 3.656 Package bash-5.1.8-6.el9.x86_64 is already installed.
11:59:58 #13 3.677 Package bash-5.1.8-6.el9.x86_64 is already installed.
11:59:58 #13 3.689 Package bash-5.1.8-6.el9.x86_64 is already installed.
11:59:58 #13 3.689 Package ca-certificates-2022.2.54-90.2.el9.noarch is already installed.
11:59:58 #13 3.690 Package libarchive-3.5.3-4.el9.x86_64 is already installed.
11:59:58 #13 3.690 Package pkgconf-pkg-config-1.7.3-10.el9.x86_64 is already installed.
11:59:58 #13 3.691 Package tar-2:1.34-5.el9.x86_64 is already installed.
11:59:58 #13 3.701 Package bash-5.1.8-6.el9.x86_64 is already installed.
11:59:58 #13 3.720 Package bash-5.1.8-6.el9.x86_64 is already installed.
11:59:58 #13 3.770 Dependencies resolved.
11:59:58 #13 3.776 ================================================================================
11:59:58 #13 3.776  Package                   Arch     Version                   Repository   Size
11:59:58 #13 3.776 ================================================================================
11:59:58 #13 3.776 Installing:
11:59:58 #13 3.776  cmake                     x86_64   3.20.2-7.el9              appstream   6.7 M
11:59:58 #13 3.776  device-mapper-devel       x86_64   9:1.02.187-4.el9          crb          44 k
11:59:58 #13 3.776  gcc                       x86_64   11.3.1-4.3.el9            appstream    32 M
11:59:58 #13 3.776  git                       x86_64   2.39.1-1.el9              appstream    63 k
11:59:58 #13 3.776  glibc-static              x86_64   2.34-54.el9               crb         1.7 M
11:59:58 #13 3.776  libseccomp-devel          x86_64   2.5.2-2.el9               appstream    59 k
11:59:58 #13 3.776  libselinux-devel          x86_64   3.5-0.rc2.1.el9           appstream   159 k
11:59:58 #13 3.776  libtool                   x86_64   2.4.6-45.el9              appstream   582 k
11:59:58 #13 3.776  libtool-ltdl-devel        x86_64   2.4.6-45.el9              crb         161 k
11:59:58 #13 3.776  make                      x86_64   1:4.3-7.el9               baseos      538 k
11:59:58 #13 3.776  selinux-policy-devel      noarch   38.1.5-1.el9              appstream   1.4 M
11:59:58 #13 3.776  systemd                   x86_64   252-3.el9                 baseos      4.1 M
11:59:58 #13 3.776  systemd-devel             x86_64   252-3.el9                 appstream   641 k
11:59:58 #13 3.776  which                     x86_64   2.21-28.el9               baseos       42 k
11:59:58 #13 3.776 Upgrading:
11:59:58 #13 3.776  libselinux                x86_64   3.5-0.rc2.1.el9           baseos       86 k
11:59:58 #13 3.776  libselinux-utils          x86_64   3.5-0.rc2.1.el9           baseos      182 k
11:59:58 #13 3.776  libsepol                  x86_64   3.5-0.rc2.1.el9           baseos      315 k
11:59:58 #13 3.776  python3-libselinux        x86_64   3.5-0.rc2.1.el9           appstream   187 k
11:59:58 #13 3.776 Installing dependencies:
11:59:58 #13 3.776  acl                       x86_64   2.3.1-3.el9               baseos       73 k
11:59:58 #13 3.776  annobin                   x86_64   11.05-1.el9               appstream   974 k
11:59:58 #13 3.776  autoconf                  noarch   2.69-38.el9               appstream   681 k
11:59:58 #13 3.776  automake                  noarch   1.16.2-6.el9              appstream   689 k
11:59:58 #13 3.776  cmake-data                noarch   3.20.2-7.el9              appstream   2.1 M
11:59:58 #13 3.776  cmake-filesystem          x86_64   3.20.2-7.el9              appstream    23 k
11:59:58 #13 3.776  cmake-rpm-macros          noarch   3.20.2-7.el9              appstream    16 k
11:59:58 #13 3.776  cpp                       x86_64   11.3.1-4.3.el9            appstream    11 M
11:59:58 #13 3.776  dbus                      x86_64   1:1.12.20-7.el9           baseos      3.9 k
11:59:58 #13 3.776  dbus-broker               x86_64   28-7.el9                  baseos      172 k
11:59:58 #13 3.776  dbus-common               noarch   1:1.12.20-7.el9           baseos       15 k
11:59:58 #13 3.776  device-mapper             x86_64   9:1.02.187-4.el9          baseos      141 k
11:59:58 #13 3.776  device-mapper-libs        x86_64   9:1.02.187-4.el9          baseos      178 k
11:59:58 #13 3.776  gcc-plugin-annobin        x86_64   11.3.1-4.3.el9            appstream    64 k
11:59:58 #13 3.776  git-core                  x86_64   2.39.1-1.el9              appstream   4.2 M
11:59:58 #13 3.776  git-core-doc              noarch   2.39.1-1.el9              appstream   2.9 M
11:59:58 #13 3.776  glibc-devel               x86_64   2.34-54.el9               appstream    49 k
11:59:58 #13 3.776  glibc-headers             x86_64   2.34-54.el9               appstream   550 k
11:59:58 #13 3.776  kernel-headers            x86_64   5.14.0-247.el9            appstream   4.7 M
11:59:58 #13 3.776  kmod-libs                 x86_64   28-7.el9                  baseos       64 k
11:59:58 #13 3.776  libcbor                   x86_64   0.7.0-5.el9               baseos       57 k
11:59:58 #13 3.776  libedit                   x86_64   3.1-37.20210216cvs.el9    baseos      105 k
11:59:58 11:59:58 #13 3.776  libfido2                  x86_64   1.6.0-7.el9               baseos       71 k
11:59:58 #13 3.776  libmpc                    x86_64   1.2.1-4.el9               appstream    62 k
#10 42.80 Setting up file (1:5.44-3) ...
11:59:58 #10 42.82 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b11) ...
11:59:58 #13 3.776  libseccomp                x86_64   2.5.2-2.el9               baseos       72 k
11:59:58 #13 3.776  libsepol-devel            x86_64   3.5-0.rc2.1.el9           appstream    48 k
11:59:58 #10 42.83 Setting up libsvtav1enc1:arm64 (1.4.1+dfsg-1) ...
11:59:58 #10 42.84 Setting up libassuan0:arm64 (2.5.5-5) ...
11:59:58 #10 42.85 Setting up libgomp1:arm64 (12.2.0-14) ...
11:59:58 #13 3.776  libtool-ltdl              x86_64   2.4.6-45.el9              appstream    37 k
11:59:58 #10 42.86 Setting up bzip2 (1.0.8-5+b1) ...
11:59:58 #10 42.88 Setting up libldap-common (2.5.13+dfsg-3) ...
11:59:58 #10 42.89 Setting up pbzip2 (1.1.13-1) ...
11:59:58 #13 3.776  libuv                     x86_64   1:1.42.0-1.el9            appstream   150 k
11:59:58 #13 3.776  libxcrypt-devel           x86_64   4.4.18-3.el9              appstream    29 k
11:59:58 #10 42.90 Setting up libjbig0:arm64 (2.1-6.1) ...
11:59:58 #10 42.91 Setting up librav1e0:arm64 (0.5.1-6) ...
11:59:58 #10 42.92 Setting up libfakeroot:arm64 (1.29-1) ...
11:59:58 #13 3.776  libxcrypt-static          x86_64   4.4.18-3.el9              crb         102 k
11:59:58 #13 3.776  llvm-libs                 x86_64   15.0.7-1.el9              appstream    21 M
11:59:58 #10 42.94 Setting up libjansson4:arm64 (2.14-2) ...
11:59:58 #10 42.95 Setting up libkrb5support0:arm64 (1.20.1-1) ...
11:59:58 #13 3.776  m4                        x86_64   1.4.19-1.el9              appstream   300 k
11:59:58 #13 3.776  openssh                   x86_64   8.7p1-28.el9              baseos      457 k
11:59:58 #10 42.97 Setting up libnumber-compare-perl (0.03-3) ...
11:59:58 #10 42.98 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
11:59:58 #10 43.00 Setting up fakeroot (1.29-1) ...
11:59:58 #13 3.776  openssh-clients           x86_64   8.7p1-28.el9              baseos      707 k
11:59:58 #13 3.776  pcre2-devel               x86_64   10.40-2.el9               appstream   515 k
11:59:58 #10 43.01 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:59:58 #13 3.776  pcre2-utf16               x86_64   10.40-2.el9               appstream   217 k
11:59:58 #13 3.776  pcre2-utf32               x86_64   10.40-2.el9               appstream   206 k
11:59:58 #13 3.776  perl-DynaLoader           x86_64   1.47-480.el9              appstream    27 k
11:59:58 #13 3.776  perl-Error                noarch   1:0.17029-7.el9           appstream    42 k
11:59:58 #13 3.776  perl-File-Compare         noarch   1.100.600-480.el9         appstream    14 k
11:59:58 #13 3.776  perl-File-Copy            noarch   2.34-480.el9              appstream    21 k
11:59:58 #13 3.776  perl-File-Find            noarch   1.37-480.el9              appstream    27 k
11:59:58 #13 3.776  perl-Git                  noarch   2.39.1-1.el9              appstream    39 k
11:59:58 #13 3.776  perl-TermReadKey          x86_64   2.38-11.el9               appstream    37 k
11:59:58 #13 3.776  perl-Thread-Queue         noarch   3.14-460.el9              appstream    22 k
11:59:58 #13 3.776  perl-lib                  x86_64   0.65-480.el9              appstream    16 k
11:59:58 #13 3.776  perl-threads              x86_64   1:2.25-460.el9            appstream    58 k
11:59:58 #13 3.776  perl-threads-shared       x86_64   1.61-460.el9              appstream    45 k
11:59:58 #13 3.776  policycoreutils-devel     x86_64   3.5-0.rc1.2.el9           appstream   144 k
11:59:58 #13 3.776  rpm-plugin-selinux        x86_64   4.16.1.3-22.el9           baseos       18 k
11:59:58 #13 3.776  selinux-policy            noarch   38.1.5-1.el9              baseos       54 k
11:59:58 #13 3.776  selinux-policy-targeted   noarch   38.1.5-1.el9              baseos      6.8 M
11:59:58 #13 3.776  systemd-pam               x86_64   252-3.el9                 baseos      255 k
11:59:58 #13 3.776  systemd-rpm-macros        noarch   252-3.el9                 baseos       43 k
11:59:58 #13 3.776 
11:59:58 #13 3.776 Transaction Summary
11:59:58 #13 3.776 ================================================================================
11:59:58 #13 3.776 Install  68 Packages
11:59:58 #13 3.776 Upgrade   4 Packages
11:59:58 #13 3.776 
11:59:58 #13 3.779 Total download size: 109 M
11:59:58 #13 3.780 Downloading Packages:
11:59:58 #11 42.70 Selecting previously unselected package manpages-dev.
11:59:58 #11 42.70 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ...
11:59:58 #11 42.71 Unpacking manpages-dev (5.05-1) ...
11:59:58 #10 15.17 Get:76 http://archive.raspbian.org/raspbian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u3 [581 kB]
11:59:58 #10 15.17 Get:77 http://archive.raspbian.org/raspbian bullseye/main armhf gettext armhf 0.21-4 [1215 kB]
11:59:58 #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:59:58 #10 15.24 Get:79 http://archive.raspbian.org/raspbian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
11:59:58 #10 15.24 Get:80 http://archive.raspbian.org/raspbian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
11:59:58 #10 15.34 Get:81 http://archive.raspbian.org/raspbian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [45.1 kB]
11:59:58 #10 15.34 Get:82 http://archive.raspbian.org/raspbian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [86.2 kB]
11:59:58 #10 15.34 Get:83 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
11:59:58 #10 15.34 Get:84 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
11:59:58 #10 15.36 Get:85 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
11:59:58 #10 15.36 Get:86 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
11:59:58 #10 15.38 Get:87 http://archive.raspbian.org/raspbian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.1 kB]
11:59:58 #10 15.38 Get:88 http://archive.raspbian.org/raspbian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
11:59:58 #10 15.41 Get:89 http://archive.raspbian.org/raspbian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
11:59:58 #10 15.45 Get:90 http://archive.raspbian.org/raspbian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b4 [11.0 kB]
11:59:58 #10 40.88 Selecting previously unselected package libx11-6:amd64.
11:59:58 #10 40.88 Preparing to unpack .../189-libx11-6_2%3a1.7.2-1_amd64.deb ...
11:59:58 #10 40.88 Unpacking libx11-6:amd64 (2:1.7.2-1) ...
11:59:58 #10 41.02 Selecting previously unselected package libxpm4:amd64.
11:59:58 #10 41.03 Preparing to unpack .../190-libxpm4_1%3a3.5.12-1_amd64.deb ...
11:59:58 #10 41.03 Unpacking libxpm4:amd64 (1:3.5.12-1) ...
11:59:58 #10 41.11 Selecting previously unselected package libgd3:amd64.
11:59:58 #10 41.11 Preparing to unpack .../191-libgd3_2.3.0-2_amd64.deb ...
11:59:58 #10 41.12 Unpacking libgd3:amd64 (2.3.0-2) ...
11:59:58 #10 32.67 Selecting previously unselected package g++-7.
11:59:58 #10 32.67 Preparing to unpack .../078-g++-7_7.5.0-3ubuntu1~18.04_armhf.deb ...
11:59:58 #10 32.68 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
11:59:58 #10 42.84 Updating certificates in /etc/ssl/certs...
11:59:58 #10 28.14 Unpacking dpkg-dev (1.19.8) ...
11:59:58 #10 42.65 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
11:59:58 #11 25.77 Selecting previously unselected package krb5-locales.
11:59:58 #11 25.77 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.2_all.deb ...
11:59:58 #11 25.78 Unpacking krb5-locales (1.17-6ubuntu4.2) ...
11:59:58 #11 25.82 Selecting previously unselected package libcbor0.6:armhf.
11:59:58 #11 25.82 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_armhf.deb ...
11:59:58 #11 25.82 Unpacking libcbor0.6:armhf (0.6.0-0ubuntu1) ...
11:59:58 #11 25.87 Selecting previously unselected package libedit2:armhf.
11:59:58 #11 25.87 Preparing to unpack .../038-libedit2_3.1-20191231-1_armhf.deb ...
11:59:58 #11 25.88 Unpacking libedit2:armhf (3.1-20191231-1) ...
11:59:58 #11 25.93 Selecting previously unselected package libfido2-1:armhf.
11:59:58 #11 25.93 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_armhf.deb ...
11:59:58 #11 39.07 Preparing to unpack .../333-libmouse-perl_2.5.10-1build4_arm64.deb ...
11:59:58 #11 39.08 Unpacking libmouse-perl (2.5.10-1build4) ...
11:59:58 #11 39.16 Selecting previously unselected package libxs-parse-keyword-perl.
11:59:58 #11 39.16 Preparing to unpack .../334-libxs-parse-keyword-perl_0.25-1_arm64.deb ...
11:59:58 #11 39.17 Unpacking libxs-parse-keyword-perl (0.25-1) ...
11:59:58 #11 39.20 Selecting previously unselected package libxs-parse-sublike-perl:arm64.
11:59:58 #11 39.20 Preparing to unpack .../335-libxs-parse-sublike-perl_0.16-1ubuntu2_arm64.deb ...
11:59:58 #11 39.21 Unpacking libxs-parse-sublike-perl:arm64 (0.16-1ubuntu2) ...
11:59:58 #11 39.24 Selecting previously unselected package libobject-pad-perl.
11:59:58 #11 39.24 Preparing to unpack .../336-libobject-pad-perl_0.68-1_arm64.deb ...
11:59:58 #11 39.24 Unpacking libobject-pad-perl (0.68-1) ...
11:59:58 #11 39.28 Selecting previously unselected package libpackage-stash-xs-perl:arm64.
11:59:58 #11 39.28 Preparing to unpack .../337-libpackage-stash-xs-perl_0.30-1_arm64.deb ...
11:59:58 #11 39.28 Unpacking libpackage-stash-xs-perl:arm64 (0.30-1) ...
11:59:58 #11 39.31 Selecting previously unselected package libpath-iterator-rule-perl.
11:59:58 #12 DONE 29.9s
11:59:58 
11:59:58 #13 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
11:59:58 #13 DONE 0.1s
11:59:58 #11 21.54 Get:406 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-cffi-backend armhf 1.15.1-1 [66.0 kB]
11:59:58 #11 21.56 Get:407 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-cryptography armhf 3.4.8-2 [217 kB]
11:59:58 #11 21.65 Get:408 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-idna all 3.3-1 [49.3 kB]
11:59:58 #11 21.67 Get:409 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-nacl armhf 1.5.0-2 [58.0 kB]
11:59:58 #11 21.68 Get:410 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-six all 1.16.0-4 [12.4 kB]
11:59:58 #11 21.69 Get:411 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-bcrypt armhf 3.2.0-1build1 [28.5 kB]
11:59:58 #11 21.69 Get:412 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-paramiko all 2.10.4-1ubuntu1 [134 kB]
11:59:58 #11 21.71 Get:413 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-urllib3 all 1.26.9-1 [98.8 kB]
11:59:58 #11 21.72 Get:414 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-requests all 2.27.1+dfsg-1ubuntu2 [50.3 kB]
11:59:58 #11 21.73 Get:415 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-unidiff all 0.7.3-1 [11.0 kB]
11:59:58 #11 21.73 Get:416 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf zstd armhf 1.5.2+dfsg-1 [609 kB]
11:59:58 #11 21.80 Get:417 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf equivs all 2.3.1 [19.0 kB]
11:59:58 #11 21.80 Get:418 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libauthen-sasl-perl all 2.1600-2 [43.7 kB]
11:59:58 #11 21.81 Get:419 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-magic all 2:0.4.26-2 [13.2 kB]
11:59:58 #11 24.26 Selecting previously unselected package libxml2:armhf.
11:59:58 #11 24.26 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.2_armhf.deb ...
11:59:58 #11 24.26 Unpacking libxml2:armhf (2.9.13+dfsg-1ubuntu0.2) ...
11:59:58 #11 24.32 Selecting previously unselected package libyaml-0-2:armhf.
11:59:58 #11 24.32 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_armhf.deb ...
11:59:58 #11 24.32 Unpacking libyaml-0-2:armhf (0.2.2-1build2) ...
11:59:58 #11 24.39 Selecting previously unselected package lsb-release.
11:59:58 #11 24.39 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
11:59:58 #11 24.39 Unpacking lsb-release (11.1.0ubuntu4) ...
11:59:58 #11 24.43 Selecting previously unselected package netbase.
11:59:58 #11 24.43 Preparing to unpack .../018-netbase_6.3_all.deb ...
11:59:58 #11 24.44 Unpacking netbase (6.3) ...
11:59:58 #11 24.48 Selecting previously unselected package python-apt-common.
11:59:58 #11 24.48 Preparing to unpack .../019-python-apt-common_2.4.0_all.deb ...
11:59:58 #11 24.48 Unpacking python-apt-common (2.4.0) ...
11:59:58 #11 24.51 Selecting previously unselected package python3-apt.
11:59:58 #11 24.51 Preparing to unpack .../020-python3-apt_2.4.0_armhf.deb ...
11:59:58 #11 24.52 Unpacking python3-apt (2.4.0) ...
11:59:58 #11 24.57 Selecting previously unselected package python3-pkg-resources.
11:59:58 #11 24.57 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
11:59:58 #11 24.58 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:59:58 #11 41.71 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
11:59:58 #11 41.72 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
11:59:58 #11 41.73 Setting up libparams-util-perl (1.102-1build3) ...
11:59:58 #11 41.75 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
11:59:58 #11 41.76 Setting up libtime-duration-perl (1.21-1) ...
11:59:58 #11 41.77 Setting up autoconf (2.71-2) ...
11:59:58 #11 41.79 Setting up python3-urllib3 (1.26.5-1~exp1) ...
11:59:58 #11 41.96 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:59:59 #12 29.68   Preparing        :                                                        1/1 
11:59:59 #12 29.73   Downgrading      : xz-libs-5.2.4-4.el8.x86_64                            1/91 
11:59:59 #12 29.80   Upgrading        : rpm-4.14.3-26.el8.x86_64                              2/91 
11:59:59 #12 29.84   Upgrading        : rpm-libs-4.14.3-26.el8.x86_64                         3/91 
11:59:59 #12 29.85   Running scriptlet: rpm-libs-4.14.3-26.el8.x86_64                         3/91 
11:59:59 #12 29.87   Installing       : python-srpm-macros-3-44.el8.noarch                    4/91 
11:59:59 #12 29.89   Upgrading        : rpm-build-libs-4.14.3-26.el8.x86_64                   5/91 
11:59:59 #12 29.90   Running scriptlet: rpm-build-libs-4.14.3-26.el8.x86_64                   5/91 
11:59:59 #10 45.51 Selecting previously unselected package libtext-glob-perl.
11:59:59 #10 45.51 Preparing to unpack .../272-libtext-glob-perl_0.10-1_all.deb ...
11:59:59 #10 45.52 Unpacking libtext-glob-perl (0.10-1) ...
11:59:59 #10 45.55 Selecting previously unselected package libpath-iterator-rule-perl.
11:59:59 #10 45.55 Preparing to unpack .../273-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:59:59 #10 45.56 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:59:59 #10 45.60 Selecting previously unselected package libperlio-gzip-perl.
11:59:59 #10 45.60 Preparing to unpack .../274-libperlio-gzip-perl_0.19-1+b5_amd64.deb ...
11:59:59 #10 45.60 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
11:59:59 #10 45.64 Selecting previously unselected package libpod-constants-perl.
11:59:59 #10 45.64 Preparing to unpack .../275-libpod-constants-perl_0.19-1_all.deb ...
11:59:59 #10 45.65 Unpacking libpod-constants-perl (0.19-1) ...
11:59:59 #10 45.68 Selecting previously unselected package libreadonly-perl.
11:59:59 #10 45.68 Preparing to unpack .../276-libreadonly-perl_2.050-1_all.deb ...
11:59:59 #10 45.69 Unpacking libreadonly-perl (2.050-1) ...
11:59:59 #10 45.72 Selecting previously unselected package libref-util-perl.
11:59:59 #10 42.49 Setting up libassuan0:arm64 (2.5.2-1) ...
11:59:59 #10 42.51 Setting up libgomp1:arm64 (8.3.0-6) ...
11:59:59 #10 42.52 Setting up libapt-inst2.0:arm64 (1.8.2.3) ...
11:59:59 #10 42.54 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
11:59:59 #10 42.55 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:59:59 #10 42.57 Setting up libicu63:arm64 (63.1-6+deb10u3) ...
11:59:59 #10 42.59 Setting up libfakeroot:arm64 (1.23-1) ...
11:59:59 #10 42.61 Setting up libkrb5support0:arm64 (1.17-3+deb10u5) ...
11:59:59 #10 42.62 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:59:59 #10 42.64 Setting up fakeroot (1.23-1) ...
11:59:59 #10 42.65 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:59:59 #10 42.67 Setting up mariadb-common (1:10.3.36-0+deb10u2) ...
11:59:59 #10 42.68 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
11:59:59 #10 42.69 Setting up libasan5:arm64 (8.3.0-6) ...
11:59:59 #10 42.71 Setting up autotools-dev (20180224.1) ...
11:59:59 #10 42.72 Setting up libglib2.0-data (2.58.3-2+deb10u4) ...
11:59:59 #10 42.74 Setting up libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
11:59:59 #10 42.76 Setting up libwrap0:arm64 (7.6.q-28) ...
11:59:59 #10 42.78 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
11:59:59 #10 42.79 Setting up make (4.2.1-1.2) ...
11:59:59 #11 33.22 Preparing to unpack .../238-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:59:59 #11 33.22 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:59:59 #11 33.26 Selecting previously unselected package libnet-netmask-perl.
11:59:59 #11 33.26 Preparing to unpack .../239-libnet-netmask-perl_2.0001-1_all.deb ...
11:59:59 #11 33.26 Unpacking libnet-netmask-perl (2.0001-1) ...
11:59:59 #11 33.29 Selecting previously unselected package libnetaddr-ip-perl.
11:59:59 #11 33.30 Preparing to unpack .../240-libnetaddr-ip-perl_4.079+dfsg-1build7_arm64.deb ...
11:59:59 #11 33.30 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
11:59:59 #11 33.35 Selecting previously unselected package libdata-validate-ip-perl.
11:59:59 #11 33.35 Preparing to unpack .../241-libdata-validate-ip-perl_0.30-1_all.deb ...
11:59:59 #11 33.35 Unpacking libdata-validate-ip-perl (0.30-1) ...
11:59:59 #11 33.39 Selecting previously unselected package libdata-validate-uri-perl.
11:59:59 #11 33.39 Preparing to unpack .../242-libdata-validate-uri-perl_0.07-2_all.deb ...
11:59:59 #11 33.40 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:59:59 #11 33.43 Selecting previously unselected package libdistro-info-perl.
11:59:59 #11 33.43 Preparing to unpack .../243-libdistro-info-perl_1.1build1_all.deb ...
11:59:59 #11 33.44 Unpacking libdistro-info-perl (1.1build1) ...
11:59:59 #11 33.47 Selecting previously unselected package libemail-address-xs-perl.
11:59:59 #10 21.24 Selecting previously unselected package binutils.
11:59:59 #10 21.24 Preparing to unpack .../035-binutils_2.40-2_armhf.deb ...
11:59:59 #10 21.24 Unpacking binutils (2.40-2) ...
11:59:59 #10 21.30 Selecting previously unselected package libc-dev-bin.
11:59:59 #10 21.30 Preparing to unpack .../036-libc-dev-bin_2.36-8_armhf.deb ...
11:59:59 #10 21.30 Unpacking libc-dev-bin (2.36-8) ...
11:59:59 #11 40.49 Setting up libre2-5:arm64 (20200101+dfsg-1build1) ...
11:59:59 #11 40.52 Setting up git-man (1:2.25.1-1ubuntu3.8) ...
11:59:59 #11 40.53 Setting up libisl22:arm64 (0.22.1-1) ...
11:59:59 #11 40.55 Setting up netbase (6.1) ...
11:59:59 #11 40.58 Setting up libkrb5-3:arm64 (1.17-6ubuntu4.2) ...
11:59:59 #11 40.59 Setting up libmpdec2:arm64 (2.4.2-3) ...
11:59:59 #11 40.60 Setting up libbinutils:arm64 (2.34-6ubuntu1.4) ...
11:59:59 #11 40.62 Setting up libfido2-1:arm64 (1.3.1-1ubuntu2) ...
11:59:59 #11 40.63 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
11:59:59 #11 40.64 Setting up openssl (1.1.1f-1ubuntu2.16) ...
11:59:59 #11 40.66 Setting up libbsd0:arm64 (0.10.0-1) ...
11:59:59 #11 40.67 Setting up libelf1:arm64 (0.176-1.1build1) ...
11:59:59 #11 40.69 Setting up readline-common (8.0-4) ...
11:59:59 #11 40.71 Setting up publicsuffix (20200303.0012-1) ...
11:59:59 #11 40.72 Setting up libcc1-0:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:59 #11 40.74 Setting up iso-codes (4.4-1) ...
11:59:59 #11 40.75 Setting up liblocale-gettext-perl (1.07-4) ...
11:59:59 #11 40.76 Setting up liblsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:59 #11 40.77 Setting up dctrl-tools (2.24-3) ...
11:59:59 #11 40.79 Setting up libitm1:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:59 #11 40.80 Setting up libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:59 #10 43.02 Setting up perl-modules-5.36 (5.36.0-7) ...
11:59:59 #10 43.03 Setting up autotools-dev (20220109.1) ...
11:59:59 #10 43.05 Setting up libglib2.0-data (2.74.5-1) ...
11:59:59 #10 43.06 Setting up rpcsvc-proto (1.4.3-1) ...
11:59:59 #10 43.07 Setting up libjpeg62-turbo:arm64 (1:2.1.2-1+b1) ...
11:59:59 #10 43.09 Setting up libx11-data (2:1.8.3-3) ...
11:59:59 #10 43.10 Setting up make (4.3-4.1) ...
11:59:59 #10 43.11 Setting up libmpfr6:arm64 (4.2.0-1) ...
11:59:59 #10 43.12 Setting up gnupg-l10n (2.2.40-1) ...
11:59:59 #10 43.13 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:59:59 #10 43.15 Setting up strace (6.1-0.1) ...
11:59:59 #10 43.16 Setting up xz-utils (5.4.1-0.1) ...
11:59:59 #10 43.17 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:59:59 #10 43.18 Setting up t1utils (1.41-4) ...
11:59:59 #10 43.19 Setting up diffstat (1.65-1) ...
11:59:59 #10 43.20 Setting up libpng16-16:arm64 (1.6.39-2) ...
11:59:59 #10 43.21 Setting up libmpc3:arm64 (1.3.1-1) ...
11:59:59 #11 42.96 Selecting previously unselected package python3-certifi.
11:59:59 #11 42.96 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ...
11:59:59 #11 42.97 Unpacking python3-certifi (2019.11.28-1) ...
11:59:59 #11 43.01 Selecting previously unselected package python3-idna.
11:59:59 #11 43.01 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ...
11:59:59 #11 43.02 Unpacking python3-idna (2.8-1) ...
11:59:59 #11 43.05 Selecting previously unselected package python3-urllib3.
11:59:59 #10 15.46 Get:91 http://archive.raspbian.org/raspbian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
11:59:59 #10 15.47 Get:92 http://archive.raspbian.org/raspbian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
11:59:59 #10 15.47 Get:93 http://archive.raspbian.org/raspbian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.6 kB]
11:59:59 #10 15.53 Get:94 http://archive.raspbian.org/raspbian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:59:59 #10 15.53 Get:95 http://archive.raspbian.org/raspbian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
11:59:59 #10 15.54 Get:96 http://archive.raspbian.org/raspbian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
11:59:59 #10 15.55 Get:97 http://archive.raspbian.org/raspbian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
11:59:59 #10 15.56 Get:98 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
11:59:59 #10 15.63 Get:99 http://archive.raspbian.org/raspbian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
11:59:59 #10 15.63 Get:100 http://archive.raspbian.org/raspbian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
11:59:59 #10 15.64 Get:101 http://archive.raspbian.org/raspbian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
11:59:59 #10 15.64 Get:102 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
11:59:59 #10 15.65 Get:103 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
11:59:59 #10 41.30 Selecting previously unselected package libc-devtools.
11:59:59 #10 41.30 Preparing to unpack .../192-libc-devtools_2.31-13+deb11u5_amd64.deb ...
11:59:59 #10 41.31 Unpacking libc-devtools (2.31-13+deb11u5) ...
11:59:59 #10 41.39 Selecting previously unselected package libcapture-tiny-perl.
11:59:59 #10 41.39 Preparing to unpack .../193-libcapture-tiny-perl_0.48-1_all.deb ...
11:59:59 #10 41.40 Unpacking libcapture-tiny-perl (0.48-1) ...
11:59:59 #10 41.43 Selecting previously unselected package libclass-data-inheritable-perl.
11:59:59 #10 43.25 124 added, 0 removed; done.
11:59:59 #10 43.28 Setting up manpages-dev (4.15-1) ...
11:59:59 #10 43.29 Setting up libc6-dev:amd64 (2.27-3ubuntu1.6) ...
11:59:59 #10 43.30 Setting up libassuan0:amd64 (2.5.1-2) ...
11:59:59 #10 43.31 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
11:59:59 #10 43.33 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:59:59 #10 43.34 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
11:59:59 #10 43.35 Setting up diffstat (1.61-1build1) ...
11:59:59 #10 43.36 Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ...
11:59:59 #10 42.67 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
11:59:59 #10 42.68 Setting up python3-magic (2:0.4.15-1) ...
11:59:59 #10 42.86 Setting up python3-idna (2.6-1) ...
11:59:59 
11:59:59 #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:59:59 #11 39.32 Preparing to unpack .../338-libpath-iterator-rule-perl_1.015-1_all.deb ...
11:59:59 #11 39.32 Unpacking libpath-iterator-rule-perl (1.015-1) ...
11:59:59 #11 39.35 Selecting previously unselected package libperlio-gzip-perl.
11:59:59 #11 39.35 Preparing to unpack .../339-libperlio-gzip-perl_0.20-1_arm64.deb ...
11:59:59 #11 39.36 Unpacking libperlio-gzip-perl (0.20-1) ...
11:59:59 #11 39.39 Selecting previously unselected package libperlio-utf8-strict-perl.
11:59:59 #11 39.39 Preparing to unpack .../340-libperlio-utf8-strict-perl_0.009-1build1_arm64.deb ...
11:59:59 #11 39.40 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
11:59:59 #11 39.43 Selecting previously unselected package libpod-parser-perl.
11:59:59 #11 39.43 Preparing to unpack .../341-libpod-parser-perl_1.65-1_all.deb ...
11:59:59 #11 39.44 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:59:59 #11 39.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:59:59 #11 39.46 Unpacking libpod-parser-perl (1.65-1) ...
11:59:59 #11 39.49 Selecting previously unselected package libpod-constants-perl.
11:59:59 #11 39.49 Preparing to unpack .../342-libpod-constants-perl_0.19-2_all.deb ...
11:59:59 #11 39.50 Unpacking libpod-constants-perl (0.19-2) ...
11:59:59 #11 39.53 Selecting previously unselected package libproc-processtable-perl:arm64.
11:59:59 #11 39.53 Preparing to unpack .../343-libproc-processtable-perl_0.634-1build1_arm64.deb ...
11:59:59 #11 22.11 debconf: delaying package configuration, since apt-utils is not installed
11:59:59 #11 22.15 Fetched 127 MB in 14s (9310 kB/s)
11:59:59 #11 22.17 Selecting previously unselected package liblocale-gettext-perl.
11:59:59 #11 22.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 ... 4392 files and directories currently installed.)
11:59:59 #11 22.17 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_armhf.deb ...
11:59:59 #11 22.18 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:59:59 #11 25.94 Unpacking libfido2-1:armhf (1.3.1-1ubuntu2) ...
11:59:59 #11 25.99 Selecting previously unselected package libkrb5support0:armhf.
11:59:59 #11 26.00 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.2_armhf.deb ...
11:59:59 #11 26.02 Unpacking libkrb5support0:armhf (1.17-6ubuntu4.2) ...
11:59:59 #11 26.06 Selecting previously unselected package libk5crypto3:armhf.
11:59:59 #11 26.06 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.2_armhf.deb ...
11:59:59 #11 26.07 Unpacking libk5crypto3:armhf (1.17-6ubuntu4.2) ...
11:59:59 #11 26.12 Selecting previously unselected package libkeyutils1:armhf.
11:59:59 #11 26.12 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_armhf.deb ...
11:59:59 #11 26.13 Unpacking libkeyutils1:armhf (1.6-6ubuntu1.1) ...
11:59:59 #11 26.17 Selecting previously unselected package libkrb5-3:armhf.
11:59:59 #11 26.17 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.2_armhf.deb ...
11:59:59 #11 24.64 Selecting previously unselected package ucf.
11:59:59 #11 24.64 Preparing to unpack .../022-ucf_3.0043_all.deb ...
11:59:59 #11 24.65 Moving old data out of the way
11:59:59 #11 24.65 Unpacking ucf (3.0043) ...
11:59:59 #11 24.70 Selecting previously unselected package bsdextrautils.
11:59:59 #11 24.70 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_armhf.deb ...
11:59:59 #11 24.71 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
11:59:59 #11 24.75 Selecting previously unselected package libmagic-mgc.
11:59:59 #11 24.75 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_armhf.deb ...
11:59:59 #11 24.75 Unpacking libmagic-mgc (1:5.41-3) ...
11:59:59 #11 24.85 Selecting previously unselected package libmagic1:armhf.
11:59:59 #11 24.85 Preparing to unpack .../025-libmagic1_1%3a5.41-3_armhf.deb ...
11:59:59 #10 14.73 Get:66 http://archive.raspbian.org/raspbian bookworm/main armhf gcc armhf 4:12.2.0-1+rpi1 [5192 B]
11:59:59 #10 14.73 Get:67 http://archive.raspbian.org/raspbian bookworm/main armhf libc-dev-bin armhf 2.36-8+rpi1 [42.8 kB]
11:59:59 #10 14.73 Get:68 http://archive.raspbian.org/raspbian bookworm/main armhf linux-libc-dev armhf 6.0.12-1+rpi1 [1657 kB]
11:59:59 #11 41.97 Setting up libarray-intspan-perl (2.004-1) ...
11:59:59 #11 41.98 Setting up libcapture-tiny-perl (0.48-1) ...
11:59:59 #11 41.99 Setting up libtimedate-perl (2.3300-2) ...
11:59:59 #11 42.00 Setting up libstdc++-11-dev:amd64 (11.3.0-1ubuntu1~22.04) ...
11:59:59 #11 42.01 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:59:59 #11 42.03 Setting up libsub-name-perl (0.26-1build3) ...
11:59:59 #11 42.04 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
11:59:59 #11 42.05 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
11:59:59 #11 42.06 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:59:59 #11 42.07 Setting up libproc-processtable-perl:amd64 (0.634-1build1) ...
11:59:59 #11 42.08 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:59:59 #11 42.09 Setting up gcc-11 (11.3.0-1ubuntu1~22.04) ...
11:59:59 #11 42.10 Setting up xauth (1:1.1-1build2) ...
11:59:59 #11 42.11 Setting up libpath-tiny-perl (0.122-1) ...
11:59:59 #11 42.12 Setting up libarchive-cpio-perl (0.10-1.1) ...
11:59:59 #11 42.13 Setting up libjson-perl (4.04000-1) ...
11:59:59 #11 42.14 Setting up libipc-run3-perl (0.048-2) ...
11:59:59 #11 42.16 Setting up libsub-override-perl (0.09-2) ...
11:59:59 #11 42.17 Setting up libaliased-perl (0.34-1.1) ...
11:59:59 #12 29.93   Installing       : xz-5.2.4-4.el8.x86_64                                 6/91 
11:59:59 #12 29.95   Installing       : unzip-6.0-46.el8.x86_64                               7/91 
11:59:59 #12 30.10   Installing       : groff-base-1.22.3-18.el8.x86_64                       8/91 
11:59:59 #12 30.12   Installing       : file-5.33-21.el8.x86_64                               9/91 
11:59:59 #12 30.15   Installing       : cpio-2.12-11.el8.x86_64                              10/91 
11:59:59 #10 41.40 129 added, 0 removed; done.
11:59:59 #10 41.46 Setting up libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
11:59:59 #10 45.73 Preparing to unpack .../277-libref-util-perl_0.204-1_all.deb ...
11:59:59 #10 45.73 Unpacking libref-util-perl (0.204-1) ...
11:59:59 #10 45.77 Selecting previously unselected package libref-util-xs-perl.
11:59:59 #10 45.77 Preparing to unpack .../278-libref-util-xs-perl_0.117-1+b1_amd64.deb ...
11:59:59 #10 45.85 Unpacking libref-util-xs-perl (0.117-1+b1) ...
11:59:59 #10 45.89 Selecting previously unselected package libregexp-pattern-license-perl.
11:59:59 #10 45.89 Preparing to unpack .../279-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
11:59:59 #10 45.90 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
11:59:59 #10 45.97 Selecting previously unselected package libsasl2-modules:amd64.
11:59:59 #10 45.97 Preparing to unpack .../280-libsasl2-modules_2.1.27+dfsg-1+deb10u2_amd64.deb ...
11:59:59 #10 45.98 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u2) ...
11:59:59 #10 46.07 Selecting previously unselected package libsereal-decoder-perl.
11:59:59 #10 42.81 Setting up libmpfr6:arm64 (4.0.2-1) ...
11:59:59 #10 42.82 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
11:59:59 #10 42.84 Setting up libntlm0:arm64 (1.5-1+deb10u1) ...
11:59:59 #10 42.85 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
11:59:59 #10 42.87 Setting up libidn11:arm64 (1.33-2.2) ...
11:59:59 #10 42.89 Setting up libncurses6:arm64 (6.1+20181013-2+deb10u3) ...
11:59:59 #10 42.90 Setting up strace (4.26-0.2) ...
11:59:59 #10 42.92 Setting up libsigsegv2:arm64 (2.12-2) ...
11:59:59 #10 42.93 Setting up xz-utils (5.2.4-1+deb10u1) ...
11:59:59 #10 42.95 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:59:59 #10 42.96 Setting up libfribidi0:arm64 (1.0.5-3.1+deb10u2) ...
11:59:59 #10 42.98 Setting up t1utils (1.41-3) ...
11:59:59 #10 43.00 Setting up diffstat (1.62-1) ...
11:59:59 #10 43.01 Setting up libmpc3:arm64 (1.1.0-1) ...
11:59:59 #11 33.47 Preparing to unpack .../244-libemail-address-xs-perl_1.04-1build6_arm64.deb ...
11:59:59 #11 33.48 Unpacking libemail-address-xs-perl (1.04-1build6) ...
11:59:59 #11 33.51 Selecting previously unselected package libipc-system-simple-perl.
11:59:59 #11 33.51 Preparing to unpack .../245-libipc-system-simple-perl_1.30-1_all.deb ...
11:59:59 #11 33.52 Unpacking libipc-system-simple-perl (1.30-1) ...
11:59:59 #11 33.55 Selecting previously unselected package libfile-basedir-perl.
11:59:59 #11 33.55 Preparing to unpack .../246-libfile-basedir-perl_0.09-1_all.deb ...
11:59:59 #11 33.56 Unpacking libfile-basedir-perl (0.09-1) ...
11:59:59 #11 33.60 Selecting previously unselected package libfile-chdir-perl.
11:59:59 #11 33.60 Preparing to unpack .../247-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:59:59 #11 33.60 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:59:59 #11 33.64 Selecting previously unselected package libfile-fcntllock-perl.
11:59:59 #11 33.64 Preparing to unpack .../248-libfile-fcntllock-perl_0.22-3build7_arm64.deb ...
11:59:59 #11 33.65 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
11:59:59 #11 33.68 Selecting previously unselected package libnumber-compare-perl.
11:59:59 #11 33.69 Preparing to unpack .../249-libnumber-compare-perl_0.03-2_all.deb ...
11:59:59 #11 33.69 Unpacking libnumber-compare-perl (0.03-2) ...
11:59:59 #11 33.72 Selecting previously unselected package libtext-glob-perl.
11:59:59 #11 33.73 Preparing to unpack .../250-libtext-glob-perl_0.11-2_all.deb ...
11:59:59 #11 33.73 Unpacking libtext-glob-perl (0.11-2) ...
11:59:59 #11 33.78 Selecting previously unselected package libfile-find-rule-perl.
11:59:59 #11 33.78 Preparing to unpack .../251-libfile-find-rule-perl_0.34-1_all.deb ...
11:59:59 #11 33.78 Unpacking libfile-find-rule-perl (0.34-1) ...
11:59:59 #11 33.82 Selecting previously unselected package libfont-afm-perl.
11:59:59 #11 33.82 Preparing to unpack .../252-libfont-afm-perl_1.20-3_all.deb ...
11:59:59 #11 33.83 Unpacking libfont-afm-perl (1.20-3) ...
11:59:59 #10 41.55 Selecting previously unselected package libheif1:amd64.
11:59:59 #10 41.56 Preparing to unpack .../201-libheif1_1.14.2-1_amd64.deb ...
11:59:59 #10 41.58 Unpacking libheif1:amd64 (1.14.2-1) ...
11:59:59 #10 41.67 Selecting previously unselected package libdeflate0:amd64.
11:59:59 #10 41.68 Preparing to unpack .../202-libdeflate0_1.14-1_amd64.deb ...
11:59:59 #10 41.68 Unpacking libdeflate0:amd64 (1.14-1) ...
11:59:59 #10 41.72 Selecting previously unselected package libjbig0:amd64.
11:59:59 #10 41.72 Preparing to unpack .../203-libjbig0_2.1-6.1_amd64.deb ...
11:59:59 #10 41.73 Unpacking libjbig0:amd64 (2.1-6.1) ...
11:59:59 #10 41.77 Selecting previously unselected package liblerc4:amd64.
11:59:59 #10 41.77 Preparing to unpack .../204-liblerc4_4.0.0+ds-2_amd64.deb ...
11:59:59 #10 41.77 Unpacking liblerc4:amd64 (4.0.0+ds-2) ...
11:59:59 #10 41.82 Selecting previously unselected package libwebp7:amd64.
11:59:59 #10 41.82 Preparing to unpack .../205-libwebp7_1.2.4-0.1_amd64.deb ...
11:59:59 #10 41.83 Unpacking libwebp7:amd64 (1.2.4-0.1) ...
11:59:59 #10 41.88 Selecting previously unselected package libtiff6:amd64.
11:59:59 #10 21.35 Selecting previously unselected package linux-libc-dev:armhf.
11:59:59 #10 21.35 Preparing to unpack .../037-linux-libc-dev_6.1.8-1_armhf.deb ...
11:59:59 #10 21.35 Unpacking linux-libc-dev:armhf (6.1.8-1) ...
11:59:59 #11 40.81 Setting up libgdbm6:arm64 (1.18.1-5) ...
11:59:59 #11 40.83 Setting up gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.1) ...
11:59:59 #11 40.84 Setting up libtsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
11:59:59 #11 40.85 Setting up libctf0:arm64 (2.34-6ubuntu1.4) ...
11:59:59 #11 40.86 Setting up pinentry-curses (1.1.0-3build1) ...
11:59:59 #11 40.88 Setting up manpages-dev (5.05-1) ...
11:59:59 #11 40.90 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ...
11:59:59 #11 40.91 Setting up libxcb1:arm64 (1.14-2) ...
11:59:59 #11 40.92 Setting up at (3.1.23-1ubuntu1) ...
11:59:59 #10 43.23 Setting up libatomic1:arm64 (12.2.0-14) ...
11:59:59 #10 43.25 Setting up patch (2.7.6-7) ...
11:59:59 #10 43.26 Setting up autopoint (0.21-11) ...
11:59:59 #10 43.28 Setting up fonts-dejavu-core (2.37-2) ...
11:59:59 #10 43.35 Setting up libgav1-1:arm64 (0.18.0-1+b1) ...
11:59:59 #10 43.37 Setting up libxdelta2:arm64 (1.1.3-10.4) ...
11:59:59 #10 43.38 Setting up libncursesw6:arm64 (6.4-2) ...
11:59:59 #10 43.39 Setting up libk5crypto3:arm64 (1.20.1-1) ...
11:59:59 #10 43.40 Setting up libdav1d6:arm64 (1.0.0-2) ...
11:59:59 #10 43.41 Setting up libltdl7:arm64 (2.4.7-5) ...
11:59:59 #10 43.42 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
11:59:59 #10 43.43 Setting up libwebp7:arm64 (1.2.4-0.1) ...
11:59:59 #10 43.44 Setting up libubsan1:arm64 (12.2.0-14) ...
11:59:59 #10 43.45 Setting up libnuma1:arm64 (2.0.16-1) ...
11:59:59 #10 43.47 Setting up python-apt-common (2.5.2) ...
11:59:59 #10 43.48 Setting up sensible-utils (0.0.17+nmu1) ...
11:59:59 #10 43.49 Setting up libhwasan0:arm64 (12.2.0-14) ...
11:59:59 #10 43.50 Setting up xdelta3 (3.0.11-dfsg-1.2) ...
11:59:59 #10 43.51 Setting up libcrypt-dev:arm64 (1:4.4.33-2) ...
11:59:59 #10 43.52 Setting up libtiff6:arm64 (4.5.0-4) ...
11:59:59 #10 43.57 Setting up libasan8:arm64 (12.2.0-14) ...
11:59:59 #10 15.71 Get:104 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
11:59:59 #10 15.90 Get:105 http://archive.raspbian.org/raspbian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
11:59:59 #11 43.06 Preparing to unpack .../332-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
11:59:59 #11 43.06 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:59:59 #11 43.10 Selecting previously unselected package python3-requests.
11:59:59 #11 43.10 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1_all.deb ...
11:59:59 #11 43.10 Unpacking python3-requests (2.22.0-2ubuntu1) ...
11:59:59 #11 43.14 Selecting previously unselected package python3-unidiff.
11:59:59 #11 43.14 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ...
11:59:59 #11 43.14 Unpacking python3-unidiff (0.5.5-2) ...
11:59:59 #11 43.19 Selecting previously unselected package python3-xdg.
11:59:59 #11 43.19 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ...
11:59:59 #11 43.20 Unpacking python3-xdg (0.26-1ubuntu1) ...
11:59:59 #11 43.23 Selecting previously unselected package unzip.
11:59:59 #11 43.23 Preparing to unpack .../336-unzip_6.0-25ubuntu1.1_amd64.deb ...
11:59:59 #11 43.24 Unpacking unzip (6.0-25ubuntu1.1) ...
11:59:59 #11 43.28 Selecting previously unselected package equivs.
11:59:59 #11 43.28 Preparing to unpack .../337-equivs_2.2.0_all.deb ...
11:59:59 #11 43.28 Unpacking equivs (2.2.0) ...
11:59:59 #11 43.31 Selecting previously unselected package libauthen-sasl-perl.
11:59:59 #21 DONE 18.4s
11:59:59 
11:59:59 #22 [build 5/6] RUN <<EOT (# in bullseye arm64 target does not link with lld so configure it to use ld instead...)
11:59:59 #11 42.05 Setting up libgssapi-krb5-2:amd64 (1.20-1ubuntu0.1) ...
11:59:59 #11 42.08 Setting up libsystemd-shared:amd64 (251.4-1ubuntu7) ...
11:59:59 #11 42.09 Setting up libgdbm-compat4:amd64 (1.23-1) ...
11:59:59 #11 42.10 Setting up gir1.2-glib-2.0:amd64 (1.74.0-2) ...
11:59:59 #11 42.11 Setting up libssh-4:amd64 (0.9.6-2build1) ...
11:59:59 #11 42.12 Setting up dwz (0.14-1build2) ...
11:59:59 #11 42.13 Setting up groff-base (1.22.4-8build1) ...
11:59:59 #11 42.15 Setting up cpp (4:12.2.0-1ubuntu1) ...
11:59:59 #11 42.17 Setting up gpgconf (2.2.35-3ubuntu1) ...
11:59:59 #11 42.17 Setting up debugedit (1:5.0-5) ...
11:59:59 #11 42.18 Setting up libcurl4:amd64 (7.85.0-1ubuntu0.2) ...
11:59:59 #11 42.19 Setting up libx11-6:amd64 (2:1.8.1-2) ...
11:59:59 #11 42.20 Setting up libcryptsetup12:amd64 (2:2.5.0-2ubuntu1) ...
11:59:59 #11 42.22 Setting up libtiff5:amd64 (4.4.0-4ubuntu3.2) ...
11:59:59 #11 42.23 Setting up curl (7.85.0-1ubuntu0.2) ...
11:59:59 #11 42.24 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
11:59:59 #11 42.25 Setting up gpg (2.2.35-3ubuntu1) ...
11:59:59 #11 42.26 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
11:59:59 #11 42.28 Setting up binutils-x86-64-linux-gnu (2.39-3ubuntu1.1) ...
11:59:59 #11 42.29 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
11:59:59 #11 42.30 Setting up libperl5.34:amd64 (5.34.0-5ubuntu1.1) ...
11:59:59 #11 42.31 Setting up gpg-agent (2.2.35-3ubuntu1) ...
11:59:59 #11 42.44 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
11:59:59 #11 42.56 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
11:59:59 #10 41.43 Preparing to unpack .../194-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:59:59 #10 41.43 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:59:59 #10 41.47 Selecting previously unselected package libclass-inspector-perl.
11:59:59 #10 41.48 Preparing to unpack .../195-libclass-inspector-perl_1.36-1_all.deb ...
11:59:59 #10 41.48 Unpacking libclass-inspector-perl (1.36-1) ...
11:59:59 #10 41.52 Selecting previously unselected package libclass-xsaccessor-perl.
11:59:59 #10 41.52 Preparing to unpack .../196-libclass-xsaccessor-perl_1.19-3+b7_amd64.deb ...
11:59:59 #10 41.52 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
11:59:59 #10 41.56 Selecting previously unselected package libclone-perl.
11:59:59 #10 41.56 Preparing to unpack .../197-libclone-perl_0.45-1+b1_amd64.deb ...
11:59:59 #10 41.57 Unpacking libclone-perl (0.45-1+b1) ...
11:59:59 #10 41.60 Selecting previously unselected package libcommon-sense-perl.
11:59:59 #10 41.60 Preparing to unpack .../198-libcommon-sense-perl_3.75-1+b4_amd64.deb ...
11:59:59 #10 41.60 Unpacking libcommon-sense-perl (3.75-1+b4) ...
11:59:59 #10 41.63 Selecting previously unselected package libconfig-tiny-perl.
11:59:59 #10 41.64 Preparing to unpack .../199-libconfig-tiny-perl_2.26-1_all.deb ...
11:59:59 #10 41.64 Unpacking libconfig-tiny-perl (2.26-1) ...
11:59:59 #10 41.67 Selecting previously unselected package libparams-util-perl.
11:59:59 #10 43.37 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
11:59:59 #10 43.38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ...
11:59:59 #10 43.39 Setting up netbase (5.4) ...
11:59:59 #10 43.41 Setting up libisl19:amd64 (0.19-1) ...
11:59:59 #10 43.42 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.9) ...
11:59:59 #10 43.43 Setting up strace (4.21-1ubuntu1) ...
11:59:59 #10 43.44 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.3) ...
11:59:59 #10 43.45 Setting up python3.6 (3.6.9-1~18.04ubuntu1.9) ...
11:59:59 #10 43.09 Setting up python3-xdg (0.25-4ubuntu1.1) ...
11:59:59 #10 33.43 Selecting previously unselected package g++.
11:59:59 #10 33.43 Preparing to unpack .../079-g++_4%3a7.4.0-1ubuntu2.3_armhf.deb ...
11:59:59 #10 33.43 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
11:59:59 #10 33.46 Selecting previously unselected package make.
11:59:59 #10 33.46 Preparing to unpack .../080-make_4.1-9.1ubuntu1_armhf.deb ...
11:59:59 #10 33.47 Unpacking make (4.1-9.1ubuntu1) ...
11:59:59 #10 33.52 Selecting previously unselected package libdpkg-perl.
11:59:59 #10 33.52 Preparing to unpack .../081-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ...
11:59:59 #9 40.49 Last metadata expiration check: 0:00:01 ago on Tue Feb  7 11:59:57 2023.
11:59:59 #11 39.53 Unpacking libproc-processtable-perl:arm64 (0.634-1build1) ...
11:59:59 #11 39.57 Selecting previously unselected package libre2-9:arm64.
11:59:59 #11 39.57 Preparing to unpack .../344-libre2-9_20220601+dfsg-1_arm64.deb ...
11:59:59 #11 39.58 Unpacking libre2-9:arm64 (20220601+dfsg-1) ...
11:59:59 #11 39.61 Selecting previously unselected package libre-engine-re2-perl:arm64.
11:59:59 #11 39.61 Preparing to unpack .../345-libre-engine-re2-perl_0.14-1build2_arm64.deb ...
11:59:59 #11 39.61 Unpacking libre-engine-re2-perl:arm64 (0.14-1build2) ...
11:59:59 #11 39.64 Selecting previously unselected package libreadonly-perl.
11:59:59 #11 39.65 Preparing to unpack .../346-libreadonly-perl_2.050-3_all.deb ...
11:59:59 #11 39.65 Unpacking libreadonly-perl (2.050-3) ...
11:59:59 #11 39.68 Selecting previously unselected package libref-util-perl.
11:59:59 #11 39.68 Preparing to unpack .../347-libref-util-perl_0.204-1_all.deb ...
11:59:59 #11 39.69 Unpacking libref-util-perl (0.204-1) ...
11:59:59 #11 39.72 Selecting previously unselected package libref-util-xs-perl.
11:59:59 #11 39.72 Preparing to unpack .../348-libref-util-xs-perl_0.117-2_arm64.deb ...
11:59:59 #11 39.72 Unpacking libref-util-xs-perl (0.117-2) ...
11:59:59 #11 39.76 Selecting previously unselected package libregexp-pattern-license-perl.
11:59:59 #11 39.76 Preparing to unpack .../349-libregexp-pattern-license-perl_3.9.4-1_all.deb ...
11:59:59 #11 39.76 Unpacking libregexp-pattern-license-perl (3.9.4-1) ...
11:59:59 #11 39.80 Selecting previously unselected package libregexp-pattern-perl.
11:59:59 #11 39.80 Preparing to unpack .../350-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:59:59 #11 39.80 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:59:59 #11 39.84 Selecting previously unselected package libregexp-wildcards-perl.
11:59:59 #11 39.84 Preparing to unpack .../351-libregexp-wildcards-perl_1.05-3_all.deb ...
11:59:59 #11 39.84 Unpacking libregexp-wildcards-perl (1.05-3) ...
11:59:59 #11 39.88 Selecting previously unselected package libsasl2-modules:arm64.
11:59:59 #11 22.32 Selecting previously unselected package libssl3:armhf.
11:59:59 #11 22.32 Preparing to unpack .../libssl3_3.0.5-2ubuntu2_armhf.deb ...
11:59:59 #11 22.33 Unpacking libssl3:armhf (3.0.5-2ubuntu2) ...
11:59:59 #11 22.43 Selecting previously unselected package libpython3.10-minimal:armhf.
11:59:59 #11 22.43 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_armhf.deb ...
11:59:59 #11 26.18 Unpacking libkrb5-3:armhf (1.17-6ubuntu4.2) ...
11:59:59 #11 26.29 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:59:59 #11 26.29 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.2_armhf.deb ...
11:59:59 #11 26.32 Unpacking libgssapi-krb5-2:armhf (1.17-6ubuntu4.2) ...
11:59:59 #11 24.86 Unpacking libmagic1:armhf (1:5.41-3) ...
11:59:59 #11 24.89 Selecting previously unselected package file.
11:59:59 #11 24.89 Preparing to unpack .../026-file_1%3a5.41-3_armhf.deb ...
11:59:59 #11 24.89 Unpacking file (1:5.41-3) ...
11:59:59 #11 24.93 Selecting previously unselected package gettext-base.
11:59:59 #11 24.93 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_armhf.deb ...
11:59:59 #11 24.94 Unpacking gettext-base (0.21-4ubuntu4) ...
11:59:59 #11 24.98 Selecting previously unselected package libuchardet0:armhf.
11:59:59 #11 24.98 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_armhf.deb ...
11:59:59 #11 24.99 Unpacking libuchardet0:armhf (0.0.7-1build2) ...
11:59:59 #11 25.02 Selecting previously unselected package groff-base.
11:59:59 #11 25.02 Preparing to unpack .../029-groff-base_1.22.4-8build1_armhf.deb ...
11:59:59 #11 25.03 Unpacking groff-base (1.22.4-8build1) ...
11:59:59 #10 14.78 Get:69 http://archive.raspbian.org/raspbian bookworm/main armhf libcrypt-dev armhf 1:4.4.33-2 [121 kB]
11:59:59 #10 14.78 Get:70 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc-dev armhf 1.3.3+ds-1 [174 kB]
11:59:59 #10 14.78 Get:71 http://archive.raspbian.org/raspbian bookworm/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
11:59:59 #10 14.79 Get:72 http://archive.raspbian.org/raspbian bookworm/main armhf rpcsvc-proto armhf 1.4.3-1 [55.1 kB]
11:59:59 #10 14.79 Get:73 http://archive.raspbian.org/raspbian bookworm/main armhf libc6-dev armhf 2.36-8+rpi1 [1255 kB]
11:59:59 #10 14.86 Get:74 http://archive.raspbian.org/raspbian bookworm/main armhf libtool all 2.4.7-5 [517 kB]
11:59:59 #10 14.90 Get:75 http://archive.raspbian.org/raspbian bookworm/main armhf dh-autoreconf all 20 [17.1 kB]
11:59:59 #10 14.90 Get:76 http://archive.raspbian.org/raspbian bookworm/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
11:59:59 #10 14.91 Get:77 http://archive.raspbian.org/raspbian bookworm/main armhf libsub-override-perl all 0.09-4 [9304 B]
11:59:59 #10 14.91 Get:78 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-stripnondeterminism-perl all 1.13.1-1 [19.4 kB]
11:59:59 #10 14.91 Get:79 http://archive.raspbian.org/raspbian bookworm/main armhf dh-strip-nondeterminism all 1.13.1-1 [8620 B]
11:59:59 #10 14.92 Get:80 http://archive.raspbian.org/raspbian bookworm/main armhf libdpkg-perl all 1.21.19+rpi1 [574 kB]
11:59:59 #10 14.93 Get:81 http://archive.raspbian.org/raspbian bookworm/main armhf patch armhf 2.7.6-7 [116 kB]
11:59:59 #10 14.94 Get:82 http://archive.raspbian.org/raspbian bookworm/main armhf make armhf 4.3-4.1 [376 kB]
11:59:59 #10 14.99 Get:83 http://archive.raspbian.org/raspbian bookworm/main armhf dpkg-dev all 1.21.19+rpi1 [1301 kB]
11:59:59 #11 42.18 Setting up python3-unidiff (0.5.5-2) ...
11:59:59 #11 42.31 Setting up libstrictures-perl (2.000006-1) ...
11:59:59 #11 42.32 Setting up libsub-quote-perl (2.006006-1) ...
11:59:59 #11 42.33 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:59:59 #11 42.35 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
11:59:59 #11 42.36 Setting up libsort-versions-perl (1.62-1) ...
11:59:59 #11 42.37 Setting up libexporter-tiny-perl (1.002002-1) ...
11:59:59 #11 42.39 Setting up libre-engine-re2-perl:amd64 (0.14-1build2) ...
11:59:59 #11 42.40 Setting up libfile-dirlist-perl (0.05-2) ...
11:59:59 #11 42.41 Setting up libterm-readkey-perl (2.38-1build4) ...
11:59:59 #11 42.42 Setting up lsb-release (11.1.0ubuntu4) ...
11:59:59 #11 42.43 Setting up python3-magic (2:0.4.24-2) ...
11:59:59 #11 42.56 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
11:59:59 #10 41.47 Setting up shared-mime-info (2.0-1) ...
11:59:59 #10 46.07 Preparing to unpack .../281-libsereal-decoder-perl_4.005+ds-1+b1_amd64.deb ...
11:59:59 #10 46.08 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
11:59:59 #10 46.14 Selecting previously unselected package libsereal-encoder-perl.
11:59:59 #10 46.14 Preparing to unpack .../282-libsereal-encoder-perl_4.005+ds-1+b1_amd64.deb ...
11:59:59 #10 46.15 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
11:59:59 #10 46.23 Selecting previously unselected package libsereal-perl.
11:59:59 #10 46.23 Preparing to unpack .../283-libsereal-perl_4.005-1_all.deb ...
11:59:59 #10 46.24 Unpacking libsereal-perl (4.005-1) ...
11:59:59 #10 46.31 Selecting previously unselected package libtask-weaken-perl.
11:59:59 #10 46.31 Preparing to unpack .../284-libtask-weaken-perl_1.06-1_all.deb ...
11:59:59 #10 46.33 Unpacking libtask-weaken-perl (1.06-1) ...
11:59:59 #10 43.03 Setting up libatomic1:arm64 (8.3.0-6) ...
11:59:59 #10 43.05 Setting up patch (2.7.6-3+deb10u1) ...
11:59:59 #10 43.06 Setting up mailutils-common (1:3.5-4) ...
11:59:59 #10 43.08 Setting up autopoint (0.19.8.1-9) ...
11:59:59 #10 43.09 Setting up libmariadb3:arm64 (1:10.3.36-0+deb10u2) ...
11:59:59 #10 43.11 Setting up libfl2:arm64 (2.6.4-6.2) ...
11:59:59 #10 43.12 Setting up libpcre2-8-0:arm64 (10.32-5) ...
11:59:59 #10 43.14 Setting up libk5crypto3:arm64 (1.17-3+deb10u5) ...
11:59:59 #10 43.15 Setting up libltdl7:arm64 (2.4.6-9) ...
11:59:59 #10 43.17 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:59:59 #10 43.18 Setting up libevent-2.1-6:arm64 (2.1.8-stable-4) ...
11:59:59 #10 43.20 Setting up libubsan1:arm64 (8.3.0-6) ...
11:59:59 #10 43.21 Setting up libisl19:arm64 (0.20-2) ...
11:59:59 #10 43.24 Setting up dwz (0.12-3) ...
11:59:59 #11 33.86 Selecting previously unselected package libio-string-perl.
11:59:59 #11 33.86 Preparing to unpack .../253-libio-string-perl_1.08-3.1_all.deb ...
11:59:59 #11 33.87 Unpacking libio-string-perl (1.08-3.1) ...
11:59:59 #11 33.90 Selecting previously unselected package libfont-ttf-perl.
11:59:59 #11 33.90 Preparing to unpack .../254-libfont-ttf-perl_1.06-1.1_all.deb ...
11:59:59 #11 33.91 Unpacking libfont-ttf-perl (1.06-1.1) ...
11:59:59 #11 33.97 Selecting previously unselected package libsort-versions-perl.
11:59:59 #11 33.97 Preparing to unpack .../255-libsort-versions-perl_1.62-1_all.deb ...
11:59:59 #11 33.98 Unpacking libsort-versions-perl (1.62-1) ...
11:59:59 #11 34.01 Selecting previously unselected package libgit-wrapper-perl.
11:59:59 #11 34.01 Preparing to unpack .../256-libgit-wrapper-perl_0.048-1_all.deb ...
11:59:59 #11 34.02 Unpacking libgit-wrapper-perl (0.048-1) ...
11:59:59 #11 34.06 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:59:59 #11 34.06 Preparing to unpack .../257-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:59:59 #11 34.07 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:59:59 #11 34.10 Selecting previously unselected package libio-prompter-perl.
11:59:59 #10 41.89 Preparing to unpack .../206-libtiff6_4.5.0-4_amd64.deb ...
11:59:59 #10 41.89 Unpacking libtiff6:amd64 (4.5.0-4) ...
11:59:59 #10 41.93 Selecting previously unselected package libxau6:amd64.
11:59:59 #10 41.94 Preparing to unpack .../207-libxau6_1%3a1.0.9-1_amd64.deb ...
11:59:59 #10 41.94 Unpacking libxau6:amd64 (1:1.0.9-1) ...
11:59:59 #10 41.97 Selecting previously unselected package libxdmcp6:amd64.
11:59:59 #10 41.97 Preparing to unpack .../208-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
11:59:59 #10 41.98 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
11:59:59 #10 42.01 Selecting previously unselected package libxcb1:amd64.
11:59:59 #10 42.02 Preparing to unpack .../209-libxcb1_1.15-1_amd64.deb ...
11:59:59 #10 42.02 Unpacking libxcb1:amd64 (1.15-1) ...
11:59:59 #10 42.05 Selecting previously unselected package libx11-data.
11:59:59 #10 42.06 Preparing to unpack .../210-libx11-data_2%3a1.8.3-3_all.deb ...
11:59:59 #10 42.06 Unpacking libx11-data (2:1.8.3-3) ...
11:59:59 #10 42.13 Selecting previously unselected package libx11-6:amd64.
11:59:59 #10 21.67 Selecting previously unselected package libcrypt-dev:armhf.
11:59:59 #10 21.67 Preparing to unpack .../038-libcrypt-dev_1%3a4.4.33-2_armhf.deb ...
11:59:59 #10 21.68 Unpacking libcrypt-dev:armhf (1:4.4.33-2) ...
11:59:59 11:59:59 #11 41.06 invoke-rc.d: could not determine current runlevel
11:59:59 #11 41.07 invoke-rc.d: policy-rc.d denied execution of start.
#10 21.74 Selecting previously unselected package libtirpc-dev:armhf.
11:59:59 #10 21.74 Preparing to unpack .../039-libtirpc-dev_1.3.3+ds-1_armhf.deb ...
11:59:59 #10 21.74 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ...
11:59:59 #11 41.07 Setting up libicu66:arm64 (66.1-2ubuntu2.1) ...
11:59:59 #11 41.09 Setting up libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:59 #11 41.10 Setting up libedit2:arm64 (3.1-20191231-1) ...
11:59:59 #11 41.11 Setting up libreadline8:arm64 (8.0-4) ...
11:59:59 #11 41.12 Setting up m4 (1.4.18-4) ...
11:59:59 #11 41.13 Setting up binutils-aarch64-linux-gnu (2.34-6ubuntu1.4) ...
11:59:59 #11 41.15 Setting up binutils (2.34-6ubuntu1.4) ...
11:59:59 #11 41.16 Setting up libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
11:59:59 #11 41.17 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
11:59:59 #10 43.58 Setting up libuchardet0:arm64 (0.0.7-1) ...
11:59:59 #10 43.59 Setting up lzop (1.04-2) ...
11:59:59 #10 43.60 Setting up libmpdec3:arm64 (2.5.1-2) ...
11:59:59 #10 43.62 Setting up git-man (1:2.39.1-0.1) ...
11:59:59 #10 43.63 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
11:59:59 #10 43.64 Setting up netbase (6.4) ...
11:59:59 #10 43.66 Setting up libkrb5-3:arm64 (1.20.1-1) ...
11:59:59 #10 43.67 Setting up libtsan2:arm64 (12.2.0-14) ...
11:59:59 #10 43.68 Setting up libbinutils:arm64 (2.40-2) ...
11:59:59 #10 43.69 Setting up lsb-release (12.0-1) ...
11:59:59 #10 43.70 Setting up libfido2-1:arm64 (1.12.0-2) ...
11:59:59 #10 43.71 Setting up libisl23:arm64 (0.25-1) ...
11:59:59 #10 43.73 Setting up libde265-0:arm64 (1.0.9-1.1) ...
11:59:59 #10 43.73 Setting up libc-dev-bin (2.36-8) ...
11:59:59 #10 43.74 Setting up openssl (3.0.7-2) ...
11:59:59 #10 43.76 Setting up libbsd0:arm64 (0.11.7-2) ...
11:59:59 #10 43.77 Setting up libyuv0:arm64 (0.0~git20230104.6e4b0ac-1) ...
11:59:59 #10 43.78 Setting up libelf1:arm64 (0.188-2.1) ...
11:59:59 #10 16.16 Get:106 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
11:59:59 #10 16.23 Get:107 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
11:59:59 #11 43.31 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ...
11:59:59 #11 43.32 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:59:59 #11 43.35 Selecting previously unselected package python3-magic.
11:59:59 #11 43.36 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ...
11:59:59 #11 43.36 Unpacking python3-magic (2:0.4.15-3) ...
11:59:59 #11 43.40 Setting up libapt-pkg-perl (0.1.36build3) ...
11:59:59 #11 43.42 Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
11:59:59 #11 43.43 Setting up libpipeline1:amd64 (1.5.2-2build1) ...
11:59:59 #11 43.44 Setting up wdiff (1.2.2-2build1) ...
11:59:59 #11 43.45 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
11:59:59 #11 43.46 Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
11:59:59 #11 43.47 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
11:59:59 #11 43.48 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:59:59 #11 43.49 Setting up mime-support (3.64ubuntu1) ...
11:59:59 #11 43.52 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
11:59:59 #11 43.54 Setting up libmagic-mgc (1:5.38-4) ...
11:59:59 #11 43.55 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
11:59:59 #11 43.57 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
11:59:59 #11 43.57 No schema files found: doing nothing.
11:59:59 #11 43.58 Setting up distro-info-data (0.43ubuntu1.11) ...
11:59:59 #11 43.60 Setting up manpages (5.05-1) ...
11:59:59 #11 43.61 Setting up unzip (6.0-25ubuntu1.1) ...
11:59:59 #11 43.63 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
11:59:59 #11 43.64 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
11:59:59 #22 DONE 0.4s
11:59:59 
11:59:59 #23 [build 6/6] RUN --mount=type=bind,target=.     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy     --mount=type=cache,target=/root/.cache/go-build,id=moby-build-windows/amd64 <<EOT (set -e...)
11:59:59 #11 42.67 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
11:59:59 #11 42.78 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
11:59:59 #10 41.67 Preparing to unpack .../200-libparams-util-perl_1.102-1+b1_amd64.deb ...
11:59:59 #10 41.67 Unpacking libparams-util-perl (1.102-1+b1) ...
11:59:59 #10 41.70 Selecting previously unselected package libsub-install-perl.
11:59:59 #10 41.71 Preparing to unpack .../201-libsub-install-perl_0.928-1.1_all.deb ...
11:59:59 #10 41.71 Unpacking libsub-install-perl (0.928-1.1) ...
11:59:59 #10 41.74 Selecting previously unselected package libdata-optlist-perl.
11:59:59 #10 41.74 Preparing to unpack .../202-libdata-optlist-perl_0.110-1.1_all.deb ...
11:59:59 #10 41.75 Unpacking libdata-optlist-perl (0.110-1.1) ...
11:59:59 #10 41.78 Selecting previously unselected package libsub-exporter-perl.
11:59:59 #10 41.79 Preparing to unpack .../203-libsub-exporter-perl_0.987-1_all.deb ...
11:59:59 #10 41.79 Unpacking libsub-exporter-perl (0.987-1) ...
11:59:59 #10 41.82 Selecting previously unselected package libconst-fast-perl.
11:59:59 #10 41.83 Preparing to unpack .../204-libconst-fast-perl_0.014-1.1_all.deb ...
11:59:59 #10 41.83 Unpacking libconst-fast-perl (0.014-1.1) ...
11:59:59 #10 41.86 Selecting previously unselected package libwant-perl.
11:59:59 #10 41.86 Preparing to unpack .../205-libwant-perl_0.29-1+b6_amd64.deb ...
11:59:59 #10 41.87 Unpacking libwant-perl (0.29-1+b6) ...
11:59:59 #10 41.90 Selecting previously unselected package libcontextual-return-perl.
11:59:59 #10 43.28 Setting up python3-six (1.11.0-2) ...
11:59:59 #10 33.53 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) ...
11:59:59 #10 33.59 Selecting previously unselected package patch.
11:59:59 #10 33.59 Preparing to unpack .../082-patch_2.7.6-2ubuntu1.1_armhf.deb ...
11:59:59 #10 33.59 Unpacking patch (2.7.6-2ubuntu1.1) ...
11:59:59 #10 33.65 Selecting previously unselected package dpkg-dev.
11:59:59 #10 33.65 Preparing to unpack .../083-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ...
11:59:59 #10 33.65 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) ...
11:59:59 #10 33.76 Selecting previously unselected package build-essential.
11:59:59 #10 33.76 Preparing to unpack .../084-build-essential_12.4ubuntu1_armhf.deb ...
11:59:59 #11 39.88 Preparing to unpack .../352-libsasl2-modules_2.1.28+dfsg-6ubuntu2_arm64.deb ...
11:59:59 #11 39.89 Unpacking libsasl2-modules:arm64 (2.1.28+dfsg-6ubuntu2) ...
11:59:59 #11 39.93 Selecting previously unselected package libsereal-decoder-perl.
11:59:59 #11 39.93 Preparing to unpack .../353-libsereal-decoder-perl_4.025+ds-1_arm64.deb ...
11:59:59 #11 39.93 Unpacking libsereal-decoder-perl (4.025+ds-1) ...
11:59:59 #11 39.97 Selecting previously unselected package libsereal-encoder-perl:arm64.
11:59:59 #11 39.97 Preparing to unpack .../354-libsereal-encoder-perl_4.025+ds-1_arm64.deb ...
11:59:59 #11 39.98 Unpacking libsereal-encoder-perl:arm64 (4.025+ds-1) ...
11:59:59 #11 40.01 Selecting previously unselected package libset-intspan-perl.
11:59:59 #11 40.01 Preparing to unpack .../355-libset-intspan-perl_1.19-2_all.deb ...
11:59:59 #11 40.01 Unpacking libset-intspan-perl (1.19-2) ...
11:59:59 #11 40.04 Selecting previously unselected package libsocket6-perl.
11:59:59 #11 40.05 Preparing to unpack .../356-libsocket6-perl_0.29-2_arm64.deb ...
11:59:59 #11 40.05 Unpacking libsocket6-perl (0.29-2) ...
11:59:59 #11 40.08 Selecting previously unselected package libsodium23:arm64.
11:59:59 #11 40.09 Preparing to unpack .../357-libsodium23_1.0.18-1build2_arm64.deb ...
11:59:59 #11 40.09 Unpacking libsodium23:arm64 (1.0.18-1build2) ...
11:59:59 #11 40.12 Selecting previously unselected package libstring-copyright-perl.
11:59:59 #11 22.44 Unpacking libpython3.10-minimal:armhf (3.10.7-1ubuntu0.2) ...
11:59:59 #11 22.56 Selecting previously unselected package libexpat1:armhf.
11:59:59 #11 22.56 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_armhf.deb ...
11:59:59 #11 22.56 Unpacking libexpat1:armhf (2.4.8-2ubuntu0.22.10.1) ...
11:59:59 #11 22.61 Selecting previously unselected package python3.10-minimal.
11:59:59 #11 22.61 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_armhf.deb ...
11:59:59 #11 22.63 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
11:59:59 #11 26.49 Selecting previously unselected package libpsl5:armhf.
11:59:59 #11 26.49 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_armhf.deb ...
11:59:59 #11 26.50 Unpacking libpsl5:armhf (0.21.0-1ubuntu1) ...
11:59:59 #11 26.54 Selecting previously unselected package libxau6:armhf.
11:59:59 #11 26.54 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_armhf.deb ...
11:59:59 #11 26.55 Unpacking libxau6:armhf (1:1.0.9-0ubuntu1) ...
11:59:59 #11 26.59 Selecting previously unselected package libxdmcp6:armhf.
11:59:59 #11 26.59 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_armhf.deb ...
11:59:59 #11 26.60 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
11:59:59 #11 26.65 Selecting previously unselected package libxcb1:armhf.
11:59:59 #11 26.65 Preparing to unpack .../048-libxcb1_1.14-2_armhf.deb ...
11:59:59 #11 25.13 Selecting previously unselected package libcbor0.8:armhf.
11:59:59 #11 25.13 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_armhf.deb ...
11:59:59 #11 25.13 Unpacking libcbor0.8:armhf (0.8.0-2ubuntu1) ...
11:59:59 #11 25.17 Selecting previously unselected package libedit2:armhf.
11:59:59 #11 25.17 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_armhf.deb ...
11:59:59 #11 25.17 Unpacking libedit2:armhf (3.1-20210910-1build1) ...
11:59:59 #11 25.22 Selecting previously unselected package libfido2-1:armhf.
11:59:59 #11 25.22 Preparing to unpack .../032-libfido2-1_1.10.0-1_armhf.deb ...
11:59:59 #11 25.22 Unpacking libfido2-1:armhf (1.10.0-1) ...
11:59:59 #11 25.27 Selecting previously unselected package libnghttp2-14:armhf.
11:59:59 #11 25.27 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_armhf.deb ...
11:59:59 #11 25.28 Unpacking libnghttp2-14:armhf (1.43.0-1build3) ...
11:59:59 #11 25.32 Selecting previously unselected package libpipeline1:armhf.
11:59:59 #11 25.32 Preparing to unpack .../034-libpipeline1_1.5.5-1_armhf.deb ...
11:59:59 #11 25.33 Unpacking libpipeline1:armhf (1.5.5-1) ...
11:59:59 #11 25.36 Selecting previously unselected package libpng16-16:armhf.
11:59:59 #11 25.36 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_armhf.deb ...
11:59:59 #11 25.37 Unpacking libpng16-16:armhf (1.6.37-3build5) ...
11:59:59 #11 25.42 Selecting previously unselected package libpsl5:armhf.
11:59:59 #11 25.42 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_armhf.deb ...
11:59:59 #10 15.13 Get:84 http://archive.raspbian.org/raspbian bookworm/main armhf libelf1 armhf 0.187-2+rpi2 [177 kB]
11:59:59 #10 15.14 Get:85 http://archive.raspbian.org/raspbian bookworm/main armhf dwz armhf 0.15-1 [92.4 kB]
11:59:59 #10 15.19 Get:86 http://archive.raspbian.org/raspbian bookworm/main armhf libicu72 armhf 72.1-3 [9009 kB]
11:59:59 #11 42.57 Setting up libperlio-gzip-perl (0.19-1build8) ...
11:59:59 #11 42.58 Setting up libsys-hostname-long-perl (1.5-2) ...
11:59:59 #11 42.59 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
11:59:59 #11 42.60 Setting up libsereal-decoder-perl (4.023+ds-1) ...
11:59:59 #11 42.61 Setting up liburi-perl (5.10-1) ...
11:59:59 #11 42.62 Setting up libnet-ipv6addr-perl (1.02-1) ...
11:59:59 #11 42.63 Setting up libfile-touch-perl (0.12-1) ...
11:59:59 #11 42.64 Setting up libc-devtools (2.35-0ubuntu3.1) ...
11:59:59 #11 42.65 Setting up libemail-address-xs-perl (1.04-1build6) ...
11:59:59 #11 42.66 Setting up libnet-ssleay-perl:amd64 (1.92-1build2) ...
11:59:59 #11 42.67 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
11:59:59 #10 46.38 Selecting previously unselected package libxml-parser-perl.
11:59:59 #10 46.38 Preparing to unpack .../285-libxml-parser-perl_2.44-4_amd64.deb ...
11:59:59 #10 46.39 Unpacking libxml-parser-perl (2.44-4) ...
11:59:59 #10 46.48 Selecting previously unselected package libsoap-lite-perl.
11:59:59 #10 46.48 Preparing to unpack .../286-libsoap-lite-perl_1.27-1_all.deb ...
11:59:59 #10 46.50 Unpacking libsoap-lite-perl (1.27-1) ...
11:59:59 #10 46.61 Selecting previously unselected package libsort-key-perl.
11:59:59 #11 34.10 Preparing to unpack .../258-libio-prompter-perl_0.004015-1_all.deb ...
11:59:59 #11 34.11 Unpacking libio-prompter-perl (0.004015-1) ...
11:59:59 #11 34.14 Selecting previously unselected package libjson-perl.
11:59:59 #11 34.15 Preparing to unpack .../259-libjson-perl_4.04000-1_all.deb ...
11:59:59 #11 34.15 Unpacking libjson-perl (4.04000-1) ...
11:59:59 #11 34.19 Selecting previously unselected package liblog-any-perl.
11:59:59 #11 34.19 Preparing to unpack .../260-liblog-any-perl_1.710-1_all.deb ...
11:59:59 #11 34.19 Unpacking liblog-any-perl (1.710-1) ...
11:59:59 #11 34.23 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:59:59 #11 34.23 Preparing to unpack .../261-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:59:59 #11 34.24 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:59:59 #11 34.28 Selecting previously unselected package libpackage-stash-perl.
11:59:59 #11 34.28 Preparing to unpack .../262-libpackage-stash-perl_0.39-1_all.deb ...
11:59:59 #11 34.28 Unpacking libpackage-stash-perl (0.39-1) ...
11:59:59 #11 34.32 Selecting previously unselected package libsub-identify-perl.
11:59:59 #11 34.32 Preparing to unpack .../263-libsub-identify-perl_0.14-1build5_arm64.deb ...
11:59:59 #11 34.32 Unpacking libsub-identify-perl (0.14-1build5) ...
11:59:59 #11 34.35 Selecting previously unselected package libsub-name-perl.
11:59:59 #10 43.26 Setting up python-apt-common (1.8.4.3) ...
11:59:59 #10 43.27 Setting up sensible-utils (0.0.12) ...
11:59:59 #10 43.29 Setting up exim4-config (4.92-8+deb10u7) ...
11:59:59 #10 21.91 Selecting previously unselected package libnsl-dev:armhf.
11:59:59 #10 21.91 Preparing to unpack .../040-libnsl-dev_1.3.0-2_armhf.deb ...
11:59:59 #10 21.92 Unpacking libnsl-dev:armhf (1.3.0-2) ...
11:59:59 #10 21.96 Selecting previously unselected package rpcsvc-proto.
11:59:59 #10 21.96 Preparing to unpack .../041-rpcsvc-proto_1.4.3-1_armhf.deb ...
11:59:59 #10 21.96 Unpacking rpcsvc-proto (1.4.3-1) ...
11:59:59 #10 22.00 Selecting previously unselected package libc6-dev:armhf.
11:59:59 #10 29.19 Selecting previously unselected package build-essential.
11:59:59 #10 29.19 Preparing to unpack .../056-build-essential_12.6_armhf.deb ...
11:59:59 #10 43.79 Setting up readline-common (8.2-1.3) ...
11:59:59 #10 43.80 Setting up publicsuffix (20221208.1942-1) ...
11:59:59 #10 43.82 Setting up libxml2:arm64 (2.9.14+dfsg-1.1+b3) ...
11:59:59 #10 43.83 Setting up zstd (1.5.2+dfsg2-3) ...
11:59:59 #10 43.84 Setting up libmarkdown2:arm64 (2.2.7-2) ...
11:59:59 #10 43.85 Setting up libcc1-0:arm64 (12.2.0-14) ...
11:59:59 #10 43.86 Setting up iso-codes (4.12.0-1) ...
11:59:59 #10 43.87 Setting up liblocale-gettext-perl (1.07-5) ...
11:59:59 #10 43.88 Setting up liblsan0:arm64 (12.2.0-14) ...
11:59:59 #10 43.89 Setting up dctrl-tools (2.24-3) ...
11:59:59 #10 43.91 Setting up libitm1:arm64 (12.2.0-14) ...
11:59:59 #10 43.92 Setting up debian-keyring (2022.12.24) ...
11:59:59 #10 43.93 Setting up libgdbm6:arm64 (1.23-3) ...
11:59:59 #10 43.94 Setting up libctf0:arm64 (2.40-2) ...
11:59:59 #10 43.95 Setting up pinentry-curses (1.2.1-1) ...
11:59:59 #10 43.97 Setting up manpages-dev (6.02-1) ...
11:59:59 #10 43.98 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
11:59:59 #10 43.99 Setting up cpp-12 (12.2.0-14) ...
11:59:59 #10 44.00 Setting up libxcb1:arm64 (1.15-1) ...
11:59:59 #10 16.33 Get:108 http://archive.raspbian.org/raspbian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
11:59:59 #10 16.33 Get:109 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
11:59:59 #10 16.33 Get:110 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
11:59:59 #10 16.33 Get:111 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:59:59 #10 16.33 Get:112 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:59:59 #10 16.33 Get:113 http://archive.raspbian.org/raspbian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
11:59:59 #10 16.33 Get:114 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [300 kB]
11:59:59 #10 16.40 Get:115 http://archive.raspbian.org/raspbian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
11:59:59 #10 16.43 Get:116 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
11:59:59 #10 16.44 Get:117 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:59:59 #10 16.48 Get:118 http://archive.raspbian.org/raspbian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
11:59:59 #10 16.48 Get:119 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:59:59 #10 16.50 Get:120 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
11:59:59 #11 43.66 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
11:59:59 #11 43.67 Setting up binutils-common:amd64 (2.34-6ubuntu1.4) ...
11:59:59 #11 43.68 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
11:59:59 #11 43.69 Setting up libmagic1:amd64 (1:5.38-4) ...
11:59:59 #11 43.71 Setting up less (551-1ubuntu0.1) ...
11:59:59 #11 43.73 Setting up perl-openssl-defaults:amd64 (4) ...
11:59:59 #11 43.74 Setting up linux-libc-dev:amd64 (5.4.0-137.154) ...
11:59:59 #11 43.75 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.4) ...
11:59:59 #11 43.76 Setting up gettext-base (0.19.8.1-10build1) ...
11:59:59 #11 43.77 Setting up libnpth0:amd64 (1.6-1) ...
11:59:59 #11 43.78 Setting up krb5-locales (1.17-6ubuntu4.2) ...
11:59:59 #11 43.79 Setting up file (1:5.38-4) ...
11:59:59 #11 43.81 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
11:59:59 #11 43.82 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
11:59:59 #11 43.83 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
11:59:59 #11 43.84 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:59:59 #11 43.85 Setting up libunwind8:amd64 (1.2.1-9build1) ...
11:59:59 #10 42.14 Preparing to unpack .../211-libx11-6_2%3a1.8.3-3_amd64.deb ...
11:59:59 #10 42.14 Unpacking libx11-6:amd64 (2:1.8.3-3) ...
11:59:59 #10 42.25 Selecting previously unselected package libxpm4:amd64.
11:59:59 #10 42.26 Preparing to unpack .../212-libxpm4_1%3a3.5.12-1.1_amd64.deb ...
11:59:59 #10 42.26 Unpacking libxpm4:amd64 (1:3.5.12-1.1) ...
11:59:59 #10 42.30 Selecting previously unselected package libgd3:amd64.
11:59:59 #10 42.30 Preparing to unpack .../213-libgd3_2.3.3-7+b1_amd64.deb ...
11:59:59 #10 42.31 Unpacking libgd3:amd64 (2.3.3-7+b1) ...
11:59:59 #10 42.35 Selecting previously unselected package libc-devtools.
11:59:59 #10 42.35 Preparing to unpack .../214-libc-devtools_2.36-8_amd64.deb ...
11:59:59 #10 42.35 Unpacking libc-devtools (2.36-8) ...
11:59:59 #10 42.38 Selecting previously unselected package libcapture-tiny-perl.
11:59:59 #10 42.38 Preparing to unpack .../215-libcapture-tiny-perl_0.48-2_all.deb ...
11:59:59 #10 42.39 Unpacking libcapture-tiny-perl (0.48-2) ...
11:59:59 #10 42.42 Selecting previously unselected package libcgi-pm-perl.
11:59:59 #10 42.42 Preparing to unpack .../216-libcgi-pm-perl_4.55-1_all.deb ...
11:59:59 #10 42.42 Unpacking libcgi-pm-perl (4.55-1) ...
11:59:59 #10 42.48 Selecting previously unselected package libfcgi0ldbl:amd64.
11:59:59 #10 42.48 Preparing to unpack .../217-libfcgi0ldbl_2.4.2-2_amd64.deb ...
11:59:59 #10 42.48 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ...
11:59:59 #10 42.51 Selecting previously unselected package libfcgi-perl.
11:59:59 #11 42.79 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.22.10.1) ...
11:59:59 #11 42.80 Setting up openssh-client (1:9.0p1-1ubuntu7.1) ...
11:59:59 #11 42.86 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
11:59:59 #11 42.86 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:59:59 #11 42.86 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
11:59:59 #11 42.86 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:59:59 #11 42.87 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
11:59:59 #11 42.87 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:59:59 #10 41.90 Preparing to unpack .../206-libcontextual-return-perl_0.004014-2_all.deb ...
11:59:59 #10 41.91 Unpacking libcontextual-return-perl (0.004014-2) ...
11:59:59 #10 41.94 Selecting previously unselected package libconvert-binhex-perl.
11:59:59 #11 42.88 Setting up gpgsm (2.2.35-3ubuntu1) ...
11:59:59 #11 42.89 Setting up libxext6:amd64 (2:1.3.4-1build1) ...
11:59:59 #10 41.94 Preparing to unpack .../207-libconvert-binhex-perl_1.125-1_all.deb ...
11:59:59 #10 41.95 Unpacking libconvert-binhex-perl (1.125-1) ...
11:59:59 #10 41.98 Selecting previously unselected package libcpanel-json-xs-perl.
11:59:59 #11 42.90 Setting up libcurl3-gnutls:amd64 (7.85.0-1ubuntu0.2) ...
11:59:59 #11 42.91 Setting up systemd (251.4-1ubuntu7) ...
11:59:59 #10 41.98 Preparing to unpack .../208-libcpanel-json-xs-perl_4.25-1+b1_amd64.deb ...
11:59:59 #10 41.98 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
11:59:59 #11 42.94 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
11:59:59 #10 42.03 Selecting previously unselected package libdevel-stacktrace-perl.
11:59:59 #10 42.04 Preparing to unpack .../209-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:59:59 #11 42.95 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
11:59:59 #10 42.04 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:59:59 #10 42.08 Selecting previously unselected package libexception-class-perl.
11:59:59 #11 42.95 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
11:59:59 #10 42.08 Preparing to unpack .../210-libexception-class-perl_1.44-1_all.deb ...
11:59:59 #10 42.09 Unpacking libexception-class-perl (1.44-1) ...
11:59:59 #11 42.95 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
11:59:59 #10 42.13 Selecting previously unselected package libiterator-perl.
11:59:59 #10 42.13 Preparing to unpack .../211-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:59:59 #11 42.95 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
11:59:59 #10 42.13 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:59:59 #11 42.96 Initializing machine ID from D-Bus machine ID.
11:59:59 #10 43.44 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.4) ...
11:59:59 #10 43.46 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
11:59:59 #10 43.47 Setting up python3-certifi (2018.1.18-2) ...
11:59:59 #10 43.64 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
11:59:59 #10 33.76 Unpacking build-essential (12.4ubuntu1) ...
11:59:59 #10 33.81 Selecting previously unselected package libroken18-heimdal:armhf.
11:59:59 #10 33.81 Preparing to unpack .../085-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
11:59:59 #10 33.81 Unpacking libroken18-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
11:59:59 #10 33.87 Selecting previously unselected package libasn1-8-heimdal:armhf.
11:59:59 #10 33.87 Preparing to unpack .../086-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
11:59:59 #10 33.87 Unpacking libasn1-8-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
11:59:59 #10 33.94 Selecting previously unselected package libheimbase1-heimdal:armhf.
11:59:59 #10 33.94 Preparing to unpack .../087-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
11:59:59 #10 33.94 Unpacking libheimbase1-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
11:59:59 #10 33.98 Selecting previously unselected package libhcrypto4-heimdal:armhf.
11:59:59 #10 33.98 Preparing to unpack .../088-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
11:59:59 #10 33.98 Unpacking libhcrypto4-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
11:59:59 #10 34.04 Selecting previously unselected package libwind0-heimdal:armhf.
11:59:59 #10 34.04 Preparing to unpack .../089-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
11:59:59 #10 34.05 Unpacking libwind0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
11:59:59 #10 34.09 Selecting previously unselected package libhx509-5-heimdal:armhf.
11:59:59 #10 34.09 Preparing to unpack .../090-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
11:59:59 #11 40.12 Preparing to unpack .../358-libstring-copyright-perl_0.003013-1_all.deb ...
11:59:59 #11 40.13 Unpacking libstring-copyright-perl (0.003013-1) ...
11:59:59 #11 40.16 Selecting previously unselected package libstring-escape-perl.
11:59:59 #11 40.16 Preparing to unpack .../359-libstring-escape-perl_2010.002-2_all.deb ...
11:59:59 #11 40.17 Unpacking libstring-escape-perl (2010.002-2) ...
11:59:59 #11 40.20 Selecting previously unselected package libstring-shellquote-perl.
11:59:59 #11 40.20 Preparing to unpack .../360-libstring-shellquote-perl_1.04-2_all.deb ...
11:59:59 #11 40.21 Unpacking libstring-shellquote-perl (1.04-2) ...
11:59:59 #11 40.24 Selecting previously unselected package libsyntax-keyword-try-perl.
11:59:59 #11 40.24 Preparing to unpack .../361-libsyntax-keyword-try-perl_0.27-1_arm64.deb ...
11:59:59 #11 40.24 Unpacking libsyntax-keyword-try-perl (0.27-1) ...
11:59:59 #11 40.28 Selecting previously unselected package libterm-readkey-perl.
11:59:59 #11 40.28 Preparing to unpack .../362-libterm-readkey-perl_2.38-2_arm64.deb ...
11:59:59 #11 40.28 Unpacking libterm-readkey-perl (2.38-2) ...
11:59:59 #11 40.32 Selecting previously unselected package libtext-levenshteinxs-perl.
11:59:59 #11 40.32 Preparing to unpack .../363-libtext-levenshteinxs-perl_0.03-5_arm64.deb ...
11:59:59 #11 40.32 Unpacking libtext-levenshteinxs-perl (0.03-5) ...
11:59:59 #11 40.36 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
11:59:59 #11 22.75 Setting up libssl3:armhf (3.0.5-2ubuntu2) ...
12:00:00 #11 26.66 Unpacking libxcb1:armhf (1.14-2) ...
12:00:00 #11 26.71 Selecting previously unselected package libx11-data.
12:00:00 #11 26.71 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
12:00:00 #11 26.71 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
12:00:00 #11 26.83 Selecting previously unselected package libx11-6:armhf.
12:00:00 #11 26.83 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_armhf.deb ...
12:00:00 #11 26.83 Unpacking libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
12:00:00 #11 ...
12:00:00 
12:00:00 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:00 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 10.0s
12:00:00 #10 44.05 Setting up libltdl-dev:amd64 (2.4.6-2) ...
12:00:00 #10 44.06 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:00:00 #10 44.07 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
12:00:00 #10 44.08 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
12:00:00 #10 44.09 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.8) ...
12:00:00 #10 44.10 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
12:00:00 #10 44.12 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:00:00 #10 44.13 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
12:00:00 #10 44.14 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
12:00:00 #10 44.15 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:00:00 #10 44.16 Setting up file (1:5.32-2ubuntu0.4) ...
12:00:00 #10 44.17 Setting up fakeroot (1.22-2ubuntu1) ...
12:00:00 #11 25.43 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
12:00:00 #11 25.46 Selecting previously unselected package libxau6:armhf.
12:00:00 #11 25.46 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_armhf.deb ...
12:00:00 #11 25.46 Unpacking libxau6:armhf (1:1.0.9-1build5) ...
12:00:00 #11 25.50 Selecting previously unselected package libxdmcp6:armhf.
12:00:00 #11 25.50 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_armhf.deb ...
12:00:00 #11 25.51 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
12:00:00 #11 25.57 Selecting previously unselected package libxcb1:armhf.
12:00:00 #11 25.57 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_armhf.deb ...
12:00:00 #11 25.57 Unpacking libxcb1:armhf (1.14-3ubuntu3) ...
12:00:00 #11 25.61 Selecting previously unselected package libx11-data.
12:00:00 #11 25.61 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
12:00:00 #11 25.61 Unpacking libx11-data (2:1.7.5-1) ...
12:00:00 #11 25.69 Selecting previously unselected package libx11-6:armhf.
12:00:00 #11 25.69 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_armhf.deb ...
12:00:00 #11 42.86 Setting up automake (1:1.16.5-1.3) ...
12:00:00 #11 42.87 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:00 #11 42.87 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:00:00 #11 42.87 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:00:00 #11 42.88 Setting up libapt-pkg-perl (0.1.40build2) ...
12:00:00 #11 42.89 Setting up libstring-escape-perl (2010.002-2) ...
12:00:00 #11 42.91 Setting up libhttp-date-perl (6.05-1) ...
12:00:00 #11 42.92 Setting up libfile-which-perl (1.23-1) ...
12:00:00 #11 42.93 Setting up libfile-basedir-perl (0.09-1) ...
12:00:00 #11 42.94 Setting up libunicode-utf8-perl (0.62-1build4) ...
12:00:00 #11 42.95 Setting up libset-intspan-perl (1.19-2) ...
12:00:00 #11 42.96 Setting up libmouse-perl (2.5.10-1build4) ...
12:00:00 #11 42.97 Setting up libfile-listing-perl (6.14-1) ...
12:00:00 #11 42.98 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:00:00 #11 42.99 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:00:00 #11 43.00 Setting up libdata-messagepack-perl (1.01-2build1) ...
12:00:00 #11 43.01 Setting up libfont-afm-perl (1.20-3) ...
12:00:00 #11 43.02 Setting up libwant-perl (0.29-1build7) ...
12:00:00 #10 46.61 Preparing to unpack .../287-libsort-key-perl_1.33-2+b1_amd64.deb ...
12:00:00 #10 46.62 Unpacking libsort-key-perl (1.33-2+b1) ...
12:00:00 #10 46.68 Selecting previously unselected package libstring-copyright-perl.
12:00:00 #10 46.68 Preparing to unpack .../288-libstring-copyright-perl_0.003006-1_all.deb ...
12:00:00 #10 46.69 Unpacking libstring-copyright-perl (0.003006-1) ...
12:00:00 #10 46.73 Selecting previously unselected package libstring-escape-perl.
12:00:00 #10 46.73 Preparing to unpack .../289-libstring-escape-perl_2010.002-2_all.deb ...
12:00:00 #10 46.74 Unpacking libstring-escape-perl (2010.002-2) ...
12:00:00 #10 46.79 Selecting previously unselected package libstring-shellquote-perl.
12:00:00 #10 46.79 Preparing to unpack .../290-libstring-shellquote-perl_1.04-1_all.deb ...
12:00:00 #10 46.79 Unpacking libstring-shellquote-perl (1.04-1) ...
12:00:00 #10 46.84 Selecting previously unselected package libterm-readkey-perl.
12:00:00 #11 34.36 Preparing to unpack .../264-libsub-name-perl_0.26-1build3_arm64.deb ...
12:00:00 #11 34.36 Unpacking libsub-name-perl (0.26-1build3) ...
12:00:00 #11 34.42 Selecting previously unselected package libnamespace-clean-perl.
12:00:00 #11 34.42 Preparing to unpack .../265-libnamespace-clean-perl_0.27-1_all.deb ...
12:00:00 #11 34.43 Unpacking libnamespace-clean-perl (0.27-1) ...
12:00:00 #11 34.47 Selecting previously unselected package libpath-tiny-perl.
12:00:00 #11 34.47 Preparing to unpack .../266-libpath-tiny-perl_0.122-1_all.deb ...
12:00:00 #11 34.48 Unpacking libpath-tiny-perl (0.122-1) ...
12:00:00 #11 34.51 Selecting previously unselected package libstrictures-perl.
12:00:00 #11 34.52 Preparing to unpack .../267-libstrictures-perl_2.000006-1_all.deb ...
12:00:00 #11 34.52 Unpacking libstrictures-perl (2.000006-1) ...
12:00:00 #11 34.55 Selecting previously unselected package libtype-tiny-perl.
12:00:00 #11 34.56 Preparing to unpack .../268-libtype-tiny-perl_1.012004-1_all.deb ...
12:00:00 #11 34.56 Unpacking libtype-tiny-perl (1.012004-1) ...
12:00:00 #11 34.62 Selecting previously unselected package libgitlab-api-v4-perl.
12:00:00 #10 43.68 Adding system-user for exim (v4)
12:00:00 #10 22.01 Preparing to unpack .../042-libc6-dev_2.36-8_armhf.deb ...
12:00:00 #10 22.01 Unpacking libc6-dev:armhf (2.36-8) ...
12:00:00 #10 22.26 Selecting previously unselected package libisl23:armhf.
12:00:00 #10 22.26 Preparing to unpack .../043-libisl23_0.25-1_armhf.deb ...
12:00:00 #10 22.27 Unpacking libisl23:armhf (0.25-1) ...
12:00:00 #10 22.39 Selecting previously unselected package libmpfr6:armhf.
12:00:00 #10 22.39 Preparing to unpack .../044-libmpfr6_4.2.0-1_armhf.deb ...
12:00:00 #10 29.40 Unpacking build-essential (12.6) ...
12:00:00 #10 44.01 Setting up gettext (0.21-11) ...
12:00:00 #10 44.02 Setting up xdelta (1.1.3-10.4) ...
12:00:00 #10 44.04 Setting up libavif15:arm64 (0.11.1-1) ...
12:00:00 #10 44.05 Setting up libarchive13:arm64 (3.6.2-1) ...
12:00:00 #10 44.06 Setting up fontconfig-config (2.14.1-4) ...
12:00:00 #10 44.27 Setting up libedit2:arm64 (3.1-20221030-2) ...
12:00:00 #10 16.51 Get:121 http://archive.raspbian.org/raspbian bullseye/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
12:00:00 #10 16.51 Get:122 http://archive.raspbian.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2 [324 kB]
12:00:00 #10 16.54 Get:123 http://archive.raspbian.org/raspbian bullseye/main armhf wdiff armhf 1.2.2-2 [120 kB]
12:00:00 #10 16.56 Get:124 http://archive.raspbian.org/raspbian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
12:00:00 #10 16.62 Get:125 http://archive.raspbian.org/raspbian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
12:00:00 #10 16.62 Get:126 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u5 [306 kB]
12:00:00 #10 16.66 Get:127 http://archive.raspbian.org/raspbian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
12:00:00 #10 16.66 Get:128 http://archive.raspbian.org/raspbian bullseye/main armhf git-man all 1:2.30.2-1+deb11u1 [1829 kB]
12:00:00 #10 16.77 Get:129 http://archive.raspbian.org/raspbian bullseye/main armhf git armhf 1:2.30.2-1+deb11u1 [4707 kB]
12:00:00 #11 41.64 Updating certificates in /etc/ssl/certs...
12:00:00 #11 43.86 Setting up libfakeroot:amd64 (1.24-1) ...
12:00:00 #11 43.88 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
12:00:00 #11 43.89 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:00:00 #11 43.90 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
12:00:00 #11 44.01 
12:00:00 #11 44.01 Current default time zone: 'Etc/UTC'
12:00:00 #11 44.01 Local time is now:      Tue Feb  7 11:59:59 UTC 2023.
12:00:00 #11 44.01 Universal Time is now:  Tue Feb  7 11:59:59 UTC 2023.
12:00:00 #11 44.01 Run 'dpkg-reconfigure tzdata' if you wish to change it.
12:00:00 #11 44.01 
12:00:00 #11 44.05 Setting up fakeroot (1.24-1) ...
12:00:00 #11 44.06 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:00 #11 44.06 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #11 44.06 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #11 44.06 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #11 44.06 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #11 44.06 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #11 44.06 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #11 44.06 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #11 44.06 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #11 44.07 Setting up autotools-dev (20180224.1) ...
12:00:00 #11 44.09 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:00:00 #11 44.10 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
12:00:00 #11 44.11 Setting up make (4.2.1-1.2) ...
12:00:00 #14 1.028 Last metadata expiration check: 0:00:14 ago on Tue Feb  7 11:59:45 2023.
12:00:00 #10 42.51 Preparing to unpack .../218-libfcgi-perl_0.82+ds-2_amd64.deb ...
12:00:00 #10 42.52 Unpacking libfcgi-perl (0.82+ds-2) ...
12:00:00 #10 42.54 Selecting previously unselected package libcgi-fast-perl.
12:00:00 #10 42.55 Preparing to unpack .../219-libcgi-fast-perl_1%3a2.15-1_all.deb ...
12:00:00 #10 42.55 Unpacking libcgi-fast-perl (1:2.15-1) ...
12:00:00 #10 42.58 Selecting previously unselected package libclass-data-inheritable-perl.
12:00:00 #10 42.58 Preparing to unpack .../220-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:00:00 #10 42.59 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:00:00 #10 42.64 Selecting previously unselected package libclass-inspector-perl.
12:00:00 #10 42.64 Preparing to unpack .../221-libclass-inspector-perl_1.36-3_all.deb ...
12:00:00 #10 42.65 Unpacking libclass-inspector-perl (1.36-3) ...
12:00:00 #10 42.68 Selecting previously unselected package libcommon-sense-perl:amd64.
12:00:00 #10 42.68 Preparing to unpack .../222-libcommon-sense-perl_3.75-3_amd64.deb ...
12:00:00 #10 42.69 Unpacking libcommon-sense-perl:amd64 (3.75-3) ...
12:00:00 #10 42.72 Selecting previously unselected package libconfig-tiny-perl.
12:00:00 #10 42.72 Preparing to unpack .../223-libconfig-tiny-perl_2.28-2_all.deb ...
12:00:00 #10 42.73 Unpacking libconfig-tiny-perl (2.28-2) ...
12:00:00 #10 42.76 Selecting previously unselected package libparams-util-perl.
12:00:00 #10 42.16 Selecting previously unselected package libiterator-util-perl.
12:00:00 #10 42.17 Preparing to unpack .../212-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
12:00:00 #10 42.17 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
12:00:00 #10 42.20 Selecting previously unselected package libexporter-tiny-perl.
12:00:00 #10 42.20 Preparing to unpack .../213-libexporter-tiny-perl_1.002002-1_all.deb ...
12:00:00 #10 42.20 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:00:00 #10 42.24 Selecting previously unselected package liblist-moreutils-xs-perl.
12:00:00 #10 42.24 Preparing to unpack .../214-liblist-moreutils-xs-perl_0.430-2_amd64.deb ...
12:00:00 #10 42.24 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
12:00:00 #10 42.27 Selecting previously unselected package liblist-moreutils-perl.
12:00:00 #10 42.27 Preparing to unpack .../215-liblist-moreutils-perl_0.430-2_all.deb ...
12:00:00 #10 42.27 Unpacking liblist-moreutils-perl (0.430-2) ...
12:00:00 #10 42.31 Selecting previously unselected package libdata-dpath-perl.
12:00:00 #10 42.31 Preparing to unpack .../216-libdata-dpath-perl_0.58-1_all.deb ...
12:00:00 #10 42.31 Unpacking libdata-dpath-perl (0.58-1) ...
12:00:00 #10 42.35 Selecting previously unselected package libdata-dump-perl.
12:00:00 #10 42.35 Preparing to unpack .../217-libdata-dump-perl_1.23-1.1_all.deb ...
12:00:00 #10 42.36 Unpacking libdata-dump-perl (1.23-1.1) ...
12:00:00 #10 42.39 Selecting previously unselected package libdata-messagepack-perl.
12:00:00 #10 42.39 Preparing to unpack .../218-libdata-messagepack-perl_1.00-4+b1_amd64.deb ...
12:00:00 #10 42.39 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
12:00:00 #10 42.42 Selecting previously unselected package libnet-domain-tld-perl.
12:00:00 #10 42.43 Preparing to unpack .../219-libnet-domain-tld-perl_1.75-1.1_all.deb ...
12:00:00 #10 42.46 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
12:00:00 #11 43.13 Setting up binutils (2.39-3ubuntu1.1) ...
12:00:00 #11 43.14 Setting up man-db (2.10.2-2) ...
12:00:00 #11 43.23 Building database of manual pages ...
12:00:00 #12 30.17   Installing       : bzip2-1.0.6-26.el8.x86_64                            11/91 
12:00:00 #12 30.74   Installing       : binutils-2.30-119.el8.x86_64                         12/91 
12:00:00 #12 30.76   Running scriptlet: binutils-2.30-119.el8.x86_64                         12/91 
12:00:00 #12 30.83   Installing       : zip-3.0-23.el8.x86_64                                13/91 
12:00:00 #12 30.85   Upgrading        : python3-rpm-4.14.3-26.el8.x86_64                     14/91 
12:00:00 #12 30.86   Installing       : python-rpm-macros-3-44.el8.noarch                    15/91 
12:00:00 #12 30.87   Installing       : python3-rpm-macros-3-44.el8.noarch                   16/91 
12:00:00 #12 30.88   Installing       : efi-srpm-macros-3-3.el8.noarch                       17/91 
12:00:00 #12 30.89   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        18/91 
12:00:00 #12 30.91   Installing       : patch-2.7.6-11.el8.x86_64                            19/91 
12:00:00 #12 30.95   Installing       : ncurses-6.1-9.20180224.el8.x86_64                    20/91 
12:00:00 #12 30.96   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               21/91 
12:00:00 #12 30.97   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   22/91 
12:00:00 #12 30.98   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 23/91 
12:00:00 #12 30.99   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  24/91 
12:00:00 #12 31.00   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              25/91 
12:00:00 #12 31.01   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    26/91 
12:00:00 #12 31.03   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                27/91 
12:00:00 #13 4.951 (1/72): dbus-1.12.20-7.el9.x86_64.rpm           166 kB/s | 3.9 kB     00:00    
12:00:00 #13 4.974 (2/72): acl-2.3.1-3.el9.x86_64.rpm              1.5 MB/s |  73 kB     00:00    
12:00:00 #13 4.977 (3/72): dbus-common-1.12.20-7.el9.noarch.rpm    576 kB/s |  15 kB     00:00    
12:00:00 #13 4.985 (4/72): dbus-broker-28-7.el9.x86_64.rpm         2.9 MB/s | 172 kB     00:00    
12:00:00 #13 5.000 (5/72): device-mapper-1.02.187-4.el9.x86_64.rpm 5.3 MB/s | 141 kB     00:00    
12:00:00 #13 5.004 (6/72): kmod-libs-28-7.el9.x86_64.rpm           3.3 MB/s |  64 kB     00:00    
12:00:00 #13 5.015 (7/72): libcbor-0.7.0-5.el9.x86_64.rpm          4.0 MB/s |  57 kB     00:00    
12:00:00 #13 5.019 (8/72): device-mapper-libs-1.02.187-4.el9.x86_6 4.2 MB/s | 178 kB     00:00    
12:00:00 #13 5.024 (9/72): libedit-3.1-37.20210216cvs.el9.x86_64.r 5.4 MB/s | 105 kB     00:00    
12:00:00 #13 5.029 (10/72): libfido2-1.6.0-7.el9.x86_64.rpm        5.0 MB/s |  71 kB     00:00    
12:00:00 #13 5.035 (11/72): libseccomp-2.5.2-2.el9.x86_64.rpm      4.7 MB/s |  72 kB     00:00    
12:00:00 #13 5.056 (12/72): make-4.3-7.el9.x86_64.rpm               17 MB/s | 538 kB     00:00    
12:00:00 #13 5.064 (13/72): openssh-8.7p1-28.el9.x86_64.rpm         13 MB/s | 457 kB     00:00    
12:00:00 #13 5.074 (14/72): openssh-clients-8.7p1-28.el9.x86_64.rp  18 MB/s | 707 kB     00:00    
12:00:00 #13 5.077 (15/72): rpm-plugin-selinux-4.16.1.3-22.el9.x86 883 kB/s |  18 kB     00:00    
12:00:00 #13 5.080 (16/72): selinux-policy-38.1.5-1.el9.noarch.rpm 3.4 MB/s |  54 kB     00:00    
12:00:00 #13 5.100 (17/72): systemd-pam-252-3.el9.x86_64.rpm        13 MB/s | 255 kB     00:00    
12:00:00 #13 5.115 (18/72): systemd-rpm-macros-252-3.el9.noarch.rp 2.9 MB/s |  43 kB     00:00    
12:00:00 #13 5.132 (19/72): which-2.21-28.el9.x86_64.rpm           2.7 MB/s |  42 kB     00:00    
12:00:00 #13 5.170 (20/72): systemd-252-3.el9.x86_64.rpm            44 MB/s | 4.1 MB     00:00    
12:00:00 #23 0.606 
12:00:00 #23 0.623 Removing /tmp/bundles/
12:00:00 #23 0.624 
12:00:00 #23 0.629 ---> Making bundle: binary (in /tmp/bundles/binary)
12:00:00 #23 0.662 ++++++ cat ./cli/winresources/dockerd/winres.json
12:00:00 #10 43.71 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:00:00 #10 43.72 Setting up python3-pkg-resources (39.0.1-2ubuntu0.1) ...
12:00:00 #10 34.09 Unpacking libhx509-5-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:00 #10 34.15 Selecting previously unselected package libkrb5-26-heimdal:armhf.
12:00:00 #10 34.15 Preparing to unpack .../091-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
12:00:00 #10 34.15 Unpacking libkrb5-26-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:00 #10 34.22 Selecting previously unselected package libheimntlm0-heimdal:armhf.
12:00:00 #10 34.22 Preparing to unpack .../092-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
12:00:00 #11 40.36 Preparing to unpack .../364-libtext-markdown-discount-perl_0.13-1build1_arm64.deb ...
12:00:00 #11 40.36 Unpacking libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
12:00:00 #11 40.40 Selecting previously unselected package libtext-xslate-perl:arm64.
12:00:00 #11 40.40 Preparing to unpack .../365-libtext-xslate-perl_3.5.9-1build1_arm64.deb ...
12:00:00 #11 40.41 Unpacking libtext-xslate-perl:arm64 (3.5.9-1build1) ...
12:00:00 #11 40.45 Selecting previously unselected package libtime-duration-perl.
12:00:00 #11 40.45 Preparing to unpack .../366-libtime-duration-perl_1.21-1_all.deb ...
12:00:00 #11 40.46 Unpacking libtime-duration-perl (1.21-1) ...
12:00:00 #11 40.49 Selecting previously unselected package libtime-moment-perl.
12:00:00 #11 40.49 Preparing to unpack .../367-libtime-moment-perl_0.44-2_arm64.deb ...
12:00:00 #11 40.49 Unpacking libtime-moment-perl (0.44-2) ...
12:00:00 #11 40.53 Selecting previously unselected package libtype-tiny-xs-perl:arm64.
12:00:00 #11 40.53 Preparing to unpack .../368-libtype-tiny-xs-perl_0.022-2_arm64.deb ...
12:00:00 #11 40.54 Unpacking libtype-tiny-xs-perl:arm64 (0.022-2) ...
12:00:00 #11 40.57 Selecting previously unselected package libunicode-utf8-perl.
12:00:00 #11 40.57 Preparing to unpack .../369-libunicode-utf8-perl_0.62-1build4_arm64.deb ...
12:00:00 #11 40.58 Unpacking libunicode-utf8-perl (0.62-1build4) ...
12:00:00 #11 40.61 Selecting previously unselected package libwww-mechanize-perl.
12:00:00 #11 22.90 Setting up libpython3.10-minimal:armhf (3.10.7-1ubuntu0.2) ...
12:00:00 #11 22.92 Setting up libexpat1:armhf (2.4.8-2ubuntu0.22.10.1) ...
12:00:00 #11 22.93 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
12:00:00 #10 44.17 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:00 #10 44.17 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #10 44.17 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #10 44.17 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #10 44.17 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #10 44.17 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #10 44.17 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #10 44.17 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #10 44.17 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:00 #10 44.18 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:00:00 #10 44.20 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
12:00:00 #10 44.21 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
12:00:00 #10 44.22 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
12:00:00 #10 44.23 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.6) ...
12:00:00 #10 44.24 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
12:00:00 #10 44.25 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
12:00:00 #10 44.26 Setting up man-db (2.8.3-2ubuntu0.1) ...
12:00:00 #10 44.35 Building database of manual pages ...
12:00:00 #7 ...
12:00:00 
12:00:00 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:00 #11 26.98 Selecting previously unselected package libxext6:armhf.
12:00:00 #11 26.98 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_armhf.deb ...
12:00:00 #11 26.98 Unpacking libxext6:armhf (2:1.3.4-0ubuntu1) ...
12:00:00 #11 27.03 Selecting previously unselected package libxmuu1:armhf.
12:00:00 #11 27.03 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_armhf.deb ...
12:00:00 #11 27.04 Unpacking libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
12:00:00 #11 27.08 Selecting previously unselected package manpages.
12:00:00 #11 27.08 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
12:00:00 #11 27.08 Unpacking manpages (5.05-1) ...
12:00:00 #11 25.70 Unpacking libx11-6:armhf (2:1.7.5-1) ...
12:00:00 #11 25.78 Selecting previously unselected package libxext6:armhf.
12:00:00 #11 25.78 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_armhf.deb ...
12:00:00 #11 25.78 Unpacking libxext6:armhf (2:1.3.4-1build1) ...
12:00:00 #11 25.82 Selecting previously unselected package libxmuu1:armhf.
12:00:00 #11 25.82 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_armhf.deb ...
12:00:00 #11 25.82 Unpacking libxmuu1:armhf (2:1.1.3-3) ...
12:00:00 #11 25.86 Selecting previously unselected package man-db.
12:00:00 #11 25.86 Preparing to unpack .../044-man-db_2.10.2-1_armhf.deb ...
12:00:00 #11 25.87 Unpacking man-db (2.10.2-1) ...
12:00:00 #11 25.94 Selecting previously unselected package manpages.
12:00:00 #11 25.94 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
12:00:00 #11 43.03 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:00:00 #11 43.04 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:00:00 #11 43.06 Setting up liblist-compare-perl (0.55-1) ...
12:00:00 #11 43.07 Setting up libref-util-xs-perl (0.117-1build5) ...
12:00:00 #11 43.08 Setting up libio-pty-perl (1:1.15-2build2) ...
12:00:00 #11 43.09 Setting up libtool (2.4.6-15build2) ...
12:00:00 #11 43.10 Setting up g++-11 (11.3.0-1ubuntu1~22.04) ...
12:00:00 #11 43.11 Setting up libfile-fcntllock-perl (0.22-3build7) ...
12:00:00 #11 43.12 Setting up libclone-perl (0.45-1build3) ...
12:00:00 #11 43.13 Setting up libalgorithm-diff-perl (1.201-1) ...
12:00:00 #11 43.14 Setting up libarchive-zip-perl (1.68-1) ...
12:00:00 #11 43.15 Setting up libsub-identify-perl (0.14-1build5) ...
12:00:00 #11 43.16 Setting up libdistro-info-perl (1.1build1) ...
12:00:00 #11 43.17 Setting up libcpanel-json-xs-perl:amd64 (4.27-1build1) ...
12:00:00 #11 43.18 Setting up python3-apt (2.4.0) ...
12:00:00 #10 46.84 Preparing to unpack .../291-libterm-readkey-perl_2.38-1_amd64.deb ...
12:00:00 #10 46.85 Unpacking libterm-readkey-perl (2.38-1) ...
12:00:00 #10 46.92 Selecting previously unselected package libtest-fatal-perl.
12:00:00 #10 46.93 Preparing to unpack .../292-libtest-fatal-perl_0.014-1_all.deb ...
12:00:00 #10 46.93 Unpacking libtest-fatal-perl (0.014-1) ...
12:00:00 #10 47.02 Selecting previously unselected package libtest-refcount-perl.
12:00:00 #10 47.03 Preparing to unpack .../293-libtest-refcount-perl_0.08-3_all.deb ...
12:00:00 #10 47.03 Unpacking libtest-refcount-perl (0.08-3) ...
12:00:00 #10 47.07 Selecting previously unselected package libtext-levenshtein-perl.
12:00:00 #10 47.07 Preparing to unpack .../294-libtext-levenshtein-perl_0.13-1_all.deb ...
12:00:00 #10 47.08 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:00:00 #10 47.12 Selecting previously unselected package libtype-tiny-xs-perl.
12:00:00 #11 34.62 Preparing to unpack .../269-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:00:00 #11 34.62 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:00:00 #11 34.68 Selecting previously unselected package libhash-fieldhash-perl.
12:00:00 #11 34.68 Preparing to unpack .../270-libhash-fieldhash-perl_0.15-1build5_arm64.deb ...
12:00:00 #11 34.69 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
12:00:00 #11 34.73 Selecting previously unselected package libhtml-form-perl.
12:00:00 #11 34.74 Preparing to unpack .../271-libhtml-form-perl_6.07-1_all.deb ...
12:00:00 #11 34.74 Unpacking libhtml-form-perl (6.07-1) ...
12:00:00 #11 34.79 Selecting previously unselected package libhtml-format-perl.
12:00:00 #11 34.79 Preparing to unpack .../272-libhtml-format-perl_2.12-1.1_all.deb ...
12:00:00 #11 34.80 Unpacking libhtml-format-perl (2.12-1.1) ...
12:00:00 #11 34.83 Selecting previously unselected package libhtml-html5-entities-perl.
12:00:00 #11 34.83 Preparing to unpack .../273-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
12:00:00 #11 34.84 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
12:00:00 #10 15.68 Get:87 http://archive.raspbian.org/raspbian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.1+b1 [571 kB]
12:00:00 #10 15.69 Get:88 http://archive.raspbian.org/raspbian bookworm/main armhf gettext armhf 0.21-11 [1204 kB]
12:00:00 #10 15.71 Get:89 http://archive.raspbian.org/raspbian bookworm/main armhf intltool-debian all 0.35.0+20060710.6 [22.9 kB]
12:00:00 #10 15.71 Get:90 http://archive.raspbian.org/raspbian bookworm/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
12:00:00 #10 15.76 Get:91 http://archive.raspbian.org/raspbian bookworm/main armhf debhelper all 13.11.4 [942 kB]
12:00:00 #10 15.79 Get:92 http://archive.raspbian.org/raspbian bookworm/main armhf libfakeroot armhf 1.29-1 [45.9 kB]
12:00:00 #10 15.79 Get:93 http://archive.raspbian.org/raspbian bookworm/main armhf fakeroot armhf 1.29-1 [86.5 kB]
12:00:00 #10 15.79 Get:94 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-dirlist-perl all 0.05-3 [7600 B]
12:00:00 #9 41.36 Dependencies resolved.
12:00:00 #9 41.38 ================================================================================
12:00:00 #9 41.38  Package                       Arch      Version                Repo       Size
12:00:00 #9 41.38 ================================================================================
12:00:00 #9 41.38 Installing:
12:00:00 #9 41.38  dnf-plugins-core              noarch    4.3.1-1.fc37           fedora     34 k
12:00:00 #9 41.38  rpm-build                     aarch64   4.18.0-1.fc37          fedora     77 k
12:00:00 #9 41.38  rpmlint                       noarch    2.4.0-3.fc37           updates   330 k
12:00:00 #9 41.38 Upgrading:
12:00:00 #9 41.38  glibc                         aarch64   2.36-9.fc37            updates   1.8 M
12:00:00 #9 41.38  glibc-common                  aarch64   2.36-9.fc37            updates   361 k
12:00:00 #9 41.38  glibc-minimal-langpack        aarch64   2.36-9.fc37            updates    87 k
12:00:00 #9 41.38 Installing dependencies:
12:00:00 #9 41.38  ansible-srpm-macros           noarch    1-8.1.fc37             updates   8.6 k
12:00:00 #9 41.38  binutils                      aarch64   2.38-25.fc37           updates   5.8 M
12:00:00 #9 41.38  binutils-gold                 aarch64   2.38-25.fc37           updates   923 k
12:00:00 #9 41.38  bzip2                         aarch64   1.0.8-12.fc37          fedora     52 k
12:00:00 #9 41.38  cpio                          aarch64   2.13-13.fc37           fedora    274 k
12:00:00 #9 41.38  dash                          aarch64   0.5.11.5-2.fc37        fedora     98 k
12:00:00 #9 41.38  dbus-libs                     aarch64   1:1.14.4-1.fc37        updates   154 k
12:00:00 #9 41.38  debugedit                     aarch64   5.0-7.fc37             updates    77 k
12:00:00 #9 41.38  desktop-file-utils            aarch64   0.26-7.fc37            fedora     71 k
12:00:00 #9 41.38  devscripts-checkbashisms      aarch64   2.22.2-3.fc37          fedora     28 k
12:00:00 #9 41.38  diffutils                     aarch64   3.8-3.fc37             fedora    376 k
12:00:00 #9 41.38  dwz                           aarch64   0.14-7.fc37            fedora    126 k
12:00:00 #9 41.38  ed                            aarch64   1.18-2.fc37            fedora     78 k
12:00:00 #9 41.38  efi-srpm-macros               noarch    5-6.fc37               fedora     22 k
12:00:00 #9 41.38  elfutils                      aarch64   0.187-8.fc37           fedora    521 k
12:00:00 #9 41.38  elfutils-debuginfod-client    aarch64   0.187-8.fc37           fedora     38 k
12:00:00 #9 41.38  emacs-filesystem              noarch    1:28.2-3.fc37          updates   7.5 k
12:00:00 #9 41.38  enchant2                      aarch64   2.3.3-2.fc37           fedora     64 k
12:00:00 #9 41.38  file                          aarch64   5.42-4.fc37            fedora     49 k
12:00:00 #9 41.38  fonts-srpm-macros             noarch    1:2.0.5-9.fc37         fedora     26 k
12:00:00 #9 41.38  fpc-srpm-macros               noarch    1.3-6.fc37             fedora    7.7 k
12:00:00 #9 41.38  gdb-minimal                   aarch64   12.1-7.fc37            updates   3.5 M
12:00:00 #9 41.38  gdk-pixbuf2                   aarch64   2.42.10-1.fc37         fedora    483 k
12:00:00 #9 41.38  ghc-srpm-macros               noarch    1.5.0-7.fc37           fedora    7.8 k
12:00:00 #9 41.38  glibc-gconv-extra             aarch64   2.36-9.fc37            updates   1.7 M
12:00:00 #9 41.38  gnat-srpm-macros              noarch    5-1.fc37               updates   8.3 k
12:00:00 #9 41.38  go-srpm-macros                noarch    3.2.0-1.fc37           fedora     27 k
12:00:00 #9 41.38  groff-base                    aarch64   1.22.4-10.fc37         fedora    1.0 M
12:00:00 #9 41.38  hunspell                      aarch64   1.7.0-21.fc37          fedora    265 k
12:00:00 #9 41.38  hunspell-en-GB                noarch    0.20140811.1-23.fc37   fedora    225 k
12:00:00 #9 41.38  hunspell-en-US                noarch    0.20140811.1-23.fc37   fedora    176 k
12:00:00 #9 41.38  hunspell-filesystem           aarch64   1.7.0-21.fc37          fedora    8.8 k
12:00:00 #9 41.38  json-glib                     aarch64   1.6.6-3.fc37           fedora    160 k
12:00:00 #9 41.38  kernel-srpm-macros            noarch    1.0-15.fc37            fedora    9.4 k
12:00:00 #9 41.38  libappstream-glib             aarch64   0.8.1-1.fc37           fedora    389 k
12:00:00 #9 41.38  libjpeg-turbo                 aarch64   2.1.3-2.fc37           fedora    195 k
12:00:00 #9 41.38  libpkgconf                    aarch64   1.8.0-3.fc37           fedora     36 k
12:00:00 #9 41.38  libpng                        aarch64   2:1.6.37-13.fc37       fedora    114 k
12:00:00 #9 41.38  libstemmer                    aarch64   0-19.585svn.fc37       fedora     79 k
12:00:00 #9 41.38  lua-srpm-macros               noarch    1-7.fc37               fedora    8.8 k
12:00:00 #9 41.38  ncurses                       aarch64   6.3-3.20220501.fc37    fedora    409 k
12:00:00 #9 41.38  nim-srpm-macros               noarch    3-7.fc37               fedora    8.4 k
12:00:00 #9 41.38  ocaml-srpm-macros             noarch    7-2.fc37               fedora     13 k
12:00:00 #9 41.38  openblas-srpm-macros          noarch    2-12.fc37              fedora    7.5 k
12:00:00 #9 41.38  package-notes-srpm-macros     noarch    0.5-6.fc37             fedora     11 k
12:00:00 #9 41.38  patch                         aarch64   2.7.6-17.fc37          fedora    121 k
12:00:00 #9 41.38  perl-AutoLoader               noarch    5.74-492.fc37          fedora     24 k
12:00:00 #9 41.38  perl-B                        aarch64   1.83-492.fc37          fedora    186 k
12:00:00 #9 41.38  perl-Carp                     noarch    1.52-489.fc37          fedora     29 k
12:00:00 #9 41.38  perl-Class-Struct             noarch    0.66-492.fc37          fedora     25 k
12:00:00 #9 41.38  perl-Data-Dumper              aarch64   2.184-490.fc37         fedora     55 k
12:00:00 #9 41.38  perl-Digest                   noarch    1.20-489.fc37          fedora     26 k
12:00:00 #9 41.38  perl-Digest-MD5               aarch64   2.58-489.fc37          fedora     36 k
12:00:00 #9 41.38  perl-DynaLoader               aarch64   1.52-492.fc37          fedora     29 k
12:00:00 #9 41.38  perl-Encode                   aarch64   4:3.19-492.fc37        fedora    1.7 M
12:00:00 #9 41.38  perl-Errno                    aarch64   1.36-492.fc37          fedora     18 k
12:00:00 #9 41.38  perl-Exporter                 noarch    5.77-489.fc37          fedora     31 k
12:00:00 #9 41.38  perl-Fcntl                    aarch64   1.15-492.fc37          fedora     24 k
12:00:00 #9 41.38  perl-File-Basename            noarch    2.85-492.fc37          fedora     20 k
12:00:00 #9 41.38  perl-File-Path                noarch    2.18-489.fc37          fedora     35 k
12:00:00 #9 41.38  perl-File-Temp                noarch    1:0.231.100-489.fc37   fedora     59 k
12:00:00 #9 41.38  perl-File-stat                noarch    1.12-492.fc37          fedora     20 k
12:00:00 #9 41.38  perl-FileHandle               noarch    2.03-492.fc37          fedora     19 k
12:00:00 #9 41.38  perl-Getopt-Long              noarch    1:2.54-1.fc37          updates    60 k
12:00:00 #9 41.38  perl-Getopt-Std               noarch    1.13-492.fc37          fedora     19 k
12:00:00 #9 41.38  perl-HTTP-Tiny                noarch    0.082-1.fc37           fedora     55 k
12:00:00 #9 41.38  perl-IO                       aarch64   1.50-492.fc37          fedora     95 k
12:00:00 #9 41.38  perl-IPC-Open3                noarch    1.22-492.fc37          fedora     26 k
12:00:00 #9 41.38  perl-MIME-Base64              aarch64   3.16-489.fc37          fedora     30 k
12:00:00 #9 41.38  perl-Net-SSLeay               aarch64   1.92-4.fc37            fedora    358 k
12:00:00 #9 41.38  perl-POSIX                    aarch64   2.03-492.fc37          fedora    101 k
12:00:00 #9 41.38  perl-PathTools                aarch64   3.84-489.fc37          fedora     90 k
12:00:00 #9 41.38  perl-Pod-Escapes              noarch    1:1.07-489.fc37        fedora     20 k
12:00:00 #9 41.38  perl-Pod-Perldoc              noarch    3.28.01-490.fc37       fedora     90 k
12:00:00 #9 41.38  perl-Pod-Simple               noarch    1:3.43-490.fc37        fedora    225 k
12:00:00 #9 41.38  perl-Pod-Usage                noarch    4:2.03-3.fc37          fedora     40 k
12:00:00 #9 41.38  perl-Scalar-List-Utils        aarch64   5:1.63-489.fc37        fedora     71 k
12:00:00 #9 41.38  perl-SelectSaver              noarch    1.02-492.fc37          fedora     15 k
12:00:00 #9 41.38  perl-Socket                   aarch64   4:2.036-1.fc37         fedora     55 k
12:00:00 #9 41.38  perl-Storable                 aarch64   1:3.26-489.fc37        fedora     95 k
12:00:00 #9 41.38  perl-Symbol                   noarch    1.09-492.fc37          fedora     17 k
12:00:00 #9 41.38  perl-Term-ANSIColor           noarch    5.01-490.fc37          fedora     48 k
12:00:00 #9 41.38  perl-Term-Cap                 noarch    1.17-489.fc37          fedora     22 k
12:00:00 #9 41.38  perl-Text-ParseWords          noarch    3.31-489.fc37          fedora     16 k
12:00:00 #9 41.38  perl-Text-Tabs+Wrap           noarch    2021.0814-489.fc37     fedora     22 k
12:00:00 #9 41.38  perl-Time-Local               noarch    2:1.300-489.fc37       fedora     33 k
12:00:00 #9 41.38  perl-URI                      noarch    5.17-1.fc37            updates   123 k
12:00:00 #9 41.38  perl-base                     noarch    2.27-492.fc37          fedora     19 k
12:00:00 #9 41.38  perl-constant                 noarch    1.33-490.fc37          fedora     23 k
12:00:00 #9 41.38  perl-if                       noarch    0.61.000-492.fc37      fedora     17 k
12:00:00 #9 41.38  perl-interpreter              aarch64   4:5.36.0-492.fc37      fedora     75 k
12:00:00 #9 41.38  perl-libnet                   noarch    3.14-490.fc37          fedora    132 k
12:00:00 #9 41.38  perl-libs                     aarch64   4:5.36.0-492.fc37      fedora    2.2 M
12:00:00 #9 41.38  perl-mro                      aarch64   1.26-492.fc37          fedora     31 k
12:00:00 #9 41.38  perl-overload                 noarch    1.35-492.fc37          fedora     49 k
12:00:00 #9 41.38  perl-overloading              noarch    0.02-492.fc37          fedora     16 k
12:00:00 #9 41.38  perl-parent                   noarch    1:0.238-489.fc37       fedora     14 k
12:00:00 #9 41.38  perl-podlators                noarch    1:4.14-489.fc37        fedora    116 k
12:00:00 #9 41.38  perl-srpm-macros              noarch    1-46.fc37              fedora    8.3 k
12:00:00 #9 41.38  perl-subs                     noarch    1.04-492.fc37          fedora     15 k
12:00:00 #9 41.38  perl-vars                     noarch    1.05-492.fc37          fedora     16 k
12:00:00 #9 41.38  pkgconf                       aarch64   1.8.0-3.fc37           fedora     41 k
12:00:00 #9 41.38  pkgconf-m4                    noarch    1.8.0-3.fc37           fedora     14 k
12:00:00 #9 41.38  pkgconf-pkg-config            aarch64   1.8.0-3.fc37           fedora     10 k
12:00:00 #9 41.38  pyproject-srpm-macros         noarch    1.6.0-1.fc37           updates    15 k
12:00:00 #9 41.38  python-srpm-macros            noarch    3.11-5.fc37            updates    24 k
12:00:00 #9 41.38  python3-construct             noarch    2.10.68-3.fc37         fedora    152 k
12:00:00 #9 41.38  python3-dateutil              noarch    1:2.8.2-4.fc37         fedora    361 k
12:00:00 #9 41.38  python3-dbus                  aarch64   1.3.2-1.fc37           updates   158 k
12:00:00 #9 41.38  python3-distro                noarch    1.7.0-3.fc37           fedora     48 k
12:00:00 #9 41.38  python3-dnf-plugins-core      noarch    4.3.1-1.fc37           fedora    278 k
12:00:00 #9 41.38  python3-enchant               noarch    3.2.2-5.fc37           fedora    103 k
12:00:00 #9 41.38  python3-file-magic            noarch    5.42-4.fc37            fedora     20 k
12:00:00 #9 41.38  python3-pybeam                noarch    0.7-4.fc37             fedora     32 k
12:00:00 #9 41.38  python3-pyxdg                 noarch    0.27-6.fc37            fedora    135 k
12:00:00 #9 41.38  python3-six                   noarch    1.16.0-8.fc37          fedora     42 k
12:00:00 #9 41.38  python3-tomli-w               noarch    1.0.0-4.fc37           fedora     21 k
12:00:00 #9 41.38  python3-zstandard             aarch64   0.19.0-1.fc37          updates   441 k
12:00:00 #9 41.38  qt5-srpm-macros               noarch    5.15.8-1.fc37          updates   8.0 k
12:00:00 #9 41.38  redhat-rpm-config             noarch    229-1.fc37             updates    80 k
12:00:00 #9 41.38  rpmautospec-rpm-macros        noarch    0.3.1-1.fc37           updates   8.8 k
12:00:00 #9 41.38  rpmlint-fedora-license-data   noarch    1.12-1.fc37            updates    18 k
12:00:00 #9 41.38  rust-srpm-macros              noarch    23-1.fc37              updates   9.4 k
12:00:00 #9 41.38  shared-mime-info              aarch64   2.2-2.fc37             fedora    381 k
12:00:00 #9 41.38  unzip                         aarch64   6.0-58.fc37            fedora    182 k
12:00:00 #9 41.38  xxhash-libs                   aarch64   0.8.1-3.fc37           fedora     33 k
12:00:00 #9 41.38  xz                            aarch64   5.2.5-10.fc37          fedora    223 k
12:00:00 #9 41.38  zip                           aarch64   3.0-33.fc37            fedora    256 k
12:00:00 #9 41.38  zstd                          aarch64   1.5.2-3.fc37           fedora    412 k
12:00:00 #9 41.38 Installing weak dependencies:
12:00:00 #9 41.38  hunspell-en                   noarch    0.20140811.1-23.fc37   fedora    180 k
12:00:00 #9 41.38  perl-IO-Socket-IP             noarch    0.41-490.fc37          fedora     42 k
12:00:00 #9 41.38  perl-IO-Socket-SSL            noarch    2.075-1.fc37           fedora    221 k
12:00:00 #9 41.38  perl-Mozilla-CA               noarch    20211001-4.fc37        fedora     12 k
12:00:00 #9 41.38  perl-NDBM_File                aarch64   1.15-492.fc37          fedora     25 k
12:00:00 #9 41.38 
12:00:00 #9 41.38 Transaction Summary
12:00:00 #9 41.38 ================================================================================
12:00:00 #9 41.38 Install  137 Packages
12:00:00 #9 41.38 Upgrade    3 Packages
12:00:00 #9 41.38 
12:00:00 #9 41.39 Total download size: 31 M
12:00:00 #9 41.39 Downloading Packages:
12:00:00 #10 22.40 Unpacking libmpfr6:armhf (4.2.0-1) ...
12:00:00 #10 22.47 Selecting previously unselected package libmpc3:armhf.
12:00:00 #10 22.47 Preparing to unpack .../045-libmpc3_1.3.1-1_armhf.deb ...
12:00:00 #10 22.47 Unpacking libmpc3:armhf (1.3.1-1) ...
12:00:00 #10 22.52 Selecting previously unselected package cpp-12.
12:00:00 #10 22.52 Preparing to unpack .../046-cpp-12_12.2.0-14_armhf.deb ...
12:00:00 #10 22.53 Unpacking cpp-12 (12.2.0-14) ...
12:00:00 #10 44.08 Setting up libuchardet0:arm64 (0.0.6-3) ...
12:00:00 #10 44.10 Setting up git-man (1:2.20.1-2+deb10u7) ...
12:00:00 #10 44.29 Setting up libreadline8:arm64 (8.2-1.3) ...
12:00:00 #10 44.29 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-3) ...
12:00:00 #10 44.30 Setting up ca-certificates (20211016) ...
12:00:00 #11 44.12 Setting up libmpfr6:amd64 (4.0.2-1) ...
12:00:00 #11 44.13 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:00:00 #11 44.14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
12:00:00 #11 44.15 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
12:00:00 #11 44.16 Setting up strace (5.5-3ubuntu1) ...
12:00:00 #11 44.17 Setting up libsigsegv2:amd64 (2.12-2) ...
12:00:00 #11 44.19 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
12:00:00 #11 44.20 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:00 #11 44.20 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
12:00:00 #11 44.20 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
12:00:00 #11 44.20 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
12:00:00 #11 44.20 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
12:00:00 #11 44.20 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
12:00:00 #11 44.20 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
12:00:00 #11 44.20 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
12:00:00 #11 44.20 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
12:00:00 #11 44.20 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
12:00:00 #11 44.20 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
12:00:00 #11 44.21 Setting up t1utils (1.41-3) ...
12:00:00 #11 44.22 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:00:00 #11 44.23 Setting up diffstat (1.63-1) ...
12:00:00 #11 44.27 Setting up libmpc3:amd64 (1.1.0-1) ...
12:00:00 #11 44.28 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:00:00 #11 44.29 Setting up patch (2.7.6-6) ...
12:00:00 #11 44.30 Setting up autopoint (0.19.8.1-10build1) ...
12:00:00 #11 44.31 Setting up libfl2:amd64 (2.6.4-6.2) ...
12:00:00 #11 44.33 Setting up ucf (3.0038+nmu1) ...
12:00:00 #11 44.42 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
12:00:00 #11 44.43 Setting up libltdl7:amd64 (2.4.6-14) ...
12:00:00 #10 42.77 Preparing to unpack .../224-libparams-util-perl_1.102-2+b1_amd64.deb ...
12:00:00 #10 42.77 Unpacking libparams-util-perl (1.102-2+b1) ...
12:00:00 #10 42.81 Selecting previously unselected package libsub-install-perl.
12:00:00 #10 42.81 Preparing to unpack .../225-libsub-install-perl_0.929-1_all.deb ...
12:00:00 #10 42.82 Unpacking libsub-install-perl (0.929-1) ...
12:00:00 #10 42.85 Selecting previously unselected package libdata-optlist-perl.
12:00:00 #10 42.85 Preparing to unpack .../226-libdata-optlist-perl_0.113-1_all.deb ...
12:00:00 #10 42.86 Unpacking libdata-optlist-perl (0.113-1) ...
12:00:00 #10 42.89 Selecting previously unselected package libsub-exporter-perl.
12:00:00 #10 42.89 Preparing to unpack .../227-libsub-exporter-perl_0.989-1_all.deb ...
12:00:00 #10 42.89 Unpacking libsub-exporter-perl (0.989-1) ...
12:00:00 #10 42.93 Selecting previously unselected package libconst-fast-perl.
12:00:00 #10 42.93 Preparing to unpack .../228-libconst-fast-perl_0.014-2_all.deb ...
12:00:00 #10 42.94 Unpacking libconst-fast-perl (0.014-2) ...
12:00:00 #10 42.97 Selecting previously unselected package libwant-perl.
12:00:00 #10 42.97 Preparing to unpack .../229-libwant-perl_0.29-2+b1_amd64.deb ...
12:00:00 #10 42.97 Unpacking libwant-perl (0.29-2+b1) ...
12:00:00 #10 43.00 Selecting previously unselected package libcontextual-return-perl.
12:00:00 #10 42.49 Selecting previously unselected package libdata-validate-domain-perl.
12:00:00 #10 42.49 Preparing to unpack .../220-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:00:00 #10 42.50 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:00:00 #10 42.53 Selecting previously unselected package libdevel-size-perl.
12:00:00 #10 42.53 Preparing to unpack .../221-libdevel-size-perl_0.83-1+b2_amd64.deb ...
12:00:00 #10 42.53 Unpacking libdevel-size-perl (0.83-1+b2) ...
12:00:00 #10 42.56 Selecting previously unselected package libdistro-info-perl.
12:00:00 #10 42.56 Preparing to unpack .../222-libdistro-info-perl_1.0_all.deb ...
12:00:00 #10 42.56 Unpacking libdistro-info-perl (1.0) ...
12:00:00 #10 42.59 Selecting previously unselected package libemail-address-xs-perl.
12:00:00 #10 42.60 Preparing to unpack .../223-libemail-address-xs-perl_1.04-1+b3_amd64.deb ...
12:00:00 #10 42.60 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
12:00:00 #10 42.64 Selecting previously unselected package libfcgi0ldbl:amd64.
12:00:00 #10 42.64 Preparing to unpack .../224-libfcgi0ldbl_2.4.2-2_amd64.deb ...
12:00:00 #10 42.64 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ...
12:00:00 #10 42.69 Selecting previously unselected package libfcgi-bin.
12:00:00 #11 43.44 Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
12:00:00 #11 43.46 Setting up libgpgme11:amd64 (1.17.1-4.1ubuntu1) ...
12:00:00 #11 43.47 Setting up dirmngr (2.2.35-3ubuntu1) ...
12:00:00 #11 43.59 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:00:00 #12 31.06   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                28/91 
12:00:00 #12 31.08   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    29/91 
12:00:00 #12 31.10   Installing       : perl-podlators-4.11-1.el8.noarch                     30/91 
12:00:00 #12 31.12   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 31/91 
12:00:00 #12 31.14   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             32/91 
12:00:00 #12 31.15   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 33/91 
12:00:00 #12 31.16   Installing       : perl-MIME-Base64-3.15-396.el8.x86_64                 34/91 
12:00:00 #12 31.18   Installing       : perl-Storable-1:3.11-3.el8.x86_64                    35/91 
12:00:00 #12 31.19   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 36/91 
12:00:00 #12 31.21   Installing       : perl-Errno-1.28-422.el8.x86_64                       37/91 
12:00:00 #13 5.213 (21/72): selinux-policy-targeted-38.1.5-1.el9.n  49 MB/s | 6.8 MB     00:00    
12:00:00 #23 0.663 {
12:00:00 #23 0.663   "RT_GROUP_ICON": {
12:00:00 #23 0.663     "#1": {
12:00:00 #23 0.663       "0409": "../../winresources/docker.ico"
12:00:00 #23 0.663     }
12:00:00 #23 0.663   },
12:00:00 #23 0.663   "RT_MANIFEST": {
12:00:00 #23 0.663     "#1": {
12:00:00 #23 0.663       "0409": {
12:00:00 #23 0.663         "identity": {},
12:00:00 #23 0.663         "description": "Docker Engine",
12:00:00 #23 0.663         "minimum-os": "vista",
12:00:00 #23 0.663         "execution-level": "",
12:00:00 #23 0.663         "ui-access": false,
12:00:00 #23 0.663         "auto-elevate": false,
12:00:00 #23 0.663         "dpi-awareness": "unaware",
12:00:00 #23 0.663         "disable-theming": false,
12:00:00 #23 0.663         "disable-window-filtering": false,
12:00:00 #23 0.663         "high-resolution-scrolling-aware": false,
12:00:00 #23 0.663         "ultra-high-resolution-scrolling-aware": false,
12:00:00 #23 0.663         "long-path-aware": false,
12:00:00 #23 0.663         "printer-driver-isolation": false,
12:00:00 #23 0.663         "gdi-scaling": false,
12:00:00 #23 0.663         "segment-heap": false,
12:00:00 #23 0.663         "use-common-controls-v6": false
12:00:00 #23 0.663       }
12:00:00 #23 0.663     }
12:00:00 #23 0.663   },
12:00:00 #23 0.663   "RT_MESSAGETABLE": {
12:00:00 #23 0.663     "#1": {
12:00:00 #23 0.663       "0409": "../../winresources/event_messages.bin"
12:00:00 #23 0.663     }
12:00:00 #23 0.663   },
12:00:00 #23 0.663   "RT_VERSION": {
12:00:00 #23 0.663     "#1": {
12:00:00 #23 0.663       "0409": {
12:00:00 #23 0.663         "fixed": {
12:00:00 #23 0.663           "file_version": "0.0.0.0",
12:00:00 #23 0.663           "product_version": "0.0.0.0",
12:00:00 #23 0.663           "type": "Unknown"
12:00:00 #23 0.663         },
12:00:00 #23 0.663         "info": {
12:00:00 #23 0.663           "0000": {
12:00:00 #23 0.663             "CompanyName": "",
12:00:00 #23 0.663             "FileVersion": "0.0.0-20230206193855-ab4ef4a",
12:00:00 #23 0.663             "LegalCopyright": "Copyright © 2015-2023 Docker Inc.",
12:00:00 #23 0.663             "OriginalFileName": "dockerd.exe",
12:00:00 #23 0.663             "ProductName": "",
12:00:00 #23 0.663             "ProductVersion": "0.0.0-20230206193855-ab4ef4a",
12:00:00 #23 0.663             "SpecialBuild": "a25ab92"
12:00:00 #23 0.663           }
12:00:00 #23 0.663         }
12:00:00 #23 0.663       }
12:00:00 #23 0.663     }
12:00:00 #23 0.663   }
12:00:00 #23 0.663 }
12:00:00 #23 0.668 cmd/dockerd/config.go
12:00:00 #23 0.668 cmd/dockerd/config_windows.go
12:00:00 #23 0.668 cmd/dockerd/daemon.go
12:00:00 #23 0.668 cmd/dockerd/daemon_test.go
12:00:00 #23 0.668 cmd/dockerd/daemon_windows.go
12:00:00 #23 0.668 cmd/dockerd/docker.go
12:00:00 #23 0.668 cmd/dockerd/docker_windows.go
12:00:00 #23 0.668 cmd/dockerd/genwinres_windows.go
12:00:00 #23 0.672 cmd/dockerd/metrics.go
12:00:00 #23 0.673 cmd/dockerd/options.go
12:00:00 #23 0.673 cmd/dockerd/options_test.go
12:00:00 #23 0.673 cmd/dockerd/service_windows.go
12:00:00 #23 0.693 Building static /tmp/bundles/binary-daemon/dockerd.exe (windows/amd64)...
12:00:00 #10 43.98 Setting up lsb-release (9.20170808ubuntu1) ...
12:00:00 #10 43.99 Setting up libxmuu1:arm64 (2:1.1.2-2) ...
12:00:00 #10 44.00 Setting up libgpgme11:arm64 (1.10.0-1ubuntu2) ...
12:00:00 #10 44.02 Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.3) ...
12:00:00 #10 44.03 Setting up perl (5.26.1-6ubuntu0.6) ...
12:00:00 #10 44.05 Setting up libfile-chdir-perl (0.1008-1) ...
12:00:00 #10 44.06 Setting up libsys-hostname-long-perl (1.5-1) ...
12:00:00 #10 44.08 Setting up libfile-fcntllock-perl (0.22-3build2) ...
12:00:00 #10 44.09 Setting up libtext-glob-perl (0.10-1) ...
12:00:00 #10 44.10 Setting up intltool-debian (0.35.0+20060710.4) ...
12:00:00 #10 44.11 Setting up libxml-sax-base-perl (1.09-1) ...
12:00:00 #10 44.13 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
12:00:00 #10 44.14 Setting up libstrictures-perl (2.000003-1) ...
12:00:00 #10 44.15 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:00:00 #10 44.16 Setting up libmail-sendmail-perl (0.80-1) ...
12:00:00 #10 34.23 Unpacking libheimntlm0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:00 #10 34.27 Selecting previously unselected package libgssapi3-heimdal:armhf.
12:00:00 #10 34.27 Preparing to unpack .../093-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
12:00:00 #10 34.27 Unpacking libgssapi3-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:00 #10 34.32 Selecting previously unselected package libsasl2-modules-db:armhf.
12:00:00 #10 34.32 Preparing to unpack .../094-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
12:00:00 #10 34.32 Unpacking libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:00:00 #10 34.37 Selecting previously unselected package libsasl2-2:armhf.
12:00:00 #10 34.37 Preparing to unpack .../095-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
12:00:00 #10 34.38 Unpacking libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:00:00 #10 34.43 Selecting previously unselected package libldap-common.
12:00:00 #10 34.43 Preparing to unpack .../096-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
12:00:00 #10 34.43 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:00:00 #10 34.51 Selecting previously unselected package libldap-2.4-2:armhf.
12:00:00 #10 34.51 Preparing to unpack .../097-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_armhf.deb ...
12:00:00 #11 40.61 Preparing to unpack .../370-libwww-mechanize-perl_2.14-2_all.deb ...
12:00:00 #11 40.62 Unpacking libwww-mechanize-perl (2.14-2) ...
12:00:00 #11 40.65 Selecting previously unselected package libxml-namespacesupport-perl.
12:00:00 #11 40.65 Preparing to unpack .../371-libxml-namespacesupport-perl_1.12-2_all.deb ...
12:00:00 #11 40.66 Unpacking libxml-namespacesupport-perl (1.12-2) ...
12:00:00 #11 40.69 Selecting previously unselected package libxml-sax-base-perl.
12:00:00 #11 40.69 Preparing to unpack .../372-libxml-sax-base-perl_1.09-2_all.deb ...
12:00:00 #11 40.69 Unpacking libxml-sax-base-perl (1.09-2) ...
12:00:00 #11 40.73 Selecting previously unselected package libxml-sax-perl.
12:00:00 #11 40.74 Preparing to unpack .../373-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:00:00 #11 40.74 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:00:00 #11 40.79 Selecting previously unselected package libxml-libxml-perl.
12:00:00 #11 40.79 Preparing to unpack .../374-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_arm64.deb ...
12:00:00 #11 40.80 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:00:00 #11 40.86 Selecting previously unselected package libxml-parser-perl:arm64.
12:00:00 #10 44.48 Setting up pinentry-curses (1.1.0-1) ...
12:00:00 #10 44.49 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.3) ...
12:00:00 #10 44.50 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:00:00 #10 44.51 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ...
12:00:00 #10 44.52 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:00:00 #10 44.53 Setting up gpg (2.2.4-1ubuntu1.6) ...
12:00:00 #10 44.54 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.8) ...
12:00:00 #10 44.55 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
12:00:00 #10 44.57 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
12:00:00 #10 44.58 Setting up python3 (3.6.7-1~18.04) ...
12:00:00 #11 27.30 Selecting previously unselected package openssh-client.
12:00:00 #11 27.30 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_armhf.deb ...
12:00:00 #11 27.31 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
12:00:00 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 5.1s
12:00:00 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 5.3s done
12:00:00 #11 25.94 Unpacking manpages (5.10-1ubuntu1) ...
12:00:00 #11 26.21 Selecting previously unselected package openssh-client.
12:00:00 #11 43.33 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
12:00:00 #11 43.34 Setting up liblist-moreutils-perl (0.430-2) ...
12:00:00 #11 43.35 Setting up libhtml-tagset-perl (3.20-4) ...
12:00:00 #11 43.36 Setting up liblog-any-perl (1.710-1) ...
12:00:00 #11 43.37 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:00:00 #11 43.38 Setting up libdevel-size-perl (0.83-1build4) ...
12:00:00 #11 43.39 Setting up libdebhelper-perl (13.6ubuntu1) ...
12:00:00 #11 43.40 Setting up libpod-constants-perl (0.19-2) ...
12:00:00 #11 43.41 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
12:00:00 #11 43.42 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:00:00 #11 43.43 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
12:00:00 #11 43.44 Setting up libio-interactive-perl (1.023-1) ...
12:00:00 #11 43.45 Setting up libtry-tiny-perl (0.31-1) ...
12:00:00 #11 43.46 Setting up libtype-tiny-perl (1.012004-1) ...
12:00:00 #11 43.47 Setting up libcommon-sense-perl:amd64 (3.75-2build1) ...
12:00:00 #11 43.48 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:00:00 #11 43.49 Setting up libnet-http-perl (6.22-1) ...
12:00:00 #11 43.50 Setting up libpath-iterator-rule-perl (1.015-1) ...
12:00:00 #11 43.51 Setting up libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
12:00:00 #11 43.52 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:00:00 #11 43.53 Setting up libtime-moment-perl (0.44-1build6) ...
12:00:00 #11 43.54 Setting up libencode-locale-perl (1.05-1.1) ...
12:00:00 #11 43.55 Setting up libexception-class-perl (1.45-1) ...
12:00:00 #11 43.56 Setting up libmath-base85-perl (0.5+dfsg-1) ...
12:00:00 #11 43.57 Setting up libconfig-tiny-perl (2.28-1) ...
12:00:00 #11 43.58 Setting up libsereal-encoder-perl:amd64 (4.023+ds-1) ...
12:00:00 #11 43.59 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:00:00 #11 43.60 Setting up liblist-utilsby-perl (0.11-1) ...
12:00:00 #10 47.12 Preparing to unpack .../295-libtype-tiny-xs-perl_0.014-1+b1_amd64.deb ...
12:00:00 #10 47.13 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
12:00:00 #10 47.17 Selecting previously unselected package libunicode-utf8-perl.
12:00:00 #10 47.18 Preparing to unpack .../296-libunicode-utf8-perl_0.62-1_amd64.deb ...
12:00:00 #10 47.19 Unpacking libunicode-utf8-perl (0.62-1) ...
12:00:00 #10 47.23 Selecting previously unselected package libunwind8:amd64.
12:00:00 #10 47.23 Preparing to unpack .../297-libunwind8_1.2.1-10~deb10u1_amd64.deb ...
12:00:00 #10 47.24 Unpacking libunwind8:amd64 (1.2.1-10~deb10u1) ...
12:00:00 #10 47.30 Selecting previously unselected package libwrap0:amd64.
12:00:00 #10 47.30 Preparing to unpack .../298-libwrap0_7.6.q-28_amd64.deb ...
12:00:00 #10 47.30 Unpacking libwrap0:amd64 (7.6.q-28) ...
12:00:00 #10 47.36 Selecting previously unselected package libxau6:amd64.
12:00:00 #11 34.88 Selecting previously unselected package libhttp-daemon-perl.
12:00:00 #11 34.88 Preparing to unpack .../274-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
12:00:00 #11 34.88 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
12:00:00 #11 34.92 Selecting previously unselected package libio-interactive-perl.
12:00:00 #11 34.92 Preparing to unpack .../275-libio-interactive-perl_1.023-1_all.deb ...
12:00:00 #11 34.93 Unpacking libio-interactive-perl (1.023-1) ...
12:00:00 #11 34.96 Selecting previously unselected package libio-prompt-tiny-perl.
12:00:00 #11 34.96 Preparing to unpack .../276-libio-prompt-tiny-perl_0.003-1_all.deb ...
12:00:00 #11 34.97 Unpacking libio-prompt-tiny-perl (0.003-1) ...
12:00:00 #11 35.00 Selecting previously unselected package libtypes-serialiser-perl.
12:00:00 #11 35.00 Preparing to unpack .../277-libtypes-serialiser-perl_1.01-1_all.deb ...
12:00:00 #11 35.01 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:00:00 #11 35.04 Selecting previously unselected package libjson-xs-perl.
12:00:00 #11 35.04 Preparing to unpack .../278-libjson-xs-perl_4.030-1build3_arm64.deb ...
12:00:00 #11 35.05 Unpacking libjson-xs-perl (4.030-1build3) ...
12:00:00 #11 35.08 Selecting previously unselected package libjson-maybexs-perl.
12:00:00 #10 15.79 Get:95 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-which-perl all 1.27-2 [15.1 kB]
12:00:00 #10 15.79 Get:96 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-homedir-perl all 1.006-2 [42.4 kB]
12:00:00 #10 15.85 Get:97 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-touch-perl all 0.12-2 [8816 B]
12:00:00 #10 15.86 Get:98 http://archive.raspbian.org/raspbian bookworm/main armhf libio-pty-perl armhf 1:1.17-1 [34.7 kB]
12:00:00 #10 15.87 Get:99 http://archive.raspbian.org/raspbian bookworm/main armhf libipc-run-perl all 20220807.0-1 [104 kB]
12:00:00 #10 15.88 Get:100 http://archive.raspbian.org/raspbian bookworm/main armhf libclass-method-modifiers-perl all 2.14-1 [18.1 kB]
12:00:00 #10 16.05 Get:101 http://archive.raspbian.org/raspbian bookworm/main armhf libclass-xsaccessor-perl armhf 1.19-4+b1 [35.5 kB]
12:00:00 #10 44.11 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
12:00:00 #10 44.13 Setting up netbase (5.6) ...
12:00:00 #10 44.17 Setting up libkrb5-3:arm64 (1.17-3+deb10u5) ...
12:00:00 #10 44.18 Setting up libmpdec2:arm64 (2.4.2-2) ...
12:00:00 #10 44.19 Setting up libbinutils:arm64 (2.31.1-16) ...
12:00:00 #10 44.21 Setting up cpp-8 (8.3.0-6) ...
12:00:00 #10 44.22 Setting up libc-dev-bin (2.28-10+deb10u2) ...
12:00:00 #10 44.24 Setting up openssl (1.1.1n-0+deb10u3) ...
12:00:00 #10 44.26 Setting up libbsd0:arm64 (0.9.1-2+deb10u1) ...
12:00:00 #10 44.27 Setting up readline-common (7.0-5) ...
12:00:00 #10 44.29 Setting up publicsuffix (20220811.1734-0+deb10u1) ...
12:00:00 #10 44.30 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u5) ...
12:00:00 #10 44.32 Setting up libcc1-0:arm64 (8.3.0-6) ...
12:00:00 #10 44.34 Setting up iso-codes (4.2-1) ...
12:00:00 #10 44.35 Setting up liblocale-gettext-perl (1.07-3+b4) ...
12:00:00 #10 44.36 Setting up liblsan0:arm64 (8.3.0-6) ...
12:00:00 #10 44.38 Setting up dctrl-tools (2.24-3) ...
12:00:00 #10 44.40 Setting up libitm1:arm64 (8.3.0-6) ...
12:00:00 #10 44.41 Setting up debian-keyring (2019.02.25) ...
12:00:00 #10 44.78 Updating certificates in /etc/ssl/certs...
12:00:00 #11 44.44 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:00:00 #11 44.45 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:00 #11 44.47 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:00:00 #11 44.48 Setting up python-apt-common (2.0.1) ...
12:00:00 #11 44.49 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
12:00:00 #11 44.50 Setting up libuchardet0:amd64 (0.0.6-3build1) ...
12:00:00 #11 44.51 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ...
12:00:00 #11 44.53 Setting up git-man (1:2.25.1-1ubuntu3.8) ...
12:00:00 #11 44.54 Setting up libisl22:amd64 (0.22.1-1) ...
12:00:00 #11 44.55 Setting up netbase (6.1) ...
12:00:00 #11 44.58 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
12:00:00 #11 44.59 Setting up libmpdec2:amd64 (2.4.2-3) ...
12:00:00 #11 44.60 Setting up libbinutils:amd64 (2.34-6ubuntu1.4) ...
12:00:00 #11 44.61 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
12:00:00 #11 44.63 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
12:00:00 #11 44.64 Setting up openssl (1.1.1f-1ubuntu2.16) ...
12:00:00 #10 43.01 Preparing to unpack .../230-libcontextual-return-perl_0.004014-4_all.deb ...
12:00:00 #10 43.01 Unpacking libcontextual-return-perl (0.004014-4) ...
12:00:00 #10 43.05 Selecting previously unselected package libconvert-binhex-perl.
12:00:00 #10 43.05 Preparing to unpack .../231-libconvert-binhex-perl_1.125-3_all.deb ...
12:00:00 #10 43.05 Unpacking libconvert-binhex-perl (1.125-3) ...
12:00:00 #10 43.08 Selecting previously unselected package libcpanel-json-xs-perl:amd64.
12:00:00 #10 43.08 Preparing to unpack .../232-libcpanel-json-xs-perl_4.32-1+b1_amd64.deb ...
12:00:00 #10 43.09 Unpacking libcpanel-json-xs-perl:amd64 (4.32-1+b1) ...
12:00:00 #10 43.13 Selecting previously unselected package libdevel-stacktrace-perl.
12:00:00 #10 43.13 Preparing to unpack .../233-libdevel-stacktrace-perl_2.0400-2_all.deb ...
12:00:00 #10 43.13 Unpacking libdevel-stacktrace-perl (2.0400-2) ...
12:00:00 #10 43.17 Selecting previously unselected package libexception-class-perl.
12:00:00 #10 43.17 Preparing to unpack .../234-libexception-class-perl_1.45-1_all.deb ...
12:00:00 #10 43.17 Unpacking libexception-class-perl (1.45-1) ...
12:00:00 #10 43.20 Selecting previously unselected package libiterator-perl.
12:00:00 #10 43.21 Preparing to unpack .../235-libiterator-perl_0.03+ds1-2_all.deb ...
12:00:00 #10 43.21 Unpacking libiterator-perl (0.03+ds1-2) ...
12:00:00 #10 43.24 Selecting previously unselected package libiterator-util-perl.
12:00:00 #10 30.16 Selecting previously unselected package openssl.
12:00:00 #10 30.16 Preparing to unpack .../057-openssl_1.1.1n-0+deb10u3_armhf.deb ...
12:00:00 #10 42.69 Preparing to unpack .../225-libfcgi-bin_2.4.2-2_amd64.deb ...
12:00:00 #10 42.70 Unpacking libfcgi-bin (2.4.2-2) ...
12:00:00 #10 42.73 Selecting previously unselected package libfcgi-perl:amd64.
12:00:00 #10 42.73 Preparing to unpack .../226-libfcgi-perl_0.79+ds-2_amd64.deb ...
12:00:00 #10 42.74 Unpacking libfcgi-perl:amd64 (0.79+ds-2) ...
12:00:00 #10 42.77 Selecting previously unselected package libipc-system-simple-perl.
12:00:00 #10 42.77 Preparing to unpack .../227-libipc-system-simple-perl_1.30-1_all.deb ...
12:00:00 #10 42.78 Unpacking libipc-system-simple-perl (1.30-1) ...
12:00:00 #10 42.81 Selecting previously unselected package libfile-basedir-perl.
12:00:00 #10 42.82 Preparing to unpack .../228-libfile-basedir-perl_0.08-1_all.deb ...
12:00:00 #10 42.82 Unpacking libfile-basedir-perl (0.08-1) ...
12:00:00 #10 42.85 Selecting previously unselected package libfile-chdir-perl.
12:00:00 #10 42.86 Preparing to unpack .../229-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:00:00 #10 42.86 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:00:00 #10 42.94 Selecting previously unselected package libfile-fcntllock-perl.
12:00:00 #11 43.60 Setting up perl (5.34.0-5ubuntu1.1) ...
12:00:00 #11 43.62 Setting up libpackage-stash-xs-perl:amd64 (0.30-1) ...
12:00:00 #11 43.63 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:00:00 #11 43.65 Setting up libxs-parse-keyword-perl (0.25-1) ...
12:00:00 #11 43.66 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
12:00:00 #11 43.67 Setting up libdata-dump-perl (1.25-1) ...
12:00:00 #11 43.69 Setting up gcc-12 (12.2.0-3ubuntu1) ...
12:00:00 #11 43.72 Setting up libfile-find-rule-perl (0.34-2) ...
12:00:00 #11 43.73 Setting up libref-util-perl (0.204-1) ...
12:00:00 #11 43.74 Setting up libipc-system-simple-perl (1.30-1) ...
12:00:00 #11 43.76 Setting up libnet-domain-tld-perl (1.75-2) ...
12:00:00 #11 43.77 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
12:00:00 #11 43.78 Setting up libsocket6-perl (0.29-2) ...
12:00:00 #11 43.80 Setting up systemd-timesyncd (251.4-1ubuntu7) ...
12:00:00 #10 ...
12:00:00 
12:00:00 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:00 #9 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 7.1s done
12:00:00 #9 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 5.2s
12:00:00 #9 ...
12:00:00 
12:00:00 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:00 #10 17.32 debconf: delaying package configuration, since apt-utils is not installed
12:00:00 #10 17.37 Fetched 80.3 MB in 7s (12.2 MB/s)
12:00:00 #10 17.41 Selecting previously unselected package bsdextrautils.
12:00:00 #11 42.21 124 added, 0 removed; done.
12:00:00 #11 42.26 Setting up libasan5:arm64 (9.4.0-1ubuntu1~20.04.1) ...
12:00:00 #11 42.27 Setting up libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:00 #11 42.28 Setting up bsdmainutils (11.1.2ubuntu3) ...
12:00:00 #11 42.31 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:00:00 #11 42.31 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
12:00:00 #11 42.32 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:00:00 #11 42.32 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
12:00:00 #11 42.33 Setting up libgssapi-krb5-2:arm64 (1.17-6ubuntu4.2) ...
12:00:00 #11 42.34 Setting up libgdbm-compat4:arm64 (1.18.1-5) ...
12:00:00 #11 42.36 Setting up libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
12:00:00 #11 42.37 Setting up dwz (0.13-5) ...
12:00:00 #11 42.38 Setting up groff-base (1.22.4-4build1) ...
12:00:00 #11 42.40 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
12:00:00 #11 42.42 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
12:00:00 #12 31.22   Installing       : perl-Socket-4:2.027-3.el8.x86_64                     38/91 
12:00:00 #12 31.45   Installing       : perl-Encode-4:2.97-3.el8.x86_64                      39/91 
12:00:00 #12 31.46   Installing       : perl-Carp-1.42-396.el8.noarch                        40/91 
12:00:00 #10 44.17 Setting up libsocket6-perl (0.27-1build2) ...
12:00:00 #10 44.18 Setting up patchutils (0.3.4-2) ...
12:00:00 #10 44.20 Setting up python3-chardet (3.0.4-1) ...
12:00:00 #10 34.51 Unpacking libldap-2.4-2:armhf (2.4.45+dfsg-1ubuntu1.11) ...
12:00:00 #10 34.59 Selecting previously unselected package libnghttp2-14:armhf.
12:00:00 #10 34.59 Preparing to unpack .../098-libnghttp2-14_1.30.0-1ubuntu1_armhf.deb ...
12:00:00 #10 34.60 Unpacking libnghttp2-14:armhf (1.30.0-1ubuntu1) ...
12:00:00 #10 34.64 Selecting previously unselected package librtmp1:armhf.
12:00:00 #10 34.64 Preparing to unpack .../099-librtmp1_2.4+20151223.gitfa8646d.1-1_armhf.deb ...
12:00:00 #10 34.65 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-1) ...
12:00:00 #10 34.68 Selecting previously unselected package libcurl4:armhf.
12:00:00 #10 34.68 Preparing to unpack .../100-libcurl4_7.58.0-2ubuntu3.22_armhf.deb ...
12:00:00 #10 34.69 Unpacking libcurl4:armhf (7.58.0-2ubuntu3.22) ...
12:00:00 #10 34.74 Selecting previously unselected package curl.
12:00:00 #10 34.74 Preparing to unpack .../101-curl_7.58.0-2ubuntu3.22_armhf.deb ...
12:00:00 #10 34.75 Unpacking curl (7.58.0-2ubuntu3.22) ...
12:00:00 #10 34.81 Selecting previously unselected package dctrl-tools.
12:00:00 #10 34.81 Preparing to unpack .../102-dctrl-tools_2.24-2build1_armhf.deb ...
12:00:00 #10 34.82 Unpacking dctrl-tools (2.24-2build1) ...
12:00:00 #10 34.86 Selecting previously unselected package libtool.
12:00:00 #10 34.86 Preparing to unpack .../103-libtool_2.4.6-2_all.deb ...
12:00:00 #11 40.86 Preparing to unpack .../375-libxml-parser-perl_2.46-3build1_arm64.deb ...
12:00:00 #11 40.86 Unpacking libxml-parser-perl:arm64 (2.46-3build1) ...
12:00:00 #11 40.91 Selecting previously unselected package libxml-sax-expat-perl.
12:00:00 #11 40.91 Preparing to unpack .../376-libxml-sax-expat-perl_0.51-1_all.deb ...
12:00:00 #11 40.92 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:00:00 #11 40.95 Selecting previously unselected package libyaml-libyaml-perl.
12:00:00 #11 40.95 Preparing to unpack .../377-libyaml-libyaml-perl_0.83+ds-1build1_arm64.deb ...
12:00:00 #11 40.95 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
12:00:00 #11 40.98 Selecting previously unselected package licensecheck.
12:00:00 #11 40.99 Preparing to unpack .../378-licensecheck_3.3.0-1_all.deb ...
12:00:00 #11 40.99 Unpacking licensecheck (3.3.0-1) ...
12:00:00 #11 41.02 Selecting previously unselected package libdevel-size-perl.
12:00:00 #11 41.03 Preparing to unpack .../379-libdevel-size-perl_0.83-2_arm64.deb ...
12:00:00 #11 41.03 Unpacking libdevel-size-perl (0.83-2) ...
12:00:00 #11 41.06 Selecting previously unselected package libipc-run3-perl.
12:00:00 #11 41.06 Preparing to unpack .../380-libipc-run3-perl_0.048-2_all.deb ...
12:00:00 #11 41.07 Unpacking libipc-run3-perl (0.048-2) ...
12:00:00 #11 41.10 Selecting previously unselected package lzip.
12:00:00 #10 44.88 Setting up python3-magic (2:0.4.15-1) ...
12:00:00 #10 45.01 Setting up python3-idna (2.6-1) ...
12:00:00 #11 27.72 Selecting previously unselected package publicsuffix.
12:00:00 #11 27.72 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
12:00:00 #11 27.73 Unpacking publicsuffix (20200303.0012-1) ...
12:00:00 #11 26.21 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.1_armhf.deb ...
12:00:00 #11 26.23 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ...
12:00:00 #11 26.30 Selecting previously unselected package publicsuffix.
12:00:00 #11 26.30 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
12:00:00 #11 26.31 Unpacking publicsuffix (20211207.1025-1) ...
12:00:00 #11 26.35 Selecting previously unselected package strace.
12:00:00 #11 26.35 Preparing to unpack .../048-strace_5.16-0ubuntu3_armhf.deb ...
12:00:00 #11 43.61 Setting up libstring-shellquote-perl (1.04-1) ...
12:00:00 #11 43.62 Setting up libnet-netmask-perl (2.0001-1) ...
12:00:00 #11 43.63 Setting up libsub-install-perl (0.928-1.1) ...
12:00:00 #11 43.64 Setting up gcc (4:11.2.0-1ubuntu1) ...
12:00:00 #11 43.66 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
12:00:00 #11 43.68 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:00 #11 43.69 Setting up liberror-perl (0.17029-1) ...
12:00:00 #11 43.70 Setting up dh-autoreconf (20) ...
12:00:00 #11 43.71 Setting up patchutils (0.4.2-1build2) ...
12:00:00 #11 43.72 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:00:00 #11 43.73 Setting up libltdl-dev:amd64 (2.4.6-15build2) ...
12:00:00 #11 43.74 Setting up libjson-maybexs-perl (1.004003-1) ...
12:00:00 #11 43.75 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:00:00 #11 43.76 Setting up libio-string-perl (1.08-3.1) ...
12:00:00 #11 43.77 Setting up libreadonly-perl (2.050-3) ...
12:00:00 #11 43.78 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
12:00:00 #11 43.79 Setting up python3-chardet (4.0.0-1) ...
12:00:00 #10 47.37 Preparing to unpack .../299-libxau6_1%3a1.0.8-1+b2_amd64.deb ...
12:00:00 #10 47.37 Unpacking libxau6:amd64 (1:1.0.8-1+b2) ...
12:00:00 #10 47.42 Selecting previously unselected package libxdmcp6:amd64.
12:00:00 #10 47.42 Preparing to unpack .../300-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
12:00:00 #10 47.43 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
12:00:00 #10 47.49 Selecting previously unselected package libxcb1:amd64.
12:00:00 #10 47.49 Preparing to unpack .../301-libxcb1_1.13.1-2_amd64.deb ...
12:00:00 #10 47.50 Unpacking libxcb1:amd64 (1.13.1-2) ...
12:00:00 #10 47.54 Selecting previously unselected package libx11-data.
12:00:00 #10 47.54 Preparing to unpack .../302-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
12:00:00 #10 47.55 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
12:00:00 #11 35.08 Preparing to unpack .../279-libjson-maybexs-perl_1.004003-1_all.deb ...
12:00:00 #11 35.08 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:00:00 #11 35.12 Selecting previously unselected package libldap-common.
12:00:00 #11 35.12 Preparing to unpack .../280-libldap-common_2.5.13+dfsg-0ubuntu0.22.04.1_all.deb ...
12:00:00 #11 35.12 Unpacking libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:00:00 #11 35.15 Selecting previously unselected package liblist-compare-perl.
12:00:00 #11 35.16 Preparing to unpack .../281-liblist-compare-perl_0.55-1_all.deb ...
12:00:00 #11 35.16 Unpacking liblist-compare-perl (0.55-1) ...
12:00:00 #11 35.20 Selecting previously unselected package liblist-someutils-perl.
12:00:00 #11 35.20 Preparing to unpack .../282-liblist-someutils-perl_0.58-1_all.deb ...
12:00:00 #11 35.20 Unpacking liblist-someutils-perl (0.58-1) ...
12:00:00 #11 35.23 Selecting previously unselected package liblist-someutils-xs-perl.
12:00:00 #11 35.24 Preparing to unpack .../283-liblist-someutils-xs-perl_0.58-2build3_arm64.deb ...
12:00:00 #11 35.24 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
12:00:00 #11 35.28 Selecting previously unselected package liblist-utilsby-perl.
12:00:00 #11 35.28 Preparing to unpack .../284-liblist-utilsby-perl_0.11-1_all.deb ...
12:00:00 #11 35.28 Unpacking liblist-utilsby-perl (0.11-1) ...
12:00:00 #11 35.32 Selecting previously unselected package libltdl7:arm64.
12:00:00 #10 16.24 Get:102 http://archive.raspbian.org/raspbian bookworm/main armhf libb-hooks-op-check-perl armhf 0.22-2+b1 [10.3 kB]
12:00:00 #10 16.25 Get:103 http://archive.raspbian.org/raspbian bookworm/main armhf libdynaloader-functions-perl all 0.003-3 [12.7 kB]
12:00:00 #10 16.26 Get:104 http://archive.raspbian.org/raspbian bookworm/main armhf libdevel-callchecker-perl armhf 0.008-2 [15.8 kB]
12:00:00 #10 16.27 Get:105 http://archive.raspbian.org/raspbian bookworm/main armhf libparams-classify-perl armhf 0.015-2+b1 [22.0 kB]
12:00:00 #10 16.32 Get:106 http://archive.raspbian.org/raspbian bookworm/main armhf libmodule-runtime-perl all 0.016-2 [19.6 kB]
12:00:00 #10 16.33 Get:107 http://archive.raspbian.org/raspbian bookworm/main armhf libimport-into-perl all 1.002005-2 [11.3 kB]
12:00:00 #10 16.34 Get:108 http://archive.raspbian.org/raspbian bookworm/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
12:00:00 #10 16.34 Get:109 http://archive.raspbian.org/raspbian bookworm/main armhf libsub-quote-perl all 2.006008-1 [21.8 kB]
12:00:00 #10 16.35 Get:110 http://archive.raspbian.org/raspbian bookworm/main armhf libmoo-perl all 2.005005-1 [58.0 kB]
12:00:00 #10 16.41 Get:111 http://archive.raspbian.org/raspbian bookworm/main armhf libencode-locale-perl all 1.05-3 [12.9 kB]
12:00:00 #10 16.41 Get:112 http://archive.raspbian.org/raspbian bookworm/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
12:00:00 #10 16.43 Get:113 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-date-perl all 6.05-2 [10.5 kB]
12:00:00 #10 44.43 Setting up libreadline7:arm64 (7.0-5) ...
12:00:00 #10 44.44 Setting up libgdbm6:arm64 (1.18.1-4) ...
12:00:00 #10 44.46 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
12:00:00 #10 44.47 Setting up libtsan0:arm64 (8.3.0-6) ...
12:00:00 #10 44.49 Setting up pinentry-curses (1.1.0-2) ...
12:00:00 #10 44.51 Setting up manpages-dev (4.16-2) ...
12:00:00 #10 44.52 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
12:00:00 #10 44.53 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
12:00:00 #10 44.57 Setting up libxcb1:arm64 (1.13.1-2) ...
12:00:00 #10 44.59 Setting up at (3.1.23-1) ...
12:00:00 #11 44.66 Setting up libbsd0:amd64 (0.10.0-1) ...
12:00:00 #11 44.72 Setting up libelf1:amd64 (0.176-1.1build1) ...
12:00:00 #11 44.73 Setting up readline-common (8.0-4) ...
12:00:00 #11 44.75 Setting up publicsuffix (20200303.0012-1) ...
12:00:00 #11 44.76 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:00:00 #11 44.77 Setting up iso-codes (4.4-1) ...
12:00:00 #11 44.78 Setting up liblocale-gettext-perl (1.07-4) ...
12:00:00 #11 44.80 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:00:00 #11 44.81 Setting up dctrl-tools (2.24-3) ...
12:00:00 #11 44.82 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:00:00 #11 44.83 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:00 #11 44.85 Setting up libgdbm6:amd64 (1.18.1-5) ...
12:00:00 #11 44.86 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:00:00 #10 43.24 Preparing to unpack .../236-libiterator-util-perl_0.02+ds1-2_all.deb ...
12:00:00 #10 43.24 Unpacking libiterator-util-perl (0.02+ds1-2) ...
12:00:00 #10 43.31 Selecting previously unselected package libdata-dpath-perl.
12:00:00 #10 43.31 Preparing to unpack .../237-libdata-dpath-perl_0.58-2_all.deb ...
12:00:00 #10 43.32 Unpacking libdata-dpath-perl (0.58-2) ...
12:00:00 #10 43.35 Selecting previously unselected package libdata-dump-perl.
12:00:00 #10 43.35 Preparing to unpack .../238-libdata-dump-perl_1.25-1_all.deb ...
12:00:00 #10 43.36 Unpacking libdata-dump-perl (1.25-1) ...
12:00:00 #10 43.39 Selecting previously unselected package libdata-messagepack-perl.
12:00:00 #10 43.39 Preparing to unpack .../239-libdata-messagepack-perl_1.02-1+b1_amd64.deb ...
12:00:00 #10 43.40 Unpacking libdata-messagepack-perl (1.02-1+b1) ...
12:00:00 #10 43.43 Selecting previously unselected package libnet-domain-tld-perl.
12:00:00 #10 43.44 Preparing to unpack .../240-libnet-domain-tld-perl_1.75-3_all.deb ...
12:00:00 #10 43.44 Unpacking libnet-domain-tld-perl (1.75-3) ...
12:00:00 #10 43.47 Selecting previously unselected package libdata-validate-domain-perl.
12:00:00 #10 30.18 Unpacking openssl (1.1.1n-0+deb10u3) ...
12:00:00 #10 42.94 Preparing to unpack .../230-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ...
12:00:00 #10 42.94 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
12:00:00 #10 42.99 Selecting previously unselected package libnumber-compare-perl.
12:00:00 #10 42.99 Preparing to unpack .../231-libnumber-compare-perl_0.03-1.1_all.deb ...
12:00:00 #10 42.99 Unpacking libnumber-compare-perl (0.03-1.1) ...
12:00:00 #10 43.03 Selecting previously unselected package libtext-glob-perl.
12:00:00 #10 43.03 Preparing to unpack .../232-libtext-glob-perl_0.11-1_all.deb ...
12:00:00 #10 43.03 Unpacking libtext-glob-perl (0.11-1) ...
12:00:00 #10 43.07 Selecting previously unselected package libfile-find-rule-perl.
12:00:00 #10 43.07 Preparing to unpack .../233-libfile-find-rule-perl_0.34-1_all.deb ...
12:00:00 #10 43.07 Unpacking libfile-find-rule-perl (0.34-1) ...
12:00:00 #10 43.11 Selecting previously unselected package libfont-afm-perl.
12:00:00 #10 43.11 Preparing to unpack .../234-libfont-afm-perl_1.20-3_all.deb ...
12:00:00 #10 43.12 Unpacking libfont-afm-perl (1.20-3) ...
12:00:00 #10 43.15 Selecting previously unselected package libio-string-perl.
12:00:00 #10 43.16 Preparing to unpack .../235-libio-string-perl_1.08-3.1_all.deb ...
12:00:00 #10 43.16 Unpacking libio-string-perl (1.08-3.1) ...
12:00:00 #10 43.19 Selecting previously unselected package libfont-ttf-perl.
12:00:00 #11 44.01 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
12:00:00 #11 44.01 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:00:00 #11 44.01 Setting up libvariable-magic-perl (0.62-2) ...
12:00:00 #11 44.02 Setting up libio-html-perl (1.004-3) ...
12:00:00 #11 44.03 Setting up libpod-parser-perl (1.65-1) ...
12:00:00 #11 44.04 Setting up libb-hooks-op-check-perl:amd64 (0.22-2) ...
12:00:00 #11 44.06 Setting up liblist-moreutils-xs-perl (0.430-3) ...
12:00:00 #11 44.07 Setting up libparams-util-perl (1.102-1build3) ...
12:00:00 #11 44.08 Setting up libdpkg-perl (1.21.9ubuntu1) ...
12:00:00 #11 44.09 Setting up libtime-duration-perl (1.21-1) ...
12:00:00 #11 44.10 Setting up autoconf (2.71-2) ...
12:00:00 #11 44.11 Setting up libsub-exporter-progressive-perl (0.001013-2) ...
12:00:00 #11 42.43 Setting up libperl5.30:arm64 (5.30.0-9ubuntu0.3) ...
12:00:00 #11 42.44 Setting up libc6-dev:arm64 (2.31-0ubuntu9.9) ...
12:00:00 #11 42.46 Setting up libx11-6:arm64 (2:1.6.9-2ubuntu1.2) ...
12:00:00 #11 42.47 Setting up libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.6) ...
12:00:00 #11 42.48 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:00:00 #10 17.41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7899 files and directories currently installed.)
12:00:00 #10 17.42 Preparing to unpack .../bsdextrautils_2.36.1-8+deb11u1_armhf.deb ...
12:00:00 #10 17.43 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
12:00:00 #10 17.52 Preparing to unpack .../libc6_2.31-13+rpt2+rpi1+deb11u5_armhf.deb ...
12:00:00 #12 31.47   Installing       : perl-Exporter-5.72-396.el8.noarch                    41/91 
12:00:00 #12 31.68   Installing       : perl-libs-4:5.26.3-422.el8.x86_64                    42/91 
12:00:00 #12 31.70   Installing       : perl-parent-1:0.237-1.el8.noarch                     43/91 
12:00:00 #12 31.72   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           44/91 
12:00:00 #12 31.73   Installing       : perl-macros-4:5.26.3-422.el8.x86_64                  45/91 
12:00:00 #12 31.74   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         46/91 
12:00:00 #12 31.76   Installing       : perl-Unicode-Normalize-1.25-396.el8.x86_64           47/91 
12:00:00 #12 31.78   Installing       : perl-File-Path-2.15-2.el8.noarch                     48/91 
12:00:00 #12 31.79   Installing       : perl-IO-1.38-422.el8.x86_64                          49/91 
12:00:01 #10 44.50 Setting up liburi-perl (1.73-1) ...
12:00:01 #10 44.52 Setting up libdata-dump-perl (1.23-1) ...
12:00:01 #10 44.53 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
12:00:01 #10 44.54 Setting up libio-string-perl (1.08-3) ...
12:00:01 #10 44.57 Setting up libalgorithm-diff-perl (1.19.03-1) ...
12:00:01 #10 44.58 Setting up libclone-perl (0.39-1) ...
12:00:01 #10 44.59 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
12:00:01 #10 44.60 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
12:00:01 #10 44.62 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:01 #10 44.62 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:00:01 #10 44.63 Setting up libnet-http-perl (6.17-1) ...
12:00:01 #10 44.64 Setting up libnumber-compare-perl (0.03-1) ...
12:00:01 #10 44.65 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
12:00:01 #13 5.930 (22/72): autoconf-2.69-38.el9.noarch.rpm        897 kB/s | 681 kB     00:00    
12:00:01 #13 5.943 (23/72): annobin-11.05-1.el9.x86_64.rpm         1.2 MB/s | 974 kB     00:00    
12:00:01 #13 5.982 (24/72): automake-1.16.2-6.el9.noarch.rpm       896 kB/s | 689 kB     00:00    
12:00:01 #10 34.87 Unpacking libtool (2.4.6-2) ...
12:00:01 #10 34.92 Selecting previously unselected package dh-autoreconf.
12:00:01 #10 34.92 Preparing to unpack .../104-dh-autoreconf_17_all.deb ...
12:00:01 #10 34.93 Unpacking dh-autoreconf (17) ...
12:00:01 #10 34.96 Selecting previously unselected package libarchive-zip-perl.
12:00:01 #10 34.96 Preparing to unpack .../105-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
12:00:01 #10 34.97 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
12:00:01 #10 35.02 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:00:01 #10 35.02 Preparing to unpack .../106-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
12:00:01 #10 35.03 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
12:00:01 #10 35.07 Selecting previously unselected package libtimedate-perl.
12:00:01 #10 35.07 Preparing to unpack .../107-libtimedate-perl_2.3000-2_all.deb ...
12:00:01 #11 41.10 Preparing to unpack .../381-lzip_1.23-4_arm64.deb ...
12:00:01 #11 41.11 Unpacking lzip (1.23-4) ...
12:00:01 #11 41.14 Selecting previously unselected package lzop.
12:00:01 #11 41.14 Preparing to unpack .../382-lzop_1.04-2build2_arm64.deb ...
12:00:01 #11 41.15 Unpacking lzop (1.04-2build2) ...
12:00:01 #11 41.18 Selecting previously unselected package t1utils.
12:00:01 #11 41.18 Preparing to unpack .../383-t1utils_1.41-4build2_arm64.deb ...
12:00:01 #11 41.18 Unpacking t1utils (1.41-4build2) ...
12:00:01 #11 41.22 Selecting previously unselected package unzip.
12:00:01 #11 41.23 Preparing to unpack .../384-unzip_6.0-27ubuntu1_arm64.deb ...
12:00:01 #11 41.23 Unpacking unzip (6.0-27ubuntu1) ...
12:00:01 #11 41.27 Selecting previously unselected package lintian.
12:00:01 #11 41.27 Preparing to unpack .../385-lintian_2.115.3ubuntu2.1_all.deb ...
12:00:01 #11 41.28 Unpacking lintian (2.115.3ubuntu2.1) ...
12:00:01 #10 45.20 Setting up python3-xdg (0.25-4ubuntu1.1) ...
12:00:01 #11 26.35 Unpacking strace (5.16-0ubuntu3) ...
12:00:01 #11 26.40 Selecting previously unselected package xauth.
12:00:01 #11 26.41 Preparing to unpack .../049-xauth_1%3a1.1-1build2_armhf.deb ...
12:00:01 #11 26.41 Unpacking xauth (1:1.1-1build2) ...
12:00:01 #11 26.45 Selecting previously unselected package xz-utils.
12:00:01 #11 26.45 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_armhf.deb ...
12:00:01 #11 26.45 Unpacking xz-utils (5.2.5-2ubuntu1) ...
12:00:01 #11 26.51 Selecting previously unselected package libsigsegv2:armhf.
12:00:01 #11 26.51 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_armhf.deb ...
12:00:01 #11 26.52 Unpacking libsigsegv2:armhf (2.13-1ubuntu3) ...
12:00:01 #11 26.54 Selecting previously unselected package m4.
12:00:01 #11 26.54 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_armhf.deb ...
12:00:01 #11 26.55 Unpacking m4 (1.4.18-5ubuntu2) ...
12:00:01 #11 26.62 Selecting previously unselected package autoconf.
12:00:01 #11 26.62 Preparing to unpack .../053-autoconf_2.71-2_all.deb ...
12:00:01 #11 26.62 Unpacking autoconf (2.71-2) ...
12:00:01 #11 26.69 Selecting previously unselected package autotools-dev.
12:00:01 #11 26.69 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ...
12:00:01 #11 26.69 Unpacking autotools-dev (20220109.1) ...
12:00:01 #11 26.73 Selecting previously unselected package automake.
12:00:01 #11 26.73 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ...
12:00:01 #11 27.79 Selecting previously unselected package python-apt-common.
12:00:01 #11 27.79 Preparing to unpack .../056-python-apt-common_2.0.1_all.deb ...
12:00:01 #11 27.79 Unpacking python-apt-common (2.0.1) ...
12:00:01 #11 27.83 Selecting previously unselected package python3-apt.
12:00:01 #11 27.83 Preparing to unpack .../057-python3-apt_2.0.1_armhf.deb ...
12:00:01 #11 27.83 Unpacking python3-apt (2.0.1) ...
12:00:01 #11 27.89 Selecting previously unselected package strace.
12:00:01 #11 27.89 Preparing to unpack .../058-strace_5.5-3ubuntu1_armhf.deb ...
12:00:01 #11 27.90 Unpacking strace (5.5-3ubuntu1) ...
12:00:01 #10 47.70 Selecting previously unselected package libx11-6:amd64.
12:00:01 #10 47.70 Preparing to unpack .../303-libx11-6_2%3a1.6.7-1+deb10u2_amd64.deb ...
12:00:01 #10 47.72 Unpacking libx11-6:amd64 (2:1.6.7-1+deb10u2) ...
12:00:01 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a
12:00:01 #7 ...
12:00:01 
12:00:01 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:01 #10 10.27 Get:105 http://deb.debian.org/debian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u3 [602 kB]
12:00:01 #10 10.28 Get:106 http://deb.debian.org/debian bullseye/main armhf gettext armhf 0.21-4 [1243 kB]
12:00:01 #10 10.32 Get:107 http://deb.debian.org/debian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:00:01 #10 10.33 Get:108 http://deb.debian.org/debian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
12:00:01 #10 10.33 Get:109 http://deb.debian.org/debian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
12:00:01 #10 10.36 Get:110 http://deb.debian.org/debian bullseye/main armhf debian-keyring all 2021.07.26 [31.1 MB]
12:00:01 #10 11.00 Get:111 http://deb.debian.org/debian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [43.9 kB]
12:00:01 #10 11.00 Get:112 http://deb.debian.org/debian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [85.1 kB]
12:00:01 #10 11.00 Get:113 http://deb.debian.org/debian bullseye/main armhf libassuan0 armhf 2.5.3-7.1 [44.2 kB]
12:00:01 #10 11.00 Get:114 http://deb.debian.org/debian bullseye/main armhf gpgconf armhf 2.2.27-2+deb11u2 [532 kB]
12:00:01 #10 11.00 Get:115 http://deb.debian.org/debian-security bullseye-security/main armhf libksba8 armhf 1.5.0-3+deb11u2 [105 kB]
12:00:01 #10 11.01 Get:116 http://deb.debian.org/debian bullseye/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
12:00:01 #10 11.01 Get:117 http://deb.debian.org/debian bullseye/main armhf dirmngr armhf 2.2.27-2+deb11u2 [722 kB]
12:00:01 #10 11.01 Get:118 http://deb.debian.org/debian bullseye/main armhf gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
12:00:01 #10 11.03 Get:119 http://deb.debian.org/debian bullseye/main armhf gnupg-utils armhf 2.2.27-2+deb11u2 [835 kB]
12:00:01 #10 11.03 Get:120 http://deb.debian.org/debian bullseye/main armhf gpg armhf 2.2.27-2+deb11u2 [868 kB]
12:00:01 #10 11.08 Get:121 http://deb.debian.org/debian bullseye/main armhf pinentry-curses armhf 1.1.0-4 [60.6 kB]
12:00:01 #10 11.08 Get:122 http://deb.debian.org/debian bullseye/main armhf gpg-agent armhf 2.2.27-2+deb11u2 [630 kB]
12:00:01 #10 11.08 Get:123 http://deb.debian.org/debian bullseye/main armhf gpg-wks-client armhf 2.2.27-2+deb11u2 [509 kB]
12:00:01 #10 11.08 Get:124 http://deb.debian.org/debian bullseye/main armhf gpg-wks-server armhf 2.2.27-2+deb11u2 [503 kB]
12:00:01 #10 11.09 Get:125 http://deb.debian.org/debian bullseye/main armhf gpgsm armhf 2.2.27-2+deb11u2 [617 kB]
12:00:01 #10 11.10 Get:126 http://deb.debian.org/debian bullseye/main armhf gnupg all 2.2.27-2+deb11u2 [825 kB]
12:00:01 #10 11.11 Get:127 http://deb.debian.org/debian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
12:00:01 #10 11.11 Get:128 http://deb.debian.org/debian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
12:00:01 #10 11.13 Get:129 http://deb.debian.org/debian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
12:00:01 #10 11.13 Get:130 http://deb.debian.org/debian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
12:00:01 #10 11.13 Get:131 http://deb.debian.org/debian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.2 kB]
12:00:01 #10 11.13 Get:132 http://deb.debian.org/debian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
12:00:01 #10 11.13 Get:133 http://deb.debian.org/debian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
12:00:01 #10 11.13 Get:134 http://deb.debian.org/debian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b3 [11.0 kB]
12:00:01 #10 11.13 Get:135 http://deb.debian.org/debian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
12:00:01 #10 11.13 Get:136 http://deb.debian.org/debian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
12:00:01 #10 11.13 Get:137 http://deb.debian.org/debian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.5 kB]
12:00:01 #10 11.13 Get:138 http://deb.debian.org/debian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:00:01 #10 11.13 Get:139 http://deb.debian.org/debian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
12:00:01 #10 11.13 Get:140 http://deb.debian.org/debian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
12:00:01 #10 11.15 Get:141 http://deb.debian.org/debian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
12:00:01 #10 11.15 Get:142 http://deb.debian.org/debian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
12:00:01 #10 11.15 Get:143 http://deb.debian.org/debian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
12:00:01 #10 11.15 Get:144 http://deb.debian.org/debian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
12:00:01 #10 11.15 Get:145 http://deb.debian.org/debian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
12:00:01 #10 11.15 Get:146 http://deb.debian.org/debian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
12:00:01 #10 11.15 Get:147 http://deb.debian.org/debian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
12:00:01 #10 11.15 Get:148 http://deb.debian.org/debian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
12:00:01 #10 11.15 Get:149 http://deb.debian.org/debian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
12:00:01 #10 11.15 Get:150 http://deb.debian.org/debian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
12:00:01 #10 11.15 Get:151 http://deb.debian.org/debian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
12:00:01 #10 11.15 Get:152 http://deb.debian.org/debian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
12:00:01 #10 11.15 Get:153 http://deb.debian.org/debian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
12:00:01 #10 11.15 Get:154 http://deb.debian.org/debian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
12:00:01 #10 11.15 Get:155 http://deb.debian.org/debian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
12:00:01 #10 11.15 Get:156 http://deb.debian.org/debian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:00:01 #10 11.15 Get:157 http://deb.debian.org/debian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
12:00:01 #10 11.15 Get:158 http://deb.debian.org/debian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [303 kB]
12:00:01 #10 11.15 Get:159 http://deb.debian.org/debian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
12:00:01 #10 11.15 Get:160 http://deb.debian.org/debian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
12:00:01 #10 11.15 Get:161 http://deb.debian.org/debian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
12:00:01 #10 11.15 Get:162 http://deb.debian.org/debian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
12:00:01 #10 11.15 Get:163 http://deb.debian.org/debian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:00:01 #10 11.15 Get:164 http://deb.debian.org/debian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
12:00:01 #10 11.15 Get:165 http://deb.debian.org/debian bullseye/main armhf patchutils armhf 0.4.2-1 [72.5 kB]
12:00:01 #10 11.16 Get:166 http://deb.debian.org/debian bullseye/main armhf wdiff armhf 1.2.2-2+b1 [121 kB]
12:00:01 #10 11.16 Get:167 http://deb.debian.org/debian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
12:00:01 #10 11.17 Get:168 http://deb.debian.org/debian bullseye/main armhf diffstat armhf 1.64-1 [34.6 kB]
12:00:01 #10 11.17 Get:169 http://deb.debian.org/debian bullseye/main armhf distro-info-data all 0.51+deb11u3 [7812 B]
12:00:01 #10 11.17 Get:170 http://deb.debian.org/debian bullseye/main armhf python3-pkg-resources all 52.0.0-4 [190 kB]
12:00:01 #10 11.17 Get:171 http://deb.debian.org/debian bullseye/main armhf python3-chardet all 4.0.0-1 [99.0 kB]
12:00:01 #10 11.17 Get:172 http://deb.debian.org/debian bullseye/main armhf python3-six all 1.16.0-2 [17.5 kB]
12:00:01 #10 11.17 Get:173 http://deb.debian.org/debian bullseye/main armhf python3-debian all 0.1.39 [80.1 kB]
12:00:01 #10 11.17 Get:174 http://deb.debian.org/debian bullseye/main armhf libgpgme11 armhf 1.14.0-1+b2 [263 kB]
12:00:01 #10 11.17 Get:175 http://deb.debian.org/debian bullseye/main armhf python3-gpg armhf 1.14.0-1+b2 [316 kB]
12:00:01 #10 11.21 Get:176 http://deb.debian.org/debian bullseye/main armhf dput all 1.1.0 [56.5 kB]
12:00:01 #10 11.21 Get:177 http://deb.debian.org/debian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
12:00:01 #10 11.21 Get:178 http://deb.debian.org/debian bullseye/main armhf fonts-dejavu-core all 2.37-2 [1069 kB]
12:00:01 #10 11.23 Get:179 http://deb.debian.org/debian bullseye/main armhf fontconfig-config all 2.13.1-4.2 [281 kB]
12:00:01 #10 11.35 Get:180 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u5 [310 kB]
12:00:01 #10 11.57 Get:181 http://deb.debian.org/debian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
12:00:01 #10 11.57 Get:182 http://deb.debian.org/debian-security bullseye-security/main armhf git-man all 1:2.30.2-1+deb11u1 [1829 kB]
12:00:01 #10 11.57 Get:183 http://deb.debian.org/debian-security bullseye-security/main armhf git armhf 1:2.30.2-1+deb11u1 [5112 kB]
12:00:01 #10 11.73 Get:184 http://deb.debian.org/debian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB]
12:00:01 #10 11.78 Get:185 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-perl all 1.201-1 [43.3 kB]
12:00:01 #10 11.78 Get:186 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-xs-perl armhf 0.04-6+b1 [11.5 kB]
12:00:01 #10 11.80 Get:187 http://deb.debian.org/debian bullseye/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB]
12:00:01 #10 11.80 Get:188 http://deb.debian.org/debian bullseye/main armhf libaliased-perl all 0.34-1.1 [14.1 kB]
12:00:01 #10 11.80 Get:189 http://deb.debian.org/debian bullseye/main armhf libapt-pkg-perl armhf 0.1.39 [66.9 kB]
12:00:01 #10 11.80 Get:190 http://deb.debian.org/debian bullseye/main armhf libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
12:00:01 #10 11.80 Get:191 http://deb.debian.org/debian bullseye/main armhf libarchive13 armhf 3.4.3-2+deb11u1 [303 kB]
12:00:01 #10 11.80 Get:192 http://deb.debian.org/debian bullseye/main armhf libarray-intspan-perl all 2.004-1 [25.5 kB]
12:00:01 #10 11.83 Get:193 http://deb.debian.org/debian bullseye/main armhf libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
12:00:01 #10 11.83 Get:194 http://deb.debian.org/debian bullseye/main armhf libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
12:00:01 #10 11.83 Get:195 http://deb.debian.org/debian bullseye/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
12:00:01 #10 11.83 Get:196 http://deb.debian.org/debian bullseye/main armhf libvariable-magic-perl armhf 0.62-1+b3 [43.0 kB]
12:00:01 #10 11.83 Get:197 http://deb.debian.org/debian bullseye/main armhf libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
12:00:01 #10 11.83 Get:198 http://deb.debian.org/debian bullseye/main armhf libpng16-16 armhf 1.6.37-3 [277 kB]
12:00:01 #10 11.83 Get:199 http://deb.debian.org/debian bullseye/main armhf libfreetype6 armhf 2.10.4+dfsg-1+deb11u1 [357 kB]
12:00:01 #10 11.83 Get:200 http://deb.debian.org/debian bullseye/main armhf libfontconfig1 armhf 2.13.1-4.2 [329 kB]
12:00:01 #10 11.85 Get:201 http://deb.debian.org/debian bullseye/main armhf libjpeg62-turbo armhf 1:2.0.6-4 [123 kB]
12:00:01 #10 11.86 Get:202 http://deb.debian.org/debian bullseye/main armhf libdeflate0 armhf 1.7-1 [43.1 kB]
12:00:01 #10 11.86 Get:203 http://deb.debian.org/debian bullseye/main armhf libjbig0 armhf 2.1-3.1+b2 [28.4 kB]
12:00:01 #10 11.86 Get:204 http://deb.debian.org/debian bullseye/main armhf libwebp6 armhf 0.6.1-2.1 [226 kB]
12:00:01 #10 11.87 Get:205 http://deb.debian.org/debian-security bullseye-security/main armhf libtiff5 armhf 4.2.0-1+deb11u3 [273 kB]
12:00:01 #10 11.87 Get:206 http://deb.debian.org/debian bullseye/main armhf libxau6 armhf 1:1.0.9-1 [19.0 kB]
12:00:01 #10 11.87 Get:207 http://deb.debian.org/debian bullseye/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
12:00:01 #10 11.88 Get:208 http://deb.debian.org/debian bullseye/main armhf libxcb1 armhf 1.14-3 [136 kB]
12:00:01 #10 11.88 Get:209 http://deb.debian.org/debian bullseye/main armhf libx11-data all 2:1.7.2-1 [311 kB]
12:00:01 #10 11.88 Get:210 http://deb.debian.org/debian bullseye/main armhf libx11-6 armhf 2:1.7.2-1 [713 kB]
12:00:01 #10 11.92 Get:211 http://deb.debian.org/debian bullseye/main armhf libxpm4 armhf 1:3.5.12-1 [44.0 kB]
12:00:01 #10 11.92 Get:212 http://deb.debian.org/debian bullseye/main armhf libgd3 armhf 2.3.0-2 [119 kB]
12:00:01 #10 11.92 Get:213 http://deb.debian.org/debian bullseye/main armhf libc-devtools armhf 2.31-13+deb11u5 [247 kB]
12:00:01 #10 11.92 Get:214 http://deb.debian.org/debian bullseye/main armhf libcapture-tiny-perl all 0.48-1 [26.0 kB]
12:00:01 #10 11.95 Get:215 http://deb.debian.org/debian bullseye/main armhf libclass-data-inheritable-perl all 0.08-3 [8588 B]
12:00:01 #10 11.95 Get:216 http://deb.debian.org/debian bullseye/main armhf libclass-inspector-perl all 1.36-1 [19.6 kB]
12:00:01 #10 11.95 Get:217 http://deb.debian.org/debian bullseye/main armhf libclass-xsaccessor-perl armhf 1.19-3+b7 [37.3 kB]
12:00:01 #10 11.95 Get:218 http://deb.debian.org/debian bullseye/main armhf libclone-perl armhf 0.45-1+b1 [14.8 kB]
12:00:01 #10 11.95 Get:219 http://deb.debian.org/debian bullseye/main armhf libcommon-sense-perl armhf 3.75-1+b4 [24.6 kB]
12:00:01 #10 11.95 Get:220 http://deb.debian.org/debian bullseye/main armhf libconfig-tiny-perl all 2.26-1 [16.5 kB]
12:00:01 #10 11.95 Get:221 http://deb.debian.org/debian bullseye/main armhf libparams-util-perl armhf 1.102-1+b1 [24.6 kB]
12:00:01 #10 11.95 Get:222 http://deb.debian.org/debian bullseye/main armhf libsub-install-perl all 0.928-1.1 [10.8 kB]
12:00:01 #10 11.95 Get:223 http://deb.debian.org/debian bullseye/main armhf libdata-optlist-perl all 0.110-1.1 [10.8 kB]
12:00:01 #10 11.95 Get:224 http://deb.debian.org/debian bullseye/main armhf libsub-exporter-perl all 0.987-1 [47.2 kB]
12:00:01 #10 11.95 Get:225 http://deb.debian.org/debian bullseye/main armhf libconst-fast-perl all 0.014-1.1 [8552 B]
12:00:01 #10 11.95 Get:226 http://deb.debian.org/debian bullseye/main armhf libwant-perl armhf 0.29-1+b6 [27.4 kB]
12:00:01 #10 11.95 Get:227 http://deb.debian.org/debian bullseye/main armhf libcontextual-return-perl all 0.004014-2 [56.6 kB]
12:00:01 #10 11.95 Get:228 http://deb.debian.org/debian bullseye/main armhf libconvert-binhex-perl all 1.125-1 [30.5 kB]
12:00:01 #10 11.96 Get:229 http://deb.debian.org/debian bullseye/main armhf libcpanel-json-xs-perl armhf 4.25-1+b1 [127 kB]
12:00:01 #10 11.96 Get:230 http://deb.debian.org/debian bullseye/main armhf libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
12:00:01 #10 11.96 Get:231 http://deb.debian.org/debian bullseye/main armhf libexception-class-perl all 1.44-1 [32.3 kB]
12:00:01 #10 11.96 Get:232 http://deb.debian.org/debian bullseye/main armhf libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
12:00:01 #10 11.96 Get:233 http://deb.debian.org/debian bullseye/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
12:00:01 #10 11.96 Get:234 http://deb.debian.org/debian bullseye/main armhf libexporter-tiny-perl all 1.002002-1 [37.8 kB]
12:00:01 #10 11.96 Get:235 http://deb.debian.org/debian bullseye/main armhf liblist-moreutils-xs-perl armhf 0.430-2 [35.5 kB]
12:00:01 #10 11.96 Get:236 http://deb.debian.org/debian bullseye/main armhf liblist-moreutils-perl all 0.430-2 [46.9 kB]
12:00:01 #10 11.97 Get:237 http://deb.debian.org/debian bullseye/main armhf libdata-dpath-perl all 0.58-1 [43.5 kB]
12:00:01 #10 11.97 Get:238 http://deb.debian.org/debian bullseye/main armhf libdata-dump-perl all 1.23-1.1 [27.6 kB]
12:00:01 #10 11.97 Get:239 http://deb.debian.org/debian bullseye/main armhf libdata-messagepack-perl armhf 1.00-4+b1 [36.5 kB]
12:00:01 #10 11.97 Get:240 http://deb.debian.org/debian bullseye/main armhf libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
12:00:01 #10 11.97 Get:241 http://deb.debian.org/debian bullseye/main armhf libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
12:00:01 #10 11.97 Get:242 http://deb.debian.org/debian bullseye/main armhf libdevel-size-perl armhf 0.83-1+b2 [25.4 kB]
12:00:01 #10 11.97 Get:243 http://deb.debian.org/debian bullseye/main armhf libdistro-info-perl all 1.0 [7480 B]
12:00:01 #10 11.97 Get:244 http://deb.debian.org/debian bullseye/main armhf libemail-address-xs-perl armhf 1.04-1+b3 [25.4 kB]
12:00:01 #10 11.98 Get:245 http://deb.debian.org/debian bullseye/main armhf libfcgi0ldbl armhf 2.4.2-2 [22.0 kB]
12:00:01 #10 11.98 Get:246 http://deb.debian.org/debian bullseye/main armhf libfcgi-bin armhf 2.4.2-2 [12.0 kB]
12:00:01 #10 11.98 Get:247 http://deb.debian.org/debian bullseye/main armhf libfcgi-perl armhf 0.79+ds-2 [26.3 kB]
12:00:01 #10 11.98 Get:248 http://deb.debian.org/debian bullseye/main armhf libipc-system-simple-perl all 1.30-1 [28.2 kB]
12:00:01 #10 11.98 Get:249 http://deb.debian.org/debian bullseye/main armhf libfile-basedir-perl all 0.08-1 [17.7 kB]
12:00:01 #10 11.98 Get:250 http://deb.debian.org/debian bullseye/main armhf libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
12:00:01 #10 11.98 Get:251 http://deb.debian.org/debian bullseye/main armhf libfile-fcntllock-perl armhf 0.22-3+b7 [35.1 kB]
12:00:01 #10 11.98 Get:252 http://deb.debian.org/debian bullseye/main armhf libnumber-compare-perl all 0.03-1.1 [6956 B]
12:00:01 #10 11.98 Get:253 http://deb.debian.org/debian bullseye/main armhf libtext-glob-perl all 0.11-1 [8888 B]
12:00:01 #10 11.98 Get:254 http://deb.debian.org/debian bullseye/main armhf libfile-find-rule-perl all 0.34-1 [30.6 kB]
12:00:01 #10 11.98 Get:255 http://deb.debian.org/debian bullseye/main armhf libfont-afm-perl all 1.20-3 [14.0 kB]
12:00:01 #10 11.98 Get:256 http://deb.debian.org/debian bullseye/main armhf libio-string-perl all 1.08-3.1 [11.8 kB]
12:00:01 #10 11.99 Get:257 http://deb.debian.org/debian bullseye/main armhf libfont-ttf-perl all 1.06-1.1 [318 kB]
12:00:01 #10 11.99 Get:258 http://deb.debian.org/debian bullseye/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
12:00:01 #10 11.99 Get:259 http://deb.debian.org/debian bullseye/main armhf libparams-validate-perl armhf 1.30-1+b1 [65.6 kB]
12:00:01 #10 11.99 Get:260 http://deb.debian.org/debian bullseye/main armhf libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
12:00:01 #10 11.99 Get:261 http://deb.debian.org/debian bullseye/main armhf libsort-versions-perl all 1.62-1 [11.0 kB]
12:00:01 #10 11.99 Get:262 http://deb.debian.org/debian bullseye/main armhf libgit-wrapper-perl all 0.048-1 [34.7 kB]
12:00:01 #10 11.99 Get:263 http://deb.debian.org/debian bullseye/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
12:00:01 #10 12.00 Get:264 http://deb.debian.org/debian bullseye/main armhf libio-prompter-perl all 0.004015-1 [60.4 kB]
12:00:01 #10 12.00 Get:265 http://deb.debian.org/debian bullseye/main armhf libjson-perl all 4.03000-1 [88.6 kB]
12:00:01 #10 12.00 Get:266 http://deb.debian.org/debian bullseye/main armhf liblog-any-perl all 1.709-1 [73.5 kB]
12:00:01 #10 12.00 Get:267 http://deb.debian.org/debian bullseye/main armhf liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
12:00:01 #10 12.00 Get:268 http://deb.debian.org/debian bullseye/main armhf libpackage-stash-perl all 0.39-1 [21.9 kB]
12:00:01 #10 12.00 Get:269 http://deb.debian.org/debian bullseye/main armhf libsub-identify-perl armhf 0.14-1+b3 [11.6 kB]
12:00:01 #10 12.00 Get:270 http://deb.debian.org/debian bullseye/main armhf libsub-name-perl armhf 0.26-1+b1 [13.2 kB]
12:00:01 #10 12.00 Get:271 http://deb.debian.org/debian bullseye/main armhf libnamespace-clean-perl all 0.27-1 [17.3 kB]
12:00:01 #10 12.00 Get:272 http://deb.debian.org/debian bullseye/main armhf libpath-tiny-perl all 0.118-1 [53.5 kB]
12:00:01 #10 12.01 Get:273 http://deb.debian.org/debian bullseye/main armhf libtype-tiny-perl all 1.012001-2 [351 kB]
12:00:01 #10 12.01 Get:274 http://deb.debian.org/debian bullseye/main armhf libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
12:00:01 #10 12.01 Get:275 http://deb.debian.org/debian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1206 kB]
12:00:01 #10 12.02 Get:276 http://deb.debian.org/debian bullseye/main armhf libglib2.0-data all 2.66.8-1 [1164 kB]
12:00:01 #10 12.08 Get:277 http://deb.debian.org/debian bullseye/main armhf libgpm2 armhf 1.20.7-8 [34.8 kB]
12:00:01 #10 12.08 Get:278 http://deb.debian.org/debian bullseye/main armhf libhash-fieldhash-perl armhf 0.15-1+b3 [17.0 kB]
12:00:01 #10 12.08 Get:279 http://deb.debian.org/debian bullseye/main armhf libhtml-form-perl all 6.07-1 [22.9 kB]
12:00:01 #10 12.08 Get:280 http://deb.debian.org/debian bullseye/main armhf libhtml-format-perl all 2.12-1.1 [43.8 kB]
12:00:01 #10 12.08 Get:281 http://deb.debian.org/debian bullseye/main armhf libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
12:00:01 #10 12.08 Get:282 http://deb.debian.org/debian bullseye/main armhf libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
12:00:01 #10 12.08 Get:283 http://deb.debian.org/debian bullseye/main armhf libio-sessiondata-perl all 1.03-1.1 [5984 B]
12:00:01 #10 12.09 Get:284 http://deb.debian.org/debian bullseye/main armhf libipc-run3-perl all 0.048-2 [34.2 kB]
12:00:01 #10 12.09 Get:285 http://deb.debian.org/debian bullseye/main armhf libtypes-serialiser-perl all 1.01-1 [12.2 kB]
12:00:01 #10 12.09 Get:286 http://deb.debian.org/debian bullseye/main armhf libjson-xs-perl armhf 4.030-1+b1 [93.0 kB]
12:00:01 #10 12.09 Get:287 http://deb.debian.org/debian bullseye/main armhf libjson-maybexs-perl all 1.004003-1 [13.1 kB]
12:00:01 #10 12.09 Get:288 http://deb.debian.org/debian bullseye/main armhf libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
12:00:01 #10 12.09 Get:289 http://deb.debian.org/debian bullseye/main armhf liblist-compare-perl all 0.55-1 [66.9 kB]
12:00:01 #10 12.09 Get:290 http://deb.debian.org/debian bullseye/main armhf liblist-someutils-perl all 0.58-1 [36.5 kB]
12:00:01 #10 12.09 Get:291 http://deb.debian.org/debian bullseye/main armhf liblist-someutils-xs-perl armhf 0.58-2+b1 [30.0 kB]
12:00:01 #10 12.09 Get:292 http://deb.debian.org/debian bullseye/main armhf liblist-utilsby-perl all 0.11-1 [15.4 kB]
12:00:01 #10 12.09 Get:293 http://deb.debian.org/debian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
12:00:01 #10 12.09 Get:294 http://deb.debian.org/debian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
12:00:01 #10 12.10 Get:295 http://deb.debian.org/debian bullseye/main armhf liblzo2-2 armhf 2.10-2 [50.7 kB]
12:00:01 #10 12.10 Get:296 http://deb.debian.org/debian bullseye/main armhf libsys-hostname-long-perl all 1.5-2 [11.8 kB]
12:00:01 #10 12.10 Get:297 http://deb.debian.org/debian bullseye/main armhf libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
12:00:01 #10 12.10 Get:298 http://deb.debian.org/debian bullseye/main armhf libnet-smtp-ssl-perl all 1.04-1 [6184 B]
12:00:01 #10 12.10 Get:299 http://deb.debian.org/debian bullseye/main armhf libmailtools-perl all 2.21-1 [95.5 kB]
12:00:01 #10 12.10 Get:300 http://deb.debian.org/debian bullseye/main armhf libmarkdown2 armhf 2.2.6-1 [30.0 kB]
12:00:01 #10 12.10 Get:301 http://deb.debian.org/debian bullseye/main armhf libmime-tools-perl all 5.509-1 [212 kB]
12:00:01 #10 12.10 Get:302 http://deb.debian.org/debian bullseye/main armhf libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
12:00:01 #10 12.14 Get:303 http://deb.debian.org/debian bullseye/main armhf libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
12:00:01 #10 12.14 Get:304 http://deb.debian.org/debian bullseye/main armhf libobject-id-perl all 0.1.2-2.1 [16.7 kB]
12:00:01 #10 12.14 Get:305 http://deb.debian.org/debian bullseye/main armhf libmoox-struct-perl all 0.020-1 [25.4 kB]
12:00:01 #10 12.14 Get:306 http://deb.debian.org/debian bullseye/main armhf libmouse-perl armhf 2.5.10-1+b1 [168 kB]
12:00:01 #10 12.14 Get:307 http://deb.debian.org/debian bullseye/main armhf libnumber-range-perl all 0.12-1.1 [8688 B]
12:00:01 #10 12.14 Get:308 http://deb.debian.org/debian bullseye/main armhf libossp-uuid16 armhf 1.6.2-1.5+b9 [35.8 kB]
12:00:01 #10 12.14 Get:309 http://deb.debian.org/debian bullseye/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b9 [27.8 kB]
12:00:01 #10 12.14 Get:310 http://deb.debian.org/debian bullseye/main armhf libpackage-stash-xs-perl armhf 0.29-1+b2 [18.6 kB]
12:00:01 #10 12.14 Get:311 http://deb.debian.org/debian bullseye/main armhf libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
12:00:01 #10 12.14 Get:312 http://deb.debian.org/debian bullseye/main armhf libperlio-gzip-perl armhf 0.19-1+b7 [16.3 kB]
12:00:01 #10 12.14 Get:313 http://deb.debian.org/debian bullseye/main armhf libpod-parser-perl all 1.63-2 [96.1 kB]
12:00:01 #10 12.14 Get:314 http://deb.debian.org/debian bullseye/main armhf libpod-constants-perl all 0.19-2 [17.3 kB]
12:00:01 #10 12.14 Get:315 http://deb.debian.org/debian bullseye/main armhf libproc-processtable-perl armhf 0.59-2+b1 [45.8 kB]
12:00:01 #10 12.14 Get:316 http://deb.debian.org/debian bullseye/main armhf libre2-9 armhf 20210201+dfsg-1 [141 kB]
12:00:01 #10 12.14 Get:317 http://deb.debian.org/debian bullseye/main armhf libre-engine-re2-perl armhf 0.14-1 [17.3 kB]
12:00:01 #10 12.14 Get:318 http://deb.debian.org/debian bullseye/main armhf libreadonly-perl all 2.050-3 [23.1 kB]
12:00:01 #10 12.15 Get:319 http://deb.debian.org/debian bullseye/main armhf libref-util-perl all 0.204-1 [17.1 kB]
12:00:01 #10 12.33 Get:320 http://deb.debian.org/debian bullseye/main armhf libref-util-xs-perl armhf 0.117-1+b3 [12.8 kB]
12:00:01 #10 12.33 Get:321 http://deb.debian.org/debian bullseye/main armhf libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
12:00:01 #10 12.33 Get:322 http://deb.debian.org/debian bullseye/main armhf libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
12:00:01 #10 12.34 Get:323 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules armhf 2.1.27+dfsg-2.1+deb11u1 [96.8 kB]
12:00:01 #10 12.34 Get:324 http://deb.debian.org/debian bullseye/main armhf libsereal-decoder-perl armhf 4.018+ds-1+b1 [92.7 kB]
12:00:01 #10 12.36 Get:325 http://deb.debian.org/debian bullseye/main armhf libsereal-encoder-perl armhf 4.018+ds-1+b1 [96.5 kB]
12:00:01 #10 12.36 Get:326 http://deb.debian.org/debian bullseye/main armhf libtask-weaken-perl all 1.06-1 [9252 B]
12:00:01 #10 12.37 Get:327 http://deb.debian.org/debian bullseye/main armhf libxml-parser-perl armhf 2.46-2 [203 kB]
12:00:01 #10 12.37 Get:328 http://deb.debian.org/debian bullseye/main armhf libsoap-lite-perl all 1.27-1 [258 kB]
12:00:01 #10 12.37 Get:329 http://deb.debian.org/debian bullseye/main armhf libsort-key-perl armhf 1.33-2+b3 [35.7 kB]
12:00:01 #10 12.37 Get:330 http://deb.debian.org/debian bullseye/main armhf libstring-copyright-perl all 0.003006-1 [11.6 kB]
12:00:01 #10 12.37 Get:331 http://deb.debian.org/debian bullseye/main armhf libstring-escape-perl all 2010.002-2 [19.1 kB]
12:00:01 #10 12.37 Get:332 http://deb.debian.org/debian bullseye/main armhf libstring-shellquote-perl all 1.04-1 [12.6 kB]
12:00:01 #10 12.37 Get:333 http://deb.debian.org/debian bullseye/main armhf libsys-cpuaffinity-perl armhf 1.13~03-1 [33.1 kB]
12:00:01 #10 12.56 Get:334 http://deb.debian.org/debian bullseye/main armhf libterm-readkey-perl armhf 2.38-1+b2 [26.6 kB]
12:00:01 #10 12.57 Get:335 http://deb.debian.org/debian bullseye/main armhf libtext-levenshteinxs-perl armhf 0.03-4+b8 [8176 B]
12:00:01 #10 12.57 Get:336 http://deb.debian.org/debian bullseye/main armhf libtext-markdown-discount-perl armhf 0.12-1+b1 [12.6 kB]
12:00:01 #10 12.75 Get:337 http://deb.debian.org/debian bullseye/main armhf libtext-xslate-perl armhf 3.5.8-1+b1 [193 kB]
12:00:01 #10 12.87 Get:338 http://deb.debian.org/debian bullseye/main armhf libtime-duration-perl all 1.21-1 [13.7 kB]
12:00:01 #10 12.88 Get:339 http://deb.debian.org/debian bullseye/main armhf libtime-moment-perl armhf 0.44-1+b3 [74.3 kB]
12:00:01 #10 12.88 Get:340 http://deb.debian.org/debian bullseye/main armhf libtype-tiny-xs-perl armhf 0.022-1 [23.4 kB]
12:00:01 #10 12.88 Get:341 http://deb.debian.org/debian bullseye/main armhf libunicode-utf8-perl armhf 0.62-1+b2 [19.3 kB]
12:00:01 #10 12.88 Get:342 http://deb.debian.org/debian bullseye/main armhf libxdelta2 armhf 1.1.3-9.3 [40.4 kB]
12:00:01 #10 12.88 Get:343 http://deb.debian.org/debian bullseye/main armhf libxext6 armhf 2:1.3.3-1.1 [47.8 kB]
12:00:01 #10 12.88 Get:344 http://deb.debian.org/debian bullseye/main armhf libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
12:00:01 #10 12.88 Get:345 http://deb.debian.org/debian bullseye/main armhf libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
12:00:01 #10 12.89 Get:346 http://deb.debian.org/debian bullseye/main armhf libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
12:00:01 #10 12.89 Get:347 http://deb.debian.org/debian bullseye/main armhf libxml-libxml-perl armhf 2.0134+dfsg-2+b1 [321 kB]
12:00:01 #10 12.89 Get:348 http://deb.debian.org/debian bullseye/main armhf libxml-sax-expat-perl all 0.51-1 [12.0 kB]
12:00:01 #10 12.90 Get:349 http://deb.debian.org/debian bullseye/main armhf libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
12:00:01 #10 12.90 Get:350 http://deb.debian.org/debian bullseye/main armhf libxmuu1 armhf 2:1.1.2-2+b3 [23.3 kB]
12:00:01 #10 12.90 Get:351 http://deb.debian.org/debian bullseye/main armhf libyaml-0-2 armhf 0.2.2-1 [42.0 kB]
12:00:01 #10 12.90 Get:352 http://deb.debian.org/debian bullseye/main armhf libyaml-libyaml-perl armhf 0.82+repack-1+b1 [33.4 kB]
12:00:01 #10 12.90 Get:353 http://deb.debian.org/debian bullseye/main armhf licensecheck all 3.1.1-2 [50.0 kB]
12:00:01 #10 12.90 Get:354 http://deb.debian.org/debian bullseye/main armhf lzip armhf 1.22-3 [82.4 kB]
12:00:01 #10 12.90 Get:355 http://deb.debian.org/debian bullseye/main armhf lzop armhf 1.04-2 [82.2 kB]
12:00:01 #10 12.90 Get:356 http://deb.debian.org/debian bullseye/main armhf t1utils armhf 1.41-4 [54.7 kB]
12:00:01 #10 12.90 Get:357 http://deb.debian.org/debian bullseye/main armhf unzip armhf 6.0-26+deb11u1 [157 kB]
12:00:01 #10 12.91 Get:358 http://deb.debian.org/debian bullseye/main armhf lintian all 2.104.0 [1265 kB]
12:00:01 #10 12.92 Get:359 http://deb.debian.org/debian bullseye/main armhf lsb-release all 11.1.0 [27.9 kB]
12:00:01 #10 12.95 Get:360 http://deb.debian.org/debian bullseye/main armhf manpages-dev all 5.10-1 [2309 kB]
12:00:01 #10 12.98 Get:361 http://deb.debian.org/debian bullseye/main armhf pbzip2 armhf 1.1.13-1 [44.1 kB]
12:00:01 #10 13.00 Get:362 http://deb.debian.org/debian bullseye/main armhf pixz armhf 1.0.7-1 [19.3 kB]
12:00:01 #10 13.00 Get:363 http://deb.debian.org/debian bullseye/main armhf xdelta armhf 1.1.3-9.3 [24.3 kB]
12:00:01 #10 13.00 Get:364 http://deb.debian.org/debian bullseye/main armhf xdelta3 armhf 3.0.11-dfsg-1+b1 [67.2 kB]
12:00:01 #10 13.00 Get:365 http://deb.debian.org/debian bullseye/main armhf pristine-tar armhf 1.49 [111 kB]
12:00:01 #10 13.00 Get:366 http://deb.debian.org/debian bullseye/main armhf publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
12:00:01 #10 13.00 Get:367 http://deb.debian.org/debian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB]
12:00:01 #10 13.00 Get:368 http://deb.debian.org/debian bullseye/main armhf python3-apt armhf 2.2.1 [176 kB]
12:00:01 #10 13.00 Get:369 http://deb.debian.org/debian bullseye/main armhf python3-certifi all 2020.6.20-1 [151 kB]
12:00:01 #10 13.00 Get:370 http://deb.debian.org/debian bullseye/main armhf python3-idna all 2.10-1 [37.4 kB]
12:00:01 #10 13.00 Get:371 http://deb.debian.org/debian bullseye/main armhf python3-magic all 2:0.4.20-3 [13.4 kB]
12:00:01 #10 13.02 Get:372 http://deb.debian.org/debian bullseye/main armhf python3-urllib3 all 1.26.5-1~exp1 [114 kB]
12:00:01 #10 13.02 Get:373 http://deb.debian.org/debian bullseye/main armhf python3-requests all 2.25.1+dfsg-2 [69.3 kB]
12:00:01 #10 13.02 Get:374 http://deb.debian.org/debian bullseye/main armhf python3-unidiff all 0.5.5-2 [9604 B]
12:00:01 #10 13.02 Get:375 http://deb.debian.org/debian bullseye/main armhf python3-xdg all 0.27-2 [41.8 kB]
12:00:01 #10 13.02 Get:376 http://deb.debian.org/debian bullseye/main armhf shared-mime-info armhf 2.0-1 [699 kB]
12:00:01 #10 13.05 Get:377 http://deb.debian.org/debian bullseye/main armhf strace armhf 5.10-1 [973 kB]
12:00:01 #10 13.05 Get:378 http://deb.debian.org/debian bullseye/main armhf xauth armhf 1:1.1-1 [37.7 kB]
12:00:01 #10 13.10 Get:379 http://deb.debian.org/debian bullseye/main armhf xdg-user-dirs armhf 0.17-2 [52.4 kB]
12:00:01 #10 13.62 debconf: delaying package configuration, since apt-utils is not installed
12:00:01 #10 13.67 Fetched 157 MB in 5s (29.4 MB/s)
12:00:01 #10 14.00 Selecting previously unselected package bsdextrautils.
12:00:01 #10 14.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 ... 6654 files and directories currently installed.)
12:00:01 #10 14.00 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_armhf.deb ...
12:00:01 #10 14.01 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
12:00:01 #10 14.07 Selecting previously unselected package libuchardet0:armhf.
12:00:01 #10 14.07 Preparing to unpack .../01-libuchardet0_0.0.7-1_armhf.deb ...
12:00:01 #10 14.08 Unpacking libuchardet0:armhf (0.0.7-1) ...
12:00:01 #10 14.12 Selecting previously unselected package groff-base.
12:00:01 #10 14.12 Preparing to unpack .../02-groff-base_1.22.4-6_armhf.deb ...
12:00:01 #10 14.13 Unpacking groff-base (1.22.4-6) ...
12:00:01 #10 14.33 Selecting previously unselected package libgdbm6:armhf.
12:00:01 #10 14.33 Preparing to unpack .../03-libgdbm6_1.19-2_armhf.deb ...
12:00:01 #10 14.33 Unpacking libgdbm6:armhf (1.19-2) ...
12:00:01 #10 14.39 Selecting previously unselected package libpipeline1:armhf.
12:00:01 #10 14.39 Preparing to unpack .../04-libpipeline1_1.5.3-1_armhf.deb ...
12:00:01 #10 14.40 Unpacking libpipeline1:armhf (1.5.3-1) ...
12:00:01 #10 14.45 Selecting previously unselected package man-db.
12:00:01 #10 14.45 Preparing to unpack .../05-man-db_2.9.4-2_armhf.deb ...
12:00:01 #10 14.45 Unpacking man-db (2.9.4-2) ...
12:00:01 #10 14.73 Selecting previously unselected package perl-modules-5.32.
12:00:01 #10 14.73 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
12:00:01 #10 14.74 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:00:01 #10 15.34 Selecting previously unselected package libgdbm-compat4:armhf.
12:00:01 #10 15.34 Preparing to unpack .../07-libgdbm-compat4_1.19-2_armhf.deb ...
12:00:01 #10 15.34 Unpacking libgdbm-compat4:armhf (1.19-2) ...
12:00:01 #10 15.40 Selecting previously unselected package libperl5.32:armhf.
12:00:01 #10 15.40 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
12:00:01 #10 15.40 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
12:00:01 #10 16.06 Selecting previously unselected package perl.
12:00:01 #10 16.06 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_armhf.deb ...
12:00:01 #10 16.08 Unpacking perl (5.32.1-4+deb11u2) ...
12:00:01 #10 16.17 Selecting previously unselected package liblocale-gettext-perl.
12:00:01 #10 16.17 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_armhf.deb ...
12:00:01 #10 16.17 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
12:00:01 #10 16.23 Selecting previously unselected package libpython3.9-minimal:armhf.
12:00:01 #10 16.23 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_armhf.deb ...
12:00:01 #10 16.23 Unpacking libpython3.9-minimal:armhf (3.9.2-1) ...
12:00:01 #10 16.46 Selecting previously unselected package libexpat1:armhf.
12:00:01 #10 16.46 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_armhf.deb ...
12:00:01 #10 16.47 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
12:00:01 #10 16.52 Selecting previously unselected package python3.9-minimal.
12:00:01 #10 16.52 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_armhf.deb ...
12:00:01 #10 16.53 Unpacking python3.9-minimal (3.9.2-1) ...
12:00:01 #11 35.32 Preparing to unpack .../285-libltdl7_2.4.6-15build2_arm64.deb ...
12:00:01 #11 35.33 Unpacking libltdl7:arm64 (2.4.6-15build2) ...
12:00:01 #11 35.37 Selecting previously unselected package libltdl-dev:arm64.
12:00:01 #11 35.37 Preparing to unpack .../286-libltdl-dev_2.4.6-15build2_arm64.deb ...
12:00:01 #11 35.37 Unpacking libltdl-dev:arm64 (2.4.6-15build2) ...
12:00:01 #11 35.42 Selecting previously unselected package liblzo2-2:arm64.
12:00:01 #11 35.43 Preparing to unpack .../287-liblzo2-2_2.10-2build3_arm64.deb ...
12:00:01 #11 35.43 Unpacking liblzo2-2:arm64 (2.10-2build3) ...
12:00:01 #11 35.47 Selecting previously unselected package libsys-hostname-long-perl.
12:00:01 #11 35.47 Preparing to unpack .../288-libsys-hostname-long-perl_1.5-2_all.deb ...
12:00:01 #11 35.47 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:00:01 #11 35.51 Selecting previously unselected package libmail-sendmail-perl.
12:00:01 #11 35.51 Preparing to unpack .../289-libmail-sendmail-perl_0.80-1.1_all.deb ...
12:00:01 #11 35.51 Unpacking libmail-sendmail-perl (0.80-1.1) ...
12:00:01 #11 35.55 Selecting previously unselected package libnet-smtp-ssl-perl.
12:00:01 #11 35.55 Preparing to unpack .../290-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:00:01 #11 35.56 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:00:01 #11 35.59 Selecting previously unselected package libmailtools-perl.
12:00:01 #11 35.59 Preparing to unpack .../291-libmailtools-perl_2.21-1_all.deb ...
12:00:01 #11 35.60 Unpacking libmailtools-perl (2.21-1) ...
12:00:01 #11 35.65 Selecting previously unselected package libmarkdown2:arm64.
12:00:01 #10 16.43 Get:114 http://archive.raspbian.org/raspbian bookworm/main armhf libfile-listing-perl all 6.15-1 [12.6 kB]
12:00:01 #10 16.44 Get:115 http://archive.raspbian.org/raspbian bookworm/main armhf libhtml-tagset-perl all 3.20-6 [11.7 kB]
12:00:01 #10 16.44 Get:116 http://archive.raspbian.org/raspbian bookworm/main armhf libregexp-ipv6-perl all 0.03-3 [5212 B]
12:00:01 #10 16.52 Get:117 http://archive.raspbian.org/raspbian bookworm/main armhf liburi-perl all 5.17-1 [90.4 kB]
12:00:01 #10 16.56 Get:118 http://archive.raspbian.org/raspbian bookworm/main armhf libhtml-parser-perl armhf 3.80-1 [97.2 kB]
12:00:01 #10 16.56 Get:119 http://archive.raspbian.org/raspbian bookworm/main armhf libhtml-tree-perl all 5.07-3 [211 kB]
12:00:01 #10 16.62 Get:120 http://archive.raspbian.org/raspbian bookworm/main armhf libclone-perl armhf 0.46-1 [13.2 kB]
12:00:01 #10 16.62 Get:121 http://archive.raspbian.org/raspbian bookworm/main armhf libio-html-perl all 1.004-3 [16.2 kB]
12:00:01 #10 16.64 Get:122 http://archive.raspbian.org/raspbian bookworm/main armhf liblwp-mediatypes-perl all 6.04-2 [20.2 kB]
12:00:01 #10 16.65 Get:123 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-message-perl all 6.44-1 [81.7 kB]
12:00:01 #10 16.65 Get:124 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
12:00:01 #10 16.66 Get:125 http://archive.raspbian.org/raspbian bookworm/main armhf libhttp-negotiate-perl all 6.01-2 [13.1 kB]
12:00:01 #10 ...
12:00:01 
12:00:01 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:01 #7 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 5.6s done
12:00:01 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 8.7s
12:00:01 #10 44.73 invoke-rc.d: could not determine current runlevel
12:00:01 #10 44.73 invoke-rc.d: policy-rc.d denied execution of start.
12:00:01 #10 44.74 Setting up libedit2:arm64 (3.1-20181209-1) ...
12:00:01 #10 44.75 Setting up libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
12:00:01 #10 44.77 Setting up cron (3.0pl1-134+deb10u1) ...
12:00:01 #10 43.47 Preparing to unpack .../241-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:00:01 #10 43.48 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:00:01 #10 43.50 Selecting previously unselected package libnet-ipv6addr-perl.
12:00:01 #10 43.51 Preparing to unpack .../242-libnet-ipv6addr-perl_1.02-1_all.deb ...
12:00:01 #10 43.51 Unpacking libnet-ipv6addr-perl (1.02-1) ...
12:00:01 #10 43.54 Selecting previously unselected package libnet-netmask-perl.
12:00:01 #10 43.54 Preparing to unpack .../243-libnet-netmask-perl_2.0002-2_all.deb ...
12:00:01 #10 43.55 Unpacking libnet-netmask-perl (2.0002-2) ...
12:00:01 #10 43.58 Selecting previously unselected package libnetaddr-ip-perl.
12:00:01 #10 43.58 Preparing to unpack .../244-libnetaddr-ip-perl_4.079+dfsg-2+b1_amd64.deb ...
12:00:01 #10 43.59 Unpacking libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
12:00:01 #10 43.63 Selecting previously unselected package libdata-validate-ip-perl.
12:00:01 #10 43.63 Preparing to unpack .../245-libdata-validate-ip-perl_0.31-1_all.deb ...
12:00:01 #10 43.64 Unpacking libdata-validate-ip-perl (0.31-1) ...
12:00:01 #10 43.66 Selecting previously unselected package libdata-validate-uri-perl.
12:00:01 #10 43.67 Preparing to unpack .../246-libdata-validate-uri-perl_0.07-2_all.deb ...
12:00:01 #10 43.67 Unpacking libdata-validate-uri-perl (0.07-2) ...
12:00:01 #10 43.70 Selecting previously unselected package libdevel-size-perl.
12:00:01 #10 43.70 Preparing to unpack .../247-libdevel-size-perl_0.83-2+b1_amd64.deb ...
12:00:01 #10 43.71 Unpacking libdevel-size-perl (0.83-2+b1) ...
12:00:01 #10 43.74 Selecting previously unselected package libdistro-info-perl.
12:00:01 #10 43.74 Preparing to unpack .../248-libdistro-info-perl_1.5_all.deb ...
12:00:01 #10 43.74 Unpacking libdistro-info-perl (1.5) ...
12:00:01 #10 43.77 Selecting previously unselected package libemail-address-xs-perl.
12:00:01 #10 43.77 Preparing to unpack .../249-libemail-address-xs-perl_1.05-1+b1_amd64.deb ...
12:00:01 #10 43.78 Unpacking libemail-address-xs-perl (1.05-1+b1) ...
12:00:01 #10 43.81 Selecting previously unselected package libexporter-tiny-perl.
12:00:01 #11 44.87 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:00:01 #11 44.88 Setting up libctf0:amd64 (2.34-6ubuntu1.4) ...
12:00:01 #11 44.89 Setting up pinentry-curses (1.1.0-3build1) ...
12:00:01 #11 44.91 Setting up manpages-dev (5.05-1) ...
12:00:01 #11 44.93 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
12:00:01 #11 44.94 Setting up libxcb1:amd64 (1.14-2) ...
12:00:01 #11 44.95 Setting up at (3.1.23-1ubuntu1) ...
12:00:01 #11 45.09 invoke-rc.d: could not determine current runlevel
12:00:01 #11 45.09 invoke-rc.d: policy-rc.d denied execution of start.
12:00:01 #11 45.10 Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
12:00:01 #11 45.11 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:01 #11 23.84 Selecting previously unselected package python3-minimal.
12:00:01 #11 23.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 ... 4719 files and directories currently installed.)
12:00:01 #11 23.84 Preparing to unpack .../00-python3-minimal_3.10.6-1_armhf.deb ...
12:00:01 #11 23.84 Unpacking python3-minimal (3.10.6-1) ...
12:00:01 #11 23.89 Selecting previously unselected package media-types.
12:00:01 #11 23.89 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
12:00:01 #11 23.89 Unpacking media-types (8.0.0) ...
12:00:01 #11 23.93 Selecting previously unselected package libmpdec3:armhf.
12:00:01 #11 23.93 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_armhf.deb ...
12:00:01 #11 23.94 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
12:00:01 #11 23.98 Selecting previously unselected package libkrb5support0:armhf.
12:00:01 #11 23.98 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_armhf.deb ...
12:00:01 #11 23.99 Unpacking libkrb5support0:armhf (1.20-1ubuntu0.1) ...
12:00:01 #11 24.03 Selecting previously unselected package libk5crypto3:armhf.
12:00:01 #11 24.03 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_armhf.deb ...
12:00:01 #11 24.03 Unpacking libk5crypto3:armhf (1.20-1ubuntu0.1) ...
12:00:01 #11 24.07 Selecting previously unselected package libkeyutils1:armhf.
12:00:01 #11 24.07 Preparing to unpack .../05-libkeyutils1_1.6.3-1_armhf.deb ...
12:00:01 #10 43.19 Preparing to unpack .../236-libfont-ttf-perl_1.06-1.1_all.deb ...
12:00:01 #10 43.20 Unpacking libfont-ttf-perl (1.06-1.1) ...
12:00:01 #10 43.27 Selecting previously unselected package libio-stringy-perl.
12:00:01 #10 43.27 Preparing to unpack .../237-libio-stringy-perl_2.111-3_all.deb ...
12:00:01 #10 43.27 Unpacking libio-stringy-perl (2.111-3) ...
12:00:01 #10 43.31 Selecting previously unselected package libparams-validate-perl:amd64.
12:00:01 #10 43.32 Preparing to unpack .../238-libparams-validate-perl_1.30-1+b1_amd64.deb ...
12:00:01 #10 43.32 Unpacking libparams-validate-perl:amd64 (1.30-1+b1) ...
12:00:01 #10 43.36 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:00:01 #10 43.36 Preparing to unpack .../239-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
12:00:01 #10 43.37 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
12:00:01 #10 43.40 Selecting previously unselected package libsort-versions-perl.
12:00:01 #10 43.40 Preparing to unpack .../240-libsort-versions-perl_1.62-1_all.deb ...
12:00:01 #10 43.41 Unpacking libsort-versions-perl (1.62-1) ...
12:00:01 #10 43.44 Selecting previously unselected package libgit-wrapper-perl.
12:00:01 #11 44.12 Setting up libarray-intspan-perl (2.004-2) ...
12:00:01 #11 44.13 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:01 #11 44.14 Setting up libtimedate-perl (2.3300-2) ...
12:00:01 #11 44.15 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
12:00:01 #11 44.16 Setting up libsub-name-perl:amd64 (0.26-2) ...
12:00:01 #11 44.17 Setting up libtype-tiny-xs-perl:amd64 (0.022-2) ...
12:00:01 #11 44.18 Setting up libsyntax-keyword-try-perl (0.27-1) ...
12:00:01 #11 44.19 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:00:01 #11 44.20 Setting up libproc-processtable-perl:amd64 (0.634-1build1) ...
12:00:01 #11 44.21 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:00:01 #11 44.22 Setting up xauth (1:1.1.1-1) ...
12:00:01 #11 44.22 Setting up libpath-tiny-perl (0.122-1) ...
12:00:01 #11 44.24 Setting up libarchive-cpio-perl (0.10-2) ...
12:00:01 #11 44.24 Setting up libjson-perl (4.09000-1) ...
12:00:01 #11 44.25 Setting up libnsl2:amd64 (1.3.0-2build2) ...
12:00:01 #11 44.26 Setting up libipc-run3-perl (0.048-2) ...
12:00:01 #11 44.27 Setting up libregexp-wildcards-perl (1.05-3) ...
12:00:01 #11 44.28 Setting up libfcgi-perl:amd64 (0.82+ds-1build1) ...
12:00:01 #11 44.29 Setting up libsub-override-perl (0.09-3) ...
12:00:01 #11 44.30 Setting up libaliased-perl (0.34-2) ...
12:00:01 #11 44.31 Setting up libstrictures-perl (2.000006-1) ...
12:00:01 #11 44.32 Setting up libsub-quote-perl (2.006006-1) ...
12:00:01 #11 44.35 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:00:01 #11 44.36 Setting up libclass-xsaccessor-perl (1.19-4) ...
12:00:01 #11 44.38 Setting up libsort-versions-perl (1.62-2) ...
12:00:01 #11 44.39 Setting up libexporter-tiny-perl (1.002002-1) ...
12:00:01 #11 44.40 Setting up libre-engine-re2-perl:amd64 (0.14-1build2) ...
12:00:01 #11 44.40 Setting up libfile-dirlist-perl (0.05-2) ...
12:00:01 #11 44.41 Setting up libterm-readkey-perl (2.38-2) ...
12:00:01 #11 44.42 Setting up libtext-levenshteinxs-perl (0.03-5) ...
12:00:01 #10 17.72 Unpacking libc6:armhf (2.31-13+rpt2+rpi1+deb11u5) over (2.31-13+rpi1+deb11u3) ...
12:00:01 #12 31.82   Installing       : perl-PathTools-3.74-1.el8.x86_64                     50/91 
12:00:01 #12 31.83   Installing       : perl-constant-1.33-396.el8.noarch                    51/91 
12:00:01 #12 31.85   Installing       : perl-threads-1:2.21-2.el8.x86_64                     52/91 
12:00:01 #10 44.86 Setting up python3-unidiff (0.5.4-1) ...
12:00:01 #13 6.103 (25/72): cmake-filesystem-3.20.2-7.el9.x86_64.r 193 kB/s |  23 kB     00:00    
12:00:01 #13 6.225 (26/72): cmake-rpm-macros-3.20.2-7.el9.noarch.r 134 kB/s |  16 kB     00:00    
12:00:01 #13 6.372 (27/72): cmake-3.20.2-7.el9.x86_64.rpm           15 MB/s | 6.7 MB     00:00    
12:00:01 #9 42.31 (1/140): bzip2-1.0.8-12.fc37.aarch64.rpm        172 kB/s |  52 kB     00:00    
12:00:01 #9 42.32 (2/140): cpio-2.13-13.fc37.aarch64.rpm          889 kB/s | 274 kB     00:00    
12:00:01 #9 42.33 (3/140): desktop-file-utils-0.26-7.fc37.aarch64 4.6 MB/s |  71 kB     00:00    
12:00:01 #9 42.34 (4/140): diffutils-3.8-3.fc37.aarch64.rpm        43 MB/s | 376 kB     00:00    
12:00:01 #9 42.34 (5/140): devscripts-checkbashisms-2.22.2-3.fc37 1.3 MB/s |  28 kB     00:00    
12:00:01 #9 42.34 (6/140): dnf-plugins-core-4.3.1-1.fc37.noarch.r 6.2 MB/s |  34 kB     00:00    
12:00:01 #9 42.35 (7/140): dwz-0.14-7.fc37.aarch64.rpm             19 MB/s | 126 kB     00:00    
12:00:01 #9 42.35 (8/140): ed-1.18-2.fc37.aarch64.rpm              12 MB/s |  78 kB     00:00    
12:00:01 #9 42.35 (9/140): dash-0.5.11.5-2.fc37.aarch64.rpm       284 kB/s |  98 kB     00:00    
12:00:01 #9 42.36 (10/140): efi-srpm-macros-5-6.fc37.noarch.rpm   2.5 MB/s |  22 kB     00:00    
12:00:01 #9 42.37 (11/140): elfutils-0.187-8.fc37.aarch64.rpm      33 MB/s | 521 kB     00:00    
12:00:01 #9 42.37 (12/140): elfutils-debuginfod-client-0.187-8.fc 3.1 MB/s |  38 kB     00:00    
12:00:01 #9 42.37 (13/140): enchant2-2.3.3-2.fc37.aarch64.rpm     4.3 MB/s |  64 kB     00:00    
12:00:01 #9 42.38 (14/140): file-5.42-4.fc37.aarch64.rpm          7.6 MB/s |  49 kB     00:00    
12:00:01 #9 42.38 (15/140): fonts-srpm-macros-2.0.5-9.fc37.noarch 2.8 MB/s |  26 kB     00:00    
12:00:01 #9 42.38 (16/140): fpc-srpm-macros-1.3-6.fc37.noarch.rpm 648 kB/s | 7.7 kB     00:00    
12:00:01 #9 42.39 (17/140): ghc-srpm-macros-1.5.0-7.fc37.noarch.r 1.5 MB/s | 7.8 kB     00:00    
12:00:01 #9 42.39 (18/140): go-srpm-macros-3.2.0-1.fc37.noarch.rp 2.9 MB/s |  27 kB     00:00    
12:00:01 #9 42.40 (19/140): gdk-pixbuf2-2.42.10-1.fc37.aarch64.rp  25 MB/s | 483 kB     00:00    
12:00:01 #9 42.41 (20/140): groff-base-1.22.4-10.fc37.aarch64.rpm  52 MB/s | 1.0 MB     00:00    
12:00:01 #9 42.42 (21/140): hunspell-1.7.0-21.fc37.aarch64.rpm     15 MB/s | 265 kB     00:00    
12:00:01 #9 42.45 (22/140): hunspell-en-0.20140811.1-23.fc37.noar 4.5 MB/s | 180 kB     00:00    
12:00:01 #9 42.46 (23/140): hunspell-en-GB-0.20140811.1-23.fc37.n 4.9 MB/s | 225 kB     00:00    
12:00:01 #9 42.46 (24/140): hunspell-en-US-0.20140811.1-23.fc37.n 3.9 MB/s | 176 kB     00:00    
12:00:01 #9 42.47 (25/140): kernel-srpm-macros-1.0-15.fc37.noarch 1.5 MB/s | 9.4 kB     00:00    
12:00:01 #9 42.47 (26/140): hunspell-filesystem-1.7.0-21.fc37.aar 495 kB/s | 8.8 kB     00:00    
12:00:01 #9 42.51 (27/140): libjpeg-turbo-2.1.3-2.fc37.aarch64.rp 5.2 MB/s | 195 kB     00:00    
12:00:01 #9 42.54 (28/140): libappstream-glib-0.8.1-1.fc37.aarch6 5.0 MB/s | 389 kB     00:00    
12:00:01 #9 42.55 (29/140): json-glib-1.6.6-3.fc37.aarch64.rpm    1.8 MB/s | 160 kB     00:00    
12:00:01 #9 42.55 (30/140): libpkgconf-1.8.0-3.fc37.aarch64.rpm   868 kB/s |  36 kB     00:00    
12:00:01 #9 42.55 (31/140): libpng-1.6.37-13.fc37.aarch64.rpm      12 MB/s | 114 kB     00:00    
12:00:01 #10 23.31 Selecting previously unselected package cpp.
12:00:01 #10 23.31 Preparing to unpack .../047-cpp_4%3a12.2.0-3_armhf.deb ...
12:00:01 #10 23.31 Unpacking cpp (4:12.2.0-3) ...
12:00:01 #10 23.38 Selecting previously unselected package libcc1-0:armhf.
12:00:01 #10 23.38 Preparing to unpack .../048-libcc1-0_12.2.0-14_armhf.deb ...
12:00:01 #10 23.38 Unpacking libcc1-0:armhf (12.2.0-14) ...
12:00:01 #10 23.43 Selecting previously unselected package libgomp1:armhf.
12:00:01 #10 23.43 Preparing to unpack .../049-libgomp1_12.2.0-14_armhf.deb ...
12:00:01 #10 23.44 Unpacking libgomp1:armhf (12.2.0-14) ...
12:00:01 #10 23.50 Selecting previously unselected package libatomic1:armhf.
12:00:01 #10 23.50 Preparing to unpack .../050-libatomic1_12.2.0-14_armhf.deb ...
12:00:01 #11 41.62 Selecting previously unselected package manpages-dev.
12:00:01 #11 41.62 Preparing to unpack .../386-manpages-dev_5.13-1_all.deb ...
12:00:01 #11 41.63 Unpacking manpages-dev (5.13-1) ...
12:00:01 #10 45.36 Setting up python3-six (1.11.0-2) ...
12:00:01 #11 26.74 Unpacking automake (1:1.16.5-1.3) ...
12:00:01 #11 28.02 Selecting previously unselected package xauth.
12:00:01 #11 28.02 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_armhf.deb ...
12:00:01 #11 28.03 Unpacking xauth (1:1.1-0ubuntu1) ...
12:00:01 #11 28.07 Selecting previously unselected package libfl2:armhf.
12:00:01 #11 28.07 Preparing to unpack .../060-libfl2_2.6.4-6.2_armhf.deb ...
12:00:01 #11 28.07 Unpacking libfl2:armhf (2.6.4-6.2) ...
12:00:01 #11 28.14 Selecting previously unselected package at.
12:00:01 #11 28.14 Preparing to unpack .../061-at_3.1.23-1ubuntu1_armhf.deb ...
12:00:01 #11 28.15 Unpacking at (3.1.23-1ubuntu1) ...
12:00:01 #11 28.20 Selecting previously unselected package libsigsegv2:armhf.
12:00:01 #11 28.20 Preparing to unpack .../062-libsigsegv2_2.12-2_armhf.deb ...
12:00:01 #11 28.21 Unpacking libsigsegv2:armhf (2.12-2) ...
12:00:01 #11 28.26 Selecting previously unselected package m4.
12:00:01 #11 28.26 Preparing to unpack .../063-m4_1.4.18-4_armhf.deb ...
12:00:01 #10 47.95 Selecting previously unselected package libxext6:amd64.
12:00:01 #10 47.95 Preparing to unpack .../304-libxext6_2%3a1.3.3-1+b2_amd64.deb ...
12:00:01 #10 47.97 Unpacking libxext6:amd64 (2:1.3.3-1+b2) ...
12:00:01 #10 48.02 Selecting previously unselected package libxml-namespacesupport-perl.
12:00:01 #10 48.02 Preparing to unpack .../305-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:00:01 #10 48.03 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:00:01 #10 48.09 Selecting previously unselected package libxml-sax-base-perl.
12:00:01 #10 16.84 Setting up libpython3.9-minimal:armhf (3.9.2-1) ...
12:00:01 #10 16.87 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
12:00:01 #11 35.65 Preparing to unpack .../292-libmarkdown2_2.2.7-2_arm64.deb ...
12:00:01 #11 35.66 Unpacking libmarkdown2:arm64 (2.2.7-2) ...
12:00:01 #11 35.69 Selecting previously unselected package libmath-base85-perl.
12:00:01 #11 35.69 Preparing to unpack .../293-libmath-base85-perl_0.5+dfsg-1_all.deb ...
12:00:01 #11 35.70 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
12:00:01 #11 35.73 Selecting previously unselected package libmoox-aliases-perl.
12:00:01 #11 35.73 Preparing to unpack .../294-libmoox-aliases-perl_0.001006-1.1_all.deb ...
12:00:01 #11 35.73 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
12:00:01 #11 35.76 Selecting previously unselected package libnamespace-autoclean-perl.
12:00:01 #11 35.76 Preparing to unpack .../295-libnamespace-autoclean-perl_0.29-1_all.deb ...
12:00:01 #11 35.77 Unpacking libnamespace-autoclean-perl (0.29-1) ...
12:00:01 #11 35.83 Selecting previously unselected package libobject-id-perl.
12:00:01 #11 35.83 Preparing to unpack .../296-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
12:00:01 #11 35.84 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
12:00:01 #11 35.88 Selecting previously unselected package libmoox-struct-perl.
12:00:01 #7 ...
12:00:01 
12:00:01 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:01 #10 16.67 Get:126 http://archive.raspbian.org/raspbian bookworm/main armhf perl-openssl-defaults armhf 7+b1 [7916 B]
12:00:01 #10 16.71 Get:127 http://archive.raspbian.org/raspbian bookworm/main armhf libnet-ssleay-perl armhf 1.92-2+b2 [297 kB]
12:00:01 #10 16.74 Get:128 http://archive.raspbian.org/raspbian bookworm/main armhf libio-socket-ssl-perl all 2.078-1 [217 kB]
12:00:01 #10 16.81 Get:129 http://archive.raspbian.org/raspbian bookworm/main armhf libnet-http-perl all 6.22-1 [25.3 kB]
12:00:01 #10 16.81 Get:130 http://archive.raspbian.org/raspbian bookworm/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
12:00:01 #10 16.81 Get:131 http://archive.raspbian.org/raspbian bookworm/main armhf libtry-tiny-perl all 0.31-2 [22.6 kB]
12:00:01 #10 16.82 Get:132 http://archive.raspbian.org/raspbian bookworm/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:00:01 #10 16.84 Get:133 http://archive.raspbian.org/raspbian bookworm/main armhf libwww-perl all 6.67-1 [194 kB]
12:00:01 #10 16.86 Get:134 http://archive.raspbian.org/raspbian bookworm/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
12:00:01 #10 16.86 Get:135 http://archive.raspbian.org/raspbian bookworm/main armhf wdiff armhf 1.2.2-4 [118 kB]
12:00:01 #10 16.91 Get:136 http://archive.raspbian.org/raspbian bookworm/main armhf devscripts armhf 2.22.2 [1181 kB]
12:00:01 #11 44.06 Setting up libstring-copyright-perl (0.003012-1) ...
12:00:01 #11 44.07 Setting up python3-debian (0.1.43ubuntu1) ...
12:00:01 #11 44.25 Setting up python3-requests (2.25.1+dfsg-2) ...
12:00:01 #11 44.40 Setting up libdata-optlist-perl (0.112-1) ...
12:00:01 #11 44.41 Setting up libipc-run-perl (20200505.0-1) ...
12:00:01 #10 44.88 Adding group `crontab' (GID 102) ...
12:00:01 #10 44.92 Done.
12:00:01 #10 44.95 invoke-rc.d: could not determine current runlevel
12:00:01 #10 44.96 invoke-rc.d: policy-rc.d denied execution of start.
12:00:01 #10 45.07 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
12:00:01 #10 35.07 Unpacking libtimedate-perl (2.3000-2) ...
12:00:01 #10 35.16 Selecting previously unselected package dh-strip-nondeterminism.
12:00:01 #10 35.16 Preparing to unpack .../108-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
12:00:01 #10 35.16 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
12:00:01 #10 35.21 Selecting previously unselected package libcroco3:armhf.
12:00:01 #10 35.21 Preparing to unpack .../109-libcroco3_0.6.12-2_armhf.deb ...
12:00:01 #10 35.22 Unpacking libcroco3:armhf (0.6.12-2) ...
12:00:01 #10 35.27 Selecting previously unselected package gettext.
12:00:01 #10 35.27 Preparing to unpack .../110-gettext_0.19.8.1-6ubuntu0.3_armhf.deb ...
12:00:01 #10 35.27 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
12:00:01 #10 43.81 Preparing to unpack .../250-libexporter-tiny-perl_1.006000-1_all.deb ...
12:00:01 #10 43.81 Unpacking libexporter-tiny-perl (1.006000-1) ...
12:00:01 #10 43.90 Selecting previously unselected package libfcgi-bin.
12:00:01 #10 43.90 Preparing to unpack .../251-libfcgi-bin_2.4.2-2_amd64.deb ...
12:00:01 #10 43.90 Unpacking libfcgi-bin (2.4.2-2) ...
12:00:01 #10 43.94 Selecting previously unselected package libindirect-perl.
12:00:01 #10 43.94 Preparing to unpack .../252-libindirect-perl_0.39-2+b1_amd64.deb ...
12:00:01 #10 43.94 Unpacking libindirect-perl (0.39-2+b1) ...
12:00:01 #10 43.97 Selecting previously unselected package libxs-parse-keyword-perl.
12:00:01 #10 43.98 Preparing to unpack .../253-libxs-parse-keyword-perl_0.32-1_amd64.deb ...
12:00:01 #10 43.98 Unpacking libxs-parse-keyword-perl (0.32-1) ...
12:00:01 #10 44.01 Selecting previously unselected package libxs-parse-sublike-perl:amd64.
12:00:01 #10 44.02 Preparing to unpack .../254-libxs-parse-sublike-perl_0.16-1+b2_amd64.deb ...
12:00:01 #10 44.02 Unpacking libxs-parse-sublike-perl:amd64 (0.16-1+b2) ...
12:00:01 #10 44.05 Selecting previously unselected package libobject-pad-perl.
12:00:01 #11 45.13 Setting up libedit2:amd64 (3.1-20191231-1) ...
12:00:01 #11 45.14 Setting up libreadline8:amd64 (8.0-4) ...
12:00:01 #11 45.15 Setting up m4 (1.4.18-4) ...
12:00:01 #11 45.17 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:01 #11 45.18 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
12:00:01 #11 24.08 Unpacking libkeyutils1:armhf (1.6.3-1) ...
12:00:01 #11 24.12 Selecting previously unselected package libkrb5-3:armhf.
12:00:01 #11 24.12 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_armhf.deb ...
12:00:01 #11 24.13 Unpacking libkrb5-3:armhf (1.20-1ubuntu0.1) ...
12:00:01 #11 24.19 Selecting previously unselected package libgssapi-krb5-2:armhf.
12:00:01 #11 24.19 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_armhf.deb ...
12:00:01 #11 24.19 Unpacking libgssapi-krb5-2:armhf (1.20-1ubuntu0.1) ...
12:00:01 #11 24.25 Selecting previously unselected package libtirpc-common.
12:00:01 #11 24.25 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
12:00:01 #11 24.25 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:00:01 #11 24.30 Selecting previously unselected package libtirpc3:armhf.
12:00:01 #11 24.30 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_armhf.deb ...
12:00:01 #11 24.30 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
12:00:01 #11 24.34 Selecting previously unselected package libnsl2:armhf.
12:00:01 #11 24.34 Preparing to unpack .../10-libnsl2_1.3.0-2build2_armhf.deb ...
12:00:01 #11 24.34 Unpacking libnsl2:armhf (1.3.0-2build2) ...
12:00:01 #11 24.40 Selecting previously unselected package readline-common.
12:00:01 #11 24.40 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
12:00:01 #10 43.44 Preparing to unpack .../241-libgit-wrapper-perl_0.048-1_all.deb ...
12:00:01 #10 43.45 Unpacking libgit-wrapper-perl (0.048-1) ...
12:00:01 #10 43.48 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:00:01 #10 43.48 Preparing to unpack .../242-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:00:01 #10 43.49 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:00:01 #10 43.52 Selecting previously unselected package libio-prompter-perl.
12:00:01 #10 43.53 Preparing to unpack .../243-libio-prompter-perl_0.004015-1_all.deb ...
12:00:01 #10 43.53 Unpacking libio-prompter-perl (0.004015-1) ...
12:00:01 #10 43.57 Selecting previously unselected package libjson-perl.
12:00:01 #10 43.57 Preparing to unpack .../244-libjson-perl_4.03000-1_all.deb ...
12:00:01 #10 43.58 Unpacking libjson-perl (4.03000-1) ...
12:00:01 #10 43.62 Selecting previously unselected package liblog-any-perl.
12:00:01 #10 43.62 Preparing to unpack .../245-liblog-any-perl_1.709-1_all.deb ...
12:00:01 #10 43.63 Unpacking liblog-any-perl (1.709-1) ...
12:00:01 #10 43.67 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:00:01 #10 43.67 Preparing to unpack .../246-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:00:01 #10 43.68 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:00:01 #10 43.71 Selecting previously unselected package libpackage-stash-perl.
12:00:01 #10 43.71 Preparing to unpack .../247-libpackage-stash-perl_0.39-1_all.deb ...
12:00:01 #10 43.72 Unpacking libpackage-stash-perl (0.39-1) ...
12:00:01 #10 43.77 Selecting previously unselected package libsub-identify-perl.
12:00:01 #11 44.43 Setting up libperlio-gzip-perl (0.20-1) ...
12:00:01 #11 44.44 Setting up libsys-hostname-long-perl (1.5-2) ...
12:00:01 #11 44.45 Setting up libhtml-html5-entities-perl (0.004-2) ...
12:00:01 #11 44.46 Setting up libsereal-decoder-perl (4.025+ds-1) ...
12:00:01 #11 44.47 Setting up liburi-perl (5.12-1ubuntu1) ...
12:00:01 #11 44.48 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:00:01 #11 44.50 Setting up libfile-touch-perl (0.12-1) ...
12:00:01 #11 44.51 Setting up systemd-resolved (251.4-1ubuntu7) ...
12:00:01 #14 2.277 Package bash-4.4.20-4.el8_6.aarch64 is already installed.
12:00:01 #14 2.278 Package bash-4.4.20-4.el8_6.aarch64 is already installed.
12:00:01 #14 2.278 Package ca-certificates-2022.2.54-80.2.el8_6.noarch is already installed.
12:00:01 #14 2.279 Package libarchive-3.3.3-4.el8.aarch64 is already installed.
12:00:01 #14 2.279 Package pkgconf-pkg-config-1.4.2-1.el8.aarch64 is already installed.
12:00:01 #14 2.280 Package systemd-239-67.el8.aarch64 is already installed.
12:00:01 #14 2.280 Package tar-2:1.30-6.el8.aarch64 is already installed.
12:00:01 #14 2.281 Package which-2.21-18.el8.aarch64 is already installed.
12:00:01 #14 2.281 Package bash-4.4.20-4.el8_6.aarch64 is already installed.
12:00:01 #14 2.379 Dependencies resolved.
12:00:01 #14 2.391 ================================================================================
12:00:01 #14 2.391  Package                      Arch    Version                  Repository  Size
12:00:01 #14 2.391 ================================================================================
12:00:01 #14 2.391 Installing:
12:00:01 #14 2.391  cmake                        aarch64 3.20.2-4.el8             appstream   10 M
12:00:01 #14 2.391  device-mapper-devel          aarch64 8:1.02.181-9.el8         powertools 284 k
12:00:01 #14 2.391  gcc                          aarch64 8.5.0-18.el8             appstream   19 M
12:00:01 #14 2.391  git                          aarch64 2.39.0-1.el8             appstream  104 k
12:00:01 #14 2.391  glibc-static                 aarch64 2.28-224.el8             powertools 1.6 M
12:00:01 #14 2.391  libseccomp-devel             aarch64 2.5.2-1.el8              appstream   57 k
12:00:01 #14 2.391  libselinux-devel             aarch64 2.9-8.el8                baseos     200 k
12:00:01 #14 2.391  libtool                      aarch64 2.4.6-25.el8             appstream  708 k
12:00:01 #14 2.391  libtool-ltdl-devel           aarch64 2.4.6-25.el8             appstream  184 k
12:00:01 #14 2.391  make                         aarch64 1:4.2.1-11.el8           baseos     490 k
12:00:01 #14 2.391  selinux-policy-devel         noarch  3.14.3-114.el8           baseos     1.5 M
12:00:01 #14 2.391  systemd-devel                aarch64 239-70.el8               baseos     400 k
12:00:01 #14 2.391 Upgrading:
12:00:01 #14 2.391  device-mapper                aarch64 8:1.02.181-9.el8         baseos     374 k
12:00:01 #14 2.391  device-mapper-libs           aarch64 8:1.02.181-9.el8         baseos     398 k
12:00:01 #14 2.391  glibc                        aarch64 2.28-224.el8             baseos     1.8 M
12:00:01 #14 2.391  glibc-common                 aarch64 2.28-224.el8             baseos     1.0 M
12:00:01 #14 2.391  glibc-gconv-extra            aarch64 2.28-224.el8             baseos     1.8 M
12:00:01 #14 2.391  glibc-minimal-langpack       aarch64 2.28-224.el8             baseos      65 k
12:00:01 #14 2.391  libarchive                   aarch64 3.3.3-5.el8              baseos     340 k
12:00:01 #14 2.391  libgcc                       aarch64 8.5.0-18.el8             baseos      74 k
12:00:01 #14 2.391  libselinux                   aarch64 2.9-8.el8                baseos     162 k
12:00:01 #14 2.391  systemd                      aarch64 239-70.el8               baseos     3.3 M
12:00:01 #14 2.391  systemd-libs                 aarch64 239-70.el8               baseos     1.0 M
12:00:01 #14 2.391  systemd-pam                  aarch64 239-70.el8               baseos     456 k
12:00:01 #14 2.391  tar                          aarch64 2:1.30-8.el8             baseos     830 k
12:00:01 #14 2.391 Installing dependencies:
12:00:01 #14 2.391  annobin                      aarch64 10.94-1.el8              appstream  963 k
12:00:01 #14 2.391  autoconf                     noarch  2.69-29.el8              appstream  710 k
12:00:01 #14 2.391  automake                     noarch  1.16.1-7.el8             appstream  713 k
12:00:01 #14 2.391  checkpolicy                  aarch64 2.9-1.el8                baseos     338 k
12:00:01 #14 2.391  cmake-data                   noarch  3.20.2-4.el8             appstream  1.7 M
12:00:01 #14 2.391  cmake-filesystem             aarch64 3.20.2-4.el8             appstream   44 k
12:00:01 #14 2.391  cmake-rpm-macros             noarch  3.20.2-4.el8             appstream   44 k
12:00:01 #14 2.391  cpp                          aarch64 8.5.0-18.el8             appstream  8.9 M
12:00:01 #14 2.391  gcc-plugin-annobin           aarch64 8.5.0-18.el8             appstream   34 k
12:00:01 #14 2.391  git-core                     aarch64 2.39.0-1.el8             appstream  9.8 M
12:00:01 #14 2.391  git-core-doc                 noarch  2.39.0-1.el8             appstream  3.0 M
12:00:01 #14 2.391  glibc-devel                  aarch64 2.28-224.el8             baseos      81 k
12:00:01 #14 2.391  glibc-headers                aarch64 2.28-224.el8             baseos     479 k
12:00:01 #14 2.391  isl                          aarch64 0.16.1-6.el8             appstream  778 k
12:00:01 #14 2.391  kernel-headers               aarch64 4.18.0-448.el8           baseos      10 M
12:00:01 #14 2.391  less                         aarch64 530-1.el8                baseos     162 k
12:00:01 #14 2.391  libasan                      aarch64 8.5.0-18.el8             baseos     387 k
12:00:01 #14 2.391  libatomic                    aarch64 8.5.0-18.el8             baseos      26 k
12:00:01 #14 2.391  libedit                      aarch64 3.1-23.20170329cvs.el8   baseos      99 k
12:00:01 #14 2.391  libgomp                      aarch64 8.5.0-18.el8             baseos     200 k
12:00:01 #14 2.391  libmpc                       aarch64 1.1.0-9.1.el8            appstream   60 k
12:00:01 #14 2.391  libselinux-utils             aarch64 2.9-8.el8                baseos     241 k
12:00:01 #14 2.391  libsepol-devel               aarch64 2.9-3.el8                baseos      87 k
12:00:01 #14 2.391  libubsan                     aarch64 8.5.0-18.el8             baseos     145 k
12:00:01 #14 2.391  libuv                        aarch64 1:1.41.1-1.el8_4         appstream  150 k
12:00:01 #14 2.391  libxcrypt-devel              aarch64 4.1.1-6.el8              baseos      25 k
12:00:01 #14 2.391  libxcrypt-static             aarch64 4.1.1-6.el8              powertools  58 k
12:00:01 #14 2.391  m4                           aarch64 1.4.18-7.el8             baseos     218 k
12:00:01 #14 2.391  openssh                      aarch64 8.0p1-17.el8             baseos     489 k
12:00:01 #14 2.391  openssh-clients              aarch64 8.0p1-17.el8             baseos     626 k
12:00:01 #14 2.391  pcre2-devel                  aarch64 10.32-3.el8              baseos     605 k
12:00:01 #14 2.391  pcre2-utf16                  aarch64 10.32-3.el8              baseos     203 k
12:00:01 #14 2.391  pcre2-utf32                  aarch64 10.32-3.el8              baseos     196 k
12:00:01 #14 2.391  perl-Data-Dumper             aarch64 2.167-399.el8            baseos      57 k
12:00:01 #14 2.391  perl-Error                   noarch  1:0.17025-2.el8          appstream   46 k
12:00:01 #14 2.391  perl-Git                     noarch  2.39.0-1.el8             appstream   78 k
12:00:01 #14 2.391  perl-TermReadKey             aarch64 2.37-7.el8               appstream   40 k
12:00:01 #14 2.391  perl-Thread-Queue            noarch  3.13-1.el8               appstream   24 k
12:00:01 #14 2.391  policycoreutils              aarch64 2.9-21.1.el8             baseos     374 k
12:00:01 #14 2.391  policycoreutils-devel        aarch64 2.9-21.1.el8             baseos     287 k
12:00:01 #14 2.391  policycoreutils-python-utils noarch  2.9-21.1.el8             baseos     253 k
12:00:01 #14 2.391  python3-audit                aarch64 3.0.7-4.el8              baseos      85 k
12:00:01 #14 2.391  python3-libselinux           aarch64 2.9-8.el8                baseos     272 k
12:00:01 #14 2.391  python3-libsemanage          aarch64 2.9-9.el8                baseos     126 k
12:00:01 #14 2.391  python3-policycoreutils      noarch  2.9-21.1.el8             baseos     2.2 M
12:00:01 #14 2.391  python3-setools              aarch64 4.3.0-3.el8              baseos     528 k
12:00:01 #14 2.391  rpm-plugin-selinux           aarch64 4.14.3-26.el8            baseos      78 k
12:00:01 #14 2.391  selinux-policy               noarch  3.14.3-114.el8           baseos     658 k
12:00:01 #14 2.391  selinux-policy-minimum       noarch  3.14.3-114.el8           baseos      13 M
12:00:01 #14 2.391  vim-filesystem               noarch  2:8.0.1763-19.el8.4      appstream   50 k
12:00:01 #14 2.391  xkeyboard-config             noarch  2.28-1.el8               appstream  782 k
12:00:01 #14 2.391 Installing weak dependencies:
12:00:01 #14 2.391  glibc-langpack-en            aarch64 2.28-224.el8             baseos     826 k
12:00:01 #14 2.391  libxkbcommon                 aarch64 0.9.1-1.el8              appstream  112 k
12:00:01 #14 2.391 Downgrading:
12:00:01 #14 2.391  pcre2                        aarch64 10.32-3.el8              baseos     219 k
12:00:01 #14 2.391 
12:00:01 #14 2.391 Transaction Summary
12:00:01 #14 2.391 ================================================================================
12:00:01 #14 2.391 Install    65 Packages
12:00:01 #14 2.391 Upgrade    13 Packages
12:00:01 #14 2.391 Downgrade   1 Package
12:00:01 #14 2.391 
12:00:01 #14 2.398 Total download size: 109 M
12:00:01 #14 2.399 Downloading Packages:
12:00:01 #10 45.02 Setting up libunicode-utf8-perl (0.60-1build4) ...
12:00:01 #10 45.03 Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:00:01 #10 45.04 Setting up libparams-util-perl (1.07-3build3) ...
12:00:01 #10 45.05 Setting up libsub-name-perl (0.21-1build1) ...
12:00:01 #10 45.07 Setting up openssh-client (1:7.6p1-4ubuntu0.7) ...
12:00:01 #10 45.18 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
12:00:01 #10 45.19 Setting up libsub-quote-perl (2.005000-1) ...
12:00:01 #10 45.20 Setting up libfcgi-perl (0.78-2build1) ...
12:00:01 #10 45.21 Setting up libwww-robotrules-perl (6.01-1) ...
12:00:01 #10 45.23 Setting up python3-debian (0.1.32) ...
12:00:01 #11 43.10 Setting up libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:00:01 #11 43.12 Setting up libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
12:00:01 #11 43.13 Setting up gpg (2.2.19-3ubuntu2.2) ...
12:00:01 #11 43.14 Setting up libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
12:00:01 #11 43.15 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
12:00:01 #11 43.17 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
12:00:01 #9 42.56 (32/140): lua-srpm-macros-1-7.fc37.noarch.rpm   1.5 MB/s | 8.8 kB     00:00    
12:00:01 #9 42.56 (33/140): nim-srpm-macros-3-7.fc37.noarch.rpm   1.9 MB/s | 8.4 kB     00:00    
12:00:01 #9 42.57 (34/140): ncurses-6.3-3.20220501.fc37.aarch64.r  26 MB/s | 409 kB     00:00    
12:00:01 #9 42.57 (35/140): ocaml-srpm-macros-7-2.fc37.noarch.rpm 1.2 MB/s |  13 kB     00:00    
12:00:01 #9 42.58 (36/140): libstemmer-0-19.585svn.fc37.aarch64.r 3.0 MB/s |  79 kB     00:00    
12:00:01 #9 42.58 (37/140): openblas-srpm-macros-2-12.fc37.noarch 985 kB/s | 7.5 kB     00:00    
12:00:01 #9 42.58 (38/140): package-notes-srpm-macros-0.5-6.fc37. 1.3 MB/s |  11 kB     00:00    
12:00:01 #9 42.59 (39/140): perl-AutoLoader-5.74-492.fc37.noarch. 3.6 MB/s |  24 kB     00:00    
12:00:01 #9 42.59 (40/140): patch-2.7.6-17.fc37.aarch64.rpm        10 MB/s | 121 kB     00:00    
12:00:01 #9 42.60 (41/140): perl-B-1.83-492.fc37.aarch64.rpm       15 MB/s | 186 kB     00:00    
12:00:01 #9 42.60 (42/140): perl-Carp-1.52-489.fc37.noarch.rpm    2.5 MB/s |  29 kB     00:00    
12:00:01 #9 42.60 (43/140): perl-Data-Dumper-2.184-490.fc37.aarch 8.0 MB/s |  55 kB     00:00    
12:00:01 #9 42.61 (44/140): perl-Class-Struct-0.66-492.fc37.noarc 2.4 MB/s |  25 kB     00:00    
12:00:01 #9 42.61 (45/140): perl-Digest-1.20-489.fc37.noarch.rpm  2.6 MB/s |  26 kB     00:00    
12:00:01 #9 42.61 (46/140): perl-Digest-MD5-2.58-489.fc37.aarch64 3.6 MB/s |  36 kB     00:00    
12:00:01 #9 42.62 (47/140): perl-DynaLoader-1.52-492.fc37.aarch64 3.3 MB/s |  29 kB     00:00    
12:00:01 #9 42.62 (48/140): perl-Errno-1.36-492.fc37.aarch64.rpm  2.5 MB/s |  18 kB     00:00    
12:00:01 #9 42.63 (49/140): perl-Encode-3.19-492.fc37.aarch64.rpm  72 MB/s | 1.7 MB     00:00    
12:00:01 #9 42.64 (50/140): perl-Exporter-5.77-489.fc37.noarch.rp 1.9 MB/s |  31 kB     00:00    
12:00:01 #9 42.64 (51/140): perl-Fcntl-1.15-492.fc37.aarch64.rpm  1.6 MB/s |  24 kB     00:00    
12:00:01 #9 42.64 (52/140): perl-File-Basename-2.85-492.fc37.noar 3.5 MB/s |  20 kB     00:00    
12:00:01 #9 42.65 (53/140): perl-File-Path-2.18-489.fc37.noarch.r 4.1 MB/s |  35 kB     00:00    
12:00:01 #9 42.65 (54/140): perl-File-Temp-0.231.100-489.fc37.noa 6.6 MB/s |  59 kB     00:00    
12:00:01 #9 42.65 (55/140): perl-FileHandle-2.03-492.fc37.noarch. 3.1 MB/s |  19 kB     00:00    
12:00:01 #9 42.66 (56/140): perl-File-stat-1.12-492.fc37.noarch.r 2.2 MB/s |  20 kB     00:00    
12:00:01 #9 42.66 (57/140): perl-Getopt-Std-1.13-492.fc37.noarch. 2.1 MB/s |  19 kB     00:00    
12:00:01 #9 42.66 (58/140): perl-HTTP-Tiny-0.082-1.fc37.noarch.rp 5.9 MB/s |  55 kB     00:00    
12:00:01 #9 42.67 (59/140): perl-IO-1.50-492.fc37.aarch64.rpm      13 MB/s |  95 kB     00:00    
12:00:01 #9 42.67 (60/140): perl-IO-Socket-IP-0.41-490.fc37.noarc 3.8 MB/s |  42 kB     00:00    
12:00:01 #9 42.68 (61/140): perl-IO-Socket-SSL-2.075-1.fc37.noarc  17 MB/s | 221 kB     00:00    
12:00:01 #9 42.68 (62/140): perl-IPC-Open3-1.22-492.fc37.noarch.r 3.1 MB/s |  26 kB     00:00    
12:00:01 #9 42.68 (63/140): perl-MIME-Base64-3.16-489.fc37.aarch6 2.7 MB/s |  30 kB     00:00    
12:00:01 #9 42.69 (64/140): perl-Mozilla-CA-20211001-4.fc37.noarc 1.3 MB/s |  12 kB     00:00    
12:00:01 #9 42.69 (65/140): perl-NDBM_File-1.15-492.fc37.aarch64. 3.5 MB/s |  25 kB     00:00    
12:00:01 #9 42.70 (66/140): perl-Net-SSLeay-1.92-4.fc37.aarch64.r  27 MB/s | 358 kB     00:00    
12:00:01 #9 42.70 (67/140): perl-POSIX-2.03-492.fc37.aarch64.rpm  7.2 MB/s | 101 kB     00:00    
12:00:01 #9 42.71 (68/140): perl-PathTools-3.84-489.fc37.aarch64.  10 MB/s |  90 kB     00:00    
12:00:01 #9 42.71 (69/140): perl-Pod-Escapes-1.07-489.fc37.noarch 1.7 MB/s |  20 kB     00:00    
12:00:01 #9 42.71 (70/140): perl-Pod-Perldoc-3.28.01-490.fc37.noa 8.0 MB/s |  90 kB     00:00    
12:00:01 #9 42.72 (71/140): perl-Pod-Usage-2.03-3.fc37.noarch.rpm 4.8 MB/s |  40 kB     00:00    
12:00:01 #9 42.72 (72/140): perl-Pod-Simple-3.43-490.fc37.noarch.  16 MB/s | 225 kB     00:00    
12:00:01 #9 42.73 (73/140): perl-Scalar-List-Utils-1.63-489.fc37. 5.1 MB/s |  71 kB     00:00    
12:00:01 #9 42.73 (74/140): perl-SelectSaver-1.02-492.fc37.noarch 1.3 MB/s |  15 kB     00:00    
12:00:01 #9 42.74 (75/140): perl-Socket-2.036-1.fc37.aarch64.rpm  8.1 MB/s |  55 kB     00:00    
12:00:01 #9 42.74 (76/140): perl-Storable-3.26-489.fc37.aarch64.r 9.4 MB/s |  95 kB     00:00    
12:00:01 #9 42.74 (77/140): perl-Symbol-1.09-492.fc37.noarch.rpm  1.8 MB/s |  17 kB     00:00    
12:00:01 #9 42.75 (78/140): perl-Term-ANSIColor-5.01-490.fc37.noa 6.1 MB/s |  48 kB     00:00    
12:00:01 #9 42.75 (79/140): perl-Term-Cap-1.17-489.fc37.noarch.rp 1.5 MB/s |  22 kB     00:00    
12:00:01 #9 42.76 (80/140): perl-Text-ParseWords-3.31-489.fc37.no 956 kB/s |  16 kB     00:00    
12:00:01 #10 23.50 Unpacking libatomic1:armhf (12.2.0-14) ...
12:00:01 #10 23.54 Selecting previously unselected package libasan8:armhf.
12:00:01 #10 23.54 Preparing to unpack .../051-libasan8_12.2.0-14_armhf.deb ...
12:00:01 #10 23.55 Unpacking libasan8:armhf (12.2.0-14) ...
12:00:01 #10 45.50 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
12:00:01 #10 45.51 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
12:00:01 #10 45.53 Setting up python3-certifi (2018.1.18-2) ...
12:00:01 #10 45.67 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:00:01 #10 45.68 Setting up python3-pkg-resources (39.0.1-2ubuntu0.1) ...
12:00:01 #11 41.74 Selecting previously unselected package python3-certifi.
12:00:01 #11 41.75 Preparing to unpack .../387-python3-certifi_2022.6.15-2_all.deb ...
12:00:01 #11 41.75 Unpacking python3-certifi (2022.6.15-2) ...
12:00:01 #11 41.79 Selecting previously unselected package python3-cffi-backend:arm64.
12:00:01 #11 41.79 Preparing to unpack .../388-python3-cffi-backend_1.15.1-1_arm64.deb ...
12:00:01 #11 41.80 Unpacking python3-cffi-backend:arm64 (1.15.1-1) ...
12:00:01 #11 41.84 Selecting previously unselected package python3-cryptography.
12:00:01 #11 41.84 Preparing to unpack .../389-python3-cryptography_3.4.8-2_arm64.deb ...
12:00:01 #11 41.85 Unpacking python3-cryptography (3.4.8-2) ...
12:00:01 #11 41.90 Selecting previously unselected package python3-idna.
12:00:01 #11 41.90 Preparing to unpack .../390-python3-idna_3.3-1_all.deb ...
12:00:01 #11 41.91 Unpacking python3-idna (3.3-1) ...
12:00:01 #11 41.95 Selecting previously unselected package python3-nacl.
12:00:01 #13 6.435 (28/72): cmake-data-3.20.2-7.el9.noarch.rpm     4.4 MB/s | 2.1 MB     00:00    
12:00:01 #13 6.621 (29/72): gcc-plugin-annobin-11.3.1-4.3.el9.x86_ 348 kB/s |  64 kB     00:00    
12:00:01 #11 28.26 Unpacking m4 (1.4.18-4) ...
12:00:01 #11 28.33 Selecting previously unselected package autoconf.
12:00:01 #11 28.33 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ...
12:00:01 #11 28.33 Unpacking autoconf (2.69-11.1) ...
12:00:01 #11 28.42 Selecting previously unselected package autotools-dev.
12:00:01 #11 28.42 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ...
12:00:01 #11 28.42 Unpacking autotools-dev (20180224.1) ...
12:00:01 #11 28.48 Selecting previously unselected package automake.
12:00:01 #11 28.48 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ...
12:00:01 #10 48.09 Preparing to unpack .../306-libxml-sax-base-perl_1.09-1_all.deb ...
12:00:01 #10 48.10 Unpacking libxml-sax-base-perl (1.09-1) ...
12:00:01 #10 48.15 Selecting previously unselected package libxml-sax-perl.
12:00:01 #10 48.15 Preparing to unpack .../307-libxml-sax-perl_1.00+dfsg-1_all.deb ...
12:00:01 #10 48.16 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
12:00:01 #10 48.22 Selecting previously unselected package libxml-libxml-perl.
12:00:01 #10 48.22 Preparing to unpack .../308-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ...
12:00:01 #10 48.23 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
12:00:01 #10 48.30 Selecting previously unselected package libxml-sax-expat-perl.
12:00:01 #10 48.31 Preparing to unpack .../309-libxml-sax-expat-perl_0.51-1_all.deb ...
12:00:01 #10 48.31 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:00:01 #10 48.35 Selecting previously unselected package libxml-simple-perl.
12:00:01 #10 16.88 Setting up python3.9-minimal (3.9.2-1) ...
12:00:01 #11 35.88 Preparing to unpack .../297-libmoox-struct-perl_0.020-1_all.deb ...
12:00:01 #11 35.89 Unpacking libmoox-struct-perl (0.020-1) ...
12:00:01 #11 35.92 Selecting previously unselected package libmouse-perl.
12:00:01 #11 35.92 Preparing to unpack .../298-libmouse-perl_2.5.10-1build4_arm64.deb ...
12:00:01 #11 35.93 Unpacking libmouse-perl (2.5.10-1build4) ...
12:00:01 #11 35.97 Selecting previously unselected package libpackage-stash-xs-perl.
12:00:01 #11 35.97 Preparing to unpack .../299-libpackage-stash-xs-perl_0.29-1build5_arm64.deb ...
12:00:01 #11 35.98 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
12:00:01 #11 36.01 Selecting previously unselected package libpath-iterator-rule-perl.
12:00:01 #11 36.02 Preparing to unpack .../300-libpath-iterator-rule-perl_1.015-1_all.deb ...
12:00:01 #11 36.02 Unpacking libpath-iterator-rule-perl (1.015-1) ...
12:00:01 #11 36.06 Selecting previously unselected package libperlio-gzip-perl.
12:00:01 #11 36.06 Preparing to unpack .../301-libperlio-gzip-perl_0.19-1build8_arm64.deb ...
12:00:01 #11 36.07 Unpacking libperlio-gzip-perl (0.19-1build8) ...
12:00:01 #11 36.11 Selecting previously unselected package libperlio-utf8-strict-perl.
12:00:01 #10 16.94 Get:137 http://archive.raspbian.org/raspbian bookworm/main armhf equivs all 2.3.1 [22.7 kB]
12:00:01 #10 17.03 Get:138 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl3-gnutls armhf 7.87.0-2 [328 kB]
12:00:01 #10 17.07 Get:139 http://archive.raspbian.org/raspbian bookworm/main armhf liberror-perl all 0.17029-2 [29.0 kB]
12:00:01 #10 17.07 Get:140 http://archive.raspbian.org/raspbian bookworm/main armhf git-man all 1:2.39.1-0.1 [2042 kB]
12:00:01 #10 17.14 Get:141 http://archive.raspbian.org/raspbian bookworm/main armhf git armhf 1:2.39.1-0.1 [5474 kB]
12:00:01 #10 45.35 127 added, 0 removed; done.
12:00:01 #10 45.47 Setting up libgprofng0:arm64 (2.40-2) ...
12:00:01 #10 45.48 Setting up libfreetype6:arm64 (2.12.1+dfsg-4) ...
12:00:01 #10 45.49 Setting up libgcc-12-dev:arm64 (12.2.0-14) ...
12:00:01 #10 45.50 Setting up shared-mime-info (2.2-1) ...
12:00:01 #11 44.42 Setting up git (1:2.34.1-1ubuntu1.6) ...
12:00:01 #11 44.45 Setting up libtext-xslate-perl:amd64 (3.5.9-1build1) ...
12:00:01 #11 44.46 Setting up libcontextual-return-perl (0.004014-2) ...
12:00:01 #11 44.47 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:01 #11 44.48 Setting up libtypes-serialiser-perl (1.01-1) ...
12:00:01 #11 44.49 Setting up g++ (4:11.2.0-1ubuntu1) ...
12:00:01 #11 44.52 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:01 #11 44.52 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:00:01 #11 44.53 Setting up libhtml-parser-perl:amd64 (3.76-1build2) ...
12:00:01 #11 44.54 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:01 #11 44.55 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:00:01 #11 44.55 Setting up librole-tiny-perl (2.002004-1) ...
12:00:01 #11 44.57 Setting up gnupg (2.2.27-3ubuntu2.1) ...
12:00:01 #11 44.58 Setting up build-essential (12.9ubuntu3) ...
12:00:01 #11 44.59 Setting up libfont-ttf-perl (1.06-1.1) ...
12:00:01 #11 44.60 Setting up libfile-homedir-perl (1.006-1) ...
12:00:01 #11 44.61 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
12:00:01 #11 44.62 Setting up libio-socket-ssl-perl (2.074-2) ...
12:00:01 #10 45.09 Setting up m4 (1.4.18-2) ...
12:00:01 #10 45.11 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ...
12:00:01 #10 45.13 Setting up binutils (2.31.1-16) ...
12:00:01 #10 45.14 Setting up libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
12:00:01 #10 45.16 Setting up ca-certificates (20200601~deb10u2) ...
12:00:01 #11 45.52 Updating certificates in /etc/ssl/certs...
12:00:01 #10 35.57 Selecting previously unselected package intltool-debian.
12:00:01 #10 35.57 Preparing to unpack .../111-intltool-debian_0.35.0+20060710.4_all.deb ...
12:00:01 #10 35.57 Unpacking intltool-debian (0.35.0+20060710.4) ...
12:00:01 #10 35.61 Selecting previously unselected package po-debconf.
12:00:01 #10 35.61 Preparing to unpack .../112-po-debconf_1.0.20_all.deb ...
12:00:01 #10 35.62 Unpacking po-debconf (1.0.20) ...
12:00:01 #11 24.41 Unpacking readline-common (8.2-1) ...
12:00:01 #11 24.45 Selecting previously unselected package libreadline8:armhf.
12:00:01 #11 24.45 Preparing to unpack .../12-libreadline8_8.2-1_armhf.deb ...
12:00:01 #11 24.46 Unpacking libreadline8:armhf (8.2-1) ...
12:00:01 #11 24.51 Selecting previously unselected package libsqlite3-0:armhf.
12:00:01 #11 24.51 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_armhf.deb ...
12:00:01 #11 24.51 Unpacking libsqlite3-0:armhf (3.39.3-1) ...
12:00:01 #11 24.65 Selecting previously unselected package libpython3.10-stdlib:armhf.
12:00:01 #11 24.65 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_armhf.deb ...
12:00:01 #10 43.78 Preparing to unpack .../248-libsub-identify-perl_0.14-1+b3_amd64.deb ...
12:00:01 #10 43.78 Unpacking libsub-identify-perl (0.14-1+b3) ...
12:00:01 #10 43.81 Selecting previously unselected package libsub-name-perl.
12:00:01 #10 43.81 Preparing to unpack .../249-libsub-name-perl_0.26-1+b1_amd64.deb ...
12:00:01 #10 43.82 Unpacking libsub-name-perl (0.26-1+b1) ...
12:00:01 #10 43.86 Selecting previously unselected package libnamespace-clean-perl.
12:00:01 #10 43.86 Preparing to unpack .../250-libnamespace-clean-perl_0.27-1_all.deb ...
12:00:01 #10 43.87 Unpacking libnamespace-clean-perl (0.27-1) ...
12:00:01 #10 43.91 Selecting previously unselected package libpath-tiny-perl.
12:00:01 #10 43.91 Preparing to unpack .../251-libpath-tiny-perl_0.118-1_all.deb ...
12:00:01 #10 43.92 Unpacking libpath-tiny-perl (0.118-1) ...
12:00:01 #10 43.95 Selecting previously unselected package libtype-tiny-perl.
12:00:01 #10 43.95 Preparing to unpack .../252-libtype-tiny-perl_1.012001-2_all.deb ...
12:00:01 #10 43.96 Unpacking libtype-tiny-perl (1.012001-2) ...
12:00:01 #10 44.02 Selecting previously unselected package libgitlab-api-v4-perl.
12:00:01 #11 44.65 Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
12:00:01 #11 44.65 mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
12:00:01 #11 44.65 Cannot take a backup of /etc/resolv.conf.
12:00:01 #11 44.65 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:00:01 #11 44.65 Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
12:00:01 #11 44.77 Setting up libemail-address-xs-perl (1.05-1) ...
12:00:01 #11 44.78 Setting up libnet-ssleay-perl:amd64 (1.92-2) ...
12:00:01 #11 44.80 Setting up automake (1:1.16.5-1.3) ...
12:00:01 #11 44.81 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:01 #11 44.81 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:00:01 #11 44.81 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:00:01 #11 44.81 Setting up libapt-pkg-perl (0.1.40build2) ...
12:00:01 #11 44.82 Setting up libstring-escape-perl (2010.002-2) ...
12:00:01 #11 44.83 Setting up libberkeleydb-perl:amd64 (0.64-1build3) ...
12:00:01 #11 44.84 Setting up libhttp-date-perl (6.05-1) ...
12:00:01 #11 44.85 Setting up libfile-which-perl (1.27-1) ...
12:00:01 #11 44.87 Setting up libfile-basedir-perl (0.09-1) ...
12:00:01 #11 44.88 Setting up libunicode-utf8-perl (0.62-1build4) ...
12:00:01 #11 44.89 Setting up libset-intspan-perl (1.19-2) ...
12:00:01 #11 44.90 Setting up libmouse-perl (2.5.10-1build4) ...
12:00:01 #11 44.91 Setting up libfile-listing-perl (6.15-1) ...
12:00:01 #11 44.92 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
12:00:01 #11 44.93 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:00:01 #11 44.94 Setting up libdata-messagepack-perl (1.02-1) ...
12:00:01 #10 44.06 Preparing to unpack .../255-libobject-pad-perl_0.78-1_amd64.deb ...
12:00:01 #10 44.06 Unpacking libobject-pad-perl (0.78-1) ...
12:00:01 #10 44.11 Selecting previously unselected package libfeature-compat-class-perl.
12:00:01 #10 44.11 Preparing to unpack .../256-libfeature-compat-class-perl_0.05-1_all.deb ...
12:00:01 #10 44.11 Unpacking libfeature-compat-class-perl (0.05-1) ...
12:00:01 #10 44.15 Selecting previously unselected package libsyntax-keyword-try-perl.
12:00:01 #10 44.15 Preparing to unpack .../257-libsyntax-keyword-try-perl_0.28-1_amd64.deb ...
12:00:01 #10 44.16 Unpacking libsyntax-keyword-try-perl (0.28-1) ...
12:00:01 #10 44.20 Selecting previously unselected package libfeature-compat-try-perl.
12:00:01 #10 44.20 Preparing to unpack .../258-libfeature-compat-try-perl_0.05-1_all.deb ...
12:00:01 #10 44.20 Unpacking libfeature-compat-try-perl (0.05-1) ...
12:00:01 #10 44.23 Selecting previously unselected package libipc-system-simple-perl.
12:00:01 #10 44.23 Preparing to unpack .../259-libipc-system-simple-perl_1.30-2_all.deb ...
12:00:01 #10 44.24 Unpacking libipc-system-simple-perl (1.30-2) ...
12:00:01 #10 44.28 Selecting previously unselected package libfile-basedir-perl.
12:00:01 #10 45.41 Setting up libauthen-sasl-perl (2.1600-1) ...
12:00:01 #10 45.43 Setting up libclass-accessor-perl (0.51-1) ...
12:00:01 #10 45.44 Setting up libsort-key-perl (1.33-2) ...
12:00:01 #10 45.45 Setting up libhtml-tagset-perl (3.20-3) ...
12:00:01 #10 45.46 Setting up libpath-tiny-perl (0.104-1) ...
12:00:01 #10 45.48 Setting up libtool (2.4.6-2) ...
12:00:01 #10 45.49 Setting up libnet-domain-tld-perl (1.75-1) ...
12:00:01 #10 45.50 Setting up libsub-install-perl (0.928-1) ...
12:00:01 #10 45.51 Setting up libdata-optlist-perl (0.110-1) ...
12:00:01 #9 42.77 (81/140): perl-Text-Tabs+Wrap-2021.0814-489.fc3 1.1 MB/s |  22 kB     00:00    
12:00:01 #9 42.77 (82/140): perl-Time-Local-1.300-489.fc37.noarch 2.0 MB/s |  33 kB     00:00    
12:00:01 #9 42.77 (83/140): perl-base-2.27-492.fc37.noarch.rpm    1.4 MB/s |  19 kB     00:00    
12:00:01 #9 42.78 (84/140): perl-constant-1.33-490.fc37.noarch.rp 2.4 MB/s |  23 kB     00:00    
12:00:01 #9 42.78 (85/140): perl-if-0.61.000-492.fc37.noarch.rpm  2.5 MB/s |  17 kB     00:00    
12:00:01 #9 42.78 (86/140): perl-interpreter-5.36.0-492.fc37.aarc 7.7 MB/s |  75 kB     00:00    
12:00:01 #9 42.79 (87/140): perl-libnet-3.14-490.fc37.noarch.rpm   13 MB/s | 132 kB     00:00    
12:00:01 #9 42.79 (88/140): perl-mro-1.26-492.fc37.aarch64.rpm    3.4 MB/s |  31 kB     00:00    
12:00:01 #9 42.80 (89/140): perl-overload-1.35-492.fc37.noarch.rp 4.7 MB/s |  49 kB     00:00    
12:00:01 #9 42.81 (90/140): perl-overloading-0.02-492.fc37.noarch 1.4 MB/s |  16 kB     00:00    
12:00:01 #9 42.93 (91/140): perl-libs-5.36.0-492.fc37.aarch64.rpm  15 MB/s | 2.2 MB     00:00    
12:00:01 #9 42.93 (92/140): perl-parent-0.238-489.fc37.noarch.rpm 109 kB/s |  14 kB     00:00    
12:00:01 #9 42.94 (93/140): perl-podlators-4.14-489.fc37.noarch.r 903 kB/s | 116 kB     00:00    
12:00:01 #9 42.94 (94/140): perl-subs-1.04-492.fc37.noarch.rpm    2.2 MB/s |  15 kB     00:00    
12:00:01 #9 42.94 (95/140): perl-srpm-macros-1-46.fc37.noarch.rpm 827 kB/s | 8.3 kB     00:00    
12:00:01 #9 42.95 (96/140): perl-vars-1.05-492.fc37.noarch.rpm    1.7 MB/s |  16 kB     00:00    
12:00:01 #9 42.95 (97/140): pkgconf-1.8.0-3.fc37.aarch64.rpm      4.3 MB/s |  41 kB     00:00    
12:00:01 #9 42.95 (98/140): pkgconf-m4-1.8.0-3.fc37.noarch.rpm    2.2 MB/s |  14 kB     00:00    
12:00:01 #9 42.96 (99/140): pkgconf-pkg-config-1.8.0-3.fc37.aarch 1.1 MB/s |  10 kB     00:00    
12:00:01 #9 43.03 (100/140): python3-dateutil-2.8.2-4.fc37.noarch 4.5 MB/s | 361 kB     00:00    
12:00:01 #12 31.86   Installing       : perl-threads-shared-1.58-2.el8.x86_64                53/91 
12:00:01 #12 32.44   Installing       : perl-interpreter-4:5.26.3-422.el8.x86_64             54/91 
12:00:01 #12 32.47   Installing       : libtool-ltdl-2.4.6-25.el8.x86_64                     55/91 
12:00:01 #12 32.48   Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64                     55/91 
12:00:01 #12 32.50   Installing       : libpkgconf-1.4.2-1.el8.x86_64                        56/91 
12:00:01 #12 32.52   Installing       : pkgconf-1.4.2-1.el8.x86_64                           57/91 
12:00:01 #12 32.53   Installing       : pkgconf-pkg-config-1.4.2-1.el8.x86_64                58/91 
12:00:01 #12 32.56   Installing       : libbabeltrace-1.5.4-4.el8.x86_64                     59/91 
12:00:01 #10 45.88 Setting up lsb-release (9.20170808ubuntu1) ...
12:00:01 #10 45.89 Setting up libxmuu1:amd64 (2:1.1.2-2) ...
12:00:01 #10 45.90 Setting up libgpgme11:amd64 (1.10.0-1ubuntu2) ...
12:00:01 #10 45.91 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.3) ...
12:00:01 #10 45.92 Setting up perl (5.26.1-6ubuntu0.6) ...
12:00:01 #10 45.94 Setting up libfile-chdir-perl (0.1008-1) ...
12:00:01 #10 45.95 Setting up libsys-hostname-long-perl (1.5-1) ...
12:00:01 #10 45.96 Setting up libfile-fcntllock-perl (0.22-3build2) ...
12:00:01 #10 45.97 Setting up libtext-glob-perl (0.10-1) ...
12:00:01 #10 45.98 Setting up intltool-debian (0.35.0+20060710.4) ...
12:00:01 #10 45.99 Setting up libxml-sax-base-perl (1.09-1) ...
12:00:01 #10 46.01 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
12:00:01 #10 46.02 Setting up libstrictures-perl (2.000003-1) ...
12:00:01 #10 46.03 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:00:01 #10 46.06 Setting up libmail-sendmail-perl (0.80-1) ...
12:00:01 #10 46.08 Setting up libsocket6-perl (0.27-1build2) ...
12:00:01 #10 46.09 Setting up patchutils (0.3.4-2) ...
12:00:01 #11 41.95 Preparing to unpack .../391-python3-nacl_1.5.0-2_arm64.deb ...
12:00:01 #11 41.96 Unpacking python3-nacl (1.5.0-2) ...
12:00:01 #11 42.00 Selecting previously unselected package python3-six.
12:00:01 #11 42.01 Preparing to unpack .../392-python3-six_1.16.0-4_all.deb ...
12:00:01 #11 42.01 Unpacking python3-six (1.16.0-4) ...
12:00:01 #11 42.06 Selecting previously unselected package python3-bcrypt.
12:00:01 #11 42.06 Preparing to unpack .../393-python3-bcrypt_3.2.0-1build1_arm64.deb ...
12:00:01 #11 42.06 Unpacking python3-bcrypt (3.2.0-1build1) ...
12:00:01 #11 42.10 Selecting previously unselected package python3-paramiko.
12:00:01 #11 42.10 Preparing to unpack .../394-python3-paramiko_2.10.4-1ubuntu1_all.deb ...
12:00:01 #11 42.11 Unpacking python3-paramiko (2.10.4-1ubuntu1) ...
12:00:01 #11 42.15 Selecting previously unselected package python3-urllib3.
12:00:01 #11 42.16 Preparing to unpack .../395-python3-urllib3_1.26.9-1_all.deb ...
12:00:01 #13 6.743 (30/72): git-2.39.1-1.el9.x86_64.rpm            520 kB/s |  63 kB     00:00    
12:00:01 #10 23.91 Selecting previously unselected package libubsan1:armhf.
12:00:01 #10 23.91 Preparing to unpack .../052-libubsan1_12.2.0-14_armhf.deb ...
12:00:01 #10 23.92 Unpacking libubsan1:armhf (12.2.0-14) ...
12:00:01 #11 28.50 Unpacking automake (1:1.16.1-4ubuntu6) ...
12:00:01 #11 28.62 Selecting previously unselected package autopoint.
12:00:01 #11 28.62 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ...
12:00:01 #11 28.64 Unpacking autopoint (0.19.8.1-10build1) ...
12:00:01 #11 28.69 Selecting previously unselected package binutils-common:armhf.
12:00:01 #11 28.69 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.4_armhf.deb ...
12:00:01 #11 28.70 Unpacking binutils-common:armhf (2.34-6ubuntu1.4) ...
12:00:01 #11 28.79 Selecting previously unselected package libbinutils:armhf.
12:00:01 #11 28.79 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.4_armhf.deb ...
12:00:01 #11 28.79 Unpacking libbinutils:armhf (2.34-6ubuntu1.4) ...
12:00:01 #11 28.87 Selecting previously unselected package libctf-nobfd0:armhf.
12:00:01 #11 28.87 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.4_armhf.deb ...
12:00:01 #11 28.88 Unpacking libctf-nobfd0:armhf (2.34-6ubuntu1.4) ...
12:00:01 #10 48.35 Preparing to unpack .../310-libxml-simple-perl_2.25-1_all.deb ...
12:00:01 #10 48.35 Unpacking libxml-simple-perl (2.25-1) ...
12:00:01 #10 48.39 Selecting previously unselected package libxmlrpc-lite-perl.
12:00:01 #10 48.40 Preparing to unpack .../311-libxmlrpc-lite-perl_0.717-2_all.deb ...
12:00:01 #10 48.40 Unpacking libxmlrpc-lite-perl (0.717-2) ...
12:00:01 #10 48.45 Selecting previously unselected package libxmuu1:amd64.
12:00:01 #10 48.45 Preparing to unpack .../312-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
12:00:01 #10 48.45 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
12:00:01 #10 48.50 Selecting previously unselected package libyaml-0-2:amd64.
12:00:01 #10 48.50 Preparing to unpack .../313-libyaml-0-2_0.2.1-1_amd64.deb ...
12:00:01 #10 48.51 Unpacking libyaml-0-2:amd64 (0.2.1-1) ...
12:00:01 #10 48.55 Selecting previously unselected package libyaml-libyaml-perl.
12:00:01 #10 48.55 Preparing to unpack .../314-libyaml-libyaml-perl_0.76+repack-1_amd64.deb ...
12:00:01 #10 48.56 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
12:00:01 #10 48.59 Selecting previously unselected package licensecheck.
12:00:01 #10 48.59 Preparing to unpack .../315-licensecheck_3.0.31-3_all.deb ...
12:00:01 #10 48.60 Unpacking licensecheck (3.0.31-3) ...
12:00:01 #10 48.64 Selecting previously unselected package t1utils.
12:00:01 #10 48.64 Preparing to unpack .../316-t1utils_1.41-3_amd64.deb ...
12:00:01 #10 48.65 Unpacking t1utils (1.41-3) ...
12:00:01 #11 36.11 Preparing to unpack .../302-libperlio-utf8-strict-perl_0.009-1build1_arm64.deb ...
12:00:01 #11 36.11 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
12:00:01 #11 36.15 Selecting previously unselected package libpod-parser-perl.
12:00:01 #11 36.15 Preparing to unpack .../303-libpod-parser-perl_1.63-2_all.deb ...
12:00:01 #11 36.17 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:00:01 #11 36.18 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:00:01 #11 36.19 Unpacking libpod-parser-perl (1.63-2) ...
12:00:01 #11 36.27 Selecting previously unselected package libpod-constants-perl.
12:00:01 #11 36.27 Preparing to unpack .../304-libpod-constants-perl_0.19-2_all.deb ...
12:00:01 #11 36.28 Unpacking libpod-constants-perl (0.19-2) ...
12:00:01 #11 36.31 Selecting previously unselected package libproc-processtable-perl:arm64.
12:00:01 #11 36.32 Preparing to unpack .../305-libproc-processtable-perl_0.634-1build1_arm64.deb ...
12:00:01 #11 36.32 Unpacking libproc-processtable-perl:arm64 (0.634-1build1) ...
12:00:01 #11 36.36 Selecting previously unselected package libre2-9:arm64.
12:00:01 #11 ...
12:00:01 
12:00:01 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:01 #8 extracting sha256:90a301f97cc1a0ec3fd8ad9468253cbaae30a71e70b7a1062fc7a2dcb227a4f8 4.6s done
12:00:01 #8 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 9.8s
12:00:01 #11 44.64 Setting up libsub-exporter-perl (0.988-1) ...
12:00:01 #11 44.65 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:01 #11 44.66 Setting up libhttp-message-perl (6.36-1) ...
12:00:01 #11 44.67 Setting up libdata-validate-ip-perl (0.30-1) ...
12:00:01 #11 44.68 Setting up libhtml-form-perl (6.07-1) ...
12:00:01 #11 44.69 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:00:01 #11 44.71 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
12:00:01 #11 44.72 Setting up libjson-xs-perl (4.030-1build3) ...
12:00:01 #11 44.73 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:01 #11 44.74 Setting up libio-prompter-perl (0.004015-1) ...
12:00:01 #11 44.75 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:00:01 #11 44.77 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:01 #11 44.79 Setting up po-debconf (1.0.21+nmu1) ...
12:00:01 #11 44.80 Setting up libhtml-tree-perl (5.07-2) ...
12:00:01 #11 44.81 Setting up libparams-classify-perl (0.015-1build5) ...
12:00:01 #11 44.82 Setting up libhtml-format-perl (2.12-1.1) ...
12:00:01 #11 44.83 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:00:01 #11 45.93 124 added, 0 removed; done.
12:00:01 #11 24.65 Unpacking libpython3.10-stdlib:armhf (3.10.7-1ubuntu0.2) ...
12:00:01 #11 24.83 Selecting previously unselected package python3.10.
12:00:01 #11 24.83 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_armhf.deb ...
12:00:01 #11 24.83 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
12:00:01 #11 24.91 Selecting previously unselected package libpython3-stdlib:armhf.
12:00:01 #11 24.91 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_armhf.deb ...
12:00:01 #10 44.02 Preparing to unpack .../253-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:00:01 #10 44.03 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:00:01 #10 44.11 Selecting previously unselected package libglib2.0-0:amd64.
12:00:01 #10 44.11 Preparing to unpack .../254-libglib2.0-0_2.66.8-1_amd64.deb ...
12:00:01 #10 44.11 Unpacking libglib2.0-0:amd64 (2.66.8-1) ...
12:00:01 #10 35.70 Selecting previously unselected package debhelper.
12:00:01 #10 35.70 Preparing to unpack .../113-debhelper_11.1.6ubuntu2_all.deb ...
12:00:01 #10 35.71 Unpacking debhelper (11.1.6ubuntu2) ...
12:00:01 #10 35.90 Selecting previously unselected package libfile-which-perl.
12:00:01 #10 35.90 Preparing to unpack .../114-libfile-which-perl_1.21-1_all.deb ...
12:00:01 #10 35.90 Unpacking libfile-which-perl (1.21-1) ...
12:00:01 #10 35.93 Selecting previously unselected package libfile-homedir-perl.
12:00:01 #10 35.93 Preparing to unpack .../115-libfile-homedir-perl_1.002-1_all.deb ...
12:00:01 #10 35.94 Unpacking libfile-homedir-perl (1.002-1) ...
12:00:01 #10 36.00 Selecting previously unselected package devscripts.
12:00:01 #10 36.00 Preparing to unpack .../116-devscripts_2.17.12ubuntu1.1_armhf.deb ...
12:00:01 #10 36.03 Unpacking devscripts (2.17.12ubuntu1.1) ...
12:00:01 #11 44.95 Setting up libfont-afm-perl (1.20-3) ...
12:00:01 #11 44.96 Setting up libwant-perl (0.29-2) ...
12:00:01 #11 44.97 Setting up libdynaloader-functions-perl (0.003-2) ...
12:00:01 #11 44.98 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:00:01 #11 44.99 Setting up liblist-compare-perl (0.55-1) ...
12:00:01 #11 45.00 Setting up libref-util-xs-perl (0.117-2) ...
12:00:01 #11 45.01 Setting up libio-pty-perl (1:1.15-2build2) ...
12:00:01 #11 45.02 Setting up libfile-fcntllock-perl (0.22-4) ...
12:00:01 #11 45.04 Setting up libclone-perl (0.45-1build3) ...
12:00:01 #11 45.05 Setting up libalgorithm-diff-perl (1.201-1) ...
12:00:01 #11 45.06 Setting up libarchive-zip-perl (1.68-1) ...
12:00:01 #11 45.07 Setting up libsub-identify-perl (0.14-2) ...
12:00:01 #11 45.08 Setting up libdistro-info-perl (1.1ubuntu1) ...
12:00:01 #11 45.09 Setting up libcpanel-json-xs-perl:amd64 (4.32-1) ...
12:00:01 #11 45.10 Setting up liblist-moreutils-perl (0.430-2) ...
12:00:01 #11 45.11 Setting up libhtml-tagset-perl (3.20-4) ...
12:00:01 #11 45.12 Setting up liblog-any-perl (1.710-1) ...
12:00:01 #11 45.14 Setting up libauthen-sasl-perl (2.1600-2) ...
12:00:01 #11 45.15 Setting up libdevel-size-perl (0.83-2) ...
12:00:02 #10 44.28 Preparing to unpack .../260-libfile-basedir-perl_0.09-2_all.deb ...
12:00:02 #10 44.28 Unpacking libfile-basedir-perl (0.09-2) ...
12:00:02 #10 44.31 Selecting previously unselected package libfile-chdir-perl.
12:00:02 #10 44.31 Preparing to unpack .../261-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:00:02 #10 44.32 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:00:02 #10 44.35 Selecting previously unselected package libfile-fcntllock-perl.
12:00:02 #10 44.35 Preparing to unpack .../262-libfile-fcntllock-perl_0.22-4+b1_amd64.deb ...
12:00:02 #10 44.36 Unpacking libfile-fcntllock-perl (0.22-4+b1) ...
12:00:02 #10 44.39 Selecting previously unselected package libnumber-compare-perl.
12:00:02 #10 44.40 Preparing to unpack .../263-libnumber-compare-perl_0.03-3_all.deb ...
12:00:02 #10 45.52 Setting up libio-stringy-perl (2.111-2) ...
12:00:02 #10 45.54 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:02 #10 45.55 Setting up libtry-tiny-perl (0.30-1) ...
12:00:02 #10 45.56 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:00:02 #10 45.57 Setting up libfont-afm-perl (1.20-2) ...
12:00:02 #10 45.59 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
12:00:02 #10 45.60 Setting up python3-apt (1.6.6) ...
12:00:02 #10 45.79 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
12:00:02 #9 43.04 (101/140): python3-distro-1.7.0-3.fc37.noarch.r 594 kB/s |  48 kB     00:00    
12:00:02 #9 43.04 (102/140): python3-construct-2.10.68-3.fc37.noa 1.6 MB/s | 152 kB     00:00    
12:00:02 #9 43.05 (103/140): python3-dnf-plugins-core-4.3.1-1.fc3  21 MB/s | 278 kB     00:00    
12:00:02 #9 43.05 (104/140): python3-file-magic-5.42-4.fc37.noarc 2.4 MB/s |  20 kB     00:00    
12:00:02 #9 43.06 (105/140): python3-enchant-3.2.2-5.fc37.noarch. 5.9 MB/s | 103 kB     00:00    
12:00:02 #9 43.06 (106/140): python3-pyxdg-0.27-6.fc37.noarch.rpm  13 MB/s | 135 kB     00:00    
12:00:02 #9 43.07 (107/140): python3-six-1.16.0-8.fc37.noarch.rpm 4.4 MB/s |  42 kB     00:00    
12:00:02 #9 43.07 (108/140): python3-pybeam-0.7-4.fc37.noarch.rpm 1.6 MB/s |  32 kB     00:00    
12:00:02 #9 43.08 (109/140): rpm-build-4.18.0-1.fc37.aarch64.rpm  7.7 MB/s |  77 kB     00:00    
12:00:02 #10 43.99 Setting up libgdbm-compat4:arm64 (1.19-2) ...
12:00:02 #10 44.00 Setting up ucf (3.0043) ...
12:00:02 #10 44.17 Setting up libperl5.32:arm64 (5.32.1-4+deb11u2) ...
12:00:02 #10 44.19 Setting up gcc-10 (10.2.1-6) ...
12:00:02 #10 44.20 Setting up dwz (0.13+20210201-1) ...
12:00:02 #10 44.21 Setting up groff-base (1.22.4-6) ...
12:00:02 #10 44.23 Setting up cpp (4:10.2.1-1) ...
12:00:02 #10 44.25 Setting up pixz (1.0.7-1) ...
12:00:02 #12 32.57   Running scriptlet: libbabeltrace-1.5.4-4.el8.x86_64                     59/91 
12:00:02 #12 32.79   Installing       : glibc-gconv-extra-2.28-211.el8.x86_64                60/91 
12:00:02 #12 32.81   Running scriptlet: glibc-gconv-extra-2.28-211.el8.x86_64                60/91 
12:00:02 #12 32.83   Installing       : emacs-filesystem-1:26.1-9.el8.noarch                 61/91 
12:00:02 #12 32.84   Installing       : desktop-file-utils-0.26-1.el8.x86_64                 62/91 
12:00:02 #12 32.86   Installing       : elfutils-debuginfod-client-0.187-4.el8.x86_64        63/91 
12:00:02 #10 46.10 Setting up python3-chardet (3.0.4-1) ...
12:00:02 #10 46.34 Setting up liburi-perl (1.73-1) ...
12:00:02 #10 46.35 Setting up libdata-dump-perl (1.23-1) ...
12:00:02 #11 42.16 Unpacking python3-urllib3 (1.26.9-1) ...
12:00:02 #11 42.21 Selecting previously unselected package python3-requests.
12:00:02 #11 42.21 Preparing to unpack .../396-python3-requests_2.27.1+dfsg-1ubuntu2_all.deb ...
12:00:02 #11 42.21 Unpacking python3-requests (2.27.1+dfsg-1ubuntu2) ...
12:00:02 #11 42.26 Selecting previously unselected package python3-unidiff.
12:00:02 #11 42.27 Preparing to unpack .../397-python3-unidiff_0.7.3-1_all.deb ...
12:00:02 #11 42.27 Unpacking python3-unidiff (0.7.3-1) ...
12:00:02 #11 42.30 Selecting previously unselected package zstd.
12:00:02 #11 42.31 Preparing to unpack .../398-zstd_1.5.2+dfsg-1_arm64.deb ...
12:00:02 #11 42.31 Unpacking zstd (1.5.2+dfsg-1) ...
12:00:02 #11 42.35 Selecting previously unselected package equivs.
12:00:02 #11 42.36 Preparing to unpack .../399-equivs_2.3.1_all.deb ...
12:00:02 #11 42.36 Unpacking equivs (2.3.1) ...
12:00:02 #11 42.40 Selecting previously unselected package libauthen-sasl-perl.
12:00:02 #10 24.08 Selecting previously unselected package libgcc-12-dev:armhf.
12:00:02 #10 24.08 Preparing to unpack .../053-libgcc-12-dev_12.2.0-14_armhf.deb ...
12:00:02 #10 24.08 Unpacking libgcc-12-dev:armhf (12.2.0-14) ...
12:00:02 #10 24.27 Selecting previously unselected package gcc-12.
12:00:02 #10 24.27 Preparing to unpack .../054-gcc-12_12.2.0-14_armhf.deb ...
12:00:02 #10 24.28 Unpacking gcc-12 (12.2.0-14) ...
12:00:02 #11 43.64 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
12:00:02 #11 28.93 Selecting previously unselected package libctf0:armhf.
12:00:02 #11 28.93 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.4_armhf.deb ...
12:00:02 #11 28.94 Unpacking libctf0:armhf (2.34-6ubuntu1.4) ...
12:00:02 #11 28.99 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:00:02 #11 28.99 Preparing to unpack .../072-binutils-arm-linux-gnueabihf_2.34-6ubuntu1.4_armhf.deb ...
12:00:02 #11 29.00 Unpacking binutils-arm-linux-gnueabihf (2.34-6ubuntu1.4) ...
12:00:02 #10 48.70 Selecting previously unselected package lintian.
12:00:02 #10 48.70 Preparing to unpack .../317-lintian_2.15.0_all.deb ...
12:00:02 #10 48.71 Unpacking lintian (2.15.0) ...
12:00:02 #10 48.86 Selecting previously unselected package lsb-release.
12:00:02 #10 48.86 Preparing to unpack .../318-lsb-release_10.2019051400_all.deb ...
12:00:02 #10 48.87 Unpacking lsb-release (10.2019051400) ...
12:00:02 #10 48.91 Selecting previously unselected package mailutils.
12:00:02 #11 36.36 Preparing to unpack .../306-libre2-9_20220201+dfsg-1_arm64.deb ...
12:00:02 #11 36.37 Unpacking libre2-9:arm64 (20220201+dfsg-1) ...
12:00:02 #11 36.41 Selecting previously unselected package libre-engine-re2-perl:arm64.
12:00:02 #11 36.41 Preparing to unpack .../307-libre-engine-re2-perl_0.14-1build2_arm64.deb ...
12:00:02 #11 36.41 Unpacking libre-engine-re2-perl:arm64 (0.14-1build2) ...
12:00:02 #11 36.45 Selecting previously unselected package libreadonly-perl.
12:00:02 #11 36.45 Preparing to unpack .../308-libreadonly-perl_2.050-3_all.deb ...
12:00:02 #11 36.46 Unpacking libreadonly-perl (2.050-3) ...
12:00:02 #11 36.49 Selecting previously unselected package libref-util-perl.
12:00:02 #11 36.49 Preparing to unpack .../309-libref-util-perl_0.204-1_all.deb ...
12:00:02 #11 36.50 Unpacking libref-util-perl (0.204-1) ...
12:00:02 #11 36.53 Selecting previously unselected package libref-util-xs-perl.
12:00:02 #11 36.53 Preparing to unpack .../310-libref-util-xs-perl_0.117-1build5_arm64.deb ...
12:00:02 #11 36.54 Unpacking libref-util-xs-perl (0.117-1build5) ...
12:00:02 #11 36.58 Selecting previously unselected package libregexp-pattern-license-perl.
12:00:02 #11 36.58 Preparing to unpack .../311-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
12:00:02 #11 36.58 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
12:00:02 #11 36.62 Selecting previously unselected package libregexp-pattern-perl.
12:00:02 #11 44.89 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:02 #11 44.94 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:02 #11 45.06 
12:00:02 #11 45.06 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:02 #11 45.08 Setting up dput (1.1.0ubuntu2) ...
12:00:02 #10 45.71 Updating certificates in /etc/ssl/certs...
12:00:02 #11 24.91 Unpacking libpython3-stdlib:armhf (3.10.6-1) ...
12:00:02 #11 24.96 Setting up python3-minimal (3.10.6-1) ...
12:00:02 #11 45.97 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:00:02 #11 45.98 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:02 #11 45.99 Setting up bsdmainutils (11.1.2ubuntu3) ...
12:00:02 #11 46.01 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:00:02 #11 46.01 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
12:00:02 #11 46.01 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:00:02 #11 46.01 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
12:00:02 #11 46.02 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
12:00:02 #11 46.04 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
12:00:02 #11 46.05 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
12:00:02 #11 46.06 Setting up dwz (0.13-5) ...
12:00:02 #11 46.07 Setting up groff-base (1.22.4-4build1) ...
12:00:02 #11 46.09 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
12:00:02 #11 46.10 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
12:00:02 #11 46.12 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.3) ...
12:00:02 #11 46.13 Setting up libc6-dev:amd64 (2.31-0ubuntu9.9) ...
12:00:02 #11 46.14 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
12:00:02 #11 45.16 Setting up libdebhelper-perl (13.9.1ubuntu1) ...
12:00:02 #11 45.18 Setting up libpod-constants-perl (0.19-2) ...
12:00:02 #11 45.19 Setting up libregexp-pattern-license-perl (3.9.4-1) ...
12:00:02 #11 45.20 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:00:02 #11 45.21 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
12:00:02 #11 45.23 Setting up libio-interactive-perl (1.023-1) ...
12:00:02 #11 45.24 Setting up libtry-tiny-perl (0.31-1) ...
12:00:02 #11 45.24 Setting up libtype-tiny-perl (1.016008-1) ...
12:00:02 #11 45.26 Setting up libcommon-sense-perl:amd64 (3.75-2build1) ...
12:00:02 #11 45.27 Setting up libmldbm-perl (2.05-3) ...
12:00:02 #11 45.28 Setting up libxml-namespacesupport-perl (1.12-2) ...
12:00:02 #11 45.29 Setting up libnet-http-perl (6.22-1) ...
12:00:02 #11 45.30 Setting up libpath-iterator-rule-perl (1.015-1) ...
12:00:02 #11 45.31 Setting up libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
12:00:02 #11 45.32 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:00:02 #11 45.33 Setting up libtime-moment-perl (0.44-2) ...
12:00:02 #11 45.34 Setting up libencode-locale-perl (1.05-2) ...
12:00:02 #11 45.35 Setting up libexception-class-perl (1.45-1) ...
12:00:02 #11 45.36 Setting up libmath-base85-perl (0.5+dfsg-1) ...
12:00:02 #11 45.37 Setting up libconfig-tiny-perl (2.28-1) ...
12:00:02 #11 45.38 Setting up libsereal-encoder-perl:amd64 (4.025+ds-1) ...
12:00:02 #11 45.39 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:00:02 #11 45.40 Setting up liblist-utilsby-perl (0.12-1) ...
12:00:02 #11 45.42 Setting up libstring-shellquote-perl (1.04-2) ...
12:00:02 #11 45.42 Setting up libnet-netmask-perl (2.0001-1) ...
12:00:02 #11 45.43 Setting up libsub-install-perl (0.928-2) ...
12:00:02 #11 45.44 Setting up gcc (4:12.2.0-1ubuntu1) ...
12:00:02 #11 45.46 Setting up dpkg-dev (1.21.9ubuntu1) ...
12:00:02 #10 44.78 Unpacking libnumber-compare-perl (0.03-3) ...
12:00:02 #10 44.81 Selecting previously unselected package libtext-glob-perl.
12:00:02 #10 36.26 Selecting previously unselected package diffstat.
12:00:02 #10 36.26 Preparing to unpack .../117-diffstat_1.61-1build1_armhf.deb ...
12:00:02 #10 36.27 Unpacking diffstat (1.61-1build1) ...
12:00:02 #10 36.31 Selecting previously unselected package libassuan0:armhf.
12:00:02 #10 36.31 Preparing to unpack .../118-libassuan0_2.5.1-2_armhf.deb ...
12:00:02 #10 36.32 Unpacking libassuan0:armhf (2.5.1-2) ...
12:00:02 #10 36.37 Selecting previously unselected package gpgconf.
12:00:02 #10 36.37 Preparing to unpack .../119-gpgconf_2.2.4-1ubuntu1.6_armhf.deb ...
12:00:02 #10 45.81 Setting up libxext6:arm64 (2:1.3.3-1) ...
12:00:02 #10 45.83 Setting up po-debconf (1.0.20) ...
12:00:02 #10 45.84 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
12:00:02 #10 45.85 Setting up libio-socket-inet6-perl (2.72-2) ...
12:00:02 #10 45.86 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:00:02 #10 45.88 Setting up libio-pty-perl (1:1.08-1.1build4) ...
12:00:02 #10 45.89 Setting up libfile-which-perl (1.21-1) ...
12:00:02 #10 45.90 Setting up libencode-locale-perl (1.05-1) ...
12:00:02 #10 45.91 Setting up libperlio-gzip-perl (0.19-1build3) ...
12:00:02 #10 45.93 Setting up libtext-levenshtein-perl (0.13-1) ...
12:00:02 #10 45.94 Setting up liberror-perl (0.17025-1) ...
12:00:02 #10 45.95 Setting up libvariable-magic-perl (0.62-1) ...
12:00:02 #10 45.97 Setting up libtimedate-perl (2.3000-2) ...
12:00:02 #10 45.98 Setting up libnet-ip-perl (1.26-1) ...
12:00:02 #10 45.99 Setting up librole-tiny-perl (2.000006-1) ...
12:00:02 #10 46.00 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
12:00:02 #9 43.42 (110/140): shared-mime-info-2.2-2.fc37.aarch64. 1.1 MB/s | 381 kB     00:00    
12:00:02 #9 43.42 (111/140): python3-tomli-w-1.0.0-4.fc37.noarch.  58 kB/s |  21 kB     00:00    
12:00:02 #9 43.43 (112/140): unzip-6.0-58.fc37.aarch64.rpm        522 kB/s | 182 kB     00:00    
12:00:02 #9 43.43 (113/140): xxhash-libs-0.8.1-3.fc37.aarch64.rpm 3.3 MB/s |  33 kB     00:00    
12:00:02 #9 43.44 (114/140): zip-3.0-33.fc37.aarch64.rpm           17 MB/s | 256 kB     00:00    
12:00:02 #9 43.45 (115/140): zstd-1.5.2-3.fc37.aarch64.rpm         22 MB/s | 412 kB     00:00    
12:00:02 #9 43.45 (116/140): ansible-srpm-macros-1-8.1.fc37.noarc 1.1 MB/s | 8.6 kB     00:00    
12:00:02 #9 43.46 (117/140): xz-5.2.5-10.fc37.aarch64.rpm         6.8 MB/s | 223 kB     00:00    
12:00:02 #9 43.47 (118/140): binutils-gold-2.38-25.fc37.aarch64.r  40 MB/s | 923 kB     00:00    
12:00:02 #9 43.48 (119/140): dbus-libs-1.14.4-1.fc37.aarch64.rpm  9.0 MB/s | 154 kB     00:00    
12:00:02 #9 43.49 (120/140): debugedit-5.0-7.fc37.aarch64.rpm     4.8 MB/s |  77 kB     00:00    
12:00:02 #9 43.49 (121/140): emacs-filesystem-28.2-3.fc37.noarch. 489 kB/s | 7.5 kB     00:00    
12:00:02 #9 43.56 (122/140): binutils-2.38-25.fc37.aarch64.rpm     53 MB/s | 5.8 MB     00:00    
12:00:02 #10 44.27 Setting up gpgconf (2.2.27-2+deb11u2) ...
12:00:02 #10 44.28 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u5) ...
12:00:02 #10 44.29 Setting up libc6-dev:arm64 (2.31-13+deb11u5) ...
12:00:02 #10 44.30 Setting up libx11-6:arm64 (2:1.7.2-1) ...
12:00:02 #10 44.31 Setting up curl (7.74.0-1.3+deb11u5) ...
12:00:02 #10 44.33 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
12:00:02 #10 44.34 Setting up gpg (2.2.27-2+deb11u2) ...
12:00:02 #10 44.35 Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ...
12:00:02 #10 44.36 Setting up libpython3-stdlib:arm64 (3.9.2-3) ...
12:00:02 #10 44.37 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
12:00:02 #10 44.39 Setting up libstdc++-10-dev:arm64 (10.2.1-6) ...
12:00:02 #10 44.40 Setting up gpg-agent (2.2.27-2+deb11u2) ...
12:00:02 #10 31.38 Selecting previously unselected package ca-certificates.
12:00:02 #10 31.38 Preparing to unpack .../058-ca-certificates_20200601~deb10u2_all.deb ...
12:00:02 #10 31.39 Unpacking ca-certificates (20200601~deb10u2) ...
12:00:02 #10 31.49 Selecting previously unselected package libsasl2-modules-db:armhf.
12:00:02 #10 31.49 Preparing to unpack .../059-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_armhf.deb ...
12:00:02 #10 31.49 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
12:00:02 #10 31.54 Selecting previously unselected package libsasl2-2:armhf.
12:00:02 #10 31.54 Preparing to unpack .../060-libsasl2-2_2.1.27+dfsg-1+deb10u2_armhf.deb ...
12:00:02 #10 31.54 Unpacking libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
12:00:02 #10 31.59 Selecting previously unselected package libldap-common.
12:00:02 #10 31.59 Preparing to unpack .../061-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
12:00:02 #10 31.60 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:00:02 #10 31.66 Selecting previously unselected package libldap-2.4-2:armhf.
12:00:02 #10 31.66 Preparing to unpack .../062-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_armhf.deb ...
12:00:02 #10 31.67 Unpacking libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
12:00:02 #10 31.74 Selecting previously unselected package libnghttp2-14:armhf.
12:00:02 #10 31.74 Preparing to unpack .../063-libnghttp2-14_1.36.0-2+deb10u1_armhf.deb ...
12:00:02 #10 31.74 Unpacking libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
12:00:02 #10 31.80 Selecting previously unselected package libpsl5:armhf.
12:00:02 #10 31.80 Preparing to unpack .../064-libpsl5_0.20.2-2_armhf.deb ...
12:00:02 #12 32.94   Installing       : elfutils-0.187-4.el8.x86_64                          64/91 
12:00:02 #12 32.98   Installing       : diffutils-3.6-6.el8.x86_64                           65/91 
12:00:02 #12 32.99   Running scriptlet: diffutils-3.6-6.el8.x86_64                           65/91 
12:00:02 #12 33.05   Installing       : zstd-1.4.4-1.el8.x86_64                              66/91 
12:00:02 #12 33.07   Installing       : rust-srpm-macros-5-2.el8.noarch                      67/91 
12:00:02 #12 33.08   Installing       : qt5-srpm-macros-5.15.3-1.el8.noarch                  68/91 
12:00:02 #12 33.09   Installing       : python3-systemd-234-8.el8.x86_64                     69/91 
12:00:02 #12 33.14   Upgrading        : python3-dnf-plugins-core-4.0.21-18.el8.noarch        70/91 
12:00:02 #12 33.15   Installing       : perl-srpm-macros-1-25.el8.noarch                     71/91 
12:00:02 #10 44.26 Selecting previously unselected package libglib2.0-data.
12:00:02 #10 44.26 Preparing to unpack .../255-libglib2.0-data_2.66.8-1_all.deb ...
12:00:02 #10 44.27 Unpacking libglib2.0-data (2.66.8-1) ...
12:00:02 #10 46.36 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
12:00:02 #10 46.38 Setting up libio-string-perl (1.08-3) ...
12:00:02 #10 46.40 Setting up libalgorithm-diff-perl (1.19.03-1) ...
12:00:02 #10 46.41 Setting up libclone-perl (0.39-1) ...
12:00:02 #10 46.43 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
12:00:02 #10 46.44 Setting up libnet-http-perl (6.17-1) ...
12:00:02 #10 46.45 Setting up libnumber-compare-perl (0.03-1) ...
12:00:02 #10 46.46 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
12:00:02 #11 42.40 Preparing to unpack .../400-libauthen-sasl-perl_2.1600-2_all.deb ...
12:00:02 #11 42.40 Unpacking libauthen-sasl-perl (2.1600-2) ...
12:00:02 #11 42.44 Selecting previously unselected package python3-magic.
12:00:02 #11 42.44 Preparing to unpack .../401-python3-magic_2%3a0.4.26-2_all.deb ...
12:00:02 #11 42.45 Unpacking python3-magic (2:0.4.26-2) ...
12:00:02 #11 42.51 Setting up libip4tc2:arm64 (1.8.7-1ubuntu6) ...
12:00:02 #11 42.52 Setting up libksba8:arm64 (1.6.0-3ubuntu1.1) ...
12:00:02 #11 42.54 Setting up media-types (8.0.0) ...
12:00:02 #11 42.55 Setting up libpipeline1:arm64 (1.5.6-2) ...
12:00:02 #11 42.56 Setting up libicu71:arm64 (71.1-3ubuntu1) ...
12:00:02 #11 42.57 Setting up wdiff (1.2.2-2build3) ...
12:00:02 #11 42.58 Setting up libxau6:arm64 (1:1.0.9-1build5) ...
12:00:02 #11 42.60 Setting up libre2-9:arm64 (20220601+dfsg-1) ...
12:00:02 #11 42.61 Setting up libkeyutils1:arm64 (1.6.3-1) ...
12:00:02 #11 42.62 Setting up lto-disabled-list (35) ...
12:00:02 #11 42.63 Setting up libapparmor1:arm64 (3.0.7-1ubuntu2) ...
12:00:02 #11 42.64 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
12:00:02 #11 42.65 Setting up libsodium23:arm64 (1.0.18-1build2) ...
12:00:02 #11 42.66 Setting up bsdextrautils (2.38-4ubuntu1) ...
12:00:02 #11 42.68 Setting up libfcgi0ldbl:arm64 (2.4.2-2build2) ...
12:00:02 #11 42.69 Setting up libtext-glob-perl (0.11-2) ...
12:00:02 #11 42.70 Setting up xdg-user-dirs (0.17-2ubuntu4) ...
12:00:02 #11 42.73 Setting up libmagic-mgc (1:5.41-4) ...
12:00:02 #11 43.74 Setting up libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:02 #11 43.76 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
12:00:02 #11 43.77 Setting up libxext6:arm64 (2:1.3.4-0ubuntu1) ...
12:00:02 #11 43.78 Setting up python3 (3.8.2-0ubuntu2) ...
12:00:02 #11 29.33 Selecting previously unselected package binutils.
12:00:02 #11 29.33 Preparing to unpack .../073-binutils_2.34-6ubuntu1.4_armhf.deb ...
12:00:02 #11 29.34 Unpacking binutils (2.34-6ubuntu1.4) ...
12:00:02 #11 29.40 Selecting previously unselected package libc-dev-bin.
12:00:02 #11 29.40 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.9_armhf.deb ...
12:00:02 #10 48.92 Preparing to unpack .../319-mailutils_1%3a3.5-4_amd64.deb ...
12:00:02 #10 48.92 Unpacking mailutils (1:3.5-4) ...
12:00:02 #10 48.98 Selecting previously unselected package manpages-dev.
12:00:02 #10 48.99 Preparing to unpack .../320-manpages-dev_4.16-2_all.deb ...
12:00:02 #10 48.99 Unpacking manpages-dev (4.16-2) ...
12:00:02 #11 36.62 Preparing to unpack .../312-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:00:02 #11 36.63 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:00:02 #11 36.67 Selecting previously unselected package libsasl2-modules:arm64.
12:00:02 #11 36.68 Preparing to unpack .../313-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.1_arm64.deb ...
12:00:02 #11 36.69 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:00:02 #11 36.73 Selecting previously unselected package libsereal-decoder-perl.
12:00:02 #11 36.73 Preparing to unpack .../314-libsereal-decoder-perl_4.023+ds-1_arm64.deb ...
12:00:02 #11 36.73 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
12:00:02 #11 36.77 Selecting previously unselected package libsereal-encoder-perl:arm64.
12:00:02 #11 36.77 Preparing to unpack .../315-libsereal-encoder-perl_4.023+ds-1_arm64.deb ...
12:00:02 #11 36.77 Unpacking libsereal-encoder-perl:arm64 (4.023+ds-1) ...
12:00:02 #11 36.81 Selecting previously unselected package libset-intspan-perl.
12:00:02 #11 36.81 Preparing to unpack .../316-libset-intspan-perl_1.19-2_all.deb ...
12:00:02 #11 36.82 Unpacking libset-intspan-perl (1.19-2) ...
12:00:02 #11 36.85 Selecting previously unselected package libsocket6-perl.
12:00:02 #11 36.86 Preparing to unpack .../317-libsocket6-perl_0.29-1build4_arm64.deb ...
12:00:02 #11 36.86 Unpacking libsocket6-perl (0.29-1build4) ...
12:00:02 #11 36.90 Selecting previously unselected package libstring-copyright-perl.
12:00:02 #11 36.90 Preparing to unpack .../318-libstring-copyright-perl_0.003012-1_all.deb ...
12:00:02 #11 36.91 Unpacking libstring-copyright-perl (0.003012-1) ...
12:00:02 #11 36.94 Selecting previously unselected package libstring-escape-perl.
12:00:02 #11 36.95 Preparing to unpack .../319-libstring-escape-perl_2010.002-2_all.deb ...
12:00:02 #11 36.96 Unpacking libstring-escape-perl (2010.002-2) ...
12:00:02 #11 45.23 Setting up libdata-validate-uri-perl (0.07-2) ...
12:00:02 #11 45.25 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:02 #11 45.26 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:02 #11 45.27 Setting up libmailtools-perl (2.21-1) ...
12:00:02 #11 45.28 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:00:02 #11 45.32 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:02 #11 45.39 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:02 #11 25.30 Selecting previously unselected package python3.
12:00:02 #11 25.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 ... 5201 files and directories currently installed.)
12:00:02 #11 25.30 Preparing to unpack .../000-python3_3.10.6-1_armhf.deb ...
12:00:02 #11 25.32 Unpacking python3 (3.10.6-1) ...
12:00:02 #11 25.35 Selecting previously unselected package libargon2-1:armhf.
12:00:02 #11 25.35 Preparing to unpack .../001-libargon2-1_0~20171227-0.3_armhf.deb ...
12:00:02 #11 25.36 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
12:00:02 #11 25.40 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:00:02 #11 25.40 Preparing to unpack .../002-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_armhf.deb ...
12:00:02 #11 25.40 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ...
12:00:02 #11 25.45 Selecting previously unselected package libjson-c5:armhf.
12:00:02 #11 25.45 Preparing to unpack .../003-libjson-c5_0.16-1_armhf.deb ...
12:00:02 #11 46.15 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
12:00:02 #11 46.16 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:00:02 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 5.1s
12:00:02 #7 ...
12:00:02 
12:00:02 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:02 #10 10.24 3 upgraded, 125 newly installed, 0 to remove and 7 not upgraded.
12:00:02 #10 10.24 Need to get 69.6 MB of archives.
12:00:02 #10 10.24 After this operation, 272 MB of additional disk space will be used.
12:00:02 #10 10.24 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [105 kB]
12:00:02 #10 10.37 Get:2 http://archive.raspberrypi.org/debian buster/main armhf libc6 armhf 2.28-10+rpt2+rpi1+deb10u1 [2351 kB]
12:00:02 #10 10.56 Get:3 http://archive.raspbian.org/raspbian buster/main armhf libtinfo5 armhf 6.1+20181013-2+deb10u3 [308 kB]
12:00:02 #10 10.65 Get:4 http://archive.raspbian.org/raspbian buster/main armhf bsdmainutils armhf 11.1.2 [182 kB]
12:00:02 #10 10.73 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
12:00:02 #10 10.73 Get:6 http://archive.raspbian.org/raspbian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [782 kB]
12:00:02 #10 10.82 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.1 kB]
12:00:02 #10 10.82 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.6 kB]
12:00:02 #10 10.82 Get:9 http://archive.raspbian.org/raspbian buster/main armhf man-db armhf 2.8.5-2 [1230 kB]
12:00:02 #10 10.91 Get:10 http://archive.raspbian.org/raspbian buster/main armhf perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
12:00:02 #10 11.06 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
12:00:02 #10 11.09 Get:12 http://archive.raspbian.org/raspbian buster/main armhf libperl5.28 armhf 5.28.1-6+deb10u1 [3193 kB]
12:00:02 #10 11.20 Get:13 http://archive.raspberrypi.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+rpt2+rpi1+deb10u1 [267 kB]
12:00:02 #10 11.26 Get:14 http://archive.raspbian.org/raspbian buster/main armhf perl armhf 5.28.1-6+deb10u1 [204 kB]
12:00:02 #10 11.26 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u4 [583 kB]
12:00:02 #10 11.26 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [78.8 kB]
12:00:02 #10 11.28 Get:17 http://archive.raspberrypi.org/debian buster/main armhf linux-libc-dev armhf 1:1.20220308~buster-1 [1012 kB]
12:00:02 #10 11.29 Get:18 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u4 [1463 kB]
12:00:02 #10 11.31 Get:19 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
12:00:02 #10 11.33 Get:20 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
12:00:02 #10 11.37 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
12:00:02 #10 11.37 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u4 [1663 kB]
12:00:02 #10 11.45 Get:23 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u4 [330 kB]
12:00:02 #10 11.46 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
12:00:02 #10 11.46 Get:25 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
12:00:02 #10 11.47 Get:26 http://archive.raspbian.org/raspbian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
12:00:02 #10 11.47 Get:27 http://archive.raspbian.org/raspbian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u2 [46.3 kB]
12:00:02 #10 11.47 Get:28 http://archive.raspbian.org/raspbian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
12:00:02 #10 11.50 Get:29 http://archive.raspbian.org/raspbian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
12:00:02 #10 11.50 Get:30 http://archive.raspbian.org/raspbian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.5 kB]
12:00:02 #10 11.51 Get:31 http://archive.raspbian.org/raspbian buster/main armhf gettext-base armhf 0.19.8.1-9 [117 kB]
12:00:02 #10 11.58 Get:32 http://archive.raspberrypi.org/debian buster/main armhf libc6-dev armhf 2.28-10+rpt2+rpi1+deb10u1 [2112 kB]
12:00:02 #10 11.59 Get:33 http://archive.raspbian.org/raspbian buster/main armhf xz-utils armhf 5.2.4-1+deb10u1 [179 kB]
12:00:02 #10 11.61 Get:34 http://archive.raspbian.org/raspbian buster/main armhf libsigsegv2 armhf 2.12-2 [32.3 kB]
12:00:02 #10 11.62 Get:35 http://archive.raspbian.org/raspbian buster/main armhf m4 armhf 1.4.18-2 [185 kB]
12:00:02 #10 11.64 Get:36 http://archive.raspbian.org/raspbian buster/main armhf autoconf all 2.69-11 [341 kB]
12:00:02 #10 11.71 Get:37 http://archive.raspbian.org/raspbian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
12:00:02 #10 11.76 Get:38 http://archive.raspbian.org/raspbian buster/main armhf automake all 1:1.16.1-4 [771 kB]
12:00:02 #10 11.77 Get:39 http://archive.raspbian.org/raspbian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
12:00:02 #10 11.78 Get:40 http://archive.raspbian.org/raspbian buster/main armhf binutils-common armhf 2.31.1-16+rpi2 [2075 kB]
12:00:02 #10 11.92 Get:41 http://archive.raspbian.org/raspbian buster/main armhf libbinutils armhf 2.31.1-16+rpi2 [302 kB]
12:00:02 #10 11.93 Get:42 http://archive.raspbian.org/raspbian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
12:00:02 #10 11.99 Get:43 http://archive.raspbian.org/raspbian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16+rpi2 [1814 kB]
12:00:02 #10 12.08 Get:44 http://archive.raspberrypi.org/debian buster/main armhf libdebhelper-perl all 13.2~bpo10+1 [188 kB]
12:00:02 #10 12.09 Get:45 http://archive.raspbian.org/raspbian buster/main armhf binutils armhf 2.31.1-16+rpi2 [57.0 kB]
12:00:02 #10 12.09 Get:46 http://archive.raspbian.org/raspbian buster/main armhf libisl19 armhf 0.20-2 [439 kB]
12:00:02 #10 12.11 Get:47 http://archive.raspbian.org/raspbian buster/main armhf libmpfr6 armhf 4.0.2-1 [723 kB]
12:00:02 #10 12.11 Get:48 http://archive.raspbian.org/raspbian buster/main armhf libmpc3 armhf 1.1.0-1 [32.1 kB]
12:00:02 #10 12.11 Get:49 http://archive.raspbian.org/raspbian buster/main armhf cpp-8 armhf 8.3.0-6+rpi1 [6787 kB]
12:00:02 #10 12.14 Get:50 http://archive.raspberrypi.org/debian buster/main armhf debhelper all 13.2~bpo10+1 [1009 kB]
12:00:02 #10 12.60 Get:51 http://archive.raspbian.org/raspbian buster/main armhf cpp armhf 4:8.3.0-1+rpi2 [19.6 kB]
12:00:02 #10 12.60 Get:52 http://archive.raspbian.org/raspbian buster/main armhf curl armhf 7.64.0-4+deb10u4 [255 kB]
12:00:02 #10 12.60 Get:53 http://archive.raspbian.org/raspbian buster/main armhf libcurl4 armhf 7.64.0-4+deb10u4 [295 kB]
12:00:02 #10 12.61 Get:54 http://archive.raspbian.org/raspbian buster/main armhf libcc1-0 armhf 8.3.0-6+rpi1 [37.9 kB]
12:00:02 #10 12.61 Get:55 http://archive.raspbian.org/raspbian buster/main armhf libgomp1 armhf 8.3.0-6+rpi1 [64.3 kB]
12:00:02 #10 12.62 Get:56 http://archive.raspbian.org/raspbian buster/main armhf libatomic1 armhf 8.3.0-6+rpi1 [8108 B]
12:00:02 #10 12.62 Get:57 http://archive.raspbian.org/raspbian buster/main armhf libasan5 armhf 8.3.0-6+rpi1 [317 kB]
12:00:02 #10 12.63 Get:58 http://archive.raspbian.org/raspbian buster/main armhf libubsan1 armhf 8.3.0-6+rpi1 [103 kB]
12:00:02 #10 12.65 Get:59 http://archive.raspbian.org/raspbian buster/main armhf libgcc-8-dev armhf 8.3.0-6+rpi1 [595 kB]
12:00:02 #10 12.81 Get:60 http://archive.raspbian.org/raspbian buster/main armhf gcc-8 armhf 8.3.0-6+rpi1 [7223 kB]
12:00:02 #10 13.25 Get:61 http://archive.raspbian.org/raspbian buster/main armhf gcc armhf 4:8.3.0-1+rpi2 [5200 B]
12:00:02 #10 13.25 Get:62 http://archive.raspbian.org/raspbian buster/main armhf libtool all 2.4.6-9 [547 kB]
12:00:02 #10 13.26 Get:63 http://archive.raspbian.org/raspbian buster/main armhf dh-autoreconf all 19 [16.9 kB]
12:00:02 #10 13.27 Get:64 http://archive.raspbian.org/raspbian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
12:00:02 #10 13.27 Get:65 http://archive.raspbian.org/raspbian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
12:00:02 #10 13.27 Get:66 http://archive.raspbian.org/raspbian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
12:00:02 #10 13.27 Get:67 http://archive.raspbian.org/raspbian buster/main armhf libdpkg-perl all 1.19.8 [1415 kB]
12:00:02 #10 13.33 Get:68 http://archive.raspbian.org/raspbian buster/main armhf patch armhf 2.7.6-3+deb10u1 [115 kB]
12:00:02 #10 13.33 Get:69 http://archive.raspbian.org/raspbian buster/main armhf make armhf 4.2.1-1.2 [321 kB]
12:00:02 #10 13.39 Get:70 http://archive.raspbian.org/raspbian buster/main armhf dpkg-dev all 1.19.8 [1776 kB]
12:00:02 #10 13.47 Get:71 http://archive.raspbian.org/raspbian buster/main armhf libelf1 armhf 0.176-1.1 [158 kB]
12:00:02 #10 13.49 Get:72 http://archive.raspbian.org/raspbian buster/main armhf dwz armhf 0.12-3 [66.0 kB]
12:00:02 #10 13.49 Get:73 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1079 kB]
12:00:02 #10 13.50 Get:74 http://archive.raspbian.org/raspbian buster/main armhf libicu63 armhf 63.1-6+deb10u3 [7973 kB]
12:00:02 #10 14.02 Get:75 http://archive.raspbian.org/raspbian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u5 [572 kB]
12:00:02 #10 14.02 Get:76 http://archive.raspbian.org/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB]
12:00:02 #10 14.04 Get:77 http://archive.raspbian.org/raspbian buster/main armhf gettext armhf 0.19.8.1-9 [1219 kB]
12:00:02 #10 14.06 Get:78 http://archive.raspbian.org/raspbian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:00:02 #10 14.06 Get:79 http://archive.raspbian.org/raspbian buster/main armhf po-debconf all 1.0.21 [248 kB]
12:00:02 #10 14.06 Get:80 http://archive.raspbian.org/raspbian buster/main armhf libfakeroot armhf 1.23-1 [43.3 kB]
12:00:02 #10 14.07 Get:81 http://archive.raspbian.org/raspbian buster/main armhf fakeroot armhf 1.23-1 [85.2 kB]
12:00:02 #10 14.07 Get:82 http://archive.raspbian.org/raspbian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
12:00:02 #10 14.07 Get:83 http://archive.raspbian.org/raspbian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
12:00:02 #10 14.10 Get:84 http://archive.raspbian.org/raspbian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b4 [33.0 kB]
12:00:02 #10 14.17 Get:85 http://archive.raspbian.org/raspbian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
12:00:02 #10 14.19 Get:86 http://archive.raspbian.org/raspbian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
12:00:02 #10 14.20 Get:87 http://archive.raspbian.org/raspbian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
12:00:02 #10 14.21 Get:88 http://archive.raspbian.org/raspbian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
12:00:02 #10 14.22 Get:89 http://archive.raspbian.org/raspbian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.1 kB]
12:00:02 #10 14.23 Get:90 http://archive.raspbian.org/raspbian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
12:00:02 #10 14.25 Get:91 http://archive.raspbian.org/raspbian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
12:00:02 #10 14.27 Get:92 http://archive.raspbian.org/raspbian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.3 kB]
12:00:02 #10 14.28 Get:93 http://archive.raspbian.org/raspbian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:00:02 #10 14.30 Get:94 http://archive.raspbian.org/raspbian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
12:00:02 #10 14.31 Get:95 http://archive.raspbian.org/raspbian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
12:00:02 #10 14.37 Get:96 http://archive.raspbian.org/raspbian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
12:00:02 #10 14.38 Get:97 http://archive.raspbian.org/raspbian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
12:00:02 #10 14.40 Get:98 http://archive.raspbian.org/raspbian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
12:00:02 #10 14.40 Get:99 http://archive.raspbian.org/raspbian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
12:00:02 #10 14.43 Get:100 http://archive.raspbian.org/raspbian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
12:00:02 #10 14.43 Get:101 http://archive.raspbian.org/raspbian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
12:00:02 #10 14.44 Get:102 http://archive.raspbian.org/raspbian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
12:00:02 #10 14.49 Get:103 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
12:00:02 #10 14.49 Get:104 http://archive.raspbian.org/raspbian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
12:00:02 #10 14.52 Get:105 http://archive.raspbian.org/raspbian buster/main armhf libhtml-parser-perl armhf 3.72-3+b2 [101 kB]
12:00:02 #10 14.55 Get:106 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
12:00:02 #10 14.75 Get:107 http://archive.raspbian.org/raspbian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
12:00:02 #10 14.92 Get:108 http://archive.raspbian.org/raspbian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
12:00:02 #10 14.95 Get:109 http://archive.raspbian.org/raspbian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
12:00:02 #10 15.08 Get:110 http://archive.raspbian.org/raspbian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
12:00:02 #10 15.08 Get:111 http://archive.raspbian.org/raspbian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:00:02 #10 15.09 Get:112 http://archive.raspbian.org/raspbian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
12:00:02 #10 15.15 Get:113 http://archive.raspbian.org/raspbian buster/main armhf libnet-ssleay-perl armhf 1.85-2+deb10u1 [286 kB]
12:00:02 #10 15.23 Get:114 http://archive.raspbian.org/raspbian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
12:00:02 #10 15.26 Get:115 http://archive.raspbian.org/raspbian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
12:00:02 #10 15.31 Get:116 http://archive.raspbian.org/raspbian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
12:00:02 #10 15.31 Get:117 http://archive.raspbian.org/raspbian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
12:00:02 #10 15.31 Get:118 http://archive.raspbian.org/raspbian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:00:02 #10 15.31 Get:119 http://archive.raspbian.org/raspbian buster/main armhf libwww-perl all 6.36-2 [188 kB]
12:00:02 #10 15.31 Get:120 http://archive.raspbian.org/raspbian buster/main armhf patchutils armhf 0.3.4-2 [83.1 kB]
12:00:02 #10 15.33 Get:121 http://archive.raspbian.org/raspbian buster/main armhf wdiff armhf 1.2.2-2 [120 kB]
12:00:02 #10 15.35 Get:122 http://archive.raspbian.org/raspbian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
12:00:02 #10 15.42 Get:123 http://archive.raspbian.org/raspbian buster/main armhf equivs all 2.2.0 [22.4 kB]
12:00:02 #10 15.42 Get:124 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u4 [293 kB]
12:00:02 #10 15.43 Get:125 http://archive.raspbian.org/raspbian buster/main armhf libpcre2-8-0 armhf 10.32-5 [184 kB]
12:00:02 #10 15.45 Get:126 http://archive.raspbian.org/raspbian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
12:00:02 #10 15.46 Get:127 http://archive.raspbian.org/raspbian buster/main armhf git-man all 1:2.20.1-2+deb10u7 [1623 kB]
12:00:02 #10 15.55 Get:128 http://archive.raspbian.org/raspbian buster/main armhf git armhf 1:2.20.1-2+deb10u7 [4189 kB]
12:00:02 #10 16.14 debconf: delaying package configuration, since apt-utils is not installed
12:00:02 #10 16.17 Fetched 69.6 MB in 6s (11.5 MB/s)
12:00:02 #10 16.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 ... 7700 files and directories currently installed.)
12:00:02 #10 16.23 Preparing to unpack .../libc6_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...
12:00:02 #10 16.47 Unpacking libc6:armhf (2.28-10+rpt2+rpi1+deb10u1) over (2.28-10+rpi1+deb10u2) ...
12:00:02 #10 ...
12:00:02 
12:00:02 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:02 #10 44.81 Preparing to unpack .../264-libtext-glob-perl_0.11-3_all.deb ...
12:00:02 #10 44.81 Unpacking libtext-glob-perl (0.11-3) ...
12:00:02 #11 45.48 Setting up libindirect-perl (0.39-2) ...
12:00:02 #11 45.49 Setting up libxs-parse-sublike-perl:amd64 (0.16-1ubuntu2) ...
12:00:02 #10 44.88 Selecting previously unselected package libfile-find-rule-perl.
12:00:02 #10 44.88 Preparing to unpack .../265-libfile-find-rule-perl_0.34-3_all.deb ...
12:00:02 #11 45.50 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:02 #11 45.52 Setting up libfreezethaw-perl (0.5001-2.1) ...
12:00:02 #10 44.89 Unpacking libfile-find-rule-perl (0.34-3) ...
12:00:02 #10 44.92 Selecting previously unselected package libfont-afm-perl.
12:00:02 #11 45.53 Setting up libobject-pad-perl (0.68-1) ...
12:00:02 #11 45.54 Setting up liberror-perl (0.17029-1) ...
12:00:02 #10 44.92 Preparing to unpack .../266-libfont-afm-perl_1.20-4_all.deb ...
12:00:02 #10 44.93 Unpacking libfont-afm-perl (1.20-4) ...
12:00:02 #11 45.55 Setting up libpython3.10-stdlib:amd64 (3.10.7-1ubuntu0.2) ...
12:00:02 #11 45.56 Setting up patchutils (0.4.2-1build2) ...
12:00:02 #10 44.97 Selecting previously unselected package libio-string-perl.
12:00:02 #10 44.97 Preparing to unpack .../267-libio-string-perl_1.08-4_all.deb ...
12:00:02 #11 45.57 Setting up libmail-sendmail-perl (0.80-2) ...
12:00:02 #11 45.58 Setting up libltdl-dev:amd64 (2.4.7-4) ...
12:00:02 #10 44.98 Unpacking libio-string-perl (1.08-4) ...
12:00:02 #10 45.00 Selecting previously unselected package libfont-ttf-perl.
12:00:02 #11 45.59 Setting up libjson-maybexs-perl (1.004003-1) ...
12:00:02 #11 45.60 Setting up libxml-sax-base-perl (1.09-2) ...
12:00:02 #10 45.01 Preparing to unpack .../268-libfont-ttf-perl_1.06-2_all.deb ...
12:00:02 #10 45.01 Unpacking libfont-ttf-perl (1.06-2) ...
12:00:02 #11 45.61 Setting up libio-string-perl (1.08-3.1) ...
12:00:02 #10 17.64 Selecting previously unselected package python3-minimal.
12:00:02 #10 17.64 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9507 files and directories currently installed.)
12:00:02 #10 17.64 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
12:00:02 #10 17.65 Unpacking python3-minimal (3.9.2-3) ...
12:00:02 #10 17.69 Selecting previously unselected package media-types.
12:00:02 #10 17.69 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
12:00:02 #10 17.70 Unpacking media-types (4.0.0) ...
12:00:02 #10 17.75 Selecting previously unselected package libmpdec3:armhf.
12:00:02 #10 17.75 Preparing to unpack .../2-libmpdec3_2.5.1-1_armhf.deb ...
12:00:02 #10 17.75 Unpacking libmpdec3:armhf (2.5.1-1) ...
12:00:02 #10 17.82 Selecting previously unselected package libncursesw6:armhf.
12:00:02 #10 17.82 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_armhf.deb ...
12:00:02 #10 17.83 Unpacking libncursesw6:armhf (6.2+20201114-2) ...
12:00:02 #10 17.90 Selecting previously unselected package readline-common.
12:00:02 #10 17.90 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
12:00:02 #10 17.90 Unpacking readline-common (8.1-1) ...
12:00:02 #10 17.96 Selecting previously unselected package libreadline8:armhf.
12:00:02 #10 17.96 Preparing to unpack .../5-libreadline8_8.1-1_armhf.deb ...
12:00:02 #10 17.97 Unpacking libreadline8:armhf (8.1-1) ...
12:00:02 #10 18.02 Selecting previously unselected package libsqlite3-0:armhf.
12:00:02 #10 18.02 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_armhf.deb ...
12:00:02 #10 36.37 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
12:00:02 #10 36.44 Selecting previously unselected package libksba8:armhf.
12:00:02 #10 36.44 Preparing to unpack .../120-libksba8_1.3.5-2ubuntu0.18.04.2_armhf.deb ...
12:00:02 #10 36.44 Unpacking libksba8:armhf (1.3.5-2ubuntu0.18.04.2) ...
12:00:02 #10 36.51 Selecting previously unselected package libnpth0:armhf.
12:00:02 #10 36.51 Preparing to unpack .../121-libnpth0_1.5-3_armhf.deb ...
12:00:02 #10 36.52 Unpacking libnpth0:armhf (1.5-3) ...
12:00:02 #10 36.56 Selecting previously unselected package dirmngr.
12:00:02 #10 36.56 Preparing to unpack .../122-dirmngr_2.2.4-1ubuntu1.6_armhf.deb ...
12:00:02 #10 36.58 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
12:00:02 #10 46.02 Setting up libfile-homedir-perl (1.002-1) ...
12:00:02 #10 46.03 Setting up libipc-system-simple-perl (1.25-4) ...
12:00:02 #10 46.04 Setting up libfile-basedir-perl (0.07-1) ...
12:00:02 #10 46.06 Setting up libstring-escape-perl (2010.002-2) ...
12:00:02 #10 46.07 Setting up libb-hooks-op-check-perl (0.22-1) ...
12:00:02 #10 46.09 Setting up libio-html-perl (1.001-1) ...
12:00:02 #10 46.10 Setting up libexporter-tiny-perl (1.000000-2) ...
12:00:02 #10 46.11 Setting up libarchive-cpio-perl (0.10-1) ...
12:00:02 #10 46.19 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ...
12:00:02 #10 46.20 Setting up libnumber-range-perl (0.12-1) ...
12:00:02 #10 46.21 Setting up liblist-compare-perl (0.53-1) ...
12:00:02 #9 43.57 (123/140): glibc-gconv-extra-2.36-9.fc37.aarch6  24 MB/s | 1.7 MB     00:00    
12:00:02 #9 43.58 (124/140): gnat-srpm-macros-5-1.fc37.noarch.rpm 524 kB/s | 8.3 kB     00:00    
12:00:02 #9 43.59 (125/140): perl-URI-5.17-1.fc37.noarch.rpm       11 MB/s | 123 kB     00:00    
12:00:02 #9 43.60 (126/140): gdb-minimal-12.1-7.fc37.aarch64.rpm   32 MB/s | 3.5 MB     00:00    
12:00:02 #9 43.60 (127/140): perl-Getopt-Long-2.54-1.fc37.noarch. 1.8 MB/s |  60 kB     00:00    
12:00:02 #9 43.61 (128/140): pyproject-srpm-macros-1.6.0-1.fc37.n 860 kB/s |  15 kB     00:00    
12:00:02 #9 43.63 (129/140): python3-zstandard-0.19.0-1.fc37.aarc  22 MB/s | 441 kB     00:00    
12:00:02 #9 43.63 (130/140): python-srpm-macros-3.11-5.fc37.noarc 956 kB/s |  24 kB     00:00    
12:00:02 #9 43.73 (131/140): python3-dbus-1.3.2-1.fc37.aarch64.rp 1.2 MB/s | 158 kB     00:00    
12:00:02 #9 43.74 (132/140): qt5-srpm-macros-5.15.8-1.fc37.noarch  72 kB/s | 8.0 kB     00:00    
12:00:02 #9 43.74 (133/140): redhat-rpm-config-229-1.fc37.noarch. 726 kB/s |  80 kB     00:00    
12:00:02 #9 43.74 (134/140): rpmautospec-rpm-macros-0.3.1-1.fc37. 1.0 MB/s | 8.8 kB     00:00    
12:00:02 #9 43.76 (135/140): rust-srpm-macros-23-1.fc37.noarch.rp 615 kB/s | 9.4 kB     00:00    
12:00:02 #9 43.76 (136/140): rpmlint-2.4.0-3.fc37.noarch.rpm       14 MB/s | 330 kB     00:00    
12:00:02 #10 17.80 debconf: delaying package configuration, since apt-utils is not installed
12:00:02 #10 17.87 Fetched 85.6 MB in 7s (12.2 MB/s)
12:00:02 #10 17.90 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10361 files and directories currently installed.)
12:00:02 #10 17.90 Preparing to unpack .../gcc-12-base_12.2.0-14+rpi1_armhf.deb ...
12:00:02 #10 17.92 Unpacking gcc-12-base:armhf (12.2.0-14+rpi1) over (12.2.0-10+rpi1) ...
12:00:02 #10 18.00 Setting up gcc-12-base:armhf (12.2.0-14+rpi1) ...
12:00:02 #10 18.07 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10361 files and directories currently installed.)
12:00:02 #10 18.07 Preparing to unpack .../libgcc-s1_12.2.0-14+rpi1_armhf.deb ...
12:00:02 #10 18.09 Unpacking libgcc-s1:armhf (12.2.0-14+rpi1) over (12.2.0-10+rpi1) ...
12:00:02 #10 18.15 Setting up libgcc-s1:armhf (12.2.0-14+rpi1) ...
12:00:02 #10 31.80 Unpacking libpsl5:armhf (0.20.2-2) ...
12:00:02 #10 31.86 Selecting previously unselected package librtmp1:armhf.
12:00:02 #10 31.87 Preparing to unpack .../065-librtmp1_2.4+20151223.gitfa8646d.1-2_armhf.deb ...
12:00:02 #10 31.87 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
12:00:02 #10 31.92 Selecting previously unselected package libssh2-1:armhf.
12:00:02 #10 31.92 Preparing to unpack .../066-libssh2-1_1.8.0-2.1_armhf.deb ...
12:00:02 #10 31.92 Unpacking libssh2-1:armhf (1.8.0-2.1) ...
12:00:02 #10 31.97 Selecting previously unselected package libcurl4:armhf.
12:00:02 #10 31.97 Preparing to unpack .../067-libcurl4_7.64.0-4+deb10u4_armhf.deb ...
12:00:02 #10 31.98 Unpacking libcurl4:armhf (7.64.0-4+deb10u4) ...
12:00:02 #10 32.07 Selecting previously unselected package curl.
12:00:02 #10 32.07 Preparing to unpack .../068-curl_7.64.0-4+deb10u4_armhf.deb ...
12:00:02 #12 33.16   Installing       : openblas-srpm-macros-2-2.el8.noarch                  72/91 
12:00:02 #12 33.16   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     73/91 
12:00:02 #12 33.17   Installing       : libipt-1.6.1-8.el8.x86_64                            74/91 
12:00:02 #12 33.19   Installing       : libatomic_ops-7.6.2-3.el8.x86_64                     75/91 
12:00:02 #10 44.48 Selecting previously unselected package libgpm2:amd64.
12:00:02 #10 44.48 Preparing to unpack .../256-libgpm2_1.20.7-8_amd64.deb ...
12:00:02 #10 44.48 Unpacking libgpm2:amd64 (1.20.7-8) ...
12:00:02 #10 44.65 Selecting previously unselected package libhash-fieldhash-perl.
12:00:02 #10 44.65 Preparing to unpack .../257-libhash-fieldhash-perl_0.15-1+b3_amd64.deb ...
12:00:02 #10 44.66 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
12:00:02 #10 44.68 Selecting previously unselected package libhtml-form-perl.
12:00:02 #10 44.69 Preparing to unpack .../258-libhtml-form-perl_6.07-1_all.deb ...
12:00:02 #10 44.69 Unpacking libhtml-form-perl (6.07-1) ...
12:00:02 #10 44.72 Selecting previously unselected package libhtml-format-perl.
12:00:02 #10 44.72 Preparing to unpack .../259-libhtml-format-perl_2.12-1.1_all.deb ...
12:00:02 #10 44.73 Unpacking libhtml-format-perl (2.12-1.1) ...
12:00:02 #10 44.76 Selecting previously unselected package libhtml-html5-entities-perl.
12:00:02 #10 44.76 Preparing to unpack .../260-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
12:00:02 #10 44.76 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
12:00:02 #10 44.79 Selecting previously unselected package libhttp-daemon-perl.
12:00:02 #10 44.79 Preparing to unpack .../261-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
12:00:02 #10 44.80 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
12:00:02 #10 44.83 Selecting previously unselected package libio-sessiondata-perl.
12:00:02 #10 19.04 Setting up libc6:armhf (2.31-13+rpt2+rpi1+deb11u5) ...
12:00:02 #10 46.64 Setting up python3-unidiff (0.5.4-1) ...
12:00:02 #11 42.74 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
12:00:02 #11 42.75 Setting up libglib2.0-0:arm64 (2.74.3-0ubuntu1) ...
12:00:02 #11 42.77 No schema files found: doing nothing.
12:00:02 #11 42.77 Setting up distro-info-data (0.54ubuntu0.1) ...
12:00:02 #11 42.78 Setting up manpages (5.13-1) ...
12:00:02 #11 42.80 Setting up libtirpc-common (1.3.3+ds-1) ...
12:00:02 #11 42.82 Setting up libargon2-1:arm64 (0~20171227-0.3) ...
12:00:02 #11 42.83 Setting up unzip (6.0-27ubuntu1) ...
12:00:02 #11 42.84 Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
12:00:02 #11 42.86 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
12:00:02 #11 42.87 Setting up libsqlite3-0:arm64 (3.39.3-1) ...
12:00:02 #11 42.89 Setting up libsasl2-modules:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:00:02 #11 42.91 Setting up libfcgi-bin (2.4.2-2build2) ...
12:00:02 #11 42.92 Setting up binutils-common:arm64 (2.39-3ubuntu1.1) ...
12:00:02 #11 42.94 Setting up libnghttp2-14:arm64 (1.49.0-1) ...
12:00:02 #11 42.95 Setting up libmagic1:arm64 (1:5.41-4) ...
12:00:02 #11 44.08 Setting up python3-xdg (0.26-1ubuntu1) ...
12:00:02 #11 44.25 Setting up man-db (2.9.1-1) ...
12:00:02 #11 29.41 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
12:00:02 #11 29.45 Selecting previously unselected package linux-libc-dev:armhf.
12:00:02 #11 29.45 Preparing to unpack .../075-linux-libc-dev_5.4.0-137.154_armhf.deb ...
12:00:02 #11 29.46 Unpacking linux-libc-dev:armhf (5.4.0-137.154) ...
12:00:02 #11 36.99 Selecting previously unselected package libstring-shellquote-perl.
12:00:02 #11 36.99 Preparing to unpack .../320-libstring-shellquote-perl_1.04-1_all.deb ...
12:00:02 #11 37.00 Unpacking libstring-shellquote-perl (1.04-1) ...
12:00:02 #11 37.04 Selecting previously unselected package libxs-parse-keyword-perl.
12:00:02 #11 37.04 Preparing to unpack .../321-libxs-parse-keyword-perl_0.21-1build1_arm64.deb ...
12:00:02 #11 37.04 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
12:00:02 #11 37.08 Selecting previously unselected package libsyntax-keyword-try-perl.
12:00:02 #11 37.08 Preparing to unpack .../322-libsyntax-keyword-try-perl_0.26-1build1_arm64.deb ...
12:00:02 #11 37.08 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
12:00:02 #11 37.12 Selecting previously unselected package libterm-readkey-perl.
12:00:02 #11 37.12 Preparing to unpack .../323-libterm-readkey-perl_2.38-1build4_arm64.deb ...
12:00:02 #11 37.12 Unpacking libterm-readkey-perl (2.38-1build4) ...
12:00:02 #11 37.16 Selecting previously unselected package libtext-levenshteinxs-perl.
12:00:02 #11 37.16 Preparing to unpack .../324-libtext-levenshteinxs-perl_0.03-4build10_arm64.deb ...
12:00:02 #11 37.16 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
12:00:02 #11 37.20 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
12:00:02 #11 45.46 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:02 #11 45.57 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:02 #11 45.60 Setting up dh-strip-nondeterminism (1.13.0-1) ...
12:00:02 #11 45.61 Setting up libconst-fast-perl (0.014-1.1) ...
12:00:02 #11 45.62 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
12:00:02 #11 45.63 Setting up libdata-dpath-perl (0.58-1) ...
12:00:02 #11 45.64 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:00:02 #11 45.65 Setting up libpackage-stash-perl (0.39-1) ...
12:00:02 #11 45.67 Setting up libimport-into-perl (1.002005-1) ...
12:00:02 #11 45.68 Setting up libmoo-perl (2.005004-3) ...
12:00:02 #11 45.69 Setting up liblist-someutils-perl (0.58-1) ...
12:00:02 #11 45.70 Setting up debhelper (13.6ubuntu1) ...
12:00:02 #11 45.71 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
12:00:02 #11 45.72 Setting up equivs (2.3.1) ...
12:00:02 #11 45.73 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:00:02 #11 45.74 Setting up libb-hooks-endofscope-perl (0.25-1) ...
12:00:02 #11 45.75 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:02 #11 25.45 Unpacking libjson-c5:armhf (0.16-1) ...
12:00:02 #11 25.52 Selecting previously unselected package libcryptsetup12:armhf.
12:00:02 #11 25.52 Preparing to unpack .../004-libcryptsetup12_2%3a2.5.0-2ubuntu1_armhf.deb ...
12:00:02 #11 25.53 Unpacking libcryptsetup12:armhf (2:2.5.0-2ubuntu1) ...
12:00:02 #11 25.58 Selecting previously unselected package libfdisk1:armhf.
12:00:02 #11 25.58 Preparing to unpack .../005-libfdisk1_2.38-4ubuntu1_armhf.deb ...
12:00:02 #11 25.58 Unpacking libfdisk1:armhf (2.38-4ubuntu1) ...
12:00:02 #11 25.64 Selecting previously unselected package libkmod2:armhf.
12:00:02 #11 25.64 Preparing to unpack .../006-libkmod2_30+20220630-3ubuntu1_armhf.deb ...
12:00:02 #11 25.64 Unpacking libkmod2:armhf (30+20220630-3ubuntu1) ...
12:00:02 #11 25.67 Selecting previously unselected package libapparmor1:armhf.
12:00:02 #11 25.67 Preparing to unpack .../007-libapparmor1_3.0.7-1ubuntu2_armhf.deb ...
12:00:02 #11 25.68 Unpacking libapparmor1:armhf (3.0.7-1ubuntu2) ...
12:00:02 #10 46.38 137 added, 0 removed; done.
12:00:02 #10 18.03 Unpacking libsqlite3-0:armhf (3.34.1-3) ...
12:00:02 #10 18.15 Selecting previously unselected package libpython3.9-stdlib:armhf.
12:00:02 #10 18.15 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_armhf.deb ...
12:00:02 #10 18.16 Unpacking libpython3.9-stdlib:armhf (3.9.2-1) ...
12:00:02 #10 36.68 Selecting previously unselected package python3-pkg-resources.
12:00:02 #10 36.68 Preparing to unpack .../123-python3-pkg-resources_39.0.1-2ubuntu0.1_all.deb ...
12:00:02 #10 36.68 Unpacking python3-pkg-resources (39.0.1-2ubuntu0.1) ...
12:00:02 #10 36.79 Selecting previously unselected package python3-chardet.
12:00:02 #10 36.79 Preparing to unpack .../124-python3-chardet_3.0.4-1_all.deb ...
12:00:02 #10 36.79 Unpacking python3-chardet (3.0.4-1) ...
12:00:02 #10 36.83 Selecting previously unselected package python3-six.
12:00:02 #10 36.83 Preparing to unpack .../125-python3-six_1.11.0-2_all.deb ...
12:00:02 #10 36.84 Unpacking python3-six (1.11.0-2) ...
12:00:02 #10 36.87 Selecting previously unselected package python3-debian.
12:00:02 #10 36.87 Preparing to unpack .../126-python3-debian_0.1.32_all.deb ...
12:00:02 #10 36.88 Unpacking python3-debian (0.1.32) ...
12:00:02 #10 45.08 Selecting previously unselected package libfreezethaw-perl.
12:00:02 #10 45.08 Preparing to unpack .../269-libfreezethaw-perl_0.5001-3_all.deb ...
12:00:02 #10 45.08 Unpacking libfreezethaw-perl (0.5001-3) ...
12:00:02 #10 45.11 Selecting previously unselected package libsort-versions-perl.
12:00:02 #10 45.11 Preparing to unpack .../270-libsort-versions-perl_1.62-3_all.deb ...
12:00:02 #10 45.11 Unpacking libsort-versions-perl (1.62-3) ...
12:00:02 #10 45.14 Selecting previously unselected package libgit-wrapper-perl.
12:00:02 #10 45.14 Preparing to unpack .../271-libgit-wrapper-perl_0.048-2_all.deb ...
12:00:02 #10 45.15 Unpacking libgit-wrapper-perl (0.048-2) ...
12:00:02 #10 45.18 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:00:02 #10 45.18 Preparing to unpack .../272-libhttp-tiny-multipart-perl_0.08-2_all.deb ...
12:00:02 #10 45.18 Unpacking libhttp-tiny-multipart-perl (0.08-2) ...
12:00:02 #10 45.21 Selecting previously unselected package libio-prompter-perl.
12:00:02 #10 45.22 Preparing to unpack .../273-libio-prompter-perl_0.004015-2_all.deb ...
12:00:02 #10 45.22 Unpacking libio-prompter-perl (0.004015-2) ...
12:00:02 #10 45.25 Selecting previously unselected package libjson-perl.
12:00:02 #10 45.26 Preparing to unpack .../274-libjson-perl_4.10000-1_all.deb ...
12:00:02 #10 45.26 Unpacking libjson-perl (4.10000-1) ...
12:00:02 #10 45.30 Selecting previously unselected package liblog-any-perl.
12:00:02 #10 45.30 Preparing to unpack .../275-liblog-any-perl_1.713-1_all.deb ...
12:00:02 #10 45.30 Unpacking liblog-any-perl (1.713-1) ...
12:00:02 #10 45.35 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:00:02 #10 45.35 Preparing to unpack .../276-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
12:00:02 #10 45.35 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
12:00:02 #10 45.38 Selecting previously unselected package libpackage-stash-perl.
12:00:02 #10 45.39 Preparing to unpack .../277-libpackage-stash-perl_0.40-1_all.deb ...
12:00:02 #10 45.39 Unpacking libpackage-stash-perl (0.40-1) ...
12:00:02 #10 46.23 Setting up autoconf (2.69-11) ...
12:00:02 #10 46.24 Setting up libpath-iterator-rule-perl (1.009-1) ...
12:00:02 #10 46.26 Setting up python3-gpg (1.10.0-1ubuntu2) ...
12:00:02 #10 46.49 Setting up libnet-dns-perl (1.10-2) ...
12:00:02 #10 46.50 Setting up libsub-identify-perl (0.14-1) ...
12:00:02 #10 46.52 Setting up libpod-constants-perl (0.19-1) ...
12:00:02 #10 46.53 Setting up libsort-versions-perl (1.62-1) ...
12:00:02 #10 46.55 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
12:00:02 #10 46.56 Setting up libdynaloader-functions-perl (0.003-1) ...
12:00:02 #10 46.57 Setting up libsub-exporter-perl (0.987-1) ...
12:00:02 #10 46.58 Setting up xauth (1:1.0.10-1) ...
12:00:02 #10 46.60 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:02 #8 ...
12:00:02 
12:00:02 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:02 #11 28.25 Selecting previously unselected package autopoint.
12:00:02 #11 28.25 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ...
12:00:02 #11 28.27 Unpacking autopoint (0.21-4ubuntu4) ...
12:00:02 #11 28.30 Selecting previously unselected package binutils-common:armhf.
12:00:02 #11 28.30 Preparing to unpack .../057-binutils-common_2.38-4ubuntu2.1_armhf.deb ...
12:00:02 #11 28.31 Unpacking binutils-common:armhf (2.38-4ubuntu2.1) ...
12:00:02 #11 28.34 Selecting previously unselected package libbinutils:armhf.
12:00:02 #11 28.34 Preparing to unpack .../058-libbinutils_2.38-4ubuntu2.1_armhf.deb ...
12:00:02 #11 28.35 Unpacking libbinutils:armhf (2.38-4ubuntu2.1) ...
12:00:02 #11 28.40 Selecting previously unselected package libctf-nobfd0:armhf.
12:00:02 #11 28.40 Preparing to unpack .../059-libctf-nobfd0_2.38-4ubuntu2.1_armhf.deb ...
12:00:02 #10 18.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 ... 10361 files and directories currently installed.)
12:00:02 #10 18.22 Preparing to unpack .../libatomic1_12.2.0-14+rpi1_armhf.deb ...
12:00:02 #10 18.25 Unpacking libatomic1:armhf (12.2.0-14+rpi1) over (12.2.0-10+rpi1) ...
12:00:02 #10 32.07 Unpacking curl (7.64.0-4+deb10u4) ...
12:00:02 #10 32.15 Selecting previously unselected package dctrl-tools.
12:00:02 #10 32.15 Preparing to unpack .../069-dctrl-tools_2.24-3_armhf.deb ...
12:00:02 #10 32.16 Unpacking dctrl-tools (2.24-3) ...
12:00:02 #10 32.22 Selecting previously unselected package libtool.
12:00:02 #10 32.22 Preparing to unpack .../070-libtool_2.4.6-9_all.deb ...
12:00:02 #10 32.23 Unpacking libtool (2.4.6-9) ...
12:00:02 #10 32.32 Selecting previously unselected package dh-autoreconf.
12:00:02 #10 32.32 Preparing to unpack .../071-dh-autoreconf_19_all.deb ...
12:00:02 #12 33.21   Installing       : gc-7.6.4-3.el8.x86_64                                76/91 
12:00:02 #12 33.58   Installing       : guile-5:2.0.14-7.el8.x86_64                          77/91 
12:00:02 #10 44.83 Preparing to unpack .../262-libio-sessiondata-perl_1.03-1.1_all.deb ...
12:00:02 #10 44.83 Unpacking libio-sessiondata-perl (1.03-1.1) ...
12:00:02 #10 44.86 Selecting previously unselected package libipc-run3-perl.
12:00:02 #10 44.87 Preparing to unpack .../263-libipc-run3-perl_0.048-2_all.deb ...
12:00:02 #10 44.87 Unpacking libipc-run3-perl (0.048-2) ...
12:00:02 #10 44.91 Selecting previously unselected package libtypes-serialiser-perl.
12:00:02 #10 44.91 Preparing to unpack .../264-libtypes-serialiser-perl_1.01-1_all.deb ...
12:00:02 #10 44.91 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:00:02 #10 44.94 Selecting previously unselected package libjson-xs-perl.
12:00:02 #10 44.95 Preparing to unpack .../265-libjson-xs-perl_4.030-1+b1_amd64.deb ...
12:00:02 #10 44.95 Unpacking libjson-xs-perl (4.030-1+b1) ...
12:00:02 #10 44.99 Selecting previously unselected package libjson-maybexs-perl.
12:00:02 #10 44.99 Preparing to unpack .../266-libjson-maybexs-perl_1.004003-1_all.deb ...
12:00:02 #10 45.00 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:00:02 #10 45.03 Selecting previously unselected package libldap-common.
12:00:02 #10 45.03 Preparing to unpack .../267-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
12:00:02 #10 45.04 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
12:00:02 #10 45.07 Selecting previously unselected package liblist-compare-perl.
12:00:02 #10 46.78 Setting up binutils (2.30-21ubuntu1~18.04.8) ...
12:00:02 #10 46.79 Setting up libunicode-utf8-perl (0.60-1build4) ...
12:00:02 #10 46.80 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:00:02 #10 46.82 Setting up libparams-util-perl (1.07-3build3) ...
12:00:02 #10 46.83 Setting up libsub-name-perl (0.21-1build1) ...
12:00:02 #10 46.84 Setting up openssh-client (1:7.6p1-4ubuntu0.7) ...
12:00:02 #10 46.93 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
12:00:02 #10 46.94 Setting up libsub-quote-perl (2.005000-1) ...
12:00:02 #10 46.95 Setting up libfcgi-perl (0.78-2build1) ...
12:00:02 #10 46.97 Setting up libwww-robotrules-perl (6.01-1) ...
12:00:02 #10 46.98 Setting up python3-debian (0.1.32) ...
12:00:02 #11 44.39 Building database of manual pages ...
12:00:02 #11 42.97 Setting up libdeflate0:arm64 (1.12-1) ...
12:00:02 #11 42.99 Setting up less (590-1build1) ...
12:00:02 #11 43.01 Setting up perl-openssl-defaults:arm64 (7) ...
12:00:02 #11 43.02 Setting up linux-libc-dev:arm64 (5.19.0-29.30) ...
12:00:02 #11 43.04 Setting up libctf-nobfd0:arm64 (2.39-3ubuntu1.1) ...
12:00:02 #11 43.05 Setting up gettext-base (0.21-8) ...
12:00:02 #11 43.06 Setting up m4 (1.4.19-1) ...
12:00:02 #11 43.07 Setting up liblzo2-2:arm64 (2.10-2build3) ...
12:00:02 #11 43.08 Setting up libnpth0:arm64 (1.6-3build2) ...
12:00:02 #11 43.09 Setting up krb5-locales (1.20-1ubuntu0.1) ...
12:00:02 #11 43.11 Setting up file (1:5.41-4) ...
12:00:02 #11 43.12 Setting up libassuan0:arm64 (2.5.5-4) ...
12:00:02 #11 43.13 Setting up libgomp1:arm64 (12.2.0-3ubuntu1) ...
12:00:02 #11 43.14 Setting up perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
12:00:02 #11 43.15 Setting up bzip2 (1.0.8-5build1) ...
12:00:02 #11 43.16 Setting up libldap-common (2.5.13+dfsg-1ubuntu1) ...
12:00:02 #11 43.18 Setting up libunwind8:arm64 (1.6.2-0ubuntu1) ...
12:00:02 #11 43.19 Setting up libjbig0:arm64 (2.1-3.1ubuntu0.22.10.1) ...
12:00:02 #11 43.20 Setting up libfakeroot:arm64 (1.29-1ubuntu1) ...
12:00:02 #11 43.22 Setting up libkrb5support0:arm64 (1.20-1ubuntu0.1) ...
12:00:02 #11 43.23 Setting up libnumber-compare-perl (0.03-2) ...
12:00:02 #11 43.24 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:00:02 #11 43.25 Setting up fakeroot (1.29-1ubuntu1) ...
12:00:02 #11 43.27 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:02 #10 44.87 Setting up g++-10 (10.2.1-6) ...
12:00:02 #10 44.89 Setting up libxpm4:arm64 (1:3.5.12-1) ...
12:00:02 #10 44.90 Setting up libtool (2.4.6-15) ...
12:00:02 #10 44.91 Setting up fontconfig-config (2.13.1-4.2) ...
12:00:02 #11 29.76 Selecting previously unselected package libcrypt-dev:armhf.
12:00:02 #11 29.76 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_armhf.deb ...
12:00:02 #11 29.77 Unpacking libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
12:00:02 #11 29.83 Selecting previously unselected package libc6-dev:armhf.
12:00:02 #11 29.83 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.9_armhf.deb ...
12:00:02 #11 37.20 Preparing to unpack .../325-libtext-markdown-discount-perl_0.13-1build1_arm64.deb ...
12:00:02 #11 37.21 Unpacking libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
12:00:02 #11 37.24 Selecting previously unselected package libtext-xslate-perl:arm64.
12:00:02 #11 37.24 Preparing to unpack .../326-libtext-xslate-perl_3.5.9-1build1_arm64.deb ...
12:00:02 #11 37.25 Unpacking libtext-xslate-perl:arm64 (3.5.9-1build1) ...
12:00:02 #11 37.29 Selecting previously unselected package libtime-duration-perl.
12:00:02 #11 37.30 Preparing to unpack .../327-libtime-duration-perl_1.21-1_all.deb ...
12:00:02 #11 37.30 Unpacking libtime-duration-perl (1.21-1) ...
12:00:02 #11 37.33 Selecting previously unselected package libtime-moment-perl.
12:00:02 #11 37.33 Preparing to unpack .../328-libtime-moment-perl_0.44-1build6_arm64.deb ...
12:00:02 #11 37.34 Unpacking libtime-moment-perl (0.44-1build6) ...
12:00:02 #11 37.37 Selecting previously unselected package libtype-tiny-xs-perl.
12:00:02 #11 37.37 Preparing to unpack .../329-libtype-tiny-xs-perl_0.022-1build2_arm64.deb ...
12:00:02 #11 37.38 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
12:00:02 #11 37.41 Selecting previously unselected package libunicode-utf8-perl.
12:00:02 #11 37.42 Preparing to unpack .../330-libunicode-utf8-perl_0.62-1build4_arm64.deb ...
12:00:02 #11 37.42 Unpacking libunicode-utf8-perl (0.62-1build4) ...
12:00:02 #11 37.45 Selecting previously unselected package libxml-namespacesupport-perl.
12:00:02 #10 49.42 Selecting previously unselected package psmisc.
12:00:02 #10 49.42 Preparing to unpack .../321-psmisc_23.2-1+deb10u1_amd64.deb ...
12:00:02 #10 49.42 Unpacking psmisc (23.2-1+deb10u1) ...
12:00:02 #10 49.48 Selecting previously unselected package publicsuffix.
12:00:02 #10 49.48 Preparing to unpack .../322-publicsuffix_20220811.1734-0+deb10u1_all.deb ...
12:00:02 #10 49.49 Unpacking publicsuffix (20220811.1734-0+deb10u1) ...
12:00:02 #10 49.54 Selecting previously unselected package python-apt-common.
12:00:02 #10 49.54 Preparing to unpack .../323-python-apt-common_1.8.4.3_all.deb ...
12:00:02 #10 49.54 Unpacking python-apt-common (1.8.4.3) ...
12:00:02 #10 49.60 Selecting previously unselected package python3-apt.
12:00:02 #10 49.61 Preparing to unpack .../324-python3-apt_1.8.4.3_amd64.deb ...
12:00:02 #10 49.61 Unpacking python3-apt (1.8.4.3) ...
12:00:02 #10 49.66 Selecting previously unselected package python3-certifi.
12:00:02 #10 49.66 Preparing to unpack .../325-python3-certifi_2018.8.24-1_all.deb ...
12:00:02 #10 49.67 Unpacking python3-certifi (2018.8.24-1) ...
12:00:02 #10 49.73 Selecting previously unselected package python3-idna.
12:00:02 #11 45.77 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:00:02 #11 45.78 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:00:02 #11 45.79 Setting up libmoox-struct-perl (0.020-1) ...
12:00:02 #11 45.80 Setting up lintian (2.114.0ubuntu1.2) ...
12:00:02 #11 45.81 Setting up licensecheck (3.2.14-2) ...
12:00:02 #11 45.83 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:02 #11 45.84 Setting up libwww-perl (6.61-1) ...
12:00:02 #11 45.85 Setting up devscripts (2.22.1ubuntu1) ...
12:00:02 #11 45.99 Setting up libxml-parser-perl:amd64 (2.46-3build1) ...
12:00:02 #11 46.01 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:02 #10 42.38 Fedora Modular 37 - x86_64 - Updates            1.1 MB/s | 1.1 MB     00:01    
12:00:03 #11 25.74 Selecting previously unselected package libip4tc2:armhf.
12:00:03 #11 25.74 Preparing to unpack .../008-libip4tc2_1.8.7-1ubuntu6_armhf.deb ...
12:00:03 #11 25.74 Unpacking libip4tc2:armhf (1.8.7-1ubuntu6) ...
12:00:03 #11 25.78 Selecting previously unselected package libsystemd-shared:armhf.
12:00:03 #11 25.78 Preparing to unpack .../009-libsystemd-shared_251.4-1ubuntu7_armhf.deb ...
12:00:03 #11 25.79 Unpacking libsystemd-shared:armhf (251.4-1ubuntu7) ...
12:00:03 #11 25.93 Selecting previously unselected package systemd.
12:00:03 #11 25.93 Preparing to unpack .../010-systemd_251.4-1ubuntu7_armhf.deb ...
12:00:03 #10 18.43 Selecting previously unselected package python3.9.
12:00:03 #10 18.43 Preparing to unpack .../8-python3.9_3.9.2-1_armhf.deb ...
12:00:03 #10 18.44 Unpacking python3.9 (3.9.2-1) ...
12:00:03 #10 18.50 Selecting previously unselected package libpython3-stdlib:armhf.
12:00:03 #10 18.50 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_armhf.deb ...
12:00:03 #10 18.50 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
12:00:03 #10 36.92 Selecting previously unselected package gnupg-l10n.
12:00:03 #10 36.92 Preparing to unpack .../127-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
12:00:03 #10 36.93 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:00:03 #10 36.98 Selecting previously unselected package gnupg-utils.
12:00:03 #10 36.98 Preparing to unpack .../128-gnupg-utils_2.2.4-1ubuntu1.6_armhf.deb ...
12:00:03 #10 37.00 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
12:00:03 #10 37.06 Selecting previously unselected package gpg.
12:00:03 #10 37.06 Preparing to unpack .../129-gpg_2.2.4-1ubuntu1.6_armhf.deb ...
12:00:03 #10 ...
12:00:03 
12:00:03 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:03 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 14.9s
12:00:03 #7 ...
12:00:03 
12:00:03 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:03 #10 37.07 Unpacking gpg (2.2.4-1ubuntu1.6) ...
12:00:03 #10 37.18 Selecting previously unselected package pinentry-curses.
12:00:03 #10 37.18 Preparing to unpack .../130-pinentry-curses_1.1.0-1_armhf.deb ...
12:00:03 #11 46.79 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:00:03 #11 46.80 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
12:00:03 #11 46.81 Setting up gpg (2.2.19-3ubuntu2.2) ...
12:00:03 #11 46.83 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
12:00:03 #11 46.84 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
12:00:03 #11 46.86 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.4) ...
12:00:03 #11 46.87 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
12:00:03 #10 46.61 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ...
12:00:03 #10 46.63 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
12:00:03 #10 46.64 Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
12:00:03 #10 46.65 Setting up dput (1.0.1ubuntu1) ...
12:00:03 #10 46.82 Setting up libstring-copyright-perl (0.003005-1) ...
12:00:03 #10 46.83 Setting up libhtml-parser-perl (3.72-3build1) ...
12:00:03 #10 46.84 Setting up automake (1:1.15.1-3ubuntu2) ...
12:00:03 #10 46.86 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
12:00:03 #11 28.41 Unpacking libctf-nobfd0:armhf (2.38-4ubuntu2.1) ...
12:00:03 #11 28.48 Selecting previously unselected package libctf0:armhf.
12:00:03 #11 28.48 Preparing to unpack .../060-libctf0_2.38-4ubuntu2.1_armhf.deb ...
12:00:03 #11 28.48 Unpacking libctf0:armhf (2.38-4ubuntu2.1) ...
12:00:03 #11 28.53 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:00:03 #11 28.53 Preparing to unpack .../061-binutils-arm-linux-gnueabihf_2.38-4ubuntu2.1_armhf.deb ...
12:00:03 #11 28.53 Unpacking binutils-arm-linux-gnueabihf (2.38-4ubuntu2.1) ...
12:00:03 #11 28.69 Selecting previously unselected package binutils.
12:00:03 #11 28.69 Preparing to unpack .../062-binutils_2.38-4ubuntu2.1_armhf.deb ...
12:00:03 #11 28.70 Unpacking binutils (2.38-4ubuntu2.1) ...
12:00:03 #11 28.73 Selecting previously unselected package libc-dev-bin.
12:00:03 #11 28.73 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3.1_armhf.deb ...
12:00:03 #11 28.74 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
12:00:03 #11 28.78 Selecting previously unselected package linux-libc-dev:armhf.
12:00:03 #11 28.78 Preparing to unpack .../064-linux-libc-dev_5.15.0-58.64_armhf.deb ...
12:00:03 #10 18.31 Preparing to unpack .../libstdc++6_12.2.0-14+rpi1_armhf.deb ...
12:00:03 #10 18.36 Unpacking libstdc++6:armhf (12.2.0-14+rpi1) over (12.2.0-10+rpi1) ...
12:00:03 #10 18.51 Setting up libstdc++6:armhf (12.2.0-14+rpi1) ...
12:00:03 #10 32.33 Unpacking dh-autoreconf (19) ...
12:00:03 #10 32.36 Selecting previously unselected package libarchive-zip-perl.
12:00:03 #10 32.36 Preparing to unpack .../072-libarchive-zip-perl_1.64-1_all.deb ...
12:00:03 #10 32.37 Unpacking libarchive-zip-perl (1.64-1) ...
12:00:03 #10 32.41 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:00:03 #10 32.41 Preparing to unpack .../073-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
12:00:03 #10 32.41 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
12:00:03 #10 32.45 Selecting previously unselected package dh-strip-nondeterminism.
12:00:03 #10 32.45 Preparing to unpack .../074-dh-strip-nondeterminism_1.1.2-1_all.deb ...
12:00:03 #10 32.46 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
12:00:03 #10 32.50 Selecting previously unselected package dwz.
12:00:03 #10 32.50 Preparing to unpack .../075-dwz_0.12-3_armhf.deb ...
12:00:03 #10 32.51 Unpacking dwz (0.12-3) ...
12:00:03 #12 33.60   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          77/91 
12:00:03 #10 45.07 Preparing to unpack .../268-liblist-compare-perl_0.55-1_all.deb ...
12:00:03 #10 45.08 Unpacking liblist-compare-perl (0.55-1) ...
12:00:03 #10 45.11 Selecting previously unselected package liblist-someutils-perl.
12:00:03 #10 45.12 Preparing to unpack .../269-liblist-someutils-perl_0.58-1_all.deb ...
12:00:03 #10 45.12 Unpacking liblist-someutils-perl (0.58-1) ...
12:00:03 #10 45.16 Selecting previously unselected package liblist-someutils-xs-perl.
12:00:03 #10 45.16 Preparing to unpack .../270-liblist-someutils-xs-perl_0.58-2+b1_amd64.deb ...
12:00:03 #10 45.16 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
12:00:03 #10 45.19 Selecting previously unselected package liblist-utilsby-perl.
12:00:03 #10 45.20 Preparing to unpack .../271-liblist-utilsby-perl_0.11-1_all.deb ...
12:00:03 #10 45.20 Unpacking liblist-utilsby-perl (0.11-1) ...
12:00:03 #10 45.23 Selecting previously unselected package libltdl7:amd64.
12:00:03 #10 45.24 Preparing to unpack .../272-libltdl7_2.4.6-15_amd64.deb ...
12:00:03 #10 45.24 Unpacking libltdl7:amd64 (2.4.6-15) ...
12:00:03 #10 45.29 Selecting previously unselected package libltdl-dev:amd64.
12:00:03 #10 47.14 Setting up libauthen-sasl-perl (2.1600-1) ...
12:00:03 #10 47.15 Setting up libclass-accessor-perl (0.51-1) ...
12:00:03 #10 47.17 Setting up libsort-key-perl (1.33-2) ...
12:00:03 #10 47.18 Setting up libhtml-tagset-perl (3.20-3) ...
12:00:03 #10 47.19 Setting up libpath-tiny-perl (0.104-1) ...
12:00:03 #10 47.20 Setting up libnet-domain-tld-perl (1.75-1) ...
12:00:03 #10 47.21 Setting up libsub-install-perl (0.928-1) ...
12:00:03 #10 47.22 Setting up libdata-optlist-perl (0.110-1) ...
12:00:03 #10 47.23 Setting up libio-stringy-perl (2.111-2) ...
12:00:03 #10 47.24 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:03 #10 47.25 Setting up libtry-tiny-perl (0.30-1) ...
12:00:03 #10 47.26 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:00:03 #10 47.28 Setting up libfont-afm-perl (1.20-2) ...
12:00:03 #11 44.63 Setting up libgpgme11:arm64 (1.13.1-7ubuntu2) ...
12:00:03 #11 44.64 Setting up python3-six (1.14.0-2) ...
12:00:03 #11 43.27 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:03 #11 43.27 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:03 #11 43.27 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:03 #11 43.27 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:03 #11 43.27 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:03 #11 43.27 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:03 #11 43.27 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:03 #11 43.27 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:03 #11 43.28 Setting up autotools-dev (20220109.1) ...
12:00:03 #11 43.29 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
12:00:03 #11 43.30 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
12:00:03 #11 43.32 Setting up libx11-data (2:1.8.1-2) ...
12:00:03 #11 43.35 Setting up make (4.3-4.1build1) ...
12:00:03 #11 43.36 Setting up libmpfr6:arm64 (4.1.0-3build3) ...
12:00:03 #11 43.38 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
12:00:03 #11 43.39 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:00:03 #11 43.41 Setting up liblerc3:arm64 (3.0+ds-1ubuntu1) ...
12:00:03 #11 43.42 Setting up lzip (1.23-4) ...
12:00:03 #11 43.43 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
12:00:03 #11 43.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist
12:00:03 #11 43.43 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:00:03 #11 43.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist
12:00:03 #11 43.44 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:00:03 #11 43.44 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist
12:00:03 #11 43.45 Setting up strace (5.16-0ubuntu4) ...
12:00:03 #11 43.46 Setting up libdbus-1-3:arm64 (1.14.0-2ubuntu3) ...
12:00:03 #11 43.48 Setting up xz-utils (5.2.5-2.1) ...
12:00:03 #11 29.83 Unpacking libc6-dev:armhf (2.31-0ubuntu9.9) ...
12:00:03 #11 37.46 Preparing to unpack .../331-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
12:00:03 #11 37.46 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
12:00:03 #11 37.50 Selecting previously unselected package libxml-sax-base-perl.
12:00:03 #11 37.50 Preparing to unpack .../332-libxml-sax-base-perl_1.09-1.1_all.deb ...
12:00:03 #11 37.51 Unpacking libxml-sax-base-perl (1.09-1.1) ...
12:00:03 #11 37.56 Selecting previously unselected package libxml-sax-perl.
12:00:03 #11 37.56 Preparing to unpack .../333-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:00:03 #11 37.57 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:00:03 #11 37.61 Selecting previously unselected package libxml-libxml-perl.
12:00:03 #11 37.62 Preparing to unpack .../334-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_arm64.deb ...
12:00:03 #11 37.62 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:00:03 #13 8.150 (31/72): cpp-11.3.1-4.3.el9.x86_64.rpm          5.5 MB/s |  11 MB     00:01    
12:00:03 #10 49.73 Preparing to unpack .../326-python3-idna_2.6-1_all.deb ...
12:00:03 #10 49.74 Unpacking python3-idna (2.6-1) ...
12:00:03 #10 49.81 Selecting previously unselected package python3-magic.
12:00:03 #10 49.81 Preparing to unpack .../327-python3-magic_2%3a0.4.15-2_all.deb ...
12:00:03 #10 49.81 Unpacking python3-magic (2:0.4.15-2) ...
12:00:03 #10 49.85 Selecting previously unselected package python3-urllib3.
12:00:03 #10 49.86 Preparing to unpack .../328-python3-urllib3_1.24.1-1_all.deb ...
12:00:03 #10 49.86 Unpacking python3-urllib3 (1.24.1-1) ...
12:00:03 #10 49.91 Selecting previously unselected package python3-requests.
12:00:03 #10 49.92 Preparing to unpack .../329-python3-requests_2.21.0-1_all.deb ...
12:00:03 #10 49.92 Unpacking python3-requests (2.21.0-1) ...
12:00:03 #10 49.97 Selecting previously unselected package python3-unidiff.
12:00:03 #11 46.05 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:03 #11 46.10 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:03 #11 46.22 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:03 #11 46.24 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:00:03 #11 46.26 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
12:00:03 #11 25.97 Unpacking systemd (251.4-1ubuntu7) ...
12:00:03 #11 26.17 Selecting previously unselected package perl-modules-5.34.
12:00:03 #11 26.17 Preparing to unpack .../011-perl-modules-5.34_5.34.0-5ubuntu1.1_all.deb ...
12:00:03 #10 18.55 Setting up python3-minimal (3.9.2-3) ...
12:00:03 #10 46.86 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist
12:00:03 #10 46.86 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist
12:00:03 #10 46.86 Setting up libipc-run-perl (0.96-1) ...
12:00:03 #10 46.89 Setting up libcgi-pm-perl (4.38-1) ...
12:00:03 #10 46.90 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:00:03 #10 46.92 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
12:00:03 #10 47.10 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
12:00:03 #10 47.11 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
12:00:03 #10 37.19 Unpacking pinentry-curses (1.1.0-1) ...
12:00:03 #10 37.23 Selecting previously unselected package gpg-agent.
12:00:03 #10 37.23 Preparing to unpack .../131-gpg-agent_2.2.4-1ubuntu1.6_armhf.deb ...
12:00:03 #10 37.23 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
12:00:03 #10 37.31 Selecting previously unselected package gpg-wks-client.
12:00:03 #10 37.31 Preparing to unpack .../132-gpg-wks-client_2.2.4-1ubuntu1.6_armhf.deb ...
12:00:03 #10 37.31 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:00:03 #10 37.37 Selecting previously unselected package gpg-wks-server.
12:00:03 #10 37.37 Preparing to unpack .../133-gpg-wks-server_2.2.4-1ubuntu1.6_armhf.deb ...
12:00:03 #10 37.37 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:00:03 #10 37.42 Selecting previously unselected package gpgsm.
12:00:03 #11 28.79 Unpacking linux-libc-dev:armhf (5.15.0-58.64) ...
12:00:03 #10 18.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 ... 10361 files and directories currently installed.)
12:00:03 #10 18.64 Preparing to unpack .../libc6_2.36-8+rpi1_armhf.deb ...
12:00:03 #10 18.78 Unpacking libc6:armhf (2.36-8+rpi1) over (2.36-6+rpi1) ...
12:00:03 #10 32.73 Selecting previously unselected package libglib2.0-0:armhf.
12:00:03 #10 32.74 Preparing to unpack .../076-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ...
12:00:03 #10 32.74 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
12:00:03 #12 33.99   Installing       : gdb-headless-8.2-19.el8.x86_64                       78/91 
12:00:03 #12 34.00   Installing       : go-srpm-macros-2-17.el8.noarch                       79/91 
12:00:03 #12 34.01   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   80/91 
12:00:03 #12 34.03   Installing       : dwz-0.12-10.el8.x86_64                               81/91 
12:00:03 #12 34.04   Installing       : redhat-rpm-config-130-1.el8.noarch                   82/91 
12:00:03 #12 34.07   Installing       : rpm-build-4.14.3-26.el8.x86_64                       83/91 
12:00:03 #12 34.08   Installing       : dnf-plugins-core-4.0.21-18.el8.noarch                84/91 
12:00:03 #12 34.12   Installing       : rpmlint-1.10-14.el8.noarch                           85/91 
12:00:03 #12 34.14   Cleanup          : python3-dnf-plugins-core-4.0.21-14.el8.noarch        86/91 
12:00:03 #12 34.15   Cleanup          : python3-rpm-4.14.3-23.el8.x86_64                     87/91 
12:00:03 #12 34.16   Cleanup          : rpm-build-libs-4.14.3-23.el8.x86_64                  88/91 
12:00:03 #12 34.16   Running scriptlet: rpm-build-libs-4.14.3-23.el8.x86_64                  88/91 
12:00:03 #12 34.19   Cleanup          : rpm-4.14.3-23.el8.x86_64                             89/91 
12:00:03 #12 34.21   Cleanup          : rpm-libs-4.14.3-23.el8.x86_64                        90/91 
12:00:03 #12 34.21   Running scriptlet: rpm-libs-4.14.3-23.el8.x86_64                        90/91 
12:00:03 #10 45.30 Preparing to unpack .../273-libltdl-dev_2.4.6-15_amd64.deb ...
12:00:03 #10 45.30 Unpacking libltdl-dev:amd64 (2.4.6-15) ...
12:00:03 #10 45.39 Selecting previously unselected package liblzo2-2:amd64.
12:00:03 #10 45.39 Preparing to unpack .../274-liblzo2-2_2.10-2_amd64.deb ...
12:00:03 #10 45.39 Unpacking liblzo2-2:amd64 (2.10-2) ...
12:00:03 #10 45.43 Selecting previously unselected package libsys-hostname-long-perl.
12:00:03 #10 45.43 Preparing to unpack .../275-libsys-hostname-long-perl_1.5-2_all.deb ...
12:00:03 #10 45.44 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:00:03 #10 45.47 Selecting previously unselected package libmail-sendmail-perl.
12:00:03 #10 45.47 Preparing to unpack .../276-libmail-sendmail-perl_0.80-1.1_all.deb ...
12:00:03 #10 45.48 Unpacking libmail-sendmail-perl (0.80-1.1) ...
12:00:03 #10 45.51 Selecting previously unselected package libnet-smtp-ssl-perl.
12:00:03 #10 45.51 Preparing to unpack .../277-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:00:03 #10 45.52 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:00:03 #10 45.55 Selecting previously unselected package libmailtools-perl.
12:00:03 #10 45.55 Preparing to unpack .../278-libmailtools-perl_2.21-1_all.deb ...
12:00:03 #10 45.56 Unpacking libmailtools-perl (2.21-1) ...
12:00:03 #10 45.61 Selecting previously unselected package libmarkdown2:amd64.
12:00:03 #10 45.62 Preparing to unpack .../279-libmarkdown2_2.2.6-1_amd64.deb ...
12:00:03 #10 45.62 Unpacking libmarkdown2:amd64 (2.2.6-1) ...
12:00:03 #10 45.66 Selecting previously unselected package libmime-tools-perl.
12:00:03 #10 45.65 Selecting previously unselected package libsub-identify-perl.
12:00:03 #10 45.65 Preparing to unpack .../278-libsub-identify-perl_0.14-3_amd64.deb ...
12:00:03 #10 45.66 Unpacking libsub-identify-perl (0.14-3) ...
12:00:03 #10 45.69 Selecting previously unselected package libsub-name-perl:amd64.
12:00:03 #10 45.69 Preparing to unpack .../279-libsub-name-perl_0.26-2+b1_amd64.deb ...
12:00:03 #10 45.69 Unpacking libsub-name-perl:amd64 (0.26-2+b1) ...
12:00:03 #10 45.73 Selecting previously unselected package libnamespace-clean-perl.
12:00:03 #10 45.73 Preparing to unpack .../280-libnamespace-clean-perl_0.27-2_all.deb ...
12:00:03 #10 45.74 Unpacking libnamespace-clean-perl (0.27-2) ...
12:00:03 #10 45.77 Selecting previously unselected package libpath-tiny-perl.
12:00:03 #10 45.77 Preparing to unpack .../281-libpath-tiny-perl_0.144-1_all.deb ...
12:00:03 #10 45.77 Unpacking libpath-tiny-perl (0.144-1) ...
12:00:03 #10 45.81 Selecting previously unselected package libstrictures-perl.
12:00:03 #10 45.81 Preparing to unpack .../282-libstrictures-perl_2.000006-1_all.deb ...
12:00:03 #10 45.81 Unpacking libstrictures-perl (2.000006-1) ...
12:00:03 #10 45.84 Selecting previously unselected package libtype-tiny-perl.
12:00:03 #10 45.85 Preparing to unpack .../283-libtype-tiny-perl_2.002001-1_all.deb ...
12:00:03 #10 45.85 Unpacking libtype-tiny-perl (2.002001-1) ...
12:00:03 #10 45.92 Selecting previously unselected package libgitlab-api-v4-perl.
12:00:03 #10 45.92 Preparing to unpack .../284-libgitlab-api-v4-perl_0.26-2_all.deb ...
12:00:03 #10 45.92 Unpacking libgitlab-api-v4-perl (0.26-2) ...
12:00:03 #10 45.98 Selecting previously unselected package libglib2.0-0:amd64.
12:00:03 #10 47.29 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
12:00:03 #10 47.30 Setting up python3-apt (1.6.6) ...
12:00:03 #10 47.46 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
12:00:03 #10 47.47 Setting up libxext6:amd64 (2:1.3.3-1) ...
12:00:03 #10 47.49 Setting up po-debconf (1.0.20) ...
12:00:03 #10 47.50 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
12:00:03 #10 47.51 Setting up libio-socket-inet6-perl (2.72-2) ...
12:00:03 #10 47.52 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:00:03 #10 47.53 Setting up libio-pty-perl (1:1.08-1.1build4) ...
12:00:03 #10 47.54 Setting up libfile-which-perl (1.21-1) ...
12:00:03 #10 47.55 Setting up libencode-locale-perl (1.05-1) ...
12:00:03 #10 47.57 Setting up libperlio-gzip-perl (0.19-1build3) ...
12:00:03 #10 47.58 Setting up libtext-levenshtein-perl (0.13-1) ...
12:00:03 #10 47.59 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
12:00:03 #10 47.61 Setting up liberror-perl (0.17025-1) ...
12:00:03 #10 47.62 Setting up libvariable-magic-perl (0.62-1) ...
12:00:03 #10 47.64 Setting up libtimedate-perl (2.3000-2) ...
12:00:03 #11 44.78 Setting up libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
12:00:03 #11 44.79 Setting up perl (5.30.0-9ubuntu0.3) ...
12:00:03 #11 44.82 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
12:00:03 #11 44.83 Setting up python3-gpg (1.13.1-7ubuntu2) ...
12:00:03 #11 45.02 Setting up libdata-dump-perl (1.23-1) ...
12:00:03 #11 45.05 Setting up python3-certifi (2019.11.28-1) ...
12:00:03 #11 43.49 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:03 #11 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
12:00:03 #11 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
12:00:03 #11 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
12:00:03 #11 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
12:00:03 #11 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
12:00:03 #11 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
12:00:03 #11 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
12:00:03 #11 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
12:00:03 #11 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
12:00:03 #11 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
12:00:03 #11 43.50 Setting up t1utils (1.41-4build2) ...
12:00:03 #11 43.51 Setting up diffstat (1.64-1build2) ...
12:00:03 #11 43.52 Setting up libpng16-16:arm64 (1.6.38-2) ...
12:00:03 #11 43.54 Setting up libmpc3:arm64 (1.2.1-2build1) ...
12:00:03 #11 43.55 Setting up libatomic1:arm64 (12.2.0-3ubuntu1) ...
12:00:03 #11 43.56 Setting up patch (2.7.6-7build2) ...
12:00:03 #11 43.57 Setting up autopoint (0.21-8) ...
12:00:03 #11 43.59 Setting up fonts-dejavu-core (2.37-2build1) ...
12:00:03 #11 43.66 Setting up ucf (3.0043) ...
12:00:03 #11 30.18 Selecting previously unselected package gcc-9-base:armhf.
12:00:03 #11 30.18 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
12:00:03 #11 30.19 Unpacking gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
12:00:03 #11 30.23 Selecting previously unselected package libisl22:armhf.
12:00:03 #11 30.23 Preparing to unpack .../079-libisl22_0.22.1-1_armhf.deb ...
12:00:03 #11 30.24 Unpacking libisl22:armhf (0.22.1-1) ...
12:00:03 #14 4.082 (1/79): pcre2-10.32-3.el8.aarch64.rpm           933 kB/s | 219 kB     00:00    
12:00:03 #14 4.103 (2/79): autoconf-2.69-29.el8.noarch.rpm         2.7 MB/s | 710 kB     00:00    
12:00:03 #14 4.110 (3/79): automake-1.16.1-7.el8.noarch.rpm         25 MB/s | 713 kB     00:00    
12:00:03 #14 4.119 (4/79): annobin-10.94-1.el8.aarch64.rpm         3.5 MB/s | 963 kB     00:00    
12:00:03 #14 4.125 (5/79): cmake-filesystem-3.20.2-4.el8.aarch64.r 7.9 MB/s |  44 kB     00:00    
12:00:03 #14 4.131 (6/79): cmake-rpm-macros-3.20.2-4.el8.noarch.rp 7.5 MB/s |  44 kB     00:00    
12:00:03 #14 4.165 (7/79): cmake-data-3.20.2-4.el8.noarch.rpm       32 MB/s | 1.7 MB     00:00    
12:00:03 #14 4.339 (8/79): cpp-8.5.0-18.el8.aarch64.rpm             43 MB/s | 8.9 MB     00:00    
12:00:03 #14 4.346 (9/79): gcc-plugin-annobin-8.5.0-18.el8.aarch64 5.5 MB/s |  34 kB     00:00    
12:00:03 #14 4.353 (10/79): git-2.39.0-1.el8.aarch64.rpm            14 MB/s | 104 kB     00:00    
12:00:03 #11 37.73 Selecting previously unselected package libxml-parser-perl:arm64.
12:00:03 #11 37.73 Preparing to unpack .../335-libxml-parser-perl_2.46-3build1_arm64.deb ...
12:00:03 #11 37.74 Unpacking libxml-parser-perl:arm64 (2.46-3build1) ...
12:00:03 #11 37.79 Selecting previously unselected package libxml-sax-expat-perl.
12:00:03 #11 37.79 Preparing to unpack .../336-libxml-sax-expat-perl_0.51-1_all.deb ...
12:00:03 #11 37.79 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:00:03 #11 37.82 Selecting previously unselected package libyaml-libyaml-perl.
12:00:03 #11 37.83 Preparing to unpack .../337-libyaml-libyaml-perl_0.83+ds-1build1_arm64.deb ...
12:00:03 #11 37.83 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
12:00:03 #11 37.87 Selecting previously unselected package licensecheck.
12:00:03 #11 37.87 Preparing to unpack .../338-licensecheck_3.2.14-2_all.deb ...
12:00:03 #11 37.87 Unpacking licensecheck (3.2.14-2) ...
12:00:03 #11 37.91 Selecting previously unselected package libdevel-size-perl.
12:00:03 #11 37.91 Preparing to unpack .../339-libdevel-size-perl_0.83-1build4_arm64.deb ...
12:00:03 #11 37.91 Unpacking libdevel-size-perl (0.83-1build4) ...
12:00:03 #11 37.95 Selecting previously unselected package libipc-run3-perl.
12:00:03 #10 49.97 Preparing to unpack .../330-python3-unidiff_0.5.4-1_all.deb ...
12:00:03 #10 49.97 Unpacking python3-unidiff (0.5.4-1) ...
12:00:03 #10 50.01 Selecting previously unselected package python3-xdg.
12:00:03 #10 50.02 Preparing to unpack .../331-python3-xdg_0.25-5_all.deb ...
12:00:03 #10 50.02 Unpacking python3-xdg (0.25-5) ...
12:00:03 #10 50.08 Selecting previously unselected package shared-mime-info.
12:00:03 #10 50.08 Preparing to unpack .../332-shared-mime-info_1.10-1_amd64.deb ...
12:00:03 #10 50.08 Unpacking shared-mime-info (1.10-1) ...
12:00:03 #10 50.21 Selecting previously unselected package strace.
12:00:03 #11 46.27 Updating certificates in /etc/ssl/certs...
12:00:03 #11 26.18 Unpacking perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
12:00:03 #10 18.84 Selecting previously unselected package python3.
12:00:03 #10 18.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 ... 9945 files and directories currently installed.)
12:00:03 #10 18.84 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
12:00:03 #10 18.85 Unpacking python3 (3.9.2-3) ...
12:00:03 #10 18.91 Selecting previously unselected package less.
12:00:03 #10 18.91 Preparing to unpack .../001-less_551-2_armhf.deb ...
12:00:03 #10 18.91 Unpacking less (551-2) ...
12:00:03 #10 18.99 Selecting previously unselected package netbase.
12:00:03 #10 18.99 Preparing to unpack .../002-netbase_6.3_all.deb ...
12:00:03 #10 19.00 Unpacking netbase (6.3) ...
12:00:03 #10 47.14 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
12:00:03 #10 47.15 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
12:00:03 #10 47.22 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:03 #10 47.27 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:03 #10 37.42 Preparing to unpack .../134-gpgsm_2.2.4-1ubuntu1.6_armhf.deb ...
12:00:03 #10 37.43 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
12:00:03 #10 37.50 Selecting previously unselected package gnupg.
12:00:03 #10 37.50 Preparing to unpack .../135-gnupg_2.2.4-1ubuntu1.6_armhf.deb ...
12:00:03 #10 37.50 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
12:00:03 #10 37.56 Selecting previously unselected package libgpgme11:armhf.
12:00:03 #10 37.56 Preparing to unpack .../136-libgpgme11_1.10.0-1ubuntu2_armhf.deb ...
12:00:03 #10 37.57 Unpacking libgpgme11:armhf (1.10.0-1ubuntu2) ...
12:00:03 #10 37.62 Selecting previously unselected package python3-gpg.
12:00:03 #10 37.62 Preparing to unpack .../137-python3-gpg_1.10.0-1ubuntu2_armhf.deb ...
12:00:03 #10 37.63 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
12:00:03 #10 32.96 Selecting previously unselected package libcroco3:armhf.
12:00:03 #10 32.96 Preparing to unpack .../077-libcroco3_0.6.12-3_armhf.deb ...
12:00:03 #10 32.96 Unpacking libcroco3:armhf (0.6.12-3) ...
12:00:03 #10 33.02 Selecting previously unselected package libncurses6:armhf.
12:00:03 #10 33.02 Preparing to unpack .../078-libncurses6_6.1+20181013-2+deb10u3_armhf.deb ...
12:00:03 #10 33.03 Unpacking libncurses6:armhf (6.1+20181013-2+deb10u3) ...
12:00:03 #10 33.09 Selecting previously unselected package gettext.
12:00:03 #10 33.09 Preparing to unpack .../079-gettext_0.19.8.1-9_armhf.deb ...
12:00:03 #10 33.09 Unpacking gettext (0.19.8.1-9) ...
12:00:03 #12 34.24   Cleanup          : xz-libs-5.2.4-4.el8_6.x86_64                         91/91 
12:00:03 #12 34.25   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          91/91 
12:00:03 #12 34.26   Running scriptlet: xz-libs-5.2.4-4.el8_6.x86_64                         91/91 
12:00:03 #12 34.39   Verifying        : xz-libs-5.2.4-4.el8.x86_64                            1/91 
12:00:03 #12 34.39   Verifying        : xz-libs-5.2.4-4.el8_6.x86_64                          2/91 
12:00:03 #12 34.39   Verifying        : desktop-file-utils-0.26-1.el8.x86_64                  3/91 
12:00:03 #12 34.39   Verifying        : dwz-0.12-10.el8.x86_64                                4/91 
12:00:03 #12 34.39   Verifying        : efi-srpm-macros-3-3.el8.noarch                        5/91 
12:00:03 #12 34.39   Verifying        : gc-7.6.4-3.el8.x86_64                                 6/91 
12:00:03 #12 34.39   Verifying        : gdb-headless-8.2-19.el8.x86_64                        7/91 
12:00:03 #12 34.39   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    8/91 
12:00:03 #12 34.39   Verifying        : go-srpm-macros-2-17.el8.noarch                        9/91 
12:00:03 #12 34.39   Verifying        : guile-5:2.0.14-7.el8.x86_64                          10/91 
12:00:03 #12 34.39   Verifying        : libatomic_ops-7.6.2-3.el8.x86_64                     11/91 
12:00:03 #12 34.39   Verifying        : libipt-1.6.1-8.el8.x86_64                            12/91 
12:00:03 #12 34.39   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     13/91 
12:00:03 #12 34.39   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  14/91 
12:00:03 #12 34.39   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  15/91 
12:00:03 #12 34.39   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   16/91 
12:00:03 #12 34.39   Verifying        : perl-srpm-macros-1-25.el8.noarch                     17/91 
12:00:03 #12 34.39   Verifying        : python3-systemd-234-8.el8.x86_64                     18/91 
12:00:03 #12 34.39   Verifying        : qt5-srpm-macros-5.15.3-1.el8.noarch                  19/91 
12:00:03 #12 34.39   Verifying        : redhat-rpm-config-130-1.el8.noarch                   20/91 
12:00:03 #12 34.39   Verifying        : rpm-build-4.14.3-26.el8.x86_64                       21/91 
12:00:03 #12 34.39   Verifying        : rpmlint-1.10-14.el8.noarch                           22/91 
12:00:03 #12 34.39   Verifying        : rust-srpm-macros-5-2.el8.noarch                      23/91 
12:00:03 #12 34.39   Verifying        : zstd-1.4.4-1.el8.x86_64                              24/91 
12:00:03 #12 34.39   Verifying        : binutils-2.30-119.el8.x86_64                         25/91 
12:00:03 #12 34.39   Verifying        : bzip2-1.0.6-26.el8.x86_64                            26/91 
12:00:03 #12 34.39   Verifying        : cpio-2.12-11.el8.x86_64                              27/91 
12:00:03 #12 34.39   Verifying        : diffutils-3.6-6.el8.x86_64                           28/91 
12:00:03 #12 34.39   Verifying        : dnf-plugins-core-4.0.21-18.el8.noarch                29/91 
12:00:03 #12 34.39   Verifying        : elfutils-0.187-4.el8.x86_64                          30/91 
12:00:03 #12 34.39   Verifying        : elfutils-debuginfod-client-0.187-4.el8.x86_64        31/91 
12:00:03 #12 34.39   Verifying        : emacs-filesystem-1:26.1-9.el8.noarch                 32/91 
12:00:03 #12 34.39   Verifying        : file-5.33-21.el8.x86_64                              33/91 
12:00:03 #12 34.39   Verifying        : glibc-gconv-extra-2.28-211.el8.x86_64                34/91 
12:00:03 #12 34.39   Verifying        : groff-base-1.22.3-18.el8.x86_64                      35/91 
12:00:03 #12 34.39   Verifying        : libbabeltrace-1.5.4-4.el8.x86_64                     36/91 
12:00:03 #12 34.39   Verifying        : libpkgconf-1.4.2-1.el8.x86_64                        37/91 
12:00:03 #12 34.40   Verifying        : libtool-ltdl-2.4.6-25.el8.x86_64                     38/91 
12:00:03 #12 34.40   Verifying        : ncurses-6.1-9.20180224.el8.x86_64                    39/91 
12:00:03 #12 34.40   Verifying        : patch-2.7.6-11.el8.x86_64                            40/91 
12:00:03 #12 34.40   Verifying        : perl-Carp-1.42-396.el8.noarch                        41/91 
12:00:03 #12 34.40   Verifying        : perl-Encode-4:2.97-3.el8.x86_64                      42/91 
12:00:03 #12 34.40   Verifying        : perl-Errno-1.28-422.el8.x86_64                       43/91 
12:00:03 #12 34.40   Verifying        : perl-Exporter-5.72-396.el8.noarch                    44/91 
12:00:03 #12 34.40   Verifying        : perl-File-Path-2.15-2.el8.noarch                     45/91 
12:00:03 #12 34.40   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                46/91 
12:00:03 #12 34.40   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 47/91 
12:00:03 #12 34.40   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    48/91 
12:00:03 #12 34.40   Verifying        : perl-IO-1.38-422.el8.x86_64                          49/91 
12:00:03 #12 34.40   Verifying        : perl-MIME-Base64-3.15-396.el8.x86_64                 50/91 
12:00:03 #12 34.40   Verifying        : perl-PathTools-3.74-1.el8.x86_64                     51/91 
12:00:03 #12 34.40   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               52/91 
12:00:03 #12 34.40   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 53/91 
12:00:03 #12 34.40   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                54/91 
12:00:03 #12 34.40   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 55/91 
12:00:03 #12 34.40   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           56/91 
12:00:03 #12 34.40   Verifying        : perl-Socket-4:2.027-3.el8.x86_64                     57/91 
12:00:03 #12 34.40   Verifying        : perl-Storable-1:3.11-3.el8.x86_64                    58/91 
12:00:03 #12 34.40   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              59/91 
12:00:03 #12 34.40   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    60/91 
12:00:03 #12 34.40   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             61/91 
12:00:03 #12 34.40   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         62/91 
12:00:03 #12 34.40   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 63/91 
12:00:03 #12 34.40   Verifying        : perl-Unicode-Normalize-1.25-396.el8.x86_64           64/91 
12:00:03 #12 34.40   Verifying        : perl-constant-1.33-396.el8.noarch                    65/91 
12:00:03 #12 34.40   Verifying        : perl-interpreter-4:5.26.3-422.el8.x86_64             66/91 
12:00:03 #12 34.40   Verifying        : perl-libs-4:5.26.3-422.el8.x86_64                    67/91 
12:00:03 #12 34.40   Verifying        : perl-macros-4:5.26.3-422.el8.x86_64                  68/91 
12:00:03 #12 34.40   Verifying        : perl-parent-1:0.237-1.el8.noarch                     69/91 
12:00:03 #12 34.40   Verifying        : perl-podlators-4.11-1.el8.noarch                     70/91 
12:00:03 #12 34.40   Verifying        : perl-threads-1:2.21-2.el8.x86_64                     71/91 
12:00:03 #12 34.40   Verifying        : perl-threads-shared-1.58-2.el8.x86_64                72/91 
12:00:03 #12 34.40   Verifying        : pkgconf-1.4.2-1.el8.x86_64                           73/91 
12:00:03 #12 34.40   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        74/91 
12:00:03 #12 34.40   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.x86_64                75/91 
12:00:03 #12 34.40   Verifying        : python-rpm-macros-3-44.el8.noarch                    76/91 
12:00:03 #12 34.40   Verifying        : python-srpm-macros-3-44.el8.noarch                   77/91 
12:00:03 #12 34.40   Verifying        : python3-rpm-macros-3-44.el8.noarch                   78/91 
12:00:03 #12 34.40   Verifying        : unzip-6.0-46.el8.x86_64                              79/91 
12:00:03 #12 34.40   Verifying        : xz-5.2.4-4.el8.x86_64                                80/91 
12:00:03 #12 34.40   Verifying        : zip-3.0-23.el8.x86_64                                81/91 
12:00:03 #12 34.40   Verifying        : python3-dnf-plugins-core-4.0.21-18.el8.noarch        82/91 
12:00:03 #12 34.40   Verifying        : python3-dnf-plugins-core-4.0.21-14.el8.noarch        83/91 
12:00:03 #12 34.40   Verifying        : python3-rpm-4.14.3-26.el8.x86_64                     84/91 
12:00:03 #12 34.40   Verifying        : python3-rpm-4.14.3-23.el8.x86_64                     85/91 
12:00:03 #12 34.40   Verifying        : rpm-4.14.3-26.el8.x86_64                             86/91 
12:00:03 #12 34.40   Verifying        : rpm-4.14.3-23.el8.x86_64                             87/91 
12:00:03 #12 34.40   Verifying        : rpm-build-libs-4.14.3-26.el8.x86_64                  88/91 
12:00:03 #12 34.40   Verifying        : rpm-build-libs-4.14.3-23.el8.x86_64                  89/91 
12:00:03 #12 34.40   Verifying        : rpm-libs-4.14.3-26.el8.x86_64                        90/91 
12:00:03 #10 45.66 Preparing to unpack .../280-libmime-tools-perl_5.509-1_all.deb ...
12:00:03 #10 45.66 Unpacking libmime-tools-perl (5.509-1) ...
12:00:03 #10 45.72 Selecting previously unselected package libmoox-aliases-perl.
12:00:03 #10 45.72 Preparing to unpack .../281-libmoox-aliases-perl_0.001006-1.1_all.deb ...
12:00:03 #10 45.72 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
12:00:03 #10 45.75 Selecting previously unselected package libnamespace-autoclean-perl.
12:00:03 #10 45.75 Preparing to unpack .../282-libnamespace-autoclean-perl_0.29-1_all.deb ...
12:00:03 #10 45.76 Unpacking libnamespace-autoclean-perl (0.29-1) ...
12:00:03 #10 45.79 Selecting previously unselected package libobject-id-perl.
12:00:03 #10 45.79 Preparing to unpack .../283-libobject-id-perl_0.1.2-2.1_all.deb ...
12:00:03 #10 45.81 Unpacking libobject-id-perl (0.1.2-2.1) ...
12:00:03 #10 45.84 Selecting previously unselected package libmoox-struct-perl.
12:00:03 #10 45.85 Preparing to unpack .../284-libmoox-struct-perl_0.020-1_all.deb ...
12:00:03 #10 45.86 Unpacking libmoox-struct-perl (0.020-1) ...
12:00:03 #10 45.90 Selecting previously unselected package libmouse-perl.
12:00:03 #10 45.98 Preparing to unpack .../285-libglib2.0-0_2.74.5-1_amd64.deb ...
12:00:03 #10 45.99 Unpacking libglib2.0-0:amd64 (2.74.5-1) ...
12:00:03 #10 46.13 Selecting previously unselected package libglib2.0-data.
12:00:03 #10 47.65 Setting up libnet-ip-perl (1.26-1) ...
12:00:03 #10 47.66 Setting up librole-tiny-perl (2.000006-1) ...
12:00:03 #10 47.67 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
12:00:03 #10 47.68 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
12:00:03 #10 47.69 Setting up libfile-homedir-perl (1.002-1) ...
12:00:03 #10 47.70 Setting up libipc-system-simple-perl (1.25-4) ...
12:00:03 #10 47.71 Setting up libfile-basedir-perl (0.07-1) ...
12:00:03 #10 47.72 Setting up libstring-escape-perl (2010.002-2) ...
12:00:03 #10 47.73 Setting up libb-hooks-op-check-perl (0.22-1) ...
12:00:03 #10 47.74 Setting up libio-html-perl (1.001-1) ...
12:00:03 #10 47.76 Setting up libexporter-tiny-perl (1.000000-2) ...
12:00:03 #10 47.78 Setting up libarchive-cpio-perl (0.10-1) ...
12:00:03 #10 47.79 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ...
12:00:03 #10 47.80 Setting up libnumber-range-perl (0.12-1) ...
12:00:03 #10 47.81 Setting up liblist-compare-perl (0.53-1) ...
12:00:03 #10 47.82 Setting up autoconf (2.69-11) ...
12:00:03 #10 47.84 Setting up libpath-iterator-rule-perl (1.009-1) ...
12:00:03 #10 47.85 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
12:00:03 #9 44.03 Dependencies resolved.
12:00:03 #9 44.06 ================================================================================
12:00:03 #9 44.06  Package                       Arch      Version                Repo       Size
12:00:03 #9 44.06 ================================================================================
12:00:03 #9 44.06 Installing:
12:00:03 #9 44.06  dnf-plugins-core              noarch    4.3.1-1.fc36           updates    34 k
12:00:03 #9 44.06  rpm-build                     aarch64   4.17.1-3.fc36          updates    59 k
12:00:03 #9 44.06  rpmlint                       noarch    2.4.0-3.fc36           updates   238 k
12:00:03 #9 44.06 Upgrading:
12:00:03 #9 44.06  elfutils-libelf               aarch64   0.188-3.fc36           updates   196 k
12:00:03 #9 44.06  elfutils-libs                 aarch64   0.188-3.fc36           updates   256 k
12:00:03 #9 44.06  glibc                         aarch64   2.35-22.fc36           updates   1.7 M
12:00:03 #9 44.06  glibc-common                  aarch64   2.35-22.fc36           updates   328 k
12:00:03 #9 44.06  glibc-minimal-langpack        aarch64   2.35-22.fc36           updates    60 k
12:00:03 #9 44.06 Installing dependencies:
12:00:03 #9 44.06  ansible-srpm-macros           noarch    1-8.1.fc36             updates   8.5 k
12:00:03 #9 44.06  binutils                      aarch64   2.37-37.fc36           updates   6.3 M
12:00:03 #9 44.06  binutils-gold                 aarch64   2.37-37.fc36           updates   893 k
12:00:03 #9 44.06  bzip2                         aarch64   1.0.8-11.fc36          fedora     52 k
12:00:03 #9 44.06  cpio                          aarch64   2.13-12.fc36           fedora    267 k
12:00:03 #9 44.06  dash                          aarch64   0.5.10.2-10.fc36       fedora     97 k
12:00:03 #9 44.06  dbus-libs                     aarch64   1:1.14.4-1.fc36        updates   153 k
12:00:03 #9 44.06  debugedit                     aarch64   5.0-3.fc36             fedora     76 k
12:00:03 #9 44.06  desktop-file-utils            aarch64   0.26-6.fc36            fedora     71 k
12:00:03 #9 44.06  devscripts-checkbashisms      aarch64   2.22.1-1.fc36          fedora     28 k
12:00:03 #9 44.06  diffutils                     aarch64   3.8-2.fc36             fedora    368 k
12:00:03 #9 44.06  dwz                           aarch64   0.14-4.fc36            updates   125 k
12:00:03 #9 44.06  ed                            aarch64   1.14.2-12.fc36         fedora     73 k
12:00:03 #9 44.06  efi-srpm-macros               noarch    5-5.fc36               fedora     22 k
12:00:03 #9 44.06  elfutils                      aarch64   0.188-3.fc36           updates   519 k
12:00:03 #9 44.06  elfutils-debuginfod-client    aarch64   0.188-3.fc36           updates    39 k
12:00:03 #9 44.06  emacs-filesystem              noarch    1:28.2-1.fc36          updates   7.1 k
12:00:03 #9 44.06  enchant                       aarch64   1:1.6.0-30.fc36        fedora     59 k
12:00:03 #9 44.06  file                          aarch64   5.41-4.fc36            fedora     48 k
12:00:03 #9 44.06  fonts-srpm-macros             noarch    1:2.0.5-7.fc36         fedora     27 k
12:00:03 #9 44.06  fpc-srpm-macros               noarch    1.3-5.fc36             fedora    7.6 k
12:00:03 #9 44.06  gdb-minimal                   aarch64   12.1-2.fc36            updates   3.5 M
12:00:03 #9 44.06  gdk-pixbuf2                   aarch64   2.42.9-2.fc36          updates   463 k
12:00:03 #9 44.06  ghc-srpm-macros               noarch    1.5.0-6.fc36           fedora    7.7 k
12:00:03 #9 44.06  glibc-gconv-extra             aarch64   2.35-22.fc36           updates   1.7 M
12:00:03 #9 44.06  gnat-srpm-macros              noarch    4-15.fc36              fedora    8.2 k
12:00:03 #9 44.06  go-srpm-macros                noarch    3.2.0-1.fc36           updates    26 k
12:00:03 #9 44.06  groff-base                    aarch64   1.22.4-9.fc36          fedora    1.0 M
12:00:03 #9 44.06  hunspell                      aarch64   1.7.0-19.fc36          fedora    284 k
12:00:03 #9 44.06  hunspell-en-GB                noarch    0.20140811.1-22.fc36   fedora    225 k
12:00:03 #9 44.06  hunspell-en-US                noarch    0.20140811.1-22.fc36   fedora    176 k
12:00:03 #9 44.06  hunspell-filesystem           aarch64   1.7.0-19.fc36          fedora    8.9 k
12:00:03 #9 44.06  info                          aarch64   6.8-3.fc36             fedora    220 k
12:00:03 #9 44.06  json-glib                     aarch64   1.6.6-2.fc36           fedora    149 k
12:00:03 #9 44.06  kernel-srpm-macros            noarch    1.0-14.fc36            fedora    9.1 k
12:00:03 #9 44.06  libappstream-glib             aarch64   0.8.0-4.fc36           updates   376 k
12:00:03 #9 44.06  libjpeg-turbo                 aarch64   2.1.2-2.fc36           fedora    190 k
12:00:03 #9 44.06  libpkgconf                    aarch64   1.8.0-2.fc36           fedora     36 k
12:00:03 #9 44.06  libpng                        aarch64   2:1.6.37-12.fc36       fedora    114 k
12:00:03 #9 44.06  libstemmer                    aarch64   0-18.585svn.fc36       fedora     82 k
12:00:03 #9 44.06  lua-srpm-macros               noarch    1-6.fc36               fedora    8.5 k
12:00:03 #9 44.06  ncurses                       aarch64   6.2-9.20210508.fc36    fedora    400 k
12:00:03 #9 44.06  nim-srpm-macros               noarch    3-6.fc36               fedora    8.3 k
12:00:03 #9 44.06  ocaml-srpm-macros             noarch    6-6.fc36               fedora    7.7 k
12:00:03 #9 44.06  openblas-srpm-macros          noarch    2-11.fc36              fedora    7.4 k
12:00:03 #9 44.06  package-notes-srpm-macros     noarch    0.4-14.fc36            fedora     11 k
12:00:03 #9 44.06  patch                         aarch64   2.7.6-16.fc36          fedora    121 k
12:00:03 #9 44.06  perl-AutoLoader               noarch    5.74-486.fc36          fedora     26 k
12:00:03 #9 44.06  perl-B                        aarch64   1.82-486.fc36          fedora    186 k
12:00:03 #9 44.06  perl-Carp                     noarch    1.52-479.fc36          fedora     29 k
12:00:03 #9 44.06  perl-Class-Struct             noarch    0.66-486.fc36          fedora     27 k
12:00:03 #9 44.06  perl-Data-Dumper              aarch64   2.183-3.fc36           fedora     55 k
12:00:03 #9 44.06  perl-Digest                   noarch    1.20-2.fc36            fedora     25 k
12:00:03 #9 44.06  perl-Digest-MD5               aarch64   2.58-479.fc36          fedora     36 k
12:00:03 #9 44.06  perl-DynaLoader               aarch64   1.50-486.fc36          fedora     31 k
12:00:03 #9 44.06  perl-Encode                   aarch64   4:3.17-485.fc36        updates   1.7 M
12:00:03 #9 44.06  perl-Errno                    aarch64   1.33-486.fc36          fedora     20 k
12:00:03 #9 44.06  perl-Exporter                 noarch    5.76-480.fc36          fedora     31 k
12:00:03 #9 44.06  perl-Fcntl                    aarch64   1.14-486.fc36          fedora     25 k
12:00:03 #9 44.06  perl-File-Basename            noarch    2.85-486.fc36          fedora     22 k
12:00:03 #9 44.06  perl-File-Path                noarch    2.18-479.fc36          fedora     35 k
12:00:03 #9 44.06  perl-File-Temp                noarch    1:0.231.100-479.fc36   fedora     59 k
12:00:03 #9 44.06  perl-File-stat                noarch    1.09-486.fc36          fedora     22 k
12:00:03 #9 44.06  perl-FileHandle               noarch    2.03-486.fc36          fedora     20 k
12:00:03 #9 44.06  perl-Getopt-Long              noarch    1:2.54-1.fc36          updates    60 k
12:00:03 #9 44.06  perl-Getopt-Std               noarch    1.13-486.fc36          fedora     21 k
12:00:03 #9 44.06  perl-HTTP-Tiny                noarch    0.082-1.fc36           updates    55 k
12:00:03 #9 44.06  perl-IO                       aarch64   1.46-486.fc36          fedora     92 k
12:00:03 #9 44.06  perl-IPC-Open3                noarch    1.21-486.fc36          fedora     28 k
12:00:03 #9 44.06  perl-MIME-Base64              aarch64   3.16-479.fc36          fedora     30 k
12:00:03 #9 44.06  perl-Net-SSLeay               aarch64   1.92-2.fc36            fedora    365 k
12:00:03 #9 44.06  perl-POSIX                    aarch64   1.97-486.fc36          fedora    103 k
12:00:03 #9 44.06  perl-PathTools                aarch64   3.80-479.fc36          fedora     85 k
12:00:03 #9 44.06  perl-Pod-Escapes              noarch    1:1.07-479.fc36        fedora     20 k
12:00:03 #9 44.06  perl-Pod-Perldoc              noarch    3.28.01-480.fc36       fedora     83 k
12:00:03 #9 44.06  perl-Pod-Simple               noarch    1:3.43-3.fc36          fedora    215 k
12:00:03 #9 44.06  perl-Pod-Usage                noarch    4:2.01-479.fc36        fedora     40 k
12:00:03 #9 44.06  perl-Scalar-List-Utils        aarch64   5:1.63-489.fc36        updates    71 k
12:00:03 #9 44.06  perl-SelectSaver              noarch    1.02-486.fc36          fedora     17 k
12:00:03 #9 44.06  perl-Socket                   aarch64   4:2.036-1.fc36         updates    55 k
12:00:03 #9 44.06  perl-Storable                 aarch64   1:3.25-2.fc36          fedora     93 k
12:00:03 #9 44.06  perl-Symbol                   noarch    1.09-486.fc36          fedora     19 k
12:00:03 #9 44.06  perl-Term-ANSIColor           noarch    5.01-480.fc36          fedora     48 k
12:00:03 #9 44.06  perl-Term-Cap                 noarch    1.17-479.fc36          fedora     22 k
12:00:03 #9 44.06  perl-Text-ParseWords          noarch    3.31-1.fc36            updates    16 k
12:00:03 #9 44.06  perl-Text-Tabs+Wrap           noarch    2021.0814-2.fc36       fedora     22 k
12:00:03 #9 44.06  perl-Time-Local               noarch    2:1.300-479.fc36       fedora     34 k
12:00:03 #9 44.06  perl-URI                      noarch    5.10-1.fc36            fedora    108 k
12:00:03 #9 44.06  perl-base                     noarch    2.27-486.fc36          fedora     21 k
12:00:03 #9 44.06  perl-constant                 noarch    1.33-480.fc36          fedora     23 k
12:00:03 #9 44.06  perl-if                       noarch    0.60.900-486.fc36      fedora     19 k
12:00:03 #9 44.06  perl-interpreter              aarch64   4:5.34.1-486.fc36      fedora     76 k
12:00:03 #9 44.06  perl-libnet                   noarch    3.13-480.fc36          fedora    126 k
12:00:03 #9 44.06  perl-libs                     aarch64   4:5.34.1-486.fc36      fedora    2.0 M
12:00:03 #9 44.06  perl-mro                      aarch64   1.25-486.fc36          fedora     33 k
12:00:03 #9 44.06  perl-overload                 noarch    1.33-486.fc36          fedora     50 k
12:00:03 #9 44.06  perl-overloading              noarch    0.02-486.fc36          fedora     18 k
12:00:03 #9 44.06  perl-parent                   noarch    1:0.238-479.fc36       fedora     14 k
12:00:03 #9 44.06  perl-podlators                noarch    1:4.14-479.fc36        fedora    112 k
12:00:03 #9 44.06  perl-srpm-macros              noarch    1-43.fc36              fedora    8.4 k
12:00:03 #9 44.06  perl-subs                     noarch    1.04-486.fc36          fedora     17 k
12:00:03 #9 44.06  perl-vars                     noarch    1.05-486.fc36          fedora     18 k
12:00:03 #9 44.06  pkgconf                       aarch64   1.8.0-2.fc36           fedora     41 k
12:00:03 #9 44.06  pkgconf-m4                    noarch    1.8.0-2.fc36           fedora     14 k
12:00:03 #9 44.06  pkgconf-pkg-config            aarch64   1.8.0-2.fc36           fedora     10 k
12:00:03 #9 44.06  python-srpm-macros            noarch    3.10-20.fc36           updates    23 k
12:00:03 #9 44.06  python3-construct             noarch    2.10.68-1.fc36         updates   112 k
12:00:03 #9 44.06  python3-dateutil              noarch    1:2.8.1-8.fc36         fedora    289 k
12:00:03 #9 44.06  python3-dbus                  aarch64   1.2.18-3.fc36          fedora    132 k
12:00:03 #9 44.06  python3-distro                noarch    1.6.0-2.fc36           fedora     38 k
12:00:03 #9 44.06  python3-dnf-plugins-core      noarch    4.3.1-1.fc36           updates   229 k
12:00:03 #9 44.06  python3-enchant               noarch    3.2.2-2.fc36           fedora     79 k
12:00:03 #9 44.06  python3-file-magic            noarch    5.41-4.fc36            fedora     18 k
12:00:03 #9 44.06  python3-pybeam                noarch    0.7-2.fc36             fedora     24 k
12:00:03 #9 44.06  python3-pyxdg                 noarch    0.27-4.fc36            fedora     96 k
12:00:03 #9 44.06  python3-six                   noarch    1.16.0-5.fc36          fedora     36 k
12:00:03 #9 44.06  python3-tomli                 noarch    1.2.3-1.fc36           fedora     29 k
12:00:03 #9 44.06  python3-tomli-w               noarch    0.4.0-3.fc36           fedora     18 k
12:00:03 #9 44.06  python3-zstandard             aarch64   0.17.0-1.fc36          fedora    428 k
12:00:03 #9 44.06  qt5-srpm-macros               noarch    5.15.7-1.fc36          updates   7.9 k
12:00:03 #9 44.06  redhat-rpm-config             noarch    222-1.fc36             updates    66 k
12:00:03 #9 44.06  rpmautospec-rpm-macros        noarch    0.3.1-1.fc36           updates   8.7 k
12:00:03 #9 44.06  rpmlint-fedora-license-data   noarch    1.12-1.fc36            updates    18 k
12:00:03 #9 44.06  rust-srpm-macros              noarch    23-1.fc36              updates   9.3 k
12:00:03 #9 44.06  shared-mime-info              aarch64   2.1-3.fc35             fedora    373 k
12:00:03 #9 44.06  unzip                         aarch64   6.0-57.fc36            fedora    182 k
12:00:03 #9 44.06  xxhash-libs                   aarch64   0.8.1-2.fc36           fedora     34 k
12:00:03 #9 44.06  xz                            aarch64   5.2.5-9.fc36           fedora    215 k
12:00:03 #9 44.06  zip                           aarch64   3.0-32.fc36            fedora    256 k
12:00:03 #9 44.06  zstd                          aarch64   1.5.2-2.fc36           updates   412 k
12:00:03 #9 44.06 Installing weak dependencies:
12:00:03 #9 44.06  hunspell-en                   noarch    0.20140811.1-22.fc36   fedora    180 k
12:00:03 #9 44.06  perl-IO-Socket-IP             noarch    0.41-480.fc36          fedora     42 k
12:00:03 #9 44.06  perl-IO-Socket-SSL            noarch    2.074-2.fc36           fedora    218 k
12:00:03 #9 44.06  perl-Mozilla-CA               noarch    20211001-2.fc36        fedora     12 k
12:00:03 #9 44.06  perl-NDBM_File                aarch64   1.15-486.fc36          fedora     27 k
12:00:03 #9 44.06 
12:00:03 #9 44.06 Transaction Summary
12:00:03 #9 44.06 ================================================================================
12:00:03 #9 44.06 Install  138 Packages
12:00:03 #9 44.06 Upgrade    5 Packages
12:00:03 #9 44.06 
12:00:03 #9 44.07 Total download size: 31 M
12:00:03 #9 44.07 Downloading Packages:
12:00:03 #11 47.32 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
12:00:03 #11 47.40 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:03 #11 47.41 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
12:00:03 #11 47.42 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
12:00:03 #11 47.43 Setting up python3 (3.8.2-0ubuntu2) ...
12:00:03 #11 45.18 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:00:03 #11 45.19 Setting up libref-util-perl (0.204-1) ...
12:00:03 #11 45.20 Setting up libipc-system-simple-perl (1.26-1) ...
12:00:03 #11 45.22 Setting up libnet-domain-tld-perl (1.75-1) ...
12:00:03 #11 45.23 Setting up libxml-writer-perl (0.625-1) ...
12:00:03 #11 45.24 Setting up libhash-fieldhash-perl (0.15-1build2) ...
12:00:03 #11 45.25 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
12:00:03 #11 45.26 Setting up shared-mime-info (1.15-1) ...
12:00:03 #11 43.76 Setting up libk5crypto3:arm64 (1.20-1ubuntu0.1) ...
12:00:03 #11 43.77 Setting up libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
12:00:03 #11 43.78 Setting up libltdl7:arm64 (2.4.7-4) ...
12:00:03 #11 43.80 Setting up libsasl2-2:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:00:03 #11 43.81 Setting up libwebp7:arm64 (1.2.2-2) ...
12:00:03 #11 43.82 Setting up libfdisk1:arm64 (2.38-4ubuntu1) ...
12:00:03 #11 43.83 Setting up libubsan1:arm64 (12.2.0-3ubuntu1) ...
12:00:03 #11 43.85 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
12:00:03 #11 43.86 Setting up libmd0:arm64 (1.0.4-2) ...
12:00:03 #11 43.87 Setting up python-apt-common (2.4.0+22.10) ...
12:00:03 #11 43.89 Setting up dmsetup (2:1.02.185-1ubuntu1) ...
12:00:03 #11 43.90 Setting up libhwasan0:arm64 (12.2.0-3ubuntu1) ...
12:00:03 #11 43.91 Setting up libcrypt-dev:arm64 (1:4.4.28-2) ...
12:00:03 #11 43.93 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:00:03 #11 43.95 Setting up libasan8:arm64 (12.2.0-3ubuntu1) ...
12:00:03 #11 43.97 Setting up libuchardet0:arm64 (0.0.7-1build2) ...
12:00:03 #11 43.97 Setting up lzop (1.04-2build2) ...
12:00:03 #11 43.99 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
12:00:03 #11 44.01 Setting up git-man (1:2.37.2-1ubuntu1.2) ...
12:00:03 #11 44.05 Setting up libgirepository-1.0-1:arm64 (1.74.0-2) ...
12:00:03 #11 44.07 Setting up netbase (6.3) ...
12:00:03 #11 30.35 Selecting previously unselected package libmpfr6:armhf.
12:00:03 #11 30.35 Preparing to unpack .../080-libmpfr6_4.0.2-1_armhf.deb ...
12:00:03 #11 30.35 Unpacking libmpfr6:armhf (4.0.2-1) ...
12:00:03 #11 30.42 Selecting previously unselected package libmpc3:armhf.
12:00:03 #11 30.42 Preparing to unpack .../081-libmpc3_1.1.0-1_armhf.deb ...
12:00:03 #11 30.43 Unpacking libmpc3:armhf (1.1.0-1) ...
12:00:03 #11 30.46 Selecting previously unselected package cpp-9.
12:00:03 #11 30.46 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
12:00:03 #11 30.46 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
12:00:03 #11 37.95 Preparing to unpack .../340-libipc-run3-perl_0.048-2_all.deb ...
12:00:03 #11 37.95 Unpacking libipc-run3-perl (0.048-2) ...
12:00:03 #11 37.99 Selecting previously unselected package lzip.
12:00:03 #11 37.99 Preparing to unpack .../341-lzip_1.23-1_arm64.deb ...
12:00:03 #11 38.00 Unpacking lzip (1.23-1) ...
12:00:03 #11 38.03 Selecting previously unselected package lzop.
12:00:03 #11 38.03 Preparing to unpack .../342-lzop_1.04-2build2_arm64.deb ...
12:00:03 #11 38.04 Unpacking lzop (1.04-2build2) ...
12:00:03 #11 38.07 Selecting previously unselected package t1utils.
12:00:03 #11 38.08 Preparing to unpack .../343-t1utils_1.41-4build2_arm64.deb ...
12:00:03 #11 38.08 Unpacking t1utils (1.41-4build2) ...
12:00:03 #11 38.13 Selecting previously unselected package unzip.
12:00:03 #11 38.13 Preparing to unpack .../344-unzip_6.0-26ubuntu3.1_arm64.deb ...
12:00:03 #11 38.13 Unpacking unzip (6.0-26ubuntu3.1) ...
12:00:03 #11 38.18 Selecting previously unselected package lintian.
12:00:03 #10 50.21 Preparing to unpack .../333-strace_4.26-0.2_amd64.deb ...
12:00:03 #10 50.22 Unpacking strace (4.26-0.2) ...
12:00:03 #10 50.30 Selecting previously unselected package unzip.
12:00:03 #10 50.30 Preparing to unpack .../334-unzip_6.0-23+deb10u3_amd64.deb ...
12:00:03 #10 50.31 Unpacking unzip (6.0-23+deb10u3) ...
12:00:03 #10 50.37 Selecting previously unselected package xauth.
12:00:03 #10 50.37 Preparing to unpack .../335-xauth_1%3a1.0.10-1_amd64.deb ...
12:00:03 #10 50.38 Unpacking xauth (1:1.0.10-1) ...
12:00:03 #10 50.43 Selecting previously unselected package xdg-user-dirs.
12:00:03 #11 46.58 0 added, 0 removed; done.
12:00:03 #11 46.58 Running hooks in /etc/ca-certificates/update.d...
12:00:03 #11 46.58 done.
12:00:03 #11 26.56 Selecting previously unselected package libgdbm6:armhf.
12:00:03 #11 26.56 Preparing to unpack .../012-libgdbm6_1.23-1_armhf.deb ...
12:00:03 #11 26.57 Unpacking libgdbm6:armhf (1.23-1) ...
12:00:03 #11 26.62 Selecting previously unselected package libgdbm-compat4:armhf.
12:00:03 #11 26.62 Preparing to unpack .../013-libgdbm-compat4_1.23-1_armhf.deb ...
12:00:03 #11 26.63 Unpacking libgdbm-compat4:armhf (1.23-1) ...
12:00:03 #11 26.67 Selecting previously unselected package libperl5.34:armhf.
12:00:03 #11 26.67 Preparing to unpack .../014-libperl5.34_5.34.0-5ubuntu1.1_armhf.deb ...
12:00:03 #11 26.68 Unpacking libperl5.34:armhf (5.34.0-5ubuntu1.1) ...
12:00:03 #10 45.96 Fedora Modular 36 - x86_64 - Updates            2.4 MB/s | 2.9 MB     00:01    
12:00:03 #10 19.21 Selecting previously unselected package sensible-utils.
12:00:03 #10 19.21 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
12:00:03 #10 19.23 Unpacking sensible-utils (0.0.14) ...
12:00:03 #10 19.26 Selecting previously unselected package bzip2.
12:00:03 #10 19.26 Preparing to unpack .../004-bzip2_1.0.8-4_armhf.deb ...
12:00:03 #10 19.26 Unpacking bzip2 (1.0.8-4) ...
12:00:03 #10 19.31 Selecting previously unselected package openssl.
12:00:03 #10 19.31 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u3_armhf.deb ...
12:00:03 #10 47.42 
12:00:03 #10 47.42 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:03 #10 47.45 Setting up liblist-moreutils-perl (0.416-1build3) ...
12:00:03 #10 47.46 Setting up libhttp-date-perl (6.02-1) ...
12:00:03 #10 47.47 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:03 #10 47.48 Setting up build-essential (12.4ubuntu1) ...
12:00:03 #10 47.49 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.22) ...
12:00:03 #10 47.50 Setting up libdevel-callchecker-perl (0.007-2build1) ...
12:00:03 #10 47.51 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.22) ...
12:00:03 #10 47.53 Setting up devscripts (2.17.12ubuntu1.1) ...
12:00:03 #10 37.74 Selecting previously unselected package dput.
12:00:03 #10 37.74 Preparing to unpack .../138-dput_1.0.1ubuntu1_all.deb ...
12:00:03 #10 37.76 Unpacking dput (1.0.1ubuntu1) ...
12:00:03 #10 37.81 Selecting previously unselected package libfakeroot:armhf.
12:00:03 #10 37.81 Preparing to unpack .../139-libfakeroot_1.22-2ubuntu1_armhf.deb ...
12:00:03 #10 37.82 Unpacking libfakeroot:armhf (1.22-2ubuntu1) ...
12:00:03 #10 37.88 Selecting previously unselected package fakeroot.
12:00:03 #10 37.88 Preparing to unpack .../140-fakeroot_1.22-2ubuntu1_armhf.deb ...
12:00:03 #10 37.89 Unpacking fakeroot (1.22-2ubuntu1) ...
12:00:03 #10 37.96 Selecting previously unselected package libcurl3-gnutls:armhf.
12:00:03 #10 37.96 Preparing to unpack .../141-libcurl3-gnutls_7.58.0-2ubuntu3.22_armhf.deb ...
12:00:03 #10 33.33 Selecting previously unselected package intltool-debian.
12:00:03 #10 33.33 Preparing to unpack .../080-intltool-debian_0.35.0+20060710.5_all.deb ...
12:00:03 #10 33.33 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:00:03 #10 33.37 Selecting previously unselected package po-debconf.
12:00:03 #10 33.37 Preparing to unpack .../081-po-debconf_1.0.21_all.deb ...
12:00:03 #10 33.38 Unpacking po-debconf (1.0.21) ...
12:00:03 #10 33.46 Selecting previously unselected package debhelper.
12:00:03 #10 33.46 Preparing to unpack .../082-debhelper_12.1.1_all.deb ...
12:00:03 #10 45.90 Preparing to unpack .../285-libmouse-perl_2.5.10-1+b1_amd64.deb ...
12:00:03 #10 45.91 Unpacking libmouse-perl (2.5.10-1+b1) ...
12:00:03 #10 45.95 Selecting previously unselected package libnumber-range-perl.
12:00:03 #10 45.96 Preparing to unpack .../286-libnumber-range-perl_0.12-1.1_all.deb ...
12:00:03 #10 45.97 Unpacking libnumber-range-perl (0.12-1.1) ...
12:00:03 #10 46.00 Selecting previously unselected package libossp-uuid16:amd64.
12:00:03 #10 46.00 Preparing to unpack .../287-libossp-uuid16_1.6.2-1.5+b9_amd64.deb ...
12:00:03 #10 46.00 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
12:00:03 #10 46.03 Selecting previously unselected package libossp-uuid-perl.
12:00:03 #10 46.04 Preparing to unpack .../288-libossp-uuid-perl_1.6.2-1.5+b9_amd64.deb ...
12:00:03 #10 46.04 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
12:00:03 #10 46.07 Selecting previously unselected package libpackage-stash-xs-perl.
12:00:03 #10 46.08 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1+b2_amd64.deb ...
12:00:03 #10 46.08 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
12:00:03 #10 46.11 Selecting previously unselected package libpath-iterator-rule-perl.
12:00:03 #11 46.64 Setting up libreadonly-perl (2.050-3) ...
12:00:03 #11 46.65 Setting up libnetaddr-ip-perl (4.079+dfsg-2) ...
12:00:03 #11 46.66 Setting up libstring-copyright-perl (0.003013-1) ...
12:00:03 #11 46.67 Setting up libdata-optlist-perl (0.112-1) ...
12:00:03 #11 46.68 Setting up libipc-run-perl (20220807.0-1) ...
12:00:03 #11 46.69 Setting up git (1:2.37.2-1ubuntu1.2) ...
12:00:03 #11 46.70 Setting up libtext-xslate-perl:amd64 (3.5.9-1build1) ...
12:00:03 #11 46.71 Setting up libcontextual-return-perl (0.004014-3) ...
12:00:03 #11 46.72 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:03 #11 46.73 Setting up libtypes-serialiser-perl (1.01-1) ...
12:00:03 #11 46.74 Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
12:00:03 #11 46.75 Setting up libhtml-parser-perl:amd64 (3.78-1) ...
12:00:03 #11 46.75 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:03 #11 46.76 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:00:03 #11 46.77 Setting up librole-tiny-perl (2.002004-1) ...
12:00:03 #11 46.78 Setting up gnupg (2.2.35-3ubuntu1) ...
12:00:03 #11 46.79 Setting up libc6-dev:amd64 (2.36-0ubuntu4) ...
12:00:03 #11 46.80 Setting up libfont-ttf-perl (1.06-2) ...
12:00:03 #11 46.81 Setting up libfile-homedir-perl (1.006-1) ...
12:00:03 #11 46.82 Setting up libalgorithm-diff-xs-perl:amd64 (0.04-7) ...
12:00:03 #11 46.83 Setting up libio-socket-ssl-perl (2.074-2) ...
12:00:03 #11 46.84 Setting up libsub-exporter-perl (0.988-1) ...
12:00:03 #11 46.85 Setting up libpython3-stdlib:amd64 (3.10.6-1) ...
12:00:03 #11 46.85 Setting up libalgorithm-merge-perl (0.08-4) ...
12:00:03 #11 46.86 Setting up libhttp-message-perl (6.37-1) ...
12:00:03 #11 46.87 Setting up libdata-validate-ip-perl (0.30-1) ...
12:00:03 #11 46.88 Setting up libhtml-form-perl (6.10-1) ...
12:00:03 #11 46.89 Setting up libiterator-perl (0.03+ds1-2) ...
12:00:03 #11 46.90 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
12:00:03 #11 46.91 Setting up libjson-xs-perl (4.030-1build3) ...
12:00:03 #11 46.92 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:03 #11 46.93 Setting up libio-prompter-perl (0.004015-1) ...
12:00:03 #11 46.94 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
12:00:03 #9 45.08 (1/143): cpio-2.13-12.fc36.aarch64.rpm          713 kB/s | 267 kB     00:00    
12:00:03 #9 45.09 (2/143): bzip2-1.0.8-11.fc36.aarch64.rpm        137 kB/s |  52 kB     00:00    
12:00:03 #9 45.10 (3/143): debugedit-5.0-3.fc36.aarch64.rpm       6.6 MB/s |  76 kB     00:00    
12:00:03 #9 45.10 (4/143): desktop-file-utils-0.26-6.fc36.aarch64 5.9 MB/s |  71 kB     00:00    
12:00:03 #9 45.11 (5/143): dash-0.5.10.2-10.fc36.aarch64.rpm      239 kB/s |  97 kB     00:00    
12:00:03 #9 45.12 (6/143): diffutils-3.8-2.fc36.aarch64.rpm        15 MB/s | 368 kB     00:00    
12:00:03 #9 45.13 (7/143): devscripts-checkbashisms-2.22.1-1.fc36 958 kB/s |  28 kB     00:00    
12:00:03 #9 45.13 (8/143): ed-1.14.2-12.fc36.aarch64.rpm          4.2 MB/s |  73 kB     00:00    
12:00:03 #9 45.14 (9/143): efi-srpm-macros-5-5.fc36.noarch.rpm    1.3 MB/s |  22 kB     00:00    
12:00:03 #9 45.14 (10/143): enchant-1.6.0-30.fc36.aarch64.rpm     3.5 MB/s |  59 kB     00:00    
12:00:03 #9 45.15 (11/143): file-5.41-4.fc36.aarch64.rpm          3.3 MB/s |  48 kB     00:00    
12:00:03 #9 45.15 (12/143): fonts-srpm-macros-2.0.5-7.fc36.noarch 2.9 MB/s |  27 kB     00:00    
12:00:03 #9 45.15 (13/143): fpc-srpm-macros-1.3-5.fc36.noarch.rpm 875 kB/s | 7.6 kB     00:00    
12:00:03 #9 45.16 (14/143): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 1.0 MB/s | 7.7 kB     00:00    
12:00:03 #9 45.16 (15/143): gnat-srpm-macros-4-15.fc36.noarch.rpm 1.1 MB/s | 8.2 kB     00:00    
12:00:03 #9 45.18 (16/143): groff-base-1.22.4-9.fc36.aarch64.rpm   50 MB/s | 1.0 MB     00:00    
12:00:03 #9 45.18 (17/143): hunspell-en-0.20140811.1-22.fc36.noar 6.8 MB/s | 180 kB     00:00    
12:00:03 #9 45.20 (18/143): hunspell-en-GB-0.20140811.1-22.fc36.n  11 MB/s | 225 kB     00:00    
12:00:03 #9 45.20 (19/143): hunspell-en-US-0.20140811.1-22.fc36.n 9.9 MB/s | 176 kB     00:00    
12:00:03 #9 45.21 (20/143): info-6.8-3.fc36.aarch64.rpm            43 MB/s | 220 kB     00:00    
12:00:03 #9 45.21 (21/143): hunspell-1.7.0-19.fc36.aarch64.rpm    4.8 MB/s | 284 kB     00:00    
12:00:03 #9 45.22 (22/143): hunspell-filesystem-1.7.0-19.fc36.aar 515 kB/s | 8.9 kB     00:00    
12:00:03 #9 45.22 (23/143): json-glib-1.6.6-2.fc36.aarch64.rpm     13 MB/s | 149 kB     00:00    
12:00:03 #9 45.22 (24/143): kernel-srpm-macros-1.0-14.fc36.noarch 1.2 MB/s | 9.1 kB     00:00    
12:00:03 #9 45.23 (25/143): libjpeg-turbo-2.1.2-2.fc36.aarch64.rp  18 MB/s | 190 kB     00:00    
12:00:03 #9 45.23 (26/143): libpkgconf-1.8.0-2.fc36.aarch64.rpm   3.7 MB/s |  36 kB     00:00    
12:00:03 #9 45.24 (27/143): libstemmer-0-18.585svn.fc36.aarch64.r  12 MB/s |  82 kB     00:00    
12:00:03 #9 45.24 (28/143): libpng-1.6.37-12.fc36.aarch64.rpm      10 MB/s | 114 kB     00:00    
12:00:03 #9 45.24 (29/143): lua-srpm-macros-1-6.fc36.noarch.rpm   924 kB/s | 8.5 kB     00:00    
12:00:03 #9 45.28 (30/143): ncurses-6.2-9.20210508.fc36.aarch64.r 9.1 MB/s | 400 kB     00:00    
12:00:03 #10 47.88 Setting up python3-gpg (1.10.0-1ubuntu2) ...
12:00:03 #10 48.06 Setting up libnet-dns-perl (1.10-2) ...
12:00:03 #10 48.07 Setting up libsub-identify-perl (0.14-1) ...
12:00:03 #10 48.08 Setting up libpod-constants-perl (0.19-1) ...
12:00:03 #10 48.09 Setting up libsort-versions-perl (1.62-1) ...
12:00:03 #10 48.10 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
12:00:03 #10 48.11 Setting up libdynaloader-functions-perl (0.003-1) ...
12:00:03 #11 47.71 Setting up binutils (2.34-6ubuntu1.4) ...
12:00:03 #11 47.72 Setting up python3-xdg (0.26-1ubuntu1) ...
12:00:03 #11 44.10 Setting up libkrb5-3:arm64 (1.20-1ubuntu0.1) ...
12:00:03 #11 44.12 Setting up libtsan2:arm64 (12.2.0-3ubuntu1) ...
12:00:03 #11 44.13 Setting up libbinutils:arm64 (2.39-3ubuntu1.1) ...
12:00:03 #11 44.14 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:00:03 #11 44.26 Setting up libfido2-1:arm64 (1.11.0-1) ...
12:00:03 #11 44.27 Setting up libisl23:arm64 (0.25-1) ...
12:00:03 #11 44.28 Setting up libc-dev-bin (2.36-0ubuntu4) ...
12:00:03 #11 44.30 Setting up openssl (3.0.5-2ubuntu2) ...
12:00:03 #11 44.32 Setting up libbsd0:arm64 (0.11.6-1) ...
12:00:03 #11 44.33 Setting up libelf1:arm64 (0.187-4) ...
12:00:03 #10 46.13 Preparing to unpack .../286-libglib2.0-data_2.74.5-1_all.deb ...
12:00:03 #10 46.14 Unpacking libglib2.0-data (2.74.5-1) ...
12:00:03 #10 46.30 Selecting previously unselected package libgpm2:amd64.
12:00:03 #10 46.30 Preparing to unpack .../287-libgpm2_1.20.7-10+b1_amd64.deb ...
12:00:03 #10 46.31 Unpacking libgpm2:amd64 (1.20.7-10+b1) ...
12:00:03 #10 46.34 Selecting previously unselected package libhtml-form-perl.
12:00:03 #10 46.34 Preparing to unpack .../288-libhtml-form-perl_6.10-1_all.deb ...
12:00:03 #10 46.34 Unpacking libhtml-form-perl (6.10-1) ...
12:00:03 #10 46.37 Selecting previously unselected package libhtml-format-perl.
12:00:03 #10 46.37 Preparing to unpack .../289-libhtml-format-perl_2.16-2_all.deb ...
12:00:03 #10 46.38 Unpacking libhtml-format-perl (2.16-2) ...
12:00:03 #10 46.41 Selecting previously unselected package libhtml-html5-entities-perl.
12:00:03 #10 46.41 Preparing to unpack .../290-libhtml-html5-entities-perl_0.004-3_all.deb ...
12:00:03 #10 46.41 Unpacking libhtml-html5-entities-perl (0.004-3) ...
12:00:03 #10 46.45 Selecting previously unselected package libhtml-tokeparser-simple-perl.
12:00:03 #10 46.45 Preparing to unpack .../291-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
12:00:03 #10 46.46 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
12:00:03 #10 46.49 Selecting previously unselected package libhttp-daemon-perl.
12:00:03 #10 46.50 Preparing to unpack .../292-libhttp-daemon-perl_6.14-2_all.deb ...
12:00:03 #10 46.50 Unpacking libhttp-daemon-perl (6.14-2) ...
12:00:03 #10 46.53 Selecting previously unselected package libio-interactive-perl.
12:00:03 #9 44.94 (137/140): glibc-2.36-9.fc37.aarch64.rpm        1.5 MB/s | 1.8 MB     00:01    
12:00:03 #9 44.95 (138/140): rpmlint-fedora-license-data-1.12-1.f  15 kB/s |  18 kB     00:01    
12:00:03 #9 44.99 (139/140): glibc-common-2.36-9.fc37.aarch64.rpm 297 kB/s | 361 kB     00:01    
12:00:03 #9 44.99 (140/140): glibc-minimal-langpack-2.36-9.fc37.a 1.9 MB/s |  87 kB     00:00    
12:00:03 #9 45.00 --------------------------------------------------------------------------------
12:00:03 #9 45.00 Total                                           8.6 MB/s |  31 MB     00:03     
12:00:03 #11 38.18 Preparing to unpack .../345-lintian_2.114.0ubuntu1.2_all.deb ...
12:00:03 #11 38.19 Unpacking lintian (2.114.0ubuntu1.2) ...
12:00:03 #10 50.43 Preparing to unpack .../336-xdg-user-dirs_0.17-2_amd64.deb ...
12:00:03 #10 50.44 Unpacking xdg-user-dirs (0.17-2) ...
12:00:03 #10 50.51 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:00:03 #10 50.56 Setting up libapt-pkg-perl (0.1.34+b1) ...
12:00:03 #10 50.57 Setting up libksba8:amd64 (1.3.5-2+deb10u2) ...
12:00:03 #10 50.59 Setting up libpipeline1:amd64 (1.5.1-2) ...
12:00:03 #10 50.60 Setting up wdiff (1.2.2-2+b1) ...
12:00:03 #10 50.62 Setting up lsb-base (10.2019051400) ...
12:00:03 #10 50.63 Setting up mysql-common (5.8+1.0.5) ...
12:00:03 #10 50.67 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:00:03 #10 50.67 Setting up libxau6:amd64 (1:1.0.8-1+b2) ...
12:00:03 #10 50.69 Setting up libkeyutils1:amd64 (1.6-6) ...
12:00:03 #10 50.70 Setting up libpsl5:amd64 (0.20.2-2) ...
12:00:03 #10 50.71 Setting up libgpm2:amd64 (1.20.7-5) ...
12:00:03 #10 50.73 Setting up mime-support (3.62) ...
12:00:03 #10 50.76 Setting up xdg-user-dirs (0.17-2) ...
12:00:03 #10 50.79 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
12:00:03 #10 20.31 Selecting previously unselected package libuchardet0:armhf.
12:00:03 #10 20.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 ... 7930 files and directories currently installed.)
12:00:03 #10 20.31 Preparing to unpack .../00-libuchardet0_0.0.7-1_armhf.deb ...
12:00:03 #10 20.32 Unpacking libuchardet0:armhf (0.0.7-1) ...
12:00:03 #10 20.39 Selecting previously unselected package groff-base.
12:00:03 #10 20.39 Preparing to unpack .../01-groff-base_1.22.4-6_armhf.deb ...
12:00:03 #10 20.40 Unpacking groff-base (1.22.4-6) ...
12:00:03 #10 20.62 Selecting previously unselected package libgdbm6:armhf.
12:00:03 #10 20.62 Preparing to unpack .../02-libgdbm6_1.19-2_armhf.deb ...
12:00:03 #10 20.63 Unpacking libgdbm6:armhf (1.19-2) ...
12:00:03 #10 20.68 Selecting previously unselected package libpipeline1:armhf.
12:00:03 #10 20.68 Preparing to unpack .../03-libpipeline1_1.5.3-1_armhf.deb ...
12:00:04 #11 DONE 46.9s
12:00:04 
12:00:04 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:00:04 #12 DONE 0.1s
12:00:04 
12:00:04 #13 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:04 #10 19.32 Unpacking openssl (1.1.1n-0+deb11u3) ...
12:00:04 #10 19.50 Selecting previously unselected package ca-certificates.
12:00:04 #10 19.50 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
12:00:04 #10 19.50 Unpacking ca-certificates (20210119) ...
12:00:04 #10 19.58 Selecting previously unselected package libmagic-mgc.
12:00:04 #10 19.58 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_armhf.deb ...
12:00:04 #10 47.72 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:00:04 #10 47.73 Setting up libcgi-fast-perl (1:2.13-1) ...
12:00:04 #10 47.74 Setting up libhtml-tree-perl (5.07-1) ...
12:00:04 #10 47.75 Setting up libfile-listing-perl (6.04-1) ...
12:00:04 #10 47.76 Setting up libhttp-message-perl (6.14-1) ...
12:00:04 #10 47.77 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
12:00:04 #10 47.81 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:04 #10 47.88 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:04 #10 37.97 Unpacking libcurl3-gnutls:armhf (7.58.0-2ubuntu3.22) ...
12:00:04 #10 38.03 Selecting previously unselected package liberror-perl.
12:00:04 #10 38.03 Preparing to unpack .../142-liberror-perl_0.17025-1_all.deb ...
12:00:04 #10 38.03 Unpacking liberror-perl (0.17025-1) ...
12:00:04 #10 38.07 Selecting previously unselected package git-man.
12:00:04 #10 38.07 Preparing to unpack .../143-git-man_1%3a2.17.1-1ubuntu0.15_all.deb ...
12:00:04 #10 38.07 Unpacking git-man (1:2.17.1-1ubuntu0.15) ...
12:00:04 #10 38.20 Selecting previously unselected package git.
12:00:04 #10 46.11 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:00:04 #10 46.12 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:00:04 #10 46.15 Selecting previously unselected package libperlio-gzip-perl.
12:00:04 #10 46.16 Preparing to unpack .../291-libperlio-gzip-perl_0.19-1+b7_amd64.deb ...
12:00:04 #10 46.16 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
12:00:04 #10 46.21 Selecting previously unselected package libpod-parser-perl.
12:00:04 #10 46.21 Preparing to unpack .../292-libpod-parser-perl_1.63-2_all.deb ...
12:00:04 #10 46.22 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:00:04 #10 46.24 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:00:04 #10 46.24 Unpacking libpod-parser-perl (1.63-2) ...
12:00:04 #10 46.28 Selecting previously unselected package libpod-constants-perl.
12:00:04 #10 46.28 Preparing to unpack .../293-libpod-constants-perl_0.19-2_all.deb ...
12:00:04 #10 46.30 Unpacking libpod-constants-perl (0.19-2) ...
12:00:04 #10 46.35 Selecting previously unselected package libproc-processtable-perl.
12:00:04 #10 33.47 Unpacking debhelper (12.1.1) ...
12:00:04 #9 45.28 (31/143): nim-srpm-macros-3-6.fc36.noarch.rpm   211 kB/s | 8.3 kB     00:00    
12:00:04 #9 45.29 (32/143): ocaml-srpm-macros-6-6.fc36.noarch.rpm 185 kB/s | 7.7 kB     00:00    
12:00:04 #9 45.29 (33/143): openblas-srpm-macros-2-11.fc36.noarch 930 kB/s | 7.4 kB     00:00    
12:00:04 #9 45.29 (34/143): package-notes-srpm-macros-0.4-14.fc36 2.0 MB/s |  11 kB     00:00    
12:00:04 #9 45.30 (35/143): patch-2.7.6-16.fc36.aarch64.rpm        13 MB/s | 121 kB     00:00    
12:00:04 #9 45.30 (36/143): perl-B-1.82-486.fc36.aarch64.rpm       26 MB/s | 186 kB     00:00    
12:00:04 #9 45.30 (37/143): perl-AutoLoader-5.74-486.fc36.noarch. 1.9 MB/s |  26 kB     00:00    
12:00:04 #9 45.31 (38/143): perl-Carp-1.52-479.fc36.noarch.rpm    3.0 MB/s |  29 kB     00:00    
12:00:04 #9 45.32 (39/143): perl-Data-Dumper-2.183-3.fc36.aarch64 6.0 MB/s |  55 kB     00:00    
12:00:04 #9 45.32 (40/143): perl-Digest-MD5-2.58-479.fc36.aarch64 7.2 MB/s |  36 kB     00:00    
12:00:04 #9 45.32 (41/143): perl-Class-Struct-0.66-486.fc36.noarc 1.1 MB/s |  27 kB     00:00    
12:00:04 #9 45.33 (42/143): perl-Digest-1.20-2.fc36.noarch.rpm    1.2 MB/s |  25 kB     00:00    
12:00:04 #9 45.33 (43/143): perl-DynaLoader-1.50-486.fc36.aarch64 3.6 MB/s |  31 kB     00:00    
12:00:04 #9 45.33 (44/143): perl-Exporter-5.76-480.fc36.noarch.rp 5.2 MB/s |  31 kB     00:00    
12:00:04 #9 45.34 (45/143): perl-Errno-1.33-486.fc36.aarch64.rpm  2.1 MB/s |  20 kB     00:00    
12:00:04 #9 45.34 (46/143): perl-Fcntl-1.14-486.fc36.aarch64.rpm  2.9 MB/s |  25 kB     00:00    
12:00:04 #9 45.34 (47/143): perl-File-Basename-2.85-486.fc36.noar 2.6 MB/s |  22 kB     00:00    
12:00:04 #9 45.35 (48/143): perl-File-Path-2.18-479.fc36.noarch.r 6.1 MB/s |  35 kB     00:00    
12:00:04 #9 45.35 (49/143): perl-File-Temp-0.231.100-479.fc36.noa 7.1 MB/s |  59 kB     00:00    
12:00:04 #9 45.35 (50/143): perl-File-stat-1.09-486.fc36.noarch.r 2.5 MB/s |  22 kB     00:00    
12:00:04 #9 45.36 (51/143): perl-Getopt-Std-1.13-486.fc36.noarch. 2.8 MB/s |  21 kB     00:00    
12:00:04 #9 45.36 (52/143): perl-IO-1.46-486.fc36.aarch64.rpm     9.2 MB/s |  92 kB     00:00    
12:00:04 #9 45.37 (53/143): perl-FileHandle-2.03-486.fc36.noarch. 1.3 MB/s |  20 kB     00:00    
12:00:04 #9 45.37 (54/143): perl-IO-Socket-IP-0.41-480.fc36.noarc 3.6 MB/s |  42 kB     00:00    
12:00:04 #9 45.37 (55/143): perl-IO-Socket-SSL-2.074-2.fc36.noarc  21 MB/s | 218 kB     00:00    
12:00:04 #9 45.38 (56/143): perl-IPC-Open3-1.21-486.fc36.noarch.r 2.6 MB/s |  28 kB     00:00    
12:00:04 #9 45.38 (57/143): perl-MIME-Base64-3.16-479.fc36.aarch6 3.2 MB/s |  30 kB     00:00    
12:00:04 #9 45.39 (58/143): perl-NDBM_File-1.15-486.fc36.aarch64. 3.0 MB/s |  27 kB     00:00    
12:00:04 #9 45.43 (59/143): perl-Net-SSLeay-1.92-2.fc36.aarch64.r 7.4 MB/s | 365 kB     00:00    
12:00:04 #9 45.43 (60/143): perl-Mozilla-CA-20211001-2.fc36.noarc 215 kB/s |  12 kB     00:00    
12:00:04 #9 45.43 (61/143): perl-POSIX-1.97-486.fc36.aarch64.rpm  2.2 MB/s | 103 kB     00:00    
12:00:04 #9 45.44 (62/143): perl-PathTools-3.80-479.fc36.aarch64. 9.4 MB/s |  85 kB     00:00    
12:00:04 #9 45.44 (63/143): perl-Pod-Perldoc-3.28.01-480.fc36.noa  13 MB/s |  83 kB     00:00    
12:00:04 #9 45.44 (64/143): perl-Pod-Escapes-1.07-479.fc36.noarch 2.0 MB/s |  20 kB     00:00    
12:00:04 #9 45.50 (65/143): perl-Pod-Simple-3.43-3.fc36.noarch.rp 3.5 MB/s | 215 kB     00:00    
12:00:04 #10 48.12 Setting up libsub-exporter-perl (0.987-1) ...
12:00:04 #10 48.13 Setting up xauth (1:1.0.10-1) ...
12:00:04 #10 48.14 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:04 #10 48.15 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ...
12:00:04 #10 48.16 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
12:00:04 #10 48.17 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
12:00:04 #10 48.18 Setting up dput (1.0.1ubuntu1) ...
12:00:04 #10 48.33 Setting up libstring-copyright-perl (0.003005-1) ...
12:00:04 #10 48.34 Setting up libhtml-parser-perl (3.72-3build1) ...
12:00:04 #10 48.36 Setting up automake (1:1.15.1-3ubuntu2) ...
12:00:04 #11 47.88 Setting up man-db (2.9.1-1) ...
12:00:04 #11 47.97 Building database of manual pages ...
12:00:04 #10 47.85 Setting up libunbound8:arm64 (1.9.0-2+deb10u2) ...
12:00:04 #10 48.22 Setting up libgssapi-krb5-2:arm64 (1.20.1-1) ...
12:00:04 #10 48.23 Setting up libgdbm-compat4:arm64 (1.23-3) ...
12:00:04 #10 48.25 Setting up ucf (3.0043) ...
12:00:04 #11 44.34 Setting up libjson-c5:arm64 (0.16-1) ...
12:00:04 #11 44.35 Setting up readline-common (8.2-1) ...
12:00:04 #11 44.37 Setting up publicsuffix (20220811.1734-1) ...
12:00:04 #11 44.39 Setting up libxml2:arm64 (2.9.14+dfsg-1ubuntu0.1) ...
12:00:04 #11 44.40 Setting up zstd (1.5.2+dfsg-1) ...
12:00:04 #11 44.41 Setting up libmarkdown2:arm64 (2.2.7-2) ...
12:00:04 #11 44.42 Setting up libcc1-0:arm64 (12.2.0-3ubuntu1) ...
12:00:04 #11 44.43 Setting up iso-codes (4.11.0-1) ...
12:00:04 #11 44.45 Setting up dbus-bin (1.14.0-2ubuntu3) ...
12:00:04 #11 44.46 Setting up liblocale-gettext-perl (1.07-4build3) ...
12:00:04 #11 44.47 Setting up liblsan0:arm64 (12.2.0-3ubuntu1) ...
12:00:04 #11 44.48 Setting up dctrl-tools (2.24-3build2) ...
12:00:04 #11 44.50 Setting up libitm1:arm64 (12.2.0-3ubuntu1) ...
12:00:04 #11 44.51 Setting up libkmod2:arm64 (30+20220630-3ubuntu1) ...
12:00:04 #11 44.52 Setting up libgdbm6:arm64 (1.23-1) ...
12:00:04 #11 44.54 Setting up libctf0:arm64 (2.39-3ubuntu1.1) ...
12:00:04 #10 46.53 Preparing to unpack .../293-libio-interactive-perl_1.023-2_all.deb ...
12:00:04 #10 46.53 Unpacking libio-interactive-perl (1.023-2) ...
12:00:04 #10 46.57 Selecting previously unselected package libio-sessiondata-perl.
12:00:04 #10 46.57 Preparing to unpack .../294-libio-sessiondata-perl_1.03-3_all.deb ...
12:00:04 #10 46.58 Unpacking libio-sessiondata-perl (1.03-3) ...
12:00:04 #10 46.61 Selecting previously unselected package libio-stringy-perl.
12:00:04 #10 46.61 Preparing to unpack .../295-libio-stringy-perl_2.111-3_all.deb ...
12:00:04 #10 46.61 Unpacking libio-stringy-perl (2.111-3) ...
12:00:04 #10 46.65 Selecting previously unselected package libipc-run3-perl.
12:00:04 #10 46.65 Preparing to unpack .../296-libipc-run3-perl_0.048-3_all.deb ...
12:00:04 #10 46.66 Unpacking libipc-run3-perl (0.048-3) ...
12:00:04 #10 46.71 Selecting previously unselected package libtypes-serialiser-perl.
12:00:04 #10 46.71 Preparing to unpack .../297-libtypes-serialiser-perl_1.01-1_all.deb ...
12:00:04 #10 46.71 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:00:04 #10 46.74 Selecting previously unselected package libjson-xs-perl.
12:00:04 #10 46.75 Preparing to unpack .../298-libjson-xs-perl_4.030-2+b1_amd64.deb ...
12:00:04 #10 46.75 Unpacking libjson-xs-perl (4.030-2+b1) ...
12:00:04 #10 46.80 Selecting previously unselected package libjson-maybexs-perl.
12:00:04 #11 38.49 Selecting previously unselected package manpages-dev.
12:00:04 #11 38.50 Preparing to unpack .../346-manpages-dev_5.10-1ubuntu1_all.deb ...
12:00:04 #11 38.50 Unpacking manpages-dev (5.10-1ubuntu1) ...
12:00:04 #11 38.73 Selecting previously unselected package python3-certifi.
12:00:04 #11 38.73 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
12:00:04 #10 50.80 Setting up psmisc (23.2-1+deb10u1) ...
12:00:04 #10 50.82 Setting up libgc1c2:amd64 (1:7.6.4-0.4) ...
12:00:04 #10 50.83 Setting up libyaml-0-2:amd64 (0.2.1-1) ...
12:00:04 #10 50.85 Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
12:00:04 #10 50.86 No schema files found: doing nothing.
12:00:04 #10 50.87 Setting up distro-info-data (0.41+deb10u6) ...
12:00:04 #10 50.88 Setting up manpages (4.16-2) ...
12:00:04 #10 50.89 Setting up unzip (6.0-23+deb10u3) ...
12:00:04 #10 50.92 Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
12:00:04 #10 50.93 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:00:04 #10 50.95 Setting up binutils-common:amd64 (2.31.1-16) ...
12:00:04 #10 50.97 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
12:00:04 #10 50.99 Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
12:00:04 #10 51.01 Setting up less (487-0.1+b1) ...
12:00:04 #10 20.69 Unpacking libpipeline1:armhf (1.5.3-1) ...
12:00:04 #10 20.77 Selecting previously unselected package man-db.
12:00:04 #10 20.77 Preparing to unpack .../04-man-db_2.9.4-2_armhf.deb ...
12:00:04 #10 20.78 Unpacking man-db (2.9.4-2) ...
12:00:04 #10 46.19 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
12:00:04 #10 46.30 Setting up gpgsm (2.2.27-2+deb11u2) ...
12:00:04 #10 46.31 Setting up libxext6:arm64 (2:1.3.3-1.1) ...
12:00:04 #10 46.32 Setting up man-db (2.9.4-2) ...
12:00:04 #10 46.44 Building database of manual pages ...
12:00:04 #10 19.59 Unpacking libmagic-mgc (1:5.39-3) ...
12:00:04 #10 19.74 Selecting previously unselected package libmagic1:armhf.
12:00:04 #10 19.74 Preparing to unpack .../008-libmagic1_1%3a5.39-3_armhf.deb ...
12:00:04 #10 19.75 Unpacking libmagic1:armhf (1:5.39-3) ...
12:00:04 #10 19.81 Selecting previously unselected package file.
12:00:04 #10 19.81 Preparing to unpack .../009-file_1%3a5.39-3_armhf.deb ...
12:00:04 #10 19.81 Unpacking file (1:5.39-3) ...
12:00:04 #10 47.94 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:04 #10 48.09 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:04 #10 48.15 Setting up libparams-classify-perl (0.015-1) ...
12:00:04 #10 38.20 Preparing to unpack .../144-git_1%3a2.17.1-1ubuntu0.15_armhf.deb ...
12:00:04 #10 38.22 Unpacking git (1:2.17.1-1ubuntu0.15) ...
12:00:04 #10 46.35 Preparing to unpack .../294-libproc-processtable-perl_0.59-2+b1_amd64.deb ...
12:00:04 #10 46.36 Unpacking libproc-processtable-perl (0.59-2+b1) ...
12:00:04 #10 46.42 Selecting previously unselected package libre2-9:amd64.
12:00:04 #10 46.42 Preparing to unpack .../295-libre2-9_20210201+dfsg-1_amd64.deb ...
12:00:04 #10 46.43 Unpacking libre2-9:amd64 (20210201+dfsg-1) ...
12:00:04 #10 46.48 Selecting previously unselected package libre-engine-re2-perl:amd64.
12:00:04 #10 46.49 Preparing to unpack .../296-libre-engine-re2-perl_0.14-1_amd64.deb ...
12:00:04 #10 46.49 Unpacking libre-engine-re2-perl:amd64 (0.14-1) ...
12:00:04 #10 46.52 Selecting previously unselected package libreadonly-perl.
12:00:04 #10 46.52 Preparing to unpack .../297-libreadonly-perl_2.050-3_all.deb ...
12:00:04 #10 46.53 Unpacking libreadonly-perl (2.050-3) ...
12:00:04 #10 46.56 Selecting previously unselected package libref-util-perl.
12:00:04 #10 46.57 Preparing to unpack .../298-libref-util-perl_0.204-1_all.deb ...
12:00:04 #10 46.57 Unpacking libref-util-perl (0.204-1) ...
12:00:04 #10 46.60 Selecting previously unselected package libref-util-xs-perl.
12:00:04 #10 46.60 Preparing to unpack .../299-libref-util-xs-perl_0.117-1+b3_amd64.deb ...
12:00:04 #10 46.61 Unpacking libref-util-xs-perl (0.117-1+b3) ...
12:00:04 #10 46.65 Selecting previously unselected package libregexp-pattern-license-perl.
12:00:04 #10 46.65 Preparing to unpack .../300-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
12:00:04 #10 46.65 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
12:00:04 #10 46.70 Selecting previously unselected package libregexp-pattern-perl.
12:00:04 #10 46.70 Preparing to unpack .../301-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:00:04 #10 33.68 Selecting previously unselected package debian-keyring.
12:00:04 #10 33.68 Preparing to unpack .../083-debian-keyring_2019.02.25_all.deb ...
12:00:04 #10 33.68 Unpacking debian-keyring (2019.02.25) ...
12:00:04 #9 45.50 (66/143): perl-Pod-Usage-2.01-479.fc36.noarch.r 676 kB/s |  40 kB     00:00    
12:00:04 #9 45.51 (67/143): perl-SelectSaver-1.02-486.fc36.noarch 275 kB/s |  17 kB     00:00    
12:00:04 #9 45.51 (68/143): perl-Storable-3.25-2.fc36.aarch64.rpm  15 MB/s |  93 kB     00:00    
12:00:04 #9 45.51 (69/143): perl-Symbol-1.09-486.fc36.noarch.rpm  2.0 MB/s |  19 kB     00:00    
12:00:04 #9 45.51 (70/143): perl-Term-ANSIColor-5.01-480.fc36.noa 5.3 MB/s |  48 kB     00:00    
12:00:04 #9 45.52 (71/143): perl-Term-Cap-1.17-479.fc36.noarch.rp 2.5 MB/s |  22 kB     00:00    
12:00:04 #9 45.52 (72/143): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 3.5 MB/s |  22 kB     00:00    
12:00:04 #9 45.53 (73/143): perl-Time-Local-1.300-479.fc36.noarch 3.5 MB/s |  34 kB     00:00    
12:00:04 #9 45.53 (74/143): perl-URI-5.10-1.fc36.noarch.rpm        10 MB/s | 108 kB     00:00    
12:00:04 #9 45.53 (75/143): perl-base-2.27-486.fc36.noarch.rpm    2.3 MB/s |  21 kB     00:00    
12:00:04 #9 45.54 (76/143): perl-constant-1.33-480.fc36.noarch.rp 2.5 MB/s |  23 kB     00:00    
12:00:04 #9 45.54 (77/143): perl-if-0.60.900-486.fc36.noarch.rpm  3.3 MB/s |  19 kB     00:00    
12:00:04 #9 45.54 (78/143): perl-interpreter-5.34.1-486.fc36.aarc 8.4 MB/s |  76 kB     00:00    
12:00:04 #9 45.55 (79/143): perl-libnet-3.13-480.fc36.noarch.rpm   11 MB/s | 126 kB     00:00    
12:00:04 #9 45.55 (80/143): perl-mro-1.25-486.fc36.aarch64.rpm    3.1 MB/s |  33 kB     00:00    
12:00:04 #9 45.57 (81/143): perl-libs-5.34.1-486.fc36.aarch64.rpm  72 MB/s | 2.0 MB     00:00    
12:00:04 #9 45.57 (82/143): perl-overload-1.33-486.fc36.noarch.rp 2.5 MB/s |  50 kB     00:00    
12:00:04 #9 45.57 (83/143): perl-overloading-0.02-486.fc36.noarch 1.0 MB/s |  18 kB     00:00    
12:00:04 #9 45.58 (84/143): perl-podlators-4.14-479.fc36.noarch.r 9.3 MB/s | 112 kB     00:00    
12:00:04 #9 45.59 (85/143): perl-parent-0.238-479.fc36.noarch.rpm 963 kB/s |  14 kB     00:00    
12:00:04 #9 45.59 (86/143): perl-srpm-macros-1-43.fc36.noarch.rpm 623 kB/s | 8.4 kB     00:00    
12:00:04 #9 45.59 (87/143): perl-subs-1.04-486.fc36.noarch.rpm    2.2 MB/s |  17 kB     00:00    
12:00:04 #9 45.59 (88/143): perl-vars-1.05-486.fc36.noarch.rpm    3.1 MB/s |  18 kB     00:00    
12:00:04 #9 45.60 (89/143): pkgconf-1.8.0-2.fc36.aarch64.rpm      5.3 MB/s |  41 kB     00:00    
12:00:04 #9 45.60 (90/143): pkgconf-m4-1.8.0-2.fc36.noarch.rpm    1.9 MB/s |  14 kB     00:00    
12:00:04 #9 45.61 (91/143): pkgconf-pkg-config-1.8.0-2.fc36.aarch 1.2 MB/s |  10 kB     00:00    
12:00:04 #9 45.61 (92/143): python3-dateutil-2.8.1-8.fc36.noarch.  20 MB/s | 289 kB     00:00    
12:00:04 #9 45.62 (93/143): python3-dbus-1.2.18-3.fc36.aarch64.rp 8.5 MB/s | 132 kB     00:00    
12:00:04 #9 45.62 (94/143): python3-distro-1.6.0-2.fc36.noarch.rp 3.2 MB/s |  38 kB     00:00    
12:00:04 #9 45.63 (95/143): python3-enchant-3.2.2-2.fc36.noarch.r 3.7 MB/s |  79 kB     00:00    
12:00:04 #9 45.64 (96/143): python3-file-magic-5.41-4.fc36.noarch 918 kB/s |  18 kB     00:00    
12:00:04 #9 45.64 (97/143): python3-pybeam-0.7-2.fc36.noarch.rpm  1.1 MB/s |  24 kB     00:00    
12:00:04 #9 45.64 (98/143): python3-six-1.16.0-5.fc36.noarch.rpm  7.3 MB/s |  36 kB     00:00    
12:00:04 #9 45.65 (99/143): python3-pyxdg-0.27-4.fc36.noarch.rpm  5.5 MB/s |  96 kB     00:00    
12:00:04 #9 45.65 (100/143): python3-tomli-1.2.3-1.fc36.noarch.rp 2.0 MB/s |  29 kB     00:00    
12:00:04 #9 45.66 (101/143): shared-mime-info-2.1-3.fc35.aarch64.  41 MB/s | 373 kB     00:00    
12:00:04 #9 45.67 (102/143): python3-tomli-w-0.4.0-3.fc36.noarch. 753 kB/s |  18 kB     00:00    
12:00:04 #9 45.67 (103/143): unzip-6.0-57.fc36.aarch64.rpm         27 MB/s | 182 kB     00:00    
12:00:04 #9 45.67 (104/143): xxhash-libs-0.8.1-2.fc36.aarch64.rpm 4.6 MB/s |  34 kB     00:00    
12:00:04 #9 45.69 (105/143): python3-zstandard-0.17.0-1.fc36.aarc  12 MB/s | 428 kB     00:00    
12:00:04 #9 45.69 (106/143): xz-5.2.5-9.fc36.aarch64.rpm           11 MB/s | 215 kB     00:00    
12:00:04 #9 45.69 (107/143): zip-3.0-32.fc36.aarch64.rpm           13 MB/s | 256 kB     00:00    
12:00:04 #9 45.70 (108/143): ansible-srpm-macros-1-8.1.fc36.noarc 856 kB/s | 8.5 kB     00:00    
12:00:04 #9 45.71 (109/143): binutils-gold-2.37-37.fc36.aarch64.r  63 MB/s | 893 kB     00:00    
12:00:04 #9 45.79 (110/143): dbus-libs-1.14.4-1.fc36.aarch64.rpm  1.7 MB/s | 153 kB     00:00    
12:00:04 #9 45.79 (111/143): dnf-plugins-core-4.3.1-1.fc36.noarch 419 kB/s |  34 kB     00:00    
12:00:04 #9 45.80 (112/143): dwz-0.14-4.fc36.aarch64.rpm           12 MB/s | 125 kB     00:00    
12:00:04 #9 45.81 (113/143): elfutils-0.188-3.fc36.aarch64.rpm     42 MB/s | 519 kB     00:00    
12:00:04 #10 48.37 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
12:00:04 #10 48.37 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist
12:00:04 #10 48.37 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist
12:00:04 #10 48.38 Setting up libipc-run-perl (0.96-1) ...
12:00:04 #10 48.39 Setting up libcgi-pm-perl (4.38-1) ...
12:00:04 #10 48.40 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:00:04 #10 48.41 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
12:00:04 #10 48.56 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
12:00:04 #10 48.57 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
12:00:04 #10 48.59 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:04 #10 48.59 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:00:04 #10 48.60 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
12:00:04 #10 48.61 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
12:00:04 #10 47.87 Setting up shared-mime-info (1.10-1) ...
12:00:04 #11 48.18 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ...
12:00:04 #11 48.19 Setting up python3-six (1.14.0-2) ...
12:00:04 #11 48.33 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:00:04 #11 48.34 Setting up perl (5.30.0-9ubuntu0.3) ...
12:00:04 #11 48.36 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
12:00:04 #11 48.37 Setting up python3-gpg (1.13.1-7ubuntu2) ...
12:00:04 #10 48.35 Setting up libx265-199:arm64 (3.5-2+b1) ...
12:00:04 #10 48.36 Setting up dwz (0.15-1) ...
12:00:04 #10 48.37 Setting up groff-base (1.22.4-9) ...
12:00:04 #10 48.39 Setting up cpp (4:12.2.0-3) ...
12:00:04 #10 48.40 Setting up pixz (1.0.7-2) ...
12:00:04 #10 48.41 Setting up gpgconf (2.2.40-1) ...
12:00:04 #10 48.43 Setting up libcurl4:arm64 (7.87.0-2) ...
12:00:04 #10 48.46 Setting up libx11-6:arm64 (2:1.8.3-3) ...
12:00:04 #10 48.47 Setting up curl (7.87.0-2) ...
12:00:04 #10 48.48 Setting up libfontconfig1:arm64 (2.14.1-4) ...
12:00:04 #10 48.49 Setting up libperl5.36:arm64 (5.36.0-7) ...
12:00:04 #10 48.50 Setting up libxmuu1:arm64 (2:1.1.3-3) ...
12:00:04 #10 48.51 Setting up gpg (2.2.40-1) ...
12:00:04 #10 48.52 Setting up gnupg-utils (2.2.40-1) ...
12:00:04 #10 48.54 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
12:00:04 #10 46.80 Preparing to unpack .../299-libjson-maybexs-perl_1.004004-1_all.deb ...
12:00:04 #10 46.80 Unpacking libjson-maybexs-perl (1.004004-1) ...
12:00:04 #10 46.84 Selecting previously unselected package libldap-common.
12:00:04 #10 46.84 Preparing to unpack .../300-libldap-common_2.5.13+dfsg-3_all.deb ...
12:00:04 #10 46.84 Unpacking libldap-common (2.5.13+dfsg-3) ...
12:00:04 #10 46.89 Selecting previously unselected package liblist-compare-perl.
12:00:04 #10 46.89 Preparing to unpack .../301-liblist-compare-perl_0.55-2_all.deb ...
12:00:04 #10 46.90 Unpacking liblist-compare-perl (0.55-2) ...
12:00:04 #10 46.93 Selecting previously unselected package liblist-someutils-perl.
12:00:04 #10 46.93 Preparing to unpack .../302-liblist-someutils-perl_0.59-1_all.deb ...
12:00:04 #10 46.94 Unpacking liblist-someutils-perl (0.59-1) ...
12:00:04 #10 46.98 Selecting previously unselected package liblist-someutils-xs-perl:amd64.
12:00:04 #10 46.99 Preparing to unpack .../303-liblist-someutils-xs-perl_0.58-3_amd64.deb ...
12:00:04 #10 46.99 Unpacking liblist-someutils-xs-perl:amd64 (0.58-3) ...
12:00:04 #10 47.03 Selecting previously unselected package liblist-utilsby-perl.
12:00:04 #10 47.03 Preparing to unpack .../304-liblist-utilsby-perl_0.12-2_all.deb ...
12:00:04 #10 47.04 Unpacking liblist-utilsby-perl (0.12-2) ...
12:00:04 #11 44.55 Setting up libjpeg8:arm64 (8c-2ubuntu10) ...
12:00:04 #11 44.56 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
12:00:04 #11 44.57 Setting up manpages-dev (5.13-1) ...
12:00:04 #11 44.59 Setting up libdw1:arm64 (0.187-4) ...
12:00:04 #11 44.60 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
12:00:04 #11 44.61 Setting up cpp-12 (12.2.0-3ubuntu1) ...
12:00:04 #11 44.62 Setting up libxcb1:arm64 (1.15-1) ...
12:00:04 #11 44.64 Setting up gettext (0.21-8) ...
12:00:04 #11 44.65 Setting up fontconfig-config (2.13.1-4.4ubuntu1) ...
12:00:04 #11 38.73 Unpacking python3-certifi (2020.6.20-1) ...
12:00:04 #11 38.79 Selecting previously unselected package python3-idna.
12:00:04 #11 38.79 Preparing to unpack .../348-python3-idna_3.3-1_all.deb ...
12:00:04 #11 38.79 Unpacking python3-idna (3.3-1) ...
12:00:04 #11 38.84 Selecting previously unselected package python3-six.
12:00:04 #11 38.84 Preparing to unpack .../349-python3-six_1.16.0-3ubuntu1_all.deb ...
12:00:04 #11 38.84 Unpacking python3-six (1.16.0-3ubuntu1) ...
12:00:04 #11 38.88 Selecting previously unselected package python3-urllib3.
12:00:04 #11 38.88 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
12:00:04 #11 38.89 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
12:00:04 #11 38.93 Selecting previously unselected package python3-requests.
12:00:04 #11 38.94 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
12:00:04 #11 47.56 Setting up libiterator-util-perl (0.02+ds1-2) ...
12:00:04 #11 47.57 Setting up libstdc++-12-dev:amd64 (12.2.0-3ubuntu1) ...
12:00:04 #11 47.58 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:04 #11 47.59 Setting up libtool (2.4.7-4) ...
12:00:04 #11 47.60 Setting up po-debconf (1.0.21+nmu1) ...
12:00:04 #11 47.61 Setting up libhtml-tree-perl (5.07-2) ...
12:00:04 #11 47.62 Setting up libparams-classify-perl:amd64 (0.015-2) ...
12:00:04 #11 47.63 Setting up libcgi-pm-perl (4.54-1) ...
12:00:04 #11 47.64 Setting up python3 (3.10.6-1) ...
12:00:04 #10 51.10 Setting up perl-openssl-defaults:amd64 (3) ...
12:00:04 #12 34.40   Verifying        : rpm-libs-4.14.3-23.el8.x86_64                        91/91 
12:00:04 #12 35.14 
12:00:04 #12 35.14 Upgraded:
12:00:04 #12 35.14   python3-dnf-plugins-core-4.0.21-18.el8.noarch                                 
12:00:04 #12 35.14   python3-rpm-4.14.3-26.el8.x86_64                                              
12:00:04 #12 35.14   rpm-4.14.3-26.el8.x86_64                                                      
12:00:04 #12 35.14   rpm-build-libs-4.14.3-26.el8.x86_64                                           
12:00:04 #12 35.14   rpm-libs-4.14.3-26.el8.x86_64                                                 
12:00:04 #12 35.14 Downgraded:
12:00:04 #12 35.14   xz-libs-5.2.4-4.el8.x86_64                                                    
12:00:04 #12 35.14 Installed:
12:00:04 #12 35.14   binutils-2.30-119.el8.x86_64                                                  
12:00:04 #12 35.14   bzip2-1.0.6-26.el8.x86_64                                                     
12:00:04 #12 35.14   cpio-2.12-11.el8.x86_64                                                       
12:00:04 #12 35.14   desktop-file-utils-0.26-1.el8.x86_64                                          
12:00:04 #12 35.14   diffutils-3.6-6.el8.x86_64                                                    
12:00:04 #12 35.14   dnf-plugins-core-4.0.21-18.el8.noarch                                         
12:00:04 #12 35.14   dwz-0.12-10.el8.x86_64                                                        
12:00:04 #12 35.14   efi-srpm-macros-3-3.el8.noarch                                                
12:00:04 #12 35.14   elfutils-0.187-4.el8.x86_64                                                   
12:00:04 #12 35.14   elfutils-debuginfod-client-0.187-4.el8.x86_64                                 
12:00:04 #12 35.14   emacs-filesystem-1:26.1-9.el8.noarch                                          
12:00:04 #12 35.14   file-5.33-21.el8.x86_64                                                       
12:00:04 #12 35.14   gc-7.6.4-3.el8.x86_64                                                         
12:00:04 #12 35.14   gdb-headless-8.2-19.el8.x86_64                                                
12:00:04 #12 35.14   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
12:00:04 #12 35.14   glibc-gconv-extra-2.28-211.el8.x86_64                                         
12:00:04 #12 35.14   go-srpm-macros-2-17.el8.noarch                                                
12:00:04 #12 35.14   groff-base-1.22.3-18.el8.x86_64                                               
12:00:04 #12 35.14   guile-5:2.0.14-7.el8.x86_64                                                   
12:00:04 #12 35.14   libatomic_ops-7.6.2-3.el8.x86_64                                              
12:00:04 #12 35.14   libbabeltrace-1.5.4-4.el8.x86_64                                              
12:00:04 #12 35.14   libipt-1.6.1-8.el8.x86_64                                                     
12:00:04 #12 35.14   libpkgconf-1.4.2-1.el8.x86_64                                                 
12:00:04 #12 35.14   libtool-ltdl-2.4.6-25.el8.x86_64                                              
12:00:04 #12 35.14   ncurses-6.1-9.20180224.el8.x86_64                                             
12:00:04 #12 35.14   ocaml-srpm-macros-5-4.el8.noarch                                              
12:00:04 #12 35.14   openblas-srpm-macros-2-2.el8.noarch                                           
12:00:04 #12 35.14   patch-2.7.6-11.el8.x86_64                                                     
12:00:04 #12 35.14   perl-Carp-1.42-396.el8.noarch                                                 
12:00:04 #12 35.14   perl-Encode-4:2.97-3.el8.x86_64                                               
12:00:04 #12 35.14   perl-Errno-1.28-422.el8.x86_64                                                
12:00:04 #12 35.14   perl-Exporter-5.72-396.el8.noarch                                             
12:00:04 #12 35.14   perl-File-Path-2.15-2.el8.noarch                                              
12:00:04 #12 35.14   perl-File-Temp-0.230.600-1.el8.noarch                                         
12:00:04 #12 35.14   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
12:00:04 #12 35.14   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
12:00:04 #12 35.14   perl-IO-1.38-422.el8.x86_64                                                   
12:00:04 #12 35.14   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
12:00:04 #12 35.14   perl-MIME-Base64-3.15-396.el8.x86_64                                          
12:00:04 #12 35.14   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
12:00:04 #12 35.14   perl-PathTools-3.74-1.el8.x86_64                                              
12:00:04 #12 35.14   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
12:00:04 #12 35.14   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
12:00:04 #12 35.14   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
12:00:04 #12 35.14   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
12:00:04 #12 35.14   perl-Scalar-List-Utils-3:1.49-2.el8.x86_64                                    
12:00:04 #12 35.14   perl-Socket-4:2.027-3.el8.x86_64                                              
12:00:04 #12 35.14   perl-Storable-1:3.11-3.el8.x86_64                                             
12:00:04 #12 35.14   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
12:00:04 #12 35.14   perl-Term-Cap-1.17-395.el8.noarch                                             
12:00:04 #12 35.14   perl-Text-ParseWords-3.30-395.el8.noarch                                      
12:00:04 #12 35.14   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
12:00:04 #12 35.14   perl-Time-Local-1:1.280-1.el8.noarch                                          
12:00:04 #12 35.14   perl-Unicode-Normalize-1.25-396.el8.x86_64                                    
12:00:04 #12 35.14   perl-constant-1.33-396.el8.noarch                                             
12:00:04 #12 35.14   perl-interpreter-4:5.26.3-422.el8.x86_64                                      
12:00:04 #12 35.14   perl-libs-4:5.26.3-422.el8.x86_64                                             
12:00:04 #12 35.14   perl-macros-4:5.26.3-422.el8.x86_64                                           
12:00:04 #12 35.14   perl-parent-1:0.237-1.el8.noarch                                              
12:00:04 #12 35.14   perl-podlators-4.11-1.el8.noarch                                              
12:00:04 #12 35.14   perl-srpm-macros-1-25.el8.noarch                                              
12:00:04 #12 35.14   perl-threads-1:2.21-2.el8.x86_64                                              
12:00:04 #12 35.14   perl-threads-shared-1.58-2.el8.x86_64                                         
12:00:04 #12 35.14   pkgconf-1.4.2-1.el8.x86_64                                                    
12:00:04 #12 35.14   pkgconf-m4-1.4.2-1.el8.noarch                                                 
12:00:04 #12 35.14   pkgconf-pkg-config-1.4.2-1.el8.x86_64                                         
12:00:04 #12 35.14   python-rpm-macros-3-44.el8.noarch                                             
12:00:04 #12 35.14   python-srpm-macros-3-44.el8.noarch                                            
12:00:04 #12 35.14   python3-rpm-macros-3-44.el8.noarch                                            
12:00:04 #12 35.14   python3-systemd-234-8.el8.x86_64                                              
12:00:04 #12 35.14   qt5-srpm-macros-5.15.3-1.el8.noarch                                           
12:00:04 #12 35.14   redhat-rpm-config-130-1.el8.noarch                                            
12:00:04 #12 35.14   rpm-build-4.14.3-26.el8.x86_64                                                
12:00:04 #12 35.14   rpmlint-1.10-14.el8.noarch                                                    
12:00:04 #12 35.14   rust-srpm-macros-5-2.el8.noarch                                               
12:00:04 #12 35.14   unzip-6.0-46.el8.x86_64                                                       
12:00:04 #12 35.14   xz-5.2.4-4.el8.x86_64                                                         
12:00:04 #12 35.14   zip-3.0-23.el8.x86_64                                                         
12:00:04 #12 35.14   zstd-1.4.4-1.el8.x86_64                                                       
12:00:04 #12 35.14 
12:00:04 #12 35.14 Complete!
12:00:04 #10 19.85 Selecting previously unselected package gettext-base.
12:00:04 #10 19.85 Preparing to unpack .../010-gettext-base_0.21-4_armhf.deb ...
12:00:04 #10 19.86 Unpacking gettext-base (0.21-4) ...
12:00:04 #10 19.93 Selecting previously unselected package manpages.
12:00:04 #10 19.93 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
12:00:04 #10 19.94 Unpacking manpages (5.10-1) ...
12:00:04 #10 48.18 Setting up git (1:2.17.1-1ubuntu0.15) ...
12:00:04 #10 48.22 Setting up libhttp-negotiate-perl (6.00-2) ...
12:00:04 #10 48.23 Setting up libmailtools-perl (2.18-1) ...
12:00:04 #10 48.24 Setting up libgit-wrapper-perl (0.047-1) ...
12:00:04 #10 48.25 Setting up libhtml-format-perl (2.12-1) ...
12:00:04 #10 48.27 Setting up libemail-valid-perl (1.202-1) ...
12:00:04 #10 48.28 Setting up libhttp-cookies-perl (6.04-1) ...
12:00:04 #10 48.29 Setting up curl (7.58.0-2ubuntu3.22) ...
12:00:04 #10 48.30 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:04 #10 48.31 Setting up gnupg (2.2.4-1ubuntu1.6) ...
12:00:04 #10 48.33 Setting up libhttp-daemon-perl (6.01-1ubuntu0.1) ...
12:00:04 #10 48.34 Setting up libxml-simple-perl (2.24-1) ...
12:00:04 #10 48.35 Setting up lintian (2.5.81ubuntu1) ...
12:00:04 #10 48.39 Setting up libhtml-form-perl (6.03-1) ...
12:00:04 #10 38.76 Selecting previously unselected package libalgorithm-diff-perl.
12:00:04 #10 38.76 Preparing to unpack .../145-libalgorithm-diff-perl_1.19.03-1_all.deb ...
12:00:04 #10 46.71 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:00:04 #10 46.75 Selecting previously unselected package libsasl2-modules:amd64.
12:00:04 #10 46.76 Preparing to unpack .../302-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
12:00:04 #10 46.76 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:00:04 #10 46.80 Selecting previously unselected package libsereal-decoder-perl.
12:00:04 #10 46.80 Preparing to unpack .../303-libsereal-decoder-perl_4.018+ds-1+b1_amd64.deb ...
12:00:04 #10 46.81 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
12:00:04 #10 46.86 Selecting previously unselected package libsereal-encoder-perl.
12:00:04 #10 46.86 Preparing to unpack .../304-libsereal-encoder-perl_4.018+ds-1+b1_amd64.deb ...
12:00:04 #10 46.86 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
12:00:04 #10 46.92 Selecting previously unselected package libtask-weaken-perl.
12:00:04 #9 45.81 (114/143): elfutils-debuginfod-client-0.188-3.f 3.2 MB/s |  39 kB     00:00    
12:00:04 #9 45.82 (115/143): emacs-filesystem-28.2-1.fc36.noarch. 812 kB/s | 7.1 kB     00:00    
12:00:04 #10 48.62 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
12:00:04 #10 48.68 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:04 #10 48.73 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:04 #10 48.84 
12:00:04 #10 48.84 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:04 #10 48.87 Setting up liblist-moreutils-perl (0.416-1build3) ...
12:00:04 #10 48.88 Setting up libtool (2.4.6-2) ...
12:00:04 #10 48.89 Setting up libhttp-date-perl (6.02-1) ...
12:00:04 #10 48.90 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:04 #10 48.91 Setting up build-essential (12.4ubuntu1) ...
12:00:04 #10 48.92 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.22) ...
12:00:04 #10 48.93 Setting up libdevel-callchecker-perl (0.007-2build1) ...
12:00:04 #10 48.94 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.22) ...
12:00:04 #10 48.95 Setting up devscripts (2.17.12ubuntu1.1) ...
12:00:04 #11 48.54 Setting up libdata-dump-perl (1.23-1) ...
12:00:04 #11 48.55 Setting up python3-certifi (2019.11.28-1) ...
12:00:04 #11 48.68 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:00:04 #10 48.55 Setting up gpg-agent (2.2.40-1) ...
12:00:04 #10 47.15 Selecting previously unselected package libltdl7:amd64.
12:00:04 #10 47.15 Preparing to unpack .../305-libltdl7_2.4.7-5_amd64.deb ...
12:00:04 #10 47.16 Unpacking libltdl7:amd64 (2.4.7-5) ...
12:00:04 #10 47.19 Selecting previously unselected package libltdl-dev:amd64.
12:00:04 #10 47.20 Preparing to unpack .../306-libltdl-dev_2.4.7-5_amd64.deb ...
12:00:04 #10 47.20 Unpacking libltdl-dev:amd64 (2.4.7-5) ...
12:00:04 #10 47.26 Selecting previously unselected package liblz1:amd64.
12:00:04 #11 44.82 Setting up libedit2:arm64 (3.1-20210910-1build1) ...
12:00:04 #11 44.84 Setting up libreadline8:arm64 (8.2-1) ...
12:00:04 #11 44.85 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
12:00:04 #11 44.87 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-1ubuntu1) ...
12:00:04 #11 44.88 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
12:00:04 #11 38.94 Unpacking python3-requests (2.25.1+dfsg-2) ...
12:00:04 #11 38.98 Selecting previously unselected package python3-unidiff.
12:00:04 #11 38.99 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
12:00:04 #11 39.00 Unpacking python3-unidiff (0.5.5-2) ...
12:00:04 #11 39.04 Selecting previously unselected package python3-xdg.
12:00:04 #11 39.04 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
12:00:04 #11 39.05 Unpacking python3-xdg (0.27-2) ...
12:00:04 #11 39.08 Selecting previously unselected package equivs.
12:00:04 #11 39.09 Preparing to unpack .../354-equivs_2.3.1_all.deb ...
12:00:04 #11 39.09 Unpacking equivs (2.3.1) ...
12:00:04 #11 39.14 Selecting previously unselected package libauthen-sasl-perl.
12:00:04 #11 47.92 Setting up libhtml-format-perl (2.16-1) ...
12:00:04 #11 ...
12:00:04 
12:00:04 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:04 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 13.7s
12:00:04 #10 51.45 Setting up linux-libc-dev:amd64 (4.19.269-1) ...
12:00:04 #10 51.47 Setting up gettext-base (0.19.8.1-9) ...
12:00:04 #10 51.49 Setting up liblzo2-2:amd64 (2.10-0.1) ...
12:00:04 #10 51.50 Setting up libnpth0:amd64 (1.6-1) ...
12:00:04 #10 51.51 Setting up krb5-locales (1.17-3+deb10u5) ...
12:00:04 #10 51.53 Setting up file (1:5.35-4+deb10u2) ...
12:00:04 #10 51.55 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b7) ...
12:00:04 #11 44.22 Public key for perl-5.16.3-299.el7_9.x86_64.rpm is not installed
12:00:04 #14 5.724 (11/79): cmake-3.20.2-4.el8.aarch64.rpm         6.3 MB/s |  10 MB     00:01    
12:00:04 #14 5.783 (12/79): git-core-doc-2.39.0-1.el8.noarch.rpm    51 MB/s | 3.0 MB     00:00    
12:00:04 #14 5.842 (13/79): isl-0.16.1-6.el8.aarch64.rpm            13 MB/s | 778 kB     00:00    
12:00:04 #14 5.849 (14/79): libmpc-1.1.0-9.1.el8.aarch64.rpm       8.6 MB/s |  60 kB     00:00    
12:00:04 #14 5.856 (15/79): libseccomp-devel-2.5.2-1.el8.aarch64.r 8.9 MB/s |  57 kB     00:00    
12:00:04 #14 5.879 (16/79): libtool-2.4.6-25.el8.aarch64.rpm        37 MB/s | 708 kB     00:00    
12:00:04 #10 21.15 Selecting previously unselected package perl-modules-5.32.
12:00:04 #10 21.15 Preparing to unpack .../05-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
12:00:04 #10 21.17 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:00:04 #10 20.12 Selecting previously unselected package libmd0:armhf.
12:00:04 #10 20.12 Preparing to unpack .../012-libmd0_1.0.3-3_armhf.deb ...
12:00:04 #10 20.14 Unpacking libmd0:armhf (1.0.3-3) ...
12:00:04 #10 20.19 Selecting previously unselected package libbsd0:armhf.
12:00:04 #10 20.19 Preparing to unpack .../013-libbsd0_0.11.3-1_armhf.deb ...
12:00:04 #10 20.19 Unpacking libbsd0:armhf (0.11.3-1) ...
12:00:04 #10 20.24 Selecting previously unselected package libedit2:armhf.
12:00:04 #10 20.24 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_armhf.deb ...
12:00:04 #10 20.25 Unpacking libedit2:armhf (3.1-20191231-2+b1) ...
12:00:04 #10 20.31 Selecting previously unselected package libcbor0:armhf.
12:00:04 #10 20.31 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_armhf.deb ...
12:00:04 #10 48.42 Setting up libimport-into-perl (1.002005-1) ...
12:00:04 #10 48.45 Setting up libmodule-implementation-perl (0.09-1) ...
12:00:04 #10 48.48 Setting up libparams-validate-perl (1.29-1) ...
12:00:04 #10 48.49 Setting up libmoo-perl (2.003004-1) ...
12:00:04 #10 48.51 Setting up libb-hooks-endofscope-perl (0.21-1) ...
12:00:04 #10 48.52 Setting up libpackage-stash-perl (0.37-1) ...
12:00:04 #10 48.53 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
12:00:04 #10 48.54 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:04 #10 48.56 Setting up licensecheck (3.0.31-2) ...
12:00:04 #10 48.57 Setting up dh-autoreconf (17) ...
12:00:04 #10 48.59 Setting up libwww-perl (6.31-1ubuntu0.1) ...
12:00:04 #10 48.60 Setting up debhelper (11.1.6ubuntu2) ...
12:00:04 #10 38.76 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
12:00:04 #10 38.84 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:00:04 #10 38.84 Preparing to unpack .../146-libalgorithm-diff-xs-perl_0.04-5_armhf.deb ...
12:00:04 #10 38.85 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
12:00:04 #10 38.90 Selecting previously unselected package libalgorithm-merge-perl.
12:00:04 #10 38.90 Preparing to unpack .../147-libalgorithm-merge-perl_0.08-3_all.deb ...
12:00:04 #10 38.91 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:00:04 #10 38.95 Selecting previously unselected package libapt-pkg-perl.
12:00:04 #10 38.95 Preparing to unpack .../148-libapt-pkg-perl_0.1.33build1_armhf.deb ...
12:00:04 #10 38.96 Unpacking libapt-pkg-perl (0.1.33build1) ...
12:00:04 #10 39.01 Selecting previously unselected package libarchive-cpio-perl.
12:00:04 #10 39.01 Preparing to unpack .../149-libarchive-cpio-perl_0.10-1_all.deb ...
12:00:04 #11 30.20 Selecting previously unselected package libcrypt-dev:armhf.
12:00:04 #11 30.20 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_armhf.deb ...
12:00:04 #11 30.21 Unpacking libcrypt-dev:armhf (1:4.4.27-1) ...
12:00:04 #11 30.24 Selecting previously unselected package rpcsvc-proto.
12:00:04 #11 30.24 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_armhf.deb ...
12:00:04 #11 30.25 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
12:00:04 #10 46.92 Preparing to unpack .../305-libtask-weaken-perl_1.06-1_all.deb ...
12:00:04 #10 46.92 Unpacking libtask-weaken-perl (1.06-1) ...
12:00:04 #10 46.95 Selecting previously unselected package libxml-parser-perl:amd64.
12:00:04 #10 46.96 Preparing to unpack .../306-libxml-parser-perl_2.46-2_amd64.deb ...
12:00:04 #10 46.96 Unpacking libxml-parser-perl:amd64 (2.46-2) ...
12:00:04 #10 47.01 Selecting previously unselected package libsoap-lite-perl.
12:00:04 #10 47.01 Preparing to unpack .../307-libsoap-lite-perl_1.27-1_all.deb ...
12:00:04 #10 47.02 Unpacking libsoap-lite-perl (1.27-1) ...
12:00:04 #10 47.08 Selecting previously unselected package libsort-key-perl.
12:00:04 #10 47.08 Preparing to unpack .../308-libsort-key-perl_1.33-2+b3_amd64.deb ...
12:00:04 #10 47.08 Unpacking libsort-key-perl (1.33-2+b3) ...
12:00:04 #10 47.12 Selecting previously unselected package libstring-copyright-perl.
12:00:04 #10 47.12 Preparing to unpack .../309-libstring-copyright-perl_0.003006-1_all.deb ...
12:00:04 #10 47.12 Unpacking libstring-copyright-perl (0.003006-1) ...
12:00:04 #10 47.15 Selecting previously unselected package libstring-escape-perl.
12:00:04 #10 47.15 Preparing to unpack .../310-libstring-escape-perl_2010.002-2_all.deb ...
12:00:04 #10 47.16 Unpacking libstring-escape-perl (2010.002-2) ...
12:00:04 #10 47.21 Selecting previously unselected package libstring-shellquote-perl.
12:00:04 #13 0.881 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
12:00:04 #13 0.949 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
12:00:04 #10 49.11 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:00:04 #10 49.12 Setting up libcgi-fast-perl (1:2.13-1) ...
12:00:04 #10 49.14 Setting up libhtml-tree-perl (5.07-1) ...
12:00:04 #10 49.15 Setting up libfile-listing-perl (6.04-1) ...
12:00:04 #10 49.16 Setting up libhttp-message-perl (6.14-1) ...
12:00:04 #10 49.17 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
12:00:04 #10 49.21 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:04 #10 49.01 Setting up libxpm4:arm64 (1:3.5.12-1.1) ...
12:00:04 #10 49.02 Setting up openssh-client (1:9.1p1-2) ...
12:00:04 #10 49.11 Setting up gpgsm (2.2.40-1) ...
12:00:04 #11 48.69 Setting up libref-util-perl (0.204-1) ...
12:00:04 #11 48.70 Setting up libipc-system-simple-perl (1.26-1) ...
12:00:04 #11 48.71 Setting up libnet-domain-tld-perl (1.75-1) ...
12:00:04 #11 48.72 Setting up libxml-writer-perl (0.625-1) ...
12:00:04 #11 48.74 Setting up libhash-fieldhash-perl (0.15-1build2) ...
12:00:04 #11 48.75 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
12:00:04 #11 48.77 Setting up shared-mime-info (1.15-1) ...
12:00:04 #10 47.26 Preparing to unpack .../307-liblz1_1.13-5_amd64.deb ...
12:00:04 #10 47.26 Unpacking liblz1:amd64 (1.13-5) ...
12:00:04 #10 47.31 Selecting previously unselected package liblzo2-2:amd64.
12:00:04 #10 47.31 Preparing to unpack .../308-liblzo2-2_2.10-2_amd64.deb ...
12:00:04 #10 47.31 Unpacking liblzo2-2:amd64 (2.10-2) ...
12:00:04 #10 47.35 Selecting previously unselected package libsys-hostname-long-perl.
12:00:04 #10 47.35 Preparing to unpack .../309-libsys-hostname-long-perl_1.5-3_all.deb ...
12:00:04 #10 47.35 Unpacking libsys-hostname-long-perl (1.5-3) ...
12:00:04 #10 47.39 Selecting previously unselected package libmail-sendmail-perl.
12:00:04 #10 47.39 Preparing to unpack .../310-libmail-sendmail-perl_0.80-3_all.deb ...
12:00:04 #10 47.40 Unpacking libmail-sendmail-perl (0.80-3) ...
12:00:04 #10 47.43 Selecting previously unselected package libnet-smtp-ssl-perl.
12:00:04 #10 47.43 Preparing to unpack .../311-libnet-smtp-ssl-perl_1.04-2_all.deb ...
12:00:04 #10 47.43 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
12:00:04 #10 47.46 Selecting previously unselected package libmailtools-perl.
12:00:04 #10 47.46 Preparing to unpack .../312-libmailtools-perl_2.21-2_all.deb ...
12:00:04 #10 47.47 Unpacking libmailtools-perl (2.21-2) ...
12:00:04 #10 47.52 Selecting previously unselected package libmarkdown2:amd64.
12:00:04 #11 39.15 Preparing to unpack .../355-libauthen-sasl-perl_2.1600-1.1_all.deb ...
12:00:04 #11 39.16 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
12:00:04 #11 39.22 Selecting previously unselected package python3-magic.
12:00:04 #11 39.22 Preparing to unpack .../356-python3-magic_2%3a0.4.24-2_all.deb ...
12:00:04 #11 39.22 Unpacking python3-magic (2:0.4.24-2) ...
12:00:04 #11 39.34 Setting up libksba8:arm64 (1.6.0-2ubuntu0.2) ...
12:00:04 #11 39.35 Setting up media-types (7.0.0) ...
12:00:04 #11 39.37 Setting up libpipeline1:arm64 (1.5.5-1) ...
12:00:04 #11 39.39 Setting up wdiff (1.2.2-2build3) ...
12:00:04 #11 39.41 Setting up gcc-11-base:arm64 (11.3.0-1ubuntu1~22.04) ...
12:00:04 #11 39.50 Setting up libxau6:arm64 (1:1.0.9-1build5) ...
12:00:04 #11 39.53 Setting up libre2-9:arm64 (20220201+dfsg-1) ...
12:00:04 #11 47.93 Setting up python3-xdg (0.27-2) ...
12:00:04 #11 48.09 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:00:04 #11 48.15 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:04 #11 48.20 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:05 #10 51.58 Setting up libassuan0:amd64 (2.5.2-1) ...
12:00:05 #10 51.60 Setting up libgomp1:amd64 (8.3.0-6) ...
12:00:05 #10 51.62 Setting up libapt-inst2.0:amd64 (1.8.2.3) ...
12:00:05 #10 51.63 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
12:00:05 #10 51.64 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:00:05 #10 51.66 Setting up libunwind8:amd64 (1.2.1-10~deb10u1) ...
12:00:05 #10 51.67 Setting up libicu63:amd64 (63.1-6+deb10u3) ...
12:00:05 #10 51.69 Setting up libfakeroot:amd64 (1.23-1) ...
12:00:05 #10 51.71 Setting up libkrb5support0:amd64 (1.17-3+deb10u5) ...
12:00:05 #10 51.72 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:00:05 #10 51.73 Setting up fakeroot (1.23-1) ...
12:00:05 #10 51.74 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:05 #10 51.76 Setting up mariadb-common (1:10.3.36-0+deb10u2) ...
12:00:05 #10 51.77 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:00:05 #7 ...
12:00:05 
12:00:05 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:05 #11 27.74 Selecting previously unselected package perl.
12:00:05 #11 27.74 Preparing to unpack .../015-perl_5.34.0-5ubuntu1.1_armhf.deb ...
12:00:05 #11 27.75 Unpacking perl (5.34.0-5ubuntu1.1) ...
12:00:05 #11 27.82 Selecting previously unselected package openssl.
12:00:05 #11 27.82 Preparing to unpack .../016-openssl_3.0.5-2ubuntu2_armhf.deb ...
12:00:05 #11 27.82 Unpacking openssl (3.0.5-2ubuntu2) ...
12:00:05 #14 5.961 (17/79): git-core-2.39.0-1.el8.aarch64.rpm      6.1 MB/s | 9.8 MB     00:01    
12:00:05 #14 5.970 (18/79): libuv-1.41.1-1.el8_4.aarch64.rpm        16 MB/s | 150 kB     00:00    
12:00:05 #14 5.978 (19/79): libxkbcommon-0.9.1-1.el8.aarch64.rpm    17 MB/s | 112 kB     00:00    
12:00:05 #14 6.027 (20/79): gcc-8.5.0-18.el8.aarch64.rpm            10 MB/s |  19 MB     00:01    
12:00:05 #14 6.031 (21/79): perl-Error-0.17025-2.el8.noarch.rpm    874 kB/s |  46 kB     00:00    
12:00:05 #14 6.035 (22/79): perl-Git-2.39.0-1.el8.noarch.rpm        11 MB/s |  78 kB     00:00    
12:00:05 #14 6.038 (23/79): perl-TermReadKey-2.37-7.el8.aarch64.rp 5.9 MB/s |  40 kB     00:00    
12:00:05 #14 6.042 (24/79): perl-Thread-Queue-3.13-1.el8.noarch.rp 3.9 MB/s |  24 kB     00:00    
12:00:05 #14 6.046 (25/79): vim-filesystem-8.0.1763-19.el8.4.noarc 6.6 MB/s |  50 kB     00:00    
12:00:05 #14 6.058 (26/79): checkpolicy-2.9-1.el8.aarch64.rpm       31 MB/s | 338 kB     00:00    
12:00:05 #14 6.067 (27/79): xkeyboard-config-2.28-1.el8.noarch.rpm  31 MB/s | 782 kB     00:00    
12:00:05 #14 6.072 (28/79): glibc-devel-2.28-224.el8.aarch64.rpm   6.0 MB/s |  81 kB     00:00    
12:00:05 #14 6.081 (29/79): glibc-headers-2.28-224.el8.aarch64.rpm  34 MB/s | 479 kB     00:00    
12:00:05 #14 6.100 (30/79): glibc-langpack-en-2.28-224.el8.aarch64  29 MB/s | 826 kB     00:00    
12:00:05 #14 6.112 (31/79): less-530-1.el8.aarch64.rpm              15 MB/s | 162 kB     00:00    
12:00:05 #14 6.123 (32/79): libasan-8.5.0-18.el8.aarch64.rpm        35 MB/s | 387 kB     00:00    
12:00:05 #14 6.130 (33/79): libatomic-8.5.0-18.el8.aarch64.rpm     3.9 MB/s |  26 kB     00:00    
12:00:05 #14 6.139 (34/79): libedit-3.1-23.20170329cvs.el8.aarch64  13 MB/s |  99 kB     00:00    
12:00:05 #11 31.70 Selecting previously unselected package cpp.
12:00:05 #11 31.70 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_armhf.deb ...
12:00:05 #11 31.71 Unpacking cpp (4:9.3.0-1ubuntu2) ...
12:00:05 #11 31.80 Selecting previously unselected package libcc1-0:armhf.
12:00:05 #11 31.80 Preparing to unpack .../084-libcc1-0_10.3.0-1ubuntu1~20.04_armhf.deb ...
12:00:05 #11 31.81 Unpacking libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
12:00:05 #11 31.85 Selecting previously unselected package libgomp1:armhf.
12:00:05 #11 31.85 Preparing to unpack .../085-libgomp1_10.3.0-1ubuntu1~20.04_armhf.deb ...
12:00:05 #11 31.85 Unpacking libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
12:00:05 #11 31.94 Selecting previously unselected package libatomic1:armhf.
12:00:05 #11 31.94 Preparing to unpack .../086-libatomic1_10.3.0-1ubuntu1~20.04_armhf.deb ...
12:00:05 #11 31.95 Unpacking libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
12:00:05 #11 31.99 Selecting previously unselected package libasan5:armhf.
12:00:05 #11 31.99 Preparing to unpack .../087-libasan5_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
12:00:05 #11 31.99 Unpacking libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
12:00:05 #13 9.963 (32/72): gcc-11.3.1-4.3.el9.x86_64.rpm          9.0 MB/s |  32 MB     00:03    
12:00:05 #13 9.984 (33/72): git-core-doc-2.39.1-1.el9.noarch.rpm   1.6 MB/s | 2.9 MB     00:01    
12:00:05 #13 10.08 (34/72): git-core-2.39.1-1.el9.x86_64.rpm       1.3 MB/s | 4.2 MB     00:03    
12:00:05 #13 10.08 (35/72): glibc-devel-2.34-54.el9.x86_64.rpm     413 kB/s |  49 kB     00:00    
12:00:05 #13 10.09 (36/72): glibc-headers-2.34-54.el9.x86_64.rpm   5.1 MB/s | 550 kB     00:00    
12:00:05 #10 20.31 Unpacking libcbor0:armhf (0.5.0+dfsg-2) ...
12:00:05 #10 20.35 Selecting previously unselected package libfido2-1:armhf.
12:00:05 #10 20.35 Preparing to unpack .../016-libfido2-1_1.6.0-2_armhf.deb ...
12:00:05 #10 20.35 Unpacking libfido2-1:armhf (1.6.0-2) ...
12:00:05 #10 20.41 Selecting previously unselected package openssh-client.
12:00:05 #10 20.41 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_armhf.deb ...
12:00:05 #10 20.42 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
12:00:05 #10 48.61 Setting up equivs (2.1.0) ...
12:00:05 #10 48.62 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:00:05 #10 48.63 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
12:00:05 #10 48.65 Setting up libxml-parser-perl (2.44-2build3) ...
12:00:05 #10 48.66 Setting up libxml-sax-expat-perl (0.40-2) ...
12:00:05 #10 48.70 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:05 #10 48.75 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:05 #10 39.02 Unpacking libarchive-cpio-perl (0.10-1) ...
12:00:05 #10 39.05 Selecting previously unselected package libb-hooks-op-check-perl.
12:00:05 #10 39.05 Preparing to unpack .../150-libb-hooks-op-check-perl_0.22-1_armhf.deb ...
12:00:05 #10 39.06 Unpacking libb-hooks-op-check-perl (0.22-1) ...
12:00:05 #10 39.12 Selecting previously unselected package libdynaloader-functions-perl.
12:00:05 #10 39.12 Preparing to unpack .../151-libdynaloader-functions-perl_0.003-1_all.deb ...
12:00:05 #10 39.13 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:00:05 #10 39.17 Selecting previously unselected package libdevel-callchecker-perl.
12:00:05 #10 39.17 Preparing to unpack .../152-libdevel-callchecker-perl_0.007-2build1_armhf.deb ...
12:00:05 #10 39.17 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
12:00:05 #10 39.23 Selecting previously unselected package libparams-classify-perl.
12:00:05 #10 39.23 Preparing to unpack .../153-libparams-classify-perl_0.015-1_armhf.deb ...
12:00:05 #11 30.29 Selecting previously unselected package libtirpc-dev:armhf.
12:00:05 #11 30.29 Preparing to unpack .../067-libtirpc-dev_1.3.2-2ubuntu0.1_armhf.deb ...
12:00:05 #11 30.30 Unpacking libtirpc-dev:armhf (1.3.2-2ubuntu0.1) ...
12:00:05 #11 30.63 Selecting previously unselected package libnsl-dev:armhf.
12:00:05 #11 30.63 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_armhf.deb ...
12:00:05 #11 30.64 Unpacking libnsl-dev:armhf (1.3.0-2build2) ...
12:00:05 #11 30.67 Selecting previously unselected package libc6-dev:armhf.
12:00:05 #11 30.67 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3.1_armhf.deb ...
12:00:05 #11 30.67 Unpacking libc6-dev:armhf (2.35-0ubuntu3.1) ...
12:00:05 #10 47.21 Preparing to unpack .../311-libstring-shellquote-perl_1.04-1_all.deb ...
12:00:05 #10 47.21 Unpacking libstring-shellquote-perl (1.04-1) ...
12:00:05 #10 47.25 Selecting previously unselected package libsys-cpuaffinity-perl:amd64.
12:00:05 #10 47.25 Preparing to unpack .../312-libsys-cpuaffinity-perl_1.13~03-1_amd64.deb ...
12:00:05 #10 47.26 Unpacking libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
12:00:05 #10 47.32 Selecting previously unselected package libterm-readkey-perl.
12:00:05 #10 47.32 Preparing to unpack .../313-libterm-readkey-perl_2.38-1+b2_amd64.deb ...
12:00:05 #10 47.33 Unpacking libterm-readkey-perl (2.38-1+b2) ...
12:00:05 #10 47.37 Selecting previously unselected package libtext-levenshteinxs-perl.
12:00:05 #10 47.37 Preparing to unpack .../314-libtext-levenshteinxs-perl_0.03-4+b8_amd64.deb ...
12:00:05 #10 47.38 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
12:00:05 #13 1.017 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
12:00:05 #13 1.096 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
12:00:05 #10 49.28 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:05 #10 49.34 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:05 #10 49.45 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:05 #10 49.12 Setting up libheif1:arm64 (1.14.2-1) ...
12:00:05 #10 49.13 Setting up libxext6:arm64 (2:1.3.4-1+b1) ...
12:00:05 #10 49.14 Setting up binutils-aarch64-linux-gnu (2.40-2) ...
12:00:05 #10 49.15 Setting up libcurl3-gnutls:arm64 (7.87.0-2) ...
12:00:05 #10 49.16 Setting up binutils (2.40-2) ...
12:00:05 #10 49.18 Setting up man-db (2.11.2-1) ...
12:00:05 #10 49.28 Building database of manual pages ...
12:00:05 #10 47.52 Preparing to unpack .../313-libmarkdown2_2.2.7-2_amd64.deb ...
12:00:05 #10 47.52 Unpacking libmarkdown2:amd64 (2.2.7-2) ...
12:00:05 #10 47.55 Selecting previously unselected package libmath-base85-perl.
12:00:05 #10 47.56 Preparing to unpack .../314-libmath-base85-perl_0.5+dfsg-2_all.deb ...
12:00:05 #10 47.56 Unpacking libmath-base85-perl (0.5+dfsg-2) ...
12:00:05 #10 47.59 Selecting previously unselected package libmime-tools-perl.
12:00:05 #10 47.59 Preparing to unpack .../315-libmime-tools-perl_5.510-1_all.deb ...
12:00:05 #10 47.60 Unpacking libmime-tools-perl (5.510-1) ...
12:00:05 #10 47.70 Selecting previously unselected package libmldbm-perl.
12:00:05 #10 47.70 Preparing to unpack .../316-libmldbm-perl_2.05-4_all.deb ...
12:00:05 #10 47.70 Unpacking libmldbm-perl (2.05-4) ...
12:00:05 #10 47.73 Selecting previously unselected package libmoox-aliases-perl.
12:00:05 #10 47.73 Preparing to unpack .../317-libmoox-aliases-perl_0.001006-2_all.deb ...
12:00:05 #10 47.74 Unpacking libmoox-aliases-perl (0.001006-2) ...
12:00:05 #10 47.77 Selecting previously unselected package libmouse-perl.
12:00:05 #11 39.55 Setting up lto-disabled-list (24) ...
12:00:05 #11 39.58 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
12:00:05 #11 39.60 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
12:00:05 #11 39.61 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:00:05 #11 39.62 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist
12:00:05 #11 39.63 Setting up libtext-glob-perl (0.11-2) ...
12:00:05 #11 39.64 Setting up libmagic-mgc (1:5.41-3) ...
12:00:05 #11 39.65 Setting up libyaml-0-2:arm64 (0.2.2-1build2) ...
12:00:05 #11 39.68 Setting up distro-info-data (0.52ubuntu0.2) ...
12:00:05 #11 39.70 Setting up manpages (5.10-1ubuntu1) ...
12:00:05 #11 39.71 Setting up unzip (6.0-26ubuntu3.1) ...
12:00:05 #11 39.73 Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
12:00:05 #11 39.74 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
12:00:05 #9 46.27 (116/143): binutils-2.37-37.fc36.aarch64.rpm     11 MB/s | 6.3 MB     00:00    
12:00:05 #9 46.29 (117/143): gdb-minimal-12.1-2.fc36.aarch64.rpm  7.5 MB/s | 3.5 MB     00:00    
12:00:05 #9 46.41 (118/143): gdk-pixbuf2-2.42.9-2.fc36.aarch64.rp 792 kB/s | 463 kB     00:00    
12:00:05 #9 46.49 (119/143): glibc-gconv-extra-2.35-22.fc36.aarch 7.5 MB/s | 1.7 MB     00:00    
12:00:05 #9 46.50 (120/143): go-srpm-macros-3.2.0-1.fc36.noarch.r 327 kB/s |  26 kB     00:00    
12:00:05 #9 46.50 (121/143): libappstream-glib-0.8.0-4.fc36.aarch 4.3 MB/s | 376 kB     00:00    
12:00:05 #9 46.51 (122/143): perl-Encode-3.17-485.fc36.aarch64.rp  85 MB/s | 1.7 MB     00:00    
12:00:05 #11 48.32 
12:00:05 #11 48.32 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:05 #11 48.35 Setting up python3-six (1.16.0-4) ...
12:00:05 #10 51.78 Setting up libasan5:amd64 (8.3.0-6) ...
12:00:05 #10 51.79 Setting up autotools-dev (20180224.1) ...
12:00:05 #10 51.82 Setting up libglib2.0-data (2.58.3-2+deb10u4) ...
12:00:05 #10 51.86 Setting up libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
12:00:05 #10 51.89 Setting up libwrap0:amd64 (7.6.q-28) ...
12:00:05 #10 51.91 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
12:00:05 #10 51.92 Setting up make (4.2.1-1.2) ...
12:00:05 #10 51.94 Setting up libmpfr6:amd64 (4.0.2-1) ...
12:00:05 #10 51.96 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
12:00:05 #10 51.97 Setting up libntlm0:amd64 (1.5-1+deb10u1) ...
12:00:05 #10 51.99 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
12:00:05 #10 52.00 Setting up libidn11:amd64 (1.33-2.2) ...
12:00:05 #11 27.98 Selecting previously unselected package ca-certificates.
12:00:05 #11 27.98 Preparing to unpack .../017-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
12:00:05 #11 28.00 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
12:00:05 #11 28.14 Selecting previously unselected package libdbus-1-3:armhf.
12:00:05 #11 28.14 Preparing to unpack .../018-libdbus-1-3_1.14.0-2ubuntu3_armhf.deb ...
12:00:05 #11 28.14 Unpacking libdbus-1-3:armhf (1.14.0-2ubuntu3) ...
12:00:05 #11 28.19 Selecting previously unselected package dbus-bin.
12:00:05 #11 28.19 Preparing to unpack .../019-dbus-bin_1.14.0-2ubuntu3_armhf.deb ...
12:00:05 #11 28.20 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
12:00:05 #11 45.39 Updating certificates in /etc/ssl/certs...
12:00:05 #14 6.146 (35/79): libgomp-8.5.0-18.el8.aarch64.rpm        29 MB/s | 200 kB     00:00    
12:00:05 #14 6.157 (36/79): libselinux-devel-2.9-8.el8.aarch64.rpm  19 MB/s | 200 kB     00:00    
12:00:05 #14 6.167 (37/79): libselinux-utils-2.9-8.el8.aarch64.rpm  27 MB/s | 241 kB     00:00    
12:00:05 #14 6.174 (38/79): libsepol-devel-2.9-3.el8.aarch64.rpm    13 MB/s |  87 kB     00:00    
12:00:05 #14 6.182 (39/79): libubsan-8.5.0-18.el8.aarch64.rpm       18 MB/s | 145 kB     00:00    
12:00:05 #14 6.188 (40/79): libxcrypt-devel-4.1.1-6.el8.aarch64.rp 4.9 MB/s |  25 kB     00:00    
12:00:05 #14 6.197 (41/79): m4-1.4.18-7.el8.aarch64.rpm             27 MB/s | 218 kB     00:00    
12:00:05 #14 6.211 (42/79): make-4.2.1-11.el8.aarch64.rpm           35 MB/s | 490 kB     00:00    
12:00:05 #14 6.225 (43/79): openssh-8.0p1-17.el8.aarch64.rpm        35 MB/s | 489 kB     00:00    
12:00:05 #14 6.244 (44/79): openssh-clients-8.0p1-17.el8.aarch64.r  36 MB/s | 626 kB     00:00    
12:00:05 #14 6.261 (45/79): pcre2-devel-10.32-3.el8.aarch64.rpm     36 MB/s | 605 kB     00:00    
12:00:05 #14 6.271 (46/79): pcre2-utf16-10.32-3.el8.aarch64.rpm     22 MB/s | 203 kB     00:00    
12:00:05 #14 6.281 (47/79): pcre2-utf32-10.32-3.el8.aarch64.rpm     21 MB/s | 196 kB     00:00    
12:00:05 #14 6.286 (48/79): perl-Data-Dumper-2.167-399.el8.aarch64  11 MB/s |  57 kB     00:00    
12:00:05 #14 6.324 (49/79): kernel-headers-4.18.0-448.el8.aarch64.  43 MB/s |  10 MB     00:00    
12:00:05 #14 6.330 (50/79): policycoreutils-2.9-21.1.el8.aarch64.r 8.5 MB/s | 374 kB     00:00    
12:00:05 #14 6.339 (51/79): policycoreutils-devel-2.9-21.1.el8.aar  19 MB/s | 287 kB     00:00    
12:00:05 #14 6.345 (52/79): policycoreutils-python-utils-2.9-21.1.  16 MB/s | 253 kB     00:00    
12:00:05 #14 6.350 (53/79): python3-audit-3.0.7-4.el8.aarch64.rpm  7.5 MB/s |  85 kB     00:00    
12:00:05 #14 6.358 (54/79): python3-libselinux-2.9-8.el8.aarch64.r  23 MB/s | 272 kB     00:00    
12:00:05 #14 6.362 (55/79): python3-libsemanage-2.9-9.el8.aarch64.  11 MB/s | 126 kB     00:00    
12:00:05 #14 6.376 (56/79): python3-setools-4.3.0-3.el8.aarch64.rp  40 MB/s | 528 kB     00:00    
12:00:05 #14 6.383 (57/79): rpm-plugin-selinux-4.14.3-26.el8.aarch  13 MB/s |  78 kB     00:00    
12:00:05 #14 6.401 (58/79): selinux-policy-3.14.3-114.el8.noarch.r  36 MB/s | 658 kB     00:00    
12:00:05 #14 6.416 (59/79): python3-policycoreutils-2.9-21.1.el8.n  39 MB/s | 2.2 MB     00:00    
12:00:05 #14 6.446 (60/79): selinux-policy-devel-3.14.3-114.el8.no  34 MB/s | 1.5 MB     00:00    
12:00:05 #14 6.461 (61/79): systemd-devel-239-70.el8.aarch64.rpm    28 MB/s | 400 kB     00:00    
12:00:05 #9 46.23 Running transaction check
12:00:05 #9 46.38 Transaction check succeeded.
12:00:05 #9 46.38 Running transaction test
12:00:05 #13 10.31 (37/72): libmpc-1.2.1-4.el9.x86_64.rpm          275 kB/s |  62 kB     00:00    
12:00:05 #13 10.31 (38/72): libseccomp-devel-2.5.2-2.el9.x86_64.rp 267 kB/s |  59 kB     00:00    
12:00:05 #13 10.37 (39/72): kernel-headers-5.14.0-247.el9.x86_64.r  16 MB/s | 4.7 MB     00:00    
12:00:05 #13 10.40 (40/72): libselinux-devel-3.5-0.rc2.1.el9.x86_6 1.8 MB/s | 159 kB     00:00    
12:00:05 #13 10.40 (41/72): libsepol-devel-3.5-0.rc2.1.el9.x86_64. 545 kB/s |  48 kB     00:00    
12:00:05 #13 10.47 (42/72): libtool-2.4.6-45.el9.x86_64.rpm        5.3 MB/s | 582 kB     00:00    
12:00:05 #10 27.43 Selecting previously unselected package gcc.
12:00:05 #10 27.43 Preparing to unpack .../055-gcc_4%3a12.2.0-3_armhf.deb ...
12:00:05 #10 27.44 Unpacking gcc (4:12.2.0-3) ...
12:00:05 #10 27.52 Selecting previously unselected package libstdc++-12-dev:armhf.
12:00:05 #10 27.52 Preparing to unpack .../056-libstdc++-12-dev_12.2.0-14_armhf.deb ...
12:00:05 #10 27.54 Unpacking libstdc++-12-dev:armhf (12.2.0-14) ...
12:00:05 #10 20.67 Selecting previously unselected package ucf.
12:00:05 #10 20.67 Preparing to unpack .../018-ucf_3.0043_all.deb ...
12:00:05 #10 20.67 Moving old data out of the way
12:00:05 #10 20.68 Unpacking ucf (3.0043) ...
12:00:05 #10 20.74 Selecting previously unselected package xz-utils.
12:00:05 #10 20.74 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ...
12:00:05 #10 20.75 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
12:00:05 #10 48.91 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:05 #10 48.95 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:00:05 #10 48.99 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
12:00:05 #10 49.00 Updating certificates in /etc/ssl/certs...
12:00:05 #10 39.25 Unpacking libparams-classify-perl (0.015-1) ...
12:00:05 #10 39.30 Selecting previously unselected package libmodule-runtime-perl.
12:00:05 #10 39.30 Preparing to unpack .../154-libmodule-runtime-perl_0.016-1_all.deb ...
12:00:05 #10 39.31 Unpacking libmodule-runtime-perl (0.016-1) ...
12:00:05 #10 39.35 Selecting previously unselected package libtry-tiny-perl.
12:00:05 #10 39.35 Preparing to unpack .../155-libtry-tiny-perl_0.30-1_all.deb ...
12:00:05 #10 39.35 Unpacking libtry-tiny-perl (0.30-1) ...
12:00:05 #10 39.39 Selecting previously unselected package libmodule-implementation-perl.
12:00:05 #10 39.39 Preparing to unpack .../156-libmodule-implementation-perl_0.09-1_all.deb ...
12:00:05 #10 39.40 Unpacking libmodule-implementation-perl (0.09-1) ...
12:00:05 #10 39.44 Selecting previously unselected package libsub-exporter-progressive-perl.
12:00:05 #10 39.44 Preparing to unpack .../157-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:00:05 #10 39.45 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:00:05 #10 47.51 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
12:00:05 #10 47.51 Preparing to unpack .../315-libtext-markdown-discount-perl_0.12-1+b1_amd64.deb ...
12:00:05 #10 47.53 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
12:00:05 #10 47.58 Selecting previously unselected package libtext-xslate-perl.
12:00:05 #10 47.58 Preparing to unpack .../316-libtext-xslate-perl_3.5.8-1+b1_amd64.deb ...
12:00:05 #10 47.59 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
12:00:05 #10 47.67 Selecting previously unselected package libtime-duration-perl.
12:00:05 #10 47.67 Preparing to unpack .../317-libtime-duration-perl_1.21-1_all.deb ...
12:00:05 #10 47.68 Unpacking libtime-duration-perl (1.21-1) ...
12:00:05 #11 30.91 Selecting previously unselected package gcc-11-base:armhf.
12:00:05 #11 30.91 Preparing to unpack .../070-gcc-11-base_11.3.0-1ubuntu1~22.04_armhf.deb ...
12:00:05 #11 30.93 Unpacking gcc-11-base:armhf (11.3.0-1ubuntu1~22.04) ...
12:00:05 #10 49.48 Setting up libparams-classify-perl (0.015-1) ...
12:00:05 #10 49.49 Setting up git (1:2.17.1-1ubuntu0.15) ...
12:00:05 #10 49.52 Setting up libhttp-negotiate-perl (6.00-2) ...
12:00:05 #10 49.53 Setting up libmailtools-perl (2.18-1) ...
12:00:05 #10 49.54 Setting up libgit-wrapper-perl (0.047-1) ...
12:00:05 #10 49.55 Setting up libhtml-format-perl (2.12-1) ...
12:00:05 #10 49.56 Setting up libemail-valid-perl (1.202-1) ...
12:00:05 #10 49.57 Setting up libhttp-cookies-perl (6.04-1) ...
12:00:05 #10 49.58 Setting up curl (7.58.0-2ubuntu3.22) ...
12:00:05 #10 49.60 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:05 #10 49.61 Setting up gnupg (2.2.4-1ubuntu1.6) ...
12:00:05 #10 49.62 Setting up libhttp-daemon-perl (6.01-1ubuntu0.1) ...
12:00:05 #10 49.63 Setting up libxml-simple-perl (2.24-1) ...
12:00:05 #10 49.64 Setting up lintian (2.5.81ubuntu1) ...
12:00:05 #10 49.65 Setting up libhtml-form-perl (6.03-1) ...
12:00:05 #10 49.66 Setting up libimport-into-perl (1.002005-1) ...
12:00:05 #10 49.67 Setting up libmodule-implementation-perl (0.09-1) ...
12:00:05 #10 47.77 Preparing to unpack .../318-libmouse-perl_2.5.10-1+b3_amd64.deb ...
12:00:05 #10 47.78 Unpacking libmouse-perl (2.5.10-1+b3) ...
12:00:05 #10 47.84 Selecting previously unselected package libossp-uuid16:amd64.
12:00:05 #10 47.84 Preparing to unpack .../319-libossp-uuid16_1.6.2-1.5+b11_amd64.deb ...
12:00:05 #10 47.84 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b11) ...
12:00:05 #10 47.88 Selecting previously unselected package libossp-uuid-perl.
12:00:05 #10 47.88 Preparing to unpack .../320-libossp-uuid-perl_1.6.2-1.5+b11_amd64.deb ...
12:00:05 #10 47.88 Unpacking libossp-uuid-perl (1.6.2-1.5+b11) ...
12:00:05 #10 47.92 Selecting previously unselected package libpackage-stash-xs-perl:amd64.
12:00:05 #10 47.92 Preparing to unpack .../321-libpackage-stash-xs-perl_0.30-1+b1_amd64.deb ...
12:00:05 #10 47.93 Unpacking libpackage-stash-xs-perl:amd64 (0.30-1+b1) ...
12:00:05 #10 47.96 Selecting previously unselected package libpath-iterator-rule-perl.
12:00:05 #10 47.96 Preparing to unpack .../322-libpath-iterator-rule-perl_1.015-2_all.deb ...
12:00:05 #10 47.97 Unpacking libpath-iterator-rule-perl (1.015-2) ...
12:00:05 #10 48.00 Selecting previously unselected package libperlio-gzip-perl.
12:00:05 #12 DONE 36.2s
12:00:05 
12:00:05 #13 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
12:00:05 #13 DONE 0.1s
12:00:05 
12:00:05 #14 [stage-1 7/9] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;     dnf builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
12:00:05 #11 39.76 Setting up libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
12:00:05 #11 39.78 Setting up libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:00:05 #11 39.81 Setting up binutils-common:arm64 (2.38-4ubuntu2.1) ...
12:00:05 #11 39.83 Setting up libnghttp2-14:arm64 (1.43.0-1build3) ...
12:00:05 #11 39.85 Setting up libmagic1:arm64 (1:5.41-3) ...
12:00:05 #11 39.88 Setting up libdeflate0:arm64 (1.10-2) ...
12:00:05 #11 39.89 Setting up less (590-1build1) ...
12:00:05 #11 39.92 Setting up perl-openssl-defaults:arm64 (5build2) ...
12:00:05 #11 39.93 Setting up linux-libc-dev:arm64 (5.15.0-58.64) ...
12:00:05 #11 39.95 Setting up libctf-nobfd0:arm64 (2.38-4ubuntu2.1) ...
12:00:05 #11 39.96 Setting up gettext-base (0.21-4ubuntu4) ...
12:00:05 #9 46.52 (123/143): perl-Getopt-Long-2.54-1.fc36.noarch. 5.0 MB/s |  60 kB     00:00    
12:00:05 #9 46.52 (124/143): perl-HTTP-Tiny-0.082-1.fc36.noarch.r 3.8 MB/s |  55 kB     00:00    
12:00:05 #9 46.52 (125/143): perl-Scalar-List-Utils-1.63-489.fc36 8.1 MB/s |  71 kB     00:00    
12:00:05 #9 46.53 (126/143): perl-Text-ParseWords-3.31-1.fc36.noa 1.9 MB/s |  16 kB     00:00    
12:00:05 #9 46.53 (127/143): perl-Socket-2.036-1.fc36.aarch64.rpm 4.6 MB/s |  55 kB     00:00    
12:00:05 #9 46.54 (128/143): python-srpm-macros-3.10-20.fc36.noar 2.0 MB/s |  23 kB     00:00    
12:00:05 #9 46.54 (129/143): python3-dnf-plugins-core-4.3.1-1.fc3  22 MB/s | 229 kB     00:00    
12:00:05 #9 46.55 (130/143): qt5-srpm-macros-5.15.7-1.fc36.noarch 761 kB/s | 7.9 kB     00:00    
12:00:05 #9 46.55 (131/143): python3-construct-2.10.68-1.fc36.noa 5.5 MB/s | 112 kB     00:00    
12:00:05 #9 46.55 (132/143): redhat-rpm-config-222-1.fc36.noarch. 7.6 MB/s |  66 kB     00:00    
12:00:05 #9 46.56 (133/143): rpm-build-4.17.1-3.fc36.aarch64.rpm  6.1 MB/s |  59 kB     00:00    
12:00:05 #9 46.56 (134/143): rpmautospec-rpm-macros-0.3.1-1.fc36. 1.3 MB/s | 8.7 kB     00:00    
12:00:05 #9 46.56 (135/143): rust-srpm-macros-23-1.fc36.noarch.rp 2.6 MB/s | 9.3 kB     00:00    
12:00:05 #9 46.57 (136/143): zstd-1.5.2-2.fc36.aarch64.rpm         41 MB/s | 412 kB     00:00    
12:00:05 #9 46.58 (137/143): rpmlint-fedora-license-data-1.12-1.f 901 kB/s |  18 kB     00:00    
12:00:05 #9 46.58 (138/143): elfutils-libelf-0.188-3.fc36.aarch64  23 MB/s | 196 kB     00:00    
12:00:05 #9 46.59 (139/143): rpmlint-2.4.0-3.fc36.noarch.rpm      6.5 MB/s | 238 kB     00:00    
12:00:05 #9 46.59 (140/143): elfutils-libs-0.188-3.fc36.aarch64.r  16 MB/s | 256 kB     00:00    
12:00:05 #9 46.61 (141/143): glibc-2.35-22.fc36.aarch64.rpm        76 MB/s | 1.7 MB     00:00    
12:00:05 #9 46.67 (142/143): glibc-common-2.35-22.fc36.aarch64.rp 4.3 MB/s | 328 kB     00:00    
12:00:05 #9 46.68 (143/143): glibc-minimal-langpack-2.35-22.fc36. 775 kB/s |  60 kB     00:00    
12:00:05 #9 46.68 --------------------------------------------------------------------------------
12:00:05 #9 46.68 Total                                            12 MB/s |  31 MB     00:02     
12:00:05 #11 48.48 Setting up dh-autoreconf (20) ...
12:00:05 #11 48.49 Setting up libdata-validate-uri-perl (0.07-2) ...
12:00:05 #11 48.50 Setting up libnet-smtp-ssl-perl (1.04-2) ...
12:00:05 #11 48.51 Setting up python3-gpg (1.17.1-4.1ubuntu1) ...
12:00:05 #10 52.02 Setting up libncurses6:amd64 (6.1+20181013-2+deb10u3) ...
12:00:05 #10 52.03 Setting up strace (4.26-0.2) ...
12:00:05 #10 52.05 Setting up libsigsegv2:amd64 (2.12-2) ...
12:00:05 #10 52.06 Setting up xz-utils (5.2.4-1+deb10u1) ...
12:00:05 #10 52.07 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:05 #10 52.08 Setting up libfribidi0:amd64 (1.0.5-3.1+deb10u2) ...
12:00:05 #10 52.10 Setting up t1utils (1.41-3) ...
12:00:05 #10 52.12 Setting up libquadmath0:amd64 (8.3.0-6) ...
12:00:05 #10 52.15 Setting up diffstat (1.62-1) ...
12:00:05 #10 52.17 Setting up libmpc3:amd64 (1.1.0-1) ...
12:00:05 #10 52.18 Setting up libatomic1:amd64 (8.3.0-6) ...
12:00:05 #10 52.20 Setting up patch (2.7.6-3+deb10u1) ...
12:00:05 #10 52.23 Setting up mailutils-common (1:3.5-4) ...
12:00:05 #10 52.26 Setting up autopoint (0.19.8.1-9) ...
12:00:05 #10 52.29 Setting up libmariadb3:amd64 (1:10.3.36-0+deb10u2) ...
12:00:05 #10 52.31 Setting up libfl2:amd64 (2.6.4-6.2) ...
12:00:05 #10 52.32 Setting up libpcre2-8-0:amd64 (10.32-5) ...
12:00:05 #10 52.33 Setting up libk5crypto3:amd64 (1.17-3+deb10u5) ...
12:00:05 #11 28.26 Selecting previously unselected package dbus-session-bus-common.
12:00:05 #11 28.26 Preparing to unpack .../020-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
12:00:05 #11 28.27 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:00:05 #11 28.38 Selecting previously unselected package dbus-daemon.
12:00:05 #11 28.38 Preparing to unpack .../021-dbus-daemon_1.14.0-2ubuntu3_armhf.deb ...
12:00:05 #11 28.39 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
12:00:05 #11 28.44 Selecting previously unselected package dbus-system-bus-common.
12:00:05 #11 28.44 Preparing to unpack .../022-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
12:00:05 #11 28.44 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:00:05 #11 28.50 Selecting previously unselected package dbus.
12:00:05 #11 28.50 Preparing to unpack .../023-dbus_1.14.0-2ubuntu3_armhf.deb ...
12:00:05 #14 6.475 (62/79): device-mapper-devel-1.02.181-9.el8.aar  22 MB/s | 284 kB     00:00    
12:00:05 #14 6.514 (63/79): glibc-static-2.28-224.el8.aarch64.rpm   41 MB/s | 1.6 MB     00:00    
12:00:05 #14 6.524 (64/79): libxcrypt-static-4.1.1-6.el8.aarch64.r 6.2 MB/s |  58 kB     00:00    
12:00:05 #14 6.529 (65/79): libtool-ltdl-devel-2.4.6-25.el8.aarch6 282 kB/s | 184 kB     00:00    
12:00:05 #14 6.542 (66/79): device-mapper-libs-1.02.181-9.el8.aarc  32 MB/s | 398 kB     00:00    
12:00:05 #14 6.554 (67/79): device-mapper-1.02.181-9.el8.aarch64.r  13 MB/s | 374 kB     00:00    
12:00:05 #14 6.579 (68/79): glibc-common-2.28-224.el8.aarch64.rpm   41 MB/s | 1.0 MB     00:00    
12:00:05 #14 6.598 (69/79): glibc-2.28-224.el8.aarch64.rpm          33 MB/s | 1.8 MB     00:00    
12:00:05 #14 6.608 (70/79): glibc-minimal-langpack-2.28-224.el8.aa 6.5 MB/s |  65 kB     00:00    
12:00:05 #14 6.623 (71/79): libarchive-3.3.3-5.el8.aarch64.rpm      24 MB/s | 340 kB     00:00    
12:00:05 #14 6.630 (72/79): libgcc-8.5.0-18.el8.aarch64.rpm         12 MB/s |  74 kB     00:00    
12:00:05 #14 6.643 (73/79): glibc-gconv-extra-2.28-224.el8.aarch64  28 MB/s | 1.8 MB     00:00    
12:00:05 #14 6.649 (74/79): libselinux-2.9-8.el8.aarch64.rpm       8.5 MB/s | 162 kB     00:00    
12:00:05 #14 6.674 (75/79): systemd-libs-239-70.el8.aarch64.rpm     44 MB/s | 1.0 MB     00:00    
12:00:05 #14 6.693 (76/79): systemd-pam-239-70.el8.aarch64.rpm      25 MB/s | 456 kB     00:00    
12:00:05 #9 46.79 Transaction test succeeded.
12:00:05 #11 32.41 Selecting previously unselected package libubsan1:armhf.
12:00:05 #11 32.41 Preparing to unpack .../088-libubsan1_10.3.0-1ubuntu1~20.04_armhf.deb ...
12:00:05 #11 32.41 Unpacking libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
12:00:05 #13 10.48 (43/72): libtool-ltdl-2.4.6-45.el9.x86_64.rpm   447 kB/s |  37 kB     00:00    
12:00:05 #13 10.49 (44/72): libuv-1.42.0-1.el9.x86_64.rpm          1.7 MB/s | 150 kB     00:00    
12:00:05 #13 10.55 (45/72): libxcrypt-devel-4.4.18-3.el9.x86_64.rp 415 kB/s |  29 kB     00:00    
12:00:05 #10 20.82 Selecting previously unselected package libsigsegv2:armhf.
12:00:05 #10 20.83 Preparing to unpack .../020-libsigsegv2_2.13-1_armhf.deb ...
12:00:05 #10 20.84 Unpacking libsigsegv2:armhf (2.13-1) ...
12:00:05 #10 20.87 Selecting previously unselected package m4.
12:00:05 #10 20.87 Preparing to unpack .../021-m4_1.4.18-5_armhf.deb ...
12:00:05 #10 20.88 Unpacking m4 (1.4.18-5) ...
12:00:05 #10 20.94 Selecting previously unselected package autoconf.
12:00:05 #10 20.94 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
12:00:05 #10 20.95 Unpacking autoconf (2.69-14) ...
12:00:05 #10 21.05 Selecting previously unselected package autotools-dev.
12:00:05 #10 21.05 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
12:00:05 #10 47.71 Selecting previously unselected package libtime-moment-perl.
12:00:05 #10 47.72 Preparing to unpack .../318-libtime-moment-perl_0.44-1+b3_amd64.deb ...
12:00:05 #10 47.72 Unpacking libtime-moment-perl (0.44-1+b3) ...
12:00:05 #10 47.76 Selecting previously unselected package libtype-tiny-xs-perl.
12:00:05 #10 47.77 Preparing to unpack .../319-libtype-tiny-xs-perl_0.022-1_amd64.deb ...
12:00:05 #10 47.78 Unpacking libtype-tiny-xs-perl (0.022-1) ...
12:00:05 #10 47.81 Selecting previously unselected package libunicode-utf8-perl.
12:00:05 #10 47.81 Preparing to unpack .../320-libunicode-utf8-perl_0.62-1+b2_amd64.deb ...
12:00:05 #10 47.82 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
12:00:05 #10 47.86 Selecting previously unselected package libunwind8:amd64.
12:00:05 #10 47.87 Preparing to unpack .../321-libunwind8_1.3.2-2_amd64.deb ...
12:00:05 #10 47.87 Unpacking libunwind8:amd64 (1.3.2-2) ...
12:00:05 #10 47.92 Selecting previously unselected package libxdelta2.
12:00:05 #10 39.49 Selecting previously unselected package libvariable-magic-perl.
12:00:05 #10 39.49 Preparing to unpack .../158-libvariable-magic-perl_0.62-1_armhf.deb ...
12:00:05 #10 39.50 Unpacking libvariable-magic-perl (0.62-1) ...
12:00:05 #10 39.54 Selecting previously unselected package libb-hooks-endofscope-perl.
12:00:05 #10 39.54 Preparing to unpack .../159-libb-hooks-endofscope-perl_0.21-1_all.deb ...
12:00:05 #10 39.54 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
12:00:05 #10 39.59 Selecting previously unselected package libhtml-tagset-perl.
12:00:05 #10 39.59 Preparing to unpack .../160-libhtml-tagset-perl_3.20-3_all.deb ...
12:00:05 #10 39.59 Unpacking libhtml-tagset-perl (3.20-3) ...
12:00:05 #10 39.63 Selecting previously unselected package liburi-perl.
12:00:05 #10 39.63 Preparing to unpack .../161-liburi-perl_1.73-1_all.deb ...
12:00:05 #10 39.65 Unpacking liburi-perl (1.73-1) ...
12:00:05 #10 39.69 Selecting previously unselected package libhtml-parser-perl.
12:00:05 #10 39.69 Preparing to unpack .../162-libhtml-parser-perl_3.72-3build1_armhf.deb ...
12:00:05 #11 31.07 Selecting previously unselected package libisl23:armhf.
12:00:05 #11 31.07 Preparing to unpack .../071-libisl23_0.24-2build1_armhf.deb ...
12:00:05 #11 31.09 Unpacking libisl23:armhf (0.24-2build1) ...
12:00:05 #11 31.22 Selecting previously unselected package libmpfr6:armhf.
12:00:05 #11 31.22 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_armhf.deb ...
12:00:05 #10 48.01 Preparing to unpack .../323-libperlio-gzip-perl_0.20-1+b1_amd64.deb ...
12:00:05 #10 48.01 Unpacking libperlio-gzip-perl (0.20-1+b1) ...
12:00:05 #10 48.05 Selecting previously unselected package libperlio-utf8-strict-perl.
12:00:05 #10 48.05 Preparing to unpack .../324-libperlio-utf8-strict-perl_0.010-1_amd64.deb ...
12:00:05 #10 48.05 Unpacking libperlio-utf8-strict-perl (0.010-1) ...
12:00:05 #10 48.09 Selecting previously unselected package libpod-parser-perl.
12:00:05 #10 48.09 Preparing to unpack .../325-libpod-parser-perl_1.65-1_all.deb ...
12:00:05 #10 48.10 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:00:05 #10 48.12 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:00:05 #10 48.13 Unpacking libpod-parser-perl (1.65-1) ...
12:00:05 #10 48.16 Selecting previously unselected package libpod-constants-perl.
12:00:05 #10 48.17 Preparing to unpack .../326-libpod-constants-perl_0.19-2_all.deb ...
12:00:05 #10 48.17 Unpacking libpod-constants-perl (0.19-2) ...
12:00:05 #10 48.20 Selecting previously unselected package libproc-processtable-perl:amd64.
12:00:05 #10 48.21 Preparing to unpack .../327-libproc-processtable-perl_0.634-1+b2_amd64.deb ...
12:00:05 #10 48.21 Unpacking libproc-processtable-perl:amd64 (0.634-1+b2) ...
12:00:05 #10 48.25 Selecting previously unselected package libre2-9:amd64.
12:00:05 #10 49.69 Setting up libparams-validate-perl (1.29-1) ...
12:00:05 #10 49.70 Setting up libmoo-perl (2.003004-1) ...
12:00:05 #10 49.71 Setting up libb-hooks-endofscope-perl (0.21-1) ...
12:00:05 #10 49.72 Setting up libpackage-stash-perl (0.37-1) ...
12:00:05 #10 49.74 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
12:00:05 #10 49.75 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:05 #10 49.77 Setting up licensecheck (3.0.31-2) ...
12:00:05 #10 49.78 Setting up dh-autoreconf (17) ...
12:00:05 #10 49.79 Setting up libwww-perl (6.31-1ubuntu0.1) ...
12:00:05 #10 49.80 Setting up debhelper (11.1.6ubuntu2) ...
12:00:05 #10 49.81 Setting up equivs (2.1.0) ...
12:00:05 #10 49.83 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:00:05 #10 49.84 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
12:00:05 #10 49.85 Setting up libxml-parser-perl (2.44-2build3) ...
12:00:05 #10 49.86 Setting up libxml-sax-expat-perl (0.40-2) ...
12:00:05 #10 49.90 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:05 #10 22.09 Selecting previously unselected package libgdbm-compat4:armhf.
12:00:05 #10 22.09 Preparing to unpack .../06-libgdbm-compat4_1.19-2_armhf.deb ...
12:00:05 #10 22.11 Unpacking libgdbm-compat4:armhf (1.19-2) ...
12:00:05 #11 39.98 Setting up liblzo2-2:arm64 (2.10-2build3) ...
12:00:05 #11 39.99 Setting up libnpth0:arm64 (1.6-3build2) ...
12:00:05 #11 40.00 Setting up file (1:5.41-3) ...
12:00:05 #11 40.02 Setting up libassuan0:arm64 (2.5.5-1build1) ...
12:00:05 #11 40.03 Setting up libgomp1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:00:05 #11 40.05 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
12:00:05 #11 40.07 Setting up bzip2 (1.0.8-5build1) ...
12:00:05 #11 40.09 Setting up libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:00:05 #11 40.12 Setting up libjbig0:arm64 (2.1-3.1ubuntu0.22.04.1) ...
12:00:05 #11 40.13 Setting up libfakeroot:arm64 (1.28-1ubuntu1) ...
12:00:05 #11 40.15 Setting up libasan6:arm64 (11.3.0-1ubuntu1~22.04) ...
12:00:05 #11 40.17 Setting up libnumber-compare-perl (0.03-2) ...
12:00:05 #11 40.18 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:00:05 #11 40.21 Setting up fakeroot (1.28-1ubuntu1) ...
12:00:05 #11 40.22 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:05 #11 40.22 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:05 #11 40.22 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:05 #11 40.22 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:05 #11 40.22 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:05 #11 40.22 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:05 #11 40.22 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:05 #11 40.22 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:05 #11 40.22 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:05 #11 40.25 Setting up autotools-dev (20220109.1) ...
12:00:05 #11 40.28 Setting up libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ...
12:00:05 #11 40.30 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
12:00:05 #11 48.68 Setting up python3-certifi (2022.6.15-2) ...
12:00:05 #11 48.81 Setting up libmodule-runtime-perl (0.016-2) ...
12:00:05 #11 48.82 Setting up libmailtools-perl (2.21-1) ...
12:00:05 #11 48.83 Setting up python3-gi (3.42.2-2) ...
12:00:05 #10 52.35 Setting up libltdl7:amd64 (2.4.6-9) ...
12:00:05 #10 52.36 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:00:05 #10 52.38 Setting up libevent-2.1-6:amd64 (2.1.8-stable-4) ...
12:00:05 #10 52.41 Setting up libmpx2:amd64 (8.3.0-6) ...
12:00:05 #10 52.43 Setting up libubsan1:amd64 (8.3.0-6) ...
12:00:05 #10 52.44 Setting up libisl19:amd64 (0.20-2) ...
12:00:05 #10 52.46 Setting up dwz (0.12-3) ...
12:00:05 #10 52.47 Setting up python-apt-common (1.8.4.3) ...
12:00:05 #10 52.49 Setting up sensible-utils (0.0.12) ...
12:00:05 #10 52.50 Setting up exim4-config (4.92-8+deb10u7) ...
12:00:05 #14 6.808 (77/79): tar-1.30-8.el8.aarch64.rpm             7.1 MB/s | 830 kB     00:00    
12:00:05 #14 6.826 (78/79): systemd-239-70.el8.aarch64.rpm          18 MB/s | 3.3 MB     00:00    
12:00:05 #14 6.869 (79/79): selinux-policy-minimum-3.14.3-114.el8.  29 MB/s |  13 MB     00:00    
12:00:05 #14 6.874 --------------------------------------------------------------------------------
12:00:05 #14 6.874 Total                                            24 MB/s | 109 MB     00:04     
12:00:05 #9 46.79 Running transaction
12:00:05 #11 45.97 124 added, 0 removed; done.
12:00:05 #11 46.00 Setting up libgprofng0:arm64 (2.39-3ubuntu1.1) ...
12:00:05 #11 46.02 Setting up libfreetype6:arm64 (2.12.1+dfsg-3) ...
12:00:05 #11 46.03 Setting up dbus (1.14.0-2ubuntu3) ...
12:00:05 #11 46.07 Setting up libgcc-12-dev:arm64 (12.2.0-3ubuntu1) ...
12:00:05 #11 46.08 Setting up shared-mime-info (2.2-1) ...
12:00:05 #11 28.50 Unpacking dbus (1.14.0-2ubuntu3) ...
12:00:05 #11 28.58 Selecting previously unselected package distro-info-data.
12:00:05 #11 28.58 Preparing to unpack .../024-distro-info-data_0.54ubuntu0.1_all.deb ...
12:00:05 #11 28.59 Unpacking distro-info-data (0.54ubuntu0.1) ...
12:00:05 #11 28.69 Selecting previously unselected package dmsetup.
12:00:05 #11 28.69 Preparing to unpack .../025-dmsetup_2%3a1.02.185-1ubuntu1_armhf.deb ...
12:00:05 #11 28.70 Unpacking dmsetup (2:1.02.185-1ubuntu1) ...
12:00:05 #11 28.76 Selecting previously unselected package libglib2.0-0:armhf.
12:00:05 #11 28.76 Preparing to unpack .../026-libglib2.0-0_2.74.3-0ubuntu1_armhf.deb ...
12:00:05 #11 32.57 Selecting previously unselected package libgcc-9-dev:armhf.
12:00:05 #11 32.57 Preparing to unpack .../089-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
12:00:05 #11 32.58 Unpacking libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
12:00:05 #11 32.78 Selecting previously unselected package gcc-9.
12:00:05 #11 32.78 Preparing to unpack .../090-gcc-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
12:00:05 #10 21.06 Unpacking autotools-dev (20180224.1+nmu1) ...
12:00:05 #10 21.11 Selecting previously unselected package automake.
12:00:05 #10 21.11 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
12:00:05 #10 21.12 Unpacking automake (1:1.16.3-2) ...
12:00:05 #10 21.26 Selecting previously unselected package autopoint.
12:00:05 #10 21.26 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
12:00:05 #10 21.26 Unpacking autopoint (0.21-4) ...
12:00:05 #10 21.32 Selecting previously unselected package binutils-common:armhf.
12:00:05 #10 21.32 Preparing to unpack .../026-binutils-common_2.35.2-2_armhf.deb ...
12:00:05 #10 47.92 Preparing to unpack .../322-libxdelta2_1.1.3-9.3_amd64.deb ...
12:00:05 #10 47.93 Unpacking libxdelta2 (1.1.3-9.3) ...
12:00:05 #10 47.98 Selecting previously unselected package libxext6:amd64.
12:00:05 #10 47.98 Preparing to unpack .../323-libxext6_2%3a1.3.3-1.1_amd64.deb ...
12:00:05 #10 47.99 Unpacking libxext6:amd64 (2:1.3.3-1.1) ...
12:00:05 #10 48.03 Selecting previously unselected package libxml-namespacesupport-perl.
12:00:05 #10 48.03 Preparing to unpack .../324-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
12:00:05 #10 48.03 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
12:00:05 #10 48.08 Selecting previously unselected package libxml-sax-base-perl.
12:00:05 #10 48.08 Preparing to unpack .../325-libxml-sax-base-perl_1.09-1.1_all.deb ...
12:00:05 #10 48.10 Unpacking libxml-sax-base-perl (1.09-1.1) ...
12:00:05 #10 48.15 Selecting previously unselected package libxml-sax-perl.
12:00:05 #10 39.70 Unpacking libhtml-parser-perl (3.72-3build1) ...
12:00:05 #10 39.76 Selecting previously unselected package libcgi-pm-perl.
12:00:05 #10 39.76 Preparing to unpack .../163-libcgi-pm-perl_4.38-1_all.deb ...
12:00:05 #10 39.77 Unpacking libcgi-pm-perl (4.38-1) ...
12:00:05 #10 39.84 Selecting previously unselected package libfcgi-perl.
12:00:05 #10 39.84 Preparing to unpack .../164-libfcgi-perl_0.78-2build1_armhf.deb ...
12:00:05 #10 39.85 Unpacking libfcgi-perl (0.78-2build1) ...
12:00:05 #10 39.88 Selecting previously unselected package libcgi-fast-perl.
12:00:05 #10 39.89 Preparing to unpack .../165-libcgi-fast-perl_1%3a2.13-1_all.deb ...
12:00:05 #10 39.89 Unpacking libcgi-fast-perl (1:2.13-1) ...
12:00:05 #10 39.93 Selecting previously unselected package libsub-name-perl.
12:00:05 #10 39.93 Preparing to unpack .../166-libsub-name-perl_0.21-1build1_armhf.deb ...
12:00:05 #10 39.96 Unpacking libsub-name-perl (0.21-1build1) ...
12:00:05 #11 31.40 Unpacking libmpfr6:armhf (4.1.0-3build3) ...
12:00:05 #10 49.45 0 added, 0 removed; done.
12:00:05 #10 49.45 Running hooks in /etc/ca-certificates/update.d...
12:00:05 #10 49.45 done.
12:00:05 #10 48.25 Preparing to unpack .../328-libre2-9_20220601+dfsg-1+b1_amd64.deb ...
12:00:05 #10 48.26 Unpacking libre2-9:amd64 (20220601+dfsg-1+b1) ...
12:00:05 #10 48.30 Selecting previously unselected package libre-engine-re2-perl:amd64.
12:00:05 #10 48.30 Preparing to unpack .../329-libre-engine-re2-perl_0.17+ds-1_amd64.deb ...
12:00:05 #10 48.31 Unpacking libre-engine-re2-perl:amd64 (0.17+ds-1) ...
12:00:05 #10 48.34 Selecting previously unselected package libreadonly-perl.
12:00:05 #10 48.35 Preparing to unpack .../330-libreadonly-perl_2.050-3_all.deb ...
12:00:05 #10 48.35 Unpacking libreadonly-perl (2.050-3) ...
12:00:05 #10 48.38 Selecting previously unselected package libref-util-perl.
12:00:05 #10 48.38 Preparing to unpack .../331-libref-util-perl_0.204-2_all.deb ...
12:00:05 #10 48.39 Unpacking libref-util-perl (0.204-2) ...
12:00:05 #10 48.42 Selecting previously unselected package libref-util-xs-perl.
12:00:05 #10 48.42 Preparing to unpack .../332-libref-util-xs-perl_0.117-2+b1_amd64.deb ...
12:00:05 #10 48.43 Unpacking libref-util-xs-perl (0.117-2+b1) ...
12:00:05 #10 48.46 Selecting previously unselected package libregexp-pattern-license-perl.
12:00:05 #10 48.46 Preparing to unpack .../333-libregexp-pattern-license-perl_3.9.4-3_all.deb ...
12:00:05 #10 48.47 Unpacking libregexp-pattern-license-perl (3.9.4-3) ...
12:00:05 #10 48.51 Selecting previously unselected package libregexp-pattern-perl.
12:00:05 #10 49.95 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:05 #10 50.07 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:05 #10 50.09 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:00:05 #10 50.11 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
12:00:05 #10 50.12 Updating certificates in /etc/ssl/certs...
12:00:06 #10 22.52 Selecting previously unselected package libperl5.32:armhf.
12:00:06 #10 22.52 Preparing to unpack .../07-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
12:00:06 #10 22.57 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
12:00:06 #11 40.31 Setting up libx11-data (2:1.7.5-1) ...
12:00:06 #11 40.33 Setting up make (4.3-4.1build1) ...
12:00:06 #11 40.37 Setting up libmpfr6:arm64 (4.1.0-3build3) ...
12:00:06 #11 40.39 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:00:06 #11 40.40 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:00:06 #11 40.42 Setting up lzip (1.23-1) ...
12:00:06 #11 40.43 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
12:00:06 #11 40.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist
12:00:06 #11 40.43 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:00:06 #11 40.43 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist
12:00:06 #11 40.44 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:00:06 #11 40.44 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist
12:00:06 #11 40.45 Setting up strace (5.16-0ubuntu3) ...
12:00:06 #11 40.46 Setting up libsigsegv2:arm64 (2.13-1ubuntu3) ...
12:00:06 #11 40.48 Setting up xz-utils (5.2.5-2ubuntu1) ...
12:00:06 #11 40.49 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:06 #11 40.49 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
12:00:06 #11 40.49 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
12:00:06 #11 40.49 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
12:00:06 #11 40.49 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
12:00:06 #11 40.49 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
12:00:06 #11 40.49 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
12:00:06 #11 40.49 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
12:00:06 #11 40.49 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
12:00:06 #11 40.49 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
12:00:06 #11 40.49 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
12:00:06 #11 40.52 Setting up t1utils (1.41-4build2) ...
12:00:06 #11 49.00 Setting up python3-idna (3.3-1) ...
12:00:06 #11 49.20 Setting up python3-urllib3 (1.26.9-1) ...
12:00:06 #13 1.161 Reading package lists...
12:00:06 #11 32.80 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
12:00:06 #11 28.77 Unpacking libglib2.0-0:armhf (2.74.3-0ubuntu1) ...
12:00:06 #11 28.88 Selecting previously unselected package libgirepository-1.0-1:armhf.
12:00:06 #11 28.88 Preparing to unpack .../027-libgirepository-1.0-1_1.74.0-2_armhf.deb ...
12:00:06 #11 28.88 Unpacking libgirepository-1.0-1:armhf (1.74.0-2) ...
12:00:06 #11 28.93 Selecting previously unselected package gir1.2-glib-2.0:armhf.
12:00:06 #11 28.93 Preparing to unpack .../028-gir1.2-glib-2.0_1.74.0-2_armhf.deb ...
12:00:06 #11 28.94 Unpacking gir1.2-glib-2.0:armhf (1.74.0-2) ...
12:00:06 #11 28.99 Selecting previously unselected package iso-codes.#11 ...
12:00:06 
12:00:06 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:06 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 15.6s done
12:00:06 #7 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:00:06 #7 DONE 47.7s
12:00:06 
12:00:06 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:06 #11 28.99 Selecting previously unselected package iso-codes.
12:00:06 #11 28.99 Preparing to unpack .../029-iso-codes_4.11.0-1_all.deb ...
12:00:06 #11 28.99 Unpacking iso-codes (4.11.0-1) ...
12:00:06 #10 21.33 Unpacking binutils-common:armhf (2.35.2-2) ...
12:00:06 #13 10.97 (46/72): m4-1.4.19-1.el9.x86_64.rpm             622 kB/s | 300 kB     00:00    
12:00:06 #13 11.19 (47/72): pcre2-devel-10.40-2.el9.x86_64.rpm     799 kB/s | 515 kB     00:00    
12:00:06 #13 11.30 (48/72): pcre2-utf16-10.40-2.el9.x86_64.rpm     657 kB/s | 217 kB     00:00    
12:00:06 #10 48.16 Preparing to unpack .../326-libxml-sax-perl_1.02+dfsg-1_all.deb ...
12:00:06 #10 48.17 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
12:00:06 #10 48.22 Selecting previously unselected package libxml-libxml-perl.
12:00:06 #10 48.22 Preparing to unpack .../327-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
12:00:06 #10 48.23 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:00:06 #10 48.36 Selecting previously unselected package libxml-sax-expat-perl.
12:00:06 #10 48.37 Preparing to unpack .../328-libxml-sax-expat-perl_0.51-1_all.deb ...
12:00:06 #10 48.37 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:00:06 #10 48.41 Selecting previously unselected package libxmlrpc-lite-perl.
12:00:06 #10 39.99 Selecting previously unselected package libclass-accessor-perl.
12:00:06 #10 39.99 Preparing to unpack .../167-libclass-accessor-perl_0.51-1_all.deb ...
12:00:06 #10 40.05 Unpacking libclass-accessor-perl (0.51-1) ...
12:00:06 #10 40.10 Selecting previously unselected package libclass-method-modifiers-perl.
12:00:06 #10 40.10 Preparing to unpack .../168-libclass-method-modifiers-perl_2.12-1_all.deb ...
12:00:06 #10 40.10 Unpacking libclass-method-modifiers-perl (2.12-1) ...
12:00:06 #10 48.51 Preparing to unpack .../334-libregexp-pattern-perl_0.2.14-2_all.deb ...
12:00:06 #10 48.52 Unpacking libregexp-pattern-perl (0.2.14-2) ...
12:00:06 #10 48.60 Selecting previously unselected package libregexp-wildcards-perl.
12:00:06 #10 48.60 Preparing to unpack .../335-libregexp-wildcards-perl_1.05-3_all.deb ...
12:00:06 #10 48.60 Unpacking libregexp-wildcards-perl (1.05-3) ...
12:00:06 #10 48.65 Selecting previously unselected package libsasl2-modules:amd64.
12:00:06 #10 48.65 Preparing to unpack .../336-libsasl2-modules_2.1.28+dfsg-10_amd64.deb ...
12:00:06 #10 48.66 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg-10) ...
12:00:06 #10 48.69 Selecting previously unselected package libsereal-decoder-perl.
12:00:06 #10 48.70 Preparing to unpack .../337-libsereal-decoder-perl_5.002+ds-1_amd64.deb ...
12:00:06 #10 48.70 Unpacking libsereal-decoder-perl (5.002+ds-1) ...
12:00:06 #10 48.75 Selecting previously unselected package libsereal-encoder-perl.
12:00:06 #10 48.75 Preparing to unpack .../338-libsereal-encoder-perl_5.002+ds-1_amd64.deb ...
12:00:06 #10 48.75 Unpacking libsereal-encoder-perl (5.002+ds-1) ...
12:00:06 #10 48.79 Selecting previously unselected package libset-intspan-perl.
12:00:06 #10 48.79 Preparing to unpack .../339-libset-intspan-perl_1.19-3_all.deb ...
12:00:06 #10 48.80 Unpacking libset-intspan-perl (1.19-3) ...
12:00:06 #10 48.83 Selecting previously unselected package libtask-weaken-perl.
12:00:06 #10 48.83 Preparing to unpack .../340-libtask-weaken-perl_1.06-2_all.deb ...
12:00:06 #10 48.83 Unpacking libtask-weaken-perl (1.06-2) ...
12:00:06 #10 48.86 Selecting previously unselected package libxml-parser-perl.
12:00:06 #10 50.42 0 added, 0 removed; done.
12:00:06 #10 50.42 Running hooks in /etc/ca-certificates/update.d...
12:00:06 #10 50.42 done.
12:00:06 #11 40.55 Setting up diffstat (1.64-1build2) ...
12:00:06 #11 40.56 Setting up libpng16-16:arm64 (1.6.37-3build5) ...
12:00:06 #11 40.57 Setting up libmpc3:arm64 (1.2.1-2build1) ...
12:00:06 #11 40.58 Setting up libatomic1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:00:06 #11 40.61 Setting up patch (2.7.6-7build2) ...
12:00:06 #11 40.65 Setting up autopoint (0.21-4ubuntu4) ...
12:00:06 #11 40.66 Setting up fonts-dejavu-core (2.37-2build1) ...
12:00:06 #11 40.72 Setting up ucf (3.0043) ...
12:00:06 #11 49.37 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:00:06 #11 49.41 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:06 #11 49.48 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:06 #10 28.57 Selecting previously unselected package g++-12.
12:00:06 #10 28.57 Preparing to unpack .../057-g++-12_12.2.0-14_armhf.deb ...
12:00:06 #10 52.92 Adding system-user for exim (v4)
12:00:06 #9 47.46   Preparing        :                                                        1/1 
12:00:06 #9 47.49   Installing       : python3-six-1.16.0-8.fc37.noarch                     1/143 
12:00:06 #9 47.50   Installing       : hunspell-filesystem-1.7.0-21.fc37.aarch64            2/143 
12:00:06 #9 47.51   Installing       : python3-construct-2.10.68-3.fc37.noarch              3/143 
12:00:06 #9 47.52   Installing       : python3-pybeam-0.7-4.fc37.noarch                     4/143 
12:00:06 #9 47.54   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch               5/143 
12:00:06 #9 47.55   Upgrading        : glibc-common-2.36-9.fc37.aarch64                     6/143 
12:00:06 #9 47.56   Upgrading        : glibc-minimal-langpack-2.36-9.fc37.aarch64           7/143 
12:00:06 #9 47.56   Running scriptlet: glibc-2.36-9.fc37.aarch64                            8/143 
12:00:06 #13 2.156 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:06 #13 2.156 dpkg-buildpackage: info: source version 1.0
12:00:06 #13 2.156 dpkg-buildpackage: info: source distribution unstable
12:00:06 #13 2.156 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:06 #13 2.189  dpkg-source --before-build .
12:00:06 #13 2.189 dpkg-buildpackage: info: host architecture amd64
12:00:06 #13 2.286  debian/rules clean
12:00:06 #13 2.288 dh clean
12:00:06 #13 2.373    dh_clean
12:00:06 #13 2.405  debian/rules binary
12:00:06 #13 2.406 dh binary
12:00:06 #13 2.479    dh_update_autotools_config
12:00:06 #13 2.505    dh_autoreconf
12:00:06 #14 0.959 Last metadata expiration check: 0:00:16 ago on Tue Feb  7 11:59:50 2023.
12:00:06 #10 21.76 Selecting previously unselected package libbinutils:armhf.
12:00:06 #10 21.76 Preparing to unpack .../027-libbinutils_2.35.2-2_armhf.deb ...
12:00:06 #10 21.77 Unpacking libbinutils:armhf (2.35.2-2) ...
12:00:06 #11 29.34 Selecting previously unselected package krb5-locales.
12:00:06 #11 29.34 Preparing to unpack .../030-krb5-locales_1.20-1ubuntu0.1_all.deb ...
12:00:06 #11 29.35 Unpacking krb5-locales (1.20-1ubuntu0.1) ...
12:00:06 #10 48.42 Preparing to unpack .../329-libxmlrpc-lite-perl_0.717-4_all.deb ...
12:00:06 #10 48.42 Unpacking libxmlrpc-lite-perl (0.717-4) ...
12:00:06 #10 48.47 Selecting previously unselected package libxmuu1:amd64.
12:00:06 #10 48.47 Preparing to unpack .../330-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
12:00:06 #10 48.48 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
12:00:06 #10 48.52 Selecting previously unselected package libyaml-0-2:amd64.
12:00:06 #10 48.52 Preparing to unpack .../331-libyaml-0-2_0.2.2-1_amd64.deb ...
12:00:06 #10 48.53 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
12:00:06 #10 48.57 Selecting previously unselected package libyaml-libyaml-perl.
12:00:06 #10 48.57 Preparing to unpack .../332-libyaml-libyaml-perl_0.82+repack-1+b1_amd64.deb ...
12:00:06 #10 48.58 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:00:06 #10 48.61 Selecting previously unselected package licensecheck.
12:00:06 #10 48.62 Preparing to unpack .../333-licensecheck_3.1.1-2_all.deb ...
12:00:06 #10 48.62 Unpacking licensecheck (3.1.1-2) ...
12:00:06 #10 48.67 Selecting previously unselected package lzip.
12:00:06 #10 48.67 Preparing to unpack .../334-lzip_1.22-3_amd64.deb ...
12:00:06 #10 48.68 Unpacking lzip (1.22-3) ...
12:00:06 #10 48.73 Selecting previously unselected package lzop.
12:00:06 #10 40.28 Selecting previously unselected package libclass-xsaccessor-perl.
12:00:06 #10 40.28 Preparing to unpack .../169-libclass-xsaccessor-perl_1.19-2build8_armhf.deb ...
12:00:06 #10 40.29 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
12:00:06 #10 40.33 Selecting previously unselected package libclone-perl.
12:00:06 #10 40.33 Preparing to unpack .../170-libclone-perl_0.39-1_armhf.deb ...
12:00:06 #10 40.34 Unpacking libclone-perl (0.39-1) ...
12:00:06 #10 40.37 Selecting previously unselected package libdata-dump-perl.
12:00:06 #10 40.37 Preparing to unpack .../171-libdata-dump-perl_1.23-1_all.deb ...
12:00:06 #10 40.38 Unpacking libdata-dump-perl (1.23-1) ...
12:00:06 #10 40.41 Selecting previously unselected package libparams-util-perl.
12:00:06 #10 40.41 Preparing to unpack .../172-libparams-util-perl_1.07-3build3_armhf.deb ...
12:00:06 #10 40.42 Unpacking libparams-util-perl (1.07-3build3) ...
12:00:06 #10 40.46 Selecting previously unselected package libsub-install-perl.
12:00:06 #10 40.46 Preparing to unpack .../173-libsub-install-perl_0.928-1_all.deb ...
12:00:06 #10 40.47 Unpacking libsub-install-perl (0.928-1) ...
12:00:06 #10 40.51 Selecting previously unselected package libdata-optlist-perl.
12:00:06 #10 40.51 Preparing to unpack .../174-libdata-optlist-perl_0.110-1_all.deb ...
12:00:06 #10 48.86 Preparing to unpack .../341-libxml-parser-perl_2.46-4_amd64.deb ...
12:00:06 #10 48.87 Unpacking libxml-parser-perl (2.46-4) ...
12:00:06 #10 48.95 Selecting previously unselected package libsoap-lite-perl.
12:00:06 #10 48.95 Preparing to unpack .../342-libsoap-lite-perl_1.27-2_all.deb ...
12:00:06 #10 48.95 Unpacking libsoap-lite-perl (1.27-2) ...
12:00:06 #10 49.01 Selecting previously unselected package libsocket6-perl.
12:00:06 #10 49.01 Preparing to unpack .../343-libsocket6-perl_0.29-3_amd64.deb ...
12:00:06 #10 49.01 Unpacking libsocket6-perl (0.29-3) ...
12:00:06 #10 49.04 Selecting previously unselected package libstring-copyright-perl.
12:00:06 #10 49.05 Preparing to unpack .../344-libstring-copyright-perl_0.003014-1_all.deb ...
12:00:06 #10 49.05 Unpacking libstring-copyright-perl (0.003014-1) ...
12:00:06 #10 49.08 Selecting previously unselected package libstring-escape-perl.
12:00:06 #10 49.08 Preparing to unpack .../345-libstring-escape-perl_2010.002-3_all.deb ...
12:00:06 #10 49.09 Unpacking libstring-escape-perl (2010.002-3) ...
12:00:06 #10 49.12 Selecting previously unselected package libstring-license-perl.
12:00:06 #10 DONE 50.6s
12:00:06 
12:00:06 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:06 #11 DONE 0.1s
12:00:06 
12:00:06 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:06 #11 40.82 Setting up libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
12:00:06 #11 40.84 Setting up libltdl7:arm64 (2.4.6-15build2) ...
12:00:06 #11 40.85 Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:00:06 #11 40.86 Setting up libssh-4:arm64 (0.9.6-2build1) ...
12:00:06 #11 40.88 Setting up libwebp7:arm64 (1.2.2-2) ...
12:00:06 #11 40.89 Setting up libubsan1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:00:06 #11 40.91 Setting up libmd0:arm64 (1.0.4-1build1) ...
12:00:06 #11 40.92 Setting up python-apt-common (2.4.0) ...
12:00:06 #11 40.93 Setting up libnsl-dev:arm64 (1.3.0-2build2) ...
12:00:06 #11 40.95 Setting up libhwasan0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:00:06 #11 40.96 Setting up libcrypt-dev:arm64 (1:4.4.27-1) ...
12:00:06 #11 40.98 Setting up libuchardet0:arm64 (0.0.7-1build2) ...
12:00:06 #11 40.99 Setting up lzop (1.04-2build2) ...
12:00:06 #11 41.00 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
12:00:06 #11 41.03 Setting up git-man (1:2.34.1-1ubuntu1.6) ...
12:00:06 #10 DONE 50.2s
12:00:06 
12:00:06 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:06 #11 DONE 0.1s
12:00:06 
12:00:06 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:06 #11 49.55 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:06 #11 49.67 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:06 #11 49.69 Setting up dh-strip-nondeterminism (1.13.0-1) ...
12:00:06 #11 49.70 Setting up libconst-fast-perl (0.014-2) ...
12:00:06 #11 49.71 Setting up libhttp-daemon-perl (6.14-1.1) ...
12:00:06 #11 49.72 Setting up python3-unidiff (0.7.3-1) ...
12:00:06 #10 28.59 Unpacking g++-12 (12.2.0-14) ...
12:00:06 #10 ...
12:00:06 
12:00:06 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:06 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 10.0s
12:00:06 #10 53.21 Setting up libuchardet0:amd64 (0.0.6-3) ...
12:00:06 #10 53.24 Setting up git-man (1:2.20.1-2+deb10u7) ...
12:00:06 #10 53.25 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
12:00:06 #10 53.27 Setting up netbase (5.6) ...
12:00:06 #10 53.31 Setting up libkrb5-3:amd64 (1.17-3+deb10u5) ...
12:00:06 #10 53.32 Setting up libmpdec2:amd64 (2.4.2-2) ...
12:00:06 #10 53.33 Setting up libbinutils:amd64 (2.31.1-16) ...
12:00:06 #10 53.35 Setting up cpp-8 (8.3.0-6) ...
12:00:06 #10 53.36 Setting up libc-dev-bin (2.28-10+deb10u2) ...
12:00:06 #10 53.38 Setting up openssl (1.1.1n-0+deb10u3) ...
12:00:06 #10 53.40 Setting up libbsd0:amd64 (0.9.1-2+deb10u1) ...
12:00:06 #10 53.41 Setting up readline-common (7.0-5) ...
12:00:06 #9 47.61   Upgrading        : glibc-2.36-9.fc37.aarch64                            8/143 
12:00:06 #9 47.62   Running scriptlet: glibc-2.36-9.fc37.aarch64                            8/143 
12:00:06 #9 47.75   Installing       : glibc-gconv-extra-2.36-9.fc37.aarch64                9/143 
12:00:06 #9 47.76   Running scriptlet: glibc-gconv-extra-2.36-9.fc37.aarch64                9/143 
12:00:06 #9 47.77   Installing       : elfutils-debuginfod-client-0.187-8.fc37.aarch64     10/143 
12:00:06 #9 47.79   Installing       : binutils-gold-2.38-25.fc37.aarch64                  11/143 
12:00:06 #9 47.88   Installing       : binutils-2.38-25.fc37.aarch64                       12/143 
12:00:06 #9 47.89   Running scriptlet: binutils-2.38-25.fc37.aarch64                       12/143 
12:00:06 #9 47.91   Installing       : hunspell-en-GB-0.20140811.1-23.fc37.noarch          13/143 
12:00:06 #9 47.92   Installing       : hunspell-en-0.20140811.1-23.fc37.noarch             14/143 
12:00:06 #9 47.93   Installing       : hunspell-en-US-0.20140811.1-23.fc37.noarch          15/143 
12:00:06 #9 47.94   Installing       : hunspell-1.7.0-21.fc37.aarch64                      16/143 
12:00:06 #9 47.97   Installing       : elfutils-0.187-8.fc37.aarch64                       17/143 
12:00:06 #9 47.98   Installing       : dwz-0.14-7.fc37.aarch64                             18/143 
12:00:06 #9 47.98   Installing       : file-5.42-4.fc37.aarch64                            19/143 
12:00:06 #13 2.546    create-stamp debian/debhelper-build-stamp
12:00:06 #13 2.546    dh_prep
12:00:06 #13 2.573    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:00:06 #13 2.621    dh_install
12:00:06 #13 2.653    dh_installdocs
12:00:06 #13 2.691    dh_installchangelogs
12:00:06 #13 2.770    dh_perl
12:00:06 #10 21.87 Selecting previously unselected package libctf-nobfd0:armhf.
12:00:06 #10 21.87 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_armhf.deb ...
12:00:06 #10 21.88 Unpacking libctf-nobfd0:armhf (2.35.2-2) ...
12:00:06 #10 21.93 Selecting previously unselected package libctf0:armhf.
12:00:06 #10 21.93 Preparing to unpack .../029-libctf0_2.35.2-2_armhf.deb ...
12:00:06 #10 21.94 Unpacking libctf0:armhf (2.35.2-2) ...
12:00:06 #10 21.99 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:00:06 #10 21.99 Preparing to unpack .../030-binutils-arm-linux-gnueabihf_2.35.2-2_armhf.deb ...
12:00:06 #10 22.00 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
12:00:06 #11 29.39 Selecting previously unselected package less.
12:00:06 #11 29.39 Preparing to unpack .../031-less_590-1build1_armhf.deb ...
12:00:06 #11 29.39 Unpacking less (590-1build1) ...
12:00:06 #11 29.44 Selecting previously unselected package libmd0:armhf.
12:00:06 #11 29.44 Preparing to unpack .../032-libmd0_1.0.4-2_armhf.deb ...
12:00:06 #11 29.44 Unpacking libmd0:armhf (1.0.4-2) ...
12:00:06 #11 29.50 Selecting previously unselected package libbsd0:armhf.
12:00:06 #11 29.50 Preparing to unpack .../033-libbsd0_0.11.6-1_armhf.deb ...
12:00:06 #11 29.50 Unpacking libbsd0:armhf (0.11.6-1) ...
12:00:06 #11 29.55 Selecting previously unselected package libelf1:armhf.
12:00:06 #11 29.55 Preparing to unpack .../034-libelf1_0.187-4_armhf.deb ...
12:00:06 #11 29.56 Unpacking libelf1:armhf (0.187-4) ...
12:00:06 #11 29.61 Selecting previously unselected package libglib2.0-data.
12:00:06 #11 29.61 Preparing to unpack .../035-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
12:00:06 #11 29.62 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
12:00:06 #11 29.66 Selecting previously unselected package libicu71:armhf.
12:00:06 #11 29.66 Preparing to unpack .../036-libicu71_71.1-3ubuntu1_armhf.deb ...
12:00:06 #10 48.73 Preparing to unpack .../335-lzop_1.04-2_amd64.deb ...
12:00:06 #10 48.74 Unpacking lzop (1.04-2) ...
12:00:06 #10 48.78 Selecting previously unselected package t1utils.
12:00:06 #10 48.78 Preparing to unpack .../336-t1utils_1.41-4_amd64.deb ...
12:00:06 #10 48.79 Unpacking t1utils (1.41-4) ...
12:00:06 #10 48.83 Selecting previously unselected package unzip.
12:00:06 #10 48.83 Preparing to unpack .../337-unzip_6.0-26+deb11u1_amd64.deb ...
12:00:06 #10 48.84 Unpacking unzip (6.0-26+deb11u1) ...
12:00:06 #10 48.90 Selecting previously unselected package lintian.
12:00:06 #10 48.91 Preparing to unpack .../338-lintian_2.104.0_all.deb ...
12:00:06 #10 48.92 Unpacking lintian (2.104.0) ...
12:00:06 #10 40.52 Unpacking libdata-optlist-perl (0.110-1) ...
12:00:06 #10 40.57 Selecting previously unselected package libdevel-globaldestruction-perl.
12:00:06 #10 40.57 Preparing to unpack .../175-libdevel-globaldestruction-perl_0.14-1_all.deb ...
12:00:06 #10 40.58 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
12:00:06 #10 40.63 Selecting previously unselected package libdigest-hmac-perl.
12:00:06 #10 40.63 Preparing to unpack .../176-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
12:00:06 #10 40.63 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
12:00:06 #10 40.76 Selecting previously unselected package libdistro-info-perl.
12:00:06 #10 40.76 Preparing to unpack .../177-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
12:00:06 #10 49.12 Preparing to unpack .../346-libstring-license-perl_0.0.2-1_all.deb ...
12:00:06 #10 49.13 Unpacking libstring-license-perl (0.0.2-1) ...
12:00:06 #10 49.16 Selecting previously unselected package libstring-shellquote-perl.
12:00:06 #10 49.17 Preparing to unpack .../347-libstring-shellquote-perl_1.04-3_all.deb ...
12:00:06 #10 49.17 Unpacking libstring-shellquote-perl (1.04-3) ...
12:00:06 #10 49.20 Selecting previously unselected package libsys-cpuaffinity-perl.
12:00:06 #10 49.20 Preparing to unpack .../348-libsys-cpuaffinity-perl_1.13~03-2+b1_amd64.deb ...
12:00:06 #10 49.20 Unpacking libsys-cpuaffinity-perl (1.13~03-2+b1) ...
12:00:06 #10 49.24 Selecting previously unselected package libterm-readkey-perl.
12:00:06 #10 49.24 Preparing to unpack .../349-libterm-readkey-perl_2.38-2+b1_amd64.deb ...
12:00:06 #10 49.24 Unpacking libterm-readkey-perl (2.38-2+b1) ...
12:00:06 #10 49.27 Selecting previously unselected package libtext-levenshteinxs-perl.
12:00:06 #10 49.27 Preparing to unpack .../350-libtext-levenshteinxs-perl_0.03-5+b1_amd64.deb ...
12:00:06 #10 49.28 Unpacking libtext-levenshteinxs-perl (0.03-5+b1) ...
12:00:06 #10 49.34 Selecting previously unselected package libtext-markdown-discount-perl.
12:00:06 #11 41.04 Setting up netbase (6.3) ...
12:00:06 #11 41.08 Setting up libbinutils:arm64 (2.38-4ubuntu2.1) ...
12:00:06 #11 41.09 Setting up libfido2-1:arm64 (1.10.0-1) ...
12:00:06 #11 41.11 Setting up libisl23:arm64 (0.24-2build1) ...
12:00:06 #11 41.12 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
12:00:06 #11 41.13 Setting up openssl (3.0.2-0ubuntu1.7) ...
12:00:06 #11 41.15 Setting up libbsd0:arm64 (0.11.5-1) ...
12:00:06 #11 41.16 Setting up libelf1:arm64 (0.186-1build1) ...
12:00:06 #11 41.18 Setting up readline-common (8.1.2-1) ...
12:00:06 #11 41.19 Setting up publicsuffix (20211207.1025-1) ...
12:00:06 #11 41.21 Setting up zstd (1.4.8+dfsg-3build1) ...
12:00:06 #11 41.22 Setting up libmarkdown2:arm64 (2.2.7-2) ...
12:00:06 #11 41.24 Setting up libcc1-0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:00:06 #11 41.25 Setting up iso-codes (4.9.0-1) ...
12:00:06 #11 41.27 Setting up liblocale-gettext-perl (1.07-4build3) ...
12:00:06 #11 41.28 Setting up liblsan0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:00:06 #11 41.30 Setting up dctrl-tools (2.24-3build2) ...
12:00:06 #11 41.32 Setting up libitm1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:00:06 #11 41.34 Setting up libgdbm6:arm64 (1.23-1) ...
12:00:06 #13 11.53 (49/72): llvm-libs-15.0.7-1.el9.x86_64.rpm       20 MB/s |  21 MB     00:01    
12:00:06 #13 11.54 (50/72): pcre2-utf32-10.40-2.el9.x86_64.rpm     595 kB/s | 206 kB     00:00    
12:00:06 #13 11.54 (51/72): perl-DynaLoader-1.47-480.el9.x86_64.rp 114 kB/s |  27 kB     00:00    
12:00:06 #13 11.66 (52/72): perl-Error-0.17029-7.el9.noarch.rpm    344 kB/s |  42 kB     00:00    
12:00:06 #13 11.66 (53/72): perl-File-Compare-1.100.600-480.el9.no 121 kB/s |  14 kB     00:00    
12:00:06 #13 11.66 (54/72): perl-File-Copy-2.34-480.el9.noarch.rpm 175 kB/s |  21 kB     00:00    
12:00:06 #13 11.72 (55/72): perl-File-Find-1.37-480.el9.noarch.rpm 416 kB/s |  27 kB     00:00    
12:00:06 #13 11.74 (56/72): perl-Git-2.39.1-1.el9.noarch.rpm       509 kB/s |  39 kB     00:00    
12:00:06 #13 11.75 (57/72): perl-TermReadKey-2.38-11.el9.x86_64.rp 410 kB/s |  37 kB     00:00    
12:00:06 #13 11.82 (58/72): perl-Thread-Queue-3.14-460.el9.noarch. 227 kB/s |  22 kB     00:00    
12:00:06 #13 11.83 (59/72): perl-lib-0.65-480.el9.x86_64.rpm       185 kB/s |  16 kB     00:00    
12:00:06 #11 49.86 Setting up lsb-release (11.2ubuntu1) ...
12:00:06 #10 53.43 Setting up publicsuffix (20220811.1734-0+deb10u1) ...
12:00:06 #10 53.45 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u5) ...
12:00:06 #10 53.46 Setting up libcc1-0:amd64 (8.3.0-6) ...
12:00:06 #10 53.47 Setting up iso-codes (4.2-1) ...
12:00:06 #10 53.49 Setting up liblocale-gettext-perl (1.07-3+b4) ...
12:00:06 #10 53.50 Setting up liblsan0:amd64 (8.3.0-6) ...
12:00:06 #10 53.52 Setting up dctrl-tools (2.24-3) ...
12:00:06 #10 53.54 Setting up libitm1:amd64 (8.3.0-6) ...
12:00:06 #10 53.56 Setting up debian-keyring (2019.02.25) ...
12:00:06 #10 53.58 Setting up libreadline7:amd64 (7.0-5) ...
12:00:06 #10 53.59 Setting up libgdbm6:amd64 (1.18.1-4) ...
12:00:06 #10 53.61 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
12:00:06 #10 53.63 Setting up binutils-x86-64-linux-gnu (2.31.1-16) ...
12:00:06 #9 47.98 Running transaction check
12:00:06 #9 48.12 Transaction check succeeded.
12:00:06 #9 48.12 Running transaction test
12:00:06 #11 32.25 Selecting previously unselected package libmpc3:armhf.
12:00:06 #11 32.25 Preparing to unpack .../073-libmpc3_1.2.1-2build1_armhf.deb ...
12:00:06 #11 32.27 Unpacking libmpc3:armhf (1.2.1-2build1) ...
12:00:06 #11 32.38 Selecting previously unselected package cpp-11.
12:00:06 #11 32.38 Preparing to unpack .../074-cpp-11_11.3.0-1ubuntu1~22.04_armhf.deb ...
12:00:06 #9 47.99   Installing       : unzip-6.0-58.fc37.aarch64                           20/143 
12:00:06 #9 48.00   Installing       : xz-5.2.5-10.fc37.aarch64                            21/143 
12:00:06 #9 48.01   Installing       : zip-3.0-33.fc37.aarch64                             22/143 
12:00:06 #9 48.02   Installing       : enchant2-2.3.3-2.fc37.aarch64                       23/143 
12:00:06 #9 48.03   Installing       : python3-enchant-3.2.2-5.fc37.noarch                 24/143 
12:00:06 #9 48.04   Installing       : bzip2-1.0.8-12.fc37.aarch64                         25/143 
12:00:06 #9 48.05   Installing       : cpio-2.13-13.fc37.aarch64                           26/143 
12:00:06 #9 48.06   Installing       : dash-0.5.11.5-2.fc37.aarch64                        27/143 
12:00:06 #9 48.06   Running scriptlet: dash-0.5.11.5-2.fc37.aarch64                        27/143 
12:00:06 #9 48.09   Installing       : diffutils-3.8-3.fc37.aarch64                        28/143 
12:00:06 #9 48.09   Installing       : ed-1.18-2.fc37.aarch64                              29/143 
12:00:06 #9 48.10   Installing       : patch-2.7.6-17.fc37.aarch64                         30/143 
12:00:06 #9 48.11   Running scriptlet: groff-base-1.22.4-10.fc37.aarch64                   31/143 
12:00:06 #9 48.16   Installing       : groff-base-1.22.4-10.fc37.aarch64                   31/143 
12:00:06 #9 48.16   Running scriptlet: groff-base-1.22.4-10.fc37.aarch64                   31/143 
12:00:06 #9 48.18   Installing       : json-glib-1.6.6-3.fc37.aarch64                      32/143 
12:00:06 #9 48.19   Installing       : libjpeg-turbo-2.1.3-2.fc37.aarch64                  33/143 
12:00:06 #10 36.42 Selecting previously unselected package libfakeroot:armhf.
12:00:06 #10 36.42 Preparing to unpack .../084-libfakeroot_1.23-1_armhf.deb ...
12:00:06 #10 36.42 Unpacking libfakeroot:armhf (1.23-1) ...
12:00:06 #10 36.47 Selecting previously unselected package fakeroot.
12:00:06 #10 36.47 Preparing to unpack .../085-fakeroot_1.23-1_armhf.deb ...
12:00:06 #13 2.807    dh_link
12:00:06 #13 2.839    dh_strip_nondeterminism
12:00:06 #13 2.895    dh_compress
12:00:06 #13 2.931    dh_fixperms
12:00:06 #13 2.968    dh_missing
12:00:06 #13 2.993    dh_installdeb
12:00:06 #13 3.025    dh_gencontrol
12:00:06 #11 29.66 Unpacking libicu71:armhf (71.1-3ubuntu1) ...
12:00:06 #10 49.25 Selecting previously unselected package lsb-release.
12:00:07 #10 40.76 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
12:00:07 #10 40.80 Selecting previously unselected package perl-openssl-defaults:armhf.
12:00:07 #10 40.80 Preparing to unpack .../178-perl-openssl-defaults_3build1_armhf.deb ...
12:00:07 #10 40.81 Unpacking perl-openssl-defaults:armhf (3build1) ...
12:00:07 #10 40.87 Selecting previously unselected package libnet-ssleay-perl.
12:00:07 #10 40.87 Preparing to unpack .../179-libnet-ssleay-perl_1.84-1ubuntu0.2_armhf.deb ...
12:00:07 #10 40.87 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
12:00:07 #10 40.95 Selecting previously unselected package libio-socket-ssl-perl.
12:00:07 #10 40.95 Preparing to unpack .../180-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
12:00:07 #10 40.96 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
12:00:07 #10 49.34 Preparing to unpack .../351-libtext-markdown-discount-perl_0.16-1_amd64.deb ...
12:00:07 #10 49.34 Unpacking libtext-markdown-discount-perl (0.16-1) ...
12:00:07 #10 49.37 Selecting previously unselected package libtext-xslate-perl:amd64.
12:00:07 #10 49.38 Preparing to unpack .../352-libtext-xslate-perl_3.5.9-1+b2_amd64.deb ...
12:00:07 #10 49.38 Unpacking libtext-xslate-perl:amd64 (3.5.9-1+b2) ...
12:00:07 #10 49.43 Selecting previously unselected package libtime-duration-perl.
12:00:07 #10 49.44 Preparing to unpack .../353-libtime-duration-perl_1.21-2_all.deb ...
12:00:07 #10 49.44 Unpacking libtime-duration-perl (1.21-2) ...
12:00:07 #10 49.47 Selecting previously unselected package libtime-moment-perl.
12:00:07 #10 49.47 Preparing to unpack .../354-libtime-moment-perl_0.44-2+b1_amd64.deb ...
12:00:07 #10 49.48 Unpacking libtime-moment-perl (0.44-2+b1) ...
12:00:07 #10 49.52 Selecting previously unselected package libtype-tiny-xs-perl:amd64.
12:00:07 #10 49.52 Preparing to unpack .../355-libtype-tiny-xs-perl_0.025-1_amd64.deb ...
12:00:07 #10 49.53 Unpacking libtype-tiny-xs-perl:amd64 (0.025-1) ...
12:00:07 #10 49.56 Selecting previously unselected package libunicode-utf8-perl.
12:00:07 #11 41.36 Setting up libicu70:arm64 (70.1-2) ...
12:00:07 #11 41.38 Setting up libtsan0:arm64 (11.3.0-1ubuntu1~22.04) ...
12:00:07 #11 41.40 Setting up libctf0:arm64 (2.38-4ubuntu2.1) ...
12:00:07 #11 41.42 Setting up libjpeg8:arm64 (8c-2ubuntu10) ...
12:00:07 #11 41.44 Setting up pinentry-curses (1.1.1-1build2) ...
12:00:07 #11 41.47 Setting up cpp-11 (11.3.0-1ubuntu1~22.04) ...
12:00:07 #11 41.49 Setting up manpages-dev (5.10-1ubuntu1) ...
12:00:07 #11 41.51 Setting up libdw1:arm64 (0.186-1build1) ...
12:00:07 #11 41.53 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
12:00:07 #11 41.55 Setting up libxcb1:arm64 (1.14-3ubuntu3) ...
12:00:07 #13 11.83 (60/72): perl-threads-2.25-460.el9.x86_64.rpm   757 kB/s |  58 kB     00:00    
12:00:07 #13 11.88 (61/72): perl-threads-shared-1.61-460.el9.x86_6 688 kB/s |  45 kB     00:00    
12:00:07 #13 11.95 (62/72): policycoreutils-devel-3.5-0.rc1.2.el9. 1.2 MB/s | 144 kB     00:00    
12:00:07 #13 12.01 (63/72): selinux-policy-devel-38.1.5-1.el9.noar 8.0 MB/s | 1.4 MB     00:00    
12:00:07 #13 12.03 (64/72): systemd-devel-252-3.el9.x86_64.rpm     4.2 MB/s | 641 kB     00:00    
12:00:07 #11 50.01 Setting up libdata-dpath-perl (0.58-1) ...
12:00:07 #11 50.02 Setting up python3-magic (2:0.4.26-2) ...
12:00:07 #11 50.15 Setting up python3-cffi-backend:amd64 (1.15.1-1) ...
12:00:07 #11 50.16 Setting up g++-12 (12.2.0-3ubuntu1) ...
12:00:07 #11 50.17 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:00:07 #10 51.09 Setting up libgpgme11:arm64 (1.18.0-3+b1) ...
12:00:07 #10 51.10 Setting up dirmngr (2.2.40-1) ...
12:00:07 #10 51.24 Setting up perl (5.36.0-7) ...
12:00:07 #10 51.26 Setting up libpackage-stash-xs-perl:arm64 (0.30-1+b1) ...
12:00:07 #10 51.27 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:00:07 #10 51.28 Setting up libxs-parse-keyword-perl (0.32-1) ...
12:00:07 #10 51.28 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ...
12:00:07 #10 51.30 Setting up libdata-dump-perl (1.25-1) ...
12:00:07 #10 51.31 Setting up gcc-12 (12.2.0-14) ...
12:00:07 #10 51.32 Setting up libfile-find-rule-perl (0.34-3) ...
12:00:07 #11 34.01 Selecting previously unselected package gcc.
12:00:07 #11 34.01 Preparing to unpack .../091-gcc_4%3a9.3.0-1ubuntu2_armhf.deb ...
12:00:07 #11 34.02 Unpacking gcc (4:9.3.0-1ubuntu2) ...
12:00:07 #11 34.11 Selecting previously unselected package libstdc++-9-dev:armhf.
12:00:07 #11 34.11 Preparing to unpack .../092-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
12:00:07 #10 53.65 Setting up libtsan0:amd64 (8.3.0-6) ...
12:00:07 #10 49.97 Dependencies resolved.
12:00:07 #10 50.00 ================================================================================
12:00:07 #10 53.67 Setting up pinentry-curses (1.1.0-2) ...
12:00:07 #10 53.69 Setting up manpages-dev (4.16-2) ...
12:00:07 #10 50.00  Package                       Arch     Version                 Repo       Size
12:00:07 #10 50.00 ================================================================================
12:00:07 #10 50.00 Installing:
12:00:07 #10 53.71 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
12:00:07 #10 50.00  dnf-plugins-core              noarch   4.3.1-1.fc36            updates    34 k
12:00:07 #10 50.00  rpm-build                     x86_64   4.17.1-3.fc36           updates    58 k
12:00:07 #10 53.73 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
12:00:07 #10 53.74 Setting up libxcb1:amd64 (1.13.1-2) ...
12:00:07 #10 50.00  rpmlint                       noarch   2.4.0-3.fc36            updates   238 k
12:00:07 #10 50.00 Upgrading:
12:00:07 #10 53.76 Setting up at (3.1.23-1) ...
12:00:07 #10 50.00  elfutils-libelf               x86_64   0.188-3.fc36            updates   196 k
12:00:07 #10 50.00  elfutils-libs                 x86_64   0.188-3.fc36            updates   257 k
12:00:07 #10 50.00  glibc                         x86_64   2.35-22.fc36            updates   2.1 M
12:00:07 #10 50.00  glibc-common                  x86_64   2.35-22.fc36            updates   337 k
12:00:07 #10 50.00  glibc-minimal-langpack        x86_64   2.35-22.fc36            updates    60 k
12:00:07 #10 50.00 Installing dependencies:
12:00:07 #10 50.00  ansible-srpm-macros           noarch   1-8.1.fc36              updates   8.5 k
12:00:07 #10 50.00  binutils                      x86_64   2.37-37.fc36            updates   6.0 M
12:00:07 #10 50.00  binutils-gold                 x86_64   2.37-37.fc36            updates   753 k
12:00:07 #10 50.00  bzip2                         x86_64   1.0.8-11.fc36           fedora     52 k
12:00:07 #10 50.00  cpio                          x86_64   2.13-12.fc36            fedora    270 k
12:00:07 #10 50.00  dash                          x86_64   0.5.10.2-10.fc36        fedora     97 k
12:00:07 #10 50.00  dbus-libs                     x86_64   1:1.14.4-1.fc36         updates   155 k
12:00:07 #10 50.00  debugedit                     x86_64   5.0-3.fc36              fedora     77 k
12:00:07 #10 50.00  desktop-file-utils            x86_64   0.26-6.fc36             fedora     72 k
12:00:07 #10 50.00  devscripts-checkbashisms      x86_64   2.22.1-1.fc36           fedora     28 k
12:00:07 #10 50.00  diffutils                     x86_64   3.8-2.fc36              fedora    370 k
12:00:07 #10 50.00  dwz                           x86_64   0.14-4.fc36             updates   127 k
12:00:07 #10 50.00  ed                            x86_64   1.14.2-12.fc36          fedora     73 k
12:00:07 #10 50.00  efi-srpm-macros               noarch   5-5.fc36                fedora     22 k
12:00:07 #10 50.00  elfutils                      x86_64   0.188-3.fc36            updates   523 k
12:00:07 #10 50.00  elfutils-debuginfod-client    x86_64   0.188-3.fc36            updates    40 k
12:00:07 #10 50.00  emacs-filesystem              noarch   1:28.2-1.fc36           updates   7.1 k
12:00:07 #10 50.00  enchant                       x86_64   1:1.6.0-30.fc36         fedora     59 k
12:00:07 #10 50.00  file                          x86_64   5.41-4.fc36             fedora     48 k
12:00:07 #10 50.00  fonts-srpm-macros             noarch   1:2.0.5-7.fc36          fedora     27 k
12:00:07 #10 50.00  fpc-srpm-macros               noarch   1.3-5.fc36              fedora    7.6 k
12:00:07 #10 50.00  gdb-minimal                   x86_64   12.1-2.fc36             updates   3.9 M
12:00:07 #10 50.00  gdk-pixbuf2                   x86_64   2.42.9-2.fc36           updates   466 k
12:00:07 #10 50.00  ghc-srpm-macros               noarch   1.5.0-6.fc36            fedora    7.7 k
12:00:07 #10 50.00  glibc-gconv-extra             x86_64   2.35-22.fc36            updates   1.6 M
12:00:07 #10 50.00  gnat-srpm-macros              noarch   4-15.fc36               fedora    8.2 k
12:00:07 #10 50.00  go-srpm-macros                noarch   3.2.0-1.fc36            updates    26 k
12:00:07 #10 50.00  groff-base                    x86_64   1.22.4-9.fc36           fedora    1.0 M
12:00:07 #10 50.00  hunspell                      x86_64   1.7.0-19.fc36           fedora    303 k
12:00:07 #10 50.00  hunspell-en-GB                noarch   0.20140811.1-22.fc36    fedora    225 k
12:00:07 #10 50.00  hunspell-en-US                noarch   0.20140811.1-22.fc36    fedora    176 k
12:00:07 #10 50.00  hunspell-filesystem           x86_64   1.7.0-19.fc36           fedora    8.9 k
12:00:07 #10 50.00  info                          x86_64   6.8-3.fc36              fedora    225 k
12:00:07 #10 50.00  json-glib                     x86_64   1.6.6-2.fc36            fedora    152 k
12:00:07 #10 50.00  kernel-srpm-macros            noarch   1.0-14.fc36             fedora    9.1 k
12:00:07 #10 50.00  libappstream-glib             x86_64   0.8.0-4.fc36            updates   391 k
12:00:07 #10 50.00  libjpeg-turbo                 x86_64   2.1.2-2.fc36            fedora    182 k
12:00:07 #10 50.00  libpkgconf                    x86_64   1.8.0-2.fc36            fedora     36 k
12:00:07 #10 50.00  libpng                        x86_64   2:1.6.37-12.fc36        fedora    119 k
12:00:07 #10 50.00  libstemmer                    x86_64   0-18.585svn.fc36        fedora     82 k
12:00:07 #10 50.00  lua-srpm-macros               noarch   1-6.fc36                fedora    8.5 k
12:00:07 #10 50.00  ncurses                       x86_64   6.2-9.20210508.fc36     fedora    400 k
12:00:07 #10 50.00  nim-srpm-macros               noarch   3-6.fc36                fedora    8.3 k
12:00:07 #10 50.00  ocaml-srpm-macros             noarch   6-6.fc36                fedora    7.7 k
12:00:07 #10 50.00  openblas-srpm-macros          noarch   2-11.fc36               fedora    7.4 k
12:00:07 #10 50.00  package-notes-srpm-macros     noarch   0.4-14.fc36             fedora     11 k
12:00:07 #10 50.00  patch                         x86_64   2.7.6-16.fc36           fedora    124 k
12:00:07 #10 50.00  perl-AutoLoader               noarch   5.74-486.fc36           fedora     26 k
12:00:07 #10 50.00  perl-B                        x86_64   1.82-486.fc36           fedora    185 k
12:00:07 #10 50.00  perl-Carp                     noarch   1.52-479.fc36           fedora     29 k
12:00:07 #10 50.00  perl-Class-Struct             noarch   0.66-486.fc36           fedora     27 k
12:00:07 #10 50.00  perl-Data-Dumper              x86_64   2.183-3.fc36            fedora     56 k
12:00:07 #10 50.00  perl-Digest                   noarch   1.20-2.fc36             fedora     25 k
12:00:07 #10 50.00  perl-Digest-MD5               x86_64   2.58-479.fc36           fedora     36 k
12:00:07 #10 50.00  perl-DynaLoader               x86_64   1.50-486.fc36           fedora     31 k
12:00:07 #10 50.00  perl-Encode                   x86_64   4:3.17-485.fc36         updates   1.7 M
12:00:07 #10 50.00  perl-Errno                    x86_64   1.33-486.fc36           fedora     20 k
12:00:07 #10 50.00  perl-Exporter                 noarch   5.76-480.fc36           fedora     31 k
12:00:07 #10 50.00  perl-Fcntl                    x86_64   1.14-486.fc36           fedora     25 k
12:00:07 #10 50.00  perl-File-Basename            noarch   2.85-486.fc36           fedora     22 k
12:00:07 #10 50.00  perl-File-Path                noarch   2.18-479.fc36           fedora     35 k
12:00:07 #10 50.00  perl-File-Temp                noarch   1:0.231.100-479.fc36    fedora     59 k
12:00:07 #10 50.00  perl-File-stat                noarch   1.09-486.fc36           fedora     22 k
12:00:07 #10 50.00  perl-FileHandle               noarch   2.03-486.fc36           fedora     20 k
12:00:07 #10 50.00  perl-Getopt-Long              noarch   1:2.54-1.fc36           updates    60 k
12:00:07 #10 50.00  perl-Getopt-Std               noarch   1.13-486.fc36           fedora     21 k
12:00:07 #10 50.00  perl-HTTP-Tiny                noarch   0.082-1.fc36            updates    55 k
12:00:07 #10 50.00  perl-IO                       x86_64   1.46-486.fc36           fedora     92 k
12:00:07 #10 50.00  perl-IPC-Open3                noarch   1.21-486.fc36           fedora     28 k
12:00:07 #10 50.00  perl-MIME-Base64              x86_64   3.16-479.fc36           fedora     30 k
12:00:07 #10 50.00  perl-Net-SSLeay               x86_64   1.92-2.fc36             fedora    364 k
12:00:07 #10 50.00  perl-POSIX                    x86_64   1.97-486.fc36           fedora    102 k
12:00:07 #10 50.00  perl-PathTools                x86_64   3.80-479.fc36           fedora     85 k
12:00:07 #10 50.00  perl-Pod-Escapes              noarch   1:1.07-479.fc36         fedora     20 k
12:00:07 #10 50.00  perl-Pod-Perldoc              noarch   3.28.01-480.fc36        fedora     83 k
12:00:07 #10 50.00  perl-Pod-Simple               noarch   1:3.43-3.fc36           fedora    215 k
12:00:07 #10 50.00  perl-Pod-Usage                noarch   4:2.01-479.fc36         fedora     40 k
12:00:07 #10 50.00  perl-Scalar-List-Utils        x86_64   5:1.63-489.fc36         updates    72 k
12:00:07 #10 50.00  perl-SelectSaver              noarch   1.02-486.fc36           fedora     17 k
12:00:07 #10 50.00  perl-Socket                   x86_64   4:2.036-1.fc36          updates    55 k
12:00:07 #10 50.00  perl-Storable                 x86_64   1:3.25-2.fc36           fedora     96 k
12:00:07 #10 50.00  perl-Symbol                   noarch   1.09-486.fc36           fedora     19 k
12:00:07 #10 50.00  perl-Term-ANSIColor           noarch   5.01-480.fc36           fedora     48 k
12:00:07 #10 50.00  perl-Term-Cap                 noarch   1.17-479.fc36           fedora     22 k
12:00:07 #10 50.00  perl-Text-ParseWords          noarch   3.31-1.fc36             updates    16 k
12:00:07 #10 50.00  perl-Text-Tabs+Wrap           noarch   2021.0814-2.fc36        fedora     22 k
12:00:07 #10 50.00  perl-Time-Local               noarch   2:1.300-479.fc36        fedora     34 k
12:00:07 #10 50.00  perl-URI                      noarch   5.10-1.fc36             fedora    108 k
12:00:07 #10 50.00  perl-base                     noarch   2.27-486.fc36           fedora     21 k
12:00:07 #10 50.00  perl-constant                 noarch   1.33-480.fc36           fedora     23 k
12:00:07 #10 50.00  perl-if                       noarch   0.60.900-486.fc36       fedora     19 k
12:00:07 #10 50.00  perl-interpreter              x86_64   4:5.34.1-486.fc36       fedora     76 k
12:00:07 #10 50.00  perl-libnet                   noarch   3.13-480.fc36           fedora    126 k
12:00:07 #10 50.00  perl-libs                     x86_64   4:5.34.1-486.fc36       fedora    2.1 M
12:00:07 #10 50.00  perl-mro                      x86_64   1.25-486.fc36           fedora     33 k
12:00:07 #10 50.00  perl-overload                 noarch   1.33-486.fc36           fedora     50 k
12:00:07 #10 50.00  perl-overloading              noarch   0.02-486.fc36           fedora     18 k
12:00:07 #10 50.00  perl-parent                   noarch   1:0.238-479.fc36        fedora     14 k
12:00:07 #10 50.00  perl-podlators                noarch   1:4.14-479.fc36         fedora    112 k
12:00:07 #10 50.00  perl-srpm-macros              noarch   1-43.fc36               fedora    8.4 k
12:00:07 #10 50.00  perl-subs                     noarch   1.04-486.fc36           fedora     17 k
12:00:07 #10 50.00  perl-vars                     noarch   1.05-486.fc36           fedora     18 k
12:00:07 #10 50.00  pkgconf                       x86_64   1.8.0-2.fc36            fedora     41 k
12:00:07 #10 50.00  pkgconf-m4                    noarch   1.8.0-2.fc36            fedora     14 k
12:00:07 #10 50.00  pkgconf-pkg-config            x86_64   1.8.0-2.fc36            fedora     10 k
12:00:07 #10 50.00  python-srpm-macros            noarch   3.10-20.fc36            updates    23 k
12:00:07 #10 50.00  python3-construct             noarch   2.10.68-1.fc36          updates   112 k
12:00:07 #10 50.00  python3-dateutil              noarch   1:2.8.1-8.fc36          fedora    289 k
12:00:07 #10 50.00  python3-dbus                  x86_64   1.2.18-3.fc36           fedora    132 k
12:00:07 #10 50.00  python3-distro                noarch   1.6.0-2.fc36            fedora     38 k
12:00:07 #10 50.00  python3-dnf-plugins-core      noarch   4.3.1-1.fc36            updates   229 k
12:00:07 #10 50.00  python3-enchant               noarch   3.2.2-2.fc36            fedora     79 k
12:00:07 #10 50.00  python3-file-magic            noarch   5.41-4.fc36             fedora     18 k
12:00:07 #10 50.00  python3-pybeam                noarch   0.7-2.fc36              fedora     24 k
12:00:07 #10 50.00  python3-pyxdg                 noarch   0.27-4.fc36             fedora     96 k
12:00:07 #10 50.00  python3-six                   noarch   1.16.0-5.fc36           fedora     36 k
12:00:07 #10 50.00  python3-tomli                 noarch   1.2.3-1.fc36            fedora     29 k
12:00:07 #10 50.00  python3-tomli-w               noarch   0.4.0-3.fc36            fedora     18 k
12:00:07 #10 50.00  python3-zstandard             x86_64   0.17.0-1.fc36           fedora    458 k
12:00:07 #10 50.00  qt5-srpm-macros               noarch   5.15.7-1.fc36           updates   7.9 k
12:00:07 #10 50.00  redhat-rpm-config             noarch   222-1.fc36              updates    66 k
12:00:07 #10 50.00  rpmautospec-rpm-macros        noarch   0.3.1-1.fc36            updates   8.7 k
12:00:07 #10 50.00  rpmlint-fedora-license-data   noarch   1.12-1.fc36             updates    18 k
12:00:07 #10 50.00  rust-srpm-macros              noarch   23-1.fc36               updates   9.3 k
12:00:07 #10 50.00  shared-mime-info              x86_64   2.1-3.fc35              fedora    373 k
12:00:07 #10 50.00  unzip                         x86_64   6.0-57.fc36             fedora    182 k
12:00:07 #10 50.00  xxhash-libs                   x86_64   0.8.1-2.fc36            fedora     42 k
12:00:07 #10 50.00  xz                            x86_64   5.2.5-9.fc36            fedora    214 k
12:00:07 #10 50.00  zip                           x86_64   3.0-32.fc36             fedora    260 k
12:00:07 #10 50.00  zstd                          x86_64   1.5.2-2.fc36            updates   448 k
12:00:07 #10 50.00 Installing weak dependencies:
12:00:07 #10 50.00  hunspell-en                   noarch   0.20140811.1-22.fc36    fedora    180 k
12:00:07 #10 50.00  perl-IO-Socket-IP             noarch   0.41-480.fc36           fedora     42 k
12:00:07 #10 50.00  perl-IO-Socket-SSL            noarch   2.074-2.fc36            fedora    218 k
12:00:07 #10 50.00  perl-Mozilla-CA               noarch   20211001-2.fc36         fedora     12 k
12:00:07 #10 50.00  perl-NDBM_File                x86_64   1.15-486.fc36           fedora     27 k
12:00:07 #10 50.00 
12:00:07 #10 50.00 Transaction Summary
12:00:07 #10 50.00 ================================================================================
12:00:07 #10 50.00 Install  138 Packages
12:00:07 #10 50.00 Upgrade    5 Packages
12:00:07 #10 50.00 
12:00:07 #10 50.01 Total download size: 32 M
12:00:07 #10 50.01 Downloading Packages:
12:00:07 #11 32.67 Unpacking cpp-11 (11.3.0-1ubuntu1~22.04) ...
12:00:07 #9 48.20   Installing       : libpkgconf-1.8.0-3.fc37.aarch64                     34/143 
12:00:07 #9 48.21   Installing       : pkgconf-1.8.0-3.fc37.aarch64                        35/143 
12:00:07 #9 48.21   Installing       : libpng-2:1.6.37-13.fc37.aarch64                     36/143 
12:00:07 #9 48.22   Installing       : libstemmer-0-19.585svn.fc37.aarch64                 37/143 
12:00:07 #9 48.23   Installing       : ncurses-6.3-3.20220501.fc37.aarch64                 38/143 
12:00:07 #9 48.24   Installing       : perl-Digest-1.20-489.fc37.noarch                    39/143 
12:00:07 #9 48.25   Installing       : perl-Digest-MD5-2.58-489.fc37.aarch64               40/143 
12:00:07 #9 48.25   Installing       : perl-B-1.83-492.fc37.aarch64                        41/143 
12:00:07 #9 48.26   Installing       : perl-FileHandle-2.03-492.fc37.noarch                42/143 
12:00:07 #9 48.26   Installing       : perl-AutoLoader-5.74-492.fc37.noarch                43/143 
12:00:07 #9 48.27   Installing       : perl-Data-Dumper-2.184-490.fc37.aarch64             44/143 
12:00:07 #9 48.28   Installing       : perl-libnet-3.14-490.fc37.noarch                    45/143 
12:00:07 #9 48.28   Installing       : perl-base-2.27-492.fc37.noarch                      46/143 
12:00:07 #9 48.30   Installing       : perl-Net-SSLeay-1.92-4.fc37.aarch64                 47/143 
12:00:07 #9 48.32   Installing       : perl-URI-5.17-1.fc37.noarch                         48/143 
12:00:07 #9 48.32   Installing       : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       49/143 
12:00:07 #9 48.33   Installing       : perl-Mozilla-CA-20211001-4.fc37.noarch              50/143 
12:00:07 #9 48.33   Installing       : perl-if-0.61.000-492.fc37.noarch                    51/143 
12:00:07 #9 48.34   Installing       : perl-IO-Socket-IP-0.41-490.fc37.noarch              52/143 
12:00:07 #9 48.35   Installing       : perl-Time-Local-2:1.300-489.fc37.noarch             53/143 
12:00:07 #9 48.35   Installing       : perl-File-Path-2.18-489.fc37.noarch                 54/143 
12:00:07 #9 48.36   Installing       : perl-Pod-Escapes-1:1.07-489.fc37.noarch             55/143 
12:00:07 #9 48.36   Installing       : perl-IO-Socket-SSL-2.075-1.fc37.noarch              56/143 
12:00:07 #9 48.37   Installing       : perl-Class-Struct-0.66-492.fc37.noarch              57/143 
12:00:07 #9 48.38   Installing       : perl-POSIX-2.03-492.fc37.aarch64                    58/143 
12:00:07 #9 48.38   Installing       : perl-Term-ANSIColor-5.01-490.fc37.noarch            59/143 
12:00:07 #9 48.39   Installing       : perl-IPC-Open3-1.22-492.fc37.noarch                 60/143 
12:00:07 #9 48.39   Installing       : perl-subs-1.04-492.fc37.noarch                      61/143 
12:00:07 #9 48.40   Installing       : perl-File-Temp-1:0.231.100-489.fc37.noarch          62/143 
12:00:07 #9 48.40   Installing       : perl-Term-Cap-1.17-489.fc37.noarch                  63/143 
12:00:07 #9 48.41   Installing       : perl-HTTP-Tiny-0.082-1.fc37.noarch                  64/143 
12:00:07 #9 48.42   Installing       : perl-Pod-Simple-1:3.43-490.fc37.noarch              65/143 
12:00:07 #9 48.43   Installing       : perl-Socket-4:2.036-1.fc37.aarch64                  66/143 
12:00:07 #9 48.44   Installing       : perl-SelectSaver-1.02-492.fc37.noarch               67/143 
12:00:07 #9 48.44   Installing       : perl-Symbol-1.09-492.fc37.noarch                    68/143 
12:00:07 #9 48.45   Installing       : perl-File-stat-1.12-492.fc37.noarch                 69/143 
12:00:07 #9 48.45   Installing       : perl-podlators-1:4.14-489.fc37.noarch               70/143 
12:00:07 #9 48.46   Installing       : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            71/143 
12:00:07 #9 48.47   Installing       : perl-Fcntl-1.15-492.fc37.aarch64                    72/143 
12:00:07 #9 48.47   Installing       : perl-Text-ParseWords-3.31-489.fc37.noarch           73/143 
12:00:07 #9 48.48   Installing       : perl-mro-1.26-492.fc37.aarch64                      74/143 
12:00:07 #9 48.48   Installing       : perl-IO-1.50-492.fc37.aarch64                       75/143 
12:00:07 #9 48.49   Installing       : perl-overloading-0.02-492.fc37.noarch               76/143 
12:00:07 #9 48.50   Installing       : perl-Pod-Usage-4:2.03-3.fc37.noarch                 77/143 
12:00:07 #9 48.50   Installing       : perl-Errno-1.36-492.fc37.aarch64                    78/143 
12:00:07 #10 46.23 Dependencies resolved.
12:00:07 #10 46.26 ================================================================================
12:00:07 #10 46.26  Package                       Arch     Version                 Repo       Size
12:00:07 #10 46.26 ================================================================================
12:00:07 #10 46.26 Installing:
12:00:07 #10 46.26  dnf-plugins-core              noarch   4.3.1-1.fc37            fedora     34 k
12:00:07 #10 46.26  rpm-build                     x86_64   4.18.0-1.fc37           fedora     77 k
12:00:07 #10 46.26  rpmlint                       noarch   2.4.0-3.fc37            updates   330 k
12:00:07 #10 46.26 Upgrading:
12:00:07 #10 46.26  glibc                         x86_64   2.36-9.fc37             updates   2.1 M
12:00:07 #10 46.26  glibc-common                  x86_64   2.36-9.fc37             updates   365 k
12:00:07 #10 46.26  glibc-minimal-langpack        x86_64   2.36-9.fc37             updates    87 k
12:00:07 #10 46.26 Installing dependencies:
12:00:07 #10 46.26  ansible-srpm-macros           noarch   1-8.1.fc37              updates   8.6 k
12:00:07 #10 46.26  binutils                      x86_64   2.38-25.fc37            updates   5.4 M
12:00:07 #10 46.26  binutils-gold                 x86_64   2.38-25.fc37            updates   775 k
12:00:07 #10 46.26  bzip2                         x86_64   1.0.8-12.fc37           fedora     52 k
12:00:07 #10 46.26  cpio                          x86_64   2.13-13.fc37            fedora    277 k
12:00:07 #10 46.26  dash                          x86_64   0.5.11.5-2.fc37         fedora     98 k
12:00:07 #10 46.26  dbus-libs                     x86_64   1:1.14.4-1.fc37         updates   155 k
12:00:07 #10 46.26  debugedit                     x86_64   5.0-7.fc37              updates    77 k
12:00:07 #10 46.26  desktop-file-utils            x86_64   0.26-7.fc37             fedora     72 k
12:00:07 #10 46.26  devscripts-checkbashisms      x86_64   2.22.2-3.fc37           fedora     28 k
12:00:07 #10 46.26  diffutils                     x86_64   3.8-3.fc37              fedora    378 k
12:00:07 #10 46.26  dwz                           x86_64   0.14-7.fc37             fedora    129 k
12:00:07 #10 46.26  ed                            x86_64   1.18-2.fc37             fedora     78 k
12:00:07 #10 46.26  efi-srpm-macros               noarch   5-6.fc37                fedora     22 k
12:00:07 #10 46.26  elfutils                      x86_64   0.187-8.fc37            fedora    529 k
12:00:07 #10 46.26  elfutils-debuginfod-client    x86_64   0.187-8.fc37            fedora     39 k
12:00:07 #10 46.26  emacs-filesystem              noarch   1:28.2-3.fc37           updates   7.5 k
12:00:07 #10 46.26  enchant2                      x86_64   2.3.3-2.fc37            fedora     65 k
12:00:07 #10 46.26  file                          x86_64   5.42-4.fc37             fedora     49 k
12:00:07 #10 46.26  fonts-srpm-macros             noarch   1:2.0.5-9.fc37          fedora     26 k
12:00:07 #10 46.26  fpc-srpm-macros               noarch   1.3-6.fc37              fedora    7.7 k
12:00:07 #10 46.26  gdb-minimal                   x86_64   12.1-7.fc37             updates   3.9 M
12:00:07 #10 46.26  gdk-pixbuf2                   x86_64   2.42.10-1.fc37          fedora    485 k
12:00:07 #10 46.26  ghc-srpm-macros               noarch   1.5.0-7.fc37            fedora    7.8 k
12:00:07 #10 46.26  glibc-gconv-extra             x86_64   2.36-9.fc37             updates   1.6 M
12:00:07 #10 46.26  gnat-srpm-macros              noarch   5-1.fc37                updates   8.3 k
12:00:07 #10 46.26  go-srpm-macros                noarch   3.2.0-1.fc37            fedora     27 k
12:00:07 #10 46.26  groff-base                    x86_64   1.22.4-10.fc37          fedora    1.1 M
12:00:07 #10 46.26  hunspell                      x86_64   1.7.0-21.fc37           fedora    281 k
12:00:07 #10 46.26  hunspell-en-GB                noarch   0.20140811.1-23.fc37    fedora    225 k
12:00:07 #10 46.26  hunspell-en-US                noarch   0.20140811.1-23.fc37    fedora    176 k
12:00:07 #10 46.26  hunspell-filesystem           x86_64   1.7.0-21.fc37           fedora    8.8 k
12:00:07 #10 46.26  json-glib                     x86_64   1.6.6-3.fc37            fedora    162 k
12:00:07 #10 46.26  kernel-srpm-macros            noarch   1.0-15.fc37             fedora    9.4 k
12:00:07 #10 46.26  libappstream-glib             x86_64   0.8.1-1.fc37            fedora    404 k
12:00:07 #10 46.26  libjpeg-turbo                 x86_64   2.1.3-2.fc37            fedora    181 k
12:00:07 #10 46.26  libpkgconf                    x86_64   1.8.0-3.fc37            fedora     36 k
12:00:07 #10 46.26  libpng                        x86_64   2:1.6.37-13.fc37        fedora    119 k
12:00:07 #10 46.26  libstemmer                    x86_64   0-19.585svn.fc37        fedora     79 k
12:00:07 #10 46.26  lua-srpm-macros               noarch   1-7.fc37                fedora    8.8 k
12:00:07 #10 46.26  ncurses                       x86_64   6.3-3.20220501.fc37     fedora    409 k
12:00:07 #10 46.26  nim-srpm-macros               noarch   3-7.fc37                fedora    8.4 k
12:00:07 #10 46.26  ocaml-srpm-macros             noarch   7-2.fc37                fedora     13 k
12:00:07 #10 46.26  openblas-srpm-macros          noarch   2-12.fc37               fedora    7.5 k
12:00:07 #10 46.26  package-notes-srpm-macros     noarch   0.5-6.fc37              fedora     11 k
12:00:07 #10 46.26  patch                         x86_64   2.7.6-17.fc37           fedora    124 k
12:00:07 #10 46.26  perl-AutoLoader               noarch   5.74-492.fc37           fedora     24 k
12:00:07 #10 46.26  perl-B                        x86_64   1.83-492.fc37           fedora    184 k
12:00:07 #10 46.26  perl-Carp                     noarch   1.52-489.fc37           fedora     29 k
12:00:07 #10 46.26  perl-Class-Struct             noarch   0.66-492.fc37           fedora     25 k
12:00:07 #10 46.26  perl-Data-Dumper              x86_64   2.184-490.fc37          fedora     56 k
12:00:07 #10 46.26  perl-Digest                   noarch   1.20-489.fc37           fedora     26 k
12:00:07 #10 46.26  perl-Digest-MD5               x86_64   2.58-489.fc37           fedora     36 k
12:00:07 #10 46.26  perl-DynaLoader               x86_64   1.52-492.fc37           fedora     29 k
12:00:07 #10 46.26  perl-Encode                   x86_64   4:3.19-492.fc37         fedora    1.7 M
12:00:07 #10 46.26  perl-Errno                    x86_64   1.36-492.fc37           fedora     18 k
12:00:07 #10 46.26  perl-Exporter                 noarch   5.77-489.fc37           fedora     31 k
12:00:07 #10 46.26  perl-Fcntl                    x86_64   1.15-492.fc37           fedora     24 k
12:00:07 #10 46.26  perl-File-Basename            noarch   2.85-492.fc37           fedora     20 k
12:00:07 #10 46.26  perl-File-Path                noarch   2.18-489.fc37           fedora     35 k
12:00:07 #10 46.26  perl-File-Temp                noarch   1:0.231.100-489.fc37    fedora     59 k
12:00:07 #10 46.26  perl-File-stat                noarch   1.12-492.fc37           fedora     20 k
12:00:07 #10 46.26  perl-FileHandle               noarch   2.03-492.fc37           fedora     19 k
12:00:07 #10 46.26  perl-Getopt-Long              noarch   1:2.54-1.fc37           updates    60 k
12:00:07 #10 46.26  perl-Getopt-Std               noarch   1.13-492.fc37           fedora     19 k
12:00:07 #10 46.26  perl-HTTP-Tiny                noarch   0.082-1.fc37            fedora     55 k
12:00:07 #10 46.26  perl-IO                       x86_64   1.50-492.fc37           fedora     95 k
12:00:07 #10 46.26  perl-IPC-Open3                noarch   1.22-492.fc37           fedora     26 k
12:00:07 #10 46.26  perl-MIME-Base64              x86_64   3.16-489.fc37           fedora     30 k
12:00:07 #10 46.26  perl-Net-SSLeay               x86_64   1.92-4.fc37             fedora    362 k
12:00:07 #10 46.26  perl-POSIX                    x86_64   2.03-492.fc37           fedora    101 k
12:00:07 #10 46.26  perl-PathTools                x86_64   3.84-489.fc37           fedora     89 k
12:00:07 #10 46.26  perl-Pod-Escapes              noarch   1:1.07-489.fc37         fedora     20 k
12:00:07 #10 46.26  perl-Pod-Perldoc              noarch   3.28.01-490.fc37        fedora     90 k
12:00:07 #10 46.26  perl-Pod-Simple               noarch   1:3.43-490.fc37         fedora    225 k
12:00:07 #10 46.26  perl-Pod-Usage                noarch   4:2.03-3.fc37           fedora     40 k
12:00:07 #10 46.26  perl-Scalar-List-Utils        x86_64   5:1.63-489.fc37         fedora     72 k
12:00:07 #10 46.26  perl-SelectSaver              noarch   1.02-492.fc37           fedora     15 k
12:00:07 #10 46.26  perl-Socket                   x86_64   4:2.036-1.fc37          fedora     55 k
12:00:07 #10 46.26  perl-Storable                 x86_64   1:3.26-489.fc37         fedora     97 k
12:00:07 #10 46.26  perl-Symbol                   noarch   1.09-492.fc37           fedora     17 k
12:00:07 #10 46.26  perl-Term-ANSIColor           noarch   5.01-490.fc37           fedora     48 k
12:00:07 #10 46.26  perl-Term-Cap                 noarch   1.17-489.fc37           fedora     22 k
12:00:07 #10 46.26  perl-Text-ParseWords          noarch   3.31-489.fc37           fedora     16 k
12:00:07 #10 46.26  perl-Text-Tabs+Wrap           noarch   2021.0814-489.fc37      fedora     22 k
12:00:07 #10 46.26  perl-Time-Local               noarch   2:1.300-489.fc37        fedora     33 k
12:00:07 #10 46.26  perl-URI                      noarch   5.17-1.fc37             updates   123 k
12:00:07 #10 46.26  perl-base                     noarch   2.27-492.fc37           fedora     19 k
12:00:07 #10 46.26  perl-constant                 noarch   1.33-490.fc37           fedora     23 k
12:00:07 #10 46.26  perl-if                       noarch   0.61.000-492.fc37       fedora     17 k
12:00:07 #10 46.26  perl-interpreter              x86_64   4:5.36.0-492.fc37       fedora     75 k
12:00:07 #10 46.26  perl-libnet                   noarch   3.14-490.fc37           fedora    132 k
12:00:07 #10 46.26  perl-libs                     x86_64   4:5.36.0-492.fc37       fedora    2.2 M
12:00:07 #10 46.26  perl-mro                      x86_64   1.26-492.fc37           fedora     32 k
12:00:07 #10 46.26  perl-overload                 noarch   1.35-492.fc37           fedora     49 k
12:00:07 #10 46.26  perl-overloading              noarch   0.02-492.fc37           fedora     16 k
12:00:07 #10 46.26  perl-parent                   noarch   1:0.238-489.fc37        fedora     14 k
12:00:07 #10 46.26  perl-podlators                noarch   1:4.14-489.fc37         fedora    116 k
12:00:07 #10 46.26  perl-srpm-macros              noarch   1-46.fc37               fedora    8.3 k
12:00:07 #10 46.26  perl-subs                     noarch   1.04-492.fc37           fedora     15 k
12:00:07 #10 46.26  perl-vars                     noarch   1.05-492.fc37           fedora     16 k
12:00:07 #10 46.26  pkgconf                       x86_64   1.8.0-3.fc37            fedora     41 k
12:00:07 #10 46.26  pkgconf-m4                    noarch   1.8.0-3.fc37            fedora     14 k
12:00:07 #10 46.26  pkgconf-pkg-config            x86_64   1.8.0-3.fc37            fedora     10 k
12:00:07 #10 46.26  pyproject-srpm-macros         noarch   1.6.0-1.fc37            updates    15 k
12:00:07 #10 46.26  python-srpm-macros            noarch   3.11-5.fc37             updates    24 k
12:00:07 #10 46.26  python3-construct             noarch   2.10.68-3.fc37          fedora    152 k
12:00:07 #10 46.26  python3-dateutil              noarch   1:2.8.2-4.fc37          fedora    361 k
12:00:07 #10 46.26  python3-dbus                  x86_64   1.3.2-1.fc37            updates   157 k
12:00:07 #10 46.26  python3-distro                noarch   1.7.0-3.fc37            fedora     48 k
12:00:07 #10 46.26  python3-dnf-plugins-core      noarch   4.3.1-1.fc37            fedora    278 k
12:00:07 #10 46.26  python3-enchant               noarch   3.2.2-5.fc37            fedora    103 k
12:00:07 #10 46.26  python3-file-magic            noarch   5.42-4.fc37             fedora     20 k
12:00:07 #10 46.26  python3-pybeam                noarch   0.7-4.fc37              fedora     32 k
12:00:07 #10 46.26  python3-pyxdg                 noarch   0.27-6.fc37             fedora    135 k
12:00:07 #10 46.26  python3-six                   noarch   1.16.0-8.fc37           fedora     42 k
12:00:07 #10 46.26  python3-tomli-w               noarch   1.0.0-4.fc37            fedora     21 k
12:00:07 #10 46.26  python3-zstandard             x86_64   0.19.0-1.fc37           updates   470 k
12:00:07 #10 46.26  qt5-srpm-macros               noarch   5.15.8-1.fc37           updates   8.0 k
12:00:07 #10 46.26  redhat-rpm-config             noarch   229-1.fc37              updates    80 k
12:00:07 #10 46.26  rpmautospec-rpm-macros        noarch   0.3.1-1.fc37            updates   8.8 k
12:00:07 #10 46.26  rpmlint-fedora-license-data   noarch   1.12-1.fc37             updates    18 k
12:00:07 #10 46.26  rust-srpm-macros              noarch   23-1.fc37               updates   9.4 k
12:00:07 #10 46.26  shared-mime-info              x86_64   2.2-2.fc37              fedora    381 k
12:00:07 #10 46.26  unzip                         x86_64   6.0-58.fc37             fedora    182 k
12:00:07 #10 46.26  xxhash-libs                   x86_64   0.8.1-3.fc37            fedora     41 k
12:00:07 #10 46.26  xz                            x86_64   5.2.5-10.fc37           fedora    223 k
12:00:07 #10 46.26  zip                           x86_64   3.0-33.fc37             fedora    259 k
12:00:07 #10 46.26  zstd                          x86_64   1.5.2-3.fc37            fedora    447 k
12:00:07 #10 46.26 Installing weak dependencies:
12:00:07 #10 46.26  hunspell-en                   noarch   0.20140811.1-23.fc37    fedora    180 k
12:00:07 #10 46.26  perl-IO-Socket-IP             noarch   0.41-490.fc37           fedora     42 k
12:00:07 #10 46.26  perl-IO-Socket-SSL            noarch   2.075-1.fc37            fedora    221 k
12:00:07 #10 46.26  perl-Mozilla-CA               noarch   20211001-4.fc37         fedora     12 k
12:00:07 #10 46.26  perl-NDBM_File                x86_64   1.15-492.fc37           fedora     25 k
12:00:07 #10 46.26 
12:00:07 #10 46.26 Transaction Summary
12:00:07 #10 46.26 ================================================================================
12:00:07 #10 46.26 Install  137 Packages
12:00:07 #10 46.26 Upgrade    3 Packages
12:00:07 #10 46.26 
12:00:07 #10 46.27 Total download size: 31 M
12:00:07 #10 46.27 Downloading Packages:
12:00:07 #10 36.48 Unpacking fakeroot (1.23-1) ...
12:00:07 #10 36.54 Selecting previously unselected package libassuan0:armhf.
12:00:07 #10 36.54 Preparing to unpack .../086-libassuan0_2.5.2-1_armhf.deb ...
12:00:07 #10 36.54 Unpacking libassuan0:armhf (2.5.2-1) ...
12:00:07 #10 36.60 Selecting previously unselected package gpgconf.
12:00:07 #10 36.60 Preparing to unpack .../087-gpgconf_2.2.12-1+deb10u2_armhf.deb ...
12:00:07 #10 36.60 Unpacking gpgconf (2.2.12-1+deb10u2) ...
12:00:07 #10 36.69 Selecting previously unselected package libksba8:armhf.
12:00:07 #10 36.69 Preparing to unpack .../088-libksba8_1.3.5-2+deb10u2_armhf.deb ...
12:00:07 #10 36.69 Unpacking libksba8:armhf (1.3.5-2+deb10u2) ...
12:00:07 #10 ...
12:00:07 
12:00:07 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:07 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 17.1s
12:00:07 #13 3.138    dh_md5sums
12:00:07 #13 3.171    dh_builddeb
12:00:07 #13 3.195 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:07 #11 30.09 Selecting previously unselected package libxml2:armhf.
12:00:07 #11 30.09 Preparing to unpack .../037-libxml2_2.9.14+dfsg-1ubuntu0.1_armhf.deb ...
12:00:07 #11 30.10 Unpacking libxml2:armhf (2.9.14+dfsg-1ubuntu0.1) ...
12:00:07 #11 30.15 Selecting previously unselected package libyaml-0-2:armhf.
12:00:07 #11 30.15 Preparing to unpack .../038-libyaml-0-2_0.2.5-1_armhf.deb ...
12:00:07 #11 30.16 Unpacking libyaml-0-2:armhf (0.2.5-1) ...
12:00:07 #11 30.20 Selecting previously unselected package lsb-release.
12:00:07 #11 30.20 Preparing to unpack .../039-lsb-release_11.2ubuntu1_all.deb ...
12:00:07 #10 49.25 Preparing to unpack .../339-lsb-release_11.1.0_all.deb ...
12:00:07 #10 49.25 Unpacking lsb-release (11.1.0) ...
12:00:07 #10 49.29 Selecting previously unselected package manpages-dev.
12:00:07 #10 49.29 Preparing to unpack .../340-manpages-dev_5.10-1_all.deb ...
12:00:07 #10 49.30 Unpacking manpages-dev (5.10-1) ...
12:00:07 #10 41.03 Selecting previously unselected package libnet-smtp-ssl-perl.
12:00:07 #10 41.03 Preparing to unpack .../181-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:00:07 #10 41.03 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:00:07 #10 41.07 Selecting previously unselected package libmailtools-perl.
12:00:07 #10 41.07 Preparing to unpack .../182-libmailtools-perl_2.18-1_all.deb ...
12:00:07 #10 41.07 Unpacking libmailtools-perl (2.18-1) ...
12:00:07 #10 41.20 Selecting previously unselected package libsocket6-perl.
12:00:07 #10 41.20 Preparing to unpack .../183-libsocket6-perl_0.27-1build2_armhf.deb ...
12:00:07 #10 41.20 Unpacking libsocket6-perl (0.27-1build2) ...
12:00:07 #10 41.29 Selecting previously unselected package libio-socket-inet6-perl.
12:00:07 #10 41.29 Preparing to unpack .../184-libio-socket-inet6-perl_2.72-2_all.deb ...
12:00:07 #10 22.37 Selecting previously unselected package binutils.
12:00:07 #10 22.37 Preparing to unpack .../031-binutils_2.35.2-2_armhf.deb ...
12:00:07 #10 22.38 Unpacking binutils (2.35.2-2) ...
12:00:07 #10 22.44 Selecting previously unselected package libc-dev-bin.
12:00:07 #10 22.44 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u5_armhf.deb ...
12:00:07 #10 22.44 Unpacking libc-dev-bin (2.31-13+deb11u5) ...
12:00:07 #10 22.52 Selecting previously unselected package linux-libc-dev:armhf.
12:00:07 #10 22.52 Preparing to unpack .../033-linux-libc-dev_5.10.162-1_armhf.deb ...
12:00:07 #10 22.52 Unpacking linux-libc-dev:armhf (5.10.162-1) ...
12:00:07 #10 49.56 Preparing to unpack .../356-libunicode-utf8-perl_0.62-2_amd64.deb ...
12:00:07 #10 49.57 Unpacking libunicode-utf8-perl (0.62-2) ...
12:00:07 #10 49.63 Selecting previously unselected package libunwind8:amd64.
12:00:07 #10 49.63 Preparing to unpack .../357-libunwind8_1.6.2-3_amd64.deb ...
12:00:07 #10 49.64 Unpacking libunwind8:amd64 (1.6.2-3) ...
12:00:07 #10 49.67 Selecting previously unselected package libwww-mechanize-perl.
12:00:07 #10 49.67 Preparing to unpack .../358-libwww-mechanize-perl_2.15-1_all.deb ...
12:00:07 #10 49.67 Unpacking libwww-mechanize-perl (2.15-1) ...
12:00:07 #10 49.71 Selecting previously unselected package libxdelta2:amd64.
12:00:07 #10 49.72 Preparing to unpack .../359-libxdelta2_1.1.3-10.4_amd64.deb ...
12:00:07 #10 49.72 Unpacking libxdelta2:amd64 (1.1.3-10.4) ...
12:00:07 #10 49.76 Selecting previously unselected package libxext6:amd64.
12:00:07 #10 49.76 Preparing to unpack .../360-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
12:00:07 #10 49.76 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
12:00:07 #10 49.79 Selecting previously unselected package libxml-namespacesupport-perl.
12:00:07 #10 49.80 Preparing to unpack .../361-libxml-namespacesupport-perl_1.12-2_all.deb ...
12:00:07 #10 49.80 Unpacking libxml-namespacesupport-perl (1.12-2) ...
12:00:07 #10 49.83 Selecting previously unselected package libxml-sax-base-perl.
12:00:07 #10 49.84 Preparing to unpack .../362-libxml-sax-base-perl_1.09-3_all.deb ...
12:00:07 #10 49.84 Unpacking libxml-sax-base-perl (1.09-3) ...
12:00:07 #10 49.88 Selecting previously unselected package libxml-sax-perl.
12:00:07 #10 49.88 Preparing to unpack .../363-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:00:07 #10 49.89 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:00:07 #10 49.93 Selecting previously unselected package libxml-libxml-perl.
12:00:07 #11 41.58 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
12:00:07 #11 50.35 Setting up python3-dbus (1.2.18-3build1) ...
12:00:07 #11 50.49 Setting up libmodule-implementation-perl (0.09-2) ...
12:00:07 #10 51.33 Setting up libref-util-perl (0.204-2) ...
12:00:07 #10 51.34 Setting up libipc-system-simple-perl (1.30-2) ...
12:00:07 #10 51.35 Setting up libnet-domain-tld-perl (1.75-3) ...
12:00:07 #10 51.36 Setting up libperlio-utf8-strict-perl (0.010-1) ...
12:00:07 #10 51.37 Setting up libsocket6-perl (0.29-3) ...
12:00:07 #10 51.38 Setting up libgd3:arm64 (2.3.3-7+b1) ...
12:00:07 #10 51.39 Setting up libvariable-magic-perl (0.63-1+b1) ...
12:00:07 #10 51.40 Setting up libio-html-perl (1.004-3) ...
12:00:07 #10 51.41 Setting up libpod-parser-perl (1.65-1) ...
12:00:07 #10 51.42 Setting up libb-hooks-op-check-perl:arm64 (0.22-2+b1) ...
12:00:07 #10 51.43 Setting up libparams-util-perl (1.102-2+b1) ...
12:00:07 #10 51.44 Setting up libdpkg-perl (1.21.19) ...
12:00:07 #10 51.45 Setting up libtime-duration-perl (1.21-2) ...
12:00:07 #10 51.46 Setting up autoconf (2.71-3) ...
12:00:07 #10 51.48 Setting up libsub-exporter-progressive-perl (0.001013-3) ...
12:00:07 #10 51.49 Setting up libarray-intspan-perl (2.004-2) ...
12:00:07 #10 51.50 Setting up libcapture-tiny-perl (0.48-2) ...
12:00:07 #10 51.51 Setting up libtimedate-perl (2.3300-2) ...
12:00:07 #10 51.52 Setting up libregexp-ipv6-perl (0.03-3) ...
12:00:07 #10 51.53 Setting up gpg-wks-server (2.2.40-1) ...
12:00:07 #11 34.13 Unpacking libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
12:00:07 #10 53.90 invoke-rc.d: could not determine current runlevel
12:00:07 #10 53.90 invoke-rc.d: policy-rc.d denied execution of start.
12:00:07 #10 53.91 Setting up libedit2:amd64 (3.1-20181209-1) ...
12:00:07 #10 53.93 Setting up libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ...
12:00:07 #10 53.95 Setting up cron (3.0pl1-134+deb10u1) ...
12:00:07 #10 54.03 Adding group `crontab' (GID 102) ...
12:00:07 #10 54.04 Done.
12:00:07 #10 54.06 invoke-rc.d: could not determine current runlevel
12:00:07 #10 54.07 invoke-rc.d: policy-rc.d denied execution of start.
12:00:07 #10 54.18 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
12:00:07 #9 48.51   Installing       : perl-File-Basename-2.85-492.fc37.noarch             79/143 
12:00:07 #9 48.51   Installing       : perl-Getopt-Std-1.13-492.fc37.noarch                80/143 
12:00:07 #9 48.52   Installing       : perl-MIME-Base64-3.16-489.fc37.aarch64              81/143 
12:00:07 #9 48.54   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc37.aarch64      82/143 
12:00:07 #9 48.55   Installing       : perl-constant-1.33-490.fc37.noarch                  83/143 
12:00:07 #9 48.55   Installing       : perl-Storable-1:3.26-489.fc37.aarch64               84/143 
12:00:07 #9 48.56   Installing       : perl-overload-1.35-492.fc37.noarch                  85/143 
12:00:07 #9 48.56   Installing       : perl-parent-1:0.238-489.fc37.noarch                 86/143 
12:00:07 #9 48.57   Installing       : perl-vars-1.05-492.fc37.noarch                      87/143 
12:00:07 #9 48.57   Installing       : perl-Getopt-Long-1:2.54-1.fc37.noarch               88/143 
12:00:07 #9 48.58   Installing       : perl-Carp-1.52-489.fc37.noarch                      89/143 
12:00:07 #9 48.58   Installing       : perl-Exporter-5.77-489.fc37.noarch                  90/143 
12:00:07 #9 48.59   Installing       : perl-NDBM_File-1.15-492.fc37.aarch64                91/143 
12:00:07 #9 48.60   Installing       : perl-PathTools-3.84-489.fc37.aarch64                92/143 
12:00:07 #9 48.60   Installing       : perl-DynaLoader-1.52-492.fc37.aarch64               93/143 
12:00:07 #9 48.65   Installing       : perl-Encode-4:3.19-492.fc37.aarch64                 94/143 
12:00:07 #9 48.54 Transaction test succeeded.
12:00:07 #9 48.54 Running transaction
12:00:07 #10 47.32 (1/140): bzip2-1.0.8-12.fc37.x86_64.rpm         181 kB/s |  52 kB     00:00    
12:00:07 #10 47.32 (2/140): dash-0.5.11.5-2.fc37.x86_64.rpm        333 kB/s |  98 kB     00:00    
12:00:07 #10 47.33 (3/140): cpio-2.13-13.fc37.x86_64.rpm           919 kB/s | 277 kB     00:00    
12:00:07 #10 47.33 (4/140): desktop-file-utils-0.26-7.fc37.x86_64. 4.7 MB/s |  72 kB     00:00    
12:00:07 #10 47.33 (5/140): devscripts-checkbashisms-2.22.2-3.fc37 2.3 MB/s |  28 kB     00:00    
12:00:07 #10 47.34 (6/140): diffutils-3.8-3.fc37.x86_64.rpm         33 MB/s | 378 kB     00:00    
12:00:07 #10 47.34 (7/140): dnf-plugins-core-4.3.1-1.fc37.noarch.r 4.4 MB/s |  34 kB     00:00    
12:00:07 #10 47.35 (8/140): dwz-0.14-7.fc37.x86_64.rpm              12 MB/s | 129 kB     00:00    
12:00:07 #7 ...
12:00:07 
12:00:07 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:07 #10 36.76 Selecting previously unselected package libnpth0:armhf.
12:00:07 #10 36.76 Preparing to unpack .../089-libnpth0_1.6-1_armhf.deb ...
12:00:07 #10 36.76 Unpacking libnpth0:armhf (1.6-1) ...
12:00:07 #10 36.82 Selecting previously unselected package dirmngr.
12:00:07 #10 36.82 Preparing to unpack .../090-dirmngr_2.2.12-1+deb10u2_armhf.deb ...
12:00:07 #10 36.84 Unpacking dirmngr (2.2.12-1+deb10u2) ...
12:00:07 #12 0.880 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
12:00:07 #12 0.880 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
12:00:07 #12 0.947 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
12:00:07 #12 1.022 Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
12:00:07 #13 3.313  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo
12:00:07 #12 0.861 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
12:00:07 #12 0.923 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
12:00:07 #11 50.95 Setting up liblinux-epoll-perl (0.017-1) ...
12:00:07 #11 50.97 Setting up libvariable-magic-perl (0.62-1build2) ...
12:00:07 #11 50.98 Setting up python3-idna (2.8-1) ...
12:00:07 #11 51.17 Setting up libio-html-perl (1.001-1) ...
12:00:07 #11 51.18 Setting up libcroco3:amd64 (0.6.13-1) ...
12:00:07 #11 51.20 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
12:00:07 #11 51.22 Setting up libtest-refcount-perl (0.10-1) ...
12:00:07 #11 51.24 Setting up libparams-util-perl (1.07-3build5) ...
12:00:07 #11 51.25 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
12:00:07 #11 51.27 Setting up autoconf (2.69-11.1) ...
12:00:07 #11 51.28 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:00:07 #11 51.44 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:07 #11 51.46 Setting up libarray-intspan-perl (2.003-1) ...
12:00:07 #13 11.35   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch           3/78 
12:00:07 #13 20.44   Upgrading        : libsepol-3.5-0.rc2.1.el9.aarch64                      4/78 
12:00:07 #13 20.45   Upgrading        : libselinux-3.5-0.rc2.1.el9.aarch64                    5/78 
12:00:07 #13 20.45   Installing       : perl-DynaLoader-1.47-480.el9.aarch64                  6/78 
12:00:07 #13 20.46   Installing       : perl-threads-1:2.25-460.el9.aarch64                   7/78 
12:00:07 #13 20.47   Installing       : perl-File-Find-1.37-480.el9.noarch                    8/78 
12:00:07 #13 20.47   Installing       : perl-File-Copy-2.34-480.el9.noarch                    9/78 
12:00:07 #13 20.48   Installing       : perl-File-Compare-1.100.600-480.el9.noarch           10/78 
12:00:07 #13 20.49   Installing       : m4-1.4.19-1.el9.aarch64                              11/78 
12:00:07 #13 20.51   Installing       : autoconf-2.69-38.el9.noarch                          12/78 
12:00:07 #13 20.52   Installing       : libmpc-1.2.1-4.el9.aarch64                           13/78 
12:00:07 #13 20.53   Installing       : cmake-rpm-macros-3.20.2-7.el9.noarch                 14/78 
12:00:07 #13 20.53   Installing       : cmake-filesystem-3.20.2-7.el9.aarch64                15/78 
12:00:07 #13 20.54   Installing       : libseccomp-2.5.2-2.el9.aarch64                       16/78 
12:00:07 #13 20.55   Installing       : libedit-3.1-37.20210216cvs.el9.aarch64               17/78 
12:00:07 #13 20.93   Installing       : llvm-libs-15.0.7-1.el9.aarch64                       18/78 
12:00:07 #13 21.09   Installing       : cpp-11.3.1-4.3.el9.aarch64                           19/78 
12:00:07 #10 49.63 Selecting previously unselected package pbzip2.
12:00:07 #10 49.63 Preparing to unpack .../341-pbzip2_1.1.13-1_amd64.deb ...
12:00:07 #10 49.64 Unpacking pbzip2 (1.1.13-1) ...
12:00:07 #10 49.67 Selecting previously unselected package pixz.
12:00:07 #10 49.68 Preparing to unpack .../342-pixz_1.0.7-1_amd64.deb ...
12:00:07 #10 49.68 Unpacking pixz (1.0.7-1) ...
12:00:07 #10 49.71 Selecting previously unselected package xdelta.
12:00:07 #10 49.71 Preparing to unpack .../343-xdelta_1.1.3-9.3_amd64.deb ...
12:00:07 #10 49.72 Unpacking xdelta (1.1.3-9.3) ...
12:00:07 #10 49.75 Selecting previously unselected package xdelta3.
12:00:07 #10 49.75 Preparing to unpack .../344-xdelta3_3.0.11-dfsg-1+b1_amd64.deb ...
12:00:07 #10 49.76 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
12:00:07 #10 49.80 Selecting previously unselected package pristine-tar.
12:00:07 #11 30.20 Unpacking lsb-release (11.2ubuntu1) ...
12:00:07 #11 30.25 Selecting previously unselected package netbase.
12:00:07 #11 30.25 Preparing to unpack .../040-netbase_6.3_all.deb ...
12:00:07 #11 30.27 Unpacking netbase (6.3) ...
12:00:07 #11 30.31 Selecting previously unselected package python3-dbus.
12:00:07 #11 30.31 Preparing to unpack .../041-python3-dbus_1.2.18-3build1_armhf.deb ...
12:00:07 #11 30.32 Unpacking python3-dbus (1.2.18-3build1) ...
12:00:07 #11 30.37 Selecting previously unselected package python3-gi.
12:00:07 #11 30.38 Preparing to unpack .../042-python3-gi_3.42.2-2_armhf.deb ...
12:00:07 #11 30.38 Unpacking python3-gi (3.42.2-2) ...
12:00:07 #11 30.44 Selecting previously unselected package networkd-dispatcher.
12:00:07 #7 ...
12:00:07 
12:00:07 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:07 #10 29.45 Selecting previously unselected package g++.
12:00:07 #10 29.45 Preparing to unpack .../058-g++_4%3a12.2.0-3_armhf.deb ...
12:00:07 #10 29.46 Unpacking g++ (4:12.2.0-3) ...
12:00:07 #10 29.51 Selecting previously unselected package make.
12:00:07 #10 29.51 Preparing to unpack .../059-make_4.3-4.1_armhf.deb ...
12:00:07 #10 29.52 Unpacking make (4.3-4.1) ...
12:00:07 #10 29.62 Selecting previously unselected package libdpkg-perl.
12:00:07 #10 29.62 Preparing to unpack .../060-libdpkg-perl_1.21.19_all.deb ...
12:00:07 #10 29.62 Unpacking libdpkg-perl (1.21.19) ...
12:00:07 #10 41.29 Unpacking libio-socket-inet6-perl (2.72-2) ...
12:00:07 #10 41.34 Selecting previously unselected package libnet-ip-perl.
12:00:07 #10 41.34 Preparing to unpack .../185-libnet-ip-perl_1.26-1_all.deb ...
12:00:07 #10 41.35 Unpacking libnet-ip-perl (1.26-1) ...
12:00:07 #10 41.38 Selecting previously unselected package libnet-dns-perl.
12:00:07 #10 41.38 Preparing to unpack .../186-libnet-dns-perl_1.10-2_all.deb ...
12:00:07 #10 41.39 Unpacking libnet-dns-perl (1.10-2) ...
12:00:07 #10 41.50 Selecting previously unselected package libnet-domain-tld-perl.
12:00:07 #10 41.50 Preparing to unpack .../187-libnet-domain-tld-perl_1.75-1_all.deb ...
12:00:07 #10 41.51 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:00:07 #10 41.62 Selecting previously unselected package libemail-valid-perl.
12:00:07 #10 41.62 Preparing to unpack .../188-libemail-valid-perl_1.202-1_all.deb ...
12:00:07 #10 22.75 Selecting previously unselected package libcrypt-dev:armhf.
12:00:07 #10 22.75 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
12:00:07 #10 22.75 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
12:00:07 #10 22.81 Selecting previously unselected package libtirpc-dev:armhf.
12:00:07 #10 22.81 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_armhf.deb ...
12:00:07 #10 22.81 Unpacking libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
12:00:07 #10 22.89 Selecting previously unselected package libnsl-dev:armhf.
12:00:07 #10 22.89 Preparing to unpack .../036-libnsl-dev_1.3.0-2_armhf.deb ...
12:00:07 #10 22.89 Unpacking libnsl-dev:armhf (1.3.0-2) ...
12:00:07 #10 22.97 Selecting previously unselected package libc6-dev:armhf.
12:00:07 #10 22.97 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u5_armhf.deb ...
12:00:07 #10 22.69 Setting up libc6:armhf (2.36-8+rpi1) ...
12:00:07 #10 49.94 Preparing to unpack .../364-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1+b1_amd64.deb ...
12:00:07 #10 49.94 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
12:00:07 #10 50.01 Selecting previously unselected package libxml-sax-expat-perl.
12:00:07 #10 50.01 Preparing to unpack .../365-libxml-sax-expat-perl_0.51-2_all.deb ...
12:00:07 #10 50.02 Unpacking libxml-sax-expat-perl (0.51-2) ...
12:00:07 #10 50.05 Selecting previously unselected package libxmlrpc-lite-perl.
12:00:07 #10 50.06 Preparing to unpack .../366-libxmlrpc-lite-perl_0.717-5_all.deb ...
12:00:07 #10 50.06 Unpacking libxmlrpc-lite-perl (0.717-5) ...
12:00:07 #10 50.10 Selecting previously unselected package libxmuu1:amd64.
12:00:07 #10 50.10 Preparing to unpack .../367-libxmuu1_2%3a1.1.3-3_amd64.deb ...
12:00:07 #10 50.10 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
12:00:07 #10 50.14 Selecting previously unselected package libxstring-perl:amd64.
12:00:07 #10 50.14 Preparing to unpack .../368-libxstring-perl_0.005-2+b1_amd64.deb ...
12:00:07 #10 50.15 Unpacking libxstring-perl:amd64 (0.005-2+b1) ...
12:00:07 #10 50.18 Selecting previously unselected package libyaml-0-2:amd64.
12:00:07 #11 41.87 Setting up libedit2:arm64 (3.1-20210910-1build1) ...
12:00:07 #11 41.88 Setting up libreadline8:arm64 (8.1.2-1) ...
12:00:07 #11 41.90 Setting up m4 (1.4.18-5ubuntu2) ...
12:00:07 #11 41.92 Setting up binutils-aarch64-linux-gnu (2.38-4ubuntu2.1) ...
12:00:07 #11 41.93 Setting up binutils (2.38-4ubuntu2.1) ...
12:00:07 #11 41.95 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:00:07 #11 41.99 Setting up libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
12:00:07 #11 50.50 Setting up libcgi-fast-perl (1:2.15-1) ...
12:00:07 #11 50.52 Setting up python3-apt (2.4.0+22.10) ...
12:00:07 #11 50.67 Setting up libpackage-stash-perl (0.40-1) ...
12:00:07 #11 50.68 Setting up libimport-into-perl (1.002005-2) ...
12:00:07 #11 50.69 Setting up libmoo-perl (2.005004-3) ...
12:00:07 #11 50.71 Setting up python3-bcrypt (3.2.0-1build1) ...
12:00:07 #10 51.54 Setting up libsub-name-perl:arm64 (0.26-2+b1) ...
12:00:07 #10 51.55 Setting up libtype-tiny-xs-perl:arm64 (0.025-1) ...
12:00:07 #10 51.56 Setting up libsyntax-keyword-try-perl (0.28-1) ...
12:00:07 #10 51.57 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:00:07 #10 51.58 Setting up libproc-processtable-perl:arm64 (0.634-1+b2) ...
12:00:07 #10 51.60 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:00:07 #10 51.61 Setting up xauth (1:1.1.2-1) ...
12:00:07 #10 51.62 Setting up libpath-tiny-perl (0.144-1) ...
12:00:07 #10 51.64 Setting up libarchive-cpio-perl (0.10-3) ...
12:00:07 #10 51.65 Setting up libjson-perl (4.10000-1) ...
12:00:07 #10 51.66 Setting up libnsl2:arm64 (1.3.0-2) ...
12:00:07 #10 51.67 Setting up libipc-run3-perl (0.048-3) ...
12:00:07 #10 51.68 Setting up libregexp-wildcards-perl (1.05-3) ...
12:00:07 #10 51.69 Setting up libfcgi-perl (0.82+ds-2) ...
12:00:07 #10 51.70 Setting up libsub-override-perl (0.09-4) ...
12:00:07 #10 51.71 Setting up libaliased-perl (0.34-3) ...
12:00:07 #10 51.72 Setting up libstrictures-perl (2.000006-1) ...
12:00:07 #10 51.73 Setting up libsub-quote-perl (2.006008-1) ...
12:00:07 #10 51.74 Setting up libdevel-stacktrace-perl (2.0400-2) ...
12:00:07 #10 51.75 Setting up libclass-xsaccessor-perl (1.19-4+b1) ...
12:00:07 #10 51.76 Setting up libsort-versions-perl (1.62-3) ...
12:00:07 #10 51.77 Setting up libexporter-tiny-perl (1.006000-1) ...
12:00:07 #10 51.78 Setting up libre-engine-re2-perl:arm64 (0.17+ds-1) ...
12:00:07 #10 51.79 Setting up libfile-dirlist-perl (0.05-3) ...
12:00:07 #10 51.80 Setting up libterm-readkey-perl (2.38-2+b1) ...
12:00:07 #10 51.81 Setting up libtext-levenshteinxs-perl (0.03-5+b1) ...
12:00:07 #10 51.82 Setting up libperlio-gzip-perl (0.20-1+b1) ...
12:00:07 #10 51.83 Setting up libsys-hostname-long-perl (1.5-3) ...
12:00:07 #10 51.84 Setting up libhtml-html5-entities-perl (0.004-3) ...
12:00:07 #13 12.43 (65/72): device-mapper-devel-1.02.187-4.el9.x86  92 kB/s |  44 kB     00:00    
12:00:07 #13 12.57 (66/72): libxcrypt-static-4.4.18-3.el9.x86_64.r 717 kB/s | 102 kB     00:00    
12:00:07 #13 12.61 (67/72): libselinux-3.5-0.rc2.1.el9.x86_64.rpm  2.3 MB/s |  86 kB     00:00    
12:00:07 #13 12.64 (68/72): libselinux-utils-3.5-0.rc2.1.el9.x86_6 6.5 MB/s | 182 kB     00:00    
12:00:07 #13 12.66 (69/72): libsepol-3.5-0.rc2.1.el9.x86_64.rpm     12 MB/s | 315 kB     00:00    
12:00:07 #10 54.19 Setting up m4 (1.4.18-2) ...
12:00:07 #10 54.21 Setting up binutils (2.31.1-16) ...
12:00:07 #10 54.22 Setting up libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
12:00:07 #10 54.23 Setting up ca-certificates (20200601~deb10u2) ...
12:00:07 #9 48.76   Installing       : perl-libs-4:5.36.0-492.fc37.aarch64                 95/143 
12:00:07 #9 48.78   Installing       : perl-interpreter-4:5.36.0-492.fc37.aarch64          96/143 
12:00:07 #9 48.79   Installing       : devscripts-checkbashisms-2.22.2-3.fc37.aarch64      97/143 
12:00:07 #9 48.80   Installing       : shared-mime-info-2.2-2.fc37.aarch64                 98/143 
12:00:07 #9 48.81   Running scriptlet: shared-mime-info-2.2-2.fc37.aarch64                 98/143 
12:00:07 #9 48.84   Installing       : gdk-pixbuf2-2.42.10-1.fc37.aarch64                  99/143 
12:00:07 #9 48.85   Installing       : libappstream-glib-0.8.1-1.fc37.aarch64             100/143 
12:00:07 #9 48.86   Installing       : xxhash-libs-0.8.1-3.fc37.aarch64                   101/143 
12:00:07 #9 48.92   Installing       : gdb-minimal-12.1-7.fc37.aarch64                    102/143 
12:00:07 #9 48.93   Installing       : debugedit-5.0-7.fc37.aarch64                       103/143 
12:00:07 #9 48.94   Installing       : zstd-1.5.2-3.fc37.aarch64                          104/143 
12:00:07 #9 48.95   Installing       : dbus-libs-1:1.14.4-1.fc37.aarch64                  105/143 
12:00:07 #9 48.97   Installing       : python3-dbus-1.3.2-1.fc37.aarch64                  106/143 
12:00:07 #9 48.98   Installing       : python3-zstandard-0.19.0-1.fc37.aarch64            107/143 
12:00:07 #9 48.99   Installing       : rust-srpm-macros-23-1.fc37.noarch                  108/143 
12:00:07 #9 49.00   Installing       : rpmautospec-rpm-macros-0.3.1-1.fc37.noarch         109/143 
12:00:07 #9 49.00   Installing       : qt5-srpm-macros-5.15.8-1.fc37.noarch               110/143 
12:00:07 #9 49.01   Installing       : pyproject-srpm-macros-1.6.0-1.fc37.noarch          111/143 
12:00:07 #10 47.35 (9/140): ed-1.18-2.fc37.x86_64.rpm              8.4 MB/s |  78 kB     00:00    
12:00:07 #10 47.35 (10/140): efi-srpm-macros-5-6.fc37.noarch.rpm   3.0 MB/s |  22 kB     00:00    
12:00:07 #10 47.36 (11/140): elfutils-0.187-8.fc37.x86_64.rpm       41 MB/s | 529 kB     00:00    
12:00:07 #10 47.36 (12/140): elfutils-debuginfod-client-0.187-8.fc 3.5 MB/s |  39 kB     00:00    
12:00:07 #10 47.37 (13/140): enchant2-2.3.3-2.fc37.x86_64.rpm       11 MB/s |  65 kB     00:00    
12:00:07 #10 47.37 (14/140): file-5.42-4.fc37.x86_64.rpm           5.5 MB/s |  49 kB     00:00    
12:00:07 #10 47.37 (15/140): fonts-srpm-macros-2.0.5-9.fc37.noarch 3.2 MB/s |  26 kB     00:00    
12:00:07 #10 47.37 (16/140): fpc-srpm-macros-1.3-6.fc37.noarch.rpm 967 kB/s | 7.7 kB     00:00    
12:00:07 #10 47.38 (17/140): gdk-pixbuf2-2.42.10-1.fc37.x86_64.rpm  44 MB/s | 485 kB     00:00    
12:00:07 #10 47.38 (18/140): ghc-srpm-macros-1.5.0-7.fc37.noarch.r 611 kB/s | 7.8 kB     00:00    
12:00:07 #10 47.39 (19/140): go-srpm-macros-3.2.0-1.fc37.noarch.rp 2.1 MB/s |  27 kB     00:00    
12:00:07 #10 47.40 (20/140): hunspell-1.7.0-21.fc37.x86_64.rpm      26 MB/s | 281 kB     00:00    
12:00:07 #10 47.41 (21/140): groff-base-1.22.4-10.fc37.x86_64.rpm   52 MB/s | 1.1 MB     00:00    
12:00:07 #10 47.41 (22/140): hunspell-en-0.20140811.1-23.fc37.noar 9.3 MB/s | 180 kB     00:00    
12:00:07 #10 47.42 (23/140): hunspell-en-GB-0.20140811.1-23.fc37.n  12 MB/s | 225 kB     00:00    
12:00:07 #10 47.42 (24/140): hunspell-filesystem-1.7.0-21.fc37.x86 1.1 MB/s | 8.8 kB     00:00    
12:00:07 #10 47.42 (25/140): hunspell-en-US-0.20140811.1-23.fc37.n  12 MB/s | 176 kB     00:00    
12:00:07 #10 47.49 (26/140): json-glib-1.6.6-3.fc37.x86_64.rpm     2.2 MB/s | 162 kB     00:00    
12:00:07 #10 47.49 (27/140): kernel-srpm-macros-1.0-15.fc37.noarch 128 kB/s | 9.4 kB     00:00    
12:00:07 #10 47.50 (28/140): libappstream-glib-0.8.1-1.fc37.x86_64  39 MB/s | 404 kB     00:00    
12:00:07 #10 47.51 (29/140): libjpeg-turbo-2.1.3-2.fc37.x86_64.rpm  13 MB/s | 181 kB     00:00    
12:00:07 #10 47.51 (30/140): libpkgconf-1.8.0-3.fc37.x86_64.rpm    2.6 MB/s |  36 kB     00:00    
12:00:07 #10 47.51 (31/140): libpng-1.6.37-13.fc37.x86_64.rpm       12 MB/s | 119 kB     00:00    
12:00:07 #10 47.51 (32/140): libstemmer-0-19.585svn.fc37.x86_64.rp  12 MB/s |  79 kB     00:00    
12:00:07 #10 47.52 (33/140): lua-srpm-macros-1-7.fc37.noarch.rpm   886 kB/s | 8.8 kB     00:00    
12:00:07 #10 47.53 (34/140): ncurses-6.3-3.20220501.fc37.x86_64.rp  30 MB/s | 409 kB     00:00    
12:00:07 #10 47.53 (35/140): ocaml-srpm-macros-7-2.fc37.noarch.rpm 1.5 MB/s |  13 kB     00:00    
12:00:07 #10 47.53 (36/140): nim-srpm-macros-3-7.fc37.noarch.rpm   725 kB/s | 8.4 kB     00:00    
12:00:07 #10 47.53 (37/140): openblas-srpm-macros-2-12.fc37.noarch 963 kB/s | 7.5 kB     00:00    
12:00:07 #10 47.56 (38/140): package-notes-srpm-macros-0.5-6.fc37. 308 kB/s |  11 kB     00:00    
12:00:07 #10 47.57 (39/140): patch-2.7.6-17.fc37.x86_64.rpm        3.7 MB/s | 124 kB     00:00    
12:00:07 #10 47.57 (40/140): perl-AutoLoader-5.74-492.fc37.noarch. 691 kB/s |  24 kB     00:00    
12:00:07 #10 47.57 (41/140): perl-B-1.83-492.fc37.x86_64.rpm        18 MB/s | 184 kB     00:00    
12:00:07 #10 47.58 (42/140): perl-Carp-1.52-489.fc37.noarch.rpm    4.1 MB/s |  29 kB     00:00    
12:00:07 #10 47.58 (43/140): perl-Class-Struct-0.66-492.fc37.noarc 2.7 MB/s |  25 kB     00:00    
12:00:07 #10 47.58 (44/140): perl-Data-Dumper-2.184-490.fc37.x86_6 6.5 MB/s |  56 kB     00:00    
12:00:07 #10 47.59 (45/140): perl-Digest-1.20-489.fc37.noarch.rpm  4.2 MB/s |  26 kB     00:00    
12:00:07 #10 47.59 (46/140): perl-Digest-MD5-2.58-489.fc37.x86_64. 4.2 MB/s |  36 kB     00:00    
12:00:07 #10 47.59 (47/140): perl-DynaLoader-1.52-492.fc37.x86_64. 3.6 MB/s |  29 kB     00:00    
12:00:07 #10 47.60 (48/140): perl-Errno-1.36-492.fc37.x86_64.rpm   2.6 MB/s |  18 kB     00:00    
12:00:07 #10 47.61 (49/140): perl-Encode-3.19-492.fc37.x86_64.rpm   76 MB/s | 1.7 MB     00:00    
12:00:07 #10 47.62 (50/140): perl-Exporter-5.77-489.fc37.noarch.rp 1.3 MB/s |  31 kB     00:00    
12:00:07 #10 47.62 (51/140): perl-Fcntl-1.15-492.fc37.x86_64.rpm   1.3 MB/s |  24 kB     00:00    
12:00:07 #10 47.62 (52/140): perl-File-Basename-2.85-492.fc37.noar 2.1 MB/s |  20 kB     00:00    
12:00:07 #10 47.63 (53/140): perl-File-Path-2.18-489.fc37.noarch.r 3.5 MB/s |  35 kB     00:00    
12:00:07 #10 47.63 (54/140): perl-File-Temp-0.231.100-489.fc37.noa 4.1 MB/s |  59 kB     00:00    
12:00:07 #10 47.64 (55/140): perl-File-stat-1.12-492.fc37.noarch.r 1.5 MB/s |  20 kB     00:00    
12:00:07 #10 47.64 (56/140): perl-FileHandle-2.03-492.fc37.noarch. 1.8 MB/s |  19 kB     00:00    
12:00:07 #10 47.64 (57/140): perl-Getopt-Std-1.13-492.fc37.noarch. 2.2 MB/s |  19 kB     00:00    
12:00:07 #10 47.64 (58/140): perl-HTTP-Tiny-0.082-1.fc37.noarch.rp 6.5 MB/s |  55 kB     00:00    
12:00:07 #10 47.65 (59/140): perl-IO-Socket-IP-0.41-490.fc37.noarc 4.5 MB/s |  42 kB     00:00    
12:00:07 #10 47.65 (60/140): perl-IO-1.50-492.fc37.x86_64.rpm      7.1 MB/s |  95 kB     00:00    
12:00:07 #10 47.66 (61/140): perl-IPC-Open3-1.22-492.fc37.noarch.r 4.0 MB/s |  26 kB     00:00    
12:00:07 #10 47.66 (62/140): perl-MIME-Base64-3.16-489.fc37.x86_64 5.2 MB/s |  30 kB     00:00    
12:00:07 #10 47.66 (63/140): perl-Mozilla-CA-20211001-4.fc37.noarc 2.3 MB/s |  12 kB     00:00    
12:00:07 #10 47.67 (64/140): perl-NDBM_File-1.15-492.fc37.x86_64.r 4.5 MB/s |  25 kB     00:00    
12:00:07 #10 47.67 (65/140): perl-IO-Socket-SSL-2.075-1.fc37.noarc 8.1 MB/s | 221 kB     00:00    
12:00:07 #10 47.68 (66/140): perl-POSIX-2.03-492.fc37.x86_64.rpm    13 MB/s | 101 kB     00:00    
12:00:07 #10 47.71 (67/140): perl-Net-SSLeay-1.92-4.fc37.x86_64.rp 7.4 MB/s | 362 kB     00:00    
12:00:07 #10 36.98 Selecting previously unselected package gnupg-l10n.
12:00:07 #10 36.98 Preparing to unpack .../091-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
12:00:07 #10 36.98 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
12:00:07 #10 37.17 Selecting previously unselected package gnupg-utils.
12:00:07 #10 37.17 Preparing to unpack .../092-gnupg-utils_2.2.12-1+deb10u2_armhf.deb ...
12:00:07 #10 37.18 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
12:00:07 #10 37.28 Selecting previously unselected package gpg.
12:00:07 #10 37.28 Preparing to unpack .../093-gpg_2.2.12-1+deb10u2_armhf.deb ...
12:00:07 #13 3.448  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes
12:00:07 #13 3.525 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:07 #13 3.528  dpkg-source --after-build .
12:00:07 #13 3.626 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:07 #13 3.630 
12:00:07 #13 3.630 The package has been created.
12:00:07 #13 3.630 Attention, the package has been created in the current directory,
12:00:07 #13 3.630 not in ".." as indicated by the message above!
12:00:07 #13 3.653 Selecting previously unselected package docker-ce-build-deps.
12:00:07 #13 3.667 (Reading database ... 25574 files and directories currently installed.)
12:00:07 #13 3.668 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:07 #13 3.673 Unpacking docker-ce-build-deps (1.0) ...
12:00:07 #12 0.997 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
12:00:07 #12 1.072 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
12:00:07 #14 8.558 Running transaction check
12:00:07 #14 8.844 Transaction check succeeded.
12:00:07 #14 8.845 Running transaction test
12:00:07 #11 51.47 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:07 #11 51.48 Setting up libtimedate-perl (2.3200-1) ...
12:00:07 #11 51.49 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:00:07 #11 51.50 Setting up libsub-name-perl (0.26-1) ...
12:00:07 #11 51.52 Setting up libtype-tiny-xs-perl (0.016-1) ...
12:00:07 #11 51.53 Setting up libfile-chdir-perl (0.1008-1) ...
12:00:07 #11 51.54 Setting up xauth (1:1.1-0ubuntu1) ...
12:00:07 #11 51.55 Setting up cpp (4:9.3.0-1ubuntu2) ...
12:00:07 #11 51.56 Setting up libpath-tiny-perl (0.108-1) ...
12:00:07 #11 51.58 Setting up libarchive-cpio-perl (0.10-1) ...
12:00:07 #11 51.59 Setting up libjson-perl (4.02000-2) ...
12:00:07 #11 51.60 Setting up libsub-override-perl (0.09-2) ...
12:00:07 #11 51.61 Setting up python3-unidiff (0.5.5-2) ...
12:00:07 #13 21.10   Installing       : policycoreutils-devel-3.5-0.rc1.2.el9.aarch64        20/78 
12:00:07 #13 21.31   Installing       : selinux-policy-devel-38.1.5-1.el9.noarch             21/78 
12:00:07 #13 21.33   Running scriptlet: selinux-policy-devel-38.1.5-1.el9.noarch             21/78 
12:00:07 #13 21.34   Installing       : perl-threads-shared-1.61-460.el9.aarch64             22/78 
12:00:07 #13 21.35   Installing       : perl-Thread-Queue-3.14-460.el9.noarch                23/78 
12:00:07 #13 21.37   Installing       : automake-1.16.2-6.el9.noarch                         24/78 
12:00:07 #13 21.38   Installing       : perl-TermReadKey-2.38-11.el9.aarch64                 25/78 
12:00:07 #13 21.39   Running scriptlet: openssh-8.7p1-28.el9.aarch64                         26/78 
12:00:07 #13 21.44   Installing       : openssh-8.7p1-28.el9.aarch64                         26/78 
12:00:07 #13 21.45   Installing       : libsepol-devel-3.5-0.rc2.1.el9.aarch64               27/78 
12:00:07 #13 21.46   Installing       : perl-lib-0.65-480.el9.aarch64                        28/78 
12:00:07 #13 21.47   Installing       : perl-Error-1:0.17029-7.el9.noarch                    29/78 
12:00:07 #13 21.48   Installing       : pcre2-utf32-10.40-2.el9.aarch64                      30/78 
12:00:07 #13 21.48   Installing       : pcre2-utf16-10.40-2.el9.aarch64                      31/78 
12:00:07 #13 21.52   Installing       : pcre2-devel-10.40-2.el9.aarch64                      32/78 
12:00:07 #10 49.80 Preparing to unpack .../345-pristine-tar_1.49_amd64.deb ...
12:00:07 #10 49.80 Unpacking pristine-tar (1.49) ...
12:00:07 #10 49.84 Selecting previously unselected package publicsuffix.
12:00:07 #10 49.85 Preparing to unpack .../346-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
12:00:07 #10 49.85 Unpacking publicsuffix (20220811.1734-0+deb11u1) ...
12:00:07 #10 49.89 Selecting previously unselected package python-apt-common.
12:00:07 #10 49.89 Preparing to unpack .../347-python-apt-common_2.2.1_all.deb ...
12:00:07 #10 49.90 Unpacking python-apt-common (2.2.1) ...
12:00:07 #10 49.95 Selecting previously unselected package python3-apt.
12:00:07 #10 49.95 Preparing to unpack .../348-python3-apt_2.2.1_amd64.deb ...
12:00:07 #10 49.95 Unpacking python3-apt (2.2.1) ...
12:00:07 #10 50.00 Selecting previously unselected package python3-certifi.
12:00:07 #10 50.00 Preparing to unpack .../349-python3-certifi_2020.6.20-1_all.deb ...
12:00:07 #10 50.01 Unpacking python3-certifi (2020.6.20-1) ...
12:00:07 #10 50.05 Selecting previously unselected package python3-idna.
12:00:07 #11 30.44 Preparing to unpack .../043-networkd-dispatcher_2.1-2ubuntu1_all.deb ...
12:00:07 #11 30.44 Unpacking networkd-dispatcher (2.1-2ubuntu1) ...
12:00:07 #11 30.49 Selecting previously unselected package python-apt-common.
12:00:07 #11 30.49 Preparing to unpack .../044-python-apt-common_2.4.0+22.10_all.deb ...
12:00:07 #11 30.49 Unpacking python-apt-common (2.4.0+22.10) ...
12:00:07 #11 30.54 Selecting previously unselected package python3-apt.
12:00:07 #11 30.54 Preparing to unpack .../045-python3-apt_2.4.0+22.10_armhf.deb ...
12:00:07 #11 30.54 Unpacking python3-apt (2.4.0+22.10) ...
12:00:07 #11 30.61 Selecting previously unselected package python3-pkg-resources.
12:00:07 #11 30.61 Preparing to unpack .../046-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
12:00:07 #11 30.61 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:00:07 #11 30.67 Selecting previously unselected package shared-mime-info.
12:00:07 #10 29.77 Selecting previously unselected package patch.
12:00:07 #10 29.77 Preparing to unpack .../061-patch_2.7.6-7_armhf.deb ...
12:00:07 #10 29.77 Unpacking patch (2.7.6-7) ...
12:00:07 #10 29.83 Selecting previously unselected package dpkg-dev.
12:00:07 #10 29.83 Preparing to unpack .../062-dpkg-dev_1.21.19_all.deb ...
12:00:07 #10 29.83 Unpacking dpkg-dev (1.21.19) ...
12:00:07 #10 30.01 Selecting previously unselected package build-essential.
12:00:07 #10 30.01 Preparing to unpack .../063-build-essential_12.9_armhf.deb ...
12:00:07 #10 30.01 Unpacking build-essential (12.9) ...
12:00:07 #10 30.05 Selecting previously unselected package libbrotli1:armhf.
12:00:07 #10 30.05 Preparing to unpack .../064-libbrotli1_1.0.9-2+b6_armhf.deb ...
12:00:07 #10 41.63 Unpacking libemail-valid-perl (1.202-1) ...
12:00:07 #10 41.67 Selecting previously unselected package libencode-locale-perl.
12:00:07 #10 41.67 Preparing to unpack .../189-libencode-locale-perl_1.05-1_all.deb ...
12:00:07 #10 41.68 Unpacking libencode-locale-perl (1.05-1) ...
12:00:07 #10 41.71 Selecting previously unselected package libexporter-tiny-perl.
12:00:07 #10 41.71 Preparing to unpack .../190-libexporter-tiny-perl_1.000000-2_all.deb ...
12:00:07 #10 41.72 Unpacking libexporter-tiny-perl (1.000000-2) ...
12:00:07 #10 41.76 Selecting previously unselected package libipc-system-simple-perl.
12:00:07 #10 41.76 Preparing to unpack .../191-libipc-system-simple-perl_1.25-4_all.deb ...
12:00:07 #10 41.77 Unpacking libipc-system-simple-perl (1.25-4) ...
12:00:07 #10 41.81 Selecting previously unselected package libfile-basedir-perl.
12:00:07 #10 41.81 Preparing to unpack .../192-libfile-basedir-perl_0.07-1_all.deb ...
12:00:07 #10 41.81 Unpacking libfile-basedir-perl (0.07-1) ...
12:00:07 #10 41.86 Selecting previously unselected package libfile-chdir-perl.
12:00:07 #10 41.86 Preparing to unpack .../193-libfile-chdir-perl_0.1008-1_all.deb ...
12:00:07 #10 41.87 Unpacking libfile-chdir-perl (0.1008-1) ...
12:00:07 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 10.1s
12:00:07 #14 2.158 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
12:00:07 #14 2.159 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
12:00:07 #14 2.160 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
12:00:07 #14 2.160 Package ca-certificates-2022.2.54-80.2.el8_6.noarch is already installed.
12:00:07 #14 2.161 Package libarchive-3.3.3-4.el8.x86_64 is already installed.
12:00:07 #14 2.162 Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed.
12:00:07 #14 2.163 Package systemd-239-67.el8.x86_64 is already installed.
12:00:07 #14 2.163 Package tar-2:1.30-6.el8.x86_64 is already installed.
12:00:07 #14 2.164 Package which-2.21-18.el8.x86_64 is already installed.
12:00:07 #14 2.164 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
12:00:07 #14 2.165 Package bash-4.4.20-4.el8_6.x86_64 is already installed.
12:00:07 #14 2.268 Dependencies resolved.
12:00:07 #14 2.278 ================================================================================
12:00:07 #14 2.278  Package                      Arch   Version                   Repository  Size
12:00:07 #14 2.278 ================================================================================
12:00:07 #14 2.278 Installing:
12:00:07 #14 2.278  cmake                        x86_64 3.20.2-4.el8              appstream   12 M
12:00:07 #14 2.278  device-mapper-devel          x86_64 8:1.02.181-9.el8          powertools 284 k
12:00:07 #14 2.278  gcc                          x86_64 8.5.0-18.el8              baseos      23 M
12:00:07 #14 2.278  git                          x86_64 2.39.0-1.el8              appstream  104 k
12:00:07 #14 2.278  glibc-static                 x86_64 2.28-224.el8              powertools 2.1 M
12:00:07 #14 2.278  libseccomp-devel             x86_64 2.5.2-1.el8               appstream   57 k
12:00:07 #14 2.278  libselinux-devel             x86_64 2.9-8.el8                 baseos     200 k
12:00:07 #14 2.278  libtool                      x86_64 2.4.6-25.el8              appstream  709 k
12:00:07 #14 2.278  libtool-ltdl-devel           x86_64 2.4.6-25.el8              appstream  184 k
12:00:07 #14 2.278  make                         x86_64 1:4.2.1-11.el8            baseos     498 k
12:00:07 #14 2.278  selinux-policy-devel         noarch 3.14.3-114.el8            baseos     1.5 M
12:00:07 #14 2.278  systemd-devel                x86_64 239-70.el8                baseos     400 k
12:00:07 #14 2.278 Upgrading:
12:00:07 #14 2.278  device-mapper                x86_64 8:1.02.181-9.el8          baseos     378 k
12:00:07 #14 2.278  device-mapper-libs           x86_64 8:1.02.181-9.el8          baseos     410 k
12:00:07 #14 2.278  glibc                        x86_64 2.28-224.el8              baseos     2.2 M
12:00:07 #14 2.278  glibc-common                 x86_64 2.28-224.el8              baseos     1.0 M
12:00:07 #14 2.278  glibc-gconv-extra            x86_64 2.28-224.el8              baseos     1.5 M
12:00:07 #14 2.278  glibc-minimal-langpack       x86_64 2.28-224.el8              baseos      65 k
12:00:07 #14 2.278  libarchive                   x86_64 3.3.3-5.el8               baseos     360 k
12:00:07 #14 2.278  libgcc                       x86_64 8.5.0-18.el8              baseos      81 k
12:00:07 #14 2.278  libselinux                   x86_64 2.9-8.el8                 baseos     166 k
12:00:07 #14 2.278  systemd                      x86_64 239-70.el8                baseos     3.6 M
12:00:07 #14 2.278  systemd-libs                 x86_64 239-70.el8                baseos     1.1 M
12:00:07 #14 2.278  systemd-pam                  x86_64 239-70.el8                baseos     494 k
12:00:07 #14 2.278  tar                          x86_64 2:1.30-8.el8              baseos     839 k
12:00:07 #14 2.278 Installing dependencies:
12:00:07 #14 2.278  annobin                      x86_64 10.94-1.el8               baseos     965 k
12:00:07 #14 2.278  autoconf                     noarch 2.69-29.el8               appstream  710 k
12:00:07 #14 2.278  automake                     noarch 1.16.1-7.el8              appstream  713 k
12:00:07 #14 2.278  checkpolicy                  x86_64 2.9-1.el8                 baseos     348 k
12:00:07 #14 2.278  cmake-data                   noarch 3.20.2-4.el8              appstream  1.7 M
12:00:07 #14 2.278  cmake-filesystem             x86_64 3.20.2-4.el8              appstream   44 k
12:00:07 #14 2.278  cmake-rpm-macros             noarch 3.20.2-4.el8              appstream   44 k
12:00:07 #14 2.278  cpp                          x86_64 8.5.0-18.el8              baseos      10 M
12:00:07 #14 2.278  gcc-plugin-annobin           x86_64 8.5.0-18.el8              baseos      35 k
12:00:07 #14 2.278  git-core                     x86_64 2.39.0-1.el8              appstream   10 M
12:00:07 #14 2.278  git-core-doc                 noarch 2.39.0-1.el8              appstream  3.0 M
12:00:07 #14 2.278  glibc-devel                  x86_64 2.28-224.el8              baseos      83 k
12:00:07 #14 2.278  glibc-headers                x86_64 2.28-224.el8              baseos     488 k
12:00:07 #14 2.278  isl                          x86_64 0.16.1-6.el8              appstream  841 k
12:00:07 #14 2.278  kernel-headers               x86_64 4.18.0-448.el8            baseos      11 M
12:00:07 #14 2.278  less                         x86_64 530-1.el8                 baseos     164 k
12:00:07 #14 2.278  libedit                      x86_64 3.1-23.20170329cvs.el8    baseos     102 k
12:00:07 #14 2.278  libgomp                      x86_64 8.5.0-18.el8              baseos     208 k
12:00:07 #14 2.278  libmpc                       x86_64 1.1.0-9.1.el8             appstream   61 k
12:00:07 #14 2.278  libselinux-utils             x86_64 2.9-8.el8                 baseos     243 k
12:00:07 #14 2.278  libsepol-devel               x86_64 2.9-3.el8                 baseos      87 k
12:00:07 #14 2.278  libuv                        x86_64 1:1.41.1-1.el8_4          appstream  156 k
12:00:07 #14 2.278  libxcrypt-devel              x86_64 4.1.1-6.el8               baseos      25 k
12:00:07 #14 2.278  libxcrypt-static             x86_64 4.1.1-6.el8               powertools  56 k
12:00:07 #14 2.278  m4                           x86_64 1.4.18-7.el8              baseos     223 k
12:00:07 #14 2.278  openssh                      x86_64 8.0p1-17.el8              baseos     524 k
12:00:07 #14 2.278  openssh-clients              x86_64 8.0p1-17.el8              baseos     669 k
12:00:07 #14 2.278  pcre2-devel                  x86_64 10.32-3.el8               baseos     605 k
12:00:07 #14 2.278  pcre2-utf16                  x86_64 10.32-3.el8               baseos     229 k
12:00:07 #14 2.278  pcre2-utf32                  x86_64 10.32-3.el8               baseos     220 k
12:00:07 #14 2.278  perl-Data-Dumper             x86_64 2.167-399.el8             baseos      58 k
12:00:07 #14 2.278  perl-Error                   noarch 1:0.17025-2.el8           appstream   46 k
12:00:07 #14 2.278  perl-Git                     noarch 2.39.0-1.el8              appstream   78 k
12:00:07 #14 2.278  perl-TermReadKey             x86_64 2.37-7.el8                appstream   40 k
12:00:07 #14 2.278  perl-Thread-Queue            noarch 3.13-1.el8                appstream   24 k
12:00:07 #14 2.278  policycoreutils              x86_64 2.9-21.1.el8              baseos     375 k
12:00:07 #14 2.278  policycoreutils-devel        x86_64 2.9-21.1.el8              baseos     293 k
12:00:07 #14 2.278  policycoreutils-python-utils noarch 2.9-21.1.el8              baseos     253 k
12:00:07 #14 2.278  python3-audit                x86_64 3.0.7-4.el8               baseos      87 k
12:00:07 #14 2.278  python3-libselinux           x86_64 2.9-8.el8                 baseos     283 k
12:00:07 #14 2.278  python3-libsemanage          x86_64 2.9-9.el8                 baseos     128 k
12:00:07 #14 2.278  python3-policycoreutils      noarch 2.9-21.1.el8              baseos     2.2 M
12:00:07 #14 2.278  python3-setools              x86_64 4.3.0-3.el8               baseos     624 k
12:00:07 #14 2.278  rpm-plugin-selinux           x86_64 4.14.3-26.el8             baseos      78 k
12:00:07 #14 2.278  selinux-policy               noarch 3.14.3-114.el8            baseos     658 k
12:00:07 #14 2.278  selinux-policy-minimum       noarch 3.14.3-114.el8            baseos      13 M
12:00:07 #14 2.278  vim-filesystem               noarch 2:8.0.1763-19.el8.4       appstream   50 k
12:00:07 #14 2.278  xkeyboard-config             noarch 2.28-1.el8                appstream  782 k
12:00:07 #14 2.278 Installing weak dependencies:
12:00:07 #14 2.278  glibc-langpack-en            x86_64 2.28-224.el8              baseos     826 k
12:00:07 #14 2.278  libxkbcommon                 x86_64 0.9.1-1.el8               appstream  116 k
12:00:07 #14 2.278 Downgrading:
12:00:07 #14 2.278  pcre2                        x86_64 10.32-3.el8               baseos     247 k
12:00:07 #14 2.278 
12:00:07 #14 2.278 Transaction Summary
12:00:07 #14 2.278 ================================================================================
12:00:07 #14 2.278 Install    62 Packages
12:00:07 #14 2.278 Upgrade    13 Packages
12:00:07 #14 2.278 Downgrade   1 Package
12:00:07 #14 2.278 
12:00:07 #14 2.286 Total download size: 118 M
12:00:07 #14 2.286 Downloading Packages:
12:00:07 #10 22.99 Unpacking libc6-dev:armhf (2.31-13+deb11u5) ...
12:00:07 #10 ...
12:00:07 
12:00:07 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:07 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 14.5s done
12:00:07 #7 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:00:07 #7 DONE 49.1s
12:00:07 #10 50.18 Preparing to unpack .../369-libyaml-0-2_0.2.5-1_amd64.deb ...
12:00:07 #10 50.19 Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
12:00:07 #10 50.22 Selecting previously unselected package libyaml-libyaml-perl.
12:00:07 #10 50.23 Preparing to unpack .../370-libyaml-libyaml-perl_0.86+ds-1_amd64.deb ...
12:00:07 #10 50.23 Unpacking libyaml-libyaml-perl (0.86+ds-1) ...
12:00:07 #10 50.26 Selecting previously unselected package licensecheck.
12:00:07 #10 50.26 Preparing to unpack .../371-licensecheck_3.3.5-1_all.deb ...
12:00:07 #10 50.27 Unpacking licensecheck (3.3.5-1) ...
12:00:07 #10 50.31 Selecting previously unselected package plzip.
12:00:07 #10 50.31 Preparing to unpack .../372-plzip_1.10-5_amd64.deb ...
12:00:07 #10 50.32 Unpacking plzip (1.10-5) ...
12:00:07 #10 50.36 Selecting previously unselected package lzop.
12:00:07 #10 50.36 Preparing to unpack .../373-lzop_1.04-2_amd64.deb ...
12:00:07 #10 50.37 Unpacking lzop (1.04-2) ...
12:00:07 #10 50.40 Selecting previously unselected package t1utils.
12:00:07 #10 50.40 Preparing to unpack .../374-t1utils_1.41-4_amd64.deb ...
12:00:07 #10 50.41 Unpacking t1utils (1.41-4) ...
12:00:07 #11 42.00 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
12:00:07 #11 48.69 Setting up liblinux-epoll-perl (0.017-1) ...
12:00:07 #11 48.70 Setting up libvariable-magic-perl (0.62-1build2) ...
12:00:07 #11 48.71 Setting up python3-idna (2.8-1) ...
12:00:07 #11 48.92 Setting up libio-html-perl (1.001-1) ...
12:00:07 #11 48.93 Setting up libcroco3:arm64 (0.6.13-1) ...
12:00:07 #11 48.94 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
12:00:07 #11 48.96 Setting up libtest-refcount-perl (0.10-1) ...
12:00:07 #11 48.97 Setting up libparams-util-perl (1.07-3build5) ...
12:00:07 #11 49.00 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
12:00:07 #11 49.01 Setting up autoconf (2.69-11.1) ...
12:00:07 #11 49.03 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:00:07 #11 49.20 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:07 #11 49.22 Setting up libarray-intspan-perl (2.003-1) ...
12:00:07 #11 49.24 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:07 #11 49.26 Setting up libtimedate-perl (2.3200-1) ...
12:00:07 #11 49.27 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:00:07 #11 49.29 Setting up libsub-name-perl (0.26-1) ...
12:00:07 #11 49.31 Setting up libtype-tiny-xs-perl (0.016-1) ...
12:00:07 #11 49.32 Setting up libfile-chdir-perl (0.1008-1) ...
12:00:07 #11 49.34 Setting up xauth (1:1.1-0ubuntu1) ...
12:00:07 #11 49.36 Setting up cpp (4:9.3.0-1ubuntu2) ...
12:00:07 #11 49.39 Setting up libpath-tiny-perl (0.108-1) ...
12:00:07 #11 49.40 Setting up libarchive-cpio-perl (0.10-1) ...
12:00:07 #11 49.41 Setting up libjson-perl (4.02000-2) ...
12:00:07 #11 49.43 Setting up libsub-override-perl (0.09-2) ...
12:00:07 #11 49.44 Setting up python3-unidiff (0.5.5-2) ...
12:00:07 #11 50.84 Setting up liblist-someutils-perl (0.58-1) ...
12:00:07 #11 50.85 Setting up debhelper (13.9.1ubuntu1) ...
12:00:07 #11 50.86 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
12:00:07 #11 50.87 Setting up python3-chardet (4.0.0-2) ...
12:00:07 #13 12.67 (70/72): libtool-ltdl-devel-2.4.6-45.el9.x86_64 254 kB/s | 161 kB     00:00    
12:00:07 #13 12.74 (71/72): python3-libselinux-3.5-0.rc2.1.el9.x86 2.5 MB/s | 187 kB     00:00    
12:00:07 #13 12.93 (72/72): glibc-static-2.34-54.el9.x86_64.rpm    1.9 MB/s | 1.7 MB     00:00    
12:00:07 #10 51.85 Setting up libsereal-decoder-perl (5.002+ds-1) ...
12:00:07 #10 51.86 Setting up liburi-perl (5.17-1) ...
12:00:07 #10 51.87 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:00:07 #10 51.90 Setting up libfile-touch-perl (0.12-2) ...
12:00:07 #10 51.91 Setting up libc-devtools (2.36-8) ...
12:00:07 #10 51.92 Setting up libemail-address-xs-perl (1.05-1+b1) ...
12:00:07 #10 51.93 Setting up libnet-ssleay-perl:arm64 (1.92-2+b1) ...
12:00:07 #10 51.94 Setting up automake (1:1.16.5-1.3) ...
12:00:07 #10 51.95 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:07 #10 51.96 Setting up libapt-pkg-perl (0.1.40+b2) ...
12:00:07 #10 51.97 Setting up libio-sessiondata-perl (1.03-3) ...
12:00:07 #10 51.98 Setting up libstring-escape-perl (2010.002-3) ...
12:00:07 #10 52.00 Setting up libberkeleydb-perl:arm64 (0.64-2+b1) ...
12:00:07 #10 52.01 Setting up libhttp-date-perl (6.05-2) ...
12:00:07 #10 52.02 Setting up libfile-which-perl (1.27-2) ...
12:00:07 #10 52.03 Setting up libfile-basedir-perl (0.09-2) ...
12:00:07 #10 52.04 Setting up libtask-weaken-perl (1.06-2) ...
12:00:07 #10 52.05 Setting up libunicode-utf8-perl (0.62-2) ...
12:00:07 #10 24.19 Selecting previously unselected package perl.
12:00:07 #10 24.19 Preparing to unpack .../08-perl_5.32.1-4+deb11u2_armhf.deb ...
12:00:07 #10 24.20 Unpacking perl (5.32.1-4+deb11u2) ...
12:00:07 #10 24.33 Selecting previously unselected package libpython3.9-minimal:armhf.
12:00:07 #10 24.33 Preparing to unpack .../09-libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
12:00:07 #10 24.34 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
12:00:07 #10 24.59 Selecting previously unselected package libexpat1:armhf.
12:00:07 #10 24.59 Preparing to unpack .../10-libexpat1_2.2.10-2+deb11u5_armhf.deb ...
12:00:07 #10 54.61 Updating certificates in /etc/ssl/certs...
12:00:07 #9 49.01   Installing       : gnat-srpm-macros-5-1.fc37.noarch                   112/143 
12:00:07 #9 49.02   Installing       : emacs-filesystem-1:28.2-3.fc37.noarch              113/143 
12:00:07 #9 49.03   Installing       : desktop-file-utils-0.26-7.fc37.aarch64             114/143 
12:00:07 #9 49.03   Installing       : ansible-srpm-macros-1-8.1.fc37.noarch              115/143 
12:00:07 #9 49.04   Installing       : python3-tomli-w-1.0.0-4.fc37.noarch                116/143 
12:00:07 #9 49.05   Installing       : python3-pyxdg-0.27-6.fc37.noarch                   117/143 
12:00:07 #9 49.06   Installing       : python3-file-magic-5.42-4.fc37.noarch              118/143 
12:00:07 #9 49.07   Installing       : python3-distro-1.7.0-3.fc37.noarch                 119/143 
12:00:07 #9 49.08   Installing       : python3-dnf-plugins-core-4.3.1-1.fc37.noarch       120/143 
12:00:07 #9 49.09   Installing       : pkgconf-m4-1.8.0-3.fc37.noarch                     121/143 
12:00:07 #9 49.09   Installing       : pkgconf-pkg-config-1.8.0-3.fc37.aarch64            122/143 
12:00:07 #9 49.10   Installing       : perl-srpm-macros-1-46.fc37.noarch                  123/143 
12:00:07 #9 49.10   Installing       : package-notes-srpm-macros-0.5-6.fc37.noarch        124/143 
12:00:07 #9 49.11   Installing       : openblas-srpm-macros-2-12.fc37.noarch              125/143 
12:00:07 #9 49.11   Installing       : ocaml-srpm-macros-7-2.fc37.noarch                  126/143 
12:00:07 #9 49.11   Installing       : nim-srpm-macros-3-7.fc37.noarch                    127/143 
12:00:07 #9 49.12   Installing       : lua-srpm-macros-1-7.fc37.noarch                    128/143 
12:00:07 #9 49.12   Installing       : kernel-srpm-macros-1.0-15.fc37.noarch              129/143 
12:00:07 #9 49.13   Installing       : ghc-srpm-macros-1.5.0-7.fc37.noarch                130/143 
12:00:07 #9 49.13   Installing       : fpc-srpm-macros-1.3-6.fc37.noarch                  131/143 
12:00:07 #9 49.14   Installing       : efi-srpm-macros-5-6.fc37.noarch                    132/143 
12:00:07 #9 49.14   Installing       : fonts-srpm-macros-1:2.0.5-9.fc37.noarch            133/143 
12:00:07 #9 49.15   Installing       : go-srpm-macros-3.2.0-1.fc37.noarch                 134/143 
12:00:07 #9 49.15   Installing       : python-srpm-macros-3.11-5.fc37.noarch              135/143 
12:00:07 #9 49.16   Installing       : redhat-rpm-config-229-1.fc37.noarch                136/143 
12:00:07 #9 49.17   Installing       : rpm-build-4.18.0-1.fc37.aarch64                    137/143 
12:00:07 #9 49.18   Installing       : rpmlint-fedora-license-data-1.12-1.fc37.noarch     138/143 
12:00:07 #9 49.20   Installing       : rpmlint-2.4.0-3.fc37.noarch                        139/143 
12:00:07 #9 49.21   Installing       : dnf-plugins-core-4.3.1-1.fc37.noarch               140/143 
12:00:07 #10 47.71 (68/140): perl-PathTools-3.84-489.fc37.x86_64.r 2.1 MB/s |  89 kB     00:00    
12:00:07 #10 47.72 (69/140): perl-Pod-Escapes-1.07-489.fc37.noarch 463 kB/s |  20 kB     00:00    
12:00:07 #10 47.73 (70/140): perl-Pod-Perldoc-3.28.01-490.fc37.noa 7.1 MB/s |  90 kB     00:00    
12:00:07 #10 47.73 (71/140): perl-Pod-Simple-3.43-490.fc37.noarch.  12 MB/s | 225 kB     00:00    
12:00:07 #10 47.74 (72/140): perl-Pod-Usage-2.03-3.fc37.noarch.rpm 2.2 MB/s |  40 kB     00:00    
12:00:07 #10 47.74 (73/140): perl-SelectSaver-1.02-492.fc37.noarch 2.3 MB/s |  15 kB     00:00    
12:00:07 #10 47.75 (74/140): perl-Scalar-List-Utils-1.63-489.fc37. 6.6 MB/s |  72 kB     00:00    
12:00:07 #10 47.75 (75/140): perl-Socket-2.036-1.fc37.x86_64.rpm   5.2 MB/s |  55 kB     00:00    
12:00:07 #10 47.77 (76/140): perl-Storable-3.26-489.fc37.x86_64.rp 3.0 MB/s |  97 kB     00:00    
12:00:07 #10 47.78 (77/140): perl-Symbol-1.09-492.fc37.noarch.rpm  631 kB/s |  17 kB     00:00    
12:00:07 #10 47.78 (78/140): perl-Term-ANSIColor-5.01-490.fc37.noa 1.6 MB/s |  48 kB     00:00    
12:00:07 #10 47.78 (79/140): perl-Term-Cap-1.17-489.fc37.noarch.rp 2.7 MB/s |  22 kB     00:00    
12:00:07 #10 47.78 (80/140): perl-Text-ParseWords-3.31-489.fc37.no 2.9 MB/s |  16 kB     00:00    
12:00:07 #10 47.79 (81/140): perl-Text-Tabs+Wrap-2021.0814-489.fc3 2.7 MB/s |  22 kB     00:00    
12:00:07 #10 47.79 (82/140): perl-Time-Local-1.300-489.fc37.noarch 3.9 MB/s |  33 kB     00:00    
12:00:07 #10 47.80 (83/140): perl-base-2.27-492.fc37.noarch.rpm    1.6 MB/s |  19 kB     00:00    
12:00:07 #10 47.80 (84/140): perl-constant-1.33-490.fc37.noarch.rp 1.5 MB/s |  23 kB     00:00    
12:00:07 #10 47.81 (85/140): perl-if-0.61.000-492.fc37.noarch.rpm  1.2 MB/s |  17 kB     00:00    
12:00:07 #10 47.81 (86/140): perl-interpreter-5.36.0-492.fc37.x86_ 8.3 MB/s |  75 kB     00:00    
12:00:07 #10 47.82 (87/140): perl-libnet-3.14-490.fc37.noarch.rpm  9.7 MB/s | 132 kB     00:00    
12:00:07 #10 47.83 (88/140): perl-libs-5.36.0-492.fc37.x86_64.rpm   78 MB/s | 2.2 MB     00:00    
12:00:07 #10 47.84 (89/140): perl-mro-1.26-492.fc37.x86_64.rpm     1.1 MB/s |  32 kB     00:00    
12:00:07 #10 47.84 (90/140): perl-overload-1.35-492.fc37.noarch.rp 2.5 MB/s |  49 kB     00:00    
12:00:07 #10 47.84 (91/140): perl-parent-0.238-489.fc37.noarch.rpm 2.4 MB/s |  14 kB     00:00    
12:00:07 #10 47.85 (92/140): perl-overloading-0.02-492.fc37.noarch 1.6 MB/s |  16 kB     00:00    
12:00:07 #10 47.85 (93/140): perl-podlators-4.14-489.fc37.noarch.r  11 MB/s | 116 kB     00:00    
12:00:07 #10 47.85 (94/140): perl-srpm-macros-1-46.fc37.noarch.rpm 835 kB/s | 8.3 kB     00:00    
12:00:07 #10 47.86 (95/140): perl-vars-1.05-492.fc37.noarch.rpm    3.3 MB/s |  16 kB     00:00    
12:00:07 #10 47.86 (96/140): perl-subs-1.04-492.fc37.noarch.rpm    1.9 MB/s |  15 kB     00:00    
12:00:07 #10 47.86 (97/140): pkgconf-1.8.0-3.fc37.x86_64.rpm       5.4 MB/s |  41 kB     00:00    
12:00:07 #10 47.87 (98/140): pkgconf-m4-1.8.0-3.fc37.noarch.rpm    1.9 MB/s |  14 kB     00:00    
12:00:07 #10 47.87 (99/140): pkgconf-pkg-config-1.8.0-3.fc37.x86_6 1.7 MB/s |  10 kB     00:00    
12:00:07 #10 47.87 (100/140): python3-construct-2.10.68-3.fc37.noa  15 MB/s | 152 kB     00:00    
12:00:07 #10 47.88 (101/140): python3-dateutil-2.8.2-4.fc37.noarch  27 MB/s | 361 kB     00:00    
12:00:07 #10 47.88 (102/140): python3-distro-1.7.0-3.fc37.noarch.r 5.4 MB/s |  48 kB     00:00    
12:00:07 #10 47.89 (103/140): python3-dnf-plugins-core-4.3.1-1.fc3  19 MB/s | 278 kB     00:00    
12:00:07 #10 47.89 (104/140): python3-enchant-3.2.2-5.fc37.noarch. 8.1 MB/s | 103 kB     00:00    
12:00:07 #10 47.90 (105/140): python3-file-magic-5.42-4.fc37.noarc 2.8 MB/s |  20 kB     00:00    
12:00:07 #10 47.90 (106/140): python3-pybeam-0.7-4.fc37.noarch.rpm 3.4 MB/s |  32 kB     00:00    
12:00:07 #10 47.90 (107/140): python3-pyxdg-0.27-6.fc37.noarch.rpm  15 MB/s | 135 kB     00:00    
12:00:07 #10 47.91 (108/140): python3-six-1.16.0-8.fc37.noarch.rpm 6.5 MB/s |  42 kB     00:00    
12:00:07 #10 47.91 (109/140): python3-tomli-w-1.0.0-4.fc37.noarch. 2.2 MB/s |  21 kB     00:00    
12:00:07 #10 47.91 (110/140): rpm-build-4.18.0-1.fc37.x86_64.rpm   9.1 MB/s |  77 kB     00:00    
12:00:07 #10 47.92 (111/140): shared-mime-info-2.2-2.fc37.x86_64.r  33 MB/s | 381 kB     00:00    
12:00:07 #10 47.92 (112/140): xxhash-libs-0.8.1-3.fc37.x86_64.rpm  5.0 MB/s |  41 kB     00:00    
12:00:07 #10 37.28 Unpacking gpg (2.2.12-1+deb10u2) ...
12:00:07 #10 37.42 Selecting previously unselected package pinentry-curses.
12:00:07 #10 37.42 Preparing to unpack .../094-pinentry-curses_1.1.0-2_armhf.deb ...
12:00:07 #10 37.43 Unpacking pinentry-curses (1.1.0-2) ...
12:00:07 #10 37.49 Selecting previously unselected package gpg-agent.
12:00:07 #10 37.49 Preparing to unpack .../095-gpg-agent_2.2.12-1+deb10u2_armhf.deb ...
12:00:07 #10 37.50 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
12:00:08 #9 49.17   Preparing        :                                                        1/1 
12:00:08 #9 49.20   Installing       : python3-six-1.16.0-5.fc36.noarch                     1/148 
12:00:08 #9 49.21   Installing       : hunspell-filesystem-1.7.0-19.fc36.aarch64            2/148 
12:00:08 #9 49.22   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch               3/148 
12:00:08 #9 49.23   Installing       : python3-construct-2.10.68-1.fc36.noarch              4/148 
12:00:08 #9 49.24   Installing       : python3-pybeam-0.7-2.fc36.noarch                     5/148 
12:00:08 #9 49.26   Upgrading        : glibc-common-2.35-22.fc36.aarch64                    6/148 
12:00:08 #9 49.27   Upgrading        : glibc-minimal-langpack-2.35-22.fc36.aarch64          7/148 
12:00:08 #9 49.27   Running scriptlet: glibc-2.35-22.fc36.aarch64                           8/148 
12:00:08 #9 49.31   Upgrading        : glibc-2.35-22.fc36.aarch64                           8/148 
12:00:08 #13 21.55   Installing       : libselinux-devel-3.5-0.rc2.1.el9.aarch64             33/78 
12:00:08 #11 51.74 Setting up libstrictures-perl (2.000006-1) ...
12:00:08 #11 51.75 Setting up libsub-quote-perl (2.006006-1) ...
12:00:08 #11 51.76 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
12:00:08 #11 51.77 Setting up libsort-versions-perl (1.62-1) ...
12:00:08 #11 51.78 Setting up libexporter-tiny-perl (1.002001-1) ...
12:00:08 #11 51.79 Setting up libre-engine-re2-perl (0.13-5) ...
12:00:08 #11 51.80 Setting up libterm-readkey-perl (2.38-1build1) ...
12:00:08 #11 51.82 Setting up lsb-release (11.1.0ubuntu2) ...
12:00:08 #11 51.83 Setting up libnet-ip-perl (1.26-2) ...
12:00:08 #11 51.84 Setting up python3-magic (2:0.4.15-3) ...
12:00:08 #10 50.06 Preparing to unpack .../350-python3-idna_2.10-1_all.deb ...
12:00:08 #10 50.06 Unpacking python3-idna (2.10-1) ...
12:00:08 #10 50.11 Selecting previously unselected package python3-magic.
12:00:08 #10 50.11 Preparing to unpack .../351-python3-magic_2%3a0.4.20-3_all.deb ...
12:00:08 #10 50.12 Unpacking python3-magic (2:0.4.20-3) ...
12:00:08 #10 50.15 Selecting previously unselected package python3-urllib3.
12:00:08 #10 50.16 Preparing to unpack .../352-python3-urllib3_1.26.5-1~exp1_all.deb ...
12:00:08 #10 50.16 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
12:00:08 #10 50.21 Selecting previously unselected package python3-requests.
12:00:08 #10 50.21 Preparing to unpack .../353-python3-requests_2.25.1+dfsg-2_all.deb ...
12:00:08 #10 50.21 Unpacking python3-requests (2.25.1+dfsg-2) ...
12:00:08 #10 50.25 Selecting previously unselected package python3-unidiff.
12:00:08 #10 50.26 Preparing to unpack .../354-python3-unidiff_0.5.5-2_all.deb ...
12:00:08 #11 30.67 Preparing to unpack .../047-shared-mime-info_2.2-1_armhf.deb ...
12:00:08 #11 30.67 Unpacking shared-mime-info (2.2-1) ...
12:00:08 #11 30.75 Selecting previously unselected package systemd-resolved.
12:00:08 #11 30.75 Preparing to unpack .../048-systemd-resolved_251.4-1ubuntu7_armhf.deb ...
12:00:08 #11 30.76 Unpacking systemd-resolved (251.4-1ubuntu7) ...
12:00:08 #11 30.81 Selecting previously unselected package systemd-timesyncd.
12:00:08 #11 30.81 Preparing to unpack .../049-systemd-timesyncd_251.4-1ubuntu7_armhf.deb ...
12:00:08 #11 30.82 Unpacking systemd-timesyncd (251.4-1ubuntu7) ...
12:00:08 #11 30.87 Selecting previously unselected package ucf.
12:00:08 #11 30.87 Preparing to unpack .../050-ucf_3.0043_all.deb ...
12:00:08 #11 30.88 Moving old data out of the way
12:00:08 #11 30.88 Unpacking ucf (3.0043) ...
12:00:08 #10 30.05 Unpacking libbrotli1:armhf (1.0.9-2+b6) ...
12:00:08 #10 30.20 Selecting previously unselected package libsasl2-modules-db:armhf.
12:00:08 #10 30.20 Preparing to unpack .../065-libsasl2-modules-db_2.1.28+dfsg-10_armhf.deb ...
12:00:08 #10 30.20 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-10) ...
12:00:08 #10 30.25 Selecting previously unselected package libsasl2-2:armhf.
12:00:08 #10 30.25 Preparing to unpack .../066-libsasl2-2_2.1.28+dfsg-10_armhf.deb ...
12:00:08 #10 30.25 Unpacking libsasl2-2:armhf (2.1.28+dfsg-10) ...
12:00:08 #10 30.29 Selecting previously unselected package libldap-2.5-0:armhf.
12:00:08 #10 30.29 Preparing to unpack .../067-libldap-2.5-0_2.5.13+dfsg-3_armhf.deb ...
12:00:08 #10 30.30 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-3) ...
12:00:08 #10 41.95 Selecting previously unselected package libfile-fcntllock-perl.
12:00:08 #10 41.95 Preparing to unpack .../194-libfile-fcntllock-perl_0.22-3build2_armhf.deb ...
12:00:08 #10 41.96 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
12:00:08 #10 42.01 Selecting previously unselected package libhttp-date-perl.
12:00:08 #10 42.01 Preparing to unpack .../195-libhttp-date-perl_6.02-1_all.deb ...
12:00:08 #10 42.02 Unpacking libhttp-date-perl (6.02-1) ...
12:00:08 #10 42.07 Selecting previously unselected package libfile-listing-perl.
12:00:08 #10 42.07 Preparing to unpack .../196-libfile-listing-perl_6.04-1_all.deb ...
12:00:08 #10 42.07 Unpacking libfile-listing-perl (6.04-1) ...
12:00:08 #10 42.11 Selecting previously unselected package libfont-afm-perl.
12:00:08 #10 42.11 Preparing to unpack .../197-libfont-afm-perl_1.20-2_all.deb ...
12:00:08 #10 42.12 Unpacking libfont-afm-perl (1.20-2) ...
12:00:08 #10 23.42 Selecting previously unselected package libisl23:armhf.
12:00:08 #10 23.42 Preparing to unpack .../038-libisl23_0.23-1_armhf.deb ...
12:00:08 #10 23.42 Unpacking libisl23:armhf (0.23-1) ...
12:00:08 #10 23.55 Selecting previously unselected package libmpfr6:armhf.
12:00:08 #10 23.55 Preparing to unpack .../039-libmpfr6_4.1.0-3_armhf.deb ...
12:00:08 #10 51.09 (1/143): cpio-2.13-12.fc36.x86_64.rpm           933 kB/s | 270 kB     00:00    
12:00:08 #10 51.09 (2/143): bzip2-1.0.8-11.fc36.x86_64.rpm         178 kB/s |  52 kB     00:00    
12:00:08 
12:00:08 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:08 #10 50.45 Selecting previously unselected package unzip.
12:00:08 #10 50.45 Preparing to unpack .../375-unzip_6.0-27_amd64.deb ...
12:00:08 #10 50.46 Unpacking unzip (6.0-27) ...
12:00:08 #10 50.58 Selecting previously unselected package lintian.
12:00:08 #10 50.58 Preparing to unpack .../376-lintian_2.116.3_all.deb ...
12:00:08 #10 50.59 Unpacking lintian (2.116.3) ...
12:00:08 #11 49.57 Setting up libstrictures-perl (2.000006-1) ...
12:00:08 #11 49.59 Setting up libsub-quote-perl (2.006006-1) ...
12:00:08 #11 49.60 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
12:00:08 #11 49.62 Setting up libsort-versions-perl (1.62-1) ...
12:00:08 #11 49.63 Setting up libexporter-tiny-perl (1.002001-1) ...
12:00:08 #11 49.65 Setting up libre-engine-re2-perl (0.13-5) ...
12:00:08 #11 49.67 Setting up libterm-readkey-perl (2.38-1build1) ...
12:00:08 #11 49.70 Setting up lsb-release (11.1.0ubuntu2) ...
12:00:08 #11 49.71 Setting up libnet-ip-perl (1.26-2) ...
12:00:08 #11 49.73 Setting up python3-magic (2:0.4.15-3) ...
12:00:08 #11 42.48 Updating certificates in /etc/ssl/certs...
12:00:08 #11 33.63 Selecting previously unselected package cpp.
12:00:08 #11 33.63 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_armhf.deb ...
12:00:08 #11 33.64 Unpacking cpp (4:11.2.0-1ubuntu1) ...
12:00:08 #11 33.70 Selecting previously unselected package libcc1-0:armhf.
12:00:08 #11 33.70 Preparing to unpack .../076-libcc1-0_12.1.0-2ubuntu1~22.04_armhf.deb ...
12:00:08 #11 33.70 Unpacking libcc1-0:armhf (12.1.0-2ubuntu1~22.04) ...
12:00:08 #11 33.75 Selecting previously unselected package libgomp1:armhf.
12:00:08 #11 33.75 Preparing to unpack .../077-libgomp1_12.1.0-2ubuntu1~22.04_armhf.deb ...
12:00:08 #11 51.13 Setting up python3-cryptography (3.4.8-2) ...
12:00:08 #13 12.93 --------------------------------------------------------------------------------
12:00:08 #13 12.93 Total                                            12 MB/s | 109 MB     00:09     
12:00:08 #10 52.06 Setting up libfeature-compat-try-perl (0.05-1) ...
12:00:08 #10 52.07 Setting up libset-intspan-perl (1.19-3) ...
12:00:08 #10 52.08 Setting up libmouse-perl (2.5.10-1+b3) ...
12:00:08 #10 52.09 Setting up libossp-uuid-perl (1.6.2-1.5+b11) ...
12:00:08 #10 52.10 Setting up libfile-listing-perl (6.15-1) ...
12:00:08 #10 52.11 Setting up libsys-cpuaffinity-perl (1.13~03-2+b1) ...
12:00:08 #10 52.12 Setting up gpg-wks-client (2.2.40-1) ...
12:00:08 #10 52.14 Setting up libregexp-pattern-perl (0.2.14-2) ...
12:00:08 #10 52.15 Setting up libdata-messagepack-perl (1.02-1+b1) ...
12:00:08 #10 52.16 Setting up libclass-inspector-perl (1.36-3) ...
12:00:08 #10 52.17 Setting up libfont-afm-perl (1.20-4) ...
12:00:08 #10 52.18 Setting up libwant-perl (0.29-2+b1) ...
12:00:08 #10 52.19 Setting up libdynaloader-functions-perl (0.003-3) ...
12:00:08 #10 52.20 Setting up libclass-method-modifiers-perl (2.14-1) ...
12:00:08 #10 52.21 Setting up liblist-compare-perl (0.55-2) ...
12:00:08 #10 52.22 Setting up libref-util-xs-perl (0.117-2+b1) ...
12:00:08 #10 52.23 Setting up libio-pty-perl (1:1.17-1) ...
12:00:08 #10 52.24 Setting up libfile-fcntllock-perl (0.22-4+b1) ...
12:00:08 #10 52.25 Setting up libclone-perl:arm64 (0.46-1) ...
12:00:08 #10 52.26 Setting up libalgorithm-diff-perl (1.201-1) ...
12:00:08 #10 52.27 Setting up libarchive-zip-perl (1.68-1) ...
12:00:08 #10 52.28 Setting up libsub-identify-perl (0.14-3) ...
12:00:08 #10 52.29 Setting up libdistro-info-perl (1.5) ...
12:00:08 #10 52.30 Setting up libcpanel-json-xs-perl:arm64 (4.32-1+b1) ...
12:00:08 #10 52.31 Setting up libio-stringy-perl (2.111-3) ...
12:00:08 #10 52.32 Setting up libhtml-tagset-perl (3.20-6) ...
12:00:08 #10 52.33 Setting up liblog-any-perl (1.713-1) ...
12:00:08 #10 52.34 Setting up libauthen-sasl-perl (2.1600-3) ...
12:00:08 #10 52.35 Setting up libdevel-size-perl (0.83-2+b1) ...
12:00:08 #10 52.36 Setting up libpython3.11-stdlib:arm64 (3.11.1-2) ...
12:00:08 #10 52.37 Setting up libdebhelper-perl (13.11.4) ...
12:00:08 #10 24.60 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
12:00:08 #10 24.66 Selecting previously unselected package python3.9-minimal.
12:00:08 #10 24.67 Preparing to unpack .../11-python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
12:00:08 #10 24.67 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
12:00:08 #9 49.22   Cleanup          : glibc-2.36-8.fc37.aarch64                          141/143 
12:00:08 #9 49.23   Cleanup          : glibc-minimal-langpack-2.36-8.fc37.aarch64         142/143 
12:00:08 #9 49.23   Cleanup          : glibc-common-2.36-8.fc37.aarch64                   143/143 
12:00:08 #10 47.93 (113/140): unzip-6.0-58.fc37.x86_64.rpm          13 MB/s | 182 kB     00:00    
12:00:08 #10 47.93 (114/140): xz-5.2.5-10.fc37.x86_64.rpm           15 MB/s | 223 kB     00:00    
12:00:08 #10 47.97 (115/140): zip-3.0-33.fc37.x86_64.rpm           5.1 MB/s | 259 kB     00:00    
12:00:08 #10 47.98 (116/140): zstd-1.5.2-3.fc37.x86_64.rpm         8.3 MB/s | 447 kB     00:00    
12:00:08 #10 47.98 (117/140): ansible-srpm-macros-1-8.1.fc37.noarc 178 kB/s | 8.6 kB     00:00    
12:00:08 #10 48.00 (118/140): dbus-libs-1.14.4-1.fc37.x86_64.rpm   7.3 MB/s | 155 kB     00:00    
12:00:08 #10 48.06 (119/140): binutils-2.38-25.fc37.x86_64.rpm      64 MB/s | 5.4 MB     00:00    
12:00:08 #10 48.06 (120/140): binutils-gold-2.38-25.fc37.x86_64.rp 9.2 MB/s | 775 kB     00:00    
12:00:08 #10 48.07 (121/140): debugedit-5.0-7.fc37.x86_64.rpm      1.2 MB/s |  77 kB     00:00    
12:00:08 #10 48.07 (122/140): emacs-filesystem-28.2-3.fc37.noarch. 594 kB/s | 7.5 kB     00:00    
12:00:08 #10 48.08 (123/140): glibc-gconv-extra-2.36-9.fc37.x86_64  96 MB/s | 1.6 MB     00:00    
12:00:08 #10 48.09 (124/140): gnat-srpm-macros-5-1.fc37.noarch.rpm 439 kB/s | 8.3 kB     00:00    
12:00:08 #10 48.12 (125/140): gdb-minimal-12.1-7.fc37.x86_64.rpm    82 MB/s | 3.9 MB     00:00    
12:00:08 #10 48.12 (126/140): perl-Getopt-Long-2.54-1.fc37.noarch. 1.8 MB/s |  60 kB     00:00    
12:00:08 #10 48.12 (127/140): perl-URI-5.17-1.fc37.noarch.rpm      4.0 MB/s | 123 kB     00:00    
12:00:08 #10 48.13 (128/140): pyproject-srpm-macros-1.6.0-1.fc37.n 1.6 MB/s |  15 kB     00:00    
12:00:08 #10 48.13 (129/140): python3-dbus-1.3.2-1.fc37.x86_64.rpm  22 MB/s | 157 kB     00:00    
12:00:08 #10 48.13 (130/140): python-srpm-macros-3.11-5.fc37.noarc 2.2 MB/s |  24 kB     00:00    
12:00:08 #10 48.14 (131/140): python3-zstandard-0.19.0-1.fc37.x86_  34 MB/s | 470 kB     00:00    
12:00:08 #10 48.14 (132/140): qt5-srpm-macros-5.15.8-1.fc37.noarch 713 kB/s | 8.0 kB     00:00    
12:00:08 #10 48.15 (133/140): redhat-rpm-config-229-1.fc37.noarch. 8.2 MB/s |  80 kB     00:00    
12:00:08 #10 48.15 (134/140): rpmautospec-rpm-macros-0.3.1-1.fc37. 680 kB/s | 8.8 kB     00:00    
12:00:08 #10 48.16 (135/140): rpmlint-2.4.0-3.fc37.noarch.rpm       21 MB/s | 330 kB     00:00    
12:00:08 #10 37.59 Selecting previously unselected package gpg-wks-client.
12:00:08 #10 37.59 Preparing to unpack .../096-gpg-wks-client_2.2.12-1+deb10u2_armhf.deb ...
12:00:08 #10 37.60 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
12:00:08 #10 37.67 Selecting previously unselected package gpg-wks-server.
12:00:08 #10 37.67 Preparing to unpack .../097-gpg-wks-server_2.2.12-1+deb10u2_armhf.deb ...
12:00:08 #10 37.67 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
12:00:08 #10 37.74 Selecting previously unselected package gpgsm.
12:00:08 #10 37.74 Preparing to unpack .../098-gpgsm_2.2.12-1+deb10u2_armhf.deb ...
12:00:08 #10 37.74 Unpacking gpgsm (2.2.12-1+deb10u2) ...
12:00:08 #10 37.82 Selecting previously unselected package gnupg.
12:00:08 #10 37.82 Preparing to unpack .../099-gnupg_2.2.12-1+deb10u2_all.deb ...
12:00:08 #9 49.32   Running scriptlet: glibc-2.35-22.fc36.aarch64                           8/148 
12:00:08 #9 49.47   Installing       : glibc-gconv-extra-2.35-22.fc36.aarch64               9/148 
12:00:08 #9 49.48   Running scriptlet: glibc-gconv-extra-2.35-22.fc36.aarch64               9/148 
12:00:08 #9 49.50   Upgrading        : elfutils-libelf-0.188-3.fc36.aarch64                10/148 
12:00:08 #9 49.51   Upgrading        : elfutils-libs-0.188-3.fc36.aarch64                  11/148 
12:00:08 #9 49.51   Installing       : elfutils-debuginfod-client-0.188-3.fc36.aarch64     12/148 
12:00:08 #13 21.56   Installing       : libuv-1:1.42.0-1.el9.aarch64                         34/78 
12:00:08 #10 50.26 Unpacking python3-unidiff (0.5.5-2) ...
12:00:08 #10 50.30 Selecting previously unselected package python3-xdg.
12:00:08 #10 50.30 Preparing to unpack .../355-python3-xdg_0.27-2_all.deb ...
12:00:08 #10 50.30 Unpacking python3-xdg (0.27-2) ...
12:00:08 #10 50.34 Selecting previously unselected package shared-mime-info.
12:00:08 #10 50.35 Preparing to unpack .../356-shared-mime-info_2.0-1_amd64.deb ...
12:00:08 #10 50.35 Unpacking shared-mime-info (2.0-1) ...
12:00:08 #10 50.47 Selecting previously unselected package strace.
12:00:08 #10 50.47 Preparing to unpack .../357-strace_5.10-1_amd64.deb ...
12:00:08 #10 50.47 Unpacking strace (5.10-1) ...
12:00:08 #10 50.55 Selecting previously unselected package xauth.
12:00:08 #11 51.97 Setting up libperlio-gzip-perl (0.19-1build5) ...
12:00:08 #11 51.99 Setting up libsys-hostname-long-perl (1.5-1) ...
12:00:08 #11 52.00 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
12:00:08 #11 52.01 Setting up liburi-perl (1.76-2) ...
12:00:08 #11 52.02 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:00:08 #11 52.03 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:08 #11 52.05 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
12:00:08 #11 52.06 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:00:08 #11 52.24 Setting up automake (1:1.16.1-4ubuntu6) ...
12:00:08 #11 30.97 Selecting previously unselected package xdg-user-dirs.
12:00:08 #11 30.97 Preparing to unpack .../051-xdg-user-dirs_0.17-2ubuntu4_armhf.deb ...
12:00:08 #11 30.97 Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
12:00:08 #11 31.04 Selecting previously unselected package bsdextrautils.
12:00:08 #11 31.04 Preparing to unpack .../052-bsdextrautils_2.38-4ubuntu1_armhf.deb ...
12:00:08 #11 31.05 Unpacking bsdextrautils (2.38-4ubuntu1) ...
12:00:08 #11 31.10 Selecting previously unselected package libmagic-mgc.
12:00:08 #11 31.10 Preparing to unpack .../053-libmagic-mgc_1%3a5.41-4_armhf.deb ...
12:00:08 #11 31.11 Unpacking libmagic-mgc (1:5.41-4) ...
12:00:08 #11 31.20 Selecting previously unselected package libmagic1:armhf.
12:00:08 #10 30.36 Selecting previously unselected package libnghttp2-14:armhf.
12:00:08 #10 30.36 Preparing to unpack .../068-libnghttp2-14_1.51.0-1_armhf.deb ...
12:00:08 #10 30.36 Unpacking libnghttp2-14:armhf (1.51.0-1) ...
12:00:08 #10 30.44 Selecting previously unselected package libpsl5:armhf.
12:00:08 #10 30.44 Preparing to unpack .../069-libpsl5_0.21.0-1.2_armhf.deb ...
12:00:08 #10 30.44 Unpacking libpsl5:armhf (0.21.0-1.2) ...
12:00:08 #10 30.49 Selecting previously unselected package librtmp1:armhf.
12:00:08 #10 30.49 Preparing to unpack .../070-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
12:00:08 #10 30.49 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
12:00:08 #10 30.54 Selecting previously unselected package libssh2-1:armhf.
12:00:08 #10 30.54 Preparing to unpack .../071-libssh2-1_1.10.0-3+b1_armhf.deb ...
12:00:08 #10 30.54 Unpacking libssh2-1:armhf (1.10.0-3+b1) ...
12:00:08 #10 42.19 Selecting previously unselected package libio-stringy-perl.
12:00:08 #10 42.19 Preparing to unpack .../198-libio-stringy-perl_2.111-2_all.deb ...
12:00:08 #10 42.20 Unpacking libio-stringy-perl (2.111-2) ...
12:00:08 #10 42.24 Selecting previously unselected package libparams-validate-perl.
12:00:08 #10 42.24 Preparing to unpack .../199-libparams-validate-perl_1.29-1_armhf.deb ...
12:00:08 #10 42.24 Unpacking libparams-validate-perl (1.29-1) ...
12:00:08 #10 42.30 Selecting previously unselected package libsub-exporter-perl.
12:00:08 #10 42.30 Preparing to unpack .../200-libsub-exporter-perl_0.987-1_all.deb ...
12:00:08 #10 42.31 Unpacking libsub-exporter-perl (0.987-1) ...
12:00:08 #10 23.55 Unpacking libmpfr6:armhf (4.1.0-3) ...
12:00:08 #10 23.65 Selecting previously unselected package libmpc3:armhf.
12:00:08 #10 23.65 Preparing to unpack .../040-libmpc3_1.2.0-1_armhf.deb ...
12:00:08 #10 23.66 Unpacking libmpc3:armhf (1.2.0-1) ...
12:00:08 #10 23.70 Selecting previously unselected package cpp-10.
12:00:08 #10 23.70 Preparing to unpack .../041-cpp-10_10.2.1-6_armhf.deb ...
12:00:08 #10 23.71 Unpacking cpp-10 (10.2.1-6) ...
12:00:08 #10 51.09 (3/143): dash-0.5.10.2-10.fc36.x86_64.rpm       326 kB/s |  97 kB     00:00    
12:00:08 #10 51.10 (4/143): debugedit-5.0-3.fc36.x86_64.rpm        7.3 MB/s |  77 kB     00:00    
12:00:08 #10 51.10 (5/143): desktop-file-utils-0.26-6.fc36.x86_64.  11 MB/s |  72 kB     00:00    
12:00:08 #10 51.11 (6/143): diffutils-3.8-2.fc36.x86_64.rpm         26 MB/s | 370 kB     00:00    
12:00:08 #10 51.14 (7/143): ed-1.14.2-12.fc36.x86_64.rpm           1.8 MB/s |  73 kB     00:00    
12:00:08 #10 51.15 (8/143): devscripts-checkbashisms-2.22.1-1.fc36 566 kB/s |  28 kB     00:00    
12:00:08 #10 51.15 (9/143): efi-srpm-macros-5-5.fc36.noarch.rpm    632 kB/s |  22 kB     00:00    
12:00:08 #10 51.15 (10/143): file-5.41-4.fc36.x86_64.rpm           7.7 MB/s |  48 kB     00:00    
12:00:08 #10 51.16 (11/143): fonts-srpm-macros-2.0.5-7.fc36.noarch 2.9 MB/s |  27 kB     00:00    
12:00:08 #10 51.16 (12/143): enchant-1.6.0-30.fc36.x86_64.rpm      3.1 MB/s |  59 kB     00:00    
12:00:08 #10 51.16 (13/143): fpc-srpm-macros-1.3-5.fc36.noarch.rpm 914 kB/s | 7.6 kB     00:00    
12:00:08 #10 51.17 (14/143): ghc-srpm-macros-1.5.0-6.fc36.noarch.r 1.0 MB/s | 7.7 kB     00:00    
12:00:08 #10 51.17 (15/143): gnat-srpm-macros-4-15.fc36.noarch.rpm 1.1 MB/s | 8.2 kB     00:00    
12:00:08 #10 51.18 (16/143): hunspell-1.7.0-19.fc36.x86_64.rpm      18 MB/s | 303 kB     00:00    
12:00:08 #10 51.20 (17/143): hunspell-en-0.20140811.1-22.fc36.noar 6.3 MB/s | 180 kB     00:00    
12:00:08 #10 51.21 (18/143): groff-base-1.22.4-9.fc36.x86_64.rpm    26 MB/s | 1.0 MB     00:00    
12:00:08 #10 51.21 (19/143): hunspell-en-GB-0.20140811.1-22.fc36.n 7.8 MB/s | 225 kB     00:00    
12:00:08 #10 51.22 (20/143): hunspell-en-US-0.20140811.1-22.fc36.n 8.8 MB/s | 176 kB     00:00    
12:00:08 #10 51.22 (21/143): hunspell-filesystem-1.7.0-19.fc36.x86 758 kB/s | 8.9 kB     00:00    
12:00:08 #10 51.23 (22/143): info-6.8-3.fc36.x86_64.rpm             17 MB/s | 225 kB     00:00    
12:00:08 #10 51.23 (23/143): kernel-srpm-macros-1.0-14.fc36.noarch 1.2 MB/s | 9.1 kB     00:00    
12:00:08 #10 51.23 (24/143): json-glib-1.6.6-2.fc36.x86_64.rpm      13 MB/s | 152 kB     00:00    
12:00:08 #10 51.26 (25/143): libjpeg-turbo-2.1.2-2.fc36.x86_64.rpm 5.1 MB/s | 182 kB     00:00    
12:00:08 #10 51.26 (26/143): libpkgconf-1.8.0-2.fc36.x86_64.rpm    1.0 MB/s |  36 kB     00:00    
12:00:08 #10 51.27 (27/143): libpng-1.6.37-12.fc36.x86_64.rpm      3.4 MB/s | 119 kB     00:00    
12:00:08 #10 51.27 (28/143): lua-srpm-macros-1-6.fc36.noarch.rpm   1.4 MB/s | 8.5 kB     00:00    
12:00:08 #10 51.27 (29/143): libstemmer-0-18.585svn.fc36.x86_64.rp 8.2 MB/s |  82 kB     00:00    
12:00:08 #10 51.28 (30/143): nim-srpm-macros-3-6.fc36.noarch.rpm   1.3 MB/s | 8.3 kB     00:00    
12:00:08 #10 51.29 (31/143): ncurses-6.2-9.20210508.fc36.x86_64.rp  21 MB/s | 400 kB     00:00    
12:00:08 #10 51.29 (32/143): ocaml-srpm-macros-6-6.fc36.noarch.rpm 541 kB/s | 7.7 kB     00:00    
12:00:08 #10 51.29 (33/143): openblas-srpm-macros-2-11.fc36.noarch 570 kB/s | 7.4 kB     00:00    
12:00:08 #10 51.29 (34/143): package-notes-srpm-macros-0.4-14.fc36 1.5 MB/s |  11 kB     00:00    
12:00:08 #10 51.30 (35/143): patch-2.7.6-16.fc36.x86_64.rpm         20 MB/s | 124 kB     00:00    
12:00:08 #10 50.93 Selecting previously unselected package lsb-release.
12:00:08 #10 50.93 Preparing to unpack .../377-lsb-release_12.0-1_all.deb ...
12:00:08 #10 50.94 Unpacking lsb-release (12.0-1) ...
12:00:08 #10 50.98 Selecting previously unselected package manpages-dev.
12:00:08 #11 49.86 Setting up libperlio-gzip-perl (0.19-1build5) ...
12:00:08 #11 49.88 Setting up libsys-hostname-long-perl (1.5-1) ...
12:00:08 #11 49.90 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
12:00:08 #11 49.91 Setting up liburi-perl (1.76-2) ...
12:00:08 #11 49.93 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:00:08 #11 49.94 Setting up libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:08 #11 49.96 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
12:00:08 #11 49.97 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:00:08 #11 33.76 Unpacking libgomp1:armhf (12.1.0-2ubuntu1~22.04) ...
12:00:08 #11 33.80 Selecting previously unselected package libatomic1:armhf.
12:00:08 #11 33.80 Preparing to unpack .../078-libatomic1_12.1.0-2ubuntu1~22.04_armhf.deb ...
12:00:08 #11 33.80 Unpacking libatomic1:armhf (12.1.0-2ubuntu1~22.04) ...
12:00:08 #11 33.84 Selecting previously unselected package libasan6:armhf.
12:00:08 #11 33.84 Preparing to unpack .../079-libasan6_11.3.0-1ubuntu1~22.04_armhf.deb ...
12:00:08 #11 33.85 Unpacking libasan6:armhf (11.3.0-1ubuntu1~22.04) ...
12:00:08 #11 33.98 Selecting previously unselected package libubsan1:armhf.
12:00:08 #11 33.98 Preparing to unpack .../080-libubsan1_12.1.0-2ubuntu1~22.04_armhf.deb ...
12:00:08 #11 33.99 Unpacking libubsan1:armhf (12.1.0-2ubuntu1~22.04) ...
12:00:08 #11 34.04 Selecting previously unselected package libgcc-11-dev:armhf.
12:00:08 #11 34.04 Preparing to unpack .../081-libgcc-11-dev_11.3.0-1ubuntu1~22.04_armhf.deb ...
12:00:08 #11 51.35 Setting up python3-debian (0.1.46) ...
12:00:08 #11 48.42 Setting up libgssapi-krb5-2:arm64 (1.20-1ubuntu0.1) ...
12:00:08 #11 48.45 Setting up libsystemd-shared:arm64 (251.4-1ubuntu7) ...
12:00:08 #11 48.46 Setting up libgdbm-compat4:arm64 (1.23-1) ...
12:00:08 #11 48.47 Setting up gir1.2-glib-2.0:arm64 (1.74.0-2) ...
12:00:08 #11 48.48 Setting up libssh-4:arm64 (0.9.6-2build1) ...
12:00:08 #11 48.49 Setting up dwz (0.14-1build2) ...
12:00:08 #11 48.50 Setting up groff-base (1.22.4-8build1) ...
12:00:08 #11 48.52 Setting up cpp (4:12.2.0-1ubuntu1) ...
12:00:08 #11 48.53 Setting up gpgconf (2.2.35-3ubuntu1) ...
12:00:08 #11 48.54 Setting up debugedit (1:5.0-5) ...
12:00:08 #11 48.55 Setting up libcurl4:arm64 (7.85.0-1ubuntu0.2) ...
12:00:08 #11 48.56 Setting up libx11-6:arm64 (2:1.8.1-2) ...
12:00:08 #11 48.57 Setting up libcryptsetup12:arm64 (2:2.5.0-2ubuntu1) ...
12:00:08 #11 48.58 Setting up libtiff5:arm64 (4.4.0-4ubuntu3.2) ...
12:00:08 #11 48.59 Setting up curl (7.85.0-1ubuntu0.2) ...
12:00:08 #11 48.61 Setting up libxmuu1:arm64 (2:1.1.3-3) ...
12:00:08 #11 48.62 Setting up gpg (2.2.35-3ubuntu1) ...
12:00:08 #11 48.63 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
12:00:08 #11 48.64 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
12:00:08 #11 48.65 Setting up libperl5.34:arm64 (5.34.0-5ubuntu1.1) ...
12:00:08 #11 48.67 Setting up gpg-agent (2.2.35-3ubuntu1) ...
12:00:08 #11 48.80 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:00:08 #10 52.38 Setting up libpod-constants-perl (0.19-2) ...
12:00:08 #10 52.39 Setting up libregexp-pattern-license-perl (3.9.4-3) ...
12:00:08 #10 52.40 Setting up libconvert-binhex-perl (1.125-3) ...
12:00:08 #10 52.41 Setting up liblwp-mediatypes-perl (6.04-2) ...
12:00:08 #10 52.42 Setting up libyaml-libyaml-perl (0.86+ds-1) ...
12:00:08 #10 52.43 Setting up libio-interactive-perl (1.023-2) ...
12:00:08 #10 52.44 Setting up libtry-tiny-perl (0.31-2) ...
12:00:08 #10 52.45 Setting up libtype-tiny-perl (2.002001-1) ...
12:00:08 #10 52.46 Setting up libcommon-sense-perl:arm64 (3.75-3) ...
12:00:08 #10 52.47 Setting up libmldbm-perl (2.05-4) ...
12:00:08 #10 52.48 Setting up libxml-namespacesupport-perl (1.12-2) ...
12:00:08 #10 52.49 Setting up libnet-http-perl (6.22-1) ...
12:00:08 #10 52.50 Setting up libpath-iterator-rule-perl (1.015-2) ...
12:00:08 #10 52.51 Setting up libtext-markdown-discount-perl (0.16-1) ...
12:00:08 #10 52.52 Setting up libhttp-tiny-multipart-perl (0.08-2) ...
12:00:08 #10 52.53 Setting up libtime-moment-perl (0.44-2+b1) ...
12:00:08 #10 52.54 Setting up libencode-locale-perl (1.05-3) ...
12:00:08 #10 52.56 Setting up libexception-class-perl (1.45-1) ...
12:00:08 #10 52.57 Setting up libxstring-perl:arm64 (0.005-2+b1) ...
12:00:08 #10 52.58 Setting up libmath-base85-perl (0.5+dfsg-2) ...
12:00:08 #10 52.59 Setting up libconfig-tiny-perl (2.28-2) ...
12:00:08 #10 24.98 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
12:00:08 #10 25.02 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
12:00:08 #10 55.07 137 added, 0 removed; done.
12:00:08 #10 55.14 Setting up libunbound8:amd64 (1.9.0-2+deb10u2) ...
12:00:08 #10 55.16 Setting up shared-mime-info (1.10-1) ...
12:00:08 #10 48.16 (136/140): rpmlint-fedora-license-data-1.12-1.f 1.7 MB/s |  18 kB     00:00    
12:00:08 #10 48.18 (137/140): glibc-2.36-9.fc37.x86_64.rpm         101 MB/s | 2.1 MB     00:00    
12:00:08 #10 48.18 (138/140): rust-srpm-macros-23-1.fc37.noarch.rp 381 kB/s | 9.4 kB     00:00    
12:00:08 #10 48.19 (139/140): glibc-common-2.36-9.fc37.x86_64.rpm   16 MB/s | 365 kB     00:00    
12:00:08 #10 48.19 (140/140): glibc-minimal-langpack-2.36-9.fc37.x 7.8 MB/s |  87 kB     00:00    
12:00:08 #10 48.20 --------------------------------------------------------------------------------
12:00:08 #10 48.20 Total                                            16 MB/s |  31 MB     00:01     
12:00:08 #9 49.53   Installing       : binutils-gold-2.37-37.fc36.aarch64                  13/148 
12:00:08 #9 49.65   Installing       : binutils-2.37-37.fc36.aarch64                       14/148 
12:00:08 #9 49.66   Running scriptlet: binutils-2.37-37.fc36.aarch64                       14/148 
12:00:08 #9 49.68   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch          15/148 
12:00:08 #9 49.69   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch             16/148 
12:00:08 #9 49.70   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch          17/148 
12:00:08 #9 49.71   Installing       : hunspell-1.7.0-19.fc36.aarch64                      18/148 
12:00:08 #9 49.73   Installing       : elfutils-0.188-3.fc36.aarch64                       19/148 
12:00:08 #9 49.74   Installing       : dwz-0.14-4.fc36.aarch64                             20/148 
12:00:08 #9 49.75   Installing       : file-5.41-4.fc36.aarch64                            21/148 
12:00:08 #9 49.76   Installing       : unzip-6.0-57.fc36.aarch64                           22/148 
12:00:08 #9 49.77   Installing       : xz-5.2.5-9.fc36.aarch64                             23/148 
12:00:08 #9 49.78   Installing       : zip-3.0-32.fc36.aarch64                             24/148 
12:00:08 #9 49.79   Installing       : enchant-1:1.6.0-30.fc36.aarch64                     25/148 
12:00:08 #9 49.80   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 26/148 
12:00:08 #9 49.80   Installing       : bzip2-1.0.8-11.fc36.aarch64                         27/148 
12:00:08 #9 49.81   Installing       : cpio-2.13-12.fc36.aarch64                           28/148 
12:00:08 #9 49.82   Installing       : dash-0.5.10.2-10.fc36.aarch64                       29/148 
12:00:08 #9 49.82   Running scriptlet: dash-0.5.10.2-10.fc36.aarch64                       29/148 
12:00:08 #9 49.85   Installing       : diffutils-3.8-2.fc36.aarch64                        30/148 
12:00:08 #10 37.82 Unpacking gnupg (2.2.12-1+deb10u2) ...
12:00:08 #10 37.96 Selecting previously unselected package libfile-which-perl.
12:00:08 #10 37.96 Preparing to unpack .../100-libfile-which-perl_1.23-1_all.deb ...
12:00:08 #10 37.96 Unpacking libfile-which-perl (1.23-1) ...
12:00:08 #10 38.00 Selecting previously unselected package libfile-homedir-perl.
12:00:08 #10 38.00 Preparing to unpack .../101-libfile-homedir-perl_1.004-1_all.deb ...
12:00:08 #10 38.01 Unpacking libfile-homedir-perl (1.004-1) ...
12:00:08 #10 38.07 Selecting previously unselected package libio-pty-perl.
12:00:08 #10 38.07 Preparing to unpack .../102-libio-pty-perl_1%3a1.08-1.1+b5_armhf.deb ...
12:00:08 #10 50.55 Preparing to unpack .../358-xauth_1%3a1.1-1_amd64.deb ...
12:00:08 #10 50.55 Unpacking xauth (1:1.1-1) ...
12:00:08 #10 50.60 Selecting previously unselected package xdg-user-dirs.
12:00:08 #10 50.60 Preparing to unpack .../359-xdg-user-dirs_0.17-2_amd64.deb ...
12:00:08 #10 50.61 Unpacking xdg-user-dirs (0.17-2) ...
12:00:08 #10 50.67 Setting up libksba8:amd64 (1.5.0-3+deb11u2) ...
12:00:08 #10 50.69 Setting up media-types (4.0.0) ...
12:00:08 #10 50.70 Setting up libpipeline1:amd64 (1.5.3-1) ...
12:00:08 #10 50.72 Setting up wdiff (1.2.2-2+b1) ...
12:00:08 #10 50.74 Setting up libxau6:amd64 (1:1.0.9-1) ...
12:00:08 #10 50.75 Setting up libre2-9:amd64 (20210201+dfsg-1) ...
12:00:08 #10 50.76 Setting up libpsl5:amd64 (0.21.0-1.2) ...
12:00:08 #10 50.79 Setting up libgpm2:amd64 (1.20.7-8) ...
12:00:08 #11 52.26 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:08 #11 52.26 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:00:08 #11 52.26 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:00:08 #11 52.26 Setting up libasync-mergepoint-perl (0.04-2) ...
12:00:08 #11 52.27 Setting up libstring-escape-perl (2010.002-2) ...
12:00:08 #11 52.28 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
12:00:08 #11 52.30 Setting up libhttp-date-perl (6.05-1) ...
12:00:08 #11 52.31 Setting up libfile-which-perl (1.23-1) ...
12:00:08 #11 52.32 Setting up libfile-basedir-perl (0.08-1) ...
12:00:08 #11 52.33 Setting up gettext (0.19.8.1-10build1) ...
12:00:08 #11 52.34 Setting up libnumber-range-perl (0.12-1) ...
12:00:08 #11 52.35 Setting up libunicode-utf8-perl (0.62-1build1) ...
12:00:08 #11 52.36 Setting up libstruct-dumb-perl (0.09-1) ...
12:00:08 #11 52.38 Setting up libfile-listing-perl (6.04-1) ...
12:00:08 #11 52.39 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:00:08 #11 52.40 Setting up libregexp-pattern-perl (0.2.12-1) ...
12:00:08 #11 52.42 Setting up libfont-afm-perl (1.20-2) ...
12:00:08 #11 52.43 Setting up libwant-perl (0.29-1build4) ...
12:00:08 #11 52.45 Setting up libdynaloader-functions-perl (0.003-1) ...
12:00:08 #11 52.46 Setting up libtext-glob-perl (0.10-1) ...
12:00:08 #11 52.48 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:00:08 #11 52.49 Setting up liblist-compare-perl (0.53-1) ...
12:00:08 #11 52.50 Setting up libref-util-xs-perl (0.117-1build2) ...
12:00:08 #11 52.52 Setting up libio-pty-perl (1:1.12-1) ...
12:00:08 #11 52.53 Setting up libtool (2.4.6-14) ...
12:00:08 #11 52.54 Setting up libfile-fcntllock-perl (0.22-3build4) ...
12:00:08 #11 52.56 Setting up libsort-key-perl (1.33-2build2) ...
12:00:08 #11 52.57 Setting up libclone-perl (0.43-2) ...
12:00:08 #11 31.20 Preparing to unpack .../054-libmagic1_1%3a5.41-4_armhf.deb ...
12:00:08 #11 31.20 Unpacking libmagic1:armhf (1:5.41-4) ...
12:00:08 #11 31.24 Selecting previously unselected package file.
12:00:08 #11 31.24 Preparing to unpack .../055-file_1%3a5.41-4_armhf.deb ...
12:00:08 #11 31.25 Unpacking file (1:5.41-4) ...
12:00:08 #11 31.29 Selecting previously unselected package gettext-base.
12:00:08 #11 31.30 Preparing to unpack .../056-gettext-base_0.21-8_armhf.deb ...
12:00:08 #11 31.30 Unpacking gettext-base (0.21-8) ...
12:00:08 #11 31.35 Selecting previously unselected package libuchardet0:armhf.
12:00:08 #11 31.35 Preparing to unpack .../057-libuchardet0_0.0.7-1build2_armhf.deb ...
12:00:08 #11 31.36 Unpacking libuchardet0:armhf (0.0.7-1build2) ...
12:00:08 #11 31.40 Selecting previously unselected package groff-base.
12:00:08 #11 31.40 Preparing to unpack .../058-groff-base_1.22.4-8build1_armhf.deb ...
12:00:08 #10 30.63 Selecting previously unselected package libcurl4:armhf.
12:00:08 #10 30.63 Preparing to unpack .../072-libcurl4_7.87.0-2_armhf.deb ...
12:00:08 #10 30.64 Unpacking libcurl4:armhf (7.87.0-2) ...
12:00:08 #10 30.71 Selecting previously unselected package curl.
12:00:08 #10 30.71 Preparing to unpack .../073-curl_7.87.0-2_armhf.deb ...
12:00:08 #10 30.71 Unpacking curl (7.87.0-2) ...
12:00:08 #10 30.79 Selecting previously unselected package dctrl-tools.
12:00:08 #10 30.79 Preparing to unpack .../074-dctrl-tools_2.24-3_armhf.deb ...
12:00:08 #10 30.80 Unpacking dctrl-tools (2.24-3) ...
12:00:08 #10 30.85 Selecting previously unselected package libdebhelper-perl.
12:00:08 #10 30.85 Preparing to unpack .../075-libdebhelper-perl_13.11.4_all.deb ...
12:00:08 #10 42.35 Selecting previously unselected package libgetopt-long-descriptive-perl.#10 ...
12:00:08 
12:00:08 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:08 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 19.4s done
12:00:08 #7 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:00:08 #7 DONE 49.9s
12:00:08 
12:00:08 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:08 #10 42.35 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:00:08 #10 42.35 Preparing to unpack .../201-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
12:00:08 #10 42.35 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
12:00:08 #10 42.40 Selecting previously unselected package libsort-versions-perl.
12:00:08 #10 42.40 Preparing to unpack .../202-libsort-versions-perl_1.62-1_all.deb ...
12:00:08 #10 42.40 Unpacking libsort-versions-perl (1.62-1) ...
12:00:08 #10 42.44 Selecting previously unselected package libgit-wrapper-perl.
12:00:08 #10 42.44 Preparing to unpack .../203-libgit-wrapper-perl_0.047-1_all.deb ...
12:00:08 #10 42.53 Unpacking libgit-wrapper-perl (0.047-1) ...
12:00:08 #10 42.58 Selecting previously unselected package libio-html-perl.
12:00:08 #10 42.58 Preparing to unpack .../204-libio-html-perl_1.001-1_all.deb ...
12:00:08 #10 42.59 Unpacking libio-html-perl (1.001-1) ...
12:00:08 #10 42.64 Selecting previously unselected package liblwp-mediatypes-perl.
12:00:08 #10 42.64 Preparing to unpack .../205-liblwp-mediatypes-perl_6.02-1_all.deb ...
12:00:08 #13 21.89   Installing       : cmake-data-3.20.2-7.el9.noarch                       35/78 
12:00:08 #13 22.02   Installing       : cmake-3.20.2-7.el9.aarch64                           36/78 
12:00:08 #13 22.03   Installing       : libubsan-11.3.1-4.3.el9.aarch64                      37/78 
12:00:08 #13 22.04   Installing       : libtool-ltdl-2.4.6-45.el9.aarch64                    38/78 
12:00:08 #13 22.05   Installing       : libasan-11.3.1-4.3.el9.aarch64                       39/78 
12:00:08 #10 51.30 (36/143): perl-AutoLoader-5.74-486.fc36.noarch. 3.1 MB/s |  26 kB     00:00    
12:00:08 #10 51.30 (37/143): perl-B-1.82-486.fc36.x86_64.rpm        18 MB/s | 185 kB     00:00    
12:00:08 #10 51.31 (38/143): perl-Carp-1.52-479.fc36.noarch.rpm    4.0 MB/s |  29 kB     00:00    
12:00:08 #10 51.31 (39/143): perl-Class-Struct-0.66-486.fc36.noarc 2.8 MB/s |  27 kB     00:00    
12:00:08 #10 51.31 (40/143): perl-Data-Dumper-2.183-3.fc36.x86_64. 7.0 MB/s |  56 kB     00:00    
12:00:08 #10 51.32 (41/143): perl-Digest-1.20-2.fc36.noarch.rpm    4.5 MB/s |  25 kB     00:00    
12:00:08 #10 51.32 (42/143): perl-Digest-MD5-2.58-479.fc36.x86_64. 4.1 MB/s |  36 kB     00:00    
12:00:08 #10 51.32 (43/143): perl-DynaLoader-1.50-486.fc36.x86_64. 3.5 MB/s |  31 kB     00:00    
12:00:08 #10 51.33 (44/143): perl-Errno-1.33-486.fc36.x86_64.rpm   2.5 MB/s |  20 kB     00:00    
12:00:08 #10 51.33 (45/143): perl-Exporter-5.76-480.fc36.noarch.rp 6.4 MB/s |  31 kB     00:00    
12:00:08 #10 51.33 (46/143): perl-Fcntl-1.14-486.fc36.x86_64.rpm   3.0 MB/s |  25 kB     00:00    
12:00:08 #10 51.33 (47/143): perl-File-Basename-2.85-486.fc36.noar 2.6 MB/s |  22 kB     00:00    
12:00:08 #10 51.34 (48/143): perl-File-Path-2.18-479.fc36.noarch.r 4.0 MB/s |  35 kB     00:00    
12:00:08 #10 51.34 (49/143): perl-File-Temp-0.231.100-479.fc36.noa 8.2 MB/s |  59 kB     00:00    
12:00:08 #10 51.34 (50/143): perl-File-stat-1.09-486.fc36.noarch.r 2.2 MB/s |  22 kB     00:00    
12:00:08 #10 51.35 (51/143): perl-FileHandle-2.03-486.fc36.noarch. 2.0 MB/s |  20 kB     00:00    
12:00:08 #10 51.35 (52/143): perl-Getopt-Std-1.13-486.fc36.noarch. 3.4 MB/s |  21 kB     00:00    
12:00:08 #10 51.36 (53/143): perl-IO-1.46-486.fc36.x86_64.rpm      8.8 MB/s |  92 kB     00:00    
12:00:08 #10 51.36 (54/143): perl-IO-Socket-IP-0.41-480.fc36.noarc 4.1 MB/s |  42 kB     00:00    
12:00:08 #10 51.39 (55/143): perl-IO-Socket-SSL-2.074-2.fc36.noarc 6.3 MB/s | 218 kB     00:00    
12:00:08 #10 51.39 (56/143): perl-IPC-Open3-1.21-486.fc36.noarch.r 934 kB/s |  28 kB     00:00    
12:00:08 #10 51.39 (57/143): perl-MIME-Base64-3.16-479.fc36.x86_64 934 kB/s |  30 kB     00:00    
12:00:08 #10 51.39 (58/143): perl-Mozilla-CA-20211001-2.fc36.noarc 1.5 MB/s |  12 kB     00:00    
12:00:08 #10 51.40 (59/143): perl-NDBM_File-1.15-486.fc36.x86_64.r 3.7 MB/s |  27 kB     00:00    
12:00:08 #10 51.41 (60/143): perl-Net-SSLeay-1.92-2.fc36.x86_64.rp  25 MB/s | 364 kB     00:00    
12:00:08 #10 51.41 (61/143): perl-POSIX-1.97-486.fc36.x86_64.rpm   6.8 MB/s | 102 kB     00:00    
12:00:08 #10 51.42 (62/143): perl-PathTools-3.80-479.fc36.x86_64.r 4.9 MB/s |  85 kB     00:00    
12:00:08 #10 51.43 (63/143): perl-Pod-Escapes-1.07-479.fc36.noarch 1.0 MB/s |  20 kB     00:00    
12:00:08 #10 51.43 (64/143): perl-Pod-Perldoc-3.28.01-480.fc36.noa 4.2 MB/s |  83 kB     00:00    
12:00:08 #10 51.45 (65/143): perl-Pod-Simple-3.43-3.fc36.noarch.rp 6.1 MB/s | 215 kB     00:00    
12:00:08 #10 51.46 (66/143): perl-Pod-Usage-2.01-479.fc36.noarch.r 1.4 MB/s |  40 kB     00:00    
12:00:08 #10 51.46 (67/143): perl-SelectSaver-1.02-486.fc36.noarch 602 kB/s |  17 kB     00:00    
12:00:08 #10 51.47 (68/143): perl-Symbol-1.09-486.fc36.noarch.rpm  2.1 MB/s |  19 kB     00:00    
12:00:08 #10 51.47 (69/143): perl-Storable-3.25-2.fc36.x86_64.rpm  5.9 MB/s |  96 kB     00:00    
12:00:08 #10 51.47 (70/143): perl-Term-ANSIColor-5.01-480.fc36.noa 3.7 MB/s |  48 kB     00:00    
12:00:08 #10 51.47 (71/143): perl-Term-Cap-1.17-479.fc36.noarch.rp 2.4 MB/s |  22 kB     00:00    
12:00:08 #10 51.48 (72/143): perl-Text-Tabs+Wrap-2021.0814-2.fc36. 4.0 MB/s |  22 kB     00:00    
12:00:08 #10 51.48 (73/143): perl-Time-Local-1.300-479.fc36.noarch 4.5 MB/s |  34 kB     00:00    
12:00:08 #10 51.48 (74/143): perl-URI-5.10-1.fc36.noarch.rpm        14 MB/s | 108 kB     00:00    
12:00:08 #10 51.49 (75/143): perl-base-2.27-486.fc36.noarch.rpm    3.6 MB/s |  21 kB     00:00    
12:00:08 #10 51.49 (76/143): perl-constant-1.33-480.fc36.noarch.rp 2.8 MB/s |  23 kB     00:00    
12:00:08 #10 51.49 (77/143): perl-if-0.60.900-486.fc36.noarch.rpm  2.3 MB/s |  19 kB     00:00    
12:00:08 #10 51.52 (78/143): perl-interpreter-5.34.1-486.fc36.x86_ 2.2 MB/s |  76 kB     00:00    
12:00:08 #10 50.98 Preparing to unpack .../378-manpages-dev_6.02-1_all.deb ...
12:00:08 #10 50.98 Unpacking manpages-dev (6.02-1) ...
12:00:08 #11 50.17 Setting up automake (1:1.16.1-4ubuntu6) ...
12:00:08 #11 50.18 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:08 #11 50.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
12:00:08 #11 50.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
12:00:08 #11 50.19 Setting up libasync-mergepoint-perl (0.04-2) ...
12:00:08 #11 50.21 Setting up libstring-escape-perl (2010.002-2) ...
12:00:08 #11 50.22 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
12:00:08 #11 50.24 Setting up libhttp-date-perl (6.05-1) ...
12:00:08 #11 50.26 Setting up libfile-which-perl (1.23-1) ...
12:00:08 #11 50.27 Setting up libfile-basedir-perl (0.08-1) ...
12:00:08 #11 50.29 Setting up gettext (0.19.8.1-10build1) ...
12:00:08 #10 51.72 Setting up bsdmainutils (11.1.2+b1) ...
12:00:08 #10 51.75 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:00:08 #10 51.75 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:00:08 #10 51.76 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
12:00:08 #10 51.77 Setting up libcroco3:arm64 (0.6.12-3) ...
12:00:08 #10 51.79 Setting up libgdbm-compat4:arm64 (1.18.1-4) ...
12:00:08 #10 51.81 Setting up ucf (3.0038+nmu1) ...
12:00:08 #10 51.96 Setting up libgcc-8-dev:arm64 (8.3.0-6) ...
12:00:08 #10 51.97 Setting up libperl5.28:arm64 (5.28.1-6+deb10u1) ...
12:00:08 #10 51.99 Setting up groff-base (1.22.4-3+deb10u1) ...
12:00:08 #10 52.01 Setting up cpp (4:8.3.0-1) ...
12:00:08 #10 52.03 Setting up gpgconf (2.2.12-1+deb10u2) ...
12:00:08 #10 52.05 Setting up libcurl4:arm64 (7.64.0-4+deb10u4) ...
12:00:08 #10 52.06 Setting up libc6-dev:arm64 (2.28-10+deb10u2) ...
12:00:08 #10 52.08 Setting up libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
12:00:08 #10 52.09 Setting up curl (7.64.0-4+deb10u4) ...
12:00:08 #10 52.10 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
12:00:08 #10 52.14 Setting up gpg (2.2.12-1+deb10u2) ...
12:00:08 #10 52.15 Setting up guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
12:00:08 #10 52.16 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
12:00:08 #10 52.18 Setting up libstdc++-8-dev:arm64 (8.3.0-6) ...
12:00:08 #10 52.19 Setting up python3.7 (3.7.3-2+deb10u4) ...
12:00:08 #11 34.05 Unpacking libgcc-11-dev:armhf (11.3.0-1ubuntu1~22.04) ...
12:00:08 #11 34.16 Selecting previously unselected package gcc-11.
12:00:08 #11 34.16 Preparing to unpack .../082-gcc-11_11.3.0-1ubuntu1~22.04_armhf.deb ...
12:00:08 #11 34.16 Unpacking gcc-11 (11.3.0-1ubuntu1~22.04) ...
12:00:08 #11 51.52 Setting up python3-requests (2.27.1+dfsg-1ubuntu2) ...
12:00:08 #11 51.67 Setting up equivs (2.3.1) ...
12:00:08 #11 51.68 Setting up g++ (4:12.2.0-1ubuntu1) ...
12:00:08 #11 51.70 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:08 #11 51.70 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:00:08 #11 51.71 Setting up build-essential (12.9ubuntu3) ...
12:00:08 #11 51.71 Setting up libmoox-aliases-perl (0.001006-2) ...
12:00:08 #11 51.72 Setting up libb-hooks-endofscope-perl (0.26-1) ...
12:00:08 #11 51.73 Setting up python3-nacl (1.5.0-2) ...
12:00:08 #10 23.92 Selecting previously unselected package libmd0:armhf.
12:00:08 #10 23.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 ... 10361 files and directories currently installed.)
12:00:08 #10 23.93 Preparing to unpack .../libmd0_1.0.4-2_armhf.deb ...
12:00:08 #10 23.94 Unpacking libmd0:armhf (1.0.4-2) ...
12:00:08 #10 24.02 Setting up libmd0:armhf (1.0.4-2) ...
12:00:08 #10 24.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 ... 10367 files and directories currently installed.)
12:00:08 #10 24.10 Preparing to unpack .../dpkg_1.21.19+rpi1_armhf.deb ...
12:00:08 #10 24.12 Unpacking dpkg (1.21.19+rpi1) over (1.21.9+rpi1) ...
12:00:08 #12 1.183 Reading package lists...
12:00:08 #10 52.60 Setting up libsereal-encoder-perl (5.002+ds-1) ...
12:00:08 #10 52.61 Setting up libdevel-callchecker-perl:arm64 (0.008-2) ...
12:00:08 #10 52.62 Setting up liblist-utilsby-perl (0.12-2) ...
12:00:08 #10 52.63 Setting up libstring-shellquote-perl (1.04-3) ...
12:00:08 #10 52.64 Setting up libnet-netmask-perl (2.0002-2) ...
12:00:08 #10 52.65 Setting up libsub-install-perl (0.929-1) ...
12:00:08 #10 52.66 Setting up gcc (4:12.2.0-3) ...
12:00:08 #10 52.69 Setting up dpkg-dev (1.21.19) ...
12:00:08 #10 52.71 Setting up libindirect-perl (0.39-2+b1) ...
12:00:08 #10 52.72 Setting up libxs-parse-sublike-perl:arm64 (0.16-1+b2) ...
12:00:08 #10 52.73 Setting up intltool-debian (0.35.0+20060710.6) ...
12:00:08 #10 52.74 Setting up libfreezethaw-perl (0.5001-3) ...
12:00:08 #10 52.75 Setting up libobject-pad-perl (0.78-1) ...
12:00:08 #10 52.76 Setting up liberror-perl (0.17029-2) ...
12:00:08 #10 52.77 Setting up patchutils (0.4.2-1) ...
12:00:08 #10 52.78 Setting up libmail-sendmail-perl (0.80-3) ...
12:00:08 #10 52.80 Setting up libltdl-dev:arm64 (2.4.7-5) ...
12:00:08 #11 48.93 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:00:08 #11 49.05 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:00:08 #13 3.740 Reading package lists...
12:00:08 #13 4.434 Building dependency tree...
12:00:08 #13 4.559 Reading state information...
12:00:08 #11 43.06 124 added, 0 removed; done.
12:00:08 #14 9.568 Transaction test succeeded.
12:00:08 #14 9.571 Running transaction
12:00:08 #10 25.04 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
12:00:08 #11 35.30 Selecting previously unselected package g++-9.
12:00:08 #11 35.30 Preparing to unpack .../093-g++-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
12:00:08 #11 35.32 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
12:00:08 #9 49.85   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    31/148 
12:00:08 #9 49.90   Installing       : groff-base-1.22.4-9.fc36.aarch64                    31/148 
12:00:08 #9 49.94   Running scriptlet: groff-base-1.22.4-9.fc36.aarch64                    31/148 
12:00:08 #9 49.95   Installing       : info-6.8-3.fc36.aarch64                             32/148 
12:00:08 #9 50.00   Installing       : ed-1.14.2-12.fc36.aarch64                           33/148 
12:00:08 #9 50.00   Installing       : patch-2.7.6-16.fc36.aarch64                         34/148 
12:00:08 #10 38.09 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
12:00:08 #10 38.13 Selecting previously unselected package libipc-run-perl.
12:00:08 #10 38.13 Preparing to unpack .../103-libipc-run-perl_20180523.0-1_all.deb ...
12:00:08 #10 38.14 Unpacking libipc-run-perl (20180523.0-1) ...
12:00:08 #10 38.20 Selecting previously unselected package libclass-method-modifiers-perl.
12:00:08 #10 38.20 Preparing to unpack .../104-libclass-method-modifiers-perl_2.12-1_all.deb ...
12:00:08 #10 38.20 Unpacking libclass-method-modifiers-perl (2.12-1) ...
12:00:08 #10 38.25 Selecting previously unselected package libsub-exporter-progressive-perl.
12:00:08 #10 38.25 Preparing to unpack .../105-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:00:08 #10 50.81 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
12:00:08 #10 50.82 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:00:08 #10 50.82 Setting up libicu67:amd64 (67.1-7) ...
12:00:08 #10 50.83 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ...
12:00:08 #10 50.85 Setting up xdg-user-dirs (0.17-2) ...
12:00:08 #10 50.88 Setting up libmagic-mgc (1:5.39-3) ...
12:00:08 #10 50.89 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
12:00:08 #10 50.90 Setting up libglib2.0-0:amd64 (2.66.8-1) ...
12:00:08 #10 50.94 No schema files found: doing nothing.
12:00:08 #10 50.95 Setting up distro-info-data (0.51+deb11u3) ...
12:00:08 #10 50.96 Setting up manpages (5.10-1) ...
12:00:08 #10 50.98 Setting up unzip (6.0-26+deb11u1) ...
12:00:08 #10 50.99 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:00:08 #10 51.01 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
12:00:08 #11 52.58 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:00:08 #11 52.59 Setting up libarchive-zip-perl (1.67-2) ...
12:00:08 #11 52.60 Setting up libsub-identify-perl (0.14-1build2) ...
12:00:08 #11 52.61 Setting up libdistro-info-perl (0.23ubuntu1) ...
12:00:08 #11 52.62 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
12:00:08 #11 52.63 Setting up python3-apt (2.0.1) ...
12:00:08 #11 52.79 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
12:00:08 #11 52.80 Setting up libio-stringy-perl (2.111-3) ...
12:00:08 #11 52.81 Setting up liblist-moreutils-perl (0.416-1build5) ...
12:00:08 #11 52.82 Setting up libhtml-tagset-perl (3.20-4) ...
12:00:08 #11 31.40 Unpacking groff-base (1.22.4-8build1) ...
12:00:08 #11 31.55 Selecting previously unselected package libcbor0.8:armhf.
12:00:08 #11 31.55 Preparing to unpack .../059-libcbor0.8_0.8.0-2ubuntu1_armhf.deb ...
12:00:08 #11 31.56 Unpacking libcbor0.8:armhf (0.8.0-2ubuntu1) ...
12:00:08 #11 31.62 Selecting previously unselected package libedit2:armhf.
12:00:08 #11 31.63 Preparing to unpack .../060-libedit2_3.1-20210910-1build1_armhf.deb ...
12:00:08 #11 31.63 Unpacking libedit2:armhf (3.1-20210910-1build1) ...
12:00:08 #11 31.69 Selecting previously unselected package libfido2-1:armhf.
12:00:08 #10 30.86 Unpacking libdebhelper-perl (13.11.4) ...
12:00:08 #10 30.93 Selecting previously unselected package libtool.
12:00:08 #10 30.93 Preparing to unpack .../076-libtool_2.4.7-5_all.deb ...
12:00:08 #10 30.93 Unpacking libtool (2.4.7-5) ...
12:00:08 #10 31.00 Selecting previously unselected package dh-autoreconf.
12:00:08 #10 31.00 Preparing to unpack .../077-dh-autoreconf_20_all.deb ...
12:00:08 #10 31.00 Unpacking dh-autoreconf (20) ...
12:00:08 #10 31.04 Selecting previously unselected package libarchive-zip-perl.
12:00:08 #10 31.04 Preparing to unpack .../078-libarchive-zip-perl_1.68-1_all.deb ...
12:00:08 #10 31.04 Unpacking libarchive-zip-perl (1.68-1) ...
12:00:08 #10 31.10 Selecting previously unselected package libsub-override-perl.
12:00:08 #10 31.10 Preparing to unpack .../079-libsub-override-perl_0.09-4_all.deb ...
12:00:08 #10 42.65 Unpacking liblwp-mediatypes-perl (6.02-1) ...
12:00:08 #10 42.70 Selecting previously unselected package libhttp-message-perl.
12:00:08 #10 42.70 Preparing to unpack .../206-libhttp-message-perl_6.14-1_all.deb ...
12:00:08 #10 42.71 Unpacking libhttp-message-perl (6.14-1) ...
12:00:08 #10 42.76 Selecting previously unselected package libhtml-form-perl.
12:00:08 #10 42.76 Preparing to unpack .../207-libhtml-form-perl_6.03-1_all.deb ...
12:00:08 #10 42.76 Unpacking libhtml-form-perl (6.03-1) ...
12:00:08 #10 42.81 Selecting previously unselected package libhtml-tree-perl.
12:00:08 #10 42.81 Preparing to unpack .../208-libhtml-tree-perl_5.07-1_all.deb ...
12:00:08 #10 42.82 Unpacking libhtml-tree-perl (5.07-1) ...
12:00:08 #10 42.90 Selecting previously unselected package libhtml-format-perl.
12:00:08 #10 42.90 Preparing to unpack .../209-libhtml-format-perl_2.12-1_all.deb ...
12:00:08 #13 22.28   Installing       : kernel-headers-5.14.0-247.el9.aarch64                40/78 
12:00:08 #13 22.30   Installing       : libxcrypt-devel-4.4.18-3.el9.aarch64                 41/78 
12:00:08 #13 22.36   Installing       : glibc-devel-2.34-54.el9.aarch64                      42/78 
12:00:08 #13 22.45   Installing       : glibc-static-2.34-54.el9.aarch64                     43/78 
12:00:08 #13 22.46   Installing       : libxcrypt-static-4.4.18-3.el9.aarch64                44/78 
12:00:08 #13 22.46   Installing       : systemd-rpm-macros-252-3.el9.noarch                  45/78 
12:00:08 #13 22.47   Installing       : libcbor-0.7.0-5.el9.aarch64                          46/78 
12:00:08 #13 22.47   Installing       : libfido2-1.6.0-7.el9.aarch64                         47/78 
12:00:08 #13 22.49   Installing       : openssh-clients-8.7p1-28.el9.aarch64                 48/78 
12:00:08 #10 51.33 Selecting previously unselected package pbzip2.
12:00:08 #10 51.34 Preparing to unpack .../379-pbzip2_1.1.13-1_amd64.deb ...
12:00:08 #10 51.34 Unpacking pbzip2 (1.1.13-1) ...
12:00:08 #10 51.37 Selecting previously unselected package pixz.
12:00:08 #10 51.38 Preparing to unpack .../380-pixz_1.0.7-2_amd64.deb ...
12:00:08 #10 51.38 Unpacking pixz (1.0.7-2) ...
12:00:08 #10 51.41 Selecting previously unselected package xdelta.
12:00:08 #10 51.41 Preparing to unpack .../381-xdelta_1.1.3-10.4_amd64.deb ...
12:00:08 #10 51.41 Unpacking xdelta (1.1.3-10.4) ...
12:00:08 #10 51.45 Selecting previously unselected package xdelta3.
12:00:08 #10 51.45 Preparing to unpack .../382-xdelta3_3.0.11-dfsg-1.2_amd64.deb ...
12:00:08 #10 51.46 Unpacking xdelta3 (3.0.11-dfsg-1.2) ...
12:00:08 #10 51.49 Selecting previously unselected package pristine-tar.
12:00:08 #10 51.53 (79/143): perl-libnet-3.13-480.fc36.noarch.rpm  3.2 MB/s | 126 kB     00:00    
12:00:08 #10 51.54 (80/143): perl-mro-1.25-486.fc36.x86_64.rpm     2.4 MB/s |  33 kB     00:00    
12:00:08 #10 51.54 (81/143): perl-overload-1.33-486.fc36.noarch.rp 3.5 MB/s |  50 kB     00:00    
12:00:08 #10 51.56 (82/143): perl-libs-5.34.1-486.fc36.x86_64.rpm   32 MB/s | 2.1 MB     00:00    
12:00:08 #10 51.56 (83/143): perl-overloading-0.02-486.fc36.noarch 913 kB/s |  18 kB     00:00    
12:00:08 #10 51.56 (84/143): perl-parent-0.238-479.fc36.noarch.rpm 784 kB/s |  14 kB     00:00    
12:00:08 #10 51.56 (85/143): perl-srpm-macros-1-43.fc36.noarch.rpm 1.6 MB/s | 8.4 kB     00:00    
12:00:08 #10 51.57 (86/143): perl-podlators-4.14-479.fc36.noarch.r  12 MB/s | 112 kB     00:00    
12:00:08 #10 51.57 (87/143): perl-subs-1.04-486.fc36.noarch.rpm    2.1 MB/s |  17 kB     00:00    
12:00:08 #10 51.57 (88/143): perl-vars-1.05-486.fc36.noarch.rpm    2.3 MB/s |  18 kB     00:00    
12:00:08 #10 51.59 (89/143): pkgconf-pkg-config-1.8.0-2.fc36.x86_6 675 kB/s |  10 kB     00:00    
12:00:08 #10 51.59 (90/143): pkgconf-1.8.0-2.fc36.x86_64.rpm       1.9 MB/s |  41 kB     00:00    
12:00:08 #10 51.59 (91/143): pkgconf-m4-1.8.0-2.fc36.noarch.rpm    619 kB/s |  14 kB     00:00    
12:00:08 #10 51.66 (92/143): python3-dateutil-2.8.1-8.fc36.noarch. 3.8 MB/s | 289 kB     00:00    
12:00:08 #10 51.67 (93/143): python3-distro-1.6.0-2.fc36.noarch.rp 529 kB/s |  38 kB     00:00    
12:00:08 #10 51.67 (94/143): python3-dbus-1.2.18-3.fc36.x86_64.rpm 1.7 MB/s | 132 kB     00:00    
12:00:08 #10 51.67 (95/143): python3-file-magic-5.41-4.fc36.noarch 2.5 MB/s |  18 kB     00:00    
12:00:08 #10 51.69 (96/143): python3-pyxdg-0.27-4.fc36.noarch.rpm  8.0 MB/s |  96 kB     00:00    
12:00:08 #10 51.69 (97/143): python3-enchant-3.2.2-2.fc36.noarch.r 2.9 MB/s |  79 kB     00:00    
12:00:08 #10 51.69 (98/143): python3-six-1.16.0-5.fc36.noarch.rpm  6.1 MB/s |  36 kB     00:00    
12:00:08 #10 51.70 (99/143): python3-pybeam-0.7-2.fc36.noarch.rpm  938 kB/s |  24 kB     00:00    
12:00:08 #10 51.70 (100/143): python3-tomli-1.2.3-1.fc36.noarch.rp 2.3 MB/s |  29 kB     00:00    
12:00:08 #10 51.71 (101/143): shared-mime-info-2.1-3.fc35.x86_64.r  35 MB/s | 373 kB     00:00    
12:00:08 #10 51.72 (102/143): python3-tomli-w-0.4.0-3.fc36.noarch. 732 kB/s |  18 kB     00:00    
12:00:08 #10 51.72 (103/143): python3-zstandard-0.17.0-1.fc36.x86_  16 MB/s | 458 kB     00:00    
12:00:08 #10 51.73 (104/143): unzip-6.0-57.fc36.x86_64.rpm          14 MB/s | 182 kB     00:00    
12:00:08 #10 51.73 (105/143): xxhash-libs-0.8.1-2.fc36.x86_64.rpm  5.9 MB/s |  42 kB     00:00    
12:00:08 #10 51.74 (106/143): xz-5.2.5-9.fc36.x86_64.rpm            16 MB/s | 214 kB     00:00    
12:00:08 #10 51.76 (107/143): zip-3.0-32.fc36.x86_64.rpm           7.2 MB/s | 260 kB     00:00    
12:00:08 #10 51.77 (108/143): ansible-srpm-macros-1-8.1.fc36.noarc 239 kB/s | 8.5 kB     00:00    
12:00:08 #10 51.78 (109/143): binutils-gold-2.37-37.fc36.x86_64.rp  46 MB/s | 753 kB     00:00    
12:00:08 #10 51.82 (110/143): dbus-libs-1.14.4-1.fc36.x86_64.rpm   2.9 MB/s | 155 kB     00:00    
12:00:08 #10 51.83 (111/143): dnf-plugins-core-4.3.1-1.fc36.noarch 718 kB/s |  34 kB     00:00    
12:00:08 #10 51.86 (112/143): binutils-2.37-37.fc36.x86_64.rpm      61 MB/s | 6.0 MB     00:00    
12:00:08 #10 51.87 (113/143): dwz-0.14-4.fc36.x86_64.rpm           3.0 MB/s | 127 kB     00:00    
12:00:08 #11 50.31 Setting up libnumber-range-perl (0.12-1) ...
12:00:08 #11 50.33 Setting up libunicode-utf8-perl (0.62-1build1) ...
12:00:08 #11 50.34 Setting up libstruct-dumb-perl (0.09-1) ...
12:00:08 #11 50.36 Setting up libfile-listing-perl (6.04-1) ...
12:00:08 #11 50.37 Setting up libstdc++-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
12:00:08 #11 50.38 Setting up libregexp-pattern-perl (0.2.12-1) ...
12:00:08 #11 50.39 Setting up libfont-afm-perl (1.20-2) ...
12:00:08 #11 50.40 Setting up libwant-perl (0.29-1build4) ...
12:00:08 #11 50.41 Setting up libdynaloader-functions-perl (0.003-1) ...
12:00:08 #11 50.43 Setting up libtext-glob-perl (0.10-1) ...
12:00:08 #11 50.45 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:00:08 #11 50.46 Setting up liblist-compare-perl (0.53-1) ...
12:00:08 #11 50.47 Setting up libref-util-xs-perl (0.117-1build2) ...
12:00:08 #11 50.48 Setting up libio-pty-perl (1:1.12-1) ...
12:00:08 #11 50.49 Setting up libtool (2.4.6-14) ...
12:00:08 #11 50.51 Setting up libfile-fcntllock-perl (0.22-3build4) ...
12:00:08 #11 50.53 Setting up libsort-key-perl (1.33-2build2) ...
12:00:08 #11 50.54 Setting up libclone-perl (0.43-2) ...
12:00:08 #11 50.55 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:00:08 #11 50.56 Setting up libarchive-zip-perl (1.67-2) ...
12:00:08 #11 50.57 Setting up libsub-identify-perl (0.14-1build2) ...
12:00:08 #11 50.59 Setting up libdistro-info-perl (0.23ubuntu1) ...
12:00:08 #11 50.60 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
12:00:08 #11 50.61 Setting up python3-apt (2.0.1) ...
12:00:08 #11 51.88 Setting up networkd-dispatcher (2.1-2ubuntu1) ...
12:00:08 #11 52.00 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
12:00:08 #11 52.01 Setting up dput (1.1.2ubuntu2) ...
12:00:08 #10 24.37 Setting up dpkg (1.21.19+rpi1) ...
12:00:08 #10 52.82 Setting up libjson-maybexs-perl (1.004004-1) ...
12:00:08 #10 52.83 Setting up libxml-sax-base-perl (1.09-3) ...
12:00:08 #10 52.84 Setting up libio-string-perl (1.08-4) ...
12:00:08 #10 52.85 Setting up libreadonly-perl (2.050-3) ...
12:00:08 #10 52.86 Setting up libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
12:00:08 #10 52.87 Setting up libstring-copyright-perl (0.003014-1) ...
12:00:08 #10 52.88 Setting up libdata-optlist-perl (0.113-1) ...
12:00:08 #10 52.89 Setting up libipc-run-perl (20220807.0-1) ...
12:00:08 #10 52.91 Setting up git (1:2.39.1-0.1) ...
12:00:08 #10 52.92 Setting up libtext-xslate-perl:arm64 (3.5.9-1+b2) ...
12:00:08 #10 52.93 Setting up libcontextual-return-perl (0.004014-4) ...
12:00:08 #10 52.94 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:08 #10 52.96 Setting up libtypes-serialiser-perl (1.01-1) ...
12:00:08 #10 52.96 Setting up libnsl-dev:arm64 (1.3.0-2) ...
12:00:08 #10 52.97 Setting up libhtml-parser-perl:arm64 (3.81-1) ...
12:00:08 #10 52.98 Setting up libgit-wrapper-perl (0.048-2) ...
12:00:08 #10 53.00 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:00:08 #10 53.01 Setting up librole-tiny-perl (2.002004-1) ...
12:00:08 #10 53.02 Setting up gnupg (2.2.40-1) ...
12:00:08 #10 53.03 Setting up libc6-dev:arm64 (2.36-8) ...
12:00:08 #10 53.04 Setting up libfont-ttf-perl (1.06-2) ...
12:00:08 #10 53.05 Setting up libfile-homedir-perl (1.006-2) ...
12:00:08 #10 53.06 Setting up libalgorithm-diff-xs-perl:arm64 (0.04-8+b1) ...
12:00:08 #10 53.07 Setting up pristine-tar (1.50) ...
12:00:08 #10 53.08 Setting up libio-socket-ssl-perl (2.078-1) ...
12:00:08 #10 53.09 Setting up libsub-exporter-perl (0.989-1) ...
12:00:08 #10 53.10 Setting up libpython3-stdlib:arm64 (3.11.1-3) ...
12:00:08 #10 53.11 Setting up libalgorithm-merge-perl (0.08-5) ...
12:00:08 #11 49.17 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:00:08 #11 49.18 Setting up libxpm4:arm64 (1:3.5.12-1ubuntu0.22.10.1) ...
12:00:08 #11 49.19 Setting up openssh-client (1:9.0p1-1ubuntu7.1) ...
12:00:08 #11 49.27 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
12:00:08 #11 49.27 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist
12:00:08 #11 49.27 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
12:00:08 #11 49.27 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist
12:00:08 #11 43.19 Setting up libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.1) ...
12:00:08 #11 43.21 Setting up libgdbm-compat4:arm64 (1.23-1) ...
12:00:08 #11 43.22 Setting up libgcc-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
12:00:08 #11 43.24 Setting up dwz (0.14-1build2) ...
12:00:08 #11 43.26 Setting up gcc-11 (11.3.0-1ubuntu1~22.04) ...
12:00:08 #11 43.28 Setting up groff-base (1.22.4-8build1) ...
12:00:08 #11 43.30 Setting up cpp (4:11.2.0-1ubuntu1) ...
12:00:08 #11 43.32 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
12:00:08 #11 43.33 Setting up debugedit (1:5.0-4build1) ...
12:00:08 #11 43.35 Setting up libcurl4:arm64 (7.81.0-1ubuntu1.7) ...
12:00:08 #11 43.36 Setting up libc6-dev:arm64 (2.35-0ubuntu3.1) ...
12:00:08 #11 43.37 Setting up libx11-6:arm64 (2:1.7.5-1) ...
12:00:08 #11 43.39 Setting up libtiff5:arm64 (4.3.0-6ubuntu0.3) ...
12:00:08 #11 43.41 Setting up curl (7.81.0-1ubuntu1.7) ...
12:00:08 #13 4.563 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:08 #13 4.736 Starting 2 pkgProblemResolver with broken count: 0
12:00:08 #13 4.739 Done
12:00:08 #13 4.866  Done
12:00:08 #12 1.282 Reading package lists...
12:00:09 #9 50.09   Installing       : json-glib-1.6.6-2.fc36.aarch64                      35/148 
12:00:09 #9 50.12   Installing       : libjpeg-turbo-2.1.2-2.fc36.aarch64                  36/148 
12:00:09 #9 50.13   Installing       : libpkgconf-1.8.0-2.fc36.aarch64                     37/148 
12:00:09 #9 50.13   Installing       : pkgconf-1.8.0-2.fc36.aarch64                        38/148 
12:00:09 #9 50.17   Installing       : libpng-2:1.6.37-12.fc36.aarch64                     39/148 
12:00:09 #9 50.17   Installing       : libstemmer-0-18.585svn.fc36.aarch64                 40/148 
12:00:09 #9 50.18   Installing       : ncurses-6.2-9.20210508.fc36.aarch64                 41/148 
12:00:09 #9 50.21   Installing       : perl-Digest-1.20-2.fc36.noarch                      42/148 
12:00:09 #9 50.22   Installing       : perl-Digest-MD5-2.58-479.fc36.aarch64               43/148 
12:00:09 #9 50.28   Installing       : perl-B-1.82-486.fc36.aarch64                        44/148 
12:00:09 #9 50.29   Installing       : perl-FileHandle-2.03-486.fc36.noarch                45/148 
12:00:09 #9 50.32   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                46/148 
12:00:09 #9 50.32   Installing       : perl-Data-Dumper-2.183-3.fc36.aarch64               47/148 
12:00:09 #9 50.33   Installing       : perl-libnet-3.13-480.fc36.noarch                    48/148 
12:00:09 #9 50.36   Installing       : perl-base-2.27-486.fc36.noarch                      49/148 
12:00:09 #9 50.38   Installing       : perl-Net-SSLeay-1.92-2.fc36.aarch64                 50/148 
12:00:09 #9 50.41   Installing       : perl-URI-5.10-1.fc36.noarch                         51/148 
12:00:09 #10 51.02 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
12:00:09 #10 51.03 Setting up libcbor0:amd64 (0.5.0+dfsg-2) ...
12:00:09 #10 51.06 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:00:09 #10 51.08 Setting up libfcgi-bin (2.4.2-2) ...
12:00:09 #10 51.09 Setting up binutils-common:amd64 (2.35.2-2) ...
12:00:09 #10 51.11 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
12:00:09 #10 51.12 Setting up libmagic1:amd64 (1:5.39-3) ...
12:00:09 #10 51.15 Setting up libdeflate0:amd64 (1.7-1) ...
12:00:09 #10 51.16 Setting up less (551-2) ...
12:00:09 #10 51.18 Setting up perl-openssl-defaults:amd64 (5) ...
12:00:09 #10 51.19 Setting up linux-libc-dev:amd64 (5.10.162-1) ...
12:00:09 #10 51.21 Setting up libctf-nobfd0:amd64 (2.35.2-2) ...
12:00:09 #10 51.23 Setting up gettext-base (0.21-4) ...
12:00:09 #10 51.24 Setting up liblzo2-2:amd64 (2.10-2) ...
12:00:09 #10 51.25 Setting up libnpth0:amd64 (1.6-3) ...
12:00:09 #10 51.26 Setting up file (1:5.39-3) ...
12:00:09 #10 51.28 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
12:00:09 #10 51.30 Setting up libassuan0:amd64 (2.5.3-7.1) ...
12:00:09 #10 51.32 Setting up libgomp1:amd64 (10.2.1-6) ...
12:00:09 #10 38.39 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:00:09 #10 38.44 Selecting previously unselected package libdevel-globaldestruction-perl.
12:00:09 #10 38.44 Preparing to unpack .../106-libdevel-globaldestruction-perl_0.14-1_all.deb ...
12:00:09 #10 38.45 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
12:00:09 #10 38.50 Selecting previously unselected package libb-hooks-op-check-perl.
12:00:09 #10 38.50 Preparing to unpack .../107-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
12:00:09 #10 38.50 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
12:00:09 #11 52.83 Setting up liblog-any-perl (1.708-1) ...
12:00:09 #11 52.84 Setting up libauthen-sasl-perl (2.1600-1) ...
12:00:09 #11 52.86 Setting up libdevel-size-perl (0.83-1build1) ...
12:00:09 #11 52.87 Setting up libdebhelper-perl (12.10ubuntu1) ...
12:00:09 #11 52.88 Setting up libpod-constants-perl (0.19-1) ...
12:00:09 #11 52.89 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
12:00:09 #11 52.90 Setting up libperl4-corelibs-perl (0.004-2) ...
12:00:09 #11 52.91 Setting up libfuture-perl (0.43-1) ...
12:00:09 #11 52.93 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:00:09 #11 52.95 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
12:00:09 #11 52.96 Setting up libtry-tiny-perl (0.30-1) ...
12:00:09 #11 52.97 Setting up libtype-tiny-perl (1.008001-2) ...
12:00:09 #11 52.99 Setting up libtest-fatal-perl (0.014-1) ...
12:00:09 #11 53.00 Setting up libcommon-sense-perl (3.74-2build6) ...
12:00:09 #11 53.01 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:00:09 #11 53.05 Setting up libnet-http-perl (6.19-1) ...
12:00:09 #11 31.69 Preparing to unpack .../061-libfido2-1_1.11.0-1_armhf.deb ...
12:00:09 #11 31.69 Unpacking libfido2-1:armhf (1.11.0-1) ...
12:00:09 #11 31.75 Selecting previously unselected package libnghttp2-14:armhf.
12:00:09 #11 31.75 Preparing to unpack .../062-libnghttp2-14_1.49.0-1_armhf.deb ...
12:00:09 #11 31.76 Unpacking libnghttp2-14:armhf (1.49.0-1) ...
12:00:09 #11 31.81 Selecting previously unselected package libpipeline1:armhf.
12:00:09 #11 31.82 Preparing to unpack .../063-libpipeline1_1.5.6-2_armhf.deb ...
12:00:09 #11 31.82 Unpacking libpipeline1:armhf (1.5.6-2) ...
12:00:09 #11 31.86 Selecting previously unselected package libpng16-16:armhf.
12:00:09 #11 31.87 Preparing to unpack .../064-libpng16-16_1.6.38-2_armhf.deb ...
12:00:09 #11 31.87 Unpacking libpng16-16:armhf (1.6.38-2) ...
12:00:09 #11 31.92 Selecting previously unselected package libpsl5:armhf.
12:00:09 #11 31.92 Preparing to unpack .../065-libpsl5_0.21.0-1.2build2_armhf.deb ...
12:00:09 #11 31.92 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
12:00:09 #11 31.97 Selecting previously unselected package libxau6:armhf.
12:00:09 #11 31.97 Preparing to unpack .../066-libxau6_1%3a1.0.9-1build5_armhf.deb ...
12:00:09 #11 31.97 Unpacking libxau6:armhf (1:1.0.9-1build5) ...
12:00:09 #11 32.02 Selecting previously unselected package libxdmcp6:armhf.
12:00:09 #11 32.02 Preparing to unpack .../067-libxdmcp6_1%3a1.1.3-0ubuntu5_armhf.deb ...
12:00:09 #11 32.02 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
12:00:09 #10 31.10 Unpacking libsub-override-perl (0.09-4) ...
12:00:09 #10 31.13 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:00:09 #10 31.13 Preparing to unpack .../080-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
12:00:09 #10 31.14 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
12:00:09 #10 31.18 Selecting previously unselected package dh-strip-nondeterminism.
12:00:09 #10 31.18 Preparing to unpack .../081-dh-strip-nondeterminism_1.13.1-1_all.deb ...
12:00:09 #10 31.19 Unpacking dh-strip-nondeterminism (1.13.1-1) ...
12:00:09 #10 31.23 Selecting previously unselected package libelf1:armhf.
12:00:09 #10 31.23 Preparing to unpack .../082-libelf1_0.188-2.1_armhf.deb ...
12:00:09 #10 31.23 Unpacking libelf1:armhf (0.188-2.1) ...
12:00:09 #10 31.29 Selecting previously unselected package dwz.
12:00:09 #10 31.29 Preparing to unpack .../083-dwz_0.15-1_armhf.deb ...
12:00:09 #10 31.30 Unpacking dwz (0.15-1) ...
12:00:09 #10 31.36 Selecting previously unselected package libicu72:armhf.
12:00:09 #10 31.36 Preparing to unpack .../084-libicu72_72.1-3_armhf.deb ...
12:00:09 #13 22.50   Running scriptlet: openssh-clients-8.7p1-28.el9.aarch64                 48/78 
12:00:09 #10 42.92 Unpacking libhtml-format-perl (2.12-1) ...
12:00:09 #10 42.96 Selecting previously unselected package libhttp-cookies-perl.
12:00:09 #13 22.59   Installing       : git-core-2.39.1-1.el9.aarch64                        49/78 
12:00:09 #13 22.78   Installing       : git-core-doc-2.39.1-1.el9.noarch                     50/78 
12:00:09 #10 42.96 Preparing to unpack .../210-libhttp-cookies-perl_6.04-1_all.deb ...
12:00:09 #10 42.96 Unpacking libhttp-cookies-perl (6.04-1) ...
12:00:09 #13 22.80   Installing       : perl-Git-2.39.1-1.el9.noarch                         51/78 
12:00:09 #13 22.81   Installing       : git-2.39.1-1.el9.aarch64                             52/78 
12:00:09 #10 43.01 Selecting previously unselected package libhttp-daemon-perl.
12:00:09 #10 43.01 Preparing to unpack .../211-libhttp-daemon-perl_6.01-1ubuntu0.1_all.deb ...
12:00:09 #10 43.02 Unpacking libhttp-daemon-perl (6.01-1ubuntu0.1) ...
12:00:09 #10 43.06 Selecting previously unselected package libhttp-negotiate-perl.
12:00:09 #10 43.06 Preparing to unpack .../212-libhttp-negotiate-perl_6.00-2_all.deb ...
12:00:09 #10 43.07 Unpacking libhttp-negotiate-perl (6.00-2) ...
12:00:09 #10 43.11 Selecting previously unselected package libimport-into-perl.
12:00:09 #10 43.11 Preparing to unpack .../213-libimport-into-perl_1.002005-1_all.deb ...
12:00:09 #10 43.12 Unpacking libimport-into-perl (1.002005-1) ...
12:00:09 #10 51.49 Preparing to unpack .../383-pristine-tar_1.50_amd64.deb ...
12:00:09 #10 51.50 Unpacking pristine-tar (1.50) ...
12:00:09 #10 51.55 Selecting previously unselected package publicsuffix.
12:00:09 #10 51.55 Preparing to unpack .../384-publicsuffix_20221208.1942-1_all.deb ...
12:00:09 #10 51.55 Unpacking publicsuffix (20221208.1942-1) ...
12:00:09 #10 51.59 Selecting previously unselected package python-apt-common.
12:00:09 #10 51.60 Preparing to unpack .../385-python-apt-common_2.5.2_all.deb ...
12:00:09 #10 51.60 Unpacking python-apt-common (2.5.2) ...
12:00:09 #10 51.66 Selecting previously unselected package python3-apt.
12:00:09 #10 51.66 Preparing to unpack .../386-python3-apt_2.5.2+b1_amd64.deb ...
12:00:09 #10 51.67 Unpacking python3-apt (2.5.2+b1) ...
12:00:09 #10 51.74 Selecting previously unselected package python3-certifi.
12:00:09 #10 51.87 (114/143): elfutils-0.188-3.fc36.x86_64.rpm      13 MB/s | 523 kB     00:00    
12:00:09 #10 51.88 (115/143): emacs-filesystem-28.2-1.fc36.noarch. 807 kB/s | 7.1 kB     00:00    
12:00:09 #10 51.88 (116/143): elfutils-debuginfod-client-0.188-3.f 3.0 MB/s |  40 kB     00:00    
12:00:09 #10 51.90 (117/143): gdk-pixbuf2-2.42.9-2.fc36.x86_64.rpm  26 MB/s | 466 kB     00:00    
12:00:09 #10 51.92 (118/143): glibc-gconv-extra-2.35-22.fc36.x86_6  43 MB/s | 1.6 MB     00:00    
12:00:09 #10 51.92 (119/143): go-srpm-macros-3.2.0-1.fc36.noarch.r 979 kB/s |  26 kB     00:00    
12:00:09 #10 51.96 (120/143): libappstream-glib-0.8.0-4.fc36.x86_6 9.4 MB/s | 391 kB     00:00    
12:00:09 #10 51.98 (121/143): perl-Encode-3.17-485.fc36.x86_64.rpm  33 MB/s | 1.7 MB     00:00    
12:00:09 #10 52.00 (122/143): gdb-minimal-12.1-2.fc36.x86_64.rpm    32 MB/s | 3.9 MB     00:00    
12:00:09 #10 52.00 (123/143): perl-Getopt-Long-2.54-1.fc36.noarch. 1.6 MB/s |  60 kB     00:00    
12:00:09 #10 52.00 (124/143): perl-HTTP-Tiny-0.082-1.fc36.noarch.r 2.1 MB/s |  55 kB     00:00    
12:00:09 #10 52.03 (125/143): perl-Scalar-List-Utils-1.63-489.fc36 2.8 MB/s |  72 kB     00:00    
12:00:09 #10 52.03 (126/143): perl-Text-ParseWords-3.31-1.fc36.noa 628 kB/s |  16 kB     00:00    
12:00:09 #10 52.03 (127/143): perl-Socket-2.036-1.fc36.x86_64.rpm  1.6 MB/s |  55 kB     00:00    
12:00:09 #10 52.04 (128/143): python-srpm-macros-3.10-20.fc36.noar 2.4 MB/s |  23 kB     00:00    
12:00:09 #10 52.04 (129/143): qt5-srpm-macros-5.15.7-1.fc36.noarch 1.3 MB/s | 7.9 kB     00:00    
12:00:09 #10 52.05 (130/143): python3-dnf-plugins-core-4.3.1-1.fc3  21 MB/s | 229 kB     00:00    
12:00:09 #10 52.05 (131/143): python3-construct-2.10.68-1.fc36.noa 5.1 MB/s | 112 kB     00:00    
12:00:09 #10 52.06 (132/143): redhat-rpm-config-222-1.fc36.noarch. 5.3 MB/s |  66 kB     00:00    
12:00:09 #10 52.06 (133/143): rpm-build-4.17.1-3.fc36.x86_64.rpm   5.5 MB/s |  58 kB     00:00    
12:00:09 #10 52.06 (134/143): rpmautospec-rpm-macros-0.3.1-1.fc36. 955 kB/s | 8.7 kB     00:00    
12:00:09 #10 52.07 (135/143): rpmlint-2.4.0-3.fc36.noarch.rpm       26 MB/s | 238 kB     00:00    
12:00:09 #10 52.07 (136/143): rust-srpm-macros-23-1.fc36.noarch.rp 1.0 MB/s | 9.3 kB     00:00    
12:00:09 #10 52.08 (137/143): rpmlint-fedora-license-data-1.12-1.f 1.2 MB/s |  18 kB     00:00    
12:00:09 #10 52.09 (138/143): zstd-1.5.2-2.fc36.x86_64.rpm          23 MB/s | 448 kB     00:00    
12:00:09 #11 50.77 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
12:00:09 #11 50.79 Setting up libio-stringy-perl (2.111-3) ...
12:00:09 #11 50.80 Setting up liblist-moreutils-perl (0.416-1build5) ...
12:00:09 #11 50.81 Setting up libhtml-tagset-perl (3.20-4) ...
12:00:09 #11 50.82 Setting up liblog-any-perl (1.708-1) ...
12:00:09 #11 50.83 Setting up libauthen-sasl-perl (2.1600-1) ...
12:00:09 #11 50.85 Setting up libdevel-size-perl (0.83-1build1) ...
12:00:09 #11 50.86 Setting up libdebhelper-perl (12.10ubuntu1) ...
12:00:09 #11 50.87 Setting up libpod-constants-perl (0.19-1) ...
12:00:09 #10 24.42 dpkg: warning: This system uses merged-usr-via-aliased-dirs, going behind dpkg's
12:00:09 #10 24.42 dpkg: warning: back, breaking its core assumptions. This can cause silent file
12:00:09 #10 24.42 dpkg: warning: overwrites and disappearances, and its general tools misbehavior.
12:00:09 #10 24.42 dpkg: warning: See <https://wiki.debian.org/Teams/Dpkg/FAQ#broken-usrmerge>.
12:00:09 #10 24.63 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10364 files and directories currently installed.)
12:00:09 #10 24.63 Preparing to unpack .../libperl5.36_5.36.0-7_armhf.deb ...
12:00:09 #10 24.65 Unpacking libperl5.36:armhf (5.36.0-7) over (5.36.0-6) ...
12:00:09 #10 53.12 Setting up libhttp-message-perl (6.44-1) ...
12:00:09 #10 53.13 Setting up libdata-validate-ip-perl (0.31-1) ...
12:00:09 #10 53.14 Setting up libhtml-form-perl (6.10-1) ...
12:00:09 #10 53.15 Setting up libiterator-perl (0.03+ds1-2) ...
12:00:09 #10 53.16 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
12:00:09 #10 53.18 Setting up libjson-xs-perl (4.030-2+b1) ...
12:00:09 #10 53.19 Setting up python3.11 (3.11.1-2) ...
12:00:09 #11 52.17 Setting up libnamespace-clean-perl (0.27-2) ...
12:00:09 #11 52.18 Setting up python3-paramiko (2.10.4-1ubuntu1) ...
12:00:09 #11 52.38 Setting up licensecheck (3.3.0-1) ...
12:00:09 #11 43.42 Setting up libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ...
12:00:09 #11 43.44 Setting up libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
12:00:09 #11 43.45 Setting up libxmuu1:arm64 (2:1.1.3-3) ...
12:00:09 #11 43.46 Setting up gpg (2.2.27-3ubuntu2.1) ...
12:00:09 #11 43.48 Setting up libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
12:00:09 #11 43.50 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
12:00:09 #11 43.51 Setting up libperl5.34:arm64 (5.34.0-3ubuntu1.1) ...
12:00:09 #11 43.53 Setting up gettext (0.21-4ubuntu4) ...
12:00:09 #11 43.54 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
12:00:09 #11 49.28 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
12:00:09 #11 49.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
12:00:09 #11 49.28 Setting up gpgsm (2.2.35-3ubuntu1) ...
12:00:09 #11 49.30 Setting up libxext6:arm64 (2:1.3.4-1build1) ...
12:00:09 #11 49.34 Setting up binutils-aarch64-linux-gnu (2.39-3ubuntu1.1) ...
12:00:09 #11 49.35 Setting up libcurl3-gnutls:arm64 (7.85.0-1ubuntu0.2) ...
12:00:09 #11 49.36 Setting up systemd (251.4-1ubuntu7) ...
12:00:09 #11 49.40 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:00:09 #11 49.41 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:00:09 #11 49.41 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:00:09 #11 49.41 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:00:09 #11 49.41 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:00:09 #11 49.42 Initializing machine ID from D-Bus machine ID.
12:00:09 #13 5.000 Starting pkgProblemResolver with broken count: 0
12:00:09 #13 5.023 Starting 2 pkgProblemResolver with broken count: 0
12:00:09 #13 5.026 Done
12:00:09 #11 34.62 Selecting previously unselected package gcc.
12:00:09 #11 34.62 Preparing to unpack .../083-gcc_4%3a11.2.0-1ubuntu1_armhf.deb ...
12:00:09 #11 34.63 Unpacking gcc (4:11.2.0-1ubuntu1) ...
12:00:09 #11 34.71 Selecting previously unselected package libstdc++-11-dev:armhf.
12:00:09 #11 34.71 Preparing to unpack .../084-libstdc++-11-dev_11.3.0-1ubuntu1~22.04_armhf.deb ...
12:00:09 #11 34.72 Unpacking libstdc++-11-dev:armhf (11.3.0-1ubuntu1~22.04) ...
12:00:09 #10 25.87 Selecting previously unselected package python3-minimal.
12:00:09 #9 50.44   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         52/148 
12:00:09 #9 50.45   Installing       : perl-if-0.60.900-486.fc36.noarch                    53/148 
12:00:09 #9 50.45   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             54/148 
12:00:09 #9 50.46   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             55/148 
12:00:09 #9 50.50   Installing       : perl-File-Path-2.18-479.fc36.noarch                 56/148 
12:00:09 #9 50.51   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              57/148 
12:00:09 #9 50.51   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              58/148 
12:00:09 #9 50.52   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              59/148 
12:00:09 #9 50.55   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              60/148 
12:00:09 #9 50.56   Installing       : perl-POSIX-1.97-486.fc36.aarch64                    61/148 
12:00:09 #9 50.59   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            62/148 
12:00:09 #9 50.59   Installing       : perl-subs-1.04-486.fc36.noarch                      63/148 
12:00:09 #9 50.60   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  64/148 
12:00:09 #9 50.61   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                65/148 
12:00:09 #9 50.63   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          66/148 
12:00:09 #9 50.64   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 67/148 
12:00:09 #10 38.56 Selecting previously unselected package libdynaloader-functions-perl.
12:00:09 #10 38.56 Preparing to unpack .../108-libdynaloader-functions-perl_0.003-1_all.deb ...
12:00:09 #10 38.57 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:00:09 #10 38.62 Selecting previously unselected package libdevel-callchecker-perl.
12:00:09 #10 38.62 Preparing to unpack .../109-libdevel-callchecker-perl_0.008-1_armhf.deb ...
12:00:09 #10 38.62 Unpacking libdevel-callchecker-perl (0.008-1) ...
12:00:09 #10 38.66 Selecting previously unselected package libparams-classify-perl.
12:00:09 #10 38.66 Preparing to unpack .../110-libparams-classify-perl_0.015-1+b1_armhf.deb ...
12:00:09 #10 ...
12:00:09 
12:00:09 #10 51.33 Setting up bzip2 (1.0.8-4) ...
12:00:09 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:09 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 18.4s done
12:00:09 #7 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:00:09 #7 DONE 50.8s
12:00:09 
12:00:09 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:09 #10 38.67 Unpacking libparams-classify-perl (0.015-1+b1) ...
12:00:09 #10 38.71 Selecting previously unselected package libmodule-runtime-perl.
12:00:09 #10 38.71 Preparing to unpack .../111-libmodule-runtime-perl_0.016-1_all.deb ...
12:00:09 #10 38.72 Unpacking libmodule-runtime-perl (0.016-1) ...
12:00:09 #10 38.76 Selecting previously unselected package libimport-into-perl.
12:00:09 #10 38.76 Preparing to unpack .../112-libimport-into-perl_1.002005-1_all.deb ...
12:00:09 #10 38.76 Unpacking libimport-into-perl (1.002005-1) ...
12:00:09 #10 38.80 Selecting previously unselected package librole-tiny-perl.
12:00:09 #10 38.80 Preparing to unpack .../113-librole-tiny-perl_2.000006-1_all.deb ...
12:00:09 #10 38.81 Unpacking librole-tiny-perl (2.000006-1) ...
12:00:09 #10 38.86 Selecting previously unselected package libstrictures-perl.
12:00:09 #10 38.86 Preparing to unpack .../114-libstrictures-perl_2.000005-1_all.deb ...
12:00:09 #10 38.86 Unpacking libstrictures-perl (2.000005-1) ...
12:00:09 #10 38.91 Selecting previously unselected package libsub-quote-perl.
12:00:09 #10 38.91 Preparing to unpack .../115-libsub-quote-perl_2.005001-1_all.deb ...
12:00:09 #10 51.35 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
12:00:09 #10 51.37 Setting up libunwind8:amd64 (1.3.2-2) ...
12:00:09 #10 51.39 Setting up pbzip2 (1.1.13-1) ...
12:00:09 #10 51.40 Setting up libjbig0:amd64 (2.1-3.1+b2) ...
12:00:09 #10 51.42 Setting up libfakeroot:amd64 (1.25.3-1.1) ...
12:00:09 #10 51.44 Setting up libasan6:amd64 (10.2.1-6) ...
12:00:09 #10 51.45 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:00:09 #10 51.46 Setting up fakeroot (1.25.3-1.1) ...
12:00:09 #10 51.47 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:09 #10 51.48 Setting up autotools-dev (20180224.1+nmu1) ...
12:00:09 #10 51.50 Setting up libglib2.0-data (2.66.8-1) ...
12:00:09 #10 51.51 Setting up libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
12:00:09 #10 51.52 Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ...
12:00:09 #10 51.53 Setting up libx11-data (2:1.7.2-1) ...
12:00:09 #11 53.06 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:00:09 #11 53.07 Setting up libencode-locale-perl (1.05-1) ...
12:00:09 #11 53.08 Setting up libtext-levenshtein-perl (0.13-1) ...
12:00:09 #11 53.09 Setting up libnet-dns-perl (1.22-1) ...
12:00:09 #11 53.10 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
12:00:09 #11 53.12 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
12:00:09 #11 53.13 Setting up libstring-shellquote-perl (1.04-1) ...
12:00:09 #11 53.14 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:09 #11 53.16 Setting up libsub-install-perl (0.928-1) ...
12:00:09 #11 53.17 Setting up gcc (4:9.3.0-1ubuntu2) ...
12:00:09 #11 53.19 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
12:00:09 #11 53.21 Setting up libnumber-compare-perl (0.03-1) ...
12:00:09 #11 53.22 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:09 #11 53.23 Setting up libio-async-perl (0.75-1) ...
12:00:09 #11 53.24 Setting up liberror-perl (0.17029-1) ...
12:00:09 #11 53.26 Setting up patchutils (0.3.4-2) ...
12:00:09 #11 36.03 Selecting previously unselected package g++.
12:00:09 #11 36.03 Preparing to unpack .../094-g++_4%3a9.3.0-1ubuntu2_armhf.deb ...
12:00:09 #11 36.04 Unpacking g++ (4:9.3.0-1ubuntu2) ...
12:00:09 #11 36.07 Selecting previously unselected package make.
12:00:09 #11 36.07 Preparing to unpack .../095-make_4.2.1-1.2_armhf.deb ...
12:00:09 #11 36.10 Unpacking make (4.2.1-1.2) ...
12:00:09 #11 36.14 Selecting previously unselected package libdpkg-perl.
12:00:09 #11 36.14 Preparing to unpack .../096-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
12:00:09 #11 36.14 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
12:00:09 #11 36.24 Selecting previously unselected package patch.
12:00:09 #11 36.24 Preparing to unpack .../097-patch_2.7.6-6_armhf.deb ...
12:00:09 #11 32.07 Selecting previously unselected package libxcb1:armhf.
12:00:09 #11 32.07 Preparing to unpack .../068-libxcb1_1.15-1_armhf.deb ...
12:00:09 #11 32.07 Unpacking libxcb1:armhf (1.15-1) ...
12:00:09 #11 32.12 Selecting previously unselected package libx11-data.
12:00:09 #11 32.12 Preparing to unpack .../069-libx11-data_2%3a1.8.1-2_all.deb ...
12:00:09 #11 32.12 Unpacking libx11-data (2:1.8.1-2) ...
12:00:09 #11 32.21 Selecting previously unselected package libx11-6:armhf.
12:00:09 #11 32.21 Preparing to unpack .../070-libx11-6_2%3a1.8.1-2_armhf.deb ...
12:00:09 #11 32.22 Unpacking libx11-6:armhf (2:1.8.1-2) ...
12:00:09 #11 32.28 Selecting previously unselected package libxext6:armhf.
12:00:09 #11 32.28 Preparing to unpack .../071-libxext6_2%3a1.3.4-1build1_armhf.deb ...
12:00:09 #10 31.37 Unpacking libicu72:armhf (72.1-3) ...
12:00:09 #10 43.16 Selecting previously unselected package libio-pty-perl.
12:00:09 #10 43.16 Preparing to unpack .../214-libio-pty-perl_1%3a1.08-1.1build4_armhf.deb ...
12:00:09 #10 43.17 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
12:00:09 #10 43.21 Selecting previously unselected package libio-string-perl.
12:00:09 #10 43.21 Preparing to unpack .../215-libio-string-perl_1.08-3_all.deb ...
12:00:09 #10 43.21 Unpacking libio-string-perl (1.08-3) ...
12:00:09 #10 43.27 Selecting previously unselected package libipc-run-perl.
12:00:09 #10 43.27 Preparing to unpack .../216-libipc-run-perl_0.96-1_all.deb ...
12:00:09 #10 43.28 Unpacking libipc-run-perl (0.96-1) ...
12:00:09 #10 43.34 Selecting previously unselected package liblist-compare-perl.
12:00:09 #10 43.34 Preparing to unpack .../217-liblist-compare-perl_0.53-1_all.deb ...
12:00:09 #10 43.34 Unpacking liblist-compare-perl (0.53-1) ...
12:00:09 #10 43.39 Selecting previously unselected package liblist-moreutils-perl.
12:00:09 #13 22.81   Installing       : libatomic-11.3.1-4.3.el9.aarch64                     53/78 
12:00:09 #10 52.10 (139/143): elfutils-libelf-0.188-3.fc36.x86_64. 6.8 MB/s | 196 kB     00:00    
12:00:09 #10 52.11 (140/143): elfutils-libs-0.188-3.fc36.x86_64.rp 8.2 MB/s | 257 kB     00:00    
12:00:09 #10 52.12 (141/143): glibc-common-2.35-22.fc36.x86_64.rpm  15 MB/s | 337 kB     00:00    
12:00:09 #10 52.14 (142/143): glibc-2.35-22.fc36.x86_64.rpm         40 MB/s | 2.1 MB     00:00    
12:00:09 #10 52.15 (143/143): glibc-minimal-langpack-2.35-22.fc36. 1.5 MB/s |  60 kB     00:00    
12:00:09 #10 52.15 --------------------------------------------------------------------------------
12:00:09 #10 52.15 Total                                            15 MB/s |  32 MB     00:02     
12:00:09 #11 50.88 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
12:00:09 #11 50.90 Setting up libperl4-corelibs-perl (0.004-2) ...
12:00:09 #11 50.91 Setting up libfuture-perl (0.43-1) ...
12:00:09 #11 50.92 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:00:09 #11 50.94 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
12:00:09 #11 50.95 Setting up libtry-tiny-perl (0.30-1) ...
12:00:09 #11 50.97 Setting up libtype-tiny-perl (1.008001-2) ...
12:00:09 #11 50.98 Setting up libtest-fatal-perl (0.014-1) ...
12:00:09 #11 51.00 Setting up libcommon-sense-perl (3.74-2build6) ...
12:00:09 #11 51.01 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:00:09 #11 51.02 Setting up libnet-http-perl (6.19-1) ...
12:00:09 #11 51.03 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:00:09 #11 51.04 Setting up libencode-locale-perl (1.05-1) ...
12:00:09 #11 51.05 Setting up libtext-levenshtein-perl (0.13-1) ...
12:00:09 #11 51.07 Setting up libnet-dns-perl (1.22-1) ...
12:00:09 #11 51.08 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
12:00:09 #10 51.74 Preparing to unpack .../387-python3-certifi_2022.9.24-1_all.deb ...
12:00:09 #10 51.75 Unpacking python3-certifi (2022.9.24-1) ...
12:00:09 #10 51.81 Selecting previously unselected package python3-charset-normalizer.
12:00:09 #10 51.81 Preparing to unpack .../388-python3-charset-normalizer_3.0.1-2_all.deb ...
12:00:09 #10 51.82 Unpacking python3-charset-normalizer (3.0.1-2) ...
12:00:09 #10 51.85 Selecting previously unselected package python3-idna.
12:00:09 #10 51.86 Preparing to unpack .../389-python3-idna_3.3-1_all.deb ...
12:00:09 #10 51.86 Unpacking python3-idna (3.3-1) ...
12:00:09 #10 51.94 Selecting previously unselected package python3-magic.
12:00:09 #10 51.94 Preparing to unpack .../390-python3-magic_2%3a0.4.26-3_all.deb ...
12:00:09 #10 51.94 Unpacking python3-magic (2:0.4.26-3) ...
12:00:09 #10 51.98 Selecting previously unselected package python3-six.
12:00:09 #11 52.39 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:00:09 #11 52.41 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:09 #11 52.42 Setting up libwww-perl (6.67-1) ...
12:00:09 #11 52.43 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
12:00:09 #11 52.44 Setting up libwww-mechanize-perl (2.14-2) ...
12:00:09 #11 52.45 Setting up devscripts (2.22.2ubuntu3) ...
12:00:09 #11 52.59 Setting up libxml-parser-perl:amd64 (2.46-3build1) ...
12:00:09 #11 52.61 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:09 #11 52.64 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:09 #10 49.35 Running transaction check
12:00:09 #13 5.249 The following additional packages will be installed:
12:00:09 #13 5.249   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:00:09 #13 5.250   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:00:09 #13 5.250   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
12:00:09 #13 5.250   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
12:00:09 #13 5.251   libsystemd-dev libudev-dev libuv1 pkg-config
12:00:09 #13 5.251 Suggested packages:
12:00:09 #13 5.251   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
12:00:09 #13 5.251 Recommended packages:
12:00:09 #13 5.251   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
12:00:09 #13 5.284 The following NEW packages will be installed:
12:00:09 #13 5.285   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:00:09 #13 5.285   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:00:09 #13 5.285   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
12:00:09 #13 5.285   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
12:00:09 #13 5.286   libsystemd-dev libudev-dev libuv1 pkg-config
12:00:09 #11 49.64 Setting up binutils (2.39-3ubuntu1.1) ...
12:00:09 #11 49.65 Setting up man-db (2.10.2-2) ...
12:00:09 #11 49.76 Building database of manual pages ...
12:00:09 #12 2.721 dh_testdir
12:00:09 #12 2.740 dh_testroot
12:00:09 #12 2.757 dh_prep
12:00:09 #12 2.777 dh_testdir
12:00:09 #12 2.794 dh_testroot
12:00:09 #12 2.812 dh_install
12:00:09 #12 2.837 dh_installdocs
12:00:09 #12 2.867 dh_installchangelogs
12:00:09 #12 2.933 dh_compress
12:00:09 #10 25.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 ... 10737 files and directories currently installed.)
12:00:09 #10 25.88 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
12:00:09 #10 25.88 Unpacking python3-minimal (3.9.2-3) ...
12:00:09 #10 25.94 Selecting previously unselected package media-types.
12:00:09 #10 25.94 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
12:00:09 #10 25.95 Unpacking media-types (4.0.0) ...
12:00:09 #10 26.01 Selecting previously unselected package libmpdec3:armhf.
12:00:09 #10 26.01 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
12:00:09 #10 26.02 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
12:00:09 #10 26.10 Selecting previously unselected package libpython3.9-stdlib:armhf.
12:00:09 #10 26.10 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
12:00:09 #10 26.11 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
12:00:09 #10 52.95 Setting up libgnutls-dane0:arm64 (3.6.7-4+deb10u9) ...
12:00:09 #10 52.97 Setting up libpython2.7:arm64 (2.7.16-2+deb10u1) ...
12:00:09 #10 52.98 Setting up gettext (0.19.8.1-9) ...
12:00:09 #10 52.99 Setting up exim4-base (4.92-8+deb10u7) ...
12:00:09 #10 53.11 exim: DB upgrade, deleting hints-db
12:00:09 #10 53.15 Setting up gcc-8 (8.3.0-6) ...
12:00:09 #10 53.16 Setting up gpg-agent (2.2.12-1+deb10u2) ...
12:00:09 #10 53.20 Setting up libtool (2.4.6-9) ...
12:00:09 #10 53.22 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
12:00:09 #10 53.32 Setting up gpgsm (2.2.12-1+deb10u2) ...
12:00:09 #9 50.67   Installing       : perl-HTTP-Tiny-0.082-1.fc36.noarch                  68/148 
12:00:09 #9 50.68   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               69/148 
12:00:09 #9 50.68   Installing       : perl-Symbol-1.09-486.fc36.noarch                    70/148 
12:00:09 #9 50.71   Installing       : perl-File-stat-1.09-486.fc36.noarch                 71/148 
12:00:09 #9 50.71   Installing       : perl-Socket-4:2.036-1.fc36.aarch64                  72/148 
12:00:09 #9 50.72   Installing       : perl-podlators-1:4.14-479.fc36.noarch               73/148 
12:00:09 #9 50.76   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            74/148 
12:00:09 #9 50.76   Installing       : perl-Fcntl-1.14-486.fc36.aarch64                    75/148 
12:00:09 #9 50.80   Installing       : perl-mro-1.25-486.fc36.aarch64                      76/148 
12:00:09 #9 50.81   Installing       : perl-overloading-0.02-486.fc36.noarch               77/148 
12:00:09 #9 50.81   Installing       : perl-IO-1.46-486.fc36.aarch64                       78/148 
12:00:09 #9 50.86   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch             79/148 
12:00:09 #9 50.87   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch               80/148 
12:00:09 #9 50.87   Installing       : perl-Errno-1.33-486.fc36.aarch64                    81/148 
12:00:09 #10 38.91 Unpacking libsub-quote-perl (2.005001-1) ...
12:00:09 #10 38.97 Selecting previously unselected package libmoo-perl.
12:00:09 #10 38.97 Preparing to unpack .../116-libmoo-perl_2.003004-2_all.deb ...
12:00:09 #10 38.98 Unpacking libmoo-perl (2.003004-2) ...
12:00:09 #10 39.03 Selecting previously unselected package libencode-locale-perl.
12:00:09 #10 39.03 Preparing to unpack .../117-libencode-locale-perl_1.05-1_all.deb ...
12:00:09 #10 39.04 Unpacking libencode-locale-perl (1.05-1) ...
12:00:09 #10 39.07 Selecting previously unselected package libtimedate-perl.
12:00:09 #10 39.07 Preparing to unpack .../118-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
12:00:09 #10 39.08 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
12:00:09 #10 39.13 Selecting previously unselected package libhttp-date-perl.
12:00:09 #10 51.55 Setting up make (4.3-4.1) ...
12:00:09 #10 51.56 Setting up libmpfr6:amd64 (4.1.0-3) ...
12:00:09 #10 51.57 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
12:00:09 #10 51.58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:00:09 #10 51.60 Setting up lzip (1.22-3) ...
12:00:09 #10 51.62 Setting up strace (5.10-1) ...
12:00:09 #10 51.63 Setting up libsigsegv2:amd64 (2.13-1) ...
12:00:09 #10 51.64 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:00:09 #10 51.65 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:09 #10 51.66 Setting up t1utils (1.41-4) ...
12:00:09 #10 51.67 Setting up libquadmath0:amd64 (10.2.1-6) ...
12:00:09 #10 51.69 Setting up diffstat (1.64-1) ...
12:00:09 #10 51.70 Setting up libpng16-16:amd64 (1.6.37-3) ...
12:00:09 #10 51.71 Setting up libmpc3:amd64 (1.2.0-1) ...
12:00:09 #10 51.73 Setting up libatomic1:amd64 (10.2.1-6) ...
12:00:09 #10 51.74 Setting up patch (2.7.6-7) ...
12:00:09 #10 51.76 Setting up autopoint (0.21-4) ...
12:00:09 #10 51.77 Setting up libwebp6:amd64 (0.6.1-2.1) ...
12:00:09 #10 51.78 Setting up fonts-dejavu-core (2.37-2) ...
12:00:09 #10 51.84 Setting up libxdelta2 (1.1.3-9.3) ...
12:00:09 #10 51.85 Setting up libncursesw6:amd64 (6.2+20201114-2) ...
12:00:09 #11 53.27 Setting up libmail-sendmail-perl (0.80-1) ...
12:00:09 #11 53.28 Setting up libltdl-dev:amd64 (2.4.6-14) ...
12:00:09 #11 53.29 Setting up libjson-maybexs-perl (1.004000-1) ...
12:00:09 #11 53.30 Setting up libxml-sax-base-perl (1.09-1) ...
12:00:09 #11 53.31 Setting up libio-string-perl (1.08-3) ...
12:00:09 #11 53.32 Setting up libreadonly-perl (2.050-2) ...
12:00:09 #11 53.33 Setting up python3-chardet (3.0.4-4build1) ...
12:00:09 #11 36.25 Unpacking patch (2.7.6-6) ...
12:00:09 #11 36.31 Selecting previously unselected package dpkg-dev.
12:00:09 #11 36.31 Preparing to unpack .../098-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
12:00:09 #11 36.32 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
12:00:09 #11 36.46 Selecting previously unselected package build-essential.
12:00:09 #11 36.46 Preparing to unpack .../099-build-essential_12.8ubuntu1.1_armhf.deb ...
12:00:09 #11 36.46 Unpacking build-essential (12.8ubuntu1.1) ...
12:00:09 #11 36.51 Selecting previously unselected package libbrotli1:armhf.
12:00:09 #11 36.51 Preparing to unpack .../100-libbrotli1_1.0.7-6ubuntu0.1_armhf.deb ...
12:00:09 #11 32.28 Unpacking libxext6:armhf (2:1.3.4-1build1) ...
12:00:09 #11 32.32 Selecting previously unselected package libxmuu1:armhf.
12:00:09 #11 32.32 Preparing to unpack .../072-libxmuu1_2%3a1.1.3-3_armhf.deb ...
12:00:09 #11 32.32 Unpacking libxmuu1:armhf (2:1.1.3-3) ...
12:00:09 #11 32.37 Selecting previously unselected package man-db.
12:00:09 #11 32.37 Preparing to unpack .../073-man-db_2.10.2-2_armhf.deb ...
12:00:09 #11 32.38 Unpacking man-db (2.10.2-2) ...
12:00:09 #11 32.53 Selecting previously unselected package manpages.
12:00:09 #11 32.53 Preparing to unpack .../074-manpages_5.13-1_all.deb ...
12:00:09 #11 32.53 Unpacking manpages (5.13-1) ...
12:00:09 #12 2.926 dh_testdir
12:00:09 #12 2.943 dh_testroot
12:00:09 #12 2.958 dh_prep
12:00:09 #12 2.977 dh_testdir
12:00:09 #12 2.992 dh_testroot
12:00:09 #12 3.007 dh_install
12:00:09 #12 3.031 dh_installdocs
12:00:09 #12 3.058 dh_installchangelogs
12:00:09 #12 3.118 dh_compress
12:00:09 #12 3.149 dh_fixperms
12:00:09 #14 10.49   Preparing        :                                                        1/1 
12:00:09 #14 10.54   Running scriptlet: libgcc-8.5.0-18.el8.aarch64                            1/1 
12:00:09 #14 10.57   Upgrading        : libgcc-8.5.0-18.el8.aarch64                           1/93 
12:00:09 #10 43.39 Preparing to unpack .../218-liblist-moreutils-perl_0.416-1build3_armhf.deb ...
12:00:09 #10 43.39 Unpacking liblist-moreutils-perl (0.416-1build3) ...
12:00:09 #10 43.45 Selecting previously unselected package libltdl7:armhf.
12:00:09 #10 43.45 Preparing to unpack .../219-libltdl7_2.4.6-2_armhf.deb ...
12:00:09 #10 43.45 Unpacking libltdl7:armhf (2.4.6-2) ...
12:00:09 #10 43.49 Selecting previously unselected package libltdl-dev:armhf.
12:00:09 #10 43.49 Preparing to unpack .../220-libltdl-dev_2.4.6-2_armhf.deb ...
12:00:09 #10 43.50 Unpacking libltdl-dev:armhf (2.4.6-2) ...
12:00:09 #10 43.57 Selecting previously unselected package libnet-http-perl.
12:00:09 #10 43.57 Preparing to unpack .../221-libnet-http-perl_6.17-1_all.deb ...
12:00:09 #10 43.58 Unpacking libnet-http-perl (6.17-1) ...
12:00:09 #10 43.63 Selecting previously unselected package libwww-robotrules-perl.
12:00:09 #13 23.17   Installing       : gcc-11.3.1-4.3.el9.aarch64                           54/78 
12:00:09 #13 23.18   Installing       : kmod-libs-28-7.el9.aarch64                           55/78 
12:00:09 #13 23.20   Installing       : acl-2.3.1-3.el9.aarch64                              56/78 
12:00:09 #13 23.20   Installing       : dbus-1:1.12.20-7.el9.aarch64                         57/78 
12:00:09 #13 23.21   Installing       : systemd-pam-252-3.el9.aarch64                        58/78 
12:00:09 #11 51.09 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
12:00:09 #11 51.11 Setting up libstring-shellquote-perl (1.04-1) ...
12:00:09 #11 51.13 Setting up libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:09 #11 51.15 Setting up libsub-install-perl (0.928-1) ...
12:00:09 #11 51.17 Setting up gcc (4:9.3.0-1ubuntu2) ...
12:00:09 #11 51.21 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
12:00:09 #11 51.26 Setting up libnumber-compare-perl (0.03-1) ...
12:00:09 #11 51.29 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:09 #11 51.30 Setting up libio-async-perl (0.75-1) ...
12:00:09 #11 51.31 Setting up liberror-perl (0.17029-1) ...
12:00:09 #10 51.98 Preparing to unpack .../391-python3-six_1.16.0-4_all.deb ...
12:00:09 #10 51.99 Unpacking python3-six (1.16.0-4) ...
12:00:09 #10 52.03 Selecting previously unselected package python3-urllib3.
12:00:09 #10 52.03 Preparing to unpack .../392-python3-urllib3_1.26.12-1_all.deb ...
12:00:09 #10 52.04 Unpacking python3-urllib3 (1.26.12-1) ...
12:00:09 #10 52.08 Selecting previously unselected package python3-requests.
12:00:09 #10 52.08 Preparing to unpack .../393-python3-requests_2.28.1+dfsg-1_all.deb ...
12:00:09 #10 52.09 Unpacking python3-requests (2.28.1+dfsg-1) ...
12:00:09 #10 52.13 Selecting previously unselected package python3-unidiff.
12:00:09 #10 52.13 Preparing to unpack .../394-python3-unidiff_0.7.3-1_all.deb ...
12:00:09 #10 52.14 Unpacking python3-unidiff (0.7.3-1) ...
12:00:09 #10 52.17 Selecting previously unselected package shared-mime-info.
12:00:09 #10 52.18 Preparing to unpack .../395-shared-mime-info_2.2-1_amd64.deb ...
12:00:09 #10 52.18 Unpacking shared-mime-info (2.2-1) ...
12:00:09 #11 52.69 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:09 #11 52.81 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:09 #11 52.83 Processing triggers for sgml-base (1.30) ...
12:00:09 #11 52.85 Setting up libfontconfig1:amd64 (2.13.1-4.4ubuntu1) ...
12:00:09 #11 52.86 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:00:09 #11 52.88 Setting up lintian (2.115.3ubuntu2.1) ...
12:00:09 #11 52.90 Setting up libgd3:amd64 (2.3.3-6) ...
12:00:09 #10 49.49 Transaction check succeeded.
12:00:09 #10 49.49 Running transaction test
12:00:09 #13 5.578 0 upgraded, 24 newly installed, 0 to remove and 4 not upgraded.
12:00:09 #13 5.578 1 not fully installed or removed.
12:00:09 #13 5.578 Need to get 11.6 MB of archives.
12:00:09 #13 5.578 After this operation, 47.8 MB of additional disk space will be used.
12:00:09 #13 5.578 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 bash-completion all 1:2.11-5ubuntu1 [180 kB]
12:00:09 #13 5.654 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive13 amd64 3.6.0-1ubuntu1 [368 kB]
12:00:09 #13 5.688 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjsoncpp25 amd64 1.9.5-3 [80.0 kB]
12:00:09 #13 5.691 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB]
12:00:09 #13 5.698 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuv1 amd64 1.43.0-1 [93.1 kB]
12:00:09 #13 5.702 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
12:00:09 #13 5.702 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 emacsen-common all 3.0.4 [14.9 kB]
12:00:09 #13 5.704 Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB]
12:00:09 #13 5.763 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 cmake amd64 3.22.1-1ubuntu1.22.04.1 [5013 kB]
12:00:09 #11 49.97 Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
12:00:09 #11 49.99 Setting up libgpgme11:arm64 (1.17.1-4.1ubuntu1) ...
12:00:09 #11 50.01 Setting up dirmngr (2.2.35-3ubuntu1) ...
12:00:09 #10 53.93 Setting up libhttp-negotiate-perl (6.01-2) ...
12:00:09 #10 53.94 Setting up libio-prompter-perl (0.004015-2) ...
12:00:09 #10 53.95 Setting up libiterator-util-perl (0.02+ds1-2) ...
12:00:09 #10 53.96 Setting up libstdc++-12-dev:arm64 (12.2.0-14) ...
12:00:09 #10 53.97 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:09 #11 44.01 Setting up python3.10 (3.10.6-1~22.04.2) ...
12:00:09 #12 2.970 dh_fixperms
12:00:09 #12 3.016 dh_installdeb
12:00:09 #12 3.043 dh_gencontrol
12:00:09 #12 3.158 dh_md5sums
12:00:09 #12 3.187 dh_builddeb
12:00:09 #12 3.207 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:09 #12 3.227 
12:00:09 #12 3.227 The package has been created.
12:00:09 #12 3.227 Attention, the package has been created in the current directory,
12:00:09 #12 3.227 not in ".." as indicated by the message above!
12:00:09 #12 3.252 Selecting previously unselected package docker-ce-build-deps.
12:00:09 #12 3.264 (Reading database ... 21384 files and directories currently installed.)
12:00:09 #11 35.05 Selecting previously unselected package g++-11.
12:00:09 #11 35.05 Preparing to unpack .../085-g++-11_11.3.0-1ubuntu1~22.04_armhf.deb ...
12:00:09 #11 35.05 Unpacking g++-11 (11.3.0-1ubuntu1~22.04) ...
12:00:09 #11 35.35 Selecting previously unselected package g++.
12:00:09 #11 35.35 Preparing to unpack .../086-g++_4%3a11.2.0-1ubuntu1_armhf.deb ...
12:00:09 #11 35.35 Unpacking g++ (4:11.2.0-1ubuntu1) ...
12:00:09 #11 35.39 Selecting previously unselected package make.
12:00:09 #11 35.39 Preparing to unpack .../087-make_4.3-4.1build1_armhf.deb ...
12:00:09 #11 35.40 Unpacking make (4.3-4.1build1) ...
12:00:09 #11 35.44 Selecting previously unselected package libdpkg-perl.
12:00:09 #11 35.44 Preparing to unpack .../088-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
12:00:09 #10 53.33 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
12:00:09 #10 53.35 Setting up libxext6:arm64 (2:1.3.3-1+b2) ...
12:00:09 #10 53.36 Setting up libcurl3-gnutls:arm64 (7.64.0-4+deb10u4) ...
12:00:09 #10 53.37 Setting up python3 (3.7.3-1) ...
12:00:09 #9 50.90   Installing       : perl-File-Basename-2.85-486.fc36.noarch             82/148 
12:00:09 #9 50.91   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch                83/148 
12:00:09 #9 50.91   Installing       : perl-MIME-Base64-3.16-479.fc36.aarch64              84/148 
12:00:09 #9 50.94   Installing       : perl-constant-1.33-480.fc36.noarch                  85/148 
12:00:09 #9 50.95   Installing       : perl-parent-1:0.238-479.fc36.noarch                 86/148 
12:00:09 #9 50.95   Installing       : perl-vars-1.05-486.fc36.noarch                      87/148 
12:00:09 #9 50.98   Installing       : perl-overload-1.33-486.fc36.noarch                  88/148 
12:00:09 #9 50.99   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc36.aarch64      89/148 
12:00:09 #9 50.99   Installing       : perl-Storable-1:3.25-2.fc36.aarch64                 90/148 
12:00:09 #9 51.02   Installing       : perl-Getopt-Long-1:2.54-1.fc36.noarch               91/148 
12:00:09 #9 51.03   Installing       : perl-DynaLoader-1.50-486.fc36.aarch64               92/148 
12:00:09 #9 51.03   Installing       : perl-Carp-1.52-479.fc36.noarch                      93/148 
12:00:09 #9 51.04   Installing       : perl-Exporter-5.76-480.fc36.noarch                  94/148 
12:00:09 #9 51.09   Installing       : perl-NDBM_File-1.15-486.fc36.aarch64                95/148 
12:00:09 #9 51.10   Installing       : perl-PathTools-3.80-479.fc36.aarch64                96/148 
12:00:09 #10 39.13 Preparing to unpack .../119-libhttp-date-perl_6.02-1_all.deb ...
12:00:09 #10 39.14 Unpacking libhttp-date-perl (6.02-1) ...
12:00:09 #10 39.18 Selecting previously unselected package libfile-listing-perl.
12:00:09 #10 39.18 Preparing to unpack .../120-libfile-listing-perl_6.04-1_all.deb ...
12:00:09 #10 39.19 Unpacking libfile-listing-perl (6.04-1) ...
12:00:09 #10 39.22 Selecting previously unselected package libhtml-tagset-perl.
12:00:09 #10 39.22 Preparing to unpack .../121-libhtml-tagset-perl_3.20-3_all.deb ...
12:00:09 #10 39.23 Unpacking libhtml-tagset-perl (3.20-3) ...
12:00:09 #10 39.27 Selecting previously unselected package liburi-perl.
12:00:09 #10 39.27 Preparing to unpack .../122-liburi-perl_1.76-1_all.deb ...
12:00:09 #10 39.27 Unpacking liburi-perl (1.76-1) ...
12:00:09 #10 39.37 Selecting previously unselected package libhtml-parser-perl.
12:00:09 #10 39.37 Preparing to unpack .../123-libhtml-parser-perl_3.72-3+b3_armhf.deb ...
12:00:09 #10 51.87 Setting up libltdl7:amd64 (2.4.6-15) ...
12:00:09 #10 51.88 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:00:09 #10 51.89 Setting up libubsan1:amd64 (10.2.1-6) ...
12:00:09 #10 51.90 Setting up libmd0:amd64 (1.0.3-3) ...
12:00:09 #10 51.93 Setting up python-apt-common (2.2.1) ...
12:00:09 #10 51.94 Setting up libnsl-dev:amd64 (1.3.0-2) ...
12:00:09 #10 51.95 Setting up sensible-utils (0.0.14) ...
12:00:09 #10 51.96 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
12:00:09 #10 51.97 Setting up libcrypt-dev:amd64 (1:4.4.18-4) ...
12:00:09 #10 51.99 Setting up libuchardet0:amd64 (0.0.7-1) ...
12:00:09 #10 52.01 Setting up lzop (1.04-2) ...
12:00:09 #10 52.02 Setting up libmpdec3:amd64 (2.5.1-1) ...
12:00:09 #10 52.03 Setting up git-man (1:2.30.2-1+deb11u1) ...
12:00:09 #10 52.04 Setting up libssh2-1:amd64 (1.9.0-2) ...
12:00:09 #10 52.05 Setting up netbase (6.3) ...
12:00:09 #10 52.08 Setting up libtiff5:amd64 (4.2.0-1+deb11u3) ...
12:00:09 #11 53.56 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:09 #11 53.57 Setting up libfile-find-rule-perl (0.34-1) ...
12:00:09 #11 53.58 Setting up libstring-copyright-perl (0.003006-1) ...
12:00:09 #11 53.60 Setting up python3-debian (0.1.36ubuntu1) ...
12:00:09 #11 53.75 Setting up python3-requests (2.22.0-2ubuntu1) ...
12:00:09 #11 36.51 Unpacking libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
12:00:09 #11 36.60 Selecting previously unselected package libroken18-heimdal:armhf.
12:00:09 #11 36.60 Preparing to unpack .../101-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:00:09 #11 36.60 Unpacking libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:09 #11 36.66 Selecting previously unselected package libasn1-8-heimdal:armhf.
12:00:09 #11 36.66 Preparing to unpack .../102-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:00:09 #11 36.67 Unpacking libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:09 #11 36.76 Selecting previously unselected package libheimbase1-heimdal:armhf.
12:00:09 #11 36.76 Preparing to unpack .../103-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:00:09 #11 36.76 Unpacking libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:09 #11 32.61 Selecting previously unselected package openssh-client.
12:00:09 #11 32.61 Preparing to unpack .../075-openssh-client_1%3a9.0p1-1ubuntu7.1_armhf.deb ...
12:00:09 #11 32.62 Unpacking openssh-client (1:9.0p1-1ubuntu7.1) ...
12:00:09 #11 32.72 Selecting previously unselected package publicsuffix.
12:00:09 #11 32.72 Preparing to unpack .../076-publicsuffix_20220811.1734-1_all.deb ...
12:00:09 #11 32.72 Unpacking publicsuffix (20220811.1734-1) ...
12:00:09 #11 32.77 Selecting previously unselected package libunwind8:armhf.
12:00:09 #11 32.77 Preparing to unpack .../077-libunwind8_1.6.2-0ubuntu1_armhf.deb ...
12:00:09 #11 32.78 Unpacking libunwind8:armhf (1.6.2-0ubuntu1) ...
12:00:09 #11 32.82 Selecting previously unselected package strace.
12:00:09 #11 32.82 Preparing to unpack .../078-strace_5.16-0ubuntu4_armhf.deb ...
12:00:09 #14 10.58   Running scriptlet: libgcc-8.5.0-18.el8.aarch64                           1/93 
12:00:09 #14 10.74   Installing       : glibc-langpack-en-2.28-224.el8.aarch64                2/93 
12:00:09 #14 10.76   Running scriptlet: glibc-2.28-224.el8.aarch64                            3/93 
12:00:09 #12 3.186 dh_installdeb
12:00:09 #12 3.210 dh_gencontrol
12:00:09 #12 3.315 dh_md5sums
12:00:09 #12 3.341 dh_builddeb
12:00:09 #12 3.358 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:09 #12 3.377 
12:00:09 #12 3.377 The package has been created.
12:00:09 #12 3.377 Attention, the package has been created in the current directory,
12:00:09 #12 3.377 not in ".." as indicated by the message above!
12:00:09 #12 3.407 Selecting previously unselected package docker-ce-build-deps.
12:00:09 #10 43.63 Preparing to unpack .../222-libwww-robotrules-perl_6.01-1_all.deb ...
12:00:09 #10 43.64 Unpacking libwww-robotrules-perl (6.01-1) ...
12:00:09 #10 43.68 Selecting previously unselected package libwww-perl.
12:00:09 #10 43.68 Preparing to unpack .../223-libwww-perl_6.31-1ubuntu0.1_all.deb ...
12:00:09 #10 43.68 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
12:00:09 #10 43.77 Selecting previously unselected package liblwp-protocol-https-perl.
12:00:09 #10 43.77 Preparing to unpack .../224-liblwp-protocol-https-perl_6.07-2_all.deb ...
12:00:09 #10 43.78 Unpacking liblwp-protocol-https-perl (6.07-2) ...
12:00:09 #10 43.82 Selecting previously unselected package libsys-hostname-long-perl.
12:00:09 #10 43.82 Preparing to unpack .../225-libsys-hostname-long-perl_1.5-1_all.deb ...
12:00:09 #10 43.82 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:00:09 #10 43.87 Selecting previously unselected package libmail-sendmail-perl.
12:00:09 #10 43.87 Preparing to unpack .../226-libmail-sendmail-perl_0.80-1_all.deb ...
12:00:09 #10 43.88 Unpacking libmail-sendmail-perl (0.80-1) ...
12:00:09 #10 43.93 Selecting previously unselected package librole-tiny-perl.
12:00:09 #10 43.93 Preparing to unpack .../227-librole-tiny-perl_2.000006-1_all.deb ...
12:00:09 #10 43.93 Unpacking librole-tiny-perl (2.000006-1) ...
12:00:09 #10 43.98 Selecting previously unselected package libstrictures-perl.
12:00:09 #10 43.98 Preparing to unpack .../228-libstrictures-perl_2.000003-1_all.deb ...
12:00:09 #13 23.22   Running scriptlet: systemd-252-3.el9.aarch64                            59/78 
12:00:09 #13 23.54   Installing       : systemd-252-3.el9.aarch64                            59/78 
12:00:09 #11 51.33 Setting up patchutils (0.3.4-2) ...
12:00:09 #11 51.34 Setting up libmail-sendmail-perl (0.80-1) ...
12:00:09 #11 51.37 Setting up libltdl-dev:arm64 (2.4.6-14) ...
12:00:09 #11 51.39 Setting up libjson-maybexs-perl (1.004000-1) ...
12:00:09 #11 51.40 Setting up libxml-sax-base-perl (1.09-1) ...
12:00:09 #11 51.43 Setting up libio-string-perl (1.08-3) ...
12:00:09 #11 51.45 Setting up libreadonly-perl (2.050-2) ...
12:00:09 #11 51.48 Setting up python3-chardet (3.0.4-4build1) ...
12:00:09 #10 52.28 Selecting previously unselected package strace.
12:00:09 #10 52.29 Preparing to unpack .../396-strace_6.1-0.1_amd64.deb ...
12:00:09 #10 52.29 Unpacking strace (6.1-0.1) ...
12:00:09 #10 52.37 Selecting previously unselected package xauth.
12:00:09 #10 52.38 Preparing to unpack .../397-xauth_1%3a1.1.2-1_amd64.deb ...
12:00:09 #10 52.38 Unpacking xauth (1:1.1.2-1) ...
12:00:09 #10 52.42 Selecting previously unselected package xdg-user-dirs.
12:00:09 #10 52.43 Preparing to unpack .../398-xdg-user-dirs_0.18-1_amd64.deb ...
12:00:09 #10 52.44 Unpacking xdg-user-dirs (0.18-1) ...
12:00:09 #10 52.48 Selecting previously unselected package zstd.
12:00:09 #11 52.91 Setting up libc-devtools (2.36-0ubuntu4) ...
12:00:09 #11 52.92 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
12:00:09 #11 52.93 Updating certificates in /etc/ssl/certs...
12:00:09 #13 5.835 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 dh-apparmor all 3.0.4-2ubuntu2.1 [9534 B]
12:00:09 #13 5.835 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB]
12:00:09 #13 5.838 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1ubuntu4 [12.6 kB]
12:00:09 #13 5.839 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libudev-dev amd64 249.11-0ubuntu3.6 [20.7 kB]
12:00:09 #13 5.840 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsepol-dev amd64 3.3-1build1 [378 kB]
12:00:09 #13 5.843 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB]
12:00:09 #13 5.845 Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-32-0 amd64 10.39-3ubuntu0.1 [194 kB]
12:00:09 #13 5.847 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-posix3 amd64 10.39-3ubuntu0.1 [6130 B]
12:00:09 #13 5.848 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-dev amd64 10.39-3ubuntu0.1 [730 kB]
12:00:09 #13 5.854 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libselinux1-dev amd64 3.3-1build2 [158 kB]
12:00:09 #13 5.856 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1ubuntu4 [36.6 kB]
12:00:09 #13 5.865 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libseccomp-dev amd64 2.5.3-2ubuntu2 [94.0 kB]
12:00:09 #13 5.866 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd-dev amd64 249.11-0ubuntu3.6 [306 kB]
12:00:09 #13 5.869 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu1 [1461 kB]
12:00:09 #13 5.883 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB]
12:00:09 #11 50.14 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:00:09 #11 50.15 Setting up perl (5.34.0-5ubuntu1.1) ...
12:00:09 #11 50.18 Setting up libpackage-stash-xs-perl:arm64 (0.30-1) ...
12:00:09 #11 50.19 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:00:09 #11 50.20 Setting up libxs-parse-keyword-perl (0.25-1) ...
12:00:09 #11 50.21 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ...
12:00:09 #11 50.22 Setting up libdata-dump-perl (1.25-1) ...
12:00:09 #11 50.23 Setting up gcc-12 (12.2.0-3ubuntu1) ...
12:00:09 #11 50.24 Setting up libfile-find-rule-perl (0.34-2) ...
12:00:09 #11 50.25 Setting up libref-util-perl (0.204-1) ...
12:00:09 #11 50.26 Setting up libipc-system-simple-perl (1.30-1) ...
12:00:09 #11 50.28 Setting up libnet-domain-tld-perl (1.75-2) ...
12:00:09 #11 50.28 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
12:00:09 #11 50.30 Setting up libsocket6-perl (0.29-2) ...
12:00:09 #11 50.31 Setting up systemd-timesyncd (251.4-1ubuntu7) ...
12:00:09 #10 53.99 Setting up libtool (2.4.7-5) ...
12:00:09 #10 54.00 Setting up po-debconf (1.0.21+nmu1) ...
12:00:09 #10 54.01 Setting up libhtml-tree-perl (5.07-3) ...
12:00:09 #10 54.02 Setting up libparams-classify-perl:arm64 (0.015-2+b1) ...
12:00:09 #10 54.03 Setting up libcgi-pm-perl (4.55-1) ...
12:00:09 #10 54.04 Setting up python3 (3.11.1-3) ...
12:00:10 #12 3.265 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:10 #12 3.269 Unpacking docker-ce-build-deps (1.0) ...
12:00:10 #11 35.44 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
12:00:10 #11 35.50 Selecting previously unselected package bzip2.
12:00:10 #11 35.50 Preparing to unpack .../089-bzip2_1.0.8-5build1_armhf.deb ...
12:00:10 #11 35.51 Unpacking bzip2 (1.0.8-5build1) ...
12:00:10 #11 35.54 Selecting previously unselected package patch.
12:00:10 #11 35.54 Preparing to unpack .../090-patch_2.7.6-7build2_armhf.deb ...
12:00:10 #11 35.55 Unpacking patch (2.7.6-7build2) ...
12:00:10 #11 35.59 Selecting previously unselected package lto-disabled-list.
12:00:10 #11 35.59 Preparing to unpack .../091-lto-disabled-list_24_all.deb ...
12:00:10 #11 35.59 Unpacking lto-disabled-list (24) ...
12:00:10 #11 35.62 Selecting previously unselected package dpkg-dev.
12:00:10 #11 35.62 Preparing to unpack .../092-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
12:00:10 #11 35.63 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
12:00:10 #11 35.69 Selecting previously unselected package build-essential.
12:00:10 #11 35.69 Preparing to unpack .../093-build-essential_12.9ubuntu3_armhf.deb ...
12:00:10 #13 14.86 Running transaction check
12:00:10 #13 14.97 Transaction check succeeded.
12:00:10 #13 14.97 Running transaction test
12:00:10 #10 53.69 Setting up python3-xdg (0.25-5) ...
12:00:10 #10 26.41 Selecting previously unselected package python3.9.
12:00:10 #10 26.41 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
12:00:10 #10 26.42 Unpacking python3.9 (3.9.2-1+rpi1) ...
12:00:10 #10 26.48 Selecting previously unselected package libpython3-stdlib:armhf.
12:00:10 #10 26.48 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
12:00:10 #10 26.48 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
12:00:10 #10 26.56 Setting up python3-minimal (3.9.2-3) ...
12:00:10 #9 51.17   Installing       : perl-Encode-4:3.17-485.fc36.aarch64                 97/148 
12:00:10 #9 51.30   Installing       : perl-libs-4:5.34.1-486.fc36.aarch64                 98/148 
12:00:10 #9 51.34   Installing       : perl-interpreter-4:5.34.1-486.fc36.aarch64          99/148 
12:00:10 #9 51.36   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.aarch64     100/148 
12:00:10 #9 51.38   Installing       : python3-zstandard-0.17.0-1.fc36.aarch64            101/148 
12:00:10 #10 39.39 Unpacking libhtml-parser-perl (3.72-3+b3) ...
12:00:10 #10 39.46 Selecting previously unselected package libhtml-tree-perl.
12:00:10 #10 39.46 Preparing to unpack .../124-libhtml-tree-perl_5.07-2_all.deb ...
12:00:10 #10 39.46 Unpacking libhtml-tree-perl (5.07-2) ...
12:00:10 #10 39.53 Selecting previously unselected package libio-html-perl.
12:00:10 #10 39.53 Preparing to unpack .../125-libio-html-perl_1.001-1_all.deb ...
12:00:10 #10 39.54 Unpacking libio-html-perl (1.001-1) ...
12:00:10 #10 39.58 Selecting previously unselected package liblwp-mediatypes-perl.
12:00:10 #10 39.58 Preparing to unpack .../126-liblwp-mediatypes-perl_6.02-1_all.deb ...
12:00:10 #10 39.58 Unpacking liblwp-mediatypes-perl (6.02-1) ...
12:00:10 #10 39.62 Selecting previously unselected package libhttp-message-perl.
12:00:10 #10 52.09 Setting up libbinutils:amd64 (2.35.2-2) ...
12:00:10 #10 52.10 Setting up libfido2-1:amd64 (1.6.0-2) ...
12:00:10 #10 52.12 Setting up libisl23:amd64 (0.23-1) ...
12:00:10 #10 52.13 Setting up libc-dev-bin (2.31-13+deb11u5) ...
12:00:10 #10 52.15 Setting up openssl (1.1.1n-0+deb11u3) ...
12:00:10 #10 52.17 Setting up libbsd0:amd64 (0.11.3-1) ...
12:00:10 #10 52.18 Setting up libelf1:amd64 (0.183-1) ...
12:00:10 #10 52.20 Setting up readline-common (8.1-1) ...
12:00:10 #10 52.21 Setting up publicsuffix (20220811.1734-0+deb11u1) ...
12:00:10 #10 52.23 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
12:00:10 #10 52.23 Setting up libmarkdown2:amd64 (2.2.6-1) ...
12:00:10 #10 52.26 Setting up libcc1-0:amd64 (10.2.1-6) ...
12:00:10 #10 52.27 Setting up iso-codes (4.6.0-1) ...
12:00:10 #10 52.29 Setting up liblocale-gettext-perl (1.07-4+b1) ...
12:00:10 #10 52.30 Setting up liblsan0:amd64 (10.2.1-6) ...
12:00:10 #11 53.90 Setting up libdata-optlist-perl (0.110-1) ...
12:00:10 #11 53.91 Setting up libipc-run-perl (20180523.0-2) ...
12:00:10 #11 53.92 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
12:00:10 #11 53.93 Setting up libcontextual-return-perl (0.004014-2) ...
12:00:10 #11 53.94 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:10 #11 53.96 Setting up libtypes-serialiser-perl (1.0-1) ...
12:00:10 #11 53.97 Setting up g++ (4:9.3.0-1ubuntu2) ...
12:00:10 #11 53.99 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:10 #11 53.99 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:00:10 #11 54.00 Setting up libhtml-parser-perl (3.72-5) ...
12:00:10 #11 54.01 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:00:10 #11 54.03 Setting up librole-tiny-perl (2.001004-1) ...
12:00:10 #11 54.04 Setting up build-essential (12.8ubuntu1.1) ...
12:00:10 #11 54.05 Setting up libfont-ttf-perl (1.06-1) ...
12:00:10 #11 54.06 Setting up libfile-homedir-perl (1.004-1) ...
12:00:10 #11 54.07 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
12:00:10 #11 32.82 Unpacking strace (5.16-0ubuntu4) ...
12:00:10 #11 32.87 Selecting previously unselected package xauth.
12:00:10 #11 32.87 Preparing to unpack .../079-xauth_1%3a1.1.1-1_armhf.deb ...
12:00:10 #11 32.88 Unpacking xauth (1:1.1.1-1) ...
12:00:10 #11 32.91 Selecting previously unselected package xz-utils.
12:00:10 #11 32.91 Preparing to unpack .../080-xz-utils_5.2.5-2.1_armhf.deb ...
12:00:10 #11 32.92 Unpacking xz-utils (5.2.5-2.1) ...
12:00:10 #11 32.96 Selecting previously unselected package m4.
12:00:10 #11 32.96 Preparing to unpack .../081-m4_1.4.19-1_armhf.deb ...
12:00:10 #11 36.82 Selecting previously unselected package libhcrypto4-heimdal:armhf.
12:00:10 #11 36.82 Preparing to unpack .../104-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:00:10 #11 36.83 Unpacking libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:10 #11 36.89 Selecting previously unselected package libwind0-heimdal:armhf.
12:00:10 #11 36.89 Preparing to unpack .../105-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:00:10 #11 36.90 Unpacking libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:10 #11 36.95 Selecting previously unselected package libhx509-5-heimdal:armhf.
12:00:10 #11 36.95 Preparing to unpack .../106-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:00:10 #11 36.96 Unpacking libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:10 #11 37.02 Selecting previously unselected package libkrb5-26-heimdal:armhf.
12:00:10 #11 37.02 Preparing to unpack .../107-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:00:10 #11 37.03 Unpacking libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:10 #11 37.10 Selecting previously unselected package libheimntlm0-heimdal:armhf.
12:00:10 #11 37.10 Preparing to unpack .../108-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:00:10 #14 10.94   Upgrading        : glibc-2.28-224.el8.aarch64                            3/93 
12:00:10 #14 10.96   Running scriptlet: glibc-2.28-224.el8.aarch64                            3/93 
12:00:10 #14 11.01   Downgrading      : pcre2-10.32-3.el8.aarch64                             4/93 
12:00:10 #14 11.03   Upgrading        : libselinux-2.9-8.el8.aarch64                          5/93 
12:00:10 #12 3.418 (Reading database ... 21446 files and directories currently installed.)
12:00:10 #12 3.419 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:10 #12 3.425 Unpacking docker-ce-build-deps (1.0) ...
12:00:10 #13 23.56   Running scriptlet: systemd-252-3.el9.aarch64                            59/78 
12:00:10 #13 23.72   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   60/78 
12:00:10 #13 23.73   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   60/78 
12:00:10 #13 23.76 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
12:00:10 #13 23.76 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
12:00:10 #13 23.76 
12:00:10 #13 23.76   Running scriptlet: dbus-broker-28-7.el9.aarch64                         61/78 
12:00:10 #10 43.99 Unpacking libstrictures-perl (2.000003-1) ...
12:00:10 #10 44.04 Selecting previously unselected package libsub-quote-perl.
12:00:10 #10 44.04 Preparing to unpack .../229-libsub-quote-perl_2.005000-1_all.deb ...
12:00:10 #10 44.04 Unpacking libsub-quote-perl (2.005000-1) ...
12:00:10 #10 44.08 Selecting previously unselected package libmoo-perl.
12:00:10 #10 44.08 Preparing to unpack .../230-libmoo-perl_2.003004-1_all.deb ...
12:00:10 #10 44.08 Unpacking libmoo-perl (2.003004-1) ...
12:00:10 #10 44.13 Selecting previously unselected package libpackage-stash-perl.
12:00:10 #10 44.13 Preparing to unpack .../231-libpackage-stash-perl_0.37-1_all.deb ...
12:00:10 #10 44.14 Unpacking libpackage-stash-perl (0.37-1) ...
12:00:10 #10 44.19 Selecting previously unselected package libsub-identify-perl.
12:00:10 #10 44.19 Preparing to unpack .../232-libsub-identify-perl_0.14-1_armhf.deb ...
12:00:10 #11 51.72 Setting up libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:00:10 #11 51.75 Setting up libfile-find-rule-perl (0.34-1) ...
12:00:10 #11 51.77 Setting up libstring-copyright-perl (0.003006-1) ...
12:00:10 #11 51.83 Setting up python3-debian (0.1.36ubuntu1) ...
12:00:10 #10 52.48 Preparing to unpack .../399-zstd_1.5.2+dfsg2-3_amd64.deb ...
12:00:10 #10 52.49 Unpacking zstd (1.5.2+dfsg2-3) ...
12:00:10 #10 52.62 Setting up liblz1:amd64 (1.13-5) ...
12:00:10 #10 52.64 Setting up libksba8:amd64 (1.6.3-2) ...
12:00:10 #10 52.65 Setting up media-types (8.0.0) ...
12:00:10 #10 52.67 Setting up libpipeline1:amd64 (1.5.7-1) ...
12:00:10 #10 52.68 Setting up plzip (1.10-5) ...
12:00:10 #10 52.69 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip (lzip) in auto mode
12:00:10 #10 52.69 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:00:10 #10 52.70 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:00:10 #10 52.70 Setting up wdiff (1.2.2-4) ...
12:00:10 #10 52.71 Setting up libaom3:amd64 (3.5.0-1) ...
12:00:10 #10 52.73 Setting up libabsl20220623:amd64 (20220623.1-1) ...
12:00:10 #11 53.24 0 added, 0 removed; done.
12:00:10 #11 53.24 Running hooks in /etc/ca-certificates/update.d...
12:00:10 #11 53.24 done.
12:00:10 #11 53.24 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:00:10 #10 25.23 Selecting previously unselected package cpp.
12:00:10 #10 25.23 Preparing to unpack .../042-cpp_4%3a10.2.1-1_armhf.deb ...
12:00:10 #10 25.24 Unpacking cpp (4:10.2.1-1) ...
12:00:10 #10 25.45 Selecting previously unselected package libcc1-0:armhf.
12:00:10 #10 25.45 Preparing to unpack .../043-libcc1-0_10.2.1-6_armhf.deb ...
12:00:10 #10 25.51 Unpacking libcc1-0:armhf (10.2.1-6) ...
12:00:10 #13 6.024 debconf: delaying package configuration, since apt-utils is not installed
12:00:10 #13 6.054 Fetched 11.6 MB in 1s (19.6 MB/s)
12:00:10 #13 6.081 Selecting previously unselected package bash-completion.
12:00:10 #13 6.081 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25578 files and directories currently installed.)
12:00:10 #13 6.099 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
12:00:10 #13 6.110 Unpacking bash-completion (1:2.11-5ubuntu1) ...
12:00:10 #13 6.230 Selecting previously unselected package libarchive13:amd64.
12:00:10 #13 6.230 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_amd64.deb ...
12:00:10 #13 6.239 Unpacking libarchive13:amd64 (3.6.0-1ubuntu1) ...
12:00:10 #13 6.279 Selecting previously unselected package libjsoncpp25:amd64.
12:00:10 #11 50.54 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
12:00:10 #11 50.54 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:00:10 #11 50.55 Setting up libvariable-magic-perl (0.62-2) ...
12:00:10 #11 50.56 Setting up libio-html-perl (1.004-3) ...
12:00:10 #11 50.57 Setting up libpod-parser-perl (1.65-1) ...
12:00:10 #11 50.61 Setting up libb-hooks-op-check-perl:arm64 (0.22-2) ...
12:00:10 #11 50.62 Setting up liblist-moreutils-xs-perl (0.430-3) ...
12:00:10 #10 54.32 Setting up libhtml-format-perl (2.16-2) ...
12:00:10 #10 54.33 Setting up python3-xdg (0.28-2) ...
12:00:10 #10 49.97 Transaction test succeeded.
12:00:10 #10 49.97 Running transaction
12:00:10 #10 32.46 Selecting previously unselected package libxml2:armhf.
12:00:10 #10 32.46 Preparing to unpack .../085-libxml2_2.9.14+dfsg-1.1+b3_armhf.deb ...
12:00:10 #10 32.47 Unpacking libxml2:armhf (2.9.14+dfsg-1.1+b3) ...
12:00:10 #11 35.70 Unpacking build-essential (12.9ubuntu3) ...
12:00:10 #11 35.73 Selecting previously unselected package libbrotli1:armhf.
12:00:10 #11 35.73 Preparing to unpack .../094-libbrotli1_1.0.9-2build6_armhf.deb ...
12:00:10 #11 35.74 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
12:00:10 #11 35.78 Selecting previously unselected package libsasl2-modules-db:armhf.
12:00:10 #11 35.78 Preparing to unpack .../095-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_armhf.deb ...
12:00:10 #11 35.79 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
12:00:10 #11 35.82 Selecting previously unselected package libsasl2-2:armhf.
12:00:10 #11 35.82 Preparing to unpack .../096-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_armhf.deb ...
12:00:10 #11 35.82 Unpacking libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
12:00:10 #11 35.90 Selecting previously unselected package libldap-2.5-0:armhf.
12:00:10 #11 35.90 Preparing to unpack .../097-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_armhf.deb ...
12:00:10 #11 35.91 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:00:10 #11 35.97 Selecting previously unselected package librtmp1:armhf.
12:00:10 #11 44.71 Setting up libxpm4:arm64 (1:3.5.12-1ubuntu0.22.04.1) ...
12:00:10 #11 44.73 Setting up libtool (2.4.6-15build2) ...
12:00:10 #11 44.74 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ...
12:00:10 #11 44.82 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
12:00:10 #10 53.86 Setting up man-db (2.8.5-2) ...
12:00:10 #10 53.97 Building database of manual pages ...
12:00:10 #10 26.90 Selecting previously unselected package python3.
12:00:10 #10 26.90 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11134 files and directories currently installed.)
12:00:10 #10 26.90 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
12:00:10 #10 26.92 Unpacking python3 (3.9.2-3) ...
12:00:10 #10 26.96 Selecting previously unselected package sensible-utils.
12:00:10 #10 26.96 Preparing to unpack .../001-sensible-utils_0.0.14_all.deb ...
12:00:10 #10 26.96 Unpacking sensible-utils (0.0.14) ...
12:00:10 #10 27.01 Selecting previously unselected package bzip2.
12:00:10 #10 27.01 Preparing to unpack .../002-bzip2_1.0.8-4_armhf.deb ...
12:00:10 #9 51.40   Installing       : shared-mime-info-2.1-3.fc35.aarch64                102/148 
12:00:10 #9 51.45   Running scriptlet: shared-mime-info-2.1-3.fc35.aarch64                102/148 
12:00:10 #9 51.48   Installing       : gdk-pixbuf2-2.42.9-2.fc36.aarch64                  103/148 
12:00:10 #9 51.49   Installing       : libappstream-glib-0.8.0-4.fc36.aarch64             104/148 
12:00:10 #9 51.53   Installing       : xxhash-libs-0.8.1-2.fc36.aarch64                   105/148 
12:00:10 #9 51.61   Installing       : gdb-minimal-12.1-2.fc36.aarch64                    106/148 
12:00:10 #9 51.62   Installing       : debugedit-5.0-3.fc36.aarch64                       107/148 
12:00:10 #9 51.65   Installing       : dbus-libs-1:1.14.4-1.fc36.aarch64                  108/148 
12:00:10 #9 51.66   Installing       : python3-dbus-1.2.18-3.fc36.aarch64                 109/148 
12:00:10 #9 51.70   Installing       : zstd-1.5.2-2.fc36.aarch64                          110/148 
12:00:10 #10 52.31 Setting up cpp-10 (10.2.1-6) ...
12:00:10 #10 52.33 Setting up dctrl-tools (2.24-3+b1) ...
12:00:10 #10 52.34 Setting up libitm1:amd64 (10.2.1-6) ...
12:00:10 #10 52.36 Setting up debian-keyring (2021.07.26) ...
12:00:10 #10 52.37 Setting up libgdbm6:amd64 (1.19-2) ...
12:00:10 #10 52.38 Setting up libtsan0:amd64 (10.2.1-6) ...
12:00:10 #10 52.40 Setting up libctf0:amd64 (2.35.2-2) ...
12:00:10 #10 52.41 Setting up pinentry-curses (1.1.0-4) ...
12:00:10 #10 52.43 Setting up manpages-dev (5.10-1) ...
12:00:10 #10 52.44 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
12:00:10 #10 52.45 Setting up libxcb1:amd64 (1.14-3) ...
12:00:10 #10 52.47 Setting up gettext (0.21-4) ...
12:00:10 #10 52.49 Setting up xdelta (1.1.3-9.3) ...
12:00:10 #10 52.50 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
12:00:10 #10 52.51 Setting up libgcc-10-dev:amd64 (10.2.1-6) ...
12:00:10 #10 39.62 Preparing to unpack .../127-libhttp-message-perl_6.18-1_all.deb ...
12:00:10 #10 39.63 Unpacking libhttp-message-perl (6.18-1) ...
12:00:10 #10 39.68 Selecting previously unselected package libhttp-cookies-perl.
12:00:10 #10 39.68 Preparing to unpack .../128-libhttp-cookies-perl_6.04-1_all.deb ...
12:00:10 #10 39.69 Unpacking libhttp-cookies-perl (6.04-1) ...
12:00:10 #10 39.75 Selecting previously unselected package libhttp-negotiate-perl.
12:00:10 #10 39.75 Preparing to unpack .../129-libhttp-negotiate-perl_6.01-1_all.deb ...
12:00:10 #10 39.76 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:00:10 #10 39.80 Selecting previously unselected package perl-openssl-defaults:armhf.
12:00:10 #10 39.80 Preparing to unpack .../130-perl-openssl-defaults_3_armhf.deb ...
12:00:10 #10 39.81 Unpacking perl-openssl-defaults:armhf (3) ...
12:00:10 #10 39.85 Selecting previously unselected package libnet-ssleay-perl.
12:00:10 #10 39.85 Preparing to unpack .../131-libnet-ssleay-perl_1.85-2+deb10u1_armhf.deb ...
12:00:10 #10 39.85 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
12:00:10 #11 54.08 Setting up libio-socket-ssl-perl (2.067-1) ...
12:00:10 #11 54.09 Setting up libsub-exporter-perl (0.987-1) ...
12:00:10 #11 54.10 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:10 #11 54.11 Setting up libhttp-message-perl (6.22-1) ...
12:00:10 #11 54.12 Setting up libhtml-form-perl (6.07-1) ...
12:00:10 #11 54.14 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
12:00:10 #11 54.15 Setting up libjson-xs-perl (4.020-1build1) ...
12:00:10 #11 54.16 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:10 #11 54.17 Setting up libio-prompter-perl (0.004015-1) ...
12:00:10 #11 54.18 Setting up libhttp-cookies-perl (6.08-1) ...
12:00:10 #11 54.19 Setting up po-debconf (1.0.21) ...
12:00:10 #11 54.20 Setting up libhtml-tree-perl (5.07-2) ...
12:00:10 #11 54.22 Setting up libparams-classify-perl (0.015-1build2) ...
12:00:10 #11 54.23 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
12:00:10 #11 54.24 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:00:10 #11 54.25 Setting up libnet-dns-sec-perl (1.15-1) ...
12:00:10 #11 54.26 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.15) ...
12:00:10 #11 54.27 Setting up libsereal-perl (4.011-1) ...
12:00:10 #11 54.28 Setting up libhtml-format-perl (2.12-1) ...
12:00:10 #11 37.11 Unpacking libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:10 #11 37.18 Selecting previously unselected package libgssapi3-heimdal:armhf.
12:00:10 #11 37.18 Preparing to unpack .../109-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:00:10 #11 37.19 Unpacking libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:10 #11 37.24 Selecting previously unselected package libsasl2-modules-db:armhf.
12:00:10 #11 37.24 Preparing to unpack .../110-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
12:00:10 #11 ...
12:00:10 
12:00:10 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:10 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 20.2s done
12:00:10 #7 ...
12:00:10 
12:00:10 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:10 #11 37.25 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
12:00:10 #11 37.29 Selecting previously unselected package libsasl2-2:armhf.
12:00:10 #11 37.29 Preparing to unpack .../111-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
12:00:10 #11 37.30 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
12:00:10 #13 23.84   Installing       : dbus-broker-28-7.el9.aarch64                         61/78 
12:00:10 #13 23.85   Running scriptlet: dbus-broker-28-7.el9.aarch64                         61/78 
12:00:10 #13 23.87 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
12:00:10 #13 23.87 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
12:00:10 #13 23.87 
12:00:10 #13 23.88   Installing       : device-mapper-libs-9:1.02.187-4.el9.aarch64          62/78 
12:00:10 #13 23.89   Installing       : device-mapper-9:1.02.187-4.el9.aarch64               63/78 
12:00:10 #13 23.99   Installing       : systemd-devel-252-3.el9.aarch64                      64/78 
12:00:10 #13 24.00   Installing       : device-mapper-devel-9:1.02.187-4.el9.aarch64         65/78 
12:00:10 #13 24.01   Installing       : annobin-11.05-1.el9.aarch64                          66/78 
12:00:10 #13 24.02   Running scriptlet: annobin-11.05-1.el9.aarch64                          66/78 
12:00:10 #13 24.04   Installing       : gcc-plugin-annobin-11.3.1-4.3.el9.aarch64            67/78 
12:00:10 #13 24.05   Running scriptlet: gcc-plugin-annobin-11.3.1-4.3.el9.aarch64            67/78 
12:00:10 #13 24.09   Installing       : libtool-2.4.6-45.el9.aarch64                         68/78 
12:00:10 #13 24.10   Installing       : libtool-ltdl-devel-2.4.6-45.el9.aarch64              69/78 
12:00:10 #13 24.12   Installing       : libseccomp-devel-2.5.2-2.el9.aarch64                 70/78 
12:00:10 #13 24.12   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           71/78 
12:00:10 #13 24.15   Upgrading        : libselinux-utils-3.5-0.rc2.1.el9.aarch64             72/78 
12:00:10 #13 24.16   Upgrading        : python3-libselinux-3.5-0.rc2.1.el9.aarch64           73/78 
12:00:10 #13 24.17   Installing       : which-2.21-28.el9.aarch64                            74/78 
12:00:10 #13 24.18   Cleanup          : libselinux-utils-3.5-0.rc1.1.el9.aarch64             75/78 
12:00:10 #10 44.20 Unpacking libsub-identify-perl (0.14-1) ...
12:00:10 #10 44.24 Selecting previously unselected package libnamespace-clean-perl.
12:00:10 #10 44.24 Preparing to unpack .../233-libnamespace-clean-perl_0.27-1_all.deb ...
12:00:10 #10 44.24 Unpacking libnamespace-clean-perl (0.27-1) ...
12:00:10 #10 44.29 Selecting previously unselected package libnumber-compare-perl.
12:00:10 #10 44.29 Preparing to unpack .../234-libnumber-compare-perl_0.03-1_all.deb ...
12:00:10 #10 44.30 Unpacking libnumber-compare-perl (0.03-1) ...
12:00:10 #10 44.35 Selecting previously unselected package libnumber-range-perl.
12:00:10 #10 44.35 Preparing to unpack .../235-libnumber-range-perl_0.12-1_all.deb ...
12:00:10 #10 44.35 Unpacking libnumber-range-perl (0.12-1) ...
12:00:10 #11 52.05 Setting up python3-requests (2.22.0-2ubuntu1) ...
12:00:10 #11 32.97 Unpacking m4 (1.4.19-1) ...
12:00:10 #11 33.02 Selecting previously unselected package autoconf.
12:00:10 #11 33.02 Preparing to unpack .../082-autoconf_2.71-2_all.deb ...
12:00:10 #11 33.02 Unpacking autoconf (2.71-2) ...
12:00:10 #11 33.13 Selecting previously unselected package autotools-dev.
12:00:10 #11 33.13 Preparing to unpack .../083-autotools-dev_20220109.1_all.deb ...
12:00:10 #11 33.13 Unpacking autotools-dev (20220109.1) ...
12:00:10 #11 33.18 Selecting previously unselected package automake.
12:00:10 #11 33.18 Preparing to unpack .../084-automake_1%3a1.16.5-1.3_all.deb ...
12:00:10 #11 33.19 Unpacking automake (1:1.16.5-1.3) ...
12:00:10 #11 33.25 Selecting previously unselected package autopoint.
12:00:10 #11 33.25 Preparing to unpack .../085-autopoint_0.21-8_all.deb ...
12:00:10 #10 52.74 Setting up libxau6:amd64 (1:1.0.9-1) ...
12:00:10 #10 52.75 Setting up libre2-9:amd64 (20220601+dfsg-1+b1) ...
12:00:10 #10 52.76 Setting up libkeyutils1:amd64 (1.6.3-2) ...
12:00:10 #10 52.77 Setting up libpsl5:amd64 (0.21.0-1.2) ...
12:00:10 #10 52.78 Setting up libgpm2:amd64 (1.20.7-10+b1) ...
12:00:10 #10 52.79 Setting up libicu72:amd64 (72.1-3) ...
12:00:10 #10 52.81 Setting up liblerc4:amd64 (4.0.0+ds-2) ...
12:00:10 #10 52.82 Setting up bsdextrautils (2.38.1-4) ...
12:00:10 #10 52.83 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ...
12:00:10 #10 52.85 Setting up libtext-glob-perl (0.11-3) ...
12:00:10 #10 52.86 Setting up xdg-user-dirs (0.18-1) ...
12:00:10 #10 52.89 Setting up libmagic-mgc (1:5.44-3) ...
12:00:10 #10 52.90 Setting up libyaml-0-2:amd64 (0.2.5-1) ...
12:00:10 #10 52.91 Setting up libglib2.0-0:amd64 (2.74.5-1) ...
12:00:10 #10 52.92 No schema files found: doing nothing.
12:00:10 #10 52.93 Setting up distro-info-data (0.56) ...
12:00:10 #10 52.94 Setting up manpages (6.02-1) ...
12:00:10 #10 52.98 Setting up libtirpc-common (1.3.3+ds-1) ...
12:00:10 #10 52.99 Setting up unzip (6.0-27) ...
12:00:10 #10 53.01 Setting up libcbor0.8:amd64 (0.8.0-2+b1) ...
12:00:10 #10 53.03 Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
12:00:10 #10 53.06 Setting up libsqlite3-0:amd64 (3.40.1-1) ...
12:00:10 #10 25.78 Selecting previously unselected package libgomp1:armhf.
12:00:10 #10 25.78 Preparing to unpack .../044-libgomp1_10.2.1-6_armhf.deb ...
12:00:10 #10 25.80 Unpacking libgomp1:armhf (10.2.1-6) ...
12:00:10 #13 6.281 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_amd64.deb ...
12:00:10 #13 6.285 Unpacking libjsoncpp25:amd64 (1.9.5-3) ...
12:00:10 #13 6.318 Selecting previously unselected package librhash0:amd64.
12:00:10 #13 6.320 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_amd64.deb ...
12:00:10 #13 6.325 Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ...
12:00:10 #13 6.363 Selecting previously unselected package libuv1:amd64.
12:00:10 #13 6.365 Preparing to unpack .../04-libuv1_1.43.0-1_amd64.deb ...
12:00:10 #13 6.370 Unpacking libuv1:amd64 (1.43.0-1) ...
12:00:10 #13 6.397 Selecting previously unselected package dh-elpa-helper.
12:00:10 #13 6.399 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
12:00:10 #13 6.402 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
12:00:10 #13 6.444 Selecting previously unselected package emacsen-common.
12:00:10 #13 6.446 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
12:00:10 #13 6.456 Unpacking emacsen-common (3.0.4) ...
12:00:10 #13 6.497 Selecting previously unselected package cmake-data.
12:00:10 #11 50.64 Setting up libparams-util-perl (1.102-1build3) ...
12:00:10 #11 50.65 Setting up libdpkg-perl (1.21.9ubuntu1) ...
12:00:10 #11 50.66 Setting up libtime-duration-perl (1.21-1) ...
12:00:10 #11 50.67 Setting up autoconf (2.71-2) ...
12:00:10 #11 50.69 Setting up libsub-exporter-progressive-perl (0.001013-2) ...
12:00:10 #11 50.70 Setting up libarray-intspan-perl (2.004-2) ...
12:00:10 #11 50.71 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:10 #11 50.72 Setting up libtimedate-perl (2.3300-2) ...
12:00:10 #11 50.73 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
12:00:10 #11 50.74 Setting up libsub-name-perl:arm64 (0.26-2) ...
12:00:10 #11 50.75 Setting up libtype-tiny-xs-perl:arm64 (0.022-2) ...
12:00:10 #11 50.76 Setting up libsyntax-keyword-try-perl (0.27-1) ...
12:00:10 #11 50.77 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:00:10 #11 50.78 Setting up libproc-processtable-perl:arm64 (0.634-1build1) ...
12:00:10 #11 50.79 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:00:10 #11 50.80 Setting up xauth (1:1.1.1-1) ...
12:00:10 #11 50.81 Setting up libpath-tiny-perl (0.122-1) ...
12:00:10 #11 50.82 Setting up libarchive-cpio-perl (0.10-2) ...
12:00:10 #11 50.83 Setting up libjson-perl (4.09000-1) ...
12:00:10 #10 54.48 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:00:10 #10 54.54 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:10 #10 54.60 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:10 #10 32.57 Selecting previously unselected package gettext.
12:00:10 #10 32.57 Preparing to unpack .../086-gettext_0.21-11_armhf.deb ...
12:00:10 #10 32.58 Unpacking gettext (0.21-11) ...
12:00:10 #10 32.79 Selecting previously unselected package intltool-debian.
12:00:10 #10 32.79 Preparing to unpack .../087-intltool-debian_0.35.0+20060710.6_all.deb ...
12:00:10 #10 32.80 Unpacking intltool-debian (0.35.0+20060710.6) ...
12:00:10 #10 32.83 Selecting previously unselected package po-debconf.
12:00:10 #10 32.83 Preparing to unpack .../088-po-debconf_1.0.21+nmu1_all.deb ...
12:00:10 #11 35.98 Preparing to unpack .../098-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
12:00:10 #11 35.98 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
12:00:10 #11 36.03 Selecting previously unselected package libssh-4:armhf.
12:00:10 #11 36.03 Preparing to unpack .../099-libssh-4_0.9.6-2build1_armhf.deb ...
12:00:10 #11 36.03 Unpacking libssh-4:armhf (0.9.6-2build1) ...
12:00:10 #11 36.08 Selecting previously unselected package libcurl4:armhf.
12:00:10 #11 36.08 Preparing to unpack .../100-libcurl4_7.81.0-1ubuntu1.7_armhf.deb ...
12:00:10 #11 36.08 Unpacking libcurl4:armhf (7.81.0-1ubuntu1.7) ...
12:00:10 #11 36.12 Selecting previously unselected package curl.
12:00:10 #11 36.12 Preparing to unpack .../101-curl_7.81.0-1ubuntu1.7_armhf.deb ...
12:00:10 #11 36.13 Unpacking curl (7.81.0-1ubuntu1.7) ...
12:00:10 #11 44.82 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist
12:00:10 #11 44.82 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
12:00:10 #11 44.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
12:00:10 #11 44.83 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
12:00:10 #11 44.83 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist
12:00:10 #11 44.85 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
12:00:10 #11 44.89 Setting up libxext6:arm64 (2:1.3.4-1build1) ...
12:00:10 #11 44.90 Setting up libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.7) ...
12:00:10 #11 44.92 Setting up python3 (3.10.6-1~22.04) ...
12:00:10 #10 27.01 Unpacking bzip2 (1.0.8-4) ...
12:00:10 #10 27.06 Selecting previously unselected package libmagic-mgc.
12:00:10 #10 27.06 Preparing to unpack .../003-libmagic-mgc_1%3a5.39-3_armhf.deb ...
12:00:10 #10 27.06 Unpacking libmagic-mgc (1:5.39-3) ...
12:00:10 #10 27.24 Selecting previously unselected package libmagic1:armhf.
12:00:10 #10 27.24 Preparing to unpack .../004-libmagic1_1%3a5.39-3_armhf.deb ...
12:00:10 #10 27.26 Unpacking libmagic1:armhf (1:5.39-3) ...
12:00:10 #9 51.70   Installing       : rust-srpm-macros-23-1.fc36.noarch                  111/148 
12:00:10 #9 51.71   Installing       : rpmautospec-rpm-macros-0.3.1-1.fc36.noarch         112/148 
12:00:10 #9 51.74   Installing       : qt5-srpm-macros-5.15.7-1.fc36.noarch               113/148 
12:00:10 #9 51.74   Installing       : emacs-filesystem-1:28.2-1.fc36.noarch              114/148 
12:00:10 #9 51.75   Installing       : desktop-file-utils-0.26-6.fc36.aarch64             115/148 
12:00:10 #9 51.77   Installing       : ansible-srpm-macros-1-8.1.fc36.noarch              116/148 
12:00:10 #9 51.78   Installing       : python3-tomli-w-0.4.0-3.fc36.noarch                117/148 
12:00:10 #9 51.79   Installing       : python3-tomli-1.2.3-1.fc36.noarch                  118/148 
12:00:10 #9 51.80   Installing       : python3-pyxdg-0.27-4.fc36.noarch                   119/148 
12:00:10 #9 51.83   Installing       : python3-file-magic-5.41-4.fc36.noarch              120/148 
12:00:10 #9 51.83   Installing       : python3-distro-1.6.0-2.fc36.noarch                 121/148 
12:00:10 #9 51.87   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       122/148 
12:00:10 #9 51.90   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                     123/148 
12:00:10 #9 51.90   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.aarch64            124/148 
12:00:10 #9 51.91   Installing       : perl-srpm-macros-1-43.fc36.noarch                  125/148 
12:00:10 #9 51.91   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch       126/148 
12:00:10 #10 52.52 Setting up libedit2:amd64 (3.1-20191231-2+b1) ...
12:00:10 #10 52.54 Setting up libreadline8:amd64 (8.1-1) ...
12:00:10 12:00:10 #10 52.56 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
12:00:10 #10 52.58 Setting up m4 (1.4.18-5) ...
12:00:10 #10 52.59 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u5) ...
#10 39.94 Selecting previously unselected package libio-socket-ssl-perl.
12:00:10 #10 52.60 Setting up ca-certificates (20210119) ...
12:00:10 #10 39.94 Preparing to unpack .../132-libio-socket-ssl-perl_2.060-3_all.deb ...
12:00:10 #10 39.94 Unpacking libio-socket-ssl-perl (2.060-3) ...
12:00:10 #10 40.02 Selecting previously unselected package libnet-http-perl.
12:00:10 #10 40.02 Preparing to unpack .../133-libnet-http-perl_6.18-1_all.deb ...
12:00:10 #10 40.03 Unpacking libnet-http-perl (6.18-1) ...
12:00:10 #10 40.07 Selecting previously unselected package liblwp-protocol-https-perl.
12:00:10 #10 40.07 Preparing to unpack .../134-liblwp-protocol-https-perl_6.07-2_all.deb ...
12:00:10 #10 40.07 Unpacking liblwp-protocol-https-perl (6.07-2) ...
12:00:10 #10 40.11 Selecting previously unselected package libtry-tiny-perl.
12:00:10 #11 54.29 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:00:10 #11 54.35 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:10 #11 54.41 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:10 #11 54.53 
12:00:10 #11 54.53 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:10 #11 37.41 Selecting previously unselected package libldap-common.
12:00:10 #11 37.41 Preparing to unpack .../112-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
12:00:10 #11 37.41 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:00:10 #11 37.45 Selecting previously unselected package libldap-2.4-2:armhf.
12:00:10 #11 37.45 Preparing to unpack .../113-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_armhf.deb ...
12:00:10 #11 37.46 Unpacking libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
12:00:10 #11 37.54 Selecting previously unselected package libnghttp2-14:armhf.
12:00:10 #11 37.54 Preparing to unpack .../114-libnghttp2-14_1.40.0-1build1_armhf.deb ...
12:00:10 #11 37.54 Unpacking libnghttp2-14:armhf (1.40.0-1build1) ...
12:00:10 #11 37.58 Selecting previously unselected package librtmp1:armhf.
12:00:10 #11 37.58 Preparing to unpack .../115-librtmp1_2.4+20151223.gitfa8646d.1-2build1_armhf.deb ...
12:00:10 #11 37.59 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
12:00:10 #13 24.19   Cleanup          : python3-libselinux-3.5-0.rc1.1.el9.aarch64           76/78 
12:00:10 #13 24.20   Cleanup          : libselinux-3.5-0.rc1.1.el9.aarch64                   77/78 
12:00:10 #13 24.20   Cleanup          : libsepol-3.5-0.rc1.2.el9.aarch64                     78/78 
12:00:10 #13 24.21   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          78/78 
12:00:10 #10 44.45 Selecting previously unselected package libpackage-stash-xs-perl.
12:00:10 #10 44.45 Preparing to unpack .../236-libpackage-stash-xs-perl_0.28-3build2_armhf.deb ...
12:00:10 #10 44.47 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
12:00:10 #10 44.55 Selecting previously unselected package libparse-debianchangelog-perl.
12:00:10 #10 44.55 Preparing to unpack .../237-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
12:00:10 #10 44.57 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
12:00:10 #10 44.63 Selecting previously unselected package libtext-glob-perl.
12:00:10 #10 44.63 Preparing to unpack .../238-libtext-glob-perl_0.10-1_all.deb ...
12:00:10 #10 44.63 Unpacking libtext-glob-perl (0.10-1) ...
12:00:10 #10 44.68 Selecting previously unselected package libpath-iterator-rule-perl.
12:00:10 #10 44.68 Preparing to unpack .../239-libpath-iterator-rule-perl_1.009-1_all.deb ...
12:00:10 #10 44.68 Unpacking libpath-iterator-rule-perl (1.009-1) ...
12:00:10 #10 44.74 Selecting previously unselected package libpath-tiny-perl.
12:00:10 #10 44.74 Preparing to unpack .../240-libpath-tiny-perl_0.104-1_all.deb ...
12:00:10 #10 44.74 Unpacking libpath-tiny-perl (0.104-1) ...
12:00:10 #10 44.80 Selecting previously unselected package libperlio-gzip-perl.
12:00:10 #11 52.32 Setting up libdata-optlist-perl (0.110-1) ...
12:00:10 #11 52.41 Setting up libipc-run-perl (20180523.0-2) ...
12:00:10 #14 11.24   Upgrading        : glibc-common-2.28-224.el8.aarch64                     6/93 
12:00:10 #14 11.57   Upgrading        : glibc-gconv-extra-2.28-224.el8.aarch64                7/93 
12:00:10 #14 11.59   Running scriptlet: glibc-gconv-extra-2.28-224.el8.aarch64                7/93 
12:00:10 #14 11.70   Upgrading        : systemd-libs-239-70.el8.aarch64                       8/93 
12:00:10 #14 11.72   Running scriptlet: systemd-libs-239-70.el8.aarch64                       8/93 
12:00:10 #14 11.76   Installing       : python3-libselinux-2.9-8.el8.aarch64                  9/93 
12:00:10 #10 53.08 Setting up libsasl2-modules:amd64 (2.1.28+dfsg-10) ...
12:00:10 #10 53.10 Setting up libfcgi-bin (2.4.2-2) ...
12:00:10 #10 53.11 Setting up binutils-common:amd64 (2.40-2) ...
12:00:10 #10 53.12 Setting up libnghttp2-14:amd64 (1.51.0-1) ...
12:00:10 #10 53.14 Setting up libmagic1:amd64 (1:5.44-3) ...
12:00:10 #10 53.16 Setting up libdeflate0:amd64 (1.14-1) ...
12:00:10 #10 53.17 Setting up less (590-1.1) ...
12:00:10 #10 53.19 Setting up perl-openssl-defaults:amd64 (7+b1) ...
12:00:10 #10 53.20 Setting up linux-libc-dev:amd64 (6.1.8-1) ...
12:00:10 #10 53.21 Setting up libctf-nobfd0:amd64 (2.40-2) ...
12:00:10 #10 53.22 Setting up gettext-base (0.21-11) ...
12:00:10 #10 53.23 Setting up m4 (1.4.19-2) ...
12:00:10 #10 53.24 Setting up liblzo2-2:amd64 (2.10-2) ...
12:00:10 #10 53.26 Setting up libnpth0:amd64 (1.6-3) ...
12:00:10 #10 53.27 Setting up krb5-locales (1.20.1-1) ...
12:00:10 #10 53.28 Setting up file (1:5.44-3) ...
12:00:10 #11 33.26 Unpacking autopoint (0.21-8) ...
12:00:10 #11 33.29 Selecting previously unselected package binutils-common:armhf.
12:00:10 #11 33.29 Preparing to unpack .../086-binutils-common_2.39-3ubuntu1.1_armhf.deb ...
12:00:10 #11 33.30 Unpacking binutils-common:armhf (2.39-3ubuntu1.1) ...
12:00:10 #11 33.42 Selecting previously unselected package libbinutils:armhf.
12:00:10 #11 33.42 Preparing to unpack .../087-libbinutils_2.39-3ubuntu1.1_armhf.deb ...
12:00:10 #11 33.42 Unpacking libbinutils:armhf (2.39-3ubuntu1.1) ...
12:00:10 #11 33.48 Selecting previously unselected package libctf-nobfd0:armhf.
12:00:10 #11 33.48 Preparing to unpack .../088-libctf-nobfd0_2.39-3ubuntu1.1_armhf.deb ...
12:00:10 #11 33.49 Unpacking libctf-nobfd0:armhf (2.39-3ubuntu1.1) ...
12:00:10 #11 33.53 Selecting previously unselected package libctf0:armhf.
12:00:10 #11 33.53 Preparing to unpack .../089-libctf0_2.39-3ubuntu1.1_armhf.deb ...
12:00:10 #13 6.500 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ...
12:00:10 #13 6.507 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ...
12:00:10 #11 50.85 Setting up libnsl2:arm64 (1.3.0-2build2) ...
12:00:10 #11 50.86 Setting up libipc-run3-perl (0.048-2) ...
12:00:10 #11 50.87 Setting up libregexp-wildcards-perl (1.05-3) ...
12:00:10 #11 50.88 Setting up libfcgi-perl:arm64 (0.82+ds-1build1) ...
12:00:10 #11 50.89 Setting up libsub-override-perl (0.09-3) ...
12:00:10 #11 50.91 Setting up libaliased-perl (0.34-2) ...
12:00:10 #11 50.92 Setting up libstrictures-perl (2.000006-1) ...
12:00:10 #11 50.93 Setting up libsub-quote-perl (2.006006-1) ...
12:00:10 #11 50.96 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:00:10 #11 50.97 Setting up libclass-xsaccessor-perl (1.19-4) ...
12:00:10 #11 50.98 Setting up libsort-versions-perl (1.62-2) ...
12:00:10 #11 50.99 Setting up libexporter-tiny-perl (1.002002-1) ...
12:00:10 #11 51.00 Setting up libre-engine-re2-perl:arm64 (0.14-1build2) ...
12:00:10 #11 51.01 Setting up libfile-dirlist-perl (0.05-2) ...
12:00:10 #11 51.02 Setting up libterm-readkey-perl (2.38-2) ...
12:00:10 #11 51.03 Setting up libtext-levenshteinxs-perl (0.03-5) ...
12:00:10 #11 51.04 Setting up libperlio-gzip-perl (0.20-1) ...
12:00:10 #11 51.05 Setting up libsys-hostname-long-perl (1.5-2) ...
12:00:10 #11 51.06 Setting up libhtml-html5-entities-perl (0.004-2) ...
12:00:10 #10 54.74 
12:00:10 #10 54.74 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:10 #10 54.81 Setting up libfeature-compat-class-perl (0.05-1) ...
12:00:10 #10 54.83 Setting up python3-six (1.16.0-4) ...
12:00:10 #10 54.95 Setting up dh-autoreconf (20) ...
12:00:10 #10 53.36 Running transaction check
12:00:10 #10 53.48 Transaction check succeeded.
12:00:10 #10 53.48 Running transaction test
12:00:10 #11 DONE 53.8s
12:00:10 
12:00:10 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:00:10 #12 DONE 0.1s
12:00:10 #10 32.84 Unpacking po-debconf (1.0.21+nmu1) ...
12:00:10 #10 32.91 Selecting previously unselected package debhelper.
12:00:10 #10 32.91 Preparing to unpack .../089-debhelper_13.11.4_all.deb ...
12:00:10 #10 32.91 Unpacking debhelper (13.11.4) ...
12:00:10 #10 33.09 Selecting previously unselected package debian-keyring.
12:00:10 #10 33.09 Preparing to unpack .../090-debian-keyring_2022.12.24_all.deb ...
12:00:10 #11 36.18 Selecting previously unselected package dctrl-tools.#11 ...
12:00:10 
12:00:10 #8 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:10 #8 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 17.7s done
12:00:10 #8 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:00:10 #8 DONE 51.9s
12:00:10 
12:00:10 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:10 #11 36.18 Selecting previously unselected package dctrl-tools.
12:00:10 #11 36.18 Preparing to unpack .../102-dctrl-tools_2.24-3build2_armhf.deb ...
12:00:10 #11 36.20 Unpacking dctrl-tools (2.24-3build2) ...
12:00:10 #11 36.27 Selecting previously unselected package libdebhelper-perl.
12:00:10 #11 36.27 Preparing to unpack .../103-libdebhelper-perl_13.6ubuntu1_all.deb ...
12:00:10 #11 36.27 Unpacking libdebhelper-perl (13.6ubuntu1) ...
12:00:10 #11 36.31 Selecting previously unselected package libtool.
12:00:10 #11 36.31 Preparing to unpack .../104-libtool_2.4.6-15build2_all.deb ...
12:00:10 #11 36.33 Unpacking libtool (2.4.6-15build2) ...
12:00:10 #11 36.36 Selecting previously unselected package dh-autoreconf.
12:00:10 #11 36.36 Preparing to unpack .../105-dh-autoreconf_20_all.deb ...
12:00:10 #11 36.37 Unpacking dh-autoreconf (20) ...
12:00:10 #11 36.41 Selecting previously unselected package libarchive-zip-perl.
12:00:10 #11 36.41 Preparing to unpack .../106-libarchive-zip-perl_1.68-1_all.deb ...
12:00:10 #11 36.42 Unpacking libarchive-zip-perl (1.68-1) ...
12:00:10 #11 45.20 Setting up python3-xdg (0.27-2) ...
12:00:10 #10 50.68   Preparing        :                                                        1/1 
12:00:10 #10 50.71   Installing       : python3-six-1.16.0-8.fc37.noarch                     1/143 
12:00:10 #10 50.72   Installing       : hunspell-filesystem-1.7.0-21.fc37.x86_64             2/143 
12:00:10 #10 50.73   Installing       : python3-construct-2.10.68-3.fc37.noarch              3/143 
12:00:10 #10 50.74   Installing       : python3-pybeam-0.7-4.fc37.noarch                     4/143 
12:00:10 #10 50.75   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch               5/143 
12:00:10 #10 50.77   Upgrading        : glibc-common-2.36-9.fc37.x86_64                      6/143 
12:00:10 #10 50.77   Upgrading        : glibc-minimal-langpack-2.36-9.fc37.x86_64            7/143 
12:00:10 #10 27.30 Selecting previously unselected package file.
12:00:10 #10 27.30 Preparing to unpack .../005-file_1%3a5.39-3_armhf.deb ...
12:00:10 #10 27.31 Unpacking file (1:5.39-3) ...
12:00:10 #10 27.36 Selecting previously unselected package gettext-base.
12:00:10 #10 27.36 Preparing to unpack .../006-gettext-base_0.21-4_armhf.deb ...
12:00:10 #10 27.36 Unpacking gettext-base (0.21-4) ...
12:00:10 #10 27.46 Selecting previously unselected package xz-utils.
12:00:10 #10 27.46 Preparing to unpack .../007-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ...
12:00:10 #10 ...
12:00:10 
12:00:10 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:10 #9 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 15.2s
12:00:10 #9 51.94   Installing       : openblas-srpm-macros-2-11.fc36.noarch              127/148 
12:00:10 #9 51.94   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                  128/148 
12:00:10 #9 51.95   Installing       : nim-srpm-macros-3-6.fc36.noarch                    129/148 
12:00:10 #9 51.95   Installing       : lua-srpm-macros-1-6.fc36.noarch                    130/148 
12:00:10 #9 51.95   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch              131/148 
12:00:10 #9 51.98   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  132/148 
12:00:10 #9 51.99   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                133/148 
12:00:10 #9 51.99   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  134/148 
12:00:10 #9 51.99   Installing       : efi-srpm-macros-5-5.fc36.noarch                    135/148 
12:00:10 #9 52.00   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            136/148 
12:00:10 #9 52.03   Installing       : go-srpm-macros-3.2.0-1.fc36.noarch                 137/148 
12:00:10 #9 52.04   Installing       : python-srpm-macros-3.10-20.fc36.noarch             138/148 
12:00:10 #9 52.04   Installing       : redhat-rpm-config-222-1.fc36.noarch                139/148 
12:00:10 #9 52.08   Installing       : rpm-build-4.17.1-3.fc36.aarch64                    140/148 
12:00:10 #9 52.08   Installing       : rpmlint-fedora-license-data-1.12-1.fc36.noarch     141/148 
12:00:10 #9 52.13   Installing       : rpmlint-2.4.0-3.fc36.noarch                        142/148 
12:00:10 #10 40.11 Preparing to unpack .../135-libtry-tiny-perl_0.30-1_all.deb ...
12:00:10 #10 40.12 Unpacking libtry-tiny-perl (0.30-1) ...
12:00:10 #10 40.16 Selecting previously unselected package libwww-robotrules-perl.
12:00:10 #10 40.16 Preparing to unpack .../136-libwww-robotrules-perl_6.02-1_all.deb ...
12:00:10 #10 40.17 Unpacking libwww-robotrules-perl (6.02-1) ...
12:00:10 #10 40.21 Selecting previously unselected package libwww-perl.
12:00:10 #10 40.21 Preparing to unpack .../137-libwww-perl_6.36-2_all.deb ...
12:00:10 #10 40.21 Unpacking libwww-perl (6.36-2) ...
12:00:10 #10 40.29 Selecting previously unselected package patchutils.
12:00:10 #10 40.29 Preparing to unpack .../138-patchutils_0.3.4-2_armhf.deb ...
12:00:10 #10 40.29 Unpacking patchutils (0.3.4-2) ...
12:00:10 #10 40.36 Selecting previously unselected package wdiff.
12:00:10 #10 40.36 Preparing to unpack .../139-wdiff_1.2.2-2+b1_armhf.deb ...
12:00:10 #10 52.97 Updating certificates in /etc/ssl/certs...
12:00:10 #11 54.59 Setting up dput (1.0.3ubuntu1) ...
12:00:10 #11 54.75 Setting up libio-async-loop-epoll-perl (0.20-1) ...
12:00:10 #11 54.76 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
12:00:10 #11 37.66 Selecting previously unselected package libssh-4:armhf.
12:00:10 #11 37.66 Preparing to unpack .../116-libssh-4_0.9.3-2ubuntu2.2_armhf.deb ...
12:00:10 #11 37.66 Unpacking libssh-4:armhf (0.9.3-2ubuntu2.2) ...
12:00:10 #11 37.74 Selecting previously unselected package libcurl4:armhf.
12:00:10 #11 37.74 Preparing to unpack .../117-libcurl4_7.68.0-1ubuntu2.15_armhf.deb ...
12:00:10 #11 37.75 Unpacking libcurl4:armhf (7.68.0-1ubuntu2.15) ...
12:00:10 #11 ...
12:00:10 
12:00:10 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:10 #7 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:00:10 #7 DONE 52.4s
12:00:10 
12:00:10 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:10 #11 37.80 Selecting previously unselected package curl.
12:00:10 #11 37.80 Preparing to unpack .../118-curl_7.68.0-1ubuntu2.15_armhf.deb ...
12:00:10 #11 37.81 Unpacking curl (7.68.0-1ubuntu2.15) ...
12:00:10 #11 37.86 Selecting previously unselected package dctrl-tools.
12:00:10 #11 37.87 Preparing to unpack .../119-dctrl-tools_2.24-3_armhf.deb ...
12:00:10 #11 37.88 Unpacking dctrl-tools (2.24-3) ...
12:00:10 #10 44.80 Preparing to unpack .../241-libperlio-gzip-perl_0.19-1build3_armhf.deb ...
12:00:10 #10 44.80 Unpacking libperlio-gzip-perl (0.19-1build3) ...
12:00:10 #10 44.85 Selecting previously unselected package libpod-constants-perl.
12:00:10 #10 44.85 Preparing to unpack .../242-libpod-constants-perl_0.19-1_all.deb ...
12:00:10 #10 44.85 Unpacking libpod-constants-perl (0.19-1) ...
12:00:10 #10 44.89 Selecting previously unselected package libregexp-pattern-license-perl.
12:00:10 #10 44.89 Preparing to unpack .../243-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
12:00:10 #10 44.90 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
12:00:10 #10 44.97 Selecting previously unselected package libsasl2-modules:armhf.
12:00:10 #10 44.97 Preparing to unpack .../244-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
12:00:10 #10 44.98 Unpacking libsasl2-modules:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:00:10 #11 52.53 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
12:00:10 #11 52.55 Setting up libcontextual-return-perl (0.004014-2) ...
12:00:10 #11 52.56 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:10 #11 52.58 Setting up libtypes-serialiser-perl (1.0-1) ...
12:00:10 #11 52.61 Setting up g++ (4:9.3.0-1ubuntu2) ...
12:00:10 #11 52.64 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:10 #14 11.81   Installing       : make-1:4.2.1-11.el8.aarch64                          10/93 
12:00:10 #14 11.82   Running scriptlet: make-1:4.2.1-11.el8.aarch64                          10/93 
12:00:10 #14 11.84   Installing       : libmpc-1.1.0-9.1.el8.aarch64                         11/93 
12:00:10 #14 11.89   Installing       : checkpolicy-2.9-1.el8.aarch64                        12/93 
12:00:10 #14 11.93   Installing       : m4-1.4.18-7.el8.aarch64                              13/93 
12:00:10 #14 11.94   Running scriptlet: m4-1.4.18-7.el8.aarch64                              13/93 
12:00:10 #14 11.96   Installing       : cmake-rpm-macros-3.20.2-4.el8.noarch                 14/93 
12:00:10 #10 53.29 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b11) ...
12:00:10 #10 53.30 Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
12:00:10 #10 53.32 Setting up libassuan0:amd64 (2.5.5-5) ...
12:00:10 #10 53.33 Setting up libgomp1:amd64 (12.2.0-14) ...
12:00:10 #10 53.35 Setting up bzip2 (1.0.8-5+b1) ...
12:00:10 #10 53.38 Setting up libldap-common (2.5.13+dfsg-3) ...
12:00:10 #10 53.40 Setting up libunwind8:amd64 (1.6.2-3) ...
12:00:10 #10 53.41 Setting up pbzip2 (1.1.13-1) ...
12:00:10 #10 53.42 Setting up libjbig0:amd64 (2.1-6.1) ...
12:00:10 #10 53.43 Setting up librav1e0:amd64 (0.5.1-6) ...
12:00:10 #10 53.44 Setting up libfakeroot:amd64 (1.29-1) ...
12:00:10 #10 53.46 Setting up libjansson4:amd64 (2.14-2) ...
12:00:10 #10 53.46 Setting up libkrb5support0:amd64 (1.20.1-1) ...
12:00:10 #10 53.48 Setting up libnumber-compare-perl (0.03-3) ...
12:00:10 #10 53.49 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
12:00:10 #12 3.348 Reading package lists...
12:00:10 #11 33.53 Unpacking libctf0:armhf (2.39-3ubuntu1.1) ...
12:00:10 #11 33.61 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:00:10 #11 33.61 Preparing to unpack .../090-binutils-arm-linux-gnueabihf_2.39-3ubuntu1.1_armhf.deb ...
12:00:10 #11 33.63 Unpacking binutils-arm-linux-gnueabihf (2.39-3ubuntu1.1) ...
12:00:10 #10 57.54 Setting up bsdmainutils (11.1.2+b1) ...
12:00:10 #10 57.56 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:00:10 #10 57.57 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:00:10 #10 57.57 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
12:00:10 #10 57.58 Setting up libcroco3:amd64 (0.6.12-3) ...
12:00:10 #10 57.59 Setting up libgdbm-compat4:amd64 (1.18.1-4) ...
12:00:10 #10 57.61 Setting up ucf (3.0038+nmu1) ...
12:00:10 #10 57.71 Setting up libgcc-8-dev:amd64 (8.3.0-6) ...
12:00:10 #10 57.72 Setting up libperl5.28:amd64 (5.28.1-6+deb10u1) ...
12:00:10 #10 57.73 Setting up groff-base (1.22.4-3+deb10u1) ...
12:00:10 #10 57.76 Setting up cpp (4:8.3.0-1) ...
12:00:10 #10 57.78 Setting up gpgconf (2.2.12-1+deb10u2) ...
12:00:10 #10 57.79 Setting up libcurl4:amd64 (7.64.0-4+deb10u4) ...
12:00:11 #13 6.864 Selecting previously unselected package cmake.
12:00:11 #13 6.867 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_amd64.deb ...
12:00:11 #13 6.871 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ...
12:00:11 #13 6.984 Selecting previously unselected package dh-apparmor.
12:00:11 #13 6.987 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.1_all.deb ...
12:00:11 #13 6.992 Unpacking dh-apparmor (3.0.4-2ubuntu2.1) ...
12:00:11 #13 7.027 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:00:11 #13 7.027 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
12:00:11 #13 7.030 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
12:00:11 #13 7.070 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:00:11 #11 51.07 Setting up libsereal-decoder-perl (4.025+ds-1) ...
12:00:11 #11 51.08 Setting up liburi-perl (5.12-1ubuntu1) ...
12:00:11 #11 51.09 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:00:11 #11 51.10 Setting up libfile-touch-perl (0.12-1) ...
12:00:11 #11 51.11 Setting up systemd-resolved (251.4-1ubuntu7) ...
12:00:11 #11 51.22 Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
12:00:11 #11 51.22 mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
12:00:11 #11 51.22 Cannot take a backup of /etc/resolv.conf.
12:00:11 #11 51.22 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:00:11 #11 51.22 Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
12:00:11 #11 51.35 Setting up libemail-address-xs-perl (1.05-1) ...
12:00:11 #10 54.96 Setting up libdata-validate-uri-perl (0.07-2) ...
12:00:11 #10 54.97 Setting up libnet-smtp-ssl-perl (1.04-2) ...
12:00:11 #10 54.98 Setting up python3-gpg (1.18.0-3+b1) ...
12:00:11 #10 55.14 Setting up python3-certifi (2022.9.24-1) ...
12:00:11 #10 53.95 Transaction test succeeded.
12:00:11 #10 53.95 Running transaction
12:00:11 
12:00:11 #13 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:11 #10 33.10 Unpacking debian-keyring (2022.12.24) ...
12:00:11 #12 3.503 Reading package lists...
12:00:11 #11 36.46 Selecting previously unselected package libsub-override-perl.
12:00:11 #11 36.46 Preparing to unpack .../107-libsub-override-perl_0.09-2_all.deb ...
12:00:11 #11 36.47 Unpacking libsub-override-perl (0.09-2) ...
12:00:11 #11 36.50 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:00:11 #11 36.50 Preparing to unpack .../108-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
12:00:11 #11 36.51 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
12:00:11 #11 36.54 Selecting previously unselected package dh-strip-nondeterminism.
12:00:11 #11 36.54 Preparing to unpack .../109-dh-strip-nondeterminism_1.13.0-1_all.deb ...
12:00:11 #11 36.55 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
12:00:11 #11 36.59 Selecting previously unselected package libdw1:armhf.
12:00:11 #11 36.59 Preparing to unpack .../110-libdw1_0.186-1build1_armhf.deb ...
12:00:11 #11 36.59 Unpacking libdw1:armhf (0.186-1build1) ...
12:00:11 #11 36.63 Selecting previously unselected package debugedit.
12:00:11 #11 36.63 Preparing to unpack .../111-debugedit_1%3a5.0-4build1_armhf.deb ...
12:00:11 #11 36.64 Unpacking debugedit (1:5.0-4build1) ...
12:00:11 #11 36.68 Selecting previously unselected package dwz.
12:00:11 #11 36.68 Preparing to unpack .../112-dwz_0.14-1build2_armhf.deb ...
12:00:11 #11 45.36 Setting up man-db (2.10.2-1) ...
12:00:11 #11 45.46 Building database of manual pages ...
12:00:11 #9 ...
12:00:11 
12:00:11 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:11 #10 27.49 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
12:00:11 #10 27.56 Selecting previously unselected package libsigsegv2:armhf.
12:00:11 #10 27.56 Preparing to unpack .../008-libsigsegv2_2.13-1_armhf.deb ...
12:00:11 #10 27.57 Unpacking libsigsegv2:armhf (2.13-1) ...
12:00:11 #10 27.62 Selecting previously unselected package m4.
12:00:11 #10 27.62 Preparing to unpack .../009-m4_1.4.18-5_armhf.deb ...
12:00:11 #10 27.62 Unpacking m4 (1.4.18-5) ...
12:00:11 #10 27.70 Selecting previously unselected package autoconf.
12:00:11 #10 27.70 Preparing to unpack .../010-autoconf_2.69-14_all.deb ...
12:00:11 #10 50.78   Running scriptlet: glibc-2.36-9.fc37.x86_64                             8/143 
12:00:11 #10 50.84   Upgrading        : glibc-2.36-9.fc37.x86_64                             8/143 
12:00:11 #10 50.84   Running scriptlet: glibc-2.36-9.fc37.x86_64                             8/143 
12:00:11 #10 50.96   Installing       : glibc-gconv-extra-2.36-9.fc37.x86_64                 9/143 
12:00:11 #10 50.97   Running scriptlet: glibc-gconv-extra-2.36-9.fc37.x86_64                 9/143 
12:00:11 #10 50.97   Installing       : elfutils-debuginfod-client-0.187-8.fc37.x86_64      10/143 
12:00:11 #10 50.99   Installing       : binutils-gold-2.38-25.fc37.x86_64                   11/143 
12:00:11 #9 52.19   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch               143/148 
12:00:11 #9 52.19   Cleanup          : elfutils-libs-0.187-4.fc36.aarch64                 144/148 
12:00:11 #9 52.20   Cleanup          : elfutils-libelf-0.187-4.fc36.aarch64               145/148 
12:00:11 #9 52.23   Cleanup          : glibc-2.35-20.fc36.aarch64                         146/148 
12:00:11 #9 52.27   Cleanup          : glibc-minimal-langpack-2.35-20.fc36.aarch64        147/148 
12:00:11 #9 52.28   Cleanup          : glibc-common-2.35-20.fc36.aarch64                  148/148 
12:00:11 #10 40.36 Unpacking wdiff (1.2.2-2+b1) ...
12:00:11 #10 40.44 Selecting previously unselected package devscripts.
12:00:11 #10 40.44 Preparing to unpack .../140-devscripts_2.19.5+deb10u1_armhf.deb ...
12:00:11 #10 40.48 Unpacking devscripts (2.19.5+deb10u1) ...
12:00:11 #10 53.40 129 added, 0 removed; done.
12:00:11 #11 54.89 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:11 #11 54.90 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:11 #11 54.91 Setting up libmailtools-perl (2.21-1) ...
12:00:11 #11 54.92 Setting up git (1:2.25.1-1ubuntu3.8) ...
12:00:11 #11 54.96 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
12:00:11 #11 55.00 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:11 #11 55.07 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:11 #11 37.93 Selecting previously unselected package libtool.
12:00:11 #11 37.93 Preparing to unpack .../120-libtool_2.4.6-14_all.deb ...
12:00:11 #11 37.94 Unpacking libtool (2.4.6-14) ...
12:00:11 #11 38.03 Selecting previously unselected package dh-autoreconf.
12:00:11 #11 38.03 Preparing to unpack .../121-dh-autoreconf_19_all.deb ...
12:00:11 #11 38.04 Unpacking dh-autoreconf (19) ...
12:00:11 #11 38.07 Selecting previously unselected package libdebhelper-perl.
12:00:11 #11 38.07 Preparing to unpack .../122-libdebhelper-perl_12.10ubuntu1_all.deb ...
12:00:11 #11 38.08 Unpacking libdebhelper-perl (12.10ubuntu1) ...
12:00:11 #11 38.13 Selecting previously unselected package libarchive-zip-perl.
12:00:11 #11 38.13 Preparing to unpack .../123-libarchive-zip-perl_1.67-2_all.deb ...
12:00:11 #11 38.13 Unpacking libarchive-zip-perl (1.67-2) ...
12:00:11 #10 45.07 Selecting previously unselected package libsort-key-perl.
12:00:11 #10 45.07 Preparing to unpack .../245-libsort-key-perl_1.33-2_armhf.deb ...
12:00:11 #10 45.07 Unpacking libsort-key-perl (1.33-2) ...
12:00:11 #10 45.15 Selecting previously unselected package libstring-copyright-perl.
12:00:11 #10 45.15 Preparing to unpack .../246-libstring-copyright-perl_0.003005-1_all.deb ...
12:00:11 #10 45.15 Unpacking libstring-copyright-perl (0.003005-1) ...
12:00:11 #10 45.21 Selecting previously unselected package libstring-escape-perl.
12:00:11 #10 45.21 Preparing to unpack .../247-libstring-escape-perl_2010.002-2_all.deb ...
12:00:11 #10 45.22 Unpacking libstring-escape-perl (2010.002-2) ...
12:00:11 #10 45.27 Selecting previously unselected package libtext-levenshtein-perl.
12:00:11 #10 45.27 Preparing to unpack .../248-libtext-levenshtein-perl_0.13-1_all.deb ...
12:00:11 #11 52.64 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:00:11 #11 52.65 Setting up libhtml-parser-perl (3.72-5) ...
12:00:11 #11 52.66 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:00:11 #11 52.68 Setting up librole-tiny-perl (2.001004-1) ...
12:00:11 #11 52.69 Setting up build-essential (12.8ubuntu1.1) ...
12:00:11 #11 52.70 Setting up libfont-ttf-perl (1.06-1) ...
12:00:11 #11 52.72 Setting up libfile-homedir-perl (1.004-1) ...
12:00:11 #11 52.73 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
12:00:11 #11 52.74 Setting up libio-socket-ssl-perl (2.067-1) ...
12:00:11 #11 52.76 Setting up libsub-exporter-perl (0.987-1) ...
12:00:11 #11 52.77 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:11 #11 52.78 Setting up libhttp-message-perl (6.22-1) ...
12:00:11 #11 52.79 Setting up libhtml-form-perl (6.07-1) ...
12:00:11 #11 52.81 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
12:00:11 #11 52.82 Setting up libjson-xs-perl (4.020-1build1) ...
12:00:11 #11 52.83 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:11 #11 52.85 Setting up libio-prompter-perl (0.004015-1) ...
12:00:11 #12 4.336 Building dependency tree...
12:00:11 #12 4.527 Reading state information...
12:00:11 #12 4.553 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:11 #12 4.599 Starting 2 pkgProblemResolver with broken count: 0
12:00:11 #12 4.603 Done
12:00:11 #12 4.627  Done
12:00:11 #12 4.635 Starting pkgProblemResolver with broken count: 0
12:00:11 #12 4.665 Starting 2 pkgProblemResolver with broken count: 0
12:00:11 #12 4.668 Done
12:00:11 #11 33.86 Selecting previously unselected package binutils.
12:00:11 #11 33.86 Preparing to unpack .../091-binutils_2.39-3ubuntu1.1_armhf.deb ...
12:00:11 #11 33.89 Unpacking binutils (2.39-3ubuntu1.1) ...
12:00:11 #11 34.10 Selecting previously unselected package libc-dev-bin.
12:00:11 #11 34.10 Preparing to unpack .../092-libc-dev-bin_2.36-0ubuntu4_armhf.deb ...
12:00:11 #10 53.50 Setting up fakeroot (1.29-1) ...
12:00:11 #10 53.50 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:11 #10 53.52 Setting up perl-modules-5.36 (5.36.0-7) ...
12:00:11 #10 53.53 Setting up autotools-dev (20220109.1) ...
12:00:11 #10 53.54 Setting up libglib2.0-data (2.74.5-1) ...
12:00:11 #10 53.55 Setting up rpcsvc-proto (1.4.3-1) ...
12:00:11 #10 53.56 Setting up libjpeg62-turbo:amd64 (1:2.1.2-1+b1) ...
12:00:11 #10 53.57 Setting up libx11-data (2:1.8.3-3) ...
12:00:11 #10 53.59 Setting up make (4.3-4.1) ...
12:00:11 #10 53.60 Setting up libmpfr6:amd64 (4.2.0-1) ...
12:00:11 #10 53.62 Setting up gnupg-l10n (2.2.40-1) ...
12:00:11 #10 53.63 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:00:11 #10 53.64 Setting up strace (6.1-0.1) ...
12:00:11 #10 53.65 Setting up xz-utils (5.4.1-0.1) ...
12:00:11 #10 53.66 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:11 #10 53.68 Setting up t1utils (1.41-4) ...
12:00:11 #10 53.69 Setting up libquadmath0:amd64 (12.2.0-14) ...
12:00:11 #10 53.70 Setting up diffstat (1.65-1) ...
12:00:11 #10 53.71 Setting up libpng16-16:amd64 (1.6.39-2) ...
12:00:11 #10 53.73 Setting up libmpc3:amd64 (1.3.1-1) ...
12:00:11 #10 53.75 Setting up libatomic1:amd64 (12.2.0-14) ...
12:00:11 #10 53.76 Setting up patch (2.7.6-7) ...
12:00:11 #10 53.77 Setting up autopoint (0.21-11) ...
12:00:11 #10 53.83 Setting up fonts-dejavu-core (2.37-2) ...
12:00:11 #10 57.80 Setting up libc6-dev:amd64 (2.28-10+deb10u2) ...
12:00:11 #10 57.83 Setting up libx11-6:amd64 (2:1.6.7-1+deb10u2) ...
12:00:11 #10 57.84 Setting up curl (7.64.0-4+deb10u4) ...
12:00:11 #10 57.85 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
12:00:11 #10 57.86 Setting up gpg (2.2.12-1+deb10u2) ...
12:00:11 #10 57.87 Setting up guile-2.2-libs:amd64 (2.2.4+1-2+deb10u1) ...
12:00:11 #10 57.89 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
12:00:11 #10 57.90 Setting up libstdc++-8-dev:amd64 (8.3.0-6) ...
12:00:11 #10 57.91 Setting up python3.7 (3.7.3-2+deb10u4) ...
12:00:11 #13 7.073 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
12:00:11 #13 7.077 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
12:00:11 #13 7.105 Selecting previously unselected package libudev-dev:amd64.
12:00:11 #13 7.108 Preparing to unpack .../12-libudev-dev_249.11-0ubuntu3.6_amd64.deb ...
12:00:11 #13 7.112 Unpacking libudev-dev:amd64 (249.11-0ubuntu3.6) ...
12:00:11 #13 7.142 Selecting previously unselected package libsepol-dev:amd64.
12:00:11 #13 7.142 Preparing to unpack .../13-libsepol-dev_3.3-1build1_amd64.deb ...
12:00:11 #13 7.146 Unpacking libsepol-dev:amd64 (3.3-1build1) ...
12:00:11 #13 7.189 Selecting previously unselected package libpcre2-16-0:amd64.
12:00:11 #13 7.192 Preparing to unpack .../14-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ...
12:00:11 #13 7.196 Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ...
12:00:11 #13 7.231 Selecting previously unselected package libpcre2-32-0:amd64.
12:00:11 #13 7.232 Preparing to unpack .../15-libpcre2-32-0_10.39-3ubuntu0.1_amd64.deb ...
12:00:11 #13 7.235 Unpacking libpcre2-32-0:amd64 (10.39-3ubuntu0.1) ...
12:00:11 #13 7.271 Selecting previously unselected package libpcre2-posix3:amd64.
12:00:11 #13 7.273 Preparing to unpack .../16-libpcre2-posix3_10.39-3ubuntu0.1_amd64.deb ...
12:00:11 #13 7.277 Unpacking libpcre2-posix3:amd64 (10.39-3ubuntu0.1) ...
12:00:11 #13 7.302 Selecting previously unselected package libpcre2-dev:amd64.
12:00:11 #11 51.36 Setting up libnet-ssleay-perl:arm64 (1.92-2) ...
12:00:11 #11 51.37 Setting up automake (1:1.16.5-1.3) ...
12:00:11 #11 51.38 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:11 #11 51.38 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:00:11 #11 51.38 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:00:11 #11 51.39 Setting up libapt-pkg-perl (0.1.40build2) ...
12:00:11 #11 51.39 Setting up libstring-escape-perl (2010.002-2) ...
12:00:11 #11 51.40 Setting up libberkeleydb-perl:arm64 (0.64-1build3) ...
12:00:11 #11 51.41 Setting up libhttp-date-perl (6.05-1) ...
12:00:11 #11 51.43 Setting up libfile-which-perl (1.27-1) ...
12:00:11 #11 51.44 Setting up libfile-basedir-perl (0.09-1) ...
12:00:11 #11 51.45 Setting up libunicode-utf8-perl (0.62-1build4) ...
12:00:11 #11 51.46 Setting up libset-intspan-perl (1.19-2) ...
12:00:11 #11 51.47 Setting up libmouse-perl (2.5.10-1build4) ...
12:00:11 #11 51.48 Setting up libfile-listing-perl (6.15-1) ...
12:00:11 #11 51.49 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
12:00:11 #11 51.50 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:00:11 #11 51.51 Setting up libdata-messagepack-perl (1.02-1) ...
12:00:11 #11 51.52 Setting up libfont-afm-perl (1.20-3) ...
12:00:11 #11 51.54 Setting up libwant-perl (0.29-2) ...
12:00:11 #11 51.55 Setting up libdynaloader-functions-perl (0.003-2) ...
12:00:11 #11 51.56 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:00:11 #10 55.27 Setting up libmodule-runtime-perl (0.016-2) ...
12:00:11 #10 55.28 Setting up libmailtools-perl (2.21-2) ...
12:00:11 #10 55.29 Setting up python3-idna (3.3-1) ...
12:00:11 #12 4.597 Building dependency tree...
12:00:11 #12 4.782 Reading state information...
12:00:11 #12 4.798 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:11 #12 4.832 Starting 2 pkgProblemResolver with broken count: 0
12:00:11 #12 4.834 Done
12:00:11 #12 4.851  Done
12:00:11 #12 4.857 Starting pkgProblemResolver with broken count: 0
12:00:11 #12 4.881 Starting 2 pkgProblemResolver with broken count: 0
12:00:11 #12 4.883 Done
12:00:11 #12 4.965 The following additional packages will be installed:
12:00:11 #11 45.70 Setting up libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
12:00:11 #11 45.72 Setting up gcc (4:11.2.0-1ubuntu1) ...
12:00:11 #11 45.76 Setting up python3-six (1.16.0-3ubuntu1) ...
12:00:11 #11 36.68 Unpacking dwz (0.14-1build2) ...
12:00:11 #11 36.73 Selecting previously unselected package gettext.
12:00:11 #11 36.73 Preparing to unpack .../113-gettext_0.21-4ubuntu4_armhf.deb ...
12:00:11 #11 36.74 Unpacking gettext (0.21-4ubuntu4) ...
12:00:11 #11 36.82 Selecting previously unselected package intltool-debian.
12:00:11 #11 36.82 Preparing to unpack .../114-intltool-debian_0.35.0+20060710.5_all.deb ...
12:00:11 #11 36.82 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:00:11 #11 36.86 Selecting previously unselected package po-debconf.
12:00:11 #11 36.86 Preparing to unpack .../115-po-debconf_1.0.21+nmu1_all.deb ...
12:00:11 #11 36.87 Unpacking po-debconf (1.0.21+nmu1) ...
12:00:11 #11 36.95 Selecting previously unselected package debhelper.
12:00:11 #11 36.95 Preparing to unpack .../116-debhelper_13.6ubuntu1_all.deb ...
12:00:11 #10 27.71 Unpacking autoconf (2.69-14) ...
12:00:11 #10 27.82 Selecting previously unselected package autotools-dev.
12:00:11 #10 27.82 Preparing to unpack .../011-autotools-dev_20180224.1+nmu1_all.deb ...
12:00:11 #10 27.83 Unpacking autotools-dev (20180224.1+nmu1) ...
12:00:11 #10 27.89 Selecting previously unselected package automake.
12:00:11 #10 27.89 Preparing to unpack .../012-automake_1%3a1.16.3-2_all.deb ...
12:00:11 #10 27.90 Unpacking automake (1:1.16.3-2) ...
12:00:11 #10 51.08   Installing       : binutils-2.38-25.fc37.x86_64                        12/143 
12:00:11 #10 51.09   Running scriptlet: binutils-2.38-25.fc37.x86_64                        12/143 
12:00:11 #10 51.10   Installing       : hunspell-en-GB-0.20140811.1-23.fc37.noarch          13/143 
12:00:11 #10 51.11   Installing       : hunspell-en-0.20140811.1-23.fc37.noarch             14/143 
12:00:11 #10 51.13   Installing       : hunspell-en-US-0.20140811.1-23.fc37.noarch          15/143 
12:00:11 #10 51.13   Installing       : hunspell-1.7.0-21.fc37.x86_64                       16/143 
12:00:11 #10 51.16   Installing       : elfutils-0.187-8.fc37.x86_64                        17/143 
12:00:11 #10 51.17   Installing       : dwz-0.14-7.fc37.x86_64                              18/143 
12:00:11 #10 51.17   Installing       : file-5.42-4.fc37.x86_64                             19/143 
12:00:11 #10 51.18   Installing       : unzip-6.0-58.fc37.x86_64                            20/143 
12:00:11 #10 51.19   Installing       : xz-5.2.5-10.fc37.x86_64                             21/143 
12:00:11 #10 51.20   Installing       : zip-3.0-33.fc37.x86_64                              22/143 
12:00:11 #10 51.21   Installing       : enchant2-2.3.3-2.fc37.x86_64                        23/143 
12:00:11 #10 51.22   Installing       : python3-enchant-3.2.2-5.fc37.noarch                 24/143 
12:00:11 #10 51.22   Installing       : bzip2-1.0.8-12.fc37.x86_64                          25/143 
12:00:11 #10 51.23   Installing       : cpio-2.13-13.fc37.x86_64                            26/143 
12:00:11 #10 51.24   Installing       : dash-0.5.11.5-2.fc37.x86_64                         27/143 
12:00:11 #10 51.24   Running scriptlet: dash-0.5.11.5-2.fc37.x86_64                         27/143 
12:00:11 #10 51.26   Installing       : diffutils-3.8-3.fc37.x86_64                         28/143 
12:00:11 #10 51.27   Installing       : ed-1.18-2.fc37.x86_64                               29/143 
12:00:11 #10 51.27   Installing       : patch-2.7.6-17.fc37.x86_64                          30/143 
12:00:11 #10 53.43 Setting up libfreetype6:amd64 (2.10.4+dfsg-1+deb11u1) ...
12:00:11 #10 53.45 Setting up shared-mime-info (2.0-1) ...
12:00:11 #10 40.70 Selecting previously unselected package diffstat.
12:00:11 #10 40.70 Preparing to unpack .../141-diffstat_1.62-1_armhf.deb ...
12:00:11 #10 40.70 Unpacking diffstat (1.62-1) ...
12:00:11 #10 40.74 Selecting previously unselected package distro-info-data.
12:00:11 #10 40.74 Preparing to unpack .../142-distro-info-data_0.41+deb10u6_all.deb ...
12:00:11 #10 40.75 Unpacking distro-info-data (0.41+deb10u6) ...
12:00:11 #10 40.80 Selecting previously unselected package python3-pkg-resources.
12:00:11 #10 40.80 Preparing to unpack .../143-python3-pkg-resources_40.8.0-1_all.deb ...
12:00:11 #10 40.80 Unpacking python3-pkg-resources (40.8.0-1) ...
12:00:11 #10 40.87 Selecting previously unselected package python3-chardet.
12:00:11 #10 ...
12:00:11 
12:00:11 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:11 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 10.3s
12:00:11 #11 55.13 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:11 #11 55.26 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:11 #11 55.32 Setting up dh-strip-nondeterminism (1.7.0-1) ...
12:00:11 #11 55.34 Setting up libconst-fast-perl (0.014-1) ...
12:00:11 #11 55.35 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ...
12:00:11 #11 55.36 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:11 #11 55.36 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.15) ...
12:00:11 #11 55.39 Setting up curl (7.68.0-1ubuntu2.15) ...
12:00:11 #11 55.40 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:00:11 #11 55.41 Setting up libmodule-implementation-perl (0.09-1) ...
12:00:11 #11 55.42 Setting up libemail-valid-perl (1.202-1) ...
12:00:11 #11 38.18 Selecting previously unselected package libsub-override-perl.
12:00:11 #11 38.18 Preparing to unpack .../124-libsub-override-perl_0.09-2_all.deb ...
12:00:11 #11 38.19 Unpacking libsub-override-perl (0.09-2) ...
12:00:11 #11 38.23 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:00:11 #11 38.23 Preparing to unpack .../125-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
12:00:11 #11 38.24 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
12:00:11 #11 38.29 Selecting previously unselected package dh-strip-nondeterminism.
12:00:11 #11 38.29 Preparing to unpack .../126-dh-strip-nondeterminism_1.7.0-1_all.deb ...
12:00:11 #11 38.29 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
12:00:11 #11 38.33 Selecting previously unselected package dwz.
12:00:11 #11 38.33 Preparing to unpack .../127-dwz_0.13-5_armhf.deb ...
12:00:11 #11 38.33 Unpacking dwz (0.13-5) ...
12:00:11 #13 16.28 Transaction test succeeded.
12:00:11 #13 16.28 Running transaction
12:00:11 #10 45.28 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:00:11 #10 45.33 Selecting previously unselected package libunicode-utf8-perl.
12:00:11 #10 45.33 Preparing to unpack .../249-libunicode-utf8-perl_0.60-1build4_armhf.deb ...
12:00:11 #10 45.34 Unpacking libunicode-utf8-perl (0.60-1build4) ...
12:00:11 #10 45.39 Selecting previously unselected package libxml-namespacesupport-perl.
12:00:11 #10 45.39 Preparing to unpack .../250-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:00:11 #10 45.40 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:00:11 #10 45.50 Selecting previously unselected package libxml-sax-base-perl.
12:00:11 #10 45.50 Preparing to unpack .../251-libxml-sax-base-perl_1.09-1_all.deb ...
12:00:11 #11 52.86 Setting up libhttp-cookies-perl (6.08-1) ...
12:00:11 #11 52.87 Setting up po-debconf (1.0.21) ...
12:00:11 #11 52.88 Setting up libhtml-tree-perl (5.07-2) ...
12:00:11 #11 52.90 Setting up libparams-classify-perl (0.015-1build2) ...
12:00:11 #11 52.91 Setting up libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
12:00:11 #11 52.93 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:00:11 #11 52.94 Setting up libnet-dns-sec-perl (1.15-1) ...
12:00:11 #11 52.97 Setting up libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.15) ...
12:00:11 #11 52.98 Setting up libsereal-perl (4.011-1) ...
12:00:11 #11 52.99 Setting up libhtml-format-perl (2.12-1) ...
12:00:11 #11 53.01 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:00:11 #11 53.07 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:11 #12 4.790 The following additional packages will be installed:
12:00:11 #12 4.790   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:00:11 #12 4.790   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
12:00:11 #12 4.790   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
12:00:11 #12 4.791   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:11 #12 4.793 Suggested packages:
12:00:11 #12 4.793   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:00:11 #12 4.793 Recommended packages:
12:00:11 #12 4.793   dmsetup
12:00:11 #12 4.842 The following NEW packages will be installed:
12:00:11 #12 4.843   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:00:11 #12 4.843   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
12:00:11 #12 4.843   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
12:00:11 #12 4.844   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:11 #9 49.25   Running scriptlet: glibc-common-2.36-8.fc37.aarch64                   143/143 
12:00:11 #9 52.19   Verifying        : bzip2-1.0.8-12.fc37.aarch64                          1/143 
12:00:11 #9 52.19   Verifying        : cpio-2.13-13.fc37.aarch64                            2/143 
12:00:11 #9 52.19   Verifying        : dash-0.5.11.5-2.fc37.aarch64                         3/143 
12:00:11 #9 52.19   Verifying        : desktop-file-utils-0.26-7.fc37.aarch64               4/143 
12:00:11 #9 52.19   Verifying        : devscripts-checkbashisms-2.22.2-3.fc37.aarch64       5/143 
12:00:11 #9 52.19   Verifying        : diffutils-3.8-3.fc37.aarch64                         6/143 
12:00:11 #9 52.19   Verifying        : dnf-plugins-core-4.3.1-1.fc37.noarch                 7/143 
12:00:11 #9 52.19   Verifying        : dwz-0.14-7.fc37.aarch64                              8/143 
12:00:11 #9 52.19   Verifying        : ed-1.18-2.fc37.aarch64                               9/143 
12:00:11 #9 52.19   Verifying        : efi-srpm-macros-5-6.fc37.noarch                     10/143 
12:00:11 #9 52.19   Verifying        : elfutils-0.187-8.fc37.aarch64                       11/143 
12:00:11 #9 52.19   Verifying        : elfutils-debuginfod-client-0.187-8.fc37.aarch64     12/143 
12:00:11 #9 52.19   Verifying        : enchant2-2.3.3-2.fc37.aarch64                       13/143 
12:00:11 #9 52.19   Verifying        : file-5.42-4.fc37.aarch64                            14/143 
12:00:11 #9 52.19   Verifying        : fonts-srpm-macros-1:2.0.5-9.fc37.noarch             15/143 
12:00:11 #9 52.19   Verifying        : fpc-srpm-macros-1.3-6.fc37.noarch                   16/143 
12:00:11 #9 52.19   Verifying        : gdk-pixbuf2-2.42.10-1.fc37.aarch64                  17/143 
12:00:11 #9 52.19   Verifying        : ghc-srpm-macros-1.5.0-7.fc37.noarch                 18/143 
12:00:11 #9 52.19   Verifying        : go-srpm-macros-3.2.0-1.fc37.noarch                  19/143 
12:00:11 #9 52.19   Verifying        : groff-base-1.22.4-10.fc37.aarch64                   20/143 
12:00:11 #9 52.19   Verifying        : hunspell-1.7.0-21.fc37.aarch64                      21/143 
12:00:11 #9 52.19   Verifying        : hunspell-en-0.20140811.1-23.fc37.noarch             22/143 
12:00:11 #9 52.19   Verifying        : hunspell-en-GB-0.20140811.1-23.fc37.noarch          23/143 
12:00:11 #9 52.19   Verifying        : hunspell-en-US-0.20140811.1-23.fc37.noarch          24/143 
12:00:11 #9 52.19   Verifying        : hunspell-filesystem-1.7.0-21.fc37.aarch64           25/143 
12:00:11 #9 52.19   Verifying        : json-glib-1.6.6-3.fc37.aarch64                      26/143 
12:00:11 #9 52.19   Verifying        : kernel-srpm-macros-1.0-15.fc37.noarch               27/143 
12:00:11 #9 52.19   Verifying        : libappstream-glib-0.8.1-1.fc37.aarch64              28/143 
12:00:11 #9 52.19   Verifying        : libjpeg-turbo-2.1.3-2.fc37.aarch64                  29/143 
12:00:11 #9 52.19   Verifying        : libpkgconf-1.8.0-3.fc37.aarch64                     30/143 
12:00:11 #9 52.19   Verifying        : libpng-2:1.6.37-13.fc37.aarch64                     31/143 
12:00:11 #9 52.19   Verifying        : libstemmer-0-19.585svn.fc37.aarch64                 32/143 
12:00:11 #9 52.19   Verifying        : lua-srpm-macros-1-7.fc37.noarch                     33/143 
12:00:11 #9 52.19   Verifying        : ncurses-6.3-3.20220501.fc37.aarch64                 34/143 
12:00:11 #9 52.19   Verifying        : nim-srpm-macros-3-7.fc37.noarch                     35/143 
12:00:11 #9 52.19   Verifying        : ocaml-srpm-macros-7-2.fc37.noarch                   36/143 
12:00:11 #9 52.19   Verifying        : openblas-srpm-macros-2-12.fc37.noarch               37/143 
12:00:11 #9 52.19   Verifying        : package-notes-srpm-macros-0.5-6.fc37.noarch         38/143 
12:00:11 #9 52.19   Verifying        : patch-2.7.6-17.fc37.aarch64                         39/143 
12:00:11 #9 52.19   Verifying        : perl-AutoLoader-5.74-492.fc37.noarch                40/143 
12:00:11 #9 52.19   Verifying        : perl-B-1.83-492.fc37.aarch64                        41/143 
12:00:11 #9 52.19   Verifying        : perl-Carp-1.52-489.fc37.noarch                      42/143 
12:00:11 #9 52.19   Verifying        : perl-Class-Struct-0.66-492.fc37.noarch              43/143 
12:00:11 #9 52.19   Verifying        : perl-Data-Dumper-2.184-490.fc37.aarch64             44/143 
12:00:11 #9 52.19   Verifying        : perl-Digest-1.20-489.fc37.noarch                    45/143 
12:00:11 #9 52.19   Verifying        : perl-Digest-MD5-2.58-489.fc37.aarch64               46/143 
12:00:11 #9 52.19   Verifying        : perl-DynaLoader-1.52-492.fc37.aarch64               47/143 
12:00:11 #9 52.19   Verifying        : perl-Encode-4:3.19-492.fc37.aarch64                 48/143 
12:00:11 #9 52.19   Verifying        : perl-Errno-1.36-492.fc37.aarch64                    49/143 
12:00:11 #9 52.19   Verifying        : perl-Exporter-5.77-489.fc37.noarch                  50/143 
12:00:11 #9 52.19   Verifying        : perl-Fcntl-1.15-492.fc37.aarch64                    51/143 
12:00:11 #9 52.19   Verifying        : perl-File-Basename-2.85-492.fc37.noarch             52/143 
12:00:11 #9 52.19   Verifying        : perl-File-Path-2.18-489.fc37.noarch                 53/143 
12:00:11 #9 52.19   Verifying        : perl-File-Temp-1:0.231.100-489.fc37.noarch          54/143 
12:00:11 #9 52.19   Verifying        : perl-File-stat-1.12-492.fc37.noarch                 55/143 
12:00:11 #9 52.19   Verifying        : perl-FileHandle-2.03-492.fc37.noarch                56/143 
12:00:11 #9 52.19   Verifying        : perl-Getopt-Std-1.13-492.fc37.noarch                57/143 
12:00:11 #9 52.19   Verifying        : perl-HTTP-Tiny-0.082-1.fc37.noarch                  58/143 
12:00:11 #9 52.19   Verifying        : perl-IO-1.50-492.fc37.aarch64                       59/143 
12:00:11 #9 52.19   Verifying        : perl-IO-Socket-IP-0.41-490.fc37.noarch              60/143 
12:00:11 #9 52.19   Verifying        : perl-IO-Socket-SSL-2.075-1.fc37.noarch              61/143 
12:00:11 #9 52.19   Verifying        : perl-IPC-Open3-1.22-492.fc37.noarch                 62/143 
12:00:11 #9 52.19   Verifying        : perl-MIME-Base64-3.16-489.fc37.aarch64              63/143 
12:00:11 #9 52.19   Verifying        : perl-Mozilla-CA-20211001-4.fc37.noarch              64/143 
12:00:11 #9 52.19   Verifying        : perl-NDBM_File-1.15-492.fc37.aarch64                65/143 
12:00:11 #9 52.19   Verifying        : perl-Net-SSLeay-1.92-4.fc37.aarch64                 66/143 
12:00:11 #9 52.19   Verifying        : perl-POSIX-2.03-492.fc37.aarch64                    67/143 
12:00:11 #9 52.19   Verifying        : perl-PathTools-3.84-489.fc37.aarch64                68/143 
12:00:11 #9 52.19   Verifying        : perl-Pod-Escapes-1:1.07-489.fc37.noarch             69/143 
12:00:11 #9 52.19   Verifying        : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            70/143 
12:00:11 #9 52.19   Verifying        : perl-Pod-Simple-1:3.43-490.fc37.noarch              71/143 
12:00:11 #9 52.19   Verifying        : perl-Pod-Usage-4:2.03-3.fc37.noarch                 72/143 
12:00:11 #9 52.19   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc37.aarch64      73/143 
12:00:11 #9 52.19   Verifying        : perl-SelectSaver-1.02-492.fc37.noarch               74/143 
12:00:11 #9 52.19   Verifying        : perl-Socket-4:2.036-1.fc37.aarch64                  75/143 
12:00:11 #9 52.19   Verifying        : perl-Storable-1:3.26-489.fc37.aarch64               76/143 
12:00:11 #9 52.19   Verifying        : perl-Symbol-1.09-492.fc37.noarch                    77/143 
12:00:11 #9 52.19   Verifying        : perl-Term-ANSIColor-5.01-490.fc37.noarch            78/143 
12:00:11 #9 52.19   Verifying        : perl-Term-Cap-1.17-489.fc37.noarch                  79/143 
12:00:11 #9 52.19   Verifying        : perl-Text-ParseWords-3.31-489.fc37.noarch           80/143 
12:00:11 #9 52.19   Verifying        : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       81/143 
12:00:11 #9 52.19   Verifying        : perl-Time-Local-2:1.300-489.fc37.noarch             82/143 
12:00:11 #9 52.19   Verifying        : perl-base-2.27-492.fc37.noarch                      83/143 
12:00:11 #9 52.19   Verifying        : perl-constant-1.33-490.fc37.noarch                  84/143 
12:00:11 #9 52.19   Verifying        : perl-if-0.61.000-492.fc37.noarch                    85/143 
12:00:11 #9 52.19   Verifying        : perl-interpreter-4:5.36.0-492.fc37.aarch64          86/143 
12:00:11 #9 52.19   Verifying        : perl-libnet-3.14-490.fc37.noarch                    87/143 
12:00:11 #9 52.19   Verifying        : perl-libs-4:5.36.0-492.fc37.aarch64                 88/143 
12:00:11 #9 52.19   Verifying        : perl-mro-1.26-492.fc37.aarch64                      89/143 
12:00:11 #9 52.19   Verifying        : perl-overload-1.35-492.fc37.noarch                  90/143 
12:00:11 #9 52.19   Verifying        : perl-overloading-0.02-492.fc37.noarch               91/143 
12:00:11 #9 52.19   Verifying        : perl-parent-1:0.238-489.fc37.noarch                 92/143 
12:00:11 #9 52.19   Verifying        : perl-podlators-1:4.14-489.fc37.noarch               93/143 
12:00:11 #9 52.19   Verifying        : perl-srpm-macros-1-46.fc37.noarch                   94/143 
12:00:11 #9 52.19   Verifying        : perl-subs-1.04-492.fc37.noarch                      95/143 
12:00:11 #9 52.19   Verifying        : perl-vars-1.05-492.fc37.noarch                      96/143 
12:00:11 #9 52.19   Verifying        : pkgconf-1.8.0-3.fc37.aarch64                        97/143 
12:00:11 #9 52.19   Verifying        : pkgconf-m4-1.8.0-3.fc37.noarch                      98/143 
12:00:11 #9 52.19   Verifying        : pkgconf-pkg-config-1.8.0-3.fc37.aarch64             99/143 
12:00:11 #9 52.19   Verifying        : python3-construct-2.10.68-3.fc37.noarch            100/143 
12:00:11 #9 52.19   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch             101/143 
12:00:11 #9 52.19   Verifying        : python3-distro-1.7.0-3.fc37.noarch                 102/143 
12:00:11 #9 52.19   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc37.noarch       103/143 
12:00:11 #9 52.19   Verifying        : python3-enchant-3.2.2-5.fc37.noarch                104/143 
12:00:11 #9 52.19   Verifying        : python3-file-magic-5.42-4.fc37.noarch              105/143 
12:00:11 #9 52.19   Verifying        : python3-pybeam-0.7-4.fc37.noarch                   106/143 
12:00:11 #9 52.19   Verifying        : python3-pyxdg-0.27-6.fc37.noarch                   107/143 
12:00:11 #9 52.19   Verifying        : python3-six-1.16.0-8.fc37.noarch                   108/143 
12:00:11 #9 52.19   Verifying        : python3-tomli-w-1.0.0-4.fc37.noarch                109/143 
12:00:11 #9 52.19   Verifying        : rpm-build-4.18.0-1.fc37.aarch64                    110/143 
12:00:11 #9 52.19   Verifying        : shared-mime-info-2.2-2.fc37.aarch64                111/143 
12:00:11 #9 52.19   Verifying        : unzip-6.0-58.fc37.aarch64                          112/143 
12:00:11 #9 52.19   Verifying        : xxhash-libs-0.8.1-3.fc37.aarch64                   113/143 
12:00:11 #9 52.19   Verifying        : xz-5.2.5-10.fc37.aarch64                           114/143 
12:00:11 #9 52.19   Verifying        : zip-3.0-33.fc37.aarch64                            115/143 
12:00:11 #9 52.19   Verifying        : zstd-1.5.2-3.fc37.aarch64                          116/143 
12:00:11 #9 52.19   Verifying        : ansible-srpm-macros-1-8.1.fc37.noarch              117/143 
12:00:11 #9 52.19   Verifying        : binutils-2.38-25.fc37.aarch64                      118/143 
12:00:11 #9 52.19   Verifying        : binutils-gold-2.38-25.fc37.aarch64                 119/143 
12:00:11 #9 52.19   Verifying        : dbus-libs-1:1.14.4-1.fc37.aarch64                  120/143 
12:00:11 #9 52.19   Verifying        : debugedit-5.0-7.fc37.aarch64                       121/143 
12:00:11 #9 52.19   Verifying        : emacs-filesystem-1:28.2-3.fc37.noarch              122/143 
12:00:11 #9 52.19   Verifying        : gdb-minimal-12.1-7.fc37.aarch64                    123/143 
12:00:11 #9 52.19   Verifying        : glibc-gconv-extra-2.36-9.fc37.aarch64              124/143 
12:00:11 #9 52.19   Verifying        : gnat-srpm-macros-5-1.fc37.noarch                   125/143 
12:00:11 #9 52.19   Verifying        : perl-Getopt-Long-1:2.54-1.fc37.noarch              126/143 
12:00:11 #9 52.19   Verifying        : perl-URI-5.17-1.fc37.noarch                        127/143 
12:00:11 #9 52.19   Verifying        : pyproject-srpm-macros-1.6.0-1.fc37.noarch          128/143 
12:00:11 #9 52.19   Verifying        : python-srpm-macros-3.11-5.fc37.noarch              129/143 
12:00:11 #9 52.19   Verifying        : python3-dbus-1.3.2-1.fc37.aarch64                  130/143 
12:00:11 #9 52.19   Verifying        : python3-zstandard-0.19.0-1.fc37.aarch64            131/143 
12:00:11 #9 52.19   Verifying        : qt5-srpm-macros-5.15.8-1.fc37.noarch               132/143 
12:00:11 #9 52.19   Verifying        : redhat-rpm-config-229-1.fc37.noarch                133/143 
12:00:11 #9 52.19   Verifying        : rpmautospec-rpm-macros-0.3.1-1.fc37.noarch         134/143 
12:00:11 #9 52.19   Verifying        : rpmlint-2.4.0-3.fc37.noarch                        135/143 
12:00:11 #9 52.19   Verifying        : rpmlint-fedora-license-data-1.12-1.fc37.noarch     136/143 
12:00:11 #9 52.19   Verifying        : rust-srpm-macros-23-1.fc37.noarch                  137/143 
12:00:11 #9 52.19   Verifying        : glibc-2.36-9.fc37.aarch64                          138/143 
12:00:11 #9 52.20   Verifying        : glibc-2.36-8.fc37.aarch64                          139/143 
12:00:11 #9 52.20   Verifying        : glibc-common-2.36-9.fc37.aarch64                   140/143 
12:00:11 #9 52.20   Verifying        : glibc-common-2.36-8.fc37.aarch64                   141/143 
12:00:11 #9 52.20   Verifying        : glibc-minimal-langpack-2.36-9.fc37.aarch64         142/143 
12:00:11 #9 52.20   Verifying        : glibc-minimal-langpack-2.36-8.fc37.aarch64         143/143 
12:00:11 #9 52.34 
12:00:11 #9 52.34 Upgraded:
12:00:11 #9 52.34   glibc-2.36-9.fc37.aarch64                   glibc-common-2.36-9.fc37.aarch64 
12:00:11 #9 52.34   glibc-minimal-langpack-2.36-9.fc37.aarch64 
12:00:11 #9 52.34 Installed:
12:00:11 #9 52.34   ansible-srpm-macros-1-8.1.fc37.noarch                                         
12:00:11 #9 52.34   binutils-2.38-25.fc37.aarch64                                                 
12:00:11 #9 52.34   binutils-gold-2.38-25.fc37.aarch64                                            
12:00:11 #9 52.34   bzip2-1.0.8-12.fc37.aarch64                                                   
12:00:11 #9 52.34   cpio-2.13-13.fc37.aarch64                                                     
12:00:11 #9 52.34   dash-0.5.11.5-2.fc37.aarch64                                                  
12:00:11 #9 52.34   dbus-libs-1:1.14.4-1.fc37.aarch64                                             
12:00:11 #9 52.34   debugedit-5.0-7.fc37.aarch64                                                  
12:00:11 #9 52.34   desktop-file-utils-0.26-7.fc37.aarch64                                        
12:00:11 #9 52.34   devscripts-checkbashisms-2.22.2-3.fc37.aarch64                                
12:00:11 #9 52.34   diffutils-3.8-3.fc37.aarch64                                                  
12:00:11 #9 52.34   dnf-plugins-core-4.3.1-1.fc37.noarch                                          
12:00:11 #9 52.34   dwz-0.14-7.fc37.aarch64                                                       
12:00:11 #9 52.34   ed-1.18-2.fc37.aarch64                                                        
12:00:11 #9 52.34   efi-srpm-macros-5-6.fc37.noarch                                               
12:00:11 #9 52.34   elfutils-0.187-8.fc37.aarch64                                                 
12:00:11 #9 52.34   elfutils-debuginfod-client-0.187-8.fc37.aarch64                               
12:00:11 #9 52.34   emacs-filesystem-1:28.2-3.fc37.noarch                                         
12:00:11 #9 52.34   enchant2-2.3.3-2.fc37.aarch64                                                 
12:00:11 #9 52.34   file-5.42-4.fc37.aarch64                                                      
12:00:11 #9 52.34   fonts-srpm-macros-1:2.0.5-9.fc37.noarch                                       
12:00:11 #9 52.34   fpc-srpm-macros-1.3-6.fc37.noarch                                             
12:00:11 #9 52.34   gdb-minimal-12.1-7.fc37.aarch64                                               
12:00:11 #9 52.34   gdk-pixbuf2-2.42.10-1.fc37.aarch64                                            
12:00:11 #9 52.34   ghc-srpm-macros-1.5.0-7.fc37.noarch                                           
12:00:11 #9 52.34   glibc-gconv-extra-2.36-9.fc37.aarch64                                         
12:00:11 #9 52.34   gnat-srpm-macros-5-1.fc37.noarch                                              
12:00:11 #9 52.34   go-srpm-macros-3.2.0-1.fc37.noarch                                            
12:00:11 #9 52.34   groff-base-1.22.4-10.fc37.aarch64                                             
12:00:11 #9 52.34   hunspell-1.7.0-21.fc37.aarch64                                                
12:00:11 #9 52.34   hunspell-en-0.20140811.1-23.fc37.noarch                                       
12:00:11 #9 52.34   hunspell-en-GB-0.20140811.1-23.fc37.noarch                                    
12:00:11 #9 52.34   hunspell-en-US-0.20140811.1-23.fc37.noarch                                    
12:00:11 #9 52.34   hunspell-filesystem-1.7.0-21.fc37.aarch64                                     
12:00:11 #9 52.34   json-glib-1.6.6-3.fc37.aarch64                                                
12:00:11 #9 52.34   kernel-srpm-macros-1.0-15.fc37.noarch                                         
12:00:11 #9 52.34   libappstream-glib-0.8.1-1.fc37.aarch64                                        
12:00:11 #9 52.34   libjpeg-turbo-2.1.3-2.fc37.aarch64                                            
12:00:11 #9 52.34   libpkgconf-1.8.0-3.fc37.aarch64                                               
12:00:11 #9 52.34   libpng-2:1.6.37-13.fc37.aarch64                                               
12:00:11 #9 52.34   libstemmer-0-19.585svn.fc37.aarch64                                           
12:00:11 #9 52.34   lua-srpm-macros-1-7.fc37.noarch                                               
12:00:11 #9 52.34   ncurses-6.3-3.20220501.fc37.aarch64                                           
12:00:11 #9 52.34   nim-srpm-macros-3-7.fc37.noarch                                               
12:00:11 #9 52.34   ocaml-srpm-macros-7-2.fc37.noarch                                             
12:00:11 #9 52.34   openblas-srpm-macros-2-12.fc37.noarch                                         
12:00:11 #9 52.34   package-notes-srpm-macros-0.5-6.fc37.noarch                                   
12:00:11 #9 52.34   patch-2.7.6-17.fc37.aarch64                                                   
12:00:11 #9 52.34   perl-AutoLoader-5.74-492.fc37.noarch                                          
12:00:11 #9 52.34   perl-B-1.83-492.fc37.aarch64                                                  
12:00:11 #9 52.34   perl-Carp-1.52-489.fc37.noarch                                                
12:00:11 #9 52.34   perl-Class-Struct-0.66-492.fc37.noarch                                        
12:00:11 #9 52.34   perl-Data-Dumper-2.184-490.fc37.aarch64                                       
12:00:11 #9 52.34   perl-Digest-1.20-489.fc37.noarch                                              
12:00:11 #9 52.34   perl-Digest-MD5-2.58-489.fc37.aarch64                                         
12:00:11 #9 52.34   perl-DynaLoader-1.52-492.fc37.aarch64                                         
12:00:11 #9 52.34   perl-Encode-4:3.19-492.fc37.aarch64                                           
12:00:11 #9 52.34   perl-Errno-1.36-492.fc37.aarch64                                              
12:00:11 #9 52.34   perl-Exporter-5.77-489.fc37.noarch                                            
12:00:11 #9 52.34   perl-Fcntl-1.15-492.fc37.aarch64                                              
12:00:11 #9 52.34   perl-File-Basename-2.85-492.fc37.noarch                                       
12:00:11 #9 52.34   perl-File-Path-2.18-489.fc37.noarch                                           
12:00:11 #9 52.34   perl-File-Temp-1:0.231.100-489.fc37.noarch                                    
12:00:11 #9 52.34   perl-File-stat-1.12-492.fc37.noarch                                           
12:00:11 #9 52.34   perl-FileHandle-2.03-492.fc37.noarch                                          
12:00:11 #9 52.34   perl-Getopt-Long-1:2.54-1.fc37.noarch                                         
12:00:11 #9 52.34   perl-Getopt-Std-1.13-492.fc37.noarch                                          
12:00:11 #9 52.34   perl-HTTP-Tiny-0.082-1.fc37.noarch                                            
12:00:11 #9 52.34   perl-IO-1.50-492.fc37.aarch64                                                 
12:00:11 #9 52.34   perl-IO-Socket-IP-0.41-490.fc37.noarch                                        
12:00:11 #9 52.34   perl-IO-Socket-SSL-2.075-1.fc37.noarch                                        
12:00:11 #9 52.34   perl-IPC-Open3-1.22-492.fc37.noarch                                           
12:00:11 #9 52.34   perl-MIME-Base64-3.16-489.fc37.aarch64                                        
12:00:11 #9 52.34   perl-Mozilla-CA-20211001-4.fc37.noarch                                        
12:00:11 #9 52.34   perl-NDBM_File-1.15-492.fc37.aarch64                                          
12:00:11 #9 52.34   perl-Net-SSLeay-1.92-4.fc37.aarch64                                           
12:00:11 #9 52.34   perl-POSIX-2.03-492.fc37.aarch64                                              
12:00:11 #9 52.34   perl-PathTools-3.84-489.fc37.aarch64                                          
12:00:11 #9 52.34   perl-Pod-Escapes-1:1.07-489.fc37.noarch                                       
12:00:11 #9 52.34   perl-Pod-Perldoc-3.28.01-490.fc37.noarch                                      
12:00:11 #9 52.34   perl-Pod-Simple-1:3.43-490.fc37.noarch                                        
12:00:11 #9 52.34   perl-Pod-Usage-4:2.03-3.fc37.noarch                                           
12:00:11 #9 52.34   perl-Scalar-List-Utils-5:1.63-489.fc37.aarch64                                
12:00:11 #9 52.34   perl-SelectSaver-1.02-492.fc37.noarch                                         
12:00:11 #9 52.34   perl-Socket-4:2.036-1.fc37.aarch64                                            
12:00:11 #9 52.34   perl-Storable-1:3.26-489.fc37.aarch64                                         
12:00:11 #9 52.34   perl-Symbol-1.09-492.fc37.noarch                                              
12:00:11 #9 52.34   perl-Term-ANSIColor-5.01-490.fc37.noarch                                      
12:00:11 #9 52.34   perl-Term-Cap-1.17-489.fc37.noarch                                            
12:00:11 #9 52.34   perl-Text-ParseWords-3.31-489.fc37.noarch                                     
12:00:11 #9 52.34   perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch                                 
12:00:11 #9 52.34   perl-Time-Local-2:1.300-489.fc37.noarch                                       
12:00:11 #9 52.34   perl-URI-5.17-1.fc37.noarch                                                   
12:00:11 #9 52.34   perl-base-2.27-492.fc37.noarch                                                
12:00:11 #9 52.34   perl-constant-1.33-490.fc37.noarch                                            
12:00:11 #9 52.34   perl-if-0.61.000-492.fc37.noarch                                              
12:00:11 #9 52.34   perl-interpreter-4:5.36.0-492.fc37.aarch64                                    
12:00:11 #9 52.34   perl-libnet-3.14-490.fc37.noarch                                              
12:00:11 #9 52.34   perl-libs-4:5.36.0-492.fc37.aarch64                                           
12:00:11 #9 52.34   perl-mro-1.26-492.fc37.aarch64                                                
12:00:11 #9 52.34   perl-overload-1.35-492.fc37.noarch                                            
12:00:11 #9 52.34   perl-overloading-0.02-492.fc37.noarch                                         
12:00:11 #9 52.34   perl-parent-1:0.238-489.fc37.noarch                                           
12:00:11 #9 52.34   perl-podlators-1:4.14-489.fc37.noarch                                         
12:00:11 #9 52.34   perl-srpm-macros-1-46.fc37.noarch                                             
12:00:11 #9 52.34   perl-subs-1.04-492.fc37.noarch                                                
12:00:11 #9 52.34   perl-vars-1.05-492.fc37.noarch                                                
12:00:11 #9 52.34   pkgconf-1.8.0-3.fc37.aarch64                                                  
12:00:11 #9 52.34   pkgconf-m4-1.8.0-3.fc37.noarch                                                
12:00:11 #9 52.34   pkgconf-pkg-config-1.8.0-3.fc37.aarch64                                       
12:00:11 #9 52.34   pyproject-srpm-macros-1.6.0-1.fc37.noarch                                     
12:00:11 #9 52.34   python-srpm-macros-3.11-5.fc37.noarch                                         
12:00:11 #9 52.34   python3-construct-2.10.68-3.fc37.noarch                                       
12:00:11 #9 52.34   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
12:00:11 #9 52.34   python3-dbus-1.3.2-1.fc37.aarch64                                             
12:00:11 #9 52.34   python3-distro-1.7.0-3.fc37.noarch                                            
12:00:11 #9 52.34   python3-dnf-plugins-core-4.3.1-1.fc37.noarch                                  
12:00:11 #9 52.34   python3-enchant-3.2.2-5.fc37.noarch                                           
12:00:11 #9 52.34   python3-file-magic-5.42-4.fc37.noarch                                         
12:00:11 #9 52.34   python3-pybeam-0.7-4.fc37.noarch                                              
12:00:11 #9 52.34   python3-pyxdg-0.27-6.fc37.noarch                                              
12:00:11 #9 52.34   python3-six-1.16.0-8.fc37.noarch                                              
12:00:11 #9 52.34   python3-tomli-w-1.0.0-4.fc37.noarch                                           
12:00:11 #9 52.34   python3-zstandard-0.19.0-1.fc37.aarch64                                       
12:00:11 #9 52.34   qt5-srpm-macros-5.15.8-1.fc37.noarch                                          
12:00:11 #9 52.34   redhat-rpm-config-229-1.fc37.noarch                                           
12:00:11 #9 52.34   rpm-build-4.18.0-1.fc37.aarch64                                               
12:00:11 #9 52.34   rpmautospec-rpm-macros-0.3.1-1.fc37.noarch                                    
12:00:11 #9 52.34   rpmlint-2.4.0-3.fc37.noarch                                                   
12:00:11 #9 52.34   rpmlint-fedora-license-data-1.12-1.fc37.noarch                                
12:00:11 #9 52.34   rust-srpm-macros-23-1.fc37.noarch                                             
12:00:11 #9 52.34   shared-mime-info-2.2-2.fc37.aarch64                                           
12:00:11 #9 52.34   unzip-6.0-58.fc37.aarch64                                                     
12:00:11 #9 52.34   xxhash-libs-0.8.1-3.fc37.aarch64                                              
12:00:11 #9 52.34   xz-5.2.5-10.fc37.aarch64                                                      
12:00:11 #9 52.34   zip-3.0-33.fc37.aarch64                                                       
12:00:11 #9 52.34   zstd-1.5.2-3.fc37.aarch64                                                     
12:00:11 #9 52.34 
12:00:11 #9 52.34 Complete!
12:00:11 #9 DONE 52.5s
12:00:11 
12:00:11 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:00:11 #11 DONE 0.1s
12:00:11 
12:00:11 #12 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;     dnf builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
12:00:11 #11 34.12 Unpacking libc-dev-bin (2.36-0ubuntu4) ...
12:00:11 #11 34.24 Selecting previously unselected package linux-libc-dev:armhf.
12:00:11 #11 34.24 Preparing to unpack .../093-linux-libc-dev_5.19.0-29.30_armhf.deb ...
12:00:11 #11 34.26 Unpacking linux-libc-dev:armhf (5.19.0-29.30) ...
12:00:11 #10 53.88 Setting up libgav1-1:amd64 (0.18.0-1+b1) ...
12:00:11 #10 53.90 Setting up libxdelta2:amd64 (1.1.3-10.4) ...
12:00:11 #10 53.91 Setting up libncursesw6:amd64 (6.4-2) ...
12:00:11 #10 53.92 Setting up libk5crypto3:amd64 (1.20.1-1) ...
12:00:11 #10 53.93 Setting up libdav1d6:amd64 (1.0.0-2) ...
12:00:11 #10 53.94 Setting up libltdl7:amd64 (2.4.7-5) ...
12:00:11 #10 53.96 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
12:00:11 #10 53.99 Setting up libwebp7:amd64 (1.2.4-0.1) ...
12:00:11 #10 54.02 Setting up libubsan1:amd64 (12.2.0-14) ...
12:00:11 #10 54.03 Setting up libnuma1:amd64 (2.0.16-1) ...
12:00:11 #10 54.04 Setting up python-apt-common (2.5.2) ...
12:00:11 #10 54.08 Setting up sensible-utils (0.0.17+nmu1) ...
12:00:11 #10 54.10 Setting up xdelta3 (3.0.11-dfsg-1.2) ...
12:00:11 #10 54.12 Setting up libcrypt-dev:amd64 (1:4.4.33-2) ...
12:00:11 #10 54.13 Setting up libtiff6:amd64 (4.5.0-4) ...
12:00:11 #10 54.14 Setting up libasan8:amd64 (12.2.0-14) ...
12:00:11 #13 7.305 Preparing to unpack .../17-libpcre2-dev_10.39-3ubuntu0.1_amd64.deb ...
12:00:11 #13 7.308 Unpacking libpcre2-dev:amd64 (10.39-3ubuntu0.1) ...
12:00:11 #13 7.353 Selecting previously unselected package libselinux1-dev:amd64.
12:00:11 #13 7.356 Preparing to unpack .../18-libselinux1-dev_3.3-1build2_amd64.deb ...
12:00:11 #13 7.362 Unpacking libselinux1-dev:amd64 (3.3-1build2) ...
12:00:11 #13 7.398 Selecting previously unselected package libdevmapper-dev:amd64.
12:00:11 #13 7.401 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
12:00:11 #13 7.404 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1ubuntu4) ...
12:00:11 #13 7.429 Selecting previously unselected package libseccomp-dev:amd64.
12:00:11 #13 7.433 Preparing to unpack .../20-libseccomp-dev_2.5.3-2ubuntu2_amd64.deb ...
12:00:11 #13 7.437 Unpacking libseccomp-dev:amd64 (2.5.3-2ubuntu2) ...
12:00:11 #13 7.469 Selecting previously unselected package libsystemd-dev:amd64.
12:00:11 #13 7.472 Preparing to unpack .../21-libsystemd-dev_249.11-0ubuntu3.6_amd64.deb ...
12:00:11 #13 7.476 Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.6) ...
12:00:11 #13 7.537 Selecting previously unselected package libglib2.0-0:amd64.
12:00:11 #13 7.541 Preparing to unpack .../22-libglib2.0-0_2.72.4-0ubuntu1_amd64.deb ...
12:00:11 #13 7.544 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
12:00:11 #13 7.599 Selecting previously unselected package pkg-config.
12:00:11 #13 7.601 Preparing to unpack .../23-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
12:00:11 #13 7.605 Unpacking pkg-config (0.29.2-1ubuntu3) ...
12:00:11 #13 7.644 Setting up libseccomp-dev:amd64 (2.5.3-2ubuntu2) ...
12:00:11 #11 51.57 Setting up liblist-compare-perl (0.55-1) ...
12:00:11 #11 51.58 Setting up libref-util-xs-perl (0.117-2) ...
12:00:11 #11 51.59 Setting up libio-pty-perl (1:1.15-2build2) ...
12:00:11 #11 51.60 Setting up libfile-fcntllock-perl (0.22-4) ...
12:00:11 #11 51.61 Setting up libclone-perl (0.45-1build3) ...
12:00:11 #11 51.62 Setting up libalgorithm-diff-perl (1.201-1) ...
12:00:11 #11 51.63 Setting up libarchive-zip-perl (1.68-1) ...
12:00:11 #11 51.68 Setting up libsub-identify-perl (0.14-2) ...
12:00:11 #11 51.69 Setting up libdistro-info-perl (1.1ubuntu1) ...
12:00:11 #11 51.70 Setting up libcpanel-json-xs-perl:arm64 (4.32-1) ...
12:00:11 #11 51.71 Setting up liblist-moreutils-perl (0.430-2) ...
12:00:11 #11 51.72 Setting up libhtml-tagset-perl (3.20-4) ...
12:00:11 #11 51.73 Setting up liblog-any-perl (1.710-1) ...
12:00:11 #11 51.74 Setting up libauthen-sasl-perl (2.1600-2) ...
12:00:11 #11 51.75 Setting up libdevel-size-perl (0.83-2) ...
12:00:11 #11 51.76 Setting up libdebhelper-perl (13.9.1ubuntu1) ...
12:00:11 #11 51.77 Setting up libpod-constants-perl (0.19-2) ...
12:00:11 #11 51.78 Setting up libregexp-pattern-license-perl (3.9.4-1) ...
12:00:11 #11 51.79 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:00:11 #11 51.80 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
12:00:11 #11 51.81 Setting up libio-interactive-perl (1.023-1) ...
12:00:11 #11 51.81 Setting up libtry-tiny-perl (0.31-1) ...
12:00:11 #11 51.82 Setting up libtype-tiny-perl (1.016008-1) ...
12:00:11 #11 51.83 Setting up libcommon-sense-perl:arm64 (3.75-2build1) ...
12:00:11 #11 51.84 Setting up libmldbm-perl (2.05-3) ...
12:00:11 #11 51.85 Setting up libxml-namespacesupport-perl (1.12-2) ...
12:00:11 #11 51.86 Setting up libnet-http-perl (6.22-1) ...
12:00:11 #11 51.87 Setting up libpath-iterator-rule-perl (1.015-1) ...
12:00:11 #11 51.88 Setting up libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
12:00:11 #11 51.89 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:00:11 #10 55.50 Setting up python3-urllib3 (1.26.12-1) ...
12:00:11 #13 24.24   Running scriptlet: libsepol-3.5-0.rc1.2.el9.aarch64                     78/78 
12:00:11 #13 25.18   Verifying        : acl-2.3.1-3.el9.aarch64                               1/78 
12:00:11 #13 25.18   Verifying        : dbus-1:1.12.20-7.el9.aarch64                          2/78 
12:00:11 #13 25.18   Verifying        : dbus-broker-28-7.el9.aarch64                          3/78 
12:00:11 #13 25.18   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    4/78 
12:00:11 #13 25.18   Verifying        : device-mapper-9:1.02.187-4.el9.aarch64                5/78 
12:00:11 #13 25.18   Verifying        : device-mapper-libs-9:1.02.187-4.el9.aarch64           6/78 
12:00:11 #13 25.18   Verifying        : kmod-libs-28-7.el9.aarch64                            7/78 
12:00:11 #13 25.18   Verifying        : libatomic-11.3.1-4.3.el9.aarch64                      8/78 
12:00:11 #13 25.18   Verifying        : libcbor-0.7.0-5.el9.aarch64                           9/78 
12:00:11 #13 25.18   Verifying        : libedit-3.1-37.20210216cvs.el9.aarch64               10/78 
12:00:11 #13 25.18   Verifying        : libfido2-1.6.0-7.el9.aarch64                         11/78 
12:00:11 #13 25.18   Verifying        : libseccomp-2.5.2-2.el9.aarch64                       12/78 
12:00:11 #13 25.18   Verifying        : make-1:4.3-7.el9.aarch64                             13/78 
12:00:11 #13 25.18   Verifying        : openssh-8.7p1-28.el9.aarch64                         14/78 
12:00:11 #13 25.18   Verifying        : openssh-clients-8.7p1-28.el9.aarch64                 15/78 
12:00:11 #13 25.18   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           16/78 
12:00:11 #13 25.18   Verifying        : selinux-policy-38.1.5-1.el9.noarch                   17/78 
12:00:11 #13 25.18   Verifying        : selinux-policy-targeted-38.1.5-1.el9.noarch          18/78 
12:00:11 #13 25.18   Verifying        : systemd-252-3.el9.aarch64                            19/78 
12:00:11 #13 25.18   Verifying        : systemd-pam-252-3.el9.aarch64                        20/78 
12:00:11 #13 25.18   Verifying        : systemd-rpm-macros-252-3.el9.noarch                  21/78 
12:00:11 #13 25.18   Verifying        : which-2.21-28.el9.aarch64                            22/78 
12:00:11 #13 25.18   Verifying        : annobin-11.05-1.el9.aarch64                          23/78 
12:00:11 #13 25.18   Verifying        : autoconf-2.69-38.el9.noarch                          24/78 
12:00:11 #13 25.18   Verifying        : automake-1.16.2-6.el9.noarch                         25/78 
12:00:11 #13 25.18   Verifying        : cmake-3.20.2-7.el9.aarch64                           26/78 
12:00:11 #13 25.18   Verifying        : cmake-data-3.20.2-7.el9.noarch                       27/78 
12:00:11 #13 25.18   Verifying        : cmake-filesystem-3.20.2-7.el9.aarch64                28/78 
12:00:11 #13 25.18   Verifying        : cmake-rpm-macros-3.20.2-7.el9.noarch                 29/78 
12:00:11 #13 25.18   Verifying        : cpp-11.3.1-4.3.el9.aarch64                           30/78 
12:00:11 #13 25.18   Verifying        : gcc-11.3.1-4.3.el9.aarch64                           31/78 
12:00:11 #13 25.18   Verifying        : gcc-plugin-annobin-11.3.1-4.3.el9.aarch64            32/78 
12:00:11 #13 25.18   Verifying        : git-2.39.1-1.el9.aarch64                             33/78 
12:00:11 #13 25.18   Verifying        : git-core-2.39.1-1.el9.aarch64                        34/78 
12:00:11 #13 25.18   Verifying        : git-core-doc-2.39.1-1.el9.noarch                     35/78 
12:00:11 #13 25.18   Verifying        : glibc-devel-2.34-54.el9.aarch64                      36/78 
12:00:11 #13 25.18   Verifying        : kernel-headers-5.14.0-247.el9.aarch64                37/78 
12:00:11 #13 25.18   Verifying        : libasan-11.3.1-4.3.el9.aarch64                       38/78 
12:00:11 #13 25.18   Verifying        : libmpc-1.2.1-4.el9.aarch64                           39/78 
12:00:11 #13 25.18   Verifying        : libseccomp-devel-2.5.2-2.el9.aarch64                 40/78 
12:00:11 #13 25.18   Verifying        : libselinux-devel-3.5-0.rc2.1.el9.aarch64             41/78 
12:00:11 #13 25.18   Verifying        : libsepol-devel-3.5-0.rc2.1.el9.aarch64               42/78 
12:00:11 #13 25.18   Verifying        : libtool-2.4.6-45.el9.aarch64                         43/78 
12:00:11 #13 25.18   Verifying        : libtool-ltdl-2.4.6-45.el9.aarch64                    44/78 
12:00:11 #13 25.18   Verifying        : libubsan-11.3.1-4.3.el9.aarch64                      45/78 
12:00:11 #13 25.18   Verifying        : libuv-1:1.42.0-1.el9.aarch64                         46/78 
12:00:11 #13 25.18   Verifying        : libxcrypt-devel-4.4.18-3.el9.aarch64                 47/78 
12:00:11 #13 25.18   Verifying        : llvm-libs-15.0.7-1.el9.aarch64                       48/78 
12:00:11 #13 25.18   Verifying        : m4-1.4.19-1.el9.aarch64                              49/78 
12:00:11 #13 25.18   Verifying        : pcre2-devel-10.40-2.el9.aarch64                      50/78 
12:00:11 #13 25.18   Verifying        : pcre2-utf16-10.40-2.el9.aarch64                      51/78 
12:00:11 #13 25.18   Verifying        : pcre2-utf32-10.40-2.el9.aarch64                      52/78 
12:00:11 #13 25.18   Verifying        : perl-DynaLoader-1.47-480.el9.aarch64                 53/78 
12:00:11 #13 25.18   Verifying        : perl-Error-1:0.17029-7.el9.noarch                    54/78 
12:00:11 #13 25.18   Verifying        : perl-File-Compare-1.100.600-480.el9.noarch           55/78 
12:00:11 #13 25.18   Verifying        : perl-File-Copy-2.34-480.el9.noarch                   56/78 
12:00:11 #13 25.18   Verifying        : perl-File-Find-1.37-480.el9.noarch                   57/78 
12:00:11 #13 25.18   Verifying        : perl-Git-2.39.1-1.el9.noarch                         58/78 
12:00:11 #13 25.18   Verifying        : perl-TermReadKey-2.38-11.el9.aarch64                 59/78 
12:00:11 #13 25.18   Verifying        : perl-Thread-Queue-3.14-460.el9.noarch                60/78 
12:00:11 #13 25.18   Verifying        : perl-lib-0.65-480.el9.aarch64                        61/78 
12:00:11 #13 25.18   Verifying        : perl-threads-1:2.25-460.el9.aarch64                  62/78 
12:00:11 #13 25.18   Verifying        : perl-threads-shared-1.61-460.el9.aarch64             63/78 
12:00:11 #13 25.18   Verifying        : policycoreutils-devel-3.5-0.rc1.2.el9.aarch64        64/78 
12:00:11 #13 25.18   Verifying        : selinux-policy-devel-38.1.5-1.el9.noarch             65/78 
12:00:11 #13 25.18   Verifying        : systemd-devel-252-3.el9.aarch64                      66/78 
12:00:11 #13 25.18   Verifying        : device-mapper-devel-9:1.02.187-4.el9.aarch64         67/78 
12:00:11 #13 25.18   Verifying        : glibc-static-2.34-54.el9.aarch64                     68/78 
12:00:11 #13 25.19   Verifying        : libtool-ltdl-devel-2.4.6-45.el9.aarch64              69/78 
12:00:11 #13 25.19   Verifying        : libxcrypt-static-4.4.18-3.el9.aarch64                70/78 
12:00:11 #13 25.19   Verifying        : libselinux-3.5-0.rc2.1.el9.aarch64                   71/78 
12:00:11 #13 25.19   Verifying        : libselinux-3.5-0.rc1.1.el9.aarch64                   72/78 
12:00:11 #13 25.19   Verifying        : libselinux-utils-3.5-0.rc2.1.el9.aarch64             73/78 
12:00:11 #13 25.19   Verifying        : libselinux-utils-3.5-0.rc1.1.el9.aarch64             74/78 
12:00:11 #13 25.19   Verifying        : libsepol-3.5-0.rc2.1.el9.aarch64                     75/78 
12:00:11 #13 25.19   Verifying        : libsepol-3.5-0.rc1.2.el9.aarch64                     76/78 
12:00:11 #13 25.19   Verifying        : python3-libselinux-3.5-0.rc2.1.el9.aarch64           77/78 
12:00:11 #13 25.19   Verifying        : python3-libselinux-3.5-0.rc1.1.el9.aarch64           78/78 
12:00:11 #13 25.36 
12:00:11 #13 25.36 Upgraded:
12:00:11 #13 25.36   libselinux-3.5-0.rc2.1.el9.aarch64 libselinux-utils-3.5-0.rc2.1.el9.aarch64  
12:00:11 #13 25.36   libsepol-3.5-0.rc2.1.el9.aarch64   python3-libselinux-3.5-0.rc2.1.el9.aarch64
12:00:11 #13 25.36 Installed:
12:00:11 #13 25.36   acl-2.3.1-3.el9.aarch64                                                       
12:00:11 #13 25.36   annobin-11.05-1.el9.aarch64                                                   
12:00:11 #13 25.36   autoconf-2.69-38.el9.noarch                                                   
12:00:11 #13 25.36   automake-1.16.2-6.el9.noarch                                                  
12:00:11 #13 25.36   cmake-3.20.2-7.el9.aarch64                                                    
12:00:11 #13 25.36   cmake-data-3.20.2-7.el9.noarch                                                
12:00:11 #13 25.36   cmake-filesystem-3.20.2-7.el9.aarch64                                         
12:00:11 #13 25.36   cmake-rpm-macros-3.20.2-7.el9.noarch                                          
12:00:11 #13 25.36   cpp-11.3.1-4.3.el9.aarch64                                                    
12:00:11 #13 25.36   dbus-1:1.12.20-7.el9.aarch64                                                  
12:00:11 #13 25.36   dbus-broker-28-7.el9.aarch64                                                  
12:00:11 #13 25.36   dbus-common-1:1.12.20-7.el9.noarch                                            
12:00:11 #13 25.36   device-mapper-9:1.02.187-4.el9.aarch64                                        
12:00:11 #13 25.36   device-mapper-devel-9:1.02.187-4.el9.aarch64                                  
12:00:11 #13 25.36   device-mapper-libs-9:1.02.187-4.el9.aarch64                                   
12:00:11 #13 25.36   gcc-11.3.1-4.3.el9.aarch64                                                    
12:00:11 #13 25.36   gcc-plugin-annobin-11.3.1-4.3.el9.aarch64                                     
12:00:11 #13 25.36   git-2.39.1-1.el9.aarch64                                                      
12:00:11 #13 25.36   git-core-2.39.1-1.el9.aarch64                                                 
12:00:11 #13 25.36   git-core-doc-2.39.1-1.el9.noarch                                              
12:00:11 #13 25.36   glibc-devel-2.34-54.el9.aarch64                                               
12:00:11 #13 25.36   glibc-static-2.34-54.el9.aarch64                                              
12:00:11 #13 25.36   kernel-headers-5.14.0-247.el9.aarch64                                         
12:00:11 #13 25.36   kmod-libs-28-7.el9.aarch64                                                    
12:00:11 #13 25.36   libasan-11.3.1-4.3.el9.aarch64                                                
12:00:11 #13 25.36   libatomic-11.3.1-4.3.el9.aarch64                                              
12:00:11 #13 25.36   libcbor-0.7.0-5.el9.aarch64                                                   
12:00:11 #13 25.36   libedit-3.1-37.20210216cvs.el9.aarch64                                        
12:00:11 #13 25.36   libfido2-1.6.0-7.el9.aarch64                                                  
12:00:11 #13 25.36   libmpc-1.2.1-4.el9.aarch64                                                    
12:00:11 #13 25.36   libseccomp-2.5.2-2.el9.aarch64                                                
12:00:11 #13 25.36   libseccomp-devel-2.5.2-2.el9.aarch64                                          
12:00:11 #13 25.36   libselinux-devel-3.5-0.rc2.1.el9.aarch64                                      
12:00:11 #13 25.36   libsepol-devel-3.5-0.rc2.1.el9.aarch64                                        
12:00:11 #13 25.36   libtool-2.4.6-45.el9.aarch64                                                  
12:00:11 #13 25.36   libtool-ltdl-2.4.6-45.el9.aarch64                                             
12:00:11 #13 25.36   libtool-ltdl-devel-2.4.6-45.el9.aarch64                                       
12:00:11 #13 25.36   libubsan-11.3.1-4.3.el9.aarch64                                               
12:00:11 #13 25.36   libuv-1:1.42.0-1.el9.aarch64                                                  
12:00:11 #13 25.36   libxcrypt-devel-4.4.18-3.el9.aarch64                                          
12:00:11 #13 25.36   libxcrypt-static-4.4.18-3.el9.aarch64                                         
12:00:11 #13 25.36   llvm-libs-15.0.7-1.el9.aarch64                                                
12:00:11 #13 25.36   m4-1.4.19-1.el9.aarch64                                                       
12:00:11 #13 25.36   make-1:4.3-7.el9.aarch64                                                      
12:00:11 #13 25.36   openssh-8.7p1-28.el9.aarch64                                                  
12:00:11 #13 25.36   openssh-clients-8.7p1-28.el9.aarch64                                          
12:00:11 #13 25.36   pcre2-devel-10.40-2.el9.aarch64                                               
12:00:11 #13 25.36   pcre2-utf16-10.40-2.el9.aarch64                                               
12:00:11 #13 25.36   pcre2-utf32-10.40-2.el9.aarch64                                               
12:00:11 #13 25.36   perl-DynaLoader-1.47-480.el9.aarch64                                          
12:00:11 #13 25.36   perl-Error-1:0.17029-7.el9.noarch                                             
12:00:11 #13 25.36   perl-File-Compare-1.100.600-480.el9.noarch                                    
12:00:11 #13 25.36   perl-File-Copy-2.34-480.el9.noarch                                            
12:00:11 #13 25.36   perl-File-Find-1.37-480.el9.noarch                                            
12:00:11 #13 25.36   perl-Git-2.39.1-1.el9.noarch                                                  
12:00:11 #13 25.36   perl-TermReadKey-2.38-11.el9.aarch64                                          
12:00:11 #13 25.36   perl-Thread-Queue-3.14-460.el9.noarch                                         
12:00:11 #13 25.36   perl-lib-0.65-480.el9.aarch64                                                 
12:00:11 #13 25.36   perl-threads-1:2.25-460.el9.aarch64                                           
12:00:11 #13 25.36   perl-threads-shared-1.61-460.el9.aarch64                                      
12:00:11 #13 25.36   policycoreutils-devel-3.5-0.rc1.2.el9.aarch64                                 
12:00:11 #13 25.36   rpm-plugin-selinux-4.16.1.3-22.el9.aarch64                                    
12:00:11 #13 25.36   selinux-policy-38.1.5-1.el9.noarch                                            
12:00:11 #13 25.36   selinux-policy-devel-38.1.5-1.el9.noarch                                      
12:00:11 #13 25.36   selinux-policy-targeted-38.1.5-1.el9.noarch                                   
12:00:11 #13 25.36   systemd-252-3.el9.aarch64                                                     
12:00:11 #13 25.36   systemd-devel-252-3.el9.aarch64                                               
12:00:11 #13 25.36   systemd-pam-252-3.el9.aarch64                                                 
12:00:11 #13 25.36   systemd-rpm-macros-252-3.el9.noarch                                           
12:00:11 #13 25.36   which-2.21-28.el9.aarch64                                                     
12:00:11 #13 25.36 
12:00:11 #13 25.36 Complete!
12:00:11 #11 45.90 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
12:00:11 #11 46.03 Setting up perl (5.34.0-3ubuntu1.1) ...
12:00:11 #11 46.06 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
12:00:11 #11 46.07 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:00:11 #11 46.14 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
12:00:11 #11 36.96 Unpacking debhelper (13.6ubuntu1) ...
12:00:11 #11 37.04 Selecting previously unselected package libfakeroot:armhf.
12:00:11 #11 37.04 Preparing to unpack .../117-libfakeroot_1.28-1ubuntu1_armhf.deb ...
12:00:11 #11 37.05 Unpacking libfakeroot:armhf (1.28-1ubuntu1) ...
12:00:11 #11 37.09 Selecting previously unselected package fakeroot.
12:00:11 #11 37.09 Preparing to unpack .../118-fakeroot_1.28-1ubuntu1_armhf.deb ...
12:00:11 #11 37.10 Unpacking fakeroot (1.28-1ubuntu1) ...
12:00:11 #11 37.15 Selecting previously unselected package libassuan0:armhf.
12:00:11 #11 37.15 Preparing to unpack .../119-libassuan0_2.5.5-1build1_armhf.deb ...
12:00:11 #11 37.16 Unpacking libassuan0:armhf (2.5.5-1build1) ...
12:00:11 #11 37.20 Selecting previously unselected package gpgconf.
12:00:11 #11 37.20 Preparing to unpack .../120-gpgconf_2.2.27-3ubuntu2.1_armhf.deb ...
12:00:11 #13 0.884 Hit:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease
12:00:11 #12 4.966   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:00:11 #12 4.966   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
12:00:11 #12 4.967   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
12:00:11 #12 4.967   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:11 #12 4.968 Suggested packages:
12:00:11 #12 4.968   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:00:11 #12 4.968 Recommended packages:
12:00:11 #12 4.968   dmsetup
12:00:11 #12 5.038 The following NEW packages will be installed:
12:00:11 #12 5.039   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:00:11 #12 5.039   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
12:00:11 #12 5.039   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
12:00:11 #12 5.041   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:11 #10 28.07 Selecting previously unselected package autopoint.
12:00:11 #10 28.07 Preparing to unpack .../013-autopoint_0.21-4_all.deb ...
12:00:11 #10 28.08 Unpacking autopoint (0.21-4) ...
12:00:11 #10 28.18 Selecting previously unselected package binutils-common:armhf.
12:00:11 #10 28.18 Preparing to unpack .../014-binutils-common_2.35.2-2+rpi1_armhf.deb ...
12:00:11 #10 51.28   Running scriptlet: groff-base-1.22.4-10.fc37.x86_64                    31/143 
12:00:11 #10 51.33   Installing       : groff-base-1.22.4-10.fc37.x86_64                    31/143 
12:00:11 #10 51.34   Running scriptlet: groff-base-1.22.4-10.fc37.x86_64                    31/143 
12:00:11 #10 51.35   Installing       : json-glib-1.6.6-3.fc37.x86_64                       32/143 
12:00:11 #10 51.36   Installing       : libjpeg-turbo-2.1.3-2.fc37.x86_64                   33/143 
12:00:11 #10 51.37   Installing       : libpkgconf-1.8.0-3.fc37.x86_64                      34/143 
12:00:11 #10 51.37   Installing       : pkgconf-1.8.0-3.fc37.x86_64                         35/143 
12:00:11 #10 51.38   Installing       : libpng-2:1.6.37-13.fc37.x86_64                      36/143 
12:00:11 #10 51.39   Installing       : libstemmer-0-19.585svn.fc37.x86_64                  37/143 
12:00:11 #10 51.40   Installing       : ncurses-6.3-3.20220501.fc37.x86_64                  38/143 
12:00:11 #10 51.40   Installing       : perl-Digest-1.20-489.fc37.noarch                    39/143 
12:00:11 #10 51.41   Installing       : perl-Digest-MD5-2.58-489.fc37.x86_64                40/143 
12:00:11 #10 51.42   Installing       : perl-B-1.83-492.fc37.x86_64                         41/143 
12:00:11 #10 51.42   Installing       : perl-FileHandle-2.03-492.fc37.noarch                42/143 
12:00:11 #10 51.43   Installing       : perl-AutoLoader-5.74-492.fc37.noarch                43/143 
12:00:11 #10 51.43   Installing       : perl-Data-Dumper-2.184-490.fc37.x86_64              44/143 
12:00:11 #10 51.44   Installing       : perl-libnet-3.14-490.fc37.noarch                    45/143 
12:00:11 #10 51.44   Installing       : perl-base-2.27-492.fc37.noarch                      46/143 
12:00:11 #10 51.46   Installing       : perl-Net-SSLeay-1.92-4.fc37.x86_64                  47/143 
12:00:11 #10 51.47   Installing       : perl-URI-5.17-1.fc37.noarch                         48/143 
12:00:11 #10 51.48   Installing       : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       49/143 
12:00:11 #10 51.48   Installing       : perl-Mozilla-CA-20211001-4.fc37.noarch              50/143 
12:00:11 #10 51.48   Installing       : perl-if-0.61.000-492.fc37.noarch                    51/143 
12:00:11 #10 51.49   Installing       : perl-IO-Socket-IP-0.41-490.fc37.noarch              52/143 
12:00:11 #10 51.49   Installing       : perl-Time-Local-2:1.300-489.fc37.noarch             53/143 
12:00:11 #10 51.50   Installing       : perl-File-Path-2.18-489.fc37.noarch                 54/143 
12:00:11 #10 51.50   Installing       : perl-Pod-Escapes-1:1.07-489.fc37.noarch             55/143 
12:00:11 #10 51.51   Installing       : perl-IO-Socket-SSL-2.075-1.fc37.noarch              56/143 
12:00:11 #10 51.52   Installing       : perl-Class-Struct-0.66-492.fc37.noarch              57/143 
12:00:11 #10 51.52   Installing       : perl-POSIX-2.03-492.fc37.x86_64                     58/143 
12:00:11 #10 51.53   Installing       : perl-Term-ANSIColor-5.01-490.fc37.noarch            59/143 
12:00:11 #10 51.54   Installing       : perl-IPC-Open3-1.22-492.fc37.noarch                 60/143 
12:00:11 #10 51.54   Installing       : perl-subs-1.04-492.fc37.noarch                      61/143 
12:00:11 #10 51.55   Installing       : perl-File-Temp-1:0.231.100-489.fc37.noarch          62/143 
12:00:11 #10 51.55   Installing       : perl-Term-Cap-1.17-489.fc37.noarch                  63/143 
12:00:11 #10 51.56   Installing       : perl-HTTP-Tiny-0.082-1.fc37.noarch                  64/143 
12:00:11 #10 51.57   Installing       : perl-Pod-Simple-1:3.43-490.fc37.noarch              65/143 
12:00:11 #10 51.58   Installing       : perl-Socket-4:2.036-1.fc37.x86_64                   66/143 
12:00:11 #10 51.58   Installing       : perl-SelectSaver-1.02-492.fc37.noarch               67/143 
12:00:11 #10 51.59   Installing       : perl-Symbol-1.09-492.fc37.noarch                    68/143 
12:00:11 #10 40.87 Preparing to unpack .../144-python3-chardet_3.0.4-3_all.deb ...
12:00:11 #10 40.88 Unpacking python3-chardet (3.0.4-3) ...
12:00:11 #10 40.94 Selecting previously unselected package python3-six.
12:00:11 #10 40.94 Preparing to unpack .../145-python3-six_1.12.0-1_all.deb ...
12:00:11 #10 40.95 Unpacking python3-six (1.12.0-1) ...
12:00:11 #10 41.02 Selecting previously unselected package python3-debian.
12:00:11 #10 41.02 Preparing to unpack .../146-python3-debian_0.1.35_all.deb ...
12:00:11 #10 41.02 Unpacking python3-debian (0.1.35) ...
12:00:11 #10 41.07 Selecting previously unselected package libgpgme11:armhf.
12:00:11 #10 41.08 Preparing to unpack .../147-libgpgme11_1.12.0-6_armhf.deb ...
12:00:11 #10 41.08 Unpacking libgpgme11:armhf (1.12.0-6) ...
12:00:11 #10 41.17 Selecting previously unselected package python3-gpg.
12:00:11 #10 41.17 Preparing to unpack .../148-python3-gpg_1.12.0-6_armhf.deb ...
12:00:11 #11 55.44 Setting up libpackage-stash-perl (0.38-1) ...
12:00:11 #11 55.45 Setting up libimport-into-perl (1.002005-1) ...
12:00:11 #11 55.47 Setting up libmoo-perl (2.003006-1) ...
12:00:11 #11 55.48 Setting up liblist-someutils-perl (0.58-1) ...
12:00:11 #11 55.49 Setting up liblist-someutils-xs-perl (0.58-2) ...
12:00:11 #11 55.51 Setting up gnupg (2.2.19-3ubuntu2.2) ...
12:00:11 #11 55.52 Setting up libmoox-aliases-perl (0.001006-1) ...
12:00:11 #11 55.53 Setting up libparams-validate-perl (1.29-3) ...
12:00:11 #11 55.55 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:00:11 #11 55.56 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:11 #11 55.57 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
12:00:11 #11 55.58 Setting up libgitlab-api-v4-perl (0.25-1) ...
12:00:11 #11 55.59 Setting up libmoox-struct-perl (0.017-1) ...
12:00:11 #11 55.60 Setting up lintian (2.62.0ubuntu2.2) ...
12:00:11 #11 55.62 Setting up licensecheck (3.0.45-1) ...
12:00:11 #11 55.63 Setting up dh-autoreconf (19) ...
12:00:11 #11 38.40 Selecting previously unselected package libcroco3:armhf.
12:00:11 #11 38.40 Preparing to unpack .../128-libcroco3_0.6.13-1_armhf.deb ...
12:00:11 #11 38.41 Unpacking libcroco3:armhf (0.6.13-1) ...
12:00:11 #11 38.47 Selecting previously unselected package gettext.
12:00:11 #11 38.47 Preparing to unpack .../129-gettext_0.19.8.1-10build1_armhf.deb ...
12:00:11 #11 38.47 Unpacking gettext (0.19.8.1-10build1) ...
12:00:11 #11 38.62 Selecting previously unselected package intltool-debian.
12:00:11 #11 38.62 Preparing to unpack .../130-intltool-debian_0.35.0+20060710.5_all.deb ...
12:00:11 #11 38.62 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:00:11 #11 38.66 Selecting previously unselected package po-debconf.
12:00:11 #11 38.66 Preparing to unpack .../131-po-debconf_1.0.21_all.deb ...
12:00:11 #10 26.73 Preparing to unpack .../perl_5.36.0-7_armhf.deb ...
12:00:11 #10 26.77 Unpacking perl (5.36.0-7) over (5.36.0-6) ...
12:00:11 #10 27.00 Preparing to unpack .../perl-base_5.36.0-7_armhf.deb ...
12:00:11 #10 27.04 Unpacking perl-base (5.36.0-7) over (5.36.0-6) ...
12:00:11 #10 45.51 Unpacking libxml-sax-base-perl (1.09-1) ...
12:00:11 #10 45.57 Selecting previously unselected package libxml-sax-perl.
12:00:11 #10 45.57 Preparing to unpack .../252-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
12:00:11 #10 45.58 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
12:00:11 #10 45.64 Selecting previously unselected package libxml-libxml-perl.
12:00:11 #10 45.64 Preparing to unpack .../253-libxml-libxml-perl_2.0128+dfsg-5_armhf.deb ...
12:00:11 #10 45.64 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
12:00:11 #10 45.73 Selecting previously unselected package libxml-parser-perl.
12:00:11 #10 45.73 Preparing to unpack .../254-libxml-parser-perl_2.44-2build3_armhf.deb ...
12:00:11 #10 45.73 Unpacking libxml-parser-perl (2.44-2build3) ...
12:00:11 #11 53.13 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:11 #11 53.28 
12:00:11 #11 53.28 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:11 #11 53.31 Setting up dput (1.0.3ubuntu1) ...
12:00:11 #10 54.15 Setting up libuchardet0:amd64 (0.0.7-1) ...
12:00:11 #10 54.18 Setting up lzop (1.04-2) ...
12:00:11 #10 54.20 Setting up libmpdec3:amd64 (2.5.1-2) ...
12:00:11 #10 54.22 Setting up git-man (1:2.39.1-0.1) ...
12:00:11 #10 54.24 Setting up libssh2-1:amd64 (1.10.0-3+b1) ...
12:00:11 #10 54.28 Setting up netbase (6.4) ...
12:00:11 #10 54.32 Setting up libkrb5-3:amd64 (1.20.1-1) ...
12:00:11 #10 54.33 Setting up libtsan2:amd64 (12.2.0-14) ...
12:00:11 #10 54.35 Setting up libbinutils:amd64 (2.40-2) ...
12:00:11 #10 54.37 Setting up lsb-release (12.0-1) ...
12:00:11 #10 54.38 Setting up libfido2-1:amd64 (1.12.0-2) ...
12:00:11 #10 54.40 Setting up libisl23:amd64 (0.25-1) ...
12:00:11 #11 34.65 Selecting previously unselected package libcrypt-dev:armhf.
12:00:11 #11 34.65 Preparing to unpack .../094-libcrypt-dev_1%3a4.4.28-2_armhf.deb ...
12:00:11 #13 7.657 Setting up libarchive13:amd64 (3.6.0-1ubuntu1) ...
12:00:11 #13 7.671 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
12:00:11 #13 7.681 No schema files found: doing nothing.
12:00:11 #13 7.687 Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ...
12:00:11 #13 7.699 Setting up libpcre2-32-0:amd64 (10.39-3ubuntu0.1) ...
12:00:11 #13 7.708 Setting up libuv1:amd64 (1.43.0-1) ...
12:00:11 #13 7.719 Setting up emacsen-common (3.0.4) ...
12:00:11 #13 7.755 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
12:00:11 #13 7.767 Setting up bash-completion (1:2.11-5ubuntu1) ...
12:00:11 #13 7.786 Setting up libjsoncpp25:amd64 (1.9.5-3) ...
12:00:11 #13 7.797 Setting up pkg-config (0.29.2-1ubuntu3) ...
12:00:11 #13 7.845 Setting up libudev-dev:amd64 (249.11-0ubuntu3.6) ...
12:00:11 #13 7.858 Setting up libsepol-dev:amd64 (3.3-1build1) ...
12:00:11 #11 51.90 Setting up libtime-moment-perl (0.44-2) ...
12:00:11 #11 51.91 Setting up libencode-locale-perl (1.05-2) ...
12:00:11 #11 51.92 Setting up libexception-class-perl (1.45-1) ...
12:00:11 #11 51.93 Setting up libmath-base85-perl (0.5+dfsg-1) ...
12:00:11 #11 51.94 Setting up libconfig-tiny-perl (2.28-1) ...
12:00:11 #11 51.95 Setting up libsereal-encoder-perl:arm64 (4.025+ds-1) ...
12:00:11 #11 51.96 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:00:11 #11 51.97 Setting up liblist-utilsby-perl (0.12-1) ...
12:00:11 #11 51.98 Setting up libstring-shellquote-perl (1.04-2) ...
12:00:11 #11 51.99 Setting up libnet-netmask-perl (2.0001-1) ...
12:00:11 #11 52.00 Setting up libsub-install-perl (0.928-2) ...
12:00:11 #11 52.01 Setting up gcc (4:12.2.0-1ubuntu1) ...
12:00:11 #11 52.03 Setting up dpkg-dev (1.21.9ubuntu1) ...
12:00:11 #11 52.05 Setting up libindirect-perl (0.39-2) ...
12:00:11 #11 52.06 Setting up libxs-parse-sublike-perl:arm64 (0.16-1ubuntu2) ...
12:00:11 #11 52.07 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:11 #11 52.09 Setting up libfreezethaw-perl (0.5001-2.1) ...
12:00:11 #11 52.10 Setting up libobject-pad-perl (0.68-1) ...
12:00:11 #11 52.11 Setting up liberror-perl (0.17029-1) ...
12:00:11 #11 52.12 Setting up libpython3.10-stdlib:arm64 (3.10.7-1ubuntu0.2) ...
12:00:11 #11 52.13 Setting up patchutils (0.4.2-1build2) ...
12:00:11 #11 52.14 Setting up libmail-sendmail-perl (0.80-2) ...
12:00:11 #11 52.15 Setting up libltdl-dev:arm64 (2.4.7-4) ...
12:00:11 #11 52.16 Setting up libjson-maybexs-perl (1.004003-1) ...
12:00:11 #11 52.17 Setting up libxml-sax-base-perl (1.09-2) ...
12:00:11 #11 52.18 Setting up libio-string-perl (1.08-3.1) ...
12:00:11 #11 52.19 Setting up libreadonly-perl (2.050-3) ...
12:00:11 #11 52.20 Setting up libnetaddr-ip-perl (4.079+dfsg-2) ...
12:00:11 #10 55.75 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
12:00:11 #10 55.81 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:11 #10 55.89 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:11 #10 55.96 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:11 #11 46.17 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
12:00:11 #11 37.20 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
12:00:11 #11 37.25 Selecting previously unselected package libksba8:armhf.
12:00:11 #11 37.25 Preparing to unpack .../121-libksba8_1.6.0-2ubuntu0.2_armhf.deb ...
12:00:11 #11 37.26 Unpacking libksba8:armhf (1.6.0-2ubuntu0.2) ...
12:00:11 #11 37.31 Selecting previously unselected package libnpth0:armhf.
12:00:11 #11 37.31 Preparing to unpack .../122-libnpth0_1.6-3build2_armhf.deb ...
12:00:11 #11 37.31 Unpacking libnpth0:armhf (1.6-3build2) ...
12:00:11 #11 37.38 Selecting previously unselected package dirmngr.
12:00:11 #11 37.38 Preparing to unpack .../123-dirmngr_2.2.27-3ubuntu2.1_armhf.deb ...
12:00:11 #11 37.40 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
12:00:11 #13 0.884 Hit:2 http://archive.ubuntu.com/ubuntu kinetic InRelease
12:00:11 #13 0.953 Hit:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease
12:00:11 #13 1.029 Hit:4 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease
12:00:11 #14 11.97   Installing       : cmake-filesystem-3.20.2-4.el8.aarch64                15/93 
12:00:11 #14 12.73   Installing       : cpp-8.5.0-18.el8.aarch64                             16/93 
12:00:11 #14 12.74   Running scriptlet: cpp-8.5.0-18.el8.aarch64                             16/93 
12:00:11 #14 12.77   Installing       : python3-libsemanage-2.9-9.el8.aarch64                17/93 
12:00:11 #14 12.85   Installing       : python3-setools-4.3.0-3.el8.aarch64                  18/93 
12:00:11 #14 12.90   Installing       : libselinux-utils-2.9-8.el8.aarch64                   19/93 
12:00:11 #10 28.19 Unpacking binutils-common:armhf (2.35.2-2+rpi1) ...
12:00:11 #10 58.62 Setting up libgnutls-dane0:amd64 (3.6.7-4+deb10u9) ...
12:00:11 #10 51.59   Installing       : perl-File-stat-1.12-492.fc37.noarch                 69/143 
12:00:11 #10 51.60   Installing       : perl-podlators-1:4.14-489.fc37.noarch               70/143 
12:00:11 #10 51.60   Installing       : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            71/143 
12:00:11 #10 51.61   Installing       : perl-Fcntl-1.15-492.fc37.x86_64                     72/143 
12:00:11 #10 51.61   Installing       : perl-Text-ParseWords-3.31-489.fc37.noarch           73/143 
12:00:11 #10 51.62   Installing       : perl-mro-1.26-492.fc37.x86_64                       74/143 
12:00:11 #10 51.63   Installing       : perl-IO-1.50-492.fc37.x86_64                        75/143 
12:00:11 #10 51.63   Installing       : perl-overloading-0.02-492.fc37.noarch               76/143 
12:00:11 #10 51.64   Installing       : perl-Pod-Usage-4:2.03-3.fc37.noarch                 77/143 
12:00:11 #10 51.64   Installing       : perl-Errno-1.36-492.fc37.x86_64                     78/143 
12:00:11 #10 51.65   Installing       : perl-File-Basename-2.85-492.fc37.noarch             79/143 
12:00:11 #10 51.65   Installing       : perl-Getopt-Std-1.13-492.fc37.noarch                80/143 
12:00:11 #10 51.66   Installing       : perl-MIME-Base64-3.16-489.fc37.x86_64               81/143 
12:00:11 #10 51.67   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc37.x86_64       82/143 
12:00:11 #10 51.67   Installing       : perl-constant-1.33-490.fc37.noarch                  83/143 
12:00:11 #10 51.68   Installing       : perl-Storable-1:3.26-489.fc37.x86_64                84/143 
12:00:11 #10 51.69   Installing       : perl-overload-1.35-492.fc37.noarch                  85/143 
12:00:11 #10 51.69   Installing       : perl-parent-1:0.238-489.fc37.noarch                 86/143 
12:00:11 #10 51.69   Installing       : perl-vars-1.05-492.fc37.noarch                      87/143 
12:00:11 #10 51.70   Installing       : perl-Getopt-Long-1:2.54-1.fc37.noarch               88/143 
12:00:11 #10 51.71   Installing       : perl-Carp-1.52-489.fc37.noarch                      89/143 
12:00:11 #10 51.71   Installing       : perl-Exporter-5.77-489.fc37.noarch                  90/143 
12:00:11 #10 51.71   Installing       : perl-NDBM_File-1.15-492.fc37.x86_64                 91/143 
12:00:11 #10 51.72   Installing       : perl-PathTools-3.84-489.fc37.x86_64                 92/143 
12:00:11 #10 51.73   Installing       : perl-DynaLoader-1.52-492.fc37.x86_64                93/143 
12:00:11 #12 5.346 0 upgraded, 22 newly installed, 0 to remove and 4 not upgraded.
12:00:11 #12 5.346 1 not fully installed or removed.
12:00:11 #12 5.346 Need to get 7028 kB of archives.
12:00:11 #12 5.346 After this operation, 35.7 MB of additional disk space will be used.
12:00:11 #12 5.346 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 bash-completion all 1:2.8-1ubuntu1 [168 kB]
12:00:11 #10 41.18 Unpacking python3-gpg (1.12.0-6) ...
12:00:11 #10 41.27 Selecting previously unselected package dput.
12:00:11 #10 41.27 Preparing to unpack .../149-dput_1.0.3_all.deb ...
12:00:11 #10 41.29 Unpacking dput (1.0.3) ...
12:00:11 #10 41.34 Selecting previously unselected package equivs.
12:00:11 #10 41.34 Preparing to unpack .../150-equivs_2.2.0_all.deb ...
12:00:11 #10 41.35 Unpacking equivs (2.2.0) ...
12:00:11 #11 55.64 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
12:00:11 #11 55.66 Setting up libwww-perl (6.43-1) ...
12:00:11 #11 55.67 Setting up debhelper (12.10ubuntu1) ...
12:00:11 #11 55.68 Setting up devscripts (2.20.2ubuntu2) ...
12:00:11 #11 55.83 Setting up equivs (2.2.0) ...
12:00:11 #11 55.84 Setting up libxml-parser-perl (2.46-1) ...
12:00:11 #11 55.86 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:11 #11 55.90 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:11 #11 38.66 Unpacking po-debconf (1.0.21) ...
12:00:11 #11 38.74 Selecting previously unselected package debhelper.
12:00:11 #11 38.74 Preparing to unpack .../132-debhelper_12.10ubuntu1_all.deb ...
12:00:11 #11 38.75 Unpacking debhelper (12.10ubuntu1) ...
12:00:11 #11 38.93 Selecting previously unselected package libfakeroot:armhf.
12:00:11 #11 38.93 Preparing to unpack .../133-libfakeroot_1.24-1_armhf.deb ...
12:00:11 #11 53.47 Setting up libio-async-loop-epoll-perl (0.20-1) ...
12:00:11 #11 53.48 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
12:00:11 #11 53.62 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:11 #10 45.80 Selecting previously unselected package libxml-sax-expat-perl.
12:00:11 #10 45.81 Preparing to unpack .../255-libxml-sax-expat-perl_0.40-2_all.deb ...
12:00:11 #10 45.81 Unpacking libxml-sax-expat-perl (0.40-2) ...
12:00:11 #10 45.85 Selecting previously unselected package libxml-simple-perl.
12:00:11 #10 45.85 Preparing to unpack .../256-libxml-simple-perl_2.24-1_all.deb ...
12:00:11 #10 45.86 Unpacking libxml-simple-perl (2.24-1) ...
12:00:11 #10 45.90 Selecting previously unselected package libyaml-libyaml-perl.
12:00:11 #10 45.90 Preparing to unpack .../257-libyaml-libyaml-perl_0.69+repack-1_armhf.deb ...
12:00:11 #10 45.90 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
12:00:11 #10 45.95 Selecting previously unselected package licensecheck.
12:00:11 #10 45.95 Preparing to unpack .../258-licensecheck_3.0.31-2_all.deb ...
12:00:11 #10 45.96 Unpacking licensecheck (3.0.31-2) ...
12:00:11 #10 46.00 Selecting previously unselected package patchutils.
12:00:11 #10 46.00 Preparing to unpack .../259-patchutils_0.3.4-2_armhf.deb ...
12:00:11 #10 46.00 Unpacking patchutils (0.3.4-2) ...
12:00:11 #7 ...
12:00:11 
12:00:11 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:11 #10 18.93 Setting up libc6:armhf (2.28-10+rpt2+rpi1+deb10u1) ...
12:00:11 #10 20.17 Selecting previously unselected package libbsd0:armhf.
12:00:11 #10 20.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 ... 7700 files and directories currently installed.)
12:00:11 #10 20.17 Preparing to unpack .../00-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
12:00:11 #10 20.18 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
12:00:11 #10 20.25 Selecting previously unselected package libtinfo5:armhf.
12:00:11 #10 20.25 Preparing to unpack .../01-libtinfo5_6.1+20181013-2+deb10u3_armhf.deb ...
12:00:11 #10 20.25 Unpacking libtinfo5:armhf (6.1+20181013-2+deb10u3) ...
12:00:11 #10 20.32 Selecting previously unselected package bsdmainutils.
12:00:11 #10 20.32 Preparing to unpack .../02-bsdmainutils_11.1.2_armhf.deb ...
12:00:11 #10 20.32 Unpacking bsdmainutils (11.1.2) ...
12:00:11 #10 20.42 Selecting previously unselected package libuchardet0:armhf.
12:00:11 #10 20.42 Preparing to unpack .../03-libuchardet0_0.0.6-3_armhf.deb ...
12:00:11 #10 20.43 Unpacking libuchardet0:armhf (0.0.6-3) ...
12:00:11 #10 20.51 Selecting previously unselected package groff-base.
12:00:11 #10 20.51 Preparing to unpack .../04-groff-base_1.22.4-3+deb10u1_armhf.deb ...
12:00:11 #10 20.52 Unpacking groff-base (1.22.4-3+deb10u1) ...
12:00:11 #10 20.76 Selecting previously unselected package libgdbm6:armhf.
12:00:11 #10 20.76 Preparing to unpack .../05-libgdbm6_1.18.1-4_armhf.deb ...
12:00:11 #10 20.77 Unpacking libgdbm6:armhf (1.18.1-4) ...
12:00:11 #10 20.91 Selecting previously unselected package libpipeline1:armhf.
12:00:11 #10 20.91 Preparing to unpack .../06-libpipeline1_1.5.1-2_armhf.deb ...
12:00:11 #10 20.93 Unpacking libpipeline1:armhf (1.5.1-2) ...
12:00:11 #10 21.38 Selecting previously unselected package man-db.
12:00:11 #10 21.38 Preparing to unpack .../07-man-db_2.8.5-2_armhf.deb ...
12:00:11 #10 21.39 Unpacking man-db (2.8.5-2) ...
12:00:11 #10 22.21 Selecting previously unselected package perl-modules-5.28.
12:00:11 #10 22.21 Preparing to unpack .../08-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
12:00:11 #10 22.23 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:00:11 #10 23.60 Selecting previously unselected package libgdbm-compat4:armhf.
12:00:11 #10 23.60 Preparing to unpack .../09-libgdbm-compat4_1.18.1-4_armhf.deb ...
12:00:11 #10 23.62 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
12:00:11 #10 24.05 Selecting previously unselected package libperl5.28:armhf.
12:00:11 #10 24.05 Preparing to unpack .../10-libperl5.28_5.28.1-6+deb10u1_armhf.deb ...
12:00:11 #10 24.06 Unpacking libperl5.28:armhf (5.28.1-6+deb10u1) ...
12:00:11 #10 24.67 Selecting previously unselected package perl.
12:00:11 #10 24.67 Preparing to unpack .../11-perl_5.28.1-6+deb10u1_armhf.deb ...
12:00:11 #10 24.69 Unpacking perl (5.28.1-6+deb10u1) ...
12:00:11 #10 24.77 Selecting previously unselected package libpython3.7-minimal:armhf.
12:00:11 #10 24.77 Preparing to unpack .../12-libpython3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
12:00:11 #10 24.78 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
12:00:11 #10 24.93 Selecting previously unselected package libexpat1:armhf.
12:00:11 #10 24.93 Preparing to unpack .../13-libexpat1_2.2.6-2+deb10u6_armhf.deb ...
12:00:11 #10 24.93 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ...
12:00:11 #10 25.00 Selecting previously unselected package python3.7-minimal.
12:00:11 #10 25.00 Preparing to unpack .../14-python3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
12:00:11 #10 25.01 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
12:00:11 #10 25.28 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
12:00:11 #10 25.29 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ...
12:00:11 #10 25.31 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
12:00:11 #10 25.93 Selecting previously unselected package python3-minimal.
12:00:11 #10 25.93 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10537 files and directories currently installed.)
12:00:11 #10 25.93 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
12:00:11 #10 25.93 Unpacking python3-minimal (3.7.3-1) ...
12:00:11 #10 25.98 Selecting previously unselected package mime-support.
12:00:11 #10 25.98 Preparing to unpack .../1-mime-support_3.62_all.deb ...
12:00:11 #10 25.98 Unpacking mime-support (3.62) ...
12:00:11 #10 26.06 Selecting previously unselected package libmpdec2:armhf.
12:00:11 #10 26.06 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
12:00:11 #10 26.06 Unpacking libmpdec2:armhf (2.4.2-2) ...
12:00:11 #10 26.13 Selecting previously unselected package libpython3.7-stdlib:armhf.
12:00:11 #10 26.13 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u4_armhf.deb ...
12:00:11 #10 26.14 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
12:00:11 #10 26.48 Selecting previously unselected package python3.7.
12:00:11 #10 26.48 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u4_armhf.deb ...
12:00:11 #10 26.49 Unpacking python3.7 (3.7.3-2+deb10u4) ...
12:00:11 #10 26.55 Selecting previously unselected package libpython3-stdlib:armhf.
12:00:11 #10 26.55 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
12:00:11 #10 26.55 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
12:00:11 #10 26.59 Setting up python3-minimal (3.7.3-1) ...
12:00:11 #10 26.86 Selecting previously unselected package python3.
12:00:11 #10 26.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 ... 10974 files and directories currently installed.)
12:00:11 #10 26.87 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
12:00:11 #10 26.90 Unpacking python3 (3.7.3-1) ...
12:00:11 #10 26.93 Selecting previously unselected package sensible-utils.
12:00:11 #10 26.93 Preparing to unpack .../001-sensible-utils_0.0.12_all.deb ...
12:00:11 #10 26.94 Unpacking sensible-utils (0.0.12) ...
12:00:11 #10 26.99 Selecting previously unselected package bzip2.
12:00:11 #10 26.99 Preparing to unpack .../002-bzip2_1.0.6-9.2~deb10u2_armhf.deb ...
12:00:11 #10 27.01 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
12:00:11 #10 27.05 Selecting previously unselected package libmagic-mgc.
12:00:11 #10 27.05 Preparing to unpack .../003-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
12:00:11 #10 27.05 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
12:00:11 #10 27.17 Selecting previously unselected package libmagic1:armhf.
12:00:11 #10 27.17 Preparing to unpack .../004-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
12:00:11 #10 27.17 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
12:00:11 #10 27.25 Selecting previously unselected package file.
12:00:11 #10 27.25 Preparing to unpack .../005-file_1%3a5.35-4+deb10u2_armhf.deb ...
12:00:11 #10 27.26 Unpacking file (1:5.35-4+deb10u2) ...
12:00:11 #10 27.32 Selecting previously unselected package gettext-base.
12:00:11 #10 27.32 Preparing to unpack .../006-gettext-base_0.19.8.1-9_armhf.deb ...
12:00:11 #10 27.34 Unpacking gettext-base (0.19.8.1-9) ...
12:00:11 #10 27.41 Selecting previously unselected package xz-utils.
12:00:11 #10 27.41 Preparing to unpack .../007-xz-utils_5.2.4-1+deb10u1_armhf.deb ...
12:00:11 #10 54.68   Preparing        :                                                        1/1 
12:00:11 #10 27.42 Unpacking xz-utils (5.2.4-1+deb10u1) ...
12:00:11 #10 54.72   Installing       : python3-six-1.16.0-5.fc36.noarch                     1/148 
12:00:11 #10 54.72   Installing       : hunspell-filesystem-1.7.0-19.fc36.x86_64             2/148 
12:00:11 #10 54.74   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch               3/148 
12:00:11 #10 54.75   Installing       : python3-construct-2.10.68-1.fc36.noarch              4/148 
12:00:11 #10 54.75   Installing       : python3-pybeam-0.7-2.fc36.noarch                     5/148 
12:00:11 #10 54.77   Upgrading        : glibc-common-2.35-22.fc36.x86_64                     6/148 
12:00:11 #10 54.81   Upgrading        : glibc-minimal-langpack-2.35-22.fc36.x86_64           7/148 
12:00:11 #10 27.48 Selecting previously unselected package libsigsegv2:armhf.
12:00:11 #10 27.48 Preparing to unpack .../008-libsigsegv2_2.12-2_armhf.deb ...
12:00:11 #10 27.49 Unpacking libsigsegv2:armhf (2.12-2) ...
12:00:11 #10 ...
12:00:11 #10 54.83   Running scriptlet: glibc-2.35-22.fc36.x86_64                            8/148 
12:00:11 
12:00:11 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:11 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 14.7s done
12:00:12 #10 54.41 Setting up libde265-0:amd64 (1.0.9-1.1) ...
12:00:12 #10 54.42 Setting up libc-dev-bin (2.36-8) ...
12:00:12 #10 54.44 Setting up openssl (3.0.7-2) ...
12:00:12 #10 54.45 Setting up libbsd0:amd64 (0.11.7-2) ...
12:00:12 #10 54.47 Setting up libyuv0:amd64 (0.0~git20230104.6e4b0ac-1) ...
12:00:12 #10 54.48 Setting up libelf1:amd64 (0.188-2.1) ...
12:00:12 #10 54.49 Setting up readline-common (8.2-1.3) ...
12:00:12 #10 54.50 Setting up publicsuffix (20221208.1942-1) ...
12:00:12 #10 54.52 Setting up libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
12:00:12 #10 54.53 Setting up zstd (1.5.2+dfsg2-3) ...
12:00:12 #10 54.54 Setting up libmarkdown2:amd64 (2.2.7-2) ...
12:00:12 #10 54.55 Setting up libcc1-0:amd64 (12.2.0-14) ...
12:00:12 #10 54.56 Setting up iso-codes (4.12.0-1) ...
12:00:12 #10 54.57 Setting up liblocale-gettext-perl (1.07-5) ...
12:00:12 #10 54.58 Setting up liblsan0:amd64 (12.2.0-14) ...
12:00:12 #10 54.59 Setting up dctrl-tools (2.24-3+b1) ...
12:00:12 #10 54.61 Setting up libitm1:amd64 (12.2.0-14) ...
12:00:12 #7 ...
12:00:12 
12:00:12 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:12 #10 27.16 Selecting previously unselected package libatomic1:armhf.
12:00:12 #10 27.16 Preparing to unpack .../045-libatomic1_10.2.1-6_armhf.deb ...
12:00:12 #10 27.17 Unpacking libatomic1:armhf (10.2.1-6) ...
12:00:12 #11 34.66 Unpacking libcrypt-dev:armhf (1:4.4.28-2) ...
12:00:12 #11 34.74 Selecting previously unselected package rpcsvc-proto.
12:00:12 #11 34.74 Preparing to unpack .../095-rpcsvc-proto_1.4.2-0ubuntu6_armhf.deb ...
12:00:12 #11 34.76 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
12:00:12 #12 5.259 0 upgraded, 22 newly installed, 0 to remove and 4 not upgraded.
12:00:12 #12 5.259 1 not fully installed or removed.
12:00:12 #12 5.259 Need to get 6577 kB of archives.
12:00:12 #12 5.259 After this operation, 33.8 MB of additional disk space will be used.
12:00:12 #12 5.259 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 bash-completion all 1:2.8-1ubuntu1 [168 kB]
12:00:12 #13 7.869 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
12:00:12 #13 7.880 Setting up libpcre2-posix3:amd64 (10.39-3ubuntu0.1) ...
12:00:12 #13 7.890 Setting up librhash0:amd64 (1.4.2-1ubuntu1) ...
12:00:12 #13 7.913 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ...
12:00:12 #13 7.960 Setting up dh-apparmor (3.0.4-2ubuntu2.1) ...
12:00:12 #13 7.972 Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.6) ...
12:00:12 #13 7.982 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
12:00:12 #13 7.994 Setting up libpcre2-dev:amd64 (10.39-3ubuntu0.1) ...
12:00:12 #13 8.007 Setting up libselinux1-dev:amd64 (3.3-1build2) ...
12:00:12 #13 8.020 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1ubuntu4) ...
12:00:12 #13 8.035 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ...
12:00:12 #13 8.046 Setting up docker-ce-build-deps (1.0) ...
12:00:12 #13 8.057 Processing triggers for man-db (2.10.2-1) ...
12:00:12 #11 52.21 Setting up libstring-copyright-perl (0.003013-1) ...
12:00:12 #11 52.22 Setting up libdata-optlist-perl (0.112-1) ...
12:00:12 #11 52.23 Setting up libipc-run-perl (20220807.0-1) ...
12:00:12 #11 52.24 Setting up git (1:2.37.2-1ubuntu1.2) ...
12:00:12 #11 52.26 Setting up libtext-xslate-perl:arm64 (3.5.9-1build1) ...
12:00:12 #11 52.27 Setting up libcontextual-return-perl (0.004014-3) ...
12:00:12 #11 52.28 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:12 #11 52.29 Setting up libtypes-serialiser-perl (1.01-1) ...
12:00:12 #11 52.30 Setting up libnsl-dev:arm64 (1.3.0-2build2) ...
12:00:12 #11 52.31 Setting up libhtml-parser-perl:arm64 (3.78-1) ...
12:00:12 #11 52.32 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:12 #11 52.33 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:00:12 #11 52.35 Setting up librole-tiny-perl (2.002004-1) ...
12:00:12 #11 52.36 Setting up gnupg (2.2.35-3ubuntu1) ...
12:00:12 #11 52.37 Setting up libc6-dev:arm64 (2.36-0ubuntu4) ...
12:00:12 #11 52.38 Setting up libfont-ttf-perl (1.06-2) ...
12:00:12 #11 52.39 Setting up libfile-homedir-perl (1.006-1) ...
12:00:12 #11 52.40 Setting up libalgorithm-diff-xs-perl:arm64 (0.04-7) ...
12:00:12 #11 52.41 Setting up libio-socket-ssl-perl (2.074-2) ...
12:00:12 #10 56.11 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:12 #10 56.13 Setting up dh-strip-nondeterminism (1.13.1-1) ...
12:00:12 #10 56.14 Setting up libconst-fast-perl (0.014-2) ...
12:00:12 #10 56.16 Setting up libhttp-daemon-perl (6.14-2) ...
12:00:12 #10 56.17 Setting up python3-unidiff (0.7.3-1) ...
12:00:12 #11 46.35 Setting up libdata-dump-perl (1.25-1) ...
12:00:12 #11 46.36 Setting up python3-certifi (2020.6.20-1) ...
12:00:12 #11 46.48 Setting up libfile-find-rule-perl (0.34-1) ...
12:00:12 #11 46.50 Setting up libref-util-perl (0.204-1) ...
12:00:12 #11 46.51 Setting up libipc-system-simple-perl (1.30-1) ...
12:00:12 #11 46.52 Setting up libnet-domain-tld-perl (1.75-1.1) ...
12:00:12 #11 46.57 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
12:00:12 #14 12.95   Installing       : policycoreutils-2.9-21.1.el8.aarch64                 20/93 
12:00:12 #14 12.97   Running scriptlet: policycoreutils-2.9-21.1.el8.aarch64                 20/93 
12:00:12 #14 12.99   Running scriptlet: openssh-8.0p1-17.el8.aarch64                         21/93 
12:00:12 #14 13.07   Installing       : openssh-8.0p1-17.el8.aarch64                         21/93 
12:00:12 #14 13.14   Upgrading        : tar-2:1.30-8.el8.aarch64                             22/93 
12:00:12 #11 37.47 Selecting previously unselected package gnupg-l10n.
12:00:12 #11 37.47 Preparing to unpack .../124-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
12:00:12 #11 37.47 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:00:12 #11 37.52 Selecting previously unselected package gnupg-utils.
12:00:12 #11 37.52 Preparing to unpack .../125-gnupg-utils_2.2.27-3ubuntu2.1_armhf.deb ...
12:00:12 #11 37.53 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
12:00:12 #11 37.61 Selecting previously unselected package gpg.
12:00:12 #11 37.61 Preparing to unpack .../126-gpg_2.2.27-3ubuntu2.1_armhf.deb ...
12:00:12 #11 37.62 Unpacking gpg (2.2.27-3ubuntu2.1) ...
12:00:12 #11 37.67 Selecting previously unselected package pinentry-curses.
12:00:12 #11 37.67 Preparing to unpack .../127-pinentry-curses_1.1.1-1build2_armhf.deb ...
12:00:12 #11 37.67 Unpacking pinentry-curses (1.1.1-1build2) ...
12:00:12 #11 37.71 Selecting previously unselected package gpg-agent.
12:00:12 #11 37.72 Preparing to unpack .../128-gpg-agent_2.2.27-3ubuntu2.1_armhf.deb ...
12:00:12 #11 37.72 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
12:00:12 #11 37.78 Selecting previously unselected package gpg-wks-client.
12:00:12 #11 37.78 Preparing to unpack .../129-gpg-wks-client_2.2.27-3ubuntu2.1_armhf.deb ...
12:00:12 #11 37.79 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:00:12 #11 37.84 Selecting previously unselected package gpg-wks-server.
12:00:12 #11 37.84 Preparing to unpack .../130-gpg-wks-server_2.2.27-3ubuntu2.1_armhf.deb ...
12:00:12 #10 28.57 Selecting previously unselected package libbinutils:armhf.
12:00:12 #10 28.57 Preparing to unpack .../015-libbinutils_2.35.2-2+rpi1_armhf.deb ...
12:00:12 #10 28.58 Unpacking libbinutils:armhf (2.35.2-2+rpi1) ...
12:00:12 #10 28.70 Selecting previously unselected package libctf-nobfd0:armhf.
12:00:12 #10 28.70 Preparing to unpack .../016-libctf-nobfd0_2.35.2-2+rpi1_armhf.deb ...
12:00:12 #10 28.71 Unpacking libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
12:00:12 #10 28.77 Selecting previously unselected package libctf0:armhf.
12:00:12 #10 28.77 Preparing to unpack .../017-libctf0_2.35.2-2+rpi1_armhf.deb ...
12:00:12 #10 58.64 Setting up libpython2.7:amd64 (2.7.16-2+deb10u1) ...
12:00:12 #10 58.66 Setting up gettext (0.19.8.1-9) ...
12:00:12 #10 58.67 Setting up exim4-base (4.92-8+deb10u7) ...
12:00:12 #10 58.80 exim: DB upgrade, deleting hints-db
12:00:12 #10 58.89 Setting up gcc-8 (8.3.0-6) ...
12:00:12 #10 51.79   Installing       : perl-Encode-4:3.19-492.fc37.x86_64                  94/143 
12:00:12 #10 51.89   Installing       : perl-libs-4:5.36.0-492.fc37.x86_64                  95/143 
12:00:12 #10 51.91   Installing       : perl-interpreter-4:5.36.0-492.fc37.x86_64           96/143 
12:00:12 #10 51.91   Installing       : devscripts-checkbashisms-2.22.2-3.fc37.x86_64       97/143 
12:00:12 #10 51.93   Installing       : shared-mime-info-2.2-2.fc37.x86_64                  98/143 
12:00:12 #10 51.94   Running scriptlet: shared-mime-info-2.2-2.fc37.x86_64                  98/143 
12:00:12 #10 51.96   Installing       : gdk-pixbuf2-2.42.10-1.fc37.x86_64                   99/143 
12:00:12 #10 51.98   Installing       : libappstream-glib-0.8.1-1.fc37.x86_64              100/143 
12:00:12 #10 51.98   Installing       : xxhash-libs-0.8.1-3.fc37.x86_64                    101/143 
12:00:12 #10 52.06   Installing       : gdb-minimal-12.1-7.fc37.x86_64                     102/143 
12:00:12 #10 52.07   Installing       : debugedit-5.0-7.fc37.x86_64                        103/143 
12:00:12 #10 52.08   Installing       : zstd-1.5.2-3.fc37.x86_64                           104/143 
12:00:12 #10 52.09   Installing       : dbus-libs-1:1.14.4-1.fc37.x86_64                   105/143 
12:00:12 #10 52.11   Installing       : python3-dbus-1.3.2-1.fc37.x86_64                   106/143 
12:00:12 #10 52.12   Installing       : python3-zstandard-0.19.0-1.fc37.x86_64             107/143 
12:00:12 #10 52.13   Installing       : rust-srpm-macros-23-1.fc37.noarch                  108/143 
12:00:12 #10 52.13   Installing       : rpmautospec-rpm-macros-0.3.1-1.fc37.noarch         109/143 
12:00:12 #10 52.14   Installing       : qt5-srpm-macros-5.15.8-1.fc37.noarch               110/143 
12:00:12 #10 52.14   Installing       : pyproject-srpm-macros-1.6.0-1.fc37.noarch          111/143 
12:00:12 #10 52.15   Installing       : gnat-srpm-macros-5-1.fc37.noarch                   112/143 
12:00:12 #10 52.15   Installing       : emacs-filesystem-1:28.2-3.fc37.noarch              113/143 
12:00:12 #10 52.16   Installing       : desktop-file-utils-0.26-7.fc37.x86_64              114/143 
12:00:12 #12 5.421 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
12:00:12 #12 5.469 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB]
12:00:12 #12 5.470 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.7 [288 kB]
12:00:12 #12 5.476 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB]
12:00:12 #12 5.477 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB]
12:00:12 #12 5.479 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB]
12:00:12 #12 5.480 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.2 [3152 kB]
12:00:12 #12 5.546 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
12:00:12 #12 5.547 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB]
12:00:12 #12 5.552 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [10.9 kB]
12:00:12 #12 5.554 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev-dev amd64 237-3ubuntu10.56 [19.1 kB]
12:00:12 #12 5.556 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsepol1-dev amd64 2.7-1ubuntu0.1 [324 kB]
12:00:12 #12 5.566 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre16-3 amd64 2:8.39-9ubuntu0.1 [147 kB]
12:00:12 #12 5.569 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre32-3 amd64 2:8.39-9ubuntu0.1 [138 kB]
12:00:12 #12 5.572 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcrecpp0v5 amd64 2:8.39-9ubuntu0.1 [15.3 kB]
12:00:12 #12 5.572 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre3-dev amd64 2:8.39-9ubuntu0.1 [536 kB]
12:00:12 #12 5.580 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libselinux1-dev amd64 2.7-2build2 [149 kB]
12:00:12 #12 5.582 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper-dev amd64 2:1.02.145-4.1ubuntu3.18.04.3 [35.0 kB]
12:00:12 #12 5.583 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~18.04.2 [81.7 kB]
12:00:12 #12 5.584 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.56 [184 kB]
12:00:12 #12 5.587 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB]
12:00:12 #13 25.89 Last metadata expiration check: 0:00:24 ago on Tue Feb  7 11:59:48 2023.
12:00:12 #13 25.95 Package bash-5.1.8-6.el9.aarch64 is already installed.
12:00:12 #10 41.48 Selecting previously unselected package exim4-config.
12:00:12 #10 41.48 Preparing to unpack .../151-exim4-config_4.92-8+deb10u7_all.deb ...
12:00:12 #10 41.49 Unpacking exim4-config (4.92-8+deb10u7) ...
12:00:12 #10 41.59 Selecting previously unselected package exim4-base.
12:00:12 #10 41.59 Preparing to unpack .../152-exim4-base_4.92-8+deb10u7_armhf.deb ...
12:00:12 #10 41.60 Unpacking exim4-base (4.92-8+deb10u7) ...
12:00:12 #11 55.95 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:12 #11 56.07 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:12 #11 56.10 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:00:12 #11 56.12 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
12:00:12 #11 56.13 Updating certificates in /etc/ssl/certs...
12:00:12 #11 38.93 Unpacking libfakeroot:armhf (1.24-1) ...
12:00:12 #11 39.01 Selecting previously unselected package fakeroot.
12:00:12 #11 39.01 Preparing to unpack .../134-fakeroot_1.24-1_armhf.deb ...
12:00:12 #11 39.02 Unpacking fakeroot (1.24-1) ...
12:00:12 #11 39.08 Selecting previously unselected package libassuan0:armhf.
12:00:12 #11 39.08 Preparing to unpack .../135-libassuan0_2.5.3-7ubuntu2_armhf.deb ...
12:00:12 #11 39.09 Unpacking libassuan0:armhf (2.5.3-7ubuntu2) ...
12:00:12 #11 39.13 Selecting previously unselected package gpgconf.
12:00:12 #11 39.13 Preparing to unpack .../136-gpgconf_2.2.19-3ubuntu2.2_armhf.deb ...
12:00:12 #11 39.14 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
12:00:12 #11 39.21 Selecting previously unselected package libksba8:armhf.
12:00:12 #11 39.21 Preparing to unpack .../137-libksba8_1.3.5-2ubuntu0.20.04.2_armhf.deb ...
12:00:12 #11 53.64 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:12 #11 53.65 Setting up libmailtools-perl (2.21-1) ...
12:00:12 #11 53.66 Setting up git (1:2.25.1-1ubuntu3.8) ...
12:00:12 #11 53.70 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
12:00:12 #11 53.74 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:12 #11 53.81 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:12 #11 53.88 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:12 #10 46.07 Selecting previously unselected package t1utils.
12:00:12 #10 46.07 Preparing to unpack .../260-t1utils_1.41-2_armhf.deb ...
12:00:12 #10 46.08 Unpacking t1utils (1.41-2) ...
12:00:12 #10 46.18 Selecting previously unselected package lintian.
12:00:12 #10 46.18 Preparing to unpack .../261-lintian_2.5.81ubuntu1_all.deb ...
12:00:12 #10 46.19 Unpacking lintian (2.5.81ubuntu1) ...
12:00:12 #10 54.88   Upgrading        : glibc-2.35-22.fc36.x86_64                            8/148 
12:00:12 #10 54.91   Running scriptlet: glibc-2.35-22.fc36.x86_64                            8/148 
12:00:12 #10 55.02   Installing       : glibc-gconv-extra-2.35-22.fc36.x86_64                9/148 
12:00:12 #10 55.05   Running scriptlet: glibc-gconv-extra-2.35-22.fc36.x86_64                9/148 
12:00:12 #10 55.07   Upgrading        : elfutils-libelf-0.188-3.fc36.x86_64                 10/148 
12:00:12 #10 55.08   Upgrading        : elfutils-libs-0.188-3.fc36.x86_64                   11/148 
12:00:12 #10 55.11   Installing       : elfutils-debuginfod-client-0.188-3.fc36.x86_64      12/148 
12:00:12 #10 54.62 Setting up debian-keyring (2022.12.24) ...
12:00:12 #10 54.70 Setting up libgdbm6:amd64 (1.23-3) ...
12:00:12 #10 54.71 Setting up libctf0:amd64 (2.40-2) ...
12:00:12 #10 54.73 Setting up pinentry-curses (1.2.1-1) ...
12:00:12 #10 54.75 Setting up manpages-dev (6.02-1) ...
12:00:12 #10 54.76 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
12:00:12 #10 54.77 Setting up cpp-12 (12.2.0-14) ...
12:00:12 #10 54.79 Setting up libxcb1:amd64 (1.15-1) ...
12:00:12 #10 54.80 Setting up gettext (0.21-11) ...
12:00:12 #10 54.82 Setting up xdelta (1.1.3-10.4) ...
12:00:12 #10 27.38 Selecting previously unselected package libasan6:armhf.
12:00:12 #10 27.38 Preparing to unpack .../046-libasan6_10.2.1-6_armhf.deb ...
12:00:12 #10 27.67 Unpacking libasan6:armhf (10.2.1-6) ...
12:00:12 #12 5.610 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
12:00:12 #11 34.89 Selecting previously unselected package libtirpc-dev:armhf.
12:00:12 #11 34.89 Preparing to unpack .../096-libtirpc-dev_1.3.3+ds-1_armhf.deb ...
12:00:12 #11 34.93 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ...
12:00:12 #11 35.08 Selecting previously unselected package libnsl-dev:armhf.
12:00:12 #11 35.08 Preparing to unpack .../097-libnsl-dev_1.3.0-2build2_armhf.deb ...
12:00:12 #11 35.09 Unpacking libnsl-dev:armhf (1.3.0-2build2) ...
12:00:12 #13 8.128 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:00:12 #13 DONE 8.4s
12:00:12 #11 52.42 Setting up libsub-exporter-perl (0.988-1) ...
12:00:12 #11 52.43 Setting up libpython3-stdlib:arm64 (3.10.6-1) ...
12:00:12 #11 52.44 Setting up libalgorithm-merge-perl (0.08-4) ...
12:00:12 #11 52.45 Setting up libhttp-message-perl (6.37-1) ...
12:00:12 #11 52.46 Setting up libdata-validate-ip-perl (0.30-1) ...
12:00:12 #11 52.47 Setting up libhtml-form-perl (6.10-1) ...
12:00:12 #11 52.48 Setting up libiterator-perl (0.03+ds1-2) ...
12:00:12 #11 52.49 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
12:00:12 #11 52.50 Setting up libjson-xs-perl (4.030-1build3) ...
12:00:12 #11 52.51 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:12 #11 52.52 Setting up libio-prompter-perl (0.004015-1) ...
12:00:12 #11 52.53 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
12:00:12 #10 56.30 Setting up libdata-dpath-perl (0.58-2) ...
12:00:12 #10 56.31 Setting up python3-magic (2:0.4.26-3) ...
12:00:12 #10 56.44 Setting up g++-12 (12.2.0-14) ...
12:00:12 #10 56.45 Setting up python3-pkg-resources (65.6.3-1) ...
12:00:12 #11 46.58 Setting up libsocket6-perl (0.29-1build4) ...
12:00:12 #11 46.60 Setting up libio-prompt-tiny-perl (0.003-1) ...
12:00:12 #11 46.61 Setting up libhash-fieldhash-perl (0.15-1build5) ...
12:00:12 #11 46.62 Setting up libgd3:arm64 (2.3.0-2ubuntu2) ...
12:00:12 #11 46.63 Setting up libvariable-magic-perl (0.62-1build5) ...
12:00:12 #11 46.66 Setting up python3-idna (3.3-1) ...
12:00:12 #14 13.15   Running scriptlet: tar-2:1.30-8.el8.aarch64                             22/93 
12:00:12 #14 13.24   Installing       : isl-0.16.1-6.el8.aarch64                             23/93 
12:00:12 #14 13.25   Running scriptlet: isl-0.16.1-6.el8.aarch64                             23/93 
12:00:12 #14 13.28   Installing       : libuv-1:1.41.1-1.el8_4.aarch64                       24/93 
12:00:12 #14 13.30   Installing       : perl-TermReadKey-2.37-7.el8.aarch64                  25/93 
12:00:12 #14 13.33   Installing       : less-530-1.el8.aarch64                               26/93 
12:00:12 #14 13.38   Installing       : libasan-8.5.0-18.el8.aarch64                         27/93 
12:00:12 #14 13.39   Running scriptlet: libasan-8.5.0-18.el8.aarch64                         27/93 
12:00:12 #14 13.41   Installing       : libatomic-8.5.0-18.el8.aarch64                       28/93 
12:00:12 #14 13.42   Running scriptlet: libatomic-8.5.0-18.el8.aarch64                       28/93 
12:00:12 #10 28.78 Unpacking libctf0:armhf (2.35.2-2+rpi1) ...
12:00:12 #10 28.84 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:00:12 #10 28.84 Preparing to unpack .../018-binutils-arm-linux-gnueabihf_2.35.2-2+rpi1_armhf.deb ...
12:00:12 #10 28.85 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
12:00:12 #10 52.16   Installing       : ansible-srpm-macros-1-8.1.fc37.noarch              115/143 
12:00:12 #10 52.17   Installing       : python3-tomli-w-1.0.0-4.fc37.noarch                116/143 
12:00:12 #10 52.18   Installing       : python3-pyxdg-0.27-6.fc37.noarch                   117/143 
12:00:12 #10 52.19   Installing       : python3-file-magic-5.42-4.fc37.noarch              118/143 
12:00:12 #10 52.19   Installing       : python3-distro-1.7.0-3.fc37.noarch                 119/143 
12:00:12 #10 52.21   Installing       : python3-dnf-plugins-core-4.3.1-1.fc37.noarch       120/143 
12:00:12 #10 52.21   Installing       : pkgconf-m4-1.8.0-3.fc37.noarch                     121/143 
12:00:12 #10 52.22   Installing       : pkgconf-pkg-config-1.8.0-3.fc37.x86_64             122/143 
12:00:12 #10 52.22   Installing       : perl-srpm-macros-1-46.fc37.noarch                  123/143 
12:00:12 #10 52.22   Installing       : package-notes-srpm-macros-0.5-6.fc37.noarch        124/143 
12:00:12 #10 52.23   Installing       : openblas-srpm-macros-2-12.fc37.noarch              125/143 
12:00:12 #10 52.23   Installing       : ocaml-srpm-macros-7-2.fc37.noarch                  126/143 
12:00:12 #10 52.24   Installing       : nim-srpm-macros-3-7.fc37.noarch                    127/143 
12:00:12 #10 52.24   Installing       : lua-srpm-macros-1-7.fc37.noarch                    128/143 
12:00:12 #10 52.24   Installing       : kernel-srpm-macros-1.0-15.fc37.noarch              129/143 
12:00:12 #10 52.25   Installing       : ghc-srpm-macros-1.5.0-7.fc37.noarch                130/143 
12:00:12 #10 52.25   Installing       : fpc-srpm-macros-1.3-6.fc37.noarch                  131/143 
12:00:12 #10 52.25   Installing       : efi-srpm-macros-5-6.fc37.noarch                    132/143 
12:00:12 #10 52.26   Installing       : fonts-srpm-macros-1:2.0.5-9.fc37.noarch            133/143 
12:00:12 #10 52.26   Installing       : go-srpm-macros-3.2.0-1.fc37.noarch                 134/143 
12:00:12 #10 52.27   Installing       : python-srpm-macros-3.11-5.fc37.noarch              135/143 
12:00:12 #10 52.28   Installing       : redhat-rpm-config-229-1.fc37.noarch                136/143 
12:00:12 #10 52.29   Installing       : rpm-build-4.18.0-1.fc37.x86_64                     137/143 
12:00:12 #10 52.29   Installing       : rpmlint-fedora-license-data-1.12-1.fc37.noarch     138/143 
12:00:12 #10 52.31   Installing       : rpmlint-2.4.0-3.fc37.noarch                        139/143 
12:00:12 #10 52.32   Installing       : dnf-plugins-core-4.3.1-1.fc37.noarch               140/143 
12:00:12 #10 52.33   Cleanup          : glibc-2.36-8.fc37.x86_64                           141/143 
12:00:12 #10 52.34   Cleanup          : glibc-minimal-langpack-2.36-8.fc37.x86_64          142/143 
12:00:12 #10 52.34   Cleanup          : glibc-common-2.36-8.fc37.x86_64                    143/143 
12:00:12 #10 58.90 Setting up gpg-agent (2.2.12-1+deb10u2) ...
12:00:12 #10 58.92 Setting up libtool (2.4.6-9) ...
12:00:12 #10 58.93 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
12:00:12 #10 59.05 Setting up gpgsm (2.2.12-1+deb10u2) ...
12:00:12 #10 59.06 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
12:00:12 #10 59.07 Setting up libxext6:amd64 (2:1.3.3-1+b2) ...
12:00:12 #10 59.09 Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u4) ...
12:00:12 #10 59.10 Setting up python3 (3.7.3-1) ...
12:00:12 #12 5.710 debconf: delaying package configuration, since apt-utils is not installed
12:00:12 #12 5.737 Fetched 7028 kB in 1s (13.3 MB/s)
12:00:12 #12 5.766 Selecting previously unselected package bash-completion.
12:00:12 #12 5.766 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21450 files and directories currently installed.)
12:00:12 #12 5.777 Preparing to unpack .../00-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
12:00:12 #13 25.97 Dependencies resolved.
12:00:12 #13 25.97 Nothing to do.
12:00:12 #13 25.97 Complete!
12:00:12 #13 DONE 26.1s
12:00:12 
12:00:12 #14 [stage-1 7/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:12 #10 41.75 Selecting previously unselected package libevent-2.1-6:armhf.
12:00:12 #10 41.75 Preparing to unpack .../153-libevent-2.1-6_2.1.8-stable-4_armhf.deb ...
12:00:12 #10 41.75 Unpacking libevent-2.1-6:armhf (2.1.8-stable-4) ...
12:00:12 #10 41.85 Selecting previously unselected package libunbound8:armhf.
12:00:12 #10 41.85 Preparing to unpack .../154-libunbound8_1.9.0-2+deb10u2_armhf.deb ...
12:00:12 #10 41.85 Unpacking libunbound8:armhf (1.9.0-2+deb10u2) ...
12:00:12 #10 41.97 Selecting previously unselected package libgnutls-dane0:armhf.
12:00:12 #10 41.97 Preparing to unpack .../155-libgnutls-dane0_3.6.7-4+deb10u9_armhf.deb ...
12:00:12 #11 37.84 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:00:12 #11 37.89 Selecting previously unselected package gpgsm.
12:00:12 #11 37.89 Preparing to unpack .../131-gpgsm_2.2.27-3ubuntu2.1_armhf.deb ...
12:00:12 #11 37.90 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
12:00:12 #11 37.96 Selecting previously unselected package gnupg.
12:00:12 #11 37.96 Preparing to unpack .../132-gnupg_2.2.27-3ubuntu2.1_all.deb ...
12:00:12 #11 37.97 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
12:00:12 #11 38.01 Selecting previously unselected package libfile-dirlist-perl.
12:00:12 #11 38.01 Preparing to unpack .../133-libfile-dirlist-perl_0.05-2_all.deb ...
12:00:12 #11 38.02 Unpacking libfile-dirlist-perl (0.05-2) ...
12:00:12 #11 38.06 Selecting previously unselected package libfile-which-perl.
12:00:12 #11 38.06 Preparing to unpack .../134-libfile-which-perl_1.23-1_all.deb ...
12:00:12 #11 38.06 Unpacking libfile-which-perl (1.23-1) ...
12:00:12 #11 54.03 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:12 #11 54.07 Setting up dh-strip-nondeterminism (1.7.0-1) ...
12:00:12 #11 54.08 Setting up libconst-fast-perl (0.014-1) ...
12:00:12 #11 54.09 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ...
12:00:12 #11 54.11 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:12 #11 54.12 Setting up libcurl4:arm64 (7.68.0-1ubuntu2.15) ...
12:00:12 #11 54.13 Setting up curl (7.68.0-1ubuntu2.15) ...
12:00:12 #11 54.14 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:00:12 #11 54.17 Setting up libmodule-implementation-perl (0.09-1) ...
12:00:12 #11 54.18 Setting up libemail-valid-perl (1.202-1) ...
12:00:12 #11 54.19 Setting up libpackage-stash-perl (0.38-1) ...
12:00:12 #11 54.20 Setting up libimport-into-perl (1.002005-1) ...
12:00:12 #11 54.21 Setting up libmoo-perl (2.003006-1) ...
12:00:12 #11 54.23 Setting up liblist-someutils-perl (0.58-1) ...
12:00:12 #11 54.25 Setting up liblist-someutils-xs-perl (0.58-2) ...
12:00:12 #11 39.22 Unpacking libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
12:00:12 #11 39.29 Selecting previously unselected package libnpth0:armhf.
12:00:12 #11 39.29 Preparing to unpack .../138-libnpth0_1.6-1_armhf.deb ...
12:00:12 #11 39.30 Unpacking libnpth0:armhf (1.6-1) ...
12:00:12 #11 39.35 Selecting previously unselected package dirmngr.
12:00:12 #11 39.35 Preparing to unpack .../139-dirmngr_2.2.19-3ubuntu2.2_armhf.deb ...
12:00:12 #11 39.37 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
12:00:12 #11 39.46 Selecting previously unselected package gnupg-l10n.
12:00:12 #11 39.46 Preparing to unpack .../140-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
12:00:12 #10 55.13   Installing       : binutils-gold-2.37-37.fc36.x86_64                   13/148 
12:00:12 #10 55.30   Installing       : binutils-2.37-37.fc36.x86_64                        14/148 
12:00:12 #10 55.32   Running scriptlet: binutils-2.37-37.fc36.x86_64                        14/148 
12:00:12 #10 55.34   Installing       : hunspell-en-GB-0.20140811.1-22.fc36.noarch          15/148 
12:00:12 #10 55.35   Installing       : hunspell-en-0.20140811.1-22.fc36.noarch             16/148 
12:00:12 #10 55.39   Installing       : hunspell-en-US-0.20140811.1-22.fc36.noarch          17/148 
12:00:12 #10 55.40   Installing       : hunspell-1.7.0-19.fc36.x86_64                       18/148 
12:00:12 #10 55.42   Installing       : elfutils-0.188-3.fc36.x86_64                        19/148 
12:00:12 #10 55.45   Installing       : dwz-0.14-4.fc36.x86_64                              20/148 
12:00:12 #10 46.37 Selecting previously unselected package manpages-dev.
12:00:12 #10 46.37 Preparing to unpack .../262-manpages-dev_4.15-1_all.deb ...
12:00:12 #10 46.37 Unpacking manpages-dev (4.15-1) ...
12:00:12 #12 5.858 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblzo2-2 arm64 2.08-1.2 [42.2 kB]
12:00:12 #12 5.860 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libarchive13 arm64 3.2.2-3.1ubuntu0.7 [244 kB]
12:00:12 #12 5.875 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libjsoncpp1 arm64 1.7.4-3 [69.2 kB]
12:00:12 #12 5.879 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librhash0 arm64 1.3.6-2 [71.8 kB]
12:00:12 #12 5.883 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libuv1 arm64 1.18.0-3 [53.7 kB]
12:00:12 #12 5.886 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cmake arm64 3.10.2-1ubuntu2.18.04.2 [2973 kB]
12:00:12 #11 35.20 Selecting previously unselected package libc6-dev:armhf.
12:00:12 #11 35.20 Preparing to unpack .../098-libc6-dev_2.36-0ubuntu4_armhf.deb ...
12:00:12 #11 35.22 Unpacking libc6-dev:armhf (2.36-0ubuntu4) ...
12:00:12 #7 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:00:12 
12:00:12 #14 [stage-1 6/9] COPY sources/ /sources
12:00:12 #14 DONE 0.2s
12:00:12 
12:00:12 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:00:12 #10 54.83 Setting up libavif15:amd64 (0.11.1-1) ...
12:00:12 #10 54.85 Setting up libarchive13:amd64 (3.6.2-1) ...
12:00:12 #10 54.86 Setting up fontconfig-config (2.14.1-4) ...
12:00:12 #10 55.07 Setting up libedit2:amd64 (3.1-20221030-2) ...
12:00:12 #10 56.69 Setting up libmodule-implementation-perl (0.09-2) ...
12:00:12 #11 46.88 Setting up libio-html-perl (1.004-2) ...
12:00:12 #11 46.90 Setting up libpod-parser-perl (1.63-2) ...
12:00:12 #11 46.91 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
12:00:12 #11 46.93 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
12:00:12 #11 46.95 Setting up libparams-util-perl (1.102-1build3) ...
12:00:12 #11 46.96 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
12:00:12 #11 46.98 Setting up libtime-duration-perl (1.21-1) ...
12:00:12 #11 46.99 Setting up autoconf (2.71-2) ...
12:00:12 #11 47.01 Setting up python3-urllib3 (1.26.5-1~exp1) ...
12:00:12 #14 13.45   Installing       : libedit-3.1-23.20170329cvs.el8.aarch64               29/93 
12:00:12 #10 29.19 Selecting previously unselected package binutils.
12:00:12 #10 29.19 Preparing to unpack .../019-binutils_2.35.2-2+rpi1_armhf.deb ...
12:00:12 #10 29.20 Unpacking binutils (2.35.2-2+rpi1) ...
12:00:12 #10 29.29 Selecting previously unselected package libisl23:armhf.
12:00:12 #10 59.41 Setting up python3-xdg (0.25-5) ...
12:00:12 #10 41.97 Unpacking libgnutls-dane0:armhf (3.6.7-4+deb10u9) ...
12:00:12 #10 42.04 Selecting previously unselected package exim4-daemon-light.
12:00:12 #10 42.04 Preparing to unpack .../156-exim4-daemon-light_4.92-8+deb10u7_armhf.deb ...
12:00:12 #10 42.04 Unpacking exim4-daemon-light (4.92-8+deb10u7) ...
12:00:12 #10 42.18 Selecting previously unselected package libcurl3-gnutls:armhf.
12:00:12 #10 42.18 Preparing to unpack .../157-libcurl3-gnutls_7.64.0-4+deb10u4_armhf.deb ...
12:00:12 #10 42.18 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
12:00:12 #10 42.27 Selecting previously unselected package libpcre2-8-0:armhf.
12:00:12 #11 38.10 Selecting previously unselected package libfile-homedir-perl.
12:00:12 #11 38.10 Preparing to unpack .../135-libfile-homedir-perl_1.006-1_all.deb ...
12:00:12 #11 38.11 Unpacking libfile-homedir-perl (1.006-1) ...
12:00:12 #11 38.16 Selecting previously unselected package libfile-touch-perl.
12:00:12 #11 38.16 Preparing to unpack .../136-libfile-touch-perl_0.12-1_all.deb ...
12:00:12 #11 38.16 Unpacking libfile-touch-perl (0.12-1) ...
12:00:12 #11 38.21 Selecting previously unselected package libio-pty-perl.
12:00:12 #11 38.21 Preparing to unpack .../137-libio-pty-perl_1%3a1.15-2build2_armhf.deb ...
12:00:12 #11 38.22 Unpacking libio-pty-perl (1:1.15-2build2) ...
12:00:12 #11 38.27 Selecting previously unselected package libipc-run-perl.
12:00:12 #11 38.27 Preparing to unpack .../138-libipc-run-perl_20200505.0-1_all.deb ...
12:00:12 #11 54.27 Setting up gnupg (2.2.19-3ubuntu2.2) ...
12:00:12 #11 54.28 Setting up libmoox-aliases-perl (0.001006-1) ...
12:00:12 #11 54.29 Setting up libparams-validate-perl (1.29-3) ...
12:00:12 #11 54.31 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:00:12 #11 54.32 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:12 #11 54.34 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
12:00:12 #11 54.35 Setting up libgitlab-api-v4-perl (0.25-1) ...
12:00:12 #11 54.36 Setting up libmoox-struct-perl (0.017-1) ...
12:00:12 #11 54.37 Setting up lintian (2.62.0ubuntu2.2) ...
12:00:12 #11 54.39 Setting up licensecheck (3.0.45-1) ...
12:00:12 #11 54.40 Setting up dh-autoreconf (19) ...
12:00:12 #11 54.41 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
12:00:12 #11 54.43 Setting up libwww-perl (6.43-1) ...
12:00:12 #11 54.44 Setting up debhelper (12.10ubuntu1) ...
12:00:12 #11 54.45 Setting up devscripts (2.20.2ubuntu2) ...
12:00:12 #11 39.47 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:00:12 #11 39.52 Selecting previously unselected package gnupg-utils.
12:00:12 #11 39.52 Preparing to unpack .../141-gnupg-utils_2.2.19-3ubuntu2.2_armhf.deb ...
12:00:12 #11 39.53 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
12:00:12 #11 39.62 Selecting previously unselected package gpg.
12:00:12 #11 39.62 Preparing to unpack .../142-gpg_2.2.19-3ubuntu2.2_armhf.deb ...
12:00:12 #11 39.63 Unpacking gpg (2.2.19-3ubuntu2.2) ...
12:00:12 #11 39.74 Selecting previously unselected package pinentry-curses.
12:00:12 #11 39.74 Preparing to unpack .../143-pinentry-curses_1.1.0-3build1_armhf.deb ...
12:00:12 #10 46.66 Selecting previously unselected package python3-certifi.
12:00:12 #10 46.66 Preparing to unpack .../263-python3-certifi_2018.1.18-2_all.deb ...
12:00:12 #10 46.66 Unpacking python3-certifi (2018.1.18-2) ...
12:00:12 #10 46.73 Selecting previously unselected package python3-idna.
12:00:12 #10 46.73 Preparing to unpack .../264-python3-idna_2.6-1_all.deb ...
12:00:12 #10 46.74 Unpacking python3-idna (2.6-1) ...
12:00:12 #10 46.79 Selecting previously unselected package python3-urllib3.
12:00:12 #10 46.79 Preparing to unpack .../265-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
12:00:12 #10 46.80 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
12:00:12 #10 55.52   Installing       : file-5.41-4.fc36.x86_64                             21/148 
12:00:12 #10 55.53   Installing       : unzip-6.0-57.fc36.x86_64                            22/148 
12:00:12 #10 55.60   Installing       : xz-5.2.5-9.fc36.x86_64                              23/148 
12:00:12 #10 55.61   Installing       : zip-3.0-32.fc36.x86_64                              24/148 
12:00:12 #10 55.63   Installing       : enchant-1:1.6.0-30.fc36.x86_64                      25/148 
12:00:12 #10 55.64   Installing       : python3-enchant-3.2.2-2.fc36.noarch                 26/148 
12:00:12 #10 55.67   Installing       : bzip2-1.0.8-11.fc36.x86_64                          27/148 
12:00:12 #10 55.68   Installing       : cpio-2.13-12.fc36.x86_64                            28/148 
12:00:12 #10 55.71   Installing       : dash-0.5.10.2-10.fc36.x86_64                        29/148 
12:00:12 #10 55.72   Running scriptlet: dash-0.5.10.2-10.fc36.x86_64                        29/148 
12:00:12 #11 56.45 0 added, 0 removed; done.
12:00:12 #11 56.45 Running hooks in /etc/ca-certificates/update.d...
12:00:12 #11 56.45 done.
12:00:12 #12 6.023 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
12:00:12 #12 6.024 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdevmapper1.02.1 arm64 2:1.02.145-4.1ubuntu3.18.04.3 [100 kB]
12:00:12 #12 6.026 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.145-4.1ubuntu3.18.04.3 [9444 B]
12:00:12 #12 6.026 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libudev-dev arm64 237-3ubuntu10.56 [19.1 kB]
12:00:12 #12 6.027 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsepol1-dev arm64 2.7-1ubuntu0.1 [294 kB]
12:00:12 #12 6.042 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre16-3 arm64 2:8.39-9ubuntu0.1 [121 kB]
12:00:12 #12 6.048 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre32-3 arm64 2:8.39-9ubuntu0.1 [113 kB]
12:00:12 #12 6.055 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcrecpp0v5 arm64 2:8.39-9ubuntu0.1 [15.1 kB]
12:00:12 #12 6.055 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre3-dev arm64 2:8.39-9ubuntu0.1 [458 kB]
12:00:12 #12 6.097 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libselinux1-dev arm64 2.7-2build2 [143 kB]
12:00:12 #12 6.169 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdevmapper-dev arm64 2:1.02.145-4.1ubuntu3.18.04.3 [35.0 kB]
12:00:12 #12 6.170 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1~18.04.2 [76.1 kB]
12:00:12 #12 6.173 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsystemd-dev arm64 237-3ubuntu10.56 [184 kB]
12:00:12 #12 6.176 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB]
12:00:12 #7 DONE 53.5s
12:00:12 
12:00:12 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:12 #10 27.53 Selecting previously unselected package m4.
12:00:12 #10 27.53 Preparing to unpack .../009-m4_1.4.18-2_armhf.deb ...
12:00:12 #10 27.53 Unpacking m4 (1.4.18-2) ...
12:00:12 #10 27.62 Selecting previously unselected package autoconf.
12:00:12 #10 27.62 Preparing to unpack .../010-autoconf_2.69-11_all.deb ...
12:00:12 #10 27.63 Unpacking autoconf (2.69-11) ...
12:00:12 #10 27.72 Selecting previously unselected package autotools-dev.
12:00:12 #10 27.72 Preparing to unpack .../011-autotools-dev_20180224.1_all.deb ...
12:00:12 #10 27.73 Unpacking autotools-dev (20180224.1) ...
12:00:12 #10 27.79 Selecting previously unselected package automake.
12:00:12 #10 27.79 Preparing to unpack .../012-automake_1%3a1.16.1-4_all.deb ...
12:00:12 #10 27.80 Unpacking automake (1:1.16.1-4) ...
12:00:12 #10 27.94 Selecting previously unselected package autopoint.
12:00:12 #10 27.94 Preparing to unpack .../013-autopoint_0.19.8.1-9_all.deb ...
12:00:12 #10 27.96 Unpacking autopoint (0.19.8.1-9) ...
12:00:12 #10 28.01 Selecting previously unselected package binutils-common:armhf.
12:00:12 #10 28.01 Preparing to unpack .../014-binutils-common_2.31.1-16+rpi2_armhf.deb ...
12:00:12 #10 28.02 Unpacking binutils-common:armhf (2.31.1-16+rpi2) ...
12:00:12 #10 28.37 Selecting previously unselected package libbinutils:armhf.
12:00:12 #10 28.37 Preparing to unpack .../015-libbinutils_2.31.1-16+rpi2_armhf.deb ...
12:00:12 #10 28.38 Unpacking libbinutils:armhf (2.31.1-16+rpi2) ...
12:00:12 #10 28.45 Selecting previously unselected package libfl2:armhf.
12:00:12 #10 28.45 Preparing to unpack .../016-libfl2_2.6.4-6.2_armhf.deb ...
12:00:12 #10 28.45 Unpacking libfl2:armhf (2.6.4-6.2) ...
12:00:12 #10 28.49 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:00:12 #10 28.50 Preparing to unpack .../017-binutils-arm-linux-gnueabihf_2.31.1-16+rpi2_armhf.deb ...
12:00:12 #10 28.50 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
12:00:12 #13 1.151 Reading package lists...
12:00:12 #13 2.043 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:12 #13 2.043 dpkg-buildpackage: info: source version 1.0
12:00:12 #13 2.043 dpkg-buildpackage: info: source distribution unstable
12:00:12 #13 2.043 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:12 #10 55.09 Setting up libreadline8:amd64 (8.2-1.3) ...
12:00:12 #10 55.10 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-3) ...
12:00:12 #10 55.11 Setting up ca-certificates (20211016) ...
12:00:12 #10 56.70 Setting up libcgi-fast-perl (1:2.15-1) ...
12:00:12 #10 56.73 Setting up python3-apt (2.5.2+b1) ...
12:00:12 #10 56.89 Setting up python3-charset-normalizer (3.0.1-2) ...
12:00:12 #10 28.20 Selecting previously unselected package libubsan1:armhf.
12:00:12 #10 28.20 Preparing to unpack .../047-libubsan1_10.2.1-6_armhf.deb ...
12:00:12 #10 28.24 Unpacking libubsan1:armhf (10.2.1-6) ...
12:00:12 #12 1.201 Last metadata expiration check: 0:00:17 ago on Tue Feb  7 11:59:55 2023.
12:00:12 #11 47.18 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:12 #11 47.20 Setting up libarray-intspan-perl (2.004-1) ...
12:00:12 #11 47.21 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:12 #11 47.22 Setting up libtimedate-perl (2.3300-2) ...
12:00:12 #11 47.24 Setting up libstdc++-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
12:00:12 #11 47.25 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:00:12 #11 47.27 Setting up libsub-name-perl (0.26-1build3) ...
12:00:12 #11 47.28 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
12:00:12 #11 47.30 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
12:00:12 #11 47.31 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:00:12 #11 47.32 Setting up libproc-processtable-perl:arm64 (0.634-1build1) ...
12:00:12 #11 47.34 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:00:12 #10 29.30 Preparing to unpack .../020-libisl23_0.23-1_armhf.deb ...
12:00:12 #10 29.30 Unpacking libisl23:armhf (0.23-1) ...
12:00:12 #10 29.44 Selecting previously unselected package libmpfr6:armhf.
12:00:12 #10 29.44 Preparing to unpack .../021-libmpfr6_4.1.0-3_armhf.deb ...
12:00:12 #10 29.44 Unpacking libmpfr6:armhf (4.1.0-3) ...
12:00:12 #10 59.60 Setting up man-db (2.8.5-2) ...
12:00:12 #10 59.70 Building database of manual pages ...
12:00:12 #10 42.27 Preparing to unpack .../158-libpcre2-8-0_10.32-5_armhf.deb ...
12:00:12 #10 42.27 Unpacking libpcre2-8-0:armhf (10.32-5) ...
12:00:12 #10 42.34 Selecting previously unselected package liberror-perl.
12:00:12 #10 42.34 Preparing to unpack .../159-liberror-perl_0.17027-2_all.deb ...
12:00:12 #10 42.35 Unpacking liberror-perl (0.17027-2) ...
12:00:12 #10 42.39 Selecting previously unselected package git-man.
12:00:12 #10 42.39 Preparing to unpack .../160-git-man_1%3a2.20.1-2+deb10u7_all.deb ...
12:00:12 #10 42.39 Unpacking git-man (1:2.20.1-2+deb10u7) ...
12:00:12 #11 38.27 Unpacking libipc-run-perl (20200505.0-1) ...
12:00:12 #11 38.33 Selecting previously unselected package libclass-method-modifiers-perl.
12:00:12 #11 38.33 Preparing to unpack .../139-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:00:12 #11 38.33 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:00:12 #11 38.41 Selecting previously unselected package libclass-xsaccessor-perl.
12:00:12 #11 38.41 Preparing to unpack .../140-libclass-xsaccessor-perl_1.19-3build9_armhf.deb ...
12:00:12 #11 38.42 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
12:00:12 #11 38.45 Selecting previously unselected package libb-hooks-op-check-perl.
12:00:12 #11 38.45 Preparing to unpack .../141-libb-hooks-op-check-perl_0.22-1build5_armhf.deb ...
12:00:12 #11 38.45 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
12:00:12 #11 38.54 Selecting previously unselected package libdynaloader-functions-perl.
12:00:12 #11 38.54 Preparing to unpack .../142-libdynaloader-functions-perl_0.003-1.1_all.deb ...
12:00:12 #12 6.407 Unpacking bash-completion (1:2.8-1ubuntu1) ...
12:00:12 #12 6.534 Selecting previously unselected package cmake-data.
12:00:13 #11 54.62 Setting up equivs (2.2.0) ...
12:00:13 #11 54.64 Setting up libxml-parser-perl (2.46-1) ...
12:00:13 #11 54.65 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:13 #11 54.70 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:13 #11 39.75 Unpacking pinentry-curses (1.1.0-3build1) ...
12:00:13 #11 39.80 Selecting previously unselected package gpg-agent.
12:00:13 #11 39.80 Preparing to unpack .../144-gpg-agent_2.2.19-3ubuntu2.2_armhf.deb ...
12:00:13 #11 39.81 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
12:00:13 #11 39.89 Selecting previously unselected package gpg-wks-client.
12:00:13 #11 39.89 Preparing to unpack .../145-gpg-wks-client_2.2.19-3ubuntu2.2_armhf.deb ...
12:00:13 #11 39.90 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:00:13 #11 39.97 Selecting previously unselected package gpg-wks-server.
12:00:13 #11 39.97 Preparing to unpack .../146-gpg-wks-server_2.2.19-3ubuntu2.2_armhf.deb ...
12:00:13 #11 39.97 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:00:13 #11 40.03 Selecting previously unselected package gpgsm.
12:00:13 #10 46.97 Selecting previously unselected package python3-requests.
12:00:13 #10 46.97 Preparing to unpack .../266-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
12:00:13 #10 46.98 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
12:00:13 #10 47.04 Selecting previously unselected package python3-unidiff.
12:00:13 #10 47.04 Preparing to unpack .../267-python3-unidiff_0.5.4-1_all.deb ...
12:00:13 #10 47.05 Unpacking python3-unidiff (0.5.4-1) ...
12:00:13 #10 47.09 Selecting previously unselected package python3-xdg.
12:00:13 #10 47.09 Preparing to unpack .../268-python3-xdg_0.25-4ubuntu1.1_all.deb ...
12:00:13 #10 47.10 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
12:00:13 #10 47.15 Selecting previously unselected package unzip.
12:00:13 #10 47.15 Preparing to unpack .../269-unzip_6.0-21ubuntu1.2_armhf.deb ...
12:00:13 #10 55.74   Installing       : diffutils-3.8-2.fc36.x86_64                         30/148 
12:00:13 #10 55.77   Running scriptlet: groff-base-1.22.4-9.fc36.x86_64                     31/148 
12:00:13 #10 55.82   Installing       : groff-base-1.22.4-9.fc36.x86_64                     31/148 
12:00:13 #10 55.88   Running scriptlet: groff-base-1.22.4-9.fc36.x86_64                     31/148 
12:00:13 #10 55.90   Installing       : info-6.8-3.fc36.x86_64                              32/148 
12:00:13 #10 55.90   Installing       : ed-1.14.2-12.fc36.x86_64                            33/148 
12:00:13 #10 55.94   Installing       : patch-2.7.6-16.fc36.x86_64                          34/148 
12:00:13 #10 55.95   Installing       : json-glib-1.6.6-2.fc36.x86_64                       35/148 
12:00:13 #10 55.98   Installing       : libjpeg-turbo-2.1.2-2.fc36.x86_64                   36/148 
12:00:13 #12 6.326 debconf: delaying package configuration, since apt-utils is not installed
12:00:13 #12 6.369 Fetched 6577 kB in 1s (4996 kB/s)
12:00:13 #12 6.437 Selecting previously unselected package bash-completion.
12:00:13 #12 6.437 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21388 files and directories currently installed.)
12:00:13 #12 6.449 Preparing to unpack .../00-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
12:00:13 #10 28.82 Selecting previously unselected package binutils.
12:00:13 #10 28.82 Preparing to unpack .../018-binutils_2.31.1-16+rpi2_armhf.deb ...
12:00:13 #10 28.82 Unpacking binutils (2.31.1-16+rpi2) ...
12:00:13 #10 28.87 Selecting previously unselected package libisl19:armhf.
12:00:13 #13 17.89   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch            1/1 
12:00:13 #13 18.01   Preparing        :                                                        1/1 
12:00:13 #13 18.08   Installing       : make-1:4.3-7.el9.x86_64                               1/76 
12:00:13 #13 18.09   Installing       : selinux-policy-38.1.5-1.el9.noarch                    2/76 
12:00:13 #13 18.09   Running scriptlet: selinux-policy-38.1.5-1.el9.noarch                    2/76 
12:00:13 #10 55.47 Updating certificates in /etc/ssl/certs...
12:00:13 #13 2.075  dpkg-source --before-build .
12:00:13 #13 2.075 dpkg-buildpackage: info: host architecture amd64
12:00:13 #13 2.169  debian/rules clean
12:00:13 #13 2.171 dh clean
12:00:13 #13 2.257    dh_clean
12:00:13 #13 2.289  debian/rules binary
12:00:13 #13 2.291 dh binary
12:00:13 #13 2.364    dh_update_autotools_config
12:00:13 #13 2.390    dh_autoreconf
12:00:13 #10 57.03 Setting up libpackage-stash-perl (0.40-1) ...
12:00:13 #10 57.03 Setting up libimport-into-perl (1.002005-2) ...
12:00:13 #10 57.04 Setting up libmoo-perl (2.005005-1) ...
12:00:13 #10 57.05 Setting up liblist-someutils-perl (0.59-1) ...
12:00:13 #10 57.06 Setting up debhelper (13.11.4) ...
12:00:13 #10 57.08 Setting up libmime-tools-perl (5.510-1) ...
12:00:13 #10 57.08 Setting up liblist-someutils-xs-perl:arm64 (0.58-3) ...
12:00:13 #10 57.09 Setting up python3-chardet (5.1.0+dfsg-2) ...
12:00:13 #11 35.71 Selecting previously unselected package libisl23:armhf.
12:00:13 #11 35.71 Preparing to unpack .../099-libisl23_0.25-1_armhf.deb ...
12:00:13 #11 35.72 Unpacking libisl23:armhf (0.25-1) ...
12:00:13 #11 35.82 Selecting previously unselected package libmpfr6:armhf.
12:00:13 #11 35.83 Preparing to unpack .../100-libmpfr6_4.1.0-3build3_armhf.deb ...
12:00:13 #11 35.83 Unpacking libmpfr6:armhf (4.1.0-3build3) ...
12:00:13 #11 35.87 Selecting previously unselected package libmpc3:armhf.
12:00:13 #11 35.87 Preparing to unpack .../101-libmpc3_1.2.1-2build1_armhf.deb ...
12:00:13 #11 35.88 Unpacking libmpc3:armhf (1.2.1-2build1) ...
12:00:13 #11 35.91 Selecting previously unselected package cpp-12.
12:00:13 #11 35.91 Preparing to unpack .../102-cpp-12_12.2.0-3ubuntu1_armhf.deb ...
12:00:13 #11 35.92 Unpacking cpp-12 (12.2.0-3ubuntu1) ...
12:00:13 #11 47.35 Setting up xauth (1:1.1-1build2) ...
12:00:13 #11 47.37 Setting up libpath-tiny-perl (0.122-1) ...
12:00:13 #11 47.40 Setting up libarchive-cpio-perl (0.10-1.1) ...
12:00:13 #11 47.41 Setting up libjson-perl (4.04000-1) ...
12:00:13 #11 47.43 Setting up libipc-run3-perl (0.048-2) ...
12:00:13 #11 47.44 Setting up libsub-override-perl (0.09-2) ...
12:00:13 #11 47.45 Setting up libaliased-perl (0.34-1.1) ...
12:00:13 #11 47.47 Setting up python3-unidiff (0.5.5-2) ...
12:00:13 #11 47.60 Setting up libstrictures-perl (2.000006-1) ...
12:00:13 #10 29.54 Selecting previously unselected package libmpc3:armhf.
12:00:13 #10 29.55 Preparing to unpack .../022-libmpc3_1.2.0-1_armhf.deb ...
12:00:13 #10 29.55 Unpacking libmpc3:armhf (1.2.0-1) ...
12:00:13 #10 29.59 Selecting previously unselected package cpp-10.
12:00:13 #10 29.59 Preparing to unpack .../023-cpp-10_10.2.1-6+rpi1_armhf.deb ...
12:00:13 #10 29.59 Unpacking cpp-10 (10.2.1-6+rpi1) ...
12:00:13 #10 ...
12:00:13 
12:00:13 #9 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:13 #9 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 16.8s done
12:00:13 #9 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:00:13 #9 DONE 54.6s
12:00:13 #10 42.57 Selecting previously unselected package git.
12:00:13 #10 42.57 Preparing to unpack .../161-git_1%3a2.20.1-2+deb10u7_armhf.deb ...
12:00:13 #10 42.60 Unpacking git (1:2.20.1-2+deb10u7) ...
12:00:13 #11 53.29 Setting up libiterator-util-perl (0.02+ds1-2) ...
12:00:13 #11 53.30 Setting up libstdc++-12-dev:arm64 (12.2.0-3ubuntu1) ...
12:00:13 #11 53.32 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:13 #11 53.33 Setting up libtool (2.4.7-4) ...
12:00:13 #11 53.34 Setting up po-debconf (1.0.21+nmu1) ...
12:00:13 #11 53.35 Setting up libhtml-tree-perl (5.07-2) ...
12:00:13 #11 53.36 Setting up libparams-classify-perl:arm64 (0.015-2) ...
12:00:13 #11 53.37 Setting up libcgi-pm-perl (4.54-1) ...
12:00:13 #11 53.37 Setting up python3 (3.10.6-1) ...
12:00:13 #11 38.55 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
12:00:13 #11 38.59 Selecting previously unselected package libdevel-callchecker-perl.
12:00:13 #11 38.59 Preparing to unpack .../143-libdevel-callchecker-perl_0.008-1ubuntu4_armhf.deb ...
12:00:13 #11 38.60 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:00:13 #11 38.63 Selecting previously unselected package libparams-classify-perl.
12:00:13 #11 38.63 Preparing to unpack .../144-libparams-classify-perl_0.015-1build5_armhf.deb ...
12:00:13 #11 38.64 Unpacking libparams-classify-perl (0.015-1build5) ...
12:00:13 #11 38.68 Selecting previously unselected package libmodule-runtime-perl.
12:00:13 #11 38.68 Preparing to unpack .../145-libmodule-runtime-perl_0.016-1_all.deb ...
12:00:13 #11 38.68 Unpacking libmodule-runtime-perl (0.016-1) ...
12:00:13 #11 38.72 Selecting previously unselected package libimport-into-perl.
12:00:13 #11 38.72 Preparing to unpack .../146-libimport-into-perl_1.002005-1_all.deb ...
12:00:13 #11 38.73 Unpacking libimport-into-perl (1.002005-1) ...
12:00:13 #11 38.77 Selecting previously unselected package librole-tiny-perl.
12:00:13 #11 38.77 Preparing to unpack .../147-librole-tiny-perl_2.002004-1_all.deb ...
12:00:13 #11 38.79 Unpacking librole-tiny-perl (2.002004-1) ...
12:00:13 #11 38.83 Selecting previously unselected package libsub-quote-perl.
12:00:13 #11 38.83 Preparing to unpack .../148-libsub-quote-perl_2.006006-1_all.deb ...
12:00:13 #11 38.83 Unpacking libsub-quote-perl (2.006006-1) ...
12:00:13 #11 38.88 Selecting previously unselected package libmoo-perl.
12:00:13 #11 38.88 Preparing to unpack .../149-libmoo-perl_2.005004-3_all.deb ...
12:00:13 #11 38.89 Unpacking libmoo-perl (2.005004-3) ...
12:00:13 #12 6.536 Preparing to unpack .../01-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
12:00:13 #12 6.541 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
12:00:13 #11 54.75 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:13 #11 54.91 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:13 #11 55.00 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:00:13 #10 47.16 Unpacking unzip (6.0-21ubuntu1.2) ...
12:00:13 #10 47.23 Selecting previously unselected package wdiff.
12:00:13 #10 47.23 Preparing to unpack .../270-wdiff_1.2.2-2_armhf.deb ...
12:00:13 #10 47.24 Unpacking wdiff (1.2.2-2) ...
12:00:13 #10 47.29 Selecting previously unselected package equivs.
12:00:13 #10 47.29 Preparing to unpack .../271-equivs_2.1.0_all.deb ...
12:00:13 #10 47.30 Unpacking equivs (2.1.0) ...
12:00:13 #10 47.34 Selecting previously unselected package libauthen-sasl-perl.
12:00:13 #10 47.34 Preparing to unpack .../272-libauthen-sasl-perl_2.1600-1_all.deb ...
12:00:13 #10 47.35 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:00:13 #10 47.41 Selecting previously unselected package python3-magic.
12:00:13 #10 47.41 Preparing to unpack .../273-python3-magic_2%3a0.4.15-1_all.deb ...
12:00:13 #10 55.98   Installing       : libpkgconf-1.8.0-2.fc36.x86_64                      37/148 
12:00:13 #10 56.01   Installing       : pkgconf-1.8.0-2.fc36.x86_64                         38/148 
12:00:13 #10 56.02   Installing       : libpng-2:1.6.37-12.fc36.x86_64                      39/148 
12:00:13 #10 56.04   Installing       : libstemmer-0-18.585svn.fc36.x86_64                  40/148 
12:00:13 #10 56.06   Installing       : ncurses-6.2-9.20210508.fc36.x86_64                  41/148 
12:00:13 #10 56.08   Installing       : perl-Digest-1.20-2.fc36.noarch                      42/148 
12:00:13 #10 56.09   Installing       : perl-Digest-MD5-2.58-479.fc36.x86_64                43/148 
12:00:13 #10 56.10   Installing       : perl-B-1.82-486.fc36.x86_64                         44/148 
12:00:13 #10 56.14   Installing       : perl-FileHandle-2.03-486.fc36.noarch                45/148 
12:00:13 #10 56.14   Installing       : perl-AutoLoader-5.74-486.fc36.noarch                46/148 
12:00:13 #10 56.15   Installing       : perl-Data-Dumper-2.183-3.fc36.x86_64                47/148 
12:00:13 #10 56.19   Installing       : perl-libnet-3.13-480.fc36.noarch                    48/148 
12:00:13 #10 56.19   Installing       : perl-base-2.27-486.fc36.noarch                      49/148 
12:00:13 #10 56.23   Installing       : perl-Net-SSLeay-1.92-2.fc36.x86_64                  50/148 
12:00:13 #10 56.24   Installing       : perl-URI-5.10-1.fc36.noarch                         51/148 
12:00:13 #11 40.03 Preparing to unpack .../147-gpgsm_2.2.19-3ubuntu2.2_armhf.deb ...
12:00:13 #11 40.03 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
12:00:13 #11 40.11 Selecting previously unselected package gnupg.
12:00:13 #11 40.11 Preparing to unpack .../148-gnupg_2.2.19-3ubuntu2.2_all.deb ...
12:00:13 #11 40.11 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
12:00:13 #11 40.17 Selecting previously unselected package libfile-which-perl.
12:00:13 #11 40.17 Preparing to unpack .../149-libfile-which-perl_1.23-1_all.deb ...
12:00:13 #11 40.18 Unpacking libfile-which-perl (1.23-1) ...
12:00:13 #11 40.23 Selecting previously unselected package libfile-homedir-perl.
12:00:13 #11 40.23 Preparing to unpack .../150-libfile-homedir-perl_1.004-1_all.deb ...
12:00:13 #11 40.24 Unpacking libfile-homedir-perl (1.004-1) ...
12:00:13 #11 40.29 Selecting previously unselected package libio-pty-perl.
12:00:13 #11 40.29 Preparing to unpack .../151-libio-pty-perl_1%3a1.12-1_armhf.deb ...
12:00:13 #13 18.11   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch           3/76 
12:00:13 #13 18.30   Installing       : selinux-policy-targeted-38.1.5-1.el9.noarch           3/76 
12:00:13 #13 2.432    create-stamp debian/debhelper-build-stamp
12:00:13 #13 2.432    dh_prep
12:00:13 #13 2.458    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:00:13 #13 2.506    dh_install
12:00:13 #13 2.538    dh_installdocs
12:00:13 #13 2.574    dh_installchangelogs
12:00:13 #13 2.653    dh_perl
12:00:13 #10 57.39 Setting up python3-debian (0.1.49) ...
12:00:13 #10 28.87 Preparing to unpack .../019-libisl19_0.20-2_armhf.deb ...
12:00:13 #10 28.88 Unpacking libisl19:armhf (0.20-2) ...
12:00:13 #10 29.00 Selecting previously unselected package libmpfr6:armhf.
12:00:13 #10 29.00 Preparing to unpack .../020-libmpfr6_4.0.2-1_armhf.deb ...
12:00:13 #10 29.01 Unpacking libmpfr6:armhf (4.0.2-1) ...
12:00:13 #10 29.09 Selecting previously unselected package libmpc3:armhf.
12:00:13 #10 29.09 Preparing to unpack .../021-libmpc3_1.1.0-1_armhf.deb ...
12:00:13 #10 29.10 Unpacking libmpc3:armhf (1.1.0-1) ...
12:00:13 #10 29.15 Selecting previously unselected package cpp-8.
12:00:13 #10 29.15 Preparing to unpack .../022-cpp-8_8.3.0-6+rpi1_armhf.deb ...
12:00:13 #11 36.13 Selecting previously unselected package cpp.
12:00:13 #11 36.13 Preparing to unpack .../103-cpp_4%3a12.2.0-1ubuntu1_armhf.deb ...
12:00:13 #11 36.14 Unpacking cpp (4:12.2.0-1ubuntu1) ...
12:00:13 #11 36.17 Selecting previously unselected package libcc1-0:armhf.
12:00:13 #11 36.18 Preparing to unpack .../104-libcc1-0_12.2.0-3ubuntu1_armhf.deb ...
12:00:13 #11 36.18 Unpacking libcc1-0:armhf (12.2.0-3ubuntu1) ...
12:00:13 #11 36.22 Selecting previously unselected package libgomp1:armhf.
12:00:13 #11 36.22 Preparing to unpack .../105-libgomp1_12.2.0-3ubuntu1_armhf.deb ...
12:00:13 #11 36.22 Unpacking libgomp1:armhf (12.2.0-3ubuntu1) ...
12:00:13 #11 36.25 Selecting previously unselected package libatomic1:armhf.
12:00:13 #11 36.25 Preparing to unpack .../106-libatomic1_12.2.0-3ubuntu1_armhf.deb ...
12:00:13 #11 36.26 Unpacking libatomic1:armhf (12.2.0-3ubuntu1) ...
12:00:13 #10 55.89 127 added, 0 removed; done.
12:00:13 #10 55.97 Setting up libgprofng0:amd64 (2.40-2) ...
12:00:13 #11 47.61 Setting up libsub-quote-perl (2.006006-1) ...
12:00:13 #11 47.63 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:00:13 #11 47.64 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
12:00:13 #11 47.65 Setting up libsort-versions-perl (1.62-1) ...
12:00:13 #11 47.67 Setting up libexporter-tiny-perl (1.002002-1) ...
12:00:13 #11 47.68 Setting up libre-engine-re2-perl:arm64 (0.14-1build2) ...
12:00:13 #11 47.70 Setting up libfile-dirlist-perl (0.05-2) ...
12:00:13 #11 47.71 Setting up libterm-readkey-perl (2.38-1build4) ...
12:00:13 #11 47.72 Setting up lsb-release (11.1.0ubuntu4) ...
12:00:13 #11 47.74 Setting up python3-magic (2:0.4.24-2) ...
12:00:13 #11 47.87 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
12:00:13 #11 47.88 Setting up libperlio-gzip-perl (0.19-1build8) ...
12:00:13 #11 47.90 Setting up libsys-hostname-long-perl (1.5-2) ...
12:00:13 #11 47.91 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
12:00:13 #11 47.93 Setting up libsereal-decoder-perl (4.023+ds-1) ...
12:00:13 #11 47.95 Setting up liburi-perl (5.10-1) ...
12:00:13 #11 47.97 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:00:13 
12:00:13 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:13 #12 1.988 Package bash-5.2.9-3.fc37.aarch64 is already installed.
12:00:13 #12 1.999 Package bash-5.2.9-3.fc37.aarch64 is already installed.
12:00:13 #12 1.999 Package ca-certificates-2022.2.54-5.fc37.noarch is already installed.
12:00:13 #12 2.000 Package libarchive-3.6.1-2.fc37.aarch64 is already installed.
12:00:13 #12 2.000 Package pkgconf-pkg-config-1.8.0-3.fc37.aarch64 is already installed.
12:00:13 #12 2.001 Package tar-2:1.34-5.fc37.aarch64 is already installed.
12:00:13 #12 2.012 Package bash-5.2.9-3.fc37.aarch64 is already installed.
12:00:13 #11 53.69 Setting up libhtml-format-perl (2.16-1) ...
12:00:13 #11 53.73 Setting up python3-xdg (0.27-2) ...
12:00:13 #12 6.929 Selecting previously unselected package liblzo2-2:amd64.
12:00:13 #12 6.934 Preparing to unpack .../02-liblzo2-2_2.08-1.2_amd64.deb ...
12:00:13 #12 6.938 Unpacking liblzo2-2:amd64 (2.08-1.2) ...
12:00:13 #12 6.977 Selecting previously unselected package libarchive13:amd64.
12:00:13 #12 6.978 Preparing to unpack .../03-libarchive13_3.2.2-3.1ubuntu0.7_amd64.deb ...
12:00:13 #12 6.984 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.7) ...
12:00:13 #12 7.039 Selecting previously unselected package libjsoncpp1:amd64.
12:00:13 #11 38.94 Selecting previously unselected package libencode-locale-perl.
12:00:13 #11 38.94 Preparing to unpack .../150-libencode-locale-perl_1.05-1.1_all.deb ...
12:00:13 #11 38.94 Unpacking libencode-locale-perl (1.05-1.1) ...
12:00:13 #11 38.98 Selecting previously unselected package libtimedate-perl.
12:00:13 #11 38.98 Preparing to unpack .../151-libtimedate-perl_2.3300-2_all.deb ...
12:00:13 #11 39.00 Unpacking libtimedate-perl (2.3300-2) ...
12:00:13 #11 39.07 Selecting previously unselected package libhttp-date-perl.
12:00:13 #11 39.07 Preparing to unpack .../152-libhttp-date-perl_6.05-1_all.deb ...
12:00:13 #11 39.08 Unpacking libhttp-date-perl (6.05-1) ...
12:00:13 #11 39.12 Selecting previously unselected package libfile-listing-perl.
12:00:13 #11 39.12 Preparing to unpack .../153-libfile-listing-perl_6.14-1_all.deb ...
12:00:13 #11 55.03 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
12:00:13 #11 55.04 Updating certificates in /etc/ssl/certs...
12:00:13 #10 56.30   Installing       : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         52/148 
12:00:13 #10 56.30   Installing       : perl-if-0.60.900-486.fc36.noarch                    53/148 
12:00:13 #10 56.34   Installing       : perl-Time-Local-2:1.300-479.fc36.noarch             54/148 
12:00:13 #10 56.34   Installing       : perl-Pod-Escapes-1:1.07-479.fc36.noarch             55/148 
12:00:13 #10 56.34   Installing       : perl-File-Path-2.18-479.fc36.noarch                 56/148 
12:00:13 #10 56.37   Installing       : perl-Mozilla-CA-20211001-2.fc36.noarch              57/148 
12:00:13 #10 56.37   Installing       : perl-IO-Socket-IP-0.41-480.fc36.noarch              58/148 
12:00:13 #10 56.38   Installing       : perl-IO-Socket-SSL-2.074-2.fc36.noarch              59/148 
12:00:13 #10 56.41   Installing       : perl-Class-Struct-0.66-486.fc36.noarch              60/148 
12:00:13 #10 56.42   Installing       : perl-POSIX-1.97-486.fc36.x86_64                     61/148 
12:00:13 #10 56.42   Installing       : perl-Term-ANSIColor-5.01-480.fc36.noarch            62/148 
12:00:13 #10 56.45   Installing       : perl-subs-1.04-486.fc36.noarch                      63/148 
12:00:13 #10 56.45   Installing       : perl-Term-Cap-1.17-479.fc36.noarch                  64/148 
12:00:13 #10 56.46   Installing       : perl-Pod-Simple-1:3.43-3.fc36.noarch                65/148 
12:00:13 #10 56.48   Installing       : perl-File-Temp-1:0.231.100-479.fc36.noarch          66/148 
12:00:13 #10 56.49   Installing       : perl-IPC-Open3-1.21-486.fc36.noarch                 67/148 
12:00:13 #10 56.49   Installing       : perl-HTTP-Tiny-0.082-1.fc36.noarch                  68/148 
12:00:13 #10 47.41 Unpacking python3-magic (2:0.4.15-1) ...
12:00:13 #10 47.51 Setting up python-apt-common (1.6.6) ...
12:00:13 #10 47.53 Setting up libnpth0:armhf (1.5-3) ...
12:00:13 #10 47.55 Setting up libedit2:armhf (3.1-20170329-1) ...
12:00:13 #10 47.56 Setting up libgomp1:armhf (8.4.0-1ubuntu1~18.04) ...
12:00:13 #10 47.65 Setting up libatomic1:armhf (8.4.0-1ubuntu1~18.04) ...
12:00:13 #11 40.29 Unpacking libio-pty-perl (1:1.12-1) ...
12:00:13 #11 40.36 Selecting previously unselected package libipc-run-perl.
12:00:13 #11 40.36 Preparing to unpack .../152-libipc-run-perl_20180523.0-2_all.deb ...
12:00:13 #11 40.37 Unpacking libipc-run-perl (20180523.0-2) ...
12:00:13 #11 40.42 Selecting previously unselected package libclass-method-modifiers-perl.
12:00:13 #11 40.42 Preparing to unpack .../153-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:00:13 #11 40.43 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:00:13 #11 40.47 Selecting previously unselected package libb-hooks-op-check-perl.
12:00:13 #11 40.47 Preparing to unpack .../154-libb-hooks-op-check-perl_0.22-1build2_armhf.deb ...
12:00:13 #11 40.47 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
12:00:13 #11 40.52 Selecting previously unselected package libdynaloader-functions-perl.
12:00:13 #11 40.52 Preparing to unpack .../155-libdynaloader-functions-perl_0.003-1_all.deb ...
12:00:13 #10 35.51 Selecting previously unselected package libfakeroot:armhf.
12:00:13 #10 35.51 Preparing to unpack .../091-libfakeroot_1.29-1_armhf.deb ...
12:00:13 #10 35.52 Unpacking libfakeroot:armhf (1.29-1) ...
12:00:13 #10 35.56 Selecting previously unselected package fakeroot.
12:00:13 #10 35.56 Preparing to unpack .../092-fakeroot_1.29-1_armhf.deb ...
12:00:13 #10 35.56 Unpacking fakeroot (1.29-1) ...
12:00:13 #10 35.61 Selecting previously unselected package libassuan0:armhf.
12:00:13 #10 35.61 Preparing to unpack .../093-libassuan0_2.5.5-5_armhf.deb ...
12:00:13 #10 35.61 Unpacking libassuan0:armhf (2.5.5-5) ...
12:00:13 #10 35.66 Selecting previously unselected package gpgconf.
12:00:13 #10 35.66 Preparing to unpack .../094-gpgconf_2.2.40-1_armhf.deb ...
12:00:13 #10 35.66 Unpacking gpgconf (2.2.40-1) ...
12:00:13 #10 35.73 Selecting previously unselected package libksba8:armhf.
12:00:13 #10 35.73 Preparing to unpack .../095-libksba8_1.6.3-2_armhf.deb ...
12:00:13 #10 35.74 Unpacking libksba8:armhf (1.6.3-2) ...
12:00:13 #10 35.79 Selecting previously unselected package libnpth0:armhf.
12:00:13 #10 35.79 Preparing to unpack .../096-libnpth0_1.6-3_armhf.deb ...
12:00:13 #14 13.52   Installing       : openssh-clients-8.0p1-17.el8.aarch64                 30/93 
12:00:13 #13 2.689    dh_link
12:00:13 #13 2.721    dh_strip_nondeterminism
12:00:13 #13 2.778    dh_compress
12:00:13 #13 2.814    dh_fixperms
12:00:13 #13 2.851    dh_missing
12:00:13 #13 2.876    dh_installdeb
12:00:13 #13 2.907    dh_gencontrol
12:00:13 #10 57.57 Setting up python3-requests (2.28.1+dfsg-1) ...
12:00:13 #10 57.72 Setting up equivs (2.3.1) ...
12:00:13 #10 57.75 Setting up g++ (4:12.2.0-3) ...
12:00:13 #10 57.76 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:13 #10 57.77 Setting up build-essential (12.9) ...
12:00:13 #10 57.79 Setting up libmoox-aliases-perl (0.001006-2) ...
12:00:13 #10 57.80 Setting up libb-hooks-endofscope-perl (0.26-1) ...
12:00:13 #10 29.15 Unpacking cpp-8 (8.3.0-6+rpi1) ...
12:00:13 #11 36.29 Selecting previously unselected package libasan8:armhf.
12:00:13 #11 36.29 Preparing to unpack .../107-libasan8_12.2.0-3ubuntu1_armhf.deb ...
12:00:13 #11 36.30 Unpacking libasan8:armhf (12.2.0-3ubuntu1) ...
12:00:13 #11 36.40 Selecting previously unselected package libubsan1:armhf.
12:00:13 #11 36.40 Preparing to unpack .../108-libubsan1_12.2.0-3ubuntu1_armhf.deb ...
12:00:13 #11 36.41 Unpacking libubsan1:armhf (12.2.0-3ubuntu1) ...
12:00:13 #11 36.46 Selecting previously unselected package libgcc-12-dev:armhf.
12:00:13 #11 36.46 Preparing to unpack .../109-libgcc-12-dev_12.2.0-3ubuntu1_armhf.deb ...
12:00:13 #11 36.46 Unpacking libgcc-12-dev:armhf (12.2.0-3ubuntu1) ...
12:00:13 #11 48.00 Setting up libfile-touch-perl (0.12-1) ...
12:00:13 #11 48.01 Setting up libc-devtools (2.35-0ubuntu3.1) ...
12:00:13 #11 48.03 Setting up libemail-address-xs-perl (1.04-1build6) ...
12:00:13 #11 48.05 Setting up libnet-ssleay-perl:arm64 (1.92-1build2) ...
12:00:13 #11 48.07 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
12:00:13 #10 55.98 Setting up libfreetype6:amd64 (2.12.1+dfsg-4) ...
12:00:13 #10 56.00 Setting up libgcc-12-dev:amd64 (12.2.0-14) ...
12:00:13 #10 56.01 Setting up shared-mime-info (2.2-1) ...
12:00:13 #12 2.118 Dependencies resolved.
12:00:13 #12 2.142 ================================================================================
12:00:13 #12 2.142  Package                       Arch     Version                  Repo      Size
12:00:13 #12 2.142 ================================================================================
12:00:13 #12 2.142 Installing:
12:00:13 #12 2.142  cmake                         aarch64  3.25.2-1.fc37            updates  6.3 M
12:00:13 #12 2.142  device-mapper-devel           aarch64  1.02.175-9.fc37          fedora    43 k
12:00:13 #12 2.142  gcc                           aarch64  12.2.1-4.fc37            updates   29 M
12:00:13 #12 2.142  git                           aarch64  2.39.1-1.fc37            updates   66 k
12:00:13 #12 2.142  glibc-static                  aarch64  2.36-9.fc37              updates  1.4 M
12:00:13 #12 2.142  libseccomp-devel              aarch64  2.5.3-3.fc37             fedora    60 k
12:00:13 #12 2.142  libselinux-devel              aarch64  3.4-5.fc37               fedora   148 k
12:00:13 #12 2.142  libtool                       aarch64  2.4.7-2.fc37             fedora   600 k
12:00:13 #12 2.142  libtool-ltdl-devel            aarch64  2.4.7-2.fc37             fedora   164 k
12:00:13 #12 2.142  make                          aarch64  1:4.3-11.fc37            fedora   537 k
12:00:13 #12 2.142  selinux-policy-devel          noarch   37.19-1.fc37             updates  887 k
12:00:13 #12 2.142  systemd                       aarch64  251.10-588.fc37          updates  4.0 M
12:00:13 #12 2.142  which                         aarch64  2.21-35.fc37             fedora    41 k
12:00:13 #12 2.142 Upgrading:
12:00:13 #12 2.142  libxcrypt                     aarch64  4.4.33-4.fc37            updates  123 k
12:00:13 #12 2.142  systemd-libs                  aarch64  251.10-588.fc37          updates  590 k
12:00:13 #12 2.142 Installing dependencies:
12:00:13 #12 2.142  annobin-docs                  noarch   10.92-1.fc37             updates   92 k
12:00:13 #12 2.142  annobin-plugin-gcc            aarch64  10.92-1.fc37             updates  886 k
12:00:13 #12 2.142  autoconf                      noarch   2.71-4.fc37              updates  733 k
12:00:13 #12 2.142  automake                      noarch   1.16.5-9.fc37            fedora   696 k
12:00:13 #12 2.142  checkpolicy                   aarch64  3.4-3.fc37               fedora   343 k
12:00:13 #12 2.142  cmake-data                    noarch   3.25.2-1.fc37            updates  2.2 M
12:00:13 #12 2.142  cmake-filesystem              aarch64  3.25.2-1.fc37            updates   17 k
12:00:13 #12 2.142  cmake-rpm-macros              noarch   3.25.2-1.fc37            updates   16 k
12:00:13 #12 2.142  cpp                           aarch64  12.2.1-4.fc37            updates  9.2 M
12:00:13 #12 2.142  dbus                          aarch64  1:1.14.4-1.fc37          updates  7.8 k
12:00:13 #12 2.142  dbus-broker                   aarch64  32-1.fc37                fedora   169 k
12:00:13 #12 2.142  dbus-common                   noarch   1:1.14.4-1.fc37          updates   15 k
12:00:13 #12 2.142  device-mapper                 aarch64  1.02.175-9.fc37          fedora   136 k
12:00:13 #12 2.142  device-mapper-libs            aarch64  1.02.175-9.fc37          fedora   169 k
12:00:13 #12 2.142  gc                            aarch64  8.0.6-4.fc37             fedora   102 k
12:00:13 #12 2.142  gcc-plugin-annobin            aarch64  12.2.1-4.fc37            updates   52 k
12:00:13 #12 2.142  git-core                      aarch64  2.39.1-1.fc37            updates  4.3 M
12:00:13 #12 2.142  git-core-doc                  noarch   2.39.1-1.fc37            updates  2.8 M
12:00:13 #12 2.142  glibc-devel                   aarch64  2.36-9.fc37              updates  589 k
12:00:13 #12 2.142  guile22                       aarch64  2.2.7-6.fc37             fedora   6.5 M
12:00:13 #12 2.142  jsoncpp                       aarch64  1.9.5-3.fc37             fedora    92 k
12:00:13 #12 2.142  kernel-headers                aarch64  6.1.5-200.fc37           updates  1.5 M
12:00:13 #12 2.142  kmod-libs                     aarch64  30-2.fc37                fedora    66 k
12:00:13 #12 2.142  less                          aarch64  590-5.fc37               fedora   161 k
12:00:13 #12 2.142  libargon2                     aarch64  20190702-1.fc37          fedora    28 k
12:00:13 #12 2.142  libasan                       aarch64  12.2.1-4.fc37            updates  425 k
12:00:13 #12 2.142  libatomic                     aarch64  12.2.1-4.fc37            updates   43 k
12:00:13 #12 2.142  libcbor                       aarch64  0.7.0-7.fc37             fedora    55 k
12:00:13 #12 2.142  libedit                       aarch64  3.1-43.20221009cvs.fc37  updates  105 k
12:00:13 #12 2.142  libfdisk                      aarch64  2.38.1-1.fc37            fedora   155 k
12:00:13 #12 2.142  libfido2                      aarch64  1.11.0-3.fc37            fedora    96 k
12:00:13 #12 2.142  libmpc                        aarch64  1.2.1-5.fc37             fedora    62 k
12:00:13 #12 2.142  libseccomp                    aarch64  2.5.3-3.fc37             fedora    71 k
12:00:13 #12 2.142  libselinux-utils              aarch64  3.4-5.fc37               fedora   160 k
12:00:13 #12 2.142  libsepol-devel                aarch64  3.4-3.fc37               fedora    49 k
12:00:13 #12 2.142  libtool-ltdl                  aarch64  2.4.7-2.fc37             fedora    37 k
12:00:13 #12 2.142  libubsan                      aarch64  12.2.1-4.fc37            updates  192 k
12:00:13 #12 2.142  libutempter                   aarch64  1.2.1-7.fc37             fedora    26 k
12:00:13 #12 2.142  libuv                         aarch64  1:1.44.2-2.fc37          fedora   148 k
12:00:13 #12 2.142  libxcrypt-devel               aarch64  4.4.33-4.fc37            updates   30 k
12:00:13 #12 2.142  libxcrypt-static              aarch64  4.4.33-4.fc37            updates  109 k
12:00:13 #12 2.142  m4                            aarch64  1.4.19-4.fc37            fedora   299 k
12:00:13 #12 2.142  openssh                       aarch64  8.8p1-7.fc37             fedora   441 k
12:00:13 #12 2.142  openssh-clients               aarch64  8.8p1-7.fc37             fedora   670 k
12:00:13 #12 2.142  pcre2-devel                   aarch64  10.40-1.fc37.1           fedora   505 k
12:00:13 #12 2.142  pcre2-utf16                   aarch64  10.40-1.fc37.1           fedora   199 k
12:00:13 #12 2.142  pcre2-utf32                   aarch64  10.40-1.fc37.1           fedora   188 k
12:00:13 #12 2.142  perl-Error                    noarch   1:0.17029-10.fc37        fedora    41 k
12:00:13 #12 2.142  perl-File-Compare             noarch   1.100.700-492.fc37       fedora    16 k
12:00:13 #12 2.142  perl-File-Copy                noarch   2.39-492.fc37            fedora    23 k
12:00:13 #12 2.142  perl-File-Find                noarch   1.40-492.fc37            fedora    28 k
12:00:13 #12 2.142  perl-Git                      noarch   2.39.1-1.fc37            updates   43 k
12:00:13 #12 2.142  perl-TermReadKey              aarch64  2.38-14.fc37             fedora    36 k
12:00:13 #12 2.142  perl-Thread-Queue             noarch   3.14-489.fc37            fedora    21 k
12:00:13 #12 2.142  perl-lib                      aarch64  0.65-492.fc37            fedora    18 k
12:00:13 #12 2.142  perl-threads                  aarch64  1:2.27-489.fc37          fedora    56 k
12:00:13 #12 2.142  perl-threads-shared           aarch64  1.64-489.fc37            fedora    43 k
12:00:13 #12 2.142  policycoreutils               aarch64  3.4-6.fc37               fedora   239 k
12:00:13 #12 2.142  policycoreutils-devel         aarch64  3.4-6.fc37               fedora   145 k
12:00:13 #12 2.142  policycoreutils-python-utils  noarch   3.4-6.fc37               fedora    80 k
12:00:13 #12 2.142  python3-audit                 aarch64  3.0.9-1.fc37             fedora    86 k
12:00:13 #12 2.142  python3-libselinux            aarch64  3.4-5.fc37               fedora   188 k
12:00:13 #12 2.142  python3-libsemanage           aarch64  3.4-5.fc37               fedora    84 k
12:00:13 #12 2.142  python3-policycoreutils       noarch   3.4-6.fc37               fedora   2.2 M
12:00:13 #12 2.142  python3-setools               aarch64  4.4.0-9.fc37             fedora   613 k
12:00:13 #12 2.142  python3-setuptools            noarch   62.6.0-2.fc37            fedora   1.6 M
12:00:13 #12 2.142  rhash                         aarch64  1.4.2-3.fc37             fedora   185 k
12:00:13 #12 2.142  rpm-plugin-selinux            aarch64  4.18.0-1.fc37            fedora    20 k
12:00:13 #12 2.142  selinux-policy                noarch   37.19-1.fc37             updates   51 k
12:00:13 #12 2.142  selinux-policy-targeted       noarch   37.19-1.fc37             updates  6.6 M
12:00:13 #12 2.142  systemd-devel                 aarch64  251.10-588.fc37          updates  578 k
12:00:13 #12 2.142  systemd-pam                   aarch64  251.10-588.fc37          updates  323 k
12:00:13 #12 2.142  systemd-rpm-macros            noarch   251.10-588.fc37          updates   30 k
12:00:13 #12 2.142  util-linux                    aarch64  2.38.1-1.fc37            fedora   2.3 M
12:00:13 #12 2.142  vim-filesystem                noarch   2:9.0.1262-1.fc37        updates   18 k
12:00:13 #12 2.142  xkeyboard-config              noarch   2.36-3.fc37              updates  957 k
12:00:13 #12 2.142 Installing weak dependencies:
12:00:13 #12 2.142  cryptsetup-libs               aarch64  2.5.0-1.fc37             fedora   453 k
12:00:13 #12 2.142  libbpf                        aarch64  2:0.8.0-2.fc37           fedora   173 k
12:00:13 #12 2.142  libxkbcommon                  aarch64  1.4.1-2.fc37             fedora   139 k
12:00:13 #12 2.142  qrencode-libs                 aarch64  4.1.1-3.fc37             fedora    61 k
12:00:13 #12 2.142  systemd-networkd              aarch64  251.10-588.fc37          updates  573 k
12:00:13 #12 2.142  systemd-resolved              aarch64  251.10-588.fc37          updates  264 k
12:00:13 #12 2.142 
12:00:13 #12 2.142 Transaction Summary
12:00:13 #12 2.142 ================================================================================
12:00:13 #12 2.142 Install  95 Packages
12:00:13 #12 2.142 Upgrade   2 Packages
12:00:13 #12 2.142 
12:00:13 #12 2.148 Total download size: 97 M
12:00:13 #12 2.148 Downloading Packages:
12:00:13 #11 DONE 57.5s
12:00:13 
12:00:13 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:00:13 #12 DONE 0.1s
12:00:13 
12:00:13 #13 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:13 #10 43.28 Selecting previously unselected package libgc1c2:armhf.
12:00:13 #10 43.28 Preparing to unpack .../162-libgc1c2_1%3a7.6.4-0.4_armhf.deb ...
12:00:13 #11 53.89 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:00:13 #11 53.95 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:13 #11 54.01 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:13 #12 7.041 Preparing to unpack .../04-libjsoncpp1_1.7.4-3_amd64.deb ...
12:00:13 #12 7.045 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
12:00:13 #12 7.085 Selecting previously unselected package librhash0:amd64.
12:00:13 #12 7.085 Preparing to unpack .../05-librhash0_1.3.6-2_amd64.deb ...
12:00:13 #12 7.088 Unpacking librhash0:amd64 (1.3.6-2) ...
12:00:13 #12 7.129 Selecting previously unselected package libuv1:amd64.
12:00:13 #12 7.131 Preparing to unpack .../06-libuv1_1.18.0-3_amd64.deb ...
12:00:13 #12 7.135 Unpacking libuv1:amd64 (1.18.0-3) ...
12:00:13 #12 7.169 Selecting previously unselected package cmake.
12:00:13 #12 7.170 Preparing to unpack .../07-cmake_3.10.2-1ubuntu2.18.04.2_amd64.deb ...
12:00:13 #12 7.174 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
12:00:13 #11 39.12 Unpacking libfile-listing-perl (6.14-1) ...
12:00:13 #11 39.17 Selecting previously unselected package libhtml-tagset-perl.
12:00:13 #11 39.17 Preparing to unpack .../154-libhtml-tagset-perl_3.20-4_all.deb ...
12:00:13 #11 39.18 Unpacking libhtml-tagset-perl (3.20-4) ...
12:00:13 #11 39.23 Selecting previously unselected package liburi-perl.
12:00:13 #11 39.23 Preparing to unpack .../155-liburi-perl_5.10-1_all.deb ...
12:00:13 #11 39.23 Unpacking liburi-perl (5.10-1) ...
12:00:13 #11 39.28 Selecting previously unselected package libhtml-parser-perl:armhf.
12:00:13 #11 39.28 Preparing to unpack .../156-libhtml-parser-perl_3.76-1build2_armhf.deb ...
12:00:13 #11 39.29 Unpacking libhtml-parser-perl:armhf (3.76-1build2) ...
12:00:13 #11 39.33 Selecting previously unselected package libhtml-tree-perl.
12:00:13 #11 39.33 Preparing to unpack .../157-libhtml-tree-perl_5.07-2_all.deb ...
12:00:13 #11 39.33 Unpacking libhtml-tree-perl (5.07-2) ...
12:00:13 #11 39.40 Selecting previously unselected package libio-html-perl.
12:00:13 #11 39.40 Preparing to unpack .../158-libio-html-perl_1.004-2_all.deb ...
12:00:13 #11 39.40 Unpacking libio-html-perl (1.004-2) ...
12:00:13 #11 39.44 Selecting previously unselected package liblwp-mediatypes-perl.
12:00:13 #10 56.53   Installing       : perl-SelectSaver-1.02-486.fc36.noarch               69/148 
12:00:13 #10 56.53   Installing       : perl-Symbol-1.09-486.fc36.noarch                    70/148 
12:00:13 #10 56.54   Installing       : perl-File-stat-1.09-486.fc36.noarch                 71/148 
12:00:13 #10 56.56   Installing       : perl-Socket-4:2.036-1.fc36.x86_64                   72/148 
12:00:13 #10 56.57   Installing       : perl-podlators-1:4.14-479.fc36.noarch               73/148 
12:00:13 #10 56.60   Installing       : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            74/148 
12:00:13 #10 56.61   Installing       : perl-Fcntl-1.14-486.fc36.x86_64                     75/148 
12:00:13 #10 56.61   Installing       : perl-mro-1.25-486.fc36.x86_64                       76/148 
12:00:13 #10 56.64   Installing       : perl-overloading-0.02-486.fc36.noarch               77/148 
12:00:13 #10 56.64   Installing       : perl-IO-1.46-486.fc36.x86_64                        78/148 
12:00:13 #10 56.65   Installing       : perl-Text-ParseWords-3.31-1.fc36.noarch             79/148 
12:00:13 #10 56.70   Installing       : perl-Pod-Usage-4:2.01-479.fc36.noarch               80/148 
12:00:13 #10 56.70   Installing       : perl-Errno-1.33-486.fc36.x86_64                     81/148 
12:00:13 #10 56.71   Installing       : perl-File-Basename-2.85-486.fc36.noarch             82/148 
12:00:13 #10 47.77 Setting up readline-common (7.0-3) ...
12:00:13 #10 47.81 Setting up libapt-inst2.0:armhf (1.6.14) ...
12:00:13 #10 47.83 Setting up manpages (4.15-1) ...
12:00:13 #10 47.85 Setting up strace (4.21-1ubuntu1) ...
12:00:13 #10 47.89 Setting up git-man (1:2.17.1-1ubuntu0.15) ...
12:00:13 #11 40.52 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:00:13 #11 40.56 Selecting previously unselected package libdevel-callchecker-perl.
12:00:13 #11 40.56 Preparing to unpack .../156-libdevel-callchecker-perl_0.008-1ubuntu1_armhf.deb ...
12:00:13 #11 40.56 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
12:00:13 #11 40.62 Selecting previously unselected package libparams-classify-perl.
12:00:13 #11 40.62 Preparing to unpack .../157-libparams-classify-perl_0.015-1build2_armhf.deb ...
12:00:13 #11 40.62 Unpacking libparams-classify-perl (0.015-1build2) ...
12:00:13 #11 40.67 Selecting previously unselected package libmodule-runtime-perl.
12:00:13 #11 40.67 Preparing to unpack .../158-libmodule-runtime-perl_0.016-1_all.deb ...
12:00:13 #11 40.67 Unpacking libmodule-runtime-perl (0.016-1) ...
12:00:13 #11 40.72 Selecting previously unselected package libimport-into-perl.
12:00:13 #11 40.72 Preparing to unpack .../159-libimport-into-perl_1.002005-1_all.deb ...
12:00:13 #11 40.72 Unpacking libimport-into-perl (1.002005-1) ...
12:00:13 #10 35.79 Unpacking libnpth0:armhf (1.6-3) ...
12:00:13 #10 35.84 Selecting previously unselected package dirmngr.
12:00:13 #10 35.84 Preparing to unpack .../097-dirmngr_2.2.40-1_armhf.deb ...
12:00:13 #10 35.86 Unpacking dirmngr (2.2.40-1) ...
12:00:13 #10 35.96 Selecting previously unselected package gnupg-l10n.
12:00:13 #10 35.96 Preparing to unpack .../098-gnupg-l10n_2.2.40-1_all.deb ...
12:00:13 #10 35.96 Unpacking gnupg-l10n (2.2.40-1) ...
12:00:13 #14 14.36   Installing       : git-core-2.39.0-1.el8.aarch64                        31/93 
12:00:13 #14 14.78   Installing       : git-core-doc-2.39.0-1.el8.noarch                     32/93 
12:00:13 #14 14.84   Installing       : libgomp-8.5.0-18.el8.aarch64                         33/93 
12:00:13 #14 14.86   Running scriptlet: libgomp-8.5.0-18.el8.aarch64                         33/93 
12:00:13 #10 57.82 Setting up dput (1.1.3) ...
12:00:13 #10 57.94 Setting up libnamespace-clean-perl (0.27-2) ...
12:00:13 #10 57.96 Setting up libstring-license-perl (0.0.2-1) ...
12:00:13 #10 57.97 Setting up licensecheck (3.3.5-1) ...
12:00:13 #10 57.99 Setting up libgitlab-api-v4-perl (0.26-2) ...
12:00:13 #10 58.01 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:13 #10 58.02 Setting up libwww-perl (6.67-1) ...
12:00:13 #10 58.04 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
12:00:13 #10 58.05 Setting up libwww-mechanize-perl (2.15-1) ...
12:00:13 #13 3.017    dh_md5sums
12:00:13 #13 3.049    dh_builddeb
12:00:13 #13 3.074 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:13 #11 36.54 Selecting previously unselected package gcc-12.
12:00:13 #11 36.54 Preparing to unpack .../110-gcc-12_12.2.0-3ubuntu1_armhf.deb ...
12:00:13 #11 36.55 Unpacking gcc-12 (12.2.0-3ubuntu1) ...
12:00:13 #10 55.91 Setting up libgdbm-compat4:amd64 (1.19-2) ...
12:00:13 #10 55.92 Setting up ucf (3.0043) ...
12:00:13 #10 56.02 Setting up libperl5.32:amd64 (5.32.1-4+deb11u2) ...
12:00:13 #10 56.03 Setting up dwz (0.13+20210201-1) ...
12:00:13 #10 56.04 Setting up groff-base (1.22.4-6) ...
12:00:13 #10 56.06 Setting up cpp (4:10.2.1-1) ...
12:00:13 #10 56.07 Setting up pixz (1.0.7-1) ...
12:00:13 #10 56.08 Setting up gpgconf (2.2.27-2+deb11u2) ...
12:00:13 #10 56.09 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u5) ...
12:00:13 #10 56.10 Setting up libc6-dev:amd64 (2.31-13+deb11u5) ...
12:00:13 #10 56.12 Setting up libx11-6:amd64 (2:1.7.2-1) ...
12:00:13 #10 56.12 Setting up curl (7.74.0-1.3+deb11u5) ...
12:00:13 #10 56.14 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
12:00:13 #10 56.15 Setting up gpg (2.2.27-2+deb11u2) ...
12:00:13 #10 56.16 Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
12:00:13 #10 56.17 Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
12:00:13 #10 56.18 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
12:00:13 #10 56.19 Setting up binutils-x86-64-linux-gnu (2.35.2-2) ...
12:00:13 #10 56.21 Setting up libstdc++-10-dev:amd64 (10.2.1-6) ...
12:00:13 #10 56.23 Setting up gpg-agent (2.2.27-2+deb11u2) ...
12:00:13 #11 48.27 Setting up automake (1:1.16.5-1.3) ...
12:00:13 #11 48.28 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:13 #11 48.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
12:00:13 #11 48.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
12:00:13 #11 48.29 Setting up libapt-pkg-perl (0.1.40build2) ...
12:00:13 #11 48.39 Setting up libstring-escape-perl (2010.002-2) ...
12:00:13 #11 48.40 Setting up libhttp-date-perl (6.05-1) ...
12:00:13 #11 48.42 Setting up libfile-which-perl (1.23-1) ...
12:00:13 #11 48.43 Setting up libfile-basedir-perl (0.09-1) ...
12:00:13 #11 48.44 Setting up libunicode-utf8-perl (0.62-1build4) ...
12:00:13 #11 48.45 Setting up libset-intspan-perl (1.19-2) ...
12:00:13 #11 48.47 Setting up libmouse-perl (2.5.10-1build4) ...
12:00:13 #11 48.48 Setting up libfile-listing-perl (6.14-1) ...
12:00:13 #12 7.126 Unpacking bash-completion (1:2.8-1ubuntu1) ...
12:00:13 #12 7.255 Selecting previously unselected package cmake-data.
12:00:13 #12 7.258 Preparing to unpack .../01-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
12:00:13 #12 7.264 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
12:00:14 #10 30.38 Selecting previously unselected package cpp.
12:00:14 #10 30.38 Preparing to unpack .../024-cpp_4%3a10.2.1-1+rpi1_armhf.deb ...
12:00:14 #10 30.38 Unpacking cpp (4:10.2.1-1+rpi1) ...
12:00:14 #10 30.44 Preparing to unpack .../025-curl_7.74.0-1.3+deb11u5_armhf.deb ...
12:00:14 #10 30.46 Unpacking curl (7.74.0-1.3+deb11u5) over (7.74.0-1.3+deb11u3) ...
12:00:14 #10 30.55 Preparing to unpack .../026-libcurl4_7.74.0-1.3+deb11u5_armhf.deb ...
12:00:14 #10 30.56 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u5) over (7.74.0-1.3+deb11u3) ...
12:00:14 #10 30.68 Selecting previously unselected package libdebhelper-perl.
12:00:14 #10 30.68 Preparing to unpack .../027-libdebhelper-perl_13.3.4_all.deb ...
12:00:14 #10 43.29 Unpacking libgc1c2:armhf (1:7.6.4-0.4) ...
12:00:14 #10 43.35 Selecting previously unselected package libltdl7:armhf.
12:00:14 #10 43.35 Preparing to unpack .../163-libltdl7_2.4.6-9_armhf.deb ...
12:00:14 #10 43.36 Unpacking libltdl7:armhf (2.4.6-9) ...
12:00:14 #10 43.44 Selecting previously unselected package guile-2.2-libs:armhf.
12:00:14 #10 43.44 Preparing to unpack .../164-guile-2.2-libs_2.2.4+1-2+deb10u1_armhf.deb ...
12:00:14 #10 43.49 Unpacking guile-2.2-libs:armhf (2.2.4+1-2+deb10u1) ...
12:00:14 #11 54.16 
12:00:14 #11 54.16 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:14 #11 54.19 Setting up python3-six (1.16.0-4) ...
12:00:14 #11 54.32 Setting up dh-autoreconf (20) ...
12:00:14 #11 54.33 Setting up libdata-validate-uri-perl (0.07-2) ...
12:00:14 #11 54.34 Setting up libnet-smtp-ssl-perl (1.04-2) ...
12:00:14 #11 54.35 Setting up python3-gpg (1.17.1-4.1ubuntu1) ...
12:00:14 #12 7.503 Selecting previously unselected package dh-apparmor.
12:00:14 #12 7.506 Preparing to unpack .../08-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
12:00:14 #12 7.509 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
12:00:14 #12 7.541 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:00:14 #12 7.541 Preparing to unpack .../09-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
12:00:14 #12 7.545 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:14 #12 7.585 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:00:14 #11 39.44 Preparing to unpack .../159-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:00:14 #11 39.45 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:00:14 #11 39.50 Selecting previously unselected package libhttp-message-perl.
12:00:14 #11 39.50 Preparing to unpack .../160-libhttp-message-perl_6.36-1_all.deb ...
12:00:14 #11 39.50 Unpacking libhttp-message-perl (6.36-1) ...
12:00:14 #11 39.59 Selecting previously unselected package libhttp-cookies-perl.
12:00:14 #11 39.59 Preparing to unpack .../161-libhttp-cookies-perl_6.10-1_all.deb ...
12:00:14 #11 39.60 Unpacking libhttp-cookies-perl (6.10-1) ...
12:00:14 #11 39.64 Selecting previously unselected package libhttp-negotiate-perl.
12:00:14 #11 39.64 Preparing to unpack .../162-libhttp-negotiate-perl_6.01-1_all.deb ...
12:00:14 #11 39.65 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:00:14 #11 39.68 Selecting previously unselected package perl-openssl-defaults:armhf.
12:00:14 #11 39.68 Preparing to unpack .../163-perl-openssl-defaults_5build2_armhf.deb ...
12:00:14 #11 39.69 Unpacking perl-openssl-defaults:armhf (5build2) ...
12:00:14 #10 56.75   Installing       : perl-Getopt-Std-1.13-486.fc36.noarch                83/148 
12:00:14 #10 56.76   Installing       : perl-MIME-Base64-3.16-479.fc36.x86_64               84/148 
12:00:14 #10 56.79   Installing       : perl-constant-1.33-480.fc36.noarch                  85/148 
12:00:14 #10 56.79   Installing       : perl-parent-1:0.238-479.fc36.noarch                 86/148 
12:00:14 #10 56.80   Installing       : perl-vars-1.05-486.fc36.noarch                      87/148 
12:00:14 #10 56.80   Installing       : perl-overload-1.33-486.fc36.noarch                  88/148 
12:00:14 #10 56.83   Installing       : perl-Scalar-List-Utils-5:1.63-489.fc36.x86_64       89/148 
12:00:14 #10 56.84   Installing       : perl-Storable-1:3.25-2.fc36.x86_64                  90/148 
12:00:14 #10 56.86   Installing       : perl-Getopt-Long-1:2.54-1.fc36.noarch               91/148 
12:00:14 #10 56.87   Installing       : perl-DynaLoader-1.50-486.fc36.x86_64                92/148 
12:00:14 #10 56.87   Installing       : perl-Carp-1.52-479.fc36.noarch                      93/148 
12:00:14 #10 56.90   Installing       : perl-Exporter-5.76-480.fc36.noarch                  94/148 
12:00:14 #10 56.90   Installing       : perl-NDBM_File-1.15-486.fc36.x86_64                 95/148 
12:00:14 #10 56.91   Installing       : perl-PathTools-3.80-479.fc36.x86_64                 96/148 
12:00:14 #10 48.03 Setting up libicu60:armhf (60.2-3ubuntu3.2) ...
12:00:14 #10 48.16 Setting up libcc1-0:armhf (8.4.0-1ubuntu1~18.04) ...
12:00:14 #11 40.79 Selecting previously unselected package librole-tiny-perl.
12:00:14 #11 40.79 Preparing to unpack .../160-librole-tiny-perl_2.001004-1_all.deb ...
12:00:14 #11 40.80 Unpacking librole-tiny-perl (2.001004-1) ...
12:00:14 #11 40.84 Selecting previously unselected package libstrictures-perl.
12:00:14 #11 40.84 Preparing to unpack .../161-libstrictures-perl_2.000006-1_all.deb ...
12:00:14 #11 40.85 Unpacking libstrictures-perl (2.000006-1) ...
12:00:14 #11 40.90 Selecting previously unselected package libsub-quote-perl.
12:00:14 #11 40.90 Preparing to unpack .../162-libsub-quote-perl_2.006006-1_all.deb ...
12:00:14 #11 40.91 Unpacking libsub-quote-perl (2.006006-1) ...
12:00:14 #11 40.96 Selecting previously unselected package libmoo-perl.
12:00:14 #11 40.96 Preparing to unpack .../163-libmoo-perl_2.003006-1_all.deb ...
12:00:14 #11 40.97 Unpacking libmoo-perl (2.003006-1) ...
12:00:14 #11 55.48 0 added, 0 removed; done.
12:00:14 #11 55.48 Running hooks in /etc/ca-certificates/update.d...
12:00:14 #11 55.48 done.
12:00:14 #10 36.11 Selecting previously unselected package gnupg-utils.
12:00:14 #10 36.11 Preparing to unpack .../099-gnupg-utils_2.2.40-1_armhf.deb ...
12:00:14 #10 36.12 Unpacking gnupg-utils (2.2.40-1) ...
12:00:14 #10 36.21 Selecting previously unselected package gpg.
12:00:14 #10 36.21 Preparing to unpack .../100-gpg_2.2.40-1_armhf.deb ...
12:00:14 #10 36.21 Unpacking gpg (2.2.40-1) ...
12:00:14 #10 36.31 Selecting previously unselected package pinentry-curses.
12:00:14 #10 36.31 Preparing to unpack .../101-pinentry-curses_1.2.1-1_armhf.deb ...
12:00:14 #14 14.89   Installing       : libubsan-8.5.0-18.el8.aarch64                        34/93 
12:00:14 #14 14.90   Running scriptlet: libubsan-8.5.0-18.el8.aarch64                        34/93 
12:00:14 #14 14.94   Installing       : pcre2-utf16-10.32-3.el8.aarch64                      35/93 
12:00:14 #14 14.97   Installing       : pcre2-utf32-10.32-3.el8.aarch64                      36/93 
12:00:14 #14 15.05   Installing       : pcre2-devel-10.32-3.el8.aarch64                      37/93 
12:00:14 #14 15.08   Installing       : perl-Data-Dumper-2.167-399.el8.aarch64               38/93 
12:00:14 #10 58.07 Setting up devscripts (2.22.2) ...
12:00:14 #10 58.23 Setting up libxml-parser-perl (2.46-4) ...
12:00:14 #10 58.25 Setting up lintian (2.116.3) ...
12:00:14 #10 58.34 Setting up libxml-sax-expat-perl (0.51-2) ...
12:00:14 #13 3.193  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo
12:00:14 #11 36.95 Selecting previously unselected package gcc.
12:00:14 #11 36.95 Preparing to unpack .../111-gcc_4%3a12.2.0-1ubuntu1_armhf.deb ...
12:00:14 #11 36.95 Unpacking gcc (4:12.2.0-1ubuntu1) ...
12:00:14 #11 36.99 Selecting previously unselected package libstdc++-12-dev:armhf.
12:00:14 #11 36.99 Preparing to unpack .../112-libstdc++-12-dev_12.2.0-3ubuntu1_armhf.deb ...
12:00:14 #11 37.00 Unpacking libstdc++-12-dev:armhf (12.2.0-3ubuntu1) ...
12:00:14 #11 48.50 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:00:14 #11 48.51 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:00:14 #11 48.53 Setting up libdata-messagepack-perl (1.01-2build1) ...
12:00:14 #11 48.54 Setting up libfont-afm-perl (1.20-3) ...
12:00:14 #11 48.56 Setting up libwant-perl (0.29-1build7) ...
12:00:14 #11 48.57 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:00:14 #11 48.61 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:00:14 #11 48.63 Setting up liblist-compare-perl (0.55-1) ...
12:00:14 #11 48.64 Setting up libref-util-xs-perl (0.117-1build5) ...
12:00:14 #11 48.67 Setting up libio-pty-perl (1:1.15-2build2) ...
12:00:14 #11 48.68 Setting up g++-11 (11.3.0-1ubuntu1~22.04) ...
12:00:14 #11 48.70 Setting up libfile-fcntllock-perl (0.22-3build7) ...
12:00:14 #11 48.72 Setting up libclone-perl (0.45-1build3) ...
12:00:14 #10 29.46 Selecting previously unselected package libgcc-10-dev:armhf.
12:00:14 #10 29.47 Preparing to unpack .../048-libgcc-10-dev_10.2.1-6_armhf.deb ...
12:00:14 #10 29.47 Unpacking libgcc-10-dev:armhf (10.2.1-6) ...
12:00:14 #10 29.70 Selecting previously unselected package gcc-10.
12:00:14 #12 7.589 Selecting previously unselected package liblzo2-2:arm64.
12:00:14 #12 7.592 Preparing to unpack .../02-liblzo2-2_2.08-1.2_arm64.deb ...
12:00:14 #12 7.596 Unpacking liblzo2-2:arm64 (2.08-1.2) ...
12:00:14 #12 7.637 Selecting previously unselected package libarchive13:arm64.
12:00:14 #12 7.639 Preparing to unpack .../03-libarchive13_3.2.2-3.1ubuntu0.7_arm64.deb ...
12:00:14 #12 7.646 Unpacking libarchive13:arm64 (3.2.2-3.1ubuntu0.7) ...
12:00:14 #12 7.701 Selecting previously unselected package libjsoncpp1:arm64.
12:00:14 #10 30.69 Unpacking libdebhelper-perl (13.3.4) ...
12:00:14 #10 30.76 Selecting previously unselected package libcc1-0:armhf.
12:00:14 #10 30.76 Preparing to unpack .../028-libcc1-0_10.2.1-6+rpi1_armhf.deb ...
12:00:14 #10 30.77 Unpacking libcc1-0:armhf (10.2.1-6+rpi1) ...
12:00:14 #10 30.82 Selecting previously unselected package libgomp1:armhf.
12:00:14 #10 30.82 Preparing to unpack .../029-libgomp1_10.2.1-6+rpi1_armhf.deb ...
12:00:14 #10 30.82 Unpacking libgomp1:armhf (10.2.1-6+rpi1) ...
12:00:14 #10 30.89 Selecting previously unselected package libatomic1:armhf.
12:00:14 #10 30.89 Preparing to unpack .../030-libatomic1_10.2.1-6+rpi1_armhf.deb ...
12:00:14 #10 30.90 Unpacking libatomic1:armhf (10.2.1-6+rpi1) ...
12:00:14 #10 30.95 Selecting previously unselected package libasan6:armhf.
12:00:14 #10 30.95 Preparing to unpack .../031-libasan6_10.2.1-6+rpi1_armhf.deb ...
12:00:14 #11 54.53 Setting up python3-certifi (2022.6.15-2) ...
12:00:14 #11 54.66 Setting up libmodule-runtime-perl (0.016-2) ...
12:00:14 #12 7.587 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
12:00:14 #12 7.590 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:14 #12 7.625 Selecting previously unselected package libudev-dev:amd64.
12:00:14 #12 7.625 Preparing to unpack .../11-libudev-dev_237-3ubuntu10.56_amd64.deb ...
12:00:14 #12 7.633 Unpacking libudev-dev:amd64 (237-3ubuntu10.56) ...
12:00:14 #12 7.660 Selecting previously unselected package libsepol1-dev:amd64.
12:00:14 #12 7.662 Preparing to unpack .../12-libsepol1-dev_2.7-1ubuntu0.1_amd64.deb ...
12:00:14 #12 7.665 Unpacking libsepol1-dev:amd64 (2.7-1ubuntu0.1) ...
12:00:14 #12 7.734 Selecting previously unselected package libpcre16-3:amd64.
12:00:14 #12 7.736 Preparing to unpack .../13-libpcre16-3_2%3a8.39-9ubuntu0.1_amd64.deb ...
12:00:14 #12 7.740 Unpacking libpcre16-3:amd64 (2:8.39-9ubuntu0.1) ...
12:00:14 #12 7.782 Selecting previously unselected package libpcre32-3:amd64.
12:00:14 #12 7.785 Preparing to unpack .../14-libpcre32-3_2%3a8.39-9ubuntu0.1_amd64.deb ...
12:00:14 #12 7.788 Unpacking libpcre32-3:amd64 (2:8.39-9ubuntu0.1) ...
12:00:14 #12 7.827 Selecting previously unselected package libpcrecpp0v5:amd64.
12:00:14 #12 7.829 Preparing to unpack .../15-libpcrecpp0v5_2%3a8.39-9ubuntu0.1_amd64.deb ...
12:00:14 #12 7.832 Unpacking libpcrecpp0v5:amd64 (2:8.39-9ubuntu0.1) ...
12:00:14 #12 7.860 Selecting previously unselected package libpcre3-dev:amd64.
12:00:14 #12 7.860 Preparing to unpack .../16-libpcre3-dev_2%3a8.39-9ubuntu0.1_amd64.deb ...
12:00:14 #11 39.73 Selecting previously unselected package libnet-ssleay-perl:armhf.
12:00:14 #11 39.73 Preparing to unpack .../164-libnet-ssleay-perl_1.92-1build2_armhf.deb ...
12:00:14 #11 39.73 Unpacking libnet-ssleay-perl:armhf (1.92-1build2) ...
12:00:14 #11 39.80 Selecting previously unselected package libio-socket-ssl-perl.
12:00:14 #11 39.80 Preparing to unpack .../165-libio-socket-ssl-perl_2.074-2_all.deb ...
12:00:14 #11 39.80 Unpacking libio-socket-ssl-perl (2.074-2) ...
12:00:14 #11 39.85 Selecting previously unselected package libnet-http-perl.
12:00:14 #11 39.85 Preparing to unpack .../166-libnet-http-perl_6.22-1_all.deb ...
12:00:14 #11 39.85 Unpacking libnet-http-perl (6.22-1) ...
12:00:14 #11 39.90 Selecting previously unselected package liblwp-protocol-https-perl.
12:00:14 #11 39.90 Preparing to unpack .../167-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:00:14 #14 DONE 1.9s
12:00:14 #10 57.00   Installing       : perl-Encode-4:3.17-485.fc36.x86_64                  97/148 
12:00:14 #10 57.12   Installing       : perl-libs-4:5.34.1-486.fc36.x86_64                  98/148 
12:00:14 #10 57.16   Installing       : perl-interpreter-4:5.34.1-486.fc36.x86_64           99/148 
12:00:14 #10 57.20   Installing       : devscripts-checkbashisms-2.22.1-1.fc36.x86_64      100/148 
12:00:14 #10 57.21   Installing       : python3-zstandard-0.17.0-1.fc36.x86_64             101/148 
12:00:14 #10 48.18 Setting up less (487-0.1) ...
12:00:14 #11 41.07 Selecting previously unselected package libencode-locale-perl.
12:00:14 #11 41.07 Preparing to unpack .../164-libencode-locale-perl_1.05-1_all.deb ...
12:00:14 #11 41.08 Unpacking libencode-locale-perl (1.05-1) ...
12:00:14 #11 41.11 Selecting previously unselected package libtimedate-perl.
12:00:14 #11 41.11 Preparing to unpack .../165-libtimedate-perl_2.3200-1_all.deb ...
12:00:14 #11 41.12 Unpacking libtimedate-perl (2.3200-1) ...
12:00:14 #11 41.17 Selecting previously unselected package libhttp-date-perl.
12:00:14 #11 41.17 Preparing to unpack .../166-libhttp-date-perl_6.05-1_all.deb ...
12:00:14 #11 41.18 Unpacking libhttp-date-perl (6.05-1) ...
12:00:14 #11 41.21 Selecting previously unselected package libfile-listing-perl.
12:00:14 #11 41.21 Preparing to unpack .../167-libfile-listing-perl_6.04-1_all.deb ...
12:00:14 #11 41.26 Unpacking libfile-listing-perl (6.04-1) ...
12:00:14 #11 41.31 Selecting previously unselected package libhtml-tagset-perl.
12:00:14 #11 41.31 Preparing to unpack .../168-libhtml-tagset-perl_3.20-4_all.deb ...
12:00:14 #14 15.15   Installing       : autoconf-2.69-29.el8.noarch                          39/93 
12:00:14 #14 15.18   Running scriptlet: autoconf-2.69-29.el8.noarch                          39/93 
12:00:14 #14 15.20   Installing       : python3-audit-3.0.7-4.el8.aarch64                    40/93 
12:00:14 #14 15.40   Installing       : python3-policycoreutils-2.9-21.1.el8.noarch          41/93 
12:00:14 #14 15.44   Installing       : policycoreutils-python-utils-2.9-21.1.el8.noarch     42/93 
12:00:14 #14 15.46   Installing       : rpm-plugin-selinux-4.14.3-26.el8.aarch64             43/93 
12:00:14 #14 15.47   Installing       : selinux-policy-3.14.3-114.el8.noarch                 44/93 
12:00:14 #14 15.49   Running scriptlet: selinux-policy-3.14.3-114.el8.noarch                 44/93 
12:00:14 #10 36.32 Unpacking pinentry-curses (1.2.1-1) ...
12:00:14 #10 36.37 Selecting previously unselected package gpg-agent.
12:00:14 #10 36.37 Preparing to unpack .../102-gpg-agent_2.2.40-1_armhf.deb ...
12:00:14 #10 36.37 Unpacking gpg-agent (2.2.40-1) ...
12:00:14 #10 36.45 Selecting previously unselected package gpg-wks-client.
12:00:14 #10 36.45 Preparing to unpack .../103-gpg-wks-client_2.2.40-1_armhf.deb ...
12:00:14 #10 36.45 Unpacking gpg-wks-client (2.2.40-1) ...
12:00:14 #10 36.51 Selecting previously unselected package gpg-wks-server.
12:00:14 #10 36.51 Preparing to unpack .../104-gpg-wks-server_2.2.40-1_armhf.deb ...
12:00:14 #10 36.52 Unpacking gpg-wks-server (2.2.40-1) ...
12:00:14 #10 36.57 Selecting previously unselected package gpgsm.
12:00:14 #10 36.57 Preparing to unpack .../105-gpgsm_2.2.40-1_armhf.deb ...
12:00:14 #10 58.38 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:14 #10 58.43 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:14 #10 58.57 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:14 #10 58.60 Setting up libsoap-lite-perl (1.27-2) ...
12:00:14 #13 3.329  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes
12:00:14 #13 3.403 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:14 #13 3.405  dpkg-source --after-build .
12:00:14 #13 3.499 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:14 #13 3.504 
12:00:14 #13 3.504 The package has been created.
12:00:14 #13 3.504 Attention, the package has been created in the current directory,
12:00:14 #13 3.504 not in ".." as indicated by the message above!
12:00:14 #13 3.554 Selecting previously unselected package docker-ce-build-deps.
12:00:14 #13 3.569 (Reading database ... 27533 files and directories currently installed.)
12:00:14 #9 52.29   Running scriptlet: glibc-common-2.35-20.fc36.aarch64                  148/148 
12:00:14 #9 55.24   Verifying        : bzip2-1.0.8-11.fc36.aarch64                          1/148 
12:00:14 #9 55.24   Verifying        : cpio-2.13-12.fc36.aarch64                            2/148 
12:00:14 #9 55.24   Verifying        : dash-0.5.10.2-10.fc36.aarch64                        3/148 
12:00:14 #9 55.24   Verifying        : debugedit-5.0-3.fc36.aarch64                         4/148 
12:00:14 #9 55.24   Verifying        : desktop-file-utils-0.26-6.fc36.aarch64               5/148 
12:00:14 #9 55.24   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.aarch64       6/148 
12:00:14 #9 55.24   Verifying        : diffutils-3.8-2.fc36.aarch64                         7/148 
12:00:14 #9 55.24   Verifying        : ed-1.14.2-12.fc36.aarch64                            8/148 
12:00:14 #9 55.24   Verifying        : efi-srpm-macros-5-5.fc36.noarch                      9/148 
12:00:14 #9 55.24   Verifying        : enchant-1:1.6.0-30.fc36.aarch64                     10/148 
12:00:14 #9 55.24   Verifying        : file-5.41-4.fc36.aarch64                            11/148 
12:00:14 #9 55.24   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             12/148 
12:00:14 #9 55.24   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   13/148 
12:00:14 #9 55.24   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 14/148 
12:00:14 #9 55.24   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   15/148 
12:00:14 #9 55.24   Verifying        : groff-base-1.22.4-9.fc36.aarch64                    16/148 
12:00:14 #9 55.24   Verifying        : hunspell-1.7.0-19.fc36.aarch64                      17/148 
12:00:14 #9 55.24   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             18/148 
12:00:14 #9 55.24   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          19/148 
12:00:14 #9 55.24   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          20/148 
12:00:14 #9 55.24   Verifying        : hunspell-filesystem-1.7.0-19.fc36.aarch64           21/148 
12:00:14 #9 55.24   Verifying        : info-6.8-3.fc36.aarch64                             22/148 
12:00:14 #9 55.24   Verifying        : json-glib-1.6.6-2.fc36.aarch64                      23/148 
12:00:14 #9 55.24   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               24/148 
12:00:14 #9 55.24   Verifying        : libjpeg-turbo-2.1.2-2.fc36.aarch64                  25/148 
12:00:14 #9 55.24   Verifying        : libpkgconf-1.8.0-2.fc36.aarch64                     26/148 
12:00:14 #9 55.24   Verifying        : libpng-2:1.6.37-12.fc36.aarch64                     27/148 
12:00:14 #9 55.24   Verifying        : libstemmer-0-18.585svn.fc36.aarch64                 28/148 
12:00:14 #9 55.24   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     29/148 
12:00:14 #9 55.24   Verifying        : ncurses-6.2-9.20210508.fc36.aarch64                 30/148 
12:00:14 #9 55.24   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     31/148 
12:00:14 #9 55.25   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   32/148 
12:00:14 #9 55.25   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               33/148 
12:00:14 #9 55.25   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        34/148 
12:00:14 #9 55.25   Verifying        : patch-2.7.6-16.fc36.aarch64                         35/148 
12:00:14 #9 55.25   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                36/148 
12:00:14 #9 55.25   Verifying        : perl-B-1.82-486.fc36.aarch64                        37/148 
12:00:14 #9 55.25   Verifying        : perl-Carp-1.52-479.fc36.noarch                      38/148 
12:00:14 #9 55.25   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              39/148 
12:00:14 #9 55.25   Verifying        : perl-Data-Dumper-2.183-3.fc36.aarch64               40/148 
12:00:14 #9 55.25   Verifying        : perl-Digest-1.20-2.fc36.noarch                      41/148 
12:00:14 #9 55.25   Verifying        : perl-Digest-MD5-2.58-479.fc36.aarch64               42/148 
12:00:14 #9 55.25   Verifying        : perl-DynaLoader-1.50-486.fc36.aarch64               43/148 
12:00:14 #9 55.25   Verifying        : perl-Errno-1.33-486.fc36.aarch64                    44/148 
12:00:14 #9 55.25   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  45/148 
12:00:14 #9 55.25   Verifying        : perl-Fcntl-1.14-486.fc36.aarch64                    46/148 
12:00:14 #9 55.25   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             47/148 
12:00:14 #9 55.25   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 48/148 
12:00:14 #9 55.25   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          49/148 
12:00:14 #9 55.25   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 50/148 
12:00:14 #9 55.25   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                51/148 
12:00:14 #9 55.25   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                52/148 
12:00:14 #9 55.25   Verifying        : perl-IO-1.46-486.fc36.aarch64                       53/148 
12:00:14 #9 55.25   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              54/148 
12:00:14 #9 55.25   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              55/148 
12:00:14 #9 55.25   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 56/148 
12:00:14 #9 55.25   Verifying        : perl-MIME-Base64-3.16-479.fc36.aarch64              57/148 
12:00:14 #9 55.25   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              58/148 
12:00:14 #9 55.25   Verifying        : perl-NDBM_File-1.15-486.fc36.aarch64                59/148 
12:00:14 #9 55.25   Verifying        : perl-Net-SSLeay-1.92-2.fc36.aarch64                 60/148 
12:00:14 #9 55.25   Verifying        : perl-POSIX-1.97-486.fc36.aarch64                    61/148 
12:00:14 #9 55.25   Verifying        : perl-PathTools-3.80-479.fc36.aarch64                62/148 
12:00:14 #9 55.25   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             63/148 
12:00:14 #9 55.25   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            64/148 
12:00:14 #9 55.25   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                65/148 
12:00:14 #9 55.25   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               66/148 
12:00:14 #9 55.25   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               67/148 
12:00:14 #9 55.25   Verifying        : perl-Storable-1:3.25-2.fc36.aarch64                 68/148 
12:00:14 #9 55.25   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    69/148 
12:00:14 #9 55.25   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            70/148 
12:00:14 #9 55.25   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  71/148 
12:00:14 #9 55.25   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         72/148 
12:00:14 #9 55.25   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             73/148 
12:00:14 #9 55.25   Verifying        : perl-URI-5.10-1.fc36.noarch                         74/148 
12:00:14 #9 55.25   Verifying        : perl-base-2.27-486.fc36.noarch                      75/148 
12:00:14 #9 55.25   Verifying        : perl-constant-1.33-480.fc36.noarch                  76/148 
12:00:14 #9 55.25   Verifying        : perl-if-0.60.900-486.fc36.noarch                    77/148 
12:00:14 #9 55.25   Verifying        : perl-interpreter-4:5.34.1-486.fc36.aarch64          78/148 
12:00:14 #9 55.25   Verifying        : perl-libnet-3.13-480.fc36.noarch                    79/148 
12:00:14 #9 55.25   Verifying        : perl-libs-4:5.34.1-486.fc36.aarch64                 80/148 
12:00:14 #9 55.25   Verifying        : perl-mro-1.25-486.fc36.aarch64                      81/148 
12:00:14 #9 55.25   Verifying        : perl-overload-1.33-486.fc36.noarch                  82/148 
12:00:14 #9 55.25   Verifying        : perl-overloading-0.02-486.fc36.noarch               83/148 
12:00:14 #9 55.25   Verifying        : perl-parent-1:0.238-479.fc36.noarch                 84/148 
12:00:14 #9 55.25   Verifying        : perl-podlators-1:4.14-479.fc36.noarch               85/148 
12:00:14 #9 55.25   Verifying        : perl-srpm-macros-1-43.fc36.noarch                   86/148 
12:00:14 #9 55.25   Verifying        : perl-subs-1.04-486.fc36.noarch                      87/148 
12:00:14 #9 55.25   Verifying        : perl-vars-1.05-486.fc36.noarch                      88/148 
12:00:14 #9 55.25   Verifying        : pkgconf-1.8.0-2.fc36.aarch64                        89/148 
12:00:14 #9 55.25   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                      90/148 
12:00:14 #9 55.25   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.aarch64             91/148 
12:00:14 #9 55.25   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch              92/148 
12:00:14 #9 55.25   Verifying        : python3-dbus-1.2.18-3.fc36.aarch64                  93/148 
12:00:14 #9 55.25   Verifying        : python3-distro-1.6.0-2.fc36.noarch                  94/148 
12:00:14 #9 55.25   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                 95/148 
12:00:14 #9 55.25   Verifying        : python3-file-magic-5.41-4.fc36.noarch               96/148 
12:00:14 #9 55.25   Verifying        : python3-pybeam-0.7-2.fc36.noarch                    97/148 
12:00:14 #9 55.25   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                    98/148 
12:00:14 #9 55.25   Verifying        : python3-six-1.16.0-5.fc36.noarch                    99/148 
12:00:14 #9 55.25   Verifying        : python3-tomli-1.2.3-1.fc36.noarch                  100/148 
12:00:14 #9 55.25   Verifying        : python3-tomli-w-0.4.0-3.fc36.noarch                101/148 
12:00:14 #9 55.25   Verifying        : python3-zstandard-0.17.0-1.fc36.aarch64            102/148 
12:00:14 #9 55.25   Verifying        : shared-mime-info-2.1-3.fc35.aarch64                103/148 
12:00:14 #9 55.25   Verifying        : unzip-6.0-57.fc36.aarch64                          104/148 
12:00:14 #9 55.25   Verifying        : xxhash-libs-0.8.1-2.fc36.aarch64                   105/148 
12:00:14 #9 55.25   Verifying        : xz-5.2.5-9.fc36.aarch64                            106/148 
12:00:14 #9 55.25   Verifying        : zip-3.0-32.fc36.aarch64                            107/148 
12:00:14 #9 55.25   Verifying        : ansible-srpm-macros-1-8.1.fc36.noarch              108/148 
12:00:14 #9 55.25   Verifying        : binutils-2.37-37.fc36.aarch64                      109/148 
12:00:14 #9 55.25   Verifying        : binutils-gold-2.37-37.fc36.aarch64                 110/148 
12:00:14 #9 55.25   Verifying        : dbus-libs-1:1.14.4-1.fc36.aarch64                  111/148 
12:00:14 #9 55.25   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch               112/148 
12:00:14 #9 55.25   Verifying        : dwz-0.14-4.fc36.aarch64                            113/148 
12:00:14 #9 55.25   Verifying        : elfutils-0.188-3.fc36.aarch64                      114/148 
12:00:14 #9 55.25   Verifying        : elfutils-debuginfod-client-0.188-3.fc36.aarch64    115/148 
12:00:14 #9 55.25   Verifying        : emacs-filesystem-1:28.2-1.fc36.noarch              116/148 
12:00:14 #9 55.25   Verifying        : gdb-minimal-12.1-2.fc36.aarch64                    117/148 
12:00:14 #9 55.25   Verifying        : gdk-pixbuf2-2.42.9-2.fc36.aarch64                  118/148 
12:00:14 #9 55.25   Verifying        : glibc-gconv-extra-2.35-22.fc36.aarch64             119/148 
12:00:14 #9 55.25   Verifying        : go-srpm-macros-3.2.0-1.fc36.noarch                 120/148 
12:00:14 #9 55.25   Verifying        : libappstream-glib-0.8.0-4.fc36.aarch64             121/148 
12:00:14 #9 55.25   Verifying        : perl-Encode-4:3.17-485.fc36.aarch64                122/148 
12:00:14 #9 55.25   Verifying        : perl-Getopt-Long-1:2.54-1.fc36.noarch              123/148 
12:00:14 #9 55.25   Verifying        : perl-HTTP-Tiny-0.082-1.fc36.noarch                 124/148 
12:00:14 #9 55.25   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc36.aarch64     125/148 
12:00:14 #9 55.25   Verifying        : perl-Socket-4:2.036-1.fc36.aarch64                 126/148 
12:00:14 #9 55.25   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            127/148 
12:00:14 #9 55.25   Verifying        : python-srpm-macros-3.10-20.fc36.noarch             128/148 
12:00:14 #9 55.25   Verifying        : python3-construct-2.10.68-1.fc36.noarch            129/148 
12:00:14 #9 55.25   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       130/148 
12:00:14 #9 55.25   Verifying        : qt5-srpm-macros-5.15.7-1.fc36.noarch               131/148 
12:00:14 #9 55.25   Verifying        : redhat-rpm-config-222-1.fc36.noarch                132/148 
12:00:14 #9 55.25   Verifying        : rpm-build-4.17.1-3.fc36.aarch64                    133/148 
12:00:14 #9 55.25   Verifying        : rpmautospec-rpm-macros-0.3.1-1.fc36.noarch         134/148 
12:00:14 #9 55.25   Verifying        : rpmlint-2.4.0-3.fc36.noarch                        135/148 
12:00:14 #9 55.25   Verifying        : rpmlint-fedora-license-data-1.12-1.fc36.noarch     136/148 
12:00:14 #9 55.25   Verifying        : rust-srpm-macros-23-1.fc36.noarch                  137/148 
12:00:14 #9 55.25   Verifying        : zstd-1.5.2-2.fc36.aarch64                          138/148 
12:00:14 #9 55.25   Verifying        : elfutils-libelf-0.188-3.fc36.aarch64               139/148 
12:00:14 #9 55.25   Verifying        : elfutils-libelf-0.187-4.fc36.aarch64               140/148 
12:00:14 #9 55.25   Verifying        : elfutils-libs-0.188-3.fc36.aarch64                 141/148 
12:00:14 #9 55.25   Verifying        : elfutils-libs-0.187-4.fc36.aarch64                 142/148 
12:00:14 #9 55.25   Verifying        : glibc-2.35-22.fc36.aarch64                         143/148 
12:00:14 #9 55.25   Verifying        : glibc-2.35-20.fc36.aarch64                         144/148 
12:00:14 #9 55.25   Verifying        : glibc-common-2.35-22.fc36.aarch64                  145/148 
12:00:14 #9 55.26   Verifying        : glibc-common-2.35-20.fc36.aarch64                  146/148 
12:00:14 #9 55.26   Verifying        : glibc-minimal-langpack-2.35-22.fc36.aarch64        147/148 
12:00:14 #9 55.26   Verifying        : glibc-minimal-langpack-2.35-20.fc36.aarch64        148/148 
12:00:14 #9 55.40 
12:00:14 #9 55.40 Upgraded:
12:00:14 #9 55.40   elfutils-libelf-0.188-3.fc36.aarch64                                          
12:00:14 #9 55.40   elfutils-libs-0.188-3.fc36.aarch64                                            
12:00:14 #9 55.40   glibc-2.35-22.fc36.aarch64                                                    
12:00:14 #9 55.40   glibc-common-2.35-22.fc36.aarch64                                             
12:00:14 #9 55.40   glibc-minimal-langpack-2.35-22.fc36.aarch64                                   
12:00:14 #9 55.40 Installed:
12:00:14 #9 55.40   ansible-srpm-macros-1-8.1.fc36.noarch                                         
12:00:14 #9 55.40   binutils-2.37-37.fc36.aarch64                                                 
12:00:14 #9 55.40   binutils-gold-2.37-37.fc36.aarch64                                            
12:00:14 #9 55.40   bzip2-1.0.8-11.fc36.aarch64                                                   
12:00:14 #9 55.40   cpio-2.13-12.fc36.aarch64                                                     
12:00:14 #9 55.40   dash-0.5.10.2-10.fc36.aarch64                                                 
12:00:14 #9 55.40   dbus-libs-1:1.14.4-1.fc36.aarch64                                             
12:00:14 #9 55.40   debugedit-5.0-3.fc36.aarch64                                                  
12:00:14 #9 55.40   desktop-file-utils-0.26-6.fc36.aarch64                                        
12:00:14 #9 55.40   devscripts-checkbashisms-2.22.1-1.fc36.aarch64                                
12:00:14 #9 55.40   diffutils-3.8-2.fc36.aarch64                                                  
12:00:14 #9 55.40   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
12:00:14 #9 55.40   dwz-0.14-4.fc36.aarch64                                                       
12:00:14 #9 55.40   ed-1.14.2-12.fc36.aarch64                                                     
12:00:14 #9 55.40   efi-srpm-macros-5-5.fc36.noarch                                               
12:00:14 #9 55.40   elfutils-0.188-3.fc36.aarch64                                                 
12:00:14 #9 55.40   elfutils-debuginfod-client-0.188-3.fc36.aarch64                               
12:00:14 #9 55.40   emacs-filesystem-1:28.2-1.fc36.noarch                                         
12:00:14 #9 55.40   enchant-1:1.6.0-30.fc36.aarch64                                               
12:00:14 #9 55.40   file-5.41-4.fc36.aarch64                                                      
12:00:14 #9 55.40   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
12:00:14 #9 55.40   fpc-srpm-macros-1.3-5.fc36.noarch                                             
12:00:14 #9 55.40   gdb-minimal-12.1-2.fc36.aarch64                                               
12:00:14 #9 55.40   gdk-pixbuf2-2.42.9-2.fc36.aarch64                                             
12:00:14 #9 55.40   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
12:00:14 #9 55.40   glibc-gconv-extra-2.35-22.fc36.aarch64                                        
12:00:14 #9 55.40   gnat-srpm-macros-4-15.fc36.noarch                                             
12:00:14 #9 55.40   go-srpm-macros-3.2.0-1.fc36.noarch                                            
12:00:14 #9 55.40   groff-base-1.22.4-9.fc36.aarch64                                              
12:00:14 #9 55.40   hunspell-1.7.0-19.fc36.aarch64                                                
12:00:14 #9 55.40   hunspell-en-0.20140811.1-22.fc36.noarch                                       
12:00:14 #9 55.40   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
12:00:14 #9 55.40   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
12:00:14 #9 55.40   hunspell-filesystem-1.7.0-19.fc36.aarch64                                     
12:00:14 #9 55.40   info-6.8-3.fc36.aarch64                                                       
12:00:14 #9 55.40   json-glib-1.6.6-2.fc36.aarch64                                                
12:00:14 #9 55.40   kernel-srpm-macros-1.0-14.fc36.noarch                                         
12:00:14 #9 55.40   libappstream-glib-0.8.0-4.fc36.aarch64                                        
12:00:14 #9 55.40   libjpeg-turbo-2.1.2-2.fc36.aarch64                                            
12:00:14 #9 55.40   libpkgconf-1.8.0-2.fc36.aarch64                                               
12:00:14 #9 55.40   libpng-2:1.6.37-12.fc36.aarch64                                               
12:00:14 #9 55.40   libstemmer-0-18.585svn.fc36.aarch64                                           
12:00:14 #9 55.40   lua-srpm-macros-1-6.fc36.noarch                                               
12:00:14 #9 55.40   ncurses-6.2-9.20210508.fc36.aarch64                                           
12:00:14 #9 55.40   nim-srpm-macros-3-6.fc36.noarch                                               
12:00:14 #9 55.40   ocaml-srpm-macros-6-6.fc36.noarch                                             
12:00:14 #9 55.40   openblas-srpm-macros-2-11.fc36.noarch                                         
12:00:14 #9 55.40   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
12:00:14 #9 55.40   patch-2.7.6-16.fc36.aarch64                                                   
12:00:14 #9 55.40   perl-AutoLoader-5.74-486.fc36.noarch                                          
12:00:14 #9 55.40   perl-B-1.82-486.fc36.aarch64                                                  
12:00:14 #9 55.40   perl-Carp-1.52-479.fc36.noarch                                                
12:00:14 #9 55.40   perl-Class-Struct-0.66-486.fc36.noarch                                        
12:00:14 #9 55.40   perl-Data-Dumper-2.183-3.fc36.aarch64                                         
12:00:14 #9 55.40   perl-Digest-1.20-2.fc36.noarch                                                
12:00:14 #9 55.40   perl-Digest-MD5-2.58-479.fc36.aarch64                                         
12:00:14 #9 55.40   perl-DynaLoader-1.50-486.fc36.aarch64                                         
12:00:14 #9 55.40   perl-Encode-4:3.17-485.fc36.aarch64                                           
12:00:14 #9 55.40   perl-Errno-1.33-486.fc36.aarch64                                              
12:00:14 #9 55.40   perl-Exporter-5.76-480.fc36.noarch                                            
12:00:14 #9 55.40   perl-Fcntl-1.14-486.fc36.aarch64                                              
12:00:14 #9 55.40   perl-File-Basename-2.85-486.fc36.noarch                                       
12:00:14 #9 55.40   perl-File-Path-2.18-479.fc36.noarch                                           
12:00:14 #9 55.40   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
12:00:14 #9 55.40   perl-File-stat-1.09-486.fc36.noarch                                           
12:00:14 #9 55.40   perl-FileHandle-2.03-486.fc36.noarch                                          
12:00:14 #9 55.40   perl-Getopt-Long-1:2.54-1.fc36.noarch                                         
12:00:14 #9 55.40   perl-Getopt-Std-1.13-486.fc36.noarch                                          
12:00:14 #9 55.40   perl-HTTP-Tiny-0.082-1.fc36.noarch                                            
12:00:14 #9 55.40   perl-IO-1.46-486.fc36.aarch64                                                 
12:00:14 #9 55.40   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
12:00:14 #9 55.40   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
12:00:14 #9 55.40   perl-IPC-Open3-1.21-486.fc36.noarch                                           
12:00:14 #9 55.40   perl-MIME-Base64-3.16-479.fc36.aarch64                                        
12:00:14 #9 55.40   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
12:00:14 #9 55.40   perl-NDBM_File-1.15-486.fc36.aarch64                                          
12:00:14 #9 55.40   perl-Net-SSLeay-1.92-2.fc36.aarch64                                           
12:00:14 #9 55.40   perl-POSIX-1.97-486.fc36.aarch64                                              
12:00:14 #9 55.40   perl-PathTools-3.80-479.fc36.aarch64                                          
12:00:14 #9 55.40   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
12:00:14 #9 55.40   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
12:00:14 #9 55.40   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
12:00:14 #9 55.40   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
12:00:14 #9 55.40   perl-Scalar-List-Utils-5:1.63-489.fc36.aarch64                                
12:00:14 #9 55.40   perl-SelectSaver-1.02-486.fc36.noarch                                         
12:00:14 #9 55.40   perl-Socket-4:2.036-1.fc36.aarch64                                            
12:00:14 #9 55.40   perl-Storable-1:3.25-2.fc36.aarch64                                           
12:00:14 #9 55.40   perl-Symbol-1.09-486.fc36.noarch                                              
12:00:14 #9 55.40   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
12:00:14 #9 55.40   perl-Term-Cap-1.17-479.fc36.noarch                                            
12:00:14 #9 55.40   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
12:00:14 #9 55.40   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
12:00:14 #9 55.40   perl-Time-Local-2:1.300-479.fc36.noarch                                       
12:00:14 #9 55.40   perl-URI-5.10-1.fc36.noarch                                                   
12:00:14 #9 55.40   perl-base-2.27-486.fc36.noarch                                                
12:00:14 #9 55.40   perl-constant-1.33-480.fc36.noarch                                            
12:00:14 #9 55.40   perl-if-0.60.900-486.fc36.noarch                                              
12:00:14 #9 55.40   perl-interpreter-4:5.34.1-486.fc36.aarch64                                    
12:00:14 #9 55.40   perl-libnet-3.13-480.fc36.noarch                                              
12:00:14 #9 55.40   perl-libs-4:5.34.1-486.fc36.aarch64                                           
12:00:14 #9 55.40   perl-mro-1.25-486.fc36.aarch64                                                
12:00:14 #9 55.40   perl-overload-1.33-486.fc36.noarch                                            
12:00:14 #9 55.40   perl-overloading-0.02-486.fc36.noarch                                         
12:00:14 #9 55.40   perl-parent-1:0.238-479.fc36.noarch                                           
12:00:14 #9 55.40   perl-podlators-1:4.14-479.fc36.noarch                                         
12:00:14 #9 55.40   perl-srpm-macros-1-43.fc36.noarch                                             
12:00:14 #9 55.40   perl-subs-1.04-486.fc36.noarch                                                
12:00:14 #9 55.40   perl-vars-1.05-486.fc36.noarch                                                
12:00:14 #9 55.40   pkgconf-1.8.0-2.fc36.aarch64                                                  
12:00:14 #9 55.40   pkgconf-m4-1.8.0-2.fc36.noarch                                                
12:00:14 #9 55.40   pkgconf-pkg-config-1.8.0-2.fc36.aarch64                                       
12:00:14 #9 55.40   python-srpm-macros-3.10-20.fc36.noarch                                        
12:00:14 #9 55.40   python3-construct-2.10.68-1.fc36.noarch                                       
12:00:14 #9 55.40   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
12:00:14 #9 55.40   python3-dbus-1.2.18-3.fc36.aarch64                                            
12:00:14 #9 55.40   python3-distro-1.6.0-2.fc36.noarch                                            
12:00:14 #9 55.40   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
12:00:14 #9 55.40   python3-enchant-3.2.2-2.fc36.noarch                                           
12:00:14 #9 55.40   python3-file-magic-5.41-4.fc36.noarch                                         
12:00:14 #9 55.40   python3-pybeam-0.7-2.fc36.noarch                                              
12:00:14 #9 55.40   python3-pyxdg-0.27-4.fc36.noarch                                              
12:00:14 #9 55.40   python3-six-1.16.0-5.fc36.noarch                                              
12:00:14 #9 55.40   python3-tomli-1.2.3-1.fc36.noarch                                             
12:00:14 #9 55.40   python3-tomli-w-0.4.0-3.fc36.noarch                                           
12:00:14 #9 55.40   python3-zstandard-0.17.0-1.fc36.aarch64                                       
12:00:14 #9 55.40   qt5-srpm-macros-5.15.7-1.fc36.noarch                                          
12:00:14 #9 55.40   redhat-rpm-config-222-1.fc36.noarch                                           
12:00:14 #9 55.40   rpm-build-4.17.1-3.fc36.aarch64                                               
12:00:14 #9 55.40   rpmautospec-rpm-macros-0.3.1-1.fc36.noarch                                    
12:00:14 #9 55.40   rpmlint-2.4.0-3.fc36.noarch                                                   
12:00:14 #9 55.40   rpmlint-fedora-license-data-1.12-1.fc36.noarch                                
12:00:14 #9 55.40   rust-srpm-macros-23-1.fc36.noarch                                             
12:00:14 #9 55.40   shared-mime-info-2.1-3.fc35.aarch64                                           
12:00:14 #9 55.40   unzip-6.0-57.fc36.aarch64                                                     
12:00:14 #9 55.40   xxhash-libs-0.8.1-2.fc36.aarch64                                              
12:00:14 #9 55.40   xz-5.2.5-9.fc36.aarch64                                                       
12:00:14 #9 55.40   zip-3.0-32.fc36.aarch64                                                       
12:00:14 #9 55.40   zstd-1.5.2-2.fc36.aarch64                                                     
12:00:14 #9 55.40 
12:00:14 #9 55.40 Complete!
12:00:14 #9 DONE 55.6s
12:00:14 
12:00:14 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:00:14 #11 DONE 0.1s
12:00:14 #11 37.22 Selecting previously unselected package g++-12.
12:00:14 #11 37.22 Preparing to unpack .../113-g++-12_12.2.0-3ubuntu1_armhf.deb ...
12:00:14 #11 37.23 Unpacking g++-12 (12.2.0-3ubuntu1) ...
12:00:14 #11 48.73 Setting up libalgorithm-diff-perl (1.201-1) ...
12:00:14 #11 48.74 Setting up libarchive-zip-perl (1.68-1) ...
12:00:14 #11 48.76 Setting up libsub-identify-perl (0.14-1build5) ...
12:00:14 #11 48.77 Setting up libdistro-info-perl (1.1build1) ...
12:00:14 #11 48.79 Setting up libcpanel-json-xs-perl:arm64 (4.27-1build1) ...
12:00:14 #11 48.80 Setting up python3-apt (2.4.0) ...
12:00:14 #11 48.97 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
12:00:14 #10 29.70 Preparing to unpack .../049-gcc-10_10.2.1-6_armhf.deb ...
12:00:14 #10 29.71 Unpacking gcc-10 (10.2.1-6) ...
12:00:14 #12 7.703 Preparing to unpack .../04-libjsoncpp1_1.7.4-3_arm64.deb ...
12:00:14 #12 7.707 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
12:00:14 #12 7.752 Selecting previously unselected package librhash0:arm64.
12:00:14 #12 7.754 Preparing to unpack .../05-librhash0_1.3.6-2_arm64.deb ...
12:00:14 #12 7.758 Unpacking librhash0:arm64 (1.3.6-2) ...
12:00:14 #12 7.803 Selecting previously unselected package libuv1:arm64.
12:00:14 #12 7.805 Preparing to unpack .../06-libuv1_1.18.0-3_arm64.deb ...
12:00:14 #12 7.809 Unpacking libuv1:arm64 (1.18.0-3) ...
12:00:14 #12 7.845 Selecting previously unselected package cmake.
12:00:14 #12 7.848 Preparing to unpack .../07-cmake_3.10.2-1ubuntu2.18.04.2_arm64.deb ...
12:00:14 #12 7.852 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
12:00:14 #10 30.96 Unpacking libasan6:armhf (10.2.1-6+rpi1) ...
12:00:14 #11 54.67 Setting up libmailtools-perl (2.21-1) ...
12:00:14 #11 54.68 Setting up python3-gi (3.42.2-2) ...
12:00:14 #11 54.86 Setting up python3-idna (3.3-1) ...
12:00:14 #12 7.863 Unpacking libpcre3-dev:amd64 (2:8.39-9ubuntu0.1) ...
12:00:14 #12 7.938 Selecting previously unselected package libselinux1-dev:amd64.
12:00:14 #12 7.941 Preparing to unpack .../17-libselinux1-dev_2.7-2build2_amd64.deb ...
12:00:14 #12 7.944 Unpacking libselinux1-dev:amd64 (2.7-2build2) ...
12:00:14 #12 7.991 Selecting previously unselected package libdevmapper-dev:amd64.
12:00:14 #12 7.993 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
12:00:14 #12 7.997 Unpacking libdevmapper-dev:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:14 #12 8.026 Selecting previously unselected package libseccomp-dev:amd64.
12:00:14 #12 8.028 Preparing to unpack .../19-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_amd64.deb ...
12:00:14 #12 8.031 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~18.04.2) ...
12:00:14 #12 8.063 Selecting previously unselected package libsystemd-dev:amd64.
12:00:14 #12 8.065 Preparing to unpack .../20-libsystemd-dev_237-3ubuntu10.56_amd64.deb ...
12:00:14 #12 8.069 Unpacking libsystemd-dev:amd64 (237-3ubuntu10.56) ...
12:00:14 #12 8.127 Selecting previously unselected package pkg-config.
12:00:14 #11 39.98 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:00:14 #11 40.01 Selecting previously unselected package libtry-tiny-perl.
12:00:14 #11 40.01 Preparing to unpack .../168-libtry-tiny-perl_0.31-1_all.deb ...
12:00:14 #11 40.02 Unpacking libtry-tiny-perl (0.31-1) ...
12:00:14 #11 40.07 Selecting previously unselected package libwww-robotrules-perl.
12:00:14 #11 40.07 Preparing to unpack .../169-libwww-robotrules-perl_6.02-1_all.deb ...
12:00:14 #11 40.08 Unpacking libwww-robotrules-perl (6.02-1) ...
12:00:14 #11 40.11 Selecting previously unselected package libwww-perl.
12:00:14 #11 40.12 Preparing to unpack .../170-libwww-perl_6.61-1_all.deb ...
12:00:14 #11 40.12 Unpacking libwww-perl (6.61-1) ...
12:00:14 #11 40.17 Selecting previously unselected package patchutils.
12:00:14 #11 40.17 Preparing to unpack .../171-patchutils_0.4.2-1build2_armhf.deb ...
12:00:14 #11 40.17 Unpacking patchutils (0.4.2-1build2) ...
12:00:14 
12:00:14 #15 [stage-1 8/8] WORKDIR /root/rpmbuild
12:00:14 #15 DONE 0.0s
12:00:14 
12:00:14 #16 exporting to image
12:00:14 #16 exporting layers
12:00:14 #10 30.12 Selecting previously unselected package cpp.
12:00:14 #10 30.12 Preparing to unpack .../023-cpp_4%3a8.3.0-1+rpi2_armhf.deb ...
12:00:14 #10 30.12 Unpacking cpp (4:8.3.0-1+rpi2) ...
12:00:14 #10 30.17 Preparing to unpack .../024-curl_7.64.0-4+deb10u4_armhf.deb ...
12:00:14 #10 30.18 Unpacking curl (7.64.0-4+deb10u4) over (7.64.0-4+deb10u3) ...
12:00:14 #10 30.27 Preparing to unpack .../025-libcurl4_7.64.0-4+deb10u4_armhf.deb ...
12:00:14 #10 30.28 Unpacking libcurl4:armhf (7.64.0-4+deb10u4) over (7.64.0-4+deb10u3) ...
12:00:14 #10 30.38 Selecting previously unselected package libcc1-0:armhf.
12:00:14 #10 30.38 Preparing to unpack .../026-libcc1-0_8.3.0-6+rpi1_armhf.deb ...
12:00:14 #10 30.38 Unpacking libcc1-0:armhf (8.3.0-6+rpi1) ...
12:00:14 #10 57.25   Installing       : shared-mime-info-2.1-3.fc35.x86_64                 102/148 
12:00:14 #10 57.29   Running scriptlet: shared-mime-info-2.1-3.fc35.x86_64                 102/148 
12:00:14 #10 57.31   Installing       : gdk-pixbuf2-2.42.9-2.fc36.x86_64                   103/148 
12:00:14 #10 57.36   Installing       : libappstream-glib-0.8.0-4.fc36.x86_64              104/148 
12:00:14 #10 57.37   Installing       : xxhash-libs-0.8.1-2.fc36.x86_64                    105/148 
12:00:14 #10 57.47   Installing       : gdb-minimal-12.1-2.fc36.x86_64                     106/148 
12:00:14 #10 57.47   Installing       : debugedit-5.0-3.fc36.x86_64                        107/148 
12:00:14 #10 57.52   Installing       : dbus-libs-1:1.14.4-1.fc36.x86_64                   108/148 
12:00:14 #10 57.53   Installing       : python3-dbus-1.2.18-3.fc36.x86_64                  109/148 
12:00:14 #10 48.33 Setting up make (4.1-9.1ubuntu1) ...
12:00:14 #10 48.39 Setting up libapt-pkg-perl (0.1.33build1) ...
12:00:14 #10 48.41 Setting up libssl1.0.0:armhf (1.0.2n-1ubuntu5.10) ...
12:00:14 #10 48.58 Setting up libnghttp2-14:armhf (1.30.0-1ubuntu1) ...
12:00:14 #10 48.60 Setting up mime-support (3.60ubuntu1) ...
12:00:14 #10 48.66 Setting up iso-codes (3.79-1) ...
12:00:14 #10 48.68 Setting up libsigsegv2:armhf (2.12-1) ...
12:00:14 #11 41.31 Unpacking libhtml-tagset-perl (3.20-4) ...
12:00:14 #11 41.36 Selecting previously unselected package liburi-perl.
12:00:14 #11 41.36 Preparing to unpack .../169-liburi-perl_1.76-2_all.deb ...
12:00:14 #11 41.37 Unpacking liburi-perl (1.76-2) ...
12:00:14 #11 41.43 Selecting previously unselected package libhtml-parser-perl.
12:00:14 #11 41.43 Preparing to unpack .../170-libhtml-parser-perl_3.72-5_armhf.deb ...
12:00:14 #11 41.43 Unpacking libhtml-parser-perl (3.72-5) ...
12:00:14 #11 41.52 Selecting previously unselected package libhtml-tree-perl.
12:00:14 #11 41.52 Preparing to unpack .../171-libhtml-tree-perl_5.07-2_all.deb ...
12:00:14 #11 41.53 Unpacking libhtml-tree-perl (5.07-2) ...
12:00:14 #10 36.58 Unpacking gpgsm (2.2.40-1) ...
12:00:14 #10 36.65 Selecting previously unselected package gnupg.
12:00:14 #10 36.65 Preparing to unpack .../106-gnupg_2.2.40-1_all.deb ...
12:00:14 #10 36.65 Unpacking gnupg (2.2.40-1) ...
12:00:14 #10 36.74 Selecting previously unselected package libfile-dirlist-perl.
12:00:14 #10 36.74 Preparing to unpack .../107-libfile-dirlist-perl_0.05-3_all.deb ...
12:00:14 #10 36.74 Unpacking libfile-dirlist-perl (0.05-3) ...
12:00:14 #10 36.77 Selecting previously unselected package libfile-which-perl.
12:00:14 #10 36.77 Preparing to unpack .../108-libfile-which-perl_1.27-2_all.deb ...
12:00:14 #10 36.78 Unpacking libfile-which-perl (1.27-2) ...
12:00:14 #10 36.82 Selecting previously unselected package libfile-homedir-perl.
12:00:14 #10 36.82 Preparing to unpack .../109-libfile-homedir-perl_1.006-2_all.deb ...
12:00:14 #10 36.82 Unpacking libfile-homedir-perl (1.006-2) ...
12:00:14 #10 36.93 Selecting previously unselected package libfile-touch-perl.
12:00:14 #10 36.93 Preparing to unpack .../110-libfile-touch-perl_0.12-2_all.deb ...
12:00:14 #10 58.61 Setting up libxmlrpc-lite-perl (0.717-5) ...
12:00:14 #10 58.63 Processing triggers for libc-bin (2.36-8) ...
12:00:14 #10 58.66 Processing triggers for ca-certificates (20211016) ...
12:00:14 #10 58.67 Updating certificates in /etc/ssl/certs...
12:00:14 #12 3.048 (1/97): automake-1.16.5-9.fc37.noarch.rpm       2.2 MB/s | 696 kB     00:00    
12:00:14 #12 3.052 (2/97): checkpolicy-3.4-3.fc37.aarch64.rpm      1.1 MB/s | 343 kB     00:00    
12:00:14 #12 3.059 (3/97): cryptsetup-libs-2.5.0-1.fc37.aarch64.rp 1.4 MB/s | 453 kB     00:00    
12:00:14 #12 3.064 (4/97): dbus-broker-32-1.fc37.aarch64.rpm        16 MB/s | 169 kB     00:00    
12:00:14 #12 3.066 (5/97): device-mapper-1.02.175-9.fc37.aarch64.r  10 MB/s | 136 kB     00:00    
12:00:14 #12 3.069 (6/97): device-mapper-devel-1.02.175-9.fc37.aar 4.6 MB/s |  43 kB     00:00    
12:00:14 #12 3.074 (7/97): gc-8.0.6-4.fc37.aarch64.rpm              14 MB/s | 102 kB     00:00    
12:00:14 #12 3.084 (8/97): device-mapper-libs-1.02.175-9.fc37.aarc  10 MB/s | 169 kB     00:00    
12:00:14 #12 3.088 (9/97): jsoncpp-1.9.5-3.fc37.aarch64.rpm        8.6 MB/s |  92 kB     00:00    
12:00:14 #12 3.096 (10/97): kmod-libs-30-2.fc37.aarch64.rpm        6.0 MB/s |  66 kB     00:00    
12:00:14 #12 3.105 (11/97): less-590-5.fc37.aarch64.rpm             12 MB/s | 161 kB     00:00    
12:00:14 #12 3.133 (12/97): guile22-2.2.7-6.fc37.aarch64.rpm       104 MB/s | 6.5 MB     00:00    
12:00:14 #12 3.137 (13/97): libargon2-20190702-1.fc37.aarch64.rpm  769 kB/s |  28 kB     00:00    
12:00:14 #12 3.140 (14/97): libbpf-0.8.0-2.fc37.aarch64.rpm        5.3 MB/s | 173 kB     00:00    
12:00:14 #12 3.145 (15/97): libfdisk-2.38.1-1.fc37.aarch64.rpm      18 MB/s | 155 kB     00:00    
12:00:14 #12 3.149 (16/97): libfido2-1.11.0-3.fc37.aarch64.rpm      12 MB/s |  96 kB     00:00    
12:00:14 #12 3.153 (17/97): libmpc-1.2.1-5.fc37.aarch64.rpm        8.5 MB/s |  62 kB     00:00    
12:00:14 #12 3.158 (18/97): libcbor-0.7.0-7.fc37.aarch64.rpm       2.6 MB/s |  55 kB     00:00    
12:00:14 #12 3.161 (19/97): libseccomp-2.5.3-3.fc37.aarch64.rpm    6.6 MB/s |  71 kB     00:00    
12:00:14 #12 3.165 (20/97): libseccomp-devel-2.5.3-3.fc37.aarch64. 5.2 MB/s |  60 kB     00:00    
12:00:14 #12 3.171 (21/97): libselinux-devel-3.4-5.fc37.aarch64.rp  16 MB/s | 148 kB     00:00    
12:00:14 #12 3.177 (22/97): libselinux-utils-3.4-5.fc37.aarch64.rp  10 MB/s | 160 kB     00:00    
12:00:14 #12 3.182 (23/97): libsepol-devel-3.4-3.fc37.aarch64.rpm  3.0 MB/s |  49 kB     00:00    
12:00:14 #12 3.187 (24/97): libtool-2.4.7-2.fc37.aarch64.rpm        37 MB/s | 600 kB     00:00    
12:00:14 #12 3.191 (25/97): libtool-ltdl-2.4.7-2.fc37.aarch64.rpm  2.9 MB/s |  37 kB     00:00    
12:00:14 #12 3.194 (26/97): libutempter-1.2.1-7.fc37.aarch64.rpm   3.9 MB/s |  26 kB     00:00    
12:00:14 #12 3.199 (27/97): libuv-1.44.2-2.fc37.aarch64.rpm         21 MB/s | 148 kB     00:00    
12:00:14 #12 3.203 (28/97): libxkbcommon-1.4.1-2.fc37.aarch64.rpm   17 MB/s | 139 kB     00:00    
12:00:14 #12 3.209 (29/97): libtool-ltdl-devel-2.4.7-2.fc37.aarch6 7.6 MB/s | 164 kB     00:00    
12:00:14 #12 3.216 (30/97): m4-1.4.19-4.fc37.aarch64.rpm            18 MB/s | 299 kB     00:00    
12:00:14 #12 3.221 (31/97): make-4.3-11.fc37.aarch64.rpm            31 MB/s | 537 kB     00:00    
12:00:14 #12 3.229 (32/97): openssh-8.8p1-7.fc37.aarch64.rpm        24 MB/s | 441 kB     00:00    
12:00:14 #12 3.272 (33/97): openssh-clients-8.8p1-7.fc37.aarch64.r  13 MB/s | 670 kB     00:00    
12:00:14 #12 3.276 (34/97): pcre2-devel-10.40-1.fc37.1.aarch64.rpm 9.2 MB/s | 505 kB     00:00    
12:00:14 #12 3.281 (35/97): pcre2-utf16-10.40-1.fc37.1.aarch64.rpm 3.9 MB/s | 199 kB     00:00    
12:00:14 #12 3.285 (36/97): perl-Error-0.17029-10.fc37.noarch.rpm  5.2 MB/s |  41 kB     00:00    
12:00:14 #12 3.290 (37/97): pcre2-utf32-10.40-1.fc37.1.aarch64.rpm  14 MB/s | 188 kB     00:00    
12:00:14 #12 3.293 (38/97): perl-File-Compare-1.100.700-492.fc37.n 1.4 MB/s |  16 kB     00:00    
12:00:14 #12 3.297 (39/97): perl-File-Copy-2.39-492.fc37.noarch.rp 2.1 MB/s |  23 kB     00:00    
12:00:14 #12 3.300 (40/97): perl-TermReadKey-2.38-14.fc37.aarch64. 5.8 MB/s |  36 kB     00:00    
12:00:14 #12 3.304 (41/97): perl-File-Find-1.40-492.fc37.noarch.rp 2.9 MB/s |  28 kB     00:00    
12:00:14 #12 3.306 (42/97): perl-Thread-Queue-3.14-489.fc37.noarch 2.4 MB/s |  21 kB     00:00    
12:00:14 #12 3.310 (43/97): perl-lib-0.65-492.fc37.aarch64.rpm     2.0 MB/s |  18 kB     00:00    
12:00:14 #12 3.314 (44/97): perl-threads-2.27-489.fc37.aarch64.rpm 8.6 MB/s |  56 kB     00:00    
12:00:14 #12 3.316 (45/97): perl-threads-shared-1.64-489.fc37.aarc 5.0 MB/s |  43 kB     00:00    
12:00:14 #12 3.321 (46/97): policycoreutils-3.4-6.fc37.aarch64.rpm  23 MB/s | 239 kB     00:00    
12:00:14 #12 3.331 (47/97): policycoreutils-python-utils-3.4-6.fc3 5.7 MB/s |  80 kB     00:00    
12:00:14 #12 3.335 (48/97): policycoreutils-devel-3.4-6.fc37.aarch 7.9 MB/s | 145 kB     00:00    
12:00:14 #12 3.338 (49/97): python3-audit-3.0.9-1.fc37.aarch64.rpm 5.0 MB/s |  86 kB     00:00    
12:00:14 #12 3.343 (50/97): python3-libselinux-3.4-5.fc37.aarch64.  16 MB/s | 188 kB     00:00    
12:00:14 #12 3.353 (51/97): python3-libsemanage-3.4-5.fc37.aarch64 6.1 MB/s |  84 kB     00:00    
12:00:14 #12 3.376 (52/97): python3-policycoreutils-3.4-6.fc37.noa  60 MB/s | 2.2 MB     00:00    
12:00:14 #13 3.570 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:14 #13 3.574 Unpacking docker-ce-build-deps (1.0) ...
12:00:14 
12:00:14 #12 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;     dnf builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
12:00:14 #13 0.834 Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
12:00:14 #13 0.837 Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
12:00:14 #13 0.850 Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
12:00:14 #13 0.876 Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
12:00:14 #11 37.46 Selecting previously unselected package g++.
12:00:14 #11 37.46 Preparing to unpack .../114-g++_4%3a12.2.0-1ubuntu1_armhf.deb ...
12:00:14 #11 37.46 Unpacking g++ (4:12.2.0-1ubuntu1) ...
12:00:14 #11 37.49 Selecting previously unselected package make.
12:00:14 #11 37.49 Preparing to unpack .../115-make_4.3-4.1build1_armhf.deb ...
12:00:14 #11 37.50 Unpacking make (4.3-4.1build1) ...
12:00:14 #11 37.53 Selecting previously unselected package libdpkg-perl.
12:00:14 #11 37.53 Preparing to unpack .../116-libdpkg-perl_1.21.9ubuntu1_all.deb ...
12:00:14 #11 37.54 Unpacking libdpkg-perl (1.21.9ubuntu1) ...
12:00:14 #11 37.59 Selecting previously unselected package bzip2.
12:00:14 #11 48.98 Setting up liblist-moreutils-perl (0.430-2) ...
12:00:14 #11 49.00 Setting up libhtml-tagset-perl (3.20-4) ...
12:00:14 #11 49.01 Setting up liblog-any-perl (1.710-1) ...
12:00:14 #11 49.03 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:00:14 #11 49.04 Setting up libdevel-size-perl (0.83-1build4) ...
12:00:14 #11 49.05 Setting up libdebhelper-perl (13.6ubuntu1) ...
12:00:14 #11 49.07 Setting up libpod-constants-perl (0.19-2) ...
12:00:14 #11 49.08 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
12:00:14 #11 49.10 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:00:14 #11 49.11 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
12:00:14 #11 49.13 Setting up libio-interactive-perl (1.023-1) ...
12:00:14 #11 49.14 Setting up libtry-tiny-perl (0.31-1) ...
12:00:14 #11 49.15 Setting up libtype-tiny-perl (1.012004-1) ...
12:00:14 #11 49.17 Setting up libcommon-sense-perl:arm64 (3.75-2build1) ...
12:00:14 #11 49.18 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:00:14 #11 49.20 Setting up libnet-http-perl (6.22-1) ...
12:00:14 #12 8.128 Selecting previously unselected package dh-apparmor.
12:00:14 #12 8.131 Preparing to unpack .../08-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
12:00:14 #12 8.136 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
12:00:14 #12 8.176 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:00:14 #12 8.179 Preparing to unpack .../09-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
12:00:14 #12 8.183 Unpacking libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:14 #12 8.229 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:00:14 #10 31.32 Selecting previously unselected package libubsan1:armhf.
12:00:14 #10 31.32 Preparing to unpack .../032-libubsan1_10.2.1-6+rpi1_armhf.deb ...
12:00:14 #10 31.34 Unpacking libubsan1:armhf (10.2.1-6+rpi1) ...
12:00:14 #11 55.07 Setting up python3-urllib3 (1.26.9-1) ...
12:00:14 #12 8.129 Preparing to unpack .../21-pkg-config_0.29.1-0ubuntu2_amd64.deb ...
12:00:14 #12 8.132 Unpacking pkg-config (0.29.1-0ubuntu2) ...
12:00:14 #12 8.171 Setting up libsepol1-dev:amd64 (2.7-1ubuntu0.1) ...
12:00:14 #12 8.181 Setting up libuv1:amd64 (1.18.0-3) ...
12:00:14 #12 8.190 Setting up bash-completion (1:2.8-1ubuntu1) ...
12:00:14 #11 40.22 Selecting previously unselected package wdiff.
12:00:14 #11 40.22 Preparing to unpack .../172-wdiff_1.2.2-2build3_armhf.deb ...
12:00:14 #11 40.22 Unpacking wdiff (1.2.2-2build3) ...
12:00:14 #11 40.27 Selecting previously unselected package devscripts.
12:00:14 #11 40.27 Preparing to unpack .../173-devscripts_2.22.1ubuntu1_armhf.deb ...
12:00:14 #11 40.32 Unpacking devscripts (2.22.1ubuntu1) ...
12:00:14 #11 40.41 Selecting previously unselected package diffstat.
12:00:14 #11 40.41 Preparing to unpack .../174-diffstat_1.64-1build2_armhf.deb ...
12:00:14 #11 40.42 Unpacking diffstat (1.64-1build2) ...
12:00:14 #11 40.45 Selecting previously unselected package python3-chardet.
12:00:14 #11 40.45 Preparing to unpack .../175-python3-chardet_4.0.0-1_all.deb ...
12:00:14 #11 40.45 Unpacking python3-chardet (4.0.0-1) ...
12:00:14 #11 40.53 Selecting previously unselected package zstd.
12:00:14 #11 40.53 Preparing to unpack .../176-zstd_1.4.8+dfsg-3build1_armhf.deb ...
12:00:14 #10 30.44 Selecting previously unselected package libgomp1:armhf.
12:00:14 #10 30.44 Preparing to unpack .../027-libgomp1_8.3.0-6+rpi1_armhf.deb ...
12:00:14 #10 30.44 Unpacking libgomp1:armhf (8.3.0-6+rpi1) ...
12:00:14 #10 30.51 Selecting previously unselected package libatomic1:armhf.
12:00:14 #10 30.51 Preparing to unpack .../028-libatomic1_8.3.0-6+rpi1_armhf.deb ...
12:00:14 #10 30.51 Unpacking libatomic1:armhf (8.3.0-6+rpi1) ...
12:00:14 #10 30.55 Selecting previously unselected package libasan5:armhf.
12:00:14 #10 30.55 Preparing to unpack .../029-libasan5_8.3.0-6+rpi1_armhf.deb ...
12:00:14 #10 30.56 Unpacking libasan5:armhf (8.3.0-6+rpi1) ...
12:00:14 #10 30.66 Selecting previously unselected package libubsan1:armhf.
12:00:14 #10 30.66 Preparing to unpack .../030-libubsan1_8.3.0-6+rpi1_armhf.deb ...
12:00:14 #10 57.60   Installing       : zstd-1.5.2-2.fc36.x86_64                           110/148 
12:00:14 #10 57.60   Installing       : rust-srpm-macros-23-1.fc36.noarch                  111/148 
12:00:14 #10 57.64   Installing       : rpmautospec-rpm-macros-0.3.1-1.fc36.noarch         112/148 
12:00:14 #10 57.65   Installing       : qt5-srpm-macros-5.15.7-1.fc36.noarch               113/148 
12:00:14 #10 57.65   Installing       : emacs-filesystem-1:28.2-1.fc36.noarch              114/148 
12:00:14 #10 57.66   Installing       : desktop-file-utils-0.26-6.fc36.x86_64              115/148 
12:00:14 #10 57.69   Installing       : ansible-srpm-macros-1-8.1.fc36.noarch              116/148 
12:00:14 #10 57.69   Installing       : python3-tomli-w-0.4.0-3.fc36.noarch                117/148 
12:00:14 #10 57.70   Installing       : python3-tomli-1.2.3-1.fc36.noarch                  118/148 
12:00:14 #10 57.73   Installing       : python3-pyxdg-0.27-4.fc36.noarch                   119/148 
12:00:14 #10 57.74   Installing       : python3-file-magic-5.41-4.fc36.noarch              120/148 
12:00:14 #10 57.77   Installing       : python3-distro-1.6.0-2.fc36.noarch                 121/148 
12:00:14 #10 57.78   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       122/148 
12:00:14 #10 48.70 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:00:14 #10 48.73 Setting up libreadline7:armhf (7.0-3) ...
12:00:14 #10 48.74 Setting up perl-openssl-defaults:armhf (3build1) ...
12:00:14 #10 48.75 Setting up libpsl5:armhf (0.19.1-5build1) ...
12:00:14 #10 48.76 Setting up groff-base (1.22.3-10) ...
12:00:14 #10 48.78 Setting up libglib2.0-0:armhf (2.56.4-0ubuntu0.18.04.9) ...
12:00:14 #10 48.79 No schema files found: doing nothing.
12:00:14 #10 48.79 Setting up libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:00:14 #10 48.81 Setting up unzip (6.0-21ubuntu1.2) ...
12:00:14 #10 48.82 Setting up linux-libc-dev:armhf (4.15.0-202.213) ...
12:00:14 #10 48.84 Setting up libmpfr6:armhf (4.0.1-1) ...
12:00:14 #10 48.85 Setting up libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:00:14 #10 48.86 Setting up dctrl-tools (2.24-2build1) ...
12:00:14 #10 48.88 Setting up distro-info-data (0.37ubuntu0.15) ...
12:00:14 #10 56.70 Setting up libxpm4:amd64 (1:3.5.12-1) ...
12:00:14 #10 56.71 Setting up fontconfig-config (2.13.1-4.2) ...
12:00:14 #10 56.90 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
12:00:14 #10 56.99 Setting up gpgsm (2.2.27-2+deb11u2) ...
12:00:14 #10 57.00 Setting up libxext6:amd64 (2:1.3.3-1.1) ...
12:00:14 #10 57.02 Setting up binutils (2.35.2-2) ...
12:00:14 #10 57.04 Setting up man-db (2.9.4-2) ...
12:00:14 #11 41.61 Selecting previously unselected package libio-html-perl.
12:00:14 #11 41.61 Preparing to unpack .../172-libio-html-perl_1.001-1_all.deb ...
12:00:14 #11 41.62 Unpacking libio-html-perl (1.001-1) ...
12:00:14 #11 41.67 Selecting previously unselected package liblwp-mediatypes-perl.
12:00:14 #11 41.67 Preparing to unpack .../173-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:00:14 #11 41.68 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:00:14 #11 41.72 Selecting previously unselected package libhttp-message-perl.
12:00:14 #11 41.72 Preparing to unpack .../174-libhttp-message-perl_6.22-1_all.deb ...
12:00:14 #11 41.72 Unpacking libhttp-message-perl (6.22-1) ...
12:00:14 #11 41.78 Selecting previously unselected package libhttp-cookies-perl.
12:00:14 #11 41.78 Preparing to unpack .../175-libhttp-cookies-perl_6.08-1_all.deb ...
12:00:14 #11 41.78 Unpacking libhttp-cookies-perl (6.08-1) ...
12:00:14 #11 41.83 Selecting previously unselected package libhttp-negotiate-perl.
12:00:14 #11 41.83 Preparing to unpack .../176-libhttp-negotiate-perl_6.01-1_all.deb ...
12:00:14 #10 36.93 Unpacking libfile-touch-perl (0.12-2) ...
12:00:14 #10 36.97 Selecting previously unselected package libio-pty-perl.
12:00:14 #10 36.97 Preparing to unpack .../111-libio-pty-perl_1%3a1.17-1_armhf.deb ...
12:00:14 #10 36.97 Unpacking libio-pty-perl (1:1.17-1) ...
12:00:14 #10 37.02 Selecting previously unselected package libipc-run-perl.
12:00:14 #10 37.02 Preparing to unpack .../112-libipc-run-perl_20220807.0-1_all.deb ...
12:00:14 #10 37.02 Unpacking libipc-run-perl (20220807.0-1) ...
12:00:14 #10 37.07 Selecting previously unselected package libclass-method-modifiers-perl.
12:00:14 #10 37.07 Preparing to unpack .../113-libclass-method-modifiers-perl_2.14-1_all.deb ...
12:00:14 #12 3.382 (53/97): python3-setools-4.4.0-9.fc37.aarch64.r  18 MB/s | 613 kB     00:00    
12:00:14 #12 3.417 (54/97): python3-setuptools-62.6.0-2.fc37.noarc  26 MB/s | 1.6 MB     00:00    
12:00:14 #12 3.422 (55/97): rhash-1.4.2-3.fc37.aarch64.rpm         4.8 MB/s | 185 kB     00:00    
12:00:14 #12 3.426 (56/97): qrencode-libs-4.1.1-3.fc37.aarch64.rpm 1.2 MB/s |  61 kB     00:00    
12:00:14 #12 3.442 (57/97): util-linux-2.38.1-1.fc37.aarch64.rpm   121 MB/s | 2.3 MB     00:00    
12:00:14 #12 3.446 (58/97): rpm-plugin-selinux-4.18.0-1.fc37.aarch 722 kB/s |  20 kB     00:00    
12:00:14 #12 3.449 (59/97): which-2.21-35.fc37.aarch64.rpm         2.2 MB/s |  41 kB     00:00    
12:00:14 #12 3.453 (60/97): annobin-docs-10.92-1.fc37.noarch.rpm   9.0 MB/s |  92 kB     00:00    
12:00:14 #12 3.465 (61/97): annobin-plugin-gcc-10.92-1.fc37.aarch6  58 MB/s | 886 kB     00:00    
12:00:14 #12 3.470 (62/97): autoconf-2.71-4.fc37.noarch.rpm         35 MB/s | 733 kB     00:00    
12:00:14 #12 3.485 (63/97): cmake-filesystem-3.25.2-1.fc37.aarch64 1.6 MB/s |  17 kB     00:00    
12:00:14 #12 3.495 (64/97): cmake-rpm-macros-3.25.2-1.fc37.noarch. 1.8 MB/s |  16 kB     00:00    
12:00:14 #12 3.503 (65/97): cmake-data-3.25.2-1.fc37.noarch.rpm     76 MB/s | 2.2 MB     00:00    
12:00:14 #12 3.529 (66/97): dbus-1.14.4-1.fc37.aarch64.rpm         336 kB/s | 7.8 kB     00:00    
12:00:14 #12 3.611 (67/97): cmake-3.25.2-1.fc37.aarch64.rpm         41 MB/s | 6.3 MB     00:00    
12:00:14 #11 37.59 Preparing to unpack .../117-bzip2_1.0.8-5build1_armhf.deb ...
12:00:14 #11 37.60 Unpacking bzip2 (1.0.8-5build1) ...
12:00:14 #11 37.63 Selecting previously unselected package patch.
12:00:14 #11 37.63 Preparing to unpack .../118-patch_2.7.6-7build2_armhf.deb ...
12:00:14 #11 37.63 Unpacking patch (2.7.6-7build2) ...
12:00:14 #11 37.67 Selecting previously unselected package lto-disabled-list.
12:00:14 #11 37.67 Preparing to unpack .../119-lto-disabled-list_35_all.deb ...
12:00:14 #11 37.67 Unpacking lto-disabled-list (35) ...
12:00:14 #11 37.70 Selecting previously unselected package dpkg-dev.
12:00:14 #11 37.71 Preparing to unpack .../120-dpkg-dev_1.21.9ubuntu1_all.deb ...
12:00:14 #11 37.71 Unpacking dpkg-dev (1.21.9ubuntu1) ...
12:00:14 #11 37.76 Selecting previously unselected package build-essential.
12:00:14 #11 37.76 Preparing to unpack .../121-build-essential_12.9ubuntu3_armhf.deb ...
12:00:14 #11 37.77 Unpacking build-essential (12.9ubuntu3) ...
12:00:14 #11 37.80 Selecting previously unselected package libbrotli1:armhf.
12:00:14 #11 49.21 Setting up libpath-iterator-rule-perl (1.015-1) ...
12:00:14 #11 49.23 Setting up libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
12:00:14 #11 49.24 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:00:14 #11 49.26 Setting up libtime-moment-perl (0.44-1build6) ...
12:00:14 #11 49.27 Setting up libencode-locale-perl (1.05-1.1) ...
12:00:14 #11 49.29 Setting up libexception-class-perl (1.45-1) ...
12:00:14 #11 49.30 Setting up libmath-base85-perl (0.5+dfsg-1) ...
12:00:14 #11 49.32 Setting up libconfig-tiny-perl (2.28-1) ...
12:00:14 #11 49.34 Setting up libsereal-encoder-perl:arm64 (4.023+ds-1) ...
12:00:14 #11 49.35 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:00:14 #11 49.36 Setting up liblist-utilsby-perl (0.11-1) ...
12:00:14 #11 49.37 Setting up libstring-shellquote-perl (1.04-1) ...
12:00:14 #11 49.38 Setting up libnet-netmask-perl (2.0001-1) ...
12:00:14 #11 49.40 Setting up libsub-install-perl (0.928-1.1) ...
12:00:14 #11 49.41 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
12:00:14 #11 49.44 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:14 #11 49.45 Setting up liberror-perl (0.17029-1) ...
12:00:14 #11 49.47 Setting up dh-autoreconf (20) ...
12:00:14 #11 49.48 Setting up patchutils (0.4.2-1build2) ...
12:00:14 #11 49.50 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:00:14 #11 49.52 Setting up libltdl-dev:arm64 (2.4.6-15build2) ...
12:00:15 #10 30.09 Setting up perl-base (5.36.0-7) ...
12:00:15 #10 30.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 ... 10365 files and directories currently installed.)
12:00:15 #10 30.16 Preparing to unpack .../perl-modules-5.36_5.36.0-7_all.deb ...
12:00:15 #10 30.18 Unpacking perl-modules-5.36 (5.36.0-7) over (5.36.0-6) ...
12:00:15 #12 8.232 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
12:00:15 #12 8.236 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:15 #12 8.275 Selecting previously unselected package libudev-dev:arm64.
12:00:15 #12 8.278 Preparing to unpack .../11-libudev-dev_237-3ubuntu10.56_arm64.deb ...
12:00:15 #12 8.289 Unpacking libudev-dev:arm64 (237-3ubuntu10.56) ...
12:00:15 #12 8.323 Selecting previously unselected package libsepol1-dev:arm64.
12:00:15 #12 8.325 Preparing to unpack .../12-libsepol1-dev_2.7-1ubuntu0.1_arm64.deb ...
12:00:15 #12 8.329 Unpacking libsepol1-dev:arm64 (2.7-1ubuntu0.1) ...
12:00:15 #12 8.395 Selecting previously unselected package libpcre16-3:arm64.
12:00:15 #12 8.398 Preparing to unpack .../13-libpcre16-3_2%3a8.39-9ubuntu0.1_arm64.deb ...
12:00:15 #12 8.401 Unpacking libpcre16-3:arm64 (2:8.39-9ubuntu0.1) ...
12:00:15 #12 8.446 Selecting previously unselected package libpcre32-3:arm64.
12:00:15 #12 8.448 Preparing to unpack .../14-libpcre32-3_2%3a8.39-9ubuntu0.1_arm64.deb ...
12:00:15 #12 8.452 Unpacking libpcre32-3:arm64 (2:8.39-9ubuntu0.1) ...
12:00:15 #12 8.499 Selecting previously unselected package libpcrecpp0v5:arm64.
12:00:15 #10 31.52 Selecting previously unselected package libgcc-10-dev:armhf.
12:00:15 #10 31.52 Preparing to unpack .../033-libgcc-10-dev_10.2.1-6+rpi1_armhf.deb ...
12:00:15 #10 31.53 Unpacking libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
12:00:15 #11 DONE 56.5s
12:00:15 
12:00:15 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:00:15 #12 DONE 0.1s
12:00:15 
12:00:15 #13 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:15 #11 55.25 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:00:15 #11 55.29 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:15 #11 55.37 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:15 #11 40.54 Unpacking zstd (1.4.8+dfsg-3build1) ...
12:00:15 #11 40.60 Selecting previously unselected package python3-debian.
12:00:15 #11 40.60 Preparing to unpack .../177-python3-debian_0.1.43ubuntu1_all.deb ...
12:00:15 #11 40.60 Unpacking python3-debian (0.1.43ubuntu1) ...
12:00:15 #11 40.66 Selecting previously unselected package libgpgme11:armhf.
12:00:15 #11 40.66 Preparing to unpack .../178-libgpgme11_1.16.0-1.2ubuntu4_armhf.deb ...
12:00:15 #10 30.66 Unpacking libubsan1:armhf (8.3.0-6+rpi1) ...
12:00:15 #10 30.72 Selecting previously unselected package libgcc-8-dev:armhf.
12:00:15 #10 30.72 Preparing to unpack .../031-libgcc-8-dev_8.3.0-6+rpi1_armhf.deb ...
12:00:15 #10 30.73 Unpacking libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
12:00:15 #10 30.90 Selecting previously unselected package gcc-8.
12:00:15 #10 30.90 Preparing to unpack .../032-gcc-8_8.3.0-6+rpi1_armhf.deb ...
12:00:15 #10 30.91 Unpacking gcc-8 (8.3.0-6+rpi1) ...
12:00:15 #15 DONE 2.4s
12:00:15 
12:00:15 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:00:15 #16 DONE 0.0s
12:00:15 
12:00:15 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:00:15 #17 DONE 0.2s
12:00:15 
12:00:15 #18 exporting to image
12:00:15 #18 exporting layers
12:00:15 #10 57.81   Installing       : pkgconf-m4-1.8.0-2.fc36.noarch                     123/148 
12:00:15 #10 57.82   Installing       : pkgconf-pkg-config-1.8.0-2.fc36.x86_64             124/148 
12:00:15 #10 57.82   Installing       : perl-srpm-macros-1-43.fc36.noarch                  125/148 
12:00:15 #10 57.83   Installing       : package-notes-srpm-macros-0.4-14.fc36.noarch       126/148 
12:00:15 #10 57.85   Installing       : openblas-srpm-macros-2-11.fc36.noarch              127/148 
12:00:15 #10 57.86   Installing       : ocaml-srpm-macros-6-6.fc36.noarch                  128/148 
12:00:15 #10 57.86   Installing       : nim-srpm-macros-3-6.fc36.noarch                    129/148 
12:00:15 #10 57.87   Installing       : lua-srpm-macros-1-6.fc36.noarch                    130/148 
12:00:15 #10 57.87   Installing       : kernel-srpm-macros-1.0-14.fc36.noarch              131/148 
12:00:15 #10 57.91   Installing       : gnat-srpm-macros-4-15.fc36.noarch                  132/148 
12:00:15 #10 57.91   Installing       : ghc-srpm-macros-1.5.0-6.fc36.noarch                133/148 
12:00:15 #10 57.91   Installing       : fpc-srpm-macros-1.3-5.fc36.noarch                  134/148 
12:00:15 #10 57.92   Installing       : efi-srpm-macros-5-5.fc36.noarch                    135/148 
12:00:15 #10 57.92   Installing       : fonts-srpm-macros-1:2.0.5-7.fc36.noarch            136/148 
12:00:15 #10 57.96   Installing       : go-srpm-macros-3.2.0-1.fc36.noarch                 137/148 
12:00:15 #10 57.97   Installing       : python-srpm-macros-3.10-20.fc36.noarch             138/148 
12:00:15 #10 57.97   Installing       : redhat-rpm-config-222-1.fc36.noarch                139/148 
12:00:15 #10 58.02   Installing       : rpm-build-4.17.1-3.fc36.x86_64                     140/148 
12:00:15 #10 58.03   Installing       : rpmlint-fedora-license-data-1.12-1.fc36.noarch     141/148 
12:00:15 #10 58.07   Installing       : rpmlint-2.4.0-3.fc36.noarch                        142/148 
12:00:15 #10 58.08   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch               143/148 
12:00:15 #10 58.12   Cleanup          : elfutils-libs-0.187-4.fc36.x86_64                  144/148 
12:00:15 #10 48.89 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
12:00:15 #10 48.91 Setting up libpipeline1:armhf (1.5.0-1) ...
12:00:15 #10 48.92 Setting up libroken18-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:15 #10 48.94 Setting up libksba8:armhf (1.3.5-2ubuntu0.18.04.2) ...
12:00:15 #10 48.95 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-1) ...
12:00:15 #10 48.96 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.6) ...
12:00:15 #10 48.98 Setting up m4 (1.4.18-1) ...
12:00:15 #10 48.99 Setting up libgdbm5:armhf (1.14.1-6) ...
12:00:15 #10 49.00 Setting up at (3.1.20-3.1ubuntu2) ...
12:00:15 #10 57.15 Building database of manual pages ...
12:00:15 #11 41.83 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:00:15 #11 41.87 Selecting previously unselected package perl-openssl-defaults:armhf.
12:00:15 #11 41.87 Preparing to unpack .../177-perl-openssl-defaults_4_armhf.deb ...
12:00:15 #11 41.88 Unpacking perl-openssl-defaults:armhf (4) ...
12:00:15 #11 41.92 Selecting previously unselected package libnet-ssleay-perl.
12:00:15 #11 41.92 Preparing to unpack .../178-libnet-ssleay-perl_1.88-2ubuntu1_armhf.deb ...
12:00:15 #11 41.92 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
12:00:15 #11 42.04 Selecting previously unselected package libio-socket-ssl-perl.
12:00:15 #11 42.04 Preparing to unpack .../179-libio-socket-ssl-perl_2.067-1_all.deb ...
12:00:15 #11 42.05 Unpacking libio-socket-ssl-perl (2.067-1) ...
12:00:15 #11 42.12 Selecting previously unselected package libnet-http-perl.
12:00:15 #11 42.12 Preparing to unpack .../180-libnet-http-perl_6.19-1_all.deb ...
12:00:15 #10 37.07 Unpacking libclass-method-modifiers-perl (2.14-1) ...
12:00:15 #10 37.11 Selecting previously unselected package libclass-xsaccessor-perl.
12:00:15 #10 37.11 Preparing to unpack .../114-libclass-xsaccessor-perl_1.19-4+b1_armhf.deb ...
12:00:15 #10 37.11 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ...
12:00:15 #10 37.16 Selecting previously unselected package libb-hooks-op-check-perl:armhf.
12:00:15 #10 37.16 Preparing to unpack .../115-libb-hooks-op-check-perl_0.22-2+b1_armhf.deb ...
12:00:15 #10 37.16 Unpacking libb-hooks-op-check-perl:armhf (0.22-2+b1) ...
12:00:15 #10 37.20 Selecting previously unselected package libdynaloader-functions-perl.
12:00:15 #10 37.20 Preparing to unpack .../116-libdynaloader-functions-perl_0.003-3_all.deb ...
12:00:15 #10 37.21 Unpacking libdynaloader-functions-perl (0.003-3) ...
12:00:15 #10 37.25 Selecting previously unselected package libdevel-callchecker-perl:armhf.
12:00:15 #10 37.25 Preparing to unpack .../117-libdevel-callchecker-perl_0.008-2_armhf.deb ...
12:00:15 #10 37.25 Unpacking libdevel-callchecker-perl:armhf (0.008-2) ...
12:00:15 #10 37.29 Selecting previously unselected package libparams-classify-perl:armhf.
12:00:15 #10 37.29 Preparing to unpack .../118-libparams-classify-perl_0.015-2+b1_armhf.deb ...
12:00:15 #10 37.29 Unpacking libparams-classify-perl:armhf (0.015-2+b1) ...
12:00:15 #10 37.34 Selecting previously unselected package libmodule-runtime-perl.
12:00:15 #10 37.34 Preparing to unpack .../119-libmodule-runtime-perl_0.016-2_all.deb ...
12:00:15 #12 3.618 (68/97): dbus-common-1.14.4-1.fc37.noarch.rpm   169 kB/s |  15 kB     00:00    
12:00:15 #12 3.649 (69/97): cpp-12.2.1-4.fc37.aarch64.rpm           60 MB/s | 9.2 MB     00:00    
12:00:15 #12 3.665 (70/97): gcc-plugin-annobin-12.2.1-4.fc37.aarch 1.3 MB/s |  52 kB     00:00    
12:00:15 #12 3.681 (71/97): git-2.39.1-1.fc37.aarch64.rpm          2.9 MB/s |  66 kB     00:00    
12:00:15 #12 3.726 (72/97): git-core-2.39.1-1.fc37.aarch64.rpm      75 MB/s | 4.3 MB     00:00    
12:00:15 #12 3.751 (73/97): glibc-devel-2.36-9.fc37.aarch64.rpm     24 MB/s | 589 kB     00:00    
12:00:15 #12 3.853 (74/97): git-core-doc-2.39.1-1.fc37.noarch.rpm   17 MB/s | 2.8 MB     00:00    
12:00:15 #11 37.81 Preparing to unpack .../122-libbrotli1_1.0.9-2build6_armhf.deb ...
12:00:15 #11 37.81 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
12:00:15 #11 37.85 Selecting previously unselected package libsasl2-modules-db:armhf.
12:00:15 #11 37.85 Preparing to unpack .../123-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_armhf.deb ...
12:00:15 #11 37.86 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-6ubuntu2) ...
12:00:15 #11 37.89 Selecting previously unselected package libsasl2-2:armhf.
12:00:15 #11 37.89 Preparing to unpack .../124-libsasl2-2_2.1.28+dfsg-6ubuntu2_armhf.deb ...
12:00:15 #11 37.89 Unpacking libsasl2-2:armhf (2.1.28+dfsg-6ubuntu2) ...
12:00:15 #11 37.94 Selecting previously unselected package libldap-2.5-0:armhf.
12:00:15 #11 37.94 Preparing to unpack .../125-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_armhf.deb ...
12:00:15 #11 37.95 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-1ubuntu1) ...
12:00:15 #11 37.99 Selecting previously unselected package librtmp1:armhf.
12:00:15 #11 37.99 Preparing to unpack .../126-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
12:00:15 #11 38.00 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
12:00:15 #11 38.03 Selecting previously unselected package libssh-4:armhf.
12:00:15 #11 38.04 Preparing to unpack .../127-libssh-4_0.9.6-2build1_armhf.deb ...
12:00:15 #11 38.04 Unpacking libssh-4:armhf (0.9.6-2build1) ...
12:00:15 #11 38.08 Selecting previously unselected package libcurl4:armhf.
12:00:15 #11 38.09 Preparing to unpack .../128-libcurl4_7.85.0-1ubuntu0.2_armhf.deb ...
12:00:15 #11 38.09 Unpacking libcurl4:armhf (7.85.0-1ubuntu0.2) ...
12:00:15 #11 38.12 Selecting previously unselected package curl.
12:00:15 #11 38.13 Preparing to unpack .../129-curl_7.85.0-1ubuntu0.2_armhf.deb ...
12:00:15 #11 38.13 Unpacking curl (7.85.0-1ubuntu0.2) ...
12:00:15 #10 59.10 0 added, 0 removed; done.
12:00:15 #10 59.10 Running hooks in /etc/ca-certificates/update.d...
12:00:15 #10 59.10 done.
12:00:15 #13 3.639 Reading package lists...
12:00:15 #13 4.261 Building dependency tree...
12:00:15 #13 4.392 Reading state information...
12:00:15 #11 49.53 Setting up libjson-maybexs-perl (1.004003-1) ...
12:00:15 #11 49.55 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:00:15 #11 49.56 Setting up libio-string-perl (1.08-3.1) ...
12:00:15 #11 49.57 Setting up libreadonly-perl (2.050-3) ...
12:00:15 #11 49.59 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
12:00:15 #11 49.60 Setting up python3-chardet (4.0.0-1) ...
12:00:15 #12 8.502 Preparing to unpack .../15-libpcrecpp0v5_2%3a8.39-9ubuntu0.1_arm64.deb ...
12:00:15 #12 8.507 Unpacking libpcrecpp0v5:arm64 (2:8.39-9ubuntu0.1) ...
12:00:15 #12 8.539 Selecting previously unselected package libpcre3-dev:arm64.
12:00:15 #12 8.542 Preparing to unpack .../16-libpcre3-dev_2%3a8.39-9ubuntu0.1_arm64.deb ...
12:00:15 #12 8.545 Unpacking libpcre3-dev:arm64 (2:8.39-9ubuntu0.1) ...
12:00:15 #12 8.614 Selecting previously unselected package libselinux1-dev:arm64.
12:00:15 #12 8.617 Preparing to unpack .../17-libselinux1-dev_2.7-2build2_arm64.deb ...
12:00:15 #12 8.621 Unpacking libselinux1-dev:arm64 (2.7-2build2) ...
12:00:15 #12 8.668 Selecting previously unselected package libdevmapper-dev:arm64.
12:00:15 #12 8.671 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
12:00:15 #12 8.675 Unpacking libdevmapper-dev:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:15 #12 8.711 Selecting previously unselected package libseccomp-dev:arm64.
12:00:15 #12 8.713 Preparing to unpack .../19-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_arm64.deb ...
12:00:15 #12 8.718 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1~18.04.2) ...
12:00:15 #10 31.70 Selecting previously unselected package gcc-10.
12:00:15 #10 31.70 Preparing to unpack .../034-gcc-10_10.2.1-6+rpi1_armhf.deb ...
12:00:15 #10 31.71 Unpacking gcc-10 (10.2.1-6+rpi1) ...
12:00:15 #11 55.44 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:15 #11 55.59 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:15 #11 55.62 Setting up dh-strip-nondeterminism (1.13.0-1) ...
12:00:15 #11 55.63 Setting up libconst-fast-perl (0.014-2) ...
12:00:15 #11 40.67 Unpacking libgpgme11:armhf (1.16.0-1.2ubuntu4) ...
12:00:15 #11 40.75 Selecting previously unselected package python3-gpg.
12:00:15 #11 40.75 Preparing to unpack .../179-python3-gpg_1.16.0-1.2ubuntu4_armhf.deb ...
12:00:15 #11 40.75 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
12:00:15 #11 40.81 Selecting previously unselected package dput.
12:00:15 #11 40.82 Preparing to unpack .../180-dput_1.1.0ubuntu2_all.deb ...
12:00:15 #11 40.82 Unpacking dput (1.1.0ubuntu2) ...
12:00:15 #11 40.88 Selecting previously unselected package fonts-dejavu-core.
12:00:15 #11 40.88 Preparing to unpack .../181-fonts-dejavu-core_2.37-2build1_all.deb ...
12:00:15 #11 40.88 Unpacking fonts-dejavu-core (2.37-2build1) ...
12:00:15 12:00:15 #10 49.14 invoke-rc.d: could not determine current runlevel
12:00:15 #10 49.14 invoke-rc.d: policy-rc.d denied execution of start.
12:00:15 #10 49.15 Setting up libbsd0:armhf (0.8.7-1ubuntu0.1) ...
12:00:15 #10 49.16 Setting up libkrb5support0:armhf (1.16-2ubuntu0.3) ...
12:00:15 #10 49.17 Setting up ucf (3.0038) ...
12:00:15 #10 49.27 Setting up libxml2:armhf (2.9.4+dfsg1-6.1ubuntu1.8) ...
12:00:15 #10 49.28 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
12:00:15 #10 49.30 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:00:15 #10 49.31 Setting up libmagic1:armhf (1:5.32-2ubuntu0.4) ...
12:00:15 #10 49.33 Setting up libcroco3:armhf (0.6.12-2) ...
12:00:15 #10 49.35 Setting up gcc-7-base:armhf (7.5.0-3ubuntu1~18.04) ...
12:00:15 #10 49.37 Setting up binutils-common:armhf (2.30-21ubuntu1~18.04.8) ...
12:00:15 #10 49.38 Setting up libyaml-0-2:armhf (0.1.7-2ubuntu3) ...
12:00:15 #10 49.40 Setting up patch (2.7.6-2ubuntu1.1) ...
12:00:15 #10 49.41 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
#10 58.12   Cleanup          : elfutils-libelf-0.187-4.fc36.x86_64                145/148 
12:00:15 #10 49.43 Setting up krb5-locales (1.16-2ubuntu0.3) ...
12:00:15 #10 49.45 Setting up publicsuffix (20180223.1310-1) ...
12:00:15 #10 49.46 Setting up autotools-dev (20180224.1) ...
12:00:15 #10 49.47 Setting up t1utils (1.41-2) ...
12:00:15 #10 58.15   Cleanup          : glibc-2.35-20.fc36.x86_64                          146/148 
12:00:15 #10 58.19   Cleanup          : glibc-minimal-langpack-2.35-20.fc36.x86_64         147/148 
12:00:15 #10 58.20   Cleanup          : glibc-common-2.35-20.fc36.x86_64                   148/148 
12:00:15 #11 42.13 Unpacking libnet-http-perl (6.19-1) ...
12:00:15 #11 42.19 Selecting previously unselected package liblwp-protocol-https-perl.
12:00:15 #11 42.19 Preparing to unpack .../181-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
12:00:15 #11 42.19 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
12:00:15 #11 42.24 Selecting previously unselected package libtry-tiny-perl.
12:00:15 #11 42.24 Preparing to unpack .../182-libtry-tiny-perl_0.30-1_all.deb ...
12:00:15 #11 42.25 Unpacking libtry-tiny-perl (0.30-1) ...
12:00:15 #11 42.29 Selecting previously unselected package libwww-robotrules-perl.
12:00:15 #11 42.29 Preparing to unpack .../183-libwww-robotrules-perl_6.02-1_all.deb ...
12:00:15 #11 42.30 Unpacking libwww-robotrules-perl (6.02-1) ...
12:00:15 #11 42.34 Selecting previously unselected package libwww-perl.
12:00:15 #11 42.34 Preparing to unpack .../184-libwww-perl_6.43-1_all.deb ...
12:00:15 #11 42.34 Unpacking libwww-perl (6.43-1) ...
12:00:15 #12 8.758 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~18.04.2) ...
12:00:15 #12 8.768 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
12:00:15 #12 8.782 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:15 #12 8.793 Setting up librhash0:amd64 (1.3.6-2) ...
12:00:15 #12 8.803 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:15 #12 8.814 Setting up pkg-config (0.29.1-0ubuntu2) ...
12:00:15 #12 8.857 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
12:00:15 #12 8.867 Setting up libpcrecpp0v5:amd64 (2:8.39-9ubuntu0.1) ...
12:00:15 #12 8.876 Setting up libpcre32-3:amd64 (2:8.39-9ubuntu0.1) ...
12:00:15 #12 8.887 Setting up libsystemd-dev:amd64 (237-3ubuntu10.56) ...
12:00:15 #12 8.898 Setting up libpcre16-3:amd64 (2:8.39-9ubuntu0.1) ...
12:00:15 #12 8.908 Setting up libudev-dev:amd64 (237-3ubuntu10.56) ...
12:00:15 #12 8.922 Setting up liblzo2-2:amd64 (2.08-1.2) ...
12:00:15 #12 8.936 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
12:00:15 #12 8.946 Setting up libpcre3-dev:amd64 (2:8.39-9ubuntu0.1) ...
12:00:15 #12 8.956 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.7) ...
12:00:15 #12 8.967 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
12:00:15 #10 37.34 Unpacking libmodule-runtime-perl (0.016-2) ...
12:00:15 #10 37.37 Selecting previously unselected package libimport-into-perl.
12:00:15 #10 37.37 Preparing to unpack .../120-libimport-into-perl_1.002005-2_all.deb ...
12:00:15 #10 37.38 Unpacking libimport-into-perl (1.002005-2) ...
12:00:15 #10 37.42 Selecting previously unselected package librole-tiny-perl.
12:00:15 #10 37.42 Preparing to unpack .../121-librole-tiny-perl_2.002004-1_all.deb ...
12:00:15 #10 37.42 Unpacking librole-tiny-perl (2.002004-1) ...
12:00:15 #10 37.46 Selecting previously unselected package libsub-quote-perl.
12:00:15 #10 37.46 Preparing to unpack .../122-libsub-quote-perl_2.006008-1_all.deb ...
12:00:15 #10 37.46 Unpacking libsub-quote-perl (2.006008-1) ...
12:00:15 #10 37.50 Selecting previously unselected package libmoo-perl.
12:00:15 #10 37.50 Preparing to unpack .../123-libmoo-perl_2.005005-1_all.deb ...
12:00:15 #10 37.50 Unpacking libmoo-perl (2.005005-1) ...
12:00:15 #10 37.55 Selecting previously unselected package libencode-locale-perl.
12:00:15 #10 37.55 Preparing to unpack .../124-libencode-locale-perl_1.05-3_all.deb ...
12:00:15 #10 37.56 Unpacking libencode-locale-perl (1.05-3) ...
12:00:15 #10 37.60 Selecting previously unselected package libtimedate-perl.
12:00:15 #10 37.60 Preparing to unpack .../125-libtimedate-perl_2.3300-2_all.deb ...
12:00:15 #10 37.61 Unpacking libtimedate-perl (2.3300-2) ...
12:00:15 #10 37.65 Selecting previously unselected package libhttp-date-perl.
12:00:15 #10 37.65 Preparing to unpack .../126-libhttp-date-perl_6.05-2_all.deb ...
12:00:15 #10 37.65 Unpacking libhttp-date-perl (6.05-2) ...
12:00:15 #10 37.69 Selecting previously unselected package libfile-listing-perl.
12:00:15 #10 37.69 Preparing to unpack .../127-libfile-listing-perl_6.15-1_all.deb ...
12:00:15 #10 44.53 Selecting previously unselected package iso-codes.
12:00:15 #10 44.53 Preparing to unpack .../165-iso-codes_4.2-1_all.deb ...
12:00:15 #10 44.53 Unpacking iso-codes (4.2-1) ...
12:00:15 #12 3.878 (75/97): glibc-static-2.36-9.fc37.aarch64.rpm    12 MB/s | 1.4 MB     00:00    
12:00:15 #12 3.967 (76/97): gcc-12.2.1-4.fc37.aarch64.rpm           81 MB/s |  29 MB     00:00    
12:00:15 #12 3.975 (77/97): kernel-headers-6.1.5-200.fc37.aarch64.  13 MB/s | 1.5 MB     00:00    
12:00:15 #12 3.982 (78/97): libasan-12.2.1-4.fc37.aarch64.rpm      4.1 MB/s | 425 kB     00:00    
12:00:15 #12 3.987 (79/97): libatomic-12.2.1-4.fc37.aarch64.rpm     10 MB/s |  43 kB     00:00    
12:00:15 #12 3.992 (80/97): libedit-3.1-43.20221009cvs.fc37.aarch6  12 MB/s | 105 kB     00:00    
12:00:15 #12 3.995 (81/97): libubsan-12.2.1-4.fc37.aarch64.rpm      16 MB/s | 192 kB     00:00    
12:00:15 #12 3.998 (82/97): libxcrypt-devel-4.4.33-4.fc37.aarch64. 3.1 MB/s |  30 kB     00:00    
12:00:15 #12 4.002 (83/97): perl-Git-2.39.1-1.fc37.noarch.rpm      6.9 MB/s |  43 kB     00:00    
12:00:15 #12 4.005 (84/97): libxcrypt-static-4.4.33-4.fc37.aarch64  11 MB/s | 109 kB     00:00    
12:00:15 #12 4.008 (85/97): selinux-policy-37.19-1.fc37.noarch.rpm 5.2 MB/s |  51 kB     00:00    
12:00:15 #12 4.016 (86/97): selinux-policy-devel-37.19-1.fc37.noar  64 MB/s | 887 kB     00:00    
12:00:15 #12 4.035 (87/97): systemd-devel-251.10-588.fc37.aarch64.  35 MB/s | 578 kB     00:00    
12:00:15 #12 4.058 (88/97): systemd-251.10-588.fc37.aarch64.rpm     85 MB/s | 4.0 MB     00:00    
12:00:15 #12 4.065 (89/97): systemd-networkd-251.10-588.fc37.aarch  20 MB/s | 573 kB     00:00    
12:00:15 #12 4.077 (90/97): systemd-pam-251.10-588.fc37.aarch64.rp  18 MB/s | 323 kB     00:00    
12:00:15 #11 38.16 Selecting previously unselected package dctrl-tools.
12:00:15 #11 38.17 Preparing to unpack .../130-dctrl-tools_2.24-3build2_armhf.deb ...
12:00:15 #11 38.17 Unpacking dctrl-tools (2.24-3build2) ...
12:00:15 #11 38.21 Selecting previously unselected package libdebhelper-perl.
12:00:15 #11 38.21 Preparing to unpack .../131-libdebhelper-perl_13.9.1ubuntu1_all.deb ...
12:00:15 #11 38.21 Unpacking libdebhelper-perl (13.9.1ubuntu1) ...
12:00:15 #11 38.25 Selecting previously unselected package libtool.
12:00:15 #11 38.25 Preparing to unpack .../132-libtool_2.4.7-4_all.deb ...
12:00:15 #11 38.26 Unpacking libtool (2.4.7-4) ...
12:00:15 #11 38.30 Selecting previously unselected package dh-autoreconf.
12:00:15 #11 38.30 Preparing to unpack .../133-dh-autoreconf_20_all.deb ...
12:00:15 #11 38.31 Unpacking dh-autoreconf (20) ...
12:00:15 #11 38.34 Selecting previously unselected package libarchive-zip-perl.
12:00:15 #11 38.34 Preparing to unpack .../134-libarchive-zip-perl_1.68-1_all.deb ...
12:00:15 #11 38.34 Unpacking libarchive-zip-perl (1.68-1) ...
12:00:15 #11 38.38 Selecting previously unselected package libsub-override-perl.
12:00:15 #11 38.39 Preparing to unpack .../135-libsub-override-perl_0.09-3_all.deb ...
12:00:15 #11 38.39 Unpacking libsub-override-perl (0.09-3) ...
12:00:15 #13 4.397 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:15 #13 4.560 Starting 2 pkgProblemResolver with broken count: 0
12:00:15 #13 4.564 Done
12:00:15 #13 4.689  Done
12:00:15 #11 49.90 Setting up libstring-copyright-perl (0.003012-1) ...
12:00:15 #11 49.91 Setting up python3-debian (0.1.43ubuntu1) ...
12:00:15 #12 8.757 Selecting previously unselected package libsystemd-dev:arm64.
12:00:15 #12 8.759 Preparing to unpack .../20-libsystemd-dev_237-3ubuntu10.56_arm64.deb ...
12:00:15 #12 8.763 Unpacking libsystemd-dev:arm64 (237-3ubuntu10.56) ...
12:00:15 #12 8.822 Selecting previously unselected package pkg-config.
12:00:15 #12 8.825 Preparing to unpack .../21-pkg-config_0.29.1-0ubuntu2_arm64.deb ...
12:00:15 #12 8.829 Unpacking pkg-config (0.29.1-0ubuntu2) ...
12:00:15 #12 8.874 Setting up libsepol1-dev:arm64 (2.7-1ubuntu0.1) ...
12:00:15 #12 8.885 Setting up libuv1:arm64 (1.18.0-3) ...
12:00:15 #12 8.896 Setting up bash-completion (1:2.8-1ubuntu1) ...
12:00:15 #11 55.64 Setting up libhttp-daemon-perl (6.14-1.1) ...
12:00:15 #11 55.65 Setting up python3-unidiff (0.7.3-1) ...
12:00:15 #11 55.79 Setting up lsb-release (11.2ubuntu1) ...
12:00:15 #11 55.93 Setting up libdata-dpath-perl (0.58-1) ...
12:00:15 #11 41.08 Selecting previously unselected package fontconfig-config.
12:00:15 #11 41.08 Preparing to unpack .../182-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
12:00:15 #11 41.08 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
12:00:15 #11 41.15 Selecting previously unselected package libcurl3-gnutls:armhf.
12:00:15 #11 41.15 Preparing to unpack .../183-libcurl3-gnutls_7.81.0-1ubuntu1.7_armhf.deb ...
12:00:15 #11 41.15 Unpacking libcurl3-gnutls:armhf (7.81.0-1ubuntu1.7) ...
12:00:15 #11 41.20 Selecting previously unselected package liberror-perl.
12:00:15 #11 41.20 Preparing to unpack .../184-liberror-perl_0.17029-1_all.deb ...
12:00:15 #11 41.20 Unpacking liberror-perl (0.17029-1) ...
12:00:15 #11 41.24 Selecting previously unselected package git-man.
12:00:15 #11 41.24 Preparing to unpack .../185-git-man_1%3a2.34.1-1ubuntu1.6_all.deb ...
12:00:15 #11 41.25 Unpacking git-man (1:2.34.1-1ubuntu1.6) ...
12:00:15 #11 41.31 Selecting previously unselected package git.
12:00:15 #11 41.31 Preparing to unpack .../186-git_1%3a2.34.1-1ubuntu1.6_armhf.deb ...
12:00:15 #10 49.49 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
12:00:15 #10 49.50 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:15 #10 49.50 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
12:00:15 #10 49.50 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
12:00:15 #10 49.51 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
12:00:15 #10 49.51 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
12:00:15 #10 49.51 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
12:00:15 #10 49.51 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
12:00:15 #10 49.51 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
12:00:15 #10 49.51 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
12:00:15 #10 49.51 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
12:00:15 #10 49.51 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
12:00:15 #10 49.51 Setting up libheimbase1-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:15 #10 49.52 Setting up libfakeroot:armhf (1.22-2ubuntu1) ...
12:00:15 #10 49.54 Setting up libltdl7:armhf (2.4.6-2) ...
12:00:15 #10 49.56 Setting up openssl (1.1.1-1ubuntu2.1~18.04.20) ...
12:00:15 #10 49.57 Setting up libsqlite3-0:armhf (3.22.0-1ubuntu0.7) ...
12:00:15 #10 49.58 Setting up liblocale-gettext-perl (1.07-3build2) ...
12:00:15 #10 49.59 Setting up wdiff (1.2.2-2) ...
12:00:15 #10 49.61 Setting up shared-mime-info (1.9-2) ...
12:00:15 #11 42.41 Selecting previously unselected package patchutils.
12:00:15 #11 42.41 Preparing to unpack .../185-patchutils_0.3.4-2_armhf.deb ...
12:00:15 #11 42.41 Unpacking patchutils (0.3.4-2) ...
12:00:15 #11 42.47 Selecting previously unselected package wdiff.
12:00:15 #11 42.47 Preparing to unpack .../186-wdiff_1.2.2-2build1_armhf.deb ...
12:00:15 #11 42.47 Unpacking wdiff (1.2.2-2build1) ...
12:00:15 #11 42.54 Selecting previously unselected package devscripts.
12:00:15 #12 8.977 Setting up libselinux1-dev:amd64 (2.7-2build2) ...
12:00:15 #12 8.987 Setting up libdevmapper-dev:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:15 #12 8.997 Setting up docker-ce-build-deps (1.0) ...
12:00:15 #12 9.007 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
12:00:15 #12 9.029 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:00:15 #12 DONE 9.2s
12:00:15 
12:00:15 #13 [stage-1 5/8] COPY sources/ /sources
12:00:15 #10 37.70 Unpacking libfile-listing-perl (6.15-1) ...
12:00:15 #10 37.73 Selecting previously unselected package libhtml-tagset-perl.
12:00:15 #10 37.73 Preparing to unpack .../128-libhtml-tagset-perl_3.20-6_all.deb ...
12:00:15 #10 37.74 Unpacking libhtml-tagset-perl (3.20-6) ...
12:00:15 #10 37.78 Selecting previously unselected package libregexp-ipv6-perl.
12:00:15 #10 37.78 Preparing to unpack .../129-libregexp-ipv6-perl_0.03-3_all.deb ...
12:00:15 #10 37.79 Unpacking libregexp-ipv6-perl (0.03-3) ...
12:00:15 #10 37.82 Selecting previously unselected package liburi-perl.
12:00:15 #10 37.82 Preparing to unpack .../130-liburi-perl_5.17-1_all.deb ...
12:00:15 #10 37.83 Unpacking liburi-perl (5.17-1) ...
12:00:15 #10 37.88 Selecting previously unselected package libhtml-parser-perl:armhf.
12:00:15 #10 37.88 Preparing to unpack .../131-libhtml-parser-perl_3.81-1_armhf.deb ...
12:00:15 #10 37.89 Unpacking libhtml-parser-perl:armhf (3.81-1) ...
12:00:15 #10 37.93 Selecting previously unselected package libhtml-tree-perl.
12:00:15 #10 37.93 Preparing to unpack .../132-libhtml-tree-perl_5.07-3_all.deb ...
12:00:15 #12 4.114 (91/97): selinux-policy-targeted-37.19-1.fc37.n  64 MB/s | 6.6 MB     00:00    
12:00:15 #12 4.118 (92/97): systemd-resolved-251.10-588.fc37.aarch 5.3 MB/s | 264 kB     00:00    
12:00:15 #12 4.123 (93/97): systemd-rpm-macros-251.10-588.fc37.noa 668 kB/s |  30 kB     00:00    
12:00:15 #12 4.129 (94/97): vim-filesystem-9.0.1262-1.fc37.noarch. 2.0 MB/s |  18 kB     00:00    
12:00:15 #12 4.136 (95/97): xkeyboard-config-2.36-3.fc37.noarch.rp  57 MB/s | 957 kB     00:00    
12:00:15 #12 4.141 (96/97): libxcrypt-4.4.33-4.fc37.aarch64.rpm    8.2 MB/s | 123 kB     00:00    
12:00:15 #12 4.158 (97/97): systemd-libs-251.10-588.fc37.aarch64.r  27 MB/s | 590 kB     00:00    
12:00:15 #12 4.163 --------------------------------------------------------------------------------
12:00:15 #12 4.163 Total                                            48 MB/s |  97 MB     00:02     
12:00:15 #11 38.42 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:00:15 #11 38.42 Preparing to unpack .../136-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
12:00:15 #11 38.43 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
12:00:15 #11 38.46 Selecting previously unselected package dh-strip-nondeterminism.
12:00:15 #11 38.46 Preparing to unpack .../137-dh-strip-nondeterminism_1.13.0-1_all.deb ...
12:00:15 #11 38.47 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
12:00:15 #11 38.50 Selecting previously unselected package libdw1:armhf.
12:00:15 #11 38.50 Preparing to unpack .../138-libdw1_0.187-4_armhf.deb ...
12:00:15 #11 38.50 Unpacking libdw1:armhf (0.187-4) ...
12:00:15 #11 38.54 Selecting previously unselected package debugedit.
12:00:15 #11 38.54 Preparing to unpack .../139-debugedit_1%3a5.0-5_armhf.deb ...
12:00:15 #11 38.55 Unpacking debugedit (1:5.0-5) ...
12:00:15 #11 38.57 Selecting previously unselected package dwz.
12:00:15 #11 38.58 Preparing to unpack .../140-dwz_0.14-1build2_armhf.deb ...
12:00:15 #11 38.58 Unpacking dwz (0.14-1build2) ...
12:00:15 #11 38.61 Selecting previously unselected package gettext.
12:00:15 #11 38.61 Preparing to unpack .../141-gettext_0.21-8_armhf.deb ...
12:00:15 #11 38.62 Unpacking gettext (0.21-8) ...
12:00:15 #11 50.09 Setting up python3-requests (2.25.1+dfsg-2) ...
12:00:15 #13 4.821 Starting pkgProblemResolver with broken count: 0
12:00:15 #13 4.845 Starting 2 pkgProblemResolver with broken count: 0
12:00:15 #13 4.848 Done
12:00:15 #13 5.046 The following additional packages will be installed:
12:00:15 #14 15.52   Running scriptlet: selinux-policy-minimum-3.14.3-114.el8.noarch         45/93 
12:00:15 #10 DONE 59.7s
12:00:15 
12:00:15 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:15 #11 DONE 0.1s
12:00:15 
12:00: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
12:00:15 #10 31.15 Selecting previously unselected package gcc.
12:00:15 #10 31.15 Preparing to unpack .../050-gcc_4%3a10.2.1-1_armhf.deb ...
12:00:15 #10 31.16 Unpacking gcc (4:10.2.1-1) ...
12:00:15 #10 31.19 Selecting previously unselected package libstdc++-10-dev:armhf.
12:00:15 #10 31.19 Preparing to unpack .../051-libstdc++-10-dev_10.2.1-6_armhf.deb ...
12:00:15 #10 31.19 Unpacking libstdc++-10-dev:armhf (10.2.1-6) ...
12:00:15 #13 1.138 Reading package lists...
12:00:15 #11 55.94 Setting up python3-magic (2:0.4.26-2) ...
12:00:15 #11 56.08 Setting up python3-cffi-backend:arm64 (1.15.1-1) ...
12:00:15 #11 56.09 Setting up g++-12 (12.2.0-3ubuntu1) ...
12:00:15 #11 56.10 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:00:15 #11 41.32 Unpacking git (1:2.34.1-1ubuntu1.6) ...
12:00:15 #11 41.57 Selecting previously unselected package libalgorithm-diff-perl.
12:00:15 #11 42.54 Preparing to unpack .../187-devscripts_2.20.2ubuntu2_armhf.deb ...
12:00:15 #11 42.59 Unpacking devscripts (2.20.2ubuntu2) ...
12:00:15 #11 42.75 Selecting previously unselected package diffstat.
12:00:15 #11 42.75 Preparing to unpack .../188-diffstat_1.63-1_armhf.deb ...
12:00:15 #11 42.76 Unpacking diffstat (1.63-1) ...
12:00:15 #11 42.80 Selecting previously unselected package python3-chardet.
12:00:15 #13 DONE 0.1s
12:00:15 
12:00:15 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:15 #10 37.94 Unpacking libhtml-tree-perl (5.07-3) ...
12:00:15 #10 38.01 Selecting previously unselected package libclone-perl:armhf.
12:00:15 #10 38.01 Preparing to unpack .../133-libclone-perl_0.46-1_armhf.deb ...
12:00:15 #10 38.01 Unpacking libclone-perl:armhf (0.46-1) ...
12:00:15 #10 38.05 Selecting previously unselected package libio-html-perl.
12:00:15 #10 38.05 Preparing to unpack .../134-libio-html-perl_1.004-3_all.deb ...
12:00:15 #10 38.06 Unpacking libio-html-perl (1.004-3) ...
12:00:15 #10 38.10 Selecting previously unselected package liblwp-mediatypes-perl.
12:00:15 #10 38.10 Preparing to unpack .../135-liblwp-mediatypes-perl_6.04-2_all.deb ...
12:00:15 #10 38.10 Unpacking liblwp-mediatypes-perl (6.04-2) ...
12:00:15 #10 38.14 Selecting previously unselected package libhttp-message-perl.
12:00:15 #10 38.14 Preparing to unpack .../136-libhttp-message-perl_6.44-1_all.deb ...
12:00:15 #10 38.14 Unpacking libhttp-message-perl (6.44-1) ...
12:00:15 #13 0.846 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
12:00:15 #13 0.906 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
12:00:15 #13 0.979 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
12:00:15 #13 1.055 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
12:00:15 #10 45.48 Selecting previously unselected package libalgorithm-diff-perl.
12:00:15 #10 45.48 Preparing to unpack .../166-libalgorithm-diff-perl_1.19.03-2_all.deb ...
12:00:15 #11 38.67 Selecting previously unselected package intltool-debian.
12:00:15 #11 38.68 Preparing to unpack .../142-intltool-debian_0.35.0+20060710.5_all.deb ...
12:00:15 #11 38.68 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:00:15 #11 38.72 Selecting previously unselected package po-debconf.
12:00:15 #11 38.72 Preparing to unpack .../143-po-debconf_1.0.21+nmu1_all.deb ...
12:00:15 #11 38.73 Unpacking po-debconf (1.0.21+nmu1) ...
12:00:15 #11 38.78 Selecting previously unselected package debhelper.
12:00:15 #11 38.79 Preparing to unpack .../144-debhelper_13.9.1ubuntu1_all.deb ...
12:00:15 #11 38.79 Unpacking debhelper (13.9.1ubuntu1) ...
12:00:15 #11 38.85 Selecting previously unselected package libfakeroot:armhf.
12:00:15 #11 38.85 Preparing to unpack .../145-libfakeroot_1.29-1ubuntu1_armhf.deb ...
12:00:15 #11 38.86 Unpacking libfakeroot:armhf (1.29-1ubuntu1) ...
12:00:15 #11 50.24 Setting up libdata-optlist-perl (0.112-1) ...
12:00:15 #11 50.26 Setting up libipc-run-perl (20200505.0-1) ...
12:00:15 #11 50.27 Setting up git (1:2.34.1-1ubuntu1.6) ...
12:00:15 #11 50.30 Setting up libtext-xslate-perl:arm64 (3.5.9-1build1) ...
12:00:15 #11 50.32 Setting up libcontextual-return-perl (0.004014-2) ...
12:00:15 #11 50.33 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:15 #11 50.35 Setting up libtypes-serialiser-perl (1.01-1) ...
12:00:15 #11 50.37 Setting up g++ (4:11.2.0-1ubuntu1) ...
12:00:15 #11 50.41 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:15 #11 50.41 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:00:15 #11 50.43 Setting up libhtml-parser-perl:arm64 (3.76-1build2) ...
12:00:15 #11 50.48 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:16 #13 5.047   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:00:16 #13 5.047   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
12:00:16 #13 5.047   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
12:00:16 #13 5.047   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:00:16 #13 5.048   libuv1 pkg-config
12:00:16 #13 5.049 Suggested packages:
12:00:16 #13 5.049   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
12:00:16 #13 5.079 The following NEW packages will be installed:
12:00:16 #13 5.080   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:00:16 #13 5.080   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
12:00:16 #13 5.080   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
12:00:16 #13 5.080   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:00:16 #13 5.081   libuv1 pkg-config
12:00:16 #12 1.433 Last metadata expiration check: 0:00:18 ago on Tue Feb  7 11:59:57 2023.
12:00:16 #14 16.82   Installing       : selinux-policy-minimum-3.14.3-114.el8.noarch         45/93 
12:00:16 #10 31.71 Selecting previously unselected package gcc.
12:00:16 #10 31.71 Preparing to unpack .../033-gcc_4%3a8.3.0-1+rpi2_armhf.deb ...
12:00:16 #10 31.72 Unpacking gcc (4:8.3.0-1+rpi2) ...
12:00:16 #10 31.77 Selecting previously unselected package libc-dev-bin.
12:00:16 #10 31.77 Preparing to unpack .../034-libc-dev-bin_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...
12:00:16 #10 31.78 Unpacking libc-dev-bin (2.28-10+rpt2+rpi1+deb10u1) ...
12:00:16 #10 31.84 Selecting previously unselected package linux-libc-dev:armhf.
12:00:16 #10 31.84 Preparing to unpack .../035-linux-libc-dev_1%3a1.20220308~buster-1_armhf.deb ...
12:00:16 #11 56.30 Setting up python3-dbus (1.2.18-3build1) ...
12:00:16 #11 56.46 Setting up libmodule-implementation-perl (0.09-2) ...
12:00:16 #11 56.47 Setting up libcgi-fast-perl (1:2.15-1) ...
12:00:16 #11 56.48 Setting up python3-apt (2.4.0+22.10) ...
12:00:16 #11 41.58 Preparing to unpack .../187-libalgorithm-diff-perl_1.201-1_all.deb ...
12:00:16 #11 41.58 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:00:16 #11 41.62 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:00:16 #11 41.62 Preparing to unpack .../188-libalgorithm-diff-xs-perl_0.04-6build3_armhf.deb ...
12:00:16 #11 41.64 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
12:00:16 #11 41.68 Selecting previously unselected package libalgorithm-merge-perl.
12:00:16 #11 41.68 Preparing to unpack .../189-libalgorithm-merge-perl_0.08-3_all.deb ...
12:00:16 #11 41.68 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:00:16 #11 41.72 Selecting previously unselected package libaliased-perl.
12:00:16 #11 41.72 Preparing to unpack .../190-libaliased-perl_0.34-1.1_all.deb ...
12:00:16 #11 41.72 Unpacking libaliased-perl (0.34-1.1) ...
12:00:16 #11 41.75 Selecting previously unselected package libapt-pkg-perl.
12:00:16 #11 41.75 Preparing to unpack .../191-libapt-pkg-perl_0.1.40build2_armhf.deb ...
12:00:16 #11 41.75 Unpacking libapt-pkg-perl (0.1.40build2) ...
12:00:16 #11 41.80 Selecting previously unselected package libarchive-cpio-perl.
12:00:16 #11 41.80 Preparing to unpack .../192-libarchive-cpio-perl_0.10-1.1_all.deb ...
12:00:16 #11 42.81 Preparing to unpack .../189-python3-chardet_3.0.4-4build1_all.deb ...
12:00:16 #11 42.81 Unpacking python3-chardet (3.0.4-4build1) ...
12:00:16 #11 42.89 Selecting previously unselected package python3-debian.
12:00:16 #11 42.89 Preparing to unpack .../190-python3-debian_0.1.36ubuntu1_all.deb ...
12:00:16 #11 42.90 Unpacking python3-debian (0.1.36ubuntu1) ...
12:00:16 #11 42.95 Selecting previously unselected package libgpgme11:armhf.
12:00:16 #11 42.95 Preparing to unpack .../191-libgpgme11_1.13.1-7ubuntu2_armhf.deb ...
12:00:16 #11 42.95 Unpacking libgpgme11:armhf (1.13.1-7ubuntu2) ...
12:00:16 #11 43.02 Selecting previously unselected package python3-gpg.
12:00:16 #11 43.02 Preparing to unpack .../192-python3-gpg_1.13.1-7ubuntu2_armhf.deb ...
12:00:16 #11 43.02 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
12:00:16 #11 43.12 Selecting previously unselected package dput.
12:00:16 #11 43.12 Preparing to unpack .../193-dput_1.0.3ubuntu1_all.deb ...
12:00:16 #11 43.13 Unpacking dput (1.0.3ubuntu1) ...
12:00:16 #11 43.19 Selecting previously unselected package libcurl3-gnutls:armhf.
12:00:16 #11 43.19 Preparing to unpack .../194-libcurl3-gnutls_7.68.0-1ubuntu2.15_armhf.deb ...
12:00:16 #11 43.20 Unpacking libcurl3-gnutls:armhf (7.68.0-1ubuntu2.15) ...
12:00:16 #10 38.19 Selecting previously unselected package libhttp-cookies-perl.
12:00:16 #10 38.19 Preparing to unpack .../137-libhttp-cookies-perl_6.10-1_all.deb ...
12:00:16 #10 38.19 Unpacking libhttp-cookies-perl (6.10-1) ...
12:00:16 #10 38.23 Selecting previously unselected package libhttp-negotiate-perl.
12:00:16 #10 38.23 Preparing to unpack .../138-libhttp-negotiate-perl_6.01-2_all.deb ...
12:00:16 #10 38.23 Unpacking libhttp-negotiate-perl (6.01-2) ...
12:00:16 #10 38.27 Selecting previously unselected package perl-openssl-defaults:armhf.
12:00:16 #10 38.27 Preparing to unpack .../139-perl-openssl-defaults_7+b1_armhf.deb ...
12:00:16 #10 38.28 Unpacking perl-openssl-defaults:armhf (7+b1) ...
12:00:16 #10 38.31 Selecting previously unselected package libnet-ssleay-perl:armhf.
12:00:16 #10 38.31 Preparing to unpack .../140-libnet-ssleay-perl_1.92-2+b1_armhf.deb ...
12:00:16 #10 38.32 Unpacking libnet-ssleay-perl:armhf (1.92-2+b1) ...
12:00:16 #10 58.75 Setting up libgssapi-krb5-2:amd64 (1.20.1-1) ...
12:00:16 #10 58.77 Setting up libgdbm-compat4:amd64 (1.23-3) ...
12:00:16 #10 58.78 Setting up ucf (3.0043) ...
12:00:16 #10 45.49 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
12:00:16 #10 45.56 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:00:16 #10 45.56 Preparing to unpack .../167-libalgorithm-diff-xs-perl_0.04-5+b1_armhf.deb ...
12:00:16 #11 38.89 Selecting previously unselected package fakeroot.
12:00:16 #11 38.89 Preparing to unpack .../146-fakeroot_1.29-1ubuntu1_armhf.deb ...
12:00:16 #11 38.90 Unpacking fakeroot (1.29-1ubuntu1) ...
12:00:16 #11 38.93 Selecting previously unselected package libassuan0:armhf.
12:00:16 #11 38.94 Preparing to unpack .../147-libassuan0_2.5.5-4_armhf.deb ...
12:00:16 #11 38.94 Unpacking libassuan0:armhf (2.5.5-4) ...
12:00:16 #11 38.97 Selecting previously unselected package gpgconf.
12:00:16 #11 38.98 Preparing to unpack .../148-gpgconf_2.2.35-3ubuntu1_armhf.deb ...
12:00:16 #11 38.98 Unpacking gpgconf (2.2.35-3ubuntu1) ...
12:00:16 #11 39.02 Selecting previously unselected package libksba8:armhf.
12:00:16 #11 39.03 Preparing to unpack .../149-libksba8_1.6.0-3ubuntu1.1_armhf.deb ...
12:00:16 #11 39.03 Unpacking libksba8:armhf (1.6.0-3ubuntu1.1) ...
12:00:16 #11 39.06 Selecting previously unselected package libnpth0:armhf.
12:00:16 #11 39.07 Preparing to unpack .../150-libnpth0_1.6-3build2_armhf.deb ...
12:00:16 #11 39.07 Unpacking libnpth0:armhf (1.6-3build2) ...
12:00:16 #11 39.11 Selecting previously unselected package dirmngr.
12:00:16 #11 39.11 Preparing to unpack .../151-dirmngr_2.2.35-3ubuntu1_armhf.deb ...
12:00:16 #11 39.12 Unpacking dirmngr (2.2.35-3ubuntu1) ...
12:00:16 #11 50.51 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:00:16 #11 50.52 Setting up librole-tiny-perl (2.002004-1) ...
12:00:16 #11 50.54 Setting up gnupg (2.2.27-3ubuntu2.1) ...
12:00:16 #11 50.57 Setting up build-essential (12.9ubuntu3) ...
12:00:16 #11 50.61 Setting up libfont-ttf-perl (1.06-1.1) ...
12:00:16 #11 50.62 Setting up libfile-homedir-perl (1.006-1) ...
12:00:16 #11 50.63 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
12:00:16 #11 50.65 Setting up libio-socket-ssl-perl (2.074-2) ...
12:00:16 #11 50.66 Setting up libsub-exporter-perl (0.988-1) ...
12:00:16 #11 50.68 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:16 #11 50.69 Setting up libhttp-message-perl (6.36-1) ...
12:00:16 #11 50.71 Setting up libdata-validate-ip-perl (0.30-1) ...
12:00:16 #13 5.493 0 upgraded, 22 newly installed, 0 to remove and 4 not upgraded.
12:00:16 #13 5.493 1 not fully installed or removed.
12:00:16 #13 5.493 Need to get 14.1 MB of archives.
12:00:16 #13 5.493 After this operation, 51.4 MB of additional disk space will be used.
12:00:16 #13 5.493 Get:1 http://archive.ubuntu.com/ubuntu kinetic/main amd64 bash-completion all 1:2.11-6ubuntu1 [179 kB]
12:00:16 #10 31.86 Unpacking linux-libc-dev:armhf (1:1.20220308~buster-1) ...
12:00:16 #10 32.08 Selecting previously unselected package libc6-dev:armhf.
12:00:16 #10 32.09 Preparing to unpack .../036-libc6-dev_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...
12:00:16 #10 32.09 Unpacking libc6-dev:armhf (2.28-10+rpt2+rpi1+deb10u1) ...
12:00:16 #12 0.656 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:00:16 #12 0.656 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:00:16 #12 0.656 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
12:00:16 #11 56.65 Setting up libpackage-stash-perl (0.40-1) ...
12:00:16 #11 56.66 Setting up libimport-into-perl (1.002005-2) ...
12:00:16 #11 56.67 Setting up libmoo-perl (2.005004-3) ...
12:00:16 #11 56.69 Setting up python3-bcrypt (3.2.0-1build1) ...
12:00:16 #10 31.58 Selecting previously unselected package g++-10.
12:00:16 #10 31.58 Preparing to unpack .../052-g++-10_10.2.1-6_armhf.deb ...
12:00:16 #10 31.62 Unpacking g++-10 (10.2.1-6) ...
12:00:16 #11 41.82 Unpacking libarchive-cpio-perl (0.10-1.1) ...
12:00:16 #11 41.90 Selecting previously unselected package libarray-intspan-perl.
12:00:16 #11 41.90 Preparing to unpack .../193-libarray-intspan-perl_2.004-1_all.deb ...
12:00:16 #11 41.91 Unpacking libarray-intspan-perl (2.004-1) ...
12:00:16 #11 43.35 Selecting previously unselected package liberror-perl.
12:00:16 #11 43.36 Preparing to unpack .../195-liberror-perl_0.17029-1_all.deb ...
12:00:16 #11 43.37 Unpacking liberror-perl (0.17029-1) ...
12:00:16 #11 43.44 Selecting previously unselected package git-man.
12:00:16 #11 43.44 Preparing to unpack .../196-git-man_1%3a2.25.1-1ubuntu3.8_all.deb ...
12:00:16 #11 43.45 Unpacking git-man (1:2.25.1-1ubuntu3.8) ...
12:00:16 #13 2.735 dh_testdir
12:00:16 #13 2.754 dh_testroot
12:00:16 #13 2.773 dh_prep
12:00:16 #13 2.794 dh_testdir
12:00:16 #13 2.812 dh_testroot
12:00:16 #13 2.831 dh_install
12:00:16 #13 2.857 dh_installdocs
12:00:16 #10 38.47 Selecting previously unselected package libio-socket-ssl-perl.
12:00:16 #10 38.47 Preparing to unpack .../141-libio-socket-ssl-perl_2.078-1_all.deb ...
12:00:16 #10 38.47 Unpacking libio-socket-ssl-perl (2.078-1) ...
12:00:16 #10 38.55 Selecting previously unselected package libnet-http-perl.
12:00:16 #10 38.55 Preparing to unpack .../142-libnet-http-perl_6.22-1_all.deb ...
12:00:16 #10 38.55 Unpacking libnet-http-perl (6.22-1) ...
12:00:16 #10 38.60 Selecting previously unselected package liblwp-protocol-https-perl.
12:00:16 #10 38.60 Preparing to unpack .../143-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:00:16 #10 38.60 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:00:16 #10 38.63 Selecting previously unselected package libtry-tiny-perl.
12:00:16 #10 38.63 Preparing to unpack .../144-libtry-tiny-perl_0.31-2_all.deb ...
12:00:16 #10 38.64 Unpacking libtry-tiny-perl (0.31-2) ...
12:00:16 #12 9.627 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1~18.04.2) ...
12:00:16 #12 9.638 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
12:00:16 #12 9.656 Setting up libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:16 #12 9.668 Setting up librhash0:arm64 (1.3.6-2) ...
12:00:16 #12 9.681 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:16 #12 9.694 Setting up pkg-config (0.29.1-0ubuntu2) ...
12:00:16 #12 9.745 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
12:00:16 #12 9.755 Setting up libpcrecpp0v5:arm64 (2:8.39-9ubuntu0.1) ...
12:00:16 #12 9.767 Setting up libpcre32-3:arm64 (2:8.39-9ubuntu0.1) ...
12:00:16 #12 9.778 Setting up libsystemd-dev:arm64 (237-3ubuntu10.56) ...
12:00:16 #12 9.788 Setting up libpcre16-3:arm64 (2:8.39-9ubuntu0.1) ...
12:00:16 #12 9.820 Setting up libudev-dev:arm64 (237-3ubuntu10.56) ...
12:00:16 #12 9.838 Setting up liblzo2-2:arm64 (2.08-1.2) ...
12:00:16 #12 9.859 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
12:00:16 #12 9.870 Setting up libpcre3-dev:arm64 (2:8.39-9ubuntu0.1) ...
12:00:16 #12 9.881 Setting up libarchive13:arm64 (3.2.2-3.1ubuntu0.7) ...
12:00:16 #12 9.901 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
12:00:16 #16 exporting layers 2.1s done
12:00:16 #16 writing image sha256:def94f1c41b91bbe2bcd80bc83cf18f64326899a86ccc9b006d9a37ac445f475 done
12:00:16 #16 naming to docker.io/rpmbuild-centos-9/aarch64 done
12:00:16 #16 DONE 2.1s
12:00:16 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 ab4ef4a' --define '_gitcommit_engine a25ab92' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.15.1' --define '_compose_version v2.15.1' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec
12:00:16 #10 45.75 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:00:16 #10 45.80 Selecting previously unselected package libalgorithm-merge-perl.
12:00:16 #10 45.81 Preparing to unpack .../168-libalgorithm-merge-perl_0.08-3_all.deb ...
12:00:16 #10 45.81 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:00:16 #10 58.88 Setting up libx265-199:amd64 (3.5-2+b1) ...
12:00:16 #10 58.89 Setting up dwz (0.15-1) ...
12:00:16 #10 58.91 Setting up groff-base (1.22.4-9) ...
12:00:16 #10 58.93 Setting up cpp (4:12.2.0-3) ...
12:00:16 #10 58.95 Setting up pixz (1.0.7-2) ...
12:00:16 #10 58.97 Setting up gpgconf (2.2.40-1) ...
12:00:16 #10 59.04 Setting up libcurl4:amd64 (7.87.0-2) ...
12:00:16 #11 39.16 Selecting previously unselected package gnupg-l10n.
12:00:16 #11 39.16 Preparing to unpack .../152-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
12:00:16 #11 39.16 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
12:00:16 #11 39.19 Selecting previously unselected package gnupg-utils.
12:00:16 #11 39.20 Preparing to unpack .../153-gnupg-utils_2.2.35-3ubuntu1_armhf.deb ...
12:00:16 #11 39.20 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
12:00:16 #11 39.26 Selecting previously unselected package gpg.
12:00:16 #11 39.27 Preparing to unpack .../154-gpg_2.2.35-3ubuntu1_armhf.deb ...
12:00:16 #11 39.27 Unpacking gpg (2.2.35-3ubuntu1) ...
12:00:16 #11 39.31 Selecting previously unselected package pinentry-curses.
12:00:16 #11 39.31 Preparing to unpack .../155-pinentry-curses_1.2.0-2ubuntu1_armhf.deb ...
12:00:16 #11 39.32 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
12:00:16 #11 39.35 Selecting previously unselected package gpg-agent.
12:00:16 #11 39.35 Preparing to unpack .../156-gpg-agent_2.2.35-3ubuntu1_armhf.deb ...
12:00:16 #11 39.36 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
12:00:16 #11 50.72 Setting up libhtml-form-perl (6.07-1) ...
12:00:16 #11 50.74 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:00:16 #11 50.75 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
12:00:16 #11 50.78 Setting up libjson-xs-perl (4.030-1build3) ...
12:00:16 #11 50.80 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:16 #11 50.83 Setting up libio-prompter-perl (0.004015-1) ...
12:00:16 #11 50.90 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:00:16 #11 50.92 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:16 #11 50.94 Setting up po-debconf (1.0.21+nmu1) ...
12:00:16 #11 50.95 Setting up libhtml-tree-perl (5.07-2) ...
12:00:16 #11 50.97 Setting up libparams-classify-perl (0.015-1build5) ...
12:00:16 #11 50.99 Setting up libhtml-format-perl (2.12-1.1) ...
12:00:16 #11 51.01 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:00:16 #11 51.07 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:16 #12 2.246 Package bash-5.2.9-2.fc36.aarch64 is already installed.
12:00:16 #10 52.35   Running scriptlet: glibc-common-2.36-8.fc37.x86_64                    143/143 
12:00:16 #10 55.86   Verifying        : bzip2-1.0.8-12.fc37.x86_64                           1/143 
12:00:16 #10 55.86   Verifying        : cpio-2.13-13.fc37.x86_64                             2/143 
12:00:16 #10 55.86   Verifying        : dash-0.5.11.5-2.fc37.x86_64                          3/143 
12:00:16 #10 55.86   Verifying        : desktop-file-utils-0.26-7.fc37.x86_64                4/143 
12:00:16 #10 55.86   Verifying        : devscripts-checkbashisms-2.22.2-3.fc37.x86_64        5/143 
12:00:16 #10 55.86   Verifying        : diffutils-3.8-3.fc37.x86_64                          6/143 
12:00:16 #10 55.86   Verifying        : dnf-plugins-core-4.3.1-1.fc37.noarch                 7/143 
12:00:16 #10 55.86   Verifying        : dwz-0.14-7.fc37.x86_64                               8/143 
12:00:16 #10 55.86   Verifying        : ed-1.18-2.fc37.x86_64                                9/143 
12:00:16 #10 55.86   Verifying        : efi-srpm-macros-5-6.fc37.noarch                     10/143 
12:00:16 #10 55.86   Verifying        : elfutils-0.187-8.fc37.x86_64                        11/143 
12:00:16 #10 55.86   Verifying        : elfutils-debuginfod-client-0.187-8.fc37.x86_64      12/143 
12:00:16 #10 55.86   Verifying        : enchant2-2.3.3-2.fc37.x86_64                        13/143 
12:00:16 #10 55.86   Verifying        : file-5.42-4.fc37.x86_64                             14/143 
12:00:16 #10 55.86   Verifying        : fonts-srpm-macros-1:2.0.5-9.fc37.noarch             15/143 
12:00:16 #10 55.86   Verifying        : fpc-srpm-macros-1.3-6.fc37.noarch                   16/143 
12:00:16 #10 55.86   Verifying        : gdk-pixbuf2-2.42.10-1.fc37.x86_64                   17/143 
12:00:16 #10 55.87   Verifying        : ghc-srpm-macros-1.5.0-7.fc37.noarch                 18/143 
12:00:16 #10 55.87   Verifying        : go-srpm-macros-3.2.0-1.fc37.noarch                  19/143 
12:00:16 #10 55.87   Verifying        : groff-base-1.22.4-10.fc37.x86_64                    20/143 
12:00:16 #10 55.87   Verifying        : hunspell-1.7.0-21.fc37.x86_64                       21/143 
12:00:16 #10 55.87   Verifying        : hunspell-en-0.20140811.1-23.fc37.noarch             22/143 
12:00:16 #10 55.87   Verifying        : hunspell-en-GB-0.20140811.1-23.fc37.noarch          23/143 
12:00:16 #10 55.87   Verifying        : hunspell-en-US-0.20140811.1-23.fc37.noarch          24/143 
12:00:16 #10 55.87   Verifying        : hunspell-filesystem-1.7.0-21.fc37.x86_64            25/143 
12:00:16 #10 55.87   Verifying        : json-glib-1.6.6-3.fc37.x86_64                       26/143 
12:00:16 #10 55.87   Verifying        : kernel-srpm-macros-1.0-15.fc37.noarch               27/143 
12:00:16 #10 55.87   Verifying        : libappstream-glib-0.8.1-1.fc37.x86_64               28/143 
12:00:16 #10 55.87   Verifying        : libjpeg-turbo-2.1.3-2.fc37.x86_64                   29/143 
12:00:16 #10 55.87   Verifying        : libpkgconf-1.8.0-3.fc37.x86_64                      30/143 
12:00:16 #10 55.87   Verifying        : libpng-2:1.6.37-13.fc37.x86_64                      31/143 
12:00:16 #10 55.87   Verifying        : libstemmer-0-19.585svn.fc37.x86_64                  32/143 
12:00:16 #10 55.87   Verifying        : lua-srpm-macros-1-7.fc37.noarch                     33/143 
12:00:16 #10 55.87   Verifying        : ncurses-6.3-3.20220501.fc37.x86_64                  34/143 
12:00:16 #10 55.87   Verifying        : nim-srpm-macros-3-7.fc37.noarch                     35/143 
12:00:16 #10 55.87   Verifying        : ocaml-srpm-macros-7-2.fc37.noarch                   36/143 
12:00:16 #10 55.87   Verifying        : openblas-srpm-macros-2-12.fc37.noarch               37/143 
12:00:16 #10 55.87   Verifying        : package-notes-srpm-macros-0.5-6.fc37.noarch         38/143 
12:00:16 #10 55.87   Verifying        : patch-2.7.6-17.fc37.x86_64                          39/143 
12:00:16 #10 55.87   Verifying        : perl-AutoLoader-5.74-492.fc37.noarch                40/143 
12:00:16 #10 55.87   Verifying        : perl-B-1.83-492.fc37.x86_64                         41/143 
12:00:16 #10 55.87   Verifying        : perl-Carp-1.52-489.fc37.noarch                      42/143 
12:00:16 #10 55.87   Verifying        : perl-Class-Struct-0.66-492.fc37.noarch              43/143 
12:00:16 #10 55.87   Verifying        : perl-Data-Dumper-2.184-490.fc37.x86_64              44/143 
12:00:16 #10 55.87   Verifying        : perl-Digest-1.20-489.fc37.noarch                    45/143 
12:00:16 #10 55.87   Verifying        : perl-Digest-MD5-2.58-489.fc37.x86_64                46/143 
12:00:16 #10 55.87   Verifying        : perl-DynaLoader-1.52-492.fc37.x86_64                47/143 
12:00:16 #10 55.87   Verifying        : perl-Encode-4:3.19-492.fc37.x86_64                  48/143 
12:00:16 #10 55.87   Verifying        : perl-Errno-1.36-492.fc37.x86_64                     49/143 
12:00:16 #10 55.87   Verifying        : perl-Exporter-5.77-489.fc37.noarch                  50/143 
12:00:16 #10 55.87   Verifying        : perl-Fcntl-1.15-492.fc37.x86_64                     51/143 
12:00:16 #10 55.87   Verifying        : perl-File-Basename-2.85-492.fc37.noarch             52/143 
12:00:16 #10 55.87   Verifying        : perl-File-Path-2.18-489.fc37.noarch                 53/143 
12:00:16 #10 55.87   Verifying        : perl-File-Temp-1:0.231.100-489.fc37.noarch          54/143 
12:00:16 #10 55.87   Verifying        : perl-File-stat-1.12-492.fc37.noarch                 55/143 
12:00:16 #10 55.87   Verifying        : perl-FileHandle-2.03-492.fc37.noarch                56/143 
12:00:16 #10 55.87   Verifying        : perl-Getopt-Std-1.13-492.fc37.noarch                57/143 
12:00:16 #10 55.87   Verifying        : perl-HTTP-Tiny-0.082-1.fc37.noarch                  58/143 
12:00:16 #10 55.87   Verifying        : perl-IO-1.50-492.fc37.x86_64                        59/143 
12:00:16 #10 55.87   Verifying        : perl-IO-Socket-IP-0.41-490.fc37.noarch              60/143 
12:00:16 #10 55.87   Verifying        : perl-IO-Socket-SSL-2.075-1.fc37.noarch              61/143 
12:00:16 #10 55.87   Verifying        : perl-IPC-Open3-1.22-492.fc37.noarch                 62/143 
12:00:16 #10 55.87   Verifying        : perl-MIME-Base64-3.16-489.fc37.x86_64               63/143 
12:00:16 #10 55.87   Verifying        : perl-Mozilla-CA-20211001-4.fc37.noarch              64/143 
12:00:16 #10 55.87   Verifying        : perl-NDBM_File-1.15-492.fc37.x86_64                 65/143 
12:00:16 #10 55.87   Verifying        : perl-Net-SSLeay-1.92-4.fc37.x86_64                  66/143 
12:00:16 #10 55.87   Verifying        : perl-POSIX-2.03-492.fc37.x86_64                     67/143 
12:00:16 #10 55.87   Verifying        : perl-PathTools-3.84-489.fc37.x86_64                 68/143 
12:00:16 #10 55.87   Verifying        : perl-Pod-Escapes-1:1.07-489.fc37.noarch             69/143 
12:00:16 #10 55.87   Verifying        : perl-Pod-Perldoc-3.28.01-490.fc37.noarch            70/143 
12:00:16 #10 55.87   Verifying        : perl-Pod-Simple-1:3.43-490.fc37.noarch              71/143 
12:00:16 #10 55.87   Verifying        : perl-Pod-Usage-4:2.03-3.fc37.noarch                 72/143 
12:00:16 #10 55.87   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc37.x86_64       73/143 
12:00:16 #10 55.87   Verifying        : perl-SelectSaver-1.02-492.fc37.noarch               74/143 
12:00:16 #10 55.87   Verifying        : perl-Socket-4:2.036-1.fc37.x86_64                   75/143 
12:00:16 #10 55.87   Verifying        : perl-Storable-1:3.26-489.fc37.x86_64                76/143 
12:00:16 #10 55.87   Verifying        : perl-Symbol-1.09-492.fc37.noarch                    77/143 
12:00:16 #10 55.87   Verifying        : perl-Term-ANSIColor-5.01-490.fc37.noarch            78/143 
12:00:16 #10 55.87   Verifying        : perl-Term-Cap-1.17-489.fc37.noarch                  79/143 
12:00:16 #10 55.87   Verifying        : perl-Text-ParseWords-3.31-489.fc37.noarch           80/143 
12:00:16 #10 55.87   Verifying        : perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch       81/143 
12:00:16 #10 55.87   Verifying        : perl-Time-Local-2:1.300-489.fc37.noarch             82/143 
12:00:16 #10 55.87   Verifying        : perl-base-2.27-492.fc37.noarch                      83/143 
12:00:16 #10 55.87   Verifying        : perl-constant-1.33-490.fc37.noarch                  84/143 
12:00:16 #10 55.87   Verifying        : perl-if-0.61.000-492.fc37.noarch                    85/143 
12:00:16 #10 55.87   Verifying        : perl-interpreter-4:5.36.0-492.fc37.x86_64           86/143 
12:00:16 #10 55.87   Verifying        : perl-libnet-3.14-490.fc37.noarch                    87/143 
12:00:16 #10 55.87   Verifying        : perl-libs-4:5.36.0-492.fc37.x86_64                  88/143 
12:00:16 #10 55.87   Verifying        : perl-mro-1.26-492.fc37.x86_64                       89/143 
12:00:16 #10 55.87   Verifying        : perl-overload-1.35-492.fc37.noarch                  90/143 
12:00:16 #10 55.87   Verifying        : perl-overloading-0.02-492.fc37.noarch               91/143 
12:00:16 #10 55.87   Verifying        : perl-parent-1:0.238-489.fc37.noarch                 92/143 
12:00:16 #10 55.88   Verifying        : perl-podlators-1:4.14-489.fc37.noarch               93/143 
12:00:16 #10 55.88   Verifying        : perl-srpm-macros-1-46.fc37.noarch                   94/143 
12:00:16 #10 55.88   Verifying        : perl-subs-1.04-492.fc37.noarch                      95/143 
12:00:16 #10 55.88   Verifying        : perl-vars-1.05-492.fc37.noarch                      96/143 
12:00:16 #10 55.88   Verifying        : pkgconf-1.8.0-3.fc37.x86_64                         97/143 
12:00:16 #10 55.88   Verifying        : pkgconf-m4-1.8.0-3.fc37.noarch                      98/143 
12:00:16 #10 55.88   Verifying        : pkgconf-pkg-config-1.8.0-3.fc37.x86_64              99/143 
12:00:16 #10 55.88   Verifying        : python3-construct-2.10.68-3.fc37.noarch            100/143 
12:00:16 #10 55.88   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch             101/143 
12:00:16 #10 55.88   Verifying        : python3-distro-1.7.0-3.fc37.noarch                 102/143 
12:00:16 #10 55.88   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc37.noarch       103/143 
12:00:16 #10 55.88   Verifying        : python3-enchant-3.2.2-5.fc37.noarch                104/143 
12:00:16 #10 55.88   Verifying        : python3-file-magic-5.42-4.fc37.noarch              105/143 
12:00:16 #10 55.88   Verifying        : python3-pybeam-0.7-4.fc37.noarch                   106/143 
12:00:16 #10 55.88   Verifying        : python3-pyxdg-0.27-6.fc37.noarch                   107/143 
12:00:16 #10 55.88   Verifying        : python3-six-1.16.0-8.fc37.noarch                   108/143 
12:00:16 #10 55.88   Verifying        : python3-tomli-w-1.0.0-4.fc37.noarch                109/143 
12:00:16 #10 55.88   Verifying        : rpm-build-4.18.0-1.fc37.x86_64                     110/143 
12:00:16 #10 55.88   Verifying        : shared-mime-info-2.2-2.fc37.x86_64                 111/143 
12:00:16 #10 55.88   Verifying        : unzip-6.0-58.fc37.x86_64                           112/143 
12:00:16 #10 55.88   Verifying        : xxhash-libs-0.8.1-3.fc37.x86_64                    113/143 
12:00:16 #10 55.88   Verifying        : xz-5.2.5-10.fc37.x86_64                            114/143 
12:00:16 #10 55.88   Verifying        : zip-3.0-33.fc37.x86_64                             115/143 
12:00:16 #10 55.88   Verifying        : zstd-1.5.2-3.fc37.x86_64                           116/143 
12:00:16 #10 55.88   Verifying        : ansible-srpm-macros-1-8.1.fc37.noarch              117/143 
12:00:16 #10 55.88   Verifying        : binutils-2.38-25.fc37.x86_64                       118/143 
12:00:16 #10 55.88   Verifying        : binutils-gold-2.38-25.fc37.x86_64                  119/143 
12:00:16 #10 55.88   Verifying        : dbus-libs-1:1.14.4-1.fc37.x86_64                   120/143 
12:00:16 #10 55.88   Verifying        : debugedit-5.0-7.fc37.x86_64                        121/143 
12:00:16 #10 55.88   Verifying        : emacs-filesystem-1:28.2-3.fc37.noarch              122/143 
12:00:16 #10 55.88   Verifying        : gdb-minimal-12.1-7.fc37.x86_64                     123/143 
12:00:16 #10 55.88   Verifying        : glibc-gconv-extra-2.36-9.fc37.x86_64               124/143 
12:00:16 #10 55.88   Verifying        : gnat-srpm-macros-5-1.fc37.noarch                   125/143 
12:00:16 #10 55.88   Verifying        : perl-Getopt-Long-1:2.54-1.fc37.noarch              126/143 
12:00:16 #10 55.88   Verifying        : perl-URI-5.17-1.fc37.noarch                        127/143 
12:00:16 #10 55.88   Verifying        : pyproject-srpm-macros-1.6.0-1.fc37.noarch          128/143 
12:00:16 #10 55.88   Verifying        : python-srpm-macros-3.11-5.fc37.noarch              129/143 
12:00:16 #10 55.88   Verifying        : python3-dbus-1.3.2-1.fc37.x86_64                   130/143 
12:00:16 #10 55.88   Verifying        : python3-zstandard-0.19.0-1.fc37.x86_64             131/143 
12:00:16 #10 55.88   Verifying        : qt5-srpm-macros-5.15.8-1.fc37.noarch               132/143 
12:00:16 #10 55.88   Verifying        : redhat-rpm-config-229-1.fc37.noarch                133/143 
12:00:16 #10 55.88   Verifying        : rpmautospec-rpm-macros-0.3.1-1.fc37.noarch         134/143 
12:00:16 #10 55.88   Verifying        : rpmlint-2.4.0-3.fc37.noarch                        135/143 
12:00:16 #10 55.88   Verifying        : rpmlint-fedora-license-data-1.12-1.fc37.noarch     136/143 
12:00:16 #10 55.88   Verifying        : rust-srpm-macros-23-1.fc37.noarch                  137/143 
12:00:16 #10 55.88   Verifying        : glibc-2.36-9.fc37.x86_64                           138/143 
12:00:16 #10 55.88   Verifying        : glibc-2.36-8.fc37.x86_64                           139/143 
12:00:16 #10 55.88   Verifying        : glibc-common-2.36-9.fc37.x86_64                    140/143 
12:00:16 #10 55.88   Verifying        : glibc-common-2.36-8.fc37.x86_64                    141/143 
12:00:16 #10 55.88   Verifying        : glibc-minimal-langpack-2.36-9.fc37.x86_64          142/143 
12:00:16 #10 55.88   Verifying        : glibc-minimal-langpack-2.36-8.fc37.x86_64          143/143 
12:00:16 #10 56.04 
12:00:16 #10 56.04 Upgraded:
12:00:16 #10 56.04   glibc-2.36-9.fc37.x86_64                    glibc-common-2.36-9.fc37.x86_64  
12:00:16 #10 56.04   glibc-minimal-langpack-2.36-9.fc37.x86_64  
12:00:16 #10 56.04 Installed:
12:00:16 #10 56.04   ansible-srpm-macros-1-8.1.fc37.noarch                                         
12:00:16 #10 56.04   binutils-2.38-25.fc37.x86_64                                                  
12:00:16 #10 56.04   binutils-gold-2.38-25.fc37.x86_64                                             
12:00:16 #10 56.04   bzip2-1.0.8-12.fc37.x86_64                                                    
12:00:16 #10 56.04   cpio-2.13-13.fc37.x86_64                                                      
12:00:16 #10 56.04   dash-0.5.11.5-2.fc37.x86_64                                                   
12:00:16 #10 56.04   dbus-libs-1:1.14.4-1.fc37.x86_64                                              
12:00:16 #10 56.04   debugedit-5.0-7.fc37.x86_64                                                   
12:00:16 #10 56.04   desktop-file-utils-0.26-7.fc37.x86_64                                         
12:00:16 #10 56.04   devscripts-checkbashisms-2.22.2-3.fc37.x86_64                                 
12:00:16 #10 56.04   diffutils-3.8-3.fc37.x86_64                                                   
12:00:16 #10 56.04   dnf-plugins-core-4.3.1-1.fc37.noarch                                          
12:00:16 #10 56.04   dwz-0.14-7.fc37.x86_64                                                        
12:00:16 #10 56.04   ed-1.18-2.fc37.x86_64                                                         
12:00:16 #10 56.04   efi-srpm-macros-5-6.fc37.noarch                                               
12:00:16 #10 56.04   elfutils-0.187-8.fc37.x86_64                                                  
12:00:16 #10 56.04   elfutils-debuginfod-client-0.187-8.fc37.x86_64                                
12:00:16 #10 56.04   emacs-filesystem-1:28.2-3.fc37.noarch                                         
12:00:16 #10 56.04   enchant2-2.3.3-2.fc37.x86_64                                                  
12:00:16 #10 56.04   file-5.42-4.fc37.x86_64                                                       
12:00:16 #10 56.04   fonts-srpm-macros-1:2.0.5-9.fc37.noarch                                       
12:00:16 #10 56.04   fpc-srpm-macros-1.3-6.fc37.noarch                                             
12:00:16 #10 56.04   gdb-minimal-12.1-7.fc37.x86_64                                                
12:00:16 #10 56.04   gdk-pixbuf2-2.42.10-1.fc37.x86_64                                             
12:00:16 #10 56.04   ghc-srpm-macros-1.5.0-7.fc37.noarch                                           
12:00:16 #10 56.04   glibc-gconv-extra-2.36-9.fc37.x86_64                                          
12:00:16 #10 56.04   gnat-srpm-macros-5-1.fc37.noarch                                              
12:00:16 #10 56.04   go-srpm-macros-3.2.0-1.fc37.noarch                                            
12:00:16 #10 56.04   groff-base-1.22.4-10.fc37.x86_64                                              
12:00:16 #10 56.04   hunspell-1.7.0-21.fc37.x86_64                                                 
12:00:16 #10 56.04   hunspell-en-0.20140811.1-23.fc37.noarch                                       
12:00:16 #10 56.04   hunspell-en-GB-0.20140811.1-23.fc37.noarch                                    
12:00:16 #10 56.04   hunspell-en-US-0.20140811.1-23.fc37.noarch                                    
12:00:16 #10 56.04   hunspell-filesystem-1.7.0-21.fc37.x86_64                                      
12:00:16 #10 56.04   json-glib-1.6.6-3.fc37.x86_64                                                 
12:00:16 #10 56.04   kernel-srpm-macros-1.0-15.fc37.noarch                                         
12:00:16 #10 56.04   libappstream-glib-0.8.1-1.fc37.x86_64                                         
12:00:16 #10 56.04   libjpeg-turbo-2.1.3-2.fc37.x86_64                                             
12:00:16 #10 56.04   libpkgconf-1.8.0-3.fc37.x86_64                                                
12:00:16 #10 56.04   libpng-2:1.6.37-13.fc37.x86_64                                                
12:00:16 #10 56.04   libstemmer-0-19.585svn.fc37.x86_64                                            
12:00:16 #10 56.04   lua-srpm-macros-1-7.fc37.noarch                                               
12:00:16 #10 56.04   ncurses-6.3-3.20220501.fc37.x86_64                                            
12:00:16 #10 56.04   nim-srpm-macros-3-7.fc37.noarch                                               
12:00:16 #10 56.04   ocaml-srpm-macros-7-2.fc37.noarch                                             
12:00:16 #10 56.04   openblas-srpm-macros-2-12.fc37.noarch                                         
12:00:16 #10 56.04   package-notes-srpm-macros-0.5-6.fc37.noarch                                   
12:00:16 #10 56.04   patch-2.7.6-17.fc37.x86_64                                                    
12:00:16 #10 56.04   perl-AutoLoader-5.74-492.fc37.noarch                                          
12:00:16 #10 56.04   perl-B-1.83-492.fc37.x86_64                                                   
12:00:16 #10 56.04   perl-Carp-1.52-489.fc37.noarch                                                
12:00:16 #10 56.04   perl-Class-Struct-0.66-492.fc37.noarch                                        
12:00:16 #10 56.04   perl-Data-Dumper-2.184-490.fc37.x86_64                                        
12:00:16 #10 56.04   perl-Digest-1.20-489.fc37.noarch                                              
12:00:16 #10 56.04   perl-Digest-MD5-2.58-489.fc37.x86_64                                          
12:00:16 #10 56.04   perl-DynaLoader-1.52-492.fc37.x86_64                                          
12:00:16 #10 56.04   perl-Encode-4:3.19-492.fc37.x86_64                                            
12:00:16 #10 56.04   perl-Errno-1.36-492.fc37.x86_64                                               
12:00:16 #10 56.04   perl-Exporter-5.77-489.fc37.noarch                                            
12:00:16 #10 56.04   perl-Fcntl-1.15-492.fc37.x86_64                                               
12:00:16 #10 56.04   perl-File-Basename-2.85-492.fc37.noarch                                       
12:00:16 #10 56.04   perl-File-Path-2.18-489.fc37.noarch                                           
12:00:16 #10 56.04   perl-File-Temp-1:0.231.100-489.fc37.noarch                                    
12:00:16 #10 56.04   perl-File-stat-1.12-492.fc37.noarch                                           
12:00:16 #10 56.04   perl-FileHandle-2.03-492.fc37.noarch                                          
12:00:16 #10 56.04   perl-Getopt-Long-1:2.54-1.fc37.noarch                                         
12:00:16 #10 56.04   perl-Getopt-Std-1.13-492.fc37.noarch                                          
12:00:16 #10 56.04   perl-HTTP-Tiny-0.082-1.fc37.noarch                                            
12:00:16 #10 56.04   perl-IO-1.50-492.fc37.x86_64                                                  
12:00:16 #10 56.04   perl-IO-Socket-IP-0.41-490.fc37.noarch                                        
12:00:16 #10 56.04   perl-IO-Socket-SSL-2.075-1.fc37.noarch                                        
12:00:16 #10 56.04   perl-IPC-Open3-1.22-492.fc37.noarch                                           
12:00:16 #10 56.04   perl-MIME-Base64-3.16-489.fc37.x86_64                                         
12:00:16 #10 56.04   perl-Mozilla-CA-20211001-4.fc37.noarch                                        
12:00:16 #10 56.04   perl-NDBM_File-1.15-492.fc37.x86_64                                           
12:00:16 #10 56.04   perl-Net-SSLeay-1.92-4.fc37.x86_64                                            
12:00:16 #10 56.04   perl-POSIX-2.03-492.fc37.x86_64                                               
12:00:16 #10 56.04   perl-PathTools-3.84-489.fc37.x86_64                                           
12:00:16 #10 56.04   perl-Pod-Escapes-1:1.07-489.fc37.noarch                                       
12:00:16 #10 56.04   perl-Pod-Perldoc-3.28.01-490.fc37.noarch                                      
12:00:16 #10 56.04   perl-Pod-Simple-1:3.43-490.fc37.noarch                                        
12:00:16 #10 56.04   perl-Pod-Usage-4:2.03-3.fc37.noarch                                           
12:00:16 #10 56.04   perl-Scalar-List-Utils-5:1.63-489.fc37.x86_64                                 
12:00:16 #10 56.04   perl-SelectSaver-1.02-492.fc37.noarch                                         
12:00:16 #10 56.04   perl-Socket-4:2.036-1.fc37.x86_64                                             
12:00:16 #10 56.04   perl-Storable-1:3.26-489.fc37.x86_64                                          
12:00:16 #10 56.04   perl-Symbol-1.09-492.fc37.noarch                                              
12:00:16 #10 56.04   perl-Term-ANSIColor-5.01-490.fc37.noarch                                      
12:00:16 #10 56.04   perl-Term-Cap-1.17-489.fc37.noarch                                            
12:00:16 #10 56.04   perl-Text-ParseWords-3.31-489.fc37.noarch                                     
12:00:16 #10 56.04   perl-Text-Tabs+Wrap-2021.0814-489.fc37.noarch                                 
12:00:16 #10 56.04   perl-Time-Local-2:1.300-489.fc37.noarch                                       
12:00:16 #10 56.04   perl-URI-5.17-1.fc37.noarch                                                   
12:00:16 #10 56.04   perl-base-2.27-492.fc37.noarch                                                
12:00:16 #10 56.04   perl-constant-1.33-490.fc37.noarch                                            
12:00:16 #10 56.04   perl-if-0.61.000-492.fc37.noarch                                              
12:00:16 #10 56.04   perl-interpreter-4:5.36.0-492.fc37.x86_64                                     
12:00:16 #10 56.04   perl-libnet-3.14-490.fc37.noarch                                              
12:00:16 #10 56.04   perl-libs-4:5.36.0-492.fc37.x86_64                                            
12:00:16 #10 56.04   perl-mro-1.26-492.fc37.x86_64                                                 
12:00:16 #10 56.04   perl-overload-1.35-492.fc37.noarch                                            
12:00:16 #10 56.04   perl-overloading-0.02-492.fc37.noarch                                         
12:00:16 #10 56.04   perl-parent-1:0.238-489.fc37.noarch                                           
12:00:16 #10 56.04   perl-podlators-1:4.14-489.fc37.noarch                                         
12:00:16 #10 56.04   perl-srpm-macros-1-46.fc37.noarch                                             
12:00:16 #10 56.04   perl-subs-1.04-492.fc37.noarch                                                
12:00:16 #10 56.04   perl-vars-1.05-492.fc37.noarch                                                
12:00:16 #10 56.04   pkgconf-1.8.0-3.fc37.x86_64                                                   
12:00:16 #10 56.04   pkgconf-m4-1.8.0-3.fc37.noarch                                                
12:00:16 #10 56.04   pkgconf-pkg-config-1.8.0-3.fc37.x86_64                                        
12:00:16 #10 56.04   pyproject-srpm-macros-1.6.0-1.fc37.noarch                                     
12:00:16 #10 56.04   python-srpm-macros-3.11-5.fc37.noarch                                         
12:00:16 #10 56.04   python3-construct-2.10.68-3.fc37.noarch                                       
12:00:16 #10 56.04   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
12:00:16 #10 56.04   python3-dbus-1.3.2-1.fc37.x86_64                                              
12:00:16 #10 56.04   python3-distro-1.7.0-3.fc37.noarch                                            
12:00:16 #10 56.04   python3-dnf-plugins-core-4.3.1-1.fc37.noarch                                  
12:00:16 #10 56.04   python3-enchant-3.2.2-5.fc37.noarch                                           
12:00:16 #10 56.04   python3-file-magic-5.42-4.fc37.noarch                                         
12:00:16 #10 56.04   python3-pybeam-0.7-4.fc37.noarch                                              
12:00:16 #10 56.04   python3-pyxdg-0.27-6.fc37.noarch                                              
12:00:16 #10 56.04   python3-six-1.16.0-8.fc37.noarch                                              
12:00:16 #10 56.04   python3-tomli-w-1.0.0-4.fc37.noarch                                           
12:00:16 #10 56.04   python3-zstandard-0.19.0-1.fc37.x86_64                                        
12:00:16 #10 56.04   qt5-srpm-macros-5.15.8-1.fc37.noarch                                          
12:00:16 #10 56.04   redhat-rpm-config-229-1.fc37.noarch                                           
12:00:16 #10 56.04   rpm-build-4.18.0-1.fc37.x86_64                                                
12:00:16 #10 56.04   rpmautospec-rpm-macros-0.3.1-1.fc37.noarch                                    
12:00:16 #10 56.04   rpmlint-2.4.0-3.fc37.noarch                                                   
12:00:16 #10 56.04   rpmlint-fedora-license-data-1.12-1.fc37.noarch                                
12:00:16 #10 56.04   rust-srpm-macros-23-1.fc37.noarch                                             
12:00:16 #10 56.04   shared-mime-info-2.2-2.fc37.x86_64                                            
12:00:16 #10 56.04   unzip-6.0-58.fc37.x86_64                                                      
12:00:16 #10 56.04   xxhash-libs-0.8.1-3.fc37.x86_64                                               
12:00:16 #10 56.04   xz-5.2.5-10.fc37.x86_64                                                       
12:00:16 #10 56.04   zip-3.0-33.fc37.x86_64                                                        
12:00:16 #10 56.04   zstd-1.5.2-3.fc37.x86_64                                                      
12:00:16 #10 56.04 
12:00:16 #10 56.04 Complete!
12:00:16 #10 DONE 56.2s
12:00:16 
12:00:16 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:00:16 #11 DONE 0.1s
12:00:16 
12:00:16 #12 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;     dnf builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
12:00:16 #11 56.83 Setting up liblist-someutils-perl (0.58-1) ...
12:00:16 #11 56.84 Setting up debhelper (13.9.1ubuntu1) ...
12:00:16 #11 56.85 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
12:00:16 #11 56.86 Setting up python3-chardet (4.0.0-2) ...
12:00:16 #10 33.08 Selecting previously unselected package gcc.
12:00:16 #10 33.08 Preparing to unpack .../035-gcc_4%3a10.2.1-1+rpi1_armhf.deb ...
12:00:16 #10 33.09 Unpacking gcc (4:10.2.1-1+rpi1) ...
12:00:16 #10 33.12 Selecting previously unselected package libc-dev-bin.
12:00:16 #10 33.12 Preparing to unpack .../036-libc-dev-bin_2.31-13+rpt2+rpi1+deb11u5_armhf.deb ...
12:00:16 #10 33.13 Unpacking libc-dev-bin (2.31-13+rpt2+rpi1+deb11u5) ...
12:00:16 #10 33.19 Selecting previously unselected package linux-libc-dev:armhf.
12:00:16 #10 33.19 Preparing to unpack .../037-linux-libc-dev_1%3a1.20230106-1_armhf.deb ...
12:00:16 #10 33.20 Unpacking linux-libc-dev:armhf (1:1.20230106-1) ...
12:00:16 #11 42.17 Selecting previously unselected package libmodule-implementation-perl.
12:00:16 #11 42.17 Preparing to unpack .../194-libmodule-implementation-perl_0.09-1.1_all.deb ...
12:00:16 #11 42.18 Unpacking libmodule-implementation-perl (0.09-1.1) ...
12:00:16 #11 42.25 Selecting previously unselected package libsub-exporter-progressive-perl.
12:00:16 #11 42.25 Preparing to unpack .../195-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:00:16 #11 42.26 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:00:16 #13 2.889 dh_installchangelogs
12:00:16 #13 2.961 dh_compress
12:00:16 #13 2.995 dh_fixperms
12:00:16 #13 3.037 dh_installdeb
12:00:16 #13 3.064 dh_gencontrol
12:00:16 #13 3.175 dh_md5sums
12:00:16 #10 38.68 Selecting previously unselected package libwww-robotrules-perl.
12:00:16 #10 38.68 Preparing to unpack .../145-libwww-robotrules-perl_6.02-1_all.deb ...
12:00:16 #10 38.68 Unpacking libwww-robotrules-perl (6.02-1) ...
12:00:16 #10 38.75 Selecting previously unselected package libwww-perl.
12:00:16 #10 38.75 Preparing to unpack .../146-libwww-perl_6.67-1_all.deb ...
12:00:16 #10 38.76 Unpacking libwww-perl (6.67-1) ...
12:00:16 #10 38.82 Selecting previously unselected package patchutils.
12:00:16 #10 38.82 Preparing to unpack .../147-patchutils_0.4.2-1_armhf.deb ...
12:00:16 #10 38.83 Unpacking patchutils (0.4.2-1) ...
12:00:16 #10 38.87 Selecting previously unselected package wdiff.
12:00:16 #10 38.88 Preparing to unpack .../148-wdiff_1.2.2-4_armhf.deb ...
12:00:16 #10 38.88 Unpacking wdiff (1.2.2-4) ...
12:00:16 #10 38.96 Selecting previously unselected package devscripts.
12:00:16 #10 38.96 Preparing to unpack .../149-devscripts_2.22.2_armhf.deb ...
12:00:16 #12 9.916 Setting up libselinux1-dev:arm64 (2.7-2build2) ...
12:00:16 #12 9.928 Setting up libdevmapper-dev:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:16 #12 9.946 Setting up docker-ce-build-deps (1.0) ...
12:00:16 #12 9.959 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
12:00:16 #12 9.983 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:00:16 #10 59.06 Setting up libx11-6:amd64 (2:1.8.3-3) ...
12:00:16 #10 59.08 Setting up curl (7.87.0-2) ...
12:00:16 #10 59.09 Setting up libfontconfig1:amd64 (2.14.1-4) ...
12:00:16 #10 59.11 Setting up libperl5.36:amd64 (5.36.0-7) ...
12:00:16 #10 59.13 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
12:00:16 #10 59.15 Setting up gpg (2.2.40-1) ...
12:00:16 #10 59.17 Setting up gnupg-utils (2.2.40-1) ...
12:00:16 #10 59.18 Setting up binutils-x86-64-linux-gnu (2.40-2) ...
12:00:16 #10 59.21 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
12:00:16 #10 59.26 Setting up gpg-agent (2.2.40-1) ...
12:00:16 #11 39.39 Selecting previously unselected package gpg-wks-client.
12:00:16 #11 39.39 Preparing to unpack .../157-gpg-wks-client_2.2.35-3ubuntu1_armhf.deb ...
12:00:16 #11 39.40 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
12:00:16 #11 39.43 Selecting previously unselected package gpg-wks-server.
12:00:16 #11 39.43 Preparing to unpack .../158-gpg-wks-server_2.2.35-3ubuntu1_armhf.deb ...
12:00:16 #11 39.43 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
12:00:16 #11 39.46 Selecting previously unselected package gpgsm.
12:00:16 #11 39.46 Preparing to unpack .../159-gpgsm_2.2.35-3ubuntu1_armhf.deb ...
12:00:16 #11 39.47 Unpacking gpgsm (2.2.35-3ubuntu1) ...
12:00:16 #11 39.50 Selecting previously unselected package gnupg.
12:00:16 #11 39.51 Preparing to unpack .../160-gnupg_2.2.35-3ubuntu1_all.deb ...
12:00:16 #11 39.51 Unpacking gnupg (2.2.35-3ubuntu1) ...
12:00:16 #11 39.54 Selecting previously unselected package libfile-dirlist-perl.
12:00:16 #11 39.54 Preparing to unpack .../161-libfile-dirlist-perl_0.05-2_all.deb ...
12:00:16 #11 39.55 Unpacking libfile-dirlist-perl (0.05-2) ...
12:00:16 #11 39.58 Selecting previously unselected package libfile-which-perl.
12:00:16 #11 39.58 Preparing to unpack .../162-libfile-which-perl_1.27-1_all.deb ...
12:00:16 #11 39.58 Unpacking libfile-which-perl (1.27-1) ...
12:00:16 #11 39.61 Selecting previously unselected package libfile-homedir-perl.
12:00:16 #11 39.61 Preparing to unpack .../163-libfile-homedir-perl_1.006-1_all.deb ...
12:00:16 #11 39.62 Unpacking libfile-homedir-perl (1.006-1) ...
12:00:16 #11 39.65 Selecting previously unselected package libfile-touch-perl.
12:00:16 #11 39.65 Preparing to unpack .../164-libfile-touch-perl_0.12-1_all.deb ...
12:00:16 #11 39.65 Unpacking libfile-touch-perl (0.12-1) ...
12:00:16 #11 39.68 Selecting previously unselected package libio-pty-perl.
12:00:16 #11 39.68 Preparing to unpack .../165-libio-pty-perl_1%3a1.15-2build2_armhf.deb ...
12:00:16 #11 39.69 Unpacking libio-pty-perl (1:1.15-2build2) ...
12:00:16 #11 51.13 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:16 #10 32.42 Selecting previously unselected package libtool.
12:00:16 #10 32.42 Preparing to unpack .../037-libtool_2.4.6-9_all.deb ...
12:00:16 #10 32.42 Unpacking libtool (2.4.6-9) ...
12:00:16 #10 32.49 Selecting previously unselected package dh-autoreconf.
12:00:16 #10 32.49 Preparing to unpack .../038-dh-autoreconf_19_all.deb ...
12:00:16 #10 32.50 Unpacking dh-autoreconf (19) ...
12:00:16 #10 32.52 Selecting previously unselected package libarchive-zip-perl.
12:00:16 #10 32.53 Preparing to unpack .../039-libarchive-zip-perl_1.64-1_all.deb ...
12:00:16 #10 32.53 Unpacking libarchive-zip-perl (1.64-1) ...
12:00:16 #10 32.61 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:00:16 #10 32.61 Preparing to unpack .../040-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
12:00:16 #10 32.62 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
12:00:16 #10 32.65 Selecting previously unselected package dh-strip-nondeterminism.
12:00:16 #10 32.65 Preparing to unpack .../041-dh-strip-nondeterminism_1.1.2-1_all.deb ...
12:00:16 #13 5.854 Get:2 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libarchive13 amd64 3.6.0-1ubuntu1 [368 kB]
12:00:16 #13 5.979 Get:3 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjsoncpp25 amd64 1.9.5-4 [80.3 kB]
12:00:16 #13 5.998 Get:4 http://archive.ubuntu.com/ubuntu kinetic/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB]
12:00:16 #13 6.015 Get:5 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libuv1 amd64 1.44.2-1 [91.0 kB]
12:00:16 #13 6.026 Get:6 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
12:00:16 #13 6.027 Get:7 http://archive.ubuntu.com/ubuntu kinetic/main amd64 emacsen-common all 3.0.4 [14.9 kB]
12:00:16 #13 6.029 Get:8 http://archive.ubuntu.com/ubuntu kinetic/main amd64 cmake-data all 3.24.2-1ubuntu1 [2024 kB]
12:00:16 #12 2.258 Package bash-5.2.9-2.fc36.aarch64 is already installed.
12:00:16 #12 2.258 Package ca-certificates-2022.2.54-1.2.fc36.noarch is already installed.
12:00:16 #12 2.259 Package libarchive-3.5.3-3.fc36.aarch64 is already installed.
12:00:16 #12 2.259 Package pkgconf-pkg-config-1.8.0-2.fc36.aarch64 is already installed.
12:00:16 #12 2.260 Package tar-2:1.34-3.fc36.aarch64 is already installed.
12:00:16 #12 2.271 Package bash-5.2.9-2.fc36.aarch64 is already installed.
12:00:16 #12 2.382 Dependencies resolved.
12:00:16 #12 2.407 ================================================================================
12:00:16 #12 2.407  Package                       Arch     Version                  Repo      Size
12:00:16 #12 2.407 ================================================================================
12:00:16 #12 2.407 Installing:
12:00:16 #12 2.407  cmake                         aarch64  3.25.2-1.fc36            updates  6.3 M
12:00:16 #12 2.407  device-mapper-devel           aarch64  1.02.175-7.fc36          fedora    43 k
12:00:16 #12 2.407  gcc                           aarch64  12.2.1-4.fc36            updates   29 M
12:00:16 #12 2.407  git                           aarch64  2.39.1-1.fc36            updates   66 k
12:00:16 #12 2.407  glibc-static                  aarch64  2.35-22.fc36             updates  1.4 M
12:00:16 #12 2.407  libseccomp-devel              aarch64  2.5.3-2.fc36             fedora    53 k
12:00:16 #12 2.407  libselinux-devel              aarch64  3.3-4.fc36               fedora   113 k
12:00:16 #12 2.407  libtool                       aarch64  2.4.7-1.fc36             updates  593 k
12:00:16 #12 2.407  libtool-ltdl-devel            aarch64  2.4.7-1.fc36             updates  157 k
12:00:16 #12 2.407  make                          aarch64  1:4.3-7.fc36             fedora   529 k
12:00:16 #12 2.407  selinux-policy-devel          noarch   36.17-1.fc36             updates  815 k
12:00:16 #12 2.407  systemd                       aarch64  250.9-1.fc36             updates  4.0 M
12:00:16 #12 2.407  which                         aarch64  2.21-32.fc36             fedora    42 k
12:00:16 #12 2.407 Upgrading:
12:00:16 #12 2.407  libxcrypt                     aarch64  4.4.33-4.fc36            updates  123 k
12:00:16 #12 2.407  systemd-libs                  aarch64  250.9-1.fc36             updates  586 k
12:00:16 #12 2.407 Installing dependencies:
12:00:16 #12 2.407  annobin-docs                  noarch   10.93-1.fc36             updates   92 k
12:00:16 #12 2.407  annobin-plugin-gcc            aarch64  10.93-1.fc36             updates  885 k
12:00:16 #12 2.407  autoconf                      noarch   2.71-3.fc36              updates  720 k
12:00:16 #12 2.407  automake                      noarch   1.16.5-7.fc36            updates  675 k
12:00:16 #12 2.407  checkpolicy                   aarch64  3.3-2.fc36               fedora   336 k
12:00:16 #12 2.407  cmake-data                    noarch   3.25.2-1.fc36            updates  1.7 M
12:00:16 #12 2.407  cmake-filesystem              aarch64  3.25.2-1.fc36            updates   17 k
12:00:16 #12 2.407  cmake-rpm-macros              noarch   3.25.2-1.fc36            updates   16 k
12:00:16 #12 2.407  cpp                           aarch64  12.2.1-4.fc36            updates  9.2 M
12:00:16 #12 2.407  dbus                          aarch64  1:1.14.4-1.fc36          updates  7.2 k
12:00:16 #12 2.407  dbus-broker                   aarch64  32-1.fc36                updates  170 k
12:00:16 #12 2.407  dbus-common                   noarch   1:1.14.4-1.fc36          updates   14 k
12:00:16 #12 2.407  device-mapper                 aarch64  1.02.175-7.fc36          fedora   137 k
12:00:16 #12 2.407  device-mapper-libs            aarch64  1.02.175-7.fc36          fedora   170 k
12:00:16 #12 2.407  gc                            aarch64  8.0.6-3.fc36             updates  102 k
12:00:16 #12 2.407  gcc-plugin-annobin            aarch64  12.2.1-4.fc36            updates   52 k
12:00:16 #12 2.407  git-core                      aarch64  2.39.1-1.fc36            updates  4.3 M
12:00:16 #12 2.407  git-core-doc                  noarch   2.39.1-1.fc36            updates  2.6 M
12:00:16 #12 2.407  glibc-devel                   aarch64  2.35-22.fc36             updates  483 k
12:00:16 #12 2.407  guile22                       aarch64  2.2.7-5.fc36             fedora   6.4 M
12:00:16 #12 2.407  jsoncpp                       aarch64  1.9.5-2.fc36             fedora    92 k
12:00:16 #12 2.407  kernel-headers                aarch64  6.1.5-100.fc36           updates  1.3 M
12:00:16 #12 2.407  kmod-libs                     aarch64  29-7.fc36                fedora    65 k
12:00:16 #12 2.407  less                          aarch64  590-5.fc36               updates  161 k
12:00:16 #12 2.407  libargon2                     aarch64  20171227-9.fc36          updates   28 k
12:00:16 #12 2.407  libasan                       aarch64  12.2.1-4.fc36            updates  425 k
12:00:16 #12 2.407  libatomic                     aarch64  12.2.1-4.fc36            updates   43 k
12:00:16 #12 2.407  libcbor                       aarch64  0.7.0-5.fc36             fedora    55 k
12:00:16 #12 2.407  libedit                       aarch64  3.1-41.20210910cvs.fc36  fedora   104 k
12:00:16 #12 2.407  libfdisk                      aarch64  2.38-1.fc36              updates  155 k
12:00:16 #12 2.407  libfido2                      aarch64  1.10.0-5.fc36            updates   93 k
12:00:16 #12 2.407  libmpc                        aarch64  1.2.1-4.fc36             fedora    62 k
12:00:16 #12 2.407  libseccomp                    aarch64  2.5.3-2.fc36             fedora    71 k
12:00:16 #12 2.407  libselinux-utils              aarch64  3.3-4.fc36               fedora   144 k
12:00:16 #12 2.407  libsepol-devel                aarch64  3.3-3.fc36               fedora    40 k
12:00:16 #12 2.407  libtool-ltdl                  aarch64  2.4.7-1.fc36             updates   37 k
12:00:16 #12 2.407  libubsan                      aarch64  12.2.1-4.fc36            updates  192 k
12:00:16 #12 2.407  libutempter                   aarch64  1.2.1-6.fc36             fedora    26 k
12:00:16 #12 2.407  libuv                         aarch64  1:1.44.2-1.fc36          updates  148 k
12:00:16 #12 2.407  libxcrypt-devel               aarch64  4.4.33-4.fc36            updates   30 k
12:00:16 #12 2.407  libxcrypt-static              aarch64  4.4.33-4.fc36            updates  109 k
12:00:16 #12 2.407  m4                            aarch64  1.4.19-3.fc36            fedora   293 k
12:00:16 #12 2.407  openssh                       aarch64  8.8p1-1.fc36.1           fedora   440 k
12:00:16 #12 2.407  openssh-clients               aarch64  8.8p1-1.fc36.1           fedora   671 k
12:00:16 #12 2.407  pcre2-devel                   aarch64  10.40-1.fc36             updates  474 k
12:00:16 #12 2.407  pcre2-utf16                   aarch64  10.40-1.fc36             updates  199 k
12:00:16 #12 2.407  pcre2-utf32                   aarch64  10.40-1.fc36             updates  188 k
12:00:16 #12 2.407  perl-Error                    noarch   1:0.17029-8.fc36         fedora    41 k
12:00:16 #12 2.407  perl-File-Compare             noarch   1.100.600-486.fc36       fedora    18 k
12:00:16 #12 2.407  perl-File-Copy                noarch   2.35-486.fc36            fedora    25 k
12:00:16 #12 2.407  perl-File-Find                noarch   1.39-486.fc36            fedora    30 k
12:00:16 #12 2.407  perl-Git                      noarch   2.39.1-1.fc36            updates   43 k
12:00:16 #12 2.407  perl-TermReadKey              aarch64  2.38-12.fc36             fedora    36 k
12:00:16 #12 2.407  perl-Thread-Queue             noarch   3.14-479.fc36            fedora    21 k
12:00:16 #12 2.407  perl-lib                      aarch64  0.65-486.fc36            fedora    20 k
12:00:16 #12 2.407  perl-threads                  aarch64  1:2.26-449.fc36          fedora    56 k
12:00:16 #12 2.407  perl-threads-shared           aarch64  1.62-479.fc36            fedora    43 k
12:00:16 #12 2.407  policycoreutils               aarch64  3.3-4.fc36               fedora   203 k
12:00:16 #12 2.407  policycoreutils-devel         aarch64  3.3-4.fc36               fedora   137 k
12:00:16 #12 2.407  policycoreutils-python-utils  noarch   3.3-4.fc36               fedora    72 k
12:00:16 #12 2.407  python3-audit                 aarch64  3.0.9-1.fc36             updates   83 k
12:00:16 #12 2.407  python3-libselinux            aarch64  3.3-4.fc36               fedora   181 k
12:00:16 #12 2.407  python3-libsemanage           aarch64  3.3-3.fc36               fedora    81 k
12:00:16 #12 2.407  python3-policycoreutils       noarch   3.3-4.fc36               fedora   2.0 M
12:00:16 #12 2.407  python3-setools               aarch64  4.4.0-5.fc36             fedora   540 k
12:00:16 #12 2.407  python3-setuptools            noarch   59.6.0-3.fc36            updates  934 k
12:00:16 #12 2.407  rhash                         aarch64  1.4.2-2.fc36             fedora   185 k
12:00:16 #12 2.407  rpm-plugin-selinux            aarch64  4.17.1-3.fc36            updates   18 k
12:00:16 #12 2.407  selinux-policy                noarch   36.17-1.fc36             updates   66 k
12:00:16 #12 2.407  selinux-policy-targeted       noarch   36.17-1.fc36             updates  6.4 M
12:00:16 #12 2.407  systemd-devel                 aarch64  250.9-1.fc36             updates  451 k
12:00:16 #12 2.407  systemd-pam                   aarch64  250.9-1.fc36             updates  322 k
12:00:16 #12 2.407  systemd-rpm-macros            noarch   250.9-1.fc36             updates   28 k
12:00:16 #12 2.407  util-linux                    aarch64  2.38-1.fc36              updates  2.3 M
12:00:16 #12 2.407  vim-filesystem                noarch   2:9.0.1262-1.fc36        updates   18 k
12:00:16 #12 2.407  xkeyboard-config              noarch   2.35.1-1.fc36            fedora   878 k
12:00:16 #12 2.407 Installing weak dependencies:
12:00:16 #12 2.407  cryptsetup-libs               aarch64  2.4.3-2.fc36             fedora   430 k
12:00:16 #12 2.407  libbpf                        aarch64  2:0.7.0-3.fc36           updates  159 k
12:00:16 #12 2.407  libxkbcommon                  aarch64  1.4.0-1.fc36             fedora   139 k
12:00:16 #12 2.407  qrencode-libs                 aarch64  4.1.1-2.fc36             fedora    61 k
12:00:16 #12 2.407  systemd-networkd              aarch64  250.9-1.fc36             updates  568 k
12:00:16 #12 2.407  systemd-resolved              aarch64  250.9-1.fc36             updates  258 k
12:00:16 #12 2.407 
12:00:16 #12 2.407 Transaction Summary
12:00:16 #12 2.407 ================================================================================
12:00:16 #12 2.407 Install  95 Packages
12:00:16 #12 2.407 Upgrade   2 Packages
12:00:16 #12 2.407 
12:00:16 #12 2.413 Total download size: 94 M
12:00:16 #12 2.414 Downloading Packages:
12:00:16 #11 57.17 Setting up python3-cryptography (3.4.8-2) ...
12:00:16 #10 33.46 Selecting previously unselected package libcrypt-dev:armhf.
12:00:16 #10 33.46 Preparing to unpack .../038-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
12:00:16 #10 33.47 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
12:00:16 #10 33.54 Selecting previously unselected package libtirpc-dev:armhf.
12:00:16 #10 33.54 Preparing to unpack .../039-libtirpc-dev_1.3.1-1+deb11u1_armhf.deb ...
12:00:16 #13 3.204 dh_builddeb
12:00:16 #13 3.225 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:16 #13 3.244 
12:00:16 #13 3.244 The package has been created.
12:00:16 #13 3.244 Attention, the package has been created in the current directory,
12:00:16 #13 3.244 not in ".." as indicated by the message above!
12:00:16 #13 3.268 Selecting previously unselected package docker-ce-build-deps.
12:00:16 #13 3.282 (Reading database ... 26310 files and directories currently installed.)
12:00:16 #13 3.283 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:16 #13 3.287 Unpacking docker-ce-build-deps (1.0) ...
12:00:16 #10 39.01 Unpacking devscripts (2.22.2) ...
12:00:16 #10 39.24 Selecting previously unselected package diffstat.
12:00:16 #10 39.24 Preparing to unpack .../150-diffstat_1.65-1_armhf.deb ...
12:00:17 #10 32.37 Selecting previously unselected package g++.
12:00:17 #10 32.37 Preparing to unpack .../053-g++_4%3a10.2.1-1_armhf.deb ...
12:00:17 #10 32.38 Unpacking g++ (4:10.2.1-1) ...
12:00:17 #10 32.41 Selecting previously unselected package make.
12:00:17 #10 32.41 Preparing to unpack .../054-make_4.3-4.1_armhf.deb ...
12:00:17 #11 39.71 Selecting previously unselected package libipc-run-perl.
12:00:17 #11 39.72 Preparing to unpack .../166-libipc-run-perl_20220807.0-1_all.deb ...
12:00:17 #11 39.72 Unpacking libipc-run-perl (20220807.0-1) ...
12:00:17 #11 39.80 Selecting previously unselected package libclass-method-modifiers-perl.
12:00:17 #11 39.81 Preparing to unpack .../167-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:00:17 #11 39.82 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:00:17 #11 39.85 Selecting previously unselected package libclass-xsaccessor-perl.
12:00:17 #11 39.85 Preparing to unpack .../168-libclass-xsaccessor-perl_1.19-4_armhf.deb ...
12:00:17 #11 39.85 Unpacking libclass-xsaccessor-perl (1.19-4) ...
12:00:17 #11 39.88 Selecting previously unselected package libb-hooks-op-check-perl:armhf.
12:00:17 #11 39.88 Preparing to unpack .../169-libb-hooks-op-check-perl_0.22-2_armhf.deb ...
12:00:17 #11 39.89 Unpacking libb-hooks-op-check-perl:armhf (0.22-2) ...
12:00:17 #11 39.92 Selecting previously unselected package libdynaloader-functions-perl.
12:00:17 #11 39.92 Preparing to unpack .../170-libdynaloader-functions-perl_0.003-2_all.deb ...
12:00:17 #11 51.26 
12:00:17 #11 51.26 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:17 #11 51.29 Setting up dput (1.1.0ubuntu2) ...
12:00:17 #11 51.45 Setting up libdata-validate-uri-perl (0.07-2) ...
12:00:17 #11 51.46 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:17 #11 51.49 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:17 #12 5.557 Running transaction check
12:00:17 #12 5.678 Transaction check succeeded.
12:00:17 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:00:17 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:00:17 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:00:17 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Uf1hKL
12:00:17 + umask 022
12:00:17 + cd /root/rpmbuild/BUILD
12:00:17 + cd /root/rpmbuild/BUILD
12:00:17 + rm -rf src
12:00:17 + /usr/bin/mkdir -p src
12:00:17 + cd src
12:00:17 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:00:17 + /usr/bin/tar -xof -
12:00:17 #10 46.45 Selecting previously unselected package libapt-inst2.0:armhf.
12:00:17 #10 46.45 Preparing to unpack .../169-libapt-inst2.0_1.8.2.3_armhf.deb ...
12:00:17 #10 46.46 Unpacking libapt-inst2.0:armhf (1.8.2.3) ...
12:00:17 #10 32.66 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
12:00:17 #10 32.68 Selecting previously unselected package libdpkg-perl.
12:00:17 #10 32.69 Preparing to unpack .../042-libdpkg-perl_1.19.8_all.deb ...
12:00:17 #10 32.69 Unpacking libdpkg-perl (1.19.8) ...
12:00:17 #10 32.79 Selecting previously unselected package patch.
12:00:17 #10 32.79 Preparing to unpack .../043-patch_2.7.6-3+deb10u1_armhf.deb ...
12:00:17 #10 32.80 Unpacking patch (2.7.6-3+deb10u1) ...
12:00:17 #10 32.85 Selecting previously unselected package make.
12:00:17 #10 32.85 Preparing to unpack .../044-make_4.2.1-1.2_armhf.deb ...
12:00:17 #10 32.85 Unpacking make (4.2.1-1.2) ...
12:00:17 #13 6.169 Get:9 http://archive.ubuntu.com/ubuntu kinetic/main amd64 cmake amd64 3.24.2-1ubuntu1 [8978 kB]
12:00:17 #12 0.877 Reading package lists...
12:00:17 #13 1.256 Reading package lists...
12:00:17 #11 57.43 Setting up python3-debian (0.1.46) ...
12:00:17 #10 33.54 Unpacking libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
12:00:17 #10 33.61 Selecting previously unselected package libnsl-dev:armhf.
12:00:17 #10 33.61 Preparing to unpack .../040-libnsl-dev_1.3.0-2_armhf.deb ...
12:00:17 #10 33.62 Unpacking libnsl-dev:armhf (1.3.0-2) ...
12:00:17 #10 33.69 Selecting previously unselected package libc6-dev:armhf.
12:00:17 #10 33.69 Preparing to unpack .../041-libc6-dev_2.31-13+rpt2+rpi1+deb11u5_armhf.deb ...
12:00:17 #10 33.71 Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u5) ...
12:00:17 #10 39.25 Unpacking diffstat (1.65-1) ...
12:00:17 #10 39.29 Selecting previously unselected package distro-info-data.
12:00:17 #10 39.29 Preparing to unpack .../151-distro-info-data_0.56_all.deb ...
12:00:17 #10 39.30 Unpacking distro-info-data (0.56) ...
12:00:17 #10 39.34 Selecting previously unselected package python3-pkg-resources.
12:00:17 #10 39.34 Preparing to unpack .../152-python3-pkg-resources_65.6.3-1_all.deb ...
12:00:17 #10 39.35 Unpacking python3-pkg-resources (65.6.3-1) ...
12:00:17 #10 39.43 Selecting previously unselected package python3-chardet.
12:00:17 #10 39.44 Preparing to unpack .../153-python3-chardet_5.1.0+dfsg-2_all.deb ...
12:00:17 #10 39.44 Unpacking python3-chardet (5.1.0+dfsg-2) ...
12:00:17 #11 42.50 Selecting previously unselected package libvariable-magic-perl.
12:00:17 #11 42.50 Preparing to unpack .../196-libvariable-magic-perl_0.62-1build5_armhf.deb ...
12:00:17 #11 42.52 Unpacking libvariable-magic-perl (0.62-1build5) ...
12:00:17 #11 39.92 Unpacking libdynaloader-functions-perl (0.003-2) ...
12:00:17 #11 39.95 Selecting previously unselected package libdevel-callchecker-perl.
12:00:17 #11 39.95 Preparing to unpack .../171-libdevel-callchecker-perl_0.008-1ubuntu4_armhf.deb ...
12:00:17 #11 39.96 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:00:17 #11 39.99 Selecting previously unselected package libparams-classify-perl:armhf.
12:00:17 #11 39.99 Preparing to unpack .../172-libparams-classify-perl_0.015-2_armhf.deb ...
12:00:17 #11 40.00 Unpacking libparams-classify-perl:armhf (0.015-2) ...
12:00:17 #11 40.03 Selecting previously unselected package libmodule-runtime-perl.
12:00:17 #11 40.03 Preparing to unpack .../173-libmodule-runtime-perl_0.016-2_all.deb ...
12:00:17 #11 40.04 Unpacking libmodule-runtime-perl (0.016-2) ...
12:00:17 #11 40.06 Selecting previously unselected package libimport-into-perl.
12:00:17 #11 40.07 Preparing to unpack .../174-libimport-into-perl_1.002005-2_all.deb ...
12:00:17 #11 40.07 Unpacking libimport-into-perl (1.002005-2) ...
12:00:17 #11 40.10 Selecting previously unselected package librole-tiny-perl.
12:00:17 #11 40.10 Preparing to unpack .../175-librole-tiny-perl_2.002004-1_all.deb ...
12:00:17 #11 40.10 Unpacking librole-tiny-perl (2.002004-1) ...
12:00:17 #11 40.13 Selecting previously unselected package libsub-quote-perl.
12:00:17 #11 40.13 Preparing to unpack .../176-libsub-quote-perl_2.006006-1_all.deb ...
12:00:17 #11 40.14 Unpacking libsub-quote-perl (2.006006-1) ...
12:00:17 #11 40.17 Selecting previously unselected package libmoo-perl.
12:00:17 #11 40.17 Preparing to unpack .../177-libmoo-perl_2.005004-3_all.deb ...
12:00:17 #11 40.17 Unpacking libmoo-perl (2.005004-3) ...
12:00:17 #11 40.21 Selecting previously unselected package libencode-locale-perl.
12:00:17 #11 40.21 Preparing to unpack .../178-libencode-locale-perl_1.05-2_all.deb ...
12:00:17 #11 40.21 Unpacking libencode-locale-perl (1.05-2) ...
12:00:17 #11 51.52 Setting up libmailtools-perl (2.21-1) ...
12:00:17 #11 51.56 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:00:17 #11 51.61 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:17 #11 51.68 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:17 #11 51.75 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:17 #10 32.41 Unpacking make (4.3-4.1) ...
12:00:17 #10 32.53 Selecting previously unselected package libdpkg-perl.
12:00:17 #10 32.53 Preparing to unpack .../055-libdpkg-perl_1.20.12_all.deb ...
12:00:17 #10 32.53 Unpacking libdpkg-perl (1.20.12) ...
12:00:17 #10 32.69 Selecting previously unselected package patch.
12:00:17 #10 32.69 Preparing to unpack .../056-patch_2.7.6-7_armhf.deb ...
12:00:17 #10 32.71 Unpacking patch (2.7.6-7) ...
12:00:17 #10 32.78 Selecting previously unselected package dpkg-dev.
12:00:17 #10 32.78 Preparing to unpack .../057-dpkg-dev_1.20.12_all.deb ...
12:00:17 #10 32.79 Unpacking dpkg-dev (1.20.12) ...
12:00:17 #12 DONE 10.6s
12:00:17 
12:00:17 #13 [stage-1 5/8] COPY sources/ /sources
12:00:17 #12 5.678 Running transaction test
12:00:17 #10 46.64 Selecting previously unselected package libapt-pkg-perl.
12:00:17 #10 46.65 Preparing to unpack .../170-libapt-pkg-perl_0.1.34+b1_armhf.deb ...
12:00:17 #10 46.66 Unpacking libapt-pkg-perl (0.1.34+b1) ...
12:00:17 #10 46.76 Selecting previously unselected package libarchive-cpio-perl.
12:00:17 #10 46.76 Preparing to unpack .../171-libarchive-cpio-perl_0.10-1_all.deb ...
12:00:17 #10 46.80 Unpacking libarchive-cpio-perl (0.10-1) ...
12:00:17 #10 46.84 Selecting previously unselected package libasync-mergepoint-perl.
12:00:17 #10 46.85 Preparing to unpack .../172-libasync-mergepoint-perl_0.04-2_all.deb ...
12:00:17 #10 46.85 Unpacking libasync-mergepoint-perl (0.04-2) ...
12:00:17 #10 32.92 Selecting previously unselected package dpkg-dev.
12:00:17 #10 32.92 Preparing to unpack .../045-dpkg-dev_1.19.8_all.deb ...
12:00:17 #10 32.93 Unpacking dpkg-dev (1.19.8) ...
12:00:17 #10 33.05 Selecting previously unselected package libelf1:armhf.
12:00:17 #10 33.05 Preparing to unpack .../046-libelf1_0.176-1.1_armhf.deb ...
12:00:17 #10 33.06 Unpacking libelf1:armhf (0.176-1.1) ...
12:00:17 #10 33.15 Selecting previously unselected package dwz.
12:00:17 #10 33.15 Preparing to unpack .../047-dwz_0.12-3_armhf.deb ...
12:00:17 #13 6.588 Get:10 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 dh-apparmor all 3.0.7-1ubuntu2 [9102 B]
12:00:17 #13 6.589 Get:11 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.185-1ubuntu1 [12.5 kB]
12:00:17 #13 6.590 Get:12 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libudev-dev amd64 251.4-1ubuntu7 [21.3 kB]
12:00:17 #13 6.591 Get:13 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsepol-dev amd64 3.4-2 [377 kB]
12:00:17 #13 6.601 Get:14 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpcre2-16-0 amd64 10.40-1ubuntu1 [210 kB]
12:00:17 #13 6.609 Get:15 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpcre2-32-0 amd64 10.40-1ubuntu1 [197 kB]
12:00:17 #13 6.619 Get:16 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpcre2-posix3 amd64 10.40-1ubuntu1 [6146 B]
12:00:17 #13 6.619 Get:17 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpcre2-dev amd64 10.40-1ubuntu1 [744 kB]
12:00:17 #13 6.652 Get:18 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libselinux1-dev amd64 3.4-1 [163 kB]
12:00:17 #11 44.07 Selecting previously unselected package git.
12:00:17 #11 44.07 Preparing to unpack .../197-git_1%3a2.25.1-1ubuntu3.8_armhf.deb ...
12:00:17 #11 44.11 Unpacking git (1:2.25.1-1ubuntu3.8) ...
12:00:17 #10 59.79 Setting up libxpm4:amd64 (1:3.5.12-1.1) ...
12:00:17 #10 59.82 Setting up openssh-client (1:9.1p1-2) ...
12:00:17 #10 59.93 Setting up gpgsm (2.2.40-1) ...
12:00:17 #12 1.723 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:17 #12 1.723 dpkg-buildpackage: info: source version 1.0
12:00:17 #12 1.723 dpkg-buildpackage: info: source distribution unstable
12:00:17 #12 1.723 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:17 #12 1.763  dpkg-source --before-build .
12:00:17 #12 1.764 dpkg-buildpackage: info: host architecture arm64
12:00:17 #13 2.476 dh_testdir
12:00:17 #13 2.495 dh_testroot
12:00:17 #13 2.515 dh_prep
12:00:17 #13 2.538 dh_testdir
12:00:17 #13 2.557 dh_testroot
12:00:17 #11 57.62 Setting up python3-requests (2.27.1+dfsg-1ubuntu2) ...
12:00:17 #11 57.78 Setting up equivs (2.3.1) ...
12:00:17 #11 57.79 Setting up g++ (4:12.2.0-1ubuntu1) ...
12:00:17 #11 57.81 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:17 #10 34.07 Selecting previously unselected package libtool.
12:00:17 #10 34.07 Preparing to unpack .../042-libtool_2.4.6-15_all.deb ...
12:00:17 #10 34.08 Unpacking libtool (2.4.6-15) ...
12:00:17 #10 39.54 Selecting previously unselected package python3-debian.
12:00:17 #10 39.54 Preparing to unpack .../154-python3-debian_0.1.49_all.deb ...
12:00:17 #10 39.55 Unpacking python3-debian (0.1.49) ...
12:00:17 #10 ...
12:00:17 
12:00:17 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:17 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 20.7s
12:00:17 #11 43.10 Selecting previously unselected package libb-hooks-endofscope-perl.
12:00:17 #11 43.10 Preparing to unpack .../197-libb-hooks-endofscope-perl_0.25-1_all.deb ...
12:00:17 #11 43.20 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
12:00:17 #11 40.24 Selecting previously unselected package libtimedate-perl.
12:00:17 #11 40.24 Preparing to unpack .../179-libtimedate-perl_2.3300-2_all.deb ...
12:00:17 #11 40.25 Unpacking libtimedate-perl (2.3300-2) ...
12:00:17 #11 40.28 Selecting previously unselected package libhttp-date-perl.
12:00:17 #11 40.29 Preparing to unpack .../180-libhttp-date-perl_6.05-1_all.deb ...
12:00:17 #11 40.29 Unpacking libhttp-date-perl (6.05-1) ...
12:00:17 #11 40.32 Selecting previously unselected package libfile-listing-perl.
12:00:17 #11 40.32 Preparing to unpack .../181-libfile-listing-perl_6.15-1_all.deb ...
12:00:17 #11 40.33 Unpacking libfile-listing-perl (6.15-1) ...
12:00:17 #11 40.35 Selecting previously unselected package libhtml-tagset-perl.
12:00:17 #11 40.35 Preparing to unpack .../182-libhtml-tagset-perl_3.20-4_all.deb ...
12:00:17 #11 40.36 Unpacking libhtml-tagset-perl (3.20-4) ...
12:00:17 #11 40.39 Selecting previously unselected package liburi-perl.
12:00:17 #11 40.39 Preparing to unpack .../183-liburi-perl_5.12-1ubuntu1_all.deb ...
12:00:17 #11 40.39 Unpacking liburi-perl (5.12-1ubuntu1) ...
12:00:17 #11 40.43 Selecting previously unselected package libhtml-parser-perl:armhf.
12:00:17 #11 40.43 Preparing to unpack .../184-libhtml-parser-perl_3.78-1_armhf.deb ...
12:00:17 #11 40.44 Unpacking libhtml-parser-perl:armhf (3.78-1) ...
12:00:17 #11 51.89 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:17 #11 51.95 Setting up dh-strip-nondeterminism (1.13.0-1) ...
12:00:17 #11 51.96 Setting up libconst-fast-perl (0.014-1.1) ...
12:00:17 #11 51.97 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
12:00:17 #11 51.99 Setting up libdata-dpath-perl (0.58-1) ...
12:00:17 #11 52.00 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:00:17 #11 52.02 Setting up libpackage-stash-perl (0.39-1) ...
12:00:17 #11 52.03 Setting up libimport-into-perl (1.002005-1) ...
12:00:17 #11 52.05 Setting up libmoo-perl (2.005004-3) ...
12:00:17 #11 52.06 Setting up liblist-someutils-perl (0.58-1) ...
12:00:17 #11 52.08 Setting up debhelper (13.6ubuntu1) ...
12:00:17 #11 52.09 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
12:00:17 #11 52.11 Setting up equivs (2.3.1) ...
12:00:17 #13 DONE 0.3s
12:00:17 
12:00:17 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:17 #10 46.88 Selecting previously unselected package libauthen-sasl-perl.
12:00:17 #10 46.88 Preparing to unpack .../173-libauthen-sasl-perl_2.1600-1_all.deb ...
12:00:17 #10 46.89 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:00:17 #10 46.93 Selecting previously unselected package libmodule-implementation-perl.
12:00:17 #10 46.93 Preparing to unpack .../174-libmodule-implementation-perl_0.09-1_all.deb ...
12:00:17 #10 46.94 Unpacking libmodule-implementation-perl (0.09-1) ...
12:00:17 #10 46.97 Selecting previously unselected package libvariable-magic-perl.
12:00:17 #10 46.97 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b1_armhf.deb ...
12:00:17 #10 46.98 Unpacking libvariable-magic-perl (0.62-1+b1) ...
12:00:17 #10 47.01 Selecting previously unselected package libb-hooks-endofscope-perl.
12:00:17 #10 47.01 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1_all.deb ...
12:00:17 #10 47.02 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
12:00:17 #10 47.05 Selecting previously unselected package libcapture-tiny-perl.
12:00:17 #10 47.05 Preparing to unpack .../177-libcapture-tiny-perl_0.48-1_all.deb ...
12:00:17 #10 47.06 Unpacking libcapture-tiny-perl (0.48-1) ...
12:00:17 #10 47.09 Selecting previously unselected package libcgi-pm-perl.
12:00:17 #10 47.09 Preparing to unpack .../178-libcgi-pm-perl_4.40-1_all.deb ...
12:00:17 #10 47.10 Unpacking libcgi-pm-perl (4.40-1) ...
12:00:17 #10 33.15 Unpacking dwz (0.12-3) ...
12:00:17 #10 33.18 Selecting previously unselected package libdebhelper-perl.
12:00:17 #10 33.19 Preparing to unpack .../048-libdebhelper-perl_13.2~bpo10+1_all.deb ...
12:00:17 #10 33.19 Unpacking libdebhelper-perl (13.2~bpo10+1) ...
12:00:17 #10 33.26 Selecting previously unselected package libglib2.0-0:armhf.
12:00:17 #10 33.27 Preparing to unpack .../049-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ...
12:00:17 #10 33.27 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
12:00:17 #13 6.662 Get:19 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevmapper-dev amd64 2:1.02.185-1ubuntu1 [36.7 kB]
12:00:17 #13 6.734 Get:20 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libseccomp-dev amd64 2.5.4-1ubuntu1 [91.1 kB]
12:00:17 #13 6.737 Get:21 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsystemd-dev amd64 251.4-1ubuntu7 [314 kB]
12:00:17 #13 6.748 Get:22 http://archive.ubuntu.com/ubuntu kinetic/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB]
12:00:17 #13 6.893 debconf: delaying package configuration, since apt-utils is not installed
12:00:17 #13 6.922 Fetched 14.1 MB in 2s (8482 kB/s)
12:00:17 + STATUS=0
12:00:17 + '[' 0 -ne 0 ']'
12:00:17 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:00:17 + /usr/bin/tar -xof -
12:00:17 #10 59.94 Setting up libheif1:amd64 (1.14.2-1) ...
12:00:17 #10 59.96 Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
12:00:17 #10 59.97 Setting up libcurl3-gnutls:amd64 (7.87.0-2) ...
12:00:17 #10 59.98 Setting up binutils (2.40-2) ...
12:00:17 #10 59.99 Setting up man-db (2.11.2-1) ...
12:00:17 #10 60.10 Building database of manual pages ...
12:00:17 #12 1.864  debian/rules clean
12:00:17 #12 1.866 dh clean
12:00:17 #12 1.946    dh_clean
12:00:17 #12 1.982  debian/rules binary
12:00:17 #12 1.984 dh binary
12:00:17 #12 2.052    dh_update_autotools_config
12:00:17 #12 2.082    dh_autoreconf
12:00:17 #13 2.576 dh_install
12:00:17 #13 2.607 dh_installdocs
12:00:17 #13 2.640 dh_installchangelogs
12:00:17 #13 2.715 dh_compress
12:00:17 #13 2.755 dh_fixperms
12:00:17 #13 2.802 dh_installdeb
12:00:17 #13 2.829 dh_gencontrol
12:00:17 #11 57.81 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:00:17 #11 57.82 Setting up build-essential (12.9ubuntu3) ...
12:00:17 #11 57.83 Setting up libmoox-aliases-perl (0.001006-2) ...
12:00:17 #11 57.84 Setting up libb-hooks-endofscope-perl (0.26-1) ...
12:00:17 #11 57.85 Setting up python3-nacl (1.5.0-2) ...
12:00:17 #10 34.17 Selecting previously unselected package dh-autoreconf.
12:00:17 #10 34.17 Preparing to unpack .../043-dh-autoreconf_20_all.deb ...
12:00:17 #10 34.18 Unpacking dh-autoreconf (20) ...
12:00:17 #10 34.23 Selecting previously unselected package libarchive-zip-perl.
12:00:17 #10 34.23 Preparing to unpack .../044-libarchive-zip-perl_1.68-1_all.deb ...
12:00:17 #10 34.24 Unpacking libarchive-zip-perl (1.68-1) ...
12:00:17 #10 34.32 Selecting previously unselected package libsub-override-perl.
12:00:17 #10 34.32 Preparing to unpack .../045-libsub-override-perl_0.09-2_all.deb ...
12:00:17 #10 34.33 Unpacking libsub-override-perl (0.09-2) ...
12:00:17 #10 34.38 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:00:17 #10 34.38 Preparing to unpack .../046-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
12:00:17 #7 ...
12:00:17 
12:00:17 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:17 #10 39.68 Selecting previously unselected package libgpgme11:armhf.
12:00:17 #10 39.68 Preparing to unpack .../155-libgpgme11_1.18.0-3+b1_armhf.deb ...
12:00:17 #10 39.68 Unpacking libgpgme11:armhf (1.18.0-3+b1) ...
12:00:17 #10 39.74 Selecting previously unselected package python3-gpg.
12:00:17 #10 39.74 Preparing to unpack .../156-python3-gpg_1.18.0-3+b1_armhf.deb ...
12:00:17 #10 39.75 Unpacking python3-gpg (1.18.0-3+b1) ...
12:00:17 #10 39.83 Selecting previously unselected package python3-xdg.
12:00:17 #10 39.83 Preparing to unpack .../157-python3-xdg_0.28-2_all.deb ...
12:00:17 #10 39.84 Unpacking python3-xdg (0.28-2) ...
12:00:17 #10 39.89 Selecting previously unselected package dput.
12:00:17 #10 39.89 Preparing to unpack .../158-dput_1.1.3_all.deb ...
12:00:17 #10 39.93 Unpacking dput (1.1.3) ...
12:00:17 #14 11.26 (1/76): pcre2-10.32-3.el8.x86_64.rpm            1.0 MB/s | 247 kB     00:00    
12:00:17 #14 11.26 (2/76): autoconf-2.69-29.el8.noarch.rpm         2.9 MB/s | 710 kB     00:00    
12:00:17 #14 11.27 (3/76): automake-1.16.1-7.el8.noarch.rpm        2.8 MB/s | 713 kB     00:00    
12:00:17 #14 11.28 (4/76): cmake-filesystem-3.20.2-4.el8.x86_64.rp 9.7 MB/s |  44 kB     00:00    
12:00:17 #14 11.28 (5/76): cmake-rpm-macros-3.20.2-4.el8.noarch.rp 8.5 MB/s |  44 kB     00:00    
12:00:17 #14 11.29 (6/76): git-2.39.0-1.el8.x86_64.rpm              16 MB/s | 104 kB     00:00    
12:00:17 #14 11.30 (7/76): cmake-data-3.20.2-4.el8.noarch.rpm       43 MB/s | 1.7 MB     00:00    
12:00:17 #14 11.36 (8/76): git-core-doc-2.39.0-1.el8.noarch.rpm     51 MB/s | 3.0 MB     00:00    
12:00:17 #14 11.39 (9/76): isl-0.16.1-6.el8.x86_64.rpm              38 MB/s | 841 kB     00:00    
12:00:17 #14 11.39 (10/76): libmpc-1.1.0-9.1.el8.x86_64.rpm         13 MB/s |  61 kB     00:00    
12:00:17 #14 11.40 (11/76): libseccomp-devel-2.5.2-1.el8.x86_64.rp  10 MB/s |  57 kB     00:00    
12:00:17 #14 11.42 (12/76): libtool-2.4.6-25.el8.x86_64.rpm         40 MB/s | 709 kB     00:00    
12:00:17 #14 11.43 (13/76): libtool-ltdl-devel-2.4.6-25.el8.x86_64  20 MB/s | 184 kB     00:00    
12:00:17 #14 11.43 (14/76): libuv-1.41.1-1.el8_4.x86_64.rpm         19 MB/s | 156 kB     00:00    
12:00:17 #14 11.44 (15/76): libxkbcommon-0.9.1-1.el8.x86_64.rpm     16 MB/s | 116 kB     00:00    
12:00:17 #14 11.45 (16/76): perl-Error-0.17025-2.el8.noarch.rpm    9.7 MB/s |  46 kB     00:00    
12:00:17 #14 11.45 (17/76): perl-Git-2.39.0-1.el8.noarch.rpm        16 MB/s |  78 kB     00:00    
12:00:17 #14 11.46 (18/76): perl-TermReadKey-2.37-7.el8.x86_64.rpm 8.9 MB/s |  40 kB     00:00    
12:00:17 #14 11.47 (19/76): perl-Thread-Queue-3.13-1.el8.noarch.rp 1.9 MB/s |  24 kB     00:00    
12:00:17 #14 11.48 (20/76): vim-filesystem-8.0.1763-19.el8.4.noarc  10 MB/s |  50 kB     00:00    
12:00:17 #14 11.53 (21/76): git-core-2.39.0-1.el8.x86_64.rpm        43 MB/s |  10 MB     00:00    
12:00:17 #14 11.57 (22/76): xkeyboard-config-2.28-1.el8.noarch.rpm 8.4 MB/s | 782 kB     00:00    
12:00:17 #14 11.58 (23/76): checkpolicy-2.9-1.el8.x86_64.rpm        31 MB/s | 348 kB     00:00    
12:00:17 #14 11.63 (24/76): cmake-3.20.2-4.el8.x86_64.rpm           31 MB/s |  12 MB     00:00    
12:00:17 #14 11.64 (25/76): annobin-10.94-1.el8.x86_64.rpm         8.6 MB/s | 965 kB     00:00    
12:00:17 #14 11.65 (26/76): gcc-plugin-annobin-8.5.0-18.el8.x86_64 6.1 MB/s |  35 kB     00:00    
12:00:17 #14 11.66 (27/76): glibc-devel-2.28-224.el8.x86_64.rpm    9.9 MB/s |  83 kB     00:00    
12:00:17 #14 11.68 (28/76): glibc-headers-2.28-224.el8.x86_64.rpm   27 MB/s | 488 kB     00:00    
12:00:17 #14 11.70 (29/76): glibc-langpack-en-2.28-224.el8.x86_64.  41 MB/s | 826 kB     00:00    
12:00:17 #14 11.91 (30/76): cpp-8.5.0-18.el8.x86_64.rpm             31 MB/s |  10 MB     00:00    
12:00:17 #14 11.94 (31/76): less-530-1.el8.x86_64.rpm              5.2 MB/s | 164 kB     00:00    
12:00:17 #14 11.95 (32/76): libedit-3.1-23.20170329cvs.el8.x86_64.  18 MB/s | 102 kB     00:00    
12:00:17 #14 11.98 (33/76): libgomp-8.5.0-18.el8.x86_64.rpm        6.4 MB/s | 208 kB     00:00    
12:00:17 #14 12.00 (34/76): libselinux-devel-2.9-8.el8.x86_64.rpm   17 MB/s | 200 kB     00:00    
12:00:17 #14 12.03 (35/76): libselinux-utils-2.9-8.el8.x86_64.rpm  7.7 MB/s | 243 kB     00:00    
12:00:17 #14 12.03 (36/76): libsepol-devel-2.9-3.el8.x86_64.rpm     14 MB/s |  87 kB     00:00    
12:00:17 #14 12.04 (37/76): libxcrypt-devel-4.1.1-6.el8.x86_64.rpm 4.6 MB/s |  25 kB     00:00    
12:00:17 #14 12.05 (38/76): m4-1.4.18-7.el8.x86_64.rpm              25 MB/s | 223 kB     00:00    
12:00:17 #14 12.18 (39/76): kernel-headers-4.18.0-448.el8.x86_64.r  22 MB/s |  11 MB     00:00    
12:00:17 #14 12.22 (40/76): make-4.2.1-11.el8.x86_64.rpm           2.9 MB/s | 498 kB     00:00    
12:00:17 #14 12.25 (41/76): openssh-8.0p1-17.el8.x86_64.rpm        7.7 MB/s | 524 kB     00:00    
12:00:17 #14 12.29 (42/76): openssh-clients-8.0p1-17.el8.x86_64.rp 8.9 MB/s | 669 kB     00:00    
12:00:17 #14 12.32 (43/76): pcre2-devel-10.32-3.el8.x86_64.rpm     7.5 MB/s | 605 kB     00:00    
12:00:17 #14 12.33 (44/76): pcre2-utf16-10.32-3.el8.x86_64.rpm     5.7 MB/s | 229 kB     00:00    
12:00:17 #14 12.34 (45/76): pcre2-utf32-10.32-3.el8.x86_64.rpm      20 MB/s | 220 kB     00:00    
12:00:17 #14 12.34 (46/76): perl-Data-Dumper-2.167-399.el8.x86_64. 6.5 MB/s |  58 kB     00:00    
12:00:17 #14 12.37 (47/76): policycoreutils-devel-2.9-21.1.el8.x86 9.6 MB/s | 293 kB     00:00    
12:00:17 #14 12.41 (48/76): policycoreutils-2.9-21.1.el8.x86_64.rp 4.9 MB/s | 375 kB     00:00    
12:00:17 #14 12.42 (49/76): policycoreutils-python-utils-2.9-21.1. 5.2 MB/s | 253 kB     00:00    
12:00:17 #14 12.42 (50/76): python3-audit-3.0.7-4.el8.x86_64.rpm   8.6 MB/s |  87 kB     00:00    
12:00:17 #14 12.46 (51/76): python3-libselinux-2.9-8.el8.x86_64.rp 7.7 MB/s | 283 kB     00:00    
12:00:17 #11 43.28 Selecting previously unselected package libfreetype6:armhf.
12:00:17 #11 43.28 Preparing to unpack .../198-libfreetype6_2.11.1+dfsg-1ubuntu0.1_armhf.deb ...
12:00:17 #11 43.30 Unpacking libfreetype6:armhf (2.11.1+dfsg-1ubuntu0.1) ...
12:00:17 #12 3.274 (1/97): checkpolicy-3.3-2.fc36.aarch64.rpm      1.1 MB/s | 336 kB     00:00    
12:00:17 #12 3.281 (2/97): cryptsetup-libs-2.4.3-2.fc36.aarch64.rp 1.4 MB/s | 430 kB     00:00    
12:00:17 #12 3.284 (3/97): device-mapper-1.02.175-7.fc36.aarch64.r 436 kB/s | 137 kB     00:00    
12:00:17 #12 3.287 (4/97): device-mapper-devel-1.02.175-7.fc36.aar 3.4 MB/s |  43 kB     00:00    
12:00:17 #12 3.295 (5/97): device-mapper-libs-1.02.175-7.fc36.aarc  16 MB/s | 170 kB     00:00    
12:00:17 #12 3.305 (6/97): jsoncpp-1.9.5-2.fc36.aarch64.rpm        5.2 MB/s |  92 kB     00:00    
12:00:17 #12 3.321 (7/97): kmod-libs-29-7.fc36.aarch64.rpm         2.5 MB/s |  65 kB     00:00    
12:00:17 #12 3.333 (8/97): libcbor-0.7.0-5.fc36.aarch64.rpm        1.9 MB/s |  55 kB     00:00    
12:00:17 #12 3.343 (9/97): libedit-3.1-41.20210910cvs.fc36.aarch64 4.7 MB/s | 104 kB     00:00    
12:00:17 #12 3.349 (10/97): libmpc-1.2.1-4.fc36.aarch64.rpm        3.9 MB/s |  62 kB     00:00    
12:00:17 #12 3.364 (11/97): libseccomp-2.5.3-2.fc36.aarch64.rpm    3.7 MB/s |  71 kB     00:00    
12:00:17 #12 3.367 (12/97): libseccomp-devel-2.5.3-2.fc36.aarch64. 3.1 MB/s |  53 kB     00:00    
12:00:17 #12 3.380 (13/97): libselinux-devel-3.3-4.fc36.aarch64.rp 7.0 MB/s | 113 kB     00:00    
12:00:17 #12 3.386 (14/97): libselinux-utils-3.3-4.fc36.aarch64.rp 8.1 MB/s | 144 kB     00:00    
12:00:17 #12 3.404 (15/97): libsepol-devel-3.3-3.fc36.aarch64.rpm  1.7 MB/s |  40 kB     00:00    
12:00:17 #12 3.408 (16/97): libutempter-1.2.1-6.fc36.aarch64.rpm   1.2 MB/s |  26 kB     00:00    
12:00:17 #12 3.421 (17/97): libxkbcommon-1.4.0-1.fc36.aarch64.rpm  9.2 MB/s | 139 kB     00:00    
12:00:17 #12 3.427 (18/97): m4-1.4.19-3.fc36.aarch64.rpm            15 MB/s | 293 kB     00:00    
12:00:17 #12 3.442 (19/97): make-4.3-7.fc36.aarch64.rpm             29 MB/s | 529 kB     00:00    
12:00:17 #12 3.446 (20/97): openssh-8.8p1-1.fc36.1.aarch64.rpm      25 MB/s | 440 kB     00:00    
12:00:17 #12 3.465 (21/97): guile22-2.2.7-5.fc36.aarch64.rpm        36 MB/s | 6.4 MB     00:00    
12:00:17 #12 3.469 (22/97): openssh-clients-8.8p1-1.fc36.1.aarch64  24 MB/s | 671 kB     00:00    
12:00:17 #12 3.473 (23/97): perl-Error-0.17029-8.fc36.noarch.rpm   1.6 MB/s |  41 kB     00:00    
12:00:17 #12 3.476 (24/97): perl-File-Compare-1.100.600-486.fc36.n 3.2 MB/s |  18 kB     00:00    
12:00:17 #12 3.478 (25/97): perl-File-Copy-2.35-486.fc36.noarch.rp 3.1 MB/s |  25 kB     00:00    
12:00:17 #12 3.482 (26/97): perl-File-Find-1.39-486.fc36.noarch.rp 3.7 MB/s |  30 kB     00:00    
12:00:17 #11 40.47 Selecting previously unselected package libhtml-tree-perl.
12:00:17 #11 40.48 Preparing to unpack .../185-libhtml-tree-perl_5.07-2_all.deb ...
12:00:17 #11 40.48 Unpacking libhtml-tree-perl (5.07-2) ...
12:00:17 #11 40.53 Selecting previously unselected package libio-html-perl.
12:00:17 #11 40.53 Preparing to unpack .../186-libio-html-perl_1.004-3_all.deb ...
12:00:17 #11 40.54 Unpacking libio-html-perl (1.004-3) ...
12:00:17 #11 40.56 Selecting previously unselected package liblwp-mediatypes-perl.
12:00:17 #11 40.57 Preparing to unpack .../187-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:00:17 #11 40.57 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:00:17 #11 40.60 Selecting previously unselected package libhttp-message-perl.
12:00:17 #11 40.61 Preparing to unpack .../188-libhttp-message-perl_6.37-1_all.deb ...
12:00:17 #11 40.61 Unpacking libhttp-message-perl (6.37-1) ...
12:00:17 #11 40.64 Selecting previously unselected package libhttp-cookies-perl.
12:00:17 #11 40.64 Preparing to unpack .../189-libhttp-cookies-perl_6.10-1_all.deb ...
12:00:17 #11 40.65 Unpacking libhttp-cookies-perl (6.10-1) ...
12:00:17 #11 52.12 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:00:17 #11 52.14 Setting up libb-hooks-endofscope-perl (0.25-1) ...
12:00:17 #11 52.16 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:17 #11 52.17 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:00:17 #11 52.19 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:00:17 #11 52.21 Setting up libmoox-struct-perl (0.020-1) ...
12:00:17 #11 52.23 Setting up lintian (2.114.0ubuntu1.2) ...
12:00:17 #11 52.25 Setting up licensecheck (3.2.14-2) ...
12:00:17 #11 52.27 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:17 #11 52.29 Setting up libwww-perl (6.61-1) ...
12:00:17 #11 52.31 Setting up devscripts (2.22.1ubuntu1) ...
12:00:17 #10 47.14 Selecting previously unselected package libfcgi-perl.
12:00:17 #10 47.15 Preparing to unpack .../179-libfcgi-perl_0.78-2+b3_armhf.deb ...
12:00:17 #10 47.15 Unpacking libfcgi-perl (0.78-2+b3) ...
12:00:17 #10 47.20 Selecting previously unselected package libcgi-fast-perl.
12:00:17 #10 47.20 Preparing to unpack .../180-libcgi-fast-perl_1%3a2.13-1_all.deb ...
12:00:17 #10 47.20 Unpacking libcgi-fast-perl (1:2.13-1) ...
12:00:17 #10 47.23 Selecting previously unselected package libsub-name-perl.
12:00:17 #10 47.23 Preparing to unpack .../181-libsub-name-perl_0.21-1+b3_armhf.deb ...
12:00:17 #10 47.24 Unpacking libsub-name-perl (0.21-1+b3) ...
12:00:17 #10 47.27 Selecting previously unselected package libclass-accessor-perl.
12:00:17 #10 47.27 Preparing to unpack .../182-libclass-accessor-perl_0.51-1_all.deb ...
12:00:17 #10 47.28 Unpacking libclass-accessor-perl (0.51-1) ...
12:00:17 #10 47.30 Selecting previously unselected package libclass-inspector-perl.
12:00:17 #10 47.31 Preparing to unpack .../183-libclass-inspector-perl_1.32-1_all.deb ...
12:00:17 #10 47.31 Unpacking libclass-inspector-perl (1.32-1) ...
12:00:17 #10 47.34 Selecting previously unselected package libclass-xsaccessor-perl.
12:00:17 #10 47.34 Preparing to unpack .../184-libclass-xsaccessor-perl_1.19-3+b2_armhf.deb ...
12:00:17 #10 47.35 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
12:00:17 #10 33.44 Selecting previously unselected package libicu63:armhf.
12:00:17 #10 33.44 Preparing to unpack .../050-libicu63_63.1-6+deb10u3_armhf.deb ...
12:00:17 #10 33.44 Unpacking libicu63:armhf (63.1-6+deb10u3) ...
12:00:17 #10 33.03 Selecting previously unselected package build-essential.
12:00:17 #10 33.03 Preparing to unpack .../058-build-essential_12.9_armhf.deb ...
12:00:17 #10 33.04 Unpacking build-essential (12.9) ...
12:00:17 #10 33.08 Selecting previously unselected package libbrotli1:armhf.
12:00:17 #10 33.08 Preparing to unpack .../059-libbrotli1_1.0.9-2+b2_armhf.deb ...
12:00:17 #10 33.08 Unpacking libbrotli1:armhf (1.0.9-2+b2) ...
12:00:17 #10 33.17 Selecting previously unselected package libsasl2-modules-db:armhf.
12:00:17 #10 33.17 Preparing to unpack .../060-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
12:00:17 #10 33.18 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:00:17 #10 33.22 Selecting previously unselected package libsasl2-2:armhf.
12:00:17 #10 33.22 Preparing to unpack .../061-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
12:00:17 #10 33.23 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:00:17 #10 33.29 Selecting previously unselected package libldap-2.4-2:armhf.
12:00:17 #10 33.29 Preparing to unpack .../062-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_armhf.deb ...
12:00:17 #10 33.29 Unpacking libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
12:00:17 #10 33.36 Selecting previously unselected package libnghttp2-14:armhf.
12:00:17 #10 33.36 Preparing to unpack .../063-libnghttp2-14_1.43.0-1_armhf.deb ...
12:00:17 #13 6.947 Selecting previously unselected package bash-completion.
12:00:17 #13 6.947 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 27537 files and directories currently installed.)
12:00:17 #13 6.964 Preparing to unpack .../00-bash-completion_1%3a2.11-6ubuntu1_all.deb ...
12:00:17 #13 6.975 Unpacking bash-completion (1:2.11-6ubuntu1) ...
12:00:17 #13 7.095 Selecting previously unselected package libarchive13:amd64.
12:00:17 #13 7.098 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_amd64.deb ...
12:00:17 #13 7.104 Unpacking libarchive13:amd64 (3.6.0-1ubuntu1) ...
12:00:17 #13 7.137 Selecting previously unselected package libjsoncpp25:amd64.
12:00:17 #13 7.140 Preparing to unpack .../02-libjsoncpp25_1.9.5-4_amd64.deb ...
12:00:17 #13 7.143 Unpacking libjsoncpp25:amd64 (1.9.5-4) ...
12:00:17 #13 7.176 Selecting previously unselected package librhash0:amd64.
12:00:17 #12 6.452 Transaction test succeeded.
12:00:17 #12 6.453 Running transaction
12:00:17 + STATUS=0
12:00:17 + '[' 0 -ne 0 ']'
12:00:17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:00:17 #13 3.360 Reading package lists...
12:00:17 #13 2.950 dh_md5sums
12:00:17 #13 2.982 dh_builddeb
12:00:17 #13 3.004 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:17 #13 3.025 
12:00:17 #13 3.025 The package has been created.
12:00:17 #13 3.025 Attention, the package has been created in the current directory,
12:00:17 #13 3.025 not in ".." as indicated by the message above!
12:00:17 #13 3.048 Selecting previously unselected package docker-ce-build-deps.
12:00:17 #13 3.062 (Reading database ... 26292 files and directories currently installed.)
12:00:17 #12 2.123    create-stamp debian/debhelper-build-stamp
12:00:17 #12 2.123    dh_prep
12:00:17 #12 2.153    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:00:17 #12 2.205    dh_install
12:00:17 #12 2.239    dh_installdocs
12:00:17 #12 2.277    dh_installchangelogs
12:00:17 #11 44.68 Selecting previously unselected package libalgorithm-diff-perl.
12:00:17 #11 44.69 Preparing to unpack .../198-libalgorithm-diff-perl_1.19.03-2_all.deb ...
12:00:17 #11 44.69 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
12:00:17 #11 44.72 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:00:17 #11 44.72 Preparing to unpack .../199-libalgorithm-diff-xs-perl_0.04-6_armhf.deb ...
12:00:17 #11 44.72 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
12:00:17 #11 44.75 Selecting previously unselected package libalgorithm-merge-perl.
12:00:17 #11 44.75 Preparing to unpack .../200-libalgorithm-merge-perl_0.08-3_all.deb ...
12:00:17 #11 44.76 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:00:17 #11 44.78 Selecting previously unselected package libapt-pkg-perl.
12:00:17 #11 44.79 Preparing to unpack .../201-libapt-pkg-perl_0.1.36build3_armhf.deb ...
12:00:17 #11 44.79 Unpacking libapt-pkg-perl (0.1.36build3) ...
12:00:17 #11 44.83 Selecting previously unselected package libarchive-cpio-perl.
12:00:17 #11 44.83 Preparing to unpack .../202-libarchive-cpio-perl_0.10-1_all.deb ...
12:00:17 #11 44.83 Unpacking libarchive-cpio-perl (0.10-1) ...
12:00:17 #11 44.86 Selecting previously unselected package libarray-intspan-perl.
12:00:17 #11 44.87 Preparing to unpack .../203-libarray-intspan-perl_2.003-1_all.deb ...
12:00:17 #11 44.88 Unpacking libarray-intspan-perl (2.003-1) ...
12:00:17 #11 44.91 Selecting previously unselected package libasync-mergepoint-perl.
12:00:17 #11 44.92 Preparing to unpack .../204-libasync-mergepoint-perl_0.04-2_all.deb ...
12:00:17 #11 44.92 Unpacking libasync-mergepoint-perl (0.04-2) ...
12:00:17 #11 44.95 Selecting previously unselected package libmodule-implementation-perl.
12:00:17 #11 44.96 Preparing to unpack .../205-libmodule-implementation-perl_0.09-1_all.deb ...
12:00:17 #11 58.01 Setting up networkd-dispatcher (2.1-2ubuntu1) ...
12:00:17 #11 58.14 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
12:00:17 #11 58.15 Setting up dput (1.1.2ubuntu2) ...
12:00:17 #10 34.41 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
12:00:17 #10 34.46 Selecting previously unselected package dh-strip-nondeterminism.
12:00:17 #10 34.46 Preparing to unpack .../047-dh-strip-nondeterminism_1.12.0-1_all.deb ...
12:00:17 #10 34.47 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
12:00:17 #10 34.51 Selecting previously unselected package libdpkg-perl.
12:00:17 #10 34.51 Preparing to unpack .../048-libdpkg-perl_1.20.12+rpi1_all.deb ...
12:00:17 #10 34.51 Unpacking libdpkg-perl (1.20.12+rpi1) ...
12:00:17 #10 34.62 Selecting previously unselected package patch.
12:00:17 #10 34.62 Preparing to unpack .../049-patch_2.7.6-7_armhf.deb ...
12:00:17 #10 39.97 Selecting previously unselected package equivs.
12:00:17 #10 39.97 Preparing to unpack .../159-equivs_2.3.1_all.deb ...
12:00:17 #10 39.97 Unpacking equivs (2.3.1) ...
12:00:17 #10 40.01 Selecting previously unselected package fonts-dejavu-core.
12:00:17 #10 40.01 Preparing to unpack .../160-fonts-dejavu-core_2.37-2_all.deb ...
12:00:17 #10 40.02 Unpacking fonts-dejavu-core (2.37-2) ...
12:00:18 #12 1.359 Last metadata expiration check: 0:00:15 ago on Tue Feb  7 12:00:02 2023.
12:00:18 #14 12.46 (52/76): python3-libsemanage-2.9-9.el8.x86_64.r 3.4 MB/s | 128 kB     00:00    
12:00:18 #14 12.50 (53/76): python3-setools-4.3.0-3.el8.x86_64.rpm  15 MB/s | 624 kB     00:00    
12:00:18 #14 12.51 (54/76): rpm-plugin-selinux-4.14.3-26.el8.x86_6  16 MB/s |  78 kB     00:00    
12:00:18 #14 12.54 (55/76): selinux-policy-3.14.3-114.el8.noarch.r  17 MB/s | 658 kB     00:00    
12:00:18 #14 12.58 (56/76): python3-policycoreutils-2.9-21.1.el8.n  18 MB/s | 2.2 MB     00:00    
12:00:18 #14 12.65 (57/76): selinux-policy-devel-3.14.3-114.el8.no  15 MB/s | 1.5 MB     00:00    
12:00:18 #14 12.68 (58/76): systemd-devel-239-70.el8.x86_64.rpm     13 MB/s | 400 kB     00:00    
12:00:18 #11 43.40 Selecting previously unselected package libfontconfig1:armhf.
12:00:18 #11 43.40 Preparing to unpack .../199-libfontconfig1_2.13.1-4.2ubuntu5_armhf.deb ...
12:00:18 #11 43.41 Unpacking libfontconfig1:armhf (2.13.1-4.2ubuntu5) ...
12:00:18 #11 43.44 Selecting previously unselected package libjpeg-turbo8:armhf.
12:00:18 #11 43.44 Preparing to unpack .../200-libjpeg-turbo8_2.1.2-0ubuntu1_armhf.deb ...
12:00:18 #11 43.44 Unpacking libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
12:00:18 #11 43.48 Selecting previously unselected package libjpeg8:armhf.
12:00:18 #11 43.48 Preparing to unpack .../201-libjpeg8_8c-2ubuntu10_armhf.deb ...
12:00:18 #11 43.48 Unpacking libjpeg8:armhf (8c-2ubuntu10) ...
12:00:18 #11 43.51 Selecting previously unselected package libdeflate0:armhf.
12:00:18 #11 43.52 Preparing to unpack .../202-libdeflate0_1.10-2_armhf.deb ...
12:00:18 #11 43.52 Unpacking libdeflate0:armhf (1.10-2) ...
12:00:18 #11 43.55 Selecting previously unselected package libjbig0:armhf.
12:00:18 #11 43.55 Preparing to unpack .../203-libjbig0_2.1-3.1ubuntu0.22.04.1_armhf.deb ...
12:00:18 #11 43.56 Unpacking libjbig0:armhf (2.1-3.1ubuntu0.22.04.1) ...
12:00:18 #11 43.59 Selecting previously unselected package libwebp7:armhf.
12:00:18 #11 43.59 Preparing to unpack .../204-libwebp7_1.2.2-2_armhf.deb ...
12:00:18 #11 43.60 Unpacking libwebp7:armhf (1.2.2-2) ...
12:00:18 #11 43.63 Selecting previously unselected package libtiff5:armhf.
12:00:18 #11 43.63 Preparing to unpack .../205-libtiff5_4.3.0-6ubuntu0.3_armhf.deb ...
12:00:18 #11 43.64 Unpacking libtiff5:armhf (4.3.0-6ubuntu0.3) ...
12:00:18 #11 43.67 Selecting previously unselected package libxpm4:armhf.
12:00:18 #11 43.67 Preparing to unpack .../206-libxpm4_1%3a3.5.12-1ubuntu0.22.04.1_armhf.deb ...
12:00:18 #11 43.68 Unpacking libxpm4:armhf (1:3.5.12-1ubuntu0.22.04.1) ...
12:00:18 #12 3.485 (27/97): perl-Thread-Queue-3.14-479.fc36.noarch 3.5 MB/s |  21 kB     00:00    
12:00:18 #12 3.489 (28/97): perl-TermReadKey-2.38-12.fc36.aarch64. 3.6 MB/s |  36 kB     00:00    
12:00:18 #12 3.492 (29/97): perl-lib-0.65-486.fc36.aarch64.rpm     2.2 MB/s |  20 kB     00:00    
12:00:18 #12 3.518 (30/97): perl-threads-2.26-449.fc36.aarch64.rpm 1.7 MB/s |  56 kB     00:00    
12:00:18 #12 3.523 (31/97): policycoreutils-3.3-4.fc36.aarch64.rpm 6.6 MB/s | 203 kB     00:00    
12:00:18 #12 3.526 (32/97): perl-threads-shared-1.62-479.fc36.aarc 1.2 MB/s |  43 kB     00:00    
12:00:18 #12 3.529 (33/97): policycoreutils-devel-3.3-4.fc36.aarch  13 MB/s | 137 kB     00:00    
12:00:18 #12 3.533 (34/97): policycoreutils-python-utils-3.3-4.fc3 7.6 MB/s |  72 kB     00:00    
12:00:18 #12 3.537 (35/97): python3-libselinux-3.3-4.fc36.aarch64.  25 MB/s | 181 kB     00:00    
12:00:18 #12 3.554 (36/97): python3-setools-4.4.0-5.fc36.aarch64.r  33 MB/s | 540 kB     00:00    
12:00:18 #12 3.559 (37/97): python3-libsemanage-3.3-3.fc36.aarch64 2.8 MB/s |  81 kB     00:00    
12:00:18 #12 3.567 (38/97): python3-policycoreutils-3.3-4.fc36.noa  63 MB/s | 2.0 MB     00:00    
12:00:18 #12 3.572 (39/97): qrencode-libs-4.1.1-2.fc36.aarch64.rpm 3.7 MB/s |  61 kB     00:00    
12:00:18 #12 3.577 (40/97): rhash-1.4.2-2.fc36.aarch64.rpm          20 MB/s | 185 kB     00:00    
12:00:18 #12 3.580 (41/97): which-2.21-32.fc36.aarch64.rpm         3.3 MB/s |  42 kB     00:00    
12:00:18 #12 3.588 (42/97): xkeyboard-config-2.35.1-1.fc36.noarch.  59 MB/s | 878 kB     00:00    
12:00:18 #12 3.595 (43/97): annobin-docs-10.93-1.fc36.noarch.rpm   7.6 MB/s |  92 kB     00:00    
12:00:18 #12 3.600 (44/97): annobin-plugin-gcc-10.93-1.fc36.aarch6  52 MB/s | 885 kB     00:00    
12:00:18 #12 3.607 (45/97): autoconf-2.71-3.fc36.noarch.rpm         46 MB/s | 720 kB     00:00    
12:00:18 #12 3.620 (46/97): automake-1.16.5-7.fc36.noarch.rpm       37 MB/s | 675 kB     00:00    
12:00:18 #12 3.632 (47/97): cmake-filesystem-3.25.2-1.fc36.aarch64 1.6 MB/s |  17 kB     00:00    
12:00:18 #12 3.677 (48/97): cmake-data-3.25.2-1.fc36.noarch.rpm     24 MB/s | 1.7 MB     00:00    
12:00:18 #12 3.682 (49/97): cmake-rpm-macros-3.25.2-1.fc36.noarch. 332 kB/s |  16 kB     00:00    
12:00:18 #12 3.715 (50/97): cmake-3.25.2-1.fc36.aarch64.rpm         56 MB/s | 6.3 MB     00:00    
12:00:18 #11 52.50 Setting up libxml-parser-perl:arm64 (2.46-3build1) ...
12:00:18 #11 52.53 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:18 #11 52.57 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:18 #11 52.62 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:18 #11 40.68 Selecting previously unselected package libhttp-negotiate-perl.
12:00:18 #11 40.68 Preparing to unpack .../190-libhttp-negotiate-perl_6.01-1_all.deb ...
12:00:18 #11 40.69 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:00:18 #11 40.71 Selecting previously unselected package perl-openssl-defaults:armhf.
12:00:18 #11 40.72 Preparing to unpack .../191-perl-openssl-defaults_7_armhf.deb ...
12:00:18 #11 40.72 Unpacking perl-openssl-defaults:armhf (7) ...
12:00:18 #11 40.75 Selecting previously unselected package libnet-ssleay-perl:armhf.
12:00:18 #11 40.75 Preparing to unpack .../192-libnet-ssleay-perl_1.92-2_armhf.deb ...
12:00:18 #11 40.75 Unpacking libnet-ssleay-perl:armhf (1.92-2) ...
12:00:18 #11 40.81 Selecting previously unselected package libio-socket-ssl-perl.
12:00:18 #11 40.81 Preparing to unpack .../193-libio-socket-ssl-perl_2.074-2_all.deb ...
12:00:18 #11 40.82 Unpacking libio-socket-ssl-perl (2.074-2) ...
12:00:18 #11 40.87 Selecting previously unselected package libnet-http-perl.
12:00:18 #11 40.87 Preparing to unpack .../194-libnet-http-perl_6.22-1_all.deb ...
12:00:18 #11 40.88 Unpacking libnet-http-perl (6.22-1) ...
12:00:18 #11 40.93 Selecting previously unselected package liblwp-protocol-https-perl.
12:00:18 #11 40.93 Preparing to unpack .../195-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:00:18 #10 47.38 Selecting previously unselected package libclone-perl.
12:00:18 #10 47.39 Preparing to unpack .../185-libclone-perl_0.41-1+b1_armhf.deb ...
12:00:18 #10 47.39 Unpacking libclone-perl (0.41-1+b1) ...
12:00:18 #10 47.42 Selecting previously unselected package libcommon-sense-perl.
12:00:18 #10 47.42 Preparing to unpack .../186-libcommon-sense-perl_3.74-2+b7_armhf.deb ...
12:00:18 #10 47.43 Unpacking libcommon-sense-perl (3.74-2+b7) ...
12:00:18 #10 47.46 Selecting previously unselected package libparams-util-perl.
12:00:18 #10 47.47 Preparing to unpack .../187-libparams-util-perl_1.07-3+b4_armhf.deb ...
12:00:18 #10 47.47 Unpacking libparams-util-perl (1.07-3+b4) ...
12:00:18 #10 47.50 Selecting previously unselected package libsub-install-perl.
12:00:18 #10 47.51 Preparing to unpack .../188-libsub-install-perl_0.928-1_all.deb ...
12:00:18 #10 47.51 Unpacking libsub-install-perl (0.928-1) ...
12:00:18 #10 47.54 Selecting previously unselected package libdata-optlist-perl.
12:00:18 #10 47.54 Preparing to unpack .../189-libdata-optlist-perl_0.110-1_all.deb ...
12:00:18 #10 47.55 Unpacking libdata-optlist-perl (0.110-1) ...
12:00:18 #10 47.58 Selecting previously unselected package libsub-exporter-perl.
12:00:18 #10 47.58 Preparing to unpack .../190-libsub-exporter-perl_0.987-1_all.deb ...
12:00:18 #10 47.58 Unpacking libsub-exporter-perl (0.987-1) ...
12:00:18 #10 33.36 Unpacking libnghttp2-14:armhf (1.43.0-1) ...
12:00:18 #10 33.43 Selecting previously unselected package libpsl5:armhf.
12:00:18 #10 33.43 Preparing to unpack .../064-libpsl5_0.21.0-1.2_armhf.deb ...
12:00:18 #10 33.43 Unpacking libpsl5:armhf (0.21.0-1.2) ...
12:00:18 #10 33.50 Selecting previously unselected package librtmp1:armhf.
12:00:18 #10 33.50 Preparing to unpack .../065-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
12:00:18 #10 33.50 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
12:00:18 #10 33.55 Selecting previously unselected package libssh2-1:armhf.
12:00:18 #10 33.55 Preparing to unpack .../066-libssh2-1_1.9.0-2_armhf.deb ...
12:00:18 #10 33.55 Unpacking libssh2-1:armhf (1.9.0-2) ...
12:00:18 #10 33.63 Selecting previously unselected package libcurl4:armhf.
12:00:18 #10 33.63 Preparing to unpack .../067-libcurl4_7.74.0-1.3+deb11u5_armhf.deb ...
12:00:18 #13 7.179 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_amd64.deb ...
12:00:18 #13 7.183 Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ...
12:00:18 #13 7.214 Selecting previously unselected package libuv1:amd64.
12:00:18 #13 7.217 Preparing to unpack .../04-libuv1_1.44.2-1_amd64.deb ...
12:00:18 #13 7.220 Unpacking libuv1:amd64 (1.44.2-1) ...
12:00:18 #13 7.247 Selecting previously unselected package dh-elpa-helper.
12:00:18 #13 7.250 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
12:00:18 #13 7.253 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
12:00:18 #13 7.283 Selecting previously unselected package emacsen-common.
12:00:18 #13 7.286 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
12:00:18 #13 7.295 Unpacking emacsen-common (3.0.4) ...
12:00:18 #13 7.332 Selecting previously unselected package cmake-data.
12:00:18 #13 7.335 Preparing to unpack .../07-cmake-data_3.24.2-1ubuntu1_all.deb ...
12:00:18 #13 7.341 Unpacking cmake-data (3.24.2-1ubuntu1) ...
12:00:18 + RPM_EC=0
12:00:18 ++ jobs -p
12:00:18 + exit 0
12:00:18 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.GeFdAg
12:00:18 + umask 022
12:00:18 + cd /root/rpmbuild/BUILD
12:00:18 + cd src
12:00:18 + export DOCKER_GITCOMMIT=a25ab92
12:00:18 + DOCKER_GITCOMMIT=a25ab92
12:00:18 + mkdir -p /go/src/github.com/docker
12:00:18 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:00:18 + pushd /root/rpmbuild/BUILD/src/engine
12:00:18 + TMP_GOPATH=/go
12:00:18 + hack/dockerfile/install/install.sh tini
12:00:18 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:00:18 + RM_GOPATH=0
12:00:18 + TMP_GOPATH=/go
12:00:18 + : /usr/local/bin
12:00:18 + '[' -z /go ']'
12:00:18 + export GOPATH=/go
12:00:18 + GOPATH=/go
12:00:18 + case "$(go env GOARCH)" in
12:00:18 ++ go env GOARCH
12:00:18 + export GO_BUILDMODE=-buildmode=pie
12:00:18 + GO_BUILDMODE=-buildmode=pie
12:00:18 ++ dirname hack/dockerfile/install/install.sh
12:00:18 + dir=hack/dockerfile/install
12:00:18 + bin=tini
12:00:18 + shift
12:00:18 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:00:18 + . hack/dockerfile/install/tini.installer
12:00:18 ++ : v0.19.0
12:00:18 + install_tini
12:00:18 + echo 'Install tini version v0.19.0'
12:00:18 + git clone https://github.com/krallin/tini.git /go/tini
12:00:18 Install tini version v0.19.0
12:00:18 Cloning into '/go/tini'...
12:00:18 #13 4.194 Building dependency tree...
12:00:18 #13 4.339 Reading state information...
12:00:18 #13 4.355 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:18 #13 4.393 Starting 2 pkgProblemResolver with broken count: 0
12:00:18 #13 4.396 Done
12:00:18 #13 4.413  Done
12:00:18 #13 4.421 Starting pkgProblemResolver with broken count: 0
12:00:18 #13 4.444 Starting 2 pkgProblemResolver with broken count: 0
12:00:18 #13 4.447 Done
12:00:18 #13 4.536 The following additional packages will be installed:
12:00:18 #13 4.537   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:00:18 #13 4.537   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
12:00:18 #13 4.537   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
12:00:18 #13 4.537   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:18 #13 4.538 Suggested packages:
12:00:18 #13 4.538   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:00:18 #13 4.538 Recommended packages:
12:00:18 #13 4.538   dmsetup
12:00:18 #13 4.575 The following NEW packages will be installed:
12:00:18 #10 51.82 Setting up libmpc3:armhf (1.1.0-1) ...
12:00:18 #10 51.83 Setting up libc-dev-bin (2.27-3ubuntu1.6) ...
12:00:18 #10 51.84 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
12:00:18 #10 51.86 Setting up libgdbm-compat4:armhf (1.14.1-6) ...
12:00:18 #10 51.87 Setting up libkeyutils1:armhf (1.5.9-9.2ubuntu2.1) ...
12:00:18 #10 51.88 Setting up bsdmainutils (11.1.2ubuntu1) ...
12:00:18 #10 51.90 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:00:18 #10 51.91 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
12:00:18 #10 51.91 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:00:18 #10 51.91 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
12:00:18 #10 51.92 Setting up libsasl2-modules:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:00:18 #10 51.94 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
12:00:18 #13 3.064 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:18 #13 3.067 Unpacking docker-ce-build-deps (1.0) ...
12:00:18 #12 2.364    dh_perl
12:00:18 #12 2.401    dh_link
12:00:18 #12 2.438    dh_strip_nondeterminism
12:00:18 #12 2.507    dh_compress
12:00:18 #12 2.550    dh_fixperms
12:00:18 #12 2.595    dh_missing
12:00:18 #12 2.622    dh_installdeb
12:00:18 #11 44.96 Unpacking libmodule-implementation-perl (0.09-1) ...
12:00:18 #11 45.00 Selecting previously unselected package libsub-exporter-progressive-perl.
12:00:18 #11 45.00 Preparing to unpack .../206-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:00:18 #11 45.01 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:00:18 #11 45.04 Selecting previously unselected package libvariable-magic-perl.
12:00:18 #11 45.04 Preparing to unpack .../207-libvariable-magic-perl_0.62-1build2_armhf.deb ...
12:00:18 #11 45.04 Unpacking libvariable-magic-perl (0.62-1build2) ...
12:00:18 #11 45.08 Selecting previously unselected package libb-hooks-endofscope-perl.
12:00:18 #11 45.08 Preparing to unpack .../208-libb-hooks-endofscope-perl_0.24-1_all.deb ...
12:00:18 #11 45.09 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
12:00:18 #11 45.12 Selecting previously unselected package libcapture-tiny-perl.
12:00:18 #11 45.12 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
12:00:18 #11 45.13 Unpacking libcapture-tiny-perl (0.48-1) ...
12:00:18 #11 45.17 Selecting previously unselected package libclass-xsaccessor-perl.
12:00:18 #11 45.17 Preparing to unpack .../210-libclass-xsaccessor-perl_1.19-3build3_armhf.deb ...
12:00:18 #11 58.32 Setting up libnamespace-clean-perl (0.27-2) ...
12:00:18 #11 58.33 Setting up python3-paramiko (2.10.4-1ubuntu1) ...
12:00:18 #11 58.55 Setting up licensecheck (3.3.0-1) ...
12:00:18 #10 34.63 Unpacking patch (2.7.6-7) ...
12:00:18 #10 34.69 Selecting previously unselected package make.
12:00:18 #10 34.69 Preparing to unpack .../050-make_4.3-4.1_armhf.deb ...
12:00:18 #10 34.70 Unpacking make (4.3-4.1) ...
12:00:18 #10 34.80 Selecting previously unselected package dpkg-dev.
12:00:18 #10 34.80 Preparing to unpack .../051-dpkg-dev_1.20.12+rpi1_all.deb ...
12:00:18 #10 34.83 Unpacking dpkg-dev (1.20.12+rpi1) ...
12:00:18 #10 40.24 Selecting previously unselected package fontconfig-config.
12:00:18 #10 40.24 Preparing to unpack .../161-fontconfig-config_2.14.1-4_armhf.deb ...
12:00:18 #10 40.41 Unpacking fontconfig-config (2.14.1-4) ...
12:00:18 #10 40.51 Selecting previously unselected package libcurl3-gnutls:armhf.
12:00:18 #10 40.51 Preparing to unpack .../162-libcurl3-gnutls_7.87.0-2_armhf.deb ...
12:00:18 #11 43.71 Selecting previously unselected package libgd3:armhf.
12:00:18 #11 43.71 Preparing to unpack .../207-libgd3_2.3.0-2ubuntu2_armhf.deb ...
12:00:18 #11 43.72 Unpacking libgd3:armhf (2.3.0-2ubuntu2) ...
12:00:18 #11 43.75 Selecting previously unselected package libc-devtools.
12:00:18 #11 43.75 Preparing to unpack .../208-libc-devtools_2.35-0ubuntu3.1_armhf.deb ...
12:00:18 #11 43.75 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
12:00:18 #11 43.79 Selecting previously unselected package libcapture-tiny-perl.
12:00:18 #11 43.79 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
12:00:18 #11 43.80 Unpacking libcapture-tiny-perl (0.48-1) ...
12:00:18 #11 43.82 Selecting previously unselected package libclass-data-inheritable-perl.
12:00:18 #11 43.83 Preparing to unpack .../210-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:00:18 #11 43.83 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:00:18 #11 43.86 Selecting previously unselected package libclone-perl.
12:00:18 #11 43.86 Preparing to unpack .../211-libclone-perl_0.45-1build3_armhf.deb ...
12:00:18 #11 43.87 Unpacking libclone-perl (0.45-1build3) ...
12:00:18 #11 43.89 Selecting previously unselected package libcommon-sense-perl:armhf.
12:00:18 #11 43.89 Preparing to unpack .../212-libcommon-sense-perl_3.75-2build1_armhf.deb ...
12:00:18 #11 43.90 Unpacking libcommon-sense-perl:armhf (3.75-2build1) ...
12:00:18 #11 43.92 Selecting previously unselected package libconfig-tiny-perl.
12:00:18 #12 3.717 (51/97): dbus-1.14.4-1.fc36.aarch64.rpm         238 kB/s | 7.2 kB     00:00    
12:00:18 #12 3.742 (52/97): dbus-broker-32-1.fc36.aarch64.rpm      8.7 MB/s | 170 kB     00:00    
12:00:18 #12 3.745 (53/97): dbus-common-1.14.4-1.fc36.noarch.rpm   627 kB/s |  14 kB     00:00    
12:00:18 #12 3.847 (54/97): cpp-12.2.1-4.fc36.aarch64.rpm           55 MB/s | 9.2 MB     00:00    
12:00:18 #12 3.866 (55/97): gc-8.0.6-3.fc36.aarch64.rpm            872 kB/s | 102 kB     00:00    
12:00:18 #12 3.885 (56/97): gcc-plugin-annobin-12.2.1-4.fc36.aarch 1.8 MB/s |  52 kB     00:00    
12:00:18 #12 3.894 (57/97): git-2.39.1-1.fc36.aarch64.rpm          2.9 MB/s |  66 kB     00:00    
12:00:18 #12 3.957 (58/97): git-core-doc-2.39.1-1.fc36.noarch.rpm   45 MB/s | 2.6 MB     00:00    
12:00:18 #11 52.76 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:18 #11 40.94 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:00:18 #11 40.98 Selecting previously unselected package libtry-tiny-perl.
12:00:18 #11 40.98 Preparing to unpack .../196-libtry-tiny-perl_0.31-1_all.deb ...
12:00:18 #11 40.98 Unpacking libtry-tiny-perl (0.31-1) ...
12:00:18 #11 41.02 Selecting previously unselected package libwww-robotrules-perl.
12:00:18 #11 41.02 Preparing to unpack .../197-libwww-robotrules-perl_6.02-1_all.deb ...
12:00:18 #11 41.02 Unpacking libwww-robotrules-perl (6.02-1) ...
12:00:18 #11 41.06 Selecting previously unselected package libwww-perl.
12:00:18 #11 41.06 Preparing to unpack .../198-libwww-perl_6.67-1_all.deb ...
12:00:18 #11 41.07 Unpacking libwww-perl (6.67-1) ...
12:00:18 #11 41.10 Selecting previously unselected package patchutils.
12:00:18 #11 41.10 Preparing to unpack .../199-patchutils_0.4.2-1build2_armhf.deb ...
12:00:18 #11 41.11 Unpacking patchutils (0.4.2-1build2) ...
12:00:18 #11 41.14 Selecting previously unselected package wdiff.
12:00:18 #11 41.14 Preparing to unpack .../200-wdiff_1.2.2-2build3_armhf.deb ...
12:00:18 #11 41.14 Unpacking wdiff (1.2.2-2build3) ...
12:00:18 #11 41.18 Selecting previously unselected package devscripts.
12:00:18 #11 41.19 Preparing to unpack .../201-devscripts_2.22.2ubuntu3_armhf.deb ...
12:00:18 #11 41.20 Unpacking devscripts (2.22.2ubuntu3) ...
12:00:18 #11 41.28 Selecting previously unselected package diffstat.
12:00:18 #11 41.28 Preparing to unpack .../202-diffstat_1.64-1build2_armhf.deb ...
12:00:18 #10 47.62 Selecting previously unselected package libconst-fast-perl.
12:00:18 #10 47.62 Preparing to unpack .../191-libconst-fast-perl_0.014-1_all.deb ...
12:00:18 #10 47.62 Unpacking libconst-fast-perl (0.014-1) ...
12:00:18 #10 47.66 Selecting previously unselected package libwant-perl.
12:00:18 #10 47.66 Preparing to unpack .../192-libwant-perl_0.29-1+b4_armhf.deb ...
12:00:18 #10 47.66 Unpacking libwant-perl (0.29-1+b4) ...
12:00:18 #10 47.70 Selecting previously unselected package libcontextual-return-perl.
12:00:18 #10 47.70 Preparing to unpack .../193-libcontextual-return-perl_0.004014-2_all.deb ...
12:00:18 #10 47.72 Unpacking libcontextual-return-perl (0.004014-2) ...
12:00:18 #10 47.74 Selecting previously unselected package libconvert-binhex-perl.
12:00:18 #10 47.75 Preparing to unpack .../194-libconvert-binhex-perl_1.125-1_all.deb ...
12:00:18 #10 47.75 Unpacking libconvert-binhex-perl (1.125-1) ...
12:00:18 #10 47.78 Selecting previously unselected package libdata-dump-perl.
12:00:18 #10 47.79 Preparing to unpack .../195-libdata-dump-perl_1.23-1_all.deb ...
12:00:18 #10 47.79 Unpacking libdata-dump-perl (1.23-1) ...
12:00:18 #10 47.82 Selecting previously unselected package libdigest-bubblebabble-perl.
12:00:18 #10 47.82 Preparing to unpack .../196-libdigest-bubblebabble-perl_0.02-2_all.deb ...
12:00:18 #10 47.83 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
12:00:18 #10 33.63 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u5) ...
12:00:18 #10 33.75 Selecting previously unselected package curl.
12:00:18 #10 33.75 Preparing to unpack .../068-curl_7.74.0-1.3+deb11u5_armhf.deb ...
12:00:18 #10 33.75 Unpacking curl (7.74.0-1.3+deb11u5) ...
12:00:18 #10 33.82 Selecting previously unselected package dctrl-tools.
12:00:18 #10 33.82 Preparing to unpack .../069-dctrl-tools_2.24-3_armhf.deb ...
12:00:18 #10 33.83 Unpacking dctrl-tools (2.24-3) ...
12:00:18 + cd /go/tini
12:00:18 + git checkout -q v0.19.0
12:00:18 + cmake .
12:00:18 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:00:18   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:00:18   CMake.
12:00:18 
12:00:18   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:00:18   CMake that the project does not need compatibility with older versions.
12:00:18 
12:00:18 
12:00:18 -- The C compiler identification is GNU 11.3.1
12:00:18 -- Detecting C compiler ABI info
12:00:18 #13 4.575   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:00:18 #13 4.575   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
12:00:18 #13 4.576   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
12:00:18 #13 4.576   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:18 #10 52.27 Updating certificates in /etc/ssl/certs...
12:00:18 #12 2.656    dh_gencontrol
12:00:18 #12 2.783    dh_md5sums
12:00:18 #12 2.825    dh_builddeb
12:00:18 #12 2.853 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:18 #12 2.871  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo
12:00:18 #11 45.18 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
12:00:18 #11 45.23 Selecting previously unselected package libclone-perl.
12:00:18 #11 45.24 Preparing to unpack .../211-libclone-perl_0.43-2_armhf.deb ...
12:00:18 #11 45.25 Unpacking libclone-perl (0.43-2) ...
12:00:18 #11 45.28 Selecting previously unselected package libcommon-sense-perl.
12:00:18 #11 45.28 Preparing to unpack .../212-libcommon-sense-perl_3.74-2build6_armhf.deb ...
12:00:18 #11 45.29 Unpacking libcommon-sense-perl (3.74-2build6) ...
12:00:18 #11 45.32 Selecting previously unselected package libparams-util-perl.
12:00:18 #11 45.32 Preparing to unpack .../213-libparams-util-perl_1.07-3build5_armhf.deb ...
12:00:18 #11 45.32 Unpacking libparams-util-perl (1.07-3build5) ...
12:00:18 #11 45.36 Selecting previously unselected package libsub-install-perl.
12:00:18 #11 45.36 Preparing to unpack .../214-libsub-install-perl_0.928-1_all.deb ...
12:00:18 #11 45.37 Unpacking libsub-install-perl (0.928-1) ...
12:00:18 #11 58.56 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:00:18 #11 58.57 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:18 #11 58.58 Setting up libwww-perl (6.67-1) ...
12:00:18 #11 58.59 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
12:00:18 #11 58.60 Setting up libwww-mechanize-perl (2.14-2) ...
12:00:18 #11 58.61 Setting up devscripts (2.22.2ubuntu3) ...
12:00:18 #11 58.77 Setting up libxml-parser-perl:arm64 (2.46-3build1) ...
12:00:18 #11 58.78 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:18 #11 58.83 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:18 #10 35.02 Selecting previously unselected package libelf1:armhf.
12:00:18 #10 35.02 Preparing to unpack .../052-libelf1_0.183-1_armhf.deb ...
12:00:18 #10 35.02 Unpacking libelf1:armhf (0.183-1) ...
12:00:18 #10 35.10 Selecting previously unselected package dwz.
12:00:18 #10 35.10 Preparing to unpack .../053-dwz_0.13+20210201-1_armhf.deb ...
12:00:18 #10 35.11 Unpacking dwz (0.13+20210201-1) ...
12:00:18 #10 40.51 Unpacking libcurl3-gnutls:armhf (7.87.0-2) ...
12:00:18 #10 40.59 Selecting previously unselected package liberror-perl.
12:00:18 #10 40.59 Preparing to unpack .../163-liberror-perl_0.17029-2_all.deb ...
12:00:18 #10 40.60 Unpacking liberror-perl (0.17029-2) ...
12:00:18 #10 40.65 Selecting previously unselected package git-man.
12:00:18 #10 40.65 Preparing to unpack .../164-git-man_1%3a2.39.1-0.1_all.deb ...
12:00:18 #10 40.65 Unpacking git-man (1:2.39.1-0.1) ...
12:00:18 #11 43.93 Preparing to unpack .../213-libconfig-tiny-perl_2.28-1_all.deb ...
12:00:18 #11 43.93 Unpacking libconfig-tiny-perl (2.28-1) ...
12:00:18 #11 43.96 Selecting previously unselected package libparams-util-perl.
12:00:18 #11 43.96 Preparing to unpack .../214-libparams-util-perl_1.102-1build3_armhf.deb ...
12:00:18 #11 43.96 Unpacking libparams-util-perl (1.102-1build3) ...
12:00:18 #11 43.99 Selecting previously unselected package libsub-install-perl.
12:00:18 #11 44.00 Preparing to unpack .../215-libsub-install-perl_0.928-1.1_all.deb ...
12:00:18 #11 44.00 Unpacking libsub-install-perl (0.928-1.1) ...
12:00:18 #11 44.03 Selecting previously unselected package libdata-optlist-perl.
12:00:18 #11 44.03 Preparing to unpack .../216-libdata-optlist-perl_0.112-1_all.deb ...
12:00:18 #11 44.03 Unpacking libdata-optlist-perl (0.112-1) ...
12:00:18 #11 44.06 Selecting previously unselected package libsub-exporter-perl.
12:00:18 #11 44.06 Preparing to unpack .../217-libsub-exporter-perl_0.988-1_all.deb ...
12:00:18 #11 44.06 Unpacking libsub-exporter-perl (0.988-1) ...
12:00:18 #11 44.09 Selecting previously unselected package libconst-fast-perl.
12:00:18 #11 44.10 Preparing to unpack .../218-libconst-fast-perl_0.014-1.1_all.deb ...
12:00:18 #11 44.10 Unpacking libconst-fast-perl (0.014-1.1) ...
12:00:18 #11 44.13 Selecting previously unselected package libwant-perl.
12:00:18 #11 44.13 Preparing to unpack .../219-libwant-perl_0.29-1build7_armhf.deb ...
12:00:18 #11 44.14 Unpacking libwant-perl (0.29-1build7) ...
12:00:18 #11 44.17 Selecting previously unselected package libcontextual-return-perl.
12:00:18 #11 44.17 Preparing to unpack .../220-libcontextual-return-perl_0.004014-2_all.deb ...
12:00:18 #11 44.17 Unpacking libcontextual-return-perl (0.004014-2) ...
12:00:18 #11 44.21 Selecting previously unselected package libcpanel-json-xs-perl:armhf.
12:00:18 #11 44.21 Preparing to unpack .../221-libcpanel-json-xs-perl_4.27-1build1_armhf.deb ...
12:00:18 #11 44.21 Unpacking libcpanel-json-xs-perl:armhf (4.27-1build1) ...
12:00:18 #12 3.986 (59/97): git-core-2.39.1-1.fc36.aarch64.rpm      45 MB/s | 4.3 MB     00:00    
12:00:18 #12 4.062 (60/97): gcc-12.2.1-4.fc36.aarch64.rpm           92 MB/s |  29 MB     00:00    
12:00:18 #12 4.066 (61/97): glibc-devel-2.35-22.fc36.aarch64.rpm   4.4 MB/s | 483 kB     00:00    
12:00:18 #12 4.077 (62/97): glibc-static-2.35-22.fc36.aarch64.rpm   16 MB/s | 1.4 MB     00:00    
12:00:18 #12 4.082 (63/97): less-590-5.fc36.aarch64.rpm             14 MB/s | 161 kB     00:00    
12:00:18 #12 4.092 (64/97): kernel-headers-6.1.5-100.fc36.aarch64.  61 MB/s | 1.3 MB     00:00    
12:00:18 #12 4.094 (65/97): libargon2-20171227-9.fc36.aarch64.rpm  1.8 MB/s |  28 kB     00:00    
12:00:18 #12 4.101 (66/97): libasan-12.2.1-4.fc36.aarch64.rpm       27 MB/s | 425 kB     00:00    
12:00:18 #12 4.104 (67/97): libatomic-12.2.1-4.fc36.aarch64.rpm    5.2 MB/s |  43 kB     00:00    
12:00:18 #12 4.108 (68/97): libbpf-0.7.0-3.fc36.aarch64.rpm         13 MB/s | 159 kB     00:00    
12:00:18 #12 4.111 (69/97): libfdisk-2.38-1.fc36.aarch64.rpm        16 MB/s | 155 kB     00:00    
12:00:18 #12 4.115 (70/97): libfido2-1.10.0-5.fc36.aarch64.rpm      10 MB/s |  93 kB     00:00    
12:00:18 #12 4.118 (71/97): libtool-ltdl-2.4.7-1.fc36.aarch64.rpm  5.7 MB/s |  37 kB     00:00    
12:00:18 #12 4.125 (72/97): libtool-2.4.7-1.fc36.aarch64.rpm        45 MB/s | 593 kB     00:00    
12:00:18 #12 4.130 (73/97): libubsan-12.2.1-4.fc36.aarch64.rpm      20 MB/s | 192 kB     00:00    
12:00:18 #12 4.135 (74/97): libtool-ltdl-devel-2.4.7-1.fc36.aarch6 8.0 MB/s | 157 kB     00:00    
12:00:18 #12 4.139 (75/97): libuv-1.44.2-1.fc36.aarch64.rpm         11 MB/s | 148 kB     00:00    
12:00:18 #12 4.142 (76/97): libxcrypt-devel-4.4.33-4.fc36.aarch64. 2.7 MB/s |  30 kB     00:00    
12:00:18 #12 4.148 (77/97): libxcrypt-static-4.4.33-4.fc36.aarch64  12 MB/s | 109 kB     00:00    
12:00:18 #12 4.155 (78/97): pcre2-utf16-10.40-1.fc36.aarch64.rpm    16 MB/s | 199 kB     00:00    
12:00:18 #12 4.161 (79/97): pcre2-devel-10.40-1.fc36.aarch64.rpm    22 MB/s | 474 kB     00:00    
12:00:18 #12 4.166 (80/97): python3-audit-3.0.9-1.fc36.aarch64.rpm  18 MB/s |  83 kB     00:00    
12:00:18 #12 2.067 Package bash-5.2.9-3.fc37.x86_64 is already installed.
12:00:18 #12 2.084 Package bash-5.2.9-3.fc37.x86_64 is already installed.
12:00:18 #12 2.093 Package bash-5.2.9-3.fc37.x86_64 is already installed.
12:00:18 #12 2.093 Package ca-certificates-2022.2.54-5.fc37.noarch is already installed.
12:00:18 #12 2.094 Package libarchive-3.6.1-2.fc37.x86_64 is already installed.
12:00:18 #12 2.095 Package pkgconf-pkg-config-1.8.0-3.fc37.x86_64 is already installed.
12:00:18 #12 2.095 Package tar-2:1.34-5.fc37.x86_64 is already installed.
12:00:18 #12 2.104 Package bash-5.2.9-3.fc37.x86_64 is already installed.
12:00:18 #12 2.118 Package bash-5.2.9-3.fc37.x86_64 is already installed.
12:00:18 #11 52.79 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:00:18 #11 52.83 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
12:00:18 #11 52.84 Updating certificates in /etc/ssl/certs...
12:00:18 #11 41.28 Unpacking diffstat (1.64-1build2) ...
12:00:18 #11 41.32 Selecting previously unselected package python3-chardet.
12:00:18 #11 41.32 Preparing to unpack .../203-python3-chardet_4.0.0-2_all.deb ...
12:00:18 #11 41.33 Unpacking python3-chardet (4.0.0-2) ...
12:00:18 #11 41.38 Selecting previously unselected package python3-debian.
12:00:18 #11 41.38 Preparing to unpack .../204-python3-debian_0.1.46_all.deb ...
12:00:18 #11 41.39 Unpacking python3-debian (0.1.46) ...
12:00:18 #11 41.43 Selecting previously unselected package libgpgme11:armhf.
12:00:18 #11 41.43 Preparing to unpack .../205-libgpgme11_1.17.1-4.1ubuntu1_armhf.deb ...
12:00:18 #11 41.44 Unpacking libgpgme11:armhf (1.17.1-4.1ubuntu1) ...
12:00:18 #11 41.47 Selecting previously unselected package python3-gpg.
12:00:18 #11 41.47 Preparing to unpack .../206-python3-gpg_1.17.1-4.1ubuntu1_armhf.deb ...
12:00:18 #11 41.48 Unpacking python3-gpg (1.17.1-4.1ubuntu1) ...
12:00:18 #14 12.96 (59/76): gcc-8.5.0-18.el8.x86_64.rpm             18 MB/s |  23 MB     00:01    
12:00:18 #14 13.02 (60/76): glibc-static-2.28-224.el8.x86_64.rpm    32 MB/s | 2.1 MB     00:00    
12:00:18 #14 13.03 (61/76): libxcrypt-static-4.1.1-6.el8.x86_64.rp 9.7 MB/s |  56 kB     00:00    
12:00:18 #14 13.06 (62/76): device-mapper-1.02.181-9.el8.x86_64.rp  12 MB/s | 378 kB     00:00    
12:00:18 #14 13.09 (63/76): device-mapper-libs-1.02.181-9.el8.x86_  14 MB/s | 410 kB     00:00    
12:00:18 #14 13.13 (64/76): glibc-2.28-224.el8.x86_64.rpm           62 MB/s | 2.2 MB     00:00    
12:00:18 #14 13.19 (65/76): glibc-common-2.28-224.el8.x86_64.rpm    15 MB/s | 1.0 MB     00:00    
12:00:18 #14 13.26 (66/76): selinux-policy-minimum-3.14.3-114.el8.  20 MB/s |  13 MB     00:00    
12:00:18 #10 47.86 Selecting previously unselected package libdigest-hmac-perl.
12:00:18 #10 47.86 Preparing to unpack .../197-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
12:00:18 #10 47.87 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
12:00:18 #10 47.90 Selecting previously unselected package libdistro-info-perl.
12:00:18 #10 47.90 Preparing to unpack .../198-libdistro-info-perl_0.21_all.deb ...
12:00:18 #10 47.90 Unpacking libdistro-info-perl (0.21) ...
12:00:18 #10 47.93 Selecting previously unselected package libnet-smtp-ssl-perl.
12:00:18 #10 47.94 Preparing to unpack .../199-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:00:18 #10 47.94 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:00:18 #10 47.97 Selecting previously unselected package libmailtools-perl.
12:00:18 #10 47.98 Preparing to unpack .../200-libmailtools-perl_2.18-1_all.deb ...
12:00:18 #10 47.98 Unpacking libmailtools-perl (2.18-1) ...
12:00:18 #10 48.02 Selecting previously unselected package libnet-ip-perl.
12:00:18 #10 48.03 Preparing to unpack .../201-libnet-ip-perl_1.26-2_all.deb ...
12:00:18 #10 48.04 Unpacking libnet-ip-perl (1.26-2) ...
12:00:18 #10 48.07 Selecting previously unselected package libnet-dns-perl.
12:00:18 #10 48.07 Preparing to unpack .../202-libnet-dns-perl_1.19-1_all.deb ...
12:00:18 #10 48.07 Unpacking libnet-dns-perl (1.19-1) ...
12:00:18 #10 48.15 Selecting previously unselected package libnet-domain-tld-perl.
12:00:18 #10 48.16 Preparing to unpack .../203-libnet-domain-tld-perl_1.75-1_all.deb ...
12:00:18 #10 48.16 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:00:18 #10 33.90 Selecting previously unselected package libdebhelper-perl.
12:00:18 #10 33.90 Preparing to unpack .../070-libdebhelper-perl_13.3.4_all.deb ...
12:00:18 #10 33.90 Unpacking libdebhelper-perl (13.3.4) ...
12:00:18 #10 33.98 Selecting previously unselected package libtool.
12:00:18 #10 33.98 Preparing to unpack .../071-libtool_2.4.6-15_all.deb ...
12:00:18 #10 33.98 Unpacking libtool (2.4.6-15) ...
12:00:18 #10 34.05 Selecting previously unselected package dh-autoreconf.
12:00:18 #10 34.05 Preparing to unpack .../072-dh-autoreconf_20_all.deb ...
12:00:18 #10 34.06 Unpacking dh-autoreconf (20) ...
12:00:18 #10 34.10 Selecting previously unselected package libarchive-zip-perl.
12:00:18 #10 34.10 Preparing to unpack .../073-libarchive-zip-perl_1.68-1_all.deb ...
12:00:18 #10 34.10 Unpacking libarchive-zip-perl (1.68-1) ...
12:00:18 #10 34.15 Selecting previously unselected package libsub-override-perl.
12:00:18 #10 34.15 Preparing to unpack .../074-libsub-override-perl_0.09-2_all.deb ...
12:00:18 -- Detecting C compiler ABI info - done
12:00:18 -- Check for working C compiler: /usr/bin/cc - skipped
12:00:18 -- Detecting C compile features
12:00:18 -- Detecting C compile features - done
12:00:18 -- Performing Test HAS_BUILTIN_FORTIFY
12:00:18 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:00:18 -- Configuring done
12:00:18 -- Generating done
12:00:18 -- Build files have been written to: /go/tini
12:00:18 + make tini-static
12:00:18 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:00:18 #10 58.21   Running scriptlet: glibc-common-2.35-20.fc36.x86_64                   148/148 
12:00:18 #10 60.90   Verifying        : bzip2-1.0.8-11.fc36.x86_64                           1/148 
12:00:18 #10 60.90   Verifying        : cpio-2.13-12.fc36.x86_64                             2/148 
12:00:18 #10 60.90   Verifying        : dash-0.5.10.2-10.fc36.x86_64                         3/148 
12:00:18 #10 60.90   Verifying        : debugedit-5.0-3.fc36.x86_64                          4/148 
12:00:18 #10 60.90   Verifying        : desktop-file-utils-0.26-6.fc36.x86_64                5/148 
12:00:18 #10 60.90   Verifying        : devscripts-checkbashisms-2.22.1-1.fc36.x86_64        6/148 
12:00:18 #10 60.90   Verifying        : diffutils-3.8-2.fc36.x86_64                          7/148 
12:00:18 #10 60.90   Verifying        : ed-1.14.2-12.fc36.x86_64                             8/148 
12:00:18 #10 60.90   Verifying        : efi-srpm-macros-5-5.fc36.noarch                      9/148 
12:00:18 #10 60.90   Verifying        : enchant-1:1.6.0-30.fc36.x86_64                      10/148 
12:00:18 #10 60.90   Verifying        : file-5.41-4.fc36.x86_64                             11/148 
12:00:18 #10 60.90   Verifying        : fonts-srpm-macros-1:2.0.5-7.fc36.noarch             12/148 
12:00:18 #10 60.90   Verifying        : fpc-srpm-macros-1.3-5.fc36.noarch                   13/148 
12:00:18 #10 60.90   Verifying        : ghc-srpm-macros-1.5.0-6.fc36.noarch                 14/148 
12:00:18 #10 60.90   Verifying        : gnat-srpm-macros-4-15.fc36.noarch                   15/148 
12:00:18 #10 60.90   Verifying        : groff-base-1.22.4-9.fc36.x86_64                     16/148 
12:00:18 #10 60.90   Verifying        : hunspell-1.7.0-19.fc36.x86_64                       17/148 
12:00:18 #10 60.90   Verifying        : hunspell-en-0.20140811.1-22.fc36.noarch             18/148 
12:00:18 #10 60.90   Verifying        : hunspell-en-GB-0.20140811.1-22.fc36.noarch          19/148 
12:00:18 #10 60.90   Verifying        : hunspell-en-US-0.20140811.1-22.fc36.noarch          20/148 
12:00:18 #10 60.90   Verifying        : hunspell-filesystem-1.7.0-19.fc36.x86_64            21/148 
12:00:18 #10 60.90   Verifying        : info-6.8-3.fc36.x86_64                              22/148 
12:00:18 #10 60.90   Verifying        : json-glib-1.6.6-2.fc36.x86_64                       23/148 
12:00:18 #10 60.90   Verifying        : kernel-srpm-macros-1.0-14.fc36.noarch               24/148 
12:00:18 #10 60.90   Verifying        : libjpeg-turbo-2.1.2-2.fc36.x86_64                   25/148 
12:00:18 #10 60.90   Verifying        : libpkgconf-1.8.0-2.fc36.x86_64                      26/148 
12:00:18 #10 60.90   Verifying        : libpng-2:1.6.37-12.fc36.x86_64                      27/148 
12:00:18 #10 60.90   Verifying        : libstemmer-0-18.585svn.fc36.x86_64                  28/148 
12:00:18 #10 60.90   Verifying        : lua-srpm-macros-1-6.fc36.noarch                     29/148 
12:00:18 #10 60.90   Verifying        : ncurses-6.2-9.20210508.fc36.x86_64                  30/148 
12:00:18 #10 60.90   Verifying        : nim-srpm-macros-3-6.fc36.noarch                     31/148 
12:00:18 #10 60.90   Verifying        : ocaml-srpm-macros-6-6.fc36.noarch                   32/148 
12:00:18 #10 60.90   Verifying        : openblas-srpm-macros-2-11.fc36.noarch               33/148 
12:00:18 #10 60.90   Verifying        : package-notes-srpm-macros-0.4-14.fc36.noarch        34/148 
12:00:18 #10 60.90   Verifying        : patch-2.7.6-16.fc36.x86_64                          35/148 
12:00:18 #10 60.90   Verifying        : perl-AutoLoader-5.74-486.fc36.noarch                36/148 
12:00:18 #10 60.90   Verifying        : perl-B-1.82-486.fc36.x86_64                         37/148 
12:00:18 #10 60.90   Verifying        : perl-Carp-1.52-479.fc36.noarch                      38/148 
12:00:18 #10 60.90   Verifying        : perl-Class-Struct-0.66-486.fc36.noarch              39/148 
12:00:18 #10 60.90   Verifying        : perl-Data-Dumper-2.183-3.fc36.x86_64                40/148 
12:00:18 #10 60.90   Verifying        : perl-Digest-1.20-2.fc36.noarch                      41/148 
12:00:18 #10 60.90   Verifying        : perl-Digest-MD5-2.58-479.fc36.x86_64                42/148 
12:00:18 #10 60.90   Verifying        : perl-DynaLoader-1.50-486.fc36.x86_64                43/148 
12:00:18 #10 60.90   Verifying        : perl-Errno-1.33-486.fc36.x86_64                     44/148 
12:00:18 #10 60.90   Verifying        : perl-Exporter-5.76-480.fc36.noarch                  45/148 
12:00:18 #10 60.90   Verifying        : perl-Fcntl-1.14-486.fc36.x86_64                     46/148 
12:00:18 #10 60.90   Verifying        : perl-File-Basename-2.85-486.fc36.noarch             47/148 
12:00:18 #10 60.90   Verifying        : perl-File-Path-2.18-479.fc36.noarch                 48/148 
12:00:18 #10 60.90   Verifying        : perl-File-Temp-1:0.231.100-479.fc36.noarch          49/148 
12:00:18 #10 60.90   Verifying        : perl-File-stat-1.09-486.fc36.noarch                 50/148 
12:00:18 #10 60.90   Verifying        : perl-FileHandle-2.03-486.fc36.noarch                51/148 
12:00:18 #10 60.90   Verifying        : perl-Getopt-Std-1.13-486.fc36.noarch                52/148 
12:00:18 #10 60.90   Verifying        : perl-IO-1.46-486.fc36.x86_64                        53/148 
12:00:18 #10 60.90   Verifying        : perl-IO-Socket-IP-0.41-480.fc36.noarch              54/148 
12:00:18 #10 60.90   Verifying        : perl-IO-Socket-SSL-2.074-2.fc36.noarch              55/148 
12:00:18 #10 60.90   Verifying        : perl-IPC-Open3-1.21-486.fc36.noarch                 56/148 
12:00:18 #10 60.90   Verifying        : perl-MIME-Base64-3.16-479.fc36.x86_64               57/148 
12:00:18 #10 60.90   Verifying        : perl-Mozilla-CA-20211001-2.fc36.noarch              58/148 
12:00:18 #10 60.90   Verifying        : perl-NDBM_File-1.15-486.fc36.x86_64                 59/148 
12:00:18 #10 60.90   Verifying        : perl-Net-SSLeay-1.92-2.fc36.x86_64                  60/148 
12:00:18 #10 60.90   Verifying        : perl-POSIX-1.97-486.fc36.x86_64                     61/148 
12:00:18 #10 60.90   Verifying        : perl-PathTools-3.80-479.fc36.x86_64                 62/148 
12:00:18 #10 60.90   Verifying        : perl-Pod-Escapes-1:1.07-479.fc36.noarch             63/148 
12:00:18 #10 60.90   Verifying        : perl-Pod-Perldoc-3.28.01-480.fc36.noarch            64/148 
12:00:18 #10 60.90   Verifying        : perl-Pod-Simple-1:3.43-3.fc36.noarch                65/148 
12:00:18 #10 60.90   Verifying        : perl-Pod-Usage-4:2.01-479.fc36.noarch               66/148 
12:00:18 #10 60.90   Verifying        : perl-SelectSaver-1.02-486.fc36.noarch               67/148 
12:00:18 #10 60.90   Verifying        : perl-Storable-1:3.25-2.fc36.x86_64                  68/148 
12:00:18 #10 60.90   Verifying        : perl-Symbol-1.09-486.fc36.noarch                    69/148 
12:00:18 #10 60.90   Verifying        : perl-Term-ANSIColor-5.01-480.fc36.noarch            70/148 
12:00:18 #10 60.90   Verifying        : perl-Term-Cap-1.17-479.fc36.noarch                  71/148 
12:00:18 #10 60.90   Verifying        : perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch         72/148 
12:00:18 #10 60.90   Verifying        : perl-Time-Local-2:1.300-479.fc36.noarch             73/148 
12:00:18 #10 60.90   Verifying        : perl-URI-5.10-1.fc36.noarch                         74/148 
12:00:18 #10 60.90   Verifying        : perl-base-2.27-486.fc36.noarch                      75/148 
12:00:18 #10 60.90   Verifying        : perl-constant-1.33-480.fc36.noarch                  76/148 
12:00:18 #10 60.90   Verifying        : perl-if-0.60.900-486.fc36.noarch                    77/148 
12:00:18 #10 60.90   Verifying        : perl-interpreter-4:5.34.1-486.fc36.x86_64           78/148 
12:00:18 #10 60.90   Verifying        : perl-libnet-3.13-480.fc36.noarch                    79/148 
12:00:18 #10 60.90   Verifying        : perl-libs-4:5.34.1-486.fc36.x86_64                  80/148 
12:00:18 #10 60.90   Verifying        : perl-mro-1.25-486.fc36.x86_64                       81/148 
12:00:18 #10 60.90   Verifying        : perl-overload-1.33-486.fc36.noarch                  82/148 
12:00:18 #10 60.90   Verifying        : perl-overloading-0.02-486.fc36.noarch               83/148 
12:00:18 #10 60.91   Verifying        : perl-parent-1:0.238-479.fc36.noarch                 84/148 
12:00:18 #10 60.91   Verifying        : perl-podlators-1:4.14-479.fc36.noarch               85/148 
12:00:18 #10 60.91   Verifying        : perl-srpm-macros-1-43.fc36.noarch                   86/148 
12:00:18 #10 60.91   Verifying        : perl-subs-1.04-486.fc36.noarch                      87/148 
12:00:18 #10 60.91   Verifying        : perl-vars-1.05-486.fc36.noarch                      88/148 
12:00:18 #10 60.91   Verifying        : pkgconf-1.8.0-2.fc36.x86_64                         89/148 
12:00:18 #10 60.91   Verifying        : pkgconf-m4-1.8.0-2.fc36.noarch                      90/148 
12:00:18 #10 60.91   Verifying        : pkgconf-pkg-config-1.8.0-2.fc36.x86_64              91/148 
12:00:18 #10 60.91   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch              92/148 
12:00:18 #10 60.91   Verifying        : python3-dbus-1.2.18-3.fc36.x86_64                   93/148 
12:00:18 #10 60.91   Verifying        : python3-distro-1.6.0-2.fc36.noarch                  94/148 
12:00:18 #10 60.91   Verifying        : python3-enchant-3.2.2-2.fc36.noarch                 95/148 
12:00:18 #10 60.91   Verifying        : python3-file-magic-5.41-4.fc36.noarch               96/148 
12:00:18 #10 60.91   Verifying        : python3-pybeam-0.7-2.fc36.noarch                    97/148 
12:00:18 #10 60.91   Verifying        : python3-pyxdg-0.27-4.fc36.noarch                    98/148 
12:00:18 #10 60.91   Verifying        : python3-six-1.16.0-5.fc36.noarch                    99/148 
12:00:18 #10 60.91   Verifying        : python3-tomli-1.2.3-1.fc36.noarch                  100/148 
12:00:18 #10 60.91   Verifying        : python3-tomli-w-0.4.0-3.fc36.noarch                101/148 
12:00:18 #10 60.91   Verifying        : python3-zstandard-0.17.0-1.fc36.x86_64             102/148 
12:00:18 #10 60.91   Verifying        : shared-mime-info-2.1-3.fc35.x86_64                 103/148 
12:00:18 #10 60.91   Verifying        : unzip-6.0-57.fc36.x86_64                           104/148 
12:00:18 #10 60.91   Verifying        : xxhash-libs-0.8.1-2.fc36.x86_64                    105/148 
12:00:18 #10 60.91   Verifying        : xz-5.2.5-9.fc36.x86_64                             106/148 
12:00:18 #10 60.91   Verifying        : zip-3.0-32.fc36.x86_64                             107/148 
12:00:18 #10 60.91   Verifying        : ansible-srpm-macros-1-8.1.fc36.noarch              108/148 
12:00:18 #10 60.91   Verifying        : binutils-2.37-37.fc36.x86_64                       109/148 
12:00:18 #10 60.91   Verifying        : binutils-gold-2.37-37.fc36.x86_64                  110/148 
12:00:18 #10 60.91   Verifying        : dbus-libs-1:1.14.4-1.fc36.x86_64                   111/148 
12:00:18 #10 60.91   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch               112/148 
12:00:18 #10 60.91   Verifying        : dwz-0.14-4.fc36.x86_64                             113/148 
12:00:18 #10 60.91   Verifying        : elfutils-0.188-3.fc36.x86_64                       114/148 
12:00:18 #10 60.91   Verifying        : elfutils-debuginfod-client-0.188-3.fc36.x86_64     115/148 
12:00:18 #10 60.91   Verifying        : emacs-filesystem-1:28.2-1.fc36.noarch              116/148 
12:00:18 #10 60.91   Verifying        : gdb-minimal-12.1-2.fc36.x86_64                     117/148 
12:00:18 #10 60.91   Verifying        : gdk-pixbuf2-2.42.9-2.fc36.x86_64                   118/148 
12:00:18 #10 60.91   Verifying        : glibc-gconv-extra-2.35-22.fc36.x86_64              119/148 
12:00:18 #10 60.91   Verifying        : go-srpm-macros-3.2.0-1.fc36.noarch                 120/148 
12:00:18 #10 60.91   Verifying        : libappstream-glib-0.8.0-4.fc36.x86_64              121/148 
12:00:18 #10 60.91   Verifying        : perl-Encode-4:3.17-485.fc36.x86_64                 122/148 
12:00:18 #10 60.91   Verifying        : perl-Getopt-Long-1:2.54-1.fc36.noarch              123/148 
12:00:18 #10 60.91   Verifying        : perl-HTTP-Tiny-0.082-1.fc36.noarch                 124/148 
12:00:18 #10 60.91   Verifying        : perl-Scalar-List-Utils-5:1.63-489.fc36.x86_64      125/148 
12:00:18 #10 60.91   Verifying        : perl-Socket-4:2.036-1.fc36.x86_64                  126/148 
12:00:18 #10 60.91   Verifying        : perl-Text-ParseWords-3.31-1.fc36.noarch            127/148 
12:00:18 #10 60.91   Verifying        : python-srpm-macros-3.10-20.fc36.noarch             128/148 
12:00:18 #10 60.91   Verifying        : python3-construct-2.10.68-1.fc36.noarch            129/148 
12:00:18 #10 60.91   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch       130/148 
12:00:18 #10 60.91   Verifying        : qt5-srpm-macros-5.15.7-1.fc36.noarch               131/148 
12:00:18 #10 60.91   Verifying        : redhat-rpm-config-222-1.fc36.noarch                132/148 
12:00:18 #10 60.91   Verifying        : rpm-build-4.17.1-3.fc36.x86_64                     133/148 
12:00:18 #10 60.91   Verifying        : rpmautospec-rpm-macros-0.3.1-1.fc36.noarch         134/148 
12:00:18 #10 60.91   Verifying        : rpmlint-2.4.0-3.fc36.noarch                        135/148 
12:00:18 #10 60.91   Verifying        : rpmlint-fedora-license-data-1.12-1.fc36.noarch     136/148 
12:00:18 #10 60.91   Verifying        : rust-srpm-macros-23-1.fc36.noarch                  137/148 
12:00:18 #10 60.91   Verifying        : zstd-1.5.2-2.fc36.x86_64                           138/148 
12:00:18 #10 60.91   Verifying        : elfutils-libelf-0.188-3.fc36.x86_64                139/148 
12:00:18 #10 60.91   Verifying        : elfutils-libelf-0.187-4.fc36.x86_64                140/148 
12:00:18 #10 60.91   Verifying        : elfutils-libs-0.188-3.fc36.x86_64                  141/148 
12:00:18 #10 60.91   Verifying        : elfutils-libs-0.187-4.fc36.x86_64                  142/148 
12:00:18 #10 60.91   Verifying        : glibc-2.35-22.fc36.x86_64                          143/148 
12:00:18 #10 60.91   Verifying        : glibc-2.35-20.fc36.x86_64                          144/148 
12:00:18 #10 60.91   Verifying        : glibc-common-2.35-22.fc36.x86_64                   145/148 
12:00:18 #10 60.91   Verifying        : glibc-common-2.35-20.fc36.x86_64                   146/148 
12:00:18 #10 60.91   Verifying        : glibc-minimal-langpack-2.35-22.fc36.x86_64         147/148 
12:00:18 #10 60.91   Verifying        : glibc-minimal-langpack-2.35-20.fc36.x86_64         148/148 
12:00:18 #10 61.06 
12:00:18 #10 61.06 Upgraded:
12:00:18 #10 61.06   elfutils-libelf-0.188-3.fc36.x86_64         elfutils-libs-0.188-3.fc36.x86_64 
12:00:18 #10 61.06   glibc-2.35-22.fc36.x86_64                   glibc-common-2.35-22.fc36.x86_64  
12:00:18 #10 61.06   glibc-minimal-langpack-2.35-22.fc36.x86_64 
12:00:18 #10 61.06 Installed:
12:00:18 #10 61.06   ansible-srpm-macros-1-8.1.fc36.noarch                                         
12:00:18 #10 61.06   binutils-2.37-37.fc36.x86_64                                                  
12:00:18 #10 61.06   binutils-gold-2.37-37.fc36.x86_64                                             
12:00:18 #10 61.06   bzip2-1.0.8-11.fc36.x86_64                                                    
12:00:18 #10 61.06   cpio-2.13-12.fc36.x86_64                                                      
12:00:18 #10 61.06   dash-0.5.10.2-10.fc36.x86_64                                                  
12:00:18 #10 61.06   dbus-libs-1:1.14.4-1.fc36.x86_64                                              
12:00:18 #10 61.06   debugedit-5.0-3.fc36.x86_64                                                   
12:00:18 #10 61.06   desktop-file-utils-0.26-6.fc36.x86_64                                         
12:00:18 #10 61.06   devscripts-checkbashisms-2.22.1-1.fc36.x86_64                                 
12:00:18 #10 61.06   diffutils-3.8-2.fc36.x86_64                                                   
12:00:18 #10 61.06   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
12:00:18 #10 61.06   dwz-0.14-4.fc36.x86_64                                                        
12:00:18 #10 61.06   ed-1.14.2-12.fc36.x86_64                                                      
12:00:18 #10 61.06   efi-srpm-macros-5-5.fc36.noarch                                               
12:00:18 #10 61.06   elfutils-0.188-3.fc36.x86_64                                                  
12:00:18 #10 61.06   elfutils-debuginfod-client-0.188-3.fc36.x86_64                                
12:00:18 #10 61.06   emacs-filesystem-1:28.2-1.fc36.noarch                                         
12:00:18 #10 61.06   enchant-1:1.6.0-30.fc36.x86_64                                                
12:00:18 #10 61.06   file-5.41-4.fc36.x86_64                                                       
12:00:18 #10 61.06   fonts-srpm-macros-1:2.0.5-7.fc36.noarch                                       
12:00:18 #10 61.06   fpc-srpm-macros-1.3-5.fc36.noarch                                             
12:00:18 #10 61.06   gdb-minimal-12.1-2.fc36.x86_64                                                
12:00:18 #10 61.06   gdk-pixbuf2-2.42.9-2.fc36.x86_64                                              
12:00:18 #10 61.06   ghc-srpm-macros-1.5.0-6.fc36.noarch                                           
12:00:18 #10 61.06   glibc-gconv-extra-2.35-22.fc36.x86_64                                         
12:00:18 #10 61.06   gnat-srpm-macros-4-15.fc36.noarch                                             
12:00:18 #10 61.06   go-srpm-macros-3.2.0-1.fc36.noarch                                            
12:00:18 #10 61.06   groff-base-1.22.4-9.fc36.x86_64                                               
12:00:18 #10 61.06   hunspell-1.7.0-19.fc36.x86_64                                                 
12:00:18 #10 61.06   hunspell-en-0.20140811.1-22.fc36.noarch                                       
12:00:18 #10 61.06   hunspell-en-GB-0.20140811.1-22.fc36.noarch                                    
12:00:18 #10 61.06   hunspell-en-US-0.20140811.1-22.fc36.noarch                                    
12:00:18 #10 61.06   hunspell-filesystem-1.7.0-19.fc36.x86_64                                      
12:00:18 #10 61.06   info-6.8-3.fc36.x86_64                                                        
12:00:18 #10 61.06   json-glib-1.6.6-2.fc36.x86_64                                                 
12:00:18 #10 61.06   kernel-srpm-macros-1.0-14.fc36.noarch                                         
12:00:18 #10 61.06   libappstream-glib-0.8.0-4.fc36.x86_64                                         
12:00:18 #10 61.06   libjpeg-turbo-2.1.2-2.fc36.x86_64                                             
12:00:18 #10 61.06   libpkgconf-1.8.0-2.fc36.x86_64                                                
12:00:18 #10 61.06   libpng-2:1.6.37-12.fc36.x86_64                                                
12:00:18 #10 61.06   libstemmer-0-18.585svn.fc36.x86_64                                            
12:00:18 #10 61.06   lua-srpm-macros-1-6.fc36.noarch                                               
12:00:18 #10 61.06   ncurses-6.2-9.20210508.fc36.x86_64                                            
12:00:18 #10 61.06   nim-srpm-macros-3-6.fc36.noarch                                               
12:00:18 #10 61.06   ocaml-srpm-macros-6-6.fc36.noarch                                             
12:00:18 #10 61.06   openblas-srpm-macros-2-11.fc36.noarch                                         
12:00:18 #10 61.06   package-notes-srpm-macros-0.4-14.fc36.noarch                                  
12:00:18 #10 61.06   patch-2.7.6-16.fc36.x86_64                                                    
12:00:18 #10 61.06   perl-AutoLoader-5.74-486.fc36.noarch                                          
12:00:18 #10 61.06   perl-B-1.82-486.fc36.x86_64                                                   
12:00:18 #10 61.06   perl-Carp-1.52-479.fc36.noarch                                                
12:00:18 #10 61.06   perl-Class-Struct-0.66-486.fc36.noarch                                        
12:00:18 #10 61.06   perl-Data-Dumper-2.183-3.fc36.x86_64                                          
12:00:18 #10 61.06   perl-Digest-1.20-2.fc36.noarch                                                
12:00:18 #10 61.06   perl-Digest-MD5-2.58-479.fc36.x86_64                                          
12:00:18 #10 61.06   perl-DynaLoader-1.50-486.fc36.x86_64                                          
12:00:18 #10 61.06   perl-Encode-4:3.17-485.fc36.x86_64                                            
12:00:18 #10 61.06   perl-Errno-1.33-486.fc36.x86_64                                               
12:00:18 #10 61.06   perl-Exporter-5.76-480.fc36.noarch                                            
12:00:18 #10 61.06   perl-Fcntl-1.14-486.fc36.x86_64                                               
12:00:18 #10 61.06   perl-File-Basename-2.85-486.fc36.noarch                                       
12:00:18 #10 61.06   perl-File-Path-2.18-479.fc36.noarch                                           
12:00:18 #10 61.06   perl-File-Temp-1:0.231.100-479.fc36.noarch                                    
12:00:18 #10 61.06   perl-File-stat-1.09-486.fc36.noarch                                           
12:00:18 #10 61.06   perl-FileHandle-2.03-486.fc36.noarch                                          
12:00:18 #10 61.06   perl-Getopt-Long-1:2.54-1.fc36.noarch                                         
12:00:18 #10 61.06   perl-Getopt-Std-1.13-486.fc36.noarch                                          
12:00:18 #10 61.06   perl-HTTP-Tiny-0.082-1.fc36.noarch                                            
12:00:18 #10 61.06   perl-IO-1.46-486.fc36.x86_64                                                  
12:00:18 #10 61.06   perl-IO-Socket-IP-0.41-480.fc36.noarch                                        
12:00:18 #10 61.06   perl-IO-Socket-SSL-2.074-2.fc36.noarch                                        
12:00:18 #10 61.06   perl-IPC-Open3-1.21-486.fc36.noarch                                           
12:00:18 #10 61.06   perl-MIME-Base64-3.16-479.fc36.x86_64                                         
12:00:18 #10 61.06   perl-Mozilla-CA-20211001-2.fc36.noarch                                        
12:00:18 #10 61.06   perl-NDBM_File-1.15-486.fc36.x86_64                                           
12:00:18 #10 61.06   perl-Net-SSLeay-1.92-2.fc36.x86_64                                            
12:00:18 #10 61.06   perl-POSIX-1.97-486.fc36.x86_64                                               
12:00:18 #10 61.06   perl-PathTools-3.80-479.fc36.x86_64                                           
12:00:18 #10 61.06   perl-Pod-Escapes-1:1.07-479.fc36.noarch                                       
12:00:18 #10 61.06   perl-Pod-Perldoc-3.28.01-480.fc36.noarch                                      
12:00:18 #10 61.06   perl-Pod-Simple-1:3.43-3.fc36.noarch                                          
12:00:18 #10 61.06   perl-Pod-Usage-4:2.01-479.fc36.noarch                                         
12:00:18 #10 61.06   perl-Scalar-List-Utils-5:1.63-489.fc36.x86_64                                 
12:00:18 #10 61.06   perl-SelectSaver-1.02-486.fc36.noarch                                         
12:00:18 #10 61.06   perl-Socket-4:2.036-1.fc36.x86_64                                             
12:00:18 #10 61.06   perl-Storable-1:3.25-2.fc36.x86_64                                            
12:00:18 #10 61.06   perl-Symbol-1.09-486.fc36.noarch                                              
12:00:18 #10 61.06   perl-Term-ANSIColor-5.01-480.fc36.noarch                                      
12:00:18 #10 61.06   perl-Term-Cap-1.17-479.fc36.noarch                                            
12:00:18 #10 61.06   perl-Text-ParseWords-3.31-1.fc36.noarch                                       
12:00:18 #10 61.06   perl-Text-Tabs+Wrap-2021.0814-2.fc36.noarch                                   
12:00:18 #10 61.06   perl-Time-Local-2:1.300-479.fc36.noarch                                       
12:00:18 #10 61.06   perl-URI-5.10-1.fc36.noarch                                                   
12:00:18 #10 61.06   perl-base-2.27-486.fc36.noarch                                                
12:00:18 #10 61.06   perl-constant-1.33-480.fc36.noarch                                            
12:00:18 #10 61.06   perl-if-0.60.900-486.fc36.noarch                                              
12:00:18 #10 61.06   perl-interpreter-4:5.34.1-486.fc36.x86_64                                     
12:00:18 #10 61.06   perl-libnet-3.13-480.fc36.noarch                                              
12:00:18 #10 61.06   perl-libs-4:5.34.1-486.fc36.x86_64                                            
12:00:18 #10 61.06   perl-mro-1.25-486.fc36.x86_64                                                 
12:00:18 #10 61.06   perl-overload-1.33-486.fc36.noarch                                            
12:00:18 #10 61.06   perl-overloading-0.02-486.fc36.noarch                                         
12:00:18 #10 61.06   perl-parent-1:0.238-479.fc36.noarch                                           
12:00:18 #10 61.06   perl-podlators-1:4.14-479.fc36.noarch                                         
12:00:18 #10 61.06   perl-srpm-macros-1-43.fc36.noarch                                             
12:00:18 #10 61.06   perl-subs-1.04-486.fc36.noarch                                                
12:00:18 #10 61.06   perl-vars-1.05-486.fc36.noarch                                                
12:00:18 #10 61.06   pkgconf-1.8.0-2.fc36.x86_64                                                   
12:00:18 #10 61.06   pkgconf-m4-1.8.0-2.fc36.noarch                                                
12:00:18 #10 61.06   pkgconf-pkg-config-1.8.0-2.fc36.x86_64                                        
12:00:18 #10 61.06   python-srpm-macros-3.10-20.fc36.noarch                                        
12:00:18 #10 61.06   python3-construct-2.10.68-1.fc36.noarch                                       
12:00:18 #10 61.06   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
12:00:18 #10 61.06   python3-dbus-1.2.18-3.fc36.x86_64                                             
12:00:18 #10 61.06   python3-distro-1.6.0-2.fc36.noarch                                            
12:00:18 #10 61.06   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
12:00:18 #10 61.06   python3-enchant-3.2.2-2.fc36.noarch                                           
12:00:18 #10 61.06   python3-file-magic-5.41-4.fc36.noarch                                         
12:00:18 #10 61.06   python3-pybeam-0.7-2.fc36.noarch                                              
12:00:18 #10 61.06   python3-pyxdg-0.27-4.fc36.noarch                                              
12:00:18 #10 61.06   python3-six-1.16.0-5.fc36.noarch                                              
12:00:18 #10 61.06   python3-tomli-1.2.3-1.fc36.noarch                                             
12:00:18 #10 61.06   python3-tomli-w-0.4.0-3.fc36.noarch                                           
12:00:18 #10 61.06   python3-zstandard-0.17.0-1.fc36.x86_64                                        
12:00:18 #10 61.06   qt5-srpm-macros-5.15.7-1.fc36.noarch                                          
12:00:18 #10 61.06   redhat-rpm-config-222-1.fc36.noarch                                           
12:00:18 #10 61.06   rpm-build-4.17.1-3.fc36.x86_64                                                
12:00:18 #10 61.06   rpmautospec-rpm-macros-0.3.1-1.fc36.noarch                                    
12:00:18 #10 61.06   rpmlint-2.4.0-3.fc36.noarch                                                   
12:00:18 #10 61.06   rpmlint-fedora-license-data-1.12-1.fc36.noarch                                
12:00:18 #10 61.06   rust-srpm-macros-23-1.fc36.noarch                                             
12:00:18 #10 61.06   shared-mime-info-2.1-3.fc35.x86_64                                            
12:00:18 #10 61.06   unzip-6.0-57.fc36.x86_64                                                      
12:00:18 #10 61.06   xxhash-libs-0.8.1-2.fc36.x86_64                                               
12:00:18 #10 61.06   xz-5.2.5-9.fc36.x86_64                                                        
12:00:18 #10 61.06   zip-3.0-32.fc36.x86_64                                                        
12:00:18 #10 61.06   zstd-1.5.2-2.fc36.x86_64                                                      
12:00:18 #10 61.06 
12:00:18 #10 61.06 Complete!
12:00:18 #10 DONE 61.2s
12:00:18 
12:00:18 #11 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
12:00:18 #11 DONE 0.1s
12:00:18 
12:00:18 #12 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;     dnf builddep -y /root/rpmbuild/SPECS/docker-b*.spec;   fi
12:00:18 #10 52.66 124 added, 0 removed; done.
12:00:18 #10 52.69 Setting up manpages-dev (4.15-1) ...
12:00:18 #10 52.71 Setting up libc6-dev:armhf (2.27-3ubuntu1.6) ...
12:00:18 #10 52.73 Setting up libassuan0:armhf (2.5.1-2) ...
12:00:18 #10 52.74 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
12:00:18 #10 52.78 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
12:00:18 #13 7.761 Selecting previously unselected package cmake.
12:00:18 #13 7.765 Preparing to unpack .../08-cmake_3.24.2-1ubuntu1_amd64.deb ...
12:00:18 #13 7.769 Unpacking cmake (3.24.2-1ubuntu1) ...
12:00:18 #13 7.923 Selecting previously unselected package dh-apparmor.
12:00:18 #13 7.926 Preparing to unpack .../09-dh-apparmor_3.0.7-1ubuntu2_all.deb ...
12:00:18 #13 7.930 Unpacking dh-apparmor (3.0.7-1ubuntu2) ...
12:00:18 #13 7.963 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:00:18 #13 7.966 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.185-1ubuntu1_amd64.deb ...
12:00:18 #13 7.969 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
12:00:18 #13 7.995 Selecting previously unselected package libudev-dev:amd64.
12:00:18 #12 3.019  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes
12:00:18 #12 3.097 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:18 #12 3.099  dpkg-source --after-build .
12:00:18 #12 3.199 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:18 #11 45.40 Selecting previously unselected package libdata-optlist-perl.
12:00:18 #11 45.40 Preparing to unpack .../215-libdata-optlist-perl_0.110-1_all.deb ...
12:00:18 #11 45.40 Unpacking libdata-optlist-perl (0.110-1) ...
12:00:18 #11 45.43 Selecting previously unselected package libsub-exporter-perl.
12:00:18 #11 45.44 Preparing to unpack .../216-libsub-exporter-perl_0.987-1_all.deb ...
12:00:18 #11 45.44 Unpacking libsub-exporter-perl (0.987-1) ...
12:00:18 #11 45.47 Selecting previously unselected package libconst-fast-perl.
12:00:18 #11 45.48 Preparing to unpack .../217-libconst-fast-perl_0.014-1_all.deb ...
12:00:18 #11 45.48 Unpacking libconst-fast-perl (0.014-1) ...
12:00:18 #11 45.51 Selecting previously unselected package libwant-perl.
12:00:18 #11 45.52 Preparing to unpack .../218-libwant-perl_0.29-1build4_armhf.deb ...
12:00:18 #11 45.52 Unpacking libwant-perl (0.29-1build4) ...
12:00:18 #11 45.55 Selecting previously unselected package libcontextual-return-perl.
12:00:18 #11 45.55 Preparing to unpack .../219-libcontextual-return-perl_0.004014-2_all.deb ...
12:00:18 #11 45.55 Unpacking libcontextual-return-perl (0.004014-2) ...
12:00:18 #11 45.59 Selecting previously unselected package libcpanel-json-xs-perl.
12:00:18 #11 45.59 Preparing to unpack .../220-libcpanel-json-xs-perl_4.19-1build1_armhf.deb ...
12:00:18 #11 45.60 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
12:00:18 #11 45.64 Selecting previously unselected package libdata-dump-perl.
12:00:18 #11 45.64 Preparing to unpack .../221-libdata-dump-perl_1.23-1_all.deb ...
12:00:18 #11 45.64 Unpacking libdata-dump-perl (1.23-1) ...
12:00:18 #11 45.67 Selecting previously unselected package libdigest-bubblebabble-perl.
12:00:18 #11 45.67 Preparing to unpack .../222-libdigest-bubblebabble-perl_0.02-2_all.deb ...
12:00:18 #11 45.67 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
12:00:18 #11 45.70 Selecting previously unselected package libdigest-hmac-perl.
12:00:18 #11 45.70 Preparing to unpack .../223-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
12:00:18 #11 45.70 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
12:00:18 #11 45.73 Selecting previously unselected package libdistro-info-perl.
12:00:18 #11 45.73 Preparing to unpack .../224-libdistro-info-perl_0.23ubuntu1_all.deb ...
12:00:18 #11 45.73 Unpacking libdistro-info-perl (0.23ubuntu1) ...
12:00:18 #11 45.76 Selecting previously unselected package libnet-smtp-ssl-perl.
12:00:18 #11 58.88 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:18 #11 59.02 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:18 #11 59.05 Processing triggers for sgml-base (1.30) ...
12:00:18 #11 59.08 Setting up libfontconfig1:arm64 (2.13.1-4.4ubuntu1) ...
12:00:18 #11 59.08 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:00:18 #10 35.18 Selecting previously unselected package libicu67:armhf.
12:00:18 #10 35.18 Preparing to unpack .../054-libicu67_67.1-7_armhf.deb ...
12:00:18 #10 35.19 Unpacking libicu67:armhf (67.1-7) ...
12:00:18 #10 40.85 Selecting previously unselected package git.
12:00:18 #10 40.85 Preparing to unpack .../165-git_1%3a2.39.1-0.1_armhf.deb ...
12:00:18 #10 40.86 Unpacking git (1:2.39.1-0.1) ...
12:00:18 #10 34.54 Selecting previously unselected package libxml2:armhf.
12:00:18 #10 34.54 Preparing to unpack .../051-libxml2_2.9.4+dfsg1-7+deb10u5_armhf.deb ...
12:00:18 #10 34.55 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u5) ...
12:00:18 #12 7.232   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
12:00:18 #12 7.388   Preparing        :                                                        1/1 
12:00:18 #11 44.24 Selecting previously unselected package libdevel-stacktrace-perl.
12:00:18 #11 44.24 Preparing to unpack .../222-libdevel-stacktrace-perl_2.0400-1_all.deb ...
12:00:18 #11 44.25 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
12:00:18 #11 44.28 Selecting previously unselected package libexception-class-perl.
12:00:18 #11 44.29 Preparing to unpack .../223-libexception-class-perl_1.45-1_all.deb ...
12:00:18 #11 44.29 Unpacking libexception-class-perl (1.45-1) ...
12:00:18 #11 44.32 Selecting previously unselected package libiterator-perl.
12:00:18 #11 44.32 Preparing to unpack .../224-libiterator-perl_0.03+ds1-1.1_all.deb ...
12:00:18 #11 44.32 Unpacking libiterator-perl (0.03+ds1-1.1) ...
12:00:18 #11 44.36 Selecting previously unselected package libiterator-util-perl.
12:00:18 #11 44.36 Preparing to unpack .../225-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
12:00:18 #11 44.36 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
12:00:18 #11 44.39 Selecting previously unselected package libexporter-tiny-perl.
12:00:18 #11 44.39 Preparing to unpack .../226-libexporter-tiny-perl_1.002002-1_all.deb ...
12:00:18 #11 44.40 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:00:18 #11 44.44 Selecting previously unselected package liblist-moreutils-xs-perl.
12:00:18 #11 44.44 Preparing to unpack .../227-liblist-moreutils-xs-perl_0.430-2build2_armhf.deb ...
12:00:18 #11 44.44 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
12:00:18 #12 4.170 (81/97): perl-Git-2.39.1-1.fc36.noarch.rpm      2.9 MB/s |  43 kB     00:00    
12:00:18 #12 4.175 (82/97): pcre2-utf32-10.40-1.fc36.aarch64.rpm   7.5 MB/s | 188 kB     00:00    
12:00:18 #12 4.182 (83/97): python3-setuptools-59.6.0-3.fc36.noarc  60 MB/s | 934 kB     00:00    
12:00:18 #12 4.187 (84/97): rpm-plugin-selinux-4.17.1-3.fc36.aarch 1.3 MB/s |  18 kB     00:00    
12:00:18 #12 4.195 (85/97): selinux-policy-devel-36.17-1.fc36.noar  70 MB/s | 815 kB     00:00    
12:00:18 #12 4.200 (86/97): selinux-policy-36.17-1.fc36.noarch.rpm 4.1 MB/s |  66 kB     00:00    
12:00:18 #12 4.222 (87/97): systemd-devel-250.9-1.fc36.aarch64.rpm  22 MB/s | 451 kB     00:00    
12:00:18 #12 4.248 (88/97): systemd-networkd-250.9-1.fc36.aarch64.  24 MB/s | 568 kB     00:00    
12:00:18 #12 4.265 (89/97): systemd-250.9-1.fc36.aarch64.rpm        58 MB/s | 4.0 MB     00:00    
12:00:18 #12 4.276 (90/97): systemd-pam-250.9-1.fc36.aarch64.rpm    12 MB/s | 322 kB     00:00    
12:00:18 #12 4.297 (91/97): selinux-policy-targeted-36.17-1.fc36.n  59 MB/s | 6.4 MB     00:00    
12:00:18 #12 4.300 (92/97): systemd-rpm-macros-250.9-1.fc36.noarch 1.2 MB/s |  28 kB     00:00    
12:00:18 #12 4.312 (93/97): systemd-resolved-250.9-1.fc36.aarch64. 6.1 MB/s | 258 kB     00:00    
12:00:18 #12 4.317 (94/97): vim-filesystem-9.0.1262-1.fc36.noarch. 1.8 MB/s |  18 kB     00:00    
12:00:18 #12 4.329 (95/97): util-linux-2.38-1.fc36.aarch64.rpm      73 MB/s | 2.3 MB     00:00    
12:00:18 #12 4.332 (96/97): libxcrypt-4.4.33-4.fc36.aarch64.rpm    6.9 MB/s | 123 kB     00:00    
12:00:18 #12 4.339 (97/97): systemd-libs-250.9-1.fc36.aarch64.rpm   27 MB/s | 586 kB     00:00    
12:00:18 #12 4.344 --------------------------------------------------------------------------------
12:00:18 #12 4.345 Total                                            49 MB/s |  94 MB     00:01     
12:00:18 #12 2.219 Dependencies resolved.
12:00:18 #12 2.245 ================================================================================
12:00:18 #12 2.245  Package                       Arch    Version                   Repo      Size
12:00:18 #12 2.245 ================================================================================
12:00:18 #12 2.245 Installing:
12:00:18 #12 2.245  cmake                         x86_64  3.25.2-1.fc37             updates  6.8 M
12:00:18 #12 2.245  device-mapper-devel           x86_64  1.02.175-9.fc37           fedora    43 k
12:00:18 #12 2.245  gcc                           x86_64  12.2.1-4.fc37             updates   33 M
12:00:18 #12 2.245  git                           x86_64  2.39.1-1.fc37             updates   66 k
12:00:18 #12 2.245  glibc-static                  x86_64  2.36-9.fc37               updates  1.9 M
12:00:18 #12 2.245  libseccomp-devel              x86_64  2.5.3-3.fc37              fedora    60 k
12:00:18 #12 2.245  libselinux-devel              x86_64  3.4-5.fc37                fedora   148 k
12:00:18 #12 2.245  libtool                       x86_64  2.4.7-2.fc37              fedora   601 k
12:00:18 #12 2.245  libtool-ltdl-devel            x86_64  2.4.7-2.fc37              fedora   164 k
12:00:18 #12 2.245  make                          x86_64  1:4.3-11.fc37             fedora   542 k
12:00:18 #12 2.245  selinux-policy-devel          noarch  37.19-1.fc37              updates  887 k
12:00:18 #12 2.245  systemd                       x86_64  251.10-588.fc37           updates  4.2 M
12:00:18 #12 2.245  systemd-devel                 x86_64  251.10-588.fc37           updates  579 k
12:00:18 #12 2.245  which                         x86_64  2.21-35.fc37              fedora    41 k
12:00:18 #12 2.245 Upgrading:
12:00:18 #12 2.245  libxcrypt                     x86_64  4.4.33-4.fc37             updates  120 k
12:00:18 #12 2.245  systemd-libs                  x86_64  251.10-588.fc37           updates  619 k
12:00:18 #12 2.245 Installing dependencies:
12:00:18 #12 2.245  annobin-docs                  noarch  10.92-1.fc37              updates   92 k
12:00:18 #12 2.245  annobin-plugin-gcc            x86_64  10.92-1.fc37              updates  888 k
12:00:18 #12 2.245  autoconf                      noarch  2.71-4.fc37               updates  733 k
12:00:18 #12 2.245  automake                      noarch  1.16.5-9.fc37             fedora   696 k
12:00:18 #12 2.245  checkpolicy                   x86_64  3.4-3.fc37                fedora   346 k
12:00:18 #12 2.245  cmake-data                    noarch  3.25.2-1.fc37             updates  2.2 M
12:00:18 #12 2.245  cmake-filesystem              x86_64  3.25.2-1.fc37             updates   17 k
12:00:18 #12 2.245  cmake-rpm-macros              noarch  3.25.2-1.fc37             updates   16 k
12:00:18 #12 2.245  cpp                           x86_64  12.2.1-4.fc37             updates   11 M
12:00:18 #12 2.245  dbus                          x86_64  1:1.14.4-1.fc37           updates  7.8 k
12:00:18 #12 2.245  dbus-broker                   x86_64  32-1.fc37                 fedora   175 k
12:00:18 #12 2.245  dbus-common                   noarch  1:1.14.4-1.fc37           updates   15 k
12:00:18 #12 2.245  device-mapper                 x86_64  1.02.175-9.fc37           fedora   138 k
12:00:18 #12 2.245  device-mapper-libs            x86_64  1.02.175-9.fc37           fedora   177 k
12:00:18 #12 2.245  gc                            x86_64  8.0.6-4.fc37              fedora   103 k
12:00:18 #12 2.245  gcc-plugin-annobin            x86_64  12.2.1-4.fc37             updates   53 k
12:00:18 #12 2.245  git-core                      x86_64  2.39.1-1.fc37             updates  4.2 M
12:00:18 #12 2.245  git-core-doc                  noarch  2.39.1-1.fc37             updates  2.8 M
12:00:18 #12 2.245  glibc-devel                   x86_64  2.36-9.fc37               updates  102 k
12:00:18 #12 2.245  glibc-headers-x86             noarch  2.36-9.fc37               updates  581 k
12:00:18 #12 2.245  guile22                       x86_64  2.2.7-6.fc37              fedora   6.5 M
12:00:18 #12 2.245  jsoncpp                       x86_64  1.9.5-3.fc37              fedora    98 k
12:00:18 #12 2.245  kernel-headers                x86_64  6.1.5-200.fc37            updates  1.5 M
12:00:18 #12 2.245  kmod-libs                     x86_64  30-2.fc37                 fedora    68 k
12:00:18 #12 2.245  less                          x86_64  590-5.fc37                fedora   160 k
12:00:18 #12 2.245  libargon2                     x86_64  20190702-1.fc37           fedora    28 k
12:00:18 #12 2.245  libcbor                       x86_64  0.7.0-7.fc37              fedora    56 k
12:00:18 #12 2.245  libedit                       x86_64  3.1-43.20221009cvs.fc37   updates  106 k
12:00:18 #12 2.245  libfdisk                      x86_64  2.38.1-1.fc37             fedora   160 k
12:00:18 #12 2.245  libfido2                      x86_64  1.11.0-3.fc37             fedora    97 k
12:00:18 #12 2.245  libmpc                        x86_64  1.2.1-5.fc37              fedora    61 k
12:00:18 #12 2.245  libseccomp                    x86_64  2.5.3-3.fc37              fedora    70 k
12:00:18 #12 2.245  libselinux-utils              x86_64  3.4-5.fc37                fedora   158 k
12:00:18 #12 2.245  libsepol-devel                x86_64  3.4-3.fc37                fedora    49 k
12:00:18 #12 2.245  libtool-ltdl                  x86_64  2.4.7-2.fc37              fedora    37 k
12:00:18 #12 2.245  libutempter                   x86_64  1.2.1-7.fc37              fedora    26 k
12:00:18 #12 2.245  libuv                         x86_64  1:1.44.2-2.fc37           fedora   151 k
12:00:18 #12 2.245  libxcrypt-devel               x86_64  4.4.33-4.fc37             updates   30 k
12:00:18 #12 2.245  libxcrypt-static              x86_64  4.4.33-4.fc37             updates  104 k
12:00:18 #12 2.245  m4                            x86_64  1.4.19-4.fc37             fedora   303 k
12:00:18 #12 2.245  openssh                       x86_64  8.8p1-7.fc37              fedora   452 k
12:00:18 #12 2.245  openssh-clients               x86_64  8.8p1-7.fc37              fedora   698 k
12:00:18 #12 2.245  pcre2-devel                   x86_64  10.40-1.fc37.1            fedora   505 k
12:00:18 #12 2.245  pcre2-utf16                   x86_64  10.40-1.fc37.1            fedora   216 k
12:00:18 #12 2.245  pcre2-utf32                   x86_64  10.40-1.fc37.1            fedora   203 k
12:00:18 #12 2.245  perl-Error                    noarch  1:0.17029-10.fc37         fedora    41 k
12:00:18 #12 2.245  perl-File-Compare             noarch  1.100.700-492.fc37        fedora    16 k
12:00:18 #12 2.245  perl-File-Copy                noarch  2.39-492.fc37             fedora    23 k
12:00:18 #12 2.245  perl-File-Find                noarch  1.40-492.fc37             fedora    28 k
12:00:18 #12 2.245  perl-Git                      noarch  2.39.1-1.fc37             updates   43 k
12:00:18 #12 2.245  perl-TermReadKey              x86_64  2.38-14.fc37              fedora    36 k
12:00:18 #12 2.245  perl-Thread-Queue             noarch  3.14-489.fc37             fedora    21 k
12:00:18 #12 2.245  perl-lib                      x86_64  0.65-492.fc37             fedora    18 k
12:00:18 #12 2.245  perl-threads                  x86_64  1:2.27-489.fc37           fedora    57 k
12:00:18 #12 2.245  perl-threads-shared           x86_64  1.64-489.fc37             fedora    44 k
12:00:18 #12 2.245  policycoreutils               x86_64  3.4-6.fc37                fedora   238 k
12:00:18 #12 2.245  policycoreutils-devel         x86_64  3.4-6.fc37                fedora   150 k
12:00:18 #12 2.245  policycoreutils-python-utils  noarch  3.4-6.fc37                fedora    80 k
12:00:18 #12 2.245  python3-audit                 x86_64  3.0.9-1.fc37              fedora    86 k
12:00:18 #12 2.245  python3-libselinux            x86_64  3.4-5.fc37                fedora   194 k
12:00:18 #12 2.245  python3-libsemanage           x86_64  3.4-5.fc37                fedora    83 k
12:00:18 #12 2.245  python3-policycoreutils       noarch  3.4-6.fc37                fedora   2.2 M
12:00:18 #12 2.245  python3-setools               x86_64  4.4.0-9.fc37              fedora   618 k
12:00:18 #12 2.245  python3-setuptools            noarch  62.6.0-2.fc37             fedora   1.6 M
12:00:18 #12 2.245  rhash                         x86_64  1.4.2-3.fc37              fedora   185 k
12:00:18 #12 2.245  rpm-plugin-selinux            x86_64  4.18.0-1.fc37             fedora    20 k
12:00:18 #12 2.245  selinux-policy                noarch  37.19-1.fc37              updates   51 k
12:00:18 #12 2.245  selinux-policy-targeted       noarch  37.19-1.fc37              updates  6.6 M
12:00:18 #12 2.245  systemd-pam                   x86_64  251.10-588.fc37           updates  334 k
12:00:18 #12 2.245  systemd-rpm-macros            noarch  251.10-588.fc37           updates   30 k
12:00:18 #12 2.245  util-linux                    x86_64  2.38.1-1.fc37             fedora   2.3 M
12:00:18 #12 2.245  vim-filesystem                noarch  2:9.0.1262-1.fc37         updates   18 k
12:00:18 #12 2.245  xkeyboard-config              noarch  2.36-3.fc37               updates  957 k
12:00:18 #12 2.245 Installing weak dependencies:
12:00:18 #12 2.245  cryptsetup-libs               x86_64  2.5.0-1.fc37              fedora   454 k
12:00:18 #12 2.245  libbpf                        x86_64  2:0.8.0-2.fc37            fedora   172 k
12:00:18 #12 2.245  libxkbcommon                  x86_64  1.4.1-2.fc37              fedora   140 k
12:00:18 #12 2.245  qrencode-libs                 x86_64  4.1.1-3.fc37              fedora    61 k
12:00:18 #12 2.245  systemd-networkd              x86_64  251.10-588.fc37           updates  616 k
12:00:18 #12 2.245  systemd-resolved              x86_64  251.10-588.fc37           updates  282 k
12:00:18 #12 2.245 
12:00:18 #12 2.245 Transaction Summary
12:00:18 #12 2.245 ================================================================================
12:00:18 #12 2.245 Install  93 Packages
12:00:18 #12 2.245 Upgrade   2 Packages
12:00:18 #12 2.245 
12:00:18 #12 2.249 Total download size: 103 M
12:00:18 #12 2.249 Downloading Packages:
12:00:18 #11 53.27 0 added, 0 removed; done.
12:00:18 #11 53.27 Running hooks in /etc/ca-certificates/update.d...
12:00:18 #11 53.27 done.
12:00:18 #11 41.52 Selecting previously unselected package python3-xdg.
12:00:18 #11 41.53 Preparing to unpack .../207-python3-xdg_0.27-2_all.deb ...
12:00:18 #11 41.53 Unpacking python3-xdg (0.27-2) ...
12:00:18 #11 41.59 Selecting previously unselected package dput.
12:00:18 #11 41.60 Preparing to unpack .../208-dput_1.1.2ubuntu2_all.deb ...
12:00:18 #11 41.60 Unpacking dput (1.1.2ubuntu2) ...
12:00:18 #11 41.65 Selecting previously unselected package fonts-dejavu-core.
12:00:18 #11 41.65 Preparing to unpack .../209-fonts-dejavu-core_2.37-2build1_all.deb ...
12:00:18 #11 41.65 Unpacking fonts-dejavu-core (2.37-2build1) ...
12:00:18 #14 13.26 (67/76): glibc-minimal-langpack-2.28-224.el8.x8  14 MB/s |  65 kB     00:00    
12:00:18 #14 13.27 (68/76): libarchive-3.3.3-5.el8.x86_64.rpm       41 MB/s | 360 kB     00:00    
12:00:18 #14 13.28 (69/76): libgcc-8.5.0-18.el8.x86_64.rpm          17 MB/s |  81 kB     00:00    
12:00:18 #14 13.29 (70/76): glibc-gconv-extra-2.28-224.el8.x86_64.  17 MB/s | 1.5 MB     00:00    
12:00:18 #14 13.29 (71/76): libselinux-2.9-8.el8.x86_64.rpm         11 MB/s | 166 kB     00:00    
12:00:18 #14 13.30 (72/76): device-mapper-devel-1.02.181-9.el8.x86 456 kB/s | 284 kB     00:00    
12:00:18 #14 13.31 (73/76): systemd-pam-239-70.el8.x86_64.rpm       35 MB/s | 494 kB     00:00    
12:00:18 #14 13.33 (74/76): systemd-libs-239-70.el8.x86_64.rpm      32 MB/s | 1.1 MB     00:00    
12:00:18 #14 13.34 (75/76): tar-1.30-8.el8.x86_64.rpm               33 MB/s | 839 kB     00:00    
12:00:18 #14 13.36 (76/76): systemd-239-70.el8.x86_64.rpm           49 MB/s | 3.6 MB     00:00    
12:00:18 #14 13.36 --------------------------------------------------------------------------------
12:00:18 #14 13.36 Total                                            11 MB/s | 118 MB     00:11     
12:00:18 #10 48.19 Selecting previously unselected package libemail-valid-perl.
12:00:18 #10 48.20 Preparing to unpack .../204-libemail-valid-perl_1.202-1_all.deb ...
12:00:18 #10 48.20 Unpacking libemail-valid-perl (1.202-1) ...
12:00:18 #10 48.23 Selecting previously unselected package libexporter-tiny-perl.
12:00:18 #10 48.24 Preparing to unpack .../205-libexporter-tiny-perl_1.002001-1_all.deb ...
12:00:18 #10 48.24 Unpacking libexporter-tiny-perl (1.002001-1) ...
12:00:18 #10 48.27 Selecting previously unselected package libipc-system-simple-perl.
12:00:18 #10 48.28 Preparing to unpack .../206-libipc-system-simple-perl_1.25-4_all.deb ...
12:00:18 #10 48.28 Unpacking libipc-system-simple-perl (1.25-4) ...
12:00:18 #10 48.32 Selecting previously unselected package libfile-basedir-perl.
12:00:18 #10 48.33 Preparing to unpack .../207-libfile-basedir-perl_0.08-1_all.deb ...
12:00:18 #10 48.34 Unpacking libfile-basedir-perl (0.08-1) ...
12:00:18 #10 48.37 Selecting previously unselected package libfile-chdir-perl.
12:00:18 #10 48.37 Preparing to unpack .../208-libfile-chdir-perl_0.1008-1_all.deb ...
12:00:18 #10 48.38 Unpacking libfile-chdir-perl (0.1008-1) ...
12:00:18 #10 48.40 Selecting previously unselected package libfile-fcntllock-perl.
12:00:18 #10 48.41 Preparing to unpack .../209-libfile-fcntllock-perl_0.22-3+b5_armhf.deb ...
12:00:18 #10 48.41 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
12:00:18 #10 48.46 Selecting previously unselected package libfont-afm-perl.
12:00:18 #10 34.16 Unpacking libsub-override-perl (0.09-2) ...
12:00:18 #10 34.19 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:00:18 #10 34.19 Preparing to unpack .../075-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
12:00:18 #10 34.20 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
12:00:18 #10 34.24 Selecting previously unselected package dh-strip-nondeterminism.
12:00:18 #10 34.24 Preparing to unpack .../076-dh-strip-nondeterminism_1.12.0-1_all.deb ...
12:00:18 #10 34.24 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
12:00:18 #10 34.28 Selecting previously unselected package libelf1:armhf.
12:00:18 [100%] Linking C executable tini-static
12:00:18 [100%] Built target tini-static
12:00:18 + mkdir -p /usr/local/bin
12:00:18 #10 52.79 Setting up diffstat (1.61-1build1) ...
12:00:18 #10 52.80 Setting up libxau6:armhf (1:1.0.8-1ubuntu1) ...
12:00:18 #10 52.81 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
12:00:18 #10 52.82 Setting up libmpdec2:armhf (2.4.2-1ubuntu1) ...
12:00:18 #10 52.84 Setting up netbase (5.4) ...
12:00:18 #10 52.87 Setting up libisl19:armhf (0.19-1) ...
12:00:18 #10 52.88 Setting up libpython3.6-stdlib:armhf (3.6.9-1~18.04ubuntu1.9) ...
12:00:18 #10 52.89 Setting up libk5crypto3:armhf (1.16-2ubuntu0.3) ...
12:00:18 #10 52.90 Setting up python3.6 (3.6.9-1~18.04ubuntu1.9) ...
12:00:18 #13 7.998 Preparing to unpack .../11-libudev-dev_251.4-1ubuntu7_amd64.deb ...
12:00:18 #13 8.001 Unpacking libudev-dev:amd64 (251.4-1ubuntu7) ...
12:00:18 #13 8.034 Selecting previously unselected package libsepol-dev:amd64.
12:00:18 #13 8.037 Preparing to unpack .../12-libsepol-dev_3.4-2_amd64.deb ...
12:00:18 #13 8.041 Unpacking libsepol-dev:amd64 (3.4-2) ...
12:00:18 #13 8.095 Selecting previously unselected package libpcre2-16-0:amd64.
12:00:18 #13 8.098 Preparing to unpack .../13-libpcre2-16-0_10.40-1ubuntu1_amd64.deb ...
12:00:18 #13 8.102 Unpacking libpcre2-16-0:amd64 (10.40-1ubuntu1) ...
12:00:18 #13 8.135 Selecting previously unselected package libpcre2-32-0:amd64.
12:00:18 #13 8.139 Preparing to unpack .../14-libpcre2-32-0_10.40-1ubuntu1_amd64.deb ...
12:00:18 #13 8.142 Unpacking libpcre2-32-0:amd64 (10.40-1ubuntu1) ...
12:00:18 #13 8.175 Selecting previously unselected package libpcre2-posix3:amd64.
12:00:18 #13 8.179 Preparing to unpack .../15-libpcre2-posix3_10.40-1ubuntu1_amd64.deb ...
12:00:18 #13 8.182 Unpacking libpcre2-posix3:amd64 (10.40-1ubuntu1) ...
12:00:18 #13 8.207 Selecting previously unselected package libpcre2-dev:amd64.
12:00:18 #12 3.204 
12:00:18 #12 3.204 The package has been created.
12:00:18 #12 3.204 Attention, the package has been created in the current directory,
12:00:18 #12 3.204 not in ".." as indicated by the message above!
12:00:18 #12 3.228 Selecting previously unselected package docker-ce-build-deps.
12:00:18 #12 3.244 (Reading database ... 29839 files and directories currently installed.)
12:00:18 #12 3.245 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:18 #12 3.250 Unpacking docker-ce-build-deps (1.0) ...
12:00:18 #11 45.76 Preparing to unpack .../225-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:00:18 #11 45.77 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:00:18 #11 45.80 Selecting previously unselected package libmailtools-perl.
12:00:18 #11 45.80 Preparing to unpack .../226-libmailtools-perl_2.21-1_all.deb ...
12:00:18 #11 45.81 Unpacking libmailtools-perl (2.21-1) ...
12:00:18 #11 45.85 Selecting previously unselected package libnet-ip-perl.
12:00:18 #11 45.85 Preparing to unpack .../227-libnet-ip-perl_1.26-2_all.deb ...
12:00:18 #11 45.86 Unpacking libnet-ip-perl (1.26-2) ...
12:00:18 #11 45.89 Selecting previously unselected package libnet-dns-perl.
12:00:18 #11 45.89 Preparing to unpack .../228-libnet-dns-perl_1.22-1_all.deb ...
12:00:18 #11 45.89 Unpacking libnet-dns-perl (1.22-1) ...
12:00:18 #11 45.97 Selecting previously unselected package libnet-domain-tld-perl.
12:00:18 #11 45.97 Preparing to unpack .../229-libnet-domain-tld-perl_1.75-1_all.deb ...
12:00:18 #11 45.97 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:00:18 #11 46.00 Selecting previously unselected package libemail-valid-perl.
12:00:18 #11 46.00 Preparing to unpack .../230-libemail-valid-perl_1.202-1_all.deb ...
12:00:18 #13 5.071 0 upgraded, 21 newly installed, 0 to remove and 4 not upgraded.
12:00:18 #13 5.071 1 not fully installed or removed.
12:00:18 #13 5.071 Need to get 8141 kB of archives.
12:00:18 #13 5.071 After this operation, 40.0 MB of additional disk space will be used.
12:00:18 #13 5.071 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
12:00:18 #13 5.447 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB]
12:00:18 #11 59.11 Setting up lintian (2.115.3ubuntu2.1) ...
12:00:18 #11 59.13 Setting up libgd3:arm64 (2.3.3-6) ...
12:00:18 #11 59.14 Setting up libc-devtools (2.36-0ubuntu4) ...
12:00:18 #11 59.15 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
12:00:18 #11 59.16 Updating certificates in /etc/ssl/certs...
12:00:19 #10 34.67 Selecting previously unselected package libcroco3:armhf.
12:00:19 #10 34.68 Preparing to unpack .../052-libcroco3_0.6.12-3_armhf.deb ...
12:00:19 #10 34.69 Unpacking libcroco3:armhf (0.6.12-3) ...
12:00:19 #10 34.81 Selecting previously unselected package gettext.
12:00:19 #10 34.81 Preparing to unpack .../053-gettext_0.19.8.1-9_armhf.deb ...
12:00:19 #10 34.83 Unpacking gettext (0.19.8.1-9) ...
12:00:19 #12 7.443   Upgrading        : systemd-libs-251.10-588.fc37.aarch64                  1/99 
12:00:19 #12 7.453   Upgrading        : libxcrypt-4.4.33-4.fc37.aarch64                       2/99 
12:00:19 #12 7.459   Installing       : cmake-rpm-macros-3.25.2-1.fc37.noarch                 3/99 
12:00:19 #12 7.468   Installing       : cmake-filesystem-3.25.2-1.fc37.aarch64                4/99 
12:00:19 #12 7.478   Installing       : python3-libselinux-3.4-5.fc37.aarch64                 5/99 
12:00:19 #12 7.485   Installing       : perl-threads-1:2.27-489.fc37.aarch64                  6/99 
12:00:19 #12 7.492   Installing       : perl-File-Find-1.40-492.fc37.noarch                   7/99 
12:00:19 #12 7.499   Installing       : m4-1.4.19-4.fc37.aarch64                              8/99 
12:00:19 #12 7.506   Installing       : libtool-ltdl-2.4.7-2.fc37.aarch64                     9/99 
12:00:19 #12 7.513   Installing       : libseccomp-2.5.3-3.fc37.aarch64                      10/99 
12:00:19 #12 7.519   Installing       : libmpc-1.2.1-5.fc37.aarch64                          11/99 
12:00:19 #12 7.527   Installing       : libfdisk-2.38.1-1.fc37.aarch64                       12/99 
12:00:19 #12 7.540   Installing       : checkpolicy-3.4-3.fc37.aarch64                       13/99 
12:00:19 #12 7.687   Installing       : cpp-12.2.1-4.fc37.aarch64                            14/99 
12:00:19 #12 7.695   Installing       : perl-threads-shared-1.64-489.fc37.aarch64            15/99 
12:00:19 #12 7.701   Installing       : perl-Thread-Queue-3.14-489.fc37.noarch               16/99 
12:00:19 #12 7.709   Installing       : python3-libsemanage-3.4-5.fc37.aarch64               17/99 
12:00:19 #12 7.724   Installing       : systemd-devel-251.10-588.fc37.aarch64                18/99 
12:00:19 #12 7.778   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  19/99 
12:00:19 #12 7.790   Installing       : libxkbcommon-1.4.1-2.fc37.aarch64                    20/99 
12:00:19 #11 44.47 Selecting previously unselected package liblist-moreutils-perl.
12:00:19 #11 44.47 Preparing to unpack .../228-liblist-moreutils-perl_0.430-2_all.deb ...
12:00:19 #11 44.47 Unpacking liblist-moreutils-perl (0.430-2) ...
12:00:19 #11 44.51 Selecting previously unselected package libdata-dpath-perl.
12:00:19 #11 44.51 Preparing to unpack .../229-libdata-dpath-perl_0.58-1_all.deb ...
12:00:19 #11 44.52 Unpacking libdata-dpath-perl (0.58-1) ...
12:00:19 #11 44.55 Selecting previously unselected package libdata-dump-perl.
12:00:19 #11 44.55 Preparing to unpack .../230-libdata-dump-perl_1.25-1_all.deb ...
12:00:19 #11 44.55 Unpacking libdata-dump-perl (1.25-1) ...
12:00:19 #11 44.58 Selecting previously unselected package libdata-messagepack-perl.
12:00:19 #11 44.58 Preparing to unpack .../231-libdata-messagepack-perl_1.01-2build1_armhf.deb ...
12:00:19 #11 44.59 Unpacking libdata-messagepack-perl (1.01-2build1) ...
12:00:19 #11 44.61 Selecting previously unselected package libnet-domain-tld-perl.
12:00:19 #11 44.61 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1.1_all.deb ...
12:00:19 #11 44.62 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
12:00:19 #11 44.65 Selecting previously unselected package libdata-validate-domain-perl.
12:00:19 #11 44.65 Preparing to unpack .../233-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:00:19 #11 44.65 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:00:19 #11 44.68 Selecting previously unselected package libnet-ipv6addr-perl.
12:00:19 #11 41.80 Selecting previously unselected package fontconfig-config.
12:00:19 #11 41.80 Preparing to unpack .../210-fontconfig-config_2.13.1-4.4ubuntu1_all.deb ...
12:00:19 #11 41.81 Unpacking fontconfig-config (2.13.1-4.4ubuntu1) ...
12:00:19 #11 41.87 Selecting previously unselected package libcurl3-gnutls:armhf.
12:00:19 #11 41.87 Preparing to unpack .../211-libcurl3-gnutls_7.85.0-1ubuntu0.2_armhf.deb ...
12:00:19 #11 41.88 Unpacking libcurl3-gnutls:armhf (7.85.0-1ubuntu0.2) ...
12:00:19 #11 41.91 Selecting previously unselected package liberror-perl.
12:00:19 #11 41.91 Preparing to unpack .../212-liberror-perl_0.17029-1_all.deb ...
12:00:19 #11 41.92 Unpacking liberror-perl (0.17029-1) ...
12:00:19 #11 41.95 Selecting previously unselected package git-man.
12:00:19 #11 41.95 Preparing to unpack .../213-git-man_1%3a2.37.2-1ubuntu1.2_all.deb ...
12:00:19 #11 41.96 Unpacking git-man (1:2.37.2-1ubuntu1.2) ...
12:00:19 #11 42.01 Selecting previously unselected package git.
12:00:19 #11 42.01 Preparing to unpack .../214-git_1%3a2.37.2-1ubuntu1.2_armhf.deb ...
12:00:19 #10 59.92 Setting up libgpgme11:arm64 (1.14.0-1+b2) ...
12:00:19 #10 59.93 Setting up gcc (4:10.2.1-1) ...
12:00:19 #10 59.96 Setting up dirmngr (2.2.27-2+deb11u2) ...
12:00:19 #10 60.09 Setting up perl (5.32.1-4+deb11u2) ...
12:00:19 #10 60.11 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
12:00:19 #10 60.13 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:00:19 #10 60.13 Setting up libdata-dump-perl (1.23-1.1) ...
12:00:19 #10 60.15 Setting up libref-util-perl (0.204-1) ...
12:00:19 #10 60.16 Setting up libipc-system-simple-perl (1.30-1) ...
12:00:19 #10 60.17 Setting up libnet-domain-tld-perl (1.75-1.1) ...
12:00:19 #10 60.18 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
12:00:19 #10 60.19 Setting up libvariable-magic-perl (0.62-1+b3) ...
12:00:19 #10 60.20 Setting up libio-html-perl (1.004-2) ...
12:00:19 #10 60.21 Setting up libpod-parser-perl (1.63-2) ...
12:00:19 #10 60.22 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
12:00:19 #10 60.24 Setting up liblist-moreutils-xs-perl (0.430-2) ...
12:00:19 #10 60.25 Setting up libparams-util-perl (1.102-1+b1) ...
12:00:19 #10 60.26 Setting up libdpkg-perl (1.20.12) ...
12:00:19 #10 60.27 Setting up libtime-duration-perl (1.21-1) ...
12:00:19 #10 60.29 Setting up autoconf (2.69-14) ...
12:00:19 #10 60.30 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:19 #10 60.31 Setting up libarray-intspan-perl (2.004-1) ...
12:00:19 #10 60.33 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:19 #10 60.34 Setting up libtimedate-perl (2.3300-2) ...
12:00:19 #10 60.35 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
12:00:19 #10 60.36 Setting up libsub-name-perl (0.26-1+b1) ...
12:00:19 #10 60.37 Setting up libtype-tiny-xs-perl (0.022-1) ...
12:00:19 #10 60.39 Setting up g++ (4:10.2.1-1) ...
12:00:19 #10 60.41 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:19 #10 60.42 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:00:19 #10 60.43 Setting up libproc-processtable-perl (0.59-2+b1) ...
12:00:19 #10 60.44 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:00:19 #10 60.45 Setting up xauth (1:1.1-1) ...
12:00:19 #10 60.47 Setting up libpath-tiny-perl (0.118-1) ...
12:00:19 #10 60.48 Setting up libarchive-cpio-perl (0.10-1.1) ...
12:00:19 #10 60.49 Setting up libjson-perl (4.03000-1) ...
12:00:19 #10 60.51 Setting up libipc-run3-perl (0.048-2) ...
12:00:19 #10 60.52 Setting up libfcgi-perl:arm64 (0.79+ds-2) ...
12:00:19 #10 60.53 Setting up libsub-override-perl (0.09-2) ...
12:00:19 #10 60.55 Setting up libaliased-perl (0.34-1.1) ...
12:00:19 #10 60.56 Setting up libstrictures-perl (2.000006-1) ...
12:00:19 #10 60.58 Setting up libsub-quote-perl (2.006006-1) ...
12:00:19 #10 60.59 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:00:19 #10 60.61 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
12:00:19 #10 60.62 Setting up libfontconfig1:arm64 (2.13.1-4.2) ...
12:00:19 #10 60.63 Setting up libsort-versions-perl (1.62-1) ...
12:00:19 #10 60.64 Setting up libexporter-tiny-perl (1.002002-1) ...
12:00:19 #10 60.65 Setting up libre-engine-re2-perl:arm64 (0.14-1) ...
12:00:19 #10 60.67 Setting up libfile-dirlist-perl (0.05-2) ...
12:00:19 #10 60.68 Setting up libterm-readkey-perl (2.38-1+b2) ...
12:00:19 #10 60.69 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
12:00:19 #10 60.70 Setting up libperlio-gzip-perl (0.19-1+b7) ...
12:00:19 #10 60.72 Setting up libsys-hostname-long-perl (1.5-2) ...
12:00:19 #10 60.73 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
12:00:19 #10 60.74 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
12:00:19 #10 60.75 Setting up liburi-perl (5.08-1) ...
12:00:19 #10 60.77 Setting up libfile-touch-perl (0.11-1) ...
12:00:19 #10 60.78 Setting up python3.9 (3.9.2-1) ...
12:00:19 #10 48.46 Preparing to unpack .../210-libfont-afm-perl_1.20-2_all.deb ...
12:00:19 #10 48.47 Unpacking libfont-afm-perl (1.20-2) ...
12:00:19 #10 48.51 Selecting previously unselected package libfribidi0:armhf.
12:00:19 #10 48.51 Preparing to unpack .../211-libfribidi0_1.0.5-3.1+deb10u2_armhf.deb ...
12:00:19 #10 48.51 Unpacking libfribidi0:armhf (1.0.5-3.1+deb10u2) ...
12:00:19 #10 48.55 Selecting previously unselected package libfuture-perl.
12:00:19 #10 48.55 Preparing to unpack .../212-libfuture-perl_0.39-1_all.deb ...
12:00:19 #10 48.56 Unpacking libfuture-perl (0.39-1) ...
12:00:19 #10 48.59 Selecting previously unselected package libio-stringy-perl.
12:00:19 #10 48.60 Preparing to unpack .../213-libio-stringy-perl_2.111-3_all.deb ...
12:00:19 #10 48.60 Unpacking libio-stringy-perl (2.111-3) ...
12:00:19 #10 48.63 Selecting previously unselected package libparams-validate-perl.
12:00:19 #10 48.64 Preparing to unpack .../214-libparams-validate-perl_1.29-1+b1_armhf.deb ...
12:00:19 #10 48.64 Unpacking libparams-validate-perl (1.29-1+b1) ...
12:00:19 #10 48.68 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:00:19 #10 48.68 Preparing to unpack .../215-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
12:00:19 #13 3.146 Reading package lists...
12:00:19 #13 3.895 Building dependency tree...
12:00:19 #13 4.058 Reading state information...
12:00:19 #13 4.078 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:19 #13 4.128 Starting 2 pkgProblemResolver with broken count: 0
12:00:19 #13 4.130 Done
12:00:19 #13 4.152  Done
12:00:19 #13 4.161 Starting pkgProblemResolver with broken count: 0
12:00:19 #13 4.192 Starting 2 pkgProblemResolver with broken count: 0
12:00:19 #13 4.195 Done
12:00:19 #13 4.311 The following additional packages will be installed:
12:00:19 #10 34.28 Preparing to unpack .../077-libelf1_0.183-1_armhf.deb ...
12:00:19 #10 34.29 Unpacking libelf1:armhf (0.183-1) ...
12:00:19 #10 34.35 Selecting previously unselected package dwz.
12:00:19 #10 34.35 Preparing to unpack .../078-dwz_0.13+20210201-1_armhf.deb ...
12:00:19 #10 34.36 Unpacking dwz (0.13+20210201-1) ...
12:00:19 #10 34.42 Selecting previously unselected package libicu67:armhf.
12:00:19 #10 34.42 Preparing to unpack .../079-libicu67_67.1-7_armhf.deb ...
12:00:19 #10 34.42 Unpacking libicu67:armhf (67.1-7) ...
12:00:19 + cp tini-static /usr/local/bin/docker-init
12:00:19 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:19 + PRODUCT=docker
12:00:19 + hack/make.sh dynbinary
12:00:19 
12:00:19 Removing bundles/
12:00:19 
12:00:19 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:19 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:00:19 #14 DONE 2.8s
12:00:19 
12:00:19 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:00:19 #15 DONE 0.0s
12:00:19 
12:00:19 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:00:19 #16 DONE 0.0s
12:00:19 
12:00:19 #17 exporting to image
12:00:19 #17 exporting layers
12:00:19 #10 34.37 Preparing to unpack .../libcrypt1_1%3a4.4.33-2_armhf.deb ...
12:00:19 #10 34.38 Unpacking libcrypt1:armhf (1:4.4.33-2) over (1:4.4.33-1) ...
12:00:19 #10 34.44 Setting up libcrypt1:armhf (1:4.4.33-2) ...
12:00:19 #10 34.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 ... 10365 files and directories currently installed.)
12:00:19 #10 34.52 Preparing to unpack .../libc-bin_2.36-8+rpi1_armhf.deb ...
12:00:19 #10 34.53 Unpacking libc-bin (2.36-8+rpi1) over (2.36-6+rpi1) ...
12:00:19 #13 8.210 Preparing to unpack .../16-libpcre2-dev_10.40-1ubuntu1_amd64.deb ...
12:00:19 #13 8.214 Unpacking libpcre2-dev:amd64 (10.40-1ubuntu1) ...
12:00:19 #13 8.255 Selecting previously unselected package libselinux1-dev:amd64.
12:00:19 #13 8.258 Preparing to unpack .../17-libselinux1-dev_3.4-1_amd64.deb ...
12:00:19 #13 8.261 Unpacking libselinux1-dev:amd64 (3.4-1) ...
12:00:19 #13 8.297 Selecting previously unselected package libdevmapper-dev:amd64.
12:00:19 #13 8.300 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.185-1ubuntu1_amd64.deb ...
12:00:19 #13 8.304 Unpacking libdevmapper-dev:amd64 (2:1.02.185-1ubuntu1) ...
12:00:19 #13 8.331 Selecting previously unselected package libseccomp-dev:amd64.
12:00:19 #13 8.334 Preparing to unpack .../19-libseccomp-dev_2.5.4-1ubuntu1_amd64.deb ...
12:00:19 #13 8.337 Unpacking libseccomp-dev:amd64 (2.5.4-1ubuntu1) ...
12:00:19 #13 8.364 Selecting previously unselected package libsystemd-dev:amd64.
12:00:19 #13 8.367 Preparing to unpack .../20-libsystemd-dev_251.4-1ubuntu7_amd64.deb ...
12:00:19 #13 8.370 Unpacking libsystemd-dev:amd64 (251.4-1ubuntu7) ...
12:00:19 #13 8.424 Selecting previously unselected package pkg-config.
12:00:19 #13 8.427 Preparing to unpack .../21-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
12:00:19 #13 8.431 Unpacking pkg-config (0.29.2-1ubuntu3) ...
12:00:19 #11 46.01 Unpacking libemail-valid-perl (1.202-1) ...
12:00:19 #11 46.04 Selecting previously unselected package libexporter-tiny-perl.
12:00:19 #11 46.04 Preparing to unpack .../231-libexporter-tiny-perl_1.002001-1_all.deb ...
12:00:19 #11 46.05 Unpacking libexporter-tiny-perl (1.002001-1) ...
12:00:19 #11 46.08 Selecting previously unselected package libipc-system-simple-perl.
12:00:19 #11 46.08 Preparing to unpack .../232-libipc-system-simple-perl_1.26-1_all.deb ...
12:00:19 #11 46.08 Unpacking libipc-system-simple-perl (1.26-1) ...
12:00:19 #11 46.11 Selecting previously unselected package libfile-basedir-perl.
12:00:19 #11 46.11 Preparing to unpack .../233-libfile-basedir-perl_0.08-1_all.deb ...
12:00:19 #11 46.12 Unpacking libfile-basedir-perl (0.08-1) ...
12:00:19 #11 46.15 Selecting previously unselected package libfile-chdir-perl.
12:00:19 #11 46.15 Preparing to unpack .../234-libfile-chdir-perl_0.1008-1_all.deb ...
12:00:19 #11 46.15 Unpacking libfile-chdir-perl (0.1008-1) ...
12:00:19 #11 46.18 Selecting previously unselected package libfile-fcntllock-perl.
12:00:19 #11 46.18 Preparing to unpack .../235-libfile-fcntllock-perl_0.22-3build4_armhf.deb ...
12:00:19 #11 46.18 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
12:00:19 #11 46.22 Selecting previously unselected package libnumber-compare-perl.
12:00:19 #11 46.22 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ...
12:00:19 #11 59.60 0 added, 0 removed; done.
12:00:19 #11 59.60 Running hooks in /etc/ca-certificates/update.d...
12:00:19 #11 59.60 done.
12:00:19 #11 59.61 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:00:19 #10 41.69 Selecting previously unselected package iso-codes.
12:00:19 #13 4.312   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:00:19 #13 4.312   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
12:00:19 #13 4.312   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
12:00:19 #13 4.312   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:19 #13 4.314 Suggested packages:
12:00:19 #13 4.314   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:00:19 #13 4.314 Recommended packages:
12:00:19 #13 4.314   dmsetup
12:00:19 #13 4.354 The following NEW packages will be installed:
12:00:19 #13 4.354   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:00:19 #13 4.354   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
12:00:19 #13 4.355   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
12:00:19 #13 4.355   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:19 #12 7.798   Installing       : vim-filesystem-2:9.0.1262-1.fc37.noarch              21/99 
12:00:19 #12 7.807   Installing       : libubsan-12.2.1-4.fc37.aarch64                       22/99 
12:00:19 #12 7.814   Installing       : libedit-3.1-43.20221009cvs.fc37.aarch64              23/99 
12:00:19 #12 7.820   Installing       : libatomic-12.2.1-4.fc37.aarch64                      24/99 
12:00:19 #12 7.830   Installing       : libasan-12.2.1-4.fc37.aarch64                        25/99 
12:00:19 #12 7.948   Installing       : kernel-headers-6.1.5-200.fc37.aarch64                26/99 
12:00:19 #12 7.960   Installing       : libxcrypt-devel-4.4.33-4.fc37.aarch64                27/99 
12:00:19 #12 8.017   Installing       : glibc-devel-2.36-9.fc37.aarch64                      28/99 
12:00:19 #10 61.42 Setting up libemail-address-xs-perl (1.04-1+b3) ...
12:00:19 #10 61.43 Setting up libnet-ssleay-perl (1.88-3+b1) ...
12:00:19 #10 61.44 Setting up automake (1:1.16.3-2) ...
12:00:19 #10 61.45 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:19 #10 61.46 Setting up libapt-pkg-perl (0.1.39) ...
12:00:19 #10 61.47 Setting up libio-sessiondata-perl (1.03-1.1) ...
12:00:19 #10 61.48 Setting up libstring-escape-perl (2010.002-2) ...
12:00:19 #10 61.49 Setting up libhttp-date-perl (6.05-1) ...
12:00:19 #10 61.51 Setting up libfile-which-perl (1.23-1) ...
12:00:19 #10 61.52 Setting up libfile-basedir-perl (0.08-1) ...
12:00:19 #10 61.53 Setting up libnumber-range-perl (0.12-1.1) ...
12:00:19 #10 61.54 Setting up libtask-weaken-perl (1.06-1) ...
12:00:19 #10 48.69 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
12:00:19 #10 48.72 Selecting previously unselected package libsort-versions-perl.
12:00:19 #10 48.72 Preparing to unpack .../216-libsort-versions-perl_1.62-1_all.deb ...
12:00:19 #10 48.73 Unpacking libsort-versions-perl (1.62-1) ...
12:00:19 #10 48.77 Selecting previously unselected package libgit-wrapper-perl.
12:00:19 #10 48.77 Preparing to unpack .../217-libgit-wrapper-perl_0.048-1_all.deb ...
12:00:19 #10 48.77 Unpacking libgit-wrapper-perl (0.048-1) ...
12:00:19 #10 48.80 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:00:19 #10 48.81 Preparing to unpack .../218-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
12:00:19 #10 48.81 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
12:00:19 #10 48.84 Selecting previously unselected package libio-prompter-perl.
12:00:19 #10 48.84 Preparing to unpack .../219-libio-prompter-perl_0.004015-1_all.deb ...
12:00:19 #10 48.85 Unpacking libio-prompter-perl (0.004015-1) ...
12:00:19 #10 48.88 Selecting previously unselected package libjson-perl.
12:00:19 #10 48.88 Preparing to unpack .../220-libjson-perl_4.02000-1_all.deb ...
12:00:19 #10 48.88 Unpacking libjson-perl (4.02000-1) ...
12:00:19 #10 48.92 Selecting previously unselected package liblog-any-perl.
12:00:19 #11 44.68 Preparing to unpack .../234-libnet-ipv6addr-perl_1.02-1_all.deb ...
12:00:19 #11 44.69 Unpacking libnet-ipv6addr-perl (1.02-1) ...
12:00:19 #11 44.71 Selecting previously unselected package libnet-netmask-perl.
12:00:19 #11 44.72 Preparing to unpack .../235-libnet-netmask-perl_2.0001-1_all.deb ...
12:00:19 #11 44.72 Unpacking libnet-netmask-perl (2.0001-1) ...
12:00:19 #11 44.77 Selecting previously unselected package libnetaddr-ip-perl.
12:00:19 #11 44.77 Preparing to unpack .../236-libnetaddr-ip-perl_4.079+dfsg-1build7_armhf.deb ...
12:00:19 #11 44.77 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
12:00:19 #11 44.81 Selecting previously unselected package libdata-validate-ip-perl.
12:00:19 #11 44.81 Preparing to unpack .../237-libdata-validate-ip-perl_0.30-1_all.deb ...
12:00:19 #11 44.82 Unpacking libdata-validate-ip-perl (0.30-1) ...
12:00:19 #11 44.84 Selecting previously unselected package libdata-validate-uri-perl.
12:00:19 #11 44.85 Preparing to unpack .../238-libdata-validate-uri-perl_0.07-2_all.deb ...
12:00:19 #11 44.85 Unpacking libdata-validate-uri-perl (0.07-2) ...
12:00:19 #11 44.88 Selecting previously unselected package libdistro-info-perl.
12:00:19 #11 44.88 Preparing to unpack .../239-libdistro-info-perl_1.1build1_all.deb ...
12:00:19 #11 44.88 Unpacking libdistro-info-perl (1.1build1) ...
12:00:19 #11 44.91 Selecting previously unselected package libemail-address-xs-perl.
12:00:19 #11 44.92 Preparing to unpack .../240-libemail-address-xs-perl_1.04-1build6_armhf.deb ...
12:00:19 #11 44.92 Unpacking libemail-address-xs-perl (1.04-1build6) ...
12:00:19 #11 44.95 Selecting previously unselected package libipc-system-simple-perl.
12:00:19 #11 44.95 Preparing to unpack .../241-libipc-system-simple-perl_1.30-1_all.deb ...
12:00:19 #11 44.95 Unpacking libipc-system-simple-perl (1.30-1) ...
12:00:19 #11 44.98 Selecting previously unselected package libfile-basedir-perl.
12:00:19 #11 44.99 Preparing to unpack .../242-libfile-basedir-perl_0.09-1_all.deb ...
12:00:19 #11 44.99 Unpacking libfile-basedir-perl (0.09-1) ...
12:00:19 #11 42.02 Unpacking git (1:2.37.2-1ubuntu1.2) ...
12:00:19 #11 42.21 Selecting previously unselected package libalgorithm-diff-perl.
12:00:19 #11 42.22 Preparing to unpack .../215-libalgorithm-diff-perl_1.201-1_all.deb ...
12:00:19 #11 42.22 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:00:19 #11 42.26 Selecting previously unselected package libalgorithm-diff-xs-perl:armhf.
12:00:19 #11 42.26 Preparing to unpack .../216-libalgorithm-diff-xs-perl_0.04-7_armhf.deb ...
12:00:19 #11 42.27 Unpacking libalgorithm-diff-xs-perl:armhf (0.04-7) ...
12:00:19 #10 34.72 Setting up libc-bin (2.36-8+rpi1) ...
12:00:19 #10 34.82 Selecting previously unselected package libpython3.11-minimal:armhf.
12:00:19 #10 34.82 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10365 files and directories currently installed.)
12:00:19 #10 34.84 Preparing to unpack .../libpython3.11-minimal_3.11.1-2_armhf.deb ...
12:00:19 #10 34.84 Unpacking libpython3.11-minimal:armhf (3.11.1-2) ...
12:00:19 #13 8.467 Setting up libseccomp-dev:amd64 (2.5.4-1ubuntu1) ...
12:00:19 #13 8.478 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
12:00:19 #13 8.488 Setting up libarchive13:amd64 (3.6.0-1ubuntu1) ...
12:00:19 #13 8.499 Setting up libpcre2-16-0:amd64 (10.40-1ubuntu1) ...
12:00:19 #13 8.508 Setting up libpcre2-32-0:amd64 (10.40-1ubuntu1) ...
12:00:19 #13 8.517 Setting up libuv1:amd64 (1.44.2-1) ...
12:00:19 #13 8.528 Setting up emacsen-common (3.0.4) ...
12:00:19 #13 8.563 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
12:00:19 #13 8.573 Setting up bash-completion (1:2.11-6ubuntu1) ...
12:00:19 #13 8.592 Setting up libjsoncpp25:amd64 (1.9.5-4) ...
12:00:19 #13 8.601 Setting up pkg-config (0.29.2-1ubuntu3) ...
12:00:19 #13 8.645 Setting up libudev-dev:amd64 (251.4-1ubuntu7) ...
12:00:19 #13 8.655 Setting up libsepol-dev:amd64 (3.4-2) ...
12:00:19 #13 8.664 Setting up libpcre2-posix3:amd64 (10.40-1ubuntu1) ...
12:00:19 #13 8.674 Setting up librhash0:amd64 (1.4.2-1ubuntu1) ...
12:00:19 #13 8.684 Setting up cmake-data (3.24.2-1ubuntu1) ...
12:00:19 #13 8.719 Setting up dh-apparmor (3.0.7-1ubuntu2) ...
12:00:19 #13 8.728 Setting up libsystemd-dev:amd64 (251.4-1ubuntu7) ...
12:00:19 #13 8.737 Setting up libpcre2-dev:amd64 (10.40-1ubuntu1) ...
12:00:19 #13 8.746 Setting up libselinux1-dev:amd64 (3.4-1) ...
12:00:19 #13 8.755 Setting up libdevmapper-dev:amd64 (2:1.02.185-1ubuntu1) ...
12:00:19 #13 8.764 Setting up cmake (3.24.2-1ubuntu1) ...
12:00:19 #13 8.773 Setting up docker-ce-build-deps (1.0) ...
12:00:19 #10 53.60 Setting up libltdl-dev:armhf (2.4.6-2) ...
12:00:19 #10 61.80 Setting up libgpgme11:amd64 (1.18.0-3+b1) ...
12:00:19 #10 61.81 Setting up dirmngr (2.2.40-1) ...
12:00:19 #10 61.95 Setting up perl (5.36.0-7) ...
12:00:19 #10 61.97 Setting up libpackage-stash-xs-perl:amd64 (0.30-1+b1) ...
12:00:19 #10 61.98 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:00:19 #10 62.00 Setting up libxs-parse-keyword-perl (0.32-1) ...
12:00:19 #10 62.01 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
12:00:19 #10 62.02 Setting up libdata-dump-perl (1.25-1) ...
12:00:19 #10 62.03 Setting up gcc-12 (12.2.0-14) ...
12:00:19 #10 62.04 Setting up libfile-find-rule-perl (0.34-3) ...
12:00:19 #10 62.06 Setting up libref-util-perl (0.204-2) ...
12:00:19 #10 62.07 Setting up libipc-system-simple-perl (1.30-2) ...
12:00:19 #10 62.08 Setting up libnet-domain-tld-perl (1.75-3) ...
12:00:19 #10 62.09 Setting up libperlio-utf8-strict-perl (0.010-1) ...
12:00:19 #10 62.10 Setting up libsocket6-perl (0.29-3) ...
12:00:19 #11 46.22 Unpacking libnumber-compare-perl (0.03-1) ...
12:00:19 #11 46.25 Selecting previously unselected package libtext-glob-perl.
12:00:19 #11 46.25 Preparing to unpack .../237-libtext-glob-perl_0.10-1_all.deb ...
12:00:19 #11 46.25 Unpacking libtext-glob-perl (0.10-1) ...
12:00:19 #11 46.28 Selecting previously unselected package libfile-find-rule-perl.
12:00:19 #11 46.28 Preparing to unpack .../238-libfile-find-rule-perl_0.34-1_all.deb ...
12:00:19 #11 46.28 Unpacking libfile-find-rule-perl (0.34-1) ...
12:00:19 #11 46.31 Selecting previously unselected package libfont-afm-perl.
12:00:19 #11 46.31 Preparing to unpack .../239-libfont-afm-perl_1.20-2_all.deb ...
12:00:19 #11 46.31 Unpacking libfont-afm-perl (1.20-2) ...
12:00:19 #11 46.34 Selecting previously unselected package libio-string-perl.
12:00:19 #11 46.34 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ...
12:00:19 #11 46.35 Unpacking libio-string-perl (1.08-3) ...
12:00:19 #11 46.37 Selecting previously unselected package libfont-ttf-perl.
12:00:19 #11 46.37 Preparing to unpack .../241-libfont-ttf-perl_1.06-1_all.deb ...
12:00:19 #11 46.38 Unpacking libfont-ttf-perl (1.06-1) ...
12:00:19 #11 46.45 Selecting previously unselected package libfuture-perl.
12:00:19 #11 46.45 Preparing to unpack .../242-libfuture-perl_0.43-1_all.deb ...
12:00:19 #11 46.45 Unpacking libfuture-perl (0.43-1) ...
12:00:19 #11 46.48 Selecting previously unselected package libio-stringy-perl.
12:00:19 #11 46.49 Preparing to unpack .../243-libio-stringy-perl_2.111-3_all.deb ...
12:00:19 #11 46.49 Unpacking libio-stringy-perl (2.111-3) ...
12:00:19 #11 46.53 Selecting previously unselected package libparams-validate-perl.
12:00:19 #11 46.53 Preparing to unpack .../244-libparams-validate-perl_1.29-3_armhf.deb ...
12:00:19 #11 46.53 Unpacking libparams-validate-perl (1.29-3) ...
12:00:19 #11 46.57 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:00:19 #11 46.57 Preparing to unpack .../245-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
12:00:19 #11 46.57 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
12:00:19 #11 46.60 Selecting previously unselected package libsort-versions-perl.
12:00:19 #11 46.60 Preparing to unpack .../246-libsort-versions-perl_1.62-1_all.deb ...
12:00:19 #11 46.60 Unpacking libsort-versions-perl (1.62-1) ...
12:00:19 #11 46.63 Selecting previously unselected package libgit-wrapper-perl.
12:00:19 #11 46.64 Preparing to unpack .../247-libgit-wrapper-perl_0.048-1_all.deb ...
12:00:19 #11 46.64 Unpacking libgit-wrapper-perl (0.048-1) ...
12:00:19 #11 46.67 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:00:19 #10 48.92 Preparing to unpack .../221-liblog-any-perl_1.707-1_all.deb ...
12:00:19 #10 48.93 Unpacking liblog-any-perl (1.707-1) ...
12:00:19 #10 48.96 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:00:19 #10 48.97 Preparing to unpack .../222-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:00:19 #10 48.97 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:00:19 #10 49.00 Selecting previously unselected package libpackage-stash-perl.
12:00:19 #10 49.01 Preparing to unpack .../223-libpackage-stash-perl_0.38-1_all.deb ...
12:00:19 #10 49.01 Unpacking libpackage-stash-perl (0.38-1) ...
12:00:19 #10 49.05 Selecting previously unselected package libsub-identify-perl.
12:00:19 #10 49.05 Preparing to unpack .../224-libsub-identify-perl_0.14-1+b1_armhf.deb ...
12:00:19 #10 49.06 Unpacking libsub-identify-perl (0.14-1+b1) ...
12:00:19 #10 49.09 Selecting previously unselected package libnamespace-clean-perl.
12:00:19 #10 49.09 Preparing to unpack .../225-libnamespace-clean-perl_0.27-1_all.deb ...
12:00:19 #10 49.09 Unpacking libnamespace-clean-perl (0.27-1) ...
12:00:19 #10 49.12 Selecting previously unselected package libpath-tiny-perl.
12:00:19 #10 49.13 Preparing to unpack .../226-libpath-tiny-perl_0.108-1_all.deb ...
12:00:19 #10 49.13 Unpacking libpath-tiny-perl (0.108-1) ...
12:00:19 #10 61.55 Setting up libunicode-utf8-perl (0.62-1+b2) ...
12:00:19 #10 61.56 Setting up libmouse-perl (2.5.10-1+b1) ...
12:00:19 #10 61.57 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
12:00:19 #10 61.58 Setting up libfile-listing-perl (6.14-1) ...
12:00:19 #10 61.59 Setting up libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
12:00:19 #10 61.60 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
12:00:19 #10 61.61 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:00:19 #10 61.63 Setting up libdata-messagepack-perl (1.00-4+b1) ...
12:00:19 #10 61.64 Setting up libclass-inspector-perl (1.36-1) ...
12:00:19 #10 61.65 Setting up libfont-afm-perl (1.20-3) ...
12:00:19 #10 61.66 Setting up libwant-perl (0.29-1+b6) ...
12:00:19 #10 61.68 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:00:19 #10 61.69 Setting up libtext-glob-perl (0.11-1) ...
12:00:19 #10 61.70 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:00:19 #10 61.71 Setting up liblist-compare-perl (0.55-1) ...
12:00:19 #10 61.77 Setting up libref-util-xs-perl (0.117-1+b3) ...
12:00:19 #10 61.79 Setting up libio-pty-perl (1:1.15-2) ...
12:00:19 #10 61.80 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
12:00:19 #10 61.82 Setting up libsort-key-perl (1.33-2+b3) ...
12:00:19 #10 61.83 Setting up libclone-perl (0.45-1+b1) ...
12:00:19 #10 61.84 Setting up libalgorithm-diff-perl (1.201-1) ...
12:00:19 #10 61.86 Setting up libarchive-zip-perl (1.68-1) ...
12:00:19 #10 61.87 Setting up libsub-identify-perl (0.14-1+b3) ...
12:00:19 #10 61.88 Setting up libdistro-info-perl (1.0) ...
12:00:19 #10 41.69 Preparing to unpack .../166-iso-codes_4.12.0-1_all.deb ...
12:00:19 #10 41.70 Unpacking iso-codes (4.12.0-1) ...
12:00:19 #12 8.081   Installing       : glibc-static-2.36-9.fc37.aarch64                     29/99 
12:00:19 #12 8.088   Installing       : libxcrypt-static-4.4.33-4.fc37.aarch64               30/99 
12:00:19 #12 8.094   Installing       : dbus-common-1:1.14.4-1.fc37.noarch                   31/99 
12:00:19 #12 8.098   Running scriptlet: dbus-common-1:1.14.4-1.fc37.noarch                   31/99 
12:00:19 #12 8.110   Running scriptlet: dbus-broker-32-1.fc37.aarch64                        32/99 
12:00:19 #12 8.185   Installing       : dbus-broker-32-1.fc37.aarch64                        32/99 
12:00:19 #12 8.191   Running scriptlet: dbus-broker-32-1.fc37.aarch64                        32/99 
12:00:19 #12 8.201   Installing       : dbus-1:1.14.4-1.fc37.aarch64                         33/99 
12:00:19 #12 8.206   Installing       : annobin-docs-10.92-1.fc37.noarch                     34/99 
12:00:19 #12 8.214   Installing       : rhash-1.4.2-3.fc37.aarch64                           35/99 
12:00:19 #12 8.222   Installing       : qrencode-libs-4.1.1-3.fc37.aarch64                   36/99 
12:00:19 #11 45.02 Selecting previously unselected package libfile-chdir-perl.
12:00:19 #11 45.02 Preparing to unpack .../243-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:00:19 #11 45.02 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:00:19 #11 45.05 Selecting previously unselected package libfile-fcntllock-perl.
12:00:19 #11 45.05 Preparing to unpack .../244-libfile-fcntllock-perl_0.22-3build7_armhf.deb ...
12:00:19 #11 45.06 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
12:00:19 #11 45.09 Selecting previously unselected package libnumber-compare-perl.
12:00:19 #11 45.09 Preparing to unpack .../245-libnumber-compare-perl_0.03-2_all.deb ...
12:00:19 #11 45.10 Unpacking libnumber-compare-perl (0.03-2) ...
12:00:19 #11 45.12 Selecting previously unselected package libtext-glob-perl.
12:00:19 #11 45.13 Preparing to unpack .../246-libtext-glob-perl_0.11-2_all.deb ...
12:00:19 #11 45.13 Unpacking libtext-glob-perl (0.11-2) ...
12:00:19 #11 45.16 Selecting previously unselected package libfile-find-rule-perl.
12:00:19 #11 45.16 Preparing to unpack .../247-libfile-find-rule-perl_0.34-1_all.deb ...
12:00:19 #11 45.17 Unpacking libfile-find-rule-perl (0.34-1) ...
12:00:19 #11 45.20 Selecting previously unselected package libfont-afm-perl.
12:00:19 #11 45.20 Preparing to unpack .../248-libfont-afm-perl_1.20-3_all.deb ...
12:00:19 #11 45.20 Unpacking libfont-afm-perl (1.20-3) ...
12:00:19 #11 45.23 Selecting previously unselected package libio-string-perl.
12:00:19 #11 45.23 Preparing to unpack .../249-libio-string-perl_1.08-3.1_all.deb ...
12:00:19 #11 42.30 Selecting previously unselected package libalgorithm-merge-perl.
12:00:19 #11 42.30 Preparing to unpack .../217-libalgorithm-merge-perl_0.08-4_all.deb ...
12:00:19 #11 42.31 Unpacking libalgorithm-merge-perl (0.08-4) ...
12:00:19 #11 42.34 Selecting previously unselected package libaliased-perl.
12:00:19 #11 42.35 Preparing to unpack .../218-libaliased-perl_0.34-2_all.deb ...
12:00:19 #11 42.35 Unpacking libaliased-perl (0.34-2) ...
12:00:19 #11 42.39 Selecting previously unselected package libapt-pkg-perl.
12:00:19 #11 42.39 Preparing to unpack .../219-libapt-pkg-perl_0.1.40build2_armhf.deb ...
12:00:19 #11 42.39 Unpacking libapt-pkg-perl (0.1.40build2) ...
12:00:19 #11 42.43 Selecting previously unselected package libarchive-cpio-perl.
12:00:19 #11 42.44 Preparing to unpack .../220-libarchive-cpio-perl_0.10-2_all.deb ...
12:00:19 #11 42.44 Unpacking libarchive-cpio-perl (0.10-2) ...
12:00:19 #11 42.47 Selecting previously unselected package libarray-intspan-perl.
12:00:19 #11 42.47 Preparing to unpack .../221-libarray-intspan-perl_2.004-2_all.deb ...
12:00:19 #11 42.48 Unpacking libarray-intspan-perl (2.004-2) ...
12:00:19 #13 5.762 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libarchive13 amd64 3.4.0-2ubuntu1.2 [327 kB]
12:00:19 #13 5.783 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB]
12:00:19 #13 5.788 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
12:00:19 #13 5.796 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB]
12:00:19 #13 5.803 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake amd64 3.16.3-1ubuntu1.20.04.1 [3668 kB]
12:00:19 #13 5.987 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
12:00:19 #13 5.988 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
12:00:19 #13 5.989 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB]
12:00:19 #13 5.990 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.19 [19.7 kB]
12:00:19 #13 5.990 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsepol1-dev amd64 3.0-1ubuntu0.1 [325 kB]
12:00:19 #13 6.000 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB]
12:00:19 #13 6.005 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-32-0 amd64 10.34-7ubuntu0.1 [170 kB]
12:00:19 #13 6.013 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-posix2 amd64 10.34-7ubuntu0.1 [5988 B]
12:00:19 #13 6.013 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-dev amd64 10.34-7ubuntu0.1 [672 kB]
12:00:19 #13 6.063 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB]
12:00:19 #13 6.066 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB]
12:00:19 #13 6.139 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.2 [83.6 kB]
12:00:19 #11 DONE 60.1s
12:00:19 #12 3.293 Reading package lists...
12:00:19 #12 3.864 Building dependency tree...
12:00:19 #12 4.011 Reading state information...
12:00:19 #12 4.016 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:19 #12 4.203 Starting 2 pkgProblemResolver with broken count: 0
12:00:19 #10 35.43 Selecting previously unselected package intltool-debian.
12:00:19 #10 35.43 Preparing to unpack .../054-intltool-debian_0.35.0+20060710.5_all.deb ...
12:00:19 #10 35.45 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:00:19 #13 8.783 Processing triggers for man-db (2.10.2-2) ...
12:00:19 #13 8.852 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:00:19 #13 DONE 9.1s
12:00:19 #10 35.00 Selecting previously unselected package libexpat1:armhf.
12:00:19 #10 35.01 Preparing to unpack .../libexpat1_2.5.0-1_armhf.deb ...
12:00:19 #10 35.02 Unpacking libexpat1:armhf (2.5.0-1) ...
12:00:19 #10 35.07 Selecting previously unselected package python3.11-minimal.
12:00:19 #10 35.07 Preparing to unpack .../python3.11-minimal_3.11.1-2_armhf.deb ...
12:00:19 #10 35.08 Unpacking python3.11-minimal (3.11.1-2) ...
12:00:19 #12 3.379 (1/95): automake-1.16.5-9.fc37.noarch.rpm       2.3 MB/s | 696 kB     00:00    
12:00:19 #10 53.61 Setting up libwind0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:19 #10 53.62 Setting up libasan4:armhf (7.5.0-3ubuntu1~18.04) ...
12:00:19 #10 53.63 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
12:00:19 #10 53.64 Setting up libbinutils:armhf (2.30-21ubuntu1~18.04.8) ...
12:00:19 #10 53.65 Setting up libcilkrts5:armhf (7.5.0-3ubuntu1~18.04) ...
12:00:19 #10 53.67 Setting up libasn1-8-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:19 #10 53.68 Setting up libubsan0:armhf (7.5.0-3ubuntu1~18.04) ...
12:00:19 #10 53.69 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
12:00:19 #10 53.70 Setting up libhcrypto4-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:19 #10 53.72 Setting up binutils-arm-linux-gnueabihf (2.30-21ubuntu1~18.04.8) ...
12:00:19 #10 53.73 Setting up file (1:5.32-2ubuntu0.4) ...
12:00:19 #10 53.74 Setting up fakeroot (1.22-2ubuntu1) ...
12:00:19 #10 53.75 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:19 #10 53.75 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:19 #10 53.75 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:19 #10 53.75 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:19 #10 53.75 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:19 #10 53.75 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:19 #10 53.75 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:19 #10 53.75 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:19 #10 53.75 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:19 #10 53.77 Setting up libhx509-5-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:19 #10 53.78 Setting up libgcc-7-dev:armhf (7.5.0-3ubuntu1~18.04) ...
12:00:19 #10 53.79 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
12:00:19 #10 53.80 Setting up libstdc++-7-dev:armhf (7.5.0-3ubuntu1~18.04) ...
12:00:19 #10 62.11 Setting up libgd3:amd64 (2.3.3-7+b1) ...
12:00:19 #10 62.13 Setting up libvariable-magic-perl (0.63-1+b1) ...
12:00:19 #10 62.14 Setting up libio-html-perl (1.004-3) ...
12:00:19 #10 62.15 Setting up libpod-parser-perl (1.65-1) ...
12:00:19 #10 62.16 Setting up libb-hooks-op-check-perl:amd64 (0.22-2+b1) ...
12:00:19 #10 62.18 Setting up libparams-util-perl (1.102-2+b1) ...
12:00:19 #10 62.19 Setting up libdpkg-perl (1.21.19) ...
12:00:19 #10 62.23 Setting up libtime-duration-perl (1.21-2) ...
12:00:19 #10 62.24 Setting up autoconf (2.71-3) ...
12:00:19 #10 62.25 Setting up libsub-exporter-progressive-perl (0.001013-3) ...
12:00:19 #10 62.27 Setting up libarray-intspan-perl (2.004-2) ...
12:00:19 #10 62.28 Setting up libcapture-tiny-perl (0.48-2) ...
12:00:19 #10 62.29 Setting up libtimedate-perl (2.3300-2) ...
12:00:19 #10 62.30 Setting up libregexp-ipv6-perl (0.03-3) ...
12:00:19 #10 62.32 Setting up gpg-wks-server (2.2.40-1) ...
12:00:19 #10 62.33 Setting up libsub-name-perl:amd64 (0.26-2+b1) ...
12:00:19 #10 62.34 Setting up libtype-tiny-xs-perl:amd64 (0.025-1) ...
12:00:19 #10 62.35 Setting up libsyntax-keyword-try-perl (0.28-1) ...
12:00:19 #10 62.36 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:00:19 #10 62.38 Setting up libproc-processtable-perl:amd64 (0.634-1+b2) ...
12:00:19 #10 62.39 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:00:19 #10 62.40 Setting up xauth (1:1.1.2-1) ...
12:00:19 #10 62.41 Setting up libpath-tiny-perl (0.144-1) ...
12:00:19 #10 62.42 Setting up libarchive-cpio-perl (0.10-3) ...
12:00:19 #10 62.44 Setting up libjson-perl (4.10000-1) ...
12:00:19 #10 62.45 Setting up libnsl2:amd64 (1.3.0-2) ...
12:00:19 #11 46.67 Preparing to unpack .../248-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
12:00:19 #11 46.68 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
12:00:19 #11 46.71 Selecting previously unselected package libio-prompter-perl.
12:00:19 #11 46.71 Preparing to unpack .../249-libio-prompter-perl_0.004015-1_all.deb ...
12:00:19 #11 46.71 Unpacking libio-prompter-perl (0.004015-1) ...
12:00:19 #11 46.75 Selecting previously unselected package libjson-perl.
12:00:19 #11 46.75 Preparing to unpack .../250-libjson-perl_4.02000-2_all.deb ...
12:00:19 #11 46.76 Unpacking libjson-perl (4.02000-2) ...
12:00:19 #11 46.83 Selecting previously unselected package liblog-any-perl.
12:00:19 #11 46.83 Preparing to unpack .../251-liblog-any-perl_1.708-1_all.deb ...
12:00:19 #11 46.84 Unpacking liblog-any-perl (1.708-1) ...
12:00:19 #11 46.88 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:00:19 #11 46.88 Preparing to unpack .../252-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:00:19 #11 46.88 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:00:19 #11 46.91 Selecting previously unselected package libpackage-stash-perl.
12:00:19 #11 46.91 Preparing to unpack .../253-libpackage-stash-perl_0.38-1_all.deb ...
12:00:19 #11 46.92 Unpacking libpackage-stash-perl (0.38-1) ...
12:00:19 #11 46.95 Selecting previously unselected package libsub-identify-perl.
12:00:19 #10 61.89 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
12:00:19 #10 61.90 Setting up libobject-id-perl (0.1.2-2.1) ...
12:00:19 #10 61.91 Setting up libio-stringy-perl (2.111-3) ...
12:00:19 #10 61.93 Setting up liblist-moreutils-perl (0.430-2) ...
12:00:19 #10 61.94 Setting up libhtml-tagset-perl (3.20-4) ...
12:00:19 #10 61.95 Setting up liblog-any-perl (1.709-1) ...
12:00:19 #10 61.96 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:00:19 #10 61.97 Setting up libdevel-size-perl (0.83-1+b2) ...
12:00:19 #10 61.98 Setting up libdebhelper-perl (13.3.4) ...
12:00:19 #10 61.99 Setting up libpod-constants-perl (0.19-2) ...
12:00:19 #10 62.00 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
12:00:19 #10 62.01 Setting up libconvert-binhex-perl (1.125-1) ...
12:00:19 #10 62.02 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:00:19 #10 62.03 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:00:19 #10 62.05 Setting up libtry-tiny-perl (0.30-1) ...
12:00:19 #10 62.06 Setting up libtype-tiny-perl (1.012001-2) ...
12:00:19 #10 62.07 Setting up libcommon-sense-perl (3.75-1+b4) ...
12:00:19 #10 62.08 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:00:19 #10 62.09 Setting up libnet-http-perl (6.20-1) ...
12:00:19 #10 49.16 Selecting previously unselected package libtype-tiny-perl.
12:00:19 #10 49.17 Preparing to unpack .../227-libtype-tiny-perl_1.004004-1_all.deb ...
12:00:19 #10 49.17 Unpacking libtype-tiny-perl (1.004004-1) ...
12:00:19 #10 49.24 Selecting previously unselected package libgitlab-api-v4-perl.
12:00:19 #10 49.24 Preparing to unpack .../228-libgitlab-api-v4-perl_0.16-1_all.deb ...
12:00:19 #10 49.24 Unpacking libgitlab-api-v4-perl (0.16-1) ...
12:00:19 #10 49.28 Selecting previously unselected package libglib2.0-data.
12:00:19 #10 49.29 Preparing to unpack .../229-libglib2.0-data_2.58.3-2+deb10u4_all.deb ...
12:00:19 #10 49.29 Unpacking libglib2.0-data (2.58.3-2+deb10u4) ...
12:00:19 #10 ...
12:00:19 
12:00:19 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:19 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 22.0s done
12:00:19 #7 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:00:19 #7 DONE 61.2s
12:00:19 
12:00:19 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:19 #12 8.323   Installing       : python3-setuptools-62.6.0-2.fc37.noarch              37/99 
12:00:19 #12 8.364   Installing       : python3-setools-4.4.0-9.fc37.aarch64                 38/99 
12:00:19 #12 8.375   Installing       : python3-audit-3.0.9-1.fc37.aarch64                   39/99 
12:00:19 #12 8.381   Installing       : perl-lib-0.65-492.fc37.aarch64                       40/99 
12:00:19 #12 8.388   Installing       : perl-TermReadKey-2.38-14.fc37.aarch64                41/99 
12:00:19 #12 8.394   Installing       : perl-File-Copy-2.39-492.fc37.noarch                  42/99 
12:00:19 #12 8.399   Installing       : perl-File-Compare-1.100.700-492.fc37.noarch          43/99 
12:00:19 #12 8.419   Installing       : autoconf-2.71-4.fc37.noarch                          44/99 
12:00:19 #12 8.443   Installing       : automake-1.16.5-9.fc37.noarch                        45/99 
12:00:19 #12 8.451   Installing       : perl-Error-1:0.17029-10.fc37.noarch                  46/99 
12:00:19 #12 8.460   Installing       : pcre2-utf32-10.40-1.fc37.1.aarch64                   47/99 
12:00:19 #12 8.468   Installing       : pcre2-utf16-10.40-1.fc37.1.aarch64                   48/99 
12:00:19 #12 8.479   Installing       : pcre2-devel-10.40-1.fc37.1.aarch64                   49/99 
12:00:19 #12 8.488   Installing       : libuv-1:1.44.2-2.fc37.aarch64                        50/99 
12:00:19 #12 8.494   Running scriptlet: libutempter-1.2.1-7.fc37.aarch64                     51/99 
12:00:19 #12 8.550   Installing       : libutempter-1.2.1-7.fc37.aarch64                     51/99 
12:00:19 #12 8.624   Installing       : util-linux-2.38.1-1.fc37.aarch64                     52/99 
12:00:19 #12 8.636   Running scriptlet: openssh-8.8p1-7.fc37.aarch64                         53/99 
12:00:19 #11 45.23 Unpacking libio-string-perl (1.08-3.1) ...
12:00:19 #11 45.26 Selecting previously unselected package libfont-ttf-perl.
12:00:19 #11 45.26 Preparing to unpack .../250-libfont-ttf-perl_1.06-1.1_all.deb ...
12:00:19 #11 45.27 Unpacking libfont-ttf-perl (1.06-1.1) ...
12:00:19 #11 45.40 Selecting previously unselected package libsort-versions-perl.
12:00:19 #11 45.40 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
12:00:19 #11 45.41 Unpacking libsort-versions-perl (1.62-1) ...
12:00:19 #11 45.44 Selecting previously unselected package libgit-wrapper-perl.
12:00:19 #11 45.45 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
12:00:19 #11 45.45 Unpacking libgit-wrapper-perl (0.048-1) ...
12:00:19 #11 45.48 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:00:19 #11 45.48 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:00:19 #11 45.48 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:00:19 #11 45.52 Selecting previously unselected package libio-prompter-perl.
12:00:19 #11 45.52 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
12:00:19 #11 45.52 Unpacking libio-prompter-perl (0.004015-1) ...
12:00:19 #11 45.55 Selecting previously unselected package libjson-perl.
12:00:19 #11 45.55 Preparing to unpack .../255-libjson-perl_4.04000-1_all.deb ...
12:00:19 #11 45.55 Unpacking libjson-perl (4.04000-1) ...
12:00:19 #11 45.58 Selecting previously unselected package liblog-any-perl.
12:00:19 #11 42.57 Selecting previously unselected package libmodule-implementation-perl.
12:00:19 #11 42.58 Preparing to unpack .../222-libmodule-implementation-perl_0.09-2_all.deb ...
12:00:19 #11 42.59 Unpacking libmodule-implementation-perl (0.09-2) ...
12:00:19 #11 42.62 Selecting previously unselected package libsub-exporter-progressive-perl.
12:00:19 #11 42.62 Preparing to unpack .../223-libsub-exporter-progressive-perl_0.001013-2_all.deb ...
12:00:19 #11 42.62 Unpacking libsub-exporter-progressive-perl (0.001013-2) ...
12:00:19 #11 42.66 Selecting previously unselected package libvariable-magic-perl.
12:00:19 #11 42.66 Preparing to unpack .../224-libvariable-magic-perl_0.62-2_armhf.deb ...
12:00:19 #11 42.67 Unpacking libvariable-magic-perl (0.62-2) ...
12:00:19 #11 42.69 Selecting previously unselected package libb-hooks-endofscope-perl.
12:00:19 #11 42.70 Preparing to unpack .../225-libb-hooks-endofscope-perl_0.26-1_all.deb ...
12:00:19 #11 42.70 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
12:00:19 #11 42.73 Selecting previously unselected package libberkeleydb-perl:armhf.
12:00:19 #11 42.73 Preparing to unpack .../226-libberkeleydb-perl_0.64-1build3_armhf.deb ...
12:00:19 #11 42.74 Unpacking libberkeleydb-perl:armhf (0.64-1build3) ...
12:00:19 #11 42.77 Selecting previously unselected package libfreetype6:armhf.
12:00:19 #11 42.77 Preparing to unpack .../227-libfreetype6_2.12.1+dfsg-3_armhf.deb ...
12:00:19 #11 42.78 Unpacking libfreetype6:armhf (2.12.1+dfsg-3) ...
12:00:19 #13 6.140 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.19 [246 kB]
12:00:19 #13 6.144 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
12:00:19 #13 6.281 debconf: delaying package configuration, since apt-utils is not installed
12:00:19 #13 6.314 Fetched 8141 kB in 2s (5211 kB/s)
12:00:19 #13 6.342 Selecting previously unselected package bash-completion.
12:00:19 #13 6.343 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 26314 files and directories currently installed.)
12:00:19 #13 6.357 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
12:00:19 
12:00:19 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:00:19 #12 DONE 0.1s
12:00:19 
12:00:19 #13 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:19 #12 4.205 Done
12:00:19 #13 4.768 0 upgraded, 21 newly installed, 0 to remove and 4 not upgraded.
12:00:19 #13 4.768 1 not fully installed or removed.
12:00:19 #13 4.768 Need to get 7397 kB of archives.
12:00:19 #13 4.768 After this operation, 36.6 MB of additional disk space will be used.
12:00:19 #13 4.768 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
12:00:19 
12:00:19 #14 [stage-1 6/9] COPY sources/ /sources
12:00:19 #14 DONE 0.1s
12:00:20 #10 35.29 Setting up libpython3.11-minimal:armhf (3.11.1-2) ...
12:00:20 #10 35.32 Setting up libexpat1:armhf (2.5.0-1) ...
12:00:20 #10 35.34 Setting up python3.11-minimal (3.11.1-2) ...
12:00:20 #12 3.386 (2/95): checkpolicy-3.4-3.fc37.x86_64.rpm       1.1 MB/s | 346 kB     00:00    
12:00:20 #12 3.393 (3/95): cryptsetup-libs-2.5.0-1.fc37.x86_64.rpm 1.4 MB/s | 454 kB     00:00    
12:00:20 #12 3.397 (4/95): dbus-broker-32-1.fc37.x86_64.rpm        9.9 MB/s | 175 kB     00:00    
12:00:20 #12 3.402 (5/95): device-mapper-1.02.175-9.fc37.x86_64.rp 9.9 MB/s | 138 kB     00:00    
12:00:20 #12 3.406 (6/95): device-mapper-libs-1.02.175-9.fc37.x86_  24 MB/s | 177 kB     00:00    
12:00:20 #12 3.410 (7/95): gc-8.0.6-4.fc37.x86_64.rpm               13 MB/s | 103 kB     00:00    
12:00:20 #12 3.418 (8/95): device-mapper-devel-1.02.175-9.fc37.x86 2.2 MB/s |  43 kB     00:00    
12:00:20 #12 3.423 (9/95): jsoncpp-1.9.5-3.fc37.x86_64.rpm          10 MB/s |  98 kB     00:00    
12:00:20 #12 3.427 (10/95): kmod-libs-30-2.fc37.x86_64.rpm         7.6 MB/s |  68 kB     00:00    
12:00:20 #12 3.436 (11/95): less-590-5.fc37.x86_64.rpm              14 MB/s | 160 kB     00:00    
12:00:20 #12 3.444 (12/95): libargon2-20190702-1.fc37.x86_64.rpm   2.3 MB/s |  28 kB     00:00    
12:00:20 #12 3.450 (13/95): libbpf-0.8.0-2.fc37.x86_64.rpm          16 MB/s | 172 kB     00:00    
12:00:20 #12 3.487 (14/95): guile22-2.2.7-6.fc37.x86_64.rpm         81 MB/s | 6.5 MB     00:00    
12:00:20 #12 3.489 (15/95): libcbor-0.7.0-7.fc37.x86_64.rpm        1.3 MB/s |  56 kB     00:00    
12:00:20 #12 3.494 (16/95): libfdisk-2.38.1-1.fc37.x86_64.rpm      3.8 MB/s | 160 kB     00:00    
12:00:20 #12 3.498 (17/95): libfido2-1.11.0-3.fc37.x86_64.rpm       12 MB/s |  97 kB     00:00    
12:00:20 #12 3.501 (18/95): libmpc-1.2.1-5.fc37.x86_64.rpm         5.8 MB/s |  61 kB     00:00    
12:00:20 #12 3.504 (19/95): libseccomp-2.5.3-3.fc37.x86_64.rpm     7.3 MB/s |  70 kB     00:00    
12:00:20 #12 3.508 (20/95): libselinux-devel-3.4-5.fc37.x86_64.rpm  23 MB/s | 148 kB     00:00    
12:00:20 #12 3.511 (21/95): libseccomp-devel-2.5.3-3.fc37.x86_64.r 5.8 MB/s |  60 kB     00:00    
12:00:20 #12 3.515 (22/95): libselinux-utils-3.4-5.fc37.x86_64.rpm  15 MB/s | 158 kB     00:00    
12:00:20 #12 3.518 (23/95): libsepol-devel-3.4-3.fc37.x86_64.rpm   5.2 MB/s |  49 kB     00:00    
12:00:20 #12 3.522 (24/95): libtool-ltdl-2.4.7-2.fc37.x86_64.rpm   5.9 MB/s |  37 kB     00:00    
12:00:20 #12 3.529 (25/95): libtool-2.4.7-2.fc37.x86_64.rpm         43 MB/s | 601 kB     00:00    
12:00:20 #12 3.534 (26/95): libutempter-1.2.1-7.fc37.x86_64.rpm    2.4 MB/s |  26 kB     00:00    
12:00:20 #12 3.538 (27/95): libtool-ltdl-devel-2.4.7-2.fc37.x86_64 8.3 MB/s | 164 kB     00:00    
12:00:20 #12 3.542 (28/95): libuv-1.44.2-2.fc37.x86_64.rpm          12 MB/s | 151 kB     00:00    
12:00:20 #12 3.547 (29/95): libxkbcommon-1.4.1-2.fc37.x86_64.rpm    12 MB/s | 140 kB     00:00    
12:00:20 #12 3.554 (30/95): m4-1.4.19-4.fc37.x86_64.rpm             27 MB/s | 303 kB     00:00    
12:00:20 #12 3.563 (31/95): make-4.3-11.fc37.x86_64.rpm             26 MB/s | 542 kB     00:00    
12:00:20 #12 3.569 (32/95): openssh-8.8p1-7.fc37.x86_64.rpm         21 MB/s | 452 kB     00:00    
12:00:20 #12 3.578 (33/95): openssh-clients-8.8p1-7.fc37.x86_64.rp  31 MB/s | 698 kB     00:00    
12:00:20 #12 3.584 (34/95): pcre2-devel-10.40-1.fc37.1.x86_64.rpm   35 MB/s | 505 kB     00:00    
12:00:20 #12 3.589 (35/95): pcre2-utf16-10.40-1.fc37.1.x86_64.rpm   12 MB/s | 216 kB     00:00    
12:00:20 #12 3.592 (36/95): perl-Error-0.17029-10.fc37.noarch.rpm  6.1 MB/s |  41 kB     00:00    
12:00:20 #12 3.596 (37/95): pcre2-utf32-10.40-1.fc37.1.x86_64.rpm   12 MB/s | 203 kB     00:00    
12:00:20 #12 3.599 (38/95): perl-File-Compare-1.100.700-492.fc37.n 1.7 MB/s |  16 kB     00:00    
12:00:20 #12 3.602 (39/95): perl-File-Copy-2.39-492.fc37.noarch.rp 2.4 MB/s |  23 kB     00:00    
12:00:20 #12 3.605 (40/95): perl-TermReadKey-2.38-14.fc37.x86_64.r 6.2 MB/s |  36 kB     00:00    
12:00:20 #12 3.608 (41/95): perl-File-Find-1.40-492.fc37.noarch.rp 3.1 MB/s |  28 kB     00:00    
12:00:20 #12 3.611 (42/95): perl-Thread-Queue-3.14-489.fc37.noarch 2.5 MB/s |  21 kB     00:00    
12:00:20 #12 3.614 (43/95): perl-lib-0.65-492.fc37.x86_64.rpm      2.1 MB/s |  18 kB     00:00    
12:00:20 #12 3.618 (44/95): perl-threads-2.27-489.fc37.x86_64.rpm  9.0 MB/s |  57 kB     00:00    
12:00:20 #12 3.621 (45/95): perl-threads-shared-1.64-489.fc37.x86_ 4.8 MB/s |  44 kB     00:00    
12:00:20 #12 3.626 (46/95): policycoreutils-3.4-6.fc37.x86_64.rpm   21 MB/s | 238 kB     00:00    
12:00:20 #12 3.630 (47/95): policycoreutils-python-utils-3.4-6.fc3  10 MB/s |  80 kB     00:00    
12:00:20 #12 3.635 (48/95): policycoreutils-devel-3.4-6.fc37.x86_6  11 MB/s | 150 kB     00:00    
12:00:20 #12 3.639 (49/95): python3-audit-3.0.9-1.fc37.x86_64.rpm  6.9 MB/s |  86 kB     00:00    
12:00:20 #12 3.642 (50/95): python3-libselinux-3.4-5.fc37.x86_64.r  16 MB/s | 194 kB     00:00    
12:00:20 #12 3.646 (51/95): python3-libsemanage-3.4-5.fc37.x86_64. 7.8 MB/s |  83 kB     00:00    
12:00:20 #12 3.657 (52/95): python3-setools-4.4.0-9.fc37.x86_64.rp  44 MB/s | 618 kB     00:00    
12:00:20 #12 3.715 (53/95): python3-policycoreutils-3.4-6.fc37.noa  31 MB/s | 2.2 MB     00:00    
12:00:20 #10 53.81 Setting up libperl5.26:armhf (5.26.1-6ubuntu0.6) ...
12:00:20 #10 53.82 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
12:00:20 #10 53.84 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
12:00:20 #10 53.86 Setting up man-db (2.8.3-2ubuntu0.1) ...
12:00:20 #10 53.97 Building database of manual pages ...
12:00:20 #14 DONE 2.3s
12:00:20 
12:00:20 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:00:20 #15 DONE 0.1s
12:00:20 
12:00:20 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:00:20 #16 DONE 0.1s
12:00:20 
12:00:20 #17 exporting to image
12:00:20 #17 exporting layers
12:00:20 #10 ...
12:00:20 
12:00:20 #7 [golang 1/1] FROM docker.io/library/golang:1.19.5-buster@sha256:232847dbcaafa3eedab887ea19cc2ae547f414875f219deb6d7dd8b33ea170c4
12:00:20 #7 extracting sha256:34de77b9ba3c08e1e3e6f467ad68fd61ff9c4b7e81324d45c9aa68324066647a 18.3s done
12:00:20 #7 extracting sha256:9f37a1a65ed0642dface2938dcda7fe79ba67ac18a8c7e367267648476c31170 done
12:00:20 #7 DONE 57.2s
12:00:20 
12:00:20 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:00:20 #10 35.35 Selecting previously unselected package libxml2:armhf.
12:00:20 #10 35.35 Preparing to unpack .../080-libxml2_2.9.10+dfsg-6.7+deb11u3_armhf.deb ...
12:00:20 #10 35.35 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u3) ...
12:00:20 #10 35.46 Selecting previously unselected package gettext.
12:00:20 #10 35.46 Preparing to unpack .../081-gettext_0.21-4_armhf.deb ...
12:00:20 #10 62.46 Setting up libipc-run3-perl (0.048-3) ...
12:00:20 #10 62.47 Setting up libregexp-wildcards-perl (1.05-3) ...
12:00:20 #10 62.48 Setting up libfcgi-perl (0.82+ds-2) ...
12:00:20 #10 62.49 Setting up libsub-override-perl (0.09-4) ...
12:00:20 #10 62.51 Setting up libaliased-perl (0.34-3) ...
12:00:20 #10 62.52 Setting up libstrictures-perl (2.000006-1) ...
12:00:20 #10 62.53 Setting up libsub-quote-perl (2.006008-1) ...
12:00:20 #10 62.54 Setting up libdevel-stacktrace-perl (2.0400-2) ...
12:00:20 #10 62.56 Setting up libclass-xsaccessor-perl (1.19-4+b1) ...
12:00:20 #10 62.57 Setting up libsort-versions-perl (1.62-3) ...
12:00:20 #10 62.58 Setting up libexporter-tiny-perl (1.006000-1) ...
12:00:20 #10 62.60 Setting up libre-engine-re2-perl:amd64 (0.17+ds-1) ...
12:00:20 #10 62.61 Setting up libfile-dirlist-perl (0.05-3) ...
12:00:20 #10 62.62 Setting up libterm-readkey-perl (2.38-2+b1) ...
12:00:20 #10 62.63 Setting up libtext-levenshteinxs-perl (0.03-5+b1) ...
12:00:20 #10 62.64 Setting up libperlio-gzip-perl (0.20-1+b1) ...
12:00:20 #10 62.66 Setting up libsys-hostname-long-perl (1.5-3) ...
12:00:20 #10 62.67 Setting up libhtml-html5-entities-perl (0.004-3) ...
12:00:20 #11 46.95 Preparing to unpack .../254-libsub-identify-perl_0.14-1build2_armhf.deb ...
12:00:20 #11 46.96 Unpacking libsub-identify-perl (0.14-1build2) ...
12:00:20 #11 46.99 Selecting previously unselected package libsub-name-perl.
12:00:20 #11 46.99 Preparing to unpack .../255-libsub-name-perl_0.26-1_armhf.deb ...
12:00:20 #11 47.00 Unpacking libsub-name-perl (0.26-1) ...
12:00:20 #11 47.03 Selecting previously unselected package libnamespace-clean-perl.
12:00:20 #11 47.03 Preparing to unpack .../256-libnamespace-clean-perl_0.27-1_all.deb ...
12:00:20 #11 47.04 Unpacking libnamespace-clean-perl (0.27-1) ...
12:00:20 #11 47.06 Selecting previously unselected package libpath-tiny-perl.
12:00:20 #11 47.06 Preparing to unpack .../257-libpath-tiny-perl_0.108-1_all.deb ...
12:00:20 #11 47.07 Unpacking libpath-tiny-perl (0.108-1) ...
12:00:20 #11 47.10 Selecting previously unselected package libtype-tiny-perl.
12:00:20 #11 47.10 Preparing to unpack .../258-libtype-tiny-perl_1.008001-2_all.deb ...
12:00:20 #11 47.10 Unpacking libtype-tiny-perl (1.008001-2) ...
12:00:20 #11 47.17 Selecting previously unselected package libgitlab-api-v4-perl.
12:00:20 #10 62.10 Setting up libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
12:00:20 #10 62.12 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:00:20 #10 62.13 Setting up libtime-moment-perl (0.44-1+b3) ...
12:00:20 #10 62.14 Setting up libencode-locale-perl (1.05-1.1) ...
12:00:20 #10 62.15 Setting up python3 (3.9.2-3) ...
12:00:20 #10 49.50 Selecting previously unselected package libgpm2:armhf.
12:00:20 #10 49.50 Preparing to unpack .../230-libgpm2_1.20.7-5_armhf.deb ...
12:00:20 #10 49.51 Unpacking libgpm2:armhf (1.20.7-5) ...
12:00:20 #10 49.55 Selecting previously unselected package libidn11:armhf.
12:00:20 #10 49.55 Preparing to unpack .../231-libidn11_1.33-2.2_armhf.deb ...
12:00:20 #10 49.56 Unpacking libidn11:armhf (1.33-2.2) ...
12:00:20 #10 49.60 Selecting previously unselected package libntlm0:armhf.
12:00:20 #10 49.61 Preparing to unpack .../232-libntlm0_1.5-1+deb10u1_armhf.deb ...
12:00:20 #10 49.61 Unpacking libntlm0:armhf (1.5-1+deb10u1) ...
12:00:20 #10 49.65 Selecting previously unselected package libgsasl7.
12:00:20 #10 49.66 Preparing to unpack .../233-libgsasl7_1.8.0-8+deb10u1_armhf.deb ...
12:00:20 #10 49.66 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
12:00:20 #10 49.71 Selecting previously unselected package libhtml-form-perl.
12:00:20 #10 49.72 Preparing to unpack .../234-libhtml-form-perl_6.03-1_all.deb ...
12:00:20 #10 49.73 Unpacking libhtml-form-perl (6.03-1) ...
12:00:20 #10 42.39 Selecting previously unselected package libabsl20220623:armhf.
12:00:20 #10 42.39 Preparing to unpack .../167-libabsl20220623_20220623.1-1_armhf.deb ...
12:00:20 #10 42.44 Unpacking libabsl20220623:armhf (20220623.1-1) ...
12:00:20 #12 8.675   Installing       : openssh-8.8p1-7.fc37.aarch64                         53/99 
12:00:20 #12 8.686   Installing       : libsepol-devel-3.4-3.fc37.aarch64                    54/99 
12:00:20 #12 8.696   Installing       : libselinux-devel-3.4-5.fc37.aarch64                  55/99 
12:00:20 #12 8.711   Installing       : libselinux-utils-3.4-5.fc37.aarch64                  56/99 
12:00:20 #12 8.728   Installing       : policycoreutils-3.4-6.fc37.aarch64                   57/99 
12:00:20 #12 8.736   Running scriptlet: policycoreutils-3.4-6.fc37.aarch64                   57/99 
12:00:20 #12 8.750   Installing       : selinux-policy-37.19-1.fc37.noarch                   58/99 
12:00:20 #12 8.755   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   58/99 
12:00:20 #12 1.601 Last metadata expiration check: 0:00:17 ago on Tue Feb  7 12:00:02 2023.
12:00:20 #11 42.81 Selecting previously unselected package libfontconfig1:armhf.
12:00:20 #11 42.82 Preparing to unpack .../228-libfontconfig1_2.13.1-4.4ubuntu1_armhf.deb ...
12:00:20 #11 42.83 Unpacking libfontconfig1:armhf (2.13.1-4.4ubuntu1) ...
12:00:20 #11 42.86 Selecting previously unselected package libjpeg-turbo8:armhf.
12:00:20 #11 42.86 Preparing to unpack .../229-libjpeg-turbo8_2.1.2-0ubuntu1_armhf.deb ...
12:00:20 #11 42.87 Unpacking libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
12:00:20 #11 42.90 Selecting previously unselected package libjpeg8:armhf.
12:00:20 #11 42.90 Preparing to unpack .../230-libjpeg8_8c-2ubuntu10_armhf.deb ...
12:00:20 #11 42.90 Unpacking libjpeg8:armhf (8c-2ubuntu10) ...
12:00:20 #11 42.94 Selecting previously unselected package libdeflate0:armhf.
12:00:20 #11 42.94 Preparing to unpack .../231-libdeflate0_1.12-1_armhf.deb ...
12:00:20 #11 42.95 Unpacking libdeflate0:armhf (1.12-1) ...
12:00:20 #11 42.98 Selecting previously unselected package libjbig0:armhf.
12:00:20 #11 42.98 Preparing to unpack .../232-libjbig0_2.1-3.1ubuntu0.22.10.1_armhf.deb ...
12:00:20 #11 42.99 Unpacking libjbig0:armhf (2.1-3.1ubuntu0.22.10.1) ...
12:00:20 #11 43.02 Selecting previously unselected package liblerc3:armhf.
12:00:20 #11 43.03 Preparing to unpack .../233-liblerc3_3.0+ds-1ubuntu1_armhf.deb ...
12:00:20 #11 43.03 Unpacking liblerc3:armhf (3.0+ds-1ubuntu1) ...
12:00:20 #11 43.09 Selecting previously unselected package libwebp7:armhf.
12:00:20 #11 43.11 Preparing to unpack .../234-libwebp7_1.2.2-2_armhf.deb ...
12:00:20 #11 43.11 Unpacking libwebp7:armhf (1.2.2-2) ...
12:00:20 #11 45.58 Preparing to unpack .../256-liblog-any-perl_1.710-1_all.deb ...
12:00:20 #11 45.59 Unpacking liblog-any-perl (1.710-1) ...
12:00:20 #11 45.62 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:00:20 #11 45.62 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
12:00:20 #11 45.63 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
12:00:20 #11 45.66 Selecting previously unselected package libpackage-stash-perl.
12:00:20 #11 45.66 Preparing to unpack .../258-libpackage-stash-perl_0.39-1_all.deb ...
12:00:20 #11 45.66 Unpacking libpackage-stash-perl (0.39-1) ...
12:00:20 #11 45.69 Selecting previously unselected package libsub-identify-perl.
12:00:20 #11 45.69 Preparing to unpack .../259-libsub-identify-perl_0.14-1build5_armhf.deb ...
12:00:20 #11 45.70 Unpacking libsub-identify-perl (0.14-1build5) ...
12:00:20 #11 45.73 Selecting previously unselected package libsub-name-perl.
12:00:20 #11 45.73 Preparing to unpack .../260-libsub-name-perl_0.26-1build3_armhf.deb ...
12:00:20 #11 45.73 Unpacking libsub-name-perl (0.26-1build3) ...
12:00:20 #11 45.77 Selecting previously unselected package libnamespace-clean-perl.
12:00:20 #11 45.77 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
12:00:20 #11 45.77 Unpacking libnamespace-clean-perl (0.27-1) ...
12:00:20 #11 45.80 Selecting previously unselected package libpath-tiny-perl.
12:00:20 #10 36.49 Selecting previously unselected package libxml2:armhf.
12:00:20 #10 36.49 Preparing to unpack .../055-libxml2_2.9.10+dfsg-6.7+deb11u3_armhf.deb ...
12:00:20 #10 36.50 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u3) ...
12:00:20 #10 36.63 Selecting previously unselected package gettext.
12:00:20 #10 36.63 Preparing to unpack .../056-gettext_0.21-4_armhf.deb ...
12:00:20 #10 36.64 Unpacking gettext (0.21-4) ...
12:00:20 #12 5.769 Running transaction check
12:00:20 #12 5.884 Transaction check succeeded.
12:00:20 #11 DONE 54.5s
12:00:20 
12:00:20 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:00:20 #12 DONE 0.1s
12:00:20 
12:00:20 #13 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:20 #12 4.358  Done
12:00:20 #12 4.508 Starting pkgProblemResolver with broken count: 0
12:00:20 #12 4.545 Starting 2 pkgProblemResolver with broken count: 0
12:00:20 #12 4.547 Done
12:00:20 #13 5.124 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB]
12:00:20 
12:00:20 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:00:20 #10 35.86 Selecting previously unselected package po-debconf.
12:00:20 #10 35.86 Preparing to unpack .../055-po-debconf_1.0.21_all.deb ...
12:00:20 #10 35.87 Unpacking po-debconf (1.0.21) ...
12:00:20 #10 35.92 Selecting previously unselected package debhelper.
12:00:20 #10 35.92 Preparing to unpack .../056-debhelper_13.2~bpo10+1_all.deb ...
12:00:20 #10 35.92 Unpacking debhelper (13.2~bpo10+1) ...
12:00:20 #10 36.03 Selecting previously unselected package libfakeroot:armhf.
12:00:20 #10 36.03 Preparing to unpack .../057-libfakeroot_1.23-1_armhf.deb ...
12:00:20 #10 36.03 Unpacking libfakeroot:armhf (1.23-1) ...
12:00:20 #10 36.07 Selecting previously unselected package fakeroot.
12:00:20 #10 36.07 Preparing to unpack .../058-fakeroot_1.23-1_armhf.deb ...
12:00:20 #10 36.07 Unpacking fakeroot (1.23-1) ...
12:00:20 #12 3.728 (54/95): python3-setuptools-62.6.0-2.fc37.noarc  21 MB/s | 1.6 MB     00:00    
12:00:20 #12 3.732 (55/95): qrencode-libs-4.1.1-3.fc37.x86_64.rpm  872 kB/s |  61 kB     00:00    
12:00:20 #12 3.741 (56/95): rhash-1.4.2-3.fc37.x86_64.rpm           21 MB/s | 185 kB     00:00    
12:00:20 #12 3.750 (57/95): rpm-plugin-selinux-4.18.0-1.fc37.x86_6 1.1 MB/s |  20 kB     00:00    
12:00:20 #12 3.764 (58/95): util-linux-2.38.1-1.fc37.x86_64.rpm     76 MB/s | 2.3 MB     00:00    
12:00:20 #12 3.766 (59/95): which-2.21-35.fc37.x86_64.rpm          1.9 MB/s |  41 kB     00:00    
12:00:20 #12 3.779 (60/95): annobin-docs-10.92-1.fc37.noarch.rpm   7.6 MB/s |  92 kB     00:00    
12:00:20 #12 3.787 (61/95): annobin-plugin-gcc-10.92-1.fc37.x86_64  44 MB/s | 888 kB     00:00    
12:00:20 #12 3.796 (62/95): autoconf-2.71-4.fc37.noarch.rpm         25 MB/s | 733 kB     00:00    
12:00:20 #12 3.805 (63/95): cmake-filesystem-3.25.2-1.fc37.x86_64. 2.0 MB/s |  17 kB     00:00    
12:00:20 #12 3.835 (64/95): cmake-data-3.25.2-1.fc37.noarch.rpm     56 MB/s | 2.2 MB     00:00    
12:00:20 #12 3.843 (65/95): cmake-rpm-macros-3.25.2-1.fc37.noarch. 442 kB/s |  16 kB     00:00    
12:00:20 #12 3.888 (66/95): cmake-3.25.2-1.fc37.x86_64.rpm          74 MB/s | 6.8 MB     00:00    
12:00:20 #12 3.890 (67/95): dbus-1.14.4-1.fc37.x86_64.rpm          181 kB/s | 7.8 kB     00:00    
12:00:20 #12 3.908 (68/95): dbus-common-1.14.4-1.fc37.noarch.rpm   1.1 MB/s |  15 kB     00:00    
12:00:20 #12 3.974 (69/95): cpp-12.2.1-4.fc37.x86_64.rpm            78 MB/s |  11 MB     00:00    
12:00:20 #10 54.11 Setting up pinentry-curses (1.1.0-1) ...
12:00:20 #10 54.12 Setting up libkrb5-3:armhf (1.16-2ubuntu0.3) ...
12:00:20 #10 54.14 Setting up binutils (2.30-21ubuntu1~18.04.8) ...
12:00:20 #10 54.15 Setting up libkrb5-26-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:20 #10 54.17 Setting up libxcb1:armhf (1.13-2~ubuntu18.04) ...
12:00:20 #10 54.18 Setting up libheimntlm0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:20 #10 54.20 Setting up gpg (2.2.4-1ubuntu1.6) ...
12:00:20 #10 54.21 Setting up libpython3-stdlib:armhf (3.6.7-1~18.04) ...
12:00:20 #10 54.22 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
12:00:20 #10 54.24 Setting up python3 (3.6.7-1~18.04) ...
12:00:20 #10 35.47 Unpacking gettext (0.21-4) ...
12:00:20 #10 35.65 Selecting previously unselected package intltool-debian.
12:00:20 #10 35.65 Preparing to unpack .../082-intltool-debian_0.35.0+20060710.5_all.deb ...
12:00:20 #10 35.65 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:00:20 #10 35.68 Selecting previously unselected package po-debconf.
12:00:20 #10 35.68 Preparing to unpack .../083-po-debconf_1.0.21+nmu1_all.deb ...
12:00:20 #10 35.69 Unpacking po-debconf (1.0.21+nmu1) ...
12:00:20 #10 62.68 Setting up libsereal-decoder-perl (5.002+ds-1) ...
12:00:20 #10 62.69 Setting up liburi-perl (5.17-1) ...
12:00:20 #10 62.72 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:00:20 #10 62.73 Setting up libfile-touch-perl (0.12-2) ...
12:00:20 #10 62.75 Setting up libc-devtools (2.36-8) ...
12:00:20 #10 62.76 Setting up libemail-address-xs-perl (1.05-1+b1) ...
12:00:20 #10 62.77 Setting up libnet-ssleay-perl:amd64 (1.92-2+b1) ...
12:00:20 #10 62.79 Setting up automake (1:1.16.5-1.3) ...
12:00:20 #10 62.80 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:20 #10 62.81 Setting up libapt-pkg-perl (0.1.40+b2) ...
12:00:20 #10 62.82 Setting up libio-sessiondata-perl (1.03-3) ...
12:00:20 #10 62.83 Setting up libstring-escape-perl (2010.002-3) ...
12:00:20 #10 62.84 Setting up libberkeleydb-perl:amd64 (0.64-2+b1) ...
12:00:20 #10 62.85 Setting up libhttp-date-perl (6.05-2) ...
12:00:20 #10 62.87 Setting up libfile-which-perl (1.27-2) ...
12:00:20 #10 62.88 Setting up libfile-basedir-perl (0.09-2) ...
12:00:20 #10 62.89 Setting up libtask-weaken-perl (1.06-2) ...
12:00:20 #10 62.90 Setting up libunicode-utf8-perl (0.62-2) ...
12:00:20 #10 62.92 Setting up libfeature-compat-try-perl (0.05-1) ...
12:00:20 #10 62.93 Setting up libset-intspan-perl (1.19-3) ...
12:00:20 #10 62.94 Setting up libmouse-perl (2.5.10-1+b3) ...
12:00:20 #10 62.96 Setting up libossp-uuid-perl (1.6.2-1.5+b11) ...
12:00:20 #10 62.97 Setting up libfile-listing-perl (6.15-1) ...
12:00:20 #10 62.99 Setting up libsys-cpuaffinity-perl (1.13~03-2+b1) ...
12:00:20 #11 47.17 Preparing to unpack .../259-libgitlab-api-v4-perl_0.25-1_all.deb ...
12:00:20 #11 47.18 Unpacking libgitlab-api-v4-perl (0.25-1) ...
12:00:20 #11 47.23 Selecting previously unselected package libhash-fieldhash-perl.
12:00:20 #11 47.23 Preparing to unpack .../260-libhash-fieldhash-perl_0.15-1build2_armhf.deb ...
12:00:20 #11 47.23 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
12:00:20 #11 47.26 Selecting previously unselected package libhtml-form-perl.
12:00:20 #11 47.26 Preparing to unpack .../261-libhtml-form-perl_6.07-1_all.deb ...
12:00:20 #11 47.27 Unpacking libhtml-form-perl (6.07-1) ...
12:00:20 #11 47.30 Selecting previously unselected package libhtml-format-perl.
12:00:20 #11 47.30 Preparing to unpack .../262-libhtml-format-perl_2.12-1_all.deb ...
12:00:20 #11 47.30 Unpacking libhtml-format-perl (2.12-1) ...
12:00:20 #11 47.33 Selecting previously unselected package libhttp-daemon-perl.
12:00:20 #11 47.33 Preparing to unpack .../263-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ...
12:00:20 #11 47.34 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ...
12:00:20 #11 47.38 Selecting previously unselected package libidn11:armhf.
12:00:20 #11 47.38 Preparing to unpack .../264-libidn11_1.33-2.2ubuntu2_armhf.deb ...
12:00:20 #10 62.45 Setting up libexception-class-perl (1.44-1) ...
12:00:20 #10 62.46 Setting up python3-xdg (0.27-2) ...
12:00:20 #10 62.61 Setting up libconfig-tiny-perl (2.26-1) ...
12:00:20 #10 62.62 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
12:00:20 #10 62.63 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
12:00:20 #10 62.65 Setting up liblist-utilsby-perl (0.11-1) ...
12:00:20 #10 49.76 Selecting previously unselected package libhtml-format-perl.
12:00:20 #10 49.76 Preparing to unpack .../235-libhtml-format-perl_2.12-1_all.deb ...
12:00:20 #10 49.77 Unpacking libhtml-format-perl (2.12-1) ...
12:00:20 #10 49.80 Selecting previously unselected package libhttp-daemon-perl.
12:00:20 #10 49.80 Preparing to unpack .../236-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ...
12:00:20 #10 49.81 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ...
12:00:20 #10 49.84 Selecting previously unselected package libstruct-dumb-perl.
12:00:20 #10 49.84 Preparing to unpack .../237-libstruct-dumb-perl_0.09-1_all.deb ...
12:00:20 #10 49.85 Unpacking libstruct-dumb-perl (0.09-1) ...
12:00:20 #10 49.87 Selecting previously unselected package libio-async-perl.
12:00:20 #10 49.88 Preparing to unpack .../238-libio-async-perl_0.72-1_all.deb ...
12:00:20 #10 49.88 Unpacking libio-async-perl (0.72-1) ...
12:00:20 #10 49.94 Selecting previously unselected package libio-sessiondata-perl.
12:00:20 #10 49.94 Preparing to unpack .../239-libio-sessiondata-perl_1.03-1_all.deb ...
12:00:20 #10 49.95 Unpacking libio-sessiondata-perl (1.03-1) ...
12:00:20 #12 8.784   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          59/99 
12:00:20 #10 42.55 Selecting previously unselected package libalgorithm-diff-perl.
12:00:20 #10 42.55 Preparing to unpack .../168-libalgorithm-diff-perl_1.201-1_all.deb ...
12:00:20 #10 42.56 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:00:20 #10 42.61 Selecting previously unselected package libalgorithm-diff-xs-perl:armhf.
12:00:20 #10 42.61 Preparing to unpack .../169-libalgorithm-diff-xs-perl_0.04-8+b1_armhf.deb ...
12:00:20 #10 42.61 Unpacking libalgorithm-diff-xs-perl:armhf (0.04-8+b1) ...
12:00:20 #10 42.66 Selecting previously unselected package libalgorithm-merge-perl.
12:00:20 #10 42.66 Preparing to unpack .../170-libalgorithm-merge-perl_0.08-5_all.deb ...
12:00:20 #11 43.14 Selecting previously unselected package libtiff5:armhf.
12:00:20 #11 43.15 Preparing to unpack .../235-libtiff5_4.4.0-4ubuntu3.2_armhf.deb ...
12:00:20 #11 43.15 Unpacking libtiff5:armhf (4.4.0-4ubuntu3.2) ...
12:00:20 #11 43.19 Selecting previously unselected package libxpm4:armhf.
12:00:20 #11 43.19 Preparing to unpack .../236-libxpm4_1%3a3.5.12-1ubuntu0.22.10.1_armhf.deb ...
12:00:20 #11 43.20 Unpacking libxpm4:armhf (1:3.5.12-1ubuntu0.22.10.1) ...
12:00:20 #11 43.24 Selecting previously unselected package libgd3:armhf.
12:00:20 #11 43.24 Preparing to unpack .../237-libgd3_2.3.3-6_armhf.deb ...
12:00:20 #11 43.24 Unpacking libgd3:armhf (2.3.3-6) ...
12:00:20 #11 43.28 Selecting previously unselected package libc-devtools.
12:00:20 #11 43.28 Preparing to unpack .../238-libc-devtools_2.36-0ubuntu4_armhf.deb ...
12:00:20 #11 43.28 Unpacking libc-devtools (2.36-0ubuntu4) ...
12:00:20 #11 43.32 Selecting previously unselected package libcapture-tiny-perl.
12:00:20 #11 43.32 Preparing to unpack .../239-libcapture-tiny-perl_0.48-1_all.deb ...
12:00:20 #11 43.33 Unpacking libcapture-tiny-perl (0.48-1) ...
12:00:20 #11 45.80 Preparing to unpack .../262-libpath-tiny-perl_0.122-1_all.deb ...
12:00:20 #11 45.80 Unpacking libpath-tiny-perl (0.122-1) ...
12:00:20 #11 45.83 Selecting previously unselected package libstrictures-perl.
12:00:20 #11 45.83 Preparing to unpack .../263-libstrictures-perl_2.000006-1_all.deb ...
12:00:20 #11 45.84 Unpacking libstrictures-perl (2.000006-1) ...
12:00:20 #11 45.86 Selecting previously unselected package libtype-tiny-perl.
12:00:20 #11 45.87 Preparing to unpack .../264-libtype-tiny-perl_1.012004-1_all.deb ...
12:00:20 #11 45.87 Unpacking libtype-tiny-perl (1.012004-1) ...
12:00:20 #11 45.92 Selecting previously unselected package libgitlab-api-v4-perl.
12:00:20 #11 45.92 Preparing to unpack .../265-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:00:20 #11 45.92 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:00:20 #11 45.96 Selecting previously unselected package libhash-fieldhash-perl.
12:00:20 #11 45.96 Preparing to unpack .../266-libhash-fieldhash-perl_0.15-1build5_armhf.deb ...
12:00:20 #11 45.97 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
12:00:20 #11 46.01 Selecting previously unselected package libhtml-form-perl.
12:00:20 #11 46.02 Preparing to unpack .../267-libhtml-form-perl_6.07-1_all.deb ...
12:00:20 #11 46.02 Unpacking libhtml-form-perl (6.07-1) ...
12:00:20 #11 46.05 Selecting previously unselected package libhtml-format-perl.
12:00:20 #11 46.05 Preparing to unpack .../268-libhtml-format-perl_2.12-1.1_all.deb ...
12:00:20 #11 46.06 Unpacking libhtml-format-perl (2.12-1.1) ...
12:00:20 #11 46.10 Selecting previously unselected package libhtml-html5-entities-perl.
12:00:20 #11 46.10 Preparing to unpack .../269-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
12:00:20 #11 46.11 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
12:00:20 #10 36.83 Selecting previously unselected package intltool-debian.
12:00:20 #10 36.83 Preparing to unpack .../057-intltool-debian_0.35.0+20060710.5_all.deb ...
12:00:20 #10 36.85 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:00:20 #10 36.93 Selecting previously unselected package po-debconf.
12:00:20 #10 36.93 Preparing to unpack .../058-po-debconf_1.0.21+nmu1_all.deb ...
12:00:20 #10 36.94 Unpacking po-debconf (1.0.21+nmu1) ...
12:00:20 #12 5.885 Running transaction test
12:00:20 #18 exporting layers 4.8s done
12:00:20 #18 writing image sha256:dcc6c99b00bf06e29551ada1e926e0ef9fc1ebb924ddfcb4998e1d8086e618a9 done
12:00:20 #18 naming to docker.io/debbuild-ubuntu-jammy/x86_64 done
12:00:20 #18 DONE 4.8s
12:00:20 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:20 + set -e
12:00:20 + mkdir -p /root/build-deb/engine
12:00:20 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:20 #12 4.822 The following additional packages will be installed:
12:00:20 #12 4.823   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:00:20 #12 4.824   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
12:00:20 #12 4.824   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
12:00:20 #12 4.825   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libsystemd0
12:00:20 #12 4.826   libudev-dev libudev1 libuv1 pkg-config pkgconf pkgconf-bin procps
12:00:20 #12 4.828 Suggested packages:
12:00:20 #12 4.828   cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils seccomp
12:00:20 #12 4.829 Recommended packages:
12:00:20 #12 4.829   psmisc
12:00:20 #13 5.475 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libarchive13 arm64 3.4.0-2ubuntu1.2 [304 kB]
12:00:20 #13 5.525 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjsoncpp1 arm64 1.7.4-3.1ubuntu2 [69.8 kB]
12:00:20 #13 5.529 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librhash0 arm64 1.3.9-1 [111 kB]
12:00:20 #13 5.536 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libuv1 arm64 1.34.2-1ubuntu1.3 [75.1 kB]
12:00:20 #13 5.539 Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cmake arm64 3.16.3-1ubuntu1.20.04.1 [3112 kB]
12:00:20 #10 36.11 Selecting previously unselected package libfile-which-perl.
12:00:20 #10 36.11 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
12:00:20 #10 36.11 Unpacking libfile-which-perl (1.23-1) ...
12:00:20 #10 36.14 Selecting previously unselected package libfile-homedir-perl.
12:00:20 #10 36.14 Preparing to unpack .../060-libfile-homedir-perl_1.004-1_all.deb ...
12:00:20 #10 36.15 Unpacking libfile-homedir-perl (1.004-1) ...
12:00:20 #10 36.17 Selecting previously unselected package libio-pty-perl.
12:00:20 #10 36.18 Preparing to unpack .../061-libio-pty-perl_1%3a1.08-1.1+b4_armhf.deb ...
12:00:20 #10 36.18 Unpacking libio-pty-perl (1:1.08-1.1+b4) ...
12:00:20 #10 36.24 Selecting previously unselected package libipc-run-perl.
12:00:20 #10 36.24 Preparing to unpack .../062-libipc-run-perl_20180523.0-1_all.deb ...
12:00:20 #10 36.24 Unpacking libipc-run-perl (20180523.0-1) ...
12:00:20 #10 36.28 Selecting previously unselected package libclass-method-modifiers-perl.
12:00:20 #10 36.28 Preparing to unpack .../063-libclass-method-modifiers-perl_2.12-1_all.deb ...
12:00:20 #10 36.28 Unpacking libclass-method-modifiers-perl (2.12-1) ...
12:00:20 #10 36.31 Selecting previously unselected package libsub-exporter-progressive-perl.
12:00:20 #10 36.31 Preparing to unpack .../064-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:00:20 #10 36.32 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:00:20 #10 36.34 Selecting previously unselected package libdevel-globaldestruction-perl.
12:00:20 #10 36.34 Preparing to unpack .../065-libdevel-globaldestruction-perl_0.14-1_all.deb ...
12:00:20 #10 36.35 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
12:00:20 #10 36.37 Selecting previously unselected package libb-hooks-op-check-perl.
12:00:20 #10 36.37 Preparing to unpack .../066-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
12:00:20 #10 36.37 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
12:00:20 #10 36.40 Selecting previously unselected package libdynaloader-functions-perl.
12:00:20 #12 3.979 (70/95): gcc-plugin-annobin-12.2.1-4.fc37.x86_6 791 kB/s |  53 kB     00:00    
12:00:20 #12 3.997 (71/95): git-2.39.1-1.fc37.x86_64.rpm           3.0 MB/s |  66 kB     00:00    
12:00:20 #12 4.084 (72/95): git-core-doc-2.39.1-1.fc37.noarch.rpm   33 MB/s | 2.8 MB     00:00    
12:00:20 #12 4.115 (73/95): git-core-2.39.1-1.fc37.x86_64.rpm       32 MB/s | 4.2 MB     00:00    
12:00:20 #12 4.128 (74/95): glibc-devel-2.36-9.fc37.x86_64.rpm     2.5 MB/s | 102 kB     00:00    
12:00:20 #12 4.155 (75/95): glibc-headers-x86-2.36-9.fc37.noarch.r  16 MB/s | 581 kB     00:00    
12:00:20 #12 4.201 (76/95): glibc-static-2.36-9.fc37.x86_64.rpm     28 MB/s | 1.9 MB     00:00    
12:00:20 #10 54.57 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
12:00:20 #10 54.58 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
12:00:20 #10 54.59 Setting up python3-magic (2:0.4.15-1) ...
12:00:20 #10 35.85 Selecting previously unselected package debhelper.
12:00:20 #10 35.86 Preparing to unpack .../084-debhelper_13.3.4_all.deb ...
12:00:20 #10 35.86 Unpacking debhelper (13.3.4) ...
12:00:20 #10 63.00 Setting up gpg-wks-client (2.2.40-1) ...
12:00:20 #10 63.01 Setting up libregexp-pattern-perl (0.2.14-2) ...
12:00:20 #10 63.02 Setting up libdata-messagepack-perl (1.02-1+b1) ...
12:00:20 #10 63.03 Setting up libclass-inspector-perl (1.36-3) ...
12:00:20 #10 63.04 Setting up libfont-afm-perl (1.20-4) ...
12:00:20 #10 63.06 Setting up libwant-perl (0.29-2+b1) ...
12:00:20 #10 63.08 Setting up libdynaloader-functions-perl (0.003-3) ...
12:00:20 #10 63.09 Setting up libclass-method-modifiers-perl (2.14-1) ...
12:00:20 #10 63.10 Setting up liblist-compare-perl (0.55-2) ...
12:00:20 #10 63.12 Setting up libref-util-xs-perl (0.117-2+b1) ...
12:00:20 #10 63.13 Setting up libio-pty-perl (1:1.17-1) ...
12:00:20 #10 63.15 Setting up libfile-fcntllock-perl (0.22-4+b1) ...
12:00:20 #10 63.16 Setting up libclone-perl:amd64 (0.46-1) ...
12:00:20 #10 63.17 Setting up libalgorithm-diff-perl (1.201-1) ...
12:00:20 #10 63.18 Setting up libarchive-zip-perl (1.68-1) ...
12:00:20 #10 63.19 Setting up libsub-identify-perl (0.14-3) ...
12:00:20 #11 47.38 Unpacking libidn11:armhf (1.33-2.2ubuntu2) ...
12:00:20 #11 47.41 Selecting previously unselected package libstruct-dumb-perl.
12:00:20 #11 47.41 Preparing to unpack .../265-libstruct-dumb-perl_0.09-1_all.deb ...
12:00:20 #11 47.42 Unpacking libstruct-dumb-perl (0.09-1) ...
12:00:20 #11 47.47 Selecting previously unselected package libio-async-perl.
12:00:20 #11 47.47 Preparing to unpack .../266-libio-async-perl_0.75-1_all.deb ...
12:00:20 #11 47.48 Unpacking libio-async-perl (0.75-1) ...
12:00:20 #11 47.55 Selecting previously unselected package liblinux-epoll-perl.
12:00:20 #11 47.55 Preparing to unpack .../267-liblinux-epoll-perl_0.017-1_armhf.deb ...
12:00:20 #11 47.56 Unpacking liblinux-epoll-perl (0.017-1) ...
12:00:20 #11 47.59 Selecting previously unselected package libio-async-loop-epoll-perl.
12:00:20 #11 47.59 Preparing to unpack .../268-libio-async-loop-epoll-perl_0.20-1_all.deb ...
12:00:20 #11 47.59 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
12:00:20 #11 47.62 Selecting previously unselected package libtypes-serialiser-perl.
12:00:20 #11 47.62 Preparing to unpack .../269-libtypes-serialiser-perl_1.0-1_all.deb ...
12:00:20 #11 47.63 Unpacking libtypes-serialiser-perl (1.0-1) ...
12:00:20 #11 47.65 Selecting previously unselected package libjson-xs-perl.
12:00:20 #11 47.65 Preparing to unpack .../270-libjson-xs-perl_4.020-1build1_armhf.deb ...
12:00:20 #11 47.66 Unpacking libjson-xs-perl (4.020-1build1) ...
12:00:20 #11 47.70 Selecting previously unselected package libjson-maybexs-perl.
12:00:20 #11 47.70 Preparing to unpack .../271-libjson-maybexs-perl_1.004000-1_all.deb ...
12:00:20 #10 62.66 Setting up libstring-shellquote-perl (1.04-1) ...
12:00:20 #10 62.67 Setting up libsub-install-perl (0.928-1.1) ...
12:00:20 #10 62.68 Setting up dpkg-dev (1.20.12) ...
12:00:20 #10 62.70 Setting up libnumber-compare-perl (0.03-1.1) ...
12:00:20 #10 62.71 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:20 #10 62.72 Setting up liberror-perl (0.17029-1) ...
12:00:20 #10 62.73 Setting up python3-six (1.16.0-2) ...
12:00:20 #10 62.87 Setting up dh-autoreconf (20) ...
12:00:20 #10 62.88 Setting up patchutils (0.4.2-1) ...
12:00:20 #10 62.89 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:00:20 #10 62.91 Setting up libltdl-dev:arm64 (2.4.6-15) ...
12:00:20 #12 9.055   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          59/99 
12:00:20 #10 42.67 Unpacking libalgorithm-merge-perl (0.08-5) ...
12:00:20 #10 42.70 Selecting previously unselected package libaliased-perl.
12:00:20 #10 42.70 Preparing to unpack .../171-libaliased-perl_0.34-3_all.deb ...
12:00:20 #10 42.70 Unpacking libaliased-perl (0.34-3) ...
12:00:20 #10 42.77 Selecting previously unselected package libaom3:armhf.
12:00:20 #10 42.78 Preparing to unpack .../172-libaom3_3.5.0-1_armhf.deb ...
12:00:20 #10 42.78 Unpacking libaom3:armhf (3.5.0-1) ...
12:00:20 #10 49.98 Selecting previously unselected package libio-string-perl.
12:00:20 #10 49.98 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ...
12:00:20 #10 49.98 Unpacking libio-string-perl (1.08-3) ...
12:00:20 #10 50.01 Selecting previously unselected package libtypes-serialiser-perl.
12:00:20 #10 50.01 Preparing to unpack .../241-libtypes-serialiser-perl_1.0-1_all.deb ...
12:00:20 #10 50.02 Unpacking libtypes-serialiser-perl (1.0-1) ...
12:00:20 #10 50.05 Selecting previously unselected package libjson-xs-perl.
12:00:20 #10 50.05 Preparing to unpack .../242-libjson-xs-perl_3.040-1+b1_armhf.deb ...
12:00:20 #10 50.06 Unpacking libjson-xs-perl (3.040-1+b1) ...
12:00:20 #10 50.10 Selecting previously unselected package liblzo2-2:armhf.
12:00:20 #10 50.10 Preparing to unpack .../243-liblzo2-2_2.10-0.1_armhf.deb ...
12:00:20 #10 50.11 Unpacking liblzo2-2:armhf (2.10-0.1) ...
12:00:20 #10 50.15 Selecting previously unselected package libkyotocabinet16v5:armhf.
12:00:20 #10 50.15 Preparing to unpack .../244-libkyotocabinet16v5_1.2.76-4.2+b1_armhf.deb ...
12:00:20 #10 50.15 Unpacking libkyotocabinet16v5:armhf (1.2.76-4.2+b1) ...
12:00:20 #11 43.36 Selecting previously unselected package libcgi-pm-perl.
12:00:20 #11 43.36 Preparing to unpack .../240-libcgi-pm-perl_4.54-1_all.deb ...
12:00:20 #11 43.37 Unpacking libcgi-pm-perl (4.54-1) ...
12:00:20 #11 43.40 Selecting previously unselected package libfcgi0ldbl:armhf.
12:00:20 #11 43.41 Preparing to unpack .../241-libfcgi0ldbl_2.4.2-2build2_armhf.deb ...
12:00:20 #11 43.41 Unpacking libfcgi0ldbl:armhf (2.4.2-2build2) ...
12:00:20 #11 43.44 Selecting previously unselected package libfcgi-perl:armhf.
12:00:20 #11 43.45 Preparing to unpack .../242-libfcgi-perl_0.82+ds-1build1_armhf.deb ...
12:00:20 #11 43.45 Unpacking libfcgi-perl:armhf (0.82+ds-1build1) ...
12:00:20 #11 43.48 Selecting previously unselected package libcgi-fast-perl.
12:00:20 #11 43.48 Preparing to unpack .../243-libcgi-fast-perl_1%3a2.15-1_all.deb ...
12:00:20 #11 43.49 Unpacking libcgi-fast-perl (1:2.15-1) ...
12:00:20 #11 43.51 Selecting previously unselected package libclass-data-inheritable-perl.
12:00:20 #11 43.52 Preparing to unpack .../244-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:00:20 #11 43.52 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:00:20 #11 43.55 Selecting previously unselected package libclone-perl.
12:00:20 #11 43.56 Preparing to unpack .../245-libclone-perl_0.45-1build3_armhf.deb ...
12:00:20 #11 43.56 Unpacking libclone-perl (0.45-1build3) ...
12:00:20 #11 43.59 Selecting previously unselected package libcommon-sense-perl:armhf.
12:00:20 #11 43.59 Preparing to unpack .../246-libcommon-sense-perl_3.75-2build1_armhf.deb ...
12:00:20 #11 43.60 Unpacking libcommon-sense-perl:armhf (3.75-2build1) ...
12:00:20 #11 43.63 Selecting previously unselected package libconfig-tiny-perl.
12:00:20 #11 43.63 Preparing to unpack .../247-libconfig-tiny-perl_2.28-1_all.deb ...
12:00:20 #11 43.63 Unpacking libconfig-tiny-perl (2.28-1) ...
12:00:20 #11 43.66 Selecting previously unselected package libparams-util-perl.
12:00:20 #11 43.67 Preparing to unpack .../248-libparams-util-perl_1.102-1build3_armhf.deb ...
12:00:20 #11 43.67 Unpacking libparams-util-perl (1.102-1build3) ...
12:00:20 #11 46.14 Selecting previously unselected package libhttp-daemon-perl.
12:00:20 #11 46.14 Preparing to unpack .../270-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
12:00:20 #11 46.15 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
12:00:20 #11 46.18 Selecting previously unselected package libio-interactive-perl.
12:00:20 #11 46.18 Preparing to unpack .../271-libio-interactive-perl_1.023-1_all.deb ...
12:00:20 #11 46.18 Unpacking libio-interactive-perl (1.023-1) ...
12:00:20 #11 46.21 Selecting previously unselected package libio-prompt-tiny-perl.
12:00:20 #11 46.22 Preparing to unpack .../272-libio-prompt-tiny-perl_0.003-1_all.deb ...
12:00:20 #11 46.22 Unpacking libio-prompt-tiny-perl (0.003-1) ...
12:00:20 #11 46.25 Selecting previously unselected package libtypes-serialiser-perl.
12:00:20 #11 46.25 Preparing to unpack .../273-libtypes-serialiser-perl_1.01-1_all.deb ...
12:00:20 #11 46.26 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:00:20 #11 46.28 Selecting previously unselected package libjson-xs-perl.
12:00:20 #11 46.29 Preparing to unpack .../274-libjson-xs-perl_4.030-1build3_armhf.deb ...
12:00:20 #11 46.29 Unpacking libjson-xs-perl (4.030-1build3) ...
12:00:20 #11 46.32 Selecting previously unselected package libjson-maybexs-perl.
12:00:20 #11 46.32 Preparing to unpack .../275-libjson-maybexs-perl_1.004003-1_all.deb ...
12:00:20 #11 46.33 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:00:20 #12 5.093 The following NEW packages will be installed:
12:00:20 #13 5.683 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
12:00:20 #13 5.686 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper1.02.1 arm64 2:1.02.167-1ubuntu1 [110 kB]
12:00:20 #13 5.687 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.167-1ubuntu1 [10.9 kB]
12:00:20 #13 5.688 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libudev-dev arm64 245.4-4ubuntu3.19 [19.7 kB]
12:00:20 #13 5.689 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsepol1-dev arm64 3.0-1ubuntu0.1 [316 kB]
12:00:20 #13 5.702 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpcre2-16-0 arm64 10.34-7ubuntu0.1 [157 kB]
12:00:20 #13 5.710 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpcre2-32-0 arm64 10.34-7ubuntu0.1 [148 kB]
12:00:20 #13 5.724 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpcre2-posix2 arm64 10.34-7ubuntu0.1 [5836 B]
12:00:20 #13 5.725 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpcre2-dev arm64 10.34-7ubuntu0.1 [597 kB]
12:00:20 #13 5.756 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libselinux1-dev arm64 3.0-1build2 [152 kB]
12:00:20 #13 5.829 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper-dev arm64 2:1.02.167-1ubuntu1 [35.8 kB]
12:00:20 #13 5.830 Get:19 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1~20.04.2 [81.7 kB]
12:00:20 #13 5.831 Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsystemd-dev arm64 245.4-4ubuntu3.19 [246 kB]
12:00:20 #13 5.834 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pkg-config arm64 0.29.1-0ubuntu4 [43.8 kB]
12:00:20 #14 15.14 Running transaction check
12:00:20 #14 15.43 Transaction check succeeded.
12:00:20 #12 2.309 Package bash-5.2.9-2.fc36.x86_64 is already installed.
12:00:20 #12 2.327 Package bash-5.2.9-2.fc36.x86_64 is already installed.
12:00:20 #12 2.336 Package bash-5.2.9-2.fc36.x86_64 is already installed.
12:00:20 #12 2.336 Package ca-certificates-2022.2.54-1.2.fc36.noarch is already installed.
12:00:20 #12 2.337 Package libarchive-3.5.3-3.fc36.x86_64 is already installed.
12:00:20 #12 2.338 Package pkgconf-pkg-config-1.8.0-2.fc36.x86_64 is already installed.
12:00:20 #12 2.338 Package tar-2:1.34-3.fc36.x86_64 is already installed.
12:00:20 #12 2.347 Package bash-5.2.9-2.fc36.x86_64 is already installed.
12:00:20 #12 2.362 Package bash-5.2.9-2.fc36.x86_64 is already installed.
12:00:20 #10 36.40 Preparing to unpack .../067-libdynaloader-functions-perl_0.003-1_all.deb ...
12:00:20 #10 36.41 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:00:20 #10 36.43 Selecting previously unselected package libdevel-callchecker-perl.
12:00:20 #10 36.43 Preparing to unpack .../068-libdevel-callchecker-perl_0.008-1_armhf.deb ...
12:00:20 #10 36.44 Unpacking libdevel-callchecker-perl (0.008-1) ...
12:00:20 #10 36.47 Selecting previously unselected package libparams-classify-perl.
12:00:20 #10 36.47 Preparing to unpack .../069-libparams-classify-perl_0.015-1+b1_armhf.deb ...
12:00:20 #10 36.48 Unpacking libparams-classify-perl (0.015-1+b1) ...
12:00:20 #10 36.50 Selecting previously unselected package libmodule-runtime-perl.
12:00:20 #10 36.51 Preparing to unpack .../070-libmodule-runtime-perl_0.016-1_all.deb ...
12:00:20 #10 36.51 Unpacking libmodule-runtime-perl (0.016-1) ...
12:00:20 #10 36.53 Selecting previously unselected package libimport-into-perl.
12:00:20 #10 36.54 Preparing to unpack .../071-libimport-into-perl_1.002005-1_all.deb ...
12:00:20 #10 36.54 Unpacking libimport-into-perl (1.002005-1) ...
12:00:20 #10 36.56 Selecting previously unselected package librole-tiny-perl.
12:00:20 #10 36.57 Preparing to unpack .../072-librole-tiny-perl_2.000006-1_all.deb ...
12:00:20 #10 36.57 Unpacking librole-tiny-perl (2.000006-1) ...
12:00:20 #10 36.59 Selecting previously unselected package libstrictures-perl.
12:00:20 #10 36.60 Preparing to unpack .../073-libstrictures-perl_2.000005-1_all.deb ...
12:00:20 #10 36.60 Unpacking libstrictures-perl (2.000005-1) ...
12:00:20 #10 36.63 Selecting previously unselected package libsub-quote-perl.
12:00:20 #12 4.348 (77/95): gcc-12.2.1-4.fc37.x86_64.rpm            73 MB/s |  33 MB     00:00    
12:00:20 #12 4.358 (78/95): kernel-headers-6.1.5-200.fc37.x86_64.r 7.5 MB/s | 1.5 MB     00:00    
12:00:20 #12 4.362 (79/95): libedit-3.1-43.20221009cvs.fc37.x86_64 675 kB/s | 106 kB     00:00    
12:00:20 #12 4.365 (80/95): libxcrypt-devel-4.4.33-4.fc37.x86_64.r 4.9 MB/s |  30 kB     00:00    
12:00:20 #12 4.368 (81/95): perl-Git-2.39.1-1.fc37.noarch.rpm      7.5 MB/s |  43 kB     00:00    
12:00:20 #12 4.371 (82/95): selinux-policy-37.19-1.fc37.noarch.rpm 8.9 MB/s |  51 kB     00:00    
12:00:20 #12 4.382 (83/95): libxcrypt-static-4.4.33-4.fc37.x86_64. 4.4 MB/s | 104 kB     00:00    
12:00:20 #12 4.449 (84/95): selinux-policy-devel-37.19-1.fc37.noar  11 MB/s | 887 kB     00:00    
12:00:20 #10 54.76 Setting up python3-idna (2.6-1) ...
12:00:20 #10 36.02 Selecting previously unselected package debian-keyring.
12:00:20 #10 36.02 Preparing to unpack .../085-debian-keyring_2021.07.26_all.deb ...
12:00:20 #10 36.02 Unpacking debian-keyring (2021.07.26) ...
12:00:20 #10 63.21 Setting up libdistro-info-perl (1.5) ...
12:00:20 #10 63.22 Setting up libcpanel-json-xs-perl:amd64 (4.32-1+b1) ...
12:00:20 #10 63.24 Setting up libio-stringy-perl (2.111-3) ...
12:00:20 #10 63.25 Setting up libhtml-tagset-perl (3.20-6) ...
12:00:20 #10 63.26 Setting up liblog-any-perl (1.713-1) ...
12:00:20 #10 63.27 Setting up libauthen-sasl-perl (2.1600-3) ...
12:00:20 #10 63.29 Setting up libdevel-size-perl (0.83-2+b1) ...
12:00:20 #10 63.30 Setting up libpython3.11-stdlib:amd64 (3.11.1-2) ...
12:00:20 #10 63.31 Setting up libdebhelper-perl (13.11.4) ...
12:00:20 #10 63.32 Setting up libpod-constants-perl (0.19-2) ...
12:00:20 #10 63.33 Setting up libregexp-pattern-license-perl (3.9.4-3) ...
12:00:20 #10 63.35 Setting up libconvert-binhex-perl (1.125-3) ...
12:00:20 #10 63.36 Setting up liblwp-mediatypes-perl (6.04-2) ...
12:00:20 #10 63.37 Setting up libyaml-libyaml-perl (0.86+ds-1) ...
12:00:20 #10 63.39 Setting up libio-interactive-perl (1.023-2) ...
12:00:20 #10 63.40 Setting up libtry-tiny-perl (0.31-2) ...
12:00:20 #10 63.41 Setting up libtype-tiny-perl (2.002001-1) ...
12:00:20 #13 6.952 Unpacking bash-completion (1:2.10-1ubuntu1) ...
12:00:20 #13 7.078 Selecting previously unselected package cmake-data.
12:00:20 #13 7.078 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ...
12:00:20 #13 7.082 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ...
12:00:20 #13 0.905 Hit:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease
12:00:20 #13 0.966 Hit:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease
12:00:20 #13 1.038 Hit:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease
12:00:20 #10 62.92 Setting up libjson-maybexs-perl (1.004003-1) ...
12:00:20 #10 62.93 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:00:20 #10 62.94 Setting up libio-string-perl (1.08-3.1) ...
12:00:20 #10 62.95 Setting up libreadonly-perl (2.050-3) ...
12:00:20 #10 62.97 Setting up python3-gpg (1.14.0-1+b2) ...
12:00:20 #10 42.98 Selecting previously unselected package libapt-pkg-perl.
12:00:20 #10 42.98 Preparing to unpack .../173-libapt-pkg-perl_0.1.40+b2_armhf.deb ...
12:00:20 #10 42.98 Unpacking libapt-pkg-perl (0.1.40+b2) ...
12:00:20 #10 43.02 Selecting previously unselected package libarchive-cpio-perl.
12:00:20 #10 43.02 Preparing to unpack .../174-libarchive-cpio-perl_0.10-3_all.deb ...
12:00:20 #10 43.02 Unpacking libarchive-cpio-perl (0.10-3) ...
12:00:20 #10 43.07 Selecting previously unselected package libarchive13:armhf.
12:00:20 #10 43.07 Preparing to unpack .../175-libarchive13_3.6.2-1_armhf.deb ...
12:00:20 #10 43.08 Unpacking libarchive13:armhf (3.6.2-1) ...
12:00:20 #10 43.14 Selecting previously unselected package libarray-intspan-perl.
12:00:20 #10 43.15 Preparing to unpack .../176-libarray-intspan-perl_2.004-2_all.deb ...
12:00:20 #10 43.15 Unpacking libarray-intspan-perl (2.004-2) ...
12:00:20 #10 43.20 Selecting previously unselected package libauthen-sasl-perl.
12:00:20 #10 43.20 Preparing to unpack .../177-libauthen-sasl-perl_2.1600-3_all.deb ...
12:00:20 #11 47.70 Unpacking libjson-maybexs-perl (1.004000-1) ...
12:00:20 #11 47.73 Selecting previously unselected package liblist-compare-perl.
12:00:20 #11 47.73 Preparing to unpack .../272-liblist-compare-perl_0.53-1_all.deb ...
12:00:20 #11 47.74 Unpacking liblist-compare-perl (0.53-1) ...
12:00:20 #11 47.81 Selecting previously unselected package liblist-moreutils-perl.
12:00:20 #11 47.81 Preparing to unpack .../273-liblist-moreutils-perl_0.416-1build5_armhf.deb ...
12:00:20 #11 47.81 Unpacking liblist-moreutils-perl (0.416-1build5) ...
12:00:20 #11 47.88 Selecting previously unselected package liblist-someutils-perl.
12:00:20 #11 47.89 Preparing to unpack .../274-liblist-someutils-perl_0.58-1_all.deb ...
12:00:20 #11 47.90 Unpacking liblist-someutils-perl (0.58-1) ...
12:00:20 #11 47.93 Selecting previously unselected package liblist-someutils-xs-perl.
12:00:20 #11 47.93 Preparing to unpack .../275-liblist-someutils-xs-perl_0.58-2_armhf.deb ...
12:00:20 #10 50.22 Selecting previously unselected package liblist-compare-perl.
12:00:20 #10 50.22 Preparing to unpack .../245-liblist-compare-perl_0.53-1_all.deb ...
12:00:20 #10 50.22 Unpacking liblist-compare-perl (0.53-1) ...
12:00:20 #10 50.26 Selecting previously unselected package liblist-moreutils-perl.
12:00:20 #10 50.26 Preparing to unpack .../246-liblist-moreutils-perl_0.416-1+b4_armhf.deb ...
12:00:20 #10 50.27 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
12:00:20 #10 50.31 Selecting previously unselected package libltdl-dev:armhf.
12:00:20 #10 50.31 Preparing to unpack .../247-libltdl-dev_2.4.6-9_armhf.deb ...
12:00:20 #10 50.31 Unpacking libltdl-dev:armhf (2.4.6-9) ...
12:00:20 #10 50.36 Selecting previously unselected package libsys-hostname-long-perl.
12:00:20 #10 50.37 Preparing to unpack .../248-libsys-hostname-long-perl_1.5-1_all.deb ...
12:00:20 #10 50.37 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:00:20 #10 50.40 Selecting previously unselected package libmail-sendmail-perl.
12:00:20 #10 50.40 Preparing to unpack .../249-libmail-sendmail-perl_0.80-1_all.deb ...
12:00:20 #10 50.41 Unpacking libmail-sendmail-perl (0.80-1) ...
12:00:20 #10 50.44 Selecting previously unselected package mailutils-common.
12:00:20 #10 50.44 Preparing to unpack .../250-mailutils-common_1%3a3.5-4_all.deb ...
12:00:20 #10 50.45 Unpacking mailutils-common (1:3.5-4) ...
12:00:20 #11 43.70 Selecting previously unselected package libsub-install-perl.
12:00:20 #11 43.71 Preparing to unpack .../249-libsub-install-perl_0.928-2_all.deb ...
12:00:20 #11 43.71 Unpacking libsub-install-perl (0.928-2) ...
12:00:20 #11 43.80 Selecting previously unselected package libdata-optlist-perl.
12:00:20 #11 43.80 Preparing to unpack .../250-libdata-optlist-perl_0.112-1_all.deb ...
12:00:20 #11 43.81 Unpacking libdata-optlist-perl (0.112-1) ...
12:00:20 #11 43.83 Selecting previously unselected package libsub-exporter-perl.
12:00:20 #11 43.84 Preparing to unpack .../251-libsub-exporter-perl_0.988-1_all.deb ...
12:00:20 #11 43.84 Unpacking libsub-exporter-perl (0.988-1) ...
12:00:20 #11 43.87 Selecting previously unselected package libconst-fast-perl.
12:00:20 #11 43.87 Preparing to unpack .../252-libconst-fast-perl_0.014-2_all.deb ...
12:00:20 #11 43.88 Unpacking libconst-fast-perl (0.014-2) ...
12:00:20 #11 46.36 Selecting previously unselected package libldap-common.
12:00:20 #11 46.36 Preparing to unpack .../276-libldap-common_2.5.13+dfsg-0ubuntu0.22.04.1_all.deb ...
12:00:20 #11 46.37 Unpacking libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:00:20 #11 46.40 Selecting previously unselected package liblist-compare-perl.
12:00:20 #11 46.40 Preparing to unpack .../277-liblist-compare-perl_0.55-1_all.deb ...
12:00:20 #11 46.40 Unpacking liblist-compare-perl (0.55-1) ...
12:00:20 #11 46.44 Selecting previously unselected package liblist-someutils-perl.
12:00:20 #11 46.44 Preparing to unpack .../278-liblist-someutils-perl_0.58-1_all.deb ...
12:00:20 #11 46.45 Unpacking liblist-someutils-perl (0.58-1) ...
12:00:20 #11 46.48 Selecting previously unselected package liblist-someutils-xs-perl.
12:00:20 #11 46.48 Preparing to unpack .../279-liblist-someutils-xs-perl_0.58-2build3_armhf.deb ...
12:00:20 #11 46.49 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
12:00:20 #11 46.51 Selecting previously unselected package liblist-utilsby-perl.
12:00:20 #11 46.52 Preparing to unpack .../280-liblist-utilsby-perl_0.11-1_all.deb ...
12:00:20 #11 46.52 Unpacking liblist-utilsby-perl (0.11-1) ...
12:00:20 #11 46.55 Selecting previously unselected package libltdl7:armhf.
12:00:20 #11 46.56 Preparing to unpack .../281-libltdl7_2.4.6-15build2_armhf.deb ...
12:00:20 #11 46.56 Unpacking libltdl7:armhf (2.4.6-15build2) ...
12:00:20 #10 36.34 Selecting previously unselected package python3-minimal.
12:00:20 #10 36.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 ... 10681 files and directories currently installed.)
12:00:20 #10 36.36 Preparing to unpack .../python3-minimal_3.11.1-3_armhf.deb ...
12:00:20 #10 36.37 Unpacking python3-minimal (3.11.1-3) ...
12:00:20 #10 36.40 Selecting previously unselected package media-types.
12:00:20 #10 36.41 Preparing to unpack .../media-types_8.0.0_all.deb ...
12:00:20 #10 36.41 Unpacking media-types (8.0.0) ...
12:00:21 #12 5.094   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:00:21 #12 5.094   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
12:00:21 #12 5.094   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
12:00:21 #12 5.094   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:00:21 #12 5.095   libuv1 pkg-config pkgconf pkgconf-bin procps
12:00:21 #12 5.096 The following packages will be upgraded:
12:00:21 #12 5.097   libsystemd0 libudev1
12:00:21 #12 5.370 2 upgraded, 26 newly installed, 0 to remove and 5 not upgraded.
12:00:21 #12 5.370 1 not fully installed or removed.
12:00:21 #12 5.370 Need to get 13.1 MB of archives.
12:00:21 #12 5.370 After this operation, 50.9 MB of additional disk space will be used.
12:00:21 #12 5.370 Get:1 http://deb.debian.org/debian bookworm/main arm64 bash-completion all 1:2.11-6 [234 kB]
12:00:21 #13 6.002 debconf: delaying package configuration, since apt-utils is not installed
12:00:21 #13 6.047 Fetched 7397 kB in 1s (5024 kB/s)
12:00:21 #14 15.43 Running transaction test
12:00:21 #10 37.39 Selecting previously unselected package debhelper.
12:00:21 #10 37.39 Preparing to unpack .../059-debhelper_13.3.4_all.deb ...
12:00:21 #10 37.40 Unpacking debhelper (13.3.4) ...
12:00:21 #12 2.475 Dependencies resolved.
12:00:21 #12 2.504 ================================================================================
12:00:21 #12 2.504  Package                       Arch    Version                   Repo      Size
12:00:21 #12 2.504 ================================================================================
12:00:21 #12 2.504 Installing:
12:00:21 #12 2.504  cmake                         x86_64  3.25.2-1.fc36             updates  6.8 M
12:00:21 #12 2.504  device-mapper-devel           x86_64  1.02.175-7.fc36           fedora    43 k
12:00:21 #12 2.504  gcc                           x86_64  12.2.1-4.fc36             updates   33 M
12:00:21 #12 2.504  git                           x86_64  2.39.1-1.fc36             updates   66 k
12:00:21 #12 2.504  glibc-static                  x86_64  2.35-22.fc36              updates  1.9 M
12:00:21 #12 2.504  libseccomp-devel              x86_64  2.5.3-2.fc36              fedora    53 k
12:00:21 #12 2.504  libselinux-devel              x86_64  3.3-4.fc36                fedora   113 k
12:00:21 #12 2.504  libtool                       x86_64  2.4.7-1.fc36              updates  593 k
12:00:21 #12 2.504  libtool-ltdl-devel            x86_64  2.4.7-1.fc36              updates  157 k
12:00:21 #12 2.504  make                          x86_64  1:4.3-7.fc36              fedora   535 k
12:00:21 #12 2.504  selinux-policy-devel          noarch  36.17-1.fc36              updates  815 k
12:00:21 #12 2.504  systemd                       x86_64  250.9-1.fc36              updates  4.2 M
12:00:21 #12 2.504  systemd-devel                 x86_64  250.9-1.fc36              updates  451 k
12:00:21 #12 2.504  which                         x86_64  2.21-32.fc36              fedora    42 k
12:00:21 #12 2.504 Upgrading:
12:00:21 #12 2.504  libxcrypt                     x86_64  4.4.33-4.fc36             updates  120 k
12:00:21 #12 2.504  systemd-libs                  x86_64  250.9-1.fc36              updates  614 k
12:00:21 #12 2.504 Installing dependencies:
12:00:21 #12 2.504  annobin-docs                  noarch  10.93-1.fc36              updates   92 k
12:00:21 #12 2.504  annobin-plugin-gcc            x86_64  10.93-1.fc36              updates  886 k
12:00:21 #12 2.504  autoconf                      noarch  2.71-3.fc36               updates  720 k
12:00:21 #12 2.504  automake                      noarch  1.16.5-7.fc36             updates  675 k
12:00:21 #12 2.504  checkpolicy                   x86_64  3.3-2.fc36                fedora   339 k
12:00:21 #12 2.504  cmake-data                    noarch  3.25.2-1.fc36             updates  1.7 M
12:00:21 #12 2.504  cmake-filesystem              x86_64  3.25.2-1.fc36             updates   17 k
12:00:21 #12 2.504  cmake-rpm-macros              noarch  3.25.2-1.fc36             updates   16 k
12:00:21 #12 2.504  cpp                           x86_64  12.2.1-4.fc36             updates   11 M
12:00:21 #12 2.504  dbus                          x86_64  1:1.14.4-1.fc36           updates  7.2 k
12:00:21 #12 2.504  dbus-broker                   x86_64  32-1.fc36                 updates  175 k
12:00:21 #12 2.504  dbus-common                   noarch  1:1.14.4-1.fc36           updates   14 k
12:00:21 #12 2.504  device-mapper                 x86_64  1.02.175-7.fc36           fedora   139 k
12:00:21 #12 2.504  device-mapper-libs            x86_64  1.02.175-7.fc36           fedora   177 k
12:00:21 #12 2.504  gc                            x86_64  8.0.6-3.fc36              updates  103 k
12:00:21 #12 2.504  gcc-plugin-annobin            x86_64  12.2.1-4.fc36             updates   53 k
12:00:21 #12 2.504  git-core                      x86_64  2.39.1-1.fc36             updates  4.2 M
12:00:21 #12 2.504  git-core-doc                  noarch  2.39.1-1.fc36             updates  2.6 M
12:00:21 #12 2.504  glibc-devel                   x86_64  2.35-22.fc36              updates   71 k
12:00:21 #12 2.504  glibc-headers-x86             noarch  2.35-22.fc36              updates  476 k
12:00:21 #12 2.504  guile22                       x86_64  2.2.7-5.fc36              fedora   6.4 M
12:00:21 #12 2.504  jsoncpp                       x86_64  1.9.5-2.fc36              fedora    98 k
12:00:21 #12 2.504  kernel-headers                x86_64  6.1.5-100.fc36            updates  1.4 M
12:00:21 #12 2.504  kmod-libs                     x86_64  29-7.fc36                 fedora    68 k
12:00:21 #12 2.504  less                          x86_64  590-5.fc36                updates  161 k
12:00:21 #12 2.504  libargon2                     x86_64  20171227-9.fc36           updates   28 k
12:00:21 #12 2.504  libcbor                       x86_64  0.7.0-5.fc36              fedora    56 k
12:00:21 #12 2.504  libedit                       x86_64  3.1-41.20210910cvs.fc36   fedora   104 k
12:00:21 #12 2.504  libfdisk                      x86_64  2.38-1.fc36               updates  160 k
12:00:21 #12 2.504  libfido2                      x86_64  1.10.0-5.fc36             updates   94 k
12:00:21 #12 2.504  libmpc                        x86_64  1.2.1-4.fc36              fedora    61 k
12:00:21 #12 2.504  libseccomp                    x86_64  2.5.3-2.fc36              fedora    70 k
12:00:21 #12 2.504  libselinux-utils              x86_64  3.3-4.fc36                fedora   142 k
12:00:21 #12 2.504  libsepol-devel                x86_64  3.3-3.fc36                fedora    40 k
12:00:21 #12 2.504  libtool-ltdl                  x86_64  2.4.7-1.fc36              updates   37 k
12:00:21 #12 2.504  libutempter                   x86_64  1.2.1-6.fc36              fedora    26 k
12:00:21 #12 2.504  libuv                         x86_64  1:1.44.2-1.fc36           updates  151 k
12:00:21 #12 2.504  libxcrypt-devel               x86_64  4.4.33-4.fc36             updates   30 k
12:00:21 #12 2.504  libxcrypt-static              x86_64  4.4.33-4.fc36             updates  104 k
12:00:21 #12 2.504  m4                            x86_64  1.4.19-3.fc36             fedora   296 k
12:00:21 #12 2.504  openssh                       x86_64  8.8p1-1.fc36.1            fedora   451 k
12:00:21 #12 2.504  openssh-clients               x86_64  8.8p1-1.fc36.1            fedora   703 k
12:00:21 #12 2.504  pcre2-devel                   x86_64  10.40-1.fc36              updates  474 k
12:00:21 #12 2.504  pcre2-utf16                   x86_64  10.40-1.fc36              updates  216 k
12:00:21 #12 2.504  pcre2-utf32                   x86_64  10.40-1.fc36              updates  203 k
12:00:21 #12 2.504  perl-Error                    noarch  1:0.17029-8.fc36          fedora    41 k
12:00:21 #12 2.504  perl-File-Compare             noarch  1.100.600-486.fc36        fedora    18 k
12:00:21 #12 2.504  perl-File-Copy                noarch  2.35-486.fc36             fedora    25 k
12:00:21 #12 2.504  perl-File-Find                noarch  1.39-486.fc36             fedora    30 k
12:00:21 #12 2.504  perl-Git                      noarch  2.39.1-1.fc36             updates   43 k
12:00:21 #12 2.504  perl-TermReadKey              x86_64  2.38-12.fc36              fedora    36 k
12:00:21 #12 2.504  perl-Thread-Queue             noarch  3.14-479.fc36             fedora    21 k
12:00:21 #12 2.504  perl-lib                      x86_64  0.65-486.fc36             fedora    20 k
12:00:21 #12 2.504  perl-threads                  x86_64  1:2.26-449.fc36           fedora    57 k
12:00:21 #12 2.504  perl-threads-shared           x86_64  1.62-479.fc36             fedora    44 k
12:00:21 #12 2.504  policycoreutils               x86_64  3.3-4.fc36                fedora   202 k
12:00:21 #12 2.504  policycoreutils-devel         x86_64  3.3-4.fc36                fedora   142 k
12:00:21 #12 2.504  policycoreutils-python-utils  noarch  3.3-4.fc36                fedora    72 k
12:00:21 #12 2.504  python3-audit                 x86_64  3.0.9-1.fc36              updates   82 k
12:00:21 #12 2.504  python3-libselinux            x86_64  3.3-4.fc36                fedora   186 k
12:00:21 #12 2.504  python3-libsemanage           x86_64  3.3-3.fc36                fedora    80 k
12:00:21 #12 2.504  python3-policycoreutils       noarch  3.3-4.fc36                fedora   2.0 M
12:00:21 #12 2.504  python3-setools               x86_64  4.4.0-5.fc36              fedora   552 k
12:00:21 #12 2.504  python3-setuptools            noarch  59.6.0-3.fc36             updates  934 k
12:00:21 #12 2.504  rhash                         x86_64  1.4.2-2.fc36              fedora   185 k
12:00:21 #12 2.504  rpm-plugin-selinux            x86_64  4.17.1-3.fc36             updates   18 k
12:00:21 #12 2.504  selinux-policy                noarch  36.17-1.fc36              updates   66 k
12:00:21 #12 2.504  selinux-policy-targeted       noarch  36.17-1.fc36              updates  6.4 M
12:00:21 #12 2.504  systemd-pam                   x86_64  250.9-1.fc36              updates  334 k
12:00:21 #12 2.504  systemd-rpm-macros            noarch  250.9-1.fc36              updates   28 k
12:00:21 #12 2.504  util-linux                    x86_64  2.38-1.fc36               updates  2.3 M
12:00:21 #12 2.504  vim-filesystem                noarch  2:9.0.1262-1.fc36         updates   18 k
12:00:21 #12 2.504  xkeyboard-config              noarch  2.35.1-1.fc36             fedora   878 k
12:00:21 #12 2.504 Installing weak dependencies:
12:00:21 #12 2.504  cryptsetup-libs               x86_64  2.4.3-2.fc36              fedora   432 k
12:00:21 #12 2.504  libbpf                        x86_64  2:0.7.0-3.fc36            updates  159 k
12:00:21 #12 2.504  libxkbcommon                  x86_64  1.4.0-1.fc36              fedora   140 k
12:00:21 #12 2.504  qrencode-libs                 x86_64  4.1.1-2.fc36              fedora    61 k
12:00:21 #12 2.504  systemd-networkd              x86_64  250.9-1.fc36              updates  617 k
12:00:21 #12 2.504  systemd-resolved              x86_64  250.9-1.fc36              updates  276 k
12:00:21 #12 2.504 
12:00:21 #12 2.504 Transaction Summary
12:00:21 #12 2.504 ================================================================================
12:00:21 #12 2.504 Install  93 Packages
12:00:21 #12 2.504 Upgrade   2 Packages
12:00:21 #12 2.504 
12:00:21 #12 2.508 Total download size: 100 M
12:00:21 #12 2.509 Downloading Packages:
12:00:21 + mkdir -p /root/build-deb/cli
12:00:21 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:21 #10 36.63 Preparing to unpack .../074-libsub-quote-perl_2.005001-1_all.deb ...
12:00:21 #10 36.63 Unpacking libsub-quote-perl (2.005001-1) ...
12:00:21 #10 36.66 Selecting previously unselected package libmoo-perl.
12:00:21 #10 36.66 Preparing to unpack .../075-libmoo-perl_2.003004-2_all.deb ...
12:00:21 #10 36.67 Unpacking libmoo-perl (2.003004-2) ...
12:00:21 #10 36.70 Selecting previously unselected package libencode-locale-perl.
12:00:21 #10 36.70 Preparing to unpack .../076-libencode-locale-perl_1.05-1_all.deb ...
12:00:21 #10 36.70 Unpacking libencode-locale-perl (1.05-1) ...
12:00:21 #10 36.73 Selecting previously unselected package libtimedate-perl.
12:00:21 #10 36.73 Preparing to unpack .../077-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
12:00:21 #10 36.74 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
12:00:21 #10 36.76 Selecting previously unselected package libhttp-date-perl.
12:00:21 #10 36.77 Preparing to unpack .../078-libhttp-date-perl_6.02-1_all.deb ...
12:00:21 #10 36.77 Unpacking libhttp-date-perl (6.02-1) ...
12:00:21 #10 36.80 Selecting previously unselected package libfile-listing-perl.
12:00:21 #10 36.80 Preparing to unpack .../079-libfile-listing-perl_6.04-1_all.deb ...
12:00:21 #10 36.80 Unpacking libfile-listing-perl (6.04-1) ...
12:00:21 #10 36.83 Selecting previously unselected package libhtml-tagset-perl.
12:00:21 #10 36.83 Preparing to unpack .../080-libhtml-tagset-perl_3.20-3_all.deb ...
12:00:21 #10 36.83 Unpacking libhtml-tagset-perl (3.20-3) ...
12:00:21 #10 36.86 Selecting previously unselected package liburi-perl.
12:00:21 #12 4.491 (85/95): systemd-251.10-588.fc37.x86_64.rpm      41 MB/s | 4.2 MB     00:00    
12:00:21 #12 4.532 (86/95): selinux-policy-targeted-37.19-1.fc37.n  41 MB/s | 6.6 MB     00:00    
12:00:21 #12 4.539 (87/95): systemd-devel-251.10-588.fc37.x86_64.r 7.1 MB/s | 579 kB     00:00    
12:00:21 #12 4.548 (88/95): systemd-networkd-251.10-588.fc37.x86_6  11 MB/s | 616 kB     00:00    
12:00:21 #12 4.555 (89/95): systemd-pam-251.10-588.fc37.x86_64.rpm  21 MB/s | 334 kB     00:00    
12:00:21 #12 4.584 (90/95): systemd-resolved-251.10-588.fc37.x86_6 6.3 MB/s | 282 kB     00:00    
12:00:21 #12 4.587 (91/95): systemd-rpm-macros-251.10-588.fc37.noa 810 kB/s |  30 kB     00:00    
12:00:21 #12 4.598 (92/95): xkeyboard-config-2.36-3.fc37.noarch.rp  69 MB/s | 957 kB     00:00    
12:00:21 #12 4.602 (93/95): vim-filesystem-9.0.1262-1.fc37.noarch. 1.1 MB/s |  18 kB     00:00    
12:00:21 #12 4.606 (94/95): libxcrypt-4.4.33-4.fc37.x86_64.rpm     6.5 MB/s | 120 kB     00:00    
12:00:21 #12 4.614 (95/95): systemd-libs-251.10-588.fc37.x86_64.rp  42 MB/s | 619 kB     00:00    
12:00:21 #12 4.618 --------------------------------------------------------------------------------
12:00:21 #12 4.618 Total                                            44 MB/s | 103 MB     00:02     
12:00:21 #10 54.97 Setting up python3-xdg (0.25-4ubuntu1.1) ...
12:00:21 #10 63.42 Setting up libcommon-sense-perl:amd64 (3.75-3) ...
12:00:21 #10 63.44 Setting up libmldbm-perl (2.05-4) ...
12:00:21 #10 63.45 Setting up libxml-namespacesupport-perl (1.12-2) ...
12:00:21 #10 63.46 Setting up libnet-http-perl (6.22-1) ...
12:00:21 #10 63.48 Setting up libpath-iterator-rule-perl (1.015-2) ...
12:00:21 #10 63.49 Setting up libtext-markdown-discount-perl (0.16-1) ...
12:00:21 #10 63.51 Setting up libhttp-tiny-multipart-perl (0.08-2) ...
12:00:21 #10 63.52 Setting up libtime-moment-perl (0.44-2+b1) ...
12:00:21 #10 63.53 Setting up libencode-locale-perl (1.05-3) ...
12:00:21 #10 63.54 Setting up libexception-class-perl (1.45-1) ...
12:00:21 #10 63.56 Setting up libxstring-perl:amd64 (0.005-2+b1) ...
12:00:21 #10 63.57 Setting up libmath-base85-perl (0.5+dfsg-2) ...
12:00:21 #10 63.58 Setting up libconfig-tiny-perl (2.28-2) ...
12:00:21 #10 63.60 Setting up libsereal-encoder-perl (5.002+ds-1) ...
12:00:21 #10 63.61 Setting up libdevel-callchecker-perl:amd64 (0.008-2) ...
12:00:21 #10 63.63 Setting up liblist-utilsby-perl (0.12-2) ...
12:00:21 #10 63.64 Setting up libstring-shellquote-perl (1.04-3) ...
12:00:21 #10 63.66 Setting up libnet-netmask-perl (2.0002-2) ...
12:00:21 #10 63.67 Setting up libsub-install-perl (0.929-1) ...
12:00:21 #10 63.69 Setting up gcc (4:12.2.0-3) ...
12:00:21 #10 63.72 Setting up dpkg-dev (1.21.19) ...
12:00:21 #10 63.75 Setting up libindirect-perl (0.39-2+b1) ...
12:00:21 #13 0.935 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
12:00:21 #13 0.996 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
12:00:21 #13 1.068 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
12:00:21 #13 7.457 Selecting previously unselected package libarchive13:amd64.
12:00:21 #13 7.461 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_amd64.deb ...
12:00:21 #13 7.467 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1.2) ...
12:00:21 #13 7.525 Selecting previously unselected package libjsoncpp1:amd64.
12:00:21 #13 7.528 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
12:00:21 #13 7.531 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
12:00:21 #13 7.567 Selecting previously unselected package librhash0:amd64.
12:00:21 #13 1.113 Hit:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease
12:00:21 #10 63.13 Setting up python3-certifi (2020.6.20-1) ...
12:00:21 #10 63.27 Setting up libfile-find-rule-perl (0.34-1) ...
12:00:21 #10 63.28 Setting up libstring-copyright-perl (0.003006-1) ...
12:00:21 #10 63.29 Setting up libgd3:arm64 (2.3.0-2) ...
12:00:21 #10 63.30 Setting up python3-idna (2.10-1) ...
12:00:21 #10 43.20 Unpacking libauthen-sasl-perl (2.1600-3) ...
12:00:21 #10 43.26 Selecting previously unselected package libdav1d6:armhf.
12:00:21 #10 43.26 Preparing to unpack .../178-libdav1d6_1.0.0-2_armhf.deb ...
12:00:21 #10 43.26 Unpacking libdav1d6:armhf (1.0.0-2) ...
12:00:21 #10 43.34 Selecting previously unselected package libgav1-1:armhf.
12:00:21 #10 43.34 Preparing to unpack .../179-libgav1-1_0.18.0-1+b1_armhf.deb ...
12:00:21 #10 43.34 Unpacking libgav1-1:armhf (0.18.0-1+b1) ...
12:00:21 #10 43.43 Selecting previously unselected package librav1e0:armhf.
12:00:21 #10 43.43 Preparing to unpack .../180-librav1e0_0.5.1-6_armhf.deb ...
12:00:21 #10 43.43 Unpacking librav1e0:armhf (0.5.1-6) ...
12:00:21 #10 50.58 Selecting previously unselected package mysql-common.
12:00:21 #10 50.58 Preparing to unpack .../251-mysql-common_5.8+1.0.5_all.deb ...
12:00:21 #10 50.59 Unpacking mysql-common (5.8+1.0.5) ...
12:00:21 #10 50.63 Selecting previously unselected package mariadb-common.
12:00:21 #10 50.64 Preparing to unpack .../252-mariadb-common_1%3a10.3.36-0+deb10u2_all.deb ...
12:00:21 #10 50.64 Unpacking mariadb-common (1:10.3.36-0+deb10u2) ...
12:00:21 #10 50.68 Selecting previously unselected package libmariadb3:armhf.
12:00:21 #10 50.68 Preparing to unpack .../253-libmariadb3_1%3a10.3.36-0+deb10u2_armhf.deb ...
12:00:21 #10 50.69 Unpacking libmariadb3:armhf (1:10.3.36-0+deb10u2) ...
12:00:21 #11 47.93 Unpacking liblist-someutils-xs-perl (0.58-2) ...
12:00:21 #11 47.97 Selecting previously unselected package libltdl7:armhf.
12:00:21 #11 47.97 Preparing to unpack .../276-libltdl7_2.4.6-14_armhf.deb ...
12:00:21 #11 47.97 Unpacking libltdl7:armhf (2.4.6-14) ...
12:00:21 #11 48.01 Selecting previously unselected package libltdl-dev:armhf.
12:00:21 #11 48.02 Preparing to unpack .../277-libltdl-dev_2.4.6-14_armhf.deb ...
12:00:21 #11 48.02 Unpacking libltdl-dev:armhf (2.4.6-14) ...
12:00:21 #11 48.07 Selecting previously unselected package libsys-hostname-long-perl.
12:00:21 #11 48.07 Preparing to unpack .../278-libsys-hostname-long-perl_1.5-1_all.deb ...
12:00:21 #11 48.08 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:00:21 #11 48.11 Selecting previously unselected package libmail-sendmail-perl.
12:00:21 #11 48.11 Preparing to unpack .../279-libmail-sendmail-perl_0.80-1_all.deb ...
12:00:21 #11 48.11 Unpacking libmail-sendmail-perl (0.80-1) ...
12:00:21 #11 48.15 Selecting previously unselected package libmoox-aliases-perl.
12:00:21 #11 48.15 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1_all.deb ...
12:00:21 #11 48.15 Unpacking libmoox-aliases-perl (0.001006-1) ...
12:00:21 #11 48.18 Selecting previously unselected package libobject-id-perl.
12:00:21 #11 48.18 Preparing to unpack .../281-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
12:00:21 #11 43.91 Selecting previously unselected package libwant-perl.
12:00:21 #11 43.91 Preparing to unpack .../253-libwant-perl_0.29-2_armhf.deb ...
12:00:21 #11 43.92 Unpacking libwant-perl (0.29-2) ...
12:00:21 #11 43.95 Selecting previously unselected package libcontextual-return-perl.
12:00:21 #11 43.95 Preparing to unpack .../254-libcontextual-return-perl_0.004014-3_all.deb ...
12:00:21 #11 43.96 Unpacking libcontextual-return-perl (0.004014-3) ...
12:00:21 #11 43.99 Selecting previously unselected package libcpanel-json-xs-perl:armhf.
12:00:21 #11 44.00 Preparing to unpack .../255-libcpanel-json-xs-perl_4.32-1_armhf.deb ...
12:00:21 #11 44.00 Unpacking libcpanel-json-xs-perl:armhf (4.32-1) ...
12:00:21 #11 44.04 Selecting previously unselected package libdevel-stacktrace-perl.
12:00:21 #11 44.04 Preparing to unpack .../256-libdevel-stacktrace-perl_2.0400-1_all.deb ...
12:00:21 #11 44.04 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
12:00:21 #11 44.08 Selecting previously unselected package libexception-class-perl.
12:00:21 #11 44.08 Preparing to unpack .../257-libexception-class-perl_1.45-1_all.deb ...
12:00:21 #11 44.08 Unpacking libexception-class-perl (1.45-1) ...
12:00:21 #11 44.11 Selecting previously unselected package libiterator-perl.
12:00:21 #11 44.12 Preparing to unpack .../258-libiterator-perl_0.03+ds1-2_all.deb ...
12:00:21 #11 44.12 Unpacking libiterator-perl (0.03+ds1-2) ...
12:00:21 #11 46.59 Selecting previously unselected package libltdl-dev:armhf.
12:00:21 #11 46.59 Preparing to unpack .../282-libltdl-dev_2.4.6-15build2_armhf.deb ...
12:00:21 #11 46.59 Unpacking libltdl-dev:armhf (2.4.6-15build2) ...
12:00:21 #11 46.64 Selecting previously unselected package liblzo2-2:armhf.
12:00:21 #11 46.64 Preparing to unpack .../283-liblzo2-2_2.10-2build3_armhf.deb ...
12:00:21 #11 46.65 Unpacking liblzo2-2:armhf (2.10-2build3) ...
12:00:21 #11 46.68 Selecting previously unselected package libsys-hostname-long-perl.
12:00:21 #11 46.68 Preparing to unpack .../284-libsys-hostname-long-perl_1.5-2_all.deb ...
12:00:21 #11 46.69 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:00:21 #11 46.72 Selecting previously unselected package libmail-sendmail-perl.
12:00:21 #11 46.73 Preparing to unpack .../285-libmail-sendmail-perl_0.80-1.1_all.deb ...
12:00:21 #11 46.73 Unpacking libmail-sendmail-perl (0.80-1.1) ...
12:00:21 #11 46.76 Selecting previously unselected package libnet-smtp-ssl-perl.
12:00:21 #11 46.77 Preparing to unpack .../286-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:00:21 #11 46.77 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:00:21 #11 46.80 Selecting previously unselected package libmailtools-perl.
12:00:21 #11 46.80 Preparing to unpack .../287-libmailtools-perl_2.21-1_all.deb ...
12:00:21 #11 46.81 Unpacking libmailtools-perl (2.21-1) ...
12:00:21 #11 46.86 Selecting previously unselected package libmarkdown2:armhf.
12:00:21 #11 46.86 Preparing to unpack .../288-libmarkdown2_2.2.7-2_armhf.deb ...
12:00:21 #11 46.86 Unpacking libmarkdown2:armhf (2.2.7-2) ...
12:00:21 #11 46.89 Selecting previously unselected package libmath-base85-perl.
12:00:21 #11 46.90 Preparing to unpack .../289-libmath-base85-perl_0.5+dfsg-1_all.deb ...
12:00:21 #11 46.90 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
12:00:21 #10 36.46 Preparing to unpack .../liblzma5_5.4.1-0.1_armhf.deb ...
12:00:21 #10 36.47 Unpacking liblzma5:armhf (5.4.1-0.1) over (5.4.0-0.1) ...
12:00:21 #10 36.53 Setting up liblzma5:armhf (5.4.1-0.1) ...
12:00:21 #10 36.61 Selecting previously unselected package libmpdec3:armhf.
12:00:21 #10 36.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 ... 10708 files and directories currently installed.)
12:00:21 #10 36.63 Preparing to unpack .../0-libmpdec3_2.5.1-2+rpi1_armhf.deb ...
12:00:21 #10 36.63 Unpacking libmpdec3:armhf (2.5.1-2+rpi1) ...
12:00:21 #10 36.69 Selecting previously unselected package libtirpc-common.
12:00:21 #10 36.69 Preparing to unpack .../1-libtirpc-common_1.3.3+ds-1_all.deb ...
12:00:21 #10 36.70 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:00:21 #12 5.375 Get:2 http://deb.debian.org/debian bookworm/main arm64 libjsoncpp25 arm64 1.9.5-4 [72.3 kB]
12:00:21 #12 5.377 Get:3 http://deb.debian.org/debian bookworm/main arm64 librhash0 arm64 1.4.3-3 [131 kB]
12:00:21 #12 5.379 Get:4 http://deb.debian.org/debian bookworm/main arm64 libuv1 arm64 1.44.2-1 [133 kB]
12:00:21 #12 5.380 Get:5 http://deb.debian.org/debian bookworm/main arm64 cmake-data all 3.25.1-1 [2026 kB]
12:00:21 #12 5.392 Get:6 http://deb.debian.org/debian bookworm/main arm64 libsystemd0 arm64 252.5-2 [306 kB]
12:00:21 #12 5.393 Get:7 http://deb.debian.org/debian bookworm/main arm64 libproc2-0 arm64 2:4.0.2-3 [60.1 kB]
12:00:21 #12 5.394 Get:8 http://deb.debian.org/debian bookworm/main arm64 procps arm64 2:4.0.2-3 [698 kB]
12:00:21 #12 5.397 Get:9 http://deb.debian.org/debian bookworm/main arm64 cmake arm64 3.25.1-1 [6806 kB]
12:00:21 #12 5.435 Get:10 http://deb.debian.org/debian bookworm/main arm64 dh-apparmor all 3.0.8-2 [16.7 kB]
12:00:21 #12 5.435 Get:11 http://deb.debian.org/debian bookworm/main arm64 libudev1 arm64 252.5-2 [101 kB]
12:00:21 #12 5.436 Get:12 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
12:00:21 #12 5.436 Get:13 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
12:00:21 #12 5.437 Get:14 http://deb.debian.org/debian bookworm/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.185-2 [12.2 kB]
12:00:21 #12 5.437 Get:15 http://deb.debian.org/debian bookworm/main arm64 libudev-dev arm64 252.5-2 [51.5 kB]
12:00:21 #12 5.438 Get:16 http://deb.debian.org/debian bookworm/main arm64 libsepol-dev arm64 3.4-2 [343 kB]
12:00:21 #12 5.439 Get:17 http://deb.debian.org/debian bookworm/main arm64 libpcre2-16-0 arm64 10.42-1 [216 kB]
12:00:21 #12 5.441 Get:18 http://deb.debian.org/debian bookworm/main arm64 libpcre2-32-0 arm64 10.42-1 [207 kB]
12:00:21 #12 5.442 Get:19 http://deb.debian.org/debian bookworm/main arm64 libpcre2-posix3 arm64 10.42-1 [55.5 kB]
12:00:21 #12 5.442 Get:20 http://deb.debian.org/debian bookworm/main arm64 libpcre2-dev arm64 10.42-1 [664 kB]
12:00:21 #12 5.445 Get:21 http://deb.debian.org/debian bookworm/main arm64 libselinux1-dev arm64 3.4-1+b5 [159 kB]
12:00:21 #12 5.446 Get:22 http://deb.debian.org/debian bookworm/main arm64 libdevmapper-dev arm64 2:1.02.185-2 [42.0 kB]
12:00:21 #12 5.447 Get:23 http://deb.debian.org/debian bookworm/main arm64 libseccomp-dev arm64 2.5.4-1+b3 [87.8 kB]
12:00:21 #12 5.449 Get:24 http://deb.debian.org/debian bookworm/main arm64 libsystemd-dev arm64 252.5-2 [351 kB]
12:00:21 #12 5.452 Get:25 http://deb.debian.org/debian bookworm/main arm64 libpkgconf3 arm64 1.8.1-1 [35.3 kB]
12:00:21 #12 5.453 Get:26 http://deb.debian.org/debian bookworm/main arm64 pkgconf-bin arm64 1.8.1-1 [28.9 kB]
12:00:21 #12 5.455 Get:27 http://deb.debian.org/debian bookworm/main arm64 pkgconf arm64 1.8.1-1 [25.9 kB]
12:00:21 #12 5.457 Get:28 http://deb.debian.org/debian bookworm/main arm64 pkg-config arm64 1.8.1-1 [13.7 kB]
12:00:21 #12 5.622 debconf: delaying package configuration, since apt-utils is not installed
12:00:21 #13 6.082 Selecting previously unselected package bash-completion.
12:00:21 #13 6.082 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 26296 files and directories currently installed.)
12:00:21 #13 6.096 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
12:00:21 #10 37.71 Selecting previously unselected package libfakeroot:armhf.
12:00:21 #10 37.71 Preparing to unpack .../060-libfakeroot_1.25.3-1.1_armhf.deb ...
12:00:21 #10 37.72 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
12:00:21 #10 37.76 Selecting previously unselected package fakeroot.
12:00:21 #10 37.77 Preparing to unpack .../061-fakeroot_1.25.3-1.1_armhf.deb ...
12:00:21 #10 37.77 Unpacking fakeroot (1.25.3-1.1) ...
12:00:21 #10 37.81 Selecting previously unselected package libfile-dirlist-perl.
12:00:21 #10 37.82 Preparing to unpack .../062-libfile-dirlist-perl_0.05-2_all.deb ...
12:00:21 #10 37.82 Unpacking libfile-dirlist-perl (0.05-2) ...
12:00:21 #10 37.87 Selecting previously unselected package libfile-which-perl.
12:00:21 #10 37.87 Preparing to unpack .../063-libfile-which-perl_1.23-1_all.deb ...
12:00:21 #10 37.87 Unpacking libfile-which-perl (1.23-1) ...
12:00:21 #10 37.90 Selecting previously unselected package libfile-homedir-perl.
12:00:21 #10 37.91 Preparing to unpack .../064-libfile-homedir-perl_1.006-1_all.deb ...
12:00:21 #10 37.91 Unpacking libfile-homedir-perl (1.006-1) ...
12:00:21 + mkdir -p /root/build-deb/buildx
12:00:21 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:21 #10 36.86 Preparing to unpack .../081-liburi-perl_1.76-1_all.deb ...
12:00:21 #10 36.87 Unpacking liburi-perl (1.76-1) ...
12:00:21 #10 36.94 Selecting previously unselected package libhtml-parser-perl.
12:00:21 #10 36.94 Preparing to unpack .../082-libhtml-parser-perl_3.72-3+b2_armhf.deb ...
12:00:21 #10 36.94 Unpacking libhtml-parser-perl (3.72-3+b2) ...
12:00:21 #10 36.98 Selecting previously unselected package libhtml-tree-perl.
12:00:21 #10 36.98 Preparing to unpack .../083-libhtml-tree-perl_5.07-2_all.deb ...
12:00:21 #10 36.98 Unpacking libhtml-tree-perl (5.07-2) ...
12:00:21 #10 37.03 Selecting previously unselected package libio-html-perl.
12:00:21 #10 37.03 Preparing to unpack .../084-libio-html-perl_1.001-1_all.deb ...
12:00:21 #10 37.03 Unpacking libio-html-perl (1.001-1) ...
12:00:21 #10 37.06 Selecting previously unselected package liblwp-mediatypes-perl.
12:00:21 #10 37.06 Preparing to unpack .../085-liblwp-mediatypes-perl_6.02-1_all.deb ...
12:00:21 #10 37.06 Unpacking liblwp-mediatypes-perl (6.02-1) ...
12:00:21 #10 37.09 Selecting previously unselected package libhttp-message-perl.
12:00:21 #10 37.09 Preparing to unpack .../086-libhttp-message-perl_6.18-1_all.deb ...
12:00:21 #10 37.09 Unpacking libhttp-message-perl (6.18-1) ...
12:00:21 #10 37.12 Selecting previously unselected package libhttp-cookies-perl.
12:00:21 #10 37.13 Preparing to unpack .../087-libhttp-cookies-perl_6.04-1_all.deb ...
12:00:21 #10 37.13 Unpacking libhttp-cookies-perl (6.04-1) ...
12:00:21 #10 37.16 Selecting previously unselected package libhttp-negotiate-perl.
12:00:21 #10 37.16 Preparing to unpack .../088-libhttp-negotiate-perl_6.01-1_all.deb ...
12:00:21 #10 37.16 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:00:21 #10 37.19 Selecting previously unselected package perl-openssl-defaults:armhf.
12:00:21 #10 37.19 Preparing to unpack .../089-perl-openssl-defaults_3_armhf.deb ...
12:00:21 #10 55.16 Setting up python3-six (1.11.0-2) ...
12:00:21 #10 55.32 Setting up libx11-6:armhf (2:1.6.4-3ubuntu0.4) ...
12:00:21 #10 55.33 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
12:00:21 #10 63.76 Setting up libxs-parse-sublike-perl:amd64 (0.16-1+b2) ...
12:00:21 #10 63.77 Setting up intltool-debian (0.35.0+20060710.6) ...
12:00:21 #10 63.79 Setting up libfreezethaw-perl (0.5001-3) ...
12:00:21 #10 63.80 Setting up libobject-pad-perl (0.78-1) ...
12:00:21 #10 63.81 Setting up liberror-perl (0.17029-2) ...
12:00:21 #10 63.83 Setting up patchutils (0.4.2-1) ...
12:00:21 #10 63.84 Setting up libmail-sendmail-perl (0.80-3) ...
12:00:21 #10 63.87 Setting up libltdl-dev:amd64 (2.4.7-5) ...
12:00:21 #10 63.88 Setting up libjson-maybexs-perl (1.004004-1) ...
12:00:21 #10 63.89 Setting up libxml-sax-base-perl (1.09-3) ...
12:00:21 #10 63.90 Setting up libio-string-perl (1.08-4) ...
12:00:21 #10 63.92 Setting up libreadonly-perl (2.050-3) ...
12:00:21 #10 63.93 Setting up libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
12:00:21 #10 63.94 Setting up libstring-copyright-perl (0.003014-1) ...
12:00:21 #10 63.96 Setting up libdata-optlist-perl (0.113-1) ...
12:00:21 #10 63.97 Setting up libipc-run-perl (20220807.0-1) ...
12:00:21 #12 6.651 Transaction test succeeded.
12:00:21 #12 6.652 Running transaction
12:00:21 #13 1.140 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
12:00:21 #13 7.570 Preparing to unpack .../04-librhash0_1.3.9-1_amd64.deb ...
12:00:21 #13 7.573 Unpacking librhash0:amd64 (1.3.9-1) ...
12:00:21 #13 7.613 Selecting previously unselected package libuv1:amd64.
12:00:21 #13 7.616 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_amd64.deb ...
12:00:21 #13 7.620 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ...
12:00:21 #13 7.654 Selecting previously unselected package cmake.
12:00:21 #13 7.655 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1.20.04.1_amd64.deb ...
12:00:21 #13 7.658 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ...
12:00:21 #13 18.32   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch           3/76 
12:00:21 #13 26.30   Upgrading        : libsepol-3.5-0.rc2.1.el9.x86_64                       4/76 
12:00:21 #13 26.35   Upgrading        : libselinux-3.5-0.rc2.1.el9.x86_64                     5/76 
12:00:21 #13 26.36   Installing       : perl-DynaLoader-1.47-480.el9.x86_64                   6/76 
12:00:21 #13 26.37   Installing       : perl-threads-1:2.25-460.el9.x86_64                    7/76 
12:00:21 #13 26.42   Installing       : perl-File-Find-1.37-480.el9.noarch                    8/76 
12:00:21 #13 26.43   Installing       : perl-File-Copy-2.34-480.el9.noarch                    9/76 
12:00:21 #10 63.50 Setting up libdata-optlist-perl (0.110-1.1) ...
12:00:21 #10 63.52 Setting up libipc-run-perl (20200505.0-1) ...
12:00:21 #10 63.53 Setting up git (1:2.30.2-1+deb11u1) ...
12:00:21 #10 63.56 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
12:00:21 #10 63.57 Setting up python3-urllib3 (1.26.5-1~exp1) ...
12:00:21 #10 43.55 Selecting previously unselected package libsvtav1enc1:armhf.
12:00:21 #10 43.55 Preparing to unpack .../181-libsvtav1enc1_1.4.1+dfsg-1_armhf.deb ...
12:00:21 #10 43.55 Unpacking libsvtav1enc1:armhf (1.4.1+dfsg-1) ...
12:00:21 #10 43.78 Selecting previously unselected package libjpeg62-turbo:armhf.
12:00:21 #10 43.78 Preparing to unpack .../182-libjpeg62-turbo_1%3a2.1.2-1+b1_armhf.deb ...
12:00:21 #10 50.75 Selecting previously unselected package libpython2.7-minimal:armhf.
12:00:21 #10 50.75 Preparing to unpack .../254-libpython2.7-minimal_2.7.16-2+deb10u1_armhf.deb ...
12:00:21 #10 50.75 Unpacking libpython2.7-minimal:armhf (2.7.16-2+deb10u1) ...
12:00:21 #10 50.86 Selecting previously unselected package libpython2.7-stdlib:armhf.
12:00:21 #10 50.86 Preparing to unpack .../255-libpython2.7-stdlib_2.7.16-2+deb10u1_armhf.deb ...
12:00:21 #10 50.87 Unpacking libpython2.7-stdlib:armhf (2.7.16-2+deb10u1) ...
12:00:21 #11 48.18 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
12:00:21 #11 48.21 Selecting previously unselected package libmoox-struct-perl.
12:00:21 #11 48.22 Preparing to unpack .../282-libmoox-struct-perl_0.017-1_all.deb ...
12:00:21 #11 48.22 Unpacking libmoox-struct-perl (0.017-1) ...
12:00:21 #11 48.25 Selecting previously unselected package libnet-dns-sec-perl.
12:00:21 #11 48.25 Preparing to unpack .../283-libnet-dns-sec-perl_1.15-1_armhf.deb ...
12:00:21 #11 48.25 Unpacking libnet-dns-sec-perl (1.15-1) ...
12:00:21 #11 48.30 Selecting previously unselected package libnet-libidn-perl.
12:00:21 #11 48.30 Preparing to unpack .../284-libnet-libidn-perl_0.12.ds-3build2_armhf.deb ...
12:00:21 #11 48.30 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
12:00:21 #11 48.34 Selecting previously unselected package libnumber-range-perl.
12:00:21 #11 48.34 Preparing to unpack .../285-libnumber-range-perl_0.12-1_all.deb ...
12:00:21 #11 48.34 Unpacking libnumber-range-perl (0.12-1) ...
12:00:21 #11 48.37 Selecting previously unselected package libpackage-stash-xs-perl.
12:00:21 #11 48.37 Preparing to unpack .../286-libpackage-stash-xs-perl_0.29-1build1_armhf.deb ...
12:00:21 #11 48.38 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
12:00:21 #11 48.41 Selecting previously unselected package libpath-iterator-rule-perl.
12:00:21 #11 48.41 Preparing to unpack .../287-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:00:21 #11 48.42 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:00:21 #11 48.45 Selecting previously unselected package libperl4-corelibs-perl.
12:00:21 #11 48.45 Preparing to unpack .../288-libperl4-corelibs-perl_0.004-2_all.deb ...
12:00:21 #11 48.45 Unpacking libperl4-corelibs-perl (0.004-2) ...
12:00:21 #11 48.49 Selecting previously unselected package libperlio-gzip-perl.
12:00:21 #11 48.49 Preparing to unpack .../289-libperlio-gzip-perl_0.19-1build5_armhf.deb ...
12:00:21 #11 48.49 Unpacking libperlio-gzip-perl (0.19-1build5) ...
12:00:21 #11 48.52 Selecting previously unselected package libpod-constants-perl.
12:00:21 #11 48.52 Preparing to unpack .../290-libpod-constants-perl_0.19-1_all.deb ...
12:00:21 #11 44.15 Selecting previously unselected package libiterator-util-perl.
12:00:21 #11 44.15 Preparing to unpack .../259-libiterator-util-perl_0.02+ds1-2_all.deb ...
12:00:21 #11 44.16 Unpacking libiterator-util-perl (0.02+ds1-2) ...
12:00:21 #11 44.19 Selecting previously unselected package libexporter-tiny-perl.
12:00:21 #11 44.19 Preparing to unpack .../260-libexporter-tiny-perl_1.002002-1_all.deb ...
12:00:21 #11 44.20 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:00:21 #11 44.24 Selecting previously unselected package liblist-moreutils-xs-perl.
12:00:21 #11 44.24 Preparing to unpack .../261-liblist-moreutils-xs-perl_0.430-3_armhf.deb ...
12:00:21 #11 44.25 Unpacking liblist-moreutils-xs-perl (0.430-3) ...
12:00:21 #11 44.29 Selecting previously unselected package liblist-moreutils-perl.
12:00:21 #11 44.29 Preparing to unpack .../262-liblist-moreutils-perl_0.430-2_all.deb ...
12:00:21 #11 44.30 Unpacking liblist-moreutils-perl (0.430-2) ...
12:00:21 #11 44.33 Selecting previously unselected package libdata-dpath-perl.
12:00:21 #11 44.33 Preparing to unpack .../263-libdata-dpath-perl_0.58-1_all.deb ...
12:00:21 #11 44.34 Unpacking libdata-dpath-perl (0.58-1) ...
12:00:21 #11 44.37 Selecting previously unselected package libdata-dump-perl.
12:00:21 #11 44.37 Preparing to unpack .../264-libdata-dump-perl_1.25-1_all.deb ...
12:00:21 #11 44.38 Unpacking libdata-dump-perl (1.25-1) ...
12:00:21 #11 46.93 Selecting previously unselected package libmoox-aliases-perl.
12:00:21 #11 46.93 Preparing to unpack .../290-libmoox-aliases-perl_0.001006-1.1_all.deb ...
12:00:21 #11 46.94 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
12:00:21 #11 46.97 Selecting previously unselected package libnamespace-autoclean-perl.
12:00:21 #11 46.97 Preparing to unpack .../291-libnamespace-autoclean-perl_0.29-1_all.deb ...
12:00:21 #11 46.98 Unpacking libnamespace-autoclean-perl (0.29-1) ...
12:00:21 #11 47.01 Selecting previously unselected package libobject-id-perl.
12:00:21 #11 47.01 Preparing to unpack .../292-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
12:00:21 #11 47.02 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
12:00:21 #11 47.05 Selecting previously unselected package libmoox-struct-perl.
12:00:21 #11 47.05 Preparing to unpack .../293-libmoox-struct-perl_0.020-1_all.deb ...
12:00:21 #11 47.06 Unpacking libmoox-struct-perl (0.020-1) ...
12:00:21 #11 47.09 Selecting previously unselected package libmouse-perl.
12:00:21 #11 47.09 Preparing to unpack .../294-libmouse-perl_2.5.10-1build4_armhf.deb ...
12:00:21 #11 47.09 Unpacking libmouse-perl (2.5.10-1build4) ...
12:00:21 #12 5.660 Fetched 13.1 MB in 0s (37.1 MB/s)
12:00:21 #12 5.688 Selecting previously unselected package bash-completion.
12:00:21 #12 5.688 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29843 files and directories currently installed.)
12:00:21 #12 5.704 Preparing to unpack .../0-bash-completion_1%3a2.11-6_all.deb ...
12:00:21 #12 5.717 Unpacking bash-completion (1:2.11-6) ...
12:00:21 #12 5.842 Selecting previously unselected package libjsoncpp25:arm64.
12:00:21 #12 5.842 Preparing to unpack .../1-libjsoncpp25_1.9.5-4_arm64.deb ...
12:00:21 #12 5.847 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
12:00:21 #12 5.890 Selecting previously unselected package librhash0:arm64.
12:00:21 #12 5.890 Preparing to unpack .../2-librhash0_1.4.3-3_arm64.deb ...
12:00:21 #12 5.894 Unpacking librhash0:arm64 (1.4.3-3) ...
12:00:21 #12 5.937 Selecting previously unselected package libuv1:arm64.
12:00:21 #12 5.940 Preparing to unpack .../3-libuv1_1.44.2-1_arm64.deb ...
12:00:21 #12 5.942 Unpacking libuv1:arm64 (1.44.2-1) ...
12:00:21 #12 5.998 Selecting previously unselected package cmake-data.
12:00:21 #12 5.998 Preparing to unpack .../4-cmake-data_3.25.1-1_all.deb ...
12:00:21 #10 36.73 Selecting previously unselected package libtirpc3:armhf.
12:00:21 #10 36.74 Preparing to unpack .../2-libtirpc3_1.3.3+ds-1_armhf.deb ...
12:00:21 #10 36.74 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
12:00:21 #10 36.79 Selecting previously unselected package libnsl2:armhf.
12:00:21 #10 36.79 Preparing to unpack .../3-libnsl2_1.3.0-2_armhf.deb ...
12:00:21 #10 36.80 Unpacking libnsl2:armhf (1.3.0-2) ...
12:00:21 #10 36.85 Selecting previously unselected package libpython3.11-stdlib:armhf.
12:00:21 #10 36.85 Preparing to unpack .../4-libpython3.11-stdlib_3.11.1-2_armhf.deb ...
12:00:21 #10 36.85 Unpacking libpython3.11-stdlib:armhf (3.11.1-2) ...
12:00:21 #10 37.95 Selecting previously unselected package libfile-touch-perl.
12:00:21 #10 37.95 Preparing to unpack .../065-libfile-touch-perl_0.11-1_all.deb ...
12:00:21 #10 37.96 Unpacking libfile-touch-perl (0.11-1) ...
12:00:21 #10 38.01 Selecting previously unselected package libio-pty-perl.
12:00:21 #10 38.01 Preparing to unpack .../066-libio-pty-perl_1%3a1.15-2_armhf.deb ...
12:00:21 #10 38.02 Unpacking libio-pty-perl (1:1.15-2) ...
12:00:21 #10 38.06 Selecting previously unselected package libipc-run-perl.
12:00:21 #10 38.06 Preparing to unpack .../067-libipc-run-perl_20200505.0-1_all.deb ...
12:00:21 #10 38.07 Unpacking libipc-run-perl (20200505.0-1) ...
12:00:21 #10 38.11 Selecting previously unselected package libclass-method-modifiers-perl.
12:00:21 #10 38.11 Preparing to unpack .../068-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:00:21 #10 38.12 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:00:21 #10 38.15 Selecting previously unselected package libb-hooks-op-check-perl.
12:00:21 #10 38.15 Preparing to unpack .../069-libb-hooks-op-check-perl_0.22-1+b4_armhf.deb ...
12:00:21 #10 37.19 Unpacking perl-openssl-defaults:armhf (3) ...
12:00:21 #10 37.22 Selecting previously unselected package libnet-ssleay-perl.
12:00:21 #10 37.22 Preparing to unpack .../090-libnet-ssleay-perl_1.85-2+deb10u1_armhf.deb ...
12:00:21 #10 37.23 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
12:00:21 #10 37.28 Selecting previously unselected package libio-socket-ssl-perl.
12:00:21 #10 37.28 Preparing to unpack .../091-libio-socket-ssl-perl_2.060-3_all.deb ...
12:00:21 #10 37.28 Unpacking libio-socket-ssl-perl (2.060-3) ...
12:00:21 #10 37.33 Selecting previously unselected package libnet-http-perl.
12:00:21 #10 37.33 Preparing to unpack .../092-libnet-http-perl_6.18-1_all.deb ...
12:00:21 #10 37.33 Unpacking libnet-http-perl (6.18-1) ...
12:00:21 #10 37.38 Selecting previously unselected package liblwp-protocol-https-perl.
12:00:21 #10 37.38 Preparing to unpack .../093-liblwp-protocol-https-perl_6.07-2_all.deb ...
12:00:21 #10 37.38 Unpacking liblwp-protocol-https-perl (6.07-2) ...
12:00:21 #10 37.41 Selecting previously unselected package libtry-tiny-perl.
12:00:21 #10 37.41 Preparing to unpack .../094-libtry-tiny-perl_0.30-1_all.deb ...
12:00:21 #10 37.42 Unpacking libtry-tiny-perl (0.30-1) ...
12:00:21 #10 37.45 Selecting previously unselected package libwww-robotrules-perl.
12:00:21 #10 55.36 Setting up python3-certifi (2018.1.18-2) ...
12:00:21 #10 55.57 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
12:00:21 #10 55.60 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:00:21 #10 55.62 Setting up python3-pkg-resources (39.0.1-2ubuntu0.1) ...
12:00:21 #10 63.98 Setting up git (1:2.39.1-0.1) ...
12:00:21 #10 64.00 Setting up libtext-xslate-perl:amd64 (3.5.9-1+b2) ...
12:00:21 #10 64.02 Setting up libcontextual-return-perl (0.004014-4) ...
12:00:21 #10 64.03 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:21 #10 64.05 Setting up libtypes-serialiser-perl (1.01-1) ...
12:00:21 #10 64.06 Setting up libnsl-dev:amd64 (1.3.0-2) ...
12:00:21 #10 64.07 Setting up libhtml-parser-perl:amd64 (3.81-1) ...
12:00:21 #10 64.08 Setting up libgit-wrapper-perl (0.048-2) ...
12:00:21 #10 64.09 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:00:21 #10 64.11 Setting up librole-tiny-perl (2.002004-1) ...
12:00:21 #10 64.12 Setting up gnupg (2.2.40-1) ...
12:00:21 #10 64.13 Setting up libc6-dev:amd64 (2.36-8) ...
12:00:21 #10 64.14 Setting up libfont-ttf-perl (1.06-2) ...
12:00:21 #10 64.16 Setting up libfile-homedir-perl (1.006-2) ...
12:00:21 #10 64.17 Setting up libalgorithm-diff-xs-perl:amd64 (0.04-8+b1) ...
12:00:21 #10 64.18 Setting up pristine-tar (1.50) ...
12:00:21 #10 64.19 Setting up libio-socket-ssl-perl (2.078-1) ...
12:00:21 #13 8.035 Selecting previously unselected package dh-apparmor.
12:00:21 #13 8.038 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
12:00:21 #13 8.041 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
12:00:21 #13 8.074 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:00:21 #13 8.074 Preparing to unpack .../08-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
12:00:21 #13 8.077 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:00:21 #13 8.121 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:00:21 #13 8.121 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
12:00:21 #13 26.47   Installing       : perl-File-Compare-1.100.600-480.el9.noarch           10/76 
12:00:21 #13 26.48   Installing       : m4-1.4.19-1.el9.x86_64                               11/76 
12:00:21 #13 26.54   Installing       : autoconf-2.69-38.el9.noarch                          12/76 
12:00:21 #13 26.54   Installing       : libmpc-1.2.1-4.el9.x86_64                            13/76 
12:00:21 #13 26.60   Installing       : cmake-rpm-macros-3.20.2-7.el9.noarch                 14/76 
12:00:21 #13 26.61   Installing       : cmake-filesystem-3.20.2-7.el9.x86_64                 15/76 
12:00:21 #13 26.62   Installing       : libseccomp-2.5.2-2.el9.x86_64                        16/76 
12:00:21 #10 63.75 Setting up libcontextual-return-perl (0.004014-2) ...
12:00:21 #10 63.77 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:21 #10 63.78 Setting up libtypes-serialiser-perl (1.01-1) ...
12:00:21 #10 63.79 Setting up libhtml-parser-perl (3.75-1+b1) ...
12:00:21 #10 63.80 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:21 #10 63.82 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:00:21 #10 63.83 Setting up librole-tiny-perl (2.002004-1) ...
12:00:21 #10 63.84 Setting up gnupg (2.2.27-2+deb11u2) ...
12:00:21 #10 63.85 Setting up build-essential (12.9) ...
12:00:21 #10 63.87 Setting up python3-unidiff (0.5.5-2) ...
12:00:21 #10 51.15 Selecting previously unselected package libpython2.7:armhf.
12:00:21 #10 51.15 Preparing to unpack .../256-libpython2.7_2.7.16-2+deb10u1_armhf.deb ...
12:00:21 #10 51.15 Unpacking libpython2.7:armhf (2.7.16-2+deb10u1) ...
12:00:21 #10 43.79 Unpacking libjpeg62-turbo:armhf (1:2.1.2-1+b1) ...
12:00:21 #10 43.88 Selecting previously unselected package libyuv0:armhf.
12:00:21 #10 43.88 Preparing to unpack .../183-libyuv0_0.0~git20230104.6e4b0ac-1_armhf.deb ...
12:00:21 #10 43.88 Unpacking libyuv0:armhf (0.0~git20230104.6e4b0ac-1) ...
12:00:21 #10 43.94 Selecting previously unselected package libavif15:armhf.
12:00:21 #10 43.94 Preparing to unpack .../184-libavif15_0.11.1-1_armhf.deb ...
12:00:21 #10 43.94 Unpacking libavif15:armhf (0.11.1-1) ...
12:00:21 #10 43.99 Selecting previously unselected package libmodule-implementation-perl.
12:00:21 #10 43.99 Preparing to unpack .../185-libmodule-implementation-perl_0.09-2_all.deb ...
12:00:21 #10 44.00 Unpacking libmodule-implementation-perl (0.09-2) ...
12:00:21 #10 44.04 Selecting previously unselected package libsub-exporter-progressive-perl.
12:00:21 #11 48.53 Unpacking libpod-constants-perl (0.19-1) ...
12:00:21 #11 48.57 Selecting previously unselected package libre2-5:armhf.
12:00:21 #11 48.57 Preparing to unpack .../291-libre2-5_20200101+dfsg-1build1_armhf.deb ...
12:00:21 #11 48.57 Unpacking libre2-5:armhf (20200101+dfsg-1build1) ...
12:00:21 #11 48.61 Selecting previously unselected package libre-engine-re2-perl.
12:00:21 #11 48.61 Preparing to unpack .../292-libre-engine-re2-perl_0.13-5_armhf.deb ...
12:00:21 #11 48.61 Unpacking libre-engine-re2-perl (0.13-5) ...
12:00:21 #11 48.65 Selecting previously unselected package libreadonly-perl.
12:00:21 #11 48.65 Preparing to unpack .../293-libreadonly-perl_2.050-2_all.deb ...
12:00:21 #11 48.65 Unpacking libreadonly-perl (2.050-2) ...
12:00:21 #11 48.68 Selecting previously unselected package libref-util-perl.
12:00:21 #11 48.68 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ...
12:00:21 #11 48.68 Unpacking libref-util-perl (0.204-1) ...
12:00:21 #11 48.72 Selecting previously unselected package libref-util-xs-perl.
12:00:21 #11 48.72 Preparing to unpack .../295-libref-util-xs-perl_0.117-1build2_armhf.deb ...
12:00:21 #11 48.72 Unpacking libref-util-xs-perl (0.117-1build2) ...
12:00:21 #11 48.75 Selecting previously unselected package libregexp-pattern-license-perl.
12:00:21 #11 48.75 Preparing to unpack .../296-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
12:00:21 #11 44.41 Selecting previously unselected package libdata-messagepack-perl.
12:00:21 #11 44.41 Preparing to unpack .../265-libdata-messagepack-perl_1.02-1_armhf.deb ...
12:00:21 #11 44.41 Unpacking libdata-messagepack-perl (1.02-1) ...
12:00:21 #11 44.45 Selecting previously unselected package libnet-domain-tld-perl.
12:00:21 #11 44.45 Preparing to unpack .../266-libnet-domain-tld-perl_1.75-2_all.deb ...
12:00:21 #11 44.45 Unpacking libnet-domain-tld-perl (1.75-2) ...
12:00:21 #11 44.49 Selecting previously unselected package libdata-validate-domain-perl.
12:00:21 #11 44.49 Preparing to unpack .../267-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:00:21 #11 44.49 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:00:21 #11 44.53 Selecting previously unselected package libnet-ipv6addr-perl.
12:00:21 #11 44.54 Preparing to unpack .../268-libnet-ipv6addr-perl_1.02-1_all.deb ...
12:00:21 #11 44.54 Unpacking libnet-ipv6addr-perl (1.02-1) ...
12:00:21 #11 44.57 Selecting previously unselected package libnet-netmask-perl.
12:00:21 #11 44.57 Preparing to unpack .../269-libnet-netmask-perl_2.0001-1_all.deb ...
12:00:21 #11 44.58 Unpacking libnet-netmask-perl (2.0001-1) ...
12:00:21 #11 44.61 Selecting previously unselected package libnetaddr-ip-perl.
12:00:21 #11 44.61 Preparing to unpack .../270-libnetaddr-ip-perl_4.079+dfsg-2_armhf.deb ...
12:00:21 #11 44.62 Unpacking libnetaddr-ip-perl (4.079+dfsg-2) ...
12:00:21 #11 47.13 Selecting previously unselected package libpackage-stash-xs-perl.
12:00:21 #11 47.13 Preparing to unpack .../295-libpackage-stash-xs-perl_0.29-1build5_armhf.deb ...
12:00:21 #11 47.14 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
12:00:21 #11 47.16 Selecting previously unselected package libpath-iterator-rule-perl.
12:00:21 #11 47.17 Preparing to unpack .../296-libpath-iterator-rule-perl_1.015-1_all.deb ...
12:00:21 #11 47.17 Unpacking libpath-iterator-rule-perl (1.015-1) ...
12:00:21 #11 47.21 Selecting previously unselected package libperlio-gzip-perl.
12:00:21 #11 47.21 Preparing to unpack .../297-libperlio-gzip-perl_0.19-1build8_armhf.deb ...
12:00:21 #11 47.22 Unpacking libperlio-gzip-perl (0.19-1build8) ...
12:00:21 #11 47.24 Selecting previously unselected package libperlio-utf8-strict-perl.
12:00:21 #11 47.25 Preparing to unpack .../298-libperlio-utf8-strict-perl_0.009-1build1_armhf.deb ...
12:00:21 #11 47.25 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
12:00:21 #11 47.28 Selecting previously unselected package libpod-parser-perl.
12:00:21 #11 47.28 Preparing to unpack .../299-libpod-parser-perl_1.63-2_all.deb ...
12:00:21 #11 47.29 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:00:21 #11 47.31 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:00:21 #11 47.31 Unpacking libpod-parser-perl (1.63-2) ...
12:00:21 #12 6.007 Unpacking cmake-data (3.25.1-1) ...
12:00:21 #10 37.14 Selecting previously unselected package python3.11.
12:00:21 #10 37.14 Preparing to unpack .../5-python3.11_3.11.1-2_armhf.deb ...
12:00:21 #10 37.15 Unpacking python3.11 (3.11.1-2) ...
12:00:21 #10 37.20 Selecting previously unselected package libpython3-stdlib:armhf.
12:00:21 #10 37.20 Preparing to unpack .../6-libpython3-stdlib_3.11.1-3_armhf.deb ...
12:00:21 #10 37.21 Unpacking libpython3-stdlib:armhf (3.11.1-3) ...
12:00:21 #10 38.16 Unpacking libb-hooks-op-check-perl (0.22-1+b4) ...
12:00:21 #10 38.21 Selecting previously unselected package libdynaloader-functions-perl.
12:00:21 #10 38.21 Preparing to unpack .../070-libdynaloader-functions-perl_0.003-1.1_all.deb ...
12:00:21 #10 38.22 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
12:00:21 #10 38.25 Selecting previously unselected package libdevel-callchecker-perl.
12:00:21 #10 38.25 Preparing to unpack .../071-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
12:00:21 #10 38.27 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
12:00:21 #10 38.31 Selecting previously unselected package libparams-classify-perl.
12:00:21 #10 38.31 Preparing to unpack .../072-libparams-classify-perl_0.015-1+b3_armhf.deb ...
12:00:21 #10 38.32 Unpacking libparams-classify-perl (0.015-1+b3) ...
12:00:21 #10 38.35 Selecting previously unselected package libmodule-runtime-perl.
12:00:21 #10 38.35 Preparing to unpack .../073-libmodule-runtime-perl_0.016-1_all.deb ...
12:00:21 #10 38.36 Unpacking libmodule-runtime-perl (0.016-1) ...
12:00:21 #10 38.39 Selecting previously unselected package libimport-into-perl.
12:00:21 #10 38.39 Preparing to unpack .../074-libimport-into-perl_1.002005-1_all.deb ...
12:00:21 #10 38.40 Unpacking libimport-into-perl (1.002005-1) ...
12:00:21 #10 38.43 Selecting previously unselected package librole-tiny-perl.
12:00:21 #10 38.43 Preparing to unpack .../075-librole-tiny-perl_2.002004-1_all.deb ...
12:00:21 #10 38.44 Unpacking librole-tiny-perl (2.002004-1) ...
12:00:21 #10 38.46 Selecting previously unselected package libstrictures-perl.
12:00:21 #10 38.47 Preparing to unpack .../076-libstrictures-perl_2.000006-1_all.deb ...
12:00:21 #10 38.47 Unpacking libstrictures-perl (2.000006-1) ...
12:00:21 #10 37.45 Preparing to unpack .../095-libwww-robotrules-perl_6.02-1_all.deb ...
12:00:21 #10 37.45 Unpacking libwww-robotrules-perl (6.02-1) ...
12:00:21 #10 37.48 Selecting previously unselected package libwww-perl.
12:00:21 #10 37.48 Preparing to unpack .../096-libwww-perl_6.36-2_all.deb ...
12:00:21 #10 37.49 Unpacking libwww-perl (6.36-2) ...
12:00:21 #10 37.53 Selecting previously unselected package patchutils.
12:00:21 #10 37.53 Preparing to unpack .../097-patchutils_0.3.4-2_armhf.deb ...
12:00:21 #10 37.54 Unpacking patchutils (0.3.4-2) ...
12:00:21 #10 37.57 Selecting previously unselected package wdiff.
12:00:21 #13 6.848 Unpacking bash-completion (1:2.10-1ubuntu1) ...
12:00:21 #10 55.87 Setting up lsb-release (9.20170808ubuntu1) ...
12:00:21 #10 55.89 Setting up libxmuu1:armhf (2:1.1.2-2) ...
12:00:21 #10 55.91 Setting up libgpgme11:armhf (1.10.0-1ubuntu2) ...
12:00:21 #10 55.92 Setting up libgssapi-krb5-2:armhf (1.16-2ubuntu0.3) ...
12:00:21 #10 55.94 Setting up perl (5.26.1-6ubuntu0.6) ...
12:00:21 #10 55.96 Setting up libfile-chdir-perl (0.1008-1) ...
12:00:21 + mkdir -p /root/build-deb/compose
12:00:21 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:21 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:21 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:21 + mkdir -p /go/src/github.com/docker
12:00:21 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:21 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:21 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:21 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:21 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:21 + EPOCH=5
12:00:21 + EPOCH_SEP=
12:00:21 + [[ ! -z 5 ]]
12:00:21 + EPOCH_SEP=:
12:00:21 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:21 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:21 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:21 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:21 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:21 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:21 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:21 + debSource=docker-ce
12:00:21 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:21 + debMaintainer='Docker <support@docker.com>'
12:00:21 ++ date --rfc-2822
12:00:21 + debDate='Tue, 07 Feb 2023 12:00:21 +0000'
12:00:21 + pkgRevision=1
12:00:21 + cat
12:00:21 + export CLI_GITCOMMIT=ab4ef4a
12:00:21 + CLI_GITCOMMIT=ab4ef4a
12:00:21 + export ENGINE_GITCOMMIT=a25ab92
12:00:21 + ENGINE_GITCOMMIT=a25ab92
12:00:21 + export SCAN_GITCOMMIT=6c852fa
12:00:21 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:21 + SCAN_GITCOMMIT=6c852fa
12:00:21 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:21 + dpkg-buildpackage -uc -us -I.git
12:00:21 dpkg-buildpackage: info: source package docker-ce
12:00:21 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy
12:00:21 dpkg-buildpackage: info: source distribution jammy
12:00:21 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:21 dpkg-buildpackage: info: host architecture amd64
12:00:21  dpkg-source -I.git --before-build .
12:00:21 #10 64.20 Setting up libsub-exporter-perl (0.989-1) ...
12:00:21 #10 64.21 Setting up libpython3-stdlib:amd64 (3.11.1-3) ...
12:00:21 #10 64.23 Setting up libalgorithm-merge-perl (0.08-5) ...
12:00:21 #10 64.24 Setting up libhttp-message-perl (6.44-1) ...
12:00:21 #10 64.26 Setting up libdata-validate-ip-perl (0.31-1) ...
12:00:21 #10 64.27 Setting up libhtml-form-perl (6.10-1) ...
12:00:21 #10 64.28 Setting up libiterator-perl (0.03+ds1-2) ...
12:00:21 #10 64.29 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
12:00:21 #10 64.31 Setting up libjson-xs-perl (4.030-2+b1) ...
12:00:21 #10 64.32 Setting up python3.11 (3.11.1-2) ...
12:00:21 #13 8.125 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:00:21 #13 8.149 Selecting previously unselected package libudev-dev:amd64.
12:00:21 #13 8.152 Preparing to unpack .../10-libudev-dev_245.4-4ubuntu3.19_amd64.deb ...
12:00:21 #13 8.156 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.19) ...
12:00:21 #13 8.183 Selecting previously unselected package libsepol1-dev:amd64.
12:00:21 #13 8.185 Preparing to unpack .../11-libsepol1-dev_3.0-1ubuntu0.1_amd64.deb ...
12:00:21 #13 8.189 Unpacking libsepol1-dev:amd64 (3.0-1ubuntu0.1) ...
12:00:21 #13 8.254 Selecting previously unselected package libpcre2-16-0:amd64.
12:00:21 #13 8.257 Preparing to unpack .../12-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ...
12:00:21 #13 8.261 Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ...
12:00:21 #13 8.307 Selecting previously unselected package libpcre2-32-0:amd64.
12:00:21 #13 8.310 Preparing to unpack .../13-libpcre2-32-0_10.34-7ubuntu0.1_amd64.deb ...
12:00:21 #13 8.314 Unpacking libpcre2-32-0:amd64 (10.34-7ubuntu0.1) ...
12:00:21 #13 8.361 Selecting previously unselected package libpcre2-posix2:amd64.
12:00:21 #14 16.61 Transaction test succeeded.
12:00:21 #12 7.412   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch            1/1 
12:00:21 #12 7.564   Preparing        :                                                        1/1 
12:00:21 #12 7.619   Upgrading        : systemd-libs-250.9-1.fc36.aarch64                     1/99 
12:00:21 #12 7.630   Upgrading        : libxcrypt-4.4.33-4.fc36.aarch64                       2/99 
12:00:21 #12 3.387 (1/95): device-mapper-1.02.175-7.fc36.x86_64.rp 464 kB/s | 139 kB     00:00    
12:00:21 #12 3.395 (2/95): cryptsetup-libs-2.4.3-2.fc36.x86_64.rpm 1.4 MB/s | 432 kB     00:00    
12:00:21 #12 3.400 (3/95): checkpolicy-3.3-2.fc36.x86_64.rpm       1.1 MB/s | 339 kB     00:00    
12:00:21 #12 3.405 (4/95): device-mapper-libs-1.02.175-7.fc36.x86_  21 MB/s | 177 kB     00:00    
12:00:21 #12 3.407 (5/95): device-mapper-devel-1.02.175-7.fc36.x86 2.2 MB/s |  43 kB     00:00    
12:00:21 #12 3.417 (6/95): kmod-libs-29-7.fc36.x86_64.rpm          7.5 MB/s |  68 kB     00:00    
12:00:21 #12 3.424 (7/95): libcbor-0.7.0-5.fc36.x86_64.rpm         8.6 MB/s |  56 kB     00:00    
12:00:21 #12 3.429 (8/95): jsoncpp-1.9.5-2.fc36.x86_64.rpm         4.0 MB/s |  98 kB     00:00    
12:00:21 #12 3.437 (9/95): libedit-3.1-41.20210910cvs.fc36.x86_64. 9.3 MB/s | 104 kB     00:00    
12:00:21 #12 3.444 (10/95): libmpc-1.2.1-4.fc36.x86_64.rpm         5.5 MB/s |  61 kB     00:00    
12:00:21 #12 3.451 (11/95): libseccomp-2.5.3-2.fc36.x86_64.rpm     5.9 MB/s |  70 kB     00:00    
12:00:21 #12 3.482 (12/95): guile22-2.2.7-5.fc36.x86_64.rpm         80 MB/s | 6.4 MB     00:00    
12:00:21 #12 3.485 (13/95): libseccomp-devel-2.5.3-2.fc36.x86_64.r 1.4 MB/s |  53 kB     00:00    
12:00:21 #12 3.488 (14/95): libselinux-devel-3.3-4.fc36.x86_64.rpm 3.1 MB/s | 113 kB     00:00    
12:00:21 #12 3.493 (15/95): libselinux-utils-3.3-4.fc36.x86_64.rpm  13 MB/s | 142 kB     00:00    
12:00:21 #12 3.497 (16/95): libsepol-devel-3.3-3.fc36.x86_64.rpm   4.5 MB/s |  40 kB     00:00    
12:00:21 #12 3.500 (17/95): libutempter-1.2.1-6.fc36.x86_64.rpm    2.3 MB/s |  26 kB     00:00    
12:00:21 #12 3.504 (18/95): libxkbcommon-1.4.0-1.fc36.x86_64.rpm    13 MB/s | 140 kB     00:00    
12:00:21 #12 3.512 (19/95): m4-1.4.19-3.fc36.x86_64.rpm             28 MB/s | 296 kB     00:00    
12:00:21 #12 3.520 (20/95): make-4.3-7.fc36.x86_64.rpm              29 MB/s | 535 kB     00:00    
12:00:21 #12 3.526 (21/95): openssh-8.8p1-1.fc36.1.x86_64.rpm       22 MB/s | 451 kB     00:00    
12:00:21 #12 3.535 (22/95): openssh-clients-8.8p1-1.fc36.1.x86_64.  33 MB/s | 703 kB     00:00    
12:00:21 #12 3.559 (23/95): perl-Error-0.17029-8.fc36.noarch.rpm   1.3 MB/s |  41 kB     00:00    
12:00:21 #12 3.561 (24/95): perl-File-Compare-1.100.600-486.fc36.n 541 kB/s |  18 kB     00:00    
12:00:21 #12 3.565 (25/95): perl-File-Copy-2.35-486.fc36.noarch.rp 852 kB/s |  25 kB     00:00    
12:00:21 #12 3.567 (26/95): perl-File-Find-1.39-486.fc36.noarch.rp 5.7 MB/s |  30 kB     00:00    
12:00:21 #12 3.570 (27/95): perl-TermReadKey-2.38-12.fc36.x86_64.r 4.7 MB/s |  36 kB     00:00    
12:00:21 #12 3.573 (28/95): perl-Thread-Queue-3.14-479.fc36.noarch 2.9 MB/s |  21 kB     00:00    
12:00:21 #12 3.575 (29/95): perl-lib-0.65-486.fc36.x86_64.rpm      4.0 MB/s |  20 kB     00:00    
12:00:21 #12 3.578 (30/95): perl-threads-2.26-449.fc36.x86_64.rpm  7.0 MB/s |  57 kB     00:00    
12:00:21 #12 3.582 (31/95): perl-threads-shared-1.62-479.fc36.x86_ 5.0 MB/s |  44 kB     00:00    
12:00:21 #12 3.587 (32/95): policycoreutils-3.3-4.fc36.x86_64.rpm   19 MB/s | 202 kB     00:00    
12:00:21 #12 3.590 (33/95): policycoreutils-devel-3.3-4.fc36.x86_6  13 MB/s | 142 kB     00:00    
12:00:21 #12 3.593 (34/95): policycoreutils-python-utils-3.3-4.fc3 6.9 MB/s |  72 kB     00:00    
12:00:21 #12 3.597 (35/95): python3-libsemanage-3.3-3.fc36.x86_64.  11 MB/s |  80 kB     00:00    
12:00:21 #12 3.602 (36/95): python3-libselinux-3.3-4.fc36.x86_64.r  15 MB/s | 186 kB     00:00    
12:00:21 #12 3.615 (37/95): qrencode-libs-4.1.1-2.fc36.x86_64.rpm  5.7 MB/s |  61 kB     00:00    
12:00:21 #12 3.621 (38/95): python3-setools-4.4.0-5.fc36.x86_64.rp  24 MB/s | 552 kB     00:00    
12:00:21 #12 3.636 (39/95): python3-policycoreutils-3.3-4.fc36.noa  49 MB/s | 2.0 MB     00:00    
12:00:21 #12 3.639 (40/95): rhash-1.4.2-2.fc36.x86_64.rpm          7.6 MB/s | 185 kB     00:00    
12:00:21 #12 3.643 (41/95): which-2.21-32.fc36.x86_64.rpm          2.1 MB/s |  42 kB     00:00    
12:00:21 #12 3.650 (42/95): annobin-docs-10.93-1.fc36.noarch.rpm   9.3 MB/s |  92 kB     00:00    
12:00:21 #12 3.659 (43/95): xkeyboard-config-2.35.1-1.fc36.noarch.  45 MB/s | 878 kB     00:00    
12:00:21 #12 3.670 (44/95): annobin-plugin-gcc-10.93-1.fc36.x86_64  37 MB/s | 886 kB     00:00    
12:00:21 #12 3.676 (45/95): autoconf-2.71-3.fc36.noarch.rpm         30 MB/s | 720 kB     00:00    
12:00:21 #12 3.683 (46/95): automake-1.16.5-7.fc36.noarch.rpm       31 MB/s | 675 kB     00:00    
12:00:21 #12 3.699 (47/95): cmake-filesystem-3.25.2-1.fc36.x86_64. 1.3 MB/s |  17 kB     00:00    
12:00:21 #17 exporting layers 1.7s done
12:00:21 #17 writing image sha256:42640d20b93eea75632880e3eddf8e5ab1d04cb86360f28dee0fa604d4a19022 done
12:00:21 #17 naming to docker.io/debbuild-ubuntu-bionic/aarch64 done
12:00:21 #17 DONE 1.7s
12:00:21 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:21 #10 64.01 Setting up lsb-release (11.1.0) ...
12:00:21 #10 64.02 Setting up libfont-ttf-perl (1.06-1.1) ...
12:00:21 #10 64.03 Setting up libfile-homedir-perl (1.006-1) ...
12:00:21 #10 64.04 Setting up python3-magic (2:0.4.20-3) ...
12:00:22 #10 51.28 Selecting previously unselected package libmailutils5:armhf.
12:00:22 #10 51.28 Preparing to unpack .../257-libmailutils5_1%3a3.5-4_armhf.deb ...
12:00:22 #10 51.28 Unpacking libmailutils5:armhf (1:3.5-4) ...
12:00:22 #10 51.37 Selecting previously unselected package libmime-tools-perl.
12:00:22 #10 51.37 Preparing to unpack .../258-libmime-tools-perl_5.509-1_all.deb ...
12:00:22 #10 51.37 Unpacking libmime-tools-perl (5.509-1) ...
12:00:22 #10 51.43 Selecting previously unselected package libnet-dns-sec-perl.
12:00:22 #10 51.43 Preparing to unpack .../259-libnet-dns-sec-perl_1.11-1_armhf.deb ...
12:00:22 #10 51.44 Unpacking libnet-dns-sec-perl (1.11-1) ...
12:00:22 #10 51.47 Selecting previously unselected package libnet-libidn-perl.
12:00:22 #10 51.48 Preparing to unpack .../260-libnet-libidn-perl_0.12.ds-3+b1_armhf.deb ...
12:00:22 #10 51.48 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
12:00:22 #10 51.51 Selecting previously unselected package libnumber-compare-perl.
12:00:22 #10 51.51 Preparing to unpack .../261-libnumber-compare-perl_0.03-1_all.deb ...
12:00:22 #10 51.52 Unpacking libnumber-compare-perl (0.03-1) ...
12:00:22 #10 44.04 Preparing to unpack .../186-libsub-exporter-progressive-perl_0.001013-3_all.deb ...
12:00:22 #10 44.05 Unpacking libsub-exporter-progressive-perl (0.001013-3) ...
12:00:22 #10 44.09 Selecting previously unselected package libvariable-magic-perl.
12:00:22 #10 44.09 Preparing to unpack .../187-libvariable-magic-perl_0.63-1+b1_armhf.deb ...
12:00:22 #10 44.10 Unpacking libvariable-magic-perl (0.63-1+b1) ...
12:00:22 #10 44.15 Selecting previously unselected package libb-hooks-endofscope-perl.
12:00:22 #10 44.15 Preparing to unpack .../188-libb-hooks-endofscope-perl_0.26-1_all.deb ...
12:00:22 #10 44.15 Unpacking libb-hooks-endofscope-perl (0.26-1) ...
12:00:22 #10 44.20 Selecting previously unselected package libberkeleydb-perl:armhf.
12:00:22 #10 44.20 Preparing to unpack .../189-libberkeleydb-perl_0.64-2+b1_armhf.deb ...
12:00:22 #10 44.21 Unpacking libberkeleydb-perl:armhf (0.64-2+b1) ...
12:00:22 #10 44.28 Selecting previously unselected package libpng16-16:armhf.
12:00:22 #10 44.28 Preparing to unpack .../190-libpng16-16_1.6.39-2_armhf.deb ...
12:00:22 #11 48.75 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
12:00:22 #11 48.78 Selecting previously unselected package libregexp-pattern-perl.
12:00:22 #11 48.79 Preparing to unpack .../297-libregexp-pattern-perl_0.2.12-1_all.deb ...
12:00:22 #11 48.79 Unpacking libregexp-pattern-perl (0.2.12-1) ...
12:00:22 #11 48.83 Selecting previously unselected package libsasl2-modules:armhf.
12:00:22 #11 48.83 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
12:00:22 #11 48.83 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
12:00:22 #11 48.87 Selecting previously unselected package libsereal-decoder-perl.
12:00:22 #11 48.87 Preparing to unpack .../299-libsereal-decoder-perl_4.011+ds-1build1_armhf.deb ...
12:00:22 #11 48.88 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
12:00:22 #11 48.92 Selecting previously unselected package libsereal-encoder-perl.
12:00:22 #11 48.92 Preparing to unpack .../300-libsereal-encoder-perl_4.011+ds-1build1_armhf.deb ...
12:00:22 #11 48.92 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
12:00:22 #11 48.96 Selecting previously unselected package libsereal-perl.
12:00:22 #11 48.96 Preparing to unpack .../301-libsereal-perl_4.011-1_all.deb ...
12:00:22 #11 48.96 Unpacking libsereal-perl (4.011-1) ...
12:00:22 #11 48.99 Selecting previously unselected package libsort-key-perl.
12:00:22 #11 44.65 Selecting previously unselected package libdata-validate-ip-perl.
12:00:22 #11 44.66 Preparing to unpack .../271-libdata-validate-ip-perl_0.30-1_all.deb ...
12:00:22 #11 44.66 Unpacking libdata-validate-ip-perl (0.30-1) ...
12:00:22 #11 44.69 Selecting previously unselected package libdata-validate-uri-perl.
12:00:22 #11 44.69 Preparing to unpack .../272-libdata-validate-uri-perl_0.07-2_all.deb ...
12:00:22 #11 44.70 Unpacking libdata-validate-uri-perl (0.07-2) ...
12:00:22 #11 44.73 Selecting previously unselected package libdistro-info-perl.
12:00:22 #11 44.73 Preparing to unpack .../273-libdistro-info-perl_1.1ubuntu1_all.deb ...
12:00:22 #11 44.73 Unpacking libdistro-info-perl (1.1ubuntu1) ...
12:00:22 #11 44.77 Selecting previously unselected package libemail-address-xs-perl.
12:00:22 #11 44.77 Preparing to unpack .../274-libemail-address-xs-perl_1.05-1_armhf.deb ...
12:00:22 #11 44.78 Unpacking libemail-address-xs-perl (1.05-1) ...
12:00:22 #11 44.81 Selecting previously unselected package libfcgi-bin.
12:00:22 #11 44.81 Preparing to unpack .../275-libfcgi-bin_2.4.2-2build2_armhf.deb ...
12:00:22 #11 44.81 Unpacking libfcgi-bin (2.4.2-2build2) ...
12:00:22 #11 44.84 Selecting previously unselected package libipc-system-simple-perl.
12:00:22 #11 44.84 Preparing to unpack .../276-libipc-system-simple-perl_1.30-1_all.deb ...
12:00:22 #11 44.85 Unpacking libipc-system-simple-perl (1.30-1) ...
12:00:22 #11 44.88 Selecting previously unselected package libfile-basedir-perl.
12:00:22 #11 44.89 Preparing to unpack .../277-libfile-basedir-perl_0.09-1_all.deb ...
12:00:22 #11 44.89 Unpacking libfile-basedir-perl (0.09-1) ...
12:00:22 #11 44.92 Selecting previously unselected package libfile-chdir-perl.
12:00:22 #11 44.92 Preparing to unpack .../278-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:00:22 #11 44.93 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:00:22 #11 44.96 Selecting previously unselected package libfile-fcntllock-perl.
12:00:22 #11 44.96 Preparing to unpack .../279-libfile-fcntllock-perl_0.22-4_armhf.deb ...
12:00:22 #11 44.97 Unpacking libfile-fcntllock-perl (0.22-4) ...
12:00:22 #11 47.35 Selecting previously unselected package libpod-constants-perl.
12:00:22 #11 47.36 Preparing to unpack .../300-libpod-constants-perl_0.19-2_all.deb ...
12:00:22 #11 47.36 Unpacking libpod-constants-perl (0.19-2) ...
12:00:22 #11 47.39 Selecting previously unselected package libproc-processtable-perl:armhf.
12:00:22 #11 47.39 Preparing to unpack .../301-libproc-processtable-perl_0.634-1build1_armhf.deb ...
12:00:22 #11 47.40 Unpacking libproc-processtable-perl:armhf (0.634-1build1) ...
12:00:22 #11 47.44 Selecting previously unselected package libre2-9:armhf.
12:00:22 #11 47.44 Preparing to unpack .../302-libre2-9_20220201+dfsg-1_armhf.deb ...
12:00:22 #11 47.44 Unpacking libre2-9:armhf (20220201+dfsg-1) ...
12:00:22 #11 47.48 Selecting previously unselected package libre-engine-re2-perl:armhf.
12:00:22 #11 47.48 Preparing to unpack .../303-libre-engine-re2-perl_0.14-1build2_armhf.deb ...
12:00:22 #11 47.48 Unpacking libre-engine-re2-perl:armhf (0.14-1build2) ...
12:00:22 #11 47.52 Selecting previously unselected package libreadonly-perl.
12:00:22 #11 47.52 Preparing to unpack .../304-libreadonly-perl_2.050-3_all.deb ...
12:00:22 #11 47.52 Unpacking libreadonly-perl (2.050-3) ...
12:00:22 #11 47.56 Selecting previously unselected package libref-util-perl.
12:00:22 #11 47.56 Preparing to unpack .../305-libref-util-perl_0.204-1_all.deb ...
12:00:22 #11 47.56 Unpacking libref-util-perl (0.204-1) ...
12:00:22 #11 47.60 Selecting previously unselected package libref-util-xs-perl.
12:00:22 #11 47.60 Preparing to unpack .../306-libref-util-xs-perl_0.117-1build5_armhf.deb ...
12:00:22 #11 47.60 Unpacking libref-util-xs-perl (0.117-1build5) ...
12:00:22 #11 47.63 Selecting previously unselected package libregexp-pattern-license-perl.
12:00:22 #11 47.63 Preparing to unpack .../307-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
12:00:22 #11 47.63 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
12:00:22 #11 47.67 Selecting previously unselected package libregexp-pattern-perl.
12:00:22 #11 47.67 Preparing to unpack .../308-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:00:22 #11 47.68 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:00:22 #11 47.72 Selecting previously unselected package libsasl2-modules:armhf.
12:00:22 #11 47.72 Preparing to unpack .../309-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.1_armhf.deb ...
12:00:22 #12 6.408 Preparing to unpack .../5-libsystemd0_252.5-2_arm64.deb ...
12:00:22 #10 37.25 Setting up python3-minimal (3.11.1-3) ...
12:00:22 #10 38.50 Selecting previously unselected package libsub-quote-perl.
12:00:22 #10 38.51 Preparing to unpack .../077-libsub-quote-perl_2.006006-1_all.deb ...
12:00:22 #10 38.51 Unpacking libsub-quote-perl (2.006006-1) ...
12:00:22 #10 38.56 Selecting previously unselected package libmoo-perl.
12:00:22 #10 38.56 Preparing to unpack .../078-libmoo-perl_2.004004-1_all.deb ...
12:00:22 #10 38.56 Unpacking libmoo-perl (2.004004-1) ...
12:00:22 #10 38.60 Selecting previously unselected package libencode-locale-perl.
12:00:22 #10 38.60 Preparing to unpack .../079-libencode-locale-perl_1.05-1.1_all.deb ...
12:00:22 #10 38.61 Unpacking libencode-locale-perl (1.05-1.1) ...
12:00:22 #10 38.65 Selecting previously unselected package libtimedate-perl.
12:00:22 #10 38.65 Preparing to unpack .../080-libtimedate-perl_2.3300-2_all.deb ...
12:00:22 #10 38.65 Unpacking libtimedate-perl (2.3300-2) ...
12:00:22 #10 38.69 Selecting previously unselected package libhttp-date-perl.
12:00:22 #10 38.69 Preparing to unpack .../081-libhttp-date-perl_6.05-1_all.deb ...
12:00:22 #10 38.70 Unpacking libhttp-date-perl (6.05-1) ...
12:00:22 #10 37.57 Preparing to unpack .../098-wdiff_1.2.2-2_armhf.deb ...
12:00:22 #10 37.57 Unpacking wdiff (1.2.2-2) ...
12:00:22 #10 37.62 Selecting previously unselected package devscripts.
12:00:22 #10 37.63 Preparing to unpack .../099-devscripts_2.19.5+deb10u1_armhf.deb ...
12:00:22 #10 37.65 Unpacking devscripts (2.19.5+deb10u1) ...
12:00:22 #10 37.76 Selecting previously unselected package equivs.
12:00:22 #10 37.76 Preparing to unpack .../100-equivs_2.2.0_all.deb ...
12:00:22 #10 37.77 Unpacking equivs (2.2.0) ...
12:00:22 #10 37.80 Selecting previously unselected package libcurl3-gnutls:armhf.
12:00:22 #10 37.80 Preparing to unpack .../101-libcurl3-gnutls_7.64.0-4+deb10u4_armhf.deb ...
12:00:22 #10 37.81 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
12:00:22 #10 37.86 Selecting previously unselected package libpcre2-8-0:armhf.
12:00:22 #13 6.975 Selecting previously unselected package cmake-data.
12:00:22 #13 6.978 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ...
12:00:22 #13 6.984 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ...
12:00:22 #13 1.310 Reading package lists...
12:00:22 #10 55.98 Setting up libsys-hostname-long-perl (1.5-1) ...
12:00:22 #10 56.00 Setting up libfile-fcntllock-perl (0.22-3build2) ...
12:00:22 #10 56.02 Setting up libtext-glob-perl (0.10-1) ...
12:00:22 #10 56.03 Setting up intltool-debian (0.35.0+20060710.4) ...
12:00:22 #10 56.04 Setting up libxml-sax-base-perl (1.09-1) ...
12:00:22 #10 56.06 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
12:00:22 #10 56.07 Setting up libstrictures-perl (2.000003-1) ...
12:00:22 #10 56.09 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:00:22 #10 56.10 Setting up libmail-sendmail-perl (0.80-1) ...
12:00:22 #10 56.11 Setting up libsocket6-perl (0.27-1build2) ...
12:00:22 #10 56.13 Setting up patchutils (0.3.4-2) ...
12:00:22 #10 56.14 Setting up python3-chardet (3.0.4-1) ...
12:00:22  debian/rules clean
12:00:22 dh clean --with=bash-completion
12:00:22    dh_clean
12:00:22 #13 8.364 Preparing to unpack .../14-libpcre2-posix2_10.34-7ubuntu0.1_amd64.deb ...
12:00:22 #13 8.369 Unpacking libpcre2-posix2:amd64 (10.34-7ubuntu0.1) ...
12:00:22 #13 8.395 Selecting previously unselected package libpcre2-dev:amd64.
12:00:22 #13 8.397 Preparing to unpack .../15-libpcre2-dev_10.34-7ubuntu0.1_amd64.deb ...
12:00:22 #13 8.401 Unpacking libpcre2-dev:amd64 (10.34-7ubuntu0.1) ...
12:00:22 #13 8.493 Selecting previously unselected package libselinux1-dev:amd64.
12:00:22 #13 8.496 Preparing to unpack .../16-libselinux1-dev_3.0-1build2_amd64.deb ...
12:00:22 #13 8.501 Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
12:00:22 #13 8.547 Selecting previously unselected package libdevmapper-dev:amd64.
12:00:22 #13 8.550 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ...
12:00:22 #13 8.553 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
12:00:22 #13 8.581 Selecting previously unselected package libseccomp-dev:amd64.
12:00:22 #13 8.584 Preparing to unpack .../18-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_amd64.deb ...
12:00:22 #13 8.587 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.2) ...
12:00:22 #13 8.624 Selecting previously unselected package libsystemd-dev:amd64.
12:00:22 #14 16.61 Running transaction
12:00:22 #12 7.640   Installing       : python3-libselinux-3.3-4.fc36.aarch64                 3/99 
12:00:22 #12 7.647   Installing       : libtool-ltdl-2.4.7-1.fc36.aarch64                     4/99 
12:00:22 #12 7.655   Installing       : libfdisk-2.38-1.fc36.aarch64                          5/99 
12:00:22 #12 7.661   Installing       : cmake-rpm-macros-3.25.2-1.fc36.noarch                 6/99 
12:00:22 #12 7.669   Installing       : cmake-filesystem-3.25.2-1.fc36.aarch64                7/99 
12:00:22 #12 7.677   Installing       : perl-threads-1:2.26-449.fc36.aarch64                  8/99 
12:00:22 #12 7.685   Installing       : perl-File-Find-1.39-486.fc36.noarch                   9/99 
12:00:22 #12 7.695   Installing       : m4-1.4.19-3.fc36.aarch64                             10/99 
12:00:22 #12 7.703   Installing       : libseccomp-2.5.3-2.fc36.aarch64                      11/99 
12:00:22 #12 7.711   Installing       : libmpc-1.2.1-4.fc36.aarch64                          12/99 
12:00:22 #12 7.724   Installing       : checkpolicy-3.3-2.fc36.aarch64                       13/99 
12:00:22 #12 7.880   Installing       : cpp-12.2.1-4.fc36.aarch64                            14/99 
12:00:22 #12 7.889   Installing       : perl-threads-shared-1.62-479.fc36.aarch64            15/99 
12:00:22 #12 3.715 (48/95): cmake-data-3.25.2-1.fc36.noarch.rpm     45 MB/s | 1.7 MB     00:00    
12:00:22 #12 3.721 (49/95): cmake-rpm-macros-3.25.2-1.fc36.noarch. 764 kB/s |  16 kB     00:00    
12:00:22 #12 3.764 (50/95): cmake-3.25.2-1.fc36.x86_64.rpm          78 MB/s | 6.8 MB     00:00    
12:00:22 #12 3.766 (51/95): dbus-1.14.4-1.fc36.x86_64.rpm          176 kB/s | 7.2 kB     00:00    
12:00:22 #12 3.796 (52/95): dbus-broker-32-1.fc36.x86_64.rpm       7.7 MB/s | 175 kB     00:00    
12:00:22 #12 3.798 (53/95): dbus-common-1.14.4-1.fc36.noarch.rpm   571 kB/s |  14 kB     00:00    
12:00:22 #12 3.852 (54/95): cpp-12.2.1-4.fc36.x86_64.rpm            79 MB/s |  11 MB     00:00    
12:00:22 #12 3.859 (55/95): gc-8.0.6-3.fc36.x86_64.rpm             1.8 MB/s | 103 kB     00:00    
12:00:22 #12 3.883 (56/95): gcc-plugin-annobin-12.2.1-4.fc36.x86_6 2.1 MB/s |  53 kB     00:00    
12:00:22 #12 3.885 (57/95): git-2.39.1-1.fc36.x86_64.rpm           2.8 MB/s |  66 kB     00:00    
12:00:22 #12 3.940 (58/95): git-core-doc-2.39.1-1.fc36.noarch.rpm   51 MB/s | 2.6 MB     00:00    
12:00:22 #12 3.971 (59/95): git-core-2.39.1-1.fc36.x86_64.rpm       48 MB/s | 4.2 MB     00:00    
12:00:22 #13 1.313 Reading package lists...
12:00:22 + set -e
12:00:22 + mkdir -p /root/build-deb/engine
12:00:22 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:22 #10 64.18 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
12:00:22 #10 64.19 Setting up pristine-tar (1.49) ...
12:00:22 #10 64.21 Setting up libio-socket-ssl-perl (2.069-1) ...
12:00:22 #10 64.24 Setting up libsub-exporter-perl (0.987-1) ...
12:00:22 #10 64.25 Setting up libc-devtools (2.31-13+deb11u5) ...
12:00:22 #10 64.26 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:22 #10 64.27 Setting up libhttp-message-perl (6.28-1) ...
12:00:22 #10 64.28 Setting up libhtml-form-perl (6.07-1) ...
12:00:22 #10 64.30 Setting up python3-pkg-resources (52.0.0-4) ...
12:00:22 #10 51.55 Selecting previously unselected package libnumber-range-perl.
12:00:22 #10 51.55 Preparing to unpack .../262-libnumber-range-perl_0.12-1_all.deb ...
12:00:22 #10 51.56 Unpacking libnumber-range-perl (0.12-1) ...
12:00:22 #10 51.59 Selecting previously unselected package libossp-uuid16:armhf.
12:00:22 #10 51.60 Preparing to unpack .../263-libossp-uuid16_1.6.2-1.5+b7_armhf.deb ...
12:00:22 #10 51.61 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b7) ...
12:00:22 #10 51.64 Selecting previously unselected package libossp-uuid-perl.
12:00:22 #10 51.64 Preparing to unpack .../264-libossp-uuid-perl_1.6.2-1.5+b7_armhf.deb ...
12:00:22 #10 51.65 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
12:00:22 #10 51.68 Selecting previously unselected package libpackage-stash-xs-perl.
12:00:22 #10 51.69 Preparing to unpack .../265-libpackage-stash-xs-perl_0.29-1_armhf.deb ...
12:00:22 #10 51.69 Unpacking libpackage-stash-xs-perl (0.29-1) ...
12:00:22 #10 51.72 Selecting previously unselected package libparse-debianchangelog-perl.
12:00:22 #10 51.73 Preparing to unpack .../266-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
12:00:22 #10 51.73 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
12:00:22 #10 51.77 Selecting previously unselected package libtext-glob-perl.
12:00:22 #10 51.78 Preparing to unpack .../267-libtext-glob-perl_0.10-1_all.deb ...
12:00:22 #10 51.78 Unpacking libtext-glob-perl (0.10-1) ...
12:00:22 #10 44.29 Unpacking libpng16-16:armhf (1.6.39-2) ...
12:00:22 #10 44.36 Selecting previously unselected package libfreetype6:armhf.
12:00:22 #10 44.36 Preparing to unpack .../191-libfreetype6_2.12.1+dfsg-4_armhf.deb ...
12:00:22 #10 44.36 Unpacking libfreetype6:armhf (2.12.1+dfsg-4) ...
12:00:22 #10 44.49 Selecting previously unselected package libfontconfig1:armhf.
12:00:22 #10 44.49 Preparing to unpack .../192-libfontconfig1_2.14.1-4_armhf.deb ...
12:00:22 #10 44.49 Unpacking libfontconfig1:armhf (2.14.1-4) ...
12:00:22 #10 44.55 Selecting previously unselected package libde265-0:armhf.
12:00:22 #10 44.55 Preparing to unpack .../193-libde265-0_1.0.9-1.1_armhf.deb ...
12:00:22 #11 48.99 Preparing to unpack .../302-libsort-key-perl_1.33-2build2_armhf.deb ...
12:00:22 #11 49.00 Unpacking libsort-key-perl (1.33-2build2) ...
12:00:22 #11 49.03 Selecting previously unselected package libstring-copyright-perl.
12:00:22 #11 49.03 Preparing to unpack .../303-libstring-copyright-perl_0.003006-1_all.deb ...
12:00:22 #11 49.04 Unpacking libstring-copyright-perl (0.003006-1) ...
12:00:22 #11 49.07 Selecting previously unselected package libstring-escape-perl.
12:00:22 #11 49.07 Preparing to unpack .../304-libstring-escape-perl_2010.002-2_all.deb ...
12:00:22 #11 49.08 Unpacking libstring-escape-perl (2010.002-2) ...
12:00:22 #11 49.11 Selecting previously unselected package libstring-shellquote-perl.
12:00:22 #11 49.11 Preparing to unpack .../305-libstring-shellquote-perl_1.04-1_all.deb ...
12:00:22 #11 49.11 Unpacking libstring-shellquote-perl (1.04-1) ...
12:00:22 #11 49.14 Selecting previously unselected package libterm-readkey-perl.
12:00:22 #11 49.14 Preparing to unpack .../306-libterm-readkey-perl_2.38-1build1_armhf.deb ...
12:00:22 #11 49.14 Unpacking libterm-readkey-perl (2.38-1build1) ...
12:00:22 #11 49.17 Selecting previously unselected package libtest-fatal-perl.
12:00:22 #11 49.17 Preparing to unpack .../307-libtest-fatal-perl_0.014-1_all.deb ...
12:00:22 #11 49.18 Unpacking libtest-fatal-perl (0.014-1) ...
12:00:22 #11 49.20 Selecting previously unselected package libtest-refcount-perl.
12:00:22 #11 49.21 Preparing to unpack .../308-libtest-refcount-perl_0.10-1_all.deb ...
12:00:22 #11 49.21 Unpacking libtest-refcount-perl (0.10-1) ...
12:00:22 #11 49.24 Selecting previously unselected package libtext-levenshtein-perl.
12:00:22 #11 45.00 Selecting previously unselected package libnumber-compare-perl.
12:00:22 #11 45.01 Preparing to unpack .../280-libnumber-compare-perl_0.03-2_all.deb ...
12:00:22 #11 45.01 Unpacking libnumber-compare-perl (0.03-2) ...
12:00:22 #11 45.04 Selecting previously unselected package libtext-glob-perl.
12:00:22 #11 45.04 Preparing to unpack .../281-libtext-glob-perl_0.11-2_all.deb ...
12:00:22 #11 45.05 Unpacking libtext-glob-perl (0.11-2) ...
12:00:22 #11 45.08 Selecting previously unselected package libfile-find-rule-perl.
12:00:22 #11 45.08 Preparing to unpack .../282-libfile-find-rule-perl_0.34-2_all.deb ...
12:00:22 #11 45.08 Unpacking libfile-find-rule-perl (0.34-2) ...
12:00:22 #11 45.11 Selecting previously unselected package libfont-afm-perl.
12:00:22 #11 45.12 Preparing to unpack .../283-libfont-afm-perl_1.20-3_all.deb ...
12:00:22 #11 45.12 Unpacking libfont-afm-perl (1.20-3) ...
12:00:22 #11 45.15 Selecting previously unselected package libio-string-perl.
12:00:22 #11 45.15 Preparing to unpack .../284-libio-string-perl_1.08-3.1_all.deb ...
12:00:22 #11 45.16 Unpacking libio-string-perl (1.08-3.1) ...
12:00:22 #11 45.19 Selecting previously unselected package libfont-ttf-perl.
12:00:22 #11 45.19 Preparing to unpack .../285-libfont-ttf-perl_1.06-2_all.deb ...
12:00:22 #11 45.20 Unpacking libfont-ttf-perl (1.06-2) ...
12:00:22 #13 26.67   Installing       : libedit-3.1-37.20210216cvs.el9.x86_64                17/76 
12:00:22 #11 47.73 Unpacking libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
12:00:22 #11 47.77 Selecting previously unselected package libsereal-decoder-perl.
12:00:22 #11 47.77 Preparing to unpack .../310-libsereal-decoder-perl_4.023+ds-1_armhf.deb ...
12:00:22 #11 47.78 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
12:00:22 #11 47.81 Selecting previously unselected package libsereal-encoder-perl:armhf.
12:00:22 #11 47.81 Preparing to unpack .../311-libsereal-encoder-perl_4.023+ds-1_armhf.deb ...
12:00:22 #11 47.82 Unpacking libsereal-encoder-perl:armhf (4.023+ds-1) ...
12:00:22 #11 47.85 Selecting previously unselected package libset-intspan-perl.
12:00:22 #11 47.85 Preparing to unpack .../312-libset-intspan-perl_1.19-2_all.deb ...
12:00:22 #11 47.86 Unpacking libset-intspan-perl (1.19-2) ...
12:00:22 #11 47.89 Selecting previously unselected package libsocket6-perl.
12:00:22 #11 47.89 Preparing to unpack .../313-libsocket6-perl_0.29-1build4_armhf.deb ...
12:00:22 #11 47.89 Unpacking libsocket6-perl (0.29-1build4) ...
12:00:22 #11 47.93 Selecting previously unselected package libstring-copyright-perl.
12:00:22 #11 47.93 Preparing to unpack .../314-libstring-copyright-perl_0.003012-1_all.deb ...
12:00:22 #12 6.421 Unpacking libsystemd0:arm64 (252.5-2) over (252.4-2) ...
12:00:22 #12 6.496 Setting up libsystemd0:arm64 (252.5-2) ...
12:00:22 #12 6.543 Selecting previously unselected package libproc2-0:arm64.
12:00:22 #12 6.543 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 33850 files and directories currently installed.)
12:00:22 #12 6.557 Preparing to unpack .../libproc2-0_2%3a4.0.2-3_arm64.deb ...
12:00:22 #12 6.563 Unpacking libproc2-0:arm64 (2:4.0.2-3) ...
12:00:22 #12 6.615 Selecting previously unselected package procps.
12:00:22 #12 6.617 Preparing to unpack .../procps_2%3a4.0.2-3_arm64.deb ...
12:00:22 #12 6.629 Unpacking procps (2:4.0.2-3) ...
12:00:22 #10 37.50 Selecting previously unselected package python3.
12:00:22 #10 37.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 ... 11114 files and directories currently installed.)
12:00:22 #10 37.52 Preparing to unpack .../000-python3_3.11.1-3_armhf.deb ...
12:00:22 #10 37.53 Unpacking python3 (3.11.1-3) ...
12:00:22 #10 37.57 Selecting previously unselected package libuchardet0:armhf.
12:00:22 #10 37.57 Preparing to unpack .../001-libuchardet0_0.0.7-1_armhf.deb ...
12:00:22 #10 37.58 Unpacking libuchardet0:armhf (0.0.7-1) ...
12:00:22 #10 37.62 Selecting previously unselected package groff-base.
12:00:22 #10 37.63 Preparing to unpack .../002-groff-base_1.22.4-9_armhf.deb ...
12:00:22 #10 37.63 Unpacking groff-base (1.22.4-9) ...
12:00:22 #10 38.75 Selecting previously unselected package libfile-listing-perl.
12:00:22 #10 38.75 Preparing to unpack .../082-libfile-listing-perl_6.14-1_all.deb ...
12:00:22 #10 38.76 Unpacking libfile-listing-perl (6.14-1) ...
12:00:22 #10 38.79 Selecting previously unselected package libhtml-tagset-perl.
12:00:22 #10 38.79 Preparing to unpack .../083-libhtml-tagset-perl_3.20-4_all.deb ...
12:00:22 #10 38.80 Unpacking libhtml-tagset-perl (3.20-4) ...
12:00:22 #10 38.85 Selecting previously unselected package liburi-perl.
12:00:22 #10 38.85 Preparing to unpack .../084-liburi-perl_5.08-1_all.deb ...
12:00:22 #10 38.86 Unpacking liburi-perl (5.08-1) ...
12:00:22 #10 38.90 Selecting previously unselected package libhtml-parser-perl.
12:00:22 #10 38.91 Preparing to unpack .../085-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
12:00:22 #10 38.92 Unpacking libhtml-parser-perl (3.75-1+b1) ...
12:00:22 #10 37.86 Preparing to unpack .../102-libpcre2-8-0_10.32-5_armhf.deb ...
12:00:22 #10 37.87 Unpacking libpcre2-8-0:armhf (10.32-5) ...
12:00:22 #10 37.91 Selecting previously unselected package liberror-perl.
12:00:22 #10 37.91 Preparing to unpack .../103-liberror-perl_0.17027-2_all.deb ...
12:00:22 #10 37.92 Unpacking liberror-perl (0.17027-2) ...
12:00:22 #10 37.95 Selecting previously unselected package git-man.
12:00:22 #10 37.95 Preparing to unpack .../104-git-man_1%3a2.20.1-2+deb10u7_all.deb ...
12:00:22 #10 37.96 Unpacking git-man (1:2.20.1-2+deb10u7) ...
12:00:22 #10 38.07 Selecting previously unselected package git.
12:00:22 #10 38.07 Preparing to unpack .../105-git_1%3a2.20.1-2+deb10u7_armhf.deb ...
12:00:22 #10 38.09 Unpacking git (1:2.20.1-2+deb10u7) ...
12:00:22 #13 7.341 Selecting previously unselected package libarchive13:arm64.
12:00:22 #13 7.344 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_arm64.deb ...
12:00:22 #13 7.353 Unpacking libarchive13:arm64 (3.4.0-2ubuntu1.2) ...
12:00:22 #13 7.412 Selecting previously unselected package libjsoncpp1:arm64.
12:00:22 #13 7.415 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_arm64.deb ...
12:00:22 #13 7.418 Unpacking libjsoncpp1:arm64 (1.7.4-3.1ubuntu2) ...
12:00:22 #13 7.464 Selecting previously unselected package librhash0:arm64.
12:00:22 #13 7.464 Preparing to unpack .../04-librhash0_1.3.9-1_arm64.deb ...
12:00:22 #13 2.352 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:22 #13 2.352 dpkg-buildpackage: info: source version 1.0
12:00:22 #13 2.352 dpkg-buildpackage: info: source distribution unstable
12:00:22 #13 2.352 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:22 #13 2.390  dpkg-source --before-build .
12:00:22 #13 2.390 dpkg-buildpackage: info: host architecture arm64
12:00:22 #13 2.492  debian/rules clean
12:00:22 #13 2.494 dh clean
12:00:22 #13 2.587    dh_clean
12:00:22  dpkg-source -I.git -b .
12:00:22 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:00:22 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:00:22 dpkg-source: warning: native package version may not have a revision
12:00:22 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:22 dpkg-source: info: using source format '1.0'
12:00:22 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz
12:00:22 #10 56.42 Setting up liburi-perl (1.73-1) ...
12:00:22 #10 56.44 Setting up libdata-dump-perl (1.23-1) ...
12:00:22 #10 56.45 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
12:00:22 #10 56.46 Setting up libio-string-perl (1.08-3) ...
12:00:22 #10 56.47 Setting up libalgorithm-diff-perl (1.19.03-1) ...
12:00:22 #10 56.49 Setting up libclone-perl (0.39-1) ...
12:00:22 #10 65.01 Setting up libhttp-negotiate-perl (6.01-2) ...
12:00:22 #13 8.626 Preparing to unpack .../19-libsystemd-dev_245.4-4ubuntu3.19_amd64.deb ...
12:00:22 #13 8.631 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.19) ...
12:00:22 #13 8.694 Selecting previously unselected package pkg-config.
12:00:22 #13 8.697 Preparing to unpack .../20-pkg-config_0.29.1-0ubuntu4_amd64.deb ...
12:00:22 #13 8.701 Unpacking pkg-config (0.29.1-0ubuntu4) ...
12:00:22 #13 8.743 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.2) ...
12:00:22 #13 8.754 Setting up libarchive13:amd64 (3.4.0-2ubuntu1.2) ...
12:00:22 #13 8.764 Setting up libsepol1-dev:amd64 (3.0-1ubuntu0.1) ...
12:00:22 #13 8.773 Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ...
12:00:22 #13 8.784 Setting up libpcre2-32-0:amd64 (10.34-7ubuntu0.1) ...
12:00:22 #13 8.794 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ...
12:00:22 #13 8.806 Setting up bash-completion (1:2.10-1ubuntu1) ...
12:00:22 #12 3.995 (60/95): glibc-devel-2.35-22.fc36.x86_64.rpm    1.3 MB/s |  71 kB     00:00    
12:00:22 #12 4.193 (61/95): gcc-12.2.1-4.fc36.x86_64.rpm            85 MB/s |  33 MB     00:00    
12:00:22 #12 4.198 (62/95): glibc-headers-x86-2.35-22.fc36.noarch. 2.1 MB/s | 476 kB     00:00    
12:00:22 #12 4.215 (63/95): glibc-static-2.35-22.fc36.x86_64.rpm   8.7 MB/s | 1.9 MB     00:00    
12:00:22 #12 4.219 (64/95): less-590-5.fc36.x86_64.rpm             8.9 MB/s | 161 kB     00:00    
12:00:22 #12 4.231 (65/95): kernel-headers-6.1.5-100.fc36.x86_64.r  47 MB/s | 1.4 MB     00:00    
12:00:22 #13 2.338 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:22 #13 2.338 dpkg-buildpackage: info: source version 1.0
12:00:22 #13 2.338 dpkg-buildpackage: info: source distribution unstable
12:00:22 #13 2.338 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:22 #13 2.373  dpkg-source --before-build .
12:00:22 #10 64.49 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:00:22 #10 64.50 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
12:00:22 #10 64.51 Setting up libjson-xs-perl (4.030-1+b1) ...
12:00:22 #10 64.53 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:22 #10 64.54 Setting up libio-prompter-perl (0.004015-1) ...
12:00:22 #10 64.55 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:00:22 #10 64.57 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:22 #10 64.58 Setting up python3-apt (2.2.1) ...
12:00:22 #10 51.81 Selecting previously unselected package libpath-iterator-rule-perl.
12:00:22 #10 51.81 Preparing to unpack .../268-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:00:22 #10 51.82 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:00:22 #10 51.85 Selecting previously unselected package libperlio-gzip-perl.
12:00:22 #10 51.86 Preparing to unpack .../269-libperlio-gzip-perl_0.19-1+b5_armhf.deb ...
12:00:22 #10 51.86 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
12:00:22 #10 51.89 Selecting previously unselected package libpod-constants-perl.
12:00:22 #10 51.90 Preparing to unpack .../270-libpod-constants-perl_0.19-1_all.deb ...
12:00:22 #10 51.90 Unpacking libpod-constants-perl (0.19-1) ...
12:00:22 #10 51.93 Selecting previously unselected package libreadonly-perl.
12:00:22 #10 51.93 Preparing to unpack .../271-libreadonly-perl_2.050-1_all.deb ...
12:00:22 #10 51.94 Unpacking libreadonly-perl (2.050-1) ...
12:00:22 #10 51.97 Selecting previously unselected package libref-util-perl.
12:00:22 #10 51.97 Preparing to unpack .../272-libref-util-perl_0.204-1_all.deb ...
12:00:22 #10 51.97 Unpacking libref-util-perl (0.204-1) ...
12:00:22 #10 52.00 Selecting previously unselected package libref-util-xs-perl.
12:00:22 #10 52.01 Preparing to unpack .../273-libref-util-xs-perl_0.117-1+b1_armhf.deb ...
12:00:22 #10 52.01 Unpacking libref-util-xs-perl (0.117-1+b1) ...
12:00:22 #10 44.56 Unpacking libde265-0:armhf (1.0.9-1.1) ...
12:00:22 #10 44.63 Selecting previously unselected package libx265-199:armhf.
12:00:22 #10 44.63 Preparing to unpack .../194-libx265-199_3.5-2+b1_armhf.deb ...
12:00:22 #10 44.64 Unpacking libx265-199:armhf (3.5-2+b1) ...
12:00:22 #11 49.24 Preparing to unpack .../309-libtext-levenshtein-perl_0.13-1_all.deb ...
12:00:22 #11 49.24 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:00:22 #11 49.27 Selecting previously unselected package libtype-tiny-xs-perl.
12:00:22 #11 49.27 Preparing to unpack .../310-libtype-tiny-xs-perl_0.016-1_armhf.deb ...
12:00:22 #11 49.28 Unpacking libtype-tiny-xs-perl (0.016-1) ...
12:00:22 #11 49.31 Selecting previously unselected package libunicode-utf8-perl.
12:00:22 #11 49.31 Preparing to unpack .../311-libunicode-utf8-perl_0.62-1build1_armhf.deb ...
12:00:22 #11 49.32 Unpacking libunicode-utf8-perl (0.62-1build1) ...
12:00:22 #11 49.35 Selecting previously unselected package libxml-namespacesupport-perl.
12:00:22 #11 49.35 Preparing to unpack .../312-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:00:22 #11 49.35 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:00:22 #11 49.38 Selecting previously unselected package libxml-sax-base-perl.
12:00:22 #11 49.38 Preparing to unpack .../313-libxml-sax-base-perl_1.09-1_all.deb ...
12:00:22 #11 49.44 Unpacking libxml-sax-base-perl (1.09-1) ...
12:00:22 #11 45.24 Selecting previously unselected package libfreezethaw-perl.
12:00:22 #11 45.25 Preparing to unpack .../286-libfreezethaw-perl_0.5001-2.1_all.deb ...
12:00:22 #11 45.25 Unpacking libfreezethaw-perl (0.5001-2.1) ...
12:00:22 #11 45.29 Selecting previously unselected package libsort-versions-perl.
12:00:22 #11 45.29 Preparing to unpack .../287-libsort-versions-perl_1.62-2_all.deb ...
12:00:22 #11 45.30 Unpacking libsort-versions-perl (1.62-2) ...
12:00:22 #11 45.32 Selecting previously unselected package libgit-wrapper-perl.
12:00:22 #11 45.32 Preparing to unpack .../288-libgit-wrapper-perl_0.048-1_all.deb ...
12:00:22 #11 45.33 Unpacking libgit-wrapper-perl (0.048-1) ...
12:00:22 #11 45.36 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:00:22 #11 45.37 Preparing to unpack .../289-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:00:22 #11 45.37 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:00:22 #11 45.40 Selecting previously unselected package libio-prompter-perl.
12:00:22 #11 45.40 Preparing to unpack .../290-libio-prompter-perl_0.004015-1_all.deb ...
12:00:22 #11 45.41 Unpacking libio-prompter-perl (0.004015-1) ...
12:00:22 #11 45.44 Selecting previously unselected package libjson-perl.
12:00:22 #11 45.45 Preparing to unpack .../291-libjson-perl_4.09000-1_all.deb ...
12:00:22 #11 45.46 Unpacking libjson-perl (4.09000-1) ...
12:00:22 #12 6.709 Selecting previously unselected package cmake.
12:00:22 #12 6.712 Preparing to unpack .../cmake_3.25.1-1_arm64.deb ...
12:00:22 #12 6.716 Unpacking cmake (3.25.1-1) ...
12:00:22 #11 47.93 Unpacking libstring-copyright-perl (0.003012-1) ...
12:00:22 #11 47.96 Selecting previously unselected package libstring-escape-perl.
12:00:22 #11 47.96 Preparing to unpack .../315-libstring-escape-perl_2010.002-2_all.deb ...
12:00:22 #11 47.97 Unpacking libstring-escape-perl (2010.002-2) ...
12:00:22 #11 48.00 Selecting previously unselected package libstring-shellquote-perl.
12:00:22 #11 48.01 Preparing to unpack .../316-libstring-shellquote-perl_1.04-1_all.deb ...
12:00:22 #11 48.01 Unpacking libstring-shellquote-perl (1.04-1) ...
12:00:22 #11 48.04 Selecting previously unselected package libxs-parse-keyword-perl.
12:00:22 #11 48.04 Preparing to unpack .../317-libxs-parse-keyword-perl_0.21-1build1_armhf.deb ...
12:00:22 #11 48.05 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
12:00:22 #11 48.08 Selecting previously unselected package libsyntax-keyword-try-perl.
12:00:22 #11 48.08 Preparing to unpack .../318-libsyntax-keyword-try-perl_0.26-1build1_armhf.deb ...
12:00:22 #11 48.09 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
12:00:22 #11 48.12 Selecting previously unselected package libterm-readkey-perl.
12:00:22 #11 48.12 Preparing to unpack .../319-libterm-readkey-perl_2.38-1build4_armhf.deb ...
12:00:22 #11 48.12 Unpacking libterm-readkey-perl (2.38-1build4) ...
12:00:22 #11 48.15 Selecting previously unselected package libtext-levenshteinxs-perl.
12:00:22 #11 48.15 Preparing to unpack .../320-libtext-levenshteinxs-perl_0.03-4build10_armhf.deb ...
12:00:22 #10 37.76 Selecting previously unselected package bsdextrautils.
12:00:22 #10 37.76 Preparing to unpack .../003-bsdextrautils_2.38.1-4_armhf.deb ...
12:00:22 #10 37.77 Unpacking bsdextrautils (2.38.1-4) ...
12:00:22 #10 37.82 Selecting previously unselected package libpipeline1:armhf.
12:00:22 #10 37.82 Preparing to unpack .../004-libpipeline1_1.5.7-1_armhf.deb ...
12:00:22 #10 37.83 Unpacking libpipeline1:armhf (1.5.7-1) ...
12:00:22 #10 37.88 Selecting previously unselected package man-db.
12:00:22 #10 37.89 Preparing to unpack .../005-man-db_2.11.2-1_armhf.deb ...
12:00:22 #10 37.89 Unpacking man-db (2.11.2-1) ...
12:00:22 #10 38.04 Selecting previously unselected package sensible-utils.
12:00:22 #10 38.04 Preparing to unpack .../006-sensible-utils_0.0.17+nmu1_all.deb ...
12:00:22 #10 38.05 Unpacking sensible-utils (0.0.17+nmu1) ...
12:00:22 #10 38.09 Selecting previously unselected package bzip2.
12:00:22 #10 38.09 Preparing to unpack .../007-bzip2_1.0.8-5+b2_armhf.deb ...
12:00:22 #10 38.09 Unpacking bzip2 (1.0.8-5+b2) ...
12:00:22 #10 38.13 Selecting previously unselected package libmagic-mgc.
12:00:22 #10 38.96 Selecting previously unselected package libhtml-tree-perl.
12:00:22 #10 38.97 Preparing to unpack .../086-libhtml-tree-perl_5.07-2_all.deb ...
12:00:22 #10 38.97 Unpacking libhtml-tree-perl (5.07-2) ...
12:00:22 #10 39.02 Selecting previously unselected package libio-html-perl.
12:00:22 #10 39.02 Preparing to unpack .../087-libio-html-perl_1.004-2_all.deb ...
12:00:22 #10 39.03 Unpacking libio-html-perl (1.004-2) ...
12:00:22 #10 39.06 Selecting previously unselected package liblwp-mediatypes-perl.
12:00:22 #10 39.06 Preparing to unpack .../088-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:00:22 #10 39.07 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:00:22 #10 39.10 Selecting previously unselected package libhttp-message-perl.
12:00:22 #10 39.11 Preparing to unpack .../089-libhttp-message-perl_6.28-1_all.deb ...
12:00:22 #10 39.11 Unpacking libhttp-message-perl (6.28-1) ...
12:00:22 #12 7.895   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch               16/99 
12:00:22 #12 7.903   Installing       : python3-libsemanage-3.3-3.fc36.aarch64               17/99 
12:00:22 #12 7.911   Installing       : vim-filesystem-2:9.0.1262-1.fc36.noarch              18/99 
12:00:22 #12 7.918   Installing       : systemd-rpm-macros-250.9-1.fc36.noarch               19/99 
12:00:22 #12 7.978   Installing       : python3-setuptools-59.6.0-3.fc36.noarch              20/99 
12:00:22 #12 8.018   Installing       : python3-setools-4.4.0-5.fc36.aarch64                 21/99 
12:00:22 #12 8.028   Installing       : python3-audit-3.0.9-1.fc36.aarch64                   22/99 
12:00:22 #12 8.035   Installing       : pcre2-utf32-10.40-1.fc36.aarch64                     23/99 
12:00:22 #12 8.044   Installing       : pcre2-utf16-10.40-1.fc36.aarch64                     24/99 
12:00:22 #12 8.055   Installing       : pcre2-devel-10.40-1.fc36.aarch64                     25/99 
12:00:22 #12 8.064   Installing       : libuv-1:1.44.2-1.fc36.aarch64                        26/99 
12:00:22 #12 8.072   Installing       : libubsan-12.2.1-4.fc36.aarch64                       27/99 
12:00:22 #12 8.080   Installing       : libbpf-2:0.7.0-3.fc36.aarch64                        28/99 
12:00:22 #12 8.085   Installing       : libatomic-12.2.1-4.fc36.aarch64                      29/99 
12:00:22 #12 8.096   Installing       : libasan-12.2.1-4.fc36.aarch64                        30/99 
12:00:22 #12 8.102   Installing       : libargon2-20171227-9.fc36.aarch64                    31/99 
12:00:22 #13 27.20   Installing       : llvm-libs-15.0.7-1.el9.x86_64                        18/76 
12:00:22 #13 27.44   Installing       : cpp-11.3.1-4.3.el9.x86_64                            19/76 
12:00:22 #13 7.470 Unpacking librhash0:arm64 (1.3.9-1) ...
12:00:22 #13 7.515 Selecting previously unselected package libuv1:arm64.
12:00:22 #13 7.518 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_arm64.deb ...
12:00:22 #13 7.521 Unpacking libuv1:arm64 (1.34.2-1ubuntu1.3) ...
12:00:22 #13 7.562 Selecting previously unselected package cmake.
12:00:22 #13 7.565 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1.20.04.1_arm64.deb ...
12:00:22 #13 7.569 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ...
12:00:22 #13 2.626  debian/rules binary
12:00:22 #13 2.628 dh binary
12:00:22 #13 2.708    dh_update_autotools_config
12:00:22 #13 2.738    dh_autoreconf
12:00:22 #13 2.781    create-stamp debian/debhelper-build-stamp
12:00:22 #13 2.781    dh_prep
12:00:22 #13 2.812    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:00:22 #10 56.51 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
12:00:22 #10 56.52 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
12:00:22 #10 56.55 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:22 #10 56.55 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:00:22 #10 56.56 Setting up libnet-http-perl (6.17-1) ...
12:00:22 #10 56.57 Setting up libnumber-compare-perl (0.03-1) ...
12:00:22 #10 56.58 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
12:00:22 #10 65.03 Setting up libio-prompter-perl (0.004015-2) ...
12:00:22 #10 65.04 Setting up libiterator-util-perl (0.02+ds1-2) ...
12:00:22 #10 65.05 Setting up libstdc++-12-dev:amd64 (12.2.0-14) ...
12:00:22 #10 65.06 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:22 #10 65.08 Setting up libtool (2.4.7-5) ...
12:00:22 #10 65.09 Setting up po-debconf (1.0.21+nmu1) ...
12:00:22 #10 65.11 Setting up libhtml-tree-perl (5.07-3) ...
12:00:22 #10 65.12 Setting up libparams-classify-perl:amd64 (0.015-2+b1) ...
12:00:22 #10 65.14 Setting up libcgi-pm-perl (4.55-1) ...
12:00:22 #10 65.15 Setting up python3 (3.11.1-3) ...
12:00:22 #13 2.373 dpkg-buildpackage: info: host architecture arm64
12:00:22 #13 2.474  debian/rules clean
12:00:22 #13 2.476 dh clean
12:00:22 #13 2.563    dh_clean
12:00:22 #13 2.599  debian/rules binary
12:00:22 #12 4.236 (66/95): libbpf-0.7.0-3.fc36.x86_64.rpm          12 MB/s | 159 kB     00:00    
12:00:22 #12 4.239 (67/95): libargon2-20171227-9.fc36.x86_64.rpm   1.2 MB/s |  28 kB     00:00    
12:00:22 #12 4.244 (68/95): libfdisk-2.38-1.fc36.x86_64.rpm         13 MB/s | 160 kB     00:00    
12:00:22 #12 4.247 (69/95): libfido2-1.10.0-5.fc36.x86_64.rpm      8.4 MB/s |  94 kB     00:00    
12:00:22 #12 4.254 (70/95): libtool-2.4.7-1.fc36.x86_64.rpm         40 MB/s | 593 kB     00:00    
12:00:22 #12 4.258 (71/95): libtool-ltdl-2.4.7-1.fc36.x86_64.rpm   4.1 MB/s |  37 kB     00:00    
12:00:22 #12 4.262 (72/95): libtool-ltdl-devel-2.4.7-1.fc36.x86_64  12 MB/s | 157 kB     00:00    
12:00:22 #12 4.266 (73/95): libuv-1.44.2-1.fc36.x86_64.rpm          13 MB/s | 151 kB     00:00    
12:00:22 #12 4.269 (74/95): libxcrypt-devel-4.4.33-4.fc36.x86_64.r 2.9 MB/s |  30 kB     00:00    
12:00:22 #12 4.273 (75/95): libxcrypt-static-4.4.33-4.fc36.x86_64.  10 MB/s | 104 kB     00:00    
12:00:22 #12 4.278 (76/95): pcre2-utf16-10.40-1.fc36.x86_64.rpm     25 MB/s | 216 kB     00:00    
12:00:22 #12 4.285 (77/95): pcre2-devel-10.40-1.fc36.x86_64.rpm     31 MB/s | 474 kB     00:00    
12:00:22 #12 4.289 (78/95): pcre2-utf32-10.40-1.fc36.x86_64.rpm     14 MB/s | 203 kB     00:00    
12:00:22 #12 4.292 (79/95): perl-Git-2.39.1-1.fc36.noarch.rpm      3.4 MB/s |  43 kB     00:00    
12:00:22 #12 4.300 (80/95): python3-audit-3.0.9-1.fc36.x86_64.rpm  7.8 MB/s |  82 kB     00:00    
12:00:22 #12 4.303 (81/95): rpm-plugin-selinux-4.17.1-3.fc36.x86_6 1.7 MB/s |  18 kB     00:00    
12:00:22 #12 4.312 (82/95): python3-setuptools-59.6.0-3.fc36.noarc  41 MB/s | 934 kB     00:00    
12:00:22 #12 4.317 (83/95): selinux-policy-36.17-1.fc36.noarch.rpm 3.9 MB/s |  66 kB     00:00    
12:00:22 #12 4.325 (84/95): selinux-policy-devel-36.17-1.fc36.noar  38 MB/s | 815 kB     00:00    
12:00:22 #12 4.347 (85/95): systemd-devel-250.9-1.fc36.x86_64.rpm   24 MB/s | 451 kB     00:00    
12:00:22 #12 4.377 (86/95): systemd-networkd-250.9-1.fc36.x86_64.r  21 MB/s | 617 kB     00:00    
12:00:22 #12 4.406 (87/95): systemd-250.9-1.fc36.x86_64.rpm         55 MB/s | 4.2 MB     00:00    
12:00:22 #12 4.438 (88/95): selinux-policy-targeted-36.17-1.fc36.n  51 MB/s | 6.4 MB     00:00    
12:00:22 #12 4.442 (89/95): systemd-pam-250.9-1.fc36.x86_64.rpm    5.2 MB/s | 334 kB     00:00    
12:00:22 #12 4.448 (90/95): systemd-resolved-250.9-1.fc36.x86_64.r 6.8 MB/s | 276 kB     00:00    
12:00:22 #10 64.74 Setting up po-debconf (1.0.21+nmu1) ...
12:00:22 #10 64.75 Setting up libhtml-tree-perl (5.07-2) ...
12:00:22 #10 64.77 Setting up libparams-classify-perl (0.015-1+b3) ...
12:00:22 #10 64.78 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:00:22 #10 64.79 Setting up libhtml-format-perl (2.12-1.1) ...
12:00:22 #10 64.81 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:00:22 #10 64.87 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:22 #10 52.04 Selecting previously unselected package libregexp-pattern-license-perl.
12:00:22 #10 52.04 Preparing to unpack .../274-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
12:00:22 #10 52.05 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
12:00:22 #10 52.09 Selecting previously unselected package libsasl2-modules:armhf.
12:00:22 #10 52.09 Preparing to unpack .../275-libsasl2-modules_2.1.27+dfsg-1+deb10u2_armhf.deb ...
12:00:22 #10 52.09 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-1+deb10u2) ...
12:00:22 #10 52.13 Selecting previously unselected package libsereal-decoder-perl.
12:00:22 #10 52.14 Preparing to unpack .../276-libsereal-decoder-perl_4.005+ds-1+b1_armhf.deb ...
12:00:22 #10 52.14 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
12:00:22 #10 52.18 Selecting previously unselected package libsereal-encoder-perl.
12:00:22 #10 52.18 Preparing to unpack .../277-libsereal-encoder-perl_4.005+ds-1+b1_armhf.deb ...
12:00:22 #10 52.19 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
12:00:22 #10 52.23 Selecting previously unselected package libsereal-perl.
12:00:22 #10 52.23 Preparing to unpack .../278-libsereal-perl_4.005-1_all.deb ...
12:00:22 #10 52.24 Unpacking libsereal-perl (4.005-1) ...
12:00:22 #10 44.77 Selecting previously unselected package libheif1:armhf.
12:00:22 #10 44.77 Preparing to unpack .../195-libheif1_1.14.2-1_armhf.deb ...
12:00:22 #10 44.77 Unpacking libheif1:armhf (1.14.2-1) ...
12:00:22 #10 44.83 Selecting previously unselected package libdeflate0:armhf.
12:00:22 #10 44.83 Preparing to unpack .../196-libdeflate0_1.14-1_armhf.deb ...
12:00:22 #10 44.84 Unpacking libdeflate0:armhf (1.14-1) ...
12:00:22 #10 44.89 Selecting previously unselected package libjbig0:armhf.
12:00:22 #10 44.89 Preparing to unpack .../197-libjbig0_2.1-6.1_armhf.deb ...
12:00:22 #10 44.90 Unpacking libjbig0:armhf (2.1-6.1) ...
12:00:22 #10 44.94 Selecting previously unselected package liblerc4:armhf.
12:00:22 #10 44.94 Preparing to unpack .../198-liblerc4_4.0.0+ds-2_armhf.deb ...
12:00:22 #15 DONE 2.4s
12:00:22 
12:00:22 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:00:22 #16 DONE 0.0s
12:00:22 
12:00:22 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:00:22 #17 DONE 0.0s
12:00:22 
12:00:22 #18 exporting to image
12:00:22 #18 exporting layers
12:00:22 #11 49.48 Selecting previously unselected package libxml-sax-perl.
12:00:22 #11 49.48 Preparing to unpack .../314-libxml-sax-perl_1.02+dfsg-1_all.deb ...
12:00:22 #11 49.49 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
12:00:22 #11 49.53 Selecting previously unselected package libxml-libxml-perl.
12:00:22 #11 49.53 Preparing to unpack .../315-libxml-libxml-perl_2.0134+dfsg-1build1_armhf.deb ...
12:00:22 #11 49.54 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
12:00:22 #11 49.61 Selecting previously unselected package libxml-parser-perl.
12:00:22 #11 49.61 Preparing to unpack .../316-libxml-parser-perl_2.46-1_armhf.deb ...
12:00:22 #11 49.62 Unpacking libxml-parser-perl (2.46-1) ...
12:00:22 #11 49.68 Selecting previously unselected package libxml-sax-expat-perl.
12:00:22 #11 49.68 Preparing to unpack .../317-libxml-sax-expat-perl_0.51-1_all.deb ...
12:00:22 #11 49.69 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:00:22 #11 45.51 Selecting previously unselected package liblog-any-perl.
12:00:22 #11 45.51 Preparing to unpack .../292-liblog-any-perl_1.710-1_all.deb ...
12:00:22 #11 45.52 Unpacking liblog-any-perl (1.710-1) ...
12:00:22 #11 45.55 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:00:22 #11 45.56 Preparing to unpack .../293-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
12:00:22 #11 45.56 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
12:00:22 #11 45.59 Selecting previously unselected package libpackage-stash-perl.
12:00:22 #11 45.59 Preparing to unpack .../294-libpackage-stash-perl_0.40-1_all.deb ...
12:00:22 #11 45.60 Unpacking libpackage-stash-perl (0.40-1) ...
12:00:22 #11 45.63 Selecting previously unselected package libsub-identify-perl.
12:00:22 #11 45.63 Preparing to unpack .../295-libsub-identify-perl_0.14-2_armhf.deb ...
12:00:22 #11 45.64 Unpacking libsub-identify-perl (0.14-2) ...
12:00:22 #11 45.66 Selecting previously unselected package libsub-name-perl:armhf.
12:00:22 #11 45.67 Preparing to unpack .../296-libsub-name-perl_0.26-2_armhf.deb ...
12:00:22 #11 45.67 Unpacking libsub-name-perl:armhf (0.26-2) ...
12:00:22 #11 45.71 Selecting previously unselected package libnamespace-clean-perl.
12:00:22 #11 45.71 Preparing to unpack .../297-libnamespace-clean-perl_0.27-2_all.deb ...
12:00:22 #11 45.72 Unpacking libnamespace-clean-perl (0.27-2) ...
12:00:22 #12 7.224 Selecting previously unselected package dh-apparmor.
12:00:22 #12 7.227 Preparing to unpack .../dh-apparmor_3.0.8-2_all.deb ...
12:00:22 #12 7.231 Unpacking dh-apparmor (3.0.8-2) ...
12:00:22 #12 7.271 Preparing to unpack .../libudev1_252.5-2_arm64.deb ...
12:00:22 + mkdir -p /root/build-deb/cli
12:00:22 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:22 #11 48.16 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
12:00:22 #11 48.19 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
12:00:22 #11 48.19 Preparing to unpack .../321-libtext-markdown-discount-perl_0.13-1build1_armhf.deb ...
12:00:22 #11 48.20 Unpacking libtext-markdown-discount-perl:armhf (0.13-1build1) ...
12:00:22 #11 48.24 Selecting previously unselected package libtext-xslate-perl:armhf.
12:00:22 #11 48.24 Preparing to unpack .../322-libtext-xslate-perl_3.5.9-1build1_armhf.deb ...
12:00:22 #11 48.24 Unpacking libtext-xslate-perl:armhf (3.5.9-1build1) ...
12:00:22 #11 48.28 Selecting previously unselected package libtime-duration-perl.
12:00:22 #11 48.28 Preparing to unpack .../323-libtime-duration-perl_1.21-1_all.deb ...
12:00:22 #11 48.30 Unpacking libtime-duration-perl (1.21-1) ...
12:00:22 #11 48.33 Selecting previously unselected package libtime-moment-perl.
12:00:22 #11 48.33 Preparing to unpack .../324-libtime-moment-perl_0.44-1build6_armhf.deb ...
12:00:22 #11 48.34 Unpacking libtime-moment-perl (0.44-1build6) ...
12:00:22 #11 48.37 Selecting previously unselected package libtype-tiny-xs-perl.
12:00:22 #11 48.38 Preparing to unpack .../325-libtype-tiny-xs-perl_0.022-1build2_armhf.deb ...
12:00:22 #11 48.38 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
12:00:22 #11 48.42 Selecting previously unselected package libunicode-utf8-perl.
12:00:22 #11 48.42 Preparing to unpack .../326-libunicode-utf8-perl_0.62-1build4_armhf.deb ...
12:00:22 #11 48.43 Unpacking libunicode-utf8-perl (0.62-1build4) ...
12:00:22 #11 48.45 Selecting previously unselected package libxml-namespacesupport-perl.
12:00:22 #11 48.46 Preparing to unpack .../327-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
12:00:22 #11 48.46 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
12:00:22 #11 61.16 --------------------------------------------------------------------------------
12:00:22 #11 61.16 Total                                              543 kB/s |  18 MB  00:33     
12:00:22 #11 61.16 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
12:00:22 #11 61.16 Importing GPG key 0xF4A80EB5:
12:00:22 #11 61.16  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
12:00:22 #11 61.16  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
12:00:22 #11 61.16  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
12:00:22 #11 61.16  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
12:00:22 #11 61.21 Running transaction check
12:00:22 #11 61.24 Running transaction test
12:00:22 #11 61.28 Transaction test succeeded
12:00:22 #11 61.28 Running transaction
12:00:22 #11 61.36   Updating   : rpm-libs-4.11.3-48.el7_9.x86_64                             1/52 
12:00:22 #11 61.94   Updating   : rpm-4.11.3-48.el7_9.x86_64                                  2/52 
12:00:22 #11 61.97   Updating   : rpm-build-libs-4.11.3-48.el7_9.x86_64                       3/52 
12:00:22 #11 62.59   Installing : groff-base-1.22.2-8.el7.x86_64                              4/52 
12:00:22 #11 62.61   Installing : bzip2-1.0.6-13.el7.x86_64                                   5/52 
12:00:22 #11 62.63   Installing : 1:perl-parent-0.225-244.el7.noarch                          6/52 
12:00:22 #11 62.65   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           7/52 
12:00:22 #11 62.68   Installing : perl-podlators-2.5.1-3.el7.noarch                           8/52 
12:00:22 #11 62.70   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          9/52 
12:00:22 #11 62.72   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   10/52 
12:00:22 #11 62.97   Installing : perl-Encode-2.51-7.el7.x86_64                              11/52 
12:00:22 #11 63.00   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                     12/52 
12:00:22 #11 63.02   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           13/52 
12:00:22 #11 63.04   Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64                      14/52 
12:00:22 #11 63.06   Installing : perl-threads-1.87-4.el7.x86_64                             15/52 
12:00:22 #11 63.08   Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      16/52 
12:00:22 #11 63.11   Installing : perl-Exporter-5.68-3.el7.noarch                            17/52 
12:00:22 #11 63.12   Installing : perl-constant-1.27-2.el7.noarch                            18/52 
12:00:22 #11 63.15   Installing : perl-Socket-2.010-5.el7.x86_64                             19/52 
12:00:22 #11 63.18   Installing : perl-Time-Local-1.2300-2.el7.noarch                        20/52 
12:00:22 #11 63.20   Installing : perl-Carp-1.26-244.el7.noarch                              21/52 
12:00:22 #11 63.23   Installing : perl-Storable-2.45-3.el7.x86_64                            22/52 
12:00:22 #11 63.25   Installing : perl-threads-shared-1.43-6.el7.x86_64                      23/52 
12:00:22 #11 63.27   Installing : perl-PathTools-3.40-5.el7.x86_64                           24/52 
12:00:22 #11 63.29   Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 25/52 
12:00:22 #11 63.33   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        26/52 
12:00:22 #11 63.35   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        27/52 
12:00:22 #11 63.37   Installing : perl-File-Path-2.09-2.el7.noarch                           28/52 
12:00:22 #11 63.40   Installing : perl-Filter-1.49-3.el7.x86_64                              29/52 
12:00:22 #10 38.14 Preparing to unpack .../008-libmagic-mgc_1%3a5.44-3_armhf.deb ...
12:00:22 #10 38.14 Unpacking libmagic-mgc (1:5.44-3) ...
12:00:22 #10 38.26 Selecting previously unselected package libmagic1:armhf.
12:00:22 #10 38.27 Preparing to unpack .../009-libmagic1_1%3a5.44-3_armhf.deb ...
12:00:22 #10 38.27 Unpacking libmagic1:armhf (1:5.44-3) ...
12:00:22 #10 38.32 Selecting previously unselected package file.
12:00:22 #10 38.32 Preparing to unpack .../010-file_1%3a5.44-3_armhf.deb ...
12:00:22 #10 38.32 Unpacking file (1:5.44-3) ...
12:00:22 #10 38.36 Selecting previously unselected package gettext-base.
12:00:22 #10 39.16 Selecting previously unselected package libhttp-cookies-perl.
12:00:22 #10 39.17 Preparing to unpack .../090-libhttp-cookies-perl_6.10-1_all.deb ...
12:00:22 #10 39.17 Unpacking libhttp-cookies-perl (6.10-1) ...
12:00:22 #10 39.20 Selecting previously unselected package libhttp-negotiate-perl.
12:00:22 #10 39.21 Preparing to unpack .../091-libhttp-negotiate-perl_6.01-1_all.deb ...
12:00:22 #10 39.21 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:00:22 #10 39.25 Selecting previously unselected package perl-openssl-defaults:armhf.
12:00:22 #10 39.25 Preparing to unpack .../092-perl-openssl-defaults_5_armhf.deb ...
12:00:22 #10 39.25 Unpacking perl-openssl-defaults:armhf (5) ...
12:00:22 #10 39.28 Selecting previously unselected package libnet-ssleay-perl.
12:00:22 #10 39.29 Preparing to unpack .../093-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
12:00:22 #10 39.29 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
12:00:22 #10 39.37 Selecting previously unselected package libio-socket-ssl-perl.
12:00:22 #10 39.37 Preparing to unpack .../094-libio-socket-ssl-perl_2.069-1_all.deb ...
12:00:22 #10 39.37 Unpacking libio-socket-ssl-perl (2.069-1) ...
12:00:22 #10 39.43 Selecting previously unselected package libnet-http-perl.
12:00:22 #10 39.43 Preparing to unpack .../095-libnet-http-perl_6.20-1_all.deb ...
12:00:22 #10 39.44 Unpacking libnet-http-perl (6.20-1) ...
12:00:22 #10 39.47 Selecting previously unselected package liblwp-protocol-https-perl.
12:00:22 #10 39.48 Preparing to unpack .../096-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:00:22 #10 39.48 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:00:22 #10 39.51 Selecting previously unselected package libtry-tiny-perl.
12:00:22 #10 39.52 Preparing to unpack .../097-libtry-tiny-perl_0.30-1_all.deb ...
12:00:22 #10 39.53 Unpacking libtry-tiny-perl (0.30-1) ...
12:00:22 #13 27.50   Installing       : policycoreutils-devel-3.5-0.rc1.2.el9.x86_64         20/76 
12:00:22 #13 27.71   Installing       : selinux-policy-devel-38.1.5-1.el9.noarch             21/76 
12:00:22 #13 27.78   Running scriptlet: selinux-policy-devel-38.1.5-1.el9.noarch             21/76 
12:00:22 #13 27.79   Installing       : perl-threads-shared-1.61-460.el9.x86_64              22/76 
12:00:22 #13 27.82   Installing       : perl-Thread-Queue-3.14-460.el9.noarch                23/76 
12:00:22 #13 27.84   Installing       : automake-1.16.2-6.el9.noarch                         24/76 
12:00:22 #13 27.87   Installing       : perl-TermReadKey-2.38-11.el9.x86_64                  25/76 
12:00:22 #12 8.110   Installing       : less-590-5.fc36.aarch64                              32/99 
12:00:22 #12 8.235   Installing       : kernel-headers-6.1.5-100.fc36.aarch64                33/99 
12:00:22 #12 8.248   Installing       : libxcrypt-devel-4.4.33-4.fc36.aarch64                34/99 
12:00:22 #12 8.313   Installing       : glibc-devel-2.35-22.fc36.aarch64                     35/99 
12:00:22 #12 8.380   Installing       : glibc-static-2.35-22.fc36.aarch64                    36/99 
12:00:22 #12 8.386   Installing       : libxcrypt-static-4.4.33-4.fc36.aarch64               37/99 
12:00:22 #13 7.857 Selecting previously unselected package dh-apparmor.
12:00:22 #13 7.860 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
12:00:22 #13 7.865 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
12:00:22 #13 7.909 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:00:22 #13 7.912 Preparing to unpack .../08-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
12:00:22 #13 7.916 Unpacking libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
12:00:22 #13 7.963 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:00:22 #13 2.865    dh_install
12:00:22 #13 2.900    dh_installdocs
12:00:22 #13 2.940    dh_installchangelogs
12:00:22 #13 3.028    dh_perl
12:00:22 #13 3.066    dh_link
12:00:22 #10 69.12 Setting up libgpgme11:amd64 (1.12.0-6) ...
12:00:22 #10 69.13 Setting up gcc (4:8.3.0-1) ...
12:00:22 #10 69.16 Setting up python3-six (1.12.0-1) ...
12:00:22 #10 69.29 Setting up dirmngr (2.2.12-1+deb10u2) ...
12:00:22 #10 69.32 Setting up perl (5.28.1-6+deb10u1) ...
12:00:22 #10 69.35 Setting up libpackage-stash-xs-perl (0.29-1) ...
12:00:22 #10 69.36 Setting up python3-gpg (1.12.0-6) ...
12:00:22 #10 69.53 Setting up libdata-dump-perl (1.23-1) ...
12:00:22 #10 69.55 Setting up python3-certifi (2018.8.24-1) ...
12:00:22 #10 69.67 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:00:22 #10 38.50 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:00:22 #10 38.51 Setting up libpipeline1:armhf (1.5.1-2) ...
12:00:22 #10 38.52 Setting up mime-support (3.62) ...
12:00:22 #10 38.57 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
12:00:22 #10 38.59 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
12:00:22 #10 38.60 No schema files found: doing nothing.
12:00:22 #10 38.61 Setting up binutils-common:armhf (2.31.1-16+rpi2) ...
12:00:22 #10 38.62 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
12:00:22 #10 38.64 Setting up perl-openssl-defaults:armhf (3) ...
12:00:22 #10 38.69 Setting up linux-libc-dev:armhf (1:1.20220308~buster-1) ...
12:00:22 #10 56.78 Setting up python3-unidiff (0.5.4-1) ...
12:00:22 #10 65.43 Setting up libhtml-format-perl (2.16-2) ...
12:00:22 #10 65.44 Setting up python3-xdg (0.28-2) ...
12:00:22 #12 6.356 Running transaction check
12:00:22 #12 6.457 Transaction check succeeded.
12:00:22 #12 6.458 Running transaction test
12:00:23 #13 2.601 dh binary
12:00:23 #13 2.678    dh_update_autotools_config
12:00:23 #13 2.709    dh_autoreconf
12:00:23 #13 2.749    create-stamp debian/debhelper-build-stamp
12:00:23 #13 2.749    dh_prep
12:00:23 #13 2.778    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:00:23 #13 2.828    dh_install
12:00:23 #12 4.455 (91/95): systemd-rpm-macros-250.9-1.fc36.noarch 2.4 MB/s |  28 kB     00:00    
12:00:23 #12 4.461 (92/95): vim-filesystem-9.0.1262-1.fc36.noarch. 1.4 MB/s |  18 kB     00:00    
12:00:23 #12 4.470 (93/95): libxcrypt-4.4.33-4.fc36.x86_64.rpm     8.4 MB/s | 120 kB     00:00    
12:00:23 #12 4.487 (94/95): util-linux-2.38-1.fc36.x86_64.rpm       53 MB/s | 2.3 MB     00:00    
12:00:23 #12 4.493 (95/95): systemd-libs-250.9-1.fc36.x86_64.rpm    23 MB/s | 614 kB     00:00    
12:00:23 #12 4.498 --------------------------------------------------------------------------------
12:00:23 #12 4.498 Total                                            50 MB/s | 100 MB     00:01     
12:00:23 #10 64.92 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:23 #10 65.06 
12:00:23 #10 65.06 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:23 #10 65.08 Setting up python3-chardet (4.0.0-1) ...
12:00:23 #13 9.429 Setting up pkg-config (0.29.1-0ubuntu4) ...
12:00:23 #13 9.476 Setting up libudev-dev:amd64 (245.4-4ubuntu3.19) ...
12:00:23 #10 52.27 Selecting previously unselected package libtask-weaken-perl.
12:00:23 #10 52.27 Preparing to unpack .../279-libtask-weaken-perl_1.06-1_all.deb ...
12:00:23 #10 52.28 Unpacking libtask-weaken-perl (1.06-1) ...
12:00:23 #10 52.31 Selecting previously unselected package libxml-parser-perl.
12:00:23 #10 52.31 Preparing to unpack .../280-libxml-parser-perl_2.44-4_armhf.deb ...
12:00:23 #10 52.32 Unpacking libxml-parser-perl (2.44-4) ...
12:00:23 #10 52.38 Selecting previously unselected package libsoap-lite-perl.
12:00:23 #10 52.38 Preparing to unpack .../281-libsoap-lite-perl_1.27-1_all.deb ...
12:00:23 #10 52.39 Unpacking libsoap-lite-perl (1.27-1) ...
12:00:23 #10 52.46 Selecting previously unselected package libsort-key-perl.
12:00:23 #10 52.46 Preparing to unpack .../282-libsort-key-perl_1.33-2+b1_armhf.deb ...
12:00:23 #10 52.46 Unpacking libsort-key-perl (1.33-2+b1) ...
12:00:23 #10 52.50 Selecting previously unselected package libstring-copyright-perl.
12:00:23 #10 52.50 Preparing to unpack .../283-libstring-copyright-perl_0.003006-1_all.deb ...
12:00:23 #10 52.51 Unpacking libstring-copyright-perl (0.003006-1) ...
12:00:23 #10 52.54 Selecting previously unselected package libstring-escape-perl.
12:00:23 #10 52.54 Preparing to unpack .../284-libstring-escape-perl_2010.002-2_all.deb ...
12:00:23 #10 52.55 Unpacking libstring-escape-perl (2010.002-2) ...
12:00:23 #10 52.58 Selecting previously unselected package libstring-shellquote-perl.
12:00:23 #10 52.58 Preparing to unpack .../285-libstring-shellquote-perl_1.04-1_all.deb ...
12:00:23 #10 52.58 Unpacking libstring-shellquote-perl (1.04-1) ...
12:00:23 #10 44.95 Unpacking liblerc4:armhf (4.0.0+ds-2) ...
12:00:23 #10 45.01 Selecting previously unselected package libwebp7:armhf.
12:00:23 #10 45.01 Preparing to unpack .../199-libwebp7_1.2.4-0.1_armhf.deb ...
12:00:23 #10 45.02 Unpacking libwebp7:armhf (1.2.4-0.1) ...
12:00:23 #10 45.10 Selecting previously unselected package libtiff6:armhf.
12:00:23 #10 45.10 Preparing to unpack .../200-libtiff6_4.5.0-4_armhf.deb ...
12:00:23 #10 45.10 Unpacking libtiff6:armhf (4.5.0-4) ...
12:00:23 #10 45.20 Selecting previously unselected package libxau6:armhf.
12:00:23 #10 45.20 Preparing to unpack .../201-libxau6_1%3a1.0.9-1_armhf.deb ...
12:00:23 #10 45.20 Unpacking libxau6:armhf (1:1.0.9-1) ...
12:00:23 #10 45.24 Selecting previously unselected package libxdmcp6:armhf.
12:00:23 #10 45.24 Preparing to unpack .../202-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
12:00:23 #10 45.25 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
12:00:23 #10 45.30 Selecting previously unselected package libxcb1:armhf.
12:00:23 #10 45.30 Preparing to unpack .../203-libxcb1_1.15-1_armhf.deb ...
12:00:23 #10 45.30 Unpacking libxcb1:armhf (1.15-1) ...
12:00:23 #11 49.72 Selecting previously unselected package libxml-writer-perl.
12:00:23 #11 49.72 Preparing to unpack .../318-libxml-writer-perl_0.625-1_all.deb ...
12:00:23 #11 49.73 Unpacking libxml-writer-perl (0.625-1) ...
12:00:23 #11 49.76 Selecting previously unselected package libyaml-libyaml-perl.
12:00:23 #11 49.76 Preparing to unpack .../319-libyaml-libyaml-perl_0.81+repack-1_armhf.deb ...
12:00:23 #11 49.76 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
12:00:23 #11 49.80 Selecting previously unselected package licensecheck.
12:00:23 #11 49.81 Preparing to unpack .../320-licensecheck_3.0.45-1_all.deb ...
12:00:23 #11 49.81 Unpacking licensecheck (3.0.45-1) ...
12:00:23 #11 49.85 Selecting previously unselected package libdevel-size-perl.
12:00:23 #11 49.85 Preparing to unpack .../321-libdevel-size-perl_0.83-1build1_armhf.deb ...
12:00:23 #11 49.86 Unpacking libdevel-size-perl (0.83-1build1) ...
12:00:23 #11 49.89 Selecting previously unselected package t1utils.
12:00:23 #11 49.89 Preparing to unpack .../322-t1utils_1.41-3_armhf.deb ...
12:00:23 #11 49.90 Unpacking t1utils (1.41-3) ...
12:00:23 #11 49.94 Selecting previously unselected package lintian.
12:00:23 #11 49.95 Preparing to unpack .../323-lintian_2.62.0ubuntu2.2_all.deb ...
12:00:23 #11 49.95 Unpacking lintian (2.62.0ubuntu2.2) ...
12:00:23 #12 7.280 Unpacking libudev1:arm64 (252.5-2) over (252.4-2) ...
12:00:23 #12 7.338 Setting up libudev1:arm64 (252.5-2) ...
12:00:23 #12 7.380 Selecting previously unselected package dmsetup.
12:00:23 #12 7.380 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 34039 files and directories currently installed.)
12:00:23 #12 7.397 Preparing to unpack .../00-dmsetup_2%3a1.02.185-2_arm64.deb ...
12:00:23 #12 7.400 Unpacking dmsetup (2:1.02.185-2) ...
12:00:23 #12 7.441 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:00:23 #12 7.443 Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
12:00:23 #12 7.447 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
12:00:23 #12 7.493 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:00:23 #11 45.74 Selecting previously unselected package libpath-tiny-perl.
12:00:23 #11 45.75 Preparing to unpack .../298-libpath-tiny-perl_0.122-1_all.deb ...
12:00:23 #11 45.75 Unpacking libpath-tiny-perl (0.122-1) ...
12:00:23 #11 45.78 Selecting previously unselected package libstrictures-perl.
12:00:23 #11 45.78 Preparing to unpack .../299-libstrictures-perl_2.000006-1_all.deb ...
12:00:23 #11 45.79 Unpacking libstrictures-perl (2.000006-1) ...
12:00:23 #11 45.83 Selecting previously unselected package libtype-tiny-perl.
12:00:23 #11 45.83 Preparing to unpack .../300-libtype-tiny-perl_1.016008-1_all.deb ...
12:00:23 #11 45.83 Unpacking libtype-tiny-perl (1.016008-1) ...
12:00:23 #11 45.88 Selecting previously unselected package libgitlab-api-v4-perl.
12:00:23 #11 45.88 Preparing to unpack .../301-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:00:23 #11 45.89 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:00:23 #11 45.93 Selecting previously unselected package libhtml-form-perl.
12:00:23 #11 45.93 Preparing to unpack .../302-libhtml-form-perl_6.10-1_all.deb ...
12:00:23 #11 45.94 Unpacking libhtml-form-perl (6.10-1) ...
12:00:23 #11 45.97 Selecting previously unselected package libhtml-format-perl.
12:00:23 #11 45.98 Preparing to unpack .../303-libhtml-format-perl_2.16-1_all.deb ...
12:00:23 + mkdir -p /root/build-deb/buildx
12:00:23 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:23 #11 48.50 Selecting previously unselected package libxml-sax-base-perl.
12:00:23 #11 48.50 Preparing to unpack .../328-libxml-sax-base-perl_1.09-1.1_all.deb ...
12:00:23 #11 48.51 Unpacking libxml-sax-base-perl (1.09-1.1) ...
12:00:23 #11 48.56 Selecting previously unselected package libxml-sax-perl.
12:00:23 #11 48.56 Preparing to unpack .../329-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:00:23 #11 48.57 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:00:23 #11 48.62 Selecting previously unselected package libxml-libxml-perl.
12:00:23 #11 48.62 Preparing to unpack .../330-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_armhf.deb ...
12:00:23 #11 48.63 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:00:23 #11 48.67 Selecting previously unselected package libxml-parser-perl:armhf.
12:00:23 #11 48.67 Preparing to unpack .../331-libxml-parser-perl_2.46-3build1_armhf.deb ...
12:00:23 #11 48.68 Unpacking libxml-parser-perl:armhf (2.46-3build1) ...
12:00:23 #11 63.48   Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64                        30/52 
12:00:23 #10 38.36 Preparing to unpack .../011-gettext-base_0.21-11_armhf.deb ...
12:00:23 #10 38.37 Unpacking gettext-base (0.21-11) ...
12:00:23 #10 38.44 Selecting previously unselected package xz-utils.
12:00:23 #10 38.44 Preparing to unpack .../012-xz-utils_5.4.1-0.1_armhf.deb ...
12:00:23 #10 38.45 Unpacking xz-utils (5.4.1-0.1) ...
12:00:23 #10 39.57 Selecting previously unselected package libwww-robotrules-perl.
12:00:23 #10 39.57 Preparing to unpack .../098-libwww-robotrules-perl_6.02-1_all.deb ...
12:00:23 #10 39.57 Unpacking libwww-robotrules-perl (6.02-1) ...
12:00:23 #10 39.61 Selecting previously unselected package libwww-perl.
12:00:23 #10 39.61 Preparing to unpack .../099-libwww-perl_6.52-1_all.deb ...
12:00:23 #10 39.62 Unpacking libwww-perl (6.52-1) ...
12:00:23 #10 39.67 Selecting previously unselected package patchutils.
12:00:23 #10 39.67 Preparing to unpack .../100-patchutils_0.4.2-1_armhf.deb ...
12:00:23 #10 39.68 Unpacking patchutils (0.4.2-1) ...
12:00:23 #10 39.74 Selecting previously unselected package libtinfo5:armhf.
12:00:23 #10 39.74 Preparing to unpack .../101-libtinfo5_6.2+20201114-2_armhf.deb ...
12:00:23 #10 39.75 Unpacking libtinfo5:armhf (6.2+20201114-2) ...
12:00:23 #13 27.92   Running scriptlet: openssh-8.7p1-28.el9.x86_64                          26/76 
12:00:23 #13 27.96   Installing       : openssh-8.7p1-28.el9.x86_64                          26/76 
12:00:23 #13 27.97   Installing       : libsepol-devel-3.5-0.rc2.1.el9.x86_64                27/76 
12:00:23 #13 28.01   Installing       : perl-lib-0.65-480.el9.x86_64                         28/76 
12:00:23 #13 28.02   Installing       : perl-Error-1:0.17029-7.el9.noarch                    29/76 
12:00:23 #13 28.07   Installing       : pcre2-utf32-10.40-2.el9.x86_64                       30/76 
12:00:23 #13 28.08   Installing       : pcre2-utf16-10.40-2.el9.x86_64                       31/76 
12:00:23 #12 8.394   Installing       : gc-8.0.6-3.fc36.aarch64                              38/99 
12:00:23 #12 8.629   Installing       : guile22-2.2.7-5.fc36.aarch64                         39/99 
12:00:23 #13 7.966 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
12:00:23 #13 7.970 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
12:00:23 #13 7.999 Selecting previously unselected package libudev-dev:arm64.
12:00:23 #13 8.002 Preparing to unpack .../10-libudev-dev_245.4-4ubuntu3.19_arm64.deb ...
12:00:23 #13 8.006 Unpacking libudev-dev:arm64 (245.4-4ubuntu3.19) ...
12:00:23 #13 8.037 Selecting previously unselected package libsepol1-dev:arm64.
12:00:23 #13 8.040 Preparing to unpack .../11-libsepol1-dev_3.0-1ubuntu0.1_arm64.deb ...
12:00:23 #13 8.044 Unpacking libsepol1-dev:arm64 (3.0-1ubuntu0.1) ...
12:00:23 #13 8.113 Selecting previously unselected package libpcre2-16-0:arm64.
12:00:23 #13 8.116 Preparing to unpack .../12-libpcre2-16-0_10.34-7ubuntu0.1_arm64.deb ...
12:00:23 #13 8.120 Unpacking libpcre2-16-0:arm64 (10.34-7ubuntu0.1) ...
12:00:23 #13 8.180 Selecting previously unselected package libpcre2-32-0:arm64.
12:00:23 #13 8.184 Preparing to unpack .../13-libpcre2-32-0_10.34-7ubuntu0.1_arm64.deb ...
12:00:23 #13 8.189 Unpacking libpcre2-32-0:arm64 (10.34-7ubuntu0.1) ...
12:00:23 #13 8.235 Selecting previously unselected package libpcre2-posix2:arm64.
12:00:23 #13 3.102    dh_strip_nondeterminism
12:00:23 #13 3.170    dh_compress
12:00:23 #13 3.214    dh_fixperms
12:00:23 #13 3.260    dh_missing
12:00:23 #13 3.287    dh_installdeb
12:00:23 #10 69.68 Setting up libref-util-perl (0.204-1) ...
12:00:23 #10 69.70 Setting up libipc-system-simple-perl (1.25-4) ...
12:00:23 #10 69.71 Setting up libnet-domain-tld-perl (1.75-1) ...
12:00:23 #10 69.73 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
12:00:23 #10 69.75 Setting up libvariable-magic-perl (0.62-1+b1) ...
12:00:23 #10 69.77 Setting up python3-idna (2.6-1) ...
12:00:23 #10 38.71 Setting up gettext-base (0.19.8.1-9) ...
12:00:23 #10 38.73 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
12:00:23 #10 38.75 Setting up file (1:5.35-4+deb10u2) ...
12:00:23 #10 38.76 Setting up libgomp1:armhf (8.3.0-6+rpi1) ...
12:00:23 #10 38.78 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
12:00:23 #10 38.79 Setting up libicu63:armhf (63.1-6+deb10u3) ...
12:00:23 #10 38.81 Setting up libfakeroot:armhf (1.23-1) ...
12:00:23 #10 38.86 Setting up fakeroot (1.23-1) ...
12:00:23 #10 38.87 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:23 #10 38.87 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:23 #10 38.87 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:23 #10 38.87 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:23 #10 38.88 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:23 #10 38.88 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:23 #10 38.88 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:23 #10 38.88 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:23 #10 38.88 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:23 #10 38.89 Setting up libasan5:armhf (8.3.0-6+rpi1) ...
12:00:23 #10 38.90 Setting up autotools-dev (20180224.1) ...
12:00:23 #10 38.91 Setting up make (4.2.1-1.2) ...
12:00:23 #10 38.92 Setting up libmpfr6:armhf (4.0.2-1) ...
12:00:23 #10 38.94 Setting up libsigsegv2:armhf (2.12-2) ...
12:00:23 #10 38.95 Setting up xz-utils (5.2.4-1+deb10u1) ...
12:00:23 #10 38.96 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:23 #10 38.96 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
12:00:23 #10 38.96 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
12:00:23 #10 38.96 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
12:00:23 #10 38.96 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
12:00:23 #10 38.96 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
12:00:23 #10 38.96 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
12:00:23 #10 38.96 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
12:00:23 #10 38.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
12:00:23 #10 38.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
12:00:23 #10 38.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
12:00:23 #10 38.97 Setting up libmpc3:armhf (1.1.0-1) ...
12:00:23 #10 38.98 Setting up libatomic1:armhf (8.3.0-6+rpi1) ...
12:00:23 #10 38.99 Setting up patch (2.7.6-3+deb10u1) ...
12:00:23 #10 39.00 Setting up autopoint (0.19.8.1-9) ...
12:00:23 #10 56.94 Setting up libunicode-utf8-perl (0.60-1build4) ...
12:00:23 #10 56.95 Setting up libgssapi3-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:00:23 #10 56.96 Setting up libparams-util-perl (1.07-3build3) ...
12:00:23 #10 56.98 Setting up libsub-name-perl (0.21-1build1) ...
12:00:23 #10 56.99 Setting up openssh-client (1:7.6p1-4ubuntu0.7) ...
12:00:23 #10 57.08 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
12:00:23 #10 57.09 Setting up libsub-quote-perl (2.005000-1) ...
12:00:23 #10 57.10 Setting up libfcgi-perl (0.78-2build1) ...
12:00:23 #10 57.11 Setting up libwww-robotrules-perl (6.01-1) ...
12:00:23 #10 57.12 Setting up python3-debian (0.1.32) ...
12:00:23 #10 65.60 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:00:23 #10 65.66 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:23 #10 65.72 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:23 #10 65.84 
12:00:23 #10 65.84 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:23 #13 2.861    dh_installdocs
12:00:23 #13 2.899    dh_installchangelogs
12:00:23 #13 2.983    dh_perl
12:00:23 #13 3.019    dh_link
12:00:23 #13 3.052    dh_strip_nondeterminism
12:00:23 #13 3.116    dh_compress
12:00:23 #10 65.37 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:23 #10 65.38 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:23 #10 65.39 Setting up libmailtools-perl (2.21-1) ...
12:00:23 #10 65.40 Setting up python3-debian (0.1.39) ...
12:00:23 12:00:23 #13 9.498 Setting up libpcre2-posix2:amd64 (10.34-7ubuntu0.1) ...
12:00:23 #10 52.62 Selecting previously unselected package libterm-readkey-perl.
#13 9.540 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:00:23 #13 9.561 Setting up librhash0:amd64 (1.3.9-1) ...
12:00:23 #10 52.63 Preparing to unpack .../286-libterm-readkey-perl_2.38-1_armhf.deb ...
12:00:23 #13 9.573 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ...
12:00:23 #13 9.594 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
12:00:23 #10 52.63 Unpacking libterm-readkey-perl (2.38-1) ...
12:00:23 #13 9.611 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.19) ...
12:00:23 #13 9.629 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
12:00:23 #10 52.67 Selecting previously unselected package libtest-fatal-perl.
12:00:23 #13 9.642 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:00:23 #13 9.653 Setting up libpcre2-dev:amd64 (10.34-7ubuntu0.1) ...
12:00:23 #10 52.67 Preparing to unpack .../287-libtest-fatal-perl_0.014-1_all.deb ...
12:00:23 #13 9.666 Setting up libselinux1-dev:amd64 (3.0-1build2) ...
12:00:23 #13 9.676 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
12:00:23 #10 52.68 Unpacking libtest-fatal-perl (0.014-1) ...
12:00:23 #13 9.686 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ...
12:00:23 #13 9.697 Setting up docker-ce-build-deps (1.0) ...
12:00:23 #10 52.71 Selecting previously unselected package libtest-refcount-perl.
12:00:23 #10 52.71 Preparing to unpack .../288-libtest-refcount-perl_0.08-3_all.deb ...
12:00:23 #10 52.72 Unpacking libtest-refcount-perl (0.08-3) ...
12:00:23 #10 52.75 Selecting previously unselected package libtext-levenshtein-perl.
12:00:23 #10 52.75 Preparing to unpack .../289-libtext-levenshtein-perl_0.13-1_all.deb ...
12:00:23 #10 52.75 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:00:23 #10 52.79 Selecting previously unselected package libtype-tiny-xs-perl.
12:00:23 #10 52.80 Preparing to unpack .../290-libtype-tiny-xs-perl_0.014-1+b1_armhf.deb ...
12:00:23 #10 52.80 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
12:00:23 #10 52.83 Selecting previously unselected package libunicode-utf8-perl.
12:00:23 #10 52.84 Preparing to unpack .../291-libunicode-utf8-perl_0.62-1_armhf.deb ...
12:00:23 #10 52.84 Unpacking libunicode-utf8-perl (0.62-1) ...
12:00:23 #10 45.37 Selecting previously unselected package libx11-data.
12:00:23 #10 45.37 Preparing to unpack .../204-libx11-data_2%3a1.8.3-3_all.deb ...
12:00:23 #10 45.38 Unpacking libx11-data (2:1.8.3-3) ...
12:00:23 #10 45.50 Selecting previously unselected package libx11-6:armhf.
12:00:23 #10 45.50 Preparing to unpack .../205-libx11-6_2%3a1.8.3-3_armhf.deb ...
12:00:23 #10 45.50 Unpacking libx11-6:armhf (2:1.8.3-3) ...
12:00:23 #12 7.496 Preparing to unpack .../02-libdevmapper-event1.02.1_2%3a1.02.185-2_arm64.deb ...
12:00:23 #12 7.499 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.185-2) ...
12:00:23 #12 7.534 Selecting previously unselected package libudev-dev:arm64.
12:00:23 #12 7.537 Preparing to unpack .../03-libudev-dev_252.5-2_arm64.deb ...
12:00:23 #12 7.542 Unpacking libudev-dev:arm64 (252.5-2) ...
12:00:23 #12 7.582 Selecting previously unselected package libsepol-dev:arm64.
12:00:23 #12 7.583 Preparing to unpack .../04-libsepol-dev_3.4-2_arm64.deb ...
12:00:23 #12 7.587 Unpacking libsepol-dev:arm64 (3.4-2) ...
12:00:23 #12 7.648 Selecting previously unselected package libpcre2-16-0:arm64.
12:00:23 #12 7.651 Preparing to unpack .../05-libpcre2-16-0_10.42-1_arm64.deb ...
12:00:23 #12 7.655 Unpacking libpcre2-16-0:arm64 (10.42-1) ...
12:00:23 #12 7.707 Selecting previously unselected package libpcre2-32-0:arm64.
12:00:23 #12 7.708 Preparing to unpack .../06-libpcre2-32-0_10.42-1_arm64.deb ...
12:00:23 #12 7.711 Unpacking libpcre2-32-0:arm64 (10.42-1) ...
12:00:23 #12 7.760 Selecting previously unselected package libpcre2-posix3:arm64.
12:00:23 #11 45.98 Unpacking libhtml-format-perl (2.16-1) ...
12:00:23 #11 46.02 Selecting previously unselected package libhtml-html5-entities-perl.
12:00:23 #11 46.02 Preparing to unpack .../304-libhtml-html5-entities-perl_0.004-2_all.deb ...
12:00:23 #11 46.03 Unpacking libhtml-html5-entities-perl (0.004-2) ...
12:00:23 #11 46.06 Selecting previously unselected package libhtml-tokeparser-simple-perl.
12:00:23 #11 46.07 Preparing to unpack .../305-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
12:00:23 #11 46.07 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
12:00:23 #11 46.10 Selecting previously unselected package libhttp-daemon-perl.
12:00:23 #11 46.10 Preparing to unpack .../306-libhttp-daemon-perl_6.14-1.1_all.deb ...
12:00:23 #11 46.11 Unpacking libhttp-daemon-perl (6.14-1.1) ...
12:00:23 #11 46.14 Selecting previously unselected package libindirect-perl.
12:00:23 #11 46.14 Preparing to unpack .../307-libindirect-perl_0.39-2_armhf.deb ...
12:00:23 #11 46.15 Unpacking libindirect-perl (0.39-2) ...
12:00:23 #11 46.18 Selecting previously unselected package libio-interactive-perl.
12:00:23 #11 46.19 Preparing to unpack .../308-libio-interactive-perl_1.023-1_all.deb ...
12:00:23 #11 46.19 Unpacking libio-interactive-perl (1.023-1) ...
12:00:23 + mkdir -p /root/build-deb/compose
12:00:23 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:23 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:23 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:23 + mkdir -p /go/src/github.com/docker
12:00:23 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:23 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:23 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:23 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:23 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:23 + EPOCH=5
12:00:23 + EPOCH_SEP=
12:00:23 + [[ ! -z 5 ]]
12:00:23 + EPOCH_SEP=:
12:00:23 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:23 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:23 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:23 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:23 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:23 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:23 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:23 + debSource=docker-ce
12:00:23 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:23 + debMaintainer='Docker <support@docker.com>'
12:00:23 ++ date --rfc-2822
12:00:23 + debDate='Tue, 07 Feb 2023 12:00:23 +0000'
12:00:23 + pkgRevision=1
12:00:23 + cat
12:00:23 + export CLI_GITCOMMIT=ab4ef4a
12:00:23 + CLI_GITCOMMIT=ab4ef4a
12:00:23 + export ENGINE_GITCOMMIT=a25ab92
12:00:23 + ENGINE_GITCOMMIT=a25ab92
12:00:23 + export SCAN_GITCOMMIT=6c852fa
12:00:23 + SCAN_GITCOMMIT=6c852fa
12:00:23 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:23 + dpkg-buildpackage -uc -us -I.git
12:00:23 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:23 #11 48.72 Selecting previously unselected package libxml-sax-expat-perl.
12:00:23 #11 48.73 Preparing to unpack .../332-libxml-sax-expat-perl_0.51-1_all.deb ...
12:00:23 #11 48.73 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:00:23 #11 48.77 Selecting previously unselected package libyaml-libyaml-perl.
12:00:23 #11 48.77 Preparing to unpack .../333-libyaml-libyaml-perl_0.83+ds-1build1_armhf.deb ...
12:00:23 #11 48.78 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
12:00:23 #11 48.81 Selecting previously unselected package licensecheck.
12:00:23 #11 48.81 Preparing to unpack .../334-licensecheck_3.2.14-2_all.deb ...
12:00:23 #11 48.82 Unpacking licensecheck (3.2.14-2) ...
12:00:23 #11 48.86 Selecting previously unselected package libdevel-size-perl.
12:00:23 #11 48.86 Preparing to unpack .../335-libdevel-size-perl_0.83-1build4_armhf.deb ...
12:00:23 #11 48.87 Unpacking libdevel-size-perl (0.83-1build4) ...
12:00:23 #11 48.90 Selecting previously unselected package libipc-run3-perl.
12:00:23 #11 48.90 Preparing to unpack .../336-libipc-run3-perl_0.048-2_all.deb ...
12:00:23 #11 48.90 Unpacking libipc-run3-perl (0.048-2) ...
12:00:23 #11 48.94 Selecting previously unselected package lzip.
12:00:23 #11 48.94 Preparing to unpack .../337-lzip_1.23-1_armhf.deb ...
12:00:23 #11 48.95 Unpacking lzip (1.23-1) ...
12:00:23 #11 48.98 Selecting previously unselected package lzop.
12:00:23 #11 48.98 Preparing to unpack .../338-lzop_1.04-2build2_armhf.deb ...
12:00:23 #10 38.53 Selecting previously unselected package m4.
12:00:23 #10 38.54 Preparing to unpack .../013-m4_1.4.19-2_armhf.deb ...
12:00:23 #10 38.54 Unpacking m4 (1.4.19-2) ...
12:00:23 #10 38.60 Selecting previously unselected package autoconf.
12:00:23 #10 38.60 Preparing to unpack .../014-autoconf_2.71-3_all.deb ...
12:00:23 #10 38.61 Unpacking autoconf (2.71-3) ...
12:00:23 #10 38.69 Selecting previously unselected package autotools-dev.
12:00:23 #10 38.69 Preparing to unpack .../015-autotools-dev_20220109.1_all.deb ...
12:00:23 #10 38.69 Unpacking autotools-dev (20220109.1) ...
12:00:23 #10 38.74 Selecting previously unselected package automake.
12:00:23 #10 38.74 Preparing to unpack .../016-automake_1%3a1.16.5-1.3_all.deb ...
12:00:23 #10 38.75 Unpacking automake (1:1.16.5-1.3) ...
12:00:23 #13 28.11   Installing       : pcre2-devel-10.40-2.el9.x86_64                       32/76 
12:00:23 #13 28.19   Installing       : libselinux-devel-3.5-0.rc2.1.el9.x86_64              33/76 
12:00:23 #10 39.80 Selecting previously unselected package wdiff.
12:00:23 #10 39.80 Preparing to unpack .../102-wdiff_1.2.2-2_armhf.deb ...
12:00:23 #10 39.82 Unpacking wdiff (1.2.2-2) ...
12:00:23 #10 39.92 Selecting previously unselected package devscripts.
12:00:23 #10 39.92 Preparing to unpack .../103-devscripts_2.21.3+deb11u1_armhf.deb ...
12:00:23 #12 8.646   Installing       : make-1:4.3-7.fc36.aarch64                            40/99 
12:00:23 #12 8.982   Installing       : gcc-12.2.1-4.fc36.aarch64                            41/99 
12:00:23 #12 8.992   Running scriptlet: gcc-12.2.1-4.fc36.aarch64                            41/99 
12:00:23 #13 8.238 Preparing to unpack .../14-libpcre2-posix2_10.34-7ubuntu0.1_arm64.deb ...
12:00:23 #13 8.242 Unpacking libpcre2-posix2:arm64 (10.34-7ubuntu0.1) ...
12:00:23 #13 8.273 Selecting previously unselected package libpcre2-dev:arm64.
12:00:23 #13 8.276 Preparing to unpack .../15-libpcre2-dev_10.34-7ubuntu0.1_arm64.deb ...
12:00:23 #13 8.281 Unpacking libpcre2-dev:arm64 (10.34-7ubuntu0.1) ...
12:00:23 #13 8.360 Selecting previously unselected package libselinux1-dev:arm64.
12:00:23 #13 8.362 Preparing to unpack .../16-libselinux1-dev_3.0-1build2_arm64.deb ...
12:00:23 #13 8.367 Unpacking libselinux1-dev:arm64 (3.0-1build2) ...
12:00:23 #13 8.414 Selecting previously unselected package libdevmapper-dev:arm64.
12:00:23 #13 8.417 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.167-1ubuntu1_arm64.deb ...
12:00:23 #13 8.421 Unpacking libdevmapper-dev:arm64 (2:1.02.167-1ubuntu1) ...
12:00:23 #13 8.455 Selecting previously unselected package libseccomp-dev:arm64.
12:00:23 #13 8.458 Preparing to unpack .../18-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_arm64.deb ...
12:00:23 #13 8.462 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1~20.04.2) ...
12:00:23 #10 38.58 Selecting previously unselected package libfakeroot:armhf.
12:00:23 #10 38.58 Preparing to unpack .../086-libfakeroot_1.25.3-1.1_armhf.deb ...
12:00:23 #10 38.59 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
12:00:23 #10 38.62 Selecting previously unselected package fakeroot.
12:00:23 #10 38.63 Preparing to unpack .../087-fakeroot_1.25.3-1.1_armhf.deb ...
12:00:23 #10 38.63 Unpacking fakeroot (1.25.3-1.1) ...
12:00:23 #10 38.67 Selecting previously unselected package libassuan0:armhf.
12:00:23 #10 38.67 Preparing to unpack .../088-libassuan0_2.5.3-7.1_armhf.deb ...
12:00:23 #10 38.68 Unpacking libassuan0:armhf (2.5.3-7.1) ...
12:00:23 #10 38.71 Selecting previously unselected package gpgconf.
12:00:23 #10 38.71 Preparing to unpack .../089-gpgconf_2.2.27-2+deb11u2_armhf.deb ...
12:00:23 #10 38.71 Unpacking gpgconf (2.2.27-2+deb11u2) ...
12:00:23 #10 38.77 Selecting previously unselected package libksba8:armhf.
12:00:23 #10 38.77 Preparing to unpack .../090-libksba8_1.5.0-3+deb11u2_armhf.deb ...
12:00:23 #10 38.77 Unpacking libksba8:armhf (1.5.0-3+deb11u2) ...
12:00:23 #17 exporting layers 4.2s done
12:00:23 #17 writing image sha256:54042ac732f6dfec09032f50aa6eda9da639edc5b7d0e2002fcc2c38f01ce238 done
12:00:23 #17 naming to docker.io/debbuild-ubuntu-bionic/x86_64 done
12:00:23 #17 DONE 4.2s
12:00:23 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:23 + set -e
12:00:23 + mkdir -p /root/build-deb/engine
12:00:23 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:23 #13 3.322    dh_gencontrol
12:00:23 #13 3.444    dh_md5sums
12:00:23 #13 3.482    dh_builddeb
12:00:23 #13 3.510 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:23 #13 3.585  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo
12:00:23 #10 69.95 Setting up libio-html-perl (1.001-1) ...
12:00:23 #10 69.96 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
12:00:23 #10 69.98 Setting up libtest-refcount-perl (0.08-3) ...
12:00:23 #10 70.00 Setting up libparams-util-perl (1.07-3+b4) ...
12:00:23 #10 70.01 Setting up libdpkg-perl (1.19.8) ...
12:00:23 #10 70.03 Setting up autoconf (2.69-11) ...
12:00:23 #10 70.04 Setting up python3-urllib3 (1.24.1-1) ...
12:00:23 #10 39.02 Setting up libfl2:armhf (2.6.4-6.2) ...
12:00:23 #10 39.03 Setting up libpcre2-8-0:armhf (10.32-5) ...
12:00:23 #10 39.04 Setting up libubsan1:armhf (8.3.0-6+rpi1) ...
12:00:23 #10 39.07 Setting up libisl19:armhf (0.20-2) ...
12:00:23 #10 39.09 Setting up sensible-utils (0.0.12) ...
12:00:23 #10 39.10 Setting up libuchardet0:armhf (0.0.6-3) ...
12:00:23 #10 39.13 Setting up libcurl4:armhf (7.64.0-4+deb10u4) ...
12:00:23 #10 39.14 Setting up git-man (1:2.20.1-2+deb10u7) ...
12:00:23 #10 39.15 Setting up curl (7.64.0-4+deb10u4) ...
12:00:23 #10 39.16 Setting up libmpdec2:armhf (2.4.2-2) ...
12:00:23 #10 39.18 Setting up libbinutils:armhf (2.31.1-16+rpi2) ...
12:00:23 #10 39.19 Setting up cpp-8 (8.3.0-6+rpi1) ...
12:00:23 #10 39.20 Setting up libc-dev-bin (2.28-10+rpt2+rpi1+deb10u1) ...
12:00:23 #10 39.21 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
12:00:23 #10 39.22 Setting up libtinfo5:armhf (6.1+20181013-2+deb10u3) ...
12:00:23 #10 39.24 Setting up binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
12:00:23 #10 57.30 Setting up libauthen-sasl-perl (2.1600-1) ...
12:00:23 #10 57.31 Setting up libclass-accessor-perl (0.51-1) ...
12:00:23 #10 57.32 Setting up libsort-key-perl (1.33-2) ...
12:00:23 #10 57.34 Setting up libhtml-tagset-perl (3.20-3) ...
12:00:23 #10 57.35 Setting up libpath-tiny-perl (0.104-1) ...
12:00:23 #10 57.36 Setting up libtool (2.4.6-2) ...
12:00:23 #10 57.37 Setting up libnet-domain-tld-perl (1.75-1) ...
12:00:23 #10 57.38 Setting up libsub-install-perl (0.928-1) ...
12:00:23 #10 57.39 Setting up libdata-optlist-perl (0.110-1) ...
12:00:23 #10 57.41 Setting up libio-stringy-perl (2.111-2) ...
12:00:23 #10 57.42 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:23 #10 57.43 Setting up libtry-tiny-perl (0.30-1) ...
12:00:23 #10 57.44 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:00:23 #10 57.45 Setting up libfont-afm-perl (1.20-2) ...
12:00:23 #10 65.87 Setting up libfeature-compat-class-perl (0.05-1) ...
12:00:23 #10 65.88 Setting up python3-six (1.16.0-4) ...
12:00:23 #13 3.157    dh_fixperms
12:00:23 #13 3.201    dh_missing
12:00:23 #13 3.227    dh_installdeb
12:00:23 #13 3.261    dh_gencontrol
12:00:23 #13 3.377    dh_md5sums
12:00:23 #10 65.56 Setting up python3-requests (2.25.1+dfsg-2) ...
12:00:23 #10 65.71 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:00:23 #10 65.75 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:23 #10 52.89 Selecting previously unselected package libwrap0:armhf.
12:00:23 #10 52.89 Preparing to unpack .../292-libwrap0_7.6.q-28_armhf.deb ...
12:00:23 #10 52.90 Unpacking libwrap0:armhf (7.6.q-28) ...
12:00:23 #10 52.94 Selecting previously unselected package libxau6:armhf.
12:00:23 #10 52.94 Preparing to unpack .../293-libxau6_1%3a1.0.8-1+b2_armhf.deb ...
12:00:23 #10 52.94 Unpacking libxau6:armhf (1:1.0.8-1+b2) ...
12:00:23 #10 52.98 Selecting previously unselected package libxdmcp6:armhf.
12:00:23 #10 52.99 Preparing to unpack .../294-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
12:00:23 #10 52.99 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
12:00:23 #10 53.03 Selecting previously unselected package libxcb1:armhf.
12:00:23 #10 53.03 Preparing to unpack .../295-libxcb1_1.13.1-2_armhf.deb ...
12:00:23 #10 53.04 Unpacking libxcb1:armhf (1.13.1-2) ...
12:00:23 #10 53.07 Selecting previously unselected package libx11-data.
12:00:23 #10 53.08 Preparing to unpack .../296-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
12:00:23 #10 53.08 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
12:00:23 #10 45.62 Selecting previously unselected package libxpm4:armhf.
12:00:23 #10 45.62 Preparing to unpack .../206-libxpm4_1%3a3.5.12-1.1_armhf.deb ...
12:00:23 #10 45.62 Unpacking libxpm4:armhf (1:3.5.12-1.1) ...
12:00:23 #10 45.68 Selecting previously unselected package libgd3:armhf.
12:00:23 #10 45.68 Preparing to unpack .../207-libgd3_2.3.3-7+b1_armhf.deb ...
12:00:23 #10 45.68 Unpacking libgd3:armhf (2.3.3-7+b1) ...
12:00:23 #10 45.73 Selecting previously unselected package libc-devtools.
12:00:23 #10 45.74 Preparing to unpack .../208-libc-devtools_2.36-8_armhf.deb ...
12:00:23 #10 45.74 Unpacking libc-devtools (2.36-8) ...
12:00:23 #10 45.79 Selecting previously unselected package libcapture-tiny-perl.
12:00:23 #10 45.79 Preparing to unpack .../209-libcapture-tiny-perl_0.48-2_all.deb ...
12:00:23 #10 45.80 Unpacking libcapture-tiny-perl (0.48-2) ...
12:00:23 #10 45.85 Selecting previously unselected package libcgi-pm-perl.
12:00:23 #13 9.709 Processing triggers for man-db (2.9.1-1) ...
12:00:23 #13 9.732 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:00:23 #13 DONE 9.9s
12:00:23 
12:00:23 #14 [stage-1 6/9] COPY sources/ /sources
12:00:23 #12 7.763 Preparing to unpack .../07-libpcre2-posix3_10.42-1_arm64.deb ...
12:00:23 #12 7.767 Unpacking libpcre2-posix3:arm64 (10.42-1) ...
12:00:23 #12 7.803 Selecting previously unselected package libpcre2-dev:arm64.
12:00:23 #12 7.806 Preparing to unpack .../08-libpcre2-dev_10.42-1_arm64.deb ...
12:00:23 #12 7.809 Unpacking libpcre2-dev:arm64 (10.42-1) ...
12:00:23 #12 7.893 Selecting previously unselected package libselinux1-dev:arm64.
12:00:23 #12 7.896 Preparing to unpack .../09-libselinux1-dev_3.4-1+b5_arm64.deb ...
12:00:23 #12 7.901 Unpacking libselinux1-dev:arm64 (3.4-1+b5) ...
12:00:23 #12 7.962 Selecting previously unselected package libdevmapper-dev:arm64.
12:00:23 #12 7.966 Preparing to unpack .../10-libdevmapper-dev_2%3a1.02.185-2_arm64.deb ...
12:00:23 #12 7.969 Unpacking libdevmapper-dev:arm64 (2:1.02.185-2) ...
12:00:23 #12 8.003 Selecting previously unselected package libseccomp-dev:arm64.
12:00:23 dpkg-buildpackage: info: source package docker-ce
12:00:23 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic
12:00:23 dpkg-buildpackage: info: source distribution bionic
12:00:23 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:23  dpkg-source -I.git --before-build build-deb
12:00:23 dpkg-buildpackage: info: host architecture arm64
12:00:23  debian/rules clean
12:00:23 dh clean --with=bash-completion
12:00:23 #11 50.30 Selecting previously unselected package manpages-dev.
12:00:23 #11 50.30 Preparing to unpack .../324-manpages-dev_5.05-1_all.deb ...
12:00:23 #11 50.30 Unpacking manpages-dev (5.05-1) ...
12:00:23 #11 46.23 Selecting previously unselected package libtypes-serialiser-perl.
12:00:23 #11 46.23 Preparing to unpack .../309-libtypes-serialiser-perl_1.01-1_all.deb ...
12:00:23 #11 46.24 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:00:23 #11 46.27 Selecting previously unselected package libjson-xs-perl.
12:00:23 #11 46.27 Preparing to unpack .../310-libjson-xs-perl_4.030-1build3_armhf.deb ...
12:00:23 #11 46.28 Unpacking libjson-xs-perl (4.030-1build3) ...
12:00:23 #11 46.31 Selecting previously unselected package libjson-maybexs-perl.
12:00:23 #11 46.32 Preparing to unpack .../311-libjson-maybexs-perl_1.004003-1_all.deb ...
12:00:23 #11 46.33 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:00:23 #11 46.36 Selecting previously unselected package libldap-common.
12:00:23 #11 46.36 Preparing to unpack .../312-libldap-common_2.5.13+dfsg-1ubuntu1_all.deb ...
12:00:23 #11 46.37 Unpacking libldap-common (2.5.13+dfsg-1ubuntu1) ...
12:00:23 #11 46.40 Selecting previously unselected package liblist-compare-perl.
12:00:23 #11 46.40 Preparing to unpack .../313-liblist-compare-perl_0.55-1_all.deb ...
12:00:23 #11 46.41 Unpacking liblist-compare-perl (0.55-1) ...
12:00:23 #11 46.45 Selecting previously unselected package liblist-someutils-perl.
12:00:23 #11 46.45 Preparing to unpack .../314-liblist-someutils-perl_0.58-1_all.deb ...
12:00:23 #11 46.46 Unpacking liblist-someutils-perl (0.58-1) ...
12:00:23 #14 17.89   Preparing        :                                                        1/1 
12:00:23 #14 17.94   Running scriptlet: libgcc-8.5.0-18.el8.x86_64                             1/1 
12:00:23 #14 17.97   Upgrading        : libgcc-8.5.0-18.el8.x86_64                            1/90 
12:00:23 #14 17.97   Running scriptlet: libgcc-8.5.0-18.el8.x86_64                            1/90 
12:00:23 #14 18.14   Installing       : glibc-langpack-en-2.28-224.el8.x86_64                 2/90 
12:00:23 #11 48.98 Unpacking lzop (1.04-2build2) ...
12:00:23 #11 49.01 Selecting previously unselected package t1utils.
12:00:23 #11 49.01 Preparing to unpack .../339-t1utils_1.41-4build2_armhf.deb ...
12:00:23 #11 49.02 Unpacking t1utils (1.41-4build2) ...
12:00:23 #11 49.05 Selecting previously unselected package unzip.
12:00:23 #11 49.06 Preparing to unpack .../340-unzip_6.0-26ubuntu3.1_armhf.deb ...
12:00:23 #11 49.06 Unpacking unzip (6.0-26ubuntu3.1) ...
12:00:23 #11 49.10 Selecting previously unselected package lintian.
12:00:23 #11 49.10 Preparing to unpack .../341-lintian_2.114.0ubuntu1.2_all.deb ...
12:00:23 #11 49.11 Unpacking lintian (2.114.0ubuntu1.2) ...
12:00:23 #10 38.84 Selecting previously unselected package autopoint.
12:00:23 #10 38.84 Preparing to unpack .../017-autopoint_0.21-11_all.deb ...
12:00:23 #10 38.85 Unpacking autopoint (0.21-11) ...
12:00:23 #10 38.90 Selecting previously unselected package binutils-common:armhf.
12:00:23 #10 38.90 Preparing to unpack .../018-binutils-common_2.40-2+rpi1_armhf.deb ...
12:00:23 #10 38.90 Unpacking binutils-common:armhf (2.40-2+rpi1) ...
12:00:23 #13 28.27   Installing       : libuv-1:1.42.0-1.el9.x86_64                          34/76 
12:00:23 #10 39.98 Unpacking devscripts (2.21.3+deb11u1) ...
12:00:23 #10 40.13 Selecting previously unselected package equivs.
12:00:23 #10 40.13 Preparing to unpack .../104-equivs_2.3.1_all.deb ...
12:00:23 #10 40.14 Unpacking equivs (2.3.1) ...
12:00:23 #10 40.19 Selecting previously unselected package libcurl3-gnutls:armhf.
12:00:23 #10 40.19 Preparing to unpack .../105-libcurl3-gnutls_7.74.0-1.3+deb11u5_armhf.deb ...
12:00:23 #10 40.19 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
12:00:23 #10 40.25 Selecting previously unselected package liberror-perl.
12:00:23 #10 40.25 Preparing to unpack .../106-liberror-perl_0.17029-1_all.deb ...
12:00:23 #10 40.25 Unpacking liberror-perl (0.17029-1) ...
12:00:23 #10 40.30 Selecting previously unselected package git-man.
12:00:23 #12 9.018   Installing       : dbus-common-1:1.14.4-1.fc36.noarch                   42/99 
12:00:23 #12 9.022   Running scriptlet: dbus-common-1:1.14.4-1.fc36.noarch                   42/99 
12:00:23 #12 9.035   Running scriptlet: dbus-broker-32-1.fc36.aarch64                        43/99 
12:00:23 #12 9.112   Installing       : dbus-broker-32-1.fc36.aarch64                        43/99 
12:00:23 #12 9.118   Running scriptlet: dbus-broker-32-1.fc36.aarch64                        43/99 
12:00:23 #12 9.130   Installing       : dbus-1:1.14.4-1.fc36.aarch64                         44/99 
12:00:23 #12 9.135   Installing       : annobin-docs-10.93-1.fc36.noarch                     45/99 
12:00:23 #12 9.186   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch                46/99 
12:00:23 #12 9.200   Installing       : libxkbcommon-1.4.0-1.fc36.aarch64                    47/99 
12:00:23 #12 9.208   Installing       : rhash-1.4.2-2.fc36.aarch64                           48/99 
12:00:23 #12 9.216   Installing       : qrencode-libs-4.1.1-2.fc36.aarch64                   49/99 
12:00:23 #13 8.499 Selecting previously unselected package libsystemd-dev:arm64.
12:00:23 #13 8.502 Preparing to unpack .../19-libsystemd-dev_245.4-4ubuntu3.19_arm64.deb ...
12:00:23 #13 8.506 Unpacking libsystemd-dev:arm64 (245.4-4ubuntu3.19) ...
12:00:23 #13 8.569 Selecting previously unselected package pkg-config.
12:00:23 #13 8.571 Preparing to unpack .../20-pkg-config_0.29.1-0ubuntu4_arm64.deb ...
12:00:23 #13 8.575 Unpacking pkg-config (0.29.1-0ubuntu4) ...
12:00:23 #13 8.621 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1~20.04.2) ...
12:00:23 #13 8.633 Setting up libarchive13:arm64 (3.4.0-2ubuntu1.2) ...
12:00:23 #13 8.652 Setting up libsepol1-dev:arm64 (3.0-1ubuntu0.1) ...
12:00:23 #13 8.671 Setting up libpcre2-16-0:arm64 (10.34-7ubuntu0.1) ...
12:00:23 #13 8.686 Setting up libpcre2-32-0:arm64 (10.34-7ubuntu0.1) ...
12:00:23 #13 8.697 Setting up libuv1:arm64 (1.34.2-1ubuntu1.3) ...
12:00:23 #13 8.708 Setting up bash-completion (1:2.10-1ubuntu1) ...
12:00:23 #10 38.82 Selecting previously unselected package libnpth0:armhf.
12:00:23 #10 38.82 Preparing to unpack .../091-libnpth0_1.6-3_armhf.deb ...
12:00:23 #10 38.83 Unpacking libnpth0:armhf (1.6-3) ...
12:00:23 #10 38.87 Selecting previously unselected package dirmngr.
12:00:23 #10 38.87 Preparing to unpack .../092-dirmngr_2.2.27-2+deb11u2_armhf.deb ...
12:00:23 #10 38.89 Unpacking dirmngr (2.2.27-2+deb11u2) ...
12:00:23 #10 38.96 Selecting previously unselected package gnupg-l10n.
12:00:23 #10 38.97 Preparing to unpack .../093-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
12:00:23 #10 38.97 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
12:00:23 #13 3.741  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes
12:00:23 #13 3.822 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:23 #13 3.825  dpkg-source --after-build .
12:00:23 #10 39.25 Setting up libelf1:armhf (0.176-1.1) ...
12:00:23 #10 39.26 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u5) ...
12:00:23 #10 39.27 Setting up libcc1-0:armhf (8.3.0-6+rpi1) ...
12:00:23 #10 39.28 Setting up libgdbm6:armhf (1.18.1-4) ...
12:00:23 #10 39.29 Setting up wdiff (1.2.2-2) ...
12:00:23 #10 39.30 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
12:00:23 #10 39.32 Setting up m4 (1.4.18-2) ...
12:00:23 #10 39.33 Setting up binutils (2.31.1-16+rpi2) ...
12:00:23 #10 39.34 Setting up bsdmainutils (11.1.2) ...
12:00:23 #10 39.36 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:00:23 #10 39.36 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
12:00:23 #10 39.37 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:00:23 #10 39.37 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
12:00:23 #10 39.38 Setting up libcroco3:armhf (0.6.12-3) ...
12:00:23 #10 39.39 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
12:00:23 #10 39.40 Setting up libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
12:00:23 #10 39.41 Setting up libperl5.28:armhf (5.28.1-6+deb10u1) ...
12:00:23 #10 39.42 Setting up dwz (0.12-3) ...
12:00:23 #10 39.43 Setting up groff-base (1.22.4-3+deb10u1) ...
12:00:23 #10 39.45 Setting up cpp (4:8.3.0-1+rpi2) ...
12:00:23 #10 70.21 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:23 #10 70.22 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:23 #10 70.24 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
12:00:23 #10 70.25 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
12:00:23 #10 70.26 Setting up libsub-name-perl (0.21-1+b3) ...
12:00:23 #10 70.27 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
12:00:23 #10 70.28 Setting up g++-8 (8.3.0-6) ...
12:00:23 #10 70.30 Setting up libfile-chdir-perl (0.1008-1) ...
12:00:23 #10 70.31 Setting up xauth (1:1.0.10-1) ...
12:00:23 #10 70.32 Setting up libpath-tiny-perl (0.108-1) ...
12:00:23 #10 70.33 Setting up libarchive-cpio-perl (0.10-1) ...
12:00:23 #10 70.34 Setting up libjson-perl (4.02000-1) ...
12:00:23 #10 70.35 Setting up libfcgi-perl (0.78-2+b3) ...
12:00:23 #10 70.36 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:00:23 #10 70.37 Setting up python3-unidiff (0.5.4-1) ...
12:00:23 #10 57.46 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
12:00:23 #10 57.47 Setting up python3-apt (1.6.6) ...
12:00:23 #10 57.64 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
12:00:23 #10 57.65 Setting up libxext6:armhf (2:1.3.3-1) ...
12:00:23 #10 57.67 Setting up po-debconf (1.0.20) ...
12:00:23 #10 57.68 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
12:00:23 #10 57.69 Setting up libio-socket-inet6-perl (2.72-2) ...
12:00:23 #10 57.70 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:00:23 #10 57.71 Setting up libio-pty-perl (1:1.08-1.1build4) ...
12:00:23 #10 57.72 Setting up libfile-which-perl (1.21-1) ...
12:00:23 #10 57.74 Setting up libencode-locale-perl (1.05-1) ...
12:00:23 #10 57.75 Setting up libperlio-gzip-perl (0.19-1build3) ...
12:00:23 #10 57.76 Setting up libtext-levenshtein-perl (0.13-1) ...
12:00:23 #10 57.77 Setting up liberror-perl (0.17025-1) ...
12:00:23 #10 57.79 Setting up libvariable-magic-perl (0.62-1) ...
12:00:23 #10 57.80 Setting up libtimedate-perl (2.3000-2) ...
12:00:23 #10 66.01 Setting up dh-autoreconf (20) ...
12:00:23 #10 66.03 Setting up libdata-validate-uri-perl (0.07-2) ...
12:00:23 #10 66.04 Setting up libnet-smtp-ssl-perl (1.04-2) ...
12:00:23 #10 66.05 Setting up python3-gpg (1.18.0-3+b1) ...
12:00:23 #10 66.23 Setting up python3-certifi (2022.9.24-1) ...
12:00:23 #13 3.413    dh_builddeb
12:00:23 #13 3.440 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:23 #13 3.514  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo
12:00:23 #13 3.656  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes
12:00:23 #10 65.82 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:23 #10 65.88 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:23 #10 53.17 Selecting previously unselected package libx11-6:armhf.
12:00:23 #10 53.17 Preparing to unpack .../297-libx11-6_2%3a1.6.7-1+deb10u2_armhf.deb ...
12:00:23 #10 53.18 Unpacking libx11-6:armhf (2:1.6.7-1+deb10u2) ...
12:00:23 #10 45.86 Preparing to unpack .../210-libcgi-pm-perl_4.55-1_all.deb ...
12:00:23 #10 45.86 Unpacking libcgi-pm-perl (4.55-1) ...
12:00:23 #10 45.93 Selecting previously unselected package libfcgi0ldbl:armhf.
12:00:23 #10 45.93 Preparing to unpack .../211-libfcgi0ldbl_2.4.2-2_armhf.deb ...
12:00:23 #10 45.93 Unpacking libfcgi0ldbl:armhf (2.4.2-2) ...
12:00:23 #14 DONE 0.1s
12:00:23 
12:00:23 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:00:23 #12 8.004 Preparing to unpack .../11-libseccomp-dev_2.5.4-1+b3_arm64.deb ...
12:00:23 #12 8.008 Unpacking libseccomp-dev:arm64 (2.5.4-1+b3) ...
12:00:23 #12 8.048 Selecting previously unselected package libsystemd-dev:arm64.
12:00:23 #12 8.051 Preparing to unpack .../12-libsystemd-dev_252.5-2_arm64.deb ...
12:00:23 #12 8.055 Unpacking libsystemd-dev:arm64 (252.5-2) ...
12:00:23 #12 8.169 Selecting previously unselected package libpkgconf3:arm64.
12:00:23 #12 8.172 Preparing to unpack .../13-libpkgconf3_1.8.1-1_arm64.deb ...
12:00:23 #12 8.176 Unpacking libpkgconf3:arm64 (1.8.1-1) ...
12:00:23 #12 8.213 Selecting previously unselected package pkgconf-bin.
12:00:23 #12 8.216 Preparing to unpack .../14-pkgconf-bin_1.8.1-1_arm64.deb ...
12:00:23 #12 8.219 Unpacking pkgconf-bin (1.8.1-1) ...
12:00:23 #12 8.253 Selecting previously unselected package pkgconf:arm64.
12:00:23 #12 8.256 Preparing to unpack .../15-pkgconf_1.8.1-1_arm64.deb ...
12:00:23    dh_clean
12:00:23 #11 50.58 Selecting previously unselected package python3-certifi.
12:00:23 #11 50.59 Preparing to unpack .../325-python3-certifi_2019.11.28-1_all.deb ...
12:00:23 #11 50.59 Unpacking python3-certifi (2019.11.28-1) ...
12:00:23 #11 50.64 Selecting previously unselected package python3-idna.
12:00:23 #11 50.65 Preparing to unpack .../326-python3-idna_2.8-1_all.deb ...
12:00:23 #11 50.65 Unpacking python3-idna (2.8-1) ...
12:00:23 #11 50.69 Selecting previously unselected package python3-urllib3.
12:00:23 #11 50.70 Preparing to unpack .../327-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
12:00:23 #11 50.70 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:00:23 #11 50.75 Selecting previously unselected package python3-requests.
12:00:23 #11 50.75 Preparing to unpack .../328-python3-requests_2.22.0-2ubuntu1_all.deb ...
12:00:23 #11 50.76 Unpacking python3-requests (2.22.0-2ubuntu1) ...
12:00:23 #14 18.17   Running scriptlet: glibc-2.28-224.el8.x86_64                             3/90 
12:00:23 #14 18.40   Upgrading        : glibc-2.28-224.el8.x86_64                             3/90 
12:00:23 #14 18.42   Running scriptlet: glibc-2.28-224.el8.x86_64                             3/90 
12:00:23 #14 18.47   Downgrading      : pcre2-10.32-3.el8.x86_64                              4/90 
12:00:23 #11 46.49 Selecting previously unselected package liblist-someutils-xs-perl.
12:00:23 #11 46.49 Preparing to unpack .../315-liblist-someutils-xs-perl_0.58-2build3_armhf.deb ...
12:00:23 #11 46.50 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
12:00:23 #11 46.53 Selecting previously unselected package liblist-utilsby-perl.
12:00:23 #11 46.54 Preparing to unpack .../316-liblist-utilsby-perl_0.12-1_all.deb ...
12:00:23 #11 46.54 Unpacking liblist-utilsby-perl (0.12-1) ...
12:00:23 #11 46.58 Selecting previously unselected package libltdl7:armhf.
12:00:23 #11 46.58 Preparing to unpack .../317-libltdl7_2.4.7-4_armhf.deb ...
12:00:23 #11 46.59 Unpacking libltdl7:armhf (2.4.7-4) ...
12:00:23 #11 46.62 Selecting previously unselected package libltdl-dev:armhf.
12:00:23 #11 46.62 Preparing to unpack .../318-libltdl-dev_2.4.7-4_armhf.deb ...
12:00:23 #11 46.62 Unpacking libltdl-dev:armhf (2.4.7-4) ...
12:00:23 #11 46.67 Selecting previously unselected package liblzo2-2:armhf.
12:00:23 #11 46.68 Preparing to unpack .../319-liblzo2-2_2.10-2build3_armhf.deb ...
12:00:23 #11 46.68 Unpacking liblzo2-2:armhf (2.10-2build3) ...
12:00:23 #11 49.40 Selecting previously unselected package manpages-dev.
12:00:23 #11 49.41 Preparing to unpack .../342-manpages-dev_5.10-1ubuntu1_all.deb ...
12:00:23 #11 49.41 Unpacking manpages-dev (5.10-1ubuntu1) ...
12:00:23 #10 39.20 Selecting previously unselected package libbinutils:armhf.
12:00:23 #10 39.20 Preparing to unpack .../019-libbinutils_2.40-2+rpi1_armhf.deb ...
12:00:23 #10 39.21 Unpacking libbinutils:armhf (2.40-2+rpi1) ...
12:00:23 #10 39.30 Selecting previously unselected package libctf-nobfd0:armhf.
12:00:23 #10 39.30 Preparing to unpack .../020-libctf-nobfd0_2.40-2+rpi1_armhf.deb ...
12:00:23 #10 39.31 Unpacking libctf-nobfd0:armhf (2.40-2+rpi1) ...
12:00:23 #10 39.36 Selecting previously unselected package libctf0:armhf.
12:00:23 #10 39.36 Preparing to unpack .../021-libctf0_2.40-2+rpi1_armhf.deb ...
12:00:23 #13 28.54   Installing       : cmake-data-3.20.2-7.el9.noarch                       35/76 
12:00:23 #13 28.79   Installing       : cmake-3.20.2-7.el9.x86_64                            36/76 
12:00:23 #10 40.30 Preparing to unpack .../107-git-man_1%3a2.30.2-1+deb11u1_all.deb ...
12:00:23 #10 40.31 Unpacking git-man (1:2.30.2-1+deb11u1) ...
12:00:23 #10 40.43 Selecting previously unselected package git.
12:00:23 #12 9.222   Installing       : perl-lib-0.65-486.fc36.aarch64                       50/99 
12:00:23 #12 9.227   Installing       : perl-TermReadKey-2.38-12.fc36.aarch64                51/99 
12:00:23 #12 9.232   Installing       : perl-File-Copy-2.35-486.fc36.noarch                  52/99 
12:00:23 #12 9.237   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch          53/99 
12:00:23 #12 9.255   Installing       : autoconf-2.71-3.fc36.noarch                          54/99 
12:00:23 #12 9.278   Installing       : automake-1.16.5-7.fc36.noarch                        55/99 
12:00:23 #12 9.286   Installing       : perl-Error-1:0.17029-8.fc36.noarch                   56/99 
12:00:23 #12 9.292   Running scriptlet: libutempter-1.2.1-6.fc36.aarch64                     57/99 
12:00:23 #12 9.350   Installing       : libutempter-1.2.1-6.fc36.aarch64                     57/99 
12:00:23 #12 9.424   Installing       : util-linux-2.38-1.fc36.aarch64                       58/99 
12:00:23 #12 9.438   Running scriptlet: openssh-8.8p1-1.fc36.1.aarch64                       59/99 
12:00:23 #12 9.476   Installing       : openssh-8.8p1-1.fc36.1.aarch64                       59/99 
12:00:23 #12 9.489   Installing       : libsepol-devel-3.3-3.fc36.aarch64                    60/99 
12:00:23 #12 9.500   Installing       : libselinux-devel-3.3-4.fc36.aarch64                  61/99 
12:00:23 #12 9.515   Installing       : libselinux-utils-3.3-4.fc36.aarch64                  62/99 
12:00:23 #12 9.534   Installing       : policycoreutils-3.3-4.fc36.aarch64                   63/99 
12:00:23 #12 9.542   Running scriptlet: policycoreutils-3.3-4.fc36.aarch64                   63/99 
12:00:23 #12 9.555   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.aarch64             64/99 
12:00:23 #12 9.563   Installing       : selinux-policy-36.17-1.fc36.noarch                   65/99 
12:00:23 #12 9.569   Running scriptlet: selinux-policy-36.17-1.fc36.noarch                   65/99 
12:00:23 #10 39.12 Selecting previously unselected package gnupg-utils.
12:00:23 #10 39.12 Preparing to unpack .../094-gnupg-utils_2.2.27-2+deb11u2_armhf.deb ...
12:00:23 #10 39.13 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
12:00:23 #10 39.21 Selecting previously unselected package gpg.
12:00:23 #10 39.21 Preparing to unpack .../095-gpg_2.2.27-2+deb11u2_armhf.deb ...
12:00:23 #10 39.22 Unpacking gpg (2.2.27-2+deb11u2) ...
12:00:23 #13 3.927 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:23 #13 3.932 
12:00:23 #13 3.932 The package has been created.
12:00:23 #13 3.932 Attention, the package has been created in the current directory,
12:00:23 #13 3.932 not in ".." as indicated by the message above!
12:00:23 #13 3.992 Selecting previously unselected package docker-ce-build-deps.
12:00:23 #13 4.009 (Reading database ... 27555 files and directories currently installed.)
12:00:23 #13 4.011 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:23 #13 4.014 Unpacking docker-ce-build-deps (1.0) ...
12:00:23 #10 39.47 Setting up libc6-dev:armhf (2.28-10+rpt2+rpi1+deb10u1) ...
12:00:23 #10 39.48 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
12:00:23 #10 39.49 Setting up python3.7 (3.7.3-2+deb10u4) ...
12:00:23 #10 70.51 Setting up libstrictures-perl (2.000005-1) ...
12:00:23 #10 70.54 Setting up libsub-quote-perl (2.005001-1) ...
12:00:23 #10 70.56 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
12:00:23 #10 70.57 Setting up libsort-versions-perl (1.62-1) ...
12:00:23 #10 70.59 Setting up libexporter-tiny-perl (1.002001-1) ...
12:00:23 #10 70.61 Setting up libterm-readkey-perl (2.38-1) ...
12:00:23 #10 70.63 Setting up lsb-release (10.2019051400) ...
12:00:23 #10 70.64 Setting up libclass-accessor-perl (0.51-1) ...
12:00:23 #10 70.65 Setting up libnet-ip-perl (1.26-2) ...
12:00:23 #10 57.81 Setting up libnet-ip-perl (1.26-1) ...
12:00:23 #10 57.82 Setting up librole-tiny-perl (2.000006-1) ...
12:00:23 #10 57.83 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
12:00:23 #10 57.85 Setting up libfile-homedir-perl (1.002-1) ...
12:00:23 #10 57.86 Setting up libipc-system-simple-perl (1.25-4) ...
12:00:23 #10 57.88 Setting up libfile-basedir-perl (0.07-1) ...
12:00:23 #10 57.89 Setting up libstring-escape-perl (2010.002-2) ...
12:00:23 #10 57.90 Setting up libb-hooks-op-check-perl (0.22-1) ...
12:00:23 #10 57.92 Setting up libio-html-perl (1.001-1) ...
12:00:23 #10 57.93 Setting up libexporter-tiny-perl (1.000000-2) ...
12:00:23 #10 57.94 Setting up libarchive-cpio-perl (0.10-1) ...
12:00:23 #10 57.95 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ...
12:00:23 #10 57.96 Setting up libnumber-range-perl (0.12-1) ...
12:00:23 #10 57.97 Setting up liblist-compare-perl (0.53-1) ...
12:00:23 #10 57.99 Setting up autoconf (2.69-11) ...
12:00:23 #10 58.00 Setting up libpath-iterator-rule-perl (1.009-1) ...
12:00:23 + mkdir -p /root/build-deb/cli
12:00:23 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:23 #10 66.36 Setting up libmodule-runtime-perl (0.016-2) ...
12:00:23 #10 66.38 Setting up libmailtools-perl (2.21-2) ...
12:00:23 #10 66.40 Setting up python3-idna (3.3-1) ...
12:00:24 #11 63.99   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         31/52 
12:00:24 #11 64.85   Installing : 4:perl-5.16.3-299.el7_9.x86_64                             32/52 
12:00:24 #11 64.90   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        33/52 
12:00:24 #11 64.92   Updating   : rpm-python-4.11.3-48.el7_9.x86_64                          34/52 
12:00:24 #13 3.734 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:24 #13 3.736  dpkg-source --after-build .
12:00:24 #13 3.834 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:24 #13 3.839 
12:00:24 #13 3.839 The package has been created.
12:00:24 #13 3.839 Attention, the package has been created in the current directory,
12:00:24 #13 3.839 not in ".." as indicated by the message above!
12:00:24 #13 3.869 Selecting previously unselected package docker-ce-build-deps.
12:00:24 #13 3.883 (Reading database ... 25545 files and directories currently installed.)
12:00:24 #13 3.884 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:24 #13 3.892 Unpacking docker-ce-build-deps (1.0) ...
12:00:24 #10 66.02 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:24 #10 66.05 Setting up dh-strip-nondeterminism (1.12.0-1) ...
12:00:24 #10 66.06 Setting up libconst-fast-perl (0.014-1.1) ...
12:00:24 #10 66.07 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
12:00:24 #10 66.09 Setting up libdata-dpath-perl (0.58-1) ...
12:00:24 #10 66.10 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:00:24 #10 66.12 Setting up libpackage-stash-perl (0.39-1) ...
12:00:24 #10 66.13 Setting up libimport-into-perl (1.002005-1) ...
12:00:24 #10 53.27 Selecting previously unselected package libxext6:armhf.
12:00:24 #10 53.27 Preparing to unpack .../298-libxext6_2%3a1.3.3-1+b2_armhf.deb ...
12:00:24 #10 53.28 Unpacking libxext6:armhf (2:1.3.3-1+b2) ...
12:00:24 #10 53.31 Selecting previously unselected package libxml-namespacesupport-perl.
12:00:24 #10 53.32 Preparing to unpack .../299-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:00:24 #10 53.32 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:00:24 #10 53.36 Selecting previously unselected package libxml-sax-base-perl.
12:00:24 #10 53.36 Preparing to unpack .../300-libxml-sax-base-perl_1.09-1_all.deb ...
12:00:24 #10 53.37 Unpacking libxml-sax-base-perl (1.09-1) ...
12:00:24 #10 53.41 Selecting previously unselected package libxml-sax-perl.
12:00:24 #10 53.42 Preparing to unpack .../301-libxml-sax-perl_1.00+dfsg-1_all.deb ...
12:00:24 #10 53.42 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
12:00:24 #10 53.47 Selecting previously unselected package libxml-libxml-perl.
12:00:24 #10 53.48 Preparing to unpack .../302-libxml-libxml-perl_2.0134+dfsg-1_armhf.deb ...
12:00:24 #10 53.48 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
12:00:24 #10 46.01 Selecting previously unselected package libfcgi-perl.
12:00:24 #10 46.01 Preparing to unpack .../212-libfcgi-perl_0.82+ds-2_armhf.deb ...
12:00:24 #10 46.01 Unpacking libfcgi-perl (0.82+ds-2) ...
12:00:24 #10 46.05 Selecting previously unselected package libcgi-fast-perl.
12:00:24 #10 46.05 Preparing to unpack .../213-libcgi-fast-perl_1%3a2.15-1_all.deb ...
12:00:24 #10 46.05 Unpacking libcgi-fast-perl (1:2.15-1) ...
12:00:24 #10 46.10 Selecting previously unselected package libclass-data-inheritable-perl.
12:00:24 #10 46.10 Preparing to unpack .../214-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:00:24 #10 46.10 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:00:24 #10 46.14 Selecting previously unselected package libclass-inspector-perl.
12:00:24 #10 46.14 Preparing to unpack .../215-libclass-inspector-perl_1.36-3_all.deb ...
12:00:24 #10 46.15 Unpacking libclass-inspector-perl (1.36-3) ...
12:00:24 #10 46.19 Selecting previously unselected package libcommon-sense-perl:armhf.
12:00:24 #10 46.19 Preparing to unpack .../216-libcommon-sense-perl_3.75-3_armhf.deb ...
12:00:24 #10 46.19 Unpacking libcommon-sense-perl:armhf (3.75-3) ...
12:00:24 #10 46.24 Selecting previously unselected package libconfig-tiny-perl.
12:00:24 #10 46.24 Preparing to unpack .../217-libconfig-tiny-perl_2.28-2_all.deb ...
12:00:24 #10 46.24 Unpacking libconfig-tiny-perl (2.28-2) ...
12:00:24 #10 46.29 Selecting previously unselected package libparams-util-perl.
12:00:24 #10 46.29 Preparing to unpack .../218-libparams-util-perl_1.102-2+b1_armhf.deb ...
12:00:24 #10 46.30 Unpacking libparams-util-perl (1.102-2+b1) ...
12:00:24 #10 46.34 Selecting previously unselected package libsub-install-perl.
12:00:24 #10 46.34 Preparing to unpack .../219-libsub-install-perl_0.929-1_all.deb ...
12:00:24 #10 46.34 Unpacking libsub-install-perl (0.929-1) ...
12:00:24 #10 46.37 Selecting previously unselected package libdata-optlist-perl.
12:00:24 #12 8.261 Unpacking pkgconf:arm64 (1.8.1-1) ...
12:00:24 #12 8.299 Selecting previously unselected package pkg-config:arm64.
12:00:24 #12 8.303 Preparing to unpack .../16-pkg-config_1.8.1-1_arm64.deb ...
12:00:24 #12 8.308 Unpacking pkg-config:arm64 (1.8.1-1) ...
12:00:24 #12 8.352 Setting up libseccomp-dev:arm64 (2.5.4-1+b3) ...
12:00:24 #12 8.385 Setting up libpcre2-16-0:arm64 (10.42-1) ...
12:00:24 #12 8.395 Setting up libpcre2-32-0:arm64 (10.42-1) ...
12:00:24 #12 8.406 Setting up libpkgconf3:arm64 (1.8.1-1) ...
12:00:24 #12 8.415 Setting up libuv1:arm64 (1.44.2-1) ...
12:00:24 #12 8.424 Setting up bash-completion (1:2.11-6) ...
12:00:24 #12 8.445 Setting up libproc2-0:arm64 (2:4.0.2-3) ...
12:00:24 #12 8.455 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
12:00:24 #12 8.465 Setting up libudev-dev:arm64 (252.5-2) ...
12:00:24 #12 8.474 Setting up libsepol-dev:arm64 (3.4-2) ...
12:00:24 #12 8.485 Setting up pkgconf-bin (1.8.1-1) ...
12:00:24 #12 8.494 Setting up libpcre2-posix3:arm64 (10.42-1) ...
12:00:24  dpkg-source -I.git -b build-deb
12:00:24 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:00:24 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:00:24 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:24 dpkg-source: info: using source format '1.0'
12:00:24 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz
12:00:24 #11 50.80 Selecting previously unselected package python3-unidiff.
12:00:24 #11 50.80 Preparing to unpack .../329-python3-unidiff_0.5.5-2_all.deb ...
12:00:24 #11 50.81 Unpacking python3-unidiff (0.5.5-2) ...
12:00:24 #11 50.84 Selecting previously unselected package python3-xdg.
12:00:24 #11 50.84 Preparing to unpack .../330-python3-xdg_0.26-1ubuntu1_all.deb ...
12:00:24 #11 50.85 Unpacking python3-xdg (0.26-1ubuntu1) ...
12:00:24 #11 50.89 Selecting previously unselected package unzip.
12:00:24 #11 50.89 Preparing to unpack .../331-unzip_6.0-25ubuntu1.1_armhf.deb ...
12:00:24 #11 50.90 Unpacking unzip (6.0-25ubuntu1.1) ...
12:00:24 #11 50.95 Selecting previously unselected package equivs.
12:00:24 #11 50.96 Preparing to unpack .../332-equivs_2.2.0_all.deb ...
12:00:24 #11 50.96 Unpacking equivs (2.2.0) ...
12:00:24 #11 50.99 Selecting previously unselected package libauthen-sasl-perl.
12:00:24 #11 51.00 Preparing to unpack .../333-libauthen-sasl-perl_2.1600-1_all.deb ...
12:00:24 #11 51.00 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:00:24 #11 51.04 Selecting previously unselected package python3-magic.
12:00:24 #11 51.04 Preparing to unpack .../334-python3-magic_2%3a0.4.15-3_all.deb ...
12:00:24 #14 18.49   Upgrading        : libselinux-2.9-8.el8.x86_64                           5/90 
12:00:24 #11 46.71 Selecting previously unselected package libsys-hostname-long-perl.
12:00:24 #11 46.72 Preparing to unpack .../320-libsys-hostname-long-perl_1.5-2_all.deb ...
12:00:24 #11 46.72 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:00:24 #11 46.76 Selecting previously unselected package libmail-sendmail-perl.
12:00:24 #11 46.76 Preparing to unpack .../321-libmail-sendmail-perl_0.80-2_all.deb ...
12:00:24 #11 46.76 Unpacking libmail-sendmail-perl (0.80-2) ...
12:00:24 #11 46.80 Selecting previously unselected package libnet-smtp-ssl-perl.
12:00:24 #11 46.80 Preparing to unpack .../322-libnet-smtp-ssl-perl_1.04-2_all.deb ...
12:00:24 #11 46.80 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
12:00:24 #11 46.85 Selecting previously unselected package libmailtools-perl.
12:00:24 #11 46.85 Preparing to unpack .../323-libmailtools-perl_2.21-1_all.deb ...
12:00:24 #11 46.86 Unpacking libmailtools-perl (2.21-1) ...
12:00:24 #11 46.93 Selecting previously unselected package libmarkdown2:armhf.
12:00:24 #11 46.93 Preparing to unpack .../324-libmarkdown2_2.2.7-2_armhf.deb ...
12:00:24 #11 46.94 Unpacking libmarkdown2:armhf (2.2.7-2) ...
12:00:24 #11 46.97 Selecting previously unselected package libmath-base85-perl.
12:00:24 #11 46.97 Preparing to unpack .../325-libmath-base85-perl_0.5+dfsg-1_all.deb ...
12:00:24 #11 46.98 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
12:00:24 #11 47.01 Selecting previously unselected package libmldbm-perl.
12:00:24 #11 47.01 Preparing to unpack .../326-libmldbm-perl_2.05-3_all.deb ...
12:00:24 #11 47.02 Unpacking libmldbm-perl (2.05-3) ...
12:00:24 #11 47.05 Selecting previously unselected package libmoox-aliases-perl.
12:00:24 #11 47.05 Preparing to unpack .../327-libmoox-aliases-perl_0.001006-2_all.deb ...
12:00:24 #11 47.06 Unpacking libmoox-aliases-perl (0.001006-2) ...
12:00:24 #11 49.70 Selecting previously unselected package python3-certifi.
12:00:24 #11 49.70 Preparing to unpack .../343-python3-certifi_2020.6.20-1_all.deb ...
12:00:24 #11 49.71 Unpacking python3-certifi (2020.6.20-1) ...
12:00:24 #11 49.75 Selecting previously unselected package python3-idna.
12:00:24 #11 49.76 Preparing to unpack .../344-python3-idna_3.3-1_all.deb ...
12:00:24 #11 49.76 Unpacking python3-idna (3.3-1) ...
12:00:24 #11 49.79 Selecting previously unselected package python3-six.
12:00:24 #10 39.37 Unpacking libctf0:armhf (2.40-2+rpi1) ...
12:00:24 #10 39.41 Selecting previously unselected package libjansson4:armhf.
12:00:24 #10 39.42 Preparing to unpack .../022-libjansson4_2.14-2_armhf.deb ...
12:00:24 #10 39.42 Unpacking libjansson4:armhf (2.14-2) ...
12:00:24 #10 39.46 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:00:24 #10 39.46 Preparing to unpack .../023-binutils-arm-linux-gnueabihf_2.40-2+rpi1_armhf.deb ...
12:00:24 #10 39.47 Unpacking binutils-arm-linux-gnueabihf (2.40-2+rpi1) ...
12:00:24 #13 28.83   Installing       : libtool-ltdl-2.4.6-45.el9.x86_64                     37/76 
12:00:24 #10 40.43 Preparing to unpack .../108-git_1%3a2.30.2-1+deb11u1_armhf.deb ...
12:00:24 #10 40.45 Unpacking git (1:2.30.2-1+deb11u1) ...
12:00:24 #10 70.66 Setting up python3-magic (2:0.4.15-2) ...
12:00:24 #10 70.79 Setting up libperlio-gzip-perl (0.19-1+b5) ...
12:00:24 #10 70.81 Setting up libsys-hostname-long-perl (1.5-1) ...
12:00:24 #10 70.82 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
12:00:24 #10 70.83 Setting up liburi-perl (1.76-1) ...
12:00:24 #10 70.84 Setting up exim4-daemon-light (4.92-8+deb10u7) ...
12:00:24 #10 70.92 invoke-rc.d: could not determine current runlevel
12:00:24 #10 58.02 Setting up python3-gpg (1.10.0-1ubuntu2) ...
12:00:24 #10 58.23 Setting up libnet-dns-perl (1.10-2) ...
12:00:24 #10 58.24 Setting up libsub-identify-perl (0.14-1) ...
12:00:24 #10 58.25 Setting up libpod-constants-perl (0.19-1) ...
12:00:24 #10 58.26 Setting up libsort-versions-perl (1.62-1) ...
12:00:24 + mkdir -p /root/build-deb/buildx
12:00:24 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:24 #10 66.59 Setting up python3-urllib3 (1.26.12-1) ...
12:00:24 #10 66.77 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
12:00:24 #10 66.81 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:24 #11 64.94   Installing : python-srpm-macros-3-34.el7.noarch                         35/52 
12:00:24 #11 64.95   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      36/52 
12:00:24 #11 64.98   Installing : desktop-file-utils-0.23-2.el7.x86_64                       37/52 
12:00:24 #11 65.02   Installing : zip-3.0-11.el7.x86_64                                      38/52 
12:00:24 #11 65.07   Installing : elfutils-0.176-5.el7.x86_64                                39/52 
12:00:24 #11 65.10   Installing : patch-2.7.1-12.el7_7.x86_64                                40/52 
12:00:24 #10 66.15 Setting up libmoo-perl (2.004004-1) ...
12:00:24 #10 66.16 Setting up liblist-someutils-perl (0.58-1) ...
12:00:24 #10 66.17 Setting up debhelper (13.3.4) ...
12:00:24 #10 66.18 Setting up libmime-tools-perl (5.509-1) ...
12:00:24 #10 66.19 Setting up dput (1.1.0) ...
12:00:24 #10 66.34 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
12:00:24 #10 66.36 Setting up equivs (2.3.1) ...
12:00:24 #10 66.37 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:00:24 #10 66.38 Setting up libparams-validate-perl:arm64 (1.30-1+b1) ...
12:00:24 #10 66.40 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
12:00:24 #10 66.41 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:24 #10 66.43 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
12:00:24 #10 66.45 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:00:24 #10 66.47 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:00:24 #10 66.48 Setting up libmoox-struct-perl (0.020-1) ...
12:00:24 #10 66.49 Setting up lintian (2.104.0) ...
12:00:24 #10 53.56 Selecting previously unselected package libxml-sax-expat-perl.
12:00:24 #10 53.56 Preparing to unpack .../303-libxml-sax-expat-perl_0.51-1_all.deb ...
12:00:24 #10 53.57 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:00:24 #10 53.61 Selecting previously unselected package libxml-simple-perl.
12:00:24 #10 53.61 Preparing to unpack .../304-libxml-simple-perl_2.25-1_all.deb ...
12:00:24 #10 53.61 Unpacking libxml-simple-perl (2.25-1) ...
12:00:24 #10 53.65 Selecting previously unselected package libxmlrpc-lite-perl.
12:00:24 #10 53.65 Preparing to unpack .../305-libxmlrpc-lite-perl_0.717-2_all.deb ...
12:00:24 #10 53.65 Unpacking libxmlrpc-lite-perl (0.717-2) ...
12:00:24 #10 53.71 Selecting previously unselected package libxmuu1:armhf.
12:00:24 #10 53.71 Preparing to unpack .../306-libxmuu1_2%3a1.1.2-2+b3_armhf.deb ...
12:00:24 #10 53.72 Unpacking libxmuu1:armhf (2:1.1.2-2+b3) ...
12:00:24 #10 53.76 Selecting previously unselected package libyaml-0-2:armhf.
12:00:24 #10 53.76 Preparing to unpack .../307-libyaml-0-2_0.2.1-1_armhf.deb ...
12:00:24 #10 53.77 Unpacking libyaml-0-2:armhf (0.2.1-1) ...
12:00:24 #10 53.80 Selecting previously unselected package libyaml-libyaml-perl.
12:00:24 #10 53.80 Preparing to unpack .../308-libyaml-libyaml-perl_0.76+repack-1_armhf.deb ...
12:00:24 #10 53.81 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
12:00:24 #10 46.38 Preparing to unpack .../220-libdata-optlist-perl_0.113-1_all.deb ...
12:00:24 #10 46.38 Unpacking libdata-optlist-perl (0.113-1) ...
12:00:24 #10 46.42 Selecting previously unselected package libsub-exporter-perl.
12:00:24 #10 46.42 Preparing to unpack .../221-libsub-exporter-perl_0.989-1_all.deb ...
12:00:24 #10 46.43 Unpacking libsub-exporter-perl (0.989-1) ...
12:00:24 #10 46.48 Selecting previously unselected package libconst-fast-perl.
12:00:24 #10 46.48 Preparing to unpack .../222-libconst-fast-perl_0.014-2_all.deb ...
12:00:24 #10 46.48 Unpacking libconst-fast-perl (0.014-2) ...
12:00:24 #10 46.52 Selecting previously unselected package libwant-perl.
12:00:24 #10 46.52 Preparing to unpack .../223-libwant-perl_0.29-2+b1_armhf.deb ...
12:00:24 #10 46.53 Unpacking libwant-perl (0.29-2+b1) ...
12:00:24 #10 46.56 Selecting previously unselected package libcontextual-return-perl.
12:00:24 #10 46.56 Preparing to unpack .../224-libcontextual-return-perl_0.004014-4_all.deb ...
12:00:24 #10 46.56 Unpacking libcontextual-return-perl (0.004014-4) ...
12:00:24 #10 46.60 Selecting previously unselected package libconvert-binhex-perl.
12:00:24 #10 46.60 Preparing to unpack .../225-libconvert-binhex-perl_1.125-3_all.deb ...
12:00:24 #12 8.504 Setting up librhash0:arm64 (1.4.3-3) ...
12:00:24 #12 8.514 Setting up procps (2:4.0.2-3) ...
12:00:24 #12 8.555 Setting up cmake-data (3.25.1-1) ...
12:00:24 #12 8.569 Setting up dh-apparmor (3.0.8-2) ...
12:00:24 #12 8.578 Setting up libsystemd-dev:arm64 (252.5-2) ...
12:00:24 #12 8.588 Setting up libpcre2-dev:arm64 (10.42-1) ...
12:00:24 #12 8.599 Setting up libselinux1-dev:arm64 (3.4-1+b5) ...
12:00:24 #12 8.608 Setting up pkgconf:arm64 (1.8.1-1) ...
12:00:24 #12 8.619 Setting up pkg-config:arm64 (1.8.1-1) ...
12:00:24 #12 8.628 Setting up cmake (3.25.1-1) ...
12:00:24 #12 8.639 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
12:00:24 #12 8.650 Setting up dmsetup (2:1.02.185-2) ...
12:00:24 #12 8.665 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.185-2) ...
12:00:24 #12 8.675 Setting up libdevmapper-dev:arm64 (2:1.02.185-2) ...
12:00:24 #12 8.687 Setting up docker-ce-build-deps (1.0) ...
12:00:24 #12 8.696 Processing triggers for libc-bin (2.36-8) ...
12:00:24 #12 8.718 Processing triggers for man-db (2.11.2-1) ...
12:00:24 #14 18.71   Upgrading        : glibc-common-2.28-224.el8.x86_64                      6/90 
12:00:24 #11 51.05 Unpacking python3-magic (2:0.4.15-3) ...
12:00:24 #11 51.17 Setting up libapt-pkg-perl (0.1.36build3) ...
12:00:24 #11 51.20 Setting up libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
12:00:24 #11 51.22 Setting up libpipeline1:armhf (1.5.2-2build1) ...
12:00:24 #11 51.23 Setting up wdiff (1.2.2-2build1) ...
12:00:24 #11 51.24 Setting up libxau6:armhf (1:1.0.9-0ubuntu1) ...
12:00:24 #11 51.25 Setting up libkeyutils1:armhf (1.6-6ubuntu1.1) ...
12:00:24 #11 51.26 Setting up libpsl5:armhf (0.21.0-1ubuntu1) ...
12:00:24 #11 51.28 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
12:00:24 #11 51.29 Setting up mime-support (3.64ubuntu1) ...
12:00:24 #11 51.32 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
12:00:24 #11 51.35 Setting up libmagic-mgc (1:5.38-4) ...
12:00:24 #11 51.36 Setting up libyaml-0-2:armhf (0.2.2-1) ...
12:00:24 #11 51.37 Setting up libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
12:00:24 #11 47.08 Selecting previously unselected package libmouse-perl.
12:00:24 #11 47.09 Preparing to unpack .../328-libmouse-perl_2.5.10-1build4_armhf.deb ...
12:00:24 #11 47.09 Unpacking libmouse-perl (2.5.10-1build4) ...
12:00:24 #11 47.13 Selecting previously unselected package libxs-parse-keyword-perl.
12:00:24 #11 47.13 Preparing to unpack .../329-libxs-parse-keyword-perl_0.25-1_armhf.deb ...
12:00:24 #11 47.14 Unpacking libxs-parse-keyword-perl (0.25-1) ...
12:00:24 #11 47.18 Selecting previously unselected package libxs-parse-sublike-perl:armhf.
12:00:24 #11 47.18 Preparing to unpack .../330-libxs-parse-sublike-perl_0.16-1ubuntu2_armhf.deb ...
12:00:24 #11 47.18 Unpacking libxs-parse-sublike-perl:armhf (0.16-1ubuntu2) ...
12:00:24 #11 47.22 Selecting previously unselected package libobject-pad-perl.
12:00:24 #11 47.23 Preparing to unpack .../331-libobject-pad-perl_0.68-1_armhf.deb ...
12:00:24 #11 47.24 Unpacking libobject-pad-perl (0.68-1) ...
12:00:24 #11 47.27 Selecting previously unselected package libpackage-stash-xs-perl:armhf.
12:00:24 #11 47.27 Preparing to unpack .../332-libpackage-stash-xs-perl_0.30-1_armhf.deb ...
12:00:24 #11 47.28 Unpacking libpackage-stash-xs-perl:armhf (0.30-1) ...
12:00:24 #11 49.80 Preparing to unpack .../345-python3-six_1.16.0-3ubuntu1_all.deb ...
12:00:24 #11 49.80 Unpacking python3-six (1.16.0-3ubuntu1) ...
12:00:24 #11 49.84 Selecting previously unselected package python3-urllib3.
12:00:24 #11 49.84 Preparing to unpack .../346-python3-urllib3_1.26.5-1~exp1_all.deb ...
12:00:24 #11 49.84 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
12:00:24 #11 49.89 Selecting previously unselected package python3-requests.
12:00:24 #11 49.89 Preparing to unpack .../347-python3-requests_2.25.1+dfsg-2_all.deb ...
12:00:24 #11 49.91 Unpacking python3-requests (2.25.1+dfsg-2) ...
12:00:24 #11 49.95 Selecting previously unselected package python3-unidiff.
12:00:24 #11 49.95 Preparing to unpack .../348-python3-unidiff_0.5.5-2_all.deb ...
12:00:24 #11 49.96 Unpacking python3-unidiff (0.5.5-2) ...
12:00:24 #11 50.01 Selecting previously unselected package python3-xdg.
12:00:24 #12 7.693 Transaction test succeeded.
12:00:24 #12 7.693 Running transaction
12:00:24 #13 29.08   Installing       : kernel-headers-5.14.0-247.el9.x86_64                 38/76 
12:00:24 #13 29.28   Installing       : glibc-headers-2.34-54.el9.x86_64                     39/76 
12:00:24 #13 29.32   Installing       : libxcrypt-devel-4.4.18-3.el9.x86_64                  40/76 
12:00:24 #10 41.00 Setting up media-types (4.0.0) ...
12:00:24 #10 39.76 Selecting previously unselected package binutils.
12:00:24 #10 39.76 Preparing to unpack .../024-binutils_2.40-2+rpi1_armhf.deb ...
12:00:24 #10 39.76 Unpacking binutils (2.40-2+rpi1) ...
12:00:24 #10 39.82 Selecting previously unselected package libisl23:armhf.
12:00:24 #10 39.82 Preparing to unpack .../025-libisl23_0.25-1_armhf.deb ...
12:00:24 #10 39.83 Unpacking libisl23:armhf (0.25-1) ...
12:00:24 #10 39.92 Selecting previously unselected package libmpfr6:armhf.
12:00:24 #10 39.92 Preparing to unpack .../026-libmpfr6_4.2.0-1_armhf.deb ...
12:00:24 #10 39.92 Unpacking libmpfr6:armhf (4.2.0-1) ...
12:00:24 #12 9.598   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          66/99 
12:00:24 #12 9.817   Installing       : selinux-policy-targeted-36.17-1.fc36.noarch          66/99 
12:00:24 #10 70.92 invoke-rc.d: policy-rc.d denied execution of start.
12:00:24 #10 70.92 Initializing GnuTLS DH parameter file
12:00:24 #10 70.95 Setting up libmailutils5:amd64 (1:3.5-4) ...
12:00:24 #10 70.97 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:00:24 #10 70.98 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
12:00:24 #10 70.99 Setting up python3-pkg-resources (40.8.0-1) ...
12:00:24 #10 58.27 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
12:00:24 #10 58.29 Setting up libdynaloader-functions-perl (0.003-1) ...
12:00:24 #10 58.30 Setting up libsub-exporter-perl (0.987-1) ...
12:00:24 #10 58.32 Setting up xauth (1:1.0.10-1) ...
12:00:24 #10 58.33 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:24 #10 58.35 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ...
12:00:24 #10 58.37 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
12:00:24 #10 58.38 Setting up libldap-2.4-2:armhf (2.4.45+dfsg-1ubuntu1.11) ...
12:00:24 #10 58.40 Setting up dput (1.0.1ubuntu1) ...
12:00:24 #10 66.88 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:24 #10 66.95 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:24 #10 67.08 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:24 #10 40.19 Setting up gettext (0.19.8.1-9) ...
12:00:24 #10 40.21 Setting up gcc-8 (8.3.0-6+rpi1) ...
12:00:24 #10 40.22 Setting up libtool (2.4.6-9) ...
12:00:24 #10 40.23 Setting up python3 (3.7.3-1) ...
12:00:24 #10 40.33 Setting up man-db (2.8.5-2) ...
12:00:24 #10 66.50 Setting up licensecheck (3.1.1-2) ...
12:00:24 #10 66.51 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:24 #10 66.53 Setting up libwww-perl (6.52-1) ...
12:00:24 #10 66.54 Setting up devscripts (2.21.3+deb11u1) ...
12:00:24 #10 66.71 Setting up libxml-parser-perl:arm64 (2.46-2) ...
12:00:24 #10 66.72 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:24 #10 66.77 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:24 #13 9.505 Setting up pkg-config (0.29.1-0ubuntu4) ...
12:00:24 #13 9.560 Setting up libudev-dev:arm64 (245.4-4ubuntu3.19) ...
12:00:24 #13 9.573 Setting up libpcre2-posix2:arm64 (10.34-7ubuntu0.1) ...
12:00:24 #13 9.586 Setting up libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
12:00:24 #13 9.600 Setting up librhash0:arm64 (1.3.9-1) ...
12:00:24 #13 9.615 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ...
12:00:24 #13 9.635 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
12:00:24 #13 9.649 Setting up libsystemd-dev:arm64 (245.4-4ubuntu3.19) ...
12:00:24 #13 9.661 Setting up libjsoncpp1:arm64 (1.7.4-3.1ubuntu2) ...
12:00:24 #10 53.84 Selecting previously unselected package licensecheck.
12:00:24 #10 53.84 Preparing to unpack .../309-licensecheck_3.0.31-3_all.deb ...
12:00:24 #10 53.85 Unpacking licensecheck (3.0.31-3) ...
12:00:24 #10 53.88 Selecting previously unselected package t1utils.
12:00:24 #10 53.89 Preparing to unpack .../310-t1utils_1.41-3_armhf.deb ...
12:00:24 #10 53.89 Unpacking t1utils (1.41-3) ...
12:00:24 #10 53.94 Selecting previously unselected package lintian.
12:00:24 #10 53.94 Preparing to unpack .../311-lintian_2.15.0_all.deb ...
12:00:24 #10 53.95 Unpacking lintian (2.15.0) ...
12:00:24 #10 46.61 Unpacking libconvert-binhex-perl (1.125-3) ...
12:00:24 #10 46.64 Selecting previously unselected package libcpanel-json-xs-perl:armhf.
12:00:24 #10 46.64 Preparing to unpack .../226-libcpanel-json-xs-perl_4.32-1+b1_armhf.deb ...
12:00:24 #10 46.65 Unpacking libcpanel-json-xs-perl:armhf (4.32-1+b1) ...
12:00:24 #10 46.69 Selecting previously unselected package libdevel-stacktrace-perl.
12:00:24 #10 46.69 Preparing to unpack .../227-libdevel-stacktrace-perl_2.0400-2_all.deb ...
12:00:24 #10 46.70 Unpacking libdevel-stacktrace-perl (2.0400-2) ...
12:00:24 #10 46.74 Selecting previously unselected package libexception-class-perl.
12:00:24 #10 46.74 Preparing to unpack .../228-libexception-class-perl_1.45-1_all.deb ...
12:00:24 #10 46.74 Unpacking libexception-class-perl (1.45-1) ...
12:00:24 #10 46.79 Selecting previously unselected package libiterator-perl.
12:00:24 #10 46.79 Preparing to unpack .../229-libiterator-perl_0.03+ds1-2_all.deb ...
12:00:24 #10 46.79 Unpacking libiterator-perl (0.03+ds1-2) ...
12:00:24 #10 46.85 Selecting previously unselected package libiterator-util-perl.
12:00:24 #10 46.85 Preparing to unpack .../230-libiterator-util-perl_0.02+ds1-2_all.deb ...
12:00:24 #14 18.94   Upgrading        : glibc-gconv-extra-2.28-224.el8.x86_64                 7/90 
12:00:24 #14 18.96   Running scriptlet: glibc-gconv-extra-2.28-224.el8.x86_64                 7/90 
12:00:24 #14 19.10   Upgrading        : systemd-libs-239-70.el8.x86_64                        8/90 
12:00:24 #14 19.11   Running scriptlet: systemd-libs-239-70.el8.x86_64                        8/90 
12:00:24 #14 19.15   Installing       : python3-libselinux-2.9-8.el8.x86_64                   9/90 
12:00:24 #14 19.20   Installing       : make-1:4.2.1-11.el8.x86_64                           10/90 
12:00:24 #14 19.21   Running scriptlet: make-1:4.2.1-11.el8.x86_64                           10/90 
12:00:24 #14 19.23   Installing       : libmpc-1.1.0-9.1.el8.x86_64                          11/90 
12:00:24 #14 19.28   Installing       : checkpolicy-2.9-1.el8.x86_64                         12/90 
12:00:24 #11 51.38 No schema files found: doing nothing.
12:00:24 #11 51.39 Setting up distro-info-data (0.43ubuntu1.11) ...
12:00:24 #11 51.41 Setting up manpages (5.05-1) ...
12:00:24 #11 51.42 Setting up unzip (6.0-25ubuntu1.1) ...
12:00:24 #11 51.44 Setting up libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
12:00:24 #11 51.46 Setting up libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
12:00:24 #11 51.47 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
12:00:24 #11 51.49 Setting up binutils-common:armhf (2.34-6ubuntu1.4) ...
12:00:24 #11 51.50 Setting up libnghttp2-14:armhf (1.40.0-1build1) ...
12:00:24 #11 51.51 Setting up libmagic1:armhf (1:5.38-4) ...
12:00:24 #11 51.53 Setting up less (551-1ubuntu0.1) ...
12:00:24 #11 51.55 Setting up perl-openssl-defaults:armhf (4) ...
12:00:24 #11 51.56 Setting up linux-libc-dev:armhf (5.4.0-137.154) ...
12:00:24 #11 51.57 Setting up libctf-nobfd0:armhf (2.34-6ubuntu1.4) ...
12:00:24 #11 51.58 Setting up gettext-base (0.19.8.1-10build1) ...
12:00:24 #11 47.33 Selecting previously unselected package libpath-iterator-rule-perl.
12:00:24 #11 47.34 Preparing to unpack .../333-libpath-iterator-rule-perl_1.015-1_all.deb ...
12:00:24 #11 47.34 Unpacking libpath-iterator-rule-perl (1.015-1) ...
12:00:24 #11 47.43 Selecting previously unselected package libperlio-gzip-perl.
12:00:24 #11 47.43 Preparing to unpack .../334-libperlio-gzip-perl_0.20-1_armhf.deb ...
12:00:24 #11 47.43 Unpacking libperlio-gzip-perl (0.20-1) ...
12:00:24 #11 47.47 Selecting previously unselected package libperlio-utf8-strict-perl.
12:00:24 #11 47.47 Preparing to unpack .../335-libperlio-utf8-strict-perl_0.009-1build1_armhf.deb ...
12:00:24 #11 47.48 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
12:00:24 #11 47.51 Selecting previously unselected package libpod-parser-perl.
12:00:24 #11 47.51 Preparing to unpack .../336-libpod-parser-perl_1.65-1_all.deb ...
12:00:24 #11 47.52 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:00:24 #11 47.53 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:00:24 #11 47.54 Unpacking libpod-parser-perl (1.65-1) ...
12:00:24 #11 50.02 Preparing to unpack .../349-python3-xdg_0.27-2_all.deb ...
12:00:24 #11 50.02 Unpacking python3-xdg (0.27-2) ...
12:00:24 #11 50.06 Selecting previously unselected package equivs.
12:00:24 #11 50.06 Preparing to unpack .../350-equivs_2.3.1_all.deb ...
12:00:24 #11 50.07 Unpacking equivs (2.3.1) ...
12:00:24 #11 50.10 Selecting previously unselected package libauthen-sasl-perl.
12:00:24 #11 50.11 Preparing to unpack .../351-libauthen-sasl-perl_2.1600-1.1_all.deb ...
12:00:24 #11 50.11 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
12:00:24 #11 50.15 Selecting previously unselected package python3-magic.
12:00:24 #11 50.15 Preparing to unpack .../352-python3-magic_2%3a0.4.24-2_all.deb ...
12:00:24 #11 50.16 Unpacking python3-magic (2:0.4.24-2) ...
12:00:24 #11 50.21 Setting up libksba8:armhf (1.6.0-2ubuntu0.2) ...
12:00:24 #11 50.22 Setting up media-types (7.0.0) ...
12:00:24 #11 50.24 Setting up libpipeline1:armhf (1.5.5-1) ...
12:00:24 #10 41.02 Setting up libpipeline1:armhf (1.5.3-1) ...
12:00:24 #10 41.03 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
12:00:24 #10 41.05 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:00:24 #10 41.05 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist
12:00:24 #10 41.06 Setting up libicu67:armhf (67.1-7) ...
12:00:24 #10 41.07 Setting up libmagic-mgc (1:5.39-3) ...
12:00:24 #10 41.08 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:00:24 #10 41.10 Setting up binutils-common:armhf (2.35.2-2+rpi1) ...
12:00:24 #10 41.11 Setting up libmagic1:armhf (1:5.39-3) ...
12:00:24 #10 41.15 Setting up perl-openssl-defaults:armhf (5) ...
12:00:24 #10 41.16 Setting up linux-libc-dev:armhf (1:1.20230106-1) ...
12:00:24 #10 41.17 Setting up libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
12:00:24 #10 41.18 Setting up gettext-base (0.21-4) ...
12:00:24 #10 41.20 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
12:00:24 #10 41.22 Setting up file (1:5.39-3) ...
12:00:24 #10 41.23 Setting up libgomp1:armhf (10.2.1-6+rpi1) ...
12:00:24 #10 41.24 Setting up bzip2 (1.0.8-4) ...
12:00:24 #10 41.26 Setting up libfakeroot:armhf (1.25.3-1.1) ...
12:00:24 #10 41.29 Setting up libasan6:armhf (10.2.1-6+rpi1) ...
12:00:24 #10 41.31 Setting up fakeroot (1.25.3-1.1) ...
12:00:24 #10 41.32 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:24 #10 39.99 Selecting previously unselected package libmpc3:armhf.
12:00:24 #10 39.99 Preparing to unpack .../027-libmpc3_1.3.1-1_armhf.deb ...
12:00:24 #10 40.00 Unpacking libmpc3:armhf (1.3.1-1) ...
12:00:24 #10 40.03 Selecting previously unselected package cpp-12.
12:00:24 #10 40.03 Preparing to unpack .../028-cpp-12_12.2.0-14+rpi1_armhf.deb ...
12:00:24 #10 40.04 Unpacking cpp-12 (12.2.0-14+rpi1) ...
12:00:24 #10 71.23 Setting up automake (1:1.16.1-4) ...
12:00:24 #10 71.24 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:24 #10 71.24 Setting up libasync-mergepoint-perl (0.04-2) ...
12:00:24 #10 71.26 Setting up libio-sessiondata-perl (1.03-1) ...
12:00:24 #10 71.27 Setting up libstring-escape-perl (2010.002-2) ...
12:00:24 #10 71.28 Setting up libhttp-date-perl (6.02-1) ...
12:00:24 #10 71.29 Setting up libfile-which-perl (1.23-1) ...
12:00:24 #10 71.31 Setting up mailutils (1:3.5-4) ...
12:00:24 #10 71.32 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
12:00:24 #10 71.32 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
12:00:24 #10 71.33 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
12:00:24 #10 71.33 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
12:00:24 #10 71.34 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
12:00:24 #10 71.34 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
12:00:24 #10 71.34 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
12:00:24 #10 71.35 Setting up libfile-basedir-perl (0.08-1) ...
12:00:24 #10 71.37 Setting up libnumber-range-perl (0.12-1) ...
12:00:24 #10 71.38 Setting up libtask-weaken-perl (1.06-1) ...
12:00:24 #10 71.39 Setting up libunicode-utf8-perl (0.62-1) ...
12:00:24 #10 71.40 Setting up libstruct-dumb-perl (0.09-1) ...
12:00:24 #10 71.41 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
12:00:24 #10 71.43 Setting up libfile-listing-perl (6.04-1) ...
12:00:24 #10 71.44 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
12:00:24 #10 71.45 Setting up libclass-inspector-perl (1.32-1) ...
12:00:24 #10 71.46 Setting up libfont-afm-perl (1.20-2) ...
12:00:24 #10 71.48 Setting up libwant-perl (0.29-1+b4) ...
12:00:24 #10 71.49 Setting up libdynaloader-functions-perl (0.003-1) ...
12:00:24 #10 71.50 Setting up libtext-glob-perl (0.10-1) ...
12:00:24 #10 71.51 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:00:24 #10 71.53 Setting up liblist-compare-perl (0.53-1) ...
12:00:24 #10 71.54 Setting up libref-util-xs-perl (0.117-1+b1) ...
12:00:24 #10 58.56 Setting up libstring-copyright-perl (0.003005-1) ...
12:00:24 #10 58.58 Setting up libhtml-parser-perl (3.72-3build1) ...
12:00:24 #10 58.59 Setting up automake (1:1.15.1-3ubuntu2) ...
12:00:24 #10 58.60 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
12:00:24 #10 58.60 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist
12:00:24 #10 58.60 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist
12:00:24 #10 58.61 Setting up libipc-run-perl (0.96-1) ...
12:00:24 #10 58.62 Setting up libcgi-pm-perl (4.38-1) ...
12:00:24 #10 58.64 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:00:24 #10 58.69 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
12:00:24 #10 67.13 Setting up dh-strip-nondeterminism (1.13.1-1) ...
12:00:24 #10 67.15 Setting up libconst-fast-perl (0.014-2) ...
12:00:24 #10 67.16 Setting up libhttp-daemon-perl (6.14-2) ...
12:00:24 #10 67.17 Setting up python3-unidiff (0.7.3-1) ...
12:00:24 #10 67.32 Setting up libdata-dpath-perl (0.58-2) ...
12:00:24 #10 67.33 Setting up python3-magic (2:0.4.26-3) ...
12:00:24 #10 40.44 Building database of manual pages ...
12:00:24 + mkdir -p /root/build-deb/compose
12:00:24 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:24 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:24 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:24 + mkdir -p /go/src/github.com/docker
12:00:24 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:24 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:24 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:24 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:24 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:24 + EPOCH=5
12:00:24 + EPOCH_SEP=
12:00:24 + [[ ! -z 5 ]]
12:00:24 + EPOCH_SEP=:
12:00:24 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:24 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:24 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:24 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:24 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:24 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:24 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:24 + debSource=docker-ce
12:00:24 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:24 + debMaintainer='Docker <support@docker.com>'
12:00:24 ++ date --rfc-2822
12:00:24 + debDate='Tue, 07 Feb 2023 12:00:24 +0000'
12:00:24 + pkgRevision=1
12:00:24 + cat
12:00:24 + export CLI_GITCOMMIT=ab4ef4a
12:00:24 + CLI_GITCOMMIT=ab4ef4a
12:00:24 + export ENGINE_GITCOMMIT=a25ab92
12:00:24 + ENGINE_GITCOMMIT=a25ab92
12:00:24 + export SCAN_GITCOMMIT=6c852fa
12:00:24 + SCAN_GITCOMMIT=6c852fa
12:00:24 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:24 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:24 + dpkg-buildpackage -uc -us -I.git
12:00:24 dpkg-buildpackage: info: source package docker-ce
12:00:24 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic
12:00:24 dpkg-buildpackage: info: source distribution bionic
12:00:24 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:24  dpkg-source -I.git --before-build build-deb
12:00:24 dpkg-buildpackage: info: host architecture amd64
12:00:24 #10 66.82 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:24 #10 66.95 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:24 #10 66.99 Setting up libsoap-lite-perl (1.27-1) ...
12:00:24 #10 67.01 Setting up libxmlrpc-lite-perl (0.717-4) ...
12:00:24 #10 67.02 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:00:24 #13 9.672 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
12:00:24 #13 9.686 Setting up libpcre2-dev:arm64 (10.34-7ubuntu0.1) ...
12:00:24 #13 9.700 Setting up libselinux1-dev:arm64 (3.0-1build2) ...
12:00:24 #13 9.713 Setting up libdevmapper-dev:arm64 (2:1.02.167-1ubuntu1) ...
12:00:24 #13 9.726 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ...
12:00:24 #13 9.738 Setting up docker-ce-build-deps (1.0) ...
12:00:24 #13 9.751 Processing triggers for man-db (2.9.1-1) ...
12:00:24 #13 9.778 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:00:24 #10 54.14 Selecting previously unselected package lsb-release.
12:00:24 #10 54.14 Preparing to unpack .../312-lsb-release_10.2019051400_all.deb ...
12:00:24 #10 54.15 Unpacking lsb-release (10.2019051400) ...
12:00:24 #10 54.22 Selecting previously unselected package mailutils.
12:00:24 #10 54.22 Preparing to unpack .../313-mailutils_1%3a3.5-4_armhf.deb ...
12:00:24 #10 54.22 Unpacking mailutils (1:3.5-4) ...
12:00:24 #10 54.28 Selecting previously unselected package manpages-dev.
12:00:24 #10 54.29 Preparing to unpack .../314-manpages-dev_4.16-2_all.deb ...
12:00:24 #10 54.29 Unpacking manpages-dev (4.16-2) ...
12:00:24 #10 46.85 Unpacking libiterator-util-perl (0.02+ds1-2) ...
12:00:24 #10 46.89 Selecting previously unselected package libdata-dpath-perl.
12:00:24 #10 46.89 Preparing to unpack .../231-libdata-dpath-perl_0.58-2_all.deb ...
12:00:24 #10 46.89 Unpacking libdata-dpath-perl (0.58-2) ...
12:00:24 #10 46.94 Selecting previously unselected package libdata-dump-perl.
12:00:24 #10 46.94 Preparing to unpack .../232-libdata-dump-perl_1.25-1_all.deb ...
12:00:24 #10 46.95 Unpacking libdata-dump-perl (1.25-1) ...
12:00:24 #10 47.00 Selecting previously unselected package libdata-messagepack-perl.
12:00:24 #10 47.00 Preparing to unpack .../233-libdata-messagepack-perl_1.02-1+b1_armhf.deb ...
12:00:24 #10 47.01 Unpacking libdata-messagepack-perl (1.02-1+b1) ...
12:00:24 #10 40.18 Selecting previously unselected package pinentry-curses.
12:00:24 #10 40.18 Preparing to unpack .../096-pinentry-curses_1.1.0-4_armhf.deb ...
12:00:24 #13 3.974 Reading package lists...
12:00:24 #13 4.088 Reading package lists...
12:00:24 #13 4.820 Building dependency tree...
12:00:24 #14 19.31   Installing       : m4-1.4.18-7.el8.x86_64                               13/90 
12:00:24 #14 19.32   Running scriptlet: m4-1.4.18-7.el8.x86_64                               13/90 
12:00:24 #14 19.33   Installing       : cmake-rpm-macros-3.20.2-4.el8.noarch                 14/90 
12:00:24 #11 51.59 Setting up libnpth0:armhf (1.6-1) ...
12:00:24 #11 51.60 Setting up krb5-locales (1.17-6ubuntu4.2) ...
12:00:24 #11 51.62 Setting up file (1:5.38-4) ...
12:00:24 #11 51.63 Setting up libassuan0:armhf (2.5.3-7ubuntu2) ...
12:00:24 #11 51.64 Setting up libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
12:00:24 #11 51.65 Setting up libcbor0.6:armhf (0.6.0-0ubuntu1) ...
12:00:24 #11 51.66 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:00:24 #11 51.68 Setting up libfakeroot:armhf (1.24-1) ...
12:00:24 #11 51.69 Setting up libkrb5support0:armhf (1.17-6ubuntu4.2) ...
12:00:24 #11 51.70 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
12:00:24 #11 51.71 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
12:00:24 #11 51.82 
12:00:24 #11 51.82 Current default time zone: 'Etc/UTC'
12:00:24 #11 51.82 Local time is now:      Tue Feb  7 12:00:24 UTC 2023.
12:00:24 #11 51.82 Universal Time is now:  Tue Feb  7 12:00:24 UTC 2023.
12:00:24 #11 51.82 Run 'dpkg-reconfigure tzdata' if you wish to change it.
12:00:24 #11 51.83 
12:00:24 #11 51.88 Setting up fakeroot (1.24-1) ...
12:00:24 #11 51.89 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:24 #11 51.89 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #11 51.89 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #11 51.89 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #11 51.89 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #11 51.89 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #11 51.89 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #11 51.89 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #11 51.89 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #11 51.90 Setting up autotools-dev (20180224.1) ...
12:00:24 #11 51.91 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:00:24 #11 47.57 Selecting previously unselected package libpod-constants-perl.
12:00:24 #11 47.58 Preparing to unpack .../337-libpod-constants-perl_0.19-2_all.deb ...
12:00:24 #11 47.58 Unpacking libpod-constants-perl (0.19-2) ...
12:00:24 #11 47.61 Selecting previously unselected package libproc-processtable-perl:armhf.
12:00:24 #11 47.62 Preparing to unpack .../338-libproc-processtable-perl_0.634-1build1_armhf.deb ...
12:00:24 #11 47.62 Unpacking libproc-processtable-perl:armhf (0.634-1build1) ...
12:00:24 #11 47.66 Selecting previously unselected package libre2-9:armhf.
12:00:24 #11 47.66 Preparing to unpack .../339-libre2-9_20220601+dfsg-1_armhf.deb ...
12:00:24 #11 47.67 Unpacking libre2-9:armhf (20220601+dfsg-1) ...
12:00:24 #11 47.70 Selecting previously unselected package libre-engine-re2-perl:armhf.
12:00:24 #11 47.71 Preparing to unpack .../340-libre-engine-re2-perl_0.14-1build2_armhf.deb ...
12:00:24 #11 47.71 Unpacking libre-engine-re2-perl:armhf (0.14-1build2) ...
12:00:24 #11 47.74 Selecting previously unselected package libreadonly-perl.
12:00:24 #11 47.74 Preparing to unpack .../341-libreadonly-perl_2.050-3_all.deb ...
12:00:24 #11 47.75 Unpacking libreadonly-perl (2.050-3) ...
12:00:24 #11 47.77 Selecting previously unselected package libref-util-perl.
12:00:24 #11 47.78 Preparing to unpack .../342-libref-util-perl_0.204-1_all.deb ...
12:00:24 #11 47.78 Unpacking libref-util-perl (0.204-1) ...
12:00:24 #10 41.32 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #10 41.32 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #10 41.32 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #10 41.32 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #10 41.32 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #10 41.32 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #10 41.32 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #10 41.32 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:24 #10 41.33 Setting up autotools-dev (20180224.1+nmu1) ...
12:00:24 #10 41.35 Setting up libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
12:00:24 #10 41.37 Setting up make (4.3-4.1) ...
12:00:24 #10 41.39 Setting up libmpfr6:armhf (4.1.0-3) ...
12:00:24 #10 41.42 Setting up libsigsegv2:armhf (2.13-1) ...
12:00:24 #10 41.44 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:00:24 #10 41.45 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:24 #10 41.45 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
12:00:24 #10 41.45 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
12:00:24 #10 41.45 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
12:00:24 #10 41.45 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
12:00:24 #10 41.45 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
12:00:24 #10 41.45 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
12:00:24 #10 41.45 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
12:00:24 #10 41.45 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
12:00:24 #10 41.45 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
12:00:24 #10 41.45 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
12:00:24 #10 41.46 Setting up libmpc3:armhf (1.2.0-1) ...
12:00:24 #10 41.49 Setting up libatomic1:armhf (10.2.1-6+rpi1) ...
12:00:24 #10 41.51 Setting up patch (2.7.6-7) ...
12:00:24 #10 41.52 Setting up autopoint (0.21-4) ...
12:00:24 #10 41.54 Setting up libubsan1:armhf (10.2.1-6+rpi1) ...
12:00:24 #10 41.55 Setting up libnsl-dev:armhf (1.3.0-2) ...
12:00:24 #11 50.25 Setting up wdiff (1.2.2-2build3) ...
12:00:24 #11 50.27 Setting up gcc-11-base:armhf (11.3.0-1ubuntu1~22.04) ...
12:00:24 #11 50.28 Setting up libxau6:armhf (1:1.0.9-1build5) ...
12:00:24 #11 50.29 Setting up libre2-9:armhf (20220201+dfsg-1) ...
12:00:24 #11 50.30 Setting up lto-disabled-list (24) ...
12:00:24 #11 50.31 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
12:00:24 #11 50.32 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
12:00:24 #11 50.34 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:00:24 #11 50.34 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist
12:00:24 #11 50.36 Setting up libtext-glob-perl (0.11-2) ...
12:00:24 #11 50.37 Setting up libmagic-mgc (1:5.41-3) ...
12:00:24 #11 50.38 Setting up libyaml-0-2:armhf (0.2.2-1build2) ...
12:00:24 #11 50.39 Setting up distro-info-data (0.52ubuntu0.2) ...
12:00:24 #11 50.40 Setting up manpages (5.10-1ubuntu1) ...
12:00:24 #11 50.41 Setting up unzip (6.0-26ubuntu3.1) ...
12:00:24 #11 50.43 Setting up libcbor0.8:armhf (0.8.0-2ubuntu1) ...
12:00:24 #11 50.46 Setting up libbrotli1:armhf (1.0.9-2build6) ...
12:00:24 #11 50.47 Setting up libsqlite3-0:armhf (3.37.2-2ubuntu0.1) ...
12:00:24 #11 50.48 Setting up libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
12:00:24 #11 50.50 Setting up binutils-common:armhf (2.38-4ubuntu2.1) ...
12:00:24 #11 50.51 Setting up libnghttp2-14:armhf (1.43.0-1build3) ...
12:00:24 #11 50.52 Setting up libmagic1:armhf (1:5.41-3) ...
12:00:24 #11 50.54 Setting up libdeflate0:armhf (1.10-2) ...
12:00:24 #11 50.55 Setting up less (590-1build1) ...
12:00:24 #11 50.57 Setting up perl-openssl-defaults:armhf (5build2) ...
12:00:24 #12 6.223 Running transaction check
12:00:24 #12 6.320 Transaction check succeeded.
12:00:24 #12 6.320 Running transaction test
12:00:24 #13 29.33   Installing       : glibc-devel-2.34-54.el9.x86_64                       41/76 
12:00:24 #13 29.82   Installing       : gcc-11.3.1-4.3.el9.x86_64                            42/76 
12:00:24 #13 29.99   Installing       : glibc-static-2.34-54.el9.x86_64                      43/76 
12:00:24 #13 30.03   Installing       : libxcrypt-static-4.4.18-3.el9.x86_64                 44/76 
12:00:24 #13 30.03   Installing       : systemd-rpm-macros-252-3.el9.noarch                  45/76 
12:00:24 #10 71.55 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
12:00:24 #10 71.57 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
12:00:24 #10 71.58 Setting up libsort-key-perl (1.33-2+b1) ...
12:00:24 #10 71.59 Setting up libclone-perl (0.41-1+b1) ...
12:00:24 #10 71.60 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:00:24 #10 71.62 Setting up libarchive-zip-perl (1.64-1) ...
12:00:24 #10 71.63 Setting up libsub-identify-perl (0.14-1+b1) ...
12:00:24 #10 71.64 Setting up libdistro-info-perl (0.21) ...
12:00:24 #10 71.65 Setting up python3-apt (1.8.4.3) ...
12:00:25 #10 58.86 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
12:00:25 #10 58.88 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
12:00:25 #10 58.90 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
12:00:25 #10 58.91 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
12:00:25 #10 58.97 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:25 #10 67.47 Setting up g++-12 (12.2.0-14) ...
12:00:25 #10 67.48 Setting up python3-pkg-resources (65.6.3-1) ...
12:00:25  debian/rules clean
12:00:25 dh clean --with=bash-completion
12:00:25    dh_clean
12:00:25 #10 67.05 Processing triggers for ca-certificates (20210119) ...
12:00:25 #10 67.06 Updating certificates in /etc/ssl/certs...
12:00:25 #13 DONE 10.2s
12:00:25 #10 54.64 Selecting previously unselected package psmisc.
12:00:25 #10 47.13 Selecting previously unselected package libnet-domain-tld-perl.
12:00:25 #10 47.13 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-3_all.deb ...
12:00:25 #10 47.14 Unpacking libnet-domain-tld-perl (1.75-3) ...
12:00:25 #10 47.18 Selecting previously unselected package libdata-validate-domain-perl.
12:00:25 #10 47.18 Preparing to unpack .../235-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:00:25 #10 47.18 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:00:25 #10 47.23 Selecting previously unselected package libnet-ipv6addr-perl.
12:00:25 #10 47.23 Preparing to unpack .../236-libnet-ipv6addr-perl_1.02-1_all.deb ...
12:00:25 #10 47.24 Unpacking libnet-ipv6addr-perl (1.02-1) ...
12:00:25 #10 47.28 Selecting previously unselected package libnet-netmask-perl.
12:00:25 #10 47.28 Preparing to unpack .../237-libnet-netmask-perl_2.0002-2_all.deb ...
12:00:25 #10 47.29 Unpacking libnet-netmask-perl (2.0002-2) ...
12:00:25 #10 47.33 Selecting previously unselected package libnetaddr-ip-perl.
12:00:25 #13 4.695 Building dependency tree...
12:00:25 #13 4.863 Reading state information...
12:00:25 #13 5.024 Reading state information...
12:00:25 #13 5.031 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:25 #11 51.93 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
12:00:25 #11 51.94 Setting up make (4.2.1-1.2) ...
12:00:25 #11 51.95 Setting up libmpfr6:armhf (4.0.2-1) ...
12:00:25 #11 51.96 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:00:25 #11 51.98 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
12:00:25 #11 51.99 Setting up libidn11:armhf (1.33-2.2ubuntu2) ...
12:00:25 #11 52.00 Setting up strace (5.5-3ubuntu1) ...
12:00:25 #11 52.01 Setting up libsigsegv2:armhf (2.12-2) ...
12:00:25 #11 52.02 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
12:00:25 #11 52.03 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:25 #11 52.03 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
12:00:25 #11 52.03 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
12:00:25 #11 52.03 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
12:00:25 #11 52.03 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
12:00:25 #11 52.03 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
12:00:25 #11 52.03 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
12:00:25 #11 52.03 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
12:00:25 #11 52.03 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
12:00:25 #11 52.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
12:00:25 #11 52.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
12:00:25 #11 52.04 Setting up t1utils (1.41-3) ...
12:00:25 #11 52.05 Setting up diffstat (1.63-1) ...
12:00:25 #11 52.06 Setting up libmpc3:armhf (1.1.0-1) ...
12:00:25 #11 52.08 Setting up libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
12:00:25 #11 52.09 Setting up patch (2.7.6-6) ...
12:00:25 #11 52.10 Setting up autopoint (0.19.8.1-10build1) ...
12:00:25 #11 52.11 Setting up libfl2:armhf (2.6.4-6.2) ...
12:00:25 #11 52.12 Setting up ucf (3.0038+nmu1) ...
12:00:25 #11 47.81 Selecting previously unselected package libref-util-xs-perl.
12:00:25 #11 47.81 Preparing to unpack .../343-libref-util-xs-perl_0.117-2_armhf.deb ...
12:00:25 #11 47.83 Unpacking libref-util-xs-perl (0.117-2) ...
12:00:25 #11 47.86 Selecting previously unselected package libregexp-pattern-license-perl.
12:00:25 #11 47.87 Preparing to unpack .../344-libregexp-pattern-license-perl_3.9.4-1_all.deb ...
12:00:25 #11 47.87 Unpacking libregexp-pattern-license-perl (3.9.4-1) ...
12:00:25 #11 47.91 Selecting previously unselected package libregexp-pattern-perl.
12:00:25 #11 47.91 Preparing to unpack .../345-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:00:25 #11 47.91 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:00:25 #11 47.94 Selecting previously unselected package libregexp-wildcards-perl.
12:00:25 #11 47.95 Preparing to unpack .../346-libregexp-wildcards-perl_1.05-3_all.deb ...
12:00:25 #11 47.95 Unpacking libregexp-wildcards-perl (1.05-3) ...
12:00:25 #11 47.99 Selecting previously unselected package libsasl2-modules:armhf.
12:00:25 #11 47.99 Preparing to unpack .../347-libsasl2-modules_2.1.28+dfsg-6ubuntu2_armhf.deb ...
12:00:25 #11 48.00 Unpacking libsasl2-modules:armhf (2.1.28+dfsg-6ubuntu2) ...
12:00:25 #10 41.56 Setting up sensible-utils (0.0.14) ...
12:00:25 #10 41.58 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
12:00:25 #10 41.60 Setting up libuchardet0:armhf (0.0.7-1) ...
12:00:25 #10 41.62 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
12:00:25 #10 41.63 Setting up libcurl4:armhf (7.74.0-1.3+deb11u5) ...
12:00:25 #10 41.64 Setting up git-man (1:2.30.2-1+deb11u1) ...
12:00:25 #10 41.66 Setting up curl (7.74.0-1.3+deb11u5) ...
12:00:25 #10 41.68 Setting up libbinutils:armhf (2.35.2-2+rpi1) ...
12:00:25 #10 41.70 Setting up libisl23:armhf (0.23-1) ...
12:00:25 #10 41.71 Setting up libc-dev-bin (2.31-13+rpt2+rpi1+deb11u5) ...
12:00:25 #10 41.73 Setting up libtinfo5:armhf (6.2+20201114-2) ...
12:00:25 #10 41.75 Setting up libelf1:armhf (0.183-1) ...
12:00:25 #10 41.76 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u3) ...
12:00:25 #10 41.78 Setting up libcc1-0:armhf (10.2.1-6+rpi1) ...
12:00:25 #10 41.79 Setting up cpp-10 (10.2.1-6+rpi1) ...
12:00:25 #10 41.80 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
12:00:25 #10 41.81 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
12:00:25 #10 41.83 Setting up libgdbm6:armhf (1.19-2) ...
12:00:25 #10 41.85 Setting up libctf0:armhf (2.35.2-2+rpi1) ...
12:00:25 #10 41.86 Setting up wdiff (1.2.2-2) ...
12:00:25 #11 50.59 Setting up linux-libc-dev:armhf (5.15.0-58.64) ...
12:00:25 #11 50.60 Setting up libctf-nobfd0:armhf (2.38-4ubuntu2.1) ...
12:00:25 #11 50.61 Setting up gettext-base (0.21-4ubuntu4) ...
12:00:25 #11 50.62 Setting up liblzo2-2:armhf (2.10-2build3) ...
12:00:25 #11 50.63 Setting up libnpth0:armhf (1.6-3build2) ...
12:00:25 #11 50.65 Setting up file (1:5.41-3) ...
12:00:25 #11 50.66 Setting up libassuan0:armhf (2.5.5-1build1) ...
12:00:25 #11 50.67 Setting up libgomp1:armhf (12.1.0-2ubuntu1~22.04) ...
12:00:25 #11 50.68 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
12:00:25 #11 50.69 Setting up bzip2 (1.0.8-5build1) ...
12:00:25 #11 50.70 Setting up libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:00:25 #11 50.72 Setting up libjbig0:armhf (2.1-3.1ubuntu0.22.04.1) ...
12:00:25 #11 50.73 Setting up libfakeroot:armhf (1.28-1ubuntu1) ...
12:00:25 #11 50.75 Setting up libasan6:armhf (11.3.0-1ubuntu1~22.04) ...
12:00:25 #11 50.78 Setting up libnumber-compare-perl (0.03-2) ...
12:00:25 #10 66.88 Setting up libgpgme11:arm64 (1.12.0-6) ...
12:00:25 #10 66.89 Setting up gcc (4:8.3.0-1) ...
12:00:25 #10 66.93 Setting up python3-six (1.12.0-1) ...
12:00:25 #10 67.08 Setting up dirmngr (2.2.12-1+deb10u2) ...
12:00:25 #10 67.11 Setting up perl (5.28.1-6+deb10u1) ...
12:00:25 #10 67.14 Setting up libpackage-stash-xs-perl (0.29-1) ...
12:00:25 #10 67.15 Setting up python3-gpg (1.12.0-6) ...
12:00:25 #10 67.35 Setting up libdata-dump-perl (1.23-1) ...
12:00:25 #10 67.36 Setting up python3-certifi (2018.8.24-1) ...
12:00:25 #10 67.51 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:00:25 #10 67.52 Setting up libref-util-perl (0.204-1) ...
12:00:25 #10 67.53 Setting up libipc-system-simple-perl (1.25-4) ...
12:00:25 #10 67.55 Setting up libnet-domain-tld-perl (1.75-1) ...
12:00:25 #10 67.56 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
12:00:25 #10 67.58 Setting up libvariable-magic-perl (0.62-1+b1) ...
12:00:25 #10 67.59 Setting up python3-idna (2.6-1) ...
12:00:25 #10 67.80 Setting up libio-html-perl (1.001-1) ...
12:00:25 #10 67.81 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
12:00:25 #10 67.83 Setting up libtest-refcount-perl (0.08-3) ...
12:00:25 #10 67.85 Setting up libparams-util-perl (1.07-3+b4) ...
12:00:25 #10 67.86 Setting up libdpkg-perl (1.19.8) ...
12:00:25 #10 67.88 Setting up autoconf (2.69-11) ...
12:00:25 #10 67.89 Setting up python3-urllib3 (1.24.1-1) ...
12:00:25 #10 68.08 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:25 #10 68.10 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:25 #10 68.11 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
12:00:25 #10 68.13 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
12:00:25 #10 68.14 Setting up libsub-name-perl (0.21-1+b3) ...
12:00:25 #10 68.15 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
12:00:25 #10 68.17 Setting up g++-8 (8.3.0-6) ...
12:00:25 #10 68.18 Setting up libfile-chdir-perl (0.1008-1) ...
12:00:25 #10 68.20 Setting up xauth (1:1.0.10-1) ...
12:00:25 #10 68.21 Setting up libpath-tiny-perl (0.108-1) ...
12:00:25 #10 68.22 Setting up libarchive-cpio-perl (0.10-1) ...
12:00:25 #10 68.24 Setting up libjson-perl (4.02000-1) ...
12:00:25 #10 68.25 Setting up libfcgi-perl (0.78-2+b3) ...
12:00:25 #10 68.26 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:00:25 #10 68.28 Setting up python3-unidiff (0.5.4-1) ...
12:00:25 #10 68.43 Setting up libstrictures-perl (2.000005-1) ...
12:00:25 #10 68.50 Setting up libsub-quote-perl (2.005001-1) ...
12:00:25 #10 68.58 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
12:00:25 #10 68.62 Setting up libsort-versions-perl (1.62-1) ...
12:00:25 #10 68.64 Setting up libexporter-tiny-perl (1.002001-1) ...
12:00:25 #10 68.65 Setting up libterm-readkey-perl (2.38-1) ...
12:00:25 #10 68.66 Setting up lsb-release (10.2019051400) ...
12:00:25 #10 68.68 Setting up libclass-accessor-perl (0.51-1) ...
12:00:25 #10 68.70 Setting up libnet-ip-perl (1.26-2) ...
12:00:25 #10 68.71 Setting up python3-magic (2:0.4.15-2) ...
12:00:25 #10 68.86 Setting up libperlio-gzip-perl (0.19-1+b5) ...
12:00:25 #10 68.87 Setting up libsys-hostname-long-perl (1.5-1) ...
12:00:25 #10 68.89 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
12:00:25 #13 30.04   Installing       : libcbor-0.7.0-5.el9.x86_64                           46/76 
12:00:25 #13 30.08   Installing       : libfido2-1.6.0-7.el9.x86_64                          47/76 
12:00:25 #13 30.11   Installing       : openssh-clients-8.7p1-28.el9.x86_64                  48/76 
12:00:25 #11 65.13   Installing : dwz-0.11-3.el7.x86_64                                      41/52 
12:00:25 #11 65.89   Installing : gdb-7.6.1-120.el7.x86_64                                   42/52 
12:00:25 #11 65.91   Installing : perl-srpm-macros-1-8.el7.noarch                            43/52 
12:00:25 #11 65.93   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               44/52 
12:00:25 #11 65.97   Installing : unzip-6.0-24.el7_9.x86_64                                  45/52 
12:00:25 #11 65.99   Installing : file-5.11-37.el7.x86_64                                    46/52 
12:00:25 #11 66.02   Installing : rpm-build-4.11.3-48.el7_9.x86_64                           47/52 
12:00:25 #11 66.07   Installing : rpmlint-1.5-4.el7.noarch                                   48/52 
12:00:25 #11 66.09   Cleanup    : rpm-python-4.11.3-45.el7.x86_64                            49/52 
12:00:25 #10 71.80 Setting up libio-stringy-perl (2.111-3) ...
12:00:25 #10 71.82 Setting up liblist-moreutils-perl (0.416-1+b4) ...
12:00:25 #10 71.83 Setting up libhtml-tagset-perl (3.20-3) ...
12:00:25 #10 71.84 Setting up liblog-any-perl (1.707-1) ...
12:00:25 #10 71.85 Setting up libauthen-sasl-perl (2.1600-1) ...
12:00:25 #10 71.86 Setting up libpod-constants-perl (0.19-1) ...
12:00:25 #10 71.88 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
12:00:25 #10 71.89 Setting up libconvert-binhex-perl (1.125-1) ...
12:00:25 #10 71.90 Setting up libfuture-perl (0.39-1) ...
12:00:25 #10 71.91 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:00:25 #10 71.92 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
12:00:25 #10 71.94 Setting up libtry-tiny-perl (0.30-1) ...
12:00:25 #10 71.95 Setting up libtype-tiny-perl (1.004004-1) ...
12:00:25 #10 71.97 Setting up libtest-fatal-perl (0.014-1) ...
12:00:25 #10 71.98 Setting up libcommon-sense-perl (3.74-2+b7) ...
12:00:25 #10 71.99 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:00:25 #10 72.01 Setting up libnet-http-perl (6.18-1) ...
12:00:25 #10 59.03 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:25 #10 59.15 
12:00:25 #10 59.15 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:25 #10 59.18 Setting up liblist-moreutils-perl (0.416-1build3) ...
12:00:25 #10 59.19 Setting up libhttp-date-perl (6.02-1) ...
12:00:25 #10 59.20 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:25 #10 59.22 Setting up build-essential (12.4ubuntu1) ...
12:00:25 #10 59.23 Setting up libcurl3-gnutls:armhf (7.58.0-2ubuntu3.22) ...
12:00:25 #10 59.24 Setting up libdevel-callchecker-perl (0.007-2build1) ...
12:00:25 #10 67.73 Setting up libmodule-implementation-perl (0.09-2) ...
12:00:25 #10 67.74 Setting up libcgi-fast-perl (1:2.15-1) ...
12:00:25 #10 67.75 Setting up python3-apt (2.5.2+b1) ...
12:00:25  dpkg-source -I.git -b build-deb
12:00:25 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:00:25 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:00:25 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:25 dpkg-source: info: using source format '1.0'
12:00:25 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz
12:00:25 
12:00:25 #14 [stage-1 6/9] COPY sources/ /sources
12:00:25 #14 DONE 0.2s
12:00:25 
12:00:25 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:00:25 #10 54.64 Preparing to unpack .../315-psmisc_23.2-1+deb10u1_armhf.deb ...
12:00:25 #10 54.65 Unpacking psmisc (23.2-1+deb10u1) ...
12:00:25 #10 54.70 Selecting previously unselected package publicsuffix.
12:00:25 #10 54.71 Preparing to unpack .../316-publicsuffix_20220811.1734-0+deb10u1_all.deb ...
12:00:25 #10 54.71 Unpacking publicsuffix (20220811.1734-0+deb10u1) ...
12:00:25 #10 54.76 Selecting previously unselected package python-apt-common.
12:00:25 #10 54.76 Preparing to unpack .../317-python-apt-common_1.8.4.3_all.deb ...
12:00:25 #10 54.77 Unpacking python-apt-common (1.8.4.3) ...
12:00:25 #10 54.83 Selecting previously unselected package python3-apt.
12:00:25 #10 54.83 Preparing to unpack .../318-python3-apt_1.8.4.3_armhf.deb ...
12:00:25 #10 54.83 Unpacking python3-apt (1.8.4.3) ...
12:00:25 #10 47.33 Preparing to unpack .../238-libnetaddr-ip-perl_4.079+dfsg-2+b1_armhf.deb ...
12:00:25 #10 47.34 Unpacking libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
12:00:25 #10 47.42 Selecting previously unselected package libdata-validate-ip-perl.
12:00:25 #10 47.42 Preparing to unpack .../239-libdata-validate-ip-perl_0.31-1_all.deb ...
12:00:25 #10 47.42 Unpacking libdata-validate-ip-perl (0.31-1) ...
12:00:25 #10 47.48 Selecting previously unselected package libdata-validate-uri-perl.
12:00:25 #10 47.48 Preparing to unpack .../240-libdata-validate-uri-perl_0.07-2_all.deb ...
12:00:25 #10 47.48 Unpacking libdata-validate-uri-perl (0.07-2) ...
12:00:25 #10 47.53 Selecting previously unselected package libdevel-size-perl.
12:00:25 #10 47.53 Preparing to unpack .../241-libdevel-size-perl_0.83-2+b1_armhf.deb ...
12:00:25 #10 47.53 Unpacking libdevel-size-perl (0.83-2+b1) ...
12:00:25 #10 47.57 Selecting previously unselected package libdistro-info-perl.
12:00:25 #13 4.867 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:25 #13 5.076 Starting 2 pkgProblemResolver with broken count: 0
12:00:25 #13 5.079 Done
12:00:25 #13 5.239  Done
12:00:25 #13 5.322 Starting 2 pkgProblemResolver with broken count: 0
12:00:25 #13 5.328 Done
12:00:25 #11 52.27 Setting up libk5crypto3:armhf (1.17-6ubuntu4.2) ...
12:00:25 #11 52.28 Setting up libltdl7:armhf (2.4.6-14) ...
12:00:25 #11 52.29 Setting up libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
12:00:25 #11 52.30 Setting up libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:25 #11 52.31 Setting up libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
12:00:25 #11 52.32 Setting up python-apt-common (2.0.1) ...
12:00:25 #11 52.33 Setting up libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
12:00:25 #11 52.34 Setting up libuchardet0:armhf (0.0.6-3build1) ...
12:00:25 #11 52.35 Setting up libre2-5:armhf (20200101+dfsg-1build1) ...
12:00:25 #11 52.36 Setting up git-man (1:2.25.1-1ubuntu3.8) ...
12:00:25 #11 52.38 Setting up libisl22:armhf (0.22.1-1) ...
12:00:25 #11 52.39 Setting up netbase (6.1) ...
12:00:25 #11 48.04 Selecting previously unselected package libsereal-decoder-perl.
12:00:25 #11 48.04 Preparing to unpack .../348-libsereal-decoder-perl_4.025+ds-1_armhf.deb ...
12:00:25 #11 48.04 Unpacking libsereal-decoder-perl (4.025+ds-1) ...
12:00:25 #11 48.07 Selecting previously unselected package libsereal-encoder-perl:armhf.
12:00:25 #11 48.08 Preparing to unpack .../349-libsereal-encoder-perl_4.025+ds-1_armhf.deb ...
12:00:25 #11 48.08 Unpacking libsereal-encoder-perl:armhf (4.025+ds-1) ...
12:00:25 #11 48.12 Selecting previously unselected package libset-intspan-perl.
12:00:25 #11 48.12 Preparing to unpack .../350-libset-intspan-perl_1.19-2_all.deb ...
12:00:25 #11 48.13 Unpacking libset-intspan-perl (1.19-2) ...
12:00:25 #11 48.16 Selecting previously unselected package libsocket6-perl.
12:00:25 #11 48.16 Preparing to unpack .../351-libsocket6-perl_0.29-2_armhf.deb ...
12:00:25 #11 48.17 Unpacking libsocket6-perl (0.29-2) ...
12:00:25 #11 48.20 Selecting previously unselected package libsodium23:armhf.
12:00:25 #11 48.21 Preparing to unpack .../352-libsodium23_1.0.18-1build2_armhf.deb ...
12:00:25 #11 48.21 Unpacking libsodium23:armhf (1.0.18-1build2) ...
12:00:25 #11 48.24 Selecting previously unselected package libstring-copyright-perl.
12:00:25 #11 48.25 Preparing to unpack .../353-libstring-copyright-perl_0.003013-1_all.deb ...
12:00:25 #11 48.26 Unpacking libstring-copyright-perl (0.003013-1) ...
12:00:25 #11 48.30 Selecting previously unselected package libstring-escape-perl.
12:00:25 #11 48.30 Preparing to unpack .../354-libstring-escape-perl_2010.002-2_all.deb ...
12:00:25 #10 41.88 Setting up gettext (0.21-4) ...
12:00:25 #10 41.89 Setting up libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
12:00:25 #10 41.90 Setting up m4 (1.4.18-5) ...
12:00:25 #10 41.91 Setting up libgdbm-compat4:armhf (1.19-2) ...
12:00:25 #10 41.93 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
12:00:25 #10 41.95 Setting up dwz (0.13+20210201-1) ...
12:00:25 #10 41.96 Setting up groff-base (1.22.4-6) ...
12:00:25 #10 41.98 Setting up cpp (4:10.2.1-1+rpi1) ...
12:00:25 #10 40.60 Unpacking pinentry-curses (1.1.0-4) ...
12:00:25 #11 50.79 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
12:00:25 #11 50.81 Setting up fakeroot (1.28-1ubuntu1) ...
12:00:25 #11 50.82 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:25 #11 50.82 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:25 #11 50.82 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:25 #11 50.82 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:25 #11 50.82 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:25 #11 50.82 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:25 #11 50.82 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:25 #11 50.82 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:25 #11 50.82 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:25 #11 50.83 Setting up autotools-dev (20220109.1) ...
12:00:25 #11 50.84 Setting up libtirpc-dev:armhf (1.3.2-2ubuntu0.1) ...
12:00:25 #11 50.85 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
12:00:25 #11 50.86 Setting up libx11-data (2:1.7.5-1) ...
12:00:25 #11 50.88 Setting up make (4.3-4.1build1) ...
12:00:25 #11 50.89 Setting up libmpfr6:armhf (4.1.0-3build3) ...
12:00:25 #11 50.91 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:00:25 #11 50.92 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
12:00:25 #11 50.93 Setting up lzip (1.23-1) ...
12:00:25 #11 50.94 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
12:00:25 #11 50.94 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist
12:00:25 #11 50.95 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:00:25 #11 50.95 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist
12:00:25 #11 50.95 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:00:25 #11 50.95 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist
12:00:25 #11 50.96 Setting up strace (5.16-0ubuntu3) ...
12:00:25 #11 50.97 Setting up libsigsegv2:armhf (2.13-1ubuntu3) ...
12:00:25 #11 50.98 Setting up xz-utils (5.2.5-2ubuntu1) ...
12:00:25 #11 50.99 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:25 #11 50.99 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
12:00:25 #11 50.99 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
12:00:25 #11 50.99 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
12:00:25 #11 50.99 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
12:00:25 #11 50.99 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
12:00:25 #11 51.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
12:00:25 #11 51.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
12:00:25 #11 51.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
12:00:25 #11 51.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
12:00:25 #11 51.00 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
12:00:25 #11 51.00 Setting up t1utils (1.41-4build2) ...
12:00:25 #11 51.02 Setting up diffstat (1.64-1build2) ...
12:00:25 #11 51.03 Setting up libpng16-16:armhf (1.6.37-3build5) ...
12:00:25 #11 51.04 Setting up libmpc3:armhf (1.2.1-2build1) ...
12:00:25 #11 51.05 Setting up libatomic1:armhf (12.1.0-2ubuntu1~22.04) ...
12:00:25 #11 51.07 Setting up patch (2.7.6-7build2) ...
12:00:25 #11 51.08 Setting up autopoint (0.21-4ubuntu4) ...
12:00:25 #11 51.09 Setting up fonts-dejavu-core (2.37-2build1) ...
12:00:25 #10 68.90 Setting up liburi-perl (1.76-1) ...
12:00:25 #10 68.92 Setting up exim4-daemon-light (4.92-8+deb10u7) ...
12:00:25 #10 69.00 invoke-rc.d: could not determine current runlevel
12:00:25 #10 69.00 invoke-rc.d: policy-rc.d denied execution of start.
12:00:25 #10 69.00 Initializing GnuTLS DH parameter file
12:00:25 #10 69.04 Setting up libmailutils5:arm64 (1:3.5-4) ...
12:00:25 #10 69.05 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:00:25 #10 69.06 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
12:00:25 #10 69.08 Setting up python3-pkg-resources (40.8.0-1) ...
12:00:25 #13 30.16   Running scriptlet: openssh-clients-8.7p1-28.el9.x86_64                  48/76 
12:00:25 #10 72.02 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:00:25 #10 72.03 Setting up libencode-locale-perl (1.05-1) ...
12:00:25 #10 72.05 Setting up libtext-levenshtein-perl (0.13-1) ...
12:00:25 #10 72.06 Setting up libnet-dns-perl (1.19-1) ...
12:00:25 #10 72.07 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
12:00:25 #10 72.09 Setting up libdevel-callchecker-perl (0.008-1) ...
12:00:25 #10 72.10 Setting up libstring-shellquote-perl (1.04-1) ...
12:00:25 #10 72.12 Setting up libsub-install-perl (0.928-1) ...
12:00:25 #10 72.13 Setting up dpkg-dev (1.19.8) ...
12:00:25 #10 72.15 Setting up libnumber-compare-perl (0.03-1) ...
12:00:25 #10 72.17 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:25 #10 72.18 Setting up libio-async-perl (0.72-1) ...
12:00:25 #10 72.19 Setting up liberror-perl (0.17027-2) ...
12:00:25 #10 72.20 Setting up patchutils (0.3.4-2) ...
12:00:25 #10 72.22 Setting up libmail-sendmail-perl (0.80-1) ...
12:00:25 #10 59.25 Setting up libcurl4:armhf (7.58.0-2ubuntu3.22) ...
12:00:25 #10 59.27 Setting up devscripts (2.17.12ubuntu1.1) ...
12:00:25 #10 59.45 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:00:25 #10 59.46 Setting up libcgi-fast-perl (1:2.13-1) ...
12:00:25 #10 59.47 Setting up libhtml-tree-perl (5.07-1) ...
12:00:25 #10 59.49 Setting up libfile-listing-perl (6.04-1) ...
12:00:25 #10 59.51 Setting up libhttp-message-perl (6.14-1) ...
12:00:25 #10 59.52 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
12:00:25 #10 59.56 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:25 #10 67.91 Setting up python3-charset-normalizer (3.0.1-2) ...
12:00:25 #10 68.06 Setting up libpackage-stash-perl (0.40-1) ...
12:00:25 #10 68.08 Setting up libimport-into-perl (1.002005-2) ...
12:00:25 #10 68.09 Setting up libmoo-perl (2.005005-1) ...
12:00:25 #10 68.11 Setting up liblist-someutils-perl (0.59-1) ...
12:00:25 #10 68.14 Setting up debhelper (13.11.4) ...
12:00:25 #12 8.973   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
12:00:25 #12 9.106   Preparing        :                                                        1/1 
12:00:25 #12 9.158   Upgrading        : systemd-libs-251.10-588.fc37.x86_64                   1/97 
12:00:25 #12 9.170   Upgrading        : libxcrypt-4.4.33-4.fc37.x86_64                        2/97 
12:00:25 #12 9.177   Installing       : cmake-rpm-macros-3.25.2-1.fc37.noarch                 3/97 
12:00:25 #12 9.184   Installing       : cmake-filesystem-3.25.2-1.fc37.x86_64                 4/97 
12:00:25 #12 9.196   Installing       : python3-libselinux-3.4-5.fc37.x86_64                  5/97 
12:00:25 #12 9.202   Installing       : perl-threads-1:2.27-489.fc37.x86_64                   6/97 
12:00:25 #10 40.79 Selecting previously unselected package cpp.
12:00:25 #10 40.80 Preparing to unpack .../029-cpp_4%3a12.2.0-1+rpi1_armhf.deb ...
12:00:25 #10 40.81 Unpacking cpp (4:12.2.0-1+rpi1) ...
12:00:25 #10 40.86 Preparing to unpack .../030-curl_7.87.0-2_armhf.deb ...
12:00:25 #10 40.87 Unpacking curl (7.87.0-2) over (7.86.0-2) ...
12:00:25 #10 40.95 Preparing to unpack .../031-libcurl4_7.87.0-2_armhf.deb ...
12:00:25 #10 40.97 Unpacking libcurl4:armhf (7.87.0-2) over (7.86.0-2) ...
12:00:25 #10 41.04 Selecting previously unselected package libdebhelper-perl.
12:00:25 #10 41.04 Preparing to unpack .../032-libdebhelper-perl_13.11.4_all.deb ...
12:00:25 #10 41.05 Unpacking libdebhelper-perl (13.11.4) ...
12:00:25 #10 54.96 Selecting previously unselected package python3-certifi.
12:00:25 #10 54.96 Preparing to unpack .../319-python3-certifi_2018.8.24-1_all.deb ...
12:00:25 #10 54.97 Unpacking python3-certifi (2018.8.24-1) ...
12:00:25 #10 55.02 Selecting previously unselected package python3-idna.
12:00:25 #10 55.02 Preparing to unpack .../320-python3-idna_2.6-1_all.deb ...
12:00:25 #10 55.02 Unpacking python3-idna (2.6-1) ...
12:00:25 #10 55.06 Selecting previously unselected package python3-magic.
12:00:25 #10 55.07 Preparing to unpack .../321-python3-magic_2%3a0.4.15-2_all.deb ...
12:00:25 #10 55.07 Unpacking python3-magic (2:0.4.15-2) ...
12:00:25 #10 55.11 Selecting previously unselected package python3-urllib3.
12:00:25 #10 55.11 Preparing to unpack .../322-python3-urllib3_1.24.1-1_all.deb ...
12:00:25 #10 47.59 Preparing to unpack .../242-libdistro-info-perl_1.5_all.deb ...
12:00:25 #10 47.59 Unpacking libdistro-info-perl (1.5) ...
12:00:25 #10 47.64 Selecting previously unselected package libemail-address-xs-perl.
12:00:25 #10 47.64 Preparing to unpack .../243-libemail-address-xs-perl_1.05-1+b1_armhf.deb ...
12:00:25 #10 47.66 Unpacking libemail-address-xs-perl (1.05-1+b1) ...
12:00:25 #13 5.401 Starting pkgProblemResolver with broken count: 0
12:00:25 #13 5.432 Starting 2 pkgProblemResolver with broken count: 0
12:00:25 #13 5.435 Done
12:00:25 #10 67.51 0 added, 0 removed; done.
12:00:25 #10 67.51 Running hooks in /etc/ca-certificates/update.d...
12:00:25 #10 67.52 done.
12:00:25 #13 5.544  Done
12:00:25 #13 5.770 Starting pkgProblemResolver with broken count: 0
12:00:25 #11 52.41 Setting up libkrb5-3:armhf (1.17-6ubuntu4.2) ...
12:00:25 #11 52.42 Setting up libmpdec2:armhf (2.4.2-3) ...
12:00:25 #11 52.43 Setting up libbinutils:armhf (2.34-6ubuntu1.4) ...
12:00:25 #11 52.44 Setting up libfido2-1:armhf (1.3.1-1ubuntu2) ...
12:00:25 #11 52.45 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
12:00:25 #11 52.47 Setting up openssl (1.1.1f-1ubuntu2.16) ...
12:00:25 #11 52.48 Setting up libbsd0:armhf (0.10.0-1) ...
12:00:25 #11 52.49 Setting up libelf1:armhf (0.176-1.1build1) ...
12:00:25 #11 52.50 Setting up readline-common (8.0-4) ...
12:00:25 #11 52.53 Setting up publicsuffix (20200303.0012-1) ...
12:00:25 #11 52.54 Setting up libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
12:00:25 #11 52.55 Setting up iso-codes (4.4-1) ...
12:00:25 #11 52.59 Setting up liblocale-gettext-perl (1.07-4) ...
12:00:25 #11 52.61 Setting up dctrl-tools (2.24-3) ...
12:00:25 #11 52.63 Setting up libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:25 #10 42.02 Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1+deb11u5) ...
12:00:25 #10 42.04 Setting up binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
12:00:25 #10 42.06 Setting up python3.9 (3.9.2-1+rpi1) ...
12:00:25 #11 48.31 Unpacking libstring-escape-perl (2010.002-2) ...
12:00:25 #11 48.33 Selecting previously unselected package libstring-shellquote-perl.
12:00:25 #11 48.34 Preparing to unpack .../355-libstring-shellquote-perl_1.04-2_all.deb ...
12:00:25 #11 48.35 Unpacking libstring-shellquote-perl (1.04-2) ...
12:00:25 #11 48.37 Selecting previously unselected package libsyntax-keyword-try-perl.
12:00:25 #11 48.38 Preparing to unpack .../356-libsyntax-keyword-try-perl_0.27-1_armhf.deb ...
12:00:25 #11 48.38 Unpacking libsyntax-keyword-try-perl (0.27-1) ...
12:00:25 #11 48.42 Selecting previously unselected package libterm-readkey-perl.
12:00:25 #11 48.42 Preparing to unpack .../357-libterm-readkey-perl_2.38-2_armhf.deb ...
12:00:25 #11 48.42 Unpacking libterm-readkey-perl (2.38-2) ...
12:00:25 #11 48.46 Selecting previously unselected package libtext-levenshteinxs-perl.
12:00:25 #11 48.46 Preparing to unpack .../358-libtext-levenshteinxs-perl_0.03-5_armhf.deb ...
12:00:25 #11 48.47 Unpacking libtext-levenshteinxs-perl (0.03-5) ...
12:00:25 #11 48.50 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
12:00:25 #11 48.50 Preparing to unpack .../359-libtext-markdown-discount-perl_0.13-1build1_armhf.deb ...
12:00:25 #11 48.50 Unpacking libtext-markdown-discount-perl:armhf (0.13-1build1) ...
12:00:25 #11 48.54 Selecting previously unselected package libtext-xslate-perl:armhf.
12:00:25 #11 48.54 Preparing to unpack .../360-libtext-xslate-perl_3.5.9-1build1_armhf.deb ...
12:00:25 #11 48.55 Unpacking libtext-xslate-perl:armhf (3.5.9-1build1) ...
12:00:25 #11 48.59 Selecting previously unselected package libtime-duration-perl.
12:00:25 #11 48.60 Preparing to unpack .../361-libtime-duration-perl_1.21-1_all.deb ...
12:00:25 #11 48.60 Unpacking libtime-duration-perl (1.21-1) ...
12:00:25 #11 48.64 Selecting previously unselected package libtime-moment-perl.
12:00:25 #11 48.65 Preparing to unpack .../362-libtime-moment-perl_0.44-2_armhf.deb ...
12:00:25 #10 40.88 Selecting previously unselected package gpg-agent.
12:00:25 #10 40.88 Preparing to unpack .../097-gpg-agent_2.2.27-2+deb11u2_armhf.deb ...
12:00:25 #10 40.89 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
12:00:25 #11 51.16 Setting up ucf (3.0043) ...
12:00:25 #11 51.31 Setting up libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
12:00:25 #11 51.32 Setting up libltdl7:armhf (2.4.6-15build2) ...
12:00:25 #11 51.34 Setting up libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
12:00:25 #10 69.29 Setting up automake (1:1.16.1-4) ...
12:00:25 #10 69.30 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:25 #10 69.31 Setting up libasync-mergepoint-perl (0.04-2) ...
12:00:25 #10 69.33 Setting up libio-sessiondata-perl (1.03-1) ...
12:00:25 #10 69.36 Setting up libstring-escape-perl (2010.002-2) ...
12:00:25 #10 69.37 Setting up libhttp-date-perl (6.02-1) ...
12:00:25 #10 69.38 Setting up libfile-which-perl (1.23-1) ...
12:00:25 #10 69.40 Setting up mailutils (1:3.5-4) ...
12:00:25 #13 30.25   Installing       : git-core-2.39.1-1.el9.x86_64                         49/76 
12:00:25 #13 30.48   Installing       : git-core-doc-2.39.1-1.el9.noarch                     50/76 
12:00:25 #13 30.55   Installing       : perl-Git-2.39.1-1.el9.noarch                         51/76 
12:00:25 #13 30.56   Installing       : git-2.39.1-1.el9.x86_64                              52/76 
12:00:25 #13 30.61   Installing       : kmod-libs-28-7.el9.x86_64                            53/76 
12:00:25 #13 30.62   Installing       : acl-2.3.1-3.el9.x86_64                               54/76 
12:00:25 #13 30.70   Installing       : dbus-1:1.12.20-7.el9.x86_64                          55/76 
12:00:25 #10 72.23 Setting up libltdl-dev:amd64 (2.4.6-9) ...
12:00:25 #10 72.25 Setting up libxml-sax-base-perl (1.09-1) ...
12:00:25 #10 72.27 Setting up libio-string-perl (1.08-3) ...
12:00:25 #10 72.28 Setting up libreadonly-perl (2.050-1) ...
12:00:25 #10 72.30 Setting up python3-chardet (3.0.4-3) ...
12:00:25 #10 72.52 Setting up libstring-copyright-perl (0.003006-1) ...
12:00:25 #11 66.11   Cleanup    : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
12:00:25 #10 59.63 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:25 #10 59.69 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:25 #10 59.81 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:25 #10 59.84 Setting up libparams-classify-perl (0.015-1) ...
12:00:25 #10 59.86 Setting up git (1:2.17.1-1ubuntu0.15) ...
12:00:25 #14 19.34   Installing       : cmake-filesystem-3.20.2-4.el8.x86_64                 15/90 
12:00:25 #14 20.38   Installing       : cpp-8.5.0-18.el8.x86_64                              16/90 
12:00:25 #14 20.39   Running scriptlet: cpp-8.5.0-18.el8.x86_64                              16/90 
12:00:25 #10 68.15 Setting up libmime-tools-perl (5.510-1) ...
12:00:25 #10 68.18 Setting up liblist-someutils-xs-perl:amd64 (0.58-3) ...
12:00:25 #10 68.20 Setting up python3-chardet (5.1.0+dfsg-2) ...
12:00:25 #12 9.208   Installing       : perl-File-Find-1.40-492.fc37.noarch                   7/97 
12:00:25 #12 9.216   Installing       : m4-1.4.19-4.fc37.x86_64                               8/97 
12:00:25 #12 9.222   Installing       : libtool-ltdl-2.4.7-2.fc37.x86_64                      9/97 
12:00:25 #12 9.229   Installing       : libseccomp-2.5.3-3.fc37.x86_64                       10/97 
12:00:25 #12 9.235   Installing       : libmpc-1.2.1-5.fc37.x86_64                           11/97 
12:00:25 #12 9.243   Installing       : libfdisk-2.38.1-1.fc37.x86_64                        12/97 
12:00:25 #12 9.257   Installing       : checkpolicy-3.4-3.fc37.x86_64                        13/97 
12:00:25 #12 9.448   Installing       : cpp-12.2.1-4.fc37.x86_64                             14/97 
12:00:25 #10 41.14 Selecting previously unselected package libcc1-0:armhf.
12:00:25 #10 41.15 Preparing to unpack .../033-libcc1-0_12.2.0-14+rpi1_armhf.deb ...
12:00:25 #10 41.16 Unpacking libcc1-0:armhf (12.2.0-14+rpi1) ...
12:00:25 #10 41.25 Selecting previously unselected package libgomp1:armhf.
12:00:25 #10 41.25 Preparing to unpack .../034-libgomp1_12.2.0-14+rpi1_armhf.deb ...
12:00:25 #10 41.26 Unpacking libgomp1:armhf (12.2.0-14+rpi1) ...
12:00:25 #10 41.32 Selecting previously unselected package libasan8:armhf.
12:00:25 #10 41.32 Preparing to unpack .../035-libasan8_12.2.0-14+rpi1_armhf.deb ...
12:00:25 #10 41.33 Unpacking libasan8:armhf (12.2.0-14+rpi1) ...
12:00:25 #12 7.527 Transaction test succeeded.
12:00:25 #10 55.12 Unpacking python3-urllib3 (1.24.1-1) ...
12:00:25 #10 55.17 Selecting previously unselected package python3-requests.
12:00:25 #10 55.17 Preparing to unpack .../323-python3-requests_2.21.0-1_all.deb ...
12:00:25 #10 55.18 Unpacking python3-requests (2.21.0-1) ...
12:00:25 #10 55.22 Selecting previously unselected package python3-unidiff.
12:00:25 #10 55.22 Preparing to unpack .../324-python3-unidiff_0.5.4-1_all.deb ...
12:00:25 #10 55.23 Unpacking python3-unidiff (0.5.4-1) ...
12:00:25 #10 55.26 Selecting previously unselected package python3-xdg.
12:00:25 #10 55.27 Preparing to unpack .../325-python3-xdg_0.25-5_all.deb ...
12:00:25 #10 55.27 Unpacking python3-xdg (0.25-5) ...
12:00:25 #10 55.31 Selecting previously unselected package shared-mime-info.
12:00:25 #10 55.32 Preparing to unpack .../326-shared-mime-info_1.10-1_armhf.deb ...
12:00:25 #10 47.88 Selecting previously unselected package libexporter-tiny-perl.
12:00:25 #10 47.88 Preparing to unpack .../244-libexporter-tiny-perl_1.006000-1_all.deb ...
12:00:25 #10 47.91 Unpacking libexporter-tiny-perl (1.006000-1) ...
12:00:25 #10 48.04 Selecting previously unselected package libfcgi-bin.
12:00:25 #10 48.04 Preparing to unpack .../245-libfcgi-bin_2.4.2-2_armhf.deb ...
12:00:25 #10 48.05 Unpacking libfcgi-bin (2.4.2-2) ...
12:00:25 #13 5.709 The following additional packages will be installed:
12:00:25 #13 5.709   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:00:25 #13 5.709   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:00:25 #13 5.710   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
12:00:25 #13 5.710   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
12:00:25 #13 5.710   libsystemd-dev libudev-dev libuv1 pkg-config
12:00:25 #13 5.711 Suggested packages:
12:00:25 #13 5.711   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
12:00:25 #13 5.711 Recommended packages:
12:00:25 #13 5.711   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
12:00:25 #13 5.750 The following NEW packages will be installed:
12:00:25 #13 5.750   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:00:25 #13 5.750   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:00:25 #13 5.750   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
12:00:25 #13 5.751   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
12:00:25 #13 5.751   libsystemd-dev libudev-dev libuv1 pkg-config
12:00:25 #10 DONE 67.9s
12:00:25 
12:00:25 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:25 #11 DONE 0.1s
12:00:25 
12:00:25 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:25 #13 5.822 Starting 2 pkgProblemResolver with broken count: 0
12:00:25 #13 5.829 Done
12:00:25 #11 52.64 Setting up libgdbm6:armhf (1.18.1-5) ...
12:00:25 #11 52.65 Setting up gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
12:00:25 #11 52.66 Setting up libctf0:armhf (2.34-6ubuntu1.4) ...
12:00:25 #11 52.67 Setting up pinentry-curses (1.1.0-3build1) ...
12:00:25 #11 52.69 Setting up manpages-dev (5.05-1) ...
12:00:25 #11 52.70 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
12:00:25 #11 52.71 Setting up libxcb1:armhf (1.14-2) ...
12:00:25 #11 52.72 Setting up at (3.1.23-1ubuntu1) ...
12:00:25 #11 52.87 invoke-rc.d: could not determine current runlevel
12:00:25 #11 52.87 invoke-rc.d: policy-rc.d denied execution of start.
12:00:25 #11 52.88 Setting up libicu66:armhf (66.1-2ubuntu2.1) ...
12:00:25 #11 48.65 Unpacking libtime-moment-perl (0.44-2) ...
12:00:25 #11 48.69 Selecting previously unselected package libtype-tiny-xs-perl:armhf.
12:00:25 #11 48.69 Preparing to unpack .../363-libtype-tiny-xs-perl_0.022-2_armhf.deb ...
12:00:25 #11 48.70 Unpacking libtype-tiny-xs-perl:armhf (0.022-2) ...
12:00:25 #11 48.73 Selecting previously unselected package libunicode-utf8-perl.
12:00:25 #11 48.73 Preparing to unpack .../364-libunicode-utf8-perl_0.62-1build4_armhf.deb ...
12:00:25 #11 48.74 Unpacking libunicode-utf8-perl (0.62-1build4) ...
12:00:25 #11 48.77 Selecting previously unselected package libwww-mechanize-perl.
12:00:25 #11 48.78 Preparing to unpack .../365-libwww-mechanize-perl_2.14-2_all.deb ...
12:00:25 #11 48.78 Unpacking libwww-mechanize-perl (2.14-2) ...
12:00:25 #11 48.82 Selecting previously unselected package libxml-namespacesupport-perl.
12:00:25 #11 48.83 Preparing to unpack .../366-libxml-namespacesupport-perl_1.12-2_all.deb ...
12:00:25 #11 48.83 Unpacking libxml-namespacesupport-perl (1.12-2) ...
12:00:25 #11 48.86 Selecting previously unselected package libxml-sax-base-perl.
12:00:25 #11 48.87 Preparing to unpack .../367-libxml-sax-base-perl_1.09-2_all.deb ...
12:00:25 #11 51.35 Setting up libssh-4:armhf (0.9.6-2build1) ...
12:00:25 #11 51.36 Setting up libwebp7:armhf (1.2.2-2) ...
12:00:25 #11 51.38 Setting up libubsan1:armhf (12.1.0-2ubuntu1~22.04) ...
12:00:25 #11 51.39 Setting up libgcc-11-dev:armhf (11.3.0-1ubuntu1~22.04) ...
12:00:25 #11 51.40 Setting up libmd0:armhf (1.0.4-1build1) ...
12:00:25 #11 51.42 Setting up python-apt-common (2.4.0) ...
12:00:25 #11 51.43 Setting up libnsl-dev:armhf (1.3.0-2build2) ...
12:00:25 #11 51.44 Setting up libcrypt-dev:armhf (1:4.4.27-1) ...
12:00:25 #11 51.46 Setting up libuchardet0:armhf (0.0.7-1build2) ...
12:00:25 #11 51.47 Setting up lzop (1.04-2build2) ...
12:00:25 #11 51.48 Setting up libmpdec3:armhf (2.5.1-2build2) ...
12:00:25 #11 51.53 Setting up git-man (1:2.34.1-1ubuntu1.6) ...
12:00:25 #11 51.55 Setting up netbase (6.3) ...
12:00:25 #10 69.41 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
12:00:25 #10 69.41 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
12:00:25 #10 69.42 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
12:00:25 #10 69.42 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
12:00:25 #10 69.43 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
12:00:25 #10 69.43 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
12:00:25 #10 69.44 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
12:00:25 #10 69.45 Setting up libfile-basedir-perl (0.08-1) ...
12:00:25 #10 69.46 Setting up libnumber-range-perl (0.12-1) ...
12:00:25 #10 69.48 Setting up libtask-weaken-perl (1.06-1) ...
12:00:25 #10 69.49 Setting up libunicode-utf8-perl (0.62-1) ...
12:00:25 #10 69.50 Setting up libstruct-dumb-perl (0.09-1) ...
12:00:25 #10 69.52 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
12:00:25 #10 69.54 Setting up libfile-listing-perl (6.04-1) ...
12:00:25 #10 69.55 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
12:00:25 #10 69.57 Setting up libclass-inspector-perl (1.32-1) ...
12:00:25 #10 69.58 Setting up libfont-afm-perl (1.20-2) ...
12:00:25 #10 69.60 Setting up libwant-perl (0.29-1+b4) ...
12:00:25 #10 69.61 Setting up libdynaloader-functions-perl (0.003-1) ...
12:00:25 #10 69.63 Setting up libtext-glob-perl (0.10-1) ...
12:00:25 #10 69.64 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:00:25 #10 69.66 Setting up liblist-compare-perl (0.53-1) ...
12:00:25 #10 69.67 Setting up libref-util-xs-perl (0.117-1+b1) ...
12:00:25 #10 69.68 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
12:00:25 #10 69.70 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
12:00:25 #10 69.71 Setting up libsort-key-perl (1.33-2+b1) ...
12:00:25 #10 69.72 Setting up libclone-perl (0.41-1+b1) ...
12:00:25 #13 30.71   Installing       : systemd-pam-252-3.el9.x86_64                         56/76 
12:00:26 #10 72.53 Setting up python3-debian (0.1.35) ...
12:00:26 #10 72.68 Setting up python3-requests (2.21.0-1) ...
12:00:26 #10 59.89 Setting up libhttp-negotiate-perl (6.00-2) ...
12:00:26 #10 59.90 Setting up libmailtools-perl (2.18-1) ...
12:00:26 #10 59.92 Setting up libgit-wrapper-perl (0.047-1) ...
12:00:26 #10 59.94 Setting up libhtml-format-perl (2.12-1) ...
12:00:26 #10 59.95 Setting up libemail-valid-perl (1.202-1) ...
12:00:26 #10 59.97 Setting up libhttp-cookies-perl (6.04-1) ...
12:00:26 #10 59.98 Setting up curl (7.58.0-2ubuntu3.22) ...
12:00:26 #10 60.00 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:26 #10 60.01 Setting up gnupg (2.2.4-1ubuntu1.6) ...
12:00:26 #10 60.03 Setting up libhttp-daemon-perl (6.01-1ubuntu0.1) ...
12:00:26 #10 60.04 Setting up libxml-simple-perl (2.24-1) ...
12:00:26 #10 60.05 Setting up lintian (2.5.81ubuntu1) ...
12:00:26 #10 60.07 Setting up libhtml-form-perl (6.03-1) ...
12:00:26 #10 60.09 Setting up libimport-into-perl (1.002005-1) ...
12:00:26 #14 20.42   Installing       : python3-libsemanage-2.9-9.el8.x86_64                 17/90 
12:00:26 #14 20.51   Installing       : python3-setools-4.3.0-3.el8.x86_64                   18/90 
12:00:26 #14 20.56   Installing       : libselinux-utils-2.9-8.el8.x86_64                    19/90 
12:00:26 #14 20.61   Installing       : policycoreutils-2.9-21.1.el8.x86_64                  20/90 
12:00:26 #14 20.63   Running scriptlet: policycoreutils-2.9-21.1.el8.x86_64                  20/90 
12:00:26 #14 20.64   Running scriptlet: openssh-8.0p1-17.el8.x86_64                          21/90 
12:00:26 #14 16.88   Running scriptlet: selinux-policy-minimum-3.14.3-114.el8.noarch         45/93 
12:00:26 #14 26.44   Installing       : policycoreutils-devel-2.9-21.1.el8.aarch64           46/93 
12:00:26 #14 26.66   Installing       : selinux-policy-devel-3.14.3-114.el8.noarch           47/93 
12:00:26 #14 26.69   Running scriptlet: selinux-policy-devel-3.14.3-114.el8.noarch           47/93 
12:00:26 #14 26.73   Upgrading        : libarchive-3.3.3-5.el8.aarch64                       48/93 
12:00:26 #14 26.76   Installing       : libsepol-devel-2.9-3.el8.aarch64                     49/93 
12:00:26 #14 26.81   Installing       : libselinux-devel-2.9-8.el8.aarch64                   50/93 
12:00:26 #14 27.07   Installing       : kernel-headers-4.18.0-448.el8.aarch64                51/93 
12:00:26 #10 68.56 Setting up python3-debian (0.1.49) ...
12:00:26 #12 9.463   Installing       : perl-threads-shared-1.64-489.fc37.x86_64             15/97 
12:00:26 #12 9.468   Installing       : perl-Thread-Queue-3.14-489.fc37.noarch               16/97 
12:00:26 #12 9.476   Installing       : python3-libsemanage-3.4-5.fc37.x86_64                17/97 
12:00:26 #12 9.519   Installing       : systemd-devel-251.10-588.fc37.x86_64                 18/97 
12:00:26 #12 9.573   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  19/97 
12:00:26 #12 9.614   Installing       : libxkbcommon-1.4.1-2.fc37.x86_64                     20/97 
12:00:26 #12 9.671   Installing       : vim-filesystem-2:9.0.1262-1.fc37.noarch              21/97 
12:00:26 #10 41.66 Selecting previously unselected package libubsan1:armhf.
12:00:26 #10 41.66 Preparing to unpack .../036-libubsan1_12.2.0-14+rpi1_armhf.deb ...
12:00:26 #12 7.528 Running transaction
12:00:26 #10 55.32 Unpacking shared-mime-info (1.10-1) ...
12:00:26 #10 55.47 Selecting previously unselected package strace.
12:00:26 #10 55.48 Preparing to unpack .../327-strace_4.26-0.2_armhf.deb ...
12:00:26 #10 55.48 Unpacking strace (4.26-0.2) ...
12:00:26 #10 55.56 Selecting previously unselected package unzip.
12:00:26 #10 55.56 Preparing to unpack .../328-unzip_6.0-23+deb10u3_armhf.deb ...
12:00:26 #10 55.57 Unpacking unzip (6.0-23+deb10u3) ...
12:00:26 #10 48.20 Selecting previously unselected package libindirect-perl.
12:00:26 #10 48.20 Preparing to unpack .../246-libindirect-perl_0.39-2+b1_armhf.deb ...
12:00:26 #10 48.23 Unpacking libindirect-perl (0.39-2+b1) ...
12:00:26 #13 6.249 The following additional packages will be installed:
12:00:26 #13 6.250   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:00:26 #13 6.250   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
12:00:26 #13 6.250   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
12:00:26 #13 6.250   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:00:26 #13 6.251   libuv1 pkg-config
12:00:26 #13 6.253 Suggested packages:
12:00:26 #13 6.253   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
12:00:26 #13 6.293 The following NEW packages will be installed:
12:00:26 #13 6.293   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:00:26 #13 6.294   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
12:00:26 #13 6.294   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
12:00:26 #13 6.294   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:00:26 #13 6.295   libuv1 pkg-config
12:00:26 #11 52.89 Setting up libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:26 #11 52.90 Setting up libedit2:armhf (3.1-20191231-1) ...
12:00:26 #11 52.91 Setting up libreadline8:armhf (8.0-4) ...
12:00:26 #11 52.93 Setting up m4 (1.4.18-4) ...
12:00:26 #11 52.94 Setting up libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:26 #11 52.95 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
12:00:26 #11 48.87 Unpacking libxml-sax-base-perl (1.09-2) ...
12:00:26 #11 48.92 Selecting previously unselected package libxml-sax-perl.
12:00:26 #11 48.92 Preparing to unpack .../368-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:00:26 #11 48.93 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:00:26 #11 48.97 Selecting previously unselected package libxml-libxml-perl.
12:00:26 #11 48.98 Preparing to unpack .../369-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_armhf.deb ...
12:00:26 #11 48.98 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:00:26 #11 49.03 Selecting previously unselected package libxml-parser-perl:armhf.
12:00:26 #11 49.03 Preparing to unpack .../370-libxml-parser-perl_2.46-3build1_armhf.deb ...
12:00:26 #11 49.04 Unpacking libxml-parser-perl:armhf (2.46-3build1) ...
12:00:26 #11 51.58 Setting up libbinutils:armhf (2.38-4ubuntu2.1) ...
12:00:26 #11 51.59 Setting up libfido2-1:armhf (1.10.0-1) ...
12:00:26 #11 51.60 Setting up libisl23:armhf (0.24-2build1) ...
12:00:26 #11 51.62 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
12:00:26 #11 51.63 Setting up openssl (3.0.2-0ubuntu1.7) ...
12:00:26 #11 51.65 Setting up libbsd0:armhf (0.11.5-1) ...
12:00:26 #11 51.66 Setting up libelf1:armhf (0.186-1build1) ...
12:00:26 #11 51.67 Setting up readline-common (8.1.2-1) ...
12:00:26 #11 51.69 Setting up publicsuffix (20211207.1025-1) ...
12:00:26 #11 51.70 Setting up zstd (1.4.8+dfsg-3build1) ...
12:00:26 #11 51.71 Setting up libmarkdown2:armhf (2.2.7-2) ...
12:00:26 #11 51.72 Setting up libcc1-0:armhf (12.1.0-2ubuntu1~22.04) ...
12:00:26 #11 51.73 Setting up iso-codes (4.9.0-1) ...
12:00:26 #11 51.75 Setting up liblocale-gettext-perl (1.07-4build3) ...
12:00:26 #11 51.76 Setting up dctrl-tools (2.24-3build2) ...
12:00:26 #11 51.77 Setting up libgdbm6:armhf (1.23-1) ...
12:00:26 #11 51.78 Setting up libicu70:armhf (70.1-2) ...
12:00:26 #11 51.79 Setting up libctf0:armhf (2.38-4ubuntu2.1) ...
12:00:26 #10 69.74 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:00:26 #10 69.75 Setting up libarchive-zip-perl (1.64-1) ...
12:00:26 #10 69.77 Setting up libsub-identify-perl (0.14-1+b1) ...
12:00:26 #10 69.78 Setting up libdistro-info-perl (0.21) ...
12:00:26 #10 69.79 Setting up python3-apt (1.8.4.3) ...
12:00:26 #10 69.97 Setting up libio-stringy-perl (2.111-3) ...
12:00:26 #10 69.98 Setting up liblist-moreutils-perl (0.416-1+b4) ...
12:00:26 #13 30.76   Running scriptlet: systemd-252-3.el9.x86_64                             57/76 
12:00:26 #13 31.07   Installing       : systemd-252-3.el9.x86_64                             57/76 
12:00:26 #10 42.79 Setting up python3 (3.9.2-3) ...
12:00:26 #10 72.84 Setting up libdata-optlist-perl (0.110-1) ...
12:00:26 #10 72.87 Setting up libipc-run-perl (20180523.0-1) ...
12:00:26 #10 72.90 Setting up git (1:2.20.1-2+deb10u7) ...
12:00:26 #10 72.94 Setting up libcontextual-return-perl (0.004014-2) ...
12:00:26 #10 72.95 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:26 #10 72.97 Setting up libtypes-serialiser-perl (1.0-1) ...
12:00:26 #10 72.98 Setting up g++ (4:8.3.0-1) ...
12:00:26 #10 73.01 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:26 #10 73.02 Setting up libhtml-parser-perl (3.72-3+b3) ...
12:00:26 #10 73.03 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:26 #10 73.05 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:00:26 #10 60.10 Setting up libmodule-implementation-perl (0.09-1) ...
12:00:26 #10 60.12 Setting up libparams-validate-perl (1.29-1) ...
12:00:26 #10 60.13 Setting up libmoo-perl (2.003004-1) ...
12:00:26 #10 60.15 Setting up libb-hooks-endofscope-perl (0.21-1) ...
12:00:26 #10 60.16 Setting up libpackage-stash-perl (0.37-1) ...
12:00:26 #10 60.18 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
12:00:26 #10 60.20 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:26 #10 60.21 Setting up licensecheck (3.0.31-2) ...
12:00:26 #10 60.23 Setting up dh-autoreconf (17) ...
12:00:26 #10 60.24 Setting up libwww-perl (6.31-1ubuntu0.1) ...
12:00:26 #10 60.25 Setting up debhelper (11.1.6ubuntu2) ...
12:00:26 #10 60.27 Setting up equivs (2.1.0) ...
12:00:26 #10 60.29 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:00:26 #10 60.30 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
12:00:26 #10 60.31 Setting up libxml-parser-perl (2.44-2build3) ...
12:00:26 #10 60.33 Setting up libxml-sax-expat-perl (0.40-2) ...
12:00:26 #10 60.37 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:26 #11 66.61   Cleanup    : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
12:00:26 #14 20.72   Installing       : openssh-8.0p1-17.el8.x86_64                          21/90 
12:00:26 #14 20.80   Upgrading        : tar-2:1.30-8.el8.x86_64                              22/90 
12:00:26 #14 20.81   Running scriptlet: tar-2:1.30-8.el8.x86_64                              22/90 
12:00:26 #14 20.91   Installing       : isl-0.16.1-6.el8.x86_64                              23/90 
12:00:26 #14 20.92   Running scriptlet: isl-0.16.1-6.el8.x86_64                              23/90 
12:00:26 #14 20.96   Installing       : libuv-1:1.41.1-1.el8_4.x86_64                        24/90 
12:00:26 #14 20.97   Installing       : perl-TermReadKey-2.37-7.el8.x86_64                   25/90 
12:00:26 #14 21.00   Installing       : less-530-1.el8.x86_64                                26/90 
12:00:26 #14 27.12   Running scriptlet: glibc-headers-2.28-224.el8.aarch64                   52/93 
12:00:26 #14 27.21   Installing       : glibc-headers-2.28-224.el8.aarch64                   52/93 
12:00:26 #14 27.24   Installing       : glibc-devel-2.28-224.el8.aarch64                     53/93 
12:00:26 #14 27.25   Running scriptlet: glibc-devel-2.28-224.el8.aarch64                     53/93 
12:00:26 #12 9.679   Installing       : libedit-3.1-43.20221009cvs.fc37.x86_64               22/97 
12:00:26 #12 9.807   Installing       : kernel-headers-6.1.5-200.fc37.x86_64                 23/97 
12:00:26 #12 9.888   Installing       : glibc-headers-x86-2.36-9.fc37.noarch                 24/97 
12:00:26 #15 DONE 2.3s
12:00:26 
12:00:26 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:00:26 #16 DONE 0.0s
12:00:26 
12:00:26 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:00:26 #17 DONE 0.0s
12:00:26 
12:00:26 #18 exporting to image
12:00:26 #18 exporting layers
12:00:26 #10 41.67 Unpacking libubsan1:armhf (12.2.0-14+rpi1) ...
12:00:26 #10 41.79 Selecting previously unselected package libgcc-12-dev:armhf.
12:00:26 #10 41.79 Preparing to unpack .../037-libgcc-12-dev_12.2.0-14+rpi1_armhf.deb ...
12:00:26 #10 41.79 Unpacking libgcc-12-dev:armhf (12.2.0-14+rpi1) ...
12:00:26 #10 68.74 Setting up python3-requests (2.28.1+dfsg-1) ...
12:00:26 #10 68.91 Setting up equivs (2.3.1) ...
12:00:26 #10 68.92 Setting up g++ (4:12.2.0-3) ...
12:00:26 #10 68.94 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:26 #10 68.95 Setting up build-essential (12.9) ...
12:00:26 #10 68.97 Setting up libmoox-aliases-perl (0.001006-2) ...
12:00:26 #10 55.62 Selecting previously unselected package xauth.
12:00:26 #10 55.62 Preparing to unpack .../329-xauth_1%3a1.0.10-1_armhf.deb ...
12:00:26 #10 55.63 Unpacking xauth (1:1.0.10-1) ...
12:00:26 #10 55.67 Selecting previously unselected package xdg-user-dirs.
12:00:26 #10 55.68 Preparing to unpack .../330-xdg-user-dirs_0.17-2_armhf.deb ...
12:00:26 #10 55.69 Unpacking xdg-user-dirs (0.17-2) ...
12:00:26 #10 55.80 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:00:26 #10 55.82 Setting up libapt-pkg-perl (0.1.34+b1) ...
12:00:26 #10 55.83 Setting up libksba8:armhf (1.3.5-2+deb10u2) ...
12:00:26 #10 55.84 Setting up libpipeline1:armhf (1.5.1-2) ...
12:00:26 #10 55.86 Setting up wdiff (1.2.2-2+b1) ...
12:00:26 #10 48.37 Selecting previously unselected package libxs-parse-keyword-perl.
12:00:26 #10 48.37 Preparing to unpack .../247-libxs-parse-keyword-perl_0.32-1_armhf.deb ...
12:00:26 #10 48.38 Unpacking libxs-parse-keyword-perl (0.32-1) ...
12:00:26 #10 48.49 Selecting previously unselected package libxs-parse-sublike-perl:armhf.
12:00:26 #10 48.49 Preparing to unpack .../248-libxs-parse-sublike-perl_0.16-1+b2_armhf.deb ...
12:00:26 #10 48.50 Unpacking libxs-parse-sublike-perl:armhf (0.16-1+b2) ...
12:00:26 #10 48.56 Selecting previously unselected package libobject-pad-perl.
12:00:26 #10 48.56 Preparing to unpack .../249-libobject-pad-perl_0.78-1_armhf.deb ...
12:00:26 #10 48.58 Unpacking libobject-pad-perl (0.78-1) ...
12:00:26 #11 53.30 Updating certificates in /etc/ssl/certs...
12:00:26 #11 49.08 Selecting previously unselected package libxml-sax-expat-perl.
12:00:26 #11 49.09 Preparing to unpack .../371-libxml-sax-expat-perl_0.51-1_all.deb ...
12:00:26 #11 49.09 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:00:26 #11 49.12 Selecting previously unselected package libyaml-libyaml-perl.
12:00:26 #11 49.13 Preparing to unpack .../372-libyaml-libyaml-perl_0.83+ds-1build1_armhf.deb ...
12:00:26 #11 49.13 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
12:00:26 #11 49.16 Selecting previously unselected package licensecheck.
12:00:26 #11 49.17 Preparing to unpack .../373-licensecheck_3.3.0-1_all.deb ...
12:00:26 #11 49.17 Unpacking licensecheck (3.3.0-1) ...
12:00:26 #11 49.21 Selecting previously unselected package libdevel-size-perl.
12:00:26 #11 49.21 Preparing to unpack .../374-libdevel-size-perl_0.83-2_armhf.deb ...
12:00:26 #11 49.22 Unpacking libdevel-size-perl (0.83-2) ...
12:00:26 #11 49.25 Selecting previously unselected package libipc-run3-perl.
12:00:26 #11 49.25 Preparing to unpack .../375-libipc-run3-perl_0.048-2_all.deb ...
12:00:26 #11 49.26 Unpacking libipc-run3-perl (0.048-2) ...
12:00:26 #11 49.30 Selecting previously unselected package lzip.
12:00:26 #11 49.30 Preparing to unpack .../376-lzip_1.23-4_armhf.deb ...
12:00:26 #11 49.31 Unpacking lzip (1.23-4) ...
12:00:26 #11 49.34 Selecting previously unselected package lzop.
12:00:26 #11 49.34 Preparing to unpack .../377-lzop_1.04-2build2_armhf.deb ...
12:00:26 #11 49.35 Unpacking lzop (1.04-2build2) ...
12:00:26 #11 49.38 Selecting previously unselected package t1utils.
12:00:26 #11 49.38 Preparing to unpack .../378-t1utils_1.41-4build2_armhf.deb ...
12:00:26 #11 49.39 Unpacking t1utils (1.41-4build2) ...
12:00:26 #11 51.81 Setting up libjpeg8:armhf (8c-2ubuntu10) ...
12:00:26 #11 51.82 Setting up pinentry-curses (1.1.1-1build2) ...
12:00:26 #11 51.83 Setting up cpp-11 (11.3.0-1ubuntu1~22.04) ...
12:00:26 #11 51.85 Setting up manpages-dev (5.10-1ubuntu1) ...
12:00:26 #11 51.86 Setting up libdw1:armhf (0.186-1build1) ...
12:00:26 #11 51.87 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
12:00:26 #11 51.88 Setting up libxcb1:armhf (1.14-3ubuntu3) ...
12:00:26 #11 51.89 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
12:00:26 #11 52.07 Setting up libedit2:armhf (3.1-20210910-1build1) ...
12:00:26 #10 70.00 Setting up libhtml-tagset-perl (3.20-3) ...
12:00:26 #10 70.01 Setting up liblog-any-perl (1.707-1) ...
12:00:26 #10 70.03 Setting up libauthen-sasl-perl (2.1600-1) ...
12:00:26 #10 70.05 Setting up libpod-constants-perl (0.19-1) ...
12:00:26 #10 70.06 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
12:00:26 #10 70.07 Setting up libconvert-binhex-perl (1.125-1) ...
12:00:26 #10 70.09 Setting up libfuture-perl (0.39-1) ...
12:00:26 #10 70.10 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:00:26 #10 70.12 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
12:00:26 #10 70.13 Setting up libtry-tiny-perl (0.30-1) ...
12:00:26 #10 70.14 Setting up libtype-tiny-perl (1.004004-1) ...
12:00:26 #10 70.15 Setting up libtest-fatal-perl (0.014-1) ...
12:00:26 #10 70.17 Setting up libcommon-sense-perl (3.74-2+b7) ...
12:00:26 #10 70.18 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:00:26 #10 70.20 Setting up libnet-http-perl (6.18-1) ...
12:00:26 #13 31.13   Running scriptlet: systemd-252-3.el9.x86_64                             57/76 
12:00:26 #13 31.28   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   58/76 
12:00:26 #13 31.33   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   58/76 
12:00:26 #13 31.35 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
12:00:26 #13 31.35 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
12:00:26 #13 31.35 
12:00:26 #13 31.35   Running scriptlet: dbus-broker-28-7.el9.x86_64                          59/76 
12:00:26 #13 31.42   Installing       : dbus-broker-28-7.el9.x86_64                          59/76 
12:00:26 #13 31.43   Running scriptlet: dbus-broker-28-7.el9.x86_64                          59/76 
12:00:26 #13 31.45 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
12:00:26 #13 31.45 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
12:00:26 #13 31.45 
12:00:26 12:00:26 #12 0.656 Hit:1 http://deb.debian.org/debian bullseye InRelease
#13 6.166 0 upgraded, 24 newly installed, 0 to remove and 4 not upgraded.
12:00:26 #13 6.166 1 not fully installed or removed.
12:00:26 #12 0.656 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:00:26 #13 6.166 Need to get 11.1 MB of archives.
12:00:26 #12 0.656 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:00:26 #13 6.166 After this operation, 43.8 MB of additional disk space will be used.
12:00:26 #13 6.166 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bash-completion all 1:2.11-5ubuntu1 [180 kB]
12:00:26 #10 42.90 Setting up binutils (2.35.2-2+rpi1) ...
12:00:26 #10 42.91 Setting up man-db (2.9.4-2) ...
12:00:26 #10 43.02 Building database of manual pages ...
12:00:26 #10 73.08 Setting up librole-tiny-perl (2.000006-1) ...
12:00:26 #10 73.09 Setting up gnupg (2.2.12-1+deb10u2) ...
12:00:26 #10 73.10 Setting up build-essential (12.6) ...
12:00:26 #10 73.11 Setting up libfile-homedir-perl (1.004-1) ...
12:00:26 #10 73.12 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:00:26 #10 73.14 Setting up libio-socket-ssl-perl (2.060-3) ...
12:00:26 #10 73.15 Setting up libsub-exporter-perl (0.987-1) ...
12:00:26 #10 73.16 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:26 #10 73.17 Setting up libhttp-message-perl (6.18-1) ...
12:00:26 #10 73.18 Setting up libhtml-form-perl (6.03-1) ...
12:00:26 #10 73.20 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
12:00:26 #10 73.21 Setting up libjson-xs-perl (3.040-1+b1) ...
12:00:26 #10 73.22 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:26 #10 73.23 Setting up libio-prompter-perl (0.004015-1) ...
12:00:26 #10 73.24 Setting up libhttp-cookies-perl (6.04-1) ...
12:00:26 #10 73.26 Setting up po-debconf (1.0.21) ...
12:00:26 #10 60.42 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:26 #10 60.55 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:26 #10 60.60 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:00:26 #10 60.62 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
12:00:26 #10 60.63 Updating certificates in /etc/ssl/certs...
12:00:26 #14 21.02   Installing       : libedit-3.1-23.20170329cvs.el8.x86_64                27/90 
12:00:26 #12 9.931   Installing       : libxcrypt-devel-4.4.33-4.fc37.x86_64                 25/97 
12:00:26 #12 9.937   Installing       : glibc-devel-2.36-9.fc37.x86_64                       26/97 
12:00:26 #12 10.07   Installing       : glibc-static-2.36-9.fc37.x86_64                      27/97 
12:00:26 #12 10.08   Installing       : libxcrypt-static-4.4.33-4.fc37.x86_64                28/97 
12:00:26 #12 10.10   Installing       : dbus-common-1:1.14.4-1.fc37.noarch                   29/97 
12:00:26 #12 10.11   Running scriptlet: dbus-common-1:1.14.4-1.fc37.noarch                   29/97 
12:00:26 #12 10.12   Running scriptlet: dbus-broker-32-1.fc37.x86_64                         30/97 
12:00:26 #10 41.94 Selecting previously unselected package gcc-12.
12:00:26 #10 41.94 Preparing to unpack .../038-gcc-12_12.2.0-14+rpi1_armhf.deb ...
12:00:26 #10 41.95 Unpacking gcc-12 (12.2.0-14+rpi1) ...
12:00:26 #10 68.99 Setting up libb-hooks-endofscope-perl (0.26-1) ...
12:00:26 #10 69.01 Setting up dput (1.1.3) ...
12:00:26 #10 69.16 Setting up libnamespace-clean-perl (0.27-2) ...
12:00:26 #10 69.18 Setting up libstring-license-perl (0.0.2-1) ...
12:00:26 #10 69.21 Setting up licensecheck (3.3.5-1) ...
12:00:26 #10 69.24 Setting up libgitlab-api-v4-perl (0.26-2) ...
12:00:26 #10 55.87 Setting up lsb-base (10.2019051400) ...
12:00:26 #10 55.88 Setting up mysql-common (5.8+1.0.5) ...
12:00:26 #10 55.91 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:00:26 #10 55.92 Setting up libxau6:armhf (1:1.0.8-1+b2) ...
12:00:26 #10 55.93 Setting up libkeyutils1:armhf (1.6-6) ...
12:00:26 #10 55.95 Setting up libpsl5:armhf (0.20.2-2) ...
12:00:26 #10 55.96 Setting up libgpm2:armhf (1.20.7-5) ...
12:00:26 #10 55.97 Setting up mime-support (3.62) ...
12:00:26 #10 56.00 Setting up xdg-user-dirs (0.17-2) ...
12:00:26 #10 56.04 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
12:00:26 #10 56.05 Setting up psmisc (23.2-1+deb10u1) ...
12:00:26 #10 56.07 Setting up libgc1c2:armhf (1:7.6.4-0.4) ...
12:00:26 #10 56.08 Setting up libyaml-0-2:armhf (0.2.1-1) ...
12:00:26 #10 56.10 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
12:00:26 #10 56.11 No schema files found: doing nothing.
12:00:26 #10 56.11 Setting up distro-info-data (0.41+deb10u6) ...
12:00:26 #10 56.13 Setting up manpages (4.16-2) ...
12:00:26 #10 56.14 Setting up unzip (6.0-23+deb10u3) ...
12:00:26 #10 56.17 Setting up libsqlite3-0:armhf (3.27.2-3+deb10u2) ...
12:00:26 #10 56.18 Setting up libsasl2-modules:armhf (2.1.27+dfsg-1+deb10u2) ...
12:00:26 #10 56.20 Setting up binutils-common:armhf (2.31.1-16) ...
12:00:26 #10 48.66 Selecting previously unselected package libfeature-compat-class-perl.
12:00:26 #10 48.66 Preparing to unpack .../250-libfeature-compat-class-perl_0.05-1_all.deb ...
12:00:26 #10 48.67 Unpacking libfeature-compat-class-perl (0.05-1) ...
12:00:26 #10 48.78 Selecting previously unselected package libsyntax-keyword-try-perl.
12:00:26 #10 48.78 Preparing to unpack .../251-libsyntax-keyword-try-perl_0.28-1_armhf.deb ...
12:00:26 #10 48.80 Unpacking libsyntax-keyword-try-perl (0.28-1) ...
12:00:26 #11 49.43 Selecting previously unselected package unzip.
12:00:26 #11 49.43 Preparing to unpack .../379-unzip_6.0-27ubuntu1_armhf.deb ...
12:00:26 #11 49.43 Unpacking unzip (6.0-27ubuntu1) ...
12:00:26 #11 49.48 Selecting previously unselected package lintian.
12:00:26 #11 49.49 Preparing to unpack .../380-lintian_2.115.3ubuntu2.1_all.deb ...
12:00:26 #11 49.50 Unpacking lintian (2.115.3ubuntu2.1) ...
12:00:26 #11 52.08 Setting up libreadline8:armhf (8.1.2-1) ...
12:00:26 #11 52.10 Setting up m4 (1.4.18-5ubuntu2) ...
12:00:26 #11 52.11 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:00:26 #11 52.12 Setting up libpython3.10-stdlib:armhf (3.10.6-1~22.04.2) ...
12:00:26 #11 52.14 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
12:00:26 #13 31.45   Installing       : device-mapper-libs-9:1.02.187-4.el9.x86_64           60/76 
12:00:26 #13 31.49   Installing       : device-mapper-9:1.02.187-4.el9.x86_64                61/76 
12:00:26 #13 31.63   Installing       : systemd-devel-252-3.el9.x86_64                       62/76 
12:00:26 #13 31.67   Installing       : device-mapper-devel-9:1.02.187-4.el9.x86_64          63/76 
12:00:26 #13 31.68   Installing       : annobin-11.05-1.el9.x86_64                           64/76 
12:00:26 #13 31.73   Running scriptlet: annobin-11.05-1.el9.x86_64                           64/76 
12:00:26 #13 31.75   Installing       : gcc-plugin-annobin-11.3.1-4.3.el9.x86_64             65/76 
12:00:26 #13 31.76   Running scriptlet: gcc-plugin-annobin-11.3.1-4.3.el9.x86_64             65/76 
12:00:26 #13 31.79   Installing       : libtool-2.4.6-45.el9.x86_64                          66/76 
12:00:26 #10 70.21 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:00:26 #10 70.22 Setting up libencode-locale-perl (1.05-1) ...
12:00:26 #10 70.24 Setting up libtext-levenshtein-perl (0.13-1) ...
12:00:26 #10 70.25 Setting up libnet-dns-perl (1.19-1) ...
12:00:26 #10 70.27 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
12:00:26 #10 70.29 Setting up libdevel-callchecker-perl (0.008-1) ...
12:00:26 #10 70.30 Setting up libstring-shellquote-perl (1.04-1) ...
12:00:26 #10 70.31 Setting up libsub-install-perl (0.928-1) ...
12:00:26 #10 70.32 Setting up dpkg-dev (1.19.8) ...
12:00:26 #10 70.35 Setting up libnumber-compare-perl (0.03-1) ...
12:00:26 #10 70.37 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:26 #10 70.38 Setting up libio-async-perl (0.72-1) ...
12:00:26 #10 70.39 Setting up liberror-perl (0.17027-2) ...
12:00:26 #10 70.41 Setting up patchutils (0.3.4-2) ...
12:00:26 #13 6.525 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive13 arm64 3.6.0-1ubuntu1 [367 kB]
12:00:26 #13 6.724 0 upgraded, 22 newly installed, 0 to remove and 4 not upgraded.
12:00:26 #13 6.724 1 not fully installed or removed.
12:00:26 #13 6.724 Need to get 11.7 MB of archives.
12:00:26 #13 6.724 After this operation, 46.8 MB of additional disk space will be used.
12:00:26 #13 6.724 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 bash-completion all 1:2.11-6ubuntu1 [179 kB]
12:00:26 #10 73.27 Setting up libhtml-tree-perl (5.07-2) ...
12:00:26 #10 73.28 Setting up libparams-classify-perl (0.015-1+b1) ...
12:00:26 #10 73.29 Setting up libcgi-pm-perl (4.40-1) ...
12:00:26 #10 73.30 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:00:26 #10 73.32 Setting up libnet-dns-sec-perl (1.11-1) ...
12:00:26 #10 73.33 Setting up libsereal-perl (4.005-1) ...
12:00:26 #10 73.34 Setting up libhtml-format-perl (2.12-1) ...
12:00:26 #10 73.35 Setting up libxml-sax-perl (1.00+dfsg-1) ...
12:00:26 #10 73.41 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:26 #10 73.47 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:26 #12 DONE 10.9s
12:00:26 
12:00:26 #13 [stage-1 5/8] COPY sources/ /sources
12:00:26 #13 DONE 0.2s
12:00:26 
12:00:26 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:26 #12 10.18   Installing       : dbus-broker-32-1.fc37.x86_64                         30/97 
12:00:26 #12 10.23   Running scriptlet: dbus-broker-32-1.fc37.x86_64                         30/97 
12:00:26 #12 10.24   Installing       : dbus-1:1.14.4-1.fc37.x86_64                          31/97 
12:00:26 #12 10.24   Installing       : annobin-docs-10.92-1.fc37.noarch                     32/97 
12:00:26 #12 10.25   Installing       : rhash-1.4.2-3.fc37.x86_64                            33/97 
12:00:26 #12 10.28   Installing       : qrencode-libs-4.1.1-3.fc37.x86_64                    34/97 
12:00:26 #12 10.39   Installing       : python3-setuptools-62.6.0-2.fc37.noarch              35/97 
12:00:26 #11 67.11   Cleanup    : rpm-4.11.3-45.el7.x86_64                                   52/52 
12:00:26 #11 67.63   Verifying  : file-5.11-37.el7.x86_64                                     1/52 
12:00:26 #11 67.65   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           2/52 
12:00:26 #11 67.67   Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/52 
12:00:26 #11 67.68   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       4/52 
12:00:26 #11 67.69   Verifying  : rpm-4.11.3-48.el7_9.x86_64                                  5/52 
12:00:26 #11 67.70   Verifying  : perl-threads-1.87-4.el7.x86_64                              6/52 
12:00:26 #11 67.71   Verifying  : perl-Exporter-5.68-3.el7.noarch                             7/52 
12:00:26 #11 67.72   Verifying  : perl-constant-1.27-2.el7.noarch                             8/52 
12:00:26 #11 67.73   Verifying  : perl-PathTools-3.40-5.el7.x86_64                            9/52 
12:00:26 #11 67.73   Verifying  : unzip-6.0-24.el7_9.x86_64                                  10/52 
12:00:26 #11 67.74   Verifying  : desktop-file-utils-0.23-2.el7.x86_64                       11/52 
12:00:26 #11 67.75   Verifying  : perl-Socket-2.010-5.el7.x86_64                             12/52 
12:00:26 #11 67.76   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         13/52 
12:00:26 #11 67.77   Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                      14/52 
12:00:26 #11 67.78   Verifying  : bzip2-1.0.6-13.el7.x86_64                                  15/52 
12:00:26 #11 67.79   Verifying  : perl-srpm-macros-1-8.el7.noarch                            16/52 
12:00:26 #11 67.80   Verifying  : groff-base-1.22.2-8.el7.x86_64                             17/52 
12:00:26 #11 67.81   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        18/52 
12:00:26 #11 67.82   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        19/52 
12:00:26 #11 67.83   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        20/52 
12:00:26 #11 67.84   Verifying  : gdb-7.6.1-120.el7.x86_64                                   21/52 
12:00:26 #11 67.85   Verifying  : dwz-0.11-3.el7.x86_64                                      22/52 
12:00:26 #11 67.86   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        23/52 
12:00:26 #10 56.22 Setting up libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
12:00:26 #10 56.24 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
12:00:26 #10 56.26 Setting up less (487-0.1+b1) ...
12:00:26 #10 56.35 Setting up perl-openssl-defaults:armhf (3) ...
12:00:26 #10 56.36 Setting up linux-libc-dev:armhf (4.19.269-1) ...
12:00:26 #10 56.37 Setting up gettext-base (0.19.8.1-9) ...
12:00:26 #10 56.39 Setting up liblzo2-2:armhf (2.10-0.1) ...
12:00:26 #10 56.40 Setting up libnpth0:armhf (1.6-1) ...
12:00:26 #10 56.42 Setting up krb5-locales (1.17-3+deb10u5) ...
12:00:26 #10 56.43 Setting up file (1:5.35-4+deb10u2) ...
12:00:26 #10 56.44 Setting up libossp-uuid16:armhf (1.6.2-1.5+b7) ...
12:00:26 #10 48.94 Selecting previously unselected package libfeature-compat-try-perl.
12:00:26 #10 48.95 Preparing to unpack .../252-libfeature-compat-try-perl_0.05-1_all.deb ...
12:00:26 #10 48.95 Unpacking libfeature-compat-try-perl (0.05-1) ...
12:00:26 #10 49.11 Selecting previously unselected package libipc-system-simple-perl.
12:00:26 #10 49.11 Preparing to unpack .../253-libipc-system-simple-perl_1.30-2_all.deb ...
12:00:26 #10 49.11 Unpacking libipc-system-simple-perl (1.30-2) ...
12:00:26 #10 49.14 Selecting previously unselected package libfile-basedir-perl.
12:00:26 #10 49.15 Preparing to unpack .../254-libfile-basedir-perl_0.09-2_all.deb ...
12:00:26 #10 49.15 Unpacking libfile-basedir-perl (0.09-2) ...
12:00:26 #10 49.18 Selecting previously unselected package libfile-chdir-perl.
12:00:26 #10 49.18 Preparing to unpack .../255-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:00:26 #10 49.19 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:00:26 #10 69.26 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:26 #10 69.28 Setting up libwww-perl (6.67-1) ...
12:00:26 #10 69.29 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
12:00:26 #10 69.30 Setting up libwww-mechanize-perl (2.15-1) ...
12:00:26 #10 69.32 Setting up devscripts (2.22.2) ...
12:00:26 #10 69.49 Setting up libxml-parser-perl (2.46-4) ...
12:00:26 #11 53.71 124 added, 0 removed; done.
12:00:26 #11 53.77 Setting up libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
12:00:26 #11 53.78 Setting up libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:26 #11 53.79 Setting up bsdmainutils (11.1.2ubuntu3) ...
12:00:26 #11 53.81 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:00:26 #11 53.82 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
12:00:26 #11 53.82 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:00:26 #11 53.82 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
12:00:26 #11 53.83 Setting up libgssapi-krb5-2:armhf (1.17-6ubuntu4.2) ...
12:00:26 #11 53.84 Setting up libgdbm-compat4:armhf (1.18.1-5) ...
12:00:26 #11 53.85 Setting up libssh-4:armhf (0.9.3-2ubuntu2.2) ...
12:00:26 #11 53.86 Setting up dwz (0.13-5) ...
12:00:26 #11 53.87 Setting up groff-base (1.22.4-4build1) ...
12:00:26 #11 53.89 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
12:00:26 #11 53.91 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
12:00:26 #11 53.92 Setting up libperl5.30:armhf (5.30.0-9ubuntu0.3) ...
12:00:26 #11 49.82 Selecting previously unselected package manpages-dev.
12:00:26 #11 49.83 Preparing to unpack .../381-manpages-dev_5.13-1_all.deb ...
12:00:26 #11 49.83 Unpacking manpages-dev (5.13-1) ...
12:00:26 #11 52.47 Updating certificates in /etc/ssl/certs...
12:00:26 #13 31.84   Installing       : libtool-ltdl-devel-2.4.6-45.el9.x86_64               67/76 
12:00:26 #13 31.85   Installing       : libseccomp-devel-2.5.2-2.el9.x86_64                  68/76 
12:00:26 #13 31.91   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            69/76 
12:00:26 #13 31.92   Upgrading        : libselinux-utils-3.5-0.rc2.1.el9.x86_64              70/76 
12:00:26 #10 70.42 Setting up libmail-sendmail-perl (0.80-1) ...
12:00:26 #10 70.44 Setting up libltdl-dev:arm64 (2.4.6-9) ...
12:00:26 #10 70.45 Setting up libxml-sax-base-perl (1.09-1) ...
12:00:26 #10 70.46 Setting up libio-string-perl (1.08-3) ...
12:00:26 #10 70.47 Setting up libreadonly-perl (2.050-1) ...
12:00:26 #10 70.49 Setting up python3-chardet (3.0.4-3) ...
12:00:26 #13 6.648 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjsoncpp25 arm64 1.9.5-3 [76.6 kB]
12:00:26 #13 6.666 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librhash0 arm64 1.4.2-1ubuntu1 [125 kB]
12:00:26 #13 6.685 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuv1 arm64 1.43.0-1 [89.9 kB]
12:00:26 #13 6.696 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
12:00:26 #13 6.697 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 emacsen-common all 3.0.4 [14.9 kB]
12:00:26 #13 6.699 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB]
12:00:26 #13 6.833 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cmake arm64 3.22.1-1ubuntu1.22.04.1 [4650 kB]
12:00:27 #13 7.100 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libarchive13 arm64 3.6.0-1ubuntu1 [367 kB]
12:00:27 #13 7.227 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjsoncpp25 arm64 1.9.5-4 [76.6 kB]
12:00:27 #10 42.12 Selecting previously unselected package gpg-wks-client.
12:00:27 #10 42.12 Preparing to unpack .../098-gpg-wks-client_2.2.27-2+deb11u2_armhf.deb ...
12:00:27 #10 42.13 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
12:00:27 #10 73.59 
12:00:27 #10 73.59 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:27 #10 73.63 Setting up dput (1.0.3) ...
12:00:27 #10 73.78 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:27 #10 73.79 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:27 #10 73.81 Setting up libmailtools-perl (2.18-1) ...
12:00:27 #10 60.95 0 added, 0 removed; done.
12:00:27 #10 60.95 Running hooks in /etc/ca-certificates/update.d...
12:00:27 #10 60.95 done.
12:00:27 #10 DONE 61.1s
12:00:27 
12:00:27 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:27 #11 DONE 0.0s
12:00:27 
12:00: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
12:00:27 #12 10.45   Installing       : python3-setools-4.4.0-9.fc37.x86_64                  36/97 
12:00:27 #12 10.51   Installing       : python3-audit-3.0.9-1.fc37.x86_64                    37/97 
12:00:27 #12 10.55   Installing       : perl-lib-0.65-492.fc37.x86_64                        38/97 
12:00:27 #12 10.55   Installing       : perl-TermReadKey-2.38-14.fc37.x86_64                 39/97 
12:00:27 #12 10.58   Installing       : perl-File-Copy-2.39-492.fc37.noarch                  40/97 
12:00:27 #12 10.59   Installing       : perl-File-Compare-1.100.700-492.fc37.noarch          41/97 
12:00:27 #12 10.61   Installing       : autoconf-2.71-4.fc37.noarch                          42/97 
12:00:27 #12 10.66   Installing       : automake-1.16.5-9.fc37.noarch                        43/97 
12:00:27 #12 10.71   Installing       : perl-Error-1:0.17029-10.fc37.noarch                  44/97 
12:00:27 #12 10.72   Installing       : pcre2-utf32-10.40-1.fc37.1.x86_64                    45/97 
12:00:27 #12 10.79   Installing       : pcre2-utf16-10.40-1.fc37.1.x86_64                    46/97 
12:00:27 #12 10.80   Installing       : pcre2-devel-10.40-1.fc37.1.x86_64                    47/97 
12:00:27 #11 67.88   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   24/52 
12:00:27 #11 67.89   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         25/52 
12:00:27 #11 67.89   Verifying  : patch-2.7.1-12.el7_7.x86_64                                26/52 
12:00:27 #11 67.90   Verifying  : perl-Carp-1.26-244.el7.noarch                              27/52 
12:00:27 #11 67.92   Verifying  : rpm-build-4.11.3-48.el7_9.x86_64                           28/52 
12:00:27 #11 67.93   Verifying  : perl-Storable-2.45-3.el7.x86_64                            29/52 
12:00:27 #11 67.93   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 30/52 
12:00:27 #11 67.94   Verifying  : rpm-libs-4.11.3-48.el7_9.x86_64                            31/52 
12:00:27 #11 67.96   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           32/52 
12:00:27 #11 67.96   Verifying  : perl-Encode-2.51-7.el7.x86_64                              33/52 
12:00:27 #11 67.97   Verifying  : rpmlint-1.5-4.el7.noarch                                   34/52 
12:00:27 #11 67.98   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          35/52 
12:00:27 #11 67.99   Verifying  : rpm-python-4.11.3-48.el7_9.x86_64                          36/52 
12:00:27 #11 68.00   Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             37/52 
12:00:27 #11 68.01   Verifying  : perl-File-Path-2.09-2.el7.noarch                           38/52 
12:00:27 #11 68.02   Verifying  : elfutils-0.176-5.el7.x86_64                                39/52 
12:00:27 #11 68.03   Verifying  : zip-3.0-11.el7.x86_64                                      40/52 
12:00:27 #11 68.04   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      41/52 
12:00:27 #11 68.05   Verifying  : perl-Filter-1.49-3.el7.x86_64                              42/52 
12:00:27 #11 68.06   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         43/52 
12:00:27 #11 68.07   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     44/52 
12:00:27 #11 68.08   Verifying  : python-srpm-macros-3-34.el7.noarch                         45/52 
12:00:27 #10 56.46 Setting up libassuan0:armhf (2.5.2-1) ...
12:00:27 #10 56.47 Setting up libgomp1:armhf (8.3.0-6) ...
12:00:27 #10 56.48 Setting up libapt-inst2.0:armhf (1.8.2.3) ...
12:00:27 #10 56.50 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
12:00:27 #10 56.51 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:00:27 #10 56.53 Setting up libicu63:armhf (63.1-6+deb10u3) ...
12:00:27 #10 56.54 Setting up libfakeroot:armhf (1.23-1) ...
12:00:27 #10 56.56 Setting up libkrb5support0:armhf (1.17-3+deb10u5) ...
12:00:27 #10 56.58 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
12:00:27 #10 56.59 Setting up fakeroot (1.23-1) ...
12:00:27 #10 56.60 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:27 #10 56.61 Setting up mariadb-common (1:10.3.36-0+deb10u2) ...
12:00:27 #10 56.63 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:00:27 #10 56.64 Setting up libasan5:armhf (8.3.0-6) ...
12:00:27 #10 56.65 Setting up autotools-dev (20180224.1) ...
12:00:27 #10 49.22 Selecting previously unselected package libfile-fcntllock-perl.
12:00:27 #10 49.22 Preparing to unpack .../256-libfile-fcntllock-perl_0.22-4+b1_armhf.deb ...
12:00:27 #10 49.22 Unpacking libfile-fcntllock-perl (0.22-4+b1) ...
12:00:27 #10 49.26 Selecting previously unselected package libnumber-compare-perl.
12:00:27 #10 49.26 Preparing to unpack .../257-libnumber-compare-perl_0.03-3_all.deb ...
12:00:27 #10 49.27 Unpacking libnumber-compare-perl (0.03-3) ...
12:00:27 #10 49.29 Selecting previously unselected package libtext-glob-perl.
12:00:27 #10 49.30 Preparing to unpack .../258-libtext-glob-perl_0.11-3_all.deb ...
12:00:27 #10 49.30 Unpacking libtext-glob-perl (0.11-3) ...
12:00:27 #10 49.32 Selecting previously unselected package libfile-find-rule-perl.
12:00:27 #10 49.33 Preparing to unpack .../259-libfile-find-rule-perl_0.34-3_all.deb ...
12:00:27 #10 49.34 Unpacking libfile-find-rule-perl (0.34-3) ...
12:00:27 #10 49.37 Selecting previously unselected package libfont-afm-perl.
12:00:27 #10 49.38 Preparing to unpack .../260-libfont-afm-perl_1.20-4_all.deb ...
12:00:27 #10 49.38 Unpacking libfont-afm-perl (1.20-4) ...
12:00:27 #10 69.52 Setting up lintian (2.116.3) ...
12:00:27 #10 69.54 Setting up libxml-sax-expat-perl (0.51-2) ...
12:00:27 #10 69.59 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:27 #10 69.64 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:27 #10 69.76 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:27 #11 53.93 Setting up libc6-dev:armhf (2.31-0ubuntu9.9) ...
12:00:27 #11 53.94 Setting up libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
12:00:27 #11 53.96 Setting up libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.6) ...
12:00:27 #11 53.97 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:00:27 #11 49.94 Selecting previously unselected package python3-certifi.
12:00:27 #11 49.95 Preparing to unpack .../382-python3-certifi_2022.6.15-2_all.deb ...
12:00:27 #11 49.95 Unpacking python3-certifi (2022.6.15-2) ...
12:00:27 #11 49.99 Selecting previously unselected package python3-cffi-backend:armhf.
12:00:27 #11 50.00 Preparing to unpack .../383-python3-cffi-backend_1.15.1-1_armhf.deb ...
12:00:27 #11 50.00 Unpacking python3-cffi-backend:armhf (1.15.1-1) ...
12:00:27 #11 50.04 Selecting previously unselected package python3-cryptography.
12:00:27 #11 50.04 Preparing to unpack .../384-python3-cryptography_3.4.8-2_armhf.deb ...
12:00:27 #11 50.05 Unpacking python3-cryptography (3.4.8-2) ...
12:00:27 #11 50.10 Selecting previously unselected package python3-idna.
12:00:27 #11 50.11 Preparing to unpack .../385-python3-idna_3.3-1_all.deb ...
12:00:27 #11 50.11 Unpacking python3-idna (3.3-1) ...
12:00:27 #11 52.90 124 added, 0 removed; done.
12:00:27 #15 DONE 1.9s
12:00:27 
12:00:27 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:00:27 #16 DONE 0.0s
12:00:27 
12:00:27 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:00:27 #17 DONE 0.0s
12:00:27 
12:00:27 #18 exporting to image
12:00:27 #18 exporting layers
12:00:27 #13 7.049 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 dh-apparmor all 3.0.4-2ubuntu2.1 [9534 B]
12:00:27 #13 7.050 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu4 [129 kB]
12:00:27 #13 7.053 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1ubuntu4 [12.0 kB]
12:00:27 #13 7.054 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libudev-dev arm64 249.11-0ubuntu3.6 [20.7 kB]
12:00:27 #13 7.054 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsepol-dev arm64 3.3-1build1 [387 kB]
12:00:27 #13 7.068 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-16-0 arm64 10.39-3ubuntu0.1 [185 kB]
12:00:27 #13 7.078 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-32-0 arm64 10.39-3ubuntu0.1 [177 kB]
12:00:27 #13 7.086 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-posix3 arm64 10.39-3ubuntu0.1 [5968 B]
12:00:27 #13 7.086 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-dev arm64 10.39-3ubuntu0.1 [663 kB]
12:00:27 #13 7.124 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libselinux1-dev arm64 3.3-1build2 [164 kB]
12:00:27 #13 7.126 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1ubuntu4 [36.6 kB]
12:00:27 #13 7.199 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libseccomp-dev arm64 2.5.3-2ubuntu2 [93.1 kB]
12:00:27 #10 70.76 Setting up libstring-copyright-perl (0.003006-1) ...
12:00:27 #10 70.78 Setting up python3-debian (0.1.35) ...
12:00:27 #10 70.99 Setting up python3-requests (2.21.0-1) ...
12:00:27 #13 7.246 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 librhash0 arm64 1.4.2-1ubuntu1 [125 kB]
12:00:27 #13 7.265 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libuv1 arm64 1.44.2-1 [87.3 kB]
12:00:27 #13 7.277 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
12:00:27 #13 7.278 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 emacsen-common all 3.0.4 [14.9 kB]
12:00:27 #13 7.280 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 cmake-data all 3.24.2-1ubuntu1 [2024 kB]
12:00:27 #13 31.98   Upgrading        : python3-libselinux-3.5-0.rc2.1.el9.x86_64            71/76 
12:00:27 #13 32.04   Installing       : which-2.21-28.el9.x86_64                             72/76 
12:00:27 #13 32.05   Cleanup          : libselinux-utils-3.5-0.rc1.1.el9.x86_64              73/76 
12:00:27 #13 32.11   Cleanup          : python3-libselinux-3.5-0.rc1.1.el9.x86_64            74/76 
12:00:27 #13 32.11   Cleanup          : libselinux-3.5-0.rc1.1.el9.x86_64                    75/76 
12:00:27 #13 32.15   Cleanup          : libsepol-3.5-0.rc1.2.el9.x86_64                      76/76 
12:00:27 #13 32.15   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          76/76 
12:00:27 #14 27.27   Installing       : libxcrypt-devel-4.1.1-6.el8.aarch64                  54/93 
12:00:27 #10 42.66 Setting up gcc (4:8.3.0-1+rpi2) ...
12:00:27 #10 42.68 Setting up perl (5.28.1-6+deb10u1) ...
12:00:27 #10 42.71 Setting up libio-html-perl (1.001-1) ...
12:00:27 #10 42.72 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
12:00:27 #10 42.74 Setting up libdpkg-perl (1.19.8) ...
12:00:27 #10 42.75 Setting up autoconf (2.69-11) ...
12:00:27 #10 42.78 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:27 #10 42.79 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
12:00:27 #10 42.81 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:00:27 #10 42.82 Setting up libstrictures-perl (2.000005-1) ...
12:00:27 #10 42.83 Setting up libsub-quote-perl (2.005001-1) ...
12:00:27 #10 42.85 Setting up liburi-perl (1.76-1) ...
12:00:27 #10 42.93 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
12:00:27 #10 42.95 Setting up automake (1:1.16.1-4) ...
12:00:27 #10 42.96 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:27 #10 42.96 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:00:27 #10 42.96 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:00:27 #10 42.96 Setting up libhttp-date-perl (6.02-1) ...
12:00:27 #10 42.97 Setting up libfile-which-perl (1.23-1) ...
12:00:27 #10 42.98 Setting up libfile-listing-perl (6.04-1) ...
12:00:27 #10 42.99 Setting up libdynaloader-functions-perl (0.003-1) ...
12:00:27 #10 43.00 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:00:27 #10 43.01 Setting up libio-pty-perl (1:1.08-1.1+b4) ...
12:00:27 #10 43.02 Setting up libarchive-zip-perl (1.64-1) ...
12:00:27 #10 43.04 Setting up libhtml-tagset-perl (3.20-3) ...
12:00:27 #10 43.06 Setting up libdebhelper-perl (13.2~bpo10+1) ...
12:00:27 #10 43.07 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:00:27 #10 43.08 Setting up libtry-tiny-perl (0.30-1) ...
12:00:27 #10 43.09 Setting up libnet-http-perl (6.18-1) ...
12:00:27 #10 43.10 Setting up libencode-locale-perl (1.05-1) ...
12:00:27 #10 43.11 Setting up libdevel-callchecker-perl (0.008-1) ...
12:00:27 #10 43.12 Setting up dpkg-dev (1.19.8) ...
12:00:27 #10 43.14 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:27 #10 73.83 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
12:00:27 #10 73.84 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
12:00:27 #10 73.89 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:27 #10 73.95 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:27 #10 74.02 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:27 #12 10.83   Installing       : libuv-1:1.44.2-2.fc37.x86_64                         48/97 
12:00:27 #12 10.84   Running scriptlet: libutempter-1.2.1-7.fc37.x86_64                      49/97 
12:00:27 #12 10.88   Installing       : libutempter-1.2.1-7.fc37.x86_64                      49/97 
12:00:27 #12 10.95   Installing       : util-linux-2.38.1-1.fc37.x86_64                      50/97 
12:00:27 #12 11.00   Running scriptlet: openssh-8.8p1-7.fc37.x86_64                          51/97 
12:00:27 #12 11.04   Installing       : openssh-8.8p1-7.fc37.x86_64                          51/97 
12:00:27 #11 68.09   Verifying  : 4:perl-libs-5.16.3-299.el7_9.x86_64                        46/52 
12:00:27 #11 68.10   Verifying  : rpm-build-libs-4.11.3-48.el7_9.x86_64                      47/52 
12:00:27 #11 68.11   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               48/52 
12:00:27 #11 68.12   Verifying  : rpm-4.11.3-45.el7.x86_64                                   49/52 
12:00:27 #11 68.12   Verifying  : rpm-build-libs-4.11.3-45.el7.x86_64                        50/52 
12:00:27 #11 68.12   Verifying  : rpm-libs-4.11.3-45.el7.x86_64                              51/52 
12:00:27 #11 68.12   Verifying  : rpm-python-4.11.3-45.el7.x86_64                            52/52 
12:00:27 #11 68.15 
12:00:27 #11 68.15 Installed:
12:00:27 #11 68.15   rpm-build.x86_64 0:4.11.3-48.el7_9         rpmlint.noarch 0:1.5-4.el7        
12:00:27 #11 68.15 
12:00:27 #11 68.15 Dependency Installed:
12:00:27 #11 68.15   bzip2.x86_64 0:1.0.6-13.el7                                                   
12:00:27 #11 68.15   desktop-file-utils.x86_64 0:0.23-2.el7                                        
12:00:27 #11 68.15   dwz.x86_64 0:0.11-3.el7                                                       
12:00:27 #11 68.15   elfutils.x86_64 0:0.176-5.el7                                                 
12:00:27 #11 68.15   emacs-filesystem.noarch 1:24.3-23.el7                                         
12:00:27 #11 68.15   file.x86_64 0:5.11-37.el7                                                     
12:00:27 #11 68.15   gdb.x86_64 0:7.6.1-120.el7                                                    
12:00:27 #11 68.15   groff-base.x86_64 0:1.22.2-8.el7                                              
12:00:27 #11 68.15   patch.x86_64 0:2.7.1-12.el7_7                                                 
12:00:27 #11 68.15   perl.x86_64 4:5.16.3-299.el7_9                                                
12:00:27 #11 68.15   perl-Carp.noarch 0:1.26-244.el7                                               
12:00:27 #11 68.15   perl-Encode.x86_64 0:2.51-7.el7                                               
12:00:27 #11 68.15   perl-Exporter.noarch 0:5.68-3.el7                                             
12:00:27 #11 68.15   perl-File-Path.noarch 0:2.09-2.el7                                            
12:00:27 #11 68.15   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
12:00:27 #11 68.15   perl-Filter.x86_64 0:1.49-3.el7                                               
12:00:27 #11 68.15   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
12:00:27 #11 68.15   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
12:00:27 #11 68.15   perl-PathTools.x86_64 0:3.40-5.el7                                            
12:00:27 #11 68.15   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
12:00:27 #11 68.15   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
12:00:27 #11 68.15   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
12:00:27 #11 68.15   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
12:00:27 #11 68.15   perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
12:00:27 #11 68.15   perl-Socket.x86_64 0:2.010-5.el7                                              
12:00:27 #11 68.15   perl-Storable.x86_64 0:2.45-3.el7                                             
12:00:27 #11 68.15   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
12:00:27 #11 68.15   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
12:00:27 #11 68.15   perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
12:00:27 #11 68.15   perl-Time-Local.noarch 0:1.2300-2.el7                                         
12:00:27 #11 68.15   perl-constant.noarch 0:1.27-2.el7                                             
12:00:27 #11 68.15   perl-libs.x86_64 4:5.16.3-299.el7_9                                           
12:00:27 #11 68.15   perl-macros.x86_64 4:5.16.3-299.el7_9                                         
12:00:27 #11 68.15   perl-parent.noarch 1:0.225-244.el7                                            
12:00:27 #11 68.15   perl-podlators.noarch 0:2.5.1-3.el7                                           
12:00:27 #11 68.15   perl-srpm-macros.noarch 0:1-8.el7                                             
12:00:27 #11 68.15   perl-threads.x86_64 0:1.87-4.el7                                              
12:00:27 #11 68.15   perl-threads-shared.x86_64 0:1.43-6.el7                                       
12:00:27 #11 68.15   python-srpm-macros.noarch 0:3-34.el7                                          
12:00:27 #11 68.15   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
12:00:27 #11 68.15   unzip.x86_64 0:6.0-24.el7_9                                                   
12:00:27 #11 68.15   zip.x86_64 0:3.0-11.el7                                                       
12:00:27 #11 68.15 
12:00:27 #11 68.15 Dependency Updated:
12:00:27 #11 68.15   rpm.x86_64 0:4.11.3-48.el7_9        rpm-build-libs.x86_64 0:4.11.3-48.el7_9  
12:00:27 #11 68.15   rpm-libs.x86_64 0:4.11.3-48.el7_9   rpm-python.x86_64 0:4.11.3-48.el7_9      
12:00:27 #11 68.15 
12:00:27 #11 68.15 Complete!
12:00:27 #11 DONE 68.3s
12:00:27 #10 56.67 Setting up libglib2.0-data (2.58.3-2+deb10u4) ...
12:00:27 #10 56.68 Setting up libpython2.7-minimal:armhf (2.7.16-2+deb10u1) ...
12:00:27 #10 56.72 Setting up libwrap0:armhf (7.6.q-28) ...
12:00:27 #10 56.73 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
12:00:27 #10 56.75 Setting up make (4.2.1-1.2) ...
12:00:27 #10 56.76 Setting up libmpfr6:armhf (4.0.2-1) ...
12:00:27 #10 56.77 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
12:00:27 #10 56.79 Setting up libntlm0:armhf (1.5-1+deb10u1) ...
12:00:27 #10 56.80 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
12:00:27 #10 56.81 Setting up libidn11:armhf (1.33-2.2) ...
12:00:27 #10 56.83 Setting up libncurses6:armhf (6.1+20181013-2+deb10u3) ...
12:00:27 #10 56.84 Setting up strace (4.26-0.2) ...
12:00:27 #10 56.85 Setting up libsigsegv2:armhf (2.12-2) ...
12:00:27 #10 56.87 Setting up xz-utils (5.2.4-1+deb10u1) ...
12:00:27 #10 56.88 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:27 #10 56.89 Setting up libfribidi0:armhf (1.0.5-3.1+deb10u2) ...
12:00:27 #10 56.90 Setting up t1utils (1.41-3) ...
12:00:27 #10 56.91 Setting up diffstat (1.62-1) ...
12:00:27 #10 56.92 Setting up libmpc3:armhf (1.1.0-1) ...
12:00:27 #10 56.94 Setting up libatomic1:armhf (8.3.0-6) ...
12:00:27 #10 56.95 Setting up patch (2.7.6-3+deb10u1) ...
12:00:27 #10 56.96 Setting up mailutils-common (1:3.5-4) ...
12:00:27 #10 49.41 Selecting previously unselected package libio-string-perl.
12:00:27 #10 49.42 Preparing to unpack .../261-libio-string-perl_1.08-4_all.deb ...
12:00:27 #10 49.42 Unpacking libio-string-perl (1.08-4) ...
12:00:27 #10 49.45 Selecting previously unselected package libfont-ttf-perl.
12:00:27 #10 49.45 Preparing to unpack .../262-libfont-ttf-perl_1.06-2_all.deb ...
12:00:27 #10 49.45 Unpacking libfont-ttf-perl (1.06-2) ...
12:00:27 #10 49.52 Selecting previously unselected package libfreezethaw-perl.
12:00:27 #10 49.52 Preparing to unpack .../263-libfreezethaw-perl_0.5001-3_all.deb ...
12:00:27 #10 49.52 Unpacking libfreezethaw-perl (0.5001-3) ...
12:00:27 #10 49.56 Selecting previously unselected package libsort-versions-perl.
12:00:27 #10 49.56 Preparing to unpack .../264-libsort-versions-perl_1.62-3_all.deb ...
12:00:27 #10 49.56 Unpacking libsort-versions-perl (1.62-3) ...
12:00:27 #10 49.59 Selecting previously unselected package libgit-wrapper-perl.
12:00:27 #10 49.59 Preparing to unpack .../265-libgit-wrapper-perl_0.048-2_all.deb ...
12:00:27 #10 49.59 Unpacking libgit-wrapper-perl (0.048-2) ...
12:00:27 #10 49.62 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:00:27 #10 49.62 Preparing to unpack .../266-libhttp-tiny-multipart-perl_0.08-2_all.deb ...
12:00:27 #10 49.63 Unpacking libhttp-tiny-multipart-perl (0.08-2) ...
12:00:27 #10 49.66 Selecting previously unselected package libio-prompter-perl.
12:00:27 #10 49.66 Preparing to unpack .../267-libio-prompter-perl_0.004015-2_all.deb ...
12:00:27 #10 49.66 Unpacking libio-prompter-perl (0.004015-2) ...
12:00:27 #10 49.69 Selecting previously unselected package libjson-perl.
12:00:27 #10 49.69 Preparing to unpack .../268-libjson-perl_4.10000-1_all.deb ...
12:00:27 #10 49.70 Unpacking libjson-perl (4.10000-1) ...
12:00:27 #10 49.73 Selecting previously unselected package liblog-any-perl.
12:00:27 #10 49.73 Preparing to unpack .../269-liblog-any-perl_1.713-1_all.deb ...
12:00:27 #10 69.79 Setting up libsoap-lite-perl (1.27-2) ...
12:00:27 #10 69.80 Setting up libxmlrpc-lite-perl (0.717-5) ...
12:00:27 #10 69.81 Processing triggers for libc-bin (2.36-8) ...
12:00:27 #10 69.84 Processing triggers for ca-certificates (20211016) ...
12:00:27 #10 69.85 Updating certificates in /etc/ssl/certs...
12:00:27 #11 50.15 Selecting previously unselected package python3-nacl.
12:00:27 #11 50.16 Preparing to unpack .../386-python3-nacl_1.5.0-2_armhf.deb ...
12:00:27 #11 50.16 Unpacking python3-nacl (1.5.0-2) ...
12:00:27 #11 50.20 Selecting previously unselected package python3-six.
12:00:27 #11 50.21 Preparing to unpack .../387-python3-six_1.16.0-4_all.deb ...
12:00:27 #11 50.21 Unpacking python3-six (1.16.0-4) ...
12:00:27 #11 50.26 Selecting previously unselected package python3-bcrypt.
12:00:27 #11 50.26 Preparing to unpack .../388-python3-bcrypt_3.2.0-1build1_armhf.deb ...
12:00:27 #11 50.27 Unpacking python3-bcrypt (3.2.0-1build1) ...
12:00:27 #11 50.31 Selecting previously unselected package python3-paramiko.
12:00:27 #11 50.31 Preparing to unpack .../389-python3-paramiko_2.10.4-1ubuntu1_all.deb ...
12:00:27 #11 50.31 Unpacking python3-paramiko (2.10.4-1ubuntu1) ...
12:00:27 #11 52.99 Setting up libfreetype6:armhf (2.11.1+dfsg-1ubuntu0.1) ...
12:00:27 #11 53.00 Setting up libgdbm-compat4:armhf (1.23-1) ...
12:00:27 #11 53.01 Setting up dwz (0.14-1build2) ...
12:00:27 #11 53.02 Setting up groff-base (1.22.4-8build1) ...
12:00:27 #11 53.04 Setting up cpp (4:11.2.0-1ubuntu1) ...
12:00:27 #11 53.06 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
12:00:27 #11 53.07 Setting up debugedit (1:5.0-4build1) ...
12:00:27 #11 53.09 Setting up libcurl4:armhf (7.81.0-1ubuntu1.7) ...
12:00:27 #11 53.11 Setting up libc6-dev:armhf (2.35-0ubuntu3.1) ...
12:00:27 #11 53.12 Setting up libx11-6:armhf (2:1.7.5-1) ...
12:00:27 #13 7.205 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsystemd-dev arm64 249.11-0ubuntu3.6 [306 kB]
12:00:27 #13 7.217 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-0 arm64 2.72.4-0ubuntu1 [1430 kB]
12:00:27 #13 7.282 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pkg-config arm64 0.29.2-1ubuntu3 [47.4 kB]
12:00:27 #12 8.775   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch            1/1 
12:00:27 #12 8.905   Preparing        :                                                        1/1 
12:00:27 #12 8.955   Upgrading        : systemd-libs-250.9-1.fc36.x86_64                      1/97 
12:00:27 #12 8.965   Upgrading        : libxcrypt-4.4.33-4.fc36.x86_64                        2/97 
12:00:27 #12 8.975   Installing       : python3-libselinux-3.3-4.fc36.x86_64                  3/97 
12:00:27 #12 8.981   Installing       : libtool-ltdl-2.4.7-1.fc36.x86_64                      4/97 
12:00:27 #12 8.989   Installing       : libfdisk-2.38-1.fc36.x86_64                           5/97 
12:00:27 #12 8.994   Installing       : cmake-rpm-macros-3.25.2-1.fc36.noarch                 6/97 
12:00:27 #12 9.001   Installing       : cmake-filesystem-3.25.2-1.fc36.x86_64                 7/97 
12:00:27 #12 9.008   Installing       : perl-threads-1:2.26-449.fc36.x86_64                   8/97 
12:00:27 #12 9.014   Installing       : perl-File-Find-1.39-486.fc36.noarch                   9/97 
12:00:27 #12 9.022   Installing       : m4-1.4.19-3.fc36.x86_64                              10/97 
12:00:27 #12 9.028   Installing       : libseccomp-2.5.3-2.fc36.x86_64                       11/97 
12:00:27 #12 9.035   Installing       : libmpc-1.2.1-4.fc36.x86_64                           12/97 
12:00:27 #12 9.050   Installing       : checkpolicy-3.3-2.fc36.x86_64                        13/97 
12:00:27 #10 71.16 Setting up libdata-optlist-perl (0.110-1) ...
12:00:27 #10 71.18 Setting up libipc-run-perl (20180523.0-1) ...
12:00:27 #10 71.19 Setting up git (1:2.20.1-2+deb10u7) ...
12:00:27 #10 71.23 Setting up libcontextual-return-perl (0.004014-2) ...
12:00:27 #10 71.24 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:27 #13 7.427 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 cmake arm64 3.24.2-1ubuntu1 [6634 kB]
12:00:27 #14 21.10   Installing       : openssh-clients-8.0p1-17.el8.x86_64                  28/90 
12:00:27 #14 28.40   Installing       : gcc-8.5.0-18.el8.aarch64                             55/93 
12:00:27 #14 28.42   Running scriptlet: gcc-8.5.0-18.el8.aarch64                             55/93 
12:00:27 #10 43.15 Setting up liberror-perl (0.17027-2) ...
12:00:27 #10 43.17 Setting up patchutils (0.3.4-2) ...
12:00:27 #10 43.18 Setting up libipc-run-perl (20180523.0-1) ...
12:00:27 #10 43.20 Setting up git (1:2.20.1-2+deb10u7) ...
12:00:27 #10 43.23 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:27 #10 43.25 Setting up libhtml-parser-perl (3.72-3+b2) ...
12:00:27 #10 43.26 Setting up librole-tiny-perl (2.000006-1) ...
12:00:27 #10 43.28 Setting up libfile-homedir-perl (1.004-1) ...
12:00:27 #10 43.30 Setting up libio-socket-ssl-perl (2.060-3) ...
12:00:27 #10 43.32 Setting up libhttp-message-perl (6.18-1) ...
12:00:27 #10 43.33 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
12:00:27 #10 43.35 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:27 #10 43.36 Setting up libhttp-cookies-perl (6.04-1) ...
12:00:27 #10 74.15 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:27 #10 74.18 Setting up libconst-fast-perl (0.014-1) ...
12:00:27 #10 74.20 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ...
12:00:27 #10 74.22 Setting up libmodule-implementation-perl (0.09-1) ...
12:00:27 #10 74.24 Setting up libemail-valid-perl (1.202-1) ...
12:00:27 #10 74.26 Setting up libcgi-fast-perl (1:2.13-1) ...
12:00:27 #10 74.28 Setting up libpackage-stash-perl (0.38-1) ...
12:00:27 #10 74.30 Setting up libimport-into-perl (1.002005-1) ...
12:00:27 #10 74.32 Setting up libmoo-perl (2.003004-2) ...
12:00:27 #12 1.010 Reading package lists...
12:00:27 
12:00:27 #12 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
12:00:27 #12 DONE 0.1s
12:00:27 
12:00: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
12:00:27 #12 11.07   Installing       : libsepol-devel-3.4-3.fc37.x86_64                     52/97 
12:00:27 #12 11.08   Installing       : libselinux-devel-3.4-5.fc37.x86_64                   53/97 
12:00:27 #12 11.12   Installing       : libselinux-utils-3.4-5.fc37.x86_64                   54/97 
12:00:27 #12 11.18   Installing       : policycoreutils-3.4-6.fc37.x86_64                    55/97 
12:00:27 #12 11.22   Running scriptlet: policycoreutils-3.4-6.fc37.x86_64                    55/97 
12:00:27 #12 11.23   Installing       : selinux-policy-37.19-1.fc37.noarch                   56/97 
12:00:27 #10 56.98 Setting up autopoint (0.19.8.1-9) ...
12:00:27 #10 56.99 Setting up libmariadb3:armhf (1:10.3.36-0+deb10u2) ...
12:00:27 #10 57.00 Setting up libfl2:armhf (2.6.4-6.2) ...
12:00:27 #10 57.02 Setting up libpcre2-8-0:armhf (10.32-5) ...
12:00:27 #10 57.03 Setting up libk5crypto3:armhf (1.17-3+deb10u5) ...
12:00:27 #10 57.04 Setting up libltdl7:armhf (2.4.6-9) ...
12:00:27 #10 57.06 Setting up libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
12:00:27 #10 57.08 Setting up libevent-2.1-6:armhf (2.1.8-stable-4) ...
12:00:27 #10 57.09 Setting up libubsan1:armhf (8.3.0-6) ...
12:00:27 #10 57.10 Setting up libisl19:armhf (0.20-2) ...
12:00:27 #10 57.16 Setting up dwz (0.12-3) ...
12:00:27 #10 57.18 Setting up python-apt-common (1.8.4.3) ...
12:00:27 #10 49.74 Unpacking liblog-any-perl (1.713-1) ...
12:00:27 #10 49.78 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:00:27 #10 49.78 Preparing to unpack .../270-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
12:00:27 #10 49.78 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
12:00:27 #10 49.81 Selecting previously unselected package libpackage-stash-perl.
12:00:27 #10 49.81 Preparing to unpack .../271-libpackage-stash-perl_0.40-1_all.deb ...
12:00:27 #10 49.81 Unpacking libpackage-stash-perl (0.40-1) ...
12:00:27 #10 49.84 Selecting previously unselected package libsub-identify-perl.
12:00:27 #10 49.84 Preparing to unpack .../272-libsub-identify-perl_0.14-3_armhf.deb ...
12:00:27 #10 49.84 Unpacking libsub-identify-perl (0.14-3) ...
12:00:27 #10 49.87 Selecting previously unselected package libsub-name-perl:armhf.
12:00:27 #10 49.87 Preparing to unpack .../273-libsub-name-perl_0.26-2+b1_armhf.deb ...
12:00:27 #10 49.88 Unpacking libsub-name-perl:armhf (0.26-2+b1) ...
12:00:27 #10 49.91 Selecting previously unselected package libnamespace-clean-perl.
12:00:27 #10 49.91 Preparing to unpack .../274-libnamespace-clean-perl_0.27-2_all.deb ...
12:00:27 #10 49.91 Unpacking libnamespace-clean-perl (0.27-2) ...
12:00:27 #10 49.94 Selecting previously unselected package libpath-tiny-perl.
12:00:27 #10 49.94 Preparing to unpack .../275-libpath-tiny-perl_0.144-1_all.deb ...
12:00:27 #10 70.17 0 added, 0 removed; done.
12:00:27 #10 70.17 Running hooks in /etc/ca-certificates/update.d...
12:00:27 #10 70.18 done.
12:00:27 #11 50.36 Selecting previously unselected package python3-urllib3.
12:00:27 #11 50.36 Preparing to unpack .../390-python3-urllib3_1.26.9-1_all.deb ...
12:00:27 #11 50.37 Unpacking python3-urllib3 (1.26.9-1) ...
12:00:27 #11 50.42 Selecting previously unselected package python3-requests.
12:00:27 #11 50.43 Preparing to unpack .../391-python3-requests_2.27.1+dfsg-1ubuntu2_all.deb ...
12:00:27 #11 50.43 Unpacking python3-requests (2.27.1+dfsg-1ubuntu2) ...
12:00:27 #11 50.48 Selecting previously unselected package python3-unidiff.
12:00:27 #11 50.49 Preparing to unpack .../392-python3-unidiff_0.7.3-1_all.deb ...
12:00:27 #11 50.49 Unpacking python3-unidiff (0.7.3-1) ...
12:00:27 #11 50.53 Selecting previously unselected package zstd.
12:00:27 #11 50.53 Preparing to unpack .../393-zstd_1.5.2+dfsg-1_armhf.deb ...
12:00:27 #11 50.54 Unpacking zstd (1.5.2+dfsg-1) ...
12:00:27 #11 50.58 Selecting previously unselected package equivs.
12:00:27 #11 50.58 Preparing to unpack .../394-equivs_2.3.1_all.deb ...
12:00:27 #11 50.59 Unpacking equivs (2.3.1) ...
12:00:27 #11 50.62 Selecting previously unselected package libauthen-sasl-perl.
12:00:27 #11 50.62 Preparing to unpack .../395-libauthen-sasl-perl_2.1600-2_all.deb ...
12:00:27 #11 50.64 Unpacking libauthen-sasl-perl (2.1600-2) ...
12:00:27 #11 50.67 Selecting previously unselected package python3-magic.
12:00:27 #11 50.67 Preparing to unpack .../396-python3-magic_2%3a0.4.26-2_all.deb ...
12:00:27 #11 50.68 Unpacking python3-magic (2:0.4.26-2) ...
12:00:27 #11 53.14 Setting up libtiff5:armhf (4.3.0-6ubuntu0.3) ...
12:00:27 #11 53.15 Setting up curl (7.81.0-1ubuntu1.7) ...
12:00:27 #11 53.16 Setting up libfontconfig1:armhf (2.13.1-4.2ubuntu5) ...
12:00:27 #11 53.17 Setting up binutils-arm-linux-gnueabihf (2.38-4ubuntu2.1) ...
12:00:27 #11 53.19 Setting up libxml2:armhf (2.9.13+dfsg-1ubuntu0.2) ...
12:00:27 #11 53.20 Setting up libxmuu1:armhf (2:1.1.3-3) ...
12:00:27 #11 53.22 Setting up gpg (2.2.27-3ubuntu2.1) ...
12:00:27 #11 53.23 Setting up libpython3-stdlib:armhf (3.10.6-1~22.04) ...
12:00:27 #11 53.24 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
12:00:27 #11 53.25 Setting up libperl5.34:armhf (5.34.0-3ubuntu1.1) ...
12:00:27 #11 53.26 Setting up gettext (0.21-4ubuntu4) ...
12:00:27 #11 53.28 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
12:00:27 #13 7.445 debconf: delaying package configuration, since apt-utils is not installed
12:00:27 #13 7.483 Fetched 11.1 MB in 2s (7274 kB/s)
12:00:27 #13 7.519 Selecting previously unselected package bash-completion.
12:00:27 #13 7.519 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25549 files and directories currently installed.)
12:00:27 #13 7.532 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
12:00:27 #13 7.547 Unpacking bash-completion (1:2.11-5ubuntu1) ...
12:00:27 #10 71.26 Setting up libtypes-serialiser-perl (1.0-1) ...
12:00:27 #10 71.28 Setting up g++ (4:8.3.0-1) ...
12:00:27 #10 71.31 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:27 #10 71.32 Setting up libhtml-parser-perl (3.72-3+b3) ...
12:00:27 #10 71.33 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:27 #10 71.35 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:00:27 #10 71.36 Setting up librole-tiny-perl (2.000006-1) ...
12:00:27 #10 71.37 Setting up gnupg (2.2.12-1+deb10u2) ...
12:00:27 #10 71.41 Setting up build-essential (12.6) ...
12:00:27 #10 71.45 Setting up libfile-homedir-perl (1.004-1) ...
12:00:27 #10 71.46 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:00:27 #10 71.47 Setting up libio-socket-ssl-perl (2.060-3) ...
12:00:27 #10 71.49 Setting up libsub-exporter-perl (0.987-1) ...
12:00:27 #10 71.52 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:27 #10 71.54 Setting up libhttp-message-perl (6.18-1) ...
12:00:27 #10 71.56 Setting up libhtml-form-perl (6.03-1) ...
12:00:27 #12 9.244   Installing       : cpp-12.2.1-4.fc36.x86_64                             14/97 
12:00:27 #12 9.251   Installing       : perl-threads-shared-1.62-479.fc36.x86_64             15/97 
12:00:27 #12 9.258   Installing       : perl-Thread-Queue-3.14-479.fc36.noarch               16/97 
12:00:27 #12 9.265   Installing       : python3-libsemanage-3.3-3.fc36.x86_64                17/97 
12:00:27 #12 9.272   Installing       : vim-filesystem-2:9.0.1262-1.fc36.noarch              18/97 
12:00:27 #12 9.277   Installing       : systemd-rpm-macros-250.9-1.fc36.noarch               19/97 
12:00:27 #12 9.330   Installing       : python3-setuptools-59.6.0-3.fc36.noarch              20/97 
12:00:27 #13 7.729 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 dh-apparmor all 3.0.7-1ubuntu2 [9102 B]
12:00:27 #13 7.730 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.185-1ubuntu1 [11.8 kB]
12:00:27 #13 7.730 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libudev-dev arm64 251.4-1ubuntu7 [21.3 kB]
12:00:27 #13 7.730 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsepol-dev arm64 3.4-2 [387 kB]
12:00:27 #13 7.742 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpcre2-16-0 arm64 10.40-1ubuntu1 [193 kB]
12:00:27 #13 7.747 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpcre2-32-0 arm64 10.40-1ubuntu1 [181 kB]
12:00:27 #13 7.757 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpcre2-posix3 arm64 10.40-1ubuntu1 [5996 B]
12:00:27 #13 7.757 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpcre2-dev arm64 10.40-1ubuntu1 [671 kB]
12:00:27 #13 7.788 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libselinux1-dev arm64 3.4-1 [170 kB]
12:00:27 #13 7.805 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevmapper-dev arm64 2:1.02.185-1ubuntu1 [36.7 kB]
12:00:27 #13 7.881 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libseccomp-dev arm64 2.5.4-1ubuntu1 [90.6 kB]
12:00:27 #13 7.885 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsystemd-dev arm64 251.4-1ubuntu7 [314 kB]
12:00:27 #13 7.898 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 pkg-config arm64 0.29.2-1ubuntu3 [47.4 kB]
12:00:27 #14 28.70   Installing       : glibc-static-2.28-224.el8.aarch64                    56/93 
12:00:27 #11 54.67 Setting up binutils-arm-linux-gnueabihf (2.34-6ubuntu1.4) ...
12:00:27 #11 54.69 Setting up libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:00:27 #11 54.71 Setting up libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
12:00:27 #11 54.72 Setting up gpg (2.2.19-3ubuntu2.2) ...
12:00:27 #11 54.73 Setting up libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
12:00:27 #11 54.74 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
12:00:27 #11 54.75 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
12:00:27 #10 43.38 Setting up po-debconf (1.0.21) ...
12:00:27 #10 43.39 Setting up libhtml-tree-perl (5.07-2) ...
12:00:27 #10 43.42 Setting up libparams-classify-perl (0.015-1+b1) ...
12:00:27 #10 43.44 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:27 #10 43.45 Setting up libimport-into-perl (1.002005-1) ...
12:00:27 #10 43.47 Setting up libmoo-perl (2.003004-2) ...
12:00:27 #10 43.48 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:00:27 #10 43.49 Setting up libwww-perl (6.36-2) ...
12:00:27 #10 43.51 Setting up debhelper (13.2~bpo10+1) ...
12:00:27 #10 43.53 Setting up dh-autoreconf (19) ...
12:00:27 #10 43.56 Setting up devscripts (2.19.5+deb10u1) ...
12:00:27 #10 74.34 Setting up libmime-tools-perl (5.509-1) ...
12:00:27 #10 74.36 Setting up libxml-simple-perl (2.25-1) ...
12:00:27 #10 74.37 Setting up libparams-validate-perl (1.29-1+b1) ...
12:00:27 #10 74.39 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:00:27 #10 74.41 Setting up lintian (2.15.0) ...
12:00:27 #10 74.43 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:27 #10 74.45 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
12:00:27 #10 74.46 Setting up licensecheck (3.0.31-3) ...
12:00:27 #10 74.47 Setting up libgitlab-api-v4-perl (0.16-1) ...
12:00:27 #10 74.49 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:00:27 #10 74.50 Setting up libwww-perl (6.36-2) ...
12:00:27 #10 74.52 Setting up debhelper (12.1.1) ...
12:00:27 #10 74.53 Setting up dh-autoreconf (19) ...
12:00:27 #12 1.784 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:27 #12 1.784 dpkg-buildpackage: info: source version 1.0
12:00:27 #12 1.784 dpkg-buildpackage: info: source distribution unstable
12:00:27 #12 1.784 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:27 #12 1.818  dpkg-source --before-build .
12:00:27 #12 1.818 dpkg-buildpackage: info: host architecture arm64
12:00:27 #12 1.913  debian/rules clean
12:00:27 #12 1.916 dh clean
12:00:27 #12 1.989    dh_clean
12:00:27 #12 2.023  debian/rules binary
12:00:27 #13 0.518 Loaded plugins: fastestmirror, ovl
12:00:27 #12 11.30   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   56/97 
12:00:27 #12 11.33   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          57/97 
12:00:27 #10 57.19 Setting up sensible-utils (0.0.12) ...
12:00:27 #10 57.20 Setting up exim4-config (4.92-8+deb10u7) ...
12:00:27 #10 49.94 Unpacking libpath-tiny-perl (0.144-1) ...
12:00:27 #10 49.97 Selecting previously unselected package libstrictures-perl.
12:00:27 #10 49.97 Preparing to unpack .../276-libstrictures-perl_2.000006-1_all.deb ...
12:00:27 #10 49.98 Unpacking libstrictures-perl (2.000006-1) ...
12:00:27 #10 50.01 Selecting previously unselected package libtype-tiny-perl.
12:00:27 #10 50.01 Preparing to unpack .../277-libtype-tiny-perl_2.002001-1_all.deb ...
12:00:27 #10 50.02 Unpacking libtype-tiny-perl (2.002001-1) ...
12:00:27 #10 50.09 Selecting previously unselected package libgitlab-api-v4-perl.
12:00:27 #10 50.09 Preparing to unpack .../278-libgitlab-api-v4-perl_0.26-2_all.deb ...
12:00:27 #10 50.10 Unpacking libgitlab-api-v4-perl (0.26-2) ...
12:00:27 #10 50.14 Selecting previously unselected package libglib2.0-0:armhf.
12:00:27 #10 50.14 Preparing to unpack .../279-libglib2.0-0_2.74.5-1_armhf.deb ...
12:00:27 #10 50.15 Unpacking libglib2.0-0:armhf (2.74.5-1) ...
12:00:27 #10 43.08 Selecting previously unselected package gpg-wks-server.
12:00:27 #10 43.08 Preparing to unpack .../099-gpg-wks-server_2.2.27-2+deb11u2_armhf.deb ...
12:00:28 #10 43.42 Selecting previously unselected package gcc.
12:00:28 #10 43.42 Preparing to unpack .../039-gcc_4%3a12.2.0-1+rpi1_armhf.deb ...
12:00:28 #10 43.43 Unpacking gcc (4:12.2.0-1+rpi1) ...
12:00:28 #10 43.47 Selecting previously unselected package libc-dev-bin.
12:00:28 #10 43.47 Preparing to unpack .../040-libc-dev-bin_2.36-8+rpi1_armhf.deb ...
12:00:28 #10 43.48 Unpacking libc-dev-bin (2.36-8+rpi1) ...
12:00:28 #11 50.77 Setting up libip4tc2:armhf (1.8.7-1ubuntu6) ...
12:00:28 #11 50.78 Setting up libksba8:armhf (1.6.0-3ubuntu1.1) ...
12:00:28 #11 50.80 Setting up media-types (8.0.0) ...
12:00:28 #11 50.82 Setting up libpipeline1:armhf (1.5.6-2) ...
12:00:28 #11 50.84 Setting up libicu71:armhf (71.1-3ubuntu1) ...
12:00:28 #11 50.85 Setting up wdiff (1.2.2-2build3) ...
12:00:28 #11 50.87 Setting up libxau6:armhf (1:1.0.9-1build5) ...
12:00:28 #11 50.88 Setting up libre2-9:armhf (20220601+dfsg-1) ...
12:00:28 #11 50.89 Setting up libkeyutils1:armhf (1.6.3-1) ...
12:00:28 #11 50.90 Setting up lto-disabled-list (35) ...
12:00:28 #11 50.91 Setting up libapparmor1:armhf (3.0.7-1ubuntu2) ...
12:00:28 #11 50.93 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
12:00:28 #11 50.94 Setting up libsodium23:armhf (1.0.18-1build2) ...
12:00:28 #13 7.736 Selecting previously unselected package libarchive13:arm64.
12:00:28 #13 7.739 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_arm64.deb ...
12:00:28 #13 7.748 Unpacking libarchive13:arm64 (3.6.0-1ubuntu1) ...
12:00:28 #13 7.789 Selecting previously unselected package libjsoncpp25:arm64.
12:00:28 #13 7.791 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_arm64.deb ...
12:00:28 #13 7.795 Unpacking libjsoncpp25:arm64 (1.9.5-3) ...
12:00:28 #13 7.833 Selecting previously unselected package librhash0:arm64.
12:00:28 #13 7.836 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_arm64.deb ...
12:00:28 #13 7.843 Unpacking librhash0:arm64 (1.4.2-1ubuntu1) ...
12:00:28 #13 7.887 Selecting previously unselected package libuv1:arm64.
12:00:28 #13 7.889 Preparing to unpack .../04-libuv1_1.43.0-1_arm64.deb ...
12:00:28 #13 7.893 Unpacking libuv1:arm64 (1.43.0-1) ...
12:00:28 #13 7.927 Selecting previously unselected package dh-elpa-helper.
12:00:28 #13 7.929 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
12:00:28 #13 7.934 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
12:00:28 #13 7.973 Selecting previously unselected package emacsen-common.
12:00:28 #10 71.58 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
12:00:28 #10 71.59 Setting up libjson-xs-perl (3.040-1+b1) ...
12:00:28 #10 71.61 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:28 #10 71.62 Setting up libio-prompter-perl (0.004015-1) ...
12:00:28 #10 71.64 Setting up libhttp-cookies-perl (6.04-1) ...
12:00:28 #10 71.65 Setting up po-debconf (1.0.21) ...
12:00:28 #10 71.66 Setting up libhtml-tree-perl (5.07-2) ...
12:00:28 #10 71.68 Setting up libparams-classify-perl (0.015-1+b1) ...
12:00:28 #10 71.69 Setting up libcgi-pm-perl (4.40-1) ...
12:00:28 #10 71.71 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:00:28 #10 71.72 Setting up libnet-dns-sec-perl (1.11-1) ...
12:00:28 #10 71.74 Setting up libsereal-perl (4.005-1) ...
12:00:28 #10 71.75 Setting up libhtml-format-perl (2.12-1) ...
12:00:28 #10 71.76 Setting up libxml-sax-perl (1.00+dfsg-1) ...
12:00:28 #12 9.374   Installing       : python3-setools-4.4.0-5.fc36.x86_64                  21/97 
12:00:28 #12 9.385   Installing       : python3-audit-3.0.9-1.fc36.x86_64                    22/97 
12:00:28 #12 9.395   Installing       : pcre2-utf32-10.40-1.fc36.x86_64                      23/97 
12:00:28 #12 9.403   Installing       : pcre2-utf16-10.40-1.fc36.x86_64                      24/97 
12:00:28 #12 9.414   Installing       : pcre2-devel-10.40-1.fc36.x86_64                      25/97 
12:00:28 #12 9.423   Installing       : libuv-1:1.44.2-1.fc36.x86_64                         26/97 
12:00:28 #12 9.436   Installing       : libbpf-2:0.7.0-3.fc36.x86_64                         27/97 
12:00:28 #12 9.441   Installing       : libargon2-20171227-9.fc36.x86_64                     28/97 
12:00:28 #12 9.450   Installing       : less-590-5.fc36.x86_64                               29/97 
12:00:28 #12 9.559   Installing       : kernel-headers-6.1.5-100.fc36.x86_64                 30/97 
12:00:28 #12 9.614   Installing       : glibc-headers-x86-2.35-22.fc36.noarch                31/97 
12:00:28 #12 9.623   Installing       : libxcrypt-devel-4.4.33-4.fc36.x86_64                 32/97 
12:00:28 #12 9.630   Installing       : glibc-devel-2.35-22.fc36.x86_64                      33/97 
12:00:28 #13 8.082 debconf: delaying package configuration, since apt-utils is not installed
12:00:28 #13 8.130 Fetched 11.7 MB in 2s (7329 kB/s)
12:00:28 #13 8.159 Selecting previously unselected package bash-completion.
12:00:28 #14 28.72   Installing       : libxcrypt-static-4.1.1-6.el8.aarch64                 57/93 
12:00:28 #14 28.85   Installing       : xkeyboard-config-2.28-1.el8.noarch                   58/93 
12:00:28 #14 28.88   Installing       : libxkbcommon-0.9.1-1.el8.aarch64                     59/93 
12:00:28 #14 28.93   Upgrading        : systemd-pam-239-70.el8.aarch64                       60/93 
12:00:28 #10 43.72 Setting up dh-strip-nondeterminism (1.1.2-1) ...
12:00:28 #10 43.74 Setting up equivs (2.2.0) ...
12:00:28 #10 43.75 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ...
12:00:28 #18 exporting layers 5.0s done
12:00:28 #18 writing image sha256:5a97bed1181698c27d1f181d01865d240a3d9bd57ac5c1b3acbca30060dd4ed2 done
12:00:28 #18 naming to docker.io/debbuild-ubuntu-kinetic/x86_64 done
12:00:28 #18 DONE 5.0s
12:00:28 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:28 + set -e
12:00:28 + mkdir -p /root/build-deb/engine
12:00:28 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:28 #12 0.887 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
12:00:28 #12 0.951 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
12:00:28 #10 74.55 Setting up devscripts (2.19.5+deb10u1) ...
12:00:28 #10 74.71 Setting up dh-strip-nondeterminism (1.1.2-1) ...
12:00:28 #10 74.72 Setting up equivs (2.2.0) ...
12:00:28 #10 74.73 Setting up libxml-parser-perl (2.44-4) ...
12:00:28 #10 74.75 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:28 #10 74.79 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:28 #14 22.12   Installing       : git-core-2.39.0-1.el8.x86_64                         29/90 
12:00:28 #14 22.57   Installing       : git-core-doc-2.39.0-1.el8.noarch                     30/90 
12:00:28 #14 22.61   Installing       : libgomp-8.5.0-18.el8.x86_64                          31/90 
12:00:28 #14 22.62   Running scriptlet: libgomp-8.5.0-18.el8.x86_64                          31/90 
12:00:28 #14 22.66   Installing       : pcre2-utf16-10.32-3.el8.x86_64                       32/90 
12:00:28 #12 2.025 dh binary
12:00:28 #12 2.089    dh_update_autotools_config
12:00:28 #12 2.117    dh_autoreconf
12:00:28 #12 2.156    create-stamp debian/debhelper-build-stamp
12:00:28 #12 2.156    dh_prep
12:00:28 #12 2.184    dh_install
12:00:28 #12 2.216    dh_installdocs
12:00:28 #12 2.253    dh_installchangelogs
12:00:28 #13 0.796 Enabling base-source repository
12:00:28 #12 11.58   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          57/97 
12:00:28 #10 57.56 Adding system-user for exim (v4)
12:00:28 #13 32.18   Running scriptlet: libsepol-3.5-0.rc1.2.el9.x86_64                      76/76 
12:00:28 #13 33.06   Verifying        : acl-2.3.1-3.el9.x86_64                                1/76 
12:00:28 #13 33.06   Verifying        : dbus-1:1.12.20-7.el9.x86_64                           2/76 
12:00:28 #13 33.06   Verifying        : dbus-broker-28-7.el9.x86_64                           3/76 
12:00:28 #13 33.06   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    4/76 
12:00:28 #13 33.06   Verifying        : device-mapper-9:1.02.187-4.el9.x86_64                 5/76 
12:00:28 #13 33.06   Verifying        : device-mapper-libs-9:1.02.187-4.el9.x86_64            6/76 
12:00:28 #13 33.06   Verifying        : kmod-libs-28-7.el9.x86_64                             7/76 
12:00:28 #13 33.06   Verifying        : libcbor-0.7.0-5.el9.x86_64                            8/76 
12:00:28 #13 33.06   Verifying        : libedit-3.1-37.20210216cvs.el9.x86_64                 9/76 
12:00:28 #13 33.06   Verifying        : libfido2-1.6.0-7.el9.x86_64                          10/76 
12:00:28 #13 33.06   Verifying        : libseccomp-2.5.2-2.el9.x86_64                        11/76 
12:00:28 #13 33.06   Verifying        : make-1:4.3-7.el9.x86_64                              12/76 
12:00:28 #13 33.06   Verifying        : openssh-8.7p1-28.el9.x86_64                          13/76 
12:00:28 #13 33.06   Verifying        : openssh-clients-8.7p1-28.el9.x86_64                  14/76 
12:00:28 #13 33.06   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            15/76 
12:00:28 #13 33.06   Verifying        : selinux-policy-38.1.5-1.el9.noarch                   16/76 
12:00:28 #13 33.06   Verifying        : selinux-policy-targeted-38.1.5-1.el9.noarch          17/76 
12:00:28 #13 33.06   Verifying        : systemd-252-3.el9.x86_64                             18/76 
12:00:28 #13 33.06   Verifying        : systemd-pam-252-3.el9.x86_64                         19/76 
12:00:28 #13 33.06   Verifying        : systemd-rpm-macros-252-3.el9.noarch                  20/76 
12:00:28 #13 33.06   Verifying        : which-2.21-28.el9.x86_64                             21/76 
12:00:28 #13 33.06   Verifying        : annobin-11.05-1.el9.x86_64                           22/76 
12:00:28 #13 33.06   Verifying        : autoconf-2.69-38.el9.noarch                          23/76 
12:00:28 #13 33.06   Verifying        : automake-1.16.2-6.el9.noarch                         24/76 
12:00:28 #13 33.06   Verifying        : cmake-3.20.2-7.el9.x86_64                            25/76 
12:00:28 #13 33.06   Verifying        : cmake-data-3.20.2-7.el9.noarch                       26/76 
12:00:28 #13 33.06   Verifying        : cmake-filesystem-3.20.2-7.el9.x86_64                 27/76 
12:00:28 #13 33.06   Verifying        : cmake-rpm-macros-3.20.2-7.el9.noarch                 28/76 
12:00:28 #13 33.06   Verifying        : cpp-11.3.1-4.3.el9.x86_64                            29/76 
12:00:28 #13 33.06   Verifying        : gcc-11.3.1-4.3.el9.x86_64                            30/76 
12:00:28 #13 33.06   Verifying        : gcc-plugin-annobin-11.3.1-4.3.el9.x86_64             31/76 
12:00:28 #13 33.06   Verifying        : git-2.39.1-1.el9.x86_64                              32/76 
12:00:28 #13 33.06   Verifying        : git-core-2.39.1-1.el9.x86_64                         33/76 
12:00:28 #13 33.06   Verifying        : git-core-doc-2.39.1-1.el9.noarch                     34/76 
12:00:28 #13 33.06   Verifying        : glibc-devel-2.34-54.el9.x86_64                       35/76 
12:00:28 #13 33.06   Verifying        : glibc-headers-2.34-54.el9.x86_64                     36/76 
12:00:28 #13 33.06   Verifying        : kernel-headers-5.14.0-247.el9.x86_64                 37/76 
12:00:28 #13 33.06   Verifying        : libmpc-1.2.1-4.el9.x86_64                            38/76 
12:00:28 #13 33.06   Verifying        : libseccomp-devel-2.5.2-2.el9.x86_64                  39/76 
12:00:28 #13 33.06   Verifying        : libselinux-devel-3.5-0.rc2.1.el9.x86_64              40/76 
12:00:28 #13 33.06   Verifying        : libsepol-devel-3.5-0.rc2.1.el9.x86_64                41/76 
12:00:28 #13 33.06   Verifying        : libtool-2.4.6-45.el9.x86_64                          42/76 
12:00:28 #13 33.06   Verifying        : libtool-ltdl-2.4.6-45.el9.x86_64                     43/76 
12:00:28 #13 33.06   Verifying        : libuv-1:1.42.0-1.el9.x86_64                          44/76 
12:00:28 #13 33.06   Verifying        : libxcrypt-devel-4.4.18-3.el9.x86_64                  45/76 
12:00:28 #13 33.06   Verifying        : llvm-libs-15.0.7-1.el9.x86_64                        46/76 
12:00:28 #13 33.06   Verifying        : m4-1.4.19-1.el9.x86_64                               47/76 
12:00:28 #13 33.06   Verifying        : pcre2-devel-10.40-2.el9.x86_64                       48/76 
12:00:28 #13 33.06   Verifying        : pcre2-utf16-10.40-2.el9.x86_64                       49/76 
12:00:28 #13 33.06   Verifying        : pcre2-utf32-10.40-2.el9.x86_64                       50/76 
12:00:28 #13 33.06   Verifying        : perl-DynaLoader-1.47-480.el9.x86_64                  51/76 
12:00:28 #13 33.06   Verifying        : perl-Error-1:0.17029-7.el9.noarch                    52/76 
12:00:28 #13 33.06   Verifying        : perl-File-Compare-1.100.600-480.el9.noarch           53/76 
12:00:28 #13 33.07   Verifying        : perl-File-Copy-2.34-480.el9.noarch                   54/76 
12:00:28 #13 33.07   Verifying        : perl-File-Find-1.37-480.el9.noarch                   55/76 
12:00:28 #13 33.07   Verifying        : perl-Git-2.39.1-1.el9.noarch                         56/76 
12:00:28 #13 33.07   Verifying        : perl-TermReadKey-2.38-11.el9.x86_64                  57/76 
12:00:28 #13 33.07   Verifying        : perl-Thread-Queue-3.14-460.el9.noarch                58/76 
12:00:28 #13 33.07   Verifying        : perl-lib-0.65-480.el9.x86_64                         59/76 
12:00:28 #13 33.07   Verifying        : perl-threads-1:2.25-460.el9.x86_64                   60/76 
12:00:28 #13 33.07   Verifying        : perl-threads-shared-1.61-460.el9.x86_64              61/76 
12:00:28 #13 33.07   Verifying        : policycoreutils-devel-3.5-0.rc1.2.el9.x86_64         62/76 
12:00:28 #13 33.07   Verifying        : selinux-policy-devel-38.1.5-1.el9.noarch             63/76 
12:00:28 #13 33.07   Verifying        : systemd-devel-252-3.el9.x86_64                       64/76 
12:00:28 #13 33.07   Verifying        : device-mapper-devel-9:1.02.187-4.el9.x86_64          65/76 
12:00:28 #13 33.07   Verifying        : glibc-static-2.34-54.el9.x86_64                      66/76 
12:00:28 #13 33.07   Verifying        : libtool-ltdl-devel-2.4.6-45.el9.x86_64               67/76 
12:00:28 #13 33.07   Verifying        : libxcrypt-static-4.4.18-3.el9.x86_64                 68/76 
12:00:28 #13 33.07   Verifying        : libselinux-3.5-0.rc2.1.el9.x86_64                    69/76 
12:00:28 #13 33.07   Verifying        : libselinux-3.5-0.rc1.1.el9.x86_64                    70/76 
12:00:28 #13 33.07   Verifying        : libselinux-utils-3.5-0.rc2.1.el9.x86_64              71/76 
12:00:28 #13 33.07   Verifying        : libselinux-utils-3.5-0.rc1.1.el9.x86_64              72/76 
12:00:28 #13 33.07   Verifying        : libsepol-3.5-0.rc2.1.el9.x86_64                      73/76 
12:00:28 #13 33.07   Verifying        : libsepol-3.5-0.rc1.2.el9.x86_64                      74/76 
12:00:28 #13 33.07   Verifying        : python3-libselinux-3.5-0.rc2.1.el9.x86_64            75/76 
12:00:28 #13 33.07   Verifying        : python3-libselinux-3.5-0.rc1.1.el9.x86_64            76/76 
12:00:28 #13 33.23 
12:00:28 #13 33.23 Upgraded:
12:00:28 #13 33.23   libselinux-3.5-0.rc2.1.el9.x86_64  libselinux-utils-3.5-0.rc2.1.el9.x86_64   
12:00:28 #13 33.23   libsepol-3.5-0.rc2.1.el9.x86_64    python3-libselinux-3.5-0.rc2.1.el9.x86_64 
12:00:28 #13 33.23 Installed:
12:00:28 #13 33.23   acl-2.3.1-3.el9.x86_64                                                        
12:00:28 #13 33.23   annobin-11.05-1.el9.x86_64                                                    
12:00:28 #13 33.23   autoconf-2.69-38.el9.noarch                                                   
12:00:28 #13 33.23   automake-1.16.2-6.el9.noarch                                                  
12:00:28 #13 33.23   cmake-3.20.2-7.el9.x86_64                                                     
12:00:28 #13 33.23   cmake-data-3.20.2-7.el9.noarch                                                
12:00:28 #13 33.23   cmake-filesystem-3.20.2-7.el9.x86_64                                          
12:00:28 #13 33.23   cmake-rpm-macros-3.20.2-7.el9.noarch                                          
12:00:28 #13 33.23   cpp-11.3.1-4.3.el9.x86_64                                                     
12:00:28 #13 33.23   dbus-1:1.12.20-7.el9.x86_64                                                   
12:00:28 #13 33.23   dbus-broker-28-7.el9.x86_64                                                   
12:00:28 #13 33.23   dbus-common-1:1.12.20-7.el9.noarch                                            
12:00:28 #13 33.23   device-mapper-9:1.02.187-4.el9.x86_64                                         
12:00:28 #13 33.23   device-mapper-devel-9:1.02.187-4.el9.x86_64                                   
12:00:28 #13 33.23   device-mapper-libs-9:1.02.187-4.el9.x86_64                                    
12:00:28 #13 33.23   gcc-11.3.1-4.3.el9.x86_64                                                     
12:00:28 #13 33.23   gcc-plugin-annobin-11.3.1-4.3.el9.x86_64                                      
12:00:28 #13 33.23   git-2.39.1-1.el9.x86_64                                                       
12:00:28 #13 33.23   git-core-2.39.1-1.el9.x86_64                                                  
12:00:28 #13 33.23   git-core-doc-2.39.1-1.el9.noarch                                              
12:00:28 #13 33.23   glibc-devel-2.34-54.el9.x86_64                                                
12:00:28 #13 33.23   glibc-headers-2.34-54.el9.x86_64                                              
12:00:28 #13 33.23   glibc-static-2.34-54.el9.x86_64                                               
12:00:28 #13 33.23   kernel-headers-5.14.0-247.el9.x86_64                                          
12:00:28 #13 33.23   kmod-libs-28-7.el9.x86_64                                                     
12:00:28 #13 33.23   libcbor-0.7.0-5.el9.x86_64                                                    
12:00:28 #13 33.23   libedit-3.1-37.20210216cvs.el9.x86_64                                         
12:00:28 #13 33.23   libfido2-1.6.0-7.el9.x86_64                                                   
12:00:28 #13 33.23   libmpc-1.2.1-4.el9.x86_64                                                     
12:00:28 #13 33.23   libseccomp-2.5.2-2.el9.x86_64                                                 
12:00:28 #13 33.23   libseccomp-devel-2.5.2-2.el9.x86_64                                           
12:00:28 #13 33.23   libselinux-devel-3.5-0.rc2.1.el9.x86_64                                       
12:00:28 #13 33.23   libsepol-devel-3.5-0.rc2.1.el9.x86_64                                         
12:00:28 #13 33.23   libtool-2.4.6-45.el9.x86_64                                                   
12:00:28 #13 33.23   libtool-ltdl-2.4.6-45.el9.x86_64                                              
12:00:28 #13 33.23   libtool-ltdl-devel-2.4.6-45.el9.x86_64                                        
12:00:28 #13 33.23   libuv-1:1.42.0-1.el9.x86_64                                                   
12:00:28 #13 33.23   libxcrypt-devel-4.4.18-3.el9.x86_64                                           
12:00:28 #13 33.23   libxcrypt-static-4.4.18-3.el9.x86_64                                          
12:00:28 #13 33.23   llvm-libs-15.0.7-1.el9.x86_64                                                 
12:00:28 #13 33.23   m4-1.4.19-1.el9.x86_64                                                        
12:00:28 #13 33.23   make-1:4.3-7.el9.x86_64                                                       
12:00:28 #13 33.23   openssh-8.7p1-28.el9.x86_64                                                   
12:00:28 #13 33.23   openssh-clients-8.7p1-28.el9.x86_64                                           
12:00:28 #13 33.23   pcre2-devel-10.40-2.el9.x86_64                                                
12:00:28 #13 33.23   pcre2-utf16-10.40-2.el9.x86_64                                                
12:00:28 #13 33.23   pcre2-utf32-10.40-2.el9.x86_64                                                
12:00:28 #13 33.23   perl-DynaLoader-1.47-480.el9.x86_64                                           
12:00:28 #13 33.23   perl-Error-1:0.17029-7.el9.noarch                                             
12:00:28 #13 33.23   perl-File-Compare-1.100.600-480.el9.noarch                                    
12:00:28 #13 33.23   perl-File-Copy-2.34-480.el9.noarch                                            
12:00:28 #13 33.23   perl-File-Find-1.37-480.el9.noarch                                            
12:00:28 #13 33.23   perl-Git-2.39.1-1.el9.noarch                                                  
12:00:28 #13 33.23   perl-TermReadKey-2.38-11.el9.x86_64                                           
12:00:28 #13 33.23   perl-Thread-Queue-3.14-460.el9.noarch                                         
12:00:28 #13 33.23   perl-lib-0.65-480.el9.x86_64                                                  
12:00:28 #13 33.23   perl-threads-1:2.25-460.el9.x86_64                                            
12:00:28 #13 33.23   perl-threads-shared-1.61-460.el9.x86_64                                       
12:00:28 #13 33.23   policycoreutils-devel-3.5-0.rc1.2.el9.x86_64                                  
12:00:28 #13 33.23   rpm-plugin-selinux-4.16.1.3-22.el9.x86_64                                     
12:00:28 #13 33.23   selinux-policy-38.1.5-1.el9.noarch                                            
12:00:28 #13 33.23   selinux-policy-devel-38.1.5-1.el9.noarch                                      
12:00:28 #13 33.23   selinux-policy-targeted-38.1.5-1.el9.noarch                                   
12:00:28 #13 33.23   systemd-252-3.el9.x86_64                                                      
12:00:28 #13 33.23   systemd-devel-252-3.el9.x86_64                                                
12:00:28 #13 33.23   systemd-pam-252-3.el9.x86_64                                                  
12:00:28 #13 33.23   systemd-rpm-macros-252-3.el9.noarch                                           
12:00:28 #13 33.23   which-2.21-28.el9.x86_64                                                      
12:00:28 #13 33.23 
12:00:28 #13 33.23 Complete!
12:00:28 #10 43.59 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
12:00:28 #10 50.29 Selecting previously unselected package libglib2.0-data.
12:00:28 #10 50.29 Preparing to unpack .../280-libglib2.0-data_2.74.5-1_all.deb ...
12:00:28 #10 50.29 Unpacking libglib2.0-data (2.74.5-1) ...
12:00:28 #10 50.50 Selecting previously unselected package libgpm2:armhf.
12:00:28 #10 43.52 Selecting previously unselected package linux-libc-dev:armhf.
12:00:28 #10 43.53 Preparing to unpack .../041-linux-libc-dev_6.0.12-1+rpi1_armhf.deb ...
12:00:28 #10 43.53 Unpacking linux-libc-dev:armhf (6.0.12-1+rpi1) ...
12:00:28 #11 50.95 Setting up bsdextrautils (2.38-4ubuntu1) ...
12:00:28 #11 50.97 Setting up libfcgi0ldbl:armhf (2.4.2-2build2) ...
12:00:28 #11 50.99 Setting up libtext-glob-perl (0.11-2) ...
12:00:28 #11 51.00 Setting up xdg-user-dirs (0.17-2ubuntu4) ...
12:00:28 #11 51.03 Setting up libmagic-mgc (1:5.41-4) ...
12:00:28 #11 51.04 Setting up libyaml-0-2:armhf (0.2.5-1) ...
12:00:28 #11 51.06 Setting up libglib2.0-0:armhf (2.74.3-0ubuntu1) ...
12:00:28 #11 51.07 No schema files found: doing nothing.
12:00:28 #11 51.08 Setting up distro-info-data (0.54ubuntu0.1) ...
12:00:28 #11 51.09 Setting up manpages (5.13-1) ...
12:00:28 #11 51.10 Setting up libtirpc-common (1.3.3+ds-1) ...
12:00:28 #11 51.12 Setting up libargon2-1:armhf (0~20171227-0.3) ...
12:00:28 #11 51.13 Setting up unzip (6.0-27ubuntu1) ...
12:00:28 #11 51.14 Setting up libcbor0.8:armhf (0.8.0-2ubuntu1) ...
12:00:28 #11 51.15 Setting up libbrotli1:armhf (1.0.9-2build6) ...
12:00:28 #11 51.16 Setting up libsqlite3-0:armhf (3.39.3-1) ...
12:00:28 #13 7.976 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
12:00:28 #13 7.990 Unpacking emacsen-common (3.0.4) ...
12:00:28 #13 8.039 Selecting previously unselected package cmake-data.
12:00:28 #13 8.041 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ...
12:00:28 #13 8.053 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ...
12:00:28 #10 71.84 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:28 #10 71.90 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:28 #12 9.738   Installing       : glibc-static-2.35-22.fc36.x86_64                     34/97 
12:00:28 #12 9.745   Installing       : libxcrypt-static-4.4.33-4.fc36.x86_64                35/97 
12:00:28 #12 9.751   Installing       : gc-8.0.6-3.fc36.x86_64                               36/97 
12:00:28 #13 8.159 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 27559 files and directories currently installed.)
12:00:28 #13 8.178 Preparing to unpack .../00-bash-completion_1%3a2.11-6ubuntu1_all.deb ...
12:00:28 #13 8.192 Unpacking bash-completion (1:2.11-6ubuntu1) ...
12:00:28 #13 8.315 Selecting previously unselected package libarchive13:arm64.
12:00:28 #13 8.317 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_arm64.deb ...
12:00:28 #13 8.324 Unpacking libarchive13:arm64 (3.6.0-1ubuntu1) ...
12:00:28 #13 8.362 Selecting previously unselected package libjsoncpp25:arm64.
12:00:28 #13 8.365 Preparing to unpack .../02-libjsoncpp25_1.9.5-4_arm64.deb ...
12:00:28 #13 8.368 Unpacking libjsoncpp25:arm64 (1.9.5-4) ...
12:00:28 #13 8.401 Selecting previously unselected package librhash0:arm64.
12:00:28 #13 8.404 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_arm64.deb ...
12:00:28 #13 8.407 Unpacking librhash0:arm64 (1.4.2-1ubuntu1) ...
12:00:28 #13 8.440 Selecting previously unselected package libuv1:arm64.
12:00:28 #14 28.94   Running scriptlet: systemd-239-70.el8.aarch64                           61/93 
12:00:28 #14 29.37   Upgrading        : systemd-239-70.el8.aarch64                           61/93 
12:00:28 #10 DONE 44.0s
12:00:28 
12:00:28 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:28 #11 DONE 0.0s
12:00:28 
12:00:28 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:28 #11 53.77 Setting up python3.10 (3.10.6-1~22.04.2) ...
12:00:28 #12 1.025 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
12:00:28 #12 1.100 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
12:00:28 #10 74.84 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:28 #10 74.97 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:28 #10 75.01 Setting up libsoap-lite-perl (1.27-1) ...
12:00:28 #10 75.02 Setting up libxmlrpc-lite-perl (0.717-2) ...
12:00:28 #10 75.04 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:00:28 #10 75.06 Processing triggers for ca-certificates (20200601~deb10u2) ...
12:00:28 #14 22.70   Installing       : pcre2-utf32-10.32-3.el8.x86_64                       33/90 
12:00:28 #14 22.78   Installing       : pcre2-devel-10.32-3.el8.x86_64                       34/90 
12:00:28 #14 22.80   Installing       : perl-Data-Dumper-2.167-399.el8.x86_64                35/90 
12:00:28 #14 22.87   Installing       : autoconf-2.69-29.el8.noarch                          36/90 
12:00:28 #14 22.89   Running scriptlet: autoconf-2.69-29.el8.noarch                          36/90 
12:00:28 #11 55.25 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
12:00:28 #11 55.34 Setting up libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:28 #12 2.332    dh_perl
12:00:28 #12 2.366    dh_link
12:00:28 #12 2.399    dh_strip_nondeterminism
12:00:28 #12 2.461    dh_compress
12:00:28 #12 2.501    dh_fixperms
12:00:28 #12 2.544    dh_missing
12:00:28 #12 2.569    dh_installdeb
12:00:28 #13 0.796 Enabling extras-source repository
12:00:28 #13 0.796 Enabling updates-source repository
12:00:28 #13 0.798 Loading mirror speeds from cached hostfile
12:00:28 #13 0.798  * base: download.cf.centos.org
12:00:28 #13 0.800  * extras: download.cf.centos.org
12:00:28 #13 0.800  * updates: download.cf.centos.org
12:00:28 #10 57.84 Setting up libuchardet0:armhf (0.0.6-3) ...
12:00:28 #10 57.86 Setting up git-man (1:2.20.1-2+deb10u7) ...
12:00:28 #10 57.87 Setting up libssh2-1:armhf (1.8.0-2.1) ...
12:00:28 #10 57.88 Setting up netbase (5.6) ...
12:00:28 #10 57.91 Setting up libkrb5-3:armhf (1.17-3+deb10u5) ...
12:00:28 #10 57.92 Setting up libmpdec2:armhf (2.4.2-2) ...
12:00:28 #10 57.93 Setting up libbinutils:armhf (2.31.1-16) ...
12:00:28 #10 57.94 Setting up cpp-8 (8.3.0-6) ...
12:00:28 #10 57.95 Setting up libc-dev-bin (2.28-10+deb10u2) ...
12:00:28 #10 57.97 Setting up openssl (1.1.1n-0+deb10u3) ...
12:00:28 #10 57.98 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
12:00:28 #10 57.99 Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ...
12:00:28 #10 58.01 Setting up readline-common (7.0-5) ...
12:00:28 #13 DONE 33.4s
12:00:28 #10 50.50 Preparing to unpack .../281-libgpm2_1.20.7-10+b1_armhf.deb ...
12:00:28 #10 50.51 Unpacking libgpm2:armhf (1.20.7-10+b1) ...
12:00:28 #10 50.61 Selecting previously unselected package libhtml-form-perl.
12:00:28 #10 50.61 Preparing to unpack .../282-libhtml-form-perl_6.10-1_all.deb ...
12:00:28 #10 50.61 Unpacking libhtml-form-perl (6.10-1) ...
12:00:28 #10 50.64 Selecting previously unselected package libhtml-format-perl.
12:00:28 #10 50.64 Preparing to unpack .../283-libhtml-format-perl_2.16-2_all.deb ...
12:00:28 #10 50.65 Unpacking libhtml-format-perl (2.16-2) ...
12:00:28 #10 50.68 Selecting previously unselected package libhtml-html5-entities-perl.
12:00:28 #10 50.68 Preparing to unpack .../284-libhtml-html5-entities-perl_0.004-3_all.deb ...
12:00:28 #10 50.68 Unpacking libhtml-html5-entities-perl (0.004-3) ...
12:00:28 #10 50.71 Selecting previously unselected package libhtml-tokeparser-simple-perl.
12:00:28 #10 50.71 Preparing to unpack .../285-libhtml-tokeparser-simple-perl_3.16-4_all.deb ...
12:00:28 #10 50.72 Unpacking libhtml-tokeparser-simple-perl (3.16-4) ...
12:00:28 #10 50.75 Selecting previously unselected package libhttp-daemon-perl.
12:00:28 #10 50.75 Preparing to unpack .../286-libhttp-daemon-perl_6.14-2_all.deb ...
12:00:28 #10 50.75 Unpacking libhttp-daemon-perl (6.14-2) ...
12:00:28 #10 50.78 Selecting previously unselected package libio-interactive-perl.
12:00:28 #10 50.78 Preparing to unpack .../287-libio-interactive-perl_1.023-2_all.deb ...
12:00:28 #10 50.79 Unpacking libio-interactive-perl (1.023-2) ...
12:00:28 #10 50.82 Selecting previously unselected package libio-sessiondata-perl.
12:00:28 #10 50.82 Preparing to unpack .../288-libio-sessiondata-perl_1.03-3_all.deb ...
12:00:28 #10 43.80 Selecting previously unselected package libcrypt-dev:armhf.
12:00:28 #10 43.80 Preparing to unpack .../042-libcrypt-dev_1%3a4.4.33-2_armhf.deb ...
12:00:28 #10 43.82 Unpacking libcrypt-dev:armhf (1:4.4.33-2) ...
12:00:28 #10 43.86 Selecting previously unselected package libtirpc-dev:armhf.
12:00:28 #10 43.87 Preparing to unpack .../043-libtirpc-dev_1.3.3+ds-1_armhf.deb ...
12:00:28 #10 43.87 Unpacking libtirpc-dev:armhf (1.3.3+ds-1) ...
12:00:28 #10 43.94 Selecting previously unselected package libnsl-dev:armhf.
12:00:28 #10 43.95 Preparing to unpack .../044-libnsl-dev_1.3.0-2_armhf.deb ...
12:00:28 #10 43.95 Unpacking libnsl-dev:armhf (1.3.0-2) ...
12:00:28 #10 44.00 Selecting previously unselected package rpcsvc-proto.
12:00:28 #10 44.00 Preparing to unpack .../045-rpcsvc-proto_1.4.3-1_armhf.deb ...
12:00:28 #10 44.01 Unpacking rpcsvc-proto (1.4.3-1) ...
12:00:28 #11 51.18 Setting up libsasl2-modules:armhf (2.1.28+dfsg-6ubuntu2) ...
12:00:28 #11 51.19 Setting up libfcgi-bin (2.4.2-2build2) ...
12:00:28 #11 51.22 Setting up binutils-common:armhf (2.39-3ubuntu1.1) ...
12:00:28 #11 51.24 Setting up libnghttp2-14:armhf (1.49.0-1) ...
12:00:28 #11 51.25 Setting up libmagic1:armhf (1:5.41-4) ...
12:00:28 #11 51.27 Setting up libdeflate0:armhf (1.12-1) ...
12:00:28 #11 51.28 Setting up less (590-1build1) ...
12:00:28 #11 51.30 Setting up perl-openssl-defaults:armhf (7) ...
12:00:28 #11 51.31 Setting up linux-libc-dev:armhf (5.19.0-29.30) ...
12:00:28 #11 51.33 Setting up libctf-nobfd0:armhf (2.39-3ubuntu1.1) ...
12:00:28 #11 51.34 Setting up gettext-base (0.21-8) ...
12:00:28 #11 51.35 Setting up m4 (1.4.19-1) ...
12:00:28 #11 51.36 Setting up liblzo2-2:armhf (2.10-2build3) ...
12:00:28 #11 51.37 Setting up libnpth0:armhf (1.6-3build2) ...
12:00:28 #11 51.38 Setting up krb5-locales (1.20-1ubuntu0.1) ...
12:00:28 #11 51.39 Setting up file (1:5.41-4) ...
12:00:28 #11 51.40 Setting up libassuan0:armhf (2.5.5-4) ...
12:00:28 #11 51.41 Setting up libgomp1:armhf (12.2.0-3ubuntu1) ...
12:00:28 #11 51.43 Setting up perl-modules-5.34 (5.34.0-5ubuntu1.1) ...
12:00:28 #11 51.44 Setting up bzip2 (1.0.8-5build1) ...
12:00:28 #11 51.46 Setting up libldap-common (2.5.13+dfsg-1ubuntu1) ...
12:00:28 #11 51.48 Setting up libunwind8:armhf (1.6.2-0ubuntu1) ...
12:00:28 #13 8.408 Selecting previously unselected package cmake.
12:00:28 #10 72.05 
12:00:28 #10 72.05 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:28 #10 72.09 Setting up dput (1.0.3) ...
12:00:28 #12 10.02   Installing       : guile22-2.2.7-5.fc36.x86_64                          37/97 
12:00:28 #14 29.41   Running scriptlet: systemd-239-70.el8.aarch64                           61/93 
12:00:28 #14 29.48   Upgrading        : device-mapper-libs-8:1.02.181-9.el8.aarch64          62/93 
12:00:28 #14 29.52   Upgrading        : device-mapper-8:1.02.181-9.el8.aarch64               63/93 
12:00:28 #14 29.61   Installing       : systemd-devel-239-70.el8.aarch64                     64/93 
12:00:28 #13 8.443 Preparing to unpack .../04-libuv1_1.44.2-1_arm64.deb ...
12:00:28 #13 8.446 Unpacking libuv1:arm64 (1.44.2-1) ...
12:00:28 #13 8.474 Selecting previously unselected package dh-elpa-helper.
12:00:28 #13 8.477 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
12:00:28 #13 8.480 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
12:00:28 #13 8.513 Selecting previously unselected package emacsen-common.
12:00:28 #13 8.517 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
12:00:28 #13 8.529 Unpacking emacsen-common (3.0.4) ...
12:00:28 #13 8.571 Selecting previously unselected package cmake-data.
12:00:28 #13 8.573 Preparing to unpack .../07-cmake-data_3.24.2-1ubuntu1_all.deb ...
12:00:28 #13 8.582 Unpacking cmake-data (3.24.2-1ubuntu1) ...
12:00:28 #10 75.07 Updating certificates in /etc/ssl/certs...
12:00:28 #14 22.91   Installing       : python3-audit-3.0.7-4.el8.x86_64                     37/90 
12:00:28 #14 23.14   Installing       : python3-policycoreutils-2.9-21.1.el8.noarch          38/90 
12:00:28 #14 23.17   Installing       : policycoreutils-python-utils-2.9-21.1.el8.noarch     39/90 
12:00:28 #14 23.19   Installing       : rpm-plugin-selinux-4.14.3-26.el8.x86_64              40/90 
12:00:28 #14 23.20   Installing       : selinux-policy-3.14.3-114.el8.noarch                 41/90 
12:00:28 #14 23.22   Running scriptlet: selinux-policy-3.14.3-114.el8.noarch                 41/90 
12:00:28 #10 DONE 71.0s
12:00:28 
12:00:28 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:28 #11 DONE 0.1s
12:00:28 
12:00:28 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:28 #12 2.600    dh_gencontrol
12:00:28 #12 2.716    dh_md5sums
12:00:28 #12 2.751    dh_builddeb
12:00:28 #12 2.777 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:28 #12 2.796  dpkg-genbuildinfo --build=binary
12:00:28 #11 55.35 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
12:00:28 #11 55.36 Setting up libxext6:armhf (2:1.3.4-0ubuntu1) ...
12:00:28 #11 55.38 Setting up python3 (3.8.2-0ubuntu2) ...
12:00:28 + mkdir -p /root/build-deb/cli
12:00:28 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:28 + mkdir -p /root/build-deb/buildx
12:00:28 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:28 #10 58.02 Setting up publicsuffix (20220811.1734-0+deb10u1) ...
12:00:28 #10 58.04 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u5) ...
12:00:28 #10 58.05 Setting up libcc1-0:armhf (8.3.0-6) ...
12:00:28 #10 58.07 Setting up iso-codes (4.2-1) ...
12:00:28 #10 58.08 Setting up liblocale-gettext-perl (1.07-3+b4) ...
12:00:28 #10 58.10 Setting up dctrl-tools (2.24-3) ...
12:00:28 #10 58.12 Setting up debian-keyring (2019.02.25) ...
12:00:28 #10 58.13 Setting up libreadline7:armhf (7.0-5) ...
12:00:28 #10 58.14 Setting up libgdbm6:armhf (1.18.1-4) ...
12:00:28 #10 58.16 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
12:00:28 #10 58.17 Setting up pinentry-curses (1.1.0-2) ...
12:00:28 #10 58.19 Setting up manpages-dev (4.16-2) ...
12:00:28 #10 58.20 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
12:00:28 #10 58.21 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
12:00:28 #10 58.22 Setting up libxcb1:armhf (1.13.1-2) ...
12:00:28 #10 58.24 Setting up at (3.1.23-1) ...
12:00:28 
12:00:28 #14 [stage-1 7/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:28 #10 50.82 Unpacking libio-sessiondata-perl (1.03-3) ...
12:00:28 #10 50.85 Selecting previously unselected package libio-stringy-perl.
12:00:28 #10 50.85 Preparing to unpack .../289-libio-stringy-perl_2.111-3_all.deb ...
12:00:28 #10 50.86 Unpacking libio-stringy-perl (2.111-3) ...
12:00:28 #10 50.89 Selecting previously unselected package libipc-run3-perl.
12:00:28 #10 50.89 Preparing to unpack .../290-libipc-run3-perl_0.048-3_all.deb ...
12:00:28 #10 50.89 Unpacking libipc-run3-perl (0.048-3) ...
12:00:28 #10 50.92 Selecting previously unselected package libtypes-serialiser-perl.
12:00:28 #10 50.92 Preparing to unpack .../291-libtypes-serialiser-perl_1.01-1_all.deb ...
12:00:28 #10 50.93 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:00:28 #10 50.96 Selecting previously unselected package libjson-xs-perl.
12:00:28 #10 50.96 Preparing to unpack .../292-libjson-xs-perl_4.030-2+b1_armhf.deb ...
12:00:28 #10 50.96 Unpacking libjson-xs-perl (4.030-2+b1) ...
12:00:28 #10 51.00 Selecting previously unselected package libjson-maybexs-perl.
12:00:28 #10 51.01 Preparing to unpack .../293-libjson-maybexs-perl_1.004004-1_all.deb ...
12:00:28 #10 51.01 Unpacking libjson-maybexs-perl (1.004004-1) ...
12:00:28 #10 51.04 Selecting previously unselected package libldap-common.
12:00:28 #10 51.04 Preparing to unpack .../294-libldap-common_2.5.13+dfsg-3_all.deb ...
12:00:28 #10 44.06 Selecting previously unselected package libc6-dev:armhf.
12:00:28 #10 44.06 Preparing to unpack .../046-libc6-dev_2.36-8+rpi1_armhf.deb ...
12:00:28 #10 44.07 Unpacking libc6-dev:armhf (2.36-8+rpi1) ...
12:00:28 #10 44.30 Selecting previously unselected package libtool.
12:00:28 #10 44.30 Preparing to unpack .../047-libtool_2.4.7-5_all.deb ...
12:00:28 #10 44.31 Unpacking libtool (2.4.7-5) ...
12:00:28 #11 51.49 Setting up libjbig0:armhf (2.1-3.1ubuntu0.22.10.1) ...
12:00:28 #11 51.51 Setting up libfakeroot:armhf (1.29-1ubuntu1) ...
12:00:28 #11 51.52 Setting up libkrb5support0:armhf (1.20-1ubuntu0.1) ...
12:00:28 #11 51.54 Setting up libnumber-compare-perl (0.03-2) ...
12:00:28 #11 51.55 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-6ubuntu2) ...
12:00:28 #11 51.56 Setting up fakeroot (1.29-1ubuntu1) ...
12:00:28 #11 51.57 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:28 #11 51.57 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:28 #11 51.57 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:28 #11 51.57 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:28 #11 51.57 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:28 #11 51.57 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:28 #11 51.57 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:28 #11 51.57 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:28 #11 51.57 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:28 #11 51.58 Setting up autotools-dev (20220109.1) ...
12:00:28 #11 51.60 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
12:00:28 #11 51.61 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
12:00:28 #11 51.62 Setting up libx11-data (2:1.8.1-2) ...
12:00:28 #11 51.63 Setting up make (4.3-4.1build1) ...
12:00:28 #11 51.65 Setting up libmpfr6:armhf (4.1.0-3build3) ...
12:00:28 #11 51.66 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
12:00:28 #11 51.67 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
12:00:28 #13 8.411 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_arm64.deb ...
12:00:28 #13 8.415 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ...
12:00:28 #13 8.542 Selecting previously unselected package dh-apparmor.
12:00:28 #13 8.545 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.1_all.deb ...
12:00:28 #13 8.548 Unpacking dh-apparmor (3.0.4-2ubuntu2.1) ...
12:00:28 #13 8.584 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:00:28 #13 8.587 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
12:00:28 #13 8.591 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:00:28 #13 8.633 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:00:28 #13 8.636 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
12:00:28 #13 8.639 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:00:28 #13 8.669 Selecting previously unselected package libudev-dev:arm64.
12:00:28 #10 72.27 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:28 #10 72.28 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:28 #10 72.29 Setting up libmailtools-perl (2.18-1) ...
12:00:28 #10 72.31 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
12:00:28 #10 72.32 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
12:00:28 #10 72.37 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:28 #10 72.43 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:28 #10 72.50 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:28 #13 8.960 Selecting previously unselected package cmake.
12:00:28 #13 8.965 Preparing to unpack .../08-cmake_3.24.2-1ubuntu1_arm64.deb ...
12:00:28 #13 8.968 Unpacking cmake (3.24.2-1ubuntu1) ...
12:00:28 #10 75.44 0 added, 0 removed; done.
12:00:28 #10 75.44 Running hooks in /etc/ca-certificates/update.d...
12:00:28 #10 75.44 done.
12:00:28 #12 2.934  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_arm64.changes
12:00:28 #12 3.009 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:28 #12 3.012  dpkg-source --after-build .
12:00:28 #12 3.106 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:28 #12 3.111 
12:00:28 #12 3.111 The package has been created.
12:00:28 #12 3.111 Attention, the package has been created in the current directory,
12:00:28 #12 3.111 not in ".." as indicated by the message above!
12:00:28 #11 55.69 Setting up binutils (2.34-6ubuntu1.4) ...
12:00:28 #11 55.70 Setting up python3-xdg (0.26-1ubuntu1) ...
12:00:28 #11 54.54 Setting up libxpm4:armhf (1:3.5.12-1ubuntu0.22.04.1) ...
12:00:28 #10 58.38 invoke-rc.d: could not determine current runlevel
12:00:28 #10 58.38 invoke-rc.d: policy-rc.d denied execution of start.
12:00:28 #10 58.40 Setting up libedit2:armhf (3.1-20181209-1) ...
12:00:28 #10 58.41 Setting up libkyotocabinet16v5:armhf (1.2.76-4.2+b1) ...
12:00:28 #10 58.42 Setting up cron (3.0pl1-134+deb10u1) ...
12:00:28 #10 58.50 Adding group `crontab' (GID 102) ...
12:00:29 #10 51.04 Unpacking libldap-common (2.5.13+dfsg-3) ...
12:00:29 #10 51.07 Selecting previously unselected package liblist-compare-perl.
12:00:29 #10 51.07 Preparing to unpack .../295-liblist-compare-perl_0.55-2_all.deb ...
12:00:29 #10 51.08 Unpacking liblist-compare-perl (0.55-2) ...
12:00:29 #10 51.12 Selecting previously unselected package liblist-someutils-perl.
12:00:29 #10 51.12 Preparing to unpack .../296-liblist-someutils-perl_0.59-1_all.deb ...
12:00:29 #10 51.12 Unpacking liblist-someutils-perl (0.59-1) ...
12:00:29 #10 51.15 Selecting previously unselected package liblist-someutils-xs-perl:armhf.
12:00:29 #10 51.15 Preparing to unpack .../297-liblist-someutils-xs-perl_0.58-3_armhf.deb ...
12:00:29 #10 51.15 Unpacking liblist-someutils-xs-perl:armhf (0.58-3) ...
12:00:29 #10 51.18 Selecting previously unselected package liblist-utilsby-perl.
12:00:29 #10 51.19 Preparing to unpack .../298-liblist-utilsby-perl_0.12-2_all.deb ...
12:00:29 #10 51.19 Unpacking liblist-utilsby-perl (0.12-2) ...
12:00:29 #10 51.23 Selecting previously unselected package libltdl7:armhf.
12:00:29 #10 51.23 Preparing to unpack .../299-libltdl7_2.4.7-5_armhf.deb ...
12:00:29 #10 51.23 Unpacking libltdl7:armhf (2.4.7-5) ...
12:00:29 #10 51.27 Selecting previously unselected package libltdl-dev:armhf.
12:00:29 #13 8.672 Preparing to unpack .../12-libudev-dev_249.11-0ubuntu3.6_arm64.deb ...
12:00:29 #13 8.675 Unpacking libudev-dev:arm64 (249.11-0ubuntu3.6) ...
12:00:29 #13 8.709 Selecting previously unselected package libsepol-dev:arm64.
12:00:29 #13 8.712 Preparing to unpack .../13-libsepol-dev_3.3-1build1_arm64.deb ...
12:00:29 #13 8.716 Unpacking libsepol-dev:arm64 (3.3-1build1) ...
12:00:29 #13 8.775 Selecting previously unselected package libpcre2-16-0:arm64.
12:00:29 #13 8.778 Preparing to unpack .../14-libpcre2-16-0_10.39-3ubuntu0.1_arm64.deb ...
12:00:29 #13 8.781 Unpacking libpcre2-16-0:arm64 (10.39-3ubuntu0.1) ...
12:00:29 #13 8.816 Selecting previously unselected package libpcre2-32-0:arm64.
12:00:29 #13 8.819 Preparing to unpack .../15-libpcre2-32-0_10.39-3ubuntu0.1_arm64.deb ...
12:00:29 #13 8.823 Unpacking libpcre2-32-0:arm64 (10.39-3ubuntu0.1) ...
12:00:29 #13 8.866 Selecting previously unselected package libpcre2-posix3:arm64.
12:00:29 #13 8.869 Preparing to unpack .../16-libpcre2-posix3_10.39-3ubuntu0.1_arm64.deb ...
12:00:29 #13 8.874 Unpacking libpcre2-posix3:arm64 (10.39-3ubuntu0.1) ...
12:00:29 #13 8.903 Selecting previously unselected package libpcre2-dev:arm64.
12:00:29 #13 8.906 Preparing to unpack .../17-libpcre2-dev_10.39-3ubuntu0.1_arm64.deb ...
12:00:29 #13 8.911 Unpacking libpcre2-dev:arm64 (10.39-3ubuntu0.1) ...
12:00:29 #13 8.955 Selecting previously unselected package libselinux1-dev:arm64.
12:00:29 #13 8.958 Preparing to unpack .../18-libselinux1-dev_3.3-1build2_arm64.deb ...
12:00:29 #13 8.966 Unpacking libselinux1-dev:arm64 (3.3-1build2) ...
12:00:29 #13 9.009 Selecting previously unselected package libdevmapper-dev:arm64.
12:00:29 #10 44.36 Selecting previously unselected package dh-autoreconf.
12:00:29 #10 44.37 Preparing to unpack .../048-dh-autoreconf_20_all.deb ...
12:00:29 #10 44.37 Unpacking dh-autoreconf (20) ...
12:00:29 #10 44.41 Selecting previously unselected package libarchive-zip-perl.
12:00:29 #10 44.41 Preparing to unpack .../049-libarchive-zip-perl_1.68-1_all.deb ...
12:00:29 #10 44.42 Unpacking libarchive-zip-perl (1.68-1) ...
12:00:29 #10 44.46 Selecting previously unselected package libsub-override-perl.
12:00:29 #10 44.46 Preparing to unpack .../050-libsub-override-perl_0.09-4_all.deb ...
12:00:29 #10 44.47 Unpacking libsub-override-perl (0.09-4) ...
12:00:29 #10 44.50 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:00:29 #10 44.51 Preparing to unpack .../051-libfile-stripnondeterminism-perl_1.13.1-1_all.deb ...
12:00:29 #10 44.51 Unpacking libfile-stripnondeterminism-perl (1.13.1-1) ...
12:00:29 #10 44.56 Selecting previously unselected package dh-strip-nondeterminism.
12:00:29 #10 44.56 Preparing to unpack .../052-dh-strip-nondeterminism_1.13.1-1_all.deb ...
12:00:29 #10 44.56 Unpacking dh-strip-nondeterminism (1.13.1-1) ...
12:00:29 #10 44.61 Selecting previously unselected package libdpkg-perl.
12:00:29 #10 44.61 Preparing to unpack .../053-libdpkg-perl_1.21.19+rpi1_all.deb ...
12:00:29 #11 51.69 Setting up liblerc3:armhf (3.0+ds-1ubuntu1) ...
12:00:29 #11 51.70 Setting up lzip (1.23-4) ...
12:00:29 #11 51.71 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
12:00:29 #11 51.71 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist
12:00:29 #11 51.71 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:00:29 #11 51.72 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist
12:00:29 #11 51.72 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:00:29 #11 51.72 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist
12:00:29 #11 51.73 Setting up strace (5.16-0ubuntu4) ...
12:00:29 #11 51.75 Setting up libdbus-1-3:armhf (1.14.0-2ubuntu3) ...
12:00:29 #11 51.76 Setting up xz-utils (5.2.5-2.1) ...
12:00:29 #11 51.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:29 #11 51.77 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
12:00:29 #11 51.77 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
12:00:29 #11 51.77 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
12:00:29 #11 51.77 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
12:00:29 #11 51.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
12:00:29 #11 51.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
12:00:29 #11 51.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
12:00:29 #11 51.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
12:00:29 #11 51.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
12:00:29 #11 51.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
12:00:29 #11 51.79 Setting up t1utils (1.41-4build2) ...
12:00:29 #11 51.80 Setting up diffstat (1.64-1build2) ...
12:00:29 #11 51.82 Setting up libpng16-16:armhf (1.6.38-2) ...
12:00:29 #11 51.83 Setting up libmpc3:armhf (1.2.1-2build1) ...
12:00:29 #11 51.84 Setting up libatomic1:armhf (12.2.0-3ubuntu1) ...
12:00:29 #11 51.85 Setting up patch (2.7.6-7build2) ...
12:00:29 #11 51.86 Setting up autopoint (0.21-8) ...
12:00:29 #11 51.88 Setting up fonts-dejavu-core (2.37-2build1) ...
12:00:29 #10 72.66 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:29 #10 72.71 Setting up libconst-fast-perl (0.014-1) ...
12:00:29 #10 72.72 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ...
12:00:29 #10 72.74 Setting up libmodule-implementation-perl (0.09-1) ...
12:00:29 #10 72.75 Setting up libemail-valid-perl (1.202-1) ...
12:00:29 #10 72.77 Setting up libcgi-fast-perl (1:2.13-1) ...
12:00:29 #10 72.78 Setting up libpackage-stash-perl (0.38-1) ...
12:00:29 #10 72.79 Setting up libimport-into-perl (1.002005-1) ...
12:00:29 #10 72.84 Setting up libmoo-perl (2.003004-2) ...
12:00:29 #10 72.85 Setting up libmime-tools-perl (5.509-1) ...
12:00:29 #10 72.86 Setting up libxml-simple-perl (2.25-1) ...
12:00:29 #12 10.04   Installing       : make-1:4.3-7.fc36.x86_64                             38/97 
12:00:29 #12 10.50   Installing       : gcc-12.2.1-4.fc36.x86_64                             39/97 
12:00:29 #12 10.51   Running scriptlet: gcc-12.2.1-4.fc36.x86_64                             39/97 
12:00:29 #12 10.53   Installing       : dbus-common-1:1.14.4-1.fc36.noarch                   40/97 
12:00:29 #12 10.54   Running scriptlet: dbus-common-1:1.14.4-1.fc36.noarch                   40/97 
12:00:29 #12 10.55   Running scriptlet: dbus-broker-32-1.fc36.x86_64                         41/97 
12:00:29 #12 10.61   Installing       : dbus-broker-32-1.fc36.x86_64                         41/97 
12:00:29 #12 10.61   Running scriptlet: dbus-broker-32-1.fc36.x86_64                         41/97 
12:00:29 #12 10.62   Installing       : dbus-1:1.14.4-1.fc36.x86_64                          42/97 
12:00:29 #12 10.63   Installing       : annobin-docs-10.93-1.fc36.noarch                     43/97 
12:00:29 #12 10.68   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch                44/97 
12:00:29 #12 10.69   Installing       : libxkbcommon-1.4.0-1.fc36.x86_64                     45/97 
12:00:29 #12 10.70   Installing       : rhash-1.4.2-2.fc36.x86_64                            46/97 
12:00:29 #12 10.71   Installing       : qrencode-libs-4.1.1-2.fc36.x86_64                    47/97 
12:00:29 #12 10.71   Installing       : perl-lib-0.65-486.fc36.x86_64                        48/97 
12:00:29 #12 10.72   Installing       : perl-TermReadKey-2.38-12.fc36.x86_64                 49/97 
12:00:29 #12 10.72   Installing       : perl-File-Copy-2.35-486.fc36.noarch                  50/97 
12:00:29 #12 10.73   Installing       : perl-File-Compare-1.100.600-486.fc36.noarch          51/97 
12:00:29 #12 10.75   Installing       : autoconf-2.71-3.fc36.noarch                          52/97 
12:00:29 #12 10.77   Installing       : automake-1.16.5-7.fc36.noarch                        53/97 
12:00:29 #12 10.77   Installing       : perl-Error-1:0.17029-8.fc36.noarch                   54/97 
12:00:29 #12 10.78   Running scriptlet: libutempter-1.2.1-6.fc36.x86_64                      55/97 
12:00:29 #13 9.153 Selecting previously unselected package dh-apparmor.
12:00:29 #13 9.157 Preparing to unpack .../09-dh-apparmor_3.0.7-1ubuntu2_all.deb ...
12:00:29 #13 9.160 Unpacking dh-apparmor (3.0.7-1ubuntu2) ...
12:00:29 #13 9.195 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:00:29 #13 9.196 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.185-1ubuntu1_arm64.deb ...
12:00:29 #13 9.200 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
12:00:29 #13 9.231 Selecting previously unselected package libudev-dev:arm64.
12:00:29 #13 9.231 Preparing to unpack .../11-libudev-dev_251.4-1ubuntu7_arm64.deb ...
12:00:29 #13 9.234 Unpacking libudev-dev:arm64 (251.4-1ubuntu7) ...
12:00:29 #13 9.267 Selecting previously unselected package libsepol-dev:arm64.
12:00:29 #14 29.63   Installing       : vim-filesystem-2:8.0.1763-19.el8.4.noarch            65/93 
12:00:29 #12 3.133 Selecting previously unselected package docker-ce-build-deps.
12:00:29 #12 3.148 (Reading database ... 28644 files and directories currently installed.)
12:00:29 #12 3.149 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:29 #12 3.153 Unpacking docker-ce-build-deps (1.0) ...
12:00:29 #11 55.89 Setting up man-db (2.9.1-1) ...
12:00:29 #11 55.99 Building database of manual pages ...
12:00:29 #11 54.55 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ...
12:00:29 #11 54.63 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
12:00:29 #11 54.63 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist
12:00:29 #11 54.63 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
12:00:29 #11 54.63 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist
12:00:29 #11 54.64 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
12:00:29 #11 54.64 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist
12:00:29 #11 54.65 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
12:00:29 #11 54.66 Setting up libxext6:armhf (2:1.3.4-1build1) ...
12:00:29 #11 54.67 Setting up libcurl3-gnutls:armhf (7.81.0-1ubuntu1.7) ...
12:00:29 #11 54.69 Setting up python3 (3.10.6-1~22.04) ...
12:00:29 + mkdir -p /root/build-deb/compose
12:00:29 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:29 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:29 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:29 + mkdir -p /go/src/github.com/docker
12:00:29 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:29 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:29 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:29 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:29 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:29 + EPOCH=5
12:00:29 + EPOCH_SEP=
12:00:29 + [[ ! -z 5 ]]
12:00:29 + EPOCH_SEP=:
12:00:29 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:29 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:29 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:29 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:29 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:29 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:29 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:29 + debSource=docker-ce
12:00:29 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:29 + debMaintainer='Docker <support@docker.com>'
12:00:29 ++ date --rfc-2822
12:00:29 + debDate='Tue, 07 Feb 2023 12:00:29 +0000'
12:00:29 + pkgRevision=1
12:00:29 + cat
12:00:29 + export CLI_GITCOMMIT=ab4ef4a
12:00:29 + CLI_GITCOMMIT=ab4ef4a
12:00:29 + export ENGINE_GITCOMMIT=a25ab92
12:00:29 + ENGINE_GITCOMMIT=a25ab92
12:00:29 + export SCAN_GITCOMMIT=6c852fa
12:00:29 + SCAN_GITCOMMIT=6c852fa
12:00:29 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:29 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:29 + dpkg-buildpackage -uc -us -I.git
12:00:29 dpkg-buildpackage: info: source package docker-ce
12:00:29 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic
12:00:29 dpkg-buildpackage: info: source distribution kinetic
12:00:29 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:29  dpkg-source -I.git --before-build .
12:00:29 dpkg-buildpackage: info: host architecture amd64
12:00:29 #10 58.51 Done.
12:00:29 #10 58.53 invoke-rc.d: could not determine current runlevel
12:00:29 #10 58.53 invoke-rc.d: policy-rc.d denied execution of start.
12:00:29 #10 58.65 Setting up libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
12:00:29 #10 58.66 Setting up m4 (1.4.18-2) ...
12:00:29 #10 58.67 Setting up binutils (2.31.1-16) ...
12:00:29 #10 58.68 Setting up libpython2.7-stdlib:armhf (2.7.16-2+deb10u1) ...
12:00:29 #10 58.69 Setting up ca-certificates (20200601~deb10u2) ...
12:00:29 #12 0.923 Hit:1 http://archive.raspbian.org/raspbian buster InRelease
12:00:29 #10 51.27 Preparing to unpack .../300-libltdl-dev_2.4.7-5_armhf.deb ...
12:00:29 #10 51.27 Unpacking libltdl-dev:armhf (2.4.7-5) ...
12:00:29 #10 51.32 Selecting previously unselected package liblz1:armhf.
12:00:29 #10 51.32 Preparing to unpack .../301-liblz1_1.13-5_armhf.deb ...
12:00:29 #10 51.33 Unpacking liblz1:armhf (1.13-5) ...
12:00:29 #10 51.37 Selecting previously unselected package liblzo2-2:armhf.
12:00:29 #10 51.37 Preparing to unpack .../302-liblzo2-2_2.10-2_armhf.deb ...
12:00:29 #10 51.37 Unpacking liblzo2-2:armhf (2.10-2) ...
12:00:29 #10 51.41 Selecting previously unselected package libsys-hostname-long-perl.
12:00:29 #10 51.41 Preparing to unpack .../303-libsys-hostname-long-perl_1.5-3_all.deb ...
12:00:29 #10 51.42 Unpacking libsys-hostname-long-perl (1.5-3) ...
12:00:29 #10 51.45 Selecting previously unselected package libmail-sendmail-perl.
12:00:29 #10 51.45 Preparing to unpack .../304-libmail-sendmail-perl_0.80-3_all.deb ...
12:00:29 #10 51.45 Unpacking libmail-sendmail-perl (0.80-3) ...
12:00:29 #10 51.49 Selecting previously unselected package libnet-smtp-ssl-perl.
12:00:29 #10 51.49 Preparing to unpack .../305-libnet-smtp-ssl-perl_1.04-2_all.deb ...
12:00:29 #10 51.49 Unpacking libnet-smtp-ssl-perl (1.04-2) ...
12:00:29 #10 51.52 Selecting previously unselected package libmailtools-perl.
12:00:29 #10 51.52 Preparing to unpack .../306-libmailtools-perl_2.21-2_all.deb ...
12:00:29 #10 51.52 Unpacking libmailtools-perl (2.21-2) ...
12:00:29 #10 51.57 Selecting previously unselected package libmarkdown2:armhf.
12:00:29 #10 51.57 Preparing to unpack .../307-libmarkdown2_2.2.7-2_armhf.deb ...
12:00:29 #10 51.57 Unpacking libmarkdown2:armhf (2.2.7-2) ...
12:00:29 #10 51.60 Selecting previously unselected package libmath-base85-perl.
12:00:29 #13 9.013 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
12:00:29 #13 9.020 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu4) ...
12:00:29 #13 9.052 Selecting previously unselected package libseccomp-dev:arm64.
12:00:29 #13 9.055 Preparing to unpack .../20-libseccomp-dev_2.5.3-2ubuntu2_arm64.deb ...
12:00:29 #13 9.060 Unpacking libseccomp-dev:arm64 (2.5.3-2ubuntu2) ...
12:00:29 #13 9.110 Selecting previously unselected package libsystemd-dev:arm64.
12:00:29 #13 9.113 Preparing to unpack .../21-libsystemd-dev_249.11-0ubuntu3.6_arm64.deb ...
12:00:29 #13 9.125 Unpacking libsystemd-dev:arm64 (249.11-0ubuntu3.6) ...
12:00:29 #13 9.187 Selecting previously unselected package libglib2.0-0:arm64.
12:00:29 #13 9.191 Preparing to unpack .../22-libglib2.0-0_2.72.4-0ubuntu1_arm64.deb ...
12:00:29 #13 9.196 Unpacking libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
12:00:29 #10 44.62 Unpacking libdpkg-perl (1.21.19+rpi1) ...
12:00:29 #10 44.70 Selecting previously unselected package patch.
12:00:29 #10 44.71 Preparing to unpack .../054-patch_2.7.6-7_armhf.deb ...
12:00:29 #10 44.71 Unpacking patch (2.7.6-7) ...
12:00:29 #11 51.97 Setting up ucf (3.0043) ...
12:00:29 #11 52.07 Setting up libk5crypto3:armhf (1.20-1ubuntu0.1) ...
12:00:29 #11 52.08 Setting up libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
12:00:29 #11 52.10 Setting up libltdl7:armhf (2.4.7-4) ...
12:00:29 #11 52.11 Setting up libsasl2-2:armhf (2.1.28+dfsg-6ubuntu2) ...
12:00:29 #11 52.13 Setting up libwebp7:armhf (1.2.2-2) ...
12:00:29 #11 52.15 Setting up libfdisk1:armhf (2.38-4ubuntu1) ...
12:00:29 #11 52.17 Setting up libubsan1:armhf (12.2.0-3ubuntu1) ...
12:00:29 #11 52.18 Setting up libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ...
12:00:29 #11 52.19 Setting up libmd0:armhf (1.0.4-2) ...
12:00:29 #11 52.21 Setting up python-apt-common (2.4.0+22.10) ...
12:00:29 #11 52.22 Setting up dmsetup (2:1.02.185-1ubuntu1) ...
12:00:29 #11 52.24 Setting up libcrypt-dev:armhf (1:4.4.28-2) ...
12:00:29 #11 52.25 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:00:29 #11 52.26 Setting up libasan8:armhf (12.2.0-3ubuntu1) ...
12:00:29 #11 52.27 Setting up libuchardet0:armhf (0.0.7-1build2) ...
12:00:29 #10 72.88 Setting up libparams-validate-perl (1.29-1+b1) ...
12:00:29 #10 72.89 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:00:29 #10 72.91 Setting up lintian (2.15.0) ...
12:00:29 #10 72.93 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:29 #10 72.94 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
12:00:29 #10 72.96 Setting up licensecheck (3.0.31-3) ...
12:00:29 #10 72.97 Setting up libgitlab-api-v4-perl (0.16-1) ...
12:00:29 #12 10.82   Installing       : libutempter-1.2.1-6.fc36.x86_64                      55/97 
12:00:29 #12 10.88   Installing       : util-linux-2.38-1.fc36.x86_64                        56/97 
12:00:29 #12 10.89   Running scriptlet: openssh-8.8p1-1.fc36.1.x86_64                        57/97 
12:00:29 #12 10.93   Installing       : openssh-8.8p1-1.fc36.1.x86_64                        57/97 
12:00:29 #12 10.94   Installing       : libsepol-devel-3.3-3.fc36.x86_64                     58/97 
12:00:29 #12 10.95   Installing       : libselinux-devel-3.3-4.fc36.x86_64                   59/97 
12:00:29 #12 10.96   Installing       : libselinux-utils-3.3-4.fc36.x86_64                   60/97 
12:00:29 #12 10.97   Installing       : policycoreutils-3.3-4.fc36.x86_64                    61/97 
12:00:29 #12 10.98   Running scriptlet: policycoreutils-3.3-4.fc36.x86_64                    61/97 
12:00:29 #12 10.99   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.x86_64              62/97 
12:00:29 #12 11.00   Installing       : selinux-policy-36.17-1.fc36.noarch                   63/97 
12:00:29 #12 11.00   Running scriptlet: selinux-policy-36.17-1.fc36.noarch                   63/97 
12:00:29 #13 9.269 Preparing to unpack .../12-libsepol-dev_3.4-2_arm64.deb ...
12:00:29 #13 9.272 Unpacking libsepol-dev:arm64 (3.4-2) ...
12:00:29 #13 9.320 Selecting previously unselected package libpcre2-16-0:arm64.
12:00:29 #13 9.324 Preparing to unpack .../13-libpcre2-16-0_10.40-1ubuntu1_arm64.deb ...
12:00:29 #13 9.330 Unpacking libpcre2-16-0:arm64 (10.40-1ubuntu1) ...
12:00:29 #13 9.376 Selecting previously unselected package libpcre2-32-0:arm64.
12:00:29 #13 9.380 Preparing to unpack .../14-libpcre2-32-0_10.40-1ubuntu1_arm64.deb ...
12:00:29 #13 9.383 Unpacking libpcre2-32-0:arm64 (10.40-1ubuntu1) ...
12:00:29 #13 9.419 Selecting previously unselected package libpcre2-posix3:arm64.
12:00:29 #13 9.422 Preparing to unpack .../15-libpcre2-posix3_10.40-1ubuntu1_arm64.deb ...
12:00:29 #13 9.425 Unpacking libpcre2-posix3:arm64 (10.40-1ubuntu1) ...
12:00:29 #13 9.455 Selecting previously unselected package libpcre2-dev:arm64.
12:00:29 #13 9.458 Preparing to unpack .../16-libpcre2-dev_10.40-1ubuntu1_arm64.deb ...
12:00:29 #13 9.462 Unpacking libpcre2-dev:arm64 (10.40-1ubuntu1) ...
12:00:29 #13 9.503 Selecting previously unselected package libselinux1-dev:arm64.
12:00:29 #12 3.199 Reading package lists...
12:00:29 #11 55.00 Setting up binutils (2.38-4ubuntu2.1) ...
12:00:29 #11 55.01 Setting up python3-xdg (0.27-2) ...
12:00:29  debian/rules clean
12:00:29 dh clean --with=bash-completion
12:00:29    dh_clean
12:00:29 #11 56.23 Setting up libgpgme11:armhf (1.13.1-7ubuntu2) ...
12:00:29 #11 56.24 Setting up python3-six (1.14.0-2) ...
12:00:29 #11 56.40 Setting up libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
12:00:29 #11 56.41 Setting up perl (5.30.0-9ubuntu0.3) ...
12:00:29 #11 56.43 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
12:00:29 #11 56.44 Setting up python3-gpg (1.13.1-7ubuntu2) ...
12:00:29 #10 59.08 Updating certificates in /etc/ssl/certs...
12:00:29 #12 0.996 Hit:2 http://archive.raspberrypi.org/debian buster InRelease
12:00:29 #10 51.60 Preparing to unpack .../308-libmath-base85-perl_0.5+dfsg-2_all.deb ...
12:00:29 #10 51.60 Unpacking libmath-base85-perl (0.5+dfsg-2) ...
12:00:29 #10 51.64 Selecting previously unselected package libmime-tools-perl.
12:00:29 #10 51.64 Preparing to unpack .../309-libmime-tools-perl_5.510-1_all.deb ...
12:00:29 #10 51.64 Unpacking libmime-tools-perl (5.510-1) ...
12:00:29 #10 51.70 Selecting previously unselected package libmldbm-perl.
12:00:29 #10 51.70 Preparing to unpack .../310-libmldbm-perl_2.05-4_all.deb ...
12:00:29 #10 51.70 Unpacking libmldbm-perl (2.05-4) ...
12:00:29 #10 51.73 Selecting previously unselected package libmoox-aliases-perl.
12:00:29 #10 51.73 Preparing to unpack .../311-libmoox-aliases-perl_0.001006-2_all.deb ...
12:00:29 #10 51.73 Unpacking libmoox-aliases-perl (0.001006-2) ...
12:00:29 #10 51.76 Selecting previously unselected package libmouse-perl.
12:00:29 #10 51.76 Preparing to unpack .../312-libmouse-perl_2.5.10-1+b3_armhf.deb ...
12:00:29 #10 51.76 Unpacking libmouse-perl (2.5.10-1+b3) ...
12:00:29 #10 51.83 Selecting previously unselected package libossp-uuid16:armhf.
12:00:29 #10 51.83 Preparing to unpack .../313-libossp-uuid16_1.6.2-1.5+b11_armhf.deb ...
12:00:29 #13 9.266 Selecting previously unselected package pkg-config.
12:00:29 #13 9.270 Preparing to unpack .../23-pkg-config_0.29.2-1ubuntu3_arm64.deb ...
12:00:29 #13 9.276 Unpacking pkg-config (0.29.2-1ubuntu3) ...
12:00:29 #13 9.316 Setting up libseccomp-dev:arm64 (2.5.3-2ubuntu2) ...
12:00:29 #13 9.331 Setting up libarchive13:arm64 (3.6.0-1ubuntu1) ...
12:00:29 #13 9.343 Setting up libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
12:00:29 #13 9.357 No schema files found: doing nothing.
12:00:29 #13 9.367 Setting up libpcre2-16-0:arm64 (10.39-3ubuntu0.1) ...
12:00:29 #13 9.379 Setting up libpcre2-32-0:arm64 (10.39-3ubuntu0.1) ...
12:00:29 #13 9.389 Setting up libuv1:arm64 (1.43.0-1) ...
12:00:29 #13 9.401 Setting up emacsen-common (3.0.4) ...
12:00:29 #13 9.439 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
12:00:29 #13 9.451 Setting up bash-completion (1:2.11-5ubuntu1) ...
12:00:29 #13 9.476 Setting up libjsoncpp25:arm64 (1.9.5-3) ...
12:00:29 #10 44.75 Selecting previously unselected package make.
12:00:29 #10 44.76 Preparing to unpack .../055-make_4.3-4.1_armhf.deb ...
12:00:29 #10 44.76 Unpacking make (4.3-4.1) ...
12:00:29 #10 44.84 Selecting previously unselected package dpkg-dev.
12:00:29 #10 44.84 Preparing to unpack .../056-dpkg-dev_1.21.19+rpi1_all.deb ...
12:00:29 #10 44.85 Unpacking dpkg-dev (1.21.19+rpi1) ...
12:00:29 #10 44.98 Selecting previously unselected package libelf1:armhf.
12:00:29 #10 44.99 Preparing to unpack .../057-libelf1_0.187-2+rpi2_armhf.deb ...
12:00:29 #10 44.99 Unpacking libelf1:armhf (0.187-2+rpi2) ...
12:00:29 #10 72.99 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:00:29 #10 73.01 Setting up libwww-perl (6.36-2) ...
12:00:29 #10 73.02 Setting up debhelper (12.1.1) ...
12:00:29 #10 73.03 Setting up dh-autoreconf (19) ...
12:00:29 #10 73.05 Setting up devscripts (2.19.5+deb10u1) ...
12:00:29 #10 73.23 Setting up dh-strip-nondeterminism (1.1.2-1) ...
12:00:29 #10 73.24 Setting up equivs (2.2.0) ...
12:00:29 #10 73.26 Setting up libxml-parser-perl (2.44-4) ...
12:00:29 #10 73.27 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:29 #10 73.31 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:29 #10 73.36 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:29 #11 52.29 Setting up lzop (1.04-2build2) ...
12:00:29 #11 52.30 Setting up libmpdec3:armhf (2.5.1-2build2) ...
12:00:29 #11 52.32 Setting up git-man (1:2.37.2-1ubuntu1.2) ...
12:00:29 #11 52.33 Setting up libgirepository-1.0-1:armhf (1.74.0-2) ...
12:00:29 #11 52.34 Setting up netbase (6.3) ...
12:00:29 #11 52.37 Setting up libkrb5-3:armhf (1.20-1ubuntu0.1) ...
12:00:29 #11 52.38 Setting up libbinutils:armhf (2.39-3ubuntu1.1) ...
12:00:29 #11 52.40 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:00:29 #12 0.782 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:00:29 #12 0.782 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:00:29 #12 0.783 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
12:00:29 #10 44.72 Selecting previously unselected package gpgsm.
12:00:29 #10 44.72 Preparing to unpack .../100-gpgsm_2.2.27-2+deb11u2_armhf.deb ...
12:00:29 #10 44.72 Unpacking gpgsm (2.2.27-2+deb11u2) ...
12:00:29 #10 44.77 Selecting previously unselected package gnupg.
12:00:29 #10 44.78 Preparing to unpack .../101-gnupg_2.2.27-2+deb11u2_all.deb ...
12:00:29 #10 44.78 Unpacking gnupg (2.2.27-2+deb11u2) ...
12:00:29 #10 44.84 Selecting previously unselected package libfile-dirlist-perl.
12:00:29 #10 44.84 Preparing to unpack .../102-libfile-dirlist-perl_0.05-2_all.deb ...
12:00:29 #10 44.84 Unpacking libfile-dirlist-perl (0.05-2) ...
12:00:29 #10 44.87 Selecting previously unselected package libfile-which-perl.
12:00:29 #10 44.87 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ...
12:00:29 #10 44.88 Unpacking libfile-which-perl (1.23-1) ...
12:00:29 #10 44.91 Selecting previously unselected package libfile-homedir-perl.
12:00:29 #10 44.91 Preparing to unpack .../104-libfile-homedir-perl_1.006-1_all.deb ...
12:00:29 #10 44.92 Unpacking libfile-homedir-perl (1.006-1) ...
12:00:29 #10 44.95 Selecting previously unselected package libfile-touch-perl.
12:00:29 #10 44.95 Preparing to unpack .../105-libfile-touch-perl_0.11-1_all.deb ...
12:00:29 #10 44.96 Unpacking libfile-touch-perl (0.11-1) ...
12:00:29 #10 45.01 Selecting previously unselected package libio-pty-perl.
12:00:29 #10 45.01 Preparing to unpack .../106-libio-pty-perl_1%3a1.15-2_armhf.deb ...
12:00:29 #10 45.02 Unpacking libio-pty-perl (1:1.15-2) ...
12:00:29 #10 45.05 Selecting previously unselected package libipc-run-perl.
12:00:29 #10 45.05 Preparing to unpack .../107-libipc-run-perl_20200505.0-1_all.deb ...
12:00:29 #10 45.05 Unpacking libipc-run-perl (20200505.0-1) ...
12:00:29 #12 11.02   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          64/97 
12:00:29 #12 11.21   Installing       : selinux-policy-targeted-36.17-1.fc36.noarch          64/97 
12:00:29 #13 9.507 Preparing to unpack .../17-libselinux1-dev_3.4-1_arm64.deb ...
12:00:29 #13 9.511 Unpacking libselinux1-dev:arm64 (3.4-1) ...
12:00:29 #13 9.549 Selecting previously unselected package libdevmapper-dev:arm64.
12:00:29 #13 9.552 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.185-1ubuntu1_arm64.deb ...
12:00:29 #13 9.556 Unpacking libdevmapper-dev:arm64 (2:1.02.185-1ubuntu1) ...
12:00:29 #13 9.586 Selecting previously unselected package libseccomp-dev:arm64.
12:00:29 #13 9.590 Preparing to unpack .../19-libseccomp-dev_2.5.4-1ubuntu1_arm64.deb ...
12:00:29 #13 9.593 Unpacking libseccomp-dev:arm64 (2.5.4-1ubuntu1) ...
12:00:29 #13 9.634 Selecting previously unselected package libsystemd-dev:arm64.
12:00:29 #13 9.634 Preparing to unpack .../20-libsystemd-dev_251.4-1ubuntu7_arm64.deb ...
12:00:29 #13 9.639 Unpacking libsystemd-dev:arm64 (251.4-1ubuntu7) ...
12:00:29 #13 9.697 Selecting previously unselected package pkg-config.
12:00:29 #13 9.701 Preparing to unpack .../21-pkg-config_0.29.2-1ubuntu3_arm64.deb ...
12:00:29 #13 9.704 Unpacking pkg-config (0.29.2-1ubuntu3) ...
12:00:29 #13 9.748 Setting up libseccomp-dev:arm64 (2.5.4-1ubuntu1) ...
12:00:29 #13 9.757 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
12:00:29 #13 9.767 Setting up libarchive13:arm64 (3.6.0-1ubuntu1) ...
12:00:29 #13 9.776 Setting up libpcre2-16-0:arm64 (10.40-1ubuntu1) ...
12:00:29 #13 9.786 Setting up libpcre2-32-0:arm64 (10.40-1ubuntu1) ...
12:00:29 #13 9.796 Setting up libuv1:arm64 (1.44.2-1) ...
12:00:29 #13 9.805 Setting up emacsen-common (3.0.4) ...
12:00:29 #13 9.843 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
12:00:29 #13 9.853 Setting up bash-completion (1:2.11-6ubuntu1) ...
12:00:29 #12 3.688 Building dependency tree...
12:00:29 #11 55.17 Setting up man-db (2.10.2-1) ...
12:00:29  dpkg-source -I.git -b .
12:00:29 #11 56.78 Setting up libdata-dump-perl (1.23-1) ...
12:00:29 #10 45.81 Setting up perl (5.32.1-4+deb11u2) ...
12:00:29 #10 45.84 Setting up libio-html-perl (1.004-2) ...
12:00:29 #10 45.86 Setting up libb-hooks-op-check-perl (0.22-1+b4) ...
12:00:29 #10 45.88 Setting up gcc-10 (10.2.1-6+rpi1) ...
12:00:29 #10 45.90 Setting up libdpkg-perl (1.20.12+rpi1) ...
12:00:29 #10 45.91 Setting up autoconf (2.69-14) ...
12:00:29 #10 45.93 Setting up libtimedate-perl (2.3300-2) ...
12:00:29 #10 45.95 Setting up libsub-override-perl (0.09-2) ...
12:00:29 #10 45.97 Setting up libstrictures-perl (2.000006-1) ...
12:00:29 #10 45.99 Setting up libsub-quote-perl (2.006006-1) ...
12:00:29 #10 46.00 Setting up libfile-dirlist-perl (0.05-2) ...
12:00:29 #10 46.01 Setting up liburi-perl (5.08-1) ...
12:00:29 #10 46.03 Setting up libfile-touch-perl (0.11-1) ...
12:00:29 #10 46.06 Setting up libnet-ssleay-perl (1.88-3+b1) ...
12:00:29 #10 46.08 Setting up automake (1:1.16.3-2) ...
12:00:29 #10 46.10 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:29 #10 46.10 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:00:29 #10 46.10 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:00:29 #10 46.11 Setting up libhttp-date-perl (6.05-1) ...
12:00:29 #10 46.12 Setting up libfile-which-perl (1.23-1) ...
12:00:29 #10 46.14 Setting up libfile-listing-perl (6.14-1) ...
12:00:29 #10 46.16 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:00:29 #10 46.17 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:00:29 #10 46.18 Setting up libio-pty-perl (1:1.15-2) ...
12:00:29 #10 46.20 Setting up libtool (2.4.6-15) ...
12:00:29 #10 46.21 Setting up libarchive-zip-perl (1.68-1) ...
12:00:29 #10 46.23 Setting up libhtml-tagset-perl (3.20-4) ...
12:00:29 #10 46.25 Setting up libdebhelper-perl (13.3.4) ...
12:00:29 #10 46.27 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:00:29 #10 46.28 Setting up libtry-tiny-perl (0.30-1) ...
12:00:29 #10 46.30 Setting up libnet-http-perl (6.20-1) ...
12:00:29 #10 46.31 Setting up libencode-locale-perl (1.05-1.1) ...
12:00:29 #10 46.35 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
12:00:29 #10 46.37 Setting up gcc (4:10.2.1-1+rpi1) ...
12:00:29 #10 46.40 Setting up dpkg-dev (1.20.12+rpi1) ...
12:00:29 #18 exporting layers 2.2s done
12:00:29 #18 writing image sha256:9f5deef7cebd274b3fc9b45e86e61810f5cdaf69342debeb4dc8baf620218ff6 done
12:00:29 #18 naming to docker.io/debbuild-ubuntu-focal/aarch64 done
12:00:29 #18 DONE 2.2s
12:00:29 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:29 #10 DONE 76.2s
12:00:29 
12:00:29 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:29 #11 DONE 0.1s
12:00:29 
12:00:29 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:29 #10 51.83 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b11) ...
12:00:29 #10 51.86 Selecting previously unselected package libossp-uuid-perl.
12:00:29 #10 51.86 Preparing to unpack .../314-libossp-uuid-perl_1.6.2-1.5+b11_armhf.deb ...
12:00:29 #10 51.86 Unpacking libossp-uuid-perl (1.6.2-1.5+b11) ...
12:00:29 #10 51.90 Selecting previously unselected package libpackage-stash-xs-perl:armhf.
12:00:29 #10 51.90 Preparing to unpack .../315-libpackage-stash-xs-perl_0.30-1+b1_armhf.deb ...
12:00:29 #10 51.91 Unpacking libpackage-stash-xs-perl:armhf (0.30-1+b1) ...
12:00:29 #10 51.94 Selecting previously unselected package libpath-iterator-rule-perl.
12:00:29 #10 51.94 Preparing to unpack .../316-libpath-iterator-rule-perl_1.015-2_all.deb ...
12:00:29 #10 51.94 Unpacking libpath-iterator-rule-perl (1.015-2) ...
12:00:29 #10 51.97 Selecting previously unselected package libperlio-gzip-perl.
12:00:29 #10 51.97 Preparing to unpack .../317-libperlio-gzip-perl_0.20-1+b1_armhf.deb ...
12:00:29 #10 51.98 Unpacking libperlio-gzip-perl (0.20-1+b1) ...
12:00:29 #10 52.01 Selecting previously unselected package libperlio-utf8-strict-perl.
12:00:29 #10 52.01 Preparing to unpack .../318-libperlio-utf8-strict-perl_0.010-1_armhf.deb ...
12:00:29 #10 52.01 Unpacking libperlio-utf8-strict-perl (0.010-1) ...
12:00:29 #10 52.05 Selecting previously unselected package libpod-parser-perl.
12:00:29 #10 52.05 Preparing to unpack .../319-libpod-parser-perl_1.65-1_all.deb ...
12:00:29 #13 9.488 Setting up pkg-config (0.29.2-1ubuntu3) ...
12:00:29 #13 9.541 Setting up libudev-dev:arm64 (249.11-0ubuntu3.6) ...
12:00:29 #13 9.551 Setting up libsepol-dev:arm64 (3.3-1build1) ...
12:00:29 #13 9.566 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:00:29 #13 9.577 Setting up libpcre2-posix3:arm64 (10.39-3ubuntu0.1) ...
12:00:29 #13 9.588 Setting up librhash0:arm64 (1.4.2-1ubuntu1) ...
12:00:29 #13 9.655 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ...
12:00:29 #13 9.702 Setting up dh-apparmor (3.0.4-2ubuntu2.1) ...
12:00:29 #10 73.53 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:29 #10 73.57 Setting up libsoap-lite-perl (1.27-1) ...
12:00:29 #10 73.58 Setting up libxmlrpc-lite-perl (0.717-2) ...
12:00:29 #10 73.60 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:00:29 #10 73.63 Processing triggers for ca-certificates (20200601~deb10u2) ...
12:00:29 #10 45.06 Selecting previously unselected package dwz.
12:00:29 #10 45.07 Preparing to unpack .../058-dwz_0.15-1_armhf.deb ...
12:00:29 #10 45.07 Unpacking dwz (0.15-1) ...
12:00:29 #10 45.12 Selecting previously unselected package libicu72:armhf.
12:00:29 #10 45.12 Preparing to unpack .../059-libicu72_72.1-3_armhf.deb ...
12:00:29 #10 45.13 Unpacking libicu72:armhf (72.1-3) ...
12:00:29 #11 52.51 Setting up libfido2-1:armhf (1.11.0-1) ...
12:00:29 #11 52.54 Setting up libisl23:armhf (0.25-1) ...
12:00:29 #11 52.55 Setting up libc-dev-bin (2.36-0ubuntu4) ...
12:00:29 #11 52.57 Setting up openssl (3.0.5-2ubuntu2) ...
12:00:29 #11 52.59 Setting up libbsd0:armhf (0.11.6-1) ...
12:00:29 #11 52.61 Setting up libelf1:armhf (0.187-4) ...
12:00:29 #11 52.62 Setting up libjson-c5:armhf (0.16-1) ...
12:00:29 #11 52.64 Setting up readline-common (8.2-1) ...
12:00:29 #11 52.66 Setting up publicsuffix (20220811.1734-1) ...
12:00:29 #11 52.67 Setting up libxml2:armhf (2.9.14+dfsg-1ubuntu0.1) ...
12:00:29 #11 52.68 Setting up zstd (1.5.2+dfsg-1) ...
12:00:29 #11 52.69 Setting up libmarkdown2:armhf (2.2.7-2) ...
12:00:29 #11 52.71 Setting up libcc1-0:armhf (12.2.0-3ubuntu1) ...
12:00:29 #11 52.72 Setting up iso-codes (4.11.0-1) ...
12:00:29 #11 52.74 Setting up dbus-bin (1.14.0-2ubuntu3) ...
12:00:29 #10 45.09 Selecting previously unselected package libclass-method-modifiers-perl.
12:00:29 #10 45.09 Preparing to unpack .../108-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:00:29 #10 45.10 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:00:29 #10 45.13 Selecting previously unselected package libb-hooks-op-check-perl.
12:00:29 #10 45.13 Preparing to unpack .../109-libb-hooks-op-check-perl_0.22-1+b3_armhf.deb ...
12:00:29 #10 45.13 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
12:00:29 #10 45.16 Selecting previously unselected package libdynaloader-functions-perl.
12:00:29 #10 45.16 Preparing to unpack .../110-libdynaloader-functions-perl_0.003-1.1_all.deb ...
12:00:29 #10 45.16 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
12:00:29 #10 45.19 Selecting previously unselected package libdevel-callchecker-perl.
12:00:29 #10 45.19 Preparing to unpack .../111-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
12:00:29 #10 45.20 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
12:00:29 #10 45.23 Selecting previously unselected package libparams-classify-perl.
12:00:29 #10 45.23 Preparing to unpack .../112-libparams-classify-perl_0.015-1+b3_armhf.deb ...
12:00:29 #10 45.23 Unpacking libparams-classify-perl (0.015-1+b3) ...
12:00:29 #10 45.26 Selecting previously unselected package libmodule-runtime-perl.
12:00:29 #10 45.26 Preparing to unpack .../113-libmodule-runtime-perl_0.016-1_all.deb ...
12:00:29 #10 45.27 Unpacking libmodule-runtime-perl (0.016-1) ...
12:00:29 #10 45.29 Selecting previously unselected package libimport-into-perl.
12:00:29 #10 45.29 Preparing to unpack .../114-libimport-into-perl_1.002005-1_all.deb ...
12:00:29 #10 45.30 Unpacking libimport-into-perl (1.002005-1) ...
12:00:29 #10 45.33 Selecting previously unselected package librole-tiny-perl.
12:00:29 #10 45.33 Preparing to unpack .../115-librole-tiny-perl_2.002004-1_all.deb ...
12:00:29 #10 45.33 Unpacking librole-tiny-perl (2.002004-1) ...
12:00:29 #10 45.36 Selecting previously unselected package libstrictures-perl.
12:00:29 #10 45.36 Preparing to unpack .../116-libstrictures-perl_2.000006-1_all.deb ...
12:00:29 #12 3.813 Reading state information...
12:00:29 #12 3.833 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:29 #12 3.997 Starting 2 pkgProblemResolver with broken count: 0
12:00:29 #12 3.999 Done
12:00:29 #11 55.28 Building database of manual pages ...
12:00:29 #13 9.873 Setting up libjsoncpp25:arm64 (1.9.5-4) ...
12:00:29 #13 9.887 Setting up pkg-config (0.29.2-1ubuntu3) ...
12:00:29 #13 9.940 Setting up libudev-dev:arm64 (251.4-1ubuntu7) ...
12:00:29 #13 9.950 Setting up libsepol-dev:arm64 (3.4-2) ...
12:00:29 #13 9.959 Setting up libpcre2-posix3:arm64 (10.40-1ubuntu1) ...
12:00:29 #13 9.968 Setting up librhash0:arm64 (1.4.2-1ubuntu1) ...
12:00:29 #13 9.978 Setting up cmake-data (3.24.2-1ubuntu1) ...
12:00:29 #13 10.02 Setting up dh-apparmor (3.0.7-1ubuntu2) ...
12:00:29 #13 10.03 Setting up libsystemd-dev:arm64 (251.4-1ubuntu7) ...
12:00:29 #13 10.04 Setting up libpcre2-dev:arm64 (10.40-1ubuntu1) ...
12:00:29 #13 10.05 Setting up libselinux1-dev:arm64 (3.4-1) ...
12:00:29 #13 10.06 Setting up libdevmapper-dev:arm64 (2:1.02.185-1ubuntu1) ...
12:00:29 #12 1.241 Reading package lists...
12:00:29 #12 2.800 dh_testdir
12:00:29 #12 2.817 dh_testroot
12:00:29 #12 2.833 dh_prep
12:00:29 #12 2.851 dh_testdir
12:00:29 #12 2.867 dh_testroot
12:00:29 #12 2.882 dh_install
12:00:29 #12 2.907 dh_installdocs
12:00:30 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:00:30 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:00:30 dpkg-source: warning: native package version may not have a revision
12:00:30 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:30 dpkg-source: info: using source format '1.0'
12:00:30 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz
12:00:30 #11 56.79 Setting up python3-certifi (2019.11.28-1) ...
12:00:30 #11 56.97 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:00:30 #11 56.99 Setting up libref-util-perl (0.204-1) ...
12:00:30 #11 57.00 Setting up libipc-system-simple-perl (1.26-1) ...
12:00:30 #11 57.01 Setting up libnet-domain-tld-perl (1.75-1) ...
12:00:30 #11 57.02 Setting up libxml-writer-perl (0.625-1) ...
12:00:30 #11 57.03 Setting up libhash-fieldhash-perl (0.15-1build2) ...
12:00:30 #10 46.42 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:30 #10 46.44 Setting up liberror-perl (0.17029-1) ...
12:00:30 #10 46.47 Setting up dh-autoreconf (20) ...
12:00:30 #10 46.50 Setting up patchutils (0.4.2-1) ...
12:00:30 #10 46.51 Setting up libipc-run-perl (20200505.0-1) ...
12:00:30 #10 46.53 Setting up git (1:2.30.2-1+deb11u1) ...
12:00:30 #10 46.56 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:30 #10 46.58 Setting up libhtml-parser-perl (3.75-1+b1) ...
12:00:30 #10 46.59 Setting up librole-tiny-perl (2.002004-1) ...
12:00:30 #10 46.62 Setting up libfile-homedir-perl (1.006-1) ...
12:00:30 #10 46.63 Setting up libio-socket-ssl-perl (2.069-1) ...
12:00:30 #10 46.65 Setting up libhttp-message-perl (6.28-1) ...
12:00:30 #10 46.67 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
12:00:30 #10 46.69 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:30 #10 46.71 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:30 #10 46.73 Setting up po-debconf (1.0.21+nmu1) ...
12:00:30 + set -e
12:00:30 + mkdir -p /root/build-deb/engine
12:00:30 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:30 #10 52.06 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:00:30 #10 52.07 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:00:30 #10 52.08 Unpacking libpod-parser-perl (1.65-1) ...
12:00:30 #10 52.11 Selecting previously unselected package libpod-constants-perl.
12:00:30 #10 52.11 Preparing to unpack .../320-libpod-constants-perl_0.19-2_all.deb ...
12:00:30 #10 52.12 Unpacking libpod-constants-perl (0.19-2) ...
12:00:30 #10 52.15 Selecting previously unselected package libproc-processtable-perl:armhf.
12:00:30 #10 52.15 Preparing to unpack .../321-libproc-processtable-perl_0.634-1+b2_armhf.deb ...
12:00:30 #10 52.16 Unpacking libproc-processtable-perl:armhf (0.634-1+b2) ...
12:00:30 #10 52.20 Selecting previously unselected package libre2-9:armhf.
12:00:30 #10 52.20 Preparing to unpack .../322-libre2-9_20220601+dfsg-1+b1_armhf.deb ...
12:00:30 #10 52.20 Unpacking libre2-9:armhf (20220601+dfsg-1+b1) ...
12:00:30 #10 52.25 Selecting previously unselected package libre-engine-re2-perl:armhf.
12:00:30 #10 52.25 Preparing to unpack .../323-libre-engine-re2-perl_0.17+ds-1_armhf.deb ...
12:00:30 #10 52.25 Unpacking libre-engine-re2-perl:armhf (0.17+ds-1) ...
12:00:30 #10 52.28 Selecting previously unselected package libreadonly-perl.
12:00:30 #10 52.28 Preparing to unpack .../324-libreadonly-perl_2.050-3_all.deb ...
12:00:30 #10 52.28 Unpacking libreadonly-perl (2.050-3) ...
12:00:30 #10 52.32 Selecting previously unselected package libref-util-perl.
12:00:30 #10 52.32 Preparing to unpack .../325-libref-util-perl_0.204-2_all.deb ...
12:00:30 #10 52.32 Unpacking libref-util-perl (0.204-2) ...
12:00:30 #10 52.35 Selecting previously unselected package libref-util-xs-perl.
12:00:30 #10 52.35 Preparing to unpack .../326-libref-util-xs-perl_0.117-2+b1_armhf.deb ...
12:00:30 #10 52.36 Unpacking libref-util-xs-perl (0.117-2+b1) ...
12:00:30 #10 52.38 Selecting previously unselected package libregexp-pattern-license-perl.
12:00:30 #10 52.38 Preparing to unpack .../327-libregexp-pattern-license-perl_3.9.4-3_all.deb ...
12:00:30 #14 30.08   Installing       : cmake-data-3.20.2-4.el8.noarch                       66/93 
12:00:30 #14 30.92   Installing       : cmake-3.20.2-4.el8.aarch64                           67/93 
12:00:30 #14 30.94   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  68/93 
12:00:30 #14 31.01   Installing       : automake-1.16.1-7.el8.noarch                         69/93 
12:00:30 #14 31.04   Installing       : perl-Error-1:0.17025-2.el8.noarch                    70/93 
12:00:30 #14 31.06   Installing       : perl-Git-2.39.0-1.el8.noarch                         71/93 
12:00:30 #14 31.08   Installing       : git-2.39.0-1.el8.aarch64                             72/93 
12:00:30 #14 31.15   Installing       : libtool-2.4.6-25.el8.aarch64                         73/93 
12:00:30 #13 9.714 Setting up libsystemd-dev:arm64 (249.11-0ubuntu3.6) ...
12:00:30 #13 9.728 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:00:30 #13 9.740 Setting up libpcre2-dev:arm64 (10.39-3ubuntu0.1) ...
12:00:30 #13 9.751 Setting up libselinux1-dev:arm64 (3.3-1build2) ...
12:00:30 #13 9.762 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu4) ...
12:00:30 #13 9.778 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ...
12:00:30 #13 9.789 Setting up docker-ce-build-deps (1.0) ...
12:00:30 #13 9.802 Processing triggers for man-db (2.10.2-1) ...
12:00:30 #13 9.889 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:00:30 #10 73.65 Updating certificates in /etc/ssl/certs...
12:00:30 #11 52.75 Setting up liblocale-gettext-perl (1.07-4build3) ...
12:00:30 #11 52.76 Setting up dctrl-tools (2.24-3build2) ...
12:00:30 #11 52.78 Setting up libkmod2:armhf (30+20220630-3ubuntu1) ...
12:00:30 #11 52.79 Setting up libgdbm6:armhf (1.23-1) ...
12:00:30 #11 52.80 Setting up libctf0:armhf (2.39-3ubuntu1.1) ...
12:00:30 #11 52.82 Setting up libjpeg8:armhf (8c-2ubuntu10) ...
12:00:30 #11 52.83 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
12:00:30 #11 52.85 Setting up manpages-dev (5.13-1) ...
12:00:30 #11 52.87 Setting up libdw1:armhf (0.187-4) ...
12:00:30 #11 52.88 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
12:00:30 #11 52.90 Setting up cpp-12 (12.2.0-3ubuntu1) ...
12:00:30 #11 52.91 Setting up libxcb1:armhf (1.15-1) ...
12:00:30 #11 52.92 Setting up gettext (0.21-8) ...
12:00:30 #11 52.94 Setting up fontconfig-config (2.13.1-4.4ubuntu1) ...
12:00:30 #10 45.37 Unpacking libstrictures-perl (2.000006-1) ...
12:00:30 #10 45.40 Selecting previously unselected package libsub-quote-perl.
12:00:30 #10 45.40 Preparing to unpack .../117-libsub-quote-perl_2.006006-1_all.deb ...
12:00:30 #10 45.40 Unpacking libsub-quote-perl (2.006006-1) ...
12:00:30 #10 45.43 Selecting previously unselected package libmoo-perl.
12:00:30 #10 45.43 Preparing to unpack .../118-libmoo-perl_2.004004-1_all.deb ...
12:00:30 #10 45.43 Unpacking libmoo-perl (2.004004-1) ...
12:00:30 #10 45.47 Selecting previously unselected package libencode-locale-perl.
12:00:30 #10 45.47 Preparing to unpack .../119-libencode-locale-perl_1.05-1.1_all.deb ...
12:00:30 #10 45.48 Unpacking libencode-locale-perl (1.05-1.1) ...
12:00:30 #10 45.50 Selecting previously unselected package libtimedate-perl.
12:00:30 #10 45.51 Preparing to unpack .../120-libtimedate-perl_2.3300-2_all.deb ...
12:00:30 #10 45.51 Unpacking libtimedate-perl (2.3300-2) ...
12:00:30 #10 45.54 Selecting previously unselected package libhttp-date-perl.
12:00:30 #10 45.54 Preparing to unpack .../121-libhttp-date-perl_6.05-1_all.deb ...
12:00:30 #10 45.54 Unpacking libhttp-date-perl (6.05-1) ...
12:00:30 #10 45.57 Selecting previously unselected package libfile-listing-perl.
12:00:30 #12 0.941 Reading package lists...
12:00:30 #12 4.149  Done
12:00:30 #12 4.296 Starting pkgProblemResolver with broken count: 0
12:00:30 #12 4.326 Starting 2 pkgProblemResolver with broken count: 0
12:00:30 #12 4.328 Done
12:00:30 #11 55.55 Setting up libgpgme11:armhf (1.16.0-1.2ubuntu4) ...
12:00:30 #11 55.56 Setting up python3-six (1.16.0-3ubuntu1) ...
12:00:30 #11 55.70 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
12:00:30 #11 55.83 Setting up perl (5.34.0-3ubuntu1.1) ...
12:00:30 #13 10.07 Setting up cmake (3.24.2-1ubuntu1) ...
12:00:30 #13 10.08 Setting up docker-ce-build-deps (1.0) ...
12:00:30 #13 10.10 Processing triggers for man-db (2.10.2-2) ...
12:00:30 #13 10.17 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:00:30 #12 2.935 dh_installchangelogs
12:00:30 #12 3.003 dh_compress
12:00:30 #12 3.034 dh_fixperms
12:00:30 #12 3.073 dh_installdeb
12:00:30 #12 3.098 dh_gencontrol
12:00:30 #11 57.04 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
12:00:30 #11 57.05 Setting up shared-mime-info (1.15-1) ...
12:00:30 #10 46.74 Setting up libhtml-tree-perl (5.07-2) ...
12:00:30 #10 46.76 Setting up libparams-classify-perl (0.015-1+b3) ...
12:00:30 #10 46.79 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:30 #10 46.82 Setting up dh-strip-nondeterminism (1.12.0-1) ...
12:00:30 #10 46.85 Setting up libimport-into-perl (1.002005-1) ...
12:00:30 #10 46.87 Setting up libmoo-perl (2.004004-1) ...
12:00:30 #10 46.88 Setting up debhelper (13.3.4) ...
12:00:30 #10 46.89 Setting up equivs (2.3.1) ...
12:00:30 #10 46.94 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:30 #10 46.96 Setting up libwww-perl (6.52-1) ...
12:00:30 #14 31.17   Running scriptlet: libtool-2.4.6-25.el8.aarch64                         73/93 
12:00:30 #14 31.20   Installing       : libtool-ltdl-devel-2.4.6-25.el8.aarch64              74/93 
12:00:30 #10 52.39 Unpacking libregexp-pattern-license-perl (3.9.4-3) ...
12:00:30 #10 52.44 Selecting previously unselected package libregexp-pattern-perl.
12:00:30 #10 52.44 Preparing to unpack .../328-libregexp-pattern-perl_0.2.14-2_all.deb ...
12:00:30 #10 52.44 Unpacking libregexp-pattern-perl (0.2.14-2) ...
12:00:30 #10 52.47 Selecting previously unselected package libregexp-wildcards-perl.
12:00:30 #10 52.47 Preparing to unpack .../329-libregexp-wildcards-perl_1.05-3_all.deb ...
12:00:30 #10 52.48 Unpacking libregexp-wildcards-perl (1.05-3) ...
12:00:30 #10 52.51 Selecting previously unselected package libsasl2-modules:armhf.
12:00:30 #10 52.51 Preparing to unpack .../330-libsasl2-modules_2.1.28+dfsg-10_armhf.deb ...
12:00:30 #10 52.52 Unpacking libsasl2-modules:armhf (2.1.28+dfsg-10) ...
12:00:30 #10 52.56 Selecting previously unselected package libsereal-decoder-perl.
12:00:30 #10 52.56 Preparing to unpack .../331-libsereal-decoder-perl_5.002+ds-1_armhf.deb ...
12:00:30 #10 52.56 Unpacking libsereal-decoder-perl (5.002+ds-1) ...
12:00:30 #10 52.60 Selecting previously unselected package libsereal-encoder-perl.
12:00:30 #10 52.60 Preparing to unpack .../332-libsereal-encoder-perl_5.002+ds-1_armhf.deb ...
12:00:30 #10 52.61 Unpacking libsereal-encoder-perl (5.002+ds-1) ...
12:00:30 #10 52.65 Selecting previously unselected package libset-intspan-perl.
12:00:30 #10 52.65 Preparing to unpack .../333-libset-intspan-perl_1.19-3_all.deb ...
12:00:30 #14 31.22   Installing       : device-mapper-devel-8:1.02.181-9.el8.aarch64         75/93 
12:00:30 #14 31.25   Installing       : annobin-10.94-1.el8.aarch64                          76/93 
12:00:30 #14 31.27   Running scriptlet: annobin-10.94-1.el8.aarch64                          76/93 
12:00:30 #14 31.30   Installing       : gcc-plugin-annobin-8.5.0-18.el8.aarch64              77/93 
12:00:30 #14 31.31   Running scriptlet: gcc-plugin-annobin-8.5.0-18.el8.aarch64              77/93 
12:00:30 #14 31.34   Upgrading        : glibc-minimal-langpack-2.28-224.el8.aarch64          78/93 
12:00:30 #14 31.36   Installing       : libseccomp-devel-2.5.2-1.el8.aarch64                 79/93 
12:00:30 #14 31.38   Cleanup          : device-mapper-8:1.02.181-6.el8.aarch64               80/93 
12:00:30 #14 31.40   Running scriptlet: systemd-239-67.el8.aarch64                           81/93 
12:00:30 #14 31.43   Cleanup          : systemd-239-67.el8.aarch64                           81/93 
12:00:30 #14 31.47   Cleanup          : systemd-pam-239-67.el8.aarch64                       82/93 
12:00:30 #11 53.15 Setting up libedit2:armhf (3.1-20210910-1build1) ...
12:00:30 #11 53.16 Setting up libreadline8:armhf (8.2-1) ...
12:00:30 #11 53.17 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
12:00:30 #11 53.19 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-1ubuntu1) ...
12:00:30 #11 53.21 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
12:00:30 #12 0.741 Hit:1 http://deb.debian.org/debian buster InRelease
12:00:30 #12 0.741 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
12:00:30 #12 0.742 Hit:3 http://deb.debian.org/debian buster-updates InRelease
12:00:30 #10 45.57 Preparing to unpack .../122-libfile-listing-perl_6.14-1_all.deb ...
12:00:30 #10 45.58 Unpacking libfile-listing-perl (6.14-1) ...
12:00:30 #10 45.60 Selecting previously unselected package libhtml-tagset-perl.
12:00:30 #10 45.60 Preparing to unpack .../123-libhtml-tagset-perl_3.20-4_all.deb ...
12:00:30 #10 45.61 Unpacking libhtml-tagset-perl (3.20-4) ...
12:00:30 #10 45.64 Selecting previously unselected package liburi-perl.
12:00:30 #10 45.64 Preparing to unpack .../124-liburi-perl_5.08-1_all.deb ...
12:00:30 #10 45.65 Unpacking liburi-perl (5.08-1) ...
12:00:30 #10 45.68 Selecting previously unselected package libhtml-parser-perl.
12:00:30 #10 45.69 Preparing to unpack .../125-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
12:00:30 #10 45.69 Unpacking libhtml-parser-perl (3.75-1+b1) ...
12:00:30 #10 45.73 Selecting previously unselected package libhtml-tree-perl.
12:00:30 #10 45.73 Preparing to unpack .../126-libhtml-tree-perl_5.07-2_all.deb ...
12:00:30 #10 45.73 Unpacking libhtml-tree-perl (5.07-2) ...
12:00:30 #10 45.78 Selecting previously unselected package libio-html-perl.
12:00:30 #10 45.78 Preparing to unpack .../127-libio-html-perl_1.004-2_all.deb ...
12:00:30 #10 45.79 Unpacking libio-html-perl (1.004-2) ...
12:00:30 #10 45.81 Selecting previously unselected package liblwp-mediatypes-perl.
12:00:30 #10 45.82 Preparing to unpack .../128-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:00:30 #10 45.82 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:00:30 #10 45.85 Selecting previously unselected package libhttp-message-perl.
12:00:30 #10 45.85 Preparing to unpack .../129-libhttp-message-perl_6.28-1_all.deb ...
12:00:30 #10 45.86 Unpacking libhttp-message-perl (6.28-1) ...
12:00:30 #10 45.89 Selecting previously unselected package libhttp-cookies-perl.
12:00:30 #13 DONE 10.1s
12:00:30 
12:00:30 #14 [stage-1 6/9] COPY sources/ /sources
12:00:30 #12 1.774 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:30 #12 1.774 dpkg-buildpackage: info: source version 1.0
12:00:30 #12 1.774 dpkg-buildpackage: info: source distribution unstable
12:00:30 #12 1.774 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:30 #12 1.813  dpkg-source --before-build .
12:00:30 #12 1.813 dpkg-buildpackage: info: host architecture amd64
12:00:30 #12 1.914  debian/rules clean
12:00:30 #10 59.54 137 added, 0 removed; done.
12:00:30 #10 59.62 Setting up libunbound8:armhf (1.9.0-2+deb10u2) ...
12:00:30 #10 59.63 Setting up shared-mime-info (1.10-1) ...
12:00:30 #11 55.86 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
12:00:30 #11 55.87 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:00:30 #11 55.89 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
12:00:30 #11 55.90 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
12:00:30 #11 56.07 Setting up libdata-dump-perl (1.25-1) ...
12:00:30 #11 56.08 Setting up python3-certifi (2020.6.20-1) ...
12:00:30 #13 DONE 10.4s
12:00:30 
12:00:30 #14 [stage-1 6/9] COPY sources/ /sources
12:00:30 #14 DONE 0.1s
12:00:30 
12:00:30 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:00:30 #12 3.207 dh_md5sums
12:00:30 #12 3.241 dh_builddeb
12:00:30 #12 3.259 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:30 #12 3.279 
12:00:30 #12 3.279 The package has been created.
12:00:30 #12 3.279 Attention, the package has been created in the current directory,
12:00:30 #12 3.279 not in ".." as indicated by the message above!
12:00:30 #12 3.304 Selecting previously unselected package docker-ce-build-deps.
12:00:30 #12 3.315 (Reading database ... 21180 files and directories currently installed.)
12:00:30 #12 3.315 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:30 #12 3.326 Unpacking docker-ce-build-deps (1.0) ...
12:00:30 #14 23.25   Running scriptlet: selinux-policy-minimum-3.14.3-114.el8.noarch         42/90 
12:00:30 #14 24.69   Installing       : selinux-policy-minimum-3.14.3-114.el8.noarch         42/90 
12:00:30 #10 46.98 Setting up devscripts (2.21.3+deb11u1) ...
12:00:30 #10 47.15 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
12:00:30 #10 52.65 Unpacking libset-intspan-perl (1.19-3) ...
12:00:30 #10 52.68 Selecting previously unselected package libtask-weaken-perl.
12:00:30 #10 52.68 Preparing to unpack .../334-libtask-weaken-perl_1.06-2_all.deb ...
12:00:30 #10 52.69 Unpacking libtask-weaken-perl (1.06-2) ...
12:00:30 #10 52.73 Selecting previously unselected package libxml-parser-perl.
12:00:30 #10 52.73 Preparing to unpack .../335-libxml-parser-perl_2.46-4_armhf.deb ...
12:00:30 #10 52.74 Unpacking libxml-parser-perl (2.46-4) ...
12:00:30 #10 52.79 Selecting previously unselected package libsoap-lite-perl.
12:00:30 #10 52.79 Preparing to unpack .../336-libsoap-lite-perl_1.27-2_all.deb ...
12:00:30 #10 52.79 Unpacking libsoap-lite-perl (1.27-2) ...
12:00:30 #10 52.86 Selecting previously unselected package libsocket6-perl.
12:00:30 #10 52.86 Preparing to unpack .../337-libsocket6-perl_0.29-3_armhf.deb ...
12:00:30 #10 52.87 Unpacking libsocket6-perl (0.29-3) ...
12:00:30 #10 52.90 Selecting previously unselected package libstring-copyright-perl.
12:00:30 #10 52.90 Preparing to unpack .../338-libstring-copyright-perl_0.003014-1_all.deb ...
12:00:30 #14 31.48   Cleanup          : device-mapper-libs-8:1.02.181-6.el8.aarch64          83/93 
12:00:30 #14 31.50   Cleanup          : systemd-libs-239-67.el8.aarch64                      84/93 
12:00:30 #14 31.52   Running scriptlet: tar-2:1.30-6.el8.aarch64                             85/93 
12:00:30 #14 31.53   Cleanup          : tar-2:1.30-6.el8.aarch64                             85/93 
12:00:30 #14 31.54   Cleanup          : libarchive-3.3.3-4.el8.aarch64                       86/93 
12:00:30 #14 31.56   Cleanup          : glibc-minimal-langpack-2.28-211.el8.aarch64          87/93 
12:00:30 #14 31.57   Cleanup          : libselinux-2.9-6.el8.aarch64                         88/93 
12:00:30 #14 31.59   Cleanup          : pcre2-10.32-3.el8_6.aarch64                          89/93 
12:00:30 #14 31.60   Cleanup          : glibc-2.28-211.el8.aarch64                           90/93 
12:00:30 #14 31.65   Cleanup          : glibc-gconv-extra-2.28-211.el8.aarch64               91/93 
12:00:30 #14 31.65   Running scriptlet: glibc-gconv-extra-2.28-211.el8.aarch64               91/93 
12:00:30 + mkdir -p /root/build-deb/cli
12:00:30 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:30 + mkdir -p /root/build-deb/buildx
12:00:30 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:30 #11 53.54 Updating certificates in /etc/ssl/certs...
12:00:30 #10 45.89 Preparing to unpack .../130-libhttp-cookies-perl_6.10-1_all.deb ...
12:00:30 #10 45.90 Unpacking libhttp-cookies-perl (6.10-1) ...
12:00:30 #10 45.93 Selecting previously unselected package libhttp-negotiate-perl.
12:00:30 #10 45.93 Preparing to unpack .../131-libhttp-negotiate-perl_6.01-1_all.deb ...
12:00:30 #10 45.93 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:00:30 #10 45.97 Selecting previously unselected package perl-openssl-defaults:armhf.
12:00:30 #10 45.97 Preparing to unpack .../132-perl-openssl-defaults_5_armhf.deb ...
12:00:30 #10 45.97 Unpacking perl-openssl-defaults:armhf (5) ...
12:00:30 #10 46.00 Selecting previously unselected package libnet-ssleay-perl.
12:00:30 #10 46.00 Preparing to unpack .../133-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
12:00:30 #10 46.01 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
12:00:30 #10 46.07 Selecting previously unselected package libio-socket-ssl-perl.
12:00:30 #10 46.07 Preparing to unpack .../134-libio-socket-ssl-perl_2.069-1_all.deb ...
12:00:30 #10 46.07 Unpacking libio-socket-ssl-perl (2.069-1) ...
12:00:30 #10 46.12 Selecting previously unselected package libnet-http-perl.
12:00:30 #14 DONE 0.2s
12:00:30 
12:00:30 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:00:30 #10 74.17 0 added, 0 removed; done.
12:00:30 #10 74.17 Running hooks in /etc/ca-certificates/update.d...
12:00:30 #10 74.17 done.
12:00:30 #12 9.075   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          59/99 
12:00:30 #12 18.27   Installing       : python3-policycoreutils-3.4-6.fc37.noarch            60/99 
12:00:30 #12 18.28   Installing       : policycoreutils-python-utils-3.4-6.fc37.noarch       61/99 
12:00:30 #12 18.28   Installing       : libcbor-0.7.0-7.fc37.aarch64                         62/99 
12:00:30 #12 18.29   Installing       : libfido2-1.11.0-3.fc37.aarch64                       63/99 
12:00:30 #12 18.31   Installing       : openssh-clients-8.8p1-7.fc37.aarch64                 64/99 
12:00:30 #12 18.31   Running scriptlet: openssh-clients-8.8p1-7.fc37.aarch64                 64/99 
12:00:30 #12 18.33   Installing       : libbpf-2:0.8.0-2.fc37.aarch64                        65/99 
12:00:30 #12 18.33   Installing       : libargon2-20190702-1.fc37.aarch64                    66/99 
12:00:30 #12 18.34   Installing       : less-590-5.fc37.aarch64                              67/99 
12:00:30 #12 18.42   Installing       : git-core-2.39.1-1.fc37.aarch64                       68/99 
12:00:30 #12 18.46   Installing       : git-core-doc-2.39.1-1.fc37.noarch                    69/99 
12:00:30 #12 18.48   Installing       : perl-Git-2.39.1-1.fc37.noarch                        70/99 
12:00:30 #12 18.48   Installing       : git-2.39.1-1.fc37.aarch64                            71/99 
12:00:30 #12 18.49   Installing       : kmod-libs-30-2.fc37.aarch64                          72/99 
12:00:30 #12 18.50   Installing       : device-mapper-libs-1.02.175-9.fc37.aarch64           73/99 
12:00:30 #12 18.51   Installing       : cryptsetup-libs-2.5.0-1.fc37.aarch64                 74/99 
12:00:30 #12 18.52   Installing       : device-mapper-1.02.175-9.fc37.aarch64                75/99 
12:00:30 #12 18.54   Installing       : systemd-networkd-251.10-588.fc37.aarch64             76/99 
12:00:30 #12 18.55   Running scriptlet: systemd-networkd-251.10-588.fc37.aarch64             76/99 
12:00:30 #12 18.56   Installing       : systemd-pam-251.10-588.fc37.aarch64                  77/99 
12:00:30 #12 18.57   Installing       : systemd-resolved-251.10-588.fc37.aarch64             78/99 
12:00:30 #12 18.58   Running scriptlet: systemd-resolved-251.10-588.fc37.aarch64             78/99 
12:00:30 #12 18.71   Installing       : systemd-251.10-588.fc37.aarch64                      79/99 
12:00:30 #12 18.72   Running scriptlet: systemd-251.10-588.fc37.aarch64                      79/99 
12:00:30 #12 18.88 Creating group 'input' with GID 104.
12:00:30 #12 18.88 Creating group 'kvm' with GID 36.
12:00:30 #12 18.88 Creating group 'render' with GID 105.
12:00:30 #12 18.88 Creating group 'sgx' with GID 106.
12:00:30 #12 18.88 Creating group 'systemd-journal' with GID 190.
12:00:30 #12 18.88 Creating group 'systemd-network' with GID 192.
12:00:30 #12 18.88 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:00:30 #12 18.88 Creating group 'systemd-oom' with GID 999.
12:00:30 #12 18.88 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999.
12:00:30 #12 18.88 Creating group 'systemd-resolve' with GID 193.
12:00:30 #12 18.88 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:00:30 #12 18.88 
12:00:30 #12 18.89   Installing       : jsoncpp-1.9.5-3.fc37.aarch64                         80/99 
12:00:30 #12 18.90   Installing       : gc-8.0.6-4.fc37.aarch64                              81/99 
12:00:30 #12 19.13   Installing       : guile22-2.2.7-6.fc37.aarch64                         82/99 
12:00:30 #12 1.917 dh clean
12:00:30 #12 1.997    dh_clean
12:00:30 #12 2.032  debian/rules binary
12:00:30 #12 2.034 dh binary
12:00:30 #12 2.102    dh_update_autotools_config
12:00:30 #12 2.131    dh_autoreconf
12:00:30 #12 2.173    create-stamp debian/debhelper-build-stamp
12:00:30 #12 2.173    dh_prep
12:00:30 #11 56.21 Setting up libfile-find-rule-perl (0.34-1) ...
12:00:30 #11 56.23 Setting up libref-util-perl (0.204-1) ...
12:00:30 #11 56.24 Setting up libipc-system-simple-perl (1.30-1) ...
12:00:30 #11 56.26 Setting up libnet-domain-tld-perl (1.75-1.1) ...
12:00:30 #11 56.27 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
12:00:30 #11 56.28 Setting up libsocket6-perl (0.29-1build4) ...
12:00:30 #11 56.29 Setting up libio-prompt-tiny-perl (0.003-1) ...
12:00:30 #11 56.31 Setting up libhash-fieldhash-perl (0.15-1build5) ...
12:00:30 #11 56.32 Setting up libgd3:armhf (2.3.0-2ubuntu2) ...
12:00:30 #11 56.34 Setting up libvariable-magic-perl (0.62-1build5) ...
12:00:30 #11 56.36 Setting up python3-idna (3.3-1) ...
12:00:30 #12 4.581 The following additional packages will be installed:
12:00:30 #12 4.581   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:00:30 #12 4.581   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
12:00:30 #12 4.582   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
12:00:30 #12 4.582   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:00:30 #12 4.582   libudev-dev libuv1 pkg-config procps
12:00:30 #12 4.584 Suggested packages:
12:00:30 #12 4.584   cmake-doc ninja-build apparmor-easyprof seccomp
12:00:30 #12 4.584 Recommended packages:
12:00:30 #12 4.584   psmisc
12:00:30 #12 4.752 The following NEW packages will be installed:
12:00:30 #12 4.753   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:00:30 #12 4.753   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
12:00:30 #12 4.753   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
12:00:30 #12 4.753   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:00:30 #12 4.754   libudev-dev libuv1 pkg-config procps
12:00:30 #14 31.69   Cleanup          : glibc-common-2.28-211.el8.aarch64                    92/93 
12:00:30 #14 31.71   Cleanup          : libgcc-8.5.0-15.el8.aarch64                          93/93 
12:00:30 #14 31.71   Running scriptlet: libgcc-8.5.0-15.el8.aarch64                          93/93 
12:00:30 #14 31.84   Running scriptlet: glibc-common-2.28-224.el8.aarch64                    93/93 
12:00:30 #10 52.91 Unpacking libstring-copyright-perl (0.003014-1) ...
12:00:30 #10 52.94 Selecting previously unselected package libstring-escape-perl.
12:00:30 #10 52.94 Preparing to unpack .../339-libstring-escape-perl_2010.002-3_all.deb ...
12:00:30 #10 52.95 Unpacking libstring-escape-perl (2010.002-3) ...
12:00:30 #10 52.97 Selecting previously unselected package libstring-license-perl.
12:00:30 #10 52.98 Preparing to unpack .../340-libstring-license-perl_0.0.2-1_all.deb ...
12:00:30 #10 52.98 Unpacking libstring-license-perl (0.0.2-1) ...
12:00:30 #10 53.01 Selecting previously unselected package libstring-shellquote-perl.
12:00:30 #10 53.01 Preparing to unpack .../341-libstring-shellquote-perl_1.04-3_all.deb ...
12:00:30 #10 53.02 Unpacking libstring-shellquote-perl (1.04-3) ...
12:00:30 #10 53.05 Selecting previously unselected package libsys-cpuaffinity-perl.
12:00:30 #10 53.05 Preparing to unpack .../342-libsys-cpuaffinity-perl_1.13~03-2+b1_armhf.deb ...
12:00:30 #10 53.06 Unpacking libsys-cpuaffinity-perl (1.13~03-2+b1) ...
12:00:30 #10 53.09 Selecting previously unselected package libterm-readkey-perl.
12:00:30 #10 53.09 Preparing to unpack .../343-libterm-readkey-perl_2.38-2+b1_armhf.deb ...
12:00:30 #10 53.10 Unpacking libterm-readkey-perl (2.38-2+b1) ...
12:00:30 #10 46.13 Preparing to unpack .../135-libnet-http-perl_6.20-1_all.deb ...
12:00:30 #10 46.13 Unpacking libnet-http-perl (6.20-1) ...
12:00:30 #10 46.17 Selecting previously unselected package liblwp-protocol-https-perl.
12:00:30 #10 46.17 Preparing to unpack .../136-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:00:30 #10 46.17 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:00:30 #10 46.21 Selecting previously unselected package libtry-tiny-perl.
12:00:30 #10 46.21 Preparing to unpack .../137-libtry-tiny-perl_0.30-1_all.deb ...
12:00:30 #10 46.22 Unpacking libtry-tiny-perl (0.30-1) ...
12:00:30 #10 46.25 Selecting previously unselected package libwww-robotrules-perl.
12:00:30 #10 46.25 Preparing to unpack .../138-libwww-robotrules-perl_6.02-1_all.deb ...
12:00:30 #10 46.26 Unpacking libwww-robotrules-perl (6.02-1) ...
12:00:30 #10 46.30 Selecting previously unselected package libwww-perl.
12:00:30 #10 46.30 Preparing to unpack .../139-libwww-perl_6.52-1_all.deb ...
12:00:30 #10 46.30 Unpacking libwww-perl (6.52-1) ...
12:00:30 #10 46.38 Selecting previously unselected package patchutils.
12:00:30 #12 1.098 Reading package lists...
12:00:30 #10 DONE 74.4s
12:00:30 
12:00:30 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:30 #11 DONE 0.1s
12:00:30 
12:00:30 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:30 #12 19.15   Installing       : make-1:4.3-11.fc37.aarch64                           83/99 
12:00:30 #12 19.46   Installing       : gcc-12.2.1-4.fc37.aarch64                            84/99 
12:00:30 #12 19.47   Running scriptlet: gcc-12.2.1-4.fc37.aarch64                            84/99 
12:00:30 #11 56.65 Setting up libio-html-perl (1.004-2) ...
12:00:31 #12 5.026 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
12:00:31 #12 5.026 1 not fully installed or removed.
12:00:31 #12 5.026 Need to get 9241 kB of archives.
12:00:31 #12 5.026 After this operation, 42.7 MB of additional disk space will be used.
12:00:31 #12 5.026 Get:1 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
12:00:31 #12 5.030 Get:2 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
12:00:31 #12 5.039 Get:3 http://deb.debian.org/debian bullseye/main arm64 libncurses6 arm64 6.2+20201114-2 [93.2 kB]
12:00:31 #12 5.039 Get:4 http://deb.debian.org/debian bullseye/main arm64 libprocps8 arm64 2:3.3.17-5 [61.9 kB]
12:00:31 #12 5.040 Get:5 http://deb.debian.org/debian bullseye/main arm64 procps arm64 2:3.3.17-5 [497 kB]
12:00:31 #12 5.044 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
12:00:31 #12 5.045 Get:7 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
12:00:31 #12 5.047 Get:8 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
12:00:31 #12 5.048 Get:9 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
12:00:31 #12 5.072 Get:10 http://deb.debian.org/debian bullseye/main arm64 dh-apparmor all 2.13.6-10 [75.2 kB]
12:00:31 #12 5.073 Get:11 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
12:00:31 #12 5.073 Get:12 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
12:00:31 #12 5.074 Get:13 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
12:00:31 #12 5.074 Get:14 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
12:00:31 #12 5.075 Get:15 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
12:00:31 #12 5.077 Get:16 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
12:00:31 #12 5.079 Get:17 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
12:00:31 #12 5.080 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
12:00:31 #12 5.080 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
12:00:31 #12 5.084 Get:20 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
12:00:31 #12 5.085 Get:21 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
12:00:31 #12 5.085 Get:22 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
12:00:31 #12 5.086 Get:23 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
12:00:31 #12 5.088 Get:24 http://deb.debian.org/debian bullseye/main arm64 pkg-config arm64 0.29.2-1 [63.6 kB]
12:00:31 #12 2.202    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:00:31 #12 2.257    dh_install
12:00:31 #12 2.291    dh_installdocs
12:00:31 #12 2.330    dh_installchangelogs
12:00:31 #12 2.415    dh_perl
12:00:31 #10 DONE 47.6s
12:00:31 
12:00:31 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:31 #11 DONE 0.1s
12:00:31 #14 31.94   Running scriptlet: systemd-239-70.el8.aarch64                           93/93 
12:00:31 #14 32.08   Verifying        : pcre2-10.32-3.el8.aarch64                             1/93 
12:00:31 #14 32.08   Verifying        : pcre2-10.32-3.el8_6.aarch64                           2/93 
12:00:31 #14 32.08   Verifying        : annobin-10.94-1.el8.aarch64                           3/93 
12:00:31 #14 32.08   Verifying        : autoconf-2.69-29.el8.noarch                           4/93 
12:00:31 #14 32.08   Verifying        : automake-1.16.1-7.el8.noarch                          5/93 
12:00:31 #14 32.08   Verifying        : cmake-3.20.2-4.el8.aarch64                            6/93 
12:00:31 #14 32.09   Verifying        : cmake-data-3.20.2-4.el8.noarch                        7/93 
12:00:31 #14 32.09   Verifying        : cmake-filesystem-3.20.2-4.el8.aarch64                 8/93 
12:00:31 #14 32.09   Verifying        : cmake-rpm-macros-3.20.2-4.el8.noarch                  9/93 
12:00:31 #14 32.09   Verifying        : cpp-8.5.0-18.el8.aarch64                             10/93 
12:00:31 #14 32.09   Verifying        : gcc-8.5.0-18.el8.aarch64                             11/93 
12:00:31 #14 32.09   Verifying        : gcc-plugin-annobin-8.5.0-18.el8.aarch64              12/93 
12:00:31 #14 32.09   Verifying        : git-2.39.0-1.el8.aarch64                             13/93 
12:00:31 #14 32.09   Verifying        : git-core-2.39.0-1.el8.aarch64                        14/93 
12:00:31 #14 32.09   Verifying        : git-core-doc-2.39.0-1.el8.noarch                     15/93 
12:00:31 #14 32.09   Verifying        : isl-0.16.1-6.el8.aarch64                             16/93 
12:00:31 #14 32.09   Verifying        : libmpc-1.1.0-9.1.el8.aarch64                         17/93 
12:00:31 #14 32.09   Verifying        : libseccomp-devel-2.5.2-1.el8.aarch64                 18/93 
12:00:31 #14 32.09   Verifying        : libtool-2.4.6-25.el8.aarch64                         19/93 
12:00:31 #14 32.09   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.aarch64              20/93 
12:00:31 #14 32.09   Verifying        : libuv-1:1.41.1-1.el8_4.aarch64                       21/93 
12:00:31 #14 32.09   Verifying        : libxkbcommon-0.9.1-1.el8.aarch64                     22/93 
12:00:31 #14 32.09   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    23/93 
12:00:31 #14 32.09   Verifying        : perl-Git-2.39.0-1.el8.noarch                         24/93 
12:00:31 #14 32.09   Verifying        : perl-TermReadKey-2.37-7.el8.aarch64                  25/93 
12:00:31 #14 32.09   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  26/93 
12:00:31 #14 32.09   Verifying        : vim-filesystem-2:8.0.1763-19.el8.4.noarch            27/93 
12:00:31 #14 32.09   Verifying        : xkeyboard-config-2.28-1.el8.noarch                   28/93 
12:00:31 #14 32.09   Verifying        : checkpolicy-2.9-1.el8.aarch64                        29/93 
12:00:31 #14 32.09   Verifying        : glibc-devel-2.28-224.el8.aarch64                     30/93 
12:00:31 #14 32.09   Verifying        : glibc-headers-2.28-224.el8.aarch64                   31/93 
12:00:31 #14 32.09   Verifying        : glibc-langpack-en-2.28-224.el8.aarch64               32/93 
12:00:31 #14 32.09   Verifying        : kernel-headers-4.18.0-448.el8.aarch64                33/93 
12:00:31 #14 32.09   Verifying        : less-530-1.el8.aarch64                               34/93 
12:00:31 #14 32.09   Verifying        : libasan-8.5.0-18.el8.aarch64                         35/93 
12:00:31 #14 32.09   Verifying        : libatomic-8.5.0-18.el8.aarch64                       36/93 
12:00:31 #14 32.09   Verifying        : libedit-3.1-23.20170329cvs.el8.aarch64               37/93 
12:00:31 #14 32.09   Verifying        : libgomp-8.5.0-18.el8.aarch64                         38/93 
12:00:31 #14 32.09   Verifying        : libselinux-devel-2.9-8.el8.aarch64                   39/93 
12:00:31 #14 32.09   Verifying        : libselinux-utils-2.9-8.el8.aarch64                   40/93 
12:00:31 #14 32.09   Verifying        : libsepol-devel-2.9-3.el8.aarch64                     41/93 
12:00:31 #14 32.09   Verifying        : libubsan-8.5.0-18.el8.aarch64                        42/93 
12:00:31 #14 32.09   Verifying        : libxcrypt-devel-4.1.1-6.el8.aarch64                  43/93 
12:00:31 #14 32.09   Verifying        : m4-1.4.18-7.el8.aarch64                              44/93 
12:00:31 #14 32.09   Verifying        : make-1:4.2.1-11.el8.aarch64                          45/93 
12:00:31 #14 32.09   Verifying        : openssh-8.0p1-17.el8.aarch64                         46/93 
12:00:31 #14 32.09   Verifying        : openssh-clients-8.0p1-17.el8.aarch64                 47/93 
12:00:31 #14 32.09   Verifying        : pcre2-devel-10.32-3.el8.aarch64                      48/93 
12:00:31 #14 32.09   Verifying        : pcre2-utf16-10.32-3.el8.aarch64                      49/93 
12:00:31 #14 32.09   Verifying        : pcre2-utf32-10.32-3.el8.aarch64                      50/93 
12:00:31 #14 32.09   Verifying        : perl-Data-Dumper-2.167-399.el8.aarch64               51/93 
12:00:31 #14 32.09   Verifying        : policycoreutils-2.9-21.1.el8.aarch64                 52/93 
12:00:31 #14 32.09   Verifying        : policycoreutils-devel-2.9-21.1.el8.aarch64           53/93 
12:00:31 #14 32.09   Verifying        : policycoreutils-python-utils-2.9-21.1.el8.noarch     54/93 
12:00:31 #14 32.09   Verifying        : python3-audit-3.0.7-4.el8.aarch64                    55/93 
12:00:31 #14 32.09   Verifying        : python3-libselinux-2.9-8.el8.aarch64                 56/93 
12:00:31 #14 32.09   Verifying        : python3-libsemanage-2.9-9.el8.aarch64                57/93 
12:00:31 #14 32.09   Verifying        : python3-policycoreutils-2.9-21.1.el8.noarch          58/93 
12:00:31 #14 32.09   Verifying        : python3-setools-4.3.0-3.el8.aarch64                  59/93 
12:00:31 #14 32.09   Verifying        : rpm-plugin-selinux-4.14.3-26.el8.aarch64             60/93 
12:00:31 #14 32.09   Verifying        : selinux-policy-3.14.3-114.el8.noarch                 61/93 
12:00:31 #14 32.09   Verifying        : selinux-policy-devel-3.14.3-114.el8.noarch           62/93 
12:00:31 #14 32.09   Verifying        : selinux-policy-minimum-3.14.3-114.el8.noarch         63/93 
12:00:31 #14 32.09   Verifying        : systemd-devel-239-70.el8.aarch64                     64/93 
12:00:31 #14 32.09   Verifying        : device-mapper-devel-8:1.02.181-9.el8.aarch64         65/93 
12:00:31 #14 32.09   Verifying        : glibc-static-2.28-224.el8.aarch64                    66/93 
12:00:31 #14 32.09   Verifying        : libxcrypt-static-4.1.1-6.el8.aarch64                 67/93 
12:00:31 #14 32.09   Verifying        : device-mapper-8:1.02.181-9.el8.aarch64               68/93 
12:00:31 #14 32.09   Verifying        : device-mapper-8:1.02.181-6.el8.aarch64               69/93 
12:00:31 #14 32.09   Verifying        : device-mapper-libs-8:1.02.181-9.el8.aarch64          70/93 
12:00:31 #14 32.09   Verifying        : device-mapper-libs-8:1.02.181-6.el8.aarch64          71/93 
12:00:31 #14 32.09   Verifying        : glibc-2.28-224.el8.aarch64                           72/93 
12:00:31 #14 32.09   Verifying        : glibc-2.28-211.el8.aarch64                           73/93 
12:00:31 #14 32.09   Verifying        : glibc-common-2.28-224.el8.aarch64                    74/93 
12:00:31 #14 32.09   Verifying        : glibc-common-2.28-211.el8.aarch64                    75/93 
12:00:31 #14 32.09   Verifying        : glibc-gconv-extra-2.28-224.el8.aarch64               76/93 
12:00:31 #14 32.09   Verifying        : glibc-gconv-extra-2.28-211.el8.aarch64               77/93 
12:00:31 #14 32.09   Verifying        : glibc-minimal-langpack-2.28-224.el8.aarch64          78/93 
12:00:31 #14 32.09   Verifying        : glibc-minimal-langpack-2.28-211.el8.aarch64          79/93 
12:00:31 #14 32.09   Verifying        : libarchive-3.3.3-5.el8.aarch64                       80/93 
12:00:31 #14 32.09   Verifying        : libarchive-3.3.3-4.el8.aarch64                       81/93 
12:00:31 #14 32.09   Verifying        : libgcc-8.5.0-18.el8.aarch64                          82/93 
12:00:31 #14 32.09   Verifying        : libgcc-8.5.0-15.el8.aarch64                          83/93 
12:00:31 #14 32.09   Verifying        : libselinux-2.9-8.el8.aarch64                         84/93 
12:00:31 #14 32.09   Verifying        : libselinux-2.9-6.el8.aarch64                         85/93 
12:00:31 #14 32.09   Verifying        : systemd-239-70.el8.aarch64                           86/93 
12:00:31 #14 32.09   Verifying        : systemd-239-67.el8.aarch64                           87/93 
12:00:31 #14 32.09   Verifying        : systemd-libs-239-70.el8.aarch64                      88/93 
12:00:31 #14 32.09   Verifying        : systemd-libs-239-67.el8.aarch64                      89/93 
12:00:31 #14 32.09   Verifying        : systemd-pam-239-70.el8.aarch64                       90/93 
12:00:31 #14 32.09   Verifying        : systemd-pam-239-67.el8.aarch64                       91/93 
12:00:31 #14 32.09   Verifying        : tar-2:1.30-8.el8.aarch64                             92/93 
12:00:31 #10 53.13 Selecting previously unselected package libtext-levenshteinxs-perl.
12:00:31 #10 53.13 Preparing to unpack .../344-libtext-levenshteinxs-perl_0.03-5+b1_armhf.deb ...
12:00:31 #10 53.13 Unpacking libtext-levenshteinxs-perl (0.03-5+b1) ...
12:00:31 #10 53.16 Selecting previously unselected package libtext-markdown-discount-perl.
12:00:31 #10 53.17 Preparing to unpack .../345-libtext-markdown-discount-perl_0.16-1_armhf.deb ...
12:00:31 #10 53.17 Unpacking libtext-markdown-discount-perl (0.16-1) ...
12:00:31 #10 53.21 Selecting previously unselected package libtext-xslate-perl:armhf.
12:00:31 #10 53.21 Preparing to unpack .../346-libtext-xslate-perl_3.5.9-1+b2_armhf.deb ...
12:00:31 #10 53.22 Unpacking libtext-xslate-perl:armhf (3.5.9-1+b2) ...
12:00:31 #10 53.29 Selecting previously unselected package libtime-duration-perl.
12:00:31 #10 53.29 Preparing to unpack .../347-libtime-duration-perl_1.21-2_all.deb ...
12:00:31 #10 53.29 Unpacking libtime-duration-perl (1.21-2) ...
12:00:31 #10 53.33 Selecting previously unselected package libtime-moment-perl.
12:00:31 #10 53.33 Preparing to unpack .../348-libtime-moment-perl_0.44-2+b1_armhf.deb ...
12:00:31 #10 53.33 Unpacking libtime-moment-perl (0.44-2+b1) ...
12:00:31 #10 53.36 Selecting previously unselected package libtype-tiny-xs-perl:armhf.
12:00:31 #10 53.36 Preparing to unpack .../349-libtype-tiny-xs-perl_0.025-1_armhf.deb ...
12:00:31 #10 53.36 Unpacking libtype-tiny-xs-perl:armhf (0.025-1) ...
12:00:31 #10 53.39 Selecting previously unselected package libunicode-utf8-perl.
12:00:31 #10 46.38 Preparing to unpack .../140-patchutils_0.4.2-1_armhf.deb ...
12:00:31 #10 46.39 Unpacking patchutils (0.4.2-1) ...
12:00:31 #10 46.44 Selecting previously unselected package wdiff.
12:00:31 #10 46.44 Preparing to unpack .../141-wdiff_1.2.2-2+b1_armhf.deb ...
12:00:31 #10 46.45 Unpacking wdiff (1.2.2-2+b1) ...
12:00:31 #10 46.50 Selecting previously unselected package devscripts.
12:00:31 #10 46.51 Preparing to unpack .../142-devscripts_2.21.3+deb11u1_armhf.deb ...
12:00:31 #10 46.52 Unpacking devscripts (2.21.3+deb11u1) ...
12:00:31 #10 46.64 Selecting previously unselected package diffstat.
12:00:31 #12 2.711 dh_testdir
12:00:31 #12 2.732 dh_testroot
12:00:31 #12 2.752 dh_prep
12:00:31 #12 2.776 dh_testdir
12:00:31 #12 2.797 dh_testroot
12:00:31 #12 2.817 dh_install
12:00:31 + mkdir -p /root/build-deb/compose
12:00:31 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:31 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:31 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:31 + mkdir -p /go/src/github.com/docker
12:00:31 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:31 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:31 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:31 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:31 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:31 + EPOCH=5
12:00:31 + EPOCH_SEP=
12:00:31 + [[ ! -z 5 ]]
12:00:31 + EPOCH_SEP=:
12:00:31 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:31 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:31 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:31 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:31 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:31 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:31 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:31 + debSource=docker-ce
12:00:31 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:31 + debMaintainer='Docker <support@docker.com>'
12:00:31 ++ date --rfc-2822
12:00:31 + debDate='Tue, 07 Feb 2023 12:00:31 +0000'
12:00:31 + pkgRevision=1
12:00:31 + cat
12:00:31 + export CLI_GITCOMMIT=ab4ef4a
12:00:31 + CLI_GITCOMMIT=ab4ef4a
12:00:31 + export ENGINE_GITCOMMIT=a25ab92
12:00:31 + ENGINE_GITCOMMIT=a25ab92
12:00:31 + export SCAN_GITCOMMIT=6c852fa
12:00:31 + SCAN_GITCOMMIT=6c852fa
12:00:31 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:31 + dpkg-buildpackage -uc -us -I.git
12:00:31 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:31 dpkg-buildpackage: info: source package docker-ce
12:00:31 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal
12:00:31 dpkg-buildpackage: info: source distribution focal
12:00:31 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:31  dpkg-source -I.git --before-build .
12:00:31 dpkg-buildpackage: info: host architecture arm64
12:00:31 #12 1.025 Reading package lists...
12:00:31 #11 53.94 124 added, 0 removed; done.
12:00:31 #11 54.01 Setting up libfreetype6:armhf (2.12.1+dfsg-3) ...
12:00:31 #11 54.02 Setting up dbus (1.14.0-2ubuntu3) ...
12:00:31 #11 54.06 Setting up libgcc-12-dev:armhf (12.2.0-3ubuntu1) ...
12:00:31 #11 54.08 Setting up shared-mime-info (2.2-1) ...
12:00:31 #10 46.29 Selecting previously unselected package libxml2:armhf.
12:00:31 #10 46.29 Preparing to unpack .../060-libxml2_2.9.14+dfsg-1.1+b1_armhf.deb ...
12:00:31 #10 46.30 Unpacking libxml2:armhf (2.9.14+dfsg-1.1+b1) ...
12:00:31 #10 46.41 Selecting previously unselected package gettext.
12:00:31 #10 46.41 Preparing to unpack .../061-gettext_0.21-11_armhf.deb ...
12:00:31 #10 46.42 Unpacking gettext (0.21-11) ...
12:00:31 #10 46.57 Selecting previously unselected package intltool-debian.
12:00:31 #10 46.58 Preparing to unpack .../062-intltool-debian_0.35.0+20060710.6_all.deb ...
12:00:31 #10 46.58 Unpacking intltool-debian (0.35.0+20060710.6) ...
12:00:31 #10 46.62 Selecting previously unselected package po-debconf.
12:00:31 #10 46.62 Preparing to unpack .../063-po-debconf_1.0.21+nmu1_all.deb ...
12:00:31 #10 46.64 Unpacking po-debconf (1.0.21+nmu1) ...
12:00:31 #12 19.51   Installing       : policycoreutils-devel-3.4-6.fc37.aarch64             85/99 
12:00:31 #12 19.60   Installing       : selinux-policy-devel-37.19-1.fc37.noarch             86/99 
12:00:31 #11 56.66 Setting up libpod-parser-perl (1.63-2) ...
12:00:31 #11 56.69 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
12:00:31 #11 56.71 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
12:00:31 #11 56.76 Setting up libparams-util-perl (1.102-1build3) ...
12:00:31 #11 56.79 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
12:00:31 #11 56.80 Setting up libtime-duration-perl (1.21-1) ...
12:00:31 #11 56.81 Setting up autoconf (2.71-2) ...
12:00:31 #11 56.82 Setting up python3-urllib3 (1.26.5-1~exp1) ...
12:00:31 #12 5.240 debconf: delaying package configuration, since apt-utils is not installed
12:00:31 #12 5.283 Fetched 9241 kB in 0s (28.2 MB/s)
12:00:31 #12 5.319 Selecting previously unselected package bash-completion.
12:00:31 #12 5.319 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28648 files and directories currently installed.)
12:00:31 #12 5.333 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
12:00:31 #12 2.453    dh_link
12:00:31 #12 2.488    dh_strip_nondeterminism
12:00:31 #12 2.553    dh_compress
12:00:31 #12 2.593    dh_fixperms
12:00:31 #12 2.633    dh_missing
12:00:31 #12 2.660    dh_installdeb
12:00:31 #14 DONE 2.4s
12:00:31 
12:00:31 #15 [stage-1 8/8] WORKDIR /root/rpmbuild
12:00:31 #15 DONE 0.1s
12:00:31 
12:00:31 #16 exporting to image
12:00:31 #16 exporting layers
12:00:31 
12:00:31 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:31 #14 32.09   Verifying        : tar-2:1.30-6.el8.aarch64                             93/93 
12:00:31 #14 32.42 
12:00:31 #14 32.42 Upgraded:
12:00:31 #14 32.42   device-mapper-8:1.02.181-9.el8.aarch64                                        
12:00:31 #14 32.42   device-mapper-libs-8:1.02.181-9.el8.aarch64                                   
12:00:31 #14 32.42   glibc-2.28-224.el8.aarch64                                                    
12:00:31 #14 32.42   glibc-common-2.28-224.el8.aarch64                                             
12:00:31 #14 32.42   glibc-gconv-extra-2.28-224.el8.aarch64                                        
12:00:31 #14 32.42   glibc-minimal-langpack-2.28-224.el8.aarch64                                   
12:00:31 #14 32.42   libarchive-3.3.3-5.el8.aarch64                                                
12:00:31 #14 32.42   libgcc-8.5.0-18.el8.aarch64                                                   
12:00:31 #14 32.42   libselinux-2.9-8.el8.aarch64                                                  
12:00:31 #14 32.42   systemd-239-70.el8.aarch64                                                    
12:00:31 #14 32.42   systemd-libs-239-70.el8.aarch64                                               
12:00:31 #14 32.42   systemd-pam-239-70.el8.aarch64                                                
12:00:31 #14 32.42   tar-2:1.30-8.el8.aarch64                                                      
12:00:31 #14 32.42 Downgraded:
12:00:31 #14 32.42   pcre2-10.32-3.el8.aarch64                                                     
12:00:31 #14 32.42 Installed:
12:00:31 #14 32.42   annobin-10.94-1.el8.aarch64                                                   
12:00:31 #14 32.42   autoconf-2.69-29.el8.noarch                                                   
12:00:31 #14 32.42   automake-1.16.1-7.el8.noarch                                                  
12:00:31 #14 32.42   checkpolicy-2.9-1.el8.aarch64                                                 
12:00:31 #14 32.42   cmake-3.20.2-4.el8.aarch64                                                    
12:00:31 #14 32.42   cmake-data-3.20.2-4.el8.noarch                                                
12:00:31 #14 32.42   cmake-filesystem-3.20.2-4.el8.aarch64                                         
12:00:31 #14 32.42   cmake-rpm-macros-3.20.2-4.el8.noarch                                          
12:00:31 #14 32.42   cpp-8.5.0-18.el8.aarch64                                                      
12:00:31 #14 32.42   device-mapper-devel-8:1.02.181-9.el8.aarch64                                  
12:00:31 #14 32.42   gcc-8.5.0-18.el8.aarch64                                                      
12:00:31 #14 32.42   gcc-plugin-annobin-8.5.0-18.el8.aarch64                                       
12:00:31 #14 32.42   git-2.39.0-1.el8.aarch64                                                      
12:00:31 #14 32.42   git-core-2.39.0-1.el8.aarch64                                                 
12:00:31 #14 32.42   git-core-doc-2.39.0-1.el8.noarch                                              
12:00:31 #14 32.42   glibc-devel-2.28-224.el8.aarch64                                              
12:00:31 #14 32.42   glibc-headers-2.28-224.el8.aarch64                                            
12:00:31 #14 32.42   glibc-langpack-en-2.28-224.el8.aarch64                                        
12:00:31 #14 32.42   glibc-static-2.28-224.el8.aarch64                                             
12:00:31 #14 32.42   isl-0.16.1-6.el8.aarch64                                                      
12:00:31 #14 32.42   kernel-headers-4.18.0-448.el8.aarch64                                         
12:00:31 #14 32.42   less-530-1.el8.aarch64                                                        
12:00:31 #14 32.42   libasan-8.5.0-18.el8.aarch64                                                  
12:00:31 #14 32.42   libatomic-8.5.0-18.el8.aarch64                                                
12:00:31 #14 32.42   libedit-3.1-23.20170329cvs.el8.aarch64                                        
12:00:31 #14 32.42   libgomp-8.5.0-18.el8.aarch64                                                  
12:00:31 #14 32.42   libmpc-1.1.0-9.1.el8.aarch64                                                  
12:00:31 #14 32.42   libseccomp-devel-2.5.2-1.el8.aarch64                                          
12:00:31 #14 32.42   libselinux-devel-2.9-8.el8.aarch64                                            
12:00:31 #14 32.42   libselinux-utils-2.9-8.el8.aarch64                                            
12:00:31 #14 32.42   libsepol-devel-2.9-3.el8.aarch64                                              
12:00:31 #14 32.42   libtool-2.4.6-25.el8.aarch64                                                  
12:00:31 #14 32.42   libtool-ltdl-devel-2.4.6-25.el8.aarch64                                       
12:00:31 #14 32.42   libubsan-8.5.0-18.el8.aarch64                                                 
12:00:31 #14 32.42   libuv-1:1.41.1-1.el8_4.aarch64                                                
12:00:31 #14 32.42   libxcrypt-devel-4.1.1-6.el8.aarch64                                           
12:00:31 #14 32.42   libxcrypt-static-4.1.1-6.el8.aarch64                                          
12:00:31 #14 32.42   libxkbcommon-0.9.1-1.el8.aarch64                                              
12:00:31 #14 32.42   m4-1.4.18-7.el8.aarch64                                                       
12:00:31 #14 32.42   make-1:4.2.1-11.el8.aarch64                                                   
12:00:31 #14 32.42   openssh-8.0p1-17.el8.aarch64                                                  
12:00:31 #14 32.42   openssh-clients-8.0p1-17.el8.aarch64                                          
12:00:31 #14 32.42   pcre2-devel-10.32-3.el8.aarch64                                               
12:00:31 #14 32.42   pcre2-utf16-10.32-3.el8.aarch64                                               
12:00:31 #14 32.42   pcre2-utf32-10.32-3.el8.aarch64                                               
12:00:31 #14 32.42   perl-Data-Dumper-2.167-399.el8.aarch64                                        
12:00:31 #14 32.42   perl-Error-1:0.17025-2.el8.noarch                                             
12:00:31 #14 32.42   perl-Git-2.39.0-1.el8.noarch                                                  
12:00:31 #14 32.42   perl-TermReadKey-2.37-7.el8.aarch64                                           
12:00:31 #14 32.42   perl-Thread-Queue-3.13-1.el8.noarch                                           
12:00:31 #14 32.42   policycoreutils-2.9-21.1.el8.aarch64                                          
12:00:31 #14 32.42   policycoreutils-devel-2.9-21.1.el8.aarch64                                    
12:00:31 #14 32.42   policycoreutils-python-utils-2.9-21.1.el8.noarch                              
12:00:31 #14 32.42   python3-audit-3.0.7-4.el8.aarch64                                             
12:00:31 #14 32.42   python3-libselinux-2.9-8.el8.aarch64                                          
12:00:31 #14 32.42   python3-libsemanage-2.9-9.el8.aarch64                                         
12:00:31 #14 32.42   python3-policycoreutils-2.9-21.1.el8.noarch                                   
12:00:31 #14 32.42   python3-setools-4.3.0-3.el8.aarch64                                           
12:00:31 #14 32.42   rpm-plugin-selinux-4.14.3-26.el8.aarch64                                      
12:00:31 #14 32.42   selinux-policy-3.14.3-114.el8.noarch                                          
12:00:31 #14 32.42   selinux-policy-devel-3.14.3-114.el8.noarch                                    
12:00:31 #14 32.42   selinux-policy-minimum-3.14.3-114.el8.noarch                                  
12:00:31 #14 32.42   systemd-devel-239-70.el8.aarch64                                              
12:00:31 #14 32.42   vim-filesystem-2:8.0.1763-19.el8.4.noarch                                     
12:00:31 #14 32.42   xkeyboard-config-2.28-1.el8.noarch                                            
12:00:31 #14 32.42 
12:00:31 #14 32.42 Complete!
12:00:31 #10 53.40 Preparing to unpack .../350-libunicode-utf8-perl_0.62-2_armhf.deb ...
12:00:31 #10 53.40 Unpacking libunicode-utf8-perl (0.62-2) ...
12:00:31 #10 53.43 Selecting previously unselected package libwww-mechanize-perl.
12:00:31 #10 53.43 Preparing to unpack .../351-libwww-mechanize-perl_2.15-1_all.deb ...
12:00:31 #10 53.43 Unpacking libwww-mechanize-perl (2.15-1) ...
12:00:31 #10 53.48 Selecting previously unselected package libxdelta2:armhf.
12:00:31 #10 53.48 Preparing to unpack .../352-libxdelta2_1.1.3-10.4_armhf.deb ...
12:00:31 #10 53.48 Unpacking libxdelta2:armhf (1.1.3-10.4) ...
12:00:31 #10 53.52 Selecting previously unselected package libxext6:armhf.
12:00:31 #10 53.52 Preparing to unpack .../353-libxext6_2%3a1.3.4-1+b1_armhf.deb ...
12:00:31 #10 53.52 Unpacking libxext6:armhf (2:1.3.4-1+b1) ...
12:00:31 #10 53.55 Selecting previously unselected package libxml-namespacesupport-perl.
12:00:31 #10 53.56 Preparing to unpack .../354-libxml-namespacesupport-perl_1.12-2_all.deb ...
12:00:31 #10 53.56 Unpacking libxml-namespacesupport-perl (1.12-2) ...
12:00:31 #10 53.59 Selecting previously unselected package libxml-sax-base-perl.
12:00:31 #10 53.59 Preparing to unpack .../355-libxml-sax-base-perl_1.09-3_all.deb ...
12:00:31 #10 53.59 Unpacking libxml-sax-base-perl (1.09-3) ...
12:00:31 #10 53.64 Selecting previously unselected package libxml-sax-perl.
12:00:31 #10 46.64 Preparing to unpack .../143-diffstat_1.64-1_armhf.deb ...
12:00:31 #10 46.65 Unpacking diffstat (1.64-1) ...
12:00:31 #10 46.68 Selecting previously unselected package distro-info-data.
12:00:31 #10 46.68 Preparing to unpack .../144-distro-info-data_0.51+deb11u3_all.deb ...
12:00:31 #10 46.69 Unpacking distro-info-data (0.51+deb11u3) ...
12:00:31 #10 46.75 Selecting previously unselected package python3-pkg-resources.
12:00:31 #10 46.75 Preparing to unpack .../145-python3-pkg-resources_52.0.0-4_all.deb ...
12:00:31 #10 46.76 Unpacking python3-pkg-resources (52.0.0-4) ...
12:00:31 #10 46.81 Selecting previously unselected package python3-chardet.
12:00:31 #10 46.81 Preparing to unpack .../146-python3-chardet_4.0.0-1_all.deb ...
12:00:31 #10 46.82 Unpacking python3-chardet (4.0.0-1) ...
12:00:31 #10 46.86 Selecting previously unselected package python3-six.
12:00:31 #12 2.838 dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
12:00:31 #12 2.847 dh_installdocs
12:00:31 #12 2.869 dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
12:00:31 #12 2.883 dh_installchangelogs
12:00:31 #12 2.965 dh_compress
12:00:31 #12 2.991 dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
12:00:31 #12 3.004 dh_fixperms
12:00:31 #12 3.052 dh_installdeb
12:00:31 #12 3.081 dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
12:00:31 #12 3.082 dh_gencontrol
12:00:31 #12 3.205 dh_md5sums
12:00:31  debian/rules clean
12:00:31 dh clean --with=bash-completion
12:00:31    dh_clean
12:00:31 #12 19.61   Running scriptlet: selinux-policy-devel-37.19-1.fc37.noarch             86/99 
12:00:31 #12 19.95   Installing       : cmake-data-3.25.2-1.fc37.noarch                      87/99 
12:00:31 #12 20.07   Installing       : cmake-3.25.2-1.fc37.aarch64                          88/99 
12:00:31 #12 20.08   Installing       : libtool-2.4.7-2.fc37.aarch64                         89/99 
12:00:31 #12 20.10   Installing       : annobin-plugin-gcc-10.92-1.fc37.aarch64              90/99 
12:00:31 #12 20.10   Running scriptlet: annobin-plugin-gcc-10.92-1.fc37.aarch64              90/99 
12:00:31 #12 20.13   Installing       : gcc-plugin-annobin-12.2.1-4.fc37.aarch64             91/99 
12:00:31 #10 46.70 Selecting previously unselected package debhelper.
12:00:31 #10 46.70 Preparing to unpack .../064-debhelper_13.11.4_all.deb ...
12:00:31 #10 46.71 Unpacking debhelper (13.11.4) ...
12:00:31 #10 46.83 Selecting previously unselected package libfakeroot:armhf.
12:00:31 #10 46.84 Preparing to unpack .../065-libfakeroot_1.29-1_armhf.deb ...
12:00:31 #10 46.84 Unpacking libfakeroot:armhf (1.29-1) ...
12:00:31 #10 46.88 Selecting previously unselected package fakeroot.
12:00:31 #10 46.88 Preparing to unpack .../066-fakeroot_1.29-1_armhf.deb ...
12:00:31 #10 46.90 Unpacking fakeroot (1.29-1) ...
12:00:31 #10 46.94 Selecting previously unselected package libfile-dirlist-perl.
12:00:31 #10 46.94 Preparing to unpack .../067-libfile-dirlist-perl_0.05-3_all.deb ...
12:00:31 #10 46.95 Unpacking libfile-dirlist-perl (0.05-3) ...
12:00:31 #10 46.98 Selecting previously unselected package libfile-which-perl.
12:00:31 #10 46.99 Preparing to unpack .../068-libfile-which-perl_1.27-2_all.deb ...
12:00:31 #10 46.99 Unpacking libfile-which-perl (1.27-2) ...
12:00:31 #11 57.01 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:31 #11 57.02 Setting up libarray-intspan-perl (2.004-1) ...
12:00:31 #11 57.03 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:31 #11 57.05 Setting up libtimedate-perl (2.3300-2) ...
12:00:31 #11 57.06 Setting up libstdc++-11-dev:armhf (11.3.0-1ubuntu1~22.04) ...
12:00:31 #11 57.07 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:00:31 #11 57.08 Setting up libsub-name-perl (0.26-1build3) ...
12:00:31 #11 57.09 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
12:00:31 #11 57.10 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
12:00:31 #11 57.12 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:00:31 #11 57.13 Setting up libproc-processtable-perl:armhf (0.634-1build1) ...
12:00:31 #11 57.14 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:00:31 #11 57.15 Setting up gcc-11 (11.3.0-1ubuntu1~22.04) ...
12:00:31 #11 57.16 Setting up xauth (1:1.1-1build2) ...
12:00:31 #11 57.17 Setting up libpath-tiny-perl (0.122-1) ...
12:00:31 #11 57.18 Setting up libarchive-cpio-perl (0.10-1.1) ...
12:00:31 #11 57.19 Setting up libjson-perl (4.04000-1) ...
12:00:31 #11 57.20 Setting up libipc-run3-perl (0.048-2) ...
12:00:31 #11 57.22 Setting up libsub-override-perl (0.09-2) ...
12:00:31 #12 2.694    dh_gencontrol
12:00:31 #12 2.818    dh_md5sums
12:00:31 #12 2.859    dh_builddeb
12:00:31 #12 2.888 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:31 #12 2.909  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo
12:00:31 #10 53.64 Preparing to unpack .../356-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:00:31 #10 53.64 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:00:31 #10 53.69 Selecting previously unselected package libxml-libxml-perl.
12:00:31 #10 53.69 Preparing to unpack .../357-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1+b1_armhf.deb ...
12:00:31 #10 53.69 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
12:00:31 #10 53.76 Selecting previously unselected package libxml-sax-expat-perl.
12:00:31 #10 53.76 Preparing to unpack .../358-libxml-sax-expat-perl_0.51-2_all.deb ...
12:00:31 #10 53.76 Unpacking libxml-sax-expat-perl (0.51-2) ...
12:00:31 #10 53.79 Selecting previously unselected package libxmlrpc-lite-perl.
12:00:31 #10 53.79 Preparing to unpack .../359-libxmlrpc-lite-perl_0.717-5_all.deb ...
12:00:31 #10 53.80 Unpacking libxmlrpc-lite-perl (0.717-5) ...
12:00:31 #10 53.83 Selecting previously unselected package libxmuu1:armhf.
12:00:31 #10 53.84 Preparing to unpack .../360-libxmuu1_2%3a1.1.3-3_armhf.deb ...
12:00:31 #10 53.84 Unpacking libxmuu1:armhf (2:1.1.3-3) ...
12:00:31 #18 exporting layers 4.6s done
12:00:31 #18 writing image sha256:c2d5e50c8f178043ef801105f72dbf492c6ba830bded6c05d9a4657b3de7ec08 done
12:00:31 #18 naming to docker.io/debbuild-ubuntu-focal/x86_64 done
12:00:31 #18 DONE 4.6s
12:00:31 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:31 + set -e
12:00:31 + mkdir -p /root/build-deb/engine
12:00:31 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:31 #10 46.86 Preparing to unpack .../147-python3-six_1.16.0-2_all.deb ...
12:00:31 #10 46.87 Unpacking python3-six (1.16.0-2) ...
12:00:31 #10 46.92 Selecting previously unselected package python3-debian.
12:00:31 #10 46.92 Preparing to unpack .../148-python3-debian_0.1.39_all.deb ...
12:00:31 #10 46.92 Unpacking python3-debian (0.1.39) ...
12:00:31 #10 46.98 Selecting previously unselected package libgpgme11:armhf.
12:00:31 #10 46.98 Preparing to unpack .../149-libgpgme11_1.14.0-1+b2_armhf.deb ...
12:00:31 #10 46.99 Unpacking libgpgme11:armhf (1.14.0-1+b2) ...
12:00:31 #10 47.04 Selecting previously unselected package python3-gpg.
12:00:31 #10 47.04 Preparing to unpack .../150-python3-gpg_1.14.0-1+b2_armhf.deb ...
12:00:31 #10 47.04 Unpacking python3-gpg (1.14.0-1+b2) ...
12:00:31 #10 47.11 Selecting previously unselected package dput.
12:00:31 #12 3.239 dh_builddeb
12:00:31 #12 3.262 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:31 #12 3.284 
12:00:31 #12 3.284 The package has been created.
12:00:31 #12 3.284 Attention, the package has been created in the current directory,
12:00:31 #12 3.284 not in ".." as indicated by the message above!
12:00:31 #12 3.305 Selecting previously unselected package docker-ce-build-deps.
12:00:31 #12 3.316 (Reading database ... 17197 files and directories currently installed.)
12:00:31 #12 3.316 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:31 #12 3.320 Unpacking docker-ce-build-deps (1.0) ...
12:00:31  dpkg-source -I.git -b .
12:00:31 #12 20.13   Installing       : device-mapper-devel-1.02.175-9.fc37.aarch64          92/99 
12:00:31 #12 20.15   Installing       : libtool-ltdl-devel-2.4.7-2.fc37.aarch64              93/99 
12:00:31 #12 20.15   Installing       : libseccomp-devel-2.5.3-3.fc37.aarch64                94/99 
12:00:31 #12 20.16   Installing       : systemd-rpm-macros-251.10-588.fc37.noarch            95/99 
12:00:31 #12 20.17   Installing       : which-2.21-35.fc37.aarch64                           96/99 
12:00:31 #12 20.17   Installing       : rpm-plugin-selinux-4.18.0-1.fc37.aarch64             97/99 
12:00:31 #12 20.18   Cleanup          : systemd-libs-251.8-586.fc37.aarch64                  98/99 
12:00:31 #12 20.19   Cleanup          : libxcrypt-4.4.33-3.fc37.aarch64                      99/99 
12:00:31 #12 20.19   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          99/99 
12:00:31 #12 20.21   Running scriptlet: systemd-resolved-251.10-588.fc37.aarch64             99/99 
12:00:31 #10 47.05 Selecting previously unselected package libfile-homedir-perl.
12:00:31 #10 47.06 Preparing to unpack .../069-libfile-homedir-perl_1.006-2_all.deb ...
12:00:31 #10 47.08 Unpacking libfile-homedir-perl (1.006-2) ...
12:00:31 #10 47.12 Selecting previously unselected package libfile-touch-perl.
12:00:31 #10 47.12 Preparing to unpack .../070-libfile-touch-perl_0.12-2_all.deb ...
12:00:31 #10 47.13 Unpacking libfile-touch-perl (0.12-2) ...
12:00:31 #10 47.17 Selecting previously unselected package libio-pty-perl.
12:00:31 #10 47.17 Preparing to unpack .../071-libio-pty-perl_1%3a1.17-1_armhf.deb ...
12:00:31 #10 47.18 Unpacking libio-pty-perl (1:1.17-1) ...
12:00:31 #10 47.22 Selecting previously unselected package libipc-run-perl.
12:00:31 #10 47.22 Preparing to unpack .../072-libipc-run-perl_20220807.0-1_all.deb ...
12:00:31 #10 47.22 Unpacking libipc-run-perl (20220807.0-1) ...
12:00:31 #10 47.27 Selecting previously unselected package libclass-method-modifiers-perl.
12:00:31 #11 57.23 Setting up libaliased-perl (0.34-1.1) ...
12:00:31 #11 57.24 Setting up python3-unidiff (0.5.5-2) ...
12:00:31 #11 57.38 Setting up libstrictures-perl (2.000006-1) ...
12:00:31 #11 57.39 Setting up libsub-quote-perl (2.006006-1) ...
12:00:31 #11 57.40 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:00:31 #11 57.42 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
12:00:31 #11 57.43 Setting up libsort-versions-perl (1.62-1) ...
12:00:31 #11 57.45 Setting up libexporter-tiny-perl (1.002002-1) ...
12:00:31 #11 57.46 Setting up libre-engine-re2-perl:armhf (0.14-1build2) ...
12:00:31 #11 57.47 Setting up libfile-dirlist-perl (0.05-2) ...
12:00:31 #12 3.051  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes
12:00:31 #12 3.129 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:31 #12 3.132  dpkg-source --after-build .
12:00:31 #12 3.233 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:31 #12 5.980 Unpacking bash-completion (1:2.11-2) ...
12:00:31 #12 3.429 Reading package lists...
12:00:31 #12 4.584 Building dependency tree...
12:00:31 #12 4.765 Reading state information...
12:00:31 #12 4.785 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:31 #12 4.827 Starting 2 pkgProblemResolver with broken count: 0
12:00:31 #12 4.829 Done
12:00:31 #12 4.850  Done
12:00:31 #10 53.97 Selecting previously unselected package libxstring-perl:armhf.
12:00:31 #10 53.97 Preparing to unpack .../361-libxstring-perl_0.005-2+b1_armhf.deb ...
12:00:31 #10 53.98 Unpacking libxstring-perl:armhf (0.005-2+b1) ...
12:00:31 #10 54.01 Selecting previously unselected package libyaml-0-2:armhf.
12:00:31 #10 54.01 Preparing to unpack .../362-libyaml-0-2_0.2.5-1_armhf.deb ...
12:00:31 #10 54.02 Unpacking libyaml-0-2:armhf (0.2.5-1) ...
12:00:31 #10 54.05 Selecting previously unselected package libyaml-libyaml-perl.
12:00:31 #10 54.05 Preparing to unpack .../363-libyaml-libyaml-perl_0.86+ds-1_armhf.deb ...
12:00:31 #10 54.05 Unpacking libyaml-libyaml-perl (0.86+ds-1) ...
12:00:31 #10 54.08 Selecting previously unselected package licensecheck.
12:00:31 #10 54.08 Preparing to unpack .../364-licensecheck_3.3.5-1_all.deb ...
12:00:31 #10 54.09 Unpacking licensecheck (3.3.5-1) ...
12:00:31 #10 54.12 Selecting previously unselected package plzip.
12:00:31 + mkdir -p /root/build-deb/cli
12:00:31 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:31 #10 47.11 Preparing to unpack .../151-dput_1.1.0_all.deb ...
12:00:31 #10 47.12 Unpacking dput (1.1.0) ...
12:00:31 #10 47.16 Selecting previously unselected package equivs.
12:00:31 #10 47.16 Preparing to unpack .../152-equivs_2.3.1_all.deb ...
12:00:31 #10 47.16 Unpacking equivs (2.3.1) ...
12:00:31 #10 47.20 Selecting previously unselected package fonts-dejavu-core.
12:00:31 #10 47.20 Preparing to unpack .../153-fonts-dejavu-core_2.37-2_all.deb ...
12:00:31 #10 47.21 Unpacking fonts-dejavu-core (2.37-2) ...
12:00:31 #10 47.36 Selecting previously unselected package fontconfig-config.
12:00:31 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:00:31 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:00:31 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:31 dpkg-source: info: using source format '1.0'
12:00:31 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz
12:00:32 #10 47.27 Preparing to unpack .../073-libclass-method-modifiers-perl_2.14-1_all.deb ...
12:00:32 #10 47.28 Unpacking libclass-method-modifiers-perl (2.14-1) ...
12:00:32 #10 47.31 Selecting previously unselected package libclass-xsaccessor-perl.
12:00:32 #10 47.32 Preparing to unpack .../074-libclass-xsaccessor-perl_1.19-4+b1_armhf.deb ...
12:00:32 #10 47.32 Unpacking libclass-xsaccessor-perl (1.19-4+b1) ...
12:00:32 #10 47.38 Selecting previously unselected package libb-hooks-op-check-perl:armhf.
12:00:32 #10 47.38 Preparing to unpack .../075-libb-hooks-op-check-perl_0.22-2+b1_armhf.deb ...
12:00:32 #10 47.39 Unpacking libb-hooks-op-check-perl:armhf (0.22-2+b1) ...
12:00:32 #10 47.43 Selecting previously unselected package libdynaloader-functions-perl.
12:00:32 #10 47.43 Preparing to unpack .../076-libdynaloader-functions-perl_0.003-3_all.deb ...
12:00:32 #10 47.43 Unpacking libdynaloader-functions-perl (0.003-3) ...
12:00:32 #10 47.47 Selecting previously unselected package libdevel-callchecker-perl:armhf.
12:00:32 #10 47.47 Preparing to unpack .../077-libdevel-callchecker-perl_0.008-2_armhf.deb ...
12:00:32 #11 57.49 Setting up libterm-readkey-perl (2.38-1build4) ...
12:00:32 #11 57.50 Setting up lsb-release (11.1.0ubuntu4) ...
12:00:32 #11 57.52 Setting up python3-magic (2:0.4.24-2) ...
12:00:32 #11 57.64 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
12:00:32 #11 57.65 Setting up libperlio-gzip-perl (0.19-1build8) ...
12:00:32 #11 57.66 Setting up libsys-hostname-long-perl (1.5-2) ...
12:00:32 #11 57.67 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
12:00:32 #11 57.69 Setting up libsereal-decoder-perl (4.023+ds-1) ...
12:00:32 #11 57.70 Setting up liburi-perl (5.10-1) ...
12:00:32 #11 57.71 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:00:32 #11 57.72 Setting up libfile-touch-perl (0.12-1) ...
12:00:32 #11 57.73 Setting up libc-devtools (2.35-0ubuntu3.1) ...
12:00:32 #12 3.237 
12:00:32 #12 3.237 The package has been created.
12:00:32 #12 3.237 Attention, the package has been created in the current directory,
12:00:32 #12 3.237 not in ".." as indicated by the message above!
12:00:32 #12 3.259 Selecting previously unselected package docker-ce-build-deps.
12:00:32 #12 3.275 (Reading database ... 29829 files and directories currently installed.)
12:00:32 #12 3.277 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:32 #12 3.280 Unpacking docker-ce-build-deps (1.0) ...
12:00:32 #12 6.111 Selecting previously unselected package cmake-data.
12:00:32 #12 6.114 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
12:00:32 #12 6.121 Unpacking cmake-data (3.18.4-2+deb11u1) ...
12:00:32 #14 DONE 4.9s
12:00:32 
12:00:32 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:00:32 #15 DONE 0.0s
12:00:32 
12:00:32 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:00:32 #16 DONE 0.0s
12:00:32 
12:00:32 #17 exporting to image
12:00:32 #17 exporting layers
12:00:32 #12 2.311 dh_testdir
12:00:32 #12 2.330 dh_testroot
12:00:32 #12 2.348 dh_prep
12:00:32 #12 2.369 dh_testdir
12:00:32 #12 2.386 dh_testroot
12:00:32 #12 2.403 dh_install
12:00:32 #12 2.430 dh_installdocs
12:00:32 #12 2.461 dh_installchangelogs
12:00:32 #12 2.532 dh_compress
12:00:32 #12 2.566 dh_fixperms
12:00:32 #12 2.606 dh_installdeb
12:00:32 #12 2.633 dh_gencontrol
12:00:32 #12 4.857 Starting pkgProblemResolver with broken count: 0
12:00:32 #12 4.887 Starting 2 pkgProblemResolver with broken count: 0
12:00:32 #12 4.889 Done
12:00:32 #10 54.12 Preparing to unpack .../365-plzip_1.10-5_armhf.deb ...
12:00:32 #10 54.13 Unpacking plzip (1.10-5) ...
12:00:32 #10 54.16 Selecting previously unselected package lzop.
12:00:32 #10 54.16 Preparing to unpack .../366-lzop_1.04-2_armhf.deb ...
12:00:32 #10 54.17 Unpacking lzop (1.04-2) ...
12:00:32 #10 54.20 Selecting previously unselected package t1utils.
12:00:32 #10 54.20 Preparing to unpack .../367-t1utils_1.41-4_armhf.deb ...
12:00:32 #10 54.21 Unpacking t1utils (1.41-4) ...
12:00:32 #10 54.25 Selecting previously unselected package unzip.
12:00:32 #10 54.25 Preparing to unpack .../368-unzip_6.0-27_armhf.deb ...
12:00:32 #10 54.25 Unpacking unzip (6.0-27) ...
12:00:32 #10 54.30 Selecting previously unselected package lintian.
12:00:32 #10 54.30 Preparing to unpack .../369-lintian_2.116.3_all.deb ...
12:00:32 #10 54.31 Unpacking lintian (2.116.3) ...
12:00:32 + mkdir -p /root/build-deb/buildx
12:00:32 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:32 #10 47.37 Preparing to unpack .../154-fontconfig-config_2.13.1-4.2_all.deb ...
12:00:32 #10 47.45 Unpacking fontconfig-config (2.13.1-4.2) ...
12:00:32 #10 47.52 Selecting previously unselected package libcurl3-gnutls:armhf.
12:00:32 #10 47.53 Preparing to unpack .../155-libcurl3-gnutls_7.74.0-1.3+deb11u5_armhf.deb ...
12:00:32 #10 47.53 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
12:00:32 #10 47.59 Selecting previously unselected package liberror-perl.
12:00:32 #10 47.60 Preparing to unpack .../156-liberror-perl_0.17029-1_all.deb ...
12:00:32 #10 47.60 Unpacking liberror-perl (0.17029-1) ...
12:00:32 #10 47.63 Selecting previously unselected package git-man.
12:00:32 #10 47.48 Unpacking libdevel-callchecker-perl:armhf (0.008-2) ...
12:00:32 #10 47.52 Selecting previously unselected package libparams-classify-perl:armhf.
12:00:32 #10 47.52 Preparing to unpack .../078-libparams-classify-perl_0.015-2+b1_armhf.deb ...
12:00:32 #10 47.53 Unpacking libparams-classify-perl:armhf (0.015-2+b1) ...
12:00:32 #10 47.57 Selecting previously unselected package libmodule-runtime-perl.
12:00:32 #10 47.57 Preparing to unpack .../079-libmodule-runtime-perl_0.016-2_all.deb ...
12:00:32 #10 47.58 Unpacking libmodule-runtime-perl (0.016-2) ...
12:00:32 #10 47.64 Selecting previously unselected package libimport-into-perl.
12:00:32 #10 47.65 Preparing to unpack .../080-libimport-into-perl_1.002005-2_all.deb ...
12:00:32 #10 47.65 Unpacking libimport-into-perl (1.002005-2) ...
12:00:32 #10 47.70 Selecting previously unselected package librole-tiny-perl.
12:00:32 #10 47.70 Preparing to unpack .../081-librole-tiny-perl_2.002004-1_all.deb ...
12:00:32 #10 47.71 Unpacking librole-tiny-perl (2.002004-1) ...
12:00:32 #11 57.74 Setting up libemail-address-xs-perl (1.04-1build6) ...
12:00:32 #11 57.76 Setting up libnet-ssleay-perl:armhf (1.92-1build2) ...
12:00:32 #11 57.77 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
12:00:32 #11 57.97 Setting up automake (1:1.16.5-1.3) ...
12:00:32 #11 57.98 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:32 #11 57.98 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:00:32 #11 57.98 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:00:32 #11 57.99 Setting up libapt-pkg-perl (0.1.40build2) ...
12:00:32 #12 0.983 Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
12:00:32 #12 1.134 Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
12:00:32 #12 20.25   Running scriptlet: libxcrypt-4.4.33-3.fc37.aarch64                      99/99 
12:00:32 #12 20.84   Verifying        : automake-1.16.5-9.fc37.noarch                         1/99 
12:00:32 #12 20.84   Verifying        : checkpolicy-3.4-3.fc37.aarch64                        2/99 
12:00:32 #12 20.84   Verifying        : cryptsetup-libs-2.5.0-1.fc37.aarch64                  3/99 
12:00:32 #12 20.84   Verifying        : dbus-broker-32-1.fc37.aarch64                         4/99 
12:00:32 #12 20.84   Verifying        : device-mapper-1.02.175-9.fc37.aarch64                 5/99 
12:00:32 #12 20.84   Verifying        : device-mapper-devel-1.02.175-9.fc37.aarch64           6/99 
12:00:32 #12 20.84   Verifying        : device-mapper-libs-1.02.175-9.fc37.aarch64            7/99 
12:00:32 #12 20.84   Verifying        : gc-8.0.6-4.fc37.aarch64                               8/99 
12:00:32 #12 20.84   Verifying        : guile22-2.2.7-6.fc37.aarch64                          9/99 
12:00:32 #12 20.84   Verifying        : jsoncpp-1.9.5-3.fc37.aarch64                         10/99 
12:00:32 #12 20.84   Verifying        : kmod-libs-30-2.fc37.aarch64                          11/99 
12:00:32 #12 20.84   Verifying        : less-590-5.fc37.aarch64                              12/99 
12:00:32 #12 20.84   Verifying        : libargon2-20190702-1.fc37.aarch64                    13/99 
12:00:32 #12 20.84   Verifying        : libbpf-2:0.8.0-2.fc37.aarch64                        14/99 
12:00:32 #12 20.84   Verifying        : libcbor-0.7.0-7.fc37.aarch64                         15/99 
12:00:32 #12 20.84   Verifying        : libfdisk-2.38.1-1.fc37.aarch64                       16/99 
12:00:32 #12 20.84   Verifying        : libfido2-1.11.0-3.fc37.aarch64                       17/99 
12:00:32 #12 20.84   Verifying        : libmpc-1.2.1-5.fc37.aarch64                          18/99 
12:00:32 #12 20.84   Verifying        : libseccomp-2.5.3-3.fc37.aarch64                      19/99 
12:00:32 #12 20.84   Verifying        : libseccomp-devel-2.5.3-3.fc37.aarch64                20/99 
12:00:32 #12 20.84   Verifying        : libselinux-devel-3.4-5.fc37.aarch64                  21/99 
12:00:32 #12 20.84   Verifying        : libselinux-utils-3.4-5.fc37.aarch64                  22/99 
12:00:32 #12 20.84   Verifying        : libsepol-devel-3.4-3.fc37.aarch64                    23/99 
12:00:32 #12 20.84   Verifying        : libtool-2.4.7-2.fc37.aarch64                         24/99 
12:00:32 #12 20.84   Verifying        : libtool-ltdl-2.4.7-2.fc37.aarch64                    25/99 
12:00:32 #12 20.85   Verifying        : libtool-ltdl-devel-2.4.7-2.fc37.aarch64              26/99 
12:00:32 #12 20.85   Verifying        : libutempter-1.2.1-7.fc37.aarch64                     27/99 
12:00:32 #12 20.85   Verifying        : libuv-1:1.44.2-2.fc37.aarch64                        28/99 
12:00:32 #12 20.85   Verifying        : libxkbcommon-1.4.1-2.fc37.aarch64                    29/99 
12:00:32 #12 20.85   Verifying        : m4-1.4.19-4.fc37.aarch64                             30/99 
12:00:32 #12 20.85   Verifying        : make-1:4.3-11.fc37.aarch64                           31/99 
12:00:32 #12 20.85   Verifying        : openssh-8.8p1-7.fc37.aarch64                         32/99 
12:00:32 #12 20.85   Verifying        : openssh-clients-8.8p1-7.fc37.aarch64                 33/99 
12:00:32 #12 20.85   Verifying        : pcre2-devel-10.40-1.fc37.1.aarch64                   34/99 
12:00:32 #12 20.85   Verifying        : pcre2-utf16-10.40-1.fc37.1.aarch64                   35/99 
12:00:32 #12 20.85   Verifying        : pcre2-utf32-10.40-1.fc37.1.aarch64                   36/99 
12:00:32 #12 20.85   Verifying        : perl-Error-1:0.17029-10.fc37.noarch                  37/99 
12:00:32 #12 20.85   Verifying        : perl-File-Compare-1.100.700-492.fc37.noarch          38/99 
12:00:32 #12 20.85   Verifying        : perl-File-Copy-2.39-492.fc37.noarch                  39/99 
12:00:32 #12 20.85   Verifying        : perl-File-Find-1.40-492.fc37.noarch                  40/99 
12:00:32 #12 20.85   Verifying        : perl-TermReadKey-2.38-14.fc37.aarch64                41/99 
12:00:32 #12 20.85   Verifying        : perl-Thread-Queue-3.14-489.fc37.noarch               42/99 
12:00:32 #12 20.85   Verifying        : perl-lib-0.65-492.fc37.aarch64                       43/99 
12:00:32 #12 20.85   Verifying        : perl-threads-1:2.27-489.fc37.aarch64                 44/99 
12:00:32 #12 20.85   Verifying        : perl-threads-shared-1.64-489.fc37.aarch64            45/99 
12:00:32 #12 20.85   Verifying        : policycoreutils-3.4-6.fc37.aarch64                   46/99 
12:00:32 #12 20.85   Verifying        : policycoreutils-devel-3.4-6.fc37.aarch64             47/99 
12:00:32 #12 20.85   Verifying        : policycoreutils-python-utils-3.4-6.fc37.noarch       48/99 
12:00:32 #12 20.85   Verifying        : python3-audit-3.0.9-1.fc37.aarch64                   49/99 
12:00:32 #12 20.85   Verifying        : python3-libselinux-3.4-5.fc37.aarch64                50/99 
12:00:32 #12 20.85   Verifying        : python3-libsemanage-3.4-5.fc37.aarch64               51/99 
12:00:32 #12 20.85   Verifying        : python3-policycoreutils-3.4-6.fc37.noarch            52/99 
12:00:32 #12 20.85   Verifying        : python3-setools-4.4.0-9.fc37.aarch64                 53/99 
12:00:32 #12 20.85   Verifying        : python3-setuptools-62.6.0-2.fc37.noarch              54/99 
12:00:32 #12 20.85   Verifying        : qrencode-libs-4.1.1-3.fc37.aarch64                   55/99 
12:00:32 #12 20.85   Verifying        : rhash-1.4.2-3.fc37.aarch64                           56/99 
12:00:32 #12 20.85   Verifying        : rpm-plugin-selinux-4.18.0-1.fc37.aarch64             57/99 
12:00:32 #12 20.85   Verifying        : util-linux-2.38.1-1.fc37.aarch64                     58/99 
12:00:32 #12 20.85   Verifying        : which-2.21-35.fc37.aarch64                           59/99 
12:00:32 #12 20.85   Verifying        : annobin-docs-10.92-1.fc37.noarch                     60/99 
12:00:32 #12 20.85   Verifying        : annobin-plugin-gcc-10.92-1.fc37.aarch64              61/99 
12:00:32 #12 20.85   Verifying        : autoconf-2.71-4.fc37.noarch                          62/99 
12:00:32 #12 20.85   Verifying        : cmake-3.25.2-1.fc37.aarch64                          63/99 
12:00:32 #12 20.85   Verifying        : cmake-data-3.25.2-1.fc37.noarch                      64/99 
12:00:32 #12 20.85   Verifying        : cmake-filesystem-3.25.2-1.fc37.aarch64               65/99 
12:00:32 #12 20.85   Verifying        : cmake-rpm-macros-3.25.2-1.fc37.noarch                66/99 
12:00:32 #12 20.85   Verifying        : cpp-12.2.1-4.fc37.aarch64                            67/99 
12:00:32 #12 20.85   Verifying        : dbus-1:1.14.4-1.fc37.aarch64                         68/99 
12:00:32 #12 20.85   Verifying        : dbus-common-1:1.14.4-1.fc37.noarch                   69/99 
12:00:32 #12 20.85   Verifying        : gcc-12.2.1-4.fc37.aarch64                            70/99 
12:00:32 #12 20.85   Verifying        : gcc-plugin-annobin-12.2.1-4.fc37.aarch64             71/99 
12:00:32 #12 20.85   Verifying        : git-2.39.1-1.fc37.aarch64                            72/99 
12:00:32 #12 20.85   Verifying        : git-core-2.39.1-1.fc37.aarch64                       73/99 
12:00:32 #12 20.85   Verifying        : git-core-doc-2.39.1-1.fc37.noarch                    74/99 
12:00:32 #12 20.85   Verifying        : glibc-devel-2.36-9.fc37.aarch64                      75/99 
12:00:32 #12 20.85   Verifying        : glibc-static-2.36-9.fc37.aarch64                     76/99 
12:00:32 #12 20.85   Verifying        : kernel-headers-6.1.5-200.fc37.aarch64                77/99 
12:00:32 #12 20.85   Verifying        : libasan-12.2.1-4.fc37.aarch64                        78/99 
12:00:32 #12 20.85   Verifying        : libatomic-12.2.1-4.fc37.aarch64                      79/99 
12:00:32 #12 20.85   Verifying        : libedit-3.1-43.20221009cvs.fc37.aarch64              80/99 
12:00:32 #12 20.85   Verifying        : libubsan-12.2.1-4.fc37.aarch64                       81/99 
12:00:32 #12 20.85   Verifying        : libxcrypt-devel-4.4.33-4.fc37.aarch64                82/99 
12:00:32 #12 20.85   Verifying        : libxcrypt-static-4.4.33-4.fc37.aarch64               83/99 
12:00:32 #12 20.85   Verifying        : perl-Git-2.39.1-1.fc37.noarch                        84/99 
12:00:32 #12 20.85   Verifying        : selinux-policy-37.19-1.fc37.noarch                   85/99 
12:00:32 #12 20.85   Verifying        : selinux-policy-devel-37.19-1.fc37.noarch             86/99 
12:00:32 #12 20.85   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          87/99 
12:00:32 #12 20.85   Verifying        : systemd-251.10-588.fc37.aarch64                      88/99 
12:00:32 #12 20.85   Verifying        : systemd-devel-251.10-588.fc37.aarch64                89/99 
12:00:32 #12 20.85   Verifying        : systemd-networkd-251.10-588.fc37.aarch64             90/99 
12:00:32 #12 20.85   Verifying        : systemd-pam-251.10-588.fc37.aarch64                  91/99 
12:00:32 #12 20.85   Verifying        : systemd-resolved-251.10-588.fc37.aarch64             92/99 
12:00:32 #12 20.85   Verifying        : systemd-rpm-macros-251.10-588.fc37.noarch            93/99 
12:00:32 #12 20.85   Verifying        : vim-filesystem-2:9.0.1262-1.fc37.noarch              94/99 
12:00:32 #12 20.85   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  95/99 
12:00:32 #12 20.85   Verifying        : libxcrypt-4.4.33-4.fc37.aarch64                      96/99 
12:00:32 #12 20.85   Verifying        : libxcrypt-4.4.33-3.fc37.aarch64                      97/99 
12:00:32 #12 20.85   Verifying        : systemd-libs-251.10-588.fc37.aarch64                 98/99 
12:00:32 #14 33.20 Last metadata expiration check: 0:00:47 ago on Tue Feb  7 11:59:45 2023.
12:00:32 #12 6.470 Selecting previously unselected package libncurses6:arm64.
12:00:32 #15 DONE 2.0s
12:00:32 #12 2.747 dh_md5sums
12:00:32 #12 2.775 dh_builddeb
12:00:32 #12 2.794 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:32 #12 2.815 
12:00:32 #12 2.815 The package has been created.
12:00:32 #12 2.815 Attention, the package has been created in the current directory,
12:00:32 #12 2.815 not in ".." as indicated by the message above!
12:00:32 #12 2.841 Selecting previously unselected package docker-ce-build-deps.
12:00:32 #12 2.856 (Reading database ... 27795 files and directories currently installed.)
12:00:32 #12 5.007 The following additional packages will be installed:
12:00:32 #12 5.007   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:00:32 #12 5.007   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
12:00:32 #12 5.007   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
12:00:32 #12 5.008   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:32 #12 5.009 Suggested packages:
12:00:32 #12 5.009   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:00:32 #12 5.009 Recommended packages:
12:00:32 #12 5.009   dmsetup
12:00:32 #12 5.061 The following NEW packages will be installed:
12:00:32 #12 5.061   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:00:32 #12 5.061   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 liblzo2-2
12:00:32 #12 5.061   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
12:00:32 #12 5.062   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:32 #10 54.60 Selecting previously unselected package lsb-release.
12:00:32 #10 54.61 Preparing to unpack .../370-lsb-release_12.0-1_all.deb ...
12:00:32 #10 54.61 Unpacking lsb-release (12.0-1) ...
12:00:32 #10 54.64 Selecting previously unselected package manpages-dev.
12:00:32 #10 54.64 Preparing to unpack .../371-manpages-dev_6.02-1_all.deb ...
12:00:32 #10 54.65 Unpacking manpages-dev (6.02-1) ...
12:00:32 + mkdir -p /root/build-deb/compose
12:00:32 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:32 #10 47.64 Preparing to unpack .../157-git-man_1%3a2.30.2-1+deb11u1_all.deb ...
12:00:32 #10 47.64 Unpacking git-man (1:2.30.2-1+deb11u1) ...
12:00:32 #10 47.77 Selecting previously unselected package git.
12:00:32 #10 47.77 Preparing to unpack .../158-git_1%3a2.30.2-1+deb11u1_armhf.deb ...
12:00:32 #10 47.79 Unpacking git (1:2.30.2-1+deb11u1) ...
12:00:32 #10 47.77 Selecting previously unselected package libsub-quote-perl.
12:00:32 #10 47.77 Preparing to unpack .../082-libsub-quote-perl_2.006008-1_all.deb ...
12:00:32 #10 47.78 Unpacking libsub-quote-perl (2.006008-1) ...
12:00:32 #10 47.82 Selecting previously unselected package libmoo-perl.
12:00:32 #10 47.83 Preparing to unpack .../083-libmoo-perl_2.005005-1_all.deb ...
12:00:32 #10 47.83 Unpacking libmoo-perl (2.005005-1) ...
12:00:32 #10 47.88 Selecting previously unselected package libencode-locale-perl.
12:00:32 #10 47.88 Preparing to unpack .../084-libencode-locale-perl_1.05-3_all.deb ...
12:00:32 #10 47.90 Unpacking libencode-locale-perl (1.05-3) ...
12:00:32 #10 47.95 Selecting previously unselected package libtimedate-perl.
12:00:32 #10 47.95 Preparing to unpack .../085-libtimedate-perl_2.3300-2_all.deb ...
12:00:32 #10 47.95 Unpacking libtimedate-perl (2.3300-2) ...
12:00:32 #10 47.99 Selecting previously unselected package libhttp-date-perl.
12:00:32 #10 48.00 Preparing to unpack .../086-libhttp-date-perl_6.05-2_all.deb ...
12:00:32 #10 48.00 Unpacking libhttp-date-perl (6.05-2) ...
12:00:32 #10 48.04 Selecting previously unselected package libfile-listing-perl.
12:00:32 #10 48.04 Preparing to unpack .../087-libfile-listing-perl_6.15-1_all.deb ...
12:00:32 #10 48.05 Unpacking libfile-listing-perl (6.15-1) ...
12:00:32 #10 48.09 Selecting previously unselected package libhtml-tagset-perl.
12:00:32 #10 48.09 Preparing to unpack .../088-libhtml-tagset-perl_3.20-6_all.deb ...
12:00:32 #10 48.10 Unpacking libhtml-tagset-perl (3.20-6) ...
12:00:32 #11 58.00 Setting up libstring-escape-perl (2010.002-2) ...
12:00:32 #11 58.01 Setting up libhttp-date-perl (6.05-1) ...
12:00:32 #11 58.02 Setting up libfile-which-perl (1.23-1) ...
12:00:32 #11 58.04 Setting up libfile-basedir-perl (0.09-1) ...
12:00:32 #11 58.05 Setting up libunicode-utf8-perl (0.62-1build4) ...
12:00:32 #11 58.07 Setting up libset-intspan-perl (1.19-2) ...
12:00:32 #11 58.10 Setting up libmouse-perl (2.5.10-1build4) ...
12:00:32 #11 58.11 Setting up libfile-listing-perl (6.14-1) ...
12:00:32 #11 58.12 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:00:32 #11 58.13 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:00:32 #11 58.15 Setting up libdata-messagepack-perl (1.01-2build1) ...
12:00:32 #11 58.16 Setting up libfont-afm-perl (1.20-3) ...
12:00:32 #11 58.17 Setting up libwant-perl (0.29-1build7) ...
12:00:32 #11 58.18 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:00:32 #11 58.19 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:00:32 #11 58.21 Setting up liblist-compare-perl (0.55-1) ...
12:00:32 #12 20.85   Verifying        : systemd-libs-251.8-586.fc37.aarch64                  99/99 
12:00:32 #12 21.04 
12:00:32 #12 21.04 Upgraded:
12:00:32 #12 21.04   libxcrypt-4.4.33-4.fc37.aarch64      systemd-libs-251.10-588.fc37.aarch64     
12:00:32 #12 21.04 Installed:
12:00:32 #12 21.04   annobin-docs-10.92-1.fc37.noarch                                              
12:00:32 #12 21.04   annobin-plugin-gcc-10.92-1.fc37.aarch64                                       
12:00:32 #12 21.04   autoconf-2.71-4.fc37.noarch                                                   
12:00:32 #12 21.04   automake-1.16.5-9.fc37.noarch                                                 
12:00:32 #12 21.04   checkpolicy-3.4-3.fc37.aarch64                                                
12:00:32 #12 21.04   cmake-3.25.2-1.fc37.aarch64                                                   
12:00:32 #12 21.04   cmake-data-3.25.2-1.fc37.noarch                                               
12:00:32 #12 21.04   cmake-filesystem-3.25.2-1.fc37.aarch64                                        
12:00:32 #12 21.04   cmake-rpm-macros-3.25.2-1.fc37.noarch                                         
12:00:32 #12 21.04   cpp-12.2.1-4.fc37.aarch64                                                     
12:00:32 #12 21.04   cryptsetup-libs-2.5.0-1.fc37.aarch64                                          
12:00:32 #12 21.04   dbus-1:1.14.4-1.fc37.aarch64                                                  
12:00:32 #12 21.04   dbus-broker-32-1.fc37.aarch64                                                 
12:00:32 #12 21.04   dbus-common-1:1.14.4-1.fc37.noarch                                            
12:00:32 #12 21.04   device-mapper-1.02.175-9.fc37.aarch64                                         
12:00:32 #12 21.04   device-mapper-devel-1.02.175-9.fc37.aarch64                                   
12:00:32 #12 21.04   device-mapper-libs-1.02.175-9.fc37.aarch64                                    
12:00:32 #12 21.04   gc-8.0.6-4.fc37.aarch64                                                       
12:00:32 #12 21.04   gcc-12.2.1-4.fc37.aarch64                                                     
12:00:32 #12 21.04   gcc-plugin-annobin-12.2.1-4.fc37.aarch64                                      
12:00:32 #12 21.04   git-2.39.1-1.fc37.aarch64                                                     
12:00:32 #12 21.04   git-core-2.39.1-1.fc37.aarch64                                                
12:00:32 #12 21.04   git-core-doc-2.39.1-1.fc37.noarch                                             
12:00:32 #12 21.04   glibc-devel-2.36-9.fc37.aarch64                                               
12:00:32 #12 21.04   glibc-static-2.36-9.fc37.aarch64                                              
12:00:32 #12 21.04   guile22-2.2.7-6.fc37.aarch64                                                  
12:00:32 #12 21.04   jsoncpp-1.9.5-3.fc37.aarch64                                                  
12:00:32 #12 21.04   kernel-headers-6.1.5-200.fc37.aarch64                                         
12:00:32 #12 21.04   kmod-libs-30-2.fc37.aarch64                                                   
12:00:32 #12 21.04   less-590-5.fc37.aarch64                                                       
12:00:32 #12 21.04   libargon2-20190702-1.fc37.aarch64                                             
12:00:32 #12 21.04   libasan-12.2.1-4.fc37.aarch64                                                 
12:00:32 #12 21.04   libatomic-12.2.1-4.fc37.aarch64                                               
12:00:32 #12 21.04   libbpf-2:0.8.0-2.fc37.aarch64                                                 
12:00:32 #12 21.04   libcbor-0.7.0-7.fc37.aarch64                                                  
12:00:32 #12 21.04   libedit-3.1-43.20221009cvs.fc37.aarch64                                       
12:00:32 #12 21.04   libfdisk-2.38.1-1.fc37.aarch64                                                
12:00:32 #12 21.04   libfido2-1.11.0-3.fc37.aarch64                                                
12:00:32 #12 21.04   libmpc-1.2.1-5.fc37.aarch64                                                   
12:00:32 #12 21.04   libseccomp-2.5.3-3.fc37.aarch64                                               
12:00:32 #12 21.04   libseccomp-devel-2.5.3-3.fc37.aarch64                                         
12:00:32 #12 21.04   libselinux-devel-3.4-5.fc37.aarch64                                           
12:00:32 #12 21.04   libselinux-utils-3.4-5.fc37.aarch64                                           
12:00:32 #12 21.04   libsepol-devel-3.4-3.fc37.aarch64                                             
12:00:32 #12 21.04   libtool-2.4.7-2.fc37.aarch64                                                  
12:00:32 #12 21.04   libtool-ltdl-2.4.7-2.fc37.aarch64                                             
12:00:32 #12 21.04   libtool-ltdl-devel-2.4.7-2.fc37.aarch64                                       
12:00:32 #12 21.04   libubsan-12.2.1-4.fc37.aarch64                                                
12:00:32 #12 21.04   libutempter-1.2.1-7.fc37.aarch64                                              
12:00:32 #12 21.04   libuv-1:1.44.2-2.fc37.aarch64                                                 
12:00:32 #12 21.04   libxcrypt-devel-4.4.33-4.fc37.aarch64                                         
12:00:32 #12 21.04   libxcrypt-static-4.4.33-4.fc37.aarch64                                        
12:00:32 #12 21.04   libxkbcommon-1.4.1-2.fc37.aarch64                                             
12:00:32 #12 21.04   m4-1.4.19-4.fc37.aarch64                                                      
12:00:32 #12 21.04   make-1:4.3-11.fc37.aarch64                                                    
12:00:32 #12 21.04   openssh-8.8p1-7.fc37.aarch64                                                  
12:00:32 #12 21.04   openssh-clients-8.8p1-7.fc37.aarch64                                          
12:00:32 #12 21.04   pcre2-devel-10.40-1.fc37.1.aarch64                                            
12:00:32 #12 21.04   pcre2-utf16-10.40-1.fc37.1.aarch64                                            
12:00:32 #12 21.04   pcre2-utf32-10.40-1.fc37.1.aarch64                                            
12:00:32 #12 21.04   perl-Error-1:0.17029-10.fc37.noarch                                           
12:00:32 #12 21.04   perl-File-Compare-1.100.700-492.fc37.noarch                                   
12:00:32 #12 21.04   perl-File-Copy-2.39-492.fc37.noarch                                           
12:00:32 #12 21.04   perl-File-Find-1.40-492.fc37.noarch                                           
12:00:32 #12 21.04   perl-Git-2.39.1-1.fc37.noarch                                                 
12:00:32 #12 21.04   perl-TermReadKey-2.38-14.fc37.aarch64                                         
12:00:32 #12 21.04   perl-Thread-Queue-3.14-489.fc37.noarch                                        
12:00:32 #12 21.04   perl-lib-0.65-492.fc37.aarch64                                                
12:00:32 #12 21.04   perl-threads-1:2.27-489.fc37.aarch64                                          
12:00:32 #12 21.04   perl-threads-shared-1.64-489.fc37.aarch64                                     
12:00:32 #12 21.04   policycoreutils-3.4-6.fc37.aarch64                                            
12:00:32 #12 21.04   policycoreutils-devel-3.4-6.fc37.aarch64                                      
12:00:32 #12 21.04   policycoreutils-python-utils-3.4-6.fc37.noarch                                
12:00:32 #12 21.04   python3-audit-3.0.9-1.fc37.aarch64                                            
12:00:32 #12 21.04   python3-libselinux-3.4-5.fc37.aarch64                                         
12:00:32 #12 21.04   python3-libsemanage-3.4-5.fc37.aarch64                                        
12:00:32 #12 21.04   python3-policycoreutils-3.4-6.fc37.noarch                                     
12:00:32 #12 21.04   python3-setools-4.4.0-9.fc37.aarch64                                          
12:00:32 #12 21.04   python3-setuptools-62.6.0-2.fc37.noarch                                       
12:00:32 #12 21.04   qrencode-libs-4.1.1-3.fc37.aarch64                                            
12:00:32 #12 21.04   rhash-1.4.2-3.fc37.aarch64                                                    
12:00:32 #12 21.04   rpm-plugin-selinux-4.18.0-1.fc37.aarch64                                      
12:00:32 #12 21.04   selinux-policy-37.19-1.fc37.noarch                                            
12:00:32 #12 21.04   selinux-policy-devel-37.19-1.fc37.noarch                                      
12:00:32 #12 21.04   selinux-policy-targeted-37.19-1.fc37.noarch                                   
12:00:32 #12 21.04   systemd-251.10-588.fc37.aarch64                                               
12:00:32 #12 21.04   systemd-devel-251.10-588.fc37.aarch64                                         
12:00:32 #12 21.04   systemd-networkd-251.10-588.fc37.aarch64                                      
12:00:32 #12 21.04   systemd-pam-251.10-588.fc37.aarch64                                           
12:00:32 #12 21.04   systemd-resolved-251.10-588.fc37.aarch64                                      
12:00:32 #12 21.04   systemd-rpm-macros-251.10-588.fc37.noarch                                     
12:00:32 #12 21.04   util-linux-2.38.1-1.fc37.aarch64                                              
12:00:32 #12 21.04   vim-filesystem-2:9.0.1262-1.fc37.noarch                                       
12:00:32 #12 21.04   which-2.21-35.fc37.aarch64                                                    
12:00:32 #12 21.04   xkeyboard-config-2.36-3.fc37.noarch                                           
12:00:32 #12 21.04 
12:00:32 #12 21.04 Complete!
12:00:32 #12 6.474 Preparing to unpack .../02-libncurses6_6.2+20201114-2_arm64.deb ...
12:00:32 #12 6.491 Unpacking libncurses6:arm64 (6.2+20201114-2) ...
12:00:32 #12 6.544 Selecting previously unselected package libprocps8:arm64.
12:00:32 #12 6.547 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_arm64.deb ...
12:00:32 #12 6.553 Unpacking libprocps8:arm64 (2:3.3.17-5) ...
12:00:32 #12 6.619 Selecting previously unselected package procps.
12:00:32 #12 6.619 Preparing to unpack .../04-procps_2%3a3.3.17-5_arm64.deb ...
12:00:32 #12 6.629 Unpacking procps (2:3.3.17-5) ...
12:00:32 #12 6.704 Selecting previously unselected package libjsoncpp24:arm64.
12:00:32 #12 6.707 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_arm64.deb ...
12:00:32 #12 6.710 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
12:00:32 #12 6.757 Selecting previously unselected package librhash0:arm64.
12:00:32 #12 6.760 Preparing to unpack .../06-librhash0_1.4.1-2_arm64.deb ...
12:00:32 #12 6.764 Unpacking librhash0:arm64 (1.4.1-2) ...
12:00:32 #12 6.811 Selecting previously unselected package libuv1:arm64.
12:00:32 #12 6.814 Preparing to unpack .../07-libuv1_1.40.0-2_arm64.deb ...
12:00:32 #12 6.818 Unpacking libuv1:arm64 (1.40.0-2) ...
12:00:32 #12 6.863 Selecting previously unselected package cmake.
12:00:32 #12 2.857 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:32 #12 2.862 Unpacking docker-ce-build-deps (1.0) ...
12:00:32 
12:00:32 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:00:32 #16 DONE 0.0s
12:00:32 
12:00:32 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:00:32 #17 DONE 0.1s
12:00:32 
12:00:32 #18 exporting to image
12:00:32 #18 exporting layers
12:00:32 #12 5.476 0 upgraded, 22 newly installed, 0 to remove and 4 not upgraded.
12:00:32 #12 5.476 1 not fully installed or removed.
12:00:32 #12 5.476 Need to get 6406 kB of archives.
12:00:32 #12 5.476 After this operation, 26.6 MB of additional disk space will be used.
12:00:32 #12 5.476 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf bash-completion all 1:2.8-1ubuntu1 [168 kB]
12:00:32 #10 54.94 Selecting previously unselected package pbzip2.
12:00:32 #10 54.94 Preparing to unpack .../372-pbzip2_1.1.13-1_armhf.deb ...
12:00:32 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:32 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:32 + mkdir -p /go/src/github.com/docker
12:00:32 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:32 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:32 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:32 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:32 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:32 + EPOCH=5
12:00:32 + EPOCH_SEP=
12:00:32 + [[ ! -z 5 ]]
12:00:32 + EPOCH_SEP=:
12:00:32 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:32 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:32 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:32 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:32 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:32 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:32 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:32 + debSource=docker-ce
12:00:32 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:32 + debMaintainer='Docker <support@docker.com>'
12:00:32 ++ date --rfc-2822
12:00:32 + debDate='Tue, 07 Feb 2023 12:00:32 +0000'
12:00:32 + pkgRevision=1
12:00:32 + cat
12:00:32 + export CLI_GITCOMMIT=ab4ef4a
12:00:32 + CLI_GITCOMMIT=ab4ef4a
12:00:32 + export ENGINE_GITCOMMIT=a25ab92
12:00:32 + ENGINE_GITCOMMIT=a25ab92
12:00:32 + export SCAN_GITCOMMIT=6c852fa
12:00:32 + SCAN_GITCOMMIT=6c852fa
12:00:32 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:32 + dpkg-buildpackage -uc -us -I.git
12:00:32 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:32 dpkg-buildpackage: info: source package docker-ce
12:00:32 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal
12:00:32 dpkg-buildpackage: info: source distribution focal
12:00:32 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:32 dpkg-buildpackage: info: host architecture amd64
12:00:32  dpkg-source -I.git --before-build .
12:00:32 #12 3.320 Reading package lists...
12:00:32 #12 3.859 Building dependency tree...
12:00:32 #12 3.991 Reading state information...
12:00:32 #10 48.16 Selecting previously unselected package libregexp-ipv6-perl.
12:00:32 #10 48.17 Preparing to unpack .../089-libregexp-ipv6-perl_0.03-3_all.deb ...
12:00:32 #10 48.17 Unpacking libregexp-ipv6-perl (0.03-3) ...
12:00:32 #10 48.23 Selecting previously unselected package liburi-perl.
12:00:32 #10 48.23 Preparing to unpack .../090-liburi-perl_5.17-1_all.deb ...
12:00:32 #10 48.24 Unpacking liburi-perl (5.17-1) ...
12:00:32 #10 48.28 Selecting previously unselected package libhtml-parser-perl:armhf.
12:00:32 #10 48.28 Preparing to unpack .../091-libhtml-parser-perl_3.80-1_armhf.deb ...
12:00:32 #10 48.29 Unpacking libhtml-parser-perl:armhf (3.80-1) ...
12:00:32 #10 48.33 Selecting previously unselected package libhtml-tree-perl.
12:00:32 #11 58.22 Setting up libref-util-xs-perl (0.117-1build5) ...
12:00:32 #11 58.23 Setting up libio-pty-perl (1:1.15-2build2) ...
12:00:32 #11 58.24 Setting up libtool (2.4.6-15build2) ...
12:00:32 #11 58.25 Setting up g++-11 (11.3.0-1ubuntu1~22.04) ...
12:00:32 #11 58.26 Setting up libfile-fcntllock-perl (0.22-3build7) ...
12:00:32 #11 58.28 Setting up libclone-perl (0.45-1build3) ...
12:00:32 #11 58.29 Setting up libalgorithm-diff-perl (1.201-1) ...
12:00:32 #11 58.31 Setting up libarchive-zip-perl (1.68-1) ...
12:00:32 #11 58.32 Setting up libsub-identify-perl (0.14-1build5) ...
12:00:32 #11 58.33 Setting up libdistro-info-perl (1.1build1) ...
12:00:32 #11 58.34 Setting up libcpanel-json-xs-perl:armhf (4.27-1build1) ...
12:00:32 #11 58.35 Setting up python3-apt (2.4.0) ...
12:00:32 #12 6.866 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_arm64.deb ...
12:00:32 #12 6.871 Unpacking cmake (3.18.4-2+deb11u1) ...
12:00:32 #10 54.94 Unpacking pbzip2 (1.1.13-1) ...
12:00:32 #10 54.97 Selecting previously unselected package pixz.
12:00:32 #10 54.98 Preparing to unpack .../373-pixz_1.0.7-2_armhf.deb ...
12:00:32 #10 54.99 Unpacking pixz (1.0.7-2) ...
12:00:32 #10 55.02 Selecting previously unselected package xdelta.
12:00:32 #10 55.02 Preparing to unpack .../374-xdelta_1.1.3-10.4_armhf.deb ...
12:00:32 #10 55.04 Unpacking xdelta (1.1.3-10.4) ...
12:00:32 #10 55.08 Selecting previously unselected package xdelta3.
12:00:32 #10 55.08 Preparing to unpack .../375-xdelta3_3.0.11-dfsg-1.2_armhf.deb ...
12:00:32 #10 55.08 Unpacking xdelta3 (3.0.11-dfsg-1.2) ...
12:00:32 #10 55.12 Selecting previously unselected package pristine-tar.
12:00:32 #10 55.12 Preparing to unpack .../376-pristine-tar_1.50_armhf.deb ...
12:00:32 #10 55.13 Unpacking pristine-tar (1.50) ...
12:00:32 #10 55.17 Selecting previously unselected package publicsuffix.
12:00:32 #10 55.18 Preparing to unpack .../377-publicsuffix_20221208.1942-1_all.deb ...
12:00:32 #10 62.09 Setting up bsdmainutils (11.1.2+b1) ...
12:00:32 #10 62.11 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:00:32 #10 62.12 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:00:32 #10 62.13 Setting up libgssapi-krb5-2:armhf (1.17-3+deb10u5) ...
12:00:32 #10 62.16 Setting up libcroco3:armhf (0.6.12-3) ...
12:00:32 #10 62.20 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
12:00:32 #10 62.22 Setting up ucf (3.0038+nmu1) ...
12:00:32 #10 62.37 Setting up libgcc-8-dev:armhf (8.3.0-6) ...
12:00:32 #10 62.39 Setting up libperl5.28:armhf (5.28.1-6+deb10u1) ...
12:00:32 #10 62.41 Setting up groff-base (1.22.4-3+deb10u1) ...
12:00:32 #10 62.43 Setting up cpp (4:8.3.0-1) ...
12:00:32 #10 62.44 Setting up gpgconf (2.2.12-1+deb10u2) ...
12:00:32 #10 62.46 Setting up libcurl4:armhf (7.64.0-4+deb10u4) ...
12:00:32 #12 3.996 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:32 #12 4.181 Starting 2 pkgProblemResolver with broken count: 0
12:00:32 #12 4.184 Done
12:00:32 #12 4.328  Done
12:00:32  debian/rules clean
12:00:32 dh clean --with=bash-completion
12:00:32    dh_clean
12:00:33 #10 48.26 Selecting previously unselected package iso-codes.
12:00:33 #10 48.26 Preparing to unpack .../159-iso-codes_4.6.0-1_all.deb ...
12:00:33 #10 48.26 Unpacking iso-codes (4.6.0-1) ...
12:00:33 #12 3.403 Reading package lists...
12:00:33 #12 4.589 Building dependency tree...
12:00:33 #10 48.33 Preparing to unpack .../092-libhtml-tree-perl_5.07-3_all.deb ...
12:00:33 #10 48.33 Unpacking libhtml-tree-perl (5.07-3) ...
12:00:33 #10 48.39 Selecting previously unselected package libclone-perl:armhf.
12:00:33 #10 48.39 Preparing to unpack .../093-libclone-perl_0.46-1_armhf.deb ...
12:00:33 #10 48.40 Unpacking libclone-perl:armhf (0.46-1) ...
12:00:33 #10 48.43 Selecting previously unselected package libio-html-perl.
12:00:33 #10 48.44 Preparing to unpack .../094-libio-html-perl_1.004-3_all.deb ...
12:00:33 #10 48.44 Unpacking libio-html-perl (1.004-3) ...
12:00:33 #10 48.49 Selecting previously unselected package liblwp-mediatypes-perl.
12:00:33 #10 48.49 Preparing to unpack .../095-liblwp-mediatypes-perl_6.04-2_all.deb ...
12:00:33 #10 48.49 Unpacking liblwp-mediatypes-perl (6.04-2) ...
12:00:33 #10 48.53 Selecting previously unselected package libhttp-message-perl.
12:00:33 #10 48.54 Preparing to unpack .../096-libhttp-message-perl_6.44-1_all.deb ...
12:00:33 #10 48.54 Unpacking libhttp-message-perl (6.44-1) ...
12:00:33 #10 48.58 Selecting previously unselected package libhttp-cookies-perl.
12:00:33 #10 48.59 Preparing to unpack .../097-libhttp-cookies-perl_6.10-1_all.deb ...
12:00:33 #10 48.59 Unpacking libhttp-cookies-perl (6.10-1) ...
12:00:33 #10 48.63 Selecting previously unselected package libhttp-negotiate-perl.
12:00:33 #10 48.63 Preparing to unpack .../098-libhttp-negotiate-perl_6.01-2_all.deb ...
12:00:33 #11 58.51 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
12:00:33 #11 58.52 Setting up liblist-moreutils-perl (0.430-2) ...
12:00:33 #11 58.54 Setting up libhtml-tagset-perl (3.20-4) ...
12:00:33 #11 58.55 Setting up liblog-any-perl (1.710-1) ...
12:00:33 #11 58.57 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:00:33 #11 58.58 Setting up libdevel-size-perl (0.83-1build4) ...
12:00:33 #11 58.60 Setting up libdebhelper-perl (13.6ubuntu1) ...
12:00:33 #11 58.61 Setting up libpod-constants-perl (0.19-2) ...
12:00:33 #11 58.62 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
12:00:33 #11 58.64 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:00:33 #11 58.66 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
12:00:33 #11 58.67 Setting up libio-interactive-perl (1.023-1) ...
12:00:33 #11 58.68 Setting up libtry-tiny-perl (0.31-1) ...
12:00:33 #11 58.69 Setting up libtype-tiny-perl (1.012004-1) ...
12:00:33 #11 58.70 Setting up libcommon-sense-perl:armhf (3.75-2build1) ...
12:00:33 #11 58.71 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:00:33 #11 58.72 Setting up libnet-http-perl (6.22-1) ...
12:00:33 #11 58.73 Setting up libpath-iterator-rule-perl (1.015-1) ...
12:00:33 #11 58.74 Setting up libtext-markdown-discount-perl:armhf (0.13-1build1) ...
12:00:33 #11 58.75 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:00:33 #11 58.77 Setting up libtime-moment-perl (0.44-1build6) ...
12:00:33 #11 58.78 Setting up libencode-locale-perl (1.05-1.1) ...
12:00:33 #12 7.230 Selecting previously unselected package dh-apparmor.
12:00:33 #12 7.233 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
12:00:33 #12 7.242 Unpacking dh-apparmor (2.13.6-10) ...
12:00:33 #12 7.293 Selecting previously unselected package dmsetup.
12:00:33 #15 DONE 2.7s
12:00:33 
12:00:33 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:00:33 #16 DONE 0.0s
12:00:33 #10 55.18 Unpacking publicsuffix (20221208.1942-1) ...
12:00:33 #10 55.22 Selecting previously unselected package python-apt-common.
12:00:33 #10 55.22 Preparing to unpack .../378-python-apt-common_2.5.2_all.deb ...
12:00:33 #10 55.23 Unpacking python-apt-common (2.5.2) ...
12:00:33 #10 55.27 Selecting previously unselected package python3-apt.
12:00:33 #10 55.27 Preparing to unpack .../379-python3-apt_2.5.2+b1_armhf.deb ...
12:00:33 #10 55.28 Unpacking python3-apt (2.5.2+b1) ...
12:00:33 #10 55.32 Selecting previously unselected package python3-certifi.
12:00:33 #10 55.32 Preparing to unpack .../380-python3-certifi_2022.9.24-1_all.deb ...
12:00:33 #10 55.33 Unpacking python3-certifi (2022.9.24-1) ...
12:00:33 #10 55.37 Selecting previously unselected package python3-charset-normalizer.
12:00:33 #10 55.37 Preparing to unpack .../381-python3-charset-normalizer_3.0.1-2_all.deb ...
12:00:33 #10 55.38 Unpacking python3-charset-normalizer (3.0.1-2) ...
12:00:33 #10 62.47 Setting up libc6-dev:armhf (2.28-10+deb10u2) ...
12:00:33 #10 62.49 Setting up libx11-6:armhf (2:1.6.7-1+deb10u2) ...
12:00:33 #10 62.50 Setting up curl (7.64.0-4+deb10u4) ...
12:00:33 #10 62.52 Setting up libxmuu1:armhf (2:1.1.2-2+b3) ...
12:00:33 #10 62.54 Setting up gpg (2.2.12-1+deb10u2) ...
12:00:33 #10 62.55 Setting up guile-2.2-libs:armhf (2.2.4+1-2+deb10u1) ...
12:00:33 #10 62.56 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
12:00:33 #10 62.59 Setting up libstdc++-8-dev:armhf (8.3.0-6) ...
12:00:33 #10 62.60 Setting up python3.7 (3.7.3-2+deb10u4) ...
12:00:33 #12 4.482 Starting pkgProblemResolver with broken count: 0
12:00:33 #12 4.510 Starting 2 pkgProblemResolver with broken count: 0
12:00:33 #12 4.514 Done
12:00:33  dpkg-source -I.git -b .
12:00:33 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:00:33 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:00:33 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:33 dpkg-source: info: using source format '1.0'
12:00:33 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz
12:00:33 #12 2.914 Reading package lists...
12:00:33 #12 5.831 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
12:00:33 #12 6.081 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf liblzo2-2 armhf 2.08-1.2 [44.2 kB]
12:00:33 #12 6.083 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libarchive13 armhf 3.2.2-3.1ubuntu0.7 [251 kB]
12:00:33 #12 6.099 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libjsoncpp1 armhf 1.7.4-3 [65.9 kB]
12:00:33 #12 6.103 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf librhash0 armhf 1.3.6-2 [90.3 kB]
12:00:33 #12 6.107 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libuv1 armhf 1.18.0-3 [53.5 kB]
12:00:33 #12 6.111 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf cmake armhf 3.10.2-1ubuntu2.18.04.2 [2724 kB]
12:00:33 #12 4.773 Reading state information...
12:00:33 #12 4.794 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:33 #12 4.843 Starting 2 pkgProblemResolver with broken count: 0
12:00:33 #12 4.845 Done
12:00:33 #12 4.869  Done
12:00:33 #12 4.878 Starting pkgProblemResolver with broken count: 0
12:00:33 #12 4.910 Starting 2 pkgProblemResolver with broken count: 0
12:00:33 #12 4.913 Done
12:00:33 #10 48.64 Unpacking libhttp-negotiate-perl (6.01-2) ...
12:00:33 #10 48.67 Selecting previously unselected package perl-openssl-defaults:armhf.
12:00:33 #10 48.68 Preparing to unpack .../099-perl-openssl-defaults_7+b1_armhf.deb ...
12:00:33 #10 48.68 Unpacking perl-openssl-defaults:armhf (7+b1) ...
12:00:33 #10 48.74 Selecting previously unselected package libnet-ssleay-perl:armhf.
12:00:33 #10 48.75 Preparing to unpack .../100-libnet-ssleay-perl_1.92-2+b2_armhf.deb ...
12:00:33 #10 48.75 Unpacking libnet-ssleay-perl:armhf (1.92-2+b2) ...
12:00:33 #10 48.82 Selecting previously unselected package libio-socket-ssl-perl.
12:00:33 #10 48.82 Preparing to unpack .../101-libio-socket-ssl-perl_2.078-1_all.deb ...
12:00:33 #10 48.83 Unpacking libio-socket-ssl-perl (2.078-1) ...
12:00:33 #11 58.79 Setting up libexception-class-perl (1.45-1) ...
12:00:33 #11 58.80 Setting up libmath-base85-perl (0.5+dfsg-1) ...
12:00:33 #11 58.81 Setting up libconfig-tiny-perl (2.28-1) ...
12:00:33 #11 58.82 Setting up libsereal-encoder-perl:armhf (4.023+ds-1) ...
12:00:33 #11 58.83 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:00:33 #11 58.85 Setting up liblist-utilsby-perl (0.11-1) ...
12:00:33 #11 58.86 Setting up libstring-shellquote-perl (1.04-1) ...
12:00:33 #11 58.87 Setting up libnet-netmask-perl (2.0001-1) ...
12:00:33 #11 58.88 Setting up libsub-install-perl (0.928-1.1) ...
12:00:33 #11 58.90 Setting up gcc (4:11.2.0-1ubuntu1) ...
12:00:33 #11 58.93 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
12:00:33 #11 58.95 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:33 #11 58.96 Setting up liberror-perl (0.17029-1) ...
12:00:33 #11 58.97 Setting up dh-autoreconf (20) ...
12:00:33 #11 58.98 Setting up patchutils (0.4.2-1build2) ...
12:00:33 #11 58.99 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:00:33 #10 73.91 Setting up libgpgme11:amd64 (1.14.0-1+b2) ...
12:00:33 #10 73.94 Setting up dirmngr (2.2.27-2+deb11u2) ...
12:00:33 #10 74.07 Setting up perl (5.32.1-4+deb11u2) ...
12:00:33 #10 74.09 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
12:00:33 #10 74.10 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:00:33 #10 74.11 Setting up libdata-dump-perl (1.23-1.1) ...
12:00:33 #10 74.12 Setting up libref-util-perl (0.204-1) ...
12:00:33 #10 74.13 Setting up libipc-system-simple-perl (1.30-1) ...
12:00:33 #10 74.14 Setting up libnet-domain-tld-perl (1.75-1.1) ...
12:00:33 #10 74.16 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
12:00:33 #10 74.17 Setting up libvariable-magic-perl (0.62-1+b3) ...
12:00:33 #10 74.18 Setting up libio-html-perl (1.004-2) ...
12:00:33 #10 74.19 Setting up libpod-parser-perl (1.63-2) ...
12:00:33 #10 74.20 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
12:00:33 #10 74.21 Setting up liblist-moreutils-xs-perl (0.430-2) ...
12:00:33 #10 74.22 Setting up gcc-10 (10.2.1-6) ...
12:00:33 #10 74.23 Setting up libparams-util-perl (1.102-1+b1) ...
12:00:33 #10 74.24 Setting up libdpkg-perl (1.20.12) ...
12:00:33 #10 74.26 Setting up libtime-duration-perl (1.21-1) ...
12:00:33 #10 74.29 Setting up autoconf (2.69-14) ...
12:00:33 #10 74.30 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:33 #10 74.32 Setting up libarray-intspan-perl (2.004-1) ...
12:00:33 #10 74.34 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:33 #10 74.38 Setting up libtimedate-perl (2.3300-2) ...
12:00:33 #10 74.42 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
12:00:33 #10 74.44 Setting up libsub-name-perl (0.26-1+b1) ...
12:00:33 #10 74.46 Setting up libtype-tiny-xs-perl (0.022-1) ...
12:00:33 #10 74.48 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:00:33 #10 74.50 Setting up libproc-processtable-perl (0.59-2+b1) ...
12:00:33 #10 74.53 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:00:33 #10 74.55 Setting up xauth (1:1.1-1) ...
12:00:33 #10 74.56 Setting up libpath-tiny-perl (0.118-1) ...
12:00:33 #10 74.57 Setting up libarchive-cpio-perl (0.10-1.1) ...
12:00:33 #10 74.58 Setting up libjson-perl (4.03000-1) ...
12:00:33 #10 74.60 Setting up libipc-run3-perl (0.048-2) ...
12:00:33 #10 74.63 Setting up libfcgi-perl:amd64 (0.79+ds-2) ...
12:00:33 #10 74.66 Setting up libsub-override-perl (0.09-2) ...
12:00:33 #10 74.67 Setting up libaliased-perl (0.34-1.1) ...
12:00:33 #10 74.68 Setting up libstrictures-perl (2.000006-1) ...
12:00:33 #10 74.70 Setting up libsub-quote-perl (2.006006-1) ...
12:00:33 #10 74.71 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:00:33 #10 74.72 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
12:00:33 #10 74.73 Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
12:00:33 #10 74.74 Setting up libsort-versions-perl (1.62-1) ...
12:00:33 #10 74.76 Setting up libexporter-tiny-perl (1.002002-1) ...
12:00:33 #10 74.77 Setting up libre-engine-re2-perl:amd64 (0.14-1) ...
12:00:33 #10 74.79 Setting up libfile-dirlist-perl (0.05-2) ...
12:00:33 #10 74.80 Setting up libterm-readkey-perl (2.38-1+b2) ...
12:00:33 #10 74.81 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
12:00:33 #10 74.83 Setting up libperlio-gzip-perl (0.19-1+b7) ...
12:00:33 #10 74.85 Setting up libsys-hostname-long-perl (1.5-2) ...
12:00:33 #10 74.86 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
12:00:33 #10 74.88 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
12:00:33 #10 74.89 Setting up liburi-perl (5.08-1) ...
12:00:33 #10 74.91 Setting up libfile-touch-perl (0.11-1) ...
12:00:33 #10 74.93 Setting up python3.9 (3.9.2-1) ...
12:00:33 #10 75.56 Setting up libemail-address-xs-perl (1.04-1+b3) ...
12:00:33 #10 75.57 Setting up libnet-ssleay-perl (1.88-3+b1) ...
12:00:33 #10 75.58 Setting up automake (1:1.16.3-2) ...
12:00:33 #10 75.59 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:33 #10 75.60 Setting up libapt-pkg-perl (0.1.39) ...
12:00:33 #10 75.61 Setting up libio-sessiondata-perl (1.03-1.1) ...
12:00:33 #10 75.63 Setting up libstring-escape-perl (2010.002-2) ...
12:00:33 #10 75.64 Setting up libhttp-date-perl (6.05-1) ...
12:00:33 #10 75.65 Setting up libfile-which-perl (1.23-1) ...
12:00:33 #10 75.66 Setting up libfile-basedir-perl (0.08-1) ...
12:00:33 #12 7.297 Preparing to unpack .../10-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
12:00:33 #12 7.302 Unpacking dmsetup (2:1.02.175-2.1) ...
12:00:33 #12 7.348 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:00:33 #12 7.351 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
12:00:33 #12 7.356 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
12:00:33 #12 7.411 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:00:33 #12 7.414 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
12:00:33 #12 7.418 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
12:00:33 #12 7.459 Selecting previously unselected package libudev-dev:arm64.
12:00:33 #12 7.462 Preparing to unpack .../13-libudev-dev_247.3-7+deb11u1_arm64.deb ...
12:00:33 #12 7.470 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
12:00:33 #12 7.514 Selecting previously unselected package libsepol1-dev:arm64.
12:00:33 
12:00:33 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:00:33 #17 DONE 0.1s
12:00:33 
12:00:33 #18 exporting to image
12:00:33 #18 exporting layers
12:00:33 #10 55.44 Selecting previously unselected package python3-idna.
12:00:33 #10 55.45 Preparing to unpack .../382-python3-idna_3.3-1_all.deb ...
12:00:33 #10 55.45 Unpacking python3-idna (3.3-1) ...
12:00:33 #10 55.49 Selecting previously unselected package python3-magic.
12:00:33 #10 55.49 Preparing to unpack .../383-python3-magic_2%3a0.4.26-3_all.deb ...
12:00:33 #10 55.49 Unpacking python3-magic (2:0.4.26-3) ...
12:00:33 #10 55.53 Selecting previously unselected package python3-six.
12:00:33 #10 55.53 Preparing to unpack .../384-python3-six_1.16.0-4_all.deb ...
12:00:33 #10 55.54 Unpacking python3-six (1.16.0-4) ...
12:00:33 #10 55.57 Selecting previously unselected package python3-urllib3.
12:00:33 #10 55.57 Preparing to unpack .../385-python3-urllib3_1.26.12-1_all.deb ...
12:00:33 #10 55.58 Unpacking python3-urllib3 (1.26.12-1) ...
12:00:33 #10 55.62 Selecting previously unselected package python3-requests.
12:00:33 #10 55.62 Preparing to unpack .../386-python3-requests_2.28.1+dfsg-1_all.deb ...
12:00:33 #10 55.63 Unpacking python3-requests (2.28.1+dfsg-1) ...
12:00:33 #10 55.67 Selecting previously unselected package python3-unidiff.
12:00:33 #12 4.742 The following additional packages will be installed:
12:00:33 #12 4.743   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:00:33 #12 4.743   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
12:00:33 #12 4.743   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
12:00:33 #12 4.743   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libsystemd0
12:00:33 #12 4.744   libudev-dev libudev1 libuv1 pkg-config pkgconf pkgconf-bin procps
12:00:33 #12 4.745 Suggested packages:
12:00:33 #12 4.745   cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils seccomp
12:00:33 #12 4.745 Recommended packages:
12:00:33 #12 4.745   psmisc
12:00:33 #12 3.505 Building dependency tree...
12:00:33 #12 3.618 Reading state information...
12:00:33 #12 3.630 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:33 #12 3.658 Starting 2 pkgProblemResolver with broken count: 0
12:00:33 #12 3.659 Done
12:00:33 #12 3.672  Done
12:00:33 #12 3.677 Starting pkgProblemResolver with broken count: 0
12:00:33 #12 3.693 Starting 2 pkgProblemResolver with broken count: 0
12:00:33 #12 3.695 Done
12:00:33 #12 3.759 The following additional packages will be installed:
12:00:33 #12 3.760   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:00:33 #12 3.760   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
12:00:33 #12 3.760   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
12:00:33 #12 3.760   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:00:33 #12 3.761   libuv1 pkg-config procps
12:00:33 #12 3.762 Suggested packages:
12:00:33 #12 3.762   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:00:33 #12 6.256 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
12:00:33 #12 6.256 Get:10 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]
12:00:33 #12 6.260 Get:11 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]
12:00:33 #12 6.260 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libudev-dev armhf 237-3ubuntu10.56 [19.1 kB]
12:00:33 #12 6.261 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsepol1-dev armhf 2.7-1ubuntu0.1 [303 kB]
12:00:33 #12 6.269 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpcre16-3 armhf 2:8.39-9ubuntu0.1 [128 kB]
12:00:33 #12 6.273 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpcre32-3 armhf 2:8.39-9ubuntu0.1 [121 kB]
12:00:33 #12 6.276 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpcrecpp0v5 armhf 2:8.39-9ubuntu0.1 [13.2 kB]
12:00:33 #12 6.277 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpcre3-dev armhf 2:8.39-9ubuntu0.1 [475 kB]
12:00:33 #12 6.330 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libselinux1-dev armhf 2.7-2build2 [142 kB]
12:00:33 #12 22.06 Last metadata expiration check: 0:00:38 ago on Tue Feb  7 11:59:55 2023.
12:00:33 #10 48.68 Selecting previously unselected package libalgorithm-diff-perl.
12:00:33 #10 48.68 Preparing to unpack .../160-libalgorithm-diff-perl_1.201-1_all.deb ...
12:00:33 #10 48.70 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:00:33 #10 48.74 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:00:33 #10 48.75 Preparing to unpack .../161-libalgorithm-diff-xs-perl_0.04-6+b1_armhf.deb ...
12:00:33 #10 48.75 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
12:00:33 #10 48.79 Selecting previously unselected package libalgorithm-merge-perl.
12:00:33 #10 48.79 Preparing to unpack .../162-libalgorithm-merge-perl_0.08-3_all.deb ...
12:00:33 #10 48.80 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:00:33 #10 48.84 Selecting previously unselected package libaliased-perl.
12:00:33 #10 48.84 Preparing to unpack .../163-libaliased-perl_0.34-1.1_all.deb ...
12:00:33 #10 48.85 Unpacking libaliased-perl (0.34-1.1) ...
12:00:33 #10 48.90 Selecting previously unselected package libapt-pkg-perl.
12:00:33 #10 48.90 Preparing to unpack .../164-libapt-pkg-perl_0.1.39_armhf.deb ...
12:00:33 #10 48.91 Unpacking libapt-pkg-perl (0.1.39) ...
12:00:33 #10 48.98 Selecting previously unselected package libarchive-cpio-perl.
12:00:33 #10 48.98 Preparing to unpack .../165-libarchive-cpio-perl_0.10-1.1_all.deb ...
12:00:33 #10 48.98 Unpacking libarchive-cpio-perl (0.10-1.1) ...
12:00:33 #10 49.04 Selecting previously unselected package libarchive13:armhf.
12:00:33 #12 5.067 The following additional packages will be installed:
12:00:33 #12 5.067   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
12:00:33 #12 5.067   g++-8 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
12:00:33 #12 5.067   libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7 libpcre16-3 libpcre3-dev
12:00:33 #12 5.068   libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev libselinux1-dev
12:00:33 #12 5.068   libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:33 #12 5.069 Suggested packages:
12:00:33 #12 5.069   cmake-doc ninja-build apparmor-easyprof gcc-8-doc libstdc++6-8-dbg lrzip
12:00:33 #12 5.069   libtool-doc seccomp libstdc++-8-doc
12:00:33 #11 59.79 Setting up liblinux-epoll-perl (0.017-1) ...
12:00:33 #11 59.81 Setting up libvariable-magic-perl (0.62-1build2) ...
12:00:33 #11 59.83 Setting up python3-idna (2.8-1) ...
12:00:33 #11 60.06 Setting up libio-html-perl (1.001-1) ...
12:00:33 #11 60.09 Setting up libcroco3:armhf (0.6.13-1) ...
12:00:33 #11 60.14 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
12:00:33 #11 60.16 Setting up libtest-refcount-perl (0.10-1) ...
12:00:33 #11 60.19 Setting up libparams-util-perl (1.07-3build5) ...
12:00:33 #11 60.21 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
12:00:33 #11 60.22 Setting up autoconf (2.69-11.1) ...
12:00:33 #11 60.28 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:00:33 #11 60.47 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:33 #11 60.48 Setting up libarray-intspan-perl (2.003-1) ...
12:00:33 #11 60.49 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:33 #11 60.50 Setting up libtimedate-perl (2.3200-1) ...
12:00:33 #11 60.51 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:00:33 #11 60.52 Setting up libsub-name-perl (0.26-1) ...
12:00:33 #11 60.54 Setting up libtype-tiny-xs-perl (0.016-1) ...
12:00:33 #11 60.55 Setting up libfile-chdir-perl (0.1008-1) ...
12:00:33 #11 60.57 Setting up xauth (1:1.1-0ubuntu1) ...
12:00:33 #11 60.58 Setting up cpp (4:9.3.0-1ubuntu2) ...
12:00:33 #11 60.61 Setting up libpath-tiny-perl (0.108-1) ...
12:00:33 #11 60.63 Setting up libarchive-cpio-perl (0.10-1) ...
12:00:33 #11 60.64 Setting up libjson-perl (4.02000-2) ...
12:00:33 #10 48.89 Selecting previously unselected package libnet-http-perl.
12:00:33 #10 48.89 Preparing to unpack .../102-libnet-http-perl_6.22-1_all.deb ...
12:00:33 #10 48.90 Unpacking libnet-http-perl (6.22-1) ...
12:00:33 #10 48.94 Selecting previously unselected package liblwp-protocol-https-perl.
12:00:33 #10 48.94 Preparing to unpack .../103-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:00:33 #10 48.95 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:00:33 #10 48.99 Selecting previously unselected package libtry-tiny-perl.
12:00:33 #10 48.99 Preparing to unpack .../104-libtry-tiny-perl_0.31-2_all.deb ...
12:00:33 #10 49.01 Unpacking libtry-tiny-perl (0.31-2) ...
12:00:33 #10 49.04 Selecting previously unselected package libwww-robotrules-perl.
12:00:33 #10 49.05 Preparing to unpack .../105-libwww-robotrules-perl_6.02-1_all.deb ...
12:00:33 #10 49.05 Unpacking libwww-robotrules-perl (6.02-1) ...
12:00:33 #11 59.01 Setting up libltdl-dev:armhf (2.4.6-15build2) ...
12:00:33 #11 59.02 Setting up libjson-maybexs-perl (1.004003-1) ...
12:00:33 #11 59.03 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:00:33 #11 59.04 Setting up libio-string-perl (1.08-3.1) ...
12:00:33 #11 59.05 Setting up libreadonly-perl (2.050-3) ...
12:00:33 #11 59.06 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
12:00:33 #11 59.07 Setting up python3-chardet (4.0.0-1) ...
12:00:33 #10 75.68 Setting up libnumber-range-perl (0.12-1.1) ...
12:00:33 #10 75.69 Setting up libtask-weaken-perl (1.06-1) ...
12:00:33 #10 75.70 Setting up libunicode-utf8-perl (0.62-1+b2) ...
12:00:33 #10 75.72 Setting up libmouse-perl (2.5.10-1+b1) ...
12:00:33 #10 75.73 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
12:00:33 #10 75.75 Setting up g++-10 (10.2.1-6) ...
12:00:33 #10 75.76 Setting up libfile-listing-perl (6.14-1) ...
12:00:33 #10 75.77 Setting up libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
12:00:33 #10 75.78 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
12:00:33 #10 75.79 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:00:33 #10 75.81 Setting up libdata-messagepack-perl (1.00-4+b1) ...
12:00:33 #10 75.82 Setting up libclass-inspector-perl (1.36-1) ...
12:00:33 #10 75.83 Setting up libfont-afm-perl (1.20-3) ...
12:00:33 #10 75.84 Setting up libwant-perl (0.29-1+b6) ...
12:00:33 #10 75.86 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:00:33 #10 75.87 Setting up libtext-glob-perl (0.11-1) ...
12:00:33 #12 7.517 Preparing to unpack .../14-libsepol1-dev_3.1-1_arm64.deb ...
12:00:33 #12 7.522 Unpacking libsepol1-dev:arm64 (3.1-1) ...
12:00:33 #12 7.595 Selecting previously unselected package libpcre2-16-0:arm64.
12:00:33 #12 7.598 Preparing to unpack .../15-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
12:00:33 #12 7.603 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
12:00:33 #12 7.659 Selecting previously unselected package libpcre2-32-0:arm64.
12:00:33 #12 7.662 Preparing to unpack .../16-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
12:00:33 #12 7.666 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
12:00:33 #12 7.718 Selecting previously unselected package libpcre2-posix2:arm64.
12:00:33 #12 7.721 Preparing to unpack .../17-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
12:00:33 #12 7.726 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
12:00:33 #12 7.764 Selecting previously unselected package libpcre2-dev:arm64.
12:00:33 #12 7.767 Preparing to unpack .../18-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
12:00:33 #12 7.776 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
12:00:33 #12 7.877 Selecting previously unselected package libselinux1-dev:arm64.
12:00:33 #14 34.44 Package bash-4.4.20-4.el8_6.aarch64 is already installed.
12:00:33 #14 34.50 Dependencies resolved.
12:00:33 #14 34.50 Nothing to do.
12:00:33 #14 34.50 Complete!
12:00:33 #10 55.67 Preparing to unpack .../387-python3-unidiff_0.7.3-1_all.deb ...
12:00:33 #10 55.67 Unpacking python3-unidiff (0.7.3-1) ...
12:00:33 #10 55.72 Selecting previously unselected package shared-mime-info.
12:00:33 #10 55.72 Preparing to unpack .../388-shared-mime-info_2.2-1_armhf.deb ...
12:00:33 #10 55.72 Unpacking shared-mime-info (2.2-1) ...
12:00:33 #10 55.84 Selecting previously unselected package strace.
12:00:33 #10 55.84 Preparing to unpack .../389-strace_6.1-0.1_armhf.deb ...
12:00:33 #10 55.84 Unpacking strace (6.1-0.1) ...
12:00:33 #10 55.94 Selecting previously unselected package xauth.
12:00:33 #12 5.003 The following NEW packages will be installed:
12:00:33 #12 5.004   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:00:33 #12 5.004   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
12:00:33 #12 5.005   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
12:00:33 #12 5.005   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:00:33 #12 5.005   libuv1 pkg-config pkgconf pkgconf-bin procps
12:00:33 #12 5.007 The following packages will be upgraded:
12:00:33 #12 5.008   libsystemd0 libudev1
12:00:33 #12 3.937 The following NEW packages will be installed:
12:00:33 #12 3.937   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:00:33 #12 3.938   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
12:00:33 #12 3.938   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
12:00:33 #12 3.938   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:00:33 #12 3.939   libuv1 pkg-config procps
12:00:33 #12 4.210 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
12:00:33 #12 4.210 1 not fully installed or removed.
12:00:33 #12 4.210 Need to get 8859 kB of archives.
12:00:33 #12 4.210 After this operation, 38.2 MB of additional disk space will be used.
12:00:33 #12 4.210 Get:1 http://deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
12:00:33 #12 6.404 Get:19 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]
12:00:33 #12 6.405 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1~18.04.2 [77.0 kB]
12:00:33 #12 6.408 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsystemd-dev armhf 237-3ubuntu10.56 [184 kB]
12:00:33 #12 6.413 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf pkg-config armhf 0.29.1-0ubuntu2 [42.0 kB]
12:00:33 #12 6.556 debconf: delaying package configuration, since apt-utils is not installed
12:00:33 #12 6.592 Fetched 6406 kB in 1s (4792 kB/s)
12:00:33 #12 22.44 Package bash-5.2.9-3.fc37.aarch64 is already installed.
12:00:33 #10 63.30 Setting up libgnutls-dane0:armhf (3.6.7-4+deb10u9) ...
12:00:33 #10 49.05 Preparing to unpack .../166-libarchive13_3.4.3-2+deb11u1_armhf.deb ...
12:00:33 #10 49.05 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ...
12:00:33 #10 49.11 Selecting previously unselected package libarray-intspan-perl.
12:00:33 #10 49.12 Preparing to unpack .../167-libarray-intspan-perl_2.004-1_all.deb ...
12:00:33 #10 49.24 Unpacking libarray-intspan-perl (2.004-1) ...
12:00:33 #10 49.27 Selecting previously unselected package libauthen-sasl-perl.
12:00:33 #10 49.27 Preparing to unpack .../168-libauthen-sasl-perl_2.1600-1.1_all.deb ...
12:00:33 #10 49.28 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
12:00:33 #10 49.33 Selecting previously unselected package libmodule-implementation-perl.
12:00:33 #12 5.363 The following NEW packages will be installed:
12:00:33 #12 5.363   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
12:00:33 #12 5.364   g++-8 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
12:00:33 #12 5.364   libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7 libpcre16-3 libpcre3-dev
12:00:33 #12 5.364   libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev libselinux1-dev
12:00:33 #12 5.365   libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:33 #11 60.65 Setting up libsub-override-perl (0.09-2) ...
12:00:33 #11 60.66 Setting up python3-unidiff (0.5.5-2) ...
12:00:33 #11 60.82 Setting up libstrictures-perl (2.000006-1) ...
12:00:33 #11 60.83 Setting up libsub-quote-perl (2.006006-1) ...
12:00:33 #11 60.87 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
12:00:33 #11 60.88 Setting up libsort-versions-perl (1.62-1) ...
12:00:33 #11 60.90 Setting up libexporter-tiny-perl (1.002001-1) ...
12:00:33 #10 49.09 Selecting previously unselected package libwww-perl.
12:00:33 #10 49.09 Preparing to unpack .../106-libwww-perl_6.67-1_all.deb ...
12:00:33 #10 49.10 Unpacking libwww-perl (6.67-1) ...
12:00:33 #10 49.15 Selecting previously unselected package patchutils.
12:00:33 #10 49.16 Preparing to unpack .../107-patchutils_0.4.2-1_armhf.deb ...
12:00:33 #10 49.16 Unpacking patchutils (0.4.2-1) ...
12:00:33 #10 49.21 Selecting previously unselected package wdiff.
12:00:33 #10 49.21 Preparing to unpack .../108-wdiff_1.2.2-4_armhf.deb ...
12:00:33 #10 49.22 Unpacking wdiff (1.2.2-4) ...
12:00:33 #10 49.29 Selecting previously unselected package devscripts.
12:00:33 #10 49.30 Preparing to unpack .../109-devscripts_2.22.2_armhf.deb ...
12:00:33 #11 59.37 Setting up libstring-copyright-perl (0.003012-1) ...
12:00:33 #11 59.38 Setting up python3-debian (0.1.43ubuntu1) ...
12:00:33 #11 59.57 Setting up python3-requests (2.25.1+dfsg-2) ...
12:00:33 #10 75.88 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:00:33 #10 75.89 Setting up liblist-compare-perl (0.55-1) ...
12:00:33 #10 75.90 Setting up libref-util-xs-perl (0.117-1+b3) ...
12:00:33 #10 75.94 Setting up libio-pty-perl (1:1.15-2) ...
12:00:33 #10 75.96 Setting up libtool (2.4.6-15) ...
12:00:33 #10 75.97 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
12:00:33 #10 75.98 Setting up libsort-key-perl (1.33-2+b3) ...
12:00:33 #10 75.99 Setting up libclone-perl (0.45-1+b1) ...
12:00:33 #10 76.00 Setting up libalgorithm-diff-perl (1.201-1) ...
12:00:33 #10 76.01 Setting up libarchive-zip-perl (1.68-1) ...
12:00:33 #10 76.03 Setting up libsub-identify-perl (0.14-1+b3) ...
12:00:33 #10 76.04 Setting up libdistro-info-perl (1.0) ...
12:00:33 #10 76.05 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
12:00:33 #10 76.06 Setting up libobject-id-perl (0.1.2-2.1) ...
12:00:33 #10 76.07 Setting up libio-stringy-perl (2.111-3) ...
12:00:33 #10 76.08 Setting up liblist-moreutils-perl (0.430-2) ...
12:00:33 #10 76.10 Setting up libhtml-tagset-perl (3.20-4) ...
12:00:33 #10 76.11 Setting up liblog-any-perl (1.709-1) ...
12:00:33 #10 76.12 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:00:33 #10 76.13 Setting up libdevel-size-perl (0.83-1+b2) ...
12:00:33 #10 76.14 Setting up libdebhelper-perl (13.3.4) ...
12:00:33 #10 76.16 Setting up libpod-constants-perl (0.19-2) ...
12:00:33 #10 76.17 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
12:00:33 #10 76.19 Setting up libconvert-binhex-perl (1.125-1) ...
12:00:33 #12 7.880 Preparing to unpack .../19-libselinux1-dev_3.1-3_arm64.deb ...
12:00:33 #12 7.890 Unpacking libselinux1-dev:arm64 (3.1-3) ...
12:00:33 #12 7.967 Selecting previously unselected package libdevmapper-dev:arm64.
12:00:33 #12 7.970 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
12:00:33 #12 7.976 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
12:00:33 #12 8.027 Selecting previously unselected package libseccomp-dev:arm64.
12:00:33 #14 DONE 35.1s
12:00:33 #12 1.210 Reading package lists...
12:00:33 #12 2.605 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?)
12:00:33 #12 2.924 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:33 #12 2.924 dpkg-buildpackage: info: source version 1.0
12:00:33 #12 2.924 dpkg-buildpackage: info: source distribution unstable
12:00:33 #12 2.924 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:33 #12 2.963 dpkg-buildpackage: info: host architecture armhf
12:00:33 #10 55.94 Preparing to unpack .../390-xauth_1%3a1.1.2-1_armhf.deb ...
12:00:33 #10 55.94 Unpacking xauth (1:1.1.2-1) ...
12:00:33 #10 55.99 Selecting previously unselected package xdg-user-dirs.
12:00:33 #10 55.99 Preparing to unpack .../391-xdg-user-dirs_0.18-1_armhf.deb ...
12:00:33 #10 56.00 Unpacking xdg-user-dirs (0.18-1) ...
12:00:33 #10 56.05 Selecting previously unselected package zstd.
12:00:33 #10 56.06 Preparing to unpack .../392-zstd_1.5.2+dfsg2-3_armhf.deb ...
12:00:33 #10 56.06 Unpacking zstd (1.5.2+dfsg2-3) ...
12:00:33 #10 56.15 Setting up liblz1:armhf (1.13-5) ...
12:00:33 #10 56.17 Setting up libksba8:armhf (1.6.3-2) ...
12:00:33 #10 56.18 Setting up media-types (8.0.0) ...
12:00:33 #10 56.20 Setting up libpipeline1:armhf (1.5.7-1) ...
12:00:33 #10 56.22 Setting up plzip (1.10-5) ...
12:00:33 #10 56.23 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip (lzip) in auto mode
12:00:33 #10 56.23 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:00:33 #10 56.24 update-alternatives: using /usr/bin/lzip.plzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:00:33 #10 56.25 Setting up wdiff (1.2.2-4) ...
12:00:33 #10 56.26 Setting up libaom3:armhf (3.5.0-1) ...
12:00:33 #12 5.276 2 upgraded, 26 newly installed, 0 to remove and 5 not upgraded.
12:00:33 #12 5.276 1 not fully installed or removed.
12:00:33 #12 5.276 Need to get 15.2 MB of archives.
12:00:33 #12 5.276 After this operation, 54.4 MB of additional disk space will be used.
12:00:33 #12 5.276 Get:1 http://deb.debian.org/debian bookworm/main amd64 bash-completion all 1:2.11-6 [234 kB]
12:00:33 #12 5.281 Get:2 http://deb.debian.org/debian bookworm/main amd64 libjsoncpp25 amd64 1.9.5-4 [78.6 kB]
12:00:33 #12 5.283 Get:3 http://deb.debian.org/debian bookworm/main amd64 librhash0 amd64 1.4.3-3 [134 kB]
12:00:33 #12 5.284 Get:4 http://deb.debian.org/debian bookworm/main amd64 libuv1 amd64 1.44.2-1 [140 kB]
12:00:33 #12 5.286 Get:5 http://deb.debian.org/debian bookworm/main amd64 cmake-data all 3.25.1-1 [2026 kB]
12:00:33 #12 5.301 Get:6 http://deb.debian.org/debian bookworm/main amd64 libsystemd0 amd64 252.5-2 [329 kB]
12:00:33 #12 5.304 Get:7 http://deb.debian.org/debian bookworm/main amd64 libproc2-0 amd64 2:4.0.2-3 [62.8 kB]
12:00:33 #12 5.304 Get:8 http://deb.debian.org/debian bookworm/main amd64 procps amd64 2:4.0.2-3 [709 kB]
12:00:33 #12 5.310 Get:9 http://deb.debian.org/debian bookworm/main amd64 cmake amd64 3.25.1-1 [8692 kB]
12:00:33 #12 5.378 Get:10 http://deb.debian.org/debian bookworm/main amd64 dh-apparmor all 3.0.8-2 [16.7 kB]
12:00:34 #12 4.215 Get:2 http://deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
12:00:34 #12 4.231 Get:3 http://deb.debian.org/debian buster/main amd64 libprocps7 amd64 2:3.3.15-2 [61.7 kB]
12:00:34 #12 4.232 Get:4 http://deb.debian.org/debian buster/main amd64 procps amd64 2:3.3.15-2 [259 kB]
12:00:34 #12 4.235 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 libarchive13 amd64 3.3.3-4+deb10u3 [314 kB]
12:00:34 #12 4.239 Get:6 http://deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
12:00:34 #12 4.240 Get:7 http://deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
12:00:34 #12 4.242 Get:8 http://deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB]
12:00:34 #12 4.243 Get:9 http://deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
12:00:34 #12 4.283 Get:10 http://deb.debian.org/debian buster/main amd64 dh-apparmor all 2.13.2-10 [70.1 kB]
12:00:34 #12 4.284 Get:11 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
12:00:34 #12 4.286 Get:12 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
12:00:34 #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]
12:00:34 #12 4.288 Get:14 http://deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB]
12:00:34 #12 4.290 Get:15 http://deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
12:00:34 #12 4.293 Get:16 http://deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
12:00:34 #12 4.296 Get:17 http://deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
12:00:34 #12 4.299 Get:18 http://deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
12:00:34 #12 4.301 Get:19 http://deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
12:00:34 #12 4.307 Get:20 http://deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
12:00:34 #12 4.309 Get:21 http://deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
12:00:34 #12 4.310 Get:22 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
12:00:34 #12 4.311 Get:23 http://deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB]
12:00:34 #12 4.314 Get:24 http://deb.debian.org/debian buster/main amd64 pkg-config amd64 0.29-6 [63.5 kB]
12:00:34 #12 4.457 debconf: delaying package configuration, since apt-utils is not installed
12:00:34 #12 6.623 Selecting previously unselected package bash-completion.
12:00:34 #12 6.623 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
12:00:34 #12 6.634 Preparing to unpack .../00-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
12:00:34 #12 22.52 Dependencies resolved.
12:00:34 #12 22.53 Nothing to do.
12:00:34 #12 22.53 Complete!
12:00:34 #10 63.32 Setting up libpython2.7:armhf (2.7.16-2+deb10u1) ...
12:00:34 #10 63.33 Setting up gettext (0.19.8.1-9) ...
12:00:34 #10 63.34 Setting up exim4-base (4.92-8+deb10u7) ...
12:00:34 #10 63.45 exim: DB upgrade, deleting hints-db
12:00:34 #10 63.49 Setting up gcc-8 (8.3.0-6) ...
12:00:34 #10 63.50 Setting up gpg-agent (2.2.12-1+deb10u2) ...
12:00:34 #10 63.52 Setting up libtool (2.4.6-9) ...
12:00:34 #10 63.54 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
12:00:34 #10 49.33 Preparing to unpack .../169-libmodule-implementation-perl_0.09-1.1_all.deb ...
12:00:34 #10 49.33 Unpacking libmodule-implementation-perl (0.09-1.1) ...
12:00:34 #10 49.36 Selecting previously unselected package libsub-exporter-progressive-perl.
12:00:34 #10 49.37 Preparing to unpack .../170-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:00:34 #10 49.37 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:00:34 #10 49.40 Selecting previously unselected package libvariable-magic-perl.
12:00:34 #10 49.41 Preparing to unpack .../171-libvariable-magic-perl_0.62-1+b3_armhf.deb ...
12:00:34 #10 49.41 Unpacking libvariable-magic-perl (0.62-1+b3) ...
12:00:34 #10 49.44 Selecting previously unselected package libb-hooks-endofscope-perl.
12:00:34 #10 49.44 Preparing to unpack .../172-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
12:00:34 #10 49.45 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
12:00:34 #10 49.49 Selecting previously unselected package libpng16-16:armhf.
12:00:34 #10 49.50 Preparing to unpack .../173-libpng16-16_1.6.37-3_armhf.deb ...
12:00:34 #10 49.50 Unpacking libpng16-16:armhf (1.6.37-3) ...
12:00:34 #10 49.56 Selecting previously unselected package libfreetype6:armhf.
12:00:34 #11 60.91 Setting up libre-engine-re2-perl (0.13-5) ...
12:00:34 #11 60.93 Setting up libterm-readkey-perl (2.38-1build1) ...
12:00:34 #11 60.95 Setting up lsb-release (11.1.0ubuntu2) ...
12:00:34 #11 60.96 Setting up libnet-ip-perl (1.26-2) ...
12:00:34 #11 60.97 Setting up python3-magic (2:0.4.15-3) ...
12:00:34 #10 49.32 Unpacking devscripts (2.22.2) ...
12:00:34 #10 49.44 Selecting previously unselected package equivs.
12:00:34 #10 49.45 Preparing to unpack .../110-equivs_2.3.1_all.deb ...
12:00:34 #10 49.45 Unpacking equivs (2.3.1) ...
12:00:34 #10 49.49 Selecting previously unselected package libcurl3-gnutls:armhf.
12:00:34 #10 49.50 Preparing to unpack .../111-libcurl3-gnutls_7.87.0-2_armhf.deb ...
12:00:34 #10 49.51 Unpacking libcurl3-gnutls:armhf (7.87.0-2) ...
12:00:34 #11 59.73 Setting up libdata-optlist-perl (0.112-1) ...
12:00:34 #11 59.74 Setting up libipc-run-perl (20200505.0-1) ...
12:00:34 #11 59.76 Setting up git (1:2.34.1-1ubuntu1.6) ...
12:00:34 #11 59.78 Setting up libtext-xslate-perl:armhf (3.5.9-1build1) ...
12:00:34 #11 59.79 Setting up libcontextual-return-perl (0.004014-2) ...
12:00:34 #11 59.80 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:34 #11 59.81 Setting up libtypes-serialiser-perl (1.01-1) ...
12:00:34 #11 59.83 Setting up g++ (4:11.2.0-1ubuntu1) ...
12:00:34 #10 76.21 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:00:34 #10 76.22 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:00:34 #10 76.23 Setting up libtry-tiny-perl (0.30-1) ...
12:00:34 #10 76.24 Setting up libtype-tiny-perl (1.012001-2) ...
12:00:34 #10 76.26 Setting up libcommon-sense-perl (3.75-1+b4) ...
12:00:34 #10 76.27 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:00:34 #10 76.29 Setting up libnet-http-perl (6.20-1) ...
12:00:34 #10 76.30 Setting up libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
12:00:34 #10 76.32 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:00:34 #10 76.33 Setting up libtime-moment-perl (0.44-1+b3) ...
12:00:34 #10 76.35 Setting up libencode-locale-perl (1.05-1.1) ...
12:00:34 #10 76.36 Setting up python3 (3.9.2-3) ...
12:00:34 #12 8.030 Preparing to unpack .../21-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
12:00:34 #12 8.039 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
12:00:34 #12 8.089 Selecting previously unselected package libsystemd-dev:arm64.
12:00:34 #12 8.092 Preparing to unpack .../22-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
12:00:34 #12 8.097 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
12:00:34 #12 8.211 Selecting previously unselected package pkg-config.
12:00:34 #12 8.215 Preparing to unpack .../23-pkg-config_0.29.2-1_arm64.deb ...
12:00:34 #12 8.220 Unpacking pkg-config (0.29.2-1) ...
12:00:34 #12 8.273 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
12:00:34 #12 8.287 Setting up libsepol1-dev:arm64 (3.1-1) ...
12:00:34 
12:00:34 #15 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
12:00:34 #12 2.963  dpkg-source --before-build .
12:00:34 #12 3.081  debian/rules clean
12:00:34 #12 3.083 dh clean
12:00:34 #12 3.170    dh_clean
12:00:34 #12 3.207  debian/rules binary
12:00:34 #10 56.27 Setting up libabsl20220623:armhf (20220623.1-1) ...
12:00:34 #10 56.28 Setting up libxau6:armhf (1:1.0.9-1) ...
12:00:34 #10 56.29 Setting up libre2-9:armhf (20220601+dfsg-1+b1) ...
12:00:34 #10 56.31 Setting up libkeyutils1:armhf (1.6.3-2) ...
12:00:34 #10 56.32 Setting up libpsl5:armhf (0.21.0-1.2) ...
12:00:34 #10 56.33 Setting up libgpm2:armhf (1.20.7-10+b1) ...
12:00:34 #10 56.34 Setting up libicu72:armhf (72.1-3) ...
12:00:34 #10 56.35 Setting up liblerc4:armhf (4.0.0+ds-2) ...
12:00:34 #10 56.36 Setting up bsdextrautils (2.38.1-4) ...
12:00:34 #10 56.38 Setting up libfcgi0ldbl:armhf (2.4.2-2) ...
12:00:34 #10 56.39 Setting up libtext-glob-perl (0.11-3) ...
12:00:34 #10 56.40 Setting up xdg-user-dirs (0.18-1) ...
12:00:34 #10 56.44 Setting up libmagic-mgc (1:5.44-3) ...
12:00:34 #10 56.45 Setting up libyaml-0-2:armhf (0.2.5-1) ...
12:00:34 #10 56.46 Setting up libglib2.0-0:armhf (2.74.5-1) ...
12:00:34 #10 56.47 No schema files found: doing nothing.
12:00:34 #12 4.490 Fetched 8859 kB in 0s (24.4 MB/s)
12:00:34 #12 4.525 Selecting previously unselected package bash-completion.
12:00:34 #12 4.525 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 27799 files and directories currently installed.)
12:00:34 #12 4.543 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
12:00:34 #12 7.121 Unpacking bash-completion (1:2.8-1ubuntu1) ...
12:00:34 #12 DONE 22.7s
12:00:34 
12:00:34 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:00:34 #12 5.379 Get:11 http://deb.debian.org/debian bookworm/main amd64 libudev1 amd64 252.5-2 [107 kB]
12:00:34 #12 5.380 Get:12 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB]
12:00:34 #12 5.381 Get:13 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB]
12:00:34 #12 5.382 Get:14 http://deb.debian.org/debian bookworm/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.185-2 [12.9 kB]
12:00:34 #12 5.384 Get:15 http://deb.debian.org/debian bookworm/main amd64 libudev-dev amd64 252.5-2 [51.5 kB]
12:00:34 #12 5.384 Get:16 http://deb.debian.org/debian bookworm/main amd64 libsepol-dev amd64 3.4-2 [353 kB]
12:00:34 #12 5.387 Get:17 http://deb.debian.org/debian bookworm/main amd64 libpcre2-16-0 amd64 10.42-1 [245 kB]
12:00:34 #12 5.389 Get:18 http://deb.debian.org/debian bookworm/main amd64 libpcre2-32-0 amd64 10.42-1 [234 kB]
12:00:34 #12 5.391 Get:19 http://deb.debian.org/debian bookworm/main amd64 libpcre2-posix3 amd64 10.42-1 [55.4 kB]
12:00:34 #12 5.392 Get:20 http://deb.debian.org/debian bookworm/main amd64 libpcre2-dev amd64 10.42-1 [753 kB]
12:00:34 #12 5.398 Get:21 http://deb.debian.org/debian bookworm/main amd64 libselinux1-dev amd64 3.4-1+b5 [157 kB]
12:00:34 #12 5.399 Get:22 http://deb.debian.org/debian bookworm/main amd64 libdevmapper-dev amd64 2:1.02.185-2 [42.0 kB]
12:00:34 #12 5.400 Get:23 http://deb.debian.org/debian bookworm/main amd64 libseccomp-dev amd64 2.5.4-1+b3 [89.7 kB]
12:00:34 #12 5.400 Get:24 http://deb.debian.org/debian bookworm/main amd64 libsystemd-dev amd64 252.5-2 [351 kB]
12:00:34 #12 5.403 Get:25 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
12:00:34 #12 5.403 Get:26 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
12:00:34 #12 5.404 Get:27 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
12:00:34 #12 5.404 Get:28 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
12:00:34 #12 5.560 debconf: delaying package configuration, since apt-utils is not installed
12:00:34 #12 5.594 Fetched 15.2 MB in 0s (38.8 MB/s)
12:00:34 #12 5.624 Selecting previously unselected package bash-completion.
12:00:34 #12 5.624 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29833 files and directories currently installed.)
12:00:34 #12 5.643 Preparing to unpack .../0-bash-completion_1%3a2.11-6_all.deb ...
12:00:34 #12 5.656 Unpacking bash-completion (1:2.11-6) ...
12:00:34 #12 5.780 Selecting previously unselected package libjsoncpp25:amd64.
12:00:34 #10 63.63 Setting up gpgsm (2.2.12-1+deb10u2) ...
12:00:34 #10 63.64 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
12:00:34 #10 63.66 Setting up libxext6:armhf (2:1.3.3-1+b2) ...
12:00:34 #10 63.68 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
12:00:34 #10 63.69 Setting up python3 (3.7.3-1) ...
12:00:34 #10 49.56 Preparing to unpack .../174-libfreetype6_2.10.4+dfsg-1+deb11u1_armhf.deb ...
12:00:34 #10 49.57 Unpacking libfreetype6:armhf (2.10.4+dfsg-1+deb11u1) ...
12:00:34 #10 49.65 Selecting previously unselected package libfontconfig1:armhf.
12:00:34 #10 49.65 Preparing to unpack .../175-libfontconfig1_2.13.1-4.2_armhf.deb ...
12:00:34 #10 49.66 Unpacking libfontconfig1:armhf (2.13.1-4.2) ...
12:00:34 #10 49.70 Selecting previously unselected package libjpeg62-turbo:armhf.
12:00:34 #10 49.70 Preparing to unpack .../176-libjpeg62-turbo_1%3a2.0.6-4_armhf.deb ...
12:00:34 #10 49.71 Unpacking libjpeg62-turbo:armhf (1:2.0.6-4) ...
12:00:34 #10 49.76 Selecting previously unselected package libdeflate0:armhf.
12:00:34 #10 49.76 Preparing to unpack .../177-libdeflate0_1.7-1_armhf.deb ...
12:00:34 #10 49.77 Unpacking libdeflate0:armhf (1.7-1) ...
12:00:34 #10 49.81 Selecting previously unselected package libjbig0:armhf.
12:00:34 #10 49.57 Selecting previously unselected package liberror-perl.
12:00:34 #10 49.58 Preparing to unpack .../112-liberror-perl_0.17029-2_all.deb ...
12:00:34 #10 49.58 Unpacking liberror-perl (0.17029-2) ...
12:00:34 #10 49.63 Selecting previously unselected package git-man.
12:00:34 #10 49.63 Preparing to unpack .../113-git-man_1%3a2.39.1-0.1_all.deb ...
12:00:34 #10 49.63 Unpacking git-man (1:2.39.1-0.1) ...
12:00:34 #10 49.78 Selecting previously unselected package git.
12:00:34 #10 49.79 Preparing to unpack .../114-git_1%3a2.39.1-0.1_armhf.deb ...
12:00:34 #10 49.81 Unpacking git (1:2.39.1-0.1) ...
12:00:34 #11 61.12 Setting up libperlio-gzip-perl (0.19-1build5) ...
12:00:34 #11 61.14 Setting up libsys-hostname-long-perl (1.5-1) ...
12:00:34 #11 61.15 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
12:00:34 #11 61.17 Setting up liburi-perl (1.76-2) ...
12:00:34 #11 61.18 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:00:34 #11 61.20 Setting up libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:34 #11 61.21 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
12:00:34 #11 61.23 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:00:34 #11 59.85 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:34 #11 59.86 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:00:34 #11 59.86 Setting up libhtml-parser-perl:armhf (3.76-1build2) ...
12:00:34 #11 59.88 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:34 #11 59.90 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:00:34 #11 59.91 Setting up librole-tiny-perl (2.002004-1) ...
12:00:34 #11 59.93 Setting up gnupg (2.2.27-3ubuntu2.1) ...
12:00:34 #11 59.95 Setting up build-essential (12.9ubuntu3) ...
12:00:34 #11 59.97 Setting up libfont-ttf-perl (1.06-1.1) ...
12:00:34 #11 59.98 Setting up libfile-homedir-perl (1.006-1) ...
12:00:34 #11 60.00 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
12:00:34 #11 60.01 Setting up libio-socket-ssl-perl (2.074-2) ...
12:00:34 #11 60.02 Setting up libsub-exporter-perl (0.988-1) ...
12:00:34 #11 60.03 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:34 #12 5.811 0 upgraded, 28 newly installed, 0 to remove and 7 not upgraded.
12:00:34 #12 5.811 1 not fully installed or removed.
12:00:34 #12 5.811 Need to get 17.0 MB of archives.
12:00:34 #12 5.811 After this operation, 70.8 MB of additional disk space will be used.
12:00:34 #12 5.811 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libstdc++-8-dev armhf 8.3.0-6+rpi1 [1545 kB]
12:00:34 #12 5.966 Get:2 http://archive.raspberrypi.org/debian buster/main armhf cmake-data all 3.16.3-3~bpo10+1 [1628 kB]
12:00:34 #10 76.68 Setting up libexception-class-perl (1.44-1) ...
12:00:34 #10 76.70 Setting up python3-xdg (0.27-2) ...
12:00:34 #12 8.301 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
12:00:34 #12 8.313 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
12:00:34 #12 8.325 Setting up libuv1:arm64 (1.40.0-2) ...
12:00:34 #12 8.338 Setting up bash-completion (1:2.11-2) ...
12:00:34 #12 9.835   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          66/99 
12:00:34 #12 19.48   Installing       : python3-policycoreutils-3.3-4.fc36.noarch            67/99 
12:00:34 #12 19.49   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch       68/99 
12:00:34 #12 19.50   Installing       : policycoreutils-devel-3.3-4.fc36.aarch64             69/99 
12:00:34 #12 19.60   Installing       : selinux-policy-devel-36.17-1.fc36.noarch             70/99 
12:00:34 #12 19.61   Running scriptlet: selinux-policy-devel-36.17-1.fc36.noarch             70/99 
12:00:34 #12 19.62   Installing       : libedit-3.1-41.20210910cvs.fc36.aarch64              71/99 
12:00:34 #12 19.63   Installing       : libcbor-0.7.0-5.fc36.aarch64                         72/99 
12:00:34 #12 19.64   Installing       : libfido2-1.10.0-5.fc36.aarch64                       73/99 
12:00:34 #12 19.66   Installing       : openssh-clients-8.8p1-1.fc36.1.aarch64               74/99 
12:00:34 #12 19.66   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.aarch64               74/99 
12:00:34 #12 19.75   Installing       : git-core-2.39.1-1.fc36.aarch64                       75/99 
12:00:34 #12 19.80   Installing       : git-core-doc-2.39.1-1.fc36.noarch                    76/99 
12:00:34 #12 19.81   Installing       : perl-Git-2.39.1-1.fc36.noarch                        77/99 
12:00:34 #12 19.82   Installing       : git-2.39.1-1.fc36.aarch64                            78/99 
12:00:34 #12 19.82   Installing       : kmod-libs-29-7.fc36.aarch64                          79/99 
12:00:34 #12 19.83   Installing       : device-mapper-libs-1.02.175-7.fc36.aarch64           80/99 
12:00:34 #12 19.84   Installing       : cryptsetup-libs-2.4.3-2.fc36.aarch64                 81/99 
12:00:34 #12 19.85   Installing       : device-mapper-1.02.175-7.fc36.aarch64                82/99 
12:00:34 #12 19.87   Installing       : systemd-networkd-250.9-1.fc36.aarch64                83/99 
12:00:34 #12 19.88   Running scriptlet: systemd-networkd-250.9-1.fc36.aarch64                83/99 
12:00:34 #12 19.90   Installing       : systemd-pam-250.9-1.fc36.aarch64                     84/99 
12:00:34 #12 19.91   Installing       : systemd-resolved-250.9-1.fc36.aarch64                85/99 
12:00:34 #10 56.47 Setting up distro-info-data (0.56) ...
12:00:34 #10 56.48 Setting up manpages (6.02-1) ...
12:00:34 #10 56.50 Setting up libtirpc-common (1.3.3+ds-1) ...
12:00:34 #10 56.51 Setting up unzip (6.0-27) ...
12:00:34 #10 56.53 Setting up libcbor0.8:armhf (0.8.0-2+b1) ...
12:00:34 #10 56.54 Setting up libbrotli1:armhf (1.0.9-2+b6) ...
12:00:34 #10 56.55 Setting up libsqlite3-0:armhf (3.40.1-1) ...
12:00:34 #10 56.56 Setting up libsasl2-modules:armhf (2.1.28+dfsg-10) ...
12:00:34 #10 56.57 Setting up libfcgi-bin (2.4.2-2) ...
12:00:34 #10 56.58 Setting up binutils-common:armhf (2.40-2) ...
12:00:34 #10 56.60 Setting up libnghttp2-14:armhf (1.51.0-1) ...
12:00:34 #10 56.60 Setting up libmagic1:armhf (1:5.44-3) ...
12:00:34 #10 56.63 Setting up libdeflate0:armhf (1.14-1) ...
12:00:34 #10 56.64 Setting up less (590-1.1) ...
12:00:34 #10 56.66 Setting up perl-openssl-defaults:armhf (7+b1) ...
12:00:34 #10 56.68 Setting up linux-libc-dev:armhf (6.1.8-1) ...
12:00:34 #10 56.69 Setting up libctf-nobfd0:armhf (2.40-2) ...
12:00:34 #10 56.70 Setting up gettext-base (0.21-11) ...
12:00:34 #10 56.71 Setting up m4 (1.4.19-2) ...
12:00:34 #10 56.72 Setting up liblzo2-2:armhf (2.10-2) ...
12:00:34 #10 56.73 Setting up libnpth0:armhf (1.6-3) ...
12:00:34 #10 56.74 Setting up krb5-locales (1.20.1-1) ...
12:00:34 #10 56.75 Setting up file (1:5.44-3) ...
12:00:34 #10 56.76 Setting up libossp-uuid16:armhf (1.6.2-1.5+b11) ...
12:00:34 #10 56.77 Setting up libsvtav1enc1:armhf (1.4.1+dfsg-1) ...
12:00:34 #10 56.78 Setting up libassuan0:armhf (2.5.5-5) ...
12:00:34 #12 3.208 dh binary
12:00:34 #12 3.292    dh_update_autotools_config
12:00:34 #12 3.324    dh_autoreconf
12:00:34 #12 3.371    create-stamp debian/debhelper-build-stamp
12:00:34 #12 3.371    dh_prep
12:00:34 #12 3.403    dh_install
12:00:34 #12 3.441    dh_installdocs
12:00:34 #11 57.18 Setting up libgssapi-krb5-2:armhf (1.20-1ubuntu0.1) ...
12:00:34 #11 57.19 Setting up libsystemd-shared:armhf (251.4-1ubuntu7) ...
12:00:34 #11 57.21 Setting up libgdbm-compat4:armhf (1.23-1) ...
12:00:34 #11 57.22 Setting up gir1.2-glib-2.0:armhf (1.74.0-2) ...
12:00:34 #11 57.24 Setting up libssh-4:armhf (0.9.6-2build1) ...
12:00:34 #11 57.25 Setting up dwz (0.14-1build2) ...
12:00:34 #11 57.29 Setting up groff-base (1.22.4-8build1) ...
12:00:34 #11 57.31 Setting up cpp (4:12.2.0-1ubuntu1) ...
12:00:34 #11 57.35 Setting up gpgconf (2.2.35-3ubuntu1) ...
12:00:34 #11 57.37 Setting up debugedit (1:5.0-5) ...
12:00:34 #11 57.39 Setting up libcurl4:armhf (7.85.0-1ubuntu0.2) ...
12:00:34 #12 7.231 Selecting previously unselected package cmake-data.
12:00:34 #12 7.233 Preparing to unpack .../01-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
12:00:34 #12 7.241 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
12:00:34 #12 5.784 Preparing to unpack .../1-libjsoncpp25_1.9.5-4_amd64.deb ...
12:00:34 #12 5.791 Unpacking libjsoncpp25:amd64 (1.9.5-4) ...
12:00:34 #12 5.835 Selecting previously unselected package librhash0:amd64.
12:00:34 #12 5.838 Preparing to unpack .../2-librhash0_1.4.3-3_amd64.deb ...
12:00:34 #12 5.843 Unpacking librhash0:amd64 (1.4.3-3) ...
12:00:34 #12 5.890 Selecting previously unselected package libuv1:amd64.
12:00:34 #10 63.96 Setting up python3-xdg (0.25-5) ...
12:00:34 #10 49.81 Preparing to unpack .../178-libjbig0_2.1-3.1+b2_armhf.deb ...
12:00:34 #10 49.81 Unpacking libjbig0:armhf (2.1-3.1+b2) ...
12:00:34 #10 49.85 Selecting previously unselected package libwebp6:armhf.
12:00:34 #10 49.86 Preparing to unpack .../179-libwebp6_0.6.1-2.1_armhf.deb ...
12:00:34 #10 49.86 Unpacking libwebp6:armhf (0.6.1-2.1) ...
12:00:34 #10 49.91 Selecting previously unselected package libtiff5:armhf.
12:00:34 #10 49.92 Preparing to unpack .../180-libtiff5_4.2.0-1+deb11u3_armhf.deb ...
12:00:34 #10 49.92 Unpacking libtiff5:armhf (4.2.0-1+deb11u3) ...
12:00:34 #10 49.97 Selecting previously unselected package libxau6:armhf.
12:00:34 #10 49.97 Preparing to unpack .../181-libxau6_1%3a1.0.9-1_armhf.deb ...
12:00:34 #10 49.98 Unpacking libxau6:armhf (1:1.0.9-1) ...
12:00:34 #10 50.01 Selecting previously unselected package libxdmcp6:armhf.
12:00:34 #10 50.01 Preparing to unpack .../182-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
12:00:34 #10 50.02 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
12:00:34 #11 61.44 Setting up automake (1:1.16.1-4ubuntu6) ...
12:00:34 #11 61.45 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:34 #11 61.45 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:00:34 #11 61.45 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:00:34 #11 61.46 Setting up libasync-mergepoint-perl (0.04-2) ...
12:00:34 #11 61.47 Setting up libstring-escape-perl (2010.002-2) ...
12:00:34 #11 61.48 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
12:00:34 #11 61.49 Setting up libhttp-date-perl (6.05-1) ...
12:00:34 #11 61.50 Setting up libfile-which-perl (1.23-1) ...
12:00:34 #11 61.52 Setting up libfile-basedir-perl (0.08-1) ...
12:00:34 #11 61.53 Setting up gettext (0.19.8.1-10build1) ...
12:00:34 #11 61.55 Setting up libnumber-range-perl (0.12-1) ...
12:00:34 #11 61.57 Setting up libunicode-utf8-perl (0.62-1build1) ...
12:00:34 #11 61.58 Setting up libstruct-dumb-perl (0.09-1) ...
12:00:34 #11 61.60 Setting up libfile-listing-perl (6.04-1) ...
12:00:34 #11 61.62 Setting up libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
12:00:34 #11 61.64 Setting up libregexp-pattern-perl (0.2.12-1) ...
12:00:34 #11 61.65 Setting up libfont-afm-perl (1.20-2) ...
12:00:34 #11 60.04 Setting up libhttp-message-perl (6.36-1) ...
12:00:34 #11 60.06 Setting up libdata-validate-ip-perl (0.30-1) ...
12:00:34 #11 60.07 Setting up libhtml-form-perl (6.07-1) ...
12:00:34 #11 60.08 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:00:34 #11 60.09 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
12:00:34 #11 60.11 Setting up libjson-xs-perl (4.030-1build3) ...
12:00:34 #11 60.12 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:34 #11 60.13 Setting up libio-prompter-perl (0.004015-1) ...
12:00:34 #11 60.15 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:00:34 #11 60.16 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:34 #11 60.17 Setting up po-debconf (1.0.21+nmu1) ...
12:00:34 #11 60.18 Setting up libhtml-tree-perl (5.07-2) ...
12:00:34 #11 60.19 Setting up libparams-classify-perl (0.015-1build5) ...
12:00:34 #11 60.23 Setting up libhtml-format-perl (2.12-1.1) ...
12:00:34 #11 60.24 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:00:34 #10 76.88 Setting up libconfig-tiny-perl (2.26-1) ...
12:00:34 #10 76.89 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
12:00:34 #10 76.91 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
12:00:34 #10 76.93 Setting up liblist-utilsby-perl (0.11-1) ...
12:00:34 #10 76.94 Setting up libstring-shellquote-perl (1.04-1) ...
12:00:34 #10 76.95 Setting up libsub-install-perl (0.928-1.1) ...
12:00:34 #12 19.91   Running scriptlet: systemd-resolved-250.9-1.fc36.aarch64                85/99 
12:00:34 #12 20.04   Installing       : systemd-250.9-1.fc36.aarch64                         86/99 
12:00:34 #12 20.06   Running scriptlet: systemd-250.9-1.fc36.aarch64                         86/99 
12:00:34 #12 20.22 Creating group 'input' with GID 104.
12:00:34 #12 20.22 Creating group 'kvm' with GID 36.
12:00:34 #12 20.22 Creating group 'render' with GID 105.
12:00:34 #12 20.22 Creating group 'sgx' with GID 106.
12:00:34 #12 20.22 Creating group 'systemd-journal' with GID 190.
12:00:34 #12 20.22 Creating group 'systemd-network' with GID 192.
12:00:34 #12 20.22 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:00:34 #12 20.22 Creating group 'systemd-oom' with GID 998.
12:00:34 #12 20.22 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
12:00:34 #12 20.22 Creating group 'systemd-resolve' with GID 193.
12:00:34 #12 20.22 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:00:34 #12 20.22 
12:00:34 #12 20.24   Installing       : systemd-devel-250.9-1.fc36.aarch64                   87/99 
12:00:34 #12 3.487    dh_installchangelogs
12:00:34 #12 3.581    dh_perl
12:00:34 #12 3.622    dh_link
12:00:34 #12 3.661    dh_strip_nondeterminism
12:00:34 #12 3.731    dh_compress
12:00:34 #10 56.80 Setting up libgomp1:armhf (12.2.0-14) ...
12:00:34 #10 56.81 Setting up bzip2 (1.0.8-5+b1) ...
12:00:34 #10 56.82 Setting up libldap-common (2.5.13+dfsg-3) ...
12:00:34 #10 56.84 Setting up pbzip2 (1.1.13-1) ...
12:00:34 #10 56.85 Setting up libjbig0:armhf (2.1-6.1) ...
12:00:34 #10 56.86 Setting up librav1e0:armhf (0.5.1-6) ...
12:00:34 #10 56.88 Setting up libfakeroot:armhf (1.29-1) ...
12:00:34 #10 56.89 Setting up libjansson4:armhf (2.14-2) ...
12:00:34 #10 56.90 Setting up libkrb5support0:armhf (1.20.1-1) ...
12:00:34 #10 56.91 Setting up libnumber-compare-perl (0.03-3) ...
12:00:34 #10 56.92 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-10) ...
12:00:34 #10 56.93 Setting up fakeroot (1.29-1) ...
12:00:34 #10 56.94 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:34 #10 56.95 Setting up perl-modules-5.36 (5.36.0-7) ...
12:00:34 #10 56.96 Setting up autotools-dev (20220109.1) ...
12:00:34 #10 56.97 Setting up libglib2.0-data (2.74.5-1) ...
12:00:34 #10 56.98 Setting up rpcsvc-proto (1.4.3-1) ...
12:00:34 #10 56.99 Setting up libjpeg62-turbo:armhf (1:2.1.2-1+b1) ...
12:00:34 #11 57.41 Setting up libx11-6:armhf (2:1.8.1-2) ...
12:00:34 #11 57.42 Setting up libcryptsetup12:armhf (2:2.5.0-2ubuntu1) ...
12:00:34 #11 57.46 Setting up libtiff5:armhf (4.4.0-4ubuntu3.2) ...
12:00:34 #11 57.48 Setting up curl (7.85.0-1ubuntu0.2) ...
12:00:34 #11 57.50 Setting up binutils-arm-linux-gnueabihf (2.39-3ubuntu1.1) ...
12:00:34 #11 57.52 Setting up libxmuu1:armhf (2:1.1.3-3) ...
12:00:34 #11 57.53 Setting up gpg (2.2.35-3ubuntu1) ...
12:00:34 #11 57.55 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
12:00:34 #11 57.58 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
12:00:34 #11 57.62 Setting up libperl5.34:armhf (5.34.0-5ubuntu1.1) ...
12:00:34 #12 7.532 Selecting previously unselected package liblzo2-2:armhf.
12:00:34 #12 7.535 Preparing to unpack .../02-liblzo2-2_2.08-1.2_armhf.deb ...
12:00:34 #12 7.540 Unpacking liblzo2-2:armhf (2.08-1.2) ...
12:00:34 #12 7.584 Selecting previously unselected package libarchive13:armhf.
12:00:34 #12 7.585 Preparing to unpack .../03-libarchive13_3.2.2-3.1ubuntu0.7_armhf.deb ...
12:00:34 #12 7.594 Unpacking libarchive13:armhf (3.2.2-3.1ubuntu0.7) ...
12:00:34 #12 7.648 Selecting previously unselected package libjsoncpp1:armhf.
12:00:34 #12 7.649 Preparing to unpack .../04-libjsoncpp1_1.7.4-3_armhf.deb ...
12:00:34 #12 7.655 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
12:00:34 #12 7.708 Selecting previously unselected package librhash0:armhf.
12:00:34 #12 5.893 Preparing to unpack .../3-libuv1_1.44.2-1_amd64.deb ...
12:00:34 #12 5.897 Unpacking libuv1:amd64 (1.44.2-1) ...
12:00:34 #12 5.952 Selecting previously unselected package cmake-data.
12:00:34 #12 5.955 Preparing to unpack .../4-cmake-data_3.25.1-1_all.deb ...
12:00:34 #12 5.962 Unpacking cmake-data (3.25.1-1) ...
12:00:34 #10 64.11 Setting up man-db (2.8.5-2) ...
12:00:34 #10 64.21 Building database of manual pages ...
12:00:34 #12 5.160 Unpacking bash-completion (1:2.8-6) ...
12:00:34 #10 50.05 Selecting previously unselected package libxcb1:armhf.
12:00:34 #10 50.06 Preparing to unpack .../183-libxcb1_1.14-3_armhf.deb ...
12:00:34 #10 50.06 Unpacking libxcb1:armhf (1.14-3) ...
12:00:34 #10 50.10 Selecting previously unselected package libx11-data.
12:00:34 #10 50.10 Preparing to unpack .../184-libx11-data_2%3a1.7.2-1_all.deb ...
12:00:34 #10 50.10 Unpacking libx11-data (2:1.7.2-1) ...
12:00:34 #10 50.18 Selecting previously unselected package libx11-6:armhf.
12:00:34 #10 50.18 Preparing to unpack .../185-libx11-6_2%3a1.7.2-1_armhf.deb ...
12:00:34 #10 50.19 Unpacking libx11-6:armhf (2:1.7.2-1) ...
12:00:34 #10 50.27 Selecting previously unselected package libxpm4:armhf.
12:00:34 #10 50.27 Preparing to unpack .../186-libxpm4_1%3a3.5.12-1_armhf.deb ...
12:00:34 #10 50.28 Unpacking libxpm4:armhf (1:3.5.12-1) ...
12:00:34 #10 50.32 Selecting previously unselected package libgd3:armhf.
12:00:34 #10 50.33 Preparing to unpack .../187-libgd3_2.3.0-2_armhf.deb ...
12:00:34 #10 50.33 Unpacking libgd3:armhf (2.3.0-2) ...
12:00:34 #10 50.37 Selecting previously unselected package libc-devtools.
12:00:34 #10 50.37 Preparing to unpack .../188-libc-devtools_2.31-13+deb11u5_armhf.deb ...
12:00:34 #10 50.37 Unpacking libc-devtools (2.31-13+deb11u5) ...
12:00:34 #11 61.67 Setting up libwant-perl (0.29-1build4) ...
12:00:34 #11 61.68 Setting up libdynaloader-functions-perl (0.003-1) ...
12:00:34 #11 61.69 Setting up libtext-glob-perl (0.10-1) ...
12:00:34 #11 61.71 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:00:34 #11 61.72 Setting up liblist-compare-perl (0.53-1) ...
12:00:34 #11 61.73 Setting up libref-util-xs-perl (0.117-1build2) ...
12:00:34 #11 61.74 Setting up libio-pty-perl (1:1.12-1) ...
12:00:34 #11 61.75 Setting up libtool (2.4.6-14) ...
12:00:34 #11 61.76 Setting up libfile-fcntllock-perl (0.22-3build4) ...
12:00:34 #11 61.77 Setting up libsort-key-perl (1.33-2build2) ...
12:00:34 #11 61.79 Setting up libclone-perl (0.43-2) ...
12:00:34 #11 61.80 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:00:34 #11 61.81 Setting up libarchive-zip-perl (1.67-2) ...
12:00:34 #11 61.82 Setting up libsub-identify-perl (0.14-1build2) ...
12:00:34 #11 61.83 Setting up libdistro-info-perl (0.23ubuntu1) ...
12:00:34 #11 61.84 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
12:00:34 #11 61.86 Setting up python3-apt (2.0.1) ...
12:00:34 #11 60.29 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:34 #11 60.36 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:34 #11 60.47 
12:00:34 #11 60.47 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:34 #10 76.96 Setting up gcc (4:10.2.1-1) ...
12:00:34 #10 77.00 Setting up dpkg-dev (1.20.12) ...
12:00:34 #10 77.02 Setting up libnumber-compare-perl (0.03-1.1) ...
12:00:34 #10 77.03 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:34 #10 77.04 Setting up liberror-perl (0.17029-1) ...
12:00:34 #10 77.06 Setting up python3-six (1.16.0-2) ...
12:00:34 #10 77.19 Setting up dh-autoreconf (20) ...
12:00:34 #12 20.25   Installing       : jsoncpp-1.9.5-2.fc36.aarch64                         88/99 
12:00:34 #12 6.390 Get:3 http://archive.raspbian.org/raspbian buster/main armhf g++-8 armhf 8.3.0-6+rpi1 [7464 kB]
12:00:34 #12 6.634 Get:4 http://archive.raspberrypi.org/debian buster/main armhf cmake armhf 3.16.3-3~bpo10+1 [2500 kB]
12:00:34 #12 9.072 Setting up libncurses6:arm64 (6.2+20201114-2) ...
12:00:34 #12 9.083 Setting up pkg-config (0.29.2-1) ...
12:00:34 #12 9.139 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
12:00:34 #12 9.156 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
12:00:35 #12 3.776    dh_fixperms
12:00:35 #12 3.821    dh_missing
12:00:35 #12 3.851    dh_installdeb
12:00:35 #12 3.889    dh_gencontrol
12:00:35 #10 57.00 Setting up libx11-data (2:1.8.3-3) ...
12:00:35 #10 57.01 Setting up make (4.3-4.1) ...
12:00:35 #10 57.02 Setting up libmpfr6:armhf (4.2.0-1) ...
12:00:35 #10 57.04 Setting up gnupg-l10n (2.2.40-1) ...
12:00:35 #10 57.05 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
12:00:35 #10 57.06 Setting up strace (6.1-0.1) ...
12:00:35 #10 57.08 Setting up xz-utils (5.4.1-0.1) ...
12:00:35 #10 57.09 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:35 #10 57.10 Setting up t1utils (1.41-4) ...
12:00:35 #10 57.11 Setting up diffstat (1.65-1) ...
12:00:35 #10 57.12 Setting up libpng16-16:armhf (1.6.39-2) ...
12:00:35 #10 57.13 Setting up libmpc3:armhf (1.3.1-1) ...
12:00:35 #10 57.14 Setting up libatomic1:armhf (12.2.0-14) ...
12:00:35 #10 57.16 Setting up patch (2.7.6-7) ...
12:00:35 #10 57.17 Setting up autopoint (0.21-11) ...
12:00:35 #10 57.18 Setting up fonts-dejavu-core (2.37-2) ...
12:00:35 #11 57.64 Setting up gpg-agent (2.2.35-3ubuntu1) ...
12:00:35 #11 57.78 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:00:35 #11 57.90 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:00:35 #12 7.710 Preparing to unpack .../05-librhash0_1.3.6-2_armhf.deb ...
12:00:35 #12 7.715 Unpacking librhash0:armhf (1.3.6-2) ...
12:00:35 #12 7.760 Selecting previously unselected package libuv1:armhf.
12:00:35 #12 7.762 Preparing to unpack .../06-libuv1_1.18.0-3_armhf.deb ...
12:00:35 #12 7.768 Unpacking libuv1:armhf (1.18.0-3) ...
12:00:35 #12 7.806 Selecting previously unselected package cmake.
12:00:35 #12 7.808 Preparing to unpack .../07-cmake_3.10.2-1ubuntu2.18.04.2_armhf.deb ...
12:00:35 #12 7.813 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
12:00:35 #12 6.412 Preparing to unpack .../5-libsystemd0_252.5-2_amd64.deb ...
12:00:35 #12 6.428 Unpacking libsystemd0:amd64 (252.5-2) over (252.4-2) ...
12:00:35 #12 5.322 Selecting previously unselected package cmake-data.
12:00:35 #12 5.325 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
12:00:35 #12 5.331 Unpacking cmake-data (3.13.4-1) ...
12:00:35 #10 50.41 Selecting previously unselected package libcapture-tiny-perl.
12:00:35 #10 50.42 Preparing to unpack .../189-libcapture-tiny-perl_0.48-1_all.deb ...
12:00:35 #10 50.42 Unpacking libcapture-tiny-perl (0.48-1) ...
12:00:35 #10 50.45 Selecting previously unselected package libclass-data-inheritable-perl.
12:00:35 #10 50.45 Preparing to unpack .../190-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:00:35 #10 50.46 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:00:35 #10 50.48 Selecting previously unselected package libclass-inspector-perl.
12:00:35 #10 50.49 Preparing to unpack .../191-libclass-inspector-perl_1.36-1_all.deb ...
12:00:35 #10 50.49 Unpacking libclass-inspector-perl (1.36-1) ...
12:00:35 #10 50.52 Selecting previously unselected package libclass-xsaccessor-perl.
12:00:35 #10 50.52 Preparing to unpack .../192-libclass-xsaccessor-perl_1.19-3+b7_armhf.deb ...
12:00:35 #10 50.53 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
12:00:35 #10 50.55 Selecting previously unselected package libclone-perl.
12:00:35 #10 50.55 Preparing to unpack .../193-libclone-perl_0.45-1+b1_armhf.deb ...
12:00:35 #10 50.56 Unpacking libclone-perl (0.45-1+b1) ...
12:00:35 #10 50.59 Selecting previously unselected package libcommon-sense-perl.
12:00:35 #11 62.04 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
12:00:35 #11 62.05 Setting up libio-stringy-perl (2.111-3) ...
12:00:35 #11 62.06 Setting up liblist-moreutils-perl (0.416-1build5) ...
12:00:35 #11 62.08 Setting up libhtml-tagset-perl (3.20-4) ...
12:00:35 #11 62.09 Setting up liblog-any-perl (1.708-1) ...
12:00:35 #11 62.10 Setting up libauthen-sasl-perl (2.1600-1) ...
12:00:35 #11 62.11 Setting up libdevel-size-perl (0.83-1build1) ...
12:00:35 #11 62.12 Setting up libdebhelper-perl (12.10ubuntu1) ...
12:00:35 #11 62.14 Setting up libpod-constants-perl (0.19-1) ...
12:00:35 #11 60.53 Setting up dput (1.1.0ubuntu2) ...
12:00:35 #11 60.68 Setting up libdata-validate-uri-perl (0.07-2) ...
12:00:35 #11 60.69 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:35 #11 60.71 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:35 #11 60.72 Setting up libmailtools-perl (2.21-1) ...
12:00:35 #11 60.73 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:00:35 #11 60.78 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:35 #11 60.85 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:35 #10 77.21 Setting up patchutils (0.4.2-1) ...
12:00:35 #10 77.22 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:00:35 #10 77.23 Setting up libltdl-dev:amd64 (2.4.6-15) ...
12:00:35 #10 77.25 Setting up libjson-maybexs-perl (1.004003-1) ...
12:00:35 #10 77.27 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:00:35 #10 77.29 Setting up libio-string-perl (1.08-3.1) ...
12:00:35 #10 77.30 Setting up libreadonly-perl (2.050-3) ...
12:00:35 #10 77.31 Setting up python3-gpg (1.14.0-1+b2) ...
12:00:35 #18 exporting layers 2.5s done
12:00:35 #18 writing image sha256:be1228bc5cac8fd3ac41c8823f42833f3bf3b8f0285c3d6ea09974368ef37e1c done
12:00:35 #18 naming to docker.io/debbuild-ubuntu-kinetic/aarch64 done
12:00:35 #18 DONE 2.5s
12:00:35 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:35 #12 20.59   Installing       : cmake-data-3.25.2-1.fc36.noarch                      89/99 
12:00:35 #12 20.72   Installing       : cmake-3.25.2-1.fc36.aarch64                          90/99 
12:00:35 #12 20.73   Installing       : device-mapper-devel-1.02.175-7.fc36.aarch64          91/99 
12:00:35 #12 20.74   Installing       : libtool-2.4.7-1.fc36.aarch64                         92/99 
12:00:35 #12 20.75   Installing       : libtool-ltdl-devel-2.4.7-1.fc36.aarch64              93/99 
12:00:35 #12 20.76   Installing       : annobin-plugin-gcc-10.93-1.fc36.aarch64              94/99 
12:00:35 #12 20.77   Running scriptlet: annobin-plugin-gcc-10.93-1.fc36.aarch64              94/99 
12:00:35 #12 20.79   Installing       : gcc-plugin-annobin-12.2.1-4.fc36.aarch64             95/99 
12:00:35 #12 20.80   Installing       : libseccomp-devel-2.5.3-2.fc36.aarch64                96/99 
12:00:35 #12 20.81   Installing       : which-2.21-32.fc36.aarch64                           97/99 
12:00:35 #12 20.81   Cleanup          : systemd-libs-250.8-1.fc36.aarch64                    98/99 
12:00:35 #12 6.811 Get:5 http://archive.raspbian.org/raspbian buster/main armhf g++ armhf 4:8.3.0-1+rpi2 [1632 B]
12:00:35 #12 6.812 Get:6 http://archive.raspbian.org/raspbian buster/main armhf build-essential armhf 12.6 [7568 B]
12:00:35 #12 6.814 Get:7 http://archive.raspbian.org/raspbian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
12:00:35 #12 6.843 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u3 [272 kB]
12:00:35 #12 6.856 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [66.2 kB]
12:00:35 #12 6.863 Get:10 http://archive.raspbian.org/raspbian buster/main armhf librhash0 armhf 1.3.8-1 [132 kB]
12:00:35 #12 6.869 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB]
12:00:35 #12 6.871 Get:12 http://archive.raspbian.org/raspbian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
12:00:35 #12 6.873 Get:13 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
12:00:35 #12 6.903 Get:14 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
12:00:35 #12 6.908 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.5 kB]
12:00:35 #12 6.993 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libudev-dev armhf 241-7~deb10u8+rpi1 [110 kB]
12:00:35 #12 6.995 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libsepol1-dev armhf 2.8-1 [309 kB]
12:00:35 #12 7.001 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libpcre16-3 armhf 2:8.39-12 [234 kB]
12:00:35 #12 7.010 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libpcre32-3 armhf 2:8.39-12 [227 kB]
12:00:35 #12 9.169 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
12:00:35 #12 9.181 Setting up librhash0:arm64 (1.4.1-2) ...
12:00:35 #12 9.192 Setting up cmake-data (3.18.4-2+deb11u1) ...
12:00:35 #12 9.212 Setting up dh-apparmor (2.13.6-10) ...
12:00:35 #12 9.230 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
12:00:35 #12 9.245 Setting up libprocps8:arm64 (2:3.3.17-5) ...
12:00:35 #12 9.258 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
12:00:35 #12 9.273 Setting up libselinux1-dev:arm64 (3.1-3) ...
12:00:35 #12 9.285 Setting up procps (2:3.3.17-5) ...
12:00:35 #12 9.328 Setting up cmake (3.18.4-2+deb11u1) ...
12:00:35 #12 9.340 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
12:00:35 #12 9.354 Setting up dmsetup (2:1.02.175-2.1) ...
12:00:35 #12 9.370 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
12:00:35 #12 4.016    dh_md5sums
12:00:35 #12 4.056    dh_builddeb
12:00:35 #12 4.086 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:35 #12 4.109  dpkg-genbuildinfo --build=binary
12:00:35 #12 4.256  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
12:00:35 #10 57.34 Setting up libgav1-1:armhf (0.18.0-1+b1) ...
12:00:35 #10 57.35 Setting up libxdelta2:armhf (1.1.3-10.4) ...
12:00:35 #10 57.36 Setting up libncursesw6:armhf (6.4-2) ...
12:00:35 #10 57.37 Setting up libk5crypto3:armhf (1.20.1-1) ...
12:00:35 #10 57.38 Setting up libdav1d6:armhf (1.0.0-2) ...
12:00:35 #10 57.39 Setting up libltdl7:armhf (2.4.7-5) ...
12:00:35 #10 57.40 Setting up libsasl2-2:armhf (2.1.28+dfsg-10) ...
12:00:35 #10 57.41 Setting up libx265-199:armhf (3.5-2+b1) ...
12:00:35 #10 57.42 Setting up libwebp7:armhf (1.2.4-0.1) ...
12:00:35 #10 57.43 Setting up libubsan1:armhf (12.2.0-14) ...
12:00:35 #10 57.44 Setting up python-apt-common (2.5.2) ...
12:00:35 #10 57.46 Setting up sensible-utils (0.0.17+nmu1) ...
12:00:35 #10 57.47 Setting up xdelta3 (3.0.11-dfsg-1.2) ...
12:00:35 #10 57.47 Setting up libcrypt-dev:armhf (1:4.4.33-2) ...
12:00:35 #10 57.49 Setting up libtiff6:armhf (4.5.0-4) ...
12:00:35 #10 57.50 Setting up libasan8:armhf (12.2.0-14) ...
12:00:35 #10 57.51 Setting up libuchardet0:armhf (0.0.7-1) ...
12:00:35 #10 57.52 Setting up lzop (1.04-2) ...
12:00:35 #10 57.53 Setting up libmpdec3:armhf (2.5.1-2) ...
12:00:35 #10 57.54 Setting up git-man (1:2.39.1-0.1) ...
12:00:35 #10 57.55 Setting up libssh2-1:armhf (1.10.0-3+b1) ...
12:00:35 #10 57.56 Setting up netbase (6.4) ...
12:00:35 #11 58.03 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:00:35 #11 58.16 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:00:35 #11 58.17 Setting up libxpm4:armhf (1:3.5.12-1ubuntu0.22.10.1) ...
12:00:35 #11 58.19 Setting up openssh-client (1:9.0p1-1ubuntu7.1) ...
12:00:35 #11 58.27 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
12:00:35 #12 6.514 Setting up libsystemd0:amd64 (252.5-2) ...
12:00:35 #12 6.567 Selecting previously unselected package libproc2-0:amd64.
12:00:35 #12 6.567 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 33840 files and directories currently installed.)
12:00:35 #12 6.586 Preparing to unpack .../libproc2-0_2%3a4.0.2-3_amd64.deb ...
12:00:35 #12 6.591 Unpacking libproc2-0:amd64 (2:4.0.2-3) ...
12:00:35 #12 6.636 Selecting previously unselected package procps.
12:00:35 #12 6.639 Preparing to unpack .../procps_2%3a4.0.2-3_amd64.deb ...
12:00:35 #12 6.650 Unpacking procps (2:4.0.2-3) ...
12:00:35 #12 6.747 Selecting previously unselected package cmake.
12:00:35 #10 50.49 Setting up media-types (8.0.0) ...
12:00:35 #10 50.51 Setting up libpipeline1:armhf (1.5.7-1) ...
12:00:35 #10 50.53 Setting up wdiff (1.2.2-4) ...
12:00:35 #10 50.58 Setting up libicu72:armhf (72.1-3) ...
12:00:35 #10 50.59 Setting up bsdextrautils (2.38.1-4) ...
12:00:35 #10 50.61 Setting up libmagic-mgc (1:5.44-3) ...
12:00:35 #10 50.64 Setting up libtirpc-common (1.3.3+ds-1) ...
12:00:35 #10 50.67 Setting up binutils-common:armhf (2.40-2+rpi1) ...
12:00:35 #10 50.68 Setting up libmagic1:armhf (1:5.44-3) ...
12:00:35 #10 50.72 Setting up perl-openssl-defaults:armhf (7+b1) ...
12:00:35 #10 50.73 Setting up linux-libc-dev:armhf (6.0.12-1+rpi1) ...
12:00:35 #10 50.76 Setting up libctf-nobfd0:armhf (2.40-2+rpi1) ...
12:00:35 #10 50.77 Setting up gettext-base (0.21-11) ...
12:00:35 #10 50.79 Setting up m4 (1.4.19-2) ...
12:00:35 #10 50.81 Setting up libcurl3-gnutls:armhf (7.87.0-2) ...
12:00:35 #12 8.081 Selecting previously unselected package dh-apparmor.
12:00:35 #12 8.083 Preparing to unpack .../08-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
12:00:35 #12 8.086 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
12:00:35 #12 8.127 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:00:35 #12 8.129 Preparing to unpack .../09-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_armhf.deb ...
12:00:35 #12 8.134 Unpacking libdevmapper1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:35 #12 8.178 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:00:35 #12 8.180 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_armhf.deb ...
12:00:35 #12 8.188 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:35 #12 5.692 Selecting previously unselected package libprocps7:amd64.
12:00:35 #12 5.696 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_amd64.deb ...
12:00:35 #12 5.704 Unpacking libprocps7:amd64 (2:3.3.15-2) ...
12:00:35 #12 5.754 Selecting previously unselected package procps.
12:00:35 #18 exporting layers 2.1s done
12:00:35 #18 writing image sha256:c7f8d174aa6f2211cdacd5ff65197d9f48cdb401c166462c168caa829f29210b done
12:00:35 #18 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done
12:00:35 #18 DONE 2.1s
12:00:35 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:35 #10 50.59 Preparing to unpack .../194-libcommon-sense-perl_3.75-1+b4_armhf.deb ...
12:00:35 #10 50.59 Unpacking libcommon-sense-perl (3.75-1+b4) ...
12:00:35 #10 50.62 Selecting previously unselected package libconfig-tiny-perl.
12:00:35 #10 50.62 Preparing to unpack .../195-libconfig-tiny-perl_2.26-1_all.deb ...
12:00:35 #10 50.62 Unpacking libconfig-tiny-perl (2.26-1) ...
12:00:35 #10 50.65 Selecting previously unselected package libparams-util-perl.
12:00:35 #10 50.65 Preparing to unpack .../196-libparams-util-perl_1.102-1+b1_armhf.deb ...
12:00:35 #10 50.66 Unpacking libparams-util-perl (1.102-1+b1) ...
12:00:35 #10 50.69 Selecting previously unselected package libsub-install-perl.
12:00:35 #10 50.69 Preparing to unpack .../197-libsub-install-perl_0.928-1.1_all.deb ...
12:00:35 #10 50.69 Unpacking libsub-install-perl (0.928-1.1) ...
12:00:35 #10 50.72 Selecting previously unselected package libdata-optlist-perl.
12:00:35 #10 50.72 Preparing to unpack .../198-libdata-optlist-perl_0.110-1.1_all.deb ...
12:00:35 #10 50.73 Unpacking libdata-optlist-perl (0.110-1.1) ...
12:00:35 #10 50.77 Selecting previously unselected package libsub-exporter-perl.
12:00:35 #10 50.77 Preparing to unpack .../199-libsub-exporter-perl_0.987-1_all.deb ...
12:00:35 #10 50.77 Unpacking libsub-exporter-perl (0.987-1) ...
12:00:35 #10 50.80 Selecting previously unselected package libconst-fast-perl.
12:00:35 #17 exporting layers 3.2s done
12:00:35 #17 writing image sha256:fdaa8b7f01df10e8b596f7e8da612bb5c525472284125f6dde8afd81b74458f6 done
12:00:35 #17 naming to docker.io/debbuild-debian-bookworm/aarch64 done
12:00:35 #17 DONE 3.2s
12:00:35 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:35 + set -e
12:00:35 + mkdir -p /root/build-deb/engine
12:00:35 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:35 #11 62.15 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
12:00:35 #11 62.16 Setting up libperl4-corelibs-perl (0.004-2) ...
12:00:35 #11 62.17 Setting up libfuture-perl (0.43-1) ...
12:00:35 #11 62.18 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:00:35 #11 62.19 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
12:00:35 #11 62.20 Setting up libtry-tiny-perl (0.30-1) ...
12:00:35 #11 62.21 Setting up libtype-tiny-perl (1.008001-2) ...
12:00:35 #11 62.22 Setting up libtest-fatal-perl (0.014-1) ...
12:00:35 #11 62.23 Setting up libcommon-sense-perl (3.74-2build6) ...
12:00:35 #11 62.26 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:00:35 #11 62.27 Setting up libnet-http-perl (6.19-1) ...
12:00:35 #11 62.28 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:00:35 #11 62.29 Setting up libencode-locale-perl (1.05-1) ...
12:00:35 #11 62.30 Setting up libtext-levenshtein-perl (0.13-1) ...
12:00:35 #11 62.32 Setting up libnet-dns-perl (1.22-1) ...
12:00:35 #11 62.33 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
12:00:35 #11 62.34 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
12:00:35 #11 62.35 Setting up libstring-shellquote-perl (1.04-1) ...
12:00:35 #11 62.36 Setting up libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:35 #11 62.37 Setting up libsub-install-perl (0.928-1) ...
12:00:35 #11 60.92 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:35 #11 61.04 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:35 #11 61.10 Setting up dh-strip-nondeterminism (1.13.0-1) ...
12:00:35 #11 61.11 Setting up libconst-fast-perl (0.014-1.1) ...
12:00:35 #10 77.48 Setting up python3-certifi (2020.6.20-1) ...
12:00:35 #12 20.82   Cleanup          : libxcrypt-4.4.33-1.fc36.aarch64                      99/99 
12:00:35 #12 20.83   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          99/99 
12:00:35 #12 20.84   Running scriptlet: systemd-resolved-250.9-1.fc36.aarch64                99/99 
12:00:35 #12 7.015 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
12:00:35 #12 7.027 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libpcre3-dev armhf 2:8.39-12 [564 kB]
12:00:35 #12 7.074 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [156 kB]
12:00:35 #12 7.077 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
12:00:35 #12 7.079 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
12:00:35 #12 7.161 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libltdl-dev armhf 2.4.6-9 [159 kB]
12:00:35 #12 9.384 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
12:00:35 #12 9.398 Setting up docker-ce-build-deps (1.0) ...
12:00:35 #12 9.411 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:00:35 #12 9.433 Processing triggers for man-db (2.9.4-2) ...
12:00:35 #12 4.348 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:35 #12 4.351  dpkg-source --after-build .
12:00:35 #12 4.464 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:35 #12 4.469 
12:00:35 #12 4.469 The package has been created.
12:00:35 #12 4.469 Attention, the package has been created in the current directory,
12:00:35 #12 4.469 not in ".." as indicated by the message above!
12:00:35 #12 4.506 Selecting previously unselected package docker-ce-build-deps.
12:00:35 #12 4.518 (Reading database ... 17529 files and directories currently installed.)
12:00:35 #10 57.60 Setting up libkrb5-3:armhf (1.20.1-1) ...
12:00:35 #10 57.61 Setting up libbinutils:armhf (2.40-2) ...
12:00:35 #10 57.62 Setting up lsb-release (12.0-1) ...
12:00:35 #10 57.63 Setting up libfido2-1:armhf (1.12.0-2) ...
12:00:35 #10 57.64 Setting up libisl23:armhf (0.25-1) ...
12:00:35 #10 57.65 Setting up libde265-0:armhf (1.0.9-1.1) ...
12:00:35 #10 57.66 Setting up libc-dev-bin (2.36-8) ...
12:00:35 #10 57.67 Setting up openssl (3.0.7-2) ...
12:00:35 #10 57.69 Setting up libbsd0:armhf (0.11.7-2) ...
12:00:35 #10 57.70 Setting up libyuv0:armhf (0.0~git20230104.6e4b0ac-1) ...
12:00:35 #10 57.71 Setting up libelf1:armhf (0.188-2.1) ...
12:00:35 #10 57.71 Setting up readline-common (8.2-1.3) ...
12:00:35 #10 57.73 Setting up publicsuffix (20221208.1942-1) ...
12:00:35 #10 57.74 Setting up libxml2:armhf (2.9.14+dfsg-1.1+b3) ...
12:00:35 #10 57.75 Setting up zstd (1.5.2+dfsg2-3) ...
12:00:35 #10 57.76 Setting up libmarkdown2:armhf (2.2.7-2) ...
12:00:35 #10 57.77 Setting up libcc1-0:armhf (12.2.0-14) ...
12:00:35 #11 58.27 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist
12:00:35 #11 58.27 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
12:00:35 #11 58.27 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist
12:00:35 #11 58.28 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
12:00:35 #11 58.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
12:00:35 #11 58.29 Setting up gpgsm (2.2.35-3ubuntu1) ...
12:00:35 #11 58.30 Setting up libxext6:armhf (2:1.3.4-1build1) ...
12:00:35 #11 58.32 Setting up libcurl3-gnutls:armhf (7.85.0-1ubuntu0.2) ...
12:00:35 #11 58.33 Setting up systemd (251.4-1ubuntu7) ...
12:00:35 #11 58.38 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:00:35 #11 58.38 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:00:35 #11 58.39 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:00:35 #11 58.39 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:00:35 #11 58.39 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:00:35 #11 58.39 Initializing machine ID from D-Bus machine ID.
12:00:35 #12 6.750 Preparing to unpack .../cmake_3.25.1-1_amd64.deb ...
12:00:35 #12 6.755 Unpacking cmake (3.25.1-1) ...
12:00:35 #10 50.82 Setting up file (1:5.44-3) ...
12:00:35 #10 50.86 Setting up libgomp1:armhf (12.2.0-14+rpi1) ...
12:00:35 #10 50.91 Setting up bzip2 (1.0.8-5+b2) ...
12:00:35 #10 50.96 Setting up libfakeroot:armhf (1.29-1) ...
12:00:35 #10 51.00 Setting up libjansson4:armhf (2.14-2) ...
12:00:35 #10 51.02 Setting up fakeroot (1.29-1) ...
12:00:35 #10 51.04 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:35 #10 51.04 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:35 #10 51.04 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:35 #10 51.04 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:35 #10 51.04 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:35 #10 51.04 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:35 #10 51.04 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:35 #10 51.04 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:35 #10 51.04 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
12:00:35 #10 51.06 Setting up perl-modules-5.36 (5.36.0-7) ...
12:00:35 #12 5.757 Preparing to unpack .../03-procps_2%3a3.3.15-2_amd64.deb ...
12:00:35 #12 5.762 Unpacking procps (2:3.3.15-2) ...
12:00:35 #12 5.825 Selecting previously unselected package libarchive13:amd64.
12:00:35 #12 5.828 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_amd64.deb ...
12:00:35 #12 5.833 Unpacking libarchive13:amd64 (3.3.3-4+deb10u3) ...
12:00:35 #12 5.899 Selecting previously unselected package libjsoncpp1:amd64.
12:00:35 #12 5.902 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_amd64.deb ...
12:00:35 #12 5.906 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
12:00:35 #12 5.950 Selecting previously unselected package librhash0:amd64.
12:00:35 #12 5.953 Preparing to unpack .../06-librhash0_1.3.8-1_amd64.deb ...
12:00:35 #12 5.958 Unpacking librhash0:amd64 (1.3.8-1) ...
12:00:35 #12 6.008 Selecting previously unselected package libuv1:amd64.
12:00:35 #12 8.224 Selecting previously unselected package libudev-dev:armhf.
12:00:35 #12 8.226 Preparing to unpack .../11-libudev-dev_237-3ubuntu10.56_armhf.deb ...
12:00:35 #12 8.234 Unpacking libudev-dev:armhf (237-3ubuntu10.56) ...
12:00:35 #12 8.272 Selecting previously unselected package libsepol1-dev:armhf.
12:00:35 #12 8.274 Preparing to unpack .../12-libsepol1-dev_2.7-1ubuntu0.1_armhf.deb ...
12:00:35 #12 8.279 Unpacking libsepol1-dev:armhf (2.7-1ubuntu0.1) ...
12:00:35 #12 8.354 Selecting previously unselected package libpcre16-3:armhf.
12:00:35 #12 8.357 Preparing to unpack .../13-libpcre16-3_2%3a8.39-9ubuntu0.1_armhf.deb ...
12:00:35 #12 8.362 Unpacking libpcre16-3:armhf (2:8.39-9ubuntu0.1) ...
12:00:35 #12 8.409 Selecting previously unselected package libpcre32-3:armhf.
12:00:35 #12 8.411 Preparing to unpack .../14-libpcre32-3_2%3a8.39-9ubuntu0.1_armhf.deb ...
12:00:35 #12 8.415 Unpacking libpcre32-3:armhf (2:8.39-9ubuntu0.1) ...
12:00:35 #12 8.463 Selecting previously unselected package libpcrecpp0v5:armhf.
12:00:35 #10 50.81 Preparing to unpack .../200-libconst-fast-perl_0.014-1.1_all.deb ...
12:00:35 #10 50.81 Unpacking libconst-fast-perl (0.014-1.1) ...
12:00:35 #10 50.85 Selecting previously unselected package libwant-perl.
12:00:35 #10 50.85 Preparing to unpack .../201-libwant-perl_0.29-1+b6_armhf.deb ...
12:00:35 #10 50.85 Unpacking libwant-perl (0.29-1+b6) ...
12:00:35 #10 50.89 Selecting previously unselected package libcontextual-return-perl.
12:00:35 #10 50.89 Preparing to unpack .../202-libcontextual-return-perl_0.004014-2_all.deb ...
12:00:35 #10 50.89 Unpacking libcontextual-return-perl (0.004014-2) ...
12:00:35 #10 50.93 Selecting previously unselected package libconvert-binhex-perl.
12:00:35 #10 50.93 Preparing to unpack .../203-libconvert-binhex-perl_1.125-1_all.deb ...
12:00:35 #10 50.94 Unpacking libconvert-binhex-perl (1.125-1) ...
12:00:35 #10 50.97 Selecting previously unselected package libcpanel-json-xs-perl.
12:00:35 #10 50.97 Preparing to unpack .../204-libcpanel-json-xs-perl_4.25-1+b1_armhf.deb ...
12:00:35 #10 50.98 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
12:00:35 #10 51.02 Selecting previously unselected package libdevel-stacktrace-perl.
12:00:35 #10 51.02 Preparing to unpack .../205-libdevel-stacktrace-perl_2.0400-1_all.deb ...
12:00:35 #10 51.02 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
12:00:35 #10 51.06 Selecting previously unselected package libexception-class-perl.
12:00:35 #11 62.38 Setting up gcc (4:9.3.0-1ubuntu2) ...
12:00:35 #11 62.40 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
12:00:35 #11 62.42 Setting up libnumber-compare-perl (0.03-1) ...
12:00:35 #11 62.43 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:35 #11 62.44 Setting up libio-async-perl (0.75-1) ...
12:00:35 #11 62.45 Setting up liberror-perl (0.17029-1) ...
12:00:35 #11 62.46 Setting up patchutils (0.3.4-2) ...
12:00:35 #11 62.49 Setting up libmail-sendmail-perl (0.80-1) ...
12:00:35 #11 62.51 Setting up libltdl-dev:armhf (2.4.6-14) ...
12:00:35 #11 62.52 Setting up libjson-maybexs-perl (1.004000-1) ...
12:00:35 #11 62.53 Setting up libxml-sax-base-perl (1.09-1) ...
12:00:35 #11 62.54 Setting up libio-string-perl (1.08-3) ...
12:00:35 #11 62.55 Setting up libreadonly-perl (2.050-2) ...
12:00:35 #11 62.56 Setting up python3-chardet (3.0.4-4build1) ...
12:00:35 #11 61.12 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
12:00:35 #11 61.14 Setting up libdata-dpath-perl (0.58-1) ...
12:00:35 #11 61.15 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:00:35 #11 61.17 Setting up libpackage-stash-perl (0.39-1) ...
12:00:35 #11 61.18 Setting up libimport-into-perl (1.002005-1) ...
12:00:35 #11 61.19 Setting up libmoo-perl (2.005004-3) ...
12:00:35 #11 61.20 Setting up liblist-someutils-perl (0.58-1) ...
12:00:35 #11 61.21 Setting up debhelper (13.6ubuntu1) ...
12:00:35 #11 61.22 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
12:00:35 #11 61.23 Setting up equivs (2.3.1) ...
12:00:35 #11 61.24 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:00:35 #11 61.26 Setting up libb-hooks-endofscope-perl (0.25-1) ...
12:00:35 #11 61.27 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:35 #11 61.28 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:00:35 #11 61.29 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:00:35 #11 61.30 Setting up libmoox-struct-perl (0.020-1) ...
12:00:35 #11 61.31 Setting up lintian (2.114.0ubuntu1.2) ...
12:00:35 #11 61.33 Setting up licensecheck (3.2.14-2) ...
12:00:35 #10 77.65 Setting up libfile-find-rule-perl (0.34-1) ...
12:00:35 #10 77.67 Setting up libstring-copyright-perl (0.003006-1) ...
12:00:35 #10 77.68 Setting up libgd3:amd64 (2.3.0-2) ...
12:00:35 #10 77.69 Setting up python3-idna (2.10-1) ...
12:00:35 #10 77.89 Setting up libdata-optlist-perl (0.110-1.1) ...
12:00:35 #12 20.88   Running scriptlet: libxcrypt-4.4.33-1.fc36.aarch64                      99/99 
12:00:35 #12 21.29   Verifying        : checkpolicy-3.3-2.fc36.aarch64                        1/99 
12:00:35 #12 21.29   Verifying        : cryptsetup-libs-2.4.3-2.fc36.aarch64                  2/99 
12:00:35 #12 21.29   Verifying        : device-mapper-1.02.175-7.fc36.aarch64                 3/99 
12:00:35 #12 21.29   Verifying        : device-mapper-devel-1.02.175-7.fc36.aarch64           4/99 
12:00:35 #12 21.29   Verifying        : device-mapper-libs-1.02.175-7.fc36.aarch64            5/99 
12:00:35 #12 21.29   Verifying        : guile22-2.2.7-5.fc36.aarch64                          6/99 
12:00:35 #12 21.29   Verifying        : jsoncpp-1.9.5-2.fc36.aarch64                          7/99 
12:00:35 #12 21.29   Verifying        : kmod-libs-29-7.fc36.aarch64                           8/99 
12:00:35 #12 21.29   Verifying        : libcbor-0.7.0-5.fc36.aarch64                          9/99 
12:00:35 #12 21.29   Verifying        : libedit-3.1-41.20210910cvs.fc36.aarch64              10/99 
12:00:35 #12 21.29   Verifying        : libmpc-1.2.1-4.fc36.aarch64                          11/99 
12:00:35 #12 21.29   Verifying        : libseccomp-2.5.3-2.fc36.aarch64                      12/99 
12:00:35 #12 21.29   Verifying        : libseccomp-devel-2.5.3-2.fc36.aarch64                13/99 
12:00:35 #12 21.29   Verifying        : libselinux-devel-3.3-4.fc36.aarch64                  14/99 
12:00:35 #12 21.29   Verifying        : libselinux-utils-3.3-4.fc36.aarch64                  15/99 
12:00:35 #12 21.29   Verifying        : libsepol-devel-3.3-3.fc36.aarch64                    16/99 
12:00:35 #12 21.29   Verifying        : libutempter-1.2.1-6.fc36.aarch64                     17/99 
12:00:35 #12 21.29   Verifying        : libxkbcommon-1.4.0-1.fc36.aarch64                    18/99 
12:00:35 #12 21.29   Verifying        : m4-1.4.19-3.fc36.aarch64                             19/99 
12:00:35 #12 21.29   Verifying        : make-1:4.3-7.fc36.aarch64                            20/99 
12:00:35 #12 21.29   Verifying        : openssh-8.8p1-1.fc36.1.aarch64                       21/99 
12:00:35 #12 21.29   Verifying        : openssh-clients-8.8p1-1.fc36.1.aarch64               22/99 
12:00:35 #12 21.29   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                   23/99 
12:00:35 #12 21.29   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch          24/99 
12:00:35 #12 21.29   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                  25/99 
12:00:35 #12 21.29   Verifying        : perl-File-Find-1.39-486.fc36.noarch                  26/99 
12:00:35 #12 21.29   Verifying        : perl-TermReadKey-2.38-12.fc36.aarch64                27/99 
12:00:35 #12 21.29   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch               28/99 
12:00:35 #12 21.29   Verifying        : perl-lib-0.65-486.fc36.aarch64                       29/99 
12:00:35 #12 21.29   Verifying        : perl-threads-1:2.26-449.fc36.aarch64                 30/99 
12:00:35 #12 21.29   Verifying        : perl-threads-shared-1.62-479.fc36.aarch64            31/99 
12:00:35 #12 21.29   Verifying        : policycoreutils-3.3-4.fc36.aarch64                   32/99 
12:00:35 #12 21.29   Verifying        : policycoreutils-devel-3.3-4.fc36.aarch64             33/99 
12:00:35 #12 21.29   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch       34/99 
12:00:35 #12 21.29   Verifying        : python3-libselinux-3.3-4.fc36.aarch64                35/99 
12:00:35 #12 21.29   Verifying        : python3-libsemanage-3.3-3.fc36.aarch64               36/99 
12:00:35 #12 21.29   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch            37/99 
12:00:35 #12 21.29   Verifying        : python3-setools-4.4.0-5.fc36.aarch64                 38/99 
12:00:35 #12 21.29   Verifying        : qrencode-libs-4.1.1-2.fc36.aarch64                   39/99 
12:00:35 #12 21.29   Verifying        : rhash-1.4.2-2.fc36.aarch64                           40/99 
12:00:35 #12 21.29   Verifying        : which-2.21-32.fc36.aarch64                           41/99 
12:00:35 #12 21.29   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch                42/99 
12:00:35 #12 21.29   Verifying        : annobin-docs-10.93-1.fc36.noarch                     43/99 
12:00:35 #12 21.29   Verifying        : annobin-plugin-gcc-10.93-1.fc36.aarch64              44/99 
12:00:35 #12 21.29   Verifying        : autoconf-2.71-3.fc36.noarch                          45/99 
12:00:35 #12 21.29   Verifying        : automake-1.16.5-7.fc36.noarch                        46/99 
12:00:35 #12 21.29   Verifying        : cmake-3.25.2-1.fc36.aarch64                          47/99 
12:00:35 #12 21.29   Verifying        : cmake-data-3.25.2-1.fc36.noarch                      48/99 
12:00:35 #12 21.29   Verifying        : cmake-filesystem-3.25.2-1.fc36.aarch64               49/99 
12:00:35 #12 21.29   Verifying        : cmake-rpm-macros-3.25.2-1.fc36.noarch                50/99 
12:00:35 #12 21.29   Verifying        : cpp-12.2.1-4.fc36.aarch64                            51/99 
12:00:35 #12 21.29   Verifying        : dbus-1:1.14.4-1.fc36.aarch64                         52/99 
12:00:35 #12 21.29   Verifying        : dbus-broker-32-1.fc36.aarch64                        53/99 
12:00:35 #12 21.29   Verifying        : dbus-common-1:1.14.4-1.fc36.noarch                   54/99 
12:00:35 #12 21.29   Verifying        : gc-8.0.6-3.fc36.aarch64                              55/99 
12:00:35 #12 21.29   Verifying        : gcc-12.2.1-4.fc36.aarch64                            56/99 
12:00:35 #12 21.29   Verifying        : gcc-plugin-annobin-12.2.1-4.fc36.aarch64             57/99 
12:00:35 #12 21.29   Verifying        : git-2.39.1-1.fc36.aarch64                            58/99 
12:00:35 #12 21.29   Verifying        : git-core-2.39.1-1.fc36.aarch64                       59/99 
12:00:35 #12 21.29   Verifying        : git-core-doc-2.39.1-1.fc36.noarch                    60/99 
12:00:35 #12 21.29   Verifying        : glibc-devel-2.35-22.fc36.aarch64                     61/99 
12:00:35 #12 21.29   Verifying        : glibc-static-2.35-22.fc36.aarch64                    62/99 
12:00:35 #12 21.29   Verifying        : kernel-headers-6.1.5-100.fc36.aarch64                63/99 
12:00:35 #12 21.29   Verifying        : less-590-5.fc36.aarch64                              64/99 
12:00:35 #12 21.29   Verifying        : libargon2-20171227-9.fc36.aarch64                    65/99 
12:00:35 #12 21.29   Verifying        : libasan-12.2.1-4.fc36.aarch64                        66/99 
12:00:35 #12 21.29   Verifying        : libatomic-12.2.1-4.fc36.aarch64                      67/99 
12:00:35 #12 21.29   Verifying        : libbpf-2:0.7.0-3.fc36.aarch64                        68/99 
12:00:35 #12 21.29   Verifying        : libfdisk-2.38-1.fc36.aarch64                         69/99 
12:00:35 #12 21.29   Verifying        : libfido2-1.10.0-5.fc36.aarch64                       70/99 
12:00:35 #12 21.29   Verifying        : libtool-2.4.7-1.fc36.aarch64                         71/99 
12:00:35 #12 21.29   Verifying        : libtool-ltdl-2.4.7-1.fc36.aarch64                    72/99 
12:00:35 #12 21.29   Verifying        : libtool-ltdl-devel-2.4.7-1.fc36.aarch64              73/99 
12:00:35 #12 21.29   Verifying        : libubsan-12.2.1-4.fc36.aarch64                       74/99 
12:00:35 #12 21.29   Verifying        : libuv-1:1.44.2-1.fc36.aarch64                        75/99 
12:00:35 #12 21.29   Verifying        : libxcrypt-devel-4.4.33-4.fc36.aarch64                76/99 
12:00:35 #12 21.29   Verifying        : libxcrypt-static-4.4.33-4.fc36.aarch64               77/99 
12:00:35 #12 21.29   Verifying        : pcre2-devel-10.40-1.fc36.aarch64                     78/99 
12:00:35 #12 21.29   Verifying        : pcre2-utf16-10.40-1.fc36.aarch64                     79/99 
12:00:35 #12 21.29   Verifying        : pcre2-utf32-10.40-1.fc36.aarch64                     80/99 
12:00:35 #12 21.29   Verifying        : perl-Git-2.39.1-1.fc36.noarch                        81/99 
12:00:35 #12 21.29   Verifying        : python3-audit-3.0.9-1.fc36.aarch64                   82/99 
12:00:35 #12 21.29   Verifying        : python3-setuptools-59.6.0-3.fc36.noarch              83/99 
12:00:35 #12 21.29   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.aarch64             84/99 
12:00:35 #12 21.30   Verifying        : selinux-policy-36.17-1.fc36.noarch                   85/99 
12:00:35 #12 21.30   Verifying        : selinux-policy-devel-36.17-1.fc36.noarch             86/99 
12:00:35 #12 21.30   Verifying        : selinux-policy-targeted-36.17-1.fc36.noarch          87/99 
12:00:35 #12 21.30   Verifying        : systemd-250.9-1.fc36.aarch64                         88/99 
12:00:35 #12 21.30   Verifying        : systemd-devel-250.9-1.fc36.aarch64                   89/99 
12:00:35 #12 21.30   Verifying        : systemd-networkd-250.9-1.fc36.aarch64                90/99 
12:00:35 #12 21.30   Verifying        : systemd-pam-250.9-1.fc36.aarch64                     91/99 
12:00:35 #12 21.30   Verifying        : systemd-resolved-250.9-1.fc36.aarch64                92/99 
12:00:35 #12 21.30   Verifying        : systemd-rpm-macros-250.9-1.fc36.noarch               93/99 
12:00:35 #12 21.30   Verifying        : util-linux-2.38-1.fc36.aarch64                       94/99 
12:00:35 #12 21.30   Verifying        : vim-filesystem-2:9.0.1262-1.fc36.noarch              95/99 
12:00:35 #12 21.30   Verifying        : libxcrypt-4.4.33-4.fc36.aarch64                      96/99 
12:00:35 #12 21.30   Verifying        : libxcrypt-4.4.33-1.fc36.aarch64                      97/99 
12:00:35 #12 21.30   Verifying        : systemd-libs-250.9-1.fc36.aarch64                    98/99 
12:00:35 #12 7.171 Get:26 http://archive.raspbian.org/raspbian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.5 kB]
12:00:35 #12 7.183 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libsystemd-dev armhf 241-7~deb10u8+rpi1 [323 kB]
12:00:35 #12 7.202 Get:28 http://archive.raspbian.org/raspbian buster/main armhf pkg-config armhf 0.29-6 [59.8 kB]
12:00:35 + set -e
12:00:35 + mkdir -p /root/build-deb/engine
12:00:35 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:35 #12 4.519 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:35 #12 4.525 Unpacking docker-ce-build-deps (1.0) ...
12:00:35 #10 57.78 Setting up iso-codes (4.12.0-1) ...
12:00:35 #10 57.79 Setting up liblocale-gettext-perl (1.07-5) ...
12:00:35 #10 57.80 Setting up dctrl-tools (2.24-3) ...
12:00:35 #10 57.82 Setting up debian-keyring (2022.12.24) ...
12:00:35 #10 57.82 Setting up libgdbm6:armhf (1.23-3) ...
12:00:35 #10 57.83 Setting up libctf0:armhf (2.40-2) ...
12:00:35 #10 57.85 Setting up pinentry-curses (1.2.1-1) ...
12:00:35 #10 57.86 Setting up manpages-dev (6.02-1) ...
12:00:35 #10 57.87 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
12:00:35 #10 57.88 Setting up cpp-12 (12.2.0-14) ...
12:00:35 #10 57.89 Setting up libxcb1:armhf (1.15-1) ...
12:00:35 #10 57.90 Setting up gettext (0.21-11) ...
12:00:35 #10 57.91 Setting up xdelta (1.1.3-10.4) ...
12:00:35 #10 57.92 Setting up libavif15:armhf (0.11.1-1) ...
12:00:35 #10 57.93 Setting up libarchive13:armhf (3.6.2-1) ...
12:00:35 #10 57.95 Setting up fontconfig-config (2.14.1-4) ...
12:00:35 #11 58.63 Setting up binutils (2.39-3ubuntu1.1) ...
12:00:35 #11 58.65 Setting up man-db (2.10.2-2) ...
12:00:35 #11 58.77 Building database of manual pages ...
12:00:35 #10 51.08 Setting up autotools-dev (20220109.1) ...
12:00:35 #10 51.11 Setting up rpcsvc-proto (1.4.3-1) ...
12:00:35 #10 51.13 Setting up make (4.3-4.1) ...
12:00:35 #10 51.15 Setting up libmpfr6:armhf (4.2.0-1) ...
12:00:35 #10 51.17 Setting up xz-utils (5.4.1-0.1) ...
12:00:35 #10 51.19 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:35 #10 51.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
12:00:35 #10 51.19 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
12:00:35 #10 51.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
12:00:35 #10 51.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
12:00:35 #10 51.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
12:00:35 #10 51.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
12:00:35 #10 51.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
12:00:35 #10 51.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
12:00:35 #10 51.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
12:00:35 #10 51.19 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
12:00:35 #10 51.20 Setting up libmpc3:armhf (1.3.1-1) ...
12:00:35 #10 51.22 Setting up libatomic1:armhf (12.2.0-14+rpi1) ...
12:00:35 #10 51.23 Setting up patch (2.7.6-7) ...
12:00:35 #10 51.25 Setting up autopoint (0.21-11) ...
12:00:35 #10 51.26 Setting up libubsan1:armhf (12.2.0-14+rpi1) ...
12:00:35 #10 51.28 Setting up sensible-utils (0.0.17+nmu1) ...
12:00:35 #12 6.011 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_amd64.deb ...
12:00:35 #12 6.015 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
12:00:35 #12 6.053 Selecting previously unselected package cmake.
12:00:35 #12 6.056 Preparing to unpack .../08-cmake_3.13.4-1_amd64.deb ...
12:00:35 #12 6.060 Unpacking cmake (3.13.4-1) ...
12:00:35 #10 51.06 Preparing to unpack .../206-libexception-class-perl_1.44-1_all.deb ...
12:00:35 #10 51.07 Unpacking libexception-class-perl (1.44-1) ...
12:00:35 #10 51.10 Selecting previously unselected package libiterator-perl.
12:00:35 #10 51.10 Preparing to unpack .../207-libiterator-perl_0.03+ds1-1.1_all.deb ...
12:00:35 #10 51.10 Unpacking libiterator-perl (0.03+ds1-1.1) ...
12:00:35 #10 51.13 Selecting previously unselected package libiterator-util-perl.
12:00:35 #10 51.13 Preparing to unpack .../208-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
12:00:35 #10 51.14 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
12:00:35 #10 51.17 Selecting previously unselected package libexporter-tiny-perl.
12:00:35 #10 51.17 Preparing to unpack .../209-libexporter-tiny-perl_1.002002-1_all.deb ...
12:00:35 #10 51.18 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:00:35 #10 51.21 Selecting previously unselected package liblist-moreutils-xs-perl.
12:00:35 #10 51.21 Preparing to unpack .../210-liblist-moreutils-xs-perl_0.430-2_armhf.deb ...
12:00:35 #10 51.22 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
12:00:35 #10 51.25 Selecting previously unselected package liblist-moreutils-perl.
12:00:35 #10 51.25 Preparing to unpack .../211-liblist-moreutils-perl_0.430-2_all.deb ...
12:00:35 #10 51.26 Unpacking liblist-moreutils-perl (0.430-2) ...
12:00:35 #10 51.29 Selecting previously unselected package libdata-dpath-perl.
12:00:35 #10 51.29 Preparing to unpack .../212-libdata-dpath-perl_0.58-1_all.deb ...
12:00:35 #10 51.29 Unpacking libdata-dpath-perl (0.58-1) ...
12:00:35 #10 51.33 Selecting previously unselected package libdata-dump-perl.
12:00:35 #10 51.33 Preparing to unpack .../213-libdata-dump-perl_1.23-1.1_all.deb ...
12:00:35 #10 51.33 Unpacking libdata-dump-perl (1.23-1.1) ...
12:00:35 #10 51.36 Selecting previously unselected package libdata-messagepack-perl.
12:00:35 #10 51.36 Preparing to unpack .../214-libdata-messagepack-perl_1.00-4+b1_armhf.deb ...
12:00:35 #10 51.37 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
12:00:35 #10 51.40 Selecting previously unselected package libnet-domain-tld-perl.
12:00:35 #12 8.465 Preparing to unpack .../15-libpcrecpp0v5_2%3a8.39-9ubuntu0.1_armhf.deb ...
12:00:35 #12 8.470 Unpacking libpcrecpp0v5:armhf (2:8.39-9ubuntu0.1) ...
12:00:35 #12 8.501 Selecting previously unselected package libpcre3-dev:armhf.
12:00:35 #12 8.503 Preparing to unpack .../16-libpcre3-dev_2%3a8.39-9ubuntu0.1_armhf.deb ...
12:00:35 #12 8.507 Unpacking libpcre3-dev:armhf (2:8.39-9ubuntu0.1) ...
12:00:35 #12 8.580 Selecting previously unselected package libselinux1-dev:armhf.
12:00:35 #12 8.582 Preparing to unpack .../17-libselinux1-dev_2.7-2build2_armhf.deb ...
12:00:35 #12 8.587 Unpacking libselinux1-dev:armhf (2.7-2build2) ...
12:00:35 #12 8.647 Selecting previously unselected package libdevmapper-dev:armhf.
12:00:35 #12 8.649 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_armhf.deb ...
12:00:35 #12 8.653 Unpacking libdevmapper-dev:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:35 #12 8.685 Selecting previously unselected package libseccomp-dev:armhf.
12:00:35 #12 8.687 Preparing to unpack .../19-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_armhf.deb ...
12:00:35 #12 8.692 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1~18.04.2) ...
12:00:35 #12 8.729 Selecting previously unselected package libsystemd-dev:armhf.
12:00:35 #12 8.731 Preparing to unpack .../20-libsystemd-dev_237-3ubuntu10.56_armhf.deb ...
12:00:35 #12 8.734 Unpacking libsystemd-dev:armhf (237-3ubuntu10.56) ...
12:00:35 #12 8.790 Selecting previously unselected package pkg-config.
12:00:35 + set -e
12:00:35 + mkdir -p /root/build-deb/engine
12:00:35 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:35 #11 62.82 Setting up libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:00:35 #11 62.83 Setting up libfile-find-rule-perl (0.34-1) ...
12:00:35 #11 62.84 Setting up libstring-copyright-perl (0.003006-1) ...
12:00:35 #11 62.85 Setting up python3-debian (0.1.36ubuntu1) ...
12:00:35 #11 61.34 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:35 #11 61.35 Setting up libwww-perl (6.61-1) ...
12:00:35 #11 61.36 Setting up devscripts (2.22.1ubuntu1) ...
12:00:35 #11 61.51 Setting up libxml-parser-perl:armhf (2.46-3build1) ...
12:00:35 #11 61.52 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:35 #11 61.57 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:35 #11 61.62 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:35 #10 77.90 Setting up libipc-run-perl (20200505.0-1) ...
12:00:35 #10 77.91 Setting up git (1:2.30.2-1+deb11u1) ...
12:00:35 #10 77.94 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
12:00:35 #10 77.95 Setting up python3-urllib3 (1.26.5-1~exp1) ...
12:00:35 #10 78.15 Setting up libcontextual-return-perl (0.004014-2) ...
12:00:35 #10 78.16 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:35 #10 78.17 Setting up libtypes-serialiser-perl (1.01-1) ...
12:00:35 #10 78.18 Setting up g++ (4:10.2.1-1) ...
12:00:35 #10 78.21 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:35 #10 78.22 Setting up libhtml-parser-perl (3.75-1+b1) ...
12:00:35 #10 78.23 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:35 #10 78.24 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:00:35 #10 78.25 Setting up librole-tiny-perl (2.002004-1) ...
12:00:35 + mkdir -p /root/build-deb/cli
12:00:35 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:35 #12 21.30   Verifying        : systemd-libs-250.8-1.fc36.aarch64                    99/99 
12:00:35 #12 21.46 
12:00:35 #12 21.46 Upgraded:
12:00:35 #12 21.46   libxcrypt-4.4.33-4.fc36.aarch64       systemd-libs-250.9-1.fc36.aarch64      
12:00:35 #12 21.46 Installed:
12:00:35 #12 21.46   annobin-docs-10.93-1.fc36.noarch                                              
12:00:35 #12 21.46   annobin-plugin-gcc-10.93-1.fc36.aarch64                                       
12:00:35 #12 21.46   autoconf-2.71-3.fc36.noarch                                                   
12:00:35 #12 21.46   automake-1.16.5-7.fc36.noarch                                                 
12:00:35 #12 21.46   checkpolicy-3.3-2.fc36.aarch64                                                
12:00:35 #12 21.46   cmake-3.25.2-1.fc36.aarch64                                                   
12:00:35 #12 21.46   cmake-data-3.25.2-1.fc36.noarch                                               
12:00:35 #12 21.46   cmake-filesystem-3.25.2-1.fc36.aarch64                                        
12:00:35 #12 21.46   cmake-rpm-macros-3.25.2-1.fc36.noarch                                         
12:00:35 #12 21.46   cpp-12.2.1-4.fc36.aarch64                                                     
12:00:35 #12 21.46   cryptsetup-libs-2.4.3-2.fc36.aarch64                                          
12:00:35 #12 21.46   dbus-1:1.14.4-1.fc36.aarch64                                                  
12:00:35 #12 21.46   dbus-broker-32-1.fc36.aarch64                                                 
12:00:35 #12 21.46   dbus-common-1:1.14.4-1.fc36.noarch                                            
12:00:35 #12 21.46   device-mapper-1.02.175-7.fc36.aarch64                                         
12:00:35 #12 21.46   device-mapper-devel-1.02.175-7.fc36.aarch64                                   
12:00:35 #12 21.46   device-mapper-libs-1.02.175-7.fc36.aarch64                                    
12:00:35 #12 21.46   gc-8.0.6-3.fc36.aarch64                                                       
12:00:35 #12 21.46   gcc-12.2.1-4.fc36.aarch64                                                     
12:00:35 #12 21.46   gcc-plugin-annobin-12.2.1-4.fc36.aarch64                                      
12:00:35 #12 21.46   git-2.39.1-1.fc36.aarch64                                                     
12:00:35 #12 21.46   git-core-2.39.1-1.fc36.aarch64                                                
12:00:35 #12 21.46   git-core-doc-2.39.1-1.fc36.noarch                                             
12:00:35 #12 21.46   glibc-devel-2.35-22.fc36.aarch64                                              
12:00:35 #12 21.46   glibc-static-2.35-22.fc36.aarch64                                             
12:00:35 #12 21.46   guile22-2.2.7-5.fc36.aarch64                                                  
12:00:35 #12 21.46   jsoncpp-1.9.5-2.fc36.aarch64                                                  
12:00:35 #12 21.46   kernel-headers-6.1.5-100.fc36.aarch64                                         
12:00:35 #12 21.46   kmod-libs-29-7.fc36.aarch64                                                   
12:00:35 #12 21.46   less-590-5.fc36.aarch64                                                       
12:00:35 #12 21.46   libargon2-20171227-9.fc36.aarch64                                             
12:00:35 #12 21.46   libasan-12.2.1-4.fc36.aarch64                                                 
12:00:35 #12 21.46   libatomic-12.2.1-4.fc36.aarch64                                               
12:00:35 #12 21.46   libbpf-2:0.7.0-3.fc36.aarch64                                                 
12:00:35 #12 21.46   libcbor-0.7.0-5.fc36.aarch64                                                  
12:00:35 #12 21.46   libedit-3.1-41.20210910cvs.fc36.aarch64                                       
12:00:35 #12 21.46   libfdisk-2.38-1.fc36.aarch64                                                  
12:00:35 #12 21.46   libfido2-1.10.0-5.fc36.aarch64                                                
12:00:35 #12 21.46   libmpc-1.2.1-4.fc36.aarch64                                                   
12:00:35 #12 21.46   libseccomp-2.5.3-2.fc36.aarch64                                               
12:00:35 #12 21.46   libseccomp-devel-2.5.3-2.fc36.aarch64                                         
12:00:35 #12 21.46   libselinux-devel-3.3-4.fc36.aarch64                                           
12:00:35 #12 21.46   libselinux-utils-3.3-4.fc36.aarch64                                           
12:00:35 #12 21.46   libsepol-devel-3.3-3.fc36.aarch64                                             
12:00:35 #12 21.46   libtool-2.4.7-1.fc36.aarch64                                                  
12:00:35 #12 21.46   libtool-ltdl-2.4.7-1.fc36.aarch64                                             
12:00:35 #12 21.46   libtool-ltdl-devel-2.4.7-1.fc36.aarch64                                       
12:00:35 #12 21.46   libubsan-12.2.1-4.fc36.aarch64                                                
12:00:35 #12 21.46   libutempter-1.2.1-6.fc36.aarch64                                              
12:00:35 #12 21.46   libuv-1:1.44.2-1.fc36.aarch64                                                 
12:00:35 #12 21.46   libxcrypt-devel-4.4.33-4.fc36.aarch64                                         
12:00:35 #12 21.46   libxcrypt-static-4.4.33-4.fc36.aarch64                                        
12:00:35 #12 21.46   libxkbcommon-1.4.0-1.fc36.aarch64                                             
12:00:35 #12 21.46   m4-1.4.19-3.fc36.aarch64                                                      
12:00:35 #12 21.46   make-1:4.3-7.fc36.aarch64                                                     
12:00:35 #12 21.46   openssh-8.8p1-1.fc36.1.aarch64                                                
12:00:35 #12 21.46   openssh-clients-8.8p1-1.fc36.1.aarch64                                        
12:00:35 #12 21.46   pcre2-devel-10.40-1.fc36.aarch64                                              
12:00:35 #12 21.46   pcre2-utf16-10.40-1.fc36.aarch64                                              
12:00:35 #12 21.46   pcre2-utf32-10.40-1.fc36.aarch64                                              
12:00:35 #12 21.46   perl-Error-1:0.17029-8.fc36.noarch                                            
12:00:35 #12 21.46   perl-File-Compare-1.100.600-486.fc36.noarch                                   
12:00:35 #12 21.46   perl-File-Copy-2.35-486.fc36.noarch                                           
12:00:35 #12 21.46   perl-File-Find-1.39-486.fc36.noarch                                           
12:00:35 #12 21.46   perl-Git-2.39.1-1.fc36.noarch                                                 
12:00:35 #12 21.46   perl-TermReadKey-2.38-12.fc36.aarch64                                         
12:00:35 #12 21.46   perl-Thread-Queue-3.14-479.fc36.noarch                                        
12:00:35 #12 21.46   perl-lib-0.65-486.fc36.aarch64                                                
12:00:35 #12 21.46   perl-threads-1:2.26-449.fc36.aarch64                                          
12:00:35 #12 21.46   perl-threads-shared-1.62-479.fc36.aarch64                                     
12:00:35 #12 21.46   policycoreutils-3.3-4.fc36.aarch64                                            
12:00:35 #12 21.46   policycoreutils-devel-3.3-4.fc36.aarch64                                      
12:00:35 #12 21.46   policycoreutils-python-utils-3.3-4.fc36.noarch                                
12:00:35 #12 21.46   python3-audit-3.0.9-1.fc36.aarch64                                            
12:00:35 #12 21.46   python3-libselinux-3.3-4.fc36.aarch64                                         
12:00:35 #12 21.46   python3-libsemanage-3.3-3.fc36.aarch64                                        
12:00:35 #12 21.46   python3-policycoreutils-3.3-4.fc36.noarch                                     
12:00:35 #12 21.46   python3-setools-4.4.0-5.fc36.aarch64                                          
12:00:35 #12 21.46   python3-setuptools-59.6.0-3.fc36.noarch                                       
12:00:35 #12 21.46   qrencode-libs-4.1.1-2.fc36.aarch64                                            
12:00:35 #12 21.46   rhash-1.4.2-2.fc36.aarch64                                                    
12:00:35 #12 21.46   rpm-plugin-selinux-4.17.1-3.fc36.aarch64                                      
12:00:35 #12 21.46   selinux-policy-36.17-1.fc36.noarch                                            
12:00:35 #12 21.46   selinux-policy-devel-36.17-1.fc36.noarch                                      
12:00:35 #12 21.46   selinux-policy-targeted-36.17-1.fc36.noarch                                   
12:00:35 #12 21.46   systemd-250.9-1.fc36.aarch64                                                  
12:00:35 #12 21.46   systemd-devel-250.9-1.fc36.aarch64                                            
12:00:35 #12 21.46   systemd-networkd-250.9-1.fc36.aarch64                                         
12:00:35 #12 21.46   systemd-pam-250.9-1.fc36.aarch64                                              
12:00:35 #12 21.46   systemd-resolved-250.9-1.fc36.aarch64                                         
12:00:35 #12 21.46   systemd-rpm-macros-250.9-1.fc36.noarch                                        
12:00:35 #12 21.46   util-linux-2.38-1.fc36.aarch64                                                
12:00:35 #12 21.46   vim-filesystem-2:9.0.1262-1.fc36.noarch                                       
12:00:35 #12 21.46   which-2.21-32.fc36.aarch64                                                    
12:00:35 #12 21.46   xkeyboard-config-2.35.1-1.fc36.noarch                                         
12:00:35 #12 21.46 
12:00:35 #12 21.46 Complete!
12:00:35 #12 7.462 debconf: delaying package configuration, since apt-utils is not installed
12:00:35 #12 7.493 Fetched 17.0 MB in 2s (9073 kB/s)
12:00:35 #12 7.510 Selecting previously unselected package libstdc++-8-dev:armhf.
12:00:35 #12 7.511 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17201 files and directories currently installed.)
12:00:35 #12 7.522 Preparing to unpack .../00-libstdc++-8-dev_8.3.0-6+rpi1_armhf.deb ...
12:00:35 #12 7.526 Unpacking libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
12:00:35 #12 7.758 Selecting previously unselected package g++-8.
12:00:36 + mkdir -p /root/build-deb/cli
12:00:36 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:36 #10 58.16 Setting up libedit2:armhf (3.1-20221030-2) ...
12:00:36 #10 58.17 Setting up libreadline8:armhf (8.2-1.3) ...
12:00:36 #10 58.18 Setting up libheif1:armhf (1.14.2-1) ...
12:00:36 #10 58.19 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-3) ...
12:00:36 #10 58.20 Setting up ca-certificates (20211016) ...
12:00:36 #11 58.99 Created symlink /etc/systemd/system/timers.target.wants/man-db.timer → /lib/systemd/system/man-db.timer.
12:00:36 #11 59.05 Setting up libgpgme11:armhf (1.17.1-4.1ubuntu1) ...
12:00:36 #10 51.30 Setting up libcrypt-dev:armhf (1:4.4.33-2) ...
12:00:36 #10 51.32 Setting up libasan8:armhf (12.2.0-14+rpi1) ...
12:00:36 #10 51.33 Setting up libuchardet0:armhf (0.0.7-1) ...
12:00:36 #10 51.37 Setting up libmpdec3:armhf (2.5.1-2+rpi1) ...
12:00:36 #10 51.40 Setting up libcurl4:armhf (7.87.0-2) ...
12:00:36 #10 51.43 Setting up git-man (1:2.39.1-0.1) ...
12:00:36 #10 51.45 Setting up curl (7.87.0-2) ...
12:00:36 #10 51.47 Setting up libbinutils:armhf (2.40-2+rpi1) ...
12:00:36 #10 51.49 Setting up libisl23:armhf (0.25-1) ...
12:00:36 #10 51.50 Setting up libc-dev-bin (2.36-8+rpi1) ...
12:00:36 #10 51.52 Setting up libelf1:armhf (0.187-2+rpi2) ...
12:00:36 #10 51.54 Setting up libxml2:armhf (2.9.14+dfsg-1.1+b1) ...
12:00:36 #10 51.55 Setting up libcc1-0:armhf (12.2.0-14+rpi1) ...
12:00:36 #10 51.57 Setting up libperl5.36:armhf (5.36.0-7) ...
12:00:36 #10 51.59 Setting up libctf0:armhf (2.40-2+rpi1) ...
12:00:36 #10 51.60 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
12:00:36 #10 51.63 Setting up cpp-12 (12.2.0-14+rpi1) ...
12:00:36 #12 6.430 Selecting previously unselected package dh-apparmor.
12:00:36 #12 6.434 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
12:00:36 #12 6.439 Unpacking dh-apparmor (2.13.2-10) ...
12:00:36 #12 6.478 Selecting previously unselected package dmsetup.
12:00:36 #12 6.481 Preparing to unpack .../10-dmsetup_2%3a1.02.155-3_amd64.deb ...
12:00:36 #12 6.486 Unpacking dmsetup (2:1.02.155-3) ...
12:00:36 #12 6.531 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:00:36 #12 6.534 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
12:00:36 #12 6.539 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
12:00:36 #12 6.592 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:00:36 #12 6.595 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
12:00:36 #12 6.601 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
12:00:36 #12 6.647 Selecting previously unselected package libudev-dev:amd64.
12:00:36 #12 7.454 Selecting previously unselected package dh-apparmor.
12:00:36 #12 7.458 Preparing to unpack .../dh-apparmor_3.0.8-2_all.deb ...
12:00:36 #12 7.462 Unpacking dh-apparmor (3.0.8-2) ...
12:00:36 #12 7.502 Preparing to unpack .../libudev1_252.5-2_amd64.deb ...
12:00:36 #12 7.513 Unpacking libudev1:amd64 (252.5-2) over (252.4-2) ...
12:00:36 #12 7.572 Setting up libudev1:amd64 (252.5-2) ...
12:00:36 #10 51.40 Preparing to unpack .../215-libnet-domain-tld-perl_1.75-1.1_all.deb ...
12:00:36 #10 51.41 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
12:00:36 #10 51.44 Selecting previously unselected package libdata-validate-domain-perl.
12:00:36 #10 51.44 Preparing to unpack .../216-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:00:36 #10 51.45 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:00:36 #10 51.48 Selecting previously unselected package libdevel-size-perl.
12:00:36 #10 51.48 Preparing to unpack .../217-libdevel-size-perl_0.83-1+b2_armhf.deb ...
12:00:36 #10 51.48 Unpacking libdevel-size-perl (0.83-1+b2) ...
12:00:36 #10 51.51 Selecting previously unselected package libdistro-info-perl.
12:00:36 #10 51.52 Preparing to unpack .../218-libdistro-info-perl_1.0_all.deb ...
12:00:36 #10 51.52 Unpacking libdistro-info-perl (1.0) ...
12:00:36 #10 51.55 Selecting previously unselected package libemail-address-xs-perl.
12:00:36 #10 51.55 Preparing to unpack .../219-libemail-address-xs-perl_1.04-1+b3_armhf.deb ...
12:00:36 #10 51.55 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
12:00:36 #10 51.59 Selecting previously unselected package libfcgi0ldbl:armhf.
12:00:36 #10 51.59 Preparing to unpack .../220-libfcgi0ldbl_2.4.2-2_armhf.deb ...
12:00:36 #10 51.60 Unpacking libfcgi0ldbl:armhf (2.4.2-2) ...
12:00:36 #10 51.63 Selecting previously unselected package libfcgi-bin.
12:00:36 #12 8.792 Preparing to unpack .../21-pkg-config_0.29.1-0ubuntu2_armhf.deb ...
12:00:36 #12 8.796 Unpacking pkg-config (0.29.1-0ubuntu2) ...
12:00:36 #12 8.837 Setting up libsepol1-dev:armhf (2.7-1ubuntu0.1) ...
12:00:36 #12 8.849 Setting up libuv1:armhf (1.18.0-3) ...
12:00:36 #12 8.865 Setting up bash-completion (1:2.8-1ubuntu1) ...
12:00:36 #13 DONE 1.9s
12:00:36 
12:00:36 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:00:36 #14 DONE 0.0s
12:00:36 
12:00:36 #15 exporting to image
12:00:36 #15 exporting layers
12:00:36 #11 63.04 Setting up python3-requests (2.22.0-2ubuntu1) ...
12:00:36 #11 63.22 Setting up libdata-optlist-perl (0.110-1) ...
12:00:36 #11 61.74 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:36 #11 61.77 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:00:36 #11 61.79 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
12:00:36 #11 61.79 Updating certificates in /etc/ssl/certs...
12:00:36 #10 78.27 Setting up gnupg (2.2.27-2+deb11u2) ...
12:00:36 #10 78.28 Setting up build-essential (12.9) ...
12:00:36 #10 78.29 Setting up python3-unidiff (0.5.5-2) ...
12:00:36 + mkdir -p /root/build-deb/buildx
12:00:36 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:36 #12 7.761 Preparing to unpack .../01-g++-8_8.3.0-6+rpi1_armhf.deb ...
12:00:36 #12 7.764 Unpacking g++-8 (8.3.0-6+rpi1) ...
12:00:36 + mkdir -p /root/build-deb/buildx
12:00:36 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:36 #10 58.53 Updating certificates in /etc/ssl/certs...
12:00:36 #11 59.06 Setting up dirmngr (2.2.35-3ubuntu1) ...
12:00:36 #11 59.19 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:00:36 #11 59.21 Setting up perl (5.34.0-5ubuntu1.1) ...
12:00:36 #11 59.23 Setting up libpackage-stash-xs-perl:armhf (0.30-1) ...
12:00:36 #11 59.24 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:00:36 #11 59.26 Setting up libxs-parse-keyword-perl (0.25-1) ...
12:00:36 #11 59.27 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ...
12:00:36 #11 59.28 Setting up libdata-dump-perl (1.25-1) ...
12:00:36 #11 59.29 Setting up gcc-12 (12.2.0-3ubuntu1) ...
12:00:36 #12 11.62   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          57/97 
12:00:36 #12 19.46   Installing       : python3-policycoreutils-3.4-6.fc37.noarch            58/97 
12:00:36 #12 19.51   Installing       : policycoreutils-python-utils-3.4-6.fc37.noarch       59/97 
12:00:36 #12 19.51   Installing       : libcbor-0.7.0-7.fc37.x86_64                          60/97 
12:00:36 #12 19.55   Installing       : libfido2-1.11.0-3.fc37.x86_64                        61/97 
12:00:36 #12 19.57   Installing       : openssh-clients-8.8p1-7.fc37.x86_64                  62/97 
12:00:36 #12 19.61   Running scriptlet: openssh-clients-8.8p1-7.fc37.x86_64                  62/97 
12:00:36 #12 19.62   Installing       : libbpf-2:0.8.0-2.fc37.x86_64                         63/97 
12:00:36 #12 19.63   Installing       : libargon2-20190702-1.fc37.x86_64                     64/97 
12:00:36 #12 19.66   Installing       : less-590-5.fc37.x86_64                               65/97 
12:00:36 #12 19.75   Installing       : git-core-2.39.1-1.fc37.x86_64                        66/97 
12:00:36 #12 19.82   Installing       : git-core-doc-2.39.1-1.fc37.noarch                    67/97 
12:00:36 #12 19.86   Installing       : perl-Git-2.39.1-1.fc37.noarch                        68/97 
12:00:36 #12 19.86   Installing       : git-2.39.1-1.fc37.x86_64                             69/97 
12:00:36 #12 19.90   Installing       : kmod-libs-30-2.fc37.x86_64                           70/97 
12:00:36 #12 19.90   Installing       : device-mapper-libs-1.02.175-9.fc37.x86_64            71/97 
12:00:36 #12 19.94   Installing       : cryptsetup-libs-2.5.0-1.fc37.x86_64                  72/97 
12:00:36 #12 19.95   Installing       : device-mapper-1.02.175-9.fc37.x86_64                 73/97 
12:00:36 #10 51.64 Setting up gettext (0.21-11) ...
12:00:36 #10 51.66 Setting up perl (5.36.0-7) ...
12:00:36 #10 51.69 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ...
12:00:36 #10 51.71 Setting up libgcc-12-dev:armhf (12.2.0-14+rpi1) ...
12:00:36 #10 51.72 Setting up libio-html-perl (1.004-3) ...
12:00:36 #10 51.74 Setting up libb-hooks-op-check-perl:armhf (0.22-2+b1) ...
12:00:36 #10 51.76 Setting up libdpkg-perl (1.21.19+rpi1) ...
12:00:36 #10 51.78 Setting up autoconf (2.71-3) ...
12:00:36 #10 51.80 Setting up libtimedate-perl (2.3300-2) ...
12:00:36 #10 51.82 Setting up libregexp-ipv6-perl (0.03-3) ...
12:00:36 #10 51.83 Setting up dwz (0.15-1) ...
12:00:36 #10 51.85 Setting up groff-base (1.22.4-9) ...
12:00:36 #12 6.651 Preparing to unpack .../13-libudev-dev_241-7~deb10u8_amd64.deb ...
12:00:36 #12 6.660 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
12:00:36 #12 6.706 Selecting previously unselected package libsepol1-dev:amd64.
12:00:36 #12 6.709 Preparing to unpack .../14-libsepol1-dev_2.8-1_amd64.deb ...
12:00:36 #12 6.713 Unpacking libsepol1-dev:amd64 (2.8-1) ...
12:00:36 #12 6.793 Selecting previously unselected package libpcre16-3:amd64.
12:00:36 #12 7.614 Selecting previously unselected package dmsetup.
12:00:36 #12 7.614 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 34029 files and directories currently installed.)
12:00:36 #12 7.635 Preparing to unpack .../00-dmsetup_2%3a1.02.185-2_amd64.deb ...
12:00:36 #12 7.638 Unpacking dmsetup (2:1.02.185-2) ...
12:00:36 #12 7.681 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:00:36 #12 7.684 Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ...
12:00:36 #12 7.688 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
12:00:36 #12 7.734 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:00:36 #12 7.737 Preparing to unpack .../02-libdevmapper-event1.02.1_2%3a1.02.185-2_amd64.deb ...
12:00:36 #12 7.740 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.185-2) ...
12:00:36 #12 7.769 Selecting previously unselected package libudev-dev:amd64.
12:00:36 #12 7.772 Preparing to unpack .../03-libudev-dev_252.5-2_amd64.deb ...
12:00:36 #12 7.775 Unpacking libudev-dev:amd64 (252.5-2) ...
12:00:36 #12 7.814 Selecting previously unselected package libsepol-dev:amd64.
12:00:36 #10 51.63 Preparing to unpack .../221-libfcgi-bin_2.4.2-2_armhf.deb ...
12:00:36 #10 51.63 Unpacking libfcgi-bin (2.4.2-2) ...
12:00:36 #10 51.66 Selecting previously unselected package libfcgi-perl:armhf.
12:00:36 #10 51.66 Preparing to unpack .../222-libfcgi-perl_0.79+ds-2_armhf.deb ...
12:00:36 #10 51.67 Unpacking libfcgi-perl:armhf (0.79+ds-2) ...
12:00:36 #10 51.71 Selecting previously unselected package libipc-system-simple-perl.
12:00:36 #10 51.71 Preparing to unpack .../223-libipc-system-simple-perl_1.30-1_all.deb ...
12:00:36 #10 51.71 Unpacking libipc-system-simple-perl (1.30-1) ...
12:00:36 #10 51.75 Selecting previously unselected package libfile-basedir-perl.
12:00:36 #10 51.75 Preparing to unpack .../224-libfile-basedir-perl_0.08-1_all.deb ...
12:00:36 #10 51.75 Unpacking libfile-basedir-perl (0.08-1) ...
12:00:36 #10 51.79 Selecting previously unselected package libfile-chdir-perl.
12:00:36 #10 51.79 Preparing to unpack .../225-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:00:36 #10 51.79 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:00:36 #10 51.82 Selecting previously unselected package libfile-fcntllock-perl.
12:00:36 #10 51.82 Preparing to unpack .../226-libfile-fcntllock-perl_0.22-3+b7_armhf.deb ...
12:00:36 #10 51.83 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
12:00:36 #10 51.86 Selecting previously unselected package libnumber-compare-perl.
12:00:36 #11 63.22 Setting up libipc-run-perl (20180523.0-2) ...
12:00:36 #11 63.24 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
12:00:36 #11 63.25 Setting up libcontextual-return-perl (0.004014-2) ...
12:00:36 #11 63.26 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:36 #11 63.27 Setting up libtypes-serialiser-perl (1.0-1) ...
12:00:36 #11 63.28 Setting up g++ (4:9.3.0-1ubuntu2) ...
12:00:36 #11 63.30 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:36 #11 63.30 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:00:36 #11 63.31 Setting up libhtml-parser-perl (3.72-5) ...
12:00:36 #11 63.32 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:00:36 #11 63.33 Setting up librole-tiny-perl (2.001004-1) ...
12:00:36 #11 63.34 Setting up build-essential (12.8ubuntu1.1) ...
12:00:36 #11 63.34 Setting up libfont-ttf-perl (1.06-1) ...
12:00:36 #11 63.35 Setting up libfile-homedir-perl (1.004-1) ...
12:00:36 #11 63.36 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
12:00:36 #11 63.37 Setting up libio-socket-ssl-perl (2.067-1) ...
12:00:36 #11 63.38 Setting up libsub-exporter-perl (0.987-1) ...
12:00:36 #11 63.39 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:36 #11 63.40 Setting up libhttp-message-perl (6.22-1) ...
12:00:36 #11 63.41 Setting up libhtml-form-perl (6.07-1) ...
12:00:36 #11 63.42 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
12:00:36 #10 78.44 Setting up lsb-release (11.1.0) ...
12:00:36 #10 78.45 Setting up libfont-ttf-perl (1.06-1.1) ...
12:00:36 #10 78.46 Setting up libfile-homedir-perl (1.006-1) ...
12:00:36 #10 78.47 Setting up python3-magic (2:0.4.20-3) ...
12:00:36 #10 78.63 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
12:00:36 #10 78.65 Setting up pristine-tar (1.49) ...
12:00:36 #10 78.66 Setting up libio-socket-ssl-perl (2.069-1) ...
12:00:36 + mkdir -p /root/build-deb/cli
12:00:36 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:36 + mkdir -p /root/build-deb/compose
12:00:36 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:36 #16 exporting layers 5.4s done
12:00:36 #16 writing image sha256:951d0e458de0388fd2916021367ebfd108381147a29d63c74374ffb686302fd0 done
12:00:36 #16 naming to docker.io/rpmbuild-centos-9/x86_64 done
12:00:36 #16 DONE 5.4s
12:00:36 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 ab4ef4a' --define '_gitcommit_engine a25ab92' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.15.1' --define '_compose_version v2.15.1' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
12:00:36 #11 59.31 Setting up libfile-find-rule-perl (0.34-2) ...
12:00:36 #11 59.32 Setting up libref-util-perl (0.204-1) ...
12:00:36 #11 59.34 Setting up libipc-system-simple-perl (1.30-1) ...
12:00:36 #11 59.35 Setting up libnet-domain-tld-perl (1.75-2) ...
12:00:36 #11 59.36 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
12:00:36 #11 59.38 Setting up libsocket6-perl (0.29-2) ...
12:00:36 #11 59.39 Setting up systemd-timesyncd (251.4-1ubuntu7) ...
12:00:36 #12 20.00   Installing       : systemd-networkd-251.10-588.fc37.x86_64              74/97 
12:00:36 #12 20.03   Running scriptlet: systemd-networkd-251.10-588.fc37.x86_64              74/97 
12:00:36 #12 20.05   Installing       : systemd-pam-251.10-588.fc37.x86_64                   75/97 
12:00:36 #12 20.06   Installing       : systemd-resolved-251.10-588.fc37.x86_64              76/97 
12:00:36 #12 20.09   Running scriptlet: systemd-resolved-251.10-588.fc37.x86_64              76/97 
12:00:36 #12 20.22   Installing       : systemd-251.10-588.fc37.x86_64                       77/97 
12:00:36 #10 51.89 Setting up cpp (4:12.2.0-1+rpi1) ...
12:00:36 #10 51.91 Setting up libnsl2:armhf (1.3.0-2) ...
12:00:36 #10 51.92 Setting up libsub-override-perl (0.09-4) ...
12:00:36 #10 51.94 Setting up libsub-quote-perl (2.006008-1) ...
12:00:36 #10 51.96 Setting up libclass-xsaccessor-perl (1.19-4+b1) ...
12:00:36 #10 51.98 Setting up libfile-dirlist-perl (0.05-3) ...
12:00:36 #10 52.00 Setting up binutils-arm-linux-gnueabihf (2.40-2+rpi1) ...
12:00:36 #10 52.01 Setting up liburi-perl (5.17-1) ...
12:00:36 #10 52.03 Setting up libfile-touch-perl (0.12-2) ...
12:00:36 #10 52.04 Setting up libnet-ssleay-perl:armhf (1.92-2+b2) ...
12:00:36 #10 52.06 Setting up automake (1:1.16.5-1.3) ...
12:00:36 #10 52.07 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:36 #10 52.07 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:00:36 #10 52.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
12:00:36 #10 52.09 Setting up libhttp-date-perl (6.05-2) ...
12:00:36 #12 6.796 Preparing to unpack .../15-libpcre16-3_2%3a8.39-12_amd64.deb ...
12:00:36 #12 6.802 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
12:00:36 #12 6.858 Selecting previously unselected package libpcre32-3:amd64.
12:00:36 #12 6.861 Preparing to unpack .../16-libpcre32-3_2%3a8.39-12_amd64.deb ...
12:00:36 #12 6.866 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
12:00:36 #12 6.930 Selecting previously unselected package libpcrecpp0v5:amd64.
12:00:36 #12 6.934 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
12:00:36 #12 6.938 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
12:00:36 #12 6.977 Selecting previously unselected package libpcre3-dev:amd64.
12:00:36 #12 6.981 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-12_amd64.deb ...
12:00:36 #12 6.986 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
12:00:36 #12 7.818 Preparing to unpack .../04-libsepol-dev_3.4-2_amd64.deb ...
12:00:36 #12 7.822 Unpacking libsepol-dev:amd64 (3.4-2) ...
12:00:36 #12 7.892 Selecting previously unselected package libpcre2-16-0:amd64.
12:00:36 #12 7.892 Preparing to unpack .../05-libpcre2-16-0_10.42-1_amd64.deb ...
12:00:36 #12 7.897 Unpacking libpcre2-16-0:amd64 (10.42-1) ...
12:00:36 #12 7.954 Selecting previously unselected package libpcre2-32-0:amd64.
12:00:36 #12 7.958 Preparing to unpack .../06-libpcre2-32-0_10.42-1_amd64.deb ...
12:00:36 #12 7.962 Unpacking libpcre2-32-0:amd64 (10.42-1) ...
12:00:36 #12 8.015 Selecting previously unselected package libpcre2-posix3:amd64.
12:00:36 #12 8.019 Preparing to unpack .../07-libpcre2-posix3_10.42-1_amd64.deb ...
12:00:36 #12 8.023 Unpacking libpcre2-posix3:amd64 (10.42-1) ...
12:00:36 #12 8.056 Selecting previously unselected package libpcre2-dev:amd64.
12:00:36 #10 51.86 Preparing to unpack .../227-libnumber-compare-perl_0.03-1.1_all.deb ...
12:00:36 #10 51.86 Unpacking libnumber-compare-perl (0.03-1.1) ...
12:00:36 #10 51.89 Selecting previously unselected package libtext-glob-perl.
12:00:36 #10 51.90 Preparing to unpack .../228-libtext-glob-perl_0.11-1_all.deb ...
12:00:36 #10 51.90 Unpacking libtext-glob-perl (0.11-1) ...
12:00:36 #10 51.93 Selecting previously unselected package libfile-find-rule-perl.
12:00:36 #10 51.93 Preparing to unpack .../229-libfile-find-rule-perl_0.34-1_all.deb ...
12:00:36 #10 51.94 Unpacking libfile-find-rule-perl (0.34-1) ...
12:00:36 #10 51.97 Selecting previously unselected package libfont-afm-perl.
12:00:36 #10 51.97 Preparing to unpack .../230-libfont-afm-perl_1.20-3_all.deb ...
12:00:36 #10 51.98 Unpacking libfont-afm-perl (1.20-3) ...
12:00:36 #10 52.01 Selecting previously unselected package libio-string-perl.
12:00:36 #10 52.01 Preparing to unpack .../231-libio-string-perl_1.08-3.1_all.deb ...
12:00:36 #10 52.02 Unpacking libio-string-perl (1.08-3.1) ...
12:00:36 #10 52.05 Selecting previously unselected package libfont-ttf-perl.
12:00:36 #10 52.05 Preparing to unpack .../232-libfont-ttf-perl_1.06-1.1_all.deb ...
12:00:36 #10 52.06 Unpacking libfont-ttf-perl (1.06-1.1) ...
12:00:36 #10 52.12 Selecting previously unselected package libio-stringy-perl.
12:00:36 #11 63.43 Setting up libjson-xs-perl (4.020-1build1) ...
12:00:36 #11 63.44 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:36 #11 63.45 Setting up libio-prompter-perl (0.004015-1) ...
12:00:36 #11 63.46 Setting up libhttp-cookies-perl (6.08-1) ...
12:00:36 #11 63.47 Setting up po-debconf (1.0.21) ...
12:00:36 #11 63.48 Setting up libhtml-tree-perl (5.07-2) ...
12:00:36 #11 63.49 Setting up libparams-classify-perl (0.015-1build2) ...
12:00:36 #11 63.50 Setting up libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
12:00:36 #11 63.51 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:00:36 #11 63.52 Setting up libnet-dns-sec-perl (1.15-1) ...
12:00:36 #11 63.53 Setting up libcurl3-gnutls:armhf (7.68.0-1ubuntu2.15) ...
12:00:36 #11 63.54 Setting up libsereal-perl (4.011-1) ...
12:00:36 #11 63.55 Setting up libhtml-format-perl (2.12-1) ...
12:00:36 #11 63.56 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:00:36 #11 63.62 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:36 + mkdir -p /root/build-deb/buildx
12:00:36 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:36 #10 78.67 Setting up libsub-exporter-perl (0.987-1) ...
12:00:36 #10 78.68 Setting up libc-devtools (2.31-13+deb11u5) ...
12:00:36 #10 78.69 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:36 #10 78.70 Setting up libhttp-message-perl (6.28-1) ...
12:00:36 #10 78.71 Setting up libhtml-form-perl (6.07-1) ...
12:00:36 #10 78.72 Setting up python3-pkg-resources (52.0.0-4) ...
12:00:36 #10 78.92 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:00:36 #12 9.394 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1~18.04.2) ...
12:00:36 #12 9.414 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
12:00:36 #12 9.431 Setting up libdevmapper1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:36 #12 9.459 Setting up librhash0:armhf (1.3.6-2) ...
12:00:36 #12 9.477 Setting up libdevmapper-event1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:36 #12 9.493 Setting up pkg-config (0.29.1-0ubuntu2) ...
12:00:36 #12 9.539 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
12:00:36 #12 9.551 Setting up libpcrecpp0v5:armhf (2:8.39-9ubuntu0.1) ...
12:00:36 #12 9.562 Setting up libpcre32-3:armhf (2:8.39-9ubuntu0.1) ...
12:00:36 #12 9.575 Setting up libsystemd-dev:armhf (237-3ubuntu10.56) ...
12:00:36 #12 9.589 Setting up libpcre16-3:armhf (2:8.39-9ubuntu0.1) ...
12:00:36 #12 9.605 Setting up libudev-dev:armhf (237-3ubuntu10.56) ...
12:00:36 #12 9.621 Setting up liblzo2-2:armhf (2.08-1.2) ...
12:00:36 #12 9.638 Setting up libjsoncpp1:armhf (1.7.4-3) ...
12:00:36 #12 9.658 Setting up libpcre3-dev:armhf (2:8.39-9ubuntu0.1) ...
12:00:36 #12 9.675 Setting up libarchive13:armhf (3.2.2-3.1ubuntu0.7) ...
12:00:36 #12 9.691 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
12:00:36 #12 9.712 Setting up libselinux1-dev:armhf (2.7-2build2) ...
12:00:36 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:36 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:36 + mkdir -p /go/src/github.com/docker
12:00:36 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:36 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:36 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:36 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:36 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:36 + EPOCH=5
12:00:36 + EPOCH_SEP=
12:00:36 + [[ ! -z 5 ]]
12:00:36 + EPOCH_SEP=:
12:00:36 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:36 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:36 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:36 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:36 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:36 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:36 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:36 + debSource=docker-ce
12:00:36 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:36 + debMaintainer='Docker <support@docker.com>'
12:00:36 ++ date --rfc-2822
12:00:36 + debDate='Tue, 07 Feb 2023 12:00:36 +0000'
12:00:36 + pkgRevision=1
12:00:36 + cat
12:00:36 + export CLI_GITCOMMIT=ab4ef4a
12:00:36 + CLI_GITCOMMIT=ab4ef4a
12:00:36 + export ENGINE_GITCOMMIT=a25ab92
12:00:36 + ENGINE_GITCOMMIT=a25ab92
12:00:36 + export SCAN_GITCOMMIT=6c852fa
12:00:36 + SCAN_GITCOMMIT=6c852fa
12:00:36 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:36 + dpkg-buildpackage -uc -us -I.git
12:00:36 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:36 dpkg-buildpackage: info: source package docker-ce
12:00:36 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm
12:00:36 dpkg-buildpackage: info: source distribution bookworm
12:00:36 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:36  dpkg-source -I.git --before-build .
12:00:36 dpkg-buildpackage: info: host architecture arm64
12:00:36 #15 DONE 2.2s
12:00:36 
12:00:36 #16 [stage-1 9/9] WORKDIR /root/rpmbuild
12:00:36 #16 DONE 0.0s
12:00:36 
12:00:36 #17 exporting to image
12:00:36 #17 exporting layers
12:00:36 #11 62.09 0 added, 0 removed; done.
12:00:36 #11 62.09 Running hooks in /etc/ca-certificates/update.d...
12:00:36 #11 62.09 done.
12:00:36 #11 DONE 62.3s
12:00:36 
12:00:36 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:00:36 #12 DONE 0.0s
12:00:36 
12:00: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
12:00:36 #12 8.419 Selecting previously unselected package g++.
12:00:36 #12 8.420 Preparing to unpack .../02-g++_4%3a8.3.0-1+rpi2_armhf.deb ...
12:00:36 #12 8.424 Unpacking g++ (4:8.3.0-1+rpi2) ...
12:00:36 #12 8.480 Selecting previously unselected package build-essential.
12:00:36 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:00:36 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:00:36 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:00:36 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YzuMRj
12:00:36 + umask 022
12:00:36 + cd /root/rpmbuild/BUILD
12:00:36 + cd /root/rpmbuild/BUILD
12:00:36 + rm -rf src
12:00:36 + /usr/bin/mkdir -p src
12:00:36 + cd src
12:00:36 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:00:36 + /usr/bin/tar -xof -
12:00:36 #11 59.63 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
12:00:36 #11 59.63 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:00:36 #11 59.64 Setting up libvariable-magic-perl (0.62-2) ...
12:00:36 #11 59.66 Setting up libio-html-perl (1.004-3) ...
12:00:36 #11 59.67 Setting up libpod-parser-perl (1.65-1) ...
12:00:36 #11 59.68 Setting up libb-hooks-op-check-perl:armhf (0.22-2) ...
12:00:36 #11 59.69 Setting up liblist-moreutils-xs-perl (0.430-3) ...
12:00:36 #11 59.71 Setting up libparams-util-perl (1.102-1build3) ...
12:00:36 #11 59.72 Setting up libdpkg-perl (1.21.9ubuntu1) ...
12:00:36 #11 59.73 Setting up libtime-duration-perl (1.21-1) ...
12:00:36 #11 59.74 Setting up autoconf (2.71-2) ...
12:00:36 #11 59.75 Setting up libsub-exporter-progressive-perl (0.001013-2) ...
12:00:36 #11 59.76 Setting up libarray-intspan-perl (2.004-2) ...
12:00:36 #11 59.78 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:36 #11 59.79 Setting up libtimedate-perl (2.3300-2) ...
12:00:36 #11 59.81 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
12:00:36 #12 20.26   Running scriptlet: systemd-251.10-588.fc37.x86_64                       77/97 
12:00:36 #12 20.41 Creating group 'input' with GID 104.
12:00:36 #12 20.41 Creating group 'kvm' with GID 36.
12:00:36 #12 20.41 Creating group 'render' with GID 105.
12:00:36 #12 20.41 Creating group 'sgx' with GID 106.
12:00:36 #12 20.41 Creating group 'systemd-journal' with GID 190.
12:00:36 #12 20.41 Creating group 'systemd-network' with GID 192.
12:00:36 #12 20.41 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:00:36 #12 20.41 Creating group 'systemd-oom' with GID 999.
12:00:36 #12 20.41 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 999 and GID 999.
12:00:36 #12 20.41 Creating group 'systemd-resolve' with GID 193.
12:00:36 #12 20.41 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:00:36 #12 20.41 
12:00:36 + mkdir -p /root/build-deb/compose
12:00:36 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:36 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:36 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:36 + mkdir -p /go/src/github.com/docker
12:00:36 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:36 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:36 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:36 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:36 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:36 + EPOCH=5
12:00:36 + EPOCH_SEP=
12:00:36 + [[ ! -z 5 ]]
12:00:36 + EPOCH_SEP=:
12:00:36 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:36 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:36 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:36 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:36 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:36 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:36 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:36 + debSource=docker-ce
12:00:36 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:36 + debMaintainer='Docker <support@docker.com>'
12:00:36 ++ date --rfc-2822
12:00:36 + debDate='Tue, 07 Feb 2023 12:00:36 +0000'
12:00:36 + pkgRevision=1
12:00:36 + cat
12:00:36 + export CLI_GITCOMMIT=ab4ef4a
12:00:36 + CLI_GITCOMMIT=ab4ef4a
12:00:36 + export ENGINE_GITCOMMIT=a25ab92
12:00:36 + ENGINE_GITCOMMIT=a25ab92
12:00:36 + export SCAN_GITCOMMIT=6c852fa
12:00:36 + SCAN_GITCOMMIT=6c852fa
12:00:36 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:36 + dpkg-buildpackage -uc -us -I.git
12:00:36 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:36 dpkg-buildpackage: info: source package docker-ce
12:00:36 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic
12:00:36 dpkg-buildpackage: info: source distribution kinetic
12:00:36 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:36 dpkg-buildpackage: info: host architecture arm64
12:00:36  dpkg-source -I.git --before-build .
12:00:36 #10 58.92 127 added, 0 removed; done.
12:00:36 #10 58.95 Setting up libfreetype6:armhf (2.12.1+dfsg-4) ...
12:00:36 #10 58.97 Setting up libgcc-12-dev:armhf (12.2.0-14) ...
12:00:36 #10 58.98 Setting up shared-mime-info (2.2-1) ...
12:00:36 #10 52.10 Setting up libfile-which-perl (1.27-2) ...
12:00:36 #10 52.12 Setting up libfile-listing-perl (6.15-1) ...
12:00:36 #10 52.13 Setting up libdynaloader-functions-perl (0.003-3) ...
12:00:36 #10 52.16 Setting up libclass-method-modifiers-perl (2.14-1) ...
12:00:36 #10 52.18 Setting up libio-pty-perl (1:1.17-1) ...
12:00:36 #10 52.20 Setting up libclone-perl:armhf (0.46-1) ...
12:00:36 #10 52.22 Setting up libarchive-zip-perl (1.68-1) ...
12:00:36 #10 52.28 Setting up libhtml-tagset-perl (3.20-6) ...
12:00:36 #10 52.31 Setting up libpython3.11-stdlib:armhf (3.11.1-2) ...
12:00:36 #10 52.35 Setting up libdebhelper-perl (13.11.4) ...
12:00:36 #10 52.37 Setting up liblwp-mediatypes-perl (6.04-2) ...
12:00:36 #10 52.39 Setting up libtry-tiny-perl (0.31-2) ...
12:00:36 #10 52.41 Setting up libnet-http-perl (6.22-1) ...
12:00:36 #10 52.43 Setting up libencode-locale-perl (1.05-3) ...
12:00:36 #10 52.45 Setting up binutils (2.40-2+rpi1) ...
12:00:36 #12 7.081 Selecting previously unselected package libselinux1-dev:amd64.
12:00:36 #12 7.085 Preparing to unpack .../19-libselinux1-dev_2.8-1+b1_amd64.deb ...
12:00:36 #12 7.090 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
12:00:36 #12 7.157 Selecting previously unselected package libdevmapper-dev:amd64.
12:00:36 #12 7.160 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
12:00:36 #12 7.164 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
12:00:36 #12 7.202 Selecting previously unselected package libseccomp-dev:amd64.
12:00:36 #12 7.206 Preparing to unpack .../21-libseccomp-dev_2.3.3-4_amd64.deb ...
12:00:36 #12 7.210 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
12:00:36 #12 7.250 Selecting previously unselected package libsystemd-dev:amd64.
12:00:36 #12 7.253 Preparing to unpack .../22-libsystemd-dev_241-7~deb10u8_amd64.deb ...
12:00:36 #12 7.258 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
12:00:36 #12 8.059 Preparing to unpack .../08-libpcre2-dev_10.42-1_amd64.deb ...
12:00:36 #12 8.065 Unpacking libpcre2-dev:amd64 (10.42-1) ...
12:00:36 #12 8.171 Selecting previously unselected package libselinux1-dev:amd64.
12:00:36 #12 8.175 Preparing to unpack .../09-libselinux1-dev_3.4-1+b5_amd64.deb ...
12:00:36 #12 8.178 Unpacking libselinux1-dev:amd64 (3.4-1+b5) ...
12:00:36 #12 8.239 Selecting previously unselected package libdevmapper-dev:amd64.
12:00:36 #12 8.242 Preparing to unpack .../10-libdevmapper-dev_2%3a1.02.185-2_amd64.deb ...
12:00:36 #12 8.250 Unpacking libdevmapper-dev:amd64 (2:1.02.185-2) ...
12:00:36 #12 8.293 Selecting previously unselected package libseccomp-dev:amd64.
12:00:36 #10 52.12 Preparing to unpack .../233-libio-stringy-perl_2.111-3_all.deb ...
12:00:36 #10 52.12 Unpacking libio-stringy-perl (2.111-3) ...
12:00:36 #10 52.16 Selecting previously unselected package libparams-validate-perl:armhf.
12:00:36 #10 52.16 Preparing to unpack .../234-libparams-validate-perl_1.30-1+b1_armhf.deb ...
12:00:36 #10 52.17 Unpacking libparams-validate-perl:armhf (1.30-1+b1) ...
12:00:36 #10 52.21 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:00:36 #10 52.21 Preparing to unpack .../235-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
12:00:36 #10 52.21 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
12:00:36 #10 52.25 Selecting previously unselected package libsort-versions-perl.
12:00:36 #10 52.25 Preparing to unpack .../236-libsort-versions-perl_1.62-1_all.deb ...
12:00:36 #10 52.26 Unpacking libsort-versions-perl (1.62-1) ...
12:00:36 #10 52.28 Selecting previously unselected package libgit-wrapper-perl.
12:00:36 #10 52.29 Preparing to unpack .../237-libgit-wrapper-perl_0.048-1_all.deb ...
12:00:36 #10 52.29 Unpacking libgit-wrapper-perl (0.048-1) ...
12:00:36 #10 52.32 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:00:36 #10 52.33 Preparing to unpack .../238-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:00:36 #10 52.33 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:00:36 #10 52.36 Selecting previously unselected package libio-prompter-perl.
12:00:36 #11 63.68 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:36 #11 63.81 
12:00:36 #11 63.81 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:36 #11 63.88 Setting up dput (1.0.3ubuntu1) ...
12:00:36 + mkdir -p /root/build-deb/compose
12:00:36 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:36 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:36 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:36 + mkdir -p /go/src/github.com/docker
12:00:36 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:36 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:36 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:36 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:36 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:36 + EPOCH=5
12:00:36 + EPOCH_SEP=
12:00:36 + [[ ! -z 5 ]]
12:00:36 + EPOCH_SEP=:
12:00:36 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:36 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:36 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:36 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:36 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:36 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:36 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:36 + debSource=docker-ce
12:00:36 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:36 + debMaintainer='Docker <support@docker.com>'
12:00:36 ++ date --rfc-2822
12:00:36 + debDate='Tue, 07 Feb 2023 12:00:36 +0000'
12:00:36 + pkgRevision=1
12:00:36 + cat
12:00:36 + export CLI_GITCOMMIT=ab4ef4a
12:00:36 + CLI_GITCOMMIT=ab4ef4a
12:00:36 + export ENGINE_GITCOMMIT=a25ab92
12:00:36 + ENGINE_GITCOMMIT=a25ab92
12:00:36 + export SCAN_GITCOMMIT=6c852fa
12:00:36 + SCAN_GITCOMMIT=6c852fa
12:00:36 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:36 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:36 + dpkg-buildpackage -uc -us -I.git
12:00:36 #10 78.93 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
12:00:36 #10 78.94 Setting up libjson-xs-perl (4.030-1+b1) ...
12:00:36 #10 78.95 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:36 #10 78.96 Setting up libio-prompter-perl (0.004015-1) ...
12:00:36 #10 78.98 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:00:36 #10 78.99 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:36 #10 79.00 Setting up python3-apt (2.2.1) ...
12:00:36 #10 79.15 Setting up po-debconf (1.0.21+nmu1) ...
12:00:36 #10 79.16 Setting up libhtml-tree-perl (5.07-2) ...
12:00:36 #10 79.17 Setting up libparams-classify-perl (0.015-1+b3) ...
12:00:37 #12 9.724 Setting up libdevmapper-dev:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:00:37 #12 9.735 Setting up docker-ce-build-deps (1.0) ...
12:00:37 #12 9.748 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
12:00:37 #12 9.771 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:00:37  debian/rules clean
12:00:37 dh clean --with=bash-completion
12:00:37    dh_clean
12:00:37 #12 8.482 Preparing to unpack .../03-build-essential_12.6_armhf.deb ...
12:00:37 #12 8.488 Unpacking build-essential (12.6) ...
12:00:37 #12 8.527 Selecting previously unselected package bash-completion.
12:00:37 #12 8.529 Preparing to unpack .../04-bash-completion_1%3a2.8-6_all.deb ...
12:00:37 #11 59.82 Setting up libsub-name-perl:armhf (0.26-2) ...
12:00:37 #11 59.83 Setting up libtype-tiny-xs-perl:armhf (0.022-2) ...
12:00:37 #11 59.84 Setting up libsyntax-keyword-try-perl (0.27-1) ...
12:00:37 #11 59.86 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:00:37 #11 59.88 Setting up libproc-processtable-perl:armhf (0.634-1build1) ...
12:00:37 #11 59.89 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:00:37 #11 59.90 Setting up xauth (1:1.1.1-1) ...
12:00:37 #11 59.91 Setting up libpath-tiny-perl (0.122-1) ...
12:00:37 #11 59.92 Setting up libarchive-cpio-perl (0.10-2) ...
12:00:37 #11 59.94 Setting up libjson-perl (4.09000-1) ...
12:00:37 #11 59.95 Setting up libnsl2:armhf (1.3.0-2build2) ...
12:00:37 #11 59.96 Setting up libipc-run3-perl (0.048-2) ...
12:00:37 #11 59.97 Setting up libregexp-wildcards-perl (1.05-3) ...
12:00:37 #11 59.98 Setting up libfcgi-perl:armhf (0.82+ds-1build1) ...
12:00:37 #11 59.99 Setting up libsub-override-perl (0.09-3) ...
12:00:37 #11 60.00 Setting up libaliased-perl (0.34-2) ...
12:00:37 #11 60.02 Setting up libstrictures-perl (2.000006-1) ...
12:00:37 #12 20.42   Installing       : jsoncpp-1.9.5-3.fc37.x86_64                          78/97 
12:00:37  debian/rules clean
12:00:37 dh clean --with=bash-completion
12:00:37    dh_clean
12:00:37 #10 52.47 Setting up libdevel-callchecker-perl:armhf (0.008-2) ...
12:00:37 #10 52.48 Setting up man-db (2.11.2-1) ...
12:00:37 #10 52.60 Building database of manual pages ...
12:00:37 #12 7.359 Selecting previously unselected package pkg-config.
12:00:37 #12 7.363 Preparing to unpack .../23-pkg-config_0.29-6_amd64.deb ...
12:00:37 #12 7.369 Unpacking pkg-config (0.29-6) ...
12:00:37 #12 7.419 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
12:00:37 #12 7.434 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
12:00:37 #12 7.448 Setting up libpcre16-3:amd64 (2:8.39-12) ...
12:00:37 #12 7.468 Setting up libarchive13:amd64 (3.3.3-4+deb10u3) ...
12:00:37 #12 7.479 Setting up libprocps7:amd64 (2:3.3.15-2) ...
12:00:37 #12 7.491 Setting up libsepol1-dev:amd64 (2.8-1) ...
12:00:37 #12 7.503 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
12:00:37 #12 7.515 Setting up bash-completion (1:2.8-6) ...
12:00:37 #12 4.654 Reading package lists...
12:00:37 #10 52.37 Preparing to unpack .../239-libio-prompter-perl_0.004015-1_all.deb ...
12:00:37 #10 52.37 Unpacking libio-prompter-perl (0.004015-1) ...
12:00:37 #10 52.40 Selecting previously unselected package libjson-perl.
12:00:37 #10 52.40 Preparing to unpack .../240-libjson-perl_4.03000-1_all.deb ...
12:00:37 #10 52.41 Unpacking libjson-perl (4.03000-1) ...
12:00:37 #10 52.44 Selecting previously unselected package liblog-any-perl.
12:00:37 #10 52.44 Preparing to unpack .../241-liblog-any-perl_1.709-1_all.deb ...
12:00:37 #10 52.45 Unpacking liblog-any-perl (1.709-1) ...
12:00:37 #10 52.48 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:00:37 #10 52.48 Preparing to unpack .../242-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:00:37 #10 52.49 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:00:37 #10 52.52 Selecting previously unselected package libpackage-stash-perl.
12:00:37 #10 52.52 Preparing to unpack .../243-libpackage-stash-perl_0.39-1_all.deb ...
12:00:37 #10 52.53 Unpacking libpackage-stash-perl (0.39-1) ...
12:00:37 #10 52.56 Selecting previously unselected package libsub-identify-perl.
12:00:37 #10 52.56 Preparing to unpack .../244-libsub-identify-perl_0.14-1+b3_armhf.deb ...
12:00:37 #10 52.56 Unpacking libsub-identify-perl (0.14-1+b3) ...
12:00:37 #10 52.59 Selecting previously unselected package libsub-name-perl.
12:00:37 #12 8.296 Preparing to unpack .../11-libseccomp-dev_2.5.4-1+b3_amd64.deb ...
12:00:37 #12 8.308 Unpacking libseccomp-dev:amd64 (2.5.4-1+b3) ...
12:00:37 #12 8.349 Selecting previously unselected package libsystemd-dev:amd64.
12:00:37 #12 8.352 Preparing to unpack .../12-libsystemd-dev_252.5-2_amd64.deb ...
12:00:37 #12 8.357 Unpacking libsystemd-dev:amd64 (252.5-2) ...
12:00:37 #12 8.473 Selecting previously unselected package libpkgconf3:amd64.
12:00:37 #12 8.477 Preparing to unpack .../13-libpkgconf3_1.8.1-1_amd64.deb ...
12:00:37 #12 8.481 Unpacking libpkgconf3:amd64 (1.8.1-1) ...
12:00:37 #12 8.510 Selecting previously unselected package pkgconf-bin.
12:00:37 #12 8.513 Preparing to unpack .../14-pkgconf-bin_1.8.1-1_amd64.deb ...
12:00:37 #12 8.516 Unpacking pkgconf-bin (1.8.1-1) ...
12:00:37 #12 8.551 Selecting previously unselected package pkgconf:amd64.
12:00:37 #12 8.554 Preparing to unpack .../15-pkgconf_1.8.1-1_amd64.deb ...
12:00:37 #12 8.559 Unpacking pkgconf:amd64 (1.8.1-1) ...
12:00:37 #12 8.595 Selecting previously unselected package pkg-config:amd64.
12:00:37 #12 8.599 Preparing to unpack .../16-pkg-config_1.8.1-1_amd64.deb ...
12:00:37 #12 8.603 Unpacking pkg-config:amd64 (1.8.1-1) ...
12:00:37 #12 8.644 Setting up libseccomp-dev:amd64 (2.5.4-1+b3) ...
12:00:37 #12 8.655 Setting up libpcre2-16-0:amd64 (10.42-1) ...
12:00:37 #11 64.03 Setting up libio-async-loop-epoll-perl (0.20-1) ...
12:00:37 #11 64.04 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
12:00:37 #11 64.17 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:37 #11 64.18 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:37 #11 64.19 Setting up libmailtools-perl (2.21-1) ...
12:00:37 #11 64.20 Setting up git (1:2.25.1-1ubuntu3.8) ...
12:00:37 #11 64.23 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
12:00:37 dpkg-buildpackage: info: source package docker-ce
12:00:37 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy
12:00:37 dpkg-buildpackage: info: source distribution jammy
12:00:37 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:37 dpkg-buildpackage: info: host architecture arm64
12:00:37  dpkg-source -I.git --before-build .
12:00:37 #10 79.18 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:00:37 #10 79.19 Setting up libhtml-format-perl (2.12-1.1) ...
12:00:37 #10 79.20 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:00:37 #10 79.26 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:37 #10 79.31 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:37 #10 79.44 
12:00:37 #10 79.44 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:37 #12 DONE 9.9s
12:00:37 
12:00:37 #13 [stage-1 5/8] COPY sources/ /sources
12:00:37 #13 DONE 0.2s
12:00:37  dpkg-source -I.git -b .
12:00:37 dpkg-source: warning: native package version may not have a revision
12:00:37 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:37 dpkg-source: info: using source format '1.0'
12:00:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz
12:00:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc
12:00:37  debian/rules build
12:00:37 dh build --with=bash-completion
12:00:37    dh_update_autotools_config
12:00:37 #12 22.66 Last metadata expiration check: 0:00:39 ago on Tue Feb  7 11:59:57 2023.
12:00:37 #11 60.03 Setting up libsub-quote-perl (2.006006-1) ...
12:00:37 #11 60.04 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:00:37 #11 60.05 Setting up libclass-xsaccessor-perl (1.19-4) ...
12:00:37 #11 60.06 Setting up libsort-versions-perl (1.62-2) ...
12:00:37 #11 60.07 Setting up libexporter-tiny-perl (1.002002-1) ...
12:00:37 #11 60.09 Setting up libre-engine-re2-perl:armhf (0.14-1build2) ...
12:00:37 #11 60.11 Setting up libfile-dirlist-perl (0.05-2) ...
12:00:37 #11 60.13 Setting up libterm-readkey-perl (2.38-2) ...
12:00:37 #11 60.14 Setting up libtext-levenshteinxs-perl (0.03-5) ...
12:00:37 #11 60.16 Setting up libperlio-gzip-perl (0.20-1) ...
12:00:37 #11 60.17 Setting up libsys-hostname-long-perl (1.5-2) ...
12:00:37 #11 60.18 Setting up libhtml-html5-entities-perl (0.004-2) ...
12:00:37 #11 60.19 Setting up libsereal-decoder-perl (4.025+ds-1) ...
12:00:37 #11 60.20 Setting up liburi-perl (5.12-1ubuntu1) ...
12:00:37 #11 60.22 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:00:37 #11 60.23 Setting up libfile-touch-perl (0.12-1) ...
12:00:37 #11 60.24 Setting up systemd-resolved (251.4-1ubuntu7) ...
12:00:37 #12 20.47   Installing       : gc-8.0.6-4.fc37.x86_64                               79/97 
12:00:37 #12 20.75   Installing       : guile22-2.2.7-6.fc37.x86_64                          80/97 
12:00:37  dpkg-source -I.git -b .
12:00:37 + STATUS=0
12:00:37 + '[' 0 -ne 0 ']'
12:00:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:00:37 + /usr/bin/tar -xof -
12:00:37 #12 6.085 Building dependency tree...
12:00:37 #10 52.59 Preparing to unpack .../245-libsub-name-perl_0.26-1+b1_armhf.deb ...
12:00:37 #10 52.60 Unpacking libsub-name-perl (0.26-1+b1) ...
12:00:37 #10 52.63 Selecting previously unselected package libnamespace-clean-perl.
12:00:37 #10 52.63 Preparing to unpack .../246-libnamespace-clean-perl_0.27-1_all.deb ...
12:00:37 #10 52.63 Unpacking libnamespace-clean-perl (0.27-1) ...
12:00:37 #10 52.66 Selecting previously unselected package libpath-tiny-perl.
12:00:37 #10 52.66 Preparing to unpack .../247-libpath-tiny-perl_0.118-1_all.deb ...
12:00:37 #10 52.69 Unpacking libpath-tiny-perl (0.118-1) ...
12:00:37 #10 52.72 Selecting previously unselected package libtype-tiny-perl.
12:00:37 #10 52.72 Preparing to unpack .../248-libtype-tiny-perl_1.012001-2_all.deb ...
12:00:37 #10 52.73 Unpacking libtype-tiny-perl (1.012001-2) ...
12:00:37 #10 52.79 Selecting previously unselected package libgitlab-api-v4-perl.
12:00:37 #10 52.79 Preparing to unpack .../249-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:00:37 #10 52.80 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:00:37 #10 52.85 Selecting previously unselected package libglib2.0-0:armhf.
12:00:37 #12 8.669 Setting up libpcre2-32-0:amd64 (10.42-1) ...
12:00:37 #12 8.680 Setting up libpkgconf3:amd64 (1.8.1-1) ...
12:00:37 #12 8.690 Setting up libuv1:amd64 (1.44.2-1) ...
12:00:37 #12 8.702 Setting up bash-completion (1:2.11-6) ...
12:00:37 #12 8.722 Setting up libproc2-0:amd64 (2:4.0.2-3) ...
12:00:37 #12 8.732 Setting up libjsoncpp25:amd64 (1.9.5-4) ...
12:00:37 #12 8.742 Setting up libudev-dev:amd64 (252.5-2) ...
12:00:37 #12 8.754 Setting up libsepol-dev:amd64 (3.4-2) ...
12:00:37 #12 8.769 Setting up pkgconf-bin (1.8.1-1) ...
12:00:37 #12 8.779 Setting up libpcre2-posix3:amd64 (10.42-1) ...
12:00:37 #12 8.789 Setting up librhash0:amd64 (1.4.3-3) ...
12:00:37 #12 8.799 Setting up procps (2:4.0.2-3) ...
12:00:37 #12 8.839 Setting up cmake-data (3.25.1-1) ...
12:00:37 #12 8.854 Setting up dh-apparmor (3.0.8-2) ...
12:00:37 #12 8.863 Setting up libsystemd-dev:amd64 (252.5-2) ...
12:00:37 #12 8.874 Setting up libpcre2-dev:amd64 (10.42-1) ...
12:00:37 #12 5.709 Hit:1 http://deb.debian.org/debian buster InRelease
12:00:37 #12 5.709 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
12:00:37 #12 5.710 Hit:3 http://deb.debian.org/debian buster-updates InRelease
12:00:37  debian/rules clean
12:00:37 dh clean --with=bash-completion
12:00:37    dh_clean
12:00:37 #11 64.27 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:37 #11 64.34 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:37 #11 64.42 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:37 #10 79.47 Setting up python3-chardet (4.0.0-1) ...
12:00:37 #10 79.74 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:37 
12:00:37 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:37    dh_autoreconf
12:00:37    debian/rules override_dh_auto_build
12:00:37 make[1]: Entering directory '/root/build-deb'
12:00:37 # Build the daemon and dependencies
12:00:37 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:00:37 
12:00:37 Removing bundles/
12:00:37 
12:00:37 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:37 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:00:37 #12 23.00 Package bash-5.2.9-2.fc36.aarch64 is already installed.
12:00:37 #12 23.08 Dependencies resolved.
12:00:37 #12 23.10 Nothing to do.
12:00:37 #12 23.10 Complete!
12:00:37 #12 DONE 23.2s
12:00:37 #11 60.36 Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
12:00:37 #11 60.36 mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
12:00:37 #11 60.36 Cannot take a backup of /etc/resolv.conf.
12:00:37 #11 60.36 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:00:37 #11 60.36 Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
12:00:37 #11 60.49 Setting up libemail-address-xs-perl (1.05-1) ...
12:00:37 #11 60.50 Setting up libnet-ssleay-perl:armhf (1.92-2) ...
12:00:37 #11 60.51 Setting up automake (1:1.16.5-1.3) ...
12:00:37 #11 60.52 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:37 #11 60.52 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:00:37 #11 60.52 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:00:37 #11 60.53 Setting up libapt-pkg-perl (0.1.40build2) ...
12:00:37 #11 60.55 Setting up libstring-escape-perl (2010.002-2) ...
12:00:37 #11 60.56 Setting up libberkeleydb-perl:armhf (0.64-1build3) ...
12:00:37 #11 60.57 Setting up libhttp-date-perl (6.05-1) ...
12:00:37 #11 60.59 Setting up libfile-which-perl (1.27-1) ...
12:00:37 #12 20.80   Installing       : make-1:4.3-11.fc37.x86_64                            81/97 
12:00:37 #12 9.124 Unpacking bash-completion (1:2.8-6) ...
12:00:37 #12 9.281 Selecting previously unselected package cmake-data.
12:00:37 #12 9.283 Preparing to unpack .../05-cmake-data_3.16.3-3~bpo10+1_all.deb ...
12:00:37 #12 9.290 Unpacking cmake-data (3.16.3-3~bpo10+1) ...
12:00:37 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:00:37 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:00:37 dpkg-source: warning: native package version may not have a revision
12:00:37 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:37 dpkg-source: info: using source format '1.0'
12:00:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz
12:00:37 #12 6.286 Reading state information...
12:00:37 #12 6.319 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:37 #10 52.85 Preparing to unpack .../250-libglib2.0-0_2.66.8-1_armhf.deb ...
12:00:37 #10 52.85 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
12:00:37 #10 53.06 Selecting previously unselected package libglib2.0-data.
12:00:37 #10 53.06 Preparing to unpack .../251-libglib2.0-data_2.66.8-1_all.deb ...
12:00:37 #10 53.07 Unpacking libglib2.0-data (2.66.8-1) ...
12:00:37 #12 8.169 Setting up libpcre32-3:amd64 (2:8.39-12) ...
12:00:37 #13 0.876 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
12:00:37 #13 0.942 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
12:00:37 #12 6.086 Reading package lists...
12:00:37 #12 8.886 Setting up libselinux1-dev:amd64 (3.4-1+b5) ...
12:00:37 #12 8.898 Setting up pkgconf:amd64 (1.8.1-1) ...
12:00:37 #12 8.910 Setting up pkg-config:amd64 (1.8.1-1) ...
12:00:37 #12 8.922 Setting up cmake (3.25.1-1) ...
12:00:37 #12 8.933 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
12:00:37 #12 8.945 Setting up dmsetup (2:1.02.185-2) ...
12:00:37 #12 8.964 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.185-2) ...
12:00:37 #12 8.974 Setting up libdevmapper-dev:amd64 (2:1.02.185-2) ...
12:00:37 #12 8.985 Setting up docker-ce-build-deps (1.0) ...
12:00:37 #12 8.996 Processing triggers for libc-bin (2.36-8) ...
12:00:37 #12 9.016 Processing triggers for man-db (2.11.2-1) ...
12:00:37  dpkg-source -I.git -b .
12:00:37 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:00:37 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:00:37 dpkg-source: warning: native package version may not have a revision
12:00:37 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:37 dpkg-source: info: using source format '1.0'
12:00:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz
12:00:37 #11 64.55 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:37 #11 64.58 Setting up dh-strip-nondeterminism (1.7.0-1) ...
12:00:37 #11 64.59 Setting up libconst-fast-perl (0.014-1) ...
12:00:37 #11 64.60 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ...
12:00:37 #11 64.61 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:37 #11 64.62 Setting up libcurl4:armhf (7.68.0-1ubuntu2.15) ...
12:00:37 #11 64.63 Setting up curl (7.68.0-1ubuntu2.15) ...
12:00:37 #11 64.64 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:00:37 #11 64.65 Setting up libmodule-implementation-perl (0.09-1) ...
12:00:37 #11 64.66 Setting up libemail-valid-perl (1.202-1) ...
12:00:37 #11 64.67 Setting up libpackage-stash-perl (0.38-1) ...
12:00:37 #11 64.70 Setting up libimport-into-perl (1.002005-1) ...
12:00:37 #11 64.71 Setting up libmoo-perl (2.003006-1) ...
12:00:37 #10 79.75 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:37 #10 79.76 Setting up libmailtools-perl (2.21-1) ...
12:00:37 #10 79.77 Setting up python3-debian (0.1.39) ...
12:00:37 #10 79.95 Setting up python3-requests (2.25.1+dfsg-2) ...
12:00:37 #12 11.22   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          64/97 
12:00:37 #12 19.24   Installing       : python3-policycoreutils-3.3-4.fc36.noarch            65/97 
12:00:37 #12 19.25   Installing       : policycoreutils-python-utils-3.3-4.fc36.noarch       66/97 
12:00:37 #12 19.26   Installing       : policycoreutils-devel-3.3-4.fc36.x86_64              67/97 
12:00:37 #12 19.36   Installing       : selinux-policy-devel-36.17-1.fc36.noarch             68/97 
12:00:37 #12 19.37   Running scriptlet: selinux-policy-devel-36.17-1.fc36.noarch             68/97 
12:00:37 #12 19.38   Installing       : libedit-3.1-41.20210910cvs.fc36.x86_64               69/97 
12:00:37 #12 19.39   Installing       : libcbor-0.7.0-5.fc36.x86_64                          70/97 
12:00:37 #12 19.40   Installing       : libfido2-1.10.0-5.fc36.x86_64                        71/97 
12:00:37 #12 19.42   Installing       : openssh-clients-8.8p1-1.fc36.1.x86_64                72/97 
12:00:37 
12:00:37 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:00:37 #11 60.60 Setting up libfile-basedir-perl (0.09-1) ...
12:00:37 #11 60.62 Setting up libunicode-utf8-perl (0.62-1build4) ...
12:00:37 #11 60.64 Setting up libset-intspan-perl (1.19-2) ...
12:00:37 #11 60.65 Setting up libmouse-perl (2.5.10-1build4) ...
12:00:37 #11 60.67 Setting up libfile-listing-perl (6.15-1) ...
12:00:37 #11 60.68 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
12:00:37 #11 60.69 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:00:37 #11 60.70 Setting up libdata-messagepack-perl (1.02-1) ...
12:00:37 #11 60.72 Setting up libfont-afm-perl (1.20-3) ...
12:00:37 #11 60.73 Setting up libwant-perl (0.29-2) ...
12:00:37 #11 60.74 Setting up libdynaloader-functions-perl (0.003-2) ...
12:00:37 #11 60.76 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:00:37 #11 60.77 Setting up liblist-compare-perl (0.55-1) ...
12:00:37 #11 60.78 Setting up libref-util-xs-perl (0.117-2) ...
12:00:37 #11 60.79 Setting up libio-pty-perl (1:1.15-2build2) ...
12:00:37 #11 60.80 Setting up libfile-fcntllock-perl (0.22-4) ...
12:00:37 #12 21.30   Installing       : gcc-12.2.1-4.fc37.x86_64                             82/97 
12:00:37 #12 21.34   Running scriptlet: gcc-12.2.1-4.fc37.x86_64                             82/97 
12:00:37 #12 9.651 Selecting previously unselected package libarchive13:armhf.
12:00:37 #12 6.604 Starting 2 pkgProblemResolver with broken count: 0
12:00:37 #12 6.608 Done
12:00:37 #10 53.23 Selecting previously unselected package libgpm2:armhf.
12:00:37 #10 53.23 Preparing to unpack .../252-libgpm2_1.20.7-8_armhf.deb ...
12:00:37 #10 53.24 Unpacking libgpm2:armhf (1.20.7-8) ...
12:00:37 #10 53.26 Selecting previously unselected package libhash-fieldhash-perl.
12:00:37 #10 53.27 Preparing to unpack .../253-libhash-fieldhash-perl_0.15-1+b3_armhf.deb ...
12:00:37 #10 53.27 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
12:00:37 #10 53.30 Selecting previously unselected package libhtml-form-perl.
12:00:37 #10 53.30 Preparing to unpack .../254-libhtml-form-perl_6.07-1_all.deb ...
12:00:37 #10 53.31 Unpacking libhtml-form-perl (6.07-1) ...
12:00:37 #10 53.33 Selecting previously unselected package libhtml-format-perl.
12:00:37 #10 53.33 Preparing to unpack .../255-libhtml-format-perl_2.12-1.1_all.deb ...
12:00:37 #10 53.34 Unpacking libhtml-format-perl (2.12-1.1) ...
12:00:37 #10 53.37 Selecting previously unselected package libhtml-html5-entities-perl.
12:00:37 + STATUS=0
12:00:37 + '[' 0 -ne 0 ']'
12:00:37 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:00:37 + RPM_EC=0
12:00:37 ++ jobs -p
12:00:37 + exit 0
12:00:37 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.vpOXHu
12:00:37 + umask 022
12:00:37 + cd /root/rpmbuild/BUILD
12:00:37 + cd src
12:00:37 + export DOCKER_GITCOMMIT=a25ab92
12:00:37 + DOCKER_GITCOMMIT=a25ab92
12:00:37 + mkdir -p /go/src/github.com/docker
12:00:37 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:00:37 + pushd /root/rpmbuild/BUILD/src/engine
12:00:37 + TMP_GOPATH=/go
12:00:37 + hack/dockerfile/install/install.sh tini
12:00:37 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:00:37 + RM_GOPATH=0
12:00:37 + TMP_GOPATH=/go
12:00:37 + : /usr/local/bin
12:00:37 + '[' -z /go ']'
12:00:37 + export GOPATH=/go
12:00:37 + GOPATH=/go
12:00:37 + case "$(go env GOARCH)" in
12:00:37 ++ go env GOARCH
12:00:37 + export GO_BUILDMODE=-buildmode=pie
12:00:37 + GO_BUILDMODE=-buildmode=pie
12:00:37 ++ dirname hack/dockerfile/install/install.sh
12:00:37 + dir=hack/dockerfile/install
12:00:37 + bin=tini
12:00:37 + shift
12:00:37 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:00:37 + . hack/dockerfile/install/tini.installer
12:00:37 ++ : v0.19.0
12:00:37 + install_tini
12:00:37 + echo 'Install tini version v0.19.0'
12:00:37 + git clone https://github.com/krallin/tini.git /go/tini
12:00:37 Install tini version v0.19.0
12:00:37 Cloning into '/go/tini'...
12:00:37 #12 8.182 Setting up pkg-config (0.29-6) ...
12:00:37 #12 8.231 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
12:00:37 #12 8.246 Setting up librhash0:amd64 (1.3.8-1) ...
12:00:37 #12 8.261 Setting up procps (2:3.3.15-2) ...
12:00:37 #12 8.291 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
12:00:37 #12 8.305 Setting up cmake-data (3.13.4-1) ...
12:00:37 #12 8.322 Setting up dh-apparmor (2.13.2-10) ...
12:00:37 #12 8.337 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
12:00:37 #12 8.349 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
12:00:37 #12 8.359 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
12:00:37 #12 8.370 Setting up cmake (3.13.4-1) ...
12:00:37 #12 8.388 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
12:00:37 #12 8.401 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
12:00:37 #12 7.173 dh_testdir
12:00:37 #12 7.191 dh_testroot
12:00:37 #12 7.209 dh_prep
12:00:37 #12 7.230 dh_testdir
12:00:37 #13 1.018 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
12:00:38 #13 1.093 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
12:00:38 #12 DONE 12.0s
12:00:38 
12:00:38 #13 [stage-1 5/8] COPY sources/ /sources
12:00:38 #13 DONE 0.1s
12:00:38 
12:00:38 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:38 #10 80.12 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:00:38 #10 80.16 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:38 #10 80.23 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:38 #10 80.30 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:38 #11 64.72 Setting up liblist-someutils-perl (0.58-1) ...
12:00:38 #11 64.73 Setting up liblist-someutils-xs-perl (0.58-2) ...
12:00:38 #11 64.74 Setting up gnupg (2.2.19-3ubuntu2.2) ...
12:00:38 #11 64.76 Setting up libmoox-aliases-perl (0.001006-1) ...
12:00:38 #11 64.78 Setting up libparams-validate-perl (1.29-3) ...
12:00:38 #11 64.79 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:00:38 #11 64.80 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:38 #11 64.82 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
12:00:38 #11 64.83 Setting up libgitlab-api-v4-perl (0.25-1) ...
12:00:38 #11 64.84 Setting up libmoox-struct-perl (0.017-1) ...
12:00:38 #11 64.85 Setting up lintian (2.62.0ubuntu2.2) ...
12:00:38 #11 64.86 Setting up licensecheck (3.0.45-1) ...
12:00:38 #11 64.87 Setting up dh-autoreconf (19) ...
12:00:38 #11 64.89 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
12:00:38 #11 64.90 Setting up libwww-perl (6.43-1) ...
12:00:38 #11 64.91 Setting up debhelper (12.10ubuntu1) ...
12:00:38 #11 64.92 Setting up devscripts (2.20.2ubuntu2) ...
12:00:38 #12 19.42   Running scriptlet: openssh-clients-8.8p1-1.fc36.1.x86_64                72/97 
12:00:38 #12 19.51   Installing       : git-core-2.39.1-1.fc36.x86_64                        73/97 
12:00:38 #12 19.55   Installing       : git-core-doc-2.39.1-1.fc36.noarch                    74/97 
12:00:38 #12 19.57   Installing       : perl-Git-2.39.1-1.fc36.noarch                        75/97 
12:00:38 #12 19.57   Installing       : git-2.39.1-1.fc36.x86_64                             76/97 
12:00:38 #12 19.58   Installing       : kmod-libs-29-7.fc36.x86_64                           77/97 
12:00:38 #12 19.59   Installing       : device-mapper-libs-1.02.175-7.fc36.x86_64            78/97 
12:00:38 #12 19.60   Installing       : cryptsetup-libs-2.4.3-2.fc36.x86_64                  79/97 
12:00:38 #12 19.61   Installing       : device-mapper-1.02.175-7.fc36.x86_64                 80/97 
12:00:38 #12 19.62   Installing       : systemd-networkd-250.9-1.fc36.x86_64                 81/97 
12:00:38 #12 19.63   Running scriptlet: systemd-networkd-250.9-1.fc36.x86_64                 81/97 
12:00:38 #12 19.65   Installing       : systemd-pam-250.9-1.fc36.x86_64                      82/97 
12:00:38 #12 19.66   Installing       : systemd-resolved-250.9-1.fc36.x86_64                 83/97 
12:00:38 #10 53.40 Setting up dpkg-dev (1.21.19+rpi1) ...
12:00:38 #10 53.43 Setting up intltool-debian (0.35.0+20060710.6) ...
12:00:38 #10 53.44 Setting up liberror-perl (0.17029-2) ...
12:00:38 #10 53.46 Setting up patchutils (0.4.2-1) ...
12:00:38 #10 53.48 Setting up gcc-12 (12.2.0-14+rpi1) ...
12:00:38 #10 53.49 Setting up libipc-run-perl (20220807.0-1) ...
12:00:38 #10 53.51 Setting up git (1:2.39.1-0.1) ...
12:00:38 #10 53.55 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:38 #10 53.56 Setting up libnsl-dev:armhf (1.3.0-2) ...
12:00:38 #10 53.58 Setting up libhtml-parser-perl:armhf (3.80-1) ...
12:00:38 #10 53.59 Setting up librole-tiny-perl (2.002004-1) ...
12:00:38 #10 53.61 Setting up libc6-dev:armhf (2.36-8+rpi1) ...
12:00:38 #10 53.62 Setting up libfile-homedir-perl (1.006-2) ...
12:00:38 #10 53.64 Setting up libio-socket-ssl-perl (2.078-1) ...
12:00:38 #10 53.65 Setting up libpython3-stdlib:armhf (3.11.1-3) ...
12:00:38 #10 53.66 Setting up libhttp-message-perl (6.44-1) ...
12:00:38 #15 exporting layers 1.9s done
12:00:38 #15 writing image sha256:e32370ef35e61e1ebf1e96b7d0257d78491b19975ce2a215d9d3795f9d5ec01a done
12:00:38 #15 naming to docker.io/rpmbuild-fedora-37/aarch64 done
12:00:38 #15 DONE 1.9s
12:00:38 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 ab4ef4a' --define '_gitcommit_engine a25ab92' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.15.1' --define '_compose_version v2.15.1' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec
12:00:38 #11 60.83 Setting up libclone-perl (0.45-1build3) ...
12:00:38 #11 60.84 Setting up libalgorithm-diff-perl (1.201-1) ...
12:00:38 #11 60.85 Setting up libarchive-zip-perl (1.68-1) ...
12:00:38 #11 60.86 Setting up libsub-identify-perl (0.14-2) ...
12:00:38 #11 60.88 Setting up libdistro-info-perl (1.1ubuntu1) ...
12:00:38 #11 60.89 Setting up libcpanel-json-xs-perl:armhf (4.32-1) ...
12:00:38 #11 60.90 Setting up liblist-moreutils-perl (0.430-2) ...
12:00:38 #11 60.91 Setting up libhtml-tagset-perl (3.20-4) ...
12:00:38 #11 60.92 Setting up liblog-any-perl (1.710-1) ...
12:00:38 #11 60.94 Setting up libauthen-sasl-perl (2.1600-2) ...
12:00:38 #11 60.95 Setting up libdevel-size-perl (0.83-2) ...
12:00:38 #11 60.96 Setting up libdebhelper-perl (13.9.1ubuntu1) ...
12:00:38 #11 60.97 Setting up libpod-constants-perl (0.19-2) ...
12:00:38 #11 60.98 Setting up libregexp-pattern-license-perl (3.9.4-1) ...
12:00:38 #11 61.00 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:00:38 #11 61.02 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
12:00:38 #11 61.03 Setting up libio-interactive-perl (1.023-1) ...
12:00:38 #11 61.04 Setting up libtry-tiny-perl (0.31-1) ...
12:00:38 #11 61.06 Setting up libtype-tiny-perl (1.016008-1) ...
12:00:38 #11 61.07 Setting up libcommon-sense-perl:armhf (3.75-2build1) ...
12:00:38 #11 61.08 Setting up libmldbm-perl (2.05-3) ...
12:00:38 #11 61.09 Setting up libxml-namespacesupport-perl (1.12-2) ...
12:00:38 #11 61.10 Setting up libnet-http-perl (6.22-1) ...
12:00:38 #11 61.12 Setting up libpath-iterator-rule-perl (1.015-1) ...
12:00:38 #12 21.36   Installing       : policycoreutils-devel-3.4-6.fc37.x86_64              83/97 
12:00:38 #12 21.49   Installing       : selinux-policy-devel-37.19-1.fc37.noarch             84/97 
12:00:38 #12 9.655 Preparing to unpack .../06-libarchive13_3.3.3-4+deb10u3_armhf.deb ...
12:00:38 #12 9.669 Unpacking libarchive13:armhf (3.3.3-4+deb10u3) ...
12:00:38 #12 9.741 Selecting previously unselected package libjsoncpp1:armhf.
12:00:38 #12 9.743 Preparing to unpack .../07-libjsoncpp1_1.7.4-3_armhf.deb ...
12:00:38 #12 9.748 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
12:00:38 #12 9.807 Selecting previously unselected package librhash0:armhf.
12:00:38 #12 9.809 Preparing to unpack .../08-librhash0_1.3.8-1_armhf.deb ...
12:00:38 #12 9.815 Unpacking librhash0:armhf (1.3.8-1) ...
12:00:38 #12 9.864 Selecting previously unselected package libuv1:armhf.
12:00:38 #12 9.867 Preparing to unpack .../09-libuv1_1.24.1-1+deb10u1_armhf.deb ...
12:00:38 #12 9.873 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
12:00:38 #12 9.910 Selecting previously unselected package cmake.
12:00:38 #12 6.848  Done
12:00:38 #12 7.060 Starting pkgProblemResolver with broken count: 0
12:00:38 #12 7.122 Starting 2 pkgProblemResolver with broken count: 0
12:00:38 #10 53.38 Preparing to unpack .../256-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
12:00:38 #10 53.38 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
12:00:38 #10 53.41 Selecting previously unselected package libhttp-daemon-perl.
12:00:38 #10 53.41 Preparing to unpack .../257-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
12:00:38 #10 53.41 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
12:00:38 #10 53.44 Selecting previously unselected package libio-sessiondata-perl.
12:00:38 #10 53.45 Preparing to unpack .../258-libio-sessiondata-perl_1.03-1.1_all.deb ...
12:00:38 #10 53.45 Unpacking libio-sessiondata-perl (1.03-1.1) ...
12:00:38 #10 53.49 Selecting previously unselected package libipc-run3-perl.
12:00:38 #10 53.49 Preparing to unpack .../259-libipc-run3-perl_0.048-2_all.deb ...
12:00:38 #10 53.50 Unpacking libipc-run3-perl (0.048-2) ...
12:00:38 #10 53.53 Selecting previously unselected package libtypes-serialiser-perl.
12:00:38 #10 53.54 Preparing to unpack .../260-libtypes-serialiser-perl_1.01-1_all.deb ...
12:00:38 #10 53.54 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:00:38 #10 53.57 Selecting previously unselected package libjson-xs-perl.
12:00:38 #10 53.57 Preparing to unpack .../261-libjson-xs-perl_4.030-1+b1_armhf.deb ...
12:00:38 #10 53.58 Unpacking libjson-xs-perl (4.030-1+b1) ...
12:00:38 #10 53.61 Selecting previously unselected package libjson-maybexs-perl.
12:00:38 + cd /go/tini
12:00:38 + git checkout -q v0.19.0
12:00:38 + cmake .
12:00:38 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:00:38   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:00:38   CMake.
12:00:38 
12:00:38   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:00:38   CMake that the project does not need compatibility with older versions.
12:00:38 
12:00:38 
12:00:38 #12 8.414 Setting up dmsetup (2:1.02.155-3) ...
12:00:38 #12 8.430 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
12:00:38 #12 8.443 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
12:00:38 #12 8.456 Setting up docker-ce-build-deps (1.0) ...
12:00:38 #12 8.470 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:00:38 #12 8.491 Processing triggers for man-db (2.8.5-2) ...
12:00:38 #12 7.248 dh_testroot
12:00:38 #12 7.266 dh_install
12:00:38 #12 7.292 dh_installdocs
12:00:38 #12 7.325 dh_installchangelogs
12:00:38 #12 7.398 dh_compress
12:00:38 #12 7.437 dh_fixperms
12:00:38 #12 7.485 dh_installdeb
12:00:38 #10 80.46 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:38 #10 80.50 Setting up dh-strip-nondeterminism (1.12.0-1) ...
12:00:38 #10 80.52 Setting up libconst-fast-perl (0.014-1.1) ...
12:00:38 #10 80.53 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
12:00:38 #10 80.54 Setting up libdata-dpath-perl (0.58-1) ...
12:00:38 #11 65.06 Setting up equivs (2.2.0) ...
12:00:38 #11 65.07 Setting up libxml-parser-perl (2.46-1) ...
12:00:38 #11 65.08 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:38 #11 65.13 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:38 #11 65.18 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:38 #12 19.66   Running scriptlet: systemd-resolved-250.9-1.fc36.x86_64                 83/97 
12:00:38 #12 19.79   Installing       : systemd-250.9-1.fc36.x86_64                          84/97 
12:00:38 #12 19.80   Running scriptlet: systemd-250.9-1.fc36.x86_64                          84/97 
12:00:38 #12 19.96 Creating group 'input' with GID 104.
12:00:38 #12 19.96 Creating group 'kvm' with GID 36.
12:00:38 #12 19.96 Creating group 'render' with GID 105.
12:00:38 #12 19.96 Creating group 'sgx' with GID 106.
12:00:38 #12 19.96 Creating group 'systemd-journal' with GID 190.
12:00:38 #12 19.96 Creating group 'systemd-network' with GID 192.
12:00:38 #12 19.96 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:00:38 #12 19.96 Creating group 'systemd-oom' with GID 998.
12:00:38 #12 19.96 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
12:00:38 #12 19.96 Creating group 'systemd-resolve' with GID 193.
12:00:38 #12 19.96 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:00:38 #12 19.96 
12:00:38 #12 19.97   Installing       : systemd-devel-250.9-1.fc36.x86_64                    85/97 
12:00:38 #10 53.68 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
12:00:38 #10 53.70 Setting up python3.11 (3.11.1-2) ...
12:00:38 #11 61.13 Setting up libtext-markdown-discount-perl:armhf (0.13-1build1) ...
12:00:38 #11 61.14 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:00:38 #11 61.16 Setting up libtime-moment-perl (0.44-2) ...
12:00:38 #11 61.17 Setting up libencode-locale-perl (1.05-2) ...
12:00:38 #11 61.18 Setting up libexception-class-perl (1.45-1) ...
12:00:38 #11 61.19 Setting up libmath-base85-perl (0.5+dfsg-1) ...
12:00:38 #11 61.20 Setting up libconfig-tiny-perl (2.28-1) ...
12:00:38 #11 61.21 Setting up libsereal-encoder-perl:armhf (4.025+ds-1) ...
12:00:38 #11 61.23 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:00:38 #11 61.24 Setting up liblist-utilsby-perl (0.12-1) ...
12:00:38 #11 61.25 Setting up libstring-shellquote-perl (1.04-2) ...
12:00:38 #11 61.26 Setting up libnet-netmask-perl (2.0001-1) ...
12:00:38 #11 61.27 Setting up libsub-install-perl (0.928-2) ...
12:00:38 #11 61.28 Setting up gcc (4:12.2.0-1ubuntu1) ...
12:00:38 #11 61.31 Setting up dpkg-dev (1.21.9ubuntu1) ...
12:00:38 #11 61.33 Setting up libindirect-perl (0.39-2) ...
12:00:38 #12 21.53   Running scriptlet: selinux-policy-devel-37.19-1.fc37.noarch             84/97 
12:00:38 #12 21.81   Installing       : cmake-data-3.25.2-1.fc37.noarch                      85/97 
12:00:38 #12 9.912 Preparing to unpack .../10-cmake_3.16.3-3~bpo10+1_armhf.deb ...
12:00:38 #12 9.918 Unpacking cmake (3.16.3-3~bpo10+1) ...
12:00:38 #12 10.19 Selecting previously unselected package dh-apparmor.
12:00:38 #12 7.126 Done
12:00:38 #10 53.61 Preparing to unpack .../262-libjson-maybexs-perl_1.004003-1_all.deb ...
12:00:38 #10 53.62 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:00:38 #10 53.65 Selecting previously unselected package libldap-common.
12:00:38 #10 53.65 Preparing to unpack .../263-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
12:00:38 #10 53.66 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
12:00:38 #10 53.69 Selecting previously unselected package liblist-compare-perl.
12:00:38 #10 53.69 Preparing to unpack .../264-liblist-compare-perl_0.55-1_all.deb ...
12:00:38 #10 53.70 Unpacking liblist-compare-perl (0.55-1) ...
12:00:38 #10 53.73 Selecting previously unselected package liblist-someutils-perl.
12:00:38 #10 53.74 Preparing to unpack .../265-liblist-someutils-perl_0.58-1_all.deb ...
12:00:38 #10 53.74 Unpacking liblist-someutils-perl (0.58-1) ...
12:00:38 #10 53.77 Selecting previously unselected package liblist-someutils-xs-perl.
12:00:38 #10 53.78 Preparing to unpack .../266-liblist-someutils-xs-perl_0.58-2+b1_armhf.deb ...
12:00:38 #10 53.78 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
12:00:38 #10 53.81 Selecting previously unselected package liblist-utilsby-perl.
12:00:38 #10 53.82 Preparing to unpack .../267-liblist-utilsby-perl_0.11-1_all.deb ...
12:00:38 #10 53.82 Unpacking liblist-utilsby-perl (0.11-1) ...
12:00:38 #10 53.87 Selecting previously unselected package libltdl7:armhf.
12:00:38 -- The C compiler identification is GNU 11.3.1
12:00:38 -- Detecting C compiler ABI info
12:00:38 -- Detecting C compiler ABI info - done
12:00:38 -- Check for working C compiler: /usr/bin/cc - skipped
12:00:38 -- Detecting C compile features
12:00:38 -- Detecting C compile features - done
12:00:38 -- Performing Test HAS_BUILTIN_FORTIFY
12:00:38 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:00:38 -- Configuring done
12:00:38 -- Generating done
12:00:38 -- Build files have been written to: /go/tini
12:00:38 + make tini-static
12:00:38 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:00:38 #12 7.511 dh_gencontrol
12:00:38 #12 7.629 dh_md5sums
12:00:38 #12 7.659 dh_builddeb
12:00:38 #12 7.680 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:38 #12 7.701 
12:00:38 #12 7.701 The package has been created.
12:00:38 #12 7.701 Attention, the package has been created in the current directory,
12:00:38 #12 7.701 not in ".." as indicated by the message above!
12:00:38 #12 7.729 Selecting previously unselected package docker-ce-build-deps.
12:00:38 #12 7.744 (Reading database ... 27755 files and directories currently installed.)
12:00:38 #10 80.55 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:00:38 #10 80.57 Setting up libpackage-stash-perl (0.39-1) ...
12:00:38 #10 80.58 Setting up libimport-into-perl (1.002005-1) ...
12:00:38 #10 80.59 Setting up libmoo-perl (2.004004-1) ...
12:00:38 #10 80.60 Setting up liblist-someutils-perl (0.58-1) ...
12:00:38 #10 80.61 Setting up debhelper (13.3.4) ...
12:00:38 #10 80.62 Setting up libmime-tools-perl (5.509-1) ...
12:00:38 #10 80.63 Setting up dput (1.1.0) ...
12:00:38 #10 80.79 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
12:00:38 #10 80.80 Setting up equivs (2.3.1) ...
12:00:38 #10 80.81 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:00:38 #11 65.31 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:38 #11 65.34 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:00:38 #11 65.36 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
12:00:38 #11 65.37 Updating certificates in /etc/ssl/certs...
12:00:38 #12 19.99   Installing       : jsoncpp-1.9.5-2.fc36.x86_64                          86/97 
12:00:38 #14 24.74   Running scriptlet: selinux-policy-minimum-3.14.3-114.el8.noarch         42/90 
12:00:38 #14 32.75   Installing       : policycoreutils-devel-2.9-21.1.el8.x86_64            43/90 
12:00:38 #14 33.00   Installing       : selinux-policy-devel-3.14.3-114.el8.noarch           44/90 
12:00:38 #14 33.02   Running scriptlet: selinux-policy-devel-3.14.3-114.el8.noarch           44/90 
12:00:38 #14 33.07   Upgrading        : libarchive-3.3.3-5.el8.x86_64                        45/90 
12:00:38 #14 33.09   Installing       : libsepol-devel-2.9-3.el8.x86_64                      46/90 
12:00:38 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:00:38 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:00:38 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:00:38 warning: source_date_epoch_from_changelog set but %changelog is missing
12:00:38 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rJiYnU
12:00:38 + umask 022
12:00:38 + cd /root/rpmbuild/BUILD
12:00:38 + cd /root/rpmbuild/BUILD
12:00:38 + rm -rf src
12:00:38 + /usr/bin/mkdir -p src
12:00:38 + cd src
12:00:38 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:00:38 #17 exporting layers 2.2s done
12:00:38 #17 writing image sha256:580b7d80891f4e502356dd48df0103ab2a41e4f41c301f6d9049e8ad1b3c1293 done
12:00:38 #17 naming to docker.io/rpmbuild-centos-8/aarch64 done
12:00:38 #17 DONE 2.2s
12:00:38 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 ab4ef4a' --define '_gitcommit_engine a25ab92' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.15.1' --define '_compose_version v2.15.1' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec
12:00:38 #11 61.34 Setting up libxs-parse-sublike-perl:armhf (0.16-1ubuntu2) ...
12:00:38 #11 61.35 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:38 #11 61.36 Setting up libfreezethaw-perl (0.5001-2.1) ...
12:00:38 #11 61.38 Setting up libobject-pad-perl (0.68-1) ...
12:00:38 #11 61.39 Setting up liberror-perl (0.17029-1) ...
12:00:38 #11 61.40 Setting up libpython3.10-stdlib:armhf (3.10.7-1ubuntu0.2) ...
12:00:38 #11 61.41 Setting up patchutils (0.4.2-1build2) ...
12:00:38 #11 61.44 Setting up libmail-sendmail-perl (0.80-2) ...
12:00:38 #11 61.45 Setting up libltdl-dev:armhf (2.4.7-4) ...
12:00:38 #11 61.46 Setting up libjson-maybexs-perl (1.004003-1) ...
12:00:38 #11 61.47 Setting up libxml-sax-base-perl (1.09-2) ...
12:00:38 #11 61.48 Setting up libio-string-perl (1.08-3.1) ...
12:00:38 #11 61.49 Setting up libreadonly-perl (2.050-3) ...
12:00:38 #11 61.50 Setting up libnetaddr-ip-perl (4.079+dfsg-2) ...
12:00:38 #11 61.51 Setting up libstring-copyright-perl (0.003013-1) ...
12:00:38 #11 61.53 Setting up libdata-optlist-perl (0.112-1) ...
12:00:38 #11 61.54 Setting up libipc-run-perl (20220807.0-1) ...
12:00:38 #11 61.55 Setting up git (1:2.37.2-1ubuntu1.2) ...
12:00:38 #12 22.02   Installing       : cmake-3.25.2-1.fc37.x86_64                           86/97 
12:00:38 #12 22.08   Installing       : libtool-2.4.7-2.fc37.x86_64                          87/97 
12:00:38 #12 22.09   Installing       : annobin-plugin-gcc-10.92-1.fc37.x86_64               88/97 
12:00:38 #12 22.13   Running scriptlet: annobin-plugin-gcc-10.92-1.fc37.x86_64               88/97 
12:00:38 #12 22.15   Installing       : gcc-plugin-annobin-12.2.1-4.fc37.x86_64              89/97 
12:00:38 #12 22.16   Installing       : device-mapper-devel-1.02.175-9.fc37.x86_64           90/97 
12:00:38 #12 22.20   Installing       : libtool-ltdl-devel-2.4.7-2.fc37.x86_64               91/97 
12:00:38 #12 22.21   Installing       : libseccomp-devel-2.5.3-3.fc37.x86_64                 92/97 
12:00:38 #12 22.24   Installing       : systemd-rpm-macros-251.10-588.fc37.noarch            93/97 
12:00:38 #12 22.24   Installing       : which-2.21-35.fc37.x86_64                            94/97 
12:00:38 #12 22.25   Installing       : rpm-plugin-selinux-4.18.0-1.fc37.x86_64              95/97 
12:00:38 #12 22.29   Cleanup          : systemd-libs-251.8-586.fc37.x86_64                   96/97 
12:00:38 #12 22.29   Cleanup          : libxcrypt-4.4.33-3.fc37.x86_64                       97/97 
12:00:38 #12 10.19 Preparing to unpack .../11-dh-apparmor_2.13.2-10_all.deb ...
12:00:38 #12 10.20 Unpacking dh-apparmor (2.13.2-10) ...
12:00:38 #12 10.23 Selecting previously unselected package dmsetup.
12:00:38 #12 10.24 Preparing to unpack .../12-dmsetup_2%3a1.02.155-3_armhf.deb ...
12:00:38 #12 10.24 Unpacking dmsetup (2:1.02.155-3) ...
12:00:38 #12 10.28 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:00:38 #12 10.28 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
12:00:38 #12 10.29 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
12:00:38 #12 10.39 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:00:38 #12 10.39 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
12:00:38 #12 10.40 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
12:00:38 #12 10.44 Selecting previously unselected package libudev-dev:armhf.
12:00:38 #12 10.44 Preparing to unpack .../15-libudev-dev_241-7~deb10u8+rpi1_armhf.deb ...
12:00:38 #12 10.45 Unpacking libudev-dev:armhf (241-7~deb10u8+rpi1) ...
12:00:38 #12 7.501 The following additional packages will be installed:
12:00:38 #12 7.501   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
12:00:38 #12 7.501   g++-10 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
12:00:38 #12 7.502   libdevmapper1.02.1 libglib2.0-0 libjsoncpp24 libltdl-dev libltdl7
12:00:38 #12 7.502   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0
12:00:38 #12 7.502   libseccomp-dev libselinux1-dev libsepol1-dev libstdc++-10-dev libsystemd-dev
12:00:38 #12 7.502   libudev-dev libuv1 pkg-config
12:00:38 #12 7.504 Suggested packages:
12:00:38 #12 7.504   cmake-doc ninja-build apparmor-easyprof gcc-10-doc lrzip libtool-doc seccomp
12:00:38 #12 7.504   libstdc++-10-doc
12:00:38 #12 7.504 Recommended packages:
12:00:38 #12 7.504   libglib2.0-data shared-mime-info xdg-user-dirs
12:00:38 [100%] Linking C executable tini-static
12:00:38 [100%] Built target tini-static
12:00:38 + mkdir -p /usr/local/bin
12:00:38 + cp tini-static /usr/local/bin/docker-init
12:00:38 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:38 + PRODUCT=docker
12:00:38 + hack/make.sh dynbinary
12:00:38 
12:00:38 #10 53.87 Preparing to unpack .../268-libltdl7_2.4.6-15_armhf.deb ...
12:00:38 #10 53.91 Unpacking libltdl7:armhf (2.4.6-15) ...
12:00:38 #10 53.95 Selecting previously unselected package libltdl-dev:armhf.
12:00:38 #10 53.95 Preparing to unpack .../269-libltdl-dev_2.4.6-15_armhf.deb ...
12:00:38 #10 53.96 Unpacking libltdl-dev:armhf (2.4.6-15) ...
12:00:38 #10 54.01 Selecting previously unselected package liblzo2-2:armhf.
12:00:38 #10 54.01 Preparing to unpack .../270-liblzo2-2_2.10-2_armhf.deb ...
12:00:38 #10 54.02 Unpacking liblzo2-2:armhf (2.10-2) ...
12:00:38 #10 54.05 Selecting previously unselected package libsys-hostname-long-perl.
12:00:38 #10 54.05 Preparing to unpack .../271-libsys-hostname-long-perl_1.5-2_all.deb ...
12:00:38 #10 54.06 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:00:38 #10 54.09 Selecting previously unselected package libmail-sendmail-perl.
12:00:38 #10 54.09 Preparing to unpack .../272-libmail-sendmail-perl_0.80-1.1_all.deb ...
12:00:38 #10 54.09 Unpacking libmail-sendmail-perl (0.80-1.1) ...
12:00:38 #10 54.13 Selecting previously unselected package libnet-smtp-ssl-perl.
12:00:38 #10 54.13 Preparing to unpack .../273-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:00:38 #10 54.13 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:00:38 #10 54.16 Selecting previously unselected package libmailtools-perl.
12:00:38 #10 54.16 Preparing to unpack .../274-libmailtools-perl_2.21-1_all.deb ...
12:00:38 #10 54.17 Unpacking libmailtools-perl (2.21-1) ...
12:00:38 #10 54.21 Selecting previously unselected package libmarkdown2:armhf.
12:00:38 #10 54.21 Preparing to unpack .../275-libmarkdown2_2.2.6-1_armhf.deb ...
12:00:38 #10 54.21 Unpacking libmarkdown2:armhf (2.2.6-1) ...
12:00:38 #10 54.24 Selecting previously unselected package libmime-tools-perl.
12:00:38 #12 7.745 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:38 #12 7.751 Unpacking docker-ce-build-deps (1.0) ...
12:00:38 #10 80.82 Setting up libparams-validate-perl:amd64 (1.30-1+b1) ...
12:00:38 #10 80.83 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
12:00:38 #10 80.84 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:38 #10 80.85 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
12:00:38 #10 80.87 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:00:38 #10 80.88 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:00:38 #10 80.89 Setting up libmoox-struct-perl (0.020-1) ...
12:00:38 #10 80.90 Setting up lintian (2.104.0) ...
12:00:38 #10 80.91 Setting up licensecheck (3.1.1-2) ...
12:00:38 #10 80.93 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:38 #10 80.94 Setting up libwww-perl (6.52-1) ...
12:00:38 #10 80.96 Setting up devscripts (2.21.3+deb11u1) ...
12:00:38 #11 65.69 0 added, 0 removed; done.
12:00:38 #11 65.69 Running hooks in /etc/ca-certificates/update.d...
12:00:38 #11 65.70 done.
12:00:38 #12 20.26   Installing       : cmake-data-3.25.2-1.fc36.noarch                      87/97 
12:00:38 #12 20.42   Installing       : cmake-3.25.2-1.fc36.x86_64                           88/97 
12:00:38 #12 20.43   Installing       : device-mapper-devel-1.02.175-7.fc36.x86_64           89/97 
12:00:38 #12 20.44   Installing       : libtool-2.4.7-1.fc36.x86_64                          90/97 
12:00:38 #12 20.46   Installing       : libtool-ltdl-devel-2.4.7-1.fc36.x86_64               91/97 
12:00:38 #12 20.47   Installing       : annobin-plugin-gcc-10.93-1.fc36.x86_64               92/97 
12:00:38 #12 20.47   Running scriptlet: annobin-plugin-gcc-10.93-1.fc36.x86_64               92/97 
12:00:38 #12 20.49   Installing       : gcc-plugin-annobin-12.2.1-4.fc36.x86_64              93/97 
12:00:38 #12 20.50   Installing       : libseccomp-devel-2.5.3-2.fc36.x86_64                 94/97 
12:00:38 #12 20.50   Installing       : which-2.21-32.fc36.x86_64                            95/97 
12:00:38 #12 20.51   Cleanup          : systemd-libs-250.8-1.fc36.x86_64                     96/97 
12:00:38 #12 20.51   Cleanup          : libxcrypt-4.4.33-1.fc36.x86_64                       97/97 
12:00:38 #14 33.13   Installing       : libselinux-devel-2.9-8.el8.x86_64                    47/90 
12:00:38 #14 33.44   Installing       : kernel-headers-4.18.0-448.el8.x86_64                 48/90 
12:00:38 #14 33.49   Running scriptlet: glibc-headers-2.28-224.el8.x86_64                    49/90 
12:00:38 + STATUS=0
12:00:38 + '[' 0 -ne 0 ']'
12:00:38 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:00:38 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1iH64D
12:00:38 + umask 022
12:00:38 + cd /root/rpmbuild/BUILD
12:00:38 + cd /root/rpmbuild/BUILD
12:00:38 + rm -rf src
12:00:38 + /usr/bin/mkdir -p src
12:00:38 + cd src
12:00:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:00:38 + /usr/bin/tar -xof -
12:00:38 #11 61.57 Setting up libtext-xslate-perl:armhf (3.5.9-1build1) ...
12:00:38 #11 61.58 Setting up libcontextual-return-perl (0.004014-3) ...
12:00:38 #11 61.59 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:38 #11 61.60 Setting up libtypes-serialiser-perl (1.01-1) ...
12:00:38 #11 61.61 Setting up libnsl-dev:armhf (1.3.0-2build2) ...
12:00:38 #11 61.62 Setting up libhtml-parser-perl:armhf (3.78-1) ...
12:00:38 #11 61.64 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:38 #11 61.65 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:00:38 #11 61.66 Setting up librole-tiny-perl (2.002004-1) ...
12:00:38 #11 61.67 Setting up gnupg (2.2.35-3ubuntu1) ...
12:00:38 #11 61.68 Setting up libc6-dev:armhf (2.36-0ubuntu4) ...
12:00:38 #11 61.69 Setting up libfont-ttf-perl (1.06-2) ...
12:00:38 #11 61.71 Setting up libfile-homedir-perl (1.006-1) ...
12:00:38 #11 61.72 Setting up libalgorithm-diff-xs-perl:armhf (0.04-7) ...
12:00:38 #11 61.73 Setting up libio-socket-ssl-perl (2.074-2) ...
12:00:38 #11 61.74 Setting up libsub-exporter-perl (0.988-1) ...
12:00:38 #11 61.75 Setting up libpython3-stdlib:armhf (3.10.6-1) ...
12:00:38 #11 61.77 Setting up libalgorithm-merge-perl (0.08-4) ...
12:00:38 #11 61.78 Setting up libhttp-message-perl (6.37-1) ...
12:00:38 #11 61.79 Setting up libdata-validate-ip-perl (0.30-1) ...
12:00:38 #11 61.80 Setting up libhtml-form-perl (6.10-1) ...
12:00:38 #11 61.81 Setting up libiterator-perl (0.03+ds1-2) ...
12:00:38 #11 61.82 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
12:00:38 #11 61.83 Setting up libjson-xs-perl (4.030-1build3) ...
12:00:38 #11 61.84 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:38 #11 61.85 Setting up libio-prompter-perl (0.004015-1) ...
12:00:38 #11 61.86 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
12:00:38 #12 10.49 Selecting previously unselected package libsepol1-dev:armhf.
12:00:38 #12 10.49 Preparing to unpack .../16-libsepol1-dev_2.8-1_armhf.deb ...
12:00:38 #12 10.50 Unpacking libsepol1-dev:armhf (2.8-1) ...
12:00:38 #12 10.56 Selecting previously unselected package libpcre16-3:armhf.
12:00:38 #12 10.56 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_armhf.deb ...
12:00:38 #12 10.57 Unpacking libpcre16-3:armhf (2:8.39-12) ...
12:00:38 #12 10.61 Selecting previously unselected package libpcre32-3:armhf.
12:00:38 #12 10.62 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_armhf.deb ...
12:00:38 #12 10.62 Unpacking libpcre32-3:armhf (2:8.39-12) ...
12:00:38 #12 10.67 Selecting previously unselected package libpcrecpp0v5:armhf.
12:00:38 #12 22.34   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          97/97 
12:00:38 #12 22.35   Running scriptlet: systemd-resolved-251.10-588.fc37.x86_64              97/97 
12:00:38 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc
12:00:38  debian/rules build
12:00:38 dh build --with=bash-completion
12:00:38 Removing bundles/
12:00:38 
12:00:38 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:38 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:00:38 #10 54.25 Preparing to unpack .../276-libmime-tools-perl_5.509-1_all.deb ...
12:00:38 #10 54.25 Unpacking libmime-tools-perl (5.509-1) ...
12:00:38 #10 54.30 Selecting previously unselected package libmoox-aliases-perl.
12:00:38 #10 54.30 Preparing to unpack .../277-libmoox-aliases-perl_0.001006-1.1_all.deb ...
12:00:38 #10 54.30 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
12:00:38 #10 54.33 Selecting previously unselected package libnamespace-autoclean-perl.
12:00:38 #10 54.33 Preparing to unpack .../278-libnamespace-autoclean-perl_0.29-1_all.deb ...
12:00:38 #10 54.34 Unpacking libnamespace-autoclean-perl (0.29-1) ...
12:00:38 #10 54.37 Selecting previously unselected package libobject-id-perl.
12:00:38 #10 54.37 Preparing to unpack .../279-libobject-id-perl_0.1.2-2.1_all.deb ...
12:00:38 #10 54.37 Unpacking libobject-id-perl (0.1.2-2.1) ...
12:00:38 #10 54.40 Selecting previously unselected package libmoox-struct-perl.
12:00:38 #10 54.40 Preparing to unpack .../280-libmoox-struct-perl_0.020-1_all.deb ...
12:00:38 #10 54.41 Unpacking libmoox-struct-perl (0.020-1) ...
12:00:38 #10 54.44 Selecting previously unselected package libmouse-perl.
12:00:38 #10 54.44 Preparing to unpack .../281-libmouse-perl_2.5.10-1+b1_armhf.deb ...
12:00:38 #10 54.45 Unpacking libmouse-perl (2.5.10-1+b1) ...
12:00:38 #10 54.49 Selecting previously unselected package libnumber-range-perl.
12:00:39 #10 81.14 Setting up libxml-parser-perl:amd64 (2.46-2) ...
12:00:39 #10 81.15 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:39 #10 81.19 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:39 #10 81.24 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:39 #11 DONE 66.0s
12:00:39 
12:00:39 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:00:39 #12 DONE 0.0s
12:00:39 
12:00:39 #13 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:39 #12 20.52   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          97/97 
12:00:39 #12 20.53   Running scriptlet: systemd-resolved-250.9-1.fc36.x86_64                 97/97 
12:00:39 #14 33.58   Installing       : glibc-headers-2.28-224.el8.x86_64                    49/90 
12:00:39 #14 33.61   Installing       : glibc-devel-2.28-224.el8.x86_64                      50/90 
12:00:39 #14 33.62   Running scriptlet: glibc-devel-2.28-224.el8.x86_64                      50/90 
12:00:39 #12 10.67 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
12:00:39 #12 10.67 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
12:00:39 #12 10.71 Selecting previously unselected package libpcre3-dev:armhf.
12:00:39 #12 10.71 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_armhf.deb ...
12:00:39 #12 10.71 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
12:00:39 #12 10.80 Selecting previously unselected package libselinux1-dev:armhf.
12:00:39 #12 10.80 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_armhf.deb ...
12:00:39 #12 10.81 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
12:00:39 #12 10.85 Selecting previously unselected package libdevmapper-dev:armhf.
12:00:39 #12 10.86 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
12:00:39 #12 10.86 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
12:00:39 #12 10.90 Selecting previously unselected package libltdl7:armhf.
12:00:39 #12 10.90 Preparing to unpack .../23-libltdl7_2.4.6-9_armhf.deb ...
12:00:39    dh_update_autotools_config
12:00:39    dh_autoreconf
12:00:39    debian/rules override_dh_auto_build
12:00:39 #10 54.49 Preparing to unpack .../282-libnumber-range-perl_0.12-1.1_all.deb ...
12:00:39 #10 54.49 Unpacking libnumber-range-perl (0.12-1.1) ...
12:00:39 #10 54.54 Selecting previously unselected package libossp-uuid16:armhf.
12:00:39 #10 54.54 Preparing to unpack .../283-libossp-uuid16_1.6.2-1.5+b9_armhf.deb ...
12:00:39 #10 54.55 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b9) ...
12:00:39 #10 54.57 Selecting previously unselected package libossp-uuid-perl.
12:00:39 #10 54.58 Preparing to unpack .../284-libossp-uuid-perl_1.6.2-1.5+b9_armhf.deb ...
12:00:39 #10 54.59 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
12:00:39 #10 54.62 Selecting previously unselected package libpackage-stash-xs-perl.
12:00:39 #10 54.63 Preparing to unpack .../285-libpackage-stash-xs-perl_0.29-1+b2_armhf.deb ...
12:00:39 #10 54.63 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
12:00:39 #10 54.66 Selecting previously unselected package libpath-iterator-rule-perl.
12:00:39 #10 54.67 Preparing to unpack .../286-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:00:39 #10 54.67 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:00:39 #10 54.70 Selecting previously unselected package libperlio-gzip-perl.
12:00:39 #12 7.877 The following NEW packages will be installed:
12:00:39 #12 7.877   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
12:00:39 #12 7.877   g++-10 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
12:00:39 #12 7.877   libdevmapper1.02.1 libglib2.0-0 libjsoncpp24 libltdl-dev libltdl7
12:00:39 #12 7.877   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0
12:00:39 #12 7.877   libseccomp-dev libselinux1-dev libsepol1-dev libstdc++-10-dev libsystemd-dev
12:00:39 #12 7.878   libudev-dev libuv1 pkg-config
12:00:39 #10 54.57 Setting up libhttp-negotiate-perl (6.01-2) ...
12:00:39 #10 54.58 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:39 #10 54.60 Setting up libtool (2.4.7-5) ...
12:00:39 #10 54.61 Setting up po-debconf (1.0.21+nmu1) ...
12:00:39 #10 54.63 Setting up libhtml-tree-perl (5.07-3) ...
12:00:39 #10 54.64 Setting up libparams-classify-perl:armhf (0.015-2+b1) ...
12:00:39 #10 54.66 Setting up python3 (3.11.1-3) ...
12:00:39 #10 54.78 Setting up gcc (4:12.2.0-1+rpi1) ...
12:00:39 #10 54.81 Setting up dh-autoreconf (20) ...
12:00:39 #10 54.83 Setting up libmodule-runtime-perl (0.016-2) ...
12:00:39 #10 81.37 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:39 #10 81.40 Setting up libsoap-lite-perl (1.27-1) ...
12:00:39 #10 81.41 Setting up libxmlrpc-lite-perl (0.717-4) ...
12:00:39 #10 81.42 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:00:39 #10 81.44 Processing triggers for ca-certificates (20210119) ...
12:00:39 #10 81.45 Updating certificates in /etc/ssl/certs...
12:00:39 #12 7.805 Reading package lists...
12:00:39 #12 8.430 Building dependency tree...
12:00:39 #12 8.573 Reading state information...
12:00:39 #12 8.592 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:39 #12 20.56   Running scriptlet: libxcrypt-4.4.33-1.fc36.x86_64                       97/97 
12:00:39 #12 20.91   Verifying        : checkpolicy-3.3-2.fc36.x86_64                         1/97 
12:00:39 #12 20.91   Verifying        : cryptsetup-libs-2.4.3-2.fc36.x86_64                   2/97 
12:00:39 #12 20.91   Verifying        : device-mapper-1.02.175-7.fc36.x86_64                  3/97 
12:00:39 #12 20.91   Verifying        : device-mapper-devel-1.02.175-7.fc36.x86_64            4/97 
12:00:39 #12 20.91   Verifying        : device-mapper-libs-1.02.175-7.fc36.x86_64             5/97 
12:00:39 #12 20.91   Verifying        : guile22-2.2.7-5.fc36.x86_64                           6/97 
12:00:39 #12 20.91   Verifying        : jsoncpp-1.9.5-2.fc36.x86_64                           7/97 
12:00:39 #12 20.91   Verifying        : kmod-libs-29-7.fc36.x86_64                            8/97 
12:00:39 #12 20.91   Verifying        : libcbor-0.7.0-5.fc36.x86_64                           9/97 
12:00:39 #12 20.91   Verifying        : libedit-3.1-41.20210910cvs.fc36.x86_64               10/97 
12:00:39 #12 20.91   Verifying        : libmpc-1.2.1-4.fc36.x86_64                           11/97 
12:00:39 #12 20.91   Verifying        : libseccomp-2.5.3-2.fc36.x86_64                       12/97 
12:00:39 #12 20.91   Verifying        : libseccomp-devel-2.5.3-2.fc36.x86_64                 13/97 
12:00:39 #12 20.91   Verifying        : libselinux-devel-3.3-4.fc36.x86_64                   14/97 
12:00:39 #12 20.91   Verifying        : libselinux-utils-3.3-4.fc36.x86_64                   15/97 
12:00:39 #12 20.91   Verifying        : libsepol-devel-3.3-3.fc36.x86_64                     16/97 
12:00:39 #12 20.91   Verifying        : libutempter-1.2.1-6.fc36.x86_64                      17/97 
12:00:39 #12 20.92   Verifying        : libxkbcommon-1.4.0-1.fc36.x86_64                     18/97 
12:00:39 #12 20.92   Verifying        : m4-1.4.19-3.fc36.x86_64                              19/97 
12:00:39 #12 20.92   Verifying        : make-1:4.3-7.fc36.x86_64                             20/97 
12:00:39 #12 20.92   Verifying        : openssh-8.8p1-1.fc36.1.x86_64                        21/97 
12:00:39 #12 20.92   Verifying        : openssh-clients-8.8p1-1.fc36.1.x86_64                22/97 
12:00:39 #12 20.92   Verifying        : perl-Error-1:0.17029-8.fc36.noarch                   23/97 
12:00:39 #12 20.92   Verifying        : perl-File-Compare-1.100.600-486.fc36.noarch          24/97 
12:00:39 #12 20.92   Verifying        : perl-File-Copy-2.35-486.fc36.noarch                  25/97 
12:00:39 #12 20.92   Verifying        : perl-File-Find-1.39-486.fc36.noarch                  26/97 
12:00:39 #12 20.92   Verifying        : perl-TermReadKey-2.38-12.fc36.x86_64                 27/97 
12:00:39 #12 20.92   Verifying        : perl-Thread-Queue-3.14-479.fc36.noarch               28/97 
12:00:39 #12 20.92   Verifying        : perl-lib-0.65-486.fc36.x86_64                        29/97 
12:00:39 #12 20.92   Verifying        : perl-threads-1:2.26-449.fc36.x86_64                  30/97 
12:00:39 #12 20.92   Verifying        : perl-threads-shared-1.62-479.fc36.x86_64             31/97 
12:00:39 #12 20.92   Verifying        : policycoreutils-3.3-4.fc36.x86_64                    32/97 
12:00:39 #12 20.92   Verifying        : policycoreutils-devel-3.3-4.fc36.x86_64              33/97 
12:00:39 #12 20.92   Verifying        : policycoreutils-python-utils-3.3-4.fc36.noarch       34/97 
12:00:39 #12 20.92   Verifying        : python3-libselinux-3.3-4.fc36.x86_64                 35/97 
12:00:39 #12 20.92   Verifying        : python3-libsemanage-3.3-3.fc36.x86_64                36/97 
12:00:39 #12 20.92   Verifying        : python3-policycoreutils-3.3-4.fc36.noarch            37/97 
12:00:39 #12 20.92   Verifying        : python3-setools-4.4.0-5.fc36.x86_64                  38/97 
12:00:39 #12 20.92   Verifying        : qrencode-libs-4.1.1-2.fc36.x86_64                    39/97 
12:00:39 #12 20.92   Verifying        : rhash-1.4.2-2.fc36.x86_64                            40/97 
12:00:39 #12 20.92   Verifying        : which-2.21-32.fc36.x86_64                            41/97 
12:00:39 #12 20.92   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch                42/97 
12:00:39 #12 20.92   Verifying        : annobin-docs-10.93-1.fc36.noarch                     43/97 
12:00:39 #12 20.92   Verifying        : annobin-plugin-gcc-10.93-1.fc36.x86_64               44/97 
12:00:39 #12 20.92   Verifying        : autoconf-2.71-3.fc36.noarch                          45/97 
12:00:39 #12 20.92   Verifying        : automake-1.16.5-7.fc36.noarch                        46/97 
12:00:39 #12 20.92   Verifying        : cmake-3.25.2-1.fc36.x86_64                           47/97 
12:00:39 #12 20.92   Verifying        : cmake-data-3.25.2-1.fc36.noarch                      48/97 
12:00:39 #12 20.92   Verifying        : cmake-filesystem-3.25.2-1.fc36.x86_64                49/97 
12:00:39 #12 20.92   Verifying        : cmake-rpm-macros-3.25.2-1.fc36.noarch                50/97 
12:00:39 #12 20.92   Verifying        : cpp-12.2.1-4.fc36.x86_64                             51/97 
12:00:39 #12 20.92   Verifying        : dbus-1:1.14.4-1.fc36.x86_64                          52/97 
12:00:39 #12 20.92   Verifying        : dbus-broker-32-1.fc36.x86_64                         53/97 
12:00:39 #12 20.92   Verifying        : dbus-common-1:1.14.4-1.fc36.noarch                   54/97 
12:00:39 #12 20.92   Verifying        : gc-8.0.6-3.fc36.x86_64                               55/97 
12:00:39 #12 20.92   Verifying        : gcc-12.2.1-4.fc36.x86_64                             56/97 
12:00:39 #12 20.92   Verifying        : gcc-plugin-annobin-12.2.1-4.fc36.x86_64              57/97 
12:00:39 #12 20.92   Verifying        : git-2.39.1-1.fc36.x86_64                             58/97 
12:00:39 #12 20.92   Verifying        : git-core-2.39.1-1.fc36.x86_64                        59/97 
12:00:39 #12 20.92   Verifying        : git-core-doc-2.39.1-1.fc36.noarch                    60/97 
12:00:39 #12 20.92   Verifying        : glibc-devel-2.35-22.fc36.x86_64                      61/97 
12:00:39 #12 20.92   Verifying        : glibc-headers-x86-2.35-22.fc36.noarch                62/97 
12:00:39 #12 20.92   Verifying        : glibc-static-2.35-22.fc36.x86_64                     63/97 
12:00:39 #12 20.92   Verifying        : kernel-headers-6.1.5-100.fc36.x86_64                 64/97 
12:00:39 #12 20.92   Verifying        : less-590-5.fc36.x86_64                               65/97 
12:00:39 #12 20.92   Verifying        : libargon2-20171227-9.fc36.x86_64                     66/97 
12:00:39 #12 20.92   Verifying        : libbpf-2:0.7.0-3.fc36.x86_64                         67/97 
12:00:39 #12 20.92   Verifying        : libfdisk-2.38-1.fc36.x86_64                          68/97 
12:00:39 #12 20.92   Verifying        : libfido2-1.10.0-5.fc36.x86_64                        69/97 
12:00:39 #12 20.92   Verifying        : libtool-2.4.7-1.fc36.x86_64                          70/97 
12:00:39 #12 20.92   Verifying        : libtool-ltdl-2.4.7-1.fc36.x86_64                     71/97 
12:00:39 #12 20.92   Verifying        : libtool-ltdl-devel-2.4.7-1.fc36.x86_64               72/97 
12:00:39 #12 20.92   Verifying        : libuv-1:1.44.2-1.fc36.x86_64                         73/97 
12:00:39 #12 20.92   Verifying        : libxcrypt-devel-4.4.33-4.fc36.x86_64                 74/97 
12:00:39 #12 20.92   Verifying        : libxcrypt-static-4.4.33-4.fc36.x86_64                75/97 
12:00:39 #12 20.92   Verifying        : pcre2-devel-10.40-1.fc36.x86_64                      76/97 
12:00:39 #12 20.92   Verifying        : pcre2-utf16-10.40-1.fc36.x86_64                      77/97 
12:00:39 #12 20.92   Verifying        : pcre2-utf32-10.40-1.fc36.x86_64                      78/97 
12:00:39 #12 20.92   Verifying        : perl-Git-2.39.1-1.fc36.noarch                        79/97 
12:00:39 #12 20.92   Verifying        : python3-audit-3.0.9-1.fc36.x86_64                    80/97 
12:00:39 #12 20.92   Verifying        : python3-setuptools-59.6.0-3.fc36.noarch              81/97 
12:00:39 #12 20.92   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.x86_64              82/97 
12:00:39 #12 20.92   Verifying        : selinux-policy-36.17-1.fc36.noarch                   83/97 
12:00:39 #12 20.92   Verifying        : selinux-policy-devel-36.17-1.fc36.noarch             84/97 
12:00:39 #12 20.92   Verifying        : selinux-policy-targeted-36.17-1.fc36.noarch          85/97 
12:00:39 #12 20.93   Verifying        : systemd-250.9-1.fc36.x86_64                          86/97 
12:00:39 #12 20.93   Verifying        : systemd-devel-250.9-1.fc36.x86_64                    87/97 
12:00:39 #12 20.93   Verifying        : systemd-networkd-250.9-1.fc36.x86_64                 88/97 
12:00:39 #12 20.93   Verifying        : systemd-pam-250.9-1.fc36.x86_64                      89/97 
12:00:39 #12 20.93   Verifying        : systemd-resolved-250.9-1.fc36.x86_64                 90/97 
12:00:39 #12 20.93   Verifying        : systemd-rpm-macros-250.9-1.fc36.noarch               91/97 
12:00:39 #12 20.93   Verifying        : util-linux-2.38-1.fc36.x86_64                        92/97 
12:00:39 #12 20.93   Verifying        : vim-filesystem-2:9.0.1262-1.fc36.noarch              93/97 
12:00:39 #12 20.93   Verifying        : libxcrypt-4.4.33-4.fc36.x86_64                       94/97 
12:00:39 #12 20.93   Verifying        : libxcrypt-4.4.33-1.fc36.x86_64                       95/97 
12:00:39 #12 20.93   Verifying        : systemd-libs-250.9-1.fc36.x86_64                     96/97 
12:00:39 #13 1.195 Reading package lists...
12:00:39 #13 2.536 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:39 #13 2.536 dpkg-buildpackage: info: source version 1.0
12:00:39 #13 2.536 dpkg-buildpackage: info: source distribution unstable
12:00:39 #13 2.536 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:39 #13 2.571 dpkg-buildpackage: info: host architecture armhf
12:00:39 #13 2.571  dpkg-source --before-build .
12:00:39 #14 DONE 2.0s
12:00:39 
12:00:39 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:00:39 #15 DONE 0.0s
12:00:39 
12:00:39 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:00:39 #16 DONE 0.0s
12:00:39 
12:00:39 #17 exporting to image
12:00:39 #17 exporting layers
12:00:39 #10 61.58 Setting up libgssapi-krb5-2:armhf (1.20.1-1) ...
12:00:39 #10 61.59 Setting up libgdbm-compat4:armhf (1.23-3) ...
12:00:39 #10 61.61 Setting up ucf (3.0043) ...
12:00:39 #10 61.72 Setting up dwz (0.15-1) ...
12:00:39 #12 10.91 Unpacking libltdl7:armhf (2.4.6-9) ...
12:00:39 #12 10.94 Selecting previously unselected package libltdl-dev:armhf.
12:00:39 #12 10.94 Preparing to unpack .../24-libltdl-dev_2.4.6-9_armhf.deb ...
12:00:39 #12 10.95 Unpacking libltdl-dev:armhf (2.4.6-9) ...
12:00:39 #12 10.99 Selecting previously unselected package libseccomp-dev:armhf.
12:00:39 #12 10.99 Preparing to unpack .../25-libseccomp-dev_2.3.3-4_armhf.deb ...
12:00:39 #12 11.00 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
12:00:39 #12 11.03 Selecting previously unselected package libsystemd-dev:armhf.
12:00:39 #12 11.03 Preparing to unpack .../26-libsystemd-dev_241-7~deb10u8+rpi1_armhf.deb ...
12:00:39 #12 11.04 Unpacking libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
12:00:39 #12 11.12 Selecting previously unselected package pkg-config.
12:00:39 #12 11.12 Preparing to unpack .../27-pkg-config_0.29-6_armhf.deb ...
12:00:39 #12 11.13 Unpacking pkg-config (0.29-6) ...
12:00:39 + STATUS=0
12:00:39 + '[' 0 -ne 0 ']'
12:00:39 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:00:39 + STATUS=0
12:00:39 + '[' 0 -ne 0 ']'
12:00:39 + /usr/bin/tar -xof -
12:00:39 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:00:39 make[1]: Entering directory '/root/build-deb'
12:00:39 # Build the daemon and dependencies
12:00:39 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:00:39 
12:00:39 Removing bundles/
12:00:39 
12:00:39 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:39 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:00:39 #10 54.70 Preparing to unpack .../287-libperlio-gzip-perl_0.19-1+b7_armhf.deb ...
12:00:39 #10 54.71 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
12:00:39 #10 54.74 Selecting previously unselected package libpod-parser-perl.
12:00:39 #10 54.75 Preparing to unpack .../288-libpod-parser-perl_1.63-2_all.deb ...
12:00:39 #10 54.76 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:00:39 #10 54.77 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:00:39 #10 54.77 Unpacking libpod-parser-perl (1.63-2) ...
12:00:39 #10 54.81 Selecting previously unselected package libpod-constants-perl.
12:00:39 #10 54.81 Preparing to unpack .../289-libpod-constants-perl_0.19-2_all.deb ...
12:00:39 #10 54.82 Unpacking libpod-constants-perl (0.19-2) ...
12:00:39 #10 54.85 Selecting previously unselected package libproc-processtable-perl.
12:00:39 #10 54.85 Preparing to unpack .../290-libproc-processtable-perl_0.59-2+b1_armhf.deb ...
12:00:39 #10 54.85 Unpacking libproc-processtable-perl (0.59-2+b1) ...
12:00:39 #10 54.90 Selecting previously unselected package libre2-9:armhf.
12:00:39 #10 54.91 Preparing to unpack .../291-libre2-9_20210201+dfsg-1_armhf.deb ...
12:00:39 #10 54.91 Unpacking libre2-9:armhf (20210201+dfsg-1) ...
12:00:39 #10 54.96 Selecting previously unselected package libre-engine-re2-perl:armhf.
12:00:39 #12 22.39   Running scriptlet: libxcrypt-4.4.33-3.fc37.x86_64                       97/97 
12:00:39 #12 22.86   Verifying        : automake-1.16.5-9.fc37.noarch                         1/97 
12:00:39 #12 22.86   Verifying        : checkpolicy-3.4-3.fc37.x86_64                         2/97 
12:00:39 #12 22.86   Verifying        : cryptsetup-libs-2.5.0-1.fc37.x86_64                   3/97 
12:00:39 #12 22.86   Verifying        : dbus-broker-32-1.fc37.x86_64                          4/97 
12:00:39 #12 22.86   Verifying        : device-mapper-1.02.175-9.fc37.x86_64                  5/97 
12:00:39 #12 22.86   Verifying        : device-mapper-devel-1.02.175-9.fc37.x86_64            6/97 
12:00:39 #12 22.86   Verifying        : device-mapper-libs-1.02.175-9.fc37.x86_64             7/97 
12:00:39 #12 22.86   Verifying        : gc-8.0.6-4.fc37.x86_64                                8/97 
12:00:39 #12 22.86   Verifying        : guile22-2.2.7-6.fc37.x86_64                           9/97 
12:00:39 #12 22.86   Verifying        : jsoncpp-1.9.5-3.fc37.x86_64                          10/97 
12:00:39 #12 22.86   Verifying        : kmod-libs-30-2.fc37.x86_64                           11/97 
12:00:39 #12 22.86   Verifying        : less-590-5.fc37.x86_64                               12/97 
12:00:39 #12 22.86   Verifying        : libargon2-20190702-1.fc37.x86_64                     13/97 
12:00:39 #12 22.86   Verifying        : libbpf-2:0.8.0-2.fc37.x86_64                         14/97 
12:00:39 #12 22.86   Verifying        : libcbor-0.7.0-7.fc37.x86_64                          15/97 
12:00:39 #12 22.86   Verifying        : libfdisk-2.38.1-1.fc37.x86_64                        16/97 
12:00:39 #12 22.86   Verifying        : libfido2-1.11.0-3.fc37.x86_64                        17/97 
12:00:39 #12 22.86   Verifying        : libmpc-1.2.1-5.fc37.x86_64                           18/97 
12:00:39 #12 22.86   Verifying        : libseccomp-2.5.3-3.fc37.x86_64                       19/97 
12:00:39 #12 22.86   Verifying        : libseccomp-devel-2.5.3-3.fc37.x86_64                 20/97 
12:00:39 #12 22.86   Verifying        : libselinux-devel-3.4-5.fc37.x86_64                   21/97 
12:00:39 #12 22.87   Verifying        : libselinux-utils-3.4-5.fc37.x86_64                   22/97 
12:00:39 #12 22.87   Verifying        : libsepol-devel-3.4-3.fc37.x86_64                     23/97 
12:00:39 #12 22.87   Verifying        : libtool-2.4.7-2.fc37.x86_64                          24/97 
12:00:39 #12 22.87   Verifying        : libtool-ltdl-2.4.7-2.fc37.x86_64                     25/97 
12:00:39 #12 22.87   Verifying        : libtool-ltdl-devel-2.4.7-2.fc37.x86_64               26/97 
12:00:39 #12 22.87   Verifying        : libutempter-1.2.1-7.fc37.x86_64                      27/97 
12:00:39 #12 22.87   Verifying        : libuv-1:1.44.2-2.fc37.x86_64                         28/97 
12:00:39 #12 22.87   Verifying        : libxkbcommon-1.4.1-2.fc37.x86_64                     29/97 
12:00:39 #12 22.87   Verifying        : m4-1.4.19-4.fc37.x86_64                              30/97 
12:00:39 #12 22.87   Verifying        : make-1:4.3-11.fc37.x86_64                            31/97 
12:00:39 #12 22.87   Verifying        : openssh-8.8p1-7.fc37.x86_64                          32/97 
12:00:39 #12 22.87   Verifying        : openssh-clients-8.8p1-7.fc37.x86_64                  33/97 
12:00:39 #12 22.87   Verifying        : pcre2-devel-10.40-1.fc37.1.x86_64                    34/97 
12:00:39 #12 22.87   Verifying        : pcre2-utf16-10.40-1.fc37.1.x86_64                    35/97 
12:00:39 #12 22.87   Verifying        : pcre2-utf32-10.40-1.fc37.1.x86_64                    36/97 
12:00:39 #12 22.87   Verifying        : perl-Error-1:0.17029-10.fc37.noarch                  37/97 
12:00:39 #12 22.87   Verifying        : perl-File-Compare-1.100.700-492.fc37.noarch          38/97 
12:00:39 #12 22.87   Verifying        : perl-File-Copy-2.39-492.fc37.noarch                  39/97 
12:00:39 #12 22.87   Verifying        : perl-File-Find-1.40-492.fc37.noarch                  40/97 
12:00:39 #12 22.87   Verifying        : perl-TermReadKey-2.38-14.fc37.x86_64                 41/97 
12:00:39 #12 22.87   Verifying        : perl-Thread-Queue-3.14-489.fc37.noarch               42/97 
12:00:39 #12 22.87   Verifying        : perl-lib-0.65-492.fc37.x86_64                        43/97 
12:00:39 #12 22.87   Verifying        : perl-threads-1:2.27-489.fc37.x86_64                  44/97 
12:00:39 #12 22.87   Verifying        : perl-threads-shared-1.64-489.fc37.x86_64             45/97 
12:00:39 #12 22.87   Verifying        : policycoreutils-3.4-6.fc37.x86_64                    46/97 
12:00:39 #12 22.87   Verifying        : policycoreutils-devel-3.4-6.fc37.x86_64              47/97 
12:00:39 #12 22.87   Verifying        : policycoreutils-python-utils-3.4-6.fc37.noarch       48/97 
12:00:39 #12 22.87   Verifying        : python3-audit-3.0.9-1.fc37.x86_64                    49/97 
12:00:39 #12 22.87   Verifying        : python3-libselinux-3.4-5.fc37.x86_64                 50/97 
12:00:39 #12 22.87   Verifying        : python3-libsemanage-3.4-5.fc37.x86_64                51/97 
12:00:39 #12 22.87   Verifying        : python3-policycoreutils-3.4-6.fc37.noarch            52/97 
12:00:39 #12 22.87   Verifying        : python3-setools-4.4.0-9.fc37.x86_64                  53/97 
12:00:39 #12 22.87   Verifying        : python3-setuptools-62.6.0-2.fc37.noarch              54/97 
12:00:39 #12 22.87   Verifying        : qrencode-libs-4.1.1-3.fc37.x86_64                    55/97 
12:00:39 #12 22.87   Verifying        : rhash-1.4.2-3.fc37.x86_64                            56/97 
12:00:39 #12 22.87   Verifying        : rpm-plugin-selinux-4.18.0-1.fc37.x86_64              57/97 
12:00:39 #12 22.87   Verifying        : util-linux-2.38.1-1.fc37.x86_64                      58/97 
12:00:39 #12 22.87   Verifying        : which-2.21-35.fc37.x86_64                            59/97 
12:00:39 #12 22.87   Verifying        : annobin-docs-10.92-1.fc37.noarch                     60/97 
12:00:39 #12 22.87   Verifying        : annobin-plugin-gcc-10.92-1.fc37.x86_64               61/97 
12:00:39 #12 22.87   Verifying        : autoconf-2.71-4.fc37.noarch                          62/97 
12:00:39 #12 22.87   Verifying        : cmake-3.25.2-1.fc37.x86_64                           63/97 
12:00:39 #12 22.87   Verifying        : cmake-data-3.25.2-1.fc37.noarch                      64/97 
12:00:39 #12 22.87   Verifying        : cmake-filesystem-3.25.2-1.fc37.x86_64                65/97 
12:00:39 #12 22.87   Verifying        : cmake-rpm-macros-3.25.2-1.fc37.noarch                66/97 
12:00:39 #12 22.87   Verifying        : cpp-12.2.1-4.fc37.x86_64                             67/97 
12:00:39 #12 22.87   Verifying        : dbus-1:1.14.4-1.fc37.x86_64                          68/97 
12:00:39 #12 22.87   Verifying        : dbus-common-1:1.14.4-1.fc37.noarch                   69/97 
12:00:39 #12 22.87   Verifying        : gcc-12.2.1-4.fc37.x86_64                             70/97 
12:00:39 #12 22.87   Verifying        : gcc-plugin-annobin-12.2.1-4.fc37.x86_64              71/97 
12:00:39 #12 22.87   Verifying        : git-2.39.1-1.fc37.x86_64                             72/97 
12:00:39 #12 22.87   Verifying        : git-core-2.39.1-1.fc37.x86_64                        73/97 
12:00:39 #12 22.87   Verifying        : git-core-doc-2.39.1-1.fc37.noarch                    74/97 
12:00:39 #12 22.87   Verifying        : glibc-devel-2.36-9.fc37.x86_64                       75/97 
12:00:39 #12 22.87   Verifying        : glibc-headers-x86-2.36-9.fc37.noarch                 76/97 
12:00:39 #12 22.87   Verifying        : glibc-static-2.36-9.fc37.x86_64                      77/97 
12:00:39 #12 22.87   Verifying        : kernel-headers-6.1.5-200.fc37.x86_64                 78/97 
12:00:39 #12 22.87   Verifying        : libedit-3.1-43.20221009cvs.fc37.x86_64               79/97 
12:00:39 #12 22.87   Verifying        : libxcrypt-devel-4.4.33-4.fc37.x86_64                 80/97 
12:00:39 #12 22.87   Verifying        : libxcrypt-static-4.4.33-4.fc37.x86_64                81/97 
12:00:39 #12 22.87   Verifying        : perl-Git-2.39.1-1.fc37.noarch                        82/97 
12:00:39 #12 22.87   Verifying        : selinux-policy-37.19-1.fc37.noarch                   83/97 
12:00:39 #12 22.87   Verifying        : selinux-policy-devel-37.19-1.fc37.noarch             84/97 
12:00:39 #12 22.87   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          85/97 
12:00:39 #12 22.87   Verifying        : systemd-251.10-588.fc37.x86_64                       86/97 
12:00:39 #12 22.87   Verifying        : systemd-devel-251.10-588.fc37.x86_64                 87/97 
12:00:39 #12 22.87   Verifying        : systemd-networkd-251.10-588.fc37.x86_64              88/97 
12:00:39 #12 22.87   Verifying        : systemd-pam-251.10-588.fc37.x86_64                   89/97 
12:00:39 #12 22.87   Verifying        : systemd-resolved-251.10-588.fc37.x86_64              90/97 
12:00:39 #12 22.87   Verifying        : systemd-rpm-macros-251.10-588.fc37.noarch            91/97 
12:00:39 #12 22.87   Verifying        : vim-filesystem-2:9.0.1262-1.fc37.noarch              92/97 
12:00:39 #12 22.87   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  93/97 
12:00:39 #12 22.87   Verifying        : libxcrypt-4.4.33-4.fc37.x86_64                       94/97 
12:00:39 #12 22.87   Verifying        : libxcrypt-4.4.33-3.fc37.x86_64                       95/97 
12:00:39 #12 22.87   Verifying        : systemd-libs-251.10-588.fc37.x86_64                  96/97 
12:00:39 #12 22.87   Verifying        : systemd-libs-251.8-586.fc37.x86_64                   97/97 
12:00:39 #12 23.04 
12:00:39 #12 23.04 Upgraded:
12:00:39 #12 23.04   libxcrypt-4.4.33-4.fc37.x86_64       systemd-libs-251.10-588.fc37.x86_64      
12:00:39 #12 23.04 Installed:
12:00:39 #12 23.04   annobin-docs-10.92-1.fc37.noarch                                              
12:00:39 #12 23.04   annobin-plugin-gcc-10.92-1.fc37.x86_64                                        
12:00:39 #12 23.04   autoconf-2.71-4.fc37.noarch                                                   
12:00:39 #12 23.04   automake-1.16.5-9.fc37.noarch                                                 
12:00:39 #12 23.04   checkpolicy-3.4-3.fc37.x86_64                                                 
12:00:39 #12 23.04   cmake-3.25.2-1.fc37.x86_64                                                    
12:00:39 #12 23.04   cmake-data-3.25.2-1.fc37.noarch                                               
12:00:39 #12 23.04   cmake-filesystem-3.25.2-1.fc37.x86_64                                         
12:00:39 #12 23.04   cmake-rpm-macros-3.25.2-1.fc37.noarch                                         
12:00:39 #12 23.04   cpp-12.2.1-4.fc37.x86_64                                                      
12:00:39 #12 23.04   cryptsetup-libs-2.5.0-1.fc37.x86_64                                           
12:00:39 #12 23.04   dbus-1:1.14.4-1.fc37.x86_64                                                   
12:00:39 #12 23.04   dbus-broker-32-1.fc37.x86_64                                                  
12:00:39 #12 23.04   dbus-common-1:1.14.4-1.fc37.noarch                                            
12:00:39 #12 23.04   device-mapper-1.02.175-9.fc37.x86_64                                          
12:00:39 #12 23.04   device-mapper-devel-1.02.175-9.fc37.x86_64                                    
12:00:39 #12 23.04   device-mapper-libs-1.02.175-9.fc37.x86_64                                     
12:00:39 #12 23.04   gc-8.0.6-4.fc37.x86_64                                                        
12:00:39 #12 23.04   gcc-12.2.1-4.fc37.x86_64                                                      
12:00:39 #12 23.04   gcc-plugin-annobin-12.2.1-4.fc37.x86_64                                       
12:00:39 #12 23.04   git-2.39.1-1.fc37.x86_64                                                      
12:00:39 #12 23.04   git-core-2.39.1-1.fc37.x86_64                                                 
12:00:39 #12 23.04   git-core-doc-2.39.1-1.fc37.noarch                                             
12:00:39 #12 23.04   glibc-devel-2.36-9.fc37.x86_64                                                
12:00:39 #12 23.04   glibc-headers-x86-2.36-9.fc37.noarch                                          
12:00:39 #12 23.04   glibc-static-2.36-9.fc37.x86_64                                               
12:00:39 #12 23.04   guile22-2.2.7-6.fc37.x86_64                                                   
12:00:39 #12 23.04   jsoncpp-1.9.5-3.fc37.x86_64                                                   
12:00:39 #12 23.04   kernel-headers-6.1.5-200.fc37.x86_64                                          
12:00:39 #12 23.04   kmod-libs-30-2.fc37.x86_64                                                    
12:00:39 #12 23.04   less-590-5.fc37.x86_64                                                        
12:00:39 #12 23.04   libargon2-20190702-1.fc37.x86_64                                              
12:00:39 #12 23.04   libbpf-2:0.8.0-2.fc37.x86_64                                                  
12:00:39 #12 23.04   libcbor-0.7.0-7.fc37.x86_64                                                   
12:00:39 #12 23.04   libedit-3.1-43.20221009cvs.fc37.x86_64                                        
12:00:39 #12 23.04   libfdisk-2.38.1-1.fc37.x86_64                                                 
12:00:39 #12 23.04   libfido2-1.11.0-3.fc37.x86_64                                                 
12:00:39 #12 23.04   libmpc-1.2.1-5.fc37.x86_64                                                    
12:00:39 #12 23.04   libseccomp-2.5.3-3.fc37.x86_64                                                
12:00:39 #12 23.04   libseccomp-devel-2.5.3-3.fc37.x86_64                                          
12:00:39 #12 23.04   libselinux-devel-3.4-5.fc37.x86_64                                            
12:00:39 #12 23.04   libselinux-utils-3.4-5.fc37.x86_64                                            
12:00:39 #12 23.04   libsepol-devel-3.4-3.fc37.x86_64                                              
12:00:39 #12 23.04   libtool-2.4.7-2.fc37.x86_64                                                   
12:00:39 #12 23.04   libtool-ltdl-2.4.7-2.fc37.x86_64                                              
12:00:39 #12 23.04   libtool-ltdl-devel-2.4.7-2.fc37.x86_64                                        
12:00:39 #12 23.04   libutempter-1.2.1-7.fc37.x86_64                                               
12:00:39 #12 23.04   libuv-1:1.44.2-2.fc37.x86_64                                                  
12:00:39 #12 23.04   libxcrypt-devel-4.4.33-4.fc37.x86_64                                          
12:00:39 #12 23.04   libxcrypt-static-4.4.33-4.fc37.x86_64                                         
12:00:39 #12 23.04   libxkbcommon-1.4.1-2.fc37.x86_64                                              
12:00:39 #12 23.04   m4-1.4.19-4.fc37.x86_64                                                       
12:00:39 #12 23.04   make-1:4.3-11.fc37.x86_64                                                     
12:00:39 #12 23.04   openssh-8.8p1-7.fc37.x86_64                                                   
12:00:39 #12 23.04   openssh-clients-8.8p1-7.fc37.x86_64                                           
12:00:39 #12 23.04   pcre2-devel-10.40-1.fc37.1.x86_64                                             
12:00:39 #12 23.04   pcre2-utf16-10.40-1.fc37.1.x86_64                                             
12:00:39 #12 23.04   pcre2-utf32-10.40-1.fc37.1.x86_64                                             
12:00:39 #12 23.04   perl-Error-1:0.17029-10.fc37.noarch                                           
12:00:39 #12 23.04   perl-File-Compare-1.100.700-492.fc37.noarch                                   
12:00:39 #12 23.04   perl-File-Copy-2.39-492.fc37.noarch                                           
12:00:39 #12 23.04   perl-File-Find-1.40-492.fc37.noarch                                           
12:00:39 #12 23.04   perl-Git-2.39.1-1.fc37.noarch                                                 
12:00:39 #12 23.04   perl-TermReadKey-2.38-14.fc37.x86_64                                          
12:00:39 #12 23.04   perl-Thread-Queue-3.14-489.fc37.noarch                                        
12:00:39 #12 23.04   perl-lib-0.65-492.fc37.x86_64                                                 
12:00:39 #12 23.04   perl-threads-1:2.27-489.fc37.x86_64                                           
12:00:39 #12 23.04   perl-threads-shared-1.64-489.fc37.x86_64                                      
12:00:39 #12 23.04   policycoreutils-3.4-6.fc37.x86_64                                             
12:00:39 #12 23.04   policycoreutils-devel-3.4-6.fc37.x86_64                                       
12:00:39 #12 23.04   policycoreutils-python-utils-3.4-6.fc37.noarch                                
12:00:39 #12 23.04   python3-audit-3.0.9-1.fc37.x86_64                                             
12:00:39 #12 23.04   python3-libselinux-3.4-5.fc37.x86_64                                          
12:00:39 #12 23.04   python3-libsemanage-3.4-5.fc37.x86_64                                         
12:00:39 #12 23.04   python3-policycoreutils-3.4-6.fc37.noarch                                     
12:00:39 #12 23.04   python3-setools-4.4.0-9.fc37.x86_64                                           
12:00:39 #12 23.04   python3-setuptools-62.6.0-2.fc37.noarch                                       
12:00:39 #12 23.04   qrencode-libs-4.1.1-3.fc37.x86_64                                             
12:00:39 #12 23.04   rhash-1.4.2-3.fc37.x86_64                                                     
12:00:39 #12 23.04   rpm-plugin-selinux-4.18.0-1.fc37.x86_64                                       
12:00:39 #12 23.04   selinux-policy-37.19-1.fc37.noarch                                            
12:00:39 #12 23.04   selinux-policy-devel-37.19-1.fc37.noarch                                      
12:00:39 #12 23.04   selinux-policy-targeted-37.19-1.fc37.noarch                                   
12:00:39 #12 23.04   systemd-251.10-588.fc37.x86_64                                                
12:00:39 #12 23.04   systemd-devel-251.10-588.fc37.x86_64                                          
12:00:39 #12 23.04   systemd-networkd-251.10-588.fc37.x86_64                                       
12:00:39 #12 23.04   systemd-pam-251.10-588.fc37.x86_64                                            
12:00:39 #12 23.04   systemd-resolved-251.10-588.fc37.x86_64                                       
12:00:39 #12 23.04   systemd-rpm-macros-251.10-588.fc37.noarch                                     
12:00:39 #12 23.04   util-linux-2.38.1-1.fc37.x86_64                                               
12:00:39 #12 23.04   vim-filesystem-2:9.0.1262-1.fc37.noarch                                       
12:00:39 #12 23.04   which-2.21-35.fc37.x86_64                                                     
12:00:39 #12 23.04   xkeyboard-config-2.36-3.fc37.noarch                                           
12:00:39 #12 23.04 
12:00:39 #12 23.04 Complete!
12:00:39 #12 8.347 0 upgraded, 29 newly installed, 0 to remove and 9 not upgraded.
12:00:39 #12 8.347 1 not fully installed or removed.
12:00:39 #12 8.347 Need to get 19.1 MB of archives.
12:00:39 #12 8.347 After this operation, 82.8 MB of additional disk space will be used.
12:00:39 #12 8.347 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6+rpi1 [1751 kB]
12:00:39 #12 8.395 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf cmake-data all 3.18.4-2+rpt1+rpi1+deb11u1 [1726 kB]
12:00:39 #10 54.84 Setting up dh-strip-nondeterminism (1.13.1-1) ...
12:00:39 #10 54.85 Setting up libimport-into-perl (1.002005-2) ...
12:00:39 #10 54.87 Setting up libmoo-perl (2.005005-1) ...
12:00:39 #10 54.88 Setting up debhelper (13.11.4) ...
12:00:39 #10 54.90 Setting up equivs (2.3.1) ...
12:00:39 #10 54.91 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:39 #10 54.93 Setting up libwww-perl (6.67-1) ...
12:00:39 #10 54.94 Setting up devscripts (2.22.2) ...
12:00:39 #12 8.635 Starting 2 pkgProblemResolver with broken count: 0
12:00:39 #12 8.637 Done
12:00:39 #12 8.657  Done
12:00:39 #12 8.665 Starting pkgProblemResolver with broken count: 0
12:00:39 #12 8.693 Starting 2 pkgProblemResolver with broken count: 0
12:00:39 #12 8.695 Done
12:00:39 #12 8.797 The following additional packages will be installed:
12:00:39 #12 8.798   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:00:39 #12 8.798   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
12:00:39 #12 8.798   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
12:00:39 #12 8.798   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:00:39 #12 8.798   libuv1 pkg-config procps
12:00:39 #12 8.799 Suggested packages:
12:00:39 #12 8.799   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:00:39 #10 81.81 0 added, 0 removed; done.
12:00:39 #10 81.81 Running hooks in /etc/ca-certificates/update.d...
12:00:39 #10 81.81 done.
12:00:39 #12 DONE 9.6s
12:00:39 
12:00:39 #13 [stage-1 5/8] COPY sources/ /sources
12:00:39 #13 DONE 0.2s
12:00:39 
12:00:39 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:39 #12 20.93   Verifying        : systemd-libs-250.8-1.fc36.x86_64                     97/97 
12:00:39 #12 21.10 
12:00:39 #12 21.10 Upgraded:
12:00:39 #12 21.10   libxcrypt-4.4.33-4.fc36.x86_64        systemd-libs-250.9-1.fc36.x86_64       
12:00:39 #12 21.10 Installed:
12:00:39 #12 21.10   annobin-docs-10.93-1.fc36.noarch                                              
12:00:39 #12 21.10   annobin-plugin-gcc-10.93-1.fc36.x86_64                                        
12:00:39 #12 21.10   autoconf-2.71-3.fc36.noarch                                                   
12:00:39 #12 21.10   automake-1.16.5-7.fc36.noarch                                                 
12:00:39 #12 21.10   checkpolicy-3.3-2.fc36.x86_64                                                 
12:00:39 #12 21.10   cmake-3.25.2-1.fc36.x86_64                                                    
12:00:39 #12 21.10   cmake-data-3.25.2-1.fc36.noarch                                               
12:00:39 #12 21.10   cmake-filesystem-3.25.2-1.fc36.x86_64                                         
12:00:39 #12 21.10   cmake-rpm-macros-3.25.2-1.fc36.noarch                                         
12:00:39 #12 21.10   cpp-12.2.1-4.fc36.x86_64                                                      
12:00:39 #12 21.10   cryptsetup-libs-2.4.3-2.fc36.x86_64                                           
12:00:39 #12 21.10   dbus-1:1.14.4-1.fc36.x86_64                                                   
12:00:39 #12 21.10   dbus-broker-32-1.fc36.x86_64                                                  
12:00:39 #12 21.10   dbus-common-1:1.14.4-1.fc36.noarch                                            
12:00:39 #12 21.10   device-mapper-1.02.175-7.fc36.x86_64                                          
12:00:39 #12 21.10   device-mapper-devel-1.02.175-7.fc36.x86_64                                    
12:00:39 #12 21.10   device-mapper-libs-1.02.175-7.fc36.x86_64                                     
12:00:39 #12 21.10   gc-8.0.6-3.fc36.x86_64                                                        
12:00:39 #12 21.10   gcc-12.2.1-4.fc36.x86_64                                                      
12:00:39 #12 21.10   gcc-plugin-annobin-12.2.1-4.fc36.x86_64                                       
12:00:39 #12 21.10   git-2.39.1-1.fc36.x86_64                                                      
12:00:39 #12 21.10   git-core-2.39.1-1.fc36.x86_64                                                 
12:00:39 #12 21.10   git-core-doc-2.39.1-1.fc36.noarch                                             
12:00:39 #12 21.10   glibc-devel-2.35-22.fc36.x86_64                                               
12:00:39 #12 21.10   glibc-headers-x86-2.35-22.fc36.noarch                                         
12:00:39 #12 21.10   glibc-static-2.35-22.fc36.x86_64                                              
12:00:39 #12 21.10   guile22-2.2.7-5.fc36.x86_64                                                   
12:00:39 #12 21.10   jsoncpp-1.9.5-2.fc36.x86_64                                                   
12:00:39 #12 21.10   kernel-headers-6.1.5-100.fc36.x86_64                                          
12:00:39 #12 21.10   kmod-libs-29-7.fc36.x86_64                                                    
12:00:39 #12 21.10   less-590-5.fc36.x86_64                                                        
12:00:39 #12 21.10   libargon2-20171227-9.fc36.x86_64                                              
12:00:39 #12 21.10   libbpf-2:0.7.0-3.fc36.x86_64                                                  
12:00:39 #12 21.10   libcbor-0.7.0-5.fc36.x86_64                                                   
12:00:39 #12 21.10   libedit-3.1-41.20210910cvs.fc36.x86_64                                        
12:00:39 #12 21.10   libfdisk-2.38-1.fc36.x86_64                                                   
12:00:39 #12 21.10   libfido2-1.10.0-5.fc36.x86_64                                                 
12:00:39 #12 21.10   libmpc-1.2.1-4.fc36.x86_64                                                    
12:00:39 #12 21.10   libseccomp-2.5.3-2.fc36.x86_64                                                
12:00:39 #12 21.10   libseccomp-devel-2.5.3-2.fc36.x86_64                                          
12:00:39 #12 21.10   libselinux-devel-3.3-4.fc36.x86_64                                            
12:00:39 #12 21.10   libselinux-utils-3.3-4.fc36.x86_64                                            
12:00:39 #12 21.10   libsepol-devel-3.3-3.fc36.x86_64                                              
12:00:39 #12 21.10   libtool-2.4.7-1.fc36.x86_64                                                   
12:00:39 #12 21.10   libtool-ltdl-2.4.7-1.fc36.x86_64                                              
12:00:39 #12 21.10   libtool-ltdl-devel-2.4.7-1.fc36.x86_64                                        
12:00:39 #12 21.10   libutempter-1.2.1-6.fc36.x86_64                                               
12:00:39 #12 21.10   libuv-1:1.44.2-1.fc36.x86_64                                                  
12:00:39 #12 21.10   libxcrypt-devel-4.4.33-4.fc36.x86_64                                          
12:00:39 #12 21.10   libxcrypt-static-4.4.33-4.fc36.x86_64                                         
12:00:39 #12 21.10   libxkbcommon-1.4.0-1.fc36.x86_64                                              
12:00:39 #12 21.10   m4-1.4.19-3.fc36.x86_64                                                       
12:00:39 #12 21.10   make-1:4.3-7.fc36.x86_64                                                      
12:00:39 #12 21.10   openssh-8.8p1-1.fc36.1.x86_64                                                 
12:00:39 #12 21.10   openssh-clients-8.8p1-1.fc36.1.x86_64                                         
12:00:39 #12 21.10   pcre2-devel-10.40-1.fc36.x86_64                                               
12:00:39 #12 21.10   pcre2-utf16-10.40-1.fc36.x86_64                                               
12:00:39 #12 21.10   pcre2-utf32-10.40-1.fc36.x86_64                                               
12:00:39 #12 21.10   perl-Error-1:0.17029-8.fc36.noarch                                            
12:00:39 #12 21.10   perl-File-Compare-1.100.600-486.fc36.noarch                                   
12:00:39 #12 21.10   perl-File-Copy-2.35-486.fc36.noarch                                           
12:00:39 #12 21.10   perl-File-Find-1.39-486.fc36.noarch                                           
12:00:39 #12 21.10   perl-Git-2.39.1-1.fc36.noarch                                                 
12:00:39 #12 21.10   perl-TermReadKey-2.38-12.fc36.x86_64                                          
12:00:39 #12 21.10   perl-Thread-Queue-3.14-479.fc36.noarch                                        
12:00:39 #12 21.10   perl-lib-0.65-486.fc36.x86_64                                                 
12:00:39 #12 21.10   perl-threads-1:2.26-449.fc36.x86_64                                           
12:00:39 #12 21.10   perl-threads-shared-1.62-479.fc36.x86_64                                      
12:00:39 #12 21.10   policycoreutils-3.3-4.fc36.x86_64                                             
12:00:39 #12 21.10   policycoreutils-devel-3.3-4.fc36.x86_64                                       
12:00:39 #12 21.10   policycoreutils-python-utils-3.3-4.fc36.noarch                                
12:00:39 #12 21.10   python3-audit-3.0.9-1.fc36.x86_64                                             
12:00:39 #12 21.10   python3-libselinux-3.3-4.fc36.x86_64                                          
12:00:39 #12 21.10   python3-libsemanage-3.3-3.fc36.x86_64                                         
12:00:39 #12 21.10   python3-policycoreutils-3.3-4.fc36.noarch                                     
12:00:39 #12 21.10   python3-setools-4.4.0-5.fc36.x86_64                                           
12:00:39 #12 21.10   python3-setuptools-59.6.0-3.fc36.noarch                                       
12:00:39 #12 21.10   qrencode-libs-4.1.1-2.fc36.x86_64                                             
12:00:39 #12 21.10   rhash-1.4.2-2.fc36.x86_64                                                     
12:00:39 #12 21.10   rpm-plugin-selinux-4.17.1-3.fc36.x86_64                                       
12:00:39 #12 21.10   selinux-policy-36.17-1.fc36.noarch                                            
12:00:39 #12 21.10   selinux-policy-devel-36.17-1.fc36.noarch                                      
12:00:39 #12 21.10   selinux-policy-targeted-36.17-1.fc36.noarch                                   
12:00:39 #12 21.10   systemd-250.9-1.fc36.x86_64                                                   
12:00:39 #12 21.10   systemd-devel-250.9-1.fc36.x86_64                                             
12:00:39 #12 21.10   systemd-networkd-250.9-1.fc36.x86_64                                          
12:00:39 #12 21.10   systemd-pam-250.9-1.fc36.x86_64                                               
12:00:39 #12 21.10   systemd-resolved-250.9-1.fc36.x86_64                                          
12:00:39 #12 21.10   systemd-rpm-macros-250.9-1.fc36.noarch                                        
12:00:39 #12 21.10   util-linux-2.38-1.fc36.x86_64                                                 
12:00:39 #12 21.10   vim-filesystem-2:9.0.1262-1.fc36.noarch                                       
12:00:39 #12 21.10   which-2.21-32.fc36.x86_64                                                     
12:00:39 #12 21.10   xkeyboard-config-2.35.1-1.fc36.noarch                                         
12:00:39 #12 21.10 
12:00:39 #12 21.10 Complete!
12:00:39 #13 2.674  debian/rules clean
12:00:39 #13 2.676 dh clean
12:00:39 #13 2.759    dh_clean
12:00:39 #13 2.792  debian/rules binary
12:00:39 #13 2.794 dh binary
12:00:39 #13 2.863    dh_update_autotools_config
12:00:39 #13 2.892    dh_autoreconf
12:00:39 #13 2.934    create-stamp debian/debhelper-build-stamp
12:00:39 #13 2.934    dh_prep
12:00:39 #12 DONE 10.8s
12:00:39 
12:00:39 #13 [stage-1 5/8] COPY sources/ /sources
12:00:39 #13 DONE 0.2s
12:00:39 
12:00:39 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:39 #10 61.73 Setting up groff-base (1.22.4-9) ...
12:00:39 #10 61.76 Setting up cpp (4:12.2.0-3) ...
12:00:39 #10 61.78 Setting up pixz (1.0.7-2) ...
12:00:39 #10 61.79 Setting up gpgconf (2.2.40-1) ...
12:00:39 #10 61.81 Setting up libcurl4:armhf (7.87.0-2) ...
12:00:39 #10 61.82 Setting up libx11-6:armhf (2:1.8.3-3) ...
12:00:39 #10 61.83 Setting up curl (7.87.0-2) ...
12:00:39 #10 61.85 Setting up libfontconfig1:armhf (2.14.1-4) ...
12:00:39 #10 61.86 Setting up binutils-arm-linux-gnueabihf (2.40-2) ...
12:00:39 #10 61.87 Setting up libperl5.36:armhf (5.36.0-7) ...
12:00:39 #10 61.90 Setting up libxmuu1:armhf (2:1.1.3-3) ...
12:00:39 #10 61.91 Setting up gpg (2.2.40-1) ...
12:00:39 #10 61.93 Setting up gnupg-utils (2.2.40-1) ...
12:00:39 #12 11.23 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
12:00:39 #12 11.24 Setting up libseccomp-dev:armhf (2.3.3-4) ...
12:00:39 #12 11.25 Setting up libpcre16-3:armhf (2:8.39-12) ...
12:00:39 #12 11.26 Setting up libarchive13:armhf (3.3.3-4+deb10u3) ...
12:00:39 #12 11.28 Setting up libsepol1-dev:armhf (2.8-1) ...
12:00:39 #12 11.29 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
12:00:39 #12 11.30 Setting up bash-completion (1:2.8-6) ...
12:00:39 + RPM_EC=0
12:00:39 ++ jobs -p
12:00:39 + exit 0
12:00:39 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MP14AK
12:00:39 + umask 022
12:00:39 + cd /root/rpmbuild/BUILD
12:00: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:00:39 + export CFLAGS
12:00: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:00:39 + export CXXFLAGS
12:00: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:00:39 + export FFLAGS
12:00: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:00:39 + export FCFLAGS
12:00: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:00:39 + export LDFLAGS
12:00:39 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:00:39 + export LT_SYS_LIBRARY_PATH
12:00:39 + CC=gcc
12:00:39 + export CC
12:00:39 + CXX=g++
12:00:39 + export CXX
12:00:39 + cd src
12:00:39 + export DOCKER_GITCOMMIT=a25ab92
12:00:39 + DOCKER_GITCOMMIT=a25ab92
12:00:39 + mkdir -p /go/src/github.com/docker
12:00:39 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:00:39 + pushd /root/rpmbuild/BUILD/src/engine
12:00:39 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:00:39 + TMP_GOPATH=/go
12:00:39 + hack/dockerfile/install/install.sh tini
12:00:39 + RM_GOPATH=0
12:00:39 + TMP_GOPATH=/go
12:00:39 + : /usr/local/bin
12:00:39 + '[' -z /go ']'
12:00:39 + export GOPATH=/go
12:00:39 + GOPATH=/go
12:00:39 + case "$(go env GOARCH)" in
12:00:39 ++ go env GOARCH
12:00:39 + export GO_BUILDMODE=-buildmode=pie
12:00:39 + GO_BUILDMODE=-buildmode=pie
12:00:39 ++ dirname hack/dockerfile/install/install.sh
12:00:39 + dir=hack/dockerfile/install
12:00:39 + bin=tini
12:00:39 + shift
12:00:39 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:00:39 + . hack/dockerfile/install/tini.installer
12:00:39 ++ : v0.19.0
12:00:39 + install_tini
12:00:39 + echo 'Install tini version v0.19.0'
12:00:39 + git clone https://github.com/krallin/tini.git /go/tini
12:00:39 Install tini version v0.19.0
12:00:39 Cloning into '/go/tini'...
12:00:39 #10 54.96 Preparing to unpack .../292-libre-engine-re2-perl_0.14-1_armhf.deb ...
12:00:39 #10 54.96 Unpacking libre-engine-re2-perl:armhf (0.14-1) ...
12:00:39 #10 55.00 Selecting previously unselected package libreadonly-perl.
12:00:39 #10 55.00 Preparing to unpack .../293-libreadonly-perl_2.050-3_all.deb ...
12:00:39 #10 55.01 Unpacking libreadonly-perl (2.050-3) ...
12:00:39 #10 55.04 Selecting previously unselected package libref-util-perl.
12:00:39 #10 55.05 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ...
12:00:39 #10 55.05 Unpacking libref-util-perl (0.204-1) ...
12:00:39 #10 55.10 Selecting previously unselected package libref-util-xs-perl.
12:00:39 #10 55.11 Preparing to unpack .../295-libref-util-xs-perl_0.117-1+b3_armhf.deb ...
12:00:39 #10 55.11 Unpacking libref-util-xs-perl (0.117-1+b3) ...
12:00:39 #10 55.15 Selecting previously unselected package libregexp-pattern-license-perl.
12:00:39 #10 55.15 Preparing to unpack .../296-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
12:00:39 #10 55.15 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
12:00:39 #10 55.19 Selecting previously unselected package libregexp-pattern-perl.
12:00:39 #10 55.19 Preparing to unpack .../297-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:00:39 #10 55.19 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:00:39 #10 55.23 Selecting previously unselected package libsasl2-modules:armhf.
12:00:39 #12 DONE 23.2s
12:00:39 
12:00:39 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:00:39 #10 55.11 Processing triggers for libc-bin (2.36-8+rpi1) ...
12:00:39 #12 8.988 The following NEW packages will be installed:
12:00:39 #12 8.988   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:00:39 #12 8.989   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
12:00:39 #12 8.989   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
12:00:39 #12 8.989   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:00:39 #12 8.989   libuv1 pkg-config procps
12:00:39 #11 62.66 Setting up libiterator-util-perl (0.02+ds1-2) ...
12:00:39 #11 62.67 Setting up libstdc++-12-dev:armhf (12.2.0-3ubuntu1) ...
12:00:39 #11 62.68 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:39 #11 62.70 Setting up libtool (2.4.7-4) ...
12:00:39 #11 62.71 Setting up po-debconf (1.0.21+nmu1) ...
12:00:39 #11 62.73 Setting up libhtml-tree-perl (5.07-2) ...
12:00:39 #11 62.74 Setting up libparams-classify-perl:armhf (0.015-2) ...
12:00:39 #11 62.75 Setting up libcgi-pm-perl (4.54-1) ...
12:00:39 #11 62.77 Setting up python3 (3.10.6-1) ...
12:00:39 #12 DONE 21.3s
12:00:39 
12:00:39 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
12:00:39 #13 2.962    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:00:39 #13 3.016    dh_install
12:00:39 #13 3.050    dh_installdocs
12:00:39 #13 3.089    dh_installchangelogs
12:00:39 #13 3.175    dh_perl
12:00:39 #10 61.94 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
12:00:39 #10 61.96 Setting up gpg-agent (2.2.40-1) ...
12:00:40 + cd /go/tini
12:00:40 + git checkout -q v0.19.0
12:00:40 + cmake .
12:00:40 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:00:40   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:00:40   CMake.
12:00:40 
12:00:40   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:00:40   CMake that the project does not need compatibility with older versions.
12:00:40 
12:00:40 
12:00:40 -- The C compiler identification is GNU 12.2.1
12:00:40 -- Detecting C compiler ABI info
12:00:40 #13 0.900 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
12:00:40 #13 0.963 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
12:00:40 #10 55.23 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
12:00:40 #10 55.24 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:00:40 #10 55.28 Selecting previously unselected package libsereal-decoder-perl.
12:00:40 #10 55.28 Preparing to unpack .../299-libsereal-decoder-perl_4.018+ds-1+b1_armhf.deb ...
12:00:40 #10 55.28 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
12:00:40 #10 55.32 Selecting previously unselected package libsereal-encoder-perl.
12:00:40 #10 55.32 Preparing to unpack .../300-libsereal-encoder-perl_4.018+ds-1+b1_armhf.deb ...
12:00:40 #10 55.33 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
12:00:40 #10 55.37 Selecting previously unselected package libtask-weaken-perl.
12:00:40 #10 55.37 Preparing to unpack .../301-libtask-weaken-perl_1.06-1_all.deb ...
12:00:40 #10 55.37 Unpacking libtask-weaken-perl (1.06-1) ...
12:00:40 #10 55.40 Selecting previously unselected package libxml-parser-perl:armhf.
12:00:40 #10 55.40 Preparing to unpack .../302-libxml-parser-perl_2.46-2_armhf.deb ...
12:00:40 #10 55.41 Unpacking libxml-parser-perl:armhf (2.46-2) ...
12:00:40 #10 55.46 Selecting previously unselected package libsoap-lite-perl.
12:00:40 #10 55.46 Preparing to unpack .../303-libsoap-lite-perl_1.27-1_all.deb ...
12:00:40 #10 55.46 Unpacking libsoap-lite-perl (1.27-1) ...
12:00:40 + STATUS=0
12:00:40 + '[' 0 -ne 0 ']'
12:00:40 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:00:40 + exit 0
12:00:40 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3Pb6Cc
12:00:40 + umask 022
12:00:40 + cd /root/rpmbuild/BUILD
12:00:40 + cd src
12:00:40 + export DOCKER_GITCOMMIT=a25ab92
12:00:40 + DOCKER_GITCOMMIT=a25ab92
12:00:40 + mkdir -p /go/src/github.com/docker
12:00:40 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:00:40 + pushd /root/rpmbuild/BUILD/src/engine
12:00:40 + TMP_GOPATH=/go
12:00:40 + hack/dockerfile/install/install.sh tini
12:00:40 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:00:40 + RM_GOPATH=0
12:00:40 + TMP_GOPATH=/go
12:00:40 + : /usr/local/bin
12:00:40 + '[' -z /go ']'
12:00:40 + export GOPATH=/go
12:00:40 + GOPATH=/go
12:00:40 + case "$(go env GOARCH)" in
12:00:40 ++ go env GOARCH
12:00:40 + export GO_BUILDMODE=-buildmode=pie
12:00:40 + GO_BUILDMODE=-buildmode=pie
12:00:40 ++ dirname hack/dockerfile/install/install.sh
12:00:40 + dir=hack/dockerfile/install
12:00:40 + bin=tini
12:00:40 + shift
12:00:40 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:00:40 + . hack/dockerfile/install/tini.installer
12:00:40 ++ : v0.19.0
12:00:40 + install_tini
12:00:40 + echo 'Install tini version v0.19.0'
12:00:40 Install tini version v0.19.0
12:00:40 + git clone https://github.com/krallin/tini.git /go/tini
12:00:40 Cloning into '/go/tini'...
12:00:40 #12 8.946 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf g++-10 armhf 10.2.1-6+rpi1 [7341 kB]
12:00:40 #12 9.047 Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf cmake armhf 3.18.4-2+rpt1+rpi1+deb11u1 [3104 kB]
12:00:40 #12 9.261 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
12:00:40 #12 9.261 1 not fully installed or removed.
12:00:40 #12 9.261 Need to get 8196 kB of archives.
12:00:40 #12 9.261 After this operation, 36.0 MB of additional disk space will be used.
12:00:40 #12 9.261 Get:1 http://deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
12:00:40 #12 9.267 Get:2 http://deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
12:00:40 #12 9.282 Get:3 http://deb.debian.org/debian buster/main arm64 libprocps7 arm64 2:3.3.15-2 [58.0 kB]
12:00:40 #12 9.283 Get:4 http://deb.debian.org/debian buster/main arm64 procps arm64 2:3.3.15-2 [245 kB]
12:00:40 #12 9.285 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 libarchive13 arm64 3.3.3-4+deb10u3 [292 kB]
12:00:40 #12 9.288 Get:6 http://deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
12:00:40 #12 9.289 Get:7 http://deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
12:00:40 #12 9.290 Get:8 http://deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB]
12:00:40 #12 9.292 Get:9 http://deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
12:00:40 #12 9.321 Get:10 http://deb.debian.org/debian buster/main arm64 dh-apparmor all 2.13.2-10 [70.1 kB]
12:00:40 #13 3.211    dh_link
12:00:40 #13 3.246    dh_strip_nondeterminism
12:00:40 #13 3.309    dh_compress
12:00:40 #13 3.347    dh_fixperms
12:00:40 #13 3.386    dh_missing
12:00:40 #13 3.412    dh_installdeb
12:00:40 #10 DONE 82.3s
12:00:40 
12:00:40 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:40 #10 62.46 Setting up libxpm4:armhf (1:3.5.12-1.1) ...
12:00:40 #10 62.47 Setting up openssh-client (1:9.1p1-2) ...
12:00:40 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc
12:00:40  debian/rules build
12:00:40 dh build --with=bash-completion
12:00:40    dh_update_autotools_config
12:00:40    dh_autoreconf
12:00:40    debian/rules override_dh_auto_build
12:00:40 make[1]: Entering directory '/root/build-deb'
12:00:40 # Build the daemon and dependencies
12:00:40 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:00:40 
12:00:40 Removing bundles/
12:00:40 
12:00:40 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:40 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:00:40 -- Detecting C compiler ABI info - done
12:00:40 -- Check for working C compiler: /usr/bin/gcc - skipped
12:00:40 -- Detecting C compile features
12:00:40 -- Detecting C compile features - done
12:00:40 -- Performing Test HAS_BUILTIN_FORTIFY
12:00:40 #10 55.52 Selecting previously unselected package libsort-key-perl.
12:00:40 #10 55.52 Preparing to unpack .../304-libsort-key-perl_1.33-2+b3_armhf.deb ...
12:00:40 #10 55.52 Unpacking libsort-key-perl (1.33-2+b3) ...
12:00:40 #10 55.56 Selecting previously unselected package libstring-copyright-perl.
12:00:40 #10 55.56 Preparing to unpack .../305-libstring-copyright-perl_0.003006-1_all.deb ...
12:00:40 #10 55.56 Unpacking libstring-copyright-perl (0.003006-1) ...
12:00:40 #10 55.59 Selecting previously unselected package libstring-escape-perl.
12:00:40 #10 55.60 Preparing to unpack .../306-libstring-escape-perl_2010.002-2_all.deb ...
12:00:40 #10 55.60 Unpacking libstring-escape-perl (2010.002-2) ...
12:00:40 #10 55.63 Selecting previously unselected package libstring-shellquote-perl.
12:00:40 #10 55.63 Preparing to unpack .../307-libstring-shellquote-perl_1.04-1_all.deb ...
12:00:40 #10 55.63 Unpacking libstring-shellquote-perl (1.04-1) ...
12:00:40 #10 55.66 Selecting previously unselected package libsys-cpuaffinity-perl:armhf.
12:00:40 #10 55.66 Preparing to unpack .../308-libsys-cpuaffinity-perl_1.13~03-1_armhf.deb ...
12:00:40 #10 55.67 Unpacking libsys-cpuaffinity-perl:armhf (1.13~03-1) ...
12:00:40 #10 55.70 Selecting previously unselected package libterm-readkey-perl.
12:00:40 #10 55.70 Preparing to unpack .../309-libterm-readkey-perl_2.38-1+b2_armhf.deb ...
12:00:40 #10 55.71 Unpacking libterm-readkey-perl (2.38-1+b2) ...
12:00:40 #10 55.74 Selecting previously unselected package libtext-levenshteinxs-perl.
12:00:40 #13 1.036 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
12:00:40 #13 1.108 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
12:00:40 #12 11.95 Setting up libpcre32-3:armhf (2:8.39-12) ...
12:00:40 #12 11.96 Setting up pkg-config (0.29-6) ...
12:00:40 #12 12.01 Setting up libudev-dev:armhf (241-7~deb10u8+rpi1) ...
12:00:40 + cd /go/tini
12:00:40 + git checkout -q v0.19.0
12:00:40 + cmake .
12:00:40 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:00:40   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:00:40   CMake.
12:00:40 
12:00:40   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:00:40   CMake that the project does not need compatibility with older versions.
12:00:40 
12:00:40 
12:00:40 #12 9.322 Get:11 http://deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
12:00:40 #12 9.323 Get:12 http://deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
12:00:40 #12 9.325 Get:13 http://deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
12:00:40 #12 9.325 Get:14 http://deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u8 [110 kB]
12:00:40 #12 9.326 Get:15 http://deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
12:00:40 #12 9.329 Get:16 http://deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
12:00:40 #12 9.331 Get:17 http://deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
12:00:40 #12 9.334 Get:18 http://deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
12:00:40 #12 9.335 Get:19 http://deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
12:00:40 #12 9.340 Get:20 http://deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
12:00:40 #12 9.342 Get:21 http://deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
12:00:40 #12 9.342 Get:22 http://deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
12:00:40 #12 9.343 Get:23 http://deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u8 [322 kB]
12:00:40 #12 9.346 Get:24 http://deb.debian.org/debian buster/main arm64 pkg-config arm64 0.29-6 [62.2 kB]
12:00:40 #12 9.513 debconf: delaying package configuration, since apt-utils is not installed
12:00:40 #12 9.552 Fetched 8196 kB in 0s (24.1 MB/s)
12:00:40 #12 9.587 Selecting previously unselected package bash-completion.
12:00:40 #13 3.446    dh_gencontrol
12:00:40 #13 3.566    dh_md5sums
12:00:40 #13 3.599    dh_builddeb
12:00:40 #13 3.626 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:40 #13 3.711  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
12:00:40 #11 DONE 0.1s
12:00:40 
12:00:40 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:40 #11 63.07 Setting up libhtml-format-perl (2.16-1) ...
12:00:40 #11 63.08 Setting up python3-xdg (0.27-2) ...
12:00:40 #11 63.24 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:00:40 #11 63.30 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:40 #11 63.36 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:40 #10 62.56 Setting up gpgsm (2.2.40-1) ...
12:00:40 #10 62.58 Setting up libxext6:armhf (2:1.3.4-1+b1) ...
12:00:40 #10 62.59 Setting up libcurl3-gnutls:armhf (7.87.0-2) ...
12:00:40 #10 62.60 Setting up binutils (2.40-2) ...
12:00:40 #10 62.61 Setting up man-db (2.11.2-1) ...
12:00:40 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:00:40 -- Configuring done
12:00:40 -- Generating done
12:00:40 -- Build files have been written to: /go/tini
12:00:40 + make tini-static
12:00:40 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:00:40 #10 55.74 Preparing to unpack .../310-libtext-levenshteinxs-perl_0.03-4+b8_armhf.deb ...
12:00:40 #10 55.74 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
12:00:40 #10 55.77 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
12:00:40 #10 55.77 Preparing to unpack .../311-libtext-markdown-discount-perl_0.12-1+b1_armhf.deb ...
12:00:40 #10 55.78 Unpacking libtext-markdown-discount-perl:armhf (0.12-1+b1) ...
12:00:40 #10 55.81 Selecting previously unselected package libtext-xslate-perl.
12:00:40 #10 55.81 Preparing to unpack .../312-libtext-xslate-perl_3.5.8-1+b1_armhf.deb ...
12:00:40 #10 55.81 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
12:00:40 #10 55.88 Selecting previously unselected package libtime-duration-perl.
12:00:40 #10 55.88 Preparing to unpack .../313-libtime-duration-perl_1.21-1_all.deb ...
12:00:40 #10 55.88 Unpacking libtime-duration-perl (1.21-1) ...
12:00:40 #10 55.91 Selecting previously unselected package libtime-moment-perl.
12:00:40 #10 55.91 Preparing to unpack .../314-libtime-moment-perl_0.44-1+b3_armhf.deb ...
12:00:40 #10 55.92 Unpacking libtime-moment-perl (0.44-1+b3) ...
12:00:40 #10 55.95 Selecting previously unselected package libtype-tiny-xs-perl.
12:00:40 #10 55.96 Preparing to unpack .../315-libtype-tiny-xs-perl_0.022-1_armhf.deb ...
12:00:40 #10 55.96 Unpacking libtype-tiny-xs-perl (0.022-1) ...
12:00:40 #10 55.99 Selecting previously unselected package libunicode-utf8-perl.
12:00:40 #12 12.03 Setting up libltdl7:armhf (2.4.6-9) ...
12:00:40 #12 12.04 Setting up librhash0:armhf (1.3.8-1) ...
12:00:40 #12 12.05 Setting up cmake-data (3.16.3-3~bpo10+1) ...
12:00:40 #12 12.07 Setting up dh-apparmor (2.13.2-10) ...
12:00:40 #12 12.09 Setting up libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
12:00:40 #12 12.10 Setting up libjsoncpp1:armhf (1.7.4-3) ...
12:00:40 #12 12.11 Setting up libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
12:00:40 #12 12.12 Setting up libpcre3-dev:armhf (2:8.39-12) ...
12:00:40 #12 12.13 Setting up libltdl-dev:armhf (2.4.6-9) ...
12:00:40 #12 12.14 Setting up g++-8 (8.3.0-6+rpi1) ...
12:00:40 #12 12.15 Setting up cmake (3.16.3-3~bpo10+1) ...
12:00:40 #12 12.17 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
12:00:40 #12 12.18 Setting up g++ (4:8.3.0-1+rpi2) ...
12:00:40 #12 12.20 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:40 #12 12.21 Setting up build-essential (12.6) ...
12:00:40 #12 12.22 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
12:00:40 -- The C compiler identification is GNU 8.5.0
12:00:40 -- Detecting C compiler ABI info
12:00:40 -- Detecting C compiler ABI info - done
12:00:40 -- Check for working C compiler: /usr/bin/cc - skipped
12:00:40 -- Detecting C compile features
12:00:40 -- Detecting C compile features - done
12:00:40 -- Performing Test HAS_BUILTIN_FORTIFY
12:00:40 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:00:40 -- Configuring done
12:00:40 -- Generating done
12:00:40 -- Build files have been written to: /go/tini
12:00:40 + make tini-static
12:00:40 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:00:40 #12 9.587 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 27759 files and directories currently installed.)
12:00:40 #12 9.605 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
12:00:40 #12 9.488 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf g++ armhf 4:10.2.1-1+rpi1 [1632 B]
12:00:40 #12 9.491 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf build-essential armhf 12.9 [7704 B]
12:00:40 #12 9.494 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
12:00:40 #12 9.496 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive13 armhf 3.4.3-2+deb11u1 [297 kB]
12:00:40 #12 9.507 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [67.0 kB]
12:00:40 #12 9.511 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf librhash0 armhf 1.4.1-2 [141 kB]
12:00:40 #12 9.512 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf libuv1 armhf 1.40.0-2 [119 kB]
12:00:40 #12 9.513 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
12:00:40 #12 9.520 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
12:00:40 #12 9.585 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
12:00:40 #11 63.48 
12:00:40 #11 63.48 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:40 #11 63.54 Setting up python3-six (1.16.0-4) ...
12:00:40 #10 62.72 Building database of manual pages ...
12:00:40 [100%] Linking C executable tini-static
12:00:40 #10 56.00 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1+b2_armhf.deb ...
12:00:40 #10 56.00 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
12:00:40 #10 56.04 Selecting previously unselected package libxdelta2.
12:00:40 #10 56.04 Preparing to unpack .../317-libxdelta2_1.1.3-9.3_armhf.deb ...
12:00:40 #10 56.04 Unpacking libxdelta2 (1.1.3-9.3) ...
12:00:40 #10 56.09 Selecting previously unselected package libxext6:armhf.
12:00:40 #10 56.09 Preparing to unpack .../318-libxext6_2%3a1.3.3-1.1_armhf.deb ...
12:00:40 #10 56.09 Unpacking libxext6:armhf (2:1.3.3-1.1) ...
12:00:40 #10 56.12 Selecting previously unselected package libxml-namespacesupport-perl.
12:00:40 #10 56.13 Preparing to unpack .../319-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
12:00:40 #10 56.13 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
12:00:40 #10 56.16 Selecting previously unselected package libxml-sax-base-perl.
12:00:40 #10 56.17 Preparing to unpack .../320-libxml-sax-base-perl_1.09-1.1_all.deb ...
12:00:40 #10 56.17 Unpacking libxml-sax-base-perl (1.09-1.1) ...
12:00:40 #10 56.21 Selecting previously unselected package libxml-sax-perl.
12:00:40 #10 56.21 Preparing to unpack .../321-libxml-sax-perl_1.02+dfsg-1_all.deb ...
12:00:40 #10 56.22 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
12:00:40 #10 56.26 Selecting previously unselected package libxml-libxml-perl.
12:00:40 #12 12.24 Setting up dmsetup (2:1.02.155-3) ...
12:00:40 #12 12.25 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
12:00:40 #12 12.26 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
12:00:40 #12 12.27 Setting up docker-ce-build-deps (1.0) ...
12:00:40 #12 12.29 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ...
12:00:40 #12 12.32 Processing triggers for man-db (2.8.5-2) ...
12:00:40 [100%] Linking C executable tini-static
12:00:40 #12 9.671 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.3 kB]
12:00:40 #12 9.683 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libudev-dev armhf 247.3-7+rpi1+deb11u1 [124 kB]
12:00:40 #12 9.689 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libsepol1-dev armhf 3.1-1 [308 kB]
12:00:40 #12 9.695 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-16-0 armhf 10.36-2+deb11u1 [198 kB]
12:00:40 #12 9.700 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-32-0 armhf 10.36-2+deb11u1 [188 kB]
12:00:40 #12 9.705 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-posix2 armhf 10.36-2+deb11u1 [48.7 kB]
12:00:40 #12 9.716 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-dev armhf 10.36-2+deb11u1 [627 kB]
12:00:40 #12 9.737 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libselinux1-dev armhf 3.1-3 [156 kB]
12:00:40 #12 9.765 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
12:00:40 #12 9.770 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
12:00:40 #12 9.850 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
12:00:40 #12 9.857 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+rpi1+deb11u1 [88.2 kB]
12:00:40 #12 9.862 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libsystemd-dev armhf 247.3-7+rpi1+deb11u1 [401 kB]
12:00:40 #12 9.875 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
12:00:40 #11 63.68 Setting up dh-autoreconf (20) ...
12:00:40 #11 63.71 Setting up libdata-validate-uri-perl (0.07-2) ...
12:00:40 #11 63.72 Setting up libnet-smtp-ssl-perl (1.04-2) ...
12:00:40 #11 63.73 Setting up python3-gpg (1.17.1-4.1ubuntu1) ...
12:00:40 #11 63.92 Setting up python3-certifi (2022.6.15-2) ...
12:00:41 #12 0.771 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:00:41 #12 0.771 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:00:41 #12 0.772 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:00:41 #13 3.863  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
12:00:41 #13 3.944 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:41 #13 3.946  dpkg-source --after-build .
12:00:41 #13 4.048 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:41 #13 4.052 
12:00:41 #13 4.052 The package has been created.
12:00:41 #13 4.052 Attention, the package has been created in the current directory,
12:00:41 #13 4.052 not in ".." as indicated by the message above!
12:00:41 #13 4.072 Selecting previously unselected package docker-ce-build-deps.
12:00:41 #13 4.088 (Reading database ... 25291 files and directories currently installed.)
12:00:41 #13 4.089 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:41 #13 4.092 Unpacking docker-ce-build-deps (1.0) ...
12:00:41 #10 56.26 Preparing to unpack .../322-libxml-libxml-perl_2.0134+dfsg-2+b1_armhf.deb ...
12:00:41 #10 56.27 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:00:41 #10 56.33 Selecting previously unselected package libxml-sax-expat-perl.
12:00:41 #10 56.34 Preparing to unpack .../323-libxml-sax-expat-perl_0.51-1_all.deb ...
12:00:41 #10 56.34 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:00:41 #10 56.38 Selecting previously unselected package libxmlrpc-lite-perl.
12:00:41 #10 56.38 Preparing to unpack .../324-libxmlrpc-lite-perl_0.717-4_all.deb ...
12:00:41 #10 56.38 Unpacking libxmlrpc-lite-perl (0.717-4) ...
12:00:41 #10 56.42 Selecting previously unselected package libxmuu1:armhf.
12:00:41 #10 56.42 Preparing to unpack .../325-libxmuu1_2%3a1.1.2-2+b3_armhf.deb ...
12:00:41 #10 56.42 Unpacking libxmuu1:armhf (2:1.1.2-2+b3) ...
12:00:41 #10 56.46 Selecting previously unselected package libyaml-0-2:armhf.
12:00:41 #10 56.46 Preparing to unpack .../326-libyaml-0-2_0.2.2-1_armhf.deb ...
12:00:41 #10 56.47 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
12:00:41 #10 56.50 Selecting previously unselected package libyaml-libyaml-perl.
12:00:41 #14 33.64   Installing       : libxcrypt-devel-4.1.1-6.el8.x86_64                   51/90 
12:00:41 #14 35.33   Installing       : gcc-8.5.0-18.el8.x86_64                              52/90 
12:00:41 #14 35.35   Running scriptlet: gcc-8.5.0-18.el8.x86_64                              52/90 
12:00:41 [100%] Built target tini-static
12:00:41 + mkdir -p /usr/local/bin
12:00:41 + cp tini-static /usr/local/bin/docker-init
12:00:41 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:41 + PRODUCT=docker
12:00:41 + hack/make.sh dynbinary
12:00:41 
12:00:41 Removing bundles/
12:00:41 
12:00:41 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:41 #13 DONE 3.3s
12:00:41 
12:00:41 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:00:41 #14 DONE 0.0s
12:00:41 
12:00:41 #15 exporting to image
12:00:41 #15 exporting layers
12:00:41 #12 9.942 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf pkg-config armhf 0.29.2-1 [61.5 kB]
12:00:41 #12 10.36 Unpacking bash-completion (1:2.8-6) ...
12:00:41 #12 10.49 Selecting previously unselected package cmake-data.
12:00:41 #11 64.08 Setting up libmodule-runtime-perl (0.016-2) ...
12:00:41 #11 64.09 Setting up libmailtools-perl (2.21-1) ...
12:00:41 #11 64.10 Setting up python3-gi (3.42.2-2) ...
12:00:41 #10 56.50 Preparing to unpack .../327-libyaml-libyaml-perl_0.82+repack-1+b1_armhf.deb ...
12:00:41 #10 56.51 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:00:41 #10 56.54 Selecting previously unselected package licensecheck.
12:00:41 #10 56.54 Preparing to unpack .../328-licensecheck_3.1.1-2_all.deb ...
12:00:41 #10 56.55 Unpacking licensecheck (3.1.1-2) ...
12:00:41 #10 56.58 Selecting previously unselected package lzip.
12:00:41 #10 56.59 Preparing to unpack .../329-lzip_1.22-3_armhf.deb ...
12:00:41 #10 56.59 Unpacking lzip (1.22-3) ...
12:00:41 #10 56.62 Selecting previously unselected package lzop.
12:00:41 #10 56.63 Preparing to unpack .../330-lzop_1.04-2_armhf.deb ...
12:00:41 #10 56.63 Unpacking lzop (1.04-2) ...
12:00:41 #10 56.67 Selecting previously unselected package t1utils.
12:00:41 #10 56.67 Preparing to unpack .../331-t1utils_1.41-4_armhf.deb ...
12:00:41 #10 56.67 Unpacking t1utils (1.41-4) ...
12:00:41 #10 56.71 Selecting previously unselected package unzip.
12:00:41 #10 56.71 Preparing to unpack .../332-unzip_6.0-26+deb11u1_armhf.deb ...
12:00:41 #10 56.72 Unpacking unzip (6.0-26+deb11u1) ...
12:00:41 #10 56.77 Selecting previously unselected package lintian.
12:00:41 #14 35.76   Installing       : glibc-static-2.28-224.el8.x86_64                     53/90 
12:00:41 #14 35.78   Installing       : libxcrypt-static-4.1.1-6.el8.x86_64                  54/90 
12:00:41 [100%] Built target tini-static
12:00:41 + mkdir -p /usr/local/bin
12:00:41 + cp tini-static /usr/local/bin/docker-init
12:00:41 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:41 + PRODUCT=docker
12:00:41 + hack/make.sh dynbinary
12:00:41 
12:00:41 Removing bundles/
12:00:41 
12:00:41 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:41 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:00:41 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:00:41 #12 DONE 13.0s
12:00:41 
12:00:41 #13 [stage-1 5/8] COPY sources/ /sources
12:00:41 #12 10.38 debconf: delaying package configuration, since apt-utils is not installed
12:00:41 #12 10.42 Fetched 19.1 MB in 2s (8857 kB/s)
12:00:41 #12 10.44 Selecting previously unselected package libstdc++-10-dev:armhf.
12:00:41 #12 10.49 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
12:00:41 #12 10.50 Unpacking cmake-data (3.13.4-1) ...
12:00:41 #11 64.29 Setting up python3-idna (3.3-1) ...
12:00:41 #10 56.78 Preparing to unpack .../333-lintian_2.104.0_all.deb ...
12:00:41 #10 56.78 Unpacking lintian (2.104.0) ...
12:00:41 #14 35.91   Installing       : xkeyboard-config-2.28-1.el8.noarch                   55/90 
12:00:41 #14 35.94   Installing       : libxkbcommon-0.9.1-1.el8.x86_64                      56/90 
12:00:41 #14 35.99   Upgrading        : systemd-pam-239-70.el8.x86_64                        57/90 
12:00:41 #13 1.254 Reading package lists...
12:00:41 #13 2.697 dh_testdir
12:00:41 #12 10.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 ... 17533 files and directories currently installed.)
12:00:41 #12 10.45 Preparing to unpack .../00-libstdc++-10-dev_10.2.1-6+rpi1_armhf.deb ...
12:00:41 #12 10.46 Unpacking libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
12:00:41 #12 10.70 Selecting previously unselected package g++-10.
12:00:41 #10 DONE 57.0s
12:00:41 
12:00:41 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:41 #11 DONE 0.0s
12:00:41 
12:00:41 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:41 #12 10.83 Selecting previously unselected package libprocps7:arm64.
12:00:41 #12 10.83 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_arm64.deb ...
12:00:41 #12 10.84 Unpacking libprocps7:arm64 (2:3.3.15-2) ...
12:00:41 #12 10.89 Selecting previously unselected package procps.
12:00:41 #12 10.89 Preparing to unpack .../03-procps_2%3a3.3.15-2_arm64.deb ...
12:00:41 #12 10.90 Unpacking procps (2:3.3.15-2) ...
12:00:41 #12 10.96 Selecting previously unselected package libarchive13:arm64.
12:00:41 #12 10.96 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_arm64.deb ...
12:00:41 #12 10.97 Unpacking libarchive13:arm64 (3.3.3-4+deb10u3) ...
12:00:41 #12 11.03 Selecting previously unselected package libjsoncpp1:arm64.
12:00:41 #11 64.50 Setting up python3-urllib3 (1.26.9-1) ...
12:00:41 #12 1.018 Reading package lists...
12:00:41 #10 57.13 Selecting previously unselected package lsb-release.
12:00:41 #10 57.13 Preparing to unpack .../334-lsb-release_11.1.0_all.deb ...
12:00:41 #10 57.14 Unpacking lsb-release (11.1.0) ...
12:00:41 #14 36.01   Running scriptlet: systemd-239-70.el8.x86_64                            58/90 
12:00:41 #23 DONE 68.7s
12:00:41 
12:00:41 #24 [binary 1/1] COPY --from=build /out .
12:00:41 #24 DONE 0.5s
12:00:41 
12:00:41 #25 exporting to client
12:00:41 #25 copying files 47B
12:00:41 #25 copying files 34.51MB 0.2s done
12:00:41 #25 DONE 0.2s
12:00:41 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-20230206193855-ab4ef4a --build-arg DOCKER_GITCOMMIT=a25ab92 --build-arg DEFAULT_PRODUCT_LICENSE --build-arg PACKAGER_NAME --build-arg PLATFORM  --output "./bundles/binary" .
12:00:41 #1 [internal] load build definition from Dockerfile
12:00:41 #1 transferring dockerfile: 27.21kB done
12:00:41 #1 DONE 0.0s
12:00:41 
12:00:41 #2 [internal] load .dockerignore
12:00:41 #2 transferring context: 113B done
12:00:41 #2 DONE 0.0s
12:00:41 
12:00:41 #3 resolve image config for docker.io/docker/dockerfile:1
12:00:41 #3 DONE 0.1s
12:00:41 
12:00:41 #4 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
12:00:41 #4 CACHED
12:00:41 
12:00:41 #5 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
12:00:41 #5 ...
12:00:41 
12:00:41 #6 [internal] load metadata for docker.io/library/busybox:latest
12:00:41 #6 DONE 0.0s
12:00:41 
12:00:41 #7 [auth] djs55/vpnkit:pull token for registry-1.docker.io
12:00:41 #7 DONE 0.0s
12:00:41 
12:00:41 #5 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
12:00:41 #5 DONE 0.3s
12:00:41 
12:00:41 #8 [internal] load metadata for docker.io/library/golang:1.19.5-bullseye
12:00:41 #8 DONE 0.4s
12:00:41 
12:00:41 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
12:00:41 #9 DONE 0.4s
12:00:41 
12:00:41 #10 [build-dummy 1/2] FROM docker.io/library/busybox
12:00:41 #10 DONE 0.0s
12:00:41 
12:00:41 #11 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:00:41 #11 resolve docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce 0.0s done
12:00:41 #11 sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce 1.86kB / 1.86kB done
12:00:41 #11 sha256:1e573f1fbcd41282d2c62d3c224f341eb113873cc898d823286bb1a5c21c44c7 1.80kB / 1.80kB done
12:00:41 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 0B / 55.03MB 0.0s
12:00:41 #11 sha256:8fca29e6d67177bef6452d21b0b8c6618050635704fe2a9bdca51a68a1cc7c0c 7.10kB / 7.10kB done
12:00:41 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 5.24MB / 55.03MB 0.2s
12:00:41 #11 sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62 3.15MB / 5.17MB 0.2s
12:00:41 #11 sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62 5.17MB / 5.17MB 0.3s done
12:00:41 #11 ...
12:00:41 
12:00:41 #12 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
12:00:41 #12 resolve docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 0.0s done
12:00:41 #12 sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda 2.65kB / 2.65kB done
12:00:41 #12 sha256:4cfcc2489296c989f5d346c81b9b0f52340e8c93c805d84bd997609785153115 526B / 526B done
12:00:41 #12 sha256:ea14d91662afd3481dcb1e6f4263cb99e06571b6093490d24d995bbea65625a9 1.30kB / 1.30kB done
12:00:41 #12 sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 14.97kB / 14.97kB 0.1s done
12:00:41 #12 extracting sha256:6b9f00cd577380cfa5d5a8d5ebf82f91f7aa469401818e4de53b2a16dd4a1642 done
12:00:41 #12 DONE 0.6s
12:00:41 
12:00:41 #11 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:00:41 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 11.53MB / 55.03MB 0.4s
12:00:41 #11 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 3.15MB / 10.88MB 0.4s
12:00:41 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 24.12MB / 55.03MB 0.6s
12:00:41 #11 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 10.88MB / 10.88MB 0.6s
12:00:41 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 34.60MB / 55.03MB 0.8s
12:00:41 #11 sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 10.88MB / 10.88MB 0.6s done
12:00:41 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 0B / 54.59MB 0.8s
12:00:41 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 7.34MB / 85.99MB 0.8s
12:00:41 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 38.80MB / 55.03MB 0.9s
12:00:41 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 4.19MB / 54.59MB 0.9s
12:00:41 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 44.04MB / 55.03MB 1.0s
12:00:41 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 11.53MB / 54.59MB 1.0s
12:00:41 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 15.73MB / 85.99MB 1.0s
12:00:41 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 50.33MB / 55.03MB 1.1s
12:00:41 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 15.73MB / 54.59MB 1.1s
12:00:41 #11 ...
12:00:41 
12:00:41 #13 [build-dummy 2/2] RUN mkdir -p /build
12:00:41 #13 DONE 1.4s
12:00:41 
12:00:41 #11 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:00:41 #11 sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 55.03MB / 55.03MB 1.3s done
12:00:41 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 23.18MB / 54.59MB 1.3s
12:00:41 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 28.31MB / 85.99MB 1.3s
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 0B / 148.95MB 1.3s
12:00:41 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 27.09MB / 54.59MB 1.4s
12:00:41 #11 ...
12:00:41 
12:00:41 #14 [binary-dummy 1/1] COPY --from=build-dummy /build /build
12:00:41 #14 DONE 0.2s
12:00:41 
12:00:41 #11 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:00:41 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 36.70MB / 85.99MB 1.6s
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 8.39MB / 148.95MB 1.6s
12:00:41 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 35.65MB / 54.59MB 1.7s
12:00:41 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 43.93MB / 85.99MB 1.7s
12:00:41 #11 extracting sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed
12:00:41 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 39.85MB / 54.59MB 1.8s
12:00:41 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 49.28MB / 85.99MB 1.8s
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 24.12MB / 148.95MB 1.8s
12:00:41 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 45.09MB / 54.59MB 2.0s
12:00:41 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 55.57MB / 85.99MB 2.0s
12:00:41 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 54.59MB / 54.59MB 2.1s
12:00:41 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 67.11MB / 85.99MB 2.1s
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 36.46MB / 148.95MB 2.1s
12:00:41 #11 sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 54.59MB / 54.59MB 2.2s done
12:00:41 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 72.35MB / 85.99MB 2.2s
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 45.09MB / 148.95MB 2.2s
12:00:41 #11 sha256:2d533c107a1d7303beef7f6788021ebadd894b7a021c3245ebf5c3f1ef4488de 0B / 156B 2.2s
12:00:41 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 78.64MB / 85.99MB 2.3s
12:00:41 #11 sha256:2d533c107a1d7303beef7f6788021ebadd894b7a021c3245ebf5c3f1ef4488de 156B / 156B 2.3s done
12:00:41 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 85.99MB / 85.99MB 2.4s
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 58.86MB / 148.95MB 2.4s
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 68.16MB / 148.95MB 2.6s
12:00:41 #11 sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 85.99MB / 85.99MB 2.6s done
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 83.89MB / 148.95MB 2.8s
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 93.32MB / 148.95MB 3.0s
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 102.76MB / 148.95MB 3.1s
12:00:41 #11 ...
12:00:41 
12:00:41 #15 [vpnkit-linux-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
12:00:41 #15 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
12:00:41 #15 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
12:00:41 #15 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
12:00:41 #15 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
12:00:41 #15 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
12:00:41 #15 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.6s done
12:00:41 #15 DONE 3.4s
12:00:41 
12:00:41 #11 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 116.31MB / 148.95MB 3.3s
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 126.88MB / 148.95MB 3.4s
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 143.65MB / 148.95MB 3.6s
12:00:41 #11 sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 148.95MB / 148.95MB 4.3s done
12:00:41 #11 ...
12:00:41 
12:00:41 #16 [internal] load build context
12:00:41 #16 transferring context: 63.97MB 5.4s done
12:00:41 #16 DONE 5.5s
12:00:41 
12:00:41 #11 [base 1/5] FROM docker.io/library/golang:1.19.5-bullseye@sha256:65754db146596d18451cc645693bda3b8e9496392a53d8ff15d549a3c2d9a5ce
12:00:41 #11 extracting sha256:699c8a97647f5789e5850bcf1a3d5afe9730edb654e1ae0714d5bd198a67a3ed 4.6s done
12:00:41 #11 extracting sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62
12:00:41 #11 extracting sha256:86cd158b89fde67a8a4c428a844985f930eba450ec3fde1c9ef5df3884128c62 0.2s done
12:00:41 #11 extracting sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f
12:00:41 #11 extracting sha256:a226e961cfaa2d1d171e429e9db314feec6201f5cba1487b20e7aee311e4a54f 0.2s done
12:00:41 #11 extracting sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e
12:00:41 #11 extracting sha256:4cec535da207f5d811fda01a346f5561fd2f77c2d09a080925b7455b84f0959e 2.0s done
12:00:41 #11 extracting sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 0.1s
12:00:41 #13 2.718 dh_testroot
12:00:41 #13 2.739 dh_prep
12:00:41 #13 2.762 dh_testdir
12:00:41 #13 2.781 dh_testroot
12:00:41 #13 2.801 dh_install
12:00:41 #13 2.830 dh_installdocs
12:00:41 #13 2.864 dh_installchangelogs
12:00:41 #13 2.940 dh_compress
12:00:41 #13 DONE 0.4s
12:00:41 
12:00:41 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:41 #13 4.178 Reading package lists...
12:00:41 #12 10.71 Preparing to unpack .../01-g++-10_10.2.1-6+rpi1_armhf.deb ...
12:00:41 #12 10.71 Unpacking g++-10 (10.2.1-6+rpi1) ...
12:00:41 #12 11.03 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_arm64.deb ...
12:00:41 #12 11.04 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
12:00:41 #12 11.08 Selecting previously unselected package librhash0:arm64.
12:00:41 #12 11.09 Preparing to unpack .../06-librhash0_1.3.8-1_arm64.deb ...
12:00:41 #12 11.09 Unpacking librhash0:arm64 (1.3.8-1) ...
12:00:41 #12 11.14 Selecting previously unselected package libuv1:arm64.
12:00:42 #11 64.68 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:00:42 #11 64.72 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:42 #11 64.81 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:42 #11 64.89 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:42 #12 1.846 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:42 #12 1.846 dpkg-buildpackage: info: source version 1.0
12:00:42 #12 1.846 dpkg-buildpackage: info: source distribution unstable
12:00:42 #12 1.846 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:42 #12 1.882  dpkg-source --before-build .
12:00:42 #12 1.882 dpkg-buildpackage: info: host architecture amd64
12:00:42 #12 1.993  debian/rules clean
12:00:42 #10 57.23 Selecting previously unselected package manpages-dev.
12:00:42 #10 57.23 Preparing to unpack .../335-manpages-dev_5.10-1_all.deb ...
12:00:42 #10 57.24 Unpacking manpages-dev (5.10-1) ...
12:00:42 #14 36.46   Upgrading        : systemd-239-70.el8.x86_64                            58/90 
12:00:42 #14 36.50   Running scriptlet: systemd-239-70.el8.x86_64                            58/90 
12:00:42 #14 36.57   Upgrading        : device-mapper-libs-8:1.02.181-9.el8.x86_64           59/90 
12:00:42 #14 36.60   Upgrading        : device-mapper-8:1.02.181-9.el8.x86_64                60/90 
12:00:42 #14 DONE 2.4s
12:00:42 
12:00:42 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:00:42 #15 DONE 0.0s
12:00:42 
12:00:42 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:00:42 #16 DONE 0.1s
12:00:42 
12:00:42 #17 exporting to image
12:00:42 #17 exporting layers
12:00:42 #14 DONE 2.3s
12:00:42 
12:00:42 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:00:42 #15 DONE 0.1s
12:00:42 
12:00:42 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:00:42 #16 DONE 0.1s
12:00:42 
12:00:42 #17 exporting to image
12:00:42 #17 exporting layers
12:00:42 #13 2.979 dh_fixperms
12:00:42 #13 3.021 dh_installdeb
12:00:42 #13 3.049 dh_gencontrol
12:00:42 #13 3.169 dh_md5sums
12:00:42 #13 5.209 Building dependency tree...
12:00:42 #13 5.411 Reading state information...
12:00:42 #12 11.15 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_arm64.deb ...
12:00:42 #12 11.15 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ...
12:00:42 #12 11.20 Selecting previously unselected package cmake.
12:00:42 #12 11.20 Preparing to unpack .../08-cmake_3.13.4-1_arm64.deb ...
12:00:42 #12 11.21 Unpacking cmake (3.13.4-1) ...
12:00:42 #12 11.49 Selecting previously unselected package dh-apparmor.
12:00:42 #12 11.49 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
12:00:42 #12 11.50 Unpacking dh-apparmor (2.13.2-10) ...
12:00:42 #12 11.54 Selecting previously unselected package dmsetup.
12:00:42 #12 11.55 Preparing to unpack .../10-dmsetup_2%3a1.02.155-3_arm64.deb ...
12:00:42 #14 DONE 3.5s
12:00:42 
12:00:42 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:00:42 #15 DONE 0.0s
12:00:42 
12:00:42 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:00:42 #16 DONE 0.1s
12:00:42 
12:00:42 #17 exporting to image
12:00:42 #17 exporting layers
12:00:42 #11 65.01 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:42 #11 65.07 Setting up dh-strip-nondeterminism (1.13.0-1) ...
12:00:42 #11 65.09 Setting up libconst-fast-perl (0.014-2) ...
12:00:42 #11 65.10 Setting up libhttp-daemon-perl (6.14-1.1) ...
12:00:42 #11 65.12 Setting up python3-unidiff (0.7.3-1) ...
12:00:42 #10 57.54 Selecting previously unselected package pbzip2.
12:00:42 #10 57.54 Preparing to unpack .../336-pbzip2_1.1.13-1_armhf.deb ...
12:00:42 #10 57.54 Unpacking pbzip2 (1.1.13-1) ...
12:00:42 #10 57.58 Selecting previously unselected package pixz.
12:00:42 #10 57.58 Preparing to unpack .../337-pixz_1.0.7-1_armhf.deb ...
12:00:42 #10 57.58 Unpacking pixz (1.0.7-1) ...
12:00:42 #10 57.62 Selecting previously unselected package xdelta.
12:00:42 #10 57.62 Preparing to unpack .../338-xdelta_1.1.3-9.3_armhf.deb ...
12:00:42 #10 57.62 Unpacking xdelta (1.1.3-9.3) ...
12:00:42 #10 57.66 Selecting previously unselected package xdelta3.
12:00:42 #10 57.66 Preparing to unpack .../339-xdelta3_3.0.11-dfsg-1+b1_armhf.deb ...
12:00:42 #10 57.66 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
12:00:42 #10 57.70 Selecting previously unselected package pristine-tar.
12:00:42 #10 57.70 Preparing to unpack .../340-pristine-tar_1.49_armhf.deb ...
12:00:42 #10 57.71 Unpacking pristine-tar (1.49) ...
12:00:42 #10 57.74 Selecting previously unselected package publicsuffix.
12:00:42 #10 57.75 Preparing to unpack .../341-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
12:00:42 #10 57.75 Unpacking publicsuffix (20220811.1734-0+deb11u1) ...
12:00:42 #10 57.79 Selecting previously unselected package python-apt-common.
12:00:42 #12 1.995 dh clean
12:00:42 #12 2.079    dh_clean
12:00:42 #12 2.112  debian/rules binary
12:00:42 #12 2.114 dh binary
12:00:42 #12 2.180    dh_update_autotools_config
12:00:42 #12 2.208    dh_autoreconf
12:00:42 #12 2.249    create-stamp debian/debhelper-build-stamp
12:00:42 #12 2.249    dh_prep
12:00:42 #14 36.68   Installing       : systemd-devel-239-70.el8.x86_64                      61/90 
12:00:42 #11 extracting sha256:97a35d939ca4e58d4fc170e7365d6a26b387603e9478296255b410c408c26e31 2.5s done
12:00:42 #11 extracting sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370
12:00:42 #13 DONE 2.4s
12:00:42 
12:00:42 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:00:42 #14 DONE 0.0s
12:00:42 
12:00:42 #15 exporting to image
12:00:42 #15 exporting layers
12:00:42 #13 3.198 dh_builddeb
12:00:42 #13 3.220 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:42 #13 3.240 
12:00:42 #13 3.240 The package has been created.
12:00:42 #13 3.240 Attention, the package has been created in the current directory,
12:00:42 #13 3.240 not in ".." as indicated by the message above!
12:00:42 #13 3.265 Selecting previously unselected package docker-ce-build-deps.
12:00:42 #13 3.280 (Reading database ... 26046 files and directories currently installed.)
12:00:42 #13 3.282 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:42 #13 3.285 Unpacking docker-ce-build-deps (1.0) ...
12:00:42 #13 5.417 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:42 #13 5.674 Starting 2 pkgProblemResolver with broken count: 0
12:00:42 #13 5.679 Done
12:00:42 #12 11.55 Unpacking dmsetup (2:1.02.155-3) ...
12:00:42 #12 11.60 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:00:42 #12 11.60 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
12:00:42 #12 11.61 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
12:00:42 #12 11.66 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:00:42 #12 11.67 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
12:00:42 #12 11.67 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
12:00:42 #12 11.71 Selecting previously unselected package libudev-dev:arm64.
12:00:42 #12 11.72 Preparing to unpack .../13-libudev-dev_241-7~deb10u8_arm64.deb ...
12:00:42 #12 11.73 Unpacking libudev-dev:arm64 (241-7~deb10u8) ...
12:00:42 #12 11.78 Selecting previously unselected package libsepol1-dev:arm64.
12:00:42 #12 11.35 Selecting previously unselected package g++.
12:00:42 #12 11.35 Preparing to unpack .../02-g++_4%3a10.2.1-1+rpi1_armhf.deb ...
12:00:42 #12 11.36 Unpacking g++ (4:10.2.1-1+rpi1) ...
12:00:42 #12 11.41 Selecting previously unselected package build-essential.
12:00:42 #11 65.27 Setting up lsb-release (11.2ubuntu1) ...
12:00:42 #11 65.40 Setting up libdata-dpath-perl (0.58-1) ...
12:00:42 #11 65.41 Setting up python3-magic (2:0.4.26-2) ...
12:00:42 #10 57.79 Preparing to unpack .../342-python-apt-common_2.2.1_all.deb ...
12:00:42 #10 57.80 Unpacking python-apt-common (2.2.1) ...
12:00:42 #10 57.85 Selecting previously unselected package python3-apt.
12:00:42 #10 57.85 Preparing to unpack .../343-python3-apt_2.2.1_armhf.deb ...
12:00:42 #10 57.85 Unpacking python3-apt (2.2.1) ...
12:00:42 #10 57.90 Selecting previously unselected package python3-certifi.
12:00:42 #10 57.91 Preparing to unpack .../344-python3-certifi_2020.6.20-1_all.deb ...
12:00:42 #10 57.91 Unpacking python3-certifi (2020.6.20-1) ...
12:00:42 #10 57.96 Selecting previously unselected package python3-idna.
12:00:42 #10 57.96 Preparing to unpack .../345-python3-idna_2.10-1_all.deb ...
12:00:42 #10 57.97 Unpacking python3-idna (2.10-1) ...
12:00:42 #10 58.01 Selecting previously unselected package python3-magic.
12:00:42 #10 58.01 Preparing to unpack .../346-python3-magic_2%3a0.4.20-3_all.deb ...
12:00:42 #10 58.01 Unpacking python3-magic (2:0.4.20-3) ...
12:00:42 #10 58.05 Selecting previously unselected package python3-urllib3.
12:00:42 #10 58.05 Preparing to unpack .../347-python3-urllib3_1.26.5-1~exp1_all.deb ...
12:00:42 #10 58.06 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
12:00:42 #10 58.12 Selecting previously unselected package python3-requests.
12:00:42 #12 2.282    dh_install
12:00:42 #12 2.316    dh_installdocs
12:00:42 #12 2.357    dh_installchangelogs
12:00:42 #12 2.442    dh_perl
12:00:42 #12 2.478    dh_link
12:00:42 #14 36.70   Installing       : vim-filesystem-2:8.0.1763-19.el8.4.noarch            62/90 
12:00:42 #12 0.947 Hit:1 http://archive.raspbian.org/raspbian bookworm InRelease
12:00:42 #13 5.881  Done
12:00:42 #12 11.78 Preparing to unpack .../14-libsepol1-dev_2.8-1_arm64.deb ...
12:00:42 #12 11.79 Unpacking libsepol1-dev:arm64 (2.8-1) ...
12:00:42 #12 11.86 Selecting previously unselected package libpcre16-3:arm64.
12:00:42 #12 11.86 Preparing to unpack .../15-libpcre16-3_2%3a8.39-12_arm64.deb ...
12:00:42 #12 11.87 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
12:00:42 #12 11.92 Selecting previously unselected package libpcre32-3:arm64.
12:00:42 #12 11.92 Preparing to unpack .../16-libpcre32-3_2%3a8.39-12_arm64.deb ...
12:00:42 #12 11.93 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
12:00:42 #12 11.99 Selecting previously unselected package libpcrecpp0v5:arm64.
12:00:42 #12 11.99 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
12:00:42 #12 11.99 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
12:00:42 #12 12.04 Selecting previously unselected package libpcre3-dev:arm64.
12:00:42 #12 11.41 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
12:00:42 #12 11.42 Unpacking build-essential (12.9) ...
12:00:42 #12 11.46 Selecting previously unselected package bash-completion.
12:00:42 #12 11.46 Preparing to unpack .../04-bash-completion_1%3a2.11-2_all.deb ...
12:00:42 #11 65.55 Setting up python3-cffi-backend:armhf (1.15.1-1) ...
12:00:42 #11 65.56 Setting up g++-12 (12.2.0-3ubuntu1) ...
12:00:42 #11 65.57 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:00:42 #11 65.79 Setting up python3-dbus (1.2.18-3build1) ...
12:00:42 #10 58.12 Preparing to unpack .../348-python3-requests_2.25.1+dfsg-2_all.deb ...
12:00:42 #10 58.12 Unpacking python3-requests (2.25.1+dfsg-2) ...
12:00:42 #10 58.17 Selecting previously unselected package python3-unidiff.
12:00:42 #10 58.17 Preparing to unpack .../349-python3-unidiff_0.5.5-2_all.deb ...
12:00:42 #10 58.17 Unpacking python3-unidiff (0.5.5-2) ...
12:00:42 #10 58.20 Selecting previously unselected package python3-xdg.
12:00:42 #10 58.21 Preparing to unpack .../350-python3-xdg_0.27-2_all.deb ...
12:00:42 #10 58.21 Unpacking python3-xdg (0.27-2) ...
12:00:42 #10 58.25 Selecting previously unselected package shared-mime-info.
12:00:42 #10 58.26 Preparing to unpack .../351-shared-mime-info_2.0-1_armhf.deb ...
12:00:42 #10 58.26 Unpacking shared-mime-info (2.0-1) ...
12:00:42 #10 58.36 Selecting previously unselected package strace.
12:00:42 #12 2.512    dh_strip_nondeterminism
12:00:42 #12 2.571    dh_compress
12:00:42 #12 2.608    dh_fixperms
12:00:42 #12 2.645    dh_missing
12:00:42 #12 2.669    dh_installdeb
12:00:42 #12 2.699    dh_gencontrol
12:00:42 #10 72.10 Setting up libgpgme11:armhf (1.12.0-6) ...
12:00:42 #10 72.11 Setting up gcc (4:8.3.0-1) ...
12:00:42 #10 72.13 Setting up python3-six (1.12.0-1) ...
12:00:42 #10 72.26 Setting up dirmngr (2.2.12-1+deb10u2) ...
12:00:42 #10 72.28 Setting up perl (5.28.1-6+deb10u1) ...
12:00:42 #10 72.30 Setting up libpackage-stash-xs-perl (0.29-1) ...
12:00:42 #10 72.32 Setting up python3-gpg (1.12.0-6) ...
12:00:42 #13 6.093 Starting pkgProblemResolver with broken count: 0
12:00:42 #13 6.131 Starting 2 pkgProblemResolver with broken count: 0
12:00:42 #13 6.135 Done
12:00:43 #12 12.04 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-12_arm64.deb ...
12:00:43 #12 12.05 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
12:00:43 #12 12.13 Selecting previously unselected package libselinux1-dev:arm64.
12:00:43 #12 12.13 Preparing to unpack .../19-libselinux1-dev_2.8-1+b1_arm64.deb ...
12:00:43 #12 12.14 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
12:00:43 #12 12.20 Selecting previously unselected package libdevmapper-dev:arm64.
12:00:43 #12 12.21 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
12:00:43 #12 12.21 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
12:00:43 #12 12.25 Selecting previously unselected package libseccomp-dev:arm64.
12:00:43 #12 12.25 Preparing to unpack .../21-libseccomp-dev_2.3.3-4_arm64.deb ...
12:00:43 #12 12.26 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
12:00:43 #12 12.30 Selecting previously unselected package libsystemd-dev:arm64.
12:00:43 #12 12.01 Unpacking bash-completion (1:2.11-2) ...
12:00:43 #15 exporting layers 1.9s done
12:00:43 #15 writing image sha256:b5a4fa86f8c717c17b60540385dacd43ff5d6dbbe3044fd7539bd97d6170903b done
12:00:43 #15 naming to docker.io/rpmbuild-fedora-36/aarch64 done
12:00:43 #15 DONE 1.9s
12:00:43 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 ab4ef4a' --define '_gitcommit_engine a25ab92' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.15.1' --define '_compose_version v2.15.1' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec
12:00:43 #10 58.37 Preparing to unpack .../352-strace_5.10-1_armhf.deb ...
12:00:43 #10 58.37 Unpacking strace (5.10-1) ...
12:00:43 #10 58.44 Selecting previously unselected package xauth.
12:00:43 #10 58.44 Preparing to unpack .../353-xauth_1%3a1.1-1_armhf.deb ...
12:00:43 #10 58.44 Unpacking xauth (1:1.1-1) ...
12:00:43 #10 58.49 Selecting previously unselected package xdg-user-dirs.
12:00:43 #10 58.49 Preparing to unpack .../354-xdg-user-dirs_0.17-2_armhf.deb ...
12:00:43 #10 58.50 Unpacking xdg-user-dirs (0.17-2) ...
12:00:43 #10 58.56 Setting up libksba8:armhf (1.5.0-3+deb11u2) ...
12:00:43 #10 58.57 Setting up media-types (4.0.0) ...
12:00:43 #10 58.59 Setting up libpipeline1:armhf (1.5.3-1) ...
12:00:43 #10 58.60 Setting up wdiff (1.2.2-2+b1) ...
12:00:43 #12 2.815    dh_md5sums
12:00:43 #12 2.847    dh_builddeb
12:00:43 #12 2.873 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:43 #12 2.895  dpkg-genbuildinfo --build=binary
12:00:43 #10 72.48 Setting up libdata-dump-perl (1.23-1) ...
12:00:43 #10 72.50 Setting up python3-certifi (2018.8.24-1) ...
12:00:43 #10 72.62 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:00:43 #10 72.63 Setting up libref-util-perl (0.204-1) ...
12:00:43 #10 72.64 Setting up libipc-system-simple-perl (1.25-4) ...
12:00:43 #10 72.65 Setting up libnet-domain-tld-perl (1.75-1) ...
12:00:43 #10 72.66 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
12:00:43 #13 6.459 The following additional packages will be installed:
12:00:43 #13 6.459   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:00:43 #13 6.460   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:00:43 #13 6.460   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
12:00:43 #13 6.460   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
12:00:43 #13 6.461   libsystemd-dev libudev-dev libuv1 pkg-config
12:00:43 #13 6.462 Suggested packages:
12:00:43 #13 6.462   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
12:00:43 #13 6.462 Recommended packages:
12:00:43 #13 6.462   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
12:00:43 #13 6.508 The following NEW packages will be installed:
12:00:43 #12 12.31 Preparing to unpack .../22-libsystemd-dev_241-7~deb10u8_arm64.deb ...
12:00:43 #12 12.31 Unpacking libsystemd-dev:arm64 (241-7~deb10u8) ...
12:00:43 #12 12.41 Selecting previously unselected package pkg-config.
12:00:43 #12 12.41 Preparing to unpack .../23-pkg-config_0.29-6_arm64.deb ...
12:00:43 #12 12.42 Unpacking pkg-config (0.29-6) ...
12:00:43 #12 12.47 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
12:00:43 #12 12.48 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
12:00:43 #12 12.50 Setting up libpcre16-3:arm64 (2:8.39-12) ...
12:00:43 #12 12.52 Setting up libarchive13:arm64 (3.3.3-4+deb10u3) ...
12:00:43 #10 65.03 Setting up libgpgme11:armhf (1.18.0-3+b1) ...
12:00:43 #10 65.04 Setting up dirmngr (2.2.40-1) ...
12:00:43 #10 65.19 Setting up perl (5.36.0-7) ...
12:00:43 #10 65.21 Setting up libpackage-stash-xs-perl:armhf (0.30-1+b1) ...
12:00:43 #10 65.22 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:00:43 #10 65.23 Setting up libxs-parse-keyword-perl (0.32-1) ...
12:00:43 #10 65.24 Setting up libtirpc-dev:armhf (1.3.3+ds-1) ...
12:00:43 #10 65.26 Setting up libdata-dump-perl (1.25-1) ...
12:00:43 #10 65.27 Setting up gcc-12 (12.2.0-14) ...
12:00:43 #10 65.28 Setting up libfile-find-rule-perl (0.34-3) ...
12:00:43 #10 65.29 Setting up libref-util-perl (0.204-2) ...
12:00:43 #10 65.30 Setting up libipc-system-simple-perl (1.30-2) ...
12:00:43 #10 65.31 Setting up libnet-domain-tld-perl (1.75-3) ...
12:00:43 #10 65.32 Setting up libperlio-utf8-strict-perl (0.010-1) ...
12:00:43 #10 65.34 Setting up libsocket6-perl (0.29-3) ...
12:00:43 #10 65.35 Setting up libgd3:armhf (2.3.3-7+b1) ...
12:00:43 #10 65.36 Setting up libvariable-magic-perl (0.63-1+b1) ...
12:00:43 #10 65.37 Setting up libio-html-perl (1.004-3) ...
12:00:43 #10 65.38 Setting up libpod-parser-perl (1.65-1) ...
12:00:43 #10 65.39 Setting up libb-hooks-op-check-perl:armhf (0.22-2+b1) ...
12:00:43 #10 65.40 Setting up libparams-util-perl (1.102-2+b1) ...
12:00:43 #10 65.41 Setting up libdpkg-perl (1.21.19) ...
12:00:43 #10 65.42 Setting up libtime-duration-perl (1.21-2) ...
12:00:43 #10 65.43 Setting up autoconf (2.71-3) ...
12:00:43 #10 65.47 Setting up libsub-exporter-progressive-perl (0.001013-3) ...
12:00:43 #10 65.48 Setting up libarray-intspan-perl (2.004-2) ...
12:00:43 #10 65.49 Setting up libcapture-tiny-perl (0.48-2) ...
12:00:43 #10 65.51 Setting up libtimedate-perl (2.3300-2) ...
12:00:43 #12 12.14 Selecting previously unselected package cmake-data.
12:00:43 #12 12.15 Preparing to unpack .../05-cmake-data_3.18.4-2+rpt1+rpi1+deb11u1_all.deb ...
12:00:43 #12 12.15 Unpacking cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) ...
12:00:43 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:00:43 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:00:43 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:00:43 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mH1ZyN
12:00:43 + umask 022
12:00:43 + cd /root/rpmbuild/BUILD
12:00:43 + cd /root/rpmbuild/BUILD
12:00:43 + rm -rf src
12:00:43 + /usr/bin/mkdir -p src
12:00:43 + cd src
12:00:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:00:43 + /usr/bin/tar -xof -
12:00:43 #10 58.61 Setting up libxau6:armhf (1:1.0.9-1) ...
12:00:43 #10 58.62 Setting up libre2-9:armhf (20210201+dfsg-1) ...
12:00:43 #10 58.63 Setting up libpsl5:armhf (0.21.0-1.2) ...
12:00:43 #10 58.64 Setting up libgpm2:armhf (1.20.7-8) ...
12:00:43 #10 58.66 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
12:00:43 #10 58.67 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:00:43 #10 58.68 Setting up libicu67:armhf (67.1-7) ...
12:00:43 #10 58.69 Setting up libfcgi0ldbl:armhf (2.4.2-2) ...
12:00:43 #10 58.70 Setting up xdg-user-dirs (0.17-2) ...
12:00:43 #10 58.73 Setting up libmagic-mgc (1:5.39-3) ...
12:00:43 #10 58.74 Setting up libyaml-0-2:armhf (0.2.2-1) ...
12:00:43 #10 58.75 Setting up libglib2.0-0:armhf (2.66.8-1) ...
12:00:43 #10 58.79 No schema files found: doing nothing.
12:00:43 #10 58.79 Setting up distro-info-data (0.51+deb11u3) ...
12:00:43 #10 58.80 Setting up manpages (5.10-1) ...
12:00:43 #11 65.94 Setting up libmodule-implementation-perl (0.09-2) ...
12:00:43 #11 65.95 Setting up libcgi-fast-perl (1:2.15-1) ...
12:00:43 #11 65.96 Setting up python3-apt (2.4.0+22.10) ...
12:00:43 #11 66.13 Setting up libpackage-stash-perl (0.40-1) ...
12:00:43 #11 66.14 Setting up libimport-into-perl (1.002005-2) ...
12:00:43 #11 66.15 Setting up libmoo-perl (2.005004-3) ...
12:00:43 #11 66.16 Setting up python3-bcrypt (3.2.0-1build1) ...
12:00:43 #11 66.29 Setting up liblist-someutils-perl (0.58-1) ...
12:00:43 #11 66.31 Setting up debhelper (13.9.1ubuntu1) ...
12:00:43 #11 66.34 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
12:00:43 #11 66.35 Setting up python3-chardet (4.0.0-2) ...
12:00:43 #12 3.033  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
12:00:43 #12 3.127 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:43 #12 3.130  dpkg-source --after-build .
12:00:43 #12 3.225 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:43 #12 3.230 
12:00:43 #12 3.230 The package has been created.
12:00:43 #12 3.230 Attention, the package has been created in the current directory,
12:00:43 #12 3.230 not in ".." as indicated by the message above!
12:00:43 #10 72.67 Setting up libvariable-magic-perl (0.62-1+b1) ...
12:00:43 #10 72.68 Setting up python3-idna (2.6-1) ...
12:00:43 #10 72.85 Setting up libio-html-perl (1.001-1) ...
12:00:43 #10 72.86 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
12:00:43 #10 72.87 Setting up libtest-refcount-perl (0.08-3) ...
12:00:43 #10 72.88 Setting up libparams-util-perl (1.07-3+b4) ...
12:00:43 #10 72.90 Setting up libdpkg-perl (1.19.8) ...
12:00:43 #10 72.91 Setting up autoconf (2.69-11) ...
12:00:43 #10 72.92 Setting up python3-urllib3 (1.24.1-1) ...
12:00:43 #13 6.508   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:00:43 #13 6.508   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:00:43 #13 6.509   libglib2.0-0 libjsoncpp25 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
12:00:43 #13 6.509   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol-dev
12:00:43 #13 6.509   libsystemd-dev libudev-dev libuv1 pkg-config
12:00:43 #12 12.54 Setting up libprocps7:arm64 (2:3.3.15-2) ...
12:00:43 #12 12.55 Setting up libsepol1-dev:arm64 (2.8-1) ...
12:00:43 #12 12.57 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ...
12:00:43 #12 12.58 Setting up bash-completion (1:2.8-6) ...
12:00:43 #10 65.52 Setting up libregexp-ipv6-perl (0.03-3) ...
12:00:43 #10 65.53 Setting up gpg-wks-server (2.2.40-1) ...
12:00:43 #10 65.55 Setting up libsub-name-perl:armhf (0.26-2+b1) ...
12:00:43 #10 65.56 Setting up libtype-tiny-xs-perl:armhf (0.025-1) ...
12:00:43 #10 65.58 Setting up libsyntax-keyword-try-perl (0.28-1) ...
12:00:43 #10 65.59 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:00:43 #10 65.61 Setting up libproc-processtable-perl:armhf (0.634-1+b2) ...
12:00:43 #10 65.62 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:00:43 #10 65.63 Setting up xauth (1:1.1.2-1) ...
12:00:43 #10 65.65 Setting up libpath-tiny-perl (0.144-1) ...
12:00:43 #10 65.66 Setting up libarchive-cpio-perl (0.10-3) ...
12:00:43 #10 65.67 Setting up libjson-perl (4.10000-1) ...
12:00:43 #10 65.68 Setting up libnsl2:armhf (1.3.0-2) ...
12:00:43 #10 65.69 Setting up libipc-run3-perl (0.048-3) ...
12:00:43 #10 65.70 Setting up libregexp-wildcards-perl (1.05-3) ...
12:00:43 #10 65.71 Setting up libfcgi-perl (0.82+ds-2) ...
12:00:43 #10 65.72 Setting up libsub-override-perl (0.09-4) ...
12:00:43 #10 65.73 Setting up libaliased-perl (0.34-3) ...
12:00:43 #10 65.75 Setting up libstrictures-perl (2.000006-1) ...
12:00:43 #10 65.76 Setting up libsub-quote-perl (2.006008-1) ...
12:00:43 #10 65.77 Setting up libdevel-stacktrace-perl (2.0400-2) ...
12:00:43 #10 65.78 Setting up libclass-xsaccessor-perl (1.19-4+b1) ...
12:00:43 #10 65.79 Setting up libsort-versions-perl (1.62-3) ...
12:00:43 #10 65.80 Setting up libexporter-tiny-perl (1.006000-1) ...
12:00:43 #10 65.81 Setting up libre-engine-re2-perl:armhf (0.17+ds-1) ...
12:00:43 #10 58.82 Setting up unzip (6.0-26+deb11u1) ...
12:00:43 #10 58.83 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:00:43 #10 58.85 Setting up libbrotli1:armhf (1.0.9-2+b2) ...
12:00:43 #10 58.86 Setting up libsqlite3-0:armhf (3.34.1-3) ...
12:00:43 #10 58.87 Setting up libcbor0:armhf (0.5.0+dfsg-2) ...
12:00:43 #10 58.89 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:00:43 #10 58.91 Setting up libfcgi-bin (2.4.2-2) ...
12:00:43 #10 58.92 Setting up binutils-common:armhf (2.35.2-2) ...
12:00:43 #10 58.93 Setting up libnghttp2-14:armhf (1.43.0-1) ...
12:00:43 #10 58.95 Setting up libmagic1:armhf (1:5.39-3) ...
12:00:43 #10 58.97 Setting up libdeflate0:armhf (1.7-1) ...
12:00:43 #10 58.98 Setting up less (551-2) ...
12:00:43 #10 59.00 Setting up perl-openssl-defaults:armhf (5) ...
12:00:43 #10 59.01 Setting up linux-libc-dev:armhf (5.10.162-1) ...
12:00:43 #10 59.03 Setting up libctf-nobfd0:armhf (2.35.2-2) ...
12:00:43 #10 59.04 Setting up gettext-base (0.21-4) ...
12:00:43 #10 59.06 Setting up liblzo2-2:armhf (2.10-2) ...
12:00:43 #10 59.07 Setting up libnpth0:armhf (1.6-3) ...
12:00:43 #10 59.08 Setting up file (1:5.39-3) ...
12:00:43 #10 59.09 Setting up libossp-uuid16:armhf (1.6.2-1.5+b9) ...
12:00:43 #10 59.10 Setting up libassuan0:armhf (2.5.3-7.1) ...
12:00:43 #10 59.12 Setting up libgomp1:armhf (10.2.1-6) ...
12:00:43 #12 3.256 Selecting previously unselected package docker-ce-build-deps.
12:00:43 #12 3.273 (Reading database ... 28666 files and directories currently installed.)
12:00:43 #12 3.275 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:43 #12 3.280 Unpacking docker-ce-build-deps (1.0) ...
12:00:43 #10 73.08 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:43 #10 73.09 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:43 #10 73.11 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
12:00:43 #10 73.12 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
12:00:43 #10 73.13 Setting up libsub-name-perl (0.21-1+b3) ...
12:00:43 #10 73.14 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
12:00:43 #10 73.15 Setting up g++-8 (8.3.0-6) ...
12:00:43 #10 73.17 Setting up libfile-chdir-perl (0.1008-1) ...
12:00:43 #10 73.18 Setting up xauth (1:1.0.10-1) ...
12:00:43 #13 6.928 0 upgraded, 24 newly installed, 0 to remove and 4 not upgraded.
12:00:43 #13 6.928 1 not fully installed or removed.
12:00:43 #13 6.928 Need to get 10.9 MB of archives.
12:00:43 #13 6.928 After this operation, 38.6 MB of additional disk space will be used.
12:00:43 #13 6.928 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bash-completion all 1:2.11-5ubuntu1 [180 kB]
12:00:43 #10 65.82 Setting up libfile-dirlist-perl (0.05-3) ...
12:00:43 #10 65.83 Setting up libterm-readkey-perl (2.38-2+b1) ...
12:00:43 #10 65.85 Setting up libtext-levenshteinxs-perl (0.03-5+b1) ...
12:00:43 #10 65.86 Setting up libperlio-gzip-perl (0.20-1+b1) ...
12:00:43 #10 65.87 Setting up libsys-hostname-long-perl (1.5-3) ...
12:00:43 #10 65.88 Setting up libhtml-html5-entities-perl (0.004-3) ...
12:00:43 #10 65.89 Setting up libsereal-decoder-perl (5.002+ds-1) ...
12:00:43 #10 65.91 Setting up liburi-perl (5.17-1) ...
12:00:43 #10 65.92 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:00:43 #10 65.93 Setting up libfile-touch-perl (0.12-2) ...
12:00:43 #10 65.95 Setting up libc-devtools (2.36-8) ...
12:00:43 #10 65.96 Setting up libemail-address-xs-perl (1.05-1+b1) ...
12:00:43 #10 65.97 Setting up libnet-ssleay-perl:armhf (1.92-2+b1) ...
12:00:43 #10 65.98 Setting up automake (1:1.16.5-1.3) ...
12:00:43 #10 65.99 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:43 #10 66.00 Setting up libapt-pkg-perl (0.1.40+b2) ...
12:00:43 #10 66.01 Setting up libio-sessiondata-perl (1.03-3) ...
12:00:43 #10 66.03 Setting up libstring-escape-perl (2010.002-3) ...
12:00:43 #13 3.374 Reading package lists...
12:00:43 #13 4.405 Building dependency tree...
12:00:43 #13 4.607 Reading state information...
12:00:43 #13 4.637 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:43 #13 4.692 Starting 2 pkgProblemResolver with broken count: 0
12:00:43 #13 4.696 Done
12:00:43 #13 4.723  Done
12:00:43 #13 4.732 Starting pkgProblemResolver with broken count: 0
12:00:43 #13 4.771 Starting 2 pkgProblemResolver with broken count: 0
12:00:43 #13 4.774 Done
12:00:43 #12 12.50 Selecting previously unselected package libarchive13:armhf.
12:00:43 #12 12.50 Preparing to unpack .../06-libarchive13_3.4.3-2+deb11u1_armhf.deb ...
12:00:43 #12 12.51 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ...
12:00:43 #12 12.57 Selecting previously unselected package libjsoncpp24:armhf.
12:00:43 #12 12.57 Preparing to unpack .../07-libjsoncpp24_1.9.4-4_armhf.deb ...
12:00:43 #12 12.58 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
12:00:43 #12 12.64 Selecting previously unselected package librhash0:armhf.
12:00:43 #12 12.64 Preparing to unpack .../08-librhash0_1.4.1-2_armhf.deb ...
12:00:43 #12 12.65 Unpacking librhash0:armhf (1.4.1-2) ...
12:00:43 #12 12.72 Selecting previously unselected package libuv1:armhf.
12:00:43 #12 12.72 Preparing to unpack .../09-libuv1_1.40.0-2_armhf.deb ...
12:00:43 #12 12.72 Unpacking libuv1:armhf (1.40.0-2) ...
12:00:43 #12 12.76 Selecting previously unselected package cmake.
12:00:43 #12 12.77 Preparing to unpack .../10-cmake_3.18.4-2+rpt1+rpi1+deb11u1_armhf.deb ...
12:00:43 #12 12.77 Unpacking cmake (3.18.4-2+rpt1+rpi1+deb11u1) ...
12:00:43 + STATUS=0
12:00:43 + '[' 0 -ne 0 ']'
12:00:43 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:00:43 + /usr/bin/tar -xof -
12:00:43 #10 59.13 Setting up bzip2 (1.0.8-4) ...
12:00:43 #10 59.14 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
12:00:43 #10 59.15 Setting up pbzip2 (1.1.13-1) ...
12:00:43 #10 59.17 Setting up libjbig0:armhf (2.1-3.1+b2) ...
12:00:43 #10 59.18 Setting up libfakeroot:armhf (1.25.3-1.1) ...
12:00:43 #10 59.20 Setting up libasan6:armhf (10.2.1-6) ...
12:00:43 #10 59.21 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:00:43 #10 59.22 Setting up fakeroot (1.25.3-1.1) ...
12:00:43 #10 59.23 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:00:43 #10 59.24 Setting up autotools-dev (20180224.1+nmu1) ...
12:00:43 #10 59.25 Setting up libglib2.0-data (2.66.8-1) ...
12:00:43 #10 59.26 Setting up libtirpc-dev:armhf (1.3.1-1+deb11u1) ...
12:00:43 #10 59.28 Setting up libjpeg62-turbo:armhf (1:2.0.6-4) ...
12:00:43 #10 59.29 Setting up libx11-data (2:1.7.2-1) ...
12:00:43 #10 59.30 Setting up make (4.3-4.1) ...
12:00:43 #10 59.31 Setting up libmpfr6:armhf (4.1.0-3) ...
12:00:43 #10 59.32 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
12:00:43 #10 73.19 Setting up libpath-tiny-perl (0.108-1) ...
12:00:43 #10 73.20 Setting up libarchive-cpio-perl (0.10-1) ...
12:00:43 #10 73.21 Setting up libjson-perl (4.02000-1) ...
12:00:43 #10 73.23 Setting up libfcgi-perl (0.78-2+b3) ...
12:00:43 #10 73.24 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:00:43 #10 73.25 Setting up python3-unidiff (0.5.4-1) ...
12:00:43 #10 73.37 Setting up libstrictures-perl (2.000005-1) ...
12:00:43 #10 73.38 Setting up libsub-quote-perl (2.005001-1) ...
12:00:43 #10 73.40 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
12:00:43 #10 73.41 Setting up libsort-versions-perl (1.62-1) ...
12:00:43 #10 73.42 Setting up libexporter-tiny-perl (1.002001-1) ...
12:00:43 #10 73.43 Setting up libterm-readkey-perl (2.38-1) ...
12:00:43 #13 DONE 4.2s
12:00:43 
12:00:43 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
12:00:43 #14 DONE 0.0s
12:00:43 
12:00:43 #15 exporting to image
12:00:43 #15 exporting layers
12:00:44 #12 1.077 Reading package lists...
12:00:44 #12 2.460 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.
12:00:44 #10 66.05 Setting up libberkeleydb-perl:armhf (0.64-2+b1) ...
12:00:44 #10 66.06 Setting up libhttp-date-perl (6.05-2) ...
12:00:44 #10 66.07 Setting up libfile-which-perl (1.27-2) ...
12:00:44 #10 66.08 Setting up libfile-basedir-perl (0.09-2) ...
12:00:44 #10 66.09 Setting up libtask-weaken-perl (1.06-2) ...
12:00:44 #10 66.10 Setting up libunicode-utf8-perl (0.62-2) ...
12:00:44 #10 66.11 Setting up libfeature-compat-try-perl (0.05-1) ...
12:00:44 #10 66.13 Setting up libset-intspan-perl (1.19-3) ...
12:00:44 #10 66.14 Setting up libmouse-perl (2.5.10-1+b3) ...
12:00:44 #10 66.15 Setting up libossp-uuid-perl (1.6.2-1.5+b11) ...
12:00:44 #10 66.16 Setting up libfile-listing-perl (6.15-1) ...
12:00:44 #10 66.17 Setting up libsys-cpuaffinity-perl (1.13~03-2+b1) ...
12:00:44 #10 66.19 Setting up gpg-wks-client (2.2.40-1) ...
12:00:44 #10 66.20 Setting up libregexp-pattern-perl (0.2.14-2) ...
12:00:44 #10 66.21 Setting up libdata-messagepack-perl (1.02-1+b1) ...
12:00:44 #10 66.21 Setting up libclass-inspector-perl (1.36-3) ...
12:00:44 #10 66.23 Setting up libfont-afm-perl (1.20-4) ...
12:00:44 #10 66.25 Setting up libwant-perl (0.29-2+b1) ...
12:00:44 #14 37.11   Installing       : cmake-data-3.20.2-4.el8.noarch                       63/90 
12:00:44 #14 38.33   Installing       : cmake-3.20.2-4.el8.x86_64                            64/90 
12:00:44 #14 38.35   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  65/90 
12:00:44 #14 38.46   Installing       : automake-1.16.1-7.el8.noarch                         66/90 
12:00:44 #14 38.48   Installing       : perl-Error-1:0.17025-2.el8.noarch                    67/90 
12:00:44 #14 38.50   Installing       : perl-Git-2.39.0-1.el8.noarch                         68/90 
12:00:44 #14 38.52   Installing       : git-2.39.0-1.el8.x86_64                              69/90 
12:00:44 #14 38.60   Installing       : libtool-2.4.6-25.el8.x86_64                          70/90 
12:00:44 #14 38.62   Running scriptlet: libtool-2.4.6-25.el8.x86_64                          70/90 
12:00:44 #14 38.65   Installing       : libtool-ltdl-devel-2.4.6-25.el8.x86_64               71/90 
12:00:44 #14 38.67   Installing       : device-mapper-devel-8:1.02.181-9.el8.x86_64          72/90 
12:00:44 #14 38.70   Installing       : annobin-10.94-1.el8.x86_64                           73/90 
12:00:44 #13 4.956 The following additional packages will be installed:
12:00:44 #13 4.957   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:00:44 #13 4.957   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
12:00:44 #13 4.957   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
12:00:44 #13 4.957   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:44 #13 4.959 Suggested packages:
12:00:44 #13 4.959   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:00:44 #13 4.959 Recommended packages:
12:00:44 #13 4.959   dmsetup
12:00:44 #13 5.010 The following NEW packages will be installed:
12:00:44 #12 13.12 Selecting previously unselected package dh-apparmor.
12:00:44 #10 59.33 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
12:00:44 #10 59.34 Setting up lzip (1.22-3) ...
12:00:44 #10 59.37 Setting up strace (5.10-1) ...
12:00:44 #10 59.38 Setting up libsigsegv2:armhf (2.13-1) ...
12:00:44 #10 59.40 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:00:44 #10 59.40 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:00:44 #10 59.41 Setting up t1utils (1.41-4) ...
12:00:44 #10 59.45 Setting up diffstat (1.64-1) ...
12:00:44 #10 59.46 Setting up libpng16-16:armhf (1.6.37-3) ...
12:00:44 #10 59.47 Setting up libmpc3:armhf (1.2.0-1) ...
12:00:44 #10 59.49 Setting up libatomic1:armhf (10.2.1-6) ...
12:00:44 #10 59.50 Setting up patch (2.7.6-7) ...
12:00:44 #10 59.51 Setting up autopoint (0.21-4) ...
12:00:44 #10 59.52 Setting up libwebp6:armhf (0.6.1-2.1) ...
12:00:44 #10 59.54 Setting up fonts-dejavu-core (2.37-2) ...
12:00:44 #10 73.45 Setting up lsb-release (10.2019051400) ...
12:00:44 #10 73.46 Setting up libclass-accessor-perl (0.51-1) ...
12:00:44 #10 73.48 Setting up libnet-ip-perl (1.26-2) ...
12:00:44 #10 73.49 Setting up python3-magic (2:0.4.15-2) ...
12:00:44 #10 73.61 Setting up libperlio-gzip-perl (0.19-1+b5) ...
12:00:44 #10 73.63 Setting up libsys-hostname-long-perl (1.5-1) ...
12:00:44 #10 73.64 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
12:00:44 #10 73.65 Setting up liburi-perl (1.76-1) ...
12:00:44 #10 73.66 Setting up exim4-daemon-light (4.92-8+deb10u7) ...
12:00:44 #12 3.336 Reading package lists...
12:00:44 #12 3.835 Building dependency tree...
12:00:44 #12 3.992 Reading state information...
12:00:44 #12 2.793 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:44 #12 2.793 dpkg-buildpackage: info: source version 1.0
12:00:44 #12 2.793 dpkg-buildpackage: info: source distribution unstable
12:00:44 #12 2.793 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:44 #12 2.838 dpkg-buildpackage: info: host architecture armhf
12:00:44 #10 66.26 Setting up libdynaloader-functions-perl (0.003-3) ...
12:00:44 #10 66.27 Setting up libclass-method-modifiers-perl (2.14-1) ...
12:00:44 #10 66.28 Setting up liblist-compare-perl (0.55-2) ...
12:00:44 #10 66.29 Setting up libref-util-xs-perl (0.117-2+b1) ...
12:00:44 #10 66.31 Setting up libio-pty-perl (1:1.17-1) ...
12:00:44 #10 66.32 Setting up libfile-fcntllock-perl (0.22-4+b1) ...
12:00:44 #10 66.33 Setting up libclone-perl:armhf (0.46-1) ...
12:00:44 #10 66.34 Setting up libalgorithm-diff-perl (1.201-1) ...
12:00:44 #10 66.35 Setting up libarchive-zip-perl (1.68-1) ...
12:00:44 #10 66.37 Setting up libsub-identify-perl (0.14-3) ...
12:00:44 #10 66.39 Setting up libdistro-info-perl (1.5) ...
12:00:44 #10 66.40 Setting up libcpanel-json-xs-perl:armhf (4.32-1+b1) ...
12:00:44 #10 66.42 Setting up libio-stringy-perl (2.111-3) ...
12:00:44 #10 66.42 Setting up libhtml-tagset-perl (3.20-6) ...
12:00:44 #10 66.43 Setting up liblog-any-perl (1.713-1) ...
12:00:44 #10 66.44 Setting up libauthen-sasl-perl (2.1600-3) ...
12:00:44 #10 66.46 Setting up libdevel-size-perl (0.83-2+b1) ...
12:00:44 #10 66.47 Setting up libpython3.11-stdlib:armhf (3.11.1-2) ...
12:00:44 #10 66.48 Setting up libdebhelper-perl (13.11.4) ...
12:00:44 #10 66.49 Setting up libpod-constants-perl (0.19-2) ...
12:00:44 #10 66.51 Setting up libregexp-pattern-license-perl (3.9.4-3) ...
12:00:44 #10 66.52 Setting up libconvert-binhex-perl (1.125-3) ...
12:00:44 #10 66.53 Setting up liblwp-mediatypes-perl (6.04-2) ...
12:00:44 #10 66.54 Setting up libyaml-libyaml-perl (0.86+ds-1) ...
12:00:44 #10 66.55 Setting up libio-interactive-perl (1.023-2) ...
12:00:44 #10 66.56 Setting up libtry-tiny-perl (0.31-2) ...
12:00:44 #10 66.58 Setting up libtype-tiny-perl (2.002001-1) ...
12:00:44 #11 66.83 Setting up python3-cryptography (3.4.8-2) ...
12:00:44 #14 38.72   Running scriptlet: annobin-10.94-1.el8.x86_64                           73/90 
12:00:44 #14 38.74   Installing       : gcc-plugin-annobin-8.5.0-18.el8.x86_64               74/90 
12:00:44 #14 38.75   Running scriptlet: gcc-plugin-annobin-8.5.0-18.el8.x86_64               74/90 
12:00:44 #14 38.77   Upgrading        : glibc-minimal-langpack-2.28-224.el8.x86_64           75/90 
12:00:44 #14 38.80   Installing       : libseccomp-devel-2.5.2-1.el8.x86_64                  76/90 
12:00:44 #14 38.82   Cleanup          : device-mapper-8:1.02.181-6.el8.x86_64                77/90 
12:00:44 #14 38.84   Running scriptlet: systemd-239-67.el8.x86_64                            78/90 
12:00:44 #14 38.86   Cleanup          : systemd-239-67.el8.x86_64                            78/90 
12:00:44 #14 38.90   Cleanup          : systemd-pam-239-67.el8.x86_64                        79/90 
12:00:44 #14 38.91   Cleanup          : device-mapper-libs-8:1.02.181-6.el8.x86_64           80/90 
12:00:44 #13 7.306 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive13 armhf 3.6.0-1ubuntu1 [338 kB]
12:00:44 #13 7.425 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjsoncpp25 armhf 1.9.5-3 [72.4 kB]
12:00:44 #13 7.444 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librhash0 armhf 1.4.2-1ubuntu1 [141 kB]
12:00:44 #13 7.469 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuv1 armhf 1.43.0-1 [76.9 kB]
12:00:44 #13 7.480 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
12:00:44 #13 7.481 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf emacsen-common all 3.0.4 [14.9 kB]
12:00:44 #13 7.482 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB]
12:00:44 #13 7.626 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf cmake armhf 3.22.1-1ubuntu1.22.04.1 [4643 kB]
12:00:44 #13 5.010   bash-completion cmake cmake-data dh-apparmor libarchive13 libdevmapper-dev
12:00:44 #13 5.010   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libpcre2-16-0
12:00:44 #13 5.011   libpcre2-32-0 libpcre2-dev libpcre2-posix2 librhash0 libseccomp-dev
12:00:44 #13 5.012   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config
12:00:44 #12 13.12 Preparing to unpack .../11-dh-apparmor_2.13.6-10_all.deb ...
12:00:44 #12 13.13 Unpacking dh-apparmor (2.13.6-10) ...
12:00:44 #12 13.17 Selecting previously unselected package dmsetup.
12:00:44 #12 13.17 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
12:00:44 #12 13.18 Unpacking dmsetup (2:1.02.175-2.1) ...
12:00:44 #12 13.22 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:00:44 #12 13.23 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
12:00:44 #12 13.23 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
12:00:44 #12 13.29 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:00:44 #12 13.29 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
12:00:44 #12 13.29 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
12:00:44 #12 13.32 Selecting previously unselected package libudev-dev:armhf.
12:00:44 #10 59.62 Setting up libxdelta2 (1.1.3-9.3) ...
12:00:44 #10 59.64 Setting up libncursesw6:armhf (6.2+20201114-2) ...
12:00:44 #10 59.65 Setting up libltdl7:armhf (2.4.6-15) ...
12:00:44 #10 59.67 Setting up libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:00:44 #10 59.68 Setting up libubsan1:armhf (10.2.1-6) ...
12:00:44 #10 59.69 Setting up libmd0:armhf (1.0.3-3) ...
12:00:44 #10 59.70 Setting up python-apt-common (2.2.1) ...
12:00:44 #10 59.72 Setting up libnsl-dev:armhf (1.3.0-2) ...
12:00:44 #10 59.75 Setting up sensible-utils (0.0.14) ...
12:00:44 #10 59.76 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
12:00:44 #10 59.77 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
12:00:44 #10 59.79 Setting up libuchardet0:armhf (0.0.7-1) ...
12:00:44 #10 59.80 Setting up lzop (1.04-2) ...
12:00:44 #10 59.81 Setting up libmpdec3:armhf (2.5.1-1) ...
12:00:44 #10 59.83 Setting up git-man (1:2.30.2-1+deb11u1) ...
12:00:44 #10 59.84 Setting up libssh2-1:armhf (1.9.0-2) ...
12:00:44 #10 59.86 Setting up netbase (6.3) ...
12:00:44 #10 59.90 Setting up libtiff5:armhf (4.2.0-1+deb11u3) ...
12:00:44 #10 59.91 Setting up libbinutils:armhf (2.35.2-2) ...
12:00:44 #10 59.92 Setting up libfido2-1:armhf (1.6.0-2) ...
12:00:44 + STATUS=0
12:00:44 + '[' 0 -ne 0 ']'
12:00:44 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:00:44 + RPM_EC=0
12:00:44 ++ jobs -p
12:00:44 + exit 0
12:00:44 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1cl5yr
12:00:44 + umask 022
12:00:44 + cd /root/rpmbuild/BUILD
12:00: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:00:44 + export CFLAGS
12:00: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:00:44 + export CXXFLAGS
12:00: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:00:44 + export FFLAGS
12:00: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  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:00:44 + export FCFLAGS
12:00: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~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
12:00:44 + export LDFLAGS
12:00:44 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:00:44 + export LT_SYS_LIBRARY_PATH
12:00:44 + CC=gcc
12:00:44 + export CC
12:00:44 + CXX=g++
12:00:44 + export CXX
12:00:44 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:00:44 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0~20230206193855.ab4ef4a-0.fc36 aarch64
12:00:44 + cd src
12:00:44 + export DOCKER_GITCOMMIT=a25ab92
12:00:44 + DOCKER_GITCOMMIT=a25ab92
12:00:44 + mkdir -p /go/src/github.com/docker
12:00:44 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:00:44 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:00:44 + pushd /root/rpmbuild/BUILD/src/engine
12:00:44 + TMP_GOPATH=/go
12:00:44 + hack/dockerfile/install/install.sh tini
12:00:44 + RM_GOPATH=0
12:00:44 + TMP_GOPATH=/go
12:00:44 + : /usr/local/bin
12:00:44 + '[' -z /go ']'
12:00:44 + export GOPATH=/go
12:00:44 + GOPATH=/go
12:00:44 + case "$(go env GOARCH)" in
12:00:44 ++ go env GOARCH
12:00:44 + export GO_BUILDMODE=-buildmode=pie
12:00:44 + GO_BUILDMODE=-buildmode=pie
12:00:44 ++ dirname hack/dockerfile/install/install.sh
12:00:44 + dir=hack/dockerfile/install
12:00:44 + bin=tini
12:00:44 + shift
12:00:44 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:00:44 + . hack/dockerfile/install/tini.installer
12:00:44 ++ : v0.19.0
12:00:44 + install_tini
12:00:44 + echo 'Install tini version v0.19.0'
12:00:44 Install tini version v0.19.0
12:00:44 + git clone https://github.com/krallin/tini.git /go/tini
12:00:44 Cloning into '/go/tini'...
12:00:44 #12 13.41 Setting up libpcre32-3:arm64 (2:8.39-12) ...
12:00:44 #12 13.43 Setting up pkg-config (0.29-6) ...
12:00:44 #12 13.49 Setting up libudev-dev:arm64 (241-7~deb10u8) ...
12:00:44 #12 13.51 Setting up librhash0:arm64 (1.3.8-1) ...
12:00:44 #12 13.52 Setting up procps (2:3.3.15-2) ...
12:00:44 #12 13.56 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
12:00:44 #12 13.57 Setting up cmake-data (3.13.4-1) ...
12:00:44 #12 13.59 Setting up dh-apparmor (2.13.2-10) ...
12:00:44 #12 13.60 Setting up libsystemd-dev:arm64 (241-7~deb10u8) ...
12:00:44 #12 13.62 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
12:00:44 #12 13.63 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
12:00:44 #12 13.65 Setting up cmake (3.13.4-1) ...
12:00:44 #12 13.66 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
12:00:44 #12 13.67 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
12:00:44 #12 13.69 Setting up dmsetup (2:1.02.155-3) ...
12:00:44 #12 13.70 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
12:00:44 #12 13.72 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
12:00:44 #12 13.73 Setting up docker-ce-build-deps (1.0) ...
12:00:44 #12 13.74 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:00:44 #10 73.74 invoke-rc.d: could not determine current runlevel
12:00:44 #10 73.74 invoke-rc.d: policy-rc.d denied execution of start.
12:00:44 #10 73.75 Initializing GnuTLS DH parameter file
12:00:44 #10 73.77 Setting up libmailutils5:armhf (1:3.5-4) ...
12:00:44 #10 73.79 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:00:44 #10 73.80 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
12:00:44 #10 73.81 Setting up python3-pkg-resources (40.8.0-1) ...
12:00:44 #10 73.99 Setting up automake (1:1.16.1-4) ...
12:00:44 #12 4.010 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:44 #12 4.295 Starting 2 pkgProblemResolver with broken count: 0
12:00:44 #12 4.298 Done
12:00:44 #12 2.838  dpkg-source --before-build .
12:00:44 #12 2.957  debian/rules clean
12:00:44 #12 2.959 dh clean
12:00:44 #12 3.052    dh_clean
12:00:44 #12 3.091  debian/rules binary
12:00:44 #10 66.59 Setting up libcommon-sense-perl:armhf (3.75-3) ...
12:00:44 #10 66.60 Setting up libmldbm-perl (2.05-4) ...
12:00:44 #10 66.61 Setting up libxml-namespacesupport-perl (1.12-2) ...
12:00:44 #10 66.63 Setting up libnet-http-perl (6.22-1) ...
12:00:44 #10 66.64 Setting up libpath-iterator-rule-perl (1.015-2) ...
12:00:44 #10 66.65 Setting up libtext-markdown-discount-perl (0.16-1) ...
12:00:44 #10 66.66 Setting up libhttp-tiny-multipart-perl (0.08-2) ...
12:00:44 #10 66.68 Setting up libtime-moment-perl (0.44-2+b1) ...
12:00:44 #10 66.69 Setting up libencode-locale-perl (1.05-3) ...
12:00:44 #10 66.70 Setting up libexception-class-perl (1.45-1) ...
12:00:44 #10 66.71 Setting up libxstring-perl:armhf (0.005-2+b1) ...
12:00:44 #10 66.72 Setting up libmath-base85-perl (0.5+dfsg-2) ...
12:00:44 #10 66.73 Setting up libconfig-tiny-perl (2.28-2) ...
12:00:44 #10 66.74 Setting up libsereal-encoder-perl (5.002+ds-1) ...
12:00:44 #10 66.75 Setting up libdevel-callchecker-perl:armhf (0.008-2) ...
12:00:44 #10 66.77 Setting up liblist-utilsby-perl (0.12-2) ...
12:00:44 #10 66.78 Setting up libstring-shellquote-perl (1.04-3) ...
12:00:44 #10 66.79 Setting up libnet-netmask-perl (2.0002-2) ...
12:00:44 #13 7.852 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf dh-apparmor all 3.0.4-2ubuntu2.1 [9534 B]
12:00:44 #13 7.853 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1ubuntu4 [134 kB]
12:00:44 #13 7.856 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1ubuntu4 [11.6 kB]
12:00:44 #13 7.856 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libudev-dev armhf 249.11-0ubuntu3.6 [20.7 kB]
12:00:44 #13 7.859 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsepol-dev armhf 3.3-1build1 [357 kB]
12:00:44 #13 7.871 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpcre2-16-0 armhf 10.39-3ubuntu0.1 [174 kB]
12:00:44 #13 7.881 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpcre2-32-0 armhf 10.39-3ubuntu0.1 [164 kB]
12:00:44 #14 38.92   Cleanup          : systemd-libs-239-67.el8.x86_64                       81/90 
12:00:44 #14 38.94   Running scriptlet: tar-2:1.30-6.el8.x86_64                              82/90 
12:00:44 #14 38.95   Cleanup          : tar-2:1.30-6.el8.x86_64                              82/90 
12:00:44 #14 38.96   Cleanup          : libarchive-3.3.3-4.el8.x86_64                        83/90 
12:00:44 #14 38.97   Cleanup          : glibc-minimal-langpack-2.28-211.el8.x86_64           84/90 
12:00:44 #14 38.98   Cleanup          : libselinux-2.9-6.el8.x86_64                          85/90 
12:00:44 #14 38.99   Cleanup          : pcre2-10.32-3.el8_6.x86_64                           86/90 
12:00:44 #14 39.01   Cleanup          : glibc-2.28-211.el8.x86_64                            87/90 
12:00:44 #14 39.07   Cleanup          : glibc-gconv-extra-2.28-211.el8.x86_64                88/90 
12:00:44 #14 39.07   Running scriptlet: glibc-gconv-extra-2.28-211.el8.x86_64                88/90 
12:00:44 #14 39.12   Cleanup          : glibc-common-2.28-211.el8.x86_64                     89/90 
12:00:44 #14 39.13   Cleanup          : libgcc-8.5.0-15.el8.x86_64                           90/90 
12:00:44 #13 5.426 0 upgraded, 21 newly installed, 0 to remove and 4 not upgraded.
12:00:44 #13 5.426 1 not fully installed or removed.
12:00:44 #13 5.426 Need to get 7270 kB of archives.
12:00:44 #13 5.426 After this operation, 29.1 MB of additional disk space will be used.
12:00:44 #13 5.426 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bash-completion all 1:2.10-1ubuntu1 [178 kB]
12:00:44 #12 13.33 Preparing to unpack .../15-libudev-dev_247.3-7+rpi1+deb11u1_armhf.deb ...
12:00:44 #12 13.33 Unpacking libudev-dev:armhf (247.3-7+rpi1+deb11u1) ...
12:00:44 #12 13.37 Selecting previously unselected package libsepol1-dev:armhf.
12:00:44 #12 13.37 Preparing to unpack .../16-libsepol1-dev_3.1-1_armhf.deb ...
12:00:44 #12 13.38 Unpacking libsepol1-dev:armhf (3.1-1) ...
12:00:44 #12 13.44 Selecting previously unselected package libpcre2-16-0:armhf.
12:00:44 #12 13.45 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_armhf.deb ...
12:00:44 #12 13.45 Unpacking libpcre2-16-0:armhf (10.36-2+deb11u1) ...
12:00:44 #12 13.51 Selecting previously unselected package libpcre2-32-0:armhf.
12:00:44 #12 13.51 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_armhf.deb ...
12:00:44 #12 13.51 Unpacking libpcre2-32-0:armhf (10.36-2+deb11u1) ...
12:00:44 #12 13.57 Selecting previously unselected package libpcre2-posix2:armhf.
12:00:44 #10 59.94 Setting up libisl23:armhf (0.23-1) ...
12:00:44 #10 59.95 Setting up libc-dev-bin (2.31-13+deb11u5) ...
12:00:44 #10 59.96 Setting up openssl (1.1.1n-0+deb11u3) ...
12:00:44 #10 59.98 Setting up libbsd0:armhf (0.11.3-1) ...
12:00:44 #10 60.00 Setting up libelf1:armhf (0.183-1) ...
12:00:44 #10 60.01 Setting up readline-common (8.1-1) ...
12:00:44 #10 60.02 Setting up publicsuffix (20220811.1734-0+deb11u1) ...
12:00:44 #10 60.03 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u3) ...
12:00:44 #10 60.05 Setting up libmarkdown2:armhf (2.2.6-1) ...
12:00:44 #10 60.06 Setting up libcc1-0:armhf (10.2.1-6) ...
12:00:44 #10 60.07 Setting up iso-codes (4.6.0-1) ...
12:00:44 #10 60.09 Setting up liblocale-gettext-perl (1.07-4+b1) ...
12:00:44 #10 60.10 Setting up cpp-10 (10.2.1-6) ...
12:00:44 #10 60.12 Setting up dctrl-tools (2.24-3) ...
12:00:44 #10 60.14 Setting up debian-keyring (2021.07.26) ...
12:00:44 + cd /go/tini
12:00:44 + git checkout -q v0.19.0
12:00:44 + cmake .
12:00:44 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:00:44   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:00:44   CMake.
12:00:44 
12:00:44   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:00:44   CMake that the project does not need compatibility with older versions.
12:00:44 
12:00:44 
12:00:44 #12 13.76 Processing triggers for man-db (2.8.5-2) ...
12:00:44 #10 74.00 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:00:44 #10 74.01 Setting up libasync-mergepoint-perl (0.04-2) ...
12:00:44 #10 74.03 Setting up libio-sessiondata-perl (1.03-1) ...
12:00:44 #10 74.04 Setting up libstring-escape-perl (2010.002-2) ...
12:00:44 #10 74.05 Setting up libhttp-date-perl (6.02-1) ...
12:00:44 #10 74.06 Setting up libfile-which-perl (1.23-1) ...
12:00:44 #10 74.12 Setting up mailutils (1:3.5-4) ...
12:00:44 #10 74.13 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
12:00:44 #10 74.13 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
12:00:44 #10 74.13 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
12:00:44 #10 74.14 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
12:00:44 #10 74.14 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
12:00:44 #10 74.14 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
12:00:44 #10 74.15 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
12:00:44 #10 74.16 Setting up libfile-basedir-perl (0.08-1) ...
12:00:44 #10 74.17 Setting up libnumber-range-perl (0.12-1) ...
12:00:44 #10 74.18 Setting up libtask-weaken-perl (1.06-1) ...
12:00:44 #10 74.20 Setting up libunicode-utf8-perl (0.62-1) ...
12:00:44 #10 74.21 Setting up libstruct-dumb-perl (0.09-1) ...
12:00:44 #10 74.22 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
12:00:44 #10 74.24 Setting up libfile-listing-perl (6.04-1) ...
12:00:44 #10 74.25 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
12:00:44 #10 74.26 Setting up libclass-inspector-perl (1.32-1) ...
12:00:44 #10 74.27 Setting up libfont-afm-perl (1.20-2) ...
12:00:44 #10 74.29 Setting up libwant-perl (0.29-1+b4) ...
12:00:44 #10 74.30 Setting up libdynaloader-functions-perl (0.003-1) ...
12:00:44 #10 74.31 Setting up libtext-glob-perl (0.10-1) ...
12:00:44 #10 74.32 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:00:44 #12 4.462  Done
12:00:44 #17 exporting layers 2.9s done
12:00:44 #17 writing image sha256:c6d7de9372703cde3417d3ddb640382108c085a31ae04e53027eab771e757c72 done
12:00:44 #17 naming to docker.io/debbuild-debian-bullseye/aarch64 done
12:00:44 #17 DONE 2.9s
12:00:44 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:44 #12 3.093 dh binary
12:00:44 #12 3.175    dh_update_autotools_config
12:00:44 #12 3.209    dh_autoreconf
12:00:44 #12 3.257    create-stamp debian/debhelper-build-stamp
12:00:44 #12 3.257    dh_prep
12:00:44 #12 3.290    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:00:44 #12 3.350    dh_install
12:00:44 #10 66.80 Setting up libsub-install-perl (0.929-1) ...
12:00:44 #10 66.81 Setting up gcc (4:12.2.0-3) ...
12:00:44 #10 66.83 Setting up dpkg-dev (1.21.19) ...
12:00:44 #10 66.85 Setting up libindirect-perl (0.39-2+b1) ...
12:00:44 #10 66.86 Setting up libxs-parse-sublike-perl:armhf (0.16-1+b2) ...
12:00:44 #10 66.87 Setting up intltool-debian (0.35.0+20060710.6) ...
12:00:44 #10 66.89 Setting up libfreezethaw-perl (0.5001-3) ...
12:00:44 #10 66.90 Setting up libobject-pad-perl (0.78-1) ...
12:00:44 #10 66.91 Setting up liberror-perl (0.17029-2) ...
12:00:44 #10 66.92 Setting up patchutils (0.4.2-1) ...
12:00:44 #10 66.93 Setting up libmail-sendmail-perl (0.80-3) ...
12:00:44 #10 66.95 Setting up libltdl-dev:armhf (2.4.7-5) ...
12:00:44 #10 66.96 Setting up libjson-maybexs-perl (1.004004-1) ...
12:00:44 #10 66.97 Setting up libxml-sax-base-perl (1.09-3) ...
12:00:44 #10 66.98 Setting up libio-string-perl (1.08-4) ...
12:00:44 #10 67.00 Setting up libreadonly-perl (2.050-3) ...
12:00:44 #10 67.01 Setting up libnetaddr-ip-perl (4.079+dfsg-2+b1) ...
12:00:44 #10 67.02 Setting up libstring-copyright-perl (0.003014-1) ...
12:00:44 #10 67.03 Setting up libdata-optlist-perl (0.113-1) ...
12:00:44 #10 67.05 Setting up libipc-run-perl (20220807.0-1) ...
12:00:44 #10 67.07 Setting up git (1:2.39.1-0.1) ...
12:00:44 #10 67.09 Setting up libtext-xslate-perl:armhf (3.5.9-1+b2) ...
12:00:44 #10 67.10 Setting up libcontextual-return-perl (0.004014-4) ...
12:00:44 #10 67.11 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:44 #13 7.890 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpcre2-posix3 armhf 10.39-3ubuntu0.1 [5528 B]
12:00:44 #13 7.890 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpcre2-dev armhf 10.39-3ubuntu0.1 [647 kB]
12:00:44 #13 7.931 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libselinux1-dev armhf 3.3-1build2 [153 kB]
12:00:44 #13 8.006 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper-dev armhf 2:1.02.175-2.1ubuntu4 [36.6 kB]
12:00:44 #13 8.008 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libseccomp-dev armhf 2.5.3-2ubuntu2 [89.0 kB]
12:00:44 #13 8.010 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd-dev armhf 249.11-0ubuntu3.6 [306 kB]
12:00:44 #13 8.022 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-0 armhf 2.72.4-0ubuntu1 [1325 kB]
12:00:44 #13 8.088 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pkg-config armhf 0.29.2-1ubuntu3 [46.0 kB]
12:00:44 #14 39.13   Running scriptlet: libgcc-8.5.0-15.el8.x86_64                           90/90 
12:00:44 #14 39.24   Running scriptlet: glibc-common-2.28-224.el8.x86_64                     90/90 
12:00:44 #13 5.786 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB]
12:00:44 #12 13.57 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_armhf.deb ...
12:00:44 #12 13.58 Unpacking libpcre2-posix2:armhf (10.36-2+deb11u1) ...
12:00:44 #12 13.61 Selecting previously unselected package libpcre2-dev:armhf.
12:00:44 #12 13.61 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_armhf.deb ...
12:00:44 #12 13.62 Unpacking libpcre2-dev:armhf (10.36-2+deb11u1) ...
12:00:44 #12 13.70 Selecting previously unselected package libselinux1-dev:armhf.
12:00:44 #12 13.70 Preparing to unpack .../21-libselinux1-dev_3.1-3_armhf.deb ...
12:00:44 #12 13.70 Unpacking libselinux1-dev:armhf (3.1-3) ...
12:00:44 #12 13.75 Selecting previously unselected package libdevmapper-dev:armhf.
12:00:44 #12 13.75 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
12:00:44 #12 13.76 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
12:00:44 #12 13.80 Selecting previously unselected package libltdl7:armhf.
12:00:44 #12 13.81 Preparing to unpack .../23-libltdl7_2.4.6-15_armhf.deb ...
12:00:44 #12 13.81 Unpacking libltdl7:armhf (2.4.6-15) ...
12:00:44 #12 13.86 Selecting previously unselected package libltdl-dev:armhf.
12:00:44 #12 13.86 Preparing to unpack .../24-libltdl-dev_2.4.6-15_armhf.deb ...
12:00:44 #12 13.86 Unpacking libltdl-dev:armhf (2.4.6-15) ...
12:00:44 #12 13.91 Selecting previously unselected package libseccomp-dev:armhf.
12:00:44 #11 67.60 Setting up python3-debian (0.1.46) ...
12:00:44 #11 67.78 Setting up python3-requests (2.27.1+dfsg-1ubuntu2) ...
12:00:44 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc
12:00:44  debian/rules build
12:00:44 dh build --with=bash-completion
12:00:44    dh_update_autotools_config
12:00:44    dh_autoreconf
12:00:44    debian/rules override_dh_auto_build
12:00:44 make[1]: Entering directory '/root/build-deb'
12:00:44 # Build the daemon and dependencies
12:00:44 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:00:44 
12:00:44 Removing bundles/
12:00:44 
12:00:44 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:44 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:00:44 #10 60.15 Setting up libgdbm6:armhf (1.19-2) ...
12:00:44 #10 60.16 Setting up libctf0:armhf (2.35.2-2) ...
12:00:44 #10 60.17 Setting up pinentry-curses (1.1.0-4) ...
12:00:44 #10 60.19 Setting up manpages-dev (5.10-1) ...
12:00:44 #10 60.21 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
12:00:44 #10 60.22 Setting up libxcb1:armhf (1.14-3) ...
12:00:44 #10 60.23 Setting up gettext (0.21-4) ...
12:00:44 #10 60.25 Setting up xdelta (1.1.3-9.3) ...
12:00:44 #10 60.26 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ...
12:00:44 #10 60.27 Setting up libgcc-10-dev:armhf (10.2.1-6) ...
12:00:44 #10 60.28 Setting up libedit2:armhf (3.1-20191231-2+b1) ...
12:00:44 #10 60.30 Setting up libreadline8:armhf (8.1-1) ...
12:00:44 #10 60.31 Setting up libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
12:00:44 #10 60.32 Setting up m4 (1.4.18-5) ...
12:00:44 #10 60.34 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
12:00:44 #10 60.39 Setting up ca-certificates (20210119) ...
12:00:44 -- The C compiler identification is GNU 12.2.1
12:00:44 -- Detecting C compiler ABI info
12:00:44 -- Detecting C compiler ABI info - done
12:00:44 -- Check for working C compiler: /usr/bin/gcc - skipped
12:00:44 -- Detecting C compile features
12:00:44 -- Detecting C compile features - done
12:00:44 #10 74.33 Setting up liblist-compare-perl (0.53-1) ...
12:00:44 #10 74.35 Setting up libref-util-xs-perl (0.117-1+b1) ...
12:00:44 #10 74.36 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
12:00:44 #10 74.37 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
12:00:44 #10 74.38 Setting up libsort-key-perl (1.33-2+b1) ...
12:00:44 #10 74.39 Setting up libclone-perl (0.41-1+b1) ...
12:00:44 #10 74.41 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:00:44 #10 74.42 Setting up libarchive-zip-perl (1.64-1) ...
12:00:44 #10 74.44 Setting up libsub-identify-perl (0.14-1+b1) ...
12:00:44 #10 74.45 Setting up libdistro-info-perl (0.21) ...
12:00:44 #10 74.46 Setting up python3-apt (1.8.4.3) ...
12:00:44 #12 4.554 Starting pkgProblemResolver with broken count: 0
12:00:44 #12 4.571 Starting 2 pkgProblemResolver with broken count: 0
12:00:44 #12 4.573 Done
12:00:44 #12 4.722 The following additional packages will be installed:
12:00:44 #12 4.723   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:00:44 #12 4.723   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
12:00:44 #12 4.723   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
12:00:44 #12 4.723   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:00:44 #12 4.724   libudev-dev libuv1 pkg-config procps
12:00:44 #12 4.724 Suggested packages:
12:00:44 #12 4.724   cmake-doc ninja-build apparmor-easyprof seccomp
12:00:44 #12 4.724 Recommended packages:
12:00:44 #12 4.724   psmisc
12:00:45 + set -e
12:00:45 + mkdir -p /root/build-deb/engine
12:00:45 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:45 #12 3.392    dh_installdocs
12:00:45 #12 3.436    dh_installchangelogs
12:00:45 #12 3.536    dh_perl
12:00:45 #12 3.581    dh_link
12:00:45 #12 3.621    dh_strip_nondeterminism
12:00:45 #13 8.262 debconf: delaying package configuration, since apt-utils is not installed
12:00:45 #13 8.303 Fetched 10.9 MB in 2s (6910 kB/s)
12:00:45 #13 8.328 Selecting previously unselected package bash-completion.
12:00:45 #13 8.328 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 25295 files and directories currently installed.)
12:00:45 #13 8.344 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
12:00:45 #13 8.356 Unpacking bash-completion (1:2.11-5ubuntu1) ...
12:00:45 #14 39.41   Running scriptlet: systemd-239-70.el8.x86_64                            90/90 
12:00:45 #14 39.55   Verifying        : pcre2-10.32-3.el8.x86_64                              1/90 
12:00:45 #14 39.55   Verifying        : pcre2-10.32-3.el8_6.x86_64                            2/90 
12:00:45 #14 39.55   Verifying        : autoconf-2.69-29.el8.noarch                           3/90 
12:00:45 #14 39.55   Verifying        : automake-1.16.1-7.el8.noarch                          4/90 
12:00:45 #14 39.56   Verifying        : cmake-3.20.2-4.el8.x86_64                             5/90 
12:00:45 #14 39.56   Verifying        : cmake-data-3.20.2-4.el8.noarch                        6/90 
12:00:45 #14 39.56   Verifying        : cmake-filesystem-3.20.2-4.el8.x86_64                  7/90 
12:00:45 #14 39.56   Verifying        : cmake-rpm-macros-3.20.2-4.el8.noarch                  8/90 
12:00:45 #14 39.56   Verifying        : git-2.39.0-1.el8.x86_64                               9/90 
12:00:45 #14 39.56   Verifying        : git-core-2.39.0-1.el8.x86_64                         10/90 
12:00:45 #14 39.56   Verifying        : git-core-doc-2.39.0-1.el8.noarch                     11/90 
12:00:45 #14 39.56   Verifying        : isl-0.16.1-6.el8.x86_64                              12/90 
12:00:45 #14 39.56   Verifying        : libmpc-1.1.0-9.1.el8.x86_64                          13/90 
12:00:45 #14 39.56   Verifying        : libseccomp-devel-2.5.2-1.el8.x86_64                  14/90 
12:00:45 #14 39.56   Verifying        : libtool-2.4.6-25.el8.x86_64                          15/90 
12:00:45 #14 39.56   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.x86_64               16/90 
12:00:45 #14 39.56   Verifying        : libuv-1:1.41.1-1.el8_4.x86_64                        17/90 
12:00:45 #14 39.56   Verifying        : libxkbcommon-0.9.1-1.el8.x86_64                      18/90 
12:00:45 #14 39.56   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    19/90 
12:00:45 #14 39.56   Verifying        : perl-Git-2.39.0-1.el8.noarch                         20/90 
12:00:45 #14 39.56   Verifying        : perl-TermReadKey-2.37-7.el8.x86_64                   21/90 
12:00:45 #14 39.56   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  22/90 
12:00:45 #14 39.56   Verifying        : vim-filesystem-2:8.0.1763-19.el8.4.noarch            23/90 
12:00:45 #14 39.56   Verifying        : xkeyboard-config-2.28-1.el8.noarch                   24/90 
12:00:45 #14 39.56   Verifying        : annobin-10.94-1.el8.x86_64                           25/90 
12:00:45 #14 39.56   Verifying        : checkpolicy-2.9-1.el8.x86_64                         26/90 
12:00:45 #14 39.56   Verifying        : cpp-8.5.0-18.el8.x86_64                              27/90 
12:00:45 #14 39.56   Verifying        : gcc-8.5.0-18.el8.x86_64                              28/90 
12:00:45 #14 39.56   Verifying        : gcc-plugin-annobin-8.5.0-18.el8.x86_64               29/90 
12:00:45 #14 39.56   Verifying        : glibc-devel-2.28-224.el8.x86_64                      30/90 
12:00:45 #14 39.56   Verifying        : glibc-headers-2.28-224.el8.x86_64                    31/90 
12:00:45 #14 39.56   Verifying        : glibc-langpack-en-2.28-224.el8.x86_64                32/90 
12:00:45 #14 39.56   Verifying        : kernel-headers-4.18.0-448.el8.x86_64                 33/90 
12:00:45 #14 39.56   Verifying        : less-530-1.el8.x86_64                                34/90 
12:00:45 #14 39.56   Verifying        : libedit-3.1-23.20170329cvs.el8.x86_64                35/90 
12:00:45 #14 39.56   Verifying        : libgomp-8.5.0-18.el8.x86_64                          36/90 
12:00:45 #14 39.56   Verifying        : libselinux-devel-2.9-8.el8.x86_64                    37/90 
12:00:45 #14 39.56   Verifying        : libselinux-utils-2.9-8.el8.x86_64                    38/90 
12:00:45 #14 39.56   Verifying        : libsepol-devel-2.9-3.el8.x86_64                      39/90 
12:00:45 #14 39.56   Verifying        : libxcrypt-devel-4.1.1-6.el8.x86_64                   40/90 
12:00:45 #14 39.56   Verifying        : m4-1.4.18-7.el8.x86_64                               41/90 
12:00:45 #14 39.56   Verifying        : make-1:4.2.1-11.el8.x86_64                           42/90 
12:00:45 #14 39.56   Verifying        : openssh-8.0p1-17.el8.x86_64                          43/90 
12:00:45 #14 39.56   Verifying        : openssh-clients-8.0p1-17.el8.x86_64                  44/90 
12:00:45 #14 39.56   Verifying        : pcre2-devel-10.32-3.el8.x86_64                       45/90 
12:00:45 #14 39.56   Verifying        : pcre2-utf16-10.32-3.el8.x86_64                       46/90 
12:00:45 #14 39.56   Verifying        : pcre2-utf32-10.32-3.el8.x86_64                       47/90 
12:00:45 #14 39.56   Verifying        : perl-Data-Dumper-2.167-399.el8.x86_64                48/90 
12:00:45 #14 39.56   Verifying        : policycoreutils-2.9-21.1.el8.x86_64                  49/90 
12:00:45 #14 39.56   Verifying        : policycoreutils-devel-2.9-21.1.el8.x86_64            50/90 
12:00:45 #14 39.56   Verifying        : policycoreutils-python-utils-2.9-21.1.el8.noarch     51/90 
12:00:45 #14 39.56   Verifying        : python3-audit-3.0.7-4.el8.x86_64                     52/90 
12:00:45 #14 39.56   Verifying        : python3-libselinux-2.9-8.el8.x86_64                  53/90 
12:00:45 #14 39.56   Verifying        : python3-libsemanage-2.9-9.el8.x86_64                 54/90 
12:00:45 #14 39.56   Verifying        : python3-policycoreutils-2.9-21.1.el8.noarch          55/90 
12:00:45 #14 39.56   Verifying        : python3-setools-4.3.0-3.el8.x86_64                   56/90 
12:00:45 #14 39.56   Verifying        : rpm-plugin-selinux-4.14.3-26.el8.x86_64              57/90 
12:00:45 #14 39.56   Verifying        : selinux-policy-3.14.3-114.el8.noarch                 58/90 
12:00:45 #14 39.56   Verifying        : selinux-policy-devel-3.14.3-114.el8.noarch           59/90 
12:00:45 #14 39.56   Verifying        : selinux-policy-minimum-3.14.3-114.el8.noarch         60/90 
12:00:45 #14 39.56   Verifying        : systemd-devel-239-70.el8.x86_64                      61/90 
12:00:45 #14 39.56   Verifying        : device-mapper-devel-8:1.02.181-9.el8.x86_64          62/90 
12:00:45 #14 39.56   Verifying        : glibc-static-2.28-224.el8.x86_64                     63/90 
12:00:45 #14 39.56   Verifying        : libxcrypt-static-4.1.1-6.el8.x86_64                  64/90 
12:00:45 #14 39.56   Verifying        : device-mapper-8:1.02.181-9.el8.x86_64                65/90 
12:00:45 #14 39.56   Verifying        : device-mapper-8:1.02.181-6.el8.x86_64                66/90 
12:00:45 #14 39.56   Verifying        : device-mapper-libs-8:1.02.181-9.el8.x86_64           67/90 
12:00:45 #14 39.56   Verifying        : device-mapper-libs-8:1.02.181-6.el8.x86_64           68/90 
12:00:45 #14 39.56   Verifying        : glibc-2.28-224.el8.x86_64                            69/90 
12:00:45 #14 39.57   Verifying        : glibc-2.28-211.el8.x86_64                            70/90 
12:00:45 #14 39.57   Verifying        : glibc-common-2.28-224.el8.x86_64                     71/90 
12:00:45 #14 39.57   Verifying        : glibc-common-2.28-211.el8.x86_64                     72/90 
12:00:45 #14 39.57   Verifying        : glibc-gconv-extra-2.28-224.el8.x86_64                73/90 
12:00:45 #14 39.57   Verifying        : glibc-gconv-extra-2.28-211.el8.x86_64                74/90 
12:00:45 #14 39.57   Verifying        : glibc-minimal-langpack-2.28-224.el8.x86_64           75/90 
12:00:45 #14 39.57   Verifying        : glibc-minimal-langpack-2.28-211.el8.x86_64           76/90 
12:00:45 #14 39.57   Verifying        : libarchive-3.3.3-5.el8.x86_64                        77/90 
12:00:45 #14 39.57   Verifying        : libarchive-3.3.3-4.el8.x86_64                        78/90 
12:00:45 #14 39.57   Verifying        : libgcc-8.5.0-18.el8.x86_64                           79/90 
12:00:45 #14 39.57   Verifying        : libgcc-8.5.0-15.el8.x86_64                           80/90 
12:00:45 #14 39.57   Verifying        : libselinux-2.9-8.el8.x86_64                          81/90 
12:00:45 #14 39.57   Verifying        : libselinux-2.9-6.el8.x86_64                          82/90 
12:00:45 #14 39.57   Verifying        : systemd-239-70.el8.x86_64                            83/90 
12:00:45 #14 39.57   Verifying        : systemd-239-67.el8.x86_64                            84/90 
12:00:45 #14 39.57   Verifying        : systemd-libs-239-70.el8.x86_64                       85/90 
12:00:45 #14 39.57   Verifying        : systemd-libs-239-67.el8.x86_64                       86/90 
12:00:45 #14 39.57   Verifying        : systemd-pam-239-70.el8.x86_64                        87/90 
12:00:45 #14 39.57   Verifying        : systemd-pam-239-67.el8.x86_64                        88/90 
12:00:45 #14 39.57   Verifying        : tar-2:1.30-8.el8.x86_64                              89/90 
12:00:45 #13 6.049 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libarchive13 armhf 3.4.0-2ubuntu1.2 [290 kB]
12:00:45 #13 6.065 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjsoncpp1 armhf 1.7.4-3.1ubuntu2 [65.1 kB]
12:00:45 #13 6.068 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librhash0 armhf 1.3.9-1 [125 kB]
12:00:45 #13 6.076 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libuv1 armhf 1.34.2-1ubuntu1.3 [68.7 kB]
12:00:45 #13 6.078 Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cmake armhf 3.16.3-1ubuntu1.20.04.1 [3014 kB]
12:00:45 #10 67.12 Setting up libtypes-serialiser-perl (1.01-1) ...
12:00:45 #10 67.13 Setting up libnsl-dev:armhf (1.3.0-2) ...
12:00:45 #10 67.14 Setting up libhtml-parser-perl:armhf (3.81-1) ...
12:00:45 #10 67.16 Setting up libgit-wrapper-perl (0.048-2) ...
12:00:45 #10 67.18 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:00:45 #10 67.19 Setting up librole-tiny-perl (2.002004-1) ...
12:00:45 #10 67.20 Setting up gnupg (2.2.40-1) ...
12:00:45 #10 67.21 Setting up libc6-dev:armhf (2.36-8) ...
12:00:45 #10 67.23 Setting up libfont-ttf-perl (1.06-2) ...
12:00:45 #10 67.24 Setting up libfile-homedir-perl (1.006-2) ...
12:00:45 #10 67.25 Setting up libalgorithm-diff-xs-perl:armhf (0.04-8+b1) ...
12:00:45 #10 67.26 Setting up pristine-tar (1.50) ...
12:00:45 #10 67.27 Setting up libio-socket-ssl-perl (2.078-1) ...
12:00:45 #10 67.28 Setting up libsub-exporter-perl (0.989-1) ...
12:00:45 #10 67.29 Setting up libpython3-stdlib:armhf (3.11.1-3) ...
12:00:45 #10 67.30 Setting up libalgorithm-merge-perl (0.08-5) ...
12:00:45 #10 67.31 Setting up libhttp-message-perl (6.44-1) ...
12:00:45 #10 67.32 Setting up libdata-validate-ip-perl (0.31-1) ...
12:00:45 #12 13.91 Preparing to unpack .../25-libseccomp-dev_2.5.1-1+rpi1+deb11u1_armhf.deb ...
12:00:45 #12 13.92 Unpacking libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ...
12:00:45 #12 13.96 Selecting previously unselected package libsystemd-dev:armhf.
12:00:45 #12 13.96 Preparing to unpack .../26-libsystemd-dev_247.3-7+rpi1+deb11u1_armhf.deb ...
12:00:45 #12 13.96 Unpacking libsystemd-dev:armhf (247.3-7+rpi1+deb11u1) ...
12:00:45 #12 14.05 Selecting previously unselected package libglib2.0-0:armhf.
12:00:45 #11 67.94 Setting up equivs (2.3.1) ...
12:00:45 #11 67.95 Setting up g++ (4:12.2.0-1ubuntu1) ...
12:00:45 #11 67.97 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:45 #11 67.97 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
12:00:45 #11 67.97 Setting up build-essential (12.9ubuntu3) ...
12:00:45 #11 67.98 Setting up libmoox-aliases-perl (0.001006-2) ...
12:00:45 #11 68.00 Setting up libb-hooks-endofscope-perl (0.26-1) ...
12:00:45 #11 68.01 Setting up python3-nacl (1.5.0-2) ...
12:00:45 #14 DONE 3.4s
12:00:45 
12:00:45 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:00:45 #15 DONE 0.0s
12:00:45 
12:00:45 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:00:45 #16 DONE 0.0s
12:00:45 
12:00:45 #17 exporting to image
12:00:45 #17 exporting layers
12:00:45 -- Performing Test HAS_BUILTIN_FORTIFY
12:00:45 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:00:45 -- Configuring done
12:00:45 -- Generating done
12:00:45 -- Build files have been written to: /go/tini
12:00:45 + make tini-static
12:00:45 #10 74.61 Setting up libio-stringy-perl (2.111-3) ...
12:00:45 #10 74.62 Setting up liblist-moreutils-perl (0.416-1+b4) ...
12:00:45 #10 74.64 Setting up libhtml-tagset-perl (3.20-3) ...
12:00:45 #10 74.65 Setting up liblog-any-perl (1.707-1) ...
12:00:45 #10 74.66 Setting up libauthen-sasl-perl (2.1600-1) ...
12:00:45 #10 74.67 Setting up libpod-constants-perl (0.19-1) ...
12:00:45 #10 74.68 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
12:00:45 #10 74.69 Setting up libconvert-binhex-perl (1.125-1) ...
12:00:45 #10 74.71 Setting up libfuture-perl (0.39-1) ...
12:00:45 #10 74.72 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:00:45 #10 74.73 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
12:00:45 #10 74.74 Setting up libtry-tiny-perl (0.30-1) ...
12:00:45 #10 74.76 Setting up libtype-tiny-perl (1.004004-1) ...
12:00:45 #10 74.77 Setting up libtest-fatal-perl (0.014-1) ...
12:00:45 #10 74.78 Setting up libcommon-sense-perl (3.74-2+b7) ...
12:00:45 #10 74.79 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:00:45 #12 4.883 The following NEW packages will be installed:
12:00:45 #12 4.884   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:00:45 #12 4.884   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
12:00:45 #12 4.884   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
12:00:45 #12 4.884   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:00:45 #12 4.884   libudev-dev libuv1 pkg-config procps
12:00:45 #12 3.697    dh_compress
12:00:45 #12 3.742    dh_fixperms
12:00:45 #12 3.790    dh_missing
12:00:45 #12 3.821    dh_installdeb
12:00:45 #12 3.861    dh_gencontrol
12:00:45 #13 8.461 Selecting previously unselected package libarchive13:armhf.
12:00:45 #13 8.464 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_armhf.deb ...
12:00:45 #13 8.473 Unpacking libarchive13:armhf (3.6.0-1ubuntu1) ...
12:00:45 #13 8.504 Selecting previously unselected package libjsoncpp25:armhf.
12:00:45 #13 8.507 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_armhf.deb ...
12:00:45 #13 8.510 Unpacking libjsoncpp25:armhf (1.9.5-3) ...
12:00:45 #13 8.542 Selecting previously unselected package librhash0:armhf.
12:00:45 #13 8.545 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_armhf.deb ...
12:00:45 #13 8.548 Unpacking librhash0:armhf (1.4.2-1ubuntu1) ...
12:00:45 #13 8.582 Selecting previously unselected package libuv1:armhf.
12:00:45 #13 8.585 Preparing to unpack .../04-libuv1_1.43.0-1_armhf.deb ...
12:00:45 #13 8.588 Unpacking libuv1:armhf (1.43.0-1) ...
12:00:45 #13 8.615 Selecting previously unselected package dh-elpa-helper.
12:00:45 #13 8.617 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
12:00:45 #13 8.620 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
12:00:45 #13 8.652 Selecting previously unselected package emacsen-common.
12:00:45 #14 39.57   Verifying        : tar-2:1.30-6.el8.x86_64                              90/90 
12:00:45 #14 39.90 
12:00:45 #14 39.90 Upgraded:
12:00:45 #14 39.90   device-mapper-8:1.02.181-9.el8.x86_64                                         
12:00:45 #14 39.90   device-mapper-libs-8:1.02.181-9.el8.x86_64                                    
12:00:45 #14 39.90   glibc-2.28-224.el8.x86_64                                                     
12:00:45 #14 39.90   glibc-common-2.28-224.el8.x86_64                                              
12:00:45 #14 39.90   glibc-gconv-extra-2.28-224.el8.x86_64                                         
12:00:45 #14 39.90   glibc-minimal-langpack-2.28-224.el8.x86_64                                    
12:00:45 #14 39.90   libarchive-3.3.3-5.el8.x86_64                                                 
12:00:45 #14 39.90   libgcc-8.5.0-18.el8.x86_64                                                    
12:00:45 #14 39.90   libselinux-2.9-8.el8.x86_64                                                   
12:00:45 #14 39.90   systemd-239-70.el8.x86_64                                                     
12:00:45 #14 39.90   systemd-libs-239-70.el8.x86_64                                                
12:00:45 #14 39.90   systemd-pam-239-70.el8.x86_64                                                 
12:00:45 #14 39.90   tar-2:1.30-8.el8.x86_64                                                       
12:00:45 #14 39.90 Downgraded:
12:00:45 #14 39.90   pcre2-10.32-3.el8.x86_64                                                      
12:00:45 #14 39.90 Installed:
12:00:45 #14 39.90   annobin-10.94-1.el8.x86_64                                                    
12:00:45 #14 39.90   autoconf-2.69-29.el8.noarch                                                   
12:00:45 #14 39.90   automake-1.16.1-7.el8.noarch                                                  
12:00:45 #14 39.90   checkpolicy-2.9-1.el8.x86_64                                                  
12:00:45 #14 39.90   cmake-3.20.2-4.el8.x86_64                                                     
12:00:45 #14 39.90   cmake-data-3.20.2-4.el8.noarch                                                
12:00:45 #14 39.90   cmake-filesystem-3.20.2-4.el8.x86_64                                          
12:00:45 #14 39.90   cmake-rpm-macros-3.20.2-4.el8.noarch                                          
12:00:45 #14 39.90   cpp-8.5.0-18.el8.x86_64                                                       
12:00:45 #14 39.90   device-mapper-devel-8:1.02.181-9.el8.x86_64                                   
12:00:45 #14 39.90   gcc-8.5.0-18.el8.x86_64                                                       
12:00:45 #14 39.90   gcc-plugin-annobin-8.5.0-18.el8.x86_64                                        
12:00:45 #14 39.90   git-2.39.0-1.el8.x86_64                                                       
12:00:45 #14 39.90   git-core-2.39.0-1.el8.x86_64                                                  
12:00:45 #14 39.90   git-core-doc-2.39.0-1.el8.noarch                                              
12:00:45 #14 39.90   glibc-devel-2.28-224.el8.x86_64                                               
12:00:45 #14 39.90   glibc-headers-2.28-224.el8.x86_64                                             
12:00:45 #14 39.90   glibc-langpack-en-2.28-224.el8.x86_64                                         
12:00:45 #14 39.90   glibc-static-2.28-224.el8.x86_64                                              
12:00:45 #14 39.90   isl-0.16.1-6.el8.x86_64                                                       
12:00:45 #14 39.90   kernel-headers-4.18.0-448.el8.x86_64                                          
12:00:45 #14 39.90   less-530-1.el8.x86_64                                                         
12:00:45 #14 39.90   libedit-3.1-23.20170329cvs.el8.x86_64                                         
12:00:45 #14 39.90   libgomp-8.5.0-18.el8.x86_64                                                   
12:00:45 #14 39.90   libmpc-1.1.0-9.1.el8.x86_64                                                   
12:00:45 #14 39.90   libseccomp-devel-2.5.2-1.el8.x86_64                                           
12:00:45 #14 39.90   libselinux-devel-2.9-8.el8.x86_64                                             
12:00:45 #14 39.90   libselinux-utils-2.9-8.el8.x86_64                                             
12:00:45 #14 39.90   libsepol-devel-2.9-3.el8.x86_64                                               
12:00:45 #14 39.90   libtool-2.4.6-25.el8.x86_64                                                   
12:00:45 #14 39.90   libtool-ltdl-devel-2.4.6-25.el8.x86_64                                        
12:00:45 #14 39.90   libuv-1:1.41.1-1.el8_4.x86_64                                                 
12:00:45 #14 39.90   libxcrypt-devel-4.1.1-6.el8.x86_64                                            
12:00:45 #14 39.90   libxcrypt-static-4.1.1-6.el8.x86_64                                           
12:00:45 #14 39.90   libxkbcommon-0.9.1-1.el8.x86_64                                               
12:00:45 #14 39.90   m4-1.4.18-7.el8.x86_64                                                        
12:00:45 #14 39.90   make-1:4.2.1-11.el8.x86_64                                                    
12:00:45 #14 39.90   openssh-8.0p1-17.el8.x86_64                                                   
12:00:45 #14 39.90   openssh-clients-8.0p1-17.el8.x86_64                                           
12:00:45 #14 39.90   pcre2-devel-10.32-3.el8.x86_64                                                
12:00:45 #14 39.90   pcre2-utf16-10.32-3.el8.x86_64                                                
12:00:45 #14 39.90   pcre2-utf32-10.32-3.el8.x86_64                                                
12:00:45 #14 39.90   perl-Data-Dumper-2.167-399.el8.x86_64                                         
12:00:45 #14 39.90   perl-Error-1:0.17025-2.el8.noarch                                             
12:00:45 #14 39.90   perl-Git-2.39.0-1.el8.noarch                                                  
12:00:45 #14 39.90   perl-TermReadKey-2.37-7.el8.x86_64                                            
12:00:45 #14 39.90   perl-Thread-Queue-3.13-1.el8.noarch                                           
12:00:45 #14 39.90   policycoreutils-2.9-21.1.el8.x86_64                                           
12:00:45 #14 39.90   policycoreutils-devel-2.9-21.1.el8.x86_64                                     
12:00:45 #14 39.90   policycoreutils-python-utils-2.9-21.1.el8.noarch                              
12:00:45 #14 39.90   python3-audit-3.0.7-4.el8.x86_64                                              
12:00:45 #14 39.90   python3-libselinux-2.9-8.el8.x86_64                                           
12:00:45 #14 39.90   python3-libsemanage-2.9-9.el8.x86_64                                          
12:00:45 #14 39.90   python3-policycoreutils-2.9-21.1.el8.noarch                                   
12:00:45 #14 39.90   python3-setools-4.3.0-3.el8.x86_64                                            
12:00:45 #14 39.90   rpm-plugin-selinux-4.14.3-26.el8.x86_64                                       
12:00:45 #14 39.90   selinux-policy-3.14.3-114.el8.noarch                                          
12:00:45 #14 39.90   selinux-policy-devel-3.14.3-114.el8.noarch                                    
12:00:45 #14 39.90   selinux-policy-minimum-3.14.3-114.el8.noarch                                  
12:00:45 #14 39.90   systemd-devel-239-70.el8.x86_64                                               
12:00:45 #14 39.90   vim-filesystem-2:8.0.1763-19.el8.4.noarch                                     
12:00:45 #14 39.90   xkeyboard-config-2.28-1.el8.noarch                                            
12:00:45 #14 39.90 
12:00:45 #14 39.90 Complete!
12:00:45 #13 6.218 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
12:00:45 #13 6.242 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper1.02.1 armhf 2:1.02.167-1ubuntu1 [118 kB]
12:00:45 #13 6.243 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-event1.02.1 armhf 2:1.02.167-1ubuntu1 [10.6 kB]
12:00:45 #13 6.244 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libudev-dev armhf 245.4-4ubuntu3.19 [19.7 kB]
12:00:45 #13 6.245 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsepol1-dev armhf 3.0-1ubuntu0.1 [301 kB]
12:00:45 #13 6.248 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-16-0 armhf 10.34-7ubuntu0.1 [156 kB]
12:00:45 #13 6.250 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-32-0 armhf 10.34-7ubuntu0.1 [147 kB]
12:00:45 #13 6.253 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-posix2 armhf 10.34-7ubuntu0.1 [5356 B]
12:00:45 #13 6.253 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-dev armhf 10.34-7ubuntu0.1 [599 kB]
12:00:45 #13 6.316 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libselinux1-dev armhf 3.0-1build2 [144 kB]
12:00:45 #10 67.33 Setting up libhtml-form-perl (6.10-1) ...
12:00:45 #10 67.34 Setting up libiterator-perl (0.03+ds1-2) ...
12:00:45 #10 67.36 Setting up libfile-stripnondeterminism-perl (1.13.1-1) ...
12:00:45 #10 67.47 Setting up libjson-xs-perl (4.030-2+b1) ...
12:00:45 #10 67.48 Setting up python3.11 (3.11.1-2) ...
12:00:45 #12 14.05 Preparing to unpack .../27-libglib2.0-0_2.66.8-1_armhf.deb ...
12:00:45 #12 14.05 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
12:00:45 #12 14.19 Selecting previously unselected package pkg-config.
12:00:45 #12 14.19 Preparing to unpack .../28-pkg-config_0.29.2-1_armhf.deb ...
12:00:45 #12 14.20 Unpacking pkg-config (0.29.2-1) ...
12:00:45 #12 14.24 Setting up libseccomp-dev:armhf (2.5.1-1+rpi1+deb11u1) ...
12:00:45 #12 14.26 Setting up libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
12:00:45 #12 14.27 Setting up g++-10 (10.2.1-6+rpi1) ...
12:00:45 #12 14.29 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ...
12:00:45 #12 14.31 Setting up libglib2.0-0:armhf (2.66.8-1) ...
12:00:45 #11 68.16 Setting up networkd-dispatcher (2.1-2ubuntu1) ...
12:00:45 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:00:45 #10 74.80 Setting up libnet-http-perl (6.18-1) ...
12:00:45 #10 74.82 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:00:45 #10 74.83 Setting up libencode-locale-perl (1.05-1) ...
12:00:45 #10 74.84 Setting up libtext-levenshtein-perl (0.13-1) ...
12:00:45 #10 74.85 Setting up libnet-dns-perl (1.19-1) ...
12:00:45 #10 74.87 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
12:00:45 #10 74.88 Setting up libdevel-callchecker-perl (0.008-1) ...
12:00:45 #10 74.89 Setting up libstring-shellquote-perl (1.04-1) ...
12:00:45 #10 74.90 Setting up libsub-install-perl (0.928-1) ...
12:00:45 #10 74.92 Setting up dpkg-dev (1.19.8) ...
12:00:45 #10 74.94 Setting up libnumber-compare-perl (0.03-1) ...
12:00:45 #10 74.95 Setting up intltool-debian (0.35.0+20060710.5) ...
12:00:45 #10 74.96 Setting up libio-async-perl (0.72-1) ...
12:00:45 #10 74.97 Setting up liberror-perl (0.17027-2) ...
12:00:45 #10 74.98 Setting up patchutils (0.3.4-2) ...
12:00:45 #10 74.99 Setting up libmail-sendmail-perl (0.80-1) ...
12:00:45 #10 60.72 Updating certificates in /etc/ssl/certs...
12:00:45 #12 5.154 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
12:00:45 #12 5.154 1 not fully installed or removed.
12:00:45 #12 5.154 Need to get 11.4 MB of archives.
12:00:45 #12 5.154 After this operation, 46.6 MB of additional disk space will be used.
12:00:45 #12 5.154 Get:1 http://deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
12:00:45 #12 5.159 Get:2 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
12:00:45 #12 5.172 Get:3 http://deb.debian.org/debian bullseye/main amd64 libncurses6 amd64 6.2+20201114-2 [102 kB]
12:00:45 #12 5.174 Get:4 http://deb.debian.org/debian bullseye/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
12:00:45 #12 5.175 Get:5 http://deb.debian.org/debian bullseye/main amd64 procps amd64 2:3.3.17-5 [502 kB]
12:00:45 #12 5.179 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
12:00:45 #12 5.180 Get:7 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
12:00:45 #12 5.182 Get:8 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
12:00:45 #12 5.184 Get:9 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
12:00:45 #12 5.225 Get:10 http://deb.debian.org/debian bullseye/main amd64 dh-apparmor all 2.13.6-10 [75.2 kB]
12:00:45 #12 5.227 Get:11 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
12:00:45 #12 5.227 Get:12 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
12:00:45 #12 5.230 Get:13 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
12:00:45 #12 5.230 Get:14 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB]
12:00:45 #12 5.231 Get:15 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
12:00:45 #12 5.234 Get:16 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
12:00:45 #12 5.236 Get:17 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
12:00:45 #12 5.238 Get:18 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
12:00:45 #12 5.239 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
12:00:45 #12 5.244 Get:20 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
12:00:45 #12 5.245 Get:21 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
12:00:45 #12 5.246 Get:22 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
12:00:45 #12 5.247 Get:23 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB]
12:00:45 #12 5.250 Get:24 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
12:00:45 #12 4.000    dh_md5sums
12:00:45 #12 4.046    dh_builddeb
12:00:45 #12 4.077 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:45 #12 4.097  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
12:00:45 + mkdir -p /root/build-deb/cli
12:00:45 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:45 #13 6.388 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-dev armhf 2:1.02.167-1ubuntu1 [35.8 kB]
12:00:45 #13 6.388 Get:19 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1~20.04.2 [79.3 kB]
12:00:45 #13 6.389 Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd-dev armhf 245.4-4ubuntu3.19 [246 kB]
12:00:45 #13 6.393 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pkg-config armhf 0.29.1-0ubuntu4 [42.6 kB]
12:00:45 #13 8.654 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
12:00:45 #13 8.663 Unpacking emacsen-common (3.0.4) ...
12:00:45 #13 8.697 Selecting previously unselected package cmake-data.
12:00:45 #13 8.700 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ...
12:00:45 #13 8.723 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ...
12:00:45 #12 14.32 No schema files found: doing nothing.
12:00:45 #12 14.33 Setting up libsepol1-dev:armhf (3.1-1) ...
12:00:45 #12 14.35 Setting up libpcre2-16-0:armhf (10.36-2+deb11u1) ...
12:00:45 #12 14.36 Setting up libpcre2-32-0:armhf (10.36-2+deb11u1) ...
12:00:45 #12 14.37 Setting up libuv1:armhf (1.40.0-2) ...
12:00:45 #12 14.38 Setting up bash-completion (1:2.11-2) ...
12:00:45 #11 68.30 Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
12:00:45 #11 68.30 Setting up dput (1.1.2ubuntu2) ...
12:00:45 #11 68.46 Setting up libnamespace-clean-perl (0.27-2) ...
12:00:45 #11 68.48 Setting up python3-paramiko (2.10.4-1ubuntu1) ...
12:00:45 [100%] Linking C executable tini-static
12:00:45 #10 75.01 Setting up libltdl-dev:armhf (2.4.6-9) ...
12:00:45 #10 75.02 Setting up libxml-sax-base-perl (1.09-1) ...
12:00:45 #10 75.03 Setting up libio-string-perl (1.08-3) ...
12:00:45 #10 75.04 Setting up libreadonly-perl (2.050-1) ...
12:00:45 #10 75.05 Setting up python3-chardet (3.0.4-3) ...
12:00:45 #10 75.27 Setting up libstring-copyright-perl (0.003006-1) ...
12:00:45 #10 61.09 129 added, 0 removed; done.
12:00:45 #12 5.411 debconf: delaying package configuration, since apt-utils is not installed
12:00:45 #12 5.450 Fetched 11.4 MB in 0s (31.5 MB/s)
12:00:45 #12 5.478 Selecting previously unselected package bash-completion.
12:00:45 #12 5.478 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28670 files and directories currently installed.)
12:00:45 #12 5.494 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
12:00:45 #12 4.259  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
12:00:45 #12 4.351 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:45 #12 4.354  dpkg-source --after-build .
12:00:45 + mkdir -p /root/build-deb/buildx
12:00:45 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:45 #13 6.625 debconf: delaying package configuration, since apt-utils is not installed
12:00:45 #13 6.667 Fetched 7270 kB in 1s (5295 kB/s)
12:00:45 #13 6.694 Selecting previously unselected package bash-completion.
12:00:45 #13 6.694 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 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.)
12:00:45 #13 6.709 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
12:00:45 #11 68.69 Setting up licensecheck (3.3.0-1) ...
12:00:45 #11 68.70 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:00:45 #11 68.72 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:45 #11 68.73 Setting up libwww-perl (6.67-1) ...
12:00:45 #11 68.74 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
12:00:45 #11 68.75 Setting up libwww-mechanize-perl (2.14-2) ...
12:00:45 #11 68.77 Setting up devscripts (2.22.2ubuntu3) ...
12:00:45 #13 9.040 Selecting previously unselected package cmake.
12:00:45 #13 9.043 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_armhf.deb ...
12:00:45 #13 9.047 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ...
12:00:45 #13 9.158 Selecting previously unselected package dh-apparmor.
12:00:45 #13 9.161 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.1_all.deb ...
12:00:45 #13 9.165 Unpacking dh-apparmor (3.0.4-2ubuntu2.1) ...
12:00:45 #13 9.193 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:00:45 #13 9.196 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
12:00:45 #13 9.199 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
12:00:45 #13 9.229 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:00:45 #14 DONE 40.4s
12:00:45 
12:00:45 #15 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
12:00:46 [100%] Built target tini-static
12:00:46 + mkdir -p /usr/local/bin
12:00:46 + cp tini-static /usr/local/bin/docker-init
12:00:46 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:46 + PRODUCT=docker
12:00:46 + hack/make.sh dynbinary
12:00:46 
12:00:46 #17 exporting layers 5.6s done
12:00:46 #17 writing image sha256:c0da1113bd16c41dd394f500b76c06618469429f77b91abfadbc7b720657137b done
12:00:46 #17 naming to docker.io/debbuild-ubuntu-bionic/aarch64 0.0s done
12:00:46 #17 DONE 5.6s
12:00:46 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:46 + set -e
12:00:46 + mkdir -p /root/build-deb/engine
12:00:46 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:46 + mkdir -p /root/build-deb/cli
12:00:46 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:46 #10 75.29 Setting up python3-debian (0.1.35) ...
12:00:46 #10 75.43 Setting up python3-requests (2.21.0-1) ...
12:00:46 #10 61.25 Setting up libfreetype6:armhf (2.10.4+dfsg-1+deb11u1) ...
12:00:46 #10 61.27 Setting up shared-mime-info (2.0-1) ...
12:00:46 #12 DONE 15.3s
12:00:46 
12:00:46 #13 [stage-1 5/8] COPY sources/ /sources
12:00:46 #12 4.473 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:46 #12 4.478 
12:00:46 #12 4.478 The package has been created.
12:00:46 #12 4.478 Attention, the package has been created in the current directory,
12:00:46 #12 4.478 not in ".." as indicated by the message above!
12:00:46 #12 4.502 Selecting previously unselected package docker-ce-build-deps.
12:00:46 #12 4.514 (Reading database ... 18405 files and directories currently installed.)
12:00:46 #12 4.515 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:46 #12 4.520 Unpacking docker-ce-build-deps (1.0) ...
12:00:46 + mkdir -p /root/build-deb/compose
12:00:46 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:46 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:46 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:46 + mkdir -p /go/src/github.com/docker
12:00:46 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:46 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:46 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:46 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:46 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:46 + EPOCH=5
12:00:46 + EPOCH_SEP=
12:00:46 + [[ ! -z 5 ]]
12:00:46 + EPOCH_SEP=:
12:00:46 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:46 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:46 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:46 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:46 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:46 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:46 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:46 + debSource=docker-ce
12:00:46 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:46 + debMaintainer='Docker <support@docker.com>'
12:00:46 ++ date --rfc-2822
12:00:46 + debDate='Tue, 07 Feb 2023 12:00:46 +0000'
12:00:46 + pkgRevision=1
12:00:46 + cat
12:00:46 + export CLI_GITCOMMIT=ab4ef4a
12:00:46 + CLI_GITCOMMIT=ab4ef4a
12:00:46 + export ENGINE_GITCOMMIT=a25ab92
12:00:46 + ENGINE_GITCOMMIT=a25ab92
12:00:46 + export SCAN_GITCOMMIT=6c852fa
12:00:46 + SCAN_GITCOMMIT=6c852fa
12:00:46 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:46 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:46 + dpkg-buildpackage -uc -us -I.git
12:00:46 #11 68.92 Setting up libxml-parser-perl:armhf (2.46-3build1) ...
12:00:46 #11 68.93 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:46 #11 68.97 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:46 #11 69.02 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:46 #13 9.232 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
12:00:46 #13 9.235 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
12:00:46 #13 9.261 Selecting previously unselected package libudev-dev:armhf.
12:00:46 #13 9.265 Preparing to unpack .../12-libudev-dev_249.11-0ubuntu3.6_armhf.deb ...
12:00:46 #13 9.269 Unpacking libudev-dev:armhf (249.11-0ubuntu3.6) ...
12:00:46 #13 9.298 Selecting previously unselected package libsepol-dev:armhf.
12:00:46 #13 9.300 Preparing to unpack .../13-libsepol-dev_3.3-1build1_armhf.deb ...
12:00:46 #13 9.304 Unpacking libsepol-dev:armhf (3.3-1build1) ...
12:00:46 #13 9.342 Selecting previously unselected package libpcre2-16-0:armhf.
12:00:46 #13 9.345 Preparing to unpack .../14-libpcre2-16-0_10.39-3ubuntu0.1_armhf.deb ...
12:00:46 #13 9.348 Unpacking libpcre2-16-0:armhf (10.39-3ubuntu0.1) ...
12:00:46 #13 9.380 Selecting previously unselected package libpcre2-32-0:armhf.
12:00:46 #13 9.382 Preparing to unpack .../15-libpcre2-32-0_10.39-3ubuntu0.1_armhf.deb ...
12:00:46 #13 9.387 Unpacking libpcre2-32-0:armhf (10.39-3ubuntu0.1) ...
12:00:46 #13 9.418 Selecting previously unselected package libpcre2-posix3:armhf.
12:00:46 #13 9.420 Preparing to unpack .../16-libpcre2-posix3_10.39-3ubuntu0.1_armhf.deb ...
12:00:46 #13 9.424 Unpacking libpcre2-posix3:armhf (10.39-3ubuntu0.1) ...
12:00:46 #13 9.456 Selecting previously unselected package libpcre2-dev:armhf.
12:00:46 #12 15.01 Setting up pkg-config (0.29.2-1) ...
12:00:46 #12 15.07 Setting up libudev-dev:armhf (247.3-7+rpi1+deb11u1) ...
12:00:46 #12 15.08 Setting up libpcre2-posix2:armhf (10.36-2+deb11u1) ...
12:00:46 #12 15.10 Setting up libltdl7:armhf (2.4.6-15) ...
12:00:46 #12 15.11 Setting up libjsoncpp24:armhf (1.9.4-4) ...
12:00:46 #12 15.13 Setting up g++ (4:10.2.1-1+rpi1) ...
12:00:46 #12 15.16 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:46 #12 15.17 Setting up librhash0:armhf (1.4.1-2) ...
12:00:46 #12 15.18 Setting up build-essential (12.9) ...
12:00:46 #12 15.19 Setting up cmake-data (3.18.4-2+rpt1+rpi1+deb11u1) ...
12:00:46 #12 15.22 Setting up dh-apparmor (2.13.6-10) ...
12:00:46 #12 15.23 Setting up libsystemd-dev:armhf (247.3-7+rpi1+deb11u1) ...
12:00:46 Removing bundles/
12:00:46 
12:00:46 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:46 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:00:46 + mkdir -p /root/build-deb/buildx
12:00:46 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:46 #10 75.58 Setting up libdata-optlist-perl (0.110-1) ...
12:00:46 #10 75.59 Setting up libipc-run-perl (20180523.0-1) ...
12:00:46 #10 75.61 Setting up git (1:2.20.1-2+deb10u7) ...
12:00:46 #10 75.64 Setting up libcontextual-return-perl (0.004014-2) ...
12:00:46 #10 75.66 Setting up libwww-robotrules-perl (6.02-1) ...
12:00:46 #10 75.67 Setting up libtypes-serialiser-perl (1.0-1) ...
12:00:46 #10 75.68 Setting up g++ (4:8.3.0-1) ...
12:00:46 #10 75.70 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:46 #10 75.71 Setting up libhtml-parser-perl (3.72-3+b3) ...
12:00:46 #10 75.73 Setting up libgit-wrapper-perl (0.048-1) ...
12:00:46 #10 75.75 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:00:46 #10 75.76 Setting up librole-tiny-perl (2.000006-1) ...
12:00:46 #10 75.77 Setting up gnupg (2.2.12-1+deb10u2) ...
12:00:46 #10 75.78 Setting up build-essential (12.6) ...
12:00:46 #12 5.955 Unpacking bash-completion (1:2.11-2) ...
12:00:46 #12 6.097 Selecting previously unselected package cmake-data.
12:00:46 #12 6.100 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
12:00:46 #12 6.107 Unpacking cmake-data (3.18.4-2+deb11u1) ...
12:00:46 #10 68.30 Setting up libhttp-negotiate-perl (6.01-2) ...
12:00:46 #10 68.31 Setting up libio-prompter-perl (0.004015-2) ...
12:00:46 #10 68.32 Setting up libiterator-util-perl (0.02+ds1-2) ...
12:00:46 #10 68.34 Setting up libstdc++-12-dev:armhf (12.2.0-14) ...
12:00:46 #10 68.35 Setting up libhttp-cookies-perl (6.10-1) ...
12:00:46 #10 68.36 Setting up libtool (2.4.7-5) ...
12:00:46 #10 68.37 Setting up po-debconf (1.0.21+nmu1) ...
12:00:46 #10 68.38 Setting up libhtml-tree-perl (5.07-3) ...
12:00:46 #10 68.40 Setting up libparams-classify-perl:armhf (0.015-2+b1) ...
12:00:46 #10 68.41 Setting up libcgi-pm-perl (4.55-1) ...
12:00:46 #10 68.42 Setting up python3 (3.11.1-3) ...
12:00:46 #13 DONE 0.2s
12:00:46 
12:00:46 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:46 dpkg-buildpackage: info: source package docker-ce
12:00:46 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye
12:00:46 dpkg-buildpackage: info: source distribution bullseye
12:00:46 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:46 dpkg-buildpackage: info: host architecture arm64
12:00:46  dpkg-source -I.git --before-build .
12:00:46 #11 69.15 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:46 #11 69.17 Processing triggers for sgml-base (1.30) ...
12:00:46 #11 69.20 Setting up libfontconfig1:armhf (2.13.1-4.4ubuntu1) ...
12:00:46 #11 69.21 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:00:46 #11 69.24 Setting up lintian (2.115.3ubuntu2.1) ...
12:00:46 #11 69.25 Setting up libgd3:armhf (2.3.3-6) ...
12:00:46 #11 69.27 Setting up libc-devtools (2.36-0ubuntu4) ...
12:00:46 #11 69.28 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
12:00:46 #11 69.29 Updating certificates in /etc/ssl/certs...
12:00:46 #13 9.459 Preparing to unpack .../17-libpcre2-dev_10.39-3ubuntu0.1_armhf.deb ...
12:00:46 #13 9.463 Unpacking libpcre2-dev:armhf (10.39-3ubuntu0.1) ...
12:00:46 #13 9.500 Selecting previously unselected package libselinux1-dev:armhf.
12:00:46 #13 9.503 Preparing to unpack .../18-libselinux1-dev_3.3-1build2_armhf.deb ...
12:00:46 #13 9.506 Unpacking libselinux1-dev:armhf (3.3-1build2) ...
12:00:46 #13 9.551 Selecting previously unselected package libdevmapper-dev:armhf.
12:00:46 #13 9.551 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
12:00:46 #13 9.555 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu4) ...
12:00:46 #13 9.579 Selecting previously unselected package libseccomp-dev:armhf.
12:00:46 #13 9.582 Preparing to unpack .../20-libseccomp-dev_2.5.3-2ubuntu2_armhf.deb ...
12:00:46 #13 9.585 Unpacking libseccomp-dev:armhf (2.5.3-2ubuntu2) ...
12:00:46 #13 9.621 Selecting previously unselected package libsystemd-dev:armhf.
12:00:46 #13 9.624 Preparing to unpack .../21-libsystemd-dev_249.11-0ubuntu3.6_armhf.deb ...
12:00:46 #13 9.627 Unpacking libsystemd-dev:armhf (249.11-0ubuntu3.6) ...
12:00:46 #13 9.682 Selecting previously unselected package libglib2.0-0:armhf.
12:00:46 #13 9.685 Preparing to unpack .../22-libglib2.0-0_2.72.4-0ubuntu1_armhf.deb ...
12:00:46 #13 9.688 Unpacking libglib2.0-0:armhf (2.72.4-0ubuntu1) ...
12:00:46 #13 9.742 Selecting previously unselected package pkg-config.
12:00:46 #13 9.744 Preparing to unpack .../23-pkg-config_0.29.2-1ubuntu3_armhf.deb ...
12:00:46 #13 9.754 Unpacking pkg-config (0.29.2-1ubuntu3) ...
12:00:46 #13 9.792 Setting up libseccomp-dev:armhf (2.5.3-2ubuntu2) ...
12:00:46 #12 15.25 Setting up libpcre2-dev:armhf (10.36-2+deb11u1) ...
12:00:46 #12 15.26 Setting up libselinux1-dev:armhf (3.1-3) ...
12:00:46 #12 15.28 Setting up libltdl-dev:armhf (2.4.6-15) ...
12:00:46 #12 15.29 Setting up cmake (3.18.4-2+rpt1+rpi1+deb11u1) ...
12:00:46 #12 15.31 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
12:00:46 #12 15.33 Setting up dmsetup (2:1.02.175-2.1) ...
12:00:46 #12 15.34 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
12:00:46 #12 15.35 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
12:00:46 #12 15.36 Setting up docker-ce-build-deps (1.0) ...
12:00:46 #12 15.37 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
12:00:46 #12 15.40 Processing triggers for man-db (2.9.4-2) ...
12:00:46 #13 7.251 Unpacking bash-completion (1:2.10-1ubuntu1) ...
12:00:46 #13 7.394 Selecting previously unselected package cmake-data.
12:00:46 #13 7.397 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ...
12:00:46 #13 7.402 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ...
12:00:46 #10 75.80 Setting up libfile-homedir-perl (1.004-1) ...
12:00:46 #10 75.81 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:00:46 #10 75.82 Setting up libio-socket-ssl-perl (2.060-3) ...
12:00:46 #10 75.85 Setting up libsub-exporter-perl (0.987-1) ...
12:00:46 #10 75.86 Setting up libalgorithm-merge-perl (0.08-3) ...
12:00:46 #10 75.87 Setting up libhttp-message-perl (6.18-1) ...
12:00:46 #10 75.89 Setting up libhtml-form-perl (6.03-1) ...
12:00:46 #10 75.90 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
12:00:46 #10 75.91 Setting up libjson-xs-perl (3.040-1+b1) ...
12:00:46 #10 75.93 Setting up libhttp-negotiate-perl (6.01-1) ...
12:00:46 #10 75.94 Setting up libio-prompter-perl (0.004015-1) ...
12:00:46 #10 75.95 Setting up libhttp-cookies-perl (6.04-1) ...
12:00:46 #10 75.97 Setting up po-debconf (1.0.21) ...
12:00:46 #10 75.98 Setting up libhtml-tree-perl (5.07-2) ...
12:00:46 #10 75.99 Setting up libparams-classify-perl (0.015-1+b1) ...
12:00:46 #10 76.01 Setting up libcgi-pm-perl (4.40-1) ...
12:00:46 #12 6.512 Selecting previously unselected package libncurses6:amd64.
12:00:46 #10 68.70 Setting up libhtml-format-perl (2.16-2) ...
12:00:46 #10 68.71 Setting up python3-xdg (0.28-2) ...
12:00:46  debian/rules clean
12:00:46 dh clean --with=bash-completion
12:00:46    dh_clean
12:00:46 #11 69.59 0 added, 0 removed; done.
12:00:46 #11 69.59 Running hooks in /etc/ca-certificates/update.d...
12:00:46 #11 69.59 done.
12:00:46 #11 69.60 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:00:46 #13 7.739 Selecting previously unselected package libarchive13:armhf.
12:00:46 #13 7.742 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_armhf.deb ...
12:00:46 #13 7.749 Unpacking libarchive13:armhf (3.4.0-2ubuntu1.2) ...
12:00:46 #13 7.803 Selecting previously unselected package libjsoncpp1:armhf.
12:00:46 #13 9.808 Setting up libarchive13:armhf (3.6.0-1ubuntu1) ...
12:00:46 #13 9.820 Setting up libglib2.0-0:armhf (2.72.4-0ubuntu1) ...
12:00:46 #13 9.831 No schema files found: doing nothing.
12:00:46 #13 9.836 Setting up libpcre2-16-0:armhf (10.39-3ubuntu0.1) ...
12:00:46 #13 9.847 Setting up libpcre2-32-0:armhf (10.39-3ubuntu0.1) ...
12:00:46 #13 9.858 Setting up libuv1:armhf (1.43.0-1) ...
12:00:46 #13 9.870 Setting up emacsen-common (3.0.4) ...
12:00:46 #13 9.903 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
12:00:46 #13 9.916 Setting up bash-completion (1:2.11-5ubuntu1) ...
12:00:46 #13 9.937 Setting up libjsoncpp25:armhf (1.9.5-3) ...
12:00:46 #13 9.948 Setting up pkg-config (0.29.2-1ubuntu3) ...
12:00:46 #13 9.997 Setting up libudev-dev:armhf (249.11-0ubuntu3.6) ...
12:00:46 #13 10.01 Setting up libsepol-dev:armhf (3.3-1build1) ...
12:00:46 #10 76.02 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:00:46 #10 76.04 Setting up libnet-dns-sec-perl (1.11-1) ...
12:00:46 #10 76.06 Setting up libsereal-perl (4.005-1) ...
12:00:46 #10 76.07 Setting up libhtml-format-perl (2.12-1) ...
12:00:46 #10 76.08 Setting up libxml-sax-perl (1.00+dfsg-1) ...
12:00:46 #10 76.14 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:46 #10 76.20 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:46 + mkdir -p /root/build-deb/compose
12:00:46 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:46 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:46 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:46 + mkdir -p /go/src/github.com/docker
12:00:46 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:46 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:46 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:46 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:46 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:46 + EPOCH=5
12:00:46 + EPOCH_SEP=
12:00:46 + [[ ! -z 5 ]]
12:00:46 + EPOCH_SEP=:
12:00:46 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:46 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:46 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:46 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:46 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:46 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:46 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:46 + debSource=docker-ce
12:00:46 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:46 + debMaintainer='Docker <support@docker.com>'
12:00:46 ++ date --rfc-2822
12:00:46 + debDate='Tue, 07 Feb 2023 12:00:46 +0000'
12:00:46 + pkgRevision=1
12:00:46 + cat
12:00:46 + export CLI_GITCOMMIT=ab4ef4a
12:00:46 + CLI_GITCOMMIT=ab4ef4a
12:00:46 + export ENGINE_GITCOMMIT=a25ab92
12:00:46 + ENGINE_GITCOMMIT=a25ab92
12:00:46 + export SCAN_GITCOMMIT=6c852fa
12:00:46 + SCAN_GITCOMMIT=6c852fa
12:00:46 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:46 + dpkg-buildpackage -uc -us -I.git
12:00:46 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:46 dpkg-buildpackage: info: source package docker-ce
12:00:46 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic
12:00:46 dpkg-buildpackage: info: source distribution bionic
12:00:46 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:46 #12 6.516 Preparing to unpack .../02-libncurses6_6.2+20201114-2_amd64.deb ...
12:00:46 #12 6.525 Unpacking libncurses6:amd64 (6.2+20201114-2) ...
12:00:46 #12 6.574 Selecting previously unselected package libprocps8:amd64.
12:00:46 #12 6.577 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_amd64.deb ...
12:00:46 #12 6.582 Unpacking libprocps8:amd64 (2:3.3.17-5) ...
12:00:46 #12 6.629 Selecting previously unselected package procps.
12:00:46 #12 6.634 Preparing to unpack .../04-procps_2%3a3.3.17-5_amd64.deb ...
12:00:46 #12 6.643 Unpacking procps (2:3.3.17-5) ...
12:00:46 #12 6.737 Selecting previously unselected package libjsoncpp24:amd64.
12:00:46 #10 68.87 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:00:46 #10 68.92 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:00:46 #10 68.98 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:46  dpkg-source -I.git -b .
12:00:46 dpkg-source: warning: native package version may not have a revision
12:00:46 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:46 dpkg-source: info: using source format '1.0'
12:00:46 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz
12:00:47 #13 7.804 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_armhf.deb ...
12:00:47 #13 7.809 Unpacking libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
12:00:47 #13 7.843 Selecting previously unselected package librhash0:armhf.
12:00:47 #13 7.846 Preparing to unpack .../04-librhash0_1.3.9-1_armhf.deb ...
12:00:47 #13 7.850 Unpacking librhash0:armhf (1.3.9-1) ...
12:00:47 #13 7.890 Selecting previously unselected package libuv1:armhf.
12:00:47 #13 7.893 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_armhf.deb ...
12:00:47 #13 7.896 Unpacking libuv1:armhf (1.34.2-1ubuntu1.3) ...
12:00:47 #13 7.926 Selecting previously unselected package cmake.
12:00:47 #13 10.02 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
12:00:47 #13 10.03 Setting up libpcre2-posix3:armhf (10.39-3ubuntu0.1) ...
12:00:47 #13 10.05 Setting up librhash0:armhf (1.4.2-1ubuntu1) ...
12:00:47 #13 10.07 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ...
12:00:47 #13 10.12 Setting up dh-apparmor (3.0.4-2ubuntu2.1) ...
12:00:47 #13 10.13 Setting up libsystemd-dev:armhf (249.11-0ubuntu3.6) ...
12:00:47 #13 10.14 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
12:00:47 #13 10.15 Setting up libpcre2-dev:armhf (10.39-3ubuntu0.1) ...
12:00:47 #13 10.16 Setting up libselinux1-dev:armhf (3.3-1build2) ...
12:00:47 #13 10.17 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu4) ...
12:00:47 #13 10.18 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ...
12:00:47 #13 10.19 Setting up docker-ce-build-deps (1.0) ...
12:00:47 #13 10.20 Processing triggers for man-db (2.10.2-1) ...
12:00:47 #13 10.26 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:00:47 #10 76.33 
12:00:47 #10 76.33 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:47 #10 76.40 Setting up dput (1.0.3) ...
12:00:47 #10 76.54 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:00:47 #12 DONE 15.9s
12:00:47 
12:00:47 #13 [stage-1 5/8] COPY sources/ /sources
12:00:47 dpkg-buildpackage: info: host architecture armhf
12:00:47  dpkg-source -I.git --before-build build-deb
12:00:47  debian/rules clean
12:00:47 dh clean --with=bash-completion
12:00:47    dh_clean
12:00:47 #12 6.743 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_amd64.deb ...
12:00:47 #12 6.747 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
12:00:47 #12 6.801 Selecting previously unselected package librhash0:amd64.
12:00:47 #12 6.805 Preparing to unpack .../06-librhash0_1.4.1-2_amd64.deb ...
12:00:47 #12 6.810 Unpacking librhash0:amd64 (1.4.1-2) ...
12:00:47 #12 6.861 Selecting previously unselected package libuv1:amd64.
12:00:47 #12 6.863 Preparing to unpack .../07-libuv1_1.40.0-2_amd64.deb ...
12:00:47 #12 6.867 Unpacking libuv1:amd64 (1.40.0-2) ...
12:00:47 #12 6.909 Selecting previously unselected package cmake.
12:00:47 #12 6.913 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_amd64.deb ...
12:00:47 #12 6.920 Unpacking cmake (3.18.4-2+deb11u1) ...
12:00:47 #10 69.11 
12:00:47 #10 69.11 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:47 #10 69.14 Setting up libfeature-compat-class-perl (0.05-1) ...
12:00:47 #10 69.15 Setting up python3-six (1.16.0-4) ...
12:00:47 #10 69.28 Setting up dh-autoreconf (20) ...
12:00:47 #10 69.29 Setting up libdata-validate-uri-perl (0.07-2) ...
12:00:47 #10 69.30 Setting up libnet-smtp-ssl-perl (1.04-2) ...
12:00:47 #10 69.31 Setting up python3-gpg (1.18.0-3+b1) ...
12:00:47 #13 7.929 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1.20.04.1_armhf.deb ...
12:00:47 #13 7.932 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ...
12:00:47 #13 DONE 10.5s
12:00:47 
12:00:47 #14 [stage-1 6/9] COPY sources/ /sources
12:00:47 #11 DONE 70.0s
12:00:47 
12:00:47 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:00:47 #12 DONE 0.0s
12:00:47 
12:00:47 #13 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:47 #10 76.55 Setting up libmodule-runtime-perl (0.016-1) ...
12:00:47 #10 76.57 Setting up libmailtools-perl (2.18-1) ...
12:00:47 #10 76.58 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
12:00:47 #10 76.60 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
12:00:47 #10 76.64 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:47 #10 76.71 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:47 #10 76.78 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:47 #13 DONE 0.1s
12:00:47 
12:00:47 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:47  dpkg-source -I.git -b build-deb
12:00:47 #10 69.48 Setting up python3-certifi (2022.9.24-1) ...
12:00:47 #10 69.60 Setting up libmodule-runtime-perl (0.016-2) ...
12:00:47 #17 exporting layers 5.6s done
12:00:47 #17 writing image sha256:bb88cbc01ef5b0cbd27f95b394ebfe523f1b2fd685e5e55fbd86aca31a8dbbe4 done
12:00:47 #17 naming to docker.io/debbuild-debian-buster/x86_64 done
12:00:47 #17 DONE 5.6s
12:00:47 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:47 #12 4.571 Reading package lists...
12:00:47 #13 8.235 Selecting previously unselected package dh-apparmor.
12:00:47 #13 8.238 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
12:00:47 #13 8.241 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
12:00:47 #13 8.273 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:00:47 #13 8.276 Preparing to unpack .../08-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
12:00:47 #13 8.280 Unpacking libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
12:00:47 #13 8.318 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:00:47 #13 8.321 Preparing to unpack .../09-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
12:00:47 #13 8.324 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
12:00:47 #13 8.352 Selecting previously unselected package libudev-dev:armhf.
12:00:47 #13 8.355 Preparing to unpack .../10-libudev-dev_245.4-4ubuntu3.19_armhf.deb ...
12:00:47 #13 8.358 Unpacking libudev-dev:armhf (245.4-4ubuntu3.19) ...
12:00:47 #13 8.386 Selecting previously unselected package libsepol1-dev:armhf.
12:00:47 #13 8.388 Preparing to unpack .../11-libsepol1-dev_3.0-1ubuntu0.1_armhf.deb ...
12:00:47 #13 8.392 Unpacking libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
12:00:47 #13 8.458 Selecting previously unselected package libpcre2-16-0:armhf.
12:00:47 #13 8.458 Preparing to unpack .../12-libpcre2-16-0_10.34-7ubuntu0.1_armhf.deb ...
12:00:47 #13 8.462 Unpacking libpcre2-16-0:armhf (10.34-7ubuntu0.1) ...
12:00:47 #13 8.506 Selecting previously unselected package libpcre2-32-0:armhf.
12:00:47 #13 8.509 Preparing to unpack .../13-libpcre2-32-0_10.34-7ubuntu0.1_armhf.deb ...
12:00:47 #13 8.513 Unpacking libpcre2-32-0:armhf (10.34-7ubuntu0.1) ...
12:00:47 #13 8.555 Selecting previously unselected package libpcre2-posix2:armhf.
12:00:47 #13 8.558 Preparing to unpack .../14-libpcre2-posix2_10.34-7ubuntu0.1_armhf.deb ...
12:00:47 #13 8.561 Unpacking libpcre2-posix2:armhf (10.34-7ubuntu0.1) ...
12:00:47 #14 DONE 0.4s
12:00:47 #10 76.91 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:47 #10 76.98 Setting up libconst-fast-perl (0.014-1) ...
12:00:47 #10 76.99 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ...
12:00:47 #10 77.00 Setting up libmodule-implementation-perl (0.09-1) ...
12:00:47 #10 77.02 Setting up libemail-valid-perl (1.202-1) ...
12:00:47 #10 77.03 Setting up libcgi-fast-perl (1:2.13-1) ...
12:00:47 #10 77.05 Setting up libpackage-stash-perl (0.38-1) ...
12:00:47 #10 77.06 Setting up libimport-into-perl (1.002005-1) ...
12:00:47 #10 77.07 Setting up libmoo-perl (2.003004-2) ...
12:00:47 #10 77.08 Setting up libmime-tools-perl (5.509-1) ...
12:00:47 #10 77.09 Setting up libxml-simple-perl (2.25-1) ...
12:00:47 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:00:47 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:00:47 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:47 dpkg-source: info: using source format '1.0'
12:00:47 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz
12:00:47 #10 69.61 Setting up libmailtools-perl (2.21-2) ...
12:00:47 #10 69.62 Setting up python3-idna (3.3-1) ...
12:00:47 #10 69.83 Setting up python3-urllib3 (1.26.12-1) ...
12:00:47 #11 extracting sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 5.0s
12:00:47 #12 7.474 Selecting previously unselected package dh-apparmor.
12:00:47 #12 7.478 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
12:00:47 #12 7.482 Unpacking dh-apparmor (2.13.6-10) ...
12:00:47 #12 7.528 Selecting previously unselected package dmsetup.
12:00:47 #12 7.531 Preparing to unpack .../10-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
12:00:47 #12 7.537 Unpacking dmsetup (2:1.02.175-2.1) ...
12:00:47 #12 7.590 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:00:47 #15 exporting layers 5.0s done
12:00:47 #15 writing image sha256:626a2ad79ba58e353115f34964572ecf8d5c493f6a59d4d1c1c5fadfcbc101bc
12:00:47 #15 writing image sha256:626a2ad79ba58e353115f34964572ecf8d5c493f6a59d4d1c1c5fadfcbc101bc done
12:00:47 #15 naming to docker.io/rpmbuild-fedora-36/x86_64 done
12:00:47 #15 DONE 5.0s
12:00:47 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 ab4ef4a' --define '_gitcommit_engine a25ab92' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.15.1' --define '_compose_version v2.15.1' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
12:00:47 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:00:47 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:00:47 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:00:47 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.rKxuXb
12:00:47 + umask 022
12:00:47 + cd /root/rpmbuild/BUILD
12:00:47 + cd /root/rpmbuild/BUILD
12:00:47 + rm -rf src
12:00:47 + /usr/bin/mkdir -p src
12:00:47 + cd src
12:00:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:00:47 + /usr/bin/tar -xof -
12:00:47 #12 5.972 Building dependency tree...
12:00:47 #12 6.202 Reading state information...
12:00:47 #13 8.594 Selecting previously unselected package libpcre2-dev:armhf.
12:00:47 #13 8.595 Preparing to unpack .../15-libpcre2-dev_10.34-7ubuntu0.1_armhf.deb ...
12:00:47 #13 8.601 Unpacking libpcre2-dev:armhf (10.34-7ubuntu0.1) ...
12:00:47 #13 8.681 Selecting previously unselected package libselinux1-dev:armhf.
12:00:47 #13 8.684 Preparing to unpack .../16-libselinux1-dev_3.0-1build2_armhf.deb ...
12:00:47 #13 8.687 Unpacking libselinux1-dev:armhf (3.0-1build2) ...
12:00:47 #13 8.728 Selecting previously unselected package libdevmapper-dev:armhf.
12:00:47 #13 8.731 Preparing to unpack .../17-libdevmapper-dev_2%3a1.02.167-1ubuntu1_armhf.deb ...
12:00:47 #13 8.734 Unpacking libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
12:00:47 #13 8.763 Selecting previously unselected package libseccomp-dev:armhf.
12:00:47 #13 8.766 Preparing to unpack .../18-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_armhf.deb ...
12:00:47 #13 8.770 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
12:00:47 #13 8.805 Selecting previously unselected package libsystemd-dev:armhf.
12:00:47 
12:00:47 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:00:47 #10 77.11 Setting up libparams-validate-perl (1.29-1+b1) ...
12:00:47 #10 77.12 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:00:47 #10 77.13 Setting up lintian (2.15.0) ...
12:00:47 #10 77.15 Setting up libnamespace-clean-perl (0.27-1) ...
12:00:47 #10 77.16 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
12:00:47 #10 77.17 Setting up licensecheck (3.0.31-3) ...
12:00:47 #10 77.18 Setting up libgitlab-api-v4-perl (0.16-1) ...
12:00:47 #10 77.19 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:00:47 #10 77.21 Setting up libwww-perl (6.36-2) ...
12:00:47 #10 77.22 Setting up debhelper (12.1.1) ...
12:00:47 #10 77.23 Setting up dh-autoreconf (19) ...
12:00:47 #10 77.25 Setting up devscripts (2.19.5+deb10u1) ...
12:00:47 #10 70.01 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1+b1) ...
12:00:47 #10 70.05 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:00:47 #10 70.12 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:00:47 #11 extracting sha256:a7fb58405ea92145c422c2aff584d3784eee04acbf07f5c743b1df654c6ed370 5.5s done
12:00:47 #11 extracting sha256:2d533c107a1d7303beef7f6788021ebadd894b7a021c3245ebf5c3f1ef4488de done
12:00:47 #12 7.593 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
12:00:47 #12 7.598 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
12:00:47 #12 7.652 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:00:47 #12 7.654 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
12:00:47 #12 7.658 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
12:00:47 #12 7.702 Selecting previously unselected package libudev-dev:amd64.
12:00:47 #12 7.706 Preparing to unpack .../13-libudev-dev_247.3-7+deb11u1_amd64.deb ...
12:00:47 #12 7.710 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ...
12:00:47 #12 7.755 Selecting previously unselected package libsepol1-dev:amd64.
12:00:47 #12 7.760 Preparing to unpack .../14-libsepol1-dev_3.1-1_amd64.deb ...
12:00:47 #12 7.764 Unpacking libsepol1-dev:amd64 (3.1-1) ...
12:00:47 #12 7.840 Selecting previously unselected package libpcre2-16-0:amd64.
12:00:47 + set -e
12:00:47 + mkdir -p /root/build-deb/engine
12:00:47 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:48 #12 6.211 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:48 #12 6.546 Starting 2 pkgProblemResolver with broken count: 0
12:00:48 #13 8.807 Preparing to unpack .../19-libsystemd-dev_245.4-4ubuntu3.19_armhf.deb ...
12:00:48 #13 8.811 Unpacking libsystemd-dev:armhf (245.4-4ubuntu3.19) ...
12:00:48 #13 8.874 Selecting previously unselected package pkg-config.
12:00:48 #13 8.877 Preparing to unpack .../20-pkg-config_0.29.1-0ubuntu4_armhf.deb ...
12:00:48 #13 8.881 Unpacking pkg-config (0.29.1-0ubuntu4) ...
12:00:48 #13 8.962 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
12:00:48 #13 8.973 Setting up libarchive13:armhf (3.4.0-2ubuntu1.2) ...
12:00:48 #13 8.984 Setting up libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
12:00:48 #13 8.993 Setting up libpcre2-16-0:armhf (10.34-7ubuntu0.1) ...
12:00:48 #13 9.002 Setting up libpcre2-32-0:armhf (10.34-7ubuntu0.1) ...
12:00:48 #13 9.011 Setting up libuv1:armhf (1.34.2-1ubuntu1.3) ...
12:00:48 #13 9.021 Setting up bash-completion (1:2.10-1ubuntu1) ...
12:00:48 #10 77.39 Setting up dh-strip-nondeterminism (1.1.2-1) ...
12:00:48 #10 77.40 Setting up equivs (2.2.0) ...
12:00:48 #10 77.42 Setting up libxml-parser-perl (2.44-4) ...
12:00:48 #10 77.44 Setting up libxml-sax-expat-perl (0.51-1) ...
12:00:48 #10 77.48 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:48 #10 77.53 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:48 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc
12:00:48  debian/rules build
12:00:48 dh build --with=bash-completion
12:00:48    dh_update_autotools_config
12:00:48    dh_autoreconf
12:00:48    debian/rules override_dh_auto_build
12:00:48 make[1]: Entering directory '/root/build-deb'
12:00:48 # Build the daemon and dependencies
12:00:48 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:00:48 
12:00:48 Removing bundles/
12:00:48 
12:00:48 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:48 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:00:48 #10 70.19 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:48 #10 70.32 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:48 #10 70.35 Setting up dh-strip-nondeterminism (1.13.1-1) ...
12:00:48 #10 70.37 Setting up libconst-fast-perl (0.014-2) ...
12:00:48 #10 70.38 Setting up libhttp-daemon-perl (6.14-2) ...
12:00:48 #11 DONE 17.7s
12:00:48 
12:00:48 #17 [base 2/5] COPY --from=xx / /
12:00:48 #12 7.844 Preparing to unpack .../15-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
12:00:48 #12 7.847 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:00:48 #12 7.902 Selecting previously unselected package libpcre2-32-0:amd64.
12:00:48 #12 7.906 Preparing to unpack .../16-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
12:00:48 #12 7.910 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:00:48 #12 7.969 Selecting previously unselected package libpcre2-posix2:amd64.
12:00:48 #12 7.970 Preparing to unpack .../17-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
12:00:48 #12 7.974 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:00:48 #12 8.005 Selecting previously unselected package libpcre2-dev:amd64.
12:00:48 #12 8.008 Preparing to unpack .../18-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
12:00:48 #12 8.011 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:00:48 #12 8.115 Selecting previously unselected package libselinux1-dev:amd64.
12:00:48 #13 0.877 Hit:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease
12:00:48 #13 0.940 Hit:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease
12:00:48 #13 1.014 Hit:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease
12:00:48 #13 1.087 Hit:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease
12:00:48 #12 6.550 Done
12:00:48 #12 6.803  Done
12:00:48 + STATUS=0
12:00:48 + '[' 0 -ne 0 ']'
12:00:48 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:00:48 + /usr/bin/tar -xof -
12:00:48 #10 77.66 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:48 #10 77.70 Setting up libsoap-lite-perl (1.27-1) ...
12:00:48 #10 77.71 Setting up libxmlrpc-lite-perl (0.717-2) ...
12:00:48 #10 77.72 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:00:48 #10 77.75 Processing triggers for ca-certificates (20200601~deb10u2) ...
12:00:48 #10 77.76 Updating certificates in /etc/ssl/certs...
12:00:48 #10 70.40 Setting up python3-unidiff (0.7.3-1) ...
12:00:48 #10 70.53 Setting up libdata-dpath-perl (0.58-2) ...
12:00:48 #10 70.54 Setting up python3-magic (2:0.4.26-3) ...
12:00:48 #10 70.67 Setting up g++-12 (12.2.0-14) ...
12:00:48 #12 8.118 Preparing to unpack .../19-libselinux1-dev_3.1-3_amd64.deb ...
12:00:48 #12 8.122 Unpacking libselinux1-dev:amd64 (3.1-3) ...
12:00:48 #12 8.185 Selecting previously unselected package libdevmapper-dev:amd64.
12:00:48 #12 8.189 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
12:00:48 #12 8.193 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
12:00:48 #12 8.223 Selecting previously unselected package libseccomp-dev:amd64.
12:00:48 #12 8.226 Preparing to unpack .../21-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
12:00:48 #12 8.230 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:00:48 #12 8.274 Selecting previously unselected package libsystemd-dev:amd64.
12:00:48 #12 8.277 Preparing to unpack .../22-libsystemd-dev_247.3-7+deb11u1_amd64.deb ...
12:00:48 #12 8.280 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ...
12:00:48 #15 DONE 2.5s
12:00:48 
12:00:48 #16 [stage-1 9/9] WORKDIR /root/rpmbuild
12:00:48 #16 DONE 0.0s
12:00:48 
12:00:48 #17 exporting to image
12:00:48 #17 exporting layers
12:00:48 #12 7.066 Starting pkgProblemResolver with broken count: 0
12:00:48 + mkdir -p /root/build-deb/cli
12:00:48 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:48 #10 63.72 Setting up libgdbm-compat4:armhf (1.19-2) ...
12:00:48 #10 63.73 Setting up ucf (3.0043) ...
12:00:48 #10 63.97 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
12:00:48 #10 63.98 Setting up dwz (0.13+20210201-1) ...
12:00:48 #10 63.99 Setting up groff-base (1.22.4-6) ...
12:00:48 #10 64.01 Setting up cpp (4:10.2.1-1) ...
12:00:48 #10 64.03 Setting up pixz (1.0.7-1) ...
12:00:48 #10 64.04 Setting up gpgconf (2.2.27-2+deb11u2) ...
12:00:48 #10 64.05 Setting up libcurl4:armhf (7.74.0-1.3+deb11u5) ...
12:00:48 #10 78.14 0 added, 0 removed; done.
12:00:48 #10 78.14 Running hooks in /etc/ca-certificates/update.d...
12:00:48 #10 78.14 done.
12:00:48 #13 9.597 Setting up pkg-config (0.29.1-0ubuntu4) ...
12:00:48 #13 9.647 Setting up libudev-dev:armhf (245.4-4ubuntu3.19) ...
12:00:48 #13 9.657 Setting up libpcre2-posix2:armhf (10.34-7ubuntu0.1) ...
12:00:48 #10 70.69 Setting up python3-pkg-resources (65.6.3-1) ...
12:00:48 #10 70.94 Setting up libmodule-implementation-perl (0.09-2) ...
12:00:48 #17 exporting layers 6.4s done
12:00:48 #17 writing image sha256:312c4444765356f4b5b39763cd962155ae610578613b9a5b94dcc08c10067453 done
12:00:48 #17 naming to docker.io/debbuild-debian-bookworm/x86_64
12:00:48 #17 naming to docker.io/debbuild-debian-bookworm/x86_64 done
12:00:48 #17 DONE 6.4s
12:00:48 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:48 #12 8.383 Selecting previously unselected package pkg-config.
12:00:48 #12 8.387 Preparing to unpack .../23-pkg-config_0.29.2-1_amd64.deb ...
12:00:48 #12 8.392 Unpacking pkg-config (0.29.2-1) ...
12:00:48 #12 8.434 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:00:48 #12 8.444 Setting up libsepol1-dev:amd64 (3.1-1) ...
12:00:48 #12 8.454 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:00:48 #12 8.467 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:00:48 #12 8.476 Setting up libuv1:amd64 (1.40.0-2) ...
12:00:48 #12 8.486 Setting up bash-completion (1:2.11-2) ...
12:00:48 #12 7.127 Starting 2 pkgProblemResolver with broken count: 0
12:00:48 #12 7.131 Done
12:00:48 + mkdir -p /root/build-deb/buildx
12:00:48 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:48 #10 64.07 Setting up libc6-dev:armhf (2.31-13+deb11u5) ...
12:00:48 #10 64.08 Setting up libx11-6:armhf (2:1.7.2-1) ...
12:00:48 #10 64.09 Setting up curl (7.74.0-1.3+deb11u5) ...
12:00:48 #10 64.11 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
12:00:48 #10 64.12 Setting up libxmuu1:armhf (2:1.1.2-2+b3) ...
12:00:48 #10 64.13 Setting up gpg (2.2.27-2+deb11u2) ...
12:00:48 #10 64.14 Setting up libpython3.9-stdlib:armhf (3.9.2-1) ...
12:00:48 #10 64.15 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
12:00:48 #10 64.16 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
12:00:48 #10 64.18 Setting up libstdc++-10-dev:armhf (10.2.1-6) ...
12:00:48 #10 64.19 Setting up gpg-agent (2.2.27-2+deb11u2) ...
12:00:48 + STATUS=0
12:00:48 + '[' 0 -ne 0 ']'
12:00:48 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:00:48 + RPM_EC=0
12:00:48 ++ jobs -p
12:00:48 + exit 0
12:00:48 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hlr4jo
12:00:48 + umask 022
12:00:48 + cd /root/rpmbuild/BUILD
12:00:48 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:00:48 + export CFLAGS
12:00:48 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:00:48 + export CXXFLAGS
12:00:48 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:00:48 + export FFLAGS
12:00:48 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:00:48 + export FCFLAGS
12:00:48 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
12:00:48 + export LDFLAGS
12:00:48 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:00:48 + export LT_SYS_LIBRARY_PATH
12:00:48 + CC=gcc
12:00:48 + export CC
12:00:48 + CXX=g++
12:00:48 + export CXX
12:00:48 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:00:48 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0~20230206193855.ab4ef4a-0.fc36 x86_64
12:00:48 + cd src
12:00:48 + export DOCKER_GITCOMMIT=a25ab92
12:00:48 + DOCKER_GITCOMMIT=a25ab92
12:00:48 + mkdir -p /go/src/github.com/docker
12:00:48 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:00:48 + pushd /root/rpmbuild/BUILD/src/engine
12:00:48 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:00:48 + TMP_GOPATH=/go
12:00:48 + hack/dockerfile/install/install.sh tini
12:00:48 + RM_GOPATH=0
12:00:48 + TMP_GOPATH=/go
12:00:48 + : /usr/local/bin
12:00:48 + '[' -z /go ']'
12:00:48 + export GOPATH=/go
12:00:48 + GOPATH=/go
12:00:48 + case "$(go env GOARCH)" in
12:00:48 ++ go env GOARCH
12:00:48 + export GO_BUILDMODE=-buildmode=pie
12:00:48 + GO_BUILDMODE=-buildmode=pie
12:00:48 ++ dirname hack/dockerfile/install/install.sh
12:00:48 + dir=hack/dockerfile/install
12:00:48 + bin=tini
12:00:48 + shift
12:00:48 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:00:48 + . hack/dockerfile/install/tini.installer
12:00:48 ++ : v0.19.0
12:00:48 + install_tini
12:00:48 + echo 'Install tini version v0.19.0'
12:00:48 Install tini version v0.19.0
12:00:48 + git clone https://github.com/krallin/tini.git /go/tini
12:00:48 Cloning into '/go/tini'...
12:00:48 #14 DONE 2.1s
12:00:48 
12:00:48 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:00:48 #15 DONE 0.0s
12:00:48 
12:00:48 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:00:48 #16 DONE 0.0s
12:00:48 
12:00:48 #17 exporting to image
12:00:48 #17 exporting layers
12:00:48 #13 9.666 Setting up libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
12:00:48 #13 9.675 Setting up librhash0:armhf (1.3.9-1) ...
12:00:48 #13 9.684 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ...
12:00:48 #13 9.700 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
12:00:48 #13 9.711 Setting up libsystemd-dev:armhf (245.4-4ubuntu3.19) ...
12:00:48 #13 9.720 Setting up libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
12:00:48 #13 9.729 Setting up libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
12:00:48 #13 9.738 Setting up libpcre2-dev:armhf (10.34-7ubuntu0.1) ...
12:00:48 #13 9.747 Setting up libselinux1-dev:armhf (3.0-1build2) ...
12:00:48 #13 9.757 Setting up libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
12:00:48 #13 9.766 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ...
12:00:48 #13 9.775 Setting up docker-ce-build-deps (1.0) ...
12:00:48 #13 9.785 Processing triggers for man-db (2.9.1-1) ...
12:00:48 #13 9.808 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:00:48 #10 70.95 Setting up libcgi-fast-perl (1:2.15-1) ...
12:00:48 #10 70.96 Setting up python3-apt (2.5.2+b1) ...
12:00:48 #10 71.15 Setting up python3-charset-normalizer (3.0.1-2) ...
12:00:48 + set -e
12:00:48 + mkdir -p /root/build-deb/engine
12:00:48 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:49 #17 DONE 0.8s
12:00:49 
12:00:49 #18 [base 3/5] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
12:00:49 #13 DONE 10.0s
12:00:49 
12:00:49 #14 [stage-1 6/9] COPY sources/ /sources
12:00:49 #10 71.29 Setting up libpackage-stash-perl (0.40-1) ...
12:00:49 #10 71.30 Setting up libimport-into-perl (1.002005-2) ...
12:00:49 #10 71.31 Setting up libmoo-perl (2.005005-1) ...
12:00:49 #10 71.32 Setting up liblist-someutils-perl (0.59-1) ...
12:00:49 #10 71.33 Setting up debhelper (13.11.4) ...
12:00:49 #10 71.35 Setting up libmime-tools-perl (5.510-1) ...
12:00:49 #10 71.36 Setting up liblist-someutils-xs-perl:armhf (0.58-3) ...
12:00:49 #10 71.38 Setting up python3-chardet (5.1.0+dfsg-2) ...
12:00:49 #10 DONE 78.6s
12:00:49 
12:00:49 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:49 #11 DONE 0.0s
12:00:49 
12:00:49 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:49 #15 exporting layers 4.9s done
12:00:49 #15 writing image sha256:0864b87e539971fd76e06e29122a62260592ce1e53754cb4190b02c05183e9b2 done
12:00:49 #15 naming to docker.io/rpmbuild-fedora-37/x86_64 done
12:00:49 #15 DONE 4.9s
12:00:49 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 ab4ef4a' --define '_gitcommit_engine a25ab92' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.15.1' --define '_compose_version v2.15.1' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
12:00:49 warning: line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:00:49 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:00:49 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:00:49 warning: source_date_epoch_from_changelog set but %changelog is missing
12:00:49 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UdJaVO
12:00:49 + umask 022
12:00:49 + cd /root/rpmbuild/BUILD
12:00:49 + cd /root/rpmbuild/BUILD
12:00:49 + rm -rf src
12:00:49 + /usr/bin/mkdir -p src
12:00:49 + cd src
12:00:49 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:00:49 #12 8.994 Setting up libncurses6:amd64 (6.2+20201114-2) ...
12:00:49 #12 9.008 Setting up pkg-config (0.29.2-1) ...
12:00:49 #12 9.054 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ...
12:00:49 #12 9.067 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:00:49 #12 9.076 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
12:00:49 #12 9.089 Setting up librhash0:amd64 (1.4.1-2) ...
12:00:49 #12 9.100 Setting up cmake-data (3.18.4-2+deb11u1) ...
12:00:49 #12 9.115 Setting up dh-apparmor (2.13.6-10) ...
12:00:49 #12 9.126 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ...
12:00:49 #12 9.139 Setting up libprocps8:amd64 (2:3.3.17-5) ...
12:00:49 #12 9.149 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:00:49 #12 9.162 Setting up libselinux1-dev:amd64 (3.1-3) ...
12:00:49 #18 DONE 0.4s
12:00:49 
12:00:49 #19 [base 4/5] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
12:00:49 #12 7.654 The following additional packages will be installed:
12:00:49 #12 7.654   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
12:00:49 #12 7.655   g++-12 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
12:00:49 #12 7.655   libdevmapper1.02.1 libjsoncpp25 libltdl-dev libltdl7 libpcre2-16-0
12:00:49 #12 7.655   libpcre2-32-0 libpcre2-8-0 libpcre2-dev libpcre2-posix3 libpkgconf3
12:00:49 #12 7.655   librhash0 libseccomp-dev libseccomp2 libselinux1 libselinux1-dev
12:00:49 #12 7.655   libsepol-dev libstdc++-12-dev libsystemd-dev libsystemd0 libudev-dev
12:00:49 #12 7.656   libudev1 libuv1 pkg-config pkgconf pkgconf-bin udev
12:00:49 #12 7.657 Suggested packages:
12:00:49 #12 7.657   cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils gcc-12-doc
12:00:49 #12 7.657   lrzip libtool-doc seccomp libstdc++-12-doc
12:00:49 + mkdir -p /root/build-deb/compose
12:00:49 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:49 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:49 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:49 + mkdir -p /go/src/github.com/docker
12:00:49 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:49 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:49 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:49 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:49 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:49 + EPOCH=5
12:00:49 + EPOCH_SEP=
12:00:49 + [[ ! -z 5 ]]
12:00:49 + EPOCH_SEP=:
12:00:49 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:49 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:49 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:49 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:49 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:49 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:49 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:49 + debSource=docker-ce
12:00:49 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:49 + debMaintainer='Docker <support@docker.com>'
12:00:49 ++ date --rfc-2822
12:00:49 + debDate='Tue, 07 Feb 2023 12:00:49 +0000'
12:00:49 + pkgRevision=1
12:00:49 + cat
12:00:49 + export CLI_GITCOMMIT=ab4ef4a
12:00:49 + CLI_GITCOMMIT=ab4ef4a
12:00:49 + export ENGINE_GITCOMMIT=a25ab92
12:00:49 + ENGINE_GITCOMMIT=a25ab92
12:00:49 + export SCAN_GITCOMMIT=6c852fa
12:00:49 + SCAN_GITCOMMIT=6c852fa
12:00:49 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:49 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:49 + dpkg-buildpackage -uc -us -I.git
12:00:49 dpkg-buildpackage: info: source package docker-ce
12:00:49 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster
12:00:49 dpkg-buildpackage: info: source distribution buster
12:00:49 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:49 dpkg-buildpackage: info: host architecture amd64
12:00:49  dpkg-source -I.git --before-build .
12:00:49 #10 64.67 Setting up libxpm4:armhf (1:3.5.12-1) ...
12:00:49 #10 64.69 Setting up fontconfig-config (2.13.1-4.2) ...
12:00:49 #13 1.200 Reading package lists...
12:00:49 + cd /go/tini
12:00:49 + git checkout -q v0.19.0
12:00:49 + cmake .
12:00:49 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:00:49   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:00:49   CMake.
12:00:49 
12:00:49   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:00:49   CMake that the project does not need compatibility with older versions.
12:00:49 
12:00:49 
12:00:49 -- The C compiler identification is GNU 12.2.1
12:00:49 -- Detecting C compiler ABI info
12:00:49 -- Detecting C compiler ABI info - done
12:00:49 -- Check for working C compiler: /usr/bin/gcc - skipped
12:00:49 -- Detecting C compile features
12:00:49 -- Detecting C compile features - done
12:00:49 -- Performing Test HAS_BUILTIN_FORTIFY
12:00:49 + mkdir -p /root/build-deb/cli
12:00:49 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:49 #12 9.174 Setting up procps (2:3.3.17-5) ...
12:00:49 #12 9.214 Setting up cmake (3.18.4-2+deb11u1) ...
12:00:49 #12 9.227 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
12:00:49 #12 9.238 Setting up dmsetup (2:1.02.175-2.1) ...
12:00:49 #12 9.251 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
12:00:49 #12 9.262 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
12:00:49 #12 9.273 Setting up docker-ce-build-deps (1.0) ...
12:00:49 #12 9.288 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:00:49 #12 9.307 Processing triggers for man-db (2.9.4-2) ...
12:00:49  debian/rules clean
12:00:49 dh clean --with=bash-completion
12:00:49    dh_clean
12:00:49 #10 65.01 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
12:00:49 #13 2.512 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:49 #13 2.512 dpkg-buildpackage: info: source version 1.0
12:00:49 #13 2.512 dpkg-buildpackage: info: source distribution unstable
12:00:49 #13 2.512 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:49 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:00:49 -- Configuring done
12:00:49 -- Generating done
12:00:49 -- Build files have been written to: /go/tini
12:00:49 + make tini-static
12:00:49 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:00:49 #14 DONE 0.4s
12:00:49 
12:00:49 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:00:49 #10 71.69 Setting up python3-debian (0.1.49) ...
12:00:49 #10 71.88 Setting up python3-requests (2.28.1+dfsg-1) ...
12:00:49 #10 72.04 Setting up equivs (2.3.1) ...
12:00:49 #10 72.05 Setting up g++ (4:12.2.0-3) ...
12:00:49 #12 0.663 Hit:1 http://deb.debian.org/debian buster InRelease
12:00:49 #12 0.663 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
12:00:49 #12 0.663 Hit:3 http://deb.debian.org/debian buster-updates InRelease
12:00:49 #14 DONE 2.4s
12:00:49 
12:00:49 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:00:49 #15 DONE 0.0s
12:00:49 
12:00:49 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:00:49 #16 DONE 0.1s
12:00:49 
12:00:49 #17 exporting to image
12:00:49 #17 exporting layers
12:00:49 + STATUS=0
12:00:49 + '[' 0 -ne 0 ']'
12:00:49 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:00:49  dpkg-source -I.git -b .
12:00:49 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:49 dpkg-source: info: using source format '1.0'
12:00:49 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz
12:00:49 #10 65.10 Setting up gpgsm (2.2.27-2+deb11u2) ...
12:00:49 #10 65.12 Setting up libxext6:armhf (2:1.3.3-1.1) ...
12:00:49 #10 65.14 Setting up binutils (2.35.2-2) ...
12:00:49 #10 65.15 Setting up man-db (2.9.4-2) ...
12:00:49 #10 65.26 Building database of manual pages ...
12:00:49 #19 DONE 0.4s
12:00:49 
12:00:49 #20 [base 5/5] RUN apt-get update && apt-get install --no-install-recommends -y file
12:00:49 #12 8.259 The following NEW packages will be installed:
12:00:49 #12 8.260   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
12:00:49 #12 8.260   g++-12 libarchive13 libdevmapper-dev libdevmapper-event1.02.1
12:00:49 #12 8.260   libdevmapper1.02.1 libjsoncpp25 libltdl-dev libltdl7 libpcre2-16-0
12:00:49 #12 8.260   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 librhash0
12:00:49 #12 8.260   libseccomp-dev libselinux1-dev libsepol-dev libstdc++-12-dev libsystemd-dev
12:00:49 #12 8.261   libudev-dev libuv1 pkg-config pkgconf pkgconf-bin
12:00:49 #12 8.262 The following packages will be upgraded:
12:00:49 #12 8.263   libpcre2-8-0 libseccomp2 libselinux1 libsystemd0 libudev1 udev
12:00:49 #13 2.548  dpkg-source --before-build .
12:00:49 #13 2.548 dpkg-buildpackage: info: host architecture armhf
12:00:49 #13 2.653  debian/rules clean
12:00:49 #13 2.655 dh clean
12:00:49 #13 2.736    dh_clean
12:00:49 #13 2.769  debian/rules binary
12:00:49 [100%] Linking C executable tini-static
12:00:50 #10 72.07 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:50 #10 72.09 Setting up build-essential (12.9) ...
12:00:50 #10 72.10 Setting up libmoox-aliases-perl (0.001006-2) ...
12:00:50 #10 72.12 Setting up libb-hooks-endofscope-perl (0.26-1) ...
12:00:50 #10 72.13 Setting up dput (1.1.3) ...
12:00:50 #10 72.27 Setting up libnamespace-clean-perl (0.27-2) ...
12:00:50 #10 72.30 Setting up libstring-license-perl (0.0.2-1) ...
12:00:50 #10 72.31 Setting up licensecheck (3.3.5-1) ...
12:00:50 + mkdir -p /root/build-deb/buildx
12:00:50 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:50 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc
12:00:50  debian/rules build
12:00:50 dh build --with=bash-completion
12:00:50    dh_update_autotools_config
12:00:50    dh_autoreconf
12:00:50    debian/rules override_dh_auto_build
12:00:50 make[1]: Entering directory '/root/build-deb'
12:00:50 # Build the daemon and dependencies
12:00:50 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:00:50 
12:00:50 Removing bundles/
12:00:50 
12:00:50 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:50 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:00:50 #13 2.770 dh binary
12:00:50 #13 2.839    dh_update_autotools_config
12:00:50 #13 2.867    dh_autoreconf
12:00:50 #13 2.911    create-stamp debian/debhelper-build-stamp
12:00:50 #13 2.911    dh_prep
12:00:50 #13 2.939    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:00:50 #13 2.991    dh_install
12:00:50 #13 3.025    dh_installdocs
12:00:50 [100%] Built target tini-static
12:00:50 + mkdir -p /usr/local/bin
12:00:50 + cp tini-static /usr/local/bin/docker-init
12:00:50 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:50 + PRODUCT=docker
12:00:50 + hack/make.sh dynbinary
12:00:50 #10 72.33 Setting up libgitlab-api-v4-perl (0.26-2) ...
12:00:50 #10 72.35 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:00:50 #10 72.36 Setting up libwww-perl (6.67-1) ...
12:00:50 #10 72.38 Setting up libhtml-tokeparser-simple-perl (3.16-4) ...
12:00:50 #10 72.39 Setting up libwww-mechanize-perl (2.15-1) ...
12:00:50 #10 72.41 Setting up devscripts (2.22.2) ...
12:00:50 #10 72.56 Setting up libxml-parser-perl (2.46-4) ...
12:00:50 + mkdir -p /root/build-deb/compose
12:00:50 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:50 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:50 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:50 + mkdir -p /go/src/github.com/docker
12:00:50 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:50 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:50 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:50 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:50 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:50 + EPOCH=5
12:00:50 + EPOCH_SEP=
12:00:50 + [[ ! -z 5 ]]
12:00:50 + EPOCH_SEP=:
12:00:50 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:50 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:50 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:50 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:50 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:50 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:50 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:50 + debSource=docker-ce
12:00:50 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:50 + debMaintainer='Docker <support@docker.com>'
12:00:50 ++ date --rfc-2822
12:00:50 + debDate='Tue, 07 Feb 2023 12:00:50 +0000'
12:00:50 + pkgRevision=1
12:00:50 + cat
12:00:50 + export CLI_GITCOMMIT=ab4ef4a
12:00:50 + CLI_GITCOMMIT=ab4ef4a
12:00:50 + export ENGINE_GITCOMMIT=a25ab92
12:00:50 + ENGINE_GITCOMMIT=a25ab92
12:00:50 + export SCAN_GITCOMMIT=6c852fa
12:00:50 + SCAN_GITCOMMIT=6c852fa
12:00:50 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:50 + dpkg-buildpackage -uc -us -I.git
12:00:50 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:50 #15 DONE 2.7s
12:00:50 
12:00:50 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:00:50 #16 DONE 0.0s
12:00:50 
12:00:50 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:00:50 #17 DONE 0.0s
12:00:50 #13 3.066    dh_installchangelogs
12:00:50 #13 3.154    dh_perl
12:00:50 #13 3.192    dh_link
12:00:50 #13 3.228    dh_strip_nondeterminism
12:00:50 #13 3.291    dh_compress
12:00:50 #13 3.329    dh_fixperms
12:00:50 #13 3.369    dh_missing
12:00:50 #13 3.395    dh_installdeb
12:00:50 
12:00:50 Removing bundles/
12:00:50 
12:00:50 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:50 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:00:50 #10 72.57 Setting up lintian (2.116.3) ...
12:00:50 #10 72.59 Setting up libxml-sax-expat-perl (0.51-2) ...
12:00:50 #10 72.63 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:00:50 #10 72.68 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:00:50 #10 72.80 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:00:50 dpkg-buildpackage: info: source package docker-ce
12:00:50 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm
12:00:50 dpkg-buildpackage: info: source distribution bookworm
12:00:50 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:50 dpkg-buildpackage: info: host architecture amd64
12:00:50  dpkg-source -I.git --before-build .
12:00:50  debian/rules clean
12:00:50 dh clean --with=bash-completion
12:00:50 
12:00:50 #18 exporting to image
12:00:50 #18 exporting layers
12:00:50 #13 3.433    dh_gencontrol
12:00:50 + STATUS=0
12:00:50 + '[' 0 -ne 0 ']'
12:00:50 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:00:50 + RPM_EC=0
12:00:50 ++ jobs -p
12:00:50 + exit 0
12:00:50 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MXVY7x
12:00:50 + umask 022
12:00:50 + cd /root/rpmbuild/BUILD
12:00:50 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:00:50 + export CFLAGS
12:00:50 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:00:50 + export CXXFLAGS
12:00:50 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:00:50 + export FFLAGS
12:00:50 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:00:50 + export FCFLAGS
12:00:50 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:00:50 + export LDFLAGS
12:00:50 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:00:50 + export LT_SYS_LIBRARY_PATH
12:00:50 + CC=gcc
12:00:50 + export CC
12:00:50 + CXX=g++
12:00:50 + export CXX
12:00:50 + cd src
12:00:50 + export DOCKER_GITCOMMIT=a25ab92
12:00:50 + DOCKER_GITCOMMIT=a25ab92
12:00:50 + mkdir -p /go/src/github.com/docker
12:00:50 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:00:50 + pushd /root/rpmbuild/BUILD/src/engine
12:00:50 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:00:50 + TMP_GOPATH=/go
12:00:50 + hack/dockerfile/install/install.sh tini
12:00:50 + RM_GOPATH=0
12:00:50 + TMP_GOPATH=/go
12:00:50 + : /usr/local/bin
12:00:50 + '[' -z /go ']'
12:00:50 + export GOPATH=/go
12:00:50 + GOPATH=/go
12:00:50 + case "$(go env GOARCH)" in
12:00:50 ++ go env GOARCH
12:00:50 + export GO_BUILDMODE=-buildmode=pie
12:00:50 + GO_BUILDMODE=-buildmode=pie
12:00:50 ++ dirname hack/dockerfile/install/install.sh
12:00:50 + dir=hack/dockerfile/install
12:00:50 + bin=tini
12:00:50 + shift
12:00:50 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:00:50 + . hack/dockerfile/install/tini.installer
12:00:50 ++ : v0.19.0
12:00:50 + install_tini
12:00:50 + echo 'Install tini version v0.19.0'
12:00:50 Install tini version v0.19.0
12:00:50 + git clone https://github.com/krallin/tini.git /go/tini
12:00:50 Cloning into '/go/tini'...
12:00:50 + cd /go/tini
12:00:50 + git checkout -q v0.19.0
12:00:50 + cmake .
12:00:50 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:00:50   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:00:50   CMake.
12:00:50 
12:00:50   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:00:50   CMake that the project does not need compatibility with older versions.
12:00:50 
12:00:50 
12:00:50 #10 72.83 Setting up libsoap-lite-perl (1.27-2) ...
12:00:50 #10 72.85 Setting up libxmlrpc-lite-perl (0.717-5) ...
12:00:50 #10 72.86 Processing triggers for libc-bin (2.36-8) ...
12:00:50 #10 72.89 Processing triggers for ca-certificates (20211016) ...
12:00:50 #10 72.90 Updating certificates in /etc/ssl/certs...
12:00:50 #20 0.727 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:00:50 #20 0.736 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:00:50 #20 0.737 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:00:50 #20 0.825 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:00:50 #20 0.945 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:00:50 #20 1.053 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:00:50    dh_clean
12:00:50 #12 1.022 Reading package lists...
12:00:50 #13 3.554    dh_md5sums
12:00:50 #13 3.588    dh_builddeb
12:00:50 #13 3.616 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:50 #13 3.705  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
12:00:51 -- The C compiler identification is GNU 12.2.1
12:00:51 -- Detecting C compiler ABI info
12:00:51 -- Detecting C compiler ABI info - done
12:00:51 -- Check for working C compiler: /usr/bin/gcc - skipped
12:00:51 -- Detecting C compile features
12:00:51 -- Detecting C compile features - done
12:00:51 -- Performing Test HAS_BUILTIN_FORTIFY
12:00:51 #10 73.20 0 added, 0 removed; done.
12:00:51 #10 73.20 Running hooks in /etc/ca-certificates/update.d...
12:00:51 #10 73.21 done.
12:00:51  dpkg-source -I.git -b .
12:00:51 dpkg-source: warning: native package version may not have a revision
12:00:51 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:51 dpkg-source: info: using source format '1.0'
12:00:51 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz
12:00:51 #13 3.865  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
12:00:51 #13 3.948 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:51 #13 3.950  dpkg-source --after-build .
12:00:51 #13 4.052 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:51 #12 9.735 6 upgraded, 31 newly installed, 0 to remove and 44 not upgraded.
12:00:51 #12 9.735 1 not fully installed or removed.
12:00:51 #12 9.735 Need to get 22.0 MB of archives.
12:00:51 #12 9.735 After this operation, 92.0 MB of additional disk space will be used.
12:00:51 #12 9.735 Get:1 http://archive.raspbian.org/raspbian bookworm/main armhf libstdc++-12-dev armhf 12.2.0-14+rpi1 [2027 kB]
12:00:51 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:00:51 -- Configuring done
12:00:51 -- Generating done
12:00:51 -- Build files have been written to: /go/tini
12:00:51 + make tini-static
12:00:51 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:00:51 #10 DONE 73.6s
12:00:51 #17 exporting layers 2.9s done
12:00:51 #17 writing image sha256:78e8399614adeb84219501dd39f7afbaabcb691cc987bffaa3f70b69482ea658 done
12:00:51 #17 naming to docker.io/debbuild-debian-buster/aarch64 done
12:00:51 #17 DONE 2.9s
12:00:51 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:51 #13 4.057 
12:00:51 #13 4.057 The package has been created.
12:00:51 #13 4.057 Attention, the package has been created in the current directory,
12:00:51 #13 4.057 not in ".." as indicated by the message above!
12:00:51 #13 4.112 Selecting previously unselected package docker-ce-build-deps.
12:00:51 #13 4.130 (Reading database ... 27265 files and directories currently installed.)
12:00:51 #13 4.131 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:51 #13 4.134 Unpacking docker-ce-build-deps (1.0) ...
12:00:51 #12 2.273 dh_testdir
12:00:51 #12 2.292 dh_testroot
12:00:51 #12 2.310 dh_prep
12:00:51 #12 2.331 dh_testdir
12:00:51 #12 2.348 dh_testroot
12:00:51 #12 2.366 dh_install
12:00:51 #12 2.392 dh_installdocs
12:00:51 #12 2.423 dh_installchangelogs
12:00:51 [100%] Linking C executable tini-static
12:00:51 
12:00:51 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:00:51 #11 DONE 0.1s
12:00:51 
12:00:51 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:00:51 #20 1.981 Fetched 8628 kB in 2s (5709 kB/s)
12:00:51 #17 exporting layers 5.9s done
12:00:51 #17 writing image sha256:2e05bcedffe2629b615f0f947cbc3c8b52a9db0e977750048f548f6bcc2c6f55 done
12:00:51 #17 naming to docker.io/debbuild-raspbian-buster/aarch64 done
12:00:51 #17 DONE 5.9s
12:00:51 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:51 + set -e
12:00:51 + mkdir -p /root/build-deb/engine
12:00:51 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:51 #12 2.494 dh_compress
12:00:51 #12 2.528 dh_fixperms
12:00:51 #12 2.570 dh_installdeb
12:00:51 #12 2.596 dh_gencontrol
12:00:51 #12 2.711 dh_md5sums
12:00:51 [100%] Built target tini-static
12:00:51 + mkdir -p /usr/local/bin
12:00:51 + cp tini-static /usr/local/bin/docker-init
12:00:51 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:51 + PRODUCT=docker
12:00:51 + hack/make.sh dynbinary
12:00:51 
12:00:51 Removing bundles/
12:00:51 
12:00:51 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:51 #12 10.44 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf g++-12 armhf 12.2.0-14+rpi1 [7914 kB]
12:00:51 + set -e
12:00:51 + mkdir -p /root/build-deb/engine
12:00:51 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:52 + mkdir -p /root/build-deb/cli
12:00:52 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:52 #12 2.738 dh_builddeb
12:00:52 #12 2.757 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:52 #12 2.777 
12:00:52 #12 2.777 The package has been created.
12:00:52 #12 2.777 Attention, the package has been created in the current directory,
12:00:52 #12 2.777 not in ".." as indicated by the message above!
12:00:52 #12 2.803 Selecting previously unselected package docker-ce-build-deps.
12:00:52 #12 2.818 (Reading database ... 27522 files and directories currently installed.)
12:00:52 #12 2.819 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:52 #12 2.824 Unpacking docker-ce-build-deps (1.0) ...
12:00:52 #12 DONE 11.7s
12:00:52 
12:00:52 #13 [stage-1 5/8] COPY sources/ /sources
12:00:52 #13 DONE 0.2s
12:00:52 
12:00:52 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:52 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:00:52 #12 0.654 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:00:52 #12 0.654 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:00:52 #12 0.655 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
12:00:52 #15 DONE 2.5s
12:00:52 
12:00:52 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:00:52 #16 DONE 0.0s
12:00:52 
12:00:52 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:00:52 #17 DONE 0.0s
12:00:52 
12:00:52 #18 exporting to image
12:00:52 #18 exporting layers
12:00:52 + mkdir -p /root/build-deb/buildx
12:00:52 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:52 #20 1.981 Reading package lists...
12:00:52 #13 4.224 Reading package lists...
12:00:52 + mkdir -p /root/build-deb/cli
12:00:52 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:52 #13 5.228 Building dependency tree...
12:00:52 #13 5.439 Reading state information...
12:00:52 + mkdir -p /root/build-deb/buildx
12:00:52 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:52 #12 11.07 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf g++ armhf 4:12.2.0-1+rpi1 [1628 B]
12:00:52 #12 11.07 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf build-essential armhf 12.9 [7704 B]
12:00:52 #12 11.07 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf bash-completion all 1:2.11-6 [234 kB]
12:00:52 #12 11.07 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libarchive13 armhf 3.6.2-1 [293 kB]
12:00:52 #12 11.07 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf libjsoncpp25 armhf 1.9.5-4 [66.7 kB]
12:00:52 #12 11.07 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf librhash0 armhf 1.4.3-3 [142 kB]
12:00:52 #12 11.07 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf libuv1 armhf 1.44.2-1+rpi1 [125 kB]
12:00:52 #12 11.07 Get:10 http://archive.raspbian.org/raspbian bookworm/main armhf cmake-data all 3.25.1-1 [2026 kB]
12:00:52 #12 11.11 Get:11 http://archive.raspbian.org/raspbian bookworm/main armhf cmake armhf 3.25.1-1 [3859 kB]
12:00:52 + mkdir -p /root/build-deb/compose
12:00:52 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:52 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:52 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:52 + mkdir -p /go/src/github.com/docker
12:00:52 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:52 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:52 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:52 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:52 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:52 + EPOCH=5
12:00:52 + EPOCH_SEP=
12:00:52 + [[ ! -z 5 ]]
12:00:52 + EPOCH_SEP=:
12:00:52 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:52 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:52 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:52 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:52 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:52 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:52 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:52 + debSource=docker-ce
12:00:52 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:52 + debMaintainer='Docker <support@docker.com>'
12:00:52 ++ date --rfc-2822
12:00:52 + debDate='Tue, 07 Feb 2023 12:00:52 +0000'
12:00:52 + pkgRevision=1
12:00:52 + cat
12:00:52 + export CLI_GITCOMMIT=ab4ef4a
12:00:52 + CLI_GITCOMMIT=ab4ef4a
12:00:52 + export ENGINE_GITCOMMIT=a25ab92
12:00:52 + ENGINE_GITCOMMIT=a25ab92
12:00:52 + export SCAN_GITCOMMIT=6c852fa
12:00:52 + SCAN_GITCOMMIT=6c852fa
12:00:52 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:52 + dpkg-buildpackage -uc -us -I.git
12:00:52 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:52 dpkg-buildpackage: info: source package docker-ce
12:00:52 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster
12:00:52 dpkg-buildpackage: info: source distribution buster
12:00:52 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:52 dpkg-buildpackage: info: host architecture armhf
12:00:52  dpkg-source -I.git --before-build .
12:00:52 #20 2.452 Reading package lists...
12:00:52 #20 2.910 Building dependency tree...
12:00:52 #20 3.049 Reading state information...
12:00:52 #13 5.447 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:52 #13 5.741 Starting 2 pkgProblemResolver with broken count: 0
12:00:52 #13 5.746 Done
12:00:53 #12 2.902 Reading package lists...
12:00:53 #12 3.739 Building dependency tree...
12:00:53 #12 3.894 Reading state information...
12:00:53 #12 3.914 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:53 #12 3.956 Starting 2 pkgProblemResolver with broken count: 0
12:00:53 #12 3.958 Done
12:00:53 #12 3.979  Done
12:00:53 + mkdir -p /root/build-deb/compose
12:00:53 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:53 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:53 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:53 + mkdir -p /go/src/github.com/docker
12:00:53 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:53 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:53 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:53 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:53 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:53 + EPOCH=5
12:00:53 + EPOCH_SEP=
12:00:53 + [[ ! -z 5 ]]
12:00:53 + EPOCH_SEP=:
12:00:53 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:53 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:53 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:53 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:53 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:53 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:53 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:53 + debSource=docker-ce
12:00:53 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:53 + debMaintainer='Docker <support@docker.com>'
12:00:53 #12 11.35 Get:12 http://archive.raspbian.org/raspbian bookworm/main armhf dh-apparmor all 3.0.8-2 [16.7 kB]
12:00:53 #12 11.41 Get:13 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-8-0 armhf 10.42-1 [225 kB]
12:00:53 #12 11.42 Get:14 http://archive.raspbian.org/raspbian bookworm/main armhf libselinux1 armhf 3.4-1+b2 [64.5 kB]
12:00:53 #12 11.42 Get:15 http://archive.raspbian.org/raspbian bookworm/main armhf udev armhf 252.5-2+rpi1 [1551 kB]
12:00:53 #12 11.52 Get:16 http://archive.raspbian.org/raspbian bookworm/main armhf libudev1 armhf 252.5-2+rpi1 [99.1 kB]
12:00:53 #12 11.53 Get:17 http://archive.raspbian.org/raspbian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.8 kB]
12:00:53 #12 11.53 Get:18 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [123 kB]
12:00:53 #12 11.54 Get:19 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper-event1.02.1 armhf 2:1.02.185-2 [12.1 kB]
12:00:53 #12 11.54 Get:20 http://archive.raspbian.org/raspbian bookworm/main armhf libudev-dev armhf 252.5-2+rpi1 [51.8 kB]
12:00:53 #12 11.58 Get:21 http://archive.raspbian.org/raspbian bookworm/main armhf libsepol-dev armhf 3.4-2 [319 kB]
12:00:53 #12 11.59 Get:22 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-16-0 armhf 10.42-1 [210 kB]
12:00:53 #12 11.60 Get:23 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-32-0 armhf 10.42-1 [201 kB]
12:00:53  debian/rules clean
12:00:53 dh clean --with=bash-completion
12:00:53 #20 3.162 The following additional packages will be installed:
12:00:53 #20 3.162   libmagic-mgc libmagic1
12:00:53 #20 3.184 The following NEW packages will be installed:
12:00:53 #20 3.184   file libmagic-mgc libmagic1
12:00:53 #13 5.967  Done
12:00:53 #12 3.986 Starting pkgProblemResolver with broken count: 0
12:00:53 #12 4.022 Starting 2 pkgProblemResolver with broken count: 0
12:00:53 #12 4.024 Done
12:00:53 ++ date --rfc-2822
12:00:53 + debDate='Tue, 07 Feb 2023 12:00:53 +0000'
12:00:53 + pkgRevision=1
12:00:53 + cat
12:00:53 + export CLI_GITCOMMIT=ab4ef4a
12:00:53 + CLI_GITCOMMIT=ab4ef4a
12:00:53 + export ENGINE_GITCOMMIT=a25ab92
12:00:53 + ENGINE_GITCOMMIT=a25ab92
12:00:53 + export SCAN_GITCOMMIT=6c852fa
12:00:53 + SCAN_GITCOMMIT=6c852fa
12:00:53 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:53 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:53 + dpkg-buildpackage -uc -us -I.git
12:00:53 dpkg-buildpackage: info: source package docker-ce
12:00:53 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster
12:00:53 dpkg-buildpackage: info: source distribution buster
12:00:53 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:53  dpkg-source -I.git --before-build .
12:00:53 dpkg-buildpackage: info: host architecture arm64
12:00:53 #12 11.61 Get:24 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-posix3 armhf 10.42-1 [55.1 kB]
12:00:53 #12 11.76 Get:25 http://archive.raspbian.org/raspbian bookworm/main armhf libpcre2-dev armhf 10.42-1 [648 kB]
12:00:53 #12 11.79 Get:26 http://archive.raspbian.org/raspbian bookworm/main armhf libselinux1-dev armhf 3.4-1+b2 [143 kB]
12:00:53 #12 11.79 Get:27 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper-dev armhf 2:1.02.185-2 [42.0 kB]
12:00:53 #12 11.80 Get:28 http://archive.raspbian.org/raspbian bookworm/main armhf libltdl7 armhf 2.4.7-5 [390 kB]
12:00:53 #12 11.83 Get:29 http://archive.raspbian.org/raspbian bookworm/main armhf libltdl-dev armhf 2.4.7-5 [161 kB]
12:00:53 #12 11.84 Get:30 http://archive.raspbian.org/raspbian bookworm/main armhf libseccomp2 armhf 2.5.4-1+rpi1+b1 [46.2 kB]
12:00:53 #12 11.87 Get:31 http://archive.raspbian.org/raspbian bookworm/main armhf libseccomp-dev armhf 2.5.4-1+rpi1+b1 [86.6 kB]
12:00:53 #12 0.897 Reading package lists...
12:00:53    dh_clean
12:00:53 #20 3.450 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
12:00:53 #20 3.450 Need to get 468 kB of archives.
12:00:53 #20 3.450 After this operation, 7075 kB of additional disk space will be used.
12:00:53 #20 3.450 Get:1 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
12:00:53 #20 3.455 Get:2 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
12:00:53 #20 3.456 Get:3 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
12:00:53 #20 3.597 debconf: delaying package configuration, since apt-utils is not installed
12:00:53 #20 3.635 Fetched 468 kB in 0s (1742 kB/s)
12:00:53 #20 3.653 Selecting previously unselected package libmagic-mgc.
12:00:53 #20 3.653 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15719 files and directories currently installed.)
12:00:53 #20 3.664 Preparing to unpack .../libmagic-mgc_1%3a5.39-3_amd64.deb ...
12:00:53 #20 3.669 Unpacking libmagic-mgc (1:5.39-3) ...
12:00:53 #13 6.200 Starting pkgProblemResolver with broken count: 0
12:00:53 #13 6.239 Starting 2 pkgProblemResolver with broken count: 0
12:00:53 #13 6.242 Done
12:00:53 #12 4.142 The following additional packages will be installed:
12:00:53 #12 4.142   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:00:53 #12 4.142   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
12:00:53 #12 4.142   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
12:00:53 #12 4.143   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:00:53 #12 4.143   libuv1 pkg-config procps
12:00:53 #12 4.144 Suggested packages:
12:00:53 #12 4.144   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:00:53 #12 4.392 The following NEW packages will be installed:
12:00:53  debian/rules clean
12:00:53 dh clean --with=bash-completion
12:00:53    dh_clean
12:00:53 #12 11.88 Get:32 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd0 armhf 252.5-2+rpi1 [297 kB]
12:00:53 #12 11.88 Get:33 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd-dev armhf 252.5-2+rpi1 [352 kB]
12:00:53 #12 11.89 Get:34 http://archive.raspbian.org/raspbian bookworm/main armhf libpkgconf3 armhf 1.8.1-1 [31.3 kB]
12:00:53 #12 11.98 Get:35 http://archive.raspbian.org/raspbian bookworm/main armhf pkgconf-bin armhf 1.8.1-1 [27.8 kB]
12:00:53 #12 11.98 Get:36 http://archive.raspbian.org/raspbian bookworm/main armhf pkgconf armhf 1.8.1-1 [25.9 kB]
12:00:53 #12 11.99 Get:37 http://archive.raspbian.org/raspbian bookworm/main armhf pkg-config armhf 1.8.1-1 [13.7 kB]
12:00:53 #12 2.065 dpkg-buildpackage: info: source package docker-ce-build-deps
12:00:53 #12 2.065 dpkg-buildpackage: info: source version 1.0
12:00:53 #12 2.065 dpkg-buildpackage: info: source distribution unstable
12:00:53 #12 2.065 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:00:53 #12 2.104 dpkg-buildpackage: info: host architecture armhf
12:00:53 #12 2.104  dpkg-source --before-build .
12:00:53 #12 2.210  debian/rules clean
12:00:53  dpkg-source -I.git -b .
12:00:53 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:53 dpkg-source: info: using source format '1.0'
12:00:53 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.tar.gz
12:00:53 #20 3.748 Selecting previously unselected package libmagic1:amd64.
12:00:53 #20 3.750 Preparing to unpack .../libmagic1_1%3a5.39-3_amd64.deb ...
12:00:53 #20 3.760 Unpacking libmagic1:amd64 (1:5.39-3) ...
12:00:53 #20 3.798 Selecting previously unselected package file.
12:00:53 #20 3.800 Preparing to unpack .../file_1%3a5.39-3_amd64.deb ...
12:00:53 #20 3.803 Unpacking file (1:5.39-3) ...
12:00:53 #20 3.845 Setting up libmagic-mgc (1:5.39-3) ...
12:00:53 #20 3.855 Setting up libmagic1:amd64 (1:5.39-3) ...
12:00:53 #20 3.874 Setting up file (1:5.39-3) ...
12:00:53 #20 3.885 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:00:53 #20 DONE 4.0s
12:00:53 #13 6.667 The following additional packages will be installed:
12:00:53 #12 4.393   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:00:53 #12 4.393   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1
12:00:53 #12 4.393   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libprocps7 librhash0
12:00:53 #12 4.393   libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:00:53 #12 4.394   libuv1 pkg-config procps
12:00:53 #12 4.667 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
12:00:53 #12 4.667 1 not fully installed or removed.
12:00:53 #12 4.667 Need to get 8017 kB of archives.
12:00:53 #12 4.667 After this operation, 28.6 MB of additional disk space will be used.
12:00:53 #12 4.667 Get:1 http://deb.debian.org/debian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
12:00:53 #17 exporting layers 4.8s done
12:00:53 #17 writing image sha256:77e5f6da998c6aeccfa2bb61e74720652f83504542773841ef439bb851fc8278 done
12:00:53 #17 naming to docker.io/rpmbuild-centos-8/x86_64 done
12:00:53 #17 DONE 4.8s
12:00:53 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 ab4ef4a' --define '_gitcommit_engine a25ab92' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.15.1' --define '_compose_version v2.15.1' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
12:00:53 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kzWc5w
12:00:53 + umask 022
12:00:53 + cd /root/rpmbuild/BUILD
12:00:53 + cd /root/rpmbuild/BUILD
12:00:53 + rm -rf src
12:00:53 + /usr/bin/mkdir -p src
12:00:53 + cd src
12:00:53 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:00:53 + /usr/bin/tar -xof -
12:00:53 #12 12.23 debconf: delaying package configuration, since apt-utils is not installed
12:00:53 #12 12.29 Fetched 22.0 MB in 4s (5826 kB/s)
12:00:53 #12 12.31 Selecting previously unselected package libstdc++-12-dev:armhf.
12:00:53 #12 12.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 ... 18409 files and directories currently installed.)
12:00:53 #12 12.32 Preparing to unpack .../00-libstdc++-12-dev_12.2.0-14+rpi1_armhf.deb ...
12:00:53 #12 12.33 Unpacking libstdc++-12-dev:armhf (12.2.0-14+rpi1) ...
12:00:53 #12 2.212 dh clean
12:00:53 #12 2.294    dh_clean
12:00:53 #12 2.328  debian/rules binary
12:00:53 #12 2.330 dh binary
12:00:53 #12 2.402    dh_update_autotools_config
12:00:53 #12 2.431    dh_autoreconf
12:00:53  dpkg-source -I.git -b .
12:00:53 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:53 dpkg-source: info: using source format '1.0'
12:00:53 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz
12:00:53 
12:00:53 #21 [tini-src 1/3] WORKDIR /usr/src/tini
12:00:53 #21 ...
12:00:53 
12:00:53 #22 [runc-build 1/3] WORKDIR /go/src/github.com/opencontainers/runc
12:00:53 #22 DONE 0.2s
12:00:53 
12:00:53 #23 [containerd-build 1/3] WORKDIR /go/src/github.com/containerd/containerd
12:00:53 #23 DONE 0.2s
12:00:53 
12:00:53 #24 [containerd-src 1/3] WORKDIR /usr/src/containerd
12:00:53 #24 DONE 0.2s
12:00:53 
12:00:53 #25 [rootlesskit-build 1/5] WORKDIR /go/src/github.com/rootless-containers/rootlesskit
12:00:53 #25 DONE 0.2s
12:00:53 
12:00:53 #26 [runc-src 1/3] WORKDIR /usr/src/runc
12:00:53 #26 DONE 0.2s
12:00:53 
12:00:53 #27 [rootlesskit-src 1/3] WORKDIR /usr/src/rootlesskit
12:00:53 #27 DONE 0.2s
12:00:53 
12:00:53 #28 [tini-build 1/4] WORKDIR /go/src/github.com/krallin/tini
12:00:53 #28 DONE 0.2s
12:00:54 #13 6.667   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:00:54 #13 6.668   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
12:00:54 #13 6.668   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
12:00:54 #13 6.668   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:00:54 #13 6.669   libuv1 pkg-config
12:00:54 #13 6.670 Suggested packages:
12:00:54 #13 6.670   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
12:00:54 #13 6.719 The following NEW packages will be installed:
12:00:54 #13 6.719   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:00:54 #13 6.720   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libjsoncpp25
12:00:54 #13 6.720   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
12:00:54 #13 6.720   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:00:54 #13 6.721   libuv1 pkg-config
12:00:54 #12 4.671 Get:2 http://deb.debian.org/debian buster/main armhf cmake-data all 3.13.4-1 [1476 kB]
12:00:54 #12 4.687 Get:3 http://deb.debian.org/debian buster/main armhf libprocps7 armhf 2:3.3.15-2 [58.7 kB]
12:00:54 #12 4.688 Get:4 http://deb.debian.org/debian buster/main armhf procps armhf 2:3.3.15-2 [248 kB]
12:00:54 #12 4.691 Get:5 http://deb.debian.org/debian-security buster/updates/main armhf libarchive13 armhf 3.3.3-4+deb10u3 [277 kB]
12:00:54 #12 4.694 Get:6 http://deb.debian.org/debian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [67.8 kB]
12:00:54 #12 4.696 Get:7 http://deb.debian.org/debian buster/main armhf librhash0 armhf 1.3.8-1 [134 kB]
12:00:54 #12 4.697 Get:8 http://deb.debian.org/debian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [98.3 kB]
12:00:54 #12 4.699 Get:9 http://deb.debian.org/debian buster/main armhf cmake armhf 3.13.4-1 [2848 kB]
12:00:54 #12 4.735 Get:10 http://deb.debian.org/debian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
12:00:54 #12 4.736 Get:11 http://deb.debian.org/debian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.0 kB]
12:00:54 #12 4.759 Get:12 http://deb.debian.org/debian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [131 kB]
12:00:54 #12 4.761 Get:13 http://deb.debian.org/debian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.4 kB]
12:00:54 #12 4.762 Get:14 http://deb.debian.org/debian buster/main armhf libudev-dev armhf 241-7~deb10u8 [110 kB]
12:00:54 #12 4.902 Get:15 http://deb.debian.org/debian buster/main armhf libsepol1-dev armhf 2.8-1 [318 kB]
12:00:54 #12 2.475    create-stamp debian/debhelper-build-stamp
12:00:54 #12 2.475    dh_prep
12:00:54 #12 2.504    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:00:54 #12 2.558    dh_install
12:00:54 #12 2.593    dh_installdocs
12:00:54 #12 2.632    dh_installchangelogs
12:00:54 
12:00:54 #21 [tini-src 1/3] WORKDIR /usr/src/tini
12:00:54 #21 DONE 0.3s
12:00:54 
12:00:54 #29 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
12:00:54 #12 5.091 Get:16 http://deb.debian.org/debian buster/main armhf libpcre16-3 armhf 2:8.39-12 [238 kB]
12:00:54 #12 5.094 Get:17 http://deb.debian.org/debian buster/main armhf libpcre32-3 armhf 2:8.39-12 [231 kB]
12:00:54 #12 5.097 Get:18 http://deb.debian.org/debian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
12:00:54 #12 5.103 Get:19 http://deb.debian.org/debian buster/main armhf libpcre3-dev armhf 2:8.39-12 [585 kB]
12:00:54 #12 5.113 Get:20 http://deb.debian.org/debian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [162 kB]
12:00:54 #12 5.115 Get:21 http://deb.debian.org/debian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
12:00:54 #12 5.116 Get:22 http://deb.debian.org/debian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.3 kB]
12:00:54 #12 5.117 Get:23 http://deb.debian.org/debian buster/main armhf libsystemd-dev armhf 241-7~deb10u8 [322 kB]
12:00:54 #12 5.120 Get:24 http://deb.debian.org/debian buster/main armhf pkg-config armhf 0.29-6 [60.7 kB]
12:00:54 + STATUS=0
12:00:54 + '[' 0 -ne 0 ']'
12:00:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:00:54 + /usr/bin/tar -xof -
12:00:54 #12 2.722    dh_perl
12:00:54 #12 2.760    dh_link
12:00:54 #12 2.796    dh_strip_nondeterminism
12:00:54 #12 2.863    dh_compress
12:00:54 #12 2.903    dh_fixperms
12:00:54 #12 2.943    dh_missing
12:00:54 #12 2.971    dh_installdeb
12:00:54 #12 12.57 Selecting previously unselected package g++-12.
12:00:54 #12 12.58 Preparing to unpack .../01-g++-12_12.2.0-14+rpi1_armhf.deb ...
12:00:54 #12 12.58 Unpacking g++-12 (12.2.0-14+rpi1) ...
12:00:54 #12 5.346 debconf: delaying package configuration, since apt-utils is not installed
12:00:54 #12 5.382 Fetched 8017 kB in 1s (11.3 MB/s)
12:00:54 #12 5.412 Selecting previously unselected package bash-completion.
12:00:54 #12 5.412 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 27526 files and directories currently installed.)
12:00:54 #12 5.426 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
12:00:54 #13 7.149 0 upgraded, 22 newly installed, 0 to remove and 4 not upgraded.
12:00:54 #13 7.149 1 not fully installed or removed.
12:00:54 #13 7.149 Need to get 9739 kB of archives.
12:00:54 #13 7.149 After this operation, 36.7 MB of additional disk space will be used.
12:00:54 #13 7.149 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf bash-completion all 1:2.11-6ubuntu1 [179 kB]
12:00:54 #14 DONE 2.4s
12:00:54 
12:00:54 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:00:54 #15 DONE 0.0s
12:00:54 
12:00:54 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:00:54 #16 DONE 0.1s
12:00:54 
12:00:54 #17 exporting to image
12:00:54 #17 exporting layers
12:00:54 #12 3.006    dh_gencontrol
12:00:54 #12 3.139    dh_md5sums
12:00:54 #12 3.179    dh_builddeb
12:00:54 #12 3.207 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:00:54 #12 3.231  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
12:00:54 #13 7.531 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libarchive13 armhf 3.6.0-1ubuntu1 [338 kB]
12:00:54 #13 7.652 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjsoncpp25 armhf 1.9.5-4 [72.3 kB]
12:00:54 #12 3.391  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
12:00:54 #12 3.471 dpkg-genchanges: info: binary-only upload (no source code included)
12:00:54 #12 3.474  dpkg-source --after-build .
12:00:54 + STATUS=0
12:00:54 + '[' 0 -ne 0 ']'
12:00:54 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:00:54 + exit 0
12:00:54 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bnikj5
12:00:54 + umask 022
12:00:54 + cd /root/rpmbuild/BUILD
12:00:54 + cd src
12:00:54 + export DOCKER_GITCOMMIT=a25ab92
12:00:54 + DOCKER_GITCOMMIT=a25ab92
12:00:54 + mkdir -p /go/src/github.com/docker
12:00:54 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:00:54 + pushd /root/rpmbuild/BUILD/src/engine
12:00:54 + TMP_GOPATH=/go
12:00:54 + hack/dockerfile/install/install.sh tini
12:00:54 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:00:54 + RM_GOPATH=0
12:00:54 + TMP_GOPATH=/go
12:00:54 + : /usr/local/bin
12:00:54 + '[' -z /go ']'
12:00:54 + export GOPATH=/go
12:00:54 + GOPATH=/go
12:00:54 + case "$(go env GOARCH)" in
12:00:54 ++ go env GOARCH
12:00:54 + export GO_BUILDMODE=-buildmode=pie
12:00:54 + GO_BUILDMODE=-buildmode=pie
12:00:54 ++ dirname hack/dockerfile/install/install.sh
12:00:54 + dir=hack/dockerfile/install
12:00:54 + bin=tini
12:00:54 + shift
12:00:54 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:00:54 + . hack/dockerfile/install/tini.installer
12:00:54 ++ : v0.19.0
12:00:54 + install_tini
12:00:54 + echo 'Install tini version v0.19.0'
12:00:54 Install tini version v0.19.0
12:00:54 + git clone https://github.com/krallin/tini.git /go/tini
12:00:54 Cloning into '/go/tini'...
12:00:54 #12 13.27 Selecting previously unselected package g++.
12:00:54 #12 13.27 Preparing to unpack .../02-g++_4%3a12.2.0-1+rpi1_armhf.deb ...
12:00:54 #12 13.27 Unpacking g++ (4:12.2.0-1+rpi1) ...
12:00:54 #12 13.30 Selecting previously unselected package build-essential.
12:00:54 #12 13.31 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
12:00:54 #12 13.31 Unpacking build-essential (12.9) ...
12:00:54 #12 13.35 Selecting previously unselected package bash-completion.
12:00:54 #12 13.35 Preparing to unpack .../04-bash-completion_1%3a2.11-6_all.deb ...
12:00:54 #12 13.37 Unpacking bash-completion (1:2.11-6) ...
12:00:54 #12 13.50 Selecting previously unselected package libarchive13:armhf.
12:00:54 #12 13.50 Preparing to unpack .../05-libarchive13_3.6.2-1_armhf.deb ...
12:00:54 #12 13.51 Unpacking libarchive13:armhf (3.6.2-1) ...
12:00:55 #13 7.672 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf librhash0 armhf 1.4.2-1ubuntu1 [141 kB]
12:00:55 #13 7.697 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libuv1 armhf 1.44.2-1 [76.2 kB]
12:00:55 #13 7.708 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
12:00:55 #13 7.708 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf emacsen-common all 3.0.4 [14.9 kB]
12:00:55 #13 7.711 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf cmake-data all 3.24.2-1ubuntu1 [2024 kB]
12:00:55 #13 7.861 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf cmake armhf 3.24.2-1ubuntu1 [4824 kB]
12:00:55 #12 5.971 Unpacking bash-completion (1:2.8-6) ...
12:00:55 #12 3.581 dpkg-buildpackage: info: binary-only upload (no source included)
12:00:55 #12 3.585 
12:00:55 #12 3.585 The package has been created.
12:00:55 #12 3.585 Attention, the package has been created in the current directory,
12:00:55 #12 3.585 not in ".." as indicated by the message above!
12:00:55 #12 3.607 Selecting previously unselected package docker-ce-build-deps.
12:00:55 #12 3.625 (Reading database ... 29544 files and directories currently installed.)
12:00:55 #12 3.626 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:00:55 #12 3.635 Unpacking docker-ce-build-deps (1.0) ...
12:00:55 + cd /go/tini
12:00:55 + git checkout -q v0.19.0
12:00:55 + cmake .
12:00:55 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:00:55   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:00:55   CMake.
12:00:55 
12:00:55   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:00:55   CMake that the project does not need compatibility with older versions.
12:00:55 
12:00:55 
12:00:55 -- The C compiler identification is GNU 8.5.0
12:00:55 -- Detecting C compiler ABI info
12:00:55 -- Detecting C compiler ABI info - done
12:00:55 -- Check for working C compiler: /usr/bin/cc - skipped
12:00:55 -- Detecting C compile features
12:00:55 -- Detecting C compile features - done
12:00:55 -- Performing Test HAS_BUILTIN_FORTIFY
12:00:55 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:00:55 #12 13.58 Selecting previously unselected package libjsoncpp25:armhf.
12:00:55 #12 13.58 Preparing to unpack .../06-libjsoncpp25_1.9.5-4_armhf.deb ...
12:00:55 #12 13.58 Unpacking libjsoncpp25:armhf (1.9.5-4) ...
12:00:55 #12 13.62 Selecting previously unselected package librhash0:armhf.
12:00:55 #12 13.63 Preparing to unpack .../07-librhash0_1.4.3-3_armhf.deb ...
12:00:55 #12 13.63 Unpacking librhash0:armhf (1.4.3-3) ...
12:00:55 #12 13.69 Selecting previously unselected package libuv1:armhf.
12:00:55 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc
12:00:55  debian/rules build
12:00:55 dh build --with=bash-completion
12:00:55    dh_update_autotools_config
12:00:55    dh_autoreconf
12:00:55    debian/rules override_dh_auto_build
12:00:55 make[1]: Entering directory '/root/build-deb'
12:00:55 # Build the daemon and dependencies
12:00:55 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:00:55 
12:00:55 Removing bundles/
12:00:55 
12:00:55 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:55 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:00:55 #13 8.099 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf dh-apparmor all 3.0.7-1ubuntu2 [9102 B]
12:00:55 #13 8.100 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevmapper-event1.02.1 armhf 2:1.02.185-1ubuntu1 [11.5 kB]
12:00:55 #13 8.100 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libudev-dev armhf 251.4-1ubuntu7 [21.3 kB]
12:00:55 #13 8.101 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsepol-dev armhf 3.4-2 [359 kB]
12:00:55 #13 8.115 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpcre2-16-0 armhf 10.40-1ubuntu1 [179 kB]
12:00:55 #13 8.125 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpcre2-32-0 armhf 10.40-1ubuntu1 [172 kB]
12:00:55 #13 8.134 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpcre2-posix3 armhf 10.40-1ubuntu1 [5524 B]
12:00:55 #13 8.134 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpcre2-dev armhf 10.40-1ubuntu1 [663 kB]
12:00:55 #13 8.167 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libselinux1-dev armhf 3.4-1 [157 kB]
12:00:55 #13 8.178 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevmapper-dev armhf 2:1.02.185-1ubuntu1 [36.7 kB]
12:00:55 #12 6.128 Selecting previously unselected package cmake-data.
12:00:55 #12 6.131 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
12:00:55 #12 6.137 Unpacking cmake-data (3.13.4-1) ...
12:00:55 -- Configuring done
12:00:55 -- Generating done
12:00:55 -- Build files have been written to: /go/tini
12:00:55 + make tini-static
12:00:55 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:00:55 [100%] Linking C executable tini-static
12:00:55 #12 13.69 Preparing to unpack .../08-libuv1_1.44.2-1+rpi1_armhf.deb ...
12:00:55 #12 13.69 Unpacking libuv1:armhf (1.44.2-1+rpi1) ...
12:00:55 #12 13.75 Selecting previously unselected package cmake-data.
12:00:55 #12 13.75 Preparing to unpack .../09-cmake-data_3.25.1-1_all.deb ...
12:00:55 #12 13.76 Unpacking cmake-data (3.25.1-1) ...
12:00:55 #13 8.255 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libseccomp-dev armhf 2.5.4-1ubuntu1 [86.8 kB]
12:00:55 #13 8.258 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsystemd-dev armhf 251.4-1ubuntu7 [314 kB]
12:00:55 #13 8.273 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf pkg-config armhf 0.29.2-1ubuntu3 [46.0 kB]
12:00:55 #13 8.472 debconf: delaying package configuration, since apt-utils is not installed
12:00:55 #13 8.516 Fetched 9739 kB in 2s (6321 kB/s)
12:00:55 #12 6.421 Selecting previously unselected package libprocps7:armhf.
12:00:55 #12 6.425 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_armhf.deb ...
12:00:55 #12 6.431 Unpacking libprocps7:armhf (2:3.3.15-2) ...
12:00:55 #12 6.490 Selecting previously unselected package procps.
12:00:55 #12 6.493 Preparing to unpack .../03-procps_2%3a3.3.15-2_armhf.deb ...
12:00:55 #12 6.500 Unpacking procps (2:3.3.15-2) ...
12:00:55 [100%] Built target tini-static
12:00:55 + mkdir -p /usr/local/bin
12:00:55 + cp tini-static /usr/local/bin/docker-init
12:00:55 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:55 + PRODUCT=docker
12:00:55 + hack/make.sh dynbinary
12:00:55 
12:00:55 Removing bundles/
12:00:55 
12:00:55 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:55 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:00:55 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc
12:00:55  debian/rules build
12:00:55 dh build --with=bash-completion
12:00:55    dh_update_autotools_config
12:00:55    dh_autoreconf
12:00:55    debian/rules override_dh_auto_build
12:00:55 make[1]: Entering directory '/root/build-deb'
12:00:55 # Build the daemon and dependencies
12:00:55 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:00:55 
12:00:55 Removing bundles/
12:00:55 
12:00:55 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:55 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:00:55 #12 14.14 Selecting previously unselected package cmake.
12:00:55 #12 14.14 Preparing to unpack .../10-cmake_3.25.1-1_armhf.deb ...
12:00:55 #12 14.15 Unpacking cmake (3.25.1-1) ...
12:00:55 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc
12:00:55  debian/rules build
12:00:55 dh build --with=bash-completion
12:00:55    dh_update_autotools_config
12:00:55    dh_autoreconf
12:00:55    debian/rules override_dh_auto_build
12:00:55 make[1]: Entering directory '/root/build-deb'
12:00:55 # Build the daemon and dependencies
12:00:55 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:00:55 
12:00:55 Removing bundles/
12:00:55 
12:00:55 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:00:55 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:00:55 #13 8.542 Selecting previously unselected package bash-completion.
12:00:55 #13 8.542 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 27269 files and directories currently installed.)
12:00:55 #13 8.561 Preparing to unpack .../00-bash-completion_1%3a2.11-6ubuntu1_all.deb ...
12:00:55 #13 8.574 Unpacking bash-completion (1:2.11-6ubuntu1) ...
12:00:55 #13 8.677 Selecting previously unselected package libarchive13:armhf.
12:00:55 #13 8.680 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_armhf.deb ...
12:00:55 #13 8.687 Unpacking libarchive13:armhf (3.6.0-1ubuntu1) ...
12:00:55 #13 8.720 Selecting previously unselected package libjsoncpp25:armhf.
12:00:55 #13 8.723 Preparing to unpack .../02-libjsoncpp25_1.9.5-4_armhf.deb ...
12:00:55 #13 8.727 Unpacking libjsoncpp25:armhf (1.9.5-4) ...
12:00:55 #13 8.757 Selecting previously unselected package librhash0:armhf.
12:00:55 #13 8.759 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_armhf.deb ...
12:00:55 #13 8.763 Unpacking librhash0:armhf (1.4.2-1ubuntu1) ...
12:00:55 #13 8.795 Selecting previously unselected package libuv1:armhf.
12:00:55 #12 6.557 Selecting previously unselected package libarchive13:armhf.
12:00:55 #12 6.559 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_armhf.deb ...
12:00:55 #12 6.563 Unpacking libarchive13:armhf (3.3.3-4+deb10u3) ...
12:00:55 #12 6.629 Selecting previously unselected package libjsoncpp1:armhf.
12:00:55 #12 6.630 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_armhf.deb ...
12:00:55 #12 6.637 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
12:00:55 #12 6.678 Selecting previously unselected package librhash0:armhf.
12:00:55 #12 6.681 Preparing to unpack .../06-librhash0_1.3.8-1_armhf.deb ...
12:00:55 #12 6.685 Unpacking librhash0:armhf (1.3.8-1) ...
12:00:55 #12 6.752 Selecting previously unselected package libuv1:armhf.
12:00:55 #12 6.755 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_armhf.deb ...
12:00:55 #12 6.763 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
12:00:55 #12 6.808 Selecting previously unselected package cmake.
12:00:56 #12 14.55 Selecting previously unselected package dh-apparmor.
12:00:56 #12 3.709 Reading package lists...
12:00:56 #13 8.798 Preparing to unpack .../04-libuv1_1.44.2-1_armhf.deb ...
12:00:56 #13 8.801 Unpacking libuv1:armhf (1.44.2-1) ...
12:00:56 #13 8.829 Selecting previously unselected package dh-elpa-helper.
12:00:56 #13 8.831 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
12:00:56 #13 8.835 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
12:00:56 #13 8.871 Selecting previously unselected package emacsen-common.
12:00:56 #13 8.874 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
12:00:56 #13 8.883 Unpacking emacsen-common (3.0.4) ...
12:00:56 #13 8.927 Selecting previously unselected package cmake-data.
12:00:56 #13 8.930 Preparing to unpack .../07-cmake-data_3.24.2-1ubuntu1_all.deb ...
12:00:56 #13 8.944 Unpacking cmake-data (3.24.2-1ubuntu1) ...
12:00:56 #12 6.811 Preparing to unpack .../08-cmake_3.13.4-1_armhf.deb ...
12:00:56 #12 6.815 Unpacking cmake (3.13.4-1) ...
12:00:56 #12 7.103 Selecting previously unselected package dh-apparmor.
12:00:56 #12 14.55 Preparing to unpack .../11-dh-apparmor_3.0.8-2_all.deb ...
12:00:56 #12 14.56 Unpacking dh-apparmor (3.0.8-2) ...
12:00:56 #12 14.60 Preparing to unpack .../12-libpcre2-8-0_10.42-1_armhf.deb ...
12:00:56 #12 14.62 Unpacking libpcre2-8-0:armhf (10.42-1) over (10.40-3) ...
12:00:56 #12 14.68 Setting up libpcre2-8-0:armhf (10.42-1) ...
12:00:56 #12 14.74 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23318 files and directories currently installed.)
12:00:56 #12 14.76 Preparing to unpack .../libselinux1_3.4-1+b2_armhf.deb ...
12:00:56 #12 14.77 Unpacking libselinux1:armhf (3.4-1+b2) over (3.4-1+b1) ...
12:00:56 #12 14.83 Setting up libselinux1:armhf (3.4-1+b2) ...
12:00:56 #12 4.579 Building dependency tree...
12:00:56 #12 4.779 Reading state information...
12:00:56 #17 exporting layers 6.4s done
12:00:56 #17 writing image sha256:65c975c0812194b700bb735a468603dec7044d7338ddaeeecc35ee2c671bb73b done
12:00:56 #17 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done
12:00:56 #17 DONE 6.4s
12:00:56 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:56 #12 7.106 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
12:00:56 #12 7.109 Unpacking dh-apparmor (2.13.2-10) ...
12:00:56 #12 7.165 Selecting previously unselected package dmsetup.
12:00:56 #12 7.168 Preparing to unpack .../10-dmsetup_2%3a1.02.155-3_armhf.deb ...
12:00:56 #12 7.173 Unpacking dmsetup (2:1.02.155-3) ...
12:00:56 #12 7.215 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:00:56 #12 7.218 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
12:00:56 #12 7.223 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
12:00:56 #12 7.268 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:00:56 #12 7.271 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
12:00:56 #12 7.276 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
12:00:56 #12 7.315 Selecting previously unselected package libudev-dev:armhf.
12:00:56 #12 7.317 Preparing to unpack .../13-libudev-dev_241-7~deb10u8_armhf.deb ...
12:00:56 #12 14.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 ... 23318 files and directories currently installed.)
12:00:56 #12 14.90 Preparing to unpack .../udev_252.5-2+rpi1_armhf.deb ...
12:00:56 #12 14.91 Unpacking udev (252.5-2+rpi1) over (252.4-1+rpi1) ...
12:00:56 #12 4.787 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:00:56 #12 5.057 Starting 2 pkgProblemResolver with broken count: 0
12:00:56 #12 5.061 Done
12:00:56 + set -e
12:00:56 + mkdir -p /root/build-deb/engine
12:00:56 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:56 #12 7.325 Unpacking libudev-dev:armhf (241-7~deb10u8) ...
12:00:56 #12 7.373 Selecting previously unselected package libsepol1-dev:armhf.
12:00:56 #12 7.376 Preparing to unpack .../14-libsepol1-dev_2.8-1_armhf.deb ...
12:00:56 #12 7.381 Unpacking libsepol1-dev:armhf (2.8-1) ...
12:00:56 #12 7.445 Selecting previously unselected package libpcre16-3:armhf.
12:00:56 #12 7.448 Preparing to unpack .../15-libpcre16-3_2%3a8.39-12_armhf.deb ...
12:00:56 #12 7.452 Unpacking libpcre16-3:armhf (2:8.39-12) ...
12:00:56 #12 7.509 Selecting previously unselected package libpcre32-3:armhf.
12:00:56 #12 7.512 Preparing to unpack .../16-libpcre32-3_2%3a8.39-12_armhf.deb ...
12:00:56 #12 7.517 Unpacking libpcre32-3:armhf (2:8.39-12) ...
12:00:56 #12 7.579 Selecting previously unselected package libpcrecpp0v5:armhf.
12:00:56 #13 9.259 Selecting previously unselected package cmake.
12:00:56 #13 9.263 Preparing to unpack .../08-cmake_3.24.2-1ubuntu1_armhf.deb ...
12:00:56 #13 9.267 Unpacking cmake (3.24.2-1ubuntu1) ...
12:00:56 #13 9.386 Selecting previously unselected package dh-apparmor.
12:00:56 #13 9.389 Preparing to unpack .../09-dh-apparmor_3.0.7-1ubuntu2_all.deb ...
12:00:56 #13 9.393 Unpacking dh-apparmor (3.0.7-1ubuntu2) ...
12:00:56 #13 9.430 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:00:56 #13 9.433 Preparing to unpack .../10-libdevmapper-event1.02.1_2%3a1.02.185-1ubuntu1_armhf.deb ...
12:00:56 #13 9.437 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.185-1ubuntu1) ...
12:00:56 #13 9.467 Selecting previously unselected package libudev-dev:armhf.
12:00:56 #13 9.470 Preparing to unpack .../11-libudev-dev_251.4-1ubuntu7_armhf.deb ...
12:00:56 #13 9.474 Unpacking libudev-dev:armhf (251.4-1ubuntu7) ...
12:00:56 #13 9.504 Selecting previously unselected package libsepol-dev:armhf.
12:00:56 #13 9.507 Preparing to unpack .../12-libsepol-dev_3.4-2_armhf.deb ...
12:00:56 #13 9.511 Unpacking libsepol-dev:armhf (3.4-2) ...
12:00:56 #13 9.556 Selecting previously unselected package libpcre2-16-0:armhf.
12:00:56 #13 9.559 Preparing to unpack .../13-libpcre2-16-0_10.40-1ubuntu1_armhf.deb ...
12:00:56 #13 9.564 Unpacking libpcre2-16-0:armhf (10.40-1ubuntu1) ...
12:00:56 #13 9.617 Selecting previously unselected package libpcre2-32-0:armhf.
12:00:56 #29 ...
12:00:56 
12:00:56 #30 [containerd-src 2/3] RUN git init . && git remote add origin "https://github.com/containerd/containerd.git"
12:00:56 #0 2.169 hint: Using 'master' as the name for the initial branch. This default branch name
12:00:56 #0 2.169 hint: is subject to change. To configure the initial branch name to use in all
12:00:56 #0 2.169 hint: of your new repositories, which will suppress this warning, call:
12:00:56 #0 2.169 hint: 
12:00:56 #0 2.169 hint: 	git config --global init.defaultBranch <name>
12:00:56 #0 2.169 hint: 
12:00:56 #0 2.169 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:00:56 #0 2.169 hint: 'development'. The just-created branch can be renamed via this command:
12:00:56 #0 2.169 hint: 
12:00:56 #0 2.169 hint: 	git branch -m <name>
12:00:56 #0 2.172 Initialized empty Git repository in /usr/src/containerd/.git/
12:00:56 #30 DONE 2.3s
12:00:56 
12:00:56 #31 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.16" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:00:56 #31 ...
12:00:56 
12:00:56 #32 [runc-src 2/3] RUN git init . && git remote add origin "https://github.com/opencontainers/runc.git"
12:00:56 #0 2.394 Initialized empty Git repository in /usr/src/runc/.git/
12:00:56 #0 2.396 hint: Using 'master' as the name for the initial branch. This default branch name
12:00:56 #0 2.396 hint: is subject to change. To configure the initial branch name to use in all
12:00:56 #0 2.396 hint: of your new repositories, which will suppress this warning, call:
12:00:56 #0 2.396 hint: 
12:00:56 #0 2.396 hint: 	git config --global init.defaultBranch <name>
12:00:56 #0 2.396 hint: 
12:00:56 #0 2.396 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:00:56 #0 2.396 hint: 'development'. The just-created branch can be renamed via this command:
12:00:56 #0 2.396 hint: 
12:00:56 #0 2.396 hint: 	git branch -m <name>
12:00:56 #32 DONE 2.5s
12:00:56 
12:00:56 #33 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:00:56 #12 5.267  Done
12:00:56 #12 7.581 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
12:00:56 #12 7.585 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
12:00:56 #12 7.618 Selecting previously unselected package libpcre3-dev:armhf.
12:00:56 #12 7.621 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-12_armhf.deb ...
12:00:56 #12 7.624 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
12:00:56 #12 7.708 Selecting previously unselected package libselinux1-dev:armhf.
12:00:56 #12 7.711 Preparing to unpack .../19-libselinux1-dev_2.8-1+b1_armhf.deb ...
12:00:56 #12 7.717 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
12:00:56 #12 7.768 Selecting previously unselected package libdevmapper-dev:armhf.
12:00:56 #12 7.771 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
12:00:56 #12 7.775 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
12:00:56 #12 7.812 Selecting previously unselected package libseccomp-dev:armhf.
12:00:56 #13 9.620 Preparing to unpack .../14-libpcre2-32-0_10.40-1ubuntu1_armhf.deb ...
12:00:56 #13 9.623 Unpacking libpcre2-32-0:armhf (10.40-1ubuntu1) ...
12:00:56 #13 9.660 Selecting previously unselected package libpcre2-posix3:armhf.
12:00:56 #13 9.662 Preparing to unpack .../15-libpcre2-posix3_10.40-1ubuntu1_armhf.deb ...
12:00:56 #13 9.669 Unpacking libpcre2-posix3:armhf (10.40-1ubuntu1) ...
12:00:56 #13 9.706 Selecting previously unselected package libpcre2-dev:armhf.
12:00:56 #13 9.709 Preparing to unpack .../16-libpcre2-dev_10.40-1ubuntu1_armhf.deb ...
12:00:56 #13 9.713 Unpacking libpcre2-dev:armhf (10.40-1ubuntu1) ...
12:00:56 #13 9.752 Selecting previously unselected package libselinux1-dev:armhf.
12:00:56 #13 9.754 Preparing to unpack .../17-libselinux1-dev_3.4-1_armhf.deb ...
12:00:56 #13 9.759 Unpacking libselinux1-dev:armhf (3.4-1) ...
12:00:56 #13 9.798 Selecting previously unselected package libdevmapper-dev:armhf.
12:00:56 #13 9.801 Preparing to unpack .../18-libdevmapper-dev_2%3a1.02.185-1ubuntu1_armhf.deb ...
12:00:56 #13 9.807 Unpacking libdevmapper-dev:armhf (2:1.02.185-1ubuntu1) ...
12:00:56 #13 9.832 Selecting previously unselected package libseccomp-dev:armhf.
12:00:56 #13 9.836 Preparing to unpack .../19-libseccomp-dev_2.5.4-1ubuntu1_armhf.deb ...
12:00:56 #13 9.839 Unpacking libseccomp-dev:armhf (2.5.4-1ubuntu1) ...
12:00:56 #13 9.869 Selecting previously unselected package libsystemd-dev:armhf.
12:00:56 #33 ...
12:00:56 
12:00:56 #29 [tini-src 2/3] RUN git init . && git remote add origin "https://github.com/krallin/tini.git"
12:00:56 #29 2.764 hint: Using 'master' as the name for the initial branch. This default branch name
12:00:56 #29 2.764 hint: is subject to change. To configure the initial branch name to use in all
12:00:56 #29 2.764 hint: of your new repositories, which will suppress this warning, call:
12:00:56 #29 2.764 hint: 
12:00:56 #29 2.764 hint: 	git config --global init.defaultBranch <name>
12:00:56 #29 2.764 hint: 
12:00:56 #29 2.764 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:00:56 #29 2.764 hint: 'development'. The just-created branch can be renamed via this command:
12:00:56 #29 2.764 hint: 
12:00:56 #29 2.764 hint: 	git branch -m <name>
12:00:56 #29 2.775 Initialized empty Git repository in /usr/src/tini/.git/
12:00:56 #29 DONE 2.9s
12:00:56 
12:00:56 #34 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:00:57 #12 15.34 Preparing to unpack .../libudev1_252.5-2+rpi1_armhf.deb ...
12:00:57 #12 15.36 Unpacking libudev1:armhf (252.5-2+rpi1) over (252.4-1+rpi1) ...
12:00:57 #12 15.41 Setting up libudev1:armhf (252.5-2+rpi1) ...
12:00:57 #12 15.48 Selecting previously unselected package dmsetup.
12:00:57 #12 15.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 ... 23318 files and directories currently installed.)
12:00:57 #12 15.48 Preparing to unpack .../00-dmsetup_2%3a1.02.185-2_armhf.deb ...
12:00:57 #12 15.49 Unpacking dmsetup (2:1.02.185-2) ...
12:00:57 #12 15.54 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:00:57 #12 15.54 Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ...
12:00:57 #12 15.55 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ...
12:00:57 #12 15.60 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:00:57 #12 15.60 Preparing to unpack .../02-libdevmapper-event1.02.1_2%3a1.02.185-2_armhf.deb ...
12:00:57 #12 15.61 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.185-2) ...
12:00:57 #12 15.65 Selecting previously unselected package libudev-dev:armhf.
12:00:57 #12 5.484 Starting pkgProblemResolver with broken count: 0
12:00:57 #12 5.533 Starting 2 pkgProblemResolver with broken count: 0
12:00:57 #12 5.537 Done
12:00:57 #12 7.814 Preparing to unpack .../21-libseccomp-dev_2.3.3-4_armhf.deb ...
12:00:57 #12 7.819 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
12:00:57 #12 7.856 Selecting previously unselected package libsystemd-dev:armhf.
12:00:57 #12 7.858 Preparing to unpack .../22-libsystemd-dev_241-7~deb10u8_armhf.deb ...
12:00:57 #12 7.863 Unpacking libsystemd-dev:armhf (241-7~deb10u8) ...
12:00:57 #12 7.957 Selecting previously unselected package pkg-config.
12:00:57 #12 7.960 Preparing to unpack .../23-pkg-config_0.29-6_armhf.deb ...
12:00:57 #12 7.965 Unpacking pkg-config (0.29-6) ...
12:00:57 #12 8.039 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
12:00:57 #12 8.052 Setting up libseccomp-dev:armhf (2.3.3-4) ...
12:00:57 #12 8.066 Setting up libpcre16-3:armhf (2:8.39-12) ...
12:00:57 #18 exporting layers 6.7s done
12:00:57 #18 writing image sha256:0fb1323a780d2137237606c0816dbde352c5513795fdc265d44e25a98c905945 done
12:00:57 #18 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done
12:00:57 #18 DONE 6.7s
12:00:57 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:57 + mkdir -p /root/build-deb/cli
12:00:57 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:57 #13 9.872 Preparing to unpack .../20-libsystemd-dev_251.4-1ubuntu7_armhf.deb ...
12:00:57 #13 9.876 Unpacking libsystemd-dev:armhf (251.4-1ubuntu7) ...
12:00:57 #13 9.931 Selecting previously unselected package pkg-config.
12:00:57 #13 9.934 Preparing to unpack .../21-pkg-config_0.29.2-1ubuntu3_armhf.deb ...
12:00:57 #13 9.938 Unpacking pkg-config (0.29.2-1ubuntu3) ...
12:00:57 #13 9.977 Setting up libseccomp-dev:armhf (2.5.4-1ubuntu1) ...
12:00:57 #13 9.990 Setting up libdevmapper-event1.02.1:armhf (2:1.02.185-1ubuntu1) ...
12:00:57 #13 10.000 Setting up libarchive13:armhf (3.6.0-1ubuntu1) ...
12:00:57 #13 10.01 Setting up libpcre2-16-0:armhf (10.40-1ubuntu1) ...
12:00:57 #13 10.02 Setting up libpcre2-32-0:armhf (10.40-1ubuntu1) ...
12:00:57 #13 10.03 Setting up libuv1:armhf (1.44.2-1) ...
12:00:57 #13 10.04 Setting up emacsen-common (3.0.4) ...
12:00:57 #13 10.07 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
12:00:57 #13 10.08 Setting up bash-completion (1:2.11-6ubuntu1) ...
12:00:57 #12 5.934 The following additional packages will be installed:
12:00:57 #12 5.934   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:00:57 #12 15.65 Preparing to unpack .../03-libudev-dev_252.5-2+rpi1_armhf.deb ...
12:00:57 #12 15.66 Unpacking libudev-dev:armhf (252.5-2+rpi1) ...
12:00:57 #12 15.73 Selecting previously unselected package libsepol-dev:armhf.
12:00:57 #12 15.73 Preparing to unpack .../04-libsepol-dev_3.4-2_armhf.deb ...
12:00:57 #12 15.74 Unpacking libsepol-dev:armhf (3.4-2) ...
12:00:57 #12 15.82 Selecting previously unselected package libpcre2-16-0:armhf.
12:00:57 #12 15.82 Preparing to unpack .../05-libpcre2-16-0_10.42-1_armhf.deb ...
12:00:57 #12 15.82 Unpacking libpcre2-16-0:armhf (10.42-1) ...
12:00:57 #12 15.88 Selecting previously unselected package libpcre2-32-0:armhf.
12:00:57 #12 15.88 Preparing to unpack .../06-libpcre2-32-0_10.42-1_armhf.deb ...
12:00:57 #12 15.88 Unpacking libpcre2-32-0:armhf (10.42-1) ...
12:00:57 #12 15.94 Selecting previously unselected package libpcre2-posix3:armhf.
12:00:57 #12 8.078 Setting up libarchive13:armhf (3.3.3-4+deb10u3) ...
12:00:57 #12 8.089 Setting up libprocps7:armhf (2:3.3.15-2) ...
12:00:57 #12 8.100 Setting up libsepol1-dev:armhf (2.8-1) ...
12:00:57 #12 8.111 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
12:00:57 #12 8.124 Setting up bash-completion (1:2.8-6) ...
12:00:57 + mkdir -p /root/build-deb/buildx
12:00:57 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:57 #13 10.10 Setting up libjsoncpp25:armhf (1.9.5-4) ...
12:00:57 #13 10.11 Setting up pkg-config (0.29.2-1ubuntu3) ...
12:00:57 #13 10.17 Setting up libudev-dev:armhf (251.4-1ubuntu7) ...
12:00:57 #13 10.18 Setting up libsepol-dev:armhf (3.4-2) ...
12:00:57 #13 10.19 Setting up libpcre2-posix3:armhf (10.40-1ubuntu1) ...
12:00:57 #13 10.20 Setting up librhash0:armhf (1.4.2-1ubuntu1) ...
12:00:57 #13 10.21 Setting up cmake-data (3.24.2-1ubuntu1) ...
12:00:57 #13 10.25 Setting up dh-apparmor (3.0.7-1ubuntu2) ...
12:00:57 #13 10.26 Setting up libsystemd-dev:armhf (251.4-1ubuntu7) ...
12:00:57 #13 10.27 Setting up libpcre2-dev:armhf (10.40-1ubuntu1) ...
12:00:57 #13 10.28 Setting up libselinux1-dev:armhf (3.4-1) ...
12:00:57 #13 10.29 Setting up libdevmapper-dev:armhf (2:1.02.185-1ubuntu1) ...
12:00:57 #13 10.30 Setting up cmake (3.24.2-1ubuntu1) ...
12:00:57 #13 10.31 Setting up docker-ce-build-deps (1.0) ...
12:00:57 #13 10.32 Processing triggers for man-db (2.10.2-2) ...
12:00:57 #13 10.40 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:00:57 #34 ...
12:00:57 
12:00:57 #35 [rootlesskit-src 2/3] RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
12:00:57 #0 3.210 hint: Using 'master' as the name for the initial branch. This default branch name
12:00:57 #0 3.210 hint: is subject to change. To configure the initial branch name to use in all
12:00:57 #0 3.210 hint: of your new repositories, which will suppress this warning, call:
12:00:57 #0 3.210 hint: 
12:00:57 #0 3.210 hint: 	git config --global init.defaultBranch <name>
12:00:57 #0 3.210 hint: 
12:00:57 #0 3.210 hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
12:00:57 #0 3.210 hint: 'development'. The just-created branch can be renamed via this command:
12:00:57 #0 3.210 hint: 
12:00:57 #0 3.210 hint: 	git branch -m <name>
12:00:57 #0 3.221 Initialized empty Git repository in /usr/src/rootlesskit/.git/
12:00:57 #35 DONE 3.3s
12:00:57 
12:00:57 #36 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:00:57 #12 5.935   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
12:00:57 #12 5.935   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
12:00:57 #12 5.935   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libsystemd0
12:00:57 #12 5.936   libudev-dev libudev1 libuv1 pkg-config pkgconf pkgconf-bin procps
12:00:57 #12 5.938 Suggested packages:
12:00:57 #12 5.938   cmake-doc cmake-format elpa-cmake-mode ninja-build apparmor-utils seccomp
12:00:57 #12 5.938 Recommended packages:
12:00:57 #12 5.938   psmisc
12:00:57 #12 15.94 Preparing to unpack .../07-libpcre2-posix3_10.42-1_armhf.deb ...
12:00:57 #12 15.94 Unpacking libpcre2-posix3:armhf (10.42-1) ...
12:00:57 #12 15.99 Selecting previously unselected package libpcre2-dev:armhf.
12:00:57 #12 16.00 Preparing to unpack .../08-libpcre2-dev_10.42-1_armhf.deb ...
12:00:57 #12 16.00 Unpacking libpcre2-dev:armhf (10.42-1) ...
12:00:57 #12 16.08 Selecting previously unselected package libselinux1-dev:armhf.
12:00:57 #12 16.08 Preparing to unpack .../09-libselinux1-dev_3.4-1+b2_armhf.deb ...
12:00:57 #12 16.09 Unpacking libselinux1-dev:armhf (3.4-1+b2) ...
12:00:57 #12 16.14 Selecting previously unselected package libdevmapper-dev:armhf.
12:00:57 #12 16.14 Preparing to unpack .../10-libdevmapper-dev_2%3a1.02.185-2_armhf.deb ...
12:00:57 #12 16.14 Unpacking libdevmapper-dev:armhf (2:1.02.185-2) ...
12:00:57 #12 16.18 Selecting previously unselected package libltdl7:armhf.
12:00:57 + set -e
12:00:57 + mkdir -p /root/build-deb/engine
12:00:57 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:57 #12 6.314 The following NEW packages will be installed:
12:00:57 #12 6.315   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:00:57 #12 6.315   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp25 libpcre2-16-0
12:00:57 #12 6.315   libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpkgconf3 libproc2-0 librhash0
12:00:57 #12 6.315   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:00:57 #12 6.316   libuv1 pkg-config pkgconf pkgconf-bin procps
12:00:57 #12 6.318 The following packages will be upgraded:
12:00:57 #12 6.319   libsystemd0 libudev1
12:00:57 #12 16.19 Preparing to unpack .../11-libltdl7_2.4.7-5_armhf.deb ...
12:00:57 #12 16.19 Unpacking libltdl7:armhf (2.4.7-5) ...
12:00:57 #12 16.23 Selecting previously unselected package libltdl-dev:armhf.
12:00:57 #12 16.23 Preparing to unpack .../12-libltdl-dev_2.4.7-5_armhf.deb ...
12:00:57 #12 16.24 Unpacking libltdl-dev:armhf (2.4.7-5) ...
12:00:57 #12 16.32 Preparing to unpack .../13-libseccomp2_2.5.4-1+rpi1+b1_armhf.deb ...
12:00:57 #12 16.33 Unpacking libseccomp2:armhf (2.5.4-1+rpi1+b1) over (2.5.4-1+rpi1) ...
12:00:57 #12 16.39 Setting up libseccomp2:armhf (2.5.4-1+rpi1+b1) ...
12:00:57 #12 16.43 Selecting previously unselected package libseccomp-dev:armhf.
12:00:58 #12 8.700 Setting up libpcre32-3:armhf (2:8.39-12) ...
12:00:58 #12 8.711 Setting up pkg-config (0.29-6) ...
12:00:58 #12 8.760 Setting up libudev-dev:armhf (241-7~deb10u8) ...
12:00:58 #12 8.776 Setting up librhash0:armhf (1.3.8-1) ...
12:00:58 #12 8.787 Setting up procps (2:3.3.15-2) ...
12:00:58 #12 8.815 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
12:00:58 #12 8.831 Setting up cmake-data (3.13.4-1) ...
12:00:58 #12 8.846 Setting up dh-apparmor (2.13.2-10) ...
12:00:58 #12 8.858 Setting up libsystemd-dev:armhf (241-7~deb10u8) ...
12:00:58 #12 8.869 Setting up libjsoncpp1:armhf (1.7.4-3) ...
12:00:58 #12 8.880 Setting up libpcre3-dev:armhf (2:8.39-12) ...
12:00:58 #12 8.895 Setting up cmake (3.13.4-1) ...
12:00:58 #12 8.908 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
12:00:58 #12 8.921 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
12:00:58 #12 8.932 Setting up dmsetup (2:1.02.155-3) ...
12:00:58 #12 8.945 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
12:00:58 #12 8.956 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
12:00:58 #12 8.973 Setting up docker-ce-build-deps (1.0) ...
12:00:58 #12 8.984 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:00:58 + mkdir -p /root/build-deb/compose
12:00:58 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:58 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:58 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:58 + mkdir -p /go/src/github.com/docker
12:00:58 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:58 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:58 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:58 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:58 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:58 + EPOCH=5
12:00:58 + EPOCH_SEP=
12:00:58 + [[ ! -z 5 ]]
12:00:58 + EPOCH_SEP=:
12:00:58 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:58 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:58 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:58 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:58 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:58 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:58 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:58 + debSource=docker-ce
12:00:58 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:58 + debMaintainer='Docker <support@docker.com>'
12:00:58 ++ date --rfc-2822
12:00:58 + debDate='Tue, 07 Feb 2023 12:00:57 +0000'
12:00:58 + pkgRevision=1
12:00:58 + cat
12:00:58 + export CLI_GITCOMMIT=ab4ef4a
12:00:58 + CLI_GITCOMMIT=ab4ef4a
12:00:58 + export ENGINE_GITCOMMIT=a25ab92
12:00:58 + ENGINE_GITCOMMIT=a25ab92
12:00:58 + export SCAN_GITCOMMIT=6c852fa
12:00:58 + SCAN_GITCOMMIT=6c852fa
12:00:58 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:58 + dpkg-buildpackage -uc -us -I.git
12:00:58 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:58 dpkg-buildpackage: info: source package docker-ce
12:00:58 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye
12:00:58 dpkg-buildpackage: info: source distribution bullseye
12:00:58 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:58 dpkg-buildpackage: info: host architecture armhf
12:00:58  dpkg-source -I.git --before-build .
12:00:58 #13 DONE 10.6s
12:00:58 
12:00:58 #14 [stage-1 6/9] COPY sources/ /sources
12:00:58 #14 DONE 0.3s
12:00:58 
12:00:58 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:00:58 #12 6.596 2 upgraded, 26 newly installed, 0 to remove and 5 not upgraded.
12:00:58 #12 6.596 1 not fully installed or removed.
12:00:58 #12 6.596 Need to get 10.5 MB of archives.
12:00:58 #12 6.596 After this operation, 40.3 MB of additional disk space will be used.
12:00:58 #12 6.596 Get:1 http://deb.debian.org/debian bookworm/main armhf bash-completion all 1:2.11-6 [234 kB]
12:00:58 #12 6.600 Get:2 http://deb.debian.org/debian bookworm/main armhf libjsoncpp25 armhf 1.9.5-4 [68.6 kB]
12:00:58 #12 6.602 Get:3 http://deb.debian.org/debian bookworm/main armhf librhash0 armhf 1.4.3-3 [146 kB]
12:00:58 #12 6.604 Get:4 http://deb.debian.org/debian bookworm/main armhf libuv1 armhf 1.44.2-1 [126 kB]
12:00:58 #12 6.606 Get:5 http://deb.debian.org/debian bookworm/main armhf cmake-data all 3.25.1-1 [2026 kB]
12:00:58 #12 6.615 Get:6 http://deb.debian.org/debian bookworm/main armhf libsystemd0 armhf 252.5-2 [300 kB]
12:00:58 #12 6.617 Get:7 http://deb.debian.org/debian bookworm/main armhf libproc2-0 armhf 2:4.0.2-3 [54.2 kB]
12:00:58 #12 6.618 Get:8 http://deb.debian.org/debian bookworm/main armhf procps armhf 2:4.0.2-3 [695 kB]
12:00:58 #12 6.621 Get:9 http://deb.debian.org/debian bookworm/main armhf cmake armhf 3.25.1-1 [4263 kB]
12:00:58 #12 6.644 Get:10 http://deb.debian.org/debian bookworm/main armhf dh-apparmor all 3.0.8-2 [16.7 kB]
12:00:58 #12 6.644 Get:11 http://deb.debian.org/debian bookworm/main armhf libudev1 armhf 252.5-2 [98.7 kB]
12:00:58 #12 6.645 Get:12 http://deb.debian.org/debian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.9 kB]
12:00:58 #12 6.646 Get:13 http://deb.debian.org/debian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [125 kB]
12:00:58 #12 6.646 Get:14 http://deb.debian.org/debian bookworm/main armhf libdevmapper-event1.02.1 armhf 2:1.02.185-2 [12.0 kB]
12:00:58 #12 6.647 Get:15 http://deb.debian.org/debian bookworm/main armhf libudev-dev armhf 252.5-2 [51.5 kB]
12:00:58 #12 6.647 Get:16 http://deb.debian.org/debian bookworm/main armhf libsepol-dev armhf 3.4-2 [329 kB]
12:00:58 #12 6.648 Get:17 http://deb.debian.org/debian bookworm/main armhf libpcre2-16-0 armhf 10.42-1 [211 kB]
12:00:58 #12 6.650 Get:18 http://deb.debian.org/debian bookworm/main armhf libpcre2-32-0 armhf 10.42-1 [203 kB]
12:00:58 #12 6.652 Get:19 http://deb.debian.org/debian bookworm/main armhf libpcre2-posix3 armhf 10.42-1 [55.0 kB]
12:00:58 #12 6.653 Get:20 http://deb.debian.org/debian bookworm/main armhf libpcre2-dev armhf 10.42-1 [666 kB]
12:00:58 #12 6.657 Get:21 http://deb.debian.org/debian bookworm/main armhf libselinux1-dev armhf 3.4-1+b5 [150 kB]
12:00:58 #12 6.660 Get:22 http://deb.debian.org/debian bookworm/main armhf libdevmapper-dev armhf 2:1.02.185-2 [42.0 kB]
12:00:58 #12 6.662 Get:23 http://deb.debian.org/debian bookworm/main armhf libseccomp-dev armhf 2.5.4-1+b3 [85.3 kB]
12:00:58 #12 6.664 Get:24 http://deb.debian.org/debian bookworm/main armhf libsystemd-dev armhf 252.5-2 [351 kB]
12:00:58 #12 6.667 Get:25 http://deb.debian.org/debian bookworm/main armhf libpkgconf3 armhf 1.8.1-1 [31.3 kB]
12:00:58 #12 6.668 Get:26 http://deb.debian.org/debian bookworm/main armhf pkgconf-bin armhf 1.8.1-1 [28.5 kB]
12:00:58 #12 6.670 Get:27 http://deb.debian.org/debian bookworm/main armhf pkgconf armhf 1.8.1-1 [25.9 kB]
12:00:58 #12 6.671 Get:28 http://deb.debian.org/debian bookworm/main armhf pkg-config armhf 1.8.1-1 [13.7 kB]
12:00:58 #12 16.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 ... 23887 files and directories currently installed.)
12:00:58 #12 16.44 Preparing to unpack .../libseccomp-dev_2.5.4-1+rpi1+b1_armhf.deb ...
12:00:58 #12 16.45 Unpacking libseccomp-dev:armhf (2.5.4-1+rpi1+b1) ...
12:00:58 #12 16.50 Preparing to unpack .../libsystemd0_252.5-2+rpi1_armhf.deb ...
12:00:58 #12 16.51 Unpacking libsystemd0:armhf (252.5-2+rpi1) over (252.4-1+rpi1) ...
12:00:58 #12 16.61 Setting up libsystemd0:armhf (252.5-2+rpi1) ...
12:00:58 #12 16.66 Selecting previously unselected package libsystemd-dev:armhf.
12:00:58 #12 16.66 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23930 files and directories currently installed.)
12:00:58 #12 16.67 Preparing to unpack .../libsystemd-dev_252.5-2+rpi1_armhf.deb ...
12:00:58 #12 16.68 Unpacking libsystemd-dev:armhf (252.5-2+rpi1) ...
12:00:58 #12 9.003 Processing triggers for man-db (2.8.5-2) ...
12:00:58  debian/rules clean
12:00:58 dh clean --with=bash-completion
12:00:58 + mkdir -p /root/build-deb/cli
12:00:58 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:58 #12 6.864 debconf: delaying package configuration, since apt-utils is not installed
12:00:58 #12 6.909 Fetched 10.5 MB in 0s (30.6 MB/s)
12:00:58 #12 6.941 Selecting previously unselected package bash-completion.
12:00:58 #12 6.941 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29548 files and directories currently installed.)
12:00:58 #12 6.959 Preparing to unpack .../0-bash-completion_1%3a2.11-6_all.deb ...
12:00:58 #12 6.973 Unpacking bash-completion (1:2.11-6) ...
12:00:58 #12 16.76 Selecting previously unselected package libpkgconf3:armhf.
12:00:58 #12 16.76 Preparing to unpack .../libpkgconf3_1.8.1-1_armhf.deb ...
12:00:58 #12 16.77 Unpacking libpkgconf3:armhf (1.8.1-1) ...
12:00:58 #12 16.81 Selecting previously unselected package pkgconf-bin.
12:00:58 #12 16.81 Preparing to unpack .../pkgconf-bin_1.8.1-1_armhf.deb ...
12:00:58 #12 16.82 Unpacking pkgconf-bin (1.8.1-1) ...
12:00:58 #12 16.86 Selecting previously unselected package pkgconf:armhf.
12:00:58 #12 16.86 Preparing to unpack .../pkgconf_1.8.1-1_armhf.deb ...
12:00:58 #12 16.87 Unpacking pkgconf:armhf (1.8.1-1) ...
12:00:58 #12 16.91 Selecting previously unselected package pkg-config:armhf.
12:00:58 #12 16.91 Preparing to unpack .../pkg-config_1.8.1-1_armhf.deb ...
12:00:58 #12 16.92 Unpacking pkg-config:armhf (1.8.1-1) ...
12:00:58 #12 16.96 Setting up libseccomp-dev:armhf (2.5.4-1+rpi1+b1) ...
12:00:58    dh_clean
12:00:58 + mkdir -p /root/build-deb/buildx
12:00:58 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:58 #12 7.100 Selecting previously unselected package libjsoncpp25:armhf.
12:00:58 #12 7.103 Preparing to unpack .../1-libjsoncpp25_1.9.5-4_armhf.deb ...
12:00:58 #12 7.110 Unpacking libjsoncpp25:armhf (1.9.5-4) ...
12:00:58 #12 7.163 Selecting previously unselected package librhash0:armhf.
12:00:58 #12 16.97 Setting up libstdc++-12-dev:armhf (12.2.0-14+rpi1) ...
12:00:58 #12 16.99 Setting up libarchive13:armhf (3.6.2-1) ...
12:00:58 #12 17.01 Setting up libpcre2-16-0:armhf (10.42-1) ...
12:00:58 #12 17.02 Setting up libpcre2-32-0:armhf (10.42-1) ...
12:00:58 #12 17.03 Setting up libpkgconf3:armhf (1.8.1-1) ...
12:00:58 #12 17.06 Setting up libuv1:armhf (1.44.2-1+rpi1) ...
12:00:58 #12 17.08 Setting up bash-completion (1:2.11-6) ...
12:00:58 #12 17.11 Setting up udev (252.5-2+rpi1) ...
12:00:58  dpkg-source -I.git -b .
12:00:58 dpkg-source: warning: native package version may not have a revision
12:00:58 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:58 dpkg-source: info: using source format '1.0'
12:00:58 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.tar.gz
12:00:58 #18 exporting layers 6.6s done
12:00:58 #18 writing image sha256:76d5bb43d8f8af0af4a3f7aec6b796dfba7c4b9ddca251b232afb01c831f8582 done
12:00:58 #18 naming to docker.io/debbuild-ubuntu-focal/aarch64 done
12:00:58 #18 DONE 6.6s
12:00:58 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:00:58 + mkdir -p /root/build-deb/compose
12:00:58 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:00:58 + mkdir -p /root/build-deb/scan-cli-plugin
12:00:58 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:00:58 #12 7.166 Preparing to unpack .../2-librhash0_1.4.3-3_armhf.deb ...
12:00:58 #12 7.172 Unpacking librhash0:armhf (1.4.3-3) ...
12:00:58 #12 7.223 Selecting previously unselected package libuv1:armhf.
12:00:58 #12 7.226 Preparing to unpack .../3-libuv1_1.44.2-1_armhf.deb ...
12:00:58 #12 7.231 Unpacking libuv1:armhf (1.44.2-1) ...
12:00:58 #12 7.390 Selecting previously unselected package cmake-data.
12:00:58 #12 7.393 Preparing to unpack .../4-cmake-data_3.25.1-1_all.deb ...
12:00:58 #12 7.402 Unpacking cmake-data (3.25.1-1) ...
12:00:59 + set -e
12:00:59 + mkdir -p /root/build-deb/engine
12:00:59 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:00:59 + mkdir -p /go/src/github.com/docker
12:00:59 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:00:59 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:00:59 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:00:59 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:00:59 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:00:59 + EPOCH=5
12:00:59 + EPOCH_SEP=
12:00:59 + [[ ! -z 5 ]]
12:00:59 + EPOCH_SEP=:
12:00:59 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:00:59 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:59 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:00:59 + VERSION=0.0.0-20230206193855-ab4ef4a
12:00:59 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:59 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:00:59 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:00:59 + debSource=docker-ce
12:00:59 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:00:59 + debMaintainer='Docker <support@docker.com>'
12:00:59 ++ date --rfc-2822
12:00:59 + debDate='Tue, 07 Feb 2023 12:00:58 +0000'
12:00:59 + pkgRevision=1
12:00:59 + cat
12:00:59 + export CLI_GITCOMMIT=ab4ef4a
12:00:59 + CLI_GITCOMMIT=ab4ef4a
12:00:59 + export ENGINE_GITCOMMIT=a25ab92
12:00:59 + ENGINE_GITCOMMIT=a25ab92
12:00:59 + export SCAN_GITCOMMIT=6c852fa
12:00:59 + SCAN_GITCOMMIT=6c852fa
12:00:59 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:59 + dpkg-buildpackage -uc -us -I.git
12:00:59 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:00:59 dpkg-buildpackage: info: source package docker-ce
12:00:59 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy
12:00:59 dpkg-buildpackage: info: source distribution jammy
12:00:59 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:00:59 dpkg-buildpackage: info: host architecture armhf
12:00:59  dpkg-source -I.git --before-build .
12:00:59 #12 DONE 10.0s
12:00:59 
12:00:59 #13 [stage-1 5/8] COPY sources/ /sources
12:00:59 #12 7.775 Preparing to unpack .../5-libsystemd0_252.5-2_armhf.deb ...
12:00:59  debian/rules clean
12:00:59 dh clean --with=bash-completion
12:00:59    dh_clean
12:00:59 #12 7.792 Unpacking libsystemd0:armhf (252.5-2) over (252.4-2) ...
12:00:59 #12 7.886 Setting up libsystemd0:armhf (252.5-2) ...
12:00:59 #12 7.933 Selecting previously unselected package libproc2-0:armhf.
12:00:59 #12 7.933 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 33555 files and directories currently installed.)
12:00:59 #12 7.952 Preparing to unpack .../libproc2-0_2%3a4.0.2-3_armhf.deb ...
12:00:59 #12 7.958 Unpacking libproc2-0:armhf (2:4.0.2-3) ...
12:00:59 #12 8.009 Selecting previously unselected package procps.
12:00:59 #12 8.012 Preparing to unpack .../procps_2%3a4.0.2-3_armhf.deb ...
12:00:59 #12 8.023 Unpacking procps (2:4.0.2-3) ...
12:00:59 #12 8.117 Selecting previously unselected package cmake.
12:00:59  dpkg-source -I.git -b .
12:00:59 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:00:59 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:00:59 dpkg-source: warning: native package version may not have a revision
12:00:59 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:00:59 dpkg-source: info: using source format '1.0'
12:00:59 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz
12:00:59 #12 17.86 invoke-rc.d: could not determine current runlevel
12:00:59 #12 17.86 invoke-rc.d: policy-rc.d denied execution of restart.
12:00:59 #12 17.88 Setting up libjsoncpp25:armhf (1.9.5-4) ...
12:00:59 #12 17.89 Setting up libudev-dev:armhf (252.5-2+rpi1) ...
12:00:59 #12 17.91 Setting up libsepol-dev:armhf (3.4-2) ...
12:00:59 #12 17.92 Setting up pkgconf-bin (1.8.1-1) ...
12:00:59 #12 17.93 Setting up libltdl7:armhf (2.4.7-5) ...
12:00:59 #12 17.95 Setting up libpcre2-posix3:armhf (10.42-1) ...
12:00:59 #12 17.96 Setting up librhash0:armhf (1.4.3-3) ...
12:00:59 #12 17.97 Setting up cmake-data (3.25.1-1) ...
12:00:59 #12 17.99 Setting up dh-apparmor (3.0.8-2) ...
12:00:59 #12 18.00 Setting up libsystemd-dev:armhf (252.5-2+rpi1) ...
12:00:59 #12 18.02 Setting up g++-12 (12.2.0-14+rpi1) ...
12:00:59 #12 18.03 Setting up libpcre2-dev:armhf (10.42-1) ...
12:00:59 #12 18.04 Setting up libselinux1-dev:armhf (3.4-1+b2) ...
12:00:59 #12 18.06 Setting up pkgconf:armhf (1.8.1-1) ...
12:00:59 #12 18.07 Setting up libltdl-dev:armhf (2.4.7-5) ...
12:00:59 #12 18.08 Setting up pkg-config:armhf (1.8.1-1) ...
12:00:59 #12 18.10 Setting up g++ (4:12.2.0-1+rpi1) ...
12:00:59 #12 18.13 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:00:59 #12 18.15 Setting up cmake (3.25.1-1) ...
12:00:59 + mkdir -p /root/build-deb/cli
12:00:59 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:00:59 #12 8.119 Preparing to unpack .../cmake_3.25.1-1_armhf.deb ...
12:00:59 #12 8.124 Unpacking cmake (3.25.1-1) ...
12:00:59 #13 DONE 0.4s
12:00:59 
12:00:59 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:00:59 #10 74.65 Setting up libgpgme11:armhf (1.14.0-1+b2) ...
12:00:59 #10 74.67 Setting up dirmngr (2.2.27-2+deb11u2) ...
12:00:59 #10 74.80 Setting up perl (5.32.1-4+deb11u2) ...
12:00:59 #10 74.82 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
12:00:59 #10 74.83 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:00:59 #10 74.86 Setting up libdata-dump-perl (1.23-1.1) ...
12:00:59 #10 74.87 Setting up libref-util-perl (0.204-1) ...
12:00:59 #10 74.89 Setting up libipc-system-simple-perl (1.30-1) ...
12:00:59 #10 74.90 Setting up libnet-domain-tld-perl (1.75-1.1) ...
12:00:59 #10 74.91 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
12:00:59 #10 74.93 Setting up libvariable-magic-perl (0.62-1+b3) ...
12:00:59 #10 74.94 Setting up libio-html-perl (1.004-2) ...
12:00:59 #10 74.95 Setting up libpod-parser-perl (1.63-2) ...
12:00:59 #10 74.96 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
12:00:59 #10 74.98 Setting up liblist-moreutils-xs-perl (0.430-2) ...
12:00:59 #10 74.99 Setting up gcc-10 (10.2.1-6) ...
12:00:59 #10 75.00 Setting up libparams-util-perl (1.102-1+b1) ...
12:00:59 #10 75.02 Setting up libdpkg-perl (1.20.12) ...
12:00:59 #10 75.03 Setting up libtime-duration-perl (1.21-1) ...
12:00:59 #10 75.04 Setting up autoconf (2.69-14) ...
12:00:59 #10 75.06 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:00:59 #10 75.07 Setting up libarray-intspan-perl (2.004-1) ...
12:00:59 #10 75.09 Setting up libcapture-tiny-perl (0.48-1) ...
12:00:59 #10 75.10 Setting up libtimedate-perl (2.3300-2) ...
12:00:59 #10 75.11 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
12:00:59 #10 75.13 Setting up libsub-name-perl (0.26-1+b1) ...
12:00:59 #10 75.14 Setting up libtype-tiny-xs-perl (0.022-1) ...
12:00:59 #10 75.15 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:00:59 #10 75.16 Setting up libproc-processtable-perl (0.59-2+b1) ...
12:00:59 #10 75.18 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:00:59 #10 75.19 Setting up xauth (1:1.1-1) ...
12:00:59 #10 75.20 Setting up libpath-tiny-perl (0.118-1) ...
12:00:59 #10 75.21 Setting up libarchive-cpio-perl (0.10-1.1) ...
12:00:59 #10 75.23 Setting up libjson-perl (4.03000-1) ...
12:00:59 #10 75.24 Setting up libipc-run3-perl (0.048-2) ...
12:00:59 #10 75.27 Setting up libfcgi-perl:armhf (0.79+ds-2) ...
12:00:59 #10 75.28 Setting up libsub-override-perl (0.09-2) ...
12:00:59 #10 75.30 Setting up libaliased-perl (0.34-1.1) ...
12:00:59 #10 75.31 Setting up libstrictures-perl (2.000006-1) ...
12:00:59 #10 75.32 Setting up libsub-quote-perl (2.006006-1) ...
12:00:59 #10 75.34 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:00:59 #12 18.17 Setting up build-essential (12.9) ...
12:00:59 #12 18.19 Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ...
12:00:59 #12 18.20 Setting up dmsetup (2:1.02.185-2) ...
12:00:59 #12 18.22 Setting up libdevmapper-event1.02.1:armhf (2:1.02.185-2) ...
12:00:59 #12 18.24 Setting up libdevmapper-dev:armhf (2:1.02.185-2) ...
12:00:59 #12 18.25 Setting up docker-ce-build-deps (1.0) ...
12:00:59 #12 18.27 Processing triggers for libc-bin (2.36-8+rpi1) ...
12:00:59 #12 18.29 Processing triggers for man-db (2.11.2-1) ...
12:00:59 + mkdir -p /root/build-deb/buildx
12:00:59 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:00:59 #12 8.539 Selecting previously unselected package dh-apparmor.
12:01:00 #10 75.35 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
12:01:00 #10 75.37 Setting up libfontconfig1:armhf (2.13.1-4.2) ...
12:01:00 #10 75.38 Setting up libsort-versions-perl (1.62-1) ...
12:01:00 #10 75.39 Setting up libexporter-tiny-perl (1.002002-1) ...
12:01:00 #10 75.41 Setting up libre-engine-re2-perl:armhf (0.14-1) ...
12:01:00 #10 75.42 Setting up libfile-dirlist-perl (0.05-2) ...
12:01:00 #10 75.43 Setting up libterm-readkey-perl (2.38-1+b2) ...
12:01:00 #10 75.45 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
12:01:00 #10 75.46 Setting up libperlio-gzip-perl (0.19-1+b7) ...
12:01:00 #10 75.48 Setting up libsys-hostname-long-perl (1.5-2) ...
12:01:00 #10 75.49 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
12:01:00 #10 75.50 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
12:01:00 #10 75.51 Setting up liburi-perl (5.08-1) ...
12:01:00 #10 75.52 Setting up libfile-touch-perl (0.11-1) ...
12:01:00 #10 75.54 Setting up python3.9 (3.9.2-1) ...
12:01:00 #12 8.542 Preparing to unpack .../dh-apparmor_3.0.8-2_all.deb ...
12:01:00 #12 8.548 Unpacking dh-apparmor (3.0.8-2) ...
12:01:00 #12 8.590 Preparing to unpack .../libudev1_252.5-2_armhf.deb ...
12:01:00 #12 8.602 Unpacking libudev1:armhf (252.5-2) over (252.4-2) ...
12:01:00 #12 8.664 Setting up libudev1:armhf (252.5-2) ...
12:01:00 #12 8.706 Selecting previously unselected package dmsetup.
12:01:00 #12 8.706 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 33744 files and directories currently installed.)
12:01:00 #12 8.726 Preparing to unpack .../00-dmsetup_2%3a1.02.185-2_armhf.deb ...
12:01:00 #12 8.733 Unpacking dmsetup (2:1.02.185-2) ...
12:01:00 #12 8.773 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:01:00 #12 8.776 Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ...
12:01:00 #12 8.785 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ...
12:01:00 #12 8.833 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:01:00 #12 8.836 Preparing to unpack .../02-libdevmapper-event1.02.1_2%3a1.02.185-2_armhf.deb ...
12:01:00 #12 8.840 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.185-2) ...
12:01:00 #12 8.868 Selecting previously unselected package libudev-dev:armhf.
12:01:00 #12 8.871 Preparing to unpack .../03-libudev-dev_252.5-2_armhf.deb ...
12:01:00 #12 8.876 Unpacking libudev-dev:armhf (252.5-2) ...
12:01:00 #12 8.916 Selecting previously unselected package libsepol-dev:armhf.
12:01:00 #12 8.919 Preparing to unpack .../04-libsepol-dev_3.4-2_armhf.deb ...
12:01:00 #12 8.923 Unpacking libsepol-dev:armhf (3.4-2) ...
12:01:00 #12 8.995 Selecting previously unselected package libpcre2-16-0:armhf.
12:01:00 #12 8.998 Preparing to unpack .../05-libpcre2-16-0_10.42-1_armhf.deb ...
12:01:00 #12 9.004 Unpacking libpcre2-16-0:armhf (10.42-1) ...
12:01:00 #12 9.057 Selecting previously unselected package libpcre2-32-0:armhf.
12:01:00 #12 9.060 Preparing to unpack .../06-libpcre2-32-0_10.42-1_armhf.deb ...
12:01:00 #12 9.065 Unpacking libpcre2-32-0:armhf (10.42-1) ...
12:01:00 #12 9.114 Selecting previously unselected package libpcre2-posix3:armhf.
12:01:00 + mkdir -p /root/build-deb/compose
12:01:00 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:01:00 + mkdir -p /root/build-deb/scan-cli-plugin
12:01:00 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:01:00 + mkdir -p /go/src/github.com/docker
12:01:00 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:01:00 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:01:00 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:01:00 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:01:00 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:01:00 + EPOCH=5
12:01:00 + EPOCH_SEP=
12:01:00 + [[ ! -z 5 ]]
12:01:00 + EPOCH_SEP=:
12:01:00 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:01:00 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:00 + VERSION=0.0.0-20230206193855-ab4ef4a
12:01:00 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:00 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:00 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:00 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:01:00 + debSource=docker-ce
12:01:00 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:01:00 + debMaintainer='Docker <support@docker.com>'
12:01:00 ++ date --rfc-2822
12:01:00 + debDate='Tue, 07 Feb 2023 12:01:00 +0000'
12:01:00 + pkgRevision=1
12:01:00 + cat
12:01:00 + export CLI_GITCOMMIT=ab4ef4a
12:01:00 + CLI_GITCOMMIT=ab4ef4a
12:01:00 + export ENGINE_GITCOMMIT=a25ab92
12:01:00 + ENGINE_GITCOMMIT=a25ab92
12:01:00 + export SCAN_GITCOMMIT=6c852fa
12:01:00 + SCAN_GITCOMMIT=6c852fa
12:01:00 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:00 + dpkg-buildpackage -uc -us -I.git
12:01:00 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:00 dpkg-buildpackage: info: source package docker-ce
12:01:00 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal
12:01:00 dpkg-buildpackage: info: source distribution focal
12:01:00 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:01:00 dpkg-buildpackage: info: host architecture armhf
12:01:00  dpkg-source -I.git --before-build .
12:01:00 #12 9.117 Preparing to unpack .../07-libpcre2-posix3_10.42-1_armhf.deb ...
12:01:00 #12 9.123 Unpacking libpcre2-posix3:armhf (10.42-1) ...
12:01:00 #12 9.157 Selecting previously unselected package libpcre2-dev:armhf.
12:01:00 #12 9.161 Preparing to unpack .../08-libpcre2-dev_10.42-1_armhf.deb ...
12:01:00 #12 9.165 Unpacking libpcre2-dev:armhf (10.42-1) ...
12:01:00 #12 9.251 Selecting previously unselected package libselinux1-dev:armhf.
12:01:00 #12 9.254 Preparing to unpack .../09-libselinux1-dev_3.4-1+b5_armhf.deb ...
12:01:00 #12 9.258 Unpacking libselinux1-dev:armhf (3.4-1+b5) ...
12:01:00 #12 9.310 Selecting previously unselected package libdevmapper-dev:armhf.
12:01:00 #12 9.312 Preparing to unpack .../10-libdevmapper-dev_2%3a1.02.185-2_armhf.deb ...
12:01:00 #12 9.316 Unpacking libdevmapper-dev:armhf (2:1.02.185-2) ...
12:01:00 #12 9.348 Selecting previously unselected package libseccomp-dev:armhf.
12:01:00 #12 9.351 Preparing to unpack .../11-libseccomp-dev_2.5.4-1+b3_armhf.deb ...
12:01:00 #12 9.356 Unpacking libseccomp-dev:armhf (2.5.4-1+b3) ...
12:01:00  debian/rules clean
12:01:00 dh clean --with=bash-completion
12:01:00    dh_clean
12:01:00 #12 DONE 19.2s
12:01:00 
12:01:00 #13 [stage-1 5/8] COPY sources/ /sources
12:01:01 #12 9.399 Selecting previously unselected package libsystemd-dev:armhf.
12:01:01 #12 9.402 Preparing to unpack .../12-libsystemd-dev_252.5-2_armhf.deb ...
12:01:01 #12 9.406 Unpacking libsystemd-dev:armhf (252.5-2) ...
12:01:01 #12 9.510 Selecting previously unselected package libpkgconf3:armhf.
12:01:01 #12 9.513 Preparing to unpack .../13-libpkgconf3_1.8.1-1_armhf.deb ...
12:01:01 #12 9.520 Unpacking libpkgconf3:armhf (1.8.1-1) ...
12:01:01 #12 9.550 Selecting previously unselected package pkgconf-bin.
12:01:01 #12 9.552 Preparing to unpack .../14-pkgconf-bin_1.8.1-1_armhf.deb ...
12:01:01 #12 9.556 Unpacking pkgconf-bin (1.8.1-1) ...
12:01:01 #12 9.588 Selecting previously unselected package pkgconf:armhf.
12:01:01 #12 9.591 Preparing to unpack .../15-pkgconf_1.8.1-1_armhf.deb ...
12:01:01 #12 9.595 Unpacking pkgconf:armhf (1.8.1-1) ...
12:01:01 #12 9.632 Selecting previously unselected package pkg-config:armhf.
12:01:01  dpkg-source -I.git -b .
12:01:01 #10 76.24 Setting up libemail-address-xs-perl (1.04-1+b3) ...
12:01:01 #10 76.26 Setting up libnet-ssleay-perl (1.88-3+b1) ...
12:01:01 #10 76.27 Setting up automake (1:1.16.3-2) ...
12:01:01 #10 76.28 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:01:01 #10 76.29 Setting up libapt-pkg-perl (0.1.39) ...
12:01:01 #10 76.31 Setting up libio-sessiondata-perl (1.03-1.1) ...
12:01:01 #10 76.32 Setting up libstring-escape-perl (2010.002-2) ...
12:01:01 #10 76.33 Setting up libhttp-date-perl (6.05-1) ...
12:01:01 #10 76.34 Setting up libfile-which-perl (1.23-1) ...
12:01:01 #10 76.36 Setting up libfile-basedir-perl (0.08-1) ...
12:01:01 #10 76.37 Setting up libnumber-range-perl (0.12-1.1) ...
12:01:01 #10 76.38 Setting up libtask-weaken-perl (1.06-1) ...
12:01:01 #10 76.39 Setting up libunicode-utf8-perl (0.62-1+b2) ...
12:01:01 #10 76.41 Setting up libmouse-perl (2.5.10-1+b1) ...
12:01:01 #10 76.42 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
12:01:01 #10 76.43 Setting up g++-10 (10.2.1-6) ...
12:01:01 #10 76.44 Setting up libfile-listing-perl (6.14-1) ...
12:01:01 #10 76.46 Setting up libsys-cpuaffinity-perl:armhf (1.13~03-1) ...
12:01:01 #10 76.47 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
12:01:01 #10 76.48 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:01:01 #10 76.50 Setting up libdata-messagepack-perl (1.00-4+b1) ...
12:01:01 #10 76.51 Setting up libclass-inspector-perl (1.36-1) ...
12:01:01 #13 DONE 0.1s
12:01:01 
12:01:01 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:01:01 #17 exporting layers 5.7s done
12:01:01 #17 writing image sha256:53bf78170e04f197d81e4d8f2ad2e4d5f08e9d0462f2ffe6ac9d985dda2a2f54 done
12:01:01 #17 naming to docker.io/debbuild-debian-bullseye/x86_64 done
12:01:01 #17 DONE 5.7s
12:01:01 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:01:01 + set -e
12:01:01 + mkdir -p /root/build-deb/engine
12:01:01 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:01:01 #12 9.635 Preparing to unpack .../16-pkg-config_1.8.1-1_armhf.deb ...
12:01:01 #12 9.640 Unpacking pkg-config:armhf (1.8.1-1) ...
12:01:01 #12 9.679 Setting up libseccomp-dev:armhf (2.5.4-1+b3) ...
12:01:01 #12 9.690 Setting up libpcre2-16-0:armhf (10.42-1) ...
12:01:01 #12 9.703 Setting up libpcre2-32-0:armhf (10.42-1) ...
12:01:01 #12 9.714 Setting up libpkgconf3:armhf (1.8.1-1) ...
12:01:01 #12 9.723 Setting up libuv1:armhf (1.44.2-1) ...
12:01:01 #12 9.734 Setting up bash-completion (1:2.11-6) ...
12:01:01 #12 9.756 Setting up libproc2-0:armhf (2:4.0.2-3) ...
12:01:01 #12 9.768 Setting up libjsoncpp25:armhf (1.9.5-4) ...
12:01:01 #12 9.777 Setting up libudev-dev:armhf (252.5-2) ...
12:01:01 #12 9.787 Setting up libsepol-dev:armhf (3.4-2) ...
12:01:01 #12 9.798 Setting up pkgconf-bin (1.8.1-1) ...
12:01:01 #12 9.814 Setting up libpcre2-posix3:armhf (10.42-1) ...
12:01:01 #12 9.828 Setting up librhash0:armhf (1.4.3-3) ...
12:01:01 #12 9.841 Setting up procps (2:4.0.2-3) ...
12:01:01 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:01:01 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:01:01 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:01:01 dpkg-source: info: using source format '1.0'
12:01:01 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz
12:01:01 #10 76.53 Setting up libfont-afm-perl (1.20-3) ...
12:01:01 #10 76.54 Setting up libwant-perl (0.29-1+b6) ...
12:01:01 #10 76.55 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:01:01 #10 76.57 Setting up libtext-glob-perl (0.11-1) ...
12:01:01 #10 76.58 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:01:01 #10 76.59 Setting up liblist-compare-perl (0.55-1) ...
12:01:01 #10 76.61 Setting up libref-util-xs-perl (0.117-1+b3) ...
12:01:01 #10 76.63 Setting up libio-pty-perl (1:1.15-2) ...
12:01:01 #10 76.65 Setting up libtool (2.4.6-15) ...
12:01:01 #10 76.66 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
12:01:01 #10 76.68 Setting up libsort-key-perl (1.33-2+b3) ...
12:01:01 #10 76.69 Setting up libclone-perl (0.45-1+b1) ...
12:01:01 #10 76.72 Setting up libalgorithm-diff-perl (1.201-1) ...
12:01:01 #10 76.74 Setting up libarchive-zip-perl (1.68-1) ...
12:01:01 #10 76.76 Setting up libsub-identify-perl (0.14-1+b3) ...
12:01:01 #10 76.78 Setting up libdistro-info-perl (1.0) ...
12:01:01 #10 76.80 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
12:01:01 #10 76.81 Setting up libobject-id-perl (0.1.2-2.1) ...
12:01:01 #10 76.83 Setting up libio-stringy-perl (2.111-3) ...
12:01:01 #15 DONE 2.6s
12:01:01 
12:01:01 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:01:01 #16 DONE 0.0s
12:01:01 
12:01:01 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:01:01 #17 DONE 0.0s
12:01:01 
12:01:01 #18 exporting to image
12:01:01 #18 exporting layers
12:01:01 + mkdir -p /root/build-deb/cli
12:01:01 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:01:01 #12 9.877 Setting up cmake-data (3.25.1-1) ...
12:01:01 #12 9.892 Setting up dh-apparmor (3.0.8-2) ...
12:01:01 #12 9.904 Setting up libsystemd-dev:armhf (252.5-2) ...
12:01:01 #12 9.916 Setting up libpcre2-dev:armhf (10.42-1) ...
12:01:01 #12 9.925 Setting up libselinux1-dev:armhf (3.4-1+b5) ...
12:01:01 #12 9.935 Setting up pkgconf:armhf (1.8.1-1) ...
12:01:01 #12 9.950 Setting up pkg-config:armhf (1.8.1-1) ...
12:01:01 #12 9.962 Setting up cmake (3.25.1-1) ...
12:01:01 #12 9.974 Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ...
12:01:01 #12 9.985 Setting up dmsetup (2:1.02.185-2) ...
12:01:01 #12 10.000 Setting up libdevmapper-event1.02.1:armhf (2:1.02.185-2) ...
12:01:01 #12 10.01 Setting up libdevmapper-dev:armhf (2:1.02.185-2) ...
12:01:01 #12 10.03 Setting up docker-ce-build-deps (1.0) ...
12:01:01 #12 10.04 Processing triggers for libc-bin (2.36-8) ...
12:01:01 #12 10.06 Processing triggers for man-db (2.11.2-1) ...
12:01:01 #10 76.84 Setting up liblist-moreutils-perl (0.430-2) ...
12:01:01 #10 76.85 Setting up libhtml-tagset-perl (3.20-4) ...
12:01:01 #10 76.87 Setting up liblog-any-perl (1.709-1) ...
12:01:01 #10 76.89 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:01:01 #10 76.93 Setting up libdevel-size-perl (0.83-1+b2) ...
12:01:01 #10 76.95 Setting up libdebhelper-perl (13.3.4) ...
12:01:01 #10 76.96 Setting up libpod-constants-perl (0.19-2) ...
12:01:01 #10 76.98 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
12:01:01 #10 77.00 Setting up libconvert-binhex-perl (1.125-1) ...
12:01:01 #10 77.01 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:01:01 #10 77.02 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:01:01 #10 77.04 Setting up libtry-tiny-perl (0.30-1) ...
12:01:01 #10 77.05 Setting up libtype-tiny-perl (1.012001-2) ...
12:01:01 + mkdir -p /root/build-deb/buildx
12:01:01 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:01:01 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc
12:01:01  debian/rules build
12:01:01 dh build --with=bash-completion
12:01:01    dh_update_autotools_config
12:01:01 #10 77.07 Setting up libcommon-sense-perl (3.75-1+b4) ...
12:01:01 #10 77.08 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:01:01 #10 77.09 Setting up libnet-http-perl (6.20-1) ...
12:01:01 #10 77.10 Setting up libtext-markdown-discount-perl:armhf (0.12-1+b1) ...
12:01:01 #10 77.11 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:01:01 #10 77.13 Setting up libtime-moment-perl (0.44-1+b3) ...
12:01:01 #10 77.14 Setting up libencode-locale-perl (1.05-1.1) ...
12:01:01 #10 77.15 Setting up python3 (3.9.2-3) ...
12:01:02    dh_autoreconf
12:01:02    debian/rules override_dh_auto_build
12:01:02 make[1]: Entering directory '/root/build-deb'
12:01:02 # Build the daemon and dependencies
12:01:02 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:02 
12:01:02 Removing bundles/
12:01:02 
12:01:02 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:02 #10 77.43 Setting up libexception-class-perl (1.44-1) ...
12:01:02 #10 77.44 Setting up python3-xdg (0.27-2) ...
12:01:02 #10 77.59 Setting up libconfig-tiny-perl (2.26-1) ...
12:01:02 #10 77.61 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
12:01:02 + mkdir -p /root/build-deb/compose
12:01:02 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:01:02 + mkdir -p /root/build-deb/scan-cli-plugin
12:01:02 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:01:02 + mkdir -p /go/src/github.com/docker
12:01:02 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:01:02 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:01:02 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:01:02 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:01:02 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:01:02 + EPOCH=5
12:01:02 + EPOCH_SEP=
12:01:02 + [[ ! -z 5 ]]
12:01:02 + EPOCH_SEP=:
12:01:02 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:01:02 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:02 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:02 + VERSION=0.0.0-20230206193855-ab4ef4a
12:01:02 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:02 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:02 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:01:02 + debSource=docker-ce
12:01:02 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:01:02 + debMaintainer='Docker <support@docker.com>'
12:01:02 ++ date --rfc-2822
12:01:02 + debDate='Tue, 07 Feb 2023 12:01:02 +0000'
12:01:02 + pkgRevision=1
12:01:02 + cat
12:01:02 + export CLI_GITCOMMIT=ab4ef4a
12:01:02 + CLI_GITCOMMIT=ab4ef4a
12:01:02 + export ENGINE_GITCOMMIT=a25ab92
12:01:02 + ENGINE_GITCOMMIT=a25ab92
12:01:02 + export SCAN_GITCOMMIT=6c852fa
12:01:02 + SCAN_GITCOMMIT=6c852fa
12:01:02 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:02 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:02 + dpkg-buildpackage -uc -us -I.git
12:01:02 dpkg-buildpackage: info: source package docker-ce
12:01:02 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye
12:01:02 dpkg-buildpackage: info: source distribution bullseye
12:01:02 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:01:02  dpkg-source -I.git --before-build .
12:01:02 dpkg-buildpackage: info: host architecture amd64
12:01:02 #14 DONE 2.6s
12:01:02 
12:01:02 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:01:02 #15 DONE 0.0s
12:01:02 
12:01:02 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:01:02 #16 DONE 0.0s
12:01:02 
12:01:02 #17 exporting to image
12:01:02 #17 exporting layers
12:01:02 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:01:02 #10 77.62 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
12:01:02 #10 77.64 Setting up liblist-utilsby-perl (0.11-1) ...
12:01:02 #10 77.65 Setting up libstring-shellquote-perl (1.04-1) ...
12:01:02 #10 77.67 Setting up libsub-install-perl (0.928-1.1) ...
12:01:02 #10 77.68 Setting up gcc (4:10.2.1-1) ...
12:01:02 #10 77.72 Setting up dpkg-dev (1.20.12) ...
12:01:02 #10 77.75 Setting up libnumber-compare-perl (0.03-1.1) ...
12:01:02 #10 77.77 Setting up intltool-debian (0.35.0+20060710.5) ...
12:01:02 #10 77.78 Setting up liberror-perl (0.17029-1) ...
12:01:02 #10 77.79 Setting up python3-six (1.16.0-2) ...
12:01:02  debian/rules clean
12:01:02 dh clean --with=bash-completion
12:01:02    dh_clean
12:01:02 #10 77.92 Setting up dh-autoreconf (20) ...
12:01:02 #10 77.94 Setting up patchutils (0.4.2-1) ...
12:01:02 #10 77.95 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:01:02 #10 77.97 Setting up libltdl-dev:armhf (2.4.6-15) ...
12:01:02 #10 77.98 Setting up libjson-maybexs-perl (1.004003-1) ...
12:01:02 #10 77.99 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:01:02 #10 78.01 Setting up libio-string-perl (1.08-3.1) ...
12:01:02 #10 78.02 Setting up libreadonly-perl (2.050-3) ...
12:01:02 #10 78.03 Setting up python3-gpg (1.14.0-1+b2) ...
12:01:02  dpkg-source -I.git -b .
12:01:02 dpkg-source: warning: native package version may not have a revision
12:01:02 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:01:02 dpkg-source: info: using source format '1.0'
12:01:02 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz
12:01:02 #36 ...
12:01:02 
12:01:02 #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
12:01:02 #0 1.965 go: downloading github.com/tc-hib/go-winres v0.3.0
12:01:02 #0 2.719 go: downloading github.com/tc-hib/winres v0.1.6
12:01:02 #0 3.184 go: downloading github.com/urfave/cli/v2 v2.3.0
12:01:02 #0 3.270 go: downloading github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
12:01:02 #0 3.300 go: downloading golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
12:01:02 #0 4.673 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:01:02 #0 4.743 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:01:02 #10 78.20 Setting up python3-certifi (2020.6.20-1) ...
12:01:03 #10 78.32 Setting up libfile-find-rule-perl (0.34-1) ...
12:01:03 #10 78.34 Setting up libstring-copyright-perl (0.003006-1) ...
12:01:03 #10 78.36 Setting up libgd3:armhf (2.3.0-2) ...
12:01:03 #10 78.38 Setting up python3-idna (2.10-1) ...
12:01:03 #10 78.57 Setting up libdata-optlist-perl (0.110-1.1) ...
12:01:03 #10 78.59 Setting up libipc-run-perl (20200505.0-1) ...
12:01:03 #10 78.61 Setting up git (1:2.30.2-1+deb11u1) ...
12:01:03 #10 78.65 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
12:01:03 #10 78.66 Setting up python3-urllib3 (1.26.5-1~exp1) ...
12:01:03 #10 78.83 Setting up libcontextual-return-perl (0.004014-2) ...
12:01:03 #10 78.84 Setting up libwww-robotrules-perl (6.02-1) ...
12:01:03 #10 78.86 Setting up libtypes-serialiser-perl (1.01-1) ...
12:01:03 #10 78.87 Setting up g++ (4:10.2.1-1) ...
12:01:03 #10 78.89 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:01:03 #10 78.90 Setting up libhtml-parser-perl (3.75-1+b1) ...
12:01:03 #10 78.91 Setting up libgit-wrapper-perl (0.048-1) ...
12:01:03 #10 78.93 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:01:03 #10 78.94 Setting up librole-tiny-perl (2.002004-1) ...
12:01:03 #14 DONE 2.4s
12:01:03 
12:01:03 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:01:03 #15 DONE 0.0s
12:01:03 
12:01:03 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:01:03 #16 DONE 0.0s
12:01:03 
12:01:03 #17 exporting to image
12:01:03 #17 exporting layers
12:01:03 #10 78.95 Setting up gnupg (2.2.27-2+deb11u2) ...
12:01:03 #10 78.96 Setting up build-essential (12.9) ...
12:01:03 #10 78.97 Setting up python3-unidiff (0.5.5-2) ...
12:01:03 #37 ...
12:01:03 
12:01:03 #34 [tini-src 3/3] RUN git fetch -q --depth 1 origin "v0.19.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:01:03 #34 DONE 6.6s
12:01:03 
12:01:03 #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
12:01:03 #0 2.829 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:01:03 #0 2.849 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:01:03 #0 2.849 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:01:03 #0 3.255 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:01:03 #0 4.085 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:01:03 #0 5.163 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:01:03 #0 8.797 Fetched 8628 kB in 6s (1380 kB/s)
12:01:03 #0 8.797 Reading package lists...
12:01:03 #38 ...
12:01:03 
12:01:03 #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
12:01:03 #0 3.623 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:01:03 #0 3.662 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:01:03 #0 3.662 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:01:03 #0 4.059 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:01:03 #0 4.875 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:01:03 #0 5.861 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:01:03 #0 9.750 Fetched 8628 kB in 6s (1343 kB/s)
12:01:03 #10 79.11 Setting up lsb-release (11.1.0) ...
12:01:03 #10 79.14 Setting up libfont-ttf-perl (1.06-1.1) ...
12:01:03 #10 79.16 Setting up libfile-homedir-perl (1.006-1) ...
12:01:03 #10 79.18 Setting up python3-magic (2:0.4.20-3) ...
12:01:03 #10 79.31 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
12:01:03 #10 79.33 Setting up pristine-tar (1.49) ...
12:01:03 #10 79.35 Setting up libio-socket-ssl-perl (2.069-1) ...
12:01:03 #10 79.36 Setting up libsub-exporter-perl (0.987-1) ...
12:01:03 #10 79.38 Setting up libc-devtools (2.31-13+deb11u5) ...
12:01:03 #10 79.39 Setting up libalgorithm-merge-perl (0.08-3) ...
12:01:03 #10 79.42 Setting up libhttp-message-perl (6.28-1) ...
12:01:03 #10 79.43 Setting up libhtml-form-perl (6.07-1) ...
12:01:03 #10 79.45 Setting up python3-pkg-resources (52.0.0-4) ...
12:01:03 #0 9.750 Reading package lists...
12:01:03 #39 ...
12:01:03 
12:01:03 #40 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
12:01:03 #0 3.464 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:01:03 #0 3.484 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:01:03 #0 3.484 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:01:03 #0 3.909 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:01:03 #0 4.917 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:01:03 #0 5.761 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:01:03 #0 9.725 Fetched 8628 kB in 7s (1304 kB/s)
12:01:03 #0 9.725 Reading package lists...
12:01:03 #40 ...
12:01:03 
12:01:03 #41 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
12:01:03 #0 4.333 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:01:03 #0 4.333 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:01:03 #0 4.333 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:01:03 #0 4.851 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:01:03 #0 5.789 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:01:03 #0 6.795 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:01:04 #12 DONE 12.2s
12:01:04 
12:01:04 #13 [stage-1 5/8] COPY sources/ /sources
12:01:04 #13 DONE 0.1s
12:01:04 
12:01:04 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:01:04 #10 79.64 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:01:04 #10 79.65 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
12:01:04 #10 79.67 Setting up libjson-xs-perl (4.030-1+b1) ...
12:01:04 #10 79.69 Setting up libhttp-negotiate-perl (6.01-1) ...
12:01:04 #10 79.71 Setting up libio-prompter-perl (0.004015-1) ...
12:01:04 #10 79.73 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:01:04 #10 79.74 Setting up libhttp-cookies-perl (6.10-1) ...
12:01:04 #10 79.76 Setting up python3-apt (2.2.1) ...
12:01:04 #10 79.94 Setting up po-debconf (1.0.21+nmu1) ...
12:01:04 #10 79.97 Setting up libhtml-tree-perl (5.07-2) ...
12:01:04 #10 80.01 Setting up libparams-classify-perl (0.015-1+b3) ...
12:01:04 #10 80.08 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:01:04 #10 80.12 Setting up libhtml-format-perl (2.12-1.1) ...
12:01:04 #10 80.15 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:01:04 #10 80.21 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:01:04 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc
12:01:04  debian/rules build
12:01:04 dh build --with=bash-completion
12:01:04    dh_update_autotools_config
12:01:04    dh_autoreconf
12:01:04    debian/rules override_dh_auto_build
12:01:04 make[1]: Entering directory '/root/build-deb'
12:01:04 # Build the daemon and dependencies
12:01:04 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:04 
12:01:04 Removing bundles/
12:01:04 
12:01:04 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:04 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:01:04 #41 10.71 Fetched 8628 kB in 7s (1299 kB/s)
12:01:04 #10 80.27 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:01:04 #10 80.39 
12:01:04 #10 80.39 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:01:04 #10 80.47 Setting up python3-chardet (4.0.0-1) ...
12:01:05 #10 80.84 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:01:05 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc
12:01:05  debian/rules build
12:01:05 dh build --with=bash-completion
12:01:05    dh_update_autotools_config
12:01:05    dh_autoreconf
12:01:05    debian/rules override_dh_auto_build
12:01:05 make[1]: Entering directory '/root/build-deb'
12:01:05 # Build the daemon and dependencies
12:01:05 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:05 
12:01:05 Removing bundles/
12:01:05 
12:01:05 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:05 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:01:05 #10 80.95 Setting up libmodule-runtime-perl (0.016-1) ...
12:01:05 #10 81.08 Setting up libmailtools-perl (2.21-1) ...
12:01:05 #10 81.19 Setting up python3-debian (0.1.39) ...
12:01:05 #41 10.71 Reading package lists...
12:01:05 #41 ...
12:01:05 
12:01:05 #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
12:01:05 #0 8.797 Reading package lists...
12:01:05 #38 ...
12:01:05 
12:01:05 #36 [rootlesskit-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.0" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:01:05 #36 DONE 8.4s
12:01:05 #14 DONE 1.9s
12:01:05 
12:01:05 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:01:05 #15 DONE 0.0s
12:01:05 
12:01:05 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:01:05 #16 DONE 0.0s
12:01:05 
12:01:05 #17 exporting to image
12:01:05 #17 exporting layers
12:01:06 #10 81.35 Setting up python3-requests (2.25.1+dfsg-2) ...
12:01:06 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc
12:01:06  debian/rules build
12:01:06 dh build --with=bash-completion
12:01:06    dh_update_autotools_config
12:01:06 
12:01:06 #40 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
12:01:06 #0 9.725 Reading package lists...
12:01:06 #40 ...
12:01:06 
12:01:06 #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
12:01:06 #38 12.14 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:01:06 #10 81.50 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:01:06 #10 81.54 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:01:06 #10 81.61 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:01:06 #10 81.68 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:01:06    dh_autoreconf
12:01:06    debian/rules override_dh_auto_build
12:01:06 make[1]: Entering directory '/root/build-deb'
12:01:06 # Build the daemon and dependencies
12:01:06 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:06 
12:01:06 #38 12.15 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:01:06 #38 12.15 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:01:06 #10 81.80 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:01:06 #10 81.95 Setting up dh-strip-nondeterminism (1.12.0-1) ...
12:01:06 #10 81.96 Setting up libconst-fast-perl (0.014-1.1) ...
12:01:06 #10 81.97 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
12:01:06 #10 81.99 Setting up libdata-dpath-perl (0.58-1) ...
12:01:06 #10 82.01 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:01:06 #10 82.03 Setting up libpackage-stash-perl (0.39-1) ...
12:01:06 Removing bundles/
12:01:06 
12:01:06 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:06 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:01:06 #10 82.04 Setting up libimport-into-perl (1.002005-1) ...
12:01:06 #10 82.06 Setting up libmoo-perl (2.004004-1) ...
12:01:06 #10 82.07 Setting up liblist-someutils-perl (0.58-1) ...
12:01:06 #10 82.09 Setting up debhelper (13.3.4) ...
12:01:06 #10 82.10 Setting up libmime-tools-perl (5.509-1) ...
12:01:06 #10 82.12 Setting up dput (1.1.0) ...
12:01:06 #10 82.27 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
12:01:06 #10 82.28 Setting up equivs (2.3.1) ...
12:01:06 #10 82.30 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:01:07 #10 82.31 Setting up libparams-validate-perl:armhf (1.30-1+b1) ...
12:01:07 #10 82.32 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
12:01:07 #10 82.34 Setting up libnamespace-clean-perl (0.27-1) ...
12:01:07 #10 82.36 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
12:01:07 #10 82.38 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:01:07 #10 82.40 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:01:07 #10 82.41 Setting up libmoox-struct-perl (0.020-1) ...
12:01:07 #10 82.44 Setting up lintian (2.104.0) ...
12:01:07 #10 82.47 Setting up licensecheck (3.1.1-2) ...
12:01:07 #10 82.49 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:01:07 #10 82.51 Setting up libwww-perl (6.52-1) ...
12:01:07 #10 82.53 Setting up devscripts (2.21.3+deb11u1) ...
12:01:07 #13 36.58 Checking for new repos for mirrors
12:01:07 #13 36.58 Getting requirements for /root/rpmbuild/SPECS/docker-buildx-plugin.spec
12:01:07 #13 36.58  --> Already installed : bash-4.2.46-34.el7.x86_64
12:01:07 #13 36.58 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
12:01:07 #13 36.59  --> 1:make-3.82-24.el7.x86_64
12:01:07 #13 36.72  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
12:01:07 #13 36.73  --> git-1.8.3.1-23.el7_8.x86_64
12:01:07 #13 36.73 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
12:01:07 #13 36.73  --> Already installed : bash-4.2.46-34.el7.x86_64
12:01:07 #13 36.73 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
12:01:07 #13 36.73  --> Already installed : bash-4.2.46-34.el7.x86_64
12:01:07 #13 36.73  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
12:01:07 #13 36.73  --> cmake-2.8.12.2-2.el7.x86_64
12:01:07 #13 36.73  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64
12:01:07 #13 36.74  --> gcc-4.8.5-44.el7.x86_64
12:01:07 #13 36.74  --> git-1.8.3.1-23.el7_8.x86_64
12:01:07 #13 36.74  --> glibc-static-2.17-326.el7_9.x86_64
12:01:07 #13 36.74  --> libarchive-3.1.2-14.el7_7.x86_64
12:01:07 #13 36.74  --> libseccomp-devel-2.3.1-4.el7.x86_64
12:01:07 #13 36.74  --> libselinux-devel-2.5-15.el7.x86_64
12:01:07 #13 36.74  --> libtool-2.4.2-22.el7_3.x86_64
12:01:07 #13 36.74  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
12:01:07 #13 36.75  --> 1:make-3.82-24.el7.x86_64
12:01:07 #13 36.75  --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
12:01:07 #13 36.75  --> Already installed : systemd-219-78.el7.x86_64
12:01:07 #13 36.75  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:01:07 #13 36.75  --> systemd-devel-219-78.el7_9.7.x86_64
12:01:07 #13 36.75  --> Already installed : 2:tar-1.26-35.el7.x86_64
12:01:07 #13 36.75  --> which-2.20-7.el7.x86_64
12:01:07 #13 36.75 Getting requirements for /root/rpmbuild/SPECS/docker-compose-plugin.spec
12:01:07 #13 36.75  --> Already installed : bash-4.2.46-34.el7.x86_64
12:01:07 #13 36.76 Getting requirements for /root/rpmbuild/SPECS/docker-scan-plugin.spec
12:01:07 #13 36.76  --> Already installed : bash-4.2.46-34.el7.x86_64
12:01:07 #13 36.76 --> Running transaction check
12:01:07 #13 36.76 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
12:01:07 #13 36.77 ---> Package device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5 will be installed
12:01:07 #13 36.77 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7_9.5 for package: 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64
12:01:07 #13 36.90 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed
12:01:07 #13 36.90 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
12:01:07 #13 36.91 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
12:01:07 #13 36.91 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64
12:01:07 #13 36.92 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64
12:01:07 #13 36.92 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64
12:01:07 #13 36.92 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64
12:01:07 #13 36.92 ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
12:01:07 #13 36.93 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64
12:01:07 #13 36.94 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64
12:01:07 #13 36.94 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
12:01:07 #13 36.94 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
12:01:07 #13 36.94 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
12:01:07 #13 36.94 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64
12:01:07 #13 36.94 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64
12:01:07 #13 36.95 ---> Package glibc-static.x86_64 0:2.17-326.el7_9 will be installed
12:01:07 #13 36.95 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed
12:01:07 #13 36.95 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.x86_64
12:01:07 #13 36.95 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed
12:01:07 #13 36.95 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64
12:01:07 #13 36.95 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64
12:01:07 #13 36.95 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed
12:01:07 #13 36.96 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64
12:01:07 #13 36.96 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64
12:01:07 #13 36.96 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64
12:01:07 #13 36.96 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
12:01:07 #13 36.96 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64
12:01:07 #13 36.96 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64
12:01:07 #13 36.97 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed
12:01:07 #13 36.97 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
12:01:07 #13 36.97 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
12:01:07 #13 36.97 ---> Package make.x86_64 1:3.82-24.el7 will be installed
12:01:07 #13 36.97 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
12:01:07 #13 36.97 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:01:07 #13 36.97 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:01:07 #13 36.97 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:01:07 #13 36.98 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
12:01:07 #13 36.98 ---> Package systemd-devel.x86_64 0:219-78.el7_9.7 will be installed
12:01:07 #13 36.98 --> Processing Dependency: systemd-libs = 219-78.el7_9.7 for package: systemd-devel-219-78.el7_9.7.x86_64
12:01:07 #13 36.99 --> Processing Dependency: systemd = 219-78.el7_9.7 for package: systemd-devel-219-78.el7_9.7.x86_64
12:01:07 #13 37.00 Package: systemd-219-78.el7_9.7.src - can't co-install with systemd-219-78.el7_9.7.x86_64
12:01:07 #13 37.00 ---> Package which.x86_64 0:2.20-7.el7 will be installed
12:01:07 #13 37.00 --> Running transaction check
12:01:07 #13 37.00 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
12:01:07 #13 37.01 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
12:01:07 #13 37.01 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
12:01:07 #13 37.01 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
12:01:07 #13 37.01 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
12:01:07 #13 37.01 ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed
12:01:07 #13 37.02 ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated
12:01:07 #13 37.02 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.x86_64
12:01:07 #13 37.02 ---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update
12:01:07 #13 37.02 ---> Package glibc-devel.x86_64 0:2.17-326.el7_9 will be installed
12:01:07 #13 37.03 --> Processing Dependency: glibc-headers = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64
12:01:07 #13 37.03 --> Processing Dependency: glibc = 2.17-326.el7_9 for package: glibc-devel-2.17-326.el7_9.x86_64
12:01:07 #13 37.04 Package: glibc-2.17-326.el7_9.src - can't co-install with glibc-2.17-326.el7_9.x86_64
12:01:07 #13 37.04 Package: glibc-2.17-326.el7_9.src - can't co-install with glibc-2.17-326.el7_9.x86_64
12:01:07 #13 37.04 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-326.el7_9.x86_64
12:01:07 #13 37.04 ---> Package less.x86_64 0:458-9.el7 will be installed
12:01:07 #13 37.04 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed
12:01:07 #13 37.04 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
12:01:07 #13 37.04 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
12:01:07 #13 37.04 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
12:01:07 #13 37.05 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
12:01:07 #13 37.05 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
12:01:07 #13 37.05 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
12:01:07 #13 37.05 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
12:01:07 #13 37.05 ---> Package openssh-clients.x86_64 0:7.4p1-22.el7_9 will be installed
12:01:07 #13 37.05 --> Processing Dependency: openssh = 7.4p1-22.el7_9 for package: openssh-clients-7.4p1-22.el7_9.x86_64
12:01:07 #13 37.05 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-22.el7_9.x86_64
12:01:07 #13 37.05 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-22.el7_9.x86_64
12:01:07 #13 37.05 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-22.el7_9.x86_64
12:01:07 #13 37.06 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
12:01:07 #13 37.06 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
12:01:07 #13 37.06 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
12:01:07 #13 37.06 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
12:01:07 #13 37.06 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed
12:01:07 #13 37.06 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64
12:01:07 #13 37.06 ---> Package rsync.x86_64 0:3.1.2-12.el7_9 will be installed
12:01:07 #13 37.07 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
12:01:07 #13 37.07 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
12:01:07 #13 37.07 ---> Package systemd.x86_64 0:219-78.el7 will be updated
12:01:07 #13 37.07 ---> Package systemd.x86_64 0:219-78.el7_9.7 will be an update
12:01:07 #13 37.08 ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated
12:01:07 #13 37.09 ---> Package systemd-libs.x86_64 0:219-78.el7_9.7 will be an update
12:01:07 #13 37.09 --> Running transaction check
12:01:07 #13 37.09 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated
12:01:07 #13 37.09 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update
12:01:07 #13 37.09 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
12:01:07 #13 37.09 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
12:01:07 #13 37.09 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated
12:01:07 #13 37.09 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
12:01:07 #13 37.10 ---> Package glibc.x86_64 0:2.17-326.el7_9 will be an update
12:01:07 #13 37.10 ---> Package glibc-headers.x86_64 0:2.17-326.el7_9 will be installed
12:01:07 #13 37.10 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-326.el7_9.x86_64
12:01:07 #13 37.11 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-326.el7_9.x86_64
12:01:07 #13 37.11 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
12:01:07 #13 37.11 ---> Package openssh.x86_64 0:7.4p1-22.el7_9 will be installed
12:01:07 #13 37.11 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
12:01:07 #13 37.11 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
12:01:07 #13 37.12 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
12:01:07 #13 37.12 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
12:01:07 #13 37.12 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
12:01:07 #13 37.12 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
12:01:07 #13 37.12 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
12:01:07 #13 37.13 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
12:01:07 #13 37.13 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
12:01:07 #13 37.13 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
12:01:07 #13 37.13 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:01:07 #13 37.13 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:01:07 #13 37.13 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64
12:01:07 #13 37.13 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:01:07 #13 37.13 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:01:07 #13 37.13 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:01:07 #13 37.13 --> Running transaction check
12:01:07 #13 37.13 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
12:01:07 #13 37.14 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
12:01:07 #13 37.14 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
12:01:07 #13 37.14 ---> Package glibc-common.x86_64 0:2.17-326.el7_9 will be an update
12:01:07 #13 37.14 ---> Package kernel-headers.x86_64 0:3.10.0-1160.83.1.el7 will be installed
12:01:07 #13 37.14 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
12:01:07 #13 37.14 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
12:01:07 #13 37.14 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
12:01:07 #13 37.14 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
12:01:07 #13 37.14 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
12:01:07 #13 37.14 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
12:01:07 #13 37.16 --> Finished Dependency Resolution
12:01:07 #13 37.18 
12:01:07 #13 37.18 Dependencies Resolved
12:01:07 #13 37.19 
12:01:07 #13 37.19 ================================================================================
12:01:07 #13 37.19  Package                   Arch      Version                   Repository  Size
12:01:07 #13 37.19 ================================================================================
12:01:07 #13 37.19 Installing:
12:01:07 #13 37.19  cmake                     x86_64    2.8.12.2-2.el7            base       7.1 M
12:01:07 #13 37.19  device-mapper-devel       x86_64    7:1.02.170-6.el7_9.5      updates    206 k
12:01:07 #13 37.19  gcc                       x86_64    4.8.5-44.el7              base        16 M
12:01:07 #13 37.19  git                       x86_64    1.8.3.1-23.el7_8          base       4.4 M
12:01:07 #13 37.19  glibc-static              x86_64    2.17-326.el7_9            updates    1.6 M
12:01:07 #13 37.19  libarchive                x86_64    3.1.2-14.el7_7            base       319 k
12:01:07 #13 37.19  libseccomp-devel          x86_64    2.3.1-4.el7               base        64 k
12:01:07 #13 37.19  libselinux-devel          x86_64    2.5-15.el7                base       187 k
12:01:07 #13 37.19  libtool                   x86_64    2.4.2-22.el7_3            base       588 k
12:01:07 #13 37.19  libtool-ltdl-devel        x86_64    2.4.2-22.el7_3            base       167 k
12:01:07 #13 37.19  make                      x86_64    1:3.82-24.el7             base       421 k
12:01:07 #13 37.19  selinux-policy-devel      noarch    3.13.1-268.el7_9.2        updates    1.7 M
12:01:07 #13 37.19  systemd-devel             x86_64    219-78.el7_9.7            updates    216 k
12:01:07 #13 37.19  which                     x86_64    2.20-7.el7                base        41 k
12:01:07 #13 37.19 Installing for dependencies:
12:01:07 #13 37.19  audit-libs-python         x86_64    2.8.5-4.el7               base        76 k
12:01:07 #13 37.19  autoconf                  noarch    2.69-11.el7               base       701 k
12:01:07 #13 37.19  automake                  noarch    1.13.4-3.el7              base       679 k
12:01:07 #13 37.19  checkpolicy               x86_64    2.5-8.el7                 base       295 k
12:01:07 #13 37.19  cpp                       x86_64    4.8.5-44.el7              base       5.9 M
12:01:07 #13 37.19  fipscheck                 x86_64    1.4.1-6.el7               base        21 k
12:01:07 #13 37.19  fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
12:01:07 #13 37.19  glibc-devel               x86_64    2.17-326.el7_9            updates    1.1 M
12:01:07 #13 37.19  glibc-headers             x86_64    2.17-326.el7_9            updates    691 k
12:01:07 #13 37.19  kernel-headers            x86_64    3.10.0-1160.83.1.el7      updates    9.1 M
12:01:07 #13 37.19  less                      x86_64    458-9.el7                 base       120 k
12:01:07 #13 37.19  libcgroup                 x86_64    0.41-21.el7               base        66 k
12:01:07 #13 37.19  libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
12:01:07 #13 37.19  libgomp                   x86_64    4.8.5-44.el7              base       159 k
12:01:07 #13 37.19  libmpc                    x86_64    1.0.1-3.el7               base        51 k
12:01:07 #13 37.19  libseccomp                x86_64    2.3.1-4.el7               base        56 k
12:01:07 #13 37.19  libselinux-python         x86_64    2.5-15.el7                base       236 k
12:01:07 #13 37.19  libselinux-utils          x86_64    2.5-15.el7                base       151 k
12:01:07 #13 37.19  libsemanage-python        x86_64    2.5-14.el7                base       113 k
12:01:07 #13 37.19  libsepol-devel            x86_64    2.5-10.el7                base        77 k
12:01:07 #13 37.19  libtool-ltdl              x86_64    2.4.2-22.el7_3            base        49 k
12:01:07 #13 37.19  lzo                       x86_64    2.06-8.el7                base        59 k
12:01:07 #13 37.19  m4                        x86_64    1.4.16-10.el7             base       256 k
12:01:07 #13 37.19  mpfr                      x86_64    3.1.1-4.el7               base       203 k
12:01:07 #13 37.19  openssh                   x86_64    7.4p1-22.el7_9            updates    510 k
12:01:07 #13 37.19  openssh-clients           x86_64    7.4p1-22.el7_9            updates    655 k
12:01:07 #13 37.19  pcre-devel                x86_64    8.32-17.el7               base       480 k
12:01:07 #13 37.19  perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
12:01:07 #13 37.19  perl-Error                noarch    1:0.17020-2.el7           base        32 k
12:01:07 #13 37.19  perl-Git                  noarch    1.8.3.1-23.el7_8          base        56 k
12:01:07 #13 37.19  perl-TermReadKey          x86_64    2.30-20.el7               base        31 k
12:01:07 #13 37.19  perl-Test-Harness         noarch    3.28-3.el7                base       302 k
12:01:07 #13 37.19  policycoreutils           x86_64    2.5-34.el7                base       917 k
12:01:07 #13 37.19  policycoreutils-devel     x86_64    2.5-34.el7                base       335 k
12:01:07 #13 37.19  policycoreutils-python    x86_64    2.5-34.el7                base       457 k
12:01:07 #13 37.19  python-IPy                noarch    0.75-6.el7                base        32 k
12:01:07 #13 37.19  rsync                     x86_64    3.1.2-12.el7_9            updates    408 k
12:01:07 #13 37.19  selinux-policy            noarch    3.13.1-268.el7_9.2        updates    498 k
12:01:07 #13 37.19  setools-libs              x86_64    3.3.8-4.el7               base       620 k
12:01:07 #13 37.19 Updating for dependencies:
12:01:07 #13 37.19  device-mapper             x86_64    7:1.02.170-6.el7_9.5      updates    297 k
12:01:07 #13 37.19  device-mapper-libs        x86_64    7:1.02.170-6.el7_9.5      updates    325 k
12:01:07 #13 37.19  glibc                     x86_64    2.17-326.el7_9            updates    3.6 M
12:01:07 #13 37.19  glibc-common              x86_64    2.17-326.el7_9            updates     12 M
12:01:07 #13 37.19  systemd                   x86_64    219-78.el7_9.7            updates    5.1 M
12:01:07 #13 37.19  systemd-libs              x86_64    219-78.el7_9.7            updates    419 k
12:01:07 #13 37.19 
12:01:07 #13 37.19 Transaction Summary
12:01:07 #13 37.19 ================================================================================
12:01:07 #13 37.19 Install  14 Packages (+39 Dependent packages)
12:01:07 #13 37.19 Upgrade              (  6 Dependent packages)
12:01:07 #13 37.19 
12:01:07 #13 37.19 Total download size: 80 M
12:01:07 #13 37.19 Downloading packages:
12:01:07 #13 37.19 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
12:01:07 #10 82.68 Setting up libxml-parser-perl:armhf (2.46-2) ...
12:01:07 #10 82.69 Setting up libxml-sax-expat-perl (0.51-1) ...
12:01:07 #10 82.73 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:01:07 #10 82.78 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:01:07 #10 82.92 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:01:07 #10 82.95 Setting up libsoap-lite-perl (1.27-1) ...
12:01:07 #10 82.98 Setting up libxmlrpc-lite-perl (0.717-4) ...
12:01:07 #10 82.99 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:01:07 #10 83.01 Processing triggers for ca-certificates (20210119) ...
12:01:07 #10 83.02 Updating certificates in /etc/ssl/certs...
12:01:07 #10 83.33 0 added, 0 removed; done.
12:01:07 #10 83.33 Running hooks in /etc/ca-certificates/update.d...
12:01:08 #10 83.33 done.
12:01:08 #38 13.40 Reading package lists...
12:01:08 #38 ...
12:01:08 
12:01:08 #33 [runc-src 3/3] RUN git fetch -q --depth 1 origin "v1.1.4" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:01:08 #33 DONE 11.7s
12:01:08 
12:01:08 #41 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
12:01:08 #41 10.71 Reading package lists...
12:01:08 #41 14.18 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:01:08 #41 14.18 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:01:08 #41 14.18 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:01:08 #10 DONE 83.9s
12:01:08 
12:01:08 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:01:08 #11 DONE 0.1s
12:01:08 
12:01:08 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:01:08 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc
12:01:08  debian/rules build
12:01:08 dh build --with=bash-completion
12:01:08    dh_update_autotools_config
12:01:09    dh_autoreconf
12:01:09    debian/rules override_dh_auto_build
12:01:09 make[1]: Entering directory '/root/build-deb'
12:01:09 # Build the daemon and dependencies
12:01:09 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:09 
12:01:09 Removing bundles/
12:01:09 
12:01:09 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:09 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm64)...
12:01:09 #18 exporting layers 7.6s done
12:01:09 #18 writing image sha256:4818f6bc875e1433886a82da4eea530bc927f4a9d1cd64c336348873e3d6cb8d done
12:01:09 #18 naming to docker.io/debbuild-ubuntu-kinetic/aarch64 done
12:01:09 #18 DONE 7.6s
12:01:09 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:01:09 + set -e
12:01:09 + mkdir -p /root/build-deb/engine
12:01:09 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:01:09 + mkdir -p /root/build-deb/cli
12:01:09 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:01:09 #12 0.721 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:01:09 #12 0.721 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:01:09 #12 0.721 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:01:09 + mkdir -p /root/build-deb/buildx
12:01:09 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:01:10 #17 exporting layers 6.9s done
12:01:10 #17 writing image sha256:a0130e0e4def8cc8ba68a5fc2da14e13c9b4eed687a6e901453edc174dc95d5c done
12:01:10 #17 naming to docker.io/debbuild-raspbian-bookworm/aarch64 done
12:01:10 #17 DONE 7.0s
12:01:10 + mkdir -p /root/build-deb/compose
12:01:10 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:01:10 + mkdir -p /root/build-deb/scan-cli-plugin
12:01:10 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:01:10 + mkdir -p /go/src/github.com/docker
12:01:10 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:01:10 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:01:10 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:01:10 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:01:10 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:01:10 + EPOCH=5
12:01:10 + EPOCH_SEP=
12:01:10 + [[ ! -z 5 ]]
12:01:10 + EPOCH_SEP=:
12:01:10 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:01:10 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:10 + VERSION=0.0.0-20230206193855-ab4ef4a
12:01:10 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:10 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:10 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:10 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:01:10 + debSource=docker-ce
12:01:10 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:01:10 + debMaintainer='Docker <support@docker.com>'
12:01:10 ++ date --rfc-2822
12:01:10 + debDate='Tue, 07 Feb 2023 12:01:10 +0000'
12:01:10 + pkgRevision=1
12:01:10 + cat
12:01:10 + export CLI_GITCOMMIT=ab4ef4a
12:01:10 + CLI_GITCOMMIT=ab4ef4a
12:01:10 + export ENGINE_GITCOMMIT=a25ab92
12:01:10 + ENGINE_GITCOMMIT=a25ab92
12:01:10 + export SCAN_GITCOMMIT=6c852fa
12:01:10 + SCAN_GITCOMMIT=6c852fa
12:01:10 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:10 + dpkg-buildpackage -uc -us -I.git
12:01:10 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:10 dpkg-buildpackage: info: source package docker-ce
12:01:10 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic
12:01:10 dpkg-buildpackage: info: source distribution kinetic
12:01:10 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:01:10  dpkg-source -I.git --before-build .
12:01:10 dpkg-buildpackage: info: host architecture armhf
12:01:10 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:01:10 #12 1.053 Reading package lists...
12:01:10  debian/rules clean
12:01:10 dh clean --with=bash-completion
12:01:10    dh_clean
12:01:10 #12 2.100 dpkg-buildpackage: info: source package docker-ce-build-deps
12:01:10 #12 2.100 dpkg-buildpackage: info: source version 1.0
12:01:10 #12 2.100 dpkg-buildpackage: info: source distribution unstable
12:01:10 #12 2.100 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:01:10 #12 2.134 dpkg-buildpackage: info: host architecture armhf
12:01:10 #12 2.134  dpkg-source --before-build .
12:01:10 #12 2.233  debian/rules clean
12:01:10 #12 2.234 dh clean
12:01:10  dpkg-source -I.git -b .
12:01:11 #12 2.311    dh_clean
12:01:11 #12 2.344  debian/rules binary
12:01:11 #12 2.345 dh binary
12:01:11 #12 2.412    dh_update_autotools_config
12:01:11 #12 2.439    dh_autoreconf
12:01:11 #12 2.480    create-stamp debian/debhelper-build-stamp
12:01:11 #12 2.480    dh_prep
12:01:11 + set -e
12:01:11 + mkdir -p /root/build-deb/engine
12:01:11 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:01:11 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:01:11 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:01:11 dpkg-source: warning: native package version may not have a revision
12:01:11 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:01:11 dpkg-source: info: using source format '1.0'
12:01:11 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz
12:01:11 #12 2.508    dh_install
12:01:11 #12 2.541    dh_installdocs
12:01:11 #12 2.579    dh_installchangelogs
12:01:11 #12 2.660    dh_perl
12:01:11 #12 2.695    dh_link
12:01:11 #12 2.728    dh_strip_nondeterminism
12:01:11 #12 2.789    dh_compress
12:01:11 #12 2.826    dh_fixperms
12:01:11 #12 2.864    dh_missing
12:01:11 #12 2.889    dh_installdeb
12:01:11 #12 2.923    dh_gencontrol
12:01:11 #12 3.038    dh_md5sums
12:01:11 + mkdir -p /root/build-deb/cli
12:01:11 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:01:11 + mkdir -p /root/build-deb/buildx
12:01:11 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:01:11 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.dsc
12:01:11  debian/rules build
12:01:11 dh build --with=bash-completion
12:01:11    dh_update_autotools_config
12:01:11    dh_autoreconf
12:01:11    debian/rules override_dh_auto_build
12:01:11 make[1]: Entering directory '/root/build-deb'
12:01:11 # Build the daemon and dependencies
12:01:11 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:11 
12:01:11 Removing bundles/
12:01:11 
12:01:11 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:11 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:01:11 #12 3.070    dh_builddeb
12:01:11 #12 3.096 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:01:11 #12 3.115  dpkg-genbuildinfo --build=binary
12:01:11 #12 3.258  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
12:01:11 #12 3.335 dpkg-genchanges: info: binary-only upload (no source code included)
12:01:12 #41 15.67 Reading package lists...
12:01:12 #41 18.04 + apt-get  install -y --no-install-recommends dpkg-dev gcc libc6-dev libseccomp-dev
12:01:12 #12 3.337  dpkg-source --after-build .
12:01:12 #12 3.436 dpkg-buildpackage: info: binary-only upload (no source included)
12:01:12 #12 3.441 
12:01:12 #12 3.441 The package has been created.
12:01:12 #12 3.441 Attention, the package has been created in the current directory,
12:01:12 #12 3.441 not in ".." as indicated by the message above!
12:01:12 #12 3.462 Selecting previously unselected package docker-ce-build-deps.
12:01:12 #12 3.478 (Reading database ... 28396 files and directories currently installed.)
12:01:12 #12 3.479 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:01:12 #12 3.484 Unpacking docker-ce-build-deps (1.0) ...
12:01:12 + mkdir -p /root/build-deb/compose
12:01:12 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:01:12 + mkdir -p /root/build-deb/scan-cli-plugin
12:01:12 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:01:12 + mkdir -p /go/src/github.com/docker
12:01:12 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:01:12 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:01:12 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:01:12 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:01:12 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:01:12 + EPOCH=5
12:01:12 + EPOCH_SEP=
12:01:12 + [[ ! -z 5 ]]
12:01:12 + EPOCH_SEP=:
12:01:12 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:01:12 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:12 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:12 + VERSION=0.0.0-20230206193855-ab4ef4a
12:01:12 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:12 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:12 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:01:12 + debSource=docker-ce
12:01:12 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:01:12 + debMaintainer='Docker <support@docker.com>'
12:01:12 ++ date --rfc-2822
12:01:12 + debDate='Tue, 07 Feb 2023 12:01:12 +0000'
12:01:12 + pkgRevision=1
12:01:12 + cat
12:01:12 + export CLI_GITCOMMIT=ab4ef4a
12:01:12 + CLI_GITCOMMIT=ab4ef4a
12:01:12 + export ENGINE_GITCOMMIT=a25ab92
12:01:12 + ENGINE_GITCOMMIT=a25ab92
12:01:12 + export SCAN_GITCOMMIT=6c852fa
12:01:12 + SCAN_GITCOMMIT=6c852fa
12:01:12 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:12 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:12 + dpkg-buildpackage -uc -us -I.git
12:01:12 #17 exporting layers 8.6s done
12:01:12 #17 writing image sha256:056e209ba9baa9216bef32fe6f8cc2fda27cdbc8dedd1483e041c438606e074a done
12:01:12 #17 naming to docker.io/debbuild-debian-buster/aarch64 done
12:01:12 #17 DONE 8.6s
12:01:12 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:01:12 + set -e
12:01:12 + mkdir -p /root/build-deb/engine
12:01:12 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:01:12 + mkdir -p /root/build-deb/cli
12:01:12 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:01:12 + mkdir -p /root/build-deb/buildx
12:01:12 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:01:12 dpkg-buildpackage: info: source package docker-ce
12:01:12 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm
12:01:12 dpkg-buildpackage: info: source distribution bookworm
12:01:12 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:01:12  dpkg-source -I.git --before-build .
12:01:12 dpkg-buildpackage: info: host architecture armhf
12:01:12 + mkdir -p /root/build-deb/compose
12:01:12 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:01:12 + mkdir -p /root/build-deb/scan-cli-plugin
12:01:12 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:01:12 + mkdir -p /go/src/github.com/docker
12:01:12 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:01:12 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:01:12 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:01:12 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:01:12 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:01:12 + EPOCH=5
12:01:12 + EPOCH_SEP=
12:01:12 + [[ ! -z 5 ]]
12:01:12 + EPOCH_SEP=:
12:01:12 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:01:12 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:12 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:12 + VERSION=0.0.0-20230206193855-ab4ef4a
12:01:12 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:12 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:12 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:01:12 + debSource=docker-ce
12:01:12 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:01:12 + debMaintainer='Docker <support@docker.com>'
12:01:12 ++ date --rfc-2822
12:01:12 + debDate='Tue, 07 Feb 2023 12:01:12 +0000'
12:01:12 + pkgRevision=1
12:01:12 + cat
12:01:12 + export CLI_GITCOMMIT=ab4ef4a
12:01:12 + CLI_GITCOMMIT=ab4ef4a
12:01:12 + export ENGINE_GITCOMMIT=a25ab92
12:01:12 + ENGINE_GITCOMMIT=a25ab92
12:01:12 + export SCAN_GITCOMMIT=6c852fa
12:01:12 + SCAN_GITCOMMIT=6c852fa
12:01:12 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:12 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:12 + dpkg-buildpackage -uc -us -I.git
12:01:12 dpkg-buildpackage: info: source package docker-ce
12:01:12 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster
12:01:12 dpkg-buildpackage: info: source distribution buster
12:01:12 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:01:12 #41 18.09 Reading package lists...
12:01:12 #41 ...
12:01:12 
12:01:12 #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
12:01:12 #37 18.94 NAME:
12:01:12  debian/rules clean
12:01:12 dh clean --with=bash-completion
12:01:12    dh_clean
12:01:12 dpkg-buildpackage: info: host architecture armhf
12:01:12  dpkg-source -I.git --before-build .
12:01:12  debian/rules clean
12:01:12 dh clean --with=bash-completion
12:01:12 #37 18.94    go-winres - A tool for embedding resources in Windows executables
12:01:12 #37 18.94 
12:01:12 #37 18.94 USAGE:
12:01:12 #37 18.94    go-winres [global options] command [command options] [arguments...]
12:01:12 #37 18.94 
12:01:12 #37 18.94 COMMANDS:
12:01:12 #37 18.94    init     Create an initial ./winres/winres.json
12:01:12 #37 18.94    make     Make syso files for the "go build" command
12:01:12 #37 18.94    simply   Make syso files for the "go build" command (simplified)
12:01:12 #37 18.94    extract  Extract all resources from an executable
12:01:12 #37 18.94    patch    Replace resources in an executable file (exe, dll)
12:01:12 #37 18.94    help, h  Shows a list of commands or help for one command
12:01:12 #37 18.94 
12:01:12 #37 18.94 GLOBAL OPTIONS:
12:01:12 #37 18.94    --help, -h  show help (default: false)
12:01:12 #37 DONE 19.1s
12:01:12 
12:01:12 #40 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
12:01:12 #0 9.725 Reading package lists...
12:01:12 #40 12.39 Reading package lists...
12:01:12 #40 15.38 Building dependency tree...
12:01:12 #40 16.73 The following additional packages will be installed:
12:01:12 #40 16.74   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
12:01:12 #40 16.74 Suggested packages:
12:01:12 #40 16.75   cmake-doc ninja-build lrzip
12:01:12 #40 17.00 The following NEW packages will be installed:
12:01:12 #40 17.00   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
12:01:12 #40 17.33 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
12:01:12 #40 17.33 Need to get 17.3 MB of archives.
12:01:12 #40 17.33 After this operation, 70.1 MB of additional disk space will be used.
12:01:12 #40 17.33 Get:1 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
12:01:12 #40 17.38 Get:2 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
12:01:12 #40 17.64 Get:3 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u3 [693 kB]
12:01:12 #40 17.66 Get:4 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
12:01:12 #40 17.67 Get:5 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
12:01:12 #40 17.68 Get:6 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
12:01:12 #40 17.68 Get:7 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
12:01:12 #40 17.68 Get:8 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
12:01:12 #40 18.42 debconf: delaying package configuration, since apt-utils is not installed
12:01:12 #40 18.58 Fetched 17.3 MB in 1s (21.3 MB/s)
12:01:12 #40 18.69 Selecting previously unselected package cmake-data.
12:01:12 #40 18.69 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15754 files and directories currently installed.)
12:01:12 #40 18.73 Preparing to unpack .../0-cmake-data_3.18.4-2+deb11u1_all.deb ...
12:01:12 #40 18.76 Unpacking cmake-data (3.18.4-2+deb11u1) ...
12:01:12  dpkg-source -I.git -b .
12:01:13    dh_clean
12:01:13  dpkg-source -I.git -b .
12:01:13 #12 3.531 Reading package lists...
12:01:13 dpkg-source: warning: native package version may not have a revision
12:01:13 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:01:13 dpkg-source: info: using source format '1.0'
12:01:13 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.tar.gz
12:01:13 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:01:13 dpkg-source: info: using source format '1.0'
12:01:13 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz
12:01:13 #12 4.301 Building dependency tree...
12:01:13 #12 4.481 Reading state information...
12:01:13 #12 4.507 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:01:13 #12 4.740 Starting 2 pkgProblemResolver with broken count: 0
12:01:13 #12 4.744 Done
12:01:13 #12 4.937  Done
12:01:13 #12 5.115 Starting pkgProblemResolver with broken count: 0
12:01:13 #12 5.156 Starting 2 pkgProblemResolver with broken count: 0
12:01:13 #12 5.159 Done
12:01:14 #12 5.458 The following additional packages will be installed:
12:01:14 #12 5.459   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:01:14 #12 5.459   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
12:01:14 #12 5.459   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
12:01:14 #12 5.459   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:01:14 #12 5.460   libudev-dev libuv1 pkg-config procps
12:01:14 #12 5.461 Suggested packages:
12:01:14 #12 5.461   cmake-doc ninja-build apparmor-easyprof seccomp
12:01:14 #12 5.461 Recommended packages:
12:01:14 #12 5.461   psmisc
12:01:14 #12 5.719 The following NEW packages will be installed:
12:01:14 #12 5.720   bash-completion cmake cmake-data dh-apparmor dmsetup libdevmapper-dev
12:01:14 #12 5.720   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24 libncurses6
12:01:14 #12 5.720   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libprocps8
12:01:14 #12 5.720   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:01:14 #12 5.721   libudev-dev libuv1 pkg-config procps
12:01:14 #12 5.993 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
12:01:14 #12 5.993 1 not fully installed or removed.
12:01:14 #12 5.993 Need to get 9065 kB of archives.
12:01:14 #12 5.993 After this operation, 33.9 MB of additional disk space will be used.
12:01:14 #12 5.993 Get:1 http://deb.debian.org/debian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
12:01:14 #40 20.53 Selecting previously unselected package libicu67:amd64.
12:01:14 #40 20.55 Preparing to unpack .../1-libicu67_67.1-7_amd64.deb ...
12:01:14 #40 20.56 Unpacking libicu67:amd64 (67.1-7) ...
12:01:14 #40 ...
12:01:14 
12:01:14 #41 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
12:01:14 #41 18.09 Reading package lists...
12:01:14 #12 5.996 Get:2 http://deb.debian.org/debian bullseye/main armhf cmake-data all 3.18.4-2+deb11u1 [1725 kB]
12:01:14 #12 6.005 Get:3 http://deb.debian.org/debian bullseye/main armhf libncurses6 armhf 6.2+20201114-2 [80.5 kB]
12:01:14 #12 6.006 Get:4 http://deb.debian.org/debian bullseye/main armhf libprocps8 armhf 2:3.3.17-5 [60.7 kB]
12:01:14 #12 6.071 Get:5 http://deb.debian.org/debian bullseye/main armhf procps armhf 2:3.3.17-5 [492 kB]
12:01:14 #12 6.074 Get:6 http://deb.debian.org/debian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [68.5 kB]
12:01:14 #12 6.075 Get:7 http://deb.debian.org/debian bullseye/main armhf librhash0 armhf 1.4.1-2 [144 kB]
12:01:14 #12 6.076 Get:8 http://deb.debian.org/debian bullseye/main armhf libuv1 armhf 1.40.0-2 [120 kB]
12:01:14 #12 6.077 Get:9 http://deb.debian.org/debian bullseye/main armhf cmake armhf 3.18.4-2+deb11u1 [3534 kB]
12:01:14 #12 6.173 Get:10 http://deb.debian.org/debian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
12:01:14 #12 6.174 Get:11 http://deb.debian.org/debian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [92.1 kB]
12:01:14 #12 6.175 Get:12 http://deb.debian.org/debian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [135 kB]
12:01:14 #12 6.193 Get:13 http://deb.debian.org/debian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.2 kB]
12:01:14 #12 6.207 Get:14 http://deb.debian.org/debian bullseye/main armhf libudev-dev armhf 247.3-7+deb11u1 [123 kB]
12:01:14 #12 6.209 Get:15 http://deb.debian.org/debian bullseye/main armhf libsepol1-dev armhf 3.1-1 [317 kB]
12:01:14 #12 6.212 Get:16 http://deb.debian.org/debian bullseye/main armhf libpcre2-16-0 armhf 10.36-2+deb11u1 [198 kB]
12:01:14 #12 6.213 Get:17 http://deb.debian.org/debian bullseye/main armhf libpcre2-32-0 armhf 10.36-2+deb11u1 [189 kB]
12:01:14 #12 6.216 Get:18 http://deb.debian.org/debian bullseye/main armhf libpcre2-posix2 armhf 10.36-2+deb11u1 [48.6 kB]
12:01:14 #12 6.217 Get:19 http://deb.debian.org/debian bullseye/main armhf libpcre2-dev armhf 10.36-2+deb11u1 [640 kB]
12:01:14 #12 6.220 Get:20 http://deb.debian.org/debian bullseye/main armhf libselinux1-dev armhf 3.1-3 [163 kB]
12:01:14 #12 6.221 Get:21 http://deb.debian.org/debian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
12:01:14 #12 6.231 Get:22 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
12:01:14 #12 6.232 Get:23 http://deb.debian.org/debian bullseye/main armhf libsystemd-dev armhf 247.3-7+deb11u1 [401 kB]
12:01:14 #12 6.234 Get:24 http://deb.debian.org/debian bullseye/main armhf pkg-config armhf 0.29.2-1 [62.4 kB]
12:01:15 #12 6.524 debconf: delaying package configuration, since apt-utils is not installed
12:01:15 #12 6.574 Fetched 9065 kB in 1s (16.8 MB/s)
12:01:15 #41 20.75 Building dependency tree...
12:01:15 #41 ...
12:01:15 
12:01:15 #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
12:01:15 #0 9.750 Reading package lists...
12:01:15 #39 13.28 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:01:15 #39 13.28 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:01:15 #39 13.28 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:01:15 #39 14.69 Reading package lists...
12:01:15 #39 17.35 + apt-get  install -y --no-install-recommends gcc libc6-dev
12:01:15 #39 17.40 Reading package lists...
12:01:15 #39 19.66 Building dependency tree...
12:01:15 #39 21.04 gcc is already the newest version (4:10.2.1-1).
12:01:15 #39 21.04 libc6-dev is already the newest version (2.31-13+deb11u5).
12:01:15 #39 21.04 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
12:01:15 #39 DONE 21.2s
12:01:15 
12:01:15 #41 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
12:01:15 #41 20.75 Building dependency tree...
12:01:15 #12 6.607 Selecting previously unselected package bash-completion.
12:01:15 #12 6.607 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28400 files and directories currently installed.)
12:01:15 #12 6.624 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
12:01:15 #17 exporting layers 9.9s done
12:01:15 #17 writing image sha256:dafbf6a3fd205bfce9ac824279c6c92a00579b4c8c171e795131e67a6f160db6 done
12:01:15 #17 naming to docker.io/debbuild-debian-bookworm/aarch64
12:01:15 #17 naming to docker.io/debbuild-debian-bookworm/aarch64 done
12:01:15 #17 DONE 9.9s
12:01:15 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:01:15 #12 7.086 Unpacking bash-completion (1:2.11-2) ...
12:01:15 #12 7.227 Selecting previously unselected package cmake-data.
12:01:15 #12 7.230 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
12:01:15 #12 7.236 Unpacking cmake-data (3.18.4-2+deb11u1) ...
12:01:16 + set -e
12:01:16 + mkdir -p /root/build-deb/engine
12:01:16 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:01:16 #12 7.634 Selecting previously unselected package libncurses6:armhf.
12:01:16 #41 21.97 gcc is already the newest version (4:10.2.1-1).
12:01:16 #41 21.97 libc6-dev is already the newest version (2.31-13+deb11u5).
12:01:16 #41 21.97 The following additional packages will be installed:
12:01:16 #41 21.98   bzip2 patch xz-utils
12:01:16 #41 21.98 Suggested packages:
12:01:16 #41 21.98   bzip2-doc debian-keyring seccomp ed diffutils-doc
12:01:16 #41 21.98 Recommended packages:
12:01:16 #41 21.98   build-essential fakeroot libalgorithm-merge-perl
12:01:16 #41 ...
12:01:16 
12:01:16 #42 [build 1/6] COPY --from=gowinres /build/ /usr/local/bin/
12:01:16 #42 DONE 0.2s
12:01:16 
12:01:16 #43 [build 2/6] WORKDIR /go/src/github.com/docker/docker
12:01:16 #43 DONE 0.1s
12:01:16 
12:01:16 #41 [runc-build 2/3] RUN --mount=type=cache,sharing=locked,id=moby-runc-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-runc-aptcache,target=/var/cache/apt         apt-get update && xx-apt-get install -y --no-install-recommends             dpkg-dev gcc libc6-dev libseccomp-dev
12:01:16 #41 22.33 The following NEW packages will be installed:
12:01:16 #12 7.638 Preparing to unpack .../02-libncurses6_6.2+20201114-2_armhf.deb ...
12:01:16 #12 7.646 Unpacking libncurses6:armhf (6.2+20201114-2) ...
12:01:16 #12 7.688 Selecting previously unselected package libprocps8:armhf.
12:01:16 #12 7.691 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_armhf.deb ...
12:01:16 #12 7.695 Unpacking libprocps8:armhf (2:3.3.17-5) ...
12:01:16 #12 7.739 Selecting previously unselected package procps.
12:01:16 #12 7.742 Preparing to unpack .../04-procps_2%3a3.3.17-5_armhf.deb ...
12:01:16 #12 7.751 Unpacking procps (2:3.3.17-5) ...
12:01:16 #12 7.828 Selecting previously unselected package libjsoncpp24:armhf.
12:01:16 #12 7.830 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_armhf.deb ...
12:01:16 #12 7.836 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
12:01:16 #12 7.881 Selecting previously unselected package librhash0:armhf.
12:01:16 #41 22.37   bzip2 dpkg-dev libseccomp-dev patch xz-utils
12:01:16 #12 7.884 Preparing to unpack .../06-librhash0_1.4.1-2_armhf.deb ...
12:01:16 #12 7.892 Unpacking librhash0:armhf (1.4.1-2) ...
12:01:16 #12 7.937 Selecting previously unselected package libuv1:armhf.
12:01:16 #12 7.940 Preparing to unpack .../07-libuv1_1.40.0-2_armhf.deb ...
12:01:16 #12 7.944 Unpacking libuv1:armhf (1.40.0-2) ...
12:01:16 #12 7.995 Selecting previously unselected package cmake.
12:01:16 #12 7.997 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_armhf.deb ...
12:01:16 #12 8.008 Unpacking cmake (3.18.4-2+deb11u1) ...
12:01:16 #41 22.64 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
12:01:16 #41 22.64 Need to get 2802 kB of archives.
12:01:16 #41 22.64 After this operation, 4128 kB of additional disk space will be used.
12:01:16 #41 22.64 Get:1 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
12:01:16 #41 22.64 Get:2 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
12:01:16 #41 22.64 Get:3 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
12:01:16 #41 22.64 Get:4 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.12 [2312 kB]
12:01:16 #41 22.71 Get:5 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
12:01:16 + mkdir -p /root/build-deb/cli
12:01:16 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:01:16 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.dsc
12:01:16  debian/rules build
12:01:16 dh build --with=bash-completion
12:01:16    dh_update_autotools_config
12:01:16    dh_autoreconf
12:01:16    debian/rules override_dh_auto_build
12:01:16 make[1]: Entering directory '/root/build-deb'
12:01:16 # Build the daemon and dependencies
12:01:16 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:16 
12:01:16 Removing bundles/
12:01:16 
12:01:16 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:16 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:01:17 #12 8.373 Selecting previously unselected package dh-apparmor.
12:01:17 #12 8.375 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
12:01:17 #12 8.386 Unpacking dh-apparmor (2.13.6-10) ...
12:01:17 #12 8.424 Selecting previously unselected package dmsetup.
12:01:17 + mkdir -p /root/build-deb/buildx
12:01:17 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:01:17 #12 8.427 Preparing to unpack .../10-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
12:01:17 #12 8.433 Unpacking dmsetup (2:1.02.175-2.1) ...
12:01:17 #12 8.485 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:01:17 #12 8.488 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
12:01:17 #12 8.493 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
12:01:17 #12 8.535 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
12:01:17 #12 8.537 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
12:01:17 #12 8.541 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
12:01:17 #12 8.572 Selecting previously unselected package libudev-dev:armhf.
12:01:17 #12 8.575 Preparing to unpack .../13-libudev-dev_247.3-7+deb11u1_armhf.deb ...
12:01:17 #12 8.580 Unpacking libudev-dev:armhf (247.3-7+deb11u1) ...
12:01:17 #12 8.631 Selecting previously unselected package libsepol1-dev:armhf.
12:01:17 #12 8.634 Preparing to unpack .../14-libsepol1-dev_3.1-1_armhf.deb ...
12:01:17 #12 8.637 Unpacking libsepol1-dev:armhf (3.1-1) ...
12:01:17 #41 23.13 debconf: delaying package configuration, since apt-utils is not installed
12:01:17 #41 23.23 Fetched 2802 kB in 0s (8016 kB/s)
12:01:17 #41 23.27 Selecting previously unselected package bzip2.
12:01:17 #41 23.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 ... 15754 files and directories currently installed.)
12:01:17 #41 23.30 Preparing to unpack .../bzip2_1.0.8-4_amd64.deb ...
12:01:17 #41 23.31 Unpacking bzip2 (1.0.8-4) ...
12:01:17 #12 8.707 Selecting previously unselected package libpcre2-16-0:armhf.
12:01:17 #12 8.710 Preparing to unpack .../15-libpcre2-16-0_10.36-2+deb11u1_armhf.deb ...
12:01:17 #12 8.714 Unpacking libpcre2-16-0:armhf (10.36-2+deb11u1) ...
12:01:17 #12 8.768 Selecting previously unselected package libpcre2-32-0:armhf.
12:01:17 #12 8.771 Preparing to unpack .../16-libpcre2-32-0_10.36-2+deb11u1_armhf.deb ...
12:01:17 #12 8.776 Unpacking libpcre2-32-0:armhf (10.36-2+deb11u1) ...
12:01:17 #12 8.842 Selecting previously unselected package libpcre2-posix2:armhf.
12:01:17 #12 8.845 Preparing to unpack .../17-libpcre2-posix2_10.36-2+deb11u1_armhf.deb ...
12:01:17 #12 8.850 Unpacking libpcre2-posix2:armhf (10.36-2+deb11u1) ...
12:01:17 #12 8.889 Selecting previously unselected package libpcre2-dev:armhf.
12:01:17 #41 23.39 Selecting previously unselected package xz-utils.
12:01:17 #41 23.39 Preparing to unpack .../xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
12:01:17 #41 23.39 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
12:01:17 #41 23.51 Selecting previously unselected package patch.
12:01:17 #41 23.52 Preparing to unpack .../patch_2.7.6-7_amd64.deb ...
12:01:17 #41 23.54 Unpacking patch (2.7.6-7) ...
12:01:17 #41 23.64 Selecting previously unselected package dpkg-dev.
12:01:17 + mkdir -p /root/build-deb/compose
12:01:17 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:01:17 + mkdir -p /root/build-deb/scan-cli-plugin
12:01:17 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:01:17 + mkdir -p /go/src/github.com/docker
12:01:17 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:01:17 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:01:17 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:01:17 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:01:17 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:01:17 + EPOCH=5
12:01:17 + EPOCH_SEP=
12:01:17 + [[ ! -z 5 ]]
12:01:17 + EPOCH_SEP=:
12:01:17 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:01:17 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:17 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:17 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:17 + VERSION=0.0.0-20230206193855-ab4ef4a
12:01:17 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:17 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:01:17 + debSource=docker-ce
12:01:17 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:01:17 + debMaintainer='Docker <support@docker.com>'
12:01:17 ++ date --rfc-2822
12:01:17 + debDate='Tue, 07 Feb 2023 12:01:17 +0000'
12:01:17 + pkgRevision=1
12:01:17 + cat
12:01:17 + export CLI_GITCOMMIT=ab4ef4a
12:01:17 + CLI_GITCOMMIT=ab4ef4a
12:01:17 + export ENGINE_GITCOMMIT=a25ab92
12:01:17 + ENGINE_GITCOMMIT=a25ab92
12:01:17 + export SCAN_GITCOMMIT=6c852fa
12:01:17 + SCAN_GITCOMMIT=6c852fa
12:01:17 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:17 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:17 + dpkg-buildpackage -uc -us -I.git
12:01:17 dpkg-buildpackage: info: source package docker-ce
12:01:17 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm
12:01:17 dpkg-buildpackage: info: source distribution bookworm
12:01:17 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:01:17  dpkg-source -I.git --before-build .
12:01:17 dpkg-buildpackage: info: host architecture armhf
12:01:17 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc
12:01:17  debian/rules build
12:01:17 dh build --with=bash-completion
12:01:17    dh_update_autotools_config
12:01:17    dh_autoreconf
12:01:17    debian/rules override_dh_auto_build
12:01:17 make[1]: Entering directory '/root/build-deb'
12:01:17 # Build the daemon and dependencies
12:01:17 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:17 
12:01:17 Removing bundles/
12:01:17 
12:01:17 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:17 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:01:17 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc
12:01:17  debian/rules build
12:01:17 dh build --with=bash-completion
12:01:17    dh_update_autotools_config
12:01:17    dh_autoreconf
12:01:17    debian/rules override_dh_auto_build
12:01:17 make[1]: Entering directory '/root/build-deb'
12:01:17 # Build the daemon and dependencies
12:01:17 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:17 
12:01:17 Removing bundles/
12:01:17 
12:01:17 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:17 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:01:17 #12 8.891 Preparing to unpack .../18-libpcre2-dev_10.36-2+deb11u1_armhf.deb ...
12:01:17 #12 8.898 Unpacking libpcre2-dev:armhf (10.36-2+deb11u1) ...
12:01:17 #12 8.981 Selecting previously unselected package libselinux1-dev:armhf.
12:01:17 #12 8.983 Preparing to unpack .../19-libselinux1-dev_3.1-3_armhf.deb ...
12:01:17 #12 8.987 Unpacking libselinux1-dev:armhf (3.1-3) ...
12:01:17 #12 9.069 Selecting previously unselected package libdevmapper-dev:armhf.
12:01:17 #12 9.072 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
12:01:17 #12 9.076 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
12:01:17 #12 9.118 Selecting previously unselected package libseccomp-dev:armhf.
12:01:17 #12 9.120 Preparing to unpack .../21-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
12:01:17 #12 9.124 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
12:01:17 #12 9.166 Selecting previously unselected package libsystemd-dev:armhf.
12:01:17 #41 23.65 Preparing to unpack .../dpkg-dev_1.20.12_all.deb ...
12:01:17 #41 23.66 Unpacking dpkg-dev (1.20.12) ...
12:01:17  debian/rules clean
12:01:17 dh clean --with=bash-completion
12:01:17    dh_clean
12:01:18 #12 9.168 Preparing to unpack .../22-libsystemd-dev_247.3-7+deb11u1_armhf.deb ...
12:01:18 #12 9.174 Unpacking libsystemd-dev:armhf (247.3-7+deb11u1) ...
12:01:18 #12 9.275 Selecting previously unselected package pkg-config.
12:01:18 #12 9.278 Preparing to unpack .../23-pkg-config_0.29.2-1_armhf.deb ...
12:01:18 #12 9.282 Unpacking pkg-config (0.29.2-1) ...
12:01:18 #41 24.15 Selecting previously unselected package libseccomp-dev:amd64.
12:01:18 #41 24.15 Preparing to unpack .../libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
12:01:18 #41 24.16 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:01:18  dpkg-source -I.git -b .
12:01:18 #12 9.440 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
12:01:18 #12 9.451 Setting up libsepol1-dev:armhf (3.1-1) ...
12:01:18 #12 9.462 Setting up libpcre2-16-0:armhf (10.36-2+deb11u1) ...
12:01:18 #12 9.474 Setting up libpcre2-32-0:armhf (10.36-2+deb11u1) ...
12:01:18 #12 9.487 Setting up libuv1:armhf (1.40.0-2) ...
12:01:18 #12 9.500 Setting up bash-completion (1:2.11-2) ...
12:01:18 #41 24.33 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:01:18 #41 24.36 Setting up bzip2 (1.0.8-4) ...
12:01:18 #41 24.37 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:01:18 #41 24.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:01:18 #41 24.40 Setting up patch (2.7.6-7) ...
12:01:18 #41 24.41 Setting up dpkg-dev (1.20.12) ...
12:01:18 dpkg-source: warning: native package version may not have a revision
12:01:18 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:01:18 dpkg-source: info: using source format '1.0'
12:01:18 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz
12:01:18 #12 10.01 Setting up libncurses6:armhf (6.2+20201114-2) ...
12:01:18 #41 DONE 24.7s
12:01:18 
12:01:18 #40 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
12:01:18 #40 23.63 Selecting previously unselected package libxml2:amd64.
12:01:18 #40 23.63 Preparing to unpack .../2-libxml2_2.9.10+dfsg-6.7+deb11u3_amd64.deb ...
12:01:18 #40 23.64 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
12:01:18 #40 23.87 Selecting previously unselected package libarchive13:amd64.
12:01:18 #40 23.87 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
12:01:18 #40 23.88 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
12:01:18 #40 24.06 Selecting previously unselected package libjsoncpp24:amd64.
12:01:18 #40 24.06 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
12:01:18 #40 24.06 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
12:01:18 #40 24.16 Selecting previously unselected package librhash0:amd64.
12:01:18 #40 24.16 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
12:01:18 #40 24.16 Unpacking librhash0:amd64 (1.4.1-2) ...
12:01:18 #40 24.30 Selecting previously unselected package libuv1:amd64.
12:01:18 #40 24.30 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
12:01:18 #40 24.31 Unpacking libuv1:amd64 (1.40.0-2) ...
12:01:18 #40 24.42 Selecting previously unselected package cmake.
12:01:18 #40 24.43 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
12:01:18 #40 24.44 Unpacking cmake (3.18.4-2+deb11u1) ...
12:01:18 #12 10.02 Setting up pkg-config (0.29.2-1) ...
12:01:18 #12 10.07 Setting up libudev-dev:armhf (247.3-7+deb11u1) ...
12:01:18 #12 10.08 Setting up libpcre2-posix2:armhf (10.36-2+deb11u1) ...
12:01:18 #12 10.09 Setting up libjsoncpp24:armhf (1.9.4-4) ...
12:01:18 #12 10.11 Setting up librhash0:armhf (1.4.1-2) ...
12:01:18 #12 10.12 Setting up cmake-data (3.18.4-2+deb11u1) ...
12:01:18 #12 10.14 Setting up dh-apparmor (2.13.6-10) ...
12:01:18 #12 10.15 Setting up libsystemd-dev:armhf (247.3-7+deb11u1) ...
12:01:18 #12 10.17 Setting up libprocps8:armhf (2:3.3.17-5) ...
12:01:18 #12 10.18 Setting up libpcre2-dev:armhf (10.36-2+deb11u1) ...
12:01:18 #12 10.19 Setting up libselinux1-dev:armhf (3.1-3) ...
12:01:18 #12 10.20 Setting up procps (2:3.3.17-5) ...
12:01:18 #12 10.24 Setting up cmake (3.18.4-2+deb11u1) ...
12:01:19 #12 10.25 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
12:01:19 #12 10.26 Setting up dmsetup (2:1.02.175-2.1) ...
12:01:19 #12 10.28 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
12:01:19 #12 10.29 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
12:01:19 #12 10.31 Setting up docker-ce-build-deps (1.0) ...
12:01:19 #12 10.32 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:01:19 #12 10.34 Processing triggers for man-db (2.9.4-2) ...
12:01:19 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc
12:01:19  debian/rules build
12:01:19 dh build --with=bash-completion
12:01:19    dh_update_autotools_config
12:01:19    dh_autoreconf
12:01:19    debian/rules override_dh_auto_build
12:01:19 make[1]: Entering directory '/root/build-deb'
12:01:19 # Build the daemon and dependencies
12:01:19 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:19 
12:01:19 Removing bundles/
12:01:19 
12:01:19 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:19 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:01:20 #40 ...
12:01:20 
12:01:20 #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
12:01:20 #38 13.40 Reading package lists...
12:01:20 #38 16.17 + apt-get  install -y --no-install-recommends gcc libbtrfs-dev libsecret-1-dev
12:01:20 #38 16.20 Reading package lists...
12:01:20 #38 18.59 Building dependency tree...
12:01:20 #38 20.12 gcc is already the newest version (4:10.2.1-1).
12:01:20 #38 20.12 The following additional packages will be installed:
12:01:20 #38 20.12   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs0 libelf1 libffi-dev
12:01:20 #38 20.12   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
12:01:20 #38 20.12   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
12:01:20 #38 20.12   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
12:01:20 #38 20.12   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev
12:01:20 #38 20.12   python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
12:01:20 #38 20.14 Suggested packages:
12:01:20 #38 20.14   libgirepository1.0-dev libglib2.0-doc libgdk-pixbuf2.0-bin
12:01:20 #38 20.14   | libgdk-pixbuf2.0-dev libxml2-utils
12:01:20 #38 21.24 The following NEW packages will be installed:
12:01:20 #38 21.24   gir1.2-glib-2.0 gir1.2-secret-1 libblkid-dev libbtrfs-dev libbtrfs0 libelf1
12:01:20 #38 21.24   libffi-dev libgirepository-1.0-1 libglib2.0-bin libglib2.0-data
12:01:20 #38 21.24   libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0
12:01:20 #38 21.24   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3
12:01:20 #38 21.24   libpcrecpp0v5 libsecret-1-0 libsecret-1-dev libsecret-common libselinux1-dev
12:01:20 #38 21.24   libsepol1-dev python3-distutils python3-lib2to3 uuid-dev zlib1g-dev
12:01:20 #38 21.57 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
12:01:20 #38 21.57 Need to get 8225 kB of archives.
12:01:20 #38 21.57 After this operation, 40.0 MB of additional disk space will be used.
12:01:20 #38 21.57 Get:1 http://deb.debian.org/debian bullseye/main amd64 libgirepository-1.0-1 amd64 1.66.1-1+b1 [96.7 kB]
12:01:20 #38 21.57 Get:2 http://deb.debian.org/debian bullseye/main amd64 gir1.2-glib-2.0 amd64 1.66.1-1+b1 [151 kB]
12:01:20 #38 21.58 Get:3 http://deb.debian.org/debian bullseye/main amd64 libsecret-common all 0.20.4-2 [26.7 kB]
12:01:20 #38 21.58 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsecret-1-0 amd64 0.20.4-2 [114 kB]
12:01:20 #38 21.58 Get:5 http://deb.debian.org/debian bullseye/main amd64 gir1.2-secret-1 amd64 0.20.4-2 [13.7 kB]
12:01:20 #38 21.58 Get:6 http://deb.debian.org/debian bullseye/main amd64 uuid-dev amd64 2.36.1-8+deb11u1 [99.4 kB]
12:01:20 #38 21.58 Get:7 http://deb.debian.org/debian bullseye/main amd64 libblkid-dev amd64 2.36.1-8+deb11u1 [225 kB]
12:01:20 #38 21.61 Get:8 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
12:01:20 #38 21.61 Get:9 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
12:01:20 #38 21.61 Get:10 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
12:01:20 #38 21.61 Get:11 http://deb.debian.org/debian bullseye/main amd64 libffi-dev amd64 3.3-6 [56.5 kB]
12:01:20 #38 21.61 Get:12 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
12:01:20 #38 21.65 Get:13 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-bin amd64 2.66.8-1 [141 kB]
12:01:20 #38 21.68 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
12:01:20 #38 21.68 Get:15 http://deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
12:01:20 #38 21.68 Get:16 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-dev-bin amd64 2.66.8-1 [179 kB]
12:01:20 #38 21.68 Get:17 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
12:01:20 #38 21.71 Get:18 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
12:01:20 #38 21.71 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
12:01:20 #38 21.71 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
12:01:20 #38 21.71 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
12:01:20 #38 21.73 Get:22 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
12:01:20 #38 21.74 Get:23 http://deb.debian.org/debian bullseye/main amd64 libmount-dev amd64 2.36.1-8+deb11u1 [78.0 kB]
12:01:20 #38 21.74 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB]
12:01:20 #38 21.75 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB]
12:01:20 #38 21.77 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB]
12:01:20 #38 21.77 Get:27 http://deb.debian.org/debian bullseye/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB]
12:01:20 #38 21.79 Get:28 http://deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB]
12:01:20 #38 21.79 Get:29 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-dev amd64 2.66.8-1 [1577 kB]
12:01:20 #38 21.86 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsecret-1-dev amd64 0.20.4-2 [214 kB]
12:01:20 #38 22.41 debconf: delaying package configuration, since apt-utils is not installed
12:01:20 #38 22.53 Fetched 8225 kB in 1s (14.3 MB/s)
12:01:20 #38 22.58 Selecting previously unselected package libgirepository-1.0-1:amd64.
12:01:20 #38 22.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 ... 15754 files and directories currently installed.)
12:01:20 #38 22.62 Preparing to unpack .../00-libgirepository-1.0-1_1.66.1-1+b1_amd64.deb ...
12:01:20 #38 22.63 Unpacking libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
12:01:20 #38 22.74 Selecting previously unselected package gir1.2-glib-2.0:amd64.
12:01:20 #38 22.74 Preparing to unpack .../01-gir1.2-glib-2.0_1.66.1-1+b1_amd64.deb ...
12:01:20 #38 22.75 Unpacking gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
12:01:20 #38 22.86 Selecting previously unselected package libsecret-common.
12:01:20 #38 22.86 Preparing to unpack .../02-libsecret-common_0.20.4-2_all.deb ...
12:01:20 #38 22.86 Unpacking libsecret-common (0.20.4-2) ...
12:01:20 #38 23.00 Selecting previously unselected package libsecret-1-0:amd64.
12:01:20 #38 23.00 Preparing to unpack .../03-libsecret-1-0_0.20.4-2_amd64.deb ...
12:01:20 #38 23.01 Unpacking libsecret-1-0:amd64 (0.20.4-2) ...
12:01:20 #38 23.10 Selecting previously unselected package gir1.2-secret-1:amd64.
12:01:20 #38 23.12 Preparing to unpack .../04-gir1.2-secret-1_0.20.4-2_amd64.deb ...
12:01:20 #38 23.12 Unpacking gir1.2-secret-1:amd64 (0.20.4-2) ...
12:01:20 #38 23.18 Selecting previously unselected package uuid-dev:amd64.
12:01:20 #38 23.18 Preparing to unpack .../05-uuid-dev_2.36.1-8+deb11u1_amd64.deb ...
12:01:20 #38 23.18 Unpacking uuid-dev:amd64 (2.36.1-8+deb11u1) ...
12:01:20 #38 23.26 Selecting previously unselected package libblkid-dev:amd64.
12:01:20 #38 23.26 Preparing to unpack .../06-libblkid-dev_2.36.1-8+deb11u1_amd64.deb ...
12:01:20 #38 23.28 Unpacking libblkid-dev:amd64 (2.36.1-8+deb11u1) ...
12:01:20 #38 23.41 Selecting previously unselected package libbtrfs0:amd64.
12:01:20 #38 23.41 Preparing to unpack .../07-libbtrfs0_5.10.1-2_amd64.deb ...
12:01:20 #38 23.42 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
12:01:20 #38 23.55 Selecting previously unselected package libbtrfs-dev:amd64.
12:01:20 #38 23.55 Preparing to unpack .../08-libbtrfs-dev_5.10.1-2_amd64.deb ...
12:01:20 #38 23.56 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
12:01:20 #38 23.74 Selecting previously unselected package libelf1:amd64.
12:01:20 #38 23.74 Preparing to unpack .../09-libelf1_0.183-1_amd64.deb ...
12:01:20 #38 23.76 Unpacking libelf1:amd64 (0.183-1) ...
12:01:20 #38 23.87 Selecting previously unselected package libffi-dev:amd64.
12:01:20 #38 23.87 Preparing to unpack .../10-libffi-dev_3.3-6_amd64.deb ...
12:01:20 #38 23.88 Unpacking libffi-dev:amd64 (3.3-6) ...
12:01:20 #38 23.98 Selecting previously unselected package libglib2.0-data.
12:01:20 #38 24.00 Preparing to unpack .../11-libglib2.0-data_2.66.8-1_all.deb ...
12:01:20 #38 24.00 Unpacking libglib2.0-data (2.66.8-1) ...
12:01:20 #38 24.64 Selecting previously unselected package libglib2.0-bin.
12:01:20 #38 24.65 Preparing to unpack .../12-libglib2.0-bin_2.66.8-1_amd64.deb ...
12:01:20 #38 24.67 Unpacking libglib2.0-bin (2.66.8-1) ...
12:01:20 #38 24.80 Selecting previously unselected package python3-lib2to3.
12:01:20 #38 24.81 Preparing to unpack .../13-python3-lib2to3_3.9.2-1_all.deb ...
12:01:20 #38 24.84 Unpacking python3-lib2to3 (3.9.2-1) ...
12:01:20 #38 24.95 Selecting previously unselected package python3-distutils.
12:01:20 #38 24.95 Preparing to unpack .../14-python3-distutils_3.9.2-1_all.deb ...
12:01:20 #38 25.00 Unpacking python3-distutils (3.9.2-1) ...
12:01:20 #38 25.13 Selecting previously unselected package libglib2.0-dev-bin.
12:01:20 #38 25.13 Preparing to unpack .../15-libglib2.0-dev-bin_2.66.8-1_amd64.deb ...
12:01:20 #38 25.13 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
12:01:20 #38 25.32 Selecting previously unselected package libsepol1-dev:amd64.
12:01:20 #38 25.32 Preparing to unpack .../16-libsepol1-dev_3.1-1_amd64.deb ...
12:01:20 #38 25.32 Unpacking libsepol1-dev:amd64 (3.1-1) ...
12:01:20 #38 25.65 Selecting previously unselected package libpcre2-16-0:amd64.
12:01:20 #38 25.66 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
12:01:20 #38 25.66 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:01:20 #38 25.85 Selecting previously unselected package libpcre2-32-0:amd64.
12:01:20 #38 25.85 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
12:01:20 #38 25.86 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:01:20 #38 26.02 Selecting previously unselected package libpcre2-posix2:amd64.
12:01:20 #38 26.03 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
12:01:20 #38 26.03 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:01:20 #38 26.12 Selecting previously unselected package libpcre2-dev:amd64.
12:01:20 #38 26.12 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
12:01:20 #38 26.12 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:01:20 #38 26.51 Selecting previously unselected package libselinux1-dev:amd64.
12:01:20 #38 26.51 Preparing to unpack .../21-libselinux1-dev_3.1-3_amd64.deb ...
12:01:20 #38 26.53 Unpacking libselinux1-dev:amd64 (3.1-3) ...
12:01:20 #38 26.75 Selecting previously unselected package libmount-dev:amd64.
12:01:20 #38 26.75 Preparing to unpack .../22-libmount-dev_2.36.1-8+deb11u1_amd64.deb ...
12:01:20 #38 26.75 Unpacking libmount-dev:amd64 (2.36.1-8+deb11u1) ...
12:01:20 #38 26.86 Selecting previously unselected package libpcre16-3:amd64.
12:01:20 #12 DONE 11.9s
12:01:20 
12:01:20 #13 [stage-1 5/8] COPY sources/ /sources
12:01:21 #38 26.87 Preparing to unpack .../23-libpcre16-3_2%3a8.39-13_amd64.deb ...
12:01:21 #38 26.88 Unpacking libpcre16-3:amd64 (2:8.39-13) ...
12:01:21 #38 ...
12:01:21 
12:01:21 #40 [tini-build 2/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends cmake
12:01:21 #40 26.83 Setting up libicu67:amd64 (67.1-7) ...
12:01:21 #40 26.87 Setting up libuv1:amd64 (1.40.0-2) ...
12:01:21 #40 26.90 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
12:01:21 #40 26.92 Setting up librhash0:amd64 (1.4.1-2) ...
12:01:21 #40 26.94 Setting up cmake-data (3.18.4-2+deb11u1) ...
12:01:21 #40 26.98 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u3) ...
12:01:21 #40 27.00 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
12:01:21 #40 27.02 Setting up cmake (3.18.4-2+deb11u1) ...
12:01:21 #40 27.04 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:01:21 #13 DONE 0.8s
12:01:21 
12:01:21 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:01:22 #40 DONE 28.1s
12:01:22 
12:01:22 #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
12:01:22 #38 27.03 Selecting previously unselected package libpcre32-3:amd64.
12:01:22 #38 27.03 Preparing to unpack .../24-libpcre32-3_2%3a8.39-13_amd64.deb ...
12:01:22 #38 27.04 Unpacking libpcre32-3:amd64 (2:8.39-13) ...
12:01:22 #38 27.15 Selecting previously unselected package libpcrecpp0v5:amd64.
12:01:22 #38 27.15 Preparing to unpack .../25-libpcrecpp0v5_2%3a8.39-13_amd64.deb ...
12:01:22 #38 27.17 Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ...
12:01:22 #38 27.24 Selecting previously unselected package libpcre3-dev:amd64.
12:01:22 #38 27.25 Preparing to unpack .../26-libpcre3-dev_2%3a8.39-13_amd64.deb ...
12:01:22 #38 27.25 Unpacking libpcre3-dev:amd64 (2:8.39-13) ...
12:01:22 #38 27.81 Selecting previously unselected package zlib1g-dev:amd64.
12:01:22 #38 27.83 Preparing to unpack .../27-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ...
12:01:22 #38 27.92 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
12:01:22 #38 28.14 Selecting previously unselected package libglib2.0-dev:amd64.
12:01:22 #38 28.14 Preparing to unpack .../28-libglib2.0-dev_2.66.8-1_amd64.deb ...
12:01:22 #38 28.15 Unpacking libglib2.0-dev:amd64 (2.66.8-1) ...
12:01:23 #38 ...
12:01:23 
12:01:23 #31 [containerd-src 3/3] RUN git fetch -q --depth 1 origin "v1.6.16" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
12:01:23 #31 DONE 26.8s
12:01:23 
12:01:23 #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
12:01:23 #38 29.20 Selecting previously unselected package libsecret-1-dev:amd64.
12:01:23 #38 29.20 Preparing to unpack .../29-libsecret-1-dev_0.20.4-2_amd64.deb ...
12:01:23 #38 29.20 Unpacking libsecret-1-dev:amd64 (0.20.4-2) ...
12:01:23 #38 29.46 Setting up libpcrecpp0v5:amd64 (2:8.39-13) ...
12:01:23 #38 29.49 Setting up libpcre16-3:amd64 (2:8.39-13) ...
12:01:23 #38 29.49 Setting up libsepol1-dev:amd64 (3.1-1) ...
12:01:23 #38 29.51 Setting up libffi-dev:amd64 (3.3-6) ...
12:01:23 #38 29.53 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:01:23 #38 29.54 Setting up libbtrfs0:amd64 (5.10.1-2) ...
12:01:23 #38 29.57 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:01:23 #38 29.57 Setting up libglib2.0-data (2.66.8-1) ...
12:01:23 #38 29.58 Setting up uuid-dev:amd64 (2.36.1-8+deb11u1) ...
12:01:23 #38 29.59 Setting up libpcre32-3:amd64 (2:8.39-13) ...
12:01:23 #38 29.61 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:01:23 #38 29.61 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
12:01:23 #38 29.62 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
12:01:23 #38 29.63 Setting up libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
12:01:23 #38 29.65 Setting up python3-lib2to3 (3.9.2-1) ...
12:01:23 #38 30.03 Setting up libelf1:amd64 (0.183-1) ...
12:01:23 #38 30.04 Setting up libsecret-common (0.20.4-2) ...
12:01:24 #38 30.06 Setting up python3-distutils (3.9.2-1) ...
12:01:24 #38 30.50 Setting up libglib2.0-dev-bin (2.66.8-1) ...
12:01:25 #38 31.10 Setting up libblkid-dev:amd64 (2.36.1-8+deb11u1) ...
12:01:25 #38 31.12 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:01:25 #38 31.13 Setting up libselinux1-dev:amd64 (3.1-3) ...
12:01:25 #38 31.15 Setting up libpcre3-dev:amd64 (2:8.39-13) ...
12:01:25 #38 31.16 Setting up libglib2.0-bin (2.66.8-1) ...
12:01:25 #38 31.17 Setting up libsecret-1-0:amd64 (0.20.4-2) ...
12:01:25 #38 31.20 Setting up gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
12:01:25 #38 31.22 Setting up libmount-dev:amd64 (2.36.1-8+deb11u1) ...
12:01:25 #38 31.23 Setting up gir1.2-secret-1:amd64 (0.20.4-2) ...
12:01:25 #38 31.24 Setting up libglib2.0-dev:amd64 (2.66.8-1) ...
12:01:25 #38 31.29 Processing triggers for libglib2.0-0:amd64 (2.66.8-1) ...
12:01:25 #38 31.31 No schema files found: doing nothing.
12:01:25 #38 ...
12:01:25 
12:01:25 #44 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/amd64 <<EOT (set -e...)
12:01:25 #0 2.432 go: downloading github.com/sirupsen/logrus v1.9.0
12:01:25 #0 2.441 go: downloading github.com/urfave/cli/v2 v2.23.5
12:01:25 #0 3.340 go: downloading golang.org/x/sys v0.2.0
12:01:25 #0 4.761 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:01:25 #0 5.233 go: downloading github.com/google/uuid v1.3.0
12:01:25 #0 5.303 go: downloading github.com/moby/vpnkit v0.5.0
12:01:25 #0 5.451 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:01:25 #0 5.602 go: downloading github.com/gofrs/flock v0.8.1
12:01:25 #0 5.653 go: downloading github.com/gorilla/mux v1.8.0
12:01:25 #0 5.848 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:01:25 #0 6.212 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:01:25 #0 6.230 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:01:25 #0 6.887 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:01:25 #0 6.979 go: downloading golang.org/x/net v0.1.0
12:01:25 #44 ...
12:01:25 
12:01:25 #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
12:01:25 #38 31.32 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:01:25 #38 31.39 Setting up libsecret-1-dev:amd64 (0.20.4-2) ...
12:01:25 #38 DONE 31.6s
12:01:25 
12:01:25 #45 [tini-build 3/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         xx-apt-get install -y --no-install-recommends             gcc libc6-dev
12:01:25 #0 2.983 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:01:25 #0 2.983 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:01:25 #0 2.984 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:01:26 #45 ...
12:01:26 
12:01:26 #46 [build 3/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             clang             lld             llvm
12:01:26 #0 2.242 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:01:26 #0 2.260 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:01:26 #0 2.267 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:01:26 #0 2.751 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:01:26 #0 3.764 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:01:26 #0 4.607 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:01:26 #0 8.075 Fetched 8628 kB in 6s (1412 kB/s)
12:01:26 #0 8.075 Reading package lists...
12:01:26 #46 ...
12:01:26 
12:01:26 #45 [tini-build 3/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         xx-apt-get install -y --no-install-recommends             gcc libc6-dev
12:01:26 #14 DONE 4.6s
12:01:26 
12:01:26 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:01:26 #15 DONE 0.0s
12:01:26 
12:01:26 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:01:26 #16 DONE 0.0s
12:01:26 
12:01:26 #17 exporting to image
12:01:26 #17 exporting layers
12:01:28 #45 4.091 Reading package lists...
12:01:28 #45 6.120 + apt-get  install -y --no-install-recommends gcc libc6-dev
12:01:28 #45 6.153 Reading package lists...
12:01:28 #45 ...
12:01:28 
12:01:28 #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...)
12:01:28 #0 2.406 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d -X main.version=1.1.4 " -o runc .
12:01:28 #47 ...
12:01:28 
12:01:28 #46 [build 3/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             clang             lld             llvm
12:01:28 #46 10.30 Reading package lists...
12:01:28 #46 12.24 Building dependency tree...
12:01:29 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc
12:01:29  debian/rules build
12:01:29 dh build --with=bash-completion
12:01:29    dh_update_autotools_config
12:01:29    dh_autoreconf
12:01:29    debian/rules override_dh_auto_build
12:01:29 make[1]: Entering directory '/root/build-deb'
12:01:29 # Build the daemon and dependencies
12:01:29 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:29 
12:01:29 Removing bundles/
12:01:29 
12:01:29 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:29 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:01:29 #46 13.23 The following additional packages will be installed:
12:01:29 #46 13.23   clang-11 lib32gcc-s1 lib32stdc++6 libc6-i386 libclang-common-11-dev
12:01:29 #46 13.23   libclang-cpp11 libclang1-11 libgc1 libllvm11 libobjc-10-dev libobjc4 libpfm4
12:01:29 #46 13.23   libz3-4 lld-11 llvm-11 llvm-11-runtime llvm-runtime
12:01:29 #46 13.23 Suggested packages:
12:01:29 #46 13.24   clang-11-doc llvm-11-doc
12:01:29 #46 13.24 Recommended packages:
12:01:29 #46 13.24   llvm-11-dev libomp-11-dev binfmt-support
12:01:30 Created binary: bundles/dynbinary-daemon/dockerd
12:01:30 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:01:30 Created binary: bundles/dynbinary-daemon/docker-proxy
12:01:30 
12:01:30 + popd
12:01:30 ~/rpmbuild/BUILD/src
12:01:30 + exit 0
12:01:30 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.rExgaw
12:01:30 + umask 022
12:01:30 + cd /root/rpmbuild/BUILD
12:01:30 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64 '!=' / ']'
12:01:30 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:01:30 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:01:30 + mkdir -p /root/rpmbuild/BUILDROOT
12:01:30 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:01:30 + cd src
12:01:30 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:01:30 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/dockerd
12:01:30 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:01:30 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/docker-proxy
12:01:30 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/docker-init
12:01:30 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/lib/systemd/system/docker.service
12:01:30 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/lib/systemd/system/docker.socket
12:01:30 + /usr/lib/rpm/check-buildroot
12:01:30 + /usr/lib/rpm/redhat/brp-compress
12:01:30 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
12:01:30 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:01:30 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
12:01:30 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
12:01:30 + /usr/lib/rpm/redhat/brp-python-hardlink
12:01:30 + /usr/lib/rpm/redhat/brp-java-repack-jars
12:01:30 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3EK5Lu
12:01:30 + umask 022
12:01:30 + cd /root/rpmbuild/BUILD
12:01:30 + cd src
12:01:30 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:01:30 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:01:30 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:01:30 + echo 'PASS: daemon version OK'
12:01:30 + exit 0
12:01:30 PASS: daemon version OK
12:01:30 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:01:30 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.el7 docker-ce(aarch-64) = 3:0.0.0~20230206193855.ab4ef4a-0.el7
12:01:30 Requires(interp): /bin/sh /bin/sh /bin/sh
12:01:30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:01:30 Requires(post): /bin/sh
12:01:30 Requires(preun): /bin/sh
12:01:30 Requires(postun): /bin/sh
12:01:30 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
12:01:30 Conflicts: docker docker-io docker-engine-cs docker-ee
12:01:30 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
12:01:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:01:30 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.src.rpm
12:01:30 #46 13.86 The following NEW packages will be installed:
12:01:30 #46 13.87   clang clang-11 lib32gcc-s1 lib32stdc++6 libc6-i386 libclang-common-11-dev
12:01:30 #46 13.87   libclang-cpp11 libclang1-11 libgc1 libllvm11 libobjc-10-dev libobjc4 libpfm4
12:01:30 #46 13.87   libz3-4 lld lld-11 llvm llvm-11 llvm-11-runtime llvm-runtime
12:01:30 #46 14.18 0 upgraded, 20 newly installed, 0 to remove and 0 not upgraded.
12:01:30 #46 14.18 Need to get 58.8 MB of archives.
12:01:30 #46 14.18 After this operation, 300 MB of additional disk space will be used.
12:01:30 #46 14.18 Get:1 http://deb.debian.org/debian bullseye/main amd64 libz3-4 amd64 4.8.10-1 [6949 kB]
12:01:30 #46 14.33 Get:2 http://deb.debian.org/debian bullseye/main amd64 libllvm11 amd64 1:11.0.1-2 [17.9 MB]
12:01:31 #46 14.72 Get:3 http://deb.debian.org/debian bullseye/main amd64 libclang-cpp11 amd64 1:11.0.1-2 [9632 kB]
12:01:31 #46 14.95 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgc1 amd64 1:8.0.4-3 [239 kB]
12:01:31 #46 14.95 Get:5 http://deb.debian.org/debian bullseye/main amd64 libobjc4 amd64 10.2.1-6 [41.8 kB]
12:01:31 #46 14.95 Get:6 http://deb.debian.org/debian bullseye/main amd64 libobjc-10-dev amd64 10.2.1-6 [170 kB]
12:01:31 #46 14.96 Get:7 http://deb.debian.org/debian bullseye/main amd64 libc6-i386 amd64 2.31-13+deb11u5 [2616 kB]
12:01:31 #46 15.03 Get:8 http://deb.debian.org/debian bullseye/main amd64 lib32gcc-s1 amd64 10.2.1-6 [49.4 kB]
12:01:31 #46 15.04 Get:9 http://deb.debian.org/debian bullseye/main amd64 lib32stdc++6 amd64 10.2.1-6 [510 kB]
12:01:31 #46 15.05 Get:10 http://deb.debian.org/debian bullseye/main amd64 libclang-common-11-dev amd64 1:11.0.1-2 [4922 kB]
12:01:31 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.dsc
12:01:31  debian/rules build
12:01:31 dh build --with=bash-completion
12:01:31    dh_update_autotools_config
12:01:31    dh_autoreconf
12:01:31    debian/rules override_dh_auto_build
12:01:31 make[1]: Entering directory '/root/build-deb'
12:01:31 # Build the daemon and dependencies
12:01:31 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:31 
12:01:31 Removing bundles/
12:01:31 
12:01:31 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:31 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:01:31 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc
12:01:31  debian/rules build
12:01:31 dh build --with=bash-completion
12:01:31    dh_update_autotools_config
12:01:31    dh_autoreconf
12:01:31    debian/rules override_dh_auto_build
12:01:31 make[1]: Entering directory '/root/build-deb'
12:01:31 # Build the daemon and dependencies
12:01:31 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:31 
12:01:31 Removing bundles/
12:01:31 
12:01:31 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:31 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:01:31 #46 ...
12:01:31 
12:01:31 #45 [tini-build 3/4] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         xx-apt-get install -y --no-install-recommends             gcc libc6-dev
12:01:31 #45 6.153 Reading package lists...
12:01:31 #45 8.096 Building dependency tree...
12:01:31 #45 8.595 Reading state information...
12:01:31 #45 9.163 gcc is already the newest version (4:10.2.1-1).
12:01:31 #45 9.163 libc6-dev is already the newest version (2.31-13+deb11u5).
12:01:31 #45 9.163 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
12:01:31 #45 DONE 9.2s
12:01:31 
12:01:31 #46 [build 3/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             clang             lld             llvm
12:01:31 #46 15.21 Get:11 http://deb.debian.org/debian bullseye/main amd64 libclang1-11 amd64 1:11.0.1-2 [5521 kB]
12:01:31 #46 15.43 Get:12 http://deb.debian.org/debian bullseye/main amd64 clang-11 amd64 1:11.0.1-2 [109 kB]
12:01:31 #46 15.44 Get:13 http://deb.debian.org/debian bullseye/main amd64 clang amd64 1:11.0-51+nmu5 [8872 B]
12:01:31 #46 15.44 Get:14 http://deb.debian.org/debian bullseye/main amd64 libpfm4 amd64 4.11.1+git32-gd0b85fb-1 [286 kB]
12:01:31 #46 15.44 Get:15 http://deb.debian.org/debian bullseye/main amd64 lld-11 amd64 1:11.0.1-2 [1173 kB]
12:01:31 #46 15.47 Get:16 http://deb.debian.org/debian bullseye/main amd64 lld amd64 1:11.0-51+nmu5 [8492 B]
12:01:31 #46 15.47 Get:17 http://deb.debian.org/debian bullseye/main amd64 llvm-11-runtime amd64 1:11.0.1-2 [212 kB]
12:01:31 #46 15.48 Get:18 http://deb.debian.org/debian bullseye/main amd64 llvm-runtime amd64 1:11.0-51+nmu5 [8532 B]
12:01:31 #46 15.48 Get:19 http://deb.debian.org/debian bullseye/main amd64 llvm-11 amd64 1:11.0.1-2 [8463 kB]
12:01:31 #46 15.68 Get:20 http://deb.debian.org/debian bullseye/main amd64 llvm amd64 1:11.0-51+nmu5 [10.7 kB]
12:01:32 #46 16.21 debconf: delaying package configuration, since apt-utils is not installed
12:01:32 #46 16.33 Fetched 58.8 MB in 2s (33.2 MB/s)
12:01:32 #46 16.38 Selecting previously unselected package libz3-4:amd64.
12:01:32 #46 16.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 ... 15754 files and directories currently installed.)
12:01:32 #46 16.41 Preparing to unpack .../00-libz3-4_4.8.10-1_amd64.deb ...
12:01:32 #46 16.42 Unpacking libz3-4:amd64 (4.8.10-1) ...
12:01:34 #17 exporting layers 8.7s done
12:01:34 #17 writing image sha256:8470a6acf06a33b50dbd4b3d1a216a1a14e1e5aa16a31b548dd3e95c3b56ba54 done
12:01:34 #17 naming to docker.io/debbuild-debian-bullseye/aarch64 done
12:01:34 #17 DONE 8.7s
12:01:34 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230206193855.ab4ef4a -e VERSION=0.0.0-20230206193855-ab4ef4a -e CLI_GITCOMMIT=ab4ef4a -e ENGINE_GITCOMMIT=a25ab92 -e BUILDX_VERSION=v0.10.2 -e BUILDX_DEB_VERSION=0.10.2 -e BUILDX_GITCOMMIT=00ed17d -e COMPOSE_VERSION=v2.15.1 -e COMPOSE_DEB_VERSION=2.15.1 -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
12:01:35 + set -e
12:01:35 + mkdir -p /root/build-deb/engine
12:01:35 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:01:35 #46 18.78 Selecting previously unselected package libllvm11:amd64.
12:01:35 #46 18.78 Preparing to unpack .../01-libllvm11_1%3a11.0.1-2_amd64.deb ...
12:01:35 #46 18.78 Unpacking libllvm11:amd64 (1:11.0.1-2) ...
12:01:35 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm
12:01:35 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fJN2lU
12:01:35 + umask 022
12:01:35 + cd /root/rpmbuild/BUILD
12:01:35 + cd src
12:01:35 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:01:35 + exit 0
12:01:35 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KtTN4O
12:01:35 + umask 022
12:01:35 + cd /root/rpmbuild/BUILD
12:01:35 + cd /root/rpmbuild/BUILD
12:01:35 + rm -rf src
12:01:35 + /usr/bin/mkdir -p src
12:01:35 + cd src
12:01:35 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:01:35 + /usr/bin/tar -xf -
12:01:35 + STATUS=0
12:01:35 + '[' 0 -ne 0 ']'
12:01:35 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:01:35 + /usr/bin/tar -xf -
12:01:35 #46 ...
12:01:35 
12:01:35 #48 [tini-build 4/4] RUN --mount=from=tini-src,src=/usr/src/tini,rw     --mount=type=cache,target=/root/.cache/go-build,id=tini-build-linux/amd64 <<EOT (set -e...)
12:01:35 #0 1.741 -- The C compiler identification is GNU 10.2.1
12:01:35 #0 1.777 -- Detecting C compiler ABI info
12:01:35 #0 2.087 -- Detecting C compiler ABI info - done
12:01:35 #0 2.164 -- Check for working C compiler: /usr/bin/x86_64-linux-gnu-gcc - skipped
12:01:35 #0 2.165 -- Detecting C compile features
12:01:35 #0 2.166 -- Detecting C compile features - done
12:01:35 #0 2.193 -- Performing Test HAS_BUILTIN_FORTIFY
12:01:35 #0 2.302 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:01:35 #0 2.358 -- Configuring done
12:01:35 #0 2.376 -- Generating done
12:01:35 #0 2.378 -- Build files have been written to: /go/src/github.com/krallin/tini
12:01:35 #0 2.539 Scanning dependencies of target tini-static
12:01:35 #0 2.556 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:01:35 #0 3.255 [100%] Linking C executable tini-static
12:01:35 #0 3.531 [100%] Built target tini-static
12:01:35 #48 DONE 4.0s
12:01:35 + mkdir -p /root/build-deb/cli
12:01:35 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:01:35 + STATUS=0
12:01:35 + '[' 0 -ne 0 ']'
12:01:35 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:01:35 + exit 0
12:01:35 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gRk2Jy
12:01:35 + umask 022
12:01:35 + cd /root/rpmbuild/BUILD
12:01:35 + cd src
12:01:35 + mkdir -p /go/src/github.com/docker
12:01:35 + rm -f /go/src/github.com/docker/cli
12:01:35 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:01:35 + pushd /go/src/github.com/docker/cli
12:01:35 + VERSION=0.0.0-20230206193855-ab4ef4a
12:01:35 + GITCOMMIT=ab4ef4a
12:01:35 + GO_LINKMODE=dynamic
12:01:35 + ./scripts/build/binary
12:01:35 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:01:35 Building dynamic docker-linux-arm64
12:01:35 
12:01:35 #49 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/amd64 <<EOT (set -e...)
12:01:35 #0 5.066 + bin/ctr
12:01:35 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:01:35Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:01:35 + mkdir -p /root/build-deb/buildx
12:01:35 + tar -C /root/build-deb -xzf /sources/buildx.tgz
12:01:36 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc
12:01:36  debian/rules build
12:01:36 dh build --with=bash-completion
12:01:36    dh_update_autotools_config
12:01:36    dh_autoreconf
12:01:36    debian/rules override_dh_auto_build
12:01:36 make[1]: Entering directory '/root/build-deb'
12:01:36 # Build the daemon and dependencies
12:01:36 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:36 
12:01:36 Removing bundles/
12:01:36 
12:01:36 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:36 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:01:36 + mkdir -p /root/build-deb/compose
12:01:36 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:01:36 + mkdir -p /root/build-deb/scan-cli-plugin
12:01:36 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:01:36 + mkdir -p /go/src/github.com/docker
12:01:36 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:01:36 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:01:36 + ln -snf /root/build-deb/buildx /go/src/github.com/docker/buildx
12:01:36 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:01:36 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:01:36 + EPOCH=5
12:01:36 + EPOCH_SEP=
12:01:36 + [[ ! -z 5 ]]
12:01:36 + EPOCH_SEP=:
12:01:36 + [[ -z 0.0.0~20230206193855.ab4ef4a ]]
12:01:36 + echo VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:36 VERSION AAA 0.0.0-20230206193855-ab4ef4a
12:01:36 VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:36 + VERSION=0.0.0-20230206193855-ab4ef4a
12:01:36 + echo VERSION bbb 0.0.0-20230206193855-ab4ef4a
12:01:36 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:01:36 + debSource=docker-ce
12:01:36 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:01:36 + debMaintainer='Docker <support@docker.com>'
12:01:36 ++ date --rfc-2822
12:01:36 + debDate='Tue, 07 Feb 2023 12:01:36 +0000'
12:01:36 + pkgRevision=1
12:01:36 + cat
12:01:36 + export CLI_GITCOMMIT=ab4ef4a
12:01:36 + CLI_GITCOMMIT=ab4ef4a
12:01:36 + export ENGINE_GITCOMMIT=a25ab92
12:01:36 + ENGINE_GITCOMMIT=a25ab92
12:01:36 + export SCAN_GITCOMMIT=6c852fa
12:01:36 + SCAN_GITCOMMIT=6c852fa
12:01:36 VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:36 + echo VERSION BBB 0.0.0-20230206193855-ab4ef4a
12:01:36 + dpkg-buildpackage -uc -us -I.git
12:01:36 dpkg-buildpackage: info: source package docker-ce
12:01:36 dpkg-buildpackage: info: source version 5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye
12:01:36 dpkg-buildpackage: info: source distribution bullseye
12:01:36 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:01:36 dpkg-buildpackage: info: host architecture armhf
12:01:36  dpkg-source -I.git --before-build .
12:01:36  debian/rules clean
12:01:36 dh clean --with=bash-completion
12:01:36    dh_clean
12:01:37  dpkg-source -I.git -b .
12:01:37 dpkg-source: warning: native package version may not have a revision
12:01:37 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230206193855.ab4ef4a'
12:01:37 dpkg-source: info: using source format '1.0'
12:01:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz
12:01:38 #49 ...
12:01:38 
12:01:38 #50 [all 1/7] COPY --from=tini          /build/ /
12:01:38 #50 DONE 0.0s
12:01:38 
12:01:38 #49 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/amd64 <<EOT (set -e...)
12:01:40 #49 ...
12:01:40 
12:01:40 #46 [build 3/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         apt-get update && apt-get install --no-install-recommends -y             clang             lld             llvm
12:01:40 #46 24.37 Selecting previously unselected package libclang-cpp11.
12:01:40 #46 24.37 Preparing to unpack .../02-libclang-cpp11_1%3a11.0.1-2_amd64.deb ...
12:01:40 #46 24.38 Unpacking libclang-cpp11 (1:11.0.1-2) ...
12:01:43 #46 26.97 Selecting previously unselected package libgc1:amd64.
12:01:43 #46 26.97 Preparing to unpack .../03-libgc1_1%3a8.0.4-3_amd64.deb ...
12:01:43 #46 26.97 Unpacking libgc1:amd64 (1:8.0.4-3) ...
12:01:43 #46 27.06 Selecting previously unselected package libobjc4:amd64.
12:01:43 #46 27.06 Preparing to unpack .../04-libobjc4_10.2.1-6_amd64.deb ...
12:01:43 #46 27.07 Unpacking libobjc4:amd64 (10.2.1-6) ...
12:01:43 #46 27.13 Selecting previously unselected package libobjc-10-dev:amd64.
12:01:43 #46 27.13 Preparing to unpack .../05-libobjc-10-dev_10.2.1-6_amd64.deb ...
12:01:43 #46 27.14 Unpacking libobjc-10-dev:amd64 (10.2.1-6) ...
12:01:43 #46 27.28 Selecting previously unselected package libc6-i386.
12:01:43 #46 27.28 Preparing to unpack .../06-libc6-i386_2.31-13+deb11u5_amd64.deb ...
12:01:43 #46 27.29 Unpacking libc6-i386 (2.31-13+deb11u5) ...
12:01:44 #46 28.41 Selecting previously unselected package lib32gcc-s1.
12:01:44 #46 28.41 Preparing to unpack .../07-lib32gcc-s1_10.2.1-6_amd64.deb ...
12:01:44 #46 28.43 Unpacking lib32gcc-s1 (10.2.1-6) ...
12:01:44 #46 28.52 Selecting previously unselected package lib32stdc++6.
12:01:44 #46 28.52 Preparing to unpack .../08-lib32stdc++6_10.2.1-6_amd64.deb ...
12:01:44 #46 28.53 Unpacking lib32stdc++6 (10.2.1-6) ...
12:01:44 #46 28.74 Selecting previously unselected package libclang-common-11-dev.
12:01:44 #46 28.74 Preparing to unpack .../09-libclang-common-11-dev_1%3a11.0.1-2_amd64.deb ...
12:01:44 #46 28.75 Unpacking libclang-common-11-dev (1:11.0.1-2) ...
12:01:47 #46 30.82 Selecting previously unselected package libclang1-11.
12:01:47 #46 30.82 Preparing to unpack .../10-libclang1-11_1%3a11.0.1-2_amd64.deb ...
12:01:47 #46 30.83 Unpacking libclang1-11 (1:11.0.1-2) ...
12:01:48 #46 32.46 Selecting previously unselected package clang-11.
12:01:48 #46 32.47 Preparing to unpack .../11-clang-11_1%3a11.0.1-2_amd64.deb ...
12:01:48 #46 32.47 Unpacking clang-11 (1:11.0.1-2) ...
12:01:48 #46 32.56 Selecting previously unselected package clang.
12:01:48 #46 32.57 Preparing to unpack .../12-clang_1%3a11.0-51+nmu5_amd64.deb ...
12:01:48 #46 32.57 Unpacking clang (1:11.0-51+nmu5) ...
12:01:48 #46 32.61 Selecting previously unselected package libpfm4:amd64.
12:01:48 #46 32.61 Preparing to unpack .../13-libpfm4_4.11.1+git32-gd0b85fb-1_amd64.deb ...
12:01:48 #46 32.62 Unpacking libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
12:01:48 #46 32.82 Selecting previously unselected package lld-11.
12:01:48 #46 32.82 Preparing to unpack .../14-lld-11_1%3a11.0.1-2_amd64.deb ...
12:01:49 #46 32.83 Unpacking lld-11 (1:11.0.1-2) ...
12:01:49 #46 33.19 Selecting previously unselected package lld.
12:01:49 #46 33.20 Preparing to unpack .../15-lld_1%3a11.0-51+nmu5_amd64.deb ...
12:01:49 #46 33.20 Unpacking lld (1:11.0-51+nmu5) ...
12:01:49 #46 33.25 Selecting previously unselected package llvm-11-runtime.
12:01:49 #46 33.25 Preparing to unpack .../16-llvm-11-runtime_1%3a11.0.1-2_amd64.deb ...
12:01:49 #46 33.25 Unpacking llvm-11-runtime (1:11.0.1-2) ...
12:01:49 #46 33.34 Selecting previously unselected package llvm-runtime.
12:01:49 #46 33.34 Preparing to unpack .../17-llvm-runtime_1%3a11.0-51+nmu5_amd64.deb ...
12:01:49 #46 33.34 Unpacking llvm-runtime (1:11.0-51+nmu5) ...
12:01:49 #46 33.38 Selecting previously unselected package llvm-11.
12:01:49 #46 33.39 Preparing to unpack .../18-llvm-11_1%3a11.0.1-2_amd64.deb ...
12:01:49 #46 33.39 Unpacking llvm-11 (1:11.0.1-2) ...
12:01:52 #46 35.65 Selecting previously unselected package llvm.
12:01:52 #46 35.66 Preparing to unpack .../19-llvm_1%3a11.0-51+nmu5_amd64.deb ...
12:01:52 #46 35.67 Unpacking llvm (1:11.0-51+nmu5) ...
12:01:52 #46 35.75 Setting up libz3-4:amd64 (4.8.10-1) ...
12:01:52 #46 35.77 Setting up libpfm4:amd64 (4.11.1+git32-gd0b85fb-1) ...
12:01:52 #46 35.78 Setting up libllvm11:amd64 (1:11.0.1-2) ...
12:01:52 #46 35.79 Setting up libclang1-11 (1:11.0.1-2) ...
12:01:52 #46 35.81 Setting up libgc1:amd64 (1:8.0.4-3) ...
12:01:52 #46 35.82 Setting up libc6-i386 (2.31-13+deb11u5) ...
12:01:52 #46 35.84 Setting up llvm-11-runtime (1:11.0.1-2) ...
12:01:52 #46 35.85 Setting up llvm-11 (1:11.0.1-2) ...
12:01:52 #46 35.86 Setting up libobjc4:amd64 (10.2.1-6) ...
12:01:52 #46 35.88 Setting up lld-11 (1:11.0.1-2) ...
12:01:52 #46 35.89 Setting up libclang-cpp11 (1:11.0.1-2) ...
12:01:52 #46 35.90 Setting up lib32gcc-s1 (10.2.1-6) ...
12:01:52 #46 35.92 Setting up lib32stdc++6 (10.2.1-6) ...
12:01:52 #46 35.93 Setting up llvm-runtime (1:11.0-51+nmu5) ...
12:01:52 #46 35.94 Setting up llvm (1:11.0-51+nmu5) ...
12:01:52 #46 35.96 Setting up libobjc-10-dev:amd64 (10.2.1-6) ...
12:01:52 #46 35.98 Setting up libclang-common-11-dev (1:11.0.1-2) ...
12:01:52 #46 35.99 Setting up clang-11 (1:11.0.1-2) ...
12:01:52 #46 36.00 Setting up lld (1:11.0-51+nmu5) ...
12:01:52 #46 36.02 Setting up clang (1:11.0-51+nmu5) ...
12:01:52 #46 36.05 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:01:53 #46 DONE 36.6s
12:01:53 
12:01:53 #51 [build 4/6] RUN --mount=type=cache,sharing=locked,id=moby-build-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-build-aptcache,target=/var/cache/apt         xx-apt-get install --no-install-recommends -y             dpkg-dev             gcc             libapparmor-dev             libc6-dev             libdevmapper-dev             libseccomp-dev             libsecret-1-dev             libsystemd-dev             libudev-dev
12:01:54 #51 1.823 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:01:54 #51 1.824 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:01:54 #51 1.824 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:01:55 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc
12:01:55  debian/rules build
12:01:55 dh build --with=bash-completion
12:01:55    dh_update_autotools_config
12:01:55    dh_autoreconf
12:01:55    debian/rules override_dh_auto_build
12:01:55 make[1]: Entering directory '/root/build-deb'
12:01:55 # Build the daemon and dependencies
12:01:55 cd engine && DOCKER_GITCOMMIT=a25ab92 PRODUCT=docker ./hack/make.sh dynbinary
12:01:55 
12:01:55 Removing bundles/
12:01:55 
12:01:55 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:01:55 Building dynamic bundles/dynbinary-daemon/dockerd (linux/arm/v6)...
12:01:55 Created binary: bundles/dynbinary-daemon/dockerd
12:01:55 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:01:55 Created binary: bundles/dynbinary-daemon/docker-proxy
12:01:55 
12:01:55 + popd
12:01:55 + RPM_EC=0
12:01:55 ~/rpmbuild/BUILD/src
12:01:55 ++ jobs -p
12:01:55 + exit 0
12:01:55 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.mcxIqO
12:01:55 + umask 022
12:01:55 + cd /root/rpmbuild/BUILD
12:01:55 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64 '!=' / ']'
12:01:55 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:01:55 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:01:55 + mkdir -p /root/rpmbuild/BUILDROOT
12:01:55 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:01:55 + cd src
12:01:55 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:01:55 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/dockerd
12:01:55 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:01:55 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/docker-proxy
12:01:55 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/docker-init
12:01:55 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/lib/systemd/system/docker.service
12:01:55 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/lib/systemd/system/docker.socket
12:01:55 + /usr/lib/rpm/check-buildroot
12:01:55 + /usr/lib/rpm/redhat/brp-ldconfig
12:01:55 + /usr/lib/rpm/brp-compress
12:01:55 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:01:55 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:01:55 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
12:01:55 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:01:55 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:01:55 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:01:55 + /usr/lib/rpm/brp-python-hardlink
12:01:55 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:01:55 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ZBNhcm
12:01:55 + umask 022
12:01:55 + cd /root/rpmbuild/BUILD
12:01:55 + cd src
12:01:55 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:01:55 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:01:55 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:01:55 + echo 'PASS: daemon version OK'
12:01:55 PASS: daemon version OK
12:01:55 + RPM_EC=0
12:01:55 ++ jobs -p
12:01:55 + exit 0
12:01:55 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:01:55 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/docker-proxy
12:01:55 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.el9 docker-ce(aarch-64) = 3:0.0.0~20230206193855.ab4ef4a-0.el9
12:01:55 Requires(interp): /bin/sh /bin/sh /bin/sh
12:01:55 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:01:55 Requires(post): /bin/sh
12:01:55 Requires(preun): /bin/sh
12:01:55 Requires(postun): /bin/sh
12:01:55 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
12:01:55 Conflicts: docker docker-ee docker-engine-cs docker-io
12:01:55 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:01:55 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:01:55 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.src.rpm
12:01:56 #51 2.642 Reading package lists...
12:01:57 #51 4.146 + apt-get  install --no-install-recommends -y dpkg-dev gcc libapparmor-dev libc6-dev libdevmapper-dev libseccomp-dev libsecret-1-dev libsystemd-dev libudev-dev
12:01:58 #51 4.180 Reading package lists...
12:01:59 #51 5.745 Building dependency tree...
12:01:59 #51 6.178 Reading state information...
12:01:59 #51 6.623 gcc is already the newest version (4:10.2.1-1).
12:01:59 #51 6.623 libc6-dev is already the newest version (2.31-13+deb11u5).
12:01:59 #51 6.623 The following additional packages will be installed:
12:01:59 #51 6.624   bzip2 dmsetup gir1.2-glib-2.0 gir1.2-secret-1 libapparmor1 libblkid-dev
12:01:59 #51 6.625   libdevmapper-event1.02.1 libdevmapper1.02.1 libelf1 libffi-dev
12:01:59 #51 6.625   libgirepository-1.0-1 libglib2.0-bin libglib2.0-data libglib2.0-dev
12:01:59 #51 6.625   libglib2.0-dev-bin libmount-dev libpcre16-3 libpcre2-16-0 libpcre2-32-0
12:01:59 #51 6.626   libpcre2-dev libpcre2-posix2 libpcre3-dev libpcre32-3 libpcrecpp0v5
12:01:59 #51 6.626   libsecret-1-0 libsecret-common libselinux1-dev libsepol1-dev patch
12:01:59 #51 6.630   python3-distutils python3-lib2to3 uuid-dev xz-utils zlib1g-dev
12:01:59 #51 6.631 Suggested packages:
12:01:59 #51 6.632   bzip2-doc debian-keyring libgirepository1.0-dev libglib2.0-doc
12:01:59 #51 6.632   libgdk-pixbuf2.0-bin | libgdk-pixbuf2.0-dev libxml2-utils seccomp ed
12:01:59 #51 6.632   diffutils-doc
12:01:59 #51 6.632 Recommended packages:
12:01:59 #51 6.633   build-essential fakeroot libalgorithm-merge-perl
12:02:00 #51 7.552 The following NEW packages will be installed:
12:02:00 #51 7.557   bzip2 dmsetup dpkg-dev gir1.2-glib-2.0 gir1.2-secret-1 libapparmor-dev
12:02:00 #51 7.558   libapparmor1 libblkid-dev libdevmapper-dev libdevmapper-event1.02.1
12:02:00 #51 7.558   libdevmapper1.02.1 libelf1 libffi-dev libgirepository-1.0-1 libglib2.0-bin
12:02:00 #51 7.559   libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libmount-dev libpcre16-3
12:02:00 #51 7.559   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libpcre3-dev
12:02:00 #51 7.560   libpcre32-3 libpcrecpp0v5 libseccomp-dev libsecret-1-0 libsecret-1-dev
12:02:00 #51 7.560   libsecret-common libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev
12:02:00 #51 7.561   patch python3-distutils python3-lib2to3 uuid-dev xz-utils zlib1g-dev
12:02:00 #51 7.863 0 upgraded, 41 newly installed, 0 to remove and 0 not upgraded.
12:02:00 #51 7.863 Need to get 11.6 MB of archives.
12:02:00 #51 7.863 After this operation, 45.7 MB of additional disk space will be used.
12:02:00 #51 7.863 Get:1 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
12:02:00 #51 7.869 Get:2 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
12:02:00 #51 7.869 Get:3 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
12:02:00 #51 7.871 Get:4 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
12:02:00 #51 7.878 Get:5 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
12:02:00 #51 7.885 Get:6 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.12 [2312 kB]
12:02:00 #51 7.957 Get:7 http://deb.debian.org/debian bullseye/main amd64 libgirepository-1.0-1 amd64 1.66.1-1+b1 [96.7 kB]
12:02:00 #51 7.959 Get:8 http://deb.debian.org/debian bullseye/main amd64 gir1.2-glib-2.0 amd64 1.66.1-1+b1 [151 kB]
12:02:00 #51 7.962 Get:9 http://deb.debian.org/debian bullseye/main amd64 libsecret-common all 0.20.4-2 [26.7 kB]
12:02:00 #51 7.963 Get:10 http://deb.debian.org/debian bullseye/main amd64 libsecret-1-0 amd64 0.20.4-2 [114 kB]
12:02:00 #51 7.965 Get:11 http://deb.debian.org/debian bullseye/main amd64 gir1.2-secret-1 amd64 0.20.4-2 [13.7 kB]
12:02:00 #51 7.973 Get:12 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
12:02:00 #51 7.978 Get:13 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
12:02:00 #51 7.980 Get:14 http://deb.debian.org/debian bullseye/main amd64 uuid-dev amd64 2.36.1-8+deb11u1 [99.4 kB]
12:02:00 #51 7.982 Get:15 http://deb.debian.org/debian bullseye/main amd64 libblkid-dev amd64 2.36.1-8+deb11u1 [225 kB]
12:02:00 #51 7.990 Get:16 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
12:02:00 #51 7.993 Get:17 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB]
12:02:00 #51 7.995 Get:18 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
12:02:00 #51 8.001 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
12:02:00 #51 8.012 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
12:02:00 #51 8.024 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
12:02:00 #51 8.025 Get:22 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
12:02:00 #51 8.042 Get:23 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
12:02:00 #51 8.047 Get:24 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
12:02:00 #51 8.050 Get:25 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
12:02:00 #51 8.052 Get:26 http://deb.debian.org/debian bullseye/main amd64 libffi-dev amd64 3.3-6 [56.5 kB]
12:02:00 #51 8.058 Get:27 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
12:02:00 #51 8.086 Get:28 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-bin amd64 2.66.8-1 [141 kB]
12:02:01 #51 8.088 Get:29 http://deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
12:02:01 #51 8.091 Get:30 http://deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
12:02:01 #51 8.094 Get:31 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-dev-bin amd64 2.66.8-1 [179 kB]
12:02:01 #51 8.109 Get:32 http://deb.debian.org/debian bullseye/main amd64 libmount-dev amd64 2.36.1-8+deb11u1 [78.0 kB]
12:02:01 #51 8.110 Get:33 http://deb.debian.org/debian bullseye/main amd64 libpcre16-3 amd64 2:8.39-13 [259 kB]
12:02:01 #51 8.113 Get:34 http://deb.debian.org/debian bullseye/main amd64 libpcre32-3 amd64 2:8.39-13 [250 kB]
12:02:01 #51 8.116 Get:35 http://deb.debian.org/debian bullseye/main amd64 libpcrecpp0v5 amd64 2:8.39-13 [152 kB]
12:02:01 #51 8.121 Get:36 http://deb.debian.org/debian bullseye/main amd64 libpcre3-dev amd64 2:8.39-13 [650 kB]
12:02:01 #51 8.133 Get:37 http://deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2+deb11u2 [191 kB]
12:02:01 #51 8.140 Get:38 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-dev amd64 2.66.8-1 [1577 kB]
12:02:01 #51 8.182 Get:39 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
12:02:01 #51 8.183 Get:40 http://deb.debian.org/debian bullseye/main amd64 libsecret-1-dev amd64 0.20.4-2 [214 kB]
12:02:01 #51 8.186 Get:41 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB]
12:02:01 #51 8.618 debconf: delaying package configuration, since apt-utils is not installed
12:02:01 #51 8.722 Fetched 11.6 MB in 1s (19.1 MB/s)
12:02:01 #51 8.761 Selecting previously unselected package bzip2.
12:02:01 #51 8.761 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16833 files and directories currently installed.)
12:02:01 #51 8.796 Preparing to unpack .../00-bzip2_1.0.8-4_amd64.deb ...
12:02:01 #51 8.810 Unpacking bzip2 (1.0.8-4) ...
12:02:01 #51 8.911 Selecting previously unselected package xz-utils.
12:02:01 #51 8.916 Preparing to unpack .../01-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
12:02:01 #51 8.927 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
12:02:02 #51 9.060 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:02:02 #51 9.065 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
12:02:02 #51 9.074 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
12:02:02 #51 9.171 Selecting previously unselected package dmsetup.
12:02:02 #51 9.174 Preparing to unpack .../03-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
12:02:02 #51 9.182 Unpacking dmsetup (2:1.02.175-2.1) ...
12:02:02 #51 9.248 Selecting previously unselected package patch.
12:02:02 #51 9.248 Preparing to unpack .../04-patch_2.7.6-7_amd64.deb ...
12:02:02 #51 9.257 Unpacking patch (2.7.6-7) ...
12:02:02 #51 9.332 Selecting previously unselected package dpkg-dev.
12:02:02 #51 9.333 Preparing to unpack .../05-dpkg-dev_1.20.12_all.deb ...
12:02:02 #51 9.343 Unpacking dpkg-dev (1.20.12) ...
12:02:02 #51 9.741 Selecting previously unselected package libgirepository-1.0-1:amd64.
12:02:02 #51 9.742 Preparing to unpack .../06-libgirepository-1.0-1_1.66.1-1+b1_amd64.deb ...
12:02:02 #51 9.746 Unpacking libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
12:02:02 #51 9.820 Selecting previously unselected package gir1.2-glib-2.0:amd64.
12:02:02 #51 9.820 Preparing to unpack .../07-gir1.2-glib-2.0_1.66.1-1+b1_amd64.deb ...
12:02:02 #51 9.825 Unpacking gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
12:02:02 #51 9.944 Selecting previously unselected package libsecret-common.
12:02:02 #51 9.949 Preparing to unpack .../08-libsecret-common_0.20.4-2_all.deb ...
12:02:02 #51 9.954 Unpacking libsecret-common (0.20.4-2) ...
12:02:02 #51 10.04 Selecting previously unselected package libsecret-1-0:amd64.
12:02:02 #51 10.05 Preparing to unpack .../09-libsecret-1-0_0.20.4-2_amd64.deb ...
12:02:02 #51 10.05 Unpacking libsecret-1-0:amd64 (0.20.4-2) ...
12:02:02 #51 10.13 Selecting previously unselected package gir1.2-secret-1:amd64.
12:02:02 #51 10.13 Preparing to unpack .../10-gir1.2-secret-1_0.20.4-2_amd64.deb ...
12:02:02 #51 10.14 Unpacking gir1.2-secret-1:amd64 (0.20.4-2) ...
12:02:03 #51 10.20 Selecting previously unselected package libapparmor1:amd64.
12:02:03 #51 10.20 Preparing to unpack .../11-libapparmor1_2.13.6-10_amd64.deb ...
12:02:03 #51 10.22 Unpacking libapparmor1:amd64 (2.13.6-10) ...
12:02:03 #51 10.30 Selecting previously unselected package libapparmor-dev:amd64.
12:02:03 #51 10.30 Preparing to unpack .../12-libapparmor-dev_2.13.6-10_amd64.deb ...
12:02:03 #51 10.31 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
12:02:03 #51 10.42 Selecting previously unselected package uuid-dev:amd64.
12:02:03 #51 10.42 Preparing to unpack .../13-uuid-dev_2.36.1-8+deb11u1_amd64.deb ...
12:02:03 #51 10.43 Unpacking uuid-dev:amd64 (2.36.1-8+deb11u1) ...
12:02:03 #51 10.53 Selecting previously unselected package libblkid-dev:amd64.
12:02:03 #51 10.53 Preparing to unpack .../14-libblkid-dev_2.36.1-8+deb11u1_amd64.deb ...
12:02:03 #51 10.54 Unpacking libblkid-dev:amd64 (2.36.1-8+deb11u1) ...
12:02:03 #51 10.68 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:02:03 #51 10.69 Preparing to unpack .../15-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
12:02:03 #51 10.69 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
12:02:03 #51 10.74 Selecting previously unselected package libudev-dev:amd64.
12:02:03 #51 10.74 Preparing to unpack .../16-libudev-dev_247.3-7+deb11u1_amd64.deb ...
12:02:03 #51 10.75 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ...
12:02:03 #51 10.84 Selecting previously unselected package libsepol1-dev:amd64.
12:02:03 #51 10.84 Preparing to unpack .../17-libsepol1-dev_3.1-1_amd64.deb ...
12:02:03 #51 10.84 Unpacking libsepol1-dev:amd64 (3.1-1) ...
12:02:03 #51 11.00 Selecting previously unselected package libpcre2-16-0:amd64.
12:02:03 #51 11.00 Preparing to unpack .../18-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
12:02:03 #51 11.01 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:02:03 #51 11.12 Selecting previously unselected package libpcre2-32-0:amd64.
12:02:04 #51 11.12 Preparing to unpack .../19-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
12:02:04 #51 11.13 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:02:04 #51 11.24 Selecting previously unselected package libpcre2-posix2:amd64.
12:02:04 #51 11.24 Preparing to unpack .../20-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
12:02:04 #51 11.25 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:02:04 #51 11.33 Selecting previously unselected package libpcre2-dev:amd64.
12:02:04 #51 11.33 Preparing to unpack .../21-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
12:02:04 #51 11.34 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:02:04 #51 11.63 Selecting previously unselected package libselinux1-dev:amd64.
12:02:04 #51 11.64 Preparing to unpack .../22-libselinux1-dev_3.1-3_amd64.deb ...
12:02:04 #51 11.64 Unpacking libselinux1-dev:amd64 (3.1-3) ...
12:02:04 #51 11.79 Selecting previously unselected package libdevmapper-dev:amd64.
12:02:04 #51 11.79 Preparing to unpack .../23-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
12:02:04 #51 11.80 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
12:02:04 #51 11.87 Selecting previously unselected package libelf1:amd64.
12:02:04 #51 11.88 Preparing to unpack .../24-libelf1_0.183-1_amd64.deb ...
12:02:04 #51 11.88 Unpacking libelf1:amd64 (0.183-1) ...
12:02:04 #51 12.04 Selecting previously unselected package libffi-dev:amd64.
12:02:04 #51 12.04 Preparing to unpack .../25-libffi-dev_3.3-6_amd64.deb ...
12:02:04 #51 12.05 Unpacking libffi-dev:amd64 (3.3-6) ...
12:02:04 #51 12.12 Selecting previously unselected package libglib2.0-data.
12:02:04 #51 12.13 Preparing to unpack .../26-libglib2.0-data_2.66.8-1_all.deb ...
12:02:04 #51 12.14 Unpacking libglib2.0-data (2.66.8-1) ...
12:02:05 #51 12.63 Selecting previously unselected package libglib2.0-bin.
12:02:05 #51 12.63 Preparing to unpack .../27-libglib2.0-bin_2.66.8-1_amd64.deb ...
12:02:05 #51 12.64 Unpacking libglib2.0-bin (2.66.8-1) ...
12:02:05 #51 12.74 Selecting previously unselected package python3-lib2to3.
12:02:05 #51 12.74 Preparing to unpack .../28-python3-lib2to3_3.9.2-1_all.deb ...
12:02:05 #51 12.75 Unpacking python3-lib2to3 (3.9.2-1) ...
12:02:05 #51 12.85 Selecting previously unselected package python3-distutils.
12:02:05 #51 12.85 Preparing to unpack .../29-python3-distutils_3.9.2-1_all.deb ...
12:02:05 #51 12.87 Unpacking python3-distutils (3.9.2-1) ...
12:02:05 #51 13.00 Selecting previously unselected package libglib2.0-dev-bin.
12:02:05 #51 13.00 Preparing to unpack .../30-libglib2.0-dev-bin_2.66.8-1_amd64.deb ...
12:02:05 #51 13.01 Unpacking libglib2.0-dev-bin (2.66.8-1) ...
12:02:05 #51 13.12 Selecting previously unselected package libmount-dev:amd64.
12:02:05 #51 13.12 Preparing to unpack .../31-libmount-dev_2.36.1-8+deb11u1_amd64.deb ...
12:02:05 #51 13.13 Unpacking libmount-dev:amd64 (2.36.1-8+deb11u1) ...
12:02:05 #51 13.20 Selecting previously unselected package libpcre16-3:amd64.
12:02:05 #51 13.20 Preparing to unpack .../32-libpcre16-3_2%3a8.39-13_amd64.deb ...
12:02:05 #51 13.21 Unpacking libpcre16-3:amd64 (2:8.39-13) ...
12:02:06 #51 13.34 Selecting previously unselected package libpcre32-3:amd64.
12:02:06 #51 13.35 Preparing to unpack .../33-libpcre32-3_2%3a8.39-13_amd64.deb ...
12:02:06 #51 13.36 Unpacking libpcre32-3:amd64 (2:8.39-13) ...
12:02:06 #51 13.49 Selecting previously unselected package libpcrecpp0v5:amd64.
12:02:06 #51 13.50 Preparing to unpack .../34-libpcrecpp0v5_2%3a8.39-13_amd64.deb ...
12:02:06 #51 13.51 Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ...
12:02:06 #51 13.60 Selecting previously unselected package libpcre3-dev:amd64.
12:02:06 #51 13.60 Preparing to unpack .../35-libpcre3-dev_2%3a8.39-13_amd64.deb ...
12:02:06 #51 13.60 Unpacking libpcre3-dev:amd64 (2:8.39-13) ...
12:02:06 #51 13.85 Selecting previously unselected package zlib1g-dev:amd64.
12:02:06 #51 13.86 Preparing to unpack .../36-zlib1g-dev_1%3a1.2.11.dfsg-2+deb11u2_amd64.deb ...
12:02:06 #51 13.87 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
12:02:06 #51 13.99 Selecting previously unselected package libglib2.0-dev:amd64.
12:02:06 #23 113.0 Created binary: /tmp/bundles/binary-daemon/dockerd.exe
12:02:06 #23 113.0 ++++++ cat ./cli/winresources/docker-proxy/winres.json
12:02:06 #23 113.0 {
12:02:06 #23 113.0   "RT_GROUP_ICON": {
12:02:06 #23 113.0     "#1": {
12:02:06 #23 113.0       "0409": "../../winresources/docker.ico"
12:02:06 #23 113.0     }
12:02:06 #23 113.0   },
12:02:06 #23 113.0   "RT_MANIFEST": {
12:02:06 #23 113.0     "#1": {
12:02:06 #23 113.0       "0409": {
12:02:06 #23 113.0         "identity": {},
12:02:06 #23 113.0         "description": "Docker Engine",
12:02:06 #23 113.0         "minimum-os": "vista",
12:02:06 #23 113.0         "execution-level": "",
12:02:06 #23 113.0         "ui-access": false,
12:02:06 #23 113.0         "auto-elevate": false,
12:02:06 #23 113.0         "dpi-awareness": "unaware",
12:02:06 #23 113.0         "disable-theming": false,
12:02:06 #23 113.0         "disable-window-filtering": false,
12:02:06 #23 113.0         "high-resolution-scrolling-aware": false,
12:02:06 #23 113.0         "ultra-high-resolution-scrolling-aware": false,
12:02:06 #23 113.0         "long-path-aware": false,
12:02:06 #23 113.0         "printer-driver-isolation": false,
12:02:06 #23 113.0         "gdi-scaling": false,
12:02:06 #23 113.0         "segment-heap": false,
12:02:06 #23 113.0         "use-common-controls-v6": false
12:02:06 #23 113.0       }
12:02:06 #23 113.0     }
12:02:06 #23 113.0   },
12:02:06 #23 113.0   "RT_MESSAGETABLE": {
12:02:06 #23 113.0     "#1": {
12:02:06 #23 113.0       "0409": "../../winresources/event_messages.bin"
12:02:06 #23 113.0     }
12:02:06 #23 113.0   },
12:02:06 #23 113.0   "RT_VERSION": {
12:02:06 #23 113.0     "#1": {
12:02:06 #23 113.0       "0409": {
12:02:06 #23 113.0         "fixed": {
12:02:06 #23 113.0           "file_version": "0.0.0.0",
12:02:06 #23 113.0           "product_version": "0.0.0.0",
12:02:06 #23 113.0           "type": "Unknown"
12:02:06 #23 113.0         },
12:02:06 #23 113.0         "info": {
12:02:06 #23 113.0           "0000": {
12:02:06 #23 113.0             "CompanyName": "",
12:02:06 #23 113.0             "FileVersion": "0.0.0-20230206193855-ab4ef4a",
12:02:06 #23 113.0             "LegalCopyright": "Copyright © 2015-2023 Docker Inc.",
12:02:06 #23 113.0             "OriginalFileName": "docker-proxy.exe",
12:02:06 #23 113.0             "ProductName": "",
12:02:06 #23 113.0             "ProductVersion": "0.0.0-20230206193855-ab4ef4a",
12:02:06 #23 113.0             "SpecialBuild": "a25ab92"
12:02:06 #23 113.0           }
12:02:06 #23 113.0         }
12:02:06 #23 113.0       }
12:02:06 #23 113.0     }
12:02:06 #23 113.0   }
12:02:06 #23 113.0 }
12:02:06 #23 113.0 cmd/docker-proxy/genwinres_windows.go
12:02:06 #23 113.1 cmd/docker-proxy/main.go
12:02:06 #23 113.1 cmd/docker-proxy/network_proxy_test.go
12:02:06 #23 113.1 cmd/docker-proxy/proxy.go
12:02:06 #23 113.1 cmd/docker-proxy/sctp_proxy.go
12:02:06 #23 113.1 cmd/docker-proxy/tcp_proxy.go
12:02:06 #23 113.1 cmd/docker-proxy/udp_proxy.go
12:02:06 #23 113.1 Building static /tmp/bundles/binary-daemon/docker-proxy.exe (windows/amd64)...
12:02:06 #23 113.3 Created binary: /tmp/bundles/binary-daemon/docker-proxy.exe
12:02:06 #23 113.3 
12:02:06 #23 DONE 113.7s
12:02:06 
12:02:06 #24 [binary 1/1] COPY --from=build /build/ /
12:02:06 #24 DONE 0.1s
12:02:06 
12:02:06 #25 exporting to client
12:02:06 #25 copying files 38B
12:02:06 #25 copying files 61.96MB 0.4s done
12:02:06 #25 DONE 0.4s
12:02:06 cd /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a docker buildx bake --set binary.platform=windows/amd64 binary
12:02:06 #1 [internal] load build definition from Dockerfile
12:02:06 #1 transferring dockerfile: 5.47kB done
12:02:06 #1 DONE 0.0s
12:02:06 
12:02:06 #2 [internal] load .dockerignore
12:02:06 #2 transferring context: 263B done
12:02:06 #2 DONE 0.0s
12:02:06 
12:02:06 #3 resolve image config for docker.io/docker/dockerfile:1
12:02:06 #3 DONE 0.1s
12:02:06 
12:02:06 #4 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
12:02:06 #4 CACHED
12:02:06 
12:02:06 #5 [internal] load metadata for docker.io/tonistiigi/xx:1.1.1
12:02:06 #5 ...
12:02:06 
12:02:06 #6 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
12:02:06 #6 DONE 0.0s
12:02:06 
12:02:06 #7 [internal] load metadata for docker.io/library/golang:1.19.5-alpine3.16
12:02:06 #7 DONE 0.2s
12:02:06 
12:02:06 #8 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
12:02:06 #8 DONE 0.4s
12:02:06 
12:02:06 #5 [internal] load metadata for docker.io/tonistiigi/xx:1.1.1
12:02:06 #5 DONE 0.3s
12:02:06 
12:02:06 #9 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
12:02:06 #9 resolve docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 0.0s done
12:02:06 #9 sha256:30f60105c995681479b4742a2d94ab6f93e256d8b64eb3965c07b53690af50cd 526B / 526B done
12:02:06 #9 sha256:86dcba2fb3ace8cdc35db7ae6f3d2fedd1158bcacd065543f1d3e77b714d0357 1.30kB / 1.30kB done
12:02:06 #9 sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 0B / 14.96kB 0.1s
12:02:06 #9 sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9 2.65kB / 2.65kB done
12:02:06 #9 sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 14.96kB / 14.96kB 0.1s done
12:02:06 #9 extracting sha256:09ea8fd3ba82af347610e65a19f9dc3f9c357e34327441c4e16ffc1b8d53a5a1 done
12:02:06 #9 ...
12:02:06 
12:02:06 #10 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
12:02:06 #10 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
12:02:06 #10 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
12:02:06 #10 sha256:a28c16d579330aa32da948d5ce201e1e546354170044c447edfb3764cc198328 523B / 523B done
12:02:06 #10 sha256:09950e90e11171816d164e6200593f7015f8ba9f67db5f195bf9c88627bab1e4 418B / 418B done
12:02:06 #10 sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 136B / 136B 0.2s done
12:02:06 #10 extracting sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a done
12:02:06 #10 DONE 0.5s
12:02:06 
12:02:06 #11 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
12:02:06 #11 resolve docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1 0.0s done
12:02:06 #11 sha256:654f4a074920935feeae68f7637da82bb4b8486e7bd8da26bfe48f1750935b79 1.16kB / 1.16kB done
12:02:06 #11 sha256:8223c43c6abe54105296f911c4b601138eeae713891a9dc8eacde44ddf05b507 5.11kB / 5.11kB done
12:02:06 #11 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.1s done
12:02:06 #11 sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1 1.65kB / 1.65kB done
12:02:06 #11 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.4s
12:02:06 #11 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.2s done
12:02:06 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 22.02MB / 122.71MB 0.6s
12:02:06 #11 sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 155B / 155B 0.2s done
12:02:06 #11 ...
12:02:06 
12:02:06 #9 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.1@sha256:23ca08d120366b31d1d7fad29283181f063b0b43879e1f93c045ca5b548868e9
12:02:06 #9 DONE 0.8s
12:02:06 
12:02:06 #11 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
12:02:06 #11 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.7s done
12:02:06 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 39.85MB / 122.71MB 0.9s
12:02:06 #11 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373
12:02:06 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 50.33MB / 122.71MB 1.1s
12:02:06 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 67.11MB / 122.71MB 1.3s
12:02:06 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 75.50MB / 122.71MB 1.4s
12:02:06 #11 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.3s done
12:02:06 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 93.32MB / 122.71MB 1.6s
12:02:06 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 103.39MB / 122.71MB 1.7s
12:02:06 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 119.54MB / 122.71MB 1.8s
12:02:06 #11 ...
12:02:06 
12:02:06 #12 [internal] load build context
12:02:06 #12 transferring context: 38.14MB 1.9s done
12:02:06 #12 DONE 2.1s
12:02:06 
12:02:06 #11 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.5-alpine3.16@sha256:65060885c8882f0119d77edcb42b414a0b96f6a8d466e9bbd782311ae51bf9f1
12:02:06 #11 sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 122.71MB / 122.71MB 2.5s done
12:02:06 #11 extracting sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 0.1s
12:02:06 #11 extracting sha256:f0f91c7e3eb8f60644f0d0c41c8e9ecd4e3b9d68a279ceb529b8a94f26a487f3 4.3s done
12:02:06 #11 extracting sha256:654a5f294e2d7792e63519253d227aa048219ee9251008dc8af1c2af73b5f2c9 done
12:02:06 #11 DONE 7.2s
12:02:06 
12:02:06 #13 [build-base-alpine 2/4] COPY --from=xx / /
12:02:06 #13 DONE 0.5s
12:02:06 
12:02:06 #14 [build-base-alpine 3/4] RUN apk add --no-cache bash clang lld llvm file git
12:02:06 #14 0.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
12:02:06 #14 1.433 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
12:02:06 #14 1.628 (1/22) Installing ncurses-terminfo-base (6.3_p20220521-r0)
12:02:06 #14 1.632 (2/22) Installing ncurses-libs (6.3_p20220521-r0)
12:02:06 #14 1.640 (3/22) Installing readline (8.1.2-r0)
12:02:06 #14 1.644 (4/22) Installing bash (5.1.16-r2)
12:02:06 #14 1.656 Executing bash-5.1.16-r2.post-install
12:02:06 #14 1.659 (5/22) Installing libffi (3.4.2-r1)
12:02:06 #14 1.661 (6/22) Installing libgcc (11.2.1_git20220219-r2)
12:02:06 #14 1.664 (7/22) Installing libstdc++ (11.2.1_git20220219-r2)
12:02:06 #14 1.694 (8/22) Installing xz-libs (5.2.5-r1)
12:02:06 #14 1.699 (9/22) Installing libxml2 (2.9.14-r2)
12:02:06 #14 1.728 (10/22) Installing llvm13-libs (13.0.1-r2)
12:02:06 #14 2.553 (11/22) Installing clang-libs (13.0.1-r1)
12:02:06 #14 3.259 (12/22) Installing clang (13.0.1-r1)
12:02:06 #14 3.335 (13/22) Installing libmagic (5.41-r0)
12:02:06 #14 3.358 (14/22) Installing file (5.41-r0)
12:02:06 #14 3.361 (15/22) Installing brotli-libs (1.0.9-r6)
12:02:06 #14 3.369 (16/22) Installing nghttp2-libs (1.47.0-r0)
12:02:06 #14 3.372 (17/22) Installing libcurl (7.83.1-r5)
12:02:06 #14 3.379 (18/22) Installing expat (2.5.0-r0)
12:02:06 #14 3.382 (19/22) Installing pcre2 (10.40-r0)
12:02:06 #14 3.390 (20/22) Installing git (2.36.4-r0)
12:02:06 #14 3.514 (21/22) Installing lld (13.0.1-r0)
12:02:06 #14 3.550 (22/22) Installing llvm13 (13.0.1-r2)
12:02:07 #51 14.00 Preparing to unpack .../37-libglib2.0-dev_2.66.8-1_amd64.deb ...
12:02:07 #51 14.01 Unpacking libglib2.0-dev:amd64 (2.66.8-1) ...
12:02:07 #14 4.042 Executing busybox-1.35.0-r17.trigger
12:02:07 #51 14.58 Selecting previously unselected package libseccomp-dev:amd64.
12:02:07 #14 4.046 OK: 313 MiB in 37 packages
12:02:07 #51 14.58 Preparing to unpack .../38-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
12:02:07 #51 14.59 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:02:07 #51 14.67 Selecting previously unselected package libsecret-1-dev:amd64.
12:02:07 #51 14.67 Preparing to unpack .../39-libsecret-1-dev_0.20.4-2_amd64.deb ...
12:02:07 #51 14.68 Unpacking libsecret-1-dev:amd64 (0.20.4-2) ...
12:02:07 #51 14.83 Selecting previously unselected package libsystemd-dev:amd64.
12:02:07 #14 DONE 4.5s
12:02:07 #51 14.84 Preparing to unpack .../40-libsystemd-dev_247.3-7+deb11u1_amd64.deb ...
12:02:07 #51 14.85 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ...
12:02:08 
12:02:08 #15 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
12:02:08 #15 DONE 0.0s
12:02:08 
12:02:08 #16 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
12:02:08 #51 15.14 Setting up libpcrecpp0v5:amd64 (2:8.39-13) ...
12:02:08 #51 15.16 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:02:08 #51 15.17 Setting up libapparmor1:amd64 (2.13.6-10) ...
12:02:08 #51 15.19 Setting up libpcre16-3:amd64 (2:8.39-13) ...
12:02:08 #51 15.21 Setting up libsepol1-dev:amd64 (3.1-1) ...
12:02:08 #51 15.23 Setting up bzip2 (1.0.8-4) ...
12:02:08 #51 15.26 Setting up libffi-dev:amd64 (3.3-6) ...
12:02:08 #51 15.34 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:02:08 #51 15.39 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:02:08 #51 15.40 Setting up libglib2.0-data (2.66.8-1) ...
12:02:08 #51 15.43 Setting up uuid-dev:amd64 (2.36.1-8+deb11u1) ...
12:02:08 #51 15.45 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:02:08 #51 15.47 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:02:08 #51 15.48 Setting up libpcre32-3:amd64 (2:8.39-13) ...
12:02:08 #51 15.49 Setting up patch (2.7.6-7) ...
12:02:08 #51 15.53 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ...
12:02:08 #51 15.56 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:02:08 #51 15.57 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2+deb11u2) ...
12:02:08 #51 15.58 Setting up libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
12:02:08 #51 15.60 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
12:02:08 #51 15.61 Setting up python3-lib2to3 (3.9.2-1) ...
12:02:08 #51 15.85 Setting up libelf1:amd64 (0.183-1) ...
12:02:08 #16 0.693 skipping packages installation on windows
12:02:08 #16 DONE 0.8s
12:02:08 
12:02:08 #17 [goversioninfo 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     GOBIN=/out GO111MODULE=on go install "github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.3.0"
12:02:08 #0 0.832 go: downloading github.com/josephspurrier/goversioninfo v1.3.0
12:02:08 #51 15.87 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ...
12:02:08 #51 15.88 Setting up libsecret-common (0.20.4-2) ...
12:02:08 #51 15.90 Setting up python3-distutils (3.9.2-1) ...
12:02:09 #51 16.17 Setting up libglib2.0-dev-bin (2.66.8-1) ...
12:02:09 #17 1.581 go: downloading github.com/akavel/rsrc v0.10.2
12:02:09 #51 16.65 Setting up libblkid-dev:amd64 (2.36.1-8+deb11u1) ...
12:02:09 #51 16.67 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:02:09 #51 16.70 Setting up libselinux1-dev:amd64 (3.1-3) ...
12:02:09 #51 16.71 Setting up libpcre3-dev:amd64 (2:8.39-13) ...
12:02:09 #51 16.72 Setting up libglib2.0-bin (2.66.8-1) ...
12:02:09 #51 16.74 Setting up dpkg-dev (1.20.12) ...
12:02:09 #51 16.76 Setting up libsecret-1-0:amd64 (0.20.4-2) ...
12:02:09 #51 16.77 Setting up gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
12:02:09 #51 16.78 Setting up libmount-dev:amd64 (2.36.1-8+deb11u1) ...
12:02:09 #51 16.80 Setting up gir1.2-secret-1:amd64 (0.20.4-2) ...
12:02:09 #51 16.81 Setting up libglib2.0-dev:amd64 (2.66.8-1) ...
12:02:09 #51 16.82 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
12:02:09 #51 16.84 Setting up dmsetup (2:1.02.175-2.1) ...
12:02:09 #51 16.85 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
12:02:09 #51 16.87 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
12:02:09 #51 16.88 Processing triggers for libglib2.0-0:amd64 (2.66.8-1) ...
12:02:09 #51 16.90 No schema files found: doing nothing.
12:02:09 #51 16.91 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:02:09 #51 16.95 Setting up libsecret-1-dev:amd64 (0.20.4-2) ...
12:02:10 #17 DONE 2.2s
12:02:10 
12:02:10 #18 [build 1/3] COPY --from=goversioninfo /out/goversioninfo /usr/bin/goversioninfo
12:02:10 #18 DONE 0.1s
12:02:10 #51 DONE 17.1s
12:02:10 
12:02:10 #52 [build 5/6] RUN <<EOT (# in bullseye arm64 target does not link with lld so configure it to use ld instead...)
12:02:10 
12:02:10 #19 [build 2/3] RUN [ ! -f /etc/alpine-release ] && xx-info is-cross && [ "$(xx-info arch)" = "arm64" ] && XX_CC_PREFER_LINKER=ld xx-clang --setup-target-triple || true
12:02:10 #19 DONE 0.5s
12:02:10 
12:02:10 #20 [build 3/3] RUN --mount=type=bind,target=.,ro     --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
12:02:11 #52 DONE 1.3s
12:02:11 
12:02:11 #49 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/amd64 <<EOT (set -e...)
12:02:11 #20 0.494 Building static docker-windows-amd64.exe
12:02:11 #20 0.517 + cat ./cli/winresources/versioninfo.json
12:02:11 #20 0.518 {
12:02:11 #20 0.518   "FixedFileInfo":
12:02:11 #20 0.518   {
12:02:11 #20 0.518     "FileVersion": {
12:02:11 #20 0.518       "Major": 0,
12:02:11 #20 0.518       "Minor": 0,
12:02:11 #20 0.518       "Patch": 0,
12:02:11 #20 0.518       "Build": 0
12:02:11 #20 0.518     },
12:02:11 #20 0.518     "FileFlagsMask": "3f",
12:02:11 #20 0.518     "FileFlags ": "00",
12:02:11 #20 0.518     "FileOS": "040004",
12:02:11 #20 0.518     "FileType": "01",
12:02:11 #20 0.518     "FileSubType": "00"
12:02:11 #20 0.518   },
12:02:11 #20 0.518   "StringFileInfo":
12:02:11 #20 0.518   {
12:02:11 #20 0.518     "Comments": "",
12:02:11 #20 0.518     "CompanyName": "",
12:02:11 #20 0.518     "FileDescription": "Docker Client",
12:02:11 #20 0.518     "FileVersion": "0.0.0-20230206193855-ab4ef4a",
12:02:11 #20 0.518     "InternalName": "",
12:02:11 #20 0.518     "LegalCopyright": "Copyright © 2015-2023 Docker Inc.",
12:02:11 #20 0.518     "LegalTrademarks": "",
12:02:11 #20 0.518     "OriginalFilename": "docker-windows-amd64.exe",
12:02:11 #20 0.518     "PrivateBuild": "",
12:02:11 #20 0.518     "ProductName": "Docker Client",
12:02:11 #20 0.518     "ProductVersion": "0.0.0-20230206193855-ab4ef4a",
12:02:11 #20 0.518     "SpecialBuild": "ab4ef4a"
12:02:11 #20 0.518   },
12:02:11 #20 0.518   "VarFileInfo":
12:02:11 #20 0.518   {
12:02:11 #20 0.518     "Translation": {
12:02:11 #20 0.518       "LangID": "0409",
12:02:11 #20 0.518       "CharsetID": "04B0"
12:02:11 #20 0.518     }
12:02:11 #20 0.518   }
12:02:11 #20 0.518 }
12:02:11 #20 0.518 + go generate -v github.com/docker/cli/cmd/docker
12:02:11 #20 0.521 cmd/docker/aliases.go
12:02:11 #20 0.522 cmd/docker/builder.go
12:02:11 #20 0.522 cmd/docker/builder_test.go
12:02:11 #20 0.522 cmd/docker/builder_windows_test.go
12:02:11 #20 0.522 cmd/docker/completions.go
12:02:11 #20 0.522 cmd/docker/docker.go
12:02:11 #20 0.522 cmd/docker/docker_test.go
12:02:11 #20 0.522 cmd/docker/docker_windows_amd64.go
12:02:11 #20 0.545 + go build -o /out/docker-windows-amd64.exe -tags ' osusergo' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:02:10Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a"' github.com/docker/cli/cmd/docker
12:02:11 #49 ...
12:02:11 
12:02:11 #53 [build 6/6] RUN --mount=type=bind,target=.     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy     --mount=type=cache,target=/root/.cache/go-build,id=moby-build-linux/amd64 <<EOT (set -e...)
12:02:13 #53 ...
12:02:13 
12:02:13 #44 [rootlesskit-build 3/5] RUN --mount=from=rootlesskit-src,src=/usr/src/rootlesskit,rw     --mount=type=cache,target=/go/pkg/mod     --mount=type=cache,target=/root/.cache/go-build,id=rootlesskit-build-linux/amd64 <<EOT (set -e...)
12:02:13 #44 DONE 57.8s
12:02:13 
12:02:13 #54 [rootlesskit-build 4/5] COPY ./contrib/dockerd-rootless.sh /build/
12:02:13 #54 DONE 0.1s
12:02:13 
12:02:13 #55 [rootlesskit-build 5/5] COPY ./contrib/dockerd-rootless-setuptool.sh /build/
12:02:13 #55 DONE 0.1s
12:02:13 
12:02:13 #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...)
12:02:13 #47 ...
12:02:13 
12:02:13 #53 [build 6/6] RUN --mount=type=bind,target=.     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy     --mount=type=cache,target=/root/.cache/go-build,id=moby-build-linux/amd64 <<EOT (set -e...)
12:02:13 #53 2.132 
12:02:13 #53 2.378 Removing /tmp/bundles/
12:02:13 #53 2.379 
12:02:13 #53 2.389 ---> Making bundle: binary (in /tmp/bundles/binary)
12:02:13 #53 2.451 Building static /tmp/bundles/binary-daemon/dockerd (linux/amd64)...
12:02:14 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:02:14 + make manpages
12:02:14 scripts/docs/generate-man.sh
12:02:14 + cp -r . /tmp/docker-cli-docsgen.8wk4sq0XpR/
12:02:14 + cd /tmp/docker-cli-docsgen.8wk4sq0XpR
12:02:14 + ./scripts/vendor init
12:02:14 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:02:14 + cp man/tools.go .
12:02:14 + ./scripts/vendor update
12:02:14 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:02:14 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:02:14 go: downloading github.com/spf13/cobra v1.6.1
12:02:14 go: downloading github.com/spf13/pflag v1.0.5
12:02:14 go: downloading github.com/docker/docker v23.0.0+incompatible
12:02:14 go: downloading github.com/fvbommel/sortorder v1.0.2
12:02:14 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:02:14 go: downloading github.com/morikuni/aec v1.0.0
12:02:14 go: downloading github.com/pkg/errors v0.9.1
12:02:14 go: downloading github.com/google/go-cmp v0.5.9
12:02:14 go: downloading gotest.tools/v3 v3.4.0
12:02:14 go: downloading golang.org/x/sys v0.4.0
12:02:14 go: downloading github.com/docker/go-units v0.5.0
12:02:14 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:02:14 go: downloading github.com/docker/go-connections v0.4.0
12:02:14 go: downloading github.com/moby/sys/sequential v0.5.0
12:02:14 go: downloading github.com/sirupsen/logrus v1.9.0
12:02:14 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:02:14 go: downloading golang.org/x/text v0.6.0
12:02:14 go: downloading github.com/mattn/go-runewidth v0.0.13
12:02:14 go: downloading github.com/containerd/containerd v1.6.16
12:02:14 #13 96.53 --------------------------------------------------------------------------------
12:02:14 #13 96.53 Total                                              1.3 MB/s |  80 MB  00:59     
12:02:14 #13 96.68 Running transaction check
12:02:14 #13 96.84 Running transaction test
12:02:14 #13 96.98 Transaction test succeeded
12:02:14 #13 96.98 Running transaction
12:02:14 #13 99.40   Updating   : glibc-common-2.17-326.el7_9.x86_64                          1/65 
12:02:14 #13 99.89   Updating   : glibc-2.17-326.el7_9.x86_64                                 2/65 
12:02:14 #13 100.4   Installing : fipscheck-1.4.1-6.el7.x86_64                                3/65 
12:02:14 #13 100.5   Installing : fipscheck-lib-1.4.1-6.el7.x86_64                            4/65 
12:02:14 #13 101.1   Updating   : systemd-libs-219-78.el7_9.7.x86_64                          5/65 
12:02:14 #13 102.8   Updating   : systemd-219-78.el7_9.7.x86_64                               6/65 
12:02:14 #13 103.4 Failed to get D-Bus connection: Operation not permitted
12:02:14 #13 103.5   Installing : mpfr-3.1.1-4.el7.x86_64                                     7/65 
12:02:14 #13 104.0   Installing : libmpc-1.0.1-3.el7.x86_64                                   8/65 
12:02:14 #13 104.5   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64              9/65 
12:02:14 #13 105.0   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  10/65 
12:02:14 #13 105.6   Installing : m4-1.4.16-10.el7.x86_64                                    11/65 
12:02:14 #13 106.1   Installing : checkpolicy-2.5-8.el7.x86_64                               12/65 
12:02:14 #13 106.1   Installing : 1:make-3.82-24.el7.x86_64                                  13/65 
12:02:14 #13 106.6   Installing : 1:perl-Error-0.17020-2.el7.noarch                          14/65 
12:02:14 go: downloading github.com/moby/sys/signal v0.7.0
12:02:14 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:02:14 go: downloading github.com/moby/buildkit v0.10.6
12:02:14 go: downloading github.com/moby/patternmatcher v0.5.0
12:02:14 go: downloading github.com/opencontainers/go-digest v1.0.0
12:02:14 go: downloading github.com/gogo/protobuf v1.3.2
12:02:15 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:02:15 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:02:15 #13 107.3   Installing : cpp-4.8.5-44.el7.x86_64                                    15/65 
12:02:15 go: downloading gopkg.in/yaml.v2 v2.4.0
12:02:15 go: downloading golang.org/x/term v0.4.0
12:02:15 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:02:15 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:02:15 go: downloading github.com/imdario/mergo v0.3.12
12:02:15 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:02:15 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:02:15 go: downloading github.com/creack/pty v1.1.11
12:02:15 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:02:15 #30 DONE 143.3s
12:02:15 
12:02:15 #29 [linux/amd64->darwin/amd64 build 3/3] RUN --mount=type=bind,target=.,ro     --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
12:02:15 #29 DONE 143.2s
12:02:15 
12:02:15 #31 [darwin/arm64 binary 1/1] COPY --from=build /out .
12:02:15 #31 DONE 0.1s
12:02:15 
12:02:15 #32 [darwin/amd64 binary 1/1] COPY --from=build /out .
12:02:15 #32 DONE 0.1s
12:02:15 
12:02:15 #33 exporting to client directory
12:02:15 #33 copying files darwin/arm64 2.88MB 0.1s
12:02:15 #33 copying files darwin/amd64 2.46MB 0.1s
12:02:15 #33 copying files darwin/arm64 35.04MB 1.2s done
12:02:15 #33 copying files darwin/amd64 36.84MB 1.3s done
12:02:15 #33 DONE 1.3s
12:02:15 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/build && for platform in *; do \
12:02:15 	arch=$(echo $platform | cut -d_ -f2); \
12:02:15 	mkdir -p $dest/$arch/docker; \
12:02:15 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
12:02:15 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20230206193855-ab4ef4a.tgz docker; \
12:02:15 done
12:02:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
12:02:15 go: downloading github.com/gorilla/mux v1.8.0
12:02:15 + make clean
12:02:15 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
12:02:15 Unable to find image 'alpine:latest' locally
12:02:15 #13 107.8   Installing : rsync-3.1.2-12.el7_9.x86_64                                16/65 
12:02:15 Created binary: bundles/dynbinary-daemon/dockerd
12:02:15 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:02:15 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:15 
12:02:15 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:02:15 + RM_GOPATH=0
12:02:15 + TMP_GOPATH=/go
12:02:15 + : /usr/local/bin
12:02:15 + '[' -z /go ']'
12:02:15 + export GOPATH=/go
12:02:15 + GOPATH=/go
12:02:15 + case "$(go env GOARCH)" in
12:02:15 ++ go env GOARCH
12:02:15 + export GO_BUILDMODE=-buildmode=pie
12:02:15 + GO_BUILDMODE=-buildmode=pie
12:02:15 ++ dirname hack/dockerfile/install/install.sh
12:02:15 + dir=hack/dockerfile/install
12:02:15 + bin=tini
12:02:15 + shift
12:02:15 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:02:15 + . hack/dockerfile/install/tini.installer
12:02:15 ++ : v0.19.0
12:02:15 Install tini version v0.19.0
12:02:15 + install_tini
12:02:15 + echo 'Install tini version v0.19.0'
12:02:15 + git clone https://github.com/krallin/tini.git /go/tini
12:02:15 Cloning into '/go/tini'...
12:02:15 + cd /go/tini
12:02:15 + git checkout -q v0.19.0
12:02:15 + cmake .
12:02:15 -- The C compiler identification is GNU 7.5.0
12:02:15 -- Check for working C compiler: /usr/bin/cc
12:02:15 -- Check for working C compiler: /usr/bin/cc -- works
12:02:15 -- Detecting C compiler ABI info
12:02:15 -- Detecting C compiler ABI info - done
12:02:15 -- Detecting C compile features
12:02:15 -- Detecting C compile features - done
12:02:15 -- Performing Test HAS_BUILTIN_FORTIFY
12:02:15 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:02:15 -- Configuring done
12:02:15 -- Generating done
12:02:15 -- Build files have been written to: /go/tini
12:02:15 + make tini-static
12:02:15 make[2]: Entering directory '/go/tini'
12:02:15 make[3]: Entering directory '/go/tini'
12:02:15 make[4]: Entering directory '/go/tini'
12:02:15 make[5]: Entering directory '/go/tini'
12:02:15 Scanning dependencies of target tini-static
12:02:15 make[5]: Leaving directory '/go/tini'
12:02:15 make[5]: Entering directory '/go/tini'
12:02:15 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:02:15 [100%] Linking C executable tini-static
12:02:15 make[5]: Leaving directory '/go/tini'
12:02:15 [100%] Built target tini-static
12:02:15 make[4]: Leaving directory '/go/tini'
12:02:15 make[3]: Leaving directory '/go/tini'
12:02:15 make[2]: Leaving directory '/go/tini'
12:02:15 + mkdir -p /usr/local/bin
12:02:15 + cp tini-static /usr/local/bin/docker-init
12:02:15 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:02:15 + RM_GOPATH=0
12:02:15 + TMP_GOPATH=/go
12:02:15 + : /usr/local/bin
12:02:15 + '[' -z /go ']'
12:02:15 + export GOPATH=/go
12:02:15 + GOPATH=/go
12:02:15 + case "$(go env GOARCH)" in
12:02:15 ++ go env GOARCH
12:02:15 + export GO_BUILDMODE=-buildmode=pie
12:02:15 + GO_BUILDMODE=-buildmode=pie
12:02:15 ++ dirname hack/dockerfile/install/install.sh
12:02:15 + dir=hack/dockerfile/install
12:02:15 + bin=rootlesskit
12:02:15 + shift
12:02:15 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:02:15 + . hack/dockerfile/install/rootlesskit.installer
12:02:15 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:15 + install_rootlesskit dynamic
12:02:15 + case "$1" in
12:02:15 + install_rootlesskit_dynamic
12:02:15 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:02:15 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:02:15 + export BUILD_MODE=-buildmode=pie
12:02:15 + BUILD_MODE=-buildmode=pie
12:02:15 + _install_rootlesskit
12:02:15 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:02:15 + for f in rootlesskit rootlesskit-docker-proxy
12:02:15 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:15 + GOBIN=/usr/local/bin
12:02:15 + GO111MODULE=on
12:02:15 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:15 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:02:15 go: downloading github.com/sirupsen/logrus v1.9.0
12:02:15 go: downloading github.com/urfave/cli/v2 v2.23.5
12:02:15 go: downloading golang.org/x/sys v0.2.0
12:02:15 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:02:15 go: downloading github.com/google/uuid v1.3.0
12:02:15 go: downloading github.com/moby/vpnkit v0.5.0
12:02:15 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:02:15 go: downloading github.com/gofrs/flock v0.8.1
12:02:15 go: downloading github.com/gorilla/mux v1.8.0
12:02:15 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:02:15 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:02:15 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:02:15 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:02:15 go: downloading golang.org/x/net v0.1.0
12:02:15 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:02:16 latest: Pulling from library/alpine
12:02:16 8921db27df28: Already exists
12:02:16 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:02:16 Status: Downloaded newer image for alpine:latest
12:02:16 #13 108.3   Installing : systemd-devel-219-78.el7_9.7.x86_64                        17/65 
12:02:17 go: downloading gopkg.in/yaml.v3 v3.0.1
12:02:17 go: downloading github.com/stretchr/testify v1.8.0
12:02:17 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:02:17 go: downloading github.com/rivo/uniseg v0.2.0
12:02:17 go: downloading github.com/klauspost/compress v1.15.12
12:02:17 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:02:17 go: downloading github.com/containerd/continuity v0.3.0
12:02:17 go: downloading github.com/moby/sys/symlink v0.2.0
12:02:17 go: downloading golang.org/x/time v0.1.0
12:02:17 go: downloading github.com/opencontainers/runc v1.1.3
12:02:17 go: downloading golang.org/x/crypto v0.2.0
12:02:17 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:02:17 #13 108.9   Installing : libcgroup-0.41-21.el7.x86_64                               18/65 
12:02:17 #13 109.9   Installing : openssh-7.4p1-22.el7_9.x86_64                              19/65 
12:02:17 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:02:17 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:02:17 go: downloading google.golang.org/grpc v1.48.0
12:02:17 Created binary: bundles/dynbinary-daemon/dockerd
12:02:17 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:02:17 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:17 
12:02:17 + popd
12:02:17 + RPM_EC=0
12:02:17 ~/rpmbuild/BUILD/src
12:02:17 ++ jobs -p
12:02:17 + exit 0
12:02:17 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UI1gzz
12:02:17 + umask 022
12:02:17 + cd /root/rpmbuild/BUILD
12:02:17 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64 '!=' / ']'
12:02:17 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:02:17 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:02:17 + mkdir -p /root/rpmbuild/BUILDROOT
12:02:17 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:02: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'
12:02:17 + export CFLAGS
12:02: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'
12:02:17 + export CXXFLAGS
12:02: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'
12:02:17 + export FFLAGS
12:02: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'
12:02:17 + export FCFLAGS
12:02: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'
12:02:17 + export LDFLAGS
12:02:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:02:17 + export LT_SYS_LIBRARY_PATH
12:02:17 + CC=gcc
12:02:17 + export CC
12:02:17 + CXX=g++
12:02:17 + export CXX
12:02:17 + cd src
12:02:17 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:02:17 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/dockerd
12:02:17 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:02:17 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
12:02:17 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-init
12:02:17 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/lib/systemd/system/docker.service
12:02:17 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/lib/systemd/system/docker.socket
12:02:17 + /usr/lib/rpm/check-buildroot
12:02:17 + /usr/lib/rpm/redhat/brp-ldconfig
12:02:17 + /usr/lib/rpm/brp-compress
12:02:17 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:02:17 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:02:17 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:02:17 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:02:17 + /usr/lib/rpm/check-rpaths
12:02:17 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:02:17 + /usr/lib/rpm/brp-remove-la-files
12:02:17 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:02:17 + /usr/lib/rpm/redhat/brp-python-hardlink
12:02:17 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GwPAgD
12:02:17 + umask 022
12:02:17 + cd /root/rpmbuild/BUILD
12:02: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'
12:02:17 + export CFLAGS
12:02: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'
12:02:17 + export CXXFLAGS
12:02: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'
12:02:17 + export FFLAGS
12:02: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'
12:02:17 + export FCFLAGS
12:02: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'
12:02:17 + export LDFLAGS
12:02:17 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:02:17 + export LT_SYS_LIBRARY_PATH
12:02:17 + CC=gcc
12:02:17 + export CC
12:02:17 + CXX=g++
12:02:17 + export CXX
12:02:17 + cd src
12:02:17 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:02:17 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:02:17 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:02:17 + echo 'PASS: daemon version OK'
12:02:17 PASS: daemon version OK
12:02:17 + RPM_EC=0
12:02:17 ++ jobs -p
12:02:17 + exit 0
12:02:17 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:02:17 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
12:02:17 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.fc37 docker-ce(aarch-64) = 3:0.0.0~20230206193855.ab4ef4a-0.fc37
12:02:17 Requires(interp): /bin/sh /bin/sh /bin/sh
12:02:17 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:02:17 Requires(post): /bin/sh
12:02:17 Requires(preun): /bin/sh
12:02:17 Requires(postun): /bin/sh
12:02:17 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
12:02:17 Conflicts: docker docker-ee docker-engine-cs docker-io
12:02:17 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:02:17 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:02:17 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.src.rpm
12:02:17 Created binary: bundles/dynbinary-daemon/dockerd
12:02:17 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:02:17 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:17 
12:02:17 + popd
12:02:17 ~/rpmbuild/BUILD/src
12:02:17 + exit 0
12:02:17 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8JhDUW
12:02:17 + umask 022
12:02:17 + cd /root/rpmbuild/BUILD
12:02:17 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64 '!=' / ']'
12:02:17 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:02:17 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:02:17 + mkdir -p /root/rpmbuild/BUILDROOT
12:02:17 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:02:17 + cd src
12:02:17 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:02:17 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/dockerd
12:02:17 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:02:17 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/docker-proxy
12:02:17 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/docker-init
12:02:17 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/lib/systemd/system/docker.service
12:02:17 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/lib/systemd/system/docker.socket
12:02:17 + /usr/lib/rpm/check-buildroot
12:02:17 + /usr/lib/rpm/redhat/brp-ldconfig
12:02:17 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:02:17 + /usr/lib/rpm/brp-compress
12:02:17 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:02:17 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:02:17 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
12:02:17 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:02:17 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:02:17 + /usr/lib/rpm/brp-python-hardlink
12:02:17 + PYTHON3=/usr/libexec/platform-python
12:02:17 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:02:17 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.hWDjZK
12:02:17 + umask 022
12:02:17 + cd /root/rpmbuild/BUILD
12:02:17 + cd src
12:02:17 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:02:17 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:02:17 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:02:17 + echo 'PASS: daemon version OK'
12:02:17 PASS: daemon version OK
12:02:17 + exit 0
12:02:17 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:02:17 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/docker-proxy
12:02:17 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.el8 docker-ce(aarch-64) = 3:0.0.0~20230206193855.ab4ef4a-0.el8
12:02:17 Requires(interp): /bin/sh /bin/sh /bin/sh
12:02:17 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:02:17 Requires(post): /bin/sh
12:02:17 Requires(preun): /bin/sh
12:02:17 Requires(postun): /bin/sh
12:02:17 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
12:02:17 Conflicts: docker docker-ee docker-engine-cs docker-io
12:02:17 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:02:17 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:02:17 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.src.rpm
12:02:17 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:02:17 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:02:18 #13 109.9   Installing : lzo-2.06-8.el7.x86_64                                      20/65 
12:02:18 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:02:18 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:02:18 go: downloading github.com/russross/blackfriday v1.6.0
12:02:18 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:02:18 go: downloading github.com/Microsoft/go-winio v0.5.2
12:02:18 go: downloading golang.org/x/net v0.5.0
12:02:18 go: downloading github.com/davecgh/go-spew v1.1.1
12:02:18 go: downloading github.com/pmezard/go-difflib v1.0.0
12:02:18 go: downloading github.com/miekg/pkcs11 v1.1.1
12:02:18 go: downloading github.com/prometheus/client_golang v1.14.0
12:02:18 rm -f -r src
12:02:18 make -C rpm clean
12:02:18 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
12:02:18 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:02:18 rm -f -r rpmbuild/
12:02:18 docker builder prune -f --filter until=24h
12:02:18 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:02:18 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:02:18 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:02:18 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:02:18 Total:	0B
12:02:18 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
12:02:18 make -C deb clean
12:02:18 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
12:02:18 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:02:18 rm -f -r debbuild
12:02:18 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
12:02:18 rm -f -r sources
12:02:18 docker builder prune -f --filter until=24h
12:02:18 go: downloading github.com/golang/protobuf v1.5.2
12:02:18 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:02:18 #13 110.5   Installing : libarchive-3.1.2-14.el7_7.x86_64                           21/65 
12:02:18 #13 111.0   Installing : perl-TermReadKey-2.30-20.el7.x86_64                        22/65 
12:02:18 Total:	0B
12:02:18 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
12:02:18 make -C static clean
12:02:18 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
12:02:18 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
12:02:19 #13 111.0   Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64                         23/65 
12:02:19 rm -f -r build
12:02:19 docker builder prune -f --filter until=24h
12:02:19 Total:	0B
12:02:19 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] }
12:02:19 #13 111.5   Installing : libseccomp-2.3.1-4.el7.x86_64                              24/65 
12:02:19 #13 112.0   Installing : libselinux-utils-2.5-15.el7.x86_64                         25/65 
12:02:19 #13 112.1   Installing : policycoreutils-2.5-34.el7.x86_64                          26/65 
12:02:20 + for f in rootlesskit rootlesskit-docker-proxy
12:02:20 + GOBIN=/usr/local/bin
12:02:20 + GO111MODULE=on
12:02:20 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:20 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:02:20 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:02:20 go: downloading github.com/beorn7/perks v1.0.1
12:02:20 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:02:20 go: downloading github.com/prometheus/client_model v0.3.0
12:02:20 go: downloading github.com/prometheus/common v0.37.0
12:02:20 go: downloading github.com/prometheus/procfs v0.8.0
12:02:20 go: downloading google.golang.org/protobuf v1.28.1
12:02:20 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:02:20 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:02:20 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:02:20 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:02:20 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:02:20 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:02:20 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:02:20 go: downloading k8s.io/klog/v2 v2.80.1
12:02:20 go: downloading github.com/kr/text v0.2.0
12:02:20 go: downloading github.com/docker/go-metrics v0.0.1
12:02:20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:02:20 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:02:20 go: downloading github.com/BurntSushi/toml v0.3.1
12:02:20 go: downloading github.com/kr/pretty v0.2.1
12:02:20 go: downloading github.com/magiconair/properties v1.5.3
12:02:20 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:02:20 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:02:20 go: downloading github.com/go-logr/logr v1.2.3
12:02:20 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:02:20 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:02:20 + go mod vendor -modfile=vendor.mod
12:02:20 + return
12:02:20 # Build the CLI
12:02:20 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:02:20 Building dynamic docker-linux-arm64
12:02:20 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:23Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:02:21 #13 112.2   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   27/65 
12:02:21 #13 113.2   Installing : setools-libs-3.3.8-4.el7.x86_64                            28/65 
12:02:21 #13 113.8   Installing : libsemanage-python-2.5-14.el7.x86_64                       29/65 
12:02:21 #13 113.8   Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        30/65 
12:02:21 #13 113.9   Installing : autoconf-2.69-11.el7.noarch                                31/65 
12:02:21 #13 114.4 install-info: No such file or directory for /usr/share/info/autoconf.info
12:02:21 #13 114.4   Installing : audit-libs-python-2.8.5-4.el7.x86_64                       32/65 
12:02:22 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:02:22 #13 114.4   Installing : libedit-3.0-12.20121213cvs.el7.x86_64                      33/65 
12:02:22 Created binary: bundles/dynbinary-daemon/dockerd
12:02:22 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:02:22 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:22 
12:02:22 + popd
12:02:22 ~/rpmbuild/BUILD/src
12:02:22 + RPM_EC=0
12:02:22 ++ jobs -p
12:02:22 + exit 0
12:02:22 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.mvgW2P
12:02:22 + umask 022
12:02:22 + cd /root/rpmbuild/BUILD
12:02:22 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64 '!=' / ']'
12:02:22 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:02:22 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:02:22 + mkdir -p /root/rpmbuild/BUILDROOT
12:02:22 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:02:22 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:02:22 + export CFLAGS
12:02:22 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:02:22 + export CXXFLAGS
12:02:22 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:02:22 + export FFLAGS
12:02:22 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:02:22 + export FCFLAGS
12:02:22 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
12:02:22 + export LDFLAGS
12:02:22 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:02:22 + export LT_SYS_LIBRARY_PATH
12:02:22 + CC=gcc
12:02:22 + export CC
12:02:22 + CXX=g++
12:02:22 + export CXX
12:02:22 + cd src
12:02:22 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:02:22 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/dockerd
12:02:22 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:02:22 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
12:02:22 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-init
12:02:22 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/lib/systemd/system/docker.service
12:02:22 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/lib/systemd/system/docker.socket
12:02:22 + /usr/lib/rpm/check-buildroot
12:02:22 + /usr/lib/rpm/redhat/brp-ldconfig
12:02:22 + /usr/lib/rpm/brp-compress
12:02:22 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:02:22 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:02:22 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:02:22 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:02:22 + /usr/lib/rpm/check-rpaths
12:02:22 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:02:22 + /usr/lib/rpm/brp-remove-la-files
12:02:22 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:02:22 + /usr/lib/rpm/redhat/brp-python-hardlink
12:02:22 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.JlvVxX
12:02:22 + umask 022
12:02:22 + cd /root/rpmbuild/BUILD
12:02:22 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:02:22 + export CFLAGS
12:02:22 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:02:22 + export CXXFLAGS
12:02:22 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:02:22 + export FFLAGS
12:02:22 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:02:22 + export FCFLAGS
12:02:22 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
12:02:22 + export LDFLAGS
12:02:22 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:02:22 + export LT_SYS_LIBRARY_PATH
12:02:22 + CC=gcc
12:02:22 + export CC
12:02:22 + CXX=g++
12:02:22 + export CXX
12:02:22 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:02:22 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0~20230206193855.ab4ef4a-0.fc36 aarch64
12:02:22 + cd src
12:02:22 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:02:22 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:02:22 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:02:22 + echo 'PASS: daemon version OK'
12:02:22 PASS: daemon version OK
12:02:22 + RPM_EC=0
12:02:22 ++ jobs -p
12:02:22 + exit 0
12:02:22 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:02:22 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
12:02:22 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.fc36 docker-ce(aarch-64) = 3:0.0.0~20230206193855.ab4ef4a-0.fc36
12:02:22 Requires(interp): /bin/sh /bin/sh /bin/sh
12:02:22 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:02:22 Requires(post): /bin/sh
12:02:22 Requires(preun): /bin/sh
12:02:22 Requires(postun): /bin/sh
12:02:22 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
12:02:22 Conflicts: docker docker-ee docker-engine-cs docker-io
12:02:22 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:02:22 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:02:22 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.src.rpm
12:02:22 #13 115.0   Installing : openssh-clients-7.4p1-22.el7_9.x86_64                      34/65 
12:02:22 #13 115.0   Installing : libselinux-python-2.5-15.el7.x86_64                        35/65 
12:02:22 #13 115.1   Installing : libgomp-4.8.5-44.el7.x86_64                                36/65 
12:02:23 #13 115.6   Installing : less-458-9.el7.x86_64                                      37/65 
12:02:23 #13 115.6   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           38/65 
12:02:23 #13 116.2   Installing : git-1.8.3.1-23.el7_8.x86_64                                39/65 
12:02:24 #13 116.4   Installing : kernel-headers-3.10.0-1160.83.1.el7.x86_64                 40/65 
12:02:24 #13 117.1   Installing : glibc-headers-2.17-326.el7_9.x86_64                        41/65 
12:02:26 Created binary: bundles/dynbinary-daemon/dockerd
12:02:26 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:02:26 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:26 
12:02:26 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:02:26 + RM_GOPATH=0
12:02:26 + TMP_GOPATH=/go
12:02:26 + : /usr/local/bin
12:02:26 + '[' -z /go ']'
12:02:26 + export GOPATH=/go
12:02:26 + GOPATH=/go
12:02:26 + case "$(go env GOARCH)" in
12:02:26 ++ go env GOARCH
12:02:26 + export GO_BUILDMODE=-buildmode=pie
12:02:26 + GO_BUILDMODE=-buildmode=pie
12:02:26 ++ dirname hack/dockerfile/install/install.sh
12:02:26 + dir=hack/dockerfile/install
12:02:26 + bin=tini
12:02:26 + shift
12:02:26 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:02:26 + . hack/dockerfile/install/tini.installer
12:02:26 ++ : v0.19.0
12:02:26 + install_tini
12:02:26 + echo 'Install tini version v0.19.0'
12:02:26 Install tini version v0.19.0
12:02:26 + git clone https://github.com/krallin/tini.git /go/tini
12:02:26 Cloning into '/go/tini'...
12:02:26 + cd /go/tini
12:02:26 + git checkout -q v0.19.0
12:02:26 + cmake .
12:02:26 -- The C compiler identification is GNU 9.4.0
12:02:26 -- Check for working C compiler: /usr/bin/cc
12:02:26 -- Check for working C compiler: /usr/bin/cc -- works
12:02:26 -- Detecting C compiler ABI info
12:02:26 -- Detecting C compiler ABI info - done
12:02:26 -- Detecting C compile features
12:02:26 -- Detecting C compile features - done
12:02:26 -- Performing Test HAS_BUILTIN_FORTIFY
12:02:26 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:02:26 -- Configuring done
12:02:26 -- Generating done
12:02:26 -- Build files have been written to: /go/tini
12:02:26 + make tini-static
12:02:26 make[2]: Entering directory '/go/tini'
12:02:26 make[3]: Entering directory '/go/tini'
12:02:26 make[4]: Entering directory '/go/tini'
12:02:26 make[5]: Entering directory '/go/tini'
12:02:26 Scanning dependencies of target tini-static
12:02:26 make[5]: Leaving directory '/go/tini'
12:02:26 make[5]: Entering directory '/go/tini'
12:02:26 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:02:26 [100%] Linking C executable tini-static
12:02:26 make[5]: Leaving directory '/go/tini'
12:02:26 [100%] Built target tini-static
12:02:26 make[4]: Leaving directory '/go/tini'
12:02:26 make[3]: Leaving directory '/go/tini'
12:02:26 make[2]: Leaving directory '/go/tini'
12:02:26 + mkdir -p /usr/local/bin
12:02:26 + cp tini-static /usr/local/bin/docker-init
12:02:26 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:02:26 + RM_GOPATH=0
12:02:26 + TMP_GOPATH=/go
12:02:26 + : /usr/local/bin
12:02:26 + '[' -z /go ']'
12:02:26 + export GOPATH=/go
12:02:26 + GOPATH=/go
12:02:26 + case "$(go env GOARCH)" in
12:02:26 ++ go env GOARCH
12:02:26 + export GO_BUILDMODE=-buildmode=pie
12:02:26 + GO_BUILDMODE=-buildmode=pie
12:02:26 ++ dirname hack/dockerfile/install/install.sh
12:02:26 + dir=hack/dockerfile/install
12:02:26 + bin=rootlesskit
12:02:26 + shift
12:02:26 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:02:26 + . hack/dockerfile/install/rootlesskit.installer
12:02:26 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:26 + install_rootlesskit dynamic
12:02:26 + case "$1" in
12:02:26 + install_rootlesskit_dynamic
12:02:26 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:02:26 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:02:26 + export BUILD_MODE=-buildmode=pie
12:02:26 + BUILD_MODE=-buildmode=pie
12:02:26 + _install_rootlesskit
12:02:26 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:02:26 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:26 + for f in rootlesskit rootlesskit-docker-proxy
12:02:26 + GOBIN=/usr/local/bin
12:02:26 + GO111MODULE=on
12:02:26 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:26 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:02:26 go: downloading github.com/sirupsen/logrus v1.9.0
12:02:26 go: downloading github.com/urfave/cli/v2 v2.23.5
12:02:26 go: downloading golang.org/x/sys v0.2.0
12:02:26 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:02:26 go: downloading github.com/google/uuid v1.3.0
12:02:26 go: downloading github.com/moby/vpnkit v0.5.0
12:02:26 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:02:26 go: downloading github.com/gofrs/flock v0.8.1
12:02:26 go: downloading github.com/gorilla/mux v1.8.0
12:02:26 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:02:26 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:02:26 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:02:26 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:02:26 go: downloading golang.org/x/net v0.1.0
12:02:26 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:02:26 + for f in rootlesskit rootlesskit-docker-proxy
12:02:26 + GOBIN=/usr/local/bin
12:02:26 + GO111MODULE=on
12:02:26 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:26 + return
12:02:26 # Build the CLI
12:02:26 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:02:26 Building dynamic docker-linux-arm64
12:02:26 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:31Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:02:26 #13 117.2   Installing : glibc-devel-2.17-326.el7_9.x86_64                          42/65 
12:02:26 #13 118.9   Installing : gcc-4.8.5-44.el7.x86_64                                    43/65 
12:02:26 #13 119.4   Installing : libsepol-devel-2.5-10.el7.x86_64                           44/65 
12:02:26 #13 119.4   Installing : python-IPy-0.75-6.el7.noarch                               45/65 
12:02:26 #13 119.5   Installing : policycoreutils-python-2.5-34.el7.x86_64                   46/65 
12:02:27 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm
12:02:27 + umask 022
12:02:27 + cd /root/rpmbuild/BUILD
12:02:27 + cd src
12:02:27 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:02:27 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gDeLoU
12:02:27 + RPM_EC=0
12:02:27 ++ jobs -p
12:02:27 + exit 0
12:02:27 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ajGzFB
12:02:27 + umask 022
12:02:27 + cd /root/rpmbuild/BUILD
12:02:27 + cd /root/rpmbuild/BUILD
12:02:27 + rm -rf src
12:02:27 + /usr/bin/mkdir -p src
12:02:27 + cd src
12:02:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:02:27 + /usr/bin/tar -xof -
12:02:27 + STATUS=0
12:02:27 + '[' 0 -ne 0 ']'
12:02:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:02:27 + /usr/bin/tar -xof -
12:02:27 + STATUS=0
12:02:27 + '[' 0 -ne 0 ']'
12:02:27 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:02:27 + RPM_EC=0
12:02:27 ++ jobs -p
12:02:27 + exit 0
12:02:27 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.06IK7u
12:02:27 + umask 022
12:02:27 + cd /root/rpmbuild/BUILD
12:02:27 + cd src
12:02:27 + mkdir -p /go/src/github.com/docker
12:02:27 + rm -f /go/src/github.com/docker/cli
12:02:27 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:02:27 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:02:27 + pushd /go/src/github.com/docker/cli
12:02:27 + VERSION=0.0.0-20230206193855-ab4ef4a
12:02:27 + GITCOMMIT=ab4ef4a
12:02:27 + GO_LINKMODE=dynamic
12:02:27 + ./scripts/build/binary
12:02:27 Building dynamic docker-linux-arm64
12:02:27 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:02:25Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:02:27 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm
12:02:27 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wZmXXZ
12:02:27 + umask 022
12:02:27 + cd /root/rpmbuild/BUILD
12:02:27 + cd src
12:02:27 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:02:27 + exit 0
12:02:27 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Kydmbj
12:02:27 + umask 022
12:02:27 + cd /root/rpmbuild/BUILD
12:02:27 + cd /root/rpmbuild/BUILD
12:02:27 + rm -rf src
12:02:27 + /usr/bin/mkdir -p src
12:02:27 + cd src
12:02:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:02:27 + /usr/bin/tar -xof -
12:02:27 + STATUS=0
12:02:27 + '[' 0 -ne 0 ']'
12:02:27 + /usr/bin/tar -xof -
12:02:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:02:27 + STATUS=0
12:02:27 + '[' 0 -ne 0 ']'
12:02:27 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:02:27 + exit 0
12:02:27 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.02b5uy
12:02:27 + umask 022
12:02:27 + cd /root/rpmbuild/BUILD
12:02:27 + cd src
12:02:27 + mkdir -p /go/src/github.com/docker
12:02:27 + rm -f /go/src/github.com/docker/cli
12:02:27 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:02:27 + pushd /go/src/github.com/docker/cli
12:02:27 + VERSION=0.0.0-20230206193855-ab4ef4a
12:02:27 + GITCOMMIT=ab4ef4a
12:02:27 + GO_LINKMODE=dynamic
12:02:27 + ./scripts/build/binary
12:02:27 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:02:27 Building dynamic docker-linux-arm64
12:02:27 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:02:27Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:02:27 #13 119.5   Installing : policycoreutils-devel-2.5-34.el7.x86_64                    47/65 
12:02:28 #13 120.0   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             48/65 
12:02:28 #13 120.6   Installing : perl-Test-Harness-3.28-3.el7.noarch                        49/65 
12:02:28 #13 120.7   Installing : automake-1.13.4-3.el7.noarch                               50/65 
12:02:28 #13 121.2 install-info: No such file or directory for /usr/share/info/automake.info.gz
12:02:28 #13 121.2   Installing : pcre-devel-8.32-17.el7.x86_64                              51/65 
12:02:28 #13 121.3   Installing : libselinux-devel-2.5-15.el7.x86_64                         52/65 
12:02:28 #13 121.3   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            53/65 
12:02:29 #13 121.4   Installing : libtool-2.4.2-22.el7_3.x86_64                              54/65 
12:02:29 #13 121.9 install-info: No such file or directory for /usr/share/info/libtool.info.gz
12:02:29 #13 122.2   Installing : glibc-static-2.17-326.el7_9.x86_64                         55/65 
12:02:29 #13 122.2   Installing : libseccomp-devel-2.3.1-4.el7.x86_64                        56/65 
12:02:30 #13 122.2   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                   57/65 
12:02:30 #13 123.1   Installing : cmake-2.8.12.2-2.el7.x86_64                                58/65 
12:02:31 #13 123.1   Installing : which-2.20-7.el7.x86_64                                    59/65 
12:02:31 #13 123.6 install-info: No such file or directory for /usr/share/info/which.info.gz
12:02:31 Created binary: bundles/dynbinary-daemon/dockerd
12:02:31 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:02:31 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:31 
12:02:31 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:02:31 + RM_GOPATH=0
12:02:31 + TMP_GOPATH=/go
12:02:31 + : /usr/local/bin
12:02:31 + '[' -z /go ']'
12:02:31 + export GOPATH=/go
12:02:31 + GOPATH=/go
12:02:31 + case "$(go env GOARCH)" in
12:02:31 ++ go env GOARCH
12:02:31 + export GO_BUILDMODE=-buildmode=pie
12:02:31 + GO_BUILDMODE=-buildmode=pie
12:02:31 ++ dirname hack/dockerfile/install/install.sh
12:02:31 + dir=hack/dockerfile/install
12:02:31 + bin=tini
12:02:31 + shift
12:02:31 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:02:31 + . hack/dockerfile/install/tini.installer
12:02:31 ++ : v0.19.0
12:02:31 + install_tini
12:02:31 + echo 'Install tini version v0.19.0'
12:02:31 + git clone https://github.com/krallin/tini.git /go/tini
12:02:31 Install tini version v0.19.0
12:02:31 Cloning into '/go/tini'...
12:02:31 + cd /go/tini
12:02:31 + git checkout -q v0.19.0
12:02:31 + cmake .
12:02:31 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:02:31   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:02:31   CMake.
12:02:31 
12:02:31   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:02:31   CMake that the project does not need compatibility with older versions.
12:02:31 
12:02:31 
12:02:31 -- The C compiler identification is GNU 12.2.0
12:02:31 -- Detecting C compiler ABI info
12:02:31 -- Detecting C compiler ABI info - done
12:02:31 -- Check for working C compiler: /usr/bin/cc - skipped
12:02:31 -- Detecting C compile features
12:02:31 -- Detecting C compile features - done
12:02:31 -- Performing Test HAS_BUILTIN_FORTIFY
12:02:31 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:02:31 -- Configuring done
12:02:31 -- Generating done
12:02:31 -- Build files have been written to: /go/tini
12:02:31 + make tini-static
12:02:31 make[2]: Entering directory '/go/tini'
12:02:31 make[3]: Entering directory '/go/tini'
12:02:31 make[4]: Entering directory '/go/tini'
12:02:31 make[5]: Entering directory '/go/tini'
12:02:31 make[5]: Leaving directory '/go/tini'
12:02:31 make[5]: Entering directory '/go/tini'
12:02:31 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:02:31 [100%] Linking C executable tini-static
12:02:31 make[5]: Leaving directory '/go/tini'
12:02:31 [100%] Built target tini-static
12:02:31 make[4]: Leaving directory '/go/tini'
12:02:31 make[3]: Leaving directory '/go/tini'
12:02:31 make[2]: Leaving directory '/go/tini'
12:02:31 + mkdir -p /usr/local/bin
12:02:31 + cp tini-static /usr/local/bin/docker-init
12:02:31 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:02:31 + RM_GOPATH=0
12:02:31 + TMP_GOPATH=/go
12:02:31 + : /usr/local/bin
12:02:31 + '[' -z /go ']'
12:02:31 + export GOPATH=/go
12:02:31 + GOPATH=/go
12:02:31 + case "$(go env GOARCH)" in
12:02:31 ++ go env GOARCH
12:02:31 + export GO_BUILDMODE=-buildmode=pie
12:02:31 + GO_BUILDMODE=-buildmode=pie
12:02:31 ++ dirname hack/dockerfile/install/install.sh
12:02:31 + dir=hack/dockerfile/install
12:02:31 + bin=rootlesskit
12:02:31 + shift
12:02:31 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:02:31 + . hack/dockerfile/install/rootlesskit.installer
12:02:31 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:31 + install_rootlesskit dynamic
12:02:31 + case "$1" in
12:02:31 + install_rootlesskit_dynamic
12:02:31 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:02:31 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:02:31 + export BUILD_MODE=-buildmode=pie
12:02:31 + BUILD_MODE=-buildmode=pie
12:02:31 + _install_rootlesskit
12:02:31 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:02:31 + for f in rootlesskit rootlesskit-docker-proxy
12:02:31 + GOBIN=/usr/local/bin
12:02:31 + GO111MODULE=on
12:02:31 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:31 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:31 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:02:31 go: downloading github.com/sirupsen/logrus v1.9.0
12:02:31 go: downloading github.com/urfave/cli/v2 v2.23.5
12:02:31 go: downloading golang.org/x/sys v0.2.0
12:02:31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:02:31 go: downloading github.com/google/uuid v1.3.0
12:02:31 go: downloading github.com/moby/vpnkit v0.5.0
12:02:31 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:02:31 go: downloading github.com/gofrs/flock v0.8.1
12:02:31 go: downloading github.com/gorilla/mux v1.8.0
12:02:31 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:02:31 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:02:31 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:02:31 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:02:31 go: downloading golang.org/x/net v0.1.0
12:02:31 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:02:31 + for f in rootlesskit rootlesskit-docker-proxy
12:02:31 + GOBIN=/usr/local/bin
12:02:31 + GO111MODULE=on
12:02:31 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:31 #13 124.1   Cleanup    : 7:device-mapper-1.02.170-6.el7.x86_64                      60/65 
12:02:32 + return
12:02:32 # Build the CLI
12:02:32 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:02:32 Building dynamic docker-linux-arm64
12:02:32 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:36Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:02:32 Created binary: bundles/dynbinary-daemon/dockerd
12:02:32 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:02:32 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:32 
12:02:32 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:02:32 + RM_GOPATH=0
12:02:32 + TMP_GOPATH=/go
12:02:32 + : /usr/local/bin
12:02:32 + '[' -z /go ']'
12:02:32 + export GOPATH=/go
12:02:32 + GOPATH=/go
12:02:32 + case "$(go env GOARCH)" in
12:02:32 ++ go env GOARCH
12:02:32 + export GO_BUILDMODE=-buildmode=pie
12:02:32 + GO_BUILDMODE=-buildmode=pie
12:02:32 ++ dirname hack/dockerfile/install/install.sh
12:02:32 + dir=hack/dockerfile/install
12:02:32 + bin=tini
12:02:32 + shift
12:02:32 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:02:32 + . hack/dockerfile/install/tini.installer
12:02:32 ++ : v0.19.0
12:02:32 + install_tini
12:02:32 + echo 'Install tini version v0.19.0'
12:02:32 + git clone https://github.com/krallin/tini.git /go/tini
12:02:32 Install tini version v0.19.0
12:02:32 Cloning into '/go/tini'...
12:02:32 + cd /go/tini
12:02:32 + git checkout -q v0.19.0
12:02:32 + cmake .
12:02:32 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:02:32   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:02:32   CMake.
12:02:32 
12:02:32   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:02:32   CMake that the project does not need compatibility with older versions.
12:02:32 
12:02:32 
12:02:32 -- The C compiler identification is GNU 12.2.0
12:02:32 -- Detecting C compiler ABI info
12:02:32 -- Detecting C compiler ABI info - done
12:02:32 -- Check for working C compiler: /usr/bin/cc - skipped
12:02:32 -- Detecting C compile features
12:02:32 -- Detecting C compile features - done
12:02:32 -- Performing Test HAS_BUILTIN_FORTIFY
12:02:32 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:02:32 -- Configuring done
12:02:32 -- Generating done
12:02:32 -- Build files have been written to: /go/tini
12:02:32 + make tini-static
12:02:32 make[2]: Entering directory '/go/tini'
12:02:32 make[3]: Entering directory '/go/tini'
12:02:32 make[4]: Entering directory '/go/tini'
12:02:32 make[5]: Entering directory '/go/tini'
12:02:32 make[5]: Leaving directory '/go/tini'
12:02:32 make[5]: Entering directory '/go/tini'
12:02:32 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:02:32 [100%] Linking C executable tini-static
12:02:32 make[5]: Leaving directory '/go/tini'
12:02:32 [100%] Built target tini-static
12:02:32 make[4]: Leaving directory '/go/tini'
12:02:32 make[3]: Leaving directory '/go/tini'
12:02:32 make[2]: Leaving directory '/go/tini'
12:02:32 + mkdir -p /usr/local/bin
12:02:32 + cp tini-static /usr/local/bin/docker-init
12:02:32 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:02:32 + RM_GOPATH=0
12:02:32 + TMP_GOPATH=/go
12:02:32 + : /usr/local/bin
12:02:32 + '[' -z /go ']'
12:02:32 + export GOPATH=/go
12:02:32 + GOPATH=/go
12:02:32 + case "$(go env GOARCH)" in
12:02:32 ++ go env GOARCH
12:02:32 + export GO_BUILDMODE=-buildmode=pie
12:02:32 + GO_BUILDMODE=-buildmode=pie
12:02:32 ++ dirname hack/dockerfile/install/install.sh
12:02:32 + dir=hack/dockerfile/install
12:02:32 + bin=rootlesskit
12:02:32 + shift
12:02:32 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:02:32 + . hack/dockerfile/install/rootlesskit.installer
12:02:32 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:32 + install_rootlesskit dynamic
12:02:32 + case "$1" in
12:02:32 + install_rootlesskit_dynamic
12:02:32 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:02:32 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:02:32 + export BUILD_MODE=-buildmode=pie
12:02:32 + BUILD_MODE=-buildmode=pie
12:02:32 + _install_rootlesskit
12:02:32 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:02:32 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:32 + for f in rootlesskit rootlesskit-docker-proxy
12:02:32 + GOBIN=/usr/local/bin
12:02:32 + GO111MODULE=on
12:02:32 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:32 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:02:32 go: downloading github.com/sirupsen/logrus v1.9.0
12:02:32 go: downloading github.com/urfave/cli/v2 v2.23.5
12:02:32 go: downloading golang.org/x/sys v0.2.0
12:02:32 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:02:32 go: downloading github.com/google/uuid v1.3.0
12:02:32 go: downloading github.com/moby/vpnkit v0.5.0
12:02:32 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:02:32 go: downloading github.com/gofrs/flock v0.8.1
12:02:32 go: downloading github.com/gorilla/mux v1.8.0
12:02:32 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:02:32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:02:32 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:02:32 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:02:32 go: downloading golang.org/x/net v0.1.0
12:02:32 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:02:32 Created binary: bundles/dynbinary-daemon/dockerd
12:02:32 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:02:32 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:32 
12:02:32 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:02:32 + RM_GOPATH=0
12:02:32 + TMP_GOPATH=/go
12:02:32 + : /usr/local/bin
12:02:32 + '[' -z /go ']'
12:02:32 + export GOPATH=/go
12:02:32 + GOPATH=/go
12:02:32 + case "$(go env GOARCH)" in
12:02:32 ++ go env GOARCH
12:02:32 + export GO_BUILDMODE=-buildmode=pie
12:02:32 + GO_BUILDMODE=-buildmode=pie
12:02:32 ++ dirname hack/dockerfile/install/install.sh
12:02:32 + dir=hack/dockerfile/install
12:02:32 + bin=tini
12:02:32 + shift
12:02:32 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:02:32 + . hack/dockerfile/install/tini.installer
12:02:32 ++ : v0.19.0
12:02:32 + install_tini
12:02:32 + echo 'Install tini version v0.19.0'
12:02:32 + git clone https://github.com/krallin/tini.git /go/tini
12:02:32 Install tini version v0.19.0
12:02:32 Cloning into '/go/tini'...
12:02:32 + cd /go/tini
12:02:32 + git checkout -q v0.19.0
12:02:32 + cmake .
12:02:32 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:02:32   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:02:32   CMake.
12:02:32 
12:02:32   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:02:32   CMake that the project does not need compatibility with older versions.
12:02:32 
12:02:32 
12:02:32 -- The C compiler identification is GNU 11.3.0
12:02:32 -- Detecting C compiler ABI info
12:02:32 -- Detecting C compiler ABI info - done
12:02:32 -- Check for working C compiler: /usr/bin/cc - skipped
12:02:32 -- Detecting C compile features
12:02:32 -- Detecting C compile features - done
12:02:32 -- Performing Test HAS_BUILTIN_FORTIFY
12:02:32 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:02:32 -- Configuring done
12:02:32 -- Generating done
12:02:32 -- Build files have been written to: /go/tini
12:02:32 + make tini-static
12:02:32 make[2]: Entering directory '/go/tini'
12:02:32 make[3]: Entering directory '/go/tini'
12:02:32 make[4]: Entering directory '/go/tini'
12:02:32 make[5]: Entering directory '/go/tini'
12:02:32 make[5]: Leaving directory '/go/tini'
12:02:32 make[5]: Entering directory '/go/tini'
12:02:32 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:02:32 [100%] Linking C executable tini-static
12:02:32 make[5]: Leaving directory '/go/tini'
12:02:32 [100%] Built target tini-static
12:02:32 make[4]: Leaving directory '/go/tini'
12:02:32 make[3]: Leaving directory '/go/tini'
12:02:32 make[2]: Leaving directory '/go/tini'
12:02:32 + mkdir -p /usr/local/bin
12:02:32 + cp tini-static /usr/local/bin/docker-init
12:02:32 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:02:32 + RM_GOPATH=0
12:02:32 + TMP_GOPATH=/go
12:02:32 + : /usr/local/bin
12:02:32 + '[' -z /go ']'
12:02:32 + export GOPATH=/go
12:02:32 + GOPATH=/go
12:02:32 + case "$(go env GOARCH)" in
12:02:32 ++ go env GOARCH
12:02:32 + export GO_BUILDMODE=-buildmode=pie
12:02:32 + GO_BUILDMODE=-buildmode=pie
12:02:32 ++ dirname hack/dockerfile/install/install.sh
12:02:32 + dir=hack/dockerfile/install
12:02:32 + bin=rootlesskit
12:02:32 + shift
12:02:32 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:02:32 + . hack/dockerfile/install/rootlesskit.installer
12:02:32 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:32 + install_rootlesskit dynamic
12:02:32 + case "$1" in
12:02:32 + install_rootlesskit_dynamic
12:02:32 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:02:32 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:02:32 + export BUILD_MODE=-buildmode=pie
12:02:32 + BUILD_MODE=-buildmode=pie
12:02:32 + _install_rootlesskit
12:02:32 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:02:32 + for f in rootlesskit rootlesskit-docker-proxy
12:02:32 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:32 + GOBIN=/usr/local/bin
12:02:32 + GO111MODULE=on
12:02:32 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:32 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:02:32 go: downloading github.com/sirupsen/logrus v1.9.0
12:02:32 go: downloading github.com/urfave/cli/v2 v2.23.5
12:02:32 go: downloading golang.org/x/sys v0.2.0
12:02:32 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:02:32 go: downloading github.com/google/uuid v1.3.0
12:02:32 go: downloading github.com/moby/vpnkit v0.5.0
12:02:32 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:02:32 go: downloading github.com/gofrs/flock v0.8.1
12:02:32 go: downloading github.com/gorilla/mux v1.8.0
12:02:32 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:02:32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:02:32 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:02:32 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:02:32 go: downloading golang.org/x/net v0.1.0
12:02:32 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:02:32 + for f in rootlesskit rootlesskit-docker-proxy
12:02:32 + GOBIN=/usr/local/bin
12:02:32 + GO111MODULE=on
12:02:32 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:32 + return
12:02:32 # Build the CLI
12:02:32 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:02:32 Building dynamic docker-linux-arm64
12:02:32 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:36Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:02:32 #13 124.1   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 61/65 
12:02:33 #13 125.1   Cleanup    : systemd-219-78.el7.x86_64                                  62/65 
12:02:33 #13 125.7   Cleanup    : systemd-libs-219-78.el7.x86_64                             63/65 
12:02:33 #13 126.2   Cleanup    : glibc-common-2.17-317.el7.x86_64                           64/65 
12:02:34 #13 126.2   Cleanup    : glibc-2.17-317.el7.x86_64                                  65/65 
12:02:34 #13 127.2   Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                            1/65 
12:02:34 #13 127.3   Verifying  : libselinux-devel-2.5-15.el7.x86_64                          2/65 
12:02:34 #13 127.3   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                    3/65 
12:02:34 #13 127.3   Verifying  : systemd-libs-219-78.el7_9.7.x86_64                          4/65 
12:02:34 #13 127.3   Verifying  : rsync-3.1.2-12.el7_9.x86_64                                 5/65 
12:02:34 #13 127.3   Verifying  : glibc-2.17-326.el7_9.x86_64                                 6/65 
12:02:34 #13 127.3   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                    7/65 
12:02:34 #13 127.3   Verifying  : openssh-clients-7.4p1-22.el7_9.x86_64                       8/65 
12:02:34 #13 127.3   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64             9/65 
12:02:34 #13 127.3   Verifying  : pcre-devel-8.32-17.el7.x86_64                              10/65 
12:02:34 #13 127.4   Verifying  : glibc-common-2.17-326.el7_9.x86_64                         11/65 
12:02:34 #13 127.4   Verifying  : automake-1.13.4-3.el7.noarch                               12/65 
12:02:34 #13 127.4   Verifying  : lzo-2.06-8.el7.x86_64                                      13/65 
12:02:34 #13 127.4   Verifying  : m4-1.4.16-10.el7.x86_64                                    14/65 
12:02:34 #13 127.4   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64             15/65 
12:02:34 #13 127.4   Verifying  : git-1.8.3.1-23.el7_8.x86_64                                16/65 
12:02:34 #13 127.4   Verifying  : systemd-devel-219-78.el7_9.7.x86_64                        17/65 
12:02:34 #13 127.4   Verifying  : checkpolicy-2.5-8.el7.x86_64                               18/65 
12:02:34 #13 127.4   Verifying  : policycoreutils-devel-2.5-34.el7.x86_64                    19/65 
12:02:34 #13 127.5   Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        20/65 
12:02:34 #13 127.5   Verifying  : policycoreutils-2.5-34.el7.x86_64                          21/65 
12:02:34 #13 127.5   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        22/65 
12:02:34 #13 127.5   Verifying  : which-2.20-7.el7.x86_64                                    23/65 
12:02:34 #13 127.5   Verifying  : libtool-ltdl-2.4.2-22.el7_3.x86_64                         24/65 
12:02:34 #13 127.5   Verifying  : cpp-4.8.5-44.el7.x86_64                                    25/65 
12:02:34 #13 127.5   Verifying  : glibc-headers-2.17-326.el7_9.x86_64                        26/65 
12:02:34 #13 127.5   Verifying  : python-IPy-0.75-6.el7.noarch                               27/65 
12:02:35 #13 127.5   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              28/65 
12:02:35 #13 127.6   Verifying  : fipscheck-1.4.1-6.el7.x86_64                               29/65 
12:02:35 #13 127.6   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         30/65 
12:02:35 #13 127.6   Verifying  : 1:make-3.82-24.el7.x86_64                                  31/65 
12:02:35 #13 127.6   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           32/65 
12:02:35 #13 127.6   Verifying  : libtool-2.4.2-22.el7_3.x86_64                              33/65 
12:02:35 #13 127.6   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            34/65 
12:02:35 #13 127.6   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       35/65 
12:02:35 #13 127.6   Verifying  : libarchive-3.1.2-14.el7_7.x86_64                           36/65 
12:02:35 #13 127.6   Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        37/65 
12:02:35 #13 127.7   Verifying  : openssh-7.4p1-22.el7_9.x86_64                              38/65 
12:02:35 #13 127.7   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             39/65 
12:02:35 #13 127.7   Verifying  : systemd-219-78.el7_9.7.x86_64                              40/65 
12:02:35 #13 127.7   Verifying  : libseccomp-devel-2.3.1-4.el7.x86_64                        41/65 
12:02:35 #13 127.7   Verifying  : gcc-4.8.5-44.el7.x86_64                                    42/65 
12:02:35 #13 127.7   Verifying  : libmpc-1.0.1-3.el7.x86_64                                  43/65 
12:02:35 #13 127.7   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   44/65 
12:02:35 #13 127.7   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       45/65 
12:02:35 #13 127.8   Verifying  : libsepol-devel-2.5-10.el7.x86_64                           46/65 
12:02:35 #13 127.8   Verifying  : glibc-static-2.17-326.el7_9.x86_64                         47/65 
12:02:35 #13 127.8   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          48/65 
12:02:35 #13 127.8   Verifying  : cmake-2.8.12.2-2.el7.x86_64                                49/65 
12:02:35 #13 127.8   Verifying  : kernel-headers-3.10.0-1160.83.1.el7.x86_64                 50/65 
12:02:35 #13 127.9   Verifying  : autoconf-2.69-11.el7.noarch                                51/65 
12:02:35 #13 127.9   Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                      52/65 
12:02:35 #13 127.9   Verifying  : mpfr-3.1.1-4.el7.x86_64                                    53/65 
12:02:35 #13 127.9   Verifying  : glibc-devel-2.17-326.el7_9.x86_64                          54/65 
12:02:35 #13 127.9   Verifying  : libselinux-python-2.5-15.el7.x86_64                        55/65 
12:02:35 #13 127.9   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  56/65 
12:02:35 #13 127.9   Verifying  : libgomp-4.8.5-44.el7.x86_64                                57/65 
12:02:35 #13 127.9   Verifying  : less-458-9.el7.x86_64                                      58/65 
12:02:35 #13 127.9   Verifying  : libcgroup-0.41-21.el7.x86_64                               59/65 
12:02:35 #13 128.0   Verifying  : glibc-common-2.17-317.el7.x86_64                           60/65 
12:02:35 #13 128.0   Verifying  : systemd-libs-219-78.el7.x86_64                             61/65 
12:02:35 #13 128.0   Verifying  : 7:device-mapper-1.02.170-6.el7.x86_64                      62/65 
12:02:35 #13 128.0   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 63/65 
12:02:35 #13 128.0   Verifying  : systemd-219-78.el7.x86_64                                  64/65 
12:02:35 #13 128.0   Verifying  : glibc-2.17-317.el7.x86_64                                  65/65 
12:02:35 #13 128.0 
12:02:35 #13 128.0 Installed:
12:02:35 #13 128.0   cmake.x86_64 0:2.8.12.2-2.el7                                                 
12:02:35 #13 128.0   device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5                               
12:02:35 #13 128.0   gcc.x86_64 0:4.8.5-44.el7                                                     
12:02:35 #13 128.0   git.x86_64 0:1.8.3.1-23.el7_8                                                 
12:02:35 #13 128.0   glibc-static.x86_64 0:2.17-326.el7_9                                          
12:02:35 #13 128.0   libarchive.x86_64 0:3.1.2-14.el7_7                                            
12:02:35 #13 128.0   libseccomp-devel.x86_64 0:2.3.1-4.el7                                         
12:02:35 #13 128.0   libselinux-devel.x86_64 0:2.5-15.el7                                          
12:02:35 #13 128.0   libtool.x86_64 0:2.4.2-22.el7_3                                               
12:02:35 #13 128.0   libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3                                    
12:02:35 #13 128.0   make.x86_64 1:3.82-24.el7                                                     
12:02:35 #13 128.0   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
12:02:35 #13 128.0   systemd-devel.x86_64 0:219-78.el7_9.7                                         
12:02:35 #13 128.0   which.x86_64 0:2.20-7.el7                                                     
12:02:35 #13 128.0 
12:02:35 #13 128.0 Dependency Installed:
12:02:35 #13 128.0   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
12:02:35 #13 128.0   autoconf.noarch 0:2.69-11.el7                                                 
12:02:35 #13 128.0   automake.noarch 0:1.13.4-3.el7                                                
12:02:35 #13 128.0   checkpolicy.x86_64 0:2.5-8.el7                                                
12:02:35 #13 128.0   cpp.x86_64 0:4.8.5-44.el7                                                     
12:02:35 #13 128.0   fipscheck.x86_64 0:1.4.1-6.el7                                                
12:02:35 #13 128.0   fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
12:02:35 #13 128.0   glibc-devel.x86_64 0:2.17-326.el7_9                                           
12:02:35 #13 128.0   glibc-headers.x86_64 0:2.17-326.el7_9                                         
12:02:35 #13 128.0   kernel-headers.x86_64 0:3.10.0-1160.83.1.el7                                  
12:02:35 #13 128.0   less.x86_64 0:458-9.el7                                                       
12:02:35 #13 128.0   libcgroup.x86_64 0:0.41-21.el7                                                
12:02:35 #13 128.0   libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
12:02:35 #13 128.0   libgomp.x86_64 0:4.8.5-44.el7                                                 
12:02:35 #13 128.0   libmpc.x86_64 0:1.0.1-3.el7                                                   
12:02:35 #13 128.0   libseccomp.x86_64 0:2.3.1-4.el7                                               
12:02:35 #13 128.0   libselinux-python.x86_64 0:2.5-15.el7                                         
12:02:35 #13 128.0   libselinux-utils.x86_64 0:2.5-15.el7                                          
12:02:35 #13 128.0   libsemanage-python.x86_64 0:2.5-14.el7                                        
12:02:35 #13 128.0   libsepol-devel.x86_64 0:2.5-10.el7                                            
12:02:35 #13 128.0   libtool-ltdl.x86_64 0:2.4.2-22.el7_3                                          
12:02:35 #13 128.0   lzo.x86_64 0:2.06-8.el7                                                       
12:02:35 #13 128.0   m4.x86_64 0:1.4.16-10.el7                                                     
12:02:35 #13 128.0   mpfr.x86_64 0:3.1.1-4.el7                                                     
12:02:35 #13 128.0   openssh.x86_64 0:7.4p1-22.el7_9                                               
12:02:35 #13 128.0   openssh-clients.x86_64 0:7.4p1-22.el7_9                                       
12:02:35 #13 128.0   pcre-devel.x86_64 0:8.32-17.el7                                               
12:02:35 #13 128.0   perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
12:02:35 #13 128.0   perl-Error.noarch 1:0.17020-2.el7                                             
12:02:35 #13 128.0   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
12:02:35 #13 128.0   perl-TermReadKey.x86_64 0:2.30-20.el7                                         
12:02:35 #13 128.0   perl-Test-Harness.noarch 0:3.28-3.el7                                         
12:02:35 #13 128.0   policycoreutils.x86_64 0:2.5-34.el7                                           
12:02:35 #13 128.0   policycoreutils-devel.x86_64 0:2.5-34.el7                                     
12:02:35 #13 128.0   policycoreutils-python.x86_64 0:2.5-34.el7                                    
12:02:35 #13 128.0   python-IPy.noarch 0:0.75-6.el7                                                
12:02:35 #13 128.0   rsync.x86_64 0:3.1.2-12.el7_9                                                 
12:02:35 #13 128.0   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
12:02:35 #13 128.0   setools-libs.x86_64 0:3.3.8-4.el7                                             
12:02:35 #13 128.0 
12:02:35 #13 128.0 Dependency Updated:
12:02:35 #13 128.0   device-mapper.x86_64 7:1.02.170-6.el7_9.5                                     
12:02:35 #13 128.0   device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5                                
12:02:35 #13 128.0   glibc.x86_64 0:2.17-326.el7_9                                                 
12:02:35 #13 128.0   glibc-common.x86_64 0:2.17-326.el7_9                                          
12:02:35 #13 128.0   systemd.x86_64 0:219-78.el7_9.7                                               
12:02:35 #13 128.0   systemd-libs.x86_64 0:219-78.el7_9.7                                          
12:02:35 #13 128.0 
12:02:35 #13 128.0 Complete!
12:02:36 #13 DONE 128.4s
12:02:36 
12:02:36 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
12:02:37 + for f in rootlesskit rootlesskit-docker-proxy
12:02:37 + GOBIN=/usr/local/bin
12:02:37 + GO111MODULE=on
12:02:37 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:38 Created binary: bundles/dynbinary-daemon/dockerd
12:02:38 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:02:38 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:38 
12:02:38 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:02:38 + RM_GOPATH=0
12:02:38 + TMP_GOPATH=/go
12:02:38 + : /usr/local/bin
12:02:38 + '[' -z /go ']'
12:02:38 + export GOPATH=/go
12:02:38 + GOPATH=/go
12:02:38 + case "$(go env GOARCH)" in
12:02:38 ++ go env GOARCH
12:02:38 + export GO_BUILDMODE=-buildmode=pie
12:02:38 + GO_BUILDMODE=-buildmode=pie
12:02:38 ++ dirname hack/dockerfile/install/install.sh
12:02:38 + dir=hack/dockerfile/install
12:02:38 + bin=tini
12:02:38 + shift
12:02:38 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:02:38 + . hack/dockerfile/install/tini.installer
12:02:38 ++ : v0.19.0
12:02:38 + install_tini
12:02:38 + echo 'Install tini version v0.19.0'
12:02:38 Install tini version v0.19.0
12:02:38 + git clone https://github.com/krallin/tini.git /go/tini
12:02:38 Cloning into '/go/tini'...
12:02:38 + cd /go/tini
12:02:38 + git checkout -q v0.19.0
12:02:38 + cmake .
12:02:38 -- The C compiler identification is GNU 10.2.1
12:02:38 -- Detecting C compiler ABI info
12:02:38 -- Detecting C compiler ABI info - done
12:02:38 -- Check for working C compiler: /usr/bin/cc - skipped
12:02:38 -- Detecting C compile features
12:02:38 -- Detecting C compile features - done
12:02:38 -- Performing Test HAS_BUILTIN_FORTIFY
12:02:38 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:02:38 -- Configuring done
12:02:38 -- Generating done
12:02:38 -- Build files have been written to: /go/tini
12:02:38 + make tini-static
12:02:38 make[2]: Entering directory '/go/tini'
12:02:38 make[3]: Entering directory '/go/tini'
12:02:38 make[4]: Entering directory '/go/tini'
12:02:38 make[5]: Entering directory '/go/tini'
12:02:38 Scanning dependencies of target tini-static
12:02:38 make[5]: Leaving directory '/go/tini'
12:02:38 make[5]: Entering directory '/go/tini'
12:02:38 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:02:38 [100%] Linking C executable tini-static
12:02:38 make[5]: Leaving directory '/go/tini'
12:02:38 [100%] Built target tini-static
12:02:38 make[4]: Leaving directory '/go/tini'
12:02:38 make[3]: Leaving directory '/go/tini'
12:02:38 make[2]: Leaving directory '/go/tini'
12:02:38 + mkdir -p /usr/local/bin
12:02:38 + cp tini-static /usr/local/bin/docker-init
12:02:38 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:02:38 + RM_GOPATH=0
12:02:38 + TMP_GOPATH=/go
12:02:38 + : /usr/local/bin
12:02:38 + '[' -z /go ']'
12:02:38 + export GOPATH=/go
12:02:38 + GOPATH=/go
12:02:38 + case "$(go env GOARCH)" in
12:02:38 ++ go env GOARCH
12:02:38 + export GO_BUILDMODE=-buildmode=pie
12:02:38 + GO_BUILDMODE=-buildmode=pie
12:02:38 ++ dirname hack/dockerfile/install/install.sh
12:02:38 + dir=hack/dockerfile/install
12:02:38 + bin=rootlesskit
12:02:38 + shift
12:02:38 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:02:38 + . hack/dockerfile/install/rootlesskit.installer
12:02:38 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:38 + install_rootlesskit dynamic
12:02:38 + case "$1" in
12:02:38 + install_rootlesskit_dynamic
12:02:38 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:02:38 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:02:38 + export BUILD_MODE=-buildmode=pie
12:02:38 + BUILD_MODE=-buildmode=pie
12:02:38 + _install_rootlesskit
12:02:38 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:02:38 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:38 + for f in rootlesskit rootlesskit-docker-proxy
12:02:38 + GOBIN=/usr/local/bin
12:02:38 + GO111MODULE=on
12:02:38 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:38 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:02:38 go: downloading github.com/sirupsen/logrus v1.9.0
12:02:38 go: downloading github.com/urfave/cli/v2 v2.23.5
12:02:38 go: downloading golang.org/x/sys v0.2.0
12:02:38 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:02:38 go: downloading github.com/google/uuid v1.3.0
12:02:38 go: downloading github.com/moby/vpnkit v0.5.0
12:02:38 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:02:38 go: downloading github.com/gofrs/flock v0.8.1
12:02:38 go: downloading github.com/gorilla/mux v1.8.0
12:02:38 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:02:38 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:02:38 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:02:38 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:02:38 go: downloading golang.org/x/net v0.1.0
12:02:38 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:02:38 + for f in rootlesskit rootlesskit-docker-proxy
12:02:38 + GOBIN=/usr/local/bin
12:02:38 + GO111MODULE=on
12:02:38 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:38 + return
12:02:38 # Build the CLI
12:02:38 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:02:38 Building dynamic docker-linux-arm64
12:02:38 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:36Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:02:39 #14 DONE 3.0s
12:02:39 
12:02:39 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
12:02:39 #15 DONE 0.0s
12:02:39 
12:02:39 #16 exporting to image
12:02:39 #16 exporting layers
12:02:40 + return
12:02:40 # Build the CLI
12:02:40 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:02:40 Building dynamic docker-linux-arm64
12:02:40 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:46Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:02:43 #16 exporting layers 4.6s done
12:02:43 #16 writing image sha256:7ffdbdaacbe72a35cf21ea5ad38305ce68bb33c0450437180280a80f27bbb063 done
12:02:43 #16 naming to docker.io/rpmbuild-centos-7/x86_64 done
12:02:43 #16 DONE 4.6s
12:02:43 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 ab4ef4a' --define '_gitcommit_engine a25ab92' --define '_release 0' --define '_version 0.0.0~20230206193855.ab4ef4a' --define '_origversion 0.0.0-20230206193855-ab4ef4a' --define '_buildx_rpm_version 0.10.2' --define '_buildx_version v0.10.2' --define '_buildx_gitcommit 00ed17d' --define '_compose_rpm_version 2.15.1' --define '_compose_version v2.15.1' --define '_scan_rpm_version 0.23.0' --define '_scan_version v0.23.0' --define '_scan_gitcommit 6c852fa'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-buildx-plugin.spec SPECS/docker-compose-plugin.spec SPECS/docker-scan-plugin.spec
12:02:44 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qgafhO
12:02:44 + umask 022
12:02:44 + cd /root/rpmbuild/BUILD
12:02:44 + cd /root/rpmbuild/BUILD
12:02:44 + rm -rf src
12:02:44 + /usr/bin/mkdir -p src
12:02:44 + cd src
12:02:44 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:02:44 + /usr/bin/tar -xf -
12:02:44 + STATUS=0
12:02:44 + '[' 0 -ne 0 ']'
12:02:44 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:02:44 + /usr/bin/tar -xf -
12:02:45 + STATUS=0
12:02:45 + '[' 0 -ne 0 ']'
12:02:45 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:02:45 + exit 0
12:02:45 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zDArpm
12:02:45 + umask 022
12:02:45 + cd /root/rpmbuild/BUILD
12:02:45 + cd src
12:02:45 + export DOCKER_GITCOMMIT=a25ab92
12:02:45 + DOCKER_GITCOMMIT=a25ab92
12:02:45 + mkdir -p /go/src/github.com/docker
12:02:45 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:02:45 + pushd /root/rpmbuild/BUILD/src/engine
12:02:45 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
12:02:45 + TMP_GOPATH=/go
12:02:45 + hack/dockerfile/install/install.sh tini
12:02:45 + RM_GOPATH=0
12:02:45 + TMP_GOPATH=/go
12:02:45 + : /usr/local/bin
12:02:45 + '[' -z /go ']'
12:02:45 + export GOPATH=/go
12:02:45 + GOPATH=/go
12:02:45 + case "$(go env GOARCH)" in
12:02:45 ++ go env GOARCH
12:02:45 + export GO_BUILDMODE=-buildmode=pie
12:02:45 + GO_BUILDMODE=-buildmode=pie
12:02:45 ++ dirname hack/dockerfile/install/install.sh
12:02:45 + dir=hack/dockerfile/install
12:02:45 + bin=tini
12:02:45 + shift
12:02:45 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:02:45 + . hack/dockerfile/install/tini.installer
12:02:45 ++ : v0.19.0
12:02:45 + install_tini
12:02:45 + echo 'Install tini version v0.19.0'
12:02:45 Install tini version v0.19.0
12:02:45 + git clone https://github.com/krallin/tini.git /go/tini
12:02:45 Cloning into '/go/tini'...
12:02:45 Created binary: bundles/dynbinary-daemon/dockerd
12:02:45 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm64)...
12:02:45 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:45 
12:02:45 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:02:45 + RM_GOPATH=0
12:02:45 + TMP_GOPATH=/go
12:02:45 + : /usr/local/bin
12:02:45 + '[' -z /go ']'
12:02:45 + export GOPATH=/go
12:02:45 + GOPATH=/go
12:02:45 + case "$(go env GOARCH)" in
12:02:45 ++ go env GOARCH
12:02:45 + export GO_BUILDMODE=-buildmode=pie
12:02:45 + GO_BUILDMODE=-buildmode=pie
12:02:45 ++ dirname hack/dockerfile/install/install.sh
12:02:45 + dir=hack/dockerfile/install
12:02:45 + bin=tini
12:02:45 + shift
12:02:45 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:02:45 + . hack/dockerfile/install/tini.installer
12:02:45 ++ : v0.19.0
12:02:45 + install_tini
12:02:45 + echo 'Install tini version v0.19.0'
12:02:45 Install tini version v0.19.0
12:02:45 + git clone https://github.com/krallin/tini.git /go/tini
12:02:45 Cloning into '/go/tini'...
12:02:45 + cd /go/tini
12:02:45 + git checkout -q v0.19.0
12:02:45 + cmake .
12:02:45 -- The C compiler identification is GNU 8.3.0
12:02:45 -- Check for working C compiler: /usr/bin/cc
12:02:45 -- Check for working C compiler: /usr/bin/cc -- works
12:02:45 -- Detecting C compiler ABI info
12:02:45 -- Detecting C compiler ABI info - done
12:02:45 -- Detecting C compile features
12:02:45 -- Detecting C compile features - done
12:02:45 -- Performing Test HAS_BUILTIN_FORTIFY
12:02:45 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:02:45 -- Configuring done
12:02:45 -- Generating done
12:02:45 -- Build files have been written to: /go/tini
12:02:45 + make tini-static
12:02:45 make[2]: Entering directory '/go/tini'
12:02:45 make[3]: Entering directory '/go/tini'
12:02:45 make[4]: Entering directory '/go/tini'
12:02:45 make[5]: Entering directory '/go/tini'
12:02:45 Scanning dependencies of target tini-static
12:02:45 make[5]: Leaving directory '/go/tini'
12:02:45 make[5]: Entering directory '/go/tini'
12:02:45 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:02:45 [100%] Linking C executable tini-static
12:02:45 make[5]: Leaving directory '/go/tini'
12:02:45 [100%] Built target tini-static
12:02:45 make[4]: Leaving directory '/go/tini'
12:02:45 make[3]: Leaving directory '/go/tini'
12:02:45 make[2]: Leaving directory '/go/tini'
12:02:45 + mkdir -p /usr/local/bin
12:02:45 + cp tini-static /usr/local/bin/docker-init
12:02:45 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:02:45 + RM_GOPATH=0
12:02:45 + TMP_GOPATH=/go
12:02:45 + : /usr/local/bin
12:02:45 + '[' -z /go ']'
12:02:45 + export GOPATH=/go
12:02:45 + GOPATH=/go
12:02:45 + case "$(go env GOARCH)" in
12:02:45 ++ go env GOARCH
12:02:45 + export GO_BUILDMODE=-buildmode=pie
12:02:45 + GO_BUILDMODE=-buildmode=pie
12:02:45 ++ dirname hack/dockerfile/install/install.sh
12:02:45 + dir=hack/dockerfile/install
12:02:45 + bin=rootlesskit
12:02:45 + shift
12:02:45 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:02:45 + . hack/dockerfile/install/rootlesskit.installer
12:02:45 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:45 + install_rootlesskit dynamic
12:02:45 + case "$1" in
12:02:45 + install_rootlesskit_dynamic
12:02:45 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:02:45 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:02:45 + export BUILD_MODE=-buildmode=pie
12:02:45 + BUILD_MODE=-buildmode=pie
12:02:45 + _install_rootlesskit
12:02:45 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:02:45 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:45 + for f in rootlesskit rootlesskit-docker-proxy
12:02:45 + GOBIN=/usr/local/bin
12:02:45 + GO111MODULE=on
12:02:45 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:45 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:02:45 go: downloading github.com/sirupsen/logrus v1.9.0
12:02:45 go: downloading github.com/urfave/cli/v2 v2.23.5
12:02:45 go: downloading golang.org/x/sys v0.2.0
12:02:45 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:02:45 go: downloading github.com/google/uuid v1.3.0
12:02:45 go: downloading github.com/moby/vpnkit v0.5.0
12:02:45 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:02:45 go: downloading github.com/gofrs/flock v0.8.1
12:02:45 go: downloading github.com/gorilla/mux v1.8.0
12:02:45 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:02:45 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:02:45 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:02:45 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:02:45 go: downloading golang.org/x/net v0.1.0
12:02:45 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:02:45 + cd /go/tini
12:02:45 + git checkout -q v0.19.0
12:02:45 + cmake .
12:02:45 -- The C compiler identification is GNU 4.8.5
12:02:45 -- Check for working C compiler: /usr/bin/cc
12:02:45 -- Check for working C compiler: /usr/bin/cc -- works
12:02:45 -- Detecting C compiler ABI info
12:02:46 -- Detecting C compiler ABI info - done
12:02:46 -- Performing Test HAS_BUILTIN_FORTIFY
12:02:46 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:02:46 -- Configuring done
12:02:46 -- Generating done
12:02:46 -- Build files have been written to: /go/tini
12:02:46 + make tini-static
12:02:46 Scanning dependencies of target tini-static
12:02:46 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:02:46 Linking C executable tini-static
12:02:46 [100%] Built target tini-static
12:02:46 + mkdir -p /usr/local/bin
12:02:46 + cp tini-static /usr/local/bin/docker-init
12:02:46 + VERSION=0.0.0-20230206193855-ab4ef4a
12:02:46 + PRODUCT=docker
12:02:46 + hack/make.sh dynbinary
12:02:46 
12:02:46 Removing bundles/
12:02:46 
12:02:46 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:02:46 Building dynamic bundles/dynbinary-daemon/dockerd (linux/amd64)...
12:02:46 Created binary: bundles/dynbinary-daemon/dockerd
12:02:46 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:02:46 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:46 
12:02:46 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:02:46 + RM_GOPATH=0
12:02:46 + TMP_GOPATH=/go
12:02:46 + : /usr/local/bin
12:02:46 + '[' -z /go ']'
12:02:46 + export GOPATH=/go
12:02:46 + GOPATH=/go
12:02:46 + case "$(go env GOARCH)" in
12:02:46 ++ go env GOARCH
12:02:46 + export GO_BUILDMODE=-buildmode=pie
12:02:46 + GO_BUILDMODE=-buildmode=pie
12:02:46 ++ dirname hack/dockerfile/install/install.sh
12:02:46 + dir=hack/dockerfile/install
12:02:46 + bin=tini
12:02:46 + shift
12:02:46 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:02:46 + . hack/dockerfile/install/tini.installer
12:02:46 ++ : v0.19.0
12:02:46 Install tini version v0.19.0
12:02:46 + install_tini
12:02:46 + echo 'Install tini version v0.19.0'
12:02:46 + git clone https://github.com/krallin/tini.git /go/tini
12:02:46 Cloning into '/go/tini'...
12:02:46 + cd /go/tini
12:02:46 + git checkout -q v0.19.0
12:02:46 + cmake .
12:02:46 -- The C compiler identification is GNU 7.5.0
12:02:46 -- Check for working C compiler: /usr/bin/cc
12:02:46 -- Check for working C compiler: /usr/bin/cc -- works
12:02:46 -- Detecting C compiler ABI info
12:02:46 -- Detecting C compiler ABI info - done
12:02:46 -- Detecting C compile features
12:02:46 -- Detecting C compile features - done
12:02:46 -- Performing Test HAS_BUILTIN_FORTIFY
12:02:46 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:02:46 -- Configuring done
12:02:46 -- Generating done
12:02:46 -- Build files have been written to: /go/tini
12:02:46 + make tini-static
12:02:46 make[2]: Entering directory '/go/tini'
12:02:46 make[3]: Entering directory '/go/tini'
12:02:46 make[4]: Entering directory '/go/tini'
12:02:46 make[5]: Entering directory '/go/tini'
12:02:46 Scanning dependencies of target tini-static
12:02:46 make[5]: Leaving directory '/go/tini'
12:02:46 make[5]: Entering directory '/go/tini'
12:02:46 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:02:46 [100%] Linking C executable tini-static
12:02:46 make[5]: Leaving directory '/go/tini'
12:02:46 [100%] Built target tini-static
12:02:46 make[4]: Leaving directory '/go/tini'
12:02:46 make[3]: Leaving directory '/go/tini'
12:02:46 make[2]: Leaving directory '/go/tini'
12:02:46 + mkdir -p /usr/local/bin
12:02:46 + cp tini-static /usr/local/bin/docker-init
12:02:46 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:02:46 + RM_GOPATH=0
12:02:46 + TMP_GOPATH=/go
12:02:46 + : /usr/local/bin
12:02:46 + '[' -z /go ']'
12:02:46 + export GOPATH=/go
12:02:46 + GOPATH=/go
12:02:46 + case "$(go env GOARCH)" in
12:02:46 ++ go env GOARCH
12:02:46 + export GO_BUILDMODE=-buildmode=pie
12:02:46 + GO_BUILDMODE=-buildmode=pie
12:02:46 ++ dirname hack/dockerfile/install/install.sh
12:02:46 + dir=hack/dockerfile/install
12:02:46 + bin=rootlesskit
12:02:46 + shift
12:02:46 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:02:46 + . hack/dockerfile/install/rootlesskit.installer
12:02:46 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:46 + install_rootlesskit dynamic
12:02:46 + case "$1" in
12:02:46 + install_rootlesskit_dynamic
12:02:46 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:02:46 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:02:46 + export BUILD_MODE=-buildmode=pie
12:02:46 + BUILD_MODE=-buildmode=pie
12:02:46 + _install_rootlesskit
12:02:46 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:02:46 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:46 + for f in rootlesskit rootlesskit-docker-proxy
12:02:46 + GOBIN=/usr/local/bin
12:02:46 + GO111MODULE=on
12:02:46 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:46 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:02:46 go: downloading github.com/sirupsen/logrus v1.9.0
12:02:46 go: downloading github.com/urfave/cli/v2 v2.23.5
12:02:46 go: downloading golang.org/x/sys v0.2.0
12:02:46 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:02:46 go: downloading github.com/google/uuid v1.3.0
12:02:46 go: downloading github.com/moby/vpnkit v0.5.0
12:02:46 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:02:46 go: downloading github.com/gofrs/flock v0.8.1
12:02:46 go: downloading github.com/gorilla/mux v1.8.0
12:02:46 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:02:46 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:02:46 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:02:46 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:02:46 go: downloading golang.org/x/net v0.1.0
12:02:46 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:02:49 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm
12:02:49 + umask 022
12:02:49 + cd /root/rpmbuild/BUILD
12:02:49 + cd src
12:02:49 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:02:49 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ASPI9G
12:02:49 + RPM_EC=0
12:02:49 ++ jobs -p
12:02:49 + exit 0
12:02:49 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.UZpXW4
12:02:49 + umask 022
12:02:49 + cd /root/rpmbuild/BUILD
12:02:49 + rm -rf src src.gemspec
12:02:49 + RPM_EC=0
12:02:49 ++ jobs -p
12:02:49 + exit 0
12:02:49     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:02:49     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:02:49     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:02:49     source_date_epoch_from_changelog set but %changelog is missing
12:02:49     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
12:02:49 
12:02:49 RPM build warnings:
12:02:49 warning: source_date_epoch_from_changelog set but %changelog is missing
12:02:49 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Kz2lvd
12:02:49 + umask 022
12:02:49 + cd /root/rpmbuild/BUILD
12:02:49 + cd /root/rpmbuild/BUILD
12:02:49 + rm -rf src
12:02:49 + /usr/bin/mkdir -p src
12:02:49 + cd src
12:02:49 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
12:02:49 + STATUS=0
12:02:49 + '[' 0 -ne 0 ']'
12:02:49 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
12:02:49 + STATUS=0
12:02:49 + '[' 0 -ne 0 ']'
12:02:49 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:02:49 + RPM_EC=0
12:02:49 ++ jobs -p
12:02:49 + exit 0
12:02:49 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Ol95yd
12:02:49 + umask 022
12:02:49 + cd /root/rpmbuild/BUILD
12:02:49 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:02:49 + export CFLAGS
12:02:49 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:02:49 + export CXXFLAGS
12:02:49 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:02:49 + export FFLAGS
12:02:49 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:02:49 + export FCFLAGS
12:02:49 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:02:49 + export LDFLAGS
12:02:49 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:02:49 + export LT_SYS_LIBRARY_PATH
12:02:49 + CC=gcc
12:02:49 + export CC
12:02:49 + CXX=g++
12:02:49 + export CXX
12:02:49 + cd src
12:02:49 + mkdir -p /go/src/github.com/docker
12:02:49 + rm -f /go/src/github.com/docker/cli
12:02:49 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:02:49 + pushd /go/src/github.com/docker/cli
12:02:49 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:02:49 + VERSION=0.0.0-20230206193855-ab4ef4a
12:02:49 + GITCOMMIT=ab4ef4a
12:02:49 + GO_LINKMODE=dynamic
12:02:49 + ./scripts/build/binary
12:02:49 Building dynamic docker-linux-arm64
12:02:49 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:02:45Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:02:49 + for f in rootlesskit rootlesskit-docker-proxy
12:02:49 + GOBIN=/usr/local/bin
12:02:49 + GO111MODULE=on
12:02:49 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:50 + for f in rootlesskit rootlesskit-docker-proxy
12:02:50 + GOBIN=/usr/local/bin
12:02:50 + GO111MODULE=on
12:02:50 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:51 + return
12:02:51 # Build the CLI
12:02:51 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:02:51 Building dynamic docker-linux-arm64
12:02:51 + go build -o build/docker-linux-arm64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:53Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:02:51 + return
12:02:51 # Build the CLI
12:02:51 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:02:51 Building dynamic docker-linux-amd64
12:02:51 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:24Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:02:51 Created binary: bundles/dynbinary-daemon/dockerd
12:02:51 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:02:51 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:51 
12:02:51 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:02:51 + RM_GOPATH=0
12:02:51 + TMP_GOPATH=/go
12:02:51 + : /usr/local/bin
12:02:51 + '[' -z /go ']'
12:02:51 + export GOPATH=/go
12:02:51 + GOPATH=/go
12:02:51 + case "$(go env GOARCH)" in
12:02:51 ++ go env GOARCH
12:02:51 + export GO_BUILDMODE=-buildmode=pie
12:02:51 + GO_BUILDMODE=-buildmode=pie
12:02:51 ++ dirname hack/dockerfile/install/install.sh
12:02:51 + dir=hack/dockerfile/install
12:02:51 + bin=tini
12:02:51 + shift
12:02:51 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:02:51 + . hack/dockerfile/install/tini.installer
12:02:51 ++ : v0.19.0
12:02:51 + install_tini
12:02:51 + echo 'Install tini version v0.19.0'
12:02:51 Install tini version v0.19.0
12:02:51 + git clone https://github.com/krallin/tini.git /go/tini
12:02:51 Cloning into '/go/tini'...
12:02:51 + cd /go/tini
12:02:51 + git checkout -q v0.19.0
12:02:51 + cmake .
12:02:51 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:02:51   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:02:51   CMake.
12:02:51 
12:02:51   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:02:51   CMake that the project does not need compatibility with older versions.
12:02:51 
12:02:51 
12:02:51 -- The C compiler identification is GNU 12.2.0
12:02:51 -- Detecting C compiler ABI info
12:02:51 -- Detecting C compiler ABI info - done
12:02:51 -- Check for working C compiler: /usr/bin/cc - skipped
12:02:51 -- Detecting C compile features
12:02:51 -- Detecting C compile features - done
12:02:51 -- Performing Test HAS_BUILTIN_FORTIFY
12:02:51 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:02:51 -- Configuring done
12:02:51 -- Generating done
12:02:51 -- Build files have been written to: /go/tini
12:02:51 + make tini-static
12:02:51 make[2]: Entering directory '/go/tini'
12:02:51 make[3]: Entering directory '/go/tini'
12:02:51 make[4]: Entering directory '/go/tini'
12:02:51 make[5]: Entering directory '/go/tini'
12:02:51 make[5]: Leaving directory '/go/tini'
12:02:51 make[5]: Entering directory '/go/tini'
12:02:51 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:02:51 [100%] Linking C executable tini-static
12:02:51 make[5]: Leaving directory '/go/tini'
12:02:51 [100%] Built target tini-static
12:02:51 make[4]: Leaving directory '/go/tini'
12:02:51 make[3]: Leaving directory '/go/tini'
12:02:51 make[2]: Leaving directory '/go/tini'
12:02:51 + mkdir -p /usr/local/bin
12:02:51 + cp tini-static /usr/local/bin/docker-init
12:02:51 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:02:51 + RM_GOPATH=0
12:02:51 + TMP_GOPATH=/go
12:02:51 + : /usr/local/bin
12:02:51 + '[' -z /go ']'
12:02:51 + export GOPATH=/go
12:02:51 + GOPATH=/go
12:02:51 + case "$(go env GOARCH)" in
12:02:51 ++ go env GOARCH
12:02:51 + export GO_BUILDMODE=-buildmode=pie
12:02:51 + GO_BUILDMODE=-buildmode=pie
12:02:51 ++ dirname hack/dockerfile/install/install.sh
12:02:51 + dir=hack/dockerfile/install
12:02:51 + bin=rootlesskit
12:02:51 + shift
12:02:51 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:02:51 + . hack/dockerfile/install/rootlesskit.installer
12:02:51 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:51 + install_rootlesskit dynamic
12:02:51 + case "$1" in
12:02:51 + install_rootlesskit_dynamic
12:02:51 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:02:51 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:02:51 + export BUILD_MODE=-buildmode=pie
12:02:51 + BUILD_MODE=-buildmode=pie
12:02:51 + _install_rootlesskit
12:02:51 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:02:51 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:51 + for f in rootlesskit rootlesskit-docker-proxy
12:02:51 + GOBIN=/usr/local/bin
12:02:51 + GO111MODULE=on
12:02:51 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:51 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:02:51 go: downloading github.com/sirupsen/logrus v1.9.0
12:02:51 go: downloading github.com/urfave/cli/v2 v2.23.5
12:02:51 go: downloading golang.org/x/sys v0.2.0
12:02:51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:02:51 go: downloading github.com/google/uuid v1.3.0
12:02:51 go: downloading github.com/moby/vpnkit v0.5.0
12:02:51 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:02:51 go: downloading github.com/gofrs/flock v0.8.1
12:02:51 go: downloading github.com/gorilla/mux v1.8.0
12:02:51 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:02:51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:02:51 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:02:51 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:02:51 go: downloading golang.org/x/net v0.1.0
12:02:52 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:02:54 Created binary: bundles/dynbinary-daemon/dockerd
12:02:54 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:02:54 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:54 
12:02:54 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:02:54 + RM_GOPATH=0
12:02:54 + TMP_GOPATH=/go
12:02:54 + : /usr/local/bin
12:02:54 + '[' -z /go ']'
12:02:54 + export GOPATH=/go
12:02:54 + GOPATH=/go
12:02:54 + case "$(go env GOARCH)" in
12:02:54 ++ go env GOARCH
12:02:54 + export GO_BUILDMODE=-buildmode=pie
12:02:54 + GO_BUILDMODE=-buildmode=pie
12:02:54 ++ dirname hack/dockerfile/install/install.sh
12:02:54 + dir=hack/dockerfile/install
12:02:54 + bin=tini
12:02:54 + shift
12:02:54 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:02:54 + . hack/dockerfile/install/tini.installer
12:02:54 ++ : v0.19.0
12:02:54 + install_tini
12:02:54 + echo 'Install tini version v0.19.0'
12:02:54 + git clone https://github.com/krallin/tini.git /go/tini
12:02:54 Install tini version v0.19.0
12:02:54 Cloning into '/go/tini'...
12:02:54 + cd /go/tini
12:02:54 + git checkout -q v0.19.0
12:02:54 + cmake .
12:02:54 -- The C compiler identification is GNU 9.4.0
12:02:54 -- Check for working C compiler: /usr/bin/cc
12:02:54 -- Check for working C compiler: /usr/bin/cc -- works
12:02:54 -- Detecting C compiler ABI info
12:02:54 -- Detecting C compiler ABI info - done
12:02:54 -- Detecting C compile features
12:02:54 -- Detecting C compile features - done
12:02:54 -- Performing Test HAS_BUILTIN_FORTIFY
12:02:54 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:02:54 -- Configuring done
12:02:54 -- Generating done
12:02:54 -- Build files have been written to: /go/tini
12:02:54 + make tini-static
12:02:54 make[2]: Entering directory '/go/tini'
12:02:54 make[3]: Entering directory '/go/tini'
12:02:54 make[4]: Entering directory '/go/tini'
12:02:54 make[5]: Entering directory '/go/tini'
12:02:54 Scanning dependencies of target tini-static
12:02:54 make[5]: Leaving directory '/go/tini'
12:02:54 make[5]: Entering directory '/go/tini'
12:02:54 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:02:54 [100%] Linking C executable tini-static
12:02:54 make[5]: Leaving directory '/go/tini'
12:02:54 [100%] Built target tini-static
12:02:54 make[4]: Leaving directory '/go/tini'
12:02:54 make[3]: Leaving directory '/go/tini'
12:02:54 make[2]: Leaving directory '/go/tini'
12:02:54 + mkdir -p /usr/local/bin
12:02:54 + cp tini-static /usr/local/bin/docker-init
12:02:54 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:02:54 + RM_GOPATH=0
12:02:54 + TMP_GOPATH=/go
12:02:54 + : /usr/local/bin
12:02:54 + '[' -z /go ']'
12:02:54 + export GOPATH=/go
12:02:54 + GOPATH=/go
12:02:54 + case "$(go env GOARCH)" in
12:02:54 ++ go env GOARCH
12:02:54 + export GO_BUILDMODE=-buildmode=pie
12:02:54 + GO_BUILDMODE=-buildmode=pie
12:02:54 ++ dirname hack/dockerfile/install/install.sh
12:02:54 + dir=hack/dockerfile/install
12:02:54 + bin=rootlesskit
12:02:54 + shift
12:02:54 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:02:54 + . hack/dockerfile/install/rootlesskit.installer
12:02:54 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:54 + install_rootlesskit dynamic
12:02:54 + case "$1" in
12:02:54 + install_rootlesskit_dynamic
12:02:54 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:02:54 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:02:54 + export BUILD_MODE=-buildmode=pie
12:02:54 + BUILD_MODE=-buildmode=pie
12:02:54 + _install_rootlesskit
12:02:54 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:02:54 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:54 + for f in rootlesskit rootlesskit-docker-proxy
12:02:54 + GOBIN=/usr/local/bin
12:02:54 + GO111MODULE=on
12:02:54 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:54 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:02:54 go: downloading github.com/sirupsen/logrus v1.9.0
12:02:54 go: downloading github.com/urfave/cli/v2 v2.23.5
12:02:54 go: downloading golang.org/x/sys v0.2.0
12:02:54 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:02:54 go: downloading github.com/google/uuid v1.3.0
12:02:54 go: downloading github.com/moby/vpnkit v0.5.0
12:02:54 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:02:54 go: downloading github.com/gofrs/flock v0.8.1
12:02:54 go: downloading github.com/gorilla/mux v1.8.0
12:02:54 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:02:54 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:02:54 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:02:54 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:02:54 go: downloading golang.org/x/net v0.1.0
12:02:54 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:02:54 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm
12:02:54 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gdisHF
12:02:54 + umask 022
12:02:54 + cd /root/rpmbuild/BUILD
12:02:54 + cd src
12:02:54 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:02:54 + RPM_EC=0
12:02:54 ++ jobs -p
12:02:54 + exit 0
12:02:54     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:02:54     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:02:54     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:02:54     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
12:02:54 
12:02:54 RPM build warnings:
12:02:54 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Xexc2F
12:02:54 + umask 022
12:02:54 + cd /root/rpmbuild/BUILD
12:02:54 + cd /root/rpmbuild/BUILD
12:02:54 + rm -rf src
12:02:54 + /usr/bin/mkdir -p src
12:02:54 + cd src
12:02:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:02:54 + /usr/bin/tar -xof -
12:02:54 + STATUS=0
12:02:54 + '[' 0 -ne 0 ']'
12:02:54 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:02:54 + /usr/bin/tar -xof -
12:02:55 + STATUS=0
12:02:55 + '[' 0 -ne 0 ']'
12:02:55 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:02:55 + RPM_EC=0
12:02:55 ++ jobs -p
12:02:55 + exit 0
12:02:55 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IHgm9B
12:02:55 + umask 022
12:02:55 + cd /root/rpmbuild/BUILD
12:02:55 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:02:55 + export CFLAGS
12:02:55 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:02:55 + export CXXFLAGS
12:02:55 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:02:55 + export FFLAGS
12:02:55 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:02:55 + export FCFLAGS
12:02:55 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
12:02:55 + export LDFLAGS
12:02:55 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:02:55 + export LT_SYS_LIBRARY_PATH
12:02:55 + CC=gcc
12:02:55 + export CC
12:02:55 + CXX=g++
12:02:55 + export CXX
12:02:55 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:02:55 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0~20230206193855.ab4ef4a-0.fc36 aarch64
12:02:55 + cd src
12:02:55 + mkdir -p /go/src/github.com/docker
12:02:55 + rm -f /go/src/github.com/docker/cli
12:02:55 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:02:55 + pushd /go/src/github.com/docker/cli
12:02:55 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:02:55 + VERSION=0.0.0-20230206193855-ab4ef4a
12:02:55 + GITCOMMIT=ab4ef4a
12:02:55 + GO_LINKMODE=dynamic
12:02:55 + ./scripts/build/binary
12:02:55 Building dynamic docker-linux-arm64
12:02:55 + go build -o build/docker-linux-arm64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:02:55Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:02:57 Created binary: bundles/dynbinary-daemon/dockerd
12:02:57 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:02:57 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:57 
12:02:57 + popd
12:02:57 ~/rpmbuild/BUILD/src
12:02:57 + RPM_EC=0
12:02:57 ++ jobs -p
12:02:57 + exit 0
12:02:57 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dySNWf
12:02:57 + umask 022
12:02:57 + cd /root/rpmbuild/BUILD
12:02:57 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64 '!=' / ']'
12:02:57 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:02:57 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:02:57 + mkdir -p /root/rpmbuild/BUILDROOT
12:02:57 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:02:57 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:02:57 + export CFLAGS
12:02:57 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:02:57 + export CXXFLAGS
12:02:57 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:02:57 + export FFLAGS
12:02:57 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:02:57 + export FCFLAGS
12:02:57 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
12:02:57 + export LDFLAGS
12:02:57 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:02:57 + export LT_SYS_LIBRARY_PATH
12:02:57 + CC=gcc
12:02:57 + export CC
12:02:57 + CXX=g++
12:02:57 + export CXX
12:02:57 + cd src
12:02:57 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:02:57 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/dockerd
12:02:57 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:02:57 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
12:02:57 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-init
12:02:57 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/lib/systemd/system/docker.service
12:02:57 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/lib/systemd/system/docker.socket
12:02:57 + /usr/lib/rpm/check-buildroot
12:02:57 + /usr/lib/rpm/redhat/brp-ldconfig
12:02:57 + /usr/lib/rpm/brp-compress
12:02:57 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:02:58 + for f in rootlesskit rootlesskit-docker-proxy
12:02:58 + GOBIN=/usr/local/bin
12:02:58 + GO111MODULE=on
12:02:58 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:58 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:02:58 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:02:58 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:02:58 + /usr/lib/rpm/check-rpaths
12:02:58 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:02:58 + /usr/lib/rpm/brp-remove-la-files
12:02:58 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:02:58 + /usr/lib/rpm/redhat/brp-python-hardlink
12:02:58 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ly25ZI
12:02:58 + umask 022
12:02:58 + cd /root/rpmbuild/BUILD
12:02:58 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:02:58 + export CFLAGS
12:02:58 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:02:58 + export CXXFLAGS
12:02:58 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:02:58 + export FFLAGS
12:02:58 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:02:58 + export FCFLAGS
12:02:58 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
12:02:58 + export LDFLAGS
12:02:58 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:02:58 + export LT_SYS_LIBRARY_PATH
12:02:58 + CC=gcc
12:02:58 + export CC
12:02:58 + CXX=g++
12:02:58 + export CXX
12:02:58 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:02:58 + /usr/lib/rpm/generate-rpm-note.sh docker-ce 0.0.0~20230206193855.ab4ef4a-0.fc36 x86_64
12:02:58 + cd src
12:02:58 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:02:58 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:02:58 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:02:58 + echo 'PASS: daemon version OK'
12:02:58 PASS: daemon version OK
12:02:58 + RPM_EC=0
12:02:58 ++ jobs -p
12:02:58 + exit 0
12:02:58 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:02:58 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
12:02:58 + for f in rootlesskit rootlesskit-docker-proxy
12:02:58 + GOBIN=/usr/local/bin
12:02:58 + GO111MODULE=on
12:02:58 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:58 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.fc36 docker-ce(x86-64) = 3:0.0.0~20230206193855.ab4ef4a-0.fc36
12:02:58 Requires(interp): /bin/sh /bin/sh /bin/sh
12:02:58 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:02:58 Requires(post): /bin/sh
12:02:58 Requires(preun): /bin/sh
12:02:58 Requires(postun): /bin/sh
12:02:58 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)
12:02:58 Conflicts: docker docker-ee docker-engine-cs docker-io
12:02:58 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:02:58 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:02:59 + return
12:02:59 # Build the CLI
12:02:59 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:02:59 Building dynamic docker-linux-amd64
12:02:59 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:32Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:02:59 Created binary: bundles/dynbinary-daemon/dockerd
12:02:59 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:02:59 Created binary: bundles/dynbinary-daemon/docker-proxy
12:02:59 
12:02:59 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:02:59 + RM_GOPATH=0
12:02:59 + TMP_GOPATH=/go
12:02:59 + : /usr/local/bin
12:02:59 + '[' -z /go ']'
12:02:59 + export GOPATH=/go
12:02:59 + GOPATH=/go
12:02:59 + case "$(go env GOARCH)" in
12:02:59 ++ go env GOARCH
12:02:59 + export GO_BUILDMODE=-buildmode=pie
12:02:59 + GO_BUILDMODE=-buildmode=pie
12:02:59 ++ dirname hack/dockerfile/install/install.sh
12:02:59 + dir=hack/dockerfile/install
12:02:59 + bin=tini
12:02:59 + shift
12:02:59 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:02:59 + . hack/dockerfile/install/tini.installer
12:02:59 ++ : v0.19.0
12:02:59 + install_tini
12:02:59 + echo 'Install tini version v0.19.0'
12:02:59 + git clone https://github.com/krallin/tini.git /go/tini
12:02:59 Install tini version v0.19.0
12:02:59 Cloning into '/go/tini'...
12:02:59 + cd /go/tini
12:02:59 + git checkout -q v0.19.0
12:02:59 + cmake .
12:02:59 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:02:59   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:02:59   CMake.
12:02:59 
12:02:59   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:02:59   CMake that the project does not need compatibility with older versions.
12:02:59 
12:02:59 
12:02:59 -- The C compiler identification is GNU 11.3.0
12:02:59 -- Detecting C compiler ABI info
12:02:59 -- Detecting C compiler ABI info - done
12:02:59 -- Check for working C compiler: /usr/bin/cc - skipped
12:02:59 -- Detecting C compile features
12:02:59 -- Detecting C compile features - done
12:02:59 -- Performing Test HAS_BUILTIN_FORTIFY
12:02:59 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:02:59 -- Configuring done
12:02:59 -- Generating done
12:02:59 -- Build files have been written to: /go/tini
12:02:59 + make tini-static
12:02:59 make[2]: Entering directory '/go/tini'
12:02:59 make[3]: Entering directory '/go/tini'
12:02:59 make[4]: Entering directory '/go/tini'
12:02:59 make[5]: Entering directory '/go/tini'
12:02:59 make[5]: Leaving directory '/go/tini'
12:02:59 make[5]: Entering directory '/go/tini'
12:02:59 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:02:59 [100%] Linking C executable tini-static
12:02:59 make[5]: Leaving directory '/go/tini'
12:02:59 [100%] Built target tini-static
12:02:59 make[4]: Leaving directory '/go/tini'
12:02:59 make[3]: Leaving directory '/go/tini'
12:02:59 make[2]: Leaving directory '/go/tini'
12:02:59 + mkdir -p /usr/local/bin
12:02:59 + cp tini-static /usr/local/bin/docker-init
12:02:59 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:02:59 + RM_GOPATH=0
12:02:59 + TMP_GOPATH=/go
12:02:59 + : /usr/local/bin
12:02:59 + '[' -z /go ']'
12:02:59 + export GOPATH=/go
12:02:59 + GOPATH=/go
12:02:59 + case "$(go env GOARCH)" in
12:02:59 ++ go env GOARCH
12:02:59 + export GO_BUILDMODE=-buildmode=pie
12:02:59 + GO_BUILDMODE=-buildmode=pie
12:02:59 ++ dirname hack/dockerfile/install/install.sh
12:02:59 + dir=hack/dockerfile/install
12:02:59 + bin=rootlesskit
12:02:59 + shift
12:02:59 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:02:59 + . hack/dockerfile/install/rootlesskit.installer
12:02:59 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:59 + install_rootlesskit dynamic
12:02:59 + case "$1" in
12:02:59 + install_rootlesskit_dynamic
12:02:59 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:02:59 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:02:59 + export BUILD_MODE=-buildmode=pie
12:02:59 + BUILD_MODE=-buildmode=pie
12:02:59 + _install_rootlesskit
12:02:59 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:02:59 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:59 + for f in rootlesskit rootlesskit-docker-proxy
12:02:59 + GOBIN=/usr/local/bin
12:02:59 + GO111MODULE=on
12:02:59 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:59 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:02:59 go: downloading github.com/sirupsen/logrus v1.9.0
12:02:59 go: downloading github.com/urfave/cli/v2 v2.23.5
12:02:59 go: downloading golang.org/x/sys v0.2.0
12:02:59 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:02:59 go: downloading github.com/google/uuid v1.3.0
12:02:59 go: downloading github.com/moby/vpnkit v0.5.0
12:02:59 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:02:59 go: downloading github.com/gofrs/flock v0.8.1
12:02:59 go: downloading github.com/gorilla/mux v1.8.0
12:02:59 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:02:59 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:02:59 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:02:59 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:02:59 go: downloading golang.org/x/net v0.1.0
12:02:59 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:02:59 + for f in rootlesskit rootlesskit-docker-proxy
12:02:59 + GOBIN=/usr/local/bin
12:02:59 + GO111MODULE=on
12:02:59 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:02:59 + return
12:02:59 # Build the CLI
12:02:59 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:02:59 Building dynamic docker-linux-amd64
12:02:59 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:21Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:02:59 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.src.rpm
12:02:59 make[2]: Entering directory '/root/build-deb/cli'
12:02:59 scripts/docs/generate-man.sh
12:02:59 + cp -r . /tmp/docker-cli-docsgen.XW6TT80fiW/
12:02:59 + cd /tmp/docker-cli-docsgen.XW6TT80fiW
12:02:59 + ./scripts/vendor init
12:02:59 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:02:59 + cp man/tools.go .
12:02:59 + ./scripts/vendor update
12:02:59 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:02:59 go: downloading github.com/docker/docker v23.0.0+incompatible
12:02:59 + return
12:02:59 # Build the CLI
12:02:59 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:02:59 Building dynamic docker-linux-amd64
12:02:59 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:29Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:00 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:00 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:00 go: downloading github.com/morikuni/aec v1.0.0
12:03:00 go: downloading github.com/pkg/errors v0.9.1
12:03:00 go: downloading github.com/spf13/cobra v1.6.1
12:03:00 go: downloading github.com/spf13/pflag v1.0.5
12:03:00 go: downloading github.com/google/go-cmp v0.5.9
12:03:00 go: downloading gotest.tools/v3 v3.4.0
12:03:00 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:00 go: downloading golang.org/x/sys v0.4.0
12:03:00 Created binary: bundles/dynbinary-daemon/dockerd
12:03:00 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:03:00 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:00 
12:03:00 + popd
12:03:00 ~/rpmbuild/BUILD/src
12:03:00 + RPM_EC=0
12:03:00 ++ jobs -p
12:03:00 + exit 0
12:03:00 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.sHwW47
12:03:00 + umask 022
12:03:00 + cd /root/rpmbuild/BUILD
12:03:00 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64 '!=' / ']'
12:03:00 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:03:00 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:03:00 + mkdir -p /root/rpmbuild/BUILDROOT
12:03:00 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:03:00 + cd src
12:03:00 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:03:00 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/dockerd
12:03:00 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:03:00 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/docker-proxy
12:03:00 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/docker-init
12:03:00 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/lib/systemd/system/docker.service
12:03:00 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/lib/systemd/system/docker.socket
12:03:00 + /usr/lib/rpm/check-buildroot
12:03:00 + /usr/lib/rpm/redhat/brp-ldconfig
12:03:00 + /usr/lib/rpm/brp-compress
12:03:00 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:03:00 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:03:00 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
12:03:00 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:03:00 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:03:00 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:03:00 + /usr/lib/rpm/brp-python-hardlink
12:03:00 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:03:00 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.0VmvP1
12:03:00 + umask 022
12:03:00 + cd /root/rpmbuild/BUILD
12:03:00 + cd src
12:03:00 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:03:00 PASS: daemon version OK
12:03:00 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:03:00 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:03:00 + echo 'PASS: daemon version OK'
12:03:00 + RPM_EC=0
12:03:00 ++ jobs -p
12:03:00 + exit 0
12:03:00 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:03:00 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/docker-proxy
12:03:00 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.el9 docker-ce(x86-64) = 3:0.0.0~20230206193855.ab4ef4a-0.el9
12:03:00 Requires(interp): /bin/sh /bin/sh /bin/sh
12:03:00 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:03:00 Requires(post): /bin/sh
12:03:00 Requires(preun): /bin/sh
12:03:00 Requires(postun): /bin/sh
12:03:00 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)
12:03:00 Conflicts: docker docker-ee docker-engine-cs docker-io
12:03:00 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:03:00 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:03:00 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.src.rpm
12:03:00 go: downloading github.com/docker/go-units v0.5.0
12:03:00 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:00 go: downloading github.com/docker/go-connections v0.4.0
12:03:00 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:00 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:00 go: downloading golang.org/x/text v0.6.0
12:03:00 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:03:00 ++ pwd
12:03:00 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:03:00 Project root: .
12:03:00 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:03:00 INFO: man/src/attach.md found
12:03:00 WARN: man/src/build.md does not exist, skipping
12:03:00 WARN: man/src/builder/build.md does not exist, skipping
12:03:00 WARN: man/src/builder/prune.md does not exist, skipping
12:03:00 WARN: man/src/builder.md does not exist, skipping
12:03:00 WARN: man/src/checkpoint/create.md does not exist, skipping
12:03:00 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:03:00 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:03:00 WARN: man/src/checkpoint.md does not exist, skipping
12:03:00 INFO: man/src/commit.md found
12:03:00 WARN: man/src/config/create.md does not exist, skipping
12:03:00 WARN: man/src/config/inspect.md does not exist, skipping
12:03:00 WARN: man/src/config/ls.md does not exist, skipping
12:03:00 WARN: man/src/config/rm.md does not exist, skipping
12:03:00 WARN: man/src/config.md does not exist, skipping
12:03:00 INFO: man/src/container/attach.md found
12:03:00 INFO: man/src/container/commit.md found
12:03:00 INFO: man/src/container/cp.md found
12:03:00 INFO: man/src/container/create.md found
12:03:00 INFO: man/src/container/diff.md found
12:03:00 INFO: man/src/container/exec.md found
12:03:00 INFO: man/src/container/export.md found
12:03:00 WARN: man/src/container/inspect.md does not exist, skipping
12:03:00 INFO: man/src/container/kill.md found
12:03:00 INFO: man/src/container/logs.md found
12:03:00 INFO: man/src/container/ls.md found
12:03:00 INFO: man/src/container/pause.md found
12:03:00 INFO: man/src/container/port.md found
12:03:00 WARN: man/src/container/prune.md does not exist, skipping
12:03:00 INFO: man/src/container/rename.md found
12:03:00 INFO: man/src/container/restart.md found
12:03:00 INFO: man/src/container/rm.md found
12:03:00 INFO: man/src/container/run.md found
12:03:00 INFO: man/src/container/start.md found
12:03:00 INFO: man/src/container/stats.md found
12:03:00 INFO: man/src/container/stop.md found
12:03:00 INFO: man/src/container/top.md found
12:03:00 INFO: man/src/container/unpause.md found
12:03:00 INFO: man/src/container/update.md found
12:03:00 INFO: man/src/container/wait.md found
12:03:00 WARN: man/src/container.md does not exist, skipping
12:03:00 WARN: man/src/context/create.md does not exist, skipping
12:03:00 WARN: man/src/context/export.md does not exist, skipping
12:03:00 WARN: man/src/context/import.md does not exist, skipping
12:03:00 WARN: man/src/context/inspect.md does not exist, skipping
12:03:00 WARN: man/src/context/ls.md does not exist, skipping
12:03:00 WARN: man/src/context/rm.md does not exist, skipping
12:03:00 WARN: man/src/context/show.md does not exist, skipping
12:03:00 WARN: man/src/context/update.md does not exist, skipping
12:03:00 WARN: man/src/context/use.md does not exist, skipping
12:03:00 WARN: man/src/context.md does not exist, skipping
12:03:00 INFO: man/src/cp.md found
12:03:00 INFO: man/src/create.md found
12:03:00 INFO: man/src/diff.md found
12:03:00 INFO: man/src/events.md found
12:03:00 INFO: man/src/exec.md found
12:03:00 INFO: man/src/export.md found
12:03:00 INFO: man/src/history.md found
12:03:00 INFO: man/src/image/build.md found
12:03:00 INFO: man/src/image/history.md found
12:03:00 INFO: man/src/image/import.md found
12:03:00 WARN: man/src/image/inspect.md does not exist, skipping
12:03:00 INFO: man/src/image/load.md found
12:03:00 INFO: man/src/image/ls.md found
12:03:00 WARN: man/src/image/prune.md does not exist, skipping
12:03:00 INFO: man/src/image/pull.md found
12:03:00 INFO: man/src/image/push.md found
12:03:00 INFO: man/src/image/rm.md found
12:03:00 INFO: man/src/image/save.md found
12:03:00 INFO: man/src/image/tag.md found
12:03:00 WARN: man/src/image.md does not exist, skipping
12:03:00 INFO: man/src/images.md found
12:03:00 INFO: man/src/import.md found
12:03:00 INFO: man/src/info.md found
12:03:00 INFO: man/src/inspect.md found
12:03:00 INFO: man/src/kill.md found
12:03:00 INFO: man/src/load.md found
12:03:00 INFO: man/src/login.md found
12:03:00 INFO: man/src/logout.md found
12:03:00 INFO: man/src/logs.md found
12:03:00 WARN: man/src/manifest/annotate.md does not exist, skipping
12:03:00 WARN: man/src/manifest/create.md does not exist, skipping
12:03:00 WARN: man/src/manifest/inspect.md does not exist, skipping
12:03:00 WARN: man/src/manifest/push.md does not exist, skipping
12:03:00 WARN: man/src/manifest/rm.md does not exist, skipping
12:03:00 WARN: man/src/manifest.md does not exist, skipping
12:03:00 INFO: man/src/network/connect.md found
12:03:00 INFO: man/src/network/create.md found
12:03:00 INFO: man/src/network/disconnect.md found
12:03:00 INFO: man/src/network/inspect.md found
12:03:00 INFO: man/src/network/ls.md found
12:03:00 WARN: man/src/network/prune.md does not exist, skipping
12:03:00 INFO: man/src/network/rm.md found
12:03:00 WARN: man/src/network.md does not exist, skipping
12:03:00 WARN: man/src/node/demote.md does not exist, skipping
12:03:00 WARN: man/src/node/inspect.md does not exist, skipping
12:03:00 WARN: man/src/node/ls.md does not exist, skipping
12:03:00 WARN: man/src/node/promote.md does not exist, skipping
12:03:00 WARN: man/src/node/ps.md does not exist, skipping
12:03:00 WARN: man/src/node/rm.md does not exist, skipping
12:03:00 WARN: man/src/node/update.md does not exist, skipping
12:03:00 WARN: man/src/node.md does not exist, skipping
12:03:00 INFO: man/src/pause.md found
12:03:00 WARN: man/src/plugin/create.md does not exist, skipping
12:03:00 WARN: man/src/plugin/disable.md does not exist, skipping
12:03:00 WARN: man/src/plugin/enable.md does not exist, skipping
12:03:00 WARN: man/src/plugin/inspect.md does not exist, skipping
12:03:00 WARN: man/src/plugin/install.md does not exist, skipping
12:03:00 INFO: man/src/plugin/ls.md found
12:03:00 WARN: man/src/plugin/push.md does not exist, skipping
12:03:00 WARN: man/src/plugin/rm.md does not exist, skipping
12:03:00 WARN: man/src/plugin/set.md does not exist, skipping
12:03:00 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:03:00 WARN: man/src/plugin.md does not exist, skipping
12:03:00 INFO: man/src/port.md found
12:03:00 INFO: man/src/ps.md found
12:03:00 INFO: man/src/pull.md found
12:03:00 INFO: man/src/push.md found
12:03:00 INFO: man/src/rename.md found
12:03:00 INFO: man/src/restart.md found
12:03:00 INFO: man/src/rm.md found
12:03:00 INFO: man/src/rmi.md found
12:03:00 WARN: man/src/run.md does not exist, skipping
12:03:00 INFO: man/src/save.md found
12:03:00 INFO: man/src/search.md found
12:03:00 WARN: man/src/secret/create.md does not exist, skipping
12:03:00 WARN: man/src/secret/inspect.md does not exist, skipping
12:03:00 WARN: man/src/secret/ls.md does not exist, skipping
12:03:00 WARN: man/src/secret/rm.md does not exist, skipping
12:03:00 WARN: man/src/secret.md does not exist, skipping
12:03:00 WARN: man/src/service/create.md does not exist, skipping
12:03:00 WARN: man/src/service/inspect.md does not exist, skipping
12:03:00 WARN: man/src/service/logs.md does not exist, skipping
12:03:00 WARN: man/src/service/ls.md does not exist, skipping
12:03:00 WARN: man/src/service/ps.md does not exist, skipping
12:03:00 WARN: man/src/service/rm.md does not exist, skipping
12:03:00 WARN: man/src/service/rollback.md does not exist, skipping
12:03:00 WARN: man/src/service/scale.md does not exist, skipping
12:03:00 WARN: man/src/service/update.md does not exist, skipping
12:03:00 WARN: man/src/service.md does not exist, skipping
12:03:00 WARN: man/src/stack/config.md does not exist, skipping
12:03:00 WARN: man/src/stack/deploy.md does not exist, skipping
12:03:00 WARN: man/src/stack/ls.md does not exist, skipping
12:03:00 WARN: man/src/stack/ps.md does not exist, skipping
12:03:00 WARN: man/src/stack/rm.md does not exist, skipping
12:03:00 WARN: man/src/stack/services.md does not exist, skipping
12:03:00 WARN: man/src/stack.md does not exist, skipping
12:03:00 INFO: man/src/start.md found
12:03:00 INFO: man/src/stats.md found
12:03:00 INFO: man/src/stop.md found
12:03:00 WARN: man/src/swarm/ca.md does not exist, skipping
12:03:00 WARN: man/src/swarm/init.md does not exist, skipping
12:03:00 WARN: man/src/swarm/join.md does not exist, skipping
12:03:00 WARN: man/src/swarm/join-token.md does not exist, skipping
12:03:00 WARN: man/src/swarm/leave.md does not exist, skipping
12:03:00 WARN: man/src/swarm/unlock.md does not exist, skipping
12:03:00 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:03:00 WARN: man/src/swarm/update.md does not exist, skipping
12:03:00 WARN: man/src/swarm.md does not exist, skipping
12:03:00 WARN: man/src/system/df.md does not exist, skipping
12:03:00 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:03:00 INFO: man/src/system/events.md found
12:03:00 INFO: man/src/system/info.md found
12:03:00 WARN: man/src/system/prune.md does not exist, skipping
12:03:00 WARN: man/src/system.md does not exist, skipping
12:03:00 INFO: man/src/tag.md found
12:03:00 INFO: man/src/top.md found
12:03:00 WARN: man/src/trust/inspect.md does not exist, skipping
12:03:00 WARN: man/src/trust/key/generate.md does not exist, skipping
12:03:00 WARN: man/src/trust/key/load.md does not exist, skipping
12:03:00 WARN: man/src/trust/key.md does not exist, skipping
12:03:00 WARN: man/src/trust/revoke.md does not exist, skipping
12:03:00 WARN: man/src/trust/sign.md does not exist, skipping
12:03:00 WARN: man/src/trust/signer/add.md does not exist, skipping
12:03:00 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:03:00 WARN: man/src/trust/signer.md does not exist, skipping
12:03:00 WARN: man/src/trust.md does not exist, skipping
12:03:00 INFO: man/src/unpause.md found
12:03:00 INFO: man/src/update.md found
12:03:00 INFO: man/src/version.md found
12:03:00 INFO: man/src/volume/create.md found
12:03:00 INFO: man/src/volume/inspect.md found
12:03:00 INFO: man/src/volume/ls.md found
12:03:00 WARN: man/src/volume/prune.md does not exist, skipping
12:03:00 WARN: man/src/volume/rm.md does not exist, skipping
12:03:00 WARN: man/src/volume/update.md does not exist, skipping
12:03:00 INFO: man/src/volume.md found
12:03:00 INFO: man/src/wait.md found
12:03:00 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:03:00 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:03:00 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:03:00 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:03:00 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:03:00 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:03:00 + popd
12:03:00 + exit 0
12:03:00 ~/rpmbuild/BUILD/src
12:03:00 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0mv398
12:03:00 + umask 022
12:03:00 + cd /root/rpmbuild/BUILD
12:03:00 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64 '!=' / ']'
12:03:00 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:03:00 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:03:00 + mkdir -p /root/rpmbuild/BUILDROOT
12:03:00 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:03:00 + cd src
12:03:00 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin
12:03:00 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/docker
12:03:00 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/bash-completion/completions
12:03:00 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/zsh/vendor-completions
12:03:00 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/fish/vendor_completions.d
12:03:00 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/bash-completion/completions/docker
12:03:00 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/zsh/vendor-completions/_docker
12:03:00 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/fish/vendor_completions.d/docker.fish
12:03:00 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/man/man1
12:03:00 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-show.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-config.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume-update.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/man/man1
12:03:00 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/man/man5
12:03:00 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/man/man5
12:03:00 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/man/man8
12:03:00 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/man/man8
12:03:00 + mkdir -p build-docs
12:03:00 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:03:00 + cp cli/LICENSE build-docs/LICENSE
12:03:00 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:03:00 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:03:00 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:03:00 + cp cli/NOTICE build-docs/NOTICE
12:03:00 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:03:00 + cp cli/README.md build-docs/README.md
12:03:00 + /usr/lib/rpm/check-buildroot
12:03:00 + /usr/lib/rpm/redhat/brp-compress
12:03:00 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
12:03:00 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:03:00 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
12:03:00 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
12:03:00 + /usr/lib/rpm/redhat/brp-python-hardlink
12:03:00 + /usr/lib/rpm/redhat/brp-java-repack-jars
12:03:00 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.5dKB3l
12:03:00 + umask 022
12:03:00 + cd /root/rpmbuild/BUILD
12:03:00 + cd src
12:03:00 ++ cli/build/docker --version
12:03:00 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:03:00 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:03:00 + echo 'PASS: cli version OK'
12:03:00 PASS: cli version OK
12:03:00 + exit 0
12:03:00 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:03:00 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yHUu2F
12:03:00 + umask 022
12:03:00 + cd /root/rpmbuild/BUILD
12:03:00 + cd src
12:03:00 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
12:03:00 + export DOCDIR
12:03:00 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
12:03:00 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
12:03:00 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
12:03:00 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
12:03:00 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
12:03:00 + exit 0
12:03:00 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.el7 docker-ce-cli(aarch-64) = 1:0.0.0~20230206193855.ab4ef4a-0.el7
12:03:00 Requires(interp): /bin/sh
12:03:00 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:03:00 Requires(post): /bin/sh
12:03:00 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)
12:03:00 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
12:03:00 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:03:00 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.src.rpm
12:03:00 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:00 go: downloading github.com/containerd/containerd v1.6.16
12:03:01 go: downloading github.com/moby/sys/signal v0.7.0
12:03:01 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:01 go: downloading github.com/moby/buildkit v0.10.6
12:03:01 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:01 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:01 go: downloading github.com/gogo/protobuf v1.3.2
12:03:01 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:01 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:01 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:01 go: downloading golang.org/x/term v0.4.0
12:03:01 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:01 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:02 go: downloading github.com/imdario/mergo v0.3.12
12:03:02 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:02 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:02 go: downloading github.com/creack/pty v1.1.11
12:03:02 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:03 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:03 go: downloading github.com/stretchr/testify v1.8.0
12:03:03 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:03 go: downloading github.com/rivo/uniseg v0.2.0
12:03:03 go: downloading github.com/klauspost/compress v1.15.12
12:03:03 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:03 go: downloading github.com/containerd/continuity v0.3.0
12:03:03 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:03 go: downloading golang.org/x/time v0.1.0
12:03:03 go: downloading github.com/opencontainers/runc v1.1.3
12:03:03 go: downloading golang.org/x/crypto v0.2.0
12:03:03 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:04 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:04 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:04 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:04 go: downloading google.golang.org/grpc v1.48.0
12:03:04 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:04 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:04 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:04 go: downloading github.com/russross/blackfriday v1.6.0
12:03:04 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:04 go: downloading golang.org/x/net v0.5.0
12:03:04 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:04 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:04 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:04 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:04 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:04 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:04 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:04 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:04 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:04 go: downloading github.com/golang/protobuf v1.5.2
12:03:04 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:05 make[2]: Entering directory '/root/build-deb/cli'
12:03:05 scripts/docs/generate-man.sh
12:03:05 + cp -r . /tmp/docker-cli-docsgen.wzPI7NEcXd/
12:03:05 + cd /tmp/docker-cli-docsgen.wzPI7NEcXd
12:03:05 + ./scripts/vendor init
12:03:05 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:05 + cp man/tools.go .
12:03:05 + ./scripts/vendor update
12:03:05 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:05 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:05 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:05 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:05 go: downloading github.com/morikuni/aec v1.0.0
12:03:05 go: downloading github.com/pkg/errors v0.9.1
12:03:05 go: downloading github.com/spf13/cobra v1.6.1
12:03:05 go: downloading github.com/spf13/pflag v1.0.5
12:03:05 go: downloading github.com/google/go-cmp v0.5.9
12:03:05 go: downloading gotest.tools/v3 v3.4.0
12:03:05 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:05 go: downloading golang.org/x/sys v0.4.0
12:03:05 go: downloading github.com/docker/go-units v0.5.0
12:03:05 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:05 go: downloading github.com/docker/go-connections v0.4.0
12:03:05 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:05 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:05 go: downloading golang.org/x/text v0.6.0
12:03:05 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:05 go: downloading github.com/containerd/containerd v1.6.16
12:03:05 go: downloading github.com/moby/sys/signal v0.7.0
12:03:05 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:05 go: downloading github.com/moby/buildkit v0.10.6
12:03:05 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:05 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:05 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:05 go: downloading github.com/gogo/protobuf v1.3.2
12:03:05 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm
12:03:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xuVoVH
12:03:05 + umask 022
12:03:05 + cd /root/rpmbuild/BUILD
12:03:05 + cd src
12:03:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:03:05 + exit 0
12:03:05 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1Zh3tR
12:03:05 + umask 022
12:03:05 + cd /root/rpmbuild/BUILD
12:03:05 + cd /root/rpmbuild/BUILD
12:03:05 + rm -rf src
12:03:06 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:06 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:06 + /usr/bin/mkdir -p src
12:03:06 + cd src
12:03:06 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:03:06 + /usr/bin/tar -xf -
12:03:06 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:06 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:03:06 + make manpages
12:03:06 scripts/docs/generate-man.sh
12:03:06 + cp -r . /tmp/docker-cli-docsgen.wzZxRTrYL7/
12:03:06 + cd /tmp/docker-cli-docsgen.wzZxRTrYL7
12:03:06 + ./scripts/vendor init
12:03:06 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:06 + cp man/tools.go .
12:03:06 + ./scripts/vendor update
12:03:06 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:06 go: downloading github.com/spf13/cobra v1.6.1
12:03:06 go: downloading github.com/spf13/pflag v1.0.5
12:03:06 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:06 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:06 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:06 go: downloading github.com/morikuni/aec v1.0.0
12:03:06 go: downloading github.com/pkg/errors v0.9.1
12:03:06 go: downloading github.com/google/go-cmp v0.5.9
12:03:06 go: downloading gotest.tools/v3 v3.4.0
12:03:06 go: downloading golang.org/x/sys v0.4.0
12:03:06 go: downloading github.com/docker/go-units v0.5.0
12:03:06 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:06 go: downloading github.com/docker/go-connections v0.4.0
12:03:06 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:06 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:06 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:06 go: downloading golang.org/x/text v0.6.0
12:03:06 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:06 go: downloading github.com/containerd/containerd v1.6.16
12:03:06 go: downloading github.com/moby/sys/signal v0.7.0
12:03:06 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:06 go: downloading github.com/moby/buildkit v0.10.6
12:03:06 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:06 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:06 go: downloading github.com/gogo/protobuf v1.3.2
12:03:06 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:06 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:06 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:03:06 + make manpages
12:03:06 scripts/docs/generate-man.sh
12:03:06 + cp -r . /tmp/docker-cli-docsgen.3U4eS62fmU/
12:03:06 + cd /tmp/docker-cli-docsgen.3U4eS62fmU
12:03:06 + ./scripts/vendor init
12:03:06 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:06 + cp man/tools.go .
12:03:06 + ./scripts/vendor update
12:03:06 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:06 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:06 go: downloading github.com/beorn7/perks v1.0.1
12:03:06 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:06 go: downloading github.com/prometheus/client_model v0.3.0
12:03:06 go: downloading github.com/prometheus/common v0.37.0
12:03:06 go: downloading github.com/prometheus/procfs v0.8.0
12:03:06 go: downloading google.golang.org/protobuf v1.28.1
12:03:06 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:06 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:06 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:06 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:06 go: downloading golang.org/x/term v0.4.0
12:03:06 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:06 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:06 go: downloading github.com/imdario/mergo v0.3.12
12:03:06 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:06 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:06 go: downloading github.com/creack/pty v1.1.11
12:03:06 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:06 go: downloading github.com/gorilla/mux v1.8.0
12:03:06 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:06 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:06 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:06 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:06 go: downloading k8s.io/klog/v2 v2.80.1
12:03:06 go: downloading github.com/kr/text v0.2.0
12:03:06 go: downloading github.com/docker/go-metrics v0.0.1
12:03:06 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:06 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:06 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:06 go: downloading github.com/kr/pretty v0.2.1
12:03:06 go: downloading github.com/magiconair/properties v1.5.3
12:03:06 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:06 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:06 go: downloading github.com/go-logr/logr v1.2.3
12:03:06 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:06 + go mod vendor -modfile=vendor.mod
12:03:06 + STATUS=0
12:03:06 + '[' 0 -ne 0 ']'
12:03:06 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:03:06 + /usr/bin/tar -xf -
12:03:06 go: downloading golang.org/x/term v0.4.0
12:03:06 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:06 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:06 go: downloading github.com/imdario/mergo v0.3.12
12:03:06 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:06 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:06 go: downloading github.com/creack/pty v1.1.11
12:03:06 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:07 + STATUS=0
12:03:07 + '[' 0 -ne 0 ']'
12:03:07 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:03:07 + exit 0
12:03:07 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:07 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:07 go: downloading github.com/morikuni/aec v1.0.0
12:03:07 go: downloading github.com/pkg/errors v0.9.1
12:03:07 go: downloading github.com/spf13/cobra v1.6.1
12:03:07 go: downloading github.com/spf13/pflag v1.0.5
12:03:07 go: downloading github.com/google/go-cmp v0.5.9
12:03:07 go: downloading gotest.tools/v3 v3.4.0
12:03:07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:07 go: downloading golang.org/x/sys v0.4.0
12:03:07 go: downloading github.com/docker/go-units v0.5.0
12:03:07 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:07 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:07 go: downloading github.com/stretchr/testify v1.8.0
12:03:07 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:07 go: downloading github.com/rivo/uniseg v0.2.0
12:03:07 go: downloading github.com/klauspost/compress v1.15.12
12:03:07 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:07 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TW6PXi
12:03:07 + umask 022
12:03:07 + cd /root/rpmbuild/BUILD
12:03:07 + cd src
12:03:07 + export DOCKER_GITCOMMIT=a25ab92
12:03:07 + DOCKER_GITCOMMIT=a25ab92
12:03:07 + mkdir -p /go/src/github.com/docker
12:03:07 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:03:07 + TMP_GOPATH=/go
12:03:07 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:07 + RM_GOPATH=0
12:03:07 + TMP_GOPATH=/go
12:03:07 + : /usr/local/bin
12:03:07 + '[' -z /go ']'
12:03:07 + export GOPATH=/go
12:03:07 + GOPATH=/go
12:03:07 + case "$(go env GOARCH)" in
12:03:07 ++ go env GOARCH
12:03:07 + export GO_BUILDMODE=-buildmode=pie
12:03:07 + GO_BUILDMODE=-buildmode=pie
12:03:07 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:03:07 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:03:07 + bin=rootlesskit
12:03:07 + shift
12:03:07 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:03:07 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:03:07 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:07 + install_rootlesskit dynamic
12:03:07 + case "$1" in
12:03:07 + install_rootlesskit_dynamic
12:03:07 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:07 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:07 + export BUILD_MODE=-buildmode=pie
12:03:07 + BUILD_MODE=-buildmode=pie
12:03:07 + _install_rootlesskit
12:03:07 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:07 + for f in rootlesskit rootlesskit-docker-proxy
12:03:07 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:07 + GOBIN=/usr/local/bin
12:03:07 + GO111MODULE=on
12:03:07 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:07 go: downloading github.com/docker/go-connections v0.4.0
12:03:07 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:07 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:07 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:07 go: downloading golang.org/x/text v0.6.0
12:03:07 go: downloading github.com/containerd/continuity v0.3.0
12:03:07 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:07 go: downloading golang.org/x/time v0.1.0
12:03:07 go: downloading github.com/opencontainers/runc v1.1.3
12:03:07 go: downloading golang.org/x/crypto v0.2.0
12:03:07 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:07 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:07 go: downloading github.com/containerd/containerd v1.6.16
12:03:08 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:08 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:08 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:08 go: downloading golang.org/x/sys v0.2.0
12:03:08 go: downloading github.com/moby/sys/signal v0.7.0
12:03:08 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:08 go: downloading github.com/moby/buildkit v0.10.6
12:03:08 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:08 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:08 go: downloading google.golang.org/grpc v1.48.0
12:03:08 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:08 go: downloading github.com/google/uuid v1.3.0
12:03:08 go: downloading github.com/moby/vpnkit v0.5.0
12:03:08 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:08 go: downloading github.com/gofrs/flock v0.8.1
12:03:08 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:08 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:08 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:08 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:08 go: downloading github.com/gogo/protobuf v1.3.2
12:03:08 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:08 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:08 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:08 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:08 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:08 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:08 go: downloading github.com/russross/blackfriday v1.6.0
12:03:08 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:08 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:08 go: downloading golang.org/x/net v0.5.0
12:03:08 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:08 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:08 go: downloading golang.org/x/net v0.1.0
12:03:08 go: downloading golang.org/x/term v0.4.0
12:03:08 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:08 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:08 go: downloading github.com/imdario/mergo v0.3.12
12:03:08 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:08 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:08 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:08 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:08 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:08 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:08 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:08 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:08 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:08 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:08 go: downloading github.com/creack/pty v1.1.11
12:03:08 go: downloading github.com/gorilla/mux v1.8.0
12:03:08 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:09 go: downloading github.com/golang/protobuf v1.5.2
12:03:09 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:09 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:09 go: downloading github.com/stretchr/testify v1.8.0
12:03:09 go: downloading github.com/rivo/uniseg v0.2.0
12:03:09 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:09 go: downloading github.com/klauspost/compress v1.15.12
12:03:09 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:09 go: downloading github.com/containerd/continuity v0.3.0
12:03:09 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:09 go: downloading golang.org/x/time v0.1.0
12:03:09 go: downloading github.com/opencontainers/runc v1.1.3
12:03:09 go: downloading golang.org/x/crypto v0.2.0
12:03:09 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:09 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:09 go: downloading github.com/stretchr/testify v1.8.0
12:03:09 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:09 go: downloading github.com/rivo/uniseg v0.2.0
12:03:09 go: downloading github.com/klauspost/compress v1.15.12
12:03:09 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:09 go: downloading github.com/containerd/continuity v0.3.0
12:03:09 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:09 go: downloading golang.org/x/time v0.1.0
12:03:09 go: downloading github.com/opencontainers/runc v1.1.3
12:03:10 go: downloading golang.org/x/crypto v0.2.0
12:03:10 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:10 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:10 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:10 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:10 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:10 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:10 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:10 go: downloading google.golang.org/grpc v1.48.0
12:03:10 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:10 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:10 go: downloading github.com/beorn7/perks v1.0.1
12:03:10 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:10 go: downloading google.golang.org/grpc v1.48.0
12:03:10 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:10 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:10 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:10 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:10 go: downloading github.com/russross/blackfriday v1.6.0
12:03:10 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:10 make[2]: Entering directory '/root/build-deb/cli'
12:03:10 scripts/docs/generate-man.sh
12:03:10 + cp -r . /tmp/docker-cli-docsgen.VK8K00WyMY/
12:03:10 + cd /tmp/docker-cli-docsgen.VK8K00WyMY
12:03:10 + ./scripts/vendor init
12:03:10 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:10 + cp man/tools.go .
12:03:10 + ./scripts/vendor update
12:03:10 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:10 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:10 go: downloading github.com/prometheus/client_model v0.3.0
12:03:10 go: downloading github.com/prometheus/common v0.37.0
12:03:10 go: downloading github.com/prometheus/procfs v0.8.0
12:03:10 go: downloading google.golang.org/protobuf v1.28.1
12:03:10 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:10 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:10 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:10 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:10 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:10 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:10 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:10 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:10 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:10 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:10 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:10 go: downloading github.com/russross/blackfriday v1.6.0
12:03:10 go: downloading golang.org/x/net v0.5.0
12:03:10 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:10 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:10 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:10 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:10 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:10 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:10 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:10 go: downloading golang.org/x/net v0.5.0
12:03:10 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:10 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:10 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:10 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:11 go: downloading k8s.io/klog/v2 v2.80.1
12:03:11 go: downloading github.com/kr/text v0.2.0
12:03:11 go: downloading github.com/docker/go-metrics v0.0.1
12:03:11 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:11 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:11 go: downloading github.com/kr/pretty v0.2.1
12:03:11 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:11 go: downloading github.com/magiconair/properties v1.5.3
12:03:11 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:11 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:11 go: downloading github.com/go-logr/logr v1.2.3
12:03:11 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:11 + go mod vendor -modfile=vendor.mod
12:03:11 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:11 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:11 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:11 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:11 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:11 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:11 go: downloading github.com/golang/protobuf v1.5.2
12:03:11 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:11 Created binary: bundles/dynbinary-daemon/dockerd
12:03:11 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:03:11 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:11 
12:03:11 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:03:11 + RM_GOPATH=0
12:03:11 + TMP_GOPATH=/go
12:03:11 + : /usr/local/bin
12:03:11 + '[' -z /go ']'
12:03:11 + export GOPATH=/go
12:03:11 + GOPATH=/go
12:03:11 + case "$(go env GOARCH)" in
12:03:11 ++ go env GOARCH
12:03:11 + export GO_BUILDMODE=-buildmode=pie
12:03:11 + GO_BUILDMODE=-buildmode=pie
12:03:11 ++ dirname hack/dockerfile/install/install.sh
12:03:11 + dir=hack/dockerfile/install
12:03:11 + bin=tini
12:03:11 + shift
12:03:11 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:03:11 + . hack/dockerfile/install/tini.installer
12:03:11 ++ : v0.19.0
12:03:11 + install_tini
12:03:11 + echo 'Install tini version v0.19.0'
12:03:11 + git clone https://github.com/krallin/tini.git /go/tini
12:03:11 Install tini version v0.19.0
12:03:11 Cloning into '/go/tini'...
12:03:11 + cd /go/tini
12:03:11 + git checkout -q v0.19.0
12:03:11 + cmake .
12:03:11 -- The C compiler identification is GNU 8.3.0
12:03:11 -- Check for working C compiler: /usr/bin/cc
12:03:11 -- Check for working C compiler: /usr/bin/cc -- works
12:03:11 -- Detecting C compiler ABI info
12:03:11 -- Detecting C compiler ABI info - done
12:03:11 -- Detecting C compile features
12:03:11 -- Detecting C compile features - done
12:03:11 -- Performing Test HAS_BUILTIN_FORTIFY
12:03:11 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:03:11 -- Configuring done
12:03:11 -- Generating done
12:03:11 -- Build files have been written to: /go/tini
12:03:11 + make tini-static
12:03:11 make[2]: Entering directory '/go/tini'
12:03:11 make[3]: Entering directory '/go/tini'
12:03:11 make[4]: Entering directory '/go/tini'
12:03:11 make[5]: Entering directory '/go/tini'
12:03:11 Scanning dependencies of target tini-static
12:03:11 make[5]: Leaving directory '/go/tini'
12:03:11 make[5]: Entering directory '/go/tini'
12:03:11 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:03:11 [100%] Linking C executable tini-static
12:03:11 make[5]: Leaving directory '/go/tini'
12:03:11 [100%] Built target tini-static
12:03:11 make[4]: Leaving directory '/go/tini'
12:03:11 make[3]: Leaving directory '/go/tini'
12:03:11 make[2]: Leaving directory '/go/tini'
12:03:11 + mkdir -p /usr/local/bin
12:03:11 + cp tini-static /usr/local/bin/docker-init
12:03:11 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:11 + RM_GOPATH=0
12:03:11 + TMP_GOPATH=/go
12:03:11 + : /usr/local/bin
12:03:11 + '[' -z /go ']'
12:03:11 + export GOPATH=/go
12:03:11 + GOPATH=/go
12:03:11 + case "$(go env GOARCH)" in
12:03:11 ++ go env GOARCH
12:03:11 + export GO_BUILDMODE=-buildmode=pie
12:03:11 + GO_BUILDMODE=-buildmode=pie
12:03:11 ++ dirname hack/dockerfile/install/install.sh
12:03:11 + dir=hack/dockerfile/install
12:03:11 + bin=rootlesskit
12:03:11 + shift
12:03:11 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:03:11 + . hack/dockerfile/install/rootlesskit.installer
12:03:11 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:11 + install_rootlesskit dynamic
12:03:11 + case "$1" in
12:03:11 + install_rootlesskit_dynamic
12:03:11 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:11 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:11 + export BUILD_MODE=-buildmode=pie
12:03:11 + BUILD_MODE=-buildmode=pie
12:03:11 + _install_rootlesskit
12:03:11 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:11 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:11 + for f in rootlesskit rootlesskit-docker-proxy
12:03:11 + GOBIN=/usr/local/bin
12:03:11 + GO111MODULE=on
12:03:11 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:11 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:11 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:11 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:11 go: downloading golang.org/x/sys v0.2.0
12:03:11 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:11 go: downloading github.com/google/uuid v1.3.0
12:03:11 go: downloading github.com/moby/vpnkit v0.5.0
12:03:11 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:11 go: downloading github.com/gofrs/flock v0.8.1
12:03:11 go: downloading github.com/gorilla/mux v1.8.0
12:03:11 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:11 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:11 make[2]: Entering directory '/root/build-deb/cli'
12:03:11 scripts/docs/generate-man.sh
12:03:11 + cp -r . /tmp/docker-cli-docsgen.bu3nyvgZS2/
12:03:11 + cd /tmp/docker-cli-docsgen.bu3nyvgZS2
12:03:11 + ./scripts/vendor init
12:03:11 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:11 + cp man/tools.go .
12:03:11 + ./scripts/vendor update
12:03:11 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:11 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:11 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:11 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:11 go: downloading github.com/morikuni/aec v1.0.0
12:03:11 go: downloading github.com/pkg/errors v0.9.1
12:03:11 go: downloading github.com/spf13/cobra v1.6.1
12:03:11 go: downloading github.com/spf13/pflag v1.0.5
12:03:11 go: downloading github.com/google/go-cmp v0.5.9
12:03:11 go: downloading gotest.tools/v3 v3.4.0
12:03:11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:11 go: downloading golang.org/x/sys v0.4.0
12:03:11 go: downloading github.com/docker/go-units v0.5.0
12:03:11 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:11 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:11 go: downloading github.com/golang/protobuf v1.5.2
12:03:11 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:11 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:11 go: downloading golang.org/x/net v0.1.0
12:03:11 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:11 go: downloading github.com/docker/go-connections v0.4.0
12:03:11 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:11 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:11 go: downloading golang.org/x/text v0.6.0
12:03:11 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:11 go: downloading github.com/containerd/containerd v1.6.16
12:03:11 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:11 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:11 go: downloading github.com/morikuni/aec v1.0.0
12:03:11 go: downloading github.com/pkg/errors v0.9.1
12:03:11 go: downloading github.com/spf13/cobra v1.6.1
12:03:11 go: downloading github.com/spf13/pflag v1.0.5
12:03:11 go: downloading github.com/google/go-cmp v0.5.9
12:03:11 go: downloading gotest.tools/v3 v3.4.0
12:03:11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:11 go: downloading golang.org/x/sys v0.4.0
12:03:11 go: downloading github.com/docker/go-units v0.5.0
12:03:11 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:11 go: downloading github.com/docker/go-connections v0.4.0
12:03:11 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:11 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:11 go: downloading golang.org/x/text v0.6.0
12:03:12 go: downloading github.com/moby/sys/signal v0.7.0
12:03:12 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:12 go: downloading github.com/moby/buildkit v0.10.6
12:03:12 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:12 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:12 go: downloading github.com/gogo/protobuf v1.3.2
12:03:12 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:12 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:12 Created binary: bundles/dynbinary-daemon/dockerd
12:03:12 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
12:03:12 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:12 
12:03:12 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:03:12 + RM_GOPATH=0
12:03:12 + TMP_GOPATH=/go
12:03:12 + : /usr/local/bin
12:03:12 + '[' -z /go ']'
12:03:12 + export GOPATH=/go
12:03:12 + GOPATH=/go
12:03:12 + case "$(go env GOARCH)" in
12:03:12 ++ go env GOARCH
12:03:12 + export GO_BUILDMODE=-buildmode=pie
12:03:12 + GO_BUILDMODE=-buildmode=pie
12:03:12 ++ dirname hack/dockerfile/install/install.sh
12:03:12 + dir=hack/dockerfile/install
12:03:12 + bin=tini
12:03:12 + shift
12:03:12 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:03:12 + . hack/dockerfile/install/tini.installer
12:03:12 ++ : v0.19.0
12:03:12 + install_tini
12:03:12 Install tini version v0.19.0
12:03:12 + echo 'Install tini version v0.19.0'
12:03:12 + git clone https://github.com/krallin/tini.git /go/tini
12:03:12 Cloning into '/go/tini'...
12:03:12 + cd /go/tini
12:03:12 + git checkout -q v0.19.0
12:03:12 + cmake .
12:03:12 -- The C compiler identification is GNU 7.5.0
12:03:12 -- Check for working C compiler: /usr/bin/cc
12:03:12 -- Check for working C compiler: /usr/bin/cc -- works
12:03:12 -- Detecting C compiler ABI info
12:03:12 -- Detecting C compiler ABI info - done
12:03:12 -- Detecting C compile features
12:03:12 -- Detecting C compile features - done
12:03:12 -- Performing Test HAS_BUILTIN_FORTIFY
12:03:12 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:03:12 -- Configuring done
12:03:12 -- Generating done
12:03:12 -- Build files have been written to: /go/tini
12:03:12 + make tini-static
12:03:12 make[2]: Entering directory '/go/tini'
12:03:12 make[3]: Entering directory '/go/tini'
12:03:12 make[4]: Entering directory '/go/tini'
12:03:12 make[5]: Entering directory '/go/tini'
12:03:12 Scanning dependencies of target tini-static
12:03:12 make[5]: Leaving directory '/go/tini'
12:03:12 make[5]: Entering directory '/go/tini'
12:03:12 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:03:12 [100%] Linking C executable tini-static
12:03:12 make[5]: Leaving directory '/go/tini'
12:03:12 [100%] Built target tini-static
12:03:12 make[4]: Leaving directory '/go/tini'
12:03:12 make[3]: Leaving directory '/go/tini'
12:03:12 make[2]: Leaving directory '/go/tini'
12:03:12 + mkdir -p /usr/local/bin
12:03:12 + cp tini-static /usr/local/bin/docker-init
12:03:12 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:12 + RM_GOPATH=0
12:03:12 + TMP_GOPATH=/go
12:03:12 + : /usr/local/bin
12:03:12 + '[' -z /go ']'
12:03:12 + export GOPATH=/go
12:03:12 + GOPATH=/go
12:03:12 + case "$(go env GOARCH)" in
12:03:12 ++ go env GOARCH
12:03:12 + export GO_BUILDMODE=-buildmode=pie
12:03:12 + GO_BUILDMODE=-buildmode=pie
12:03:12 ++ dirname hack/dockerfile/install/install.sh
12:03:12 + dir=hack/dockerfile/install
12:03:12 + bin=rootlesskit
12:03:12 + shift
12:03:12 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:03:12 + . hack/dockerfile/install/rootlesskit.installer
12:03:12 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:12 + install_rootlesskit dynamic
12:03:12 + case "$1" in
12:03:12 + install_rootlesskit_dynamic
12:03:12 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:12 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:12 + export BUILD_MODE=-buildmode=pie
12:03:12 + BUILD_MODE=-buildmode=pie
12:03:12 + _install_rootlesskit
12:03:12 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:12 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:12 + for f in rootlesskit rootlesskit-docker-proxy
12:03:12 + GOBIN=/usr/local/bin
12:03:12 + GO111MODULE=on
12:03:12 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:12 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:12 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:12 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:12 go: downloading golang.org/x/sys v0.2.0
12:03:12 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:12 go: downloading github.com/google/uuid v1.3.0
12:03:12 go: downloading github.com/moby/vpnkit v0.5.0
12:03:12 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:12 go: downloading github.com/gofrs/flock v0.8.1
12:03:12 go: downloading github.com/gorilla/mux v1.8.0
12:03:12 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:12 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:12 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:12 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:12 go: downloading golang.org/x/net v0.1.0
12:03:12 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:12 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:12 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:12 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:12 go: downloading github.com/containerd/containerd v1.6.16
12:03:12 go: downloading golang.org/x/term v0.4.0
12:03:12 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:12 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:12 go: downloading github.com/imdario/mergo v0.3.12
12:03:12 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:12 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:12 go: downloading github.com/creack/pty v1.1.11
12:03:12 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:12 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:12 go: downloading github.com/beorn7/perks v1.0.1
12:03:12 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:12 go: downloading github.com/prometheus/client_model v0.3.0
12:03:12 go: downloading github.com/prometheus/common v0.37.0
12:03:12 go: downloading github.com/moby/sys/signal v0.7.0
12:03:12 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:12 go: downloading github.com/moby/buildkit v0.10.6
12:03:12 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:12 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:12 go: downloading github.com/gogo/protobuf v1.3.2
12:03:12 go: downloading google.golang.org/protobuf v1.28.1
12:03:12 go: downloading github.com/prometheus/procfs v0.8.0
12:03:12 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:12 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:12 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:12 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:12 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:12 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:12 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:12 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:13 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:13 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:13 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:13 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:13 go: downloading github.com/beorn7/perks v1.0.1
12:03:13 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:13 go: downloading github.com/prometheus/client_model v0.3.0
12:03:13 go: downloading github.com/prometheus/common v0.37.0
12:03:13 go: downloading github.com/prometheus/procfs v0.8.0
12:03:13 go: downloading google.golang.org/protobuf v1.28.1
12:03:13 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:13 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:13 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:13 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:13 go: downloading k8s.io/klog/v2 v2.80.1
12:03:13 go: downloading github.com/kr/text v0.2.0
12:03:13 go: downloading github.com/docker/go-metrics v0.0.1
12:03:13 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:13 go: downloading github.com/kr/pretty v0.2.1
12:03:13 go: downloading github.com/magiconair/properties v1.5.3
12:03:13 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:13 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:13 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:13 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:13 go: downloading github.com/go-logr/logr v1.2.3
12:03:13 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:13 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:13 go: downloading k8s.io/klog/v2 v2.80.1
12:03:13 go: downloading github.com/kr/text v0.2.0
12:03:13 go: downloading github.com/docker/go-metrics v0.0.1
12:03:13 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:13 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:13 go: downloading github.com/kr/pretty v0.2.1
12:03:13 go: downloading github.com/magiconair/properties v1.5.3
12:03:13 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:13 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:13 + go mod vendor -modfile=vendor.mod
12:03:13 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:13 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:13 go: downloading github.com/go-logr/logr v1.2.3
12:03:13 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:13 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:13 go: downloading github.com/stretchr/testify v1.8.0
12:03:13 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:13 go: downloading github.com/rivo/uniseg v0.2.0
12:03:13 go: downloading github.com/klauspost/compress v1.15.12
12:03:13 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:13 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:13 go: downloading golang.org/x/term v0.4.0
12:03:13 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:13 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:13 go: downloading github.com/imdario/mergo v0.3.12
12:03:13 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:13 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:13 go: downloading github.com/creack/pty v1.1.11
12:03:13 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:13 + go mod vendor -modfile=vendor.mod
12:03:13 go: downloading github.com/containerd/continuity v0.3.0
12:03:13 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:13 go: downloading golang.org/x/time v0.1.0
12:03:13 go: downloading github.com/opencontainers/runc v1.1.3
12:03:13 go: downloading golang.org/x/crypto v0.2.0
12:03:13 Created binary: bundles/dynbinary-daemon/dockerd
12:03:13 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:03:13 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:13 
12:03:13 ~/rpmbuild/BUILD/src
12:03:13 + popd
12:03:13 + RPM_EC=0
12:03:13 ++ jobs -p
12:03:13 + exit 0
12:03:13 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IpPo2U
12:03:13 + umask 022
12:03:13 + cd /root/rpmbuild/BUILD
12:03:13 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64 '!=' / ']'
12:03:13 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:03:13 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:03:13 + mkdir -p /root/rpmbuild/BUILDROOT
12:03:13 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:03:13 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:03:13 + export CFLAGS
12:03:13 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:03:13 + export CXXFLAGS
12:03:13 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:03:13 + export FFLAGS
12:03:13 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:03:13 + export FCFLAGS
12:03:13 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:03:13 + export LDFLAGS
12:03:13 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:03:13 + export LT_SYS_LIBRARY_PATH
12:03:13 + CC=gcc
12:03:13 + export CC
12:03:13 + CXX=g++
12:03:13 + export CXX
12:03:13 + cd src
12:03:13 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:03:13 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/dockerd
12:03:13 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:03:13 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
12:03:13 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-init
12:03:13 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/lib/systemd/system/docker.service
12:03:13 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/lib/systemd/system/docker.socket
12:03:13 + /usr/lib/rpm/check-buildroot
12:03:13 + /usr/lib/rpm/redhat/brp-ldconfig
12:03:13 + /usr/lib/rpm/brp-compress
12:03:13 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:03:13 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:03:13 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:03:13 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:03:13 + /usr/lib/rpm/check-rpaths
12:03:13 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:03:13 + /usr/lib/rpm/brp-remove-la-files
12:03:13 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:03:13 + /usr/lib/rpm/redhat/brp-python-hardlink
12:03:13 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Ok7lq2
12:03:13 + umask 022
12:03:13 + cd /root/rpmbuild/BUILD
12:03:13 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:03:13 + export CFLAGS
12:03:13 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:03:13 + export CXXFLAGS
12:03:13 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:03:13 + export FFLAGS
12:03:13 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:03:13 + export FCFLAGS
12:03:13 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:03:13 + export LDFLAGS
12:03:13 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:03:13 + export LT_SYS_LIBRARY_PATH
12:03:13 + CC=gcc
12:03:13 + export CC
12:03:13 + CXX=g++
12:03:13 + export CXX
12:03:13 + cd src
12:03:13 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:03:13 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:03:13 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:03:13 + echo 'PASS: daemon version OK'
12:03:13 PASS: daemon version OK
12:03:13 + RPM_EC=0
12:03:13 ++ jobs -p
12:03:13 + exit 0
12:03:13 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:03:13 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
12:03:13 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.fc37 docker-ce(x86-64) = 3:0.0.0~20230206193855.ab4ef4a-0.fc37
12:03:13 Requires(interp): /bin/sh /bin/sh /bin/sh
12:03:13 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:03:13 Requires(post): /bin/sh
12:03:13 Requires(preun): /bin/sh
12:03:13 Requires(postun): /bin/sh
12:03:13 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)
12:03:13 Conflicts: docker docker-ee docker-engine-cs docker-io
12:03:13 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:03:13 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:03:13 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.src.rpm
12:03:14 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:14 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:14 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:14 go: downloading google.golang.org/grpc v1.48.0
12:03:14 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:14 go: downloading github.com/stretchr/testify v1.8.0
12:03:14 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:14 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:14 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:14 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:14 go: downloading github.com/russross/blackfriday v1.6.0
12:03:14 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:14 go: downloading golang.org/x/net v0.5.0
12:03:14 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:14 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:14 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:14 go: downloading github.com/rivo/uniseg v0.2.0
12:03:14 go: downloading github.com/klauspost/compress v1.15.12
12:03:14 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:14 go: downloading github.com/containerd/continuity v0.3.0
12:03:14 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:14 go: downloading golang.org/x/time v0.1.0
12:03:14 go: downloading github.com/opencontainers/runc v1.1.3
12:03:14 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:14 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:14 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:14 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:14 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:14 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:14 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:14 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:15 go: downloading golang.org/x/crypto v0.2.0
12:03:15 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:15 go: downloading github.com/golang/protobuf v1.5.2
12:03:15 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:15 + for f in rootlesskit rootlesskit-docker-proxy
12:03:15 + GOBIN=/usr/local/bin
12:03:15 + GO111MODULE=on
12:03:15 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:15 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:15 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:15 go: downloading google.golang.org/grpc v1.48.0
12:03:15 + return
12:03:15 + exit 0
12:03:15 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lKLr3U
12:03:15 + umask 022
12:03:15 + cd /root/rpmbuild/BUILD
12:03:15 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64 '!=' / ']'
12:03:15 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:03:15 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:03:15 + mkdir -p /root/rpmbuild/BUILDROOT
12:03:15 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:03:15 + cd src
12:03:15 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/dockerd-rootless.sh
12:03:15 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/dockerd-rootless-setuptool.sh
12:03:15 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/rootlesskit
12:03:15 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64/usr/bin/rootlesskit-docker-proxy
12:03:15 + /usr/lib/rpm/check-buildroot
12:03:15 + /usr/lib/rpm/redhat/brp-compress
12:03:15 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
12:03:15 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:03:15 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
12:03:15 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
12:03:15 + /usr/lib/rpm/redhat/brp-python-hardlink
12:03:15 + /usr/lib/rpm/redhat/brp-java-repack-jars
12:03:15 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RfU30J
12:03:15 + umask 022
12:03:15 + cd /root/rpmbuild/BUILD
12:03:15 + cd src
12:03:15 + /usr/local/bin/rootlesskit -v
12:03:15 rootlesskit version 1.1.0
12:03:15 + exit 0
12:03:15 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:15 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:15 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:15 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:15 go: downloading github.com/russross/blackfriday v1.6.0
12:03:15 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:15 go: downloading golang.org/x/net v0.5.0
12:03:15 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:15 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:15 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:16 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:03:16 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:16 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:16 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:16 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:16 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.el7 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230206193855.ab4ef4a-0.el7
12:03:16 Requires(interp): /bin/sh /bin/sh /bin/sh
12:03:16 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:03:16 Requires(post): /bin/sh
12:03:16 Requires(preun): /bin/sh
12:03:16 Requires(postun): /bin/sh
12:03:16 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)
12:03:16 Conflicts: rootlesskit
12:03:16 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:03:16 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:16 go: downloading github.com/golang/protobuf v1.5.2
12:03:16 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:16 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:16 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:16 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:16 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:16 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:16 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:16 go: downloading github.com/beorn7/perks v1.0.1
12:03:16 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:16 go: downloading github.com/prometheus/client_model v0.3.0
12:03:16 go: downloading github.com/prometheus/common v0.37.0
12:03:16 go: downloading github.com/prometheus/procfs v0.8.0
12:03:16 go: downloading google.golang.org/protobuf v1.28.1
12:03:16 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:16 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:16 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:16 go: downloading k8s.io/klog/v2 v2.80.1
12:03:16 go: downloading github.com/kr/text v0.2.0
12:03:16 go: downloading github.com/docker/go-metrics v0.0.1
12:03:16 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:16 go: downloading github.com/kr/pretty v0.2.1
12:03:16 go: downloading github.com/magiconair/properties v1.5.3
12:03:16 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:16 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:16 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:16 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:16 go: downloading github.com/go-logr/logr v1.2.3
12:03:16 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:16 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.src.rpm
12:03:16 + go mod vendor -modfile=vendor.mod
12:03:17 Created binary: bundles/dynbinary-daemon/dockerd
12:03:17 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:03:17 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:17 
12:03:17 ~/rpmbuild/BUILD/src
12:03:17 + popd
12:03:17 + exit 0
12:03:17 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.eKF7tX
12:03:17 + umask 022
12:03:17 + cd /root/rpmbuild/BUILD
12:03:17 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64 '!=' / ']'
12:03:17 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:03:17 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:03:17 + mkdir -p /root/rpmbuild/BUILDROOT
12:03:17 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:03:17 + cd src
12:03:17 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:03:17 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/dockerd
12:03:17 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:03:17 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/docker-proxy
12:03:17 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/docker-init
12:03:17 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/lib/systemd/system/docker.service
12:03:17 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/lib/systemd/system/docker.socket
12:03:17 + /usr/lib/rpm/check-buildroot
12:03:17 + /usr/lib/rpm/redhat/brp-ldconfig
12:03:17 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:03:17 + /usr/lib/rpm/brp-compress
12:03:17 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:03:17 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:03:17 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
12:03:17 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:03:17 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:03:17 + /usr/lib/rpm/brp-python-hardlink
12:03:17 + PYTHON3=/usr/libexec/platform-python
12:03:17 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:03:17 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.aeFE0M
12:03:17 + umask 022
12:03:17 + cd /root/rpmbuild/BUILD
12:03:17 + cd src
12:03:17 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:03:17 PASS: daemon version OK
12:03:17 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:03:17 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:03:17 + echo 'PASS: daemon version OK'
12:03:17 + exit 0
12:03:17 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:03:17 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/docker-proxy
12:03:17 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.el8 docker-ce(x86-64) = 3:0.0.0~20230206193855.ab4ef4a-0.el8
12:03:17 Requires(interp): /bin/sh /bin/sh /bin/sh
12:03:17 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:03:17 Requires(post): /bin/sh
12:03:17 Requires(preun): /bin/sh
12:03:17 Requires(postun): /bin/sh
12:03:17 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
12:03:17 Conflicts: docker docker-ee docker-engine-cs docker-io
12:03:17 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
12:03:17 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:03:17 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.src.rpm
12:03:17 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:18 + for f in rootlesskit rootlesskit-docker-proxy
12:03:18 + GOBIN=/usr/local/bin
12:03:18 + GO111MODULE=on
12:03:18 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:18 Created binary: bundles/dynbinary-daemon/dockerd
12:03:18 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
12:03:18 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:18 
12:03:18 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:03:18 + RM_GOPATH=0
12:03:18 + TMP_GOPATH=/go
12:03:18 + : /usr/local/bin
12:03:18 + '[' -z /go ']'
12:03:18 + export GOPATH=/go
12:03:18 + GOPATH=/go
12:03:18 + case "$(go env GOARCH)" in
12:03:18 ++ go env GOARCH
12:03:18 + export GO_BUILDMODE=-buildmode=pie
12:03:18 + GO_BUILDMODE=-buildmode=pie
12:03:18 ++ dirname hack/dockerfile/install/install.sh
12:03:18 + dir=hack/dockerfile/install
12:03:18 + bin=tini
12:03:18 + shift
12:03:18 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:03:18 + . hack/dockerfile/install/tini.installer
12:03:18 ++ : v0.19.0
12:03:18 + install_tini
12:03:18 + echo 'Install tini version v0.19.0'
12:03:18 + git clone https://github.com/krallin/tini.git /go/tini
12:03:18 Install tini version v0.19.0
12:03:18 Cloning into '/go/tini'...
12:03:18 + cd /go/tini
12:03:18 + git checkout -q v0.19.0
12:03:18 + cmake .
12:03:18 -- The C compiler identification is GNU 8.3.0
12:03:18 -- Check for working C compiler: /usr/bin/cc
12:03:18 -- Check for working C compiler: /usr/bin/cc -- works
12:03:18 -- Detecting C compiler ABI info
12:03:18 -- Detecting C compiler ABI info - done
12:03:18 -- Detecting C compile features
12:03:18 -- Detecting C compile features - done
12:03:18 -- Performing Test HAS_BUILTIN_FORTIFY
12:03:18 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:03:18 -- Configuring done
12:03:18 -- Generating done
12:03:18 -- Build files have been written to: /go/tini
12:03:18 + make tini-static
12:03:18 make[2]: Entering directory '/go/tini'
12:03:18 make[3]: Entering directory '/go/tini'
12:03:18 make[4]: Entering directory '/go/tini'
12:03:18 make[5]: Entering directory '/go/tini'
12:03:18 Scanning dependencies of target tini-static
12:03:18 make[5]: Leaving directory '/go/tini'
12:03:18 make[5]: Entering directory '/go/tini'
12:03:18 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:03:18 [100%] Linking C executable tini-static
12:03:18 make[5]: Leaving directory '/go/tini'
12:03:18 [100%] Built target tini-static
12:03:18 make[4]: Leaving directory '/go/tini'
12:03:18 make[3]: Leaving directory '/go/tini'
12:03:18 make[2]: Leaving directory '/go/tini'
12:03:18 + mkdir -p /usr/local/bin
12:03:18 + cp tini-static /usr/local/bin/docker-init
12:03:18 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:18 + RM_GOPATH=0
12:03:18 + TMP_GOPATH=/go
12:03:18 + : /usr/local/bin
12:03:18 + '[' -z /go ']'
12:03:18 + export GOPATH=/go
12:03:18 + GOPATH=/go
12:03:18 + case "$(go env GOARCH)" in
12:03:18 ++ go env GOARCH
12:03:18 + export GO_BUILDMODE=-buildmode=pie
12:03:18 + GO_BUILDMODE=-buildmode=pie
12:03:18 ++ dirname hack/dockerfile/install/install.sh
12:03:18 + dir=hack/dockerfile/install
12:03:18 + bin=rootlesskit
12:03:18 + shift
12:03:18 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:03:18 + . hack/dockerfile/install/rootlesskit.installer
12:03:18 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:18 + install_rootlesskit dynamic
12:03:18 + case "$1" in
12:03:18 + install_rootlesskit_dynamic
12:03:18 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:18 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:18 + export BUILD_MODE=-buildmode=pie
12:03:18 + BUILD_MODE=-buildmode=pie
12:03:18 + _install_rootlesskit
12:03:18 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:18 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:18 + for f in rootlesskit rootlesskit-docker-proxy
12:03:18 + GOBIN=/usr/local/bin
12:03:18 + GO111MODULE=on
12:03:18 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:18 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:18 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:18 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:18 go: downloading golang.org/x/sys v0.2.0
12:03:18 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:18 go: downloading github.com/google/uuid v1.3.0
12:03:18 go: downloading github.com/moby/vpnkit v0.5.0
12:03:18 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:18 go: downloading github.com/gofrs/flock v0.8.1
12:03:18 go: downloading github.com/gorilla/mux v1.8.0
12:03:18 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:18 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:18 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:18 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:18 go: downloading golang.org/x/net v0.1.0
12:03:18 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:18 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:18 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:18 go: downloading github.com/beorn7/perks v1.0.1
12:03:18 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:18 go: downloading github.com/prometheus/client_model v0.3.0
12:03:18 go: downloading github.com/prometheus/common v0.37.0
12:03:18 go: downloading github.com/prometheus/procfs v0.8.0
12:03:18 go: downloading google.golang.org/protobuf v1.28.1
12:03:18 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:18 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:18 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:18 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:18 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:18 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:18 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:18 go: downloading k8s.io/klog/v2 v2.80.1
12:03:18 go: downloading github.com/kr/text v0.2.0
12:03:18 go: downloading github.com/docker/go-metrics v0.0.1
12:03:18 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:18 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:18 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:18 go: downloading github.com/kr/pretty v0.2.1
12:03:18 go: downloading github.com/magiconair/properties v1.5.3
12:03:18 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:18 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:18 go: downloading github.com/go-logr/logr v1.2.3
12:03:18 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:18 + go mod vendor -modfile=vendor.mod
12:03:18 #20 DONE 65.9s
12:03:18 
12:03:18 #21 [binary 1/1] COPY --from=build /out .
12:03:18 #21 DONE 0.1s
12:03:18 
12:03:18 #22 exporting to client
12:03:18 #22 copying files 24.78MB 0.1s
12:03:18 #22 copying files 34.43MB 0.2s done
12:03:18 #22 DONE 0.2s
12:03:18 mkdir -p build/win/amd64/docker
12:03:18 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
12:03:18 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
12:03:18 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
12:03:18 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-20230206193855-ab4ef4a.zip docker'
12:03:18 Unable to find image 'alpine:latest' locally
12:03:18 latest: Pulling from library/alpine
12:03:18 8921db27df28: Pulling fs layer
12:03:18 8921db27df28: Verifying Checksum
12:03:18 8921db27df28: Download complete
12:03:18 8921db27df28: Pull complete
12:03:18 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:03:18 Status: Downloaded newer image for alpine:latest
12:03:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
12:03:18 make[2]: Entering directory '/root/build-deb/cli'
12:03:18 scripts/docs/generate-man.sh
12:03:18 + cp -r . /tmp/docker-cli-docsgen.tfmWMlWCO2/
12:03:18 + cd /tmp/docker-cli-docsgen.tfmWMlWCO2
12:03:18 + ./scripts/vendor init
12:03:18 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:18 + cp man/tools.go .
12:03:18 + ./scripts/vendor update
12:03:18 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:18 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:18 go: downloading github.com/spf13/cobra v1.6.1
12:03:18 go: downloading github.com/spf13/pflag v1.0.5
12:03:18 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:18 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:18 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:18 go: downloading github.com/morikuni/aec v1.0.0
12:03:18 go: downloading github.com/pkg/errors v0.9.1
12:03:18 go: downloading github.com/google/go-cmp v0.5.9
12:03:18 go: downloading gotest.tools/v3 v3.4.0
12:03:18 go: downloading golang.org/x/sys v0.4.0
12:03:18 go: downloading github.com/docker/go-units v0.5.0
12:03:18 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:18 go: downloading github.com/docker/go-connections v0.4.0
12:03:18 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:18 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:18 go: downloading github.com/containerd/containerd v1.6.16
12:03:18 go: downloading golang.org/x/text v0.6.0
12:03:19 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm
12:03:19 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.26e2YA
12:03:19 + umask 022
12:03:19 + cd /root/rpmbuild/BUILD
12:03:19 + cd src
12:03:19 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:03:19 + exit 0
12:03:19 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.4SVdJA
12:03:19 + umask 022
12:03:19 + cd /root/rpmbuild/BUILD
12:03:19 + cd /root/rpmbuild/BUILD
12:03:19 + rm -rf src
12:03:19 + /usr/bin/mkdir -p src
12:03:19 + cd src
12:03:19 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:03:19 + /usr/bin/tar -xof -
12:03:19 + STATUS=0
12:03:19 + '[' 0 -ne 0 ']'
12:03:19 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:03:19 + /usr/bin/tar -xof -
12:03:19 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:19 go: downloading github.com/moby/sys/signal v0.7.0
12:03:19 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:19 go: downloading github.com/moby/buildkit v0.10.6
12:03:19 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:19 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:19 go: downloading github.com/gogo/protobuf v1.3.2
12:03:19 + return
12:03:19 # Build the CLI
12:03:19 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:03:19 Building dynamic docker-linux-amd64
12:03:19 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:49Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:19 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:19 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
12:03:19 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:19 go: downloading golang.org/x/term v0.4.0
12:03:19 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:19 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:19 go: downloading github.com/imdario/mergo v0.3.12
12:03:19 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:19 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:19 go: downloading github.com/creack/pty v1.1.11
12:03:19 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:19 + STATUS=0
12:03:19 + '[' 0 -ne 0 ']'
12:03:19 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:03:19 + exit 0
12:03:19 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0BJZ2k
12:03:19 + umask 022
12:03:19 + cd /root/rpmbuild/BUILD
12:03:19 + cd src
12:03:19 + mkdir -p /go/src/github.com/docker
12:03:19 + rm -f /go/src/github.com/docker/cli
12:03:19 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:03:19 + pushd /go/src/github.com/docker/cli
12:03:19 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:03:19 + VERSION=0.0.0-20230206193855-ab4ef4a
12:03:19 + GITCOMMIT=ab4ef4a
12:03:19 + GO_LINKMODE=dynamic
12:03:19 + ./scripts/build/binary
12:03:19 Building dynamic docker-linux-amd64
12:03:19 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:03:19Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:03:19 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:19 v3.17.1-171-g3680a65e5d [https://dl-cdn.alpinelinux.org/alpine/v3.17/main]
12:03:19 v3.17.1-175-g19cab0fa64 [https://dl-cdn.alpinelinux.org/alpine/v3.17/community]
12:03:19 OK: 17813 distinct packages available
12:03:20 (1/2) Installing unzip (6.0-r13)
12:03:20 + for f in rootlesskit rootlesskit-docker-proxy
12:03:20 + GOBIN=/usr/local/bin
12:03:20 + GO111MODULE=on
12:03:20 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:20 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:20 go: downloading github.com/stretchr/testify v1.8.0
12:03:20 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:20 go: downloading github.com/klauspost/compress v1.15.12
12:03:20 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:20 go: downloading github.com/rivo/uniseg v0.2.0
12:03:20 go: downloading github.com/containerd/continuity v0.3.0
12:03:20 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:20 go: downloading golang.org/x/time v0.1.0
12:03:20 go: downloading github.com/opencontainers/runc v1.1.3
12:03:20 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm
12:03:20 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eIRFOL
12:03:20 + umask 022
12:03:20 + cd /root/rpmbuild/BUILD
12:03:20 + cd src
12:03:20 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:03:20 + exit 0
12:03:20 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vQL57P
12:03:20 + umask 022
12:03:20 + cd /root/rpmbuild/BUILD
12:03:20 + cd /root/rpmbuild/BUILD
12:03:20 + rm -rf src
12:03:21 go: downloading golang.org/x/crypto v0.2.0
12:03:21 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:21 + /usr/bin/mkdir -p src
12:03:21 + cd src
12:03:21 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:03:21 + /usr/bin/tar -xf -
12:03:21 + return
12:03:21 # Build the CLI
12:03:21 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:03:21 Building dynamic docker-linux-arm-v6
12:03:21 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:46Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:21 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:21 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:21 go: downloading google.golang.org/grpc v1.48.0
12:03:21 #53 ...
12:03:21 
12:03: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...)
12:03:21 #47 DONE 119.8s
12:03:21 
12:03:21 #53 [build 6/6] RUN --mount=type=bind,target=.     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy     --mount=type=cache,target=/root/.cache/go-build,id=moby-build-linux/amd64 <<EOT (set -e...)
12:03:21 #53 ...
12:03:21 
12:03:21 #56 [all 2/7] COPY --from=runc          /build/ /
12:03:21 #56 DONE 0.1s
12:03:21 
12:03:21 #49 [containerd-build 3/3] RUN --mount=from=containerd-src,src=/usr/src/containerd,rw     --mount=type=cache,target=/root/.cache/go-build,id=containerd-build-linux/amd64 <<EOT (set -e...)
12:03:21 (2/2) Installing zip (3.0-r10)
12:03:21 Executing busybox-1.35.0-r29.trigger
12:03:21 OK: 8 MiB in 17 packages
12:03:21   adding: docker/ (stored 0%)
12:03:21 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:21 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:21 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:21 go: downloading github.com/russross/blackfriday v1.6.0
12:03:21 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:21 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:21 go: downloading golang.org/x/net v0.5.0
12:03:21 + STATUS=0
12:03:21 + '[' 0 -ne 0 ']'
12:03:21 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:03:21 + /usr/bin/tar -xf -
12:03:21 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:21 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:21 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:21 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:21 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:21 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:21 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:21 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:22 + STATUS=0
12:03:22 + '[' 0 -ne 0 ']'
12:03:22 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:03:22 go: downloading github.com/golang/protobuf v1.5.2
12:03:22 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:22 + exit 0
12:03:22 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.y2TzTY
12:03:22 + umask 022
12:03:22 + cd /root/rpmbuild/BUILD
12:03:22 + cd src
12:03:22 + pushd /root/rpmbuild/BUILD/src/buildx
12:03:22 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:03:22 + GO111MODULE=on
12:03:22 + CGO_ENABLED=0
12:03:22 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
12:03:23 Created binary: bundles/dynbinary-daemon/dockerd
12:03:23 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
12:03:23 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:23 
12:03:23 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:03:23 + RM_GOPATH=0
12:03:23 + TMP_GOPATH=/go
12:03:23 + : /usr/local/bin
12:03:23 + '[' -z /go ']'
12:03:23 + export GOPATH=/go
12:03:23 + GOPATH=/go
12:03:23 + case "$(go env GOARCH)" in
12:03:23 ++ go env GOARCH
12:03:23 + export GO_BUILDMODE=-buildmode=pie
12:03:23 + GO_BUILDMODE=-buildmode=pie
12:03:23 ++ dirname hack/dockerfile/install/install.sh
12:03:23 + dir=hack/dockerfile/install
12:03:23 + bin=tini
12:03:23 + shift
12:03:23 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:03:23 + . hack/dockerfile/install/tini.installer
12:03:23 ++ : v0.19.0
12:03:23 + install_tini
12:03:23 Install tini version v0.19.0
12:03:23 + echo 'Install tini version v0.19.0'
12:03:23 + git clone https://github.com/krallin/tini.git /go/tini
12:03:23 Cloning into '/go/tini'...
12:03:23 + cd /go/tini
12:03:23 + git checkout -q v0.19.0
12:03:23 + cmake .
12:03:23 -- The C compiler identification is GNU 10.2.1
12:03:23 -- Detecting C compiler ABI info
12:03:23 -- Detecting C compiler ABI info - done
12:03:23 -- Check for working C compiler: /usr/bin/cc - skipped
12:03:23 -- Detecting C compile features
12:03:23 -- Detecting C compile features - done
12:03:23 -- Performing Test HAS_BUILTIN_FORTIFY
12:03:23 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:03:23 -- Configuring done
12:03:23 -- Generating done
12:03:23 -- Build files have been written to: /go/tini
12:03:23 + make tini-static
12:03:23 make[2]: Entering directory '/go/tini'
12:03:23 make[3]: Entering directory '/go/tini'
12:03:23 make[4]: Entering directory '/go/tini'
12:03:23 make[5]: Entering directory '/go/tini'
12:03:23 Scanning dependencies of target tini-static
12:03:23 make[5]: Leaving directory '/go/tini'
12:03:23 make[5]: Entering directory '/go/tini'
12:03:23 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:03:23 [100%] Linking C executable tini-static
12:03:23 make[5]: Leaving directory '/go/tini'
12:03:23 [100%] Built target tini-static
12:03:23 make[4]: Leaving directory '/go/tini'
12:03:23 make[3]: Leaving directory '/go/tini'
12:03:23 make[2]: Leaving directory '/go/tini'
12:03:23 + mkdir -p /usr/local/bin
12:03:23 + cp tini-static /usr/local/bin/docker-init
12:03:23 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:23 + RM_GOPATH=0
12:03:23 + TMP_GOPATH=/go
12:03:23 + : /usr/local/bin
12:03:23 + '[' -z /go ']'
12:03:23 + export GOPATH=/go
12:03:23 + GOPATH=/go
12:03:23 + case "$(go env GOARCH)" in
12:03:23 ++ go env GOARCH
12:03:23 + export GO_BUILDMODE=-buildmode=pie
12:03:23 + GO_BUILDMODE=-buildmode=pie
12:03:23 ++ dirname hack/dockerfile/install/install.sh
12:03:23 + dir=hack/dockerfile/install
12:03:23 + bin=rootlesskit
12:03:23 + shift
12:03:23 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:03:23 + . hack/dockerfile/install/rootlesskit.installer
12:03:23 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:23 + install_rootlesskit dynamic
12:03:23 + case "$1" in
12:03:23 + install_rootlesskit_dynamic
12:03:23 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:23 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:23 + export BUILD_MODE=-buildmode=pie
12:03:23 + BUILD_MODE=-buildmode=pie
12:03:23 + _install_rootlesskit
12:03:23 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:23 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:23 + for f in rootlesskit rootlesskit-docker-proxy
12:03:23 + GOBIN=/usr/local/bin
12:03:23 + GO111MODULE=on
12:03:23 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:23 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:23 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:23 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:23 go: downloading golang.org/x/sys v0.2.0
12:03:23 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:23 go: downloading github.com/google/uuid v1.3.0
12:03:23 go: downloading github.com/moby/vpnkit v0.5.0
12:03:23 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:23 go: downloading github.com/gofrs/flock v0.8.1
12:03:23 go: downloading github.com/gorilla/mux v1.8.0
12:03:23 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:23 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:23 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:23 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:23 go: downloading golang.org/x/net v0.1.0
12:03:23 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:23   adding: docker/docker.exe (deflated 54%)
12:03:23   adding: docker/docker-proxy.exe (deflated 61%)
12:03:24 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:24 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:24 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:24 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:24 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:24 go: downloading github.com/beorn7/perks v1.0.1
12:03:24 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:24 go: downloading github.com/prometheus/client_model v0.3.0
12:03:24 go: downloading github.com/prometheus/common v0.37.0
12:03:24 go: downloading github.com/prometheus/procfs v0.8.0
12:03:24 go: downloading google.golang.org/protobuf v1.28.1
12:03:24 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:24 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:24 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:24 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:24 go: downloading k8s.io/klog/v2 v2.80.1
12:03:24 go: downloading github.com/kr/text v0.2.0
12:03:24 go: downloading github.com/docker/go-metrics v0.0.1
12:03:24 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:24 go: downloading github.com/kr/pretty v0.2.1
12:03:24 go: downloading github.com/magiconair/properties v1.5.3
12:03:24 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:24 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:24 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:24 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:24 go: downloading github.com/go-logr/logr v1.2.3
12:03:24 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:24 + go mod vendor -modfile=vendor.mod
12:03:24 Created binary: bundles/dynbinary-daemon/dockerd
12:03:24 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
12:03:24 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:24 
12:03:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:03:24 + RM_GOPATH=0
12:03:24 + TMP_GOPATH=/go
12:03:24 + : /usr/local/bin
12:03:24 + '[' -z /go ']'
12:03:24 + export GOPATH=/go
12:03:24 + GOPATH=/go
12:03:24 + case "$(go env GOARCH)" in
12:03:24 ++ go env GOARCH
12:03:24 + export GO_BUILDMODE=-buildmode=pie
12:03:24 + GO_BUILDMODE=-buildmode=pie
12:03:24 ++ dirname hack/dockerfile/install/install.sh
12:03:24 + dir=hack/dockerfile/install
12:03:24 + bin=tini
12:03:24 + shift
12:03:24 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:03:24 + . hack/dockerfile/install/tini.installer
12:03:24 ++ : v0.19.0
12:03:24 + install_tini
12:03:24 + echo 'Install tini version v0.19.0'
12:03:24 + git clone https://github.com/krallin/tini.git /go/tini
12:03:24 Install tini version v0.19.0
12:03:24 Cloning into '/go/tini'...
12:03:24 + cd /go/tini
12:03:24 + git checkout -q v0.19.0
12:03:24 + cmake .
12:03:24 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:03:24   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:03:24   CMake.
12:03:24 
12:03:24   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:03:24   CMake that the project does not need compatibility with older versions.
12:03:24 
12:03:24 
12:03:24 -- The C compiler identification is GNU 11.3.0
12:03:24 -- Detecting C compiler ABI info
12:03:24 -- Detecting C compiler ABI info - done
12:03:24 -- Check for working C compiler: /usr/bin/cc - skipped
12:03:24 -- Detecting C compile features
12:03:24 -- Detecting C compile features - done
12:03:24 -- Performing Test HAS_BUILTIN_FORTIFY
12:03:24 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:03:24 -- Configuring done
12:03:24 -- Generating done
12:03:24 -- Build files have been written to: /go/tini
12:03:24 + make tini-static
12:03:24 make[2]: Entering directory '/go/tini'
12:03:24 make[3]: Entering directory '/go/tini'
12:03:24 make[4]: Entering directory '/go/tini'
12:03:24 make[5]: Entering directory '/go/tini'
12:03:24 make[5]: Leaving directory '/go/tini'
12:03:24 make[5]: Entering directory '/go/tini'
12:03:24 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:03:24 + for f in rootlesskit rootlesskit-docker-proxy
12:03:24 + GOBIN=/usr/local/bin
12:03:24 + GO111MODULE=on
12:03:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:24 [100%] Linking C executable tini-static
12:03:24 make[5]: Leaving directory '/go/tini'
12:03:24 [100%] Built target tini-static
12:03:24 make[4]: Leaving directory '/go/tini'
12:03:24 make[3]: Leaving directory '/go/tini'
12:03:24 make[2]: Leaving directory '/go/tini'
12:03:24 + mkdir -p /usr/local/bin
12:03:24 + cp tini-static /usr/local/bin/docker-init
12:03:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:24 + RM_GOPATH=0
12:03:24 + TMP_GOPATH=/go
12:03:24 + : /usr/local/bin
12:03:24 + '[' -z /go ']'
12:03:24 + export GOPATH=/go
12:03:24 + GOPATH=/go
12:03:24 + case "$(go env GOARCH)" in
12:03:24 ++ go env GOARCH
12:03:24 + export GO_BUILDMODE=-buildmode=pie
12:03:24 + GO_BUILDMODE=-buildmode=pie
12:03:24 ++ dirname hack/dockerfile/install/install.sh
12:03:24 + dir=hack/dockerfile/install
12:03:24 + bin=rootlesskit
12:03:24 + shift
12:03:24 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:03:24 + . hack/dockerfile/install/rootlesskit.installer
12:03:24 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:24 + install_rootlesskit dynamic
12:03:24 + case "$1" in
12:03:24 + install_rootlesskit_dynamic
12:03:24 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:24 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:24 + export BUILD_MODE=-buildmode=pie
12:03:24 + BUILD_MODE=-buildmode=pie
12:03:24 + _install_rootlesskit
12:03:24 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:24 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:24 + for f in rootlesskit rootlesskit-docker-proxy
12:03:24 + GOBIN=/usr/local/bin
12:03:24 + GO111MODULE=on
12:03:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:24 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:25 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:25 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:25 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:25 go: downloading golang.org/x/sys v0.2.0
12:03:25 make[2]: Entering directory '/root/build-deb/cli'
12:03:25 scripts/docs/generate-man.sh
12:03:25 + cp -r . /tmp/docker-cli-docsgen.tArdZV0Vww/
12:03:25 + cd /tmp/docker-cli-docsgen.tArdZV0Vww
12:03:25 + ./scripts/vendor init
12:03:25 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:25 + cp man/tools.go .
12:03:25 + ./scripts/vendor update
12:03:25 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:25 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:25 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:25 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:25 go: downloading github.com/morikuni/aec v1.0.0
12:03:25 go: downloading github.com/pkg/errors v0.9.1
12:03:25 go: downloading github.com/spf13/cobra v1.6.1
12:03:25 go: downloading github.com/spf13/pflag v1.0.5
12:03:25 go: downloading github.com/google/go-cmp v0.5.9
12:03:25 go: downloading gotest.tools/v3 v3.4.0
12:03:25 go: downloading golang.org/x/sys v0.4.0
12:03:25 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:25 go: downloading github.com/docker/go-units v0.5.0
12:03:25 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:25 go: downloading github.com/docker/go-connections v0.4.0
12:03:25 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:25 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:25 go: downloading golang.org/x/text v0.6.0
12:03:25 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:25 go: downloading github.com/containerd/containerd v1.6.16
12:03:25 go: downloading github.com/moby/sys/signal v0.7.0
12:03:25 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:25 go: downloading github.com/moby/buildkit v0.10.6
12:03:25 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:25 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:25 go: downloading github.com/gogo/protobuf v1.3.2
12:03:25 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:25 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:25 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:25 go: downloading golang.org/x/term v0.4.0
12:03:25 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:25 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:25 go: downloading github.com/imdario/mergo v0.3.12
12:03:25 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:25 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:25 go: downloading github.com/creack/pty v1.1.11
12:03:25 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:25 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:25 go: downloading github.com/stretchr/testify v1.8.0
12:03:25 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:25 go: downloading github.com/rivo/uniseg v0.2.0
12:03:25 go: downloading github.com/klauspost/compress v1.15.12
12:03:25 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:25 go: downloading github.com/containerd/continuity v0.3.0
12:03:25 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:25 go: downloading golang.org/x/time v0.1.0
12:03:25 go: downloading github.com/opencontainers/runc v1.1.3
12:03:25 go: downloading golang.org/x/crypto v0.2.0
12:03:25 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:25 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:25 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:25 go: downloading google.golang.org/grpc v1.48.0
12:03:25 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:25 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:25 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:25 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:25 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:25 go: downloading golang.org/x/net v0.5.0
12:03:25 go: downloading github.com/russross/blackfriday v1.6.0
12:03:25 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:25 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:25 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:25 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:25 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:25 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:25 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:25 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:25 go: downloading github.com/golang/protobuf v1.5.2
12:03:25 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:25 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:25 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:25 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:25 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:25 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:25 go: downloading github.com/beorn7/perks v1.0.1
12:03:25 Created binary: bundles/dynbinary-daemon/dockerd
12:03:25 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
12:03:25 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:25 
12:03:25 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:03:25 + RM_GOPATH=0
12:03:25 + TMP_GOPATH=/go
12:03:25 + : /usr/local/bin
12:03:25 + '[' -z /go ']'
12:03:25 + export GOPATH=/go
12:03:25 + GOPATH=/go
12:03:25 + case "$(go env GOARCH)" in
12:03:25 ++ go env GOARCH
12:03:25 + export GO_BUILDMODE=-buildmode=pie
12:03:25 + GO_BUILDMODE=-buildmode=pie
12:03:25 ++ dirname hack/dockerfile/install/install.sh
12:03:25 + dir=hack/dockerfile/install
12:03:25 + bin=tini
12:03:25 + shift
12:03:25 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:03:25 + . hack/dockerfile/install/tini.installer
12:03:25 ++ : v0.19.0
12:03:25 Install tini version v0.19.0
12:03:25 + install_tini
12:03:25 + echo 'Install tini version v0.19.0'
12:03:25 + git clone https://github.com/krallin/tini.git /go/tini
12:03:25 Cloning into '/go/tini'...
12:03:25 + cd /go/tini
12:03:25 + git checkout -q v0.19.0
12:03:25 + cmake .
12:03:25 -- The C compiler identification is GNU 9.4.0
12:03:25 -- Check for working C compiler: /usr/bin/cc
12:03:25 -- Check for working C compiler: /usr/bin/cc -- works
12:03:25 -- Detecting C compiler ABI info
12:03:25 -- Detecting C compiler ABI info - done
12:03:25 -- Detecting C compile features
12:03:25 -- Detecting C compile features - done
12:03:25 -- Performing Test HAS_BUILTIN_FORTIFY
12:03:26 + return
12:03:26 # Build the CLI
12:03:26 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:03:26 Building dynamic docker-linux-arm-v6
12:03:26 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:52Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:26 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:26 go: downloading github.com/prometheus/client_model v0.3.0
12:03:26 go: downloading github.com/prometheus/common v0.37.0
12:03:26 go: downloading github.com/prometheus/procfs v0.8.0
12:03:26 go: downloading google.golang.org/protobuf v1.28.1
12:03:26 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:26 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:26 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:26 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:26 go: downloading k8s.io/klog/v2 v2.80.1
12:03:26 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:03:26 -- Configuring done
12:03:26 -- Generating done
12:03:26 -- Build files have been written to: /go/tini
12:03:26 + make tini-static
12:03:26 make[2]: Entering directory '/go/tini'
12:03:26 make[3]: Entering directory '/go/tini'
12:03:26 make[4]: Entering directory '/go/tini'
12:03:26 make[5]: Entering directory '/go/tini'
12:03:26 Scanning dependencies of target tini-static
12:03:26 make[5]: Leaving directory '/go/tini'
12:03:26 make[5]: Entering directory '/go/tini'
12:03:26 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:03:26 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:26 go: downloading github.com/google/uuid v1.3.0
12:03:26 go: downloading github.com/moby/vpnkit v0.5.0
12:03:26 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:26 go: downloading github.com/gofrs/flock v0.8.1
12:03:26 go: downloading github.com/gorilla/mux v1.8.0
12:03:26 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:26 go: downloading github.com/kr/text v0.2.0
12:03:26 go: downloading github.com/docker/go-metrics v0.0.1
12:03:26 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:26 go: downloading github.com/kr/pretty v0.2.1
12:03:26 go: downloading github.com/magiconair/properties v1.5.3
12:03:26 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:26 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:26 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:26 go: downloading github.com/go-logr/logr v1.2.3
12:03:26 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:26 + go mod vendor -modfile=vendor.mod
12:03:26 [100%] Linking C executable tini-static
12:03:26 make[5]: Leaving directory '/go/tini'
12:03:26 [100%] Built target tini-static
12:03:26 make[4]: Leaving directory '/go/tini'
12:03:26 make[3]: Leaving directory '/go/tini'
12:03:26 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:26 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:26 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:26 go: downloading golang.org/x/net v0.1.0
12:03:26 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:26 make[2]: Leaving directory '/go/tini'
12:03:26 + mkdir -p /usr/local/bin
12:03:26 + cp tini-static /usr/local/bin/docker-init
12:03:26 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:26 + RM_GOPATH=0
12:03:26 + TMP_GOPATH=/go
12:03:26 + : /usr/local/bin
12:03:26 + '[' -z /go ']'
12:03:26 + export GOPATH=/go
12:03:26 + GOPATH=/go
12:03:26 + case "$(go env GOARCH)" in
12:03:26 ++ go env GOARCH
12:03:26 + export GO_BUILDMODE=-buildmode=pie
12:03:26 + GO_BUILDMODE=-buildmode=pie
12:03:26 ++ dirname hack/dockerfile/install/install.sh
12:03:26 + dir=hack/dockerfile/install
12:03:26 + bin=rootlesskit
12:03:26 + shift
12:03:26 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:03:26 + . hack/dockerfile/install/rootlesskit.installer
12:03:26 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:26 + install_rootlesskit dynamic
12:03:26 + case "$1" in
12:03:26 + install_rootlesskit_dynamic
12:03:26 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:26 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:26 + export BUILD_MODE=-buildmode=pie
12:03:26 + BUILD_MODE=-buildmode=pie
12:03:26 + _install_rootlesskit
12:03:26 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:26 + for f in rootlesskit rootlesskit-docker-proxy
12:03:26 + GOBIN=/usr/local/bin
12:03:26 + GO111MODULE=on
12:03:26 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:26 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:26   adding: docker/dockerd.exe (deflated 70%)
12:03:26 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:27 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
12:03:27 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:27 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:27 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:27 go: downloading golang.org/x/sys v0.2.0
12:03:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
12:03:27 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:27 go: downloading github.com/google/uuid v1.3.0
12:03:27 go: downloading github.com/moby/vpnkit v0.5.0
12:03:27 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:27 + make clean
12:03:27 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
12:03:28 go: downloading github.com/gofrs/flock v0.8.1
12:03:28 go: downloading github.com/gorilla/mux v1.8.0
12:03:28 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:28 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:28 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:28 Created binary: bundles/dynbinary-daemon/dockerd
12:03:28 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:03:28 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:28 
12:03:28 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:03:28 + RM_GOPATH=0
12:03:28 + TMP_GOPATH=/go
12:03:28 + : /usr/local/bin
12:03:28 + '[' -z /go ']'
12:03:28 + export GOPATH=/go
12:03:28 + GOPATH=/go
12:03:28 + case "$(go env GOARCH)" in
12:03:28 ++ go env GOARCH
12:03:28 + export GO_BUILDMODE=-buildmode=pie
12:03:28 + GO_BUILDMODE=-buildmode=pie
12:03:28 ++ dirname hack/dockerfile/install/install.sh
12:03:28 + dir=hack/dockerfile/install
12:03:28 + bin=tini
12:03:28 + shift
12:03:28 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:03:28 + . hack/dockerfile/install/tini.installer
12:03:28 ++ : v0.19.0
12:03:28 + install_tini
12:03:28 + echo 'Install tini version v0.19.0'
12:03:28 Install tini version v0.19.0
12:03:28 + git clone https://github.com/krallin/tini.git /go/tini
12:03:28 Cloning into '/go/tini'...
12:03:28 + cd /go/tini
12:03:28 + git checkout -q v0.19.0
12:03:28 + cmake .
12:03:28 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:03:28   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:03:28   CMake.
12:03:28 
12:03:28   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:03:28   CMake that the project does not need compatibility with older versions.
12:03:28 
12:03:28 
12:03:28 -- The C compiler identification is GNU 12.2.0
12:03:28 -- Detecting C compiler ABI info
12:03:28 -- Detecting C compiler ABI info - done
12:03:28 -- Check for working C compiler: /usr/bin/cc - skipped
12:03:28 -- Detecting C compile features
12:03:28 -- Detecting C compile features - done
12:03:28 -- Performing Test HAS_BUILTIN_FORTIFY
12:03:28 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:03:28 -- Configuring done
12:03:28 -- Generating done
12:03:28 -- Build files have been written to: /go/tini
12:03:28 + make tini-static
12:03:28 make[2]: Entering directory '/go/tini'
12:03:28 make[3]: Entering directory '/go/tini'
12:03:28 make[4]: Entering directory '/go/tini'
12:03:28 make[5]: Entering directory '/go/tini'
12:03:28 make[5]: Leaving directory '/go/tini'
12:03:28 make[5]: Entering directory '/go/tini'
12:03:28 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:03:28 [100%] Linking C executable tini-static
12:03:28 make[5]: Leaving directory '/go/tini'
12:03:28 [100%] Built target tini-static
12:03:28 make[4]: Leaving directory '/go/tini'
12:03:28 make[3]: Leaving directory '/go/tini'
12:03:28 make[2]: Leaving directory '/go/tini'
12:03:28 + mkdir -p /usr/local/bin
12:03:28 + cp tini-static /usr/local/bin/docker-init
12:03:28 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:28 + RM_GOPATH=0
12:03:28 + TMP_GOPATH=/go
12:03:28 + : /usr/local/bin
12:03:28 + '[' -z /go ']'
12:03:28 + export GOPATH=/go
12:03:28 + GOPATH=/go
12:03:28 + case "$(go env GOARCH)" in
12:03:28 ++ go env GOARCH
12:03:28 + export GO_BUILDMODE=-buildmode=pie
12:03:28 + GO_BUILDMODE=-buildmode=pie
12:03:28 ++ dirname hack/dockerfile/install/install.sh
12:03:28 + dir=hack/dockerfile/install
12:03:28 + bin=rootlesskit
12:03:28 + shift
12:03:28 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:03:28 + . hack/dockerfile/install/rootlesskit.installer
12:03:28 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:28 + install_rootlesskit dynamic
12:03:28 + case "$1" in
12:03:28 + install_rootlesskit_dynamic
12:03:28 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:28 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:28 + export BUILD_MODE=-buildmode=pie
12:03:28 + BUILD_MODE=-buildmode=pie
12:03:28 + _install_rootlesskit
12:03:28 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:28 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:28 + for f in rootlesskit rootlesskit-docker-proxy
12:03:28 + GOBIN=/usr/local/bin
12:03:28 + GO111MODULE=on
12:03:28 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:28 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:28 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:28 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:28 go: downloading golang.org/x/sys v0.2.0
12:03:28 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:28 go: downloading github.com/google/uuid v1.3.0
12:03:28 go: downloading github.com/moby/vpnkit v0.5.0
12:03:28 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:28 go: downloading github.com/gofrs/flock v0.8.1
12:03:28 go: downloading github.com/gorilla/mux v1.8.0
12:03:28 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:28 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:28 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:28 go: downloading golang.org/x/net v0.1.0
12:03:28 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:28 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:28 + for f in rootlesskit rootlesskit-docker-proxy
12:03:28 + GOBIN=/usr/local/bin
12:03:28 + GO111MODULE=on
12:03:28 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:28 + return
12:03:28 # Build the CLI
12:03:28 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:03:28 Building dynamic docker-linux-amd64
12:03:28 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:50Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:28 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:28 go: downloading golang.org/x/net v0.1.0
12:03:28 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:28 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:03:28 + make manpages
12:03:28 scripts/docs/generate-man.sh
12:03:28 + cp -r . /tmp/docker-cli-docsgen.ve9FXq6t0n/
12:03:28 + cd /tmp/docker-cli-docsgen.ve9FXq6t0n
12:03:28 + ./scripts/vendor init
12:03:28 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:28 + cp man/tools.go .
12:03:28 + ./scripts/vendor update
12:03:28 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:28 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:28 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:28 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:28 go: downloading github.com/morikuni/aec v1.0.0
12:03:28 go: downloading github.com/pkg/errors v0.9.1
12:03:28 go: downloading github.com/spf13/cobra v1.6.1
12:03:28 go: downloading github.com/spf13/pflag v1.0.5
12:03:28 go: downloading github.com/google/go-cmp v0.5.9
12:03:28 go: downloading gotest.tools/v3 v3.4.0
12:03:28 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:28 go: downloading golang.org/x/sys v0.4.0
12:03:28 go: downloading github.com/docker/go-units v0.5.0
12:03:28 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:28 go: downloading github.com/docker/go-connections v0.4.0
12:03:28 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:28 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:28 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:28 go: downloading golang.org/x/text v0.6.0
12:03:28 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:28 go: downloading github.com/containerd/containerd v1.6.16
12:03:28 go: downloading github.com/moby/sys/signal v0.7.0
12:03:28 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:28 go: downloading github.com/moby/buildkit v0.10.6
12:03:28 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:28 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:28 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:28 go: downloading github.com/gogo/protobuf v1.3.2
12:03:28 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:28 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:28 go: downloading golang.org/x/term v0.4.0
12:03:28 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:28 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:28 go: downloading github.com/imdario/mergo v0.3.12
12:03:28 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:28 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:28 go: downloading github.com/creack/pty v1.1.11
12:03:28 go: downloading github.com/gorilla/mux v1.8.0
12:03:28 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:28 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:28 go: downloading github.com/stretchr/testify v1.8.0
12:03:28 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:28 go: downloading github.com/rivo/uniseg v0.2.0
12:03:28 go: downloading github.com/klauspost/compress v1.15.12
12:03:28 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:28 go: downloading github.com/containerd/continuity v0.3.0
12:03:28 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:28 go: downloading golang.org/x/time v0.1.0
12:03:28 go: downloading github.com/opencontainers/runc v1.1.3
12:03:28 go: downloading golang.org/x/crypto v0.2.0
12:03:28 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:28 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:28 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:28 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:28 go: downloading google.golang.org/grpc v1.48.0
12:03:28 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:28 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:28 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:28 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:28 go: downloading github.com/russross/blackfriday v1.6.0
12:03:28 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:28 go: downloading golang.org/x/net v0.5.0
12:03:28 rm -f -r src
12:03:29 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:29 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:29 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:29 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:29 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:29 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:29 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:29 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:29 make -C rpm clean
12:03:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
12:03:29 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
12:03:29 rm -f -r rpmbuild/
12:03:29 docker builder prune -f --filter until=24h
12:03:29 Total:	0B
12:03:29 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
12:03:29 make -C deb clean
12:03:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
12:03:29 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 debbuild
12:03:29 rm -f -r debbuild
12:03:29 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 sources
12:03:29 rm -f -r sources
12:03:29 docker builder prune -f --filter until=24h
12:03:29 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:29 go: downloading github.com/golang/protobuf v1.5.2
12:03:29 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:29 Total:	0B
12:03:29 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
12:03:29 make -C static clean
12:03:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
12:03:29 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/static:/v -w /v alpine chown -R 1000:1000 build
12:03:30 make[2]: Entering directory '/root/build-deb/cli'
12:03:30 scripts/docs/generate-man.sh
12:03:30 + cp -r . /tmp/docker-cli-docsgen.xa8uML2y7k/
12:03:30 + cd /tmp/docker-cli-docsgen.xa8uML2y7k
12:03:30 + ./scripts/vendor init
12:03:30 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:30 + cp man/tools.go .
12:03:30 + ./scripts/vendor update
12:03:30 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:30 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:30 go: downloading github.com/spf13/cobra v1.6.1
12:03:30 go: downloading github.com/spf13/pflag v1.0.5
12:03:30 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:30 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:30 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:30 go: downloading github.com/morikuni/aec v1.0.0
12:03:30 go: downloading github.com/pkg/errors v0.9.1
12:03:30 go: downloading github.com/google/go-cmp v0.5.9
12:03:30 go: downloading gotest.tools/v3 v3.4.0
12:03:30 go: downloading golang.org/x/sys v0.4.0
12:03:30 go: downloading github.com/docker/go-units v0.5.0
12:03:30 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:30 rm -f -r build
12:03:30 docker builder prune -f --filter until=24h
12:03:30 Total:	0B
12:03:30 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] }
12:03:30 go: downloading github.com/docker/go-connections v0.4.0
12:03:30 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:30 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:30 go: downloading golang.org/x/text v0.6.0
12:03:30 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:30 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:30 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:30 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:30 go: downloading github.com/beorn7/perks v1.0.1
12:03:30 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:30 go: downloading github.com/prometheus/client_model v0.3.0
12:03:30 go: downloading github.com/prometheus/common v0.37.0
12:03:30 go: downloading github.com/prometheus/procfs v0.8.0
12:03:30 go: downloading google.golang.org/protobuf v1.28.1
12:03:30 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:30 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:30 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:30 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:30 go: downloading k8s.io/klog/v2 v2.80.1
12:03:30 go: downloading github.com/kr/text v0.2.0
12:03:30 go: downloading github.com/docker/go-metrics v0.0.1
12:03:30 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:30 go: downloading github.com/kr/pretty v0.2.1
12:03:30 go: downloading github.com/magiconair/properties v1.5.3
12:03:30 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:30 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:30 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:30 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:30 go: downloading github.com/go-logr/logr v1.2.3
12:03:30 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:30 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:30 + go mod vendor -modfile=vendor.mod
12:03:31 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:31 go: downloading github.com/containerd/containerd v1.6.16
12:03:31 go: downloading github.com/moby/sys/signal v0.7.0
12:03:31 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:31 go: downloading github.com/moby/buildkit v0.10.6
12:03:31 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:31 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:31 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:31 + for f in rootlesskit rootlesskit-docker-proxy
12:03:31 + GOBIN=/usr/local/bin
12:03:31 + GO111MODULE=on
12:03:31 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:31 go: downloading github.com/gogo/protobuf v1.3.2
12:03:31 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:31 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:31 go: downloading golang.org/x/term v0.4.0
12:03:31 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:31 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:31 go: downloading github.com/imdario/mergo v0.3.12
12:03:31 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:31 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:31 go: downloading github.com/creack/pty v1.1.11
12:03:31 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:32 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:32 + return
12:03:32 # Build the CLI
12:03:32 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:03:32 Building dynamic docker-linux-arm-v6
12:03:32 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:57Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:33 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:33 go: downloading github.com/stretchr/testify v1.8.0
12:03:33 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:33 go: downloading github.com/rivo/uniseg v0.2.0
12:03:33 go: downloading github.com/klauspost/compress v1.15.12
12:03:33 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:33 go: downloading github.com/containerd/continuity v0.3.0
12:03:33 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:33 go: downloading golang.org/x/time v0.1.0
12:03:33 go: downloading github.com/opencontainers/runc v1.1.3
12:03:33 go: downloading golang.org/x/crypto v0.2.0
12:03:33 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:34 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:03:34 + make manpages
12:03:34 scripts/docs/generate-man.sh
12:03:34 + cp -r . /tmp/docker-cli-docsgen.U5vnwNjHLK/
12:03:34 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:34 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:34 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:34 go: downloading google.golang.org/grpc v1.48.0
12:03:34 + cd /tmp/docker-cli-docsgen.U5vnwNjHLK
12:03:34 + ./scripts/vendor init
12:03:34 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:34 + cp man/tools.go .
12:03:34 + ./scripts/vendor update
12:03:34 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:34 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:34 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:34 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:34 go: downloading github.com/russross/blackfriday v1.6.0
12:03:34 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:34 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:34 go: downloading golang.org/x/net v0.5.0
12:03:34 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:34 + for f in rootlesskit rootlesskit-docker-proxy
12:03:34 + GOBIN=/usr/local/bin
12:03:34 + GO111MODULE=on
12:03:34 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:34 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:34 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:34 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:34 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:34 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:34 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:34 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:35 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:35 go: downloading github.com/golang/protobuf v1.5.2
12:03:35 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:35 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:35 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:35 go: downloading github.com/morikuni/aec v1.0.0
12:03:35 go: downloading github.com/pkg/errors v0.9.1
12:03:35 go: downloading github.com/spf13/cobra v1.6.1
12:03:35 go: downloading github.com/spf13/pflag v1.0.5
12:03:35 go: downloading github.com/google/go-cmp v0.5.9
12:03:35 go: downloading gotest.tools/v3 v3.4.0
12:03:35 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:35 go: downloading golang.org/x/sys v0.4.0
12:03:35 go: downloading github.com/docker/go-units v0.5.0
12:03:35 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:35 go: downloading github.com/docker/go-connections v0.4.0
12:03:35 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:35 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:35 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:35 go: downloading golang.org/x/text v0.6.0
12:03:35 + return
12:03:35 # Build the CLI
12:03:35 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:03:35 Building dynamic docker-linux-arm-v6
12:03:35 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:00:58Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:36 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:36 go: downloading github.com/containerd/containerd v1.6.16
12:03:36 + for f in rootlesskit rootlesskit-docker-proxy
12:03:36 + GOBIN=/usr/local/bin
12:03:36 + GO111MODULE=on
12:03:36 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:36 go: downloading github.com/moby/sys/signal v0.7.0
12:03:36 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:36 go: downloading github.com/moby/buildkit v0.10.6
12:03:36 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:36 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:36 go: downloading github.com/gogo/protobuf v1.3.2
12:03:36 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:36 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:36 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:36 go: downloading golang.org/x/term v0.4.0
12:03:36 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:36 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:36 go: downloading github.com/imdario/mergo v0.3.12
12:03:36 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:36 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:36 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:36 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:36 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:36 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:36 go: downloading github.com/beorn7/perks v1.0.1
12:03:36 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:36 go: downloading github.com/prometheus/client_model v0.3.0
12:03:36 go: downloading github.com/prometheus/common v0.37.0
12:03:36 go: downloading github.com/prometheus/procfs v0.8.0
12:03:36 go: downloading google.golang.org/protobuf v1.28.1
12:03:36 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:36 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:36 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:36 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:36 go: downloading k8s.io/klog/v2 v2.80.1
12:03:36 go: downloading github.com/kr/text v0.2.0
12:03:36 go: downloading github.com/docker/go-metrics v0.0.1
12:03:36 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:36 go: downloading github.com/kr/pretty v0.2.1
12:03:36 go: downloading github.com/magiconair/properties v1.5.3
12:03:36 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:37 go: downloading github.com/creack/pty v1.1.11
12:03:37 go: downloading github.com/gorilla/mux v1.8.0
12:03:37 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:37 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:37 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:37 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:37 go: downloading github.com/go-logr/logr v1.2.3
12:03:37 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:37 + go mod vendor -modfile=vendor.mod
12:03:37 + return
12:03:37 # Build the CLI
12:03:37 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:03:37 Building dynamic docker-linux-arm-v6
12:03:37 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:01:00Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:37 Created binary: bundles/dynbinary-daemon/dockerd
12:03:37 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
12:03:37 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:37 
12:03:37 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:03:37 + RM_GOPATH=0
12:03:37 + TMP_GOPATH=/go
12:03:37 + : /usr/local/bin
12:03:37 + '[' -z /go ']'
12:03:37 + export GOPATH=/go
12:03:37 + GOPATH=/go
12:03:37 + case "$(go env GOARCH)" in
12:03:37 ++ go env GOARCH
12:03:37 + export GO_BUILDMODE=-buildmode=pie
12:03:37 + GO_BUILDMODE=-buildmode=pie
12:03:37 ++ dirname hack/dockerfile/install/install.sh
12:03:37 + dir=hack/dockerfile/install
12:03:37 + bin=tini
12:03:37 + shift
12:03:37 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:03:37 + . hack/dockerfile/install/tini.installer
12:03:37 ++ : v0.19.0
12:03:37 + install_tini
12:03:37 + echo 'Install tini version v0.19.0'
12:03:37 + git clone https://github.com/krallin/tini.git /go/tini
12:03:37 Install tini version v0.19.0
12:03:37 Cloning into '/go/tini'...
12:03:37 + cd /go/tini
12:03:37 + git checkout -q v0.19.0
12:03:37 + cmake .
12:03:37 -- The C compiler identification is GNU 8.3.0
12:03:37 -- Check for working C compiler: /usr/bin/cc
12:03:37 -- Check for working C compiler: /usr/bin/cc -- works
12:03:37 -- Detecting C compiler ABI info
12:03:37 -- Detecting C compiler ABI info - done
12:03:37 -- Detecting C compile features
12:03:37 -- Detecting C compile features - done
12:03:37 -- Performing Test HAS_BUILTIN_FORTIFY
12:03:37 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:03:37 -- Configuring done
12:03:37 -- Generating done
12:03:37 -- Build files have been written to: /go/tini
12:03:37 + make tini-static
12:03:37 make[2]: Entering directory '/go/tini'
12:03:37 make[3]: Entering directory '/go/tini'
12:03:37 make[4]: Entering directory '/go/tini'
12:03:37 make[5]: Entering directory '/go/tini'
12:03:37 Scanning dependencies of target tini-static
12:03:37 make[5]: Leaving directory '/go/tini'
12:03:37 make[5]: Entering directory '/go/tini'
12:03:37 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:03:37 [100%] Linking C executable tini-static
12:03:37 make[5]: Leaving directory '/go/tini'
12:03:37 [100%] Built target tini-static
12:03:37 make[4]: Leaving directory '/go/tini'
12:03:37 make[3]: Leaving directory '/go/tini'
12:03:37 make[2]: Leaving directory '/go/tini'
12:03:37 + mkdir -p /usr/local/bin
12:03:37 + cp tini-static /usr/local/bin/docker-init
12:03:37 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:37 + RM_GOPATH=0
12:03:37 + TMP_GOPATH=/go
12:03:37 + : /usr/local/bin
12:03:37 + '[' -z /go ']'
12:03:37 + export GOPATH=/go
12:03:37 + GOPATH=/go
12:03:37 + case "$(go env GOARCH)" in
12:03:37 ++ go env GOARCH
12:03:37 + export GO_BUILDMODE=-buildmode=pie
12:03:37 + GO_BUILDMODE=-buildmode=pie
12:03:37 ++ dirname hack/dockerfile/install/install.sh
12:03:37 + dir=hack/dockerfile/install
12:03:37 + bin=rootlesskit
12:03:37 + shift
12:03:37 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:03:37 + . hack/dockerfile/install/rootlesskit.installer
12:03:37 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:37 + install_rootlesskit dynamic
12:03:37 + case "$1" in
12:03:37 + install_rootlesskit_dynamic
12:03:37 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:37 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:37 + export BUILD_MODE=-buildmode=pie
12:03:37 + BUILD_MODE=-buildmode=pie
12:03:37 + _install_rootlesskit
12:03:37 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:37 + for f in rootlesskit rootlesskit-docker-proxy
12:03:37 + GOBIN=/usr/local/bin
12:03:37 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:37 + GO111MODULE=on
12:03:37 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:37 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:37 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:37 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:37 go: downloading golang.org/x/sys v0.2.0
12:03:37 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:37 go: downloading github.com/google/uuid v1.3.0
12:03:37 go: downloading github.com/moby/vpnkit v0.5.0
12:03:37 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:37 go: downloading github.com/gofrs/flock v0.8.1
12:03:37 go: downloading github.com/gorilla/mux v1.8.0
12:03:37 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:37 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:37 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:37 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:37 go: downloading golang.org/x/net v0.1.0
12:03:37 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:38 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:38 go: downloading github.com/stretchr/testify v1.8.0
12:03:38 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:38 go: downloading github.com/rivo/uniseg v0.2.0
12:03:38 go: downloading github.com/klauspost/compress v1.15.12
12:03:38 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:38 make[2]: Entering directory '/root/build-deb/cli'
12:03:38 scripts/docs/generate-man.sh
12:03:38 + cp -r . /tmp/docker-cli-docsgen.Oimh7YBKk6/
12:03:38 + cd /tmp/docker-cli-docsgen.Oimh7YBKk6
12:03:38 + ./scripts/vendor init
12:03:38 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:38 + cp man/tools.go .
12:03:38 + ./scripts/vendor update
12:03:38 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:38 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:38 go: downloading github.com/spf13/cobra v1.6.1
12:03:38 go: downloading github.com/spf13/pflag v1.0.5
12:03:38 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:38 go: downloading github.com/containerd/continuity v0.3.0
12:03:38 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:38 go: downloading golang.org/x/time v0.1.0
12:03:38 go: downloading github.com/opencontainers/runc v1.1.3
12:03:38 go: downloading golang.org/x/crypto v0.2.0
12:03:38 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:38 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:38 go: downloading github.com/morikuni/aec v1.0.0
12:03:38 go: downloading github.com/pkg/errors v0.9.1
12:03:38 go: downloading github.com/google/go-cmp v0.5.9
12:03:38 go: downloading gotest.tools/v3 v3.4.0
12:03:38 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:38 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:38 go: downloading golang.org/x/sys v0.4.0
12:03:38 go: downloading github.com/docker/go-units v0.5.0
12:03:38 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:38 go: downloading github.com/docker/go-connections v0.4.0
12:03:38 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:38 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:38 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:38 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:38 go: downloading google.golang.org/grpc v1.48.0
12:03:38 go: downloading golang.org/x/text v0.6.0
12:03:38 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:38 go: downloading github.com/containerd/containerd v1.6.16
12:03:39 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:39 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:39 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:39 Created binary: bundles/dynbinary-daemon/dockerd
12:03:39 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:03:39 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:39 
12:03:39 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:03:39 + RM_GOPATH=0
12:03:39 + TMP_GOPATH=/go
12:03:39 + : /usr/local/bin
12:03:39 + '[' -z /go ']'
12:03:39 + export GOPATH=/go
12:03:39 + GOPATH=/go
12:03:39 + case "$(go env GOARCH)" in
12:03:39 ++ go env GOARCH
12:03:39 + export GO_BUILDMODE=-buildmode=pie
12:03:39 + GO_BUILDMODE=-buildmode=pie
12:03:39 ++ dirname hack/dockerfile/install/install.sh
12:03:39 + dir=hack/dockerfile/install
12:03:39 + bin=tini
12:03:39 + shift
12:03:39 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:03:39 + . hack/dockerfile/install/tini.installer
12:03:39 ++ : v0.19.0
12:03:39 + install_tini
12:03:39 + echo 'Install tini version v0.19.0'
12:03:39 Install tini version v0.19.0
12:03:39 + git clone https://github.com/krallin/tini.git /go/tini
12:03:39 Cloning into '/go/tini'...
12:03:39 + cd /go/tini
12:03:39 + git checkout -q v0.19.0
12:03:39 + cmake .
12:03:39 -- The C compiler identification is GNU 10.2.1
12:03:39 -- Detecting C compiler ABI info
12:03:39 -- Detecting C compiler ABI info - done
12:03:39 -- Check for working C compiler: /usr/bin/cc - skipped
12:03:39 -- Detecting C compile features
12:03:39 -- Detecting C compile features - done
12:03:39 -- Performing Test HAS_BUILTIN_FORTIFY
12:03:39 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:03:39 -- Configuring done
12:03:39 -- Generating done
12:03:39 -- Build files have been written to: /go/tini
12:03:39 + make tini-static
12:03:39 make[2]: Entering directory '/go/tini'
12:03:39 make[3]: Entering directory '/go/tini'
12:03:39 make[4]: Entering directory '/go/tini'
12:03:39 make[5]: Entering directory '/go/tini'
12:03:39 Scanning dependencies of target tini-static
12:03:39 make[5]: Leaving directory '/go/tini'
12:03:39 make[5]: Entering directory '/go/tini'
12:03:39 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:03:39 [100%] Linking C executable tini-static
12:03:39 make[5]: Leaving directory '/go/tini'
12:03:39 [100%] Built target tini-static
12:03:39 make[4]: Leaving directory '/go/tini'
12:03:39 make[3]: Leaving directory '/go/tini'
12:03:39 make[2]: Leaving directory '/go/tini'
12:03:39 + mkdir -p /usr/local/bin
12:03:39 + cp tini-static /usr/local/bin/docker-init
12:03:39 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:39 + RM_GOPATH=0
12:03:39 + TMP_GOPATH=/go
12:03:39 + : /usr/local/bin
12:03:39 + '[' -z /go ']'
12:03:39 + export GOPATH=/go
12:03:39 + GOPATH=/go
12:03:39 + case "$(go env GOARCH)" in
12:03:39 ++ go env GOARCH
12:03:39 + export GO_BUILDMODE=-buildmode=pie
12:03:39 + GO_BUILDMODE=-buildmode=pie
12:03:39 ++ dirname hack/dockerfile/install/install.sh
12:03:39 + dir=hack/dockerfile/install
12:03:39 + bin=rootlesskit
12:03:39 + shift
12:03:39 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:03:39 + . hack/dockerfile/install/rootlesskit.installer
12:03:39 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:39 + install_rootlesskit dynamic
12:03:39 + case "$1" in
12:03:39 + install_rootlesskit_dynamic
12:03:39 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:39 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:39 + export BUILD_MODE=-buildmode=pie
12:03:39 + BUILD_MODE=-buildmode=pie
12:03:39 + _install_rootlesskit
12:03:39 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:39 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:39 + for f in rootlesskit rootlesskit-docker-proxy
12:03:39 + GOBIN=/usr/local/bin
12:03:39 + GO111MODULE=on
12:03:39 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:39 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:39 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:39 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:39 go: downloading golang.org/x/sys v0.2.0
12:03:39 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:39 go: downloading github.com/google/uuid v1.3.0
12:03:39 go: downloading github.com/moby/vpnkit v0.5.0
12:03:39 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:39 go: downloading github.com/gofrs/flock v0.8.1
12:03:39 go: downloading github.com/gorilla/mux v1.8.0
12:03:39 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:39 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:39 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:39 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:39 go: downloading golang.org/x/net v0.1.0
12:03:39 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:39 + for f in rootlesskit rootlesskit-docker-proxy
12:03:39 + GOBIN=/usr/local/bin
12:03:39 + GO111MODULE=on
12:03:39 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:39 + return
12:03:39 # Build the CLI
12:03:39 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:03:39 Building dynamic docker-linux-amd64
12:03:39 + go build -o build/docker-linux-amd64 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:01:02Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:39 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm
12:03:39 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.2qJspG
12:03:39 + umask 022
12:03:39 + cd /root/rpmbuild/BUILD
12:03:39 + cd src
12:03:39 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:03:39 + RPM_EC=0
12:03:39 ++ jobs -p
12:03:39 + exit 0
12:03:39 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.SaA4Gs
12:03:39 + umask 022
12:03:39 + cd /root/rpmbuild/BUILD
12:03:39 + cd /root/rpmbuild/BUILD
12:03:39 + rm -rf src
12:03:39 + /usr/bin/mkdir -p src
12:03:39 + cd src
12:03:39 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:03:39 + /usr/bin/tar -xof -
12:03:39 + STATUS=0
12:03:39 + '[' 0 -ne 0 ']'
12:03:39 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:03:39 + /usr/bin/tar -xof -
12:03:39 + STATUS=0
12:03:39 + '[' 0 -ne 0 ']'
12:03:39 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:03:39 + RPM_EC=0
12:03:39 ++ jobs -p
12:03:39 + exit 0
12:03:39 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.aV8o1g
12:03:39 + umask 022
12:03:39 + cd /root/rpmbuild/BUILD
12:03:39 + cd src
12:03:39 + mkdir -p /go/src/github.com/docker
12:03:39 + rm -f /go/src/github.com/docker/cli
12:03:39 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:03:39 + pushd /go/src/github.com/docker/cli
12:03:39 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:03:39 + VERSION=0.0.0-20230206193855-ab4ef4a
12:03:39 + GITCOMMIT=ab4ef4a
12:03:39 + GO_LINKMODE=dynamic
12:03:39 + ./scripts/build/binary
12:03:39 Building dynamic docker-linux-amd64
12:03:39 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:03:36Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:03:39 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:39 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:39 go: downloading github.com/russross/blackfriday v1.6.0
12:03:39 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:39 go: downloading golang.org/x/net v0.5.0
12:03:39 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:39 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:39 go: downloading github.com/moby/sys/signal v0.7.0
12:03:39 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:39 go: downloading github.com/moby/buildkit v0.10.6
12:03:39 #49 132.1 + bin/containerd
12:03:39 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:39 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:39 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:39 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:39 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:39 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:39 go: downloading github.com/golang/protobuf v1.5.2
12:03:39 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:39 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:39 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:39 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:39 go: downloading github.com/gogo/protobuf v1.3.2
12:03:39 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:39 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:40 go: downloading golang.org/x/term v0.4.0
12:03:40 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:40 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:40 go: downloading github.com/imdario/mergo v0.3.12
12:03:40 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:40 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:40 go: downloading github.com/creack/pty v1.1.11
12:03:40 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:41 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:41 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:41 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:41 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:41 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:41 go: downloading github.com/beorn7/perks v1.0.1
12:03:41 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:41 go: downloading github.com/prometheus/client_model v0.3.0
12:03:41 go: downloading github.com/prometheus/common v0.37.0
12:03:41 go: downloading github.com/prometheus/procfs v0.8.0
12:03:41 go: downloading google.golang.org/protobuf v1.28.1
12:03:41 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:41 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:41 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:41 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:41 go: downloading k8s.io/klog/v2 v2.80.1
12:03:41 go: downloading github.com/kr/text v0.2.0
12:03:41 go: downloading github.com/docker/go-metrics v0.0.1
12:03:41 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:41 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:41 go: downloading github.com/kr/pretty v0.2.1
12:03:41 go: downloading github.com/magiconair/properties v1.5.3
12:03:41 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:41 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:41 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:41 go: downloading github.com/go-logr/logr v1.2.3
12:03:41 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:41 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:41 go: downloading github.com/stretchr/testify v1.8.0
12:03:41 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:41 go: downloading github.com/rivo/uniseg v0.2.0
12:03:41 go: downloading github.com/klauspost/compress v1.15.12
12:03:41 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:41 go: downloading github.com/containerd/continuity v0.3.0
12:03:41 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:41 + go mod vendor -modfile=vendor.mod
12:03:41 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:41 go: downloading golang.org/x/time v0.1.0
12:03:41 go: downloading github.com/opencontainers/runc v1.1.3
12:03:41 go: downloading golang.org/x/crypto v0.2.0
12:03:42 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:42 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:42 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:42 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:42 go: downloading google.golang.org/grpc v1.48.0
12:03:42 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:42 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:42 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:42 go: downloading github.com/russross/blackfriday v1.6.0
12:03:42 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:42 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:42 go: downloading golang.org/x/net v0.5.0
12:03:42 Created binary: bundles/dynbinary-daemon/dockerd
12:03:42 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
12:03:42 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:42 
12:03:42 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:03:42 + RM_GOPATH=0
12:03:42 + TMP_GOPATH=/go
12:03:42 + : /usr/local/bin
12:03:42 + '[' -z /go ']'
12:03:42 + export GOPATH=/go
12:03:42 + GOPATH=/go
12:03:42 + case "$(go env GOARCH)" in
12:03:42 ++ go env GOARCH
12:03:42 + export GO_BUILDMODE=-buildmode=pie
12:03:42 + GO_BUILDMODE=-buildmode=pie
12:03:42 ++ dirname hack/dockerfile/install/install.sh
12:03:42 + dir=hack/dockerfile/install
12:03:42 + bin=tini
12:03:42 + shift
12:03:42 Install tini version v0.19.0
12:03:42 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:03:42 + . hack/dockerfile/install/tini.installer
12:03:42 ++ : v0.19.0
12:03:42 + install_tini
12:03:42 + echo 'Install tini version v0.19.0'
12:03:42 + git clone https://github.com/krallin/tini.git /go/tini
12:03:42 Cloning into '/go/tini'...
12:03:42 + cd /go/tini
12:03:42 + git checkout -q v0.19.0
12:03:42 + cmake .
12:03:42 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:03:42   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:03:42   CMake.
12:03:42 
12:03:42   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:03:42   CMake that the project does not need compatibility with older versions.
12:03:42 
12:03:42 
12:03:42 -- The C compiler identification is GNU 12.2.0
12:03:42 -- Detecting C compiler ABI info
12:03:42 -- Detecting C compiler ABI info - done
12:03:42 -- Check for working C compiler: /usr/bin/cc - skipped
12:03:42 -- Detecting C compile features
12:03:42 -- Detecting C compile features - done
12:03:42 -- Performing Test HAS_BUILTIN_FORTIFY
12:03:42 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:03:42 -- Configuring done
12:03:42 -- Generating done
12:03:42 -- Build files have been written to: /go/tini
12:03:42 + make tini-static
12:03:42 make[2]: Entering directory '/go/tini'
12:03:42 make[3]: Entering directory '/go/tini'
12:03:42 make[4]: Entering directory '/go/tini'
12:03:42 make[5]: Entering directory '/go/tini'
12:03:42 make[5]: Leaving directory '/go/tini'
12:03:42 make[5]: Entering directory '/go/tini'
12:03:42 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:03:42 [100%] Linking C executable tini-static
12:03:42 make[5]: Leaving directory '/go/tini'
12:03:42 [100%] Built target tini-static
12:03:42 make[4]: Leaving directory '/go/tini'
12:03:42 make[3]: Leaving directory '/go/tini'
12:03:42 make[2]: Leaving directory '/go/tini'
12:03:42 + mkdir -p /usr/local/bin
12:03:42 + cp tini-static /usr/local/bin/docker-init
12:03:42 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:42 + RM_GOPATH=0
12:03:42 + TMP_GOPATH=/go
12:03:42 + : /usr/local/bin
12:03:42 + '[' -z /go ']'
12:03:42 + export GOPATH=/go
12:03:42 + GOPATH=/go
12:03:42 + case "$(go env GOARCH)" in
12:03:42 ++ go env GOARCH
12:03:42 + export GO_BUILDMODE=-buildmode=pie
12:03:42 + GO_BUILDMODE=-buildmode=pie
12:03:42 ++ dirname hack/dockerfile/install/install.sh
12:03:42 + dir=hack/dockerfile/install
12:03:42 + bin=rootlesskit
12:03:42 + shift
12:03:42 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:03:42 + . hack/dockerfile/install/rootlesskit.installer
12:03:42 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:42 + install_rootlesskit dynamic
12:03:42 + case "$1" in
12:03:42 + install_rootlesskit_dynamic
12:03:42 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:42 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:42 + export BUILD_MODE=-buildmode=pie
12:03:42 + BUILD_MODE=-buildmode=pie
12:03:42 + _install_rootlesskit
12:03:42 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:42 + for f in rootlesskit rootlesskit-docker-proxy
12:03:42 + GOBIN=/usr/local/bin
12:03:42 + GO111MODULE=on
12:03:42 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:42 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:43 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:43 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:43 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:43 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:43 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:43 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:43 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:43 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:43 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:43 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:43 go: downloading github.com/golang/protobuf v1.5.2
12:03:43 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:43 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:43 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:43 go: downloading golang.org/x/sys v0.2.0
12:03:44 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:44 go: downloading github.com/google/uuid v1.3.0
12:03:44 go: downloading github.com/moby/vpnkit v0.5.0
12:03:44 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:44 go: downloading github.com/gofrs/flock v0.8.1
12:03:44 go: downloading github.com/gorilla/mux v1.8.0
12:03:44 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:44 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:44 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:44 + for f in rootlesskit rootlesskit-docker-proxy
12:03:44 + GOBIN=/usr/local/bin
12:03:44 + GO111MODULE=on
12:03:44 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:44 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:44 go: downloading golang.org/x/net v0.1.0
12:03:44 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:45 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:45 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:45 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:45 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:45 go: downloading github.com/beorn7/perks v1.0.1
12:03:45 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:45 go: downloading github.com/prometheus/client_model v0.3.0
12:03:45 go: downloading github.com/prometheus/common v0.37.0
12:03:45 go: downloading github.com/prometheus/procfs v0.8.0
12:03:45 go: downloading google.golang.org/protobuf v1.28.1
12:03:45 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:45 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:45 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:45 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:45 go: downloading k8s.io/klog/v2 v2.80.1
12:03:45 go: downloading github.com/kr/text v0.2.0
12:03:45 go: downloading github.com/docker/go-metrics v0.0.1
12:03:45 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:45 go: downloading github.com/kr/pretty v0.2.1
12:03:45 go: downloading github.com/magiconair/properties v1.5.3
12:03:45 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:45 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:45 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:45 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:45 go: downloading github.com/go-logr/logr v1.2.3
12:03:45 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:45 + go mod vendor -modfile=vendor.mod
12:03:45 + return
12:03:45 # Build the CLI
12:03:45 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:03:45 Building dynamic docker-linux-arm-v6
12:03:45 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:01:12Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:45 make[2]: Entering directory '/root/build-deb/cli'
12:03:45 scripts/docs/generate-man.sh
12:03:45 + cp -r . /tmp/docker-cli-docsgen.8OXh0bc6oz/
12:03:45 + cd /tmp/docker-cli-docsgen.8OXh0bc6oz
12:03:45 + ./scripts/vendor init
12:03:45 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:45 + cp man/tools.go .
12:03:45 + ./scripts/vendor update
12:03:45 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:45 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:45 go: downloading github.com/spf13/cobra v1.6.1
12:03:45 go: downloading github.com/spf13/pflag v1.0.5
12:03:45 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:46 make[2]: Entering directory '/root/build-deb/cli'
12:03:46 scripts/docs/generate-man.sh
12:03:46 + cp -r . /tmp/docker-cli-docsgen.UF295dSZzJ/
12:03:46 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:46 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:46 go: downloading github.com/morikuni/aec v1.0.0
12:03:46 go: downloading github.com/pkg/errors v0.9.1
12:03:46 go: downloading github.com/google/go-cmp v0.5.9
12:03:46 go: downloading gotest.tools/v3 v3.4.0
12:03:46 + cd /tmp/docker-cli-docsgen.UF295dSZzJ
12:03:46 + ./scripts/vendor init
12:03:46 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:46 + cp man/tools.go .
12:03:46 + ./scripts/vendor update
12:03:46 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:46 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:46 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:46 go: downloading golang.org/x/sys v0.4.0
12:03:46 go: downloading github.com/docker/go-units v0.5.0
12:03:46 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:46 go: downloading github.com/docker/go-connections v0.4.0
12:03:46 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:46 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:46 go: downloading golang.org/x/text v0.6.0
12:03:46 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:46 go: downloading github.com/containerd/containerd v1.6.16
12:03:46 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:03:46 ++ pwd
12:03:46 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:03:46 Project root: .
12:03:46 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:03:46 INFO: man/src/attach.md found
12:03:46 WARN: man/src/build.md does not exist, skipping
12:03:46 WARN: man/src/builder/build.md does not exist, skipping
12:03:46 WARN: man/src/builder/prune.md does not exist, skipping
12:03:46 WARN: man/src/builder.md does not exist, skipping
12:03:46 WARN: man/src/checkpoint/create.md does not exist, skipping
12:03:46 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:03:46 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:03:46 WARN: man/src/checkpoint.md does not exist, skipping
12:03:46 INFO: man/src/commit.md found
12:03:46 WARN: man/src/config/create.md does not exist, skipping
12:03:46 WARN: man/src/config/inspect.md does not exist, skipping
12:03:46 WARN: man/src/config/ls.md does not exist, skipping
12:03:46 WARN: man/src/config/rm.md does not exist, skipping
12:03:46 WARN: man/src/config.md does not exist, skipping
12:03:46 INFO: man/src/container/attach.md found
12:03:46 INFO: man/src/container/commit.md found
12:03:46 INFO: man/src/container/cp.md found
12:03:46 INFO: man/src/container/create.md found
12:03:46 INFO: man/src/container/diff.md found
12:03:46 INFO: man/src/container/exec.md found
12:03:46 INFO: man/src/container/export.md found
12:03:46 WARN: man/src/container/inspect.md does not exist, skipping
12:03:46 INFO: man/src/container/kill.md found
12:03:46 INFO: man/src/container/logs.md found
12:03:46 INFO: man/src/container/ls.md found
12:03:46 INFO: man/src/container/pause.md found
12:03:46 INFO: man/src/container/port.md found
12:03:46 WARN: man/src/container/prune.md does not exist, skipping
12:03:46 INFO: man/src/container/rename.md found
12:03:46 INFO: man/src/container/restart.md found
12:03:46 INFO: man/src/container/rm.md found
12:03:46 INFO: man/src/container/run.md found
12:03:46 INFO: man/src/container/start.md found
12:03:46 INFO: man/src/container/stats.md found
12:03:46 INFO: man/src/container/stop.md found
12:03:46 INFO: man/src/container/top.md found
12:03:46 INFO: man/src/container/unpause.md found
12:03:46 INFO: man/src/container/update.md found
12:03:46 INFO: man/src/container/wait.md found
12:03:46 WARN: man/src/container.md does not exist, skipping
12:03:46 WARN: man/src/context/create.md does not exist, skipping
12:03:46 WARN: man/src/context/export.md does not exist, skipping
12:03:46 WARN: man/src/context/import.md does not exist, skipping
12:03:46 WARN: man/src/context/inspect.md does not exist, skipping
12:03:46 WARN: man/src/context/ls.md does not exist, skipping
12:03:46 WARN: man/src/context/rm.md does not exist, skipping
12:03:46 WARN: man/src/context/show.md does not exist, skipping
12:03:46 WARN: man/src/context/update.md does not exist, skipping
12:03:46 WARN: man/src/context/use.md does not exist, skipping
12:03:46 WARN: man/src/context.md does not exist, skipping
12:03:46 INFO: man/src/cp.md found
12:03:46 INFO: man/src/create.md found
12:03:46 INFO: man/src/diff.md found
12:03:46 INFO: man/src/events.md found
12:03:46 INFO: man/src/exec.md found
12:03:46 INFO: man/src/export.md found
12:03:46 INFO: man/src/history.md found
12:03:46 INFO: man/src/image/build.md found
12:03:46 INFO: man/src/image/history.md found
12:03:46 INFO: man/src/image/import.md found
12:03:46 WARN: man/src/image/inspect.md does not exist, skipping
12:03:46 INFO: man/src/image/load.md found
12:03:46 INFO: man/src/image/ls.md found
12:03:46 WARN: man/src/image/prune.md does not exist, skipping
12:03:46 INFO: man/src/image/pull.md found
12:03:46 INFO: man/src/image/push.md found
12:03:46 INFO: man/src/image/rm.md found
12:03:46 INFO: man/src/image/save.md found
12:03:46 INFO: man/src/image/tag.md found
12:03:46 WARN: man/src/image.md does not exist, skipping
12:03:46 INFO: man/src/images.md found
12:03:46 INFO: man/src/import.md found
12:03:46 INFO: man/src/info.md found
12:03:46 INFO: man/src/inspect.md found
12:03:46 INFO: man/src/kill.md found
12:03:46 INFO: man/src/load.md found
12:03:46 INFO: man/src/login.md found
12:03:46 INFO: man/src/logout.md found
12:03:46 INFO: man/src/logs.md found
12:03:46 WARN: man/src/manifest/annotate.md does not exist, skipping
12:03:46 WARN: man/src/manifest/create.md does not exist, skipping
12:03:46 WARN: man/src/manifest/inspect.md does not exist, skipping
12:03:46 WARN: man/src/manifest/push.md does not exist, skipping
12:03:46 WARN: man/src/manifest/rm.md does not exist, skipping
12:03:46 WARN: man/src/manifest.md does not exist, skipping
12:03:46 INFO: man/src/network/connect.md found
12:03:46 INFO: man/src/network/create.md found
12:03:46 INFO: man/src/network/disconnect.md found
12:03:46 INFO: man/src/network/inspect.md found
12:03:46 INFO: man/src/network/ls.md found
12:03:46 WARN: man/src/network/prune.md does not exist, skipping
12:03:46 INFO: man/src/network/rm.md found
12:03:46 WARN: man/src/network.md does not exist, skipping
12:03:46 WARN: man/src/node/demote.md does not exist, skipping
12:03:46 WARN: man/src/node/inspect.md does not exist, skipping
12:03:46 WARN: man/src/node/ls.md does not exist, skipping
12:03:46 WARN: man/src/node/promote.md does not exist, skipping
12:03:46 WARN: man/src/node/ps.md does not exist, skipping
12:03:46 WARN: man/src/node/rm.md does not exist, skipping
12:03:46 WARN: man/src/node/update.md does not exist, skipping
12:03:46 WARN: man/src/node.md does not exist, skipping
12:03:46 INFO: man/src/pause.md found
12:03:46 WARN: man/src/plugin/create.md does not exist, skipping
12:03:46 WARN: man/src/plugin/disable.md does not exist, skipping
12:03:46 WARN: man/src/plugin/enable.md does not exist, skipping
12:03:46 WARN: man/src/plugin/inspect.md does not exist, skipping
12:03:46 WARN: man/src/plugin/install.md does not exist, skipping
12:03:46 INFO: man/src/plugin/ls.md found
12:03:46 WARN: man/src/plugin/push.md does not exist, skipping
12:03:46 WARN: man/src/plugin/rm.md does not exist, skipping
12:03:46 WARN: man/src/plugin/set.md does not exist, skipping
12:03:46 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:03:46 WARN: man/src/plugin.md does not exist, skipping
12:03:46 INFO: man/src/port.md found
12:03:46 INFO: man/src/ps.md found
12:03:46 INFO: man/src/pull.md found
12:03:46 INFO: man/src/push.md found
12:03:46 INFO: man/src/rename.md found
12:03:46 INFO: man/src/restart.md found
12:03:46 INFO: man/src/rm.md found
12:03:46 INFO: man/src/rmi.md found
12:03:46 WARN: man/src/run.md does not exist, skipping
12:03:46 INFO: man/src/save.md found
12:03:46 INFO: man/src/search.md found
12:03:46 WARN: man/src/secret/create.md does not exist, skipping
12:03:46 WARN: man/src/secret/inspect.md does not exist, skipping
12:03:46 WARN: man/src/secret/ls.md does not exist, skipping
12:03:46 WARN: man/src/secret/rm.md does not exist, skipping
12:03:46 WARN: man/src/secret.md does not exist, skipping
12:03:46 WARN: man/src/service/create.md does not exist, skipping
12:03:46 WARN: man/src/service/inspect.md does not exist, skipping
12:03:46 WARN: man/src/service/logs.md does not exist, skipping
12:03:46 WARN: man/src/service/ls.md does not exist, skipping
12:03:46 WARN: man/src/service/ps.md does not exist, skipping
12:03:46 WARN: man/src/service/rm.md does not exist, skipping
12:03:46 WARN: man/src/service/rollback.md does not exist, skipping
12:03:46 WARN: man/src/service/scale.md does not exist, skipping
12:03:46 WARN: man/src/service/update.md does not exist, skipping
12:03:46 WARN: man/src/service.md does not exist, skipping
12:03:46 WARN: man/src/stack/config.md does not exist, skipping
12:03:46 WARN: man/src/stack/deploy.md does not exist, skipping
12:03:46 WARN: man/src/stack/ls.md does not exist, skipping
12:03:46 WARN: man/src/stack/ps.md does not exist, skipping
12:03:46 WARN: man/src/stack/rm.md does not exist, skipping
12:03:46 WARN: man/src/stack/services.md does not exist, skipping
12:03:46 WARN: man/src/stack.md does not exist, skipping
12:03:46 INFO: man/src/start.md found
12:03:46 INFO: man/src/stats.md found
12:03:46 INFO: man/src/stop.md found
12:03:46 WARN: man/src/swarm/ca.md does not exist, skipping
12:03:46 WARN: man/src/swarm/init.md does not exist, skipping
12:03:46 WARN: man/src/swarm/join.md does not exist, skipping
12:03:46 WARN: man/src/swarm/join-token.md does not exist, skipping
12:03:46 WARN: man/src/swarm/leave.md does not exist, skipping
12:03:46 WARN: man/src/swarm/unlock.md does not exist, skipping
12:03:46 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:03:46 WARN: man/src/swarm/update.md does not exist, skipping
12:03:46 WARN: man/src/swarm.md does not exist, skipping
12:03:46 WARN: man/src/system/df.md does not exist, skipping
12:03:46 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:03:46 INFO: man/src/system/events.md found
12:03:46 INFO: man/src/system/info.md found
12:03:46 WARN: man/src/system/prune.md does not exist, skipping
12:03:46 WARN: man/src/system.md does not exist, skipping
12:03:46 INFO: man/src/tag.md found
12:03:46 INFO: man/src/top.md found
12:03:46 WARN: man/src/trust/inspect.md does not exist, skipping
12:03:46 WARN: man/src/trust/key/generate.md does not exist, skipping
12:03:46 WARN: man/src/trust/key/load.md does not exist, skipping
12:03:46 WARN: man/src/trust/key.md does not exist, skipping
12:03:46 WARN: man/src/trust/revoke.md does not exist, skipping
12:03:46 WARN: man/src/trust/sign.md does not exist, skipping
12:03:46 WARN: man/src/trust/signer/add.md does not exist, skipping
12:03:46 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:03:46 WARN: man/src/trust/signer.md does not exist, skipping
12:03:46 WARN: man/src/trust.md does not exist, skipping
12:03:46 INFO: man/src/unpause.md found
12:03:46 INFO: man/src/update.md found
12:03:46 INFO: man/src/version.md found
12:03:46 INFO: man/src/volume/create.md found
12:03:46 INFO: man/src/volume/inspect.md found
12:03:46 INFO: man/src/volume/ls.md found
12:03:46 WARN: man/src/volume/prune.md does not exist, skipping
12:03:46 WARN: man/src/volume/rm.md does not exist, skipping
12:03:46 WARN: man/src/volume/update.md does not exist, skipping
12:03:46 INFO: man/src/volume.md found
12:03:46 INFO: man/src/wait.md found
12:03:46 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:03:46 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:03:46 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:03:46 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:03:46 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:03:46 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:03:46 make[2]: Leaving directory '/root/build-deb/cli'
12:03:46 # Build buildx plugin
12:03:46 cd /go/src/github.com/docker/buildx \
12:03:46 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:03:46 && GO111MODULE=on \
12:03:46 	CGO_ENABLED=0 \
12:03:46 		go build \
12:03:46 			-mod=vendor \
12:03:46 			-trimpath \
12:03:46 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:03:46 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:03:46 			./cmd/buildx
12:03:47 go: downloading github.com/moby/sys/signal v0.7.0
12:03:47 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:47 go: downloading github.com/moby/buildkit v0.10.6
12:03:47 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:47 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:47 go: downloading github.com/morikuni/aec v1.0.0
12:03:47 go: downloading github.com/pkg/errors v0.9.1
12:03:47 go: downloading github.com/spf13/cobra v1.6.1
12:03:47 go: downloading github.com/spf13/pflag v1.0.5
12:03:47 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:47 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:47 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:47 go: downloading github.com/gogo/protobuf v1.3.2
12:03:47 go: downloading github.com/google/go-cmp v0.5.9
12:03:47 go: downloading gotest.tools/v3 v3.4.0
12:03:47 go: downloading golang.org/x/sys v0.4.0
12:03:47 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:47 go: downloading github.com/docker/go-connections v0.4.0
12:03:47 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:47 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:47 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:47 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:47 go: downloading github.com/docker/go-units v0.5.0
12:03:47 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:47 go: downloading golang.org/x/text v0.6.0
12:03:48 go: downloading golang.org/x/term v0.4.0
12:03:48 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:48 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:48 go: downloading github.com/imdario/mergo v0.3.12
12:03:48 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:48 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:48 go: downloading github.com/creack/pty v1.1.11
12:03:48 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:48 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:48 go: downloading github.com/containerd/containerd v1.6.16
12:03:48 go: downloading github.com/moby/sys/signal v0.7.0
12:03:48 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:48 go: downloading github.com/moby/buildkit v0.10.6
12:03:48 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:49 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:49 go: downloading github.com/gogo/protobuf v1.3.2
12:03:49 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:49 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:49 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:49 go: downloading github.com/stretchr/testify v1.8.0
12:03:49 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:49 go: downloading github.com/rivo/uniseg v0.2.0
12:03:49 go: downloading github.com/klauspost/compress v1.15.12
12:03:49 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:49 go: downloading github.com/containerd/continuity v0.3.0
12:03:49 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:49 go: downloading golang.org/x/time v0.1.0
12:03:49 go: downloading github.com/opencontainers/runc v1.1.3
12:03:49 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:49 go: downloading golang.org/x/term v0.4.0
12:03:49 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:49 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:49 go: downloading github.com/imdario/mergo v0.3.12
12:03:49 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:49 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:49 go: downloading github.com/creack/pty v1.1.11
12:03:49 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:49 go: downloading golang.org/x/crypto v0.2.0
12:03:49 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:49 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:49 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:49 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:50 go: downloading google.golang.org/grpc v1.48.0
12:03:50 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:50 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:50 go: downloading github.com/russross/blackfriday v1.6.0
12:03:50 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:50 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:50 go: downloading golang.org/x/net v0.5.0
12:03:50 Created binary: bundles/dynbinary-daemon/dockerd
12:03:50 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
12:03:50 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:50 
12:03:50 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:03:50 + RM_GOPATH=0
12:03:50 + TMP_GOPATH=/go
12:03:50 + : /usr/local/bin
12:03:50 + '[' -z /go ']'
12:03:50 + export GOPATH=/go
12:03:50 + GOPATH=/go
12:03:50 + case "$(go env GOARCH)" in
12:03:50 ++ go env GOARCH
12:03:50 + export GO_BUILDMODE=-buildmode=pie
12:03:50 + GO_BUILDMODE=-buildmode=pie
12:03:50 ++ dirname hack/dockerfile/install/install.sh
12:03:50 + dir=hack/dockerfile/install
12:03:50 + bin=tini
12:03:50 + shift
12:03:50 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:03:50 + . hack/dockerfile/install/tini.installer
12:03:50 ++ : v0.19.0
12:03:50 + install_tini
12:03:50 + echo 'Install tini version v0.19.0'
12:03:50 + git clone https://github.com/krallin/tini.git /go/tini
12:03:50 Install tini version v0.19.0
12:03:50 Cloning into '/go/tini'...
12:03:50 + cd /go/tini
12:03:50 + git checkout -q v0.19.0
12:03:50 + cmake .
12:03:50 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:03:50   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:03:50   CMake.
12:03:50 
12:03:50   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:03:50   CMake that the project does not need compatibility with older versions.
12:03:50 
12:03:50 
12:03:50 -- The C compiler identification is GNU 12.2.0
12:03:50 -- Detecting C compiler ABI info
12:03:50 -- Detecting C compiler ABI info - done
12:03:50 -- Check for working C compiler: /usr/bin/cc - skipped
12:03:50 -- Detecting C compile features
12:03:50 -- Detecting C compile features - done
12:03:50 -- Performing Test HAS_BUILTIN_FORTIFY
12:03:50 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:03:50 -- Configuring done
12:03:50 -- Generating done
12:03:50 -- Build files have been written to: /go/tini
12:03:50 + make tini-static
12:03:50 make[2]: Entering directory '/go/tini'
12:03:50 make[3]: Entering directory '/go/tini'
12:03:50 make[4]: Entering directory '/go/tini'
12:03:50 make[5]: Entering directory '/go/tini'
12:03:50 make[5]: Leaving directory '/go/tini'
12:03:50 make[5]: Entering directory '/go/tini'
12:03:50 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:03:50 [100%] Linking C executable tini-static
12:03:50 make[5]: Leaving directory '/go/tini'
12:03:50 [100%] Built target tini-static
12:03:50 make[4]: Leaving directory '/go/tini'
12:03:50 make[3]: Leaving directory '/go/tini'
12:03:50 make[2]: Leaving directory '/go/tini'
12:03:50 + mkdir -p /usr/local/bin
12:03:50 + cp tini-static /usr/local/bin/docker-init
12:03:50 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:50 + RM_GOPATH=0
12:03:50 + TMP_GOPATH=/go
12:03:50 + : /usr/local/bin
12:03:50 + '[' -z /go ']'
12:03:50 + export GOPATH=/go
12:03:50 + GOPATH=/go
12:03:50 + case "$(go env GOARCH)" in
12:03:50 ++ go env GOARCH
12:03:50 + export GO_BUILDMODE=-buildmode=pie
12:03:50 + GO_BUILDMODE=-buildmode=pie
12:03:50 ++ dirname hack/dockerfile/install/install.sh
12:03:50 + dir=hack/dockerfile/install
12:03:50 + bin=rootlesskit
12:03:50 + shift
12:03:50 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:03:50 + . hack/dockerfile/install/rootlesskit.installer
12:03:50 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:50 + install_rootlesskit dynamic
12:03:50 + case "$1" in
12:03:50 + install_rootlesskit_dynamic
12:03:50 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:50 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:50 + export BUILD_MODE=-buildmode=pie
12:03:50 + BUILD_MODE=-buildmode=pie
12:03:50 + _install_rootlesskit
12:03:50 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:50 + for f in rootlesskit rootlesskit-docker-proxy
12:03:50 + GOBIN=/usr/local/bin
12:03:50 + GO111MODULE=on
12:03:50 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:50 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:50 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:50 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:50 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:50 go: downloading golang.org/x/sys v0.2.0
12:03:50 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:50 go: downloading github.com/google/uuid v1.3.0
12:03:50 go: downloading github.com/moby/vpnkit v0.5.0
12:03:50 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:50 go: downloading github.com/gofrs/flock v0.8.1
12:03:50 go: downloading github.com/gorilla/mux v1.8.0
12:03:50 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:50 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:50 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:50 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:50 go: downloading golang.org/x/net v0.1.0
12:03:50 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:50 + for f in rootlesskit rootlesskit-docker-proxy
12:03:50 + GOBIN=/usr/local/bin
12:03:50 + GO111MODULE=on
12:03:50 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:50 + return
12:03:50 # Build the CLI
12:03:50 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:03:50 Building dynamic docker-linux-arm-v6
12:03:50 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:01:10Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:50 go: downloading github.com/stretchr/testify v1.8.0
12:03:50 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:50 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:50 go: downloading github.com/rivo/uniseg v0.2.0
12:03:50 go: downloading github.com/klauspost/compress v1.15.12
12:03:50 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:50 go: downloading github.com/containerd/continuity v0.3.0
12:03:50 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:50 go: downloading golang.org/x/time v0.1.0
12:03:50 go: downloading github.com/opencontainers/runc v1.1.3
12:03:50 go: downloading golang.org/x/crypto v0.2.0
12:03:51 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:51 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:51 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:51 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:51 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:51 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:51 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:51 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:51 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:03:51 ++ pwd
12:03:51 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:03:51 Project root: .
12:03:51 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:03:51 INFO: man/src/attach.md found
12:03:51 WARN: man/src/build.md does not exist, skipping
12:03:51 WARN: man/src/builder/build.md does not exist, skipping
12:03:51 WARN: man/src/builder/prune.md does not exist, skipping
12:03:51 WARN: man/src/builder.md does not exist, skipping
12:03:51 WARN: man/src/checkpoint/create.md does not exist, skipping
12:03:51 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:03:51 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:03:51 WARN: man/src/checkpoint.md does not exist, skipping
12:03:51 INFO: man/src/commit.md found
12:03:51 WARN: man/src/config/create.md does not exist, skipping
12:03:51 WARN: man/src/config/inspect.md does not exist, skipping
12:03:51 WARN: man/src/config/ls.md does not exist, skipping
12:03:51 WARN: man/src/config/rm.md does not exist, skipping
12:03:51 WARN: man/src/config.md does not exist, skipping
12:03:51 INFO: man/src/container/attach.md found
12:03:51 INFO: man/src/container/commit.md found
12:03:51 INFO: man/src/container/cp.md found
12:03:51 INFO: man/src/container/create.md found
12:03:51 INFO: man/src/container/diff.md found
12:03:51 INFO: man/src/container/exec.md found
12:03:51 INFO: man/src/container/export.md found
12:03:51 WARN: man/src/container/inspect.md does not exist, skipping
12:03:51 INFO: man/src/container/kill.md found
12:03:51 INFO: man/src/container/logs.md found
12:03:51 INFO: man/src/container/ls.md found
12:03:51 INFO: man/src/container/pause.md found
12:03:51 INFO: man/src/container/port.md found
12:03:51 WARN: man/src/container/prune.md does not exist, skipping
12:03:51 INFO: man/src/container/rename.md found
12:03:51 INFO: man/src/container/restart.md found
12:03:51 INFO: man/src/container/rm.md found
12:03:51 INFO: man/src/container/run.md found
12:03:51 INFO: man/src/container/start.md found
12:03:51 INFO: man/src/container/stats.md found
12:03:51 INFO: man/src/container/stop.md found
12:03:51 INFO: man/src/container/top.md found
12:03:51 INFO: man/src/container/unpause.md found
12:03:51 INFO: man/src/container/update.md found
12:03:51 INFO: man/src/container/wait.md found
12:03:51 WARN: man/src/container.md does not exist, skipping
12:03:51 WARN: man/src/context/create.md does not exist, skipping
12:03:51 WARN: man/src/context/export.md does not exist, skipping
12:03:51 WARN: man/src/context/import.md does not exist, skipping
12:03:51 WARN: man/src/context/inspect.md does not exist, skipping
12:03:51 WARN: man/src/context/ls.md does not exist, skipping
12:03:51 WARN: man/src/context/rm.md does not exist, skipping
12:03:51 WARN: man/src/context/show.md does not exist, skipping
12:03:51 WARN: man/src/context/update.md does not exist, skipping
12:03:51 WARN: man/src/context/use.md does not exist, skipping
12:03:51 WARN: man/src/context.md does not exist, skipping
12:03:51 INFO: man/src/cp.md found
12:03:51 INFO: man/src/create.md found
12:03:51 INFO: man/src/diff.md found
12:03:51 INFO: man/src/events.md found
12:03:51 INFO: man/src/exec.md found
12:03:51 INFO: man/src/export.md found
12:03:51 INFO: man/src/history.md found
12:03:51 INFO: man/src/image/build.md found
12:03:51 INFO: man/src/image/history.md found
12:03:51 INFO: man/src/image/import.md found
12:03:51 WARN: man/src/image/inspect.md does not exist, skipping
12:03:51 INFO: man/src/image/load.md found
12:03:51 INFO: man/src/image/ls.md found
12:03:51 WARN: man/src/image/prune.md does not exist, skipping
12:03:51 INFO: man/src/image/pull.md found
12:03:51 INFO: man/src/image/push.md found
12:03:51 INFO: man/src/image/rm.md found
12:03:51 INFO: man/src/image/save.md found
12:03:51 INFO: man/src/image/tag.md found
12:03:51 WARN: man/src/image.md does not exist, skipping
12:03:51 INFO: man/src/images.md found
12:03:51 INFO: man/src/import.md found
12:03:51 INFO: man/src/info.md found
12:03:51 INFO: man/src/inspect.md found
12:03:51 INFO: man/src/kill.md found
12:03:51 INFO: man/src/load.md found
12:03:51 INFO: man/src/login.md found
12:03:51 INFO: man/src/logout.md found
12:03:51 INFO: man/src/logs.md found
12:03:51 WARN: man/src/manifest/annotate.md does not exist, skipping
12:03:51 WARN: man/src/manifest/create.md does not exist, skipping
12:03:51 WARN: man/src/manifest/inspect.md does not exist, skipping
12:03:51 WARN: man/src/manifest/push.md does not exist, skipping
12:03:51 WARN: man/src/manifest/rm.md does not exist, skipping
12:03:51 WARN: man/src/manifest.md does not exist, skipping
12:03:51 INFO: man/src/network/connect.md found
12:03:51 INFO: man/src/network/create.md found
12:03:51 INFO: man/src/network/disconnect.md found
12:03:51 INFO: man/src/network/inspect.md found
12:03:51 INFO: man/src/network/ls.md found
12:03:51 WARN: man/src/network/prune.md does not exist, skipping
12:03:51 INFO: man/src/network/rm.md found
12:03:51 WARN: man/src/network.md does not exist, skipping
12:03:51 WARN: man/src/node/demote.md does not exist, skipping
12:03:51 WARN: man/src/node/inspect.md does not exist, skipping
12:03:51 WARN: man/src/node/ls.md does not exist, skipping
12:03:51 WARN: man/src/node/promote.md does not exist, skipping
12:03:51 WARN: man/src/node/ps.md does not exist, skipping
12:03:51 WARN: man/src/node/rm.md does not exist, skipping
12:03:51 WARN: man/src/node/update.md does not exist, skipping
12:03:51 WARN: man/src/node.md does not exist, skipping
12:03:51 INFO: man/src/pause.md found
12:03:51 WARN: man/src/plugin/create.md does not exist, skipping
12:03:51 WARN: man/src/plugin/disable.md does not exist, skipping
12:03:51 WARN: man/src/plugin/enable.md does not exist, skipping
12:03:51 WARN: man/src/plugin/inspect.md does not exist, skipping
12:03:51 WARN: man/src/plugin/install.md does not exist, skipping
12:03:51 INFO: man/src/plugin/ls.md found
12:03:51 WARN: man/src/plugin/push.md does not exist, skipping
12:03:51 WARN: man/src/plugin/rm.md does not exist, skipping
12:03:51 WARN: man/src/plugin/set.md does not exist, skipping
12:03:51 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:03:51 WARN: man/src/plugin.md does not exist, skipping
12:03:51 INFO: man/src/port.md found
12:03:51 INFO: man/src/ps.md found
12:03:51 INFO: man/src/pull.md found
12:03:51 INFO: man/src/push.md found
12:03:51 INFO: man/src/rename.md found
12:03:51 INFO: man/src/restart.md found
12:03:51 INFO: man/src/rm.md found
12:03:51 INFO: man/src/rmi.md found
12:03:51 WARN: man/src/run.md does not exist, skipping
12:03:51 INFO: man/src/save.md found
12:03:51 INFO: man/src/search.md found
12:03:51 WARN: man/src/secret/create.md does not exist, skipping
12:03:51 WARN: man/src/secret/inspect.md does not exist, skipping
12:03:51 WARN: man/src/secret/ls.md does not exist, skipping
12:03:51 WARN: man/src/secret/rm.md does not exist, skipping
12:03:51 WARN: man/src/secret.md does not exist, skipping
12:03:51 WARN: man/src/service/create.md does not exist, skipping
12:03:51 WARN: man/src/service/inspect.md does not exist, skipping
12:03:51 WARN: man/src/service/logs.md does not exist, skipping
12:03:51 WARN: man/src/service/ls.md does not exist, skipping
12:03:51 WARN: man/src/service/ps.md does not exist, skipping
12:03:51 WARN: man/src/service/rm.md does not exist, skipping
12:03:51 WARN: man/src/service/rollback.md does not exist, skipping
12:03:51 WARN: man/src/service/scale.md does not exist, skipping
12:03:51 WARN: man/src/service/update.md does not exist, skipping
12:03:51 WARN: man/src/service.md does not exist, skipping
12:03:51 WARN: man/src/stack/config.md does not exist, skipping
12:03:51 WARN: man/src/stack/deploy.md does not exist, skipping
12:03:51 WARN: man/src/stack/ls.md does not exist, skipping
12:03:51 WARN: man/src/stack/ps.md does not exist, skipping
12:03:51 WARN: man/src/stack/rm.md does not exist, skipping
12:03:51 WARN: man/src/stack/services.md does not exist, skipping
12:03:51 WARN: man/src/stack.md does not exist, skipping
12:03:51 INFO: man/src/start.md found
12:03:51 INFO: man/src/stats.md found
12:03:51 INFO: man/src/stop.md found
12:03:51 WARN: man/src/swarm/ca.md does not exist, skipping
12:03:51 WARN: man/src/swarm/init.md does not exist, skipping
12:03:51 WARN: man/src/swarm/join.md does not exist, skipping
12:03:51 WARN: man/src/swarm/join-token.md does not exist, skipping
12:03:51 WARN: man/src/swarm/leave.md does not exist, skipping
12:03:51 WARN: man/src/swarm/unlock.md does not exist, skipping
12:03:51 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:03:51 WARN: man/src/swarm/update.md does not exist, skipping
12:03:51 WARN: man/src/swarm.md does not exist, skipping
12:03:51 WARN: man/src/system/df.md does not exist, skipping
12:03:51 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:03:51 INFO: man/src/system/events.md found
12:03:51 INFO: man/src/system/info.md found
12:03:51 WARN: man/src/system/prune.md does not exist, skipping
12:03:51 WARN: man/src/system.md does not exist, skipping
12:03:51 INFO: man/src/tag.md found
12:03:51 INFO: man/src/top.md found
12:03:51 WARN: man/src/trust/inspect.md does not exist, skipping
12:03:51 WARN: man/src/trust/key/generate.md does not exist, skipping
12:03:51 WARN: man/src/trust/key/load.md does not exist, skipping
12:03:51 WARN: man/src/trust/key.md does not exist, skipping
12:03:51 WARN: man/src/trust/revoke.md does not exist, skipping
12:03:51 WARN: man/src/trust/sign.md does not exist, skipping
12:03:51 WARN: man/src/trust/signer/add.md does not exist, skipping
12:03:51 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:03:51 WARN: man/src/trust/signer.md does not exist, skipping
12:03:51 WARN: man/src/trust.md does not exist, skipping
12:03:51 INFO: man/src/unpause.md found
12:03:51 INFO: man/src/update.md found
12:03:51 INFO: man/src/version.md found
12:03:51 INFO: man/src/volume/create.md found
12:03:51 INFO: man/src/volume/inspect.md found
12:03:51 INFO: man/src/volume/ls.md found
12:03:51 WARN: man/src/volume/prune.md does not exist, skipping
12:03:51 WARN: man/src/volume/rm.md does not exist, skipping
12:03:51 WARN: man/src/volume/update.md does not exist, skipping
12:03:51 INFO: man/src/volume.md found
12:03:51 INFO: man/src/wait.md found
12:03:51 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:03:51 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:03:51 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:03:51 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:03:51 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:03:51 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:03:51 + popd
12:03:51 + RPM_EC=0
12:03:51 ~/rpmbuild/BUILD/src
12:03:51 ++ jobs -p
12:03:51 + exit 0
12:03:51 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.njJ7BN
12:03:51 + umask 022
12:03:51 + cd /root/rpmbuild/BUILD
12:03:51 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64 '!=' / ']'
12:03:51 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:03:51 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:03:51 + mkdir -p /root/rpmbuild/BUILDROOT
12:03:51 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:03:51 + cd src
12:03:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin
12:03:51 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/docker
12:03:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/bash-completion/completions
12:03:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/zsh/vendor-completions
12:03:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/fish/vendor_completions.d
12:03:51 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/bash-completion/completions/docker
12:03:51 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/zsh/vendor-completions/_docker
12:03:51 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/fish/vendor_completions.d/docker.fish
12:03:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/man/man1
12:03:51 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-show.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-config.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume-update.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/man/man1
12:03:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/man/man5
12:03:51 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/man/man5
12:03:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/man/man8
12:03:51 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/man/man8
12:03:51 + mkdir -p build-docs
12:03:51 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:03:51 + cp cli/LICENSE build-docs/LICENSE
12:03:51 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:03:51 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:03:51 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:03:51 + cp cli/NOTICE build-docs/NOTICE
12:03:51 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:03:51 + cp cli/README.md build-docs/README.md
12:03:51 + /usr/lib/rpm/check-buildroot
12:03:51 + /usr/lib/rpm/redhat/brp-ldconfig
12:03:51 + /usr/lib/rpm/brp-compress
12:03:51 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:03:51 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:03:51 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:03:51 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:03:51 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:03:51 + /usr/lib/rpm/brp-python-hardlink
12:03:51 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:03:51 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fNcVCk
12:03:51 + umask 022
12:03:51 + cd /root/rpmbuild/BUILD
12:03:51 + cd src
12:03:51 ++ cli/build/docker --version
12:03:51 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:03:51 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:03:51 + echo 'PASS: cli version OK'
12:03:51 PASS: cli version OK
12:03:51 + RPM_EC=0
12:03:51 ++ jobs -p
12:03:51 + exit 0
12:03:51 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:03:51 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6U4DSk
12:03:51 + umask 022
12:03:51 + cd /root/rpmbuild/BUILD
12:03:51 + cd src
12:03:51 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/doc/docker-ce-cli
12:03:51 + export LC_ALL=C
12:03:51 + LC_ALL=C
12:03:51 + export DOCDIR
12:03:51 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/doc/docker-ce-cli
12:03:51 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/doc/docker-ce-cli
12:03:51 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/doc/docker-ce-cli
12:03:51 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/doc/docker-ce-cli
12:03:51 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/share/doc/docker-ce-cli
12:03:51 + RPM_EC=0
12:03:51 ++ jobs -p
12:03:51 + exit 0
12:03:51 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.el9 docker-ce-cli(aarch-64) = 1:0.0.0~20230206193855.ab4ef4a-0.el9
12:03:51 Requires(interp): /bin/sh
12:03:51 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:03:51 Requires(post): /bin/sh
12:03:51 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)
12:03:51 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:03:51 Recommends: docker-buildx-plugin docker-compose-plugin
12:03:51 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:03:51 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.src.rpm
12:03:51 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:51 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:51 go: downloading github.com/golang/protobuf v1.5.2
12:03:51 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:51 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:51 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:51 go: downloading google.golang.org/grpc v1.48.0
12:03:52 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:52 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:52 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:52 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:52 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:52 go: downloading golang.org/x/net v0.5.0
12:03:52 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:52 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:52 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:52 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:52 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:52 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:52 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:52 go: downloading github.com/russross/blackfriday v1.6.0
12:03:52 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:52 go: downloading github.com/golang/protobuf v1.5.2
12:03:52 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:52 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm
12:03:52 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rZSZ5u
12:03:52 + umask 022
12:03:52 + cd /root/rpmbuild/BUILD
12:03:52 + cd src
12:03:52 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:03:52 + RPM_EC=0
12:03:52 ++ jobs -p
12:03:52 + exit 0
12:03:52 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.TvRyqP
12:03:52 + umask 022
12:03:52 + cd /root/rpmbuild/BUILD
12:03:52 + rm -rf src src.gemspec
12:03:52 + RPM_EC=0
12:03:52 ++ jobs -p
12:03:52 + exit 0
12:03:52 
12:03:52 RPM build warnings:
12:03:52     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:03:52     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:03:52     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:03:52     source_date_epoch_from_changelog set but %changelog is missing
12:03:52     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
12:03:52 warning: source_date_epoch_from_changelog set but %changelog is missing
12:03:52 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Y4BjI3
12:03:52 + umask 022
12:03:52 + cd /root/rpmbuild/BUILD
12:03:52 + cd /root/rpmbuild/BUILD
12:03:52 + rm -rf src
12:03:52 + /usr/bin/mkdir -p src
12:03:52 + cd src
12:03:52 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
12:03:52 + STATUS=0
12:03:52 + '[' 0 -ne 0 ']'
12:03:52 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/cli.tgz
12:03:52 + STATUS=0
12:03:52 + '[' 0 -ne 0 ']'
12:03:52 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:03:52 + RPM_EC=0
12:03:52 ++ jobs -p
12:03:52 + exit 0
12:03:52 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.pWmneQ
12:03:52 + umask 022
12:03:52 + cd /root/rpmbuild/BUILD
12:03: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'
12:03:52 + export CFLAGS
12:03: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'
12:03:52 + export CXXFLAGS
12:03: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'
12:03:52 + export FFLAGS
12:03: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'
12:03:52 + export FCFLAGS
12:03: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'
12:03:52 + export LDFLAGS
12:03:52 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:03:52 + export LT_SYS_LIBRARY_PATH
12:03:52 + CC=gcc
12:03:52 + export CC
12:03:52 + CXX=g++
12:03:52 + export CXX
12:03:52 + cd src
12:03:52 + mkdir -p /go/src/github.com/docker
12:03:52 + rm -f /go/src/github.com/docker/cli
12:03:52 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:03:52 + pushd /go/src/github.com/docker/cli
12:03:52 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:03:52 + VERSION=0.0.0-20230206193855-ab4ef4a
12:03:52 + GITCOMMIT=ab4ef4a
12:03:52 + GO_LINKMODE=dynamic
12:03:52 + ./scripts/build/binary
12:03:52 Building dynamic docker-linux-amd64
12:03:52 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:03:47Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:03:52 + for f in rootlesskit rootlesskit-docker-proxy
12:03:52 + GOBIN=/usr/local/bin
12:03:52 + GO111MODULE=on
12:03:52 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:52 Created binary: bundles/dynbinary-daemon/dockerd
12:03:52 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
12:03:52 Created binary: bundles/dynbinary-daemon/docker-proxy
12:03:52 
12:03:52 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:03:52 + RM_GOPATH=0
12:03:52 + TMP_GOPATH=/go
12:03:52 + : /usr/local/bin
12:03:52 + '[' -z /go ']'
12:03:52 + export GOPATH=/go
12:03:52 + GOPATH=/go
12:03:52 + case "$(go env GOARCH)" in
12:03:52 ++ go env GOARCH
12:03:52 + export GO_BUILDMODE=-buildmode=pie
12:03:52 + GO_BUILDMODE=-buildmode=pie
12:03:52 ++ dirname hack/dockerfile/install/install.sh
12:03:52 + dir=hack/dockerfile/install
12:03:52 + bin=tini
12:03:52 + shift
12:03:52 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:03:52 + . hack/dockerfile/install/tini.installer
12:03:52 ++ : v0.19.0
12:03:52 + install_tini
12:03:52 + echo 'Install tini version v0.19.0'
12:03:52 + git clone https://github.com/krallin/tini.git /go/tini
12:03:52 Install tini version v0.19.0
12:03:52 Cloning into '/go/tini'...
12:03:52 + cd /go/tini
12:03:52 + git checkout -q v0.19.0
12:03:52 + cmake .
12:03:52 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:03:52   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:03:52   CMake.
12:03:52 
12:03:52   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:03:52   CMake that the project does not need compatibility with older versions.
12:03:52 
12:03:52 
12:03:52 -- The C compiler identification is GNU 12.2.0
12:03:52 -- Detecting C compiler ABI info
12:03:52 -- Detecting C compiler ABI info - done
12:03:52 -- Check for working C compiler: /usr/bin/cc - skipped
12:03:52 -- Detecting C compile features
12:03:52 -- Detecting C compile features - done
12:03:52 -- Performing Test HAS_BUILTIN_FORTIFY
12:03:52 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:03:52 -- Configuring done
12:03:52 -- Generating done
12:03:52 -- Build files have been written to: /go/tini
12:03:52 + make tini-static
12:03:52 make[2]: Entering directory '/go/tini'
12:03:52 make[3]: Entering directory '/go/tini'
12:03:52 make[4]: Entering directory '/go/tini'
12:03:52 make[5]: Entering directory '/go/tini'
12:03:52 make[5]: Leaving directory '/go/tini'
12:03:52 make[5]: Entering directory '/go/tini'
12:03:52 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:03:52 [100%] Linking C executable tini-static
12:03:52 make[5]: Leaving directory '/go/tini'
12:03:52 [100%] Built target tini-static
12:03:52 make[4]: Leaving directory '/go/tini'
12:03:52 make[3]: Leaving directory '/go/tini'
12:03:52 make[2]: Leaving directory '/go/tini'
12:03:52 + mkdir -p /usr/local/bin
12:03:52 + cp tini-static /usr/local/bin/docker-init
12:03:52 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:52 + RM_GOPATH=0
12:03:52 + TMP_GOPATH=/go
12:03:52 + : /usr/local/bin
12:03:52 + '[' -z /go ']'
12:03:52 + export GOPATH=/go
12:03:52 + GOPATH=/go
12:03:52 + case "$(go env GOARCH)" in
12:03:52 ++ go env GOARCH
12:03:52 + export GO_BUILDMODE=-buildmode=pie
12:03:52 + GO_BUILDMODE=-buildmode=pie
12:03:52 ++ dirname hack/dockerfile/install/install.sh
12:03:52 + dir=hack/dockerfile/install
12:03:52 + bin=rootlesskit
12:03:52 + shift
12:03:52 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:03:52 + . hack/dockerfile/install/rootlesskit.installer
12:03:52 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:52 + install_rootlesskit dynamic
12:03:52 + case "$1" in
12:03:52 + install_rootlesskit_dynamic
12:03:52 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:52 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:52 + export BUILD_MODE=-buildmode=pie
12:03:52 + BUILD_MODE=-buildmode=pie
12:03:52 + _install_rootlesskit
12:03:52 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:52 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:52 + for f in rootlesskit rootlesskit-docker-proxy
12:03:52 + GOBIN=/usr/local/bin
12:03:52 + GO111MODULE=on
12:03:52 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:52 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:52 go: downloading github.com/sirupsen/logrus v1.9.0
12:03:52 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:52 go: downloading golang.org/x/sys v0.2.0
12:03:52 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:03:52 go: downloading github.com/google/uuid v1.3.0
12:03:52 go: downloading github.com/moby/vpnkit v0.5.0
12:03:52 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:03:52 go: downloading github.com/gofrs/flock v0.8.1
12:03:52 go: downloading github.com/gorilla/mux v1.8.0
12:03:52 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:03:52 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:03:52 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:03:52 go: downloading golang.org/x/net v0.1.0
12:03:52 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:03:52 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:03:52 + for f in rootlesskit rootlesskit-docker-proxy
12:03:52 + GOBIN=/usr/local/bin
12:03:52 + GO111MODULE=on
12:03:52 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:52 # Build the CLI
12:03:52 + return
12:03:52 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:03:52 Building dynamic docker-linux-arm-v6
12:03:52 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:01:12Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:53 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:53 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:53 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:53 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:53 go: downloading github.com/beorn7/perks v1.0.1
12:03:53 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:53 go: downloading github.com/prometheus/client_model v0.3.0
12:03:53 go: downloading github.com/prometheus/common v0.37.0
12:03:53 go: downloading github.com/prometheus/procfs v0.8.0
12:03:53 go: downloading google.golang.org/protobuf v1.28.1
12:03:53 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:53 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:53 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:53 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:53 go: downloading k8s.io/klog/v2 v2.80.1
12:03:53 go: downloading github.com/kr/text v0.2.0
12:03:53 go: downloading github.com/docker/go-metrics v0.0.1
12:03:53 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:53 go: downloading github.com/kr/pretty v0.2.1
12:03:53 go: downloading github.com/magiconair/properties v1.5.3
12:03:53 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:53 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:53 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:53 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:53 go: downloading github.com/go-logr/logr v1.2.3
12:03:53 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:53 + go mod vendor -modfile=vendor.mod
12:03:53 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:03:53 ++ pwd
12:03:53 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:03:53 Project root: .
12:03:53 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:03:53 INFO: man/src/attach.md found
12:03:53 WARN: man/src/build.md does not exist, skipping
12:03:53 WARN: man/src/builder/build.md does not exist, skipping
12:03:53 WARN: man/src/builder/prune.md does not exist, skipping
12:03:53 WARN: man/src/builder.md does not exist, skipping
12:03:53 WARN: man/src/checkpoint/create.md does not exist, skipping
12:03:53 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:03:53 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:03:53 WARN: man/src/checkpoint.md does not exist, skipping
12:03:53 INFO: man/src/commit.md found
12:03:53 WARN: man/src/config/create.md does not exist, skipping
12:03:53 WARN: man/src/config/inspect.md does not exist, skipping
12:03:53 WARN: man/src/config/ls.md does not exist, skipping
12:03:53 WARN: man/src/config/rm.md does not exist, skipping
12:03:53 WARN: man/src/config.md does not exist, skipping
12:03:53 INFO: man/src/container/attach.md found
12:03:53 INFO: man/src/container/commit.md found
12:03:53 INFO: man/src/container/cp.md found
12:03:53 INFO: man/src/container/create.md found
12:03:53 INFO: man/src/container/diff.md found
12:03:53 INFO: man/src/container/exec.md found
12:03:53 INFO: man/src/container/export.md found
12:03:53 WARN: man/src/container/inspect.md does not exist, skipping
12:03:53 INFO: man/src/container/kill.md found
12:03:53 INFO: man/src/container/logs.md found
12:03:53 INFO: man/src/container/ls.md found
12:03:53 INFO: man/src/container/pause.md found
12:03:53 INFO: man/src/container/port.md found
12:03:53 WARN: man/src/container/prune.md does not exist, skipping
12:03:53 INFO: man/src/container/rename.md found
12:03:53 INFO: man/src/container/restart.md found
12:03:53 INFO: man/src/container/rm.md found
12:03:53 INFO: man/src/container/run.md found
12:03:53 INFO: man/src/container/start.md found
12:03:53 INFO: man/src/container/stats.md found
12:03:53 INFO: man/src/container/stop.md found
12:03:53 INFO: man/src/container/top.md found
12:03:53 INFO: man/src/container/unpause.md found
12:03:53 INFO: man/src/container/update.md found
12:03:53 INFO: man/src/container/wait.md found
12:03:53 WARN: man/src/container.md does not exist, skipping
12:03:53 WARN: man/src/context/create.md does not exist, skipping
12:03:53 WARN: man/src/context/export.md does not exist, skipping
12:03:53 WARN: man/src/context/import.md does not exist, skipping
12:03:53 WARN: man/src/context/inspect.md does not exist, skipping
12:03:53 WARN: man/src/context/ls.md does not exist, skipping
12:03:53 WARN: man/src/context/rm.md does not exist, skipping
12:03:53 WARN: man/src/context/show.md does not exist, skipping
12:03:53 WARN: man/src/context/update.md does not exist, skipping
12:03:53 WARN: man/src/context/use.md does not exist, skipping
12:03:53 WARN: man/src/context.md does not exist, skipping
12:03:53 INFO: man/src/cp.md found
12:03:53 INFO: man/src/create.md found
12:03:53 INFO: man/src/diff.md found
12:03:53 INFO: man/src/events.md found
12:03:53 INFO: man/src/exec.md found
12:03:53 INFO: man/src/export.md found
12:03:53 INFO: man/src/history.md found
12:03:53 INFO: man/src/image/build.md found
12:03:53 INFO: man/src/image/history.md found
12:03:53 INFO: man/src/image/import.md found
12:03:53 WARN: man/src/image/inspect.md does not exist, skipping
12:03:53 INFO: man/src/image/load.md found
12:03:53 INFO: man/src/image/ls.md found
12:03:53 WARN: man/src/image/prune.md does not exist, skipping
12:03:53 INFO: man/src/image/pull.md found
12:03:53 INFO: man/src/image/push.md found
12:03:53 INFO: man/src/image/rm.md found
12:03:53 INFO: man/src/image/save.md found
12:03:53 INFO: man/src/image/tag.md found
12:03:53 WARN: man/src/image.md does not exist, skipping
12:03:53 INFO: man/src/images.md found
12:03:53 INFO: man/src/import.md found
12:03:53 INFO: man/src/info.md found
12:03:53 INFO: man/src/inspect.md found
12:03:53 INFO: man/src/kill.md found
12:03:53 INFO: man/src/load.md found
12:03:53 INFO: man/src/login.md found
12:03:53 INFO: man/src/logout.md found
12:03:53 INFO: man/src/logs.md found
12:03:53 WARN: man/src/manifest/annotate.md does not exist, skipping
12:03:53 WARN: man/src/manifest/create.md does not exist, skipping
12:03:53 WARN: man/src/manifest/inspect.md does not exist, skipping
12:03:53 WARN: man/src/manifest/push.md does not exist, skipping
12:03:53 WARN: man/src/manifest/rm.md does not exist, skipping
12:03:53 WARN: man/src/manifest.md does not exist, skipping
12:03:53 INFO: man/src/network/connect.md found
12:03:53 INFO: man/src/network/create.md found
12:03:53 INFO: man/src/network/disconnect.md found
12:03:53 INFO: man/src/network/inspect.md found
12:03:53 INFO: man/src/network/ls.md found
12:03:53 WARN: man/src/network/prune.md does not exist, skipping
12:03:53 INFO: man/src/network/rm.md found
12:03:53 WARN: man/src/network.md does not exist, skipping
12:03:53 WARN: man/src/node/demote.md does not exist, skipping
12:03:53 WARN: man/src/node/inspect.md does not exist, skipping
12:03:53 WARN: man/src/node/ls.md does not exist, skipping
12:03:53 WARN: man/src/node/promote.md does not exist, skipping
12:03:53 WARN: man/src/node/ps.md does not exist, skipping
12:03:53 WARN: man/src/node/rm.md does not exist, skipping
12:03:53 WARN: man/src/node/update.md does not exist, skipping
12:03:53 WARN: man/src/node.md does not exist, skipping
12:03:53 INFO: man/src/pause.md found
12:03:53 WARN: man/src/plugin/create.md does not exist, skipping
12:03:53 WARN: man/src/plugin/disable.md does not exist, skipping
12:03:53 WARN: man/src/plugin/enable.md does not exist, skipping
12:03:53 WARN: man/src/plugin/inspect.md does not exist, skipping
12:03:53 WARN: man/src/plugin/install.md does not exist, skipping
12:03:53 INFO: man/src/plugin/ls.md found
12:03:53 WARN: man/src/plugin/push.md does not exist, skipping
12:03:53 WARN: man/src/plugin/rm.md does not exist, skipping
12:03:53 WARN: man/src/plugin/set.md does not exist, skipping
12:03:53 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:03:53 WARN: man/src/plugin.md does not exist, skipping
12:03:53 INFO: man/src/port.md found
12:03:53 INFO: man/src/ps.md found
12:03:53 INFO: man/src/pull.md found
12:03:53 INFO: man/src/push.md found
12:03:53 INFO: man/src/rename.md found
12:03:53 INFO: man/src/restart.md found
12:03:53 INFO: man/src/rm.md found
12:03:53 INFO: man/src/rmi.md found
12:03:53 WARN: man/src/run.md does not exist, skipping
12:03:53 INFO: man/src/save.md found
12:03:53 INFO: man/src/search.md found
12:03:53 WARN: man/src/secret/create.md does not exist, skipping
12:03:53 WARN: man/src/secret/inspect.md does not exist, skipping
12:03:53 WARN: man/src/secret/ls.md does not exist, skipping
12:03:53 WARN: man/src/secret/rm.md does not exist, skipping
12:03:53 WARN: man/src/secret.md does not exist, skipping
12:03:53 WARN: man/src/service/create.md does not exist, skipping
12:03:53 WARN: man/src/service/inspect.md does not exist, skipping
12:03:53 WARN: man/src/service/logs.md does not exist, skipping
12:03:53 WARN: man/src/service/ls.md does not exist, skipping
12:03:53 WARN: man/src/service/ps.md does not exist, skipping
12:03:53 WARN: man/src/service/rm.md does not exist, skipping
12:03:53 WARN: man/src/service/rollback.md does not exist, skipping
12:03:53 WARN: man/src/service/scale.md does not exist, skipping
12:03:53 WARN: man/src/service/update.md does not exist, skipping
12:03:53 WARN: man/src/service.md does not exist, skipping
12:03:53 WARN: man/src/stack/config.md does not exist, skipping
12:03:53 WARN: man/src/stack/deploy.md does not exist, skipping
12:03:53 WARN: man/src/stack/ls.md does not exist, skipping
12:03:53 WARN: man/src/stack/ps.md does not exist, skipping
12:03:53 WARN: man/src/stack/rm.md does not exist, skipping
12:03:53 WARN: man/src/stack/services.md does not exist, skipping
12:03:53 WARN: man/src/stack.md does not exist, skipping
12:03:53 INFO: man/src/start.md found
12:03:53 INFO: man/src/stats.md found
12:03:53 INFO: man/src/stop.md found
12:03:53 WARN: man/src/swarm/ca.md does not exist, skipping
12:03:53 WARN: man/src/swarm/init.md does not exist, skipping
12:03:53 WARN: man/src/swarm/join.md does not exist, skipping
12:03:53 WARN: man/src/swarm/join-token.md does not exist, skipping
12:03:53 WARN: man/src/swarm/leave.md does not exist, skipping
12:03:53 WARN: man/src/swarm/unlock.md does not exist, skipping
12:03:53 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:03:53 WARN: man/src/swarm/update.md does not exist, skipping
12:03:53 WARN: man/src/swarm.md does not exist, skipping
12:03:53 WARN: man/src/system/df.md does not exist, skipping
12:03:53 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:03:53 INFO: man/src/system/events.md found
12:03:53 INFO: man/src/system/info.md found
12:03:53 WARN: man/src/system/prune.md does not exist, skipping
12:03:53 WARN: man/src/system.md does not exist, skipping
12:03:53 INFO: man/src/tag.md found
12:03:53 INFO: man/src/top.md found
12:03:53 WARN: man/src/trust/inspect.md does not exist, skipping
12:03:53 WARN: man/src/trust/key/generate.md does not exist, skipping
12:03:53 WARN: man/src/trust/key/load.md does not exist, skipping
12:03:53 WARN: man/src/trust/key.md does not exist, skipping
12:03:53 WARN: man/src/trust/revoke.md does not exist, skipping
12:03:53 WARN: man/src/trust/sign.md does not exist, skipping
12:03:53 WARN: man/src/trust/signer/add.md does not exist, skipping
12:03:53 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:03:53 WARN: man/src/trust/signer.md does not exist, skipping
12:03:53 WARN: man/src/trust.md does not exist, skipping
12:03:53 INFO: man/src/unpause.md found
12:03:53 INFO: man/src/update.md found
12:03:53 INFO: man/src/version.md found
12:03:53 INFO: man/src/volume/create.md found
12:03:53 INFO: man/src/volume/inspect.md found
12:03:53 INFO: man/src/volume/ls.md found
12:03:53 WARN: man/src/volume/prune.md does not exist, skipping
12:03:53 WARN: man/src/volume/rm.md does not exist, skipping
12:03:53 WARN: man/src/volume/update.md does not exist, skipping
12:03:53 INFO: man/src/volume.md found
12:03:53 INFO: man/src/wait.md found
12:03:53 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:03:53 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:03:53 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:03:53 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:03:53 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:03:53 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:03:53 make[2]: Leaving directory '/root/build-deb/cli'
12:03:53 # Build buildx plugin
12:03:53 cd /go/src/github.com/docker/buildx \
12:03:53 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:03:53 && GO111MODULE=on \
12:03:53 	CGO_ENABLED=0 \
12:03:53 		go build \
12:03:53 			-mod=vendor \
12:03:53 			-trimpath \
12:03:53 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:03:53 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:03:53 			./cmd/buildx
12:03:53 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:03:53 ++ pwd
12:03:53 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:03:53 Project root: .
12:03:53 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:03:53 INFO: man/src/attach.md found
12:03:53 WARN: man/src/build.md does not exist, skipping
12:03:53 WARN: man/src/builder/build.md does not exist, skipping
12:03:53 WARN: man/src/builder/prune.md does not exist, skipping
12:03:53 WARN: man/src/builder.md does not exist, skipping
12:03:53 WARN: man/src/checkpoint/create.md does not exist, skipping
12:03:53 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:03:53 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:03:53 WARN: man/src/checkpoint.md does not exist, skipping
12:03:53 INFO: man/src/commit.md found
12:03:53 WARN: man/src/config/create.md does not exist, skipping
12:03:53 WARN: man/src/config/inspect.md does not exist, skipping
12:03:53 WARN: man/src/config/ls.md does not exist, skipping
12:03:53 WARN: man/src/config/rm.md does not exist, skipping
12:03:53 WARN: man/src/config.md does not exist, skipping
12:03:53 INFO: man/src/container/attach.md found
12:03:53 INFO: man/src/container/commit.md found
12:03:53 INFO: man/src/container/cp.md found
12:03:53 INFO: man/src/container/create.md found
12:03:53 INFO: man/src/container/diff.md found
12:03:53 INFO: man/src/container/exec.md found
12:03:53 INFO: man/src/container/export.md found
12:03:53 WARN: man/src/container/inspect.md does not exist, skipping
12:03:53 INFO: man/src/container/kill.md found
12:03:53 INFO: man/src/container/logs.md found
12:03:53 INFO: man/src/container/ls.md found
12:03:53 INFO: man/src/container/pause.md found
12:03:53 INFO: man/src/container/port.md found
12:03:53 WARN: man/src/container/prune.md does not exist, skipping
12:03:53 INFO: man/src/container/rename.md found
12:03:53 INFO: man/src/container/restart.md found
12:03:53 INFO: man/src/container/rm.md found
12:03:53 INFO: man/src/container/run.md found
12:03:53 INFO: man/src/container/start.md found
12:03:53 INFO: man/src/container/stats.md found
12:03:53 INFO: man/src/container/stop.md found
12:03:53 INFO: man/src/container/top.md found
12:03:53 INFO: man/src/container/unpause.md found
12:03:53 INFO: man/src/container/update.md found
12:03:53 INFO: man/src/container/wait.md found
12:03:53 WARN: man/src/container.md does not exist, skipping
12:03:53 WARN: man/src/context/create.md does not exist, skipping
12:03:53 WARN: man/src/context/export.md does not exist, skipping
12:03:53 WARN: man/src/context/import.md does not exist, skipping
12:03:53 WARN: man/src/context/inspect.md does not exist, skipping
12:03:53 WARN: man/src/context/ls.md does not exist, skipping
12:03:53 WARN: man/src/context/rm.md does not exist, skipping
12:03:53 WARN: man/src/context/show.md does not exist, skipping
12:03:53 WARN: man/src/context/update.md does not exist, skipping
12:03:53 WARN: man/src/context/use.md does not exist, skipping
12:03:53 WARN: man/src/context.md does not exist, skipping
12:03:53 INFO: man/src/cp.md found
12:03:53 INFO: man/src/create.md found
12:03:53 INFO: man/src/diff.md found
12:03:53 INFO: man/src/events.md found
12:03:53 INFO: man/src/exec.md found
12:03:53 INFO: man/src/export.md found
12:03:53 INFO: man/src/history.md found
12:03:53 INFO: man/src/image/build.md found
12:03:53 INFO: man/src/image/history.md found
12:03:53 INFO: man/src/image/import.md found
12:03:53 WARN: man/src/image/inspect.md does not exist, skipping
12:03:53 INFO: man/src/image/load.md found
12:03:53 INFO: man/src/image/ls.md found
12:03:53 WARN: man/src/image/prune.md does not exist, skipping
12:03:53 INFO: man/src/image/pull.md found
12:03:53 INFO: man/src/image/push.md found
12:03:53 INFO: man/src/image/rm.md found
12:03:53 INFO: man/src/image/save.md found
12:03:53 INFO: man/src/image/tag.md found
12:03:53 WARN: man/src/image.md does not exist, skipping
12:03:53 INFO: man/src/images.md found
12:03:53 INFO: man/src/import.md found
12:03:53 INFO: man/src/info.md found
12:03:53 INFO: man/src/inspect.md found
12:03:53 INFO: man/src/kill.md found
12:03:53 INFO: man/src/load.md found
12:03:53 INFO: man/src/login.md found
12:03:53 INFO: man/src/logout.md found
12:03:53 INFO: man/src/logs.md found
12:03:53 WARN: man/src/manifest/annotate.md does not exist, skipping
12:03:53 WARN: man/src/manifest/create.md does not exist, skipping
12:03:53 WARN: man/src/manifest/inspect.md does not exist, skipping
12:03:53 WARN: man/src/manifest/push.md does not exist, skipping
12:03:53 WARN: man/src/manifest/rm.md does not exist, skipping
12:03:53 WARN: man/src/manifest.md does not exist, skipping
12:03:53 INFO: man/src/network/connect.md found
12:03:53 INFO: man/src/network/create.md found
12:03:53 INFO: man/src/network/disconnect.md found
12:03:53 INFO: man/src/network/inspect.md found
12:03:53 INFO: man/src/network/ls.md found
12:03:53 WARN: man/src/network/prune.md does not exist, skipping
12:03:53 INFO: man/src/network/rm.md found
12:03:53 WARN: man/src/network.md does not exist, skipping
12:03:53 WARN: man/src/node/demote.md does not exist, skipping
12:03:53 WARN: man/src/node/inspect.md does not exist, skipping
12:03:53 WARN: man/src/node/ls.md does not exist, skipping
12:03:53 WARN: man/src/node/promote.md does not exist, skipping
12:03:53 WARN: man/src/node/ps.md does not exist, skipping
12:03:53 WARN: man/src/node/rm.md does not exist, skipping
12:03:53 WARN: man/src/node/update.md does not exist, skipping
12:03:53 WARN: man/src/node.md does not exist, skipping
12:03:53 INFO: man/src/pause.md found
12:03:53 WARN: man/src/plugin/create.md does not exist, skipping
12:03:53 WARN: man/src/plugin/disable.md does not exist, skipping
12:03:53 WARN: man/src/plugin/enable.md does not exist, skipping
12:03:53 WARN: man/src/plugin/inspect.md does not exist, skipping
12:03:53 WARN: man/src/plugin/install.md does not exist, skipping
12:03:53 INFO: man/src/plugin/ls.md found
12:03:53 WARN: man/src/plugin/push.md does not exist, skipping
12:03:53 WARN: man/src/plugin/rm.md does not exist, skipping
12:03:53 WARN: man/src/plugin/set.md does not exist, skipping
12:03:53 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:03:53 WARN: man/src/plugin.md does not exist, skipping
12:03:53 INFO: man/src/port.md found
12:03:53 INFO: man/src/ps.md found
12:03:53 INFO: man/src/pull.md found
12:03:53 INFO: man/src/push.md found
12:03:53 INFO: man/src/rename.md found
12:03:53 INFO: man/src/restart.md found
12:03:53 INFO: man/src/rm.md found
12:03:53 INFO: man/src/rmi.md found
12:03:53 WARN: man/src/run.md does not exist, skipping
12:03:53 INFO: man/src/save.md found
12:03:53 INFO: man/src/search.md found
12:03:53 WARN: man/src/secret/create.md does not exist, skipping
12:03:53 WARN: man/src/secret/inspect.md does not exist, skipping
12:03:53 WARN: man/src/secret/ls.md does not exist, skipping
12:03:53 WARN: man/src/secret/rm.md does not exist, skipping
12:03:53 WARN: man/src/secret.md does not exist, skipping
12:03:53 WARN: man/src/service/create.md does not exist, skipping
12:03:53 WARN: man/src/service/inspect.md does not exist, skipping
12:03:53 WARN: man/src/service/logs.md does not exist, skipping
12:03:53 WARN: man/src/service/ls.md does not exist, skipping
12:03:53 WARN: man/src/service/ps.md does not exist, skipping
12:03:53 WARN: man/src/service/rm.md does not exist, skipping
12:03:53 WARN: man/src/service/rollback.md does not exist, skipping
12:03:53 WARN: man/src/service/scale.md does not exist, skipping
12:03:53 WARN: man/src/service/update.md does not exist, skipping
12:03:53 WARN: man/src/service.md does not exist, skipping
12:03:53 WARN: man/src/stack/config.md does not exist, skipping
12:03:53 WARN: man/src/stack/deploy.md does not exist, skipping
12:03:53 WARN: man/src/stack/ls.md does not exist, skipping
12:03:53 WARN: man/src/stack/ps.md does not exist, skipping
12:03:53 WARN: man/src/stack/rm.md does not exist, skipping
12:03:53 WARN: man/src/stack/services.md does not exist, skipping
12:03:53 WARN: man/src/stack.md does not exist, skipping
12:03:53 INFO: man/src/start.md found
12:03:53 INFO: man/src/stats.md found
12:03:53 INFO: man/src/stop.md found
12:03:53 WARN: man/src/swarm/ca.md does not exist, skipping
12:03:53 WARN: man/src/swarm/init.md does not exist, skipping
12:03:53 WARN: man/src/swarm/join.md does not exist, skipping
12:03:53 WARN: man/src/swarm/join-token.md does not exist, skipping
12:03:53 WARN: man/src/swarm/leave.md does not exist, skipping
12:03:53 WARN: man/src/swarm/unlock.md does not exist, skipping
12:03:53 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:03:53 WARN: man/src/swarm/update.md does not exist, skipping
12:03:53 WARN: man/src/swarm.md does not exist, skipping
12:03:53 WARN: man/src/system/df.md does not exist, skipping
12:03:53 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:03:53 INFO: man/src/system/events.md found
12:03:53 INFO: man/src/system/info.md found
12:03:53 WARN: man/src/system/prune.md does not exist, skipping
12:03:53 WARN: man/src/system.md does not exist, skipping
12:03:53 INFO: man/src/tag.md found
12:03:53 INFO: man/src/top.md found
12:03:53 WARN: man/src/trust/inspect.md does not exist, skipping
12:03:53 WARN: man/src/trust/key/generate.md does not exist, skipping
12:03:53 WARN: man/src/trust/key/load.md does not exist, skipping
12:03:53 WARN: man/src/trust/key.md does not exist, skipping
12:03:53 WARN: man/src/trust/revoke.md does not exist, skipping
12:03:53 WARN: man/src/trust/sign.md does not exist, skipping
12:03:53 WARN: man/src/trust/signer/add.md does not exist, skipping
12:03:53 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:03:53 WARN: man/src/trust/signer.md does not exist, skipping
12:03:53 WARN: man/src/trust.md does not exist, skipping
12:03:53 INFO: man/src/unpause.md found
12:03:53 INFO: man/src/update.md found
12:03:53 INFO: man/src/version.md found
12:03:53 INFO: man/src/volume/create.md found
12:03:53 INFO: man/src/volume/inspect.md found
12:03:53 INFO: man/src/volume/ls.md found
12:03:53 WARN: man/src/volume/prune.md does not exist, skipping
12:03:53 WARN: man/src/volume/rm.md does not exist, skipping
12:03:53 WARN: man/src/volume/update.md does not exist, skipping
12:03:53 INFO: man/src/volume.md found
12:03:53 INFO: man/src/wait.md found
12:03:53 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:03:53 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:03:53 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:03:53 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:03:53 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:03:53 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:03:53 + popd
12:03:53 ~/rpmbuild/BUILD/src
12:03:53 + exit 0
12:03:53 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TIxwns
12:03:53 + umask 022
12:03:53 + cd /root/rpmbuild/BUILD
12:03:53 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64 '!=' / ']'
12:03:53 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:03:53 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:03:53 + mkdir -p /root/rpmbuild/BUILDROOT
12:03:53 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:03:53 + cd src
12:03:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin
12:03:53 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/docker
12:03:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/bash-completion/completions
12:03:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/zsh/vendor-completions
12:03:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/fish/vendor_completions.d
12:03:53 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/bash-completion/completions/docker
12:03:53 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/zsh/vendor-completions/_docker
12:03:53 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/fish/vendor_completions.d/docker.fish
12:03:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/man/man1
12:03:53 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-show.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-config.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume-update.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/man/man1
12:03:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/man/man5
12:03:53 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/man/man5
12:03:53 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/man/man8
12:03:53 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/man/man8
12:03:53 + mkdir -p build-docs
12:03:53 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:03:53 + cp cli/LICENSE build-docs/LICENSE
12:03:53 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:03:53 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:03:53 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:03:53 + cp cli/NOTICE build-docs/NOTICE
12:03:53 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:03:53 + cp cli/README.md build-docs/README.md
12:03:53 + /usr/lib/rpm/check-buildroot
12:03:53 + /usr/lib/rpm/redhat/brp-ldconfig
12:03:53 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:03:53 + /usr/lib/rpm/brp-compress
12:03:53 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:03:53 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:03:53 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:03:53 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:03:53 + /usr/lib/rpm/brp-python-hardlink
12:03:53 + PYTHON3=/usr/libexec/platform-python
12:03:53 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:03:53 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6awQX1
12:03:53 + umask 022
12:03:53 + cd /root/rpmbuild/BUILD
12:03:53 + cd src
12:03:53 ++ cli/build/docker --version
12:03:53 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:03:53 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:03:53 + echo 'PASS: cli version OK'
12:03:53 + exit 0
12:03:53 PASS: cli version OK
12:03:53 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:03:53 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.gvIAxV
12:03:53 + umask 022
12:03:53 + cd /root/rpmbuild/BUILD
12:03:53 + cd src
12:03:53 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/doc/docker-ce-cli
12:03:53 + export LC_ALL=C
12:03:53 + LC_ALL=C
12:03:53 + export DOCDIR
12:03:53 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/doc/docker-ce-cli
12:03:53 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/doc/docker-ce-cli
12:03:53 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/doc/docker-ce-cli
12:03:53 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/doc/docker-ce-cli
12:03:53 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/share/doc/docker-ce-cli
12:03:53 + exit 0
12:03:53 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.el8 docker-ce-cli(aarch-64) = 1:0.0.0~20230206193855.ab4ef4a-0.el8
12:03:53 Requires(interp): /bin/sh
12:03:53 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:03:53 Requires(post): /bin/sh
12:03:53 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)
12:03:53 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:03:53 Recommends: docker-buildx-plugin docker-compose-plugin
12:03:53 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:03:53 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.src.rpm
12:03:54 + return
12:03:54 # Build the CLI
12:03:54 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:03:54 Building dynamic docker-linux-arm-v6
12:03:54 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:01:17Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:03:54 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:54 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:54 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:54 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:54 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:54 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:54 go: downloading github.com/beorn7/perks v1.0.1
12:03:54 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:54 go: downloading github.com/prometheus/client_model v0.3.0
12:03:54 go: downloading github.com/prometheus/common v0.37.0
12:03:54 go: downloading github.com/prometheus/procfs v0.8.0
12:03:54 go: downloading google.golang.org/protobuf v1.28.1
12:03:54 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:54 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:54 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:54 go: downloading k8s.io/klog/v2 v2.80.1
12:03:54 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:54 go: downloading github.com/kr/text v0.2.0
12:03:54 go: downloading github.com/docker/go-metrics v0.0.1
12:03:54 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:54 go: downloading github.com/kr/pretty v0.2.1
12:03:54 go: downloading github.com/magiconair/properties v1.5.3
12:03:54 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:54 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:54 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:54 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:54 go: downloading github.com/go-logr/logr v1.2.3
12:03:54 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:54 + go mod vendor -modfile=vendor.mod
12:03:55 make[2]: Entering directory '/root/build-deb/cli'
12:03:55 scripts/docs/generate-man.sh
12:03:55 + cp -r . /tmp/docker-cli-docsgen.D3QWSexr57/
12:03:55 + cd /tmp/docker-cli-docsgen.D3QWSexr57
12:03:55 + ./scripts/vendor init
12:03:55 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:03:55 + cp man/tools.go .
12:03:55 + ./scripts/vendor update
12:03:55 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:03:55 go: downloading github.com/docker/docker v23.0.0+incompatible
12:03:55 go: downloading github.com/fvbommel/sortorder v1.0.2
12:03:55 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:03:55 go: downloading github.com/morikuni/aec v1.0.0
12:03:55 go: downloading github.com/pkg/errors v0.9.1
12:03:55 go: downloading github.com/spf13/cobra v1.6.1
12:03:55 go: downloading github.com/spf13/pflag v1.0.5
12:03:55 go: downloading github.com/google/go-cmp v0.5.9
12:03:55 go: downloading gotest.tools/v3 v3.4.0
12:03:55 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:03:55 go: downloading golang.org/x/sys v0.4.0
12:03:55 go: downloading github.com/docker/go-units v0.5.0
12:03:55 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:03:55 go: downloading github.com/docker/go-connections v0.4.0
12:03:55 go: downloading github.com/moby/sys/sequential v0.5.0
12:03:55 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:03:55 go: downloading golang.org/x/text v0.6.0
12:03:55 go: downloading github.com/mattn/go-runewidth v0.0.13
12:03:55 go: downloading github.com/containerd/containerd v1.6.16
12:03:55 go: downloading github.com/moby/sys/signal v0.7.0
12:03:55 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:03:55 go: downloading github.com/moby/buildkit v0.10.6
12:03:55 go: downloading github.com/moby/patternmatcher v0.5.0
12:03:55 go: downloading github.com/opencontainers/go-digest v1.0.0
12:03:55 go: downloading gopkg.in/yaml.v2 v2.4.0
12:03:55 go: downloading github.com/gogo/protobuf v1.3.2
12:03:55 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:03:55 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:03:55 go: downloading golang.org/x/term v0.4.0
12:03:55 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:03:55 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:03:55 go: downloading github.com/imdario/mergo v0.3.12
12:03:55 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:03:55 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:03:55 go: downloading github.com/creack/pty v1.1.11
12:03:55 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:03:55 go: downloading gopkg.in/yaml.v3 v3.0.1
12:03:55 go: downloading github.com/stretchr/testify v1.8.0
12:03:55 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:03:55 go: downloading github.com/rivo/uniseg v0.2.0
12:03:55 go: downloading github.com/klauspost/compress v1.15.12
12:03:55 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:03:55 go: downloading github.com/containerd/continuity v0.3.0
12:03:55 go: downloading github.com/moby/sys/symlink v0.2.0
12:03:55 go: downloading golang.org/x/time v0.1.0
12:03:55 go: downloading github.com/opencontainers/runc v1.1.3
12:03:55 go: downloading golang.org/x/crypto v0.2.0
12:03:55 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:03:55 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:03:55 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:03:55 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:03:55 go: downloading google.golang.org/grpc v1.48.0
12:03:55 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:03:55 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:03:55 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:03:55 go: downloading github.com/russross/blackfriday v1.6.0
12:03:55 go: downloading github.com/Microsoft/go-winio v0.5.2
12:03:55 go: downloading golang.org/x/net v0.5.0
12:03:55 go: downloading github.com/davecgh/go-spew v1.1.1
12:03:55 go: downloading github.com/pmezard/go-difflib v1.0.0
12:03:55 go: downloading github.com/miekg/pkcs11 v1.1.1
12:03:55 go: downloading github.com/prometheus/client_golang v1.14.0
12:03:55 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:03:55 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:03:55 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:03:55 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:03:55 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:03:55 go: downloading github.com/golang/protobuf v1.5.2
12:03:55 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:03:55 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:03:55 go: downloading github.com/beorn7/perks v1.0.1
12:03:55 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:03:55 go: downloading github.com/prometheus/client_model v0.3.0
12:03:55 go: downloading github.com/prometheus/common v0.37.0
12:03:55 go: downloading github.com/prometheus/procfs v0.8.0
12:03:55 go: downloading google.golang.org/protobuf v1.28.1
12:03:55 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:03:55 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:03:55 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:03:55 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:03:55 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:03:55 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:03:55 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:03:55 go: downloading k8s.io/klog/v2 v2.80.1
12:03:55 go: downloading github.com/kr/text v0.2.0
12:03:55 go: downloading github.com/docker/go-metrics v0.0.1
12:03:55 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:03:55 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:03:55 go: downloading github.com/BurntSushi/toml v0.3.1
12:03:55 go: downloading github.com/kr/pretty v0.2.1
12:03:55 go: downloading github.com/magiconair/properties v1.5.3
12:03:55 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:03:55 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:03:55 go: downloading github.com/go-logr/logr v1.2.3
12:03:55 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:03:55 + go mod vendor -modfile=vendor.mod
12:03:55 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm
12:03:55 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.k68ZNg
12:03:55 + umask 022
12:03:55 + cd /root/rpmbuild/BUILD
12:03:55 + cd src
12:03:55 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:03:55 + RPM_EC=0
12:03:55 ++ jobs -p
12:03:55 + exit 0
12:03:55 
12:03:55 RPM build warnings:
12:03:55     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:03:55     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:03:55     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:03:55     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
12:03:55 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eV9WvU
12:03:55 + umask 022
12:03:55 + cd /root/rpmbuild/BUILD
12:03:55 + cd /root/rpmbuild/BUILD
12:03:55 + rm -rf src
12:03:55 + /usr/bin/mkdir -p src
12:03:55 + cd src
12:03:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:03:55 + /usr/bin/tar -xof -
12:03:55 + STATUS=0
12:03:55 + '[' 0 -ne 0 ']'
12:03:55 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:03:55 + /usr/bin/tar -xof -
12:03:55 + STATUS=0
12:03:55 + '[' 0 -ne 0 ']'
12:03:55 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:03:55 + RPM_EC=0
12:03:55 ++ jobs -p
12:03:55 + exit 0
12:03:55 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SUJztZ
12:03:55 + umask 022
12:03:55 + cd /root/rpmbuild/BUILD
12:03:55 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:03:55 + export CFLAGS
12:03:55 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:03:55 + export CXXFLAGS
12:03:55 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:03:55 + export FFLAGS
12:03:55 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:03:55 + export FCFLAGS
12:03:55 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
12:03:55 + export LDFLAGS
12:03:55 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:03:55 + export LT_SYS_LIBRARY_PATH
12:03:55 + CC=gcc
12:03:55 + export CC
12:03:55 + CXX=g++
12:03:55 + export CXX
12:03:55 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:03:55 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0~20230206193855.ab4ef4a-0.fc36 x86_64
12:03:55 + cd src
12:03:55 + mkdir -p /go/src/github.com/docker
12:03:55 + rm -f /go/src/github.com/docker/cli
12:03:55 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:03:55 + pushd /go/src/github.com/docker/cli
12:03:55 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:03:55 + VERSION=0.0.0-20230206193855-ab4ef4a
12:03:55 + GITCOMMIT=ab4ef4a
12:03:55 + GO_LINKMODE=dynamic
12:03:55 + ./scripts/build/binary
12:03:55 Building dynamic docker-linux-amd64
12:03:55 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:03:46Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:03:55 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:56 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:03:56 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:03:56 ++ pwd
12:03:56 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:03:56 Project root: .
12:03:56 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:03:56 INFO: man/src/attach.md found
12:03:56 WARN: man/src/build.md does not exist, skipping
12:03:56 WARN: man/src/builder/build.md does not exist, skipping
12:03:56 WARN: man/src/builder/prune.md does not exist, skipping
12:03:56 WARN: man/src/builder.md does not exist, skipping
12:03:56 WARN: man/src/checkpoint/create.md does not exist, skipping
12:03:56 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:03:56 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:03:56 WARN: man/src/checkpoint.md does not exist, skipping
12:03:56 INFO: man/src/commit.md found
12:03:56 WARN: man/src/config/create.md does not exist, skipping
12:03:56 WARN: man/src/config/inspect.md does not exist, skipping
12:03:56 WARN: man/src/config/ls.md does not exist, skipping
12:03:56 WARN: man/src/config/rm.md does not exist, skipping
12:03:56 WARN: man/src/config.md does not exist, skipping
12:03:56 INFO: man/src/container/attach.md found
12:03:56 INFO: man/src/container/commit.md found
12:03:56 INFO: man/src/container/cp.md found
12:03:56 INFO: man/src/container/create.md found
12:03:56 INFO: man/src/container/diff.md found
12:03:56 INFO: man/src/container/exec.md found
12:03:56 INFO: man/src/container/export.md found
12:03:56 WARN: man/src/container/inspect.md does not exist, skipping
12:03:56 INFO: man/src/container/kill.md found
12:03:56 INFO: man/src/container/logs.md found
12:03:56 INFO: man/src/container/ls.md found
12:03:56 INFO: man/src/container/pause.md found
12:03:56 INFO: man/src/container/port.md found
12:03:56 WARN: man/src/container/prune.md does not exist, skipping
12:03:56 INFO: man/src/container/rename.md found
12:03:56 INFO: man/src/container/restart.md found
12:03:56 INFO: man/src/container/rm.md found
12:03:56 INFO: man/src/container/run.md found
12:03:56 INFO: man/src/container/start.md found
12:03:56 INFO: man/src/container/stats.md found
12:03:56 INFO: man/src/container/stop.md found
12:03:56 INFO: man/src/container/top.md found
12:03:56 INFO: man/src/container/unpause.md found
12:03:56 INFO: man/src/container/update.md found
12:03:56 INFO: man/src/container/wait.md found
12:03:56 WARN: man/src/container.md does not exist, skipping
12:03:56 WARN: man/src/context/create.md does not exist, skipping
12:03:56 WARN: man/src/context/export.md does not exist, skipping
12:03:56 WARN: man/src/context/import.md does not exist, skipping
12:03:56 WARN: man/src/context/inspect.md does not exist, skipping
12:03:56 WARN: man/src/context/ls.md does not exist, skipping
12:03:56 WARN: man/src/context/rm.md does not exist, skipping
12:03:56 WARN: man/src/context/show.md does not exist, skipping
12:03:56 WARN: man/src/context/update.md does not exist, skipping
12:03:56 WARN: man/src/context/use.md does not exist, skipping
12:03:56 WARN: man/src/context.md does not exist, skipping
12:03:56 INFO: man/src/cp.md found
12:03:56 INFO: man/src/create.md found
12:03:56 INFO: man/src/diff.md found
12:03:56 INFO: man/src/events.md found
12:03:56 INFO: man/src/exec.md found
12:03:56 INFO: man/src/export.md found
12:03:56 INFO: man/src/history.md found
12:03:56 INFO: man/src/image/build.md found
12:03:56 INFO: man/src/image/history.md found
12:03:56 INFO: man/src/image/import.md found
12:03:56 WARN: man/src/image/inspect.md does not exist, skipping
12:03:56 INFO: man/src/image/load.md found
12:03:56 INFO: man/src/image/ls.md found
12:03:56 WARN: man/src/image/prune.md does not exist, skipping
12:03:56 INFO: man/src/image/pull.md found
12:03:56 INFO: man/src/image/push.md found
12:03:56 INFO: man/src/image/rm.md found
12:03:56 INFO: man/src/image/save.md found
12:03:56 INFO: man/src/image/tag.md found
12:03:56 WARN: man/src/image.md does not exist, skipping
12:03:56 INFO: man/src/images.md found
12:03:56 INFO: man/src/import.md found
12:03:56 INFO: man/src/info.md found
12:03:56 INFO: man/src/inspect.md found
12:03:56 INFO: man/src/kill.md found
12:03:56 INFO: man/src/load.md found
12:03:56 INFO: man/src/login.md found
12:03:56 INFO: man/src/logout.md found
12:03:56 INFO: man/src/logs.md found
12:03:56 WARN: man/src/manifest/annotate.md does not exist, skipping
12:03:56 WARN: man/src/manifest/create.md does not exist, skipping
12:03:56 WARN: man/src/manifest/inspect.md does not exist, skipping
12:03:56 WARN: man/src/manifest/push.md does not exist, skipping
12:03:56 WARN: man/src/manifest/rm.md does not exist, skipping
12:03:56 WARN: man/src/manifest.md does not exist, skipping
12:03:56 INFO: man/src/network/connect.md found
12:03:56 INFO: man/src/network/create.md found
12:03:56 INFO: man/src/network/disconnect.md found
12:03:56 INFO: man/src/network/inspect.md found
12:03:56 INFO: man/src/network/ls.md found
12:03:56 WARN: man/src/network/prune.md does not exist, skipping
12:03:56 INFO: man/src/network/rm.md found
12:03:56 WARN: man/src/network.md does not exist, skipping
12:03:56 WARN: man/src/node/demote.md does not exist, skipping
12:03:56 WARN: man/src/node/inspect.md does not exist, skipping
12:03:56 WARN: man/src/node/ls.md does not exist, skipping
12:03:56 WARN: man/src/node/promote.md does not exist, skipping
12:03:56 WARN: man/src/node/ps.md does not exist, skipping
12:03:56 WARN: man/src/node/rm.md does not exist, skipping
12:03:56 WARN: man/src/node/update.md does not exist, skipping
12:03:56 WARN: man/src/node.md does not exist, skipping
12:03:56 INFO: man/src/pause.md found
12:03:56 WARN: man/src/plugin/create.md does not exist, skipping
12:03:56 WARN: man/src/plugin/disable.md does not exist, skipping
12:03:56 WARN: man/src/plugin/enable.md does not exist, skipping
12:03:56 WARN: man/src/plugin/inspect.md does not exist, skipping
12:03:56 WARN: man/src/plugin/install.md does not exist, skipping
12:03:56 INFO: man/src/plugin/ls.md found
12:03:56 WARN: man/src/plugin/push.md does not exist, skipping
12:03:56 WARN: man/src/plugin/rm.md does not exist, skipping
12:03:56 WARN: man/src/plugin/set.md does not exist, skipping
12:03:56 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:03:56 WARN: man/src/plugin.md does not exist, skipping
12:03:56 INFO: man/src/port.md found
12:03:56 INFO: man/src/ps.md found
12:03:56 INFO: man/src/pull.md found
12:03:56 INFO: man/src/push.md found
12:03:56 INFO: man/src/rename.md found
12:03:56 INFO: man/src/restart.md found
12:03:56 INFO: man/src/rm.md found
12:03:56 INFO: man/src/rmi.md found
12:03:56 WARN: man/src/run.md does not exist, skipping
12:03:56 INFO: man/src/save.md found
12:03:56 INFO: man/src/search.md found
12:03:56 WARN: man/src/secret/create.md does not exist, skipping
12:03:56 WARN: man/src/secret/inspect.md does not exist, skipping
12:03:56 WARN: man/src/secret/ls.md does not exist, skipping
12:03:56 WARN: man/src/secret/rm.md does not exist, skipping
12:03:56 WARN: man/src/secret.md does not exist, skipping
12:03:56 WARN: man/src/service/create.md does not exist, skipping
12:03:56 WARN: man/src/service/inspect.md does not exist, skipping
12:03:56 WARN: man/src/service/logs.md does not exist, skipping
12:03:56 WARN: man/src/service/ls.md does not exist, skipping
12:03:56 WARN: man/src/service/ps.md does not exist, skipping
12:03:56 WARN: man/src/service/rm.md does not exist, skipping
12:03:56 WARN: man/src/service/rollback.md does not exist, skipping
12:03:56 WARN: man/src/service/scale.md does not exist, skipping
12:03:56 WARN: man/src/service/update.md does not exist, skipping
12:03:56 WARN: man/src/service.md does not exist, skipping
12:03:56 WARN: man/src/stack/config.md does not exist, skipping
12:03:56 WARN: man/src/stack/deploy.md does not exist, skipping
12:03:56 WARN: man/src/stack/ls.md does not exist, skipping
12:03:56 WARN: man/src/stack/ps.md does not exist, skipping
12:03:56 WARN: man/src/stack/rm.md does not exist, skipping
12:03:56 WARN: man/src/stack/services.md does not exist, skipping
12:03:56 WARN: man/src/stack.md does not exist, skipping
12:03:56 INFO: man/src/start.md found
12:03:56 INFO: man/src/stats.md found
12:03:56 INFO: man/src/stop.md found
12:03:56 WARN: man/src/swarm/ca.md does not exist, skipping
12:03:56 WARN: man/src/swarm/init.md does not exist, skipping
12:03:56 WARN: man/src/swarm/join.md does not exist, skipping
12:03:56 WARN: man/src/swarm/join-token.md does not exist, skipping
12:03:56 WARN: man/src/swarm/leave.md does not exist, skipping
12:03:56 WARN: man/src/swarm/unlock.md does not exist, skipping
12:03:56 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:03:56 WARN: man/src/swarm/update.md does not exist, skipping
12:03:56 WARN: man/src/swarm.md does not exist, skipping
12:03:56 WARN: man/src/system/df.md does not exist, skipping
12:03:56 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:03:56 INFO: man/src/system/events.md found
12:03:56 INFO: man/src/system/info.md found
12:03:56 WARN: man/src/system/prune.md does not exist, skipping
12:03:56 WARN: man/src/system.md does not exist, skipping
12:03:56 INFO: man/src/tag.md found
12:03:56 INFO: man/src/top.md found
12:03:56 WARN: man/src/trust/inspect.md does not exist, skipping
12:03:56 WARN: man/src/trust/key/generate.md does not exist, skipping
12:03:56 WARN: man/src/trust/key/load.md does not exist, skipping
12:03:56 WARN: man/src/trust/key.md does not exist, skipping
12:03:56 WARN: man/src/trust/revoke.md does not exist, skipping
12:03:56 WARN: man/src/trust/sign.md does not exist, skipping
12:03:56 WARN: man/src/trust/signer/add.md does not exist, skipping
12:03:56 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:03:56 WARN: man/src/trust/signer.md does not exist, skipping
12:03:56 WARN: man/src/trust.md does not exist, skipping
12:03:56 INFO: man/src/unpause.md found
12:03:56 INFO: man/src/update.md found
12:03:56 INFO: man/src/version.md found
12:03:56 INFO: man/src/volume/create.md found
12:03:56 INFO: man/src/volume/inspect.md found
12:03:56 INFO: man/src/volume/ls.md found
12:03:56 WARN: man/src/volume/prune.md does not exist, skipping
12:03:56 WARN: man/src/volume/rm.md does not exist, skipping
12:03:56 WARN: man/src/volume/update.md does not exist, skipping
12:03:56 INFO: man/src/volume.md found
12:03:56 INFO: man/src/wait.md found
12:03:56 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:03:56 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:03:56 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:03:56 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:03:56 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:03:56 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:03:56 make[2]: Leaving directory '/root/build-deb/cli'
12:03:56 # Build buildx plugin
12:03:56 cd /go/src/github.com/docker/buildx \
12:03:56 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:03:56 && GO111MODULE=on \
12:03:56 	CGO_ENABLED=0 \
12:03:56 		go build \
12:03:56 			-mod=vendor \
12:03:56 			-trimpath \
12:03:56 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:03:56 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:03:56 			./cmd/buildx
12:03:58 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:03:58 ++ pwd
12:03:58 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:03:58 Project root: .
12:03:58 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:03:58 INFO: man/src/attach.md found
12:03:58 WARN: man/src/build.md does not exist, skipping
12:03:58 WARN: man/src/builder/build.md does not exist, skipping
12:03:58 WARN: man/src/builder/prune.md does not exist, skipping
12:03:58 WARN: man/src/builder.md does not exist, skipping
12:03:58 WARN: man/src/checkpoint/create.md does not exist, skipping
12:03:58 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:03:58 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:03:58 WARN: man/src/checkpoint.md does not exist, skipping
12:03:58 INFO: man/src/commit.md found
12:03:58 WARN: man/src/config/create.md does not exist, skipping
12:03:58 WARN: man/src/config/inspect.md does not exist, skipping
12:03:58 WARN: man/src/config/ls.md does not exist, skipping
12:03:58 WARN: man/src/config/rm.md does not exist, skipping
12:03:58 WARN: man/src/config.md does not exist, skipping
12:03:58 INFO: man/src/container/attach.md found
12:03:58 INFO: man/src/container/commit.md found
12:03:58 INFO: man/src/container/cp.md found
12:03:58 INFO: man/src/container/create.md found
12:03:58 INFO: man/src/container/diff.md found
12:03:58 INFO: man/src/container/exec.md found
12:03:58 INFO: man/src/container/export.md found
12:03:58 WARN: man/src/container/inspect.md does not exist, skipping
12:03:58 INFO: man/src/container/kill.md found
12:03:58 INFO: man/src/container/logs.md found
12:03:58 INFO: man/src/container/ls.md found
12:03:58 INFO: man/src/container/pause.md found
12:03:58 INFO: man/src/container/port.md found
12:03:58 WARN: man/src/container/prune.md does not exist, skipping
12:03:58 INFO: man/src/container/rename.md found
12:03:58 INFO: man/src/container/restart.md found
12:03:58 INFO: man/src/container/rm.md found
12:03:58 INFO: man/src/container/run.md found
12:03:58 INFO: man/src/container/start.md found
12:03:58 INFO: man/src/container/stats.md found
12:03:58 INFO: man/src/container/stop.md found
12:03:58 INFO: man/src/container/top.md found
12:03:58 INFO: man/src/container/unpause.md found
12:03:58 INFO: man/src/container/update.md found
12:03:58 INFO: man/src/container/wait.md found
12:03:58 WARN: man/src/container.md does not exist, skipping
12:03:58 WARN: man/src/context/create.md does not exist, skipping
12:03:58 WARN: man/src/context/export.md does not exist, skipping
12:03:58 WARN: man/src/context/import.md does not exist, skipping
12:03:58 WARN: man/src/context/inspect.md does not exist, skipping
12:03:58 WARN: man/src/context/ls.md does not exist, skipping
12:03:58 WARN: man/src/context/rm.md does not exist, skipping
12:03:58 WARN: man/src/context/show.md does not exist, skipping
12:03:58 WARN: man/src/context/update.md does not exist, skipping
12:03:58 WARN: man/src/context/use.md does not exist, skipping
12:03:58 WARN: man/src/context.md does not exist, skipping
12:03:58 INFO: man/src/cp.md found
12:03:58 INFO: man/src/create.md found
12:03:58 INFO: man/src/diff.md found
12:03:58 INFO: man/src/events.md found
12:03:58 INFO: man/src/exec.md found
12:03:58 INFO: man/src/export.md found
12:03:58 INFO: man/src/history.md found
12:03:58 INFO: man/src/image/build.md found
12:03:58 INFO: man/src/image/history.md found
12:03:58 INFO: man/src/image/import.md found
12:03:58 WARN: man/src/image/inspect.md does not exist, skipping
12:03:58 INFO: man/src/image/load.md found
12:03:58 INFO: man/src/image/ls.md found
12:03:58 WARN: man/src/image/prune.md does not exist, skipping
12:03:58 INFO: man/src/image/pull.md found
12:03:58 INFO: man/src/image/push.md found
12:03:58 INFO: man/src/image/rm.md found
12:03:58 INFO: man/src/image/save.md found
12:03:58 INFO: man/src/image/tag.md found
12:03:58 WARN: man/src/image.md does not exist, skipping
12:03:58 INFO: man/src/images.md found
12:03:58 INFO: man/src/import.md found
12:03:58 INFO: man/src/info.md found
12:03:58 INFO: man/src/inspect.md found
12:03:58 INFO: man/src/kill.md found
12:03:58 INFO: man/src/load.md found
12:03:58 INFO: man/src/login.md found
12:03:58 INFO: man/src/logout.md found
12:03:58 INFO: man/src/logs.md found
12:03:58 WARN: man/src/manifest/annotate.md does not exist, skipping
12:03:58 WARN: man/src/manifest/create.md does not exist, skipping
12:03:58 WARN: man/src/manifest/inspect.md does not exist, skipping
12:03:58 WARN: man/src/manifest/push.md does not exist, skipping
12:03:58 WARN: man/src/manifest/rm.md does not exist, skipping
12:03:58 WARN: man/src/manifest.md does not exist, skipping
12:03:58 INFO: man/src/network/connect.md found
12:03:58 INFO: man/src/network/create.md found
12:03:58 INFO: man/src/network/disconnect.md found
12:03:58 INFO: man/src/network/inspect.md found
12:03:58 INFO: man/src/network/ls.md found
12:03:58 WARN: man/src/network/prune.md does not exist, skipping
12:03:58 INFO: man/src/network/rm.md found
12:03:58 WARN: man/src/network.md does not exist, skipping
12:03:58 WARN: man/src/node/demote.md does not exist, skipping
12:03:58 WARN: man/src/node/inspect.md does not exist, skipping
12:03:58 WARN: man/src/node/ls.md does not exist, skipping
12:03:58 WARN: man/src/node/promote.md does not exist, skipping
12:03:58 WARN: man/src/node/ps.md does not exist, skipping
12:03:58 WARN: man/src/node/rm.md does not exist, skipping
12:03:58 WARN: man/src/node/update.md does not exist, skipping
12:03:58 WARN: man/src/node.md does not exist, skipping
12:03:58 INFO: man/src/pause.md found
12:03:58 WARN: man/src/plugin/create.md does not exist, skipping
12:03:58 WARN: man/src/plugin/disable.md does not exist, skipping
12:03:58 WARN: man/src/plugin/enable.md does not exist, skipping
12:03:58 WARN: man/src/plugin/inspect.md does not exist, skipping
12:03:58 WARN: man/src/plugin/install.md does not exist, skipping
12:03:58 INFO: man/src/plugin/ls.md found
12:03:58 WARN: man/src/plugin/push.md does not exist, skipping
12:03:58 WARN: man/src/plugin/rm.md does not exist, skipping
12:03:58 WARN: man/src/plugin/set.md does not exist, skipping
12:03:58 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:03:58 WARN: man/src/plugin.md does not exist, skipping
12:03:58 INFO: man/src/port.md found
12:03:58 INFO: man/src/ps.md found
12:03:58 INFO: man/src/pull.md found
12:03:58 INFO: man/src/push.md found
12:03:58 INFO: man/src/rename.md found
12:03:58 INFO: man/src/restart.md found
12:03:58 INFO: man/src/rm.md found
12:03:58 INFO: man/src/rmi.md found
12:03:58 WARN: man/src/run.md does not exist, skipping
12:03:58 INFO: man/src/save.md found
12:03:58 INFO: man/src/search.md found
12:03:58 WARN: man/src/secret/create.md does not exist, skipping
12:03:58 WARN: man/src/secret/inspect.md does not exist, skipping
12:03:58 WARN: man/src/secret/ls.md does not exist, skipping
12:03:58 WARN: man/src/secret/rm.md does not exist, skipping
12:03:58 WARN: man/src/secret.md does not exist, skipping
12:03:58 WARN: man/src/service/create.md does not exist, skipping
12:03:58 WARN: man/src/service/inspect.md does not exist, skipping
12:03:58 WARN: man/src/service/logs.md does not exist, skipping
12:03:58 WARN: man/src/service/ls.md does not exist, skipping
12:03:58 WARN: man/src/service/ps.md does not exist, skipping
12:03:58 WARN: man/src/service/rm.md does not exist, skipping
12:03:58 WARN: man/src/service/rollback.md does not exist, skipping
12:03:58 WARN: man/src/service/scale.md does not exist, skipping
12:03:58 WARN: man/src/service/update.md does not exist, skipping
12:03:58 WARN: man/src/service.md does not exist, skipping
12:03:58 WARN: man/src/stack/config.md does not exist, skipping
12:03:58 WARN: man/src/stack/deploy.md does not exist, skipping
12:03:58 WARN: man/src/stack/ls.md does not exist, skipping
12:03:58 WARN: man/src/stack/ps.md does not exist, skipping
12:03:58 WARN: man/src/stack/rm.md does not exist, skipping
12:03:58 WARN: man/src/stack/services.md does not exist, skipping
12:03:58 WARN: man/src/stack.md does not exist, skipping
12:03:58 INFO: man/src/start.md found
12:03:58 INFO: man/src/stats.md found
12:03:58 INFO: man/src/stop.md found
12:03:58 WARN: man/src/swarm/ca.md does not exist, skipping
12:03:58 WARN: man/src/swarm/init.md does not exist, skipping
12:03:58 WARN: man/src/swarm/join.md does not exist, skipping
12:03:58 WARN: man/src/swarm/join-token.md does not exist, skipping
12:03:58 WARN: man/src/swarm/leave.md does not exist, skipping
12:03:58 WARN: man/src/swarm/unlock.md does not exist, skipping
12:03:58 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:03:58 WARN: man/src/swarm/update.md does not exist, skipping
12:03:58 WARN: man/src/swarm.md does not exist, skipping
12:03:58 WARN: man/src/system/df.md does not exist, skipping
12:03:58 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:03:58 INFO: man/src/system/events.md found
12:03:58 INFO: man/src/system/info.md found
12:03:58 WARN: man/src/system/prune.md does not exist, skipping
12:03:58 WARN: man/src/system.md does not exist, skipping
12:03:58 INFO: man/src/tag.md found
12:03:58 INFO: man/src/top.md found
12:03:58 WARN: man/src/trust/inspect.md does not exist, skipping
12:03:58 WARN: man/src/trust/key/generate.md does not exist, skipping
12:03:58 WARN: man/src/trust/key/load.md does not exist, skipping
12:03:58 WARN: man/src/trust/key.md does not exist, skipping
12:03:58 WARN: man/src/trust/revoke.md does not exist, skipping
12:03:58 WARN: man/src/trust/sign.md does not exist, skipping
12:03:58 WARN: man/src/trust/signer/add.md does not exist, skipping
12:03:58 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:03:58 WARN: man/src/trust/signer.md does not exist, skipping
12:03:58 WARN: man/src/trust.md does not exist, skipping
12:03:58 INFO: man/src/unpause.md found
12:03:58 INFO: man/src/update.md found
12:03:58 INFO: man/src/version.md found
12:03:58 INFO: man/src/volume/create.md found
12:03:58 INFO: man/src/volume/inspect.md found
12:03:58 INFO: man/src/volume/ls.md found
12:03:58 WARN: man/src/volume/prune.md does not exist, skipping
12:03:58 WARN: man/src/volume/rm.md does not exist, skipping
12:03:58 WARN: man/src/volume/update.md does not exist, skipping
12:03:58 INFO: man/src/volume.md found
12:03:58 INFO: man/src/wait.md found
12:03:58 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:03:58 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:03:58 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:03:58 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:03:58 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:03:58 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:03:58 make[2]: Leaving directory '/root/build-deb/cli'
12:03:58 # Build buildx plugin
12:03:58 cd /go/src/github.com/docker/buildx \
12:03:58 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:03:58 && GO111MODULE=on \
12:03:58 	CGO_ENABLED=0 \
12:03:58 		go build \
12:03:58 			-mod=vendor \
12:03:58 			-trimpath \
12:03:58 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:03:58 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:03:58 			./cmd/buildx
12:03:58 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm
12:03:58 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pa3w32
12:03:58 + umask 022
12:03:58 + cd /root/rpmbuild/BUILD
12:03:58 + cd src
12:03:58 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:03:58 + exit 0
12:03:58 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QClfqZ
12:03:58 + umask 022
12:03:58 + cd /root/rpmbuild/BUILD
12:03:58 + cd /root/rpmbuild/BUILD
12:03:58 + rm -rf src
12:03:58 + /usr/bin/mkdir -p src
12:03:58 + cd src
12:03:58 + /usr/bin/tar -xof -
12:03:58 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:03:58 + STATUS=0
12:03:58 + '[' 0 -ne 0 ']'
12:03:58 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:03:58 + /usr/bin/tar -xof -
12:03:58 + STATUS=0
12:03:58 + '[' 0 -ne 0 ']'
12:03:58 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:03:58 + exit 0
12:03:58 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zJzFql
12:03:58 + umask 022
12:03:58 + cd /root/rpmbuild/BUILD
12:03:58 + cd src
12:03:58 + export DOCKER_GITCOMMIT=a25ab92
12:03:58 + DOCKER_GITCOMMIT=a25ab92
12:03:58 + mkdir -p /go/src/github.com/docker
12:03:58 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:03:58 + TMP_GOPATH=/go
12:03:58 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:03:58 + RM_GOPATH=0
12:03:58 + TMP_GOPATH=/go
12:03:58 + : /usr/local/bin
12:03:58 + '[' -z /go ']'
12:03:58 + export GOPATH=/go
12:03:58 + GOPATH=/go
12:03:58 + case "$(go env GOARCH)" in
12:03:58 ++ go env GOARCH
12:03:58 + export GO_BUILDMODE=-buildmode=pie
12:03:58 + GO_BUILDMODE=-buildmode=pie
12:03:58 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:03:58 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:03:58 + bin=rootlesskit
12:03:58 + shift
12:03:58 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:03:58 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:03:58 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:58 + install_rootlesskit dynamic
12:03:58 + case "$1" in
12:03:58 + install_rootlesskit_dynamic
12:03:58 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:03:58 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:03:58 + export BUILD_MODE=-buildmode=pie
12:03:58 + BUILD_MODE=-buildmode=pie
12:03:58 + _install_rootlesskit
12:03:58 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:03:58 + for f in rootlesskit rootlesskit-docker-proxy
12:03:58 + GOBIN=/usr/local/bin
12:03:58 + GO111MODULE=on
12:03:58 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:58 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:03:59 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:03:59 go: downloading github.com/urfave/cli/v2 v2.23.5
12:03:59 go: downloading golang.org/x/sys v0.2.0
12:04:00 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:04:00 go: downloading github.com/google/uuid v1.3.0
12:04:00 go: downloading github.com/moby/vpnkit v0.5.0
12:04:00 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:04:00 go: downloading github.com/gofrs/flock v0.8.1
12:04:00 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:04:00 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:04:00 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:04:00 go: downloading golang.org/x/net v0.1.0
12:04:01 Created binary: bundles/dynbinary-daemon/dockerd
12:04:01 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/arm/v6)...
12:04:01 Created binary: bundles/dynbinary-daemon/docker-proxy
12:04:01 
12:04:01 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:04:01 + RM_GOPATH=0
12:04:01 + TMP_GOPATH=/go
12:04:01 + : /usr/local/bin
12:04:01 + '[' -z /go ']'
12:04:01 + export GOPATH=/go
12:04:01 + GOPATH=/go
12:04:01 + case "$(go env GOARCH)" in
12:04:01 ++ go env GOARCH
12:04:01 + export GO_BUILDMODE=-buildmode=pie
12:04:01 + GO_BUILDMODE=-buildmode=pie
12:04:01 ++ dirname hack/dockerfile/install/install.sh
12:04:01 + dir=hack/dockerfile/install
12:04:01 + bin=tini
12:04:01 + shift
12:04:01 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:04:01 + . hack/dockerfile/install/tini.installer
12:04:01 Install tini version v0.19.0
12:04:01 ++ : v0.19.0
12:04:01 + install_tini
12:04:01 + echo 'Install tini version v0.19.0'
12:04:01 + git clone https://github.com/krallin/tini.git /go/tini
12:04:01 Cloning into '/go/tini'...
12:04:01 + cd /go/tini
12:04:01 + git checkout -q v0.19.0
12:04:01 + cmake .
12:04:01 -- The C compiler identification is GNU 10.2.1
12:04:01 -- Detecting C compiler ABI info
12:04:01 -- Detecting C compiler ABI info - done
12:04:01 -- Check for working C compiler: /usr/bin/cc - skipped
12:04:01 -- Detecting C compile features
12:04:01 -- Detecting C compile features - done
12:04:01 -- Performing Test HAS_BUILTIN_FORTIFY
12:04:01 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:04:01 -- Configuring done
12:04:01 -- Generating done
12:04:01 -- Build files have been written to: /go/tini
12:04:01 + make tini-static
12:04:01 make[2]: Entering directory '/go/tini'
12:04:01 make[3]: Entering directory '/go/tini'
12:04:01 make[4]: Entering directory '/go/tini'
12:04:01 make[5]: Entering directory '/go/tini'
12:04:01 Scanning dependencies of target tini-static
12:04:01 make[5]: Leaving directory '/go/tini'
12:04:01 make[5]: Entering directory '/go/tini'
12:04:01 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:04:01 [100%] Linking C executable tini-static
12:04:01 make[5]: Leaving directory '/go/tini'
12:04:01 [100%] Built target tini-static
12:04:01 make[4]: Leaving directory '/go/tini'
12:04:01 make[3]: Leaving directory '/go/tini'
12:04:01 make[2]: Leaving directory '/go/tini'
12:04:01 + mkdir -p /usr/local/bin
12:04:01 + cp tini-static /usr/local/bin/docker-init
12:04:01 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:04:01 + RM_GOPATH=0
12:04:01 + TMP_GOPATH=/go
12:04:01 + : /usr/local/bin
12:04:01 + '[' -z /go ']'
12:04:01 + export GOPATH=/go
12:04:01 + GOPATH=/go
12:04:01 + case "$(go env GOARCH)" in
12:04:01 ++ go env GOARCH
12:04:01 + export GO_BUILDMODE=-buildmode=pie
12:04:01 + GO_BUILDMODE=-buildmode=pie
12:04:01 ++ dirname hack/dockerfile/install/install.sh
12:04:01 + dir=hack/dockerfile/install
12:04:01 + bin=rootlesskit
12:04:01 + shift
12:04:01 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:04:01 + . hack/dockerfile/install/rootlesskit.installer
12:04:01 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:01 + install_rootlesskit dynamic
12:04:01 + case "$1" in
12:04:01 + install_rootlesskit_dynamic
12:04:01 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:04:01 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:04:01 + export BUILD_MODE=-buildmode=pie
12:04:01 + BUILD_MODE=-buildmode=pie
12:04:01 + _install_rootlesskit
12:04:01 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:04:01 + for f in rootlesskit rootlesskit-docker-proxy
12:04:01 + GOBIN=/usr/local/bin
12:04:01 + GO111MODULE=on
12:04:01 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:01 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:01 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:04:01 go: downloading github.com/sirupsen/logrus v1.9.0
12:04:01 go: downloading github.com/urfave/cli/v2 v2.23.5
12:04:01 go: downloading golang.org/x/sys v0.2.0
12:04:01 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:04:01 go: downloading github.com/google/uuid v1.3.0
12:04:01 go: downloading github.com/moby/vpnkit v0.5.0
12:04:01 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:04:01 go: downloading github.com/gofrs/flock v0.8.1
12:04:01 go: downloading github.com/gorilla/mux v1.8.0
12:04:01 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:04:01 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:04:01 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:04:01 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:04:01 go: downloading golang.org/x/net v0.1.0
12:04:01 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:04:03 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm
12:04:03 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Yp09F8
12:04:03 + umask 022
12:04:03 + cd /root/rpmbuild/BUILD
12:04:03 + cd src
12:04:03 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:04:03 + RPM_EC=0
12:04:03 ++ jobs -p
12:04:03 + exit 0
12:04:03 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9dQsfZ
12:04:03 + umask 022
12:04:03 + cd /root/rpmbuild/BUILD
12:04:03 + cd /root/rpmbuild/BUILD
12:04:03 + rm -rf src
12:04:03 + /usr/bin/mkdir -p src
12:04:03 + cd src
12:04:03 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:04:03 + /usr/bin/tar -xof -
12:04:03 + STATUS=0
12:04:03 + '[' 0 -ne 0 ']'
12:04:03 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:04:03 + /usr/bin/tar -xof -
12:04:03 + STATUS=0
12:04:03 + '[' 0 -ne 0 ']'
12:04:03 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:04:03 + RPM_EC=0
12:04:03 ++ jobs -p
12:04:03 + exit 0
12:04:03 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SW576n
12:04:03 + umask 022
12:04:03 + cd /root/rpmbuild/BUILD
12:04:03 + cd src
12:04:03 + export DOCKER_GITCOMMIT=a25ab92
12:04:03 + DOCKER_GITCOMMIT=a25ab92
12:04:03 + mkdir -p /go/src/github.com/docker
12:04:03 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:04:03 + TMP_GOPATH=/go
12:04:03 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:04:03 + RM_GOPATH=0
12:04:03 + TMP_GOPATH=/go
12:04:03 + : /usr/local/bin
12:04:03 + '[' -z /go ']'
12:04:03 + export GOPATH=/go
12:04:03 + GOPATH=/go
12:04:03 + case "$(go env GOARCH)" in
12:04:03 ++ go env GOARCH
12:04:03 + export GO_BUILDMODE=-buildmode=pie
12:04:03 + GO_BUILDMODE=-buildmode=pie
12:04:03 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:04:03 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:04:03 + bin=rootlesskit
12:04:03 + shift
12:04:03 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:04:03 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:04:03 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:03 + install_rootlesskit dynamic
12:04:03 + case "$1" in
12:04:03 + install_rootlesskit_dynamic
12:04:03 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:04:03 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:04:03 + export BUILD_MODE=-buildmode=pie
12:04:03 + BUILD_MODE=-buildmode=pie
12:04:03 + _install_rootlesskit
12:04:03 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:04:03 + for f in rootlesskit rootlesskit-docker-proxy
12:04:03 + GOBIN=/usr/local/bin
12:04:03 + GO111MODULE=on
12:04:03 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:03 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:03 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:04:03 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:04:03 ++ pwd
12:04:03 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:04:03 Project root: .
12:04:03 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:04:03 INFO: man/src/attach.md found
12:04:03 WARN: man/src/build.md does not exist, skipping
12:04:03 WARN: man/src/builder/build.md does not exist, skipping
12:04:03 WARN: man/src/builder/prune.md does not exist, skipping
12:04:03 WARN: man/src/builder.md does not exist, skipping
12:04:03 WARN: man/src/checkpoint/create.md does not exist, skipping
12:04:03 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:04:03 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:04:03 WARN: man/src/checkpoint.md does not exist, skipping
12:04:03 INFO: man/src/commit.md found
12:04:03 WARN: man/src/config/create.md does not exist, skipping
12:04:03 WARN: man/src/config/inspect.md does not exist, skipping
12:04:03 WARN: man/src/config/ls.md does not exist, skipping
12:04:03 WARN: man/src/config/rm.md does not exist, skipping
12:04:03 WARN: man/src/config.md does not exist, skipping
12:04:03 INFO: man/src/container/attach.md found
12:04:03 INFO: man/src/container/commit.md found
12:04:03 INFO: man/src/container/cp.md found
12:04:03 INFO: man/src/container/create.md found
12:04:03 INFO: man/src/container/diff.md found
12:04:03 INFO: man/src/container/exec.md found
12:04:03 INFO: man/src/container/export.md found
12:04:03 WARN: man/src/container/inspect.md does not exist, skipping
12:04:03 INFO: man/src/container/kill.md found
12:04:03 INFO: man/src/container/logs.md found
12:04:03 INFO: man/src/container/ls.md found
12:04:03 INFO: man/src/container/pause.md found
12:04:03 INFO: man/src/container/port.md found
12:04:03 WARN: man/src/container/prune.md does not exist, skipping
12:04:03 INFO: man/src/container/rename.md found
12:04:03 INFO: man/src/container/restart.md found
12:04:03 INFO: man/src/container/rm.md found
12:04:03 INFO: man/src/container/run.md found
12:04:03 INFO: man/src/container/start.md found
12:04:03 INFO: man/src/container/stats.md found
12:04:03 INFO: man/src/container/stop.md found
12:04:03 INFO: man/src/container/top.md found
12:04:03 INFO: man/src/container/unpause.md found
12:04:03 INFO: man/src/container/update.md found
12:04:03 INFO: man/src/container/wait.md found
12:04:03 WARN: man/src/container.md does not exist, skipping
12:04:03 WARN: man/src/context/create.md does not exist, skipping
12:04:03 WARN: man/src/context/export.md does not exist, skipping
12:04:03 WARN: man/src/context/import.md does not exist, skipping
12:04:03 WARN: man/src/context/inspect.md does not exist, skipping
12:04:03 WARN: man/src/context/ls.md does not exist, skipping
12:04:03 WARN: man/src/context/rm.md does not exist, skipping
12:04:03 WARN: man/src/context/show.md does not exist, skipping
12:04:03 WARN: man/src/context/update.md does not exist, skipping
12:04:03 WARN: man/src/context/use.md does not exist, skipping
12:04:03 WARN: man/src/context.md does not exist, skipping
12:04:03 INFO: man/src/cp.md found
12:04:03 INFO: man/src/create.md found
12:04:03 INFO: man/src/diff.md found
12:04:03 INFO: man/src/events.md found
12:04:03 INFO: man/src/exec.md found
12:04:03 INFO: man/src/export.md found
12:04:03 INFO: man/src/history.md found
12:04:03 INFO: man/src/image/build.md found
12:04:03 INFO: man/src/image/history.md found
12:04:03 INFO: man/src/image/import.md found
12:04:03 WARN: man/src/image/inspect.md does not exist, skipping
12:04:03 INFO: man/src/image/load.md found
12:04:03 INFO: man/src/image/ls.md found
12:04:03 WARN: man/src/image/prune.md does not exist, skipping
12:04:03 INFO: man/src/image/pull.md found
12:04:03 INFO: man/src/image/push.md found
12:04:03 INFO: man/src/image/rm.md found
12:04:03 INFO: man/src/image/save.md found
12:04:03 INFO: man/src/image/tag.md found
12:04:03 WARN: man/src/image.md does not exist, skipping
12:04:03 INFO: man/src/images.md found
12:04:03 INFO: man/src/import.md found
12:04:03 INFO: man/src/info.md found
12:04:03 INFO: man/src/inspect.md found
12:04:03 INFO: man/src/kill.md found
12:04:03 INFO: man/src/load.md found
12:04:03 INFO: man/src/login.md found
12:04:03 INFO: man/src/logout.md found
12:04:03 INFO: man/src/logs.md found
12:04:03 WARN: man/src/manifest/annotate.md does not exist, skipping
12:04:03 WARN: man/src/manifest/create.md does not exist, skipping
12:04:03 WARN: man/src/manifest/inspect.md does not exist, skipping
12:04:03 WARN: man/src/manifest/push.md does not exist, skipping
12:04:03 WARN: man/src/manifest/rm.md does not exist, skipping
12:04:03 WARN: man/src/manifest.md does not exist, skipping
12:04:03 INFO: man/src/network/connect.md found
12:04:03 INFO: man/src/network/create.md found
12:04:03 INFO: man/src/network/disconnect.md found
12:04:03 INFO: man/src/network/inspect.md found
12:04:03 INFO: man/src/network/ls.md found
12:04:03 WARN: man/src/network/prune.md does not exist, skipping
12:04:03 INFO: man/src/network/rm.md found
12:04:03 WARN: man/src/network.md does not exist, skipping
12:04:03 WARN: man/src/node/demote.md does not exist, skipping
12:04:03 WARN: man/src/node/inspect.md does not exist, skipping
12:04:03 WARN: man/src/node/ls.md does not exist, skipping
12:04:03 WARN: man/src/node/promote.md does not exist, skipping
12:04:03 WARN: man/src/node/ps.md does not exist, skipping
12:04:03 WARN: man/src/node/rm.md does not exist, skipping
12:04:03 WARN: man/src/node/update.md does not exist, skipping
12:04:03 WARN: man/src/node.md does not exist, skipping
12:04:03 INFO: man/src/pause.md found
12:04:03 WARN: man/src/plugin/create.md does not exist, skipping
12:04:03 WARN: man/src/plugin/disable.md does not exist, skipping
12:04:03 WARN: man/src/plugin/enable.md does not exist, skipping
12:04:03 WARN: man/src/plugin/inspect.md does not exist, skipping
12:04:03 WARN: man/src/plugin/install.md does not exist, skipping
12:04:03 INFO: man/src/plugin/ls.md found
12:04:03 WARN: man/src/plugin/push.md does not exist, skipping
12:04:03 WARN: man/src/plugin/rm.md does not exist, skipping
12:04:03 WARN: man/src/plugin/set.md does not exist, skipping
12:04:03 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:04:03 WARN: man/src/plugin.md does not exist, skipping
12:04:03 INFO: man/src/port.md found
12:04:03 INFO: man/src/ps.md found
12:04:03 INFO: man/src/pull.md found
12:04:03 INFO: man/src/push.md found
12:04:03 INFO: man/src/rename.md found
12:04:03 INFO: man/src/restart.md found
12:04:03 INFO: man/src/rm.md found
12:04:03 INFO: man/src/rmi.md found
12:04:03 WARN: man/src/run.md does not exist, skipping
12:04:03 INFO: man/src/save.md found
12:04:03 INFO: man/src/search.md found
12:04:03 WARN: man/src/secret/create.md does not exist, skipping
12:04:03 WARN: man/src/secret/inspect.md does not exist, skipping
12:04:03 WARN: man/src/secret/ls.md does not exist, skipping
12:04:03 WARN: man/src/secret/rm.md does not exist, skipping
12:04:03 WARN: man/src/secret.md does not exist, skipping
12:04:03 WARN: man/src/service/create.md does not exist, skipping
12:04:03 WARN: man/src/service/inspect.md does not exist, skipping
12:04:03 WARN: man/src/service/logs.md does not exist, skipping
12:04:03 WARN: man/src/service/ls.md does not exist, skipping
12:04:03 WARN: man/src/service/ps.md does not exist, skipping
12:04:03 WARN: man/src/service/rm.md does not exist, skipping
12:04:03 WARN: man/src/service/rollback.md does not exist, skipping
12:04:03 WARN: man/src/service/scale.md does not exist, skipping
12:04:03 WARN: man/src/service/update.md does not exist, skipping
12:04:03 WARN: man/src/service.md does not exist, skipping
12:04:03 WARN: man/src/stack/config.md does not exist, skipping
12:04:03 WARN: man/src/stack/deploy.md does not exist, skipping
12:04:03 WARN: man/src/stack/ls.md does not exist, skipping
12:04:03 WARN: man/src/stack/ps.md does not exist, skipping
12:04:03 WARN: man/src/stack/rm.md does not exist, skipping
12:04:03 WARN: man/src/stack/services.md does not exist, skipping
12:04:03 WARN: man/src/stack.md does not exist, skipping
12:04:03 INFO: man/src/start.md found
12:04:03 INFO: man/src/stats.md found
12:04:03 INFO: man/src/stop.md found
12:04:03 WARN: man/src/swarm/ca.md does not exist, skipping
12:04:03 WARN: man/src/swarm/init.md does not exist, skipping
12:04:03 WARN: man/src/swarm/join.md does not exist, skipping
12:04:03 WARN: man/src/swarm/join-token.md does not exist, skipping
12:04:03 WARN: man/src/swarm/leave.md does not exist, skipping
12:04:03 WARN: man/src/swarm/unlock.md does not exist, skipping
12:04:03 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:04:03 WARN: man/src/swarm/update.md does not exist, skipping
12:04:03 WARN: man/src/swarm.md does not exist, skipping
12:04:03 WARN: man/src/system/df.md does not exist, skipping
12:04:03 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:04:03 INFO: man/src/system/events.md found
12:04:03 INFO: man/src/system/info.md found
12:04:03 WARN: man/src/system/prune.md does not exist, skipping
12:04:03 WARN: man/src/system.md does not exist, skipping
12:04:03 INFO: man/src/tag.md found
12:04:03 INFO: man/src/top.md found
12:04:03 WARN: man/src/trust/inspect.md does not exist, skipping
12:04:03 WARN: man/src/trust/key/generate.md does not exist, skipping
12:04:03 WARN: man/src/trust/key/load.md does not exist, skipping
12:04:03 WARN: man/src/trust/key.md does not exist, skipping
12:04:03 WARN: man/src/trust/revoke.md does not exist, skipping
12:04:03 WARN: man/src/trust/sign.md does not exist, skipping
12:04:03 WARN: man/src/trust/signer/add.md does not exist, skipping
12:04:03 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:04:03 WARN: man/src/trust/signer.md does not exist, skipping
12:04:03 WARN: man/src/trust.md does not exist, skipping
12:04:03 INFO: man/src/unpause.md found
12:04:03 INFO: man/src/update.md found
12:04:03 INFO: man/src/version.md found
12:04:03 INFO: man/src/volume/create.md found
12:04:03 INFO: man/src/volume/inspect.md found
12:04:03 INFO: man/src/volume/ls.md found
12:04:03 WARN: man/src/volume/prune.md does not exist, skipping
12:04:03 WARN: man/src/volume/rm.md does not exist, skipping
12:04:03 WARN: man/src/volume/update.md does not exist, skipping
12:04:03 INFO: man/src/volume.md found
12:04:03 INFO: man/src/wait.md found
12:04:03 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:04:03 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:04:03 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:04:03 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:04:03 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:04:03 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:04:03 make[2]: Leaving directory '/root/build-deb/cli'
12:04:03 # Build buildx plugin
12:04:03 cd /go/src/github.com/docker/buildx \
12:04:03 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:04:03 && GO111MODULE=on \
12:04:03 	CGO_ENABLED=0 \
12:04:03 		go build \
12:04:03 			-mod=vendor \
12:04:03 			-trimpath \
12:04:03 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:04:03 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:04:03 			./cmd/buildx
12:04:03 go: downloading github.com/urfave/cli/v2 v2.23.5
12:04:03 go: downloading golang.org/x/sys v0.2.0
12:04:04 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:04:04 go: downloading github.com/google/uuid v1.3.0
12:04:04 go: downloading github.com/moby/vpnkit v0.5.0
12:04:04 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:04:04 go: downloading github.com/gofrs/flock v0.8.1
12:04:04 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:04:04 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:04:04 go: downloading golang.org/x/net v0.1.0
12:04:04 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:04:06 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:04:06 ++ pwd
12:04:06 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:04:06 Project root: .
12:04:06 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:04:06 INFO: man/src/attach.md found
12:04:06 WARN: man/src/build.md does not exist, skipping
12:04:06 WARN: man/src/builder/build.md does not exist, skipping
12:04:06 WARN: man/src/builder/prune.md does not exist, skipping
12:04:06 WARN: man/src/builder.md does not exist, skipping
12:04:06 WARN: man/src/checkpoint/create.md does not exist, skipping
12:04:06 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:04:06 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:04:06 WARN: man/src/checkpoint.md does not exist, skipping
12:04:06 INFO: man/src/commit.md found
12:04:06 WARN: man/src/config/create.md does not exist, skipping
12:04:06 WARN: man/src/config/inspect.md does not exist, skipping
12:04:06 WARN: man/src/config/ls.md does not exist, skipping
12:04:06 WARN: man/src/config/rm.md does not exist, skipping
12:04:06 WARN: man/src/config.md does not exist, skipping
12:04:06 INFO: man/src/container/attach.md found
12:04:06 INFO: man/src/container/commit.md found
12:04:06 INFO: man/src/container/cp.md found
12:04:06 INFO: man/src/container/create.md found
12:04:06 INFO: man/src/container/diff.md found
12:04:06 INFO: man/src/container/exec.md found
12:04:06 INFO: man/src/container/export.md found
12:04:06 WARN: man/src/container/inspect.md does not exist, skipping
12:04:06 INFO: man/src/container/kill.md found
12:04:06 INFO: man/src/container/logs.md found
12:04:06 INFO: man/src/container/ls.md found
12:04:06 INFO: man/src/container/pause.md found
12:04:06 INFO: man/src/container/port.md found
12:04:06 WARN: man/src/container/prune.md does not exist, skipping
12:04:06 INFO: man/src/container/rename.md found
12:04:06 INFO: man/src/container/restart.md found
12:04:06 INFO: man/src/container/rm.md found
12:04:06 INFO: man/src/container/run.md found
12:04:06 INFO: man/src/container/start.md found
12:04:06 INFO: man/src/container/stats.md found
12:04:06 INFO: man/src/container/stop.md found
12:04:06 INFO: man/src/container/top.md found
12:04:06 INFO: man/src/container/unpause.md found
12:04:06 INFO: man/src/container/update.md found
12:04:06 INFO: man/src/container/wait.md found
12:04:06 WARN: man/src/container.md does not exist, skipping
12:04:06 WARN: man/src/context/create.md does not exist, skipping
12:04:06 WARN: man/src/context/export.md does not exist, skipping
12:04:06 WARN: man/src/context/import.md does not exist, skipping
12:04:06 WARN: man/src/context/inspect.md does not exist, skipping
12:04:06 WARN: man/src/context/ls.md does not exist, skipping
12:04:06 WARN: man/src/context/rm.md does not exist, skipping
12:04:06 WARN: man/src/context/show.md does not exist, skipping
12:04:06 WARN: man/src/context/update.md does not exist, skipping
12:04:06 WARN: man/src/context/use.md does not exist, skipping
12:04:06 WARN: man/src/context.md does not exist, skipping
12:04:06 INFO: man/src/cp.md found
12:04:06 INFO: man/src/create.md found
12:04:06 INFO: man/src/diff.md found
12:04:06 INFO: man/src/events.md found
12:04:06 INFO: man/src/exec.md found
12:04:06 INFO: man/src/export.md found
12:04:06 INFO: man/src/history.md found
12:04:06 INFO: man/src/image/build.md found
12:04:06 INFO: man/src/image/history.md found
12:04:06 INFO: man/src/image/import.md found
12:04:06 WARN: man/src/image/inspect.md does not exist, skipping
12:04:06 INFO: man/src/image/load.md found
12:04:06 INFO: man/src/image/ls.md found
12:04:06 WARN: man/src/image/prune.md does not exist, skipping
12:04:06 INFO: man/src/image/pull.md found
12:04:06 INFO: man/src/image/push.md found
12:04:06 INFO: man/src/image/rm.md found
12:04:06 INFO: man/src/image/save.md found
12:04:06 INFO: man/src/image/tag.md found
12:04:06 WARN: man/src/image.md does not exist, skipping
12:04:06 INFO: man/src/images.md found
12:04:06 INFO: man/src/import.md found
12:04:06 INFO: man/src/info.md found
12:04:06 INFO: man/src/inspect.md found
12:04:06 INFO: man/src/kill.md found
12:04:06 INFO: man/src/load.md found
12:04:06 INFO: man/src/login.md found
12:04:06 INFO: man/src/logout.md found
12:04:06 INFO: man/src/logs.md found
12:04:06 WARN: man/src/manifest/annotate.md does not exist, skipping
12:04:06 WARN: man/src/manifest/create.md does not exist, skipping
12:04:06 WARN: man/src/manifest/inspect.md does not exist, skipping
12:04:06 WARN: man/src/manifest/push.md does not exist, skipping
12:04:06 WARN: man/src/manifest/rm.md does not exist, skipping
12:04:06 WARN: man/src/manifest.md does not exist, skipping
12:04:06 INFO: man/src/network/connect.md found
12:04:06 INFO: man/src/network/create.md found
12:04:06 INFO: man/src/network/disconnect.md found
12:04:06 INFO: man/src/network/inspect.md found
12:04:06 INFO: man/src/network/ls.md found
12:04:06 WARN: man/src/network/prune.md does not exist, skipping
12:04:06 INFO: man/src/network/rm.md found
12:04:06 WARN: man/src/network.md does not exist, skipping
12:04:06 WARN: man/src/node/demote.md does not exist, skipping
12:04:06 WARN: man/src/node/inspect.md does not exist, skipping
12:04:06 WARN: man/src/node/ls.md does not exist, skipping
12:04:06 WARN: man/src/node/promote.md does not exist, skipping
12:04:06 WARN: man/src/node/ps.md does not exist, skipping
12:04:06 WARN: man/src/node/rm.md does not exist, skipping
12:04:06 WARN: man/src/node/update.md does not exist, skipping
12:04:06 WARN: man/src/node.md does not exist, skipping
12:04:06 INFO: man/src/pause.md found
12:04:06 WARN: man/src/plugin/create.md does not exist, skipping
12:04:06 WARN: man/src/plugin/disable.md does not exist, skipping
12:04:06 WARN: man/src/plugin/enable.md does not exist, skipping
12:04:06 WARN: man/src/plugin/inspect.md does not exist, skipping
12:04:06 WARN: man/src/plugin/install.md does not exist, skipping
12:04:06 INFO: man/src/plugin/ls.md found
12:04:06 WARN: man/src/plugin/push.md does not exist, skipping
12:04:06 WARN: man/src/plugin/rm.md does not exist, skipping
12:04:06 WARN: man/src/plugin/set.md does not exist, skipping
12:04:06 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:04:06 WARN: man/src/plugin.md does not exist, skipping
12:04:06 INFO: man/src/port.md found
12:04:06 INFO: man/src/ps.md found
12:04:06 INFO: man/src/pull.md found
12:04:06 INFO: man/src/push.md found
12:04:06 INFO: man/src/rename.md found
12:04:06 INFO: man/src/restart.md found
12:04:06 INFO: man/src/rm.md found
12:04:06 INFO: man/src/rmi.md found
12:04:06 WARN: man/src/run.md does not exist, skipping
12:04:06 INFO: man/src/save.md found
12:04:06 INFO: man/src/search.md found
12:04:06 WARN: man/src/secret/create.md does not exist, skipping
12:04:06 WARN: man/src/secret/inspect.md does not exist, skipping
12:04:06 WARN: man/src/secret/ls.md does not exist, skipping
12:04:06 WARN: man/src/secret/rm.md does not exist, skipping
12:04:06 WARN: man/src/secret.md does not exist, skipping
12:04:06 WARN: man/src/service/create.md does not exist, skipping
12:04:06 WARN: man/src/service/inspect.md does not exist, skipping
12:04:06 WARN: man/src/service/logs.md does not exist, skipping
12:04:06 WARN: man/src/service/ls.md does not exist, skipping
12:04:06 WARN: man/src/service/ps.md does not exist, skipping
12:04:06 WARN: man/src/service/rm.md does not exist, skipping
12:04:06 WARN: man/src/service/rollback.md does not exist, skipping
12:04:06 WARN: man/src/service/scale.md does not exist, skipping
12:04:06 WARN: man/src/service/update.md does not exist, skipping
12:04:06 WARN: man/src/service.md does not exist, skipping
12:04:06 WARN: man/src/stack/config.md does not exist, skipping
12:04:06 WARN: man/src/stack/deploy.md does not exist, skipping
12:04:06 WARN: man/src/stack/ls.md does not exist, skipping
12:04:06 WARN: man/src/stack/ps.md does not exist, skipping
12:04:06 WARN: man/src/stack/rm.md does not exist, skipping
12:04:06 WARN: man/src/stack/services.md does not exist, skipping
12:04:06 WARN: man/src/stack.md does not exist, skipping
12:04:06 INFO: man/src/start.md found
12:04:06 INFO: man/src/stats.md found
12:04:06 INFO: man/src/stop.md found
12:04:06 WARN: man/src/swarm/ca.md does not exist, skipping
12:04:06 WARN: man/src/swarm/init.md does not exist, skipping
12:04:06 WARN: man/src/swarm/join.md does not exist, skipping
12:04:06 WARN: man/src/swarm/join-token.md does not exist, skipping
12:04:06 WARN: man/src/swarm/leave.md does not exist, skipping
12:04:06 WARN: man/src/swarm/unlock.md does not exist, skipping
12:04:06 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:04:06 WARN: man/src/swarm/update.md does not exist, skipping
12:04:06 WARN: man/src/swarm.md does not exist, skipping
12:04:06 WARN: man/src/system/df.md does not exist, skipping
12:04:06 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:04:06 INFO: man/src/system/events.md found
12:04:06 INFO: man/src/system/info.md found
12:04:06 WARN: man/src/system/prune.md does not exist, skipping
12:04:06 WARN: man/src/system.md does not exist, skipping
12:04:06 INFO: man/src/tag.md found
12:04:06 INFO: man/src/top.md found
12:04:06 WARN: man/src/trust/inspect.md does not exist, skipping
12:04:06 WARN: man/src/trust/key/generate.md does not exist, skipping
12:04:06 WARN: man/src/trust/key/load.md does not exist, skipping
12:04:06 WARN: man/src/trust/key.md does not exist, skipping
12:04:06 WARN: man/src/trust/revoke.md does not exist, skipping
12:04:06 WARN: man/src/trust/sign.md does not exist, skipping
12:04:06 WARN: man/src/trust/signer/add.md does not exist, skipping
12:04:06 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:04:06 WARN: man/src/trust/signer.md does not exist, skipping
12:04:06 WARN: man/src/trust.md does not exist, skipping
12:04:06 INFO: man/src/unpause.md found
12:04:06 INFO: man/src/update.md found
12:04:06 INFO: man/src/version.md found
12:04:06 INFO: man/src/volume/create.md found
12:04:06 INFO: man/src/volume/inspect.md found
12:04:06 INFO: man/src/volume/ls.md found
12:04:06 WARN: man/src/volume/prune.md does not exist, skipping
12:04:06 WARN: man/src/volume/rm.md does not exist, skipping
12:04:06 WARN: man/src/volume/update.md does not exist, skipping
12:04:06 INFO: man/src/volume.md found
12:04:06 INFO: man/src/wait.md found
12:04:06 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:04:06 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:04:06 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:04:06 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:04:06 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:04:06 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:04:06 make[2]: Leaving directory '/root/build-deb/cli'
12:04:06 # Build buildx plugin
12:04:06 cd /go/src/github.com/docker/buildx \
12:04:06 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:04:06 && GO111MODULE=on \
12:04:06 	CGO_ENABLED=0 \
12:04:06 		go build \
12:04:06 			-mod=vendor \
12:04:06 			-trimpath \
12:04:06 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:04:06 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:04:06 			./cmd/buildx
12:04:06 + for f in rootlesskit rootlesskit-docker-proxy
12:04:06 + GOBIN=/usr/local/bin
12:04:06 + GO111MODULE=on
12:04:06 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:07 + return
12:04:07 + exit 0
12:04:07 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.vJlnyi
12:04:07 + umask 022
12:04:07 + cd /root/rpmbuild/BUILD
12:04:07 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64 '!=' / ']'
12:04:07 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:04:07 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:04:07 + mkdir -p /root/rpmbuild/BUILDROOT
12:04:07 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:04:07 + cd src
12:04:07 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/dockerd-rootless.sh
12:04:07 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/dockerd-rootless-setuptool.sh
12:04:07 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/rootlesskit
12:04:07 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64/usr/bin/rootlesskit-docker-proxy
12:04:07 + /usr/lib/rpm/check-buildroot
12:04:07 + /usr/lib/rpm/redhat/brp-ldconfig
12:04:07 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:04:07 + /usr/lib/rpm/brp-compress
12:04:07 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:04:07 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:04:07 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:04:07 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:04:07 + /usr/lib/rpm/brp-python-hardlink
12:04:07 + PYTHON3=/usr/libexec/platform-python
12:04:07 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:04:07 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.B66Dp4
12:04:07 + umask 022
12:04:07 + cd /root/rpmbuild/BUILD
12:04:07 + cd src
12:04:07 + /usr/local/bin/rootlesskit -v
12:04:07 rootlesskit version 1.1.0
12:04:07 + exit 0
12:04:07 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:04:07 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.el8 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230206193855.ab4ef4a-0.el8
12:04:07 Requires(interp): /bin/sh /bin/sh /bin/sh
12:04:07 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:04:07 Requires(post): /bin/sh
12:04:07 Requires(preun): /bin/sh
12:04:07 Requires(postun): /bin/sh
12:04:07 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)
12:04:07 Conflicts: rootlesskit
12:04:07 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:04:08 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.src.rpm
12:04:09 + for f in rootlesskit rootlesskit-docker-proxy
12:04:09 + GOBIN=/usr/local/bin
12:04:09 + GO111MODULE=on
12:04:09 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:09 + for f in rootlesskit rootlesskit-docker-proxy
12:04:09 + GOBIN=/usr/local/bin
12:04:09 + GO111MODULE=on
12:04:09 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:10 + return
12:04:10 # Build the CLI
12:04:10 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20230206193855-ab4ef4a GITCOMMIT=ab4ef4a LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
12:04:10 Building dynamic docker-linux-arm-v6
12:04:10 + go build -o build/docker-linux-arm-v6 -tags  pkcs11 -ldflags  -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:01:36Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community" -buildmode=pie github.com/docker/cli/cmd/docker
12:04:10 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm
12:04:10 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CA6xQ3
12:04:10 + umask 022
12:04:10 + cd /root/rpmbuild/BUILD
12:04:10 + cd src
12:04:10 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64
12:04:10 + exit 0
12:04:10 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tqBaRv
12:04:10 + umask 022
12:04:10 + cd /root/rpmbuild/BUILD
12:04:10 + cd /root/rpmbuild/BUILD
12:04:10 + rm -rf src
12:04:10 + /usr/bin/mkdir -p src
12:04:10 + cd src
12:04:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:04:10 + /usr/bin/tar -xof -
12:04:11 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:04:11 ++ pwd
12:04:11 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:04:11 Project root: .
12:04:11 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:04:11 INFO: man/src/attach.md found
12:04:11 WARN: man/src/build.md does not exist, skipping
12:04:11 WARN: man/src/builder/build.md does not exist, skipping
12:04:11 WARN: man/src/builder/prune.md does not exist, skipping
12:04:11 WARN: man/src/builder.md does not exist, skipping
12:04:11 WARN: man/src/checkpoint/create.md does not exist, skipping
12:04:11 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:04:11 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:04:11 WARN: man/src/checkpoint.md does not exist, skipping
12:04:11 INFO: man/src/commit.md found
12:04:11 WARN: man/src/config/create.md does not exist, skipping
12:04:11 WARN: man/src/config/inspect.md does not exist, skipping
12:04:11 WARN: man/src/config/ls.md does not exist, skipping
12:04:11 WARN: man/src/config/rm.md does not exist, skipping
12:04:11 WARN: man/src/config.md does not exist, skipping
12:04:11 INFO: man/src/container/attach.md found
12:04:11 INFO: man/src/container/commit.md found
12:04:11 INFO: man/src/container/cp.md found
12:04:11 INFO: man/src/container/create.md found
12:04:11 INFO: man/src/container/diff.md found
12:04:11 INFO: man/src/container/exec.md found
12:04:11 INFO: man/src/container/export.md found
12:04:11 WARN: man/src/container/inspect.md does not exist, skipping
12:04:11 INFO: man/src/container/kill.md found
12:04:11 INFO: man/src/container/logs.md found
12:04:11 INFO: man/src/container/ls.md found
12:04:11 INFO: man/src/container/pause.md found
12:04:11 INFO: man/src/container/port.md found
12:04:11 WARN: man/src/container/prune.md does not exist, skipping
12:04:11 INFO: man/src/container/rename.md found
12:04:11 INFO: man/src/container/restart.md found
12:04:11 INFO: man/src/container/rm.md found
12:04:11 INFO: man/src/container/run.md found
12:04:11 INFO: man/src/container/start.md found
12:04:11 INFO: man/src/container/stats.md found
12:04:11 INFO: man/src/container/stop.md found
12:04:11 INFO: man/src/container/top.md found
12:04:11 INFO: man/src/container/unpause.md found
12:04:11 INFO: man/src/container/update.md found
12:04:11 INFO: man/src/container/wait.md found
12:04:11 WARN: man/src/container.md does not exist, skipping
12:04:11 WARN: man/src/context/create.md does not exist, skipping
12:04:11 WARN: man/src/context/export.md does not exist, skipping
12:04:11 WARN: man/src/context/import.md does not exist, skipping
12:04:11 WARN: man/src/context/inspect.md does not exist, skipping
12:04:11 WARN: man/src/context/ls.md does not exist, skipping
12:04:11 WARN: man/src/context/rm.md does not exist, skipping
12:04:11 WARN: man/src/context/show.md does not exist, skipping
12:04:11 WARN: man/src/context/update.md does not exist, skipping
12:04:11 WARN: man/src/context/use.md does not exist, skipping
12:04:11 WARN: man/src/context.md does not exist, skipping
12:04:11 INFO: man/src/cp.md found
12:04:11 INFO: man/src/create.md found
12:04:11 INFO: man/src/diff.md found
12:04:11 INFO: man/src/events.md found
12:04:11 INFO: man/src/exec.md found
12:04:11 INFO: man/src/export.md found
12:04:11 INFO: man/src/history.md found
12:04:11 INFO: man/src/image/build.md found
12:04:11 INFO: man/src/image/history.md found
12:04:11 INFO: man/src/image/import.md found
12:04:11 WARN: man/src/image/inspect.md does not exist, skipping
12:04:11 INFO: man/src/image/load.md found
12:04:11 INFO: man/src/image/ls.md found
12:04:11 WARN: man/src/image/prune.md does not exist, skipping
12:04:11 INFO: man/src/image/pull.md found
12:04:11 INFO: man/src/image/push.md found
12:04:11 INFO: man/src/image/rm.md found
12:04:11 INFO: man/src/image/save.md found
12:04:11 INFO: man/src/image/tag.md found
12:04:11 WARN: man/src/image.md does not exist, skipping
12:04:11 INFO: man/src/images.md found
12:04:11 INFO: man/src/import.md found
12:04:11 INFO: man/src/info.md found
12:04:11 INFO: man/src/inspect.md found
12:04:11 INFO: man/src/kill.md found
12:04:11 INFO: man/src/load.md found
12:04:11 INFO: man/src/login.md found
12:04:11 INFO: man/src/logout.md found
12:04:11 INFO: man/src/logs.md found
12:04:11 WARN: man/src/manifest/annotate.md does not exist, skipping
12:04:11 WARN: man/src/manifest/create.md does not exist, skipping
12:04:11 WARN: man/src/manifest/inspect.md does not exist, skipping
12:04:11 WARN: man/src/manifest/push.md does not exist, skipping
12:04:11 WARN: man/src/manifest/rm.md does not exist, skipping
12:04:11 WARN: man/src/manifest.md does not exist, skipping
12:04:11 INFO: man/src/network/connect.md found
12:04:11 INFO: man/src/network/create.md found
12:04:11 INFO: man/src/network/disconnect.md found
12:04:11 INFO: man/src/network/inspect.md found
12:04:11 INFO: man/src/network/ls.md found
12:04:11 WARN: man/src/network/prune.md does not exist, skipping
12:04:11 INFO: man/src/network/rm.md found
12:04:11 WARN: man/src/network.md does not exist, skipping
12:04:11 WARN: man/src/node/demote.md does not exist, skipping
12:04:11 WARN: man/src/node/inspect.md does not exist, skipping
12:04:11 WARN: man/src/node/ls.md does not exist, skipping
12:04:11 WARN: man/src/node/promote.md does not exist, skipping
12:04:11 WARN: man/src/node/ps.md does not exist, skipping
12:04:11 WARN: man/src/node/rm.md does not exist, skipping
12:04:11 WARN: man/src/node/update.md does not exist, skipping
12:04:11 WARN: man/src/node.md does not exist, skipping
12:04:11 INFO: man/src/pause.md found
12:04:11 WARN: man/src/plugin/create.md does not exist, skipping
12:04:11 WARN: man/src/plugin/disable.md does not exist, skipping
12:04:11 WARN: man/src/plugin/enable.md does not exist, skipping
12:04:11 WARN: man/src/plugin/inspect.md does not exist, skipping
12:04:11 WARN: man/src/plugin/install.md does not exist, skipping
12:04:11 INFO: man/src/plugin/ls.md found
12:04:11 WARN: man/src/plugin/push.md does not exist, skipping
12:04:11 WARN: man/src/plugin/rm.md does not exist, skipping
12:04:11 WARN: man/src/plugin/set.md does not exist, skipping
12:04:11 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:04:11 WARN: man/src/plugin.md does not exist, skipping
12:04:11 INFO: man/src/port.md found
12:04:11 INFO: man/src/ps.md found
12:04:11 INFO: man/src/pull.md found
12:04:11 INFO: man/src/push.md found
12:04:11 INFO: man/src/rename.md found
12:04:11 INFO: man/src/restart.md found
12:04:11 INFO: man/src/rm.md found
12:04:11 INFO: man/src/rmi.md found
12:04:11 WARN: man/src/run.md does not exist, skipping
12:04:11 INFO: man/src/save.md found
12:04:11 INFO: man/src/search.md found
12:04:11 WARN: man/src/secret/create.md does not exist, skipping
12:04:11 WARN: man/src/secret/inspect.md does not exist, skipping
12:04:11 WARN: man/src/secret/ls.md does not exist, skipping
12:04:11 WARN: man/src/secret/rm.md does not exist, skipping
12:04:11 WARN: man/src/secret.md does not exist, skipping
12:04:11 WARN: man/src/service/create.md does not exist, skipping
12:04:11 WARN: man/src/service/inspect.md does not exist, skipping
12:04:11 WARN: man/src/service/logs.md does not exist, skipping
12:04:11 WARN: man/src/service/ls.md does not exist, skipping
12:04:11 WARN: man/src/service/ps.md does not exist, skipping
12:04:11 WARN: man/src/service/rm.md does not exist, skipping
12:04:11 WARN: man/src/service/rollback.md does not exist, skipping
12:04:11 WARN: man/src/service/scale.md does not exist, skipping
12:04:11 WARN: man/src/service/update.md does not exist, skipping
12:04:11 WARN: man/src/service.md does not exist, skipping
12:04:11 WARN: man/src/stack/config.md does not exist, skipping
12:04:11 WARN: man/src/stack/deploy.md does not exist, skipping
12:04:11 WARN: man/src/stack/ls.md does not exist, skipping
12:04:11 WARN: man/src/stack/ps.md does not exist, skipping
12:04:11 WARN: man/src/stack/rm.md does not exist, skipping
12:04:11 WARN: man/src/stack/services.md does not exist, skipping
12:04:11 WARN: man/src/stack.md does not exist, skipping
12:04:11 INFO: man/src/start.md found
12:04:11 INFO: man/src/stats.md found
12:04:11 INFO: man/src/stop.md found
12:04:11 WARN: man/src/swarm/ca.md does not exist, skipping
12:04:11 WARN: man/src/swarm/init.md does not exist, skipping
12:04:11 WARN: man/src/swarm/join.md does not exist, skipping
12:04:11 WARN: man/src/swarm/join-token.md does not exist, skipping
12:04:11 WARN: man/src/swarm/leave.md does not exist, skipping
12:04:11 WARN: man/src/swarm/unlock.md does not exist, skipping
12:04:11 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:04:11 WARN: man/src/swarm/update.md does not exist, skipping
12:04:11 WARN: man/src/swarm.md does not exist, skipping
12:04:11 WARN: man/src/system/df.md does not exist, skipping
12:04:11 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:04:11 INFO: man/src/system/events.md found
12:04:11 INFO: man/src/system/info.md found
12:04:11 WARN: man/src/system/prune.md does not exist, skipping
12:04:11 WARN: man/src/system.md does not exist, skipping
12:04:11 INFO: man/src/tag.md found
12:04:11 INFO: man/src/top.md found
12:04:11 WARN: man/src/trust/inspect.md does not exist, skipping
12:04:11 WARN: man/src/trust/key/generate.md does not exist, skipping
12:04:11 WARN: man/src/trust/key/load.md does not exist, skipping
12:04:11 WARN: man/src/trust/key.md does not exist, skipping
12:04:11 WARN: man/src/trust/revoke.md does not exist, skipping
12:04:11 WARN: man/src/trust/sign.md does not exist, skipping
12:04:11 WARN: man/src/trust/signer/add.md does not exist, skipping
12:04:11 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:04:11 WARN: man/src/trust/signer.md does not exist, skipping
12:04:11 WARN: man/src/trust.md does not exist, skipping
12:04:11 INFO: man/src/unpause.md found
12:04:11 INFO: man/src/update.md found
12:04:11 INFO: man/src/version.md found
12:04:11 INFO: man/src/volume/create.md found
12:04:11 INFO: man/src/volume/inspect.md found
12:04:11 INFO: man/src/volume/ls.md found
12:04:11 WARN: man/src/volume/prune.md does not exist, skipping
12:04:11 WARN: man/src/volume/rm.md does not exist, skipping
12:04:11 WARN: man/src/volume/update.md does not exist, skipping
12:04:11 INFO: man/src/volume.md found
12:04:11 INFO: man/src/wait.md found
12:04:11 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:04:11 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:04:11 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:04:11 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:04:11 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:04:11 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:04:11 + popd
12:04:11 + RPM_EC=0
12:04:11 ~/rpmbuild/BUILD/src
12:04:11 ++ jobs -p
12:04:11 + exit 0
12:04:11 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Z0vgZo
12:04:11 + umask 022
12:04:11 + cd /root/rpmbuild/BUILD
12:04:11 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64 '!=' / ']'
12:04:11 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:04:11 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:04:11 + mkdir -p /root/rpmbuild/BUILDROOT
12:04:11 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:04:11 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:11 + export CFLAGS
12:04:11 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:11 + export CXXFLAGS
12:04:11 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:11 + export FFLAGS
12:04:11 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:11 + export FCFLAGS
12:04:11 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:04:11 + export LDFLAGS
12:04:11 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:04:11 + export LT_SYS_LIBRARY_PATH
12:04:11 + CC=gcc
12:04:11 + export CC
12:04:11 + CXX=g++
12:04:11 + export CXX
12:04:11 + cd src
12:04:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin
12:04:11 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker
12:04:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/bash-completion/completions
12:04:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/zsh/vendor-completions
12:04:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/fish/vendor_completions.d
12:04:11 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/bash-completion/completions/docker
12:04:11 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/zsh/vendor-completions/_docker
12:04:11 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/fish/vendor_completions.d/docker.fish
12:04:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/man/man1
12:04: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~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/man/man1
12:04:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/man/man5
12:04: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~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/man/man5
12:04:11 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/man/man8
12:04:11 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/man/man8
12:04:11 + mkdir -p build-docs
12:04:11 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:04:11 + cp cli/LICENSE build-docs/LICENSE
12:04:11 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:04:11 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:04:11 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:04:11 + cp cli/NOTICE build-docs/NOTICE
12:04:11 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:04:11 + cp cli/README.md build-docs/README.md
12:04:11 + /usr/lib/rpm/check-buildroot
12:04:11 + /usr/lib/rpm/redhat/brp-ldconfig
12:04:11 + /usr/lib/rpm/brp-compress
12:04:11 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:04:11 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:04:11 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:04:11 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:04:11 + /usr/lib/rpm/check-rpaths
12:04:11 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:04:11 + /usr/lib/rpm/brp-remove-la-files
12:04:11 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:04:11 + /usr/lib/rpm/redhat/brp-python-hardlink
12:04:11 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jKfppF
12:04:11 + umask 022
12:04:11 + cd /root/rpmbuild/BUILD
12:04:11 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:11 + export CFLAGS
12:04:11 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:11 + export CXXFLAGS
12:04:11 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:11 + export FFLAGS
12:04:11 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:11 + export FCFLAGS
12:04:11 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:04:11 + export LDFLAGS
12:04:11 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:04:11 + export LT_SYS_LIBRARY_PATH
12:04:11 + CC=gcc
12:04:11 + export CC
12:04:11 + CXX=g++
12:04:11 + export CXX
12:04:11 + cd src
12:04:11 ++ cli/build/docker --version
12:04:11 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:04:11 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:04:11 + echo 'PASS: cli version OK'
12:04:11 PASS: cli version OK
12:04:11 + RPM_EC=0
12:04:11 ++ jobs -p
12:04:11 + exit 0
12:04:11 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:04:11 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.27fKjt
12:04:11 + umask 022
12:04:11 + cd /root/rpmbuild/BUILD
12:04:11 + cd src
12:04:11 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/doc/docker-ce-cli
12:04:11 + export LC_ALL=C
12:04:11 + LC_ALL=C
12:04:11 + export DOCDIR
12:04:11 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/doc/docker-ce-cli
12:04:11 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/doc/docker-ce-cli
12:04:11 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/doc/docker-ce-cli
12:04:11 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/doc/docker-ce-cli
12:04:11 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/share/doc/docker-ce-cli
12:04:11 + RPM_EC=0
12:04:11 ++ jobs -p
12:04:11 + exit 0
12:04:11 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.fc37 docker-ce-cli(aarch-64) = 1:0.0.0~20230206193855.ab4ef4a-0.fc37
12:04:11 Requires(interp): /bin/sh
12:04:11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:04:11 Requires(post): /bin/sh
12:04:11 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)
12:04:11 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:04:11 Recommends: docker-buildx-plugin docker-compose-plugin
12:04:11 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:04:11 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.src.rpm
12:04:11 + STATUS=0
12:04:11 + '[' 0 -ne 0 ']'
12:04:11 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:04:11 + /usr/bin/tar -xof -
12:04:11 + return
12:04:11 + RPM_EC=0
12:04:11 ++ jobs -p
12:04:11 + exit 0
12:04:11 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ybWOrX
12:04:11 + umask 022
12:04:11 + cd /root/rpmbuild/BUILD
12:04:11 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64 '!=' / ']'
12:04:11 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:04:11 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:04:11 + mkdir -p /root/rpmbuild/BUILDROOT
12:04:11 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:04:11 + cd src
12:04:11 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/dockerd-rootless.sh
12:04:11 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/dockerd-rootless-setuptool.sh
12:04:11 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/rootlesskit
12:04:11 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64/usr/bin/rootlesskit-docker-proxy
12:04:11 + /usr/lib/rpm/check-buildroot
12:04:11 + /usr/lib/rpm/redhat/brp-ldconfig
12:04:11 + /usr/lib/rpm/brp-compress
12:04:11 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:04:11 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:04:11 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:04:11 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:04:11 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:04:11 + /usr/lib/rpm/brp-python-hardlink
12:04:11 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:04:11 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:04:11 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:04:11 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.WvAcBg
12:04:11 + umask 022
12:04:11 + cd /root/rpmbuild/BUILD
12:04:11 + cd src
12:04:11 + /usr/local/bin/rootlesskit -v
12:04:11 rootlesskit version 1.1.0
12:04:11 + RPM_EC=0
12:04:11 ++ jobs -p
12:04:11 + exit 0
12:04:11 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:04:11 + STATUS=0
12:04:11 + '[' 0 -ne 0 ']'
12:04:11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:04:11 + exit 0
12:04:11 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5BBovc
12:04:11 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:04:11 + umask 022
12:04:11 + cd /root/rpmbuild/BUILD
12:04:11 + cd src
12:04:11 + pushd /root/rpmbuild/BUILD/src/buildx
12:04:11 + GO111MODULE=on
12:04:11 + CGO_ENABLED=0
12:04:11 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
12:04:11 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.el9 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230206193855.ab4ef4a-0.el9
12:04:11 Requires(interp): /bin/sh /bin/sh /bin/sh
12:04:11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:04:11 Requires(post): /bin/sh
12:04:11 Requires(preun): /bin/sh
12:04:11 Requires(postun): /bin/sh
12:04:11 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)
12:04:11 Conflicts: rootlesskit
12:04:11 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:04:12 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.src.rpm
12:04:14 make[2]: Entering directory '/root/build-deb/cli'
12:04:14 scripts/docs/generate-man.sh
12:04:14 + cp -r . /tmp/docker-cli-docsgen.qGyCccHWxx/
12:04:14 + cd /tmp/docker-cli-docsgen.qGyCccHWxx
12:04:14 + ./scripts/vendor init
12:04:14 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:14 + cp man/tools.go .
12:04:14 + ./scripts/vendor update
12:04:14 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:14 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:14 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:14 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:14 go: downloading github.com/morikuni/aec v1.0.0
12:04:14 go: downloading github.com/pkg/errors v0.9.1
12:04:14 go: downloading github.com/spf13/cobra v1.6.1
12:04:14 go: downloading github.com/spf13/pflag v1.0.5
12:04:14 go: downloading github.com/google/go-cmp v0.5.9
12:04:14 go: downloading gotest.tools/v3 v3.4.0
12:04:14 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:14 go: downloading golang.org/x/sys v0.4.0
12:04:14 go: downloading github.com/docker/go-units v0.5.0
12:04:14 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:14 go: downloading github.com/docker/go-connections v0.4.0
12:04:14 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:14 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:14 go: downloading golang.org/x/text v0.6.0
12:04:14 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:14 go: downloading github.com/containerd/containerd v1.6.16
12:04:14 go: downloading github.com/moby/sys/signal v0.7.0
12:04:14 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:14 go: downloading github.com/moby/buildkit v0.10.6
12:04:14 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:14 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:14 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:14 go: downloading github.com/gogo/protobuf v1.3.2
12:04:14 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:14 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:14 go: downloading golang.org/x/term v0.4.0
12:04:14 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:14 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:14 go: downloading github.com/imdario/mergo v0.3.12
12:04:14 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:14 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:14 go: downloading github.com/creack/pty v1.1.11
12:04:14 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:15 make[2]: Entering directory '/root/build-deb/cli'
12:04:15 scripts/docs/generate-man.sh
12:04:15 + cp -r . /tmp/docker-cli-docsgen.bGG5hgafcX/
12:04:15 + cd /tmp/docker-cli-docsgen.bGG5hgafcX
12:04:15 + ./scripts/vendor init
12:04:15 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:15 + cp man/tools.go .
12:04:15 + ./scripts/vendor update
12:04:15 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:15 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:15 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:15 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:15 go: downloading github.com/morikuni/aec v1.0.0
12:04:15 go: downloading github.com/pkg/errors v0.9.1
12:04:15 go: downloading github.com/spf13/cobra v1.6.1
12:04:15 go: downloading github.com/spf13/pflag v1.0.5
12:04:15 go: downloading github.com/google/go-cmp v0.5.9
12:04:15 go: downloading gotest.tools/v3 v3.4.0
12:04:15 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:15 go: downloading golang.org/x/sys v0.4.0
12:04:15 go: downloading github.com/docker/go-units v0.5.0
12:04:15 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:15 go: downloading github.com/docker/go-connections v0.4.0
12:04:15 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:15 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:15 go: downloading golang.org/x/text v0.6.0
12:04:15 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:15 go: downloading github.com/containerd/containerd v1.6.16
12:04:15 go: downloading github.com/moby/sys/signal v0.7.0
12:04:15 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:15 go: downloading github.com/moby/buildkit v0.10.6
12:04:15 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:15 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:15 go: downloading github.com/gogo/protobuf v1.3.2
12:04:15 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:15 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:15 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:15 go: downloading golang.org/x/term v0.4.0
12:04:15 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:15 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:15 go: downloading github.com/imdario/mergo v0.3.12
12:04:15 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:15 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:15 go: downloading github.com/creack/pty v1.1.11
12:04:15 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:15 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:15 go: downloading github.com/stretchr/testify v1.8.0
12:04:15 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:15 go: downloading github.com/rivo/uniseg v0.2.0
12:04:15 go: downloading github.com/klauspost/compress v1.15.12
12:04:15 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:15 go: downloading github.com/containerd/continuity v0.3.0
12:04:15 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:15 go: downloading golang.org/x/time v0.1.0
12:04:15 go: downloading github.com/opencontainers/runc v1.1.3
12:04:15 go: downloading golang.org/x/crypto v0.2.0
12:04:15 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:15 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:15 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:15 go: downloading google.golang.org/grpc v1.48.0
12:04:15 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:15 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:15 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:15 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:15 go: downloading github.com/russross/blackfriday v1.6.0
12:04:15 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:15 go: downloading golang.org/x/net v0.5.0
12:04:15 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:15 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:15 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:15 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:15 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:15 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:15 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:15 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:15 go: downloading github.com/golang/protobuf v1.5.2
12:04:15 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:15 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:15 go: downloading github.com/stretchr/testify v1.8.0
12:04:15 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:15 go: downloading github.com/rivo/uniseg v0.2.0
12:04:15 go: downloading github.com/klauspost/compress v1.15.12
12:04:15 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:15 go: downloading github.com/containerd/continuity v0.3.0
12:04:15 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:15 go: downloading golang.org/x/time v0.1.0
12:04:15 go: downloading github.com/opencontainers/runc v1.1.3
12:04:16 go: downloading golang.org/x/crypto v0.2.0
12:04:16 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:04:16 + make manpages
12:04:16 scripts/docs/generate-man.sh
12:04:16 + cp -r . /tmp/docker-cli-docsgen.K7KiJnnbG1/
12:04:16 + cd /tmp/docker-cli-docsgen.K7KiJnnbG1
12:04:16 + ./scripts/vendor init
12:04:16 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:16 + cp man/tools.go .
12:04:16 + ./scripts/vendor update
12:04:16 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:16 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:16 go: downloading github.com/spf13/cobra v1.6.1
12:04:16 go: downloading github.com/spf13/pflag v1.0.5
12:04:16 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:16 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:16 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:16 go: downloading github.com/morikuni/aec v1.0.0
12:04:16 go: downloading github.com/pkg/errors v0.9.1
12:04:16 go: downloading github.com/google/go-cmp v0.5.9
12:04:16 go: downloading gotest.tools/v3 v3.4.0
12:04:16 go: downloading golang.org/x/sys v0.4.0
12:04:16 go: downloading github.com/docker/go-units v0.5.0
12:04:16 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:16 go: downloading github.com/docker/go-connections v0.4.0
12:04:16 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:16 go: downloading github.com/sirupsen/logrus v1.9.0
12:04:16 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:16 go: downloading golang.org/x/text v0.6.0
12:04:16 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:16 go: downloading github.com/containerd/containerd v1.6.16
12:04:16 go: downloading github.com/moby/sys/signal v0.7.0
12:04:16 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:16 go: downloading github.com/moby/buildkit v0.10.6
12:04:16 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:16 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:16 go: downloading github.com/gogo/protobuf v1.3.2
12:04:16 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:16 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:16 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:16 go: downloading golang.org/x/term v0.4.0
12:04:16 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:16 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:16 go: downloading github.com/imdario/mergo v0.3.12
12:04:16 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:16 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:16 go: downloading github.com/creack/pty v1.1.11
12:04:16 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:16 go: downloading github.com/gorilla/mux v1.8.0
12:04:16 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:16 go: downloading github.com/stretchr/testify v1.8.0
12:04:16 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:16 go: downloading github.com/rivo/uniseg v0.2.0
12:04:16 go: downloading github.com/klauspost/compress v1.15.12
12:04:16 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:16 go: downloading github.com/containerd/continuity v0.3.0
12:04:16 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:16 go: downloading golang.org/x/time v0.1.0
12:04:16 go: downloading github.com/opencontainers/runc v1.1.3
12:04:16 go: downloading golang.org/x/crypto v0.2.0
12:04:16 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:16 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:16 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:16 go: downloading google.golang.org/grpc v1.48.0
12:04:16 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:16 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:16 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:16 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:04:16 go: downloading github.com/russross/blackfriday v1.6.0
12:04:16 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:16 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:16 go: downloading golang.org/x/net v0.5.0
12:04:16 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:16 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:16 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:16 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:16 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:16 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:16 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:16 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:16 go: downloading github.com/golang/protobuf v1.5.2
12:04:16 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:16 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:16 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:16 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:16 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:16 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:16 go: downloading github.com/beorn7/perks v1.0.1
12:04:16 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:16 go: downloading github.com/prometheus/client_model v0.3.0
12:04:16 go: downloading github.com/prometheus/common v0.37.0
12:04:16 go: downloading github.com/prometheus/procfs v0.8.0
12:04:16 go: downloading google.golang.org/protobuf v1.28.1
12:04:16 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:16 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:16 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:16 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:16 go: downloading k8s.io/klog/v2 v2.80.1
12:04:16 go: downloading github.com/kr/text v0.2.0
12:04:16 go: downloading github.com/docker/go-metrics v0.0.1
12:04:16 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:16 go: downloading github.com/kr/pretty v0.2.1
12:04:16 go: downloading github.com/magiconair/properties v1.5.3
12:04:16 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:16 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:16 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:16 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:16 go: downloading github.com/go-logr/logr v1.2.3
12:04:16 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:16 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:16 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:16 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:16 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:04:16 + go mod vendor -modfile=vendor.mod
12:04:16 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:16 go: downloading google.golang.org/grpc v1.48.0
12:04:16 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:16 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:16 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:16 go: downloading github.com/russross/blackfriday v1.6.0
12:04:17 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:17 go: downloading golang.org/x/net v0.5.0
12:04:17 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:04:17 ++ pwd
12:04:17 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:04:17 Project root: .
12:04:17 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:04:17 INFO: man/src/attach.md found
12:04:17 WARN: man/src/build.md does not exist, skipping
12:04:17 WARN: man/src/builder/build.md does not exist, skipping
12:04:17 WARN: man/src/builder/prune.md does not exist, skipping
12:04:17 WARN: man/src/builder.md does not exist, skipping
12:04:17 WARN: man/src/checkpoint/create.md does not exist, skipping
12:04:17 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:04:17 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:04:17 WARN: man/src/checkpoint.md does not exist, skipping
12:04:17 INFO: man/src/commit.md found
12:04:17 WARN: man/src/config/create.md does not exist, skipping
12:04:17 WARN: man/src/config/inspect.md does not exist, skipping
12:04:17 WARN: man/src/config/ls.md does not exist, skipping
12:04:17 WARN: man/src/config/rm.md does not exist, skipping
12:04:17 WARN: man/src/config.md does not exist, skipping
12:04:17 INFO: man/src/container/attach.md found
12:04:17 INFO: man/src/container/commit.md found
12:04:17 INFO: man/src/container/cp.md found
12:04:17 INFO: man/src/container/create.md found
12:04:17 INFO: man/src/container/diff.md found
12:04:17 INFO: man/src/container/exec.md found
12:04:17 INFO: man/src/container/export.md found
12:04:17 WARN: man/src/container/inspect.md does not exist, skipping
12:04:17 INFO: man/src/container/kill.md found
12:04:17 INFO: man/src/container/logs.md found
12:04:17 INFO: man/src/container/ls.md found
12:04:17 INFO: man/src/container/pause.md found
12:04:17 INFO: man/src/container/port.md found
12:04:17 WARN: man/src/container/prune.md does not exist, skipping
12:04:17 INFO: man/src/container/rename.md found
12:04:17 INFO: man/src/container/restart.md found
12:04:17 INFO: man/src/container/rm.md found
12:04:17 INFO: man/src/container/run.md found
12:04:17 INFO: man/src/container/start.md found
12:04:17 INFO: man/src/container/stats.md found
12:04:17 INFO: man/src/container/stop.md found
12:04:17 INFO: man/src/container/top.md found
12:04:17 INFO: man/src/container/unpause.md found
12:04:17 INFO: man/src/container/update.md found
12:04:17 INFO: man/src/container/wait.md found
12:04:17 WARN: man/src/container.md does not exist, skipping
12:04:17 WARN: man/src/context/create.md does not exist, skipping
12:04:17 WARN: man/src/context/export.md does not exist, skipping
12:04:17 WARN: man/src/context/import.md does not exist, skipping
12:04:17 WARN: man/src/context/inspect.md does not exist, skipping
12:04:17 WARN: man/src/context/ls.md does not exist, skipping
12:04:17 WARN: man/src/context/rm.md does not exist, skipping
12:04:17 WARN: man/src/context/show.md does not exist, skipping
12:04:17 WARN: man/src/context/update.md does not exist, skipping
12:04:17 WARN: man/src/context/use.md does not exist, skipping
12:04:17 WARN: man/src/context.md does not exist, skipping
12:04:17 INFO: man/src/cp.md found
12:04:17 INFO: man/src/create.md found
12:04:17 INFO: man/src/diff.md found
12:04:17 INFO: man/src/events.md found
12:04:17 INFO: man/src/exec.md found
12:04:17 INFO: man/src/export.md found
12:04:17 INFO: man/src/history.md found
12:04:17 INFO: man/src/image/build.md found
12:04:17 INFO: man/src/image/history.md found
12:04:17 INFO: man/src/image/import.md found
12:04:17 WARN: man/src/image/inspect.md does not exist, skipping
12:04:17 INFO: man/src/image/load.md found
12:04:17 INFO: man/src/image/ls.md found
12:04:17 WARN: man/src/image/prune.md does not exist, skipping
12:04:17 INFO: man/src/image/pull.md found
12:04:17 INFO: man/src/image/push.md found
12:04:17 INFO: man/src/image/rm.md found
12:04:17 INFO: man/src/image/save.md found
12:04:17 INFO: man/src/image/tag.md found
12:04:17 WARN: man/src/image.md does not exist, skipping
12:04:17 INFO: man/src/images.md found
12:04:17 INFO: man/src/import.md found
12:04:17 INFO: man/src/info.md found
12:04:17 INFO: man/src/inspect.md found
12:04:17 INFO: man/src/kill.md found
12:04:17 INFO: man/src/load.md found
12:04:17 INFO: man/src/login.md found
12:04:17 INFO: man/src/logout.md found
12:04:17 INFO: man/src/logs.md found
12:04:17 WARN: man/src/manifest/annotate.md does not exist, skipping
12:04:17 WARN: man/src/manifest/create.md does not exist, skipping
12:04:17 WARN: man/src/manifest/inspect.md does not exist, skipping
12:04:17 WARN: man/src/manifest/push.md does not exist, skipping
12:04:17 WARN: man/src/manifest/rm.md does not exist, skipping
12:04:17 WARN: man/src/manifest.md does not exist, skipping
12:04:17 INFO: man/src/network/connect.md found
12:04:17 INFO: man/src/network/create.md found
12:04:17 INFO: man/src/network/disconnect.md found
12:04:17 INFO: man/src/network/inspect.md found
12:04:17 INFO: man/src/network/ls.md found
12:04:17 WARN: man/src/network/prune.md does not exist, skipping
12:04:17 INFO: man/src/network/rm.md found
12:04:17 WARN: man/src/network.md does not exist, skipping
12:04:17 WARN: man/src/node/demote.md does not exist, skipping
12:04:17 WARN: man/src/node/inspect.md does not exist, skipping
12:04:17 WARN: man/src/node/ls.md does not exist, skipping
12:04:17 WARN: man/src/node/promote.md does not exist, skipping
12:04:17 WARN: man/src/node/ps.md does not exist, skipping
12:04:17 WARN: man/src/node/rm.md does not exist, skipping
12:04:17 WARN: man/src/node/update.md does not exist, skipping
12:04:17 WARN: man/src/node.md does not exist, skipping
12:04:17 INFO: man/src/pause.md found
12:04:17 WARN: man/src/plugin/create.md does not exist, skipping
12:04:17 WARN: man/src/plugin/disable.md does not exist, skipping
12:04:17 WARN: man/src/plugin/enable.md does not exist, skipping
12:04:17 WARN: man/src/plugin/inspect.md does not exist, skipping
12:04:17 WARN: man/src/plugin/install.md does not exist, skipping
12:04:17 INFO: man/src/plugin/ls.md found
12:04:17 WARN: man/src/plugin/push.md does not exist, skipping
12:04:17 WARN: man/src/plugin/rm.md does not exist, skipping
12:04:17 WARN: man/src/plugin/set.md does not exist, skipping
12:04:17 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:04:17 WARN: man/src/plugin.md does not exist, skipping
12:04:17 INFO: man/src/port.md found
12:04:17 INFO: man/src/ps.md found
12:04:17 INFO: man/src/pull.md found
12:04:17 INFO: man/src/push.md found
12:04:17 INFO: man/src/rename.md found
12:04:17 INFO: man/src/restart.md found
12:04:17 INFO: man/src/rm.md found
12:04:17 INFO: man/src/rmi.md found
12:04:17 WARN: man/src/run.md does not exist, skipping
12:04:17 INFO: man/src/save.md found
12:04:17 INFO: man/src/search.md found
12:04:17 WARN: man/src/secret/create.md does not exist, skipping
12:04:17 WARN: man/src/secret/inspect.md does not exist, skipping
12:04:17 WARN: man/src/secret/ls.md does not exist, skipping
12:04:17 WARN: man/src/secret/rm.md does not exist, skipping
12:04:17 WARN: man/src/secret.md does not exist, skipping
12:04:17 WARN: man/src/service/create.md does not exist, skipping
12:04:17 WARN: man/src/service/inspect.md does not exist, skipping
12:04:17 WARN: man/src/service/logs.md does not exist, skipping
12:04:17 WARN: man/src/service/ls.md does not exist, skipping
12:04:17 WARN: man/src/service/ps.md does not exist, skipping
12:04:17 WARN: man/src/service/rm.md does not exist, skipping
12:04:17 WARN: man/src/service/rollback.md does not exist, skipping
12:04:17 WARN: man/src/service/scale.md does not exist, skipping
12:04:17 WARN: man/src/service/update.md does not exist, skipping
12:04:17 WARN: man/src/service.md does not exist, skipping
12:04:17 WARN: man/src/stack/config.md does not exist, skipping
12:04:17 WARN: man/src/stack/deploy.md does not exist, skipping
12:04:17 WARN: man/src/stack/ls.md does not exist, skipping
12:04:17 WARN: man/src/stack/ps.md does not exist, skipping
12:04:17 WARN: man/src/stack/rm.md does not exist, skipping
12:04:17 WARN: man/src/stack/services.md does not exist, skipping
12:04:17 WARN: man/src/stack.md does not exist, skipping
12:04:17 INFO: man/src/start.md found
12:04:17 INFO: man/src/stats.md found
12:04:17 INFO: man/src/stop.md found
12:04:17 WARN: man/src/swarm/ca.md does not exist, skipping
12:04:17 WARN: man/src/swarm/init.md does not exist, skipping
12:04:17 WARN: man/src/swarm/join.md does not exist, skipping
12:04:17 WARN: man/src/swarm/join-token.md does not exist, skipping
12:04:17 WARN: man/src/swarm/leave.md does not exist, skipping
12:04:17 WARN: man/src/swarm/unlock.md does not exist, skipping
12:04:17 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:04:17 WARN: man/src/swarm/update.md does not exist, skipping
12:04:17 WARN: man/src/swarm.md does not exist, skipping
12:04:17 WARN: man/src/system/df.md does not exist, skipping
12:04:17 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:04:17 INFO: man/src/system/events.md found
12:04:17 INFO: man/src/system/info.md found
12:04:17 WARN: man/src/system/prune.md does not exist, skipping
12:04:17 WARN: man/src/system.md does not exist, skipping
12:04:17 INFO: man/src/tag.md found
12:04:17 INFO: man/src/top.md found
12:04:17 WARN: man/src/trust/inspect.md does not exist, skipping
12:04:17 WARN: man/src/trust/key/generate.md does not exist, skipping
12:04:17 WARN: man/src/trust/key/load.md does not exist, skipping
12:04:17 WARN: man/src/trust/key.md does not exist, skipping
12:04:17 WARN: man/src/trust/revoke.md does not exist, skipping
12:04:17 WARN: man/src/trust/sign.md does not exist, skipping
12:04:17 WARN: man/src/trust/signer/add.md does not exist, skipping
12:04:17 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:04:17 WARN: man/src/trust/signer.md does not exist, skipping
12:04:17 WARN: man/src/trust.md does not exist, skipping
12:04:17 INFO: man/src/unpause.md found
12:04:17 INFO: man/src/update.md found
12:04:17 INFO: man/src/version.md found
12:04:17 INFO: man/src/volume/create.md found
12:04:17 INFO: man/src/volume/inspect.md found
12:04:17 INFO: man/src/volume/ls.md found
12:04:17 WARN: man/src/volume/prune.md does not exist, skipping
12:04:17 WARN: man/src/volume/rm.md does not exist, skipping
12:04:17 WARN: man/src/volume/update.md does not exist, skipping
12:04:17 INFO: man/src/volume.md found
12:04:17 INFO: man/src/wait.md found
12:04:17 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:04:17 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:04:17 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:04:17 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:04:17 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:04:17 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:04:17 make[2]: Leaving directory '/root/build-deb/cli'
12:04:17 # Build buildx plugin
12:04:17 cd /go/src/github.com/docker/buildx \
12:04:17 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:04:17 && GO111MODULE=on \
12:04:17 	CGO_ENABLED=0 \
12:04:17 		go build \
12:04:17 			-mod=vendor \
12:04:17 			-trimpath \
12:04:17 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:04:17 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:04:17 			./cmd/buildx
12:04:17 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:17 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:17 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:17 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:17 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:17 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:17 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:17 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:17 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:17 make[2]: Entering directory '/root/build-deb/cli'
12:04:17 scripts/docs/generate-man.sh
12:04:17 + cp -r . /tmp/docker-cli-docsgen.YNxk8N6bBQ/
12:04:17 + cd /tmp/docker-cli-docsgen.YNxk8N6bBQ
12:04:17 + ./scripts/vendor init
12:04:17 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:17 + cp man/tools.go .
12:04:17 + ./scripts/vendor update
12:04:17 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:17 go: downloading github.com/spf13/cobra v1.6.1
12:04:17 go: downloading github.com/spf13/pflag v1.0.5
12:04:17 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:17 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:17 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:17 go: downloading github.com/morikuni/aec v1.0.0
12:04:17 go: downloading github.com/pkg/errors v0.9.1
12:04:17 go: downloading github.com/google/go-cmp v0.5.9
12:04:17 go: downloading gotest.tools/v3 v3.4.0
12:04:17 go: downloading golang.org/x/sys v0.4.0
12:04:17 go: downloading github.com/docker/go-units v0.5.0
12:04:17 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:17 go: downloading github.com/docker/go-connections v0.4.0
12:04:17 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:17 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:17 go: downloading golang.org/x/text v0.6.0
12:04:17 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:17 go: downloading github.com/containerd/containerd v1.6.16
12:04:17 go: downloading github.com/moby/sys/signal v0.7.0
12:04:17 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:17 go: downloading github.com/moby/buildkit v0.10.6
12:04:17 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:17 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:17 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:17 go: downloading github.com/gogo/protobuf v1.3.2
12:04:17 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:17 go: downloading github.com/golang/protobuf v1.5.2
12:04:17 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:17 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:17 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:17 go: downloading github.com/beorn7/perks v1.0.1
12:04:17 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:17 go: downloading github.com/prometheus/client_model v0.3.0
12:04:17 go: downloading github.com/prometheus/common v0.37.0
12:04:17 go: downloading github.com/prometheus/procfs v0.8.0
12:04:17 go: downloading google.golang.org/protobuf v1.28.1
12:04:17 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:17 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:17 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:17 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:17 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:17 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:17 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:17 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:17 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:17 go: downloading k8s.io/klog/v2 v2.80.1
12:04:17 go: downloading github.com/docker/go-metrics v0.0.1
12:04:17 go: downloading github.com/kr/text v0.2.0
12:04:17 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:17 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:17 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:17 go: downloading github.com/kr/pretty v0.2.1
12:04:17 go: downloading github.com/magiconair/properties v1.5.3
12:04:17 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:17 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:17 go: downloading github.com/go-logr/logr v1.2.3
12:04:17 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:18 + go mod vendor -modfile=vendor.mod
12:04:18 go: downloading golang.org/x/term v0.4.0
12:04:18 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:18 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:18 go: downloading github.com/imdario/mergo v0.3.12
12:04:18 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:18 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:18 go: downloading github.com/creack/pty v1.1.11
12:04:18 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:18 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm
12:04:18 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.6HzhJ1
12:04:18 + umask 022
12:04:18 + cd /root/rpmbuild/BUILD
12:04:18 + cd src
12:04:18 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64
12:04:18 + RPM_EC=0
12:04:18 ++ jobs -p
12:04:18 + exit 0
12:04:18 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.7nyuCB
12:04:18 + umask 022
12:04:18 + cd /root/rpmbuild/BUILD
12:04:18 + cd /root/rpmbuild/BUILD
12:04:18 + rm -rf src
12:04:18 + /usr/bin/mkdir -p src
12:04:18 + cd src
12:04:18 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:04:18 + /usr/bin/tar -xof -
12:04:18 + STATUS=0
12:04:18 + '[' 0 -ne 0 ']'
12:04:18 + /usr/bin/tar -xof -
12:04:18 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:04:18 + STATUS=0
12:04:18 + '[' 0 -ne 0 ']'
12:04:18 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:04:18 + RPM_EC=0
12:04:18 ++ jobs -p
12:04:18 + exit 0
12:04:18 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qwbfkL
12:04:18 + umask 022
12:04:18 + cd /root/rpmbuild/BUILD
12:04:18 + cd src
12:04:18 + pushd /root/rpmbuild/BUILD/src/buildx
12:04:18 + GO111MODULE=on
12:04:18 + CGO_ENABLED=0
12:04:18 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
12:04:18 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:04:19 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:19 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:19 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:19 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:19 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:19 go: downloading github.com/beorn7/perks v1.0.1
12:04:19 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:19 go: downloading github.com/prometheus/client_model v0.3.0
12:04:19 go: downloading github.com/prometheus/common v0.37.0
12:04:19 go: downloading github.com/prometheus/procfs v0.8.0
12:04:19 go: downloading google.golang.org/protobuf v1.28.1
12:04:19 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:19 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:19 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:19 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:19 go: downloading k8s.io/klog/v2 v2.80.1
12:04:19 go: downloading github.com/kr/text v0.2.0
12:04:19 go: downloading github.com/docker/go-metrics v0.0.1
12:04:19 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:19 go: downloading github.com/kr/pretty v0.2.1
12:04:19 go: downloading github.com/magiconair/properties v1.5.3
12:04:19 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:19 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:19 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:19 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:19 go: downloading github.com/go-logr/logr v1.2.3
12:04:19 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:19 + go mod vendor -modfile=vendor.mod
12:04:19 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:19 go: downloading github.com/stretchr/testify v1.8.0
12:04:19 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:19 go: downloading github.com/rivo/uniseg v0.2.0
12:04:19 go: downloading github.com/klauspost/compress v1.15.12
12:04:19 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:20 go: downloading github.com/containerd/continuity v0.3.0
12:04:20 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:20 go: downloading golang.org/x/time v0.1.0
12:04:20 go: downloading github.com/opencontainers/runc v1.1.3
12:04:20 go: downloading golang.org/x/crypto v0.2.0
12:04:20 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:20 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:20 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:20 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:20 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:21 go: downloading google.golang.org/grpc v1.48.0
12:04:21 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:21 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:21 go: downloading github.com/russross/blackfriday v1.6.0
12:04:21 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:04:21 ++ pwd
12:04:21 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:04:21 Project root: .
12:04:21 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:04:21 INFO: man/src/attach.md found
12:04:21 WARN: man/src/build.md does not exist, skipping
12:04:21 WARN: man/src/builder/build.md does not exist, skipping
12:04:21 WARN: man/src/builder/prune.md does not exist, skipping
12:04:21 WARN: man/src/builder.md does not exist, skipping
12:04:21 WARN: man/src/checkpoint/create.md does not exist, skipping
12:04:21 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:04:21 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:04:21 WARN: man/src/checkpoint.md does not exist, skipping
12:04:21 INFO: man/src/commit.md found
12:04:21 WARN: man/src/config/create.md does not exist, skipping
12:04:21 WARN: man/src/config/inspect.md does not exist, skipping
12:04:21 WARN: man/src/config/ls.md does not exist, skipping
12:04:21 WARN: man/src/config/rm.md does not exist, skipping
12:04:21 WARN: man/src/config.md does not exist, skipping
12:04:21 INFO: man/src/container/attach.md found
12:04:21 INFO: man/src/container/commit.md found
12:04:21 INFO: man/src/container/cp.md found
12:04:21 INFO: man/src/container/create.md found
12:04:21 INFO: man/src/container/diff.md found
12:04:21 INFO: man/src/container/exec.md found
12:04:21 INFO: man/src/container/export.md found
12:04:21 WARN: man/src/container/inspect.md does not exist, skipping
12:04:21 INFO: man/src/container/kill.md found
12:04:21 INFO: man/src/container/logs.md found
12:04:21 INFO: man/src/container/ls.md found
12:04:21 INFO: man/src/container/pause.md found
12:04:21 INFO: man/src/container/port.md found
12:04:21 WARN: man/src/container/prune.md does not exist, skipping
12:04:21 INFO: man/src/container/rename.md found
12:04:21 INFO: man/src/container/restart.md found
12:04:21 INFO: man/src/container/rm.md found
12:04:21 INFO: man/src/container/run.md found
12:04:21 INFO: man/src/container/start.md found
12:04:21 INFO: man/src/container/stats.md found
12:04:21 INFO: man/src/container/stop.md found
12:04:21 INFO: man/src/container/top.md found
12:04:21 INFO: man/src/container/unpause.md found
12:04:21 INFO: man/src/container/update.md found
12:04:21 INFO: man/src/container/wait.md found
12:04:21 WARN: man/src/container.md does not exist, skipping
12:04:21 WARN: man/src/context/create.md does not exist, skipping
12:04:21 WARN: man/src/context/export.md does not exist, skipping
12:04:21 WARN: man/src/context/import.md does not exist, skipping
12:04:21 WARN: man/src/context/inspect.md does not exist, skipping
12:04:21 WARN: man/src/context/ls.md does not exist, skipping
12:04:21 WARN: man/src/context/rm.md does not exist, skipping
12:04:21 WARN: man/src/context/show.md does not exist, skipping
12:04:21 WARN: man/src/context/update.md does not exist, skipping
12:04:21 WARN: man/src/context/use.md does not exist, skipping
12:04:21 WARN: man/src/context.md does not exist, skipping
12:04:21 INFO: man/src/cp.md found
12:04:21 INFO: man/src/create.md found
12:04:21 INFO: man/src/diff.md found
12:04:21 INFO: man/src/events.md found
12:04:21 INFO: man/src/exec.md found
12:04:21 INFO: man/src/export.md found
12:04:21 INFO: man/src/history.md found
12:04:21 INFO: man/src/image/build.md found
12:04:21 INFO: man/src/image/history.md found
12:04:21 INFO: man/src/image/import.md found
12:04:21 WARN: man/src/image/inspect.md does not exist, skipping
12:04:21 INFO: man/src/image/load.md found
12:04:21 INFO: man/src/image/ls.md found
12:04:21 WARN: man/src/image/prune.md does not exist, skipping
12:04:21 INFO: man/src/image/pull.md found
12:04:21 INFO: man/src/image/push.md found
12:04:21 INFO: man/src/image/rm.md found
12:04:21 INFO: man/src/image/save.md found
12:04:21 INFO: man/src/image/tag.md found
12:04:21 WARN: man/src/image.md does not exist, skipping
12:04:21 INFO: man/src/images.md found
12:04:21 INFO: man/src/import.md found
12:04:21 INFO: man/src/info.md found
12:04:21 INFO: man/src/inspect.md found
12:04:21 INFO: man/src/kill.md found
12:04:21 INFO: man/src/load.md found
12:04:21 INFO: man/src/login.md found
12:04:21 INFO: man/src/logout.md found
12:04:21 INFO: man/src/logs.md found
12:04:21 WARN: man/src/manifest/annotate.md does not exist, skipping
12:04:21 WARN: man/src/manifest/create.md does not exist, skipping
12:04:21 WARN: man/src/manifest/inspect.md does not exist, skipping
12:04:21 WARN: man/src/manifest/push.md does not exist, skipping
12:04:21 WARN: man/src/manifest/rm.md does not exist, skipping
12:04:21 WARN: man/src/manifest.md does not exist, skipping
12:04:21 INFO: man/src/network/connect.md found
12:04:21 INFO: man/src/network/create.md found
12:04:21 INFO: man/src/network/disconnect.md found
12:04:21 INFO: man/src/network/inspect.md found
12:04:21 INFO: man/src/network/ls.md found
12:04:21 WARN: man/src/network/prune.md does not exist, skipping
12:04:21 INFO: man/src/network/rm.md found
12:04:21 WARN: man/src/network.md does not exist, skipping
12:04:21 WARN: man/src/node/demote.md does not exist, skipping
12:04:21 WARN: man/src/node/inspect.md does not exist, skipping
12:04:21 WARN: man/src/node/ls.md does not exist, skipping
12:04:21 WARN: man/src/node/promote.md does not exist, skipping
12:04:21 WARN: man/src/node/ps.md does not exist, skipping
12:04:21 WARN: man/src/node/rm.md does not exist, skipping
12:04:21 WARN: man/src/node/update.md does not exist, skipping
12:04:21 WARN: man/src/node.md does not exist, skipping
12:04:21 INFO: man/src/pause.md found
12:04:21 WARN: man/src/plugin/create.md does not exist, skipping
12:04:21 WARN: man/src/plugin/disable.md does not exist, skipping
12:04:21 WARN: man/src/plugin/enable.md does not exist, skipping
12:04:21 WARN: man/src/plugin/inspect.md does not exist, skipping
12:04:21 WARN: man/src/plugin/install.md does not exist, skipping
12:04:21 INFO: man/src/plugin/ls.md found
12:04:21 WARN: man/src/plugin/push.md does not exist, skipping
12:04:21 WARN: man/src/plugin/rm.md does not exist, skipping
12:04:21 WARN: man/src/plugin/set.md does not exist, skipping
12:04:21 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:04:21 WARN: man/src/plugin.md does not exist, skipping
12:04:21 INFO: man/src/port.md found
12:04:21 INFO: man/src/ps.md found
12:04:21 INFO: man/src/pull.md found
12:04:21 INFO: man/src/push.md found
12:04:21 INFO: man/src/rename.md found
12:04:21 INFO: man/src/restart.md found
12:04:21 INFO: man/src/rm.md found
12:04:21 INFO: man/src/rmi.md found
12:04:21 WARN: man/src/run.md does not exist, skipping
12:04:21 INFO: man/src/save.md found
12:04:21 INFO: man/src/search.md found
12:04:21 WARN: man/src/secret/create.md does not exist, skipping
12:04:21 WARN: man/src/secret/inspect.md does not exist, skipping
12:04:21 WARN: man/src/secret/ls.md does not exist, skipping
12:04:21 WARN: man/src/secret/rm.md does not exist, skipping
12:04:21 WARN: man/src/secret.md does not exist, skipping
12:04:21 WARN: man/src/service/create.md does not exist, skipping
12:04:21 WARN: man/src/service/inspect.md does not exist, skipping
12:04:21 WARN: man/src/service/logs.md does not exist, skipping
12:04:21 WARN: man/src/service/ls.md does not exist, skipping
12:04:21 WARN: man/src/service/ps.md does not exist, skipping
12:04:21 WARN: man/src/service/rm.md does not exist, skipping
12:04:21 WARN: man/src/service/rollback.md does not exist, skipping
12:04:21 WARN: man/src/service/scale.md does not exist, skipping
12:04:21 WARN: man/src/service/update.md does not exist, skipping
12:04:21 WARN: man/src/service.md does not exist, skipping
12:04:21 WARN: man/src/stack/config.md does not exist, skipping
12:04:21 WARN: man/src/stack/deploy.md does not exist, skipping
12:04:21 WARN: man/src/stack/ls.md does not exist, skipping
12:04:21 WARN: man/src/stack/ps.md does not exist, skipping
12:04:21 WARN: man/src/stack/rm.md does not exist, skipping
12:04:21 WARN: man/src/stack/services.md does not exist, skipping
12:04:21 WARN: man/src/stack.md does not exist, skipping
12:04:21 INFO: man/src/start.md found
12:04:21 INFO: man/src/stats.md found
12:04:21 INFO: man/src/stop.md found
12:04:21 WARN: man/src/swarm/ca.md does not exist, skipping
12:04:21 WARN: man/src/swarm/init.md does not exist, skipping
12:04:21 WARN: man/src/swarm/join.md does not exist, skipping
12:04:21 WARN: man/src/swarm/join-token.md does not exist, skipping
12:04:21 WARN: man/src/swarm/leave.md does not exist, skipping
12:04:21 WARN: man/src/swarm/unlock.md does not exist, skipping
12:04:21 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:04:21 WARN: man/src/swarm/update.md does not exist, skipping
12:04:21 WARN: man/src/swarm.md does not exist, skipping
12:04:21 WARN: man/src/system/df.md does not exist, skipping
12:04:21 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:04:21 INFO: man/src/system/events.md found
12:04:21 INFO: man/src/system/info.md found
12:04:21 WARN: man/src/system/prune.md does not exist, skipping
12:04:21 WARN: man/src/system.md does not exist, skipping
12:04:21 INFO: man/src/tag.md found
12:04:21 INFO: man/src/top.md found
12:04:21 WARN: man/src/trust/inspect.md does not exist, skipping
12:04:21 WARN: man/src/trust/key/generate.md does not exist, skipping
12:04:21 WARN: man/src/trust/key/load.md does not exist, skipping
12:04:21 WARN: man/src/trust/key.md does not exist, skipping
12:04:21 WARN: man/src/trust/revoke.md does not exist, skipping
12:04:21 WARN: man/src/trust/sign.md does not exist, skipping
12:04:21 WARN: man/src/trust/signer/add.md does not exist, skipping
12:04:21 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:04:21 WARN: man/src/trust/signer.md does not exist, skipping
12:04:21 WARN: man/src/trust.md does not exist, skipping
12:04:21 INFO: man/src/unpause.md found
12:04:21 INFO: man/src/update.md found
12:04:21 INFO: man/src/version.md found
12:04:21 INFO: man/src/volume/create.md found
12:04:21 INFO: man/src/volume/inspect.md found
12:04:21 INFO: man/src/volume/ls.md found
12:04:21 WARN: man/src/volume/prune.md does not exist, skipping
12:04:21 WARN: man/src/volume/rm.md does not exist, skipping
12:04:21 WARN: man/src/volume/update.md does not exist, skipping
12:04:21 INFO: man/src/volume.md found
12:04:21 INFO: man/src/wait.md found
12:04:21 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:04:21 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:04:21 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:04:21 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:04:21 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:04:21 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:04:21 ~/rpmbuild/BUILD/src
12:04:21 + popd
12:04:21 + RPM_EC=0
12:04:21 ++ jobs -p
12:04:21 + exit 0
12:04:21 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AVKxNd
12:04:21 + umask 022
12:04:21 + cd /root/rpmbuild/BUILD
12:04:21 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64 '!=' / ']'
12:04:21 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:04:21 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:04:21 + mkdir -p /root/rpmbuild/BUILDROOT
12:04:21 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:04:21 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:21 + export CFLAGS
12:04:21 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:21 + export CXXFLAGS
12:04:21 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:21 + export FFLAGS
12:04:21 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:21 + export FCFLAGS
12:04:21 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
12:04:21 + export LDFLAGS
12:04:21 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:04:21 + export LT_SYS_LIBRARY_PATH
12:04:21 + CC=gcc
12:04:21 + export CC
12:04:21 + CXX=g++
12:04:21 + export CXX
12:04:21 + cd src
12:04:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin
12:04:21 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker
12:04:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/bash-completion/completions
12:04:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/zsh/vendor-completions
12:04:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/fish/vendor_completions.d
12:04:21 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/bash-completion/completions/docker
12:04:21 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/zsh/vendor-completions/_docker
12:04:21 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/fish/vendor_completions.d/docker.fish
12:04:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/man/man1
12:04:21 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-show.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-config.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume-update.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/man/man1
12:04:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/man/man5
12:04:21 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/man/man5
12:04:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/man/man8
12:04:21 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/man/man8
12:04:21 + mkdir -p build-docs
12:04:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:04:21 + cp cli/LICENSE build-docs/LICENSE
12:04:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:04:21 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:04:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:04:21 + cp cli/NOTICE build-docs/NOTICE
12:04:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:04:21 + cp cli/README.md build-docs/README.md
12:04:21 + /usr/lib/rpm/check-buildroot
12:04:21 + /usr/lib/rpm/redhat/brp-ldconfig
12:04:21 + /usr/lib/rpm/brp-compress
12:04:21 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:04:21 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:04:21 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:04:21 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:04:21 + /usr/lib/rpm/check-rpaths
12:04:21 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:04:21 + /usr/lib/rpm/brp-remove-la-files
12:04:21 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:04:21 + /usr/lib/rpm/redhat/brp-python-hardlink
12:04:21 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.nEF09Q
12:04:21 + umask 022
12:04:21 + cd /root/rpmbuild/BUILD
12:04:21 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:21 + export CFLAGS
12:04:21 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:21 + export CXXFLAGS
12:04:21 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:21 + export FFLAGS
12:04:21 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:21 + export FCFLAGS
12:04:21 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
12:04:21 + export LDFLAGS
12:04:21 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:04:21 + export LT_SYS_LIBRARY_PATH
12:04:21 + CC=gcc
12:04:21 + export CC
12:04:21 + CXX=g++
12:04:21 + export CXX
12:04:21 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:04:21 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0~20230206193855.ab4ef4a-0.fc36 aarch64
12:04:21 + cd src
12:04:21 ++ cli/build/docker --version
12:04:21 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:04:21 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:04:21 + echo 'PASS: cli version OK'
12:04:21 PASS: cli version OK
12:04:21 + RPM_EC=0
12:04:21 ++ jobs -p
12:04:21 + exit 0
12:04:21 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:04:21 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.m0zS5Z
12:04:21 + umask 022
12:04:21 + cd /root/rpmbuild/BUILD
12:04:21 + cd src
12:04:21 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/doc/docker-ce-cli
12:04:21 + export LC_ALL=C
12:04:21 + LC_ALL=C
12:04:21 + export DOCDIR
12:04:21 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/doc/docker-ce-cli
12:04:21 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/doc/docker-ce-cli
12:04:21 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/doc/docker-ce-cli
12:04:21 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/doc/docker-ce-cli
12:04:21 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/share/doc/docker-ce-cli
12:04:21 + RPM_EC=0
12:04:21 ++ jobs -p
12:04:21 + exit 0
12:04:21 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:21 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:21 go: downloading golang.org/x/net v0.5.0
12:04:21 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.fc36 docker-ce-cli(aarch-64) = 1:0.0.0~20230206193855.ab4ef4a-0.fc36
12:04:21 Requires(interp): /bin/sh
12:04:21 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:04:21 Requires(post): /bin/sh
12:04:21 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)
12:04:21 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:04:21 Recommends: docker-buildx-plugin docker-compose-plugin
12:04:21 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:04:21 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:21 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:21 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:21 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:21 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.src.rpm
12:04:22 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:22 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:22 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:22 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:22 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:22 go: downloading github.com/golang/protobuf v1.5.2
12:04:22 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:22 make[2]: Entering directory '/root/build-deb/cli'
12:04:22 scripts/docs/generate-man.sh
12:04:22 + cp -r . /tmp/docker-cli-docsgen.SJlwMnBVF4/
12:04:22 + cd /tmp/docker-cli-docsgen.SJlwMnBVF4
12:04:22 + ./scripts/vendor init
12:04:22 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:22 + cp man/tools.go .
12:04:22 + ./scripts/vendor update
12:04:22 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:22 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:22 go: downloading github.com/spf13/cobra v1.6.1
12:04:22 go: downloading github.com/spf13/pflag v1.0.5
12:04:22 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:22 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:22 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:22 go: downloading github.com/morikuni/aec v1.0.0
12:04:22 go: downloading github.com/pkg/errors v0.9.1
12:04:22 go: downloading github.com/google/go-cmp v0.5.9
12:04:22 go: downloading gotest.tools/v3 v3.4.0
12:04:22 go: downloading golang.org/x/sys v0.4.0
12:04:22 go: downloading github.com/docker/go-units v0.5.0
12:04:22 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:22 go: downloading github.com/docker/go-connections v0.4.0
12:04:22 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:22 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:22 go: downloading golang.org/x/text v0.6.0
12:04:22 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:22 go: downloading github.com/containerd/containerd v1.6.16
12:04:22 go: downloading github.com/moby/sys/signal v0.7.0
12:04:22 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:22 go: downloading github.com/moby/buildkit v0.10.6
12:04:22 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:22 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:22 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:22 go: downloading github.com/gogo/protobuf v1.3.2
12:04:23 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:23 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:23 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm
12:04:23 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0kNyVK
12:04:23 + umask 022
12:04:23 + cd /root/rpmbuild/BUILD
12:04:23 + cd src
12:04:23 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:04:23 + RPM_EC=0
12:04:23 ++ jobs -p
12:04:23 + exit 0
12:04:23 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.rBJLqY
12:04:23 + umask 022
12:04:23 + cd /root/rpmbuild/BUILD
12:04:23 + rm -rf src src.gemspec
12:04:23 + RPM_EC=0
12:04:23 ++ jobs -p
12:04:23 + exit 0
12:04:23     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:04:23     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:04:23     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:04:23     source_date_epoch_from_changelog set but %changelog is missing
12:04:23     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
12:04:23     source_date_epoch_from_changelog set but %changelog is missing
12:04:23 
12:04:23 RPM build warnings:
12:04:23 warning: source_date_epoch_from_changelog set but %changelog is missing
12:04:23 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ybjh2u
12:04:23 + umask 022
12:04:23 + cd /root/rpmbuild/BUILD
12:04:23 + cd /root/rpmbuild/BUILD
12:04:23 + rm -rf src
12:04:23 + /usr/bin/mkdir -p src
12:04:23 + cd src
12:04:23 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:04:23 + STATUS=0
12:04:23 + '[' 0 -ne 0 ']'
12:04:23 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:04:23 + STATUS=0
12:04:23 + '[' 0 -ne 0 ']'
12:04:23 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:04:23 + RPM_EC=0
12:04:23 ++ jobs -p
12:04:23 + exit 0
12:04:23 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2ONfKE
12:04:23 + umask 022
12:04:23 + cd /root/rpmbuild/BUILD
12:04:23 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:23 + export CFLAGS
12:04:23 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:23 + export CXXFLAGS
12:04:23 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:23 + export FFLAGS
12:04:23 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:23 + export FCFLAGS
12:04:23 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:04:23 + export LDFLAGS
12:04:23 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:04:23 + export LT_SYS_LIBRARY_PATH
12:04:23 + CC=gcc
12:04:23 + export CC
12:04:23 + CXX=g++
12:04:23 + export CXX
12:04:23 + cd src
12:04:23 + export DOCKER_GITCOMMIT=a25ab92
12:04:23 + DOCKER_GITCOMMIT=a25ab92
12:04:23 + mkdir -p /go/src/github.com/docker
12:04:23 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:04:23 + TMP_GOPATH=/go
12:04:23 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:04:23 + RM_GOPATH=0
12:04:23 + TMP_GOPATH=/go
12:04:23 + : /usr/local/bin
12:04:23 + '[' -z /go ']'
12:04:23 + export GOPATH=/go
12:04:23 + GOPATH=/go
12:04:23 + case "$(go env GOARCH)" in
12:04:23 ++ go env GOARCH
12:04:23 + export GO_BUILDMODE=-buildmode=pie
12:04:23 + GO_BUILDMODE=-buildmode=pie
12:04:23 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:04:23 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:04:23 + bin=rootlesskit
12:04:23 + shift
12:04:23 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:04:23 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:04:23 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:23 + install_rootlesskit dynamic
12:04:23 + case "$1" in
12:04:23 + install_rootlesskit_dynamic
12:04:23 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:04:23 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:04:23 + export BUILD_MODE=-buildmode=pie
12:04:23 + BUILD_MODE=-buildmode=pie
12:04:23 + _install_rootlesskit
12:04:23 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:04:23 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:23 + for f in rootlesskit rootlesskit-docker-proxy
12:04:23 + GOBIN=/usr/local/bin
12:04:23 + GO111MODULE=on
12:04:23 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:23 go: downloading golang.org/x/term v0.4.0
12:04:23 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:23 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:23 go: downloading github.com/imdario/mergo v0.3.12
12:04:23 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:23 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:23 go: downloading github.com/creack/pty v1.1.11
12:04:23 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:23 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:04:24 go: downloading github.com/urfave/cli/v2 v2.23.5
12:04:24 go: downloading golang.org/x/sys v0.2.0
12:04:24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:04:24 go: downloading github.com/google/uuid v1.3.0
12:04:24 go: downloading github.com/moby/vpnkit v0.5.0
12:04:24 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:04:24 go: downloading github.com/gofrs/flock v0.8.1
12:04:24 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:04:24 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:04:24 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:04:24 go: downloading golang.org/x/net v0.1.0
12:04:24 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:24 go: downloading github.com/stretchr/testify v1.8.0
12:04:24 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:24 go: downloading github.com/rivo/uniseg v0.2.0
12:04:24 go: downloading github.com/klauspost/compress v1.15.12
12:04:24 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:24 go: downloading github.com/containerd/continuity v0.3.0
12:04:24 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:24 go: downloading golang.org/x/time v0.1.0
12:04:24 go: downloading github.com/opencontainers/runc v1.1.3
12:04:25 go: downloading golang.org/x/crypto v0.2.0
12:04:25 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:25 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:25 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:25 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:25 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:25 go: downloading github.com/beorn7/perks v1.0.1
12:04:25 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:25 go: downloading github.com/prometheus/client_model v0.3.0
12:04:25 go: downloading github.com/prometheus/common v0.37.0
12:04:25 go: downloading github.com/prometheus/procfs v0.8.0
12:04:25 go: downloading google.golang.org/protobuf v1.28.1
12:04:25 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:25 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:25 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:25 go: downloading google.golang.org/grpc v1.48.0
12:04:25 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:04:25 + make manpages
12:04:25 scripts/docs/generate-man.sh
12:04:25 + cp -r . /tmp/docker-cli-docsgen.9DOevBObdK/
12:04:25 + cd /tmp/docker-cli-docsgen.9DOevBObdK
12:04:25 + ./scripts/vendor init
12:04:25 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:25 + cp man/tools.go .
12:04:25 + ./scripts/vendor update
12:04:25 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:25 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:25 go: downloading github.com/spf13/cobra v1.6.1
12:04:25 go: downloading github.com/spf13/pflag v1.0.5
12:04:25 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:25 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:25 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:25 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:25 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:26 go: downloading k8s.io/klog/v2 v2.80.1
12:04:26 go: downloading github.com/kr/text v0.2.0
12:04:26 go: downloading github.com/docker/go-metrics v0.0.1
12:04:26 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:26 go: downloading github.com/kr/pretty v0.2.1
12:04:26 go: downloading github.com/magiconair/properties v1.5.3
12:04:26 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:26 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:26 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:26 go: downloading github.com/go-logr/logr v1.2.3
12:04:26 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:26 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:26 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:26 go: downloading github.com/russross/blackfriday v1.6.0
12:04:26 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:26 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:26 go: downloading golang.org/x/net v0.5.0
12:04:26 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:26 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:26 go: downloading github.com/morikuni/aec v1.0.0
12:04:26 go: downloading github.com/pkg/errors v0.9.1
12:04:26 go: downloading github.com/google/go-cmp v0.5.9
12:04:26 go: downloading gotest.tools/v3 v3.4.0
12:04:26 go: downloading golang.org/x/sys v0.4.0
12:04:26 go: downloading github.com/docker/go-units v0.5.0
12:04:26 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:26 go: downloading github.com/docker/go-connections v0.4.0
12:04:26 + go mod vendor -modfile=vendor.mod
12:04:26 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:26 go: downloading github.com/sirupsen/logrus v1.9.0
12:04:26 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:26 go: downloading golang.org/x/text v0.6.0
12:04:26 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:26 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:26 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:26 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:26 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:26 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:26 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:26 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:26 go: downloading github.com/containerd/containerd v1.6.16
12:04:27 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:27 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:27 go: downloading github.com/golang/protobuf v1.5.2
12:04:27 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:27 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:27 go: downloading github.com/moby/sys/signal v0.7.0
12:04:27 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:27 go: downloading github.com/moby/buildkit v0.10.6
12:04:27 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:27 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:27 go: downloading github.com/gogo/protobuf v1.3.2
12:04:27 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:27 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:28 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:28 go: downloading golang.org/x/term v0.4.0
12:04:28 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:28 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:28 go: downloading github.com/imdario/mergo v0.3.12
12:04:28 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:28 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:28 go: downloading github.com/creack/pty v1.1.11
12:04:28 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:28 go: downloading github.com/gorilla/mux v1.8.0
12:04:28 make[2]: Entering directory '/root/build-deb/cli'
12:04:28 scripts/docs/generate-man.sh
12:04:28 + cp -r . /tmp/docker-cli-docsgen.kmK0vGdwx8/
12:04:28 + cd /tmp/docker-cli-docsgen.kmK0vGdwx8
12:04:28 + ./scripts/vendor init
12:04:28 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:28 + cp man/tools.go .
12:04:28 + ./scripts/vendor update
12:04:28 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:28 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:28 go: downloading github.com/spf13/cobra v1.6.1
12:04:28 go: downloading github.com/spf13/pflag v1.0.5
12:04:28 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:28 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:28 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:28 go: downloading github.com/morikuni/aec v1.0.0
12:04:28 go: downloading github.com/pkg/errors v0.9.1
12:04:28 go: downloading github.com/google/go-cmp v0.5.9
12:04:28 go: downloading gotest.tools/v3 v3.4.0
12:04:28 go: downloading golang.org/x/sys v0.4.0
12:04:28 go: downloading github.com/docker/go-units v0.5.0
12:04:28 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:28 go: downloading github.com/docker/go-connections v0.4.0
12:04:28 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:28 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:29 go: downloading golang.org/x/text v0.6.0
12:04:29 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:29 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:29 go: downloading github.com/stretchr/testify v1.8.0
12:04:29 go: downloading github.com/containerd/containerd v1.6.16
12:04:29 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:29 go: downloading github.com/rivo/uniseg v0.2.0
12:04:29 go: downloading github.com/klauspost/compress v1.15.12
12:04:29 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:29 go: downloading github.com/containerd/continuity v0.3.0
12:04:29 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:29 go: downloading golang.org/x/time v0.1.0
12:04:29 go: downloading github.com/opencontainers/runc v1.1.3
12:04:29 go: downloading golang.org/x/crypto v0.2.0
12:04:29 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:29 + for f in rootlesskit rootlesskit-docker-proxy
12:04:29 + GOBIN=/usr/local/bin
12:04:29 + GO111MODULE=on
12:04:29 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:29 go: downloading github.com/moby/sys/signal v0.7.0
12:04:29 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:29 go: downloading github.com/moby/buildkit v0.10.6
12:04:30 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:30 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:30 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:30 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:30 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:30 go: downloading github.com/gogo/protobuf v1.3.2
12:04:30 go: downloading google.golang.org/grpc v1.48.0
12:04:30 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:30 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:30 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:30 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:04:30 go: downloading github.com/russross/blackfriday v1.6.0
12:04:30 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:30 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:30 go: downloading golang.org/x/net v0.5.0
12:04:30 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:30 go: downloading github.com/beorn7/perks v1.0.1
12:04:30 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:30 go: downloading github.com/prometheus/client_model v0.3.0
12:04:30 go: downloading github.com/prometheus/common v0.37.0
12:04:30 go: downloading github.com/prometheus/procfs v0.8.0
12:04:30 go: downloading google.golang.org/protobuf v1.28.1
12:04:30 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:30 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:30 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:30 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:30 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:30 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:30 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:30 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:30 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:30 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:31 go: downloading golang.org/x/term v0.4.0
12:04:31 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:31 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:31 go: downloading github.com/imdario/mergo v0.3.12
12:04:31 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:31 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:31 go: downloading github.com/creack/pty v1.1.11
12:04:31 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:31 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:31 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:31 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:31 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:31 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:31 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:31 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:31 go: downloading k8s.io/klog/v2 v2.80.1
12:04:31 go: downloading github.com/kr/text v0.2.0
12:04:31 go: downloading github.com/docker/go-metrics v0.0.1
12:04:31 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:31 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:31 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:31 go: downloading github.com/kr/pretty v0.2.1
12:04:31 go: downloading github.com/magiconair/properties v1.5.3
12:04:31 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:31 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:31 go: downloading github.com/go-logr/logr v1.2.3
12:04:31 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:31 + go mod vendor -modfile=vendor.mod
12:04:31 + return
12:04:31 + RPM_EC=0
12:04:31 ++ jobs -p
12:04:31 + exit 0
12:04:31 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jWylfg
12:04:31 + umask 022
12:04:31 + cd /root/rpmbuild/BUILD
12:04:31 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64 '!=' / ']'
12:04:31 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:04:31 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:04:31 + mkdir -p /root/rpmbuild/BUILDROOT
12:04:31 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:04:31 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:31 + export CFLAGS
12:04:31 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:31 + export CXXFLAGS
12:04:31 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:31 + export FFLAGS
12:04:31 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:31 + export FCFLAGS
12:04:31 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:04:31 + export LDFLAGS
12:04:31 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:04:31 + export LT_SYS_LIBRARY_PATH
12:04:31 + CC=gcc
12:04:31 + export CC
12:04:31 + CXX=g++
12:04:31 + export CXX
12:04:31 + cd src
12:04:31 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/dockerd-rootless.sh
12:04:31 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/dockerd-rootless-setuptool.sh
12:04:31 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/rootlesskit
12:04:31 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/rootlesskit-docker-proxy
12:04:31 + /usr/lib/rpm/check-buildroot
12:04:31 + /usr/lib/rpm/redhat/brp-ldconfig
12:04:31 go: downloading github.com/golang/protobuf v1.5.2
12:04:31 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:31 + /usr/lib/rpm/brp-compress
12:04:31 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:04:31 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:04:31 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:04:31 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:04:31 + /usr/lib/rpm/check-rpaths
12:04:31 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:04:31 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:04:31 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:04:31 + /usr/lib/rpm/brp-remove-la-files
12:04:31 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:04:31 + /usr/lib/rpm/redhat/brp-python-hardlink
12:04:31 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zsijVk
12:04:31 + umask 022
12:04:31 + cd /root/rpmbuild/BUILD
12:04:31 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:31 + export CFLAGS
12:04:31 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:31 + export CXXFLAGS
12:04:31 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:31 + export FFLAGS
12:04:31 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:31 + export FCFLAGS
12:04:31 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:04:31 + export LDFLAGS
12:04:31 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:04:31 + export LT_SYS_LIBRARY_PATH
12:04:31 + CC=gcc
12:04:31 + export CC
12:04:31 + CXX=g++
12:04:31 + export CXX
12:04:31 + cd src
12:04:31 + /usr/local/bin/rootlesskit -v
12:04:31 rootlesskit version 1.1.0
12:04:31 + RPM_EC=0
12:04:31 ++ jobs -p
12:04:31 + exit 0
12:04:31 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:04:31 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.fc37 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230206193855.ab4ef4a-0.fc37
12:04:31 Requires(interp): /bin/sh /bin/sh /bin/sh
12:04:31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:04:31 Requires(post): /bin/sh
12:04:31 Requires(preun): /bin/sh
12:04:31 Requires(postun): /bin/sh
12:04:31 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)
12:04:31 Conflicts: rootlesskit
12:04:31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:04:32 make[2]: Entering directory '/root/build-deb/cli'
12:04:32 scripts/docs/generate-man.sh
12:04:32 + cp -r . /tmp/docker-cli-docsgen.TNaR8CMX9Q/
12:04:32 + cd /tmp/docker-cli-docsgen.TNaR8CMX9Q
12:04:32 + ./scripts/vendor init
12:04:32 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:32 + cp man/tools.go .
12:04:32 + ./scripts/vendor update
12:04:32 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:32 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.src.rpm
12:04:32 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:32 go: downloading github.com/stretchr/testify v1.8.0
12:04:32 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:32 go: downloading github.com/rivo/uniseg v0.2.0
12:04:32 go: downloading github.com/klauspost/compress v1.15.12
12:04:32 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:32 go: downloading github.com/containerd/continuity v0.3.0
12:04:32 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:32 go: downloading golang.org/x/time v0.1.0
12:04:32 go: downloading github.com/opencontainers/runc v1.1.3
12:04:32 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:32 go: downloading github.com/spf13/cobra v1.6.1
12:04:32 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:32 go: downloading golang.org/x/crypto v0.2.0
12:04:32 go: downloading github.com/spf13/pflag v1.0.5
12:04:32 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:32 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:33 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:33 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:33 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:33 go: downloading google.golang.org/grpc v1.48.0
12:04:33 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:04:33 ++ pwd
12:04:33 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:04:33 Project root: .
12:04:33 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:04:33 INFO: man/src/attach.md found
12:04:33 WARN: man/src/build.md does not exist, skipping
12:04:33 WARN: man/src/builder/build.md does not exist, skipping
12:04:33 WARN: man/src/builder/prune.md does not exist, skipping
12:04:33 WARN: man/src/builder.md does not exist, skipping
12:04:33 WARN: man/src/checkpoint/create.md does not exist, skipping
12:04:33 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:04:33 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:04:33 WARN: man/src/checkpoint.md does not exist, skipping
12:04:33 INFO: man/src/commit.md found
12:04:33 WARN: man/src/config/create.md does not exist, skipping
12:04:33 WARN: man/src/config/inspect.md does not exist, skipping
12:04:33 WARN: man/src/config/ls.md does not exist, skipping
12:04:33 WARN: man/src/config/rm.md does not exist, skipping
12:04:33 WARN: man/src/config.md does not exist, skipping
12:04:33 INFO: man/src/container/attach.md found
12:04:33 INFO: man/src/container/commit.md found
12:04:33 INFO: man/src/container/cp.md found
12:04:33 INFO: man/src/container/create.md found
12:04:33 INFO: man/src/container/diff.md found
12:04:33 INFO: man/src/container/exec.md found
12:04:33 INFO: man/src/container/export.md found
12:04:33 WARN: man/src/container/inspect.md does not exist, skipping
12:04:33 INFO: man/src/container/kill.md found
12:04:33 INFO: man/src/container/logs.md found
12:04:33 INFO: man/src/container/ls.md found
12:04:33 INFO: man/src/container/pause.md found
12:04:33 INFO: man/src/container/port.md found
12:04:33 WARN: man/src/container/prune.md does not exist, skipping
12:04:33 INFO: man/src/container/rename.md found
12:04:33 INFO: man/src/container/restart.md found
12:04:33 INFO: man/src/container/rm.md found
12:04:33 INFO: man/src/container/run.md found
12:04:33 INFO: man/src/container/start.md found
12:04:33 INFO: man/src/container/stats.md found
12:04:33 INFO: man/src/container/stop.md found
12:04:33 INFO: man/src/container/top.md found
12:04:33 INFO: man/src/container/unpause.md found
12:04:33 INFO: man/src/container/update.md found
12:04:33 INFO: man/src/container/wait.md found
12:04:33 WARN: man/src/container.md does not exist, skipping
12:04:33 WARN: man/src/context/create.md does not exist, skipping
12:04:33 WARN: man/src/context/export.md does not exist, skipping
12:04:33 WARN: man/src/context/import.md does not exist, skipping
12:04:33 WARN: man/src/context/inspect.md does not exist, skipping
12:04:33 WARN: man/src/context/ls.md does not exist, skipping
12:04:33 WARN: man/src/context/rm.md does not exist, skipping
12:04:33 WARN: man/src/context/show.md does not exist, skipping
12:04:33 WARN: man/src/context/update.md does not exist, skipping
12:04:33 WARN: man/src/context/use.md does not exist, skipping
12:04:33 WARN: man/src/context.md does not exist, skipping
12:04:33 INFO: man/src/cp.md found
12:04:33 INFO: man/src/create.md found
12:04:33 INFO: man/src/diff.md found
12:04:33 INFO: man/src/events.md found
12:04:33 INFO: man/src/exec.md found
12:04:33 INFO: man/src/export.md found
12:04:33 INFO: man/src/history.md found
12:04:33 INFO: man/src/image/build.md found
12:04:33 INFO: man/src/image/history.md found
12:04:33 INFO: man/src/image/import.md found
12:04:33 WARN: man/src/image/inspect.md does not exist, skipping
12:04:33 INFO: man/src/image/load.md found
12:04:33 INFO: man/src/image/ls.md found
12:04:33 WARN: man/src/image/prune.md does not exist, skipping
12:04:33 INFO: man/src/image/pull.md found
12:04:33 INFO: man/src/image/push.md found
12:04:33 INFO: man/src/image/rm.md found
12:04:33 INFO: man/src/image/save.md found
12:04:33 INFO: man/src/image/tag.md found
12:04:33 WARN: man/src/image.md does not exist, skipping
12:04:33 INFO: man/src/images.md found
12:04:33 INFO: man/src/import.md found
12:04:33 INFO: man/src/info.md found
12:04:33 INFO: man/src/inspect.md found
12:04:33 INFO: man/src/kill.md found
12:04:33 INFO: man/src/load.md found
12:04:33 INFO: man/src/login.md found
12:04:33 INFO: man/src/logout.md found
12:04:33 INFO: man/src/logs.md found
12:04:33 WARN: man/src/manifest/annotate.md does not exist, skipping
12:04:33 WARN: man/src/manifest/create.md does not exist, skipping
12:04:33 WARN: man/src/manifest/inspect.md does not exist, skipping
12:04:33 WARN: man/src/manifest/push.md does not exist, skipping
12:04:33 WARN: man/src/manifest/rm.md does not exist, skipping
12:04:33 WARN: man/src/manifest.md does not exist, skipping
12:04:33 INFO: man/src/network/connect.md found
12:04:33 INFO: man/src/network/create.md found
12:04:33 INFO: man/src/network/disconnect.md found
12:04:33 INFO: man/src/network/inspect.md found
12:04:33 INFO: man/src/network/ls.md found
12:04:33 WARN: man/src/network/prune.md does not exist, skipping
12:04:33 INFO: man/src/network/rm.md found
12:04:33 WARN: man/src/network.md does not exist, skipping
12:04:33 WARN: man/src/node/demote.md does not exist, skipping
12:04:33 WARN: man/src/node/inspect.md does not exist, skipping
12:04:33 WARN: man/src/node/ls.md does not exist, skipping
12:04:33 WARN: man/src/node/promote.md does not exist, skipping
12:04:33 WARN: man/src/node/ps.md does not exist, skipping
12:04:33 WARN: man/src/node/rm.md does not exist, skipping
12:04:33 WARN: man/src/node/update.md does not exist, skipping
12:04:33 WARN: man/src/node.md does not exist, skipping
12:04:33 INFO: man/src/pause.md found
12:04:33 WARN: man/src/plugin/create.md does not exist, skipping
12:04:33 WARN: man/src/plugin/disable.md does not exist, skipping
12:04:33 WARN: man/src/plugin/enable.md does not exist, skipping
12:04:33 WARN: man/src/plugin/inspect.md does not exist, skipping
12:04:33 WARN: man/src/plugin/install.md does not exist, skipping
12:04:33 INFO: man/src/plugin/ls.md found
12:04:33 WARN: man/src/plugin/push.md does not exist, skipping
12:04:33 WARN: man/src/plugin/rm.md does not exist, skipping
12:04:33 WARN: man/src/plugin/set.md does not exist, skipping
12:04:33 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:04:33 WARN: man/src/plugin.md does not exist, skipping
12:04:33 INFO: man/src/port.md found
12:04:33 INFO: man/src/ps.md found
12:04:33 INFO: man/src/pull.md found
12:04:33 INFO: man/src/push.md found
12:04:33 INFO: man/src/rename.md found
12:04:33 INFO: man/src/restart.md found
12:04:33 INFO: man/src/rm.md found
12:04:33 INFO: man/src/rmi.md found
12:04:33 WARN: man/src/run.md does not exist, skipping
12:04:33 INFO: man/src/save.md found
12:04:33 INFO: man/src/search.md found
12:04:33 WARN: man/src/secret/create.md does not exist, skipping
12:04:33 WARN: man/src/secret/inspect.md does not exist, skipping
12:04:33 WARN: man/src/secret/ls.md does not exist, skipping
12:04:33 WARN: man/src/secret/rm.md does not exist, skipping
12:04:33 WARN: man/src/secret.md does not exist, skipping
12:04:33 WARN: man/src/service/create.md does not exist, skipping
12:04:33 WARN: man/src/service/inspect.md does not exist, skipping
12:04:33 WARN: man/src/service/logs.md does not exist, skipping
12:04:33 WARN: man/src/service/ls.md does not exist, skipping
12:04:33 WARN: man/src/service/ps.md does not exist, skipping
12:04:33 WARN: man/src/service/rm.md does not exist, skipping
12:04:33 WARN: man/src/service/rollback.md does not exist, skipping
12:04:33 WARN: man/src/service/scale.md does not exist, skipping
12:04:33 WARN: man/src/service/update.md does not exist, skipping
12:04:33 WARN: man/src/service.md does not exist, skipping
12:04:33 WARN: man/src/stack/config.md does not exist, skipping
12:04:33 WARN: man/src/stack/deploy.md does not exist, skipping
12:04:33 WARN: man/src/stack/ls.md does not exist, skipping
12:04:33 WARN: man/src/stack/ps.md does not exist, skipping
12:04:33 WARN: man/src/stack/rm.md does not exist, skipping
12:04:33 WARN: man/src/stack/services.md does not exist, skipping
12:04:33 WARN: man/src/stack.md does not exist, skipping
12:04:33 INFO: man/src/start.md found
12:04:33 INFO: man/src/stats.md found
12:04:33 INFO: man/src/stop.md found
12:04:33 WARN: man/src/swarm/ca.md does not exist, skipping
12:04:33 WARN: man/src/swarm/init.md does not exist, skipping
12:04:33 WARN: man/src/swarm/join.md does not exist, skipping
12:04:33 WARN: man/src/swarm/join-token.md does not exist, skipping
12:04:33 WARN: man/src/swarm/leave.md does not exist, skipping
12:04:33 WARN: man/src/swarm/unlock.md does not exist, skipping
12:04:33 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:04:33 WARN: man/src/swarm/update.md does not exist, skipping
12:04:33 WARN: man/src/swarm.md does not exist, skipping
12:04:33 WARN: man/src/system/df.md does not exist, skipping
12:04:33 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:04:33 INFO: man/src/system/events.md found
12:04:33 INFO: man/src/system/info.md found
12:04:33 WARN: man/src/system/prune.md does not exist, skipping
12:04:33 WARN: man/src/system.md does not exist, skipping
12:04:33 INFO: man/src/tag.md found
12:04:33 INFO: man/src/top.md found
12:04:33 WARN: man/src/trust/inspect.md does not exist, skipping
12:04:33 WARN: man/src/trust/key/generate.md does not exist, skipping
12:04:33 WARN: man/src/trust/key/load.md does not exist, skipping
12:04:33 WARN: man/src/trust/key.md does not exist, skipping
12:04:33 WARN: man/src/trust/revoke.md does not exist, skipping
12:04:33 WARN: man/src/trust/sign.md does not exist, skipping
12:04:33 WARN: man/src/trust/signer/add.md does not exist, skipping
12:04:33 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:04:33 WARN: man/src/trust/signer.md does not exist, skipping
12:04:33 WARN: man/src/trust.md does not exist, skipping
12:04:33 INFO: man/src/unpause.md found
12:04:33 INFO: man/src/update.md found
12:04:33 INFO: man/src/version.md found
12:04:33 INFO: man/src/volume/create.md found
12:04:33 INFO: man/src/volume/inspect.md found
12:04:33 INFO: man/src/volume/ls.md found
12:04:33 WARN: man/src/volume/prune.md does not exist, skipping
12:04:33 WARN: man/src/volume/rm.md does not exist, skipping
12:04:33 WARN: man/src/volume/update.md does not exist, skipping
12:04:33 INFO: man/src/volume.md found
12:04:33 INFO: man/src/wait.md found
12:04:33 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:04:33 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:04:33 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:04:33 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:04:33 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:04:33 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:04:33 make[2]: Leaving directory '/root/build-deb/cli'
12:04:33 # Build buildx plugin
12:04:33 cd /go/src/github.com/docker/buildx \
12:04:33 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:04:33 && GO111MODULE=on \
12:04:33 	CGO_ENABLED=0 \
12:04:33 		go build \
12:04:33 			-mod=vendor \
12:04:33 			-trimpath \
12:04:33 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:04:33 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:04:33 			./cmd/buildx
12:04:33 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:33 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:33 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:33 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:33 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:33 go: downloading github.com/beorn7/perks v1.0.1
12:04:33 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:33 go: downloading github.com/prometheus/client_model v0.3.0
12:04:33 go: downloading github.com/prometheus/common v0.37.0
12:04:33 go: downloading github.com/prometheus/procfs v0.8.0
12:04:33 go: downloading google.golang.org/protobuf v1.28.1
12:04:33 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:33 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:33 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:33 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:33 go: downloading k8s.io/klog/v2 v2.80.1
12:04:33 go: downloading github.com/kr/text v0.2.0
12:04:33 go: downloading github.com/docker/go-metrics v0.0.1
12:04:33 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:33 go: downloading github.com/kr/pretty v0.2.1
12:04:33 go: downloading github.com/magiconair/properties v1.5.3
12:04:33 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:33 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:33 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:33 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:33 go: downloading github.com/go-logr/logr v1.2.3
12:04:33 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:33 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:04:33 + go mod vendor -modfile=vendor.mod
12:04:33 make[2]: Entering directory '/root/build-deb/cli'
12:04:33 scripts/docs/generate-man.sh
12:04:33 + cp -r . /tmp/docker-cli-docsgen.UQNC73Ytx2/
12:04:33 + cd /tmp/docker-cli-docsgen.UQNC73Ytx2
12:04:33 + ./scripts/vendor init
12:04:33 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:33 + cp man/tools.go .
12:04:33 + ./scripts/vendor update
12:04:33 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:33 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:33 go: downloading github.com/spf13/cobra v1.6.1
12:04:33 go: downloading github.com/spf13/pflag v1.0.5
12:04:33 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:33 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:33 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:33 go: downloading github.com/morikuni/aec v1.0.0
12:04:33 go: downloading github.com/pkg/errors v0.9.1
12:04:33 go: downloading github.com/google/go-cmp v0.5.9
12:04:33 go: downloading gotest.tools/v3 v3.4.0
12:04:33 go: downloading golang.org/x/sys v0.4.0
12:04:33 go: downloading github.com/docker/go-units v0.5.0
12:04:33 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:33 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:33 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:33 go: downloading github.com/russross/blackfriday v1.6.0
12:04:33 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:33 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:33 go: downloading github.com/docker/go-connections v0.4.0
12:04:33 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:33 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:34 go: downloading golang.org/x/net v0.5.0
12:04:34 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm
12:04:34 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kN54p5
12:04:34 + umask 022
12:04:34 + cd /root/rpmbuild/BUILD
12:04:34 + cd src
12:04:34 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:04:34 + RPM_EC=0
12:04:34 ++ jobs -p
12:04:34 + exit 0
12:04:34 
12:04:34 RPM build warnings:
12:04:34     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:04:34     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:04:34     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:04:34     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
12:04:34 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.M9Phl9
12:04:34 + umask 022
12:04:34 + cd /root/rpmbuild/BUILD
12:04:34 + cd /root/rpmbuild/BUILD
12:04:34 + rm -rf src
12:04:34 + /usr/bin/mkdir -p src
12:04:34 + cd src
12:04:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:04:34 + /usr/bin/tar -xof -
12:04:34 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:34 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:34 go: downloading github.com/morikuni/aec v1.0.0
12:04:34 go: downloading github.com/pkg/errors v0.9.1
12:04:34 go: downloading github.com/google/go-cmp v0.5.9
12:04:34 go: downloading gotest.tools/v3 v3.4.0
12:04:34 go: downloading golang.org/x/sys v0.4.0
12:04:34 go: downloading github.com/docker/go-units v0.5.0
12:04:34 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:34 go: downloading github.com/docker/go-connections v0.4.0
12:04:34 go: downloading golang.org/x/text v0.6.0
12:04:34 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:34 go: downloading github.com/containerd/containerd v1.6.16
12:04:34 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:34 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:34 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:34 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:34 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:34 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:34 go: downloading golang.org/x/text v0.6.0
12:04:34 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:34 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:34 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:34 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:34 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:34 + STATUS=0
12:04:34 + '[' 0 -ne 0 ']'
12:04:34 + /usr/bin/tar -xof -
12:04:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:04:34 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:34 go: downloading github.com/containerd/containerd v1.6.16
12:04:34 go: downloading github.com/moby/sys/signal v0.7.0
12:04:34 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:34 go: downloading github.com/golang/protobuf v1.5.2
12:04:34 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:35 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:35 go: downloading github.com/moby/buildkit v0.10.6
12:04:35 + STATUS=0
12:04:35 + '[' 0 -ne 0 ']'
12:04:35 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:04:35 + RPM_EC=0
12:04:35 ++ jobs -p
12:04:35 + exit 0
12:04:35 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5rZogn
12:04:35 + umask 022
12:04:35 + cd /root/rpmbuild/BUILD
12:04:35 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:35 + export CFLAGS
12:04:35 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:35 + export CXXFLAGS
12:04:35 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:35 + export FFLAGS
12:04:35 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:35 + export FCFLAGS
12:04:35 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
12:04:35 + export LDFLAGS
12:04:35 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:04:35 + export LT_SYS_LIBRARY_PATH
12:04:35 + CC=gcc
12:04:35 + export CC
12:04:35 + CXX=g++
12:04:35 + export CXX
12:04:35 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:04:35 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0~20230206193855.ab4ef4a-0.fc36 aarch64
12:04:35 + cd src
12:04:35 + export DOCKER_GITCOMMIT=a25ab92
12:04:35 + DOCKER_GITCOMMIT=a25ab92
12:04:35 + mkdir -p /go/src/github.com/docker
12:04:35 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:04:35 + TMP_GOPATH=/go
12:04:35 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:04:35 + RM_GOPATH=0
12:04:35 + TMP_GOPATH=/go
12:04:35 + : /usr/local/bin
12:04:35 + '[' -z /go ']'
12:04:35 + export GOPATH=/go
12:04:35 + GOPATH=/go
12:04:35 + case "$(go env GOARCH)" in
12:04:35 ++ go env GOARCH
12:04:35 + export GO_BUILDMODE=-buildmode=pie
12:04:35 + GO_BUILDMODE=-buildmode=pie
12:04:35 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:04:35 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:04:35 + bin=rootlesskit
12:04:35 + shift
12:04:35 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:04:35 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:04:35 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:35 + install_rootlesskit dynamic
12:04:35 + case "$1" in
12:04:35 + install_rootlesskit_dynamic
12:04:35 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:04:35 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:04:35 + export BUILD_MODE=-buildmode=pie
12:04:35 + BUILD_MODE=-buildmode=pie
12:04:35 + _install_rootlesskit
12:04:35 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:04:35 + for f in rootlesskit rootlesskit-docker-proxy
12:04:35 + GOBIN=/usr/local/bin
12:04:35 + GO111MODULE=on
12:04:35 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:35 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:35 go: downloading github.com/moby/sys/signal v0.7.0
12:04:35 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:35 go: downloading github.com/moby/buildkit v0.10.6
12:04:35 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:35 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:35 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:35 go: downloading github.com/gogo/protobuf v1.3.2
12:04:35 make[2]: Entering directory '/root/build-deb/cli'
12:04:35 scripts/docs/generate-man.sh
12:04:35 + cp -r . /tmp/docker-cli-docsgen.rhH2UKYavn/
12:04:35 + cd /tmp/docker-cli-docsgen.rhH2UKYavn
12:04:35 + ./scripts/vendor init
12:04:35 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:35 + cp man/tools.go .
12:04:35 + ./scripts/vendor update
12:04:35 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:35 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:35 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:35 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:35 go: downloading github.com/morikuni/aec v1.0.0
12:04:35 go: downloading github.com/pkg/errors v0.9.1
12:04:35 go: downloading github.com/spf13/cobra v1.6.1
12:04:35 go: downloading github.com/spf13/pflag v1.0.5
12:04:35 go: downloading github.com/google/go-cmp v0.5.9
12:04:35 go: downloading gotest.tools/v3 v3.4.0
12:04:35 go: downloading golang.org/x/sys v0.4.0
12:04:35 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:35 go: downloading github.com/docker/go-connections v0.4.0
12:04:35 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:35 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:35 go: downloading github.com/docker/go-units v0.5.0
12:04:35 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:35 go: downloading golang.org/x/text v0.6.0
12:04:35 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:35 go: downloading github.com/containerd/containerd v1.6.16
12:04:35 go: downloading github.com/moby/sys/signal v0.7.0
12:04:35 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:35 go: downloading github.com/moby/buildkit v0.10.6
12:04:35 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:35 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:35 go: downloading github.com/gogo/protobuf v1.3.2
12:04:35 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:35 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:35 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:35 go: downloading golang.org/x/term v0.4.0
12:04:35 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:35 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:35 go: downloading github.com/imdario/mergo v0.3.12
12:04:35 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:35 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:35 go: downloading github.com/creack/pty v1.1.11
12:04:35 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:35 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:35 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:35 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:04:35 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:35 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:35 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:35 go: downloading github.com/gogo/protobuf v1.3.2
12:04:36 go: downloading github.com/urfave/cli/v2 v2.23.5
12:04:36 go: downloading golang.org/x/sys v0.2.0
12:04:36 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:36 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:36 go: downloading golang.org/x/term v0.4.0
12:04:36 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:36 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:36 go: downloading github.com/imdario/mergo v0.3.12
12:04:36 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:36 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:36 go: downloading github.com/creack/pty v1.1.11
12:04:36 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:36 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:04:36 go: downloading github.com/google/uuid v1.3.0
12:04:36 go: downloading github.com/moby/vpnkit v0.5.0
12:04:36 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:04:36 go: downloading github.com/gofrs/flock v0.8.1
12:04:36 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:04:36 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:04:36 go: downloading golang.org/x/term v0.4.0
12:04:36 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:36 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:36 go: downloading github.com/imdario/mergo v0.3.12
12:04:36 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:04:36 go: downloading golang.org/x/net v0.1.0
12:04:36 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:36 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:36 go: downloading github.com/creack/pty v1.1.11
12:04:36 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:37 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:37 go: downloading github.com/stretchr/testify v1.8.0
12:04:37 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:37 go: downloading github.com/rivo/uniseg v0.2.0
12:04:37 go: downloading github.com/klauspost/compress v1.15.12
12:04:37 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:37 go: downloading github.com/containerd/continuity v0.3.0
12:04:37 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:37 go: downloading golang.org/x/time v0.1.0
12:04:37 go: downloading github.com/opencontainers/runc v1.1.3
12:04:37 go: downloading golang.org/x/crypto v0.2.0
12:04:37 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:37 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:37 go: downloading github.com/stretchr/testify v1.8.0
12:04:37 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:37 go: downloading github.com/rivo/uniseg v0.2.0
12:04:37 go: downloading github.com/klauspost/compress v1.15.12
12:04:37 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:37 go: downloading github.com/containerd/continuity v0.3.0
12:04:37 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:37 go: downloading golang.org/x/time v0.1.0
12:04:37 go: downloading github.com/opencontainers/runc v1.1.3
12:04:38 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:38 go: downloading github.com/beorn7/perks v1.0.1
12:04:38 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:38 go: downloading github.com/prometheus/client_model v0.3.0
12:04:38 go: downloading github.com/prometheus/common v0.37.0
12:04:38 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:38 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:38 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:38 go: downloading golang.org/x/crypto v0.2.0
12:04:38 go: downloading github.com/prometheus/procfs v0.8.0
12:04:38 go: downloading google.golang.org/protobuf v1.28.1
12:04:38 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:38 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:38 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:38 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:38 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:38 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:38 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:38 go: downloading google.golang.org/grpc v1.48.0
12:04:38 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:38 go: downloading k8s.io/klog/v2 v2.80.1
12:04:38 go: downloading github.com/kr/text v0.2.0
12:04:38 go: downloading github.com/docker/go-metrics v0.0.1
12:04:38 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:38 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:38 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:38 go: downloading github.com/kr/pretty v0.2.1
12:04:38 go: downloading github.com/magiconair/properties v1.5.3
12:04:38 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:38 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:38 go: downloading github.com/go-logr/logr v1.2.3
12:04:38 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:38 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:38 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:38 go: downloading github.com/stretchr/testify v1.8.0
12:04:38 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:38 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:38 go: downloading github.com/rivo/uniseg v0.2.0
12:04:38 go: downloading github.com/klauspost/compress v1.15.12
12:04:38 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:38 go: downloading github.com/containerd/continuity v0.3.0
12:04:38 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:38 go: downloading golang.org/x/time v0.1.0
12:04:38 go: downloading github.com/opencontainers/runc v1.1.3
12:04:38 go: downloading golang.org/x/crypto v0.2.0
12:04:38 + go mod vendor -modfile=vendor.mod
12:04:38 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:38 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:38 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:38 go: downloading google.golang.org/grpc v1.48.0
12:04:38 go: downloading github.com/russross/blackfriday v1.6.0
12:04:38 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:38 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:38 go: downloading golang.org/x/net v0.5.0
12:04:38 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm
12:04:38 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.YBObaW
12:04:38 + umask 022
12:04:38 + cd /root/rpmbuild/BUILD
12:04:38 + cd src
12:04:38 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64
12:04:38 + RPM_EC=0
12:04:38 ++ jobs -p
12:04:38 + exit 0
12:04:38 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.rClJFf
12:04:38 + umask 022
12:04:38 + cd /root/rpmbuild/BUILD
12:04:38 + rm -rf src src.gemspec
12:04:38 + RPM_EC=0
12:04:38 ++ jobs -p
12:04:38 + exit 0
12:04:38     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:04:38     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:04:38     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:04:38     source_date_epoch_from_changelog set but %changelog is missing
12:04:38     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
12:04:38     source_date_epoch_from_changelog set but %changelog is missing
12:04:38     source_date_epoch_from_changelog set but %changelog is missing
12:04:38 
12:04:38 RPM build warnings:
12:04:38 warning: source_date_epoch_from_changelog set but %changelog is missing
12:04:38 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PogLlj
12:04:38 + umask 022
12:04:38 + cd /root/rpmbuild/BUILD
12:04:38 + cd /root/rpmbuild/BUILD
12:04:38 + rm -rf src
12:04:38 + /usr/bin/mkdir -p src
12:04:38 + cd src
12:04:38 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz
12:04:38 + STATUS=0
12:04:38 + '[' 0 -ne 0 ']'
12:04:38 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz
12:04:38 + STATUS=0
12:04:38 + '[' 0 -ne 0 ']'
12:04:38 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:04:38 + RPM_EC=0
12:04:38 ++ jobs -p
12:04:38 + exit 0
12:04:38 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4zVVMW
12:04:38 + umask 022
12:04:38 + cd /root/rpmbuild/BUILD
12:04: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'
12:04:38 + export CFLAGS
12:04: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'
12:04:38 + export CXXFLAGS
12:04: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'
12:04:38 + export FFLAGS
12:04: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'
12:04:38 + export FCFLAGS
12:04: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:04:38 + export LDFLAGS
12:04:38 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:04:38 + export LT_SYS_LIBRARY_PATH
12:04:38 + CC=gcc
12:04:38 + export CC
12:04:38 + CXX=g++
12:04:38 + export CXX
12:04:38 + cd src
12:04:38 + pushd /root/rpmbuild/BUILD/src/buildx
12:04:38 + GO111MODULE=on
12:04:38 + CGO_ENABLED=0
12:04:38 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
12:04:38 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:04:39 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:39 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:39 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:39 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:39 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:04:39 + make manpages
12:04:39 scripts/docs/generate-man.sh
12:04:39 + cp -r . /tmp/docker-cli-docsgen.Q3OZon9F8Q/
12:04:39 + cd /tmp/docker-cli-docsgen.Q3OZon9F8Q
12:04:39 + ./scripts/vendor init
12:04:39 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:39 + cp man/tools.go .
12:04:39 + ./scripts/vendor update
12:04:39 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:39 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:39 go: downloading github.com/spf13/cobra v1.6.1
12:04:39 go: downloading github.com/spf13/pflag v1.0.5
12:04:39 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:39 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:39 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:39 go: downloading github.com/morikuni/aec v1.0.0
12:04:39 go: downloading github.com/pkg/errors v0.9.1
12:04:39 go: downloading github.com/google/go-cmp v0.5.9
12:04:39 go: downloading gotest.tools/v3 v3.4.0
12:04:39 go: downloading golang.org/x/sys v0.4.0
12:04:39 go: downloading github.com/docker/go-units v0.5.0
12:04:39 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:39 go: downloading github.com/docker/go-connections v0.4.0
12:04:39 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:39 go: downloading github.com/sirupsen/logrus v1.9.0
12:04:39 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:39 go: downloading golang.org/x/text v0.6.0
12:04:39 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:39 go: downloading github.com/containerd/containerd v1.6.16
12:04:39 go: downloading github.com/moby/sys/signal v0.7.0
12:04:39 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:39 go: downloading github.com/moby/buildkit v0.10.6
12:04:39 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:39 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:39 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:39 go: downloading github.com/gogo/protobuf v1.3.2
12:04:39 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:39 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:39 go: downloading golang.org/x/term v0.4.0
12:04:39 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:39 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:39 go: downloading github.com/imdario/mergo v0.3.12
12:04:39 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:39 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:39 go: downloading github.com/creack/pty v1.1.11
12:04:39 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:39 go: downloading github.com/gorilla/mux v1.8.0
12:04:39 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:39 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:39 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:39 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:39 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:39 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:39 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:39 go: downloading github.com/russross/blackfriday v1.6.0
12:04:39 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:39 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:39 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:39 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:39 go: downloading google.golang.org/grpc v1.48.0
12:04:39 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:39 go: downloading github.com/golang/protobuf v1.5.2
12:04:39 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:39 go: downloading golang.org/x/net v0.5.0
12:04:39 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:39 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:39 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:39 go: downloading github.com/stretchr/testify v1.8.0
12:04:39 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:39 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:39 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:39 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:39 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:40 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:40 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:40 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:40 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:40 go: downloading golang.org/x/net v0.5.0
12:04:40 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:40 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:40 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:40 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:40 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:40 go: downloading github.com/rivo/uniseg v0.2.0
12:04:40 go: downloading github.com/klauspost/compress v1.15.12
12:04:40 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:40 go: downloading github.com/containerd/continuity v0.3.0
12:04:40 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:40 go: downloading golang.org/x/time v0.1.0
12:04:40 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:40 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:40 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:40 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:40 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:40 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:40 go: downloading github.com/russross/blackfriday v1.6.0
12:04:40 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:40 go: downloading github.com/opencontainers/runc v1.1.3
12:04:40 go: downloading golang.org/x/crypto v0.2.0
12:04:40 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:40 go: downloading github.com/golang/protobuf v1.5.2
12:04:40 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:40 go: downloading github.com/golang/protobuf v1.5.2
12:04:40 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:40 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:40 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:40 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:40 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:40 go: downloading google.golang.org/grpc v1.48.0
12:04:41 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:41 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:41 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:04:41 go: downloading github.com/russross/blackfriday v1.6.0
12:04:41 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:41 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:41 go: downloading golang.org/x/net v0.5.0
12:04:41 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:04:41 ++ pwd
12:04:41 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:04:41 Project root: .
12:04:41 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:04:41 INFO: man/src/attach.md found
12:04:41 WARN: man/src/build.md does not exist, skipping
12:04:41 WARN: man/src/builder/build.md does not exist, skipping
12:04:41 WARN: man/src/builder/prune.md does not exist, skipping
12:04:41 WARN: man/src/builder.md does not exist, skipping
12:04:41 WARN: man/src/checkpoint/create.md does not exist, skipping
12:04:41 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:04:41 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:04:41 WARN: man/src/checkpoint.md does not exist, skipping
12:04:41 INFO: man/src/commit.md found
12:04:41 WARN: man/src/config/create.md does not exist, skipping
12:04:41 WARN: man/src/config/inspect.md does not exist, skipping
12:04:41 WARN: man/src/config/ls.md does not exist, skipping
12:04:41 WARN: man/src/config/rm.md does not exist, skipping
12:04:41 WARN: man/src/config.md does not exist, skipping
12:04:41 INFO: man/src/container/attach.md found
12:04:41 INFO: man/src/container/commit.md found
12:04:41 INFO: man/src/container/cp.md found
12:04:41 INFO: man/src/container/create.md found
12:04:41 INFO: man/src/container/diff.md found
12:04:41 INFO: man/src/container/exec.md found
12:04:41 INFO: man/src/container/export.md found
12:04:41 WARN: man/src/container/inspect.md does not exist, skipping
12:04:41 INFO: man/src/container/kill.md found
12:04:41 INFO: man/src/container/logs.md found
12:04:41 INFO: man/src/container/ls.md found
12:04:41 INFO: man/src/container/pause.md found
12:04:41 INFO: man/src/container/port.md found
12:04:41 WARN: man/src/container/prune.md does not exist, skipping
12:04:41 INFO: man/src/container/rename.md found
12:04:41 INFO: man/src/container/restart.md found
12:04:41 INFO: man/src/container/rm.md found
12:04:41 INFO: man/src/container/run.md found
12:04:41 INFO: man/src/container/start.md found
12:04:41 INFO: man/src/container/stats.md found
12:04:41 INFO: man/src/container/stop.md found
12:04:41 INFO: man/src/container/top.md found
12:04:41 INFO: man/src/container/unpause.md found
12:04:41 INFO: man/src/container/update.md found
12:04:41 INFO: man/src/container/wait.md found
12:04:41 WARN: man/src/container.md does not exist, skipping
12:04:41 WARN: man/src/context/create.md does not exist, skipping
12:04:41 WARN: man/src/context/export.md does not exist, skipping
12:04:41 WARN: man/src/context/import.md does not exist, skipping
12:04:41 WARN: man/src/context/inspect.md does not exist, skipping
12:04:41 WARN: man/src/context/ls.md does not exist, skipping
12:04:41 WARN: man/src/context/rm.md does not exist, skipping
12:04:41 WARN: man/src/context/show.md does not exist, skipping
12:04:41 WARN: man/src/context/update.md does not exist, skipping
12:04:41 WARN: man/src/context/use.md does not exist, skipping
12:04:41 WARN: man/src/context.md does not exist, skipping
12:04:41 INFO: man/src/cp.md found
12:04:41 INFO: man/src/create.md found
12:04:41 INFO: man/src/diff.md found
12:04:41 INFO: man/src/events.md found
12:04:41 INFO: man/src/exec.md found
12:04:41 INFO: man/src/export.md found
12:04:41 INFO: man/src/history.md found
12:04:41 INFO: man/src/image/build.md found
12:04:41 INFO: man/src/image/history.md found
12:04:41 INFO: man/src/image/import.md found
12:04:41 WARN: man/src/image/inspect.md does not exist, skipping
12:04:41 INFO: man/src/image/load.md found
12:04:41 INFO: man/src/image/ls.md found
12:04:41 WARN: man/src/image/prune.md does not exist, skipping
12:04:41 INFO: man/src/image/pull.md found
12:04:41 INFO: man/src/image/push.md found
12:04:41 INFO: man/src/image/rm.md found
12:04:41 INFO: man/src/image/save.md found
12:04:41 INFO: man/src/image/tag.md found
12:04:41 WARN: man/src/image.md does not exist, skipping
12:04:41 INFO: man/src/images.md found
12:04:41 INFO: man/src/import.md found
12:04:41 INFO: man/src/info.md found
12:04:41 INFO: man/src/inspect.md found
12:04:41 INFO: man/src/kill.md found
12:04:41 INFO: man/src/load.md found
12:04:41 INFO: man/src/login.md found
12:04:41 INFO: man/src/logout.md found
12:04:41 INFO: man/src/logs.md found
12:04:41 WARN: man/src/manifest/annotate.md does not exist, skipping
12:04:41 WARN: man/src/manifest/create.md does not exist, skipping
12:04:41 WARN: man/src/manifest/inspect.md does not exist, skipping
12:04:41 WARN: man/src/manifest/push.md does not exist, skipping
12:04:41 WARN: man/src/manifest/rm.md does not exist, skipping
12:04:41 WARN: man/src/manifest.md does not exist, skipping
12:04:41 INFO: man/src/network/connect.md found
12:04:41 INFO: man/src/network/create.md found
12:04:41 INFO: man/src/network/disconnect.md found
12:04:41 INFO: man/src/network/inspect.md found
12:04:41 INFO: man/src/network/ls.md found
12:04:41 WARN: man/src/network/prune.md does not exist, skipping
12:04:41 INFO: man/src/network/rm.md found
12:04:41 WARN: man/src/network.md does not exist, skipping
12:04:41 WARN: man/src/node/demote.md does not exist, skipping
12:04:41 WARN: man/src/node/inspect.md does not exist, skipping
12:04:41 WARN: man/src/node/ls.md does not exist, skipping
12:04:41 WARN: man/src/node/promote.md does not exist, skipping
12:04:41 WARN: man/src/node/ps.md does not exist, skipping
12:04:41 WARN: man/src/node/rm.md does not exist, skipping
12:04:41 WARN: man/src/node/update.md does not exist, skipping
12:04:41 WARN: man/src/node.md does not exist, skipping
12:04:41 INFO: man/src/pause.md found
12:04:41 WARN: man/src/plugin/create.md does not exist, skipping
12:04:41 WARN: man/src/plugin/disable.md does not exist, skipping
12:04:41 WARN: man/src/plugin/enable.md does not exist, skipping
12:04:41 WARN: man/src/plugin/inspect.md does not exist, skipping
12:04:41 WARN: man/src/plugin/install.md does not exist, skipping
12:04:41 INFO: man/src/plugin/ls.md found
12:04:41 WARN: man/src/plugin/push.md does not exist, skipping
12:04:41 WARN: man/src/plugin/rm.md does not exist, skipping
12:04:41 WARN: man/src/plugin/set.md does not exist, skipping
12:04:41 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:04:41 WARN: man/src/plugin.md does not exist, skipping
12:04:41 INFO: man/src/port.md found
12:04:41 INFO: man/src/ps.md found
12:04:41 INFO: man/src/pull.md found
12:04:41 INFO: man/src/push.md found
12:04:41 INFO: man/src/rename.md found
12:04:41 INFO: man/src/restart.md found
12:04:41 INFO: man/src/rm.md found
12:04:41 INFO: man/src/rmi.md found
12:04:41 WARN: man/src/run.md does not exist, skipping
12:04:41 INFO: man/src/save.md found
12:04:41 INFO: man/src/search.md found
12:04:41 WARN: man/src/secret/create.md does not exist, skipping
12:04:41 WARN: man/src/secret/inspect.md does not exist, skipping
12:04:41 WARN: man/src/secret/ls.md does not exist, skipping
12:04:41 WARN: man/src/secret/rm.md does not exist, skipping
12:04:41 WARN: man/src/secret.md does not exist, skipping
12:04:41 WARN: man/src/service/create.md does not exist, skipping
12:04:41 WARN: man/src/service/inspect.md does not exist, skipping
12:04:41 WARN: man/src/service/logs.md does not exist, skipping
12:04:41 WARN: man/src/service/ls.md does not exist, skipping
12:04:41 WARN: man/src/service/ps.md does not exist, skipping
12:04:41 WARN: man/src/service/rm.md does not exist, skipping
12:04:41 WARN: man/src/service/rollback.md does not exist, skipping
12:04:41 WARN: man/src/service/scale.md does not exist, skipping
12:04:41 WARN: man/src/service/update.md does not exist, skipping
12:04:41 WARN: man/src/service.md does not exist, skipping
12:04:41 WARN: man/src/stack/config.md does not exist, skipping
12:04:41 WARN: man/src/stack/deploy.md does not exist, skipping
12:04:41 WARN: man/src/stack/ls.md does not exist, skipping
12:04:41 WARN: man/src/stack/ps.md does not exist, skipping
12:04:41 WARN: man/src/stack/rm.md does not exist, skipping
12:04:41 WARN: man/src/stack/services.md does not exist, skipping
12:04:41 WARN: man/src/stack.md does not exist, skipping
12:04:41 INFO: man/src/start.md found
12:04:41 INFO: man/src/stats.md found
12:04:41 INFO: man/src/stop.md found
12:04:41 WARN: man/src/swarm/ca.md does not exist, skipping
12:04:41 WARN: man/src/swarm/init.md does not exist, skipping
12:04:41 WARN: man/src/swarm/join.md does not exist, skipping
12:04:41 WARN: man/src/swarm/join-token.md does not exist, skipping
12:04:41 WARN: man/src/swarm/leave.md does not exist, skipping
12:04:41 WARN: man/src/swarm/unlock.md does not exist, skipping
12:04:41 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:04:41 WARN: man/src/swarm/update.md does not exist, skipping
12:04:41 WARN: man/src/swarm.md does not exist, skipping
12:04:41 WARN: man/src/system/df.md does not exist, skipping
12:04:41 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:04:41 INFO: man/src/system/events.md found
12:04:41 INFO: man/src/system/info.md found
12:04:41 WARN: man/src/system/prune.md does not exist, skipping
12:04:41 WARN: man/src/system.md does not exist, skipping
12:04:41 INFO: man/src/tag.md found
12:04:41 INFO: man/src/top.md found
12:04:41 WARN: man/src/trust/inspect.md does not exist, skipping
12:04:41 WARN: man/src/trust/key/generate.md does not exist, skipping
12:04:41 WARN: man/src/trust/key/load.md does not exist, skipping
12:04:41 WARN: man/src/trust/key.md does not exist, skipping
12:04:41 WARN: man/src/trust/revoke.md does not exist, skipping
12:04:41 WARN: man/src/trust/sign.md does not exist, skipping
12:04:41 WARN: man/src/trust/signer/add.md does not exist, skipping
12:04:41 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:04:41 WARN: man/src/trust/signer.md does not exist, skipping
12:04:41 WARN: man/src/trust.md does not exist, skipping
12:04:41 INFO: man/src/unpause.md found
12:04:41 INFO: man/src/update.md found
12:04:41 INFO: man/src/version.md found
12:04:41 INFO: man/src/volume/create.md found
12:04:41 INFO: man/src/volume/inspect.md found
12:04:41 INFO: man/src/volume/ls.md found
12:04:41 WARN: man/src/volume/prune.md does not exist, skipping
12:04:41 WARN: man/src/volume/rm.md does not exist, skipping
12:04:41 WARN: man/src/volume/update.md does not exist, skipping
12:04:41 INFO: man/src/volume.md found
12:04:41 INFO: man/src/wait.md found
12:04:41 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:04:41 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:04:41 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:04:41 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:04:41 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:04:41 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:04:41 make[2]: Leaving directory '/root/build-deb/cli'
12:04:41 # Build buildx plugin
12:04:41 cd /go/src/github.com/docker/buildx \
12:04:41 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:04:41 && GO111MODULE=on \
12:04:41 	CGO_ENABLED=0 \
12:04:41 		go build \
12:04:41 			-mod=vendor \
12:04:41 			-trimpath \
12:04:41 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:04:41 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:04:41 			./cmd/buildx
12:04:41 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:41 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:41 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:41 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:41 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:41 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:41 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:41 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:41 + for f in rootlesskit rootlesskit-docker-proxy
12:04:41 + GOBIN=/usr/local/bin
12:04:41 + GO111MODULE=on
12:04:41 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:04:41 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:41 go: downloading github.com/golang/protobuf v1.5.2
12:04:41 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:42 make[2]: Entering directory '/root/build-deb/cli'
12:04:42 scripts/docs/generate-man.sh
12:04:42 + cp -r . /tmp/docker-cli-docsgen.0fPI910BjJ/
12:04:42 + cd /tmp/docker-cli-docsgen.0fPI910BjJ
12:04:42 + ./scripts/vendor init
12:04:42 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:42 + cp man/tools.go .
12:04:42 + ./scripts/vendor update
12:04:42 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:42 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:42 go: downloading github.com/spf13/cobra v1.6.1
12:04:42 go: downloading github.com/spf13/pflag v1.0.5
12:04:42 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:42 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:42 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:42 go: downloading github.com/morikuni/aec v1.0.0
12:04:42 go: downloading github.com/pkg/errors v0.9.1
12:04:42 go: downloading github.com/google/go-cmp v0.5.9
12:04:42 go: downloading gotest.tools/v3 v3.4.0
12:04:42 go: downloading golang.org/x/sys v0.4.0
12:04:42 go: downloading github.com/docker/go-units v0.5.0
12:04:42 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:42 go: downloading github.com/docker/go-connections v0.4.0
12:04:42 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:42 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:42 go: downloading golang.org/x/text v0.6.0
12:04:42 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:42 go: downloading github.com/containerd/containerd v1.6.16
12:04:42 go: downloading github.com/moby/sys/signal v0.7.0
12:04:42 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:42 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:04:42 + make manpages
12:04:42 scripts/docs/generate-man.sh
12:04:42 + cp -r . /tmp/docker-cli-docsgen.VceBzc4VOH/
12:04:42 + cd /tmp/docker-cli-docsgen.VceBzc4VOH
12:04:42 + ./scripts/vendor init
12:04:42 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:42 + cp man/tools.go .
12:04:42 + ./scripts/vendor update
12:04:42 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:42 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:42 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:42 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:42 go: downloading github.com/morikuni/aec v1.0.0
12:04:42 go: downloading github.com/pkg/errors v0.9.1
12:04:42 go: downloading github.com/spf13/cobra v1.6.1
12:04:42 go: downloading github.com/spf13/pflag v1.0.5
12:04:42 go: downloading github.com/google/go-cmp v0.5.9
12:04:42 go: downloading gotest.tools/v3 v3.4.0
12:04:42 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:42 go: downloading golang.org/x/sys v0.4.0
12:04:42 go: downloading github.com/docker/go-units v0.5.0
12:04:42 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:42 go: downloading github.com/docker/go-connections v0.4.0
12:04:42 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:42 go: downloading github.com/sirupsen/logrus v1.9.0
12:04:42 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:42 go: downloading golang.org/x/text v0.6.0
12:04:42 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:42 go: downloading github.com/containerd/containerd v1.6.16
12:04:42 go: downloading github.com/moby/sys/signal v0.7.0
12:04:42 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:42 go: downloading github.com/moby/buildkit v0.10.6
12:04:42 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:42 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:42 go: downloading github.com/gogo/protobuf v1.3.2
12:04:42 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:42 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:42 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:42 go: downloading golang.org/x/term v0.4.0
12:04:42 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:42 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:42 go: downloading github.com/imdario/mergo v0.3.12
12:04:42 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:42 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:42 go: downloading github.com/creack/pty v1.1.11
12:04:42 go: downloading github.com/gorilla/mux v1.8.0
12:04:42 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:42 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:42 go: downloading github.com/stretchr/testify v1.8.0
12:04:42 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:42 go: downloading github.com/rivo/uniseg v0.2.0
12:04:42 go: downloading github.com/klauspost/compress v1.15.12
12:04:42 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:42 go: downloading github.com/containerd/continuity v0.3.0
12:04:42 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:42 go: downloading golang.org/x/time v0.1.0
12:04:42 go: downloading github.com/opencontainers/runc v1.1.3
12:04:42 go: downloading golang.org/x/crypto v0.2.0
12:04:42 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:42 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:42 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:42 go: downloading google.golang.org/grpc v1.48.0
12:04:42 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:42 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:42 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:42 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:42 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:04:42 go: downloading github.com/russross/blackfriday v1.6.0
12:04:42 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:42 go: downloading golang.org/x/net v0.5.0
12:04:42 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:42 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:42 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:42 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:42 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:42 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:42 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:42 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:42 go: downloading github.com/golang/protobuf v1.5.2
12:04:42 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:42 go: downloading github.com/moby/buildkit v0.10.6
12:04:42 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:04:42 ++ pwd
12:04:42 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:04:42 Project root: .
12:04:42 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:04:42 INFO: man/src/attach.md found
12:04:42 WARN: man/src/build.md does not exist, skipping
12:04:42 WARN: man/src/builder/build.md does not exist, skipping
12:04:42 WARN: man/src/builder/prune.md does not exist, skipping
12:04:42 WARN: man/src/builder.md does not exist, skipping
12:04:42 WARN: man/src/checkpoint/create.md does not exist, skipping
12:04:42 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:04:42 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:04:42 WARN: man/src/checkpoint.md does not exist, skipping
12:04:42 INFO: man/src/commit.md found
12:04:42 WARN: man/src/config/create.md does not exist, skipping
12:04:42 WARN: man/src/config/inspect.md does not exist, skipping
12:04:42 WARN: man/src/config/ls.md does not exist, skipping
12:04:42 WARN: man/src/config/rm.md does not exist, skipping
12:04:42 WARN: man/src/config.md does not exist, skipping
12:04:42 INFO: man/src/container/attach.md found
12:04:42 INFO: man/src/container/commit.md found
12:04:42 INFO: man/src/container/cp.md found
12:04:42 INFO: man/src/container/create.md found
12:04:42 INFO: man/src/container/diff.md found
12:04:42 INFO: man/src/container/exec.md found
12:04:42 INFO: man/src/container/export.md found
12:04:42 WARN: man/src/container/inspect.md does not exist, skipping
12:04:42 INFO: man/src/container/kill.md found
12:04:42 INFO: man/src/container/logs.md found
12:04:42 INFO: man/src/container/ls.md found
12:04:42 INFO: man/src/container/pause.md found
12:04:42 INFO: man/src/container/port.md found
12:04:42 WARN: man/src/container/prune.md does not exist, skipping
12:04:42 INFO: man/src/container/rename.md found
12:04:42 INFO: man/src/container/restart.md found
12:04:42 INFO: man/src/container/rm.md found
12:04:42 INFO: man/src/container/run.md found
12:04:42 INFO: man/src/container/start.md found
12:04:42 INFO: man/src/container/stats.md found
12:04:42 INFO: man/src/container/stop.md found
12:04:42 INFO: man/src/container/top.md found
12:04:42 INFO: man/src/container/unpause.md found
12:04:42 INFO: man/src/container/update.md found
12:04:42 INFO: man/src/container/wait.md found
12:04:42 WARN: man/src/container.md does not exist, skipping
12:04:42 WARN: man/src/context/create.md does not exist, skipping
12:04:42 WARN: man/src/context/export.md does not exist, skipping
12:04:42 WARN: man/src/context/import.md does not exist, skipping
12:04:42 WARN: man/src/context/inspect.md does not exist, skipping
12:04:42 WARN: man/src/context/ls.md does not exist, skipping
12:04:42 WARN: man/src/context/rm.md does not exist, skipping
12:04:42 WARN: man/src/context/show.md does not exist, skipping
12:04:42 WARN: man/src/context/update.md does not exist, skipping
12:04:42 WARN: man/src/context/use.md does not exist, skipping
12:04:42 WARN: man/src/context.md does not exist, skipping
12:04:42 INFO: man/src/cp.md found
12:04:42 INFO: man/src/create.md found
12:04:42 INFO: man/src/diff.md found
12:04:42 INFO: man/src/events.md found
12:04:42 INFO: man/src/exec.md found
12:04:42 INFO: man/src/export.md found
12:04:42 INFO: man/src/history.md found
12:04:42 INFO: man/src/image/build.md found
12:04:42 INFO: man/src/image/history.md found
12:04:42 INFO: man/src/image/import.md found
12:04:42 WARN: man/src/image/inspect.md does not exist, skipping
12:04:42 INFO: man/src/image/load.md found
12:04:42 INFO: man/src/image/ls.md found
12:04:42 WARN: man/src/image/prune.md does not exist, skipping
12:04:42 INFO: man/src/image/pull.md found
12:04:42 INFO: man/src/image/push.md found
12:04:42 INFO: man/src/image/rm.md found
12:04:42 INFO: man/src/image/save.md found
12:04:42 INFO: man/src/image/tag.md found
12:04:42 WARN: man/src/image.md does not exist, skipping
12:04:42 INFO: man/src/images.md found
12:04:42 INFO: man/src/import.md found
12:04:42 INFO: man/src/info.md found
12:04:42 INFO: man/src/inspect.md found
12:04:42 INFO: man/src/kill.md found
12:04:42 INFO: man/src/load.md found
12:04:42 INFO: man/src/login.md found
12:04:42 INFO: man/src/logout.md found
12:04:42 INFO: man/src/logs.md found
12:04:42 WARN: man/src/manifest/annotate.md does not exist, skipping
12:04:42 WARN: man/src/manifest/create.md does not exist, skipping
12:04:42 WARN: man/src/manifest/inspect.md does not exist, skipping
12:04:42 WARN: man/src/manifest/push.md does not exist, skipping
12:04:42 WARN: man/src/manifest/rm.md does not exist, skipping
12:04:42 WARN: man/src/manifest.md does not exist, skipping
12:04:42 INFO: man/src/network/connect.md found
12:04:42 INFO: man/src/network/create.md found
12:04:42 INFO: man/src/network/disconnect.md found
12:04:42 INFO: man/src/network/inspect.md found
12:04:42 INFO: man/src/network/ls.md found
12:04:42 WARN: man/src/network/prune.md does not exist, skipping
12:04:42 INFO: man/src/network/rm.md found
12:04:42 WARN: man/src/network.md does not exist, skipping
12:04:42 WARN: man/src/node/demote.md does not exist, skipping
12:04:42 WARN: man/src/node/inspect.md does not exist, skipping
12:04:42 WARN: man/src/node/ls.md does not exist, skipping
12:04:42 WARN: man/src/node/promote.md does not exist, skipping
12:04:42 WARN: man/src/node/ps.md does not exist, skipping
12:04:42 WARN: man/src/node/rm.md does not exist, skipping
12:04:42 WARN: man/src/node/update.md does not exist, skipping
12:04:42 WARN: man/src/node.md does not exist, skipping
12:04:42 INFO: man/src/pause.md found
12:04:42 WARN: man/src/plugin/create.md does not exist, skipping
12:04:42 WARN: man/src/plugin/disable.md does not exist, skipping
12:04:42 WARN: man/src/plugin/enable.md does not exist, skipping
12:04:42 WARN: man/src/plugin/inspect.md does not exist, skipping
12:04:42 WARN: man/src/plugin/install.md does not exist, skipping
12:04:42 INFO: man/src/plugin/ls.md found
12:04:42 WARN: man/src/plugin/push.md does not exist, skipping
12:04:42 WARN: man/src/plugin/rm.md does not exist, skipping
12:04:42 WARN: man/src/plugin/set.md does not exist, skipping
12:04:42 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:04:42 WARN: man/src/plugin.md does not exist, skipping
12:04:42 INFO: man/src/port.md found
12:04:42 INFO: man/src/ps.md found
12:04:42 INFO: man/src/pull.md found
12:04:42 INFO: man/src/push.md found
12:04:42 INFO: man/src/rename.md found
12:04:42 INFO: man/src/restart.md found
12:04:42 INFO: man/src/rm.md found
12:04:42 INFO: man/src/rmi.md found
12:04:42 WARN: man/src/run.md does not exist, skipping
12:04:42 INFO: man/src/save.md found
12:04:42 INFO: man/src/search.md found
12:04:42 WARN: man/src/secret/create.md does not exist, skipping
12:04:42 WARN: man/src/secret/inspect.md does not exist, skipping
12:04:42 WARN: man/src/secret/ls.md does not exist, skipping
12:04:42 WARN: man/src/secret/rm.md does not exist, skipping
12:04:42 WARN: man/src/secret.md does not exist, skipping
12:04:42 WARN: man/src/service/create.md does not exist, skipping
12:04:42 WARN: man/src/service/inspect.md does not exist, skipping
12:04:42 WARN: man/src/service/logs.md does not exist, skipping
12:04:42 WARN: man/src/service/ls.md does not exist, skipping
12:04:42 WARN: man/src/service/ps.md does not exist, skipping
12:04:42 WARN: man/src/service/rm.md does not exist, skipping
12:04:42 WARN: man/src/service/rollback.md does not exist, skipping
12:04:42 WARN: man/src/service/scale.md does not exist, skipping
12:04:42 WARN: man/src/service/update.md does not exist, skipping
12:04:42 WARN: man/src/service.md does not exist, skipping
12:04:42 WARN: man/src/stack/config.md does not exist, skipping
12:04:42 WARN: man/src/stack/deploy.md does not exist, skipping
12:04:42 WARN: man/src/stack/ls.md does not exist, skipping
12:04:42 WARN: man/src/stack/ps.md does not exist, skipping
12:04:42 WARN: man/src/stack/rm.md does not exist, skipping
12:04:42 WARN: man/src/stack/services.md does not exist, skipping
12:04:42 WARN: man/src/stack.md does not exist, skipping
12:04:42 INFO: man/src/start.md found
12:04:42 INFO: man/src/stats.md found
12:04:42 INFO: man/src/stop.md found
12:04:42 WARN: man/src/swarm/ca.md does not exist, skipping
12:04:42 WARN: man/src/swarm/init.md does not exist, skipping
12:04:42 WARN: man/src/swarm/join.md does not exist, skipping
12:04:42 WARN: man/src/swarm/join-token.md does not exist, skipping
12:04:42 WARN: man/src/swarm/leave.md does not exist, skipping
12:04:42 WARN: man/src/swarm/unlock.md does not exist, skipping
12:04:42 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:04:42 WARN: man/src/swarm/update.md does not exist, skipping
12:04:42 WARN: man/src/swarm.md does not exist, skipping
12:04:42 WARN: man/src/system/df.md does not exist, skipping
12:04:42 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:04:42 INFO: man/src/system/events.md found
12:04:42 INFO: man/src/system/info.md found
12:04:42 WARN: man/src/system/prune.md does not exist, skipping
12:04:42 WARN: man/src/system.md does not exist, skipping
12:04:42 INFO: man/src/tag.md found
12:04:42 INFO: man/src/top.md found
12:04:42 WARN: man/src/trust/inspect.md does not exist, skipping
12:04:42 WARN: man/src/trust/key/generate.md does not exist, skipping
12:04:42 WARN: man/src/trust/key/load.md does not exist, skipping
12:04:42 WARN: man/src/trust/key.md does not exist, skipping
12:04:42 WARN: man/src/trust/revoke.md does not exist, skipping
12:04:42 WARN: man/src/trust/sign.md does not exist, skipping
12:04:42 WARN: man/src/trust/signer/add.md does not exist, skipping
12:04:42 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:04:42 WARN: man/src/trust/signer.md does not exist, skipping
12:04:42 WARN: man/src/trust.md does not exist, skipping
12:04:42 INFO: man/src/unpause.md found
12:04:42 INFO: man/src/update.md found
12:04:42 INFO: man/src/version.md found
12:04:42 INFO: man/src/volume/create.md found
12:04:42 INFO: man/src/volume/inspect.md found
12:04:42 INFO: man/src/volume/ls.md found
12:04:42 WARN: man/src/volume/prune.md does not exist, skipping
12:04:42 WARN: man/src/volume/rm.md does not exist, skipping
12:04:42 WARN: man/src/volume/update.md does not exist, skipping
12:04:42 INFO: man/src/volume.md found
12:04:42 INFO: man/src/wait.md found
12:04:42 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:04:42 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:04:42 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:04:42 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:04:42 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:04:42 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:04:42 make[2]: Leaving directory '/root/build-deb/cli'
12:04:42 # Build buildx plugin
12:04:42 cd /go/src/github.com/docker/buildx \
12:04:42 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:04:42 && GO111MODULE=on \
12:04:42 	CGO_ENABLED=0 \
12:04:42 		go build \
12:04:42 			-mod=vendor \
12:04:42 			-trimpath \
12:04:42 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:04:42 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:04:42 			./cmd/buildx
12:04:42 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:42 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:42 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:42 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:42 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:42 go: downloading github.com/beorn7/perks v1.0.1
12:04:42 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:42 go: downloading github.com/prometheus/client_model v0.3.0
12:04:42 go: downloading github.com/prometheus/common v0.37.0
12:04:42 go: downloading github.com/prometheus/procfs v0.8.0
12:04:42 go: downloading google.golang.org/protobuf v1.28.1
12:04:42 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:42 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:42 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:42 go: downloading github.com/gogo/protobuf v1.3.2
12:04:42 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:42 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:42 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:42 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:42 go: downloading github.com/beorn7/perks v1.0.1
12:04:42 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:42 go: downloading github.com/prometheus/client_model v0.3.0
12:04:42 go: downloading github.com/prometheus/common v0.37.0
12:04:42 go: downloading github.com/prometheus/procfs v0.8.0
12:04:42 go: downloading google.golang.org/protobuf v1.28.1
12:04:42 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:42 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:42 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:42 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:42 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:42 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:42 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:42 go: downloading k8s.io/klog/v2 v2.80.1
12:04:42 go: downloading github.com/docker/go-metrics v0.0.1
12:04:42 go: downloading github.com/kr/text v0.2.0
12:04:42 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:42 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:42 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:42 go: downloading github.com/kr/pretty v0.2.1
12:04:42 go: downloading github.com/magiconair/properties v1.5.3
12:04:42 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:42 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:42 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:42 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:42 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:42 go: downloading k8s.io/klog/v2 v2.80.1
12:04:42 go: downloading github.com/kr/text v0.2.0
12:04:42 go: downloading github.com/docker/go-metrics v0.0.1
12:04:42 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:42 go: downloading github.com/kr/pretty v0.2.1
12:04:42 go: downloading github.com/magiconair/properties v1.5.3
12:04:42 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:42 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:42 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:42 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:42 go: downloading github.com/go-logr/logr v1.2.3
12:04:42 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:42 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:42 go: downloading github.com/beorn7/perks v1.0.1
12:04:42 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:43 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:43 go: downloading github.com/go-logr/logr v1.2.3
12:04:43 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:43 + go mod vendor -modfile=vendor.mod
12:04:43 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:04:43 ++ pwd
12:04:43 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:04:43 Project root: .
12:04:43 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:04:43 INFO: man/src/attach.md found
12:04:43 WARN: man/src/build.md does not exist, skipping
12:04:43 WARN: man/src/builder/build.md does not exist, skipping
12:04:43 WARN: man/src/builder/prune.md does not exist, skipping
12:04:43 WARN: man/src/builder.md does not exist, skipping
12:04:43 WARN: man/src/checkpoint/create.md does not exist, skipping
12:04:43 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:04:43 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:04:43 WARN: man/src/checkpoint.md does not exist, skipping
12:04:43 INFO: man/src/commit.md found
12:04:43 WARN: man/src/config/create.md does not exist, skipping
12:04:43 WARN: man/src/config/inspect.md does not exist, skipping
12:04:43 WARN: man/src/config/ls.md does not exist, skipping
12:04:43 WARN: man/src/config/rm.md does not exist, skipping
12:04:43 WARN: man/src/config.md does not exist, skipping
12:04:43 INFO: man/src/container/attach.md found
12:04:43 INFO: man/src/container/commit.md found
12:04:43 INFO: man/src/container/cp.md found
12:04:43 INFO: man/src/container/create.md found
12:04:43 INFO: man/src/container/diff.md found
12:04:43 INFO: man/src/container/exec.md found
12:04:43 INFO: man/src/container/export.md found
12:04:43 WARN: man/src/container/inspect.md does not exist, skipping
12:04:43 INFO: man/src/container/kill.md found
12:04:43 INFO: man/src/container/logs.md found
12:04:43 INFO: man/src/container/ls.md found
12:04:43 INFO: man/src/container/pause.md found
12:04:43 INFO: man/src/container/port.md found
12:04:43 WARN: man/src/container/prune.md does not exist, skipping
12:04:43 INFO: man/src/container/rename.md found
12:04:43 INFO: man/src/container/restart.md found
12:04:43 INFO: man/src/container/rm.md found
12:04:43 INFO: man/src/container/run.md found
12:04:43 INFO: man/src/container/start.md found
12:04:43 INFO: man/src/container/stats.md found
12:04:43 INFO: man/src/container/stop.md found
12:04:43 INFO: man/src/container/top.md found
12:04:43 INFO: man/src/container/unpause.md found
12:04:43 INFO: man/src/container/update.md found
12:04:43 INFO: man/src/container/wait.md found
12:04:43 WARN: man/src/container.md does not exist, skipping
12:04:43 WARN: man/src/context/create.md does not exist, skipping
12:04:43 WARN: man/src/context/export.md does not exist, skipping
12:04:43 WARN: man/src/context/import.md does not exist, skipping
12:04:43 WARN: man/src/context/inspect.md does not exist, skipping
12:04:43 WARN: man/src/context/ls.md does not exist, skipping
12:04:43 WARN: man/src/context/rm.md does not exist, skipping
12:04:43 WARN: man/src/context/show.md does not exist, skipping
12:04:43 WARN: man/src/context/update.md does not exist, skipping
12:04:43 WARN: man/src/context/use.md does not exist, skipping
12:04:43 WARN: man/src/context.md does not exist, skipping
12:04:43 INFO: man/src/cp.md found
12:04:43 INFO: man/src/create.md found
12:04:43 INFO: man/src/diff.md found
12:04:43 INFO: man/src/events.md found
12:04:43 INFO: man/src/exec.md found
12:04:43 INFO: man/src/export.md found
12:04:43 INFO: man/src/history.md found
12:04:43 INFO: man/src/image/build.md found
12:04:43 INFO: man/src/image/history.md found
12:04:43 INFO: man/src/image/import.md found
12:04:43 WARN: man/src/image/inspect.md does not exist, skipping
12:04:43 INFO: man/src/image/load.md found
12:04:43 INFO: man/src/image/ls.md found
12:04:43 WARN: man/src/image/prune.md does not exist, skipping
12:04:43 INFO: man/src/image/pull.md found
12:04:43 INFO: man/src/image/push.md found
12:04:43 INFO: man/src/image/rm.md found
12:04:43 INFO: man/src/image/save.md found
12:04:43 INFO: man/src/image/tag.md found
12:04:43 WARN: man/src/image.md does not exist, skipping
12:04:43 INFO: man/src/images.md found
12:04:43 INFO: man/src/import.md found
12:04:43 INFO: man/src/info.md found
12:04:43 INFO: man/src/inspect.md found
12:04:43 INFO: man/src/kill.md found
12:04:43 INFO: man/src/load.md found
12:04:43 INFO: man/src/login.md found
12:04:43 INFO: man/src/logout.md found
12:04:43 INFO: man/src/logs.md found
12:04:43 WARN: man/src/manifest/annotate.md does not exist, skipping
12:04:43 WARN: man/src/manifest/create.md does not exist, skipping
12:04:43 WARN: man/src/manifest/inspect.md does not exist, skipping
12:04:43 WARN: man/src/manifest/push.md does not exist, skipping
12:04:43 WARN: man/src/manifest/rm.md does not exist, skipping
12:04:43 WARN: man/src/manifest.md does not exist, skipping
12:04:43 INFO: man/src/network/connect.md found
12:04:43 INFO: man/src/network/create.md found
12:04:43 INFO: man/src/network/disconnect.md found
12:04:43 INFO: man/src/network/inspect.md found
12:04:43 INFO: man/src/network/ls.md found
12:04:43 WARN: man/src/network/prune.md does not exist, skipping
12:04:43 INFO: man/src/network/rm.md found
12:04:43 WARN: man/src/network.md does not exist, skipping
12:04:43 WARN: man/src/node/demote.md does not exist, skipping
12:04:43 WARN: man/src/node/inspect.md does not exist, skipping
12:04:43 WARN: man/src/node/ls.md does not exist, skipping
12:04:43 WARN: man/src/node/promote.md does not exist, skipping
12:04:43 WARN: man/src/node/ps.md does not exist, skipping
12:04:43 WARN: man/src/node/rm.md does not exist, skipping
12:04:43 WARN: man/src/node/update.md does not exist, skipping
12:04:43 WARN: man/src/node.md does not exist, skipping
12:04:43 INFO: man/src/pause.md found
12:04:43 WARN: man/src/plugin/create.md does not exist, skipping
12:04:43 WARN: man/src/plugin/disable.md does not exist, skipping
12:04:43 WARN: man/src/plugin/enable.md does not exist, skipping
12:04:43 WARN: man/src/plugin/inspect.md does not exist, skipping
12:04:43 WARN: man/src/plugin/install.md does not exist, skipping
12:04:43 INFO: man/src/plugin/ls.md found
12:04:43 WARN: man/src/plugin/push.md does not exist, skipping
12:04:43 WARN: man/src/plugin/rm.md does not exist, skipping
12:04:43 WARN: man/src/plugin/set.md does not exist, skipping
12:04:43 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:04:43 WARN: man/src/plugin.md does not exist, skipping
12:04:43 INFO: man/src/port.md found
12:04:43 INFO: man/src/ps.md found
12:04:43 INFO: man/src/pull.md found
12:04:43 INFO: man/src/push.md found
12:04:43 INFO: man/src/rename.md found
12:04:43 INFO: man/src/restart.md found
12:04:43 INFO: man/src/rm.md found
12:04:43 INFO: man/src/rmi.md found
12:04:43 WARN: man/src/run.md does not exist, skipping
12:04:43 INFO: man/src/save.md found
12:04:43 INFO: man/src/search.md found
12:04:43 WARN: man/src/secret/create.md does not exist, skipping
12:04:43 WARN: man/src/secret/inspect.md does not exist, skipping
12:04:43 WARN: man/src/secret/ls.md does not exist, skipping
12:04:43 WARN: man/src/secret/rm.md does not exist, skipping
12:04:43 WARN: man/src/secret.md does not exist, skipping
12:04:43 WARN: man/src/service/create.md does not exist, skipping
12:04:43 WARN: man/src/service/inspect.md does not exist, skipping
12:04:43 WARN: man/src/service/logs.md does not exist, skipping
12:04:43 WARN: man/src/service/ls.md does not exist, skipping
12:04:43 WARN: man/src/service/ps.md does not exist, skipping
12:04:43 WARN: man/src/service/rm.md does not exist, skipping
12:04:43 WARN: man/src/service/rollback.md does not exist, skipping
12:04:43 WARN: man/src/service/scale.md does not exist, skipping
12:04:43 WARN: man/src/service/update.md does not exist, skipping
12:04:43 WARN: man/src/service.md does not exist, skipping
12:04:43 WARN: man/src/stack/config.md does not exist, skipping
12:04:43 WARN: man/src/stack/deploy.md does not exist, skipping
12:04:43 WARN: man/src/stack/ls.md does not exist, skipping
12:04:43 WARN: man/src/stack/ps.md does not exist, skipping
12:04:43 WARN: man/src/stack/rm.md does not exist, skipping
12:04:43 WARN: man/src/stack/services.md does not exist, skipping
12:04:43 WARN: man/src/stack.md does not exist, skipping
12:04:43 INFO: man/src/start.md found
12:04:43 INFO: man/src/stats.md found
12:04:43 INFO: man/src/stop.md found
12:04:43 WARN: man/src/swarm/ca.md does not exist, skipping
12:04:43 WARN: man/src/swarm/init.md does not exist, skipping
12:04:43 WARN: man/src/swarm/join.md does not exist, skipping
12:04:43 WARN: man/src/swarm/join-token.md does not exist, skipping
12:04:43 WARN: man/src/swarm/leave.md does not exist, skipping
12:04:43 WARN: man/src/swarm/unlock.md does not exist, skipping
12:04:43 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:04:43 WARN: man/src/swarm/update.md does not exist, skipping
12:04:43 WARN: man/src/swarm.md does not exist, skipping
12:04:43 WARN: man/src/system/df.md does not exist, skipping
12:04:43 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:04:43 INFO: man/src/system/events.md found
12:04:43 INFO: man/src/system/info.md found
12:04:43 WARN: man/src/system/prune.md does not exist, skipping
12:04:43 WARN: man/src/system.md does not exist, skipping
12:04:43 INFO: man/src/tag.md found
12:04:43 INFO: man/src/top.md found
12:04:43 WARN: man/src/trust/inspect.md does not exist, skipping
12:04:43 WARN: man/src/trust/key/generate.md does not exist, skipping
12:04:43 WARN: man/src/trust/key/load.md does not exist, skipping
12:04:43 WARN: man/src/trust/key.md does not exist, skipping
12:04:43 WARN: man/src/trust/revoke.md does not exist, skipping
12:04:43 WARN: man/src/trust/sign.md does not exist, skipping
12:04:43 WARN: man/src/trust/signer/add.md does not exist, skipping
12:04:43 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:04:43 WARN: man/src/trust/signer.md does not exist, skipping
12:04:43 WARN: man/src/trust.md does not exist, skipping
12:04:43 INFO: man/src/unpause.md found
12:04:43 INFO: man/src/update.md found
12:04:43 INFO: man/src/version.md found
12:04:43 INFO: man/src/volume/create.md found
12:04:43 INFO: man/src/volume/inspect.md found
12:04:43 INFO: man/src/volume/ls.md found
12:04:43 WARN: man/src/volume/prune.md does not exist, skipping
12:04:43 WARN: man/src/volume/rm.md does not exist, skipping
12:04:43 WARN: man/src/volume/update.md does not exist, skipping
12:04:43 INFO: man/src/volume.md found
12:04:43 INFO: man/src/wait.md found
12:04:43 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:04:43 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:04:43 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:04:43 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:04:43 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:04:43 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:04:43 make[2]: Leaving directory '/root/build-deb/cli'
12:04:43 # Build buildx plugin
12:04:43 cd /go/src/github.com/docker/buildx \
12:04:43 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:04:43 && GO111MODULE=on \
12:04:43 	CGO_ENABLED=0 \
12:04:43 		go build \
12:04:43 			-mod=vendor \
12:04:43 			-trimpath \
12:04:43 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:04:43 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:04:43 			./cmd/buildx
12:04:43 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:04:43 + go mod vendor -modfile=vendor.mod
12:04:43 go: downloading golang.org/x/term v0.4.0
12:04:43 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:43 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:43 go: downloading github.com/imdario/mergo v0.3.12
12:04:43 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:43 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:43 go: downloading github.com/creack/pty v1.1.11
12:04:43 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:43 + return
12:04:43 + RPM_EC=0
12:04:43 ++ jobs -p
12:04:43 + exit 0
12:04:43 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IekN0K
12:04:43 + umask 022
12:04:43 + cd /root/rpmbuild/BUILD
12:04:43 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64 '!=' / ']'
12:04:43 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:04:43 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:04:43 + mkdir -p /root/rpmbuild/BUILDROOT
12:04:43 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:04:43 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:43 + export CFLAGS
12:04:43 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:43 + export CXXFLAGS
12:04:43 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:43 + export FFLAGS
12:04:43 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:43 + export FCFLAGS
12:04:43 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
12:04:43 + export LDFLAGS
12:04:43 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:04:43 + export LT_SYS_LIBRARY_PATH
12:04:43 + CC=gcc
12:04:43 + export CC
12:04:43 + CXX=g++
12:04:43 + export CXX
12:04:43 + cd src
12:04:43 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/dockerd-rootless.sh
12:04:43 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/dockerd-rootless-setuptool.sh
12:04:43 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/rootlesskit
12:04:43 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/rootlesskit-docker-proxy
12:04:43 + /usr/lib/rpm/check-buildroot
12:04:43 + /usr/lib/rpm/redhat/brp-ldconfig
12:04:43 go: downloading github.com/prometheus/client_model v0.3.0
12:04:43 go: downloading github.com/prometheus/common v0.37.0
12:04:43 go: downloading github.com/prometheus/procfs v0.8.0
12:04:43 go: downloading google.golang.org/protobuf v1.28.1
12:04:43 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:43 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:43 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:43 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:43 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:43 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:43 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:43 + /usr/lib/rpm/brp-compress
12:04:43 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:04:43 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:04:43 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:04:43 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:04:43 + /usr/lib/rpm/check-rpaths
12:04:43 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:04:43 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:04:43 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:04:43 + /usr/lib/rpm/brp-remove-la-files
12:04:43 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:04:43 + /usr/lib/rpm/redhat/brp-python-hardlink
12:04:43 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.lYLWkk
12:04:43 + umask 022
12:04:43 + cd /root/rpmbuild/BUILD
12:04:43 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:43 + export CFLAGS
12:04:43 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:43 + export CXXFLAGS
12:04:43 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:43 + export FFLAGS
12:04:43 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:43 + export FCFLAGS
12:04:43 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.ld'
12:04:43 + export LDFLAGS
12:04:43 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:04:43 + export LT_SYS_LIBRARY_PATH
12:04:43 + CC=gcc
12:04:43 + export CC
12:04:43 + CXX=g++
12:04:43 + export CXX
12:04:43 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:04:43 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0~20230206193855.ab4ef4a-0.fc36 aarch64
12:04:43 + cd src
12:04:43 + /usr/local/bin/rootlesskit -v
12:04:43 rootlesskit version 1.1.0
12:04:43 + RPM_EC=0
12:04:43 ++ jobs -p
12:04:43 + exit 0
12:04:43 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:04:43 go: downloading k8s.io/klog/v2 v2.80.1
12:04:43 go: downloading github.com/kr/text v0.2.0
12:04:43 go: downloading github.com/docker/go-metrics v0.0.1
12:04:43 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:43 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:43 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:43 go: downloading github.com/kr/pretty v0.2.1
12:04:43 go: downloading github.com/magiconair/properties v1.5.3
12:04:43 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:43 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:43 go: downloading github.com/go-logr/logr v1.2.3
12:04:43 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:43 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.fc36 docker-ce-rootless-extras(aarch-64) = 0:0.0.0~20230206193855.ab4ef4a-0.fc36
12:04:43 Requires(interp): /bin/sh /bin/sh /bin/sh
12:04:43 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:04:43 Requires(post): /bin/sh
12:04:43 Requires(preun): /bin/sh
12:04:43 Requires(postun): /bin/sh
12:04:43 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)
12:04:43 Conflicts: rootlesskit
12:04:43 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:04:43 + go mod vendor -modfile=vendor.mod
12:04:43 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:43 go: downloading github.com/beorn7/perks v1.0.1
12:04:43 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:43 go: downloading github.com/prometheus/client_model v0.3.0
12:04:43 go: downloading github.com/prometheus/common v0.37.0
12:04:43 go: downloading github.com/prometheus/procfs v0.8.0
12:04:43 go: downloading google.golang.org/protobuf v1.28.1
12:04:43 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:43 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:43 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:43 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:43 go: downloading github.com/beorn7/perks v1.0.1
12:04:43 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:43 go: downloading github.com/prometheus/client_model v0.3.0
12:04:43 go: downloading github.com/prometheus/common v0.37.0
12:04:43 go: downloading github.com/prometheus/procfs v0.8.0
12:04:43 go: downloading google.golang.org/protobuf v1.28.1
12:04:43 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:43 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:43 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:43 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:43 go: downloading k8s.io/klog/v2 v2.80.1
12:04:43 go: downloading github.com/kr/text v0.2.0
12:04:43 go: downloading github.com/docker/go-metrics v0.0.1
12:04:43 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:43 go: downloading github.com/kr/pretty v0.2.1
12:04:44 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:44 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:44 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:44 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:44 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:44 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:44 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:44 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:44 go: downloading github.com/magiconair/properties v1.5.3
12:04:44 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:44 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:44 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:44 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:44 go: downloading github.com/go-logr/logr v1.2.3
12:04:44 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:44 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:04:44 + go mod vendor -modfile=vendor.mod
12:04:44 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.src.rpm
12:04:44 go: downloading k8s.io/klog/v2 v2.80.1
12:04:44 go: downloading github.com/kr/text v0.2.0
12:04:44 go: downloading github.com/docker/go-metrics v0.0.1
12:04:44 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:44 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:44 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:44 go: downloading github.com/kr/pretty v0.2.1
12:04:44 go: downloading github.com/magiconair/properties v1.5.3
12:04:44 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:44 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:44 go: downloading github.com/go-logr/logr v1.2.3
12:04:44 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:44 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:44 + go mod vendor -modfile=vendor.mod
12:04:44 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:44 go: downloading github.com/stretchr/testify v1.8.0
12:04:44 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:44 go: downloading github.com/rivo/uniseg v0.2.0
12:04:44 go: downloading github.com/klauspost/compress v1.15.12
12:04:44 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:44 go: downloading github.com/containerd/continuity v0.3.0
12:04:44 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:44 go: downloading golang.org/x/time v0.1.0
12:04:44 go: downloading github.com/opencontainers/runc v1.1.3
12:04:44 go: downloading golang.org/x/crypto v0.2.0
12:04:45 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:45 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:45 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:45 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:45 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:45 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:45 go: downloading google.golang.org/grpc v1.48.0
12:04:45 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:46 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:46 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:46 go: downloading github.com/russross/blackfriday v1.6.0
12:04:46 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:46 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:46 go: downloading golang.org/x/net v0.5.0
12:04:46 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:46 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:46 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:46 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:46 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:46 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:46 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:46 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:46 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:46 go: downloading github.com/golang/protobuf v1.5.2
12:04:46 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:47 make[2]: Entering directory '/root/build-deb/cli'
12:04:47 scripts/docs/generate-man.sh
12:04:47 + cp -r . /tmp/docker-cli-docsgen.UTDfcy67K1/
12:04:47 + cd /tmp/docker-cli-docsgen.UTDfcy67K1
12:04:47 + ./scripts/vendor init
12:04:47 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:47 + cp man/tools.go .
12:04:47 + ./scripts/vendor update
12:04:47 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:47 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:47 go: downloading github.com/spf13/cobra v1.6.1
12:04:47 go: downloading github.com/spf13/pflag v1.0.5
12:04:47 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:47 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:47 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:47 go: downloading github.com/morikuni/aec v1.0.0
12:04:47 go: downloading github.com/pkg/errors v0.9.1
12:04:47 go: downloading github.com/google/go-cmp v0.5.9
12:04:47 go: downloading gotest.tools/v3 v3.4.0
12:04:47 go: downloading golang.org/x/sys v0.4.0
12:04:47 go: downloading github.com/docker/go-units v0.5.0
12:04:47 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:48 go: downloading github.com/docker/go-connections v0.4.0
12:04:48 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:48 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:48 go: downloading golang.org/x/text v0.6.0
12:04:48 go: downloading github.com/containerd/containerd v1.6.16
12:04:49 go: downloading github.com/moby/sys/signal v0.7.0
12:04:49 make[2]: Entering directory '/root/build-deb/cli'
12:04:49 scripts/docs/generate-man.sh
12:04:49 + cp -r . /tmp/docker-cli-docsgen.cdkrMquW0x/
12:04:49 + cd /tmp/docker-cli-docsgen.cdkrMquW0x
12:04:49 + ./scripts/vendor init
12:04:49 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:49 + cp man/tools.go .
12:04:49 + ./scripts/vendor update
12:04:49 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:49 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:49 go: downloading github.com/spf13/cobra v1.6.1
12:04:49 go: downloading github.com/spf13/pflag v1.0.5
12:04:49 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:49 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:49 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:49 go: downloading github.com/moby/buildkit v0.10.6
12:04:49 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:49 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:49 go: downloading github.com/gogo/protobuf v1.3.2
12:04:49 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:49 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:50 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:50 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:50 go: downloading github.com/morikuni/aec v1.0.0
12:04:50 go: downloading github.com/pkg/errors v0.9.1
12:04:50 go: downloading github.com/google/go-cmp v0.5.9
12:04:50 go: downloading gotest.tools/v3 v3.4.0
12:04:50 go: downloading golang.org/x/sys v0.4.0
12:04:50 go: downloading github.com/docker/go-units v0.5.0
12:04:50 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:50 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:50 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:50 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:50 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:50 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:50 go: downloading github.com/beorn7/perks v1.0.1
12:04:50 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:50 go: downloading github.com/prometheus/client_model v0.3.0
12:04:50 go: downloading github.com/prometheus/common v0.37.0
12:04:50 make[2]: Entering directory '/root/build-deb/cli'
12:04:50 scripts/docs/generate-man.sh
12:04:50 + cp -r . /tmp/docker-cli-docsgen.s82TY8MtyM/
12:04:50 + cd /tmp/docker-cli-docsgen.s82TY8MtyM
12:04:50 + ./scripts/vendor init
12:04:50 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:04:50 + cp man/tools.go .
12:04:50 + ./scripts/vendor update
12:04:50 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:04:50 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:04:50 go: downloading github.com/spf13/cobra v1.6.1
12:04:50 go: downloading github.com/spf13/pflag v1.0.5
12:04:50 go: downloading github.com/docker/docker v23.0.0+incompatible
12:04:50 go: downloading github.com/docker/go-connections v0.4.0
12:04:50 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:50 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:50 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:50 go: downloading golang.org/x/term v0.4.0
12:04:50 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:50 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:50 go: downloading github.com/imdario/mergo v0.3.12
12:04:50 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:50 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:50 go: downloading github.com/creack/pty v1.1.11
12:04:50 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:50 go: downloading github.com/prometheus/procfs v0.8.0
12:04:50 go: downloading google.golang.org/protobuf v1.28.1
12:04:50 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:50 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:50 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:50 go: downloading github.com/fvbommel/sortorder v1.0.2
12:04:50 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:04:50 go: downloading github.com/morikuni/aec v1.0.0
12:04:50 go: downloading github.com/pkg/errors v0.9.1
12:04:50 go: downloading github.com/google/go-cmp v0.5.9
12:04:50 go: downloading gotest.tools/v3 v3.4.0
12:04:50 go: downloading golang.org/x/sys v0.4.0
12:04:50 go: downloading github.com/docker/go-units v0.5.0
12:04:50 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:04:50 go: downloading golang.org/x/text v0.6.0
12:04:50 go: downloading github.com/containerd/containerd v1.6.16
12:04:50 go: downloading k8s.io/klog/v2 v2.80.1
12:04:50 go: downloading github.com/kr/text v0.2.0
12:04:50 go: downloading github.com/docker/go-metrics v0.0.1
12:04:50 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:50 go: downloading github.com/kr/pretty v0.2.1
12:04:50 go: downloading github.com/magiconair/properties v1.5.3
12:04:50 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:50 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:50 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:50 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:50 go: downloading github.com/go-logr/logr v1.2.3
12:04:50 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:50 go: downloading github.com/docker/go-connections v0.4.0
12:04:50 go: downloading github.com/moby/sys/sequential v0.5.0
12:04:50 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:04:50 Wrote: /root/rpmbuild/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm
12:04:50 + umask 022
12:04:50 + cd /root/rpmbuild/BUILD
12:04:50 + cd src
12:04:50 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64
12:04:50 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.71966v
12:04:50 + RPM_EC=0
12:04:50 ++ jobs -p
12:04:50 
12:04:50 RPM build warnings:
12:04:50 + exit 0
12:04:50     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:04:50     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:04:50     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:04:50     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
12:04:50 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.oaIS8w
12:04:50 + umask 022
12:04:50 + cd /root/rpmbuild/BUILD
12:04:50 + cd /root/rpmbuild/BUILD
12:04:50 + rm -rf src
12:04:50 + /usr/bin/mkdir -p src
12:04:50 + cd src
12:04:50 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:04:50 + /usr/bin/tar -xof -
12:04:50 + STATUS=0
12:04:50 + '[' 0 -ne 0 ']'
12:04:50 + /usr/bin/tar -xof -
12:04:50 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:04:50 + STATUS=0
12:04:50 + '[' 0 -ne 0 ']'
12:04:50 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:04:50 + RPM_EC=0
12:04:50 ++ jobs -p
12:04:50 + exit 0
12:04:50 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rrIDZE
12:04:50 + umask 022
12:04:50 + cd /root/rpmbuild/BUILD
12:04:50 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:50 + export CFLAGS
12:04:50 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:04:50 + export CXXFLAGS
12:04:50 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:50 + export FFLAGS
12:04:50 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:04:50 + export FCFLAGS
12:04:50 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-buildx-plugin-0.10.2-0.fc36.aarch64.ld'
12:04:50 + export LDFLAGS
12:04:50 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:04:50 + export LT_SYS_LIBRARY_PATH
12:04:50 + CC=gcc
12:04:50 + export CC
12:04:50 + CXX=g++
12:04:50 + export CXX
12:04:50 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:04:50 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.10.2-0.fc36 aarch64
12:04:51 + go mod vendor -modfile=vendor.mod
12:04:51 go: downloading github.com/containerd/containerd v1.6.16
12:04:51 go: downloading github.com/moby/sys/signal v0.7.0
12:04:51 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:51 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:51 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:51 go: downloading github.com/moby/buildkit v0.10.6
12:04:51 + cd src
12:04:51 + pushd /root/rpmbuild/BUILD/src/buildx
12:04:51 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:04:51 + GO111MODULE=on
12:04:51 + CGO_ENABLED=0
12:04:51 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
12:04:51 go: downloading github.com/moby/sys/signal v0.7.0
12:04:51 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:04:51 go: downloading github.com/mattn/go-runewidth v0.0.13
12:04:51 go: downloading github.com/moby/buildkit v0.10.6
12:04:51 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:51 go: downloading golang.org/x/text v0.6.0
12:04:51 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:51 go: downloading github.com/gogo/protobuf v1.3.2
12:04:51 go: downloading github.com/moby/patternmatcher v0.5.0
12:04:51 go: downloading github.com/opencontainers/go-digest v1.0.0
12:04:51 go: downloading gopkg.in/yaml.v2 v2.4.0
12:04:51 go: downloading github.com/gogo/protobuf v1.3.2
12:04:51 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:51 go: downloading github.com/stretchr/testify v1.8.0
12:04:51 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:51 go: downloading github.com/klauspost/compress v1.15.12
12:04:51 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:52 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:52 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:52 go: downloading github.com/containerd/continuity v0.3.0
12:04:52 go: downloading github.com/rivo/uniseg v0.2.0
12:04:52 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:52 go: downloading golang.org/x/time v0.1.0
12:04:52 go: downloading github.com/opencontainers/runc v1.1.3
12:04:52 go: downloading golang.org/x/crypto v0.2.0
12:04:52 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:52 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:52 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:04:52 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:04:52 go: downloading golang.org/x/term v0.4.0
12:04:52 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:52 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:52 go: downloading github.com/imdario/mergo v0.3.12
12:04:52 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:52 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:52 go: downloading github.com/creack/pty v1.1.11
12:04:52 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:52 Created binary: bundles/dynbinary-daemon/dockerd
12:04:52 Building dynamic bundles/dynbinary-daemon/docker-proxy (linux/amd64)...
12:04:52 Created binary: bundles/dynbinary-daemon/docker-proxy
12:04:52 
12:04:52 + popd
12:04:52 ~/rpmbuild/BUILD/src
12:04:52 + exit 0
12:04:52 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0gBCmp
12:04:52 + umask 022
12:04:52 + cd /root/rpmbuild/BUILD
12:04:52 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64 '!=' / ']'
12:04:52 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:04:52 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:04:52 + mkdir -p /root/rpmbuild/BUILDROOT
12:04:52 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:04:52 + cd src
12:04:52 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
12:04:52 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/dockerd
12:04:52 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
12:04:52 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/docker-proxy
12:04:52 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/docker-init
12:04:52 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/lib/systemd/system/docker.service
12:04:52 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/lib/systemd/system/docker.socket
12:04:52 + /usr/lib/rpm/check-buildroot
12:04:52 + /usr/lib/rpm/redhat/brp-compress
12:04:52 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
12:04:52 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:04:52 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
12:04:52 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
12:04:52 + /usr/lib/rpm/redhat/brp-python-hardlink
12:04:52 + /usr/lib/rpm/redhat/brp-java-repack-jars
12:04:52 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jLnYQs
12:04:52 + umask 022
12:04:52 + cd /root/rpmbuild/BUILD
12:04:52 + cd src
12:04:52 ++ engine/bundles/dynbinary-daemon/dockerd --version
12:04:52 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:04:52 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92'
12:04:52 + echo 'PASS: daemon version OK'
12:04:52 + exit 0
12:04:52 PASS: daemon version OK
12:04:52 Processing files: docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:04:52 Provides: docker-ce = 3:0.0.0~20230206193855.ab4ef4a-0.el7 docker-ce(x86-64) = 3:0.0.0~20230206193855.ab4ef4a-0.el7
12:04:52 Requires(interp): /bin/sh /bin/sh /bin/sh
12:04:52 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:04:52 Requires(post): /bin/sh
12:04:52 Requires(preun): /bin/sh
12:04:52 Requires(postun): /bin/sh
12:04:52 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
12:04:52 Conflicts: docker docker-io docker-engine-cs docker-ee
12:04:52 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
12:04:52 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:04:52 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.src.rpm
12:04:52 go: downloading golang.org/x/term v0.4.0
12:04:52 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:04:52 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:04:52 go: downloading github.com/imdario/mergo v0.3.12
12:04:52 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:04:52 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:04:52 go: downloading github.com/creack/pty v1.1.11
12:04:52 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:04:52 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:52 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:52 go: downloading google.golang.org/grpc v1.48.0
12:04:53 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:53 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:53 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:53 go: downloading github.com/russross/blackfriday v1.6.0
12:04:53 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:53 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:53 go: downloading golang.org/x/net v0.5.0
12:04:53 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:53 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:53 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:53 go: downloading github.com/stretchr/testify v1.8.0
12:04:53 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:53 go: downloading github.com/klauspost/compress v1.15.12
12:04:53 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:53 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:53 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:53 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:53 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:53 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:53 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:53 go: downloading gopkg.in/yaml.v3 v3.0.1
12:04:53 go: downloading github.com/stretchr/testify v1.8.0
12:04:53 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:04:53 go: downloading github.com/klauspost/compress v1.15.12
12:04:53 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:04:53 go: downloading github.com/containerd/continuity v0.3.0
12:04:54 go: downloading github.com/containerd/continuity v0.3.0
12:04:54 go: downloading github.com/rivo/uniseg v0.2.0
12:04:54 go: downloading github.com/opencontainers/runc v1.1.3
12:04:54 go: downloading github.com/golang/protobuf v1.5.2
12:04:54 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:54 go: downloading github.com/rivo/uniseg v0.2.0
12:04:54 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:54 go: downloading golang.org/x/time v0.1.0
12:04:54 go: downloading github.com/opencontainers/runc v1.1.3
12:04:54 go: downloading golang.org/x/crypto v0.2.0
12:04:54 go: downloading golang.org/x/time v0.1.0
12:04:54 go: downloading golang.org/x/crypto v0.2.0
12:04:54 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:54 go: downloading github.com/moby/sys/symlink v0.2.0
12:04:54 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:54 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:54 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:54 go: downloading google.golang.org/grpc v1.48.0
12:04:54 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:04:54 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:04:55 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:04:55 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:04:55 go: downloading google.golang.org/grpc v1.48.0
12:04:55 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:55 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:55 go: downloading github.com/russross/blackfriday v1.6.0
12:04:55 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:55 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:55 go: downloading golang.org/x/net v0.5.0
12:04:55 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:04:55 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:04:55 go: downloading github.com/russross/blackfriday v1.6.0
12:04:55 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:04:55 go: downloading github.com/Microsoft/go-winio v0.5.2
12:04:55 go: downloading golang.org/x/net v0.5.0
12:04:55 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:55 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:55 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:55 go: downloading github.com/davecgh/go-spew v1.1.1
12:04:55 go: downloading github.com/pmezard/go-difflib v1.0.0
12:04:55 go: downloading github.com/miekg/pkcs11 v1.1.1
12:04:55 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:55 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:55 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:55 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:56 go: downloading github.com/prometheus/client_golang v1.14.0
12:04:56 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:04:56 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:04:56 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:04:56 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:56 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:04:56 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:56 go: downloading github.com/golang/protobuf v1.5.2
12:04:56 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:56 go: downloading github.com/golang/protobuf v1.5.2
12:04:56 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:56 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:04:57 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:04:57 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:57 go: downloading github.com/beorn7/perks v1.0.1
12:04:57 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:57 go: downloading github.com/prometheus/client_model v0.3.0
12:04:57 go: downloading github.com/prometheus/common v0.37.0
12:04:57 go: downloading github.com/prometheus/procfs v0.8.0
12:04:57 go: downloading google.golang.org/protobuf v1.28.1
12:04:57 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:57 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:57 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:57 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:57 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:57 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:57 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:57 go: downloading k8s.io/klog/v2 v2.80.1
12:04:57 go: downloading github.com/kr/text v0.2.0
12:04:57 go: downloading github.com/docker/go-metrics v0.0.1
12:04:57 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:04:57 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:04:57 go: downloading github.com/BurntSushi/toml v0.3.1
12:04:57 go: downloading github.com/kr/pretty v0.2.1
12:04:57 go: downloading github.com/magiconair/properties v1.5.3
12:04:57 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:04:57 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:04:57 go: downloading github.com/go-logr/logr v1.2.3
12:04:57 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:04:58 + go mod vendor -modfile=vendor.mod
12:04:59 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:04:59 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:59 go: downloading github.com/beorn7/perks v1.0.1
12:04:59 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:59 go: downloading github.com/prometheus/client_model v0.3.0
12:04:59 go: downloading github.com/prometheus/common v0.37.0
12:04:59 go: downloading github.com/prometheus/procfs v0.8.0
12:04:59 go: downloading google.golang.org/protobuf v1.28.1
12:04:59 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:59 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:59 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:59 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:04:59 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:04:59 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:04:59 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:04:59 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:04:59 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:04:59 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:04:59 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:04:59 go: downloading github.com/beorn7/perks v1.0.1
12:04:59 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:04:59 go: downloading github.com/prometheus/client_model v0.3.0
12:04:59 go: downloading github.com/prometheus/common v0.37.0
12:04:59 go: downloading github.com/prometheus/procfs v0.8.0
12:04:59 go: downloading google.golang.org/protobuf v1.28.1
12:05:00 go: downloading k8s.io/klog/v2 v2.80.1
12:05:00 go: downloading github.com/kr/text v0.2.0
12:05:00 go: downloading github.com/docker/go-metrics v0.0.1
12:05:00 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:05:00 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:05:00 go: downloading github.com/BurntSushi/toml v0.3.1
12:05:00 go: downloading github.com/kr/pretty v0.2.1
12:05:00 go: downloading github.com/magiconair/properties v1.5.3
12:05:00 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:05:00 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:05:00 go: downloading github.com/go-logr/logr v1.2.3
12:05:00 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:05:00 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:05:00 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:05:00 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:05:00 go: downloading k8s.io/klog/v2 v2.80.1
12:05:00 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:05:00 + go mod vendor -modfile=vendor.mod
12:05:00 go: downloading github.com/kr/text v0.2.0
12:05:00 go: downloading github.com/docker/go-metrics v0.0.1
12:05:00 go: downloading github.com/BurntSushi/toml v0.3.1
12:05:00 go: downloading github.com/kr/pretty v0.2.1
12:05:00 go: downloading github.com/magiconair/properties v1.5.3
12:05:00 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:05:00 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:05:00 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:05:00 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:05:00 go: downloading github.com/go-logr/logr v1.2.3
12:05:00 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:05:00 + go mod vendor -modfile=vendor.mod
12:05:01 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:05:02 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:05:02 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm
12:05:02 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EbEYXc
12:05:02 + umask 022
12:05:02 + cd /root/rpmbuild/BUILD
12:05:02 + cd src
12:05:02 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:05:02 + exit 0
12:05:02 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fsidZK
12:05:02 + umask 022
12:05:02 + cd /root/rpmbuild/BUILD
12:05:02 + cd /root/rpmbuild/BUILD
12:05:02 + rm -rf src
12:05:02 + /usr/bin/mkdir -p src
12:05:02 + cd src
12:05:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:05:02 + /usr/bin/tar -xf -
12:05:02 + STATUS=0
12:05:02 + '[' 0 -ne 0 ']'
12:05:02 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
12:05:02 + /usr/bin/tar -xf -
12:05:02 + STATUS=0
12:05:02 + '[' 0 -ne 0 ']'
12:05:02 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:05:02 + exit 0
12:05:02 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MbJahl
12:05:02 + umask 022
12:05:02 + cd /root/rpmbuild/BUILD
12:05:02 + cd src
12:05:02 + mkdir -p /go/src/github.com/docker
12:05:02 + rm -f /go/src/github.com/docker/cli
12:05:02 + ln -snf /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
12:05:02 + pushd /go/src/github.com/docker/cli
12:05:02 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
12:05:02 + VERSION=0.0.0-20230206193855-ab4ef4a
12:05:02 + GITCOMMIT=ab4ef4a
12:05:02 + GO_LINKMODE=dynamic
12:05:02 + ./scripts/build/binary
12:05:02 Building dynamic docker-linux-amd64
12:05:02 + go build -o build/docker-linux-amd64 -tags ' pkcs11' -ldflags ' -X "github.com/docker/cli/cli/version.GitCommit=ab4ef4a" -X "github.com/docker/cli/cli/version.BuildTime=2023-02-07T12:05:02Z" -X "github.com/docker/cli/cli/version.Version=0.0.0-20230206193855-ab4ef4a" -X "github.com/docker/cli/cli/version.PlatformName=Docker Engine - Community"' -buildmode=pie github.com/docker/cli/cmd/docker
12:05:04 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:04 ++ pwd
12:05:04 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:04 Project root: .
12:05:04 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:04 INFO: man/src/attach.md found
12:05:04 WARN: man/src/build.md does not exist, skipping
12:05:04 WARN: man/src/builder/build.md does not exist, skipping
12:05:04 WARN: man/src/builder/prune.md does not exist, skipping
12:05:04 WARN: man/src/builder.md does not exist, skipping
12:05:04 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:04 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:04 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:04 WARN: man/src/checkpoint.md does not exist, skipping
12:05:04 INFO: man/src/commit.md found
12:05:04 WARN: man/src/config/create.md does not exist, skipping
12:05:04 WARN: man/src/config/inspect.md does not exist, skipping
12:05:04 WARN: man/src/config/ls.md does not exist, skipping
12:05:04 WARN: man/src/config/rm.md does not exist, skipping
12:05:04 WARN: man/src/config.md does not exist, skipping
12:05:04 INFO: man/src/container/attach.md found
12:05:04 INFO: man/src/container/commit.md found
12:05:04 INFO: man/src/container/cp.md found
12:05:04 INFO: man/src/container/create.md found
12:05:04 INFO: man/src/container/diff.md found
12:05:04 INFO: man/src/container/exec.md found
12:05:04 INFO: man/src/container/export.md found
12:05:04 WARN: man/src/container/inspect.md does not exist, skipping
12:05:04 INFO: man/src/container/kill.md found
12:05:04 INFO: man/src/container/logs.md found
12:05:04 INFO: man/src/container/ls.md found
12:05:04 INFO: man/src/container/pause.md found
12:05:04 INFO: man/src/container/port.md found
12:05:04 WARN: man/src/container/prune.md does not exist, skipping
12:05:04 INFO: man/src/container/rename.md found
12:05:04 INFO: man/src/container/restart.md found
12:05:04 INFO: man/src/container/rm.md found
12:05:04 INFO: man/src/container/run.md found
12:05:04 INFO: man/src/container/start.md found
12:05:04 INFO: man/src/container/stats.md found
12:05:04 INFO: man/src/container/stop.md found
12:05:04 INFO: man/src/container/top.md found
12:05:04 INFO: man/src/container/unpause.md found
12:05:04 INFO: man/src/container/update.md found
12:05:04 INFO: man/src/container/wait.md found
12:05:04 WARN: man/src/container.md does not exist, skipping
12:05:04 WARN: man/src/context/create.md does not exist, skipping
12:05:04 WARN: man/src/context/export.md does not exist, skipping
12:05:04 WARN: man/src/context/import.md does not exist, skipping
12:05:04 WARN: man/src/context/inspect.md does not exist, skipping
12:05:04 WARN: man/src/context/ls.md does not exist, skipping
12:05:04 WARN: man/src/context/rm.md does not exist, skipping
12:05:04 WARN: man/src/context/show.md does not exist, skipping
12:05:04 WARN: man/src/context/update.md does not exist, skipping
12:05:04 WARN: man/src/context/use.md does not exist, skipping
12:05:04 WARN: man/src/context.md does not exist, skipping
12:05:04 INFO: man/src/cp.md found
12:05:04 INFO: man/src/create.md found
12:05:04 INFO: man/src/diff.md found
12:05:04 INFO: man/src/events.md found
12:05:04 INFO: man/src/exec.md found
12:05:04 INFO: man/src/export.md found
12:05:04 INFO: man/src/history.md found
12:05:04 INFO: man/src/image/build.md found
12:05:04 INFO: man/src/image/history.md found
12:05:04 INFO: man/src/image/import.md found
12:05:04 WARN: man/src/image/inspect.md does not exist, skipping
12:05:04 INFO: man/src/image/load.md found
12:05:04 INFO: man/src/image/ls.md found
12:05:04 WARN: man/src/image/prune.md does not exist, skipping
12:05:04 INFO: man/src/image/pull.md found
12:05:04 INFO: man/src/image/push.md found
12:05:04 INFO: man/src/image/rm.md found
12:05:04 INFO: man/src/image/save.md found
12:05:04 INFO: man/src/image/tag.md found
12:05:04 WARN: man/src/image.md does not exist, skipping
12:05:04 INFO: man/src/images.md found
12:05:04 INFO: man/src/import.md found
12:05:04 INFO: man/src/info.md found
12:05:04 INFO: man/src/inspect.md found
12:05:04 INFO: man/src/kill.md found
12:05:04 INFO: man/src/load.md found
12:05:04 INFO: man/src/login.md found
12:05:04 INFO: man/src/logout.md found
12:05:04 INFO: man/src/logs.md found
12:05:04 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:04 WARN: man/src/manifest/create.md does not exist, skipping
12:05:04 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:04 WARN: man/src/manifest/push.md does not exist, skipping
12:05:04 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:04 WARN: man/src/manifest.md does not exist, skipping
12:05:04 INFO: man/src/network/connect.md found
12:05:04 INFO: man/src/network/create.md found
12:05:04 INFO: man/src/network/disconnect.md found
12:05:04 INFO: man/src/network/inspect.md found
12:05:04 INFO: man/src/network/ls.md found
12:05:04 WARN: man/src/network/prune.md does not exist, skipping
12:05:04 INFO: man/src/network/rm.md found
12:05:04 WARN: man/src/network.md does not exist, skipping
12:05:04 WARN: man/src/node/demote.md does not exist, skipping
12:05:04 WARN: man/src/node/inspect.md does not exist, skipping
12:05:04 WARN: man/src/node/ls.md does not exist, skipping
12:05:04 WARN: man/src/node/promote.md does not exist, skipping
12:05:04 WARN: man/src/node/ps.md does not exist, skipping
12:05:04 WARN: man/src/node/rm.md does not exist, skipping
12:05:04 WARN: man/src/node/update.md does not exist, skipping
12:05:04 WARN: man/src/node.md does not exist, skipping
12:05:04 INFO: man/src/pause.md found
12:05:04 WARN: man/src/plugin/create.md does not exist, skipping
12:05:04 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:04 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:04 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:04 WARN: man/src/plugin/install.md does not exist, skipping
12:05:04 INFO: man/src/plugin/ls.md found
12:05:04 WARN: man/src/plugin/push.md does not exist, skipping
12:05:04 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:04 WARN: man/src/plugin/set.md does not exist, skipping
12:05:04 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:04 WARN: man/src/plugin.md does not exist, skipping
12:05:04 INFO: man/src/port.md found
12:05:04 INFO: man/src/ps.md found
12:05:04 INFO: man/src/pull.md found
12:05:04 INFO: man/src/push.md found
12:05:04 INFO: man/src/rename.md found
12:05:04 INFO: man/src/restart.md found
12:05:04 INFO: man/src/rm.md found
12:05:04 INFO: man/src/rmi.md found
12:05:04 WARN: man/src/run.md does not exist, skipping
12:05:04 INFO: man/src/save.md found
12:05:04 INFO: man/src/search.md found
12:05:04 WARN: man/src/secret/create.md does not exist, skipping
12:05:04 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:04 WARN: man/src/secret/ls.md does not exist, skipping
12:05:04 WARN: man/src/secret/rm.md does not exist, skipping
12:05:04 WARN: man/src/secret.md does not exist, skipping
12:05:04 WARN: man/src/service/create.md does not exist, skipping
12:05:04 WARN: man/src/service/inspect.md does not exist, skipping
12:05:04 WARN: man/src/service/logs.md does not exist, skipping
12:05:04 WARN: man/src/service/ls.md does not exist, skipping
12:05:04 WARN: man/src/service/ps.md does not exist, skipping
12:05:04 WARN: man/src/service/rm.md does not exist, skipping
12:05:04 WARN: man/src/service/rollback.md does not exist, skipping
12:05:04 WARN: man/src/service/scale.md does not exist, skipping
12:05:04 WARN: man/src/service/update.md does not exist, skipping
12:05:04 WARN: man/src/service.md does not exist, skipping
12:05:04 WARN: man/src/stack/config.md does not exist, skipping
12:05:04 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:04 WARN: man/src/stack/ls.md does not exist, skipping
12:05:04 WARN: man/src/stack/ps.md does not exist, skipping
12:05:04 WARN: man/src/stack/rm.md does not exist, skipping
12:05:04 WARN: man/src/stack/services.md does not exist, skipping
12:05:04 WARN: man/src/stack.md does not exist, skipping
12:05:04 INFO: man/src/start.md found
12:05:04 INFO: man/src/stats.md found
12:05:04 INFO: man/src/stop.md found
12:05:04 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:04 WARN: man/src/swarm/init.md does not exist, skipping
12:05:04 WARN: man/src/swarm/join.md does not exist, skipping
12:05:04 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:04 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:04 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:04 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:04 WARN: man/src/swarm/update.md does not exist, skipping
12:05:04 WARN: man/src/swarm.md does not exist, skipping
12:05:04 WARN: man/src/system/df.md does not exist, skipping
12:05:04 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:04 INFO: man/src/system/events.md found
12:05:04 INFO: man/src/system/info.md found
12:05:04 WARN: man/src/system/prune.md does not exist, skipping
12:05:04 WARN: man/src/system.md does not exist, skipping
12:05:04 INFO: man/src/tag.md found
12:05:04 INFO: man/src/top.md found
12:05:04 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:04 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:04 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:04 WARN: man/src/trust/key.md does not exist, skipping
12:05:04 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:04 WARN: man/src/trust/sign.md does not exist, skipping
12:05:04 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:04 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:04 WARN: man/src/trust/signer.md does not exist, skipping
12:05:04 WARN: man/src/trust.md does not exist, skipping
12:05:04 INFO: man/src/unpause.md found
12:05:04 INFO: man/src/update.md found
12:05:04 INFO: man/src/version.md found
12:05:04 INFO: man/src/volume/create.md found
12:05:04 INFO: man/src/volume/inspect.md found
12:05:04 INFO: man/src/volume/ls.md found
12:05:04 WARN: man/src/volume/prune.md does not exist, skipping
12:05:04 WARN: man/src/volume/rm.md does not exist, skipping
12:05:04 WARN: man/src/volume/update.md does not exist, skipping
12:05:04 INFO: man/src/volume.md found
12:05:04 INFO: man/src/wait.md found
12:05:04 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:04 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:04 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:04 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:04 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:04 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:04 + popd
12:05:04 + exit 0
12:05:04 ~/rpmbuild/BUILD/src
12:05:04 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8ayxRh
12:05:04 + umask 022
12:05:04 + cd /root/rpmbuild/BUILD
12:05:04 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64 '!=' / ']'
12:05:04 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:05:04 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:05:04 + mkdir -p /root/rpmbuild/BUILDROOT
12:05:04 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:05:04 + cd src
12:05:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin
12:05:04 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/docker
12:05:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/bash-completion/completions
12:05:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/zsh/vendor-completions
12:05:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/fish/vendor_completions.d
12:05:04 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/bash-completion/completions/docker
12:05:04 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/zsh/vendor-completions/_docker
12:05:04 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/fish/vendor_completions.d/docker.fish
12:05:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/man/man1
12:05: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~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/man/man1
12:05:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/man/man5
12:05: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~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/man/man5
12:05:04 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/man/man8
12:05:04 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/man/man8
12:05:04 + mkdir -p build-docs
12:05:04 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:04 + cp cli/LICENSE build-docs/LICENSE
12:05:04 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:04 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:05:04 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:04 + cp cli/NOTICE build-docs/NOTICE
12:05:04 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:04 + cp cli/README.md build-docs/README.md
12:05:04 + /usr/lib/rpm/check-buildroot
12:05:04 + /usr/lib/rpm/redhat/brp-ldconfig
12:05:04 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:05:04 + /usr/lib/rpm/brp-compress
12:05:04 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:05:05 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:05:05 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:05:05 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:05:05 + /usr/lib/rpm/brp-python-hardlink
12:05:05 + PYTHON3=/usr/libexec/platform-python
12:05:05 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:05:05 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.sFhyeD
12:05:05 + umask 022
12:05:05 + cd /root/rpmbuild/BUILD
12:05:05 + cd src
12:05:05 ++ cli/build/docker --version
12:05:05 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:05:05 PASS: cli version OK
12:05:05 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:05:05 + echo 'PASS: cli version OK'
12:05:05 + exit 0
12:05:05 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:05:05 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5cheLa
12:05:05 + umask 022
12:05:05 + cd /root/rpmbuild/BUILD
12:05:05 + cd src
12:05:05 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/doc/docker-ce-cli
12:05:05 + export LC_ALL=C
12:05:05 + LC_ALL=C
12:05:05 + export DOCDIR
12:05:05 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/doc/docker-ce-cli
12:05:05 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/doc/docker-ce-cli
12:05:05 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/doc/docker-ce-cli
12:05:05 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/doc/docker-ce-cli
12:05:05 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/share/doc/docker-ce-cli
12:05:05 + exit 0
12:05:05 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:05 ++ pwd
12:05:05 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:05 Project root: .
12:05:05 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:05 INFO: man/src/attach.md found
12:05:05 WARN: man/src/build.md does not exist, skipping
12:05:05 WARN: man/src/builder/build.md does not exist, skipping
12:05:05 WARN: man/src/builder/prune.md does not exist, skipping
12:05:05 WARN: man/src/builder.md does not exist, skipping
12:05:05 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:05 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:05 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:05 WARN: man/src/checkpoint.md does not exist, skipping
12:05:05 INFO: man/src/commit.md found
12:05:05 WARN: man/src/config/create.md does not exist, skipping
12:05:05 WARN: man/src/config/inspect.md does not exist, skipping
12:05:05 WARN: man/src/config/ls.md does not exist, skipping
12:05:05 WARN: man/src/config/rm.md does not exist, skipping
12:05:05 WARN: man/src/config.md does not exist, skipping
12:05:05 INFO: man/src/container/attach.md found
12:05:05 INFO: man/src/container/commit.md found
12:05:05 INFO: man/src/container/cp.md found
12:05:05 INFO: man/src/container/create.md found
12:05:05 INFO: man/src/container/diff.md found
12:05:05 INFO: man/src/container/exec.md found
12:05:05 INFO: man/src/container/export.md found
12:05:05 WARN: man/src/container/inspect.md does not exist, skipping
12:05:05 INFO: man/src/container/kill.md found
12:05:05 INFO: man/src/container/logs.md found
12:05:05 INFO: man/src/container/ls.md found
12:05:05 INFO: man/src/container/pause.md found
12:05:05 INFO: man/src/container/port.md found
12:05:05 WARN: man/src/container/prune.md does not exist, skipping
12:05:05 INFO: man/src/container/rename.md found
12:05:05 INFO: man/src/container/restart.md found
12:05:05 INFO: man/src/container/rm.md found
12:05:05 INFO: man/src/container/run.md found
12:05:05 INFO: man/src/container/start.md found
12:05:05 INFO: man/src/container/stats.md found
12:05:05 INFO: man/src/container/stop.md found
12:05:05 INFO: man/src/container/top.md found
12:05:05 INFO: man/src/container/unpause.md found
12:05:05 INFO: man/src/container/update.md found
12:05:05 INFO: man/src/container/wait.md found
12:05:05 WARN: man/src/container.md does not exist, skipping
12:05:05 WARN: man/src/context/create.md does not exist, skipping
12:05:05 WARN: man/src/context/export.md does not exist, skipping
12:05:05 WARN: man/src/context/import.md does not exist, skipping
12:05:05 WARN: man/src/context/inspect.md does not exist, skipping
12:05:05 WARN: man/src/context/ls.md does not exist, skipping
12:05:05 WARN: man/src/context/rm.md does not exist, skipping
12:05:05 WARN: man/src/context/show.md does not exist, skipping
12:05:05 WARN: man/src/context/update.md does not exist, skipping
12:05:05 WARN: man/src/context/use.md does not exist, skipping
12:05:05 WARN: man/src/context.md does not exist, skipping
12:05:05 INFO: man/src/cp.md found
12:05:05 INFO: man/src/create.md found
12:05:05 INFO: man/src/diff.md found
12:05:05 INFO: man/src/events.md found
12:05:05 INFO: man/src/exec.md found
12:05:05 INFO: man/src/export.md found
12:05:05 INFO: man/src/history.md found
12:05:05 INFO: man/src/image/build.md found
12:05:05 INFO: man/src/image/history.md found
12:05:05 INFO: man/src/image/import.md found
12:05:05 WARN: man/src/image/inspect.md does not exist, skipping
12:05:05 INFO: man/src/image/load.md found
12:05:05 INFO: man/src/image/ls.md found
12:05:05 WARN: man/src/image/prune.md does not exist, skipping
12:05:05 INFO: man/src/image/pull.md found
12:05:05 INFO: man/src/image/push.md found
12:05:05 INFO: man/src/image/rm.md found
12:05:05 INFO: man/src/image/save.md found
12:05:05 INFO: man/src/image/tag.md found
12:05:05 WARN: man/src/image.md does not exist, skipping
12:05:05 INFO: man/src/images.md found
12:05:05 INFO: man/src/import.md found
12:05:05 INFO: man/src/info.md found
12:05:05 INFO: man/src/inspect.md found
12:05:05 INFO: man/src/kill.md found
12:05:05 INFO: man/src/load.md found
12:05:05 INFO: man/src/login.md found
12:05:05 INFO: man/src/logout.md found
12:05:05 INFO: man/src/logs.md found
12:05:05 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:05 WARN: man/src/manifest/create.md does not exist, skipping
12:05:05 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:05 WARN: man/src/manifest/push.md does not exist, skipping
12:05:05 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:05 WARN: man/src/manifest.md does not exist, skipping
12:05:05 INFO: man/src/network/connect.md found
12:05:05 INFO: man/src/network/create.md found
12:05:05 INFO: man/src/network/disconnect.md found
12:05:05 INFO: man/src/network/inspect.md found
12:05:05 INFO: man/src/network/ls.md found
12:05:05 WARN: man/src/network/prune.md does not exist, skipping
12:05:05 INFO: man/src/network/rm.md found
12:05:05 WARN: man/src/network.md does not exist, skipping
12:05:05 WARN: man/src/node/demote.md does not exist, skipping
12:05:05 WARN: man/src/node/inspect.md does not exist, skipping
12:05:05 WARN: man/src/node/ls.md does not exist, skipping
12:05:05 WARN: man/src/node/promote.md does not exist, skipping
12:05:05 WARN: man/src/node/ps.md does not exist, skipping
12:05:05 WARN: man/src/node/rm.md does not exist, skipping
12:05:05 WARN: man/src/node/update.md does not exist, skipping
12:05:05 WARN: man/src/node.md does not exist, skipping
12:05:05 INFO: man/src/pause.md found
12:05:05 WARN: man/src/plugin/create.md does not exist, skipping
12:05:05 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:05 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:05 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:05 WARN: man/src/plugin/install.md does not exist, skipping
12:05:05 INFO: man/src/plugin/ls.md found
12:05:05 WARN: man/src/plugin/push.md does not exist, skipping
12:05:05 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:05 WARN: man/src/plugin/set.md does not exist, skipping
12:05:05 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:05 WARN: man/src/plugin.md does not exist, skipping
12:05:05 INFO: man/src/port.md found
12:05:05 INFO: man/src/ps.md found
12:05:05 INFO: man/src/pull.md found
12:05:05 INFO: man/src/push.md found
12:05:05 INFO: man/src/rename.md found
12:05:05 INFO: man/src/restart.md found
12:05:05 INFO: man/src/rm.md found
12:05:05 INFO: man/src/rmi.md found
12:05:05 WARN: man/src/run.md does not exist, skipping
12:05:05 INFO: man/src/save.md found
12:05:05 INFO: man/src/search.md found
12:05:05 WARN: man/src/secret/create.md does not exist, skipping
12:05:05 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:05 WARN: man/src/secret/ls.md does not exist, skipping
12:05:05 WARN: man/src/secret/rm.md does not exist, skipping
12:05:05 WARN: man/src/secret.md does not exist, skipping
12:05:05 WARN: man/src/service/create.md does not exist, skipping
12:05:05 WARN: man/src/service/inspect.md does not exist, skipping
12:05:05 WARN: man/src/service/logs.md does not exist, skipping
12:05:05 WARN: man/src/service/ls.md does not exist, skipping
12:05:05 WARN: man/src/service/ps.md does not exist, skipping
12:05:05 WARN: man/src/service/rm.md does not exist, skipping
12:05:05 WARN: man/src/service/rollback.md does not exist, skipping
12:05:05 WARN: man/src/service/scale.md does not exist, skipping
12:05:05 WARN: man/src/service/update.md does not exist, skipping
12:05:05 WARN: man/src/service.md does not exist, skipping
12:05:05 WARN: man/src/stack/config.md does not exist, skipping
12:05:05 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:05 WARN: man/src/stack/ls.md does not exist, skipping
12:05:05 WARN: man/src/stack/ps.md does not exist, skipping
12:05:05 WARN: man/src/stack/rm.md does not exist, skipping
12:05:05 WARN: man/src/stack/services.md does not exist, skipping
12:05:05 WARN: man/src/stack.md does not exist, skipping
12:05:05 INFO: man/src/start.md found
12:05:05 INFO: man/src/stats.md found
12:05:05 INFO: man/src/stop.md found
12:05:05 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:05 WARN: man/src/swarm/init.md does not exist, skipping
12:05:05 WARN: man/src/swarm/join.md does not exist, skipping
12:05:05 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:05 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:05 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:05 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:05 WARN: man/src/swarm/update.md does not exist, skipping
12:05:05 WARN: man/src/swarm.md does not exist, skipping
12:05:05 WARN: man/src/system/df.md does not exist, skipping
12:05:05 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:05 INFO: man/src/system/events.md found
12:05:05 INFO: man/src/system/info.md found
12:05:05 WARN: man/src/system/prune.md does not exist, skipping
12:05:05 WARN: man/src/system.md does not exist, skipping
12:05:05 INFO: man/src/tag.md found
12:05:05 INFO: man/src/top.md found
12:05:05 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:05 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:05 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:05 WARN: man/src/trust/key.md does not exist, skipping
12:05:05 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:05 WARN: man/src/trust/sign.md does not exist, skipping
12:05:05 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:05 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:05 WARN: man/src/trust/signer.md does not exist, skipping
12:05:05 WARN: man/src/trust.md does not exist, skipping
12:05:05 INFO: man/src/unpause.md found
12:05:05 INFO: man/src/update.md found
12:05:05 INFO: man/src/version.md found
12:05:05 INFO: man/src/volume/create.md found
12:05:05 INFO: man/src/volume/inspect.md found
12:05:05 INFO: man/src/volume/ls.md found
12:05:05 WARN: man/src/volume/prune.md does not exist, skipping
12:05:05 WARN: man/src/volume/rm.md does not exist, skipping
12:05:05 WARN: man/src/volume/update.md does not exist, skipping
12:05:05 INFO: man/src/volume.md found
12:05:05 INFO: man/src/wait.md found
12:05:05 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:05 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:05 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:05 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:05 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:05 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:05 make[2]: Leaving directory '/root/build-deb/cli'
12:05:05 # Build buildx plugin
12:05:05 cd /go/src/github.com/docker/buildx \
12:05:05 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:05:05 && GO111MODULE=on \
12:05:05 	CGO_ENABLED=0 \
12:05:05 		go build \
12:05:05 			-mod=vendor \
12:05:05 			-trimpath \
12:05:05 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:05:05 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:05:05 			./cmd/buildx
12:05:05 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.el8 docker-ce-cli(x86-64) = 1:0.0.0~20230206193855.ab4ef4a-0.el8
12:05:05 Requires(interp): /bin/sh
12:05:05 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:05:05 Requires(post): /bin/sh
12:05:05 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)
12:05:05 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:05:05 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
12:05:05 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:05:06 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.src.rpm
12:05:06 make[2]: Entering directory '/root/build-deb/cli'
12:05:06 scripts/docs/generate-man.sh
12:05:06 + cp -r . /tmp/docker-cli-docsgen.UwftPPd3PJ/
12:05:06 + cd /tmp/docker-cli-docsgen.UwftPPd3PJ
12:05:06 + ./scripts/vendor init
12:05:06 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:05:06 + cp man/tools.go .
12:05:06 + ./scripts/vendor update
12:05:06 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:05:06 go: downloading github.com/docker/docker v23.0.0+incompatible
12:05:06 go: downloading github.com/fvbommel/sortorder v1.0.2
12:05:06 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:05:06 go: downloading github.com/morikuni/aec v1.0.0
12:05:06 go: downloading github.com/pkg/errors v0.9.1
12:05:06 go: downloading github.com/spf13/cobra v1.6.1
12:05:06 go: downloading github.com/spf13/pflag v1.0.5
12:05:06 go: downloading github.com/google/go-cmp v0.5.9
12:05:06 go: downloading gotest.tools/v3 v3.4.0
12:05:06 go: downloading golang.org/x/sys v0.4.0
12:05:06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:05:06 go: downloading github.com/docker/go-units v0.5.0
12:05:06 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:05:06 go: downloading github.com/docker/go-connections v0.4.0
12:05:06 go: downloading github.com/moby/sys/sequential v0.5.0
12:05:06 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:05:06 go: downloading golang.org/x/text v0.6.0
12:05:06 go: downloading github.com/mattn/go-runewidth v0.0.13
12:05:06 go: downloading github.com/containerd/containerd v1.6.16
12:05:06 go: downloading github.com/moby/sys/signal v0.7.0
12:05:06 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:05:06 go: downloading github.com/moby/buildkit v0.10.6
12:05:06 go: downloading github.com/moby/patternmatcher v0.5.0
12:05:06 go: downloading github.com/opencontainers/go-digest v1.0.0
12:05:06 go: downloading github.com/gogo/protobuf v1.3.2
12:05:06 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:05:06 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:05:07 go: downloading gopkg.in/yaml.v2 v2.4.0
12:05:07 go: downloading golang.org/x/term v0.4.0
12:05:07 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:05:07 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:05:07 go: downloading github.com/imdario/mergo v0.3.12
12:05:07 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:05:07 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:05:07 go: downloading github.com/creack/pty v1.1.11
12:05:07 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:05:07 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:07 ++ pwd
12:05:07 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:07 Project root: .
12:05:07 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:07 INFO: man/src/attach.md found
12:05:07 WARN: man/src/build.md does not exist, skipping
12:05:07 WARN: man/src/builder/build.md does not exist, skipping
12:05:07 WARN: man/src/builder/prune.md does not exist, skipping
12:05:07 WARN: man/src/builder.md does not exist, skipping
12:05:07 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:07 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:07 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:07 WARN: man/src/checkpoint.md does not exist, skipping
12:05:07 INFO: man/src/commit.md found
12:05:07 WARN: man/src/config/create.md does not exist, skipping
12:05:07 WARN: man/src/config/inspect.md does not exist, skipping
12:05:07 WARN: man/src/config/ls.md does not exist, skipping
12:05:07 WARN: man/src/config/rm.md does not exist, skipping
12:05:07 WARN: man/src/config.md does not exist, skipping
12:05:07 INFO: man/src/container/attach.md found
12:05:07 INFO: man/src/container/commit.md found
12:05:07 INFO: man/src/container/cp.md found
12:05:07 INFO: man/src/container/create.md found
12:05:07 INFO: man/src/container/diff.md found
12:05:07 INFO: man/src/container/exec.md found
12:05:07 INFO: man/src/container/export.md found
12:05:07 WARN: man/src/container/inspect.md does not exist, skipping
12:05:07 INFO: man/src/container/kill.md found
12:05:07 INFO: man/src/container/logs.md found
12:05:07 INFO: man/src/container/ls.md found
12:05:07 INFO: man/src/container/pause.md found
12:05:07 INFO: man/src/container/port.md found
12:05:07 WARN: man/src/container/prune.md does not exist, skipping
12:05:07 INFO: man/src/container/rename.md found
12:05:07 INFO: man/src/container/restart.md found
12:05:07 INFO: man/src/container/rm.md found
12:05:07 INFO: man/src/container/run.md found
12:05:07 INFO: man/src/container/start.md found
12:05:07 INFO: man/src/container/stats.md found
12:05:07 INFO: man/src/container/stop.md found
12:05:07 INFO: man/src/container/top.md found
12:05:07 INFO: man/src/container/unpause.md found
12:05:07 INFO: man/src/container/update.md found
12:05:07 INFO: man/src/container/wait.md found
12:05:07 WARN: man/src/container.md does not exist, skipping
12:05:07 WARN: man/src/context/create.md does not exist, skipping
12:05:07 WARN: man/src/context/export.md does not exist, skipping
12:05:07 WARN: man/src/context/import.md does not exist, skipping
12:05:07 WARN: man/src/context/inspect.md does not exist, skipping
12:05:07 WARN: man/src/context/ls.md does not exist, skipping
12:05:07 WARN: man/src/context/rm.md does not exist, skipping
12:05:07 WARN: man/src/context/show.md does not exist, skipping
12:05:07 WARN: man/src/context/update.md does not exist, skipping
12:05:07 WARN: man/src/context/use.md does not exist, skipping
12:05:07 WARN: man/src/context.md does not exist, skipping
12:05:07 INFO: man/src/cp.md found
12:05:07 INFO: man/src/create.md found
12:05:07 INFO: man/src/diff.md found
12:05:07 INFO: man/src/events.md found
12:05:07 INFO: man/src/exec.md found
12:05:07 INFO: man/src/export.md found
12:05:07 INFO: man/src/history.md found
12:05:07 INFO: man/src/image/build.md found
12:05:07 INFO: man/src/image/history.md found
12:05:07 INFO: man/src/image/import.md found
12:05:07 WARN: man/src/image/inspect.md does not exist, skipping
12:05:07 INFO: man/src/image/load.md found
12:05:07 INFO: man/src/image/ls.md found
12:05:07 WARN: man/src/image/prune.md does not exist, skipping
12:05:07 INFO: man/src/image/pull.md found
12:05:07 INFO: man/src/image/push.md found
12:05:07 INFO: man/src/image/rm.md found
12:05:07 INFO: man/src/image/save.md found
12:05:07 INFO: man/src/image/tag.md found
12:05:07 WARN: man/src/image.md does not exist, skipping
12:05:07 INFO: man/src/images.md found
12:05:07 INFO: man/src/import.md found
12:05:07 INFO: man/src/info.md found
12:05:07 INFO: man/src/inspect.md found
12:05:07 INFO: man/src/kill.md found
12:05:07 INFO: man/src/load.md found
12:05:07 INFO: man/src/login.md found
12:05:07 INFO: man/src/logout.md found
12:05:07 INFO: man/src/logs.md found
12:05:07 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:07 WARN: man/src/manifest/create.md does not exist, skipping
12:05:07 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:07 WARN: man/src/manifest/push.md does not exist, skipping
12:05:07 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:07 WARN: man/src/manifest.md does not exist, skipping
12:05:07 INFO: man/src/network/connect.md found
12:05:07 INFO: man/src/network/create.md found
12:05:07 INFO: man/src/network/disconnect.md found
12:05:07 INFO: man/src/network/inspect.md found
12:05:07 INFO: man/src/network/ls.md found
12:05:07 WARN: man/src/network/prune.md does not exist, skipping
12:05:07 INFO: man/src/network/rm.md found
12:05:07 WARN: man/src/network.md does not exist, skipping
12:05:07 WARN: man/src/node/demote.md does not exist, skipping
12:05:07 WARN: man/src/node/inspect.md does not exist, skipping
12:05:07 WARN: man/src/node/ls.md does not exist, skipping
12:05:07 WARN: man/src/node/promote.md does not exist, skipping
12:05:07 WARN: man/src/node/ps.md does not exist, skipping
12:05:07 WARN: man/src/node/rm.md does not exist, skipping
12:05:07 WARN: man/src/node/update.md does not exist, skipping
12:05:07 WARN: man/src/node.md does not exist, skipping
12:05:07 INFO: man/src/pause.md found
12:05:07 WARN: man/src/plugin/create.md does not exist, skipping
12:05:07 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:07 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:07 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:07 WARN: man/src/plugin/install.md does not exist, skipping
12:05:07 INFO: man/src/plugin/ls.md found
12:05:07 WARN: man/src/plugin/push.md does not exist, skipping
12:05:07 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:07 WARN: man/src/plugin/set.md does not exist, skipping
12:05:07 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:07 WARN: man/src/plugin.md does not exist, skipping
12:05:07 INFO: man/src/port.md found
12:05:07 INFO: man/src/ps.md found
12:05:07 INFO: man/src/pull.md found
12:05:07 INFO: man/src/push.md found
12:05:07 INFO: man/src/rename.md found
12:05:07 INFO: man/src/restart.md found
12:05:07 INFO: man/src/rm.md found
12:05:07 INFO: man/src/rmi.md found
12:05:07 WARN: man/src/run.md does not exist, skipping
12:05:07 INFO: man/src/save.md found
12:05:07 INFO: man/src/search.md found
12:05:07 WARN: man/src/secret/create.md does not exist, skipping
12:05:07 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:07 WARN: man/src/secret/ls.md does not exist, skipping
12:05:07 WARN: man/src/secret/rm.md does not exist, skipping
12:05:07 WARN: man/src/secret.md does not exist, skipping
12:05:07 WARN: man/src/service/create.md does not exist, skipping
12:05:07 WARN: man/src/service/inspect.md does not exist, skipping
12:05:07 WARN: man/src/service/logs.md does not exist, skipping
12:05:07 WARN: man/src/service/ls.md does not exist, skipping
12:05:07 WARN: man/src/service/ps.md does not exist, skipping
12:05:07 WARN: man/src/service/rm.md does not exist, skipping
12:05:07 WARN: man/src/service/rollback.md does not exist, skipping
12:05:07 WARN: man/src/service/scale.md does not exist, skipping
12:05:07 WARN: man/src/service/update.md does not exist, skipping
12:05:07 WARN: man/src/service.md does not exist, skipping
12:05:07 WARN: man/src/stack/config.md does not exist, skipping
12:05:07 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:07 WARN: man/src/stack/ls.md does not exist, skipping
12:05:07 WARN: man/src/stack/ps.md does not exist, skipping
12:05:07 WARN: man/src/stack/rm.md does not exist, skipping
12:05:07 WARN: man/src/stack/services.md does not exist, skipping
12:05:07 WARN: man/src/stack.md does not exist, skipping
12:05:07 INFO: man/src/start.md found
12:05:07 INFO: man/src/stats.md found
12:05:07 INFO: man/src/stop.md found
12:05:07 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:07 WARN: man/src/swarm/init.md does not exist, skipping
12:05:07 WARN: man/src/swarm/join.md does not exist, skipping
12:05:07 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:07 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:07 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:07 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:07 WARN: man/src/swarm/update.md does not exist, skipping
12:05:07 WARN: man/src/swarm.md does not exist, skipping
12:05:07 WARN: man/src/system/df.md does not exist, skipping
12:05:07 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:07 INFO: man/src/system/events.md found
12:05:07 INFO: man/src/system/info.md found
12:05:07 WARN: man/src/system/prune.md does not exist, skipping
12:05:07 WARN: man/src/system.md does not exist, skipping
12:05:07 INFO: man/src/tag.md found
12:05:07 INFO: man/src/top.md found
12:05:07 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:07 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:07 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:07 WARN: man/src/trust/key.md does not exist, skipping
12:05:07 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:07 WARN: man/src/trust/sign.md does not exist, skipping
12:05:07 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:07 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:07 WARN: man/src/trust/signer.md does not exist, skipping
12:05:07 WARN: man/src/trust.md does not exist, skipping
12:05:07 INFO: man/src/unpause.md found
12:05:07 INFO: man/src/update.md found
12:05:07 INFO: man/src/version.md found
12:05:07 INFO: man/src/volume/create.md found
12:05:07 INFO: man/src/volume/inspect.md found
12:05:07 INFO: man/src/volume/ls.md found
12:05:07 WARN: man/src/volume/prune.md does not exist, skipping
12:05:07 WARN: man/src/volume/rm.md does not exist, skipping
12:05:07 WARN: man/src/volume/update.md does not exist, skipping
12:05:07 INFO: man/src/volume.md found
12:05:07 INFO: man/src/wait.md found
12:05:07 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:07 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:07 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:07 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:07 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:07 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:07 make[2]: Leaving directory '/root/build-deb/cli'
12:05:07 # Build buildx plugin
12:05:07 cd /go/src/github.com/docker/buildx \
12:05:07 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:05:07 && GO111MODULE=on \
12:05:07 	CGO_ENABLED=0 \
12:05:07 		go build \
12:05:07 			-mod=vendor \
12:05:07 			-trimpath \
12:05:07 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:05:07 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:05:07 			./cmd/buildx
12:05:08 go: downloading gopkg.in/yaml.v3 v3.0.1
12:05:08 go: downloading github.com/stretchr/testify v1.8.0
12:05:08 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:05:08 go: downloading github.com/rivo/uniseg v0.2.0
12:05:08 go: downloading github.com/klauspost/compress v1.15.12
12:05:08 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:05:08 go: downloading github.com/containerd/continuity v0.3.0
12:05:08 go: downloading github.com/moby/sys/symlink v0.2.0
12:05:08 go: downloading golang.org/x/time v0.1.0
12:05:08 go: downloading github.com/opencontainers/runc v1.1.3
12:05:08 go: downloading golang.org/x/crypto v0.2.0
12:05:08 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:05:09 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:05:09 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:05:09 go: downloading google.golang.org/grpc v1.48.0
12:05:09 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:05:09 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:05:09 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:05:09 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm
12:05:09 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uIMxBK
12:05:09 + umask 022
12:05:09 + cd /root/rpmbuild/BUILD
12:05:09 + cd src
12:05:09 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:05:09 + exit 0
12:05:09 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.LVnvzN
12:05:09 + umask 022
12:05:09 + cd /root/rpmbuild/BUILD
12:05:09 + cd /root/rpmbuild/BUILD
12:05:09 + rm -rf src
12:05:09 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:05:09 go: downloading github.com/Microsoft/go-winio v0.5.2
12:05:09 go: downloading golang.org/x/net v0.5.0
12:05:10 + /usr/bin/mkdir -p src
12:05:10 + cd src
12:05:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:05:10 + /usr/bin/tar -xof -
12:05:10 go: downloading github.com/russross/blackfriday v1.6.0
12:05:10 go: downloading github.com/davecgh/go-spew v1.1.1
12:05:10 go: downloading github.com/pmezard/go-difflib v1.0.0
12:05:10 go: downloading github.com/miekg/pkcs11 v1.1.1
12:05:10 go: downloading github.com/prometheus/client_golang v1.14.0
12:05:10 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:05:10 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:05:10 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:05:10 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:05:10 + STATUS=0
12:05:10 + '[' 0 -ne 0 ']'
12:05:10 + /usr/bin/tar -xof -
12:05:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:05:10 go: downloading github.com/golang/protobuf v1.5.2
12:05:10 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:05:11 + STATUS=0
12:05:11 + '[' 0 -ne 0 ']'
12:05:11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:05:11 + exit 0
12:05:11 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lYwtWU
12:05:11 + umask 022
12:05:11 + cd /root/rpmbuild/BUILD
12:05:11 + cd src
12:05:11 + export DOCKER_GITCOMMIT=a25ab92
12:05:11 + DOCKER_GITCOMMIT=a25ab92
12:05:11 + mkdir -p /go/src/github.com/docker
12:05:11 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:05:11 + TMP_GOPATH=/go
12:05:11 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:05:11 + RM_GOPATH=0
12:05:11 + TMP_GOPATH=/go
12:05:11 + : /usr/local/bin
12:05:11 + '[' -z /go ']'
12:05:11 + export GOPATH=/go
12:05:11 + GOPATH=/go
12:05:11 + case "$(go env GOARCH)" in
12:05:11 ++ go env GOARCH
12:05:11 + export GO_BUILDMODE=-buildmode=pie
12:05:11 + GO_BUILDMODE=-buildmode=pie
12:05:11 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:05:11 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:05:11 + bin=rootlesskit
12:05:11 + shift
12:05:11 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:05:11 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:05:11 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:11 + install_rootlesskit dynamic
12:05:11 + case "$1" in
12:05:11 + install_rootlesskit_dynamic
12:05:11 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:05:11 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:05:11 + export BUILD_MODE=-buildmode=pie
12:05:11 + BUILD_MODE=-buildmode=pie
12:05:11 + _install_rootlesskit
12:05:11 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:11 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:05:11 + for f in rootlesskit rootlesskit-docker-proxy
12:05:11 + GOBIN=/usr/local/bin
12:05:11 + GO111MODULE=on
12:05:11 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:11 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:05:11 go: downloading github.com/urfave/cli/v2 v2.23.5
12:05:11 go: downloading golang.org/x/sys v0.2.0
12:05:12 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:05:12 go: downloading github.com/google/uuid v1.3.0
12:05:12 go: downloading github.com/moby/vpnkit v0.5.0
12:05:12 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:05:12 go: downloading github.com/gofrs/flock v0.8.1
12:05:12 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:05:12 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:05:12 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:05:12 go: downloading golang.org/x/net v0.1.0
12:05:13 ~/rpmbuild/BUILD/src
12:05:13 + popd
12:05:13 + exit 0
12:05:13 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.G5QKmZ
12:05:13 + umask 022
12:05:13 + cd /root/rpmbuild/BUILD
12:05:13 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64 '!=' / ']'
12:05:13 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64
12:05:13 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64
12:05:13 + mkdir -p /root/rpmbuild/BUILDROOT
12:05:13 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64
12:05:13 + cd src
12:05:13 + pushd /root/rpmbuild/BUILD/src/buildx
12:05:13 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:05:13 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:05:13 ~/rpmbuild/BUILD/src
12:05:13 + popd
12:05:13 + /usr/lib/rpm/check-buildroot
12:05:13 + /usr/lib/rpm/redhat/brp-compress
12:05:13 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
12:05:13 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:05:13 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
12:05:13 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
12:05:13 + /usr/lib/rpm/redhat/brp-python-hardlink
12:05:13 + /usr/lib/rpm/redhat/brp-java-repack-jars
12:05:13 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.u3mUmx
12:05:13 + umask 022
12:05:13 + cd /root/rpmbuild/BUILD
12:05:13 + cd src
12:05:13 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
12:05:13 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:05:13 + ver=v0.10.2
12:05:13 + test v0.10.2 = v0.10.2
12:05:13 + echo 'PASS: docker-buildx version OK'
12:05:13 + exit 0
12:05:13 PASS: docker-buildx version OK
12:05:13 Processing files: docker-buildx-plugin-0.10.2-0.el7.aarch64
12:05:13 Provides: docker-buildx-plugin = 0:0.10.2-0.el7 docker-buildx-plugin(aarch-64) = 0:0.10.2-0.el7
12:05:13 Requires(interp): /bin/sh /bin/sh /bin/sh
12:05:13 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:05:13 Requires(post): /bin/sh
12:05:13 Requires(preun): /bin/sh
12:05:13 Requires(postun): /bin/sh
12:05:13 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64
12:05:13 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.el7.src.rpm
12:05:13 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:05:13 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:05:13 go: downloading github.com/beorn7/perks v1.0.1
12:05:13 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:05:13 go: downloading github.com/prometheus/client_model v0.3.0
12:05:13 go: downloading github.com/prometheus/common v0.37.0
12:05:13 go: downloading github.com/prometheus/procfs v0.8.0
12:05:13 go: downloading google.golang.org/protobuf v1.28.1
12:05:14 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el7.aarch64.rpm
12:05:14 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KYNdYy
12:05:14 + umask 022
12:05:14 + cd /root/rpmbuild/BUILD
12:05:14 + cd src
12:05:14 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.aarch64
12:05:14 + exit 0
12:05:14 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eQf3bC
12:05:14 + umask 022
12:05:14 + cd /root/rpmbuild/BUILD
12:05:14 + cd /root/rpmbuild/BUILD
12:05:14 + rm -rf src
12:05:14 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:05:14 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:05:14 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:05:14 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:05:14 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:05:14 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:05:14 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:05:14 go: downloading k8s.io/klog/v2 v2.80.1
12:05:14 + /usr/bin/mkdir -p src
12:05:14 + cd src
12:05:14 + /usr/bin/tar -xf -
12:05:14 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:05:14 + STATUS=0
12:05:14 + '[' 0 -ne 0 ']'
12:05:14 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:05:14 + /usr/bin/tar -xf -
12:05:14 + STATUS=0
12:05:14 + '[' 0 -ne 0 ']'
12:05:14 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:05:14 + exit 0
12:05:14 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.JyJfIN
12:05:14 + umask 022
12:05:14 + cd /root/rpmbuild/BUILD
12:05:14 + cd src
12:05:14 + pushd /root/rpmbuild/BUILD/src/compose
12:05:14 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:05:14 + make VERSION=v2.15.1 DESTDIR=./bin build
12:05:14 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "./bin/docker-compose" ./cmd
12:05:14 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:05:14 go: downloading github.com/kr/text v0.2.0
12:05:14 go: downloading github.com/docker/go-metrics v0.0.1
12:05:14 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:05:14 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:05:14 go: downloading github.com/BurntSushi/toml v0.3.1
12:05:14 go: downloading github.com/kr/pretty v0.2.1
12:05:14 go: downloading github.com/magiconair/properties v1.5.3
12:05:14 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:05:14 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:05:14 go: downloading github.com/go-logr/logr v1.2.3
12:05:14 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:05:14 + go mod vendor -modfile=vendor.mod
12:05:14 go: downloading golang.org/x/sys v0.3.0
12:05:14 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:05:15 go: downloading github.com/theupdateframework/notary v0.7.0
12:05:15 go: downloading github.com/compose-spec/compose-go v1.8.2
12:05:15 go: downloading github.com/hashicorp/go-version v1.6.0
12:05:15 go: downloading github.com/docker/buildx v0.9.1
12:05:15 go: downloading github.com/mattn/go-shellwords v1.0.12
12:05:15 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:05:16 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:05:16 go: downloading go.opentelemetry.io/otel v1.11.2
12:05:16 go: downloading github.com/containerd/containerd v1.6.14
12:05:16 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:05:16 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:05:16 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:05:16 go: downloading golang.org/x/sync v0.1.0
12:05:16 go: downloading k8s.io/client-go v0.22.4
12:05:16 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:05:17 go: downloading github.com/imdario/mergo v0.3.13
12:05:17 go: downloading github.com/containerd/console v1.0.3
12:05:17 go: downloading github.com/buger/goterm v1.0.4
12:05:17 go: downloading github.com/stretchr/testify v1.8.1
12:05:17 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:05:17 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:05:17 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:05:17 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:05:17 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:05:17 go: downloading k8s.io/api v0.22.4
12:05:18 go: downloading k8s.io/apimachinery v0.22.4
12:05:18 go: downloading github.com/gofrs/flock v0.8.0
12:05:18 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:05:18 go: downloading github.com/golang/mock v1.6.0
12:05:18 go: downloading github.com/klauspost/compress v1.15.9
12:05:18 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:05:18 go: downloading github.com/hashicorp/errwrap v1.1.0
12:05:18 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:05:18 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:05:18 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:05:18 go: downloading google.golang.org/grpc v1.47.0
12:05:18 go: downloading golang.org/x/net v0.4.0
12:05:18 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:05:18 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:05:18 go: downloading golang.org/x/term v0.3.0
12:05:18 go: downloading github.com/mattn/go-runewidth v0.0.14
12:05:18 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:05:18 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:05:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:05:19 + for f in rootlesskit rootlesskit-docker-proxy
12:05:19 + GOBIN=/usr/local/bin
12:05:19 + GO111MODULE=on
12:05:19 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:19 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:05:19 go: downloading k8s.io/klog/v2 v2.60.1
12:05:19 go: downloading google.golang.org/protobuf v1.28.0
12:05:19 go: downloading github.com/go-logr/stdr v1.2.2
12:05:19 go: downloading github.com/containerd/typeurl v1.0.2
12:05:19 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:05:19 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:05:19 go: downloading github.com/pelletier/go-toml v1.9.4
12:05:19 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:05:19 go: downloading github.com/google/gofuzz v1.2.0
12:05:19 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:05:19 go: downloading github.com/gogo/googleapis v1.4.1
12:05:20 + return
12:05:20 + exit 0
12:05:20 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.DGHzE2
12:05:20 + umask 022
12:05:20 + cd /root/rpmbuild/BUILD
12:05:20 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64 '!=' / ']'
12:05:20 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:05:20 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:05:20 + mkdir -p /root/rpmbuild/BUILDROOT
12:05:20 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:05:20 + cd src
12:05:20 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/dockerd-rootless.sh
12:05:20 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/dockerd-rootless-setuptool.sh
12:05:20 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/rootlesskit
12:05:20 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64/usr/bin/rootlesskit-docker-proxy
12:05:20 + /usr/lib/rpm/check-buildroot
12:05:20 + /usr/lib/rpm/redhat/brp-ldconfig
12:05:20 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:05:20 + /usr/lib/rpm/brp-compress
12:05:20 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:05:20 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:05:20 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:05:20 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:05:20 + /usr/lib/rpm/brp-python-hardlink
12:05:20 + PYTHON3=/usr/libexec/platform-python
12:05:20 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:05:20 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.qzfXP9
12:05:20 + umask 022
12:05:20 + cd /root/rpmbuild/BUILD
12:05:20 + cd src
12:05:20 + /usr/local/bin/rootlesskit -v
12:05:20 rootlesskit version 1.1.0
12:05:20 + exit 0
12:05:20 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:05:20 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.el8 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230206193855.ab4ef4a-0.el8
12:05:20 Requires(interp): /bin/sh /bin/sh /bin/sh
12:05:20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:05:20 Requires(post): /bin/sh
12:05:20 Requires(preun): /bin/sh
12:05:20 Requires(postun): /bin/sh
12:05:20 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)
12:05:20 Conflicts: rootlesskit
12:05:20 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:05:20 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:05:20 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:05:20 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:05:20 go: downloading github.com/moby/locker v1.0.1
12:05:20 go: downloading github.com/felixge/httpsnoop v1.0.2
12:05:20 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:05:20 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:05:20 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:05:20 go: downloading gopkg.in/inf.v0 v0.9.1
12:05:20 go: downloading github.com/googleapis/gnostic v0.5.5
12:05:20 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:05:20 go: downloading github.com/json-iterator/go v1.1.12
12:05:20 go: downloading github.com/modern-go/reflect2 v1.0.2
12:05:20 go: downloading sigs.k8s.io/yaml v1.2.0
12:05:20 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:05:20 go: downloading github.com/mattn/go-colorable v0.1.12
12:05:20 go: downloading github.com/prometheus/client_golang v1.12.2
12:05:20 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:05:20 go: downloading github.com/containerd/ttrpc v1.1.0
12:05:20 go: downloading github.com/moby/spdystream v0.2.0
12:05:20 go: downloading github.com/mattn/go-isatty v0.0.16
12:05:20 go: downloading github.com/prometheus/client_model v0.2.0
12:05:20 go: downloading github.com/prometheus/common v0.32.1
12:05:20 go: downloading github.com/prometheus/procfs v0.7.3
12:05:21 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.src.rpm
12:05:21 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:21 ++ pwd
12:05:21 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:21 Project root: .
12:05:21 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:21 INFO: man/src/attach.md found
12:05:21 WARN: man/src/build.md does not exist, skipping
12:05:21 WARN: man/src/builder/build.md does not exist, skipping
12:05:21 WARN: man/src/builder/prune.md does not exist, skipping
12:05:21 WARN: man/src/builder.md does not exist, skipping
12:05:21 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:21 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:21 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:21 WARN: man/src/checkpoint.md does not exist, skipping
12:05:21 INFO: man/src/commit.md found
12:05:21 WARN: man/src/config/create.md does not exist, skipping
12:05:21 WARN: man/src/config/inspect.md does not exist, skipping
12:05:21 WARN: man/src/config/ls.md does not exist, skipping
12:05:21 WARN: man/src/config/rm.md does not exist, skipping
12:05:21 WARN: man/src/config.md does not exist, skipping
12:05:21 INFO: man/src/container/attach.md found
12:05:21 INFO: man/src/container/commit.md found
12:05:21 INFO: man/src/container/cp.md found
12:05:21 INFO: man/src/container/create.md found
12:05:21 INFO: man/src/container/diff.md found
12:05:21 INFO: man/src/container/exec.md found
12:05:21 INFO: man/src/container/export.md found
12:05:21 WARN: man/src/container/inspect.md does not exist, skipping
12:05:21 INFO: man/src/container/kill.md found
12:05:21 INFO: man/src/container/logs.md found
12:05:21 INFO: man/src/container/ls.md found
12:05:21 INFO: man/src/container/pause.md found
12:05:21 INFO: man/src/container/port.md found
12:05:21 WARN: man/src/container/prune.md does not exist, skipping
12:05:21 INFO: man/src/container/rename.md found
12:05:21 INFO: man/src/container/restart.md found
12:05:21 INFO: man/src/container/rm.md found
12:05:21 INFO: man/src/container/run.md found
12:05:21 INFO: man/src/container/start.md found
12:05:21 INFO: man/src/container/stats.md found
12:05:21 INFO: man/src/container/stop.md found
12:05:21 INFO: man/src/container/top.md found
12:05:21 INFO: man/src/container/unpause.md found
12:05:21 INFO: man/src/container/update.md found
12:05:21 INFO: man/src/container/wait.md found
12:05:21 WARN: man/src/container.md does not exist, skipping
12:05:21 WARN: man/src/context/create.md does not exist, skipping
12:05:21 WARN: man/src/context/export.md does not exist, skipping
12:05:21 WARN: man/src/context/import.md does not exist, skipping
12:05:21 WARN: man/src/context/inspect.md does not exist, skipping
12:05:21 WARN: man/src/context/ls.md does not exist, skipping
12:05:21 WARN: man/src/context/rm.md does not exist, skipping
12:05:21 WARN: man/src/context/show.md does not exist, skipping
12:05:21 WARN: man/src/context/update.md does not exist, skipping
12:05:21 WARN: man/src/context/use.md does not exist, skipping
12:05:21 WARN: man/src/context.md does not exist, skipping
12:05:21 INFO: man/src/cp.md found
12:05:21 INFO: man/src/create.md found
12:05:21 INFO: man/src/diff.md found
12:05:21 INFO: man/src/events.md found
12:05:21 INFO: man/src/exec.md found
12:05:21 INFO: man/src/export.md found
12:05:21 INFO: man/src/history.md found
12:05:21 INFO: man/src/image/build.md found
12:05:21 INFO: man/src/image/history.md found
12:05:21 INFO: man/src/image/import.md found
12:05:21 WARN: man/src/image/inspect.md does not exist, skipping
12:05:21 INFO: man/src/image/load.md found
12:05:21 INFO: man/src/image/ls.md found
12:05:21 WARN: man/src/image/prune.md does not exist, skipping
12:05:21 INFO: man/src/image/pull.md found
12:05:21 INFO: man/src/image/push.md found
12:05:21 INFO: man/src/image/rm.md found
12:05:21 INFO: man/src/image/save.md found
12:05:21 INFO: man/src/image/tag.md found
12:05:21 WARN: man/src/image.md does not exist, skipping
12:05:21 INFO: man/src/images.md found
12:05:21 INFO: man/src/import.md found
12:05:21 INFO: man/src/info.md found
12:05:21 INFO: man/src/inspect.md found
12:05:21 INFO: man/src/kill.md found
12:05:21 INFO: man/src/load.md found
12:05:21 INFO: man/src/login.md found
12:05:21 INFO: man/src/logout.md found
12:05:21 INFO: man/src/logs.md found
12:05:21 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:21 WARN: man/src/manifest/create.md does not exist, skipping
12:05:21 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:21 WARN: man/src/manifest/push.md does not exist, skipping
12:05:21 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:21 WARN: man/src/manifest.md does not exist, skipping
12:05:21 INFO: man/src/network/connect.md found
12:05:21 INFO: man/src/network/create.md found
12:05:21 INFO: man/src/network/disconnect.md found
12:05:21 INFO: man/src/network/inspect.md found
12:05:21 INFO: man/src/network/ls.md found
12:05:21 WARN: man/src/network/prune.md does not exist, skipping
12:05:21 INFO: man/src/network/rm.md found
12:05:21 WARN: man/src/network.md does not exist, skipping
12:05:21 WARN: man/src/node/demote.md does not exist, skipping
12:05:21 WARN: man/src/node/inspect.md does not exist, skipping
12:05:21 WARN: man/src/node/ls.md does not exist, skipping
12:05:21 WARN: man/src/node/promote.md does not exist, skipping
12:05:21 WARN: man/src/node/ps.md does not exist, skipping
12:05:21 WARN: man/src/node/rm.md does not exist, skipping
12:05:21 WARN: man/src/node/update.md does not exist, skipping
12:05:21 WARN: man/src/node.md does not exist, skipping
12:05:21 INFO: man/src/pause.md found
12:05:21 WARN: man/src/plugin/create.md does not exist, skipping
12:05:21 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:21 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:21 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:21 WARN: man/src/plugin/install.md does not exist, skipping
12:05:21 INFO: man/src/plugin/ls.md found
12:05:21 WARN: man/src/plugin/push.md does not exist, skipping
12:05:21 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:21 WARN: man/src/plugin/set.md does not exist, skipping
12:05:21 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:21 WARN: man/src/plugin.md does not exist, skipping
12:05:21 INFO: man/src/port.md found
12:05:21 INFO: man/src/ps.md found
12:05:21 INFO: man/src/pull.md found
12:05:21 INFO: man/src/push.md found
12:05:21 INFO: man/src/rename.md found
12:05:21 INFO: man/src/restart.md found
12:05:21 INFO: man/src/rm.md found
12:05:21 INFO: man/src/rmi.md found
12:05:21 WARN: man/src/run.md does not exist, skipping
12:05:21 INFO: man/src/save.md found
12:05:21 INFO: man/src/search.md found
12:05:21 WARN: man/src/secret/create.md does not exist, skipping
12:05:21 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:21 WARN: man/src/secret/ls.md does not exist, skipping
12:05:21 WARN: man/src/secret/rm.md does not exist, skipping
12:05:21 WARN: man/src/secret.md does not exist, skipping
12:05:21 WARN: man/src/service/create.md does not exist, skipping
12:05:21 WARN: man/src/service/inspect.md does not exist, skipping
12:05:21 WARN: man/src/service/logs.md does not exist, skipping
12:05:21 WARN: man/src/service/ls.md does not exist, skipping
12:05:21 WARN: man/src/service/ps.md does not exist, skipping
12:05:21 WARN: man/src/service/rm.md does not exist, skipping
12:05:21 WARN: man/src/service/rollback.md does not exist, skipping
12:05:21 WARN: man/src/service/scale.md does not exist, skipping
12:05:21 WARN: man/src/service/update.md does not exist, skipping
12:05:21 WARN: man/src/service.md does not exist, skipping
12:05:21 WARN: man/src/stack/config.md does not exist, skipping
12:05:21 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:21 WARN: man/src/stack/ls.md does not exist, skipping
12:05:21 WARN: man/src/stack/ps.md does not exist, skipping
12:05:21 WARN: man/src/stack/rm.md does not exist, skipping
12:05:21 WARN: man/src/stack/services.md does not exist, skipping
12:05:21 WARN: man/src/stack.md does not exist, skipping
12:05:21 INFO: man/src/start.md found
12:05:21 INFO: man/src/stats.md found
12:05:21 INFO: man/src/stop.md found
12:05:21 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:21 WARN: man/src/swarm/init.md does not exist, skipping
12:05:21 WARN: man/src/swarm/join.md does not exist, skipping
12:05:21 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:21 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:21 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:21 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:21 WARN: man/src/swarm/update.md does not exist, skipping
12:05:21 WARN: man/src/swarm.md does not exist, skipping
12:05:21 WARN: man/src/system/df.md does not exist, skipping
12:05:21 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:21 INFO: man/src/system/events.md found
12:05:21 INFO: man/src/system/info.md found
12:05:21 WARN: man/src/system/prune.md does not exist, skipping
12:05:21 WARN: man/src/system.md does not exist, skipping
12:05:21 INFO: man/src/tag.md found
12:05:21 INFO: man/src/top.md found
12:05:21 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:21 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:21 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:21 WARN: man/src/trust/key.md does not exist, skipping
12:05:21 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:21 WARN: man/src/trust/sign.md does not exist, skipping
12:05:21 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:21 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:21 WARN: man/src/trust/signer.md does not exist, skipping
12:05:21 WARN: man/src/trust.md does not exist, skipping
12:05:21 INFO: man/src/unpause.md found
12:05:21 INFO: man/src/update.md found
12:05:21 INFO: man/src/version.md found
12:05:21 INFO: man/src/volume/create.md found
12:05:21 INFO: man/src/volume/inspect.md found
12:05:21 INFO: man/src/volume/ls.md found
12:05:21 WARN: man/src/volume/prune.md does not exist, skipping
12:05:21 WARN: man/src/volume/rm.md does not exist, skipping
12:05:21 WARN: man/src/volume/update.md does not exist, skipping
12:05:21 INFO: man/src/volume.md found
12:05:21 INFO: man/src/wait.md found
12:05:21 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:21 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:21 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:21 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:21 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:21 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:21 ~/rpmbuild/BUILD/src
12:05:21 + popd
12:05:21 + RPM_EC=0
12:05:21 ++ jobs -p
12:05:21 + exit 0
12:05:21 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JGPm0B
12:05:21 + umask 022
12:05:21 + cd /root/rpmbuild/BUILD
12:05:21 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64 '!=' / ']'
12:05:21 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:05:21 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:05:21 + mkdir -p /root/rpmbuild/BUILDROOT
12:05:21 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:05:21 + cd src
12:05:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin
12:05:21 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/docker
12:05:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/bash-completion/completions
12:05:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/zsh/vendor-completions
12:05:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/fish/vendor_completions.d
12:05:21 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/bash-completion/completions/docker
12:05:21 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/zsh/vendor-completions/_docker
12:05:21 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/fish/vendor_completions.d/docker.fish
12:05:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/man/man1
12:05:21 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-show.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-config.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume-update.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/man/man1
12:05:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/man/man5
12:05:21 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/man/man5
12:05:21 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/man/man8
12:05:21 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/man/man8
12:05:21 + mkdir -p build-docs
12:05:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:21 + cp cli/LICENSE build-docs/LICENSE
12:05:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:21 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:05:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:21 + cp cli/NOTICE build-docs/NOTICE
12:05:21 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:21 + cp cli/README.md build-docs/README.md
12:05:21 + /usr/lib/rpm/check-buildroot
12:05:21 + /usr/lib/rpm/redhat/brp-ldconfig
12:05:21 + /usr/lib/rpm/brp-compress
12:05:21 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:05:21 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:05:21 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:05:21 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:05:22 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:05:22 + /usr/lib/rpm/brp-python-hardlink
12:05:22 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:05:22 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.h90aFR
12:05:22 + umask 022
12:05:22 + cd /root/rpmbuild/BUILD
12:05:22 + cd src
12:05:22 ++ cli/build/docker --version
12:05:22 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:05:22 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:05:22 + echo 'PASS: cli version OK'
12:05:22 PASS: cli version OK
12:05:22 + RPM_EC=0
12:05:22 ++ jobs -p
12:05:22 + exit 0
12:05:22 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:05:22 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.AoaKF3
12:05:22 + umask 022
12:05:22 + cd /root/rpmbuild/BUILD
12:05:22 + cd src
12:05:22 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/doc/docker-ce-cli
12:05:22 + export LC_ALL=C
12:05:22 + LC_ALL=C
12:05:22 + export DOCDIR
12:05:22 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/doc/docker-ce-cli
12:05:22 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/doc/docker-ce-cli
12:05:22 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/doc/docker-ce-cli
12:05:22 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/doc/docker-ce-cli
12:05:22 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/share/doc/docker-ce-cli
12:05:22 + RPM_EC=0
12:05:22 ++ jobs -p
12:05:22 + exit 0
12:05:22 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.el9 docker-ce-cli(x86-64) = 1:0.0.0~20230206193855.ab4ef4a-0.el9
12:05:22 Requires(interp): /bin/sh
12:05:22 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:05:22 Requires(post): /bin/sh
12:05:22 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)
12:05:22 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:05:22 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
12:05:22 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:05:22 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.src.rpm
12:05:23 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm
12:05:23 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.gqTeEQ
12:05:23 + umask 022
12:05:23 + cd /root/rpmbuild/BUILD
12:05:23 + cd src
12:05:23 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64
12:05:23 + exit 0
12:05:23 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YrglzU
12:05:23 + umask 022
12:05:23 + cd /root/rpmbuild/BUILD
12:05:23 + cd /root/rpmbuild/BUILD
12:05:23 + rm -rf src
12:05:23 + /usr/bin/mkdir -p src
12:05:23 + cd src
12:05:23 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:05:23 + /usr/bin/tar -xof -
12:05:24 + STATUS=0
12:05:24 + '[' 0 -ne 0 ']'
12:05:24 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:05:24 + /usr/bin/tar -xof -
12:05:24 + STATUS=0
12:05:24 + '[' 0 -ne 0 ']'
12:05:24 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:05:24 + exit 0
12:05:24 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.loewsy
12:05:24 + umask 022
12:05:24 + cd /root/rpmbuild/BUILD
12:05:24 + cd src
12:05:24 + pushd /root/rpmbuild/BUILD/src/buildx
12:05:24 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:05:24 + GO111MODULE=on
12:05:24 + CGO_ENABLED=0
12:05:24 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
12:05:29 # Build the compose plugin
12:05:29 cd /go/src/github.com/docker/compose \
12:05:29 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:05:29 make[2]: Entering directory '/root/build-deb/compose'
12:05:29 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:05:29 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:05:30 go: downloading golang.org/x/sys v0.3.0
12:05:30 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:05:30 go: downloading github.com/theupdateframework/notary v0.7.0
12:05:30 go: downloading github.com/compose-spec/compose-go v1.8.2
12:05:30 go: downloading github.com/hashicorp/go-version v1.6.0
12:05:30 go: downloading github.com/docker/buildx v0.9.1
12:05:30 go: downloading github.com/mattn/go-shellwords v1.0.12
12:05:30 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:05:30 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:30 ++ pwd
12:05:30 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:30 Project root: .
12:05:30 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:30 INFO: man/src/attach.md found
12:05:30 WARN: man/src/build.md does not exist, skipping
12:05:30 WARN: man/src/builder/build.md does not exist, skipping
12:05:30 WARN: man/src/builder/prune.md does not exist, skipping
12:05:30 WARN: man/src/builder.md does not exist, skipping
12:05:30 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:30 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:30 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:30 WARN: man/src/checkpoint.md does not exist, skipping
12:05:30 INFO: man/src/commit.md found
12:05:30 WARN: man/src/config/create.md does not exist, skipping
12:05:30 WARN: man/src/config/inspect.md does not exist, skipping
12:05:30 WARN: man/src/config/ls.md does not exist, skipping
12:05:30 WARN: man/src/config/rm.md does not exist, skipping
12:05:30 WARN: man/src/config.md does not exist, skipping
12:05:30 INFO: man/src/container/attach.md found
12:05:30 INFO: man/src/container/commit.md found
12:05:30 INFO: man/src/container/cp.md found
12:05:30 INFO: man/src/container/create.md found
12:05:30 INFO: man/src/container/diff.md found
12:05:30 INFO: man/src/container/exec.md found
12:05:30 INFO: man/src/container/export.md found
12:05:30 WARN: man/src/container/inspect.md does not exist, skipping
12:05:30 INFO: man/src/container/kill.md found
12:05:30 INFO: man/src/container/logs.md found
12:05:30 INFO: man/src/container/ls.md found
12:05:30 INFO: man/src/container/pause.md found
12:05:30 INFO: man/src/container/port.md found
12:05:30 WARN: man/src/container/prune.md does not exist, skipping
12:05:30 INFO: man/src/container/rename.md found
12:05:30 INFO: man/src/container/restart.md found
12:05:30 INFO: man/src/container/rm.md found
12:05:30 INFO: man/src/container/run.md found
12:05:30 INFO: man/src/container/start.md found
12:05:30 INFO: man/src/container/stats.md found
12:05:30 INFO: man/src/container/stop.md found
12:05:30 INFO: man/src/container/top.md found
12:05:30 INFO: man/src/container/unpause.md found
12:05:30 INFO: man/src/container/update.md found
12:05:30 INFO: man/src/container/wait.md found
12:05:30 WARN: man/src/container.md does not exist, skipping
12:05:30 WARN: man/src/context/create.md does not exist, skipping
12:05:30 WARN: man/src/context/export.md does not exist, skipping
12:05:30 WARN: man/src/context/import.md does not exist, skipping
12:05:30 WARN: man/src/context/inspect.md does not exist, skipping
12:05:30 WARN: man/src/context/ls.md does not exist, skipping
12:05:30 WARN: man/src/context/rm.md does not exist, skipping
12:05:30 WARN: man/src/context/show.md does not exist, skipping
12:05:30 WARN: man/src/context/update.md does not exist, skipping
12:05:30 WARN: man/src/context/use.md does not exist, skipping
12:05:30 WARN: man/src/context.md does not exist, skipping
12:05:30 INFO: man/src/cp.md found
12:05:30 INFO: man/src/create.md found
12:05:30 INFO: man/src/diff.md found
12:05:30 INFO: man/src/events.md found
12:05:30 INFO: man/src/exec.md found
12:05:30 INFO: man/src/export.md found
12:05:30 INFO: man/src/history.md found
12:05:30 INFO: man/src/image/build.md found
12:05:30 INFO: man/src/image/history.md found
12:05:30 INFO: man/src/image/import.md found
12:05:30 WARN: man/src/image/inspect.md does not exist, skipping
12:05:30 INFO: man/src/image/load.md found
12:05:30 INFO: man/src/image/ls.md found
12:05:30 WARN: man/src/image/prune.md does not exist, skipping
12:05:30 INFO: man/src/image/pull.md found
12:05:30 INFO: man/src/image/push.md found
12:05:30 INFO: man/src/image/rm.md found
12:05:30 INFO: man/src/image/save.md found
12:05:30 INFO: man/src/image/tag.md found
12:05:30 WARN: man/src/image.md does not exist, skipping
12:05:30 INFO: man/src/images.md found
12:05:30 INFO: man/src/import.md found
12:05:30 INFO: man/src/info.md found
12:05:30 INFO: man/src/inspect.md found
12:05:30 INFO: man/src/kill.md found
12:05:30 INFO: man/src/load.md found
12:05:30 INFO: man/src/login.md found
12:05:30 INFO: man/src/logout.md found
12:05:30 INFO: man/src/logs.md found
12:05:30 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:30 WARN: man/src/manifest/create.md does not exist, skipping
12:05:30 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:30 WARN: man/src/manifest/push.md does not exist, skipping
12:05:30 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:30 WARN: man/src/manifest.md does not exist, skipping
12:05:30 INFO: man/src/network/connect.md found
12:05:30 INFO: man/src/network/create.md found
12:05:30 INFO: man/src/network/disconnect.md found
12:05:30 INFO: man/src/network/inspect.md found
12:05:30 INFO: man/src/network/ls.md found
12:05:30 WARN: man/src/network/prune.md does not exist, skipping
12:05:30 INFO: man/src/network/rm.md found
12:05:30 WARN: man/src/network.md does not exist, skipping
12:05:30 WARN: man/src/node/demote.md does not exist, skipping
12:05:30 WARN: man/src/node/inspect.md does not exist, skipping
12:05:30 WARN: man/src/node/ls.md does not exist, skipping
12:05:30 WARN: man/src/node/promote.md does not exist, skipping
12:05:30 WARN: man/src/node/ps.md does not exist, skipping
12:05:30 WARN: man/src/node/rm.md does not exist, skipping
12:05:30 WARN: man/src/node/update.md does not exist, skipping
12:05:30 WARN: man/src/node.md does not exist, skipping
12:05:30 INFO: man/src/pause.md found
12:05:30 WARN: man/src/plugin/create.md does not exist, skipping
12:05:30 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:30 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:30 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:30 WARN: man/src/plugin/install.md does not exist, skipping
12:05:30 INFO: man/src/plugin/ls.md found
12:05:30 WARN: man/src/plugin/push.md does not exist, skipping
12:05:30 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:30 WARN: man/src/plugin/set.md does not exist, skipping
12:05:30 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:30 WARN: man/src/plugin.md does not exist, skipping
12:05:30 INFO: man/src/port.md found
12:05:30 INFO: man/src/ps.md found
12:05:30 INFO: man/src/pull.md found
12:05:30 INFO: man/src/push.md found
12:05:30 INFO: man/src/rename.md found
12:05:30 INFO: man/src/restart.md found
12:05:30 INFO: man/src/rm.md found
12:05:30 INFO: man/src/rmi.md found
12:05:30 WARN: man/src/run.md does not exist, skipping
12:05:30 INFO: man/src/save.md found
12:05:30 INFO: man/src/search.md found
12:05:30 WARN: man/src/secret/create.md does not exist, skipping
12:05:30 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:30 WARN: man/src/secret/ls.md does not exist, skipping
12:05:30 WARN: man/src/secret/rm.md does not exist, skipping
12:05:30 WARN: man/src/secret.md does not exist, skipping
12:05:30 WARN: man/src/service/create.md does not exist, skipping
12:05:30 WARN: man/src/service/inspect.md does not exist, skipping
12:05:30 WARN: man/src/service/logs.md does not exist, skipping
12:05:30 WARN: man/src/service/ls.md does not exist, skipping
12:05:30 WARN: man/src/service/ps.md does not exist, skipping
12:05:30 WARN: man/src/service/rm.md does not exist, skipping
12:05:30 WARN: man/src/service/rollback.md does not exist, skipping
12:05:30 WARN: man/src/service/scale.md does not exist, skipping
12:05:30 WARN: man/src/service/update.md does not exist, skipping
12:05:30 WARN: man/src/service.md does not exist, skipping
12:05:30 WARN: man/src/stack/config.md does not exist, skipping
12:05:30 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:30 WARN: man/src/stack/ls.md does not exist, skipping
12:05:30 WARN: man/src/stack/ps.md does not exist, skipping
12:05:30 WARN: man/src/stack/rm.md does not exist, skipping
12:05:30 WARN: man/src/stack/services.md does not exist, skipping
12:05:30 WARN: man/src/stack.md does not exist, skipping
12:05:30 INFO: man/src/start.md found
12:05:30 INFO: man/src/stats.md found
12:05:30 INFO: man/src/stop.md found
12:05:30 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:30 WARN: man/src/swarm/init.md does not exist, skipping
12:05:30 WARN: man/src/swarm/join.md does not exist, skipping
12:05:30 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:30 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:30 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:30 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:30 WARN: man/src/swarm/update.md does not exist, skipping
12:05:30 WARN: man/src/swarm.md does not exist, skipping
12:05:30 WARN: man/src/system/df.md does not exist, skipping
12:05:30 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:30 INFO: man/src/system/events.md found
12:05:30 INFO: man/src/system/info.md found
12:05:30 WARN: man/src/system/prune.md does not exist, skipping
12:05:30 WARN: man/src/system.md does not exist, skipping
12:05:30 INFO: man/src/tag.md found
12:05:30 INFO: man/src/top.md found
12:05:30 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:30 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:30 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:30 WARN: man/src/trust/key.md does not exist, skipping
12:05:30 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:30 WARN: man/src/trust/sign.md does not exist, skipping
12:05:30 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:30 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:30 WARN: man/src/trust/signer.md does not exist, skipping
12:05:30 WARN: man/src/trust.md does not exist, skipping
12:05:30 INFO: man/src/unpause.md found
12:05:30 INFO: man/src/update.md found
12:05:30 INFO: man/src/version.md found
12:05:30 INFO: man/src/volume/create.md found
12:05:30 INFO: man/src/volume/inspect.md found
12:05:30 INFO: man/src/volume/ls.md found
12:05:30 WARN: man/src/volume/prune.md does not exist, skipping
12:05:30 WARN: man/src/volume/rm.md does not exist, skipping
12:05:30 WARN: man/src/volume/update.md does not exist, skipping
12:05:30 INFO: man/src/volume.md found
12:05:30 INFO: man/src/wait.md found
12:05:30 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:30 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:30 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:30 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:30 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:30 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:30 + popd
12:05:30 + RPM_EC=0
12:05:30 ~/rpmbuild/BUILD/src
12:05:30 ++ jobs -p
12:05:30 + exit 0
12:05:30 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.e1otOY
12:05:30 + umask 022
12:05:30 + cd /root/rpmbuild/BUILD
12:05:30 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64 '!=' / ']'
12:05:30 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:05:30 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:05:30 + mkdir -p /root/rpmbuild/BUILDROOT
12:05:30 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:05: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'
12:05:30 + export CFLAGS
12:05: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'
12:05:30 + export CXXFLAGS
12:05: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'
12:05:30 + export FFLAGS
12:05: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'
12:05:30 + export FCFLAGS
12:05:30 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
12:05:30 + export LDFLAGS
12:05:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:05:30 + export LT_SYS_LIBRARY_PATH
12:05:30 + CC=gcc
12:05:30 + export CC
12:05:30 + CXX=g++
12:05:30 + export CXX
12:05:30 + cd src
12:05:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin
12:05:30 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker
12:05:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/bash-completion/completions
12:05:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/zsh/vendor-completions
12:05:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/fish/vendor_completions.d
12:05:30 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/bash-completion/completions/docker
12:05:30 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/zsh/vendor-completions/_docker
12:05:30 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/fish/vendor_completions.d/docker.fish
12:05:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/man/man1
12:05:30 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-show.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-config.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume-update.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/man/man1
12:05:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/man/man5
12:05:30 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/man/man5
12:05:30 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/man/man8
12:05:30 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/man/man8
12:05:30 + mkdir -p build-docs
12:05:30 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:30 + cp cli/LICENSE build-docs/LICENSE
12:05:30 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:30 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:05:30 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:30 + cp cli/NOTICE build-docs/NOTICE
12:05:30 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:30 + cp cli/README.md build-docs/README.md
12:05:30 + /usr/lib/rpm/check-buildroot
12:05:30 + /usr/lib/rpm/redhat/brp-ldconfig
12:05:30 + /usr/lib/rpm/brp-compress
12:05:30 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:05:30 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:05:30 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:05:30 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:05:30 + /usr/lib/rpm/check-rpaths
12:05:30 go: downloading go.opentelemetry.io/otel v1.11.2
12:05:30 go: downloading github.com/containerd/containerd v1.6.14
12:05:30 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:05:30 #49 230.7 + bin/containerd-stress
12:05:30 #49 233.3 + bin/containerd-shim
12:05:30 #49 234.7 + bin/containerd-shim-runc-v1
12:05:30 #49 236.9 + bin/containerd-shim-runc-v2
12:05:30 #49 238.7 + binaries
12:05:30 #49 DONE 239.6s
12:05:30 
12:05:30 #53 [build 6/6] RUN --mount=type=bind,target=.     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy     --mount=type=cache,target=/root/.cache/go-build,id=moby-build-linux/amd64 <<EOT (set -e...)
12:05:30 #53 ...
12:05:30 
12:05:30 #57 [all 3/7] COPY --from=containerd    /build/ /
12:05:30 #57 DONE 0.2s
12:05:30 
12:05:30 #58 [all 4/7] COPY --from=rootlesskit   /build/ /
12:05:30 #58 DONE 0.1s
12:05:30 
12:05:30 #59 [all 5/7] COPY --from=containerutil /build/ /
12:05:30 #59 DONE 0.1s
12:05:30 
12:05:30 #60 [all 6/7] COPY --from=vpnkit        /       /
12:05:30 #60 DONE 0.2s
12:05:30 
12:05:30 #53 [build 6/6] RUN --mount=type=bind,target=.     --mount=type=tmpfs,target=cli/winresources/dockerd     --mount=type=tmpfs,target=cli/winresources/docker-proxy     --mount=type=cache,target=/root/.cache/go-build,id=moby-build-linux/amd64 <<EOT (set -e...)
12:05:31 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:05:31 + /usr/lib/rpm/brp-remove-la-files
12:05:31 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:05:31 + /usr/lib/rpm/redhat/brp-python-hardlink
12:05:31 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.h53VsI
12:05:31 + umask 022
12:05:31 + cd /root/rpmbuild/BUILD
12:05:31 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:05:31 + export CFLAGS
12:05:31 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:05:31 + export CXXFLAGS
12:05:31 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:05:31 + export FFLAGS
12:05:31 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:05:31 + export FCFLAGS
12:05:31 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
12:05:31 + export LDFLAGS
12:05:31 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:05:31 + export LT_SYS_LIBRARY_PATH
12:05:31 + CC=gcc
12:05:31 + export CC
12:05:31 + CXX=g++
12:05:31 + export CXX
12:05:31 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:05:31 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:05:31 go: downloading golang.org/x/sync v0.1.0
12:05:31 go: downloading k8s.io/client-go v0.22.4
12:05:31 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:31 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:05:31 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-cli 0.0.0~20230206193855.ab4ef4a-0.fc36 x86_64
12:05:31 + cd src
12:05:31 ++ cli/build/docker --version
12:05:31 PASS: cli version OK
12:05:31 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:05:31 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:05:31 + echo 'PASS: cli version OK'
12:05:31 + RPM_EC=0
12:05:31 ++ jobs -p
12:05:31 + exit 0
12:05:31 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:05:31 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PA2k3r
12:05:31 + umask 022
12:05:31 + cd /root/rpmbuild/BUILD
12:05:31 + cd src
12:05:31 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/doc/docker-ce-cli
12:05:31 + export LC_ALL=C
12:05:31 + LC_ALL=C
12:05:31 + export DOCDIR
12:05:31 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/doc/docker-ce-cli
12:05:31 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/doc/docker-ce-cli
12:05:31 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/doc/docker-ce-cli
12:05:31 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/doc/docker-ce-cli
12:05:31 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/share/doc/docker-ce-cli
12:05:31 + RPM_EC=0
12:05:31 ++ jobs -p
12:05:31 + exit 0
12:05:31 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:05:31 go: downloading github.com/imdario/mergo v0.3.13
12:05:31 go: downloading github.com/containerd/console v1.0.3
12:05:31 go: downloading github.com/buger/goterm v1.0.4
12:05:31 go: downloading github.com/stretchr/testify v1.8.1
12:05:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:05:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:05:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:05:31 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:05:31 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:05:31 ++ pwd
12:05:31 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:31 Project root: .
12:05:31 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:31 INFO: man/src/attach.md found
12:05:31 WARN: man/src/build.md does not exist, skipping
12:05:31 WARN: man/src/builder/build.md does not exist, skipping
12:05:31 WARN: man/src/builder/prune.md does not exist, skipping
12:05:31 WARN: man/src/builder.md does not exist, skipping
12:05:31 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:31 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:31 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:31 WARN: man/src/checkpoint.md does not exist, skipping
12:05:31 INFO: man/src/commit.md found
12:05:31 WARN: man/src/config/create.md does not exist, skipping
12:05:31 WARN: man/src/config/inspect.md does not exist, skipping
12:05:31 WARN: man/src/config/ls.md does not exist, skipping
12:05:31 WARN: man/src/config/rm.md does not exist, skipping
12:05:31 WARN: man/src/config.md does not exist, skipping
12:05:31 INFO: man/src/container/attach.md found
12:05:31 INFO: man/src/container/commit.md found
12:05:31 INFO: man/src/container/cp.md found
12:05:31 INFO: man/src/container/create.md found
12:05:31 INFO: man/src/container/diff.md found
12:05:31 INFO: man/src/container/exec.md found
12:05:31 INFO: man/src/container/export.md found
12:05:31 WARN: man/src/container/inspect.md does not exist, skipping
12:05:31 INFO: man/src/container/kill.md found
12:05:31 INFO: man/src/container/logs.md found
12:05:31 INFO: man/src/container/ls.md found
12:05:31 INFO: man/src/container/pause.md found
12:05:31 INFO: man/src/container/port.md found
12:05:31 WARN: man/src/container/prune.md does not exist, skipping
12:05:31 INFO: man/src/container/rename.md found
12:05:31 INFO: man/src/container/restart.md found
12:05:31 INFO: man/src/container/rm.md found
12:05:31 INFO: man/src/container/run.md found
12:05:31 INFO: man/src/container/start.md found
12:05:31 INFO: man/src/container/stats.md found
12:05:31 INFO: man/src/container/stop.md found
12:05:31 INFO: man/src/container/top.md found
12:05:31 INFO: man/src/container/unpause.md found
12:05:31 INFO: man/src/container/update.md found
12:05:31 INFO: man/src/container/wait.md found
12:05:31 WARN: man/src/container.md does not exist, skipping
12:05:31 WARN: man/src/context/create.md does not exist, skipping
12:05:31 WARN: man/src/context/export.md does not exist, skipping
12:05:31 WARN: man/src/context/import.md does not exist, skipping
12:05:31 WARN: man/src/context/inspect.md does not exist, skipping
12:05:31 WARN: man/src/context/ls.md does not exist, skipping
12:05:31 WARN: man/src/context/rm.md does not exist, skipping
12:05:31 WARN: man/src/context/show.md does not exist, skipping
12:05:31 WARN: man/src/context/update.md does not exist, skipping
12:05:31 WARN: man/src/context/use.md does not exist, skipping
12:05:31 WARN: man/src/context.md does not exist, skipping
12:05:31 INFO: man/src/cp.md found
12:05:31 INFO: man/src/create.md found
12:05:31 INFO: man/src/diff.md found
12:05:31 INFO: man/src/events.md found
12:05:31 INFO: man/src/exec.md found
12:05:31 INFO: man/src/export.md found
12:05:31 INFO: man/src/history.md found
12:05:31 INFO: man/src/image/build.md found
12:05:31 INFO: man/src/image/history.md found
12:05:31 INFO: man/src/image/import.md found
12:05:31 WARN: man/src/image/inspect.md does not exist, skipping
12:05:31 INFO: man/src/image/load.md found
12:05:31 INFO: man/src/image/ls.md found
12:05:31 WARN: man/src/image/prune.md does not exist, skipping
12:05:31 INFO: man/src/image/pull.md found
12:05:31 INFO: man/src/image/push.md found
12:05:31 INFO: man/src/image/rm.md found
12:05:31 INFO: man/src/image/save.md found
12:05:31 INFO: man/src/image/tag.md found
12:05:31 WARN: man/src/image.md does not exist, skipping
12:05:31 INFO: man/src/images.md found
12:05:31 INFO: man/src/import.md found
12:05:31 INFO: man/src/info.md found
12:05:31 INFO: man/src/inspect.md found
12:05:31 INFO: man/src/kill.md found
12:05:31 INFO: man/src/load.md found
12:05:31 INFO: man/src/login.md found
12:05:31 INFO: man/src/logout.md found
12:05:31 INFO: man/src/logs.md found
12:05:31 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:31 WARN: man/src/manifest/create.md does not exist, skipping
12:05:31 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:31 WARN: man/src/manifest/push.md does not exist, skipping
12:05:31 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:31 WARN: man/src/manifest.md does not exist, skipping
12:05:31 INFO: man/src/network/connect.md found
12:05:31 INFO: man/src/network/create.md found
12:05:31 INFO: man/src/network/disconnect.md found
12:05:31 INFO: man/src/network/inspect.md found
12:05:31 INFO: man/src/network/ls.md found
12:05:31 WARN: man/src/network/prune.md does not exist, skipping
12:05:31 INFO: man/src/network/rm.md found
12:05:31 WARN: man/src/network.md does not exist, skipping
12:05:31 WARN: man/src/node/demote.md does not exist, skipping
12:05:31 WARN: man/src/node/inspect.md does not exist, skipping
12:05:31 WARN: man/src/node/ls.md does not exist, skipping
12:05:31 WARN: man/src/node/promote.md does not exist, skipping
12:05:31 WARN: man/src/node/ps.md does not exist, skipping
12:05:31 WARN: man/src/node/rm.md does not exist, skipping
12:05:31 WARN: man/src/node/update.md does not exist, skipping
12:05:31 WARN: man/src/node.md does not exist, skipping
12:05:31 INFO: man/src/pause.md found
12:05:31 WARN: man/src/plugin/create.md does not exist, skipping
12:05:31 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:31 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:31 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:31 WARN: man/src/plugin/install.md does not exist, skipping
12:05:31 INFO: man/src/plugin/ls.md found
12:05:31 WARN: man/src/plugin/push.md does not exist, skipping
12:05:31 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:31 WARN: man/src/plugin/set.md does not exist, skipping
12:05:31 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:31 WARN: man/src/plugin.md does not exist, skipping
12:05:31 INFO: man/src/port.md found
12:05:31 INFO: man/src/ps.md found
12:05:31 INFO: man/src/pull.md found
12:05:31 INFO: man/src/push.md found
12:05:31 INFO: man/src/rename.md found
12:05:31 INFO: man/src/restart.md found
12:05:31 INFO: man/src/rm.md found
12:05:31 INFO: man/src/rmi.md found
12:05:31 WARN: man/src/run.md does not exist, skipping
12:05:31 INFO: man/src/save.md found
12:05:31 INFO: man/src/search.md found
12:05:31 WARN: man/src/secret/create.md does not exist, skipping
12:05:31 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:31 WARN: man/src/secret/ls.md does not exist, skipping
12:05:31 WARN: man/src/secret/rm.md does not exist, skipping
12:05:31 WARN: man/src/secret.md does not exist, skipping
12:05:31 WARN: man/src/service/create.md does not exist, skipping
12:05:31 WARN: man/src/service/inspect.md does not exist, skipping
12:05:31 WARN: man/src/service/logs.md does not exist, skipping
12:05:31 WARN: man/src/service/ls.md does not exist, skipping
12:05:31 WARN: man/src/service/ps.md does not exist, skipping
12:05:31 WARN: man/src/service/rm.md does not exist, skipping
12:05:31 WARN: man/src/service/rollback.md does not exist, skipping
12:05:31 WARN: man/src/service/scale.md does not exist, skipping
12:05:31 WARN: man/src/service/update.md does not exist, skipping
12:05:31 WARN: man/src/service.md does not exist, skipping
12:05:31 WARN: man/src/stack/config.md does not exist, skipping
12:05:31 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:31 WARN: man/src/stack/ls.md does not exist, skipping
12:05:31 WARN: man/src/stack/ps.md does not exist, skipping
12:05:31 WARN: man/src/stack/rm.md does not exist, skipping
12:05:31 WARN: man/src/stack/services.md does not exist, skipping
12:05:31 WARN: man/src/stack.md does not exist, skipping
12:05:31 INFO: man/src/start.md found
12:05:31 INFO: man/src/stats.md found
12:05:31 INFO: man/src/stop.md found
12:05:31 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:31 WARN: man/src/swarm/init.md does not exist, skipping
12:05:31 WARN: man/src/swarm/join.md does not exist, skipping
12:05:31 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:31 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:31 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:31 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:31 WARN: man/src/swarm/update.md does not exist, skipping
12:05:31 WARN: man/src/swarm.md does not exist, skipping
12:05:31 WARN: man/src/system/df.md does not exist, skipping
12:05:31 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:31 INFO: man/src/system/events.md found
12:05:31 INFO: man/src/system/info.md found
12:05:31 WARN: man/src/system/prune.md does not exist, skipping
12:05:31 WARN: man/src/system.md does not exist, skipping
12:05:31 INFO: man/src/tag.md found
12:05:31 INFO: man/src/top.md found
12:05:31 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:31 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:31 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:31 WARN: man/src/trust/key.md does not exist, skipping
12:05:31 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:31 WARN: man/src/trust/sign.md does not exist, skipping
12:05:31 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:31 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:31 WARN: man/src/trust/signer.md does not exist, skipping
12:05:31 WARN: man/src/trust.md does not exist, skipping
12:05:31 INFO: man/src/unpause.md found
12:05:31 INFO: man/src/update.md found
12:05:31 INFO: man/src/version.md found
12:05:31 INFO: man/src/volume/create.md found
12:05:31 INFO: man/src/volume/inspect.md found
12:05:31 INFO: man/src/volume/ls.md found
12:05:31 WARN: man/src/volume/prune.md does not exist, skipping
12:05:31 WARN: man/src/volume/rm.md does not exist, skipping
12:05:31 WARN: man/src/volume/update.md does not exist, skipping
12:05:31 INFO: man/src/volume.md found
12:05:31 INFO: man/src/wait.md found
12:05:31 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:31 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:31 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:31 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:31 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:31 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:31 go: downloading k8s.io/api v0.22.4
12:05:31 make[2]: Leaving directory '/root/build-deb/cli'
12:05:31 # Build buildx plugin
12:05:31 cd /go/src/github.com/docker/buildx \
12:05:31 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:05:31 && GO111MODULE=on \
12:05:31 	CGO_ENABLED=0 \
12:05:31 		go build \
12:05:31 			-mod=vendor \
12:05:31 			-trimpath \
12:05:31 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:05:31 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:05:31 			./cmd/buildx
12:05:32 go: downloading k8s.io/apimachinery v0.22.4
12:05:32 go: downloading github.com/gofrs/flock v0.8.0
12:05:32 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:05:32 go: downloading github.com/golang/mock v1.6.0
12:05:32 go: downloading github.com/klauspost/compress v1.15.9
12:05:32 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:05:32 go: downloading github.com/hashicorp/errwrap v1.1.0
12:05:32 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:05:32 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:05:32 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:05:32 go: downloading google.golang.org/grpc v1.47.0
12:05:32 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:32 ++ pwd
12:05:32 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:32 Project root: .
12:05:32 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:32 INFO: man/src/attach.md found
12:05:32 WARN: man/src/build.md does not exist, skipping
12:05:32 WARN: man/src/builder/build.md does not exist, skipping
12:05:32 WARN: man/src/builder/prune.md does not exist, skipping
12:05:32 WARN: man/src/builder.md does not exist, skipping
12:05:32 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:32 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:32 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:32 WARN: man/src/checkpoint.md does not exist, skipping
12:05:32 INFO: man/src/commit.md found
12:05:32 WARN: man/src/config/create.md does not exist, skipping
12:05:32 WARN: man/src/config/inspect.md does not exist, skipping
12:05:32 WARN: man/src/config/ls.md does not exist, skipping
12:05:32 WARN: man/src/config/rm.md does not exist, skipping
12:05:32 WARN: man/src/config.md does not exist, skipping
12:05:32 INFO: man/src/container/attach.md found
12:05:32 INFO: man/src/container/commit.md found
12:05:32 INFO: man/src/container/cp.md found
12:05:32 INFO: man/src/container/create.md found
12:05:32 INFO: man/src/container/diff.md found
12:05:32 INFO: man/src/container/exec.md found
12:05:32 INFO: man/src/container/export.md found
12:05:32 WARN: man/src/container/inspect.md does not exist, skipping
12:05:32 INFO: man/src/container/kill.md found
12:05:32 INFO: man/src/container/logs.md found
12:05:32 INFO: man/src/container/ls.md found
12:05:32 INFO: man/src/container/pause.md found
12:05:32 INFO: man/src/container/port.md found
12:05:32 WARN: man/src/container/prune.md does not exist, skipping
12:05:32 INFO: man/src/container/rename.md found
12:05:32 INFO: man/src/container/restart.md found
12:05:32 INFO: man/src/container/rm.md found
12:05:32 INFO: man/src/container/run.md found
12:05:32 INFO: man/src/container/start.md found
12:05:32 INFO: man/src/container/stats.md found
12:05:32 INFO: man/src/container/stop.md found
12:05:32 INFO: man/src/container/top.md found
12:05:32 INFO: man/src/container/unpause.md found
12:05:32 INFO: man/src/container/update.md found
12:05:32 INFO: man/src/container/wait.md found
12:05:32 WARN: man/src/container.md does not exist, skipping
12:05:32 WARN: man/src/context/create.md does not exist, skipping
12:05:32 WARN: man/src/context/export.md does not exist, skipping
12:05:32 WARN: man/src/context/import.md does not exist, skipping
12:05:32 WARN: man/src/context/inspect.md does not exist, skipping
12:05:32 WARN: man/src/context/ls.md does not exist, skipping
12:05:32 WARN: man/src/context/rm.md does not exist, skipping
12:05:32 WARN: man/src/context/show.md does not exist, skipping
12:05:32 WARN: man/src/context/update.md does not exist, skipping
12:05:32 WARN: man/src/context/use.md does not exist, skipping
12:05:32 WARN: man/src/context.md does not exist, skipping
12:05:32 INFO: man/src/cp.md found
12:05:32 INFO: man/src/create.md found
12:05:32 INFO: man/src/diff.md found
12:05:32 INFO: man/src/events.md found
12:05:32 INFO: man/src/exec.md found
12:05:32 INFO: man/src/export.md found
12:05:32 INFO: man/src/history.md found
12:05:32 INFO: man/src/image/build.md found
12:05:32 INFO: man/src/image/history.md found
12:05:32 INFO: man/src/image/import.md found
12:05:32 WARN: man/src/image/inspect.md does not exist, skipping
12:05:32 INFO: man/src/image/load.md found
12:05:32 INFO: man/src/image/ls.md found
12:05:32 WARN: man/src/image/prune.md does not exist, skipping
12:05:32 INFO: man/src/image/pull.md found
12:05:32 INFO: man/src/image/push.md found
12:05:32 INFO: man/src/image/rm.md found
12:05:32 INFO: man/src/image/save.md found
12:05:32 INFO: man/src/image/tag.md found
12:05:32 WARN: man/src/image.md does not exist, skipping
12:05:32 INFO: man/src/images.md found
12:05:32 INFO: man/src/import.md found
12:05:32 INFO: man/src/info.md found
12:05:32 INFO: man/src/inspect.md found
12:05:32 INFO: man/src/kill.md found
12:05:32 INFO: man/src/load.md found
12:05:32 INFO: man/src/login.md found
12:05:32 INFO: man/src/logout.md found
12:05:32 INFO: man/src/logs.md found
12:05:32 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:32 WARN: man/src/manifest/create.md does not exist, skipping
12:05:32 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:32 WARN: man/src/manifest/push.md does not exist, skipping
12:05:32 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:32 WARN: man/src/manifest.md does not exist, skipping
12:05:32 INFO: man/src/network/connect.md found
12:05:32 INFO: man/src/network/create.md found
12:05:32 INFO: man/src/network/disconnect.md found
12:05:32 INFO: man/src/network/inspect.md found
12:05:32 INFO: man/src/network/ls.md found
12:05:32 WARN: man/src/network/prune.md does not exist, skipping
12:05:32 INFO: man/src/network/rm.md found
12:05:32 WARN: man/src/network.md does not exist, skipping
12:05:32 WARN: man/src/node/demote.md does not exist, skipping
12:05:32 WARN: man/src/node/inspect.md does not exist, skipping
12:05:32 WARN: man/src/node/ls.md does not exist, skipping
12:05:32 WARN: man/src/node/promote.md does not exist, skipping
12:05:32 WARN: man/src/node/ps.md does not exist, skipping
12:05:32 WARN: man/src/node/rm.md does not exist, skipping
12:05:32 WARN: man/src/node/update.md does not exist, skipping
12:05:32 WARN: man/src/node.md does not exist, skipping
12:05:32 INFO: man/src/pause.md found
12:05:32 WARN: man/src/plugin/create.md does not exist, skipping
12:05:32 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:32 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:32 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:32 WARN: man/src/plugin/install.md does not exist, skipping
12:05:32 INFO: man/src/plugin/ls.md found
12:05:32 WARN: man/src/plugin/push.md does not exist, skipping
12:05:32 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:32 WARN: man/src/plugin/set.md does not exist, skipping
12:05:32 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:32 WARN: man/src/plugin.md does not exist, skipping
12:05:32 INFO: man/src/port.md found
12:05:32 INFO: man/src/ps.md found
12:05:32 INFO: man/src/pull.md found
12:05:32 INFO: man/src/push.md found
12:05:32 INFO: man/src/rename.md found
12:05:32 INFO: man/src/restart.md found
12:05:32 INFO: man/src/rm.md found
12:05:32 INFO: man/src/rmi.md found
12:05:32 WARN: man/src/run.md does not exist, skipping
12:05:32 INFO: man/src/save.md found
12:05:32 INFO: man/src/search.md found
12:05:32 WARN: man/src/secret/create.md does not exist, skipping
12:05:32 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:32 WARN: man/src/secret/ls.md does not exist, skipping
12:05:32 WARN: man/src/secret/rm.md does not exist, skipping
12:05:32 WARN: man/src/secret.md does not exist, skipping
12:05:32 WARN: man/src/service/create.md does not exist, skipping
12:05:32 WARN: man/src/service/inspect.md does not exist, skipping
12:05:32 WARN: man/src/service/logs.md does not exist, skipping
12:05:32 WARN: man/src/service/ls.md does not exist, skipping
12:05:32 WARN: man/src/service/ps.md does not exist, skipping
12:05:32 WARN: man/src/service/rm.md does not exist, skipping
12:05:32 WARN: man/src/service/rollback.md does not exist, skipping
12:05:32 WARN: man/src/service/scale.md does not exist, skipping
12:05:32 WARN: man/src/service/update.md does not exist, skipping
12:05:32 WARN: man/src/service.md does not exist, skipping
12:05:32 WARN: man/src/stack/config.md does not exist, skipping
12:05:32 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:32 WARN: man/src/stack/ls.md does not exist, skipping
12:05:32 WARN: man/src/stack/ps.md does not exist, skipping
12:05:32 WARN: man/src/stack/rm.md does not exist, skipping
12:05:32 WARN: man/src/stack/services.md does not exist, skipping
12:05:32 WARN: man/src/stack.md does not exist, skipping
12:05:32 INFO: man/src/start.md found
12:05:32 INFO: man/src/stats.md found
12:05:32 INFO: man/src/stop.md found
12:05:32 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:32 WARN: man/src/swarm/init.md does not exist, skipping
12:05:32 WARN: man/src/swarm/join.md does not exist, skipping
12:05:32 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:32 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:32 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:32 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:32 WARN: man/src/swarm/update.md does not exist, skipping
12:05:32 WARN: man/src/swarm.md does not exist, skipping
12:05:32 WARN: man/src/system/df.md does not exist, skipping
12:05:32 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:32 INFO: man/src/system/events.md found
12:05:32 INFO: man/src/system/info.md found
12:05:32 WARN: man/src/system/prune.md does not exist, skipping
12:05:32 WARN: man/src/system.md does not exist, skipping
12:05:32 INFO: man/src/tag.md found
12:05:32 INFO: man/src/top.md found
12:05:32 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:32 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:32 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:32 WARN: man/src/trust/key.md does not exist, skipping
12:05:32 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:32 WARN: man/src/trust/sign.md does not exist, skipping
12:05:32 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:32 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:32 WARN: man/src/trust/signer.md does not exist, skipping
12:05:32 WARN: man/src/trust.md does not exist, skipping
12:05:32 INFO: man/src/unpause.md found
12:05:32 INFO: man/src/update.md found
12:05:32 INFO: man/src/version.md found
12:05:32 INFO: man/src/volume/create.md found
12:05:32 INFO: man/src/volume/inspect.md found
12:05:32 INFO: man/src/volume/ls.md found
12:05:32 WARN: man/src/volume/prune.md does not exist, skipping
12:05:32 WARN: man/src/volume/rm.md does not exist, skipping
12:05:32 WARN: man/src/volume/update.md does not exist, skipping
12:05:32 INFO: man/src/volume.md found
12:05:32 INFO: man/src/wait.md found
12:05:32 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:32 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:32 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:32 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:32 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:32 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:32 ~/rpmbuild/BUILD/src
12:05:32 + popd
12:05:32 + RPM_EC=0
12:05:32 ++ jobs -p
12:05:32 + exit 0
12:05:32 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lGDBeW
12:05:32 + umask 022
12:05:32 + cd /root/rpmbuild/BUILD
12:05:32 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64 '!=' / ']'
12:05:32 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:05:32 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:05:32 + mkdir -p /root/rpmbuild/BUILDROOT
12:05:32 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:05: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:05:32 + export CFLAGS
12:05: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:05:32 + export CXXFLAGS
12:05: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:05:32 + export FFLAGS
12:05: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:05:32 + export FCFLAGS
12:05: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'
12:05:32 + export LDFLAGS
12:05:32 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:05:32 + export LT_SYS_LIBRARY_PATH
12:05:32 + CC=gcc
12:05:32 + export CC
12:05:32 + CXX=g++
12:05:32 + export CXX
12:05:32 + cd src
12:05:32 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin
12:05:32 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker
12:05:32 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/bash-completion/completions
12:05:32 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/zsh/vendor-completions
12:05:32 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/fish/vendor_completions.d
12:05:32 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/bash-completion/completions/docker
12:05:32 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/zsh/vendor-completions/_docker
12:05:32 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/fish/vendor_completions.d/docker.fish
12:05:32 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/man/man1
12:05:32 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-show.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-config.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume-update.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/man/man1
12:05:32 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/man/man5
12:05:32 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/man/man5
12:05:32 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/man/man8
12:05:32 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/man/man8
12:05:32 + mkdir -p build-docs
12:05:32 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:32 + cp cli/LICENSE build-docs/LICENSE
12:05:32 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:32 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:05:32 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:32 + cp cli/NOTICE build-docs/NOTICE
12:05:32 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:05:32 + cp cli/README.md build-docs/README.md
12:05:32 + /usr/lib/rpm/check-buildroot
12:05:32 + /usr/lib/rpm/redhat/brp-ldconfig
12:05:32 + /usr/lib/rpm/brp-compress
12:05:32 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:05:32 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:05:32 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:05:32 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:05:32 + /usr/lib/rpm/check-rpaths
12:05:32 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.fc36 docker-ce-cli(x86-64) = 1:0.0.0~20230206193855.ab4ef4a-0.fc36
12:05:32 Requires(interp): /bin/sh
12:05:32 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:05:32 Requires(post): /bin/sh
12:05:32 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)
12:05:32 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:05:32 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
12:05:32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:05:32 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.src.rpm
12:05:32 go: downloading golang.org/x/net v0.4.0
12:05:32 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:05:32 + /usr/lib/rpm/brp-remove-la-files
12:05:32 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:05:32 + /usr/lib/rpm/redhat/brp-python-hardlink
12:05:32 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6oua9c
12:05:32 + umask 022
12:05:32 + cd /root/rpmbuild/BUILD
12:05: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:05:32 + export CFLAGS
12:05: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:05:32 + export CXXFLAGS
12:05: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:05:32 + export FFLAGS
12:05: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:05:32 + export FCFLAGS
12:05: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'
12:05:32 + export LDFLAGS
12:05:32 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:05:32 + export LT_SYS_LIBRARY_PATH
12:05:32 + CC=gcc
12:05:32 + export CC
12:05:32 + CXX=g++
12:05:32 + export CXX
12:05:32 + cd src
12:05:32 ++ cli/build/docker --version
12:05:32 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:05:32 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:05:32 + echo 'PASS: cli version OK'
12:05:32 PASS: cli version OK
12:05:32 + RPM_EC=0
12:05:32 ++ jobs -p
12:05:32 + exit 0
12:05:32 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:05:32 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.5Pvtyz
12:05:32 + umask 022
12:05:32 + cd /root/rpmbuild/BUILD
12:05:32 + cd src
12:05:32 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/doc/docker-ce-cli
12:05:32 + export LC_ALL=C
12:05:32 + LC_ALL=C
12:05:32 + export DOCDIR
12:05:32 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/doc/docker-ce-cli
12:05:32 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/doc/docker-ce-cli
12:05:32 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/doc/docker-ce-cli
12:05:32 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/doc/docker-ce-cli
12:05:32 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/share/doc/docker-ce-cli
12:05:32 + RPM_EC=0
12:05:32 ++ jobs -p
12:05:32 + exit 0
12:05:32 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:05:32 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:05:32 go: downloading golang.org/x/term v0.3.0
12:05:32 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:05:32 go: downloading github.com/mattn/go-runewidth v0.0.14
12:05:32 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:05:32 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:05:32 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:05:33 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.fc37 docker-ce-cli(x86-64) = 1:0.0.0~20230206193855.ab4ef4a-0.fc37
12:05:33 Requires(interp): /bin/sh
12:05:33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:05:33 Requires(post): /bin/sh
12:05:33 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)
12:05:33 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
12:05:33 Recommends: docker-buildx-plugin docker-compose-plugin docker-scan-plugin(x86-64)
12:05:33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:05:33 # Build the compose plugin
12:05:33 cd /go/src/github.com/docker/compose \
12:05:33 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:05:33 make[2]: Entering directory '/root/build-deb/compose'
12:05:33 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:05:33 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:05:33 go: downloading google.golang.org/protobuf v1.28.0
12:05:33 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.src.rpm
12:05:33 go: downloading golang.org/x/sys v0.3.0
12:05:33 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:05:33 go: downloading github.com/go-logr/stdr v1.2.2
12:05:33 go: downloading github.com/containerd/typeurl v1.0.2
12:05:33 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:05:33 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:05:33 go: downloading k8s.io/klog/v2 v2.60.1
12:05:33 go: downloading github.com/pelletier/go-toml v1.9.4
12:05:33 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:05:33 go: downloading github.com/google/gofuzz v1.2.0
12:05:33 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:05:33 go: downloading github.com/gogo/googleapis v1.4.1
12:05:33 go: downloading github.com/theupdateframework/notary v0.7.0
12:05:33 go: downloading github.com/compose-spec/compose-go v1.8.2
12:05:33 go: downloading github.com/hashicorp/go-version v1.6.0
12:05:33 go: downloading github.com/docker/buildx v0.9.1
12:05:34 go: downloading github.com/mattn/go-shellwords v1.0.12
12:05:34 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:05:34 go: downloading go.opentelemetry.io/otel v1.11.2
12:05:34 go: downloading github.com/containerd/containerd v1.6.14
12:05:34 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:05:34 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:05:34 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:05:34 go: downloading golang.org/x/sync v0.1.0
12:05:34 go: downloading k8s.io/client-go v0.22.4
12:05:34 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:05:34 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:05:34 go: downloading github.com/moby/locker v1.0.1
12:05:34 go: downloading github.com/felixge/httpsnoop v1.0.2
12:05:34 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:05:34 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:05:34 go: downloading gopkg.in/inf.v0 v0.9.1
12:05:34 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:05:34 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:05:34 go: downloading github.com/imdario/mergo v0.3.13
12:05:34 go: downloading github.com/containerd/console v1.0.3
12:05:34 go: downloading github.com/buger/goterm v1.0.4
12:05:34 go: downloading github.com/stretchr/testify v1.8.1
12:05:34 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:05:34 go: downloading github.com/googleapis/gnostic v0.5.5
12:05:34 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:05:34 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:05:34 go: downloading github.com/json-iterator/go v1.1.12
12:05:34 go: downloading github.com/modern-go/reflect2 v1.0.2
12:05:34 go: downloading sigs.k8s.io/yaml v1.2.0
12:05:34 go: downloading github.com/mattn/go-colorable v0.1.12
12:05:34 go: downloading github.com/prometheus/client_golang v1.12.2
12:05:34 go: downloading github.com/containerd/ttrpc v1.1.0
12:05:34 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:05:34 go: downloading github.com/moby/spdystream v0.2.0
12:05:34 go: downloading github.com/mattn/go-isatty v0.0.16
12:05:34 go: downloading github.com/prometheus/client_model v0.2.0
12:05:34 go: downloading github.com/prometheus/common v0.32.1
12:05:34 go: downloading github.com/prometheus/procfs v0.7.3
12:05:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:05:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:05:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:05:34 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:05:34 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:05:35 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:35 ++ pwd
12:05:35 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:35 Project root: .
12:05:35 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:35 INFO: man/src/attach.md found
12:05:35 WARN: man/src/build.md does not exist, skipping
12:05:35 WARN: man/src/builder/build.md does not exist, skipping
12:05:35 WARN: man/src/builder/prune.md does not exist, skipping
12:05:35 WARN: man/src/builder.md does not exist, skipping
12:05:35 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:35 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:35 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:35 WARN: man/src/checkpoint.md does not exist, skipping
12:05:35 INFO: man/src/commit.md found
12:05:35 WARN: man/src/config/create.md does not exist, skipping
12:05:35 WARN: man/src/config/inspect.md does not exist, skipping
12:05:35 WARN: man/src/config/ls.md does not exist, skipping
12:05:35 WARN: man/src/config/rm.md does not exist, skipping
12:05:35 WARN: man/src/config.md does not exist, skipping
12:05:35 INFO: man/src/container/attach.md found
12:05:35 INFO: man/src/container/commit.md found
12:05:35 INFO: man/src/container/cp.md found
12:05:35 INFO: man/src/container/create.md found
12:05:35 INFO: man/src/container/diff.md found
12:05:35 INFO: man/src/container/exec.md found
12:05:35 INFO: man/src/container/export.md found
12:05:35 WARN: man/src/container/inspect.md does not exist, skipping
12:05:35 INFO: man/src/container/kill.md found
12:05:35 INFO: man/src/container/logs.md found
12:05:35 INFO: man/src/container/ls.md found
12:05:35 INFO: man/src/container/pause.md found
12:05:35 INFO: man/src/container/port.md found
12:05:35 WARN: man/src/container/prune.md does not exist, skipping
12:05:35 INFO: man/src/container/rename.md found
12:05:35 INFO: man/src/container/restart.md found
12:05:35 INFO: man/src/container/rm.md found
12:05:35 INFO: man/src/container/run.md found
12:05:35 INFO: man/src/container/start.md found
12:05:35 INFO: man/src/container/stats.md found
12:05:35 INFO: man/src/container/stop.md found
12:05:35 INFO: man/src/container/top.md found
12:05:35 INFO: man/src/container/unpause.md found
12:05:35 INFO: man/src/container/update.md found
12:05:35 INFO: man/src/container/wait.md found
12:05:35 WARN: man/src/container.md does not exist, skipping
12:05:35 WARN: man/src/context/create.md does not exist, skipping
12:05:35 WARN: man/src/context/export.md does not exist, skipping
12:05:35 WARN: man/src/context/import.md does not exist, skipping
12:05:35 WARN: man/src/context/inspect.md does not exist, skipping
12:05:35 WARN: man/src/context/ls.md does not exist, skipping
12:05:35 WARN: man/src/context/rm.md does not exist, skipping
12:05:35 WARN: man/src/context/show.md does not exist, skipping
12:05:35 WARN: man/src/context/update.md does not exist, skipping
12:05:35 WARN: man/src/context/use.md does not exist, skipping
12:05:35 WARN: man/src/context.md does not exist, skipping
12:05:35 INFO: man/src/cp.md found
12:05:35 INFO: man/src/create.md found
12:05:35 INFO: man/src/diff.md found
12:05:35 INFO: man/src/events.md found
12:05:35 INFO: man/src/exec.md found
12:05:35 INFO: man/src/export.md found
12:05:35 INFO: man/src/history.md found
12:05:35 INFO: man/src/image/build.md found
12:05:35 INFO: man/src/image/history.md found
12:05:35 INFO: man/src/image/import.md found
12:05:35 WARN: man/src/image/inspect.md does not exist, skipping
12:05:35 INFO: man/src/image/load.md found
12:05:35 INFO: man/src/image/ls.md found
12:05:35 WARN: man/src/image/prune.md does not exist, skipping
12:05:35 INFO: man/src/image/pull.md found
12:05:35 INFO: man/src/image/push.md found
12:05:35 INFO: man/src/image/rm.md found
12:05:35 INFO: man/src/image/save.md found
12:05:35 INFO: man/src/image/tag.md found
12:05:35 WARN: man/src/image.md does not exist, skipping
12:05:35 INFO: man/src/images.md found
12:05:35 INFO: man/src/import.md found
12:05:35 INFO: man/src/info.md found
12:05:35 INFO: man/src/inspect.md found
12:05:35 INFO: man/src/kill.md found
12:05:35 INFO: man/src/load.md found
12:05:35 INFO: man/src/login.md found
12:05:35 INFO: man/src/logout.md found
12:05:35 INFO: man/src/logs.md found
12:05:35 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:35 WARN: man/src/manifest/create.md does not exist, skipping
12:05:35 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:35 WARN: man/src/manifest/push.md does not exist, skipping
12:05:35 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:35 WARN: man/src/manifest.md does not exist, skipping
12:05:35 INFO: man/src/network/connect.md found
12:05:35 INFO: man/src/network/create.md found
12:05:35 INFO: man/src/network/disconnect.md found
12:05:35 INFO: man/src/network/inspect.md found
12:05:35 INFO: man/src/network/ls.md found
12:05:35 WARN: man/src/network/prune.md does not exist, skipping
12:05:35 INFO: man/src/network/rm.md found
12:05:35 WARN: man/src/network.md does not exist, skipping
12:05:35 WARN: man/src/node/demote.md does not exist, skipping
12:05:35 WARN: man/src/node/inspect.md does not exist, skipping
12:05:35 WARN: man/src/node/ls.md does not exist, skipping
12:05:35 WARN: man/src/node/promote.md does not exist, skipping
12:05:35 WARN: man/src/node/ps.md does not exist, skipping
12:05:35 WARN: man/src/node/rm.md does not exist, skipping
12:05:35 WARN: man/src/node/update.md does not exist, skipping
12:05:35 WARN: man/src/node.md does not exist, skipping
12:05:35 INFO: man/src/pause.md found
12:05:35 WARN: man/src/plugin/create.md does not exist, skipping
12:05:35 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:35 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:35 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:35 WARN: man/src/plugin/install.md does not exist, skipping
12:05:35 INFO: man/src/plugin/ls.md found
12:05:35 WARN: man/src/plugin/push.md does not exist, skipping
12:05:35 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:35 WARN: man/src/plugin/set.md does not exist, skipping
12:05:35 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:35 WARN: man/src/plugin.md does not exist, skipping
12:05:35 INFO: man/src/port.md found
12:05:35 INFO: man/src/ps.md found
12:05:35 INFO: man/src/pull.md found
12:05:35 INFO: man/src/push.md found
12:05:35 INFO: man/src/rename.md found
12:05:35 INFO: man/src/restart.md found
12:05:35 INFO: man/src/rm.md found
12:05:35 INFO: man/src/rmi.md found
12:05:35 WARN: man/src/run.md does not exist, skipping
12:05:35 INFO: man/src/save.md found
12:05:35 INFO: man/src/search.md found
12:05:35 WARN: man/src/secret/create.md does not exist, skipping
12:05:35 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:35 WARN: man/src/secret/ls.md does not exist, skipping
12:05:35 WARN: man/src/secret/rm.md does not exist, skipping
12:05:35 WARN: man/src/secret.md does not exist, skipping
12:05:35 WARN: man/src/service/create.md does not exist, skipping
12:05:35 WARN: man/src/service/inspect.md does not exist, skipping
12:05:35 WARN: man/src/service/logs.md does not exist, skipping
12:05:35 WARN: man/src/service/ls.md does not exist, skipping
12:05:35 WARN: man/src/service/ps.md does not exist, skipping
12:05:35 WARN: man/src/service/rm.md does not exist, skipping
12:05:35 WARN: man/src/service/rollback.md does not exist, skipping
12:05:35 WARN: man/src/service/scale.md does not exist, skipping
12:05:35 WARN: man/src/service/update.md does not exist, skipping
12:05:35 WARN: man/src/service.md does not exist, skipping
12:05:35 WARN: man/src/stack/config.md does not exist, skipping
12:05:35 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:35 WARN: man/src/stack/ls.md does not exist, skipping
12:05:35 WARN: man/src/stack/ps.md does not exist, skipping
12:05:35 WARN: man/src/stack/rm.md does not exist, skipping
12:05:35 WARN: man/src/stack/services.md does not exist, skipping
12:05:35 WARN: man/src/stack.md does not exist, skipping
12:05:35 INFO: man/src/start.md found
12:05:35 INFO: man/src/stats.md found
12:05:35 INFO: man/src/stop.md found
12:05:35 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:35 WARN: man/src/swarm/init.md does not exist, skipping
12:05:35 WARN: man/src/swarm/join.md does not exist, skipping
12:05:35 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:35 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:35 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:35 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:35 WARN: man/src/swarm/update.md does not exist, skipping
12:05:35 WARN: man/src/swarm.md does not exist, skipping
12:05:35 WARN: man/src/system/df.md does not exist, skipping
12:05:35 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:35 INFO: man/src/system/events.md found
12:05:35 INFO: man/src/system/info.md found
12:05:35 WARN: man/src/system/prune.md does not exist, skipping
12:05:35 WARN: man/src/system.md does not exist, skipping
12:05:35 INFO: man/src/tag.md found
12:05:35 INFO: man/src/top.md found
12:05:35 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:35 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:35 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:35 WARN: man/src/trust/key.md does not exist, skipping
12:05:35 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:35 WARN: man/src/trust/sign.md does not exist, skipping
12:05:35 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:35 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:35 WARN: man/src/trust/signer.md does not exist, skipping
12:05:35 WARN: man/src/trust.md does not exist, skipping
12:05:35 INFO: man/src/unpause.md found
12:05:35 INFO: man/src/update.md found
12:05:35 INFO: man/src/version.md found
12:05:35 INFO: man/src/volume/create.md found
12:05:35 INFO: man/src/volume/inspect.md found
12:05:35 INFO: man/src/volume/ls.md found
12:05:35 WARN: man/src/volume/prune.md does not exist, skipping
12:05:35 WARN: man/src/volume/rm.md does not exist, skipping
12:05:35 WARN: man/src/volume/update.md does not exist, skipping
12:05:35 INFO: man/src/volume.md found
12:05:35 INFO: man/src/wait.md found
12:05:35 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:35 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:35 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:35 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:35 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:35 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:35 make[2]: Leaving directory '/root/build-deb/cli'
12:05:35 # Build buildx plugin
12:05:35 cd /go/src/github.com/docker/buildx \
12:05:35 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:05:35 && GO111MODULE=on \
12:05:35 	CGO_ENABLED=0 \
12:05:35 		go build \
12:05:35 			-mod=vendor \
12:05:35 			-trimpath \
12:05:35 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:05:35 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:05:35 			./cmd/buildx
12:05:35 go: downloading k8s.io/api v0.22.4
12:05:35 go: downloading k8s.io/apimachinery v0.22.4
12:05:35 go: downloading github.com/gofrs/flock v0.8.0
12:05:35 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:05:35 go: downloading github.com/golang/mock v1.6.0
12:05:35 go: downloading github.com/klauspost/compress v1.15.9
12:05:35 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:05:35 go: downloading github.com/hashicorp/errwrap v1.1.0
12:05:35 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:05:35 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:05:35 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:05:35 go: downloading google.golang.org/grpc v1.47.0
12:05:36 go: downloading golang.org/x/net v0.4.0
12:05:36 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:05:36 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:05:36 go: downloading golang.org/x/term v0.3.0
12:05:36 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:05:36 go: downloading github.com/mattn/go-runewidth v0.0.14
12:05:36 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:05:36 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:05:36 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:05:36 go: downloading google.golang.org/protobuf v1.28.0
12:05:36 go: downloading github.com/go-logr/stdr v1.2.2
12:05:36 go: downloading github.com/containerd/typeurl v1.0.2
12:05:36 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:05:36 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:05:36 go: downloading k8s.io/klog/v2 v2.60.1
12:05:36 go: downloading github.com/pelletier/go-toml v1.9.4
12:05:36 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:05:36 go: downloading github.com/google/gofuzz v1.2.0
12:05:37 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:05:37 go: downloading github.com/gogo/googleapis v1.4.1
12:05:37 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm
12:05:37 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ZkRlxG
12:05:37 + umask 022
12:05:37 + cd /root/rpmbuild/BUILD
12:05:37 + cd src
12:05:37 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:05:37 + RPM_EC=0
12:05:37 ++ jobs -p
12:05:37 + exit 0
12:05:37 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NvwanS
12:05:37 + umask 022
12:05:37 + cd /root/rpmbuild/BUILD
12:05:37 + cd /root/rpmbuild/BUILD
12:05:37 + rm -rf src
12:05:37 + /usr/bin/mkdir -p src
12:05:37 + cd src
12:05:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:05:37 + /usr/bin/tar -xof -
12:05:37 + STATUS=0
12:05:37 + '[' 0 -ne 0 ']'
12:05:37 + /usr/bin/tar -xof -
12:05:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:05:37 + STATUS=0
12:05:37 + '[' 0 -ne 0 ']'
12:05:37 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:05:37 + RPM_EC=0
12:05:37 ++ jobs -p
12:05:37 + exit 0
12:05:37 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fMGCzE
12:05:37 + umask 022
12:05:37 + cd /root/rpmbuild/BUILD
12:05:37 + cd src
12:05:37 + export DOCKER_GITCOMMIT=a25ab92
12:05:37 + DOCKER_GITCOMMIT=a25ab92
12:05:37 + mkdir -p /go/src/github.com/docker
12:05:37 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:05:37 + TMP_GOPATH=/go
12:05:37 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:05:37 + RM_GOPATH=0
12:05:37 + TMP_GOPATH=/go
12:05:37 + : /usr/local/bin
12:05:37 + '[' -z /go ']'
12:05:37 + export GOPATH=/go
12:05:37 + GOPATH=/go
12:05:37 + case "$(go env GOARCH)" in
12:05:37 ++ go env GOARCH
12:05:37 + export GO_BUILDMODE=-buildmode=pie
12:05:37 + GO_BUILDMODE=-buildmode=pie
12:05:37 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:05:37 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:05:37 + bin=rootlesskit
12:05:37 + shift
12:05:37 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:05:37 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:05:37 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:37 + install_rootlesskit dynamic
12:05:37 + case "$1" in
12:05:37 + install_rootlesskit_dynamic
12:05:37 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:05:37 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:05:37 + export BUILD_MODE=-buildmode=pie
12:05:37 + BUILD_MODE=-buildmode=pie
12:05:37 + _install_rootlesskit
12:05:37 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:05:37 + for f in rootlesskit rootlesskit-docker-proxy
12:05:37 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:37 + GOBIN=/usr/local/bin
12:05:37 + GO111MODULE=on
12:05:37 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:37 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:05:37 go: downloading github.com/urfave/cli/v2 v2.23.5
12:05:37 go: downloading golang.org/x/sys v0.2.0
12:05:37 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:05:37 go: downloading github.com/google/uuid v1.3.0
12:05:37 go: downloading github.com/moby/vpnkit v0.5.0
12:05:37 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:05:37 go: downloading github.com/gofrs/flock v0.8.1
12:05:37 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:05:37 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:05:37 go: downloading golang.org/x/net v0.1.0
12:05:37 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:05:37 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:05:37 go: downloading github.com/moby/locker v1.0.1
12:05:37 go: downloading github.com/felixge/httpsnoop v1.0.2
12:05:37 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:05:37 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:05:37 go: downloading gopkg.in/inf.v0 v0.9.1
12:05:37 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:05:37 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:05:37 go: downloading github.com/googleapis/gnostic v0.5.5
12:05:38 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:05:38 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:05:38 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:05:38 go: downloading github.com/json-iterator/go v1.1.12
12:05:38 go: downloading github.com/modern-go/reflect2 v1.0.2
12:05:38 go: downloading sigs.k8s.io/yaml v1.2.0
12:05:38 go: downloading github.com/mattn/go-colorable v0.1.12
12:05:38 go: downloading github.com/prometheus/client_golang v1.12.2
12:05:38 go: downloading github.com/containerd/ttrpc v1.1.0
12:05:38 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:05:38 go: downloading github.com/moby/spdystream v0.2.0
12:05:38 go: downloading github.com/mattn/go-isatty v0.0.16
12:05:38 go: downloading github.com/prometheus/client_model v0.2.0
12:05:38 go: downloading github.com/prometheus/common v0.32.1
12:05:38 go: downloading github.com/prometheus/procfs v0.7.3
12:05:38 # Build the compose plugin
12:05:38 cd /go/src/github.com/docker/compose \
12:05:38 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:05:38 make[2]: Entering directory '/root/build-deb/compose'
12:05:38 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:05:38 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:05:38 go: downloading golang.org/x/sys v0.3.0
12:05:38 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:05:38 go: downloading github.com/theupdateframework/notary v0.7.0
12:05:38 go: downloading github.com/compose-spec/compose-go v1.8.2
12:05:38 go: downloading github.com/hashicorp/go-version v1.6.0
12:05:38 go: downloading github.com/docker/buildx v0.9.1
12:05:38 go: downloading github.com/mattn/go-shellwords v1.0.12
12:05:38 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:05:38 go: downloading go.opentelemetry.io/otel v1.11.2
12:05:38 go: downloading github.com/containerd/containerd v1.6.14
12:05:38 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:05:38 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:05:38 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:05:38 go: downloading golang.org/x/sync v0.1.0
12:05:38 go: downloading k8s.io/client-go v0.22.4
12:05:38 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:05:38 go: downloading github.com/imdario/mergo v0.3.13
12:05:38 go: downloading github.com/containerd/console v1.0.3
12:05:38 go: downloading github.com/buger/goterm v1.0.4
12:05:38 go: downloading github.com/stretchr/testify v1.8.1
12:05:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:05:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:05:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:05:38 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:05:38 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:05:38 go: downloading k8s.io/api v0.22.4
12:05:38 go: downloading k8s.io/apimachinery v0.22.4
12:05:38 go: downloading github.com/gofrs/flock v0.8.0
12:05:38 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:05:38 go: downloading github.com/golang/mock v1.6.0
12:05:38 go: downloading github.com/klauspost/compress v1.15.9
12:05:38 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:05:38 go: downloading github.com/hashicorp/errwrap v1.1.0
12:05:38 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:05:38 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:05:38 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:05:38 go: downloading google.golang.org/grpc v1.47.0
12:05:38 go: downloading golang.org/x/net v0.4.0
12:05:38 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:05:38 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:05:38 go: downloading golang.org/x/term v0.3.0
12:05:38 go: downloading github.com/mattn/go-runewidth v0.0.14
12:05:38 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:05:38 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:05:38 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:05:38 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:05:38 go: downloading google.golang.org/protobuf v1.28.0
12:05:38 go: downloading k8s.io/klog/v2 v2.60.1
12:05:38 go: downloading github.com/go-logr/stdr v1.2.2
12:05:38 go: downloading github.com/containerd/typeurl v1.0.2
12:05:38 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:05:38 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:05:38 go: downloading github.com/pelletier/go-toml v1.9.4
12:05:38 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:05:38 go: downloading github.com/google/gofuzz v1.2.0
12:05:38 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:05:38 go: downloading github.com/gogo/googleapis v1.4.1
12:05:38 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:05:38 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:05:38 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:05:38 go: downloading github.com/moby/locker v1.0.1
12:05:38 go: downloading github.com/felixge/httpsnoop v1.0.2
12:05:38 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:05:38 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:05:38 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:05:38 go: downloading gopkg.in/inf.v0 v0.9.1
12:05:38 go: downloading github.com/googleapis/gnostic v0.5.5
12:05:38 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:05:38 go: downloading github.com/json-iterator/go v1.1.12
12:05:38 go: downloading github.com/modern-go/reflect2 v1.0.2
12:05:38 go: downloading sigs.k8s.io/yaml v1.2.0
12:05:38 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:05:38 go: downloading github.com/mattn/go-colorable v0.1.12
12:05:38 go: downloading github.com/prometheus/client_golang v1.12.2
12:05:38 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:05:38 go: downloading github.com/containerd/ttrpc v1.1.0
12:05:38 go: downloading github.com/moby/spdystream v0.2.0
12:05:38 go: downloading github.com/mattn/go-isatty v0.0.16
12:05:38 go: downloading github.com/prometheus/client_model v0.2.0
12:05:38 go: downloading github.com/prometheus/common v0.32.1
12:05:38 go: downloading github.com/prometheus/procfs v0.7.3
12:05:40 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:40 ++ pwd
12:05:40 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:40 Project root: .
12:05:40 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:40 INFO: man/src/attach.md found
12:05:40 WARN: man/src/build.md does not exist, skipping
12:05:40 WARN: man/src/builder/build.md does not exist, skipping
12:05:40 WARN: man/src/builder/prune.md does not exist, skipping
12:05:40 WARN: man/src/builder.md does not exist, skipping
12:05:40 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:40 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:40 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:40 WARN: man/src/checkpoint.md does not exist, skipping
12:05:40 INFO: man/src/commit.md found
12:05:40 WARN: man/src/config/create.md does not exist, skipping
12:05:40 WARN: man/src/config/inspect.md does not exist, skipping
12:05:40 WARN: man/src/config/ls.md does not exist, skipping
12:05:40 WARN: man/src/config/rm.md does not exist, skipping
12:05:40 WARN: man/src/config.md does not exist, skipping
12:05:40 INFO: man/src/container/attach.md found
12:05:40 INFO: man/src/container/commit.md found
12:05:40 INFO: man/src/container/cp.md found
12:05:40 INFO: man/src/container/create.md found
12:05:40 INFO: man/src/container/diff.md found
12:05:40 INFO: man/src/container/exec.md found
12:05:40 INFO: man/src/container/export.md found
12:05:40 WARN: man/src/container/inspect.md does not exist, skipping
12:05:40 INFO: man/src/container/kill.md found
12:05:40 INFO: man/src/container/logs.md found
12:05:40 INFO: man/src/container/ls.md found
12:05:40 INFO: man/src/container/pause.md found
12:05:40 INFO: man/src/container/port.md found
12:05:40 WARN: man/src/container/prune.md does not exist, skipping
12:05:40 INFO: man/src/container/rename.md found
12:05:40 INFO: man/src/container/restart.md found
12:05:40 INFO: man/src/container/rm.md found
12:05:40 INFO: man/src/container/run.md found
12:05:40 INFO: man/src/container/start.md found
12:05:40 INFO: man/src/container/stats.md found
12:05:40 INFO: man/src/container/stop.md found
12:05:40 INFO: man/src/container/top.md found
12:05:40 INFO: man/src/container/unpause.md found
12:05:40 INFO: man/src/container/update.md found
12:05:40 INFO: man/src/container/wait.md found
12:05:40 WARN: man/src/container.md does not exist, skipping
12:05:40 WARN: man/src/context/create.md does not exist, skipping
12:05:40 WARN: man/src/context/export.md does not exist, skipping
12:05:40 WARN: man/src/context/import.md does not exist, skipping
12:05:40 WARN: man/src/context/inspect.md does not exist, skipping
12:05:40 WARN: man/src/context/ls.md does not exist, skipping
12:05:40 WARN: man/src/context/rm.md does not exist, skipping
12:05:40 WARN: man/src/context/show.md does not exist, skipping
12:05:40 WARN: man/src/context/update.md does not exist, skipping
12:05:40 WARN: man/src/context/use.md does not exist, skipping
12:05:40 WARN: man/src/context.md does not exist, skipping
12:05:40 INFO: man/src/cp.md found
12:05:40 INFO: man/src/create.md found
12:05:40 INFO: man/src/diff.md found
12:05:40 INFO: man/src/events.md found
12:05:40 INFO: man/src/exec.md found
12:05:40 INFO: man/src/export.md found
12:05:40 INFO: man/src/history.md found
12:05:40 INFO: man/src/image/build.md found
12:05:40 INFO: man/src/image/history.md found
12:05:40 INFO: man/src/image/import.md found
12:05:40 WARN: man/src/image/inspect.md does not exist, skipping
12:05:40 INFO: man/src/image/load.md found
12:05:40 INFO: man/src/image/ls.md found
12:05:40 WARN: man/src/image/prune.md does not exist, skipping
12:05:40 INFO: man/src/image/pull.md found
12:05:40 INFO: man/src/image/push.md found
12:05:40 INFO: man/src/image/rm.md found
12:05:40 INFO: man/src/image/save.md found
12:05:40 INFO: man/src/image/tag.md found
12:05:40 WARN: man/src/image.md does not exist, skipping
12:05:40 INFO: man/src/images.md found
12:05:40 INFO: man/src/import.md found
12:05:40 INFO: man/src/info.md found
12:05:40 INFO: man/src/inspect.md found
12:05:40 INFO: man/src/kill.md found
12:05:40 INFO: man/src/load.md found
12:05:40 INFO: man/src/login.md found
12:05:40 INFO: man/src/logout.md found
12:05:40 INFO: man/src/logs.md found
12:05:40 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:40 WARN: man/src/manifest/create.md does not exist, skipping
12:05:40 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:40 WARN: man/src/manifest/push.md does not exist, skipping
12:05:40 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:40 WARN: man/src/manifest.md does not exist, skipping
12:05:40 INFO: man/src/network/connect.md found
12:05:40 INFO: man/src/network/create.md found
12:05:40 INFO: man/src/network/disconnect.md found
12:05:40 INFO: man/src/network/inspect.md found
12:05:40 INFO: man/src/network/ls.md found
12:05:40 WARN: man/src/network/prune.md does not exist, skipping
12:05:40 INFO: man/src/network/rm.md found
12:05:40 WARN: man/src/network.md does not exist, skipping
12:05:40 WARN: man/src/node/demote.md does not exist, skipping
12:05:40 WARN: man/src/node/inspect.md does not exist, skipping
12:05:40 WARN: man/src/node/ls.md does not exist, skipping
12:05:40 WARN: man/src/node/promote.md does not exist, skipping
12:05:40 WARN: man/src/node/ps.md does not exist, skipping
12:05:40 WARN: man/src/node/rm.md does not exist, skipping
12:05:40 WARN: man/src/node/update.md does not exist, skipping
12:05:40 WARN: man/src/node.md does not exist, skipping
12:05:40 INFO: man/src/pause.md found
12:05:40 WARN: man/src/plugin/create.md does not exist, skipping
12:05:40 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:40 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:40 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:40 WARN: man/src/plugin/install.md does not exist, skipping
12:05:40 INFO: man/src/plugin/ls.md found
12:05:40 WARN: man/src/plugin/push.md does not exist, skipping
12:05:40 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:40 WARN: man/src/plugin/set.md does not exist, skipping
12:05:40 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:40 WARN: man/src/plugin.md does not exist, skipping
12:05:40 INFO: man/src/port.md found
12:05:40 INFO: man/src/ps.md found
12:05:40 INFO: man/src/pull.md found
12:05:40 INFO: man/src/push.md found
12:05:40 INFO: man/src/rename.md found
12:05:40 INFO: man/src/restart.md found
12:05:40 INFO: man/src/rm.md found
12:05:40 INFO: man/src/rmi.md found
12:05:40 WARN: man/src/run.md does not exist, skipping
12:05:40 INFO: man/src/save.md found
12:05:40 INFO: man/src/search.md found
12:05:40 WARN: man/src/secret/create.md does not exist, skipping
12:05:40 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:40 WARN: man/src/secret/ls.md does not exist, skipping
12:05:40 WARN: man/src/secret/rm.md does not exist, skipping
12:05:40 WARN: man/src/secret.md does not exist, skipping
12:05:40 WARN: man/src/service/create.md does not exist, skipping
12:05:40 WARN: man/src/service/inspect.md does not exist, skipping
12:05:40 WARN: man/src/service/logs.md does not exist, skipping
12:05:40 WARN: man/src/service/ls.md does not exist, skipping
12:05:40 WARN: man/src/service/ps.md does not exist, skipping
12:05:40 WARN: man/src/service/rm.md does not exist, skipping
12:05:40 WARN: man/src/service/rollback.md does not exist, skipping
12:05:40 WARN: man/src/service/scale.md does not exist, skipping
12:05:40 WARN: man/src/service/update.md does not exist, skipping
12:05:40 WARN: man/src/service.md does not exist, skipping
12:05:40 WARN: man/src/stack/config.md does not exist, skipping
12:05:40 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:40 WARN: man/src/stack/ls.md does not exist, skipping
12:05:40 WARN: man/src/stack/ps.md does not exist, skipping
12:05:40 WARN: man/src/stack/rm.md does not exist, skipping
12:05:40 WARN: man/src/stack/services.md does not exist, skipping
12:05:40 WARN: man/src/stack.md does not exist, skipping
12:05:40 INFO: man/src/start.md found
12:05:40 INFO: man/src/stats.md found
12:05:40 INFO: man/src/stop.md found
12:05:40 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:40 WARN: man/src/swarm/init.md does not exist, skipping
12:05:40 WARN: man/src/swarm/join.md does not exist, skipping
12:05:40 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:40 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:40 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:40 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:40 WARN: man/src/swarm/update.md does not exist, skipping
12:05:40 WARN: man/src/swarm.md does not exist, skipping
12:05:40 WARN: man/src/system/df.md does not exist, skipping
12:05:40 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:40 INFO: man/src/system/events.md found
12:05:40 INFO: man/src/system/info.md found
12:05:40 WARN: man/src/system/prune.md does not exist, skipping
12:05:40 WARN: man/src/system.md does not exist, skipping
12:05:40 INFO: man/src/tag.md found
12:05:40 INFO: man/src/top.md found
12:05:40 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:40 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:40 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:40 WARN: man/src/trust/key.md does not exist, skipping
12:05:40 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:40 WARN: man/src/trust/sign.md does not exist, skipping
12:05:40 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:40 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:40 WARN: man/src/trust/signer.md does not exist, skipping
12:05:40 WARN: man/src/trust.md does not exist, skipping
12:05:40 INFO: man/src/unpause.md found
12:05:40 INFO: man/src/update.md found
12:05:40 INFO: man/src/version.md found
12:05:40 INFO: man/src/volume/create.md found
12:05:40 INFO: man/src/volume/inspect.md found
12:05:40 INFO: man/src/volume/ls.md found
12:05:40 WARN: man/src/volume/prune.md does not exist, skipping
12:05:40 WARN: man/src/volume/rm.md does not exist, skipping
12:05:40 WARN: man/src/volume/update.md does not exist, skipping
12:05:40 INFO: man/src/volume.md found
12:05:40 INFO: man/src/wait.md found
12:05:40 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:40 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:40 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:40 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:40 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:40 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:40 make[2]: Leaving directory '/root/build-deb/cli'
12:05:40 # Build buildx plugin
12:05:40 cd /go/src/github.com/docker/buildx \
12:05:40 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:05:40 && GO111MODULE=on \
12:05:40 	CGO_ENABLED=0 \
12:05:40 		go build \
12:05:40 			-mod=vendor \
12:05:40 			-trimpath \
12:05:40 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:05:40 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:05:40 			./cmd/buildx
12:05:44 + for f in rootlesskit rootlesskit-docker-proxy
12:05:44 + GOBIN=/usr/local/bin
12:05:44 + GO111MODULE=on
12:05:44 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:45 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm
12:05:45 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.8PwFXy
12:05:45 + umask 022
12:05:45 + cd /root/rpmbuild/BUILD
12:05:45 + cd src
12:05:45 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:05:45 + RPM_EC=0
12:05:45 ++ jobs -p
12:05:45 + exit 0
12:05:45 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.Ja6cps
12:05:45 + umask 022
12:05:45 + cd /root/rpmbuild/BUILD
12:05:45 + rm -rf src src.gemspec
12:05:45 + RPM_EC=0
12:05:45 ++ jobs -p
12:05:45 + exit 0
12:05:45 
12:05:45 RPM build warnings:
12:05:45     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:05:45     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:05:45     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:05:45     source_date_epoch_from_changelog set but %changelog is missing
12:05:45     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
12:05:45     source_date_epoch_from_changelog set but %changelog is missing
12:05:45 warning: source_date_epoch_from_changelog set but %changelog is missing
12:05:45 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3fLZA8
12:05:45 + umask 022
12:05:45 + cd /root/rpmbuild/BUILD
12:05:45 + cd /root/rpmbuild/BUILD
12:05:45 + rm -rf src
12:05:45 + /usr/bin/mkdir -p src
12:05:45 + cd src
12:05:45 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:05:45 + return
12:05:45 + RPM_EC=0
12:05:45 ++ jobs -p
12:05:45 + exit 0
12:05:45 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.o4Bb19
12:05:45 + umask 022
12:05:45 + cd /root/rpmbuild/BUILD
12:05:45 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64 '!=' / ']'
12:05:45 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:05:45 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:05:45 + mkdir -p /root/rpmbuild/BUILDROOT
12:05:45 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:05:45 + cd src
12:05:45 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/dockerd-rootless.sh
12:05:45 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/dockerd-rootless-setuptool.sh
12:05:45 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/rootlesskit
12:05:45 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64/usr/bin/rootlesskit-docker-proxy
12:05:45 + /usr/lib/rpm/check-buildroot
12:05:45 + /usr/lib/rpm/redhat/brp-ldconfig
12:05:45 + /usr/lib/rpm/brp-compress
12:05:45 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:05:46 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:05:46 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:05:46 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:05:46 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:05:46 + /usr/lib/rpm/brp-python-hardlink
12:05:46 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:05:46 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:05:46 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:05:46 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.GEY9W8
12:05:46 + umask 022
12:05:46 + cd /root/rpmbuild/BUILD
12:05:46 + cd src
12:05:46 + /usr/local/bin/rootlesskit -v
12:05:46 rootlesskit version 1.1.0
12:05:46 + RPM_EC=0
12:05:46 ++ jobs -p
12:05:46 + exit 0
12:05:46 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:05:46 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.el9 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230206193855.ab4ef4a-0.el9
12:05:46 Requires(interp): /bin/sh /bin/sh /bin/sh
12:05:46 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:05:46 Requires(post): /bin/sh
12:05:46 Requires(preun): /bin/sh
12:05:46 Requires(postun): /bin/sh
12:05:46 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)
12:05:46 Conflicts: rootlesskit
12:05:46 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:05:46 + STATUS=0
12:05:46 + '[' 0 -ne 0 ']'
12:05:46 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/engine.tgz
12:05:46 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.src.rpm
12:05:46 + STATUS=0
12:05:46 + '[' 0 -ne 0 ']'
12:05:46 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:05:46 + RPM_EC=0
12:05:46 ++ jobs -p
12:05:46 + exit 0
12:05:46 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Qayoxw
12:05:46 + umask 022
12:05:46 + cd /root/rpmbuild/BUILD
12:05:46 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:05:46 + export CFLAGS
12:05:46 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:05:46 + export CXXFLAGS
12:05:46 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:05:46 + export FFLAGS
12:05:46 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:05:46 + export FCFLAGS
12:05:46 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:05:46 + export LDFLAGS
12:05:46 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:05:46 + export LT_SYS_LIBRARY_PATH
12:05:46 + CC=gcc
12:05:46 + export CC
12:05:46 + CXX=g++
12:05:46 + export CXX
12:05:46 + cd src
12:05:46 + export DOCKER_GITCOMMIT=a25ab92
12:05:46 + DOCKER_GITCOMMIT=a25ab92
12:05:46 + mkdir -p /go/src/github.com/docker
12:05:46 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:05:46 + TMP_GOPATH=/go
12:05:46 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:05:46 + RM_GOPATH=0
12:05:46 + TMP_GOPATH=/go
12:05:46 + : /usr/local/bin
12:05:46 + '[' -z /go ']'
12:05:46 + export GOPATH=/go
12:05:46 + GOPATH=/go
12:05:46 + case "$(go env GOARCH)" in
12:05:46 ++ go env GOARCH
12:05:46 + export GO_BUILDMODE=-buildmode=pie
12:05:46 + GO_BUILDMODE=-buildmode=pie
12:05:46 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:05:46 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:05:46 + bin=rootlesskit
12:05:46 + shift
12:05:46 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:05:46 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:05:46 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:46 + install_rootlesskit dynamic
12:05:46 + case "$1" in
12:05:46 + install_rootlesskit_dynamic
12:05:46 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:05:46 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:05:46 + export BUILD_MODE=-buildmode=pie
12:05:46 + BUILD_MODE=-buildmode=pie
12:05:46 + _install_rootlesskit
12:05:46 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:46 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:05:46 + for f in rootlesskit rootlesskit-docker-proxy
12:05:46 + GOBIN=/usr/local/bin
12:05:46 + GO111MODULE=on
12:05:46 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:47 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm
12:05:47 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.e2Z32J
12:05:47 + umask 022
12:05:47 + cd /root/rpmbuild/BUILD
12:05:47 + cd src
12:05:47 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:05:47 + RPM_EC=0
12:05:47 ++ jobs -p
12:05:47 + exit 0
12:05:47     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:05:47     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:05:47     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:05:47     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
12:05:47 
12:05:47 RPM build warnings:
12:05:47 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.10bE8h
12:05:47 + umask 022
12:05:47 + cd /root/rpmbuild/BUILD
12:05:47 + cd /root/rpmbuild/BUILD
12:05:47 + rm -rf src
12:05:47 + /usr/bin/mkdir -p src
12:05:47 + cd src
12:05:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:05:47 + /usr/bin/tar -xof -
12:05:47 + STATUS=0
12:05:47 + '[' 0 -ne 0 ']'
12:05:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:05:47 + /usr/bin/tar -xof -
12:05:47 + STATUS=0
12:05:47 + '[' 0 -ne 0 ']'
12:05:47 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:05:47 + RPM_EC=0
12:05:47 ++ jobs -p
12:05:47 + exit 0
12:05:47 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.RoLGz7
12:05:47 + umask 022
12:05:47 + cd /root/rpmbuild/BUILD
12:05: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'
12:05:47 + export CFLAGS
12:05: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'
12:05:47 + export CXXFLAGS
12:05: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'
12:05:47 + export FFLAGS
12:05: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'
12:05:47 + export FCFLAGS
12:05: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-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
12:05:47 + export LDFLAGS
12:05:47 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:05:47 + export LT_SYS_LIBRARY_PATH
12:05:47 + CC=gcc
12:05:47 + export CC
12:05:47 + CXX=g++
12:05:47 + export CXX
12:05:47 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:05:47 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0~20230206193855.ab4ef4a-0.fc36 x86_64
12:05:47 + cd src
12:05:47 + export DOCKER_GITCOMMIT=a25ab92
12:05:47 + DOCKER_GITCOMMIT=a25ab92
12:05:47 + mkdir -p /go/src/github.com/docker
12:05:47 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:05:47 + TMP_GOPATH=/go
12:05:47 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:05:47 + RM_GOPATH=0
12:05:47 + TMP_GOPATH=/go
12:05:47 + : /usr/local/bin
12:05:47 + '[' -z /go ']'
12:05:47 + export GOPATH=/go
12:05:47 + GOPATH=/go
12:05:47 + case "$(go env GOARCH)" in
12:05:47 ++ go env GOARCH
12:05:47 + export GO_BUILDMODE=-buildmode=pie
12:05:47 + GO_BUILDMODE=-buildmode=pie
12:05:47 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:05:47 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:05:47 + bin=rootlesskit
12:05:47 + shift
12:05:47 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:05:47 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:05:47 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:47 + install_rootlesskit dynamic
12:05:47 + case "$1" in
12:05:47 + install_rootlesskit_dynamic
12:05:47 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:05:47 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:05:47 + export BUILD_MODE=-buildmode=pie
12:05:47 + BUILD_MODE=-buildmode=pie
12:05:47 + _install_rootlesskit
12:05:47 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:47 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:05:47 + for f in rootlesskit rootlesskit-docker-proxy
12:05:47 + GOBIN=/usr/local/bin
12:05:47 + GO111MODULE=on
12:05:47 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:47 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:05:47 go: downloading github.com/urfave/cli/v2 v2.23.5
12:05:47 go: downloading golang.org/x/sys v0.2.0
12:05:47 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:05:47 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:47 ++ pwd
12:05:47 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:47 Project root: .
12:05:47 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:47 INFO: man/src/attach.md found
12:05:47 WARN: man/src/build.md does not exist, skipping
12:05:47 WARN: man/src/builder/build.md does not exist, skipping
12:05:47 WARN: man/src/builder/prune.md does not exist, skipping
12:05:47 WARN: man/src/builder.md does not exist, skipping
12:05:47 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:47 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:47 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:47 WARN: man/src/checkpoint.md does not exist, skipping
12:05:47 INFO: man/src/commit.md found
12:05:47 WARN: man/src/config/create.md does not exist, skipping
12:05:47 WARN: man/src/config/inspect.md does not exist, skipping
12:05:47 WARN: man/src/config/ls.md does not exist, skipping
12:05:47 WARN: man/src/config/rm.md does not exist, skipping
12:05:47 WARN: man/src/config.md does not exist, skipping
12:05:47 INFO: man/src/container/attach.md found
12:05:47 INFO: man/src/container/commit.md found
12:05:47 INFO: man/src/container/cp.md found
12:05:47 INFO: man/src/container/create.md found
12:05:47 INFO: man/src/container/diff.md found
12:05:47 INFO: man/src/container/exec.md found
12:05:47 INFO: man/src/container/export.md found
12:05:47 WARN: man/src/container/inspect.md does not exist, skipping
12:05:47 INFO: man/src/container/kill.md found
12:05:47 INFO: man/src/container/logs.md found
12:05:47 INFO: man/src/container/ls.md found
12:05:47 INFO: man/src/container/pause.md found
12:05:47 INFO: man/src/container/port.md found
12:05:47 WARN: man/src/container/prune.md does not exist, skipping
12:05:47 INFO: man/src/container/rename.md found
12:05:47 INFO: man/src/container/restart.md found
12:05:47 INFO: man/src/container/rm.md found
12:05:47 INFO: man/src/container/run.md found
12:05:47 INFO: man/src/container/start.md found
12:05:47 INFO: man/src/container/stats.md found
12:05:47 INFO: man/src/container/stop.md found
12:05:47 INFO: man/src/container/top.md found
12:05:47 INFO: man/src/container/unpause.md found
12:05:47 INFO: man/src/container/update.md found
12:05:47 INFO: man/src/container/wait.md found
12:05:47 WARN: man/src/container.md does not exist, skipping
12:05:47 WARN: man/src/context/create.md does not exist, skipping
12:05:47 WARN: man/src/context/export.md does not exist, skipping
12:05:47 WARN: man/src/context/import.md does not exist, skipping
12:05:47 WARN: man/src/context/inspect.md does not exist, skipping
12:05:47 WARN: man/src/context/ls.md does not exist, skipping
12:05:47 WARN: man/src/context/rm.md does not exist, skipping
12:05:47 WARN: man/src/context/show.md does not exist, skipping
12:05:47 WARN: man/src/context/update.md does not exist, skipping
12:05:47 WARN: man/src/context/use.md does not exist, skipping
12:05:47 WARN: man/src/context.md does not exist, skipping
12:05:47 INFO: man/src/cp.md found
12:05:47 INFO: man/src/create.md found
12:05:47 INFO: man/src/diff.md found
12:05:47 INFO: man/src/events.md found
12:05:47 INFO: man/src/exec.md found
12:05:47 INFO: man/src/export.md found
12:05:47 INFO: man/src/history.md found
12:05:47 INFO: man/src/image/build.md found
12:05:47 INFO: man/src/image/history.md found
12:05:47 INFO: man/src/image/import.md found
12:05:47 WARN: man/src/image/inspect.md does not exist, skipping
12:05:47 INFO: man/src/image/load.md found
12:05:47 INFO: man/src/image/ls.md found
12:05:47 WARN: man/src/image/prune.md does not exist, skipping
12:05:47 INFO: man/src/image/pull.md found
12:05:47 INFO: man/src/image/push.md found
12:05:47 INFO: man/src/image/rm.md found
12:05:47 INFO: man/src/image/save.md found
12:05:47 INFO: man/src/image/tag.md found
12:05:47 WARN: man/src/image.md does not exist, skipping
12:05:47 INFO: man/src/images.md found
12:05:47 INFO: man/src/import.md found
12:05:47 INFO: man/src/info.md found
12:05:47 INFO: man/src/inspect.md found
12:05:47 INFO: man/src/kill.md found
12:05:47 INFO: man/src/load.md found
12:05:47 INFO: man/src/login.md found
12:05:47 INFO: man/src/logout.md found
12:05:47 INFO: man/src/logs.md found
12:05:47 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:47 WARN: man/src/manifest/create.md does not exist, skipping
12:05:47 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:47 WARN: man/src/manifest/push.md does not exist, skipping
12:05:47 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:47 WARN: man/src/manifest.md does not exist, skipping
12:05:47 INFO: man/src/network/connect.md found
12:05:47 INFO: man/src/network/create.md found
12:05:47 INFO: man/src/network/disconnect.md found
12:05:47 INFO: man/src/network/inspect.md found
12:05:47 INFO: man/src/network/ls.md found
12:05:47 WARN: man/src/network/prune.md does not exist, skipping
12:05:47 INFO: man/src/network/rm.md found
12:05:47 WARN: man/src/network.md does not exist, skipping
12:05:47 WARN: man/src/node/demote.md does not exist, skipping
12:05:47 WARN: man/src/node/inspect.md does not exist, skipping
12:05:47 WARN: man/src/node/ls.md does not exist, skipping
12:05:47 WARN: man/src/node/promote.md does not exist, skipping
12:05:47 WARN: man/src/node/ps.md does not exist, skipping
12:05:47 WARN: man/src/node/rm.md does not exist, skipping
12:05:47 WARN: man/src/node/update.md does not exist, skipping
12:05:47 WARN: man/src/node.md does not exist, skipping
12:05:47 INFO: man/src/pause.md found
12:05:47 WARN: man/src/plugin/create.md does not exist, skipping
12:05:47 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:47 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:47 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:47 WARN: man/src/plugin/install.md does not exist, skipping
12:05:47 INFO: man/src/plugin/ls.md found
12:05:47 WARN: man/src/plugin/push.md does not exist, skipping
12:05:47 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:47 WARN: man/src/plugin/set.md does not exist, skipping
12:05:47 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:47 WARN: man/src/plugin.md does not exist, skipping
12:05:47 INFO: man/src/port.md found
12:05:47 INFO: man/src/ps.md found
12:05:47 INFO: man/src/pull.md found
12:05:47 INFO: man/src/push.md found
12:05:47 INFO: man/src/rename.md found
12:05:47 INFO: man/src/restart.md found
12:05:47 INFO: man/src/rm.md found
12:05:47 INFO: man/src/rmi.md found
12:05:47 WARN: man/src/run.md does not exist, skipping
12:05:47 INFO: man/src/save.md found
12:05:47 INFO: man/src/search.md found
12:05:47 WARN: man/src/secret/create.md does not exist, skipping
12:05:47 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:47 WARN: man/src/secret/ls.md does not exist, skipping
12:05:47 WARN: man/src/secret/rm.md does not exist, skipping
12:05:47 WARN: man/src/secret.md does not exist, skipping
12:05:47 WARN: man/src/service/create.md does not exist, skipping
12:05:47 WARN: man/src/service/inspect.md does not exist, skipping
12:05:47 WARN: man/src/service/logs.md does not exist, skipping
12:05:47 WARN: man/src/service/ls.md does not exist, skipping
12:05:47 WARN: man/src/service/ps.md does not exist, skipping
12:05:47 WARN: man/src/service/rm.md does not exist, skipping
12:05:47 WARN: man/src/service/rollback.md does not exist, skipping
12:05:47 WARN: man/src/service/scale.md does not exist, skipping
12:05:47 WARN: man/src/service/update.md does not exist, skipping
12:05:47 WARN: man/src/service.md does not exist, skipping
12:05:47 WARN: man/src/stack/config.md does not exist, skipping
12:05:47 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:47 WARN: man/src/stack/ls.md does not exist, skipping
12:05:47 WARN: man/src/stack/ps.md does not exist, skipping
12:05:47 WARN: man/src/stack/rm.md does not exist, skipping
12:05:47 WARN: man/src/stack/services.md does not exist, skipping
12:05:47 WARN: man/src/stack.md does not exist, skipping
12:05:47 INFO: man/src/start.md found
12:05:47 INFO: man/src/stats.md found
12:05:47 INFO: man/src/stop.md found
12:05:47 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:47 WARN: man/src/swarm/init.md does not exist, skipping
12:05:47 WARN: man/src/swarm/join.md does not exist, skipping
12:05:47 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:47 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:47 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:47 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:47 WARN: man/src/swarm/update.md does not exist, skipping
12:05:47 WARN: man/src/swarm.md does not exist, skipping
12:05:47 WARN: man/src/system/df.md does not exist, skipping
12:05:47 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:47 INFO: man/src/system/events.md found
12:05:47 INFO: man/src/system/info.md found
12:05:47 WARN: man/src/system/prune.md does not exist, skipping
12:05:47 WARN: man/src/system.md does not exist, skipping
12:05:47 INFO: man/src/tag.md found
12:05:47 INFO: man/src/top.md found
12:05:47 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:47 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:47 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:47 WARN: man/src/trust/key.md does not exist, skipping
12:05:47 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:47 WARN: man/src/trust/sign.md does not exist, skipping
12:05:47 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:47 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:47 WARN: man/src/trust/signer.md does not exist, skipping
12:05:47 WARN: man/src/trust.md does not exist, skipping
12:05:47 INFO: man/src/unpause.md found
12:05:47 INFO: man/src/update.md found
12:05:47 INFO: man/src/version.md found
12:05:47 INFO: man/src/volume/create.md found
12:05:47 INFO: man/src/volume/inspect.md found
12:05:47 INFO: man/src/volume/ls.md found
12:05:47 WARN: man/src/volume/prune.md does not exist, skipping
12:05:47 WARN: man/src/volume/rm.md does not exist, skipping
12:05:47 WARN: man/src/volume/update.md does not exist, skipping
12:05:47 INFO: man/src/volume.md found
12:05:47 INFO: man/src/wait.md found
12:05:47 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:47 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:47 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:47 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:47 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:47 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:47 make[2]: Leaving directory '/root/build-deb/cli'
12:05:47 # Build buildx plugin
12:05:47 cd /go/src/github.com/docker/buildx \
12:05:47 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:05:47 && GO111MODULE=on \
12:05:47 	CGO_ENABLED=0 \
12:05:47 		go build \
12:05:47 			-mod=vendor \
12:05:47 			-trimpath \
12:05:47 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:05:47 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:05:47 			./cmd/buildx
12:05:47 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:05:47 go: downloading github.com/google/uuid v1.3.0
12:05:47 go: downloading github.com/moby/vpnkit v0.5.0
12:05:47 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:05:47 go: downloading github.com/gofrs/flock v0.8.1
12:05:47 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:05:47 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:05:47 go: downloading github.com/urfave/cli/v2 v2.23.5
12:05:47 go: downloading golang.org/x/sys v0.2.0
12:05:47 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:05:47 go: downloading golang.org/x/net v0.1.0
12:05:47 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:05:47 go: downloading github.com/google/uuid v1.3.0
12:05:47 go: downloading github.com/moby/vpnkit v0.5.0
12:05:48 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:05:48 go: downloading github.com/gofrs/flock v0.8.1
12:05:48 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:05:48 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:05:48 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:05:48 go: downloading golang.org/x/net v0.1.0
12:05:48 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:48 ++ pwd
12:05:48 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:48 Project root: .
12:05:48 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:48 INFO: man/src/attach.md found
12:05:48 WARN: man/src/build.md does not exist, skipping
12:05:48 WARN: man/src/builder/build.md does not exist, skipping
12:05:48 WARN: man/src/builder/prune.md does not exist, skipping
12:05:48 WARN: man/src/builder.md does not exist, skipping
12:05:48 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:48 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:48 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:48 WARN: man/src/checkpoint.md does not exist, skipping
12:05:48 INFO: man/src/commit.md found
12:05:48 WARN: man/src/config/create.md does not exist, skipping
12:05:48 WARN: man/src/config/inspect.md does not exist, skipping
12:05:48 WARN: man/src/config/ls.md does not exist, skipping
12:05:48 WARN: man/src/config/rm.md does not exist, skipping
12:05:48 WARN: man/src/config.md does not exist, skipping
12:05:48 INFO: man/src/container/attach.md found
12:05:48 INFO: man/src/container/commit.md found
12:05:48 INFO: man/src/container/cp.md found
12:05:48 INFO: man/src/container/create.md found
12:05:48 INFO: man/src/container/diff.md found
12:05:48 INFO: man/src/container/exec.md found
12:05:48 INFO: man/src/container/export.md found
12:05:48 WARN: man/src/container/inspect.md does not exist, skipping
12:05:48 INFO: man/src/container/kill.md found
12:05:48 INFO: man/src/container/logs.md found
12:05:48 INFO: man/src/container/ls.md found
12:05:48 INFO: man/src/container/pause.md found
12:05:48 INFO: man/src/container/port.md found
12:05:48 WARN: man/src/container/prune.md does not exist, skipping
12:05:48 INFO: man/src/container/rename.md found
12:05:48 INFO: man/src/container/restart.md found
12:05:48 INFO: man/src/container/rm.md found
12:05:48 INFO: man/src/container/run.md found
12:05:48 INFO: man/src/container/start.md found
12:05:48 INFO: man/src/container/stats.md found
12:05:48 INFO: man/src/container/stop.md found
12:05:48 INFO: man/src/container/top.md found
12:05:48 INFO: man/src/container/unpause.md found
12:05:48 INFO: man/src/container/update.md found
12:05:48 INFO: man/src/container/wait.md found
12:05:48 WARN: man/src/container.md does not exist, skipping
12:05:48 WARN: man/src/context/create.md does not exist, skipping
12:05:48 WARN: man/src/context/export.md does not exist, skipping
12:05:48 WARN: man/src/context/import.md does not exist, skipping
12:05:48 WARN: man/src/context/inspect.md does not exist, skipping
12:05:48 WARN: man/src/context/ls.md does not exist, skipping
12:05:48 WARN: man/src/context/rm.md does not exist, skipping
12:05:48 WARN: man/src/context/show.md does not exist, skipping
12:05:48 WARN: man/src/context/update.md does not exist, skipping
12:05:48 WARN: man/src/context/use.md does not exist, skipping
12:05:48 WARN: man/src/context.md does not exist, skipping
12:05:48 INFO: man/src/cp.md found
12:05:48 INFO: man/src/create.md found
12:05:48 INFO: man/src/diff.md found
12:05:48 INFO: man/src/events.md found
12:05:48 INFO: man/src/exec.md found
12:05:48 INFO: man/src/export.md found
12:05:48 INFO: man/src/history.md found
12:05:48 INFO: man/src/image/build.md found
12:05:48 INFO: man/src/image/history.md found
12:05:48 INFO: man/src/image/import.md found
12:05:48 WARN: man/src/image/inspect.md does not exist, skipping
12:05:48 INFO: man/src/image/load.md found
12:05:48 INFO: man/src/image/ls.md found
12:05:48 WARN: man/src/image/prune.md does not exist, skipping
12:05:48 INFO: man/src/image/pull.md found
12:05:48 INFO: man/src/image/push.md found
12:05:48 INFO: man/src/image/rm.md found
12:05:48 INFO: man/src/image/save.md found
12:05:48 INFO: man/src/image/tag.md found
12:05:48 WARN: man/src/image.md does not exist, skipping
12:05:48 INFO: man/src/images.md found
12:05:48 INFO: man/src/import.md found
12:05:48 INFO: man/src/info.md found
12:05:48 INFO: man/src/inspect.md found
12:05:48 INFO: man/src/kill.md found
12:05:48 INFO: man/src/load.md found
12:05:48 INFO: man/src/login.md found
12:05:48 INFO: man/src/logout.md found
12:05:48 INFO: man/src/logs.md found
12:05:48 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:48 WARN: man/src/manifest/create.md does not exist, skipping
12:05:48 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:48 WARN: man/src/manifest/push.md does not exist, skipping
12:05:48 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:48 WARN: man/src/manifest.md does not exist, skipping
12:05:48 INFO: man/src/network/connect.md found
12:05:48 INFO: man/src/network/create.md found
12:05:48 INFO: man/src/network/disconnect.md found
12:05:48 INFO: man/src/network/inspect.md found
12:05:48 INFO: man/src/network/ls.md found
12:05:48 WARN: man/src/network/prune.md does not exist, skipping
12:05:48 INFO: man/src/network/rm.md found
12:05:48 WARN: man/src/network.md does not exist, skipping
12:05:48 WARN: man/src/node/demote.md does not exist, skipping
12:05:48 WARN: man/src/node/inspect.md does not exist, skipping
12:05:48 WARN: man/src/node/ls.md does not exist, skipping
12:05:48 WARN: man/src/node/promote.md does not exist, skipping
12:05:48 WARN: man/src/node/ps.md does not exist, skipping
12:05:48 WARN: man/src/node/rm.md does not exist, skipping
12:05:48 WARN: man/src/node/update.md does not exist, skipping
12:05:48 WARN: man/src/node.md does not exist, skipping
12:05:48 INFO: man/src/pause.md found
12:05:48 WARN: man/src/plugin/create.md does not exist, skipping
12:05:48 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:48 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:48 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:48 WARN: man/src/plugin/install.md does not exist, skipping
12:05:48 INFO: man/src/plugin/ls.md found
12:05:48 WARN: man/src/plugin/push.md does not exist, skipping
12:05:48 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:48 WARN: man/src/plugin/set.md does not exist, skipping
12:05:48 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:48 WARN: man/src/plugin.md does not exist, skipping
12:05:48 INFO: man/src/port.md found
12:05:48 INFO: man/src/ps.md found
12:05:48 INFO: man/src/pull.md found
12:05:48 INFO: man/src/push.md found
12:05:48 INFO: man/src/rename.md found
12:05:48 INFO: man/src/restart.md found
12:05:48 INFO: man/src/rm.md found
12:05:48 INFO: man/src/rmi.md found
12:05:48 WARN: man/src/run.md does not exist, skipping
12:05:48 INFO: man/src/save.md found
12:05:48 INFO: man/src/search.md found
12:05:48 WARN: man/src/secret/create.md does not exist, skipping
12:05:48 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:48 WARN: man/src/secret/ls.md does not exist, skipping
12:05:48 WARN: man/src/secret/rm.md does not exist, skipping
12:05:48 WARN: man/src/secret.md does not exist, skipping
12:05:48 WARN: man/src/service/create.md does not exist, skipping
12:05:48 WARN: man/src/service/inspect.md does not exist, skipping
12:05:48 WARN: man/src/service/logs.md does not exist, skipping
12:05:48 WARN: man/src/service/ls.md does not exist, skipping
12:05:48 WARN: man/src/service/ps.md does not exist, skipping
12:05:48 WARN: man/src/service/rm.md does not exist, skipping
12:05:48 WARN: man/src/service/rollback.md does not exist, skipping
12:05:48 WARN: man/src/service/scale.md does not exist, skipping
12:05:48 WARN: man/src/service/update.md does not exist, skipping
12:05:48 WARN: man/src/service.md does not exist, skipping
12:05:48 WARN: man/src/stack/config.md does not exist, skipping
12:05:48 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:48 WARN: man/src/stack/ls.md does not exist, skipping
12:05:48 WARN: man/src/stack/ps.md does not exist, skipping
12:05:48 WARN: man/src/stack/rm.md does not exist, skipping
12:05:48 WARN: man/src/stack/services.md does not exist, skipping
12:05:48 WARN: man/src/stack.md does not exist, skipping
12:05:48 INFO: man/src/start.md found
12:05:48 INFO: man/src/stats.md found
12:05:48 INFO: man/src/stop.md found
12:05:48 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:48 WARN: man/src/swarm/init.md does not exist, skipping
12:05:48 WARN: man/src/swarm/join.md does not exist, skipping
12:05:48 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:48 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:48 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:48 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:48 WARN: man/src/swarm/update.md does not exist, skipping
12:05:48 WARN: man/src/swarm.md does not exist, skipping
12:05:48 WARN: man/src/system/df.md does not exist, skipping
12:05:48 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:48 INFO: man/src/system/events.md found
12:05:48 INFO: man/src/system/info.md found
12:05:48 WARN: man/src/system/prune.md does not exist, skipping
12:05:48 WARN: man/src/system.md does not exist, skipping
12:05:48 INFO: man/src/tag.md found
12:05:48 INFO: man/src/top.md found
12:05:48 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:48 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:48 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:48 WARN: man/src/trust/key.md does not exist, skipping
12:05:48 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:48 WARN: man/src/trust/sign.md does not exist, skipping
12:05:48 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:48 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:48 WARN: man/src/trust/signer.md does not exist, skipping
12:05:48 WARN: man/src/trust.md does not exist, skipping
12:05:48 INFO: man/src/unpause.md found
12:05:48 INFO: man/src/update.md found
12:05:48 INFO: man/src/version.md found
12:05:48 INFO: man/src/volume/create.md found
12:05:48 INFO: man/src/volume/inspect.md found
12:05:48 INFO: man/src/volume/ls.md found
12:05:48 WARN: man/src/volume/prune.md does not exist, skipping
12:05:48 WARN: man/src/volume/rm.md does not exist, skipping
12:05:48 WARN: man/src/volume/update.md does not exist, skipping
12:05:48 INFO: man/src/volume.md found
12:05:48 INFO: man/src/wait.md found
12:05:48 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:48 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:48 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:48 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:48 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:48 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:48 make[2]: Leaving directory '/root/build-deb/cli'
12:05:48 # Build buildx plugin
12:05:48 cd /go/src/github.com/docker/buildx \
12:05:48 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:05:48 && GO111MODULE=on \
12:05:48 	CGO_ENABLED=0 \
12:05:48 		go build \
12:05:48 			-mod=vendor \
12:05:48 			-trimpath \
12:05:48 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:05:48 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:05:48 			./cmd/buildx
12:05:49 #53 217.1 Created binary: /tmp/bundles/binary-daemon/dockerd
12:05:49 #53 217.1 Building static /tmp/bundles/binary-daemon/docker-proxy (linux/amd64)...
12:05:49 #53 217.4 Created binary: /tmp/bundles/binary-daemon/docker-proxy
12:05:49 #53 217.4 
12:05:49 #53 DONE 217.7s
12:05:49 + DISABLE_WARN_OUTSIDE_CONTAINER=1
12:05:49 + make manpages
12:05:49 scripts/docs/generate-man.sh
12:05:49 + cp -r . /tmp/docker-cli-docsgen.lcjrjoyS5i/
12:05:49 + cd /tmp/docker-cli-docsgen.lcjrjoyS5i
12:05:49 + ./scripts/vendor init
12:05:49 + go mod edit -modfile=vendor.mod -require=github.com/cpuguy83/go-md2man/v2@v2.0.1
12:05:49 + cp man/tools.go .
12:05:49 + ./scripts/vendor update
12:05:49 + go mod tidy -compat=1.18 -modfile=vendor.mod
12:05:49 go: downloading github.com/docker/docker v23.0.0+incompatible
12:05:49 
12:05:49 #61 [all 7/7] COPY --from=build         /build  /
12:05:49 #61 DONE 0.2s
12:05:49 
12:05:49 #62 exporting to client
12:05:49 #62 copying files 18.15MB 0.1s
12:05:50 # Build the compose plugin
12:05:50 cd /go/src/github.com/docker/compose \
12:05:50 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:05:50 make[2]: Entering directory '/root/build-deb/compose'
12:05:50 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:05:50 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:05:50 go: downloading golang.org/x/sys v0.3.0
12:05:50 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:05:50 go: downloading github.com/theupdateframework/notary v0.7.0
12:05:50 go: downloading github.com/compose-spec/compose-go v1.8.2
12:05:50 go: downloading github.com/hashicorp/go-version v1.6.0
12:05:50 go: downloading github.com/docker/buildx v0.9.1
12:05:50 go: downloading github.com/mattn/go-shellwords v1.0.12
12:05:50 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:05:50 go: downloading go.opentelemetry.io/otel v1.11.2
12:05:50 go: downloading github.com/containerd/containerd v1.6.14
12:05:50 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:05:50 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:05:50 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:05:50 go: downloading golang.org/x/sync v0.1.0
12:05:50 go: downloading k8s.io/client-go v0.22.4
12:05:50 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:05:50 go: downloading github.com/imdario/mergo v0.3.13
12:05:50 go: downloading github.com/containerd/console v1.0.3
12:05:50 go: downloading github.com/buger/goterm v1.0.4
12:05:50 go: downloading github.com/stretchr/testify v1.8.1
12:05:50 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:05:50 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:05:50 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:05:50 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:05:50 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:05:50 go: downloading k8s.io/api v0.22.4
12:05:50 go: downloading k8s.io/apimachinery v0.22.4
12:05:50 go: downloading github.com/gofrs/flock v0.8.0
12:05:50 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:05:50 go: downloading github.com/golang/mock v1.6.0
12:05:50 go: downloading github.com/klauspost/compress v1.15.9
12:05:50 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:05:50 go: downloading github.com/hashicorp/errwrap v1.1.0
12:05:50 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:05:50 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:05:50 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:05:50 go: downloading google.golang.org/grpc v1.47.0
12:05:50 go: downloading golang.org/x/net v0.4.0
12:05:50 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:05:50 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:05:50 go: downloading golang.org/x/term v0.3.0
12:05:50 go: downloading github.com/mattn/go-runewidth v0.0.14
12:05:50 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:05:50 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:05:50 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:05:50 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:05:50 go: downloading google.golang.org/protobuf v1.28.0
12:05:50 go: downloading github.com/go-logr/stdr v1.2.2
12:05:50 go: downloading github.com/containerd/typeurl v1.0.2
12:05:50 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:05:50 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:05:50 go: downloading k8s.io/klog/v2 v2.60.1
12:05:50 go: downloading github.com/pelletier/go-toml v1.9.4
12:05:50 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:05:50 go: downloading github.com/google/gofuzz v1.2.0
12:05:50 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:05:50 go: downloading github.com/gogo/googleapis v1.4.1
12:05:50 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:05:50 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:05:50 go: downloading github.com/moby/locker v1.0.1
12:05:50 go: downloading github.com/felixge/httpsnoop v1.0.2
12:05:50 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:05:50 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:05:50 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:05:50 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:05:50 go: downloading gopkg.in/inf.v0 v0.9.1
12:05:50 go: downloading github.com/googleapis/gnostic v0.5.5
12:05:50 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:05:50 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:05:50 go: downloading github.com/json-iterator/go v1.1.12
12:05:50 go: downloading github.com/modern-go/reflect2 v1.0.2
12:05:50 go: downloading sigs.k8s.io/yaml v1.2.0
12:05:50 go: downloading github.com/mattn/go-colorable v0.1.12
12:05:50 go: downloading github.com/prometheus/client_golang v1.12.2
12:05:50 go: downloading github.com/containerd/ttrpc v1.1.0
12:05:50 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:05:50 go: downloading github.com/moby/spdystream v0.2.0
12:05:50 go: downloading github.com/mattn/go-isatty v0.0.16
12:05:50 go: downloading github.com/prometheus/client_model v0.2.0
12:05:50 go: downloading github.com/prometheus/common v0.32.1
12:05:50 go: downloading github.com/prometheus/procfs v0.7.3
12:05:50 go: downloading github.com/fvbommel/sortorder v1.0.2
12:05:50 go: downloading github.com/moby/term v0.0.0-20221128092401-c43b287e0e0f
12:05:50 go: downloading github.com/morikuni/aec v1.0.0
12:05:50 go: downloading github.com/pkg/errors v0.9.1
12:05:50 go: downloading github.com/spf13/cobra v1.6.1
12:05:50 go: downloading github.com/spf13/pflag v1.0.5
12:05:50 go: downloading github.com/google/go-cmp v0.5.9
12:05:50 go: downloading gotest.tools/v3 v3.4.0
12:05:50 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.1
12:05:50 go: downloading golang.org/x/sys v0.4.0
12:05:50 go: downloading github.com/docker/go-units v0.5.0
12:05:50 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:05:50 go: downloading github.com/docker/go-connections v0.4.0
12:05:50 go: downloading github.com/moby/sys/sequential v0.5.0
12:05:50 go: downloading github.com/sirupsen/logrus v1.9.0
12:05:50 go: downloading github.com/theupdateframework/notary v0.7.1-0.20210315103452-bf96a202a09a
12:05:50 go: downloading golang.org/x/text v0.6.0
12:05:51 #62 copying files 201.64MB 1.1s done
12:05:51 #62 DONE 1.5s
12:05:51 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
12:05:51 #1 [internal] load build definition from Dockerfile
12:05:51 #1 transferring dockerfile: 2.93kB done
12:05:51 #1 DONE 0.0s
12:05:51 
12:05:51 #2 [internal] load .dockerignore
12:05:51 #2 transferring context: 45B done
12:05:51 #2 DONE 0.0s
12:05:51 
12:05:51 #3 [auth] docker/dockerfile-upstream:pull token for registry-1.docker.io
12:05:51 #3 DONE 0.0s
12:05:51 
12:05:51 #4 resolve image config for docker.io/docker/dockerfile-upstream:1.5.0
12:05:51 go: downloading github.com/mattn/go-runewidth v0.0.13
12:05:51 go: downloading github.com/containerd/containerd v1.6.16
12:05:51 go: downloading github.com/moby/sys/signal v0.7.0
12:05:51 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
12:05:52 #4 DONE 0.3s
12:05:52 
12:05:52 #5 docker-image://docker.io/docker/dockerfile-upstream:1.5.0@sha256:bda6ac9f61f2b676331acfd656a07bcd55b369143ab7db66bdf93b619da3e183
12:05:52 #5 resolve docker.io/docker/dockerfile-upstream:1.5.0@sha256:bda6ac9f61f2b676331acfd656a07bcd55b369143ab7db66bdf93b619da3e183 done
12:05:52 #5 sha256:bda6ac9f61f2b676331acfd656a07bcd55b369143ab7db66bdf93b619da3e183 7.65kB / 7.65kB done
12:05:52 #5 sha256:968d17d4feac9e2281201ed122b929b21359884f7675605b8000d20385e28108 482B / 482B done
12:05:52 #5 sha256:1b0e275a81254e28dc213e87da47e8d66e5698031d80c37ecceeabeb3d181c81 2.91kB / 2.91kB done
12:05:52 #5 sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 5.22MB / 11.55MB 0.2s
12:05:52 go: downloading github.com/moby/buildkit v0.10.6
12:05:52 go: downloading github.com/moby/patternmatcher v0.5.0
12:05:52 go: downloading github.com/opencontainers/go-digest v1.0.0
12:05:52 go: downloading github.com/gogo/protobuf v1.3.2
12:05:52 #5 sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 10.49MB / 11.55MB 0.3s
12:05:52 #5 sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 11.55MB / 11.55MB 0.4s done
12:05:52 #5 extracting sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 0.1s
12:05:52 #5 extracting sha256:cbc4e9699e5b617a1c70b3e1b9869f118355e60383ab6829cc01a44a69223013 0.2s done
12:05:52 #5 DONE 0.7s
12:05:52 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:05:52 go: downloading github.com/moby/swarmkit/v2 v2.0.0-20230119195359-904c221ac281
12:05:52 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:52 ++ pwd
12:05:52 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:52 Project root: .
12:05:52 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:52 INFO: man/src/attach.md found
12:05:52 WARN: man/src/build.md does not exist, skipping
12:05:52 WARN: man/src/builder/build.md does not exist, skipping
12:05:52 WARN: man/src/builder/prune.md does not exist, skipping
12:05:52 WARN: man/src/builder.md does not exist, skipping
12:05:52 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:52 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:52 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:52 WARN: man/src/checkpoint.md does not exist, skipping
12:05:52 INFO: man/src/commit.md found
12:05:52 WARN: man/src/config/create.md does not exist, skipping
12:05:52 WARN: man/src/config/inspect.md does not exist, skipping
12:05:52 WARN: man/src/config/ls.md does not exist, skipping
12:05:52 WARN: man/src/config/rm.md does not exist, skipping
12:05:52 WARN: man/src/config.md does not exist, skipping
12:05:52 INFO: man/src/container/attach.md found
12:05:52 INFO: man/src/container/commit.md found
12:05:52 INFO: man/src/container/cp.md found
12:05:52 INFO: man/src/container/create.md found
12:05:52 INFO: man/src/container/diff.md found
12:05:52 INFO: man/src/container/exec.md found
12:05:52 INFO: man/src/container/export.md found
12:05:52 WARN: man/src/container/inspect.md does not exist, skipping
12:05:52 INFO: man/src/container/kill.md found
12:05:52 INFO: man/src/container/logs.md found
12:05:52 INFO: man/src/container/ls.md found
12:05:52 INFO: man/src/container/pause.md found
12:05:52 INFO: man/src/container/port.md found
12:05:52 WARN: man/src/container/prune.md does not exist, skipping
12:05:52 INFO: man/src/container/rename.md found
12:05:52 INFO: man/src/container/restart.md found
12:05:52 INFO: man/src/container/rm.md found
12:05:52 INFO: man/src/container/run.md found
12:05:52 INFO: man/src/container/start.md found
12:05:52 INFO: man/src/container/stats.md found
12:05:52 INFO: man/src/container/stop.md found
12:05:52 INFO: man/src/container/top.md found
12:05:52 INFO: man/src/container/unpause.md found
12:05:52 INFO: man/src/container/update.md found
12:05:52 INFO: man/src/container/wait.md found
12:05:52 WARN: man/src/container.md does not exist, skipping
12:05:52 WARN: man/src/context/create.md does not exist, skipping
12:05:52 WARN: man/src/context/export.md does not exist, skipping
12:05:52 WARN: man/src/context/import.md does not exist, skipping
12:05:52 WARN: man/src/context/inspect.md does not exist, skipping
12:05:52 WARN: man/src/context/ls.md does not exist, skipping
12:05:52 WARN: man/src/context/rm.md does not exist, skipping
12:05:52 WARN: man/src/context/show.md does not exist, skipping
12:05:52 WARN: man/src/context/update.md does not exist, skipping
12:05:52 WARN: man/src/context/use.md does not exist, skipping
12:05:52 WARN: man/src/context.md does not exist, skipping
12:05:52 INFO: man/src/cp.md found
12:05:52 INFO: man/src/create.md found
12:05:52 INFO: man/src/diff.md found
12:05:52 INFO: man/src/events.md found
12:05:52 INFO: man/src/exec.md found
12:05:52 INFO: man/src/export.md found
12:05:52 INFO: man/src/history.md found
12:05:52 INFO: man/src/image/build.md found
12:05:52 INFO: man/src/image/history.md found
12:05:52 INFO: man/src/image/import.md found
12:05:52 WARN: man/src/image/inspect.md does not exist, skipping
12:05:52 INFO: man/src/image/load.md found
12:05:52 INFO: man/src/image/ls.md found
12:05:52 WARN: man/src/image/prune.md does not exist, skipping
12:05:52 INFO: man/src/image/pull.md found
12:05:52 INFO: man/src/image/push.md found
12:05:52 INFO: man/src/image/rm.md found
12:05:52 INFO: man/src/image/save.md found
12:05:52 INFO: man/src/image/tag.md found
12:05:52 WARN: man/src/image.md does not exist, skipping
12:05:52 INFO: man/src/images.md found
12:05:52 INFO: man/src/import.md found
12:05:52 INFO: man/src/info.md found
12:05:52 INFO: man/src/inspect.md found
12:05:52 INFO: man/src/kill.md found
12:05:52 INFO: man/src/load.md found
12:05:52 INFO: man/src/login.md found
12:05:52 INFO: man/src/logout.md found
12:05:52 INFO: man/src/logs.md found
12:05:52 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:52 WARN: man/src/manifest/create.md does not exist, skipping
12:05:52 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:52 WARN: man/src/manifest/push.md does not exist, skipping
12:05:52 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:52 WARN: man/src/manifest.md does not exist, skipping
12:05:52 INFO: man/src/network/connect.md found
12:05:52 INFO: man/src/network/create.md found
12:05:52 INFO: man/src/network/disconnect.md found
12:05:52 INFO: man/src/network/inspect.md found
12:05:52 INFO: man/src/network/ls.md found
12:05:52 WARN: man/src/network/prune.md does not exist, skipping
12:05:52 INFO: man/src/network/rm.md found
12:05:52 WARN: man/src/network.md does not exist, skipping
12:05:52 WARN: man/src/node/demote.md does not exist, skipping
12:05:52 WARN: man/src/node/inspect.md does not exist, skipping
12:05:52 WARN: man/src/node/ls.md does not exist, skipping
12:05:52 WARN: man/src/node/promote.md does not exist, skipping
12:05:52 WARN: man/src/node/ps.md does not exist, skipping
12:05:52 WARN: man/src/node/rm.md does not exist, skipping
12:05:52 WARN: man/src/node/update.md does not exist, skipping
12:05:52 WARN: man/src/node.md does not exist, skipping
12:05:52 INFO: man/src/pause.md found
12:05:52 WARN: man/src/plugin/create.md does not exist, skipping
12:05:52 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:52 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:52 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:52 WARN: man/src/plugin/install.md does not exist, skipping
12:05:52 INFO: man/src/plugin/ls.md found
12:05:52 WARN: man/src/plugin/push.md does not exist, skipping
12:05:52 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:52 WARN: man/src/plugin/set.md does not exist, skipping
12:05:52 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:52 WARN: man/src/plugin.md does not exist, skipping
12:05:52 INFO: man/src/port.md found
12:05:52 INFO: man/src/ps.md found
12:05:52 INFO: man/src/pull.md found
12:05:52 INFO: man/src/push.md found
12:05:52 INFO: man/src/rename.md found
12:05:52 INFO: man/src/restart.md found
12:05:52 INFO: man/src/rm.md found
12:05:52 INFO: man/src/rmi.md found
12:05:52 WARN: man/src/run.md does not exist, skipping
12:05:52 INFO: man/src/save.md found
12:05:52 INFO: man/src/search.md found
12:05:52 WARN: man/src/secret/create.md does not exist, skipping
12:05:52 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:52 WARN: man/src/secret/ls.md does not exist, skipping
12:05:52 WARN: man/src/secret/rm.md does not exist, skipping
12:05:52 WARN: man/src/secret.md does not exist, skipping
12:05:52 WARN: man/src/service/create.md does not exist, skipping
12:05:52 WARN: man/src/service/inspect.md does not exist, skipping
12:05:52 WARN: man/src/service/logs.md does not exist, skipping
12:05:52 WARN: man/src/service/ls.md does not exist, skipping
12:05:52 WARN: man/src/service/ps.md does not exist, skipping
12:05:52 WARN: man/src/service/rm.md does not exist, skipping
12:05:52 WARN: man/src/service/rollback.md does not exist, skipping
12:05:52 WARN: man/src/service/scale.md does not exist, skipping
12:05:52 WARN: man/src/service/update.md does not exist, skipping
12:05:52 WARN: man/src/service.md does not exist, skipping
12:05:52 WARN: man/src/stack/config.md does not exist, skipping
12:05:52 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:52 WARN: man/src/stack/ls.md does not exist, skipping
12:05:52 WARN: man/src/stack/ps.md does not exist, skipping
12:05:52 WARN: man/src/stack/rm.md does not exist, skipping
12:05:52 WARN: man/src/stack/services.md does not exist, skipping
12:05:52 WARN: man/src/stack.md does not exist, skipping
12:05:52 INFO: man/src/start.md found
12:05:52 INFO: man/src/stats.md found
12:05:52 INFO: man/src/stop.md found
12:05:52 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:52 WARN: man/src/swarm/init.md does not exist, skipping
12:05:52 WARN: man/src/swarm/join.md does not exist, skipping
12:05:52 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:52 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:52 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:52 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:52 WARN: man/src/swarm/update.md does not exist, skipping
12:05:52 WARN: man/src/swarm.md does not exist, skipping
12:05:52 WARN: man/src/system/df.md does not exist, skipping
12:05:52 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:52 INFO: man/src/system/events.md found
12:05:52 INFO: man/src/system/info.md found
12:05:52 WARN: man/src/system/prune.md does not exist, skipping
12:05:52 WARN: man/src/system.md does not exist, skipping
12:05:52 INFO: man/src/tag.md found
12:05:52 INFO: man/src/top.md found
12:05:52 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:52 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:52 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:52 WARN: man/src/trust/key.md does not exist, skipping
12:05:52 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:52 WARN: man/src/trust/sign.md does not exist, skipping
12:05:52 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:52 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:52 WARN: man/src/trust/signer.md does not exist, skipping
12:05:52 WARN: man/src/trust.md does not exist, skipping
12:05:52 INFO: man/src/unpause.md found
12:05:52 INFO: man/src/update.md found
12:05:52 INFO: man/src/version.md found
12:05:52 INFO: man/src/volume/create.md found
12:05:52 INFO: man/src/volume/inspect.md found
12:05:52 INFO: man/src/volume/ls.md found
12:05:52 WARN: man/src/volume/prune.md does not exist, skipping
12:05:52 WARN: man/src/volume/rm.md does not exist, skipping
12:05:52 WARN: man/src/volume/update.md does not exist, skipping
12:05:52 INFO: man/src/volume.md found
12:05:52 INFO: man/src/wait.md found
12:05:52 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:52 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:52 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:52 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:52 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:52 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:52 make[2]: Leaving directory '/root/build-deb/cli'
12:05:52 # Build buildx plugin
12:05:52 cd /go/src/github.com/docker/buildx \
12:05:52 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:05:52 && GO111MODULE=on \
12:05:52 	CGO_ENABLED=0 \
12:05:52 		go build \
12:05:52 			-mod=vendor \
12:05:52 			-trimpath \
12:05:52 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:05:52 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:05:52 			./cmd/buildx
12:05:52 
12:05:52 #6 [auth] tonistiigi/xx:pull token for registry-1.docker.io
12:05:52 #6 DONE 0.0s
12:05:52 
12:05:52 #7 [auth] library/golang:pull token for registry-1.docker.io
12:05:52 #7 DONE 0.0s
12:05:52 
12:05:52 #8 [internal] load metadata for docker.io/library/golang:1.19.5-alpine
12:05:52 #8 ...
12:05:52 
12:05:52 #9 [internal] load metadata for docker.io/tonistiigi/xx:1.1.2
12:05:52 #9 DONE 0.2s
12:05:53 
12:05:53 #8 [internal] load metadata for docker.io/library/golang:1.19.5-alpine
12:05:53 #8 DONE 0.3s
12:05:53 
12:05:53 #10 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.2@sha256:9dde7edeb9e4a957ce78be9f8c0fbabe0129bf5126933cd3574888f443731cda
12:05:53 #10 CACHED
12:05:53 
12:05:53 #11 [golatest 1/1] FROM docker.io/library/golang:1.19.5-alpine@sha256:2381c1e5f8350a901597d633b2e517775eeac7a6682be39225a93b22cfd0f8bb
12:05:53 #11 resolve docker.io/library/golang:1.19.5-alpine@sha256:2381c1e5f8350a901597d633b2e517775eeac7a6682be39225a93b22cfd0f8bb 0.0s done
12:05:53 #11 sha256:a2f8637abd914a8a62416e027a351293d0472bc4b4f44383c6f425fd0e03861c 284.81kB / 284.81kB 0.1s done
12:05:53 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 0B / 122.33MB 0.1s
12:05:53 #11 sha256:2381c1e5f8350a901597d633b2e517775eeac7a6682be39225a93b22cfd0f8bb 1.65kB / 1.65kB done
12:05:53 #11 sha256:3183b343d01a6e8c9bee7b7c4eb7208518e68dc0cdac8623e1575820342472ed 1.16kB / 1.16kB done
12:05:53 #11 sha256:feb4bbda921c3f51bc84ae6f12414c53189d33e193e37d930b4a44076b7fb348 5.11kB / 5.11kB done
12:05:53 #11 sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 3.15MB / 3.37MB 0.1s
12:05:53 #11 sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 3.37MB / 3.37MB 0.1s done
12:05:53 #11 extracting sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9
12:05:53 #11 sha256:4f26d270037d8578282b40f86c0a1816fc5d034d6213f7dcab8440056a589309 155B / 155B 0.1s done
12:05:53 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm
12:05:53 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nlUBZF
12:05:53 + umask 022
12:05:53 + cd /root/rpmbuild/BUILD
12:05:53 + cd src
12:05:53 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64
12:05:53 + RPM_EC=0
12:05:53 ++ jobs -p
12:05:53 + exit 0
12:05:53 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.czurwi
12:05:53 + umask 022
12:05:53 + cd /root/rpmbuild/BUILD
12:05:53 + cd /root/rpmbuild/BUILD
12:05:53 + rm -rf src
12:05:53 + /usr/bin/mkdir -p src
12:05:53 + cd src
12:05:53 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:05:53 + /usr/bin/tar -xof -
12:05:53 + STATUS=0
12:05:53 + '[' 0 -ne 0 ']'
12:05:53 + /usr/bin/tar -xof -
12:05:53 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:05:53 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 7.34MB / 122.33MB 0.3s
12:05:53 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 16.78MB / 122.33MB 0.4s
12:05:53 + STATUS=0
12:05:53 + '[' 0 -ne 0 ']'
12:05:53 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:05:53 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:05:53 ++ pwd
12:05:53 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:05:53 Project root: .
12:05:53 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:05:53 INFO: man/src/attach.md found
12:05:53 WARN: man/src/build.md does not exist, skipping
12:05:53 WARN: man/src/builder/build.md does not exist, skipping
12:05:53 WARN: man/src/builder/prune.md does not exist, skipping
12:05:53 WARN: man/src/builder.md does not exist, skipping
12:05:53 WARN: man/src/checkpoint/create.md does not exist, skipping
12:05:53 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:05:53 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:05:53 WARN: man/src/checkpoint.md does not exist, skipping
12:05:53 INFO: man/src/commit.md found
12:05:53 WARN: man/src/config/create.md does not exist, skipping
12:05:53 WARN: man/src/config/inspect.md does not exist, skipping
12:05:53 WARN: man/src/config/ls.md does not exist, skipping
12:05:53 WARN: man/src/config/rm.md does not exist, skipping
12:05:53 WARN: man/src/config.md does not exist, skipping
12:05:53 INFO: man/src/container/attach.md found
12:05:53 INFO: man/src/container/commit.md found
12:05:53 INFO: man/src/container/cp.md found
12:05:53 INFO: man/src/container/create.md found
12:05:53 INFO: man/src/container/diff.md found
12:05:53 INFO: man/src/container/exec.md found
12:05:53 INFO: man/src/container/export.md found
12:05:53 WARN: man/src/container/inspect.md does not exist, skipping
12:05:53 INFO: man/src/container/kill.md found
12:05:53 INFO: man/src/container/logs.md found
12:05:53 INFO: man/src/container/ls.md found
12:05:53 INFO: man/src/container/pause.md found
12:05:53 INFO: man/src/container/port.md found
12:05:53 WARN: man/src/container/prune.md does not exist, skipping
12:05:53 INFO: man/src/container/rename.md found
12:05:53 INFO: man/src/container/restart.md found
12:05:53 INFO: man/src/container/rm.md found
12:05:53 INFO: man/src/container/run.md found
12:05:53 INFO: man/src/container/start.md found
12:05:53 INFO: man/src/container/stats.md found
12:05:53 INFO: man/src/container/stop.md found
12:05:53 INFO: man/src/container/top.md found
12:05:53 INFO: man/src/container/unpause.md found
12:05:53 INFO: man/src/container/update.md found
12:05:53 INFO: man/src/container/wait.md found
12:05:53 WARN: man/src/container.md does not exist, skipping
12:05:53 WARN: man/src/context/create.md does not exist, skipping
12:05:53 WARN: man/src/context/export.md does not exist, skipping
12:05:53 WARN: man/src/context/import.md does not exist, skipping
12:05:53 WARN: man/src/context/inspect.md does not exist, skipping
12:05:53 WARN: man/src/context/ls.md does not exist, skipping
12:05:53 WARN: man/src/context/rm.md does not exist, skipping
12:05:53 WARN: man/src/context/show.md does not exist, skipping
12:05:53 WARN: man/src/context/update.md does not exist, skipping
12:05:53 WARN: man/src/context/use.md does not exist, skipping
12:05:53 WARN: man/src/context.md does not exist, skipping
12:05:53 INFO: man/src/cp.md found
12:05:53 INFO: man/src/create.md found
12:05:53 INFO: man/src/diff.md found
12:05:53 INFO: man/src/events.md found
12:05:53 INFO: man/src/exec.md found
12:05:53 INFO: man/src/export.md found
12:05:53 INFO: man/src/history.md found
12:05:53 INFO: man/src/image/build.md found
12:05:53 INFO: man/src/image/history.md found
12:05:53 INFO: man/src/image/import.md found
12:05:53 WARN: man/src/image/inspect.md does not exist, skipping
12:05:53 INFO: man/src/image/load.md found
12:05:53 INFO: man/src/image/ls.md found
12:05:53 WARN: man/src/image/prune.md does not exist, skipping
12:05:53 INFO: man/src/image/pull.md found
12:05:53 INFO: man/src/image/push.md found
12:05:53 INFO: man/src/image/rm.md found
12:05:53 INFO: man/src/image/save.md found
12:05:53 INFO: man/src/image/tag.md found
12:05:53 WARN: man/src/image.md does not exist, skipping
12:05:53 INFO: man/src/images.md found
12:05:53 INFO: man/src/import.md found
12:05:53 INFO: man/src/info.md found
12:05:53 INFO: man/src/inspect.md found
12:05:53 INFO: man/src/kill.md found
12:05:53 INFO: man/src/load.md found
12:05:53 INFO: man/src/login.md found
12:05:53 INFO: man/src/logout.md found
12:05:53 INFO: man/src/logs.md found
12:05:53 WARN: man/src/manifest/annotate.md does not exist, skipping
12:05:53 WARN: man/src/manifest/create.md does not exist, skipping
12:05:53 WARN: man/src/manifest/inspect.md does not exist, skipping
12:05:53 WARN: man/src/manifest/push.md does not exist, skipping
12:05:53 WARN: man/src/manifest/rm.md does not exist, skipping
12:05:53 WARN: man/src/manifest.md does not exist, skipping
12:05:53 INFO: man/src/network/connect.md found
12:05:53 INFO: man/src/network/create.md found
12:05:53 INFO: man/src/network/disconnect.md found
12:05:53 INFO: man/src/network/inspect.md found
12:05:53 INFO: man/src/network/ls.md found
12:05:53 WARN: man/src/network/prune.md does not exist, skipping
12:05:53 INFO: man/src/network/rm.md found
12:05:53 WARN: man/src/network.md does not exist, skipping
12:05:53 WARN: man/src/node/demote.md does not exist, skipping
12:05:53 WARN: man/src/node/inspect.md does not exist, skipping
12:05:53 WARN: man/src/node/ls.md does not exist, skipping
12:05:53 WARN: man/src/node/promote.md does not exist, skipping
12:05:53 WARN: man/src/node/ps.md does not exist, skipping
12:05:53 WARN: man/src/node/rm.md does not exist, skipping
12:05:53 WARN: man/src/node/update.md does not exist, skipping
12:05:53 WARN: man/src/node.md does not exist, skipping
12:05:53 INFO: man/src/pause.md found
12:05:53 WARN: man/src/plugin/create.md does not exist, skipping
12:05:53 WARN: man/src/plugin/disable.md does not exist, skipping
12:05:53 WARN: man/src/plugin/enable.md does not exist, skipping
12:05:53 WARN: man/src/plugin/inspect.md does not exist, skipping
12:05:53 WARN: man/src/plugin/install.md does not exist, skipping
12:05:53 INFO: man/src/plugin/ls.md found
12:05:53 WARN: man/src/plugin/push.md does not exist, skipping
12:05:53 WARN: man/src/plugin/rm.md does not exist, skipping
12:05:53 WARN: man/src/plugin/set.md does not exist, skipping
12:05:53 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:05:53 WARN: man/src/plugin.md does not exist, skipping
12:05:53 INFO: man/src/port.md found
12:05:53 INFO: man/src/ps.md found
12:05:53 INFO: man/src/pull.md found
12:05:53 INFO: man/src/push.md found
12:05:53 INFO: man/src/rename.md found
12:05:53 INFO: man/src/restart.md found
12:05:53 INFO: man/src/rm.md found
12:05:53 INFO: man/src/rmi.md found
12:05:53 WARN: man/src/run.md does not exist, skipping
12:05:53 INFO: man/src/save.md found
12:05:53 INFO: man/src/search.md found
12:05:53 WARN: man/src/secret/create.md does not exist, skipping
12:05:53 WARN: man/src/secret/inspect.md does not exist, skipping
12:05:53 WARN: man/src/secret/ls.md does not exist, skipping
12:05:53 WARN: man/src/secret/rm.md does not exist, skipping
12:05:53 WARN: man/src/secret.md does not exist, skipping
12:05:53 WARN: man/src/service/create.md does not exist, skipping
12:05:53 WARN: man/src/service/inspect.md does not exist, skipping
12:05:53 WARN: man/src/service/logs.md does not exist, skipping
12:05:53 WARN: man/src/service/ls.md does not exist, skipping
12:05:53 WARN: man/src/service/ps.md does not exist, skipping
12:05:53 WARN: man/src/service/rm.md does not exist, skipping
12:05:53 WARN: man/src/service/rollback.md does not exist, skipping
12:05:53 WARN: man/src/service/scale.md does not exist, skipping
12:05:53 WARN: man/src/service/update.md does not exist, skipping
12:05:53 WARN: man/src/service.md does not exist, skipping
12:05:53 WARN: man/src/stack/config.md does not exist, skipping
12:05:53 WARN: man/src/stack/deploy.md does not exist, skipping
12:05:53 WARN: man/src/stack/ls.md does not exist, skipping
12:05:53 WARN: man/src/stack/ps.md does not exist, skipping
12:05:53 WARN: man/src/stack/rm.md does not exist, skipping
12:05:53 WARN: man/src/stack/services.md does not exist, skipping
12:05:53 WARN: man/src/stack.md does not exist, skipping
12:05:53 INFO: man/src/start.md found
12:05:53 INFO: man/src/stats.md found
12:05:53 INFO: man/src/stop.md found
12:05:53 WARN: man/src/swarm/ca.md does not exist, skipping
12:05:53 WARN: man/src/swarm/init.md does not exist, skipping
12:05:53 WARN: man/src/swarm/join.md does not exist, skipping
12:05:53 WARN: man/src/swarm/join-token.md does not exist, skipping
12:05:53 WARN: man/src/swarm/leave.md does not exist, skipping
12:05:53 WARN: man/src/swarm/unlock.md does not exist, skipping
12:05:53 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:05:53 WARN: man/src/swarm/update.md does not exist, skipping
12:05:53 WARN: man/src/swarm.md does not exist, skipping
12:05:53 WARN: man/src/system/df.md does not exist, skipping
12:05:53 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:05:53 INFO: man/src/system/events.md found
12:05:53 INFO: man/src/system/info.md found
12:05:53 WARN: man/src/system/prune.md does not exist, skipping
12:05:53 WARN: man/src/system.md does not exist, skipping
12:05:53 INFO: man/src/tag.md found
12:05:53 INFO: man/src/top.md found
12:05:53 WARN: man/src/trust/inspect.md does not exist, skipping
12:05:53 WARN: man/src/trust/key/generate.md does not exist, skipping
12:05:53 WARN: man/src/trust/key/load.md does not exist, skipping
12:05:53 WARN: man/src/trust/key.md does not exist, skipping
12:05:53 WARN: man/src/trust/revoke.md does not exist, skipping
12:05:53 WARN: man/src/trust/sign.md does not exist, skipping
12:05:53 WARN: man/src/trust/signer/add.md does not exist, skipping
12:05:53 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:05:53 WARN: man/src/trust/signer.md does not exist, skipping
12:05:53 WARN: man/src/trust.md does not exist, skipping
12:05:53 INFO: man/src/unpause.md found
12:05:53 INFO: man/src/update.md found
12:05:53 INFO: man/src/version.md found
12:05:53 INFO: man/src/volume/create.md found
12:05:53 INFO: man/src/volume/inspect.md found
12:05:53 INFO: man/src/volume/ls.md found
12:05:53 WARN: man/src/volume/prune.md does not exist, skipping
12:05:53 WARN: man/src/volume/rm.md does not exist, skipping
12:05:53 WARN: man/src/volume/update.md does not exist, skipping
12:05:53 INFO: man/src/volume.md found
12:05:53 INFO: man/src/wait.md found
12:05:53 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:05:53 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:05:53 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:05:53 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:05:53 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:05:53 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:05:53 make[2]: Leaving directory '/root/build-deb/cli'
12:05:53 # Build buildx plugin
12:05:53 cd /go/src/github.com/docker/buildx \
12:05:53 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:05:53 && GO111MODULE=on \
12:05:53 	CGO_ENABLED=0 \
12:05:53 		go build \
12:05:53 			-mod=vendor \
12:05:53 			-trimpath \
12:05:53 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:05:53 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:05:53 			./cmd/buildx
12:05:53 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 24.12MB / 122.33MB 0.5s
12:05:53 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 34.60MB / 122.33MB 0.6s
12:05:53 go: downloading gopkg.in/yaml.v2 v2.4.0
12:05:53 go: downloading golang.org/x/term v0.4.0
12:05:53 go: downloading github.com/tonistiigi/go-rosetta v0.0.0-20200727161949-f79598599c5d
12:05:53 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:05:53 go: downloading github.com/imdario/mergo v0.3.12
12:05:53 go: downloading github.com/mitchellh/mapstructure v1.3.2
12:05:53 go: downloading github.com/docker/docker-credential-helpers v0.7.0
12:05:53 go: downloading github.com/creack/pty v1.1.11
12:05:53 + RPM_EC=0
12:05:53 ++ jobs -p
12:05:53 + exit 0
12:05:53 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZwMTQB
12:05:53 + umask 022
12:05:53 + cd /root/rpmbuild/BUILD
12:05:53 + cd src
12:05:53 + pushd /root/rpmbuild/BUILD/src/buildx
12:05:53 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:05:53 + GO111MODULE=on
12:05:53 + CGO_ENABLED=0
12:05:53 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
12:05:53 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 44.04MB / 122.33MB 0.8s
12:05:53 #11 extracting sha256:8921db27df2831fa6eaa85321205a2470c669b855f3ec95d5a3c2b46de0442c9 0.6s done
12:05:53 go: downloading github.com/gorilla/mux v1.8.0
12:05:53 go: downloading github.com/inconshreveable/mousetrap v1.1.0
12:05:54 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 57.67MB / 122.33MB 1.0s
12:05:54 #11 extracting sha256:a2f8637abd914a8a62416e027a351293d0472bc4b4f44383c6f425fd0e03861c
12:05:54 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 63.96MB / 122.33MB 1.1s
12:05:54 #11 extracting sha256:a2f8637abd914a8a62416e027a351293d0472bc4b4f44383c6f425fd0e03861c 0.2s done
12:05:54 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 75.50MB / 122.33MB 1.2s
12:05:54 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 87.03MB / 122.33MB 1.3s
12:05:54 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 95.42MB / 122.33MB 1.4s
12:05:54 + for f in rootlesskit rootlesskit-docker-proxy
12:05:54 + GOBIN=/usr/local/bin
12:05:54 + GO111MODULE=on
12:05:54 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:54 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 112.20MB / 122.33MB 1.6s
12:05:54 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 120.59MB / 122.33MB 1.7s
12:05:54 + for f in rootlesskit rootlesskit-docker-proxy
12:05:54 + GOBIN=/usr/local/bin
12:05:54 + GO111MODULE=on
12:05:54 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:05:55 #11 sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 122.33MB / 122.33MB 1.9s done
12:05:55 # Build the compose plugin
12:05:55 cd /go/src/github.com/docker/compose \
12:05:55 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:05:55 make[2]: Entering directory '/root/build-deb/compose'
12:05:55 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:05:55 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:05:55 go: downloading golang.org/x/sys v0.3.0
12:05:55 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:05:55 go: downloading github.com/theupdateframework/notary v0.7.0
12:05:55 go: downloading github.com/compose-spec/compose-go v1.8.2
12:05:55 go: downloading github.com/hashicorp/go-version v1.6.0
12:05:55 go: downloading github.com/docker/buildx v0.9.1
12:05:55 go: downloading github.com/mattn/go-shellwords v1.0.12
12:05:55 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:05:55 go: downloading go.opentelemetry.io/otel v1.11.2
12:05:55 go: downloading github.com/containerd/containerd v1.6.14
12:05:55 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:05:55 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:05:55 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:05:55 go: downloading golang.org/x/sync v0.1.0
12:05:55 go: downloading k8s.io/client-go v0.22.4
12:05:55 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:05:55 go: downloading github.com/imdario/mergo v0.3.13
12:05:55 go: downloading github.com/containerd/console v1.0.3
12:05:55 go: downloading github.com/buger/goterm v1.0.4
12:05:55 go: downloading github.com/stretchr/testify v1.8.1
12:05:55 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:05:55 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:05:55 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:05:55 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:05:55 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:05:55 go: downloading k8s.io/api v0.22.4
12:05:55 go: downloading k8s.io/apimachinery v0.22.4
12:05:55 go: downloading github.com/gofrs/flock v0.8.0
12:05:55 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:05:55 go: downloading github.com/golang/mock v1.6.0
12:05:55 go: downloading github.com/klauspost/compress v1.15.9
12:05:55 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:05:55 go: downloading github.com/hashicorp/errwrap v1.1.0
12:05:55 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:05:55 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:05:55 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:05:55 go: downloading google.golang.org/grpc v1.47.0
12:05:55 go: downloading golang.org/x/net v0.4.0
12:05:55 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:05:55 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:05:55 go: downloading golang.org/x/term v0.3.0
12:05:55 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:05:55 go: downloading github.com/mattn/go-runewidth v0.0.14
12:05:55 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:05:55 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:05:55 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:05:55 go: downloading google.golang.org/protobuf v1.28.0
12:05:55 go: downloading github.com/go-logr/stdr v1.2.2
12:05:55 go: downloading github.com/containerd/typeurl v1.0.2
12:05:55 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:05:55 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:05:55 go: downloading k8s.io/klog/v2 v2.60.1
12:05:55 go: downloading github.com/pelletier/go-toml v1.9.4
12:05:55 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:05:55 go: downloading github.com/google/gofuzz v1.2.0
12:05:55 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:05:55 go: downloading github.com/gogo/googleapis v1.4.1
12:05:55 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:05:55 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:05:55 go: downloading github.com/moby/locker v1.0.1
12:05:55 go: downloading github.com/felixge/httpsnoop v1.0.2
12:05:55 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:05:55 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:05:55 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:05:55 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:05:55 go: downloading gopkg.in/inf.v0 v0.9.1
12:05:55 go: downloading github.com/googleapis/gnostic v0.5.5
12:05:55 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:05:55 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:05:55 go: downloading github.com/json-iterator/go v1.1.12
12:05:55 go: downloading github.com/modern-go/reflect2 v1.0.2
12:05:55 go: downloading sigs.k8s.io/yaml v1.2.0
12:05:55 go: downloading github.com/mattn/go-colorable v0.1.12
12:05:55 go: downloading github.com/prometheus/client_golang v1.12.2
12:05:55 go: downloading github.com/containerd/ttrpc v1.1.0
12:05:55 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:05:55 go: downloading github.com/moby/spdystream v0.2.0
12:05:55 go: downloading github.com/mattn/go-isatty v0.0.16
12:05:55 go: downloading github.com/prometheus/client_model v0.2.0
12:05:55 go: downloading github.com/prometheus/common v0.32.1
12:05:55 go: downloading github.com/prometheus/procfs v0.7.3
12:05:55 #11 extracting sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 0.1s
12:05:55 #11 ...
12:05:55 
12:05:55 #12 [internal] load build context
12:05:55 #12 transferring context: 62.46MB 2.4s done
12:05:55 #12 DONE 2.4s
12:05:55 
12:05:55 #11 [golatest 1/1] FROM docker.io/library/golang:1.19.5-alpine@sha256:2381c1e5f8350a901597d633b2e517775eeac7a6682be39225a93b22cfd0f8bb
12:05:55 + return
12:05:55 + RPM_EC=0
12:05:55 ++ jobs -p
12:05:55 + exit 0
12:05:55 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.GY1EMV
12:05:55 + umask 022
12:05:55 + cd /root/rpmbuild/BUILD
12:05:55 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64 '!=' / ']'
12:05:55 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:05:55 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:05:55 + mkdir -p /root/rpmbuild/BUILDROOT
12:05:55 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:05:55 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:05:55 + export CFLAGS
12:05:55 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:05:55 + export CXXFLAGS
12:05:55 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:05:55 + export FFLAGS
12:05:55 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:05:55 + export FCFLAGS
12:05:55 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
12:05:55 + export LDFLAGS
12:05:55 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:05:55 + export LT_SYS_LIBRARY_PATH
12:05:55 + CC=gcc
12:05:55 + export CC
12:05:55 + CXX=g++
12:05:55 + export CXX
12:05:55 + cd src
12:05:55 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/dockerd-rootless.sh
12:05:55 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/dockerd-rootless-setuptool.sh
12:05:55 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/rootlesskit
12:05:55 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/rootlesskit-docker-proxy
12:05:55 + /usr/lib/rpm/check-buildroot
12:05:55 + /usr/lib/rpm/redhat/brp-ldconfig
12:05:55 + /usr/lib/rpm/brp-compress
12:05:55 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:05:55 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:05:55 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:05:55 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:05:55 + /usr/lib/rpm/check-rpaths
12:05:55 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:05:55 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:05:55 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:05:55 + /usr/lib/rpm/brp-remove-la-files
12:05:55 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:05:55 + /usr/lib/rpm/redhat/brp-python-hardlink
12:05:55 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.YI5NSg
12:05:55 + umask 022
12:05:55 + cd /root/rpmbuild/BUILD
12:05:55 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:05:55 + export CFLAGS
12:05:55 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:05:55 + export CXXFLAGS
12:05:55 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:05:55 + export FFLAGS
12:05:55 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:05:55 + export FCFLAGS
12:05:55 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.ld'
12:05:55 + export LDFLAGS
12:05:55 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:05:55 + export LT_SYS_LIBRARY_PATH
12:05:55 + CC=gcc
12:05:55 + export CC
12:05:55 + CXX=g++
12:05:55 + export CXX
12:05:55 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:05:55 + /usr/lib/rpm/generate-rpm-note.sh docker-ce-rootless-extras 0.0.0~20230206193855.ab4ef4a-0.fc36 x86_64
12:05:55 + cd src
12:05:55 + /usr/local/bin/rootlesskit -v
12:05:55 rootlesskit version 1.1.0
12:05:55 + RPM_EC=0
12:05:55 ++ jobs -p
12:05:55 + exit 0
12:05:55 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:05:55 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.fc36 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230206193855.ab4ef4a-0.fc36
12:05:55 Requires(interp): /bin/sh /bin/sh /bin/sh
12:05:55 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:05:55 Requires(post): /bin/sh
12:05:55 Requires(preun): /bin/sh
12:05:55 Requires(postun): /bin/sh
12:05:55 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)
12:05:55 Conflicts: rootlesskit
12:05:55 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:05:56 + return
12:05:56 + RPM_EC=0
12:05:56 ++ jobs -p
12:05:56 + exit 0
12:05:56 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.X1A472
12:05:56 + umask 022
12:05:56 + cd /root/rpmbuild/BUILD
12:05:56 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64 '!=' / ']'
12:05:56 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:05:56 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:05:56 + mkdir -p /root/rpmbuild/BUILDROOT
12:05:56 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:05: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'
12:05:56 + export CFLAGS
12:05: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'
12:05:56 + export CXXFLAGS
12:05: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'
12:05:56 + export FFLAGS
12:05: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'
12:05:56 + export FCFLAGS
12:05: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'
12:05:56 + export LDFLAGS
12:05:56 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:05:56 + export LT_SYS_LIBRARY_PATH
12:05:56 + CC=gcc
12:05:56 + export CC
12:05:56 + CXX=g++
12:05:56 + export CXX
12:05:56 + cd src
12:05:56 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/dockerd-rootless.sh
12:05:56 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/dockerd-rootless-setuptool.sh
12:05:56 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/rootlesskit
12:05:56 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/rootlesskit-docker-proxy
12:05:56 + /usr/lib/rpm/check-buildroot
12:05:56 + /usr/lib/rpm/redhat/brp-ldconfig
12:05:56 + /usr/lib/rpm/brp-compress
12:05:56 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:05:56 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:05:56 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:05:56 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:05:56 + /usr/lib/rpm/check-rpaths
12:05:56 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:05:56 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
12:05:56 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
12:05:56 + /usr/lib/rpm/brp-remove-la-files
12:05:56 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:05:56 + /usr/lib/rpm/redhat/brp-python-hardlink
12:05:56 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.KFTaYk
12:05:56 + umask 022
12:05:56 + cd /root/rpmbuild/BUILD
12:05: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'
12:05:56 + export CFLAGS
12:05: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'
12:05:56 + export CXXFLAGS
12:05: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'
12:05:56 + export FFLAGS
12:05: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'
12:05:56 + export FCFLAGS
12:05: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'
12:05:56 + export LDFLAGS
12:05:56 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:05:56 + export LT_SYS_LIBRARY_PATH
12:05:56 + CC=gcc
12:05:56 + export CC
12:05:56 + CXX=g++
12:05:56 + export CXX
12:05:56 + cd src
12:05:56 + /usr/local/bin/rootlesskit -v
12:05:56 rootlesskit version 1.1.0
12:05:56 + RPM_EC=0
12:05:56 ++ jobs -p
12:05:56 + exit 0
12:05:56 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:05:56 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.fc37 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230206193855.ab4ef4a-0.fc37
12:05:56 Requires(interp): /bin/sh /bin/sh /bin/sh
12:05:56 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:05:56 Requires(post): /bin/sh
12:05:56 Requires(preun): /bin/sh
12:05:56 Requires(postun): /bin/sh
12:05:56 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)
12:05:56 Conflicts: rootlesskit
12:05:56 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:05:56 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.src.rpm
12:05:57 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.src.rpm
12:05:57 # Build the compose plugin
12:05:57 cd /go/src/github.com/docker/compose \
12:05:57 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:05:57 make[2]: Entering directory '/root/build-deb/compose'
12:05:57 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:05:57 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:05:57 go: downloading golang.org/x/sys v0.3.0
12:05:57 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:05:57 go: downloading github.com/theupdateframework/notary v0.7.0
12:05:57 go: downloading github.com/compose-spec/compose-go v1.8.2
12:05:57 go: downloading github.com/hashicorp/go-version v1.6.0
12:05:57 go: downloading github.com/docker/buildx v0.9.1
12:05:57 go: downloading github.com/mattn/go-shellwords v1.0.12
12:05:57 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:05:57 go: downloading go.opentelemetry.io/otel v1.11.2
12:05:57 go: downloading github.com/containerd/containerd v1.6.14
12:05:57 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:05:57 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:05:57 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:05:57 go: downloading golang.org/x/sync v0.1.0
12:05:57 go: downloading k8s.io/client-go v0.22.4
12:05:57 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:05:57 go: downloading github.com/imdario/mergo v0.3.13
12:05:57 go: downloading github.com/containerd/console v1.0.3
12:05:57 go: downloading github.com/buger/goterm v1.0.4
12:05:57 go: downloading github.com/stretchr/testify v1.8.1
12:05:57 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:05:57 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:05:57 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:05:57 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:05:57 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:05:57 go: downloading k8s.io/api v0.22.4
12:05:57 go: downloading k8s.io/apimachinery v0.22.4
12:05:57 go: downloading github.com/gofrs/flock v0.8.0
12:05:57 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:05:57 go: downloading github.com/golang/mock v1.6.0
12:05:57 go: downloading github.com/klauspost/compress v1.15.9
12:05:57 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:05:57 go: downloading github.com/hashicorp/errwrap v1.1.0
12:05:57 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:05:57 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:05:57 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:05:57 go: downloading google.golang.org/grpc v1.47.0
12:05:57 go: downloading golang.org/x/net v0.4.0
12:05:57 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:05:57 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:05:57 go: downloading golang.org/x/term v0.3.0
12:05:57 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:05:57 go: downloading github.com/mattn/go-runewidth v0.0.14
12:05:57 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:05:57 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:05:57 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:05:57 go: downloading google.golang.org/protobuf v1.28.0
12:05:57 go: downloading github.com/go-logr/stdr v1.2.2
12:05:57 go: downloading github.com/containerd/typeurl v1.0.2
12:05:57 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:05:57 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:05:57 go: downloading k8s.io/klog/v2 v2.60.1
12:05:57 go: downloading github.com/pelletier/go-toml v1.9.4
12:05:57 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:05:57 go: downloading github.com/google/gofuzz v1.2.0
12:05:57 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:05:57 go: downloading github.com/gogo/googleapis v1.4.1
12:05:57 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:05:57 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:05:57 go: downloading github.com/moby/locker v1.0.1
12:05:57 go: downloading github.com/felixge/httpsnoop v1.0.2
12:05:57 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:05:57 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:05:57 go: downloading gopkg.in/inf.v0 v0.9.1
12:05:57 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:05:57 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:05:57 go: downloading github.com/googleapis/gnostic v0.5.5
12:05:57 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:05:57 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:05:57 go: downloading github.com/json-iterator/go v1.1.12
12:05:57 go: downloading github.com/modern-go/reflect2 v1.0.2
12:05:57 go: downloading sigs.k8s.io/yaml v1.2.0
12:05:57 go: downloading github.com/mattn/go-colorable v0.1.12
12:05:57 go: downloading github.com/prometheus/client_golang v1.12.2
12:05:57 go: downloading github.com/containerd/ttrpc v1.1.0
12:05:57 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:05:57 go: downloading github.com/moby/spdystream v0.2.0
12:05:57 go: downloading github.com/mattn/go-isatty v0.0.16
12:05:57 go: downloading github.com/prometheus/client_model v0.2.0
12:05:57 go: downloading github.com/prometheus/common v0.32.1
12:05:57 go: downloading github.com/prometheus/procfs v0.7.3
12:05:59 #11 extracting sha256:d48e7ca896ec974241d86439d34188186e085705e42d914d8b7757c27eea8613 4.4s done
12:05:59 #11 extracting sha256:4f26d270037d8578282b40f86c0a1816fc5d034d6213f7dcab8440056a589309 done
12:06:00 #11 DONE 6.8s
12:06:00 
12:06:00 #13 [gobase 1/3] COPY --from=xx / /
12:06:00 #13 DONE 0.9s
12:06:00 
12:06:00 #14 [gobase 2/3] RUN apk add --no-cache file git
12:06:01 #14 0.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
12:06:02 go: downloading gopkg.in/yaml.v3 v3.0.1
12:06:02 go: downloading github.com/stretchr/testify v1.8.0
12:06:02 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:06:02 go: downloading github.com/rivo/uniseg v0.2.0
12:06:02 go: downloading github.com/klauspost/compress v1.15.12
12:06:02 go: downloading github.com/Microsoft/hcsshim v0.9.6
12:06:02 go: downloading github.com/containerd/continuity v0.3.0
12:06:02 go: downloading github.com/moby/sys/symlink v0.2.0
12:06:02 go: downloading golang.org/x/time v0.1.0
12:06:02 go: downloading github.com/opencontainers/runc v1.1.3
12:06:02 go: downloading golang.org/x/crypto v0.2.0
12:06:02 go: downloading github.com/cloudflare/cfssl v0.0.0-20180323000720-5d63dbd981b5
12:06:02 #14 1.515 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
12:06:02 #14 1.725 (1/8) Installing libmagic (5.43-r0)
12:06:02 #14 1.752 (2/8) Installing file (5.43-r0)
12:06:02 #14 1.755 (3/8) Installing brotli-libs (1.0.9-r9)
12:06:02 #14 1.764 (4/8) Installing nghttp2-libs (1.51.0-r0)
12:06:02 #14 1.768 (5/8) Installing libcurl (7.87.0-r1)
12:06:02 #14 1.775 (6/8) Installing libexpat (2.5.0-r0)
12:06:02 #14 1.778 (7/8) Installing pcre2 (10.42-r0)
12:06:02 #14 1.786 (8/8) Installing git (2.38.3-r1)
12:06:02 #14 1.856 Executing busybox-1.35.0-r29.trigger
12:06:02 #14 1.861 OK: 24 MiB in 24 packages
12:06:02 #14 DONE 2.0s
12:06:02 go: downloading github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c
12:06:02 go: downloading go.etcd.io/etcd/raft/v3 v3.5.6
12:06:02 go: downloading google.golang.org/grpc v1.48.0
12:06:03 
12:06:03 #15 [gobase 3/3] WORKDIR /src
12:06:03 #15 DONE 0.1s
12:06:03 
12:06:03 #16 [buildx-version 1/1] RUN --mount=type=bind,target=. <<EOT (set -e...)
12:06:03 go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
12:06:03 + popd
12:06:03 + exit 0
12:06:03 ~/rpmbuild/BUILD/src
12:06:03 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Nwhw3T
12:06:03 + umask 022
12:06:03 + cd /root/rpmbuild/BUILD
12:06:03 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64 '!=' / ']'
12:06:03 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64
12:06:03 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64
12:06:03 + mkdir -p /root/rpmbuild/BUILDROOT
12:06:03 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64
12:06:03 + cd src
12:06:03 + pushd /root/rpmbuild/BUILD/src/buildx
12:06:03 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:06:03 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:06:03 + popd
12:06:03 + /usr/lib/rpm/check-buildroot
12:06:03 ~/rpmbuild/BUILD/src
12:06:03 + /usr/lib/rpm/redhat/brp-ldconfig
12:06:03 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:06:03 + /usr/lib/rpm/brp-compress
12:06:03 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:06:03 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:06:03 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:06:03 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:06:03 + /usr/lib/rpm/brp-python-hardlink
12:06:03 + PYTHON3=/usr/libexec/platform-python
12:06:03 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:06:03 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.AzRYY2
12:06:03 + umask 022
12:06:03 + cd /root/rpmbuild/BUILD
12:06:03 + cd src
12:06:03 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
12:06:03 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:06:03 PASS: docker-buildx version OK
12:06:03 + ver=v0.10.2
12:06:03 + test v0.10.2 = v0.10.2
12:06:03 + echo 'PASS: docker-buildx version OK'
12:06:03 + exit 0
12:06:03 Processing files: docker-buildx-plugin-0.10.2-0.el8.aarch64
12:06:03 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:06:03 Provides: docker-buildx-plugin = 0:0.10.2-0.el8 docker-buildx-plugin(aarch-64) = 0:0.10.2-0.el8
12:06:03 Requires(interp): /bin/sh /bin/sh /bin/sh
12:06:03 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:06:03 Requires(post): /bin/sh
12:06:03 Requires(preun): /bin/sh
12:06:03 Requires(postun): /bin/sh
12:06:03 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64
12:06:03 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.el8.src.rpm
12:06:03 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm
12:06:03 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.sm1yJK
12:06:03 + umask 022
12:06:03 + cd /root/rpmbuild/BUILD
12:06:03 + cd src
12:06:03 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64
12:06:03 + RPM_EC=0
12:06:03 ++ jobs -p
12:06:03 + exit 0
12:06:03 
12:06:03 RPM build warnings:
12:06:03     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:06:03     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:06:03     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:06:03     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
12:06:03 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qG77Kh
12:06:03 + umask 022
12:06:03 + cd /root/rpmbuild/BUILD
12:06:03 + cd /root/rpmbuild/BUILD
12:06:03 + rm -rf src
12:06:03 + /usr/bin/mkdir -p src
12:06:03 + cd src
12:06:03 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:06:03 + /usr/bin/tar -xof -
12:06:03 + STATUS=0
12:06:03 + '[' 0 -ne 0 ']'
12:06:03 + /usr/bin/tar -xof -
12:06:03 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:06:03 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:06:03 go: downloading github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
12:06:03 go: downloading github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1
12:06:03 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:06:03 go: downloading github.com/Microsoft/go-winio v0.5.2
12:06:03 go: downloading golang.org/x/net v0.5.0
12:06:03 go: downloading github.com/russross/blackfriday v1.6.0
12:06:03 go: downloading github.com/davecgh/go-spew v1.1.1
12:06:03 go: downloading github.com/pmezard/go-difflib v1.0.0
12:06:03 go: downloading github.com/miekg/pkcs11 v1.1.1
12:06:03 go: downloading github.com/prometheus/client_golang v1.14.0
12:06:03 go: downloading github.com/go-sql-driver/mysql v1.6.0
12:06:03 go: downloading github.com/jinzhu/gorm v0.0.0-20170222002820-5409931a1bb8
12:06:03 go: downloading gopkg.in/rethinkdb/rethinkdb-go.v6 v6.2.1
12:06:03 go: downloading github.com/google/certificate-transparency-go v1.1.4
12:06:03 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm
12:06:03 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zwV3Aq
12:06:03 + umask 022
12:06:03 + cd /root/rpmbuild/BUILD
12:06:03 + cd src
12:06:03 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64
12:06:03 + RPM_EC=0
12:06:03 ++ jobs -p
12:06:03 + exit 0
12:06:03 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.iBgFmP
12:06:03 + umask 022
12:06:03 + cd /root/rpmbuild/BUILD
12:06:03 + rm -rf src src.gemspec
12:06:03 + RPM_EC=0
12:06:03 ++ jobs -p
12:06:03 + exit 0
12:06:03     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:06:03     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:06:03     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:06:03     source_date_epoch_from_changelog set but %changelog is missing
12:06:03     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
12:06:03     source_date_epoch_from_changelog set but %changelog is missing
12:06:03     source_date_epoch_from_changelog set but %changelog is missing
12:06:03 
12:06:03 RPM build warnings:
12:06:03 warning: source_date_epoch_from_changelog set but %changelog is missing
12:06:03 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lwZqpy
12:06:03 + umask 022
12:06:03 + cd /root/rpmbuild/BUILD
12:06:03 + cd /root/rpmbuild/BUILD
12:06:03 + rm -rf src
12:06:03 + /usr/bin/mkdir -p src
12:06:03 + cd src
12:06:03 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz
12:06:03 + STATUS=0
12:06:03 + '[' 0 -ne 0 ']'
12:06:03 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/buildx.tgz
12:06:03 + STATUS=0
12:06:03 + '[' 0 -ne 0 ']'
12:06:03 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:06:03 + RPM_EC=0
12:06:03 ++ jobs -p
12:06:03 + exit 0
12:06:03 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.7FdAfE
12:06:03 + umask 022
12:06:03 + cd /root/rpmbuild/BUILD
12:06:03 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:06:03 + export CFLAGS
12:06:03 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:06:03 + export CXXFLAGS
12:06:03 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:06:03 + export FFLAGS
12:06:03 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:06:03 + export FCFLAGS
12:06:03 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-buildx-plugin-0.10.2-0.fc36.x86_64.ld'
12:06:03 + export LDFLAGS
12:06:03 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:06:03 + export LT_SYS_LIBRARY_PATH
12:06:03 + CC=gcc
12:06:03 + export CC
12:06:03 + CXX=g++
12:06:03 + export CXX
12:06:03 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:06:03 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.10.2-0.fc36 x86_64
12:06:03 + cd src
12:06:03 + pushd /root/rpmbuild/BUILD/src/buildx
12:06:03 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:06:03 + GO111MODULE=on
12:06:03 + CGO_ENABLED=0
12:06:03 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
12:06:03 go: downloading github.com/golang/protobuf v1.5.2
12:06:03 go: downloading google.golang.org/genproto v0.0.0-20220706185917-7780775163c4
12:06:04 + STATUS=0
12:06:04 + '[' 0 -ne 0 ']'
12:06:04 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:06:04 + RPM_EC=0
12:06:04 ++ jobs -p
12:06:04 + exit 0
12:06:04 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5f5rkI
12:06:04 + umask 022
12:06:04 + cd /root/rpmbuild/BUILD
12:06:04 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:06:04 + export CFLAGS
12:06:04 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:06:04 + export CXXFLAGS
12:06:04 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:06:04 + export FFLAGS
12:06:04 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:06:04 + export FCFLAGS
12:06: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'
12:06:04 + export LDFLAGS
12:06:04 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:06:04 + export LT_SYS_LIBRARY_PATH
12:06:04 + CC=gcc
12:06:04 + export CC
12:06:04 + CXX=g++
12:06:04 + export CXX
12:06:04 + cd src
12:06:04 + pushd /root/rpmbuild/BUILD/src/buildx
12:06:04 + GO111MODULE=on
12:06:04 + CGO_ENABLED=0
12:06:04 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
12:06:04 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:06:04 #16 0.699 v0.10.200ed17df6d20f3ca4553d45789264cdb78506e5f#16 DONE 1.2s
12:06:04 
12:06:04 #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...)
12:06:05 #17 0.399 + CGO_ENABLED=0 go build -mod vendor -trimpath -ldflags '-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17df6d20f3ca4553d45789264cdb78506e5f -X github.com/docker/buildx/version.Package=github.com/docker/buildx -s -w' -o /usr/bin/docker-buildx ./cmd/buildx
12:06:05 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:06:05 go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
12:06:05 go: downloading github.com/beorn7/perks v1.0.1
12:06:05 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:06:05 go: downloading github.com/prometheus/client_model v0.3.0
12:06:05 go: downloading github.com/prometheus/common v0.37.0
12:06:05 go: downloading github.com/prometheus/procfs v0.8.0
12:06:05 go: downloading google.golang.org/protobuf v1.28.1
12:06:05 go: downloading github.com/Shopify/logrus-bugsnag v0.0.0-20170309145241-6dbc35f2c30d
12:06:05 go: downloading github.com/bugsnag/bugsnag-go v1.0.5
12:06:06 go: downloading github.com/spf13/viper v0.0.0-20150530192845-be5ff3e4840c
12:06:06 go: downloading github.com/jinzhu/inflection v0.0.0-20170102125226-1c35d901db3d
12:06:06 go: downloading github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
12:06:06 go: downloading github.com/opentracing/opentracing-go v1.1.0
12:06:06 go: downloading gopkg.in/cenkalti/backoff.v2 v2.2.1
12:06:06 go: downloading k8s.io/klog/v2 v2.80.1
12:06:06 go: downloading github.com/kr/text v0.2.0
12:06:06 go: downloading github.com/docker/go-metrics v0.0.1
12:06:06 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
12:06:06 go: downloading github.com/BurntSushi/toml v0.3.1
12:06:06 go: downloading github.com/kr/pretty v0.2.1
12:06:06 go: downloading github.com/magiconair/properties v1.5.3
12:06:06 go: downloading github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94
12:06:06 go: downloading github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431
12:06:06 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el8.aarch64.rpm
12:06:06 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.azAeaB
12:06:06 + umask 022
12:06:06 + cd /root/rpmbuild/BUILD
12:06:06 + cd src
12:06:06 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.aarch64
12:06:06 + exit 0
12:06:06 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YFdrCn
12:06:06 + umask 022
12:06:06 + cd /root/rpmbuild/BUILD
12:06:06 + cd /root/rpmbuild/BUILD
12:06:06 + rm -rf src
12:06:06 + /usr/bin/mkdir -p src
12:06:06 + cd src
12:06:06 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:06:06 + /usr/bin/tar -xof -
12:06:06 + STATUS=0
12:06:06 + '[' 0 -ne 0 ']'
12:06:06 + /usr/bin/tar -xof -
12:06:06 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:06:06 + STATUS=0
12:06:06 + '[' 0 -ne 0 ']'
12:06:06 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:06:06 + exit 0
12:06:06 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YWG1Gp
12:06:06 + umask 022
12:06:06 + cd /root/rpmbuild/BUILD
12:06:06 + cd src
12:06:06 + pushd /root/rpmbuild/BUILD/src/compose
12:06:06 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:06:06 + make VERSION=v2.15.1 DESTDIR=./bin build
12:06:06 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "./bin/docker-compose" ./cmd
12:06:06 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:06:06 go: downloading github.com/bugsnag/panicwrap v0.0.0-20151223152923-e2c28503fcd0
12:06:06 go: downloading github.com/go-logr/logr v1.2.3
12:06:06 go: downloading github.com/bugsnag/osext v0.0.0-20130617224835-0dd3f918b21b
12:06:06 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
12:06:06 + go mod vendor -modfile=vendor.mod
12:06:06 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:06:06 ++ pwd
12:06:06 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:06:06 Project root: .
12:06:06 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:06:06 INFO: man/src/attach.md found
12:06:06 WARN: man/src/build.md does not exist, skipping
12:06:06 WARN: man/src/builder/build.md does not exist, skipping
12:06:06 WARN: man/src/builder/prune.md does not exist, skipping
12:06:06 WARN: man/src/builder.md does not exist, skipping
12:06:06 WARN: man/src/checkpoint/create.md does not exist, skipping
12:06:06 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:06:06 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:06:06 WARN: man/src/checkpoint.md does not exist, skipping
12:06:06 INFO: man/src/commit.md found
12:06:06 WARN: man/src/config/create.md does not exist, skipping
12:06:06 WARN: man/src/config/inspect.md does not exist, skipping
12:06:06 WARN: man/src/config/ls.md does not exist, skipping
12:06:06 WARN: man/src/config/rm.md does not exist, skipping
12:06:06 WARN: man/src/config.md does not exist, skipping
12:06:06 INFO: man/src/container/attach.md found
12:06:06 INFO: man/src/container/commit.md found
12:06:06 INFO: man/src/container/cp.md found
12:06:06 INFO: man/src/container/create.md found
12:06:06 INFO: man/src/container/diff.md found
12:06:06 INFO: man/src/container/exec.md found
12:06:06 INFO: man/src/container/export.md found
12:06:06 WARN: man/src/container/inspect.md does not exist, skipping
12:06:06 INFO: man/src/container/kill.md found
12:06:06 INFO: man/src/container/logs.md found
12:06:06 INFO: man/src/container/ls.md found
12:06:06 INFO: man/src/container/pause.md found
12:06:06 INFO: man/src/container/port.md found
12:06:06 WARN: man/src/container/prune.md does not exist, skipping
12:06:06 INFO: man/src/container/rename.md found
12:06:06 INFO: man/src/container/restart.md found
12:06:06 INFO: man/src/container/rm.md found
12:06:06 INFO: man/src/container/run.md found
12:06:06 INFO: man/src/container/start.md found
12:06:06 INFO: man/src/container/stats.md found
12:06:06 INFO: man/src/container/stop.md found
12:06:06 INFO: man/src/container/top.md found
12:06:06 INFO: man/src/container/unpause.md found
12:06:06 INFO: man/src/container/update.md found
12:06:06 INFO: man/src/container/wait.md found
12:06:06 WARN: man/src/container.md does not exist, skipping
12:06:06 WARN: man/src/context/create.md does not exist, skipping
12:06:06 WARN: man/src/context/export.md does not exist, skipping
12:06:06 WARN: man/src/context/import.md does not exist, skipping
12:06:06 WARN: man/src/context/inspect.md does not exist, skipping
12:06:06 WARN: man/src/context/ls.md does not exist, skipping
12:06:06 WARN: man/src/context/rm.md does not exist, skipping
12:06:06 WARN: man/src/context/show.md does not exist, skipping
12:06:06 WARN: man/src/context/update.md does not exist, skipping
12:06:06 WARN: man/src/context/use.md does not exist, skipping
12:06:06 WARN: man/src/context.md does not exist, skipping
12:06:06 INFO: man/src/cp.md found
12:06:06 INFO: man/src/create.md found
12:06:06 INFO: man/src/diff.md found
12:06:06 INFO: man/src/events.md found
12:06:06 INFO: man/src/exec.md found
12:06:06 INFO: man/src/export.md found
12:06:06 INFO: man/src/history.md found
12:06:06 INFO: man/src/image/build.md found
12:06:06 INFO: man/src/image/history.md found
12:06:06 INFO: man/src/image/import.md found
12:06:06 WARN: man/src/image/inspect.md does not exist, skipping
12:06:06 INFO: man/src/image/load.md found
12:06:06 INFO: man/src/image/ls.md found
12:06:06 WARN: man/src/image/prune.md does not exist, skipping
12:06:06 INFO: man/src/image/pull.md found
12:06:06 INFO: man/src/image/push.md found
12:06:06 INFO: man/src/image/rm.md found
12:06:06 INFO: man/src/image/save.md found
12:06:06 INFO: man/src/image/tag.md found
12:06:06 WARN: man/src/image.md does not exist, skipping
12:06:06 INFO: man/src/images.md found
12:06:06 INFO: man/src/import.md found
12:06:06 INFO: man/src/info.md found
12:06:06 INFO: man/src/inspect.md found
12:06:06 INFO: man/src/kill.md found
12:06:06 INFO: man/src/load.md found
12:06:06 INFO: man/src/login.md found
12:06:06 INFO: man/src/logout.md found
12:06:06 INFO: man/src/logs.md found
12:06:06 WARN: man/src/manifest/annotate.md does not exist, skipping
12:06:06 WARN: man/src/manifest/create.md does not exist, skipping
12:06:06 WARN: man/src/manifest/inspect.md does not exist, skipping
12:06:06 WARN: man/src/manifest/push.md does not exist, skipping
12:06:06 WARN: man/src/manifest/rm.md does not exist, skipping
12:06:06 WARN: man/src/manifest.md does not exist, skipping
12:06:06 INFO: man/src/network/connect.md found
12:06:06 INFO: man/src/network/create.md found
12:06:06 INFO: man/src/network/disconnect.md found
12:06:06 INFO: man/src/network/inspect.md found
12:06:06 INFO: man/src/network/ls.md found
12:06:06 WARN: man/src/network/prune.md does not exist, skipping
12:06:06 INFO: man/src/network/rm.md found
12:06:06 WARN: man/src/network.md does not exist, skipping
12:06:06 WARN: man/src/node/demote.md does not exist, skipping
12:06:06 WARN: man/src/node/inspect.md does not exist, skipping
12:06:06 WARN: man/src/node/ls.md does not exist, skipping
12:06:06 WARN: man/src/node/promote.md does not exist, skipping
12:06:06 WARN: man/src/node/ps.md does not exist, skipping
12:06:06 WARN: man/src/node/rm.md does not exist, skipping
12:06:06 WARN: man/src/node/update.md does not exist, skipping
12:06:06 WARN: man/src/node.md does not exist, skipping
12:06:06 INFO: man/src/pause.md found
12:06:06 WARN: man/src/plugin/create.md does not exist, skipping
12:06:06 WARN: man/src/plugin/disable.md does not exist, skipping
12:06:06 WARN: man/src/plugin/enable.md does not exist, skipping
12:06:06 WARN: man/src/plugin/inspect.md does not exist, skipping
12:06:06 WARN: man/src/plugin/install.md does not exist, skipping
12:06:06 INFO: man/src/plugin/ls.md found
12:06:06 WARN: man/src/plugin/push.md does not exist, skipping
12:06:06 WARN: man/src/plugin/rm.md does not exist, skipping
12:06:06 WARN: man/src/plugin/set.md does not exist, skipping
12:06:06 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:06:06 WARN: man/src/plugin.md does not exist, skipping
12:06:06 INFO: man/src/port.md found
12:06:06 INFO: man/src/ps.md found
12:06:06 INFO: man/src/pull.md found
12:06:06 INFO: man/src/push.md found
12:06:06 INFO: man/src/rename.md found
12:06:06 INFO: man/src/restart.md found
12:06:06 INFO: man/src/rm.md found
12:06:06 INFO: man/src/rmi.md found
12:06:06 WARN: man/src/run.md does not exist, skipping
12:06:06 INFO: man/src/save.md found
12:06:06 INFO: man/src/search.md found
12:06:06 WARN: man/src/secret/create.md does not exist, skipping
12:06:06 WARN: man/src/secret/inspect.md does not exist, skipping
12:06:06 WARN: man/src/secret/ls.md does not exist, skipping
12:06:06 WARN: man/src/secret/rm.md does not exist, skipping
12:06:06 WARN: man/src/secret.md does not exist, skipping
12:06:06 WARN: man/src/service/create.md does not exist, skipping
12:06:06 WARN: man/src/service/inspect.md does not exist, skipping
12:06:06 WARN: man/src/service/logs.md does not exist, skipping
12:06:06 WARN: man/src/service/ls.md does not exist, skipping
12:06:06 WARN: man/src/service/ps.md does not exist, skipping
12:06:06 WARN: man/src/service/rm.md does not exist, skipping
12:06:06 WARN: man/src/service/rollback.md does not exist, skipping
12:06:06 WARN: man/src/service/scale.md does not exist, skipping
12:06:06 WARN: man/src/service/update.md does not exist, skipping
12:06:06 WARN: man/src/service.md does not exist, skipping
12:06:06 WARN: man/src/stack/config.md does not exist, skipping
12:06:06 WARN: man/src/stack/deploy.md does not exist, skipping
12:06:06 WARN: man/src/stack/ls.md does not exist, skipping
12:06:06 WARN: man/src/stack/ps.md does not exist, skipping
12:06:06 WARN: man/src/stack/rm.md does not exist, skipping
12:06:06 WARN: man/src/stack/services.md does not exist, skipping
12:06:06 WARN: man/src/stack.md does not exist, skipping
12:06:06 INFO: man/src/start.md found
12:06:06 INFO: man/src/stats.md found
12:06:06 INFO: man/src/stop.md found
12:06:06 WARN: man/src/swarm/ca.md does not exist, skipping
12:06:06 WARN: man/src/swarm/init.md does not exist, skipping
12:06:06 WARN: man/src/swarm/join.md does not exist, skipping
12:06:06 WARN: man/src/swarm/join-token.md does not exist, skipping
12:06:06 WARN: man/src/swarm/leave.md does not exist, skipping
12:06:06 WARN: man/src/swarm/unlock.md does not exist, skipping
12:06:06 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:06:06 WARN: man/src/swarm/update.md does not exist, skipping
12:06:06 WARN: man/src/swarm.md does not exist, skipping
12:06:06 WARN: man/src/system/df.md does not exist, skipping
12:06:06 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:06:06 INFO: man/src/system/events.md found
12:06:06 INFO: man/src/system/info.md found
12:06:06 WARN: man/src/system/prune.md does not exist, skipping
12:06:06 WARN: man/src/system.md does not exist, skipping
12:06:06 INFO: man/src/tag.md found
12:06:06 INFO: man/src/top.md found
12:06:06 WARN: man/src/trust/inspect.md does not exist, skipping
12:06:06 WARN: man/src/trust/key/generate.md does not exist, skipping
12:06:06 WARN: man/src/trust/key/load.md does not exist, skipping
12:06:06 WARN: man/src/trust/key.md does not exist, skipping
12:06:06 WARN: man/src/trust/revoke.md does not exist, skipping
12:06:06 WARN: man/src/trust/sign.md does not exist, skipping
12:06:06 WARN: man/src/trust/signer/add.md does not exist, skipping
12:06:06 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:06:06 WARN: man/src/trust/signer.md does not exist, skipping
12:06:06 WARN: man/src/trust.md does not exist, skipping
12:06:06 INFO: man/src/unpause.md found
12:06:06 INFO: man/src/update.md found
12:06:06 INFO: man/src/version.md found
12:06:06 INFO: man/src/volume/create.md found
12:06:06 INFO: man/src/volume/inspect.md found
12:06:06 INFO: man/src/volume/ls.md found
12:06:06 WARN: man/src/volume/prune.md does not exist, skipping
12:06:06 WARN: man/src/volume/rm.md does not exist, skipping
12:06:06 WARN: man/src/volume/update.md does not exist, skipping
12:06:06 INFO: man/src/volume.md found
12:06:06 INFO: man/src/wait.md found
12:06:06 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:06:06 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:06:06 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:06:06 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:06:06 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:06:06 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:06:06 make[2]: Leaving directory '/root/build-deb/cli'
12:06:06 # Build buildx plugin
12:06:06 cd /go/src/github.com/docker/buildx \
12:06:06 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:06:06 && GO111MODULE=on \
12:06:06 	CGO_ENABLED=0 \
12:06:06 		go build \
12:06:06 			-mod=vendor \
12:06:06 			-trimpath \
12:06:06 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:06:06 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:06:06 			./cmd/buildx
12:06:07 go: downloading golang.org/x/sys v0.3.0
12:06:07 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:06:07 go: downloading github.com/theupdateframework/notary v0.7.0
12:06:07 go: downloading github.com/compose-spec/compose-go v1.8.2
12:06:07 go: downloading github.com/hashicorp/go-version v1.6.0
12:06:07 go: downloading github.com/docker/buildx v0.9.1
12:06:07 go: downloading github.com/mattn/go-shellwords v1.0.12
12:06:07 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:06:07 go: downloading go.opentelemetry.io/otel v1.11.2
12:06:07 go: downloading github.com/containerd/containerd v1.6.14
12:06:07 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:06:08 + go build -mod=vendor -modfile=vendor.mod -tags manpages -o /tmp/gen-manpages ./man/generate.go
12:06:08 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:06:08 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:06:08 go: downloading golang.org/x/sync v0.1.0
12:06:08 go: downloading k8s.io/client-go v0.22.4
12:06:08 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:06:08 go: downloading github.com/imdario/mergo v0.3.13
12:06:08 go: downloading github.com/containerd/console v1.0.3
12:06:08 go: downloading github.com/buger/goterm v1.0.4
12:06:08 go: downloading github.com/stretchr/testify v1.8.1
12:06:08 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:06:08 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:06:08 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:06:08 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:06:08 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:06:08 go: downloading k8s.io/api v0.22.4
12:06:09 go: downloading k8s.io/apimachinery v0.22.4
12:06:09 # Build the compose plugin
12:06:09 cd /go/src/github.com/docker/compose \
12:06:09 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:06:09 make[2]: Entering directory '/root/build-deb/compose'
12:06:09 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:06:09 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:06:09 go: downloading golang.org/x/sys v0.3.0
12:06:09 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:06:09 go: downloading github.com/theupdateframework/notary v0.7.0
12:06:09 go: downloading github.com/compose-spec/compose-go v1.8.2
12:06:09 go: downloading github.com/hashicorp/go-version v1.6.0
12:06:09 go: downloading github.com/docker/buildx v0.9.1
12:06:09 go: downloading github.com/mattn/go-shellwords v1.0.12
12:06:09 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:06:09 go: downloading go.opentelemetry.io/otel v1.11.2
12:06:09 go: downloading github.com/containerd/containerd v1.6.14
12:06:09 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:06:09 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:06:09 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:06:09 go: downloading golang.org/x/sync v0.1.0
12:06:09 go: downloading k8s.io/client-go v0.22.4
12:06:09 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:06:09 go: downloading github.com/imdario/mergo v0.3.13
12:06:09 go: downloading github.com/containerd/console v1.0.3
12:06:09 go: downloading github.com/buger/goterm v1.0.4
12:06:09 go: downloading github.com/stretchr/testify v1.8.1
12:06:09 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:06:09 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:06:09 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:06:09 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:06:09 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:06:09 go: downloading k8s.io/api v0.22.4
12:06:09 go: downloading k8s.io/apimachinery v0.22.4
12:06:09 go: downloading github.com/gofrs/flock v0.8.0
12:06:09 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:06:09 go: downloading github.com/golang/mock v1.6.0
12:06:09 go: downloading github.com/klauspost/compress v1.15.9
12:06:09 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:06:09 go: downloading github.com/hashicorp/errwrap v1.1.0
12:06:09 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:06:09 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:06:09 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:06:09 go: downloading google.golang.org/grpc v1.47.0
12:06:09 go: downloading golang.org/x/net v0.4.0
12:06:09 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:06:09 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:06:09 go: downloading golang.org/x/term v0.3.0
12:06:09 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:06:09 go: downloading github.com/mattn/go-runewidth v0.0.14
12:06:09 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:06:09 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:06:09 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:06:09 go: downloading google.golang.org/protobuf v1.28.0
12:06:09 go: downloading github.com/go-logr/stdr v1.2.2
12:06:09 go: downloading github.com/containerd/typeurl v1.0.2
12:06:09 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:06:09 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:06:09 go: downloading k8s.io/klog/v2 v2.60.1
12:06:09 go: downloading github.com/pelletier/go-toml v1.9.4
12:06:09 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:06:09 go: downloading github.com/google/gofuzz v1.2.0
12:06:09 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:06:09 go: downloading github.com/gogo/googleapis v1.4.1
12:06:09 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:06:09 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:06:09 go: downloading github.com/moby/locker v1.0.1
12:06:09 go: downloading github.com/felixge/httpsnoop v1.0.2
12:06:09 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:06:09 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:06:09 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:06:09 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:06:09 go: downloading gopkg.in/inf.v0 v0.9.1
12:06:09 go: downloading github.com/googleapis/gnostic v0.5.5
12:06:09 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:06:09 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:06:09 go: downloading github.com/json-iterator/go v1.1.12
12:06:09 go: downloading github.com/modern-go/reflect2 v1.0.2
12:06:09 go: downloading sigs.k8s.io/yaml v1.2.0
12:06:09 go: downloading github.com/mattn/go-colorable v0.1.12
12:06:09 go: downloading github.com/prometheus/client_golang v1.12.2
12:06:09 go: downloading github.com/containerd/ttrpc v1.1.0
12:06:09 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:06:09 go: downloading github.com/moby/spdystream v0.2.0
12:06:09 go: downloading github.com/mattn/go-isatty v0.0.16
12:06:09 go: downloading github.com/prometheus/client_model v0.2.0
12:06:09 go: downloading github.com/prometheus/common v0.32.1
12:06:09 go: downloading github.com/prometheus/procfs v0.7.3
12:06:09 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:06:09 ++ pwd
12:06:09 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:06:09 Project root: .
12:06:09 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:06:09 INFO: man/src/attach.md found
12:06:09 WARN: man/src/build.md does not exist, skipping
12:06:09 WARN: man/src/builder/build.md does not exist, skipping
12:06:09 WARN: man/src/builder/prune.md does not exist, skipping
12:06:09 WARN: man/src/builder.md does not exist, skipping
12:06:09 WARN: man/src/checkpoint/create.md does not exist, skipping
12:06:09 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:06:09 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:06:09 WARN: man/src/checkpoint.md does not exist, skipping
12:06:09 INFO: man/src/commit.md found
12:06:09 WARN: man/src/config/create.md does not exist, skipping
12:06:09 WARN: man/src/config/inspect.md does not exist, skipping
12:06:09 WARN: man/src/config/ls.md does not exist, skipping
12:06:09 WARN: man/src/config/rm.md does not exist, skipping
12:06:09 WARN: man/src/config.md does not exist, skipping
12:06:09 INFO: man/src/container/attach.md found
12:06:09 INFO: man/src/container/commit.md found
12:06:09 INFO: man/src/container/cp.md found
12:06:09 INFO: man/src/container/create.md found
12:06:09 INFO: man/src/container/diff.md found
12:06:09 INFO: man/src/container/exec.md found
12:06:09 INFO: man/src/container/export.md found
12:06:09 WARN: man/src/container/inspect.md does not exist, skipping
12:06:09 INFO: man/src/container/kill.md found
12:06:09 INFO: man/src/container/logs.md found
12:06:09 INFO: man/src/container/ls.md found
12:06:09 INFO: man/src/container/pause.md found
12:06:09 INFO: man/src/container/port.md found
12:06:09 WARN: man/src/container/prune.md does not exist, skipping
12:06:09 INFO: man/src/container/rename.md found
12:06:09 INFO: man/src/container/restart.md found
12:06:09 INFO: man/src/container/rm.md found
12:06:09 INFO: man/src/container/run.md found
12:06:09 INFO: man/src/container/start.md found
12:06:09 INFO: man/src/container/stats.md found
12:06:09 INFO: man/src/container/stop.md found
12:06:09 INFO: man/src/container/top.md found
12:06:09 INFO: man/src/container/unpause.md found
12:06:09 INFO: man/src/container/update.md found
12:06:09 INFO: man/src/container/wait.md found
12:06:09 WARN: man/src/container.md does not exist, skipping
12:06:09 WARN: man/src/context/create.md does not exist, skipping
12:06:09 WARN: man/src/context/export.md does not exist, skipping
12:06:09 WARN: man/src/context/import.md does not exist, skipping
12:06:09 WARN: man/src/context/inspect.md does not exist, skipping
12:06:09 WARN: man/src/context/ls.md does not exist, skipping
12:06:09 WARN: man/src/context/rm.md does not exist, skipping
12:06:09 WARN: man/src/context/show.md does not exist, skipping
12:06:09 WARN: man/src/context/update.md does not exist, skipping
12:06:09 WARN: man/src/context/use.md does not exist, skipping
12:06:09 WARN: man/src/context.md does not exist, skipping
12:06:09 INFO: man/src/cp.md found
12:06:09 INFO: man/src/create.md found
12:06:09 INFO: man/src/diff.md found
12:06:09 INFO: man/src/events.md found
12:06:09 INFO: man/src/exec.md found
12:06:09 INFO: man/src/export.md found
12:06:09 INFO: man/src/history.md found
12:06:09 INFO: man/src/image/build.md found
12:06:09 INFO: man/src/image/history.md found
12:06:09 INFO: man/src/image/import.md found
12:06:09 WARN: man/src/image/inspect.md does not exist, skipping
12:06:09 INFO: man/src/image/load.md found
12:06:09 INFO: man/src/image/ls.md found
12:06:09 WARN: man/src/image/prune.md does not exist, skipping
12:06:09 INFO: man/src/image/pull.md found
12:06:09 INFO: man/src/image/push.md found
12:06:09 INFO: man/src/image/rm.md found
12:06:09 INFO: man/src/image/save.md found
12:06:09 INFO: man/src/image/tag.md found
12:06:09 WARN: man/src/image.md does not exist, skipping
12:06:09 INFO: man/src/images.md found
12:06:09 INFO: man/src/import.md found
12:06:09 INFO: man/src/info.md found
12:06:09 INFO: man/src/inspect.md found
12:06:09 INFO: man/src/kill.md found
12:06:09 INFO: man/src/load.md found
12:06:09 INFO: man/src/login.md found
12:06:09 INFO: man/src/logout.md found
12:06:09 INFO: man/src/logs.md found
12:06:09 WARN: man/src/manifest/annotate.md does not exist, skipping
12:06:09 WARN: man/src/manifest/create.md does not exist, skipping
12:06:09 WARN: man/src/manifest/inspect.md does not exist, skipping
12:06:09 WARN: man/src/manifest/push.md does not exist, skipping
12:06:09 WARN: man/src/manifest/rm.md does not exist, skipping
12:06:09 WARN: man/src/manifest.md does not exist, skipping
12:06:09 INFO: man/src/network/connect.md found
12:06:09 INFO: man/src/network/create.md found
12:06:09 INFO: man/src/network/disconnect.md found
12:06:09 INFO: man/src/network/inspect.md found
12:06:09 INFO: man/src/network/ls.md found
12:06:09 WARN: man/src/network/prune.md does not exist, skipping
12:06:09 INFO: man/src/network/rm.md found
12:06:09 WARN: man/src/network.md does not exist, skipping
12:06:09 WARN: man/src/node/demote.md does not exist, skipping
12:06:09 WARN: man/src/node/inspect.md does not exist, skipping
12:06:09 WARN: man/src/node/ls.md does not exist, skipping
12:06:09 WARN: man/src/node/promote.md does not exist, skipping
12:06:09 WARN: man/src/node/ps.md does not exist, skipping
12:06:09 WARN: man/src/node/rm.md does not exist, skipping
12:06:09 WARN: man/src/node/update.md does not exist, skipping
12:06:09 WARN: man/src/node.md does not exist, skipping
12:06:09 INFO: man/src/pause.md found
12:06:09 WARN: man/src/plugin/create.md does not exist, skipping
12:06:09 WARN: man/src/plugin/disable.md does not exist, skipping
12:06:09 WARN: man/src/plugin/enable.md does not exist, skipping
12:06:09 WARN: man/src/plugin/inspect.md does not exist, skipping
12:06:09 WARN: man/src/plugin/install.md does not exist, skipping
12:06:09 INFO: man/src/plugin/ls.md found
12:06:09 WARN: man/src/plugin/push.md does not exist, skipping
12:06:09 WARN: man/src/plugin/rm.md does not exist, skipping
12:06:09 WARN: man/src/plugin/set.md does not exist, skipping
12:06:09 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:06:09 WARN: man/src/plugin.md does not exist, skipping
12:06:09 INFO: man/src/port.md found
12:06:09 INFO: man/src/ps.md found
12:06:09 INFO: man/src/pull.md found
12:06:09 INFO: man/src/push.md found
12:06:09 INFO: man/src/rename.md found
12:06:09 INFO: man/src/restart.md found
12:06:09 INFO: man/src/rm.md found
12:06:09 INFO: man/src/rmi.md found
12:06:09 WARN: man/src/run.md does not exist, skipping
12:06:09 INFO: man/src/save.md found
12:06:09 INFO: man/src/search.md found
12:06:09 WARN: man/src/secret/create.md does not exist, skipping
12:06:09 WARN: man/src/secret/inspect.md does not exist, skipping
12:06:09 WARN: man/src/secret/ls.md does not exist, skipping
12:06:09 WARN: man/src/secret/rm.md does not exist, skipping
12:06:09 WARN: man/src/secret.md does not exist, skipping
12:06:09 WARN: man/src/service/create.md does not exist, skipping
12:06:09 WARN: man/src/service/inspect.md does not exist, skipping
12:06:09 WARN: man/src/service/logs.md does not exist, skipping
12:06:09 WARN: man/src/service/ls.md does not exist, skipping
12:06:09 WARN: man/src/service/ps.md does not exist, skipping
12:06:09 WARN: man/src/service/rm.md does not exist, skipping
12:06:09 WARN: man/src/service/rollback.md does not exist, skipping
12:06:09 WARN: man/src/service/scale.md does not exist, skipping
12:06:09 WARN: man/src/service/update.md does not exist, skipping
12:06:09 WARN: man/src/service.md does not exist, skipping
12:06:09 WARN: man/src/stack/config.md does not exist, skipping
12:06:09 WARN: man/src/stack/deploy.md does not exist, skipping
12:06:09 WARN: man/src/stack/ls.md does not exist, skipping
12:06:09 WARN: man/src/stack/ps.md does not exist, skipping
12:06:09 WARN: man/src/stack/rm.md does not exist, skipping
12:06:09 WARN: man/src/stack/services.md does not exist, skipping
12:06:09 WARN: man/src/stack.md does not exist, skipping
12:06:09 INFO: man/src/start.md found
12:06:09 INFO: man/src/stats.md found
12:06:09 INFO: man/src/stop.md found
12:06:09 WARN: man/src/swarm/ca.md does not exist, skipping
12:06:09 WARN: man/src/swarm/init.md does not exist, skipping
12:06:09 WARN: man/src/swarm/join.md does not exist, skipping
12:06:09 WARN: man/src/swarm/join-token.md does not exist, skipping
12:06:09 WARN: man/src/swarm/leave.md does not exist, skipping
12:06:09 WARN: man/src/swarm/unlock.md does not exist, skipping
12:06:09 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:06:09 WARN: man/src/swarm/update.md does not exist, skipping
12:06:09 WARN: man/src/swarm.md does not exist, skipping
12:06:09 WARN: man/src/system/df.md does not exist, skipping
12:06:09 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:06:09 INFO: man/src/system/events.md found
12:06:09 INFO: man/src/system/info.md found
12:06:09 WARN: man/src/system/prune.md does not exist, skipping
12:06:09 WARN: man/src/system.md does not exist, skipping
12:06:09 INFO: man/src/tag.md found
12:06:09 INFO: man/src/top.md found
12:06:09 WARN: man/src/trust/inspect.md does not exist, skipping
12:06:09 WARN: man/src/trust/key/generate.md does not exist, skipping
12:06:09 WARN: man/src/trust/key/load.md does not exist, skipping
12:06:09 WARN: man/src/trust/key.md does not exist, skipping
12:06:09 WARN: man/src/trust/revoke.md does not exist, skipping
12:06:09 WARN: man/src/trust/sign.md does not exist, skipping
12:06:09 WARN: man/src/trust/signer/add.md does not exist, skipping
12:06:09 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:06:09 WARN: man/src/trust/signer.md does not exist, skipping
12:06:09 WARN: man/src/trust.md does not exist, skipping
12:06:09 INFO: man/src/unpause.md found
12:06:09 INFO: man/src/update.md found
12:06:09 INFO: man/src/version.md found
12:06:09 INFO: man/src/volume/create.md found
12:06:09 INFO: man/src/volume/inspect.md found
12:06:09 INFO: man/src/volume/ls.md found
12:06:09 WARN: man/src/volume/prune.md does not exist, skipping
12:06:09 WARN: man/src/volume/rm.md does not exist, skipping
12:06:09 WARN: man/src/volume/update.md does not exist, skipping
12:06:09 INFO: man/src/volume.md found
12:06:09 INFO: man/src/wait.md found
12:06:09 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:06:09 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:06:09 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:06:09 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:06:09 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:06:09 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:06:09 make[2]: Leaving directory '/root/build-deb/cli'
12:06:09 # Build buildx plugin
12:06:09 cd /go/src/github.com/docker/buildx \
12:06:09 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:06:09 && GO111MODULE=on \
12:06:09 	CGO_ENABLED=0 \
12:06:09 		go build \
12:06:09 			-mod=vendor \
12:06:09 			-trimpath \
12:06:09 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:06:09 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:06:09 			./cmd/buildx
12:06:09 go: downloading github.com/gofrs/flock v0.8.0
12:06:09 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:06:09 go: downloading github.com/golang/mock v1.6.0
12:06:09 go: downloading github.com/klauspost/compress v1.15.9
12:06:09 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:06:09 go: downloading github.com/hashicorp/errwrap v1.1.0
12:06:09 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:06:09 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:06:09 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:06:09 go: downloading google.golang.org/grpc v1.47.0
12:06:09 go: downloading golang.org/x/net v0.4.0
12:06:09 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:06:09 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:06:09 go: downloading golang.org/x/term v0.3.0
12:06:09 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:06:09 ++ pwd
12:06:09 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:06:09 Project root: .
12:06:09 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:06:09 INFO: man/src/attach.md found
12:06:09 WARN: man/src/build.md does not exist, skipping
12:06:09 WARN: man/src/builder/build.md does not exist, skipping
12:06:09 WARN: man/src/builder/prune.md does not exist, skipping
12:06:09 WARN: man/src/builder.md does not exist, skipping
12:06:09 WARN: man/src/checkpoint/create.md does not exist, skipping
12:06:09 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:06:09 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:06:09 WARN: man/src/checkpoint.md does not exist, skipping
12:06:09 INFO: man/src/commit.md found
12:06:09 WARN: man/src/config/create.md does not exist, skipping
12:06:09 WARN: man/src/config/inspect.md does not exist, skipping
12:06:09 WARN: man/src/config/ls.md does not exist, skipping
12:06:09 WARN: man/src/config/rm.md does not exist, skipping
12:06:09 WARN: man/src/config.md does not exist, skipping
12:06:09 INFO: man/src/container/attach.md found
12:06:09 INFO: man/src/container/commit.md found
12:06:09 INFO: man/src/container/cp.md found
12:06:09 INFO: man/src/container/create.md found
12:06:09 INFO: man/src/container/diff.md found
12:06:09 INFO: man/src/container/exec.md found
12:06:09 INFO: man/src/container/export.md found
12:06:09 WARN: man/src/container/inspect.md does not exist, skipping
12:06:09 INFO: man/src/container/kill.md found
12:06:09 INFO: man/src/container/logs.md found
12:06:09 INFO: man/src/container/ls.md found
12:06:09 INFO: man/src/container/pause.md found
12:06:09 INFO: man/src/container/port.md found
12:06:09 WARN: man/src/container/prune.md does not exist, skipping
12:06:09 INFO: man/src/container/rename.md found
12:06:09 INFO: man/src/container/restart.md found
12:06:09 INFO: man/src/container/rm.md found
12:06:09 INFO: man/src/container/run.md found
12:06:09 INFO: man/src/container/start.md found
12:06:09 INFO: man/src/container/stats.md found
12:06:09 INFO: man/src/container/stop.md found
12:06:09 INFO: man/src/container/top.md found
12:06:09 INFO: man/src/container/unpause.md found
12:06:09 INFO: man/src/container/update.md found
12:06:09 INFO: man/src/container/wait.md found
12:06:09 WARN: man/src/container.md does not exist, skipping
12:06:09 WARN: man/src/context/create.md does not exist, skipping
12:06:09 WARN: man/src/context/export.md does not exist, skipping
12:06:09 WARN: man/src/context/import.md does not exist, skipping
12:06:09 WARN: man/src/context/inspect.md does not exist, skipping
12:06:09 WARN: man/src/context/ls.md does not exist, skipping
12:06:09 WARN: man/src/context/rm.md does not exist, skipping
12:06:09 WARN: man/src/context/show.md does not exist, skipping
12:06:09 WARN: man/src/context/update.md does not exist, skipping
12:06:09 WARN: man/src/context/use.md does not exist, skipping
12:06:09 WARN: man/src/context.md does not exist, skipping
12:06:09 INFO: man/src/cp.md found
12:06:09 INFO: man/src/create.md found
12:06:09 INFO: man/src/diff.md found
12:06:09 INFO: man/src/events.md found
12:06:09 INFO: man/src/exec.md found
12:06:09 INFO: man/src/export.md found
12:06:09 INFO: man/src/history.md found
12:06:09 INFO: man/src/image/build.md found
12:06:09 INFO: man/src/image/history.md found
12:06:09 INFO: man/src/image/import.md found
12:06:09 WARN: man/src/image/inspect.md does not exist, skipping
12:06:09 INFO: man/src/image/load.md found
12:06:09 INFO: man/src/image/ls.md found
12:06:09 WARN: man/src/image/prune.md does not exist, skipping
12:06:09 INFO: man/src/image/pull.md found
12:06:09 INFO: man/src/image/push.md found
12:06:09 INFO: man/src/image/rm.md found
12:06:09 INFO: man/src/image/save.md found
12:06:09 INFO: man/src/image/tag.md found
12:06:09 WARN: man/src/image.md does not exist, skipping
12:06:09 INFO: man/src/images.md found
12:06:09 INFO: man/src/import.md found
12:06:09 INFO: man/src/info.md found
12:06:09 INFO: man/src/inspect.md found
12:06:09 INFO: man/src/kill.md found
12:06:09 INFO: man/src/load.md found
12:06:09 INFO: man/src/login.md found
12:06:09 INFO: man/src/logout.md found
12:06:09 INFO: man/src/logs.md found
12:06:09 WARN: man/src/manifest/annotate.md does not exist, skipping
12:06:09 WARN: man/src/manifest/create.md does not exist, skipping
12:06:09 WARN: man/src/manifest/inspect.md does not exist, skipping
12:06:09 WARN: man/src/manifest/push.md does not exist, skipping
12:06:09 WARN: man/src/manifest/rm.md does not exist, skipping
12:06:09 WARN: man/src/manifest.md does not exist, skipping
12:06:09 INFO: man/src/network/connect.md found
12:06:09 INFO: man/src/network/create.md found
12:06:09 INFO: man/src/network/disconnect.md found
12:06:09 INFO: man/src/network/inspect.md found
12:06:09 INFO: man/src/network/ls.md found
12:06:09 WARN: man/src/network/prune.md does not exist, skipping
12:06:09 INFO: man/src/network/rm.md found
12:06:09 WARN: man/src/network.md does not exist, skipping
12:06:09 WARN: man/src/node/demote.md does not exist, skipping
12:06:09 WARN: man/src/node/inspect.md does not exist, skipping
12:06:09 WARN: man/src/node/ls.md does not exist, skipping
12:06:09 WARN: man/src/node/promote.md does not exist, skipping
12:06:09 WARN: man/src/node/ps.md does not exist, skipping
12:06:09 WARN: man/src/node/rm.md does not exist, skipping
12:06:09 WARN: man/src/node/update.md does not exist, skipping
12:06:09 WARN: man/src/node.md does not exist, skipping
12:06:09 INFO: man/src/pause.md found
12:06:09 WARN: man/src/plugin/create.md does not exist, skipping
12:06:09 WARN: man/src/plugin/disable.md does not exist, skipping
12:06:09 WARN: man/src/plugin/enable.md does not exist, skipping
12:06:09 WARN: man/src/plugin/inspect.md does not exist, skipping
12:06:09 WARN: man/src/plugin/install.md does not exist, skipping
12:06:09 INFO: man/src/plugin/ls.md found
12:06:09 WARN: man/src/plugin/push.md does not exist, skipping
12:06:09 WARN: man/src/plugin/rm.md does not exist, skipping
12:06:09 WARN: man/src/plugin/set.md does not exist, skipping
12:06:09 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:06:09 WARN: man/src/plugin.md does not exist, skipping
12:06:09 INFO: man/src/port.md found
12:06:09 INFO: man/src/ps.md found
12:06:09 INFO: man/src/pull.md found
12:06:09 INFO: man/src/push.md found
12:06:09 INFO: man/src/rename.md found
12:06:09 INFO: man/src/restart.md found
12:06:09 INFO: man/src/rm.md found
12:06:09 INFO: man/src/rmi.md found
12:06:09 WARN: man/src/run.md does not exist, skipping
12:06:09 INFO: man/src/save.md found
12:06:09 INFO: man/src/search.md found
12:06:09 WARN: man/src/secret/create.md does not exist, skipping
12:06:09 WARN: man/src/secret/inspect.md does not exist, skipping
12:06:09 WARN: man/src/secret/ls.md does not exist, skipping
12:06:09 WARN: man/src/secret/rm.md does not exist, skipping
12:06:09 WARN: man/src/secret.md does not exist, skipping
12:06:09 WARN: man/src/service/create.md does not exist, skipping
12:06:09 WARN: man/src/service/inspect.md does not exist, skipping
12:06:09 WARN: man/src/service/logs.md does not exist, skipping
12:06:09 WARN: man/src/service/ls.md does not exist, skipping
12:06:09 WARN: man/src/service/ps.md does not exist, skipping
12:06:09 WARN: man/src/service/rm.md does not exist, skipping
12:06:09 WARN: man/src/service/rollback.md does not exist, skipping
12:06:09 WARN: man/src/service/scale.md does not exist, skipping
12:06:09 WARN: man/src/service/update.md does not exist, skipping
12:06:09 WARN: man/src/service.md does not exist, skipping
12:06:09 WARN: man/src/stack/config.md does not exist, skipping
12:06:09 WARN: man/src/stack/deploy.md does not exist, skipping
12:06:09 WARN: man/src/stack/ls.md does not exist, skipping
12:06:09 WARN: man/src/stack/ps.md does not exist, skipping
12:06:09 WARN: man/src/stack/rm.md does not exist, skipping
12:06:09 WARN: man/src/stack/services.md does not exist, skipping
12:06:09 WARN: man/src/stack.md does not exist, skipping
12:06:09 INFO: man/src/start.md found
12:06:09 INFO: man/src/stats.md found
12:06:09 INFO: man/src/stop.md found
12:06:09 WARN: man/src/swarm/ca.md does not exist, skipping
12:06:09 WARN: man/src/swarm/init.md does not exist, skipping
12:06:09 WARN: man/src/swarm/join.md does not exist, skipping
12:06:09 WARN: man/src/swarm/join-token.md does not exist, skipping
12:06:09 WARN: man/src/swarm/leave.md does not exist, skipping
12:06:09 WARN: man/src/swarm/unlock.md does not exist, skipping
12:06:09 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:06:09 WARN: man/src/swarm/update.md does not exist, skipping
12:06:09 WARN: man/src/swarm.md does not exist, skipping
12:06:09 WARN: man/src/system/df.md does not exist, skipping
12:06:09 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:06:09 INFO: man/src/system/events.md found
12:06:09 INFO: man/src/system/info.md found
12:06:09 WARN: man/src/system/prune.md does not exist, skipping
12:06:09 WARN: man/src/system.md does not exist, skipping
12:06:09 INFO: man/src/tag.md found
12:06:09 INFO: man/src/top.md found
12:06:09 WARN: man/src/trust/inspect.md does not exist, skipping
12:06:09 WARN: man/src/trust/key/generate.md does not exist, skipping
12:06:09 WARN: man/src/trust/key/load.md does not exist, skipping
12:06:09 WARN: man/src/trust/key.md does not exist, skipping
12:06:09 WARN: man/src/trust/revoke.md does not exist, skipping
12:06:09 WARN: man/src/trust/sign.md does not exist, skipping
12:06:09 WARN: man/src/trust/signer/add.md does not exist, skipping
12:06:09 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:06:09 WARN: man/src/trust/signer.md does not exist, skipping
12:06:09 WARN: man/src/trust.md does not exist, skipping
12:06:09 INFO: man/src/unpause.md found
12:06:09 INFO: man/src/update.md found
12:06:09 INFO: man/src/version.md found
12:06:09 INFO: man/src/volume/create.md found
12:06:09 INFO: man/src/volume/inspect.md found
12:06:09 INFO: man/src/volume/ls.md found
12:06:09 WARN: man/src/volume/prune.md does not exist, skipping
12:06:09 WARN: man/src/volume/rm.md does not exist, skipping
12:06:09 WARN: man/src/volume/update.md does not exist, skipping
12:06:09 INFO: man/src/volume.md found
12:06:09 INFO: man/src/wait.md found
12:06:09 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:06:09 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:06:09 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:06:09 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:06:09 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:06:09 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:06:09 make[2]: Leaving directory '/root/build-deb/cli'
12:06:09 # Build buildx plugin
12:06:09 cd /go/src/github.com/docker/buildx \
12:06:09 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:06:09 && GO111MODULE=on \
12:06:09 	CGO_ENABLED=0 \
12:06:09 		go build \
12:06:09 			-mod=vendor \
12:06:09 			-trimpath \
12:06:09 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:06:09 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:06:09 			./cmd/buildx
12:06:10 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:06:10 go: downloading github.com/mattn/go-runewidth v0.0.14
12:06:10 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:06:10 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:06:10 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:06:10 go: downloading google.golang.org/protobuf v1.28.0
12:06:10 go: downloading github.com/go-logr/stdr v1.2.2
12:06:10 ~/rpmbuild/BUILD/src
12:06:10 + popd
12:06:10 + RPM_EC=0
12:06:10 ++ jobs -p
12:06:10 + exit 0
12:06:10 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jF2JZj
12:06:10 + umask 022
12:06:10 + cd /root/rpmbuild/BUILD
12:06:10 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64 '!=' / ']'
12:06:10 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64
12:06:10 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64
12:06:10 + mkdir -p /root/rpmbuild/BUILDROOT
12:06:10 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64
12:06:10 + cd src
12:06:10 + pushd /root/rpmbuild/BUILD/src/buildx
12:06:10 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:06:10 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:06:10 + popd
12:06:10 + /usr/lib/rpm/check-buildroot
12:06:10 ~/rpmbuild/BUILD/src
12:06:10 + /usr/lib/rpm/redhat/brp-ldconfig
12:06:10 + /usr/lib/rpm/brp-compress
12:06:10 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:06:10 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:06:10 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:06:10 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:06:10 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:06:10 + /usr/lib/rpm/brp-python-hardlink
12:06:10 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:06:10 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.lXByLh
12:06:10 + umask 022
12:06:10 + cd /root/rpmbuild/BUILD
12:06:10 + cd src
12:06:10 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
12:06:10 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:06:10 + ver=v0.10.2
12:06:10 + test v0.10.2 = v0.10.2
12:06:10 + echo 'PASS: docker-buildx version OK'
12:06:10 + RPM_EC=0
12:06:10 PASS: docker-buildx version OK
12:06:10 ++ jobs -p
12:06:10 + exit 0
12:06:10 Processing files: docker-buildx-plugin-0.10.2-0.el9.aarch64
12:06:10 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:06:10 Provides: docker-buildx-plugin = 0:0.10.2-0.el9 docker-buildx-plugin(aarch-64) = 0:0.10.2-0.el9
12:06:10 Requires(interp): /bin/sh /bin/sh /bin/sh
12:06:10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:06:10 Requires(post): /bin/sh
12:06:10 Requires(preun): /bin/sh
12:06:10 Requires(postun): /bin/sh
12:06:10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64
12:06:10 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.el9.src.rpm
12:06:10 go: downloading github.com/containerd/typeurl v1.0.2
12:06:10 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:06:10 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:06:10 go: downloading k8s.io/klog/v2 v2.60.1
12:06:10 go: downloading github.com/pelletier/go-toml v1.9.4
12:06:10 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:06:10 go: downloading github.com/google/gofuzz v1.2.0
12:06:10 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:06:10 go: downloading github.com/gogo/googleapis v1.4.1
12:06:11 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:06:11 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:06:11 go: downloading github.com/moby/locker v1.0.1
12:06:11 go: downloading github.com/felixge/httpsnoop v1.0.2
12:06:11 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:06:11 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:06:11 go: downloading gopkg.in/inf.v0 v0.9.1
12:06:11 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:06:11 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:06:11 go: downloading github.com/googleapis/gnostic v0.5.5
12:06:11 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:06:11 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:06:11 go: downloading github.com/json-iterator/go v1.1.12
12:06:11 go: downloading github.com/modern-go/reflect2 v1.0.2
12:06:11 go: downloading sigs.k8s.io/yaml v1.2.0
12:06:11 go: downloading github.com/mattn/go-colorable v0.1.12
12:06:11 go: downloading github.com/prometheus/client_golang v1.12.2
12:06:11 go: downloading github.com/containerd/ttrpc v1.1.0
12:06:11 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:06:11 go: downloading github.com/moby/spdystream v0.2.0
12:06:11 go: downloading github.com/mattn/go-isatty v0.0.16
12:06:11 go: downloading github.com/prometheus/client_model v0.2.0
12:06:11 go: downloading github.com/prometheus/common v0.32.1
12:06:11 go: downloading github.com/prometheus/procfs v0.7.3
12:06:12 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:06:12 ++ pwd
12:06:12 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:06:12 Project root: .
12:06:12 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:06:12 INFO: man/src/attach.md found
12:06:12 WARN: man/src/build.md does not exist, skipping
12:06:12 WARN: man/src/builder/build.md does not exist, skipping
12:06:12 WARN: man/src/builder/prune.md does not exist, skipping
12:06:12 WARN: man/src/builder.md does not exist, skipping
12:06:12 WARN: man/src/checkpoint/create.md does not exist, skipping
12:06:12 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:06:12 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:06:12 WARN: man/src/checkpoint.md does not exist, skipping
12:06:12 INFO: man/src/commit.md found
12:06:12 WARN: man/src/config/create.md does not exist, skipping
12:06:12 WARN: man/src/config/inspect.md does not exist, skipping
12:06:12 WARN: man/src/config/ls.md does not exist, skipping
12:06:12 WARN: man/src/config/rm.md does not exist, skipping
12:06:12 WARN: man/src/config.md does not exist, skipping
12:06:12 INFO: man/src/container/attach.md found
12:06:12 INFO: man/src/container/commit.md found
12:06:12 INFO: man/src/container/cp.md found
12:06:12 INFO: man/src/container/create.md found
12:06:12 INFO: man/src/container/diff.md found
12:06:12 INFO: man/src/container/exec.md found
12:06:12 INFO: man/src/container/export.md found
12:06:12 WARN: man/src/container/inspect.md does not exist, skipping
12:06:12 INFO: man/src/container/kill.md found
12:06:12 INFO: man/src/container/logs.md found
12:06:12 INFO: man/src/container/ls.md found
12:06:12 INFO: man/src/container/pause.md found
12:06:12 INFO: man/src/container/port.md found
12:06:12 WARN: man/src/container/prune.md does not exist, skipping
12:06:12 INFO: man/src/container/rename.md found
12:06:12 INFO: man/src/container/restart.md found
12:06:12 INFO: man/src/container/rm.md found
12:06:12 INFO: man/src/container/run.md found
12:06:12 INFO: man/src/container/start.md found
12:06:12 INFO: man/src/container/stats.md found
12:06:12 INFO: man/src/container/stop.md found
12:06:12 INFO: man/src/container/top.md found
12:06:12 INFO: man/src/container/unpause.md found
12:06:12 INFO: man/src/container/update.md found
12:06:12 INFO: man/src/container/wait.md found
12:06:12 WARN: man/src/container.md does not exist, skipping
12:06:12 WARN: man/src/context/create.md does not exist, skipping
12:06:12 WARN: man/src/context/export.md does not exist, skipping
12:06:12 WARN: man/src/context/import.md does not exist, skipping
12:06:12 WARN: man/src/context/inspect.md does not exist, skipping
12:06:12 WARN: man/src/context/ls.md does not exist, skipping
12:06:12 WARN: man/src/context/rm.md does not exist, skipping
12:06:12 WARN: man/src/context/show.md does not exist, skipping
12:06:12 WARN: man/src/context/update.md does not exist, skipping
12:06:12 WARN: man/src/context/use.md does not exist, skipping
12:06:12 WARN: man/src/context.md does not exist, skipping
12:06:12 INFO: man/src/cp.md found
12:06:12 INFO: man/src/create.md found
12:06:12 INFO: man/src/diff.md found
12:06:12 INFO: man/src/events.md found
12:06:12 INFO: man/src/exec.md found
12:06:12 INFO: man/src/export.md found
12:06:12 INFO: man/src/history.md found
12:06:12 INFO: man/src/image/build.md found
12:06:12 INFO: man/src/image/history.md found
12:06:12 INFO: man/src/image/import.md found
12:06:12 WARN: man/src/image/inspect.md does not exist, skipping
12:06:12 INFO: man/src/image/load.md found
12:06:12 INFO: man/src/image/ls.md found
12:06:12 WARN: man/src/image/prune.md does not exist, skipping
12:06:12 INFO: man/src/image/pull.md found
12:06:12 INFO: man/src/image/push.md found
12:06:12 INFO: man/src/image/rm.md found
12:06:12 INFO: man/src/image/save.md found
12:06:12 INFO: man/src/image/tag.md found
12:06:12 WARN: man/src/image.md does not exist, skipping
12:06:12 INFO: man/src/images.md found
12:06:12 INFO: man/src/import.md found
12:06:12 INFO: man/src/info.md found
12:06:12 INFO: man/src/inspect.md found
12:06:12 INFO: man/src/kill.md found
12:06:12 INFO: man/src/load.md found
12:06:12 INFO: man/src/login.md found
12:06:12 INFO: man/src/logout.md found
12:06:12 INFO: man/src/logs.md found
12:06:12 WARN: man/src/manifest/annotate.md does not exist, skipping
12:06:12 WARN: man/src/manifest/create.md does not exist, skipping
12:06:12 WARN: man/src/manifest/inspect.md does not exist, skipping
12:06:12 WARN: man/src/manifest/push.md does not exist, skipping
12:06:12 WARN: man/src/manifest/rm.md does not exist, skipping
12:06:12 WARN: man/src/manifest.md does not exist, skipping
12:06:12 INFO: man/src/network/connect.md found
12:06:12 INFO: man/src/network/create.md found
12:06:12 INFO: man/src/network/disconnect.md found
12:06:12 INFO: man/src/network/inspect.md found
12:06:12 INFO: man/src/network/ls.md found
12:06:12 WARN: man/src/network/prune.md does not exist, skipping
12:06:12 INFO: man/src/network/rm.md found
12:06:12 WARN: man/src/network.md does not exist, skipping
12:06:12 WARN: man/src/node/demote.md does not exist, skipping
12:06:12 WARN: man/src/node/inspect.md does not exist, skipping
12:06:12 WARN: man/src/node/ls.md does not exist, skipping
12:06:12 WARN: man/src/node/promote.md does not exist, skipping
12:06:12 WARN: man/src/node/ps.md does not exist, skipping
12:06:12 WARN: man/src/node/rm.md does not exist, skipping
12:06:12 WARN: man/src/node/update.md does not exist, skipping
12:06:12 WARN: man/src/node.md does not exist, skipping
12:06:12 INFO: man/src/pause.md found
12:06:12 WARN: man/src/plugin/create.md does not exist, skipping
12:06:12 WARN: man/src/plugin/disable.md does not exist, skipping
12:06:12 WARN: man/src/plugin/enable.md does not exist, skipping
12:06:12 WARN: man/src/plugin/inspect.md does not exist, skipping
12:06:12 WARN: man/src/plugin/install.md does not exist, skipping
12:06:12 INFO: man/src/plugin/ls.md found
12:06:12 WARN: man/src/plugin/push.md does not exist, skipping
12:06:12 WARN: man/src/plugin/rm.md does not exist, skipping
12:06:12 WARN: man/src/plugin/set.md does not exist, skipping
12:06:12 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:06:12 WARN: man/src/plugin.md does not exist, skipping
12:06:12 INFO: man/src/port.md found
12:06:12 INFO: man/src/ps.md found
12:06:12 INFO: man/src/pull.md found
12:06:12 INFO: man/src/push.md found
12:06:12 INFO: man/src/rename.md found
12:06:12 INFO: man/src/restart.md found
12:06:12 INFO: man/src/rm.md found
12:06:12 INFO: man/src/rmi.md found
12:06:12 WARN: man/src/run.md does not exist, skipping
12:06:12 INFO: man/src/save.md found
12:06:12 INFO: man/src/search.md found
12:06:12 WARN: man/src/secret/create.md does not exist, skipping
12:06:12 WARN: man/src/secret/inspect.md does not exist, skipping
12:06:12 WARN: man/src/secret/ls.md does not exist, skipping
12:06:12 WARN: man/src/secret/rm.md does not exist, skipping
12:06:12 WARN: man/src/secret.md does not exist, skipping
12:06:12 WARN: man/src/service/create.md does not exist, skipping
12:06:12 WARN: man/src/service/inspect.md does not exist, skipping
12:06:12 WARN: man/src/service/logs.md does not exist, skipping
12:06:12 WARN: man/src/service/ls.md does not exist, skipping
12:06:12 WARN: man/src/service/ps.md does not exist, skipping
12:06:12 WARN: man/src/service/rm.md does not exist, skipping
12:06:12 WARN: man/src/service/rollback.md does not exist, skipping
12:06:12 WARN: man/src/service/scale.md does not exist, skipping
12:06:12 WARN: man/src/service/update.md does not exist, skipping
12:06:12 WARN: man/src/service.md does not exist, skipping
12:06:12 WARN: man/src/stack/config.md does not exist, skipping
12:06:12 WARN: man/src/stack/deploy.md does not exist, skipping
12:06:12 WARN: man/src/stack/ls.md does not exist, skipping
12:06:12 WARN: man/src/stack/ps.md does not exist, skipping
12:06:12 WARN: man/src/stack/rm.md does not exist, skipping
12:06:12 WARN: man/src/stack/services.md does not exist, skipping
12:06:12 WARN: man/src/stack.md does not exist, skipping
12:06:12 INFO: man/src/start.md found
12:06:12 INFO: man/src/stats.md found
12:06:12 INFO: man/src/stop.md found
12:06:12 WARN: man/src/swarm/ca.md does not exist, skipping
12:06:12 WARN: man/src/swarm/init.md does not exist, skipping
12:06:12 WARN: man/src/swarm/join.md does not exist, skipping
12:06:12 WARN: man/src/swarm/join-token.md does not exist, skipping
12:06:12 WARN: man/src/swarm/leave.md does not exist, skipping
12:06:12 WARN: man/src/swarm/unlock.md does not exist, skipping
12:06:12 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:06:12 WARN: man/src/swarm/update.md does not exist, skipping
12:06:12 WARN: man/src/swarm.md does not exist, skipping
12:06:12 WARN: man/src/system/df.md does not exist, skipping
12:06:12 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:06:12 INFO: man/src/system/events.md found
12:06:12 INFO: man/src/system/info.md found
12:06:12 WARN: man/src/system/prune.md does not exist, skipping
12:06:12 WARN: man/src/system.md does not exist, skipping
12:06:12 INFO: man/src/tag.md found
12:06:12 INFO: man/src/top.md found
12:06:12 WARN: man/src/trust/inspect.md does not exist, skipping
12:06:12 WARN: man/src/trust/key/generate.md does not exist, skipping
12:06:12 WARN: man/src/trust/key/load.md does not exist, skipping
12:06:12 WARN: man/src/trust/key.md does not exist, skipping
12:06:12 WARN: man/src/trust/revoke.md does not exist, skipping
12:06:12 WARN: man/src/trust/sign.md does not exist, skipping
12:06:12 WARN: man/src/trust/signer/add.md does not exist, skipping
12:06:12 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:06:12 WARN: man/src/trust/signer.md does not exist, skipping
12:06:12 WARN: man/src/trust.md does not exist, skipping
12:06:12 INFO: man/src/unpause.md found
12:06:12 INFO: man/src/update.md found
12:06:12 INFO: man/src/version.md found
12:06:12 INFO: man/src/volume/create.md found
12:06:12 INFO: man/src/volume/inspect.md found
12:06:12 INFO: man/src/volume/ls.md found
12:06:12 WARN: man/src/volume/prune.md does not exist, skipping
12:06:12 WARN: man/src/volume/rm.md does not exist, skipping
12:06:12 WARN: man/src/volume/update.md does not exist, skipping
12:06:12 INFO: man/src/volume.md found
12:06:12 INFO: man/src/wait.md found
12:06:12 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:06:12 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:06:12 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:06:12 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:06:12 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:06:12 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:06:12 make[2]: Leaving directory '/root/build-deb/cli'
12:06:12 # Build buildx plugin
12:06:12 cd /go/src/github.com/docker/buildx \
12:06:12 && mkdir -p /usr/libexec/docker/cli-plugins/ \
12:06:12 && GO111MODULE=on \
12:06:12 	CGO_ENABLED=0 \
12:06:12 		go build \
12:06:12 			-mod=vendor \
12:06:12 			-trimpath \
12:06:12 			-ldflags "-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx" \
12:06:12 			-o "/usr/libexec/docker/cli-plugins/docker-buildx" \
12:06:12 			./cmd/buildx
12:06:28 + popd
12:06:28 ~/rpmbuild/BUILD/src
12:06:28 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nAwlMR
12:06:28 + exit 0
12:06:28 + umask 022
12:06:28 + cd /root/rpmbuild/BUILD
12:06:28 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64 '!=' / ']'
12:06:28 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64
12:06:28 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64
12:06:28 + mkdir -p /root/rpmbuild/BUILDROOT
12:06:28 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64
12:06:28 + cd src
12:06:28 + pushd /root/rpmbuild/BUILD/src/compose
12:06:28 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:06:28 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:06:28 + popd
12:06:28 + for f in LICENSE MAINTAINERS NOTICE README.md
12:06:28 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:06:28 ~/rpmbuild/BUILD/src
12:06:28 + for f in LICENSE MAINTAINERS NOTICE README.md
12:06:28 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:06:28 + for f in LICENSE MAINTAINERS NOTICE README.md
12:06:28 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:06:28 + for f in LICENSE MAINTAINERS NOTICE README.md
12:06:28 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:06:28 + /usr/lib/rpm/check-buildroot
12:06:28 + /usr/lib/rpm/redhat/brp-compress
12:06:28 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
12:06:28 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:06:28 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
12:06:28 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
12:06:28 + /usr/lib/rpm/redhat/brp-python-hardlink
12:06:28 + /usr/lib/rpm/redhat/brp-java-repack-jars
12:06:28 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.7cJrog
12:06:28 + umask 022
12:06:28 + cd /root/rpmbuild/BUILD
12:06:28 + cd src
12:06:28 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:06:28 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:06:28 + ver=v2.15.1
12:06:28 + test v2.15.1 = v2.15.1
12:06:28 + echo 'PASS: docker-compose version OK'
12:06:28 + exit 0
12:06:28 PASS: docker-compose version OK
12:06:28 Processing files: docker-compose-plugin-2.15.1-0.el7.aarch64
12:06:28 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.bc4eOH
12:06:28 + umask 022
12:06:28 + cd /root/rpmbuild/BUILD
12:06:28 + cd src
12:06:28 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.15.1
12:06:28 + export DOCDIR
12:06:28 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.15.1
12:06:28 + 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.15.1-0.el7.aarch64/usr/share/doc/docker-compose-plugin-2.15.1
12:06:28 + exit 0
12:06:28 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.lsQwy8
12:06:28 + umask 022
12:06:28 + cd /root/rpmbuild/BUILD
12:06:28 + cd src
12:06:28 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.15.1
12:06:28 + export LICENSEDIR
12:06:28 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.15.1
12:06:28 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.15.1
12:06:28 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64/usr/share/licenses/docker-compose-plugin-2.15.1
12:06:28 + exit 0
12:06:28 Provides: docker-compose-plugin = 0:2.15.1-0.el7 docker-compose-plugin(aarch-64) = 0:2.15.1-0.el7
12:06:28 Requires(interp): /bin/sh /bin/sh /bin/sh
12:06:28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:06:28 Requires(post): /bin/sh
12:06:28 Requires(preun): /bin/sh
12:06:28 Requires(postun): /bin/sh
12:06:28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64
12:06:28 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.15.1-0.el7.src.rpm
12:06:30 ~/rpmbuild/BUILD/src
12:06:30 + popd
12:06:30 + RPM_EC=0
12:06:30 ++ jobs -p
12:06:30 + exit 0
12:06:30 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CTT4bw
12:06:30 + umask 022
12:06:30 + cd /root/rpmbuild/BUILD
12:06:30 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64 '!=' / ']'
12:06:30 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64
12:06:30 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64
12:06:30 + mkdir -p /root/rpmbuild/BUILDROOT
12:06:30 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64
12:06:30 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:06:30 + export CFLAGS
12:06:30 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:06:30 + export CXXFLAGS
12:06:30 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:06:30 + export FFLAGS
12:06:30 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:06:30 + export FCFLAGS
12:06: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'
12:06:30 + export LDFLAGS
12:06:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:06:30 + export LT_SYS_LIBRARY_PATH
12:06:30 + CC=gcc
12:06:30 + export CC
12:06:30 + CXX=g++
12:06:30 + export CXX
12:06:30 + cd src
12:06:30 + pushd /root/rpmbuild/BUILD/src/buildx
12:06:30 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:06:30 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:06:30 + popd
12:06:30 + /usr/lib/rpm/check-buildroot
12:06:30 ~/rpmbuild/BUILD/src
12:06:30 + /usr/lib/rpm/redhat/brp-ldconfig
12:06:30 + /usr/lib/rpm/brp-compress
12:06:30 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:06:30 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:06:30 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:06:30 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:06:30 + /usr/lib/rpm/check-rpaths
12:06:30 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:06:30 + /usr/lib/rpm/brp-remove-la-files
12:06:30 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:06:30 + /usr/lib/rpm/redhat/brp-python-hardlink
12:06:30 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Mbv500
12:06:30 + umask 022
12:06:30 + cd /root/rpmbuild/BUILD
12:06:30 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:06:30 + export CFLAGS
12:06:30 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:06:30 + export CXXFLAGS
12:06:30 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:06:30 + export FFLAGS
12:06:30 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:06:30 + export FCFLAGS
12:06: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'
12:06:30 + export LDFLAGS
12:06:30 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:06:30 + export LT_SYS_LIBRARY_PATH
12:06:30 + CC=gcc
12:06:30 + export CC
12:06:30 + CXX=g++
12:06:30 + export CXX
12:06:30 + cd src
12:06:30 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
12:06:30 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:06:30 + ver=v0.10.2
12:06:30 + test v0.10.2 = v0.10.2
12:06:30 + echo 'PASS: docker-buildx version OK'
12:06:30 PASS: docker-buildx version OK
12:06:30 + RPM_EC=0
12:06:30 ++ jobs -p
12:06:30 + exit 0
12:06:30 Processing files: docker-buildx-plugin-0.10.2-0.fc37.aarch64
12:06:30 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:06:30 Provides: docker-buildx-plugin = 0:0.10.2-0.fc37 docker-buildx-plugin(aarch-64) = 0:0.10.2-0.fc37
12:06:30 Requires(interp): /bin/sh /bin/sh /bin/sh
12:06:30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:06:30 Requires(post): /bin/sh
12:06:30 Requires(preun): /bin/sh
12:06:30 Requires(postun): /bin/sh
12:06:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64
12:06:30 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.fc37.src.rpm
12:06:32 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el9.aarch64.rpm
12:06:32 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.tp6mzC
12:06:32 + umask 022
12:06:32 + cd /root/rpmbuild/BUILD
12:06:32 + cd src
12:06:32 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.aarch64
12:06:32 + RPM_EC=0
12:06:32 ++ jobs -p
12:06:32 + exit 0
12:06:32 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MhSr4x
12:06:32 + umask 022
12:06:32 + cd /root/rpmbuild/BUILD
12:06:32 + cd /root/rpmbuild/BUILD
12:06:32 + rm -rf src
12:06:32 + /usr/bin/mkdir -p src
12:06:32 + cd src
12:06:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:06:32 + /usr/bin/tar -xof -
12:06:32 + STATUS=0
12:06:32 + '[' 0 -ne 0 ']'
12:06:32 + /usr/bin/tar -xof -
12:06:32 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:06:32 + STATUS=0
12:06:32 + '[' 0 -ne 0 ']'
12:06:32 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:06:32 + RPM_EC=0
12:06:32 ++ jobs -p
12:06:32 + exit 0
12:06:32 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.xPKcrC
12:06:32 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:06:32 + umask 022
12:06:32 + cd /root/rpmbuild/BUILD
12:06:32 + cd src
12:06:32 + pushd /root/rpmbuild/BUILD/src/compose
12:06:32 + make VERSION=v2.15.1 DESTDIR=./bin build
12:06:32 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "./bin/docker-compose" ./cmd
12:06:32 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:06:32 go: downloading golang.org/x/sys v0.3.0
12:06:32 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:06:32 go: downloading github.com/theupdateframework/notary v0.7.0
12:06:32 go: downloading github.com/compose-spec/compose-go v1.8.2
12:06:32 go: downloading github.com/hashicorp/go-version v1.6.0
12:06:32 go: downloading github.com/docker/buildx v0.9.1
12:06:32 go: downloading github.com/mattn/go-shellwords v1.0.12
12:06:32 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:06:33 go: downloading go.opentelemetry.io/otel v1.11.2
12:06:33 go: downloading github.com/containerd/containerd v1.6.14
12:06:33 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:06:33 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:06:33 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:06:33 go: downloading golang.org/x/sync v0.1.0
12:06:33 go: downloading k8s.io/client-go v0.22.4
12:06:33 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:06:33 go: downloading github.com/imdario/mergo v0.3.13
12:06:33 go: downloading github.com/containerd/console v1.0.3
12:06:33 go: downloading github.com/buger/goterm v1.0.4
12:06:33 go: downloading github.com/stretchr/testify v1.8.1
12:06:33 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:06:33 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:06:33 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:06:33 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:06:33 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:06:33 go: downloading k8s.io/api v0.22.4
12:06:34 go: downloading k8s.io/apimachinery v0.22.4
12:06:34 go: downloading github.com/gofrs/flock v0.8.0
12:06:34 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:06:34 go: downloading github.com/golang/mock v1.6.0
12:06:34 go: downloading github.com/klauspost/compress v1.15.9
12:06:34 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:06:34 go: downloading github.com/hashicorp/errwrap v1.1.0
12:06:34 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:06:34 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:06:34 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:06:34 go: downloading google.golang.org/grpc v1.47.0
12:06:35 go: downloading golang.org/x/net v0.4.0
12:06:35 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.15.1-0.el7.aarch64.rpm
12:06:35 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5hSMcp
12:06:35 + umask 022
12:06:35 + cd /root/rpmbuild/BUILD
12:06:35 + cd src
12:06:35 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.aarch64
12:06:35 + exit 0
12:06:35 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:06:35 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:06:35 go: downloading golang.org/x/term v0.3.0
12:06:35 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:06:35 go: downloading github.com/mattn/go-runewidth v0.0.14
12:06:35 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:06:35 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:06:35 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:06:35 go: downloading google.golang.org/protobuf v1.28.0
12:06:35 go: downloading github.com/go-logr/stdr v1.2.2
12:06:35 go: downloading github.com/containerd/typeurl v1.0.2
12:06:35 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:06:35 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:06:35 go: downloading k8s.io/klog/v2 v2.60.1
12:06:35 go: downloading github.com/pelletier/go-toml v1.9.4
12:06:35 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:06:35 go: downloading github.com/google/gofuzz v1.2.0
12:06:36 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:06:36 go: downloading github.com/gogo/googleapis v1.4.1
12:06:36 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
12:06:37 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:06:37 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:06:37 go: downloading github.com/moby/locker v1.0.1
12:06:37 go: downloading github.com/felixge/httpsnoop v1.0.2
12:06:37 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:06:37 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:06:37 go: downloading gopkg.in/inf.v0 v0.9.1
12:06:37 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:06:37 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:06:37 go: downloading github.com/googleapis/gnostic v0.5.5
12:06:37 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:06:37 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:06:37 go: downloading github.com/json-iterator/go v1.1.12
12:06:37 go: downloading github.com/modern-go/reflect2 v1.0.2
12:06:37 go: downloading sigs.k8s.io/yaml v1.2.0
12:06:37 go: downloading github.com/mattn/go-colorable v0.1.12
12:06:37 go: downloading github.com/prometheus/client_golang v1.12.2
12:06:37 go: downloading github.com/containerd/ttrpc v1.1.0
12:06:37 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:06:37 go: downloading github.com/moby/spdystream v0.2.0
12:06:37 go: downloading github.com/mattn/go-isatty v0.0.16
12:06:37 go: downloading github.com/prometheus/client_model v0.2.0
12:06:37 go: downloading github.com/prometheus/common v0.32.1
12:06:37 go: downloading github.com/prometheus/procfs v0.7.3
12:06:37 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:06:37 + make IMAGE=centos:7 verify
12:06:37 docker run  --rm -i \
12:06:37 	-v "$(pwd):/v" \
12:06:37 	-e DEBIAN_FRONTEND=noninteractive \
12:06:37 	-e PACKAGE_REPO=staging \
12:06:37 	-w /v \
12:06:37 	centos:7 ./verify
12:06:37 Unable to find image 'centos:7' locally
12:06:37 7: Pulling from library/centos
12:06:37 6717b8ec66cd: Already exists
12:06:38 Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
12:06:38 Status: Downloaded newer image for centos:7
12:06:38 + verify
12:06:38 + dpkg --version
12:06:38 + rpm --version
12:06:38 + verify_rpm
12:06:38 ++ . /etc/os-release
12:06:38 +++ NAME='CentOS Linux'
12:06:38 +++ VERSION='7 (AltArch)'
12:06:38 +++ ID=centos
12:06:38 +++ ID_LIKE='rhel fedora'
12:06:38 +++ VERSION_ID=7
12:06:38 +++ PRETTY_NAME='CentOS Linux 7 (AltArch)'
12:06:38 +++ ANSI_COLOR='0;31'
12:06:38 +++ CPE_NAME=cpe:/o:centos:centos:7:server
12:06:38 +++ HOME_URL=https://www.centos.org/
12:06:38 +++ BUG_REPORT_URL=https://bugs.centos.org/
12:06:38 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
12:06:38 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
12:06:38 +++ REDHAT_SUPPORT_PRODUCT=centos
12:06:38 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
12:06:38 ++ echo centos
12:06:38 + DIST_ID=centos
12:06:38 ++ . /etc/os-release
12:06:38 +++ NAME='CentOS Linux'
12:06:38 +++ VERSION='7 (AltArch)'
12:06:38 +++ ID=centos
12:06:38 +++ ID_LIKE='rhel fedora'
12:06:38 +++ VERSION_ID=7
12:06:38 +++ PRETTY_NAME='CentOS Linux 7 (AltArch)'
12:06:38 +++ ANSI_COLOR='0;31'
12:06:38 +++ CPE_NAME=cpe:/o:centos:centos:7:server
12:06:38 +++ HOME_URL=https://www.centos.org/
12:06:38 +++ BUG_REPORT_URL=https://bugs.centos.org/
12:06:38 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
12:06:38 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
12:06:38 +++ REDHAT_SUPPORT_PRODUCT=centos
12:06:38 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
12:06:38 ++ cut -d. -f1
12:06:38 ++ echo 7
12:06:38 + DIST_VERSION=7
12:06:38 + pkg_manager=yum
12:06:38 + pkg_config_manager=yum-config-manager
12:06:38 + dnf --version
12:06:38 ./verify: line 117: dnf: command not found
12:06:38 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
12:06:38 + case ${DIST_ID}:${DIST_VERSION} in
12:06:38 + install_rpm_containerd
12:06:38 + '[' staging = stage ']'
12:06:38 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
12:06:38 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
12:06:38 + dnf --version
12:06:38 install-containerd-helpers: line 27: dnf: command not found
12:06:38 + yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
12:06:38 Loaded plugins: fastestmirror, ovl
12:06:42 make[2]: Leaving directory '/root/build-deb/compose'
12:06:42 # Build the scan-plugin
12:06:42 # TODO change once we support scan-plugin on other architectures
12:06:42 if [ "arm64" = "amd64" ]; then \
12:06:42 	cd /go/src/github.com/docker/scan-cli-plugin \
12:06:42 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:06:42 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:06:42 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:06:42 fi
12:06:42 make[1]: Leaving directory '/root/build-deb'
12:06:42    debian/rules override_dh_auto_test
12:06:42 make[1]: Entering directory '/root/build-deb'
12:06:42 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:06:42 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:06:42 PASS: daemon version OK
12:06:42 ver="$(cli/build/docker --version)"; \
12:06:42 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:06:42 PASS: cli version OK
12:06:42 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:42 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:06:42 PASS: docker-buildx version OK
12:06:42 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:42 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:06:42 PASS: docker-compose version OK
12:06:42 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:06:42 # TODO change once we support scan-plugin on other architectures
12:06:42 if [ "arm64" = "amd64" ]; then \
12:06:42 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:42 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:06:42 fi
12:06:42 make[1]: Leaving directory '/root/build-deb'
12:06:42    create-stamp debian/debhelper-build-stamp
12:06:42  debian/rules binary
12:06:42 dh binary --with=bash-completion
12:06:42    dh_testroot
12:06:42    dh_prep
12:06:42    debian/rules override_dh_auto_install
12:06:42 make[1]: Entering directory '/root/build-deb'
12:06:42 # docker-ce-cli install
12:06:42 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:06:42 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:06:42 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:06:42 # docker-ce install
12:06:42 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:06:42 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:06:42 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:06:42 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:06:42 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:06:42 # docker-buildx-plugin install
12:06:42 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:06:42 # docker-compose-plugin install
12:06:42 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:06:42 # docker-scan-plugin install
12:06:42 # TODO change once we support scan-plugin on other architectures
12:06:42 if [ "arm64" = "amd64" ]; then \
12:06:42 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:06:42 fi
12:06:42 # docker-ce-rootless-extras install
12:06:42 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:06:42 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:06:42 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:06:42 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:06:42 # TODO: how can we install vpnkit?
12:06:42 make[1]: Leaving directory '/root/build-deb'
12:06:42    debian/rules override_dh_install
12:06:42 make[1]: Entering directory '/root/build-deb'
12:06:42 dh_install
12:06:42 # TODO Can we do this from within our container?
12:06:42 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:06:42 make[1]: Leaving directory '/root/build-deb'
12:06:42    dh_installdocs
12:06:42    dh_installchangelogs
12:06:42    dh_installman
12:06:42    dh_bash-completion
12:06:42    dh_systemd_enable
12:06:42    debian/rules override_dh_installinit
12:06:42 make[1]: Entering directory '/root/build-deb'
12:06:42 # use "docker" as our service name, not "docker-ce"
12:06:42 dh_installinit --name=docker
12:06:42 make[1]: Leaving directory '/root/build-deb'
12:06:42    dh_systemd_start
12:06:42    dh_perl
12:06:42    dh_link
12:06:42    dh_strip_nondeterminism
12:06:42    dh_compress
12:06:42    dh_fixperms
12:06:42    dh_missing
12:06:42    debian/rules override_dh_strip
12:06:42 make[1]: Entering directory '/root/build-deb'
12:06:42 # Go has lots of problems with stripping, so just don't
12:06:42 make[1]: Leaving directory '/root/build-deb'
12:06:42    dh_makeshlibs
12:06:42    debian/rules override_dh_shlibdeps
12:06:42 make[1]: Entering directory '/root/build-deb'
12:06:42 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:06:42 ~/rpmbuild/BUILD/src
12:06:42 + popd
12:06:42 + RPM_EC=0
12:06:42 ++ jobs -p
12:06:42 + exit 0
12:06:42 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lmF8X1
12:06:42 + umask 022
12:06:42 + cd /root/rpmbuild/BUILD
12:06:42 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64 '!=' / ']'
12:06:42 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64
12:06:42 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64
12:06:42 + mkdir -p /root/rpmbuild/BUILDROOT
12:06:42 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64
12:06: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'
12:06:42 + export CFLAGS
12:06: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'
12:06:42 + export CXXFLAGS
12:06: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'
12:06:42 + export FFLAGS
12:06: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'
12:06:42 + export FCFLAGS
12:06:42 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-buildx-plugin-0.10.2-0.fc36.aarch64.ld'
12:06:42 + export LDFLAGS
12:06:42 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:06:42 + export LT_SYS_LIBRARY_PATH
12:06:42 + CC=gcc
12:06:42 + export CC
12:06:42 + CXX=g++
12:06:42 + export CXX
12:06:42 + cd src
12:06:42 + pushd /root/rpmbuild/BUILD/src/buildx
12:06:42 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:06:42 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:06:42 + popd
12:06:42 ~/rpmbuild/BUILD/src
12:06:42 + /usr/lib/rpm/check-buildroot
12:06:42 + /usr/lib/rpm/redhat/brp-ldconfig
12:06:42 + /usr/lib/rpm/brp-compress
12:06:42 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:06:42 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:06:42 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:06:42 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:06:42 + /usr/lib/rpm/check-rpaths
12:06:42 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:06:42 + /usr/lib/rpm/brp-remove-la-files
12:06:42 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:06:42 + /usr/lib/rpm/redhat/brp-python-hardlink
12:06:42 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.a1hmZj
12:06:42 + umask 022
12:06:42 + cd /root/rpmbuild/BUILD
12:06: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'
12:06:42 + export CFLAGS
12:06: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'
12:06:42 + export CXXFLAGS
12:06: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'
12:06:42 + export FFLAGS
12:06: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'
12:06:42 + export FCFLAGS
12:06:42 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-buildx-plugin-0.10.2-0.fc36.aarch64.ld'
12:06:42 + export LDFLAGS
12:06:42 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:06:42 + export LT_SYS_LIBRARY_PATH
12:06:42 + CC=gcc
12:06:42 + export CC
12:06:42 + CXX=g++
12:06:42 + export CXX
12:06:42 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:06:42 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.10.2-0.fc36 aarch64
12:06:42 + cd src
12:06:42 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
12:06:42 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:06:42 + ver=v0.10.2
12:06:42 PASS: docker-buildx version OK
12:06:42 + test v0.10.2 = v0.10.2
12:06:42 + echo 'PASS: docker-buildx version OK'
12:06:42 + RPM_EC=0
12:06:42 ++ jobs -p
12:06:42 + exit 0
12:06:42 Processing files: docker-buildx-plugin-0.10.2-0.fc36.aarch64
12:06:42 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:06:42 Provides: docker-buildx-plugin = 0:0.10.2-0.fc36 docker-buildx-plugin(aarch-64) = 0:0.10.2-0.fc36
12:06:42 Requires(interp): /bin/sh /bin/sh /bin/sh
12:06:42 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:06:42 Requires(post): /bin/sh
12:06:42 Requires(preun): /bin/sh
12:06:42 Requires(postun): /bin/sh
12:06:42 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64
12:06:42 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.fc36.src.rpm
12:06:45 make[2]: Leaving directory '/root/build-deb/compose'
12:06:45 # Build the scan-plugin
12:06:45 # TODO change once we support scan-plugin on other architectures
12:06:45 if [ "arm64" = "amd64" ]; then \
12:06:45 	cd /go/src/github.com/docker/scan-cli-plugin \
12:06:45 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:06:45 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:06:45 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:06:45 fi
12:06:45 make[1]: Leaving directory '/root/build-deb'
12:06:45    debian/rules override_dh_auto_test
12:06:45 make[1]: Entering directory '/root/build-deb'
12:06:45 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:06:45 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:06:45 PASS: daemon version OK
12:06:45 ver="$(cli/build/docker --version)"; \
12:06:45 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:06:45 PASS: cli version OK
12:06:45 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:45 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:06:45 PASS: docker-buildx version OK
12:06:45 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:45 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:06:45 PASS: docker-compose version OK
12:06:45 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:06:45 # TODO change once we support scan-plugin on other architectures
12:06:45 if [ "arm64" = "amd64" ]; then \
12:06:45 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:45 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:06:45 fi
12:06:45 make[1]: Leaving directory '/root/build-deb'
12:06:45    create-stamp debian/debhelper-build-stamp
12:06:45  debian/rules binary
12:06:45 dh binary --with=bash-completion
12:06:45    dh_testroot
12:06:45    dh_prep
12:06:45    debian/rules override_dh_auto_install
12:06:45 make[1]: Entering directory '/root/build-deb'
12:06:45 # docker-ce-cli install
12:06:45 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:06:45 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:06:45 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:06:45 # docker-ce install
12:06:45 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:06:45 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:06:45 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:06:45 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:06:45 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:06:45 # docker-buildx-plugin install
12:06:45 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:06:45 # docker-compose-plugin install
12:06:45 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:06:45 # docker-scan-plugin install
12:06:45 # TODO change once we support scan-plugin on other architectures
12:06:45 if [ "arm64" = "amd64" ]; then \
12:06:45 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:06:45 fi
12:06:45 # docker-ce-rootless-extras install
12:06:45 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:06:45 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:06:45 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:06:45 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:06:45 # TODO: how can we install vpnkit?
12:06:45 make[1]: Leaving directory '/root/build-deb'
12:06:45    debian/rules override_dh_install
12:06:45 make[1]: Entering directory '/root/build-deb'
12:06:45 dh_install
12:06:45 # TODO Can we do this from within our container?
12:06:45 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:06:45 make[1]: Leaving directory '/root/build-deb'
12:06:45    dh_installdocs
12:06:45    dh_installchangelogs
12:06:45    dh_installman
12:06:45    dh_bash-completion
12:06:45    dh_systemd_enable
12:06:45    debian/rules override_dh_installinit
12:06:45 make[1]: Entering directory '/root/build-deb'
12:06:45 # use "docker" as our service name, not "docker-ce"
12:06:45 dh_installinit --name=docker
12:06:45 make[1]: Leaving directory '/root/build-deb'
12:06:45    dh_systemd_start
12:06:45    dh_perl
12:06:45    dh_link
12:06:45    dh_strip_nondeterminism
12:06:45    dh_compress
12:06:45    dh_fixperms
12:06:45    dh_missing
12:06:45    debian/rules override_dh_strip
12:06:45 make[1]: Entering directory '/root/build-deb'
12:06:45 # Go has lots of problems with stripping, so just don't
12:06:45 make[1]: Leaving directory '/root/build-deb'
12:06:45    dh_makeshlibs
12:06:45    debian/rules override_dh_shlibdeps
12:06:45 make[1]: Entering directory '/root/build-deb'
12:06:45 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:06:46 make[2]: Leaving directory '/root/build-deb/compose'
12:06:46 # Build the scan-plugin
12:06:46 # TODO change once we support scan-plugin on other architectures
12:06:46 if [ "arm64" = "amd64" ]; then \
12:06:46 	cd /go/src/github.com/docker/scan-cli-plugin \
12:06:46 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:06:46 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:06:46 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:06:46 fi
12:06:46 make[1]: Leaving directory '/root/build-deb'
12:06:46    debian/rules override_dh_auto_test
12:06:46 make[1]: Entering directory '/root/build-deb'
12:06:46 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:06:46 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:06:46 PASS: daemon version OK
12:06:46 ver="$(cli/build/docker --version)"; \
12:06:46 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:06:46 PASS: cli version OK
12:06:46 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:46 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:06:46 PASS: docker-buildx version OK
12:06:46 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:46 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:06:46 PASS: docker-compose version OK
12:06:46 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:06:46 # TODO change once we support scan-plugin on other architectures
12:06:46 if [ "arm64" = "amd64" ]; then \
12:06:46 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:46 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:06:46 fi
12:06:46 make[1]: Leaving directory '/root/build-deb'
12:06:46    create-stamp debian/debhelper-build-stamp
12:06:46  debian/rules binary
12:06:46 dh binary --with=bash-completion
12:06:46    dh_testroot
12:06:46    dh_prep
12:06:46    debian/rules override_dh_auto_install
12:06:46 make[1]: Entering directory '/root/build-deb'
12:06:46 # docker-ce-cli install
12:06:46 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:06:46 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:06:46 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:06:46 # docker-ce install
12:06:46 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:06:46 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:06:46 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:06:46 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:06:46 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:06:46 # docker-buildx-plugin install
12:06:46 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:06:46 # docker-compose-plugin install
12:06:46 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:06:46 # docker-scan-plugin install
12:06:46 # TODO change once we support scan-plugin on other architectures
12:06:46 if [ "arm64" = "amd64" ]; then \
12:06:46 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:06:46 fi
12:06:46 # docker-ce-rootless-extras install
12:06:46 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:06:46 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:06:46 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:06:46 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:06:46 # TODO: how can we install vpnkit?
12:06:46 make[1]: Leaving directory '/root/build-deb'
12:06:46    debian/rules override_dh_install
12:06:46 make[1]: Entering directory '/root/build-deb'
12:06:46 dh_install
12:06:46 # TODO Can we do this from within our container?
12:06:46 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:06:46 make[1]: Leaving directory '/root/build-deb'
12:06:46    dh_installdocs
12:06:46    dh_installchangelogs
12:06:46    dh_installman
12:06:46    dh_bash-completion
12:06:46    dh_systemd_enable
12:06:46    debian/rules override_dh_installinit
12:06:46 make[1]: Entering directory '/root/build-deb'
12:06:46 # use "docker" as our service name, not "docker-ce"
12:06:46 dh_installinit --name=docker
12:06:46 make[1]: Leaving directory '/root/build-deb'
12:06:46    dh_systemd_start
12:06:46    dh_perl
12:06:46    dh_link
12:06:46    dh_strip_nondeterminism
12:06:46    dh_compress
12:06:46    dh_fixperms
12:06:46    dh_missing
12:06:46    debian/rules override_dh_strip
12:06:46 make[1]: Entering directory '/root/build-deb'
12:06:46 # Go has lots of problems with stripping, so just don't
12:06:46 make[1]: Leaving directory '/root/build-deb'
12:06:46    dh_makeshlibs
12:06:46    debian/rules override_dh_shlibdeps
12:06:46 make[1]: Entering directory '/root/build-deb'
12:06:46 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:06:46 make[1]: Leaving directory '/root/build-deb'
12:06:46    dh_installdeb
12:06:46    debian/rules override_dh_gencontrol
12:06:46 make[1]: Entering directory '/root/build-deb'
12:06:46 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:06:46 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:06:46 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:06:46 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:06:46 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:06:46 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:06:46 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:06:46 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:06:46 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:06:46 if [ "arm64" = "amd64" ]; then \
12:06:46 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:06:46 fi
12:06:46 dh_gencontrol --remaining-packages
12:06:46 make[1]: Leaving directory '/root/build-deb'
12:06:46    dh_md5sums
12:06:46    debian/rules override_dh_builddeb
12:06:46 make[1]: Entering directory '/root/build-deb'
12:06:46 dh_builddeb -- -Zxz
12:06:46 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'.
12:06:46 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb'.
12:06:46 make[1]: Leaving directory '/root/build-deb'
12:06:46    dh_installdeb
12:06:46    debian/rules override_dh_gencontrol
12:06:46 make[1]: Entering directory '/root/build-deb'
12:06:46 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:06:46 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:06:46 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:06:46 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:06:46 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:06:46 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:06:46 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:06:46 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:06:46 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:06:46 if [ "arm64" = "amd64" ]; then \
12:06:46 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:06:46 fi
12:06:46 dh_gencontrol --remaining-packages
12:06:46 make[1]: Leaving directory '/root/build-deb'
12:06:46    dh_md5sums
12:06:46    debian/rules override_dh_builddeb
12:06:46 make[1]: Entering directory '/root/build-deb'
12:06:46 dh_builddeb -- -Zxz
12:06:46 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb'.
12:06:46 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'.
12:06:48 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.fc37.aarch64.rpm
12:06:48 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.eKdtEL
12:06:48 + umask 022
12:06:48 + cd /root/rpmbuild/BUILD
12:06:48 + cd src
12:06:48 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64
12:06:48 + RPM_EC=0
12:06:48 ++ jobs -p
12:06:48 + exit 0
12:06:48 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.pC6IlL
12:06:48 + umask 022
12:06:48 + cd /root/rpmbuild/BUILD
12:06:48 + rm -rf src src.gemspec
12:06:48 + RPM_EC=0
12:06:48 ++ jobs -p
12:06:48 + exit 0
12:06:48     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:06:48     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:06:48     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:06:48     source_date_epoch_from_changelog set but %changelog is missing
12:06:48     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
12:06:48     source_date_epoch_from_changelog set but %changelog is missing
12:06:48     source_date_epoch_from_changelog set but %changelog is missing
12:06:48     source_date_epoch_from_changelog set but %changelog is missing
12:06:48     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:06:48 
12:06:48 RPM build warnings:
12:06:48 warning: source_date_epoch_from_changelog set but %changelog is missing
12:06:48 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3GPMCy
12:06:48 + umask 022
12:06:48 + cd /root/rpmbuild/BUILD
12:06:48 + cd /root/rpmbuild/BUILD
12:06:48 + rm -rf src
12:06:48 + /usr/bin/mkdir -p src
12:06:48 + cd src
12:06:48 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
12:06:48 + STATUS=0
12:06:48 + '[' 0 -ne 0 ']'
12:06:48 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
12:06:48 + STATUS=0
12:06:48 + '[' 0 -ne 0 ']'
12:06:48 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:06:48 + RPM_EC=0
12:06:48 ++ jobs -p
12:06:48 + exit 0
12:06:48 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.l9tgGS
12:06:48 + umask 022
12:06:48 + cd /root/rpmbuild/BUILD
12:06:48 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:06:48 + export CFLAGS
12:06:48 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:06:48 + export CXXFLAGS
12:06:48 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:06:48 + export FFLAGS
12:06:48 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:06:48 + export FCFLAGS
12:06:48 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:06:48 + export LDFLAGS
12:06:48 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:06:48 + export LT_SYS_LIBRARY_PATH
12:06:48 + CC=gcc
12:06:48 + export CC
12:06:48 + CXX=g++
12:06:48 + export CXX
12:06:48 + cd src
12:06:48 + pushd /root/rpmbuild/BUILD/src/compose
12:06:48 + make VERSION=v2.15.1 DESTDIR=./bin build
12:06:48 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:06:48 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "./bin/docker-compose" ./cmd
12:06:48 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:06:48 go: downloading golang.org/x/sys v0.3.0
12:06:48 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:06:48 go: downloading github.com/theupdateframework/notary v0.7.0
12:06:48 go: downloading github.com/compose-spec/compose-go v1.8.2
12:06:48 go: downloading github.com/hashicorp/go-version v1.6.0
12:06:48 go: downloading github.com/docker/buildx v0.9.1
12:06:48 go: downloading github.com/mattn/go-shellwords v1.0.12
12:06:48 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:06:48 go: downloading go.opentelemetry.io/otel v1.11.2
12:06:48 go: downloading github.com/containerd/containerd v1.6.14
12:06:48 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:06:48 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:06:48 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:06:49 go: downloading golang.org/x/sync v0.1.0
12:06:49 go: downloading k8s.io/client-go v0.22.4
12:06:49 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:06:49 go: downloading github.com/imdario/mergo v0.3.13
12:06:49 go: downloading github.com/containerd/console v1.0.3
12:06:49 go: downloading github.com/buger/goterm v1.0.4
12:06:49 go: downloading github.com/stretchr/testify v1.8.1
12:06:49 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:06:49 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:06:49 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:06:49 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:06:49 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:06:49 go: downloading k8s.io/api v0.22.4
12:06:50 make[1]: Leaving directory '/root/build-deb'
12:06:50    dh_installdeb
12:06:50    debian/rules override_dh_gencontrol
12:06:50 make[1]: Entering directory '/root/build-deb'
12:06:50 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:06:50 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:06:50 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:06:50 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:06:50 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:06:50 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:06:50 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:06:50 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:06:50 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:06:50 if [ "arm64" = "amd64" ]; then \
12:06:50 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:06:50 fi
12:06:50 dh_gencontrol --remaining-packages
12:06:50 make[1]: Leaving directory '/root/build-deb'
12:06:50    dh_md5sums
12:06:50 go: downloading k8s.io/apimachinery v0.22.4
12:06:50 go: downloading github.com/gofrs/flock v0.8.0
12:06:50 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:06:50 go: downloading github.com/golang/mock v1.6.0
12:06:50 go: downloading github.com/klauspost/compress v1.15.9
12:06:50 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:06:50 go: downloading github.com/hashicorp/errwrap v1.1.0
12:06:50 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:06:50 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:06:50 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:06:50 go: downloading google.golang.org/grpc v1.47.0
12:06:50 go: downloading golang.org/x/net v0.4.0
12:06:50 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:06:50    debian/rules override_dh_builddeb
12:06:50 make[1]: Entering directory '/root/build-deb'
12:06:50 dh_builddeb -- -Zxz
12:06:50 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb'.
12:06:50 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'.
12:06:50 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:06:50 go: downloading golang.org/x/term v0.3.0
12:06:50 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:06:50 go: downloading github.com/mattn/go-runewidth v0.0.14
12:06:50 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:06:50 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:06:50 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:06:51 go: downloading google.golang.org/protobuf v1.28.0
12:06:51 go: downloading github.com/go-logr/stdr v1.2.2
12:06:51 go: downloading github.com/containerd/typeurl v1.0.2
12:06:51 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:06:51 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:06:51 go: downloading k8s.io/klog/v2 v2.60.1
12:06:51 go: downloading github.com/pelletier/go-toml v1.9.4
12:06:51 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:06:51 go: downloading github.com/google/gofuzz v1.2.0
12:06:51 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:06:51 go: downloading github.com/gogo/googleapis v1.4.1
12:06:51 make[2]: Leaving directory '/root/build-deb/compose'
12:06:51 # Build the scan-plugin
12:06:51 # TODO change once we support scan-plugin on other architectures
12:06:51 if [ "arm64" = "amd64" ]; then \
12:06:51 	cd /go/src/github.com/docker/scan-cli-plugin \
12:06:51 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:06:51 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:06:51 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:06:51 fi
12:06:51 make[1]: Leaving directory '/root/build-deb'
12:06:51    debian/rules override_dh_auto_test
12:06:51 make[1]: Entering directory '/root/build-deb'
12:06:51 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:06:51 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:06:51 PASS: daemon version OK
12:06:51 ver="$(cli/build/docker --version)"; \
12:06:51 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:06:51 PASS: cli version OK
12:06:51 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:51 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:06:51 PASS: docker-buildx version OK
12:06:51 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:51 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:06:51 PASS: docker-compose version OK
12:06:51 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:06:51 # TODO change once we support scan-plugin on other architectures
12:06:51 if [ "arm64" = "amd64" ]; then \
12:06:51 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:51 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:06:51 fi
12:06:51 make[1]: Leaving directory '/root/build-deb'
12:06:51    create-stamp debian/debhelper-build-stamp
12:06:51  debian/rules binary
12:06:51 dh binary --with=bash-completion
12:06:51    dh_testroot
12:06:51    dh_prep
12:06:51    debian/rules override_dh_auto_install
12:06:51 make[1]: Entering directory '/root/build-deb'
12:06:51 # docker-ce-cli install
12:06:51 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:06:51 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:06:51 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:06:51 # docker-ce install
12:06:51 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:06:51 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:06:51 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:06:51 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:06:51 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:06:51 # docker-buildx-plugin install
12:06:51 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:06:51 # docker-compose-plugin install
12:06:51 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:06:51 # docker-scan-plugin install
12:06:51 # TODO change once we support scan-plugin on other architectures
12:06:51 if [ "arm64" = "amd64" ]; then \
12:06:51 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:06:51 fi
12:06:51 # docker-ce-rootless-extras install
12:06:51 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:06:51 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:06:51 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:06:51 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:06:51 # TODO: how can we install vpnkit?
12:06:51 make[1]: Leaving directory '/root/build-deb'
12:06:51    debian/rules override_dh_install
12:06:51 make[1]: Entering directory '/root/build-deb'
12:06:51 dh_install
12:06:51 # TODO Can we do this from within our container?
12:06:51 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:06:52 make[1]: Leaving directory '/root/build-deb'
12:06:52    dh_installdocs
12:06:52    dh_installchangelogs
12:06:52    dh_installman
12:06:52 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:06:52 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:06:52 go: downloading github.com/moby/locker v1.0.1
12:06:52 go: downloading github.com/felixge/httpsnoop v1.0.2
12:06:52 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:06:52 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:06:52 go: downloading gopkg.in/inf.v0 v0.9.1
12:06:52 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:06:52    dh_bash-completion
12:06:52    dh_systemd_enable
12:06:52 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:06:52 go: downloading github.com/googleapis/gnostic v0.5.5
12:06:52 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:06:52 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:06:52 go: downloading github.com/json-iterator/go v1.1.12
12:06:52 go: downloading github.com/modern-go/reflect2 v1.0.2
12:06:52 go: downloading sigs.k8s.io/yaml v1.2.0
12:06:52 go: downloading github.com/mattn/go-colorable v0.1.12
12:06:52 go: downloading github.com/prometheus/client_golang v1.12.2
12:06:52 go: downloading github.com/containerd/ttrpc v1.1.0
12:06:52 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:06:52 go: downloading github.com/moby/spdystream v0.2.0
12:06:52 go: downloading github.com/mattn/go-isatty v0.0.16
12:06:52 go: downloading github.com/prometheus/client_model v0.2.0
12:06:52 go: downloading github.com/prometheus/common v0.32.1
12:06:52 go: downloading github.com/prometheus/procfs v0.7.3
12:06:52    debian/rules override_dh_installinit
12:06:52 make[1]: Entering directory '/root/build-deb'
12:06:52 # use "docker" as our service name, not "docker-ce"
12:06:52 dh_installinit --name=docker
12:06:52 make[1]: Leaving directory '/root/build-deb'
12:06:52    dh_systemd_start
12:06:52    dh_perl
12:06:52    dh_link
12:06:53    dh_strip_nondeterminism
12:06:53 adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
12:06:53 grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo
12:06:53 repo saved to /etc/yum.repos.d/docker-ce.repo
12:06:53 + yum-config-manager --disable 'docker-ce-*'
12:06:53 Loaded plugins: fastestmirror, ovl
12:06:53 =========================== repo: docker-ce-nightly ============================
12:06:53 [docker-ce-nightly]
12:06:53 async = True
12:06:53 bandwidth = 0
12:06:53 base_persistdir = /var/lib/yum/repos/aarch64/7
12:06:53 baseurl = https://download.docker.com/linux/centos/7/aarch64/nightly
12:06:53 cache = 0
12:06:53 cachedir = /var/cache/yum/aarch64/7/docker-ce-nightly
12:06:53 check_config_file_age = True
12:06:53 compare_providers_priority = 80
12:06:53 cost = 1000
12:06:53 deltarpm_metadata_percentage = 100
12:06:53 deltarpm_percentage = 
12:06:53 enabled = False
12:06:53 enablegroups = True
12:06:53 exclude = 
12:06:53 failovermethod = priority
12:06:53 ftp_disable_epsv = False
12:06:53 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly/gpgcadir
12:06:53 gpgcakey = 
12:06:53 gpgcheck = True
12:06:53 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly/gpgdir
12:06:53 gpgkey = https://download.docker.com/linux/centos/gpg
12:06:53 hdrdir = /var/cache/yum/aarch64/7/docker-ce-nightly/headers
12:06:53 http_caching = all
12:06:53 includepkgs = 
12:06:53 ip_resolve = 
12:06:53 keepalive = True
12:06:53 keepcache = False
12:06:53 mddownloadpolicy = sqlite
12:06:53 mdpolicy = group:small
12:06:53 mediaid = 
12:06:53 metadata_expire = 21600
12:06:53 metadata_expire_filter = read-only:present
12:06:53 metalink = 
12:06:53 minrate = 0
12:06:53 mirrorlist = 
12:06:53 mirrorlist_expire = 86400
12:06:53 name = Docker CE Nightly - aarch64
12:06:53 old_base_cache_dir = 
12:06:53 password = 
12:06:53 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly
12:06:53 pkgdir = /var/cache/yum/aarch64/7/docker-ce-nightly/packages
12:06:53 proxy = False
12:06:53 proxy_dict = 
12:06:53 proxy_password = 
12:06:53 proxy_username = 
12:06:53 repo_gpgcheck = False
12:06:53 retries = 10
12:06:53 skip_if_unavailable = False
12:06:53 ssl_check_cert_permissions = True
12:06:53 sslcacert = 
12:06:53 sslclientcert = 
12:06:53 sslclientkey = 
12:06:53 sslverify = True
12:06:53 throttle = 0
12:06:53 timeout = 30.0
12:06:53 ui_id = docker-ce-nightly/7/aarch64
12:06:53 ui_repoid_vars = releasever,
12:06:53    basearch
12:06:53 username = 
12:06:53 
12:06:53 ====================== repo: docker-ce-nightly-debuginfo =======================
12:06:53 [docker-ce-nightly-debuginfo]
12:06:53 async = True
12:06:53 bandwidth = 0
12:06:53 base_persistdir = /var/lib/yum/repos/aarch64/7
12:06:53 baseurl = https://download.docker.com/linux/centos/7/debug-aarch64/nightly
12:06:53 cache = 0
12:06:53 cachedir = /var/cache/yum/aarch64/7/docker-ce-nightly-debuginfo
12:06:53 check_config_file_age = True
12:06:53 compare_providers_priority = 80
12:06:53 cost = 1000
12:06:53 deltarpm_metadata_percentage = 100
12:06:53 deltarpm_percentage = 
12:06:53 enabled = False
12:06:53 enablegroups = True
12:06:53 exclude = 
12:06:53 failovermethod = priority
12:06:53 ftp_disable_epsv = False
12:06:53 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-debuginfo/gpgcadir
12:06:53 gpgcakey = 
12:06:53 gpgcheck = True
12:06:53 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-debuginfo/gpgdir
12:06:53 gpgkey = https://download.docker.com/linux/centos/gpg
12:06:53 hdrdir = /var/cache/yum/aarch64/7/docker-ce-nightly-debuginfo/headers
12:06:53 http_caching = all
12:06:53 includepkgs = 
12:06:53 ip_resolve = 
12:06:53 keepalive = True
12:06:53 keepcache = False
12:06:53 mddownloadpolicy = sqlite
12:06:53 mdpolicy = group:small
12:06:53 mediaid = 
12:06:53 metadata_expire = 21600
12:06:53 metadata_expire_filter = read-only:present
12:06:53 metalink = 
12:06:53 minrate = 0
12:06:53 mirrorlist = 
12:06:53 mirrorlist_expire = 86400
12:06:53 name = Docker CE Nightly - Debuginfo aarch64
12:06:53 old_base_cache_dir = 
12:06:53 password = 
12:06:53 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-debuginfo
12:06:53 pkgdir = /var/cache/yum/aarch64/7/docker-ce-nightly-debuginfo/packages
12:06:53 proxy = False
12:06:53 proxy_dict = 
12:06:53 proxy_password = 
12:06:53 proxy_username = 
12:06:53 repo_gpgcheck = False
12:06:53 retries = 10
12:06:53 skip_if_unavailable = False
12:06:53 ssl_check_cert_permissions = True
12:06:53 sslcacert = 
12:06:53 sslclientcert = 
12:06:53 sslclientkey = 
12:06:53 sslverify = True
12:06:53 throttle = 0
12:06:53 timeout = 30.0
12:06:53 ui_id = docker-ce-nightly-debuginfo/7/aarch64
12:06:53 ui_repoid_vars = releasever,
12:06:53    basearch
12:06:53 username = 
12:06:53 
12:06:53 ======================== repo: docker-ce-nightly-source ========================
12:06:53 [docker-ce-nightly-source]
12:06:53 async = True
12:06:53 bandwidth = 0
12:06:53 base_persistdir = /var/lib/yum/repos/aarch64/7
12:06:53 baseurl = https://download.docker.com/linux/centos/7/source/nightly
12:06:53 cache = 0
12:06:53 cachedir = /var/cache/yum/aarch64/7/docker-ce-nightly-source
12:06:53 check_config_file_age = True
12:06:53 compare_providers_priority = 80
12:06:53 cost = 1000
12:06:53 deltarpm_metadata_percentage = 100
12:06:53 deltarpm_percentage = 
12:06:53 enabled = False
12:06:53 enablegroups = True
12:06:53 exclude = 
12:06:53 failovermethod = priority
12:06:53 ftp_disable_epsv = False
12:06:53 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-source/gpgcadir
12:06:53 gpgcakey = 
12:06:53 gpgcheck = True
12:06:53 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-source/gpgdir
12:06:53 gpgkey = https://download.docker.com/linux/centos/gpg
12:06:53 hdrdir = /var/cache/yum/aarch64/7/docker-ce-nightly-source/headers
12:06:53 http_caching = all
12:06:53 includepkgs = 
12:06:53 ip_resolve = 
12:06:53 keepalive = True
12:06:53 keepcache = False
12:06:53 mddownloadpolicy = sqlite
12:06:53 mdpolicy = group:small
12:06:53 mediaid = 
12:06:53 metadata_expire = 21600
12:06:53 metadata_expire_filter = read-only:present
12:06:53 metalink = 
12:06:53 minrate = 0
12:06:53 mirrorlist = 
12:06:53 mirrorlist_expire = 86400
12:06:53 name = Docker CE Nightly - Sources
12:06:53 old_base_cache_dir = 
12:06:53 password = 
12:06:53 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-nightly-source
12:06:53 pkgdir = /var/cache/yum/aarch64/7/docker-ce-nightly-source/packages
12:06:53 proxy = False
12:06:53 proxy_dict = 
12:06:53 proxy_password = 
12:06:53 proxy_username = 
12:06:53 repo_gpgcheck = False
12:06:53 retries = 10
12:06:53 skip_if_unavailable = False
12:06:53 ssl_check_cert_permissions = True
12:06:53 sslcacert = 
12:06:53 sslclientcert = 
12:06:53 sslclientkey = 
12:06:53 sslverify = True
12:06:53 throttle = 0
12:06:53 timeout = 30.0
12:06:53 ui_id = docker-ce-nightly-source/7
12:06:53 ui_repoid_vars = releasever,
12:06:53    basearch
12:06:53 username = 
12:06:53 
12:06:53 ============================ repo: docker-ce-stable ============================
12:06:53 [docker-ce-stable]
12:06:53 async = True
12:06:53 bandwidth = 0
12:06:53 base_persistdir = /var/lib/yum/repos/aarch64/7
12:06:53 baseurl = https://download.docker.com/linux/centos/7/aarch64/stable
12:06:53 cache = 0
12:06:53 cachedir = /var/cache/yum/aarch64/7/docker-ce-stable
12:06:53 check_config_file_age = True
12:06:53 compare_providers_priority = 80
12:06:53 cost = 1000
12:06:53 deltarpm_metadata_percentage = 100
12:06:53 deltarpm_percentage = 
12:06:53 enabled = 0
12:06:53 enablegroups = True
12:06:53 exclude = 
12:06:53 failovermethod = priority
12:06:53 ftp_disable_epsv = False
12:06:53 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-stable/gpgcadir
12:06:53 gpgcakey = 
12:06:53 gpgcheck = True
12:06:53 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable/gpgdir
12:06:53 gpgkey = https://download.docker.com/linux/centos/gpg
12:06:53 hdrdir = /var/cache/yum/aarch64/7/docker-ce-stable/headers
12:06:53 http_caching = all
12:06:53 includepkgs = 
12:06:53 ip_resolve = 
12:06:53 keepalive = True
12:06:53 keepcache = False
12:06:53 mddownloadpolicy = sqlite
12:06:53 mdpolicy = group:small
12:06:53 mediaid = 
12:06:53 metadata_expire = 21600
12:06:53 metadata_expire_filter = read-only:present
12:06:53 metalink = 
12:06:53 minrate = 0
12:06:53 mirrorlist = 
12:06:53 mirrorlist_expire = 86400
12:06:53 name = Docker CE Stable - aarch64
12:06:53 old_base_cache_dir = 
12:06:53 password = 
12:06:53 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable
12:06:53 pkgdir = /var/cache/yum/aarch64/7/docker-ce-stable/packages
12:06:53 proxy = False
12:06:53 proxy_dict = 
12:06:53 proxy_password = 
12:06:53 proxy_username = 
12:06:53 repo_gpgcheck = False
12:06:53 retries = 10
12:06:53 skip_if_unavailable = False
12:06:53 ssl_check_cert_permissions = True
12:06:53 sslcacert = 
12:06:53 sslclientcert = 
12:06:53 sslclientkey = 
12:06:53 sslverify = True
12:06:53 throttle = 0
12:06:53 timeout = 30.0
12:06:53 ui_id = docker-ce-stable/7/aarch64
12:06:53 ui_repoid_vars = releasever,
12:06:53    basearch
12:06:53 username = 
12:06:53 
12:06:53 ======================= repo: docker-ce-stable-debuginfo =======================
12:06:53 [docker-ce-stable-debuginfo]
12:06:53 async = True
12:06:53 bandwidth = 0
12:06:53 base_persistdir = /var/lib/yum/repos/aarch64/7
12:06:53 baseurl = https://download.docker.com/linux/centos/7/debug-aarch64/stable
12:06:53 cache = 0
12:06:53 cachedir = /var/cache/yum/aarch64/7/docker-ce-stable-debuginfo
12:06:53 check_config_file_age = True
12:06:53 compare_providers_priority = 80
12:06:53 cost = 1000
12:06:53 deltarpm_metadata_percentage = 100
12:06:53 deltarpm_percentage = 
12:06:53 enabled = False
12:06:53 enablegroups = True
12:06:53 exclude = 
12:06:53 failovermethod = priority
12:06:53 ftp_disable_epsv = False
12:06:53 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-debuginfo/gpgcadir
12:06:53 gpgcakey = 
12:06:53 gpgcheck = True
12:06:53 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-debuginfo/gpgdir
12:06:53 gpgkey = https://download.docker.com/linux/centos/gpg
12:06:53 hdrdir = /var/cache/yum/aarch64/7/docker-ce-stable-debuginfo/headers
12:06:53 http_caching = all
12:06:53 includepkgs = 
12:06:53 ip_resolve = 
12:06:53 keepalive = True
12:06:53 keepcache = False
12:06:53 mddownloadpolicy = sqlite
12:06:53 mdpolicy = group:small
12:06:53 mediaid = 
12:06:53 metadata_expire = 21600
12:06:53 metadata_expire_filter = read-only:present
12:06:53 metalink = 
12:06:53 minrate = 0
12:06:53 mirrorlist = 
12:06:53 mirrorlist_expire = 86400
12:06:53 name = Docker CE Stable - Debuginfo aarch64
12:06:53 old_base_cache_dir = 
12:06:53 password = 
12:06:53 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-debuginfo
12:06:53 pkgdir = /var/cache/yum/aarch64/7/docker-ce-stable-debuginfo/packages
12:06:53 proxy = False
12:06:53 proxy_dict = 
12:06:53 proxy_password = 
12:06:53 proxy_username = 
12:06:53 repo_gpgcheck = False
12:06:53 retries = 10
12:06:53 skip_if_unavailable = False
12:06:53 ssl_check_cert_permissions = True
12:06:53 sslcacert = 
12:06:53 sslclientcert = 
12:06:53 sslclientkey = 
12:06:53 sslverify = True
12:06:53 throttle = 0
12:06:53 timeout = 30.0
12:06:53 ui_id = docker-ce-stable-debuginfo/7/aarch64
12:06:53 ui_repoid_vars = releasever,
12:06:53    basearch
12:06:53 username = 
12:06:53 
12:06:53 ======================== repo: docker-ce-stable-source =========================
12:06:53 [docker-ce-stable-source]
12:06:53 async = True
12:06:53 bandwidth = 0
12:06:53 base_persistdir = /var/lib/yum/repos/aarch64/7
12:06:53 baseurl = https://download.docker.com/linux/centos/7/source/stable
12:06:53 cache = 0
12:06:53 cachedir = /var/cache/yum/aarch64/7/docker-ce-stable-source
12:06:53 check_config_file_age = True
12:06:53 compare_providers_priority = 80
12:06:53 cost = 1000
12:06:53 deltarpm_metadata_percentage = 100
12:06:53 deltarpm_percentage = 
12:06:53 enabled = False
12:06:53 enablegroups = True
12:06:53 exclude = 
12:06:53 failovermethod = priority
12:06:53 ftp_disable_epsv = False
12:06:53 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-source/gpgcadir
12:06:53 gpgcakey = 
12:06:53 gpgcheck = True
12:06:53 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-source/gpgdir
12:06:53 gpgkey = https://download.docker.com/linux/centos/gpg
12:06:53 hdrdir = /var/cache/yum/aarch64/7/docker-ce-stable-source/headers
12:06:53 http_caching = all
12:06:53 includepkgs = 
12:06:53 ip_resolve = 
12:06:53 keepalive = True
12:06:53 keepcache = False
12:06:53 mddownloadpolicy = sqlite
12:06:53 mdpolicy = group:small
12:06:53 mediaid = 
12:06:53 metadata_expire = 21600
12:06:53 metadata_expire_filter = read-only:present
12:06:53 metalink = 
12:06:53 minrate = 0
12:06:53 mirrorlist = 
12:06:53 mirrorlist_expire = 86400
12:06:53 name = Docker CE Stable - Sources
12:06:53 old_base_cache_dir = 
12:06:53 password = 
12:06:53 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-stable-source
12:06:53 pkgdir = /var/cache/yum/aarch64/7/docker-ce-stable-source/packages
12:06:53 proxy = False
12:06:53 proxy_dict = 
12:06:53 proxy_password = 
12:06:53 proxy_username = 
12:06:53 repo_gpgcheck = False
12:06:53 retries = 10
12:06:53 skip_if_unavailable = False
12:06:53 ssl_check_cert_permissions = True
12:06:53 sslcacert = 
12:06:53 sslclientcert = 
12:06:53 sslclientkey = 
12:06:53 sslverify = True
12:06:53 throttle = 0
12:06:53 timeout = 30.0
12:06:53 ui_id = docker-ce-stable-source/7
12:06:53 ui_repoid_vars = releasever,
12:06:53    basearch
12:06:53 username = 
12:06:53 
12:06:53 ============================= repo: docker-ce-test =============================
12:06:53 [docker-ce-test]
12:06:53 async = True
12:06:53 bandwidth = 0
12:06:53 base_persistdir = /var/lib/yum/repos/aarch64/7
12:06:53 baseurl = https://download.docker.com/linux/centos/7/aarch64/test
12:06:53 cache = 0
12:06:53 cachedir = /var/cache/yum/aarch64/7/docker-ce-test
12:06:53 check_config_file_age = True
12:06:53 compare_providers_priority = 80
12:06:53 cost = 1000
12:06:53 deltarpm_metadata_percentage = 100
12:06:53 deltarpm_percentage = 
12:06:53 enabled = False
12:06:53 enablegroups = True
12:06:53 exclude = 
12:06:53 failovermethod = priority
12:06:53 ftp_disable_epsv = False
12:06:53 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgcadir
12:06:53 gpgcakey = 
12:06:53 gpgcheck = True
12:06:53 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgdir
12:06:53 gpgkey = https://download.docker.com/linux/centos/gpg
12:06:53 hdrdir = /var/cache/yum/aarch64/7/docker-ce-test/headers
12:06:53 http_caching = all
12:06:53 includepkgs = 
12:06:53 ip_resolve = 
12:06:53 keepalive = True
12:06:53 keepcache = False
12:06:53 mddownloadpolicy = sqlite
12:06:53 mdpolicy = group:small
12:06:53 mediaid = 
12:06:53 metadata_expire = 21600
12:06:53 metadata_expire_filter = read-only:present
12:06:53 metalink = 
12:06:53 minrate = 0
12:06:53 mirrorlist = 
12:06:53 mirrorlist_expire = 86400
12:06:53 name = Docker CE Test - aarch64
12:06:53 old_base_cache_dir = 
12:06:53 password = 
12:06:53 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test
12:06:53 pkgdir = /var/cache/yum/aarch64/7/docker-ce-test/packages
12:06:53 proxy = False
12:06:53 proxy_dict = 
12:06:53 proxy_password = 
12:06:53 proxy_username = 
12:06:53 repo_gpgcheck = False
12:06:53 retries = 10
12:06:53 skip_if_unavailable = False
12:06:53 ssl_check_cert_permissions = True
12:06:53 sslcacert = 
12:06:53 sslclientcert = 
12:06:53 sslclientkey = 
12:06:53 sslverify = True
12:06:53 throttle = 0
12:06:53 timeout = 30.0
12:06:53 ui_id = docker-ce-test/7/aarch64
12:06:53 ui_repoid_vars = releasever,
12:06:53    basearch
12:06:53 username = 
12:06:53 
12:06:53 ======================== repo: docker-ce-test-debuginfo ========================
12:06:53 [docker-ce-test-debuginfo]
12:06:53 async = True
12:06:53 bandwidth = 0
12:06:53 base_persistdir = /var/lib/yum/repos/aarch64/7
12:06:53 baseurl = https://download.docker.com/linux/centos/7/debug-aarch64/test
12:06:53 cache = 0
12:06:53 cachedir = /var/cache/yum/aarch64/7/docker-ce-test-debuginfo
12:06:53 check_config_file_age = True
12:06:53 compare_providers_priority = 80
12:06:53 cost = 1000
12:06:53 deltarpm_metadata_percentage = 100
12:06:53 deltarpm_percentage = 
12:06:53 enabled = False
12:06:53 enablegroups = True
12:06:53 exclude = 
12:06:53 failovermethod = priority
12:06:53 ftp_disable_epsv = False
12:06:53 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test-debuginfo/gpgcadir
12:06:53 gpgcakey = 
12:06:53 gpgcheck = True
12:06:53 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-debuginfo/gpgdir
12:06:53 gpgkey = https://download.docker.com/linux/centos/gpg
12:06:53 hdrdir = /var/cache/yum/aarch64/7/docker-ce-test-debuginfo/headers
12:06:53 http_caching = all
12:06:53 includepkgs = 
12:06:53 ip_resolve = 
12:06:53 keepalive = True
12:06:53 keepcache = False
12:06:53 mddownloadpolicy = sqlite
12:06:53 mdpolicy = group:small
12:06:53 mediaid = 
12:06:53 metadata_expire = 21600
12:06:53 metadata_expire_filter = read-only:present
12:06:53 metalink = 
12:06:53 minrate = 0
12:06:53 mirrorlist = 
12:06:53 mirrorlist_expire = 86400
12:06:53 name = Docker CE Test - Debuginfo aarch64
12:06:53 old_base_cache_dir = 
12:06:53 password = 
12:06:53 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-debuginfo
12:06:53 pkgdir = /var/cache/yum/aarch64/7/docker-ce-test-debuginfo/packages
12:06:53 proxy = False
12:06:53 proxy_dict = 
12:06:53 proxy_password = 
12:06:53 proxy_username = 
12:06:53 repo_gpgcheck = False
12:06:53 retries = 10
12:06:53 skip_if_unavailable = False
12:06:53 ssl_check_cert_permissions = True
12:06:53 sslcacert = 
12:06:53 sslclientcert = 
12:06:53 sslclientkey = 
12:06:53 sslverify = True
12:06:53 throttle = 0
12:06:53 timeout = 30.0
12:06:53 ui_id = docker-ce-test-debuginfo/7/aarch64
12:06:53 ui_repoid_vars = releasever,
12:06:53    basearch
12:06:53 username = 
12:06:53 
12:06:53 ========================= repo: docker-ce-test-source ==========================
12:06:53 [docker-ce-test-source]
12:06:53 async = True
12:06:53 bandwidth = 0
12:06:53 base_persistdir = /var/lib/yum/repos/aarch64/7
12:06:53 baseurl = https://download.docker.com/linux/centos/7/source/test
12:06:53 cache = 0
12:06:53 cachedir = /var/cache/yum/aarch64/7/docker-ce-test-source
12:06:53 check_config_file_age = True
12:06:53 compare_providers_priority = 80
12:06:53 cost = 1000
12:06:53 deltarpm_metadata_percentage = 100
12:06:53 deltarpm_percentage = 
12:06:53 enabled = False
12:06:53 enablegroups = True
12:06:53 exclude = 
12:06:53 failovermethod = priority
12:06:53 ftp_disable_epsv = False
12:06:53 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test-source/gpgcadir
12:06:53 gpgcakey = 
12:06:53 gpgcheck = True
12:06:53 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-source/gpgdir
12:06:53 gpgkey = https://download.docker.com/linux/centos/gpg
12:06:53 hdrdir = /var/cache/yum/aarch64/7/docker-ce-test-source/headers
12:06:53 http_caching = all
12:06:53 includepkgs = 
12:06:53 ip_resolve = 
12:06:53 keepalive = True
12:06:53 keepcache = False
12:06:53 mddownloadpolicy = sqlite
12:06:53 mdpolicy = group:small
12:06:53 mediaid = 
12:06:53 metadata_expire = 21600
12:06:53 metadata_expire_filter = read-only:present
12:06:53 metalink = 
12:06:53 minrate = 0
12:06:53 mirrorlist = 
12:06:53 mirrorlist_expire = 86400
12:06:53 name = Docker CE Test - Sources
12:06:53 old_base_cache_dir = 
12:06:53 password = 
12:06:53 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test-source
12:06:53 pkgdir = /var/cache/yum/aarch64/7/docker-ce-test-source/packages
12:06:53 proxy = False
12:06:53 proxy_dict = 
12:06:53 proxy_password = 
12:06:53 proxy_username = 
12:06:53 repo_gpgcheck = False
12:06:53 retries = 10
12:06:53 skip_if_unavailable = False
12:06:53 ssl_check_cert_permissions = True
12:06:53 sslcacert = 
12:06:53 sslclientcert = 
12:06:53 sslclientkey = 
12:06:53 sslverify = True
12:06:53 throttle = 0
12:06:53 timeout = 30.0
12:06:53 ui_id = docker-ce-test-source/7
12:06:53 ui_repoid_vars = releasever,
12:06:53    basearch
12:06:53 username = 
12:06:53 
12:06:53 + yum-config-manager --enable docker-ce-test
12:06:53 Loaded plugins: fastestmirror, ovl
12:06:53 ============================= repo: docker-ce-test =============================
12:06:53 [docker-ce-test]
12:06:53 async = True
12:06:53 bandwidth = 0
12:06:53 base_persistdir = /var/lib/yum/repos/aarch64/7
12:06:53 baseurl = https://download.docker.com/linux/centos/7/aarch64/test
12:06:53 cache = 0
12:06:53 cachedir = /var/cache/yum/aarch64/7/docker-ce-test
12:06:53 check_config_file_age = True
12:06:53 compare_providers_priority = 80
12:06:53 cost = 1000
12:06:53 deltarpm_metadata_percentage = 100
12:06:53 deltarpm_percentage = 
12:06:53 enabled = 1
12:06:53 enablegroups = True
12:06:53 exclude = 
12:06:53 failovermethod = priority
12:06:53 ftp_disable_epsv = False
12:06:53 gpgcadir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgcadir
12:06:53 gpgcakey = 
12:06:53 gpgcheck = True
12:06:53 gpgdir = /var/lib/yum/repos/aarch64/7/docker-ce-test/gpgdir
12:06:53 gpgkey = https://download.docker.com/linux/centos/gpg
12:06:53 hdrdir = /var/cache/yum/aarch64/7/docker-ce-test/headers
12:06:53 http_caching = all
12:06:53 includepkgs = 
12:06:53 ip_resolve = 
12:06:53 keepalive = True
12:06:53 keepcache = False
12:06:53 mddownloadpolicy = sqlite
12:06:53 mdpolicy = group:small
12:06:53 mediaid = 
12:06:53 metadata_expire = 21600
12:06:53 metadata_expire_filter = read-only:present
12:06:53 metalink = 
12:06:53 minrate = 0
12:06:53 mirrorlist = 
12:06:53 mirrorlist_expire = 86400
12:06:53 name = Docker CE Test - aarch64
12:06:53 old_base_cache_dir = 
12:06:53 password = 
12:06:53 persistdir = /var/lib/yum/repos/aarch64/7/docker-ce-test
12:06:53 pkgdir = /var/cache/yum/aarch64/7/docker-ce-test/packages
12:06:53 proxy = False
12:06:53 proxy_dict = 
12:06:53 proxy_password = 
12:06:53 proxy_username = 
12:06:53 repo_gpgcheck = False
12:06:53 retries = 10
12:06:53 skip_if_unavailable = False
12:06:53 ssl_check_cert_permissions = True
12:06:53 sslcacert = 
12:06:53 sslclientcert = 
12:06:53 sslclientkey = 
12:06:53 sslverify = True
12:06:53 throttle = 0
12:06:53 timeout = 30.0
12:06:53 ui_id = docker-ce-test/7/aarch64
12:06:53 ui_repoid_vars = releasever,
12:06:53    basearch
12:06:53 username = 
12:06:53 
12:06:53 + yum makecache
12:06:53 Loaded plugins: fastestmirror, ovl
12:06:53 Determining fastest mirrors
12:06:54    dh_compress
12:06:54    dh_fixperms
12:06:54    dh_missing
12:06:54    debian/rules override_dh_strip
12:06:54 make[1]: Entering directory '/root/build-deb'
12:06:54 # Go has lots of problems with stripping, so just don't
12:06:54 make[1]: Leaving directory '/root/build-deb'
12:06:54    dh_makeshlibs
12:06:54    debian/rules override_dh_shlibdeps
12:06:54 make[1]: Entering directory '/root/build-deb'
12:06:54 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:06:54 # Build the compose plugin
12:06:54 cd /go/src/github.com/docker/compose \
12:06:54 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:06:54 make[2]: Entering directory '/root/build-deb/compose'
12:06:54 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:06:54 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:06:54 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:06:54 go: downloading golang.org/x/sys v0.3.0
12:06:54 go: downloading github.com/theupdateframework/notary v0.7.0
12:06:54 go: downloading github.com/compose-spec/compose-go v1.8.2
12:06:54 go: downloading github.com/hashicorp/go-version v1.6.0
12:06:54 go: downloading github.com/docker/buildx v0.9.1
12:06:54 go: downloading github.com/mattn/go-shellwords v1.0.12
12:06:54 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:06:54 go: downloading go.opentelemetry.io/otel v1.11.2
12:06:54 go: downloading github.com/containerd/containerd v1.6.14
12:06:54 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:06:54 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:06:54 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:06:54 go: downloading golang.org/x/sync v0.1.0
12:06:54 go: downloading k8s.io/client-go v0.22.4
12:06:54 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:06:54 go: downloading github.com/imdario/mergo v0.3.13
12:06:54 go: downloading github.com/containerd/console v1.0.3
12:06:54 go: downloading github.com/buger/goterm v1.0.4
12:06:54 go: downloading github.com/stretchr/testify v1.8.1
12:06:54 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:06:54 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:06:54 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:06:54 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:06:54 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:06:54 go: downloading k8s.io/api v0.22.4
12:06:54 go: downloading k8s.io/apimachinery v0.22.4
12:06:54 go: downloading github.com/gofrs/flock v0.8.0
12:06:54 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:06:54 go: downloading github.com/golang/mock v1.6.0
12:06:54 go: downloading github.com/klauspost/compress v1.15.9
12:06:54 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:06:54 go: downloading github.com/hashicorp/errwrap v1.1.0
12:06:54 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:06:54 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:06:54 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:06:54 go: downloading google.golang.org/grpc v1.47.0
12:06:54 go: downloading golang.org/x/net v0.4.0
12:06:54 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:06:54 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:06:54 go: downloading golang.org/x/term v0.3.0
12:06:54 go: downloading github.com/mattn/go-runewidth v0.0.14
12:06:54 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:06:54 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:06:54 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:06:54 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:06:54 go: downloading google.golang.org/protobuf v1.28.0
12:06:54 go: downloading github.com/go-logr/stdr v1.2.2
12:06:54 go: downloading github.com/containerd/typeurl v1.0.2
12:06:54 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:06:54 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:06:54 go: downloading k8s.io/klog/v2 v2.60.1
12:06:54 go: downloading github.com/pelletier/go-toml v1.9.4
12:06:54 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:06:54 go: downloading github.com/google/gofuzz v1.2.0
12:06:54 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:06:54 go: downloading github.com/gogo/googleapis v1.4.1
12:06:54 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:06:54 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:06:54 go: downloading github.com/moby/locker v1.0.1
12:06:54 go: downloading github.com/felixge/httpsnoop v1.0.2
12:06:54 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:06:54 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:06:54 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:06:54 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:06:54 go: downloading gopkg.in/inf.v0 v0.9.1
12:06:54 go: downloading github.com/googleapis/gnostic v0.5.5
12:06:54 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:06:54 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:06:54 go: downloading github.com/json-iterator/go v1.1.12
12:06:54 go: downloading github.com/modern-go/reflect2 v1.0.2
12:06:54 go: downloading sigs.k8s.io/yaml v1.2.0
12:06:54 go: downloading github.com/mattn/go-colorable v0.1.12
12:06:54 go: downloading github.com/prometheus/client_golang v1.12.2
12:06:54 go: downloading github.com/containerd/ttrpc v1.1.0
12:06:54 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:06:54 go: downloading github.com/moby/spdystream v0.2.0
12:06:54 go: downloading github.com/mattn/go-isatty v0.0.16
12:06:54 go: downloading github.com/prometheus/client_model v0.2.0
12:06:54 go: downloading github.com/prometheus/common v0.32.1
12:06:54 go: downloading github.com/prometheus/procfs v0.7.3
12:06:54 + go build -mod=vendor -modfile=vendor.mod -o /tmp/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
12:06:54 ++ pwd
12:06:54 + /tmp/gen-manpages --root . --target /go/src/github.com/docker/cli/man/man1
12:06:54 Project root: .
12:06:54 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:06:54 INFO: man/src/attach.md found
12:06:54 WARN: man/src/build.md does not exist, skipping
12:06:54 WARN: man/src/builder/build.md does not exist, skipping
12:06:54 WARN: man/src/builder/prune.md does not exist, skipping
12:06:54 WARN: man/src/builder.md does not exist, skipping
12:06:54 WARN: man/src/checkpoint/create.md does not exist, skipping
12:06:54 WARN: man/src/checkpoint/ls.md does not exist, skipping
12:06:54 WARN: man/src/checkpoint/rm.md does not exist, skipping
12:06:54 WARN: man/src/checkpoint.md does not exist, skipping
12:06:54 INFO: man/src/commit.md found
12:06:54 WARN: man/src/config/create.md does not exist, skipping
12:06:54 WARN: man/src/config/inspect.md does not exist, skipping
12:06:54 WARN: man/src/config/ls.md does not exist, skipping
12:06:54 WARN: man/src/config/rm.md does not exist, skipping
12:06:54 WARN: man/src/config.md does not exist, skipping
12:06:54 INFO: man/src/container/attach.md found
12:06:54 INFO: man/src/container/commit.md found
12:06:54 INFO: man/src/container/cp.md found
12:06:54 INFO: man/src/container/create.md found
12:06:54 INFO: man/src/container/diff.md found
12:06:54 INFO: man/src/container/exec.md found
12:06:54 INFO: man/src/container/export.md found
12:06:54 WARN: man/src/container/inspect.md does not exist, skipping
12:06:54 INFO: man/src/container/kill.md found
12:06:54 INFO: man/src/container/logs.md found
12:06:54 INFO: man/src/container/ls.md found
12:06:54 INFO: man/src/container/pause.md found
12:06:54 INFO: man/src/container/port.md found
12:06:54 WARN: man/src/container/prune.md does not exist, skipping
12:06:54 INFO: man/src/container/rename.md found
12:06:54 INFO: man/src/container/restart.md found
12:06:54 INFO: man/src/container/rm.md found
12:06:54 INFO: man/src/container/run.md found
12:06:54 INFO: man/src/container/start.md found
12:06:54 INFO: man/src/container/stats.md found
12:06:54 INFO: man/src/container/stop.md found
12:06:54 INFO: man/src/container/top.md found
12:06:54 INFO: man/src/container/unpause.md found
12:06:54 INFO: man/src/container/update.md found
12:06:54 INFO: man/src/container/wait.md found
12:06:54 WARN: man/src/container.md does not exist, skipping
12:06:54 WARN: man/src/context/create.md does not exist, skipping
12:06:54 WARN: man/src/context/export.md does not exist, skipping
12:06:54 WARN: man/src/context/import.md does not exist, skipping
12:06:54 WARN: man/src/context/inspect.md does not exist, skipping
12:06:54 WARN: man/src/context/ls.md does not exist, skipping
12:06:54 WARN: man/src/context/rm.md does not exist, skipping
12:06:54 WARN: man/src/context/show.md does not exist, skipping
12:06:54 WARN: man/src/context/update.md does not exist, skipping
12:06:54 WARN: man/src/context/use.md does not exist, skipping
12:06:54 WARN: man/src/context.md does not exist, skipping
12:06:54 INFO: man/src/cp.md found
12:06:54 INFO: man/src/create.md found
12:06:54 INFO: man/src/diff.md found
12:06:54 INFO: man/src/events.md found
12:06:54 INFO: man/src/exec.md found
12:06:54 INFO: man/src/export.md found
12:06:54 INFO: man/src/history.md found
12:06:54 INFO: man/src/image/build.md found
12:06:54 INFO: man/src/image/history.md found
12:06:54 INFO: man/src/image/import.md found
12:06:54 WARN: man/src/image/inspect.md does not exist, skipping
12:06:54 INFO: man/src/image/load.md found
12:06:54 INFO: man/src/image/ls.md found
12:06:54 WARN: man/src/image/prune.md does not exist, skipping
12:06:54 INFO: man/src/image/pull.md found
12:06:54 INFO: man/src/image/push.md found
12:06:54 INFO: man/src/image/rm.md found
12:06:54 INFO: man/src/image/save.md found
12:06:54 INFO: man/src/image/tag.md found
12:06:54 WARN: man/src/image.md does not exist, skipping
12:06:54 INFO: man/src/images.md found
12:06:54 INFO: man/src/import.md found
12:06:54 INFO: man/src/info.md found
12:06:54 INFO: man/src/inspect.md found
12:06:54 INFO: man/src/kill.md found
12:06:54 INFO: man/src/load.md found
12:06:54 INFO: man/src/login.md found
12:06:54 INFO: man/src/logout.md found
12:06:54 INFO: man/src/logs.md found
12:06:54 WARN: man/src/manifest/annotate.md does not exist, skipping
12:06:54 WARN: man/src/manifest/create.md does not exist, skipping
12:06:54 WARN: man/src/manifest/inspect.md does not exist, skipping
12:06:54 WARN: man/src/manifest/push.md does not exist, skipping
12:06:54 WARN: man/src/manifest/rm.md does not exist, skipping
12:06:54 WARN: man/src/manifest.md does not exist, skipping
12:06:54 INFO: man/src/network/connect.md found
12:06:54 INFO: man/src/network/create.md found
12:06:54 INFO: man/src/network/disconnect.md found
12:06:54 INFO: man/src/network/inspect.md found
12:06:54 INFO: man/src/network/ls.md found
12:06:54 WARN: man/src/network/prune.md does not exist, skipping
12:06:54 INFO: man/src/network/rm.md found
12:06:54 WARN: man/src/network.md does not exist, skipping
12:06:54 WARN: man/src/node/demote.md does not exist, skipping
12:06:54 WARN: man/src/node/inspect.md does not exist, skipping
12:06:54 WARN: man/src/node/ls.md does not exist, skipping
12:06:54 WARN: man/src/node/promote.md does not exist, skipping
12:06:54 WARN: man/src/node/ps.md does not exist, skipping
12:06:54 WARN: man/src/node/rm.md does not exist, skipping
12:06:54 WARN: man/src/node/update.md does not exist, skipping
12:06:54 WARN: man/src/node.md does not exist, skipping
12:06:54 INFO: man/src/pause.md found
12:06:54 WARN: man/src/plugin/create.md does not exist, skipping
12:06:54 WARN: man/src/plugin/disable.md does not exist, skipping
12:06:54 WARN: man/src/plugin/enable.md does not exist, skipping
12:06:54 WARN: man/src/plugin/inspect.md does not exist, skipping
12:06:54 WARN: man/src/plugin/install.md does not exist, skipping
12:06:54 INFO: man/src/plugin/ls.md found
12:06:54 WARN: man/src/plugin/push.md does not exist, skipping
12:06:54 WARN: man/src/plugin/rm.md does not exist, skipping
12:06:54 WARN: man/src/plugin/set.md does not exist, skipping
12:06:54 WARN: man/src/plugin/upgrade.md does not exist, skipping
12:06:54 WARN: man/src/plugin.md does not exist, skipping
12:06:54 INFO: man/src/port.md found
12:06:54 INFO: man/src/ps.md found
12:06:54 INFO: man/src/pull.md found
12:06:54 INFO: man/src/push.md found
12:06:54 INFO: man/src/rename.md found
12:06:54 INFO: man/src/restart.md found
12:06:54 INFO: man/src/rm.md found
12:06:54 INFO: man/src/rmi.md found
12:06:54 WARN: man/src/run.md does not exist, skipping
12:06:54 INFO: man/src/save.md found
12:06:54 INFO: man/src/search.md found
12:06:54 WARN: man/src/secret/create.md does not exist, skipping
12:06:54 WARN: man/src/secret/inspect.md does not exist, skipping
12:06:54 WARN: man/src/secret/ls.md does not exist, skipping
12:06:54 WARN: man/src/secret/rm.md does not exist, skipping
12:06:54 WARN: man/src/secret.md does not exist, skipping
12:06:54 WARN: man/src/service/create.md does not exist, skipping
12:06:54 WARN: man/src/service/inspect.md does not exist, skipping
12:06:54 WARN: man/src/service/logs.md does not exist, skipping
12:06:54 WARN: man/src/service/ls.md does not exist, skipping
12:06:54 WARN: man/src/service/ps.md does not exist, skipping
12:06:54 WARN: man/src/service/rm.md does not exist, skipping
12:06:54 WARN: man/src/service/rollback.md does not exist, skipping
12:06:54 WARN: man/src/service/scale.md does not exist, skipping
12:06:54 WARN: man/src/service/update.md does not exist, skipping
12:06:54 WARN: man/src/service.md does not exist, skipping
12:06:54 WARN: man/src/stack/config.md does not exist, skipping
12:06:54 WARN: man/src/stack/deploy.md does not exist, skipping
12:06:54 WARN: man/src/stack/ls.md does not exist, skipping
12:06:54 WARN: man/src/stack/ps.md does not exist, skipping
12:06:54 WARN: man/src/stack/rm.md does not exist, skipping
12:06:54 WARN: man/src/stack/services.md does not exist, skipping
12:06:54 WARN: man/src/stack.md does not exist, skipping
12:06:54 INFO: man/src/start.md found
12:06:54 INFO: man/src/stats.md found
12:06:54 INFO: man/src/stop.md found
12:06:54 WARN: man/src/swarm/ca.md does not exist, skipping
12:06:54 WARN: man/src/swarm/init.md does not exist, skipping
12:06:54 WARN: man/src/swarm/join.md does not exist, skipping
12:06:54 WARN: man/src/swarm/join-token.md does not exist, skipping
12:06:54 WARN: man/src/swarm/leave.md does not exist, skipping
12:06:54 WARN: man/src/swarm/unlock.md does not exist, skipping
12:06:54 WARN: man/src/swarm/unlock-key.md does not exist, skipping
12:06:54 WARN: man/src/swarm/update.md does not exist, skipping
12:06:54 WARN: man/src/swarm.md does not exist, skipping
12:06:54 WARN: man/src/system/df.md does not exist, skipping
12:06:54 WARN: man/src/system/dial-stdio.md does not exist, skipping
12:06:54 INFO: man/src/system/events.md found
12:06:54 INFO: man/src/system/info.md found
12:06:54 WARN: man/src/system/prune.md does not exist, skipping
12:06:54 WARN: man/src/system.md does not exist, skipping
12:06:54 INFO: man/src/tag.md found
12:06:54 INFO: man/src/top.md found
12:06:54 WARN: man/src/trust/inspect.md does not exist, skipping
12:06:54 WARN: man/src/trust/key/generate.md does not exist, skipping
12:06:54 WARN: man/src/trust/key/load.md does not exist, skipping
12:06:54 WARN: man/src/trust/key.md does not exist, skipping
12:06:54 WARN: man/src/trust/revoke.md does not exist, skipping
12:06:54 WARN: man/src/trust/sign.md does not exist, skipping
12:06:54 WARN: man/src/trust/signer/add.md does not exist, skipping
12:06:54 WARN: man/src/trust/signer/remove.md does not exist, skipping
12:06:54 WARN: man/src/trust/signer.md does not exist, skipping
12:06:54 WARN: man/src/trust.md does not exist, skipping
12:06:54 INFO: man/src/unpause.md found
12:06:54 INFO: man/src/update.md found
12:06:54 INFO: man/src/version.md found
12:06:54 INFO: man/src/volume/create.md found
12:06:54 INFO: man/src/volume/inspect.md found
12:06:54 INFO: man/src/volume/ls.md found
12:06:54 WARN: man/src/volume/prune.md does not exist, skipping
12:06:54 WARN: man/src/volume/rm.md does not exist, skipping
12:06:54 WARN: man/src/volume/update.md does not exist, skipping
12:06:54 INFO: man/src/volume.md found
12:06:54 INFO: man/src/wait.md found
12:06:54 + /tmp/go-md2man -in Dockerfile.5.md -out ./man5/Dockerfile.5
12:06:54 + /tmp/go-md2man -in docker-build.1.md -out ./man1/docker-build.1
12:06:54 + /tmp/go-md2man -in docker-config-json.5.md -out ./man5/docker-config-json.5
12:06:54 + /tmp/go-md2man -in docker-run.1.md -out ./man1/docker-run.1
12:06:54 + /tmp/go-md2man -in docker.1.md -out ./man1/docker.1
12:06:54 + /tmp/go-md2man -in dockerd.8.md -out ./man8/dockerd.8
12:06:54 ~/rpmbuild/BUILD/src
12:06:54 + popd
12:06:54 + exit 0
12:06:54 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VZeF4K
12:06:54 + umask 022
12:06:54 + cd /root/rpmbuild/BUILD
12:06:54 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64 '!=' / ']'
12:06:54 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:06:54 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:06:54 + mkdir -p /root/rpmbuild/BUILDROOT
12:06:54 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:06:54 + cd src
12:06:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin
12:06:54 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/docker
12:06:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/bash-completion/completions
12:06:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/zsh/vendor-completions
12:06:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/fish/vendor_completions.d
12:06:54 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/bash-completion/completions/docker
12:06:54 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker
12:06:54 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish
12:06:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/man/man1
12:06: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~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/man/man1
12:06:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/man/man5
12:06: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~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/man/man5
12:06:54 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/man/man8
12:06:54 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/man/man8
12:06:54 + mkdir -p build-docs
12:06:54 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:06:54 + cp cli/LICENSE build-docs/LICENSE
12:06:54 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:06:54 + cp cli/MAINTAINERS build-docs/MAINTAINERS
12:06:54 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:06:54 + cp cli/NOTICE build-docs/NOTICE
12:06:54 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
12:06:54 + cp cli/README.md build-docs/README.md
12:06:54 + /usr/lib/rpm/check-buildroot
12:06:54 + /usr/lib/rpm/redhat/brp-compress
12:06:54 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
12:06:54 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:06:54 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
12:06:54 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
12:06:54 + /usr/lib/rpm/redhat/brp-python-hardlink
12:06:54 + /usr/lib/rpm/redhat/brp-java-repack-jars
12:06:54 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.iTUW3b
12:06:54 + umask 022
12:06:54 + cd /root/rpmbuild/BUILD
12:06:54 + cd src
12:06:54 ++ cli/build/docker --version
12:06:54 + ver='Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:06:54 + test 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a' = 'Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a'
12:06:54 + echo 'PASS: cli version OK'
12:06:54 PASS: cli version OK
12:06:54 + exit 0
12:06:54 Processing files: docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:06:54 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.b9o6bD
12:06:54 + umask 022
12:06:54 + cd /root/rpmbuild/BUILD
12:06:54 + cd src
12:06:54 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
12:06:54 + export DOCDIR
12:06:54 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
12:06:54 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
12:06:54 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
12:06:54 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
12:06:54 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0~20230206193855.ab4ef4a
12:06:54 + exit 0
12:06:54 Provides: docker-ce-cli = 1:0.0.0~20230206193855.ab4ef4a-0.el7 docker-ce-cli(x86-64) = 1:0.0.0~20230206193855.ab4ef4a-0.el7
12:06:54 Requires(interp): /bin/sh
12:06:54 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:06:54 Requires(post): /bin/sh
12:06: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)
12:06:54 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
12:06:54 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:06:54 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.src.rpm
12:06:57  * base: download.cf.centos.org
12:06:57  * extras: download.cf.centos.org
12:06:57  * updates: download.cf.centos.org
12:06:57 make[2]: Leaving directory '/root/build-deb/compose'
12:06:57 # Build the scan-plugin
12:06:57 # TODO change once we support scan-plugin on other architectures
12:06:57 if [ "arm64" = "amd64" ]; then \
12:06:57 	cd /go/src/github.com/docker/scan-cli-plugin \
12:06:57 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:06:57 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:06:57 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:06:57 fi
12:06:57 make[1]: Leaving directory '/root/build-deb'
12:06:57    debian/rules override_dh_auto_test
12:06:57 make[1]: Entering directory '/root/build-deb'
12:06:57 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:06:57 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:06:57 PASS: daemon version OK
12:06:57 ver="$(cli/build/docker --version)"; \
12:06:57 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:06:57 PASS: cli version OK
12:06:57 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:57 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:06:57 PASS: docker-buildx version OK
12:06:57 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:57 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:06:57 PASS: docker-compose version OK
12:06:57 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:06:57 # TODO change once we support scan-plugin on other architectures
12:06:57 if [ "arm64" = "amd64" ]; then \
12:06:57 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:06:57 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:06:57 fi
12:06:57 make[1]: Leaving directory '/root/build-deb'
12:06:57    create-stamp debian/debhelper-build-stamp
12:06:57  debian/rules binary
12:06:57 dh binary --with=bash-completion
12:06:57    dh_testroot
12:06:57    dh_prep
12:06:57    debian/rules override_dh_auto_install
12:06:57 make[1]: Entering directory '/root/build-deb'
12:06:57 # docker-ce-cli install
12:06:57 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:06:57 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:06:57 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:06:57 # docker-ce install
12:06:57 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:06:57 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:06:57 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:06:57 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:06:57 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:06:57 # docker-buildx-plugin install
12:06:57 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:06:57 # docker-compose-plugin install
12:06:57 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:06:57 # docker-scan-plugin install
12:06:57 # TODO change once we support scan-plugin on other architectures
12:06:57 if [ "arm64" = "amd64" ]; then \
12:06:57 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:06:57 fi
12:06:57 # docker-ce-rootless-extras install
12:06:57 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:06:57 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:06:57 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:06:57 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:06:57 # TODO: how can we install vpnkit?
12:06:57 make[1]: Leaving directory '/root/build-deb'
12:06:57    debian/rules override_dh_install
12:06:57 make[1]: Entering directory '/root/build-deb'
12:06:57 dh_install
12:06:57 # TODO Can we do this from within our container?
12:06:57 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:06:57 make[1]: Leaving directory '/root/build-deb'
12:06:57    dh_installdocs
12:06:57    dh_installchangelogs
12:06:57    dh_installman
12:06:57    dh_bash-completion
12:06:57    dh_systemd_enable
12:06:57    debian/rules override_dh_installinit
12:06:57 make[1]: Entering directory '/root/build-deb'
12:06:57 # use "docker" as our service name, not "docker-ce"
12:06:57 dh_installinit --name=docker
12:06:57 make[1]: Leaving directory '/root/build-deb'
12:06:57    dh_systemd_start
12:06:57    dh_perl
12:06:57    dh_link
12:06:57    dh_strip_nondeterminism
12:06:57    dh_compress
12:06:57    dh_fixperms
12:06:57    dh_missing
12:06:57    debian/rules override_dh_strip
12:06:57 make[1]: Entering directory '/root/build-deb'
12:06:57 # Go has lots of problems with stripping, so just don't
12:06:57 make[1]: Leaving directory '/root/build-deb'
12:06:57    dh_makeshlibs
12:06:57    debian/rules override_dh_shlibdeps
12:06:57 make[1]: Entering directory '/root/build-deb'
12:06:57 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:06:57 make[1]: Leaving directory '/root/build-deb'
12:06:57    dh_installdeb
12:06:57    debian/rules override_dh_gencontrol
12:06:57 make[1]: Entering directory '/root/build-deb'
12:06:57 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:06:57 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:06:57 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:06:57 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:06:57 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:06:57 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:06:57 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:06:57 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:06:57 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:06:57 if [ "arm64" = "amd64" ]; then \
12:06:57 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:06:57 fi
12:06:57 dh_gencontrol --remaining-packages
12:06:57 make[1]: Leaving directory '/root/build-deb'
12:06:57    dh_md5sums
12:06:57    debian/rules override_dh_builddeb
12:06:57 make[1]: Entering directory '/root/build-deb'
12:06:57 dh_builddeb -- -Zxz
12:06:58 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb'.
12:06:58 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'.
12:06:58 make[1]: Leaving directory '/root/build-deb'
12:06:58    dh_installdeb
12:06:58    debian/rules override_dh_gencontrol
12:06:58 make[1]: Entering directory '/root/build-deb'
12:06:58 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:06:58 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:06:58 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:06:58 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:06:58 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:06:58 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:06:58 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:06:58 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:06:58 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:06:58 if [ "arm64" = "amd64" ]; then \
12:06:58 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:06:58 fi
12:06:58 dh_gencontrol --remaining-packages
12:06:58 make[1]: Leaving directory '/root/build-deb'
12:06:58    dh_md5sums
12:06:59 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm
12:06:59 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.KH3Ice
12:06:59 + umask 022
12:06:59 + cd /root/rpmbuild/BUILD
12:06:59 + cd src
12:06:59 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:06:59 + exit 0
12:06:59 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nxXCHU
12:06:59 + umask 022
12:06:59 + cd /root/rpmbuild/BUILD
12:06:59 + cd /root/rpmbuild/BUILD
12:06:59 + rm -rf src
12:06:59 + /usr/bin/mkdir -p src
12:06:59 + cd src
12:06:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:06:59 + /usr/bin/tar -xf -
12:06:59 + STATUS=0
12:06:59 + '[' 0 -ne 0 ']'
12:06:59 + /usr/bin/tar -xf -
12:06:59 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
12:06:59    debian/rules override_dh_builddeb
12:06:59 make[1]: Entering directory '/root/build-deb'
12:06:59 dh_builddeb -- -Zxz
12:06:59 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb'.
12:06:59 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'.
12:07:00 + STATUS=0
12:07:00 + '[' 0 -ne 0 ']'
12:07:00 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:07:00 + exit 0
12:07:00 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2ksK7E
12:07:00 + umask 022
12:07:00 + cd /root/rpmbuild/BUILD
12:07:00 + cd src
12:07:00 + export DOCKER_GITCOMMIT=a25ab92
12:07:00 + DOCKER_GITCOMMIT=a25ab92
12:07:00 + mkdir -p /go/src/github.com/docker
12:07:00 + ln -snf /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
12:07:00 + TMP_GOPATH=/go
12:07:00 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
12:07:00 + RM_GOPATH=0
12:07:00 + TMP_GOPATH=/go
12:07:00 + : /usr/local/bin
12:07:00 + '[' -z /go ']'
12:07:00 + export GOPATH=/go
12:07:00 + GOPATH=/go
12:07:00 + case "$(go env GOARCH)" in
12:07:00 ++ go env GOARCH
12:07:00 + export GO_BUILDMODE=-buildmode=pie
12:07:00 + GO_BUILDMODE=-buildmode=pie
12:07:00 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
12:07:00 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
12:07:00 + bin=rootlesskit
12:07:00 + shift
12:07:00 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
12:07:00 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
12:07:00 ++ : 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:07:00 + install_rootlesskit dynamic
12:07:00 + case "$1" in
12:07:00 + install_rootlesskit_dynamic
12:07:00 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:07:00 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:07:00 + export BUILD_MODE=-buildmode=pie
12:07:00 + BUILD_MODE=-buildmode=pie
12:07:00 + _install_rootlesskit
12:07:00 + echo 'Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7'
12:07:00 + for f in rootlesskit rootlesskit-docker-proxy
12:07:00 + GOBIN=/usr/local/bin
12:07:00 + GO111MODULE=on
12:07:00 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:07:00 Install rootlesskit version 6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:07:00 go: downloading github.com/rootless-containers/rootlesskit v1.1.0
12:07:00 go: downloading github.com/urfave/cli/v2 v2.23.5
12:07:00 go: downloading golang.org/x/sys v0.2.0
12:07:00 Wrote: /root/rpmbuild/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.fc36.aarch64.rpm
12:07:00 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4Iknkr
12:07:00 + umask 022
12:07:00 + cd /root/rpmbuild/BUILD
12:07:00 + cd src
12:07:00 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64
12:07:00 + RPM_EC=0
12:07:00 ++ jobs -p
12:07:00 + exit 0
12:07:00 
12:07:00 RPM build warnings:
12:07:00     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:07:00     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:07:00     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:07:00     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
12:07:00     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:07:00 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.e03RHP
12:07:00 + umask 022
12:07:00 + cd /root/rpmbuild/BUILD
12:07:00 + cd /root/rpmbuild/BUILD
12:07:00 + rm -rf src
12:07:00 + /usr/bin/mkdir -p src
12:07:00 + cd src
12:07:00 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:07:00 + /usr/bin/tar -xof -
12:07:00 + STATUS=0
12:07:00 + '[' 0 -ne 0 ']'
12:07:00 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:07:00 + /usr/bin/tar -xof -
12:07:00 + STATUS=0
12:07:00 + '[' 0 -ne 0 ']'
12:07:00 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:07:00 + RPM_EC=0
12:07:00 ++ jobs -p
12:07:00 + exit 0
12:07:00 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DrJgTD
12:07:00 + umask 022
12:07:00 + cd /root/rpmbuild/BUILD
12:07:00 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:07:00 + export CFLAGS
12:07:00 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:07:00 + export CXXFLAGS
12:07:00 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:07:00 + export FFLAGS
12:07:00 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:07:00 + export FCFLAGS
12:07:00 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.15.1-0.fc36.aarch64.ld'
12:07:00 + export LDFLAGS
12:07:00 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:07:00 + export LT_SYS_LIBRARY_PATH
12:07:00 + CC=gcc
12:07:00 + export CC
12:07:00 + CXX=g++
12:07:00 + export CXX
12:07:00 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:07:00 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.15.1-0.fc36 aarch64
12:07:00 + cd src
12:07:00 + pushd /root/rpmbuild/BUILD/src/compose
12:07:00 + make VERSION=v2.15.1 DESTDIR=./bin build
12:07:00 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:07:00 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "./bin/docker-compose" ./cmd
12:07:00 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:07:00 go: downloading golang.org/x/sys v0.3.0
12:07:00 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:07:01 go: downloading github.com/insomniacslk/dhcp v0.0.0-20220119180841-3c283ff8b7dd
12:07:01 go: downloading github.com/google/uuid v1.3.0
12:07:01 go: downloading github.com/moby/vpnkit v0.5.0
12:07:01 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:07:01 go: downloading github.com/gofrs/flock v0.8.1
12:07:01 go: downloading github.com/moby/sys/mountinfo v0.6.2
12:07:01 go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
12:07:01 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c
12:07:01 go: downloading golang.org/x/net v0.1.0
12:07:01 go: downloading github.com/theupdateframework/notary v0.7.0
12:07:01 go: downloading github.com/compose-spec/compose-go v1.8.2
12:07:01 go: downloading github.com/hashicorp/go-version v1.6.0
12:07:01 go: downloading github.com/docker/buildx v0.9.1
12:07:01 go: downloading github.com/mattn/go-shellwords v1.0.12
12:07:01 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:07:02 go: downloading github.com/containerd/containerd v1.6.14
12:07:02 go: downloading go.opentelemetry.io/otel v1.11.2
12:07:02 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:07:02 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:07:02 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:07:02 go: downloading golang.org/x/sync v0.1.0
12:07:02 go: downloading k8s.io/client-go v0.22.4
12:07:02 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:07:02 go: downloading github.com/imdario/mergo v0.3.13
12:07:02 go: downloading github.com/containerd/console v1.0.3
12:07:02 go: downloading github.com/buger/goterm v1.0.4
12:07:02 go: downloading github.com/stretchr/testify v1.8.1
12:07:02 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:07:02 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:07:02 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:07:02 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:07:02 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:07:02 go: downloading k8s.io/api v0.22.4
12:07:03 # Build the compose plugin
12:07:03 cd /go/src/github.com/docker/compose \
12:07:03 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:07:03 make[2]: Entering directory '/root/build-deb/compose'
12:07:03 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:07:03 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:07:03 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:07:03 go: downloading golang.org/x/sys v0.3.0
12:07:03 go: downloading github.com/theupdateframework/notary v0.7.0
12:07:03 go: downloading github.com/compose-spec/compose-go v1.8.2
12:07:03 go: downloading github.com/hashicorp/go-version v1.6.0
12:07:03 go: downloading github.com/docker/buildx v0.9.1
12:07:03 go: downloading github.com/mattn/go-shellwords v1.0.12
12:07:03 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:07:03 go: downloading go.opentelemetry.io/otel v1.11.2
12:07:03 go: downloading github.com/containerd/containerd v1.6.14
12:07:03 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:07:03 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:07:03 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:07:03 go: downloading golang.org/x/sync v0.1.0
12:07:03 go: downloading k8s.io/client-go v0.22.4
12:07:03 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:07:03 go: downloading github.com/imdario/mergo v0.3.13
12:07:03 go: downloading github.com/containerd/console v1.0.3
12:07:03 go: downloading github.com/buger/goterm v1.0.4
12:07:03 go: downloading github.com/stretchr/testify v1.8.1
12:07:03 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:07:03 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:07:03 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:07:03 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:07:03 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:07:03 go: downloading k8s.io/api v0.22.4
12:07:03 go: downloading k8s.io/apimachinery v0.22.4
12:07:03 go: downloading github.com/gofrs/flock v0.8.0
12:07:03 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:07:03 go: downloading github.com/golang/mock v1.6.0
12:07:03 go: downloading github.com/klauspost/compress v1.15.9
12:07:03 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:07:03 go: downloading github.com/hashicorp/errwrap v1.1.0
12:07:03 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:07:03 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:07:03 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:07:03 go: downloading google.golang.org/grpc v1.47.0
12:07:03 go: downloading golang.org/x/net v0.4.0
12:07:03 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:07:03 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:07:03 go: downloading golang.org/x/term v0.3.0
12:07:03 go: downloading github.com/mattn/go-runewidth v0.0.14
12:07:03 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:07:03 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:07:03 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:07:03 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:07:03 go: downloading google.golang.org/protobuf v1.28.0
12:07:03 go: downloading github.com/go-logr/stdr v1.2.2
12:07:03 go: downloading github.com/containerd/typeurl v1.0.2
12:07:03 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:07:03 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:07:03 go: downloading k8s.io/klog/v2 v2.60.1
12:07:03 go: downloading github.com/pelletier/go-toml v1.9.4
12:07:03 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:07:03 go: downloading github.com/google/gofuzz v1.2.0
12:07:03 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:07:03 go: downloading github.com/gogo/googleapis v1.4.1
12:07:03 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:07:03 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:07:03 go: downloading github.com/moby/locker v1.0.1
12:07:03 go: downloading github.com/felixge/httpsnoop v1.0.2
12:07:03 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:07:03 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:07:03 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:07:03 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:07:03 go: downloading gopkg.in/inf.v0 v0.9.1
12:07:03 go: downloading github.com/googleapis/gnostic v0.5.5
12:07:03 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:07:03 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:07:03 go: downloading github.com/json-iterator/go v1.1.12
12:07:03 go: downloading github.com/modern-go/reflect2 v1.0.2
12:07:03 go: downloading sigs.k8s.io/yaml v1.2.0
12:07:03 go: downloading github.com/mattn/go-colorable v0.1.12
12:07:03 go: downloading github.com/prometheus/client_golang v1.12.2
12:07:03 go: downloading github.com/containerd/ttrpc v1.1.0
12:07:03 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:07:03 go: downloading github.com/moby/spdystream v0.2.0
12:07:03 go: downloading github.com/mattn/go-isatty v0.0.16
12:07:03 go: downloading github.com/prometheus/client_model v0.2.0
12:07:03 go: downloading github.com/prometheus/common v0.32.1
12:07:03 go: downloading github.com/prometheus/procfs v0.7.3
12:07:03 go: downloading k8s.io/apimachinery v0.22.4
12:07:03 go: downloading github.com/gofrs/flock v0.8.0
12:07:03 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:07:03 go: downloading github.com/golang/mock v1.6.0
12:07:03 go: downloading github.com/klauspost/compress v1.15.9
12:07:03 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:07:03 go: downloading github.com/hashicorp/errwrap v1.1.0
12:07:03 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:07:03 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:07:03 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:07:03 go: downloading google.golang.org/grpc v1.47.0
12:07:03 go: downloading golang.org/x/net v0.4.0
12:07:03 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:07:03 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:07:03 # Build the compose plugin
12:07:03 cd /go/src/github.com/docker/compose \
12:07:03 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:07:03 make[2]: Entering directory '/root/build-deb/compose'
12:07:03 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:07:03 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:07:03 go: downloading golang.org/x/sys v0.3.0
12:07:03 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:07:03 go: downloading github.com/theupdateframework/notary v0.7.0
12:07:03 go: downloading github.com/compose-spec/compose-go v1.8.2
12:07:03 go: downloading github.com/hashicorp/go-version v1.6.0
12:07:03 go: downloading github.com/docker/buildx v0.9.1
12:07:03 go: downloading github.com/mattn/go-shellwords v1.0.12
12:07:03 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:07:03 go: downloading go.opentelemetry.io/otel v1.11.2
12:07:03 go: downloading github.com/containerd/containerd v1.6.14
12:07:03 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:07:03 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:07:03 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:07:03 go: downloading golang.org/x/sync v0.1.0
12:07:03 go: downloading k8s.io/client-go v0.22.4
12:07:03 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:07:03 go: downloading github.com/imdario/mergo v0.3.13
12:07:03 go: downloading github.com/containerd/console v1.0.3
12:07:03 go: downloading github.com/buger/goterm v1.0.4
12:07:03 go: downloading github.com/stretchr/testify v1.8.1
12:07:03 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:07:03 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:07:03 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:07:03 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:07:03 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:07:03 go: downloading k8s.io/api v0.22.4
12:07:03 go: downloading k8s.io/apimachinery v0.22.4
12:07:03 go: downloading github.com/gofrs/flock v0.8.0
12:07:03 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:07:03 go: downloading github.com/golang/mock v1.6.0
12:07:03 go: downloading github.com/klauspost/compress v1.15.9
12:07:03 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:07:03 go: downloading github.com/hashicorp/errwrap v1.1.0
12:07:03 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:07:03 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:07:03 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:07:03 go: downloading google.golang.org/grpc v1.47.0
12:07:03 go: downloading golang.org/x/net v0.4.0
12:07:03 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:07:03 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:07:03 go: downloading golang.org/x/term v0.3.0
12:07:03 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:07:03 go: downloading github.com/mattn/go-runewidth v0.0.14
12:07:03 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:07:03 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:07:03 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:07:03 go: downloading google.golang.org/protobuf v1.28.0
12:07:03 go: downloading github.com/go-logr/stdr v1.2.2
12:07:03 go: downloading github.com/containerd/typeurl v1.0.2
12:07:03 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:07:03 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:07:03 go: downloading k8s.io/klog/v2 v2.60.1
12:07:03 go: downloading github.com/pelletier/go-toml v1.9.4
12:07:03 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:07:03 go: downloading github.com/google/gofuzz v1.2.0
12:07:03 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:07:03 go: downloading github.com/gogo/googleapis v1.4.1
12:07:03 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:07:03 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:07:03 go: downloading github.com/moby/locker v1.0.1
12:07:03 go: downloading github.com/felixge/httpsnoop v1.0.2
12:07:03 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:07:03 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:07:03 go: downloading gopkg.in/inf.v0 v0.9.1
12:07:03 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:07:03 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:07:03 go: downloading github.com/googleapis/gnostic v0.5.5
12:07:03 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:07:03 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:07:03 go: downloading github.com/json-iterator/go v1.1.12
12:07:03 go: downloading github.com/modern-go/reflect2 v1.0.2
12:07:03 go: downloading sigs.k8s.io/yaml v1.2.0
12:07:03 go: downloading github.com/mattn/go-colorable v0.1.12
12:07:03 go: downloading github.com/prometheus/client_golang v1.12.2
12:07:03 go: downloading github.com/containerd/ttrpc v1.1.0
12:07:03 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:07:03 go: downloading github.com/moby/spdystream v0.2.0
12:07:03 go: downloading github.com/mattn/go-isatty v0.0.16
12:07:03 go: downloading github.com/prometheus/client_model v0.2.0
12:07:03 go: downloading github.com/prometheus/common v0.32.1
12:07:03 go: downloading github.com/prometheus/procfs v0.7.3
12:07:04 go: downloading golang.org/x/term v0.3.0
12:07:04 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:07:04 go: downloading github.com/mattn/go-runewidth v0.0.14
12:07:04 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:07:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:07:04 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:07:04 go: downloading google.golang.org/protobuf v1.28.0
12:07:04 # Build the compose plugin
12:07:04 cd /go/src/github.com/docker/compose \
12:07:04 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:07:04 make[2]: Entering directory '/root/build-deb/compose'
12:07:04 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:07:04 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:07:04 go: downloading golang.org/x/sys v0.3.0
12:07:04 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:07:04 go: downloading github.com/theupdateframework/notary v0.7.0
12:07:04 go: downloading github.com/compose-spec/compose-go v1.8.2
12:07:04 go: downloading github.com/hashicorp/go-version v1.6.0
12:07:04 go: downloading github.com/docker/buildx v0.9.1
12:07:04 go: downloading github.com/mattn/go-shellwords v1.0.12
12:07:04 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:07:04 go: downloading go.opentelemetry.io/otel v1.11.2
12:07:04 go: downloading github.com/containerd/containerd v1.6.14
12:07:04 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:07:04 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:07:04 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:07:04 go: downloading golang.org/x/sync v0.1.0
12:07:04 go: downloading k8s.io/client-go v0.22.4
12:07:04 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:07:04 go: downloading github.com/imdario/mergo v0.3.13
12:07:04 go: downloading github.com/containerd/console v1.0.3
12:07:04 go: downloading github.com/buger/goterm v1.0.4
12:07:04 go: downloading github.com/stretchr/testify v1.8.1
12:07:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:07:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:07:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:07:04 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:07:04 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:07:04 go: downloading k8s.io/api v0.22.4
12:07:04 go: downloading k8s.io/apimachinery v0.22.4
12:07:04 go: downloading github.com/gofrs/flock v0.8.0
12:07:04 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:07:04 go: downloading github.com/golang/mock v1.6.0
12:07:04 go: downloading github.com/klauspost/compress v1.15.9
12:07:04 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:07:04 go: downloading github.com/hashicorp/errwrap v1.1.0
12:07:04 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:07:04 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:07:04 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:07:04 go: downloading google.golang.org/grpc v1.47.0
12:07:04 go: downloading golang.org/x/net v0.4.0
12:07:04 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:07:04 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:07:04 go: downloading golang.org/x/term v0.3.0
12:07:04 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:07:04 go: downloading github.com/mattn/go-runewidth v0.0.14
12:07:04 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:07:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:07:04 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:07:04 go: downloading google.golang.org/protobuf v1.28.0
12:07:04 go: downloading github.com/go-logr/stdr v1.2.2
12:07:04 go: downloading github.com/containerd/typeurl v1.0.2
12:07:04 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:07:04 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:07:04 go: downloading k8s.io/klog/v2 v2.60.1
12:07:04 go: downloading github.com/pelletier/go-toml v1.9.4
12:07:04 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:07:04 go: downloading github.com/google/gofuzz v1.2.0
12:07:04 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:07:04 go: downloading github.com/gogo/googleapis v1.4.1
12:07:04 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:07:04 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:07:04 go: downloading github.com/moby/locker v1.0.1
12:07:04 go: downloading github.com/felixge/httpsnoop v1.0.2
12:07:04 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:07:04 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:07:04 go: downloading gopkg.in/inf.v0 v0.9.1
12:07:04 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:07:04 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:07:04 go: downloading github.com/googleapis/gnostic v0.5.5
12:07:04 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:07:04 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:07:04 go: downloading github.com/json-iterator/go v1.1.12
12:07:04 go: downloading github.com/modern-go/reflect2 v1.0.2
12:07:04 go: downloading sigs.k8s.io/yaml v1.2.0
12:07:04 go: downloading github.com/mattn/go-colorable v0.1.12
12:07:04 go: downloading github.com/prometheus/client_golang v1.12.2
12:07:04 go: downloading github.com/containerd/ttrpc v1.1.0
12:07:04 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:07:04 go: downloading github.com/moby/spdystream v0.2.0
12:07:04 go: downloading github.com/mattn/go-isatty v0.0.16
12:07:04 go: downloading github.com/prometheus/client_model v0.2.0
12:07:04 go: downloading github.com/prometheus/common v0.32.1
12:07:04 go: downloading github.com/prometheus/procfs v0.7.3
12:07:04 go: downloading github.com/go-logr/stdr v1.2.2
12:07:04 go: downloading github.com/containerd/typeurl v1.0.2
12:07:04 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:07:04 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:07:04 go: downloading k8s.io/klog/v2 v2.60.1
12:07:04 go: downloading github.com/pelletier/go-toml v1.9.4
12:07:04 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:07:04 go: downloading github.com/google/gofuzz v1.2.0
12:07:04 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:07:04 go: downloading github.com/gogo/googleapis v1.4.1
12:07:05 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:07:05 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:07:05 go: downloading github.com/moby/locker v1.0.1
12:07:05 go: downloading github.com/felixge/httpsnoop v1.0.2
12:07:05 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:07:05 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:07:05 go: downloading gopkg.in/inf.v0 v0.9.1
12:07:05 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:07:05 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:07:05 go: downloading github.com/googleapis/gnostic v0.5.5
12:07:05 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:07:05 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:07:05 go: downloading github.com/json-iterator/go v1.1.12
12:07:05 make[2]: Leaving directory '/root/build-deb/compose'
12:07:05 # Build the scan-plugin
12:07:05 # TODO change once we support scan-plugin on other architectures
12:07:05 if [ "arm64" = "amd64" ]; then \
12:07:05 	cd /go/src/github.com/docker/scan-cli-plugin \
12:07:05 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:07:05 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:07:05 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:07:05 fi
12:07:05 make[1]: Leaving directory '/root/build-deb'
12:07:05    debian/rules override_dh_auto_test
12:07:05 make[1]: Entering directory '/root/build-deb'
12:07:05 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:07:05 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:07:05 PASS: daemon version OK
12:07:05 ver="$(cli/build/docker --version)"; \
12:07:05 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:07:05 PASS: cli version OK
12:07:05 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:07:05 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:07:05 PASS: docker-buildx version OK
12:07:05 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:07:05 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:07:05 PASS: docker-compose version OK
12:07:05 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:07:05 # TODO change once we support scan-plugin on other architectures
12:07:05 if [ "arm64" = "amd64" ]; then \
12:07:05 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:07:05 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:07:05 fi
12:07:05 make[1]: Leaving directory '/root/build-deb'
12:07:05    create-stamp debian/debhelper-build-stamp
12:07:05  debian/rules binary
12:07:05 dh binary --with=bash-completion
12:07:05    dh_testroot
12:07:05    dh_prep
12:07:05    debian/rules override_dh_auto_install
12:07:05 make[1]: Entering directory '/root/build-deb'
12:07:05 # docker-ce-cli install
12:07:05 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:07:05 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:07:05 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:07:05 # docker-ce install
12:07:05 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:07:05 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:07:05 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:07:05 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:07:05 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:07:05 # docker-buildx-plugin install
12:07:05 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:07:05 # docker-compose-plugin install
12:07:05 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:07:05 # docker-scan-plugin install
12:07:05 # TODO change once we support scan-plugin on other architectures
12:07:05 if [ "arm64" = "amd64" ]; then \
12:07:05 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:07:05 fi
12:07:05 # docker-ce-rootless-extras install
12:07:05 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:07:05 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:07:05 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:07:05 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:07:05 # TODO: how can we install vpnkit?
12:07:05 make[1]: Leaving directory '/root/build-deb'
12:07:05    debian/rules override_dh_install
12:07:05 make[1]: Entering directory '/root/build-deb'
12:07:05 dh_install
12:07:05 # TODO Can we do this from within our container?
12:07:05 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:07:05 go: downloading github.com/modern-go/reflect2 v1.0.2
12:07:05 go: downloading sigs.k8s.io/yaml v1.2.0
12:07:05 go: downloading github.com/mattn/go-colorable v0.1.12
12:07:05 go: downloading github.com/prometheus/client_golang v1.12.2
12:07:05 go: downloading github.com/containerd/ttrpc v1.1.0
12:07:05 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:07:05 go: downloading github.com/moby/spdystream v0.2.0
12:07:05 go: downloading github.com/mattn/go-isatty v0.0.16
12:07:05 go: downloading github.com/prometheus/client_model v0.2.0
12:07:05 go: downloading github.com/prometheus/common v0.32.1
12:07:05 go: downloading github.com/prometheus/procfs v0.7.3
12:07:05 make[1]: Leaving directory '/root/build-deb'
12:07:05    dh_installdocs
12:07:05    dh_installchangelogs
12:07:05    dh_installman
12:07:06    dh_bash-completion
12:07:06    dh_systemd_enable
12:07:06    debian/rules override_dh_installinit
12:07:06 make[1]: Entering directory '/root/build-deb'
12:07:06 # use "docker" as our service name, not "docker-ce"
12:07:06 dh_installinit --name=docker
12:07:06 make[1]: Leaving directory '/root/build-deb'
12:07:06    dh_systemd_start
12:07:06    dh_perl
12:07:06    dh_link
12:07:06    dh_strip_nondeterminism
12:07:07 + for f in rootlesskit rootlesskit-docker-proxy
12:07:07 + GOBIN=/usr/local/bin
12:07:07 + GO111MODULE=on
12:07:07 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@6222b477d4c3ce6eea2bcff0586e43c95d1c0bb7
12:07:08    dh_compress
12:07:08    dh_fixperms
12:07:08    dh_missing
12:07:08    debian/rules override_dh_strip
12:07:08 make[1]: Entering directory '/root/build-deb'
12:07:08 # Go has lots of problems with stripping, so just don't
12:07:08 make[1]: Leaving directory '/root/build-deb'
12:07:08    dh_makeshlibs
12:07:08    debian/rules override_dh_shlibdeps
12:07:08 make[1]: Entering directory '/root/build-deb'
12:07:08 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:07:08 + return
12:07:08 + exit 0
12:07:08 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.78XR3N
12:07:08 + umask 022
12:07:08 + cd /root/rpmbuild/BUILD
12:07:08 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64 '!=' / ']'
12:07:08 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:07:08 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:07:08 + mkdir -p /root/rpmbuild/BUILDROOT
12:07:08 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:07:08 + cd src
12:07:08 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/dockerd-rootless.sh
12:07:08 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/dockerd-rootless-setuptool.sh
12:07:08 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/rootlesskit
12:07:08 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64/usr/bin/rootlesskit-docker-proxy
12:07:08 + /usr/lib/rpm/check-buildroot
12:07:08 + /usr/lib/rpm/redhat/brp-compress
12:07:08 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
12:07:08 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:07:08 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
12:07:08 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
12:07:09 + /usr/lib/rpm/redhat/brp-python-hardlink
12:07:09 + /usr/lib/rpm/redhat/brp-java-repack-jars
12:07:09 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.2QSQfX
12:07:09 + umask 022
12:07:09 + cd /root/rpmbuild/BUILD
12:07:09 + cd src
12:07:09 + /usr/local/bin/rootlesskit -v
12:07:09 rootlesskit version 1.1.0
12:07:09 + exit 0
12:07:09 Processing files: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:07:09 Provides: docker-ce-rootless-extras = 0:0.0.0~20230206193855.ab4ef4a-0.el7 docker-ce-rootless-extras(x86-64) = 0:0.0.0~20230206193855.ab4ef4a-0.el7
12:07:09 Requires(interp): /bin/sh /bin/sh /bin/sh
12:07:09 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:07:09 Requires(post): /bin/sh
12:07:09 Requires(preun): /bin/sh
12:07:09 Requires(postun): /bin/sh
12:07: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)
12:07:09 Conflicts: rootlesskit
12:07:09 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:07:09 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.src.rpm
12:07:12 make[1]: Leaving directory '/root/build-deb'
12:07:12    dh_installdeb
12:07:12    debian/rules override_dh_gencontrol
12:07:12 make[1]: Entering directory '/root/build-deb'
12:07:12 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:07:12 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:07:12 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:07:12 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:07:12 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:07:12 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:07:12 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:07:12 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:07:12 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:07:12 if [ "arm64" = "amd64" ]; then \
12:07:12 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:07:12 fi
12:07:12 dh_gencontrol --remaining-packages
12:07:12 make[1]: Leaving directory '/root/build-deb'
12:07:12    dh_md5sums
12:07:12 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm
12:07:12 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.bDCbqB
12:07:12 + umask 022
12:07:12 + cd /root/rpmbuild/BUILD
12:07:12 + cd src
12:07:12 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:07:12 + exit 0
12:07:12 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.mPuuJU
12:07:12 + umask 022
12:07:12 + cd /root/rpmbuild/BUILD
12:07:12 + cd /root/rpmbuild/BUILD
12:07:12 + rm -rf src
12:07:12 + /usr/bin/mkdir -p src
12:07:12 + cd src
12:07:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:07:12 + /usr/bin/tar -xf -
12:07:13    debian/rules override_dh_builddeb
12:07:13 make[1]: Entering directory '/root/build-deb'
12:07:13 dh_builddeb -- -Zxz
12:07:13 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb'.
12:07:13 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'.
12:07:13 + STATUS=0
12:07:13 + '[' 0 -ne 0 ']'
12:07:13 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/buildx.tgz
12:07:13 + /usr/bin/tar -xf -
12:07:13 + STATUS=0
12:07:13 + '[' 0 -ne 0 ']'
12:07:13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:07:13 + exit 0
12:07:13 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.52zKmh
12:07:13 + umask 022
12:07:13 + cd /root/rpmbuild/BUILD
12:07:13 + cd src
12:07:13 + pushd /root/rpmbuild/BUILD/src/buildx
12:07:13 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:07:13 + GO111MODULE=on
12:07:13 + CGO_ENABLED=0
12:07:13 + go build -mod=vendor -trimpath '-ldflags=-X github.com/docker/buildx/version.Version=v0.10.2 -X github.com/docker/buildx/version.Revision=00ed17d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' -o bin/docker-buildx ./cmd/buildx
12:07:16 make[2]: Leaving directory '/root/build-deb/compose'
12:07:16 # Build the scan-plugin
12:07:16 # TODO change once we support scan-plugin on other architectures
12:07:16 if [ "arm64" = "amd64" ]; then \
12:07:16 	cd /go/src/github.com/docker/scan-cli-plugin \
12:07:16 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:07:16 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:07:16 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:07:16 fi
12:07:16 make[1]: Leaving directory '/root/build-deb'
12:07:16    debian/rules override_dh_auto_test
12:07:16 make[1]: Entering directory '/root/build-deb'
12:07:16 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:07:16 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:07:16 PASS: daemon version OK
12:07:16 ver="$(cli/build/docker --version)"; \
12:07:16 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:07:16 PASS: cli version OK
12:07:16 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:07:16 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:07:16 PASS: docker-buildx version OK
12:07:16 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:07:16 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:07:16 PASS: docker-compose version OK
12:07:16 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:07:16 # TODO change once we support scan-plugin on other architectures
12:07:16 if [ "arm64" = "amd64" ]; then \
12:07:16 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:07:16 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:07:16 fi
12:07:16 make[1]: Leaving directory '/root/build-deb'
12:07:16    create-stamp debian/debhelper-build-stamp
12:07:16  debian/rules binary
12:07:16 dh binary --with=bash-completion
12:07:16    dh_testroot
12:07:16    dh_prep
12:07:16    debian/rules override_dh_auto_install
12:07:16 make[1]: Entering directory '/root/build-deb'
12:07:16 # docker-ce-cli install
12:07:16 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:07:16 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:07:16 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:07:16 # docker-ce install
12:07:16 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:07:16 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:07:16 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:07:16 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:07:16 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:07:16 # docker-buildx-plugin install
12:07:16 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:07:16 # docker-compose-plugin install
12:07:16 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:07:16 # docker-scan-plugin install
12:07:16 # TODO change once we support scan-plugin on other architectures
12:07:16 if [ "arm64" = "amd64" ]; then \
12:07:16 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:07:16 fi
12:07:16 # docker-ce-rootless-extras install
12:07:16 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:07:16 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:07:16 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:07:16 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:07:16 # TODO: how can we install vpnkit?
12:07:16 make[1]: Leaving directory '/root/build-deb'
12:07:16    debian/rules override_dh_install
12:07:16 make[1]: Entering directory '/root/build-deb'
12:07:16 dh_install
12:07:16 # TODO Can we do this from within our container?
12:07:16 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:07:16 make[1]: Leaving directory '/root/build-deb'
12:07:16    dh_installdocs
12:07:16    dh_installchangelogs
12:07:16    dh_installman
12:07:16    dh_bash-completion
12:07:16    dh_systemd_enable
12:07:16    debian/rules override_dh_installinit
12:07:16 make[1]: Entering directory '/root/build-deb'
12:07:16 # use "docker" as our service name, not "docker-ce"
12:07:16 dh_installinit --name=docker
12:07:16 make[1]: Leaving directory '/root/build-deb'
12:07:16    dh_systemd_start
12:07:16    dh_perl
12:07:16    dh_link
12:07:16    dh_strip_nondeterminism
12:07:16    dh_compress
12:07:16    dh_fixperms
12:07:16    dh_missing
12:07:16    debian/rules override_dh_strip
12:07:16 make[1]: Entering directory '/root/build-deb'
12:07:16 # Go has lots of problems with stripping, so just don't
12:07:16 make[1]: Leaving directory '/root/build-deb'
12:07:16    dh_makeshlibs
12:07:16    debian/rules override_dh_shlibdeps
12:07:16 make[1]: Entering directory '/root/build-deb'
12:07:16 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:07:16 make[1]: Leaving directory '/root/build-deb'
12:07:16    dh_installdeb
12:07:17    debian/rules override_dh_gencontrol
12:07:17 make[1]: Entering directory '/root/build-deb'
12:07:17 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:07:17 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:07:17 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:07:17 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:07:17 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:07:17 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:07:17 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:07:17 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:07:17 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:07:17 if [ "arm64" = "amd64" ]; then \
12:07:17 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:07:17 fi
12:07:17 dh_gencontrol --remaining-packages
12:07:17 make[1]: Leaving directory '/root/build-deb'
12:07:17    dh_md5sums
12:07:17    debian/rules override_dh_builddeb
12:07:18 make[1]: Entering directory '/root/build-deb'
12:07:18 dh_builddeb -- -Zxz
12:07:18 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'.
12:07:18 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb'.
12:07:20 ~/rpmbuild/BUILD/src
12:07:20 + popd
12:07:20 + exit 0
12:07:20 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.9oVJxG
12:07:20 + umask 022
12:07:20 + cd /root/rpmbuild/BUILD
12:07:20 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64 '!=' / ']'
12:07:20 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64
12:07:20 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64
12:07:20 + mkdir -p /root/rpmbuild/BUILDROOT
12:07:20 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64
12:07:20 + cd src
12:07:20 + pushd /root/rpmbuild/BUILD/src/compose
12:07:20 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:07:20 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:07:20 + popd
12:07:20 + for f in LICENSE MAINTAINERS NOTICE README.md
12:07:20 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:07:20 ~/rpmbuild/BUILD/src
12:07:20 + for f in LICENSE MAINTAINERS NOTICE README.md
12:07:20 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:07:20 + for f in LICENSE MAINTAINERS NOTICE README.md
12:07:20 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:07:20 + for f in LICENSE MAINTAINERS NOTICE README.md
12:07:20 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:07:20 + /usr/lib/rpm/check-buildroot
12:07:20 + /usr/lib/rpm/redhat/brp-ldconfig
12:07:20 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:07:20 + /usr/lib/rpm/brp-compress
12:07:20 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:07:20 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:07:20 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:07:20 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:07:20 + /usr/lib/rpm/brp-python-hardlink
12:07:20 + PYTHON3=/usr/libexec/platform-python
12:07:20 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:07:20 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.6nwrpe
12:07:20 + umask 022
12:07:20 + cd /root/rpmbuild/BUILD
12:07:20 + cd src
12:07:20 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:07:20 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:07:20 + ver=v2.15.1
12:07:20 + test v2.15.1 = v2.15.1
12:07:20 + echo 'PASS: docker-compose version OK'
12:07:20 PASS: docker-compose version OK
12:07:20 + exit 0
12:07:20 Processing files: docker-compose-plugin-2.15.1-0.el8.aarch64
12:07:20 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dVm0wD
12:07:20 + umask 022
12:07:20 + cd /root/rpmbuild/BUILD
12:07:20 + cd src
12:07:20 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64/usr/share/doc/docker-compose-plugin
12:07:20 + export LC_ALL=C
12:07:20 + LC_ALL=C
12:07:20 + export DOCDIR
12:07:20 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64/usr/share/doc/docker-compose-plugin
12:07:20 + 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.15.1-0.el8.aarch64/usr/share/doc/docker-compose-plugin
12:07:20 + exit 0
12:07:20 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.CdffLX
12:07:20 + umask 022
12:07:20 + cd /root/rpmbuild/BUILD
12:07:20 + cd src
12:07:20 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
12:07:20 + export LC_ALL=C
12:07:20 + LC_ALL=C
12:07:20 + export LICENSEDIR
12:07:20 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
12:07:20 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
12:07:20 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64/usr/share/licenses/docker-compose-plugin
12:07:20 + exit 0
12:07:20 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:07:20 Provides: docker-compose-plugin = 0:2.15.1-0.el8 docker-compose-plugin(aarch-64) = 0:2.15.1-0.el8
12:07:20 Requires(interp): /bin/sh /bin/sh /bin/sh
12:07:20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:07:20 Requires(post): /bin/sh
12:07:20 Requires(preun): /bin/sh
12:07:20 Requires(postun): /bin/sh
12:07:20 Enhances: docker-ce-cli
12:07:20 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64
12:07:20 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.15.1-0.el8.src.rpm
12:07:25 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_arm64.deb'.
12:07:25 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'.
12:07:25 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_arm64.deb'.
12:07:27 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'.
12:07:27 # Build the compose plugin
12:07:27 cd /go/src/github.com/docker/compose \
12:07:27 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:07:27 make[2]: Entering directory '/root/build-deb/compose'
12:07:27 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:07:27 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:07:27 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:07:27 go: downloading golang.org/x/sys v0.3.0
12:07:27 go: downloading github.com/theupdateframework/notary v0.7.0
12:07:27 go: downloading github.com/compose-spec/compose-go v1.8.2
12:07:27 go: downloading github.com/hashicorp/go-version v1.6.0
12:07:27 go: downloading github.com/docker/buildx v0.9.1
12:07:27 go: downloading github.com/mattn/go-shellwords v1.0.12
12:07:27 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:07:27 go: downloading go.opentelemetry.io/otel v1.11.2
12:07:27 go: downloading github.com/containerd/containerd v1.6.14
12:07:27 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:07:27 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:07:27 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:07:27 go: downloading golang.org/x/sync v0.1.0
12:07:27 go: downloading k8s.io/client-go v0.22.4
12:07:27 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:07:27 go: downloading github.com/imdario/mergo v0.3.13
12:07:27 go: downloading github.com/containerd/console v1.0.3
12:07:27 go: downloading github.com/buger/goterm v1.0.4
12:07:27 go: downloading github.com/stretchr/testify v1.8.1
12:07:27 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:07:27 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:07:27 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:07:27 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:07:27 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:07:27 go: downloading k8s.io/api v0.22.4
12:07:27 go: downloading k8s.io/apimachinery v0.22.4
12:07:27 go: downloading github.com/gofrs/flock v0.8.0
12:07:27 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:07:27 go: downloading github.com/golang/mock v1.6.0
12:07:27 go: downloading github.com/klauspost/compress v1.15.9
12:07:27 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:07:27 go: downloading github.com/hashicorp/errwrap v1.1.0
12:07:27 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:07:27 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:07:27 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:07:27 go: downloading google.golang.org/grpc v1.47.0
12:07:27 go: downloading golang.org/x/net v0.4.0
12:07:27 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:07:27 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:07:27 go: downloading golang.org/x/term v0.3.0
12:07:27 go: downloading github.com/mattn/go-runewidth v0.0.14
12:07:27 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:07:27 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:07:27 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:07:27 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:07:27 go: downloading google.golang.org/protobuf v1.28.0
12:07:27 go: downloading github.com/go-logr/stdr v1.2.2
12:07:27 go: downloading github.com/containerd/typeurl v1.0.2
12:07:27 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:07:27 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:07:27 go: downloading k8s.io/klog/v2 v2.60.1
12:07:27 go: downloading github.com/pelletier/go-toml v1.9.4
12:07:27 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:07:27 go: downloading github.com/google/gofuzz v1.2.0
12:07:27 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:07:27 go: downloading github.com/gogo/googleapis v1.4.1
12:07:27 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:07:27 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:07:27 go: downloading github.com/moby/locker v1.0.1
12:07:27 go: downloading github.com/felixge/httpsnoop v1.0.2
12:07:27 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:07:27 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:07:27 go: downloading gopkg.in/inf.v0 v0.9.1
12:07:27 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:07:27 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:07:27 go: downloading github.com/googleapis/gnostic v0.5.5
12:07:27 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:07:27 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:07:27 go: downloading github.com/json-iterator/go v1.1.12
12:07:27 go: downloading github.com/modern-go/reflect2 v1.0.2
12:07:27 go: downloading sigs.k8s.io/yaml v1.2.0
12:07:27 go: downloading github.com/mattn/go-colorable v0.1.12
12:07:27 go: downloading github.com/prometheus/client_golang v1.12.2
12:07:27 go: downloading github.com/containerd/ttrpc v1.1.0
12:07:27 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:07:27 go: downloading github.com/moby/spdystream v0.2.0
12:07:27 go: downloading github.com/mattn/go-isatty v0.0.16
12:07:27 go: downloading github.com/prometheus/client_model v0.2.0
12:07:27 go: downloading github.com/prometheus/common v0.32.1
12:07:27 go: downloading github.com/prometheus/procfs v0.7.3
12:07:27 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.15.1-0.el8.aarch64.rpm
12:07:27 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nOgSxB
12:07:27 + umask 022
12:07:27 + cd /root/rpmbuild/BUILD
12:07:27 + cd src
12:07:27 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.aarch64
12:07:27 + exit 0
12:07:28 # Build the compose plugin
12:07:28 cd /go/src/github.com/docker/compose \
12:07:28 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:07:28 make[2]: Entering directory '/root/build-deb/compose'
12:07:28 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:07:28 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:07:28 go: downloading golang.org/x/sys v0.3.0
12:07:28 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:07:28 go: downloading github.com/theupdateframework/notary v0.7.0
12:07:28 go: downloading github.com/compose-spec/compose-go v1.8.2
12:07:28 go: downloading github.com/hashicorp/go-version v1.6.0
12:07:28 go: downloading github.com/docker/buildx v0.9.1
12:07:28 go: downloading github.com/mattn/go-shellwords v1.0.12
12:07:28 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:07:28 go: downloading go.opentelemetry.io/otel v1.11.2
12:07:28 go: downloading github.com/containerd/containerd v1.6.14
12:07:28 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:07:28 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:07:28 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:07:28 go: downloading golang.org/x/sync v0.1.0
12:07:28 go: downloading k8s.io/client-go v0.22.4
12:07:28 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:07:28 go: downloading github.com/imdario/mergo v0.3.13
12:07:28 go: downloading github.com/containerd/console v1.0.3
12:07:28 go: downloading github.com/buger/goterm v1.0.4
12:07:28 go: downloading github.com/stretchr/testify v1.8.1
12:07:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:07:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:07:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:07:28 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:07:28 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:07:28 go: downloading k8s.io/api v0.22.4
12:07:28 go: downloading k8s.io/apimachinery v0.22.4
12:07:28 go: downloading github.com/gofrs/flock v0.8.0
12:07:28 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:07:28 go: downloading github.com/golang/mock v1.6.0
12:07:28 go: downloading github.com/klauspost/compress v1.15.9
12:07:28 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:07:28 go: downloading github.com/hashicorp/errwrap v1.1.0
12:07:28 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:07:28 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:07:28 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:07:28 go: downloading google.golang.org/grpc v1.47.0
12:07:28 go: downloading golang.org/x/net v0.4.0
12:07:28 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:07:28 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:07:28 go: downloading golang.org/x/term v0.3.0
12:07:28 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:07:28 go: downloading github.com/mattn/go-runewidth v0.0.14
12:07:28 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:07:28 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:07:28 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:07:28 go: downloading google.golang.org/protobuf v1.28.0
12:07:28 go: downloading github.com/go-logr/stdr v1.2.2
12:07:28 go: downloading github.com/containerd/typeurl v1.0.2
12:07:28 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:07:28 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:07:28 go: downloading k8s.io/klog/v2 v2.60.1
12:07:28 go: downloading github.com/pelletier/go-toml v1.9.4
12:07:28 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:07:28 go: downloading github.com/google/gofuzz v1.2.0
12:07:28 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:07:28 go: downloading github.com/gogo/googleapis v1.4.1
12:07:28 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:07:28 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:07:28 go: downloading github.com/moby/locker v1.0.1
12:07:28 go: downloading github.com/felixge/httpsnoop v1.0.2
12:07:28 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:07:28 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:07:28 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:07:28 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:07:28 go: downloading gopkg.in/inf.v0 v0.9.1
12:07:28 go: downloading github.com/googleapis/gnostic v0.5.5
12:07:28 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:07:28 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:07:28 go: downloading github.com/json-iterator/go v1.1.12
12:07:28 go: downloading github.com/modern-go/reflect2 v1.0.2
12:07:28 go: downloading sigs.k8s.io/yaml v1.2.0
12:07:28 go: downloading github.com/mattn/go-colorable v0.1.12
12:07:28 go: downloading github.com/prometheus/client_golang v1.12.2
12:07:28 go: downloading github.com/containerd/ttrpc v1.1.0
12:07:28 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:07:28 go: downloading github.com/moby/spdystream v0.2.0
12:07:28 go: downloading github.com/mattn/go-isatty v0.0.16
12:07:28 go: downloading github.com/prometheus/client_model v0.2.0
12:07:28 go: downloading github.com/prometheus/common v0.32.1
12:07:28 go: downloading github.com/prometheus/procfs v0.7.3
12:07:29 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
12:07:29 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_arm64.deb'.
12:07:29 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'.
12:07:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:07:30 + make IMAGE=quay.io/centos/centos:stream8 verify
12:07:30 docker run  --rm -i \
12:07:30 	-v "$(pwd):/v" \
12:07:30 	-e DEBIAN_FRONTEND=noninteractive \
12:07:30 	-e PACKAGE_REPO=staging \
12:07:30 	-w /v \
12:07:30 	quay.io/centos/centos:stream8 ./verify
12:07:30 Unable to find image 'quay.io/centos/centos:stream8' locally
12:07:30 stream8: Pulling from centos/centos
12:07:30 44219e00881c: Already exists
12:07:30 795f49826329: Already exists
12:07:30 e72c69f7a7a0: Already exists
12:07:30 18c13effe3e1: Already exists
12:07:30 Digest: sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e
12:07:30 Status: Downloaded newer image for quay.io/centos/centos:stream8
12:07:31 + verify
12:07:31 + dpkg --version
12:07:31 + rpm --version
12:07:31 + verify_rpm
12:07:31 ++ . /etc/os-release
12:07:31 +++ NAME='CentOS Stream'
12:07:31 +++ VERSION=8
12:07:31 +++ ID=centos
12:07:31 +++ ID_LIKE='rhel fedora'
12:07:31 +++ VERSION_ID=8
12:07:31 +++ PLATFORM_ID=platform:el8
12:07:31 +++ PRETTY_NAME='CentOS Stream 8'
12:07:31 +++ ANSI_COLOR='0;31'
12:07:31 +++ CPE_NAME=cpe:/o:centos:centos:8
12:07:31 +++ HOME_URL=https://centos.org/
12:07:31 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:07:31 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
12:07:31 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
12:07:31 ++ echo centos
12:07:31 + DIST_ID=centos
12:07:31 ++ . /etc/os-release
12:07:31 +++ NAME='CentOS Stream'
12:07:31 +++ VERSION=8
12:07:31 +++ ID=centos
12:07:31 +++ ID_LIKE='rhel fedora'
12:07:31 +++ VERSION_ID=8
12:07:31 +++ PLATFORM_ID=platform:el8
12:07:31 +++ PRETTY_NAME='CentOS Stream 8'
12:07:31 +++ ANSI_COLOR='0;31'
12:07:31 +++ CPE_NAME=cpe:/o:centos:centos:8
12:07:31 +++ HOME_URL=https://centos.org/
12:07:31 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:07:31 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
12:07:31 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
12:07:31 ++ cut -d. -f1
12:07:31 ++ echo 8
12:07:31 + DIST_VERSION=8
12:07:31 + pkg_manager=yum
12:07:31 + pkg_config_manager=yum-config-manager
12:07:31 + dnf --version
12:07:31 4.7.0
12:07:31   Installed: dnf-0:4.7.0-11.el8.noarch at Mon Sep 19 22:03:09 2022
12:07:31   Built    : CentOS Buildsys <bugs@centos.org> at Wed Jul 27 13:05:47 2022
12:07:31 
12:07:31   Installed: rpm-0:4.14.3-23.el8.aarch64 at Tue Sep  6 17:20:54 2022
12:07:31   Built    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> at Tue Apr  5 18:37:55 2022
12:07:31 + pkg_manager=dnf
12:07:31 + pkg_config_manager='dnf config-manager'
12:07:31 + dnf clean all
12:07:31 0 files removed
12:07:31 + dnf install -y 'dnf-command(config-manager)'
12:07:33 CentOS Stream 8 - AppStream                      24 MB/s |  24 MB     00:00    
12:07:36 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~debian.12~bookworm_arm64.deb'.
12:07:36 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'.
12:07:38 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~debian.11~bullseye_arm64.deb'.
12:07:39 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'.
12:07:41 CentOS Stream 8 - BaseOS                         25 MB/s |  21 MB     00:00    
12:07:43 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'.
12:07:44 Metadata Cache Created
12:07:44 + echo '[DEBUG] Installing engine rpms'
12:07:44 [DEBUG] Installing engine rpms
12:07:44 ++ find rpm/rpmbuild/centos-7/RPMS/ -type f -name '*.rpm'
12:07:44 ++ sed /src/d
12:07:44 + packages='rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm
12:07:44 rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm
12:07:44 rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el7.aarch64.rpm
12:07:44 rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm
12:07:44 rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.15.1-0.el7.aarch64.rpm'
12:07:44 + set -x
12:07:44 ++ source /etc/os-release
12:07:44 +++ NAME='CentOS Linux'
12:07:44 +++ VERSION='7 (AltArch)'
12:07:44 +++ ID=centos
12:07:44 +++ ID_LIKE='rhel fedora'
12:07:44 +++ VERSION_ID=7
12:07:44 +++ PRETTY_NAME='CentOS Linux 7 (AltArch)'
12:07:44 +++ ANSI_COLOR='0;31'
12:07:44 +++ CPE_NAME=cpe:/o:centos:centos:7:server
12:07:44 +++ HOME_URL=https://www.centos.org/
12:07:44 +++ BUG_REPORT_URL=https://bugs.centos.org/
12:07:44 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
12:07:44 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
12:07:44 +++ REDHAT_SUPPORT_PRODUCT=centos
12:07:44 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
12:07:44 ++ echo 7
12:07:44 + product_version=7
12:07:44 + '[' 7 = rawhide ']'
12:07:44 + yum install -y rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.15.1-0.el7.aarch64.rpm
12:07:44 Loaded plugins: fastestmirror, ovl
12:07:44 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm: 1:docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm to be installed
12:07:44 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm to be installed
12:07:44 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el7.aarch64.rpm: docker-buildx-plugin-0.10.2-0.el7.aarch64
12:07:44 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el7.aarch64.rpm to be installed
12:07:44 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64.rpm to be installed
12:07:44 Examining rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.15.1-0.el7.aarch64.rpm: docker-compose-plugin-2.15.1-0.el7.aarch64
12:07:44 Marking rpm/rpmbuild/centos-7/RPMS/aarch64/docker-compose-plugin-2.15.1-0.el7.aarch64.rpm to be installed
12:07:44 Resolving Dependencies
12:07:44 --> Running transaction check
12:07:44 ---> Package docker-buildx-plugin.aarch64 0:0.10.2-0.el7 will be installed
12:07:44 ---> Package docker-ce.aarch64 3:0.0.0~20230206193855.ab4ef4a-0.el7 will be installed
12:07:44 --> Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44 Loading mirror speeds from cached hostfile
12:07:44  * base: download.cf.centos.org
12:07:44  * extras: download.cf.centos.org
12:07:44  * updates: download.cf.centos.org
12:07:44 --> Processing Dependency: containerd.io >= 1.6.4 for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44 --> Processing Dependency: libseccomp >= 2.3 for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44 --> Processing Dependency: iptables for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44 --> Processing Dependency: libcgroup for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44 ---> Package docker-ce-cli.aarch64 1:0.0.0~20230206193855.ab4ef4a-0.el7 will be installed
12:07:44 ---> Package docker-ce-rootless-extras.aarch64 0:0.0.0~20230206193855.ab4ef4a-0.el7 will be installed
12:07:44 --> Processing Dependency: fuse-overlayfs >= 0.7 for package: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44 --> Processing Dependency: slirp4netns >= 0.4 for package: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44 ---> Package docker-compose-plugin.aarch64 0:2.15.1-0.el7 will be installed
12:07:44 --> Running transaction check
12:07:44 ---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed
12:07:44 --> Processing Dependency: selinux-policy-targeted >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
12:07:44 --> Processing Dependency: selinux-policy-base >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
12:07:44 --> Processing Dependency: selinux-policy >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
12:07:44 --> Processing Dependency: policycoreutils >= 2.5-11 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
12:07:44 --> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
12:07:44 --> Processing Dependency: libselinux-utils for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
12:07:44 ---> Package containerd.io.aarch64 0:1.6.16-3.1.el7 will be installed
12:07:44 ---> Package fuse-overlayfs.aarch64 0:0.7.2-6.el7_8 will be installed
12:07:44 --> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.aarch64
12:07:44 --> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.aarch64
12:07:44 --> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.aarch64
12:07:44 ---> Package iptables.aarch64 0:1.4.21-35.el7 will be installed
12:07:44 --> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.aarch64
12:07:44 --> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.aarch64
12:07:44 ---> Package libcgroup.aarch64 0:0.41-21.el7 will be installed
12:07:44 ---> Package libseccomp.aarch64 0:2.3.1-4.el7 will be installed
12:07:44 ---> Package slirp4netns.aarch64 0:0.4.3-4.el7_8 will be installed
12:07:44 --> Running transaction check
12:07:44 ---> Package fuse3-libs.aarch64 0:3.6.1-4.el7 will be installed
12:07:44 ---> Package libnetfilter_conntrack.aarch64 0:1.0.6-1.el7_3 will be installed
12:07:44 --> Processing Dependency: libmnl.so.0(LIBMNL_1.1)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.aarch64
12:07:44 --> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.aarch64
12:07:44 --> Processing Dependency: libmnl.so.0()(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.aarch64
12:07:44 ---> Package libnfnetlink.aarch64 0:1.0.1-4.el7 will be installed
12:07:44 ---> Package libselinux-utils.aarch64 0:2.5-15.el7 will be installed
12:07:44 ---> Package policycoreutils.aarch64 0:2.5-34.el7 will be installed
12:07:44 ---> Package policycoreutils-python.aarch64 0:2.5-34.el7 will be installed
12:07:44 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.aarch64
12:07:44 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.aarch64
12:07:44 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.aarch64
12:07:44 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.aarch64
12:07:44 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.aarch64
12:07:44 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
12:07:44 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
12:07:44 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
12:07:44 --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-34.el7.aarch64
12:07:44 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
12:07:44 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.aarch64
12:07:44 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
12:07:44 ---> Package selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2 will be installed
12:07:44 --> Running transaction check
12:07:44 ---> Package audit-libs-python.aarch64 0:2.8.5-4.el7 will be installed
12:07:44 ---> Package checkpolicy.aarch64 0:2.5-8.el7 will be installed
12:07:44 ---> Package libmnl.aarch64 0:1.0.3-7.el7 will be installed
12:07:44 ---> Package libselinux-python.aarch64 0:2.5-15.el7 will be installed
12:07:44 ---> Package libsemanage-python.aarch64 0:2.5-14.el7 will be installed
12:07:44 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
12:07:44 ---> Package setools-libs.aarch64 0:3.3.8-4.el7 will be installed
12:07:44 --> Finished Dependency Resolution
12:07:44 
12:07:44 Dependencies Resolved
12:07:44 
12:07:44 ================================================================================
12:07:44  Package                 Arch    Version                   Repository      Size
12:07:44 ================================================================================
12:07:44 Installing:
12:07:44  docker-buildx-plugin    aarch64 0.10.2-0.el7              /docker-buildx-plugin-0.10.2-0.el7.aarch64
12:07:44                                                                            52 M
12:07:44  docker-ce               aarch64 3:0.0.0~20230206193855.ab4ef4a-0.el7
12:07:44                                                            /docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44                                                                            67 M
12:07:44  docker-ce-cli           aarch64 1:0.0.0~20230206193855.ab4ef4a-0.el7
12:07:44                                                            /docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44                                                                            33 M
12:07:44  docker-ce-rootless-extras
12:07:44                          aarch64 0.0.0~20230206193855.ab4ef4a-0.el7
12:07:44                                                            /docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64
12:07:44                                                                            18 M
12:07:44  docker-compose-plugin   aarch64 2.15.1-0.el7              /docker-compose-plugin-2.15.1-0.el7.aarch64
12:07:44                                                                            41 M
12:07:44 Installing for dependencies:
12:07:44  audit-libs-python       aarch64 2.8.5-4.el7               base            73 k
12:07:44  checkpolicy             aarch64 2.5-8.el7                 base           275 k
12:07:44  container-selinux       noarch  2:2.119.2-1.911c772.el7_8 extras          40 k
12:07:44  containerd.io           aarch64 1.6.16-3.1.el7            docker-ce-test  24 M
12:07:44  fuse-overlayfs          aarch64 0.7.2-6.el7_8             extras          52 k
12:07:44  fuse3-libs              aarch64 3.6.1-4.el7               extras          76 k
12:07:44  iptables                aarch64 1.4.21-35.el7             base           439 k
12:07:44  libcgroup               aarch64 0.41-21.el7               base            63 k
12:07:44  libmnl                  aarch64 1.0.3-7.el7               base            23 k
12:07:44  libnetfilter_conntrack  aarch64 1.0.6-1.el7_3             base            51 k
12:07:44  libnfnetlink            aarch64 1.0.1-4.el7               base            25 k
12:07:44  libseccomp              aarch64 2.3.1-4.el7               base            55 k
12:07:44  libselinux-python       aarch64 2.5-15.el7                base           222 k
12:07:44  libselinux-utils        aarch64 2.5-15.el7                base           154 k
12:07:44  libsemanage-python      aarch64 2.5-14.el7                base           109 k
12:07:44  policycoreutils         aarch64 2.5-34.el7                base           916 k
12:07:44  policycoreutils-python  aarch64 2.5-34.el7                base           456 k
12:07:44  python-IPy              noarch  0.75-6.el7                base            32 k
12:07:44  selinux-policy          noarch  3.13.1-268.el7_9.2        updates        498 k
12:07:44  selinux-policy-targeted noarch  3.13.1-268.el7_9.2        updates        7.0 M
12:07:44  setools-libs            aarch64 3.3.8-4.el7               base           567 k
12:07:44  slirp4netns             aarch64 0.4.3-4.el7_8             extras          78 k
12:07:44 
12:07:44 Transaction Summary
12:07:44 ================================================================================
12:07:44 Install  5 Packages (+22 Dependent packages)
12:07:44 
12:07:44 Total size: 246 M
12:07:44 Total download size: 36 M
12:07:44 Installed size: 344 M
12:07:44 Downloading packages:
12:07:44 warning: /var/cache/yum/aarch64/7/extras/packages/fuse-overlayfs-0.7.2-6.el7_8.aarch64.rpm: Header V3 RSA/SHA256 Signature, key ID 305d49d6: NOKEY
12:07:44 Public key for fuse-overlayfs-0.7.2-6.el7_8.aarch64.rpm is not installed
12:07:44 Public key for checkpolicy-2.5-8.el7.aarch64.rpm is not installed
12:07:45 + popd
12:07:45 ~/rpmbuild/BUILD/src
12:07:45 + RPM_EC=0
12:07:45 ++ jobs -p
12:07:45 + exit 0
12:07:45 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.5hINDb
12:07:45 + umask 022
12:07:45 + cd /root/rpmbuild/BUILD
12:07:45 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64 '!=' / ']'
12:07:45 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64
12:07:45 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64
12:07:45 + mkdir -p /root/rpmbuild/BUILDROOT
12:07:45 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64
12:07:45 + cd src
12:07:45 + pushd /root/rpmbuild/BUILD/src/compose
12:07:45 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:07:45 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:07:45 + popd
12:07:45 ~/rpmbuild/BUILD/src
12:07:45 + for f in LICENSE MAINTAINERS NOTICE README.md
12:07:45 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:07:45 + for f in LICENSE MAINTAINERS NOTICE README.md
12:07:45 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:07:45 + for f in LICENSE MAINTAINERS NOTICE README.md
12:07:45 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:07:45 + for f in LICENSE MAINTAINERS NOTICE README.md
12:07:45 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:07:45 + /usr/lib/rpm/check-buildroot
12:07:45 + /usr/lib/rpm/redhat/brp-ldconfig
12:07:45 + /usr/lib/rpm/brp-compress
12:07:45 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:07:45 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:07:45 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:07:45 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:07:45 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:07:45 + /usr/lib/rpm/brp-python-hardlink
12:07:45 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:07:45 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.PIONns
12:07:45 + umask 022
12:07:45 + cd /root/rpmbuild/BUILD
12:07:45 + cd src
12:07:45 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:07:45 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:07:45 + ver=v2.15.1
12:07:45 + test v2.15.1 = v2.15.1
12:07:45 + echo 'PASS: docker-compose version OK'
12:07:45 + RPM_EC=0
12:07:45 PASS: docker-compose version OK
12:07:45 ++ jobs -p
12:07:45 + exit 0
12:07:45 Processing files: docker-compose-plugin-2.15.1-0.el9.aarch64
12:07:45 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dLc5ov
12:07:45 + umask 022
12:07:45 + cd /root/rpmbuild/BUILD
12:07:45 + cd src
12:07:45 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64/usr/share/doc/docker-compose-plugin
12:07:45 + export LC_ALL=C
12:07:45 + LC_ALL=C
12:07:45 + export DOCDIR
12:07:45 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64/usr/share/doc/docker-compose-plugin
12:07:45 + 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.15.1-0.el9.aarch64/usr/share/doc/docker-compose-plugin
12:07:45 + RPM_EC=0
12:07:45 ++ jobs -p
12:07:45 + exit 0
12:07:45 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dqklzH
12:07:45 + umask 022
12:07:45 + cd /root/rpmbuild/BUILD
12:07:45 + cd src
12:07:45 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
12:07:45 + export LC_ALL=C
12:07:45 + LC_ALL=C
12:07:45 + export LICENSEDIR
12:07:45 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
12:07:45 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
12:07:45 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64/usr/share/licenses/docker-compose-plugin
12:07:45 + RPM_EC=0
12:07:45 ++ jobs -p
12:07:45 + exit 0
12:07:45 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:07:45 Provides: docker-compose-plugin = 0:2.15.1-0.el9 docker-compose-plugin(aarch-64) = 0:2.15.1-0.el9
12:07:45 Requires(interp): /bin/sh /bin/sh /bin/sh
12:07:45 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:07:45 Requires(post): /bin/sh
12:07:45 Requires(preun): /bin/sh
12:07:45 Requires(postun): /bin/sh
12:07:45 Enhances: docker-ce-cli
12:07:45 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64
12:07:45 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.15.1-0.el9.src.rpm
12:07:46 ~/rpmbuild/BUILD/src
12:07:46 + popd
12:07:46 + exit 0
12:07:46 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ycTKBe
12:07:46 + umask 022
12:07:46 + cd /root/rpmbuild/BUILD
12:07:46 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64 '!=' / ']'
12:07:46 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64
12:07:46 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64
12:07:46 + mkdir -p /root/rpmbuild/BUILDROOT
12:07:46 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64
12:07:46 + cd src
12:07:46 + pushd /root/rpmbuild/BUILD/src/buildx
12:07:46 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:07:46 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:07:46 + popd
12:07:46 ~/rpmbuild/BUILD/src
12:07:46 + /usr/lib/rpm/check-buildroot
12:07:46 + /usr/lib/rpm/redhat/brp-ldconfig
12:07:46 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:07:46 + /usr/lib/rpm/brp-compress
12:07:46 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:07:46 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:07:46 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:07:46 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:07:46 + /usr/lib/rpm/brp-python-hardlink
12:07:46 + PYTHON3=/usr/libexec/platform-python
12:07:46 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:07:46 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.fPBbTG
12:07:46 + umask 022
12:07:46 + cd /root/rpmbuild/BUILD
12:07:46 + cd src
12:07:46 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
12:07:46 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:07:46 + ver=v0.10.2
12:07:46 + test v0.10.2 = v0.10.2
12:07:46 + echo 'PASS: docker-buildx version OK'
12:07:46 PASS: docker-buildx version OK
12:07:46 + exit 0
12:07:46 Processing files: docker-buildx-plugin-0.10.2-0.el8.x86_64
12:07:46 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:07:46 Provides: docker-buildx-plugin = 0:0.10.2-0.el8 docker-buildx-plugin(x86-64) = 0:0.10.2-0.el8
12:07:46 Requires(interp): /bin/sh /bin/sh /bin/sh
12:07:46 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:07:46 Requires(post): /bin/sh
12:07:46 Requires(preun): /bin/sh
12:07:46 Requires(postun): /bin/sh
12:07:46 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64
12:07:46 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.el8.src.rpm
12:07:46 CentOS Stream 8 - Extras                         21 kB/s |  17 kB     00:00    
12:07:46 CentOS Stream 8 - Extras common packages        7.3 kB/s | 5.2 kB     00:00    
12:07:47 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'.
12:07:48 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el8.x86_64.rpm
12:07:48 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.t360dc
12:07:48 + umask 022
12:07:48 + cd /root/rpmbuild/BUILD
12:07:48 + cd src
12:07:48 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el8.x86_64
12:07:48 + exit 0
12:07:48 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6YyMwE
12:07:48 + umask 022
12:07:48 + cd /root/rpmbuild/BUILD
12:07:48 + cd /root/rpmbuild/BUILD
12:07:48 + rm -rf src
12:07:48 + /usr/bin/mkdir -p src
12:07:48 + cd src
12:07:48 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:07:48 + /usr/bin/tar -xof -
12:07:48 + STATUS=0
12:07:48 + '[' 0 -ne 0 ']'
12:07:48 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:07:48 + /usr/bin/tar -xof -
12:07:48 + STATUS=0
12:07:48 + '[' 0 -ne 0 ']'
12:07:48 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:07:48 + exit 0
12:07:48 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HaxKlt
12:07:48 + umask 022
12:07:48 + cd /root/rpmbuild/BUILD
12:07:48 + cd src
12:07:48 + pushd /root/rpmbuild/BUILD/src/compose
12:07:48 + make VERSION=v2.15.1 DESTDIR=./bin build
12:07:48 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:07:48 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "./bin/docker-compose" ./cmd
12:07:48 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:07:49 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'.
12:07:49 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:07:49 Dependencies resolved.
12:07:49 ================================================================================
12:07:49  Package                      Arch        Version           Repository     Size
12:07:49 ================================================================================
12:07:49 Installing:
12:07:49  dnf-plugins-core             noarch      4.0.21-18.el8     baseos         75 k
12:07:49 Upgrading:
12:07:49  python3-dnf-plugins-core     noarch      4.0.21-18.el8     baseos        258 k
12:07:49 Installing dependencies:
12:07:49  python3-systemd              aarch64     234-8.el8         appstream      80 k
12:07:49 
12:07:49 Transaction Summary
12:07:49 ================================================================================
12:07:49 Install  2 Packages
12:07:49 Upgrade  1 Package
12:07:49 
12:07:49 Total download size: 414 k
12:07:49 Downloading Packages:
12:07:49 go: downloading golang.org/x/sys v0.3.0
12:07:49 go: downloading github.com/theupdateframework/notary v0.7.0
12:07:50 (1/3): python3-systemd-234-8.el8.aarch64.rpm    346 kB/s |  80 kB     00:00    
12:07:50 (2/3): dnf-plugins-core-4.0.21-18.el8.noarch.rp 320 kB/s |  75 kB     00:00    
12:07:50 (3/3): python3-dnf-plugins-core-4.0.21-18.el8.n 1.0 MB/s | 258 kB     00:00    
12:07:50 --------------------------------------------------------------------------------
12:07:50 Total                                           471 kB/s | 414 kB     00:00     
12:07:50 Running transaction check
12:07:50 Transaction check succeeded.
12:07:50 Running transaction test
12:07:50 go: downloading github.com/compose-spec/compose-go v1.8.2
12:07:50 go: downloading github.com/hashicorp/go-version v1.6.0
12:07:50 Transaction test succeeded.
12:07:50 Running transaction
12:07:50   Preparing        :                                                        1/1 
12:07:50   Installing       : python3-systemd-234-8.el8.aarch64                      1/4 
12:07:50   Upgrading        : python3-dnf-plugins-core-4.0.21-18.el8.noarch          2/4 
12:07:50   Installing       : dnf-plugins-core-4.0.21-18.el8.noarch                  3/4 
12:07:50   Cleanup          : python3-dnf-plugins-core-4.0.21-14.el8.noarch          4/4 
12:07:50 go: downloading github.com/docker/buildx v0.9.1
12:07:50 go: downloading github.com/mattn/go-shellwords v1.0.12
12:07:50 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:07:50   Running scriptlet: python3-dnf-plugins-core-4.0.21-14.el8.noarch          4/4 
12:07:50   Verifying        : python3-systemd-234-8.el8.aarch64                      1/4 
12:07:50   Verifying        : dnf-plugins-core-4.0.21-18.el8.noarch                  2/4 
12:07:50   Verifying        : python3-dnf-plugins-core-4.0.21-18.el8.noarch          3/4 
12:07:50   Verifying        : python3-dnf-plugins-core-4.0.21-14.el8.noarch          4/4 
12:07:50 
12:07:50 Upgraded:
12:07:50   python3-dnf-plugins-core-4.0.21-18.el8.noarch                                 
12:07:50 Installed:
12:07:50   dnf-plugins-core-4.0.21-18.el8.noarch    python3-systemd-234-8.el8.aarch64   
12:07:50 
12:07:50 Complete!
12:07:50 + case ${DIST_ID}:${DIST_VERSION} in
12:07:50 + install_rpm_containerd
12:07:50 + '[' staging = stage ']'
12:07:50 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
12:07:50 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
12:07:50 + dnf --version
12:07:50 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
12:07:50 go: downloading go.opentelemetry.io/otel v1.11.2
12:07:50 go: downloading github.com/containerd/containerd v1.6.14
12:07:50 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:07:50 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:07:50 4.7.0
12:07:50   Installed: dnf-0:4.7.0-11.el8.noarch at Mon Sep 19 22:03:09 2022
12:07:50   Built    : CentOS Buildsys <bugs@centos.org> at Wed Jul 27 13:05:47 2022
12:07:50 
12:07:50   Installed: rpm-0:4.14.3-23.el8.aarch64 at Tue Sep  6 17:20:54 2022
12:07:50   Built    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> at Tue Apr  5 18:37:55 2022
12:07:50 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
12:07:50 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:07:50 go: downloading golang.org/x/sync v0.1.0
12:07:50 go: downloading k8s.io/client-go v0.22.4
12:07:51 Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
12:07:51 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:07:51 go: downloading github.com/imdario/mergo v0.3.13
12:07:51 go: downloading github.com/containerd/console v1.0.3
12:07:51 go: downloading github.com/buger/goterm v1.0.4
12:07:51 go: downloading github.com/stretchr/testify v1.8.1
12:07:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:07:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:07:51 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:07:51 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:07:51 + dnf config-manager --set-disabled 'docker-ce-*'
12:07:51 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:07:51 go: downloading k8s.io/api v0.22.4
12:07:51 make[1]: Leaving directory '/root/build-deb'
12:07:51  dpkg-genbuildinfo
12:07:51  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.changes
12:07:51 + dnf config-manager --set-enabled docker-ce-test
12:07:51 go: downloading k8s.io/apimachinery v0.22.4
12:07:51 go: downloading github.com/gofrs/flock v0.8.0
12:07:51 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:07:51 go: downloading github.com/golang/mock v1.6.0
12:07:51 go: downloading github.com/klauspost/compress v1.15.9
12:07:51 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'.
12:07:52 + dnf makecache
12:07:52 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:07:52 go: downloading github.com/hashicorp/errwrap v1.1.0
12:07:52 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:07:52 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:07:52 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:07:52 go: downloading google.golang.org/grpc v1.47.0
12:07:52 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_arm64.deb'.
12:07:52 dpkg-genchanges: info: including full source code in upload
12:07:52  dpkg-source -I.git --after-build build-deb
12:07:52 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:07:52 + destination=/build
12:07:52 + mkdir -p /build
12:07:52 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb /root/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_arm64.deb /build
12:07:52 go: downloading golang.org/x/net v0.4.0
12:07:52 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb'
12:07:52 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb'
12:07:52 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'
12:07:52 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'
12:07:52 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'
12:07:52 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'
12:07:52 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc'
12:07:52 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc'
12:07:52 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz'
12:07:52 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz'
12:07:52 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.buildinfo'
12:07:52 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.buildinfo'
12:07:52 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.changes'
12:07:52 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.changes'
12:07:52 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'
12:07:52 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb'
12:07:52 copied '/root/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_arm64.deb' -> '/build/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_arm64.deb'
12:07:52 removed '/root/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_arm64.deb'
12:07:52 CentOS Stream 8 - AppStream                     7.5 kB/s | 4.4 kB     00:00    
12:07:52 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:07:52 warning: /var/cache/yum/aarch64/7/updates/packages/selinux-policy-targeted-3.13.1-268.el7_9.2.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
12:07:52 Public key for selinux-policy-targeted-3.13.1-268.el7_9.2.noarch.rpm is not installed
12:07:52 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:07:52 go: downloading golang.org/x/term v0.3.0
12:07:52 go: downloading github.com/mattn/go-runewidth v0.0.14
12:07:52 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:07:52 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:07:52 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:07:52 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:07:53 # Build the compose plugin
12:07:53 cd /go/src/github.com/docker/compose \
12:07:53 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:07:53 make[2]: Entering directory '/root/build-deb/compose'
12:07:53 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:07:53 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:07:53 go: downloading google.golang.org/protobuf v1.28.0
12:07:53 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:07:53 go: downloading github.com/go-logr/stdr v1.2.2
12:07:53 go: downloading github.com/containerd/typeurl v1.0.2
12:07:53 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:07:53 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:07:53 go: downloading k8s.io/klog/v2 v2.60.1
12:07:53 CentOS Stream 8 - BaseOS                        8.2 kB/s | 3.9 kB     00:00    
12:07:53 go: downloading github.com/pelletier/go-toml v1.9.4
12:07:53 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:07:53 go: downloading github.com/google/gofuzz v1.2.0
12:07:53 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:07:53 go: downloading github.com/gogo/googleapis v1.4.1
12:07:54 CentOS Stream 8 - Extras                        4.7 kB/s | 2.9 kB     00:00    
12:07:54 make[1]: Leaving directory '/root/build-deb'
12:07:54  dpkg-genbuildinfo
12:07:54 go: downloading golang.org/x/sys v0.3.0
12:07:54 go: downloading github.com/theupdateframework/notary v0.7.0
12:07:54 go: downloading github.com/compose-spec/compose-go v1.8.2
12:07:54 go: downloading github.com/hashicorp/go-version v1.6.0
12:07:54 go: downloading github.com/docker/buildx v0.9.1
12:07:54 go: downloading github.com/mattn/go-shellwords v1.0.12
12:07:54 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:07:54  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.changes
12:07:54 go: downloading go.opentelemetry.io/otel v1.11.2
12:07:54 go: downloading github.com/containerd/containerd v1.6.14
12:07:54 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:07:55 CentOS Stream 8 - Extras common packages        3.4 kB/s | 3.0 kB     00:00    
12:07:55 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:07:55 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:07:55 go: downloading github.com/moby/locker v1.0.1
12:07:55 go: downloading github.com/felixge/httpsnoop v1.0.2
12:07:55 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:07:55 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:07:55 go: downloading gopkg.in/inf.v0 v0.9.1
12:07:55 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:07:55 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:07:55 go: downloading github.com/googleapis/gnostic v0.5.5
12:07:55 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:07:55 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:07:55 go: downloading github.com/json-iterator/go v1.1.12
12:07:55 go: downloading github.com/modern-go/reflect2 v1.0.2
12:07:55 go: downloading sigs.k8s.io/yaml v1.2.0
12:07:55 go: downloading github.com/mattn/go-colorable v0.1.12
12:07:55 go: downloading github.com/prometheus/client_golang v1.12.2
12:07:55 go: downloading github.com/containerd/ttrpc v1.1.0
12:07:55 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:07:55 go: downloading github.com/moby/spdystream v0.2.0
12:07:55 go: downloading github.com/mattn/go-isatty v0.0.16
12:07:55 go: downloading github.com/prometheus/client_model v0.2.0
12:07:55 go: downloading github.com/prometheus/common v0.32.1
12:07:55 go: downloading github.com/prometheus/procfs v0.7.3
12:07:55 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:07:55 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:07:55 go: downloading golang.org/x/sync v0.1.0
12:07:55 go: downloading k8s.io/client-go v0.22.4
12:07:55 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:07:55 go: downloading github.com/imdario/mergo v0.3.13
12:07:55 go: downloading github.com/containerd/console v1.0.3
12:07:55 go: downloading github.com/buger/goterm v1.0.4
12:07:55 go: downloading github.com/stretchr/testify v1.8.1
12:07:55 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:07:55 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:07:55 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:07:55 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:07:55 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:07:55 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'.
12:07:55 go: downloading k8s.io/api v0.22.4
12:07:55 Docker CE Test - aarch64                         76 kB/s |  43 kB     00:00    
12:07:55 dpkg-genchanges: info: including full source code in upload
12:07:55  dpkg-source -I.git --after-build .
12:07:55 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:07:55 + destination=/build
12:07:55 + mkdir -p /build
12:07:55 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb /root/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_arm64.deb /build
12:07:55 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
12:07:56 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb'
12:07:56 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb'
12:07:56 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
12:07:56 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
12:07:56 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
12:07:56 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
12:07:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc'
12:07:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc'
12:07:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz'
12:07:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz'
12:07:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.buildinfo'
12:07:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.buildinfo'
12:07:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.changes'
12:07:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.changes'
12:07:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
12:07:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
12:07:56 copied '/root/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_arm64.deb' -> '/build/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_arm64.deb'
12:07:56 removed '/root/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_arm64.deb'
12:07:56 go: downloading k8s.io/apimachinery v0.22.4
12:07:56 go: downloading github.com/gofrs/flock v0.8.0
12:07:56 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:07:56 go: downloading github.com/golang/mock v1.6.0
12:07:56 go: downloading github.com/klauspost/compress v1.15.9
12:07:56 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:07:56 go: downloading github.com/hashicorp/errwrap v1.1.0
12:07:56 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:07:56 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:07:56 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:07:56 go: downloading google.golang.org/grpc v1.47.0
12:07:56 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~debian.10~buster_arm64.deb'.
12:07:56 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'.
12:07:56 go: downloading golang.org/x/net v0.4.0
12:07:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:07:56 warning: /var/cache/yum/aarch64/7/docker-ce-test/packages/containerd.io-1.6.16-3.1.el7.aarch64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY
12:07:56 Public key for containerd.io-1.6.16-3.1.el7.aarch64.rpm is not installed
12:07:57 # Build the compose plugin
12:07:57 cd /go/src/github.com/docker/compose \
12:07:57 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:07:57 make[2]: Entering directory '/root/build-deb/compose'
12:07:57 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:07:57 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:07:57 go: downloading golang.org/x/sys v0.3.0
12:07:57 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:07:57 go: downloading github.com/theupdateframework/notary v0.7.0
12:07:57 go: downloading github.com/compose-spec/compose-go v1.8.2
12:07:57 go: downloading github.com/hashicorp/go-version v1.6.0
12:07:57 go: downloading github.com/docker/buildx v0.9.1
12:07:57 go: downloading github.com/mattn/go-shellwords v1.0.12
12:07:57 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:07:57 go: downloading go.opentelemetry.io/otel v1.11.2
12:07:57 go: downloading github.com/containerd/containerd v1.6.14
12:07:57 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:07:57 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:07:57 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:07:57 go: downloading golang.org/x/sync v0.1.0
12:07:57 go: downloading k8s.io/client-go v0.22.4
12:07:57 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:07:57 go: downloading github.com/imdario/mergo v0.3.13
12:07:57 go: downloading github.com/containerd/console v1.0.3
12:07:57 go: downloading github.com/buger/goterm v1.0.4
12:07:57 go: downloading github.com/stretchr/testify v1.8.1
12:07:57 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:07:57 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:07:57 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:07:57 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:07:57 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:07:57 go: downloading k8s.io/api v0.22.4
12:07:57 go: downloading k8s.io/apimachinery v0.22.4
12:07:57 go: downloading github.com/gofrs/flock v0.8.0
12:07:57 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:07:57 go: downloading github.com/golang/mock v1.6.0
12:07:57 go: downloading github.com/klauspost/compress v1.15.9
12:07:57 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:07:57 go: downloading github.com/hashicorp/errwrap v1.1.0
12:07:57 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:07:57 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:07:57 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:07:57 go: downloading google.golang.org/grpc v1.47.0
12:07:57 go: downloading golang.org/x/net v0.4.0
12:07:57 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:07:57 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:07:57 go: downloading golang.org/x/term v0.3.0
12:07:57 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:07:57 go: downloading github.com/mattn/go-runewidth v0.0.14
12:07:57 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:07:57 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:07:57 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:07:57 go: downloading google.golang.org/protobuf v1.28.0
12:07:57 go: downloading github.com/go-logr/stdr v1.2.2
12:07:57 go: downloading github.com/containerd/typeurl v1.0.2
12:07:57 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:07:57 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:07:57 go: downloading k8s.io/klog/v2 v2.60.1
12:07:57 go: downloading github.com/pelletier/go-toml v1.9.4
12:07:57 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:07:57 go: downloading github.com/google/gofuzz v1.2.0
12:07:57 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:07:57 go: downloading github.com/gogo/googleapis v1.4.1
12:07:57 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:07:57 Metadata cache created.
12:07:57 [DEBUG] Installing engine rpms
12:07:57 + echo '[DEBUG] Installing engine rpms'
12:07:57 ++ find rpm/rpmbuild/centos-8/RPMS/ -type f -name '*.rpm'
12:07:57 ++ sed /src/d
12:07:57 + packages='rpm/rpmbuild/centos-8/RPMS/aarch64/docker-compose-plugin-2.15.1-0.el8.aarch64.rpm
12:07:57 rpm/rpmbuild/centos-8/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el8.aarch64.rpm
12:07:57 rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm
12:07:57 rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm
12:07:57 rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm'
12:07:57 + set -x
12:07:57 ++ source /etc/os-release
12:07:57 +++ NAME='CentOS Stream'
12:07:57 +++ VERSION=8
12:07:57 +++ ID=centos
12:07:57 +++ ID_LIKE='rhel fedora'
12:07:57 +++ VERSION_ID=8
12:07:57 +++ PLATFORM_ID=platform:el8
12:07:57 +++ PRETTY_NAME='CentOS Stream 8'
12:07:57 +++ ANSI_COLOR='0;31'
12:07:57 +++ CPE_NAME=cpe:/o:centos:centos:8
12:07:57 +++ HOME_URL=https://centos.org/
12:07:57 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:07:57 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
12:07:57 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
12:07:57 ++ echo 'CentOS Stream'
12:07:57 + product_version='CentOS Stream'
12:07:57 + '[' 'CentOS Stream' = rawhide ']'
12:07:57 + dnf install -y rpm/rpmbuild/centos-8/RPMS/aarch64/docker-compose-plugin-2.15.1-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm rpm/rpmbuild/centos-8/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64.rpm
12:07:57 + make IMAGE=ubuntu:bionic verify
12:07:57 docker run  --rm -i \
12:07:57 	-v "$(pwd):/v" \
12:07:57 	-e DEBIAN_FRONTEND=noninteractive \
12:07:57 	-e PACKAGE_REPO=staging \
12:07:57 	-w /v \
12:07:57 	ubuntu:bionic ./verify
12:07:57 Unable to find image 'ubuntu:bionic' locally
12:07:57 bionic: Pulling from library/ubuntu
12:07:57 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:07:57 go: downloading golang.org/x/term v0.3.0
12:07:57 go: downloading github.com/mattn/go-runewidth v0.0.14
12:07:57 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:07:57 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:07:57 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:07:57 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:07:57 c2a5dda1e2b0: Already exists
12:07:57 Digest: sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf
12:07:57 Status: Downloaded newer image for ubuntu:bionic
12:07:57 make[1]: Leaving directory '/root/build-deb'
12:07:57  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.buildinfo
12:07:57  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.changes
12:07:57 go: downloading google.golang.org/protobuf v1.28.0
12:07:57 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:07:57 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:07:57 dpkg-genchanges: info: including full source code in upload
12:07:57  dpkg-source -I.git --after-build .
12:07:57 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:07:57 + destination=/build
12:07:57 + mkdir -p /build
12:07:57 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb /root/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_arm64.deb /build
12:07:57 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb'
12:07:57 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb'
12:07:57 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
12:07:57 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
12:07:57 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
12:07:57 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
12:07:57 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc'
12:07:57 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc'
12:07:57 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz'
12:07:57 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz'
12:07:57 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.buildinfo'
12:07:57 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.buildinfo'
12:07:57 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.changes'
12:07:57 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.changes'
12:07:57 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
12:07:57 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
12:07:57 copied '/root/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_arm64.deb' -> '/build/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_arm64.deb'
12:07:57 removed '/root/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_arm64.deb'
12:07:57 go: downloading github.com/go-logr/stdr v1.2.2
12:07:57 go: downloading github.com/containerd/typeurl v1.0.2
12:07:57 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:07:57 go: downloading github.com/moby/locker v1.0.1
12:07:57 go: downloading github.com/felixge/httpsnoop v1.0.2
12:07:57 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:07:57 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:07:57 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:07:57 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:07:57 go: downloading gopkg.in/inf.v0 v0.9.1
12:07:57 go: downloading github.com/googleapis/gnostic v0.5.5
12:07:57 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:07:57 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:07:57 go: downloading github.com/json-iterator/go v1.1.12
12:07:58 Last metadata expiration check: 0:00:02 ago on Tue Feb  7 12:07:55 2023.
12:07:58 + verify
12:07:58 + dpkg --version
12:07:58 + verify_deb
12:07:58 + apt-get update
12:07:58 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:07:58 go: downloading k8s.io/klog/v2 v2.60.1
12:07:58 go: downloading github.com/pelletier/go-toml v1.9.4
12:07:58 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:07:58 go: downloading github.com/google/gofuzz v1.2.0
12:07:58 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:07:58 go: downloading github.com/gogo/googleapis v1.4.1
12:07:58 go: downloading github.com/modern-go/reflect2 v1.0.2
12:07:58 go: downloading sigs.k8s.io/yaml v1.2.0
12:07:58 go: downloading github.com/mattn/go-colorable v0.1.12
12:07:58 go: downloading github.com/prometheus/client_golang v1.12.2
12:07:58 go: downloading github.com/containerd/ttrpc v1.1.0
12:07:58 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:07:58 go: downloading github.com/moby/spdystream v0.2.0
12:07:58 go: downloading github.com/mattn/go-isatty v0.0.16
12:07:58 go: downloading github.com/prometheus/client_model v0.2.0
12:07:58 go: downloading github.com/prometheus/common v0.32.1
12:07:58 go: downloading github.com/prometheus/procfs v0.7.3
12:07:58 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
12:07:58 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
12:07:58 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
12:07:58 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
12:07:58 Dependencies resolved.
12:07:58 =======================================================================================================
12:07:58  Package                        Arch     Version                                  Repository       Size
12:07:58 =======================================================================================================
12:07:58 Installing:
12:07:58  docker-buildx-plugin           aarch64  0.10.2-0.el8                             @commandline     10 M
12:07:58  docker-ce                      aarch64  3:0.0.0~20230206193855.ab4ef4a-0.el8     @commandline     14 M
12:07:58  docker-ce-cli                  aarch64  1:0.0.0~20230206193855.ab4ef4a-0.el8     @commandline    6.2 M
12:07:58  docker-ce-rootless-extras      aarch64  0.0.0~20230206193855.ab4ef4a-0.el8       @commandline    4.2 M
12:07:58  docker-compose-plugin          aarch64  2.15.1-0.el8                             @commandline    8.9 M
12:07:58 Installing dependencies:
12:07:58  checkpolicy                    aarch64  2.9-1.el8                                baseos          338 k
12:07:58  container-selinux              noarch   2:2.189.0-1.module_el8.7.0+1216+b022c01d appstream        60 k
12:07:58  containerd.io                  aarch64  1.6.16-3.1.el8                           docker-ce-test   24 M
12:07:58  diffutils                      aarch64  3.6-6.el8                                baseos          352 k
12:07:58  fuse-common                    aarch64  3.3.0-16.el8                             baseos           22 k
12:07:58  fuse-overlayfs                 aarch64  1.9-1.module_el8.7.0+1216+b022c01d       appstream        68 k
12:07:58  fuse3                          aarch64  3.3.0-16.el8                             baseos           53 k
12:07:58  fuse3-libs                     aarch64  3.3.0-16.el8                             baseos           91 k
12:07:58  iptables                       aarch64  1.8.4-24.el8                             baseos          582 k
12:07:58  iptables-libs                  aarch64  1.8.4-24.el8                             baseos          107 k
12:07:58  kmod                           aarch64  25-19.el8                                baseos          123 k
12:07:58  libcgroup                      aarch64  0.41-19.el8                              baseos           68 k
12:07:58  libibverbs                     aarch64  41.0-1.el8                               baseos          370 k
12:07:58  libmnl                         aarch64  1.0.4-6.el8                              baseos           30 k
12:07:58  libnetfilter_conntrack         aarch64  1.0.6-5.el8                              baseos           61 k
12:07:58  libnfnetlink                   aarch64  1.0.1-13.el8                             baseos           32 k
12:07:58  libnftnl                       aarch64  1.1.5-5.el8                              baseos           80 k
12:07:58  libpcap                        aarch64  14:1.9.1-5.el8                           baseos          161 k
12:07:58  libselinux-utils               aarch64  2.9-6.el8                                baseos          241 k
12:07:58  libslirp                       aarch64  4.4.0-1.module_el8.7.0+1216+b022c01d     appstream        66 k
12:07:58  policycoreutils                aarch64  2.9-21.1.el8                             baseos          374 k
12:07:58  policycoreutils-python-utils   noarch   2.9-21.1.el8                             baseos          253 k
12:07:58  python3-audit                  aarch64  3.0.7-4.el8                              baseos           85 k
12:07:58  python3-libselinux             aarch64  2.9-6.el8                                baseos          271 k
12:07:58  python3-libsemanage            aarch64  2.9-9.el8                                baseos          126 k
12:07:58  python3-policycoreutils        noarch   2.9-21.1.el8                             baseos          2.2 M
12:07:58  python3-setools                aarch64  4.3.0-3.el8                              baseos          528 k
12:07:58  rpm-plugin-selinux             aarch64  4.14.3-23.el8                            baseos           78 k
12:07:58  selinux-policy                 noarch   3.14.3-114.el8                           baseos          658 k
12:07:58  selinux-policy-targeted        noarch   3.14.3-114.el8                           baseos           15 M
12:07:58  slirp4netns                    aarch64  1.2.0-2.module_el8.7.0+1216+b022c01d     appstream        53 k
12:07:58  xz                             aarch64  5.2.4-4.el8                              baseos          153 k
12:07:58 Downgrading:
12:07:58  xz-libs                        aarch64  5.2.4-4.el8                              baseos           91 k
12:07:58 Enabling module streams:
12:07:58  container-tools                         rhel8                                                         
12:07:58 
12:07:58 Transaction Summary
12:07:58 =======================================================================================================
12:07:58 Install    37 Packages
12:07:58 Downgrade   1 Package
12:07:58 
12:07:58 Total size: 92 M
12:07:58 Total download size: 47 M
12:07:58 Downloading Packages:
12:07:59 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB]
12:07:59 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B]
12:07:59 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB]
12:07:59 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:07:59 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:07:59 go: downloading github.com/moby/locker v1.0.1
12:07:59 go: downloading github.com/felixge/httpsnoop v1.0.2
12:07:59 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:07:59 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:07:59 go: downloading gopkg.in/inf.v0 v0.9.1
12:07:59 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:07:59 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:07:59 go: downloading github.com/googleapis/gnostic v0.5.5
12:07:59 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:07:59 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:07:59 go: downloading github.com/json-iterator/go v1.1.12
12:07:59 go: downloading github.com/modern-go/reflect2 v1.0.2
12:07:59 go: downloading sigs.k8s.io/yaml v1.2.0
12:07:59 go: downloading github.com/mattn/go-colorable v0.1.12
12:07:59 go: downloading github.com/prometheus/client_golang v1.12.2
12:07:59 go: downloading github.com/containerd/ttrpc v1.1.0
12:07:59 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:07:59 go: downloading github.com/moby/spdystream v0.2.0
12:07:59 go: downloading github.com/mattn/go-isatty v0.0.16
12:07:59 go: downloading github.com/prometheus/client_model v0.2.0
12:07:59 go: downloading github.com/prometheus/common v0.32.1
12:07:59 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB]
12:07:59 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [6144 B]
12:07:59 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5351 B]
12:07:59 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [2105 kB]
12:07:59 go: downloading github.com/prometheus/procfs v0.7.3
12:07:59 (1/33): xz-libs-5.2.4-4.el8.aarch64.rpm         391 kB/s |  91 kB     00:00    
12:07:59 (2/33): container-selinux-2.189.0-1.module_el8. 256 kB/s |  60 kB     00:00    
12:07:59 (3/33): fuse-overlayfs-1.9-1.module_el8.7.0+121 284 kB/s |  68 kB     00:00    
12:07:59 (4/33): libslirp-4.4.0-1.module_el8.7.0+1216+b0 5.7 MB/s |  66 kB     00:00    
12:07:59 (5/33): slirp4netns-1.2.0-2.module_el8.7.0+1216 4.6 MB/s |  53 kB     00:00    
12:07:59 (6/33): fuse-common-3.3.0-16.el8.aarch64.rpm    3.9 MB/s |  22 kB     00:00    
12:07:59 (7/33): checkpolicy-2.9-1.el8.aarch64.rpm        20 MB/s | 338 kB     00:00    
12:07:59 (8/33): fuse3-3.3.0-16.el8.aarch64.rpm          5.4 MB/s |  53 kB     00:00    
12:07:59 (9/33): diffutils-3.6-6.el8.aarch64.rpm          13 MB/s | 352 kB     00:00    
12:07:59 (10/33): fuse3-libs-3.3.0-16.el8.aarch64.rpm    6.1 MB/s |  91 kB     00:00    
12:07:59 (11/33): iptables-libs-1.8.4-24.el8.aarch64.rpm  11 MB/s | 107 kB     00:00    
12:07:59 (12/33): kmod-25-19.el8.aarch64.rpm              13 MB/s | 123 kB     00:00    
12:07:59 (13/33): libcgroup-0.41-19.el8.aarch64.rpm      7.4 MB/s |  68 kB     00:00    
12:07:59 (14/33): iptables-1.8.4-24.el8.aarch64.rpm       18 MB/s | 582 kB     00:00    
12:07:59 (15/33): libibverbs-41.0-1.el8.aarch64.rpm       21 MB/s | 370 kB     00:00    
12:07:59 (16/33): libnetfilter_conntrack-1.0.6-5.el8.aar 5.8 MB/s |  61 kB     00:00    
12:07:59 (17/33): libnfnetlink-1.0.1-13.el8.aarch64.rpm  4.2 MB/s |  32 kB     00:00    
12:07:59 (18/33): libnftnl-1.1.5-5.el8.aarch64.rpm        10 MB/s |  80 kB     00:00    
12:07:59 (19/33): libpcap-1.9.1-5.el8.aarch64.rpm         16 MB/s | 161 kB     00:00    
12:07:59 (20/33): libselinux-utils-2.9-6.el8.aarch64.rpm  20 MB/s | 241 kB     00:00    
12:07:59 (21/33): policycoreutils-2.9-21.1.el8.aarch64.r  27 MB/s | 374 kB     00:00    
12:07:59 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [2171 kB]
12:07:59 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [20.1 kB]
12:07:59 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [64.0 kB]
12:07:59 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [5465 B]
12:07:59 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1802 kB]
12:08:00 make[1]: Leaving directory '/root/build-deb'
12:08:00  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.buildinfo
12:08:00 (22/33): policycoreutils-python-utils-2.9-21.1.  17 MB/s | 253 kB     00:00    
12:08:00 (23/33): python3-audit-3.0.7-4.el8.aarch64.rpm  7.6 MB/s |  85 kB     00:00    
12:08:00 (24/33): python3-libsemanage-2.9-9.el8.aarch64.  17 MB/s | 126 kB     00:00    
12:08:00 (25/33): python3-libselinux-2.9-6.el8.aarch64.r  15 MB/s | 271 kB     00:00    
12:08:00 (26/33): python3-setools-4.3.0-3.el8.aarch64.rp  38 MB/s | 528 kB     00:00    
12:08:00 (27/33): python3-policycoreutils-2.9-21.1.el8.n  58 MB/s | 2.2 MB     00:00    
12:08:00 (28/33): selinux-policy-3.14.3-114.el8.noarch.r  55 MB/s | 658 kB     00:00    
12:08:00 (29/33): selinux-policy-targeted-3.14.3-114.el8  86 MB/s |  15 MB     00:00    
12:08:00 (30/33): xz-5.2.4-4.el8.aarch64.rpm              22 MB/s | 153 kB     00:00    
12:08:00 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2760 B]
12:08:00 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1410 kB]
12:08:00 + popd
12:08:00 + RPM_EC=0
12:08:00 ~/rpmbuild/BUILD/src
12:08:00 ++ jobs -p
12:08:00 + exit 0
12:08:00 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.d97c8K
12:08:00 + umask 022
12:08:00 + cd /root/rpmbuild/BUILD
12:08:00 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64 '!=' / ']'
12:08:00 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64
12:08:00 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64
12:08:00 + mkdir -p /root/rpmbuild/BUILDROOT
12:08:00 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64
12:08:00 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:08:00 + export CFLAGS
12:08:00 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:08:00 + export CXXFLAGS
12:08:00 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:08:00 + export FFLAGS
12:08:00 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:08:00 + export FCFLAGS
12:08:00 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:08:00 + export LDFLAGS
12:08:00 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:08:00 + export LT_SYS_LIBRARY_PATH
12:08:00 + CC=gcc
12:08:00 + export CC
12:08:00 + CXX=g++
12:08:00 + export CXX
12:08:00 + cd src
12:08:00 + pushd /root/rpmbuild/BUILD/src/compose
12:08:00 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:08:00 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:08:00 + popd
12:08:00 ~/rpmbuild/BUILD/src
12:08:00 + for f in LICENSE MAINTAINERS NOTICE README.md
12:08:00 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:08:00 + for f in LICENSE MAINTAINERS NOTICE README.md
12:08:00 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:08:00 + for f in LICENSE MAINTAINERS NOTICE README.md
12:08:00 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:08:00 + for f in LICENSE MAINTAINERS NOTICE README.md
12:08:00 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:08:00 + /usr/lib/rpm/check-buildroot
12:08:00 + /usr/lib/rpm/redhat/brp-ldconfig
12:08:00 + /usr/lib/rpm/brp-compress
12:08:00 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:08:00 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:08:00 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:08:00 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:08:00 + /usr/lib/rpm/check-rpaths
12:08:00 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:08:00 + /usr/lib/rpm/brp-remove-la-files
12:08:00 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:08:00 + /usr/lib/rpm/redhat/brp-python-hardlink
12:08:00 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Nlrzz3
12:08:00 + umask 022
12:08:00 + cd /root/rpmbuild/BUILD
12:08:00 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:08:00 + export CFLAGS
12:08:00 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:08:00 + export CXXFLAGS
12:08:00 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:08:00 + export FFLAGS
12:08:00 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:08:00 + export FCFLAGS
12:08:00 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:08:00 + export LDFLAGS
12:08:00 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:08:00 + export LT_SYS_LIBRARY_PATH
12:08:00 + CC=gcc
12:08:00 + export CC
12:08:00 + CXX=g++
12:08:00 + export CXX
12:08:00 + cd src
12:08:00 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:08:00 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:08:00 + ver=v2.15.1
12:08:00 + test v2.15.1 = v2.15.1
12:08:00 + echo 'PASS: docker-compose version OK'
12:08:00 PASS: docker-compose version OK
12:08:00 + RPM_EC=0
12:08:00 ++ jobs -p
12:08:00 + exit 0
12:08:00 Processing files: docker-compose-plugin-2.15.1-0.fc37.aarch64
12:08:00 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6s9dcr
12:08:00 + umask 022
12:08:00 + cd /root/rpmbuild/BUILD
12:08:00 + cd src
12:08:00 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
12:08:00 + export LC_ALL=C
12:08:00 + LC_ALL=C
12:08:00 + export DOCDIR
12:08:00 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
12:08:00 + 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.15.1-0.fc37.aarch64/usr/share/doc/docker-compose-plugin
12:08:00 + RPM_EC=0
12:08:00 ++ jobs -p
12:08:00 + exit 0
12:08:00 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.KgzuqL
12:08:00 + umask 022
12:08:00 + cd /root/rpmbuild/BUILD
12:08:00 + cd src
12:08:00 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
12:08:00 + export LC_ALL=C
12:08:00 + LC_ALL=C
12:08:00 + export LICENSEDIR
12:08:00 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
12:08:00 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
12:08:00 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64/usr/share/licenses/docker-compose-plugin
12:08:00 + RPM_EC=0
12:08:00 ++ jobs -p
12:08:00 + exit 0
12:08:00 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:08:00 Provides: docker-compose-plugin = 0:2.15.1-0.fc37 docker-compose-plugin(aarch-64) = 0:2.15.1-0.fc37
12:08:00 Requires(interp): /bin/sh /bin/sh /bin/sh
12:08:00 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:08:00 Requires(post): /bin/sh
12:08:00 Requires(preun): /bin/sh
12:08:00 Requires(postun): /bin/sh
12:08:00 Enhances: docker-ce-cli
12:08:00 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64
12:08:00 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.15.1-0.fc37.src.rpm
12:08:00 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
12:08:00 (31/33): libmnl-1.0.4-6.el8.aarch64.rpm          75 kB/s |  30 kB     00:00    
12:08:00  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.changes
12:08:00 (32/33): rpm-plugin-selinux-4.14.3-23.el8.aarch 150 kB/s |  78 kB     00:00    
12:08:00 (33/33): containerd.io-1.6.16-3.1.el8.aarch64.r  54 MB/s |  24 MB     00:00    
12:08:00 --------------------------------------------------------------------------------
12:08:00 Total                                            28 MB/s |  47 MB     00:01     
12:08:00 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:08:00 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'.
12:08:01 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
12:08:01 Fetched 20.5 MB in 3s (6518 kB/s)
12:08:01 + make IMAGE=ubuntu:focal verify
12:08:01 docker run  --rm -i \
12:08:01 	-v "$(pwd):/v" \
12:08:01 	-e DEBIAN_FRONTEND=noninteractive \
12:08:01 	-e PACKAGE_REPO=staging \
12:08:01 	-w /v \
12:08:01 	ubuntu:focal ./verify
12:08:01 Unable to find image 'ubuntu:focal' locally
12:08:01 focal: Pulling from library/ubuntu
12:08:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:08:01 455c32d33260: Already exists
12:08:01 Digest: sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
12:08:01 Status: Downloaded newer image for ubuntu:focal
12:08:01 + make IMAGE=ubuntu:jammy verify
12:08:01 docker run  --rm -i \
12:08:01 	-v "$(pwd):/v" \
12:08:01 	-e DEBIAN_FRONTEND=noninteractive \
12:08:01 	-e PACKAGE_REPO=staging \
12:08:01 	-w /v \
12:08:01 	ubuntu:jammy ./verify
12:08:01 Unable to find image 'ubuntu:jammy' locally
12:08:01 jammy: Pulling from library/ubuntu
12:08:01 dpkg-genchanges: info: including full source code in upload
12:08:01  dpkg-source -I.git --after-build .
12:08:01 Docker CE Test - aarch64                        7.4 kB/s | 1.6 kB     00:00    
12:08:01 # Build the compose plugin
12:08:01 cd /go/src/github.com/docker/compose \
12:08:01 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:08:01 make[2]: Entering directory '/root/build-deb/compose'
12:08:01 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:08:01 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:08:01 go: downloading golang.org/x/sys v0.3.0
12:08:01 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:08:01 go: downloading github.com/theupdateframework/notary v0.7.0
12:08:01 go: downloading github.com/compose-spec/compose-go v1.8.2
12:08:01 go: downloading github.com/hashicorp/go-version v1.6.0
12:08:01 go: downloading github.com/docker/buildx v0.9.1
12:08:01 go: downloading github.com/mattn/go-shellwords v1.0.12
12:08:01 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:08:01 go: downloading go.opentelemetry.io/otel v1.11.2
12:08:01 go: downloading github.com/containerd/containerd v1.6.14
12:08:01 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:08:01 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:08:01 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:08:01 go: downloading golang.org/x/sync v0.1.0
12:08:01 go: downloading k8s.io/client-go v0.22.4
12:08:01 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:08:01 go: downloading github.com/imdario/mergo v0.3.13
12:08:01 go: downloading github.com/containerd/console v1.0.3
12:08:01 go: downloading github.com/buger/goterm v1.0.4
12:08:01 go: downloading github.com/stretchr/testify v1.8.1
12:08:01 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:08:01 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:08:01 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:08:01 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:08:01 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:08:01 go: downloading k8s.io/api v0.22.4
12:08:01 go: downloading k8s.io/apimachinery v0.22.4
12:08:01 go: downloading github.com/gofrs/flock v0.8.0
12:08:01 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:08:01 go: downloading github.com/golang/mock v1.6.0
12:08:01 go: downloading github.com/klauspost/compress v1.15.9
12:08:01 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:08:01 go: downloading github.com/hashicorp/errwrap v1.1.0
12:08:01 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:08:01 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:08:01 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:08:01 go: downloading google.golang.org/grpc v1.47.0
12:08:01 go: downloading golang.org/x/net v0.4.0
12:08:01 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:08:01 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:08:01 go: downloading golang.org/x/term v0.3.0
12:08:01 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:08:01 go: downloading github.com/mattn/go-runewidth v0.0.14
12:08:01 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:08:01 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:08:01 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:08:01 go: downloading google.golang.org/protobuf v1.28.0
12:08:01 go: downloading github.com/go-logr/stdr v1.2.2
12:08:01 go: downloading github.com/containerd/typeurl v1.0.2
12:08:01 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:08:01 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:08:01 go: downloading k8s.io/klog/v2 v2.60.1
12:08:01 go: downloading github.com/pelletier/go-toml v1.9.4
12:08:01 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:08:01 go: downloading github.com/google/gofuzz v1.2.0
12:08:01 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:08:01 go: downloading github.com/gogo/googleapis v1.4.1
12:08:01 8b150fd943bc: Already exists
12:08:01 Digest: sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
12:08:01 Status: Downloaded newer image for ubuntu:jammy
12:08:01 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:08:01 + destination=/build
12:08:01 + mkdir -p /build
12:08:01 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb /root/docker-compose-plugin_2.15.1-1~debian.12~bookworm_arm64.deb /build
12:08:01 copied '/root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb'
12:08:01 removed '/root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb'
12:08:01 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
12:08:01 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
12:08:01 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
12:08:01 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
12:08:01 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc'
12:08:01 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc'
12:08:01 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz'
12:08:01 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz'
12:08:01 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.buildinfo'
12:08:01 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.buildinfo'
12:08:01 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.changes'
12:08:01 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.changes'
12:08:01 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
12:08:01 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
12:08:01 copied '/root/docker-compose-plugin_2.15.1-1~debian.12~bookworm_arm64.deb' -> '/build/docker-compose-plugin_2.15.1-1~debian.12~bookworm_arm64.deb'
12:08:01 removed '/root/docker-compose-plugin_2.15.1-1~debian.12~bookworm_arm64.deb'
12:08:01 Importing GPG key 0x621E9F35:
12:08:01  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
12:08:01  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
12:08:01  From       : https://download.docker.com/linux/centos/gpg
12:08:01 Key imported successfully
12:08:01 Running transaction check
12:08:01 + verify
12:08:01 + dpkg --version
12:08:01 + verify_deb
12:08:01 + apt-get update
12:08:02 Reading package lists...
12:08:02 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:08:02 Transaction check succeeded.
12:08:02 Running transaction test
12:08:02 --------------------------------------------------------------------------------
12:08:02 Total                                              1.7 MB/s |  36 MB  00:20     
12:08:02 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
12:08:02 Importing GPG key 0xF4A80EB5:
12:08:02  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
12:08:02  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
12:08:02  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
12:08:02  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
12:08:02 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
12:08:02 Importing GPG key 0x305D49D6:
12:08:02  Userid     : "CentOS AltArch SIG - AArch64 (http://wiki.centos.org/SpecialInterestGroup/AltArch/AArch64) <security@centos.org>"
12:08:02  Fingerprint: ef8f 3ca6 6efd f32b 36cd adf7 6c7c b6ef 305d 49d6
12:08:02  Package    : centos-release-7-9.2009.0.el7.centos.aarch64 (@instCentOS)
12:08:02  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7-aarch64
12:08:02 Retrieving key from https://download.docker.com/linux/centos/gpg
12:08:02 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
12:08:02 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:08:02 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:08:02 go: downloading github.com/moby/locker v1.0.1
12:08:02 go: downloading github.com/felixge/httpsnoop v1.0.2
12:08:02 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:08:02 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:08:02 go: downloading gopkg.in/inf.v0 v0.9.1
12:08:02 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:08:02 + verify
12:08:02 + dpkg --version
12:08:02 + verify_deb
12:08:02 + apt-get update
12:08:02 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:08:02 go: downloading github.com/googleapis/gnostic v0.5.5
12:08:02 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:08:02 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:08:02 go: downloading github.com/json-iterator/go v1.1.12
12:08:02 go: downloading github.com/modern-go/reflect2 v1.0.2
12:08:02 go: downloading sigs.k8s.io/yaml v1.2.0
12:08:02 go: downloading github.com/mattn/go-colorable v0.1.12
12:08:02 go: downloading github.com/prometheus/client_golang v1.12.2
12:08:02 go: downloading github.com/containerd/ttrpc v1.1.0
12:08:02 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:08:02 go: downloading github.com/moby/spdystream v0.2.0
12:08:02 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
12:08:02 Transaction test succeeded.
12:08:02 Running transaction
12:08:02 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
12:08:02 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
12:08:02 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
12:08:02 go: downloading github.com/mattn/go-isatty v0.0.16
12:08:02 go: downloading github.com/prometheus/client_model v0.2.0
12:08:02 go: downloading github.com/prometheus/common v0.32.1
12:08:02 go: downloading github.com/prometheus/procfs v0.7.3
12:08:03 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]
12:08:03 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]
12:08:03 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]
12:08:03 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]
12:08:03 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [114 kB]
12:08:03 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [107 kB]
12:08:03 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
12:08:03   Preparing        :                                                        1/1 
12:08:03   Installing       : python3-libselinux-2.9-6.el8.aarch64                  1/39 
12:08:03   Installing       : libmnl-1.0.4-6.el8.aarch64                            2/39 
12:08:03   Running scriptlet: libmnl-1.0.4-6.el8.aarch64                            2/39 
12:08:03   Downgrading      : xz-libs-5.2.4-4.el8.aarch64                           3/39 
12:08:03   Installing       : libselinux-utils-2.9-6.el8.aarch64                    4/39 
12:08:03   Installing       : libnfnetlink-1.0.1-13.el8.aarch64                     5/39 
12:08:03   Running scriptlet: libnfnetlink-1.0.1-13.el8.aarch64                     5/39 
12:08:03   Installing       : fuse3-libs-3.3.0-16.el8.aarch64                       6/39 
12:08:03   Running scriptlet: fuse3-libs-3.3.0-16.el8.aarch64                       6/39 
12:08:03   Installing       : libnetfilter_conntrack-1.0.6-5.el8.aarch64            7/39 
12:08:03 Reading package lists...
12:08:03 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 Packages [1758 kB]
12:08:03   Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.aarch64            7/39 
12:08:03   Installing       : kmod-25-19.el8.aarch64                                8/39 
12:08:03   Installing       : xz-5.2.4-4.el8.aarch64                                9/39 
12:08:03   Installing       : libnftnl-1.1.5-5.el8.aarch64                         10/39 
12:08:03   Running scriptlet: libnftnl-1.1.5-5.el8.aarch64                         10/39 
12:08:03   Installing       : python3-libsemanage-2.9-9.el8.aarch64                11/39 
12:08:03 Building dependency tree...
12:08:03 Reading state information...
12:08:03 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2115 kB]
12:08:03 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1196 kB]
12:08:03 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB]
12:08:03 The following additional packages will be installed:
12:08:03   dirmngr distro-info-data gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg
12:08:03   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:08:03   libapt-inst2.0 libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
12:08:03   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
12:08:03   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
12:08:03   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
12:08:03   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
12:08:03   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
12:08:03   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
12:08:03   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal mime-support
12:08:03   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
12:08:03   python3-gi python3-minimal python3-software-properties python3.6
12:08:03   python3.6-minimal readline-common
12:08:03 Suggested packages:
12:08:03   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
12:08:03   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
12:08:03   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
12:08:03   python3.6-venv python3.6-doc binutils binfmt-support readline-doc
12:08:03 Recommended packages:
12:08:03   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales
12:08:03   publicsuffix libsasl2-modules file xz-utils unattended-upgrades
12:08:03 The following NEW packages will be installed:
12:08:03   apt-transport-https ca-certificates curl dirmngr distro-info-data
12:08:03   gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent
12:08:03   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0
12:08:03   libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
12:08:03   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
12:08:03   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
12:08:03   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
12:08:03   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
12:08:03   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
12:08:03   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
12:08:03   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal lsb-release
12:08:03   mime-support openssl pinentry-curses python-apt-common python3 python3-apt
12:08:03   python3-dbus python3-gi python3-minimal python3-software-properties
12:08:03   python3.6 python3.6-minimal readline-common software-properties-common
12:08:03 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9068 B]
12:08:03 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [5240 B]
12:08:03 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [27.8 kB]
12:08:03 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [54.8 kB]
12:08:03 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1727 kB]
12:08:03 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3252 B]
12:08:03 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [5003 B]
12:08:03 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [898 kB]
12:08:04 0 upgraded, 69 newly installed, 0 to remove and 4 not upgraded.
12:08:04 Need to get 14.4 MB of archives.
12:08:04 After this operation, 67.9 MB of additional disk space will be used.
12:08:04 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.1 arm64 1.1.1-1ubuntu2.1~18.04.20 [1062 kB]
12:08:04 Fetched 19.1 MB in 3s (7448 kB/s)
12:08:04 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse arm64 Packages [224 kB]
12:08:04 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/restricted arm64 Packages [24.2 kB]
12:08:04 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse arm64 Packages [3452 B]
12:08:04 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [867 kB]
12:08:04 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [305 kB]
12:08:04 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [977 kB]
12:08:04 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main arm64 Packages [49.0 kB]
12:08:04 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe arm64 Packages [22.4 kB]
12:08:04 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [663 kB]
12:08:04 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse arm64 Packages [1421 B]
12:08:04 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [662 kB]
12:08:04 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 Packages [292 kB]
12:08:04   Installing       : python3-setools-4.3.0-3.el8.aarch64                  12/39 
12:08:04   Installing       : docker-buildx-plugin-0.10.2-0.el8.aarch64            13/39 
12:08:04 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-minimal arm64 3.6.9-1~18.04ubuntu1.9 [528 kB]
12:08:04 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.9 [70.4 kB]
12:08:04 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6-minimal arm64 3.6.9-1~18.04ubuntu1.9 [1326 kB]
12:08:04 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-minimal arm64 3.6.7-1~18.04 [23.7 kB]
12:08:04 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 mime-support all 3.60ubuntu1 [30.1 kB]
12:08:04 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpdec2 arm64 2.4.2-1ubuntu1 [73.9 kB]
12:08:04 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB]
12:08:04 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB]
12:08:04 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsqlite3-0 arm64 3.22.0-1ubuntu0.7 [430 kB]
12:08:04 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-stdlib arm64 3.6.9-1~18.04ubuntu1.9 [1611 kB]
12:08:04 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6 arm64 3.6.9-1~18.04ubuntu1.9 [203 kB]
12:08:04 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3-stdlib arm64 3.6.7-1~18.04 [7240 B]
12:08:04 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3 arm64 3.6.7-1~18.04 [47.2 kB]
12:08:05 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bookworm"
12:08:05 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssl arm64 1.1.1-1ubuntu2.1~18.04.20 [583 kB]
12:08:05 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
12:08:05 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 distro-info-data all 0.37ubuntu0.15 [4724 B]
12:08:05 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]
12:08:05 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgirepository-1.0-1 arm64 1.56.1-1 [67.1 kB]
12:08:05 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 gir1.2-glib-2.0 arm64 1.56.1-1 [131 kB]
12:08:05 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapt-inst2.0 arm64 1.6.14 [56.7 kB]
12:08:05 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdbus-1-3 arm64 1.12.2-1ubuntu1.4 [152 kB]
12:08:05 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
12:08:05 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-dbus arm64 1.2.6-1 [84.3 kB]
12:08:05 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-gi arm64 3.26.1-2ubuntu1 [137 kB]
12:08:05 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 iso-codes all 3.79-1 [2565 kB]
12:08:05 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.3 [28.1 kB]
12:08:05 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.3 [79.7 kB]
12:08:05 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2.1 [8172 B]
12:08:05 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.3 [241 kB]
12:08:05 Fetched 23.7 MB in 3s (7754 kB/s)
12:08:05 Reading package lists...
12:08:05 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:08:05 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.3 [103 kB]
12:08:05 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB]
12:08:05 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python-apt-common all 1.6.6 [16.9 kB]
12:08:05 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-apt arm64 1.6.6 [149 kB]
12:08:05 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 apt-transport-https all 1.6.14 [4348 B]
12:08:05 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [36.4 kB]
12:08:05 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [130 kB]
12:08:05 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [25.9 kB]
12:08:05 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [75.0 kB]
12:08:05 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [46.9 kB]
12:08:05 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [88.5 kB]
12:08:05 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [171 kB]
12:08:05 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [13.4 kB]
12:08:05 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1ubuntu0.3 [79.5 kB]
12:08:05 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]
12:08:05 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]
12:08:05 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
12:08:05 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]
12:08:05 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB]
12:08:05   Running scriptlet: docker-buildx-plugin-0.10.2-0.el8.aarch64            13/39 
12:08:05   Installing       : docker-compose-plugin-2.15.1-0.el8.aarch64           14/39 
12:08:05 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB]
12:08:05 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.22 [185 kB]
12:08:05 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.22 [152 kB]
12:08:05 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB]
12:08:05 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.6 [107 kB]
12:08:05 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libksba8 arm64 1.3.5-2ubuntu0.18.04.2 [81.2 kB]
12:08:05 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B]
12:08:05 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.6 [276 kB]
12:08:05 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
12:08:05 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.6 [108 kB]
12:08:05 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.6 [401 kB]
12:08:05 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB]
12:08:05 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.6 [189 kB]
12:08:05 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.6 [76.6 kB]
12:08:05 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.6 [71.6 kB]
12:08:05 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.6 [181 kB]
12:08:05 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.6 [249 kB]
12:08:05 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-software-properties all 0.96.24.32.20 [20.5 kB]
12:08:05 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 software-properties-common all 0.96.24.32.20 [9876 B]
12:08:05 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 gnupg2 all 2.2.4-1ubuntu1.6 [5300 B]
12:08:05 debconf: delaying package configuration, since apt-utils is not installed
12:08:05 Fetched 14.4 MB in 2s (7316 kB/s)
12:08:05 Selecting previously unselected package libssl1.1:arm64.
12:08: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 ... 4044 files and directories currently installed.)
12:08:05 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.20_arm64.deb ...
12:08:05 Unpacking libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.20) ...
12:08:05 Reading package lists...
12:08:06   Running scriptlet: docker-compose-plugin-2.15.1-0.el8.aarch64           14/39 
12:08:06   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8   15/39 
12:08:06 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:08:06 Reading package lists...
12:08:06 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:08:06 Selecting previously unselected package libpython3.6-minimal:arm64.
12:08:06 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
12:08:06 Unpacking libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.9) ...
12:08:06 Selecting previously unselected package libexpat1:arm64.
12:08:06 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_arm64.deb ...
12:08:06 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.9) ...
12:08:06 Selecting previously unselected package python3.6-minimal.
12:08:06 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
12:08:06 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
12:08:06 Building dependency tree...
12:08:06 Reading state information...
12:08:06   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8   15/39 
12:08:06   Installing       : python3-audit-3.0.7-4.el8.aarch64                    16/39 
12:08:06   Installing       : libibverbs-41.0-1.el8.aarch64                        17/39 
12:08:06   Running scriptlet: libibverbs-41.0-1.el8.aarch64                        17/39 
12:08:06   Installing       : libpcap-14:1.9.1-5.el8.aarch64                       18/39 
12:08:06   Installing       : iptables-libs-1.8.4-24.el8.aarch64                   19/39 
12:08:06 + make IMAGE=debian:bookworm verify
12:08:06 docker run  --rm -i \
12:08:06 	-v "$(pwd):/v" \
12:08:06 	-e DEBIAN_FRONTEND=noninteractive \
12:08:06 	-e PACKAGE_REPO=staging \
12:08:06 	-w /v \
12:08:06 	debian:bookworm ./verify
12:08:06 Unable to find image 'debian:bookworm' locally
12:08:06 bookworm: Pulling from library/debian
12:08:06 Setting up libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.20) ...
12:08:06 Setting up libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.9) ...
12:08:06 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.9) ...
12:08:06 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
12:08:06 The following additional packages will be installed:
12:08:06   dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr
12:08:06   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
12:08:06   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
12:08:06   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:08:06   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
12:08:06   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
12:08:06   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
12:08:06   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
12:08:06   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
12:08:06   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
12:08:06   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
12:08:06   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
12:08:06   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
12:08:06   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
12:08:06   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
12:08:06   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
12:08:06   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
12:08:06   libyaml-0-2 mime-support openssl packagekit pinentry-curses policykit-1
12:08:06   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:08:06   python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources
12:08:06   python3-requests python3-requests-unixsocket python3-six
12:08:06   python3-software-properties python3-urllib3 python3.8 python3.8-minimal
12:08:06   readline-common systemd systemd-sysv systemd-timesyncd tzdata
12:08:06 Suggested packages:
12:08:06   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
12:08:06   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
12:08:06   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
12:08:06   python3-setuptools python3-cryptography python3-openssl python3-socks
12:08:06   python3.8-venv python3.8-doc binutils binfmt-support readline-doc
12:08:06   systemd-container
12:08:06 Recommended packages:
12:08:06   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales publicsuffix
12:08:06   libsasl2-modules file xz-utils packagekit-tools unattended-upgrades
12:08:06   networkd-dispatcher libnss-systemd
12:08:06   Running scriptlet: iptables-1.8.4-24.el8.aarch64                        20/39 
12:08:06   Installing       : iptables-1.8.4-24.el8.aarch64                        20/39 
12:08:06   Running scriptlet: iptables-1.8.4-24.el8.aarch64                        20/39 
12:08:06   Running scriptlet: libcgroup-0.41-19.el8.aarch64                        21/39 
12:08:06   Installing       : libcgroup-0.41-19.el8.aarch64                        21/39 
12:08:06   Running scriptlet: libcgroup-0.41-19.el8.aarch64                        21/39 
12:08:06   Installing       : fuse-common-3.3.0-16.el8.aarch64                     22/39 
12:08:06   Installing       : fuse3-3.3.0-16.el8.aarch64                           23/39 
12:08:06   Installing       : fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.   24/39 
12:08:06   Running scriptlet: fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.   24/39 
12:08:06 a43b5d5927a7: Already exists
12:08:06 Digest: sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
12:08:06 Status: Downloaded newer image for debian:bookworm
12:08:06 The following NEW packages will be installed:
12:08:06   apt-transport-https ca-certificates curl dbus dbus-user-session
12:08:06   dconf-gsettings-backend dconf-service dirmngr distro-info-data
12:08:06   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
12:08:06   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
12:08:06   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:08:06   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
12:08:06   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
12:08:06   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
12:08:06   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
12:08:06   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
12:08:06   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
12:08:06   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
12:08:06   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
12:08:06   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
12:08:06   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
12:08:06   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
12:08:06   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
12:08:06   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
12:08:06   libyaml-0-2 lsb-release mime-support openssl packagekit pinentry-curses
12:08:06   policykit-1 python-apt-common python3 python3-apt python3-certifi
12:08:06   python3-chardet python3-dbus python3-gi python3-idna python3-minimal
12:08:06   python3-pkg-resources python3-requests python3-requests-unixsocket
12:08:06   python3-six python3-software-properties python3-urllib3 python3.8
12:08:06   python3.8-minimal readline-common software-properties-common systemd
12:08:06   systemd-sysv systemd-timesyncd tzdata
12:08:06   Installing       : diffutils-3.6-6.el8.aarch64                          25/39 
12:08:06   Running scriptlet: diffutils-3.6-6.el8.aarch64                          25/39 
12:08:06   Installing       : policycoreutils-2.9-21.1.el8.aarch64                 26/39 
12:08:06   Running scriptlet: policycoreutils-2.9-21.1.el8.aarch64                 26/39 
12:08:06   Installing       : rpm-plugin-selinux-4.14.3-23.el8.aarch64             27/39 
12:08:06   Installing       : selinux-policy-3.14.3-114.el8.noarch                 28/39 
12:08:06   Running scriptlet: selinux-policy-3.14.3-114.el8.noarch                 28/39 
12:08:06 0 upgraded, 119 newly installed, 0 to remove and 4 not upgraded.
12:08:06 Need to get 33.4 MB of archives.
12:08:06 After this operation, 141 MB of additional disk space will be used.
12:08:06 Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl1.1 arm64 1.1.1f-1ubuntu2.16 [1156 kB]
12:08:07 Selecting previously unselected package python3-minimal.
12:08: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 ... 4301 files and directories currently installed.)
12:08:07 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_arm64.deb ...
12:08:07 Unpacking python3-minimal (3.6.7-1~18.04) ...
12:08:07 Selecting previously unselected package mime-support.
12:08:07 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
12:08:07 Unpacking mime-support (3.60ubuntu1) ...
12:08:07 Selecting previously unselected package libmpdec2:arm64.
12:08:07 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_arm64.deb ...
12:08:07 Unpacking libmpdec2:arm64 (2.4.2-1ubuntu1) ...
12:08:07 Reading package lists...
12:08:07 Building dependency tree...
12:08:07 Reading state information...
12:08:07 + verify
12:08:07 + dpkg --version
12:08:07 + verify_deb
12:08:07 + apt-get update
12:08:07 Selecting previously unselected package readline-common.
12:08:07 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
12:08:07 Unpacking readline-common (7.0-3) ...
12:08:07 Selecting previously unselected package libreadline7:arm64.
12:08:07 Preparing to unpack .../4-libreadline7_7.0-3_arm64.deb ...
12:08:07 Unpacking libreadline7:arm64 (7.0-3) ...
12:08:07 Selecting previously unselected package libsqlite3-0:arm64.
12:08:07 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_arm64.deb ...
12:08:07 Unpacking libsqlite3-0:arm64 (3.22.0-1ubuntu0.7) ...
12:08:07 Selecting previously unselected package libpython3.6-stdlib:arm64.
12:08:07 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
12:08:07 Unpacking libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.9) ...
12:08:07 The following additional packages will be installed:
12:08:07   dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0
12:08:07   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:08:07   gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0
12:08:07   libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
12:08:07   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1
12:08:07   libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70
12:08:07   libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14
12:08:07   libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:08:07   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
12:08:07   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:08:07   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
12:08:07   media-types openssl packagekit pinentry-curses pkexec policykit-1 polkitd
12:08:07   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
12:08:07   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
12:08:07   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
12:08:07   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
12:08:07   python3-minimal python3-more-itertools python3-oauthlib
12:08:07   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
12:08:07   python3-software-properties python3-wadllib python3-zipp python3.10
12:08:07   python3.10-minimal readline-common systemd systemd-sysv
12:08:07 Suggested packages:
12:08:07   default-dbus-session-bus | dbus-session-bus dbus-user-session
12:08:07   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery
12:08:07   gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
12:08:07   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
12:08:07   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
12:08:07   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
12:08:07   python3-keyrings.alt python3-testresources python3-setuptools
12:08:07   python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc
12:08:07   binutils binfmt-support readline-doc systemd-container libfido2-1
12:08:07   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
12:08:07 Recommended packages:
12:08:07   libpam-cap dmsetup shared-mime-info xdg-user-dirs libldap-common
12:08:07   publicsuffix libsasl2-modules packagekit-tools unattended-upgrades
12:08:07   networkd-dispatcher systemd-timesyncd | time-daemon libnss-systemd
12:08:07 The following NEW packages will be installed:
12:08:07   apt-transport-https ca-certificates curl dbus dirmngr distro-info-data
12:08:07   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
12:08:07   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:08:07   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
12:08:07   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
12:08:07   libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
12:08:07   libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2
12:08:07   libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
12:08:07   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:08:07   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
12:08:07   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:08:07   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
12:08:07   lsb-release media-types openssl packagekit pinentry-curses pkexec
12:08:07   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
12:08:07   python3-cffi-backend python3-cryptography python3-dbus python3-distro
12:08:07   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
12:08:07   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
12:08:07   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
12:08:07   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
12:08:07   python3-software-properties python3-wadllib python3-zipp python3.10
12:08:07   python3.10-minimal readline-common software-properties-common systemd
12:08:07   systemd-sysv
12:08:07 Get:1 http://deb.debian.org/debian bookworm InRelease [171 kB]
12:08:07 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
12:08:07 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:08:07 Get:4 http://deb.debian.org/debian bookworm/main arm64 Packages [8860 kB]
12:08:07 make[1]: Leaving directory '/root/build-deb'
12:08:07  dpkg-genbuildinfo
12:08:07 Selecting previously unselected package python3.6.
12:08:07 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.9_arm64.deb ...
12:08:07 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.9) ...
12:08:07 Selecting previously unselected package libpython3-stdlib:arm64.
12:08:07 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_arm64.deb ...
12:08:07 Unpacking libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
12:08:07 Setting up python3-minimal (3.6.7-1~18.04) ...
12:08:07 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-minimal arm64 3.8.10-0ubuntu1~20.04.6 [714 kB]
12:08:07 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.15.1-0.el9.aarch64.rpm
12:08:07 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TeGd3A
12:08:07 + umask 022
12:08:07 + cd /root/rpmbuild/BUILD
12:08:07 + cd src
12:08:07 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.aarch64
12:08:07 + RPM_EC=0
12:08:07 ++ jobs -p
12:08:07 + exit 0
12:08:07 Selecting previously unselected package python3.
12:08: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 ... 4759 files and directories currently installed.)
12:08:07 Preparing to unpack .../00-python3_3.6.7-1~18.04_arm64.deb ...
12:08:07 Unpacking python3 (3.6.7-1~18.04) ...
12:08:07 Selecting previously unselected package openssl.
12:08:07 Preparing to unpack .../01-openssl_1.1.1-1ubuntu2.1~18.04.20_arm64.deb ...
12:08:07 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.20) ...
12:08:07 Selecting previously unselected package ca-certificates.
12:08:07 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
12:08:07 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
12:08:07 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libexpat1 arm64 2.2.9-1ubuntu0.6 [62.5 kB]
12:08:07 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8-minimal arm64 3.8.10-0ubuntu1~20.04.6 [1833 kB]
12:08:07 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-minimal arm64 3.8.2-0ubuntu2 [23.6 kB]
12:08:07 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mime-support all 3.64ubuntu1 [30.6 kB]
12:08:07 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpdec2 arm64 2.4.2-3 [79.6 kB]
12:08:07 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 readline-common all 8.0-4 [53.5 kB]
12:08:07 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadline8 arm64 8.0-4 [123 kB]
12:08:07 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsqlite3-0 arm64 3.31.1-4ubuntu0.5 [506 kB]
12:08:07 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-stdlib arm64 3.8.10-0ubuntu1~20.04.6 [1648 kB]
12:08:07 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8 arm64 3.8.10-0ubuntu1~20.04.6 [387 kB]
12:08:07 Get:13 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpython3-stdlib arm64 3.8.2-0ubuntu2 [7068 B]
12:08:07 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3 arm64 3.8.2-0ubuntu2 [47.6 kB]
12:08:07 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libapparmor1 arm64 2.13.3-7ubuntu5.1 [32.9 kB]
12:08:07 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcap2 arm64 1:2.32-1 [15.5 kB]
12:08:07 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.4 kB]
12:08:07 0 upgraded, 107 newly installed, 0 to remove and 4 not upgraded.
12:08:07 Need to get 37.8 MB of archives.
12:08:07 After this operation, 136 MB of additional disk space will be used.
12:08:07 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-minimal arm64 3.10.6-1~22.04.2 [807 kB]
12:08:07 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9"
12:08:08 Selecting previously unselected package distro-info-data.
12:08:08 Preparing to unpack .../03-distro-info-data_0.37ubuntu0.15_all.deb ...
12:08:08 Unpacking distro-info-data (0.37ubuntu0.15) ...
12:08:08 Selecting previously unselected package libglib2.0-0:arm64.
12:08:08 Preparing to unpack .../04-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_arm64.deb ...
12:08:08 Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
12:08:08 Selecting previously unselected package libgirepository-1.0-1:arm64.
12:08:08 Preparing to unpack .../05-libgirepository-1.0-1_1.56.1-1_arm64.deb ...
12:08:08 Unpacking libgirepository-1.0-1:arm64 (1.56.1-1) ...
12:08:08 Selecting previously unselected package gir1.2-glib-2.0:arm64.
12:08:08 Preparing to unpack .../06-gir1.2-glib-2.0_1.56.1-1_arm64.deb ...
12:08:08 Unpacking gir1.2-glib-2.0:arm64 (1.56.1-1) ...
12:08:08 Selecting previously unselected package libapt-inst2.0:arm64.
12:08:08 Preparing to unpack .../07-libapt-inst2.0_1.6.14_arm64.deb ...
12:08:08 Unpacking libapt-inst2.0:arm64 (1.6.14) ...
12:08:08 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper1.02.1 arm64 2:1.02.167-1ubuntu1 [110 kB]
12:08:08 Get:19 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libjson-c4 arm64 0.13.1+dfsg-7ubuntu0.3 [28.3 kB]
12:08:08 Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcryptsetup12 arm64 2:2.2.2-3ubuntu2.4 [152 kB]
12:08:08 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libip4tc2 arm64 1.8.4-3ubuntu2 [18.4 kB]
12:08:08 Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkmod2 arm64 27-1ubuntu2.1 [41.9 kB]
12:08:08 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 systemd-timesyncd arm64 245.4-4ubuntu3.19 [26.2 kB]
12:08:08 Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 systemd arm64 245.4-4ubuntu3.19 [3498 kB]
12:08:08 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 systemd-sysv arm64 245.4-4ubuntu3.19 [10.3 kB]
12:08:08 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssl arm64 1.1.1f-1ubuntu2.16 [600 kB]
12:08:08 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
12:08:08 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdbus-1-3 arm64 1.12.16-2ubuntu2.3 [169 kB]
12:08:08 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dbus arm64 1.12.16-2ubuntu2.3 [142 kB]
12:08:08 Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 distro-info-data all 0.43ubuntu1.11 [4672 B]
12:08:08 Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-0 arm64 2.64.6-1~ubuntu20.04.4 [1200 kB]
12:08:08  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.changes
12:08:08 Selecting previously unselected package libdbus-1-3:arm64.
12:08:08 Preparing to unpack .../08-libdbus-1-3_1.12.2-1ubuntu1.4_arm64.deb ...
12:08:08 Unpacking libdbus-1-3:arm64 (1.12.2-1ubuntu1.4) ...
12:08:08 Selecting previously unselected package lsb-release.
12:08:08 Preparing to unpack .../09-lsb-release_9.20170808ubuntu1_all.deb ...
12:08:08 Unpacking lsb-release (9.20170808ubuntu1) ...
12:08:08 Selecting previously unselected package python3-dbus.
12:08:08 Preparing to unpack .../10-python3-dbus_1.2.6-1_arm64.deb ...
12:08:08 Unpacking python3-dbus (1.2.6-1) ...
12:08:08 Selecting previously unselected package python3-gi.
12:08:08 Preparing to unpack .../11-python3-gi_3.26.1-2ubuntu1_arm64.deb ...
12:08:08 Unpacking python3-gi (3.26.1-2ubuntu1) ...
12:08:08 Selecting previously unselected package iso-codes.
12:08:08 Preparing to unpack .../12-iso-codes_3.79-1_all.deb ...
12:08:08 Unpacking iso-codes (3.79-1) ...
12:08:08 Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgirepository-1.0-1 arm64 1.64.1-1~ubuntu20.04.1 [77.0 kB]
12:08:08 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gir1.2-glib-2.0 arm64 1.64.1-1~ubuntu20.04.1 [134 kB]
12:08:08 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcap2-bin arm64 1:2.32-1 [25.7 kB]
12:08:08 Get:35 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libelf1 arm64 0.176-1.1build1 [44.2 kB]
12:08:08 Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
12:08:08 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
12:08:08 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libicu66 arm64 66.1-2ubuntu2.1 [8360 kB]
12:08:08 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libexpat1 arm64 2.4.7-1ubuntu0.2 [76.8 kB]
12:08:08 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10-minimal arm64 3.10.6-1~22.04.2 [2246 kB]
12:08:08 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-minimal arm64 3.10.6-1~22.04 [24.3 kB]
12:08:08 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 media-types all 7.0.0 [25.5 kB]
12:08:08 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
12:08:08 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 readline-common all 8.1.2-1 [53.5 kB]
12:08:08 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline8 arm64 8.1.2-1 [153 kB]
12:08:08 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsqlite3-0 arm64 3.37.2-2ubuntu0.1 [636 kB]
12:08:08 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-stdlib arm64 3.10.6-1~22.04.2 [1828 kB]
12:08:08 Selecting previously unselected package libkrb5support0:arm64.
12:08:08 Preparing to unpack .../13-libkrb5support0_1.16-2ubuntu0.3_arm64.deb ...
12:08:08 Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.3) ...
12:08:08 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpam-systemd arm64 245.4-4ubuntu3.19 [175 kB]
12:08:08 Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxml2 arm64 2.9.10+dfsg-5ubuntu0.20.04.5 [570 kB]
12:08:08 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-0-2 arm64 0.2.2-1 [44.4 kB]
12:08:08 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
12:08:08 Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-dbus arm64 1.2.16-1build1 [91.4 kB]
12:08:08 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-gi arm64 3.36.0-1 [159 kB]
12:08:08 Get:45 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
12:08:08 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-six all 1.14.0-2 [12.1 kB]
12:08:08 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iso-codes all 4.4-1 [2695 kB]
12:08:08   Running scriptlet: selinux-policy-targeted-3.14.3-114.el8.noarch        29/39 
12:08:08   Installing       : selinux-policy-targeted-3.14.3-114.el8.noarch        29/39 
12:08:08   Running scriptlet: selinux-policy-targeted-3.14.3-114.el8.noarch        29/39 
12:08:08   Installing       : checkpolicy-2.9-1.el8.aarch64                        30/39 
12:08:08   Installing       : python3-policycoreutils-2.9-21.1.el8.noarch          31/39 
12:08:08   Installing       : policycoreutils-python-utils-2.9-21.1.el8.noarch     32/39 
12:08:08   Running scriptlet: container-selinux-2:2.189.0-1.module_el8.7.0+1216+   33/39 
12:08:08   Installing       : container-selinux-2:2.189.0-1.module_el8.7.0+1216+   33/39 
12:08:08 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10 arm64 3.10.6-1~22.04.2 [497 kB]
12:08:08 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3-stdlib arm64 3.10.6-1~22.04 [6910 B]
12:08:08 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3 arm64 3.10.6-1~22.04 [22.8 kB]
12:08:08 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libapparmor1 arm64 3.0.4-2ubuntu2.1 [38.4 kB]
12:08:08 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.6 kB]
12:08:08 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu4 [129 kB]
12:08:08 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libjson-c5 arm64 0.15-3~ubuntu1.22.04.1 [32.7 kB]
12:08:08 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcryptsetup12 arm64 2:2.4.3-1ubuntu1.1 [208 kB]
12:08:08 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libip4tc2 arm64 1.8.7-1ubuntu5 [19.8 kB]
12:08:08 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libkmod2 arm64 29-1ubuntu1 [46.4 kB]
12:08:08 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 systemd arm64 249.11-0ubuntu3.6 [4421 kB]
12:08:08 Selecting previously unselected package libk5crypto3:arm64.
12:08:08 Preparing to unpack .../14-libk5crypto3_1.16-2ubuntu0.3_arm64.deb ...
12:08:08 Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.3) ...
12:08:08 Selecting previously unselected package libkeyutils1:arm64.
12:08:08 Preparing to unpack .../15-libkeyutils1_1.5.9-9.2ubuntu2.1_arm64.deb ...
12:08:08 Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
12:08:08 Selecting previously unselected package libkrb5-3:arm64.
12:08:08 Preparing to unpack .../16-libkrb5-3_1.16-2ubuntu0.3_arm64.deb ...
12:08:08 Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.3) ...
12:08:08 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:08:08 Preparing to unpack .../17-libgssapi-krb5-2_1.16-2ubuntu0.3_arm64.deb ...
12:08:08 Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.3) ...
12:08:08 Selecting previously unselected package libpsl5:arm64.
12:08:08 Preparing to unpack .../18-libpsl5_0.19.1-5build1_arm64.deb ...
12:08:08 Unpacking libpsl5:arm64 (0.19.1-5build1) ...
12:08:08 Selecting previously unselected package python-apt-common.
12:08:08 Preparing to unpack .../19-python-apt-common_1.6.6_all.deb ...
12:08:08 Unpacking python-apt-common (1.6.6) ...
12:08:08 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5support0 arm64 1.17-6ubuntu4.2 [30.5 kB]
12:08:08 Get:49 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libk5crypto3 arm64 1.17-6ubuntu4.2 [80.4 kB]
12:08:08 Get:50 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkeyutils1 arm64 1.6-6ubuntu1.1 [10.1 kB]
12:08:08 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-3 arm64 1.17-6ubuntu4.2 [312 kB]
12:08:08 Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi-krb5-2 arm64 1.17-6ubuntu4.2 [113 kB]
12:08:08 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblmdb0 arm64 0.9.24-1 [43.1 kB]
12:08:08 Get:54 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpolkit-gobject-1-0 arm64 0.105-26ubuntu1.3 [37.4 kB]
12:08:08 Get:55 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpsl5 arm64 0.21.0-1ubuntu1 [51.3 kB]
12:08:08 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python-apt-common all 2.0.1 [17.0 kB]
12:08:08 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-apt arm64 2.0.1 [147 kB]
12:08:08 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 apt-transport-https all 2.0.9 [1704 B]
12:08:08 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbrotli1 arm64 1.0.7-6ubuntu0.1 [257 kB]
12:08:08 Get:60 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libroken18-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [40.1 kB]
12:08:08 Get:61 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasn1-8-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [150 kB]
12:08:08 Get:62 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimbase1-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [28.6 kB]
12:08:08 Get:63 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhcrypto4-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [85.8 kB]
12:08:08 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libwind0-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [47.4 kB]
12:08:08 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libhx509-5-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [99.0 kB]
12:08:08 Get:66 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-26-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [192 kB]
12:08:08 Fetched 9129 kB in 1s (6385 kB/s)
12:08:08 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:08:09 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 systemd-sysv arm64 249.11-0ubuntu3.6 [10.5 kB]
12:08:09 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssl arm64 3.0.2-0ubuntu1.7 [1160 kB]
12:08:09 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
12:08:09 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libdbus-1-3 arm64 1.12.20-2ubuntu4.1 [187 kB]
12:08:09 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dbus arm64 1.12.20-2ubuntu4.1 [154 kB]
12:08:09 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 distro-info-data all 0.52ubuntu0.2 [5160 B]
12:08:09 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-0 arm64 2.72.4-0ubuntu1 [1430 kB]
12:08:09 dpkg-genchanges: info: including full source code in upload
12:08:09  dpkg-source -I.git --after-build .
12:08:09 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:08:09 # Build the compose plugin
12:08:09 cd /go/src/github.com/docker/compose \
12:08:09 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:08:09 make[2]: Entering directory '/root/build-deb/compose'
12:08:09 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:08:09 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:08:09 go: downloading golang.org/x/sys v0.3.0
12:08:09 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:08:09 go: downloading github.com/theupdateframework/notary v0.7.0
12:08:09 go: downloading github.com/compose-spec/compose-go v1.8.2
12:08:09 go: downloading github.com/hashicorp/go-version v1.6.0
12:08:09 go: downloading github.com/docker/buildx v0.9.1
12:08:09 go: downloading github.com/mattn/go-shellwords v1.0.12
12:08:09 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:08:09 go: downloading go.opentelemetry.io/otel v1.11.2
12:08:09 go: downloading github.com/containerd/containerd v1.6.14
12:08:09 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:08:09 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:08:09 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:08:09 go: downloading golang.org/x/sync v0.1.0
12:08:09 go: downloading k8s.io/client-go v0.22.4
12:08:09 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:08:09 go: downloading github.com/imdario/mergo v0.3.13
12:08:09 go: downloading github.com/containerd/console v1.0.3
12:08:09 go: downloading github.com/buger/goterm v1.0.4
12:08:09 go: downloading github.com/stretchr/testify v1.8.1
12:08:09 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:08:09 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:08:09 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:08:09 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:08:09 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:08:09 go: downloading k8s.io/api v0.22.4
12:08:09 go: downloading k8s.io/apimachinery v0.22.4
12:08:09 go: downloading github.com/gofrs/flock v0.8.0
12:08:09 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:08:09 go: downloading github.com/golang/mock v1.6.0
12:08:09 go: downloading github.com/klauspost/compress v1.15.9
12:08:09 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:08:09 go: downloading github.com/hashicorp/errwrap v1.1.0
12:08:09 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:08:09 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:08:09 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:08:09 go: downloading google.golang.org/grpc v1.47.0
12:08:09 go: downloading golang.org/x/net v0.4.0
12:08:09 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:08:09 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:08:09 go: downloading golang.org/x/term v0.3.0
12:08:09 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:08:09 go: downloading github.com/mattn/go-runewidth v0.0.14
12:08:09 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:08:09 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:08:09 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:08:09 go: downloading google.golang.org/protobuf v1.28.0
12:08:09 Selecting previously unselected package python3-apt.
12:08:09 Preparing to unpack .../20-python3-apt_1.6.6_arm64.deb ...
12:08:09 Unpacking python3-apt (1.6.6) ...
12:08:09 Selecting previously unselected package apt-transport-https.
12:08:09 Preparing to unpack .../21-apt-transport-https_1.6.14_all.deb ...
12:08:09 Unpacking apt-transport-https (1.6.14) ...
12:08:09 Selecting previously unselected package libroken18-heimdal:arm64.
12:08:09 Preparing to unpack .../22-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:08:09 Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:09 Selecting previously unselected package libasn1-8-heimdal:arm64.
12:08:09 Preparing to unpack .../23-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:08:09 Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:09 Selecting previously unselected package libheimbase1-heimdal:arm64.
12:08:09 Preparing to unpack .../24-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:08:09 Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:09 Selecting previously unselected package libhcrypto4-heimdal:arm64.
12:08:09 Preparing to unpack .../25-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:08:09 Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:09 Reading package lists...
12:08:09 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:08:09 Get:67 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libheimntlm0-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [14.7 kB]
12:08:09 Get:68 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi3-heimdal arm64 7.7.0+dfsg-1ubuntu1.3 [88.3 kB]
12:08:09 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2ubuntu0.1 [14.9 kB]
12:08:09 Get:70 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2ubuntu0.1 [48.4 kB]
12:08:09 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
12:08:09 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-2.4-2 arm64 2.4.49+dfsg-2ubuntu1.9 [145 kB]
12:08:09 Get:73 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnghttp2-14 arm64 1.40.0-1build1 [74.7 kB]
12:08:09 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build1 [53.3 kB]
12:08:09 Get:75 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssh-4 arm64 0.9.3-2ubuntu2.2 [159 kB]
12:08:09 Get:76 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.15 [215 kB]
12:08:09 Get:77 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.15 [157 kB]
12:08:09 Get:78 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dbus-user-session arm64 1.12.16-2ubuntu2.3 [9424 B]
12:08:09 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdconf1 arm64 0.36.0-1 [35.9 kB]
12:08:09 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dconf-service arm64 0.36.0-1 [27.8 kB]
12:08:09 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dconf-gsettings-backend arm64 0.36.0-1 [20.9 kB]
12:08:09 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libassuan0 arm64 2.5.3-7ubuntu2 [33.1 kB]
12:08:09 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgconf arm64 2.2.19-3ubuntu2.2 [117 kB]
12:08:09 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libksba8 arm64 1.3.5-2ubuntu0.20.04.2 [89.1 kB]
12:08:09 Get:85 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnpth0 arm64 1.6-1 [7440 B]
12:08:09 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dirmngr arm64 2.2.19-3ubuntu2.2 [311 kB]
12:08:09 + make IMAGE=quay.io/centos/centos:stream9 verify
12:08:09 docker run  --rm -i \
12:08:09 	-v "$(pwd):/v" \
12:08:09 	-e DEBIAN_FRONTEND=noninteractive \
12:08:09 	-e PACKAGE_REPO=staging \
12:08:09 	-w /v \
12:08:09 	quay.io/centos/centos:stream9 ./verify
12:08:09 Unable to find image 'quay.io/centos/centos:stream9' locally
12:08:09 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgirepository-1.0-1 arm64 1.72.0-1 [53.5 kB]
12:08:09 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-glib-2.0 arm64 1.72.0-1 [165 kB]
12:08:09 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iso-codes all 4.9.0-1 [3459 kB]
12:08:09 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcap2-bin arm64 1:2.44-1build3 [25.5 kB]
12:08:09 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libelf1 arm64 0.186-1build1 [50.7 kB]
12:08:09 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-data all 2.72.4-0ubuntu1 [4882 B]
12:08:09 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu70 arm64 70.1-2 [10.5 MB]
12:08:09 + destination=/build
12:08:09 + mkdir -p /build
12:08:09 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb /root/docker-compose-plugin_2.15.1-1~debian.11~bullseye_arm64.deb /build
12:08:09 copied '/root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb'
12:08:09 removed '/root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb'
12:08:09 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'
12:08:09 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'
12:08:09 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'
12:08:09 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'
12:08:09 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc'
12:08:09 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc'
12:08:09 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz'
12:08:09 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz'
12:08:09 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.buildinfo'
12:08:09 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.buildinfo'
12:08:09 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.changes'
12:08:09 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.changes'
12:08:09 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'
12:08:09 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb'
12:08:09 copied '/root/docker-compose-plugin_2.15.1-1~debian.11~bullseye_arm64.deb' -> '/build/docker-compose-plugin_2.15.1-1~debian.11~bullseye_arm64.deb'
12:08:09 removed '/root/docker-compose-plugin_2.15.1-1~debian.11~bullseye_arm64.deb'
12:08:09 Selecting previously unselected package libwind0-heimdal:arm64.
12:08:09 Preparing to unpack .../26-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:08:09 Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:09 Selecting previously unselected package libhx509-5-heimdal:arm64.
12:08:09 Preparing to unpack .../27-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:08:09 Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:09 Selecting previously unselected package libkrb5-26-heimdal:arm64.
12:08:09 Preparing to unpack .../28-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:08:09 Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:09 Selecting previously unselected package libheimntlm0-heimdal:arm64.
12:08:09 Preparing to unpack .../29-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:08:09 Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:09 Selecting previously unselected package libgssapi3-heimdal:arm64.
12:08:09 Preparing to unpack .../30-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.3_arm64.deb ...
12:08:09 Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:09 Selecting previously unselected package libsasl2-modules-db:arm64.
12:08:09 Preparing to unpack .../31-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
12:08:09 Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:08:09 Selecting previously unselected package libsasl2-2:arm64.
12:08:09 Preparing to unpack .../32-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
12:08:09 Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:08:09 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpackagekit-glib2-18 arm64 1.1.13-2ubuntu1.1 [92.8 kB]
12:08:09 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gir1.2-packagekitglib-1.0 arm64 1.1.13-2ubuntu1.1 [21.6 kB]
12:08:09 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libproxy1v5 arm64 0.4.15-10ubuntu1.2 [44.8 kB]
12:08:09 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B]
12:08:09 Get:91 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 glib-networking-services arm64 2.64.2-1ubuntu0.1 [10.4 kB]
12:08:09 Get:92 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB]
12:08:09 Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 glib-networking arm64 2.64.2-1ubuntu0.1 [55.1 kB]
12:08:09 Get:94 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
12:08:09 Get:95 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-utils arm64 2.2.19-3ubuntu2.2 [441 kB]
12:08:09 Get:96 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg arm64 2.2.19-3ubuntu2.2 [442 kB]
12:08:09 Get:97 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pinentry-curses arm64 1.1.0-3build1 [34.3 kB]
12:08:09 Get:98 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-agent arm64 2.2.19-3ubuntu2.2 [216 kB]
12:08:09 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-client arm64 2.2.19-3ubuntu2.2 [89.4 kB]
12:08:09 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-server arm64 2.2.19-3ubuntu2.2 [83.1 kB]
12:08:09 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgsm arm64 2.2.19-3ubuntu2.2 [198 kB]
12:08:09 stream9: Pulling from centos/centos
12:08:09 4c45b685fe23: Already exists
12:08:09 Selecting previously unselected package libldap-common.
12:08:09 Preparing to unpack .../33-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
12:08:09 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:08:09 Selecting previously unselected package libldap-2.4-2:arm64.
12:08:09 Preparing to unpack .../34-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_arm64.deb ...
12:08:09 Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
12:08:09 Selecting previously unselected package libnghttp2-14:arm64.
12:08:09 Preparing to unpack .../35-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ...
12:08:09 Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
12:08:09 Selecting previously unselected package librtmp1:arm64.
12:08:09 Preparing to unpack .../36-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ...
12:08:09 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
12:08:09 Selecting previously unselected package libcurl4:arm64.
12:08:09 Preparing to unpack .../37-libcurl4_7.58.0-2ubuntu3.22_arm64.deb ...
12:08:09 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.22) ...
12:08:09 Selecting previously unselected package curl.
12:08:09 Preparing to unpack .../38-curl_7.58.0-2ubuntu3.22_arm64.deb ...
12:08:09 Unpacking curl (7.58.0-2ubuntu3.22) ...
12:08:09 go: downloading github.com/go-logr/stdr v1.2.2
12:08:09 go: downloading github.com/containerd/typeurl v1.0.2
12:08:09 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:08:09 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:08:09 go: downloading k8s.io/klog/v2 v2.60.1
12:08:09 go: downloading github.com/pelletier/go-toml v1.9.4
12:08:09 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:08:09 go: downloading github.com/google/gofuzz v1.2.0
12:08:09 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:08:09 go: downloading github.com/gogo/googleapis v1.4.1
12:08:09 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
12:08:09 Digest: sha256:2599aad36b178e108586ab2a9220d6fd9bb31a597a08f137566dbdd27405e929
12:08:09 Status: Downloaded newer image for quay.io/centos/centos:stream9
12:08:09 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpam-systemd arm64 249.11-0ubuntu3.6 [205 kB]
12:08:09 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxml2 arm64 2.9.13+dfsg-1ubuntu0.2 [728 kB]
12:08:09 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-0-2 arm64 0.2.2-1build2 [51.0 kB]
12:08:09 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
12:08:09 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python-apt-common all 2.4.0 [15.2 kB]
12:08:09 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-apt arm64 2.4.0 [161 kB]
12:08:09 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-dbus arm64 1.2.18-3build1 [98.5 kB]
12:08:09 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-gi arm64 3.42.1-0ubuntu1 [228 kB]
12:08:09 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
12:08:09 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnghttp2-14 arm64 1.43.0-1build3 [75.4 kB]
12:08:09 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
12:08:09 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 apt-transport-https all 2.4.8 [1506 B]
12:08:09 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
12:08:09 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg2-3ubuntu1.1 [21.2 kB]
12:08:09 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg2-3ubuntu1.1 [55.6 kB]
12:08:09 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-0ubuntu0.22.04.1 [181 kB]
12:08:09 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
12:08:09 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
12:08:09 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl4 arm64 7.81.0-1ubuntu1.7 [284 kB]
12:08:09 Selecting previously unselected package libassuan0:arm64.
12:08:09 Preparing to unpack .../39-libassuan0_2.5.1-2_arm64.deb ...
12:08:09 Unpacking libassuan0:arm64 (2.5.1-2) ...
12:08:09 Selecting previously unselected package gpgconf.
12:08:09 Preparing to unpack .../40-gpgconf_2.2.4-1ubuntu1.6_arm64.deb ...
12:08:09 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
12:08:09 Selecting previously unselected package libksba8:arm64.
12:08:09 Preparing to unpack .../41-libksba8_1.3.5-2ubuntu0.18.04.2_arm64.deb ...
12:08:09 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.18.04.2) ...
12:08:09 Selecting previously unselected package libnpth0:arm64.
12:08:09 Preparing to unpack .../42-libnpth0_1.5-3_arm64.deb ...
12:08:09 Unpacking libnpth0:arm64 (1.5-3) ...
12:08:09 Selecting previously unselected package dirmngr.
12:08:09 Preparing to unpack .../43-dirmngr_2.2.4-1ubuntu1.6_arm64.deb ...
12:08:09 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
12:08:10 + verify
12:08:10 + dpkg --version
12:08:10 + rpm --version
12:08:10 + verify_rpm
12:08:10 ++ . /etc/os-release
12:08:10 +++ NAME='CentOS Stream'
12:08:10 +++ VERSION=9
12:08:10 +++ ID=centos
12:08:10 +++ ID_LIKE='rhel fedora'
12:08:10 +++ VERSION_ID=9
12:08:10 +++ PLATFORM_ID=platform:el9
12:08:10 +++ PRETTY_NAME='CentOS Stream 9'
12:08:10 +++ ANSI_COLOR='0;31'
12:08:10 +++ LOGO=fedora-logo-icon
12:08:10 +++ CPE_NAME=cpe:/o:centos:centos:9
12:08:10 +++ HOME_URL=https://centos.org/
12:08:10 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:08:10 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
12:08:10 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
12:08:10 ++ echo centos
12:08:10 + DIST_ID=centos
12:08:10 ++ . /etc/os-release
12:08:10 +++ NAME='CentOS Stream'
12:08:10 +++ VERSION=9
12:08:10 +++ ID=centos
12:08:10 +++ ID_LIKE='rhel fedora'
12:08:10 +++ VERSION_ID=9
12:08:10 +++ PLATFORM_ID=platform:el9
12:08:10 +++ PRETTY_NAME='CentOS Stream 9'
12:08:10 +++ ANSI_COLOR='0;31'
12:08:10 +++ LOGO=fedora-logo-icon
12:08:10 +++ CPE_NAME=cpe:/o:centos:centos:9
12:08:10 +++ HOME_URL=https://centos.org/
12:08:10 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:08:10 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
12:08:10 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
12:08:10 ++ echo 9
12:08:10 ++ cut -d. -f1
12:08:10 + DIST_VERSION=9
12:08:10 + pkg_manager=yum
12:08:10 + pkg_config_manager=yum-config-manager
12:08:10 + dnf --version
12:08:10 Reading package lists...
12:08:10 Building dependency tree...
12:08:10 Reading state information...
12:08:10 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 curl arm64 7.81.0-1ubuntu1.7 [190 kB]
12:08:10 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libassuan0 arm64 2.5.5-1build1 [36.5 kB]
12:08:10 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgconf arm64 2.2.27-3ubuntu2.1 [92.5 kB]
12:08:10 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libksba8 arm64 1.6.0-2ubuntu0.2 [117 kB]
12:08:10 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
12:08:10 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dirmngr arm64 2.2.27-3ubuntu2.1 [289 kB]
12:08:10 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackagekit-glib2-18 arm64 1.2.5-2ubuntu2 [116 kB]
12:08:10 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.5-2ubuntu2 [25.3 kB]
12:08:10 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
12:08:10 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-utils arm64 2.2.27-3ubuntu2.1 [304 kB]
12:08:10 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg arm64 2.2.27-3ubuntu2.1 [506 kB]
12:08:10 Selecting previously unselected package gnupg-l10n.
12:08:10 Preparing to unpack .../44-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
12:08:10 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:08:10 Selecting previously unselected package gnupg-utils.
12:08:10 Preparing to unpack .../45-gnupg-utils_2.2.4-1ubuntu1.6_arm64.deb ...
12:08:10 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
12:08:10 Selecting previously unselected package gpg.
12:08:10 Preparing to unpack .../46-gpg_2.2.4-1ubuntu1.6_arm64.deb ...
12:08:10 Unpacking gpg (2.2.4-1ubuntu1.6) ...
12:08:10 Selecting previously unselected package pinentry-curses.
12:08:10 Preparing to unpack .../47-pinentry-curses_1.1.0-1_arm64.deb ...
12:08:10 Unpacking pinentry-curses (1.1.0-1) ...
12:08:10 Selecting previously unselected package gpg-agent.
12:08:10 Preparing to unpack .../48-gpg-agent_2.2.4-1ubuntu1.6_arm64.deb ...
12:08:10 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
12:08:10 Selecting previously unselected package gpg-wks-client.
12:08:10 Preparing to unpack .../49-gpg-wks-client_2.2.4-1ubuntu1.6_arm64.deb ...
12:08:10 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:08:10 Get:103 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsoup2.4-1 arm64 2.70.0-1 [245 kB]
12:08:10 Get:104 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstemmer0d arm64 0+svn585-2 [60.6 kB]
12:08:10 Get:105 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libappstream4 arm64 0.12.10-2 [120 kB]
12:08:10 Get:106 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-bin arm64 2.64.6-1~ubuntu20.04.4 [69.2 kB]
12:08:10 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgstreamer1.0-0 arm64 1.16.3-0ubuntu1.1 [803 kB]
12:08:10 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpolkit-agent-1-0 arm64 0.105-26ubuntu1.3 [14.2 kB]
12:08:10 Get:109 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 policykit-1 arm64 0.105-26ubuntu1.3 [79.4 kB]
12:08:10 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-certifi all 2019.11.28-1 [149 kB]
12:08:10 Get:111 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-chardet all 3.0.4-4build1 [80.4 kB]
12:08:10 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-idna all 2.8-1 [34.6 kB]
12:08:10 Get:113 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
12:08:10 Get:114 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
12:08:10 Get:115 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-requests-unixsocket all 0.2.0-2 [7272 B]
12:08:10 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-software-properties all 0.99.9.10 [21.7 kB]
12:08:10 4.14.0
12:08:10   Installed: dnf-0:4.14.0-4.el9.noarch at Mon Jan 23 09:16:06 2023
12:08:10   Built    : builder@centos.org at Fri Jan  6 14:23:17 2023
12:08:10 
12:08:10   Installed: rpm-0:4.16.1.3-22.el9.aarch64 at Mon Jan 23 09:16:01 2023
12:08:10   Built    : builder@centos.org at Mon Dec 19 23:58:04 2022
12:08:10 + pkg_manager=dnf
12:08:10 + pkg_config_manager='dnf config-manager'
12:08:10 + dnf clean all
12:08:10 Importing GPG key 0x621E9F35:
12:08:10  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
12:08:10  Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35
12:08:10  From       : https://download.docker.com/linux/centos/gpg
12:08:10 Running transaction check
12:08:10 Running transaction test
12:08:10 Transaction test succeeded
12:08:10 Running transaction
12:08:10 The following additional packages will be installed:
12:08:10   adduser dbus dbus-bin dbus-daemon dbus-session-bus-common
12:08:10   dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0
12:08:10   gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
12:08:10   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1
12:08:10   libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12
12:08:10   libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1
12:08:10   libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
12:08:10   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72
12:08:10   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
12:08:10   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libncursesw6 libnghttp2-14
12:08:10   libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:08:10   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
12:08:10   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:08:10   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared libsystemd0
12:08:10   libtirpc-common libtirpc3 libudev1 libunwind8 libxml2 libxmlb2 libyaml-0-2
12:08:10   media-types openssl packagekit pinentry-curses polkitd python-apt-common
12:08:10   python3 python3-apt python3-blinker python3-cffi-backend
12:08:10   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
12:08:10   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
12:08:10   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
12:08:10   python3-software-properties python3-wadllib python3.11 python3.11-minimal
12:08:10   readline-common sgml-base systemd systemd-sysv xml-core
12:08:10 Suggested packages:
12:08:10   liblocale-gettext-perl perl cron quota default-dbus-session-bus
12:08:10   | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie
12:08:10   xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user
12:08:10   gstreamer1.0-tools appstream pinentry-doc polkitd-pkla python3-doc
12:08:10   python3-tk python3-venv python-apt-doc python-blinker-doc
12:08:10   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
12:08:10   python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv
12:08:10   python3.11-doc binutils binfmt-support readline-doc sgml-base-doc
12:08:10   systemd-container systemd-homed systemd-userdbd systemd-boot
12:08:10   systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0
12:08:10   libtss2-rc0 debhelper
12:08:10 Recommended packages:
12:08:10   libpam-cap shared-mime-info xdg-user-dirs krb5-locales libldap-common
12:08:10   libgpm2 dbus-user-session publicsuffix libsasl2-modules packagekit-tools
12:08:10   systemd-timesyncd | time-daemon libnss-systemd
12:08:10 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pinentry-curses arm64 1.1.1-1build2 [33.5 kB]
12:08:10 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-agent arm64 2.2.27-3ubuntu2.1 [204 kB]
12:08:10 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-client arm64 2.2.27-3ubuntu2.1 [61.4 kB]
12:08:10 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-server arm64 2.2.27-3ubuntu2.1 [56.8 kB]
12:08:10 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgsm arm64 2.2.27-3ubuntu2.1 [192 kB]
12:08:10 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
12:08:10 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl3-gnutls arm64 7.81.0-1ubuntu1.7 [278 kB]
12:08:10 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstemmer0d arm64 2.2.0-1build1 [166 kB]
12:08:10 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmlb2 arm64 0.3.6-2build1 [66.5 kB]
12:08:10 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libappstream4 arm64 0.15.2-2 [190 kB]
12:08:10 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdw1 arm64 0.186-1build1 [246 kB]
12:08:10 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-bin arm64 2.72.4-0ubuntu1 [79.7 kB]
12:08:10 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunwind8 arm64 1.3.2-2build2 [53.4 kB]
12:08:10 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgstreamer1.0-0 arm64 1.20.3-0ubuntu1 [931 kB]
12:08:10 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpolkit-gobject-1-0 arm64 0.105-33 [42.4 kB]
12:08:10 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpolkit-agent-1-0 arm64 0.105-33 [16.0 kB]
12:08:10 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 polkitd arm64 0.105-33 [77.7 kB]
12:08:10 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pkexec arm64 0.105-33 [14.8 kB]
12:08:10 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 policykit-1 arm64 0.105-33 [2424 B]
12:08:10 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB]
12:08:10 Selecting previously unselected package gpg-wks-server.
12:08:10 Preparing to unpack .../50-gpg-wks-server_2.2.4-1ubuntu1.6_arm64.deb ...
12:08:10 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:08:10 Selecting previously unselected package gpgsm.
12:08:10 Preparing to unpack .../51-gpgsm_2.2.4-1ubuntu1.6_arm64.deb ...
12:08:10 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
12:08:10 Selecting previously unselected package gnupg.
12:08:10 Preparing to unpack .../52-gnupg_2.2.4-1ubuntu1.6_arm64.deb ...
12:08:10 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
12:08:10 Selecting previously unselected package python3-software-properties.
12:08:10 Preparing to unpack .../53-python3-software-properties_0.96.24.32.20_all.deb ...
12:08:10 Unpacking python3-software-properties (0.96.24.32.20) ...
12:08:10 Selecting previously unselected package software-properties-common.
12:08:10 Preparing to unpack .../54-software-properties-common_0.96.24.32.20_all.deb ...
12:08:10 Unpacking software-properties-common (0.96.24.32.20) ...
12:08:10 Selecting previously unselected package gnupg2.
12:08:10 Preparing to unpack .../55-gnupg2_2.2.4-1ubuntu1.6_all.deb ...
12:08:10 Unpacking gnupg2 (2.2.4-1ubuntu1.6) ...
12:08:10 Setting up python-apt-common (1.6.6) ...
12:08:10 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 packagekit arm64 1.1.13-2ubuntu1.1 [388 kB]
12:08:10 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 software-properties-common all 0.99.9.10 [10.4 kB]
12:08:10 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 gnupg2 all 2.2.19-3ubuntu2.2 [5316 B]
12:08:10 debconf: delaying package configuration, since apt-utils is not installed
12:08:10 Fetched 33.4 MB in 4s (8867 kB/s)
12:08:10 0 files removed
12:08:10 + dnf install -y 'dnf-command(config-manager)'
12:08:10 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-cffi-backend arm64 1.15.0-1build2 [81.0 kB]
12:08:10 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-cryptography arm64 3.4.8-1ubuntu2 [222 kB]
12:08:10 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-pyparsing all 2.4.7-1 [61.4 kB]
12:08:10 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-httplib2 all 0.20.2-2 [30.4 kB]
12:08:10 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-more-itertools all 8.10.0-2 [47.9 kB]
12:08:10 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-zipp all 1.0.0-3 [5440 B]
12:08:10 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
12:08:10 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-jeepney all 0.7.1-3 [36.8 kB]
12:08:10 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB]
12:08:10 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-secretstorage all 3.3.1-1 [13.2 kB]
12:08:10 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-keyring all 23.5.0-1 [35.7 kB]
12:08:10 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
12:08:10 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-wadllib all 1.3.6-1 [36.4 kB]
12:08:10 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-distro all 1.7.0-1 [17.0 kB]
12:08:10 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB]
12:08:10 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
12:08:10 Setting up libnpth0:arm64 (1.5-3) ...
12:08:10 Setting up readline-common (7.0-3) ...
12:08:10 Setting up libapt-inst2.0:arm64 (1.6.14) ...
12:08:10 Setting up apt-transport-https (1.6.14) ...
12:08:10 Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
12:08:10 Setting up mime-support (3.60ubuntu1) ...
12:08:10 Setting up iso-codes (3.79-1) ...
12:08:10 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:08:10 Setting up libreadline7:arm64 (7.0-3) ...
12:08:10 Setting up libpsl5:arm64 (0.19.1-5build1) ...
12:08:10 Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
12:08:10 No schema files found: doing nothing.
12:08:10 Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:08:10 Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:08:10 Setting up distro-info-data (0.37ubuntu0.15) ...
12:08:10 Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:10 Setting up libksba8:arm64 (1.3.5-2ubuntu0.18.04.2) ...
12:08:10 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
12:08:10 Setting up libkrb5support0:arm64 (1.16-2ubuntu0.3) ...
12:08:10 Setting up libgirepository-1.0-1:arm64 (1.56.1-1) ...
12:08:10 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:08:10 Setting up gir1.2-glib-2.0:arm64 (1.56.1-1) ...
12:08:10 Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:10 Selecting previously unselected package libssl1.1:arm64.
12:08:10 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4119 files and directories currently installed.)
12:08:10 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.16_arm64.deb ...
12:08:10 Unpacking libssl1.1:arm64 (1.1.1f-1ubuntu2.16) ...
12:08:10 Selecting previously unselected package libpython3.8-minimal:arm64.
12:08:10 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
12:08:10 Unpacking libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.6) ...
12:08:10 Selecting previously unselected package libexpat1:arm64.
12:08:10 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_arm64.deb ...
12:08:10 Unpacking libexpat1:arm64 (2.2.9-1ubuntu0.6) ...
12:08:10 Selecting previously unselected package python3.8-minimal.
12:08:10 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
12:08:10 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
12:08:10   Installing : libseccomp-2.3.1-4.el7.aarch64                              1/27 
12:08:10 Setting up openssl (1.1.1-1ubuntu2.1~18.04.20) ...
12:08:10 Setting up libsqlite3-0:arm64 (3.22.0-1ubuntu0.7) ...
12:08:10 Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
12:08:10 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
12:08:11   Installing : libcgroup-0.41-21.el7.aarch64                               2/27 
12:08:11   Installing : libselinux-utils-2.5-15.el7.aarch64                         3/27 
12:08:11   Installing : policycoreutils-2.5-34.el7.aarch64                          4/27 
12:08:11 Setting up libssl1.1:arm64 (1.1.1f-1ubuntu2.16) ...
12:08:11 Setting up libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.6) ...
12:08:11 Setting up libexpat1:arm64 (2.2.9-1ubuntu0.6) ...
12:08:11 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
12:08:11 Updating certificates in /etc/ssl/certs...
12:08:11 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
12:08:11 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-launchpadlib all 1.10.16-1 [125 kB]
12:08:11 The following NEW packages will be installed:
12:08:11   adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
12:08:11   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
12:08:11   dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
12:08:11   gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:08:11   iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
12:08:11   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
12:08:11   libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1
12:08:11   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
12:08:11   libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5
12:08:11   libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8
12:08:11   libldap-2.5-0 libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libnsl2
12:08:11   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:08:11   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
12:08:11   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:08:11   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared
12:08:11   libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2
12:08:11   lsb-release media-types openssl packagekit pinentry-curses polkitd
12:08:11   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
12:08:11   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
12:08:11   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
12:08:11   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
12:08:11   python3-software-properties python3-wadllib python3.11 python3.11-minimal
12:08:11   readline-common sgml-base software-properties-common systemd systemd-sysv
12:08:11   xml-core
12:08:11 The following packages will be upgraded:
12:08:11   libsystemd0 libudev1
12:08:11 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-software-properties all 0.99.22.5 [28.8 kB]
12:08:11 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 packagekit arm64 1.2.5-2ubuntu2 [426 kB]
12:08:11 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 software-properties-common all 0.99.22.5 [14.1 kB]
12:08:11 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 gnupg2 all 2.2.27-3ubuntu2.1 [5548 B]
12:08:11 2 upgraded, 119 newly installed, 0 to remove and 6 not upgraded.
12:08:11 Need to get 47.7 MB of archives.
12:08:11 After this operation, 185 MB of additional disk space will be used.
12:08:11 Get:1 http://deb.debian.org/debian bookworm/main arm64 libssl3 arm64 3.0.7-2 [1796 kB]
12:08:11 Get:2 http://deb.debian.org/debian bookworm/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.9 kB]
12:08:11 Get:3 http://deb.debian.org/debian bookworm/main arm64 libudev1 arm64 252.5-2 [101 kB]
12:08:11 Get:4 http://deb.debian.org/debian bookworm/main arm64 dmsetup arm64 2:1.02.185-2 [75.2 kB]
12:08:11 Get:5 http://deb.debian.org/debian bookworm/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-2 [115 kB]
12:08:11 Get:6 http://deb.debian.org/debian bookworm/main arm64 libjson-c5 arm64 0.16-2 [42.9 kB]
12:08:11 Get:7 http://deb.debian.org/debian bookworm/main arm64 libcryptsetup12 arm64 2:2.6.0-2 [203 kB]
12:08:11 Get:8 http://deb.debian.org/debian bookworm/main arm64 libfdisk1 arm64 2.38.1-4 [182 kB]
12:08:11 Get:9 http://deb.debian.org/debian bookworm/main arm64 libkmod2 arm64 30+20221128-1 [54.4 kB]
12:08:11 Get:10 http://deb.debian.org/debian bookworm/main arm64 libapparmor1 arm64 3.0.8-2+b1 [40.5 kB]
12:08:11 Get:11 http://deb.debian.org/debian bookworm/main arm64 libip4tc2 arm64 1.8.9-2 [18.5 kB]
12:08:11 Get:12 http://deb.debian.org/debian bookworm/main arm64 libsystemd-shared arm64 252.5-2 [1502 kB]
12:08:11 Get:13 http://deb.debian.org/debian bookworm/main arm64 libsystemd0 arm64 252.5-2 [306 kB]
12:08:11 Get:14 http://deb.debian.org/debian bookworm/main arm64 systemd arm64 252.5-2 [2807 kB]
12:08:11 Get:15 http://deb.debian.org/debian bookworm/main arm64 systemd-sysv arm64 252.5-2 [41.3 kB]
12:08:11 CentOS Stream 9 - BaseOS                        5.4 MB/s | 4.7 MB     00:00    
12:08:11   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                    5/27 
12:08:11 Selecting previously unselected package python3-minimal.
12:08:11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4420 files and directories currently installed.)
12:08:11 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_arm64.deb ...
12:08:11 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
12:08:11 Selecting previously unselected package mime-support.
12:08:11 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
12:08:11 Unpacking mime-support (3.64ubuntu1) ...
12:08:11 debconf: delaying package configuration, since apt-utils is not installed
12:08:11 Fetched 37.8 MB in 4s (9107 kB/s)
12:08:11 Selecting previously unselected package libpython3.10-minimal:arm64.
12:08:11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4389 files and directories currently installed.)
12:08:11 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
12:08:11 Unpacking libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
12:08:11 Selecting previously unselected package libexpat1:arm64.
12:08:11 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_arm64.deb ...
12:08:11 Unpacking libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
12:08:11 124 added, 0 removed; done.
12:08:11 Setting up libassuan0:arm64 (2.5.1-2) ...
12:08:11 Setting up libmpdec2:arm64 (2.4.2-1ubuntu1) ...
12:08:11 Get:16 http://deb.debian.org/debian bookworm/main arm64 libdbus-1-3 arm64 1.14.4-1 [227 kB]
12:08:11 Get:17 http://deb.debian.org/debian bookworm/main arm64 dbus-bin arm64 1.14.4-1 [138 kB]
12:08:11 Get:18 http://deb.debian.org/debian bookworm/main arm64 dbus-session-bus-common all 1.14.4-1 [112 kB]
12:08:11 Get:19 http://deb.debian.org/debian bookworm/main arm64 libexpat1 arm64 2.5.0-1 [84.8 kB]
12:08:11 Get:20 http://deb.debian.org/debian bookworm/main arm64 dbus-daemon arm64 1.14.4-1 [210 kB]
12:08:11 Get:21 http://deb.debian.org/debian bookworm/main arm64 adduser all 3.130 [117 kB]
12:08:11 Get:22 http://deb.debian.org/debian bookworm/main arm64 dbus-system-bus-common all 1.14.4-1 [113 kB]
12:08:11 Get:23 http://deb.debian.org/debian bookworm/main arm64 dbus arm64 1.14.4-1 [130 kB]
12:08:11 Get:24 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-minimal arm64 3.11.1-2 [805 kB]
12:08:11 Get:25 http://deb.debian.org/debian bookworm/main arm64 python3.11-minimal arm64 3.11.1-2 [1857 kB]
12:08:11 Get:26 http://deb.debian.org/debian bookworm/main arm64 python3-minimal arm64 3.11.1-3 [25.9 kB]
12:08:11 Get:27 http://deb.debian.org/debian bookworm/main arm64 media-types all 8.0.0 [33.4 kB]
12:08:11 Get:28 http://deb.debian.org/debian bookworm/main arm64 libmpdec3 arm64 2.5.1-2 [84.4 kB]
12:08:11 Get:29 http://deb.debian.org/debian bookworm/main arm64 libncursesw6 arm64 6.4-2 [122 kB]
12:08:11 Get:30 http://deb.debian.org/debian bookworm/main arm64 libkrb5support0 arm64 1.20.1-1 [31.5 kB]
12:08:11 Get:31 http://deb.debian.org/debian bookworm/main arm64 libk5crypto3 arm64 1.20.1-1 [78.9 kB]
12:08:11 Get:32 http://deb.debian.org/debian bookworm/main arm64 libkeyutils1 arm64 1.6.3-2 [8844 B]
12:08:11 Get:33 http://deb.debian.org/debian bookworm/main arm64 libkrb5-3 arm64 1.20.1-1 [313 kB]
12:08:11 Get:34 http://deb.debian.org/debian bookworm/main arm64 libgssapi-krb5-2 arm64 1.20.1-1 [123 kB]
12:08:11 Get:35 http://deb.debian.org/debian bookworm/main arm64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
12:08:11 Get:36 http://deb.debian.org/debian bookworm/main arm64 libtirpc3 arm64 1.3.3+ds-1 [80.9 kB]
12:08:11 Get:37 http://deb.debian.org/debian bookworm/main arm64 libnsl2 arm64 1.3.0-2 [36.9 kB]
12:08:11 Get:38 http://deb.debian.org/debian bookworm/main arm64 readline-common all 8.2-1.3 [69.0 kB]
12:08:11 Get:39 http://deb.debian.org/debian bookworm/main arm64 libreadline8 arm64 8.2-1.3 [155 kB]
12:08:11 Get:40 http://deb.debian.org/debian bookworm/main arm64 libsqlite3-0 arm64 3.40.1-1 [783 kB]
12:08:11 Get:41 http://deb.debian.org/debian bookworm/main arm64 libpython3.11-stdlib arm64 3.11.1-2 [1672 kB]
12:08:11 Get:42 http://deb.debian.org/debian bookworm/main arm64 python3.11 arm64 3.11.1-2 [567 kB]
12:08:11 Get:43 http://deb.debian.org/debian bookworm/main arm64 libpython3-stdlib arm64 3.11.1-3 [8960 B]
12:08:11 Get:44 http://deb.debian.org/debian bookworm/main arm64 python3 arm64 3.11.1-3 [25.9 kB]
12:08:11 Get:45 http://deb.debian.org/debian bookworm/main arm64 sgml-base all 1.31 [15.4 kB]
12:08:11 Get:46 http://deb.debian.org/debian bookworm/main arm64 openssl arm64 3.0.7-2 [1365 kB]
12:08:11 Get:47 http://deb.debian.org/debian bookworm/main arm64 ca-certificates all 20211016 [156 kB]
12:08:11 Get:48 http://deb.debian.org/debian bookworm/main arm64 libpam-systemd arm64 252.5-2 [207 kB]
12:08:11 Get:49 http://deb.debian.org/debian bookworm/main arm64 apt-transport-https all 2.5.5 [22.0 kB]
12:08:11 Get:50 http://deb.debian.org/debian bookworm/main arm64 libbrotli1 arm64 1.0.9-2+b6 [269 kB]
12:08:11 Get:51 http://deb.debian.org/debian bookworm/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-10 [20.8 kB]
12:08:11 Get:52 http://deb.debian.org/debian bookworm/main arm64 libsasl2-2 arm64 2.1.28+dfsg-10 [58.0 kB]
12:08:11 Get:53 http://deb.debian.org/debian bookworm/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-3 [170 kB]
12:08:11 Get:54 http://deb.debian.org/debian bookworm/main arm64 libnghttp2-14 arm64 1.51.0-1 [67.9 kB]
12:08:11 Get:55 http://deb.debian.org/debian bookworm/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
12:08:11 Get:56 http://deb.debian.org/debian bookworm/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
12:08:11 Get:57 http://deb.debian.org/debian bookworm/main arm64 libssh2-1 arm64 1.10.0-3+b1 [172 kB]
12:08:11 Get:58 http://deb.debian.org/debian bookworm/main arm64 libcurl4 arm64 7.87.0-2 [350 kB]
12:08:11 Get:59 http://deb.debian.org/debian bookworm/main arm64 curl arm64 7.87.0-2 [301 kB]
12:08:11 Get:60 http://deb.debian.org/debian bookworm/main arm64 libassuan0 arm64 2.5.5-5 [45.9 kB]
12:08:11 Get:61 http://deb.debian.org/debian bookworm/main arm64 gpgconf arm64 2.2.40-1 [556 kB]
12:08:11 Get:62 http://deb.debian.org/debian bookworm/main arm64 libksba8 arm64 1.6.3-2 [119 kB]
12:08:11 Get:63 http://deb.debian.org/debian bookworm/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
12:08:11 Get:64 http://deb.debian.org/debian bookworm/main arm64 dirmngr arm64 2.2.40-1 [769 kB]
12:08:11 Get:65 http://deb.debian.org/debian bookworm/main arm64 distro-info-data all 0.56 [5500 B]
12:08:11 Get:66 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-0 arm64 2.74.5-1 [1310 kB]
12:08:11 Get:67 http://deb.debian.org/debian bookworm/main arm64 libgirepository-1.0-1 arm64 1.74.0-3 [93.2 kB]
12:08:11 Get:68 http://deb.debian.org/debian bookworm/main arm64 gir1.2-glib-2.0 arm64 1.74.0-3 [160 kB]
12:08:11 Get:69 http://deb.debian.org/debian bookworm/main arm64 libpackagekit-glib2-18 arm64 1.2.6-2 [101 kB]
12:08:11 Get:70 http://deb.debian.org/debian bookworm/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.6-2 [25.0 kB]
12:08:11 Get:71 http://deb.debian.org/debian bookworm/main arm64 gnupg-l10n all 2.2.40-1 [1094 kB]
12:08:11 Get:72 http://deb.debian.org/debian bookworm/main arm64 gnupg-utils arm64 2.2.40-1 [879 kB]
12:08:11 Get:73 http://deb.debian.org/debian bookworm/main arm64 gpg arm64 2.2.40-1 [903 kB]
12:08:11 Get:74 http://deb.debian.org/debian bookworm/main arm64 pinentry-curses arm64 1.2.1-1 [75.2 kB]
12:08:11 Get:75 http://deb.debian.org/debian bookworm/main arm64 gpg-agent arm64 2.2.40-1 [673 kB]
12:08:11 Get:76 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-client arm64 2.2.40-1 [532 kB]
12:08:11 Get:77 http://deb.debian.org/debian bookworm/main arm64 gpg-wks-server arm64 2.2.40-1 [524 kB]
12:08:11 Get:78 http://deb.debian.org/debian bookworm/main arm64 gpgsm arm64 2.2.40-1 [650 kB]
12:08:11 Get:79 http://deb.debian.org/debian bookworm/main arm64 gnupg all 2.2.40-1 [846 kB]
12:08:11 Get:80 http://deb.debian.org/debian bookworm/main arm64 gnupg2 all 2.2.40-1 [445 kB]
12:08:11 Get:81 http://deb.debian.org/debian bookworm/main arm64 iso-codes all 4.12.0-1 [2888 kB]
12:08:11 Get:82 http://deb.debian.org/debian bookworm/main arm64 libcurl3-gnutls arm64 7.87.0-2 [344 kB]
12:08:11 Get:83 http://deb.debian.org/debian bookworm/main arm64 libstemmer0d arm64 2.2.0-2 [112 kB]
12:08:11 Get:84 http://deb.debian.org/debian bookworm/main arm64 libicu72 arm64 72.1-3 [9204 kB]
12:08:12 Selecting previously unselected package libmpdec2:arm64.
12:08:12 Preparing to unpack .../2-libmpdec2_2.4.2-3_arm64.deb ...
12:08:12 Unpacking libmpdec2:arm64 (2.4.2-3) ...
12:08:12 Selecting previously unselected package readline-common.
12:08:12 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
12:08:12 Unpacking readline-common (8.0-4) ...
12:08:12 Selecting previously unselected package libreadline8:arm64.
12:08:12 Preparing to unpack .../4-libreadline8_8.0-4_arm64.deb ...
12:08:12 Unpacking libreadline8:arm64 (8.0-4) ...
12:08:12 Selecting previously unselected package libsqlite3-0:arm64.
12:08:12 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_arm64.deb ...
12:08:12 Unpacking libsqlite3-0:arm64 (3.31.1-4ubuntu0.5) ...
12:08:12 Selecting previously unselected package libpython3.8-stdlib:arm64.
12:08:12 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
12:08:12 Unpacking libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.6) ...
12:08:12 Selecting previously unselected package python3.10-minimal.
12:08:12 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_arm64.deb ...
12:08:12 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
12:08:12 Setting up libpython3.10-minimal:arm64 (3.10.6-1~22.04.2) ...
12:08:12 Setting up libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
12:08:12 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
12:08:12 Setting up libdbus-1-3:arm64 (1.12.2-1ubuntu1.4) ...
12:08:12 Setting up libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.9) ...
12:08:12 Setting up libk5crypto3:arm64 (1.16-2ubuntu0.3) ...
12:08:12 Setting up python3.6 (3.6.9-1~18.04ubuntu1.9) ...
12:08:12 Get:85 http://deb.debian.org/debian bookworm/main arm64 libxml2 arm64 2.9.14+dfsg-1.1+b3 [619 kB]
12:08:12 Get:86 http://deb.debian.org/debian bookworm/main arm64 libxmlb2 arm64 0.3.10-2 [55.5 kB]
12:08:12 Get:87 http://deb.debian.org/debian bookworm/main arm64 libyaml-0-2 arm64 0.2.5-1 [50.4 kB]
12:08:12 Get:88 http://deb.debian.org/debian bookworm/main arm64 libappstream4 arm64 0.16.0-1 [181 kB]
12:08:12 Get:89 http://deb.debian.org/debian bookworm/main arm64 libcap2-bin arm64 1:2.66-3 [33.9 kB]
12:08:12 Get:90 http://deb.debian.org/debian bookworm/main arm64 libduktape207 arm64 2.7.0-1+b1 [125 kB]
12:08:12 Get:91 http://deb.debian.org/debian bookworm/main arm64 libelf1 arm64 0.188-2.1 [173 kB]
12:08:12 Get:92 http://deb.debian.org/debian bookworm/main arm64 libdw1 arm64 0.188-2.1 [219 kB]
12:08:12 Get:93 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-data all 2.74.5-1 [1210 kB]
12:08:12 Get:94 http://deb.debian.org/debian bookworm/main arm64 libglib2.0-bin arm64 2.74.5-1 [106 kB]
12:08:12 Get:95 http://deb.debian.org/debian bookworm/main arm64 libunwind8 arm64 1.6.2-3 [47.4 kB]
12:08:12 Get:96 http://deb.debian.org/debian bookworm/main arm64 libgstreamer1.0-0 arm64 1.22.0-2 [1067 kB]
12:08:12 Get:97 http://deb.debian.org/debian bookworm/main arm64 libpolkit-gobject-1-0 arm64 122-3 [42.7 kB]
12:08:12 Get:98 http://deb.debian.org/debian bookworm/main arm64 libpolkit-agent-1-0 arm64 122-3 [23.6 kB]
12:08:12 Get:99 http://deb.debian.org/debian bookworm/main arm64 lsb-release all 12.0-1 [6416 B]
12:08:12 Get:100 http://deb.debian.org/debian bookworm/main arm64 xml-core all 0.18+nmu1 [23.8 kB]
12:08:12 Get:101 http://deb.debian.org/debian bookworm/main arm64 polkitd arm64 122-3 [109 kB]
12:08:12 Get:102 http://deb.debian.org/debian bookworm/main arm64 packagekit arm64 1.2.6-2 [582 kB]
12:08:12 Get:103 http://deb.debian.org/debian bookworm/main arm64 python-apt-common all 2.5.2 [64.1 kB]
12:08:12 Get:104 http://deb.debian.org/debian bookworm/main arm64 python3-apt arm64 2.5.2+b1 [152 kB]
12:08:12 Get:105 http://deb.debian.org/debian bookworm/main arm64 python3-blinker all 1.5-1 [14.7 kB]
12:08:12 Get:106 http://deb.debian.org/debian bookworm/main arm64 python3-cffi-backend arm64 1.15.1-5+b1 [84.4 kB]
12:08:12 Get:107 http://deb.debian.org/debian bookworm/main arm64 python3-cryptography arm64 38.0.4-2 [589 kB]
12:08:12 Get:108 http://deb.debian.org/debian bookworm/main arm64 python3-dbus arm64 1.3.2-4+b1 [93.5 kB]
12:08:12 Get:109 http://deb.debian.org/debian bookworm/main arm64 python3-distro all 1.8.0-1 [20.5 kB]
12:08:12 Get:110 http://deb.debian.org/debian bookworm/main arm64 python3-gi arm64 3.42.2-3+b1 [212 kB]
12:08:12 Get:111 http://deb.debian.org/debian bookworm/main arm64 python3-pyparsing all 3.0.9-1 [138 kB]
12:08:12 Get:112 http://deb.debian.org/debian bookworm/main arm64 python3-httplib2 all 0.20.4-3 [36.0 kB]
12:08:12 Get:113 http://deb.debian.org/debian bookworm/main arm64 python3-jwt all 2.6.0-1 [26.6 kB]
12:08:12 Get:114 http://deb.debian.org/debian bookworm/main arm64 python3-pkg-resources all 65.6.3-1 [278 kB]
12:08:12 Get:115 http://deb.debian.org/debian bookworm/main arm64 python3-lazr.uri all 1.0.6-3 [13.7 kB]
12:08:12 Get:116 http://deb.debian.org/debian bookworm/main arm64 python3-wadllib all 1.3.6-4 [37.2 kB]
12:08:12 Get:117 http://deb.debian.org/debian bookworm/main arm64 python3-oauthlib all 3.2.2-1 [95.4 kB]
12:08:12 Get:118 http://deb.debian.org/debian bookworm/main arm64 python3-six all 1.16.0-4 [17.5 kB]
12:08:12 Get:119 http://deb.debian.org/debian bookworm/main arm64 python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
12:08:12 Get:120 http://deb.debian.org/debian bookworm/main arm64 python3-software-properties all 0.99.30-4 [32.7 kB]
12:08:12 Get:121 http://deb.debian.org/debian bookworm/main arm64 software-properties-common all 0.99.30-4 [62.0 kB]
12:08:12 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:08:12 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:08:12 go: downloading github.com/moby/locker v1.0.1
12:08:12 go: downloading github.com/felixge/httpsnoop v1.0.2
12:08:12 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:08:12 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:08:12 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:08:12 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:08:12 go: downloading gopkg.in/inf.v0 v0.9.1
12:08:12 go: downloading github.com/googleapis/gnostic v0.5.5
12:08:12 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:08:12 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:08:12 go: downloading github.com/json-iterator/go v1.1.12
12:08:12 Selecting previously unselected package python3.8.
12:08:12 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_arm64.deb ...
12:08:12 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:08:12 Selecting previously unselected package libpython3-stdlib:arm64.
12:08:12 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_arm64.deb ...
12:08:12 Unpacking libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
12:08:12 Setting up python3-minimal (3.8.2-0ubuntu2) ...
12:08:12 debconf: delaying package configuration, since apt-utils is not installed
12:08:12 Fetched 47.7 MB in 1s (58.8 MB/s)
12:08:12 Selecting previously unselected package libssl3:arm64.
12:08:12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5996 files and directories currently installed.)
12:08:12 Preparing to unpack .../libssl3_3.0.7-2_arm64.deb ...
12:08:12 Unpacking libssl3:arm64 (3.0.7-2) ...
12:08:12 go: downloading github.com/modern-go/reflect2 v1.0.2
12:08:12 go: downloading sigs.k8s.io/yaml v1.2.0
12:08:12 go: downloading github.com/mattn/go-colorable v0.1.12
12:08:12 go: downloading github.com/prometheus/client_golang v1.12.2
12:08:12 go: downloading github.com/containerd/ttrpc v1.1.0
12:08:12 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:08:12 go: downloading github.com/moby/spdystream v0.2.0
12:08:12 go: downloading github.com/mattn/go-isatty v0.0.16
12:08:12 go: downloading github.com/prometheus/client_model v0.2.0
12:08:12 go: downloading github.com/prometheus/common v0.32.1
12:08:12 go: downloading github.com/prometheus/procfs v0.7.3
12:08:12 Selecting previously unselected package python3.
12:08:12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4850 files and directories currently installed.)
12:08:12 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_arm64.deb ...
12:08:12 Unpacking python3 (3.8.2-0ubuntu2) ...
12:08:12 Selecting previously unselected package libapparmor1:arm64.
12:08:12 Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.1_arm64.deb ...
12:08:12 Unpacking libapparmor1:arm64 (2.13.3-7ubuntu5.1) ...
12:08:12 Selecting previously unselected package libcap2:arm64.
12:08:12 Preparing to unpack .../02-libcap2_1%3a2.32-1_arm64.deb ...
12:08:12 Unpacking libcap2:arm64 (1:2.32-1) ...
12:08:12 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
12:08:12 Selecting previously unselected package python3-minimal.
12:08:12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4691 files and directories currently installed.)
12:08:12 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_arm64.deb ...
12:08:12 Unpacking python3-minimal (3.10.6-1~22.04) ...
12:08:12 Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:12 Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:12 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
12:08:12 Selecting previously unselected package libargon2-1:arm64.
12:08:12 Preparing to unpack .../libargon2-1_0~20171227-0.3_arm64.deb ...
12:08:12 Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
12:08:12 Preparing to unpack .../libudev1_252.5-2_arm64.deb ...
12:08:12 Unpacking libudev1:arm64 (252.5-2) over (252.4-2) ...
12:08:12 Setting up libudev1:arm64 (252.5-2) ...
12:08:12 Selecting previously unselected package dmsetup.
12:08:12 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6013 files and directories currently installed.)
12:08:12 Preparing to unpack .../0-dmsetup_2%3a1.02.185-2_arm64.deb ...
12:08:12 Unpacking dmsetup (2:1.02.185-2) ...
12:08:12 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:08:12 Preparing to unpack .../1-libdevmapper1.02.1_2%3a1.02.185-2_arm64.deb ...
12:08:12 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
12:08:12 Selecting previously unselected package libargon2-1:arm64.
12:08:12 Preparing to unpack .../03-libargon2-1_0~20171227-0.2_arm64.deb ...
12:08:12 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
12:08:12 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:08:12 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
12:08:12 Unpacking libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
12:08:12 Selecting previously unselected package libjson-c4:arm64.
12:08:12 Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_arm64.deb ...
12:08:12 Unpacking libjson-c4:arm64 (0.13.1+dfsg-7ubuntu0.3) ...
12:08:12 Selecting previously unselected package libcryptsetup12:arm64.
12:08:12 Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_arm64.deb ...
12:08:12 Unpacking libcryptsetup12:arm64 (2:2.2.2-3ubuntu2.4) ...
12:08:12 Selecting previously unselected package libip4tc2:arm64.
12:08:12 Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2_arm64.deb ...
12:08:12 Unpacking libip4tc2:arm64 (1.8.4-3ubuntu2) ...
12:08:12 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
12:08:12 Selecting previously unselected package media-types.
12:08:12 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
12:08:12 Unpacking media-types (7.0.0) ...
12:08:12 Selecting previously unselected package libmpdec3:arm64.
12:08:12 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_arm64.deb ...
12:08:12 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
12:08:12 Selecting previously unselected package readline-common.
12:08:12 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
12:08:12 Unpacking readline-common (8.1.2-1) ...
12:08:12 Selecting previously unselected package libreadline8:arm64.
12:08:12 Preparing to unpack .../4-libreadline8_8.1.2-1_arm64.deb ...
12:08:12 Unpacking libreadline8:arm64 (8.1.2-1) ...
12:08:12 Selecting previously unselected package libsqlite3-0:arm64.
12:08:12 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_arm64.deb ...
12:08:12 Unpacking libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
12:08:12 Selecting previously unselected package libpython3.10-stdlib:arm64.
12:08:12 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_arm64.deb ...
12:08:12 Unpacking libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
[Pipeline] stage
[Pipeline] { (verify)
12:08:12 Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:12 Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:12 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
12:08:12 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
12:08:12 Setting up pinentry-curses (1.1.0-1) ...
12:08:12 Setting up libkrb5-3:arm64 (1.16-2ubuntu0.3) ...
12:08:12 Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:12 Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:12 Setting up gpg (2.2.4-1ubuntu1.6) ...
12:08:12 Setting up libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
12:08:12 Setting up python3 (3.6.7-1~18.04) ...
12:08:12 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
12:08:12 Selecting previously unselected package libjson-c5:arm64.
12:08:12 Preparing to unpack .../2-libjson-c5_0.16-2_arm64.deb ...
12:08:12 Unpacking libjson-c5:arm64 (0.16-2) ...
12:08:12 Selecting previously unselected package libcryptsetup12:arm64.
12:08:12 Preparing to unpack .../3-libcryptsetup12_2%3a2.6.0-2_arm64.deb ...
12:08:12 Unpacking libcryptsetup12:arm64 (2:2.6.0-2) ...
12:08:12 Selecting previously unselected package libfdisk1:arm64.
12:08:12 Preparing to unpack .../4-libfdisk1_2.38.1-4_arm64.deb ...
12:08:12 Unpacking libfdisk1:arm64 (2.38.1-4) ...
12:08:12 Selecting previously unselected package libkmod2:arm64.
12:08:12 Preparing to unpack .../5-libkmod2_30+20221128-1_arm64.deb ...
12:08:12 Unpacking libkmod2:arm64 (30+20221128-1) ...
12:08:12 Selecting previously unselected package libapparmor1:arm64.
12:08:12 Preparing to unpack .../6-libapparmor1_3.0.8-2+b1_arm64.deb ...
12:08:12 Unpacking libapparmor1:arm64 (3.0.8-2+b1) ...
[Pipeline] sh
12:08:13 Selecting previously unselected package libkmod2:arm64.
12:08:13 Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_arm64.deb ...
12:08:13 Unpacking libkmod2:arm64 (27-1ubuntu2.1) ...
12:08:13 Selecting previously unselected package systemd-timesyncd.
12:08:13 Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.19_arm64.deb ...
12:08:13 Unpacking systemd-timesyncd (245.4-4ubuntu3.19) ...
12:08:13 Selecting previously unselected package systemd.
12:08:13 Preparing to unpack .../10-systemd_245.4-4ubuntu3.19_arm64.deb ...
12:08:13 Unpacking systemd (245.4-4ubuntu3.19) ...
12:08:13 Selecting previously unselected package python3.10.
12:08:13 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_arm64.deb ...
12:08:13 Unpacking python3.10 (3.10.6-1~22.04.2) ...
12:08:13 Selecting previously unselected package libpython3-stdlib:arm64.
12:08:13 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_arm64.deb ...
12:08:13 Unpacking libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
12:08:13 Setting up python3-minimal (3.10.6-1~22.04) ...
12:08:13 Selecting previously unselected package libip4tc2:arm64.
12:08:13 Preparing to unpack .../7-libip4tc2_1.8.9-2_arm64.deb ...
12:08:13 Unpacking libip4tc2:arm64 (1.8.9-2) ...
12:08:13 Selecting previously unselected package libsystemd-shared:arm64.
12:08:13 Preparing to unpack .../8-libsystemd-shared_252.5-2_arm64.deb ...
12:08:13 Unpacking libsystemd-shared:arm64 (252.5-2) ...
12:08:13 Preparing to unpack .../9-libsystemd0_252.5-2_arm64.deb ...
12:08:13 Unpacking libsystemd0:arm64 (252.5-2) over (252.4-2) ...
12:08:13 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:08:13 Setting up python3-gi (3.26.1-2ubuntu1) ...
12:08:13 Setting up lsb-release (9.20170808ubuntu1) ...
12:08:13 Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.3) ...
12:08:13 Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1ubuntu0.3) ...
12:08:13 + make IMAGE=debian:bullseye verify
12:08:13 docker run  --rm -i \
12:08:13 	-v "$(pwd):/v" \
12:08:13 	-e DEBIAN_FRONTEND=noninteractive \
12:08:13 	-e PACKAGE_REPO=staging \
12:08:13 	-w /v \
12:08:13 	debian:bullseye ./verify
12:08:13 Unable to find image 'debian:bullseye' locally
12:08:13 bullseye: Pulling from library/debian
12:08:13 Setting up libapparmor1:arm64 (2.13.3-7ubuntu5.1) ...
12:08:13 Setting up libcap2:arm64 (1:2.32-1) ...
12:08:13 Selecting previously unselected package python3.
12:08:13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5120 files and directories currently installed.)
12:08:13 Preparing to unpack .../0-python3_3.10.6-1~22.04_arm64.deb ...
12:08:13 Unpacking python3 (3.10.6-1~22.04) ...
12:08:13 Selecting previously unselected package libapparmor1:arm64.
12:08:13 Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.1_arm64.deb ...
12:08:13 Unpacking libapparmor1:arm64 (3.0.4-2ubuntu2.1) ...
12:08:13 Selecting previously unselected package libargon2-1:arm64.
12:08:13 Preparing to unpack .../2-libargon2-1_0~20171227-0.3_arm64.deb ...
12:08:13 Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
12:08:13 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:08:13 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
12:08:13 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:08:13 Selecting previously unselected package libjson-c5:arm64.
12:08:13 Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.1_arm64.deb ...
12:08:13 Unpacking libjson-c5:arm64 (0.15-3~ubuntu1.22.04.1) ...
12:08:13 Setting up libsystemd0:arm64 (252.5-2) ...
12:08:13 Setting up libssl3:arm64 (3.0.7-2) ...
12:08:13 Selecting previously unselected package systemd.
12:08:13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6083 files and directories currently installed.)
12:08:13 Preparing to unpack .../systemd_252.5-2_arm64.deb ...
12:08:13 Unpacking systemd (252.5-2) ...
12:08:13 Setting up python3-apt (1.6.6) ...
12:08:13 Setting up python3-dbus (1.2.6-1) ...
12:08:13 fac7262b6510: Already exists
12:08:13 Digest: sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
12:08:13 Status: Downloaded newer image for debian:bullseye
12:08:13 CentOS Stream 9 - AppStream                      15 MB/s |  14 MB     00:00    
12:08:13 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
12:08:13 Setting up libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
12:08:13 Setting up libjson-c4:arm64 (0.13.1+dfsg-7ubuntu0.3) ...
12:08:13 Setting up libcryptsetup12:arm64 (2:2.2.2-3ubuntu2.4) ...
12:08:13 Setting up libip4tc2:arm64 (1.8.4-3ubuntu2) ...
12:08:13 Setting up libkmod2:arm64 (27-1ubuntu2.1) ...
12:08:13 Setting up systemd-timesyncd (245.4-4ubuntu3.19) ...
12:08:13 + popd
12:08:13 + RPM_EC=0
12:08:13 ~/rpmbuild/BUILD/src
12:08:13 ++ jobs -p
12:08:13 + exit 0
12:08:13 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MtWo2Z
12:08:13 + umask 022
12:08:13 + cd /root/rpmbuild/BUILD
12:08:13 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64 '!=' / ']'
12:08:13 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64
12:08:13 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64
12:08:13 + mkdir -p /root/rpmbuild/BUILDROOT
12:08:13 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64
12:08:13 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:08:13 + export CFLAGS
12:08:13 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:08:13 + export CXXFLAGS
12:08:13 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:08:13 + export FFLAGS
12:08:13 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:08:13 + export FCFLAGS
12:08:13 + 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.15.1-0.fc36.aarch64.ld'
12:08:13 + export LDFLAGS
12:08:13 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:08:13 + export LT_SYS_LIBRARY_PATH
12:08:13 + CC=gcc
12:08:13 + export CC
12:08:13 + CXX=g++
12:08:13 + export CXX
12:08:13 + cd src
12:08:13 + pushd /root/rpmbuild/BUILD/src/compose
12:08:13 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:08:13 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:08:13 + popd
12:08:13 + for f in LICENSE MAINTAINERS NOTICE README.md
12:08:13 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:08:13 ~/rpmbuild/BUILD/src
12:08:13 + for f in LICENSE MAINTAINERS NOTICE README.md
12:08:13 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:08:13 + for f in LICENSE MAINTAINERS NOTICE README.md
12:08:13 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:08:13 + for f in LICENSE MAINTAINERS NOTICE README.md
12:08:13 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:08:13 + /usr/lib/rpm/check-buildroot
12:08:13 + /usr/lib/rpm/redhat/brp-ldconfig
12:08:13 + /usr/lib/rpm/brp-compress
12:08:13 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:08:13 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:08:13 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:08:13 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:08:13 + /usr/lib/rpm/check-rpaths
12:08:13 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:08:13 + /usr/lib/rpm/brp-remove-la-files
12:08:13 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:08:13 + /usr/lib/rpm/redhat/brp-python-hardlink
12:08:13 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.EShakw
12:08:13 + umask 022
12:08:13 + cd /root/rpmbuild/BUILD
12:08:13 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:08:13 + export CFLAGS
12:08:13 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection'
12:08:13 + export CXXFLAGS
12:08:13 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:08:13 + export FFLAGS
12:08:13 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules'
12:08:13 + export FCFLAGS
12:08:13 + 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.15.1-0.fc36.aarch64.ld'
12:08:13 + export LDFLAGS
12:08:13 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:08:13 + export LT_SYS_LIBRARY_PATH
12:08:13 + CC=gcc
12:08:13 + export CC
12:08:13 + CXX=g++
12:08:13 + export CXX
12:08:13 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:08:13 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.15.1-0.fc36 aarch64
12:08:13 + cd src
12:08:13 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:08:13 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:08:13 + ver=v2.15.1
12:08:13 + test v2.15.1 = v2.15.1
12:08:13 + echo 'PASS: docker-compose version OK'
12:08:13 + RPM_EC=0
12:08:13 PASS: docker-compose version OK
12:08:13 ++ jobs -p
12:08:13 + exit 0
12:08:13 Processing files: docker-compose-plugin-2.15.1-0.fc36.aarch64
12:08:13 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tVFgYh
12:08:13 + umask 022
12:08:13 + cd /root/rpmbuild/BUILD
12:08:13 + cd src
12:08:13 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
12:08:13 + export LC_ALL=C
12:08:13 + LC_ALL=C
12:08:13 + export DOCDIR
12:08:13 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
12:08:13 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64/usr/share/doc/docker-compose-plugin
12:08:13 + RPM_EC=0
12:08:13 ++ jobs -p
12:08:13 + exit 0
12:08:13 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.TD9EEO
12:08:13 + umask 022
12:08:13 + cd /root/rpmbuild/BUILD
12:08:13 + cd src
12:08:13 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
12:08:13 + export LC_ALL=C
12:08:13 + LC_ALL=C
12:08:13 + export LICENSEDIR
12:08:13 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
12:08:13 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
12:08:13 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64/usr/share/licenses/docker-compose-plugin
12:08:13 + RPM_EC=0
12:08:13 ++ jobs -p
12:08:13 + exit 0
12:08:13 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:08:13 Provides: docker-compose-plugin = 0:2.15.1-0.fc36 docker-compose-plugin(aarch-64) = 0:2.15.1-0.fc36
12:08:13 Requires(interp): /bin/sh /bin/sh /bin/sh
12:08:13 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:08:13 Requires(post): /bin/sh
12:08:13 Requires(preun): /bin/sh
12:08:13 Requires(postun): /bin/sh
12:08:13 Enhances: docker-ce-cli
12:08:13 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64
12:08:13 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.15.1-0.fc36.src.rpm
12:08:13 Selecting previously unselected package libcryptsetup12:arm64.
12:08:13 Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.1_arm64.deb ...
12:08:13 Unpacking libcryptsetup12:arm64 (2:2.4.3-1ubuntu1.1) ...
12:08:13 Selecting previously unselected package libip4tc2:arm64.
12:08:13 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5_arm64.deb ...
12:08:13 Unpacking libip4tc2:arm64 (1.8.7-1ubuntu5) ...
12:08:13 Selecting previously unselected package libkmod2:arm64.
12:08:13 Preparing to unpack .../7-libkmod2_29-1ubuntu1_arm64.deb ...
12:08:13 Unpacking libkmod2:arm64 (29-1ubuntu1) ...
12:08:13 Selecting previously unselected package systemd.
12:08:13 Preparing to unpack .../8-systemd_249.11-0ubuntu3.6_arm64.deb ...
12:08:13 Unpacking systemd (249.11-0ubuntu3.6) ...
12:08:13 Setting up libargon2-1:arm64 (0~20171227-0.3) ...
12:08:13 Setting up libjson-c5:arm64 (0.16-2) ...
12:08:13 Setting up libfdisk1:arm64 (2.38.1-4) ...
12:08:13 Setting up libkmod2:arm64 (30+20221128-1) ...
12:08:13 Setting up libapparmor1:arm64 (3.0.8-2+b1) ...
12:08:13 Setting up libip4tc2:arm64 (1.8.9-2) ...
12:08:13 Setting up libsystemd-shared:arm64 (252.5-2) ...
12:08:13 Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
12:08:13 Setting up python3-software-properties (0.96.24.32.20) ...
12:08:13   Installing : libnfnetlink-1.0.1-4.el7.aarch64                            6/27 
12:08:13   Installing : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           7/27 
12:08:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
12:08:13 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:08:13 Setting up systemd (245.4-4ubuntu3.19) ...
12:08:13 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:08:13 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:08:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:08:13 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:08:13 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:08:13 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
12:08:13 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:08:13 Initializing machine ID from random generator.
12:08:13 Setting up libapparmor1:arm64 (3.0.4-2ubuntu2.1) ...
12:08:13 Setting up libargon2-1:arm64 (0~20171227-0.3) ...
12:08:13 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:08:13 Setting up libjson-c5:arm64 (0.15-3~ubuntu1.22.04.1) ...
12:08:13 Setting up libcryptsetup12:arm64 (2:2.4.3-1ubuntu1.1) ...
12:08:13 Setting up libip4tc2:arm64 (1.8.7-1ubuntu5) ...
12:08:13 Setting up libkmod2:arm64 (29-1ubuntu1) ...
12:08:13 Setting up systemd (249.11-0ubuntu3.6) ...
12:08:13 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:08:13 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:08:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:08:13 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:08:13 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:08:13 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:08:13 Initializing machine ID from random generator.
12:08:13 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-2) ...
12:08:13 Setting up libcryptsetup12:arm64 (2:2.6.0-2) ...
12:08:13 Setting up systemd (252.5-2) ...
12:08:13 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:08:13 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:08:13 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:08:13 Initializing machine ID from random generator.
12:08:13 Creating group 'systemd-journal' with GID 999.
12:08:13 Creating group 'systemd-network' with GID 998.
12:08:13 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
12:08:13 Setting up dmsetup (2:1.02.185-2) ...
12:08:13 Selecting previously unselected package systemd-sysv.
12:08:13 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6921 files and directories currently installed.)
12:08:13 Preparing to unpack .../0-systemd-sysv_252.5-2_arm64.deb ...
12:08:13 Unpacking systemd-sysv (252.5-2) ...
12:08:13 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
12:08:13 Setting up software-properties-common (0.96.24.32.20) ...
12:08:13 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.22) ...
12:08:13 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:08:13 Setting up curl (7.58.0-2ubuntu3.22) ...
12:08:13 + verify
12:08:13 + dpkg --version
12:08:13 + verify_deb
12:08:13 + apt-get update
12:08:14 Selecting previously unselected package libdbus-1-3:arm64.
12:08:14 Preparing to unpack .../1-libdbus-1-3_1.14.4-1_arm64.deb ...
12:08:14 Unpacking libdbus-1-3:arm64 (1.14.4-1) ...
12:08:14 Selecting previously unselected package dbus-bin.
12:08:14 Preparing to unpack .../2-dbus-bin_1.14.4-1_arm64.deb ...
12:08:14 Unpacking dbus-bin (1.14.4-1) ...
12:08:14 Selecting previously unselected package dbus-session-bus-common.
12:08:14 Preparing to unpack .../3-dbus-session-bus-common_1.14.4-1_all.deb ...
12:08:14 Unpacking dbus-session-bus-common (1.14.4-1) ...
12:08:14 Selecting previously unselected package libexpat1:arm64.
12:08:14 Preparing to unpack .../4-libexpat1_2.5.0-1_arm64.deb ...
12:08:14 Unpacking libexpat1:arm64 (2.5.0-1) ...
12:08:14 Selecting previously unselected package dbus-daemon.
12:08:14 Preparing to unpack .../5-dbus-daemon_1.14.4-1_arm64.deb ...
12:08:14 Unpacking dbus-daemon (1.14.4-1) ...
12:08:14 Setting up gnupg (2.2.4-1ubuntu1.6) ...
12:08:14 Setting up gnupg2 (2.2.4-1ubuntu1.6) ...
12:08:14 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:08:14 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
12:08:14 Updating certificates in /etc/ssl/certs...
12:08:14 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:08:14 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:08:14 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:08:14 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8072 kB]
12:08:14 Selecting previously unselected package systemd-sysv.
12:08:14 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5686 files and directories currently installed.)
12:08:14 Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.19_arm64.deb ...
12:08:14 Unpacking systemd-sysv (245.4-4ubuntu3.19) ...
12:08:14 Selecting previously unselected package openssl.
12:08:14 Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.16_arm64.deb ...
12:08:14 Unpacking openssl (1.1.1f-1ubuntu2.16) ...
12:08:14 Selecting previously unselected package ca-certificates.
12:08:14 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
12:08:14 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
12:08:14 Selecting previously unselected package libdbus-1-3:arm64.
12:08:14 Preparing to unpack .../03-libdbus-1-3_1.12.16-2ubuntu2.3_arm64.deb ...
12:08:14 Unpacking libdbus-1-3:arm64 (1.12.16-2ubuntu2.3) ...
12:08:14 Selecting previously unselected package dbus.
12:08:14 Preparing to unpack .../04-dbus_1.12.16-2ubuntu2.3_arm64.deb ...
12:08:14 Unpacking dbus (1.12.16-2ubuntu2.3) ...
12:08:14 Selecting previously unselected package adduser.
12:08:14 Preparing to unpack .../6-adduser_3.130_all.deb ...
12:08:14 Unpacking adduser (3.130) ...
12:08:14 Setting up adduser (3.130) ...
12:08:14 Selecting previously unselected package dbus-system-bus-common.
12:08:14 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7053 files and directories currently installed.)
12:08:14 Preparing to unpack .../dbus-system-bus-common_1.14.4-1_all.deb ...
12:08:14 Unpacking dbus-system-bus-common (1.14.4-1) ...
12:08:14 Selecting previously unselected package dbus.
12:08:14 Preparing to unpack .../dbus_1.14.4-1_arm64.deb ...
12:08:14 Unpacking dbus (1.14.4-1) ...
12:08:14 Selecting previously unselected package libpython3.11-minimal:arm64.
12:08:14 Preparing to unpack .../libpython3.11-minimal_3.11.1-2_arm64.deb ...
12:08:14 Unpacking libpython3.11-minimal:arm64 (3.11.1-2) ...
12:08:14 0 added, 0 removed; done.
12:08:14 Running hooks in /etc/ca-certificates/update.d...
12:08:14 done.
12:08:14 # Build the compose plugin
12:08:14 cd /go/src/github.com/docker/compose \
12:08:14 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:08:14 make[2]: Entering directory '/root/build-deb/compose'
12:08:14 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:08:14 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:08:14 go: downloading golang.org/x/sys v0.3.0
12:08:14 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:08:14 go: downloading github.com/theupdateframework/notary v0.7.0
12:08:14 go: downloading github.com/compose-spec/compose-go v1.8.2
12:08:14 go: downloading github.com/hashicorp/go-version v1.6.0
12:08:14 go: downloading github.com/docker/buildx v0.9.1
12:08:14 go: downloading github.com/mattn/go-shellwords v1.0.12
12:08:14 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:08:14 go: downloading go.opentelemetry.io/otel v1.11.2
12:08:14 go: downloading github.com/containerd/containerd v1.6.14
12:08:14 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:08:14 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:08:14 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:08:14 go: downloading golang.org/x/sync v0.1.0
12:08:14 go: downloading k8s.io/client-go v0.22.4
12:08:14 Selecting previously unselected package systemd-sysv.
12:08:14 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5960 files and directories currently installed.)
12:08:14 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.6_arm64.deb ...
12:08:14 Unpacking systemd-sysv (249.11-0ubuntu3.6) ...
12:08:14 Selecting previously unselected package openssl.
12:08:14 Preparing to unpack .../01-openssl_3.0.2-0ubuntu1.7_arm64.deb ...
12:08:14 Unpacking openssl (3.0.2-0ubuntu1.7) ...
12:08:14 Selecting previously unselected package ca-certificates.
12:08:14 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
12:08:14 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
12:08:14 Selecting previously unselected package libdbus-1-3:arm64.
12:08:14 Preparing to unpack .../03-libdbus-1-3_1.12.20-2ubuntu4.1_arm64.deb ...
12:08:14 Unpacking libdbus-1-3:arm64 (1.12.20-2ubuntu4.1) ...
12:08:14 Selecting previously unselected package dbus.
12:08:14 Preparing to unpack .../04-dbus_1.12.20-2ubuntu4.1_arm64.deb ...
12:08:14 Unpacking dbus (1.12.20-2ubuntu4.1) ...
12:08:14 Selecting previously unselected package distro-info-data.
12:08:14 Preparing to unpack .../05-distro-info-data_0.52ubuntu0.2_all.deb ...
12:08:14 Unpacking distro-info-data (0.52ubuntu0.2) ...
12:08:14 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [218 kB]
12:08:14 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
12:08:14 Selecting previously unselected package distro-info-data.
12:08:14 Preparing to unpack .../05-distro-info-data_0.43ubuntu1.11_all.deb ...
12:08:14 Unpacking distro-info-data (0.43ubuntu1.11) ...
12:08:14 Selecting previously unselected package libglib2.0-0:arm64.
12:08:14 Preparing to unpack .../06-libglib2.0-0_2.64.6-1~ubuntu20.04.4_arm64.deb ...
12:08:14 Unpacking libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
12:08:14 Selecting previously unselected package libgirepository-1.0-1:arm64.
12:08:14 Preparing to unpack .../07-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_arm64.deb ...
12:08:14 Unpacking libgirepository-1.0-1:arm64 (1.64.1-1~ubuntu20.04.1) ...
12:08:14 Selecting previously unselected package gir1.2-glib-2.0:arm64.
12:08:14 Preparing to unpack .../08-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_arm64.deb ...
12:08:14 Selecting previously unselected package python3.11-minimal.
12:08:14 Preparing to unpack .../python3.11-minimal_3.11.1-2_arm64.deb ...
12:08:14 Unpacking python3.11-minimal (3.11.1-2) ...
12:08:14 ++ source /etc/os-release
12:08:14 +++ NAME=Ubuntu
12:08:14 +++ VERSION='18.04.6 LTS (Bionic Beaver)'
12:08:14 +++ ID=ubuntu
12:08:14 +++ ID_LIKE=debian
12:08:14 +++ PRETTY_NAME='Ubuntu 18.04.6 LTS'
12:08:14 +++ VERSION_ID=18.04
12:08:14 +++ HOME_URL=https://www.ubuntu.com/
12:08:14 +++ SUPPORT_URL=https://help.ubuntu.com/
12:08:14 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
12:08:14 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
12:08:14 +++ VERSION_CODENAME=bionic
12:08:14 +++ UBUNTU_CODENAME=bionic
12:08:14 ++ echo ubuntu
12:08:14 + DIST_ID=ubuntu
12:08:14 ++ lsb_release -sc
12:08:14 + DIST_VERSION=bionic
12:08:14 + '[' bionic = sid ']'
12:08:14 + install_debian_containerd
12:08:14 + '[' staging = stage ']'
12:08:14 + REPO_URL=https://download.docker.com/linux/ubuntu
12:08:14 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
12:08:14 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
12:08:14 + update-ca-certificates -f
12:08:14 Clearing symlinks in /etc/ssl/certs...
12:08:14 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:08:14 go: downloading github.com/imdario/mergo v0.3.13
12:08:14 go: downloading github.com/containerd/console v1.0.3
12:08:14 go: downloading github.com/buger/goterm v1.0.4
12:08:14 go: downloading github.com/stretchr/testify v1.8.1
12:08:14 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:08:14 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:08:14 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:08:14 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:08:14 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:08:14 Selecting previously unselected package libglib2.0-0:arm64.
12:08:14 Preparing to unpack .../06-libglib2.0-0_2.72.4-0ubuntu1_arm64.deb ...
12:08:14 Unpacking libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
12:08:14 Selecting previously unselected package libgirepository-1.0-1:arm64.
12:08:14 Preparing to unpack .../07-libgirepository-1.0-1_1.72.0-1_arm64.deb ...
12:08:14 Unpacking libgirepository-1.0-1:arm64 (1.72.0-1) ...
12:08:14 Selecting previously unselected package gir1.2-glib-2.0:arm64.
12:08:14 Preparing to unpack .../08-gir1.2-glib-2.0_1.72.0-1_arm64.deb ...
12:08:14 Unpacking gir1.2-glib-2.0:arm64 (1.72.0-1) ...
12:08:14 Selecting previously unselected package iso-codes.
12:08:14 Preparing to unpack .../09-iso-codes_4.9.0-1_all.deb ...
12:08:14 Unpacking iso-codes (4.9.0-1) ...
12:08:14 Unpacking gir1.2-glib-2.0:arm64 (1.64.1-1~ubuntu20.04.1) ...
12:08:14 Selecting previously unselected package libcap2-bin.
12:08:14 Preparing to unpack .../09-libcap2-bin_1%3a2.32-1_arm64.deb ...
12:08:14 Unpacking libcap2-bin (1:2.32-1) ...
12:08:14 Selecting previously unselected package libelf1:arm64.
12:08:14 Preparing to unpack .../10-libelf1_0.176-1.1build1_arm64.deb ...
12:08:14 Unpacking libelf1:arm64 (0.176-1.1build1) ...
12:08:14 Selecting previously unselected package libglib2.0-data.
12:08:14 Preparing to unpack .../11-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
12:08:14 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:08:14 Selecting previously unselected package tzdata.
12:08:14 Preparing to unpack .../12-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
12:08:14 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
12:08:14 Setting up libpython3.11-minimal:arm64 (3.11.1-2) ...
12:08:14 Setting up libexpat1:arm64 (2.5.0-1) ...
12:08:14 Setting up python3.11-minimal (3.11.1-2) ...
12:08:14 done.
12:08:14 Updating certificates in /etc/ssl/certs...
12:08:14 go: downloading k8s.io/api v0.22.4
12:08:14 Selecting previously unselected package libcap2-bin.
12:08:14 Preparing to unpack .../10-libcap2-bin_1%3a2.44-1build3_arm64.deb ...
12:08:14 Unpacking libcap2-bin (1:2.44-1build3) ...
12:08:14 Selecting previously unselected package libelf1:arm64.
12:08:14 Preparing to unpack .../11-libelf1_0.186-1build1_arm64.deb ...
12:08:14 Unpacking libelf1:arm64 (0.186-1build1) ...
12:08:14 Selecting previously unselected package libglib2.0-data.
12:08:14 Preparing to unpack .../12-libglib2.0-data_2.72.4-0ubuntu1_all.deb ...
12:08:14 Unpacking libglib2.0-data (2.72.4-0ubuntu1) ...
12:08:14 Selecting previously unselected package libicu70:arm64.
12:08:14 Preparing to unpack .../13-libicu70_70.1-2_arm64.deb ...
12:08:14 Unpacking libicu70:arm64 (70.1-2) ...
12:08:15 Selecting previously unselected package libicu66:arm64.
12:08:15 Preparing to unpack .../13-libicu66_66.1-2ubuntu2.1_arm64.deb ...
12:08:15 Unpacking libicu66:arm64 (66.1-2ubuntu2.1) ...
12:08:15 Selecting previously unselected package libpam-systemd:arm64.
12:08:15 Preparing to unpack .../14-libpam-systemd_249.11-0ubuntu3.6_arm64.deb ...
12:08:15 Unpacking libpam-systemd:arm64 (249.11-0ubuntu3.6) ...
12:08:15 Selecting previously unselected package libxml2:arm64.
12:08:15 Preparing to unpack .../15-libxml2_2.9.13+dfsg-1ubuntu0.2_arm64.deb ...
12:08:15 Unpacking libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
12:08:15 Selecting previously unselected package libyaml-0-2:arm64.
12:08:15 Preparing to unpack .../16-libyaml-0-2_0.2.2-1build2_arm64.deb ...
12:08:15 Unpacking libyaml-0-2:arm64 (0.2.2-1build2) ...
12:08:15 # Build the compose plugin
12:08:15 cd /go/src/github.com/docker/compose \
12:08:15 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:08:15 make[2]: Entering directory '/root/build-deb/compose'
12:08:15 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:08:15 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:08:15 go: downloading golang.org/x/sys v0.3.0
12:08:15 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:08:15 go: downloading github.com/theupdateframework/notary v0.7.0
12:08:15 go: downloading github.com/compose-spec/compose-go v1.8.2
12:08:15 go: downloading github.com/hashicorp/go-version v1.6.0
12:08:15 go: downloading github.com/docker/buildx v0.9.1
12:08:15 go: downloading github.com/mattn/go-shellwords v1.0.12
12:08:15 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:08:15 go: downloading go.opentelemetry.io/otel v1.11.2
12:08:15 go: downloading github.com/containerd/containerd v1.6.14
12:08:15 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:08:15 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:08:15 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:08:15 go: downloading golang.org/x/sync v0.1.0
12:08:15 go: downloading k8s.io/client-go v0.22.4
12:08:15 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:08:15 go: downloading github.com/imdario/mergo v0.3.13
12:08:15 go: downloading github.com/containerd/console v1.0.3
12:08:15 go: downloading github.com/buger/goterm v1.0.4
12:08:15 go: downloading github.com/stretchr/testify v1.8.1
12:08:15 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:08:15 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:08:15 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:08:15 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:08:15 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:08:15 go: downloading k8s.io/api v0.22.4
12:08:15 Fetched 8510 kB in 1s (6290 kB/s)
12:08:15 Selecting previously unselected package lsb-release.
12:08:15 Preparing to unpack .../17-lsb-release_11.1.0ubuntu4_all.deb ...
12:08:15 Unpacking lsb-release (11.1.0ubuntu4) ...
12:08:15 Selecting previously unselected package python-apt-common.
12:08:15 Preparing to unpack .../18-python-apt-common_2.4.0_all.deb ...
12:08:15 Unpacking python-apt-common (2.4.0) ...
12:08:15 Selecting previously unselected package python3-apt.
12:08:15 Preparing to unpack .../19-python3-apt_2.4.0_arm64.deb ...
12:08:15 Unpacking python3-apt (2.4.0) ...
12:08:15 Selecting previously unselected package python3-dbus.
12:08:15 Preparing to unpack .../20-python3-dbus_1.2.18-3build1_arm64.deb ...
12:08:15 Unpacking python3-dbus (1.2.18-3build1) ...
12:08:15 Selecting previously unselected package python3-gi.
12:08:15 Preparing to unpack .../21-python3-gi_3.42.1-0ubuntu1_arm64.deb ...
12:08:15 Unpacking python3-gi (3.42.1-0ubuntu1) ...
12:08:15 Selecting previously unselected package python3-pkg-resources.
12:08:15 Preparing to unpack .../22-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
12:08:15 Selecting previously unselected package python3-minimal.
12:08:15 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7388 files and directories currently installed.)
12:08:15 Preparing to unpack .../00-python3-minimal_3.11.1-3_arm64.deb ...
12:08:15 Unpacking python3-minimal (3.11.1-3) ...
12:08:15 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:08:15 124 added, 0 removed; done.
12:08:15 Running hooks in /etc/ca-certificates/update.d...
12:08:15 done.
12:08:15 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
12:08:15 + apt-key add -
12:08:15   Installing : slirp4netns-0.4.3-4.el7_8.aarch64                           8/27 
12:08:15 Reading package lists...
12:08:15 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:08:15 Selecting previously unselected package libpam-systemd:arm64.
12:08:15 Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.19_arm64.deb ...
12:08:15 Unpacking libpam-systemd:arm64 (245.4-4ubuntu3.19) ...
12:08:15 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
12:08:15 Selecting previously unselected package libnghttp2-14:arm64.
12:08:15 Preparing to unpack .../23-libnghttp2-14_1.43.0-1build3_arm64.deb ...
12:08:15 Unpacking libnghttp2-14:arm64 (1.43.0-1build3) ...
12:08:15 Selecting previously unselected package libpsl5:arm64.
12:08:15 Preparing to unpack .../24-libpsl5_0.21.0-1.2build2_arm64.deb ...
12:08:15 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
12:08:15 Selecting previously unselected package apt-transport-https.
12:08:15 Preparing to unpack .../25-apt-transport-https_2.4.8_all.deb ...
12:08:15 Unpacking apt-transport-https (2.4.8) ...
12:08:15 Selecting previously unselected package libbrotli1:arm64.
12:08:15 Preparing to unpack .../26-libbrotli1_1.0.9-2build6_arm64.deb ...
12:08:15 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
12:08:15 Selecting previously unselected package libsasl2-modules-db:arm64.
12:08:15 Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_arm64.deb ...
12:08:15 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:08:15 Selecting previously unselected package libsasl2-2:arm64.
12:08:15 Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_arm64.deb ...
12:08:15 Unpacking libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:08:15 Selecting previously unselected package media-types.
12:08:15 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
12:08:15 Unpacking media-types (8.0.0) ...
12:08:15 Selecting previously unselected package libmpdec3:arm64.
12:08:15 Preparing to unpack .../02-libmpdec3_2.5.1-2_arm64.deb ...
12:08:15 Unpacking libmpdec3:arm64 (2.5.1-2) ...
12:08:15 Selecting previously unselected package libncursesw6:arm64.
12:08:15 Preparing to unpack .../03-libncursesw6_6.4-2_arm64.deb ...
12:08:15 Unpacking libncursesw6:arm64 (6.4-2) ...
12:08:15 Selecting previously unselected package libkrb5support0:arm64.
12:08:15 Preparing to unpack .../04-libkrb5support0_1.20.1-1_arm64.deb ...
12:08:15 Unpacking libkrb5support0:arm64 (1.20.1-1) ...
12:08:15 Selecting previously unselected package libk5crypto3:arm64.
12:08:15 Preparing to unpack .../05-libk5crypto3_1.20.1-1_arm64.deb ...
12:08:15 Unpacking libk5crypto3:arm64 (1.20.1-1) ...
12:08:15 Warning: apt-key output should not be parsed (stdout is not a terminal)
12:08:15 ~/rpmbuild/BUILD/src
12:08:15 + popd
12:08:15 + RPM_EC=0
12:08:15 ++ jobs -p
12:08:15 + exit 0
12:08:15 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ve5MoQ
12:08:15 + umask 022
12:08:15 + cd /root/rpmbuild/BUILD
12:08:15 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64 '!=' / ']'
12:08:15 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64
12:08:15 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64
12:08:15 + mkdir -p /root/rpmbuild/BUILDROOT
12:08:15 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64
12:08:15 + cd src
12:08:15 + pushd /root/rpmbuild/BUILD/src/buildx
12:08:15 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:08:15 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:08:15 + popd
12:08:15 + /usr/lib/rpm/check-buildroot
12:08:15 ~/rpmbuild/BUILD/src
12:08:15 + /usr/lib/rpm/redhat/brp-ldconfig
12:08:15 + /usr/lib/rpm/brp-compress
12:08:15 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:08:15 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:08:15 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:08:15 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:08:15 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:08:15 + /usr/lib/rpm/brp-python-hardlink
12:08:15 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:08:15 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Kjm5EJ
12:08:15 + umask 022
12:08:15 + cd /root/rpmbuild/BUILD
12:08:15 + cd src
12:08:15 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
12:08:15 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:08:15 + ver=v0.10.2
12:08:15 + test v0.10.2 = v0.10.2
12:08:15 + echo 'PASS: docker-buildx version OK'
12:08:15 + RPM_EC=0
12:08:15 PASS: docker-buildx version OK
12:08:15 ++ jobs -p
12:08:15 + exit 0
12:08:15 Processing files: docker-buildx-plugin-0.10.2-0.el9.x86_64
12:08:15 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:08:15 Provides: docker-buildx-plugin = 0:0.10.2-0.el9 docker-buildx-plugin(x86-64) = 0:0.10.2-0.el9
12:08:15 Requires(interp): /bin/sh /bin/sh /bin/sh
12:08:15 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:08:15 Requires(post): /bin/sh
12:08:15 Requires(preun): /bin/sh
12:08:15 Requires(postun): /bin/sh
12:08:15 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64
12:08:15 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.el9.src.rpm
12:08:15   Installing : docker-buildx-plugin-0.10.2-0.el7.aarch64                   9/27 
12:08:15 go: downloading k8s.io/apimachinery v0.22.4
12:08:15 go: downloading k8s.io/apimachinery v0.22.4
12:08:15 Selecting previously unselected package libxml2:arm64.
12:08:15 Preparing to unpack .../15-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_arm64.deb ...
12:08:15 Unpacking libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:08:15 Selecting previously unselected package libyaml-0-2:arm64.
12:08:15 Preparing to unpack .../16-libyaml-0-2_0.2.2-1_arm64.deb ...
12:08:15 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
12:08:15 Selecting previously unselected package lsb-release.
12:08:15 Preparing to unpack .../17-lsb-release_11.1.0ubuntu2_all.deb ...
12:08:15 Unpacking lsb-release (11.1.0ubuntu2) ...
12:08:15 Selecting previously unselected package python3-dbus.
12:08:15 Preparing to unpack .../18-python3-dbus_1.2.16-1build1_arm64.deb ...
12:08:15 Unpacking python3-dbus (1.2.16-1build1) ...
12:08:15 Selecting previously unselected package python3-gi.
12:08:15 Preparing to unpack .../19-python3-gi_3.36.0-1_arm64.deb ...
12:08:15 Unpacking python3-gi (3.36.0-1) ...
12:08:15 Selecting previously unselected package libldap-2.5-0:arm64.
12:08:15 Preparing to unpack .../29-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_arm64.deb ...
12:08:15 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:08:15 Selecting previously unselected package librtmp1:arm64.
12:08:15 Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
12:08:15 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:08:15 Selecting previously unselected package libssh-4:arm64.
12:08:15 Preparing to unpack .../31-libssh-4_0.9.6-2build1_arm64.deb ...
12:08:15 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
12:08:15 Selecting previously unselected package libcurl4:arm64.
12:08:15 Preparing to unpack .../32-libcurl4_7.81.0-1ubuntu1.7_arm64.deb ...
12:08:15 Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.7) ...
12:08:15 Selecting previously unselected package curl.
12:08:15 Preparing to unpack .../33-curl_7.81.0-1ubuntu1.7_arm64.deb ...
12:08:15 Unpacking curl (7.81.0-1ubuntu1.7) ...
12:08:15 Selecting previously unselected package libassuan0:arm64.
12:08:16 Selecting previously unselected package libkeyutils1:arm64.
12:08:16 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ...
12:08:16 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
12:08:16 Selecting previously unselected package libkrb5-3:arm64.
12:08:16 Preparing to unpack .../07-libkrb5-3_1.20.1-1_arm64.deb ...
12:08:16 Unpacking libkrb5-3:arm64 (1.20.1-1) ...
12:08:16 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:08:16 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-1_arm64.deb ...
12:08:16 Unpacking libgssapi-krb5-2:arm64 (1.20.1-1) ...
12:08:16 Selecting previously unselected package libtirpc-common.
12:08:16 Preparing to unpack .../09-libtirpc-common_1.3.3+ds-1_all.deb ...
12:08:16 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:08:16 Selecting previously unselected package libtirpc3:arm64.
12:08:16 Preparing to unpack .../10-libtirpc3_1.3.3+ds-1_arm64.deb ...
12:08:16 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
12:08:16 OK
12:08:16 + '[' bionic = sid ']'
12:08:16 ++ dpkg --print-architecture
12:08:16 + ARCH=arm64
12:08:16 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu bionic test'
12:08:16 + apt-get update
12:08:16   Installing : setools-libs-3.3.8-4.el7.aarch64                           10/27 
12:08:16   Installing : audit-libs-python-2.8.5-4.el7.aarch64                      11/27 
12:08:16 go: downloading github.com/gofrs/flock v0.8.0
12:08:16 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:08:16 go: downloading github.com/golang/mock v1.6.0
12:08:16 go: downloading github.com/klauspost/compress v1.15.9
12:08:16 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:08:16 go: downloading github.com/hashicorp/errwrap v1.1.0
12:08:16 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:08:16 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:08:16 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:08:16 go: downloading github.com/gofrs/flock v0.8.0
12:08:16 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:08:16 go: downloading github.com/golang/mock v1.6.0
12:08:16 go: downloading github.com/klauspost/compress v1.15.9
12:08:16 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:08:16 go: downloading github.com/hashicorp/errwrap v1.1.0
12:08:16 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:08:16 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:08:16 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:08:16 go: downloading google.golang.org/grpc v1.47.0
12:08:16 Reading package lists...
12:08:16 Selecting previously unselected package python3-pkg-resources.
12:08:16 Preparing to unpack .../20-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
12:08:16 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:08:16 Selecting previously unselected package python3-six.
12:08:16 Preparing to unpack .../21-python3-six_1.14.0-2_all.deb ...
12:08:16 Unpacking python3-six (1.14.0-2) ...
12:08:16 Selecting previously unselected package iso-codes.
12:08:16 Preparing to unpack .../22-iso-codes_4.4-1_all.deb ...
12:08:16 Unpacking iso-codes (4.4-1) ...
12:08:16 Preparing to unpack .../34-libassuan0_2.5.5-1build1_arm64.deb ...
12:08:16 Unpacking libassuan0:arm64 (2.5.5-1build1) ...
12:08:16 Selecting previously unselected package gpgconf.
12:08:16 Preparing to unpack .../35-gpgconf_2.2.27-3ubuntu2.1_arm64.deb ...
12:08:16 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
12:08:16 Selecting previously unselected package libksba8:arm64.
12:08:16 Preparing to unpack .../36-libksba8_1.6.0-2ubuntu0.2_arm64.deb ...
12:08:16 Unpacking libksba8:arm64 (1.6.0-2ubuntu0.2) ...
12:08:16 Selecting previously unselected package libnpth0:arm64.
12:08:16 Preparing to unpack .../37-libnpth0_1.6-3build2_arm64.deb ...
12:08:16 Unpacking libnpth0:arm64 (1.6-3build2) ...
12:08:16 Selecting previously unselected package dirmngr.
12:08:16 Preparing to unpack .../38-dirmngr_2.2.27-3ubuntu2.1_arm64.deb ...
12:08:16 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
12:08:16 Selecting previously unselected package libpackagekit-glib2-18:arm64.
12:08:16 Preparing to unpack .../39-libpackagekit-glib2-18_1.2.5-2ubuntu2_arm64.deb ...
12:08:16 Unpacking libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
12:08:16 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:08:16 Preparing to unpack .../40-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_arm64.deb ...
12:08:16 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
12:08:16 Selecting previously unselected package libnsl2:arm64.
12:08:16 Preparing to unpack .../11-libnsl2_1.3.0-2_arm64.deb ...
12:08:16 Unpacking libnsl2:arm64 (1.3.0-2) ...
12:08:16 Selecting previously unselected package readline-common.
12:08:16 Preparing to unpack .../12-readline-common_8.2-1.3_all.deb ...
12:08:16 Unpacking readline-common (8.2-1.3) ...
12:08:16 Selecting previously unselected package libreadline8:arm64.
12:08:16 Preparing to unpack .../13-libreadline8_8.2-1.3_arm64.deb ...
12:08:16 Unpacking libreadline8:arm64 (8.2-1.3) ...
12:08:16 Selecting previously unselected package libsqlite3-0:arm64.
12:08:16 Preparing to unpack .../14-libsqlite3-0_3.40.1-1_arm64.deb ...
12:08:16 Unpacking libsqlite3-0:arm64 (3.40.1-1) ...
12:08:16 Selecting previously unselected package libpython3.11-stdlib:arm64.
12:08:16 Preparing to unpack .../15-libpython3.11-stdlib_3.11.1-2_arm64.deb ...
12:08:16 Unpacking libpython3.11-stdlib:arm64 (3.11.1-2) ...
12:08:16 Get:1 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]
12:08:16 make[2]: Leaving directory '/root/build-deb/compose'
12:08:16 # Build the scan-plugin
12:08:16 # TODO change once we support scan-plugin on other architectures
12:08:16 if [ "amd64" = "amd64" ]; then \
12:08:16 	cd /go/src/github.com/docker/scan-cli-plugin \
12:08:16 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:08:16 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:08:16 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:08:16 fi
12:08:16 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
12:08:16 GO111MODULE=on make -f builder.Makefile build
12:08:16 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
12:08:16 mkdir -p bin
12:08: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
12:08:16 go: downloading github.com/docker/cli v20.10.17+incompatible
12:08:16 go: downloading github.com/docker/docker v20.10.17+incompatible
12:08:16 go: downloading github.com/spf13/cobra v1.5.0
12:08:16 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
12:08:16 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:08:16 go: downloading github.com/docker/go-units v0.4.0
12:08:16 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:08:16 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:08:16 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:08:16 go: downloading github.com/moby/sys/mount v0.3.3
12:08:16 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
12:08:16 go: downloading github.com/containerd/containerd v1.6.6
12:08:16 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:08:16 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:08:16 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
12:08:16 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12:08:16 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:08:16   Installing : checkpolicy-2.5-8.el7.aarch64                              12/27 
12:08:16 go: downloading google.golang.org/grpc v1.47.0
12:08:16 Building dependency tree...
12:08:16 Reading state information...
12:08:16 Selecting previously unselected package libkrb5support0:arm64.
12:08:16 Preparing to unpack .../23-libkrb5support0_1.17-6ubuntu4.2_arm64.deb ...
12:08:16 Unpacking libkrb5support0:arm64 (1.17-6ubuntu4.2) ...
12:08:16 Selecting previously unselected package libk5crypto3:arm64.
12:08:16 Preparing to unpack .../24-libk5crypto3_1.17-6ubuntu4.2_arm64.deb ...
12:08:16 Unpacking libk5crypto3:arm64 (1.17-6ubuntu4.2) ...
12:08:16 Selecting previously unselected package libkeyutils1:arm64.
12:08:16 Preparing to unpack .../25-libkeyutils1_1.6-6ubuntu1.1_arm64.deb ...
12:08:16 Unpacking libkeyutils1:arm64 (1.6-6ubuntu1.1) ...
12:08:16 Selecting previously unselected package gnupg-l10n.
12:08:16 Preparing to unpack .../41-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
12:08:16 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:08:16 Selecting previously unselected package gnupg-utils.
12:08:16 Preparing to unpack .../42-gnupg-utils_2.2.27-3ubuntu2.1_arm64.deb ...
12:08:16 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
12:08:16 Selecting previously unselected package gpg.
12:08:16 Preparing to unpack .../43-gpg_2.2.27-3ubuntu2.1_arm64.deb ...
12:08:16 Unpacking gpg (2.2.27-3ubuntu2.1) ...
12:08:16 Selecting previously unselected package pinentry-curses.
12:08:16 Preparing to unpack .../44-pinentry-curses_1.1.1-1build2_arm64.deb ...
12:08:16 Unpacking pinentry-curses (1.1.1-1build2) ...
12:08:16 Selecting previously unselected package gpg-agent.
12:08:16 Preparing to unpack .../45-gpg-agent_2.2.27-3ubuntu2.1_arm64.deb ...
12:08:16 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
12:08:16 Selecting previously unselected package gpg-wks-client.
12:08:16 Preparing to unpack .../46-gpg-wks-client_2.2.27-3ubuntu2.1_arm64.deb ...
12:08:16 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:08:16 Selecting previously unselected package gpg-wks-server.
12:08:16 Preparing to unpack .../47-gpg-wks-server_2.2.27-3ubuntu2.1_arm64.deb ...
12:08:16 Selecting previously unselected package python3.11.
12:08:16 Preparing to unpack .../16-python3.11_3.11.1-2_arm64.deb ...
12:08:16 Unpacking python3.11 (3.11.1-2) ...
12:08:16 Selecting previously unselected package libpython3-stdlib:arm64.
12:08:16 Preparing to unpack .../17-libpython3-stdlib_3.11.1-3_arm64.deb ...
12:08:16 Unpacking libpython3-stdlib:arm64 (3.11.1-3) ...
12:08:16 Setting up python3-minimal (3.11.1-3) ...
12:08:16 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
12:08:16 Get:3 https://download.docker.com/linux/ubuntu bionic/test arm64 Packages [61.5 kB]
12:08:16 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
12:08:16 Hit:5 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
12:08:16 Hit:6 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
12:08:16   Installing : fuse3-libs-3.6.1-4.el7.aarch64                             13/27 
12:08:16   Installing : fuse-overlayfs-0.7.2-6.el7_8.aarch64                       14/27 
12:08:16   Installing : libselinux-python-2.5-15.el7.aarch64                       15/27 
12:08:16   Installing : python-IPy-0.75-6.el7.noarch                               16/27 
12:08:16 go: downloading golang.org/x/net v0.4.0
12:08:16 go: downloading golang.org/x/net v0.4.0
12:08:16 The following additional packages will be installed:
12:08:16   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
12:08:16   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
12:08:16   gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3
12:08:16   libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2
12:08:16   libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
12:08:16   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
12:08:16   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 media-types
12:08:16   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
12:08:16   python3-gi python3-minimal python3-pycurl python3-software-properties
12:08:16   python3.9 python3.9-minimal readline-common
12:08:16 Suggested packages:
12:08:16   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
12:08:16   scdaemon isoquery pinentry-doc python3-doc python3-tk python3-venv
12:08:16   python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
12:08:16   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv
12:08:16   python3.9-doc binutils binfmt-support readline-doc
12:08:16 Recommended packages:
12:08:16   dbus libglib2.0-data shared-mime-info xdg-user-dirs libldap-common libgpm2
12:08:16   packagekit publicsuffix libsasl2-modules unattended-upgrades
12:08:16 Selecting previously unselected package libkrb5-3:arm64.
12:08:16 Preparing to unpack .../26-libkrb5-3_1.17-6ubuntu4.2_arm64.deb ...
12:08:16 Unpacking libkrb5-3:arm64 (1.17-6ubuntu4.2) ...
12:08:16 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:08:16 Preparing to unpack .../27-libgssapi-krb5-2_1.17-6ubuntu4.2_arm64.deb ...
12:08:16 Unpacking libgssapi-krb5-2:arm64 (1.17-6ubuntu4.2) ...
12:08:16 Selecting previously unselected package liblmdb0:arm64.
12:08:16 Preparing to unpack .../28-liblmdb0_0.9.24-1_arm64.deb ...
12:08:16 Unpacking liblmdb0:arm64 (0.9.24-1) ...
12:08:16 Selecting previously unselected package libpolkit-gobject-1-0:arm64.
12:08:16 Preparing to unpack .../29-libpolkit-gobject-1-0_0.105-26ubuntu1.3_arm64.deb ...
12:08:16 Unpacking libpolkit-gobject-1-0:arm64 (0.105-26ubuntu1.3) ...
12:08:16 Selecting previously unselected package libpsl5:arm64.
12:08:16 Preparing to unpack .../30-libpsl5_0.21.0-1ubuntu1_arm64.deb ...
12:08:16 Unpacking libpsl5:arm64 (0.21.0-1ubuntu1) ...
12:08:16 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:08:16 Selecting previously unselected package gpgsm.
12:08:16 Preparing to unpack .../48-gpgsm_2.2.27-3ubuntu2.1_arm64.deb ...
12:08:16 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
12:08:16 Selecting previously unselected package gnupg.
12:08:16 Preparing to unpack .../49-gnupg_2.2.27-3ubuntu2.1_all.deb ...
12:08:16 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
12:08:16 Selecting previously unselected package libcurl3-gnutls:arm64.
12:08:16 Preparing to unpack .../50-libcurl3-gnutls_7.81.0-1ubuntu1.7_arm64.deb ...
12:08:16 Unpacking libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.7) ...
12:08:16 Selecting previously unselected package libstemmer0d:arm64.
12:08:16 Preparing to unpack .../51-libstemmer0d_2.2.0-1build1_arm64.deb ...
12:08:16 Unpacking libstemmer0d:arm64 (2.2.0-1build1) ...
12:08:16 Selecting previously unselected package libxmlb2:arm64.
12:08:16 Preparing to unpack .../52-libxmlb2_0.3.6-2build1_arm64.deb ...
12:08:16 Unpacking libxmlb2:arm64 (0.3.6-2build1) ...
12:08:16 Selecting previously unselected package libappstream4:arm64.
12:08:16 Preparing to unpack .../53-libappstream4_0.15.2-2_arm64.deb ...
12:08:16 Unpacking libappstream4:arm64 (0.15.2-2) ...
12:08:16 Selecting previously unselected package python3.
12:08:16 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7899 files and directories currently installed.)
12:08:16 Preparing to unpack .../00-python3_3.11.1-3_arm64.deb ...
12:08:16 Unpacking python3 (3.11.1-3) ...
12:08:16 Selecting previously unselected package sgml-base.
12:08:16 Preparing to unpack .../01-sgml-base_1.31_all.deb ...
12:08:16 Unpacking sgml-base (1.31) ...
12:08:16 Fetched 126 kB in 1s (155 kB/s)
12:08:16   Installing : libsemanage-python-2.5-14.el7.aarch64                      17/27 
12:08:16   Installing : policycoreutils-python-2.5-34.el7.aarch64                  18/27 
12:08:16 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:08:16 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:08:17 The following NEW packages will be installed:
12:08:17   apt-transport-https ca-certificates curl dirmngr distro-info-data
12:08:17   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
12:08:17   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:08:17   libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
12:08:17   libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3
12:08:17   libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
12:08:17   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
12:08:17   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 lsb-release
12:08:17   media-types openssl pinentry-curses python-apt-common python3 python3-apt
12:08:17   python3-dbus python3-gi python3-minimal python3-pycurl
12:08:17   python3-software-properties python3.9 python3.9-minimal readline-common
12:08:17   software-properties-common
12:08:17 Selecting previously unselected package python-apt-common.
12:08:17 Preparing to unpack .../31-python-apt-common_2.0.1_all.deb ...
12:08:17 Unpacking python-apt-common (2.0.1) ...
12:08:17 Selecting previously unselected package python3-apt.
12:08:17 Preparing to unpack .../32-python3-apt_2.0.1_arm64.deb ...
12:08:17 Unpacking python3-apt (2.0.1) ...
12:08:17 Selecting previously unselected package apt-transport-https.
12:08:17 Preparing to unpack .../33-apt-transport-https_2.0.9_all.deb ...
12:08:17 Unpacking apt-transport-https (2.0.9) ...
12:08:17 Selecting previously unselected package libbrotli1:arm64.
12:08:17 Preparing to unpack .../34-libbrotli1_1.0.7-6ubuntu0.1_arm64.deb ...
12:08:17 Unpacking libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
12:08:17 Selecting previously unselected package libroken18-heimdal:arm64.
12:08:17 Preparing to unpack .../35-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:08:17 Unpacking libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:17 Selecting previously unselected package libdw1:arm64.
12:08:17 Preparing to unpack .../54-libdw1_0.186-1build1_arm64.deb ...
12:08:17 Unpacking libdw1:arm64 (0.186-1build1) ...
12:08:17 Selecting previously unselected package libglib2.0-bin.
12:08:17 Preparing to unpack .../55-libglib2.0-bin_2.72.4-0ubuntu1_arm64.deb ...
12:08:17 Unpacking libglib2.0-bin (2.72.4-0ubuntu1) ...
12:08:17 Selecting previously unselected package libunwind8:arm64.
12:08:17 Preparing to unpack .../56-libunwind8_1.3.2-2build2_arm64.deb ...
12:08:17 Unpacking libunwind8:arm64 (1.3.2-2build2) ...
12:08:17 Selecting previously unselected package libgstreamer1.0-0:arm64.
12:08:17 Preparing to unpack .../57-libgstreamer1.0-0_1.20.3-0ubuntu1_arm64.deb ...
12:08:17 Unpacking libgstreamer1.0-0:arm64 (1.20.3-0ubuntu1) ...
12:08:17 Selecting previously unselected package libpolkit-gobject-1-0:arm64.
12:08:17 Preparing to unpack .../58-libpolkit-gobject-1-0_0.105-33_arm64.deb ...
12:08:17 Unpacking libpolkit-gobject-1-0:arm64 (0.105-33) ...
12:08:17 Selecting previously unselected package openssl.
12:08:17 Preparing to unpack .../02-openssl_3.0.7-2_arm64.deb ...
12:08:17 Unpacking openssl (3.0.7-2) ...
12:08:17 Selecting previously unselected package ca-certificates.
12:08:17 Preparing to unpack .../03-ca-certificates_20211016_all.deb ...
12:08:17 Unpacking ca-certificates (20211016) ...
12:08:17 Selecting previously unselected package libpam-systemd:arm64.
12:08:17 Preparing to unpack .../04-libpam-systemd_252.5-2_arm64.deb ...
12:08:17 Unpacking libpam-systemd:arm64 (252.5-2) ...
12:08:17 Selecting previously unselected package apt-transport-https.
12:08:17 Preparing to unpack .../05-apt-transport-https_2.5.5_all.deb ...
12:08:17 Unpacking apt-transport-https (2.5.5) ...
12:08:17 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:08:17 go: downloading golang.org/x/term v0.3.0
12:08:17 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:08:17 go: downloading github.com/mattn/go-runewidth v0.0.14
12:08:17 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:08:17 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:08:17 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:08:17 Selecting previously unselected package libasn1-8-heimdal:arm64.
12:08:17 Preparing to unpack .../36-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:08:17 Unpacking libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:17 Selecting previously unselected package libheimbase1-heimdal:arm64.
12:08:17 Preparing to unpack .../37-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:08:17 Unpacking libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:17 Selecting previously unselected package libhcrypto4-heimdal:arm64.
12:08:17 Preparing to unpack .../38-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:08:17 Unpacking libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:17 Selecting previously unselected package libwind0-heimdal:arm64.
12:08:17 Preparing to unpack .../39-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:08:17 Unpacking libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:17 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded.
12:08:17 Need to get 22.8 MB of archives.
12:08:17 After this operation, 74.8 MB of additional disk space will be used.
12:08:17 Get:1 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB]
12:08:17 Get:2 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u5 [84.1 kB]
12:08:17 Get:3 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB]
12:08:17 Get:4 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB]
12:08:17 Get:5 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB]
12:08:17 Get:6 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB]
12:08:17 Get:7 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2 [121 kB]
12:08:17 Get:8 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB]
12:08:17 Get:9 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB]
12:08:17 Get:10 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB]
12:08:17 Get:11 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB]
12:08:17 Get:12 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB]
12:08:17 Get:13 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB]
12:08:17 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB]
12:08:17 Get:15 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
12:08:17 Get:16 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
12:08:17 Get:17 http://deb.debian.org/debian bullseye/main arm64 apt-transport-https all 2.2.4 [160 kB]
12:08:17 Get:18 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
12:08:17 Get:19 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
12:08:17 Get:20 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
12:08:17 Get:21 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
12:08:17 Get:22 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
12:08:17 Get:23 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
12:08:17 Get:24 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
12:08:17 Get:25 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
12:08:17 Get:26 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u5 [325 kB]
12:08:17 Get:27 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u5 [265 kB]
12:08:17 Get:28 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB]
12:08:17 Get:29 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u2 [540 kB]
12:08:17 Get:30 http://deb.debian.org/debian-security bullseye-security/main arm64 libksba8 arm64 1.5.0-3+deb11u2 [115 kB]
12:08:17 Get:31 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
12:08:17 Get:32 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u2 [743 kB]
12:08:17 Get:33 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u3 [7812 B]
12:08:17 Get:34 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB]
12:08:17 Selecting previously unselected package libpolkit-agent-1-0:arm64.
12:08:17 Preparing to unpack .../59-libpolkit-agent-1-0_0.105-33_arm64.deb ...
12:08:17 Unpacking libpolkit-agent-1-0:arm64 (0.105-33) ...
12:08:17 Selecting previously unselected package polkitd.
12:08:17 Preparing to unpack .../60-polkitd_0.105-33_arm64.deb ...
12:08:17 Unpacking polkitd (0.105-33) ...
12:08:17 Selecting previously unselected package pkexec.
12:08:17 Preparing to unpack .../61-pkexec_0.105-33_arm64.deb ...
12:08:17 Unpacking pkexec (0.105-33) ...
12:08:17 Selecting previously unselected package policykit-1.
12:08:17 Preparing to unpack .../62-policykit-1_0.105-33_arm64.deb ...
12:08:17 Unpacking policykit-1 (0.105-33) ...
12:08:17 Selecting previously unselected package python3-blinker.
12:08:17 Preparing to unpack .../63-python3-blinker_1.4+dfsg1-0.4_all.deb ...
12:08:17 Unpacking python3-blinker (1.4+dfsg1-0.4) ...
12:08:17 Selecting previously unselected package libbrotli1:arm64.
12:08:17 Preparing to unpack .../06-libbrotli1_1.0.9-2+b6_arm64.deb ...
12:08:17 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
12:08:17 Selecting previously unselected package libsasl2-modules-db:arm64.
12:08:17 Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
12:08:17 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
12:08:17 Selecting previously unselected package libsasl2-2:arm64.
12:08:17 Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
12:08:17 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
12:08:17 Selecting previously unselected package libldap-2.5-0:arm64.
12:08:17 Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-3_arm64.deb ...
12:08:17 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-3) ...
12:08:17 Selecting previously unselected package libnghttp2-14:arm64.
12:08:17 Preparing to unpack .../10-libnghttp2-14_1.51.0-1_arm64.deb ...
12:08:17 Unpacking libnghttp2-14:arm64 (1.51.0-1) ...
12:08:17 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:08:17 go: downloading golang.org/x/term v0.3.0
12:08:17 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:08:17 go: downloading github.com/mattn/go-runewidth v0.0.14
12:08:17 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:08:17 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:08:17 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:08:17 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'.
12:08:17 Selecting previously unselected package libhx509-5-heimdal:arm64.
12:08:17 Preparing to unpack .../40-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:08:17 Unpacking libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:17 Selecting previously unselected package libkrb5-26-heimdal:arm64.
12:08:17 Preparing to unpack .../41-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:08:17 Unpacking libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:17 Selecting previously unselected package libheimntlm0-heimdal:arm64.
12:08:17 Preparing to unpack .../42-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:08:17 Unpacking libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:17 Selecting previously unselected package libgssapi3-heimdal:arm64.
12:08:17 Preparing to unpack .../43-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.3_arm64.deb ...
12:08:17 Unpacking libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:17 Selecting previously unselected package libsasl2-modules-db:arm64.
12:08:17 Preparing to unpack .../44-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
12:08:17 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
12:08:17 Selecting previously unselected package python3-cffi-backend:arm64.
12:08:17 Preparing to unpack .../64-python3-cffi-backend_1.15.0-1build2_arm64.deb ...
12:08:17 Unpacking python3-cffi-backend:arm64 (1.15.0-1build2) ...
12:08:17 Selecting previously unselected package python3-cryptography.
12:08:17 Preparing to unpack .../65-python3-cryptography_3.4.8-1ubuntu2_arm64.deb ...
12:08:17 Unpacking python3-cryptography (3.4.8-1ubuntu2) ...
12:08:17 Selecting previously unselected package python3-pyparsing.
12:08:17 Preparing to unpack .../66-python3-pyparsing_2.4.7-1_all.deb ...
12:08:17 Unpacking python3-pyparsing (2.4.7-1) ...
12:08:17 Selecting previously unselected package python3-httplib2.
12:08:17 Preparing to unpack .../67-python3-httplib2_0.20.2-2_all.deb ...
12:08:17 Unpacking python3-httplib2 (0.20.2-2) ...
12:08:17 Selecting previously unselected package python3-more-itertools.
12:08:17 Preparing to unpack .../68-python3-more-itertools_8.10.0-2_all.deb ...
12:08:17 Unpacking python3-more-itertools (8.10.0-2) ...
12:08:17 Selecting previously unselected package python3-zipp.
12:08:17 Preparing to unpack .../69-python3-zipp_1.0.0-3_all.deb ...
12:08:17 Unpacking python3-zipp (1.0.0-3) ...
12:08:17 Selecting previously unselected package libpsl5:arm64.
12:08:17 Preparing to unpack .../11-libpsl5_0.21.0-1.2_arm64.deb ...
12:08:17 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
12:08:17 Selecting previously unselected package librtmp1:arm64.
12:08:17 Preparing to unpack .../12-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
12:08:17 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:08:17 Selecting previously unselected package libssh2-1:arm64.
12:08:17 Preparing to unpack .../13-libssh2-1_1.10.0-3+b1_arm64.deb ...
12:08:17 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
12:08:17 Selecting previously unselected package libcurl4:arm64.
12:08:17 Preparing to unpack .../14-libcurl4_7.87.0-2_arm64.deb ...
12:08:17 Unpacking libcurl4:arm64 (7.87.0-2) ...
12:08:17 Selecting previously unselected package curl.
12:08:17 Preparing to unpack .../15-curl_7.87.0-2_arm64.deb ...
12:08:17 Unpacking curl (7.87.0-2) ...
12:08:17 Get:35 http://deb.debian.org/debian bullseye/main arm64 libgirepository-1.0-1 arm64 1.66.1-1+b1 [88.6 kB]
12:08:17 Get:36 http://deb.debian.org/debian bullseye/main arm64 gir1.2-glib-2.0 arm64 1.66.1-1+b1 [151 kB]
12:08:17 Get:37 http://deb.debian.org/debian bullseye/main arm64 libpackagekit-glib2-18 arm64 1.2.2-2 [113 kB]
12:08:17 Get:38 http://deb.debian.org/debian bullseye/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.2-2 [36.8 kB]
12:08:17 Get:39 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
12:08:17 Get:40 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u2 [864 kB]
12:08:17 Get:41 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u2 [884 kB]
12:08:17 Get:42 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB]
12:08:17 Get:43 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u2 [651 kB]
12:08:17 Get:44 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u2 [517 kB]
12:08:17 Get:45 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u2 [510 kB]
12:08:17 Get:46 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u2 [627 kB]
12:08:17 Get:47 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u2 [825 kB]
12:08:17 Get:48 http://deb.debian.org/debian bullseye/main arm64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
12:08:17 Get:49 http://deb.debian.org/debian bullseye/main arm64 iso-codes all 4.6.0-1 [2824 kB]
12:08:17 Get:50 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u5 [321 kB]
12:08:17 Get:51 http://deb.debian.org/debian bullseye/main arm64 libdbus-1-3 arm64 1.12.24-0+deb11u1 [212 kB]
12:08:17 Get:52 http://deb.debian.org/debian bullseye/main arm64 lsb-release all 11.1.0 [27.9 kB]
12:08:17 Get:53 http://deb.debian.org/debian bullseye/main arm64 python-apt-common all 2.2.1 [96.5 kB]
12:08:17 Get:54 http://deb.debian.org/debian bullseye/main arm64 python3-apt arm64 2.2.1 [183 kB]
12:08:17 Get:55 http://deb.debian.org/debian bullseye/main arm64 python3-dbus arm64 1.2.16-5 [105 kB]
12:08:17 Get:56 http://deb.debian.org/debian bullseye/main arm64 python3-gi arm64 3.38.0-2 [226 kB]
12:08:17 Get:57 http://deb.debian.org/debian bullseye/main arm64 python3-pycurl arm64 7.43.0.6-5 [67.9 kB]
12:08:17 Get:58 http://deb.debian.org/debian bullseye/main arm64 python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
12:08:17 Get:59 http://deb.debian.org/debian bullseye/main arm64 software-properties-common all 0.96.20.2-2.1 [83.4 kB]
12:08:17 debconf: delaying package configuration, since apt-utils is not installed
12:08:17 Fetched 22.8 MB in 0s (52.7 MB/s)
12:08:17 Selecting previously unselected package libpython3.9-minimal:arm64.
12:08:17 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6653 files and directories currently installed.)
12:08:17 Preparing to unpack .../libpython3.9-minimal_3.9.2-1_arm64.deb ...
12:08:17 Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ...
12:08:17 CentOS Stream 9 - Extras packages                12 kB/s |  10 kB     00:00    
12:08:17 Reading package lists...
12:08:17 Selecting previously unselected package libsasl2-2:arm64.
12:08:17 Preparing to unpack .../45-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
12:08:17 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
12:08:17 Selecting previously unselected package libldap-common.
12:08:17 Preparing to unpack .../46-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
12:08:17 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:08:17 Selecting previously unselected package libldap-2.4-2:arm64.
12:08:17 Preparing to unpack .../47-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_arm64.deb ...
12:08:17 Unpacking libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
12:08:17 Selecting previously unselected package libnghttp2-14:arm64.
12:08:17 Preparing to unpack .../48-libnghttp2-14_1.40.0-1build1_arm64.deb ...
12:08:17 Unpacking libnghttp2-14:arm64 (1.40.0-1build1) ...
12:08:17 Selecting previously unselected package librtmp1:arm64.
12:08:17 Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build1_arm64.deb ...
12:08:17 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
12:08:17 Selecting previously unselected package libssh-4:arm64.
12:08:17 Preparing to unpack .../50-libssh-4_0.9.3-2ubuntu2.2_arm64.deb ...
12:08:17 Unpacking libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
12:08:17 Selecting previously unselected package python3-importlib-metadata.
12:08:17 Preparing to unpack .../70-python3-importlib-metadata_4.6.4-1_all.deb ...
12:08:17 Unpacking python3-importlib-metadata (4.6.4-1) ...
12:08:17 Selecting previously unselected package python3-jeepney.
12:08:17 Preparing to unpack .../71-python3-jeepney_0.7.1-3_all.deb ...
12:08:17 Unpacking python3-jeepney (0.7.1-3) ...
12:08:17 Selecting previously unselected package python3-jwt.
12:08:17 Preparing to unpack .../72-python3-jwt_2.3.0-1ubuntu0.2_all.deb ...
12:08:17 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ...
12:08:17 Selecting previously unselected package python3-secretstorage.
12:08:17 Preparing to unpack .../73-python3-secretstorage_3.3.1-1_all.deb ...
12:08:17 Unpacking python3-secretstorage (3.3.1-1) ...
12:08:17 Selecting previously unselected package python3-keyring.
12:08:17 Preparing to unpack .../74-python3-keyring_23.5.0-1_all.deb ...
12:08:17 Unpacking python3-keyring (23.5.0-1) ...
12:08:17 Selecting previously unselected package python3-lazr.uri.
12:08:17 Preparing to unpack .../75-python3-lazr.uri_1.0.6-2_all.deb ...
12:08:17 Unpacking python3-lazr.uri (1.0.6-2) ...
12:08:17 go: downloading google.golang.org/protobuf v1.28.0
12:08:17 Selecting previously unselected package libassuan0:arm64.
12:08:17 Preparing to unpack .../16-libassuan0_2.5.5-5_arm64.deb ...
12:08:17 Unpacking libassuan0:arm64 (2.5.5-5) ...
12:08:17 Selecting previously unselected package gpgconf.
12:08:17 Preparing to unpack .../17-gpgconf_2.2.40-1_arm64.deb ...
12:08:17 Unpacking gpgconf (2.2.40-1) ...
12:08:17 Selecting previously unselected package libksba8:arm64.
12:08:17 Preparing to unpack .../18-libksba8_1.6.3-2_arm64.deb ...
12:08:17 Unpacking libksba8:arm64 (1.6.3-2) ...
12:08:17 Selecting previously unselected package libnpth0:arm64.
12:08:17 Preparing to unpack .../19-libnpth0_1.6-3_arm64.deb ...
12:08:17 Unpacking libnpth0:arm64 (1.6-3) ...
12:08:17 Selecting previously unselected package dirmngr.
12:08:17 Preparing to unpack .../20-dirmngr_2.2.40-1_arm64.deb ...
12:08:17 Unpacking dirmngr (2.2.40-1) ...
12:08:17 Selecting previously unselected package libexpat1:arm64.
12:08:17 Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_arm64.deb ...
12:08:17 Unpacking libexpat1:arm64 (2.2.10-2+deb11u5) ...
12:08:17 Selecting previously unselected package python3.9-minimal.
12:08:17 Preparing to unpack .../python3.9-minimal_3.9.2-1_arm64.deb ...
12:08:17 Unpacking python3.9-minimal (3.9.2-1) ...
12:08:17 ++ find deb/debbuild/ubuntu-bionic/ -type f -name '*.deb'
12:08:17 + packages='deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb
12:08:17 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb
12:08:17 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb
12:08:17 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb
12:08:17 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_arm64.deb'
12:08:17 ++ awk '$0="./"$0'
12:08:17 ++ echo 'deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb
12:08:17 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb
12:08:17 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb
12:08:17 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb
12:08:17 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_arm64.deb'
12:08:17 ++ xargs
12:08:17 + packages='./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_arm64.deb'
12:08:17 + set -x
12:08:17 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_arm64.deb
12:08:17 Selecting previously unselected package docker-buildx-plugin.
12:08:17 (Reading database ... 6931 files and directories currently installed.)
12:08:17 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb ...
12:08:17 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.18.04~bionic) ...
12:08:18 go: downloading google.golang.org/protobuf v1.28.0
12:08:18 Selecting previously unselected package libcurl4:arm64.
12:08:18 Preparing to unpack .../51-libcurl4_7.68.0-1ubuntu2.15_arm64.deb ...
12:08:18 Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.15) ...
12:08:18 Selecting previously unselected package curl.
12:08:18 Preparing to unpack .../52-curl_7.68.0-1ubuntu2.15_arm64.deb ...
12:08:18 Unpacking curl (7.68.0-1ubuntu2.15) ...
12:08:18 Selecting previously unselected package dbus-user-session.
12:08:18 Preparing to unpack .../53-dbus-user-session_1.12.16-2ubuntu2.3_arm64.deb ...
12:08:18 Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ...
12:08:18 Selecting previously unselected package libdconf1:arm64.
12:08:18 Preparing to unpack .../54-libdconf1_0.36.0-1_arm64.deb ...
12:08:18 Unpacking libdconf1:arm64 (0.36.0-1) ...
12:08:18 Selecting previously unselected package dconf-service.
12:08:18 Preparing to unpack .../55-dconf-service_0.36.0-1_arm64.deb ...
12:08:18 Unpacking dconf-service (0.36.0-1) ...
12:08:18 Selecting previously unselected package dconf-gsettings-backend:arm64.
12:08:18 Preparing to unpack .../56-dconf-gsettings-backend_0.36.0-1_arm64.deb ...
12:08:18 Unpacking dconf-gsettings-backend:arm64 (0.36.0-1) ...
12:08:18 Selecting previously unselected package python3-wadllib.
12:08:18 Preparing to unpack .../76-python3-wadllib_1.3.6-1_all.deb ...
12:08:18 Unpacking python3-wadllib (1.3.6-1) ...
12:08:18 Selecting previously unselected package python3-distro.
12:08:18 Preparing to unpack .../77-python3-distro_1.7.0-1_all.deb ...
12:08:18 Unpacking python3-distro (1.7.0-1) ...
12:08:18 Selecting previously unselected package python3-oauthlib.
12:08:18 Preparing to unpack .../78-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ...
12:08:18 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ...
12:08:18 Selecting previously unselected package python3-six.
12:08:18 Preparing to unpack .../79-python3-six_1.16.0-3ubuntu1_all.deb ...
12:08:18 Unpacking python3-six (1.16.0-3ubuntu1) ...
12:08:18 Selecting previously unselected package python3-lazr.restfulclient.
12:08:18 Preparing to unpack .../80-python3-lazr.restfulclient_0.14.4-1_all.deb ...
12:08:18 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
12:08:18 Selecting previously unselected package python3-launchpadlib.
12:08:18 Preparing to unpack .../81-python3-launchpadlib_1.10.16-1_all.deb ...
12:08:18 Unpacking python3-launchpadlib (1.10.16-1) ...
12:08:18 go: downloading github.com/go-logr/stdr v1.2.2
12:08:18 go: downloading github.com/containerd/typeurl v1.0.2
12:08:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:08:18 Selecting previously unselected package distro-info-data.
12:08:18 Preparing to unpack .../21-distro-info-data_0.56_all.deb ...
12:08:18 Unpacking distro-info-data (0.56) ...
12:08:18 Selecting previously unselected package libglib2.0-0:arm64.
12:08:18 Preparing to unpack .../22-libglib2.0-0_2.74.5-1_arm64.deb ...
12:08:18 Unpacking libglib2.0-0:arm64 (2.74.5-1) ...
12:08:18 Selecting previously unselected package libgirepository-1.0-1:arm64.
12:08:18 Preparing to unpack .../23-libgirepository-1.0-1_1.74.0-3_arm64.deb ...
12:08:18 Unpacking libgirepository-1.0-1:arm64 (1.74.0-3) ...
12:08:18 Setting up libpython3.9-minimal:arm64 (3.9.2-1) ...
12:08:18 Setting up libexpat1:arm64 (2.2.10-2+deb11u5) ...
12:08:18 Setting up python3.9-minimal (3.9.2-1) ...
12:08:18 go: downloading github.com/go-logr/stdr v1.2.2
12:08:18 go: downloading github.com/containerd/typeurl v1.0.2
12:08:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:08:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:08:18 go: downloading k8s.io/klog/v2 v2.60.1
12:08:18 go: downloading github.com/pelletier/go-toml v1.9.4
12:08:18 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:08:18 go: downloading github.com/google/gofuzz v1.2.0
12:08:18 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:08:18 go: downloading github.com/gogo/googleapis v1.4.1
12:08:18 Selecting previously unselected package libassuan0:arm64.
12:08:18 Preparing to unpack .../57-libassuan0_2.5.3-7ubuntu2_arm64.deb ...
12:08:18 Unpacking libassuan0:arm64 (2.5.3-7ubuntu2) ...
12:08:18 Selecting previously unselected package gpgconf.
12:08:18 Preparing to unpack .../58-gpgconf_2.2.19-3ubuntu2.2_arm64.deb ...
12:08:18 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
12:08:18 Selecting previously unselected package libksba8:arm64.
12:08:18 Preparing to unpack .../59-libksba8_1.3.5-2ubuntu0.20.04.2_arm64.deb ...
12:08:18 Unpacking libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ...
12:08:18 Selecting previously unselected package libnpth0:arm64.
12:08:18 Preparing to unpack .../60-libnpth0_1.6-1_arm64.deb ...
12:08:18 Unpacking libnpth0:arm64 (1.6-1) ...
12:08:18 Selecting previously unselected package dirmngr.
12:08:18 Preparing to unpack .../61-dirmngr_2.2.19-3ubuntu2.2_arm64.deb ...
12:08:18 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
12:08:18 Selecting previously unselected package python3-software-properties.
12:08:18 Preparing to unpack .../82-python3-software-properties_0.99.22.5_all.deb ...
12:08:18 Unpacking python3-software-properties (0.99.22.5) ...
12:08:18 Selecting previously unselected package packagekit.
12:08:18 Preparing to unpack .../83-packagekit_1.2.5-2ubuntu2_arm64.deb ...
12:08:18 Unpacking packagekit (1.2.5-2ubuntu2) ...
12:08:18 Selecting previously unselected package software-properties-common.
12:08:18 Preparing to unpack .../84-software-properties-common_0.99.22.5_all.deb ...
12:08:18 Unpacking software-properties-common (0.99.22.5) ...
12:08:18 Selecting previously unselected package gnupg2.
12:08:18 Preparing to unpack .../85-gnupg2_2.2.27-3ubuntu2.1_all.deb ...
12:08:18 Unpacking gnupg2 (2.2.27-3ubuntu2.1) ...
12:08:18 Setting up libksba8:arm64 (1.6.0-2ubuntu0.2) ...
12:08:18 Setting up media-types (7.0.0) ...
12:08:18 Setting up systemd-sysv (249.11-0ubuntu3.6) ...
12:08:18 Selecting previously unselected package gir1.2-glib-2.0:arm64.
12:08:18 Preparing to unpack .../24-gir1.2-glib-2.0_1.74.0-3_arm64.deb ...
12:08:18 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-3) ...
12:08:18 Selecting previously unselected package libpackagekit-glib2-18:arm64.
12:08:18 Preparing to unpack .../25-libpackagekit-glib2-18_1.2.6-2_arm64.deb ...
12:08:18 Unpacking libpackagekit-glib2-18:arm64 (1.2.6-2) ...
12:08:18 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:08:18 Preparing to unpack .../26-gir1.2-packagekitglib-1.0_1.2.6-2_arm64.deb ...
12:08:18 Unpacking gir1.2-packagekitglib-1.0 (1.2.6-2) ...
12:08:18 Selecting previously unselected package gnupg-l10n.
12:08:18 Preparing to unpack .../27-gnupg-l10n_2.2.40-1_all.deb ...
12:08:18 Unpacking gnupg-l10n (2.2.40-1) ...
12:08:18 Selecting previously unselected package gnupg-utils.
12:08:18 Preparing to unpack .../28-gnupg-utils_2.2.40-1_arm64.deb ...
12:08:18 Unpacking gnupg-utils (2.2.40-1) ...
12:08:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:08:18 go: downloading k8s.io/klog/v2 v2.60.1
12:08:18 go: downloading github.com/pelletier/go-toml v1.9.4
12:08:18 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:08:18 go: downloading github.com/google/gofuzz v1.2.0
12:08:18 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:08:18 go: downloading github.com/gogo/googleapis v1.4.1
12:08:18 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.15.1-0.fc37.aarch64.rpm
12:08:18 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.DgZvfP
12:08:18 + umask 022
12:08:18 + cd /root/rpmbuild/BUILD
12:08:18 + cd src
12:08:18 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64
12:08:18 + RPM_EC=0
12:08:18 ++ jobs -p
12:08:18 + exit 0
12:08:18 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.tD9kNu
12:08:18 + umask 022
12:08:18 + cd /root/rpmbuild/BUILD
12:08:18 + rm -rf src src.gemspec
12:08:18 + RPM_EC=0
12:08:18 ++ jobs -p
12:08:18 + exit 0
12:08:18 
12:08:18 RPM build warnings:
12:08:18     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:08:18     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:08:18     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:08:18     source_date_epoch_from_changelog set but %changelog is missing
12:08:18     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64/usr/bin/docker-proxy
12:08:18     source_date_epoch_from_changelog set but %changelog is missing
12:08:18     source_date_epoch_from_changelog set but %changelog is missing
12:08:18     source_date_epoch_from_changelog set but %changelog is missing
12:08:18     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:08:18     source_date_epoch_from_changelog set but %changelog is missing
12:08:18     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:08:18 Selecting previously unselected package libpackagekit-glib2-18:arm64.
12:08:18 Preparing to unpack .../62-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_arm64.deb ...
12:08:18 Unpacking libpackagekit-glib2-18:arm64 (1.1.13-2ubuntu1.1) ...
12:08:18 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:08:18 Preparing to unpack .../63-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_arm64.deb ...
12:08:18 Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
12:08:18 Selecting previously unselected package libproxy1v5:arm64.
12:08:18 Preparing to unpack .../64-libproxy1v5_0.4.15-10ubuntu1.2_arm64.deb ...
12:08:18 Unpacking libproxy1v5:arm64 (0.4.15-10ubuntu1.2) ...
12:08:18 Selecting previously unselected package glib-networking-common.
12:08:18 Preparing to unpack .../65-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ...
12:08:18 Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ...
12:08:18 Selecting previously unselected package glib-networking-services.
12:08:18 Preparing to unpack .../66-glib-networking-services_2.64.2-1ubuntu0.1_arm64.deb ...
12:08:18 Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ...
12:08:18 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
12:08:18 Setting up apt-transport-https (2.4.8) ...
12:08:18 Setting up libyaml-0-2:arm64 (0.2.2-1build2) ...
12:08:18 Setting up libglib2.0-0:arm64 (2.72.4-0ubuntu1) ...
12:08:18 No schema files found: doing nothing.
12:08:18 Setting up distro-info-data (0.52ubuntu0.2) ...
12:08:18 Setting up libxmlb2:arm64 (0.3.6-2build1) ...
12:08:18 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
12:08:18 Setting up libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
12:08:18 Setting up libnghttp2-14:arm64 (1.43.0-1build3) ...
12:08:18 Setting up libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
12:08:18 Setting up libnpth0:arm64 (1.6-3build2) ...
12:08:18 Setting up libassuan0:arm64 (2.5.5-1build1) ...
12:08:18 Setting up libunwind8:arm64 (1.3.2-2build2) ...
12:08:18 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:08:18 Setting up libcap2-bin (1:2.44-1build3) ...
12:08:18 Setting up libglib2.0-data (2.72.4-0ubuntu1) ...
12:08:18 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:08:18 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:08:18 Setting up libdbus-1-3:arm64 (1.12.20-2ubuntu4.1) ...
12:08:18 Setting up dbus (1.12.20-2ubuntu4.1) ...
12:08:18 Selecting previously unselected package gpg.
12:08:18 Preparing to unpack .../29-gpg_2.2.40-1_arm64.deb ...
12:08:18 Unpacking gpg (2.2.40-1) ...
12:08:18 Selecting previously unselected package pinentry-curses.
12:08:18 Preparing to unpack .../30-pinentry-curses_1.2.1-1_arm64.deb ...
12:08:18 Unpacking pinentry-curses (1.2.1-1) ...
12:08:18 Selecting previously unselected package gpg-agent.
12:08:18 Preparing to unpack .../31-gpg-agent_2.2.40-1_arm64.deb ...
12:08:18 Unpacking gpg-agent (2.2.40-1) ...
12:08:18 Selecting previously unselected package gpg-wks-client.
12:08:18 Preparing to unpack .../32-gpg-wks-client_2.2.40-1_arm64.deb ...
12:08:18 Unpacking gpg-wks-client (2.2.40-1) ...
12:08:18 Dependencies resolved.
12:08:18 ================================================================================
12:08:18  Package                      Arch        Version              Repository  Size
12:08:18 ================================================================================
12:08:18 Installing:
12:08:18  dnf-plugins-core             noarch      4.3.0-4.el9          baseos      38 k
12:08:18 Installing dependencies:
12:08:18  dbus-libs                    aarch64     1:1.12.20-7.el9      baseos     150 k
12:08:18  python3-dateutil             noarch      1:2.8.1-6.el9        baseos     302 k
12:08:18  python3-dbus                 aarch64     1.2.18-2.el9         baseos     144 k
12:08:18  python3-dnf-plugins-core     noarch      4.3.0-4.el9          baseos     260 k
12:08:18  python3-six                  noarch      1.15.0-9.el9         baseos      37 k
12:08:18  python3-systemd              aarch64     234-18.el9           baseos      89 k
12:08:18  systemd-libs                 aarch64     252-3.el9            baseos     614 k
12:08:18 
12:08:18 Transaction Summary
12:08:18 ================================================================================
12:08:18 Install  8 Packages
12:08:18 
12:08:18 Total download size: 1.6 M
12:08:18 Installed size: 5.1 M
12:08:18 Downloading Packages:
12:08:18 Selecting previously unselected package python3-minimal.
12:08: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 ... 6947 files and directories currently installed.)
12:08:18 Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ...
12:08:18 Unpacking python3-minimal (3.9.2-3) ...
12:08:18 Selecting previously unselected package media-types.
12:08:18 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
12:08:18 Unpacking media-types (4.0.0) ...
12:08:18 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'.
12:08:18 Selecting previously unselected package gsettings-desktop-schemas.
12:08:18 Preparing to unpack .../67-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ...
12:08:18 Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
12:08:18 Selecting previously unselected package glib-networking:arm64.
12:08:18 Preparing to unpack .../68-glib-networking_2.64.2-1ubuntu0.1_arm64.deb ...
12:08:18 Unpacking glib-networking:arm64 (2.64.2-1ubuntu0.1) ...
12:08:18 Selecting previously unselected package gnupg-l10n.
12:08:18 Preparing to unpack .../69-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
12:08:18 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:08:18 Selecting previously unselected package gnupg-utils.
12:08:18 Preparing to unpack .../70-gnupg-utils_2.2.19-3ubuntu2.2_arm64.deb ...
12:08:18 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
12:08:18 Selecting previously unselected package gpg.
12:08:18 Preparing to unpack .../71-gpg_2.2.19-3ubuntu2.2_arm64.deb ...
12:08:18 Unpacking gpg (2.2.19-3ubuntu2.2) ...
12:08:18 Selecting previously unselected package pinentry-curses.
12:08:18 Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:08:18 Setting up libssh-4:arm64 (0.9.6-2build1) ...
12:08:18 Setting up python-apt-common (2.4.0) ...
12:08:18 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
12:08:18 Setting up libpam-systemd:arm64 (249.11-0ubuntu3.6) ...
12:08:18 Setting up libgirepository-1.0-1:arm64 (1.72.0-1) ...
12:08:18 Setting up libstemmer0d:arm64 (2.2.0-1build1) ...
12:08:18 Selecting previously unselected package gpg-wks-server.
12:08:18 Preparing to unpack .../33-gpg-wks-server_2.2.40-1_arm64.deb ...
12:08:18 Unpacking gpg-wks-server (2.2.40-1) ...
12:08:18 Selecting previously unselected package gpgsm.
12:08:18 Preparing to unpack .../34-gpgsm_2.2.40-1_arm64.deb ...
12:08:18 Unpacking gpgsm (2.2.40-1) ...
12:08:18 Selecting previously unselected package gnupg.
12:08:18 Preparing to unpack .../35-gnupg_2.2.40-1_all.deb ...
12:08:18 Unpacking gnupg (2.2.40-1) ...
12:08:18 Selecting previously unselected package gnupg2.
12:08:18 Preparing to unpack .../36-gnupg2_2.2.40-1_all.deb ...
12:08:18 Unpacking gnupg2 (2.2.40-1) ...
12:08:18 Selecting previously unselected package iso-codes.
12:08:18 Preparing to unpack .../37-iso-codes_4.12.0-1_all.deb ...
12:08:18 Unpacking iso-codes (4.12.0-1) ...
12:08:18 Selecting previously unselected package libmpdec3:arm64.
12:08:18 Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ...
12:08:18 Unpacking libmpdec3:arm64 (2.5.1-1) ...
12:08:18 Selecting previously unselected package libncursesw6:arm64.
12:08:18 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_arm64.deb ...
12:08:18 Unpacking libncursesw6:arm64 (6.2+20201114-2) ...
12:08:18 Selecting previously unselected package readline-common.
12:08:18 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
12:08:18 Unpacking readline-common (8.1-1) ...
12:08:18 Selecting previously unselected package libreadline8:arm64.
12:08:18 Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ...
12:08:18 Unpacking libreadline8:arm64 (8.1-1) ...
12:08:18 Selecting previously unselected package libsqlite3-0:arm64.
12:08:18 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_arm64.deb ...
12:08:18 Unpacking libsqlite3-0:arm64 (3.34.1-3) ...
12:08:19 Preparing to unpack .../72-pinentry-curses_1.1.0-3build1_arm64.deb ...
12:08:19 Unpacking pinentry-curses (1.1.0-3build1) ...
12:08:19 Selecting previously unselected package gpg-agent.
12:08:19 Preparing to unpack .../73-gpg-agent_2.2.19-3ubuntu2.2_arm64.deb ...
12:08:19 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
12:08:19 Selecting previously unselected package gpg-wks-client.
12:08:19 Preparing to unpack .../74-gpg-wks-client_2.2.19-3ubuntu2.2_arm64.deb ...
12:08:19 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:08:19 Selecting previously unselected package gpg-wks-server.
12:08:19 Preparing to unpack .../75-gpg-wks-server_2.2.19-3ubuntu2.2_arm64.deb ...
12:08:19 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:08:19 Selecting previously unselected package gpgsm.
12:08:19 Preparing to unpack .../76-gpgsm_2.2.19-3ubuntu2.2_arm64.deb ...
12:08:19 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
12:08:19 Selecting previously unselected package gnupg.
12:08:19 Preparing to unpack .../77-gnupg_2.2.19-3ubuntu2.2_all.deb ...
12:08:19 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
12:08:19 Setting up openssl (3.0.2-0ubuntu1.7) ...
12:08:19 Setting up libelf1:arm64 (0.186-1build1) ...
12:08:19 Setting up readline-common (8.1.2-1) ...
12:08:19 Setting up iso-codes (4.9.0-1) ...
12:08:19 Setting up libpolkit-gobject-1-0:arm64 (0.105-33) ...
12:08:19 Setting up libicu70:arm64 (70.1-2) ...
12:08:19 Setting up pinentry-curses (1.1.1-1build2) ...
12:08:19 Setting up libdw1:arm64 (0.186-1build1) ...
12:08:19 Setting up libreadline8:arm64 (8.1.2-1) ...
12:08:19 Setting up libglib2.0-bin (2.72.4-0ubuntu1) ...
12:08:19 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:08:19 Setting up libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2) ...
12:08:19 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
12:08:19 Selecting previously unselected package libpython3.9-stdlib:arm64.
12:08:19 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_arm64.deb ...
12:08:19 Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ...
12:08:19 Selecting previously unselected package python3.9.
12:08:19 Preparing to unpack .../8-python3.9_3.9.2-1_arm64.deb ...
12:08:19 Unpacking python3.9 (3.9.2-1) ...
12:08:19 Selecting previously unselected package libpython3-stdlib:arm64.
12:08:19 (1/8): dnf-plugins-core-4.3.0-4.el9.noarch.rpm  125 kB/s |  38 kB     00:00    
12:08:19 (2/8): dbus-libs-1.12.20-7.el9.aarch64.rpm      484 kB/s | 150 kB     00:00    
12:08:19 (3/8): python3-dateutil-2.8.1-6.el9.noarch.rpm  959 kB/s | 302 kB     00:00    
12:08:19 (4/8): python3-dbus-1.2.18-2.el9.aarch64.rpm     10 MB/s | 144 kB     00:00    
12:08:19 (5/8): python3-dnf-plugins-core-4.3.0-4.el9.noa  20 MB/s | 260 kB     00:00    
12:08:19 (6/8): python3-six-1.15.0-9.el9.noarch.rpm      3.5 MB/s |  37 kB     00:00    
12:08:19 (7/8): python3-systemd-234-18.el9.aarch64.rpm   8.5 MB/s |  89 kB     00:00    
12:08:19 (8/8): systemd-libs-252-3.el9.aarch64.rpm        46 MB/s | 614 kB     00:00    
12:08:19 --------------------------------------------------------------------------------
12:08:19 Total                                           2.1 MB/s | 1.6 MB     00:00     
12:08:19 Selecting previously unselected package libsoup2.4-1:arm64.
12:08:19 Preparing to unpack .../78-libsoup2.4-1_2.70.0-1_arm64.deb ...
12:08:19 Unpacking libsoup2.4-1:arm64 (2.70.0-1) ...
12:08:19 Selecting previously unselected package libstemmer0d:arm64.
12:08:19 Preparing to unpack .../79-libstemmer0d_0+svn585-2_arm64.deb ...
12:08:19 Unpacking libstemmer0d:arm64 (0+svn585-2) ...
12:08:19 Selecting previously unselected package libappstream4:arm64.
12:08:19 Preparing to unpack .../80-libappstream4_0.12.10-2_arm64.deb ...
12:08:19 Unpacking libappstream4:arm64 (0.12.10-2) ...
12:08:19 Selecting previously unselected package libglib2.0-bin.
12:08:19 Preparing to unpack .../81-libglib2.0-bin_2.64.6-1~ubuntu20.04.4_arm64.deb ...
12:08:19 Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
12:08:19 Selecting previously unselected package libgstreamer1.0-0:arm64.
12:08:19 Preparing to unpack .../82-libgstreamer1.0-0_1.16.3-0ubuntu1.1_arm64.deb ...
12:08:19 Unpacking libgstreamer1.0-0:arm64 (1.16.3-0ubuntu1.1) ...
12:08:19 Selecting previously unselected package libcurl3-gnutls:arm64.
12:08:19 Preparing to unpack .../38-libcurl3-gnutls_7.87.0-2_arm64.deb ...
12:08:19 Unpacking libcurl3-gnutls:arm64 (7.87.0-2) ...
12:08:19 Selecting previously unselected package libstemmer0d:arm64.
12:08:19 Preparing to unpack .../39-libstemmer0d_2.2.0-2_arm64.deb ...
12:08:19 Unpacking libstemmer0d:arm64 (2.2.0-2) ...
12:08:19 Selecting previously unselected package libicu72:arm64.
12:08:19 Preparing to unpack .../40-libicu72_72.1-3_arm64.deb ...
12:08:19 Unpacking libicu72:arm64 (72.1-3) ...
12:08:19 Selecting previously unselected package docker-ce.
12:08:19 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ...
12:08:19 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:08:19 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_arm64.deb ...
12:08:19 Unpacking libpython3-stdlib:arm64 (3.9.2-3) ...
12:08:19 Setting up python3-minimal (3.9.2-3) ...
12:08:19 Selecting previously unselected package python3.
12:08: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 ... 7385 files and directories currently installed.)
12:08:19 Preparing to unpack .../00-python3_3.9.2-3_arm64.deb ...
12:08:19 Unpacking python3 (3.9.2-3) ...
12:08:19 CentOS Stream 9 - BaseOS                        1.6 MB/s | 1.6 kB     00:00    
12:08:19 Importing GPG key 0x8483C65D:
12:08:19  Userid     : "CentOS (CentOS Official Signing Key) <security@centos.org>"
12:08:19  Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
12:08:19  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
12:08:19 Key imported successfully
12:08:19 Running transaction check
12:08:19 Transaction check succeeded.
12:08:19 Running transaction test
12:08:19 Selecting previously unselected package libpolkit-agent-1-0:arm64.
12:08:19 Preparing to unpack .../83-libpolkit-agent-1-0_0.105-26ubuntu1.3_arm64.deb ...
12:08:19 Unpacking libpolkit-agent-1-0:arm64 (0.105-26ubuntu1.3) ...
12:08:19 Selecting previously unselected package policykit-1.
12:08:19 Preparing to unpack .../84-policykit-1_0.105-26ubuntu1.3_arm64.deb ...
12:08:19 Unpacking policykit-1 (0.105-26ubuntu1.3) ...
12:08:19 Selecting previously unselected package python3-certifi.
12:08:19 Preparing to unpack .../85-python3-certifi_2019.11.28-1_all.deb ...
12:08:19 Unpacking python3-certifi (2019.11.28-1) ...
12:08:19 Updating certificates in /etc/ssl/certs...
12:08:19 Selecting previously unselected package openssl.
12:08:19 Preparing to unpack .../01-openssl_1.1.1n-0+deb11u3_arm64.deb ...
12:08:19 Unpacking openssl (1.1.1n-0+deb11u3) ...
12:08:19 Selecting previously unselected package ca-certificates.
12:08:19 Preparing to unpack .../02-ca-certificates_20210119_all.deb ...
12:08:19 Unpacking ca-certificates (20210119) ...
12:08:19 Selecting previously unselected package apt-transport-https.
12:08:19 Preparing to unpack .../03-apt-transport-https_2.2.4_all.deb ...
12:08:19 Unpacking apt-transport-https (2.2.4) ...
12:08:19 Selecting previously unselected package libbrotli1:arm64.
12:08:19 Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_arm64.deb ...
12:08:19 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
12:08:19 Transaction test succeeded.
12:08:19 Running transaction
12:08:19   Preparing        :                                                        1/1 
12:08:19   Installing       : systemd-libs-252-3.el9.aarch64                         1/8 
12:08:19   Running scriptlet: systemd-libs-252-3.el9.aarch64                         1/8 
12:08:19   Installing       : dbus-libs-1:1.12.20-7.el9.aarch64                      2/8 
12:08:19   Installing       : python3-dbus-1.2.18-2.el9.aarch64                      3/8 
12:08:19   Installing       : python3-systemd-234-18.el9.aarch64                     4/8 
12:08:19 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-37"
12:08:19 Selecting previously unselected package python3-chardet.
12:08:19 Preparing to unpack .../86-python3-chardet_3.0.4-4build1_all.deb ...
12:08:19 Unpacking python3-chardet (3.0.4-4build1) ...
12:08:19 Selecting previously unselected package python3-idna.
12:08:19 Preparing to unpack .../87-python3-idna_2.8-1_all.deb ...
12:08:19 Unpacking python3-idna (2.8-1) ...
12:08:19 Selecting previously unselected package python3-urllib3.
12:08:19 Preparing to unpack .../88-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
12:08:19 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:08:19 Selecting previously unselected package python3-requests.
12:08:19 Preparing to unpack .../89-python3-requests_2.22.0-2ubuntu1_all.deb ...
12:08:19 Unpacking python3-requests (2.22.0-2ubuntu1) ...
12:08:19 Selecting previously unselected package python3-requests-unixsocket.
12:08:19 Preparing to unpack .../90-python3-requests-unixsocket_0.2.0-2_all.deb ...
12:08:19 Unpacking python3-requests-unixsocket (0.2.0-2) ...
12:08:19 Selecting previously unselected package python3-software-properties.
12:08:19 Preparing to unpack .../91-python3-software-properties_0.99.9.10_all.deb ...
12:08:19 Unpacking python3-software-properties (0.99.9.10) ...
12:08:19 Selecting previously unselected package libsasl2-modules-db:arm64.
12:08:19 Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
12:08:19 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:08:19 Selecting previously unselected package libsasl2-2:arm64.
12:08:19 Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
12:08:19 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:08:19 Selecting previously unselected package libldap-2.4-2:arm64.
12:08:19 Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
12:08:19 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
12:08:19 Selecting previously unselected package libnghttp2-14:arm64.
12:08:19 Preparing to unpack .../08-libnghttp2-14_1.43.0-1_arm64.deb ...
12:08:19 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
12:08:19 Selecting previously unselected package libpsl5:arm64.
12:08:19 Preparing to unpack .../09-libpsl5_0.21.0-1.2_arm64.deb ...
12:08:19 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
12:08:19 Selecting previously unselected package librtmp1:arm64.
12:08:19 Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
12:08:19 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:08:19   Installing       : python3-six-1.15.0-9.el9.noarch                        5/8 
12:08:19   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch                  6/8 
12:08:19   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch            7/8 
12:08:19   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                    8/8 
12:08:19   Running scriptlet: dnf-plugins-core-4.3.0-4.el9.noarch                    8/8 
12:08:19   Verifying        : dbus-libs-1:1.12.20-7.el9.aarch64                      1/8 
12:08:19   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                    2/8 
12:08:19   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch                  3/8 
12:08:19   Verifying        : python3-dbus-1.2.18-2.el9.aarch64                      4/8 
12:08:19   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch            5/8 
12:08:19   Verifying        : python3-six-1.15.0-9.el9.noarch                        6/8 
12:08:19   Verifying        : python3-systemd-234-18.el9.aarch64                     7/8 
12:08:19   Verifying        : systemd-libs-252-3.el9.aarch64                         8/8 
12:08:19 
12:08:19 Installed:
12:08:19   dbus-libs-1:1.12.20-7.el9.aarch64                                             
12:08:19   dnf-plugins-core-4.3.0-4.el9.noarch                                           
12:08:19   python3-dateutil-1:2.8.1-6.el9.noarch                                         
12:08:19   python3-dbus-1.2.18-2.el9.aarch64                                             
12:08:19   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
12:08:19   python3-six-1.15.0-9.el9.noarch                                               
12:08:19   python3-systemd-234-18.el9.aarch64                                            
12:08:19   systemd-libs-252-3.el9.aarch64                                                
12:08:19 
12:08:19 Complete!
12:08:19 + case ${DIST_ID}:${DIST_VERSION} in
12:08:19 + install_rpm_containerd
12:08:19 + '[' staging = stage ']'
12:08:19 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
12:08:19 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
12:08:19 + dnf --version
12:08:19 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
12:08:19 Selecting previously unselected package libxml2:arm64.
12:08:19 Preparing to unpack .../41-libxml2_2.9.14+dfsg-1.1+b3_arm64.deb ...
12:08:19 Unpacking libxml2:arm64 (2.9.14+dfsg-1.1+b3) ...
12:08:20 Selecting previously unselected package packagekit.
12:08:20 Preparing to unpack .../92-packagekit_1.1.13-2ubuntu1.1_arm64.deb ...
12:08:20 Unpacking packagekit (1.1.13-2ubuntu1.1) ...
12:08:20 Selecting previously unselected package software-properties-common.
12:08:20 Preparing to unpack .../93-software-properties-common_0.99.9.10_all.deb ...
12:08:20 Unpacking software-properties-common (0.99.9.10) ...
12:08:20 Selecting previously unselected package gnupg2.
12:08:20 Preparing to unpack .../94-gnupg2_2.2.19-3ubuntu2.2_all.deb ...
12:08:20 Unpacking gnupg2 (2.2.19-3ubuntu2.2) ...
12:08:20 Setting up libksba8:arm64 (1.3.5-2ubuntu0.20.04.2) ...
12:08:20 Setting up liblmdb0:arm64 (0.9.24-1) ...
12:08:20 Setting up systemd-sysv (245.4-4ubuntu3.19) ...
12:08:20 Setting up libkeyutils1:arm64 (1.6-6ubuntu1.1) ...
12:08:20 Selecting previously unselected package libssh2-1:arm64.
12:08:20 Preparing to unpack .../11-libssh2-1_1.9.0-2_arm64.deb ...
12:08:20 Unpacking libssh2-1:arm64 (1.9.0-2) ...
12:08:20 Selecting previously unselected package libcurl4:arm64.
12:08:20 Preparing to unpack .../12-libcurl4_7.74.0-1.3+deb11u5_arm64.deb ...
12:08:20 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u5) ...
12:08:20 Selecting previously unselected package curl.
12:08:20 Preparing to unpack .../13-curl_7.74.0-1.3+deb11u5_arm64.deb ...
12:08:20 Unpacking curl (7.74.0-1.3+deb11u5) ...
12:08:20 Selecting previously unselected package libassuan0:arm64.
12:08:20 Preparing to unpack .../14-libassuan0_2.5.3-7.1_arm64.deb ...
12:08:20 Unpacking libassuan0:arm64 (2.5.3-7.1) ...
12:08:20 Selecting previously unselected package gpgconf.
12:08:20 Preparing to unpack .../15-gpgconf_2.2.27-2+deb11u2_arm64.deb ...
12:08:20 Unpacking gpgconf (2.2.27-2+deb11u2) ...
12:08:20 124 added, 0 removed; done.
12:08:20 Setting up gir1.2-glib-2.0:arm64 (1.72.0-1) ...
12:08:20 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
12:08:20 Setting up libcurl4:arm64 (7.81.0-1ubuntu1.7) ...
12:08:20 Setting up libpolkit-agent-1-0:arm64 (0.105-33) ...
12:08:20 Setting up curl (7.81.0-1ubuntu1.7) ...
12:08:20 Setting up libxml2:arm64 (2.9.13+dfsg-1ubuntu0.2) ...
12:08:20 Setting up polkitd (0.105-33) ...
12:08:20 Setting up gpg (2.2.27-3ubuntu2.1) ...
12:08:20 Setting up libgstreamer1.0-0:arm64 (1.20.3-0ubuntu1) ...
12:08:20 4.14.0
12:08:20   Installed: dnf-0:4.14.0-4.el9.noarch at Mon Jan 23 09:16:06 2023
12:08:20   Built    : builder@centos.org at Fri Jan  6 14:23:17 2023
12:08:20 
12:08:20   Installed: rpm-0:4.16.1.3-22.el9.aarch64 at Mon Jan 23 09:16:01 2023
12:08:20   Built    : builder@centos.org at Mon Dec 19 23:58:04 2022
12:08:20 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
12:08:20 Selecting previously unselected package libxmlb2:arm64.
12:08:20 Preparing to unpack .../42-libxmlb2_0.3.10-2_arm64.deb ...
12:08:20 Unpacking libxmlb2:arm64 (0.3.10-2) ...
12:08:20 Selecting previously unselected package libyaml-0-2:arm64.
12:08:20 Preparing to unpack .../43-libyaml-0-2_0.2.5-1_arm64.deb ...
12:08:20 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
12:08:20 Selecting previously unselected package libappstream4:arm64.
12:08:20 Preparing to unpack .../44-libappstream4_0.16.0-1_arm64.deb ...
12:08:20 Unpacking libappstream4:arm64 (0.16.0-1) ...
12:08:20 Selecting previously unselected package libcap2-bin.
12:08:20 Preparing to unpack .../45-libcap2-bin_1%3a2.66-3_arm64.deb ...
12:08:20 Unpacking libcap2-bin (1:2.66-3) ...
12:08:20 Selecting previously unselected package libduktape207:arm64.
12:08:20 Preparing to unpack .../46-libduktape207_2.7.0-1+b1_arm64.deb ...
12:08:20 Unpacking libduktape207:arm64 (2.7.0-1+b1) ...
12:08:20 Selecting previously unselected package docker-ce-cli.
12:08:20 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ...
12:08:20 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:08:20 Setting up libproxy1v5:arm64 (0.4.15-10ubuntu1.2) ...
12:08:20 Setting up libpsl5:arm64 (0.21.0-1ubuntu1) ...
12:08:20 Setting up mime-support (3.64ubuntu1) ...
12:08:20 Setting up apt-transport-https (2.0.9) ...
12:08:20 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
12:08:20 Setting up libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
12:08:20 Setting up distro-info-data (0.43ubuntu1.11) ...
12:08:20 Setting up libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
12:08:20 Setting up libsqlite3-0:arm64 (3.31.1-4ubuntu0.5) ...
12:08:20 Setting up libnghttp2-14:arm64 (1.40.0-1build1) ...
12:08:20 Setting up libpackagekit-glib2-18:arm64 (1.1.13-2ubuntu1.1) ...
12:08:20 Setting up libnpth0:arm64 (1.6-1) ...
12:08:20 Setting up libassuan0:arm64 (2.5.3-7ubuntu2) ...
12:08:20 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:08:20 Selecting previously unselected package libksba8:arm64.
12:08:20 Preparing to unpack .../16-libksba8_1.5.0-3+deb11u2_arm64.deb ...
12:08:20 Unpacking libksba8:arm64 (1.5.0-3+deb11u2) ...
12:08:20 Selecting previously unselected package libnpth0:arm64.
12:08:20 Preparing to unpack .../17-libnpth0_1.6-3_arm64.deb ...
12:08:20 Unpacking libnpth0:arm64 (1.6-3) ...
12:08:20 Selecting previously unselected package dirmngr.
12:08:20 Preparing to unpack .../18-dirmngr_2.2.27-2+deb11u2_arm64.deb ...
12:08:20 Unpacking dirmngr (2.2.27-2+deb11u2) ...
12:08:20 Selecting previously unselected package distro-info-data.
12:08:20 Preparing to unpack .../19-distro-info-data_0.51+deb11u3_all.deb ...
12:08:20 Unpacking distro-info-data (0.51+deb11u3) ...
12:08:20 Selecting previously unselected package libglib2.0-0:arm64.
12:08:20 Preparing to unpack .../20-libglib2.0-0_2.66.8-1_arm64.deb ...
12:08:20 Unpacking libglib2.0-0:arm64 (2.66.8-1) ...
12:08:20 Setcap worked! gst-ptp-helper is not suid!
12:08:20 Setting up libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
12:08:20 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
12:08:20 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
12:08:20 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:08:20 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:08:20 Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
12:08:20 Selecting previously unselected package libelf1:arm64.
12:08:20 Preparing to unpack .../47-libelf1_0.188-2.1_arm64.deb ...
12:08:20 Unpacking libelf1:arm64 (0.188-2.1) ...
12:08:20 Selecting previously unselected package libdw1:arm64.
12:08:20 Preparing to unpack .../48-libdw1_0.188-2.1_arm64.deb ...
12:08:20 Unpacking libdw1:arm64 (0.188-2.1) ...
12:08:20 Selecting previously unselected package libglib2.0-data.
12:08:20 Preparing to unpack .../49-libglib2.0-data_2.74.5-1_all.deb ...
12:08:20 Unpacking libglib2.0-data (2.74.5-1) ...
12:08:20 Setting up libkrb5support0:arm64 (1.17-6ubuntu4.2) ...
12:08:20 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
12:08:20 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
12:08:20 
12:08:20 Current default time zone: 'Etc/UTC'
12:08:20 Local time is now:      Tue Feb  7 12:08:20 UTC 2023.
12:08:20 Universal Time is now:  Tue Feb  7 12:08:20 UTC 2023.
12:08:20 Run 'dpkg-reconfigure tzdata' if you wish to change it.
12:08:20 
12:08:20 Setting up libcap2-bin (1:2.32-1) ...
12:08:20 Setting up libdconf1:arm64 (0.36.0-1) ...
12:08:20 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:08:20 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:08:20 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
12:08:20 Setting up libdbus-1-3:arm64 (1.12.16-2ubuntu2.3) ...
12:08:20 Setting up dbus (1.12.16-2ubuntu2.3) ...
12:08:20 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:08:20 Selecting previously unselected package libgirepository-1.0-1:arm64.
12:08:20 Preparing to unpack .../21-libgirepository-1.0-1_1.66.1-1+b1_arm64.deb ...
12:08:20 Unpacking libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
12:08:20 Selecting previously unselected package gir1.2-glib-2.0:arm64.
12:08:20 Preparing to unpack .../22-gir1.2-glib-2.0_1.66.1-1+b1_arm64.deb ...
12:08:20 Unpacking gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
12:08:20 Selecting previously unselected package libpackagekit-glib2-18:arm64.
12:08:20 Preparing to unpack .../23-libpackagekit-glib2-18_1.2.2-2_arm64.deb ...
12:08:20 Unpacking libpackagekit-glib2-18:arm64 (1.2.2-2) ...
12:08:20 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:08:20 Preparing to unpack .../24-gir1.2-packagekitglib-1.0_1.2.2-2_arm64.deb ...
12:08:20 Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
12:08:20 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:08:20 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:08:20 Setting up python3.10 (3.10.6-1~22.04.2) ...
12:08:20 + dnf config-manager --set-disabled 'docker-ce-*'
12:08:20 Selecting previously unselected package libglib2.0-bin.
12:08:20 Preparing to unpack .../50-libglib2.0-bin_2.74.5-1_arm64.deb ...
12:08:20 Unpacking libglib2.0-bin (2.74.5-1) ...
12:08:20 Selecting previously unselected package libunwind8:arm64.
12:08:20 Preparing to unpack .../51-libunwind8_1.6.2-3_arm64.deb ...
12:08:20 Unpacking libunwind8:arm64 (1.6.2-3) ...
12:08:20 Selecting previously unselected package libgstreamer1.0-0:arm64.
12:08:20 Preparing to unpack .../52-libgstreamer1.0-0_1.22.0-2_arm64.deb ...
12:08:20 Unpacking libgstreamer1.0-0:arm64 (1.22.0-2) ...
12:08:20 Selecting previously unselected package libpolkit-gobject-1-0:arm64.
12:08:20 Preparing to unpack .../53-libpolkit-gobject-1-0_122-3_arm64.deb ...
12:08:20 Unpacking libpolkit-gobject-1-0:arm64 (122-3) ...
12:08:20 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:08:20 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:08:20 go: downloading github.com/moby/locker v1.0.1
12:08:20 go: downloading github.com/felixge/httpsnoop v1.0.2
12:08:20 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:08:20 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:08:20 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:08:20 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:08:20 go: downloading gopkg.in/inf.v0 v0.9.1
12:08:20 go: downloading github.com/googleapis/gnostic v0.5.5
12:08:20 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:08:20 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:08:20 go: downloading github.com/json-iterator/go v1.1.12
12:08:20 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:08:20 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:08:20 go: downloading github.com/moby/locker v1.0.1
12:08:20 go: downloading github.com/felixge/httpsnoop v1.0.2
12:08:20 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:08:20 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:08:20 go: downloading gopkg.in/inf.v0 v0.9.1
12:08:20 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:08:20 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:08:20 go: downloading github.com/googleapis/gnostic v0.5.5
12:08:20 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:08:20 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:08:20 go: downloading github.com/json-iterator/go v1.1.12
12:08:20 go: downloading github.com/modern-go/reflect2 v1.0.2
12:08:20 go: downloading sigs.k8s.io/yaml v1.2.0
12:08:20 go: downloading github.com/mattn/go-colorable v0.1.12
12:08:20 go: downloading github.com/prometheus/client_golang v1.12.2
12:08:20 go: downloading github.com/containerd/ttrpc v1.1.0
12:08:20 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:08:20 go: downloading github.com/moby/spdystream v0.2.0
12:08:20 go: downloading github.com/mattn/go-isatty v0.0.16
12:08:20 go: downloading github.com/prometheus/client_model v0.2.0
12:08:20 go: downloading github.com/prometheus/common v0.32.1
12:08:20 Setting up libk5crypto3:arm64 (1.17-6ubuntu4.2) ...
12:08:20 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
12:08:20 Setting up libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:20 Setting up python-apt-common (2.0.1) ...
12:08:20 Setting up libpam-systemd:arm64 (245.4-4ubuntu3.19) ...
12:08:20 Setting up libgirepository-1.0-1:arm64 (1.64.1-1~ubuntu20.04.1) ...
12:08:20 Selecting previously unselected package docker-ce-rootless-extras.
12:08:20 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ...
12:08:20 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:08:20 Selecting previously unselected package gnupg-l10n.
12:08:20 Preparing to unpack .../25-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
12:08:20 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
12:08:20 Selecting previously unselected package gnupg-utils.
12:08:20 Preparing to unpack .../26-gnupg-utils_2.2.27-2+deb11u2_arm64.deb ...
12:08:20 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
12:08:20 Selecting previously unselected package gpg.
12:08:20 Preparing to unpack .../27-gpg_2.2.27-2+deb11u2_arm64.deb ...
12:08:20 Unpacking gpg (2.2.27-2+deb11u2) ...
12:08:20 Selecting previously unselected package pinentry-curses.
12:08:20 Preparing to unpack .../28-pinentry-curses_1.1.0-4_arm64.deb ...
12:08:20 Unpacking pinentry-curses (1.1.0-4) ...
12:08:20 + make IMAGE=fedora:37 verify
12:08:20 docker run  --rm -i \
12:08:20 	-v "$(pwd):/v" \
12:08:20 	-e DEBIAN_FRONTEND=noninteractive \
12:08:20 	-e PACKAGE_REPO=staging \
12:08:20 	-w /v \
12:08:20 	fedora:37 ./verify
12:08:20 Unable to find image 'fedora:37' locally
12:08:20 37: Pulling from library/fedora
12:08:21 + dnf config-manager --set-enabled docker-ce-test
12:08:21 Selecting previously unselected package libpolkit-agent-1-0:arm64.
12:08:21 Preparing to unpack .../54-libpolkit-agent-1-0_122-3_arm64.deb ...
12:08:21 Unpacking libpolkit-agent-1-0:arm64 (122-3) ...
12:08:21 Selecting previously unselected package lsb-release.
12:08:21 Preparing to unpack .../55-lsb-release_12.0-1_all.deb ...
12:08:21 Unpacking lsb-release (12.0-1) ...
12:08:21 Selecting previously unselected package xml-core.
12:08:21 Preparing to unpack .../56-xml-core_0.18+nmu1_all.deb ...
12:08:21 Unpacking xml-core (0.18+nmu1) ...
12:08:21 Selecting previously unselected package polkitd.
12:08:21 Preparing to unpack .../57-polkitd_122-3_arm64.deb ...
12:08:21 Unpacking polkitd (122-3) ...
12:08:21 go: downloading github.com/modern-go/reflect2 v1.0.2
12:08:21 go: downloading sigs.k8s.io/yaml v1.2.0
12:08:21 go: downloading github.com/mattn/go-colorable v0.1.12
12:08:21 go: downloading github.com/prometheus/client_golang v1.12.2
12:08:21 go: downloading github.com/containerd/ttrpc v1.1.0
12:08:21 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:08:21 go: downloading github.com/moby/spdystream v0.2.0
12:08:21 go: downloading github.com/mattn/go-isatty v0.0.16
12:08:21 go: downloading github.com/prometheus/client_model v0.2.0
12:08:21 go: downloading github.com/prometheus/common v0.32.1
12:08:21 go: downloading github.com/prometheus/procfs v0.7.3
12:08:21 go: downloading github.com/prometheus/procfs v0.7.3
12:08:21 Setting up libkrb5-3:arm64 (1.17-6ubuntu4.2) ...
12:08:21 Setting up libstemmer0d:arm64 (0+svn585-2) ...
12:08:21 Setting up libmpdec2:arm64 (2.4.2-3) ...
12:08:21 Setting up glib-networking-common (2.64.2-1ubuntu0.1) ...
12:08:21 Setting up openssl (1.1.1f-1ubuntu2.16) ...
12:08:21 Setting up libelf1:arm64 (0.176-1.1build1) ...
12:08:21 Setting up readline-common (8.0-4) ...
12:08:21 Setting up iso-codes (4.4-1) ...
12:08:21 Setting up libpolkit-gobject-1-0:arm64 (0.105-26ubuntu1.3) ...
12:08:21 Setting up libgstreamer1.0-0:arm64 (1.16.3-0ubuntu1.1) ...
12:08:21 Setcap worked! gst-ptp-helper is not suid!
12:08:21 Setting up libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:21 Setting up pinentry-curses (1.1.0-3build1) ...
12:08:21 Setting up glib-networking-services (2.64.2-1ubuntu0.1) ...
12:08:21 Setting up libicu66:arm64 (66.1-2ubuntu2.1) ...
12:08:21 Setting up libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:21 Setting up libreadline8:arm64 (8.0-4) ...
12:08:21 Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
12:08:21 Setting up libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:21 Selecting previously unselected package docker-compose-plugin.
12:08:21 Preparing to unpack .../docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_arm64.deb ...
12:08:21 Unpacking docker-compose-plugin (2.15.1-1~ubuntu.18.04~bionic) ...
12:08:21 Selecting previously unselected package gpg-agent.
12:08:21 Preparing to unpack .../29-gpg-agent_2.2.27-2+deb11u2_arm64.deb ...
12:08:21 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
12:08:21 Selecting previously unselected package gpg-wks-client.
12:08:21 Preparing to unpack .../30-gpg-wks-client_2.2.27-2+deb11u2_arm64.deb ...
12:08:21 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
12:08:21 Selecting previously unselected package gpg-wks-server.
12:08:21 Preparing to unpack .../31-gpg-wks-server_2.2.27-2+deb11u2_arm64.deb ...
12:08:21 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
12:08:21 Selecting previously unselected package gpgsm.
12:08:21 Preparing to unpack .../32-gpgsm_2.2.27-2+deb11u2_arm64.deb ...
12:08:21 Unpacking gpgsm (2.2.27-2+deb11u2) ...
12:08:21 Selecting previously unselected package gnupg.
12:08:21 Preparing to unpack .../33-gnupg_2.2.27-2+deb11u2_all.deb ...
12:08:21 Unpacking gnupg (2.2.27-2+deb11u2) ...
12:08:21 030a67402fc8: Already exists
12:08:21 Digest: sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664
12:08:21 Status: Downloaded newer image for fedora:37
12:08:21 + dnf makecache
12:08:21 Selecting previously unselected package packagekit.
12:08:21 Preparing to unpack .../58-packagekit_1.2.6-2_arm64.deb ...
12:08:21 Unpacking packagekit (1.2.6-2) ...
12:08:21 Selecting previously unselected package python-apt-common.
12:08:21 Preparing to unpack .../59-python-apt-common_2.5.2_all.deb ...
12:08:21 Unpacking python-apt-common (2.5.2) ...
12:08:21 Selecting previously unselected package python3-apt.
12:08:21 Preparing to unpack .../60-python3-apt_2.5.2+b1_arm64.deb ...
12:08:21 Unpacking python3-apt (2.5.2+b1) ...
12:08:21 Selecting previously unselected package python3-blinker.
12:08:21 Preparing to unpack .../61-python3-blinker_1.5-1_all.deb ...
12:08:21 Unpacking python3-blinker (1.5-1) ...
12:08:21 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
12:08:21 Selecting previously unselected package gnupg2.
12:08:21 Preparing to unpack .../34-gnupg2_2.2.27-2+deb11u2_all.deb ...
12:08:21 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
12:08:21 Selecting previously unselected package iso-codes.
12:08:21 Preparing to unpack .../35-iso-codes_4.6.0-1_all.deb ...
12:08:21 Unpacking iso-codes (4.6.0-1) ...
12:08:21 Selecting previously unselected package python3-cffi-backend:arm64.
12:08:21 Preparing to unpack .../62-python3-cffi-backend_1.15.1-5+b1_arm64.deb ...
12:08:21 Unpacking python3-cffi-backend:arm64 (1.15.1-5+b1) ...
12:08:21 Selecting previously unselected package python3-cryptography.
12:08:21 Preparing to unpack .../63-python3-cryptography_38.0.4-2_arm64.deb ...
12:08:21 Unpacking python3-cryptography (38.0.4-2) ...
12:08:21 Selecting previously unselected package python3-dbus.
12:08:21 Preparing to unpack .../64-python3-dbus_1.3.2-4+b1_arm64.deb ...
12:08:21 Unpacking python3-dbus (1.3.2-4+b1) ...
12:08:21 Selecting previously unselected package python3-distro.
12:08:21 Preparing to unpack .../65-python3-distro_1.8.0-1_all.deb ...
12:08:21 Unpacking python3-distro (1.8.0-1) ...
12:08:21 Selecting previously unselected package python3-gi.
12:08:21 Preparing to unpack .../66-python3-gi_3.42.2-3+b1_arm64.deb ...
12:08:21 Unpacking python3-gi (3.42.2-3+b1) ...
12:08:21 Updating certificates in /etc/ssl/certs...
12:08:21 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
12:08:21 Setting up pkexec (0.105-33) ...
12:08:21 Setting up libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.7) ...
12:08:21 Setting up python3 (3.10.6-1~22.04) ...
12:08:21 Setting up libappstream4:arm64 (0.15.2-2) ...
12:08:21 Setting up python3-six (1.16.0-3ubuntu1) ...
12:08:21 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.18.04~bionic) ...
12:08:21 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:08:21 Selecting previously unselected package libcurl3-gnutls:arm64.
12:08:21 Preparing to unpack .../36-libcurl3-gnutls_7.74.0-1.3+deb11u5_arm64.deb ...
12:08:21 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u5) ...
12:08:21 Selecting previously unselected package libdbus-1-3:arm64.
12:08:21 Preparing to unpack .../37-libdbus-1-3_1.12.24-0+deb11u1_arm64.deb ...
12:08:21 Unpacking libdbus-1-3:arm64 (1.12.24-0+deb11u1) ...
12:08:21 Selecting previously unselected package python3-pyparsing.
12:08:21 Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ...
12:08:21 Unpacking python3-pyparsing (3.0.9-1) ...
12:08:21 Selecting previously unselected package python3-httplib2.
12:08:21 Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ...
12:08:21 Unpacking python3-httplib2 (0.20.4-3) ...
12:08:21 Selecting previously unselected package python3-jwt.
12:08:21 Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ...
12:08:21 Unpacking python3-jwt (2.6.0-1) ...
12:08:21 Selecting previously unselected package python3-pkg-resources.
12:08:21 Preparing to unpack .../70-python3-pkg-resources_65.6.3-1_all.deb ...
12:08:21 Unpacking python3-pkg-resources (65.6.3-1) ...
12:08:21 + verify
12:08:21 + dpkg --version
12:08:21 + rpm --version
12:08:21 + verify_rpm
12:08:21 ++ . /etc/os-release
12:08:21 +++ NAME='Fedora Linux'
12:08:21 +++ VERSION='37 (Container Image)'
12:08:21 +++ ID=fedora
12:08:21 +++ VERSION_ID=37
12:08:21 +++ VERSION_CODENAME=
12:08:21 +++ PLATFORM_ID=platform:f37
12:08:21 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
12:08:21 +++ ANSI_COLOR='0;38;2;60;110;180'
12:08:21 +++ LOGO=fedora-logo-icon
12:08:21 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
12:08:21 +++ DEFAULT_HOSTNAME=fedora
12:08:21 +++ HOME_URL=https://fedoraproject.org/
12:08:21 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
12:08:21 +++ SUPPORT_URL=https://ask.fedoraproject.org/
12:08:21 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:08:21 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
12:08:21 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
12:08:21 +++ REDHAT_SUPPORT_PRODUCT=Fedora
12:08:21 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
12:08:21 +++ SUPPORT_END=2023-11-14
12:08:21 +++ VARIANT='Container Image'
12:08:21 +++ VARIANT_ID=container
12:08:21 ++ echo fedora
12:08:21 + DIST_ID=fedora
12:08:21 ++ . /etc/os-release
12:08:21 +++ NAME='Fedora Linux'
12:08:21 +++ VERSION='37 (Container Image)'
12:08:21 +++ ID=fedora
12:08:21 +++ VERSION_ID=37
12:08:21 +++ VERSION_CODENAME=
12:08:21 +++ PLATFORM_ID=platform:f37
12:08:21 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
12:08:21 +++ ANSI_COLOR='0;38;2;60;110;180'
12:08:21 +++ LOGO=fedora-logo-icon
12:08:21 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
12:08:21 +++ DEFAULT_HOSTNAME=fedora
12:08:21 +++ HOME_URL=https://fedoraproject.org/
12:08:21 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
12:08:21 +++ SUPPORT_URL=https://ask.fedoraproject.org/
12:08:21 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:08:21 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
12:08:21 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
12:08:21 +++ REDHAT_SUPPORT_PRODUCT=Fedora
12:08:21 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
12:08:21 +++ SUPPORT_END=2023-11-14
12:08:21 +++ VARIANT='Container Image'
12:08:21 +++ VARIANT_ID=container
12:08:21 ++ echo 37
12:08:21 ++ cut -d. -f1
12:08:21 + DIST_VERSION=37
12:08:21 + pkg_manager=yum
12:08:21 + pkg_config_manager=yum-config-manager
12:08:21 + dnf --version
12:08:21 4.14.0
12:08:21   Installed: dnf-0:4.14.0-1.fc37.noarch at Sun Dec 11 05:49:05 2022
12:08:21   Built    : Fedora Project at Fri Sep  9 13:05:18 2022
12:08:21 
12:08:21   Installed: rpm-0:4.18.0-1.fc37.aarch64 at Sun Dec 11 05:49:04 2022
12:08:21   Built    : Fedora Project at Wed Sep 21 10:52:12 2022
12:08:21 + pkg_manager=dnf
12:08:21 + pkg_config_manager='dnf config-manager'
12:08:21 + dnf clean all
12:08:21 CentOS Stream 9 - BaseOS                         24 kB/s | 7.1 kB     00:00    
12:08:21 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
12:08:21 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:08:21 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
12:08:21 Setting up python3-pyparsing (2.4.7-1) ...
12:08:22 Setting up docker-compose-plugin (2.15.1-1~ubuntu.18.04~bionic) ...
12:08:22 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:08:22 invoke-rc.d: could not determine current runlevel
12:08:22 invoke-rc.d: policy-rc.d denied execution of start.
12:08:22 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:08:22  docker-ce-rootless-extras depends on dbus-user-session; however:
12:08:22   Package dbus-user-session is not installed.
12:08:22 
12:08:22 Selecting previously unselected package lsb-release.
12:08:22 Preparing to unpack .../38-lsb-release_11.1.0_all.deb ...
12:08:22 Unpacking lsb-release (11.1.0) ...
12:08:22 Selecting previously unselected package python-apt-common.
12:08:22 Preparing to unpack .../39-python-apt-common_2.2.1_all.deb ...
12:08:22 Unpacking python-apt-common (2.2.1) ...
12:08:22 Selecting previously unselected package python3-apt.
12:08:22 Preparing to unpack .../40-python3-apt_2.2.1_arm64.deb ...
12:08:22 Unpacking python3-apt (2.2.1) ...
12:08:22 Selecting previously unselected package python3-dbus.
12:08:22 Preparing to unpack .../41-python3-dbus_1.2.16-5_arm64.deb ...
12:08:22 Unpacking python3-dbus (1.2.16-5) ...
12:08:22 Selecting previously unselected package python3-gi.
12:08:22 Preparing to unpack .../42-python3-gi_3.38.0-2_arm64.deb ...
12:08:22 Unpacking python3-gi (3.38.0-2) ...
12:08:22 Selecting previously unselected package python3-pycurl.
12:08:22 Preparing to unpack .../43-python3-pycurl_7.43.0.6-5_arm64.deb ...
12:08:22 Unpacking python3-pycurl (7.43.0.6-5) ...
12:08:22 Selecting previously unselected package python3-lazr.uri.
12:08:22 Preparing to unpack .../71-python3-lazr.uri_1.0.6-3_all.deb ...
12:08:22 Unpacking python3-lazr.uri (1.0.6-3) ...
12:08:22 Selecting previously unselected package python3-wadllib.
12:08:22 Preparing to unpack .../72-python3-wadllib_1.3.6-4_all.deb ...
12:08:22 Unpacking python3-wadllib (1.3.6-4) ...
12:08:22 Selecting previously unselected package python3-oauthlib.
12:08:22 Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ...
12:08:22 Unpacking python3-oauthlib (3.2.2-1) ...
12:08:22 Selecting previously unselected package python3-six.
12:08:22 Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ...
12:08:22 Unpacking python3-six (1.16.0-4) ...
12:08:22 Selecting previously unselected package python3-lazr.restfulclient.
12:08:22 Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ...
12:08:22 Unpacking python3-lazr.restfulclient (0.14.5-1) ...
12:08:22 Selecting previously unselected package python3-software-properties.
12:08:22 Preparing to unpack .../76-python3-software-properties_0.99.30-4_all.deb ...
12:08:22 Unpacking python3-software-properties (0.99.30-4) ...
12:08:22 0 files removed
12:08:22 + dnf install -y 'dnf-command(config-manager)'
12:08:22 CentOS Stream 9 - AppStream                      27 kB/s | 7.2 kB     00:00    
12:08:22 Setting up python3-gi (3.42.1-0ubuntu1) ...
12:08:22 Setting up python3-jeepney (0.7.1-3) ...
12:08:22 124 added, 0 removed; done.
12:08:22 Selecting previously unselected package python3-software-properties.
12:08:22 Preparing to unpack .../44-python3-software-properties_0.96.20.2-2.1_all.deb ...
12:08:22 Unpacking python3-software-properties (0.96.20.2-2.1) ...
12:08:22 Selecting previously unselected package software-properties-common.
12:08:22 Preparing to unpack .../45-software-properties-common_0.96.20.2-2.1_all.deb ...
12:08:22 Unpacking software-properties-common (0.96.20.2-2.1) ...
12:08:22 Setting up libksba8:arm64 (1.5.0-3+deb11u2) ...
12:08:22 Setting up media-types (4.0.0) ...
12:08:22 Setting up libpsl5:arm64 (0.21.0-1.2) ...
12:08:22 Setting up apt-transport-https (2.2.4) ...
12:08:22 Setting up libglib2.0-0:arm64 (2.66.8-1) ...
12:08:22 No schema files found: doing nothing.
12:08:22 Setting up distro-info-data (0.51+deb11u3) ...
12:08:22 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
12:08:22 Setting up libsqlite3-0:arm64 (3.34.1-3) ...
12:08:22 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
12:08:22 Setting up libpackagekit-glib2-18:arm64 (1.2.2-2) ...
12:08:22 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:08:22 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_arm64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_arm64.deb
12:08:22 Selecting previously unselected package software-properties-common.
12:08:22 Preparing to unpack .../77-software-properties-common_0.99.30-4_all.deb ...
12:08:22 Unpacking software-properties-common (0.99.30-4) ...
12:08:22 Setting up libksba8:arm64 (1.6.3-2) ...
12:08:22 Setting up media-types (8.0.0) ...
12:08:22 Setting up systemd-sysv (252.5-2) ...
12:08:22 Setting up libkeyutils1:arm64 (1.6.3-2) ...
12:08:22 Setting up libpsl5:arm64 (0.21.0-1.2) ...
12:08:22 Setting up libicu72:arm64 (72.1-3) ...
12:08:22 Setting up apt-transport-https (2.5.5) ...
12:08:22 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
12:08:22 Setting up libglib2.0-0:arm64 (2.74.5-1) ...
12:08:22 No schema files found: doing nothing.
12:08:22 Setting up distro-info-data (0.56) ...
12:08:22 CentOS Stream 9 - Extras packages                28 kB/s | 7.7 kB     00:00    
12:08:22 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:08:22 Setting up python3-httplib2 (0.20.2-2) ...
12:08:22 Setting up dbus-user-session (1.12.16-2ubuntu2.3) ...
12:08:22 Setting up libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:22 Setting up libgssapi-krb5-2:arm64 (1.17-6ubuntu4.2) ...
12:08:22 Setting up gir1.2-glib-2.0:arm64 (1.64.1-1~ubuntu20.04.1) ...
12:08:22 Setting up libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
12:08:22 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
12:08:22 Setting up libpolkit-agent-1-0:arm64 (0.105-26ubuntu1.3) ...
12:08:22 Setting up libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.6) ...
12:08:22 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:08:22 Setting up libnpth0:arm64 (1.6-3) ...
12:08:22 Setting up libassuan0:arm64 (2.5.3-7.1) ...
12:08:22 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:08:22 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
12:08:22 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:08:22 Setting up libdbus-1-3:arm64 (1.12.24-0+deb11u1) ...
12:08:22 Setting up libncursesw6:arm64 (6.2+20201114-2) ...
12:08:22 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:08:22 Setting up python-apt-common (2.2.1) ...
12:08:22 Setting up libmpdec3:arm64 (2.5.1-1) ...
12:08:22 Setting up libgirepository-1.0-1:arm64 (1.66.1-1+b1) ...
12:08:22 Setting up libssh2-1:arm64 (1.9.0-2) ...
12:08:22 Setting up openssl (1.1.1n-0+deb11u3) ...
12:08:22 Setting up readline-common (8.1-1) ...
12:08:22 Setting up iso-codes (4.6.0-1) ...
12:08:22 Setting up pinentry-curses (1.1.0-4) ...
12:08:22 Setting up libreadline8:arm64 (8.1-1) ...
12:08:22 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
12:08:22 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u5) ...
12:08:22 Setting up ca-certificates (20210119) ...
12:08:22 Setting up libtirpc-common (1.3.3+ds-1) ...
12:08:22 Setting up libxmlb2:arm64 (0.3.10-2) ...
12:08:22 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
12:08:22 Setting up libsqlite3-0:arm64 (3.40.1-1) ...
12:08:22 Setting up libnghttp2-14:arm64 (1.51.0-1) ...
12:08:22 Setting up libpackagekit-glib2-18:arm64 (1.2.6-2) ...
12:08:22 Setting up libnpth0:arm64 (1.6-3) ...
12:08:22 Setting up libassuan0:arm64 (2.5.5-5) ...
12:08:22 Setting up libunwind8:arm64 (1.6.2-3) ...
12:08:22 Setting up libkrb5support0:arm64 (1.20.1-1) ...
12:08:22 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
12:08:22 Setting up libcap2-bin (1:2.66-3) ...
12:08:22 Setting up libglib2.0-data (2.74.5-1) ...
12:08:22 Setting up gnupg-l10n (2.2.40-1) ...
12:08:22 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:08:22 Setting up libdbus-1-3:arm64 (1.14.4-1) ...
12:08:22 Setting up libncursesw6:arm64 (6.4-2) ...
12:08:22 Setting up libk5crypto3:arm64 (1.20.1-1) ...
12:08:22 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
12:08:22 Setting up python-apt-common (2.5.2) ...
12:08:22 Setting up lsb-release (11.1.0ubuntu4) ...
12:08:22 Setting up policykit-1 (0.105-33) ...
12:08:22 Setting up python3-cffi-backend:arm64 (1.15.0-1build2) ...
12:08:22 Setting up python3-blinker (1.4+dfsg1-0.4) ...
12:08:22 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
12:08:22 Setting up libduktape207:arm64 (2.7.0-1+b1) ...
12:08:22 Setting up dbus-session-bus-common (1.14.4-1) ...
12:08:22 Setting up libmpdec3:arm64 (2.5.1-2) ...
12:08:22 Setting up libgirepository-1.0-1:arm64 (1.74.0-3) ...
12:08:22 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
12:08:22 Setting up sgml-base (1.31) ...
12:08:22 Setting up libkrb5-3:arm64 (1.20.1-1) ...
12:08:22 Setting up libstemmer0d:arm64 (2.2.0-2) ...
12:08:22 Setting up lsb-release (12.0-1) ...
12:08:22 Setting up dbus-system-bus-common (1.14.4-1) ...
12:08:22 Setting up openssl (3.0.7-2) ...
12:08:22 Setting up libelf1:arm64 (0.188-2.1) ...
12:08:22 Setting up python3-more-itertools (8.10.0-2) ...
12:08:23 Setting up libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:08:23 Setting up policykit-1 (0.105-26ubuntu1.3) ...
12:08:23 Setting up gpg (2.2.19-3ubuntu2.2) ...
12:08:23 Setting up readline-common (8.2-1.3) ...
12:08:23 Setting up libxml2:arm64 (2.9.14+dfsg-1.1+b3) ...
12:08:23 Setting up iso-codes (4.12.0-1) ...
12:08:23 Setting up dbus-bin (1.14.4-1) ...
12:08:23 Setting up libpolkit-gobject-1-0:arm64 (122-3) ...
12:08:23 Setting up pinentry-curses (1.2.1-1) ...
12:08:23 Setting up libdw1:arm64 (0.188-2.1) ...
12:08:23 Setting up libreadline8:arm64 (8.2-1.3) ...
12:08:23 Setting up libglib2.0-bin (2.74.5-1) ...
12:08:23 Setting up dbus-daemon (1.14.4-1) ...
12:08:23 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-3) ...
12:08:23 Setting up ca-certificates (20211016) ...
12:08:23 Updating certificates in /etc/ssl/certs...
12:08:23 Reading package lists...
12:08:23 Setting up python3-dbus (1.2.18-3build1) ...
12:08:23 Setting up python3-distro (1.7.0-1) ...
12:08:23 Docker CE Test - aarch64                         31 kB/s |  22 kB     00:00    
12:08:23 Setting up libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
12:08:23 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
12:08:23 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
12:08:23 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:08:23 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:08:23 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:08:23 Setting up python3-jwt (2.3.0-1ubuntu0.2) ...
12:08:23 Setting up python3-apt (2.4.0) ...
12:08:23 Metadata cache created.
12:08:23 [DEBUG] Installing engine rpms
12:08:23 + echo '[DEBUG] Installing engine rpms'
12:08:23 ++ find rpm/rpmbuild/centos-9/RPMS/ -type f -name '*.rpm'
12:08:23 ++ sed /src/d
12:08:23 + packages='rpm/rpmbuild/centos-9/RPMS/aarch64/docker-compose-plugin-2.15.1-0.el9.aarch64.rpm
12:08:23 rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm
12:08:23 rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm
12:08:23 rpm/rpmbuild/centos-9/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el9.aarch64.rpm
12:08:23 rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm'
12:08:23 + set -x
12:08:23 ++ source /etc/os-release
12:08:23 +++ NAME='CentOS Stream'
12:08:23 +++ VERSION=9
12:08:23 +++ ID=centos
12:08:23 +++ ID_LIKE='rhel fedora'
12:08:23 +++ VERSION_ID=9
12:08:23 +++ PLATFORM_ID=platform:el9
12:08:23 +++ PRETTY_NAME='CentOS Stream 9'
12:08:23 +++ ANSI_COLOR='0;31'
12:08:23 +++ LOGO=fedora-logo-icon
12:08:23 +++ CPE_NAME=cpe:/o:centos:centos:9
12:08:23 +++ HOME_URL=https://centos.org/
12:08:23 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:08:23 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
12:08:23 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
12:08:23 ++ echo 'CentOS Stream'
12:08:23 + product_version='CentOS Stream'
12:08:23 + '[' 'CentOS Stream' = rawhide ']'
12:08:23 + dnf install -y rpm/rpmbuild/centos-9/RPMS/aarch64/docker-compose-plugin-2.15.1-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.el9.aarch64.rpm rpm/rpmbuild/centos-9/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64.rpm
12:08:23 Building dependency tree...
12:08:23 Reading state information...
12:08:23 Correcting dependencies... Done
12:08:23 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:08:23 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:08:23 Setting up libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:23 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
12:08:23 Setting up dconf-service (0.36.0-1) ...
12:08:23 Setting up python3 (3.8.2-0ubuntu2) ...
12:08:23 Updating certificates in /etc/ssl/certs...
12:08:23 129 added, 0 removed; done.
12:08:23 Setting up gir1.2-glib-2.0:arm64 (1.66.1-1+b1) ...
12:08:23 Setting up gpgconf (2.2.27-2+deb11u2) ...
12:08:23 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u5) ...
12:08:23 Setting up curl (7.74.0-1.3+deb11u5) ...
12:08:23 Last metadata expiration check: 0:00:01 ago on Tue Feb  7 12:08:22 2023.
12:08:23 Dependencies resolved.
12:08:23 ===================================================================================================
12:08:23  Package                        Arch     Version                              Repository       Size
12:08:23 ===================================================================================================
12:08:23 Installing:
12:08:23  docker-buildx-plugin           aarch64  0.10.2-0.el9                         @commandline     11 M
12:08:23  docker-ce                      aarch64  3:0.0.0~20230206193855.ab4ef4a-0.el9 @commandline     15 M
12:08:23  docker-ce-cli                  aarch64  1:0.0.0~20230206193855.ab4ef4a-0.el9 @commandline    6.4 M
12:08:23  docker-ce-rootless-extras      aarch64  0.0.0~20230206193855.ab4ef4a-0.el9   @commandline    3.4 M
12:08:23  docker-compose-plugin          aarch64  2.15.1-0.el9                         @commandline    9.0 M
12:08:23 Installing dependencies:
12:08:23  acl                            aarch64  2.3.1-3.el9                          baseos           73 k
12:08:23  checkpolicy                    aarch64  3.5-0.rc2.1.el9                      appstream       342 k
12:08:23  container-selinux              noarch   3:2.198.0-1.el9                      appstream        51 k
12:08:23  containerd.io                  aarch64  1.6.16-3.1.el9                       docker-ce-test   24 M
12:08:23  cracklib                       aarch64  2.9.6-27.el9                         baseos           95 k
12:08:23  cracklib-dicts                 aarch64  2.9.6-27.el9                         baseos          3.6 M
12:08:23  dbus                           aarch64  1:1.12.20-7.el9                      baseos          3.9 k
12:08:23  dbus-broker                    aarch64  28-7.el9                             baseos          166 k
12:08:23  dbus-common                    noarch   1:1.12.20-7.el9                      baseos           15 k
12:08:23  device-mapper                  aarch64  9:1.02.187-4.el9                     baseos          138 k
12:08:23  device-mapper-libs             aarch64  9:1.02.187-4.el9                     baseos          172 k
12:08:23  diffutils                      aarch64  3.7-12.el9                           baseos          392 k
12:08:23  fuse-common                    aarch64  3.10.2-5.el9                         baseos          9.0 k
12:08:23  fuse-overlayfs                 aarch64  1.10-1.el9                           appstream        68 k
12:08:23  fuse3                          aarch64  3.10.2-5.el9                         appstream        54 k
12:08:23  fuse3-libs                     aarch64  3.10.2-5.el9                         appstream        90 k
12:08:23  iptables-libs                  aarch64  1.8.8-6.el9                          baseos          466 k
12:08:23  iptables-nft                   aarch64  1.8.8-6.el9                          baseos          201 k
12:08:23  kmod                           aarch64  28-7.el9                             baseos          125 k
12:08:23  kmod-libs                      aarch64  28-7.el9                             baseos           63 k
12:08:23  libdb                          aarch64  5.3.28-53.el9                        baseos          712 k
12:08:23  libeconf                       aarch64  0.4.1-2.el9                          baseos           27 k
12:08:23  libfdisk                       aarch64  2.37.4-9.el9                         baseos          149 k
12:08:23  libibverbs                     aarch64  41.0-3.el9                           baseos          378 k
12:08:23  libmnl                         aarch64  1.0.4-15.el9                         baseos           28 k
12:08:23  libnetfilter_conntrack         aarch64  1.0.9-1.el9                          baseos           58 k
12:08:23  libnfnetlink                   aarch64  1.0.1-21.el9                         baseos           29 k
12:08:23  libnftnl                       aarch64  1.2.2-1.el9                          baseos           81 k
12:08:23  libnl3                         aarch64  3.7.0-1.el9                          baseos          338 k
12:08:23  libpcap                        aarch64  14:1.10.0-4.el9                      baseos          169 k
12:08:23  libpwquality                   aarch64  1.4.4-8.el9                          baseos          119 k
12:08:23  libseccomp                     aarch64  2.5.2-2.el9                          baseos           72 k
12:08:23  libselinux-utils               aarch64  3.5-0.rc1.1.el9                      baseos          180 k
12:08:23  libslirp                       aarch64  4.4.0-4.el9                          appstream        68 k
12:08:23  libutempter                    aarch64  1.2.1-6.el9                          baseos           27 k
12:08:23  openssl                        aarch64  1:3.0.7-2.el9                        baseos          1.2 M
12:08:23  pam                            aarch64  1.5.1-14.el9                         baseos          618 k
12:08:23  policycoreutils                aarch64  3.5-0.rc1.2.el9                      baseos          236 k
12:08:23  policycoreutils-python-utils   noarch   3.5-0.rc1.2.el9                      appstream        75 k
12:08:23  python3-audit                  aarch64  3.0.7-103.el9                        appstream        84 k
12:08:23  python3-distro                 noarch   1.5.0-7.el9                          baseos           37 k
12:08:23  python3-libselinux             aarch64  3.5-0.rc1.1.el9                      appstream       183 k
12:08:23  python3-libsemanage            aarch64  3.5-0.rc1.1.el9                      appstream        79 k
12:08:23  python3-policycoreutils        noarch   3.5-0.rc1.2.el9                      appstream       2.1 M
12:08:23  python3-setools                aarch64  4.4.0-5.el9                          baseos          590 k
12:08:23  python3-setuptools             noarch   53.0.0-12.el9                        baseos          944 k
12:08:23  rpm-plugin-selinux             aarch64  4.16.1.3-22.el9                      baseos           18 k
12:08:23  selinux-policy                 noarch   38.1.5-1.el9                         baseos           54 k
12:08:23  selinux-policy-targeted        noarch   38.1.5-1.el9                         baseos          6.8 M
12:08:23  slirp4netns                    aarch64  1.2.0-2.el9                          appstream        47 k
12:08:23  systemd                        aarch64  252-3.el9                            baseos          3.9 M
12:08:23  systemd-pam                    aarch64  252-3.el9                            baseos          244 k
12:08:23  systemd-rpm-macros             noarch   252-3.el9                            baseos           43 k
12:08:23  util-linux                     aarch64  2.37.4-9.el9                         baseos          2.3 M
12:08:23  util-linux-core                aarch64  2.37.4-9.el9                         baseos          457 k
12:08:23  xz                             aarch64  5.2.5-8.el9                          baseos          226 k
12:08:23 
12:08:23 Transaction Summary
12:08:23 ===================================================================================================
12:08:23 Install  61 Packages
12:08:23 
12:08:23 Total size: 97 M
12:08:23 Total download size: 53 M
12:08:23 Installed size: 394 M
12:08:23 Downloading Packages:
12:08:23 Setting up python3-lazr.uri (1.0.6-2) ...
12:08:23 Setting up python3-zipp (1.0.0-3) ...
12:08:23 Skipping docker-ce, it is already installed and upgrade is not set.
12:08:23 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:08:23 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:08:23 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:08:23 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:08:23 The following additional packages will be installed:
12:08:23   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
12:08:23   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
12:08:23   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
12:08:23   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
12:08:23 Suggested packages:
12:08:23   kmod systemd-container policykit-1
12:08:23 Recommended packages:
12:08:23   dmsetup networkd-dispatcher libnss-systemd
12:08:23 The following NEW packages will be installed:
12:08:23   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
12:08:23   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
12:08:23   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
12:08:23   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
12:08:23 Setting up python3-six (1.14.0-2) ...
12:08:23 Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
12:08:23 Setting up python3-certifi (2019.11.28-1) ...
12:08:23 Setting up gpg (2.2.27-2+deb11u2) ...
12:08:23 Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ...
12:08:23 Setting up libpython3-stdlib:arm64 (3.9.2-3) ...
12:08:23 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
12:08:23 Setting up gpg-agent (2.2.27-2+deb11u2) ...
12:08:23 make[1]: Leaving directory '/root/build-deb'
12:08:23  dpkg-genbuildinfo
12:08:24 0 upgraded, 23 newly installed, 0 to remove and 6 not upgraded.
12:08:24 Need to get 23.5 MB of archives.
12:08:24 After this operation, 110 MB of additional disk space will be used.
12:08:24 Get:1 https://download.docker.com/linux/ubuntu bionic/test arm64 containerd.io arm64 1.6.16-1 [19.9 MB]
12:08:24 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcap2 arm64 1:2.25-1.2 [12.2 kB]
12:08:24 Setting up python3-cryptography (3.4.8-1ubuntu2) ...
12:08:24 Setting up python3-gi (3.36.0-1) ...
12:08:24 Setting up python3-idna (2.8-1) ...
12:08:24 Setting up gpgsm (2.2.27-2+deb11u2) ...
12:08:24 Setting up dirmngr (2.2.27-2+deb11u2) ...
12:08:24 127 added, 0 removed; done.
12:08:24 Setting up dbus (1.14.4-1) ...
12:08:24 invoke-rc.d: could not determine current runlevel
12:08:24 invoke-rc.d: policy-rc.d denied execution of start.
12:08:24 Setting up libgssapi-krb5-2:arm64 (1.20.1-1) ...
12:08:24 Setting up gir1.2-glib-2.0:arm64 (1.74.0-3) ...
12:08:24 Setting up xml-core (0.18+nmu1) ...
12:08:24 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libargon2-0 arm64 0~20161029-1.1 [17.9 kB]
12:08:24 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdevmapper1.02.1 arm64 2:1.02.145-4.1ubuntu3.18.04.3 [100 kB]
12:08:24 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libjson-c3 arm64 0.12.1-1.3ubuntu0.3 [19.7 kB]
12:08:24 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:08:24 Setting up python3-wadllib (1.3.6-1) ...
12:08:24 Setting up gnupg (2.2.27-3ubuntu2.1) ...
12:08:24 Setting up packagekit (1.2.5-2ubuntu2) ...
12:08:24 invoke-rc.d: could not determine current runlevel
12:08:24 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:08:24 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
12:08:24 Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
12:08:24 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
12:08:24 Setting up python3.9 (3.9.2-1) ...
12:08:24 Setting up gpgconf (2.2.40-1) ...
12:08:24 Setting up libpam-systemd:arm64 (252.5-2) ...
12:08:24 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcryptsetup12 arm64 2:2.0.2-1ubuntu1.2 [112 kB]
12:08:24 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libidn11 arm64 1.33-2.1ubuntu1.2 [44.0 kB]
12:08:24 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libip4tc0 arm64 1.6.1-2ubuntu2 [18.3 kB]
12:08:24 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapparmor1 arm64 2.12-4ubuntu5.1 [28.4 kB]
12:08:24 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkmod2 arm64 24-1ubuntu3.5 [32.8 kB]
12:08:24 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 systemd arm64 237-3ubuntu10.56 [2566 kB]
12:08:24 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:08:24 Setting up lsb-release (11.1.0ubuntu2) ...
12:08:24 Setting up libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:24 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:08:24 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:08:24 Setting up gnupg2 (2.2.27-3ubuntu2.1) ...
12:08:24 Setting up python3-importlib-metadata (4.6.4-1) ...
12:08:24 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ...
12:08:24 make[2]: Leaving directory '/root/build-deb/compose'
12:08:24 # Build the scan-plugin
12:08:24 # TODO change once we support scan-plugin on other architectures
12:08:24 if [ "amd64" = "amd64" ]; then \
12:08:24 	cd /go/src/github.com/docker/scan-cli-plugin \
12:08:24 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:08:24 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:08:24 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:08:24 fi
12:08:24 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
12:08:24 GO111MODULE=on make -f builder.Makefile build
12:08:24 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
12:08:24 mkdir -p bin
12:08:24 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
12:08:24 go: downloading github.com/docker/cli v20.10.17+incompatible
12:08:24 go: downloading github.com/docker/docker v20.10.17+incompatible
12:08:24 Setting up libcurl4:arm64 (7.87.0-2) ...
12:08:24 Setting up libpolkit-agent-1-0:arm64 (122-3) ...
12:08:24 Setting up curl (7.87.0-2) ...
12:08:24 Setting up gpg (2.2.40-1) ...
12:08:24 Setting up libgstreamer1.0-0:arm64 (1.22.0-2) ...
12:08:24 Setcap worked! gst-ptp-helper is not suid!
12:08:24 Setting up gnupg-utils (2.2.40-1) ...
12:08:24 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
12:08:24 Setting up gpg-agent (2.2.40-1) ...
12:08:24 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:08:24 (1/56): acl-2.3.1-3.el9.aarch64.rpm             241 kB/s |  73 kB     00:00    
12:08:24 (2/56): cracklib-2.9.6-27.el9.aarch64.rpm       307 kB/s |  95 kB     00:00    
12:08:24 (3/56): dbus-1.12.20-7.el9.aarch64.rpm          606 kB/s | 3.9 kB     00:00    
12:08:24 (4/56): dbus-broker-28-7.el9.aarch64.rpm         11 MB/s | 166 kB     00:00    
12:08:24 (5/56): dbus-common-1.12.20-7.el9.noarch.rpm    1.3 MB/s |  15 kB     00:00    
12:08:24 (6/56): cracklib-dicts-2.9.6-27.el9.aarch64.rpm  11 MB/s | 3.6 MB     00:00    
12:08:24 (7/56): device-mapper-1.02.187-4.el9.aarch64.rp 6.8 MB/s | 138 kB     00:00    
12:08:24 (8/56): device-mapper-libs-1.02.187-4.el9.aarch 8.8 MB/s | 172 kB     00:00    
12:08:24 (9/56): fuse-common-3.10.2-5.el9.aarch64.rpm    1.2 MB/s | 9.0 kB     00:00    
12:08:24 (10/56): diffutils-3.7-12.el9.aarch64.rpm        27 MB/s | 392 kB     00:00    
12:08:24 (11/56): iptables-libs-1.8.8-6.el9.aarch64.rpm   22 MB/s | 466 kB     00:00    
12:08:24 (12/56): iptables-nft-1.8.8-6.el9.aarch64.rpm   8.7 MB/s | 201 kB     00:00    
12:08:24 (13/56): kmod-28-7.el9.aarch64.rpm              5.9 MB/s | 125 kB     00:00    
12:08:24 (14/56): kmod-libs-28-7.el9.aarch64.rpm         4.7 MB/s |  63 kB     00:00    
12:08:24 (15/56): libdb-5.3.28-53.el9.aarch64.rpm         41 MB/s | 712 kB     00:00    
12:08:24 (16/56): libeconf-0.4.1-2.el9.aarch64.rpm       2.3 MB/s |  27 kB     00:00    
12:08:24 (17/56): libfdisk-2.37.4-9.el9.aarch64.rpm      9.0 MB/s | 149 kB     00:00    
12:08:24 (18/56): libmnl-1.0.4-15.el9.aarch64.rpm        3.5 MB/s |  28 kB     00:00    
12:08:24  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.changes
12:08:24 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 systemd-sysv arm64 237-3ubuntu10.56 [11.8 kB]
12:08:24 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 multiarch-support arm64 2.27-3ubuntu1.6 [6960 B]
12:08:24 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnfnetlink0 arm64 1.0.1-3 [11.5 kB]
12:08:24 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dbus arm64 1.12.2-1ubuntu1.4 [130 kB]
12:08:24 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmnl0 arm64 1.0.4-2 [11.3 kB]
12:08:24 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpam-systemd arm64 237-3ubuntu10.56 [92.0 kB]
12:08:24 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxtables12 arm64 1.6.1-2ubuntu2 [25.1 kB]
12:08:24 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libip6tc0 arm64 1.6.1-2ubuntu2 [18.6 kB]
12:08:24 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libiptc0 arm64 1.6.1-2ubuntu2 [9392 B]
12:08:24 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnetfilter-conntrack3 arm64 1.0.6-2 [30.6 kB]
12:08:24 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 iptables arm64 1.6.1-2ubuntu2 [240 kB]
12:08:24 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dbus-user-session arm64 1.12.2-1ubuntu1.4 [9388 B]
12:08:24 Setting up python3-dbus (1.2.16-1build1) ...
12:08:24 Setting up python3-secretstorage (3.3.1-1) ...
12:08:24 Setting up python3-keyring (23.5.0-1) ...
12:08:24 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:08:24 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:08:25 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
12:08:25 Setting up python3 (3.9.2-3) ...
12:08:25 (19/56): libibverbs-41.0-3.el9.aarch64.rpm       27 MB/s | 378 kB     00:00    
12:08:25 (20/56): libnetfilter_conntrack-1.0.9-1.el9.aar 4.1 MB/s |  58 kB     00:00    
12:08:25 (21/56): libnfnetlink-1.0.1-21.el9.aarch64.rpm  2.3 MB/s |  29 kB     00:00    
12:08:25 (22/56): libnftnl-1.2.2-1.el9.aarch64.rpm        12 MB/s |  81 kB     00:00    
12:08:25 (23/56): libnl3-3.7.0-1.el9.aarch64.rpm         6.2 MB/s | 338 kB     00:00    
12:08:25 (24/56): libpcap-1.10.0-4.el9.aarch64.rpm       3.0 MB/s | 169 kB     00:00    
12:08:25 (25/56): libpwquality-1.4.4-8.el9.aarch64.rpm   2.2 MB/s | 119 kB     00:00    
12:08:25 (26/56): libseccomp-2.5.2-2.el9.aarch64.rpm     7.3 MB/s |  72 kB     00:00    
12:08:25 (27/56): libselinux-utils-3.5-0.rc1.1.el9.aarch  20 MB/s | 180 kB     00:00    
12:08:25 (28/56): libutempter-1.2.1-6.el9.aarch64.rpm    2.1 MB/s |  27 kB     00:00    
12:08:25 (29/56): openssl-3.0.7-2.el9.aarch64.rpm         59 MB/s | 1.2 MB     00:00    
12:08:25 (30/56): policycoreutils-3.5-0.rc1.2.el9.aarch6  16 MB/s | 236 kB     00:00    
12:08:25 (31/56): pam-1.5.1-14.el9.aarch64.rpm            25 MB/s | 618 kB     00:00    
12:08:25 (32/56): python3-distro-1.5.0-7.el9.noarch.rpm  2.7 MB/s |  37 kB     00:00    
12:08:25 (33/56): python3-setools-4.4.0-5.el9.aarch64.rp  30 MB/s | 590 kB     00:00    
12:08:25 (34/56): rpm-plugin-selinux-4.16.1.3-22.el9.aar 1.3 MB/s |  18 kB     00:00    
12:08:25 (35/56): python3-setuptools-53.0.0-12.el9.noarc  43 MB/s | 944 kB     00:00    
12:08:25 (36/56): selinux-policy-38.1.5-1.el9.noarch.rpm 4.0 MB/s |  54 kB     00:00    
12:08:25 (37/56): systemd-pam-252-3.el9.aarch64.rpm       17 MB/s | 244 kB     00:00    
12:08:25 # Build the compose plugin
12:08:25 cd /go/src/github.com/docker/compose \
12:08:25 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:08:25 make[2]: Entering directory '/root/build-deb/compose'
12:08:25 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:08:25 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:08:25 go: downloading golang.org/x/sys v0.3.0
12:08:25 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:08:25 go: downloading github.com/theupdateframework/notary v0.7.0
12:08:25 go: downloading github.com/compose-spec/compose-go v1.8.2
12:08:25 go: downloading github.com/hashicorp/go-version v1.6.0
12:08:25 go: downloading github.com/docker/buildx v0.9.1
12:08:25 go: downloading github.com/mattn/go-shellwords v1.0.12
12:08:25 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:08:25 go: downloading go.opentelemetry.io/otel v1.11.2
12:08:25 go: downloading github.com/containerd/containerd v1.6.14
12:08:25 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:08:25 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:08:25 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:08:25 go: downloading golang.org/x/sync v0.1.0
12:08:25 go: downloading k8s.io/client-go v0.22.4
12:08:25 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:08:25 go: downloading github.com/imdario/mergo v0.3.13
12:08:25 go: downloading github.com/containerd/console v1.0.3
12:08:25 go: downloading github.com/buger/goterm v1.0.4
12:08:25 go: downloading github.com/stretchr/testify v1.8.1
12:08:25 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:08:25 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:08:25 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:08:25 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:08:25 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:08:25 go: downloading k8s.io/api v0.22.4
12:08:25 go: downloading k8s.io/apimachinery v0.22.4
12:08:25 go: downloading github.com/gofrs/flock v0.8.0
12:08:25 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:08:25 go: downloading github.com/golang/mock v1.6.0
12:08:25 go: downloading github.com/klauspost/compress v1.15.9
12:08:25 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:08:25 go: downloading github.com/hashicorp/errwrap v1.1.0
12:08:25 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:08:25 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:08:25 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:08:25 go: downloading google.golang.org/grpc v1.47.0
12:08:25 go: downloading golang.org/x/net v0.4.0
12:08:25 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:08:25 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:08:25 go: downloading golang.org/x/term v0.3.0
12:08:25 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:08:25 go: downloading github.com/mattn/go-runewidth v0.0.14
12:08:25 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:08:25 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:08:25 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:08:25 go: downloading google.golang.org/protobuf v1.28.0
12:08:25 go: downloading github.com/go-logr/stdr v1.2.2
12:08:25 go: downloading github.com/containerd/typeurl v1.0.2
12:08:25 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:08:25 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:08:25 go: downloading k8s.io/klog/v2 v2.60.1
12:08:25 go: downloading github.com/pelletier/go-toml v1.9.4
12:08:25 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:08:25 go: downloading github.com/google/gofuzz v1.2.0
12:08:25 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:08:25 go: downloading github.com/gogo/googleapis v1.4.1
12:08:25 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:08:25 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:08:25 go: downloading github.com/moby/locker v1.0.1
12:08:25 go: downloading github.com/felixge/httpsnoop v1.0.2
12:08:25 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:08:25 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:08:25 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:08:25 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:08:25 go: downloading gopkg.in/inf.v0 v0.9.1
12:08:25 go: downloading github.com/googleapis/gnostic v0.5.5
12:08:25 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:08:25 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:08:25 go: downloading github.com/json-iterator/go v1.1.12
12:08:25 go: downloading github.com/modern-go/reflect2 v1.0.2
12:08:25 go: downloading sigs.k8s.io/yaml v1.2.0
12:08:25 go: downloading github.com/mattn/go-colorable v0.1.12
12:08:25 go: downloading github.com/prometheus/client_golang v1.12.2
12:08:25 go: downloading github.com/containerd/ttrpc v1.1.0
12:08:25 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:08:25 go: downloading github.com/moby/spdystream v0.2.0
12:08:25 go: downloading github.com/mattn/go-isatty v0.0.16
12:08:25 go: downloading github.com/prometheus/client_model v0.2.0
12:08:25 go: downloading github.com/prometheus/common v0.32.1
12:08:25 go: downloading github.com/prometheus/procfs v0.7.3
12:08:25 debconf: delaying package configuration, since apt-utils is not installed
12:08:25 Fetched 23.5 MB in 1s (20.1 MB/s)
12:08:25 Selecting previously unselected package libcap2:arm64.
12:08: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 ... 7157 files and directories currently installed.)
12:08:25 Preparing to unpack .../0-libcap2_1%3a2.25-1.2_arm64.deb ...
12:08:25 Unpacking libcap2:arm64 (1:2.25-1.2) ...
12:08:25 Selecting previously unselected package libargon2-0:arm64.
12:08:25 Preparing to unpack .../1-libargon2-0_0~20161029-1.1_arm64.deb ...
12:08:25 Unpacking libargon2-0:arm64 (0~20161029-1.1) ...
12:08:25 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:08:25 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
12:08:25 Unpacking libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:08:25 Setting up dconf-gsettings-backend:arm64 (0.36.0-1) ...
12:08:25 Setting up python3-apt (2.0.1) ...
12:08:25 Setting up libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:25 Setting up python3-chardet (3.0.4-4build1) ...
12:08:25 Setting up python3-lazr.restfulclient (0.14.4-1) ...
12:08:25 Setting up python3-launchpadlib (1.10.16-1) ...
12:08:25 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:08:25 Setting up gpgsm (2.2.40-1) ...
12:08:25 Setting up libcurl3-gnutls:arm64 (7.87.0-2) ...
12:08:25 Setting up libappstream4:arm64 (0.16.0-1) ...
12:08:25 Setting up dirmngr (2.2.40-1) ...
12:08:25 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:08:25 Setting up gir1.2-packagekitglib-1.0 (1.2.6-2) ...
12:08:25 Setting up gpg-wks-server (2.2.40-1) ...
12:08:25 Setting up python3-pycurl (7.43.0.6-5) ...
12:08:25 Setting up python3-gi (3.38.0-2) ...
12:08:25 go: downloading github.com/spf13/cobra v1.5.0
12:08:25 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
12:08:25 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:08:25 go: downloading github.com/docker/go-units v0.4.0
12:08:25 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:08:25 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:08:25 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:08:25 go: downloading github.com/moby/sys/mount v0.3.3
12:08:25 (38/56): selinux-policy-targeted-38.1.5-1.el9.n  35 MB/s | 6.8 MB     00:00    
12:08:25 (39/56): systemd-rpm-macros-252-3.el9.noarch.rp 254 kB/s |  43 kB     00:00    
12:08:25 (40/56): systemd-252-3.el9.aarch64.rpm           19 MB/s | 3.9 MB     00:00    
12:08:25 (41/56): util-linux-core-2.37.4-9.el9.aarch64.r  19 MB/s | 457 kB     00:00    
12:08:25 (42/56): util-linux-2.37.4-9.el9.aarch64.rpm     61 MB/s | 2.3 MB     00:00    
12:08:25 (43/56): xz-5.2.5-8.el9.aarch64.rpm             9.6 MB/s | 226 kB     00:00    
12:08:25 (44/56): checkpolicy-3.5-0.rc2.1.el9.aarch64.rp  17 MB/s | 342 kB     00:00    
12:08:25 (45/56): fuse-overlayfs-1.10-1.el9.aarch64.rpm  8.2 MB/s |  68 kB     00:00    
12:08:25 (46/56): container-selinux-2.198.0-1.el9.noarch 4.0 MB/s |  51 kB     00:00    
12:08:25 (47/56): fuse3-3.10.2-5.el9.aarch64.rpm         4.9 MB/s |  54 kB     00:00    
12:08:25 (48/56): fuse3-libs-3.10.2-5.el9.aarch64.rpm    8.3 MB/s |  90 kB     00:00    
12:08:25 (49/56): policycoreutils-python-utils-3.5-0.rc1  11 MB/s |  75 kB     00:00    
12:08:25 (50/56): libslirp-4.4.0-4.el9.aarch64.rpm       6.0 MB/s |  68 kB     00:00    
12:08:25 (51/56): python3-audit-3.0.7-103.el9.aarch64.rp 8.0 MB/s |  84 kB     00:00    
12:08:25 (52/56): python3-libselinux-3.5-0.rc1.1.el9.aar  17 MB/s | 183 kB     00:00    
12:08:25 (53/56): python3-libsemanage-3.5-0.rc1.1.el9.aa 5.3 MB/s |  79 kB     00:00    
12:08:25 (54/56): python3-policycoreutils-3.5-0.rc1.2.el  87 MB/s | 2.1 MB     00:00    
12:08:25 (55/56): slirp4netns-1.2.0-2.el9.aarch64.rpm    2.7 MB/s |  47 kB     00:00    
12:08:25 Setting up libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1.3) ...
12:08:25 Selecting previously unselected package libjson-c3:arm64.
12:08:25 Setting up python3-software-properties (0.99.9.10) ...
12:08:25 Preparing to unpack .../3-libjson-c3_0.12.1-1.3ubuntu0.3_arm64.deb ...
12:08:25 Unpacking libjson-c3:arm64 (0.12.1-1.3ubuntu0.3) ...
12:08:25 Selecting previously unselected package libcryptsetup12:arm64.
12:08:25 Preparing to unpack .../4-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_arm64.deb ...
12:08:25 Unpacking libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) ...
12:08:25 Selecting previously unselected package libidn11:arm64.
12:08:25 Preparing to unpack .../5-libidn11_1.33-2.1ubuntu1.2_arm64.deb ...
12:08:25 Unpacking libidn11:arm64 (1.33-2.1ubuntu1.2) ...
12:08:25 Selecting previously unselected package libip4tc0:arm64.
12:08:25 Preparing to unpack .../6-libip4tc0_1.6.1-2ubuntu2_arm64.deb ...
12:08:25 Unpacking libip4tc0:arm64 (1.6.1-2ubuntu2) ...
12:08:25 Selecting previously unselected package libapparmor1:arm64.
12:08:25 Preparing to unpack .../7-libapparmor1_2.12-4ubuntu5.1_arm64.deb ...
12:08:25 Unpacking libapparmor1:arm64 (2.12-4ubuntu5.1) ...
12:08:25 Setting up python3-software-properties (0.99.22.5) ...
12:08:25 make[2]: Leaving directory '/root/build-deb/compose'
12:08:25 # Build the scan-plugin
12:08:25 # TODO change once we support scan-plugin on other architectures
12:08:25 if [ "amd64" = "amd64" ]; then \
12:08:25 	cd /go/src/github.com/docker/scan-cli-plugin \
12:08:25 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:08:25 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:08:25 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:08:25 fi
12:08:25 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
12:08:25 GO111MODULE=on make -f builder.Makefile build
12:08:25 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
12:08:25 mkdir -p bin
12:08:25 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
12:08:25 go: downloading github.com/docker/cli v20.10.17+incompatible
12:08:25 go: downloading github.com/docker/docker v20.10.17+incompatible
12:08:25 go: downloading github.com/spf13/cobra v1.5.0
12:08:25 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
12:08:25 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:08:25 go: downloading github.com/docker/go-units v0.4.0
12:08:25 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:08:25 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:08:25 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:08:25 go: downloading github.com/moby/sys/mount v0.3.3
12:08:25 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
12:08:25 go: downloading github.com/containerd/containerd v1.6.6
12:08:25 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:08:25 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:08:25 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
12:08:25 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12:08:25 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:08:25 Setting up libnsl2:arm64 (1.3.0-2) ...
12:08:25 Setting up gpg-wks-client (2.2.40-1) ...
12:08:25 Setting up libpython3.11-stdlib:arm64 (3.11.1-2) ...
12:08:25 Setting up gnupg (2.2.40-1) ...
12:08:25 Setting up libpython3-stdlib:arm64 (3.11.1-3) ...
12:08:25 Setting up python3.11 (3.11.1-2) ...
12:08:25 Fedora 37 - aarch64                              21 MB/s |  61 MB     00:02    
12:08:25 Setting up gnupg (2.2.27-2+deb11u2) ...
12:08:25 Setting up lsb-release (11.1.0) ...
12:08:25 Setting up python3-dbus (1.2.16-5) ...
12:08:25 Setting up gnupg2 (2.2.27-2+deb11u2) ...
12:08:25 + popd
12:08:25 + RPM_EC=0
12:08:25 ~/rpmbuild/BUILD/src
12:08:25 ++ jobs -p
12:08:25 + exit 0
12:08:25 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.47wv5t
12:08:25 + umask 022
12:08:25 + cd /root/rpmbuild/BUILD
12:08:25 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64 '!=' / ']'
12:08:25 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64
12:08:25 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64
12:08:25 + mkdir -p /root/rpmbuild/BUILDROOT
12:08:25 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:08:25 + export CFLAGS
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:08:25 + export CXXFLAGS
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:08:25 + export FFLAGS
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:08:25 + export FCFLAGS
12:08: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-buildx-plugin-0.10.2-0.fc36.x86_64.ld'
12:08:25 + export LDFLAGS
12:08:25 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:08:25 + export LT_SYS_LIBRARY_PATH
12:08:25 + CC=gcc
12:08:25 + export CC
12:08:25 + CXX=g++
12:08:25 + export CXX
12:08:25 + cd src
12:08:25 + pushd /root/rpmbuild/BUILD/src/buildx
12:08:25 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:08:25 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:08:25 + popd
12:08:25 ~/rpmbuild/BUILD/src
12:08:25 + /usr/lib/rpm/check-buildroot
12:08:25 + /usr/lib/rpm/redhat/brp-ldconfig
12:08:25 + /usr/lib/rpm/brp-compress
12:08:25 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:08:25 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:08:25 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:08:25 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:08:25 + /usr/lib/rpm/check-rpaths
12:08:25 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:08:25 + /usr/lib/rpm/brp-remove-la-files
12:08:25 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:08:25 + /usr/lib/rpm/redhat/brp-python-hardlink
12:08:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.VBTcgX
12:08:25 + umask 022
12:08:25 + cd /root/rpmbuild/BUILD
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:08:25 + export CFLAGS
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:08:25 + export CXXFLAGS
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:08:25 + export FFLAGS
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:08:25 + export FCFLAGS
12:08: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-buildx-plugin-0.10.2-0.fc36.x86_64.ld'
12:08:25 + export LDFLAGS
12:08:25 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:08:25 + export LT_SYS_LIBRARY_PATH
12:08:25 + CC=gcc
12:08:25 + export CC
12:08:25 + CXX=g++
12:08:25 + export CXX
12:08:25 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:08:25 + /usr/lib/rpm/generate-rpm-note.sh docker-buildx-plugin 0.10.2-0.fc36 x86_64
12:08:25 + cd src
12:08:25 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
12:08:25 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:08:25 + ver=v0.10.2
12:08:25 + test v0.10.2 = v0.10.2
12:08:25 + echo 'PASS: docker-buildx version OK'
12:08:25 PASS: docker-buildx version OK
12:08:25 + RPM_EC=0
12:08:25 ++ jobs -p
12:08:25 + exit 0
12:08:25 Processing files: docker-buildx-plugin-0.10.2-0.fc36.x86_64
12:08:25 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:08:25 Provides: docker-buildx-plugin = 0:0.10.2-0.fc36 docker-buildx-plugin(x86-64) = 0:0.10.2-0.fc36
12:08:25 Requires(interp): /bin/sh /bin/sh /bin/sh
12:08:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:08:25 Requires(post): /bin/sh
12:08:25 Requires(preun): /bin/sh
12:08:25 Requires(postun): /bin/sh
12:08:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64
12:08:25 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.fc36.src.rpm
12:08:25 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
12:08:25 go: downloading github.com/containerd/containerd v1.6.6
12:08:25 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:08:25 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:08:25 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
12:08:25 make[1]: Leaving directory '/root/build-deb'
12:08:25  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.buildinfo
12:08:25 Setting up python3-requests (2.22.0-2ubuntu1) ...
12:08:25 Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
12:08:25 Setting up libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
12:08:25 Setting up python3-requests-unixsocket (0.2.0-2) ...
12:08:25 Selecting previously unselected package libkmod2:arm64.
12:08:25 Preparing to unpack .../8-libkmod2_24-1ubuntu3.5_arm64.deb ...
12:08:25 Unpacking libkmod2:arm64 (24-1ubuntu3.5) ...
12:08:25 Setting up libcap2:arm64 (1:2.25-1.2) ...
12:08:25 Setting up libargon2-0:arm64 (0~20161029-1.1) ...
12:08:25 Setting up libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:08:25 Setting up libjson-c3:arm64 (0.12.1-1.3ubuntu0.3) ...
12:08:25 Setting up libcryptsetup12:arm64 (2:2.0.2-1ubuntu1.2) ...
12:08:25 Setting up libidn11:arm64 (1.33-2.1ubuntu1.2) ...
12:08:25 Setting up libip4tc0:arm64 (1.6.1-2ubuntu2) ...
12:08:25 Selecting previously unselected package systemd.
12:08: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 ... 7204 files and directories currently installed.)
12:08:25 Preparing to unpack .../systemd_237-3ubuntu10.56_arm64.deb ...
12:08:25 Setting up software-properties-common (0.99.22.5) ...
12:08:25 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:08:25 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
12:08:25 Updating certificates in /etc/ssl/certs...
12:08:25 Setting up python3-apt (2.2.1) ...
12:08:25 Setting up python3-software-properties (0.96.20.2-2.1) ...
12:08:25 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12:08:25 dpkg-genchanges: info: including full source code in upload
12:08:25  dpkg-source -I.git --after-build .
12:08:25 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
12:08:25 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:08:25 Unpacking systemd (237-3ubuntu10.56) ...
12:08:25 ~/rpmbuild/BUILD/src
12:08:25 + popd
12:08:25 + RPM_EC=0
12:08:25 ++ jobs -p
12:08:25 + exit 0
12:08:25 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.MRjCqi
12:08:25 + umask 022
12:08:25 + cd /root/rpmbuild/BUILD
12:08:25 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64 '!=' / ']'
12:08:25 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64
12:08:25 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64
12:08:25 + mkdir -p /root/rpmbuild/BUILDROOT
12:08:25 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:08:25 + export CFLAGS
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:08:25 + export CXXFLAGS
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:08:25 + export FFLAGS
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:08:25 + export FCFLAGS
12:08: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'
12:08:25 + export LDFLAGS
12:08:25 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:08:25 + export LT_SYS_LIBRARY_PATH
12:08:25 + CC=gcc
12:08:25 + export CC
12:08:25 + CXX=g++
12:08:25 + export CXX
12:08:25 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:08:25 + cd src
12:08:25 + pushd /root/rpmbuild/BUILD/src/buildx
12:08:25 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:08:25 ~/rpmbuild/BUILD/src
12:08:25 + popd
12:08:25 + /usr/lib/rpm/check-buildroot
12:08:25 + /usr/lib/rpm/redhat/brp-ldconfig
12:08:25 + /usr/lib/rpm/brp-compress
12:08:25 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:08:25 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:08:25 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:08:25 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:08:25 + /usr/lib/rpm/check-rpaths
12:08:25 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:08:25 + /usr/lib/rpm/brp-remove-la-files
12:08:25 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:08:25 + /usr/lib/rpm/redhat/brp-python-hardlink
12:08:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.FAnV62
12:08:25 + umask 022
12:08:25 + cd /root/rpmbuild/BUILD
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:08:25 + export CFLAGS
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:08:25 + export CXXFLAGS
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:08:25 + export FFLAGS
12:08: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:08:25 + export FCFLAGS
12:08: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'
12:08:25 + export LDFLAGS
12:08:25 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:08:25 + export LT_SYS_LIBRARY_PATH
12:08:25 + CC=gcc
12:08:25 + export CC
12:08:25 + CXX=g++
12:08:25 + export CXX
12:08:25 + cd src
12:08:25 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
12:08:25 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:08:25 + ver=v0.10.2
12:08:25 + test v0.10.2 = v0.10.2
12:08:25 + echo 'PASS: docker-buildx version OK'
12:08:25 + RPM_EC=0
12:08:25 PASS: docker-buildx version OK
12:08:25 ++ jobs -p
12:08:25 + exit 0
12:08:25 Processing files: docker-buildx-plugin-0.10.2-0.fc37.x86_64
12:08:25 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:08:25 Provides: docker-buildx-plugin = 0:0.10.2-0.fc37 docker-buildx-plugin(x86-64) = 0:0.10.2-0.fc37
12:08:25 Requires(interp): /bin/sh /bin/sh /bin/sh
12:08:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:08:25 Requires(post): /bin/sh
12:08:25 Requires(preun): /bin/sh
12:08:25 Requires(postun): /bin/sh
12:08:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64
12:08:25 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.fc37.src.rpm
12:08:26 Setting up software-properties-common (0.96.20.2-2.1) ...
12:08:26 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:08:26 Processing triggers for ca-certificates (20210119) ...
12:08:26 Updating certificates in /etc/ssl/certs...
12:08:26 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:08:26 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:08:26 + destination=/build
12:08:26 + mkdir -p /build
12:08:26 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb /root/docker-compose-plugin_2.15.1-1~debian.10~buster_arm64.deb /build
12:08:26 copied '/root/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb'
12:08:26 removed '/root/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb'
12:08:26 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'
12:08:26 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'
12:08:26 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'
12:08:26 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'
12:08:26 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc'
12:08:26 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc'
12:08:26 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz'
12:08:26 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz'
12:08:26 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.buildinfo'
12:08:26 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.buildinfo'
12:08:26 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.changes'
12:08:26 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.changes'
12:08:26 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'
12:08:26 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb'
12:08:26 copied '/root/docker-compose-plugin_2.15.1-1~debian.10~buster_arm64.deb' -> '/build/docker-compose-plugin_2.15.1-1~debian.10~buster_arm64.deb'
12:08:26 removed '/root/docker-compose-plugin_2.15.1-1~debian.10~buster_arm64.deb'
12:08:26 Setting up libapparmor1:arm64 (2.12-4ubuntu5.1) ...
12:08:26 Setting up libkmod2:arm64 (24-1ubuntu3.5) ...
12:08:26 Setting up systemd (237-3ubuntu10.56) ...
12:08:26 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:08:26 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:08:26 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:08:26 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:08:26 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:08:26 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:08:26 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
12:08:26 Initializing machine ID from random generator.
12:08:26 Setting up libcurl4:arm64 (7.68.0-1ubuntu2.15) ...
12:08:26 Setting up curl (7.68.0-1ubuntu2.15) ...
12:08:26 Setting up glib-networking:arm64 (2.64.2-1ubuntu0.1) ...
12:08:26 Setting up libsoup2.4-1:arm64 (2.70.0-1) ...
12:08:26 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:08:26 Setting up libappstream4:arm64 (0.12.10-2) ...
12:08:26 Setting up gnupg (2.2.19-3ubuntu2.2) ...
12:08:26 Setting up packagekit (1.1.13-2ubuntu1.1) ...
12:08:26 invoke-rc.d: could not determine current runlevel
12:08:26 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:08:26 Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
12:08:26 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:08:26 Setting up gnupg2 (2.2.19-3ubuntu2.2) ...
12:08:26 Setting up software-properties-common (0.99.9.10) ...
12:08:26  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.changes
12:08:26 0 added, 0 removed; done.
12:08:26 Running hooks in /etc/ca-certificates/update.d...
12:08:26 done.
12:08:26 Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
12:08:26 ++ source /etc/os-release
12:08:26 +++ PRETTY_NAME='Ubuntu 22.04.1 LTS'
12:08:26 +++ NAME=Ubuntu
12:08:26 +++ VERSION_ID=22.04
12:08:26 +++ VERSION='22.04.1 LTS (Jammy Jellyfish)'
12:08:26 +++ VERSION_CODENAME=jammy
12:08:26 +++ ID=ubuntu
12:08:26 +++ ID_LIKE=debian
12:08:26 +++ HOME_URL=https://www.ubuntu.com/
12:08:26 +++ SUPPORT_URL=https://help.ubuntu.com/
12:08:26 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
12:08:26 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
12:08:26 +++ UBUNTU_CODENAME=jammy
12:08:26 ++ echo ubuntu
12:08:26 + DIST_ID=ubuntu
12:08:26 ++ lsb_release -sc
12:08:26 + DIST_VERSION=jammy
12:08:26 + '[' jammy = sid ']'
12:08:26 + install_debian_containerd
12:08:26 + '[' staging = stage ']'
12:08:26 + REPO_URL=https://download.docker.com/linux/ubuntu
12:08:26 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
12:08:26 + update-ca-certificates -f
12:08:26 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
12:08:26 Clearing symlinks in /etc/ssl/certs...
12:08:26 (56/56): containerd.io-1.6.16-3.1.el9.aarch64.r  25 MB/s |  24 MB     00:00    
12:08:26 --------------------------------------------------------------------------------
12:08:26 Total                                            23 MB/s |  53 MB     00:02     
12:08:26 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:08:26 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:08:26 make[1]: Leaving directory '/root/build-deb'
12:08:26    debian/rules override_dh_auto_test
12:08:26 make[1]: Entering directory '/root/build-deb'
12:08:26 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:08:26 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:08:26 PASS: daemon version OK
12:08:26 ver="$(cli/build/docker --version)"; \
12:08:26 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:08:26 PASS: cli version OK
12:08:26 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:08:26 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:08:26 PASS: docker-buildx version OK
12:08:26 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:08:26 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:08:26 PASS: docker-compose version OK
12:08:26 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:08:26 # TODO change once we support scan-plugin on other architectures
12:08:26 if [ "amd64" = "amd64" ]; then \
12:08:26 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:08:26 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:08:26 fi
12:08:26 PASS: docker-scan version OK
12:08:26 make[1]: Leaving directory '/root/build-deb'
12:08:26    create-stamp debian/debhelper-build-stamp
12:08:26  debian/rules binary
12:08:26 dh binary --with=bash-completion
12:08:26    dh_testroot
12:08:26    dh_prep
12:08:26    debian/rules override_dh_auto_install
12:08:26 make[1]: Entering directory '/root/build-deb'
12:08:26 # docker-ce-cli install
12:08:26 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:08:26 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:08:26 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:08:26 # docker-ce install
12:08:26 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:08:26 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:08:26 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:08:26 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:08:26 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:08:26 # docker-buildx-plugin install
12:08:26 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:08:26 # docker-compose-plugin install
12:08:26 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:08:26 Setting up gnupg2 (2.2.40-1) ...
12:08:26 Setting up python3 (3.11.1-3) ...
12:08:26 Setting up python3-six (1.16.0-4) ...
12:08:26 Setting up python3-pyparsing (3.0.9-1) ...
12:08:26 Selecting previously unselected package systemd-sysv.
12:08:26 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7905 files and directories currently installed.)
12:08:26 Preparing to unpack .../systemd-sysv_237-3ubuntu10.56_arm64.deb ...
12:08:26 Unpacking systemd-sysv (237-3ubuntu10.56) ...
12:08:26 Selecting previously unselected package multiarch-support.
12:08:26 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_arm64.deb ...
12:08:26 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
12:08:26 Processing triggers for systemd (245.4-4ubuntu3.19) ...
12:08:26 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:08:26 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
12:08:26 Updating certificates in /etc/ssl/certs...
12:08:26 done.
12:08:26 Updating certificates in /etc/ssl/certs...
12:08:26 # docker-scan-plugin install
12:08:26 # TODO change once we support scan-plugin on other architectures
12:08:26 if [ "amd64" = "amd64" ]; then \
12:08:26 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:08:26 fi
12:08:26 # docker-ce-rootless-extras install
12:08:26 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:08:26 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:08:26 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:08:26 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:08:26 # TODO: how can we install vpnkit?
12:08:26 make[1]: Leaving directory '/root/build-deb'
12:08:26    debian/rules override_dh_install
12:08:26 make[1]: Entering directory '/root/build-deb'
12:08:26 dh_install
12:08:26 # TODO Can we do this from within our container?
12:08:26 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:08:26 make[1]: Leaving directory '/root/build-deb'
12:08:26    dh_installdocs
12:08:26    dh_installchangelogs
12:08:26 0 added, 0 removed; done.
12:08:26 Running hooks in /etc/ca-certificates/update.d...
12:08:26 done.
12:08:26 ++ source /etc/os-release
12:08:26 +++ PRETTY_NAME='Debian GNU/Linux 11 (bullseye)'
12:08:26 +++ NAME='Debian GNU/Linux'
12:08:26 +++ VERSION_ID=11
12:08:26 +++ VERSION='11 (bullseye)'
12:08:26 +++ VERSION_CODENAME=bullseye
12:08:26 +++ ID=debian
12:08:26 +++ HOME_URL=https://www.debian.org/
12:08:26 +++ SUPPORT_URL=https://www.debian.org/support
12:08:26 +++ BUG_REPORT_URL=https://bugs.debian.org/
12:08:26 ++ echo debian
12:08:26 + DIST_ID=debian
12:08:26 ++ lsb_release -sc
12:08:26 + DIST_VERSION=bullseye
12:08:26 + '[' bullseye = sid ']'
12:08:26 + install_debian_containerd
12:08:26 + '[' staging = stage ']'
12:08:26 + REPO_URL=https://download.docker.com/linux/debian
12:08:26 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
12:08:26 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
12:08:26 + update-ca-certificates -f
12:08:26 Clearing symlinks in /etc/ssl/certs...
12:08:26 Setting up python3-gi (3.42.2-3+b1) ...
12:08:26 Setting up python3-httplib2 (0.20.4-3) ...
12:08:26 Setting up multiarch-support (2.27-3ubuntu1.6) ...
12:08:26 Selecting previously unselected package libnfnetlink0:arm64.
12:08:26 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7925 files and directories currently installed.)
12:08:26 Preparing to unpack .../00-libnfnetlink0_1.0.1-3_arm64.deb ...
12:08:26 Unpacking libnfnetlink0:arm64 (1.0.1-3) ...
12:08:26 Selecting previously unselected package dbus.
12:08:26 Preparing to unpack .../01-dbus_1.12.2-1ubuntu1.4_arm64.deb ...
12:08:26 Unpacking dbus (1.12.2-1ubuntu1.4) ...
12:08:26 Selecting previously unselected package libmnl0:arm64.
12:08:26 Preparing to unpack .../02-libmnl0_1.0.4-2_arm64.deb ...
12:08:26 Unpacking libmnl0:arm64 (1.0.4-2) ...
12:08:26 Selecting previously unselected package libpam-systemd:arm64.
12:08:26 Preparing to unpack .../03-libpam-systemd_237-3ubuntu10.56_arm64.deb ...
12:08:26 Unpacking libpam-systemd:arm64 (237-3ubuntu10.56) ...
12:08:26 Selecting previously unselected package libxtables12:arm64.
12:08:26 Preparing to unpack .../04-libxtables12_1.6.1-2ubuntu2_arm64.deb ...
12:08:26 Unpacking libxtables12:arm64 (1.6.1-2ubuntu2) ...
12:08:26    dh_installman
12:08:26 #17 DONE 133.5s
12:08:26 
12:08:26 #18 exporting to client
12:08:26 #18 copying files 20.61MB 0.1s
12:08:26 #18 copying files 49.29MB 0.2s done
12:08:26 #18 DONE 0.2s
12:08:26 mkdir -p build/linux/docker
12:08:26 cp /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/cli/build/docker build/linux/docker/
12:08:26 for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
12:08:26 	cp -L /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/bundles/binary/$f build/linux/docker/$f; \
12:08:26 done
12:08:26 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
12:08:26 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20230206193855-ab4ef4a.tgz docker
12:08:26 Setting up python3-cffi-backend:arm64 (1.15.1-5+b1) ...
12:08:26 Setting up python3-blinker (1.5-1) ...
12:08:26 Setting up python3-pkg-resources (65.6.3-1) ...
12:08:26 Selecting previously unselected package libip6tc0:arm64.
12:08:26 Preparing to unpack .../05-libip6tc0_1.6.1-2ubuntu2_arm64.deb ...
12:08:26 Unpacking libip6tc0:arm64 (1.6.1-2ubuntu2) ...
12:08:26 Selecting previously unselected package libiptc0:arm64.
12:08:26 Preparing to unpack .../06-libiptc0_1.6.1-2ubuntu2_arm64.deb ...
12:08:26 Unpacking libiptc0:arm64 (1.6.1-2ubuntu2) ...
12:08:26 Selecting previously unselected package libnetfilter-conntrack3:arm64.
12:08:26 Preparing to unpack .../07-libnetfilter-conntrack3_1.0.6-2_arm64.deb ...
12:08:26 Unpacking libnetfilter-conntrack3:arm64 (1.0.6-2) ...
12:08:26 Selecting previously unselected package iptables.
12:08:26 Preparing to unpack .../08-iptables_1.6.1-2ubuntu2_arm64.deb ...
12:08:26 Unpacking iptables (1.6.1-2ubuntu2) ...
12:08:26 Selecting previously unselected package containerd.io.
12:08:26 Preparing to unpack .../09-containerd.io_1.6.16-1_arm64.deb ...
12:08:26 Unpacking containerd.io (1.6.16-1) ...
12:08:27   Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch         19/27 
12:08:27 setsebool:  SELinux is disabled.
12:08:27 0 added, 0 removed; done.
12:08:27 Running hooks in /etc/ca-certificates/update.d...
12:08:27 done.
12:08:27 Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
12:08:27 ++ source /etc/os-release
12:08:27 +++ NAME=Ubuntu
12:08:27 +++ VERSION='20.04.5 LTS (Focal Fossa)'
12:08:27 +++ ID=ubuntu
12:08:27 +++ ID_LIKE=debian
12:08:27 +++ PRETTY_NAME='Ubuntu 20.04.5 LTS'
12:08:27 +++ VERSION_ID=20.04
12:08:27 +++ HOME_URL=https://www.ubuntu.com/
12:08:27 +++ SUPPORT_URL=https://help.ubuntu.com/
12:08:27 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
12:08:27 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
12:08:27 +++ VERSION_CODENAME=focal
12:08:27 +++ UBUNTU_CODENAME=focal
12:08:27 ++ echo ubuntu
12:08:27 + DIST_ID=ubuntu
12:08:27 ++ lsb_release -sc
12:08:27 + DIST_VERSION=focal
12:08:27 + '[' focal = sid ']'
12:08:27 + install_debian_containerd
12:08:27 + '[' staging = stage ']'
12:08:27 + REPO_URL=https://download.docker.com/linux/ubuntu
12:08:27 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
12:08:27 + update-ca-certificates -f
12:08:27 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
12:08:27 Clearing symlinks in /etc/ssl/certs...
12:08:27 dpkg-genchanges: info: including full source code in upload
12:08:27  dpkg-source -I.git --after-build .
12:08:27 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:08:27 + destination=/build
12:08:27 + mkdir -p /build
12:08:27 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb /root/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_arm64.deb /build
12:08:27 done.
12:08:27 Updating certificates in /etc/ssl/certs...
12:08:27 Setting up python3-dbus (1.3.2-4+b1) ...
12:08:27    dh_bash-completion
12:08:27 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb'
12:08:27 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb'
12:08:27 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'
12:08:27 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'
12:08:27 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'
12:08:27 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'
12:08:27 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc'
12:08:27 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc'
12:08:27 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz'
12:08:27 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz'
12:08:27 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.buildinfo'
12:08:27 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.buildinfo'
12:08:27 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.changes'
12:08:27 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.changes'
12:08:27 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'
12:08:27 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb'
12:08:27 copied '/root/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_arm64.deb' -> '/build/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_arm64.deb'
12:08:27 removed '/root/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_arm64.deb'
12:08:27 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:08:27 124 added, 0 removed; done.
12:08:27 Running hooks in /etc/ca-certificates/update.d...
12:08:27 done.
12:08:27 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
12:08:27 + apt-key add -
12:08:27 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:08:27 Setting up python3-distro (1.8.0-1) ...
12:08:27 Setting up python3-jwt (2.6.0-1) ...
12:08:27 done.
12:08:27 Updating certificates in /etc/ssl/certs...
12:08:27 Docker CE Test - aarch64                        6.6 kB/s | 1.6 kB     00:00    
12:08:27 Importing GPG key 0x621E9F35:
12:08:27  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
12:08:27  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
12:08:27  From       : https://download.docker.com/linux/centos/gpg
12:08:27 Key imported successfully
12:08:27    dh_systemd_enable
12:08:27    debian/rules override_dh_installinit
12:08:27 make[1]: Entering directory '/root/build-deb'
12:08:27 # use "docker" as our service name, not "docker-ce"
12:08:27 dh_installinit --name=docker
12:08:27 make[1]: Leaving directory '/root/build-deb'
12:08:27    dh_systemd_start
12:08:27    dh_perl
12:08:27    dh_link
12:08:27    dh_strip_nondeterminism
12:08:27 OK
12:08:27 + '[' jammy = sid ']'
12:08:27 ++ dpkg --print-architecture
12:08:27 + ARCH=arm64
12:08:27 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu jammy test'
12:08:27 + apt-get update
12:08:27 Setting up python3-apt (2.5.2+b1) ...
12:08:27 129 added, 0 removed; done.
12:08:27 Running hooks in /etc/ca-certificates/update.d...
12:08:27 done.
12:08:27 + curl -fsSL https://download.docker.com/linux/debian/gpg
12:08:27 + apt-key add -
12:08:27 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:08:27 # extra binaries for running rootless
12:08:27 mkdir -p build/linux/docker-rootless-extras
12:08:27 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \
12:08:27 	if [ -f /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/bundles/binary/$f ]; then \
12:08:27 		cp -L /home/ubuntu/workspace/docker-ce-packaging_23.0/src/github.com/docker/docker/bundles/binary/$f build/linux/docker-rootless-extras/$f; \
12:08:27 	fi \
12:08:27 done
12:08:27 Running transaction check
12:08:27 Transaction check succeeded.
12:08:27 Running transaction test
12:08:27    dh_compress
12:08:27    dh_fixperms
12:08:27 Get:1 https://download.docker.com/linux/ubuntu jammy InRelease [48.9 kB]
12:08:27 Setting up python3-lazr.uri (1.0.6-3) ...
12:08:27 Setting up python3-cryptography (38.0.4-2) ...
12:08:28 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20230206193855-ab4ef4a.tgz docker-rootless-extras
12:08:28 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:08:28 124 added, 0 removed; done.
12:08:28 Running hooks in /etc/ca-certificates/update.d...
12:08:28 done.
12:08:28 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
12:08:28 + apt-key add -
12:08:28 Warning: apt-key output should not be parsed (stdout is not a terminal)
12:08:28    dh_missing
12:08:28    debian/rules override_dh_strip
12:08:28 make[1]: Entering directory '/root/build-deb'
12:08:28 # Go has lots of problems with stripping, so just don't
12:08:28 make[1]: Leaving directory '/root/build-deb'
12:08:28    dh_makeshlibs
12:08:28    debian/rules override_dh_shlibdeps
12:08:28 make[1]: Entering directory '/root/build-deb'
12:08:28 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:08:28 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
12:08:28 Get:3 https://download.docker.com/linux/ubuntu jammy/test arm64 Packages [18.0 kB]
12:08:28 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
12:08:28 Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
12:08:28 Hit:6 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
12:08:28 Setting up python3-wadllib (1.3.6-4) ...
12:08:28 OK
12:08:28 + '[' bullseye = sid ']'
12:08:28 ++ dpkg --print-architecture
12:08:28 + ARCH=arm64
12:08:28 + echo 'deb [arch=arm64] https://download.docker.com/linux/debian bullseye test'
12:08:28 + apt-get update
12:08:28 OK
12:08:28 + '[' focal = sid ']'
12:08:28 ++ dpkg --print-architecture
12:08:28 + ARCH=arm64
12:08:28 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu focal test'
12:08:28 + apt-get update
12:08:28 Transaction test succeeded.
12:08:28 Running transaction
12:08:28 Fetched 66.8 kB in 1s (83.2 kB/s)
12:08:28 Setting up python3-oauthlib (3.2.2-1) ...
12:08:28 Setting up python3-lazr.restfulclient (0.14.5-1) ...
12:08:28 Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
12:08:28 Setting up python3-software-properties (0.99.30-4) ...
12:08:28 Processing triggers for libc-bin (2.36-8) ...
12:08:28 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:08:28 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:08:28 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:08:28 Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
12:08:28 Selecting previously unselected package dbus-user-session.
12:08:28 Preparing to unpack .../10-dbus-user-session_1.12.2-1ubuntu1.4_arm64.deb ...
12:08:28 Unpacking dbus-user-session (1.12.2-1ubuntu1.4) ...
12:08:28 Setting up containerd.io (1.6.16-1) ...
12:08:28 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:08:28 Setting up systemd-sysv (237-3ubuntu10.56) ...
12:08:28 Setting up libiptc0:arm64 (1.6.1-2ubuntu2) ...
12:08:28 Setting up libxtables12:arm64 (1.6.1-2ubuntu2) ...
12:08:28 Setting up libnfnetlink0:arm64 (1.0.1-3) ...
12:08:28 Setting up dbus (1.12.2-1ubuntu1.4) ...
12:08:28 Setting up libmnl0:arm64 (1.0.4-2) ...
12:08:28 Setting up libip6tc0:arm64 (1.6.1-2ubuntu2) ...
12:08:28 Setting up libnetfilter-conntrack3:arm64 (1.0.6-2) ...
12:08:28 Setting up libpam-systemd:arm64 (237-3ubuntu10.56) ...
12:08:28 Get:2 https://download.docker.com/linux/ubuntu focal/test arm64 Packages [34.2 kB]
12:08:28 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal InRelease
12:08:28 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
12:08:29 Processing triggers for systemd (252.5-2) ...
12:08:29 Processing triggers for sgml-base (1.31) ...
12:08:29 Setting up polkitd (122-3) ...
12:08:29 Creating group 'polkitd' with GID 997.
12:08:29 Creating user 'polkitd' (polkit) with UID 997 and GID 997.
12:08:29 invoke-rc.d: could not determine current runlevel
12:08:29 invoke-rc.d: policy-rc.d denied execution of reload.
12:08:29 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
12:08:29 Setting up packagekit (1.2.6-2) ...
12:08:29 Get:5 https://download.docker.com/linux/debian bullseye/test arm64 Packages [21.3 kB]
12:08:29 Fetched 64.6 kB in 1s (86.8 kB/s)
12:08:29 Setting up dbus-user-session (1.12.2-1ubuntu1.4) ...
12:08:29 Setting up iptables (1.6.1-2ubuntu2) ...
12:08:29 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:08:29 Processing triggers for systemd (237-3ubuntu10.56) ...
12:08:29 + verify_binaries
12:08:29 + docker --version
12:08:29 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:08:29 ++ uname -m
12:08:29 + '[' aarch64 = x86_64 ']'
12:08:29 + docker buildx version
12:08:29 Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
12:08:29 Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
12:08:29 invoke-rc.d: could not determine current runlevel
12:08:29 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:08:29 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
12:08:29 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:08:29 Setting up software-properties-common (0.99.30-4) ...
12:08:29 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
12:08:29 github.com/docker/buildx v0.10.2 00ed17d
12:08:29 + docker compose version
12:08:29 Docker Compose version v2.15.1
12:08:29 + dockerd --version
12:08:29 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:08:29 + docker-proxy --version
12:08:29 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:08:29 + containerd --version
12:08:29 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:29 + ctr --version
12:08:29 Reading package lists...
12:08:29 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.
12:08:29 ++ find deb/debbuild/ubuntu-jammy/ -type f -name '*.deb'
12:08:29 + packages='deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb
12:08:29 deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb
12:08:29 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb
12:08:29 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_arm64.deb
12:08:29 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
12:08:29 ++ echo 'deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb
12:08:29 deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb
12:08:29 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb
12:08:29 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_arm64.deb
12:08:29 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
12:08:29 ++ xargs
12:08:29 ++ awk '$0="./"$0'
12:08:29 + packages='./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb'
12:08:29 + set -x
12:08:29 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb
12:08:29 Selecting previously unselected package docker-buildx-plugin.
12:08:29 (Reading database ... 9217 files and directories currently installed.)
12:08:29 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb ...
12:08:29 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.22.04~jammy) ...
12:08:29 Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1196 kB]
12:08:29 Processing triggers for ca-certificates (20211016) ...
12:08:29 Updating certificates in /etc/ssl/certs...
12:08:29 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:08:29   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch            1/1 
12:08:29   Preparing        :                                                        1/1 
12:08:29   Installing       : libseccomp-2.5.2-2.el9.aarch64                        1/61 
12:08:29   Installing       : libmnl-1.0.4-15.el9.aarch64                           2/61 
12:08:29   Installing       : python3-libselinux-3.5-0.rc1.1.el9.aarch64            3/61 
12:08:29   Installing       : fuse3-libs-3.10.2-5.el9.aarch64                       4/61 
12:08:29   Installing       : python3-setuptools-53.0.0-12.el9.noarch               5/61 
12:08:29   Installing       : libselinux-utils-3.5-0.rc1.1.el9.aarch64              6/61 
12:08:29   Installing       : libfdisk-2.37.4-9.el9.aarch64                         7/61 
12:08:29 ctr containerd.io 1.6.16
12:08:29 + containerd-shim --help
12:08:29 Usage of containerd-shim:
12:08:29   -address string
12:08:29     	grpc address back to main containerd
12:08:29   -containerd-binary containerd publish
12:08:29     	path to containerd binary (used for containerd publish) (default "containerd")
12:08:29   -criu string
12:08:29     	path to criu binary
12:08:29   -debug
12:08:29     	enable debug output in logs
12:08:29   -namespace string
12:08:29     	namespace that owns the shim
12:08:29   -runtime-root string
12:08:29     	root directory for the runtime (default "/run/containerd/runc")
12:08:29   -socket string
12:08:29     	socket path to serve
12:08:29   -systemd-cgroup
12:08:29     	set runtime to use systemd-cgroup
12:08:29   -workdir string
12:08:29     	path used to storge large temporary data
12:08:29 + containerd-shim-runc-v1 -v
12:08:29 containerd-shim-runc-v1:
12:08:29   Version:  1.6.16
12:08:29   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:29   Go version: go1.18.10
12:08:29 
12:08:29 + containerd-shim-runc-v2 -v
12:08:29 containerd-shim-runc-v2:
12:08:29   Version:  1.6.16
12:08:29   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:29   Go version: go1.18.10
12:08:29 
12:08:29 + runc --version
12:08:29 runc version 1.1.4
12:08:29 commit: v1.1.4-0-g5fd4c4d
12:08:29 spec: 1.0.2-dev
12:08:29 go: go1.18.10
12:08:29 libseccomp: 2.5.1
12:08:29 Reading package lists...
12:08:29 ++ find deb/debbuild/debian-bullseye/ -type f -name '*.deb'
12:08:29 + packages='deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb
12:08:29 deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb
12:08:29 deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_arm64.deb
12:08:29 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb
12:08:29 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb'
12:08:29 ++ echo 'deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb
12:08:29 deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb
12:08:29 deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_arm64.deb
12:08:29 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb
12:08:29 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb'
12:08:29 ++ xargs
12:08:29 ++ awk '$0="./"$0'
12:08:29 + packages='./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb'
12:08:29 + set -x
12:08:29 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb
12:08:29 Selecting previously unselected package docker-ce-rootless-extras.
12:08:29 (Reading database ... 9718 files and directories currently installed.)
12:08:29 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ...
12:08:29 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:08:29 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2115 kB]
12:08:29 0 added, 0 removed; done.
12:08:29 Running hooks in /etc/ca-certificates/update.d...
12:08:29 done.
12:08:29 Processing triggers for dbus (1.14.4-1) ...
12:08:29 + make IMAGE=debian:buster verify
12:08:29 docker run  --rm -i \
12:08:29 	-v "$(pwd):/v" \
12:08:29 	-e DEBIAN_FRONTEND=noninteractive \
12:08:29 	-e PACKAGE_REPO=staging \
12:08:29 	-w /v \
12:08:29 	debian:buster ./verify
12:08:29 Unable to find image 'debian:buster' locally
12:08:29 buster: Pulling from library/debian
12:08:29   Installing       : cracklib-2.9.6-27.el9.aarch64                         8/61 
12:08:29   Installing       : cracklib-dicts-2.9.6-27.el9.aarch64                   9/61 
12:08:29   Installing       : python3-distro-1.5.0-7.el9.noarch                    10/61 
12:08:29   Installing       : python3-setools-4.4.0-5.el9.aarch64                  11/61 
12:08:29   Installing       : python3-libsemanage-3.5-0.rc1.1.el9.aarch64          12/61 
12:08:29 Fetched 3516 kB in 1s (2514 kB/s)
12:08:30 ++ source /etc/os-release
12:08:30 +++ PRETTY_NAME='Debian GNU/Linux bookworm/sid'
12:08:30 +++ NAME='Debian GNU/Linux'
12:08:30 +++ VERSION_CODENAME=bookworm
12:08:30 +++ ID=debian
12:08:30 +++ HOME_URL=https://www.debian.org/
12:08:30 +++ SUPPORT_URL=https://www.debian.org/support
12:08:30 +++ BUG_REPORT_URL=https://bugs.debian.org/
12:08:30 ++ echo debian
12:08:30 + DIST_ID=debian
12:08:30 ++ lsb_release -sc
12:08:30 + DIST_VERSION=bookworm
12:08:30 + '[' bookworm = sid ']'
12:08:30 + install_debian_containerd
12:08:30 + '[' staging = stage ']'
12:08:30 + REPO_URL=https://download.docker.com/linux/debian
12:08:30 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
12:08:30 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
12:08:30 + update-ca-certificates -f
12:08:30 Clearing symlinks in /etc/ssl/certs...
12:08:30 8e0a5a2afd38: Already exists
12:08:30 Digest: sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
12:08:30 Status: Downloaded newer image for debian:buster
12:08:30   Installing       : libnftnl-1.2.2-1.el9.aarch64                         13/61 
12:08:30   Installing       : docker-buildx-plugin-0.10.2-0.el9.aarch64            14/61 
12:08:30 Selecting previously unselected package docker-ce-cli.
12:08:30 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ...
12:08:30 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:08:30   Installing : containerd.io-1.6.16-3.1.el7.aarch64                       20/27 
12:08:30 done.
12:08:30 Updating certificates in /etc/ssl/certs...
12:08:30   Running scriptlet: docker-buildx-plugin-0.10.2-0.el9.aarch64            14/61 
12:08:30   Installing       : docker-compose-plugin-2.15.1-0.el9.aarch64           15/61 
12:08:30   Running scriptlet: docker-compose-plugin-2.15.1-0.el9.aarch64           15/61 
12:08:30   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9   16/61 
12:08:30   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9   16/61 
12:08:30   Installing       : python3-audit-3.0.7-103.el9.aarch64                  17/61 
12:08:30 Reading package lists...
12:08:30 # buildx
12:08:30 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.2.tgz docker-buildx
12:08:30   Installing       : libslirp-4.4.0-4.el9.aarch64                         18/61 
12:08:30   Installing       : slirp4netns-1.2.0-2.el9.aarch64                      19/61 
12:08:30   Installing       : checkpolicy-3.5-0.rc2.1.el9.aarch64                  20/61 
12:08:30   Installing       : xz-5.2.5-8.el9.aarch64                               21/61 
12:08:30   Installing       : util-linux-core-2.37.4-9.el9.aarch64                 22/61 
12:08:30   Running scriptlet: util-linux-core-2.37.4-9.el9.aarch64                 22/61 
12:08:30   Installing       : systemd-rpm-macros-252-3.el9.noarch                  23/61 
12:08:30   Installing       : openssl-1:3.0.7-2.el9.aarch64                        24/61 
12:08:30   Running scriptlet: libutempter-1.2.1-6.el9.aarch64                      25/61 
12:08:30   Installing       : libutempter-1.2.1-6.el9.aarch64                      25/61 
12:08:30   Installing       : libnl3-3.7.0-1.el9.aarch64                           26/61 
12:08:30   Installing       : libibverbs-41.0-3.el9.aarch64                        27/61 
12:08:30   Installing       : libpcap-14:1.10.0-4.el9.aarch64                      28/61 
12:08:30   Installing       : libnfnetlink-1.0.1-21.el9.aarch64                    29/61 
12:08:30 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-kinetic"
12:08:30 + verify
12:08:30 + dpkg --version
12:08:30 + verify_deb
12:08:30 + apt-get update
12:08:30 # Build the compose plugin
12:08:30 cd /go/src/github.com/docker/compose \
12:08:30 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:08:30 make[2]: Entering directory '/root/build-deb/compose'
12:08:30 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:08:30 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:08:30 Selecting previously unselected package docker-ce.
12:08:30 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ...
12:08:30 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:08:30 ++ find deb/debbuild/ubuntu-focal/ -type f -name '*.deb'
12:08:30 + packages='deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb
12:08:30 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb
12:08:30 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_arm64.deb
12:08:30 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb
12:08:30 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
12:08:30 ++ echo 'deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb
12:08:30 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb
12:08:30 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_arm64.deb
12:08:30 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb
12:08:30 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
12:08:30 ++ xargs
12:08:30 ++ awk '$0="./"$0'
12:08:30 + packages='./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb'
12:08:30 + set -x
12:08:30 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb
12:08:30 Selecting previously unselected package docker-ce-cli.
12:08:30 (Reading database ... 10398 files and directories currently installed.)
12:08:30 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ...
12:08:30 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:08:30 Selecting previously unselected package docker-compose-plugin.
12:08:30 Preparing to unpack .../docker-compose-plugin_2.15.1-1~debian.11~bullseye_arm64.deb ...
12:08:30 Unpacking docker-compose-plugin (2.15.1-1~debian.11~bullseye) ...
12:08:30   Installing : libmnl-1.0.3-7.el7.aarch64                                 21/27 
12:08:30 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:08:30 127 added, 0 removed; done.
12:08:30 Running hooks in /etc/ca-certificates/update.d...
12:08:30 done.
12:08:30 + curl -fsSL https://download.docker.com/linux/debian/gpg
12:08:30 + apt-key add -
12:08:30 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:08:30   Installing       : libnetfilter_conntrack-1.0.9-1.el9.aarch64           30/61 
12:08:30   Installing       : iptables-libs-1.8.8-6.el9.aarch64                    31/61 
12:08:30   Installing       : iptables-nft-1.8.8-6.el9.aarch64                     32/61 
12:08:30   Running scriptlet: iptables-nft-1.8.8-6.el9.aarch64                     32/61 
12:08:30   Installing       : libeconf-0.4.1-2.el9.aarch64                         33/61 
12:08:30   Installing       : libdb-5.3.28-53.el9.aarch64                          34/61 
12:08:30   Installing       : pam-1.5.1-14.el9.aarch64                             35/61 
12:08:30 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
12:08:30 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
12:08:30 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
12:08:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:08:31   Installing       : libpwquality-1.4.4-8.el9.aarch64                     36/61 
12:08:31   Installing       : util-linux-2.37.4-9.el9.aarch64                      37/61 
12:08:31 warning: /etc/adjtime created as /etc/adjtime.rpmnew
12:08:31 
12:08:31   Installing       : kmod-libs-28-7.el9.aarch64                           38/61 
12:08:31   Installing       : kmod-28-7.el9.aarch64                                39/61 
12:08:31   Installing       : fuse-common-3.10.2-5.el9.aarch64                     40/61 
12:08:31   Installing       : fuse3-3.10.2-5.el9.aarch64                           41/61 
12:08:31   Installing       : fuse-overlayfs-1.10-1.el9.aarch64                    42/61 
12:08:31   Running scriptlet: fuse-overlayfs-1.10-1.el9.aarch64                    42/61 
12:08:31   Installing       : diffutils-3.7-12.el9.aarch64                         43/61 
12:08:31   Installing       : policycoreutils-3.5-0.rc1.2.el9.aarch64              44/61 
12:08:31   Running scriptlet: policycoreutils-3.5-0.rc1.2.el9.aarch64              44/61 
12:08:31   Installing       : selinux-policy-38.1.5-1.el9.noarch                   45/61 
12:08:31   Running scriptlet: selinux-policy-38.1.5-1.el9.noarch                   45/61 
12:08:31 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB]
12:08:31 + make IMAGE=ubuntu:kinetic verify
12:08:31 docker run  --rm -i \
12:08:31 	-v "$(pwd):/v" \
12:08:31 	-e DEBIAN_FRONTEND=noninteractive \
12:08:31 	-e PACKAGE_REPO=staging \
12:08:31 	-w /v \
12:08:31 	ubuntu:kinetic ./verify
12:08:31 Unable to find image 'ubuntu:kinetic' locally
12:08:31 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:08:31 Selecting previously unselected package docker-ce-rootless-extras.
12:08:31 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ...
12:08:31 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:08:31 Selecting previously unselected package docker-ce.
12:08:31 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ...
12:08:31 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:08:31   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          46/61 
12:08:31   Installing       : selinux-policy-targeted-38.1.5-1.el9.noarch          46/61 
12:08:31 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [421 kB]
12:08:31 kinetic: Pulling from library/ubuntu
12:08:31 Selecting previously unselected package docker-compose-plugin.
12:08:31 Preparing to unpack .../docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_arm64.deb ...
12:08:31 Unpacking docker-compose-plugin (2.15.1-1~ubuntu.20.04~focal) ...
12:08:31 Selecting previously unselected package docker-ce-rootless-extras.
12:08:31 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ...
12:08:31 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:08:31 Wrote: /root/rpmbuild/RPMS/aarch64/docker-compose-plugin-2.15.1-0.fc36.aarch64.rpm
12:08:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.m4nGi3
12:08:31 + umask 022
12:08:31 + cd /root/rpmbuild/BUILD
12:08:31 + cd src
12:08:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64
12:08:31 + RPM_EC=0
12:08:31 ++ jobs -p
12:08:31 + exit 0
12:08:31 
12:08:31 RPM build warnings:
12:08:31     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:08:31     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:08:31     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:08:31     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64/usr/bin/docker-proxy
12:08:31     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-buildx
12:08:31     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.aarch64/usr/libexec/docker/cli-plugins/docker-compose
12:08:31 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B]
12:08:31 05f69cab0b79: Already exists
12:08:31 Digest: sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179
12:08:31 Status: Downloaded newer image for ubuntu:kinetic
12:08:31 # Build the compose plugin
12:08:31 cd /go/src/github.com/docker/compose \
12:08:31 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:08:31 make[2]: Entering directory '/root/build-deb/compose'
12:08:31 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:08:31 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:08:31 go: downloading golang.org/x/sys v0.3.0
12:08:31 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:08:31 go: downloading github.com/theupdateframework/notary v0.7.0
12:08:31 go: downloading github.com/compose-spec/compose-go v1.8.2
12:08:31 go: downloading github.com/hashicorp/go-version v1.6.0
12:08:31 go: downloading github.com/docker/buildx v0.9.1
12:08:31 go: downloading github.com/mattn/go-shellwords v1.0.12
12:08:31 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:08:31 go: downloading go.opentelemetry.io/otel v1.11.2
12:08:31 go: downloading github.com/containerd/containerd v1.6.14
12:08:31 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:08:31 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:08:31 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:08:31 go: downloading golang.org/x/sync v0.1.0
12:08:31 go: downloading k8s.io/client-go v0.22.4
12:08:31 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:08:31 go: downloading github.com/imdario/mergo v0.3.13
12:08:31 go: downloading github.com/containerd/console v1.0.3
12:08:31 go: downloading github.com/buger/goterm v1.0.4
12:08:31 go: downloading github.com/stretchr/testify v1.8.1
12:08:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:08:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:08:31 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:08:31 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:08:31 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:08:31 go: downloading k8s.io/api v0.22.4
12:08:31 go: downloading k8s.io/apimachinery v0.22.4
12:08:31 go: downloading github.com/gofrs/flock v0.8.0
12:08:31 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:08:31 go: downloading github.com/golang/mock v1.6.0
12:08:31 go: downloading github.com/klauspost/compress v1.15.9
12:08:31 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:08:31 go: downloading github.com/hashicorp/errwrap v1.1.0
12:08:31 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:08:31 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:08:31 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:08:31 go: downloading google.golang.org/grpc v1.47.0
12:08:31 Selecting previously unselected package docker-compose-plugin.
12:08:31 Preparing to unpack .../docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_arm64.deb ...
12:08:31 Unpacking docker-compose-plugin (2.15.1-1~ubuntu.22.04~jammy) ...
12:08:32   Installing : libnetfilter_conntrack-1.0.6-1.el7_3.aarch64               22/27 
12:08:32 Fetched 8380 kB in 2s (4910 kB/s)
12:08:32 + verify
12:08:32 + dpkg --version
12:08:32 + verify_deb
12:08:32 + apt-get update
12:08:32 go: downloading golang.org/x/net v0.4.0
12:08:32 Selecting previously unselected package docker-ce-cli.
12:08:32 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ...
12:08:32 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:08:32 Selecting previously unselected package docker-buildx-plugin.
12:08:32 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb ...
12:08:32 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.20.04~focal) ...
12:08:32 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease [267 kB]
12:08:32 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:08:32 go: downloading golang.org/x/sys v0.3.0
12:08:32 go: downloading github.com/theupdateframework/notary v0.7.0
12:08:32 go: downloading github.com/compose-spec/compose-go v1.8.2
12:08:32 go: downloading github.com/hashicorp/go-version v1.6.0
12:08:32 go: downloading github.com/docker/buildx v0.9.1
12:08:32 Selecting previously unselected package docker-buildx-plugin.
12:08:32 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb ...
12:08:32 Unpacking docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
12:08:32 OK
12:08:32 + '[' bookworm = sid ']'
12:08:32 ++ dpkg --print-architecture
12:08:32 + ARCH=arm64
12:08:32 + echo 'deb [arch=arm64] https://download.docker.com/linux/debian bookworm test'
12:08:32 + apt-get update
12:08:32 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:08:32 go: downloading golang.org/x/term v0.3.0
12:08:32 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:08:32 go: downloading github.com/mattn/go-runewidth v0.0.14
12:08:32 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:08:32 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:08:32 go: downloading github.com/mattn/go-shellwords v1.0.12
12:08:32 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:08:33 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:08:33 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:08:33 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
12:08:33 Get:4 https://download.docker.com/linux/debian bookworm InRelease [37.7 kB]
12:08:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
[Pipeline] sh
12:08:33 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:08:33 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [109 kB]
12:08:33 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease [99.9 kB]
12:08:33 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease [109 kB]
12:08:33 go: downloading go.opentelemetry.io/otel v1.11.2
12:08:33 go: downloading github.com/containerd/containerd v1.6.14
12:08:33 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:08:33 Reading package lists...
12:08:33 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:08:33 + make clean
12:08:33 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0:/v -w /v alpine chown -R 1000:1000 src
12:08:33 Unable to find image 'alpine:latest' locally
12:08:33 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.22.04~jammy) ...
12:08:33 Setting up docker-compose-plugin (2.15.1-1~ubuntu.22.04~jammy) ...
12:08:33 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:08:33 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:08:33 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
12:08:33 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:08:33 invoke-rc.d: could not determine current runlevel
12:08:33 invoke-rc.d: policy-rc.d denied execution of start.
12:08:33 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:08:33 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:08:33  docker-ce-rootless-extras depends on dbus-user-session; however:
12:08:33   Package dbus-user-session is not installed.
12:08:33 
12:08:33 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_arm64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_arm64.deb
12:08:33 go: downloading google.golang.org/protobuf v1.28.0
12:08:33 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:08:33 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:08:33 go: downloading golang.org/x/sync v0.1.0
12:08:33 go: downloading k8s.io/client-go v0.22.4
12:08:33 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/multiverse arm64 Packages [236 kB]
12:08:33 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 Packages [17.7 MB]
12:08:33 Get:5 https://download.docker.com/linux/debian bookworm/test arm64 Packages [3388 B]
12:08:33 Fetched 41.1 kB in 1s (59.5 kB/s)
12:08:33 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:08:33 Setting up docker-compose-plugin (2.15.1-1~debian.11~bullseye) ...
12:08:33 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:08:33 latest: Pulling from library/alpine
12:08:33 8921db27df28: Already exists
12:08:33 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
12:08:33 Status: Downloaded newer image for alpine:latest
12:08:33 go: downloading github.com/go-logr/stdr v1.2.2
12:08:33 go: downloading github.com/containerd/typeurl v1.0.2
12:08:33 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:08:33 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:08:33 go: downloading github.com/imdario/mergo v0.3.13
12:08:33 go: downloading github.com/containerd/console v1.0.3
12:08:33 go: downloading github.com/buger/goterm v1.0.4
12:08:33 Reading package lists...
12:08:33 Building dependency tree...
12:08:33 Reading state information...
12:08:33 Selecting previously unselected package docker-ce.
12:08:33 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ...
12:08:33 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:08:33 invoke-rc.d: could not determine current runlevel
12:08:33 invoke-rc.d: policy-rc.d denied execution of start.
12:08:33 Setting up docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
12:08:33 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:08:33 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:08:33  docker-ce-rootless-extras depends on dbus-user-session; however:
12:08:33   Package dbus-user-session is not installed.
12:08:33 
12:08:33 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_arm64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_arm64.deb
12:08:33 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:08:33 go: downloading k8s.io/klog/v2 v2.60.1
12:08:33 go: downloading github.com/pelletier/go-toml v1.9.4
12:08:33 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:08:34 go: downloading github.com/stretchr/testify v1.8.1
12:08:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:08:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:08:34 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:08:34 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:08:34 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:08:34 The following additional packages will be installed:
12:08:34   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
12:08:34   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
12:08:34   gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4
12:08:34   libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2
12:08:34   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
12:08:34   libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18
12:08:34   libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
12:08:34   libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1
12:08:34   libssl1.1 lsb-base mime-support openssl pinentry-curses python-apt-common
12:08:34   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
12:08:34   python3-software-properties python3.7 python3.7-minimal readline-common
12:08:34 Suggested packages:
12:08:34   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
12:08:34   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
12:08:34   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
12:08:34   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv
12:08:34   python3.7-doc binutils binfmt-support readline-doc
12:08:34 Recommended packages:
12:08:34   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales packagekit
12:08:34   publicsuffix libsasl2-modules bzip2 file xz-utils unattended-upgrades
12:08:34   Installing : iptables-1.4.21-35.el7.aarch64                             23/27 
12:08:34 Reading package lists...
12:08:34 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.
12:08:34 ++ find deb/debbuild/debian-bookworm/ -type f -name '*.deb'
12:08:34 + packages='deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_arm64.deb
12:08:34 deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb
12:08:34 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb
12:08:34 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb
12:08:34 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
12:08:34 ++ echo 'deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_arm64.deb
12:08:34 deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb
12:08:34 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb
12:08:34 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb
12:08:34 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
12:08:34 ++ xargs
12:08:34 ++ awk '$0="./"$0'
12:08:34 + packages='./deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb'
12:08:34 + set -x
12:08:34 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb
12:08:34 Selecting previously unselected package docker-compose-plugin.
12:08:34 (Reading database ... 11447 files and directories currently installed.)
12:08:34 Preparing to unpack .../docker-compose-plugin_2.15.1-1~debian.12~bookworm_arm64.deb ...
12:08:34 Unpacking docker-compose-plugin (2.15.1-1~debian.12~bookworm) ...
12:08:34 go: downloading github.com/google/gofuzz v1.2.0
12:08:34 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:08:34 go: downloading github.com/gogo/googleapis v1.4.1
12:08:34 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
12:08:34 go: downloading k8s.io/api v0.22.4
12:08:34 Reading package lists...
12:08:34 The following NEW packages will be installed:
12:08:34   apt-transport-https ca-certificates curl dirmngr distro-info-data
12:08:34   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
12:08:34   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:08:34   libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
12:08:34   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3
12:08:34   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common
12:08:34   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
12:08:34   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7
12:08:34   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1
12:08:34   lsb-base lsb-release mime-support openssl pinentry-curses python-apt-common
12:08:34   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
12:08:34   python3-software-properties python3.7 python3.7-minimal readline-common
12:08:34   software-properties-common
12:08:34 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 Packages [1750 kB]
12:08:34 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/restricted arm64 Packages [60.7 kB]
12:08:34 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 Packages [332 kB]
12:08:34 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/multiverse arm64 Packages [2521 B]
12:08:34 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe arm64 Packages [151 kB]
12:08:34 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/restricted arm64 Packages [148 kB]
12:08:34 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-backports/universe arm64 Packages [4531 B]
12:08:34 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic-security/multiverse arm64 Packages [2216 B]
12:08:34 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic-security/universe arm64 Packages [84.2 kB]
12:08:34 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic-security/restricted arm64 Packages [148 kB]
12:08:34 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic-security/main arm64 Packages [235 kB]
12:08:34 Reading package lists...
12:08:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:08:34 Building dependency tree...
12:08:34 Reading state information...
12:08:34 Correcting dependencies... Done
12:08:34 0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded.
12:08:34 Need to get 22.9 MB of archives.
12:08:34 After this operation, 81.6 MB of additional disk space will be used.
12:08:34 Get:1 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u3 [1392 kB]
12:08:34 Selecting previously unselected package docker-ce-cli.
12:08:34 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ...
12:08:34 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:08:34 Building dependency tree...
12:08:34 Reading state information...
12:08:34 Correcting dependencies... Done
12:08:34 + make IMAGE=fedora:36 verify
12:08:34 docker run  --rm -i \
12:08:34 	-v "$(pwd):/v" \
12:08:34 	-e DEBIAN_FRONTEND=noninteractive \
12:08:34 	-e PACKAGE_REPO=staging \
12:08:34 	-w /v \
12:08:34 	fedora:36 ./verify
12:08:34 Unable to find image 'fedora:36' locally
12:08:34 36: Pulling from library/fedora
12:08:34 Skipping docker-ce, it is already installed and upgrade is not set.
12:08:34 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:08:34 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:08:34 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:08:34 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:08:34 The following additional packages will be installed:
12:08:34   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:08:34   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:08:34 Suggested packages:
12:08:34   firewalld kmod nftables
12:08:34 The following NEW packages will be installed:
12:08:34   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:08:34   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:08:34 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:08:34 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:08:34 Setting up docker-compose-plugin (2.15.1-1~ubuntu.20.04~focal) ...
12:08:34 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.20.04~focal) ...
12:08:34 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:08:34 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
12:08:34 Get:2 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u4 [588 kB]
12:08:34 Get:3 http://deb.debian.org/debian-security buster/updates/main arm64 libexpat1 arm64 2.2.6-2+deb10u6 [87.5 kB]
12:08:34 Get:4 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u4 [1404 kB]
12:08:34 Get:5 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
12:08:34 Get:6 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB]
12:08:34 Get:7 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
12:08:34 Get:8 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB]
12:08:34 Get:9 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB]
12:08:34 Get:10 http://deb.debian.org/debian-security buster/updates/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u2 [603 kB]
12:08:34 Get:11 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u4 [1641 kB]
12:08:34 Get:12 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7 arm64 3.7.3-2+deb10u4 [330 kB]
12:08:34 Get:13 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
12:08:34 Get:14 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
12:08:34 Get:15 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
12:08:34 Get:16 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5support0 arm64 1.17-3+deb10u5 [65.2 kB]
12:08:34 Get:17 http://deb.debian.org/debian-security buster/updates/main arm64 libk5crypto3 arm64 1.17-3+deb10u5 [123 kB]
12:08:34 Get:18 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5-3 arm64 1.17-3+deb10u5 [351 kB]
12:08:34 Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u5 [150 kB]
12:08:34 Get:20 http://deb.debian.org/debian buster/main arm64 apt-transport-https all 1.8.2.3 [149 kB]
12:08:34 Get:21 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1n-0+deb10u3 [834 kB]
12:08:34 Get:22 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
12:08:34 Get:23 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB]
12:08:34 Get:24 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB]
12:08:34 Get:25 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
12:08:34 Get:26 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB]
12:08:34 Get:27 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
12:08:34 Get:28 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
12:08:34 Get:29 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
12:08:34 Get:30 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
12:08:34 Get:31 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u4 [313 kB]
12:08:34 Get:32 http://deb.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u4 [261 kB]
12:08:34 Get:33 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB]
12:08:34 Get:34 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u2 [504 kB]
12:08:34 Get:35 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB]
12:08:34 Get:36 http://deb.debian.org/debian-security buster/updates/main arm64 libksba8 arm64 1.3.5-2+deb10u2 [96.6 kB]
12:08:34 Get:37 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB]
12:08:34 Get:38 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u2 [694 kB]
12:08:34 Get:39 http://deb.debian.org/debian-security buster/updates/main arm64 distro-info-data all 0.41+deb10u6 [7080 B]
12:08:34 Get:40 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u4 [1186 kB]
12:08:34 Get:41 http://deb.debian.org/debian buster/main arm64 libgirepository-1.0-1 arm64 1.58.3-2 [85.1 kB]
12:08:34 Get:42 http://deb.debian.org/debian buster/main arm64 gir1.2-glib-2.0 arm64 1.58.3-2 [143 kB]
12:08:34 Get:43 http://deb.debian.org/debian buster/main arm64 libpackagekit-glib2-18 arm64 1.1.12-5 [105 kB]
12:08:34 Get:44 http://deb.debian.org/debian buster/main arm64 gir1.2-packagekitglib-1.0 arm64 1.1.12-5 [35.9 kB]
12:08:34 Get:45 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
12:08:34 Get:46 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u2 [824 kB]
12:08:34 Get:47 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u2 [827 kB]
12:08:34 Get:48 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB]
12:08:34 Get:49 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u2 [601 kB]
12:08:34 Get:50 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u2 [478 kB]
12:08:34 Get:51 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u2 [472 kB]
12:08:34 Get:52 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u2 [586 kB]
12:08:34 Get:53 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u2 [715 kB]
12:08:34 Get:54 http://deb.debian.org/debian buster/main arm64 gnupg2 all 2.2.12-1+deb10u2 [393 kB]
12:08:34 Get:55 http://deb.debian.org/debian buster/main arm64 iso-codes all 4.2-1 [2713 kB]
12:08:34 Get:56 http://deb.debian.org/debian buster/main arm64 libapt-inst2.0 arm64 1.8.2.3 [202 kB]
12:08:34 Get:57 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl3-gnutls arm64 7.64.0-4+deb10u4 [312 kB]
12:08:34 Get:58 http://deb.debian.org/debian-security buster/updates/main arm64 libdbus-1-3 arm64 1.12.24-0+deb10u1 [209 kB]
12:08:34 Get:59 http://deb.debian.org/debian buster/main arm64 lsb-release all 10.2019051400 [27.5 kB]
12:08:34 Get:60 http://deb.debian.org/debian buster/main arm64 python-apt-common all 1.8.4.3 [96.3 kB]
12:08:34 Get:61 http://deb.debian.org/debian buster/main arm64 python3-apt arm64 1.8.4.3 [179 kB]
12:08:34 Get:62 http://deb.debian.org/debian buster/main arm64 python3-dbus arm64 1.2.8-3 [101 kB]
12:08:35 Skipping docker-ce, it is already installed and upgrade is not set.
12:08:35 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:08:35 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:08:35 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:08:35 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:08:35 The following additional packages will be installed:
12:08:35   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:08:35   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
12:08:35   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
12:08:35   libpam-systemd libxtables12 netbase systemd systemd-sysv
12:08:35 Suggested packages:
12:08:35   firewalld kmod systemd-container policykit-1
12:08:35 Recommended packages:
12:08:35   nftables systemd-timesyncd | time-daemon libnss-systemd
12:08:35 The following NEW packages will be installed:
12:08:35   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:08:35   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
12:08:35   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
12:08:35   libpam-systemd libxtables12 netbase systemd systemd-sysv
12:08:35 rm -f -r src
12:08:35 88e4f16cd891: Already exists
12:08:35 Digest: sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471
12:08:35 Status: Downloaded newer image for fedora:36
12:08:35 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded.
12:08:35 Need to get 20.6 MB of archives.
12:08:35 After this operation, 96.1 MB of additional disk space will be used.
12:08:35 Get:1 https://download.docker.com/linux/ubuntu jammy/test arm64 containerd.io arm64 1.6.16-1 [19.9 MB]
12:08:35 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:08:35 invoke-rc.d: could not determine current runlevel
12:08:35 invoke-rc.d: policy-rc.d denied execution of start.
12:08:35 Processing triggers for systemd (245.4-4ubuntu3.19) ...
12:08:35 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_arm64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_arm64.deb
12:08:35 Get:63 http://deb.debian.org/debian buster/main arm64 python3-gi arm64 3.30.4-1 [174 kB]
12:08:35 Get:64 http://deb.debian.org/debian buster/main arm64 python3-pycurl arm64 7.43.0.2-0.1 [65.5 kB]
12:08:35 Get:65 http://deb.debian.org/debian buster/main arm64 python3-software-properties all 0.96.20.2-2 [49.6 kB]
12:08:35 Get:66 http://deb.debian.org/debian buster/main arm64 software-properties-common all 0.96.20.2-2 [83.3 kB]
12:08:35 go: downloading k8s.io/apimachinery v0.22.4
12:08:35 go: downloading github.com/gofrs/flock v0.8.0
12:08:35 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:08:35 go: downloading github.com/golang/mock v1.6.0
12:08:35 go: downloading github.com/klauspost/compress v1.15.9
12:08:35 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
12:08:35 Need to get 26.1 MB of archives.
12:08:35 After this operation, 115 MB of additional disk space will be used.
12:08:35 Get:1 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
12:08:35 Get:2 http://deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB]
12:08:35 Get:3 http://deb.debian.org/debian bullseye/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
12:08:35 Get:4 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
12:08:35 Get:5 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
12:08:35 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjson-c5 arm64 0.15-2 [41.6 kB]
12:08:35 Get:7 http://deb.debian.org/debian bullseye/main arm64 libcryptsetup12 arm64 2:2.3.7-1+deb11u1 [230 kB]
12:08:35 Get:8 http://deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB]
12:08:35 Get:9 http://deb.debian.org/debian bullseye/main arm64 libkmod2 arm64 28-1 [52.5 kB]
12:08:35 Get:10 http://deb.debian.org/debian bullseye/main arm64 systemd arm64 247.3-7+deb11u1 [4153 kB]
12:08:35 Get:11 https://download.docker.com/linux/debian bullseye/test arm64 containerd.io arm64 1.6.16-1 [19.9 MB]
12:08:35 Get:12 http://deb.debian.org/debian bullseye/main arm64 systemd-sysv arm64 247.3-7+deb11u1 [113 kB]
12:08:35 Get:13 http://deb.debian.org/debian bullseye/main arm64 dbus arm64 1.12.24-0+deb11u1 [232 kB]
12:08:35 Get:14 http://deb.debian.org/debian bullseye/main arm64 netbase all 6.3 [19.9 kB]
12:08:35 Get:15 http://deb.debian.org/debian bullseye/main arm64 libpam-systemd arm64 247.3-7+deb11u1 [274 kB]
12:08:35 Get:16 http://deb.debian.org/debian bullseye/main arm64 dbus-user-session arm64 1.12.24-0+deb11u1 [99.7 kB]
12:08:35 Get:17 http://deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB]
12:08:35 Get:18 http://deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB]
12:08:35 Get:19 http://deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
12:08:35 Get:20 http://deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
12:08:35 Get:21 http://deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB]
12:08:35 Get:22 http://deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB]
12:08:35 Get:23 http://deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB]
12:08:35 Selecting previously unselected package docker-ce-rootless-extras.
12:08:35 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ...
12:08:35 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:08:35 make -C rpm clean
12:08:35 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
12:08: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
12:08:35 rm -f -r rpmbuild/
12:08:35 docker builder prune -f --filter until=24h
12:08:35 Total:	0B
12:08:35 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
12:08:35 make -C deb clean
12:08:35 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
12:08: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
12:08:35 rm -f -r debbuild
12:08: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
12:08:35 rm -f -r sources
12:08:35 docker builder prune -f --filter until=24h
12:08:35 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmnl0 arm64 1.0.4-3build2 [12.9 kB]
12:08:35 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxtables12 arm64 1.8.7-1ubuntu5 [30.8 kB]
12:08:35 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netbase all 6.3 [12.9 kB]
12:08:35 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libip6tc2 arm64 1.8.7-1ubuntu5 [20.1 kB]
12:08:35 debconf: delaying package configuration, since apt-utils is not installed
12:08:35 Fetched 22.9 MB in 1s (30.7 MB/s)
12:08:35 Selecting previously unselected package libssl1.1:arm64.
12:08: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 ... 6670 files and directories currently installed.)
12:08:35 Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u3_arm64.deb ...
12:08:35 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u3) ...
12:08:35 Fetched 21.4 MB in 3s (7492 kB/s)
12:08:35 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:08:35 go: downloading github.com/hashicorp/errwrap v1.1.0
12:08:35 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:08:35 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:08:35 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:08:35 go: downloading google.golang.org/grpc v1.47.0
12:08:35 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:08:35 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:08:35 make[1]: Leaving directory '/root/build-deb'
12:08:35    debian/rules override_dh_auto_test
12:08:35 make[1]: Entering directory '/root/build-deb'
12:08:35 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:08:35 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:08:35 PASS: daemon version OK
12:08:35 ver="$(cli/build/docker --version)"; \
12:08:35 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:08:35 PASS: cli version OK
12:08:35 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:08:35 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:08:35 PASS: docker-buildx version OK
12:08:35 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:08:35 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:08:35 PASS: docker-compose version OK
12:08:35 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:08:35 # TODO change once we support scan-plugin on other architectures
12:08:35 if [ "amd64" = "amd64" ]; then \
12:08:35 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:08:35 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:08:35 fi
12:08:35 PASS: docker-scan version OK
12:08:35 make[1]: Leaving directory '/root/build-deb'
12:08:35    create-stamp debian/debhelper-build-stamp
12:08:35  debian/rules binary
12:08:35 dh binary --with=bash-completion
12:08:35    dh_testroot
12:08:35    dh_prep
12:08:35    debian/rules override_dh_auto_install
12:08:35 make[1]: Entering directory '/root/build-deb'
12:08:35 # docker-ce-cli install
12:08:35 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:08:35 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:08:35 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:08:35 # docker-ce install
12:08:35 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:08:35 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:08:35 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:08:35 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:08:35 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:08:35 # docker-buildx-plugin install
12:08:35 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:08:35 # docker-compose-plugin install
12:08:35 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:08:35 # docker-scan-plugin install
12:08:35 # TODO change once we support scan-plugin on other architectures
12:08:35 if [ "amd64" = "amd64" ]; then \
12:08:35 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:08:35 fi
12:08:35 # docker-ce-rootless-extras install
12:08:35 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:08:35 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:08:35 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:08:35 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:08:35 # TODO: how can we install vpnkit?
12:08:35 make[1]: Leaving directory '/root/build-deb'
12:08:35    debian/rules override_dh_install
12:08:35 make[1]: Entering directory '/root/build-deb'
12:08:35 dh_install
12:08:35 Selecting previously unselected package docker-buildx-plugin.
12:08:35 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb ...
12:08:35 Unpacking docker-buildx-plugin (0.10.2-1~debian.12~bookworm) ...
12:08:35 Total:	0B
12:08:35 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
12:08:35 make -C static clean
12:08:35 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/static'
12:08: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
12:08:35 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnfnetlink0 arm64 1.0.1-3build3 [14.2 kB]
12:08:35 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnetfilter-conntrack3 arm64 1.0.9-1 [44.5 kB]
12:08:35 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnftnl11 arm64 1.2.1-1build1 [64.5 kB]
12:08:35 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iptables arm64 1.8.7-1ubuntu5 [451 kB]
12:08:35 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dbus-user-session arm64 1.12.20-2ubuntu4.1 [9442 B]
12:08:35 Selecting previously unselected package libpython3.7-minimal:arm64.
12:08:35 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
12:08:35 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
12:08:35 Selecting previously unselected package libexpat1:arm64.
12:08:35 Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_arm64.deb ...
12:08:35 Unpacking libexpat1:arm64 (2.2.6-2+deb10u6) ...
12:08:35 + verify
12:08:35 + dpkg --version
12:08:35 + rpm --version
12:08:35 + verify_rpm
12:08:35 ++ . /etc/os-release
12:08:35 +++ NAME='Fedora Linux'
12:08:35 +++ VERSION='36 (Container Image)'
12:08:35 +++ ID=fedora
12:08:35 +++ VERSION_ID=36
12:08:35 +++ VERSION_CODENAME=
12:08:35 +++ PLATFORM_ID=platform:f36
12:08:35 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
12:08:35 +++ ANSI_COLOR='0;38;2;60;110;180'
12:08:35 +++ LOGO=fedora-logo-icon
12:08:35 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
12:08:35 +++ HOME_URL=https://fedoraproject.org/
12:08:35 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
12:08:35 +++ SUPPORT_URL=https://ask.fedoraproject.org/
12:08:35 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:08:35 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
12:08:35 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
12:08:35 +++ REDHAT_SUPPORT_PRODUCT=Fedora
12:08:35 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
12:08:35 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
12:08:35 +++ VARIANT='Container Image'
12:08:35 +++ VARIANT_ID=container
12:08:35 ++ echo fedora
12:08:35 + DIST_ID=fedora
12:08:35 ++ . /etc/os-release
12:08:35 +++ NAME='Fedora Linux'
12:08:35 +++ VERSION='36 (Container Image)'
12:08:35 +++ ID=fedora
12:08:35 +++ VERSION_ID=36
12:08:35 +++ VERSION_CODENAME=
12:08:35 +++ PLATFORM_ID=platform:f36
12:08:35 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
12:08:35 +++ ANSI_COLOR='0;38;2;60;110;180'
12:08:35 +++ LOGO=fedora-logo-icon
12:08:35 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
12:08:35 +++ HOME_URL=https://fedoraproject.org/
12:08:35 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
12:08:35 +++ SUPPORT_URL=https://ask.fedoraproject.org/
12:08:35 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:08:35 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
12:08:35 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
12:08:35 +++ REDHAT_SUPPORT_PRODUCT=Fedora
12:08:35 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
12:08:35 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
12:08:35 +++ VARIANT='Container Image'
12:08:35 +++ VARIANT_ID=container
12:08:35 ++ cut -d. -f1
12:08:35 ++ echo 36
12:08:35 + DIST_VERSION=36
12:08:35 + pkg_manager=yum
12:08:35 + pkg_config_manager=yum-config-manager
12:08:35 + dnf --version
12:08:35 4.14.0
12:08:35   Installed: dnf-0:4.14.0-1.fc36.noarch at Sun Dec 11 07:50:23 2022
12:08:35   Built    : Fedora Project at Fri Sep  9 13:49:11 2022
12:08:35 
12:08:35   Installed: rpm-0:4.17.1-3.fc36.aarch64 at Sun Dec 11 07:50:21 2022
12:08:35   Built    : Fedora Project at Tue Aug  2 12:32:50 2022
12:08:35 + pkg_manager=dnf
12:08:35 + pkg_config_manager='dnf config-manager'
12:08:35 + dnf clean all
12:08:35 # TODO Can we do this from within our container?
12:08:35 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:08:35 make[1]: Leaving directory '/root/build-deb'
12:08:35    dh_installdocs
12:08:35    dh_installchangelogs
12:08:35    dh_installman
12:08:35 debconf: delaying package configuration, since apt-utils is not installed
12:08:35 Fetched 26.1 MB in 1s (47.0 MB/s)
12:08:35 Selecting previously unselected package libapparmor1:arm64.
12:08: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 ... 9943 files and directories currently installed.)
12:08:35 Preparing to unpack .../0-libapparmor1_2.13.6-10_arm64.deb ...
12:08:35 Unpacking libapparmor1:arm64 (2.13.6-10) ...
12:08:35 Selecting previously unselected package libcap2:arm64.
12:08:35 Preparing to unpack .../1-libcap2_1%3a2.44-1_arm64.deb ...
12:08:35 Unpacking libcap2:arm64 (1:2.44-1) ...
12:08:35 Selecting previously unselected package libargon2-1:arm64.
12:08:35 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_arm64.deb ...
12:08:35 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
12:08:35 Selecting previously unselected package dmsetup.
12:08:35 Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
12:08:35 Unpacking dmsetup (2:1.02.175-2.1) ...
12:08:35 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:08:35 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
12:08:35 debconf: delaying package configuration, since apt-utils is not installed
12:08:35 Fetched 20.6 MB in 1s (24.3 MB/s)
12:08:35 Selecting previously unselected package libmnl0:arm64.
12:08: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 ... 9442 files and directories currently installed.)
12:08:35 Preparing to unpack .../0-libmnl0_1.0.4-3build2_arm64.deb ...
12:08:35 Unpacking libmnl0:arm64 (1.0.4-3build2) ...
12:08:35 Selecting previously unselected package libxtables12:arm64.
12:08:35 Preparing to unpack .../1-libxtables12_1.8.7-1ubuntu5_arm64.deb ...
12:08:35 Unpacking libxtables12:arm64 (1.8.7-1ubuntu5) ...
12:08:35 Selecting previously unselected package python3.7-minimal.
12:08:35 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
12:08:35 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
12:08:35 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u3) ...
12:08:35 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
12:08:35 0 files removed
12:08:35 + dnf install -y 'dnf-command(config-manager)'
12:08:36   Installing : docker-compose-plugin-2.15.1-0.el7.aarch64                 24/27 
12:08:36 Reading package lists...
12:08:36 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:08:36    dh_bash-completion
12:08:36 Reading package lists...
12:08:36 Building dependency tree...
12:08:36 Reading state information...
12:08:36 go: downloading golang.org/x/net v0.4.0
12:08:36 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
12:08:36 Selecting previously unselected package libjson-c5:arm64.
12:08:36 Preparing to unpack .../5-libjson-c5_0.15-2_arm64.deb ...
12:08:36 Unpacking libjson-c5:arm64 (0.15-2) ...
12:08:36 Selecting previously unselected package libcryptsetup12:arm64.
12:08:36 Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_arm64.deb ...
12:08:36 Unpacking libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
12:08:36 Selecting previously unselected package libip4tc2:arm64.
12:08:36 Preparing to unpack .../7-libip4tc2_1.8.7-1_arm64.deb ...
12:08:36 Unpacking libip4tc2:arm64 (1.8.7-1) ...
12:08:36 Selecting previously unselected package libkmod2:arm64.
12:08:36 Preparing to unpack .../8-libkmod2_28-1_arm64.deb ...
12:08:36 Unpacking libkmod2:arm64 (28-1) ...
12:08:36 Selecting previously unselected package systemd.
12:08:36 Preparing to unpack .../9-systemd_247.3-7+deb11u1_arm64.deb ...
12:08:36 Selecting previously unselected package netbase.
12:08:36 Preparing to unpack .../2-netbase_6.3_all.deb ...
12:08:36 Unpacking netbase (6.3) ...
12:08:36 Selecting previously unselected package libip6tc2:arm64.
12:08:36 Preparing to unpack .../3-libip6tc2_1.8.7-1ubuntu5_arm64.deb ...
12:08:36 Unpacking libip6tc2:arm64 (1.8.7-1ubuntu5) ...
12:08:36 Selecting previously unselected package libnfnetlink0:arm64.
12:08:36 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build3_arm64.deb ...
12:08:36 Unpacking libnfnetlink0:arm64 (1.0.1-3build3) ...
12:08:36 Selecting previously unselected package libnetfilter-conntrack3:arm64.
12:08:36 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.9-1_arm64.deb ...
12:08:36 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-1) ...
12:08:36 Selecting previously unselected package libnftnl11:arm64.
12:08:36 Preparing to unpack .../6-libnftnl11_1.2.1-1build1_arm64.deb ...
12:08:36 Unpacking libnftnl11:arm64 (1.2.1-1build1) ...
12:08:36 Setting up libexpat1:arm64 (2.2.6-2+deb10u6) ...
12:08:36 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
12:08:36 rm -f -r build
12:08:36 make[1]: Leaving directory '/root/build-deb'
12:08:36    dh_installdeb
12:08:36    debian/rules override_dh_gencontrol
12:08:36 make[1]: Entering directory '/root/build-deb'
12:08:36 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:08:36 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:08:36 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:08:36 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:08:36 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:08:36 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:08:36 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:08:36 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:08:36 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:08:36 if [ "amd64" = "amd64" ]; then \
12:08:36 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:08:36 fi
12:08:36 dh_gencontrol --remaining-packages
12:08:36 make[1]: Leaving directory '/root/build-deb'
12:08:36    dh_md5sums
12:08:36    dh_systemd_enable
12:08:36    debian/rules override_dh_installinit
12:08:36 make[1]: Entering directory '/root/build-deb'
12:08:36 # use "docker" as our service name, not "docker-ce"
12:08:36 dh_installinit --name=docker
12:08:36 make[1]: Leaving directory '/root/build-deb'
12:08:36    dh_systemd_start
12:08:36    dh_perl
12:08:36    dh_link
12:08:36 Correcting dependencies... Done
12:08:36 Skipping docker-ce, it is already installed and upgrade is not set.
12:08:36 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:08:36 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:08:36 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:08:36 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:08:36 The following additional packages will be installed:
12:08:36   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
12:08:36   libnfnetlink0 libnftnl11 libxtables12 netbase
12:08:36 Suggested packages:
12:08:36   firewalld kmod nftables
12:08:36 The following NEW packages will be installed:
12:08:36   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
12:08:36   libnfnetlink0 libnftnl11 libxtables12 netbase
12:08:36 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:08:36 Unpacking systemd (247.3-7+deb11u1) ...
12:08:36 Selecting previously unselected package iptables.
12:08:36 Preparing to unpack .../7-iptables_1.8.7-1ubuntu5_arm64.deb ...
12:08:36 Unpacking iptables (1.8.7-1ubuntu5) ...
12:08:36 Selecting previously unselected package containerd.io.
12:08:36 Preparing to unpack .../8-containerd.io_1.6.16-1_arm64.deb ...
12:08:36 Unpacking containerd.io (1.6.16-1) ...
12:08:36 docker builder prune -f --filter until=24h
12:08:36 Total:	0B
12:08:36 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] }
12:08:36 Selecting previously unselected package docker-ce.
12:08:36 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ...
12:08:36 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
[Pipeline] // node
[Pipeline] }
12:08:36    debian/rules override_dh_builddeb
12:08:36 make[1]: Entering directory '/root/build-deb'
12:08:36 dh_builddeb -- -Zxz
12:08:36 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb'.
12:08:36 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'.
12:08:36    dh_strip_nondeterminism
12:08:36 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:08:36 go: downloading golang.org/x/term v0.3.0
12:08:36 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:08:36 go: downloading github.com/mattn/go-runewidth v0.0.14
12:08:36 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:08:36 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:08:36 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:08:36 Setting up libapparmor1:arm64 (2.13.6-10) ...
12:08:36 Setting up libcap2:arm64 (1:2.44-1) ...
12:08:36 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
12:08:36 Setting up libjson-c5:arm64 (0.15-2) ...
12:08:36 Setting up libip4tc2:arm64 (1.8.7-1) ...
12:08:36 Setting up libkmod2:arm64 (28-1) ...
12:08:36 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
12:08:36 Setting up libcryptsetup12:arm64 (2:2.3.7-1+deb11u1) ...
12:08:36 Setting up systemd (247.3-7+deb11u1) ...
12:08:36 Selecting previously unselected package python3-minimal.
12:08: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 ... 6931 files and directories currently installed.)
12:08:36 Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ...
12:08:36 Unpacking python3-minimal (3.7.3-1) ...
12:08:36 Selecting previously unselected package mime-support.
12:08:36 Preparing to unpack .../1-mime-support_3.62_all.deb ...
12:08:36 Unpacking mime-support (3.62) ...
12:08:36 Selecting previously unselected package libmpdec2:arm64.
12:08:36 Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ...
12:08:36 Unpacking libmpdec2:arm64 (2.4.2-2) ...
12:08:36 Selecting previously unselected package readline-common.
12:08:36 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
12:08:36 Unpacking readline-common (7.0-5) ...
12:08:36 Selecting previously unselected package libreadline7:arm64.
12:08:36 Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ...
12:08:36 Unpacking libreadline7:arm64 (7.0-5) ...
12:08:36 Selecting previously unselected package libsqlite3-0:arm64.
12:08:36 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_arm64.deb ...
12:08:36 Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
12:08:36 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:08:36 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:08:36 go: downloading github.com/moby/locker v1.0.1
12:08:36 go: downloading github.com/felixge/httpsnoop v1.0.2
12:08:36 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:08:36 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:08:36 go: downloading gopkg.in/inf.v0 v0.9.1
12:08:36 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:08:36 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:08:36 go: downloading github.com/googleapis/gnostic v0.5.5
12:08:36 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:08:36 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:08:36 go: downloading github.com/json-iterator/go v1.1.12
12:08:36 go: downloading github.com/modern-go/reflect2 v1.0.2
12:08:36 go: downloading sigs.k8s.io/yaml v1.2.0
12:08:36 go: downloading github.com/prometheus/client_golang v1.12.2
12:08:36 go: downloading github.com/containerd/ttrpc v1.1.0
12:08:36 go: downloading github.com/mattn/go-colorable v0.1.12
12:08:36 go: downloading github.com/moby/spdystream v0.2.0
12:08:36 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:08:36 go: downloading github.com/prometheus/client_model v0.2.0
12:08:36 go: downloading github.com/prometheus/common v0.32.1
12:08:36 0 upgraded, 9 newly installed, 0 to remove and 6 not upgraded.
12:08:36 Need to get 20.5 MB of archives.
12:08:36 After this operation, 95.8 MB of additional disk space will be used.
12:08:36 Get:1 https://download.docker.com/linux/ubuntu focal/test arm64 containerd.io arm64 1.6.16-1 [19.9 MB]
12:08:36 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmnl0 arm64 1.0.4-2 [11.3 kB]
12:08:36 Get:3 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxtables12 arm64 1.8.4-3ubuntu2 [27.3 kB]
12:08:36 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:08:36 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:08:36 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:08:36 Initializing machine ID from random generator.
12:08:36 Reading package lists...
12:08:36 Building dependency tree...
12:08:36 Reading state information...
12:08:36 Selecting previously unselected package libpython3.7-stdlib:arm64.
12:08:36 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_arm64.deb ...
12:08:36 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
12:08:36 Selecting previously unselected package python3.7.
12:08:36 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_arm64.deb ...
12:08:36 Unpacking python3.7 (3.7.3-2+deb10u4) ...
12:08:37 Setting up docker-compose-plugin (2.15.1-1~debian.12~bookworm) ...
12:08:37 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:08:37 Setting up docker-buildx-plugin (0.10.2-1~debian.12~bookworm) ...
12:08:37 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:08:37 go: downloading github.com/prometheus/procfs v0.7.3
12:08:37 go: downloading github.com/mattn/go-isatty v0.0.16
12:08:37 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 netbase all 6.1 [13.1 kB]
12:08:37 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libip6tc2 arm64 1.8.4-3ubuntu2 [18.7 kB]
12:08:37 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnfnetlink0 arm64 1.0.1-3build1 [13.0 kB]
12:08:37 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnetfilter-conntrack3 arm64 1.0.7-2 [37.9 kB]
12:08:37 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnftnl11 arm64 1.1.5-1 [53.8 kB]
12:08:37 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iptables arm64 1.8.4-3ubuntu2 [376 kB]
12:08:37 Setting up dmsetup (2:1.02.175-2.1) ...
12:08:37 Selecting previously unselected package systemd-sysv.
12:08: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 ... 10792 files and directories currently installed.)
12:08:37 Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u1_arm64.deb ...
12:08:37 Unpacking systemd-sysv (247.3-7+deb11u1) ...
12:08:37 Selecting previously unselected package dbus.
12:08:37 Preparing to unpack .../01-dbus_1.12.24-0+deb11u1_arm64.deb ...
12:08:37 Unpacking dbus (1.12.24-0+deb11u1) ...
12:08:37 go: downloading google.golang.org/protobuf v1.28.0
12:08:37 Selecting previously unselected package libpython3-stdlib:arm64.
12:08:37 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ...
12:08:37 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
12:08:37 Setting up python3-minimal (3.7.3-1) ...
12:08:37 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
12:08:37 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:08:37 invoke-rc.d: could not determine current runlevel
12:08:37 invoke-rc.d: policy-rc.d denied execution of start.
12:08:37 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:08:37  docker-ce-rootless-extras depends on dbus-user-session; however:
12:08:37   Package dbus-user-session is not installed.
12:08:37 
12:08:37 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:08:37 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_arm64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_arm64.deb
12:08:37   Installing : 1:docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch   25/27 
12:08:37 debconf: delaying package configuration, since apt-utils is not installed
12:08:37 Fetched 20.5 MB in 1s (23.9 MB/s)
12:08:37 Selecting previously unselected package libmnl0:arm64.
12:08: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 ... 10623 files and directories currently installed.)
12:08:37 Preparing to unpack .../0-libmnl0_1.0.4-2_arm64.deb ...
12:08:37 Unpacking libmnl0:arm64 (1.0.4-2) ...
12:08:37 Selecting previously unselected package libxtables12:arm64.
12:08:37 Preparing to unpack .../1-libxtables12_1.8.4-3ubuntu2_arm64.deb ...
12:08:37 Unpacking libxtables12:arm64 (1.8.4-3ubuntu2) ...
12:08:37 Selecting previously unselected package netbase.
12:08:37 Preparing to unpack .../02-netbase_6.3_all.deb ...
12:08:37 Unpacking netbase (6.3) ...
12:08:37 Selecting previously unselected package libpam-systemd:arm64.
12:08:37 Preparing to unpack .../03-libpam-systemd_247.3-7+deb11u1_arm64.deb ...
12:08:37 Unpacking libpam-systemd:arm64 (247.3-7+deb11u1) ...
12:08:37 Selecting previously unselected package containerd.io.
12:08:37 Preparing to unpack .../04-containerd.io_1.6.16-1_arm64.deb ...
12:08:37 Unpacking containerd.io (1.6.16-1) ...
12:08:37 go: downloading github.com/go-logr/stdr v1.2.2
12:08:37 go: downloading github.com/containerd/typeurl v1.0.2
12:08:37 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:08:37 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:08:37 go: downloading k8s.io/klog/v2 v2.60.1
12:08:37    dh_compress
12:08:37    dh_fixperms
12:08:37    dh_missing
12:08:37 Selecting previously unselected package python3.
12:08: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 ... 7400 files and directories currently installed.)
12:08:37 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
12:08:37 Unpacking python3 (3.7.3-1) ...
12:08:37 Selecting previously unselected package libkeyutils1:arm64.
12:08:37 Preparing to unpack .../01-libkeyutils1_1.6-6_arm64.deb ...
12:08:37 Unpacking libkeyutils1:arm64 (1.6-6) ...
12:08:37 Selecting previously unselected package libkrb5support0:arm64.
12:08:37 Preparing to unpack .../02-libkrb5support0_1.17-3+deb10u5_arm64.deb ...
12:08:37 Unpacking libkrb5support0:arm64 (1.17-3+deb10u5) ...
12:08:37 Selecting previously unselected package libk5crypto3:arm64.
12:08:37 Preparing to unpack .../03-libk5crypto3_1.17-3+deb10u5_arm64.deb ...
12:08:37 Unpacking libk5crypto3:arm64 (1.17-3+deb10u5) ...
12:08:37 Selecting previously unselected package libkrb5-3:arm64.
12:08:37 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u5_arm64.deb ...
12:08:37 Unpacking libkrb5-3:arm64 (1.17-3+deb10u5) ...
12:08:37 The following additional packages will be installed:
12:08:37   dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
12:08:37   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
12:08:37   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
12:08:37   gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
12:08:37   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
12:08:37   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1
12:08:37   libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2
12:08:37   libgstreamer1.0-0 libicu71 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1
12:08:37   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libmpdec3
12:08:37   libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd
12:08:37   libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib
12:08:37   libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2
12:08:37   libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d
12:08:37   libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2
12:08:37   libyaml-0-2 media-types openssl packagekit pinentry-curses pkexec
12:08:37   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
12:08:37   python3-cffi-backend python3-cryptography python3-dbus python3-distro
12:08:37   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
12:08:37   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
12:08:37   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
12:08:37   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
12:08:37   python3-software-properties python3-wadllib python3-zipp python3.10
12:08:37   python3.10-minimal readline-common systemd systemd-sysv
12:08:37 Suggested packages:
12:08:37   default-dbus-session-bus | dbus-session-bus dbus-user-session
12:08:37   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
12:08:37   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
12:08:37   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
12:08:37   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
12:08:37   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
12:08:37   python3-keyrings.alt python3-testresources python3-setuptools
12:08:37   python-pyparsing-doc python-secretstorage-doc gnome-keyring
12:08:37   | libkf5wallet-bin | keepassxc python3.10-venv python3.10-doc binutils
12:08:37   binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd
12:08:37   systemd-boot libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
12:08:37 Recommended packages:
12:08:37   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales
12:08:37   libldap-common dbus-user-session publicsuffix libsasl2-modules
12:08:37   packagekit-tools unattended-upgrades networkd-dispatcher systemd-timesyncd
12:08:37   | time-daemon systemd-resolved libnss-systemd
12:08:37 The following NEW packages will be installed:
12:08:37   apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
12:08:37   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
12:08:37   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
12:08:37   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:08:37   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
12:08:37   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
12:08:37   libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
12:08:37   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu71
12:08:37   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
12:08:37   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
12:08:37   libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:08:37   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
12:08:37   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:08:37   libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common
12:08:37   libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types
12:08:37   openssl packagekit pinentry-curses pkexec policykit-1 polkitd
12:08:37   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
12:08:37   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
12:08:37   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
12:08:37   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
12:08:37   python3-minimal python3-more-itertools python3-oauthlib
12:08:37   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
12:08:37   python3-software-properties python3-wadllib python3-zipp python3.10
12:08:37   python3.10-minimal readline-common software-properties-common systemd
12:08:37   systemd-sysv
12:08:37 Selecting previously unselected package netbase.
12:08:37 Preparing to unpack .../2-netbase_6.1_all.deb ...
12:08:37 Unpacking netbase (6.1) ...
12:08:37 Selecting previously unselected package libip6tc2:arm64.
12:08:37 Preparing to unpack .../3-libip6tc2_1.8.4-3ubuntu2_arm64.deb ...
12:08:37 Unpacking libip6tc2:arm64 (1.8.4-3ubuntu2) ...
12:08:37 Selecting previously unselected package libnfnetlink0:arm64.
12:08:37 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build1_arm64.deb ...
12:08:37 Unpacking libnfnetlink0:arm64 (1.0.1-3build1) ...
12:08:37 Selecting previously unselected package libnetfilter-conntrack3:arm64.
12:08:37 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.7-2_arm64.deb ...
12:08:37 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-2) ...
12:08:37 Selecting previously unselected package libnftnl11:arm64.
12:08:37 Preparing to unpack .../6-libnftnl11_1.1.5-1_arm64.deb ...
12:08:37 Unpacking libnftnl11:arm64 (1.1.5-1) ...
12:08:37 Selecting previously unselected package iptables.
12:08:37 Preparing to unpack .../7-iptables_1.8.4-3ubuntu2_arm64.deb ...
12:08:37 Unpacking iptables (1.8.4-3ubuntu2) ...
12:08:37 go: downloading github.com/pelletier/go-toml v1.9.4
12:08:37 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:08:37 go: downloading github.com/google/gofuzz v1.2.0
12:08:37 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:08:37 go: downloading github.com/gogo/googleapis v1.4.1
12:08:37 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:08:37 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u5_arm64.deb ...
12:08:37 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
12:08:37 Selecting previously unselected package apt-transport-https.
12:08:37 Preparing to unpack .../06-apt-transport-https_1.8.2.3_all.deb ...
12:08:37 Unpacking apt-transport-https (1.8.2.3) ...
12:08:37 Selecting previously unselected package openssl.
12:08:37 Preparing to unpack .../07-openssl_1.1.1n-0+deb10u3_arm64.deb ...
12:08:37 Unpacking openssl (1.1.1n-0+deb10u3) ...
12:08:37    debian/rules override_dh_strip
12:08:37 make[1]: Entering directory '/root/build-deb'
12:08:37 # Go has lots of problems with stripping, so just don't
12:08:37 make[1]: Leaving directory '/root/build-deb'
12:08:37    dh_makeshlibs
12:08:37    debian/rules override_dh_shlibdeps
12:08:37 make[1]: Entering directory '/root/build-deb'
12:08:37 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:08:37 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el9.x86_64.rpm
12:08:37 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.dcZgdq
12:08:37 + umask 022
12:08:37 + cd /root/rpmbuild/BUILD
12:08:37 + cd src
12:08:37 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el9.x86_64
12:08:37 + RPM_EC=0
12:08:37 ++ jobs -p
12:08:37 + exit 0
12:08:37 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.PsuVZN
12:08:37 + umask 022
12:08:37 + cd /root/rpmbuild/BUILD
12:08:37 + cd /root/rpmbuild/BUILD
12:08:37 + rm -rf src
12:08:37 + /usr/bin/mkdir -p src
12:08:37 + cd src
12:08:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:08:37 + /usr/bin/tar -xof -
12:08:37 + STATUS=0
12:08:37 + '[' 0 -ne 0 ']'
12:08:37 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:08:37 + /usr/bin/tar -xof -
12:08:37 + STATUS=0
12:08:37 + '[' 0 -ne 0 ']'
12:08:37 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:08:37 + RPM_EC=0
12:08:37 ++ jobs -p
12:08:37 + exit 0
12:08:37 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hJp0YX
12:08:37 + umask 022
12:08:37 + cd /root/rpmbuild/BUILD
12:08:37 + cd src
12:08:37 + pushd /root/rpmbuild/BUILD/src/compose
12:08:37 + make VERSION=v2.15.1 DESTDIR=./bin build
12:08:37 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:08:37 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "./bin/docker-compose" ./cmd
12:08:37 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:08:37 go: downloading golang.org/x/sys v0.3.0
12:08:37 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:08:37 Selecting previously unselected package containerd.io.
12:08:37 Preparing to unpack .../8-containerd.io_1.6.16-1_arm64.deb ...
12:08:37 Unpacking containerd.io (1.6.16-1) ...
12:08:38 Selecting previously unselected package ca-certificates.
12:08:38 Preparing to unpack .../08-ca-certificates_20200601~deb10u2_all.deb ...
12:08:38 Unpacking ca-certificates (20200601~deb10u2) ...
12:08:38 Selecting previously unselected package libsasl2-modules-db:arm64.
12:08:38 Preparing to unpack .../09-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ...
12:08:38 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:08:38 Selecting previously unselected package libsasl2-2:arm64.
12:08:38 Preparing to unpack .../10-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ...
12:08:38 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:08:38 Selecting previously unselected package libldap-common.
12:08:38 Preparing to unpack .../11-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
12:08:38 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:08:38 Selecting previously unselected package libldap-2.4-2:arm64.
12:08:38 Preparing to unpack .../12-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ...
12:08:38 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
12:08:38 0 upgraded, 122 newly installed, 0 to remove and 4 not upgraded.
12:08:38 Need to get 40.1 MB of archives.
12:08:38 After this operation, 155 MB of additional disk space will be used.
12:08:38 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libssl3 arm64 3.0.5-2ubuntu2 [1752 kB]
12:08:38 go: downloading github.com/theupdateframework/notary v0.7.0
12:08:38 go: downloading github.com/compose-spec/compose-go v1.8.2
12:08:38 go: downloading github.com/hashicorp/go-version v1.6.0
12:08:38 go: downloading github.com/docker/buildx v0.9.1
12:08:38 go: downloading github.com/mattn/go-shellwords v1.0.12
12:08:38 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:08:38 Reading package lists...
12:08:38 Building dependency tree...
12:08:38 Reading state information...
12:08:38 Correcting dependencies... Done
12:08:38 Selecting previously unselected package dbus-user-session.
12:08:38 Preparing to unpack .../9-dbus-user-session_1.12.20-2ubuntu4.1_arm64.deb ...
12:08:38 Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ...
12:08:38 Setting up libip6tc2:arm64 (1.8.7-1ubuntu5) ...
12:08:38 Setting up dbus-user-session (1.12.20-2ubuntu4.1) ...
12:08:38 Setting up libmnl0:arm64 (1.0.4-3build2) ...
12:08:38 Setting up containerd.io (1.6.16-1) ...
12:08:38 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:08:38 Setting up libxtables12:arm64 (1.8.7-1ubuntu5) ...
12:08:38 Setting up libnfnetlink0:arm64 (1.0.1-3build3) ...
12:08:38 Setting up netbase (6.3) ...
12:08:38 Setting up libnftnl11:arm64 (1.2.1-1build1) ...
12:08:38 Setting up libnetfilter-conntrack3:arm64 (1.0.9-1) ...
12:08:38 Setting up iptables (1.8.7-1ubuntu5) ...
12:08:38 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:08:38 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:08:38 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:08:38 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:08:38 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:08:38 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:08:38 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:08:38 + verify_binaries
12:08:38 + docker --version
12:08:38 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:08:38 ++ uname -m
12:08:38 + '[' aarch64 = x86_64 ']'
12:08:38 + docker buildx version
12:08:38 Selecting previously unselected package libnghttp2-14:arm64.
12:08:38 Preparing to unpack .../13-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
12:08:38 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
12:08:38 Selecting previously unselected package libpsl5:arm64.
12:08:38 Preparing to unpack .../14-libpsl5_0.20.2-2_arm64.deb ...
12:08:38 Unpacking libpsl5:arm64 (0.20.2-2) ...
12:08:38 Selecting previously unselected package librtmp1:arm64.
12:08:38 Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
12:08:38 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
12:08:38 Selecting previously unselected package libssh2-1:arm64.
12:08:38 Preparing to unpack .../16-libssh2-1_1.8.0-2.1_arm64.deb ...
12:08:38 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
12:08:38 Selecting previously unselected package libcurl4:arm64.
12:08:38 Preparing to unpack .../17-libcurl4_7.64.0-4+deb10u4_arm64.deb ...
12:08:38 Unpacking libcurl4:arm64 (7.64.0-4+deb10u4) ...
12:08:38 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:08:38 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:08:38 make[1]: Leaving directory '/root/build-deb'
12:08:38    debian/rules override_dh_auto_test
12:08:38 make[1]: Entering directory '/root/build-deb'
12:08:38 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:08:38 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:08:38 PASS: daemon version OK
12:08:38 ver="$(cli/build/docker --version)"; \
12:08:38 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:08:38 PASS: cli version OK
12:08:38 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:08:38 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:08:38 PASS: docker-buildx version OK
12:08:38 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:08:38 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:08:38 PASS: docker-compose version OK
12:08:38 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:08:38 # TODO change once we support scan-plugin on other architectures
12:08:38 if [ "amd64" = "amd64" ]; then \
12:08:38 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:08:38 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:08:38 fi
12:08:38 PASS: docker-scan version OK
12:08:38 make[1]: Leaving directory '/root/build-deb'
12:08:38    create-stamp debian/debhelper-build-stamp
12:08:38  debian/rules binary
12:08:38 dh binary --with=bash-completion
12:08:38    dh_testroot
12:08:38    dh_prep
12:08:38    debian/rules override_dh_auto_install
12:08:38 make[1]: Entering directory '/root/build-deb'
12:08:38 # docker-ce-cli install
12:08:38 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:08:38 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:08:38 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:08:38 # docker-ce install
12:08:38 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:08:38 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:08:38 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:08:38 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:08:38 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:08:38 # docker-buildx-plugin install
12:08:38 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:08:38 # docker-compose-plugin install
12:08:38 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:08:38 # docker-scan-plugin install
12:08:38 # TODO change once we support scan-plugin on other architectures
12:08:38 if [ "amd64" = "amd64" ]; then \
12:08:38 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:08:38 fi
12:08:38 # docker-ce-rootless-extras install
12:08:38 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:08:38 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:08:38 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:08:38 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:08:38 # TODO: how can we install vpnkit?
12:08:38 make[1]: Leaving directory '/root/build-deb'
12:08:38    debian/rules override_dh_install
12:08:38 make[1]: Entering directory '/root/build-deb'
12:08:38 dh_install
12:08:38 go: downloading go.opentelemetry.io/otel v1.11.2
12:08:38 go: downloading github.com/containerd/containerd v1.6.14
12:08:38 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:08:38 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:08:38 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:08:38 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:08:38 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:08:38 Skipping docker-ce, it is already installed and upgrade is not set.
12:08:38 The following additional packages will be installed:
12:08:38   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:08:38   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:08:38 Suggested packages:
12:08:38   firewalld kmod
12:08:38 Recommended packages:
12:08:38   nftables
12:08:38 github.com/docker/buildx v0.10.2 00ed17d
12:08:38 + docker compose version
12:08:38 Docker Compose version v2.15.1
12:08:38 + dockerd --version
12:08:38 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:08:38 + docker-proxy --version
12:08:38 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:08:38 + containerd --version
12:08:38 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:38 + ctr --version
12:08:38 ctr containerd.io 1.6.16
12:08:38 Selecting previously unselected package curl.
12:08:38 Preparing to unpack .../18-curl_7.64.0-4+deb10u4_arm64.deb ...
12:08:38 Unpacking curl (7.64.0-4+deb10u4) ...
12:08:38 Selecting previously unselected package libassuan0:arm64.
12:08:38 Preparing to unpack .../19-libassuan0_2.5.2-1_arm64.deb ...
12:08:38 Unpacking libassuan0:arm64 (2.5.2-1) ...
12:08:38 Selecting previously unselected package gpgconf.
12:08:38 Preparing to unpack .../20-gpgconf_2.2.12-1+deb10u2_arm64.deb ...
12:08:38 Unpacking gpgconf (2.2.12-1+deb10u2) ...
12:08:38 Selecting previously unselected package lsb-base.
12:08:38 Preparing to unpack .../21-lsb-base_10.2019051400_all.deb ...
12:08:38 Unpacking lsb-base (10.2019051400) ...
12:08:38 Selecting previously unselected package libksba8:arm64.
12:08:38 Preparing to unpack .../22-libksba8_1.3.5-2+deb10u2_arm64.deb ...
12:08:38 Unpacking libksba8:arm64 (1.3.5-2+deb10u2) ...
12:08:38 # TODO Can we do this from within our container?
12:08:38 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:08:38 make[1]: Leaving directory '/root/build-deb'
12:08:38    dh_installdocs
12:08:38    dh_installchangelogs
12:08:38    dh_installman
12:08:38 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:08:38 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:08:38 go: downloading golang.org/x/sync v0.1.0
12:08:38 go: downloading k8s.io/client-go v0.22.4
12:08:38 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpython3.10-minimal arm64 3.10.7-1ubuntu0.2 [798 kB]
12:08:38 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libexpat1 arm64 2.4.8-2ubuntu0.22.10.1 [72.1 kB]
12:08:38 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3.10-minimal arm64 3.10.7-1ubuntu0.2 [1988 kB]
12:08:38 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-minimal arm64 3.10.6-1 [24.1 kB]
12:08:38 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 media-types all 8.0.0 [24.9 kB]
12:08:38 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
12:08:38 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libkrb5support0 arm64 1.20-1ubuntu0.1 [31.3 kB]
12:08:38 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libk5crypto3 arm64 1.20-1ubuntu0.1 [85.0 kB]
12:08:38 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libkeyutils1 arm64 1.6.3-1 [10.6 kB]
12:08:38 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libkrb5-3 arm64 1.20-1ubuntu0.1 [345 kB]
12:08:38 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libgssapi-krb5-2 arm64 1.20-1ubuntu0.1 [139 kB]
12:08:38 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc-common all 1.3.3+ds-1 [7790 B]
12:08:38 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libtirpc3 arm64 1.3.3+ds-1 [82.1 kB]
12:08:38 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnsl2 arm64 1.3.0-2build2 [41.4 kB]
12:08:38 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 readline-common all 8.2-1 [55.1 kB]
12:08:38 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libreadline8 arm64 8.2-1 [149 kB]
12:08:38 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsqlite3-0 arm64 3.39.3-1 [644 kB]
12:08:38 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libpython3.10-stdlib arm64 3.10.7-1ubuntu0.2 [1762 kB]
12:08:38 The following NEW packages will be installed:
12:08:38   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:08:38   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:08:38 Selecting previously unselected package libnpth0:arm64.
12:08:38 Preparing to unpack .../23-libnpth0_1.6-1_arm64.deb ...
12:08:38 Unpacking libnpth0:arm64 (1.6-1) ...
12:08:38 Selecting previously unselected package dirmngr.
12:08:38 Preparing to unpack .../24-dirmngr_2.2.12-1+deb10u2_arm64.deb ...
12:08:38 Unpacking dirmngr (2.2.12-1+deb10u2) ...
12:08:38 Selecting previously unselected package distro-info-data.
12:08:38 Preparing to unpack .../25-distro-info-data_0.41+deb10u6_all.deb ...
12:08:38 Unpacking distro-info-data (0.41+deb10u6) ...
12:08:38 Selecting previously unselected package libglib2.0-0:arm64.
12:08:38 Preparing to unpack .../26-libglib2.0-0_2.58.3-2+deb10u4_arm64.deb ...
12:08:38 Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
12:08:38 + containerd-shim --help
12:08:38 Usage of containerd-shim:
12:08:38   -address string
12:08:38     	grpc address back to main containerd
12:08:38   -containerd-binary containerd publish
12:08:38     	path to containerd binary (used for containerd publish) (default "containerd")
12:08:38   -criu string
12:08:38     	path to criu binary
12:08:38   -debug
12:08:38     	enable debug output in logs
12:08:38   -namespace string
12:08:38     	namespace that owns the shim
12:08:38   -runtime-root string
12:08:38     	root directory for the runtime (default "/run/containerd/runc")
12:08:38   -socket string
12:08:38     	socket path to serve
12:08:38   -systemd-cgroup
12:08:38     	set runtime to use systemd-cgroup
12:08:38   -workdir string
12:08:38     	path used to storge large temporary data
12:08:38 + containerd-shim-runc-v1 -v
12:08:38 containerd-shim-runc-v1:
12:08:38   Version:  1.6.16
12:08:38   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:38   Go version: go1.18.10
12:08:38 
12:08:38 + containerd-shim-runc-v2 -v
12:08:38 containerd-shim-runc-v2:
12:08:38   Version:  1.6.16
12:08:38   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:38   Go version: go1.18.10
12:08:38 
12:08:38 + runc --version
12:08:38 runc version 1.1.4
12:08:38 commit: v1.1.4-0-g5fd4c4d
12:08:38 spec: 1.0.2-dev
12:08:38 go: go1.18.10
12:08:38 libseccomp: 2.5.3
12:08:38 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:08:38 go: downloading github.com/imdario/mergo v0.3.13
12:08:38 go: downloading github.com/containerd/console v1.0.3
12:08:38 go: downloading github.com/buger/goterm v1.0.4
12:08:38 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3.10 arm64 3.10.7-1ubuntu0.2 [497 kB]
12:08:38 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpython3-stdlib arm64 3.10.6-1 [6848 B]
12:08:38 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3 arm64 3.10.6-1 [22.3 kB]
12:08:38 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libargon2-1 arm64 0~20171227-0.3 [18.6 kB]
12:08:38 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdevmapper1.02.1 arm64 2:1.02.185-1ubuntu1 [127 kB]
12:08:38 Get:25 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libjson-c5 arm64 0.16-1 [33.2 kB]
12:08:38 Get:26 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcryptsetup12 arm64 2:2.5.0-2ubuntu1 [217 kB]
12:08:38 Get:27 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libfdisk1 arm64 2.38-4ubuntu1 [140 kB]
12:08:38 Get:28 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libkmod2 arm64 30+20220630-3ubuntu1 [47.1 kB]
12:08:38 Get:29 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libapparmor1 arm64 3.0.7-1ubuntu2 [36.8 kB]
12:08:38 Get:30 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libip4tc2 arm64 1.8.7-1ubuntu6 [19.6 kB]
12:08:38 Get:31 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsystemd-shared arm64 251.4-1ubuntu7 [1617 kB]
12:08:38 Get:32 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 systemd arm64 251.4-1ubuntu7 [2712 kB]
12:08:39 0 upgraded, 10 newly installed, 0 to remove and 6 not upgraded.
12:08:39 Need to get 20.6 MB of archives.
12:08:39 After this operation, 103 MB of additional disk space will be used.
12:08:39 Get:1 http://deb.debian.org/debian bookworm/main arm64 netbase all 6.4 [12.8 kB]
12:08:39 Get:2 http://deb.debian.org/debian bookworm/main arm64 dbus-user-session arm64 1.14.4-1 [112 kB]
12:08:39 Get:3 http://deb.debian.org/debian bookworm/main arm64 libip6tc2 arm64 1.8.9-2 [18.7 kB]
12:08:39 Get:4 http://deb.debian.org/debian bookworm/main arm64 libxtables12 arm64 1.8.9-2 [29.6 kB]
12:08:39 Get:5 http://deb.debian.org/debian bookworm/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB]
12:08:39 Get:6 http://deb.debian.org/debian bookworm/main arm64 libnfnetlink0 arm64 1.0.2-2 [14.5 kB]
12:08:39 Get:7 http://deb.debian.org/debian bookworm/main arm64 libnetfilter-conntrack3 arm64 1.0.9-3 [38.4 kB]
12:08:39 Get:8 http://deb.debian.org/debian bookworm/main arm64 libnftnl11 arm64 1.2.4-2 [57.6 kB]
12:08:39 Get:9 http://deb.debian.org/debian bookworm/main arm64 iptables arm64 1.8.9-2 [352 kB]
12:08:39 Get:10 https://download.docker.com/linux/debian bookworm/test arm64 containerd.io arm64 1.6.16-1 [19.9 MB]
12:08:39 Selecting previously unselected package libgirepository-1.0-1:arm64.
12:08:39 Preparing to unpack .../27-libgirepository-1.0-1_1.58.3-2_arm64.deb ...
12:08:39 Unpacking libgirepository-1.0-1:arm64 (1.58.3-2) ...
12:08:39 Selecting previously unselected package gir1.2-glib-2.0:arm64.
12:08:39 Preparing to unpack .../28-gir1.2-glib-2.0_1.58.3-2_arm64.deb ...
12:08:39 Unpacking gir1.2-glib-2.0:arm64 (1.58.3-2) ...
12:08:39 Selecting previously unselected package libpackagekit-glib2-18:arm64.
12:08:39 Preparing to unpack .../29-libpackagekit-glib2-18_1.1.12-5_arm64.deb ...
12:08:39 Unpacking libpackagekit-glib2-18:arm64 (1.1.12-5) ...
12:08:39 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:08:39 Preparing to unpack .../30-gir1.2-packagekitglib-1.0_1.1.12-5_arm64.deb ...
12:08:39 Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
12:08:39 Selecting previously unselected package gnupg-l10n.
12:08:39 Preparing to unpack .../31-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
12:08:39 go: downloading github.com/stretchr/testify v1.8.1
12:08:39 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:08:39 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:08:39 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:08:39 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:08:39 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:08:39    dh_bash-completion
12:08:39    dh_systemd_enable
12:08:39    debian/rules override_dh_installinit
12:08:39 make[1]: Entering directory '/root/build-deb'
12:08:39 # use "docker" as our service name, not "docker-ce"
12:08:39 dh_installinit --name=docker
12:08:39 make[1]: Leaving directory '/root/build-deb'
12:08:39    dh_systemd_start
12:08:39    dh_perl
12:08:39    dh_link
12:08:39 Get:33 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 systemd-sysv arm64 251.4-1ubuntu7 [11.2 kB]
12:08:39 Get:34 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 openssl arm64 3.0.5-2ubuntu2 [1158 kB]
12:08:39 Get:35 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
12:08:39 Get:36 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libdbus-1-3 arm64 1.14.0-2ubuntu3 [200 kB]
12:08:39 Get:37 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-bin arm64 1.14.0-2ubuntu3 [38.9 kB]
12:08:39 Get:38 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
12:08:39 Get:39 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-daemon arm64 1.14.0-2ubuntu3 [114 kB]
12:08:39 Get:40 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
12:08:39 Get:41 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus arm64 1.14.0-2ubuntu3 [23.7 kB]
12:08:39 Get:42 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 distro-info-data all 0.54ubuntu0.1 [5242 B]
12:08:39 Get:43 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-0 arm64 2.74.3-0ubuntu1 [1448 kB]
12:08:39 Get:44 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgirepository-1.0-1 arm64 1.74.0-2 [65.9 kB]
12:08:39 debconf: delaying package configuration, since apt-utils is not installed
12:08:39 Fetched 20.6 MB in 1s (40.6 MB/s)
12:08:39 Selecting previously unselected package netbase.
12:08: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 ... 11672 files and directories currently installed.)
12:08:39 Preparing to unpack .../0-netbase_6.4_all.deb ...
12:08:39 Unpacking netbase (6.4) ...
12:08:39 Selecting previously unselected package dbus-user-session.
12:08:39 Preparing to unpack .../05-dbus-user-session_1.12.24-0+deb11u1_arm64.deb ...
12:08:39 Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
12:08:39 Selecting previously unselected package libip6tc2:arm64.
12:08:39 Preparing to unpack .../06-libip6tc2_1.8.7-1_arm64.deb ...
12:08:39 Unpacking libip6tc2:arm64 (1.8.7-1) ...
12:08:39 Selecting previously unselected package libxtables12:arm64.
12:08:39 Preparing to unpack .../07-libxtables12_1.8.7-1_arm64.deb ...
12:08:39 Unpacking libxtables12:arm64 (1.8.7-1) ...
12:08:39 Selecting previously unselected package libmnl0:arm64.
12:08:39 Preparing to unpack .../08-libmnl0_1.0.4-3_arm64.deb ...
12:08:39 Unpacking libmnl0:arm64 (1.0.4-3) ...
12:08:39 Selecting previously unselected package libnfnetlink0:arm64.
12:08:39 Preparing to unpack .../09-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
12:08:39 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
12:08:39 Selecting previously unselected package libnetfilter-conntrack3:arm64.
12:08:39 Preparing to unpack .../10-libnetfilter-conntrack3_1.0.8-3_arm64.deb ...
12:08:39 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ...
12:08:39 Selecting previously unselected package libnftnl11:arm64.
12:08:39 Preparing to unpack .../11-libnftnl11_1.1.9-1_arm64.deb ...
12:08:39 Unpacking libnftnl11:arm64 (1.1.9-1) ...
12:08:39 Selecting previously unselected package iptables.
12:08:39 Preparing to unpack .../12-iptables_1.8.7-1_arm64.deb ...
12:08:39 Unpacking iptables (1.8.7-1) ...
12:08:39 Setting up systemd-sysv (247.3-7+deb11u1) ...
12:08:39 Setting up libip6tc2:arm64 (1.8.7-1) ...
12:08:39 Setting up dbus (1.12.24-0+deb11u1) ...
12:08:39 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
12:08:39 Selecting previously unselected package gnupg-utils.
12:08:39 Preparing to unpack .../32-gnupg-utils_2.2.12-1+deb10u2_arm64.deb ...
12:08:39 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
12:08:39 Selecting previously unselected package gpg.
12:08:39 Preparing to unpack .../33-gpg_2.2.12-1+deb10u2_arm64.deb ...
12:08:39 Unpacking gpg (2.2.12-1+deb10u2) ...
12:08:39 go: downloading k8s.io/api v0.22.4
12:08:39    dh_strip_nondeterminism
12:08:39    dh_compress
12:08:39    dh_fixperms
12:08:39 Get:45 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gir1.2-glib-2.0 arm64 1.74.0-2 [178 kB]
12:08:39 Get:46 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 iso-codes all 4.11.0-1 [3352 kB]
12:08:39 Get:47 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libcap2-bin arm64 1:2.44-1build3 [25.5 kB]
12:08:39 Get:48 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libelf1 arm64 0.187-4 [51.1 kB]
12:08:39 Get:49 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
12:08:39 Get:50 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libicu71 arm64 71.1-3ubuntu1 [10.5 MB]
12:08:39 Selecting previously unselected package containerd.io.
12:08:39 Preparing to unpack .../1-containerd.io_1.6.16-1_arm64.deb ...
12:08:39 Unpacking containerd.io (1.6.16-1) ...
12:08:39 invoke-rc.d: could not determine current runlevel
12:08:39 invoke-rc.d: policy-rc.d denied execution of start.
12:08:39 Setting up libmnl0:arm64 (1.0.4-3) ...
12:08:39 Setting up containerd.io (1.6.16-1) ...
12:08:39 Selecting previously unselected package pinentry-curses.
12:08:39 Preparing to unpack .../34-pinentry-curses_1.1.0-2_arm64.deb ...
12:08:39 Unpacking pinentry-curses (1.1.0-2) ...
12:08:39 Selecting previously unselected package gpg-agent.
12:08:39 Preparing to unpack .../35-gpg-agent_2.2.12-1+deb10u2_arm64.deb ...
12:08:39 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
12:08:39 Selecting previously unselected package gpg-wks-client.
12:08:39 Preparing to unpack .../36-gpg-wks-client_2.2.12-1+deb10u2_arm64.deb ...
12:08:39 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
12:08:39 Selecting previously unselected package gpg-wks-server.
12:08:39 Preparing to unpack .../37-gpg-wks-server_2.2.12-1+deb10u2_arm64.deb ...
12:08:39 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
12:08:39 Selecting previously unselected package gpgsm.
12:08:39 Preparing to unpack .../38-gpgsm_2.2.12-1+deb10u2_arm64.deb ...
12:08:39 Unpacking gpgsm (2.2.12-1+deb10u2) ...
12:08:39 go: downloading k8s.io/apimachinery v0.22.4
12:08:39    dh_missing
12:08:39    debian/rules override_dh_strip
12:08:39 make[1]: Entering directory '/root/build-deb'
12:08:39 # Go has lots of problems with stripping, so just don't
12:08:39 make[1]: Leaving directory '/root/build-deb'
12:08:39    dh_makeshlibs
12:08:39    debian/rules override_dh_shlibdeps
12:08:39 make[1]: Entering directory '/root/build-deb'
12:08:39 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:08:39 Setting up libip6tc2:arm64 (1.8.4-3ubuntu2) ...
12:08:39 Setting up libmnl0:arm64 (1.0.4-2) ...
12:08:39 Setting up containerd.io (1.6.16-1) ...
12:08:39 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:08:39 Setting up libxtables12:arm64 (1.8.4-3ubuntu2) ...
12:08:39 Setting up libnfnetlink0:arm64 (1.0.1-3build1) ...
12:08:39 Setting up netbase (6.1) ...
12:08:39 Setting up libnftnl11:arm64 (1.1.5-1) ...
12:08:39 Setting up libnetfilter-conntrack3:arm64 (1.0.7-2) ...
12:08:39 Setting up iptables (1.8.4-3ubuntu2) ...
12:08:39 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:08:39 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:08:39 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:08:39 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:08:39 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:08:39 + verify_binaries
12:08:39 + docker --version
12:08:39 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:08:39 ++ uname -m
12:08:39 + '[' aarch64 = x86_64 ']'
12:08:39 + docker buildx version
12:08:39 github.com/docker/buildx v0.10.2 00ed17d
12:08:39 + docker compose version
12:08:39 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:08:39 Setting up libxtables12:arm64 (1.8.7-1) ...
12:08:39 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
12:08:39 Setting up libpam-systemd:arm64 (247.3-7+deb11u1) ...
12:08:39 Setting up netbase (6.3) ...
12:08:39 Setting up libnftnl11:arm64 (1.1.9-1) ...
12:08:39 Setting up dbus-user-session (1.12.24-0+deb11u1) ...
12:08:39 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ...
12:08:39 Setting up iptables (1.8.7-1) ...
12:08:39 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:08:39 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:08:39 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:08:39 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:08:39 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:08:39 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:08:39 go: downloading github.com/gofrs/flock v0.8.0
12:08:39 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:08:39 go: downloading github.com/golang/mock v1.6.0
12:08:39 go: downloading github.com/klauspost/compress v1.15.9
12:08:39 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:08:39 go: downloading github.com/hashicorp/errwrap v1.1.0
12:08:39 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:08:39 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:08:39 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:08:39 go: downloading google.golang.org/grpc v1.47.0
12:08:39   Installing : docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0   26/27 
12:08:39 Selecting previously unselected package gnupg.
12:08:39 Preparing to unpack .../39-gnupg_2.2.12-1+deb10u2_all.deb ...
12:08:39 Unpacking gnupg (2.2.12-1+deb10u2) ...
12:08:39 Selecting previously unselected package gnupg2.
12:08:39 Preparing to unpack .../40-gnupg2_2.2.12-1+deb10u2_all.deb ...
12:08:39 Unpacking gnupg2 (2.2.12-1+deb10u2) ...
12:08:39 Selecting previously unselected package iso-codes.
12:08:39 Preparing to unpack .../41-iso-codes_4.2-1_all.deb ...
12:08:39 Unpacking iso-codes (4.2-1) ...
12:08:40 Get:51 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpam-systemd arm64 251.4-1ubuntu7 [203 kB]
12:08:40 Get:52 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libxml2 arm64 2.9.14+dfsg-1ubuntu0.1 [722 kB]
12:08:40 Get:53 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libyaml-0-2 arm64 0.2.5-1 [51.8 kB]
12:08:40 Get:54 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 lsb-release all 11.2ubuntu1 [11.1 kB]
12:08:40 Get:55 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python-apt-common all 2.4.0+22.10 [14.8 kB]
12:08:40 Get:56 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3-apt arm64 2.4.0+22.10 [156 kB]
12:08:40 Get:57 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-dbus arm64 1.2.18-3build1 [98.5 kB]
12:08:40 Get:58 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-gi arm64 3.42.2-2 [225 kB]
12:08:40 Get:59 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
12:08:40 Get:60 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnghttp2-14 arm64 1.49.0-1 [72.1 kB]
12:08:40 Get:61 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
12:08:40 Get:62 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 apt-transport-https all 2.5.3 [1502 B]
12:08:40 Get:63 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
12:08:40 Get:64 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg-6ubuntu2 [21.0 kB]
12:08:40 Get:65 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libsasl2-2 arm64 2.1.28+dfsg-6ubuntu2 [57.3 kB]
12:08:40 Get:66 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-1ubuntu1 [180 kB]
12:08:40 Get:67 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
12:08:40 Get:68 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
12:08:40 Get:69 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libcurl4 arm64 7.85.0-1ubuntu0.2 [286 kB]
12:08:40 Get:70 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 curl arm64 7.85.0-1ubuntu0.2 [196 kB]
12:08:40 Docker Compose version v2.15.1
12:08:40 + dockerd --version
12:08:40 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:08:40 + docker-proxy --version
12:08:40 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:08:40 + containerd --version
12:08:40 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:40 + ctr --version
12:08:40 ctr containerd.io 1.6.16
12:08:40 + containerd-shim --help
12:08:40 Usage of containerd-shim:
12:08:40   -address string
12:08:40     	grpc address back to main containerd
12:08:40   -containerd-binary containerd publish
12:08:40     	path to containerd binary (used for containerd publish) (default "containerd")
12:08:40   -criu string
12:08:40     	path to criu binary
12:08:40   -debug
12:08:40     	enable debug output in logs
12:08:40   -namespace string
12:08:40     	namespace that owns the shim
12:08:40   -runtime-root string
12:08:40     	root directory for the runtime (default "/run/containerd/runc")
12:08:40   -socket string
12:08:40     	socket path to serve
12:08:40   -systemd-cgroup
12:08:40     	set runtime to use systemd-cgroup
12:08:40   -workdir string
12:08:40     	path used to storge large temporary data
12:08:40 + containerd-shim-runc-v1 -v
12:08:40 containerd-shim-runc-v1:
12:08:40   Version:  1.6.16
12:08:40   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:40   Go version: go1.18.10
12:08:40 
12:08:40 + containerd-shim-runc-v2 -v
12:08:40 containerd-shim-runc-v2:
12:08:40   Version:  1.6.16
12:08:40   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:40   Go version: go1.18.10
12:08:40 
12:08:40 + runc --version
12:08:40 runc version 1.1.4
12:08:40 commit: v1.1.4-0-g5fd4c4d
12:08:40 spec: 1.0.2-dev
12:08:40 go: go1.18.10
12:08:40 libseccomp: 2.5.1
12:08:40 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:08:40 + verify_binaries
12:08:40 + docker --version
12:08:40 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:08:40 ++ uname -m
12:08:40 + '[' aarch64 = x86_64 ']'
12:08:40 + docker buildx version
12:08:40 github.com/docker/buildx v0.10.2 00ed17d
12:08:40 + docker compose version
12:08:40 Fedora 36 - aarch64                              24 MB/s |  77 MB     00:03    
12:08:40 go: downloading golang.org/x/net v0.4.0
12:08:40 Selecting previously unselected package libapt-inst2.0:arm64.
12:08:40 Preparing to unpack .../42-libapt-inst2.0_1.8.2.3_arm64.deb ...
12:08:40 Unpacking libapt-inst2.0:arm64 (1.8.2.3) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
12:08:40 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:08:40 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:08:40 go: downloading github.com/moby/locker v1.0.1
12:08:40 go: downloading github.com/felixge/httpsnoop v1.0.2
12:08:40 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:08:40 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:08:40 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:08:40 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:08:40 go: downloading gopkg.in/inf.v0 v0.9.1
12:08:40 go: downloading github.com/googleapis/gnostic v0.5.5
12:08:40 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:08:40 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:08:40 go: downloading github.com/json-iterator/go v1.1.12
12:08:40 go: downloading github.com/modern-go/reflect2 v1.0.2
12:08:40 go: downloading sigs.k8s.io/yaml v1.2.0
12:08:40 go: downloading github.com/mattn/go-colorable v0.1.12
12:08:40 go: downloading github.com/prometheus/client_golang v1.12.2
12:08:40 go: downloading github.com/containerd/ttrpc v1.1.0
12:08:40 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:08:40 go: downloading github.com/moby/spdystream v0.2.0
12:08:40 go: downloading github.com/mattn/go-isatty v0.0.16
12:08:40 go: downloading github.com/prometheus/client_model v0.2.0
12:08:40 go: downloading github.com/prometheus/common v0.32.1
12:08:40 go: downloading github.com/prometheus/procfs v0.7.3
[Pipeline] }
12:08:40 Get:71 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libassuan0 arm64 2.5.5-4 [35.3 kB]
12:08:40 Get:72 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpgconf arm64 2.2.35-3ubuntu1 [92.4 kB]
12:08:40 Get:73 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libksba8 arm64 1.6.0-3ubuntu1.1 [116 kB]
12:08:40 Get:74 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
12:08:40 Get:75 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 dirmngr arm64 2.2.35-3ubuntu1 [295 kB]
12:08:40 Get:76 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpackagekit-glib2-18 arm64 1.2.5-2ubuntu2 [116 kB]
12:08:40 Get:77 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gir1.2-packagekitglib-1.0 arm64 1.2.5-2ubuntu2 [25.3 kB]
12:08:40 Get:78 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
12:08:40 Get:79 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg-utils arm64 2.2.35-3ubuntu1 [301 kB]
12:08:40 Get:80 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg arm64 2.2.35-3ubuntu1 [508 kB]
12:08:40 Get:81 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 pinentry-curses arm64 1.2.0-2ubuntu1 [33.7 kB]
12:08:40 Get:82 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-agent arm64 2.2.35-3ubuntu1 [209 kB]
12:08:40 Get:83 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-wks-client arm64 2.2.35-3ubuntu1 [61.8 kB]
12:08:40 Get:84 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpg-wks-server arm64 2.2.35-3ubuntu1 [57.2 kB]
12:08:40 Get:85 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gpgsm arm64 2.2.35-3ubuntu1 [195 kB]
12:08:40 Get:86 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 gnupg all 2.2.35-3ubuntu1 [318 kB]
12:08:40 Get:87 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libcurl3-gnutls arm64 7.85.0-1ubuntu0.2 [281 kB]
12:08:40 Get:88 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libstemmer0d arm64 2.2.0-1build1 [166 kB]
12:08:40 Get:89 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxmlb2 arm64 0.3.8-1 [64.1 kB]
12:08:40 Docker Compose version v2.15.1
12:08:40 + dockerd --version
12:08:40 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:08:40 + docker-proxy --version
12:08:40 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:08:40 + containerd --version
12:08:40 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:40 + ctr --version
12:08:40 ctr containerd.io 1.6.16
12:08:40 + containerd-shim --help
12:08:40 Usage of containerd-shim:
12:08:40   -address string
12:08:40     	grpc address back to main containerd
12:08:40   -containerd-binary containerd publish
12:08:40     	path to containerd binary (used for containerd publish) (default "containerd")
12:08:40   -criu string
12:08:40     	path to criu binary
12:08:40   -debug
12:08:40     	enable debug output in logs
12:08:40   -namespace string
12:08:40     	namespace that owns the shim
12:08:40   -runtime-root string
12:08:40     	root directory for the runtime (default "/run/containerd/runc")
12:08:40   -socket string
12:08:40     	socket path to serve
12:08:40   -systemd-cgroup
12:08:40     	set runtime to use systemd-cgroup
12:08:40   -workdir string
12:08:40     	path used to storge large temporary data
12:08:40 + containerd-shim-runc-v1 -v
12:08:40 containerd-shim-runc-v1:
12:08:40   Version:  1.6.16
12:08:40   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:40   Go version: go1.18.10
12:08:40 
12:08:40 + containerd-shim-runc-v2 -v
12:08:40 containerd-shim-runc-v2:
12:08:40   Version:  1.6.16
12:08:40   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:40   Go version: go1.18.10
12:08:40 
12:08:40 + runc --version
12:08:40 runc version 1.1.4
12:08:40 commit: v1.1.4-0-g5fd4c4d
12:08:40 spec: 1.0.2-dev
12:08:40 go: go1.18.10
12:08:40 libseccomp: 2.5.1
12:08:40 Selecting previously unselected package libcurl3-gnutls:arm64.
12:08:40 Preparing to unpack .../43-libcurl3-gnutls_7.64.0-4+deb10u4_arm64.deb ...
12:08:40 Unpacking libcurl3-gnutls:arm64 (7.64.0-4+deb10u4) ...
12:08:40 Selecting previously unselected package libdbus-1-3:arm64.
12:08:40 Preparing to unpack .../44-libdbus-1-3_1.12.24-0+deb10u1_arm64.deb ...
12:08:40 Unpacking libdbus-1-3:arm64 (1.12.24-0+deb10u1) ...
12:08:40 Selecting previously unselected package lsb-release.
12:08:40 Preparing to unpack .../45-lsb-release_10.2019051400_all.deb ...
12:08:40 Unpacking lsb-release (10.2019051400) ...
12:08:40 Selecting previously unselected package python-apt-common.
12:08:40 Preparing to unpack .../46-python-apt-common_1.8.4.3_all.deb ...
12:08:40 Unpacking python-apt-common (1.8.4.3) ...
12:08:40   Installing : 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64     27/27 
12:08:40   Verifying  : docker-compose-plugin-2.15.1-0.el7.aarch64                  1/27 
12:08:40   Verifying  : libnfnetlink-1.0.1-4.el7.aarch64                            2/27 
12:08:40   Verifying  : libselinux-utils-2.5-15.el7.aarch64                         3/27 
12:08:40   Verifying  : iptables-1.4.21-35.el7.aarch64                              4/27 
12:08:40   Verifying  : libmnl-1.0.3-7.el7.aarch64                                  5/27 
12:08:40   Verifying  : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           6/27 
12:08:40   Verifying  : containerd.io-1.6.16-3.1.el7.aarch64                        7/27 
12:08:40   Verifying  : libsemanage-python-2.5-14.el7.aarch64                       8/27 
12:08:40   Verifying  : python-IPy-0.75-6.el7.noarch                                9/27 
12:08:40   Verifying  : policycoreutils-2.5-34.el7.aarch64                         10/27 
12:08:40   Verifying  : libselinux-python-2.5-15.el7.aarch64                       11/27 
12:08:40 Selecting previously unselected package dbus-user-session.
12:08:40 Preparing to unpack .../2-dbus-user-session_1.14.4-1_arm64.deb ...
12:08:40 Unpacking dbus-user-session (1.14.4-1) ...
12:08:40 Selecting previously unselected package libip6tc2:arm64.
12:08:40 Preparing to unpack .../3-libip6tc2_1.8.9-2_arm64.deb ...
12:08:40 Unpacking libip6tc2:arm64 (1.8.9-2) ...
12:08:40 Selecting previously unselected package libxtables12:arm64.
12:08:40 Preparing to unpack .../4-libxtables12_1.8.9-2_arm64.deb ...
12:08:40 Unpacking libxtables12:arm64 (1.8.9-2) ...
12:08:40 Selecting previously unselected package libmnl0:arm64.
12:08:40 Preparing to unpack .../5-libmnl0_1.0.4-3_arm64.deb ...
12:08:40 Unpacking libmnl0:arm64 (1.0.4-3) ...
12:08:40 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:08:40 Get:90 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libappstream4 arm64 0.15.5-1 [190 kB]
12:08:40 Get:91 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libdw1 arm64 0.187-4 [243 kB]
12:08:40 Get:92 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 libglib2.0-bin arm64 2.74.3-0ubuntu1 [92.1 kB]
12:08:40 Get:93 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libunwind8 arm64 1.6.2-0ubuntu1 [55.6 kB]
12:08:40 Get:94 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libgstreamer1.0-0 arm64 1.20.3-1 [916 kB]
12:08:40 Get:95 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpolkit-gobject-1-0 arm64 0.105-33 [42.4 kB]
12:08:40 Get:96 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libpolkit-agent-1-0 arm64 0.105-33 [16.0 kB]
12:08:40 Get:97 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 polkitd arm64 0.105-33 [77.7 kB]
12:08:40 Get:98 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 pkexec arm64 0.105-33 [14.8 kB]
12:08:40 Get:99 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 policykit-1 arm64 0.105-33 [2424 B]
12:08:40 Get:100 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-blinker all 1.4+dfsg1-0.5 [14.0 kB]
12:08:40 Get:101 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-cffi-backend arm64 1.15.1-1 [79.8 kB]
12:08:40 Selecting previously unselected package python3-apt.
12:08:40 Preparing to unpack .../47-python3-apt_1.8.4.3_arm64.deb ...
12:08:40 Unpacking python3-apt (1.8.4.3) ...
12:08:40 Selecting previously unselected package python3-dbus.
12:08:40 Preparing to unpack .../48-python3-dbus_1.2.8-3_arm64.deb ...
12:08:40 Unpacking python3-dbus (1.2.8-3) ...
12:08:40 Selecting previously unselected package python3-gi.
12:08:40 Preparing to unpack .../49-python3-gi_3.30.4-1_arm64.deb ...
12:08:40 Unpacking python3-gi (3.30.4-1) ...
12:08:40 Selecting previously unselected package python3-pycurl.
12:08:40 Preparing to unpack .../50-python3-pycurl_7.43.0.2-0.1_arm64.deb ...
12:08:40 Unpacking python3-pycurl (7.43.0.2-0.1) ...
12:08:40 Selecting previously unselected package python3-software-properties.
12:08:40 Preparing to unpack .../51-python3-software-properties_0.96.20.2-2_all.deb ...
12:08:40 Unpacking python3-software-properties (0.96.20.2-2) ...
12:08:40   Verifying  : fuse3-libs-3.6.1-4.el7.aarch64                             12/27 
12:08:40   Verifying  : slirp4netns-0.4.3-4.el7_8.aarch64                          13/27 
12:08:40   Verifying  : docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0   14/27 
12:08:40   Verifying  : checkpolicy-2.5-8.el7.aarch64                              15/27 
12:08:40   Verifying  : audit-libs-python-2.8.5-4.el7.aarch64                      16/27 
12:08:40   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   17/27 
12:08:40   Verifying  : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch         18/27 
12:08:40   Verifying  : libcgroup-0.41-21.el7.aarch64                              19/27 
12:08:40   Verifying  : setools-libs-3.3.8-4.el7.aarch64                           20/27 
12:08:40   Verifying  : 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.aarch64     21/27 
12:08:40   Verifying  : policycoreutils-python-2.5-34.el7.aarch64                  22/27 
12:08:40   Verifying  : 1:docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.aarch   23/27 
12:08:40   Verifying  : libseccomp-2.3.1-4.el7.aarch64                             24/27 
12:08:40   Verifying  : docker-buildx-plugin-0.10.2-0.el7.aarch64                  25/27 
12:08:40   Verifying  : libnetfilter_conntrack-1.0.6-1.el7_3.aarch64               26/27 
12:08:40   Verifying  : fuse-overlayfs-0.7.2-6.el7_8.aarch64                       27/27 
12:08:40 
12:08:40 Installed:
12:08:40   docker-buildx-plugin.aarch64 0:0.10.2-0.el7                                   
12:08:40   docker-ce.aarch64 3:0.0.0~20230206193855.ab4ef4a-0.el7                        
12:08:40   docker-ce-cli.aarch64 1:0.0.0~20230206193855.ab4ef4a-0.el7                    
12:08:40   docker-ce-rootless-extras.aarch64 0:0.0.0~20230206193855.ab4ef4a-0.el7        
12:08:40   docker-compose-plugin.aarch64 0:2.15.1-0.el7                                  
12:08:40 
12:08:40 Dependency Installed:
12:08:40   audit-libs-python.aarch64 0:2.8.5-4.el7                                       
12:08:40   checkpolicy.aarch64 0:2.5-8.el7                                               
12:08:40   container-selinux.noarch 2:2.119.2-1.911c772.el7_8                            
12:08:40   containerd.io.aarch64 0:1.6.16-3.1.el7                                        
12:08:40   fuse-overlayfs.aarch64 0:0.7.2-6.el7_8                                        
12:08:40   fuse3-libs.aarch64 0:3.6.1-4.el7                                              
12:08:40   iptables.aarch64 0:1.4.21-35.el7                                              
12:08:40   libcgroup.aarch64 0:0.41-21.el7                                               
12:08:40   libmnl.aarch64 0:1.0.3-7.el7                                                  
12:08:40   libnetfilter_conntrack.aarch64 0:1.0.6-1.el7_3                                
12:08:40   libnfnetlink.aarch64 0:1.0.1-4.el7                                            
12:08:40   libseccomp.aarch64 0:2.3.1-4.el7                                              
12:08:40   libselinux-python.aarch64 0:2.5-15.el7                                        
12:08:40   libselinux-utils.aarch64 0:2.5-15.el7                                         
12:08:40   libsemanage-python.aarch64 0:2.5-14.el7                                       
12:08:40   policycoreutils.aarch64 0:2.5-34.el7                                          
12:08:40   policycoreutils-python.aarch64 0:2.5-34.el7                                   
12:08:40   python-IPy.noarch 0:0.75-6.el7                                                
12:08:40   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
12:08:40   selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2                           
12:08:40   setools-libs.aarch64 0:3.3.8-4.el7                                            
12:08:40   slirp4netns.aarch64 0:0.4.3-4.el7_8                                           
12:08:40 
12:08:40 Complete!
12:08:40 Selecting previously unselected package libnfnetlink0:arm64.
12:08:40 Preparing to unpack .../6-libnfnetlink0_1.0.2-2_arm64.deb ...
12:08:40 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
12:08:40 Selecting previously unselected package libnetfilter-conntrack3:arm64.
12:08:40 Preparing to unpack .../7-libnetfilter-conntrack3_1.0.9-3_arm64.deb ...
12:08:40 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-3) ...
12:08:40 Selecting previously unselected package libnftnl11:arm64.
12:08:40 Preparing to unpack .../8-libnftnl11_1.2.4-2_arm64.deb ...
12:08:40 Unpacking libnftnl11:arm64 (1.2.4-2) ...
12:08:40 Selecting previously unselected package iptables.
12:08:40 Preparing to unpack .../9-iptables_1.8.9-2_arm64.deb ...
12:08:40 Unpacking iptables (1.8.9-2) ...
12:08:40 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:08:40 go: downloading golang.org/x/term v0.3.0
12:08:40 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:08:40 go: downloading github.com/mattn/go-runewidth v0.0.14
12:08:40 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:08:40 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:08:40 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:08:40 Selecting previously unselected package software-properties-common.
12:08:40 Preparing to unpack .../52-software-properties-common_0.96.20.2-2_all.deb ...
12:08:40 Unpacking software-properties-common (0.96.20.2-2) ...
12:08:40 Setting up libksba8:arm64 (1.3.5-2+deb10u2) ...
12:08:40 Setting up lsb-base (10.2019051400) ...
12:08:40 Setting up libkeyutils1:arm64 (1.6-6) ...
12:08:40 Setting up libpsl5:arm64 (0.20.2-2) ...
12:08:40 Setting up mime-support (3.62) ...
12:08:40 Setting up apt-transport-https (1.8.2.3) ...
12:08:40 Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
12:08:40 No schema files found: doing nothing.
12:08:40 Setting up distro-info-data (0.41+deb10u6) ...
12:08:40 Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
12:08:40 + verify_binaries
12:08:40 + docker --version
12:08:40 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:08:40 ++ uname -m
12:08:40 + '[' aarch64 = x86_64 ']'
12:08:40 + docker buildx version
12:08:40 github.com/docker/buildx v0.10.2 00ed17d
12:08:40 + docker compose version
12:08:40 Setting up libip6tc2:arm64 (1.8.9-2) ...
12:08:40 Setting up dbus-user-session (1.14.4-1) ...
12:08:40 Setting up libmnl0:arm64 (1.0.4-3) ...
12:08:40 Setting up containerd.io (1.6.16-1) ...
12:08:40 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:08:40 Setting up libxtables12:arm64 (1.8.9-2) ...
12:08:40 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
12:08:40 Setting up netbase (6.4) ...
12:08:40 Setting up libnftnl11:arm64 (1.2.4-2) ...
12:08:40 Setting up libnetfilter-conntrack3:arm64 (1.0.9-3) ...
12:08:41 Get:102 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-cryptography arm64 3.4.8-2 [217 kB]
12:08:41 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
12:08:41 Setting up libpackagekit-glib2-18:arm64 (1.1.12-5) ...
12:08:41 Setting up libnpth0:arm64 (1.6-1) ...
12:08:41 Setting up libassuan0:arm64 (2.5.2-1) ...
12:08:41 Setting up libapt-inst2.0:arm64 (1.8.2.3) ...
12:08:41 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:08:41 Setting up libkrb5support0:arm64 (1.17-3+deb10u5) ...
12:08:41 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:08:41 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
12:08:41 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
12:08:41 Setting up libdbus-1-3:arm64 (1.12.24-0+deb10u1) ...
12:08:41 Setting up libk5crypto3:arm64 (1.17-3+deb10u5) ...
12:08:41 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:08:41 Setting up python-apt-common (1.8.4.3) ...
12:08:41 Setting up libgirepository-1.0-1:arm64 (1.58.3-2) ...
12:08:41 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
12:08:41 Setting up libkrb5-3:arm64 (1.17-3+deb10u5) ...
12:08:41 Setting up libmpdec2:arm64 (2.4.2-2) ...
12:08:41 Docker Compose version v2.15.1
12:08:41 + dockerd --version
12:08:41 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:08:41 + docker-proxy --version
12:08:41 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:08:41 + containerd --version
12:08:41 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:41 + ctr --version
12:08:41 ctr containerd.io 1.6.16
12:08:41 + containerd-shim --help
12:08:41 Usage of containerd-shim:
12:08:41   -address string
12:08:41     	grpc address back to main containerd
12:08:41   -containerd-binary containerd publish
12:08:41     	path to containerd binary (used for containerd publish) (default "containerd")
12:08:41   -criu string
12:08:41     	path to criu binary
12:08:41   -debug
12:08:41     	enable debug output in logs
12:08:41   -namespace string
12:08:41     	namespace that owns the shim
12:08:41   -runtime-root string
12:08:41     	root directory for the runtime (default "/run/containerd/runc")
12:08:41   -socket string
12:08:41     	socket path to serve
12:08:41   -systemd-cgroup
12:08:41     	set runtime to use systemd-cgroup
12:08:41   -workdir string
12:08:41     	path used to storge large temporary data
12:08:41 + containerd-shim-runc-v1 -v
12:08:41 containerd-shim-runc-v1:
12:08:41   Version:  1.6.16
12:08:41   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:41   Go version: go1.18.10
12:08:41 
12:08:41 + containerd-shim-runc-v2 -v
12:08:41 containerd-shim-runc-v2:
12:08:41   Version:  1.6.16
12:08:41   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:41   Go version: go1.18.10
12:08:41 
12:08:41 + runc --version
12:08:41 runc version 1.1.4
12:08:41 commit: v1.1.4-0-g5fd4c4d
12:08:41 spec: 1.0.2-dev
12:08:41 go: go1.18.10
12:08:41 libseccomp: 2.3.1
12:08:41 Setting up iptables (1.8.9-2) ...
12:08:41 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:08:41 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:08:41 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:08:41 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:08:41 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:08:41 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:08:41 Processing triggers for libc-bin (2.36-8) ...
12:08:41 + verify_binaries
12:08:41 + docker --version
12:08:41 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:08:41 ++ uname -m
12:08:41 + '[' aarch64 = x86_64 ']'
12:08:41 + docker buildx version
12:08:41 go: downloading google.golang.org/protobuf v1.28.0
12:08:41 Get:103 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-pyparsing all 3.0.7-2 [82.6 kB]
12:08:41 Get:104 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-httplib2 all 0.20.4-2 [29.8 kB]
12:08:41 Get:105 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-more-itertools all 8.10.0-2 [47.9 kB]
12:08:41 Get:106 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-zipp all 1.0.0-4 [5548 B]
12:08:41 Get:107 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
12:08:41 Get:108 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-jeepney all 0.8.0-1 [35.2 kB]
12:08:41 Get:109 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-jwt all 2.4.0-1 [17.4 kB]
12:08:41 Setting up openssl (1.1.1n-0+deb10u3) ...
12:08:41 Setting up readline-common (7.0-5) ...
12:08:41 Setting up iso-codes (4.2-1) ...
12:08:41 Setting up libreadline7:arm64 (7.0-5) ...
12:08:41 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
12:08:41 Setting up pinentry-curses (1.1.0-2) ...
12:08:41 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
12:08:41 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
12:08:41 Setting up ca-certificates (20200601~deb10u2) ...
12:08:41 github.com/docker/buildx v0.10.2 00ed17d
12:08:41 + docker compose version
12:08:41 Docker Compose version v2.15.1
12:08:41 + dockerd --version
12:08:41 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:08:41 + docker-proxy --version
12:08:41 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:08:41 + containerd --version
12:08:41 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:41 + ctr --version
12:08:41 ctr containerd.io 1.6.16
12:08:41 + containerd-shim --help
12:08:41 Usage of containerd-shim:
12:08:41   -address string
12:08:41     	grpc address back to main containerd
12:08:41   -containerd-binary containerd publish
12:08:41     	path to containerd binary (used for containerd publish) (default "containerd")
12:08:41   -criu string
12:08:41     	path to criu binary
12:08:41   -debug
12:08:41     	enable debug output in logs
12:08:41   -namespace string
12:08:41     	namespace that owns the shim
12:08:41   -runtime-root string
12:08:41     	root directory for the runtime (default "/run/containerd/runc")
12:08:41   -socket string
12:08:41     	socket path to serve
12:08:41   -systemd-cgroup
12:08:41     	set runtime to use systemd-cgroup
12:08:41   -workdir string
12:08:41     	path used to storge large temporary data
12:08:41 + containerd-shim-runc-v1 -v
12:08:41 containerd-shim-runc-v1:
12:08:41   Version:  1.6.16
12:08:41   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:41   Go version: go1.18.10
12:08:41 
12:08:41 + containerd-shim-runc-v2 -v
12:08:41 containerd-shim-runc-v2:
12:08:41   Version:  1.6.16
12:08:41   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:41   Go version: go1.18.10
12:08:41 
12:08:41 + runc --version
12:08:41 go: downloading github.com/go-logr/stdr v1.2.2
12:08:41 go: downloading github.com/containerd/typeurl v1.0.2
12:08:41 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:08:41 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:08:41 go: downloading k8s.io/klog/v2 v2.60.1
12:08:41 go: downloading github.com/pelletier/go-toml v1.9.4
12:08:41 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:08:41 go: downloading github.com/google/gofuzz v1.2.0
12:08:41 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:08:41 go: downloading github.com/gogo/googleapis v1.4.1
12:08:41 Get:110 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-secretstorage all 3.3.3-1ubuntu1 [13.6 kB]
12:08:41 Get:111 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-keyring all 23.8.2-1 [37.3 kB]
12:08:41 Get:112 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
12:08:41 Get:113 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-wadllib all 1.3.6-1 [36.4 kB]
12:08:41 Get:114 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-distro all 1.7.0-1 [17.0 kB]
12:08:41 Get:115 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-oauthlib all 3.2.0-1ubuntu1 [89.8 kB]
12:08:41 Get:116 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-six all 1.16.0-4 [12.4 kB]
12:08:41 Get:117 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
12:08:41 Get:118 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-launchpadlib all 1.10.16-1 [125 kB]
12:08:41 Get:119 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 python3-software-properties all 0.99.27 [28.9 kB]
12:08:41 Get:120 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 packagekit arm64 1.2.5-2ubuntu2 [426 kB]
12:08:41 Get:121 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 software-properties-common all 0.99.27 [13.9 kB]
12:08:41 Get:122 http://ports.ubuntu.com/ubuntu-ports kinetic/universe arm64 gnupg2 all 2.2.35-3ubuntu1 [4462 B]
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:08:41 runc version 1.1.4
12:08:41 commit: v1.1.4-0-g5fd4c4d
12:08:41 spec: 1.0.2-dev
12:08:41 go: go1.18.10
12:08:41 libseccomp: 2.5.4
12:08:41 debconf: delaying package configuration, since apt-utils is not installed
12:08:41 Fetched 40.1 MB in 4s (9594 kB/s)
12:08:41 Selecting previously unselected package libssl3:arm64.
12:08:41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4393 files and directories currently installed.)
12:08:41 Preparing to unpack .../libssl3_3.0.5-2ubuntu2_arm64.deb ...
12:08:41 Unpacking libssl3:arm64 (3.0.5-2ubuntu2) ...
12:08:41 Selecting previously unselected package libpython3.10-minimal:arm64.
12:08:41 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_arm64.deb ...
12:08:41 Unpacking libpython3.10-minimal:arm64 (3.10.7-1ubuntu0.2) ...
12:08:42 Updating certificates in /etc/ssl/certs...
12:08:42 Selecting previously unselected package libexpat1:arm64.
12:08:42 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_arm64.deb ...
12:08:42 Unpacking libexpat1:arm64 (2.4.8-2ubuntu0.22.10.1) ...
12:08:42 Selecting previously unselected package python3.10-minimal.
12:08:42 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_arm64.deb ...
12:08:42 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
12:08:42 Setting up libssl3:arm64 (3.0.5-2ubuntu2) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:08:42 Setting up libpython3.10-minimal:arm64 (3.10.7-1ubuntu0.2) ...
12:08:42 Setting up libexpat1:arm64 (2.4.8-2ubuntu0.22.10.1) ...
12:08:42 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
12:08:42 137 added, 0 removed; done.
12:08:42 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
12:08:42 Setting up gir1.2-glib-2.0:arm64 (1.58.3-2) ...
12:08:42 Setting up gpgconf (2.2.12-1+deb10u2) ...
12:08:42 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:08:42 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:08:42 go: downloading github.com/moby/locker v1.0.1
12:08:42 go: downloading github.com/felixge/httpsnoop v1.0.2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:08:42 Setting up libcurl4:arm64 (7.64.0-4+deb10u4) ...
12:08:42 Setting up curl (7.64.0-4+deb10u4) ...
12:08:42 Setting up gpg (2.2.12-1+deb10u2) ...
12:08:42 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
12:08:42 Setting up python3.7 (3.7.3-2+deb10u4) ...
12:08:42 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:08:42 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:08:42 go: downloading gopkg.in/inf.v0 v0.9.1
12:08:42 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:08:42 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:08:42 go: downloading github.com/googleapis/gnostic v0.5.5
12:08:42 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:08:42 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:08:42 go: downloading github.com/json-iterator/go v1.1.12
12:08:42 go: downloading github.com/modern-go/reflect2 v1.0.2
12:08:42 go: downloading sigs.k8s.io/yaml v1.2.0
12:08:42 go: downloading github.com/mattn/go-colorable v0.1.12
12:08:42 go: downloading github.com/prometheus/client_golang v1.12.2
12:08:42 go: downloading github.com/containerd/ttrpc v1.1.0
12:08:42 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:08:42 go: downloading github.com/moby/spdystream v0.2.0
12:08:42 go: downloading github.com/mattn/go-isatty v0.0.16
12:08:42 go: downloading github.com/prometheus/client_model v0.2.0
12:08:42 go: downloading github.com/prometheus/common v0.32.1
12:08:42 go: downloading github.com/prometheus/procfs v0.7.3
12:08:42 Selecting previously unselected package python3-minimal.
12:08: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 ... 4706 files and directories currently installed.)
12:08:42 Preparing to unpack .../00-python3-minimal_3.10.6-1_arm64.deb ...
12:08:42 Unpacking python3-minimal (3.10.6-1) ...
12:08:42 Selecting previously unselected package media-types.
12:08:42 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
12:08:42 Unpacking media-types (8.0.0) ...
12:08:42 Selecting previously unselected package libmpdec3:arm64.
12:08:43 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_arm64.deb ...
12:08:43 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
12:08:43 Selecting previously unselected package libkrb5support0:arm64.
12:08:43 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_arm64.deb ...
12:08:43 Unpacking libkrb5support0:arm64 (1.20-1ubuntu0.1) ...
12:08:43 Selecting previously unselected package libk5crypto3:arm64.
12:08:43 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_arm64.deb ...
12:08:43 Unpacking libk5crypto3:arm64 (1.20-1ubuntu0.1) ...
12:08:43 Selecting previously unselected package libkeyutils1:arm64.
12:08:43 Preparing to unpack .../05-libkeyutils1_1.6.3-1_arm64.deb ...
12:08:43 Unpacking libkeyutils1:arm64 (1.6.3-1) ...
12:08:43 Selecting previously unselected package libkrb5-3:arm64.
12:08:43 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_arm64.deb ...
12:08:43 Unpacking libkrb5-3:arm64 (1.20-1ubuntu0.1) ...
12:08:43 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:08:43 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_arm64.deb ...
12:08:43 Unpacking libgssapi-krb5-2:arm64 (1.20-1ubuntu0.1) ...
12:08:43 Selecting previously unselected package libtirpc-common.
12:08:43 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
12:08:43 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:08:43 Selecting previously unselected package libtirpc3:arm64.
12:08:43 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_arm64.deb ...
12:08:43 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
12:08:43 Selecting previously unselected package libnsl2:arm64.
12:08:43 Preparing to unpack .../10-libnsl2_1.3.0-2build2_arm64.deb ...
12:08:43 Unpacking libnsl2:arm64 (1.3.0-2build2) ...
12:08:43 Selecting previously unselected package readline-common.
12:08:43 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
12:08:43 Unpacking readline-common (8.2-1) ...
12:08:43 Selecting previously unselected package libreadline8:arm64.
12:08:43 Preparing to unpack .../12-libreadline8_8.2-1_arm64.deb ...
12:08:43 Unpacking libreadline8:arm64 (8.2-1) ...
12:08:43 Selecting previously unselected package libsqlite3-0:arm64.
12:08:43 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_arm64.deb ...
12:08:43 Unpacking libsqlite3-0:arm64 (3.39.3-1) ...
12:08:43 Selecting previously unselected package libpython3.10-stdlib:arm64.
12:08:43 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_arm64.deb ...
12:08:43 Unpacking libpython3.10-stdlib:arm64 (3.10.7-1ubuntu0.2) ...
12:08:43 Setting up gpg-agent (2.2.12-1+deb10u2) ...
12:08:43 Setting up gpgsm (2.2.12-1+deb10u2) ...
12:08:43 Setting up libcurl3-gnutls:arm64 (7.64.0-4+deb10u4) ...
12:08:43 Setting up python3 (3.7.3-1) ...
12:08:43 Setting up dirmngr (2.2.12-1+deb10u2) ...
12:08:43 Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
12:08:43 Setting up python3-pycurl (7.43.0.2-0.1) ...
12:08:43 Setting up python3-gi (3.30.4-1) ...
12:08:43   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          46/61 
12:08:43   Installing       : python3-policycoreutils-3.5-0.rc1.2.el9.noarch       47/61 
12:08:43   Installing       : policycoreutils-python-utils-3.5-0.rc1.2.el9.noarc   48/61 
12:08:43   Running scriptlet: container-selinux-3:2.198.0-1.el9.noarch             49/61 
12:08:43   Installing       : container-selinux-3:2.198.0-1.el9.noarch             49/61 
12:08:43 Selecting previously unselected package python3.10.
12:08:43 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_arm64.deb ...
12:08:43 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
12:08:43 Selecting previously unselected package libpython3-stdlib:arm64.
12:08:43 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_arm64.deb ...
12:08:43 Unpacking libpython3-stdlib:arm64 (3.10.6-1) ...
12:08:43 Setting up python3-minimal (3.10.6-1) ...
12:08:43 Selecting previously unselected package python3.
12:08: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 ... 5188 files and directories currently installed.)
12:08:43 Preparing to unpack .../00-python3_3.10.6-1_arm64.deb ...
12:08:43 Unpacking python3 (3.10.6-1) ...
12:08:43 Selecting previously unselected package libargon2-1:arm64.
12:08:43 Preparing to unpack .../01-libargon2-1_0~20171227-0.3_arm64.deb ...
12:08:43 Unpacking libargon2-1:arm64 (0~20171227-0.3) ...
[Pipeline] }
12:08:43 # Build the compose plugin
12:08:43 cd /go/src/github.com/docker/compose \
12:08:43 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:08:43 make[2]: Entering directory '/root/build-deb/compose'
12:08:43 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:08:43 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:08:43 go: downloading golang.org/x/sys v0.3.0
12:08:43 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:08:43 go: downloading github.com/theupdateframework/notary v0.7.0
12:08:43 go: downloading github.com/compose-spec/compose-go v1.8.2
12:08:43 go: downloading github.com/hashicorp/go-version v1.6.0
12:08:43 go: downloading github.com/docker/buildx v0.9.1
12:08:43 go: downloading github.com/mattn/go-shellwords v1.0.12
12:08:43 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:08:43 go: downloading go.opentelemetry.io/otel v1.11.2
12:08:43 go: downloading github.com/containerd/containerd v1.6.14
12:08:43 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:08:43 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:08:43 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:08:43 go: downloading golang.org/x/sync v0.1.0
12:08:43 go: downloading k8s.io/client-go v0.22.4
12:08:43 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:08:43 go: downloading github.com/imdario/mergo v0.3.13
12:08:43 go: downloading github.com/containerd/console v1.0.3
12:08:43 go: downloading github.com/buger/goterm v1.0.4
12:08:43 go: downloading github.com/stretchr/testify v1.8.1
12:08:43 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:08:43 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:08:43 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:08:43 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:08:43 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:08:43 go: downloading k8s.io/api v0.22.4
12:08:43 go: downloading k8s.io/apimachinery v0.22.4
12:08:43 go: downloading github.com/gofrs/flock v0.8.0
12:08:43 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:08:43 go: downloading github.com/golang/mock v1.6.0
12:08:43 go: downloading github.com/klauspost/compress v1.15.9
12:08:43 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:08:43 go: downloading github.com/hashicorp/errwrap v1.1.0
12:08:43 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:08:43 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:08:43 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:08:43 go: downloading google.golang.org/grpc v1.47.0
12:08:43 go: downloading golang.org/x/net v0.4.0
12:08:43 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:08:43 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:08:43 go: downloading golang.org/x/term v0.3.0
12:08:43 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:08:43 go: downloading github.com/mattn/go-runewidth v0.0.14
12:08:43 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:08:43 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:08:43 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:08:43 go: downloading google.golang.org/protobuf v1.28.0
12:08:43 go: downloading github.com/go-logr/stdr v1.2.2
12:08:43 go: downloading github.com/containerd/typeurl v1.0.2
12:08:43 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:08:43 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:08:43 go: downloading k8s.io/klog/v2 v2.60.1
12:08:43 go: downloading github.com/pelletier/go-toml v1.9.4
12:08:43 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:08:43 go: downloading github.com/google/gofuzz v1.2.0
12:08:43 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:08:43 go: downloading github.com/gogo/googleapis v1.4.1
12:08:43 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:08:43 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:08:43 go: downloading github.com/moby/locker v1.0.1
12:08:43 go: downloading github.com/felixge/httpsnoop v1.0.2
12:08:43 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:08:43 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:08:43 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:08:43 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:08:43 go: downloading gopkg.in/inf.v0 v0.9.1
12:08:43 go: downloading github.com/googleapis/gnostic v0.5.5
12:08:43 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:08:43 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:08:43 go: downloading github.com/json-iterator/go v1.1.12
12:08:43 go: downloading github.com/modern-go/reflect2 v1.0.2
12:08:43 go: downloading sigs.k8s.io/yaml v1.2.0
12:08:43 go: downloading github.com/mattn/go-colorable v0.1.12
12:08:43 go: downloading github.com/prometheus/client_golang v1.12.2
12:08:43 go: downloading github.com/containerd/ttrpc v1.1.0
12:08:43 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:08:43 go: downloading github.com/moby/spdystream v0.2.0
12:08:43 go: downloading github.com/mattn/go-isatty v0.0.16
12:08:43 go: downloading github.com/prometheus/client_model v0.2.0
12:08:43 go: downloading github.com/prometheus/common v0.32.1
12:08:43 go: downloading github.com/prometheus/procfs v0.7.3
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:08:44 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
12:08:44 Setting up lsb-release (10.2019051400) ...
12:08:44 Setting up python3-dbus (1.2.8-3) ...
12:08:44 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
12:08:44 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:08:44 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_arm64.deb ...
12:08:44 Unpacking libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
12:08:44 Selecting previously unselected package libjson-c5:arm64.
12:08:44 Preparing to unpack .../03-libjson-c5_0.16-1_arm64.deb ...
12:08:44 Unpacking libjson-c5:arm64 (0.16-1) ...
12:08:44 Selecting previously unselected package libcryptsetup12:arm64.
12:08:44 Preparing to unpack .../04-libcryptsetup12_2%3a2.5.0-2ubuntu1_arm64.deb ...
12:08:44 Unpacking libcryptsetup12:arm64 (2:2.5.0-2ubuntu1) ...
12:08:44 Selecting previously unselected package libfdisk1:arm64.
12:08:44 Preparing to unpack .../05-libfdisk1_2.38-4ubuntu1_arm64.deb ...
12:08:44 Unpacking libfdisk1:arm64 (2.38-4ubuntu1) ...
12:08:44 Selecting previously unselected package libkmod2:arm64.
12:08:44 Preparing to unpack .../06-libkmod2_30+20220630-3ubuntu1_arm64.deb ...
12:08:44 Unpacking libkmod2:arm64 (30+20220630-3ubuntu1) ...
12:08:44 Selecting previously unselected package libapparmor1:arm64.
12:08:44 Preparing to unpack .../07-libapparmor1_3.0.7-1ubuntu2_arm64.deb ...
12:08:44 Unpacking libapparmor1:arm64 (3.0.7-1ubuntu2) ...
12:08:44 Setting up python3-apt (1.8.4.3) ...
12:08:44 Setting up python3-software-properties (0.96.20.2-2) ...
12:08:44 Selecting previously unselected package libip4tc2:arm64.
12:08:44 Preparing to unpack .../08-libip4tc2_1.8.7-1ubuntu6_arm64.deb ...
12:08:44 Unpacking libip4tc2:arm64 (1.8.7-1ubuntu6) ...
12:08:44 Selecting previously unselected package libsystemd-shared:arm64.
12:08:44 Preparing to unpack .../09-libsystemd-shared_251.4-1ubuntu7_arm64.deb ...
12:08:44 Unpacking libsystemd-shared:arm64 (251.4-1ubuntu7) ...
12:08:44 Selecting previously unselected package systemd.
12:08:44 Preparing to unpack .../10-systemd_251.4-1ubuntu7_arm64.deb ...
12:08:44 Unpacking systemd (251.4-1ubuntu7) ...
12:08:44 Setting up gnupg (2.2.12-1+deb10u2) ...
12:08:44 Setting up gnupg2 (2.2.12-1+deb10u2) ...
12:08:44 Setting up software-properties-common (0.96.20.2-2) ...
12:08:44 Setting up libargon2-1:arm64 (0~20171227-0.3) ...
12:08:44 Setting up libdevmapper1.02.1:arm64 (2:1.02.185-1ubuntu1) ...
12:08:44 Setting up libjson-c5:arm64 (0.16-1) ...
12:08:44 Setting up libcryptsetup12:arm64 (2:2.5.0-2ubuntu1) ...
12:08:44 Setting up libfdisk1:arm64 (2.38-4ubuntu1) ...
12:08:44 Setting up libkmod2:arm64 (30+20220630-3ubuntu1) ...
12:08:44 Setting up libapparmor1:arm64 (3.0.7-1ubuntu2) ...
12:08:44 Setting up libip4tc2:arm64 (1.8.7-1ubuntu6) ...
12:08:44 Setting up libsystemd-shared:arm64 (251.4-1ubuntu7) ...
12:08:44 Setting up systemd (251.4-1ubuntu7) ...
12:08:44 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:08:44 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:08:44 Failed to enable unit, unit systemd-resolved.service does not exist.
12:08:44 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:08:44 Initializing machine ID from random generator.
12:08:44 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:08:44 Processing triggers for ca-certificates (20200601~deb10u2) ...
12:08:44 Updating certificates in /etc/ssl/certs...
12:08:44 Selecting previously unselected package systemd-sysv.
12:08: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 ... 6031 files and directories currently installed.)
12:08:44 Preparing to unpack .../00-systemd-sysv_251.4-1ubuntu7_arm64.deb ...
12:08:44 Unpacking systemd-sysv (251.4-1ubuntu7) ...
12:08:44 Selecting previously unselected package openssl.
12:08:44 Preparing to unpack .../01-openssl_3.0.5-2ubuntu2_arm64.deb ...
12:08:44 Unpacking openssl (3.0.5-2ubuntu2) ...
12:08:45 Selecting previously unselected package ca-certificates.
12:08:45 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
12:08:45 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
12:08:45 Selecting previously unselected package libdbus-1-3:arm64.
12:08:45 Preparing to unpack .../03-libdbus-1-3_1.14.0-2ubuntu3_arm64.deb ...
12:08:45 Unpacking libdbus-1-3:arm64 (1.14.0-2ubuntu3) ...
12:08:45 Selecting previously unselected package dbus-bin.
12:08:45 Preparing to unpack .../04-dbus-bin_1.14.0-2ubuntu3_arm64.deb ...
12:08:45 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
12:08:45 Selecting previously unselected package dbus-session-bus-common.
12:08:45 Preparing to unpack .../05-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
12:08:45 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:08:45 Selecting previously unselected package dbus-daemon.
12:08:45 Preparing to unpack .../06-dbus-daemon_1.14.0-2ubuntu3_arm64.deb ...
12:08:45 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
12:08:45 Selecting previously unselected package dbus-system-bus-common.
12:08:45 Preparing to unpack .../07-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
12:08:45 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:08:45 Selecting previously unselected package dbus.
12:08:45 Preparing to unpack .../08-dbus_1.14.0-2ubuntu3_arm64.deb ...
12:08:45 Unpacking dbus (1.14.0-2ubuntu3) ...
12:08:45 Selecting previously unselected package distro-info-data.
12:08:45 Preparing to unpack .../09-distro-info-data_0.54ubuntu0.1_all.deb ...
12:08:45 Unpacking distro-info-data (0.54ubuntu0.1) ...
12:08:45 Selecting previously unselected package libglib2.0-0:arm64.
12:08:45 Preparing to unpack .../10-libglib2.0-0_2.74.3-0ubuntu1_arm64.deb ...
12:08:45 Unpacking libglib2.0-0:arm64 (2.74.3-0ubuntu1) ...
12:08:45 Selecting previously unselected package libgirepository-1.0-1:arm64.
12:08:45 Preparing to unpack .../11-libgirepository-1.0-1_1.74.0-2_arm64.deb ...
12:08:45 Unpacking libgirepository-1.0-1:arm64 (1.74.0-2) ...
12:08:45 Selecting previously unselected package gir1.2-glib-2.0:arm64.
12:08:45 Preparing to unpack .../12-gir1.2-glib-2.0_1.74.0-2_arm64.deb ...
12:08:45 Unpacking gir1.2-glib-2.0:arm64 (1.74.0-2) ...
12:08:45 Selecting previously unselected package iso-codes.
12:08:45 Preparing to unpack .../13-iso-codes_4.11.0-1_all.deb ...
12:08:45 Unpacking iso-codes (4.11.0-1) ...
12:08:45 0 added, 0 removed; done.
12:08:45 Running hooks in /etc/ca-certificates/update.d...
12:08:45 done.
12:08:45 ++ source /etc/os-release
12:08:45 +++ PRETTY_NAME='Debian GNU/Linux 10 (buster)'
12:08:45 +++ NAME='Debian GNU/Linux'
12:08:45 +++ VERSION_ID=10
12:08:45 +++ VERSION='10 (buster)'
12:08:45 +++ VERSION_CODENAME=buster
12:08:45 +++ ID=debian
12:08:45 +++ HOME_URL=https://www.debian.org/
12:08:45 +++ SUPPORT_URL=https://www.debian.org/support
12:08:45 +++ BUG_REPORT_URL=https://bugs.debian.org/
12:08:45 ++ echo debian
12:08:45 + DIST_ID=debian
12:08:45 ++ lsb_release -sc
12:08:45 + DIST_VERSION=buster
12:08:45 + '[' buster = sid ']'
12:08:45 + install_debian_containerd
12:08:45 + '[' staging = stage ']'
12:08:45 + REPO_URL=https://download.docker.com/linux/debian
12:08:45 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
12:08:45 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
12:08:45 + update-ca-certificates -f
12:08:45 Clearing symlinks in /etc/ssl/certs...
12:08:45 Selecting previously unselected package libcap2-bin.
12:08:45 Preparing to unpack .../14-libcap2-bin_1%3a2.44-1build3_arm64.deb ...
12:08:45 Unpacking libcap2-bin (1:2.44-1build3) ...
12:08:45 Selecting previously unselected package libelf1:arm64.
12:08:45 Preparing to unpack .../15-libelf1_0.187-4_arm64.deb ...
12:08:45 Unpacking libelf1:arm64 (0.187-4) ...
12:08:45 Selecting previously unselected package libglib2.0-data.
12:08:45 Preparing to unpack .../16-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
12:08:45 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
12:08:45 Selecting previously unselected package libicu71:arm64.
12:08:45 Preparing to unpack .../17-libicu71_71.1-3ubuntu1_arm64.deb ...
12:08:45 Unpacking libicu71:arm64 (71.1-3ubuntu1) ...
12:08:45 make[1]: Leaving directory '/root/build-deb'
12:08:45    dh_installdeb
12:08:45    debian/rules override_dh_gencontrol
12:08:45 make[1]: Entering directory '/root/build-deb'
12:08:45 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:08:45 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:08:45 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:08:45 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:08:45 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:08:45 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:08:45 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:08:45 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:08:45 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:08:45 if [ "amd64" = "amd64" ]; then \
12:08:45 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:08:45 fi
12:08:45 dh_gencontrol --remaining-packages
12:08:45 Selecting previously unselected package libpam-systemd:arm64.
12:08:45 Preparing to unpack .../18-libpam-systemd_251.4-1ubuntu7_arm64.deb ...
12:08:45 Unpacking libpam-systemd:arm64 (251.4-1ubuntu7) ...
12:08:45 Selecting previously unselected package libxml2:arm64.
12:08:45 Preparing to unpack .../19-libxml2_2.9.14+dfsg-1ubuntu0.1_arm64.deb ...
12:08:45 Unpacking libxml2:arm64 (2.9.14+dfsg-1ubuntu0.1) ...
12:08:46 done.
12:08:46 Updating certificates in /etc/ssl/certs...
12:08:46 Selecting previously unselected package libyaml-0-2:arm64.
12:08:46 Preparing to unpack .../20-libyaml-0-2_0.2.5-1_arm64.deb ...
12:08:46 Unpacking libyaml-0-2:arm64 (0.2.5-1) ...
12:08:46 Selecting previously unselected package lsb-release.
12:08:46 Preparing to unpack .../21-lsb-release_11.2ubuntu1_all.deb ...
12:08:46 Unpacking lsb-release (11.2ubuntu1) ...
12:08:46 Selecting previously unselected package python-apt-common.
12:08:46 Preparing to unpack .../22-python-apt-common_2.4.0+22.10_all.deb ...
12:08:46 Unpacking python-apt-common (2.4.0+22.10) ...
12:08:46 Selecting previously unselected package python3-apt.
12:08:46 Preparing to unpack .../23-python3-apt_2.4.0+22.10_arm64.deb ...
12:08:46 Unpacking python3-apt (2.4.0+22.10) ...
12:08:46 Selecting previously unselected package python3-dbus.
12:08:46 Preparing to unpack .../24-python3-dbus_1.2.18-3build1_arm64.deb ...
12:08:46 Unpacking python3-dbus (1.2.18-3build1) ...
12:08:46 Selecting previously unselected package python3-gi.
12:08:46 Preparing to unpack .../25-python3-gi_3.42.2-2_arm64.deb ...
12:08:46 Unpacking python3-gi (3.42.2-2) ...
12:08:46 make[1]: Leaving directory '/root/build-deb'
12:08:46    dh_md5sums
12:08:46 Selecting previously unselected package python3-pkg-resources.
12:08:46 Preparing to unpack .../26-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
12:08:46 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:08:46 Selecting previously unselected package libnghttp2-14:arm64.
12:08:46 Preparing to unpack .../27-libnghttp2-14_1.49.0-1_arm64.deb ...
12:08:46 Unpacking libnghttp2-14:arm64 (1.49.0-1) ...
12:08:46 Selecting previously unselected package libpsl5:arm64.
12:08:46 Preparing to unpack .../28-libpsl5_0.21.0-1.2build2_arm64.deb ...
12:08:46 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
12:08:46 Selecting previously unselected package apt-transport-https.
12:08:46 Preparing to unpack .../29-apt-transport-https_2.5.3_all.deb ...
12:08:46 Unpacking apt-transport-https (2.5.3) ...
12:08:46 Selecting previously unselected package libbrotli1:arm64.
12:08:46 Preparing to unpack .../30-libbrotli1_1.0.9-2build6_arm64.deb ...
12:08:46 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
12:08:46 Selecting previously unselected package libsasl2-modules-db:arm64.
12:08:46 Preparing to unpack .../31-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_arm64.deb ...
12:08:46 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:08:46 137 added, 0 removed; done.
12:08:46 Running hooks in /etc/ca-certificates/update.d...
12:08:46 done.
12:08:46 + curl -fsSL https://download.docker.com/linux/debian/gpg
12:08:46 + apt-key add -
12:08:46 Warning: apt-key output should not be parsed (stdout is not a terminal)
12:08:46    debian/rules override_dh_builddeb
12:08:46 make[1]: Entering directory '/root/build-deb'
12:08:46 dh_builddeb -- -Zxz
12:08:46 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb'.
12:08:46 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'.
12:08:46 Selecting previously unselected package libsasl2-2:arm64.
12:08:46 Preparing to unpack .../32-libsasl2-2_2.1.28+dfsg-6ubuntu2_arm64.deb ...
12:08:46 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:08:46 Selecting previously unselected package libldap-2.5-0:arm64.
12:08:46 Preparing to unpack .../33-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_arm64.deb ...
12:08:46 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-1ubuntu1) ...
12:08:46 Selecting previously unselected package librtmp1:arm64.
12:08:46 Preparing to unpack .../34-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
12:08:46 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:08:46 Selecting previously unselected package libssh-4:arm64.
12:08:46 Preparing to unpack .../35-libssh-4_0.9.6-2build1_arm64.deb ...
12:08:46 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
12:08:46 Selecting previously unselected package libcurl4:arm64.
12:08:46 Preparing to unpack .../36-libcurl4_7.85.0-1ubuntu0.2_arm64.deb ...
12:08:46 Unpacking libcurl4:arm64 (7.85.0-1ubuntu0.2) ...
12:08:46 Selecting previously unselected package curl.
12:08:46 Preparing to unpack .../37-curl_7.85.0-1ubuntu0.2_arm64.deb ...
12:08:46 Unpacking curl (7.85.0-1ubuntu0.2) ...
12:08:46 Selecting previously unselected package libassuan0:arm64.
12:08:46 Preparing to unpack .../38-libassuan0_2.5.5-4_arm64.deb ...
12:08:46 Unpacking libassuan0:arm64 (2.5.5-4) ...
12:08:47 Selecting previously unselected package gpgconf.
12:08:47 Preparing to unpack .../39-gpgconf_2.2.35-3ubuntu1_arm64.deb ...
12:08:47 Unpacking gpgconf (2.2.35-3ubuntu1) ...
12:08:47 Selecting previously unselected package libksba8:arm64.
12:08:47 Preparing to unpack .../40-libksba8_1.6.0-3ubuntu1.1_arm64.deb ...
12:08:47 Unpacking libksba8:arm64 (1.6.0-3ubuntu1.1) ...
12:08:47 Selecting previously unselected package libnpth0:arm64.
12:08:47 Preparing to unpack .../41-libnpth0_1.6-3build2_arm64.deb ...
12:08:47 Unpacking libnpth0:arm64 (1.6-3build2) ...
12:08:47 Selecting previously unselected package dirmngr.
12:08:47 Preparing to unpack .../42-dirmngr_2.2.35-3ubuntu1_arm64.deb ...
12:08:47 Unpacking dirmngr (2.2.35-3ubuntu1) ...
12:08:47 Selecting previously unselected package libpackagekit-glib2-18:arm64.
12:08:47 Preparing to unpack .../43-libpackagekit-glib2-18_1.2.5-2ubuntu2_arm64.deb ...
12:08:47 Unpacking libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
12:08:47 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:08:47 Preparing to unpack .../44-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_arm64.deb ...
12:08:47 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
12:08:47 Selecting previously unselected package gnupg-l10n.
12:08:47 Preparing to unpack .../45-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
12:08:47 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
12:08:47 Selecting previously unselected package gnupg-utils.
12:08:47 Preparing to unpack .../46-gnupg-utils_2.2.35-3ubuntu1_arm64.deb ...
12:08:47 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
12:08:47 Selecting previously unselected package gpg.
12:08:47 Preparing to unpack .../47-gpg_2.2.35-3ubuntu1_arm64.deb ...
12:08:47 Unpacking gpg (2.2.35-3ubuntu1) ...
12:08:47 Selecting previously unselected package pinentry-curses.
12:08:47 Preparing to unpack .../48-pinentry-curses_1.2.0-2ubuntu1_arm64.deb ...
12:08:47 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
12:08:47 Selecting previously unselected package gpg-agent.
12:08:47 Preparing to unpack .../49-gpg-agent_2.2.35-3ubuntu1_arm64.deb ...
12:08:47 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
12:08:47 Selecting previously unselected package gpg-wks-client.
12:08:47 Preparing to unpack .../50-gpg-wks-client_2.2.35-3ubuntu1_arm64.deb ...
12:08:47 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
12:08:47 Selecting previously unselected package gpg-wks-server.
12:08:47 Preparing to unpack .../51-gpg-wks-server_2.2.35-3ubuntu1_arm64.deb ...
12:08:47 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
12:08:47 Fedora 37 openh264 (From Cisco) - aarch64       1.9 kB/s | 2.5 kB     00:01    
12:08:47 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.fc36.x86_64.rpm
12:08:47 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aIDgir
12:08:47 + umask 022
12:08:47 + cd /root/rpmbuild/BUILD
12:08:47 + cd src
12:08:47 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64
12:08:47 + RPM_EC=0
12:08:47 ++ jobs -p
12:08:47 + exit 0
12:08:47 
12:08:47 RPM build warnings:
12:08:47     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:08:47     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:08:47     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:08:47     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
12:08:47     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:08:47 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dOZOMs
12:08:47 + umask 022
12:08:47 + cd /root/rpmbuild/BUILD
12:08:47 + cd /root/rpmbuild/BUILD
12:08:47 + rm -rf src
12:08:47 + /usr/bin/mkdir -p src
12:08:47 + cd src
12:08:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:08:47 + /usr/bin/tar -xof -
12:08:47 + STATUS=0
12:08:47 + '[' 0 -ne 0 ']'
12:08:47 + /usr/bin/tar -xof -
12:08:47 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:08:47 + STATUS=0
12:08:47 + '[' 0 -ne 0 ']'
12:08:47 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:08:47 + RPM_EC=0
12:08:47 ++ jobs -p
12:08:47 + exit 0
12:08:47 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.71fF0t
12:08:47 + umask 022
12:08:47 + cd /root/rpmbuild/BUILD
12:08: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'
12:08:47 + export CFLAGS
12:08: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'
12:08:47 + export CXXFLAGS
12:08: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'
12:08:47 + export FFLAGS
12:08: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'
12:08:47 + export FCFLAGS
12:08: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-compose-plugin-2.15.1-0.fc36.x86_64.ld'
12:08:47 + export LDFLAGS
12:08:47 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:08:47 + export LT_SYS_LIBRARY_PATH
12:08:47 + CC=gcc
12:08:47 + export CC
12:08:47 + CXX=g++
12:08:47 + export CXX
12:08:47 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:08:47 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.15.1-0.fc36 x86_64
12:08:47 + cd src
12:08:47 + pushd /root/rpmbuild/BUILD/src/compose
12:08:47 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:08:47 + make VERSION=v2.15.1 DESTDIR=./bin build
12:08:47 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "./bin/docker-compose" ./cmd
12:08:47 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:08:47 go: downloading golang.org/x/sys v0.3.0
12:08:47 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:08:47 go: downloading github.com/theupdateframework/notary v0.7.0
12:08:47 go: downloading github.com/compose-spec/compose-go v1.8.2
12:08:47 go: downloading github.com/hashicorp/go-version v1.6.0
12:08:47 go: downloading github.com/docker/buildx v0.9.1
12:08:47 go: downloading github.com/mattn/go-shellwords v1.0.12
12:08:47 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:08:47 go: downloading go.opentelemetry.io/otel v1.11.2
12:08:47 go: downloading github.com/containerd/containerd v1.6.14
12:08:47 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:08:47 Selecting previously unselected package gpgsm.
12:08:47 Preparing to unpack .../52-gpgsm_2.2.35-3ubuntu1_arm64.deb ...
12:08:47 Unpacking gpgsm (2.2.35-3ubuntu1) ...
12:08:47 Selecting previously unselected package gnupg.
12:08:47 Preparing to unpack .../53-gnupg_2.2.35-3ubuntu1_all.deb ...
12:08:47 Unpacking gnupg (2.2.35-3ubuntu1) ...
12:08:47 Selecting previously unselected package libcurl3-gnutls:arm64.
12:08:47 Preparing to unpack .../54-libcurl3-gnutls_7.85.0-1ubuntu0.2_arm64.deb ...
12:08:47 Unpacking libcurl3-gnutls:arm64 (7.85.0-1ubuntu0.2) ...
12:08:47 Selecting previously unselected package libstemmer0d:arm64.
12:08:47 Preparing to unpack .../55-libstemmer0d_2.2.0-1build1_arm64.deb ...
12:08:47 Unpacking libstemmer0d:arm64 (2.2.0-1build1) ...
12:08:47 Selecting previously unselected package libxmlb2:arm64.
12:08:47 Preparing to unpack .../56-libxmlb2_0.3.8-1_arm64.deb ...
12:08:47 Unpacking libxmlb2:arm64 (0.3.8-1) ...
12:08:47 Selecting previously unselected package libappstream4:arm64.
12:08:47 Preparing to unpack .../57-libappstream4_0.15.5-1_arm64.deb ...
12:08:47 Unpacking libappstream4:arm64 (0.15.5-1) ...
12:08:47 OK
12:08:47 + '[' buster = sid ']'
12:08:47 ++ dpkg --print-architecture
12:08:47 + ARCH=arm64
12:08:47 + echo 'deb [arch=arm64] https://download.docker.com/linux/debian buster test'
12:08:47 + apt-get update
12:08:47 Fedora Modular 37 - aarch64                     2.9 MB/s | 2.9 MB     00:01    
12:08:47 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:08:47 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:08:47 go: downloading golang.org/x/sync v0.1.0
12:08:47 go: downloading k8s.io/client-go v0.22.4
12:08:47 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:08:47 go: downloading github.com/imdario/mergo v0.3.13
12:08:47 go: downloading github.com/containerd/console v1.0.3
12:08:47 go: downloading github.com/buger/goterm v1.0.4
12:08:47 go: downloading github.com/stretchr/testify v1.8.1
12:08:47 Selecting previously unselected package libdw1:arm64.
12:08:47 Preparing to unpack .../58-libdw1_0.187-4_arm64.deb ...
12:08:47 Unpacking libdw1:arm64 (0.187-4) ...
12:08:47 Selecting previously unselected package libglib2.0-bin.
12:08:47 Preparing to unpack .../59-libglib2.0-bin_2.74.3-0ubuntu1_arm64.deb ...
12:08:47 Unpacking libglib2.0-bin (2.74.3-0ubuntu1) ...
12:08:47 Selecting previously unselected package libunwind8:arm64.
12:08:47 Preparing to unpack .../60-libunwind8_1.6.2-0ubuntu1_arm64.deb ...
12:08:47 Unpacking libunwind8:arm64 (1.6.2-0ubuntu1) ...
12:08:47 Selecting previously unselected package libgstreamer1.0-0:arm64.
12:08:47 Preparing to unpack .../61-libgstreamer1.0-0_1.20.3-1_arm64.deb ...
12:08:47 Unpacking libgstreamer1.0-0:arm64 (1.20.3-1) ...
12:08:47 Selecting previously unselected package libpolkit-gobject-1-0:arm64.
12:08:47 Preparing to unpack .../62-libpolkit-gobject-1-0_0.105-33_arm64.deb ...
12:08:47 Unpacking libpolkit-gobject-1-0:arm64 (0.105-33) ...
12:08:47 Selecting previously unselected package libpolkit-agent-1-0:arm64.
12:08:47 Preparing to unpack .../63-libpolkit-agent-1-0_0.105-33_arm64.deb ...
12:08:47 Unpacking libpolkit-agent-1-0:arm64 (0.105-33) ...
12:08:47 Hit:1 http://deb.debian.org/debian buster InRelease
12:08:47 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
12:08:47 Hit:3 http://deb.debian.org/debian buster-updates InRelease
12:08:47 Get:4 https://download.docker.com/linux/debian buster InRelease [54.0 kB]
12:08:47 make[1]: Leaving directory '/root/build-deb'
12:08:47    dh_installdeb
12:08:47    debian/rules override_dh_gencontrol
12:08:47 make[1]: Entering directory '/root/build-deb'
12:08:47 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:08:47 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:08:47 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:08:47 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:08:47 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:08:47 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:08:47 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:08:47 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:08:47 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:08:47 if [ "amd64" = "amd64" ]; then \
12:08:47 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:08:47 fi
12:08:47 dh_gencontrol --remaining-packages
12:08:47 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.fc37.x86_64.rpm
12:08:47 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xDDFK0
12:08:47 + umask 022
12:08:47 + cd /root/rpmbuild/BUILD
12:08:47 + cd src
12:08:47 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64
12:08:47 + RPM_EC=0
12:08:47 ++ jobs -p
12:08:47 + exit 0
12:08:47 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.WAF5QV
12:08:47 + umask 022
12:08:47 + cd /root/rpmbuild/BUILD
12:08:47 + rm -rf src src.gemspec
12:08:47 + RPM_EC=0
12:08:47 ++ jobs -p
12:08:47 + exit 0
12:08:47 
12:08:47 RPM build warnings:
12:08:47     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:08:47     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:08:47     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:08:47     source_date_epoch_from_changelog set but %changelog is missing
12:08:47     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
12:08:47     source_date_epoch_from_changelog set but %changelog is missing
12:08:47     source_date_epoch_from_changelog set but %changelog is missing
12:08:47     source_date_epoch_from_changelog set but %changelog is missing
12:08:47     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:08:47 warning: source_date_epoch_from_changelog set but %changelog is missing
12:08:47 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.GsQ7yA
12:08:47 + umask 022
12:08:47 + cd /root/rpmbuild/BUILD
12:08:47 + cd /root/rpmbuild/BUILD
12:08:47 + rm -rf src
12:08:47 + /usr/bin/mkdir -p src
12:08:47 + cd src
12:08:47 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
12:08:47 + STATUS=0
12:08:47 + '[' 0 -ne 0 ']'
12:08:47 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/compose.tgz
12:08:47 + STATUS=0
12:08:47 + '[' 0 -ne 0 ']'
12:08:47 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:08:47 + RPM_EC=0
12:08:47 ++ jobs -p
12:08:47 + exit 0
12:08:47 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rt0HEb
12:08:47 + umask 022
12:08:47 + cd /root/rpmbuild/BUILD
12:08: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'
12:08:47 + export CFLAGS
12:08: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'
12:08:47 + export CXXFLAGS
12:08: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'
12:08:47 + export FFLAGS
12:08: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'
12:08:47 + export FCFLAGS
12:08: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 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:08:47 + export LDFLAGS
12:08:47 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:08:47 + export LT_SYS_LIBRARY_PATH
12:08:47 + CC=gcc
12:08:47 + export CC
12:08:47 + CXX=g++
12:08:47 + export CXX
12:08:47 + cd src
12:08:47 + pushd /root/rpmbuild/BUILD/src/compose
12:08:47 + make VERSION=v2.15.1 DESTDIR=./bin build
12:08:47 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:08:47 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "./bin/docker-compose" ./cmd
12:08:47 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:08:47 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:08:47 go: downloading github.com/theupdateframework/notary v0.7.0
12:08:47 go: downloading golang.org/x/sys v0.3.0
12:08:47 go: downloading github.com/compose-spec/compose-go v1.8.2
12:08:47 go: downloading github.com/hashicorp/go-version v1.6.0
12:08:47 go: downloading github.com/docker/buildx v0.9.1
12:08:47 go: downloading github.com/mattn/go-shellwords v1.0.12
12:08:47 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:08:47 go: downloading go.opentelemetry.io/otel v1.11.2
12:08:47 go: downloading github.com/containerd/containerd v1.6.14
12:08:47 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:08:47 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:08:47 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:08:47 go: downloading golang.org/x/sync v0.1.0
12:08:47 go: downloading k8s.io/client-go v0.22.4
12:08:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:08:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:08:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:08:48 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:08:48 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:08:48 Selecting previously unselected package polkitd.
12:08:48 Preparing to unpack .../64-polkitd_0.105-33_arm64.deb ...
12:08:48 Unpacking polkitd (0.105-33) ...
12:08:48 Selecting previously unselected package pkexec.
12:08:48 Preparing to unpack .../65-pkexec_0.105-33_arm64.deb ...
12:08:48 Unpacking pkexec (0.105-33) ...
12:08:48 Selecting previously unselected package policykit-1.
12:08:48 Preparing to unpack .../66-policykit-1_0.105-33_arm64.deb ...
12:08:48 Unpacking policykit-1 (0.105-33) ...
12:08:48 Selecting previously unselected package python3-blinker.
12:08:48 Preparing to unpack .../67-python3-blinker_1.4+dfsg1-0.5_all.deb ...
12:08:48 Unpacking python3-blinker (1.4+dfsg1-0.5) ...
12:08:48 Selecting previously unselected package python3-cffi-backend:arm64.
12:08:48 Preparing to unpack .../68-python3-cffi-backend_1.15.1-1_arm64.deb ...
12:08:48 Unpacking python3-cffi-backend:arm64 (1.15.1-1) ...
12:08:48 Selecting previously unselected package python3-cryptography.
12:08:48 Preparing to unpack .../69-python3-cryptography_3.4.8-2_arm64.deb ...
12:08:48 Unpacking python3-cryptography (3.4.8-2) ...
12:08:48 make[1]: Leaving directory '/root/build-deb'
12:08:48    dh_md5sums
12:08:48 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:08:48 go: downloading github.com/imdario/mergo v0.3.13
12:08:48 go: downloading github.com/containerd/console v1.0.3
12:08:48 go: downloading github.com/buger/goterm v1.0.4
12:08:48 go: downloading k8s.io/api v0.22.4
12:08:48 Selecting previously unselected package python3-pyparsing.
12:08:48 Preparing to unpack .../70-python3-pyparsing_3.0.7-2_all.deb ...
12:08:48 Unpacking python3-pyparsing (3.0.7-2) ...
12:08:48 Selecting previously unselected package python3-httplib2.
12:08:48 Preparing to unpack .../71-python3-httplib2_0.20.4-2_all.deb ...
12:08:48 Unpacking python3-httplib2 (0.20.4-2) ...
12:08:48 Selecting previously unselected package python3-more-itertools.
12:08:48 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ...
12:08:48 Unpacking python3-more-itertools (8.10.0-2) ...
12:08:48 Selecting previously unselected package python3-zipp.
12:08:48 Preparing to unpack .../73-python3-zipp_1.0.0-4_all.deb ...
12:08:48 Unpacking python3-zipp (1.0.0-4) ...
12:08:48 Selecting previously unselected package python3-importlib-metadata.
12:08:48 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ...
12:08:48 Unpacking python3-importlib-metadata (4.6.4-1) ...
12:08:48 Selecting previously unselected package python3-jeepney.
12:08:48 Preparing to unpack .../75-python3-jeepney_0.8.0-1_all.deb ...
12:08:48 Unpacking python3-jeepney (0.8.0-1) ...
12:08:48 Get:5 https://download.docker.com/linux/debian buster/test arm64 Packages [50.7 kB]
12:08:48 Fetched 105 kB in 1s (122 kB/s)
12:08:48 go: downloading github.com/stretchr/testify v1.8.1
12:08:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:08:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:08:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:08:48 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:08:48 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:08:48 Selecting previously unselected package python3-jwt.
12:08:48 Preparing to unpack .../76-python3-jwt_2.4.0-1_all.deb ...
12:08:48 Unpacking python3-jwt (2.4.0-1) ...
12:08:48 Selecting previously unselected package python3-secretstorage.
12:08:48 Preparing to unpack .../77-python3-secretstorage_3.3.3-1ubuntu1_all.deb ...
12:08:48 Unpacking python3-secretstorage (3.3.3-1ubuntu1) ...
12:08:48 Selecting previously unselected package python3-keyring.
12:08:48 Preparing to unpack .../78-python3-keyring_23.8.2-1_all.deb ...
12:08:48 Unpacking python3-keyring (23.8.2-1) ...
12:08:48 Selecting previously unselected package python3-lazr.uri.
12:08:48 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ...
12:08:48 Unpacking python3-lazr.uri (1.0.6-2) ...
12:08:48 Selecting previously unselected package python3-wadllib.
12:08:48 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ...
12:08:48 Unpacking python3-wadllib (1.3.6-1) ...
12:08:48 Selecting previously unselected package python3-distro.
12:08:48 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ...
12:08:48 Unpacking python3-distro (1.7.0-1) ...
12:08:48 Selecting previously unselected package python3-oauthlib.
12:08:48 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu1_all.deb ...
12:08:48 Unpacking python3-oauthlib (3.2.0-1ubuntu1) ...
12:08:48    debian/rules override_dh_builddeb
12:08:48 make[1]: Entering directory '/root/build-deb'
12:08:48 dh_builddeb -- -Zxz
12:08:48 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb'.
12:08:48 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'.
12:08:48 go: downloading k8s.io/api v0.22.4
12:08:48 # Build the compose plugin
12:08:48 cd /go/src/github.com/docker/compose \
12:08:48 && make VERSION=v2.15.1 DESTDIR=/usr/libexec/docker/cli-plugins build
12:08:48 make[2]: Entering directory '/root/build-deb/compose'
12:08:48 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:08:48 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:08:48 go: downloading golang.org/x/sys v0.3.0
12:08:48 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:08:48 go: downloading github.com/theupdateframework/notary v0.7.0
12:08:48 go: downloading github.com/compose-spec/compose-go v1.8.2
12:08:48 go: downloading github.com/hashicorp/go-version v1.6.0
12:08:48 go: downloading github.com/docker/buildx v0.9.1
12:08:48 go: downloading github.com/mattn/go-shellwords v1.0.12
12:08:48 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:08:48 go: downloading go.opentelemetry.io/otel v1.11.2
12:08:48 go: downloading github.com/containerd/containerd v1.6.14
12:08:48 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:08:48 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:08:48 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:08:48 go: downloading golang.org/x/sync v0.1.0
12:08:48 go: downloading k8s.io/client-go v0.22.4
12:08:48 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:08:48 go: downloading github.com/imdario/mergo v0.3.13
12:08:48 go: downloading github.com/containerd/console v1.0.3
12:08:48 go: downloading github.com/buger/goterm v1.0.4
12:08:48 go: downloading github.com/stretchr/testify v1.8.1
12:08:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:08:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:08:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:08:48 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:08:48 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:08:48 go: downloading k8s.io/api v0.22.4
12:08:48 go: downloading k8s.io/apimachinery v0.22.4
12:08:48 go: downloading github.com/gofrs/flock v0.8.0
12:08:48 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:08:48 go: downloading github.com/golang/mock v1.6.0
12:08:48 go: downloading github.com/klauspost/compress v1.15.9
12:08:48 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:08:48 go: downloading github.com/hashicorp/errwrap v1.1.0
12:08:48 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:08:48 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:08:48 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:08:48 go: downloading google.golang.org/grpc v1.47.0
12:08:48 go: downloading golang.org/x/net v0.4.0
12:08:48 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:08:48 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:08:48 go: downloading golang.org/x/term v0.3.0
12:08:48 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:08:48 go: downloading github.com/mattn/go-runewidth v0.0.14
12:08:48 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:08:48 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:08:48 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:08:48 go: downloading google.golang.org/protobuf v1.28.0
12:08:48 go: downloading github.com/go-logr/stdr v1.2.2
12:08:48 go: downloading github.com/containerd/typeurl v1.0.2
12:08:48 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:08:48 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:08:48 go: downloading k8s.io/klog/v2 v2.60.1
12:08:48 go: downloading github.com/pelletier/go-toml v1.9.4
12:08:48 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:08:48 go: downloading github.com/google/gofuzz v1.2.0
12:08:48 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:08:48 go: downloading github.com/gogo/googleapis v1.4.1
12:08:48 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:08:48 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:08:48 go: downloading github.com/moby/locker v1.0.1
12:08:48 go: downloading github.com/felixge/httpsnoop v1.0.2
12:08:48 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:08:48 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:08:48 go: downloading gopkg.in/inf.v0 v0.9.1
12:08:48 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:08:48 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:08:48 go: downloading github.com/googleapis/gnostic v0.5.5
12:08:48 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:08:48 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:08:48 go: downloading github.com/json-iterator/go v1.1.12
12:08:48 go: downloading github.com/modern-go/reflect2 v1.0.2
12:08:48 go: downloading sigs.k8s.io/yaml v1.2.0
12:08:48 go: downloading github.com/mattn/go-colorable v0.1.12
12:08:48 go: downloading github.com/prometheus/client_golang v1.12.2
12:08:48 go: downloading github.com/containerd/ttrpc v1.1.0
12:08:48 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:08:48 go: downloading github.com/moby/spdystream v0.2.0
12:08:48 go: downloading github.com/mattn/go-isatty v0.0.16
12:08:48 go: downloading github.com/prometheus/client_model v0.2.0
12:08:48 go: downloading github.com/prometheus/common v0.32.1
12:08:48 go: downloading github.com/prometheus/procfs v0.7.3
12:08:48 Selecting previously unselected package python3-six.
12:08:48 Preparing to unpack .../83-python3-six_1.16.0-4_all.deb ...
12:08:48 Unpacking python3-six (1.16.0-4) ...
12:08:48 Selecting previously unselected package python3-lazr.restfulclient.
12:08:48 Preparing to unpack .../84-python3-lazr.restfulclient_0.14.4-1_all.deb ...
12:08:48 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
12:08:48 Selecting previously unselected package python3-launchpadlib.
12:08:48 Preparing to unpack .../85-python3-launchpadlib_1.10.16-1_all.deb ...
12:08:48 Unpacking python3-launchpadlib (1.10.16-1) ...
12:08:48 Selecting previously unselected package python3-software-properties.
12:08:48 Preparing to unpack .../86-python3-software-properties_0.99.27_all.deb ...
12:08:48 Unpacking python3-software-properties (0.99.27) ...
12:08:48 Selecting previously unselected package packagekit.
12:08:48 Preparing to unpack .../87-packagekit_1.2.5-2ubuntu2_arm64.deb ...
12:08:48 Unpacking packagekit (1.2.5-2ubuntu2) ...
12:08:48 go: downloading k8s.io/apimachinery v0.22.4
12:08:48 go: downloading github.com/gofrs/flock v0.8.0
12:08:48 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:08:48 Reading package lists...
12:08:48 ++ find deb/debbuild/debian-buster/ -type f -name '*.deb'
12:08:48 + packages='deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb
12:08:48 deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb
12:08:48 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb
12:08:48 deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_arm64.deb
12:08:48 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb'
12:08:48 ++ echo 'deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb
12:08:48 deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb
12:08:48 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb
12:08:48 deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_arm64.deb
12:08:48 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb'
12:08:48 ++ xargs
12:08:48 ++ awk '$0="./"$0'
12:08:48 + packages='./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb'
12:08:48 + set -x
12:08:48 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb
12:08:48 Selecting previously unselected package docker-ce-rootless-extras.
12:08:48 (Reading database ... 9711 files and directories currently installed.)
12:08:48 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ...
12:08:48 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:08:48 go: downloading k8s.io/apimachinery v0.22.4
12:08:49 Selecting previously unselected package software-properties-common.
12:08:49 Preparing to unpack .../88-software-properties-common_0.99.27_all.deb ...
12:08:49 Unpacking software-properties-common (0.99.27) ...
12:08:49 Selecting previously unselected package gnupg2.
12:08:49 Preparing to unpack .../89-gnupg2_2.2.35-3ubuntu1_all.deb ...
12:08:49 Unpacking gnupg2 (2.2.35-3ubuntu1) ...
12:08:49 Setting up libksba8:arm64 (1.6.0-3ubuntu1.1) ...
12:08:49 Setting up media-types (8.0.0) ...
12:08:49 Setting up libicu71:arm64 (71.1-3ubuntu1) ...
12:08:49 Setting up systemd-sysv (251.4-1ubuntu7) ...
12:08:49 Setting up libkeyutils1:arm64 (1.6.3-1) ...
12:08:49 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
12:08:49 Setting up apt-transport-https (2.5.3) ...
12:08:49 Setting up libyaml-0-2:arm64 (0.2.5-1) ...
12:08:49 Setting up libglib2.0-0:arm64 (2.74.3-0ubuntu1) ...
12:08:49 No schema files found: doing nothing.
12:08:49 Setting up distro-info-data (0.54ubuntu0.1) ...
12:08:49 Setting up libtirpc-common (1.3.3+ds-1) ...
12:08:49 Setting up libxmlb2:arm64 (0.3.8-1) ...
12:08:49 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
12:08:49 Setting up libsqlite3-0:arm64 (3.39.3-1) ...
12:08:49 go: downloading github.com/golang/mock v1.6.0
12:08:49 go: downloading github.com/klauspost/compress v1.15.9
12:08:49 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:08:49 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:08:49 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:08:49 go: downloading github.com/gofrs/flock v0.8.0
12:08:49 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:08:49 go: downloading github.com/golang/mock v1.6.0
12:08:49 go: downloading github.com/klauspost/compress v1.15.9
12:08:49 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:08:49 go: downloading github.com/hashicorp/errwrap v1.1.0
12:08:49 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:08:49 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:08:49 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:08:49 go: downloading google.golang.org/grpc v1.47.0
12:08:49 Setting up libnghttp2-14:arm64 (1.49.0-1) ...
12:08:49 Setting up libpackagekit-glib2-18:arm64 (1.2.5-2ubuntu2) ...
12:08:49 Setting up libnpth0:arm64 (1.6-3build2) ...
12:08:49 Setting up libassuan0:arm64 (2.5.5-4) ...
12:08:49 Setting up libunwind8:arm64 (1.6.2-0ubuntu1) ...
12:08:49 Setting up libkrb5support0:arm64 (1.20-1ubuntu0.1) ...
12:08:49 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:08:49 Setting up libcap2-bin (1:2.44-1build3) ...
12:08:49 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
12:08:49 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
12:08:49 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:08:49 Setting up libdbus-1-3:arm64 (1.14.0-2ubuntu3) ...
12:08:49 Setting up libk5crypto3:arm64 (1.20-1ubuntu0.1) ...
12:08:49 Setting up libsasl2-2:arm64 (2.1.28+dfsg-6ubuntu2) ...
12:08:49 Setting up python-apt-common (2.4.0+22.10) ...
12:08:49 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:08:49 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
12:08:49 Setting up libgirepository-1.0-1:arm64 (1.74.0-2) ...
12:08:49 Setting up libkrb5-3:arm64 (1.20-1ubuntu0.1) ...
12:08:49 Setting up libstemmer0d:arm64 (2.2.0-1build1) ...
12:08:49 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:08:49 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:08:49 go: downloading google.golang.org/grpc v1.47.0
12:08:49 go: downloading golang.org/x/net v0.4.0
12:08:49 Selecting previously unselected package docker-ce.
12:08:49 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ...
12:08:49 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:08:49 Setting up openssl (3.0.5-2ubuntu2) ...
12:08:49 Setting up libelf1:arm64 (0.187-4) ...
12:08:49 Setting up readline-common (8.2-1) ...
12:08:49 Setting up libxml2:arm64 (2.9.14+dfsg-1ubuntu0.1) ...
12:08:49 Setting up iso-codes (4.11.0-1) ...
12:08:49 Setting up dbus-bin (1.14.0-2ubuntu3) ...
12:08:49 Setting up libpolkit-gobject-1-0:arm64 (0.105-33) ...
12:08:49 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
12:08:49 Setting up libdw1:arm64 (0.187-4) ...
12:08:49 Setting up libreadline8:arm64 (8.2-1) ...
12:08:49 Setting up libglib2.0-bin (2.74.3-0ubuntu1) ...
12:08:49 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
12:08:49 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-1ubuntu1) ...
12:08:49 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
12:08:49 go: downloading golang.org/x/net v0.4.0
12:08:49 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:08:50 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:08:50 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:08:50 go: downloading golang.org/x/term v0.3.0
12:08:50 go: downloading github.com/mattn/go-runewidth v0.0.14
12:08:50 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:08:50 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:08:50 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:08:50 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:08:50 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:08:50 go: downloading github.com/hashicorp/errwrap v1.1.0
12:08:50 go: downloading golang.org/x/term v0.3.0
12:08:50 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:08:50 go: downloading github.com/mattn/go-runewidth v0.0.14
12:08:50 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:08:50 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:08:50 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:08:50 go: downloading google.golang.org/protobuf v1.28.0
12:08:50 Updating certificates in /etc/ssl/certs...
12:08:50 Fedora 37 - aarch64 - Updates                    15 MB/s |  21 MB     00:01    
12:08:50 go: downloading google.golang.org/protobuf v1.28.0
12:08:50 go: downloading github.com/go-logr/stdr v1.2.2
12:08:50 go: downloading github.com/containerd/typeurl v1.0.2
12:08:50 Selecting previously unselected package docker-ce-cli.
12:08:50 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ...
12:08:50 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:08:50 go: downloading github.com/go-logr/stdr v1.2.2
12:08:50 go: downloading github.com/containerd/typeurl v1.0.2
12:08:50 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:08:50 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:08:50 go: downloading k8s.io/klog/v2 v2.60.1
12:08:50 go: downloading github.com/pelletier/go-toml v1.9.4
12:08:50 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:08:50 go: downloading github.com/google/gofuzz v1.2.0
12:08:50 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:08:50 go: downloading github.com/gogo/googleapis v1.4.1
12:08:50 124 added, 0 removed; done.
12:08:50 Setting up dbus (1.14.0-2ubuntu3) ...
12:08:50 Setting up libgssapi-krb5-2:arm64 (1.20-1ubuntu0.1) ...
12:08:50 Setting up gir1.2-glib-2.0:arm64 (1.74.0-2) ...
12:08:50 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:08:50 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:08:50 go: downloading k8s.io/klog/v2 v2.60.1
12:08:50 go: downloading github.com/pelletier/go-toml v1.9.4
12:08:50 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:08:50 go: downloading github.com/google/gofuzz v1.2.0
12:08:50 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:08:50 go: downloading github.com/gogo/googleapis v1.4.1
12:08:51 Selecting previously unselected package docker-compose-plugin.
12:08:51 Preparing to unpack .../docker-compose-plugin_2.15.1-1~debian.10~buster_arm64.deb ...
12:08:51 Unpacking docker-compose-plugin (2.15.1-1~debian.10~buster) ...
12:08:51 Setting up libssh-4:arm64 (0.9.6-2build1) ...
12:08:51 Setting up gpgconf (2.2.35-3ubuntu1) ...
12:08:51 Setting up libpam-systemd:arm64 (251.4-1ubuntu7) ...
12:08:51 Setting up libcurl4:arm64 (7.85.0-1ubuntu0.2) ...
12:08:51 Setting up libpolkit-agent-1-0:arm64 (0.105-33) ...
12:08:51 Setting up curl (7.85.0-1ubuntu0.2) ...
12:08:51 Setting up polkitd (0.105-33) ...
12:08:51 Setting up gpg (2.2.35-3ubuntu1) ...
12:08:51 Setting up libgstreamer1.0-0:arm64 (1.20.3-1) ...
12:08:51 Setcap worked! gst-ptp-helper is not suid!
12:08:51 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
12:08:51 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
12:08:51 Setting up gpg-agent (2.2.35-3ubuntu1) ...
12:08:51 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:08:51 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:08:51 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:08:51 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:08:51 Setting up gpgsm (2.2.35-3ubuntu1) ...
12:08:51 Setting up pkexec (0.105-33) ...
12:08:51 Setting up libcurl3-gnutls:arm64 (7.85.0-1ubuntu0.2) ...
12:08:51 Setting up libappstream4:arm64 (0.15.5-1) ...
12:08:51 Setting up dirmngr (2.2.35-3ubuntu1) ...
12:08:51 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:08:51 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
12:08:51 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
12:08:51 Setting up libnsl2:arm64 (1.3.0-2build2) ...
12:08:51 Setting up policykit-1 (0.105-33) ...
12:08:51 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
12:08:51 Setting up libpython3.10-stdlib:arm64 (3.10.7-1ubuntu0.2) ...
12:08:51 Setting up gnupg (2.2.35-3ubuntu1) ...
12:08:51 Setting up packagekit (1.2.5-2ubuntu2) ...
12:08:51 Selecting previously unselected package docker-buildx-plugin.
12:08:51 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb ...
12:08:51 Unpacking docker-buildx-plugin (0.10.2-1~debian.10~buster) ...
12:08:52 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:08:52 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:08:52 go: downloading github.com/moby/locker v1.0.1
12:08:52 go: downloading github.com/felixge/httpsnoop v1.0.2
12:08:52 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:08:52 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:08:52 go: downloading gopkg.in/inf.v0 v0.9.1
12:08:52 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:08:52 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:08:52 go: downloading github.com/googleapis/gnostic v0.5.5
12:08:52 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:08:52 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:08:52 go: downloading github.com/json-iterator/go v1.1.12
12:08:52 invoke-rc.d: could not determine current runlevel
12:08:52 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:08:52 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
12:08:52 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:08:52 Setting up libpython3-stdlib:arm64 (3.10.6-1) ...
12:08:52 Setting up gnupg2 (2.2.35-3ubuntu1) ...
12:08:52 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
12:08:52 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:08:52 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:08:52 go: downloading github.com/moby/locker v1.0.1
12:08:52 go: downloading github.com/felixge/httpsnoop v1.0.2
12:08:52 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:08:52 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:08:52 go: downloading gopkg.in/inf.v0 v0.9.1
12:08:52 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:08:52 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:08:52 go: downloading github.com/googleapis/gnostic v0.5.5
12:08:52 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:08:52 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:08:52 go: downloading github.com/json-iterator/go v1.1.12
12:08:52 go: downloading github.com/modern-go/reflect2 v1.0.2
12:08:52 go: downloading sigs.k8s.io/yaml v1.2.0
12:08:52 go: downloading github.com/mattn/go-colorable v0.1.12
12:08:52 go: downloading github.com/prometheus/client_golang v1.12.2
12:08:52 go: downloading github.com/modern-go/reflect2 v1.0.2
12:08:52 go: downloading sigs.k8s.io/yaml v1.2.0
12:08:52 go: downloading github.com/mattn/go-colorable v0.1.12
12:08:52 go: downloading github.com/prometheus/client_golang v1.12.2
12:08:52 go: downloading github.com/containerd/ttrpc v1.1.0
12:08:52 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:08:52 go: downloading github.com/moby/spdystream v0.2.0
12:08:52 go: downloading github.com/mattn/go-isatty v0.0.16
12:08:52 go: downloading github.com/prometheus/client_model v0.2.0
12:08:52 go: downloading github.com/prometheus/common v0.32.1
12:08:52 go: downloading github.com/prometheus/procfs v0.7.3
12:08:52 go: downloading github.com/containerd/ttrpc v1.1.0
12:08:52 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:08:52 go: downloading github.com/moby/spdystream v0.2.0
12:08:52 go: downloading github.com/prometheus/client_model v0.2.0
12:08:52 go: downloading github.com/prometheus/common v0.32.1
12:08:52 go: downloading github.com/prometheus/procfs v0.7.3
12:08:52 go: downloading github.com/mattn/go-isatty v0.0.16
12:08:52 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:08:53 Setting up python3 (3.10.6-1) ...
12:08:53 Setting up python3-six (1.16.0-4) ...
12:08:53 Setting up python3-pyparsing (3.0.7-2) ...
12:08:53 Setting up docker-compose-plugin (2.15.1-1~debian.10~buster) ...
12:08:53 Setting up docker-buildx-plugin (0.10.2-1~debian.10~buster) ...
12:08:53 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:08:53 Setting up python3-gi (3.42.2-2) ...
12:08:53 invoke-rc.d: could not determine current runlevel
12:08:53 invoke-rc.d: policy-rc.d denied execution of start.
12:08:53 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:08:53 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:08:53  docker-ce-rootless-extras depends on dbus-user-session; however:
12:08:53   Package dbus-user-session is not installed.
12:08:53 
12:08:53 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_arm64.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_arm64.deb
12:08:53 Setting up python3-jeepney (0.8.0-1) ...
12:08:53 Setting up python3-httplib2 (0.20.4-2) ...
12:08:53 Setting up lsb-release (11.2ubuntu1) ...
12:08:53   Running scriptlet: container-selinux-3:2.198.0-1.el9.noarch             49/61 
12:08:53   Installing       : acl-2.3.1-3.el9.aarch64                              50/61 
12:08:53   Installing       : dbus-1:1.12.20-7.el9.aarch64                         51/61 
12:08:53   Installing       : systemd-pam-252-3.el9.aarch64                        52/61 
12:08:53   Running scriptlet: systemd-252-3.el9.aarch64                            53/61 
12:08:53   Installing       : systemd-252-3.el9.aarch64                            53/61 
12:08:53   Running scriptlet: systemd-252-3.el9.aarch64                            53/61 
12:08:53   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   54/61 
12:08:53   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   54/61 
12:08:53 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
12:08:53 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
12:08:53 
12:08:53   Running scriptlet: dbus-broker-28-7.el9.aarch64                         55/61 
12:08:53   Installing       : dbus-broker-28-7.el9.aarch64                         55/61 
12:08:53   Running scriptlet: dbus-broker-28-7.el9.aarch64                         55/61 
12:08:53 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
12:08:53 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
12:08:53 
12:08:53   Installing       : device-mapper-libs-9:1.02.187-4.el9.aarch64          56/61 
12:08:53   Installing       : device-mapper-9:1.02.187-4.el9.aarch64               57/61 
12:08:53   Installing       : containerd.io-1.6.16-3.1.el9.aarch64                 58/61 
12:08:53   Running scriptlet: containerd.io-1.6.16-3.1.el9.aarch64                 58/61 
12:08:53   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   59/61 
12:08:53 Reading package lists...
12:08:54 Setting up python3-cffi-backend:arm64 (1.15.1-1) ...
12:08:54 Setting up python3-blinker (1.4+dfsg1-0.5) ...
12:08:54 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:08:54   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   59/61 
12:08:54   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.aar   60/61 
12:08:54   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.aar   60/61 
12:08:54   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           61/61 
12:08:54   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          61/61 
12:08:54   Running scriptlet: container-selinux-3:2.198.0-1.el9.noarch             61/61 
12:08:54 Building dependency tree...
12:08:54 Reading state information...
12:08:54 Correcting dependencies... Done
12:08:54 Setting up python3-more-itertools (8.10.0-2) ...
12:08:54 Setting up python3-dbus (1.2.18-3build1) ...
12:08:54 Skipping docker-ce, it is already installed and upgrade is not set.
12:08:54 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:08:54 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:08:54 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:08:54 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:08:54 The following additional packages will be installed:
12:08:54   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:08:54   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
12:08:54   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
12:08:54   libnftnl11 libpam-systemd systemd systemd-sysv
12:08:54 Suggested packages:
12:08:54   kmod systemd-container policykit-1
12:08:54 Recommended packages:
12:08:54   nftables libnss-systemd
12:08:54 Setting up python3-distro (1.7.0-1) ...
12:08:54   Running scriptlet: rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           61/61 
12:08:54   Verifying        : acl-2.3.1-3.el9.aarch64                               1/61 
12:08:54   Verifying        : cracklib-2.9.6-27.el9.aarch64                         2/61 
12:08:54   Verifying        : cracklib-dicts-2.9.6-27.el9.aarch64                   3/61 
12:08:54   Verifying        : dbus-1:1.12.20-7.el9.aarch64                          4/61 
12:08:54   Verifying        : dbus-broker-28-7.el9.aarch64                          5/61 
12:08:54   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    6/61 
12:08:54   Verifying        : device-mapper-9:1.02.187-4.el9.aarch64                7/61 
12:08:54   Verifying        : device-mapper-libs-9:1.02.187-4.el9.aarch64           8/61 
12:08:54   Verifying        : diffutils-3.7-12.el9.aarch64                          9/61 
12:08:54   Verifying        : fuse-common-3.10.2-5.el9.aarch64                     10/61 
12:08:54   Verifying        : iptables-libs-1.8.8-6.el9.aarch64                    11/61 
12:08:54   Verifying        : iptables-nft-1.8.8-6.el9.aarch64                     12/61 
12:08:54   Verifying        : kmod-28-7.el9.aarch64                                13/61 
12:08:54   Verifying        : kmod-libs-28-7.el9.aarch64                           14/61 
12:08:54   Verifying        : libdb-5.3.28-53.el9.aarch64                          15/61 
12:08:54   Verifying        : libeconf-0.4.1-2.el9.aarch64                         16/61 
12:08:54   Verifying        : libfdisk-2.37.4-9.el9.aarch64                        17/61 
12:08:54   Verifying        : libibverbs-41.0-3.el9.aarch64                        18/61 
12:08:54   Verifying        : libmnl-1.0.4-15.el9.aarch64                          19/61 
12:08:54   Verifying        : libnetfilter_conntrack-1.0.9-1.el9.aarch64           20/61 
12:08:54   Verifying        : libnfnetlink-1.0.1-21.el9.aarch64                    21/61 
12:08:54   Verifying        : libnftnl-1.2.2-1.el9.aarch64                         22/61 
12:08:54   Verifying        : libnl3-3.7.0-1.el9.aarch64                           23/61 
12:08:54   Verifying        : libpcap-14:1.10.0-4.el9.aarch64                      24/61 
12:08:54   Verifying        : libpwquality-1.4.4-8.el9.aarch64                     25/61 
12:08:54   Verifying        : libseccomp-2.5.2-2.el9.aarch64                       26/61 
12:08:54   Verifying        : libselinux-utils-3.5-0.rc1.1.el9.aarch64             27/61 
12:08:54   Verifying        : libutempter-1.2.1-6.el9.aarch64                      28/61 
12:08:54   Verifying        : openssl-1:3.0.7-2.el9.aarch64                        29/61 
12:08:54   Verifying        : pam-1.5.1-14.el9.aarch64                             30/61 
12:08:54   Verifying        : policycoreutils-3.5-0.rc1.2.el9.aarch64              31/61 
12:08:54   Verifying        : python3-distro-1.5.0-7.el9.noarch                    32/61 
12:08:54   Verifying        : python3-setools-4.4.0-5.el9.aarch64                  33/61 
12:08:54   Verifying        : python3-setuptools-53.0.0-12.el9.noarch              34/61 
12:08:54   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.aarch64           35/61 
12:08:54   Verifying        : selinux-policy-38.1.5-1.el9.noarch                   36/61 
12:08:54   Verifying        : selinux-policy-targeted-38.1.5-1.el9.noarch          37/61 
12:08:54   Verifying        : systemd-252-3.el9.aarch64                            38/61 
12:08:54   Verifying        : systemd-pam-252-3.el9.aarch64                        39/61 
12:08:54   Verifying        : systemd-rpm-macros-252-3.el9.noarch                  40/61 
12:08:54   Verifying        : util-linux-2.37.4-9.el9.aarch64                      41/61 
12:08:54   Verifying        : util-linux-core-2.37.4-9.el9.aarch64                 42/61 
12:08:54   Verifying        : xz-5.2.5-8.el9.aarch64                               43/61 
12:08:54   Verifying        : checkpolicy-3.5-0.rc2.1.el9.aarch64                  44/61 
12:08:54   Verifying        : container-selinux-3:2.198.0-1.el9.noarch             45/61 
12:08:54   Verifying        : fuse-overlayfs-1.10-1.el9.aarch64                    46/61 
12:08:54   Verifying        : fuse3-3.10.2-5.el9.aarch64                           47/61 
12:08:54   Verifying        : fuse3-libs-3.10.2-5.el9.aarch64                      48/61 
12:08:54   Verifying        : libslirp-4.4.0-4.el9.aarch64                         49/61 
12:08:54   Verifying        : policycoreutils-python-utils-3.5-0.rc1.2.el9.noarc   50/61 
12:08:54   Verifying        : python3-audit-3.0.7-103.el9.aarch64                  51/61 
12:08:54   Verifying        : python3-libselinux-3.5-0.rc1.1.el9.aarch64           52/61 
12:08:54   Verifying        : python3-libsemanage-3.5-0.rc1.1.el9.aarch64          53/61 
12:08:54   Verifying        : python3-policycoreutils-3.5-0.rc1.2.el9.noarch       54/61 
12:08:54   Verifying        : slirp4netns-1.2.0-2.el9.aarch64                      55/61 
12:08:54   Verifying        : containerd.io-1.6.16-3.1.el9.aarch64                 56/61 
12:08:54   Verifying        : docker-compose-plugin-2.15.1-0.el9.aarch64           57/61 
12:08:54   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   58/61 
12:08:54   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.aar   59/61 
12:08:54   Verifying        : docker-buildx-plugin-0.10.2-0.el9.aarch64            60/61 
12:08:54   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9   61/61 
12:08:54 
12:08:54 Installed:
12:08:54   acl-2.3.1-3.el9.aarch64                                                       
12:08:54   checkpolicy-3.5-0.rc2.1.el9.aarch64                                           
12:08:54   container-selinux-3:2.198.0-1.el9.noarch                                      
12:08:54   containerd.io-1.6.16-3.1.el9.aarch64                                          
12:08:54   cracklib-2.9.6-27.el9.aarch64                                                 
12:08:54   cracklib-dicts-2.9.6-27.el9.aarch64                                           
12:08:54   dbus-1:1.12.20-7.el9.aarch64                                                  
12:08:54   dbus-broker-28-7.el9.aarch64                                                  
12:08:54   dbus-common-1:1.12.20-7.el9.noarch                                            
12:08:54   device-mapper-9:1.02.187-4.el9.aarch64                                        
12:08:54   device-mapper-libs-9:1.02.187-4.el9.aarch64                                   
12:08:54   diffutils-3.7-12.el9.aarch64                                                  
12:08:54   docker-buildx-plugin-0.10.2-0.el9.aarch64                                     
12:08:54   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.aarch64                        
12:08:54   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9.aarch64                    
12:08:54   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.aarch64          
12:08:54   docker-compose-plugin-2.15.1-0.el9.aarch64                                    
12:08:54   fuse-common-3.10.2-5.el9.aarch64                                              
12:08:54   fuse-overlayfs-1.10-1.el9.aarch64                                             
12:08:54   fuse3-3.10.2-5.el9.aarch64                                                    
12:08:54   fuse3-libs-3.10.2-5.el9.aarch64                                               
12:08:54   iptables-libs-1.8.8-6.el9.aarch64                                             
12:08:54   iptables-nft-1.8.8-6.el9.aarch64                                              
12:08:54   kmod-28-7.el9.aarch64                                                         
12:08:54   kmod-libs-28-7.el9.aarch64                                                    
12:08:54   libdb-5.3.28-53.el9.aarch64                                                   
12:08:54   libeconf-0.4.1-2.el9.aarch64                                                  
12:08:54   libfdisk-2.37.4-9.el9.aarch64                                                 
12:08:54   libibverbs-41.0-3.el9.aarch64                                                 
12:08:54   libmnl-1.0.4-15.el9.aarch64                                                   
12:08:54   libnetfilter_conntrack-1.0.9-1.el9.aarch64                                    
12:08:54   libnfnetlink-1.0.1-21.el9.aarch64                                             
12:08:54   libnftnl-1.2.2-1.el9.aarch64                                                  
12:08:54   libnl3-3.7.0-1.el9.aarch64                                                    
12:08:54   libpcap-14:1.10.0-4.el9.aarch64                                               
12:08:54   libpwquality-1.4.4-8.el9.aarch64                                              
12:08:54   libseccomp-2.5.2-2.el9.aarch64                                                
12:08:54   libselinux-utils-3.5-0.rc1.1.el9.aarch64                                      
12:08:54   libslirp-4.4.0-4.el9.aarch64                                                  
12:08:54   libutempter-1.2.1-6.el9.aarch64                                               
12:08:54   openssl-1:3.0.7-2.el9.aarch64                                                 
12:08:54   pam-1.5.1-14.el9.aarch64                                                      
12:08:54   policycoreutils-3.5-0.rc1.2.el9.aarch64                                       
12:08:54   policycoreutils-python-utils-3.5-0.rc1.2.el9.noarch                           
12:08:54   python3-audit-3.0.7-103.el9.aarch64                                           
12:08:54   python3-distro-1.5.0-7.el9.noarch                                             
12:08:54   python3-libselinux-3.5-0.rc1.1.el9.aarch64                                    
12:08:54   python3-libsemanage-3.5-0.rc1.1.el9.aarch64                                   
12:08:54   python3-policycoreutils-3.5-0.rc1.2.el9.noarch                                
12:08:54   python3-setools-4.4.0-5.el9.aarch64                                           
12:08:54   python3-setuptools-53.0.0-12.el9.noarch                                       
12:08:54   rpm-plugin-selinux-4.16.1.3-22.el9.aarch64                                    
12:08:54   selinux-policy-38.1.5-1.el9.noarch                                            
12:08:54   selinux-policy-targeted-38.1.5-1.el9.noarch                                   
12:08:54   slirp4netns-1.2.0-2.el9.aarch64                                               
12:08:54   systemd-252-3.el9.aarch64                                                     
12:08:54   systemd-pam-252-3.el9.aarch64                                                 
12:08:54   systemd-rpm-macros-252-3.el9.noarch                                           
12:08:54   util-linux-2.37.4-9.el9.aarch64                                               
12:08:54   util-linux-core-2.37.4-9.el9.aarch64                                          
12:08:54   xz-5.2.5-8.el9.aarch64                                                        
12:08:54 
12:08:54 Complete!
12:08:54 The following NEW packages will be installed:
12:08:54   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:08:54   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
12:08:54   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
12:08:54   libnftnl11 libpam-systemd systemd systemd-sysv
12:08:54 Setting up python3-jwt (2.4.0-1) ...
12:08:54 Setting up python3-apt (2.4.0+22.10) ...
12:08:54 + verify_binaries
12:08:54 + docker --version
12:08:54 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:08:54 ++ uname -m
12:08:54 + '[' aarch64 = x86_64 ']'
12:08:54 + docker buildx version
12:08:54 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
12:08:54 Need to get 25.2 MB of archives.
12:08:54 After this operation, 112 MB of additional disk space will be used.
12:08:54 Get:1 http://deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
12:08:54 Get:2 http://deb.debian.org/debian buster/main arm64 libargon2-1 arm64 0~20171227-0.2 [18.9 kB]
12:08:54 Get:3 http://deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
12:08:54 Get:4 http://deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
12:08:54 Get:5 http://deb.debian.org/debian buster/main arm64 libjson-c3 arm64 0.12.1+ds-2+deb10u1 [26.8 kB]
12:08:54 Get:6 http://deb.debian.org/debian buster/main arm64 libcryptsetup12 arm64 2:2.1.0-5+deb10u2 [181 kB]
12:08:54 Get:7 https://download.docker.com/linux/debian buster/test arm64 containerd.io arm64 1.6.16-1 [19.9 MB]
12:08:54 Get:8 http://deb.debian.org/debian buster/main arm64 libidn11 arm64 1.33-2.2 [113 kB]
12:08:54 Get:9 http://deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
12:08:54 Get:10 http://deb.debian.org/debian buster/main arm64 libkmod2 arm64 26-1 [49.4 kB]
12:08:54 Get:11 http://deb.debian.org/debian buster/main arm64 systemd arm64 241-7~deb10u8 [3256 kB]
12:08:54 Get:12 http://deb.debian.org/debian buster/main arm64 systemd-sysv arm64 241-7~deb10u8 [100 kB]
12:08:54 Get:13 http://deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
12:08:54 Get:14 http://deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
12:08:54 Get:15 http://deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
12:08:54 Get:16 http://deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
12:08:54 Get:17 http://deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
12:08:54 Get:18 http://deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
12:08:54 Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 dbus arm64 1.12.24-0+deb10u1 [231 kB]
12:08:54 Get:20 http://deb.debian.org/debian buster/main arm64 libpam-systemd arm64 241-7~deb10u8 [201 kB]
12:08:54 Get:21 http://deb.debian.org/debian-security buster/updates/main arm64 dbus-user-session arm64 1.12.24-0+deb10u1 [97.9 kB]
12:08:55 Setting up python3-lazr.uri (1.0.6-2) ...
12:08:55 Setting up python3-zipp (1.0.0-4) ...
12:08:55 github.com/docker/buildx v0.10.2 00ed17d
12:08:55 + docker compose version
12:08:55 Docker Compose version v2.15.1
12:08:55 + dockerd --version
12:08:55 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:08:55 + docker-proxy --version
12:08:55 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:08:55 + containerd --version
12:08:55 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:55 + ctr --version
12:08:55 ctr containerd.io 1.6.16
12:08:55 + containerd-shim --help
12:08:55 Usage of containerd-shim:
12:08:55   -address string
12:08:55     	grpc address back to main containerd
12:08:55   -containerd-binary containerd publish
12:08:55     	path to containerd binary (used for containerd publish) (default "containerd")
12:08:55   -criu string
12:08:55     	path to criu binary
12:08:55   -debug
12:08:55     	enable debug output in logs
12:08:55   -namespace string
12:08:55     	namespace that owns the shim
12:08:55   -runtime-root string
12:08:55     	root directory for the runtime (default "/run/containerd/runc")
12:08:55   -socket string
12:08:55     	socket path to serve
12:08:55   -systemd-cgroup
12:08:55     	set runtime to use systemd-cgroup
12:08:55   -workdir string
12:08:55     	path used to storge large temporary data
12:08:55 + containerd-shim-runc-v1 -v
12:08:55 containerd-shim-runc-v1:
12:08:55   Version:  1.6.16
12:08:55   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:55   Go version: go1.18.10
12:08:55 
12:08:55 + containerd-shim-runc-v2 -v
12:08:55 containerd-shim-runc-v2:
12:08:55   Version:  1.6.16
12:08:55   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:08:55   Go version: go1.18.10
12:08:55 
12:08:55 + runc --version
12:08:55 Setting up python3-cryptography (3.4.8-2) ...
12:08:55 runc version 1.1.4
12:08:55 commit: v1.1.4-0-g5fd4c4d
12:08:55 spec: 1.0.2-dev
12:08:55 go: go1.18.10
12:08:55 libseccomp: 2.5.2
12:08:55 debconf: delaying package configuration, since apt-utils is not installed
12:08:55 Fetched 25.2 MB in 1s (39.5 MB/s)
12:08:55 Selecting previously unselected package libapparmor1:arm64.
12:08: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 ... 9937 files and directories currently installed.)
12:08:55 Preparing to unpack .../0-libapparmor1_2.13.2-10_arm64.deb ...
12:08:55 Unpacking libapparmor1:arm64 (2.13.2-10) ...
12:08:55 Selecting previously unselected package libargon2-1:arm64.
12:08:55 Preparing to unpack .../1-libargon2-1_0~20171227-0.2_arm64.deb ...
12:08:55 Unpacking libargon2-1:arm64 (0~20171227-0.2) ...
12:08:55 Selecting previously unselected package dmsetup.
12:08:55 Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_arm64.deb ...
12:08:55 Unpacking dmsetup (2:1.02.155-3) ...
12:08:55 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:08:55 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
12:08:55 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
12:08:55 Selecting previously unselected package libjson-c3:arm64.
12:08:55 Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_arm64.deb ...
12:08:55 Unpacking libjson-c3:arm64 (0.12.1+ds-2+deb10u1) ...
12:08:55 Setting up python3-wadllib (1.3.6-1) ...
12:08:55 Setting up python3-importlib-metadata (4.6.4-1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:08:55 Selecting previously unselected package libcryptsetup12:arm64.
12:08:55 Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_arm64.deb ...
12:08:55 Unpacking libcryptsetup12:arm64 (2:2.1.0-5+deb10u2) ...
12:08:55 Selecting previously unselected package libidn11:arm64.
12:08:55 Preparing to unpack .../6-libidn11_1.33-2.2_arm64.deb ...
12:08:55 Unpacking libidn11:arm64 (1.33-2.2) ...
12:08:55 Selecting previously unselected package libip4tc0:arm64.
12:08:55 Preparing to unpack .../7-libip4tc0_1.8.2-4_arm64.deb ...
12:08:55 Unpacking libip4tc0:arm64 (1.8.2-4) ...
12:08:55 Selecting previously unselected package libkmod2:arm64.
12:08:55 Preparing to unpack .../8-libkmod2_26-1_arm64.deb ...
12:08:55 Unpacking libkmod2:arm64 (26-1) ...
12:08:55 Selecting previously unselected package systemd.
12:08:55 Preparing to unpack .../9-systemd_241-7~deb10u8_arm64.deb ...
12:08:55 Setting up python3-oauthlib (3.2.0-1ubuntu1) ...
12:08:56 Unpacking systemd (241-7~deb10u8) ...
12:08:56 make[2]: Leaving directory '/root/build-deb/compose'
12:08:56 # Build the scan-plugin
12:08:56 # TODO change once we support scan-plugin on other architectures
12:08:56 if [ "amd64" = "amd64" ]; then \
12:08:56 	cd /go/src/github.com/docker/scan-cli-plugin \
12:08:56 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:08:56 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:08:56 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:08:56 fi
12:08:56 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
12:08:56 GO111MODULE=on make -f builder.Makefile build
12:08:56 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
12:08:56 mkdir -p bin
12:08: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
12:08:56 go: downloading github.com/docker/cli v20.10.17+incompatible
12:08:56 go: downloading github.com/docker/docker v20.10.17+incompatible
12:08:56 go: downloading github.com/spf13/cobra v1.5.0
12:08:56 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:08:56 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
12:08:56 go: downloading github.com/docker/go-units v0.4.0
12:08:56 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:08:56 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:08:56 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:08:56 go: downloading github.com/moby/sys/mount v0.3.3
12:08:56 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
12:08:56 go: downloading github.com/containerd/containerd v1.6.6
12:08:56 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:08:56 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
12:08:56 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:08:56 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12:08:56 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:08:56 Setting up python3-secretstorage (3.3.3-1ubuntu1) ...
12:08:56 Setting up python3-keyring (23.8.2-1) ...
12:08:56 Setting up libapparmor1:arm64 (2.13.2-10) ...
12:08:56 Setting up libargon2-1:arm64 (0~20171227-0.2) ...
12:08:56 Setting up libjson-c3:arm64 (0.12.1+ds-2+deb10u1) ...
12:08:56 Setting up libidn11:arm64 (1.33-2.2) ...
12:08:56 Setting up libip4tc0:arm64 (1.8.2-4) ...
12:08:56 Setting up libkmod2:arm64 (26-1) ...
12:08:56 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
12:08:56 Setting up libcryptsetup12:arm64 (2:2.1.0-5+deb10u2) ...
12:08:56 Setting up systemd (241-7~deb10u8) ...
12:08:56 Setting up python3-lazr.restfulclient (0.14.4-1) ...
12:08:56 Setting up python3-launchpadlib (1.10.16-1) ...
12:08:56 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:08:56 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:08:56 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
12:08:56 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:08:56 Initializing machine ID from random generator.
12:08:56 Processing triggers for sgml-base (1.30) ...
12:08:56 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:08:56 Setting up python3-software-properties (0.99.27) ...
12:08:56 Setting up dmsetup (2:1.02.155-3) ...
12:08:56 Setting up software-properties-common (0.99.27) ...
12:08:56 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
12:08:56 Updating certificates in /etc/ssl/certs...
12:08:57 Selecting previously unselected package systemd-sysv.
12:08: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 ... 10767 files and directories currently installed.)
12:08:57 Preparing to unpack .../00-systemd-sysv_241-7~deb10u8_arm64.deb ...
12:08:57 Unpacking systemd-sysv (241-7~deb10u8) ...
12:08:57 Selecting previously unselected package libip6tc0:arm64.
12:08:57 Preparing to unpack .../01-libip6tc0_1.8.2-4_arm64.deb ...
12:08:57 Unpacking libip6tc0:arm64 (1.8.2-4) ...
12:08:57 Selecting previously unselected package libiptc0:arm64.
12:08:57 Preparing to unpack .../02-libiptc0_1.8.2-4_arm64.deb ...
12:08:57 Unpacking libiptc0:arm64 (1.8.2-4) ...
12:08:57 Selecting previously unselected package libnfnetlink0:arm64.
12:08:57 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
12:08:57 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
12:08:57 Selecting previously unselected package libnetfilter-conntrack3:arm64.
12:08:57 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
12:08:57 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
12:08:57 Selecting previously unselected package libnftnl11:arm64.
12:08:57 Preparing to unpack .../05-libnftnl11_1.1.2-2_arm64.deb ...
12:08:57 Unpacking libnftnl11:arm64 (1.1.2-2) ...
12:08:57 Selecting previously unselected package iptables.
12:08:57 Preparing to unpack .../06-iptables_1.8.2-4_arm64.deb ...
12:08:57 Unpacking iptables (1.8.2-4) ...
12:08:57 Selecting previously unselected package dbus.
12:08:57 Preparing to unpack .../07-dbus_1.12.24-0+deb10u1_arm64.deb ...
12:08:57 Unpacking dbus (1.12.24-0+deb10u1) ...
12:08:57 Selecting previously unselected package libpam-systemd:arm64.
12:08:57 Preparing to unpack .../08-libpam-systemd_241-7~deb10u8_arm64.deb ...
12:08:57 Unpacking libpam-systemd:arm64 (241-7~deb10u8) ...
12:08:57 0 added, 0 removed; done.
12:08:57 Running hooks in /etc/ca-certificates/update.d...
12:08:57 done.
12:08:57 Processing triggers for dbus (1.14.0-2ubuntu3) ...
12:08:57 ++ source /etc/os-release
12:08:57 +++ PRETTY_NAME='Ubuntu 22.10'
12:08:57 +++ NAME=Ubuntu
12:08:57 +++ VERSION_ID=22.10
12:08:57 +++ VERSION='22.10 (Kinetic Kudu)'
12:08:57 +++ VERSION_CODENAME=kinetic
12:08:57 +++ ID=ubuntu
12:08:57 +++ ID_LIKE=debian
12:08:57 +++ HOME_URL=https://www.ubuntu.com/
12:08:57 +++ SUPPORT_URL=https://help.ubuntu.com/
12:08:57 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
12:08:57 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
12:08:57 +++ UBUNTU_CODENAME=kinetic
12:08:57 +++ LOGO=ubuntu-logo
12:08:57 ++ echo ubuntu
12:08:57 + DIST_ID=ubuntu
12:08:57 ++ lsb_release -sc
12:08:57 + DIST_VERSION=kinetic
12:08:57 + '[' kinetic = sid ']'
12:08:57 + install_debian_containerd
12:08:57 + '[' staging = stage ']'
12:08:57 + REPO_URL=https://download.docker.com/linux/ubuntu
12:08:57 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
12:08:57 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
12:08:57 + update-ca-certificates -f
12:08:57 Clearing symlinks in /etc/ssl/certs...
12:08:57 Selecting previously unselected package containerd.io.
12:08:57 Preparing to unpack .../09-containerd.io_1.6.16-1_arm64.deb ...
12:08:57 Unpacking containerd.io (1.6.16-1) ...
12:08:57 done.
12:08:57 Updating certificates in /etc/ssl/certs...
12:08:58 Fedora Modular 37 - aarch64 - Updates           869 kB/s | 929 kB     00:01    
12:08:58 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:08:58 124 added, 0 removed; done.
12:08:58 Running hooks in /etc/ca-certificates/update.d...
12:08:58 done.
12:08:58 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
12:08:58 + apt-key add -
12:08:58 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:08:58 OK
12:08:58 + '[' kinetic = sid ']'
12:08:58 ++ dpkg --print-architecture
12:08:58 + ARCH=arm64
12:08:58 + echo 'deb [arch=arm64] https://download.docker.com/linux/ubuntu kinetic test'
12:08:58 + apt-get update
12:08:58 Selecting previously unselected package dbus-user-session.
12:08:58 Preparing to unpack .../10-dbus-user-session_1.12.24-0+deb10u1_arm64.deb ...
12:08:58 Unpacking dbus-user-session (1.12.24-0+deb10u1) ...
12:08:59 Get:1 https://download.docker.com/linux/ubuntu kinetic InRelease [48.9 kB]
12:08:59 Hit:2 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease
12:08:59 Setting up systemd-sysv (241-7~deb10u8) ...
12:08:59 Setting up libip6tc0:arm64 (1.8.2-4) ...
12:08:59 Setting up libnftnl11:arm64 (1.1.2-2) ...
12:08:59 Setting up libiptc0:arm64 (1.8.2-4) ...
12:08:59 Setting up dbus (1.12.24-0+deb10u1) ...
12:08:59 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [109 kB]
12:08:59 Get:4 https://download.docker.com/linux/ubuntu kinetic/test arm64 Packages [10.1 kB]
12:08:59 invoke-rc.d: could not determine current runlevel
12:08:59 invoke-rc.d: policy-rc.d denied execution of start.
12:08:59 Setting up containerd.io (1.6.16-1) ...
12:08:59 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:08:59 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
12:08:59 Setting up libpam-systemd:arm64 (241-7~deb10u8) ...
12:08:59 Hit:5 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease
12:08:59 Hit:6 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease
12:08:59 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe arm64 Packages [152 kB]
12:08:59 Setting up dbus-user-session (1.12.24-0+deb10u1) ...
12:08:59 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
12:08:59 Setting up iptables (1.8.2-4) ...
12:08:59 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:08:59 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:08:59 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:08:59 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:08:59 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:08:59 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:08:59 Processing triggers for systemd (241-7~deb10u8) ...
12:08:59 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:08:59 + verify_binaries
12:08:59 + docker --version
12:08:59 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:08:59 ++ uname -m
12:08:59 + '[' aarch64 = x86_64 ']'
12:08:59 + docker buildx version
12:09:00 Fetched 319 kB in 1s (304 kB/s)
12:09:00 github.com/docker/buildx v0.10.2 00ed17d
12:09:00 + docker compose version
12:09:00 Docker Compose version v2.15.1
12:09:00 + dockerd --version
12:09:00 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:09:00 + docker-proxy --version
12:09:00 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:09:00 + containerd --version
12:09:00 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:00 + ctr --version
12:09:00 ctr containerd.io 1.6.16
12:09:00 + containerd-shim --help
12:09:00 Usage of containerd-shim:
12:09:00   -address string
12:09:00     	grpc address back to main containerd
12:09:00   -containerd-binary containerd publish
12:09:00     	path to containerd binary (used for containerd publish) (default "containerd")
12:09:00   -criu string
12:09:00     	path to criu binary
12:09:00   -debug
12:09:00     	enable debug output in logs
12:09:00   -namespace string
12:09:00     	namespace that owns the shim
12:09:00   -runtime-root string
12:09:00     	root directory for the runtime (default "/run/containerd/runc")
12:09:00   -socket string
12:09:00     	socket path to serve
12:09:00   -systemd-cgroup
12:09:00     	set runtime to use systemd-cgroup
12:09:00   -workdir string
12:09:00     	path used to storge large temporary data
12:09:00 + containerd-shim-runc-v1 -v
12:09:00 containerd-shim-runc-v1:
12:09:00   Version:  1.6.16
12:09:00   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:00   Go version: go1.18.10
12:09:00 
12:09:00 + containerd-shim-runc-v2 -v
12:09:00 containerd-shim-runc-v2:
12:09:00   Version:  1.6.16
12:09:00   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:00   Go version: go1.18.10
12:09:00 
12:09:00 + runc --version
12:09:00 runc version 1.1.4
12:09:00 commit: v1.1.4-0-g5fd4c4d
12:09:00 spec: 1.0.2-dev
12:09:00 go: go1.18.10
12:09:00 libseccomp: 2.3.3
12:09:00 Reading package lists...
12:09:00 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.
12:09:00 ++ find deb/debbuild/ubuntu-kinetic/ -type f -name '*.deb'
12:09:00 + packages='deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_arm64.deb
12:09:00 deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb
12:09:00 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb
12:09:00 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb
12:09:00 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb'
12:09:00 ++ echo 'deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_arm64.deb
12:09:00 deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb
12:09:00 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb
12:09:00 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb
12:09:00 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb'
12:09:00 ++ xargs
12:09:00 ++ awk '$0="./"$0'
12:09:00 + packages='./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb'
12:09:00 + set -x
12:09:00 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb
12:09:00 Selecting previously unselected package docker-compose-plugin.
12:09:00 (Reading database ... 9321 files and directories currently installed.)
12:09:00 Preparing to unpack .../docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_arm64.deb ...
12:09:00 Unpacking docker-compose-plugin (2.15.1-1~ubuntu.22.10~kinetic) ...
12:09:01 Selecting previously unselected package docker-ce-rootless-extras.
12:09:01 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ...
12:09:01 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:09:01 Selecting previously unselected package docker-ce-cli.
12:09:01 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ...
12:09:01 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:09:02 Fedora 36 openh264 (From Cisco) - aarch64       2.5 kB/s | 2.5 kB     00:01    
12:09:02 Fedora Modular 36 - aarch64                     2.4 MB/s | 2.3 MB     00:00    
12:09:02 Selecting previously unselected package docker-ce.
12:09:02 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ...
12:09:02 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:09:02 Dependencies resolved.
12:09:02 ================================================================================
12:09:02  Package                      Arch        Version             Repository   Size
12:09:02 ================================================================================
12:09:02 Installing:
12:09:02  dnf-plugins-core             noarch      4.3.1-1.fc37        fedora       34 k
12:09:02 Installing dependencies:
12:09:02  dbus-libs                    aarch64     1:1.14.4-1.fc37     updates     154 k
12:09:02  python3-dateutil             noarch      1:2.8.2-4.fc37      fedora      361 k
12:09:02  python3-dbus                 aarch64     1.3.2-1.fc37        updates     158 k
12:09:02  python3-distro               noarch      1.7.0-3.fc37        fedora       48 k
12:09:02  python3-dnf-plugins-core     noarch      4.3.1-1.fc37        fedora      278 k
12:09:02  python3-six                  noarch      1.16.0-8.fc37       fedora       42 k
12:09:02 
12:09:02 Transaction Summary
12:09:02 ================================================================================
12:09:02 Install  7 Packages
12:09:02 
12:09:02 Total download size: 1.1 M
12:09:02 Installed size: 3.3 M
12:09:02 Downloading Packages:
12:09:03 (1/7): dnf-plugins-core-4.3.1-1.fc37.noarch.rpm 115 kB/s |  34 kB     00:00    
12:09:03 (2/7): python3-distro-1.7.0-3.fc37.noarch.rpm   160 kB/s |  48 kB     00:00    
12:09:03 (3/7): python3-dateutil-2.8.2-4.fc37.noarch.rpm 1.1 MB/s | 361 kB     00:00    
12:09:03 (4/7): python3-dnf-plugins-core-4.3.1-1.fc37.no  22 MB/s | 278 kB     00:00    
12:09:03 (5/7): python3-six-1.16.0-8.fc37.noarch.rpm     3.4 MB/s |  42 kB     00:00    
12:09:03 (6/7): python3-dbus-1.3.2-1.fc37.aarch64.rpm     25 MB/s | 158 kB     00:00    
12:09:03 (7/7): dbus-libs-1.14.4-1.fc37.aarch64.rpm       15 MB/s | 154 kB     00:00    
12:09:03 --------------------------------------------------------------------------------
12:09:03 Total                                           1.1 MB/s | 1.1 MB     00:00     
12:09:03 Running transaction check
12:09:03 Transaction check succeeded.
12:09:03 Running transaction test
12:09:03 Transaction test succeeded.
12:09:03 Running transaction
12:09:03   Preparing        :                                                        1/1 
12:09:03   Installing       : dbus-libs-1:1.14.4-1.fc37.aarch64                      1/7 
12:09:03   Installing       : python3-dbus-1.3.2-1.fc37.aarch64                      2/7 
12:09:03   Installing       : python3-six-1.16.0-8.fc37.noarch                       3/7 
12:09:03   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch                 4/7 
12:09:03   Installing       : python3-distro-1.7.0-3.fc37.noarch                     5/7 
12:09:03   Installing       : python3-dnf-plugins-core-4.3.1-1.fc37.noarch           6/7 
12:09:03   Installing       : dnf-plugins-core-4.3.1-1.fc37.noarch                   7/7 
12:09:03   Running scriptlet: dnf-plugins-core-4.3.1-1.fc37.noarch                   7/7 
12:09:03   Verifying        : dnf-plugins-core-4.3.1-1.fc37.noarch                   1/7 
12:09:03   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch                 2/7 
12:09:03   Verifying        : python3-distro-1.7.0-3.fc37.noarch                     3/7 
12:09:03   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc37.noarch           4/7 
12:09:03   Verifying        : python3-six-1.16.0-8.fc37.noarch                       5/7 
12:09:03   Verifying        : dbus-libs-1:1.14.4-1.fc37.aarch64                      6/7 
12:09:03   Verifying        : python3-dbus-1.3.2-1.fc37.aarch64                      7/7 
12:09:03 
12:09:03 Installed:
12:09:03   dbus-libs-1:1.14.4-1.fc37.aarch64                                             
12:09:03   dnf-plugins-core-4.3.1-1.fc37.noarch                                          
12:09:03   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
12:09:03   python3-dbus-1.3.2-1.fc37.aarch64                                             
12:09:03   python3-distro-1.7.0-3.fc37.noarch                                            
12:09:03   python3-dnf-plugins-core-4.3.1-1.fc37.noarch                                  
12:09:03   python3-six-1.16.0-8.fc37.noarch                                              
12:09:03 
12:09:03 Complete!
12:09:03 + case ${DIST_ID}:${DIST_VERSION} in
12:09:03 + dnf install -y findutils
12:09:03 Selecting previously unselected package docker-buildx-plugin.
12:09:03 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb ...
12:09:03 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.22.10~kinetic) ...
12:09:03 make[2]: Leaving directory '/root/build-deb/compose'
12:09:03 # Build the scan-plugin
12:09:03 # TODO change once we support scan-plugin on other architectures
12:09:03 if [ "amd64" = "amd64" ]; then \
12:09:03 	cd /go/src/github.com/docker/scan-cli-plugin \
12:09:03 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:09:03 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:09:03 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:09:03 fi
12:09:03 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
12:09:03 GO111MODULE=on make -f builder.Makefile build
12:09:03 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
12:09:03 mkdir -p bin
12:09:03 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
12:09:03 go: downloading github.com/docker/cli v20.10.17+incompatible
12:09:03 go: downloading github.com/docker/docker v20.10.17+incompatible
12:09:03 go: downloading github.com/spf13/cobra v1.5.0
12:09:03 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
12:09:03 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:09:03 go: downloading github.com/docker/go-units v0.4.0
12:09:03 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:09:03 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:09:03 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:09:03 go: downloading github.com/moby/sys/mount v0.3.3
12:09:03 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
12:09:03 go: downloading github.com/containerd/containerd v1.6.6
12:09:03 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:09:03 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:09:03 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
12:09:03 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12:09:03 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:09:03 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:09:03 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:09:03 make[1]: Leaving directory '/root/build-deb'
12:09:03    debian/rules override_dh_auto_test
12:09:03 make[1]: Entering directory '/root/build-deb'
12:09:03 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:09:03 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:09:03 PASS: daemon version OK
12:09:03 ver="$(cli/build/docker --version)"; \
12:09:03 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:09:03 PASS: cli version OK
12:09:03 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:03 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:09:03 PASS: docker-buildx version OK
12:09:03 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:03 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:09:03 PASS: docker-compose version OK
12:09:03 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:09:03 # TODO change once we support scan-plugin on other architectures
12:09:03 if [ "amd64" = "amd64" ]; then \
12:09:03 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:03 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:09:03 fi
12:09:03 PASS: docker-scan version OK
12:09:03 make[1]: Leaving directory '/root/build-deb'
12:09:03    create-stamp debian/debhelper-build-stamp
12:09:03  debian/rules binary
12:09:03 dh binary --with=bash-completion
12:09:03    dh_testroot
12:09:03    dh_prep
12:09:03    debian/rules override_dh_auto_install
12:09:03 make[1]: Entering directory '/root/build-deb'
12:09:03 # docker-ce-cli install
12:09:03 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:09:03 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:09:03 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:09:03 # docker-ce install
12:09:03 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:09:03 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:09:03 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:09:03 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:09:03 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:09:03 # docker-buildx-plugin install
12:09:03 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:09:03 # docker-compose-plugin install
12:09:03 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:09:03 # docker-scan-plugin install
12:09:03 # TODO change once we support scan-plugin on other architectures
12:09:03 if [ "amd64" = "amd64" ]; then \
12:09:03 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:09:03 fi
12:09:03 # docker-ce-rootless-extras install
12:09:03 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:09:03 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:09:03 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:09:03 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:09:03 Fedora 36 - aarch64 - Updates                    16 MB/s |  30 MB     00:01    
12:09:04 # TODO: how can we install vpnkit?
12:09:04 make[1]: Leaving directory '/root/build-deb'
12:09:04    debian/rules override_dh_install
12:09:04 make[1]: Entering directory '/root/build-deb'
12:09:04 dh_install
12:09:04 # TODO Can we do this from within our container?
12:09:04 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:09:04 make[1]: Leaving directory '/root/build-deb'
12:09:04    dh_installdocs
12:09:04    dh_installchangelogs
12:09:04    dh_installman
12:09:04 Last metadata expiration check: 0:00:07 ago on Tue Feb  7 12:08:57 2023.
12:09:04 Setting up docker-compose-plugin (2.15.1-1~ubuntu.22.10~kinetic) ...
12:09:04 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:09:04 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:09:04 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
12:09:04 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:09:04 invoke-rc.d: could not determine current runlevel
12:09:04 invoke-rc.d: policy-rc.d denied execution of start.
12:09:04 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.22.10~kinetic) ...
12:09:04 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:09:04  docker-ce-rootless-extras depends on dbus-user-session; however:
12:09:04   Package dbus-user-session is not installed.
12:09:04 
12:09:04 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:09:04 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_arm64.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_arm64.deb
12:09:04   Running scriptlet: container-selinux-2:2.189.0-1.module_el8.7.0+1216+   33/39 
12:09:04   Installing       : containerd.io-1.6.16-3.1.el8.aarch64                 34/39 
12:09:04   Running scriptlet: containerd.io-1.6.16-3.1.el8.aarch64                 34/39 
12:09:04   Installing       : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.aarc   35/39 
12:09:04   Installing       : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.a   36/39 
12:09:04   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   37/39 
12:09:04   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   37/39 
12:09:04   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.aar   38/39 
12:09:04   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.aar   38/39 
12:09:04   Cleanup          : xz-libs-5.2.4-4.el8_6.aarch64                        39/39 
12:09:04   Running scriptlet: container-selinux-2:2.189.0-1.module_el8.7.0+1216+   39/39 
12:09:04   Running scriptlet: xz-libs-5.2.4-4.el8_6.aarch64                        39/39 
12:09:04   Verifying        : xz-libs-5.2.4-4.el8.aarch64                           1/39 
12:09:04   Verifying        : xz-libs-5.2.4-4.el8_6.aarch64                         2/39 
12:09:04   Verifying        : container-selinux-2:2.189.0-1.module_el8.7.0+1216+    3/39 
12:09:04   Verifying        : fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.    4/39 
12:09:04   Verifying        : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.aarc    5/39 
12:09:04   Verifying        : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.a    6/39 
12:09:04   Verifying        : checkpolicy-2.9-1.el8.aarch64                         7/39 
12:09:04   Verifying        : diffutils-3.6-6.el8.aarch64                           8/39 
12:09:04   Verifying        : fuse-common-3.3.0-16.el8.aarch64                      9/39 
12:09:04   Verifying        : fuse3-3.3.0-16.el8.aarch64                           10/39 
12:09:04   Verifying        : fuse3-libs-3.3.0-16.el8.aarch64                      11/39 
12:09:04   Verifying        : iptables-1.8.4-24.el8.aarch64                        12/39 
12:09:04   Verifying        : iptables-libs-1.8.4-24.el8.aarch64                   13/39 
12:09:04   Verifying        : kmod-25-19.el8.aarch64                               14/39 
12:09:04   Verifying        : libcgroup-0.41-19.el8.aarch64                        15/39 
12:09:04   Verifying        : libibverbs-41.0-1.el8.aarch64                        16/39 
12:09:04   Verifying        : libmnl-1.0.4-6.el8.aarch64                           17/39 
12:09:04   Verifying        : libnetfilter_conntrack-1.0.6-5.el8.aarch64           18/39 
12:09:04   Verifying        : libnfnetlink-1.0.1-13.el8.aarch64                    19/39 
12:09:04   Verifying        : libnftnl-1.1.5-5.el8.aarch64                         20/39 
12:09:04   Verifying        : libpcap-14:1.9.1-5.el8.aarch64                       21/39 
12:09:04   Verifying        : libselinux-utils-2.9-6.el8.aarch64                   22/39 
12:09:04   Verifying        : policycoreutils-2.9-21.1.el8.aarch64                 23/39 
12:09:04   Verifying        : policycoreutils-python-utils-2.9-21.1.el8.noarch     24/39 
12:09:04   Verifying        : python3-audit-3.0.7-4.el8.aarch64                    25/39 
12:09:04   Verifying        : python3-libselinux-2.9-6.el8.aarch64                 26/39 
12:09:04   Verifying        : python3-libsemanage-2.9-9.el8.aarch64                27/39 
12:09:04   Verifying        : python3-policycoreutils-2.9-21.1.el8.noarch          28/39 
12:09:04   Verifying        : python3-setools-4.3.0-3.el8.aarch64                  29/39 
12:09:04   Verifying        : rpm-plugin-selinux-4.14.3-23.el8.aarch64             30/39 
12:09:04   Verifying        : selinux-policy-3.14.3-114.el8.noarch                 31/39 
12:09:04   Verifying        : selinux-policy-targeted-3.14.3-114.el8.noarch        32/39 
12:09:04   Verifying        : xz-5.2.4-4.el8.aarch64                               33/39 
12:09:04   Verifying        : containerd.io-1.6.16-3.1.el8.aarch64                 34/39 
12:09:04   Verifying        : docker-compose-plugin-2.15.1-0.el8.aarch64           35/39 
12:09:04   Verifying        : docker-buildx-plugin-0.10.2-0.el8.aarch64            36/39 
12:09:04   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   37/39 
12:09:04   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8   38/39 
12:09:04   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.aar   39/39 
12:09:04 
12:09:04 Downgraded:
12:09:04   xz-libs-5.2.4-4.el8.aarch64                                                   
12:09:04 Installed:
12:09:04   checkpolicy-2.9-1.el8.aarch64                                                 
12:09:04   container-selinux-2:2.189.0-1.module_el8.7.0+1216+b022c01d.noarch             
12:09:04   containerd.io-1.6.16-3.1.el8.aarch64                                          
12:09:04   diffutils-3.6-6.el8.aarch64                                                   
12:09:04   docker-buildx-plugin-0.10.2-0.el8.aarch64                                     
12:09:04   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.aarch64                        
12:09:04   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8.aarch64                    
12:09:04   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.aarch64          
12:09:04   docker-compose-plugin-2.15.1-0.el8.aarch64                                    
12:09:04   fuse-common-3.3.0-16.el8.aarch64                                              
12:09:04   fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.aarch64                     
12:09:04   fuse3-3.3.0-16.el8.aarch64                                                    
12:09:04   fuse3-libs-3.3.0-16.el8.aarch64                                               
12:09:04   iptables-1.8.4-24.el8.aarch64                                                 
12:09:04   iptables-libs-1.8.4-24.el8.aarch64                                            
12:09:04   kmod-25-19.el8.aarch64                                                        
12:09:04   libcgroup-0.41-19.el8.aarch64                                                 
12:09:04   libibverbs-41.0-1.el8.aarch64                                                 
12:09:04   libmnl-1.0.4-6.el8.aarch64                                                    
12:09:04   libnetfilter_conntrack-1.0.6-5.el8.aarch64                                    
12:09:04   libnfnetlink-1.0.1-13.el8.aarch64                                             
12:09:04   libnftnl-1.1.5-5.el8.aarch64                                                  
12:09:04   libpcap-14:1.9.1-5.el8.aarch64                                                
12:09:04   libselinux-utils-2.9-6.el8.aarch64                                            
12:09:04   libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.aarch64                         
12:09:04   policycoreutils-2.9-21.1.el8.aarch64                                          
12:09:04   policycoreutils-python-utils-2.9-21.1.el8.noarch                              
12:09:04   python3-audit-3.0.7-4.el8.aarch64                                             
12:09:04   python3-libselinux-2.9-6.el8.aarch64                                          
12:09:04   python3-libsemanage-2.9-9.el8.aarch64                                         
12:09:04   python3-policycoreutils-2.9-21.1.el8.noarch                                   
12:09:04   python3-setools-4.3.0-3.el8.aarch64                                           
12:09:04   rpm-plugin-selinux-4.14.3-23.el8.aarch64                                      
12:09:04   selinux-policy-3.14.3-114.el8.noarch                                          
12:09:04   selinux-policy-targeted-3.14.3-114.el8.noarch                                 
12:09:04   slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.aarch64                      
12:09:04   xz-5.2.4-4.el8.aarch64                                                        
12:09:04 
12:09:04 Complete!
12:09:04 + verify_binaries
12:09:04 + docker --version
12:09:04 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:09:04 ++ uname -m
12:09:04 + '[' aarch64 = x86_64 ']'
12:09:04 + docker buildx version
12:09:04 github.com/docker/buildx v0.10.2 00ed17d
12:09:04 + docker compose version
12:09:04 Docker Compose version v2.15.1
12:09:04 + dockerd --version
12:09:04 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:09:04 + docker-proxy --version
12:09:04 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:09:04 + containerd --version
12:09:04 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:04 + ctr --version
12:09:04 ctr containerd.io 1.6.16
12:09:04 + containerd-shim --help
12:09:04 Usage of containerd-shim:
12:09:04   -address string
12:09:04     	grpc address back to main containerd
12:09:04   -containerd-binary containerd publish
12:09:04     	path to containerd binary (used for containerd publish) (default "containerd")
12:09:04   -criu string
12:09:04     	path to criu binary
12:09:04   -debug
12:09:04     	enable debug output in logs
12:09:04   -namespace string
12:09:04     	namespace that owns the shim
12:09:04   -runtime-root string
12:09:04     	root directory for the runtime (default "/run/containerd/runc")
12:09:04   -socket string
12:09:04     	socket path to serve
12:09:04   -systemd-cgroup
12:09:04     	set runtime to use systemd-cgroup
12:09:04   -workdir string
12:09:04     	path used to storge large temporary data
12:09:04 + containerd-shim-runc-v1 -v
12:09:04 containerd-shim-runc-v1:
12:09:04   Version:  1.6.16
12:09:04   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:04   Go version: go1.18.10
12:09:04 
12:09:04 + containerd-shim-runc-v2 -v
12:09:04 containerd-shim-runc-v2:
12:09:04   Version:  1.6.16
12:09:04   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:04   Go version: go1.18.10
12:09:04 
12:09:04 + runc --version
12:09:04 runc version 1.1.4
12:09:04 commit: v1.1.4-0-g5fd4c4d
12:09:04 spec: 1.0.2-dev
12:09:04 go: go1.18.10
12:09:04 libseccomp: 2.5.2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:09:05    dh_bash-completion
12:09:05    dh_systemd_enable
12:09:05    debian/rules override_dh_installinit
12:09:05 make[1]: Entering directory '/root/build-deb'
12:09:05 # use "docker" as our service name, not "docker-ce"
12:09:05 dh_installinit --name=docker
12:09:05 make[1]: Leaving directory '/root/build-deb'
12:09:05    dh_systemd_start
12:09:05    dh_perl
12:09:05    dh_link
12:09:05    dh_strip_nondeterminism
12:09:05 make[2]: Leaving directory '/root/build-deb/compose'
12:09:05 # Build the scan-plugin
12:09:05 # TODO change once we support scan-plugin on other architectures
12:09:05 if [ "amd64" = "amd64" ]; then \
12:09:05 	cd /go/src/github.com/docker/scan-cli-plugin \
12:09:05 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:09:05 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:09:05 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:09:05 fi
12:09:05 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
12:09:05 GO111MODULE=on make -f builder.Makefile build
12:09:05 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
12:09:05 mkdir -p bin
12:09: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
12:09:05 go: downloading github.com/docker/cli v20.10.17+incompatible
12:09:05 go: downloading github.com/docker/docker v20.10.17+incompatible
12:09:05 go: downloading github.com/spf13/cobra v1.5.0
12:09:05 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
12:09:05 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:09:05 go: downloading github.com/docker/go-units v0.4.0
12:09:05 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:09:05 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:09:05 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:09:05 go: downloading github.com/moby/sys/mount v0.3.3
12:09:05 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
12:09:05 go: downloading github.com/containerd/containerd v1.6.6
12:09:05 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:09:05 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:09:05 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
12:09:05 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12:09:05 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:09:05    dh_compress
12:09:05    dh_fixperms
12:09:05 Package findutils-1:4.9.0-2.fc37.aarch64 is already installed.
12:09:05 Dependencies resolved.
12:09:05 Nothing to do.
12:09:05 Complete!
12:09:05 + install_rpm_containerd
12:09:05 + '[' staging = stage ']'
12:09:05 + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo
12:09:05 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo
12:09:05 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo'
12:09:05 + dnf --version
12:09:05 4.14.0
12:09:05   Installed: dnf-0:4.14.0-1.fc37.noarch at Sun Dec 11 05:49:05 2022
12:09:05   Built    : Fedora Project at Fri Sep  9 13:05:18 2022
12:09:05 
12:09:05   Installed: rpm-0:4.18.0-1.fc37.aarch64 at Sun Dec 11 05:49:04 2022
12:09:05   Built    : Fedora Project at Wed Sep 21 10:52:12 2022
12:09:05 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
12:09:05    dh_missing
12:09:05    debian/rules override_dh_strip
12:09:05 make[1]: Entering directory '/root/build-deb'
12:09:05 # Go has lots of problems with stripping, so just don't
12:09:05 make[1]: Leaving directory '/root/build-deb'
12:09:05    dh_makeshlibs
12:09:05    debian/rules override_dh_shlibdeps
12:09:05 make[1]: Entering directory '/root/build-deb'
12:09:05 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:09:05 Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo
12:09:05 Reading package lists...
12:09:05 Building dependency tree...
12:09:05 Reading state information...
12:09:06 + dnf config-manager --set-disabled 'docker-ce-*'
12:09:06 Correcting dependencies... Done
12:09:06 + dnf config-manager --set-enabled docker-ce-test
12:09:06 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:09:06 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:09:06 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:09:06 Skipping docker-ce, it is already installed and upgrade is not set.
12:09:06 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:09:06 The following additional packages will be installed:
12:09:06   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:09:06   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:09:06 Suggested packages:
12:09:06   firewalld kmod nftables
12:09:06 The following NEW packages will be installed:
12:09:06   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:09:06   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:09:06 + dnf makecache
12:09:06 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded.
12:09:06 Need to get 20.6 MB of archives.
12:09:06 After this operation, 96.3 MB of additional disk space will be used.
12:09:06 Get:1 https://download.docker.com/linux/ubuntu kinetic/test arm64 containerd.io arm64 1.6.16-1 [20.0 MB]
12:09:06 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main arm64 dbus-user-session arm64 1.14.0-2ubuntu3 [10.1 kB]
12:09:06 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libmnl0 arm64 1.0.4-3ubuntu1 [12.9 kB]
12:09:06 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libxtables12 arm64 1.8.7-1ubuntu6 [30.5 kB]
12:09:06 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 netbase all 6.3 [12.9 kB]
12:09:07 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libip6tc2 arm64 1.8.7-1ubuntu6 [19.9 kB]
12:09:07 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnfnetlink0 arm64 1.0.2-2 [15.4 kB]
12:09:07 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnetfilter-conntrack3 arm64 1.0.9-2 [44.4 kB]
12:09:07 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 libnftnl11 arm64 1.2.3-1 [63.2 kB]
12:09:07 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main arm64 iptables arm64 1.8.7-1ubuntu6 [450 kB]
12:09:07 debconf: delaying package configuration, since apt-utils is not installed
12:09:07 Fetched 20.6 MB in 1s (23.4 MB/s)
12:09:07 Selecting previously unselected package dbus-user-session.
12:09: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 ... 9546 files and directories currently installed.)
12:09:07 Preparing to unpack .../0-dbus-user-session_1.14.0-2ubuntu3_arm64.deb ...
12:09:07 Unpacking dbus-user-session (1.14.0-2ubuntu3) ...
12:09:07 Selecting previously unselected package libmnl0:arm64.
12:09:07 Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_arm64.deb ...
12:09:07 Docker CE Test - aarch64                         27 kB/s |  18 kB     00:00    
12:09:07 Unpacking libmnl0:arm64 (1.0.4-3ubuntu1) ...
12:09:07 Selecting previously unselected package libxtables12:arm64.
12:09:07 Preparing to unpack .../2-libxtables12_1.8.7-1ubuntu6_arm64.deb ...
12:09:07 Unpacking libxtables12:arm64 (1.8.7-1ubuntu6) ...
12:09:07 Selecting previously unselected package netbase.
12:09:07 Preparing to unpack .../3-netbase_6.3_all.deb ...
12:09:07 Unpacking netbase (6.3) ...
12:09:07 Selecting previously unselected package libip6tc2:arm64.
12:09:07 Preparing to unpack .../4-libip6tc2_1.8.7-1ubuntu6_arm64.deb ...
12:09:07 Unpacking libip6tc2:arm64 (1.8.7-1ubuntu6) ...
12:09:07 Selecting previously unselected package libnfnetlink0:arm64.
12:09:07 Preparing to unpack .../5-libnfnetlink0_1.0.2-2_arm64.deb ...
12:09:07 Unpacking libnfnetlink0:arm64 (1.0.2-2) ...
12:09:07 Selecting previously unselected package libnetfilter-conntrack3:arm64.
12:09:07 Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-2_arm64.deb ...
12:09:07 Unpacking libnetfilter-conntrack3:arm64 (1.0.9-2) ...
12:09:07 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:09:07 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:09:07 make[1]: Leaving directory '/root/build-deb'
12:09:07    debian/rules override_dh_auto_test
12:09:07 make[1]: Entering directory '/root/build-deb'
12:09:07 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:09:07 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:09:08 Selecting previously unselected package libnftnl11:arm64.
12:09:08 Preparing to unpack .../7-libnftnl11_1.2.3-1_arm64.deb ...
12:09:08 Unpacking libnftnl11:arm64 (1.2.3-1) ...
12:09:08 Selecting previously unselected package iptables.
12:09:08 Preparing to unpack .../8-iptables_1.8.7-1ubuntu6_arm64.deb ...
12:09:08 Unpacking iptables (1.8.7-1ubuntu6) ...
12:09:08 Selecting previously unselected package containerd.io.
12:09:08 Preparing to unpack .../9-containerd.io_1.6.16-1_arm64.deb ...
12:09:08 Unpacking containerd.io (1.6.16-1) ...
12:09:08 Fedora 37 - aarch64                              46 kB/s |  14 kB     00:00    
12:09:08 PASS: daemon version OK
12:09:08 ver="$(cli/build/docker --version)"; \
12:09:08 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:09:08 PASS: cli version OK
12:09:08 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:08 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:09:08 PASS: docker-buildx version OK
12:09:08 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:08 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:09:08 PASS: docker-compose version OK
12:09:08 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:09:08 # TODO change once we support scan-plugin on other architectures
12:09:08 if [ "amd64" = "amd64" ]; then \
12:09:08 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:08 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:09:08 fi
12:09:08 PASS: docker-scan version OK
12:09:08 make[1]: Leaving directory '/root/build-deb'
12:09:08    create-stamp debian/debhelper-build-stamp
12:09:08  debian/rules binary
12:09:08 dh binary --with=bash-completion
12:09:08    dh_testroot
12:09:08 Fedora 37 openh264 (From Cisco) - aarch64       3.3 kB/s | 990  B     00:00    
12:09:08 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:09:08 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:09:08 make[1]: Leaving directory '/root/build-deb'
12:09:08    debian/rules override_dh_auto_test
12:09:08 make[1]: Entering directory '/root/build-deb'
12:09:08 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:09:08 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:09:08 PASS: daemon version OK
12:09:08 ver="$(cli/build/docker --version)"; \
12:09:08 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:09:08 PASS: cli version OK
12:09:08 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:08 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:09:08 PASS: docker-buildx version OK
12:09:08 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:08 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:09:08 PASS: docker-compose version OK
12:09:08 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:09:08 # TODO change once we support scan-plugin on other architectures
12:09:08 if [ "amd64" = "amd64" ]; then \
12:09:08 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:08 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:09:08 fi
12:09:08 PASS: docker-scan version OK
12:09:08 make[1]: Leaving directory '/root/build-deb'
12:09:08    create-stamp debian/debhelper-build-stamp
12:09:08  debian/rules binary
12:09:08 dh binary --with=bash-completion
12:09:08    dh_testroot
12:09:08    dh_prep
12:09:08    debian/rules override_dh_auto_install
12:09:08 make[1]: Entering directory '/root/build-deb'
12:09:08 # docker-ce-cli install
12:09:08 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:09:08 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:09:08 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:09:08 # docker-ce install
12:09:08 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:09:08 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:09:08 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:09:08 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:09:08 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:09:08 # docker-buildx-plugin install
12:09:08 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:09:08    dh_prep
12:09:08    debian/rules override_dh_auto_install
12:09:08 make[1]: Entering directory '/root/build-deb'
12:09:08 # docker-ce-cli install
12:09:08 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:09:08 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:09:08 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:09:08 # docker-ce install
12:09:08 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:09:08 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:09:08 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:09:08 # docker-compose-plugin install
12:09:08 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:09:08 # docker-scan-plugin install
12:09:08 # TODO change once we support scan-plugin on other architectures
12:09:08 if [ "amd64" = "amd64" ]; then \
12:09:08 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:09:08 fi
12:09:08 # docker-ce-rootless-extras install
12:09:08 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:09:08 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:09:08 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:09:08 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:09:08 # TODO: how can we install vpnkit?
12:09:08 make[1]: Leaving directory '/root/build-deb'
12:09:08    debian/rules override_dh_install
12:09:08 make[1]: Entering directory '/root/build-deb'
12:09:08 dh_install
12:09:08 # TODO Can we do this from within our container?
12:09:08 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:09:08 make[1]: Leaving directory '/root/build-deb'
12:09:08    dh_installdocs
12:09:08 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:09:08 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:09:08 # docker-buildx-plugin install
12:09:08 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:09:08 # docker-compose-plugin install
12:09:08 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:09:08 # docker-scan-plugin install
12:09:08 # TODO change once we support scan-plugin on other architectures
12:09:08 if [ "amd64" = "amd64" ]; then \
12:09:08 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:09:08 fi
12:09:08 # docker-ce-rootless-extras install
12:09:08 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:09:08 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:09:08 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:09:08 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:09:08 # TODO: how can we install vpnkit?
12:09:08 make[1]: Leaving directory '/root/build-deb'
12:09:08    debian/rules override_dh_install
12:09:08 make[1]: Entering directory '/root/build-deb'
12:09:08 dh_install
12:09:08    dh_installchangelogs
12:09:08    dh_installman
12:09:08 Fedora Modular 37 - aarch64                      26 kB/s |  14 kB     00:00    
12:09:08 # TODO Can we do this from within our container?
12:09:08 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:09:08 make[1]: Leaving directory '/root/build-deb'
12:09:08    dh_installdocs
12:09:08    dh_installchangelogs
12:09:09 Fedora 37 - aarch64 - Updates                    55 kB/s |  14 kB     00:00    
12:09:09    dh_installman
12:09:09    dh_bash-completion
12:09:09    dh_systemd_enable
12:09:09    debian/rules override_dh_installinit
12:09:09 make[1]: Entering directory '/root/build-deb'
12:09:09 # use "docker" as our service name, not "docker-ce"
12:09:09 dh_installinit --name=docker
12:09:09 make[1]: Leaving directory '/root/build-deb'
12:09:09    dh_systemd_start
12:09:09    dh_perl
12:09:09 Setting up libip6tc2:arm64 (1.8.7-1ubuntu6) ...
12:09:09    dh_bash-completion
12:09:09    dh_systemd_enable
12:09:09    debian/rules override_dh_installinit
12:09:09 make[1]: Entering directory '/root/build-deb'
12:09:09 # use "docker" as our service name, not "docker-ce"
12:09:09 dh_installinit --name=docker
12:09:09 make[1]: Leaving directory '/root/build-deb'
12:09:09    dh_systemd_start
12:09:09    dh_perl
12:09:09    dh_link
12:09:09    dh_strip_nondeterminism
12:09:09 Setting up dbus-user-session (1.14.0-2ubuntu3) ...
12:09:09 Setting up libmnl0:arm64 (1.0.4-3ubuntu1) ...
12:09:09 Setting up containerd.io (1.6.16-1) ...
12:09:09 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:09:09 Setting up libxtables12:arm64 (1.8.7-1ubuntu6) ...
12:09:09 Setting up libnfnetlink0:arm64 (1.0.2-2) ...
12:09:09 Setting up netbase (6.3) ...
12:09:09 Setting up libnftnl11:arm64 (1.2.3-1) ...
12:09:09 Setting up libnetfilter-conntrack3:arm64 (1.0.9-2) ...
12:09:09 Setting up iptables (1.8.7-1ubuntu6) ...
12:09:09 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:09:09 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:09:09 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:09:09 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:09:09 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:09:09    dh_link
12:09:09    dh_strip_nondeterminism
12:09:09 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:09:09 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:09:09 + verify_binaries
12:09:09 + docker --version
12:09:09 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:09:09 ++ uname -m
12:09:09 + '[' aarch64 = x86_64 ']'
12:09:09 + docker buildx version
12:09:09 github.com/docker/buildx v0.10.2 00ed17d
12:09:10 Fedora Modular 37 - aarch64 - Updates            28 kB/s |  14 kB     00:00    
12:09:10 + docker compose version
12:09:10 Docker Compose version v2.15.1
12:09:10 + dockerd --version
12:09:10 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:09:10 + docker-proxy --version
12:09:10 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:09:10 + containerd --version
12:09:10 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:10 + ctr --version
12:09:10 ctr containerd.io 1.6.16
12:09:10 + containerd-shim --help
12:09:10 Usage of containerd-shim:
12:09:10   -address string
12:09:10     	grpc address back to main containerd
12:09:10   -containerd-binary containerd publish
12:09:10     	path to containerd binary (used for containerd publish) (default "containerd")
12:09:10   -criu string
12:09:10     	path to criu binary
12:09:10   -debug
12:09:10     	enable debug output in logs
12:09:10   -namespace string
12:09:10     	namespace that owns the shim
12:09:10   -runtime-root string
12:09:10     	root directory for the runtime (default "/run/containerd/runc")
12:09:10   -socket string
12:09:10     	socket path to serve
12:09:10   -systemd-cgroup
12:09:10     	set runtime to use systemd-cgroup
12:09:10   -workdir string
12:09:10     	path used to storge large temporary data
12:09:10 + containerd-shim-runc-v1 -v
12:09:10 containerd-shim-runc-v1:
12:09:10   Version:  1.6.16
12:09:10   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:10   Go version: go1.18.10
12:09:10 
12:09:10 + containerd-shim-runc-v2 -v
12:09:10 containerd-shim-runc-v2:
12:09:10   Version:  1.6.16
12:09:10   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:10   Go version: go1.18.10
12:09:10 
12:09:10 + runc --version
12:09:10 runc version 1.1.4
12:09:10 commit: v1.1.4-0-g5fd4c4d
12:09:10 spec: 1.0.2-dev
12:09:10 go: go1.18.10
12:09:10 libseccomp: 2.5.4
12:09:10    dh_compress
12:09:10    dh_fixperms
12:09:10    dh_missing
12:09:10    debian/rules override_dh_strip
12:09:10 make[1]: Entering directory '/root/build-deb'
12:09:10 # Go has lots of problems with stripping, so just don't
12:09:10 make[1]: Leaving directory '/root/build-deb'
12:09:10    dh_makeshlibs
12:09:11 Metadata cache created.
12:09:11 + echo '[DEBUG] Installing engine rpms'
12:09:11 [DEBUG] Installing engine rpms
12:09:11 ++ find rpm/rpmbuild/fedora-37/RPMS/ -type f -name '*.rpm'
12:09:11 ++ sed /src/d
12:09:11 + packages='rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm
12:09:11 rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.fc37.aarch64.rpm
12:09:11 rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm
12:09:11 rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm
12:09:11 rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-compose-plugin-2.15.1-0.fc37.aarch64.rpm'
12:09:11 + set -x
12:09:11 ++ source /etc/os-release
12:09:11 +++ NAME='Fedora Linux'
12:09:11 +++ VERSION='37 (Container Image)'
12:09:11 +++ ID=fedora
12:09:11 +++ VERSION_ID=37
12:09:11 +++ VERSION_CODENAME=
12:09:11 +++ PLATFORM_ID=platform:f37
12:09:11 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
12:09:11 +++ ANSI_COLOR='0;38;2;60;110;180'
12:09:11 +++ LOGO=fedora-logo-icon
12:09:11 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
12:09:11 +++ DEFAULT_HOSTNAME=fedora
12:09:11 +++ HOME_URL=https://fedoraproject.org/
12:09:11 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
12:09:11 +++ SUPPORT_URL=https://ask.fedoraproject.org/
12:09:11 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:09:11 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
12:09:11 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
12:09:11 +++ REDHAT_SUPPORT_PRODUCT=Fedora
12:09:11 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
12:09:11 +++ SUPPORT_END=2023-11-14
12:09:11 +++ VARIANT='Container Image'
12:09:11 +++ VARIANT_ID=container
12:09:11 ++ echo 37
12:09:11 + product_version=37
12:09:11 + '[' 37 = rawhide ']'
12:09:11 + dnf install -y rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.fc37.aarch64.rpm rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64.rpm rpm/rpmbuild/fedora-37/RPMS/aarch64/docker-compose-plugin-2.15.1-0.fc37.aarch64.rpm
12:09:11    dh_compress
12:09:11    dh_fixperms
12:09:11    dh_missing
12:09:11    debian/rules override_dh_strip
12:09:11 make[1]: Entering directory '/root/build-deb'
12:09:11 # Go has lots of problems with stripping, so just don't
12:09:11 make[1]: Leaving directory '/root/build-deb'
12:09:11    dh_makeshlibs
12:09:11    debian/rules override_dh_shlibdeps
12:09:11 make[1]: Entering directory '/root/build-deb'
12:09:11 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:09:11    debian/rules override_dh_shlibdeps
12:09:11 make[1]: Entering directory '/root/build-deb'
12:09:11 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:09:11 Last metadata expiration check: 0:00:02 ago on Tue Feb  7 12:09:09 2023.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:09:12 Dependencies resolved.
12:09:12 =================================================================================================
12:09:12  Package                     Arch     Version                               Repository       Size
12:09:12 =================================================================================================
12:09:12 Installing:
12:09:12  docker-buildx-plugin        aarch64  0.10.2-0.fc37                         @commandline     11 M
12:09:12  docker-ce                   aarch64  3:0.0.0~20230206193855.ab4ef4a-0.fc37 @commandline     15 M
12:09:12  docker-ce-cli               aarch64  1:0.0.0~20230206193855.ab4ef4a-0.fc37 @commandline    6.4 M
12:09:12  docker-ce-rootless-extras   aarch64  0.0.0~20230206193855.ab4ef4a-0.fc37   @commandline    3.4 M
12:09:12  docker-compose-plugin       aarch64  2.15.1-0.fc37                         @commandline    9.0 M
12:09:12 Upgrading:
12:09:12  systemd-libs                aarch64  251.10-588.fc37                       updates         590 k
12:09:12 Installing dependencies:
12:09:12  container-selinux           noarch   2:2.199.0-1.fc37                      updates          50 k
12:09:12  containerd.io               aarch64  1.6.16-3.1.fc37                       docker-ce-test   24 M
12:09:12  dbus                        aarch64  1:1.14.4-1.fc37                       updates         7.8 k
12:09:12  dbus-broker                 aarch64  32-1.fc37                             fedora          169 k
12:09:12  dbus-common                 noarch   1:1.14.4-1.fc37                       updates          15 k
12:09:12  device-mapper               aarch64  1.02.175-9.fc37                       fedora          136 k
12:09:12  device-mapper-libs          aarch64  1.02.175-9.fc37                       fedora          169 k
12:09:12  diffutils                   aarch64  3.8-3.fc37                            fedora          376 k
12:09:12  fuse-common                 aarch64  3.10.5-5.fc37                         fedora          8.2 k
12:09:12  fuse-overlayfs              aarch64  1.9-6.fc37                            updates          69 k
12:09:12  fuse3                       aarch64  3.10.5-5.fc37                         fedora           54 k
12:09:12  fuse3-libs                  aarch64  3.10.5-5.fc37                         fedora           90 k
12:09:12  iptables-legacy             aarch64  1.8.8-4.fc37                          updates          51 k
12:09:12  iptables-legacy-libs        aarch64  1.8.8-4.fc37                          updates          38 k
12:09:12  iptables-libs               aarch64  1.8.8-4.fc37                          updates         432 k
12:09:12  kmod                        aarch64  30-2.fc37                             fedora          118 k
12:09:12  kmod-libs                   aarch64  30-2.fc37                             fedora           66 k
12:09:12  libargon2                   aarch64  20190702-1.fc37                       fedora           28 k
12:09:12  libcgroup                   aarch64  3.0-1.fc37                            fedora           75 k
12:09:12  libfdisk                    aarch64  2.38.1-1.fc37                         fedora          155 k
12:09:12  libibverbs                  aarch64  41.0-1.fc37                           fedora          404 k
12:09:12  libmnl                      aarch64  1.0.5-1.fc37                          fedora           28 k
12:09:12  libnetfilter_conntrack      aarch64  1.0.8-5.fc37                          fedora           57 k
12:09:12  libnfnetlink                aarch64  1.0.1-22.fc37                         fedora           29 k
12:09:12  libnl3                      aarch64  3.7.0-2.fc37                          fedora          336 k
12:09:12  libpcap                     aarch64  14:1.10.3-1.fc37                      updates         172 k
12:09:12  libseccomp                  aarch64  2.5.3-3.fc37                          fedora           71 k
12:09:12  libselinux-utils            aarch64  3.4-5.fc37                            fedora          160 k
12:09:12  libslirp                    aarch64  4.7.0-2.fc37                          fedora           73 k
12:09:12  libutempter                 aarch64  1.2.1-7.fc37                          fedora           26 k
12:09:12  policycoreutils             aarch64  3.4-6.fc37                            fedora          239 k
12:09:12  rpm-plugin-selinux          aarch64  4.18.0-1.fc37                         fedora           20 k
12:09:12  selinux-policy              noarch   37.19-1.fc37                          updates          51 k
12:09:12  selinux-policy-targeted     noarch   37.19-1.fc37                          updates         6.6 M
12:09:12  slirp4netns                 aarch64  1.2.0-8.fc37                          updates          47 k
12:09:12  systemd                     aarch64  251.10-588.fc37                       updates         4.0 M
12:09:12  systemd-pam                 aarch64  251.10-588.fc37                       updates         323 k
12:09:12  util-linux                  aarch64  2.38.1-1.fc37                         fedora          2.3 M
12:09:12  xkeyboard-config            noarch   2.36-3.fc37                           updates         957 k
12:09:12  xz                          aarch64  5.2.5-10.fc37                         fedora          223 k
12:09:12 Installing weak dependencies:
12:09:12  cryptsetup-libs             aarch64  2.5.0-1.fc37                          fedora          453 k
12:09:12  libbpf                      aarch64  2:0.8.0-2.fc37                        fedora          173 k
12:09:12  libxkbcommon                aarch64  1.4.1-2.fc37                          fedora          139 k
12:09:12  qrencode-libs               aarch64  4.1.1-3.fc37                          fedora           61 k
12:09:12  systemd-networkd            aarch64  251.10-588.fc37                       updates         573 k
12:09:12  systemd-resolved            aarch64  251.10-588.fc37                       updates         264 k
12:09:12 
12:09:12 Transaction Summary
12:09:12 =================================================================================================
12:09:12 Install  51 Packages
12:09:12 Upgrade   1 Package
12:09:12 
12:09:12 Total size: 89 M
12:09:12 Total download size: 45 M
12:09:12 Downloading Packages:
12:09:13 (1/47): cryptsetup-libs-2.5.0-1.fc37.aarch64.rp 1.5 MB/s | 453 kB     00:00    
12:09:13 (2/47): dbus-broker-32-1.fc37.aarch64.rpm       554 kB/s | 169 kB     00:00    
12:09:13 (3/47): device-mapper-1.02.175-9.fc37.aarch64.r  25 MB/s | 136 kB     00:00    
12:09:13 (4/47): device-mapper-libs-1.02.175-9.fc37.aarc  18 MB/s | 169 kB     00:00    
12:09:13 (5/47): diffutils-3.8-3.fc37.aarch64.rpm         43 MB/s | 376 kB     00:00    
12:09:13 (6/47): fuse-common-3.10.5-5.fc37.aarch64.rpm   1.1 MB/s | 8.2 kB     00:00    
12:09:13 (7/47): fuse3-3.10.5-5.fc37.aarch64.rpm         9.0 MB/s |  54 kB     00:00    
12:09:13 (8/47): fuse3-libs-3.10.5-5.fc37.aarch64.rpm     14 MB/s |  90 kB     00:00    
12:09:13 (9/47): kmod-30-2.fc37.aarch64.rpm               14 MB/s | 118 kB     00:00    
12:09:13 (10/47): kmod-libs-30-2.fc37.aarch64.rpm        5.8 MB/s |  66 kB     00:00    
12:09:13 (11/47): libargon2-20190702-1.fc37.aarch64.rpm  1.2 MB/s |  28 kB     00:00    
12:09:13 (12/47): libbpf-0.8.0-2.fc37.aarch64.rpm        8.4 MB/s | 173 kB     00:00    
12:09:13 (13/47): libcgroup-3.0-1.fc37.aarch64.rpm       7.3 MB/s |  75 kB     00:00    
12:09:13 (14/47): libfdisk-2.38.1-1.fc37.aarch64.rpm      13 MB/s | 155 kB     00:00    
12:09:13 (15/47): libibverbs-41.0-1.fc37.aarch64.rpm      23 MB/s | 404 kB     00:00    
12:09:13 (16/47): libmnl-1.0.5-1.fc37.aarch64.rpm        2.4 MB/s |  28 kB     00:00    
12:09:13 (17/47): libnetfilter_conntrack-1.0.8-5.fc37.aa 5.7 MB/s |  57 kB     00:00    
12:09:13 (18/47): libnfnetlink-1.0.1-22.fc37.aarch64.rpm 2.4 MB/s |  29 kB     00:00    
12:09:13 (19/47): libnl3-3.7.0-2.fc37.aarch64.rpm         24 MB/s | 336 kB     00:00    
12:09:13 (20/47): libseccomp-2.5.3-3.fc37.aarch64.rpm    4.7 MB/s |  71 kB     00:00    
12:09:13 (21/47): libselinux-utils-3.4-5.fc37.aarch64.rp  12 MB/s | 160 kB     00:00    
12:09:13 (22/47): libslirp-4.7.0-2.fc37.aarch64.rpm      6.1 MB/s |  73 kB     00:00    
12:09:13 (23/47): libutempter-1.2.1-7.fc37.aarch64.rpm   2.2 MB/s |  26 kB     00:00    
12:09:13 (24/47): containerd.io-1.6.16-3.1.fc37.aarch64.  46 MB/s |  24 MB     00:00    
12:09:13 (25/47): libxkbcommon-1.4.1-2.fc37.aarch64.rpm  2.1 MB/s | 139 kB     00:00    
12:09:13 (26/47): policycoreutils-3.4-6.fc37.aarch64.rpm 3.7 MB/s | 239 kB     00:00    
12:09:13 (27/47): qrencode-libs-4.1.1-3.fc37.aarch64.rpm 7.7 MB/s |  61 kB     00:00    
12:09:13 (28/47): rpm-plugin-selinux-4.18.0-1.fc37.aarch 1.9 MB/s |  20 kB     00:00    
12:09:13 (29/47): util-linux-2.38.1-1.fc37.aarch64.rpm   112 MB/s | 2.3 MB     00:00    
12:09:13 (30/47): xz-5.2.5-10.fc37.aarch64.rpm            14 MB/s | 223 kB     00:00    
12:09:13 (31/47): container-selinux-2.199.0-1.fc37.noarc 2.5 MB/s |  50 kB     00:00    
12:09:13 (32/47): dbus-1.14.4-1.fc37.aarch64.rpm         654 kB/s | 7.8 kB     00:00    
12:09:13 (33/47): dbus-common-1.14.4-1.fc37.noarch.rpm   2.4 MB/s |  15 kB     00:00    
12:09:13 (34/47): fuse-overlayfs-1.9-6.fc37.aarch64.rpm  7.8 MB/s |  69 kB     00:00    
12:09:13 (35/47): iptables-legacy-1.8.8-4.fc37.aarch64.r 5.1 MB/s |  51 kB     00:00    
12:09:13 (36/47): iptables-legacy-libs-1.8.8-4.fc37.aarc 4.8 MB/s |  38 kB     00:00    
12:09:13 (37/47): iptables-libs-1.8.8-4.fc37.aarch64.rpm  35 MB/s | 432 kB     00:00    
12:09:13 (38/47): libpcap-1.10.3-1.fc37.aarch64.rpm       15 MB/s | 172 kB     00:00    
12:09:13 (39/47): selinux-policy-37.19-1.fc37.noarch.rpm 4.5 MB/s |  51 kB     00:00    
12:09:13 (40/47): slirp4netns-1.2.0-8.fc37.aarch64.rpm   4.5 MB/s |  47 kB     00:00    
12:09:13 (41/47): selinux-policy-targeted-37.19-1.fc37.n 120 MB/s | 6.6 MB     00:00    
12:09:13 (42/47): systemd-networkd-251.10-588.fc37.aarch  15 MB/s | 573 kB     00:00    
12:09:13 (43/47): systemd-251.10-588.fc37.aarch64.rpm     65 MB/s | 4.0 MB     00:00    
12:09:13 (44/47): systemd-resolved-251.10-588.fc37.aarch  13 MB/s | 264 kB     00:00    
12:09:13 (45/47): systemd-pam-251.10-588.fc37.aarch64.rp  12 MB/s | 323 kB     00:00    
12:09:13 (46/47): xkeyboard-config-2.36-3.fc37.noarch.rp  58 MB/s | 957 kB     00:00    
12:09:13 (47/47): systemd-libs-251.10-588.fc37.aarch64.r  38 MB/s | 590 kB     00:00    
12:09:13 --------------------------------------------------------------------------------
12:09:13 Total                                            33 MB/s |  45 MB     00:01     
12:09:13 make[1]: Leaving directory '/root/build-deb'
12:09:13    dh_installdeb
12:09:13    debian/rules override_dh_gencontrol
12:09:13 make[1]: Entering directory '/root/build-deb'
12:09:13 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:09:13 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:09:13 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:13 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:09:13 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:09:13 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:13 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:09:13 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:09:13 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:09:13 if [ "amd64" = "amd64" ]; then \
12:09:13 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:09:13 fi
12:09:13 dh_gencontrol --remaining-packages
12:09:13 make[1]: Leaving directory '/root/build-deb'
12:09:13    dh_md5sums
12:09:13 Fedora Modular 36 - aarch64 - Updates           2.7 MB/s | 2.8 MB     00:01    
12:09:14 Docker CE Test - aarch64                        6.6 kB/s | 1.6 kB     00:00    
12:09:14 Importing GPG key 0x621E9F35:
12:09:14  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
12:09:14  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
12:09:14  From       : https://download.docker.com/linux/fedora/gpg
12:09:14 Key imported successfully
12:09:14    debian/rules override_dh_builddeb
12:09:14 make[1]: Entering directory '/root/build-deb'
12:09:14 dh_builddeb -- -Zxz
12:09:14 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb'.
12:09:14 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'.
12:09:14 Last metadata expiration check: 0:00:01 ago on Tue Feb  7 12:09:13 2023.
12:09:14 Running transaction check
12:09:15 Transaction check succeeded.
12:09:15 Running transaction test
12:09:15 Transaction test succeeded.
12:09:15 Running transaction
12:09:16   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
12:09:16   Preparing        :                                                        1/1 
12:09:16   Upgrading        : systemd-libs-251.10-588.fc37.aarch64                  1/53 
12:09:16   Installing       : libseccomp-2.5.3-3.fc37.aarch64                       2/53 
12:09:16   Installing       : docker-compose-plugin-2.15.1-0.fc37.aarch64           3/53 
12:09:16   Running scriptlet: docker-compose-plugin-2.15.1-0.fc37.aarch64           3/53 
12:09:16   Installing       : libselinux-utils-3.4-5.fc37.aarch64                   4/53 
12:09:16   Installing       : libfdisk-2.38.1-1.fc37.aarch64                        5/53 
12:09:16   Installing       : fuse3-libs-3.10.5-5.fc37.aarch64                      6/53 
12:09:16   Installing       : diffutils-3.8-3.fc37.aarch64                          7/53 
12:09:16   Installing       : docker-buildx-plugin-0.10.2-0.fc37.aarch64            8/53 
12:09:16   Running scriptlet: docker-buildx-plugin-0.10.2-0.fc37.aarch64            8/53 
12:09:16   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3    9/53 
12:09:17   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3    9/53 
12:09:17   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  10/53 
12:09:17   Installing       : libxkbcommon-1.4.1-2.fc37.aarch64                    11/53 
12:09:17   Installing       : dbus-common-1:1.14.4-1.fc37.noarch                   12/53 
12:09:17   Running scriptlet: dbus-common-1:1.14.4-1.fc37.noarch                   12/53 
12:09:17   Running scriptlet: dbus-broker-32-1.fc37.aarch64                        13/53 
12:09:17   Installing       : dbus-broker-32-1.fc37.aarch64                        13/53 
12:09:17   Running scriptlet: dbus-broker-32-1.fc37.aarch64                        13/53 
12:09:17   Installing       : dbus-1:1.14.4-1.fc37.aarch64                         14/53 
12:09:17   Installing       : xz-5.2.5-10.fc37.aarch64                             15/53 
12:09:17   Installing       : qrencode-libs-4.1.1-3.fc37.aarch64                   16/53 
12:09:17   Running scriptlet: libutempter-1.2.1-7.fc37.aarch64                     17/53 
12:09:17   Installing       : libutempter-1.2.1-7.fc37.aarch64                     17/53 
12:09:17   Installing       : util-linux-2.38.1-1.fc37.aarch64                     18/53 
12:09:17 warning: /etc/adjtime created as /etc/adjtime.rpmnew
12:09:17 
12:09:17   Installing       : policycoreutils-3.4-6.fc37.aarch64                   19/53 
12:09:17   Running scriptlet: policycoreutils-3.4-6.fc37.aarch64                   19/53 
12:09:17   Installing       : selinux-policy-37.19-1.fc37.noarch                   20/53 
12:09:17   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   20/53 
12:09:17   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          21/53 
12:09:17   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          21/53 
12:09:19 Dependencies resolved.
12:09:19 ================================================================================
12:09:19  Package                      Arch        Version             Repository   Size
12:09:19 ================================================================================
12:09:19 Installing:
12:09:19  dnf-plugins-core             noarch      4.3.1-1.fc36        updates      34 k
12:09:19 Installing dependencies:
12:09:19  dbus-libs                    aarch64     1:1.14.4-1.fc36     updates     153 k
12:09:19  python3-dateutil             noarch      1:2.8.1-8.fc36      fedora      289 k
12:09:19  python3-dbus                 aarch64     1.2.18-3.fc36       fedora      132 k
12:09:19  python3-distro               noarch      1.6.0-2.fc36        fedora       38 k
12:09:19  python3-dnf-plugins-core     noarch      4.3.1-1.fc36        updates     229 k
12:09:19  python3-six                  noarch      1.16.0-5.fc36       fedora       36 k
12:09:19 
12:09:19 Transaction Summary
12:09:19 ================================================================================
12:09:19 Install  7 Packages
12:09:19 
12:09:19 Total download size: 911 k
12:09:19 Installed size: 2.9 M
12:09:19 Downloading Packages:
12:09:19 (1/7): python3-dateutil-2.8.1-8.fc36.noarch.rpm 947 kB/s | 289 kB     00:00    
12:09:19 (2/7): python3-dbus-1.2.18-3.fc36.aarch64.rpm   430 kB/s | 132 kB     00:00    
12:09:19 (3/7): python3-distro-1.6.0-2.fc36.noarch.rpm   121 kB/s |  38 kB     00:00    
12:09:19 (4/7): dbus-libs-1.14.4-1.fc36.aarch64.rpm       21 MB/s | 153 kB     00:00    
12:09:19 (5/7): python3-six-1.16.0-5.fc36.noarch.rpm     3.2 MB/s |  36 kB     00:00    
12:09:19 (6/7): dnf-plugins-core-4.3.1-1.fc36.noarch.rpm 3.6 MB/s |  34 kB     00:00    
12:09:19 (7/7): python3-dnf-plugins-core-4.3.1-1.fc36.no  23 MB/s | 229 kB     00:00    
12:09:19 --------------------------------------------------------------------------------
12:09:19 Total                                           1.0 MB/s | 911 kB     00:00     
12:09:19 Running transaction check
12:09:19 Transaction check succeeded.
12:09:19 Running transaction test
12:09:19 Transaction test succeeded.
12:09:19 Running transaction
12:09:19   Preparing        :                                                        1/1 
12:09:19   Installing       : dbus-libs-1:1.14.4-1.fc36.aarch64                      1/7 
12:09:19   Installing       : python3-dbus-1.2.18-3.fc36.aarch64                     2/7 
12:09:19   Installing       : python3-six-1.16.0-5.fc36.noarch                       3/7 
12:09:19 make[1]: Leaving directory '/root/build-deb'
12:09:19    dh_installdeb
12:09:19    debian/rules override_dh_gencontrol
12:09:19 make[1]: Entering directory '/root/build-deb'
12:09:19 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:09:19 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:09:19 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:19 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:09:19 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:09:19 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:19 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:09:19 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:09:19 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:09:19 if [ "amd64" = "amd64" ]; then \
12:09:19 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:09:19 fi
12:09:19 dh_gencontrol --remaining-packages
12:09:19   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch                 4/7 
12:09:19   Installing       : python3-distro-1.6.0-2.fc36.noarch                     5/7 
12:09:19   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch           6/7 
12:09:19   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch                   7/7 
12:09:19 make[1]: Leaving directory '/root/build-deb'
12:09:19    dh_md5sums
12:09:19   Running scriptlet: dnf-plugins-core-4.3.1-1.fc36.noarch                   7/7 
12:09:19   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch                 1/7 
12:09:19   Verifying        : python3-dbus-1.2.18-3.fc36.aarch64                     2/7 
12:09:19   Verifying        : python3-distro-1.6.0-2.fc36.noarch                     3/7 
12:09:19   Verifying        : python3-six-1.16.0-5.fc36.noarch                       4/7 
12:09:19   Verifying        : dbus-libs-1:1.14.4-1.fc36.aarch64                      5/7 
12:09:19   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch                   6/7 
12:09:19   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch           7/7 
12:09:19 
12:09:19 Installed:
12:09:19   dbus-libs-1:1.14.4-1.fc36.aarch64                                             
12:09:19   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
12:09:19   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
12:09:19   python3-dbus-1.2.18-3.fc36.aarch64                                            
12:09:19   python3-distro-1.6.0-2.fc36.noarch                                            
12:09:19   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
12:09:19   python3-six-1.16.0-5.fc36.noarch                                              
12:09:19 
12:09:19 Complete!
12:09:19 + case ${DIST_ID}:${DIST_VERSION} in
12:09:19 + dnf install -y findutils
12:09:20    debian/rules override_dh_builddeb
12:09:20 make[1]: Entering directory '/root/build-deb'
12:09:20 dh_builddeb -- -Zxz
12:09:20 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb'.
12:09:20 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'.
12:09:21 make[1]: Leaving directory '/root/build-deb'
12:09:21    dh_installdeb
12:09:21    debian/rules override_dh_gencontrol
12:09:21 make[1]: Entering directory '/root/build-deb'
12:09:21 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:09:21 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:09:21 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:21 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:09:21 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:09:21 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:21 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:09:21 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:09:21 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:09:21 if [ "amd64" = "amd64" ]; then \
12:09:21 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:09:21 fi
12:09:21 dh_gencontrol --remaining-packages
12:09:21 make[1]: Leaving directory '/root/build-deb'
12:09:21    dh_md5sums
12:09:21    debian/rules override_dh_builddeb
12:09:21 make[1]: Entering directory '/root/build-deb'
12:09:21 dh_builddeb -- -Zxz
12:09:21 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb'.
12:09:21 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'.
12:09:21 Last metadata expiration check: 0:00:07 ago on Tue Feb  7 12:09:13 2023.
12:09:21 Package findutils-1:4.9.0-1.fc36.aarch64 is already installed.
12:09:21 Dependencies resolved.
12:09:21 Nothing to do.
12:09:21 Complete!
12:09:21 + install_rpm_containerd
12:09:21 + '[' staging = stage ']'
12:09:21 + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo
12:09:21 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo'
12:09:21 + dnf --version
12:09:21 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo
12:09:22 4.14.0
12:09:22   Installed: dnf-0:4.14.0-1.fc36.noarch at Sun Dec 11 07:50:23 2022
12:09:22   Built    : Fedora Project at Fri Sep  9 13:49:11 2022
12:09:22 
12:09:22   Installed: rpm-0:4.17.1-3.fc36.aarch64 at Sun Dec 11 07:50:21 2022
12:09:22   Built    : Fedora Project at Tue Aug  2 12:32:50 2022
12:09:22 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
12:09:22 Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo
12:09:22 + dnf config-manager --set-disabled 'docker-ce-*'
12:09:22 + dnf config-manager --set-enabled docker-ce-test
12:09:23 + dnf makecache
12:09:24 Docker CE Test - aarch64                         34 kB/s |  23 kB     00:00    
12:09:24 Fedora 36 - aarch64                              44 kB/s |  15 kB     00:00    
12:09:25 Fedora 36 openh264 (From Cisco) - aarch64       2.1 kB/s | 990  B     00:00    
12:09:25 Fedora Modular 36 - aarch64                      58 kB/s |  15 kB     00:00    
12:09:25 Fedora 36 - aarch64 - Updates                    50 kB/s |  13 kB     00:00    
12:09:26 Fedora Modular 36 - aarch64 - Updates            45 kB/s |  14 kB     00:00    
12:09:27   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          21/53 
12:09:27   Running scriptlet: container-selinux-2:2.199.0-1.fc37.noarch            22/53 
12:09:27   Installing       : container-selinux-2:2.199.0-1.fc37.noarch            22/53 
12:09:27 Metadata cache created.
12:09:27 + echo '[DEBUG] Installing engine rpms'
12:09:27 [DEBUG] Installing engine rpms
12:09:27 ++ find rpm/rpmbuild/fedora-36/RPMS/ -type f -name '*.rpm'
12:09:27 ++ sed /src/d
12:09:27 + packages='rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm
12:09:27 rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm
12:09:27 rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm
12:09:27 rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-compose-plugin-2.15.1-0.fc36.aarch64.rpm
12:09:27 rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.fc36.aarch64.rpm'
12:09:27 + set -x
12:09:27 ++ source /etc/os-release
12:09:27 +++ NAME='Fedora Linux'
12:09:27 +++ VERSION='36 (Container Image)'
12:09:27 +++ ID=fedora
12:09:27 +++ VERSION_ID=36
12:09:27 +++ VERSION_CODENAME=
12:09:27 +++ PLATFORM_ID=platform:f36
12:09:27 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
12:09:27 +++ ANSI_COLOR='0;38;2;60;110;180'
12:09:27 +++ LOGO=fedora-logo-icon
12:09:27 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
12:09:27 +++ HOME_URL=https://fedoraproject.org/
12:09:27 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
12:09:27 +++ SUPPORT_URL=https://ask.fedoraproject.org/
12:09:27 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:09:27 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
12:09:27 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
12:09:27 +++ REDHAT_SUPPORT_PRODUCT=Fedora
12:09:27 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
12:09:27 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
12:09:27 +++ VARIANT='Container Image'
12:09:27 +++ VARIANT_ID=container
12:09:27 ++ echo 36
12:09:27 + product_version=36
12:09:27 + '[' 36 = rawhide ']'
12:09:27 + dnf install -y rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64.rpm rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-compose-plugin-2.15.1-0.fc36.aarch64.rpm rpm/rpmbuild/fedora-36/RPMS/aarch64/docker-buildx-plugin-0.10.2-0.fc36.aarch64.rpm
12:09:28 Last metadata expiration check: 0:00:02 ago on Tue Feb  7 12:09:26 2023.
12:09:29 Dependencies resolved.
12:09:29 =================================================================================================
12:09:29  Package                     Arch     Version                               Repository       Size
12:09:29 =================================================================================================
12:09:29 Installing:
12:09:29  docker-buildx-plugin        aarch64  0.10.2-0.fc36                         @commandline     11 M
12:09:29  docker-ce                   aarch64  3:0.0.0~20230206193855.ab4ef4a-0.fc36 @commandline     15 M
12:09:29  docker-ce-cli               aarch64  1:0.0.0~20230206193855.ab4ef4a-0.fc36 @commandline    6.4 M
12:09:29  docker-ce-rootless-extras   aarch64  0.0.0~20230206193855.ab4ef4a-0.fc36   @commandline    3.4 M
12:09:29  docker-compose-plugin       aarch64  2.15.1-0.fc36                         @commandline    9.0 M
12:09:29 Upgrading:
12:09:29  systemd-libs                aarch64  250.9-1.fc36                          updates         586 k
12:09:29 Installing dependencies:
12:09:29  container-selinux           noarch   2:2.198.0-1.fc36                      updates          51 k
12:09:29  containerd.io               aarch64  1.6.16-3.1.fc36                       docker-ce-test   24 M
12:09:29  dbus                        aarch64  1:1.14.4-1.fc36                       updates         7.2 k
12:09:29  dbus-broker                 aarch64  32-1.fc36                             updates         170 k
12:09:29  dbus-common                 noarch   1:1.14.4-1.fc36                       updates          14 k
12:09:29  device-mapper               aarch64  1.02.175-7.fc36                       fedora          137 k
12:09:29  device-mapper-libs          aarch64  1.02.175-7.fc36                       fedora          170 k
12:09:29  diffutils                   aarch64  3.8-2.fc36                            fedora          368 k
12:09:29  fuse-common                 aarch64  3.10.5-2.fc36                         fedora          8.2 k
12:09:29  fuse-overlayfs              aarch64  1.9-6.fc36                            updates          69 k
12:09:29  fuse3                       aarch64  3.10.5-2.fc36                         fedora           54 k
12:09:29  fuse3-libs                  aarch64  3.10.5-2.fc36                         fedora           90 k
12:09:29  iptables-legacy             aarch64  1.8.7-15.fc36                         fedora           51 k
12:09:29  iptables-legacy-libs        aarch64  1.8.7-15.fc36                         fedora           39 k
12:09:29  iptables-libs               aarch64  1.8.7-15.fc36                         fedora          417 k
12:09:29  kmod                        aarch64  29-7.fc36                             fedora          115 k
12:09:29  kmod-libs                   aarch64  29-7.fc36                             fedora           65 k
12:09:29  libargon2                   aarch64  20171227-9.fc36                       updates          28 k
12:09:29  libcgroup                   aarch64  2.0-4.fc36                            fedora           73 k
12:09:29  libfdisk                    aarch64  2.38-1.fc36                           updates         155 k
12:09:29  libibverbs                  aarch64  39.0-1.fc36                           fedora          392 k
12:09:29  libmnl                      aarch64  1.0.4-15.fc36                         fedora           28 k
12:09:29  libnetfilter_conntrack      aarch64  1.0.8-4.fc36                          fedora           57 k
12:09:29  libnfnetlink                aarch64  1.0.1-21.fc36                         fedora           29 k
12:09:29  libnl3                      aarch64  3.7.0-1.fc36                          updates         336 k
12:09:29  libpcap                     aarch64  14:1.10.3-1.fc36                      updates         172 k
12:09:29  libseccomp                  aarch64  2.5.3-2.fc36                          fedora           71 k
12:09:29  libselinux-utils            aarch64  3.3-4.fc36                            fedora          144 k
12:09:29  libslirp                    aarch64  4.6.1-3.fc36                          fedora           72 k
12:09:29  libutempter                 aarch64  1.2.1-6.fc36                          fedora           26 k
12:09:29  policycoreutils             aarch64  3.3-4.fc36                            fedora          203 k
12:09:29  rpm-plugin-selinux          aarch64  4.17.1-3.fc36                         updates          18 k
12:09:29  selinux-policy              noarch   36.17-1.fc36                          updates          66 k
12:09:29  selinux-policy-targeted     noarch   36.17-1.fc36                          updates         6.4 M
12:09:29  slirp4netns                 aarch64  1.2.0-0.2.beta.0.fc36                 fedora           49 k
12:09:29  systemd                     aarch64  250.9-1.fc36                          updates         4.0 M
12:09:29  systemd-pam                 aarch64  250.9-1.fc36                          updates         322 k
12:09:29  util-linux                  aarch64  2.38-1.fc36                           updates         2.3 M
12:09:29  xkeyboard-config            noarch   2.35.1-1.fc36                         fedora          878 k
12:09:29  xz                          aarch64  5.2.5-9.fc36                          fedora          215 k
12:09:29 Installing weak dependencies:
12:09:29  cryptsetup-libs             aarch64  2.4.3-2.fc36                          fedora          430 k
12:09:29  libbpf                      aarch64  2:0.7.0-3.fc36                        updates         159 k
12:09:29  libxkbcommon                aarch64  1.4.0-1.fc36                          fedora          139 k
12:09:29  qrencode-libs               aarch64  4.1.1-2.fc36                          fedora           61 k
12:09:29  systemd-networkd            aarch64  250.9-1.fc36                          updates         568 k
12:09:29  systemd-resolved            aarch64  250.9-1.fc36                          updates         258 k
12:09:29 
12:09:29 Transaction Summary
12:09:29 =================================================================================================
12:09:29 Install  51 Packages
12:09:29 Upgrade   1 Package
12:09:29 
12:09:29 Total size: 88 M
12:09:29 Total download size: 44 M
12:09:29 Downloading Packages:
12:09:30 (1/47): cryptsetup-libs-2.4.3-2.fc36.aarch64.rp 1.4 MB/s | 430 kB     00:00    
12:09:30 (2/47): device-mapper-1.02.175-7.fc36.aarch64.r 445 kB/s | 137 kB     00:00    
12:09:30 (3/47): device-mapper-libs-1.02.175-7.fc36.aarc  20 MB/s | 170 kB     00:00    
12:09:30 (4/47): diffutils-3.8-2.fc36.aarch64.rpm         23 MB/s | 368 kB     00:00    
12:09:30 (5/47): fuse-common-3.10.5-2.fc36.aarch64.rpm   709 kB/s | 8.2 kB     00:00    
12:09:30 (6/47): fuse3-3.10.5-2.fc36.aarch64.rpm         5.3 MB/s |  54 kB     00:00    
12:09:30 (7/47): fuse3-libs-3.10.5-2.fc36.aarch64.rpm    7.9 MB/s |  90 kB     00:00    
12:09:30 (8/47): iptables-legacy-libs-1.8.7-15.fc36.aarc 1.6 MB/s |  39 kB     00:00    
12:09:30 (9/47): iptables-legacy-1.8.7-15.fc36.aarch64.r 1.3 MB/s |  51 kB     00:00    
12:09:30 (10/47): kmod-29-7.fc36.aarch64.rpm              11 MB/s | 115 kB     00:00    
12:09:30 (11/47): iptables-libs-1.8.7-15.fc36.aarch64.rp  15 MB/s | 417 kB     00:00    
12:09:30 (12/47): kmod-libs-29-7.fc36.aarch64.rpm        5.9 MB/s |  65 kB     00:00    
12:09:30 (13/47): containerd.io-1.6.16-3.1.fc36.aarch64.  50 MB/s |  24 MB     00:00    
12:09:30 (14/47): libibverbs-39.0-1.fc36.aarch64.rpm     5.3 MB/s | 392 kB     00:00    
12:09:30 (15/47): libcgroup-2.0-4.fc36.aarch64.rpm       893 kB/s |  73 kB     00:00    
12:09:30 (16/47): libmnl-1.0.4-15.fc36.aarch64.rpm       2.6 MB/s |  28 kB     00:00    
12:09:30 (17/47): libseccomp-2.5.3-2.fc36.aarch64.rpm     15 MB/s |  71 kB     00:00    
12:09:30 (18/47): libselinux-utils-3.3-4.fc36.aarch64.rp  25 MB/s | 144 kB     00:00    
12:09:30 (19/47): libnfnetlink-1.0.1-21.fc36.aarch64.rpm 1.5 MB/s |  29 kB     00:00    
12:09:30 (20/47): libnetfilter_conntrack-1.0.8-4.fc36.aa 2.0 MB/s |  57 kB     00:00    
12:09:30 (21/47): libutempter-1.2.1-6.fc36.aarch64.rpm   3.4 MB/s |  26 kB     00:00    
12:09:30 (22/47): libxkbcommon-1.4.0-1.fc36.aarch64.rpm   18 MB/s | 139 kB     00:00    
12:09:30 (23/47): policycoreutils-3.3-4.fc36.aarch64.rpm  24 MB/s | 203 kB     00:00    
12:09:30 (24/47): libslirp-4.6.1-3.fc36.aarch64.rpm      2.6 MB/s |  72 kB     00:00    
12:09:30 (25/47): qrencode-libs-4.1.1-2.fc36.aarch64.rpm 6.3 MB/s |  61 kB     00:00    
12:09:30 (26/47): xkeyboard-config-2.35.1-1.fc36.noarch.  81 MB/s | 878 kB     00:00    
12:09:30 (27/47): xz-5.2.5-9.fc36.aarch64.rpm             14 MB/s | 215 kB     00:00    
12:09:30 (28/47): slirp4netns-1.2.0-0.2.beta.0.fc36.aarc 2.0 MB/s |  49 kB     00:00    
12:09:30 (29/47): dbus-1.14.4-1.fc36.aarch64.rpm         1.4 MB/s | 7.2 kB     00:00    
12:09:30 (30/47): dbus-broker-32-1.fc36.aarch64.rpm       25 MB/s | 170 kB     00:00    
12:09:30 (31/47): container-selinux-2.198.0-1.fc36.noarc 3.6 MB/s |  51 kB     00:00    
12:09:30 (32/47): dbus-common-1.14.4-1.fc36.noarch.rpm   1.5 MB/s |  14 kB     00:00    
12:09:30 (33/47): fuse-overlayfs-1.9-6.fc36.aarch64.rpm  7.1 MB/s |  69 kB     00:00    
12:09:30 (34/47): libargon2-20171227-9.fc36.aarch64.rpm  3.9 MB/s |  28 kB     00:00    
12:09:30 (35/47): libbpf-0.7.0-3.fc36.aarch64.rpm         15 MB/s | 159 kB     00:00    
12:09:30 (36/47): libfdisk-2.38-1.fc36.aarch64.rpm        15 MB/s | 155 kB     00:00    
12:09:30 (37/47): libnl3-3.7.0-1.fc36.aarch64.rpm         40 MB/s | 336 kB     00:00    
12:09:30 (38/47): rpm-plugin-selinux-4.17.1-3.fc36.aarch 2.5 MB/s |  18 kB     00:00    
12:09:30 (39/47): libpcap-1.10.3-1.fc36.aarch64.rpm       11 MB/s | 172 kB     00:00    
12:09:30 (40/47): selinux-policy-36.17-1.fc36.noarch.rpm 6.1 MB/s |  66 kB     00:00    
12:09:30 (41/47): systemd-networkd-250.9-1.fc36.aarch64.  41 MB/s | 568 kB     00:00    
12:09:30 (42/47): selinux-policy-targeted-36.17-1.fc36.n 109 MB/s | 6.4 MB     00:00    
12:09:30 (43/47): systemd-pam-250.9-1.fc36.aarch64.rpm   8.6 MB/s | 322 kB     00:00    
12:09:30 (44/47): systemd-250.9-1.fc36.aarch64.rpm        50 MB/s | 4.0 MB     00:00    
12:09:30 (45/47): systemd-resolved-250.9-1.fc36.aarch64. 7.0 MB/s | 258 kB     00:00    
12:09:30 (46/47): util-linux-2.38-1.fc36.aarch64.rpm      55 MB/s | 2.3 MB     00:00    
12:09:30 (47/47): systemd-libs-250.9-1.fc36.aarch64.rpm   33 MB/s | 586 kB     00:00    
12:09:30 --------------------------------------------------------------------------------
12:09:30 Total                                            33 MB/s |  44 MB     00:01     
12:09:31 Docker CE Test - aarch64                        6.6 kB/s | 1.6 kB     00:00    
12:09:31 Importing GPG key 0x621E9F35:
12:09:31  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
12:09:31  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
12:09:31  From       : https://download.docker.com/linux/fedora/gpg
12:09:31 Key imported successfully
12:09:31 ~/rpmbuild/BUILD/src
12:09:31 + popd
12:09:31 + exit 0
12:09:31 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VXkITh
12:09:31 + umask 022
12:09:31 + cd /root/rpmbuild/BUILD
12:09:31 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64 '!=' / ']'
12:09:31 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64
12:09:31 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64
12:09:31 + mkdir -p /root/rpmbuild/BUILDROOT
12:09:31 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64
12:09:31 + cd src
12:09:31 + pushd /root/rpmbuild/BUILD/src/compose
12:09:31 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:09:31 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:09:31 ~/rpmbuild/BUILD/src
12:09:31 + popd
12:09:31 + for f in LICENSE MAINTAINERS NOTICE README.md
12:09:31 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:09:31 + for f in LICENSE MAINTAINERS NOTICE README.md
12:09:31 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:09:31 + for f in LICENSE MAINTAINERS NOTICE README.md
12:09:31 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:09:31 + for f in LICENSE MAINTAINERS NOTICE README.md
12:09:31 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:09:31 + /usr/lib/rpm/check-buildroot
12:09:31 + /usr/lib/rpm/redhat/brp-ldconfig
12:09:31 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:09:31 + /usr/lib/rpm/brp-compress
12:09:31 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:09:31 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:09:31 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:09:31 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:09:31 + /usr/lib/rpm/brp-python-hardlink
12:09:31 + PYTHON3=/usr/libexec/platform-python
12:09:31 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:09:31 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Zsx4ER
12:09:31 + umask 022
12:09:31 + cd /root/rpmbuild/BUILD
12:09:31 + cd src
12:09:31 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:09:31 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:09:31 + ver=v2.15.1
12:09:31 + test v2.15.1 = v2.15.1
12:09:31 + echo 'PASS: docker-compose version OK'
12:09:31 PASS: docker-compose version OK
12:09:31 + exit 0
12:09:31 Processing files: docker-compose-plugin-2.15.1-0.el8.x86_64
12:09:31 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.1zirGR
12:09:31 + umask 022
12:09:31 + cd /root/rpmbuild/BUILD
12:09:31 + cd src
12:09:31 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64/usr/share/doc/docker-compose-plugin
12:09:31 + export LC_ALL=C
12:09:31 + LC_ALL=C
12:09:31 + export DOCDIR
12:09:31 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64/usr/share/doc/docker-compose-plugin
12:09:31 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64/usr/share/doc/docker-compose-plugin
12:09:31 + exit 0
12:09:31 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.VBt5jL
12:09:31 + umask 022
12:09:31 + cd /root/rpmbuild/BUILD
12:09:31 + cd src
12:09:31 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
12:09:31 + export LC_ALL=C
12:09:31 + LC_ALL=C
12:09:31 + export LICENSEDIR
12:09:31 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
12:09:31 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
12:09:31 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64/usr/share/licenses/docker-compose-plugin
12:09:31 + exit 0
12:09:31 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:09:31 Provides: docker-compose-plugin = 0:2.15.1-0.el8 docker-compose-plugin(x86-64) = 0:2.15.1-0.el8
12:09:31 Requires(interp): /bin/sh /bin/sh /bin/sh
12:09:31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:09:31 Requires(post): /bin/sh
12:09:31 Requires(preun): /bin/sh
12:09:31 Requires(postun): /bin/sh
12:09:31 Enhances: docker-ce-cli
12:09:31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64
12:09:31 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.15.1-0.el8.src.rpm
12:09:31 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.15.1-0.el8.x86_64.rpm
12:09:31 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.JEWgYx
12:09:31 + umask 022
12:09:31 + cd /root/rpmbuild/BUILD
12:09:31 + cd src
12:09:31 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el8.x86_64
12:09:31 + exit 0
12:09:31 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fh4Var
12:09:31 + umask 022
12:09:31 + cd /root/rpmbuild/BUILD
12:09:31 + cd /root/rpmbuild/BUILD
12:09:31 + rm -rf src
12:09:31 + /usr/bin/mkdir -p src
12:09:31 + cd src
12:09:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:09:31 + /usr/bin/tar -xof -
12:09:31 + STATUS=0
12:09:31 + '[' 0 -ne 0 ']'
12:09:31 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:09:31 + /usr/bin/tar -xof -
12:09:31 + STATUS=0
12:09:31 + '[' 0 -ne 0 ']'
12:09:31 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:09:31 + exit 0
12:09:31 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LC4F1O
12:09:31 + umask 022
12:09:31 + cd /root/rpmbuild/BUILD
12:09:31 + cd src
12:09:31 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:09:31 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:09:31 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
12:09:31 GO111MODULE=on make -f builder.Makefile build
12:09:31 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:09:31 mkdir -p bin
12:09:31 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
12:09:31 go: downloading github.com/docker/cli v20.10.17+incompatible
12:09:31 go: downloading github.com/docker/docker v20.10.17+incompatible
12:09:31 go: downloading github.com/spf13/cobra v1.5.0
12:09:31 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
12:09:31 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:09:31 go: downloading github.com/docker/go-units v0.4.0
12:09:31 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:09:31 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:09:31 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:09:31 go: downloading github.com/moby/sys/mount v0.3.3
12:09:31 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
12:09:31 go: downloading github.com/containerd/containerd v1.6.6
12:09:31 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:09:31 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:09:31 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
12:09:31 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12:09:31 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:09:31 Running transaction check
12:09:31 Transaction check succeeded.
12:09:31 Running transaction test
12:09:32 Transaction test succeeded.
12:09:32 Running transaction
12:09:32 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_amd64.deb'.
12:09:33   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch            1/1 
12:09:33   Preparing        :                                                        1/1 
12:09:33   Upgrading        : systemd-libs-250.9-1.fc36.aarch64                     1/53 
12:09:33   Installing       : libseccomp-2.5.3-2.fc36.aarch64                       2/53 
12:09:33   Installing       : docker-compose-plugin-2.15.1-0.fc36.aarch64           3/53 
12:09:33   Running scriptlet: docker-compose-plugin-2.15.1-0.fc36.aarch64           3/53 
12:09:33   Installing       : libfdisk-2.38-1.fc36.aarch64                          4/53 
12:09:33   Installing       : libselinux-utils-3.3-4.fc36.aarch64                   5/53 
12:09:33   Installing       : fuse3-libs-3.10.5-2.fc36.aarch64                      6/53 
12:09:33 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_amd64.deb'.
12:09:33   Installing       : diffutils-3.8-2.fc36.aarch64                          7/53 
12:09:33   Installing       : docker-buildx-plugin-0.10.2-0.fc36.aarch64            8/53 
12:09:33   Running scriptlet: docker-buildx-plugin-0.10.2-0.fc36.aarch64            8/53 
12:09:33   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3    9/53 
12:09:33   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3    9/53 
12:09:33   Installing       : libnl3-3.7.0-1.fc36.aarch64                          10/53 
12:09:33   Installing       : libibverbs-39.0-1.fc36.aarch64                       11/53 
12:09:33   Installing       : libpcap-14:1.10.3-1.fc36.aarch64                     12/53 
12:09:33   Installing       : iptables-legacy-libs-1.8.7-15.fc36.aarch64           13/53 
12:09:33   Installing       : libbpf-2:0.7.0-3.fc36.aarch64                        14/53 
12:09:33   Installing       : libargon2-20171227-9.fc36.aarch64                    15/53 
12:09:33   Installing       : dbus-common-1:1.14.4-1.fc36.noarch                   16/53 
12:09:33   Running scriptlet: dbus-common-1:1.14.4-1.fc36.noarch                   16/53 
12:09:33   Running scriptlet: dbus-broker-32-1.fc36.aarch64                        17/53 
12:09:33   Installing       : dbus-broker-32-1.fc36.aarch64                        17/53 
12:09:33   Running scriptlet: dbus-broker-32-1.fc36.aarch64                        17/53 
12:09:33   Installing       : dbus-1:1.14.4-1.fc36.aarch64                         18/53 
12:09:33   Installing       : xz-5.2.5-9.fc36.aarch64                              19/53 
12:09:33   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch                20/53 
12:09:34   Installing       : libxkbcommon-1.4.0-1.fc36.aarch64                    21/53 
12:09:34   Installing       : qrencode-libs-4.1.1-2.fc36.aarch64                   22/53 
12:09:34   Running scriptlet: libutempter-1.2.1-6.fc36.aarch64                     23/53 
12:09:34   Installing       : libutempter-1.2.1-6.fc36.aarch64                     23/53 
12:09:34   Installing       : util-linux-2.38-1.fc36.aarch64                       24/53 
12:09:34 warning: /etc/adjtime created as /etc/adjtime.rpmnew
12:09:34 
12:09:34   Installing       : policycoreutils-3.3-4.fc36.aarch64                   25/53 
12:09:34   Running scriptlet: policycoreutils-3.3-4.fc36.aarch64                   25/53 
12:09:34   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.aarch64             26/53 
12:09:34   Installing       : selinux-policy-36.17-1.fc36.noarch                   27/53 
12:09:34   Running scriptlet: selinux-policy-36.17-1.fc36.noarch                   27/53 
12:09:34   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          28/53 
12:09:34   Installing       : selinux-policy-targeted-36.17-1.fc36.noarch          28/53 
12:09:34 make[2]: Leaving directory '/root/build-deb/compose'
12:09:34 # Build the scan-plugin
12:09:34 # TODO change once we support scan-plugin on other architectures
12:09:34 if [ "armhf" = "amd64" ]; then \
12:09:34 	cd /go/src/github.com/docker/scan-cli-plugin \
12:09:34 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:09:34 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:09:34 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:09:34 fi
12:09:34 make[1]: Leaving directory '/root/build-deb'
12:09:34    debian/rules override_dh_auto_test
12:09:34 make[1]: Entering directory '/root/build-deb'
12:09:34 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:09:34 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:09:34 PASS: daemon version OK
12:09:34 ver="$(cli/build/docker --version)"; \
12:09:34 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:09:34 PASS: cli version OK
12:09:34 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:34 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:09:34 PASS: docker-buildx version OK
12:09:34 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:34 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:09:34 PASS: docker-compose version OK
12:09:34 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:09:34 # TODO change once we support scan-plugin on other architectures
12:09:34 if [ "armhf" = "amd64" ]; then \
12:09:34 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:34 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:09:34 fi
12:09:34 make[1]: Leaving directory '/root/build-deb'
12:09:34    create-stamp debian/debhelper-build-stamp
12:09:34  debian/rules binary
12:09:34 dh binary --with=bash-completion
12:09:34    dh_testroot
12:09:34    dh_prep
12:09:34    debian/rules override_dh_auto_install
12:09:34 make[1]: Entering directory '/root/build-deb'
12:09:34 # docker-ce-cli install
12:09:34 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:09:34 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:09:34 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:09:34 # docker-ce install
12:09:34 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:09:34 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:09:34 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:09:34 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:09:34 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:09:34 # docker-buildx-plugin install
12:09:34 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:09:34 # docker-compose-plugin install
12:09:34 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:09:34 # docker-scan-plugin install
12:09:34 # TODO change once we support scan-plugin on other architectures
12:09:34 if [ "armhf" = "amd64" ]; then \
12:09:34 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:09:34 fi
12:09:34 # docker-ce-rootless-extras install
12:09:34 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:09:34 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:09:34 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:09:34 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:09:34 # TODO: how can we install vpnkit?
12:09:34 make[1]: Leaving directory '/root/build-deb'
12:09:34    debian/rules override_dh_install
12:09:34 make[1]: Entering directory '/root/build-deb'
12:09:34 dh_install
12:09:34 # TODO Can we do this from within our container?
12:09:34 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:09:34 make[1]: Leaving directory '/root/build-deb'
12:09:34    dh_installdocs
12:09:34    dh_installchangelogs
12:09:34    dh_installman
12:09:34    dh_bash-completion
12:09:34    dh_systemd_enable
12:09:34    debian/rules override_dh_installinit
12:09:34 make[1]: Entering directory '/root/build-deb'
12:09:34 # use "docker" as our service name, not "docker-ce"
12:09:34 dh_installinit --name=docker
12:09:34 make[1]: Leaving directory '/root/build-deb'
12:09:34    dh_systemd_start
12:09:34    dh_perl
12:09:34    dh_link
12:09:34    dh_strip_nondeterminism
12:09:34    dh_compress
12:09:34    dh_fixperms
12:09:34    dh_missing
12:09:34    debian/rules override_dh_strip
12:09:34 make[1]: Entering directory '/root/build-deb'
12:09:34 # Go has lots of problems with stripping, so just don't
12:09:34 make[1]: Leaving directory '/root/build-deb'
12:09:34    dh_makeshlibs
12:09:34    debian/rules override_dh_shlibdeps
12:09:34 make[1]: Entering directory '/root/build-deb'
12:09:34 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:09:35 ~/rpmbuild/BUILD/src
12:09:35 + popd
12:09:35 + exit 0
12:09:35 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.oxNrHr
12:09:35 + umask 022
12:09:35 + cd /root/rpmbuild/BUILD
12:09:35 + '[' /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64 '!=' / ']'
12:09:35 + rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64
12:09:35 ++ dirname /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64
12:09:35 + mkdir -p /root/rpmbuild/BUILDROOT
12:09:35 + mkdir /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64
12:09:35 + cd src
12:09:35 + pushd /root/rpmbuild/BUILD/src/buildx
12:09:35 ~/rpmbuild/BUILD/src/buildx ~/rpmbuild/BUILD/src
12:09:35 + install -D -p -m 0755 bin/docker-buildx /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:09:35 + popd
12:09:35 ~/rpmbuild/BUILD/src
12:09:35 + /usr/lib/rpm/check-buildroot
12:09:35 + /usr/lib/rpm/redhat/brp-compress
12:09:35 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
12:09:35 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:09:35 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
12:09:35 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
12:09:35 + /usr/lib/rpm/redhat/brp-python-hardlink
12:09:35 + /usr/lib/rpm/redhat/brp-java-repack-jars
12:09:35 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jWFw6C
12:09:35 + umask 022
12:09:35 + cd /root/rpmbuild/BUILD
12:09:35 + cd src
12:09:35 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:09:35 ++ /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata
12:09:35 + ver=v0.10.2
12:09:35 + test v0.10.2 = v0.10.2
12:09:35 + echo 'PASS: docker-buildx version OK'
12:09:35 PASS: docker-buildx version OK
12:09:35 + exit 0
12:09:35 Processing files: docker-buildx-plugin-0.10.2-0.el7.x86_64
12:09:35 Provides: docker-buildx-plugin = 0:0.10.2-0.el7 docker-buildx-plugin(x86-64) = 0:0.10.2-0.el7
12:09:35 Requires(interp): /bin/sh /bin/sh /bin/sh
12:09:35 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:09:35 Requires(post): /bin/sh
12:09:35 Requires(preun): /bin/sh
12:09:35 Requires(postun): /bin/sh
12:09:35 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64
12:09:35 Wrote: /root/rpmbuild/SRPMS/docker-buildx-plugin-0.10.2-0.el7.src.rpm
12:09:35 Wrote: /root/rpmbuild/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el7.x86_64.rpm
12:09:35 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.O5lgzu
12:09:35 + umask 022
12:09:35 + cd /root/rpmbuild/BUILD
12:09:35 + cd src
12:09:35 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.el7.x86_64
12:09:35 + exit 0
12:09:35 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pZfPPV
12:09:35 + umask 022
12:09:35 + cd /root/rpmbuild/BUILD
12:09:35 + cd /root/rpmbuild/BUILD
12:09:35 + rm -rf src
12:09:35 + /usr/bin/mkdir -p src
12:09:35 + cd src
12:09:35 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:09:35 + /usr/bin/tar -xf -
12:09:35 + STATUS=0
12:09:35 + '[' 0 -ne 0 ']'
12:09:35 + /usr/bin/tar -xf -
12:09:35 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/compose.tgz
12:09:35 + STATUS=0
12:09:35 + '[' 0 -ne 0 ']'
12:09:35 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:09:35 + exit 0
12:09:35 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.g2fREn
12:09:35 + umask 022
12:09:35 + cd /root/rpmbuild/BUILD
12:09:35 + cd src
12:09:35 + pushd /root/rpmbuild/BUILD/src/compose
12:09:35 + make VERSION=v2.15.1 DESTDIR=./bin build
12:09:35 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:09:35 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.15.1" -o "./bin/docker-compose" ./cmd
12:09:35 go: downloading github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible
12:09:35 go: downloading github.com/docker/docker v20.10.3-0.20221021173910-5aac513617f0+incompatible
12:09:35 go: downloading golang.org/x/sys v0.3.0
12:09:35 go: downloading github.com/theupdateframework/notary v0.7.0
12:09:35 go: downloading github.com/compose-spec/compose-go v1.8.2
12:09:35 go: downloading github.com/hashicorp/go-version v1.6.0
12:09:35 go: downloading github.com/docker/buildx v0.9.1
12:09:35 go: downloading github.com/mattn/go-shellwords v1.0.12
12:09:35 go: downloading github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a
12:09:35 go: downloading go.opentelemetry.io/otel v1.11.2
12:09:35 go: downloading github.com/containerd/containerd v1.6.14
12:09:35 go: downloading github.com/distribution/distribution/v3 v3.0.0-20221201083218-92d136e113cf
12:09:35 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:09:35 go: downloading github.com/opencontainers/image-spec v1.1.0-rc2
12:09:35 go: downloading golang.org/x/sync v0.1.0
12:09:35 go: downloading k8s.io/client-go v0.22.4
12:09:35 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:09:35 go: downloading github.com/imdario/mergo v0.3.13
12:09:35 go: downloading github.com/containerd/console v1.0.3
12:09:35 go: downloading github.com/buger/goterm v1.0.4
12:09:35 go: downloading github.com/stretchr/testify v1.8.1
12:09:35 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:09:35 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:09:35 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:09:35 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:09:35 go: downloading go.opentelemetry.io/otel/trace v1.11.2
12:09:35 go: downloading k8s.io/api v0.22.4
12:09:35 go: downloading k8s.io/apimachinery v0.22.4
12:09:35 go: downloading github.com/gofrs/flock v0.8.0
12:09:35 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:09:35 go: downloading github.com/golang/mock v1.6.0
12:09:35 go: downloading github.com/klauspost/compress v1.15.9
12:09:35 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:09:35 go: downloading github.com/hashicorp/errwrap v1.1.0
12:09:35 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:09:35 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5
12:09:35 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:09:35 go: downloading google.golang.org/grpc v1.47.0
12:09:35 go: downloading golang.org/x/net v0.4.0
12:09:35 make[1]: Leaving directory '/root/build-deb'
12:09:35    dh_installdeb
12:09:35    debian/rules override_dh_gencontrol
12:09:35 make[1]: Entering directory '/root/build-deb'
12:09:35 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:09:35 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:09:35 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:35 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:09:35 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:09:35 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:35 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:09:35 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:09:35 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:09:35 if [ "armhf" = "amd64" ]; then \
12:09:35 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:09:35 fi
12:09:35 dh_gencontrol --remaining-packages
12:09:36 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'.
12:09:36 go: downloading golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
12:09:36 make[2]: Leaving directory '/root/build-deb/compose'
12:09:36 # Build the scan-plugin
12:09:36 # TODO change once we support scan-plugin on other architectures
12:09:36 if [ "amd64" = "amd64" ]; then \
12:09:36 	cd /go/src/github.com/docker/scan-cli-plugin \
12:09:36 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:09:36 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:09:36 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:09:36 fi
12:09:36 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
12:09:36 GO111MODULE=on make -f builder.Makefile build
12:09:36 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
12:09:36 mkdir -p bin
12:09:36 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=6c852fa -X github.com/docker/scan-cli-plugin/internal.Version=v0.23.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:068f428b9448d2d09aa70bf7dfe7ac98eda25dbc189637528f1a279d3fcae593 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.1064.0" -o bin/docker-scan ./cmd/docker-scan
12:09:36 go: downloading github.com/docker/cli v20.10.17+incompatible
12:09:36 go: downloading github.com/docker/docker v20.10.17+incompatible
12:09:36 go: downloading github.com/spf13/cobra v1.5.0
12:09:36 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
12:09:36 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:09:36 go: downloading github.com/docker/go-units v0.4.0
12:09:36 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:09:36 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:09:36 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:09:36 go: downloading github.com/moby/sys/mount v0.3.3
12:09:36 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
12:09:36 go: downloading github.com/containerd/containerd v1.6.6
12:09:36 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:09:36 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:09:36 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
12:09:36 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12:09:36 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:09:36 make[1]: Leaving directory '/root/build-deb'
12:09:36    dh_md5sums
12:09:36 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:09:36 go: downloading golang.org/x/term v0.3.0
12:09:36 go: downloading github.com/mattn/go-runewidth v0.0.14
12:09:36 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:09:36 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:09:36 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:09:36 go: downloading google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
12:09:36    debian/rules override_dh_builddeb
12:09:36 make[1]: Entering directory '/root/build-deb'
12:09:36 dh_builddeb -- -Zxz
12:09:36 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'.
12:09:36 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb'.
12:09:36 go: downloading google.golang.org/protobuf v1.28.0
12:09:37 go: downloading github.com/go-logr/stdr v1.2.2
12:09:37 go: downloading github.com/containerd/typeurl v1.0.2
12:09:37 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:09:37 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:09:37 go: downloading k8s.io/klog/v2 v2.60.1
12:09:37 go: downloading github.com/pelletier/go-toml v1.9.4
12:09:37 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:09:37 go: downloading github.com/google/gofuzz v1.2.0
12:09:37 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:09:37 go: downloading github.com/gogo/googleapis v1.4.1
12:09:37   Running scriptlet: container-selinux-2:2.199.0-1.fc37.noarch            22/53 
12:09:37   Installing       : libslirp-4.7.0-2.fc37.aarch64                        23/53 
12:09:37   Installing       : slirp4netns-1.2.0-8.fc37.aarch64                     24/53 
12:09:37   Installing       : libnl3-3.7.0-2.fc37.aarch64                          25/53 
12:09:37   Installing       : libibverbs-41.0-1.fc37.aarch64                       26/53 
12:09:37   Installing       : libpcap-14:1.10.3-1.fc37.aarch64                     27/53 
12:09:37   Installing       : iptables-legacy-libs-1.8.8-4.fc37.aarch64            28/53 
12:09:37   Installing       : libnfnetlink-1.0.1-22.fc37.aarch64                   29/53 
12:09:37   Installing       : libmnl-1.0.5-1.fc37.aarch64                          30/53 
12:09:37   Installing       : libnetfilter_conntrack-1.0.8-5.fc37.aarch64          31/53 
12:09:37   Installing       : iptables-libs-1.8.8-4.fc37.aarch64                   32/53 
12:09:37   Installing       : iptables-legacy-1.8.8-4.fc37.aarch64                 33/53 
12:09:37   Running scriptlet: iptables-legacy-1.8.8-4.fc37.aarch64                 33/53 
12:09:37   Installing       : libbpf-2:0.8.0-2.fc37.aarch64                        34/53 
12:09:37   Installing       : libargon2-20190702-1.fc37.aarch64                    35/53 
12:09:37   Installing       : kmod-libs-30-2.fc37.aarch64                          36/53 
12:09:37   Installing       : device-mapper-libs-1.02.175-9.fc37.aarch64           37/53 
12:09:37   Installing       : cryptsetup-libs-2.5.0-1.fc37.aarch64                 38/53 
12:09:37   Installing       : device-mapper-1.02.175-9.fc37.aarch64                39/53 
12:09:37   Installing       : systemd-networkd-251.10-588.fc37.aarch64             40/53 
12:09:37   Running scriptlet: systemd-networkd-251.10-588.fc37.aarch64             40/53 
12:09:37   Installing       : systemd-pam-251.10-588.fc37.aarch64                  41/53 
12:09:37   Installing       : systemd-resolved-251.10-588.fc37.aarch64             42/53 
12:09:37   Running scriptlet: systemd-resolved-251.10-588.fc37.aarch64             42/53 
12:09:37   Installing       : systemd-251.10-588.fc37.aarch64                      43/53 
12:09:37   Running scriptlet: systemd-251.10-588.fc37.aarch64                      43/53 
12:09:37 Creating group 'input' with GID 104.
12:09:37 Creating group 'kvm' with GID 36.
12:09:37 Creating group 'render' with GID 105.
12:09:37 Creating group 'sgx' with GID 106.
12:09:37 Creating group 'systemd-journal' with GID 190.
12:09:37 Creating group 'systemd-network' with GID 192.
12:09:37 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:09:37 Creating group 'systemd-oom' with GID 998.
12:09:37 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
12:09:37 Creating group 'systemd-resolve' with GID 193.
12:09:37 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:09:37 
12:09:37   Installing       : containerd.io-1.6.16-3.1.fc37.aarch64                44/53 
12:09:37   Running scriptlet: containerd.io-1.6.16-3.1.fc37.aarch64                44/53 
12:09:37   Installing       : libcgroup-3.0-1.fc37.aarch64                         45/53 
12:09:37   Installing       : kmod-30-2.fc37.aarch64                               46/53 
12:09:37   Installing       : fuse-common-3.10.5-5.fc37.aarch64                    47/53 
12:09:37   Installing       : fuse3-3.10.5-5.fc37.aarch64                          48/53 
12:09:37   Installing       : fuse-overlayfs-1.9-6.fc37.aarch64                    49/53 
12:09:38   Running scriptlet: fuse-overlayfs-1.9-6.fc37.aarch64                    49/53 
12:09:38   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   50/53 
12:09:38   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   50/53 
12:09:38   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.aa   51/53 
12:09:38   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.aa   51/53 
12:09:38   Installing       : rpm-plugin-selinux-4.18.0-1.fc37.aarch64             52/53 
12:09:38   Cleanup          : systemd-libs-251.8-586.fc37.aarch64                  53/53 
12:09:38   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          53/53 
12:09:38   Running scriptlet: container-selinux-2:2.199.0-1.fc37.noarch            53/53 
12:09:38   Running scriptlet: systemd-resolved-251.10-588.fc37.aarch64             53/53 
12:09:38 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:09:38 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:09:38 go: downloading github.com/moby/locker v1.0.1
12:09:38 go: downloading github.com/felixge/httpsnoop v1.0.2
12:09:38 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:09:38 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:09:38 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:09:38 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:09:38 go: downloading gopkg.in/inf.v0 v0.9.1
12:09:38 go: downloading github.com/googleapis/gnostic v0.5.5
12:09:38 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:09:38 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:09:38 go: downloading github.com/json-iterator/go v1.1.12
12:09:38 go: downloading github.com/modern-go/reflect2 v1.0.2
12:09:38 go: downloading sigs.k8s.io/yaml v1.2.0
12:09:38 go: downloading github.com/mattn/go-colorable v0.1.12
12:09:38 go: downloading github.com/prometheus/client_golang v1.12.2
12:09:38 go: downloading github.com/containerd/ttrpc v1.1.0
12:09:38 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:09:38 go: downloading github.com/moby/spdystream v0.2.0
12:09:38 go: downloading github.com/mattn/go-isatty v0.0.16
12:09:38 go: downloading github.com/prometheus/client_model v0.2.0
12:09:38 go: downloading github.com/prometheus/common v0.32.1
12:09:38 go: downloading github.com/prometheus/procfs v0.7.3
12:09:38   Running scriptlet: systemd-libs-251.8-586.fc37.aarch64                  53/53 
12:09:38   Verifying        : containerd.io-1.6.16-3.1.fc37.aarch64                 1/53 
12:09:38   Verifying        : cryptsetup-libs-2.5.0-1.fc37.aarch64                  2/53 
12:09:38   Verifying        : dbus-broker-32-1.fc37.aarch64                         3/53 
12:09:38   Verifying        : device-mapper-1.02.175-9.fc37.aarch64                 4/53 
12:09:38   Verifying        : device-mapper-libs-1.02.175-9.fc37.aarch64            5/53 
12:09:38   Verifying        : diffutils-3.8-3.fc37.aarch64                          6/53 
12:09:38   Verifying        : fuse-common-3.10.5-5.fc37.aarch64                     7/53 
12:09:38   Verifying        : fuse3-3.10.5-5.fc37.aarch64                           8/53 
12:09:38   Verifying        : fuse3-libs-3.10.5-5.fc37.aarch64                      9/53 
12:09:38   Verifying        : kmod-30-2.fc37.aarch64                               10/53 
12:09:38   Verifying        : kmod-libs-30-2.fc37.aarch64                          11/53 
12:09:38   Verifying        : libargon2-20190702-1.fc37.aarch64                    12/53 
12:09:38   Verifying        : libbpf-2:0.8.0-2.fc37.aarch64                        13/53 
12:09:38   Verifying        : libcgroup-3.0-1.fc37.aarch64                         14/53 
12:09:38   Verifying        : libfdisk-2.38.1-1.fc37.aarch64                       15/53 
12:09:38   Verifying        : libibverbs-41.0-1.fc37.aarch64                       16/53 
12:09:38   Verifying        : libmnl-1.0.5-1.fc37.aarch64                          17/53 
12:09:38   Verifying        : libnetfilter_conntrack-1.0.8-5.fc37.aarch64          18/53 
12:09:38   Verifying        : libnfnetlink-1.0.1-22.fc37.aarch64                   19/53 
12:09:38   Verifying        : libnl3-3.7.0-2.fc37.aarch64                          20/53 
12:09:38   Verifying        : libseccomp-2.5.3-3.fc37.aarch64                      21/53 
12:09:38   Verifying        : libselinux-utils-3.4-5.fc37.aarch64                  22/53 
12:09:38   Verifying        : libslirp-4.7.0-2.fc37.aarch64                        23/53 
12:09:38   Verifying        : libutempter-1.2.1-7.fc37.aarch64                     24/53 
12:09:38   Verifying        : libxkbcommon-1.4.1-2.fc37.aarch64                    25/53 
12:09:38   Verifying        : policycoreutils-3.4-6.fc37.aarch64                   26/53 
12:09:38   Verifying        : qrencode-libs-4.1.1-3.fc37.aarch64                   27/53 
12:09:38   Verifying        : rpm-plugin-selinux-4.18.0-1.fc37.aarch64             28/53 
12:09:38   Verifying        : util-linux-2.38.1-1.fc37.aarch64                     29/53 
12:09:38   Verifying        : xz-5.2.5-10.fc37.aarch64                             30/53 
12:09:38   Verifying        : container-selinux-2:2.199.0-1.fc37.noarch            31/53 
12:09:38   Verifying        : dbus-1:1.14.4-1.fc37.aarch64                         32/53 
12:09:38   Verifying        : dbus-common-1:1.14.4-1.fc37.noarch                   33/53 
12:09:38   Verifying        : fuse-overlayfs-1.9-6.fc37.aarch64                    34/53 
12:09:38   Verifying        : iptables-legacy-1.8.8-4.fc37.aarch64                 35/53 
12:09:38   Verifying        : iptables-legacy-libs-1.8.8-4.fc37.aarch64            36/53 
12:09:38   Verifying        : iptables-libs-1.8.8-4.fc37.aarch64                   37/53 
12:09:38   Verifying        : libpcap-14:1.10.3-1.fc37.aarch64                     38/53 
12:09:38   Verifying        : selinux-policy-37.19-1.fc37.noarch                   39/53 
12:09:38   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          40/53 
12:09:38   Verifying        : slirp4netns-1.2.0-8.fc37.aarch64                     41/53 
12:09:38   Verifying        : systemd-251.10-588.fc37.aarch64                      42/53 
12:09:38   Verifying        : systemd-networkd-251.10-588.fc37.aarch64             43/53 
12:09:38   Verifying        : systemd-pam-251.10-588.fc37.aarch64                  44/53 
12:09:38   Verifying        : systemd-resolved-251.10-588.fc37.aarch64             45/53 
12:09:38   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  46/53 
12:09:38   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.aa   47/53 
12:09:38   Verifying        : docker-buildx-plugin-0.10.2-0.fc37.aarch64           48/53 
12:09:38   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   49/53 
12:09:38   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   50/53 
12:09:38   Verifying        : docker-compose-plugin-2.15.1-0.fc37.aarch64          51/53 
12:09:38   Verifying        : systemd-libs-251.10-588.fc37.aarch64                 52/53 
12:09:38   Verifying        : systemd-libs-251.8-586.fc37.aarch64                  53/53 
12:09:38 
12:09:38 Upgraded:
12:09:38   systemd-libs-251.10-588.fc37.aarch64                                          
12:09:38 Installed:
12:09:38   container-selinux-2:2.199.0-1.fc37.noarch                                     
12:09:38   containerd.io-1.6.16-3.1.fc37.aarch64                                         
12:09:38   cryptsetup-libs-2.5.0-1.fc37.aarch64                                          
12:09:38   dbus-1:1.14.4-1.fc37.aarch64                                                  
12:09:38   dbus-broker-32-1.fc37.aarch64                                                 
12:09:38   dbus-common-1:1.14.4-1.fc37.noarch                                            
12:09:38   device-mapper-1.02.175-9.fc37.aarch64                                         
12:09:38   device-mapper-libs-1.02.175-9.fc37.aarch64                                    
12:09:38   diffutils-3.8-3.fc37.aarch64                                                  
12:09:38   docker-buildx-plugin-0.10.2-0.fc37.aarch64                                    
12:09:38   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64                       
12:09:38   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64                   
12:09:38   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.aarch64         
12:09:38   docker-compose-plugin-2.15.1-0.fc37.aarch64                                   
12:09:38   fuse-common-3.10.5-5.fc37.aarch64                                             
12:09:38   fuse-overlayfs-1.9-6.fc37.aarch64                                             
12:09:38   fuse3-3.10.5-5.fc37.aarch64                                                   
12:09:38   fuse3-libs-3.10.5-5.fc37.aarch64                                              
12:09:38   iptables-legacy-1.8.8-4.fc37.aarch64                                          
12:09:38   iptables-legacy-libs-1.8.8-4.fc37.aarch64                                     
12:09:38   iptables-libs-1.8.8-4.fc37.aarch64                                            
12:09:38   kmod-30-2.fc37.aarch64                                                        
12:09:38   kmod-libs-30-2.fc37.aarch64                                                   
12:09:38   libargon2-20190702-1.fc37.aarch64                                             
12:09:38   libbpf-2:0.8.0-2.fc37.aarch64                                                 
12:09:38   libcgroup-3.0-1.fc37.aarch64                                                  
12:09:38   libfdisk-2.38.1-1.fc37.aarch64                                                
12:09:38   libibverbs-41.0-1.fc37.aarch64                                                
12:09:38   libmnl-1.0.5-1.fc37.aarch64                                                   
12:09:38   libnetfilter_conntrack-1.0.8-5.fc37.aarch64                                   
12:09:38   libnfnetlink-1.0.1-22.fc37.aarch64                                            
12:09:38   libnl3-3.7.0-2.fc37.aarch64                                                   
12:09:38   libpcap-14:1.10.3-1.fc37.aarch64                                              
12:09:38   libseccomp-2.5.3-3.fc37.aarch64                                               
12:09:38   libselinux-utils-3.4-5.fc37.aarch64                                           
12:09:38   libslirp-4.7.0-2.fc37.aarch64                                                 
12:09:38   libutempter-1.2.1-7.fc37.aarch64                                              
12:09:38   libxkbcommon-1.4.1-2.fc37.aarch64                                             
12:09:38   policycoreutils-3.4-6.fc37.aarch64                                            
12:09:38   qrencode-libs-4.1.1-3.fc37.aarch64                                            
12:09:38   rpm-plugin-selinux-4.18.0-1.fc37.aarch64                                      
12:09:38   selinux-policy-37.19-1.fc37.noarch                                            
12:09:38   selinux-policy-targeted-37.19-1.fc37.noarch                                   
12:09:38   slirp4netns-1.2.0-8.fc37.aarch64                                              
12:09:38   systemd-251.10-588.fc37.aarch64                                               
12:09:38   systemd-networkd-251.10-588.fc37.aarch64                                      
12:09:38   systemd-pam-251.10-588.fc37.aarch64                                           
12:09:38   systemd-resolved-251.10-588.fc37.aarch64                                      
12:09:38   util-linux-2.38.1-1.fc37.aarch64                                              
12:09:38   xkeyboard-config-2.36-3.fc37.noarch                                           
12:09:38   xz-5.2.5-10.fc37.aarch64                                                      
12:09:38 
12:09:38 Complete!
12:09:38 + verify_binaries
12:09:38 + docker --version
12:09:39 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:09:39 ++ uname -m
12:09:39 + '[' aarch64 = x86_64 ']'
12:09:39 + docker buildx version
12:09:39 github.com/docker/buildx v0.10.2 00ed17d
12:09:39 + docker compose version
12:09:39 Docker Compose version v2.15.1
12:09:39 + dockerd --version
12:09:39 make[2]: Leaving directory '/root/build-deb/compose'
12:09:39 # Build the scan-plugin
12:09:39 # TODO change once we support scan-plugin on other architectures
12:09:39 if [ "armhf" = "amd64" ]; then \
12:09:39 	cd /go/src/github.com/docker/scan-cli-plugin \
12:09:39 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:09:39 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:09:39 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:09:39 fi
12:09:39 make[1]: Leaving directory '/root/build-deb'
12:09:39    debian/rules override_dh_auto_test
12:09:39 make[1]: Entering directory '/root/build-deb'
12:09:39 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:09:39 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:09:39 PASS: daemon version OK
12:09:39 ver="$(cli/build/docker --version)"; \
12:09:39 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:09:39 PASS: cli version OK
12:09:39 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:39 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:09:39 PASS: docker-buildx version OK
12:09:39 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:39 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:09:39 PASS: docker-compose version OK
12:09:39 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:09:39 # TODO change once we support scan-plugin on other architectures
12:09:39 if [ "armhf" = "amd64" ]; then \
12:09:39 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:39 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:09:39 fi
12:09:39 make[1]: Leaving directory '/root/build-deb'
12:09:39    create-stamp debian/debhelper-build-stamp
12:09:39  debian/rules binary
12:09:39 dh binary --with=bash-completion
12:09:39    dh_testroot
12:09:39    dh_prep
12:09:39    debian/rules override_dh_auto_install
12:09:39 make[1]: Entering directory '/root/build-deb'
12:09:39 # docker-ce-cli install
12:09:39 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:09:39 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:09:39 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:09:39 # docker-ce install
12:09:39 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:09:39 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:09:39 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:09:39 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:09:39 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:09:39 # docker-buildx-plugin install
12:09:39 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:09:39 # docker-compose-plugin install
12:09:39 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:09:39 # docker-scan-plugin install
12:09:39 # TODO change once we support scan-plugin on other architectures
12:09:39 if [ "armhf" = "amd64" ]; then \
12:09:39 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:09:39 fi
12:09:39 # docker-ce-rootless-extras install
12:09:39 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:09:39 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:09:39 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:09:39 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:09:39 # TODO: how can we install vpnkit?
12:09:39 make[1]: Leaving directory '/root/build-deb'
12:09:39    debian/rules override_dh_install
12:09:39 make[1]: Entering directory '/root/build-deb'
12:09:39 dh_install
12:09:39 # TODO Can we do this from within our container?
12:09:39 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:09:39 make[1]: Leaving directory '/root/build-deb'
12:09:39    dh_installdocs
12:09:39    dh_installchangelogs
12:09:39    dh_installman
12:09:39    dh_bash-completion
12:09:39    dh_systemd_enable
12:09:39    debian/rules override_dh_installinit
12:09:39 make[1]: Entering directory '/root/build-deb'
12:09:39 # use "docker" as our service name, not "docker-ce"
12:09:39 dh_installinit --name=docker
12:09:39 make[1]: Leaving directory '/root/build-deb'
12:09:39    dh_systemd_start
12:09:39    dh_perl
12:09:39    dh_link
12:09:39    dh_strip_nondeterminism
12:09:39    dh_compress
12:09:39    dh_fixperms
12:09:39    dh_missing
12:09:39    debian/rules override_dh_strip
12:09:39 make[1]: Entering directory '/root/build-deb'
12:09:39 # Go has lots of problems with stripping, so just don't
12:09:39 make[1]: Leaving directory '/root/build-deb'
12:09:39    dh_makeshlibs
12:09:39    debian/rules override_dh_shlibdeps
12:09:39 make[1]: Entering directory '/root/build-deb'
12:09:39 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:09:39 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:09:39 + docker-proxy --version
12:09:39 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:09:39 + containerd --version
12:09:39 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:39 + ctr --version
12:09:39 ctr containerd.io 1.6.16
12:09:39 + containerd-shim --help
12:09:39 Usage of containerd-shim:
12:09:39   -address string
12:09:39     	grpc address back to main containerd
12:09:39   -containerd-binary containerd publish
12:09:39     	path to containerd binary (used for containerd publish) (default "containerd")
12:09:39   -criu string
12:09:39     	path to criu binary
12:09:39   -debug
12:09:39     	enable debug output in logs
12:09:39   -namespace string
12:09:39     	namespace that owns the shim
12:09:39   -runtime-root string
12:09:39     	root directory for the runtime (default "/run/containerd/runc")
12:09:39   -socket string
12:09:39     	socket path to serve
12:09:39   -systemd-cgroup
12:09:39     	set runtime to use systemd-cgroup
12:09:39   -workdir string
12:09:39     	path used to storge large temporary data
12:09:39 + containerd-shim-runc-v1 -v
12:09:39 containerd-shim-runc-v1:
12:09:39   Version:  1.6.16
12:09:39   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:39   Go version: go1.18.10
12:09:39 
12:09:39 + containerd-shim-runc-v2 -v
12:09:39 containerd-shim-runc-v2:
12:09:39   Version:  1.6.16
12:09:39   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:39   Go version: go1.18.10
12:09:39 
12:09:39 + runc --version
12:09:39 runc version 1.1.4
12:09:39 commit: v1.1.4-0-g5fd4c4d
12:09:39 spec: 1.0.2-dev
12:09:39 go: go1.18.10
12:09:39 libseccomp: 2.5.3
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:09:42 make[1]: Leaving directory '/root/build-deb'
12:09:42    dh_installdeb
12:09:42    debian/rules override_dh_gencontrol
12:09:42 make[1]: Entering directory '/root/build-deb'
12:09:42 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:09:42 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:09:42 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:42 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:09:42 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:09:42 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:42 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:09:42 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:09:42 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:09:42 if [ "armhf" = "amd64" ]; then \
12:09:42 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:09:42 fi
12:09:42 dh_gencontrol --remaining-packages
12:09:42 make[1]: Leaving directory '/root/build-deb'
12:09:42    dh_md5sums
12:09:43    debian/rules override_dh_builddeb
12:09:43 make[1]: Entering directory '/root/build-deb'
12:09:43 dh_builddeb -- -Zxz
12:09:43 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'.
12:09:43 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb'.
12:09:43 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:09:43 + popd
12:09:43 ~/rpmbuild/BUILD/src
12:09:43 + exit 0
12:09:43 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.y7O6bo
12:09:43 + umask 022
12:09:43 + cd /root/rpmbuild/BUILD
12:09:43 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64 '!=' / ']'
12:09:43 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
12:09:43 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
12:09:43 + mkdir -p /root/rpmbuild/BUILDROOT
12:09:43 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
12:09:43 + cd src
12:09:43 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:09:43 + 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
12:09:43 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:09:43 + popd
12:09:43 + /usr/lib/rpm/check-buildroot
12:09:43 ~/rpmbuild/BUILD/src
12:09:43 + /usr/lib/rpm/redhat/brp-ldconfig
12:09:43 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
12:09:43 + /usr/lib/rpm/brp-compress
12:09:43 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:09:43 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:09:43 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:09:43 + /usr/lib/rpm/brp-python-bytecompile '' 1
12:09:43 + /usr/lib/rpm/brp-python-hardlink
12:09:43 + PYTHON3=/usr/libexec/platform-python
12:09:43 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:09:43 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.O3hbmn
12:09:43 + umask 022
12:09:43 + cd /root/rpmbuild/BUILD
12:09:43 + cd src
12:09:43 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
12:09:43 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:09:43 + ver=v0.23.0
12:09:43 + test v0.23.0 = v0.23.0
12:09:43 + echo 'PASS: docker-scan version OK'
12:09:43 PASS: docker-scan version OK
12:09:43 + exit 0
12:09:43 Processing files: docker-scan-plugin-0.23.0-0.el8.x86_64
12:09:43 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
12:09:43 Provides: docker-scan-plugin = 0:0.23.0-0.el8 docker-scan-plugin(x86-64) = 0:0.23.0-0.el8
12:09:43 Requires(interp): /bin/sh /bin/sh /bin/sh
12:09:43 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:09:43 Requires(post): /bin/sh
12:09:43 Requires(preun): /bin/sh
12:09:43 Requires(postun): /bin/sh
12:09:43 Enhances: docker-ce-cli
12:09:43 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
12:09:43 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.el8.src.rpm
12:09:44   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          28/53 
12:09:44   Running scriptlet: container-selinux-2:2.198.0-1.fc36.noarch            29/53 
12:09:44   Installing       : container-selinux-2:2.198.0-1.fc36.noarch            29/53 
12:09:44 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el8.x86_64.rpm
12:09:44 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0Ndjt3
12:09:44 + umask 022
12:09:44 + cd /root/rpmbuild/BUILD
12:09:44 + cd src
12:09:44 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el8.x86_64
12:09:44 + exit 0
12:09:44 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_amd64.deb'.
12:09:46 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
12:09:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:09:48 + make IMAGE=quay.io/centos/centos:stream8 verify
12:09:48 docker run  --rm -i \
12:09:48 	-v "$(pwd):/v" \
12:09:48 	-e DEBIAN_FRONTEND=noninteractive \
12:09:48 	-e PACKAGE_REPO=staging \
12:09:48 	-w /v \
12:09:48 	quay.io/centos/centos:stream8 ./verify
12:09:48 Unable to find image 'quay.io/centos/centos:stream8' locally
12:09:48 stream8: Pulling from centos/centos
12:09:48 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'.
12:09:48 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:09:48 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:09:48 make[1]: Leaving directory '/root/build-deb'
12:09:48    debian/rules override_dh_auto_test
12:09:48 make[1]: Entering directory '/root/build-deb'
12:09:48 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:09:48 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:09:48 PASS: daemon version OK
12:09:48 ver="$(cli/build/docker --version)"; \
12:09:48 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:09:48 PASS: cli version OK
12:09:48 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:48 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:09:48 PASS: docker-buildx version OK
12:09:48 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:48 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:09:48 PASS: docker-compose version OK
12:09:48 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:09:48 # TODO change once we support scan-plugin on other architectures
12:09:48 if [ "amd64" = "amd64" ]; then \
12:09:48 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:48 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:09:48 fi
12:09:48 PASS: docker-scan version OK
12:09:48 make[1]: Leaving directory '/root/build-deb'
12:09:48    create-stamp debian/debhelper-build-stamp
12:09:48  debian/rules binary
12:09:48 dh binary --with=bash-completion
12:09:48    dh_testroot
12:09:48    dh_prep
12:09:48    debian/rules override_dh_auto_install
12:09:48 make[1]: Entering directory '/root/build-deb'
12:09:48 # docker-ce-cli install
12:09:48 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:09:48 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:09:48 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:09:48 # docker-ce install
12:09:48 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:09:48 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:09:48 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:09:48 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:09:48 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:09:48 # docker-buildx-plugin install
12:09:48 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:09:48 # docker-compose-plugin install
12:09:48 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:09:48 # docker-scan-plugin install
12:09:48 # TODO change once we support scan-plugin on other architectures
12:09:48 if [ "amd64" = "amd64" ]; then \
12:09:48 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:09:48 fi
12:09:48 # docker-ce-rootless-extras install
12:09:48 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:09:48 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:09:48 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:09:48 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:09:48 # TODO: how can we install vpnkit?
12:09:48 make[1]: Leaving directory '/root/build-deb'
12:09:48    debian/rules override_dh_install
12:09:48 make[1]: Entering directory '/root/build-deb'
12:09:48 dh_install
12:09:48 # TODO Can we do this from within our container?
12:09:48 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:09:48 make[1]: Leaving directory '/root/build-deb'
12:09:48    dh_installdocs
12:09:48    dh_installchangelogs
12:09:48    dh_installman
12:09:48    dh_bash-completion
12:09:48    dh_systemd_enable
12:09:48    debian/rules override_dh_installinit
12:09:48 make[1]: Entering directory '/root/build-deb'
12:09:48 # use "docker" as our service name, not "docker-ce"
12:09:48 dh_installinit --name=docker
12:09:48 make[1]: Leaving directory '/root/build-deb'
12:09:48    dh_systemd_start
12:09:48    dh_perl
12:09:48    dh_link
12:09:48    dh_strip_nondeterminism
12:09:48 6c5de04c936d: Already exists
12:09:48 f1ee40d9db4a: Already exists
12:09:48 17facd475902: Already exists
12:09:48 0d557d32f54e: Already exists
12:09:48 Digest: sha256:c9acf46f90fcb637eff59e269fbbebf5ec9e6b6215a07fbe2bbad7429aad6e7e
12:09:48 Status: Downloaded newer image for quay.io/centos/centos:stream8
12:09:48 make[2]: Leaving directory '/root/build-deb/compose'
12:09:48 # Build the scan-plugin
12:09:48 # TODO change once we support scan-plugin on other architectures
12:09:48 if [ "armhf" = "amd64" ]; then \
12:09:48 	cd /go/src/github.com/docker/scan-cli-plugin \
12:09:48 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:09:48 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:09:48 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:09:48 fi
12:09:48 make[1]: Leaving directory '/root/build-deb'
12:09:48    debian/rules override_dh_auto_test
12:09:48 make[1]: Entering directory '/root/build-deb'
12:09:48 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:09:48 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:09:48 PASS: daemon version OK
12:09:48 ver="$(cli/build/docker --version)"; \
12:09:48 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:09:48 PASS: cli version OK
12:09:48 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:48 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:09:48 PASS: docker-buildx version OK
12:09:48 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:48 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:09:48 PASS: docker-compose version OK
12:09:48 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:09:48 # TODO change once we support scan-plugin on other architectures
12:09:48 if [ "armhf" = "amd64" ]; then \
12:09:48 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:48 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:09:48 fi
12:09:48 make[1]: Leaving directory '/root/build-deb'
12:09:48    create-stamp debian/debhelper-build-stamp
12:09:48  debian/rules binary
12:09:48 dh binary --with=bash-completion
12:09:48    dh_testroot
12:09:48    dh_prep
12:09:48    debian/rules override_dh_auto_install
12:09:48 make[1]: Entering directory '/root/build-deb'
12:09:48 # docker-ce-cli install
12:09:48 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:09:48 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:09:48 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:09:48 # docker-ce install
12:09:48 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:09:48 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:09:48 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:09:48 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:09:48 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:09:48 # docker-buildx-plugin install
12:09:48 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:09:48 # docker-compose-plugin install
12:09:48 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:09:48 # docker-scan-plugin install
12:09:48 # TODO change once we support scan-plugin on other architectures
12:09:48 if [ "armhf" = "amd64" ]; then \
12:09:48 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:09:48 fi
12:09:48 # docker-ce-rootless-extras install
12:09:48 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:09:48 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:09:48 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:09:48 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:09:48 # TODO: how can we install vpnkit?
12:09:48 make[1]: Leaving directory '/root/build-deb'
12:09:48    debian/rules override_dh_install
12:09:48 make[1]: Entering directory '/root/build-deb'
12:09:48 dh_install
12:09:48 # TODO Can we do this from within our container?
12:09:48 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:09:48 make[1]: Leaving directory '/root/build-deb'
12:09:48    dh_installdocs
12:09:48    dh_installchangelogs
12:09:48    dh_installman
12:09:48    dh_bash-completion
12:09:48    dh_systemd_enable
12:09:48    debian/rules override_dh_installinit
12:09:48 make[1]: Entering directory '/root/build-deb'
12:09:48 # use "docker" as our service name, not "docker-ce"
12:09:48 dh_installinit --name=docker
12:09:48 make[1]: Leaving directory '/root/build-deb'
12:09:48    dh_systemd_start
12:09:48    dh_perl
12:09:48    dh_link
12:09:48    dh_strip_nondeterminism
12:09:48    dh_compress
12:09:48    dh_fixperms
12:09:48    dh_missing
12:09:48    debian/rules override_dh_strip
12:09:48 make[1]: Entering directory '/root/build-deb'
12:09:48 # Go has lots of problems with stripping, so just don't
12:09:48 make[1]: Leaving directory '/root/build-deb'
12:09:48    dh_makeshlibs
12:09:49 + verify
12:09:49 + dpkg --version
12:09:49 + rpm --version
12:09:49 + verify_rpm
12:09:49 ++ . /etc/os-release
12:09:49 +++ NAME='CentOS Stream'
12:09:49 +++ VERSION=8
12:09:49 +++ ID=centos
12:09:49 +++ ID_LIKE='rhel fedora'
12:09:49 +++ VERSION_ID=8
12:09:49 +++ PLATFORM_ID=platform:el8
12:09:49 +++ PRETTY_NAME='CentOS Stream 8'
12:09:49 +++ ANSI_COLOR='0;31'
12:09:49 +++ CPE_NAME=cpe:/o:centos:centos:8
12:09:49 +++ HOME_URL=https://centos.org/
12:09:49 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:09:49 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
12:09:49 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
12:09:49 ++ echo centos
12:09:49 + DIST_ID=centos
12:09:49 ++ . /etc/os-release
12:09:49 +++ NAME='CentOS Stream'
12:09:49 +++ VERSION=8
12:09:49 +++ ID=centos
12:09:49 +++ ID_LIKE='rhel fedora'
12:09:49 +++ VERSION_ID=8
12:09:49 +++ PLATFORM_ID=platform:el8
12:09:49 +++ PRETTY_NAME='CentOS Stream 8'
12:09:49 +++ ANSI_COLOR='0;31'
12:09:49 +++ CPE_NAME=cpe:/o:centos:centos:8
12:09:49 +++ HOME_URL=https://centos.org/
12:09:49 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:09:49 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
12:09:49 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
12:09:49 ++ cut -d. -f1
12:09:49 ++ echo 8
12:09:49 + DIST_VERSION=8
12:09:49 + pkg_manager=yum
12:09:49 + pkg_config_manager=yum-config-manager
12:09:49 + dnf --version
12:09:49    debian/rules override_dh_shlibdeps
12:09:49 make[1]: Entering directory '/root/build-deb'
12:09:49 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:09:49 4.7.0
12:09:49   Installed: dnf-0:4.7.0-11.el8.noarch at Mon Sep 19 22:01:10 2022
12:09:49   Built    : CentOS Buildsys <bugs@centos.org> at Wed Jul 27 13:05:47 2022
12:09:49 
12:09:49   Installed: rpm-0:4.14.3-23.el8.x86_64 at Tue Sep  6 17:17:37 2022
12:09:49   Built    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> at Tue Apr  5 18:38:09 2022
12:09:49 + pkg_manager=dnf
12:09:49 + pkg_config_manager='dnf config-manager'
12:09:49 + dnf clean all
12:09:49    dh_compress
12:09:49    dh_fixperms
12:09:49    dh_missing
12:09:49    debian/rules override_dh_strip
12:09:49 make[1]: Entering directory '/root/build-deb'
12:09:49 # Go has lots of problems with stripping, so just don't
12:09:49 make[1]: Leaving directory '/root/build-deb'
12:09:49    dh_makeshlibs
12:09:49 0 files removed
12:09:49 + dnf install -y 'dnf-command(config-manager)'
12:09:49    debian/rules override_dh_shlibdeps
12:09:49 make[1]: Entering directory '/root/build-deb'
12:09:49 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:09:50 CentOS Stream 8 - AppStream                      25 MB/s |  28 MB     00:01    
12:09:51 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb'.
12:09:53 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'.
12:09:53 make[1]: Leaving directory '/root/build-deb'
12:09:53    dh_installdeb
12:09:53    debian/rules override_dh_gencontrol
12:09:53 make[1]: Entering directory '/root/build-deb'
12:09:53 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:09:53 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:09:53 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:53 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:09:53 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:09:53 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:53 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:09:53 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:09:53 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:09:53 if [ "armhf" = "amd64" ]; then \
12:09:53 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:09:53 fi
12:09:53 dh_gencontrol --remaining-packages
12:09:53 make[1]: Leaving directory '/root/build-deb'
12:09:53    dh_md5sums
12:09:53    debian/rules override_dh_builddeb
12:09:53 make[1]: Entering directory '/root/build-deb'
12:09:53 dh_builddeb -- -Zxz
12:09:53 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'.
12:09:53 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb'.
12:09:56 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'.
12:09:56   Running scriptlet: container-selinux-2:2.198.0-1.fc36.noarch            29/53 
12:09:56   Installing       : libslirp-4.6.1-3.fc36.aarch64                        30/53 
12:09:56   Installing       : slirp4netns-1.2.0-0.2.beta.0.fc36.aarch64            31/53 
12:09:56   Installing       : libnfnetlink-1.0.1-21.fc36.aarch64                   32/53 
12:09:56   Installing       : libmnl-1.0.4-15.fc36.aarch64                         33/53 
12:09:56   Installing       : libnetfilter_conntrack-1.0.8-4.fc36.aarch64          34/53 
12:09:56   Installing       : iptables-libs-1.8.7-15.fc36.aarch64                  35/53 
12:09:56   Installing       : iptables-legacy-1.8.7-15.fc36.aarch64                36/53 
12:09:56   Running scriptlet: iptables-legacy-1.8.7-15.fc36.aarch64                36/53 
12:09:56   Installing       : kmod-libs-29-7.fc36.aarch64                          37/53 
12:09:56   Installing       : device-mapper-libs-1.02.175-7.fc36.aarch64           38/53 
12:09:56   Installing       : cryptsetup-libs-2.4.3-2.fc36.aarch64                 39/53 
12:09:56   Installing       : device-mapper-1.02.175-7.fc36.aarch64                40/53 
12:09:56   Installing       : systemd-networkd-250.9-1.fc36.aarch64                41/53 
12:09:56   Running scriptlet: systemd-networkd-250.9-1.fc36.aarch64                41/53 
12:09:56   Installing       : systemd-pam-250.9-1.fc36.aarch64                     42/53 
12:09:56   Installing       : systemd-resolved-250.9-1.fc36.aarch64                43/53 
12:09:56   Running scriptlet: systemd-resolved-250.9-1.fc36.aarch64                43/53 
12:09:56   Installing       : systemd-250.9-1.fc36.aarch64                         44/53 
12:09:56   Running scriptlet: systemd-250.9-1.fc36.aarch64                         44/53 
12:09:56 Creating group 'input' with GID 104.
12:09:56 Creating group 'kvm' with GID 36.
12:09:56 Creating group 'render' with GID 105.
12:09:56 Creating group 'sgx' with GID 106.
12:09:56 Creating group 'systemd-journal' with GID 190.
12:09:56 Creating group 'systemd-network' with GID 192.
12:09:56 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:09:56 Creating group 'systemd-oom' with GID 998.
12:09:56 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
12:09:56 Creating group 'systemd-resolve' with GID 193.
12:09:56 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:09:56 
12:09:56   Installing       : containerd.io-1.6.16-3.1.fc36.aarch64                45/53 
12:09:56   Running scriptlet: containerd.io-1.6.16-3.1.fc36.aarch64                45/53 
12:09:56   Installing       : libcgroup-2.0-4.fc36.aarch64                         46/53 
12:09:56   Installing       : kmod-29-7.fc36.aarch64                               47/53 
12:09:56   Installing       : fuse-common-3.10.5-2.fc36.aarch64                    48/53 
12:09:56   Installing       : fuse3-3.10.5-2.fc36.aarch64                          49/53 
12:09:56   Installing       : fuse-overlayfs-1.9-6.fc36.aarch64                    50/53 
12:09:56   Running scriptlet: fuse-overlayfs-1.9-6.fc36.aarch64                    50/53 
12:09:56   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   51/53 
12:09:56   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   51/53 
12:09:56   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.aa   52/53 
12:09:56   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.aa   52/53 
12:09:56   Cleanup          : systemd-libs-250.8-1.fc36.aarch64                    53/53 
12:09:56   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          53/53 
12:09:56   Running scriptlet: container-selinux-2:2.198.0-1.fc36.noarch            53/53 
12:09:56   Running scriptlet: systemd-resolved-250.9-1.fc36.aarch64                53/53 
12:09:56   Running scriptlet: systemd-libs-250.8-1.fc36.aarch64                    53/53 
12:09:56   Verifying        : containerd.io-1.6.16-3.1.fc36.aarch64                 1/53 
12:09:56   Verifying        : cryptsetup-libs-2.4.3-2.fc36.aarch64                  2/53 
12:09:56   Verifying        : device-mapper-1.02.175-7.fc36.aarch64                 3/53 
12:09:56   Verifying        : device-mapper-libs-1.02.175-7.fc36.aarch64            4/53 
12:09:56   Verifying        : diffutils-3.8-2.fc36.aarch64                          5/53 
12:09:56   Verifying        : fuse-common-3.10.5-2.fc36.aarch64                     6/53 
12:09:56   Verifying        : fuse3-3.10.5-2.fc36.aarch64                           7/53 
12:09:56   Verifying        : fuse3-libs-3.10.5-2.fc36.aarch64                      8/53 
12:09:56   Verifying        : iptables-legacy-1.8.7-15.fc36.aarch64                 9/53 
12:09:56   Verifying        : iptables-legacy-libs-1.8.7-15.fc36.aarch64           10/53 
12:09:56   Verifying        : iptables-libs-1.8.7-15.fc36.aarch64                  11/53 
12:09:56   Verifying        : kmod-29-7.fc36.aarch64                               12/53 
12:09:56   Verifying        : kmod-libs-29-7.fc36.aarch64                          13/53 
12:09:56   Verifying        : libcgroup-2.0-4.fc36.aarch64                         14/53 
12:09:56   Verifying        : libibverbs-39.0-1.fc36.aarch64                       15/53 
12:09:56   Verifying        : libmnl-1.0.4-15.fc36.aarch64                         16/53 
12:09:56   Verifying        : libnetfilter_conntrack-1.0.8-4.fc36.aarch64          17/53 
12:09:56   Verifying        : libnfnetlink-1.0.1-21.fc36.aarch64                   18/53 
12:09:56   Verifying        : libseccomp-2.5.3-2.fc36.aarch64                      19/53 
12:09:56   Verifying        : libselinux-utils-3.3-4.fc36.aarch64                  20/53 
12:09:56   Verifying        : libslirp-4.6.1-3.fc36.aarch64                        21/53 
12:09:56   Verifying        : libutempter-1.2.1-6.fc36.aarch64                     22/53 
12:09:56   Verifying        : libxkbcommon-1.4.0-1.fc36.aarch64                    23/53 
12:09:56   Verifying        : policycoreutils-3.3-4.fc36.aarch64                   24/53 
12:09:56   Verifying        : qrencode-libs-4.1.1-2.fc36.aarch64                   25/53 
12:09:56   Verifying        : slirp4netns-1.2.0-0.2.beta.0.fc36.aarch64            26/53 
12:09:56   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch                27/53 
12:09:56   Verifying        : xz-5.2.5-9.fc36.aarch64                              28/53 
12:09:56   Verifying        : container-selinux-2:2.198.0-1.fc36.noarch            29/53 
12:09:56   Verifying        : dbus-1:1.14.4-1.fc36.aarch64                         30/53 
12:09:56   Verifying        : dbus-broker-32-1.fc36.aarch64                        31/53 
12:09:56   Verifying        : dbus-common-1:1.14.4-1.fc36.noarch                   32/53 
12:09:56   Verifying        : fuse-overlayfs-1.9-6.fc36.aarch64                    33/53 
12:09:56   Verifying        : libargon2-20171227-9.fc36.aarch64                    34/53 
12:09:56   Verifying        : libbpf-2:0.7.0-3.fc36.aarch64                        35/53 
12:09:56   Verifying        : libfdisk-2.38-1.fc36.aarch64                         36/53 
12:09:56   Verifying        : libnl3-3.7.0-1.fc36.aarch64                          37/53 
12:09:56   Verifying        : libpcap-14:1.10.3-1.fc36.aarch64                     38/53 
12:09:56   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.aarch64             39/53 
12:09:56   Verifying        : selinux-policy-36.17-1.fc36.noarch                   40/53 
12:09:56   Verifying        : selinux-policy-targeted-36.17-1.fc36.noarch          41/53 
12:09:56   Verifying        : systemd-250.9-1.fc36.aarch64                         42/53 
12:09:56   Verifying        : systemd-networkd-250.9-1.fc36.aarch64                43/53 
12:09:56   Verifying        : systemd-pam-250.9-1.fc36.aarch64                     44/53 
12:09:56   Verifying        : systemd-resolved-250.9-1.fc36.aarch64                45/53 
12:09:56   Verifying        : util-linux-2.38-1.fc36.aarch64                       46/53 
12:09:56   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   47/53 
12:09:56   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   48/53 
12:09:56   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.aa   49/53 
12:09:56   Verifying        : docker-compose-plugin-2.15.1-0.fc36.aarch64          50/53 
12:09:56   Verifying        : docker-buildx-plugin-0.10.2-0.fc36.aarch64           51/53 
12:09:56   Verifying        : systemd-libs-250.9-1.fc36.aarch64                    52/53 
12:09:56   Verifying        : systemd-libs-250.8-1.fc36.aarch64                    53/53 
12:09:56 
12:09:56 Upgraded:
12:09:56   systemd-libs-250.9-1.fc36.aarch64                                             
12:09:56 Installed:
12:09:56   container-selinux-2:2.198.0-1.fc36.noarch                                     
12:09:56   containerd.io-1.6.16-3.1.fc36.aarch64                                         
12:09:56   cryptsetup-libs-2.4.3-2.fc36.aarch64                                          
12:09:56   dbus-1:1.14.4-1.fc36.aarch64                                                  
12:09:56   dbus-broker-32-1.fc36.aarch64                                                 
12:09:56   dbus-common-1:1.14.4-1.fc36.noarch                                            
12:09:56   device-mapper-1.02.175-7.fc36.aarch64                                         
12:09:56   device-mapper-libs-1.02.175-7.fc36.aarch64                                    
12:09:56   diffutils-3.8-2.fc36.aarch64                                                  
12:09:56   docker-buildx-plugin-0.10.2-0.fc36.aarch64                                    
12:09:56   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64                       
12:09:56   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64                   
12:09:56   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.aarch64         
12:09:56   docker-compose-plugin-2.15.1-0.fc36.aarch64                                   
12:09:56   fuse-common-3.10.5-2.fc36.aarch64                                             
12:09:56   fuse-overlayfs-1.9-6.fc36.aarch64                                             
12:09:56   fuse3-3.10.5-2.fc36.aarch64                                                   
12:09:56   fuse3-libs-3.10.5-2.fc36.aarch64                                              
12:09:56   iptables-legacy-1.8.7-15.fc36.aarch64                                         
12:09:56   iptables-legacy-libs-1.8.7-15.fc36.aarch64                                    
12:09:56   iptables-libs-1.8.7-15.fc36.aarch64                                           
12:09:56   kmod-29-7.fc36.aarch64                                                        
12:09:56   kmod-libs-29-7.fc36.aarch64                                                   
12:09:56   libargon2-20171227-9.fc36.aarch64                                             
12:09:56   libbpf-2:0.7.0-3.fc36.aarch64                                                 
12:09:56   libcgroup-2.0-4.fc36.aarch64                                                  
12:09:56   libfdisk-2.38-1.fc36.aarch64                                                  
12:09:56   libibverbs-39.0-1.fc36.aarch64                                                
12:09:56   libmnl-1.0.4-15.fc36.aarch64                                                  
12:09:56   libnetfilter_conntrack-1.0.8-4.fc36.aarch64                                   
12:09:56   libnfnetlink-1.0.1-21.fc36.aarch64                                            
12:09:56   libnl3-3.7.0-1.fc36.aarch64                                                   
12:09:56   libpcap-14:1.10.3-1.fc36.aarch64                                              
12:09:56   libseccomp-2.5.3-2.fc36.aarch64                                               
12:09:56   libselinux-utils-3.3-4.fc36.aarch64                                           
12:09:56   libslirp-4.6.1-3.fc36.aarch64                                                 
12:09:56   libutempter-1.2.1-6.fc36.aarch64                                              
12:09:56   libxkbcommon-1.4.0-1.fc36.aarch64                                             
12:09:56   policycoreutils-3.3-4.fc36.aarch64                                            
12:09:56   qrencode-libs-4.1.1-2.fc36.aarch64                                            
12:09:56   rpm-plugin-selinux-4.17.1-3.fc36.aarch64                                      
12:09:56   selinux-policy-36.17-1.fc36.noarch                                            
12:09:56   selinux-policy-targeted-36.17-1.fc36.noarch                                   
12:09:56   slirp4netns-1.2.0-0.2.beta.0.fc36.aarch64                                     
12:09:56   systemd-250.9-1.fc36.aarch64                                                  
12:09:56   systemd-networkd-250.9-1.fc36.aarch64                                         
12:09:56   systemd-pam-250.9-1.fc36.aarch64                                              
12:09:56   systemd-resolved-250.9-1.fc36.aarch64                                         
12:09:56   util-linux-2.38-1.fc36.aarch64                                                
12:09:56   xkeyboard-config-2.35.1-1.fc36.noarch                                         
12:09:56   xz-5.2.5-9.fc36.aarch64                                                       
12:09:56 
12:09:56 Complete!
12:09:56 + verify_binaries
12:09:56 + docker --version
12:09:56 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:09:56 ++ uname -m
12:09:56 + '[' aarch64 = x86_64 ']'
12:09:56 + docker buildx version
12:09:57 github.com/docker/buildx v0.10.2 00ed17d
12:09:57 + docker compose version
12:09:57 Docker Compose version v2.15.1
12:09:57 + dockerd --version
12:09:57 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:09:57 + docker-proxy --version
12:09:57 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:09:57 + containerd --version
12:09:57 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:57 + ctr --version
12:09:57 ctr containerd.io 1.6.16
12:09:57 + containerd-shim --help
12:09:57 Usage of containerd-shim:
12:09:57   -address string
12:09:57     	grpc address back to main containerd
12:09:57   -containerd-binary containerd publish
12:09:57     	path to containerd binary (used for containerd publish) (default "containerd")
12:09:57   -criu string
12:09:57     	path to criu binary
12:09:57   -debug
12:09:57     	enable debug output in logs
12:09:57   -namespace string
12:09:57     	namespace that owns the shim
12:09:57   -runtime-root string
12:09:57     	root directory for the runtime (default "/run/containerd/runc")
12:09:57   -socket string
12:09:57     	socket path to serve
12:09:57   -systemd-cgroup
12:09:57     	set runtime to use systemd-cgroup
12:09:57   -workdir string
12:09:57     	path used to storge large temporary data
12:09:57 + containerd-shim-runc-v1 -v
12:09:57 containerd-shim-runc-v1:
12:09:57   Version:  1.6.16
12:09:57   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:57   Go version: go1.18.10
12:09:57 
12:09:57 + containerd-shim-runc-v2 -v
12:09:57 containerd-shim-runc-v2:
12:09:57   Version:  1.6.16
12:09:57   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:09:57   Go version: go1.18.10
12:09:57 
12:09:57 + runc --version
12:09:57 runc version 1.1.4
12:09:57 commit: v1.1.4-0-g5fd4c4d
12:09:57 spec: 1.0.2-dev
12:09:57 go: go1.18.10
12:09:57 libseccomp: 2.5.3
12:09:57 make[2]: Leaving directory '/root/build-deb/compose'
12:09:57 # Build the scan-plugin
12:09:57 # TODO change once we support scan-plugin on other architectures
12:09:57 if [ "armhf" = "amd64" ]; then \
12:09:57 	cd /go/src/github.com/docker/scan-cli-plugin \
12:09:57 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:09:57 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:09:57 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:09:57 fi
12:09:57 make[1]: Leaving directory '/root/build-deb'
12:09:57    debian/rules override_dh_auto_test
12:09:57 make[1]: Entering directory '/root/build-deb'
12:09:57 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:09:57 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:09:57 PASS: daemon version OK
12:09:57 ver="$(cli/build/docker --version)"; \
12:09:57 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:09:57 PASS: cli version OK
12:09:57 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:57 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:09:57 PASS: docker-buildx version OK
12:09:57 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:57 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:09:57 PASS: docker-compose version OK
12:09:57 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:09:57 # TODO change once we support scan-plugin on other architectures
12:09:57 if [ "armhf" = "amd64" ]; then \
12:09:57 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:57 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:09:57 fi
12:09:57 make[1]: Leaving directory '/root/build-deb'
12:09:57    create-stamp debian/debhelper-build-stamp
12:09:57  debian/rules binary
12:09:57 dh binary --with=bash-completion
12:09:57    dh_testroot
12:09:57    dh_prep
12:09:57    debian/rules override_dh_auto_install
12:09:57 make[1]: Entering directory '/root/build-deb'
12:09:57 # docker-ce-cli install
12:09:57 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:09:57 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:09:57 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:09:57 # docker-ce install
12:09:57 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:09:57 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:09:57 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:09:57 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:09:57 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:09:57 # docker-buildx-plugin install
12:09:57 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:09:57 # docker-compose-plugin install
12:09:57 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:09:57 # docker-scan-plugin install
12:09:57 # TODO change once we support scan-plugin on other architectures
12:09:57 if [ "armhf" = "amd64" ]; then \
12:09:57 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:09:57 fi
12:09:57 # docker-ce-rootless-extras install
12:09:57 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:09:57 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:09:57 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:09:57 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:09:57 # TODO: how can we install vpnkit?
12:09:57 make[1]: Leaving directory '/root/build-deb'
12:09:57    debian/rules override_dh_install
12:09:57 make[1]: Entering directory '/root/build-deb'
12:09:57 dh_install
12:09:57 # TODO Can we do this from within our container?
12:09:57 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:09:57 make[1]: Leaving directory '/root/build-deb'
12:09:57    dh_installdocs
12:09:57    dh_installchangelogs
12:09:57    dh_installman
12:09:57    dh_bash-completion
12:09:57    dh_systemd_enable
12:09:57    debian/rules override_dh_installinit
12:09:57 make[1]: Entering directory '/root/build-deb'
12:09:57 # use "docker" as our service name, not "docker-ce"
12:09:57 dh_installinit --name=docker
12:09:57 make[1]: Leaving directory '/root/build-deb'
12:09:57    dh_systemd_start
12:09:57    dh_perl
12:09:57    dh_link
12:09:57    dh_strip_nondeterminism
12:09:57 make[2]: Leaving directory '/root/build-deb/compose'
12:09:57 # Build the scan-plugin
12:09:57 # TODO change once we support scan-plugin on other architectures
12:09:57 if [ "armhf" = "amd64" ]; then \
12:09:57 	cd /go/src/github.com/docker/scan-cli-plugin \
12:09:57 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:09:57 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:09:57 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:09:57 fi
12:09:57 make[1]: Leaving directory '/root/build-deb'
12:09:57    debian/rules override_dh_auto_test
12:09:57 make[1]: Entering directory '/root/build-deb'
12:09:57 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:09:57 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:09:57 PASS: daemon version OK
12:09:57 ver="$(cli/build/docker --version)"; \
12:09:57 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:09:57 PASS: cli version OK
12:09:57 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:57 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:09:57 PASS: docker-buildx version OK
12:09:57 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:57 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:09:57 PASS: docker-compose version OK
12:09:57 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:09:57 # TODO change once we support scan-plugin on other architectures
12:09:57 if [ "armhf" = "amd64" ]; then \
12:09:57 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:09:57 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:09:57 fi
12:09:57 make[1]: Leaving directory '/root/build-deb'
12:09:57    create-stamp debian/debhelper-build-stamp
12:09:57  debian/rules binary
12:09:57 dh binary --with=bash-completion
12:09:57    dh_testroot
12:09:57    dh_prep
12:09:57    debian/rules override_dh_auto_install
12:09:57 make[1]: Entering directory '/root/build-deb'
12:09:57 # docker-ce-cli install
12:09:57 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:09:57 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:09:57 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:09:57 # docker-ce install
12:09:57 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:09:57 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:09:57 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:09:57 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:09:57 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:09:57 # docker-buildx-plugin install
12:09:57 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:09:57 # docker-compose-plugin install
12:09:57 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:09:57 # docker-scan-plugin install
12:09:57 # TODO change once we support scan-plugin on other architectures
12:09:57 if [ "armhf" = "amd64" ]; then \
12:09:57 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:09:57 fi
12:09:57 # docker-ce-rootless-extras install
12:09:57 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:09:57 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:09:57 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:09:57 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:09:57 # TODO: how can we install vpnkit?
12:09:57 make[1]: Leaving directory '/root/build-deb'
12:09:57    debian/rules override_dh_install
12:09:57 make[1]: Entering directory '/root/build-deb'
12:09:57 dh_install
12:09:57 # TODO Can we do this from within our container?
12:09:57 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:09:57 make[1]: Leaving directory '/root/build-deb'
12:09:57    dh_installdocs
12:09:57    dh_installchangelogs
12:09:57    dh_installman
12:09:57    dh_bash-completion
12:09:57    dh_systemd_enable
12:09:57    debian/rules override_dh_installinit
12:09:57 make[1]: Entering directory '/root/build-deb'
12:09:57 # use "docker" as our service name, not "docker-ce"
12:09:57 dh_installinit --name=docker
12:09:57 make[1]: Leaving directory '/root/build-deb'
12:09:57    dh_systemd_start
12:09:57    dh_perl
12:09:57    dh_link
12:09:57    dh_strip_nondeterminism
12:09:57    dh_compress
12:09:57    dh_fixperms
12:09:57    dh_missing
12:09:57    debian/rules override_dh_strip
12:09:57 make[1]: Entering directory '/root/build-deb'
12:09:57 # Go has lots of problems with stripping, so just don't
12:09:57 make[1]: Leaving directory '/root/build-deb'
12:09:57    dh_makeshlibs
12:09:57    debian/rules override_dh_shlibdeps
12:09:57 make[1]: Entering directory '/root/build-deb'
12:09:57 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:09:58    dh_compress
12:09:58    dh_fixperms
12:09:58    dh_missing
12:09:58    debian/rules override_dh_strip
12:09:58 make[1]: Entering directory '/root/build-deb'
12:09:58 # Go has lots of problems with stripping, so just don't
12:09:58 make[1]: Leaving directory '/root/build-deb'
12:09:58    dh_makeshlibs
12:09:58    debian/rules override_dh_shlibdeps
12:09:58 make[1]: Entering directory '/root/build-deb'
12:09:58 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:09:59 CentOS Stream 8 - BaseOS                         25 MB/s |  27 MB     00:01    
12:09:59 make[1]: Leaving directory '/root/build-deb'
12:09:59    dh_installdeb
12:09:59    debian/rules override_dh_gencontrol
12:09:59 make[1]: Entering directory '/root/build-deb'
12:09:59 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:09:59 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:09:59 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:59 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:09:59 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:09:59 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:09:59 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:09:59 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:09:59 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:09:59 if [ "amd64" = "amd64" ]; then \
12:09:59 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:09:59 fi
12:09:59 dh_gencontrol --remaining-packages
12:09:59 make[1]: Leaving directory '/root/build-deb'
12:09:59    dh_md5sums
12:09:59    debian/rules override_dh_builddeb
12:09:59 make[1]: Entering directory '/root/build-deb'
12:09:59 dh_builddeb -- -Zxz
12:09:59 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb'.
12:09:59 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'.
12:10:00 make[1]: Leaving directory '/root/build-deb'
12:10:00    dh_installdeb
12:10:00    debian/rules override_dh_gencontrol
12:10:00 make[1]: Entering directory '/root/build-deb'
12:10:00 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:10:00 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:10:00 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:00 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:10:00 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:10:00 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:00 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:10:00 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:10:00 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:10:00 if [ "armhf" = "amd64" ]; then \
12:10:00 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:10:00 fi
12:10:00 dh_gencontrol --remaining-packages
12:10:00 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'.
12:10:00 make[1]: Leaving directory '/root/build-deb'
12:10:00    dh_md5sums
12:10:01    debian/rules override_dh_builddeb
12:10:01 make[1]: Entering directory '/root/build-deb'
12:10:01 dh_builddeb -- -Zxz
12:10:01 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb'.
12:10:01 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'.
12:10:01 make[2]: Leaving directory '/root/build-deb/compose'
12:10:01 # Build the scan-plugin
12:10:01 # TODO change once we support scan-plugin on other architectures
12:10:01 if [ "armhf" = "amd64" ]; then \
12:10:01 	cd /go/src/github.com/docker/scan-cli-plugin \
12:10:01 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:10:01 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:10:01 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:10:01 fi
12:10:01 make[1]: Leaving directory '/root/build-deb'
12:10:01    debian/rules override_dh_auto_test
12:10:01 make[1]: Entering directory '/root/build-deb'
12:10:01 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:10:01 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:10:01 PASS: daemon version OK
12:10:01 ver="$(cli/build/docker --version)"; \
12:10:01 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:10:01 PASS: cli version OK
12:10:01 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:01 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:10:01 PASS: docker-buildx version OK
12:10:01 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:01 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:10:01 PASS: docker-compose version OK
12:10:01 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:10:01 # TODO change once we support scan-plugin on other architectures
12:10:01 if [ "armhf" = "amd64" ]; then \
12:10:01 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:01 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:10:01 fi
12:10:01 make[1]: Leaving directory '/root/build-deb'
12:10:01    create-stamp debian/debhelper-build-stamp
12:10:01  debian/rules binary
12:10:01 dh binary --with=bash-completion
12:10:01    dh_testroot
12:10:01    dh_prep
12:10:01    debian/rules override_dh_auto_install
12:10:01 make[1]: Entering directory '/root/build-deb'
12:10:01 # docker-ce-cli install
12:10:01 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:10:01 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:10:01 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:10:01 # docker-ce install
12:10:01 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:10:01 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:10:01 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:10:01 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:10:01 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:10:01 # docker-buildx-plugin install
12:10:01 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:10:01 # docker-compose-plugin install
12:10:01 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:10:01 # docker-scan-plugin install
12:10:01 # TODO change once we support scan-plugin on other architectures
12:10:01 if [ "armhf" = "amd64" ]; then \
12:10:01 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:10:01 fi
12:10:01 # docker-ce-rootless-extras install
12:10:01 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:10:01 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:10:01 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:10:01 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:10:01 # TODO: how can we install vpnkit?
12:10:01 make[1]: Leaving directory '/root/build-deb'
12:10:01    debian/rules override_dh_install
12:10:01 make[1]: Entering directory '/root/build-deb'
12:10:01 dh_install
12:10:01 # TODO Can we do this from within our container?
12:10:01 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:10:01 make[1]: Leaving directory '/root/build-deb'
12:10:01    dh_installdocs
12:10:01    dh_installchangelogs
12:10:01    dh_installman
12:10:01    dh_bash-completion
12:10:01    dh_systemd_enable
12:10:01    debian/rules override_dh_installinit
12:10:01 make[1]: Entering directory '/root/build-deb'
12:10:01 # use "docker" as our service name, not "docker-ce"
12:10:01 dh_installinit --name=docker
12:10:01 make[1]: Leaving directory '/root/build-deb'
12:10:01    dh_systemd_start
12:10:01    dh_perl
12:10:01    dh_link
12:10:01    dh_strip_nondeterminism
12:10:01    dh_compress
12:10:01    dh_fixperms
12:10:01    dh_missing
12:10:01    debian/rules override_dh_strip
12:10:01 make[1]: Entering directory '/root/build-deb'
12:10:01 # Go has lots of problems with stripping, so just don't
12:10:01 make[1]: Leaving directory '/root/build-deb'
12:10:01    dh_makeshlibs
12:10:01    debian/rules override_dh_shlibdeps
12:10:01 make[1]: Entering directory '/root/build-deb'
12:10:01 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:10:01 make[1]: Leaving directory '/root/build-deb'
12:10:01    dh_installdeb
12:10:01    debian/rules override_dh_gencontrol
12:10:01 make[1]: Entering directory '/root/build-deb'
12:10:01 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:10:01 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:10:01 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:01 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:10:01 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:10:01 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:01 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:10:01 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:10:01 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:10:01 if [ "armhf" = "amd64" ]; then \
12:10:01 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:10:01 fi
12:10:01 dh_gencontrol --remaining-packages
12:10:01 make[1]: Leaving directory '/root/build-deb'
12:10:01    dh_md5sums
12:10:01    debian/rules override_dh_builddeb
12:10:01 make[1]: Entering directory '/root/build-deb'
12:10:01 dh_builddeb -- -Zxz
12:10:01 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'.
12:10:01 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb'.
12:10:01 make[1]: Leaving directory '/root/build-deb'
12:10:01    dh_installdeb
12:10:01    debian/rules override_dh_gencontrol
12:10:01 make[1]: Entering directory '/root/build-deb'
12:10:02 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:10:02 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:10:02 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:02 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:10:02 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:10:02 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:02 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:10:02 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:10:02 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:10:02 if [ "armhf" = "amd64" ]; then \
12:10:02 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:10:02 fi
12:10:02 dh_gencontrol --remaining-packages
12:10:02 make[1]: Leaving directory '/root/build-deb'
12:10:02    dh_md5sums
12:10:03    debian/rules override_dh_builddeb
12:10:03 make[1]: Entering directory '/root/build-deb'
12:10:03 dh_builddeb -- -Zxz
12:10:03 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb'.
12:10:03 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'.
12:10:04 CentOS Stream 8 - Extras                         27 kB/s |  18 kB     00:00    
12:10:05 CentOS Stream 8 - Extras common packages        6.0 kB/s | 5.2 kB     00:00    
12:10:05 Last metadata expiration check: 0:00:01 ago on Tue Feb  7 12:10:04 2023.
12:10:06 make[1]: Leaving directory '/root/build-deb'
12:10:06  dpkg-genbuildinfo
12:10:06  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.changes
12:10:06 dpkg-genchanges: info: including full source code in upload
12:10:06  dpkg-source -I.git --after-build build-deb
12:10:06 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:10:06 + destination=/build
12:10:06 + mkdir -p /build
12:10:06 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb /root/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_amd64.deb /root/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb /build
12:10:07 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb'
12:10:07 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb'
12:10:07 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
12:10:07 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
12:10:07 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
12:10:07 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
12:10:07 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc'
12:10:07 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc'
12:10:07 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz'
12:10:07 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz'
12:10:07 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.buildinfo'
12:10:07 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.buildinfo'
12:10:07 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.changes'
12:10:07 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.changes'
12:10:07 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
12:10:07 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
12:10:07 copied '/root/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_amd64.deb' -> '/build/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_amd64.deb'
12:10:07 removed '/root/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_amd64.deb'
12:10:07 copied '/root/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb'
12:10:07 removed '/root/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb'
12:10:07 Dependencies resolved.
12:10:07 ================================================================================
12:10:07  Package                      Arch       Version            Repository     Size
12:10:07 ================================================================================
12:10:07 Installing:
12:10:07  dnf-plugins-core             noarch     4.0.21-18.el8      baseos         75 k
12:10:07 Upgrading:
12:10:07  python3-dnf-plugins-core     noarch     4.0.21-18.el8      baseos        258 k
12:10:07 Installing dependencies:
12:10:07  python3-systemd              x86_64     234-8.el8          appstream      81 k
12:10:07 
12:10:07 Transaction Summary
12:10:07 ================================================================================
12:10:07 Install  2 Packages
12:10:07 Upgrade  1 Package
12:10:07 
12:10:07 Total download size: 415 k
12:10:07 Downloading Packages:
12:10:08 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb'.
12:10:08 (1/3): dnf-plugins-core-4.0.21-18.el8.noarch.rp 334 kB/s |  75 kB     00:00    
12:10:08 (2/3): python3-systemd-234-8.el8.x86_64.rpm     356 kB/s |  81 kB     00:00    
12:10:08 (3/3): python3-dnf-plugins-core-4.0.21-18.el8.n 1.1 MB/s | 258 kB     00:00    
12:10:08 --------------------------------------------------------------------------------
12:10:08 Total                                           571 kB/s | 415 kB     00:00     
12:10:08 Running transaction check
12:10:08 Transaction check succeeded.
12:10:08 Running transaction test
12:10:08 Transaction test succeeded.
12:10:08 Running transaction
12:10:08   Preparing        :                                                        1/1 
12:10:08   Installing       : python3-systemd-234-8.el8.x86_64                       1/4 
12:10:08   Upgrading        : python3-dnf-plugins-core-4.0.21-18.el8.noarch          2/4 
12:10:08   Installing       : dnf-plugins-core-4.0.21-18.el8.noarch                  3/4 
12:10:08   Cleanup          : python3-dnf-plugins-core-4.0.21-14.el8.noarch          4/4 
12:10:08   Running scriptlet: python3-dnf-plugins-core-4.0.21-14.el8.noarch          4/4 
12:10:08   Verifying        : python3-systemd-234-8.el8.x86_64                       1/4 
12:10:08   Verifying        : dnf-plugins-core-4.0.21-18.el8.noarch                  2/4 
12:10:08   Verifying        : python3-dnf-plugins-core-4.0.21-18.el8.noarch          3/4 
12:10:08 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'.
12:10:08   Verifying        : python3-dnf-plugins-core-4.0.21-14.el8.noarch          4/4 
12:10:08 
12:10:08 Upgraded:
12:10:08   python3-dnf-plugins-core-4.0.21-18.el8.noarch                                 
12:10:08 Installed:
12:10:08   dnf-plugins-core-4.0.21-18.el8.noarch     python3-systemd-234-8.el8.x86_64    
12:10:08 
12:10:08 Complete!
12:10:08 + case ${DIST_ID}:${DIST_VERSION} in
12:10:08 + install_rpm_containerd
12:10:08 + '[' staging = stage ']'
12:10:08 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
12:10:08 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
12:10:08 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
12:10:08 + dnf --version
12:10:09 4.7.0
12:10:09   Installed: dnf-0:4.7.0-11.el8.noarch at Mon Sep 19 22:01:10 2022
12:10:09   Built    : CentOS Buildsys <bugs@centos.org> at Wed Jul 27 13:05:47 2022
12:10:09 
12:10:09   Installed: rpm-0:4.14.3-23.el8.x86_64 at Tue Sep  6 17:17:37 2022
12:10:09   Built    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> at Tue Apr  5 18:38:09 2022
12:10:09 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
12:10:09 Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
12:10:09 + dnf config-manager --set-disabled 'docker-ce-*'
12:10:09 + dnf config-manager --set-enabled docker-ce-test
12:10:10 + dnf makecache
12:10:10 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
12:10:10 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~debian.10~buster_amd64.deb'.
12:10:11 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:10:11 CentOS Stream 8 - AppStream                     7.5 kB/s | 4.4 kB     00:00    
12:10:11 + make IMAGE=ubuntu:bionic verify
12:10:11 docker run  --rm -i \
12:10:11 	-v "$(pwd):/v" \
12:10:11 	-e DEBIAN_FRONTEND=noninteractive \
12:10:11 	-e PACKAGE_REPO=staging \
12:10:11 	-w /v \
12:10:11 	ubuntu:bionic ./verify
12:10:11 Unable to find image 'ubuntu:bionic' locally
12:10:11 bionic: Pulling from library/ubuntu
12:10:11 72d9f18d70f3: Already exists
12:10:11 Digest: sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf
12:10:11 Status: Downloaded newer image for ubuntu:bionic
12:10:11 CentOS Stream 8 - BaseOS                        5.6 kB/s | 3.9 kB     00:00    
12:10:12 + verify
12:10:12 + dpkg --version
12:10:12 + verify_deb
12:10:12 + apt-get update
12:10:12 CentOS Stream 8 - Extras                        6.6 kB/s | 2.9 kB     00:00    
12:10:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
12:10:12 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
12:10:12 CentOS Stream 8 - Extras common packages        6.3 kB/s | 3.0 kB     00:00    
12:10:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1578 kB]
12:10:13 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
12:10:13 Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB]
12:10:13 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
12:10:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [3161 kB]
12:10:13 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'.
12:10:13 Docker CE Test - x86_64                         103 kB/s |  46 kB     00:00    
12:10:13 make[2]: Leaving directory '/root/build-deb/compose'
12:10:13 # Build the scan-plugin
12:10:13 # TODO change once we support scan-plugin on other architectures
12:10:13 if [ "armhf" = "amd64" ]; then \
12:10:13 	cd /go/src/github.com/docker/scan-cli-plugin \
12:10:13 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:10:13 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:10:13 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:10:13 fi
12:10:13 make[1]: Leaving directory '/root/build-deb'
12:10:13    debian/rules override_dh_auto_test
12:10:13 make[1]: Entering directory '/root/build-deb'
12:10:13 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:10:13 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:10:13 PASS: daemon version OK
12:10:13 ver="$(cli/build/docker --version)"; \
12:10:13 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:10:13 PASS: cli version OK
12:10:13 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:13 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:10:13 PASS: docker-buildx version OK
12:10:13 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:13 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:10:13 PASS: docker-compose version OK
12:10:13 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:10:13 # TODO change once we support scan-plugin on other architectures
12:10:13 if [ "armhf" = "amd64" ]; then \
12:10:13 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:13 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:10:13 fi
12:10:13 make[1]: Leaving directory '/root/build-deb'
12:10:13    create-stamp debian/debhelper-build-stamp
12:10:13  debian/rules binary
12:10:13 dh binary --with=bash-completion
12:10:13    dh_testroot
12:10:13    dh_prep
12:10:13    debian/rules override_dh_auto_install
12:10:13 make[1]: Entering directory '/root/build-deb'
12:10:13 # docker-ce-cli install
12:10:13 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:10:13 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:10:13 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:10:13 # docker-ce install
12:10:13 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:10:13 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:10:13 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:10:13 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:10:13 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:10:13 # docker-buildx-plugin install
12:10:13 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:10:13 # docker-compose-plugin install
12:10:13 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:10:13 # docker-scan-plugin install
12:10:13 # TODO change once we support scan-plugin on other architectures
12:10:13 if [ "armhf" = "amd64" ]; then \
12:10:13 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:10:13 fi
12:10:13 # docker-ce-rootless-extras install
12:10:13 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:10:13 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:10:13 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:10:13 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:10:13 # TODO: how can we install vpnkit?
12:10:13 make[1]: Leaving directory '/root/build-deb'
12:10:13    debian/rules override_dh_install
12:10:13 make[1]: Entering directory '/root/build-deb'
12:10:13 dh_install
12:10:13 # TODO Can we do this from within our container?
12:10:13 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:10:13 make[1]: Leaving directory '/root/build-deb'
12:10:13    dh_installdocs
12:10:13    dh_installchangelogs
12:10:13    dh_installman
12:10:13    dh_bash-completion
12:10:13    dh_systemd_enable
12:10:13    debian/rules override_dh_installinit
12:10:13 make[1]: Entering directory '/root/build-deb'
12:10:13 # use "docker" as our service name, not "docker-ce"
12:10:13 dh_installinit --name=docker
12:10:13 make[1]: Leaving directory '/root/build-deb'
12:10:13    dh_systemd_start
12:10:13    dh_perl
12:10:13    dh_link
12:10:13    dh_strip_nondeterminism
12:10:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [23.8 kB]
12:10:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1389 kB]
12:10:14    dh_compress
12:10:14    dh_fixperms
12:10:14    dh_missing
12:10:14    debian/rules override_dh_strip
12:10:14 make[1]: Entering directory '/root/build-deb'
12:10:14 # Go has lots of problems with stripping, so just don't
12:10:14 make[1]: Leaving directory '/root/build-deb'
12:10:14    dh_makeshlibs
12:10:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
12:10:14 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
12:10:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
12:10:14 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.8 kB]
12:10:14 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2353 kB]
12:10:14 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1430 kB]
12:10:14 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3581 kB]
12:10:14    debian/rules override_dh_shlibdeps
12:10:14 make[1]: Entering directory '/root/build-deb'
12:10:14 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:10:14 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [20.5 kB]
12:10:14 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [64.0 kB]
12:10:14 Metadata cache created.
12:10:14 [DEBUG] Installing engine rpms
12:10:14 + echo '[DEBUG] Installing engine rpms'
12:10:14 ++ find rpm/rpmbuild/centos-8/RPMS/ -type f -name '*.rpm'
12:10:14 ++ sed /src/d
12:10:14 + packages='rpm/rpmbuild/centos-8/RPMS/x86_64/docker-compose-plugin-2.15.1-0.el8.x86_64.rpm
12:10:14 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm
12:10:14 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm
12:10:14 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm
12:10:14 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el8.x86_64.rpm
12:10:14 rpm/rpmbuild/centos-8/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el8.x86_64.rpm'
12:10:14 + set -x
12:10:14 ++ source /etc/os-release
12:10:14 +++ NAME='CentOS Stream'
12:10:14 +++ VERSION=8
12:10:14 +++ ID=centos
12:10:14 +++ ID_LIKE='rhel fedora'
12:10:14 +++ VERSION_ID=8
12:10:14 +++ PLATFORM_ID=platform:el8
12:10:14 +++ PRETTY_NAME='CentOS Stream 8'
12:10:14 +++ ANSI_COLOR='0;31'
12:10:14 +++ CPE_NAME=cpe:/o:centos:centos:8
12:10:14 +++ HOME_URL=https://centos.org/
12:10:14 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:10:14 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 8'
12:10:14 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
12:10:14 ++ echo 'CentOS Stream'
12:10:14 + product_version='CentOS Stream'
12:10:14 + '[' 'CentOS Stream' = rawhide ']'
12:10:14 + dnf install -y rpm/rpmbuild/centos-8/RPMS/x86_64/docker-compose-plugin-2.15.1-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el8.x86_64.rpm rpm/rpmbuild/centos-8/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el8.x86_64.rpm
12:10:15 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_armhf.deb'.
12:10:15 Last metadata expiration check: 0:00:02 ago on Tue Feb  7 12:10:13 2023.
12:10:15 Fetched 27.0 MB in 4s (7448 kB/s)
12:10:15 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'.
12:10:16 Dependencies resolved.
12:10:16 ======================================================================================================
12:10:16  Package                        Arch    Version                                  Repository       Size
12:10:16 ======================================================================================================
12:10:16 Installing:
12:10:16  docker-buildx-plugin           x86_64  0.10.2-0.el8                             @commandline     12 M
12:10:16  docker-ce                      x86_64  3:0.0.0~20230206193855.ab4ef4a-0.el8     @commandline     23 M
12:10:16  docker-ce-cli                  x86_64  1:0.0.0~20230206193855.ab4ef4a-0.el8     @commandline    7.1 M
12:10:16  docker-ce-rootless-extras      x86_64  0.0.0~20230206193855.ab4ef4a-0.el8       @commandline    4.7 M
12:10:16  docker-compose-plugin          x86_64  2.15.1-0.el8                             @commandline     10 M
12:10:16  docker-scan-plugin             x86_64  0.23.0-0.el8                             @commandline    3.9 M
12:10:16 Installing dependencies:
12:10:16  checkpolicy                    x86_64  2.9-1.el8                                baseos          348 k
12:10:16  container-selinux              noarch  2:2.189.0-1.module_el8.7.0+1216+b022c01d appstream        60 k
12:10:16  containerd.io                  x86_64  1.6.16-3.1.el8                           docker-ce-test   33 M
12:10:16  diffutils                      x86_64  3.6-6.el8                                baseos          358 k
12:10:16  fuse-common                    x86_64  3.3.0-16.el8                             baseos           22 k
12:10:16  fuse-overlayfs                 x86_64  1.9-1.module_el8.7.0+1216+b022c01d       appstream        73 k
12:10:16  fuse3                          x86_64  3.3.0-16.el8                             baseos           54 k
12:10:16  fuse3-libs                     x86_64  3.3.0-16.el8                             baseos           95 k
12:10:16  iptables                       x86_64  1.8.4-24.el8                             baseos          586 k
12:10:16  iptables-libs                  x86_64  1.8.4-24.el8                             baseos          109 k
12:10:16  kmod                           x86_64  25-19.el8                                baseos          126 k
12:10:16  libcgroup                      x86_64  0.41-19.el8                              baseos           70 k
12:10:16  libibverbs                     x86_64  41.0-1.el8                               baseos          394 k
12:10:16  libmnl                         x86_64  1.0.4-6.el8                              baseos           30 k
12:10:16  libnetfilter_conntrack         x86_64  1.0.6-5.el8                              baseos           65 k
12:10:16  libnfnetlink                   x86_64  1.0.1-13.el8                             baseos           33 k
12:10:16  libnftnl                       x86_64  1.1.5-5.el8                              baseos           83 k
12:10:16  libpcap                        x86_64  14:1.9.1-5.el8                           baseos          169 k
12:10:16  libselinux-utils               x86_64  2.9-6.el8                                baseos          243 k
12:10:16  libslirp                       x86_64  4.4.0-1.module_el8.7.0+1216+b022c01d     appstream        70 k
12:10:16  policycoreutils                x86_64  2.9-21.1.el8                             baseos          375 k
12:10:16  policycoreutils-python-utils   noarch  2.9-21.1.el8                             baseos          253 k
12:10:16  python3-audit                  x86_64  3.0.7-4.el8                              baseos           87 k
12:10:16  python3-libselinux             x86_64  2.9-6.el8                                baseos          283 k
12:10:16  python3-libsemanage            x86_64  2.9-9.el8                                baseos          128 k
12:10:16  python3-policycoreutils        noarch  2.9-21.1.el8                             baseos          2.2 M
12:10:16  python3-setools                x86_64  4.3.0-3.el8                              baseos          624 k
12:10:16  rpm-plugin-selinux             x86_64  4.14.3-23.el8                            baseos           78 k
12:10:16  selinux-policy                 noarch  3.14.3-114.el8                           baseos          658 k
12:10:16  selinux-policy-targeted        noarch  3.14.3-114.el8                           baseos           15 M
12:10:16  slirp4netns                    x86_64  1.2.0-2.module_el8.7.0+1216+b022c01d     appstream        54 k
12:10:16  xz                             x86_64  5.2.4-4.el8                              baseos          153 k
12:10:16 Downgrading:
12:10:16  xz-libs                        x86_64  5.2.4-4.el8                              baseos           94 k
12:10:16 Enabling module streams:
12:10:16  container-tools                        rhel8                                                         
12:10:16 
12:10:16 Transaction Summary
12:10:16 ======================================================================================================
12:10:16 Install    38 Packages
12:10:16 Downgrade   1 Package
12:10:16 
12:10:16 Total size: 118 M
12:10:16 Total download size: 56 M
12:10:16 Downloading Packages:
12:10:16 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~debian.12~bookworm_amd64.deb'.
12:10:16 make[2]: Leaving directory '/root/build-deb/compose'
12:10:16 # Build the scan-plugin
12:10:16 # TODO change once we support scan-plugin on other architectures
12:10:16 if [ "armhf" = "amd64" ]; then \
12:10:16 	cd /go/src/github.com/docker/scan-cli-plugin \
12:10:16 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:10:16 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:10:16 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:10:16 fi
12:10:16 make[1]: Leaving directory '/root/build-deb'
12:10:16    debian/rules override_dh_auto_test
12:10:16 make[1]: Entering directory '/root/build-deb'
12:10:16 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:10:16 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:10:16 PASS: daemon version OK
12:10:16 ver="$(cli/build/docker --version)"; \
12:10:16 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:10:16 PASS: cli version OK
12:10:16 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:16 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:10:16 PASS: docker-buildx version OK
12:10:16 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:16 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:10:16 PASS: docker-compose version OK
12:10:16 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:10:16 # TODO change once we support scan-plugin on other architectures
12:10:16 if [ "armhf" = "amd64" ]; then \
12:10:16 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:16 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:10:16 fi
12:10:16 make[1]: Leaving directory '/root/build-deb'
12:10:16    create-stamp debian/debhelper-build-stamp
12:10:16  debian/rules binary
12:10:16 dh binary --with=bash-completion
12:10:16    dh_testroot
12:10:16    dh_prep
12:10:16    debian/rules override_dh_auto_install
12:10:16 make[1]: Entering directory '/root/build-deb'
12:10:16 # docker-ce-cli install
12:10:16 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:10:16 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:10:16 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:10:16 # docker-ce install
12:10:16 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:10:16 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:10:16 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:10:16 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:10:16 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:10:16 # docker-buildx-plugin install
12:10:16 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:10:16 # docker-compose-plugin install
12:10:16 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:10:16 # docker-scan-plugin install
12:10:16 # TODO change once we support scan-plugin on other architectures
12:10:16 if [ "armhf" = "amd64" ]; then \
12:10:16 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:10:16 fi
12:10:16 # docker-ce-rootless-extras install
12:10:16 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:10:16 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:10:16 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:10:16 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:10:16 # TODO: how can we install vpnkit?
12:10:16 make[1]: Leaving directory '/root/build-deb'
12:10:16    debian/rules override_dh_install
12:10:16 make[1]: Entering directory '/root/build-deb'
12:10:16 dh_install
12:10:16 # TODO Can we do this from within our container?
12:10:16 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:10:16 make[1]: Leaving directory '/root/build-deb'
12:10:16    dh_installdocs
12:10:16    dh_installchangelogs
12:10:16 make[1]: Leaving directory '/root/build-deb'
12:10:16  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.buildinfo
12:10:16  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.changes
12:10:17 Reading package lists...
12:10:17 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:10:17 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'.
12:10:17    dh_installman
12:10:17    dh_bash-completion
12:10:17 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_amd64.deb'.
12:10:17    dh_systemd_enable
12:10:17    debian/rules override_dh_installinit
12:10:17 make[1]: Entering directory '/root/build-deb'
12:10:17 # use "docker" as our service name, not "docker-ce"
12:10:17 dh_installinit --name=docker
12:10:17 make[1]: Leaving directory '/root/build-deb'
12:10:17    dh_systemd_start
12:10:17 (1/33): container-selinux-2.189.0-1.module_el8. 267 kB/s |  60 kB     00:00    
12:10:17 (2/33): fuse-overlayfs-1.9-1.module_el8.7.0+121 319 kB/s |  73 kB     00:00    
12:10:17 (3/33): libslirp-4.4.0-1.module_el8.7.0+1216+b0  10 MB/s |  70 kB     00:00    
12:10:17 (4/33): slirp4netns-1.2.0-2.module_el8.7.0+1216 9.0 MB/s |  54 kB     00:00    
12:10:17 (5/33): xz-libs-5.2.4-4.el8.x86_64.rpm          389 kB/s |  94 kB     00:00    
12:10:17 (6/33): fuse-common-3.3.0-16.el8.x86_64.rpm     5.5 MB/s |  22 kB     00:00    
12:10:17 (7/33): checkpolicy-2.9-1.el8.x86_64.rpm         20 MB/s | 348 kB     00:00    
12:10:17 (8/33): fuse3-3.3.0-16.el8.x86_64.rpm           5.6 MB/s |  54 kB     00:00    
12:10:17 (9/33): diffutils-3.6-6.el8.x86_64.rpm           15 MB/s | 358 kB     00:00    
12:10:17 (10/33): fuse3-libs-3.3.0-16.el8.x86_64.rpm     7.7 MB/s |  95 kB     00:00    
12:10:17 (11/33): iptables-libs-1.8.4-24.el8.x86_64.rpm   14 MB/s | 109 kB     00:00    
12:10:17 (12/33): kmod-25-19.el8.x86_64.rpm               15 MB/s | 126 kB     00:00    
12:10:17 (13/33): libcgroup-0.41-19.el8.x86_64.rpm       9.2 MB/s |  70 kB     00:00    
12:10:17 (14/33): iptables-1.8.4-24.el8.x86_64.rpm        22 MB/s | 586 kB     00:00    
12:10:17 (15/33): libmnl-1.0.4-6.el8.x86_64.rpm          3.3 MB/s |  30 kB     00:00    
12:10:17 (16/33): libnetfilter_conntrack-1.0.6-5.el8.x86  11 MB/s |  65 kB     00:00    
12:10:17 (17/33): libnfnetlink-1.0.1-13.el8.x86_64.rpm   5.6 MB/s |  33 kB     00:00    
12:10:17 (18/33): libibverbs-41.0-1.el8.x86_64.rpm        16 MB/s | 394 kB     00:00    
12:10:17 (19/33): libnftnl-1.1.5-5.el8.x86_64.rpm        6.4 MB/s |  83 kB     00:00    
12:10:17 (20/33): libpcap-1.9.1-5.el8.x86_64.rpm          12 MB/s | 169 kB     00:00    
12:10:17 (21/33): libselinux-utils-2.9-6.el8.x86_64.rpm   17 MB/s | 243 kB     00:00    
12:10:17 (22/33): policycoreutils-2.9-21.1.el8.x86_64.rp  22 MB/s | 375 kB     00:00    
12:10:17 (23/33): policycoreutils-python-utils-2.9-21.1.  15 MB/s | 253 kB     00:00    
12:10:17 (24/33): python3-audit-3.0.7-4.el8.x86_64.rpm   6.0 MB/s |  87 kB     00:00    
12:10:17 (25/33): python3-libselinux-2.9-6.el8.x86_64.rp  20 MB/s | 283 kB     00:00    
12:10:17 (26/33): python3-libsemanage-2.9-9.el8.x86_64.r  13 MB/s | 128 kB     00:00    
12:10:17 (27/33): rpm-plugin-selinux-4.14.3-23.el8.x86_6  13 MB/s |  78 kB     00:00    
12:10:17 (28/33): python3-setools-4.3.0-3.el8.x86_64.rpm  32 MB/s | 624 kB     00:00    
12:10:17 (29/33): selinux-policy-3.14.3-114.el8.noarch.r  32 MB/s | 658 kB     00:00    
12:10:17 (30/33): xz-5.2.4-4.el8.x86_64.rpm               21 MB/s | 153 kB     00:00    
12:10:17 (31/33): python3-policycoreutils-2.9-21.1.el8.n  36 MB/s | 2.2 MB     00:00    
12:10:17 (32/33): selinux-policy-targeted-3.14.3-114.el8  92 MB/s |  15 MB     00:00    
12:10:17    dh_perl
12:10:17    dh_link
12:10:17    dh_strip_nondeterminism
12:10:17 dpkg-genchanges: info: including full source code in upload
12:10:17  dpkg-source -I.git --after-build .
12:10:17 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:10:17 + destination=/build
12:10:17 + mkdir -p /build
12:10:17 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_amd64.deb /root/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb /build
12:10:17 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:17 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:17 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:17 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:17 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:17 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:17 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc'
12:10:17 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc'
12:10:17 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz'
12:10:17 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz'
12:10:17 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.buildinfo'
12:10:17 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.buildinfo'
12:10:17 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.changes'
12:10:17 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.changes'
12:10:17 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:17 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:17 copied '/root/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_amd64.deb' -> '/build/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:17 removed '/root/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:17 copied '/root/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'
12:10:17 removed '/root/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb'
12:10:17 make[1]: Leaving directory '/root/build-deb'
12:10:17    dh_installdeb
12:10:17    debian/rules override_dh_gencontrol
12:10:17 make[1]: Entering directory '/root/build-deb'
12:10:17 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:10:17 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:10:17 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:17 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:10:17 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:10:17 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:17 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:10:17 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:10:17 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:10:17 if [ "armhf" = "amd64" ]; then \
12:10:17 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:10:17 fi
12:10:17 dh_gencontrol --remaining-packages
12:10:17 make[1]: Leaving directory '/root/build-deb'
12:10:17    dh_md5sums
12:10:18 Reading package lists...
12:10:18 Building dependency tree...
12:10:18 Reading state information...
12:10:18 (33/33): containerd.io-1.6.16-3.1.el8.x86_64.rp  65 MB/s |  33 MB     00:00    
12:10:18 --------------------------------------------------------------------------------
12:10:18 Total                                            34 MB/s |  56 MB     00:01     
12:10:18 The following additional packages will be installed:
12:10:18   dirmngr distro-info-data gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg
12:10:18   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:10:18   libapt-inst2.0 libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
12:10:18   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
12:10:18   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
12:10:18   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
12:10:18   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
12:10:18   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
12:10:18   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
12:10:18   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal mime-support
12:10:18   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
12:10:18   python3-gi python3-minimal python3-software-properties python3.6
12:10:18   python3.6-minimal readline-common
12:10:18 Suggested packages:
12:10:18   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
12:10:18   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
12:10:18   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
12:10:18   python3.6-venv python3.6-doc binutils binfmt-support readline-doc
12:10:18 Recommended packages:
12:10:18   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales
12:10:18   publicsuffix libsasl2-modules file xz-utils unattended-upgrades
12:10:18    debian/rules override_dh_builddeb
12:10:18 make[1]: Entering directory '/root/build-deb'
12:10:18 dh_builddeb -- -Zxz
12:10:18 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'.
12:10:18 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb'.
12:10:18 The following NEW packages will be installed:
12:10:18   apt-transport-https ca-certificates curl dirmngr distro-info-data
12:10:18   gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent
12:10:18   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0
12:10:18   libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
12:10:18   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
12:10:18   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
12:10:18   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
12:10:18   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
12:10:18   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
12:10:18   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
12:10:18   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal lsb-release
12:10:18   mime-support openssl pinentry-curses python-apt-common python3 python3-apt
12:10:18   python3-dbus python3-gi python3-minimal python3-software-properties
12:10:18   python3.6 python3.6-minimal readline-common software-properties-common
12:10:18 0 upgraded, 69 newly installed, 0 to remove and 4 not upgraded.
12:10:18 Need to get 16.0 MB of archives.
12:10:18 After this operation, 70.5 MB of additional disk space will be used.
12:10:18 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.20 [1302 kB]
12:10:19    dh_compress
12:10:19 Docker CE Test - x86_64                         7.4 kB/s | 1.6 kB     00:00    
12:10:19 Importing GPG key 0x621E9F35:
12:10:19  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
12:10:19  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
12:10:19  From       : https://download.docker.com/linux/centos/gpg
12:10:19 Key imported successfully
12:10:19 ~/rpmbuild/BUILD/src
12:10:19 + popd
12:10:19 + RPM_EC=0
12:10:19 ++ jobs -p
12:10:19 + exit 0
12:10:19 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kL4jcW
12:10:19 + umask 022
12:10:19 + cd /root/rpmbuild/BUILD
12:10:19 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64 '!=' / ']'
12:10:19 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64
12:10:19 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64
12:10:19 + mkdir -p /root/rpmbuild/BUILDROOT
12:10:19 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64
12:10:19 + cd src
12:10:19 + pushd /root/rpmbuild/BUILD/src/compose
12:10:19 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:10:19 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:10:19 + popd
12:10:19 + for f in LICENSE MAINTAINERS NOTICE README.md
12:10:19 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:10:19 ~/rpmbuild/BUILD/src
12:10:19 + for f in LICENSE MAINTAINERS NOTICE README.md
12:10:19 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:10:19 + for f in LICENSE MAINTAINERS NOTICE README.md
12:10:19 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:10:19 + for f in LICENSE MAINTAINERS NOTICE README.md
12:10:19 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:10:19 + /usr/lib/rpm/check-buildroot
12:10:19 + /usr/lib/rpm/redhat/brp-ldconfig
12:10:19 + /usr/lib/rpm/brp-compress
12:10:19 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:10:19 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:10:19 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:10:19 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:10:19 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:10:19 + /usr/lib/rpm/brp-python-hardlink
12:10:19 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:10:19 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Zm7PWx
12:10:19 + umask 022
12:10:19 + cd /root/rpmbuild/BUILD
12:10:19 + cd src
12:10:19 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:10:19 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:10:19 + ver=v2.15.1
12:10:19 + test v2.15.1 = v2.15.1
12:10:19 + echo 'PASS: docker-compose version OK'
12:10:19 + RPM_EC=0
12:10:19 PASS: docker-compose version OK
12:10:19 ++ jobs -p
12:10:19 + exit 0
12:10:19 Processing files: docker-compose-plugin-2.15.1-0.el9.x86_64
12:10:19 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.IWNhp8
12:10:19 + umask 022
12:10:19 + cd /root/rpmbuild/BUILD
12:10:19 + cd src
12:10:19 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64/usr/share/doc/docker-compose-plugin
12:10:19 + export LC_ALL=C
12:10:19 + LC_ALL=C
12:10:19 + export DOCDIR
12:10:19 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64/usr/share/doc/docker-compose-plugin
12:10:19 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64/usr/share/doc/docker-compose-plugin
12:10:19 + RPM_EC=0
12:10:19 ++ jobs -p
12:10:19 + exit 0
12:10:19 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.d3MAHi
12:10:19 + umask 022
12:10:19 + cd /root/rpmbuild/BUILD
12:10:19 + cd src
12:10:19 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
12:10:19 + export LC_ALL=C
12:10:19 + LC_ALL=C
12:10:19 + export LICENSEDIR
12:10:19 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
12:10:19 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
12:10:19 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64/usr/share/licenses/docker-compose-plugin
12:10:19 + RPM_EC=0
12:10:19 ++ jobs -p
12:10:19 + exit 0
12:10:19 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:10:19 Provides: docker-compose-plugin = 0:2.15.1-0.el9 docker-compose-plugin(x86-64) = 0:2.15.1-0.el9
12:10:19 Requires(interp): /bin/sh /bin/sh /bin/sh
12:10:19 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:10:19 Requires(post): /bin/sh
12:10:19 Requires(preun): /bin/sh
12:10:19 Requires(postun): /bin/sh
12:10:19 Enhances: docker-ce-cli
12:10:19 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64
12:10:19 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.15.1-0.el9.src.rpm
12:10:19    dh_fixperms
12:10:19    dh_missing
12:10:19 Running transaction check
12:10:19 Transaction check succeeded.
12:10:19 Running transaction test
12:10:19    debian/rules override_dh_strip
12:10:19 make[1]: Entering directory '/root/build-deb'
12:10:19 # Go has lots of problems with stripping, so just don't
12:10:19 make[1]: Leaving directory '/root/build-deb'
12:10:19    dh_makeshlibs
12:10:19    debian/rules override_dh_shlibdeps
12:10:19 make[1]: Entering directory '/root/build-deb'
12:10:19 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:10:19 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.9 [533 kB]
12:10:19 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.9 [82.8 kB]
12:10:19 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.9 [1609 kB]
12:10:19 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB]
12:10:19 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB]
12:10:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB]
12:10:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB]
12:10:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB]
12:10:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.7 [499 kB]
12:10:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.9 [1712 kB]
12:10:19 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.9 [203 kB]
12:10:20 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B]
12:10:20 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]
12:10:20 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.20 [614 kB]
12:10:20 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
12:10:20 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.15 [4724 B]
12:10:20 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB]
12:10:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgirepository-1.0-1 amd64 1.56.1-1 [82.0 kB]
12:10:20 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-glib-2.0 amd64 1.56.1-1 [131 kB]
12:10:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-inst2.0 amd64 1.6.14 [57.3 kB]
12:10:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1.4 [175 kB]
12:10:20 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
12:10:20 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dbus amd64 1.2.6-1 [89.9 kB]
12:10:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-gi amd64 3.26.1-2ubuntu1 [153 kB]
12:10:20 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 iso-codes all 3.79-1 [2565 kB]
12:10:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.3 [30.9 kB]
12:10:20 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.3 [85.5 kB]
12:10:20 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B]
12:10:20 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.3 [278 kB]
12:10:20 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.3 [122 kB]
12:10:20 Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
12:10:20 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-apt-common all 1.6.6 [16.9 kB]
12:10:20 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.6 [149 kB]
12:10:20 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B]
12:10:20 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [42.3 kB]
12:10:20 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [175 kB]
12:10:20 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [30.3 kB]
12:10:20 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [86.1 kB]
12:10:20 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [47.8 kB]
12:10:20 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [107 kB]
12:10:20 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [207 kB]
12:10:20 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [14.8 kB]
12:10:20 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1ubuntu0.3 [96.6 kB]
12:10:20 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]
12:10:20 Transaction test succeeded.
12:10:20 Running transaction
12:10:20 make[2]: Leaving directory '/root/build-deb/compose'
12:10:20 # Build the scan-plugin
12:10:20 # TODO change once we support scan-plugin on other architectures
12:10:20 if [ "armhf" = "amd64" ]; then \
12:10:20 	cd /go/src/github.com/docker/scan-cli-plugin \
12:10:20 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:10:20 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:10:20 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:10:20 fi
12:10:20 make[1]: Leaving directory '/root/build-deb'
12:10:20    debian/rules override_dh_auto_test
12:10:20 make[1]: Entering directory '/root/build-deb'
12:10:20 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:10:20 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:10:20 PASS: daemon version OK
12:10:20 ver="$(cli/build/docker --version)"; \
12:10:20 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:10:20 PASS: cli version OK
12:10:20 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:20 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:10:20 PASS: docker-buildx version OK
12:10:20 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:20 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:10:20 PASS: docker-compose version OK
12:10:20 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:10:20 # TODO change once we support scan-plugin on other architectures
12:10:20 if [ "armhf" = "amd64" ]; then \
12:10:20 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:20 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:10:20 fi
12:10:20 make[1]: Leaving directory '/root/build-deb'
12:10:20    create-stamp debian/debhelper-build-stamp
12:10:20  debian/rules binary
12:10:20 dh binary --with=bash-completion
12:10:20    dh_testroot
12:10:20    dh_prep
12:10:20    debian/rules override_dh_auto_install
12:10:20 make[1]: Entering directory '/root/build-deb'
12:10:20 # docker-ce-cli install
12:10:20 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:10:20 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:10:20 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:10:20 # docker-ce install
12:10:20 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:10:20 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:10:20 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:10:20 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:10:20 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:10:20 # docker-buildx-plugin install
12:10:20 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:10:20 # docker-compose-plugin install
12:10:20 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:10:20 # docker-scan-plugin install
12:10:20 # TODO change once we support scan-plugin on other architectures
12:10:20 if [ "armhf" = "amd64" ]; then \
12:10:20 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:10:20 fi
12:10:20 # docker-ce-rootless-extras install
12:10:20 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:10:20 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:10:20 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:10:20 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:10:20 # TODO: how can we install vpnkit?
12:10:20 make[1]: Leaving directory '/root/build-deb'
12:10:20    debian/rules override_dh_install
12:10:20 make[1]: Entering directory '/root/build-deb'
12:10:20 dh_install
12:10:20 # TODO Can we do this from within our container?
12:10:20 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:10:20 make[1]: Leaving directory '/root/build-deb'
12:10:20    dh_installdocs
12:10:20    dh_installchangelogs
12:10:20    dh_installman
12:10:20    dh_bash-completion
12:10:20    dh_systemd_enable
12:10:20    debian/rules override_dh_installinit
12:10:20 make[1]: Entering directory '/root/build-deb'
12:10:20 # use "docker" as our service name, not "docker-ce"
12:10:20 dh_installinit --name=docker
12:10:20 make[1]: Leaving directory '/root/build-deb'
12:10:20    dh_systemd_start
12:10:20    dh_perl
12:10:20    dh_link
12:10:20    dh_strip_nondeterminism
12:10:20    dh_compress
12:10:20    dh_fixperms
12:10:20    dh_missing
12:10:20    debian/rules override_dh_strip
12:10:20 make[1]: Entering directory '/root/build-deb'
12:10:20 # Go has lots of problems with stripping, so just don't
12:10:20 make[1]: Leaving directory '/root/build-deb'
12:10:20    dh_makeshlibs
12:10:20    debian/rules override_dh_shlibdeps
12:10:20 make[1]: Entering directory '/root/build-deb'
12:10:20 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:10:20 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]
12:10:20 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
12:10:20 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.11 [154 kB]
12:10:20 Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
12:10:20 Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
12:10:20 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.22 [220 kB]
12:10:20 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.22 [159 kB]
12:10:20 Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB]
12:10:20 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.6 [124 kB]
12:10:20 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.18.04.2 [94.6 kB]
12:10:20 Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B]
12:10:20 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.6 [317 kB]
12:10:20 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
12:10:20 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.6 [128 kB]
12:10:20 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.6 [468 kB]
12:10:20 Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB]
12:10:20 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.6 [227 kB]
12:10:20 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.6 [91.8 kB]
12:10:20 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.6 [85.0 kB]
12:10:20 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.6 [215 kB]
12:10:20 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.6 [249 kB]
12:10:20 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.20 [20.5 kB]
12:10:20 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.20 [9876 B]
12:10:20 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gnupg2 all 2.2.4-1ubuntu1.6 [5300 B]
12:10:20 debconf: delaying package configuration, since apt-utils is not installed
12:10:20 Fetched 16.0 MB in 2s (7079 kB/s)
12:10:20 Selecting previously unselected package libssl1.1:amd64.
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 ... 4051 files and directories currently installed.)
12:10:20 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.20_amd64.deb ...
12:10:20 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.20) ...
12:10:20   Preparing        :                                                        1/1 
12:10:20   Installing       : python3-libselinux-2.9-6.el8.x86_64                   1/40 
12:10:20   Installing       : libmnl-1.0.4-6.el8.x86_64                             2/40 
12:10:20   Running scriptlet: libmnl-1.0.4-6.el8.x86_64                             2/40 
12:10:21 Selecting previously unselected package libpython3.6-minimal:amd64.
12:10:21 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
12:10:21 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.9) ...
12:10:21 Selecting previously unselected package libexpat1:amd64.
12:10:21 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_amd64.deb ...
12:10:21 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
12:10:21 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-kinetic"
12:10:21 Selecting previously unselected package python3.6-minimal.
12:10:21 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
12:10:21 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
12:10:21 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.20) ...
12:10:21   Downgrading      : xz-libs-5.2.4-4.el8.x86_64                            3/40 
12:10:21   Installing       : docker-scan-plugin-0.23.0-0.el8.x86_64                4/40 
12:10:21   Running scriptlet: docker-scan-plugin-0.23.0-0.el8.x86_64                4/40 
12:10:21   Installing       : libselinux-utils-2.9-6.el8.x86_64                     5/40 
12:10:21   Installing       : libnfnetlink-1.0.1-13.el8.x86_64                      6/40 
12:10:21   Running scriptlet: libnfnetlink-1.0.1-13.el8.x86_64                      6/40 
12:10:21   Installing       : fuse3-libs-3.3.0-16.el8.x86_64                        7/40 
12:10:21   Running scriptlet: fuse3-libs-3.3.0-16.el8.x86_64                        7/40 
12:10:21   Installing       : libnetfilter_conntrack-1.0.6-5.el8.x86_64             8/40 
12:10:21   Running scriptlet: libnetfilter_conntrack-1.0.6-5.el8.x86_64             8/40 
12:10:21   Installing       : kmod-25-19.el8.x86_64                                 9/40 
12:10:21   Installing       : xz-5.2.4-4.el8.x86_64                                10/40 
12:10:21   Installing       : libnftnl-1.1.5-5.el8.x86_64                          11/40 
12:10:21 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.9) ...
12:10:21 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.9) ...
12:10:21 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
12:10:21   Running scriptlet: libnftnl-1.1.5-5.el8.x86_64                          11/40 
12:10:21   Installing       : python3-libsemanage-2.9-9.el8.x86_64                 12/40 
12:10:21 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:10:21 Selecting previously unselected package python3-minimal.
12:10: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 ... 4308 files and directories currently installed.)
12:10:21 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ...
12:10:21 Unpacking python3-minimal (3.6.7-1~18.04) ...
12:10:21 Selecting previously unselected package mime-support.
12:10:21 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
12:10:21 Unpacking mime-support (3.60ubuntu1) ...
12:10:22 Selecting previously unselected package libmpdec2:amd64.
12:10:22 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ...
12:10:22 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ...
12:10:22 Selecting previously unselected package readline-common.
12:10:22 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
12:10:22 Unpacking readline-common (7.0-3) ...
12:10:22 Selecting previously unselected package libreadline7:amd64.
12:10:22 Preparing to unpack .../4-libreadline7_7.0-3_amd64.deb ...
12:10:22 Unpacking libreadline7:amd64 (7.0-3) ...
12:10:22 Selecting previously unselected package libsqlite3-0:amd64.
12:10:22 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_amd64.deb ...
12:10:22 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
12:10:22 Selecting previously unselected package libpython3.6-stdlib:amd64.
12:10:22 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
12:10:22 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.9) ...
12:10:22 + make IMAGE=ubuntu:kinetic verify
12:10:22 docker run  --rm -i \
12:10:22 	-v "$(pwd):/v" \
12:10:22 	-e DEBIAN_FRONTEND=noninteractive \
12:10:22 	-e PACKAGE_REPO=staging \
12:10:22 	-w /v \
12:10:22 	ubuntu:kinetic ./verify
12:10:22 Unable to find image 'ubuntu:kinetic' locally
12:10:22 kinetic: Pulling from library/ubuntu
12:10:22 Selecting previously unselected package python3.6.
12:10:22 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.9_amd64.deb ...
12:10:22 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.9) ...
12:10:22 Selecting previously unselected package libpython3-stdlib:amd64.
12:10:22 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
12:10:22 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
12:10:22 Setting up python3-minimal (3.6.7-1~18.04) ...
12:10:22 256644d5a307: Already exists
12:10:22 Digest: sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179
12:10:22 Status: Downloaded newer image for ubuntu:kinetic
12:10:22 Selecting previously unselected package python3.
12: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 ... 4766 files and directories currently installed.)
12:10:22 Preparing to unpack .../00-python3_3.6.7-1~18.04_amd64.deb ...
12:10:22 Unpacking python3 (3.6.7-1~18.04) ...
12:10:22 Selecting previously unselected package openssl.
12:10:22 Preparing to unpack .../01-openssl_1.1.1-1ubuntu2.1~18.04.20_amd64.deb ...
12:10:22 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.20) ...
12:10:22 + verify
12:10:22 + dpkg --version
12:10:22 Selecting previously unselected package ca-certificates.
12:10:22 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
12:10:22 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
12:10:22 Selecting previously unselected package distro-info-data.
12:10:22 Preparing to unpack .../03-distro-info-data_0.37ubuntu0.15_all.deb ...
12:10:22 Unpacking distro-info-data (0.37ubuntu0.15) ...
12:10:22 Selecting previously unselected package libglib2.0-0:amd64.
12:10:22 Preparing to unpack .../04-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
12:10:22 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
12:10:22 + verify_deb
12:10:22 + apt-get update
12:10:22 make[1]: Leaving directory '/root/build-deb'
12:10:22    dh_installdeb
12:10:22    debian/rules override_dh_gencontrol
12:10:22 make[1]: Entering directory '/root/build-deb'
12:10:22 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:10:22 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:10:22 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:23 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'.
12:10:23   Installing       : python3-setools-4.3.0-3.el8.x86_64                   13/40 
12:10:23   Installing       : docker-buildx-plugin-0.10.2-0.el8.x86_64             14/40 
12:10:23 Selecting previously unselected package libgirepository-1.0-1:amd64.
12:10:23 Preparing to unpack .../05-libgirepository-1.0-1_1.56.1-1_amd64.deb ...
12:10:23 Unpacking libgirepository-1.0-1:amd64 (1.56.1-1) ...
12:10:23 Selecting previously unselected package gir1.2-glib-2.0:amd64.
12:10:23 Preparing to unpack .../06-gir1.2-glib-2.0_1.56.1-1_amd64.deb ...
12:10:23 Unpacking gir1.2-glib-2.0:amd64 (1.56.1-1) ...
12:10:23 Selecting previously unselected package libapt-inst2.0:amd64.
12:10:23 Preparing to unpack .../07-libapt-inst2.0_1.6.14_amd64.deb ...
12:10:23 Unpacking libapt-inst2.0:amd64 (1.6.14) ...
12:10:23 Selecting previously unselected package libdbus-1-3:amd64.
12:10:23 Preparing to unpack .../08-libdbus-1-3_1.12.2-1ubuntu1.4_amd64.deb ...
12:10:23 Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1.4) ...
12:10:23 Selecting previously unselected package lsb-release.
12:10:23 Preparing to unpack .../09-lsb-release_9.20170808ubuntu1_all.deb ...
12:10:23 Unpacking lsb-release (9.20170808ubuntu1) ...
12:10:23 Selecting previously unselected package python3-dbus.
12:10:23 Preparing to unpack .../10-python3-dbus_1.2.6-1_amd64.deb ...
12:10:23 Unpacking python3-dbus (1.2.6-1) ...
12:10:23 Get:1 http://security.ubuntu.com/ubuntu kinetic-security InRelease [109 kB]
12:10:23 Get:2 http://archive.ubuntu.com/ubuntu kinetic InRelease [267 kB]
12:10:23 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:10:23 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:10:23 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:23 make[1]: Leaving directory '/root/build-deb'
12:10:23  dpkg-genbuildinfo
12:10:23  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.changes
12:10:23 Selecting previously unselected package python3-gi.
12:10:23 Preparing to unpack .../11-python3-gi_3.26.1-2ubuntu1_amd64.deb ...
12:10:23 Unpacking python3-gi (3.26.1-2ubuntu1) ...
12:10:23 Selecting previously unselected package iso-codes.
12:10:23 Preparing to unpack .../12-iso-codes_3.79-1_all.deb ...
12:10:23 Unpacking iso-codes (3.79-1) ...
12:10:23 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:10:23 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:10:23 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:10:23 if [ "armhf" = "amd64" ]; then \
12:10:23 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:10:23 fi
12:10:23 dh_gencontrol --remaining-packages
12:10:23 Selecting previously unselected package libkrb5support0:amd64.
12:10:23 Preparing to unpack .../13-libkrb5support0_1.16-2ubuntu0.3_amd64.deb ...
12:10:23 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.3) ...
12:10:23 Selecting previously unselected package libk5crypto3:amd64.
12:10:23 Preparing to unpack .../14-libk5crypto3_1.16-2ubuntu0.3_amd64.deb ...
12:10:23 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.3) ...
12:10:23 Selecting previously unselected package libkeyutils1:amd64.
12:10:23 Preparing to unpack .../15-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ...
12:10:23 Get:3 http://security.ubuntu.com/ubuntu kinetic-security/main amd64 Packages [236 kB]
12:10:23 Get:4 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease [109 kB]
12:10:23 Get:5 http://security.ubuntu.com/ubuntu kinetic-security/restricted amd64 Packages [229 kB]
12:10:23 Get:6 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease [99.9 kB]
12:10:23 Get:7 http://security.ubuntu.com/ubuntu kinetic-security/universe amd64 Packages [88.2 kB]
12:10:23 make[1]: Leaving directory '/root/build-deb'
12:10:23    dh_md5sums
12:10:23 make[1]: Leaving directory '/root/build-deb'
12:10:23    dh_installdeb
12:10:23    debian/rules override_dh_gencontrol
12:10:23 make[1]: Entering directory '/root/build-deb'
12:10:23 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:10:23 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:10:23 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:23 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:10:23 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:10:23 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:23 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:10:23 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:10:23 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:10:23 if [ "armhf" = "amd64" ]; then \
12:10:23 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:10:23 fi
12:10:23 dh_gencontrol --remaining-packages
12:10:23 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
12:10:23 Selecting previously unselected package libkrb5-3:amd64.
12:10:23 Preparing to unpack .../16-libkrb5-3_1.16-2ubuntu0.3_amd64.deb ...
12:10:23 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.3) ...
12:10:23 Selecting previously unselected package libgssapi-krb5-2:amd64.
12:10:23 Preparing to unpack .../17-libgssapi-krb5-2_1.16-2ubuntu0.3_amd64.deb ...
12:10:23 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.3) ...
12:10:23 Selecting previously unselected package libpsl5:amd64.
12:10:23 Preparing to unpack .../18-libpsl5_0.19.1-5build1_amd64.deb ...
12:10:23 Unpacking libpsl5:amd64 (0.19.1-5build1) ...
12:10:23 Selecting previously unselected package python-apt-common.
12:10:23 Preparing to unpack .../19-python-apt-common_1.6.6_all.deb ...
12:10:23 Unpacking python-apt-common (1.6.6) ...
12:10:23 Selecting previously unselected package python3-apt.
12:10:23 Preparing to unpack .../20-python3-apt_1.6.6_amd64.deb ...
12:10:23 Unpacking python3-apt (1.6.6) ...
12:10:23 Get:8 http://security.ubuntu.com/ubuntu kinetic-security/multiverse amd64 Packages [6308 B]
12:10:23 Get:9 http://archive.ubuntu.com/ubuntu kinetic/restricted amd64 Packages [151 kB]
12:10:23 Get:10 http://archive.ubuntu.com/ubuntu kinetic/main amd64 Packages [1778 kB]
12:10:24    debian/rules override_dh_builddeb
12:10:24 make[1]: Entering directory '/root/build-deb'
12:10:24 dh_builddeb -- -Zxz
12:10:24 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'.
12:10:24 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb'.
12:10:24 Selecting previously unselected package apt-transport-https.
12:10:24 Preparing to unpack .../21-apt-transport-https_1.6.14_all.deb ...
12:10:24 Unpacking apt-transport-https (1.6.14) ...
12:10:24 Selecting previously unselected package libroken18-heimdal:amd64.
12:10:24 Preparing to unpack .../22-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:10:24 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:24 Selecting previously unselected package libasn1-8-heimdal:amd64.
12:10:24 Preparing to unpack .../23-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:10:24 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:24 Selecting previously unselected package libheimbase1-heimdal:amd64.
12:10:24 Preparing to unpack .../24-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:10:24 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:24 Selecting previously unselected package libhcrypto4-heimdal:amd64.
12:10:24 Preparing to unpack .../25-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:10:24 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:24 Selecting previously unselected package libwind0-heimdal:amd64.
12:10:24 Preparing to unpack .../26-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:10:24 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:24 Get:11 http://archive.ubuntu.com/ubuntu kinetic/multiverse amd64 Packages [289 kB]
12:10:24 Get:12 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 Packages [17.9 MB]
12:10:24 dpkg-genchanges: info: including full source code in upload
12:10:24  dpkg-source -I.git --after-build .
12:10:24 Selecting previously unselected package libhx509-5-heimdal:amd64.
12:10:24 Preparing to unpack .../27-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:10:24 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:24 Selecting previously unselected package libkrb5-26-heimdal:amd64.
12:10:24 Preparing to unpack .../28-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:10:24 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:24 Selecting previously unselected package libheimntlm0-heimdal:amd64.
12:10:24 Preparing to unpack .../29-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:10:24 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:24 Selecting previously unselected package libgssapi3-heimdal:amd64.
12:10:24 Preparing to unpack .../30-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.3_amd64.deb ...
12:10:24 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:24 Selecting previously unselected package libsasl2-modules-db:amd64.
12:10:24 Preparing to unpack .../31-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
12:10:24 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:10:24 Selecting previously unselected package libsasl2-2:amd64.
12:10:24 Preparing to unpack .../32-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
12:10:24 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:10:24 Selecting previously unselected package libldap-common.
12:10:24 Preparing to unpack .../33-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
12:10:24 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:10:24 make[1]: Leaving directory '/root/build-deb'
12:10:24    dh_md5sums
12:10:24   Running scriptlet: docker-buildx-plugin-0.10.2-0.el8.x86_64             14/40 
12:10:24   Installing       : docker-compose-plugin-2.15.1-0.el8.x86_64            15/40 
12:10:24 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:10:24 + destination=/build
12:10:24 + mkdir -p /build
12:10:24 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb /root/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_amd64.deb /root/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb /build
12:10:24 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb'
12:10:24 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb'
12:10:24 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
12:10:24 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
12:10:24 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
12:10:24 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
12:10:24 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc'
12:10:24 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc'
12:10:24 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz'
12:10:24 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz'
12:10:24 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.buildinfo'
12:10:24 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.buildinfo'
12:10:24 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.changes'
12:10:24 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.changes'
12:10:24 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
12:10:24 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
12:10:24 copied '/root/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_amd64.deb' -> '/build/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_amd64.deb'
12:10:24 removed '/root/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_amd64.deb'
12:10:24 copied '/root/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb'
12:10:24 removed '/root/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb'
12:10:24 Selecting previously unselected package libldap-2.4-2:amd64.
12:10:24 Preparing to unpack .../34-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ...
12:10:24 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
12:10:24 Selecting previously unselected package libnghttp2-14:amd64.
12:10:24 Preparing to unpack .../35-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
12:10:24 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
12:10:24 Selecting previously unselected package librtmp1:amd64.
12:10:24 Preparing to unpack .../36-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
12:10:24 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
12:10:24 Selecting previously unselected package libcurl4:amd64.
12:10:24 Preparing to unpack .../37-libcurl4_7.58.0-2ubuntu3.22_amd64.deb ...
12:10:24 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.22) ...
12:10:24 Selecting previously unselected package curl.
12:10:24 Preparing to unpack .../38-curl_7.58.0-2ubuntu3.22_amd64.deb ...
12:10:24 Unpacking curl (7.58.0-2ubuntu3.22) ...
12:10:24 Selecting previously unselected package libassuan0:amd64.
12:10:24 Preparing to unpack .../39-libassuan0_2.5.1-2_amd64.deb ...
12:10:24 Unpacking libassuan0:amd64 (2.5.1-2) ...
12:10:24    debian/rules override_dh_builddeb
12:10:24 make[1]: Entering directory '/root/build-deb'
12:10:24 dh_builddeb -- -Zxz
12:10:24 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb'.
12:10:24 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'.
12:10:24 Selecting previously unselected package gpgconf.
12:10:24 Preparing to unpack .../40-gpgconf_2.2.4-1ubuntu1.6_amd64.deb ...
12:10:24 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
12:10:24 Selecting previously unselected package libksba8:amd64.
12:10:24 Preparing to unpack .../41-libksba8_1.3.5-2ubuntu0.18.04.2_amd64.deb ...
12:10:24 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.18.04.2) ...
12:10:24 Selecting previously unselected package libnpth0:amd64.
12:10:24 Preparing to unpack .../42-libnpth0_1.5-3_amd64.deb ...
12:10:24 Unpacking libnpth0:amd64 (1.5-3) ...
12:10:24 Selecting previously unselected package dirmngr.
12:10:24 Preparing to unpack .../43-dirmngr_2.2.4-1ubuntu1.6_amd64.deb ...
12:10:24 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
12:10:24 Selecting previously unselected package gnupg-l10n.
12:10:24 Preparing to unpack .../44-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
12:10:24 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:10:24 Selecting previously unselected package gnupg-utils.
12:10:24 Preparing to unpack .../45-gnupg-utils_2.2.4-1ubuntu1.6_amd64.deb ...
12:10:24 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
12:10:25   Running scriptlet: docker-compose-plugin-2.15.1-0.el8.x86_64            15/40 
12:10:25   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8   16/40 
12:10:25 Get:13 http://archive.ubuntu.com/ubuntu kinetic-updates/restricted amd64 Packages [229 kB]
12:10:25 Get:14 http://archive.ubuntu.com/ubuntu kinetic-updates/multiverse amd64 Packages [6308 B]
12:10:25 Get:15 http://archive.ubuntu.com/ubuntu kinetic-updates/universe amd64 Packages [158 kB]
12:10:25 Get:16 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 Packages [338 kB]
12:10:25 Get:17 http://archive.ubuntu.com/ubuntu kinetic-backports/universe amd64 Packages [4531 B]
12:10:25 Selecting previously unselected package gpg.
12:10:25 Preparing to unpack .../46-gpg_2.2.4-1ubuntu1.6_amd64.deb ...
12:10:25 Unpacking gpg (2.2.4-1ubuntu1.6) ...
12:10:25 Selecting previously unselected package pinentry-curses.
12:10:25 Preparing to unpack .../47-pinentry-curses_1.1.0-1_amd64.deb ...
12:10:25 Unpacking pinentry-curses (1.1.0-1) ...
12:10:25 Selecting previously unselected package gpg-agent.
12:10:25 Preparing to unpack .../48-gpg-agent_2.2.4-1ubuntu1.6_amd64.deb ...
12:10:25 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
12:10:25 Selecting previously unselected package gpg-wks-client.
12:10:25 Preparing to unpack .../49-gpg-wks-client_2.2.4-1ubuntu1.6_amd64.deb ...
12:10:25 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:10:25 Selecting previously unselected package gpg-wks-server.
12:10:25 Preparing to unpack .../50-gpg-wks-server_2.2.4-1ubuntu1.6_amd64.deb ...
12:10:25 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:10:25 make[2]: Leaving directory '/root/build-deb/compose'
12:10:25 # Build the scan-plugin
12:10:25 # TODO change once we support scan-plugin on other architectures
12:10:25 if [ "armhf" = "amd64" ]; then \
12:10:25 	cd /go/src/github.com/docker/scan-cli-plugin \
12:10:25 	&& PLATFORM_BINARY=docker-scan COMMIT=6c852fa TAG_NAME=v0.23.0 make native-build \
12:10:25 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:10:25 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:10:25 fi
12:10:25 make[1]: Leaving directory '/root/build-deb'
12:10:25    debian/rules override_dh_auto_test
12:10:25 make[1]: Entering directory '/root/build-deb'
12:10:25 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:10:25 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:10:25 PASS: daemon version OK
12:10:25 ver="$(cli/build/docker --version)"; \
12:10:25 	test "$ver" = "Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:10:25 PASS: cli version OK
12:10:25 ver="$(/usr/libexec/docker/cli-plugins/docker-buildx docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:25 	test "$ver" = "v0.10.2" && echo "PASS: docker-buildx version OK" || (echo "FAIL: docker-buildx version ($ver) did not match" && exit 1)
12:10:25 PASS: docker-buildx version OK
12:10:25 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:25 	test "$ver" = "v2.15.1" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:10:25 PASS: docker-compose version OK
12:10:25 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:10:25 # TODO change once we support scan-plugin on other architectures
12:10:25 if [ "armhf" = "amd64" ]; then \
12:10:25 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:10:25 		test "$ver" = "v0.23.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:10:25 fi
12:10:25 make[1]: Leaving directory '/root/build-deb'
12:10:25    create-stamp debian/debhelper-build-stamp
12:10:25  debian/rules binary
12:10:25 dh binary --with=bash-completion
12:10:25    dh_testroot
12:10:25    dh_prep
12:10:25    debian/rules override_dh_auto_install
12:10:25 make[1]: Entering directory '/root/build-deb'
12:10:25 # docker-ce-cli install
12:10:25 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:10:25 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:10:25 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:10:25 # docker-ce install
12:10:25 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:10:25 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:10:25 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd debian/docker-ce/usr/bin/dockerd
12:10:25 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:10:25 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:10:25 # docker-buildx-plugin install
12:10:25 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-buildx debian/docker-buildx-plugin/usr/libexec/docker/cli-plugins/docker-buildx
12:10:25 # docker-compose-plugin install
12:10:25 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:10:25 # docker-scan-plugin install
12:10:25 # TODO change once we support scan-plugin on other architectures
12:10:25 if [ "armhf" = "amd64" ]; then \
12:10:25 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:10:25 fi
12:10:25 # docker-ce-rootless-extras install
12:10:25 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:10:25 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:10:25 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:10:25 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:10:25 # TODO: how can we install vpnkit?
12:10:25 make[1]: Leaving directory '/root/build-deb'
12:10:25    debian/rules override_dh_install
12:10:25 make[1]: Entering directory '/root/build-deb'
12:10:25 dh_install
12:10:25 # TODO Can we do this from within our container?
12:10:25 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:10:25 make[1]: Leaving directory '/root/build-deb'
12:10:25    dh_installdocs
12:10:25    dh_installchangelogs
12:10:25    dh_installman
12:10:25    dh_bash-completion
12:10:25    dh_systemd_enable
12:10:25    debian/rules override_dh_installinit
12:10:25 make[1]: Entering directory '/root/build-deb'
12:10:25 # use "docker" as our service name, not "docker-ce"
12:10:25 dh_installinit --name=docker
12:10:25 make[1]: Leaving directory '/root/build-deb'
12:10:25    dh_systemd_start
12:10:25    dh_perl
12:10:25    dh_link
12:10:25    dh_strip_nondeterminism
12:10:25    dh_compress
12:10:25    dh_fixperms
12:10:25    dh_missing
12:10:25    debian/rules override_dh_strip
12:10:25 make[1]: Entering directory '/root/build-deb'
12:10:25 # Go has lots of problems with stripping, so just don't
12:10:25 make[1]: Leaving directory '/root/build-deb'
12:10:25    dh_makeshlibs
12:10:25    debian/rules override_dh_shlibdeps
12:10:25 make[1]: Entering directory '/root/build-deb'
12:10:25 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:10:25 make[1]: Leaving directory '/root/build-deb'
12:10:25    dh_installdeb
12:10:25    debian/rules override_dh_gencontrol
12:10:25 make[1]: Entering directory '/root/build-deb'
12:10:25 # Use separate version for the buildx-plugin package, then generate the other control files as usual
12:10:25 # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name)
12:10:25 dh_gencontrol -pdocker-buildx-plugin -- -v${BUILDX_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:25 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:10:25 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:10:25 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_DEB_VERSION#v}-${PKG_REVISION}~${DISTRO}.${VERSION_ID}~${SUITE}
12:10:25 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:10:25 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:10:25 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:10:25 if [ "armhf" = "amd64" ]; then \
12:10:25 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_DEB_VERSION#v}~${DISTRO}-${SUITE}; \
12:10:25 fi
12:10:25 dh_gencontrol --remaining-packages
12:10:25 make[1]: Leaving directory '/root/build-deb'
12:10:25    dh_md5sums
12:10:25    debian/rules override_dh_builddeb
12:10:25 make[1]: Entering directory '/root/build-deb'
12:10:25 dh_builddeb -- -Zxz
12:10:25 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'.
12:10:25 dpkg-deb: building package 'docker-buildx-plugin' in '../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb'.
12:10:25   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8   16/40 
12:10:25   Installing       : python3-audit-3.0.7-4.el8.x86_64                     17/40 
12:10:25   Installing       : libibverbs-41.0-1.el8.x86_64                         18/40 
12:10:25   Running scriptlet: libibverbs-41.0-1.el8.x86_64                         18/40 
12:10:25   Installing       : libpcap-14:1.9.1-5.el8.x86_64                        19/40 
12:10:25   Installing       : iptables-libs-1.8.4-24.el8.x86_64                    20/40 
12:10:25   Running scriptlet: iptables-1.8.4-24.el8.x86_64                         21/40 
12:10:25 Selecting previously unselected package gpgsm.
12:10:25 Preparing to unpack .../51-gpgsm_2.2.4-1ubuntu1.6_amd64.deb ...
12:10:25 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
12:10:25 Selecting previously unselected package gnupg.
12:10:25 Preparing to unpack .../52-gnupg_2.2.4-1ubuntu1.6_amd64.deb ...
12:10:25 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
12:10:25 Selecting previously unselected package python3-software-properties.
12:10:25 Preparing to unpack .../53-python3-software-properties_0.96.24.32.20_all.deb ...
12:10:25 Unpacking python3-software-properties (0.96.24.32.20) ...
12:10:25 Selecting previously unselected package software-properties-common.
12:10:25 Preparing to unpack .../54-software-properties-common_0.96.24.32.20_all.deb ...
12:10:25 Unpacking software-properties-common (0.96.24.32.20) ...
12:10:25 Selecting previously unselected package gnupg2.
12:10:25 Preparing to unpack .../55-gnupg2_2.2.4-1ubuntu1.6_all.deb ...
12:10:25 Unpacking gnupg2 (2.2.4-1ubuntu1.6) ...
12:10:25 Setting up python-apt-common (1.6.6) ...
12:10:25 Setting up libnpth0:amd64 (1.5-3) ...
12:10:25 Setting up readline-common (7.0-3) ...
12:10:25 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'.
12:10:25   Installing       : iptables-1.8.4-24.el8.x86_64                         21/40 
12:10:25   Running scriptlet: iptables-1.8.4-24.el8.x86_64                         21/40 
12:10:25   Running scriptlet: libcgroup-0.41-19.el8.x86_64                         22/40 
12:10:25   Installing       : libcgroup-0.41-19.el8.x86_64                         22/40 
12:10:25   Running scriptlet: libcgroup-0.41-19.el8.x86_64                         22/40 
12:10:25   Installing       : fuse-common-3.3.0-16.el8.x86_64                      23/40 
12:10:25   Installing       : fuse3-3.3.0-16.el8.x86_64                            24/40 
12:10:25   Installing       : fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.   25/40 
12:10:25   Running scriptlet: fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.   25/40 
12:10:25   Installing       : diffutils-3.6-6.el8.x86_64                           26/40 
12:10:25   Running scriptlet: diffutils-3.6-6.el8.x86_64                           26/40 
12:10:25   Installing       : policycoreutils-2.9-21.1.el8.x86_64                  27/40 
12:10:25   Running scriptlet: policycoreutils-2.9-21.1.el8.x86_64                  27/40 
12:10:25 Setting up libapt-inst2.0:amd64 (1.6.14) ...
12:10:25 Setting up apt-transport-https (1.6.14) ...
12:10:25 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
12:10:25 Setting up mime-support (3.60ubuntu1) ...
12:10:25 Setting up iso-codes (3.79-1) ...
12:10:25 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:10:25 Setting up libreadline7:amd64 (7.0-3) ...
12:10:25 Setting up libpsl5:amd64 (0.19.1-5build1) ...
12:10:25 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
12:10:25 No schema files found: doing nothing.
12:10:25 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:10:25 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:10:25 Setting up distro-info-data (0.37ubuntu0.15) ...
12:10:25 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:25 Setting up libksba8:amd64 (1.3.5-2ubuntu0.18.04.2) ...
12:10:25 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
12:10:25 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.3) ...
12:10:25 Setting up libgirepository-1.0-1:amd64 (1.56.1-1) ...
12:10:25 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:10:25 Setting up gir1.2-glib-2.0:amd64 (1.56.1-1) ...
12:10:25 Fetched 22.0 MB in 3s (7142 kB/s)
12:10:25   Installing       : rpm-plugin-selinux-4.14.3-23.el8.x86_64              28/40 
12:10:25   Installing       : selinux-policy-3.14.3-114.el8.noarch                 29/40 
12:10:25   Running scriptlet: selinux-policy-3.14.3-114.el8.noarch                 29/40 
12:10:25 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:25 Setting up openssl (1.1.1-1ubuntu2.1~18.04.20) ...
12:10:25 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.7) ...
12:10:25 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
12:10:25 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
12:10:26 Updating certificates in /etc/ssl/certs...
12:10:26 Reading package lists...
12:10:26 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:10:26 124 added, 0 removed; done.
12:10:26 Setting up libassuan0:amd64 (2.5.1-2) ...
12:10:26 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ...
12:10:26 Setting up libdbus-1-3:amd64 (1.12.2-1ubuntu1.4) ...
12:10:26 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.9) ...
12:10:26 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.3) ...
12:10:26 Setting up python3.6 (3.6.9-1~18.04ubuntu1.9) ...
12:10:27 Reading package lists...
12:10:27 Building dependency tree...
12:10:27 Reading state information...
12:10:27 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:27 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:27 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
12:10:27 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:27 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:27 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
12:10:27 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
12:10:27 Setting up pinentry-curses (1.1.0-1) ...
12:10:27 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.3) ...
12:10:27 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:27 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:27 Setting up gpg (2.2.4-1ubuntu1.6) ...
12:10:27 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
12:10:27 Setting up python3 (3.6.7-1~18.04) ...
12:10:27 The following additional packages will be installed:
12:10:27   dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
12:10:27   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
12:10:27   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
12:10:27   gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
12:10:27   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
12:10:27   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1
12:10:27   libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2
12:10:27   libgstreamer1.0-0 libicu71 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1
12:10:27   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libmpdec3
12:10:27   libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd
12:10:27   libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib
12:10:27   libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2
12:10:27   libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d
12:10:27   libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2
12:10:27   libyaml-0-2 media-types openssl packagekit pinentry-curses pkexec
12:10:27   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
12:10:27   python3-cffi-backend python3-cryptography python3-dbus python3-distro
12:10:27   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
12:10:27   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
12:10:27   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
12:10:27   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
12:10:27   python3-software-properties python3-wadllib python3-zipp python3.10
12:10:27   python3.10-minimal readline-common systemd systemd-sysv
12:10:27 Suggested packages:
12:10:27   default-dbus-session-bus | dbus-session-bus dbus-user-session
12:10:27   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
12:10:27   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
12:10:27   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
12:10:27   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
12:10:27   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
12:10:27   python3-keyrings.alt python3-testresources python3-setuptools
12:10:27   python-pyparsing-doc python-secretstorage-doc gnome-keyring
12:10:27   | libkf5wallet-bin | keepassxc python3.10-venv python3.10-doc binutils
12:10:27   binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd
12:10:27   systemd-boot libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
12:10:27 Recommended packages:
12:10:27   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales
12:10:27   libldap-common dbus-user-session publicsuffix libsasl2-modules
12:10:27   packagekit-tools unattended-upgrades networkd-dispatcher systemd-timesyncd
12:10:27   | time-daemon systemd-resolved libnss-systemd
12:10:27 The following NEW packages will be installed:
12:10:27   apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
12:10:27   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
12:10:27   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
12:10:27   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:10:27   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
12:10:27   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
12:10:27   libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
12:10:27   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu71
12:10:27   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
12:10:27   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
12:10:27   libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:10:27   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
12:10:27   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:10:27   libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common
12:10:27   libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types
12:10:27   openssl packagekit pinentry-curses pkexec policykit-1 polkitd
12:10:27   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
12:10:27   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
12:10:27   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
12:10:27   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
12:10:27   python3-minimal python3-more-itertools python3-oauthlib
12:10:27   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
12:10:27   python3-software-properties python3-wadllib python3-zipp python3.10
12:10:27   python3.10-minimal readline-common software-properties-common systemd
12:10:27   systemd-sysv
12:10:27 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
12:10:27 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:10:27 Setting up python3-gi (3.26.1-2ubuntu1) ...
12:10:27   Running scriptlet: selinux-policy-targeted-3.14.3-114.el8.noarch        30/40 
12:10:27   Installing       : selinux-policy-targeted-3.14.3-114.el8.noarch        30/40 
12:10:27   Running scriptlet: selinux-policy-targeted-3.14.3-114.el8.noarch        30/40 
12:10:27   Installing       : checkpolicy-2.9-1.el8.x86_64                         31/40 
12:10:27   Installing       : python3-policycoreutils-2.9-21.1.el8.noarch          32/40 
12:10:27   Installing       : policycoreutils-python-utils-2.9-21.1.el8.noarch     33/40 
12:10:27   Running scriptlet: container-selinux-2:2.189.0-1.module_el8.7.0+1216+   34/40 
12:10:27   Installing       : container-selinux-2:2.189.0-1.module_el8.7.0+1216+   34/40 
12:10:27 0 upgraded, 122 newly installed, 0 to remove and 4 not upgraded.
12:10:27 Need to get 41.0 MB of archives.
12:10:27 After this operation, 148 MB of additional disk space will be used.
12:10:27 Get:1 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libssl3 amd64 3.0.5-2ubuntu2 [1893 kB]
12:10:27 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
12:10:27 Setting up lsb-release (9.20170808ubuntu1) ...
12:10:27 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.3) ...
12:10:27 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1ubuntu0.3) ...
12:10:27 Setting up python3-apt (1.6.6) ...
12:10:27 Setting up python3-dbus (1.2.6-1) ...
12:10:28 Get:2 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpython3.10-minimal amd64 3.10.7-1ubuntu0.2 [803 kB]
12:10:28 Get:3 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libexpat1 amd64 2.4.8-2ubuntu0.22.10.1 [84.3 kB]
12:10:28 Get:4 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3.10-minimal amd64 3.10.7-1ubuntu0.2 [2115 kB]
12:10:28 Get:5 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-minimal amd64 3.10.6-1 [24.1 kB]
12:10:28 Get:6 http://archive.ubuntu.com/ubuntu kinetic/main amd64 media-types all 8.0.0 [24.9 kB]
12:10:28 Get:7 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
12:10:28 Get:8 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libkrb5support0 amd64 1.20-1ubuntu0.1 [31.3 kB]
12:10:28 Get:9 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libk5crypto3 amd64 1.20-1ubuntu0.1 [81.7 kB]
12:10:28 Get:10 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libkeyutils1 amd64 1.6.3-1 [10.7 kB]
12:10:28 Get:11 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libkrb5-3 amd64 1.20-1ubuntu0.1 [346 kB]
12:10:28 Get:12 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libgssapi-krb5-2 amd64 1.20-1ubuntu0.1 [142 kB]
12:10:28 Get:13 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc-common all 1.3.3+ds-1 [7790 B]
12:10:28 Get:14 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libtirpc3 amd64 1.3.3+ds-1 [80.9 kB]
12:10:28 Get:15 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnsl2 amd64 1.3.0-2build2 [42.3 kB]
12:10:28 Get:16 http://archive.ubuntu.com/ubuntu kinetic/main amd64 readline-common all 8.2-1 [55.1 kB]
12:10:28 Get:17 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libreadline8 amd64 8.2-1 [150 kB]
12:10:28 Get:18 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsqlite3-0 amd64 3.39.3-1 [655 kB]
12:10:28 Get:19 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libpython3.10-stdlib amd64 3.10.7-1ubuntu0.2 [1784 kB]
12:10:28 Get:20 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3.10 amd64 3.10.7-1ubuntu0.2 [497 kB]
12:10:28 Get:21 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpython3-stdlib amd64 3.10.6-1 [6848 B]
12:10:28 Get:22 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3 amd64 3.10.6-1 [22.3 kB]
12:10:28 Get:23 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB]
12:10:28 Get:24 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-1ubuntu1 [138 kB]
12:10:28 Get:25 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libjson-c5 amd64 0.16-1 [33.7 kB]
12:10:28 Get:26 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcryptsetup12 amd64 2:2.5.0-2ubuntu1 [221 kB]
12:10:28 Get:27 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libfdisk1 amd64 2.38-4ubuntu1 [144 kB]
12:10:28 Get:28 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libkmod2 amd64 30+20220630-3ubuntu1 [48.9 kB]
12:10:28 Get:29 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libapparmor1 amd64 3.0.7-1ubuntu2 [36.7 kB]
12:10:28 Get:30 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libip4tc2 amd64 1.8.7-1ubuntu6 [19.7 kB]
12:10:28 Get:31 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsystemd-shared amd64 251.4-1ubuntu7 [1703 kB]
12:10:28 Get:32 http://archive.ubuntu.com/ubuntu kinetic/main amd64 systemd amd64 251.4-1ubuntu7 [2808 kB]
12:10:28 Get:33 http://archive.ubuntu.com/ubuntu kinetic/main amd64 systemd-sysv amd64 251.4-1ubuntu7 [11.2 kB]
12:10:28 Get:34 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 openssl amd64 3.0.5-2ubuntu2 [1178 kB]
12:10:28 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:10:28 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
12:10:28 Setting up python3-software-properties (0.96.24.32.20) ...
12:10:28 Get:35 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
12:10:28 Get:36 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libdbus-1-3 amd64 1.14.0-2ubuntu3 [200 kB]
12:10:28 Get:37 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-bin amd64 1.14.0-2ubuntu3 [39.4 kB]
12:10:28 Get:38 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
12:10:28 Get:39 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-daemon amd64 1.14.0-2ubuntu3 [118 kB]
12:10:28 Get:40 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
12:10:28 Get:41 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus amd64 1.14.0-2ubuntu3 [24.2 kB]
12:10:28 Get:42 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 distro-info-data all 0.54ubuntu0.1 [5242 B]
12:10:28 Get:43 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-0 amd64 2.74.3-0ubuntu1 [1475 kB]
12:10:28 Get:44 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgirepository-1.0-1 amd64 1.74.0-2 [67.3 kB]
12:10:28 Get:45 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gir1.2-glib-2.0 amd64 1.74.0-2 [178 kB]
12:10:28 Get:46 http://archive.ubuntu.com/ubuntu kinetic/main amd64 iso-codes all 4.11.0-1 [3352 kB]
12:10:28 Get:47 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libcap2-bin amd64 1:2.44-1build3 [26.0 kB]
12:10:28 Get:48 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libelf1 amd64 0.187-4 [50.9 kB]
12:10:28 Get:49 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
12:10:28 Get:50 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libicu71 amd64 71.1-3ubuntu1 [10.6 MB]
12:10:28 Get:51 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpam-systemd amd64 251.4-1ubuntu7 [207 kB]
12:10:28 Get:52 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libxml2 amd64 2.9.14+dfsg-1ubuntu0.1 [763 kB]
12:10:28 Get:53 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libyaml-0-2 amd64 0.2.5-1 [52.8 kB]
12:10:28 Get:54 http://archive.ubuntu.com/ubuntu kinetic/main amd64 lsb-release all 11.2ubuntu1 [11.1 kB]
12:10:28 Get:55 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python-apt-common all 2.4.0+22.10 [14.8 kB]
12:10:28 Get:56 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3-apt amd64 2.4.0+22.10 [158 kB]
12:10:28 Get:57 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB]
12:10:28 Get:58 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-gi amd64 3.42.2-2 [226 kB]
12:10:28 Get:59 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
12:10:28 Get:60 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnghttp2-14 amd64 1.49.0-1 [73.5 kB]
12:10:28 Get:61 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
12:10:28 Get:62 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 apt-transport-https all 2.5.3 [1502 B]
12:10:28 Get:63 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
12:10:28 Get:64 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-6ubuntu2 [20.3 kB]
12:10:28 Get:65 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libsasl2-2 amd64 2.1.28+dfsg-6ubuntu2 [56.6 kB]
12:10:28 Get:66 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-1ubuntu1 [183 kB]
12:10:28 Get:67 http://archive.ubuntu.com/ubuntu kinetic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
12:10:28 Get:68 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
12:10:28 Get:69 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libcurl4 amd64 7.85.0-1ubuntu0.2 [293 kB]
12:10:28 Get:70 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 curl amd64 7.85.0-1ubuntu0.2 [199 kB]
12:10:28 Get:71 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libassuan0 amd64 2.5.5-4 [37.2 kB]
12:10:28 Get:72 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpgconf amd64 2.2.35-3ubuntu1 [93.6 kB]
12:10:28 Get:73 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libksba8 amd64 1.6.0-3ubuntu1.1 [119 kB]
12:10:28 Get:74 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
12:10:28 Get:75 http://archive.ubuntu.com/ubuntu kinetic/main amd64 dirmngr amd64 2.2.35-3ubuntu1 [303 kB]
12:10:28 Get:76 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu2 [123 kB]
12:10:28 Get:77 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu2 [25.3 kB]
12:10:28 Get:78 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
12:10:28 Get:79 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg-utils amd64 2.2.35-3ubuntu1 [310 kB]
12:10:28 Get:80 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg amd64 2.2.35-3ubuntu1 [522 kB]
12:10:28 + make IMAGE=ubuntu:focal verify
12:10:28 docker run  --rm -i \
12:10:28 	-v "$(pwd):/v" \
12:10:28 	-e DEBIAN_FRONTEND=noninteractive \
12:10:28 	-e PACKAGE_REPO=staging \
12:10:28 	-w /v \
12:10:28 	ubuntu:focal ./verify
12:10:28 Unable to find image 'ubuntu:focal' locally
12:10:28 focal: Pulling from library/ubuntu
12:10:28 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
12:10:28 Setting up software-properties-common (0.96.24.32.20) ...
12:10:28 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.22) ...
12:10:28 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:10:28 Setting up curl (7.58.0-2ubuntu3.22) ...
12:10:28 Setting up gnupg (2.2.4-1ubuntu1.6) ...
12:10:28 Setting up gnupg2 (2.2.4-1ubuntu1.6) ...
12:10:28 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:10:28 Get:81 http://archive.ubuntu.com/ubuntu kinetic/main amd64 pinentry-curses amd64 1.2.0-2ubuntu1 [34.5 kB]
12:10:28 Get:82 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-agent amd64 2.2.35-3ubuntu1 [215 kB]
12:10:28 Get:83 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-wks-client amd64 2.2.35-3ubuntu1 [63.7 kB]
12:10:28 Get:84 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpg-wks-server amd64 2.2.35-3ubuntu1 [58.7 kB]
12:10:28 Get:85 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gpgsm amd64 2.2.35-3ubuntu1 [201 kB]
12:10:28 Get:86 http://archive.ubuntu.com/ubuntu kinetic/main amd64 gnupg all 2.2.35-3ubuntu1 [318 kB]
12:10:28 Get:87 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libcurl3-gnutls amd64 7.85.0-1ubuntu0.2 [288 kB]
12:10:28 Get:88 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB]
12:10:28 Get:89 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxmlb2 amd64 0.3.8-1 [65.3 kB]
12:10:28 Get:90 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libappstream4 amd64 0.15.5-1 [193 kB]
12:10:28 Get:91 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libdw1 amd64 0.187-4 [248 kB]
12:10:28 Get:92 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 libglib2.0-bin amd64 2.74.3-0ubuntu1 [93.0 kB]
12:10:28 Get:93 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libunwind8 amd64 1.6.2-0ubuntu1 [56.2 kB]
12:10:28 Get:94 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libgstreamer1.0-0 amd64 1.20.3-1 [967 kB]
12:10:28 Get:95 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB]
12:10:28 Get:96 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB]
12:10:28 Get:97 http://archive.ubuntu.com/ubuntu kinetic/main amd64 polkitd amd64 0.105-33 [80.0 kB]
12:10:28 Get:98 http://archive.ubuntu.com/ubuntu kinetic/main amd64 pkexec amd64 0.105-33 [15.2 kB]
12:10:28 Get:99 http://archive.ubuntu.com/ubuntu kinetic/main amd64 policykit-1 amd64 0.105-33 [2426 B]
12:10:28 Get:100 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-blinker all 1.4+dfsg1-0.5 [14.0 kB]
12:10:28 Get:101 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-cffi-backend amd64 1.15.1-1 [75.7 kB]
12:10:28 b549f31133a9: Already exists
12:10:28 Digest: sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
12:10:28 Status: Downloaded newer image for ubuntu:focal
12:10:28 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
12:10:28 Updating certificates in /etc/ssl/certs...
12:10:28 ~/rpmbuild/BUILD/src
12:10:28 + popd
12:10:28 + RPM_EC=0
12:10:28 ++ jobs -p
12:10:28 + exit 0
12:10:28 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.n0qDYz
12:10:28 + umask 022
12:10:28 + cd /root/rpmbuild/BUILD
12:10:28 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64 '!=' / ']'
12:10:28 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64
12:10:28 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64
12:10:28 + mkdir -p /root/rpmbuild/BUILDROOT
12:10:28 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64
12:10:28 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:28 + export CFLAGS
12:10:28 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:28 + export CXXFLAGS
12:10:28 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:28 + export FFLAGS
12:10:28 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:28 + export FCFLAGS
12:10:28 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.15.1-0.fc36.x86_64.ld'
12:10:28 + export LDFLAGS
12:10:28 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:10:28 + export LT_SYS_LIBRARY_PATH
12:10:28 + CC=gcc
12:10:28 + export CC
12:10:28 + CXX=g++
12:10:28 + export CXX
12:10:28 + cd src
12:10:28 + pushd /root/rpmbuild/BUILD/src/compose
12:10:28 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:10:28 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:10:28 ~/rpmbuild/BUILD/src
12:10:28 + popd
12:10:28 + for f in LICENSE MAINTAINERS NOTICE README.md
12:10:28 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:10:28 + for f in LICENSE MAINTAINERS NOTICE README.md
12:10:28 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:10:28 + for f in LICENSE MAINTAINERS NOTICE README.md
12:10:28 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:10:28 + for f in LICENSE MAINTAINERS NOTICE README.md
12:10:28 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:10:28 + /usr/lib/rpm/check-buildroot
12:10:28 + /usr/lib/rpm/redhat/brp-ldconfig
12:10:28 + /usr/lib/rpm/brp-compress
12:10:28 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:10:28 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:10:28 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:10:28 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:10:28 + /usr/lib/rpm/check-rpaths
12:10:28 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:10:28 + /usr/lib/rpm/brp-remove-la-files
12:10:28 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:10:28 + /usr/lib/rpm/redhat/brp-python-hardlink
12:10:28 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.im7MEp
12:10:28 + umask 022
12:10:28 + cd /root/rpmbuild/BUILD
12:10:28 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:28 + export CFLAGS
12:10:28 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:28 + export CXXFLAGS
12:10:28 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:28 + export FFLAGS
12:10:28 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:28 + export FCFLAGS
12:10:28 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-compose-plugin-2.15.1-0.fc36.x86_64.ld'
12:10:28 + export LDFLAGS
12:10:28 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:10:28 + export LT_SYS_LIBRARY_PATH
12:10:28 + CC=gcc
12:10:28 + export CC
12:10:28 + CXX=g++
12:10:28 + export CXX
12:10:28 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:10:28 + /usr/lib/rpm/generate-rpm-note.sh docker-compose-plugin 2.15.1-0.fc36 x86_64
12:10:28 + cd src
12:10:28 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:10:28 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:10:28 + ver=v2.15.1
12:10:28 + test v2.15.1 = v2.15.1
12:10:28 PASS: docker-compose version OK
12:10:28 + echo 'PASS: docker-compose version OK'
12:10:28 + RPM_EC=0
12:10:28 ++ jobs -p
12:10:28 + exit 0
12:10:28 Processing files: docker-compose-plugin-2.15.1-0.fc36.x86_64
12:10:28 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oXXt7Z
12:10:28 + umask 022
12:10:28 + cd /root/rpmbuild/BUILD
12:10:28 + cd src
12:10:28 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
12:10:28 + export LC_ALL=C
12:10:28 + LC_ALL=C
12:10:28 + export DOCDIR
12:10:28 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
12:10:28 + 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.15.1-0.fc36.x86_64/usr/share/doc/docker-compose-plugin
12:10:28 + RPM_EC=0
12:10:28 ++ jobs -p
12:10:28 + exit 0
12:10:28 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.AcsS8b
12:10:28 + umask 022
12:10:28 + cd /root/rpmbuild/BUILD
12:10:28 + cd src
12:10:28 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
12:10:28 + export LC_ALL=C
12:10:28 + LC_ALL=C
12:10:28 + export LICENSEDIR
12:10:28 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
12:10:28 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
12:10:28 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64/usr/share/licenses/docker-compose-plugin
12:10:28 + RPM_EC=0
12:10:28 ++ jobs -p
12:10:28 + exit 0
12:10:28 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:10:28 Provides: docker-compose-plugin = 0:2.15.1-0.fc36 docker-compose-plugin(x86-64) = 0:2.15.1-0.fc36
12:10:28 Requires(interp): /bin/sh /bin/sh /bin/sh
12:10:28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:10:28 Requires(post): /bin/sh
12:10:28 Requires(preun): /bin/sh
12:10:28 Requires(postun): /bin/sh
12:10:28 Enhances: docker-ce-cli
12:10:28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64
12:10:28 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.15.1-0.fc36.src.rpm
12:10:28 Get:102 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-cryptography amd64 3.4.8-2 [228 kB]
12:10:28 0 added, 0 removed; done.
12:10:28 Running hooks in /etc/ca-certificates/update.d...
12:10:28 done.
12:10:28 ++ source /etc/os-release
12:10:28 +++ NAME=Ubuntu
12:10:28 +++ VERSION='18.04.6 LTS (Bionic Beaver)'
12:10:28 +++ ID=ubuntu
12:10:28 +++ ID_LIKE=debian
12:10:28 +++ PRETTY_NAME='Ubuntu 18.04.6 LTS'
12:10:28 +++ VERSION_ID=18.04
12:10:28 +++ HOME_URL=https://www.ubuntu.com/
12:10:28 +++ SUPPORT_URL=https://help.ubuntu.com/
12:10:28 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
12:10:28 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
12:10:28 +++ VERSION_CODENAME=bionic
12:10:28 +++ UBUNTU_CODENAME=bionic
12:10:28 ++ echo ubuntu
12:10:28 + DIST_ID=ubuntu
12:10:28 ++ lsb_release -sc
12:10:28 + DIST_VERSION=bionic
12:10:28 + '[' bionic = sid ']'
12:10:28 + install_debian_containerd
12:10:28 + '[' staging = stage ']'
12:10:28 + REPO_URL=https://download.docker.com/linux/ubuntu
12:10:28 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
12:10:28 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
12:10:28 + update-ca-certificates -f
12:10:28 Clearing symlinks in /etc/ssl/certs...
12:10:28 ~/rpmbuild/BUILD/src
12:10:28 + popd
12:10:28 + RPM_EC=0
12:10:28 ++ jobs -p
12:10:28 + exit 0
12:10:28 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.YklSyp
12:10:28 + umask 022
12:10:28 + cd /root/rpmbuild/BUILD
12:10:28 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64 '!=' / ']'
12:10:28 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64
12:10:28 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64
12:10:28 + mkdir -p /root/rpmbuild/BUILDROOT
12:10:28 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64
12:10:28 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:28 + export CFLAGS
12:10:28 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:28 + export CXXFLAGS
12:10:28 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:28 + export FFLAGS
12:10:28 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:28 + export FCFLAGS
12:10:28 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:10:28 + export LDFLAGS
12:10:28 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:10:28 + export LT_SYS_LIBRARY_PATH
12:10:28 + CC=gcc
12:10:28 + export CC
12:10:28 + CXX=g++
12:10:28 + export CXX
12:10:28 + cd src
12:10:28 + pushd /root/rpmbuild/BUILD/src/compose
12:10:28 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:10:28 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:10:28 + popd
12:10:28 ~/rpmbuild/BUILD/src
12:10:28 + for f in LICENSE MAINTAINERS NOTICE README.md
12:10:28 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:10:28 + for f in LICENSE MAINTAINERS NOTICE README.md
12:10:28 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:10:28 + for f in LICENSE MAINTAINERS NOTICE README.md
12:10:28 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:10:28 + for f in LICENSE MAINTAINERS NOTICE README.md
12:10:28 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:10:28 + /usr/lib/rpm/check-buildroot
12:10:28 + /usr/lib/rpm/redhat/brp-ldconfig
12:10:28 + /usr/lib/rpm/brp-compress
12:10:28 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:10:28 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:10:28 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:10:28 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:10:28 + /usr/lib/rpm/check-rpaths
12:10:28 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:10:28 + /usr/lib/rpm/brp-remove-la-files
12:10:28 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:10:28 + /usr/lib/rpm/redhat/brp-python-hardlink
12:10:28 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.3ZSUkT
12:10:28 + umask 022
12:10:28 + cd /root/rpmbuild/BUILD
12:10:28 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:28 + export CFLAGS
12:10:28 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:28 + export CXXFLAGS
12:10:28 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:28 + export FFLAGS
12:10:28 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:28 + export FCFLAGS
12:10:28 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:10:28 + export LDFLAGS
12:10:28 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:10:28 + export LT_SYS_LIBRARY_PATH
12:10:28 + CC=gcc
12:10:28 + export CC
12:10:28 + CXX=g++
12:10:28 + export CXX
12:10:28 + cd src
12:10:28 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:10:28 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:10:28 + ver=v2.15.1
12:10:28 + test v2.15.1 = v2.15.1
12:10:28 + echo 'PASS: docker-compose version OK'
12:10:28 PASS: docker-compose version OK
12:10:28 + RPM_EC=0
12:10:28 ++ jobs -p
12:10:28 + exit 0
12:10:28 Processing files: docker-compose-plugin-2.15.1-0.fc37.x86_64
12:10:28 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SQj2hU
12:10:28 + umask 022
12:10:28 + cd /root/rpmbuild/BUILD
12:10:28 + cd src
12:10:28 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64/usr/share/doc/docker-compose-plugin
12:10:28 + export LC_ALL=C
12:10:28 + LC_ALL=C
12:10:28 + export DOCDIR
12:10:28 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64/usr/share/doc/docker-compose-plugin
12:10:28 + 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.15.1-0.fc37.x86_64/usr/share/doc/docker-compose-plugin
12:10:28 + RPM_EC=0
12:10:28 ++ jobs -p
12:10:28 + exit 0
12:10:28 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.1iJqL7
12:10:28 + umask 022
12:10:28 + cd /root/rpmbuild/BUILD
12:10:28 + cd src
12:10:28 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
12:10:28 + export LC_ALL=C
12:10:28 + LC_ALL=C
12:10:28 + export LICENSEDIR
12:10:28 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
12:10:28 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
12:10:28 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64/usr/share/licenses/docker-compose-plugin
12:10:28 + RPM_EC=0
12:10:28 ++ jobs -p
12:10:28 + exit 0
12:10:28 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:10:28 Provides: docker-compose-plugin = 0:2.15.1-0.fc37 docker-compose-plugin(x86-64) = 0:2.15.1-0.fc37
12:10:28 Requires(interp): /bin/sh /bin/sh /bin/sh
12:10:28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:10:28 Requires(post): /bin/sh
12:10:28 Requires(preun): /bin/sh
12:10:28 Requires(postun): /bin/sh
12:10:28 Enhances: docker-ce-cli
12:10:28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64
12:10:28 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.15.1-0.fc37.src.rpm
12:10:29 done.
12:10:29 Updating certificates in /etc/ssl/certs...
12:10:29 + verify
12:10:29 + dpkg --version
12:10:29 + verify_deb
12:10:29 + apt-get update
12:10:29 Get:103 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-pyparsing all 3.0.7-2 [82.6 kB]
12:10:29 Get:104 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-httplib2 all 0.20.4-2 [29.8 kB]
12:10:29 Get:105 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB]
12:10:29 Get:106 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-zipp all 1.0.0-4 [5548 B]
12:10:29 Get:107 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
12:10:29 Get:108 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-jeepney all 0.8.0-1 [35.2 kB]
12:10:29 Get:109 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-jwt all 2.4.0-1 [17.4 kB]
12:10:29 Get:110 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-secretstorage all 3.3.3-1ubuntu1 [13.6 kB]
12:10:29 Get:111 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-keyring all 23.8.2-1 [37.3 kB]
12:10:29 Get:112 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
12:10:29 Get:113 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB]
12:10:29 Get:114 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-distro all 1.7.0-1 [17.0 kB]
12:10:29 Get:115 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-oauthlib all 3.2.0-1ubuntu1 [89.8 kB]
12:10:29 Get:116 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-six all 1.16.0-4 [12.4 kB]
12:10:29 Get:117 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
12:10:29 Get:118 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB]
12:10:29 Get:119 http://archive.ubuntu.com/ubuntu kinetic/main amd64 python3-software-properties all 0.99.27 [28.9 kB]
12:10:29 Get:120 http://archive.ubuntu.com/ubuntu kinetic/main amd64 packagekit amd64 1.2.5-2ubuntu2 [442 kB]
12:10:29 Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
12:10:29 Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
12:10:29 Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
12:10:29 Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
12:10:29 Get:5 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
12:10:29 Get:121 http://archive.ubuntu.com/ubuntu kinetic/main amd64 software-properties-common all 0.99.27 [13.9 kB]
12:10:29 Get:122 http://archive.ubuntu.com/ubuntu kinetic/universe amd64 gnupg2 all 2.2.35-3ubuntu1 [4462 B]
12:10:29 debconf: delaying package configuration, since apt-utils is not installed
12:10:29 Fetched 41.0 MB in 2s (20.4 MB/s)
12:10:29 Selecting previously unselected package libssl3:amd64.
12:10: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 ... 4399 files and directories currently installed.)
12:10:29 Preparing to unpack .../libssl3_3.0.5-2ubuntu2_amd64.deb ...
12:10:29 Unpacking libssl3:amd64 (3.0.5-2ubuntu2) ...
12:10:29 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb'.
12:10:29 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'.
12:10:29 Get:6 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
12:10:29 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
12:10:29 Get:8 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
12:10:29 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2924 kB]
12:10:29 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2011 kB]
12:10:29 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1291 kB]
12:10:29 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:10:29 124 added, 0 removed; done.
12:10:29 Running hooks in /etc/ca-certificates/update.d...
12:10:29 done.
12:10:29 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
12:10:29 + apt-key add -
12:10:29 Warning: apt-key output should not be parsed (stdout is not a terminal)
12:10:29 Selecting previously unselected package libpython3.10-minimal:amd64.
12:10:29 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_amd64.deb ...
12:10:29 Unpacking libpython3.10-minimal:amd64 (3.10.7-1ubuntu0.2) ...
12:10:29 Selecting previously unselected package libexpat1:amd64.
12:10:29 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_amd64.deb ...
12:10:29 Unpacking libexpat1:amd64 (2.4.8-2ubuntu0.22.10.1) ...
12:10:29 Selecting previously unselected package python3.10-minimal.
12:10:29 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_amd64.deb ...
12:10:29 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
12:10:29 Setting up libssl3:amd64 (3.0.5-2ubuntu2) ...
12:10:29 Setting up libpython3.10-minimal:amd64 (3.10.7-1ubuntu0.2) ...
12:10:30 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [31.2 kB]
12:10:30 Get:13 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
12:10:30 Get:14 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
12:10:30 Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2448 kB]
12:10:30 OK
12:10:30 + '[' bionic = sid ']'
12:10:30 ++ dpkg --print-architecture
12:10:30 + ARCH=amd64
12:10:30 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic test'
12:10:30 + apt-get update
12:10:30 Setting up libexpat1:amd64 (2.4.8-2ubuntu0.22.10.1) ...
12:10:30 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
12:10:30 Get:1 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]
12:10:30 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
12:10:30 Get:3 https://download.docker.com/linux/ubuntu bionic/test amd64 Packages [62.9 kB]
12:10:30 Hit:4 http://archive.ubuntu.com/ubuntu bionic InRelease
12:10:30 Hit:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
12:10:30 Hit:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
12:10:30 Fetched 127 kB in 1s (196 kB/s)
12:10:30 Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [991 kB]
12:10:30 Get:17 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1882 kB]
12:10:30 Get:18 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [28.5 kB]
12:10:30 Selecting previously unselected package python3-minimal.
12:10:30 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4712 files and directories currently installed.)
12:10:30 Preparing to unpack .../00-python3-minimal_3.10.6-1_amd64.deb ...
12:10:30 Unpacking python3-minimal (3.10.6-1) ...
12:10:30 Selecting previously unselected package media-types.
12:10:30 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
12:10:30 Unpacking media-types (8.0.0) ...
12:10:30 Selecting previously unselected package libmpdec3:amd64.
12:10:30 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_amd64.deb ...
12:10:30 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
12:10:30 Selecting previously unselected package libkrb5support0:amd64.
12:10:30 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_amd64.deb ...
12:10:30 Unpacking libkrb5support0:amd64 (1.20-1ubuntu0.1) ...
12:10:30 Selecting previously unselected package libk5crypto3:amd64.
12:10:30 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_amd64.deb ...
12:10:30 Unpacking libk5crypto3:amd64 (1.20-1ubuntu0.1) ...
12:10:30 Selecting previously unselected package libkeyutils1:amd64.
12:10:30 Preparing to unpack .../05-libkeyutils1_1.6.3-1_amd64.deb ...
12:10:30 Unpacking libkeyutils1:amd64 (1.6.3-1) ...
12:10:30 Selecting previously unselected package libkrb5-3:amd64.
12:10:30 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_amd64.deb ...
12:10:30 Unpacking libkrb5-3:amd64 (1.20-1ubuntu0.1) ...
12:10:30 Selecting previously unselected package libgssapi-krb5-2:amd64.
12:10:30 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_amd64.deb ...
12:10:30 Unpacking libgssapi-krb5-2:amd64 (1.20-1ubuntu0.1) ...
12:10:30 Selecting previously unselected package libtirpc-common.
12:10:30 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
12:10:30 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:10:30 Selecting previously unselected package libtirpc3:amd64.
12:10:30 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_amd64.deb ...
12:10:30 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
12:10:30 Selecting previously unselected package libnsl2:amd64.
12:10:30 Preparing to unpack .../10-libnsl2_1.3.0-2build2_amd64.deb ...
12:10:30 Unpacking libnsl2:amd64 (1.3.0-2build2) ...
12:10:30 Selecting previously unselected package readline-common.
12:10:30 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
12:10:30 Unpacking readline-common (8.2-1) ...
12:10:31 Fetched 25.1 MB in 2s (12.2 MB/s)
12:10:31 Selecting previously unselected package libreadline8:amd64.
12:10:31 Preparing to unpack .../12-libreadline8_8.2-1_amd64.deb ...
12:10:31 Unpacking libreadline8:amd64 (8.2-1) ...
12:10:31 Selecting previously unselected package libsqlite3-0:amd64.
12:10:31 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_amd64.deb ...
12:10:31 Unpacking libsqlite3-0:amd64 (3.39.3-1) ...
12:10:31 Selecting previously unselected package libpython3.10-stdlib:amd64.
12:10:31 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_amd64.deb ...
12:10:31 Unpacking libpython3.10-stdlib:amd64 (3.10.7-1ubuntu0.2) ...
12:10:31 Selecting previously unselected package python3.10.
12:10:31 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_amd64.deb ...
12:10:31 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
12:10:31 Selecting previously unselected package libpython3-stdlib:amd64.
12:10:31 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_amd64.deb ...
12:10:31 Unpacking libpython3-stdlib:amd64 (3.10.6-1) ...
12:10:31 Setting up python3-minimal (3.10.6-1) ...
12:10:31 Selecting previously unselected package python3.
12: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 ... 5194 files and directories currently installed.)
12:10:31 Preparing to unpack .../00-python3_3.10.6-1_amd64.deb ...
12:10:31 Unpacking python3 (3.10.6-1) ...
12:10:31 Selecting previously unselected package libargon2-1:amd64.
12:10:31 Preparing to unpack .../01-libargon2-1_0~20171227-0.3_amd64.deb ...
12:10:31 Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
12:10:31 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:10:31 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_amd64.deb ...
12:10:31 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
12:10:31 Selecting previously unselected package libjson-c5:amd64.
12:10:31 Preparing to unpack .../03-libjson-c5_0.16-1_amd64.deb ...
12:10:31 Unpacking libjson-c5:amd64 (0.16-1) ...
12:10:31 Selecting previously unselected package libcryptsetup12:amd64.
12:10:31 Preparing to unpack .../04-libcryptsetup12_2%3a2.5.0-2ubuntu1_amd64.deb ...
12:10:31 Unpacking libcryptsetup12:amd64 (2:2.5.0-2ubuntu1) ...
12:10:31 Selecting previously unselected package libfdisk1:amd64.
12:10:31 Preparing to unpack .../05-libfdisk1_2.38-4ubuntu1_amd64.deb ...
12:10:31 Unpacking libfdisk1:amd64 (2.38-4ubuntu1) ...
12:10:31 Selecting previously unselected package libkmod2:amd64.
12:10:31 Preparing to unpack .../06-libkmod2_30+20220630-3ubuntu1_amd64.deb ...
12:10:31 Unpacking libkmod2:amd64 (30+20220630-3ubuntu1) ...
12:10:31 Selecting previously unselected package libapparmor1:amd64.
12:10:31 Preparing to unpack .../07-libapparmor1_3.0.7-1ubuntu2_amd64.deb ...
12:10:31 Unpacking libapparmor1:amd64 (3.0.7-1ubuntu2) ...
12:10:31 Selecting previously unselected package libip4tc2:amd64.
12:10:31 Preparing to unpack .../08-libip4tc2_1.8.7-1ubuntu6_amd64.deb ...
12:10:31 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu6) ...
12:10:31 Selecting previously unselected package libsystemd-shared:amd64.
12:10:31 Preparing to unpack .../09-libsystemd-shared_251.4-1ubuntu7_amd64.deb ...
12:10:31 Unpacking libsystemd-shared:amd64 (251.4-1ubuntu7) ...
12:10:31 Selecting previously unselected package systemd.
12:10:31 Preparing to unpack .../10-systemd_251.4-1ubuntu7_amd64.deb ...
12:10:31 Unpacking systemd (251.4-1ubuntu7) ...
12:10:31 Reading package lists...
12:10:31 ++ find deb/debbuild/ubuntu-bionic/ -type f -name '*.deb'
12:10:31 + packages='deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb
12:10:31 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb
12:10:31 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_amd64.deb
12:10:31 deb/debbuild/ubuntu-bionic/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb
12:10:31 deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb
12:10:31 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
12:10:31 ++ echo 'deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb
12:10:31 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb
12:10:31 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_amd64.deb
12:10:31 deb/debbuild/ubuntu-bionic/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb
12:10:31 deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb
12:10:31 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
12:10:31 ++ xargs
12:10:31 ++ awk '$0="./"$0'
12:10:31 + packages='./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb'
12:10:31 + set -x
12:10:31 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb
12:10:31 Selecting previously unselected package docker-ce-cli.
12:10:31 (Reading database ... 6938 files and directories currently installed.)
12:10:31 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ...
12:10:31 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:10:32 Setting up libargon2-1:amd64 (0~20171227-0.3) ...
12:10:32 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-1ubuntu1) ...
12:10:32 Setting up libjson-c5:amd64 (0.16-1) ...
12:10:32 Setting up libcryptsetup12:amd64 (2:2.5.0-2ubuntu1) ...
12:10:32 Setting up libfdisk1:amd64 (2.38-4ubuntu1) ...
12:10:32 Setting up libkmod2:amd64 (30+20220630-3ubuntu1) ...
12:10:32 Setting up libapparmor1:amd64 (3.0.7-1ubuntu2) ...
12:10:32 Setting up libip4tc2:amd64 (1.8.7-1ubuntu6) ...
12:10:32 Setting up libsystemd-shared:amd64 (251.4-1ubuntu7) ...
12:10:32 Setting up systemd (251.4-1ubuntu7) ...
12:10:32 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~debian-buster_amd64.deb'.
12:10:32 Reading package lists...
12:10:32 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:10:32 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:10:32 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:10:32 Failed to enable unit, unit systemd-resolved.service does not exist.
12:10:32 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:10:32 Initializing machine ID from random generator.
12:10:32 Selecting previously unselected package systemd-sysv.
12:10: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 ... 6037 files and directories currently installed.)
12:10:32 Preparing to unpack .../00-systemd-sysv_251.4-1ubuntu7_amd64.deb ...
12:10:32 Unpacking systemd-sysv (251.4-1ubuntu7) ...
12:10:32 Selecting previously unselected package openssl.
12:10:32 Selecting previously unselected package docker-ce.
12:10:32 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ...
12:10:32 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:10:32 Preparing to unpack .../01-openssl_3.0.5-2ubuntu2_amd64.deb ...
12:10:32 Unpacking openssl (3.0.5-2ubuntu2) ...
12:10:32 Selecting previously unselected package ca-certificates.
12:10:32 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
12:10:32 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
12:10:32 Selecting previously unselected package libdbus-1-3:amd64.
12:10:32 Preparing to unpack .../03-libdbus-1-3_1.14.0-2ubuntu3_amd64.deb ...
12:10:32 Unpacking libdbus-1-3:amd64 (1.14.0-2ubuntu3) ...
12:10:32 Selecting previously unselected package dbus-bin.
12:10:32 Preparing to unpack .../04-dbus-bin_1.14.0-2ubuntu3_amd64.deb ...
12:10:32 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
12:10:32 Selecting previously unselected package dbus-session-bus-common.
12:10:32 Preparing to unpack .../05-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
12:10:32 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:10:32 Selecting previously unselected package dbus-daemon.
12:10:32 Preparing to unpack .../06-dbus-daemon_1.14.0-2ubuntu3_amd64.deb ...
12:10:32 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
12:10:32 Selecting previously unselected package dbus-system-bus-common.
12:10:32 Preparing to unpack .../07-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
12:10:32 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:10:32 Selecting previously unselected package dbus.
12:10:32 Preparing to unpack .../08-dbus_1.14.0-2ubuntu3_amd64.deb ...
12:10:32 Unpacking dbus (1.14.0-2ubuntu3) ...
12:10:32 Selecting previously unselected package distro-info-data.
12:10:32 Preparing to unpack .../09-distro-info-data_0.54ubuntu0.1_all.deb ...
12:10:32 Unpacking distro-info-data (0.54ubuntu0.1) ...
12:10:32 Selecting previously unselected package libglib2.0-0:amd64.
12:10:32 Preparing to unpack .../10-libglib2.0-0_2.74.3-0ubuntu1_amd64.deb ...
12:10:32 Unpacking libglib2.0-0:amd64 (2.74.3-0ubuntu1) ...
12:10:32 Selecting previously unselected package libgirepository-1.0-1:amd64.
12:10:32 Preparing to unpack .../11-libgirepository-1.0-1_1.74.0-2_amd64.deb ...
12:10:32 Unpacking libgirepository-1.0-1:amd64 (1.74.0-2) ...
12:10:32 Selecting previously unselected package gir1.2-glib-2.0:amd64.
12:10:32 Preparing to unpack .../12-gir1.2-glib-2.0_1.74.0-2_amd64.deb ...
12:10:32 Unpacking gir1.2-glib-2.0:amd64 (1.74.0-2) ...
12:10:32 Selecting previously unselected package iso-codes.
12:10:32 Preparing to unpack .../13-iso-codes_4.11.0-1_all.deb ...
12:10:32 Unpacking iso-codes (4.11.0-1) ...
12:10:33 Reading package lists...
12:10:33 Selecting previously unselected package libcap2-bin.
12:10:33 Preparing to unpack .../14-libcap2-bin_1%3a2.44-1build3_amd64.deb ...
12:10:33 Unpacking libcap2-bin (1:2.44-1build3) ...
12:10:33 Selecting previously unselected package libelf1:amd64.
12:10:33 Preparing to unpack .../15-libelf1_0.187-4_amd64.deb ...
12:10:33 Unpacking libelf1:amd64 (0.187-4) ...
12:10:33 Selecting previously unselected package libglib2.0-data.
12:10:33 Preparing to unpack .../16-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
12:10:33 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
12:10:33 Selecting previously unselected package libicu71:amd64.
12:10:33 Preparing to unpack .../17-libicu71_71.1-3ubuntu1_amd64.deb ...
12:10:33 Unpacking libicu71:amd64 (71.1-3ubuntu1) ...
12:10:33 Building dependency tree...
12:10:33 Reading state information...
12:10:33 The following additional packages will be installed:
12:10:33   dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr
12:10:33   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
12:10:33   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
12:10:33   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:10:33   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
12:10:33   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
12:10:33   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
12:10:33   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
12:10:33   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
12:10:33   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
12:10:33   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
12:10:33   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
12:10:33   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
12:10:33   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
12:10:33   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
12:10:33   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
12:10:33   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
12:10:33   libyaml-0-2 mime-support openssl packagekit pinentry-curses policykit-1
12:10:33   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:10:33   python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources
12:10:33   python3-requests python3-requests-unixsocket python3-six
12:10:33   python3-software-properties python3-urllib3 python3.8 python3.8-minimal
12:10:33   readline-common systemd systemd-sysv systemd-timesyncd tzdata
12:10:33 Suggested packages:
12:10:33   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
12:10:33   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
12:10:33   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
12:10:33   python3-setuptools python3-cryptography python3-openssl python3-socks
12:10:33   python3.8-venv python3.8-doc binutils binfmt-support readline-doc
12:10:33   systemd-container
12:10:33 Recommended packages:
12:10:33   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales publicsuffix
12:10:33   libsasl2-modules file xz-utils packagekit-tools unattended-upgrades
12:10:33   networkd-dispatcher libnss-systemd
12:10:33 Selecting previously unselected package libpam-systemd:amd64.
12:10:33 Preparing to unpack .../18-libpam-systemd_251.4-1ubuntu7_amd64.deb ...
12:10:33 Unpacking libpam-systemd:amd64 (251.4-1ubuntu7) ...
12:10:33 Selecting previously unselected package libxml2:amd64.
12:10:33 Preparing to unpack .../19-libxml2_2.9.14+dfsg-1ubuntu0.1_amd64.deb ...
12:10:33 Unpacking libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
12:10:33 Selecting previously unselected package libyaml-0-2:amd64.
12:10:33 Preparing to unpack .../20-libyaml-0-2_0.2.5-1_amd64.deb ...
12:10:33 Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
12:10:33 Selecting previously unselected package lsb-release.
12:10:33 Preparing to unpack .../21-lsb-release_11.2ubuntu1_all.deb ...
12:10:33 Unpacking lsb-release (11.2ubuntu1) ...
12:10:33 Selecting previously unselected package python-apt-common.
12:10:33 Preparing to unpack .../22-python-apt-common_2.4.0+22.10_all.deb ...
12:10:33 The following NEW packages will be installed:
12:10:33   apt-transport-https ca-certificates curl dbus dbus-user-session
12:10:33   dconf-gsettings-backend dconf-service dirmngr distro-info-data
12:10:33   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
12:10:33   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
12:10:33   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:10:33   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
12:10:33   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
12:10:33   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
12:10:33   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
12:10:33   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
12:10:33   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
12:10:33   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
12:10:33   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
12:10:33   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
12:10:33   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
12:10:33   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
12:10:33   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
12:10:33   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
12:10:33   libyaml-0-2 lsb-release mime-support openssl packagekit pinentry-curses
12:10:33   policykit-1 python-apt-common python3 python3-apt python3-certifi
12:10:33   python3-chardet python3-dbus python3-gi python3-idna python3-minimal
12:10:33   python3-pkg-resources python3-requests python3-requests-unixsocket
12:10:33   python3-six python3-software-properties python3-urllib3 python3.8
12:10:33   python3.8-minimal readline-common software-properties-common systemd
12:10:33   systemd-sysv systemd-timesyncd tzdata
12:10:33 Unpacking python-apt-common (2.4.0+22.10) ...
12:10:33 Selecting previously unselected package python3-apt.
12:10:33 Preparing to unpack .../23-python3-apt_2.4.0+22.10_amd64.deb ...
12:10:33 Unpacking python3-apt (2.4.0+22.10) ...
12:10:33 Selecting previously unselected package python3-dbus.
12:10:33 Preparing to unpack .../24-python3-dbus_1.2.18-3build1_amd64.deb ...
12:10:33 Unpacking python3-dbus (1.2.18-3build1) ...
12:10:33 Selecting previously unselected package python3-gi.
12:10:33 Preparing to unpack .../25-python3-gi_3.42.2-2_amd64.deb ...
12:10:33 Unpacking python3-gi (3.42.2-2) ...
12:10:33 Selecting previously unselected package python3-pkg-resources.
12:10:33 Preparing to unpack .../26-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
12:10:33 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:10:33 Selecting previously unselected package libnghttp2-14:amd64.
12:10:33 Preparing to unpack .../27-libnghttp2-14_1.49.0-1_amd64.deb ...
12:10:33 Unpacking libnghttp2-14:amd64 (1.49.0-1) ...
12:10:33 Selecting previously unselected package libpsl5:amd64.
12:10:33 Preparing to unpack .../28-libpsl5_0.21.0-1.2build2_amd64.deb ...
12:10:33 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
12:10:33 Selecting previously unselected package apt-transport-https.
12:10:33 Preparing to unpack .../29-apt-transport-https_2.5.3_all.deb ...
12:10:33 Unpacking apt-transport-https (2.5.3) ...
12:10:33 Selecting previously unselected package libbrotli1:amd64.
12:10:33 Preparing to unpack .../30-libbrotli1_1.0.9-2build6_amd64.deb ...
12:10:33 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
12:10:33 Selecting previously unselected package libsasl2-modules-db:amd64.
12:10:33 Preparing to unpack .../31-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_amd64.deb ...
12:10:33 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-6ubuntu2) ...
12:10:33 Selecting previously unselected package libsasl2-2:amd64.
12:10:33 Preparing to unpack .../32-libsasl2-2_2.1.28+dfsg-6ubuntu2_amd64.deb ...
12:10:33 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-6ubuntu2) ...
12:10:33 Selecting previously unselected package libldap-2.5-0:amd64.
12:10:33 Preparing to unpack .../33-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_amd64.deb ...
12:10:33 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-1ubuntu1) ...
12:10:33 Selecting previously unselected package librtmp1:amd64.
12:10:33 Preparing to unpack .../34-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
12:10:33 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:10:33 Selecting previously unselected package libssh-4:amd64.
12:10:33 Preparing to unpack .../35-libssh-4_0.9.6-2build1_amd64.deb ...
12:10:33 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
12:10:33 Selecting previously unselected package libcurl4:amd64.
12:10:33 Preparing to unpack .../36-libcurl4_7.85.0-1ubuntu0.2_amd64.deb ...
12:10:33 Unpacking libcurl4:amd64 (7.85.0-1ubuntu0.2) ...
12:10:34 0 upgraded, 119 newly installed, 0 to remove and 4 not upgraded.
12:10:34 Need to get 35.0 MB of archives.
12:10:34 After this operation, 144 MB of additional disk space will be used.
12:10:34 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.16 [1321 kB]
12:10:34 Selecting previously unselected package curl.
12:10:34 Preparing to unpack .../37-curl_7.85.0-1ubuntu0.2_amd64.deb ...
12:10:34 Unpacking curl (7.85.0-1ubuntu0.2) ...
12:10:34 Selecting previously unselected package libassuan0:amd64.
12:10:34 Preparing to unpack .../38-libassuan0_2.5.5-4_amd64.deb ...
12:10:34 Unpacking libassuan0:amd64 (2.5.5-4) ...
12:10:34 Selecting previously unselected package gpgconf.
12:10:34 Preparing to unpack .../39-gpgconf_2.2.35-3ubuntu1_amd64.deb ...
12:10:34 Unpacking gpgconf (2.2.35-3ubuntu1) ...
12:10:34 Selecting previously unselected package libksba8:amd64.
12:10:34 Preparing to unpack .../40-libksba8_1.6.0-3ubuntu1.1_amd64.deb ...
12:10:34 Unpacking libksba8:amd64 (1.6.0-3ubuntu1.1) ...
12:10:34 Selecting previously unselected package libnpth0:amd64.
12:10:34 Preparing to unpack .../41-libnpth0_1.6-3build2_amd64.deb ...
12:10:34 Unpacking libnpth0:amd64 (1.6-3build2) ...
12:10:34 Selecting previously unselected package dirmngr.
12:10:34 Preparing to unpack .../42-dirmngr_2.2.35-3ubuntu1_amd64.deb ...
12:10:34 Unpacking dirmngr (2.2.35-3ubuntu1) ...
12:10:34 Selecting previously unselected package libpackagekit-glib2-18:amd64.
12:10:34 Preparing to unpack .../43-libpackagekit-glib2-18_1.2.5-2ubuntu2_amd64.deb ...
12:10:34 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
12:10:34 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.15.1-0.el9.x86_64.rpm
12:10:34 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fYJYPv
12:10:34 + umask 022
12:10:34 + cd /root/rpmbuild/BUILD
12:10:34 + cd src
12:10:34 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el9.x86_64
12:10:34 + RPM_EC=0
12:10:34 ++ jobs -p
12:10:34 + exit 0
12:10:34 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Q9YWYU
12:10:34 + umask 022
12:10:34 + cd /root/rpmbuild/BUILD
12:10:34 + cd /root/rpmbuild/BUILD
12:10:34 + rm -rf src
12:10:34 + /usr/bin/mkdir -p src
12:10:34 + cd src
12:10:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:10:34 + /usr/bin/tar -xof -
12:10:34 + STATUS=0
12:10:34 + '[' 0 -ne 0 ']'
12:10:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:10:34 + /usr/bin/tar -xof -
12:10:34 + STATUS=0
12:10:34 + '[' 0 -ne 0 ']'
12:10:34 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:10:34 + RPM_EC=0
12:10:34 ++ jobs -p
12:10:34 + exit 0
12:10:34 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.XyCg9z
12:10:34 + umask 022
12:10:34 + cd /root/rpmbuild/BUILD
12:10:34 + cd src
12:10:34 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:10:34 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
12:10:34 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:10:34 GO111MODULE=on make -f builder.Makefile build
12:10:34 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:10:34 mkdir -p bin
12:10: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
12:10:34 go: downloading github.com/docker/cli v20.10.17+incompatible
12:10:34 go: downloading github.com/docker/docker v20.10.17+incompatible
12:10:34 go: downloading github.com/spf13/cobra v1.5.0
12:10:34 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
12:10:34 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:10:34 go: downloading github.com/docker/go-units v0.4.0
12:10:34 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:10:34 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:10:34 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:10:34 go: downloading github.com/moby/sys/mount v0.3.3
12:10:34 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
12:10:34 go: downloading github.com/containerd/containerd v1.6.6
12:10:34 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:10:34 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
12:10:34 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:10:34 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12:10:34 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:10:34 Preparing to unpack .../44-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_amd64.deb ...
12:10:34 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
12:10:34 Selecting previously unselected package gnupg-l10n.
12:10:34 Preparing to unpack .../45-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
12:10:34 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
12:10:34 Selecting previously unselected package gnupg-utils.
12:10:34 Preparing to unpack .../46-gnupg-utils_2.2.35-3ubuntu1_amd64.deb ...
12:10:34 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
12:10:34 Selecting previously unselected package gpg.
12:10:34 Preparing to unpack .../47-gpg_2.2.35-3ubuntu1_amd64.deb ...
12:10:34 Unpacking gpg (2.2.35-3ubuntu1) ...
12:10:34 Selecting previously unselected package pinentry-curses.
12:10:34 Preparing to unpack .../48-pinentry-curses_1.2.0-2ubuntu1_amd64.deb ...
12:10:34 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
12:10:34 Selecting previously unselected package gpg-agent.
12:10:34 Preparing to unpack .../49-gpg-agent_2.2.35-3ubuntu1_amd64.deb ...
12:10:34 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
12:10:34 Selecting previously unselected package gpg-wks-client.
12:10:34 Preparing to unpack .../50-gpg-wks-client_2.2.35-3ubuntu1_amd64.deb ...
12:10:34 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
12:10:34 Selecting previously unselected package gpg-wks-server.
12:10:34 Preparing to unpack .../51-gpg-wks-server_2.2.35-3ubuntu1_amd64.deb ...
12:10:34 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
12:10:34 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:10:34 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [717 kB]
12:10:34 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB]
12:10:34 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.6 [1901 kB]
12:10:34 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
12:10:34 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
12:10:34 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
12:10:34 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
12:10:34 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
12:10:34 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.5 [549 kB]
12:10:34 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.6 [1675 kB]
12:10:34 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.6 [387 kB]
12:10:34 Selecting previously unselected package gpgsm.
12:10:34 Preparing to unpack .../52-gpgsm_2.2.35-3ubuntu1_amd64.deb ...
12:10:34 Unpacking gpgsm (2.2.35-3ubuntu1) ...
12:10:34 Selecting previously unselected package gnupg.
12:10:34 Preparing to unpack .../53-gnupg_2.2.35-3ubuntu1_all.deb ...
12:10:34 Unpacking gnupg (2.2.35-3ubuntu1) ...
12:10:34 Selecting previously unselected package libcurl3-gnutls:amd64.
12:10:34 Preparing to unpack .../54-libcurl3-gnutls_7.85.0-1ubuntu0.2_amd64.deb ...
12:10:34 Unpacking libcurl3-gnutls:amd64 (7.85.0-1ubuntu0.2) ...
12:10:34 Selecting previously unselected package libstemmer0d:amd64.
12:10:34 Preparing to unpack .../55-libstemmer0d_2.2.0-1build1_amd64.deb ...
12:10:34 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ...
12:10:34 Selecting previously unselected package libxmlb2:amd64.
12:10:34 Preparing to unpack .../56-libxmlb2_0.3.8-1_amd64.deb ...
12:10:34 Unpacking libxmlb2:amd64 (0.3.8-1) ...
12:10:34 Selecting previously unselected package libappstream4:amd64.
12:10:34 Preparing to unpack .../57-libappstream4_0.15.5-1_amd64.deb ...
12:10:34 Unpacking libappstream4:amd64 (0.15.5-1) ...
12:10:34 Selecting previously unselected package libdw1:amd64.
12:10:34 Preparing to unpack .../58-libdw1_0.187-4_amd64.deb ...
12:10:34 Unpacking libdw1:amd64 (0.187-4) ...
12:10:34 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
12:10:34 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
12:10:34 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB]
12:10:34 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libcap2 amd64 1:2.32-1 [15.9 kB]
12:10:34 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.2 kB]
12:10:34 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
12:10:34 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB]
12:10:34 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB]
12:10:34 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libip4tc2 amd64 1.8.4-3ubuntu2 [18.8 kB]
12:10:34 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkmod2 amd64 27-1ubuntu2.1 [45.3 kB]
12:10:34 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.19 [28.1 kB]
12:10:34 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.19 [3812 kB]
12:10:34 Selecting previously unselected package libglib2.0-bin.
12:10:34 Preparing to unpack .../59-libglib2.0-bin_2.74.3-0ubuntu1_amd64.deb ...
12:10:34 Unpacking libglib2.0-bin (2.74.3-0ubuntu1) ...
12:10:34 Selecting previously unselected package libunwind8:amd64.
12:10:34 Preparing to unpack .../60-libunwind8_1.6.2-0ubuntu1_amd64.deb ...
12:10:34 Unpacking libunwind8:amd64 (1.6.2-0ubuntu1) ...
12:10:34 Selecting previously unselected package libgstreamer1.0-0:amd64.
12:10:34 Preparing to unpack .../61-libgstreamer1.0-0_1.20.3-1_amd64.deb ...
12:10:34 Unpacking libgstreamer1.0-0:amd64 (1.20.3-1) ...
12:10:34 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
12:10:34 Preparing to unpack .../62-libpolkit-gobject-1-0_0.105-33_amd64.deb ...
12:10:34 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ...
12:10:34 Selecting previously unselected package libpolkit-agent-1-0:amd64.
12:10:34 Preparing to unpack .../63-libpolkit-agent-1-0_0.105-33_amd64.deb ...
12:10:34 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ...
12:10:34 Selecting previously unselected package polkitd.
12:10:34 Preparing to unpack .../64-polkitd_0.105-33_amd64.deb ...
12:10:34 Unpacking polkitd (0.105-33) ...
12:10:35 Selecting previously unselected package docker-compose-plugin.
12:10:35 Preparing to unpack .../docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_amd64.deb ...
12:10:35 Unpacking docker-compose-plugin (2.15.1-1~ubuntu.18.04~bionic) ...
12:10:35 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.19 [10.3 kB]
12:10:35 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.16 [621 kB]
12:10:35 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
12:10:35 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.3 [179 kB]
12:10:35 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus amd64 1.12.16-2ubuntu2.3 [151 kB]
12:10:35 Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.11 [4672 B]
12:10:35 Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
12:10:35 Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgirepository-1.0-1 amd64 1.64.1-1~ubuntu20.04.1 [85.7 kB]
12:10:35 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-glib-2.0 amd64 1.64.1-1~ubuntu20.04.1 [134 kB]
12:10:35 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libcap2-bin amd64 1:2.32-1 [26.2 kB]
12:10:35 Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
12:10:35 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
12:10:35 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
12:10:35 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
12:10:35 Selecting previously unselected package pkexec.
12:10:35 Preparing to unpack .../65-pkexec_0.105-33_amd64.deb ...
12:10:35 Unpacking pkexec (0.105-33) ...
12:10:35 Selecting previously unselected package policykit-1.
12:10:35 Preparing to unpack .../66-policykit-1_0.105-33_amd64.deb ...
12:10:35 Unpacking policykit-1 (0.105-33) ...
12:10:35 Selecting previously unselected package python3-blinker.
12:10:35 Preparing to unpack .../67-python3-blinker_1.4+dfsg1-0.5_all.deb ...
12:10:35 Unpacking python3-blinker (1.4+dfsg1-0.5) ...
12:10:35 Selecting previously unselected package python3-cffi-backend:amd64.
12:10:35 Preparing to unpack .../68-python3-cffi-backend_1.15.1-1_amd64.deb ...
12:10:35 Unpacking python3-cffi-backend:amd64 (1.15.1-1) ...
12:10:35 Selecting previously unselected package python3-cryptography.
12:10:35 Preparing to unpack .../69-python3-cryptography_3.4.8-2_amd64.deb ...
12:10:35 Unpacking python3-cryptography (3.4.8-2) ...
12:10:35 Selecting previously unselected package python3-pyparsing.
12:10:35 Preparing to unpack .../70-python3-pyparsing_3.0.7-2_all.deb ...
12:10:35 Unpacking python3-pyparsing (3.0.7-2) ...
12:10:35 Selecting previously unselected package python3-httplib2.
12:10:35 Preparing to unpack .../71-python3-httplib2_0.20.4-2_all.deb ...
12:10:35 Unpacking python3-httplib2 (0.20.4-2) ...
12:10:35 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb'.
12:10:35 Selecting previously unselected package python3-more-itertools.
12:10:35 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ...
12:10:35 Unpacking python3-more-itertools (8.10.0-2) ...
12:10:35 Selecting previously unselected package python3-zipp.
12:10:35 Preparing to unpack .../73-python3-zipp_1.0.0-4_all.deb ...
12:10:35 Unpacking python3-zipp (1.0.0-4) ...
12:10:35 Selecting previously unselected package python3-importlib-metadata.
12:10:35 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ...
12:10:35 Unpacking python3-importlib-metadata (4.6.4-1) ...
12:10:35 Selecting previously unselected package python3-jeepney.
12:10:35 Preparing to unpack .../75-python3-jeepney_0.8.0-1_all.deb ...
12:10:35 Unpacking python3-jeepney (0.8.0-1) ...
12:10:35 Selecting previously unselected package python3-jwt.
12:10:35 Preparing to unpack .../76-python3-jwt_2.4.0-1_all.deb ...
12:10:35 Unpacking python3-jwt (2.4.0-1) ...
12:10:35 Selecting previously unselected package python3-secretstorage.
12:10:35 Preparing to unpack .../77-python3-secretstorage_3.3.3-1ubuntu1_all.deb ...
12:10:35 Unpacking python3-secretstorage (3.3.3-1ubuntu1) ...
12:10:35 Selecting previously unselected package python3-keyring.
12:10:35 Preparing to unpack .../78-python3-keyring_23.8.2-1_all.deb ...
12:10:35 Unpacking python3-keyring (23.8.2-1) ...
12:10:35 Selecting previously unselected package docker-scan-plugin.
12:10:35 Preparing to unpack .../docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb ...
12:10:35 Unpacking docker-scan-plugin (0.23.0~ubuntu-bionic) ...
12:10:35 Selecting previously unselected package python3-lazr.uri.
12:10:35 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ...
12:10:35 Unpacking python3-lazr.uri (1.0.6-2) ...
12:10:35 Selecting previously unselected package python3-wadllib.
12:10:35 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ...
12:10:35 Unpacking python3-wadllib (1.3.6-1) ...
12:10:35 Selecting previously unselected package python3-distro.
12:10:35 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ...
12:10:35 Unpacking python3-distro (1.7.0-1) ...
12:10:35 Selecting previously unselected package python3-oauthlib.
12:10:35 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu1_all.deb ...
12:10:35 Unpacking python3-oauthlib (3.2.0-1ubuntu1) ...
12:10:35 Selecting previously unselected package python3-six.
12:10:35 Preparing to unpack .../83-python3-six_1.16.0-4_all.deb ...
12:10:35 Unpacking python3-six (1.16.0-4) ...
12:10:35 Selecting previously unselected package python3-lazr.restfulclient.
12:10:35 Preparing to unpack .../84-python3-lazr.restfulclient_0.14.4-1_all.deb ...
12:10:35 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
12:10:35 Selecting previously unselected package python3-launchpadlib.
12:10:35 Preparing to unpack .../85-python3-launchpadlib_1.10.16-1_all.deb ...
12:10:35 Unpacking python3-launchpadlib (1.10.16-1) ...
12:10:35 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.19 [186 kB]
12:10:35 Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.5 [640 kB]
12:10:35 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
12:10:35 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
12:10:35 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dbus amd64 1.2.16-1build1 [94.0 kB]
12:10:35 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gi amd64 3.36.0-1 [165 kB]
12:10:35 Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
12:10:35 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
12:10:35 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
12:10:35 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.2 [31.0 kB]
12:10:35 Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.2 [80.0 kB]
12:10:35 Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
12:10:35 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.2 [330 kB]
12:10:35 Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.2 [121 kB]
12:10:35 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 liblmdb0 amd64 0.9.24-1 [44.6 kB]
12:10:35 Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpolkit-gobject-1-0 amd64 0.105-26ubuntu1.3 [39.2 kB]
12:10:35 Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
12:10:35 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.1 [17.0 kB]
12:10:35 Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.1 [154 kB]
12:10:35 Selecting previously unselected package docker-buildx-plugin.
12:10:35 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb ...
12:10:35 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.18.04~bionic) ...
12:10:36 Selecting previously unselected package python3-software-properties.
12:10:36 Preparing to unpack .../86-python3-software-properties_0.99.27_all.deb ...
12:10:36 Unpacking python3-software-properties (0.99.27) ...
12:10:36 Selecting previously unselected package packagekit.
12:10:36 Preparing to unpack .../87-packagekit_1.2.5-2ubuntu2_amd64.deb ...
12:10:36 Unpacking packagekit (1.2.5-2ubuntu2) ...
12:10:36 Selecting previously unselected package software-properties-common.
12:10:36 Preparing to unpack .../88-software-properties-common_0.99.27_all.deb ...
12:10:36 Unpacking software-properties-common (0.99.27) ...
12:10:36 Selecting previously unselected package gnupg2.
12:10:36 Preparing to unpack .../89-gnupg2_2.2.35-3ubuntu1_all.deb ...
12:10:36 Unpacking gnupg2 (2.2.35-3ubuntu1) ...
12:10:36 Setting up libksba8:amd64 (1.6.0-3ubuntu1.1) ...
12:10:36 Setting up media-types (8.0.0) ...
12:10:36 Setting up libicu71:amd64 (71.1-3ubuntu1) ...
12:10:36 Setting up systemd-sysv (251.4-1ubuntu7) ...
12:10:36 Setting up libkeyutils1:amd64 (1.6.3-1) ...
12:10:36 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
12:10:36 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.9 [1704 B]
12:10:36 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
12:10:36 Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [42.6 kB]
12:10:36 Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [181 kB]
12:10:36 Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [30.4 kB]
12:10:36 Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [88.1 kB]
12:10:36 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [47.9 kB]
12:10:36 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [107 kB]
12:10:36 Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [208 kB]
12:10:36 Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [15.1 kB]
12:10:36 Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.3 [96.6 kB]
12:10:36 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
12:10:36 Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
12:10:36 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
12:10:36 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB]
12:10:36 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
12:10:36 Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
12:10:36 Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
12:10:36 Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.15 [235 kB]
12:10:36 Setting up apt-transport-https (2.5.3) ...
12:10:36 Setting up libyaml-0-2:amd64 (0.2.5-1) ...
12:10:36 Setting up libglib2.0-0:amd64 (2.74.3-0ubuntu1) ...
12:10:36 No schema files found: doing nothing.
12:10:36 Setting up distro-info-data (0.54ubuntu0.1) ...
12:10:36 Setting up libtirpc-common (1.3.3+ds-1) ...
12:10:36 Setting up libxmlb2:amd64 (0.3.8-1) ...
12:10:36 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
12:10:36 Setting up libsqlite3-0:amd64 (3.39.3-1) ...
12:10:36 Setting up libnghttp2-14:amd64 (1.49.0-1) ...
12:10:36 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
12:10:36 Setting up libnpth0:amd64 (1.6-3build2) ...
12:10:36 Setting up libassuan0:amd64 (2.5.5-4) ...
12:10:36 Setting up libunwind8:amd64 (1.6.2-0ubuntu1) ...
12:10:36 Setting up libkrb5support0:amd64 (1.20-1ubuntu0.1) ...
12:10:36 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-6ubuntu2) ...
12:10:36 Setting up libcap2-bin (1:2.44-1build3) ...
12:10:36 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
12:10:36 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
12:10:36 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:10:36 Setting up libdbus-1-3:amd64 (1.14.0-2ubuntu3) ...
12:10:36 Setting up libk5crypto3:amd64 (1.20-1ubuntu0.1) ...
12:10:36 Setting up libsasl2-2:amd64 (2.1.28+dfsg-6ubuntu2) ...
12:10:36 Setting up python-apt-common (2.4.0+22.10) ...
12:10:36 Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.15 [161 kB]
12:10:36 Get:78 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.3 [9424 B]
12:10:36 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 libdconf1 amd64 0.36.0-1 [37.4 kB]
12:10:36 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 dconf-service amd64 0.36.0-1 [29.8 kB]
12:10:36 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 dconf-gsettings-backend amd64 0.36.0-1 [22.5 kB]
12:10:36 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
12:10:36 Get:83 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB]
12:10:36 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libksba8 amd64 1.3.5-2ubuntu0.20.04.2 [95.2 kB]
12:10:36 Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
12:10:36 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB]
12:10:36 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpackagekit-glib2-18 amd64 1.1.13-2ubuntu1.1 [104 kB]
12:10:36 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.1.13-2ubuntu1.1 [21.6 kB]
12:10:36 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libproxy1v5 amd64 0.4.15-10ubuntu1.2 [49.1 kB]
12:10:36 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B]
12:10:36 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking-services amd64 2.64.2-1ubuntu0.1 [10.6 kB]
12:10:36 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB]
12:10:36 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking amd64 2.64.2-1ubuntu0.1 [58.2 kB]
12:10:36 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
12:10:36 Get:95 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB]
12:10:36 Get:96 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB]
12:10:36 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:10:36 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
12:10:36 Setting up libgirepository-1.0-1:amd64 (1.74.0-2) ...
12:10:36 Setting up libkrb5-3:amd64 (1.20-1ubuntu0.1) ...
12:10:36 Setting up libstemmer0d:amd64 (2.2.0-1build1) ...
12:10:36 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:10:36 Setting up openssl (3.0.5-2ubuntu2) ...
12:10:36 Setting up libelf1:amd64 (0.187-4) ...
12:10:36 Setting up readline-common (8.2-1) ...
12:10:36 Setting up libxml2:amd64 (2.9.14+dfsg-1ubuntu0.1) ...
12:10:36 Setting up iso-codes (4.11.0-1) ...
12:10:36 Setting up dbus-bin (1.14.0-2ubuntu3) ...
12:10:36 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ...
12:10:36 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
12:10:36 Setting up libdw1:amd64 (0.187-4) ...
12:10:36 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
12:10:36 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB]
12:10:36 Get:99 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB]
12:10:36 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB]
12:10:36 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB]
12:10:36 Setting up libreadline8:amd64 (8.2-1) ...
12:10:36 Setting up libglib2.0-bin (2.74.3-0ubuntu1) ...
12:10:36 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
12:10:36 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-1ubuntu1) ...
12:10:36 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
12:10:36 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
12:10:37 Updating certificates in /etc/ssl/certs...
12:10:37 Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 libsoup2.4-1 amd64 2.70.0-1 [262 kB]
12:10:37 Get:104 http://archive.ubuntu.com/ubuntu focal/main amd64 libstemmer0d amd64 0+svn585-2 [61.7 kB]
12:10:37 Get:105 http://archive.ubuntu.com/ubuntu focal/main amd64 libappstream4 amd64 0.12.10-2 [129 kB]
12:10:37 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-bin amd64 2.64.6-1~ubuntu20.04.4 [72.6 kB]
12:10:37 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer1.0-0 amd64 1.16.3-0ubuntu1.1 [894 kB]
12:10:37 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpolkit-agent-1-0 amd64 0.105-26ubuntu1.3 [15.2 kB]
12:10:37 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 policykit-1 amd64 0.105-26ubuntu1.3 [84.1 kB]
12:10:37 Get:110 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
12:10:37 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
12:10:37 Get:112 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
12:10:37 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
12:10:37 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
12:10:37 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests-unixsocket all 0.2.0-2 [7272 B]
12:10:37 Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-software-properties all 0.99.9.10 [21.7 kB]
12:10:37 Get:117 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 packagekit amd64 1.1.13-2ubuntu1.1 [408 kB]
12:10:37 Get:118 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 software-properties-common all 0.99.9.10 [10.4 kB]
12:10:37 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'.
12:10:37 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 gnupg2 all 2.2.19-3ubuntu2.2 [5316 B]
12:10:37 debconf: delaying package configuration, since apt-utils is not installed
12:10:37 Fetched 35.0 MB in 4s (8948 kB/s)
12:10:37 Selecting previously unselected package libssl1.1:amd64.
12:10: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 ... 4126 files and directories currently installed.)
12:10:37 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb ...
12:10:37 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.16) ...
12:10:37 124 added, 0 removed; done.
12:10:37 Setting up dbus (1.14.0-2ubuntu3) ...
12:10:37 Setting up libgssapi-krb5-2:amd64 (1.20-1ubuntu0.1) ...
12:10:37 Setting up gir1.2-glib-2.0:amd64 (1.74.0-2) ...
12:10:37 Setting up libssh-4:amd64 (0.9.6-2build1) ...
12:10:37 Setting up gpgconf (2.2.35-3ubuntu1) ...
12:10:37 Setting up libpam-systemd:amd64 (251.4-1ubuntu7) ...
12:10:37 Setting up libcurl4:amd64 (7.85.0-1ubuntu0.2) ...
12:10:37 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ...
12:10:37 Setting up curl (7.85.0-1ubuntu0.2) ...
12:10:37 Setting up polkitd (0.105-33) ...
12:10:37 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'.
12:10:37 Selecting previously unselected package docker-ce-rootless-extras.
12:10:37 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ...
12:10:37 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:10:37 Selecting previously unselected package libpython3.8-minimal:amd64.
12:10:37 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
12:10:37 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
12:10:37 Selecting previously unselected package libexpat1:amd64.
12:10:37 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ...
12:10:37 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
12:10:37 Selecting previously unselected package python3.8-minimal.
12:10:37 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
12:10:37 Setting up gpg (2.2.35-3ubuntu1) ...
12:10:37 Setting up libgstreamer1.0-0:amd64 (1.20.3-1) ...
12:10:37 Setcap worked! gst-ptp-helper is not suid!
12:10:37 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
12:10:37 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
12:10:37 Setting up gpg-agent (2.2.35-3ubuntu1) ...
12:10:37 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:10:38 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:10:38 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:10:38 invoke-rc.d: could not determine current runlevel
12:10:38 invoke-rc.d: policy-rc.d denied execution of start.
12:10:38 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
12:10:38 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.16) ...
12:10:38 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:10:38 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:10:38 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:10:38 Setting up gpgsm (2.2.35-3ubuntu1) ...
12:10:38 Setting up pkexec (0.105-33) ...
12:10:38 Setting up libcurl3-gnutls:amd64 (7.85.0-1ubuntu0.2) ...
12:10:38 Setting up docker-compose-plugin (2.15.1-1~ubuntu.18.04~bionic) ...
12:10:38 Setting up docker-scan-plugin (0.23.0~ubuntu-bionic) ...
12:10:38 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.18.04~bionic) ...
12:10:38 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:10:38  docker-ce-rootless-extras depends on dbus-user-session; however:
12:10:38   Package dbus-user-session is not installed.
12:10:38 
12:10:38 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:10:38 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-scan-plugin_0.23.0~ubuntu-bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_amd64.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_amd64.deb
12:10:38 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.6) ...
12:10:38 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ...
12:10:38 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
12:10:38 Setting up libappstream4:amd64 (0.15.5-1) ...
12:10:38 Setting up dirmngr (2.2.35-3ubuntu1) ...
12:10:38 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:10:38 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
12:10:38 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
12:10:38 Setting up libnsl2:amd64 (1.3.0-2build2) ...
12:10:38 Setting up policykit-1 (0.105-33) ...
12:10:38 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
12:10:38 Setting up libpython3.10-stdlib:amd64 (3.10.7-1ubuntu0.2) ...
12:10:38 Setting up gnupg (2.2.35-3ubuntu1) ...
12:10:38 Setting up packagekit (1.2.5-2ubuntu2) ...
12:10:38 invoke-rc.d: could not determine current runlevel
12:10:38 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:10:38 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
12:10:38 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:10:38 Setting up libpython3-stdlib:amd64 (3.10.6-1) ...
12:10:38 Setting up gnupg2 (2.2.35-3ubuntu1) ...
12:10:38 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
12:10:38 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.15.1-0.fc36.x86_64.rpm
12:10:38 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.iMIAnz
12:10:38 + umask 022
12:10:38 + cd /root/rpmbuild/BUILD
12:10:38 + cd src
12:10:38 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64
12:10:38 + RPM_EC=0
12:10:38 ++ jobs -p
12:10:38 + exit 0
12:10:38     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:10:38     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:10:38     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:10:38     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
12:10:38     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:10:38     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:10:38 
12:10:38 RPM build warnings:
12:10:38 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.KUbU7I
12:10:38 + umask 022
12:10:38 + cd /root/rpmbuild/BUILD
12:10:38 + cd /root/rpmbuild/BUILD
12:10:38 + rm -rf src
12:10:38 + /usr/bin/mkdir -p src
12:10:38 + cd src
12:10:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:10:38 + /usr/bin/tar -xof -
12:10:38 + STATUS=0
12:10:38 + '[' 0 -ne 0 ']'
12:10:38 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:10:38 + /usr/bin/tar -xof -
12:10:38 + STATUS=0
12:10:38 + '[' 0 -ne 0 ']'
12:10:38 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:10:38 + RPM_EC=0
12:10:38 ++ jobs -p
12:10:38 + exit 0
12:10:38 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fo5wkN
12:10:38 + umask 022
12:10:38 + cd /root/rpmbuild/BUILD
12:10: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:38 + export CFLAGS
12:10: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:38 + export CXXFLAGS
12:10: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:38 + export FFLAGS
12:10: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  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:38 + export FCFLAGS
12:10: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-scan-plugin-0.23.0-0.fc36.x86_64.ld'
12:10:38 + export LDFLAGS
12:10:38 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:10:38 + export LT_SYS_LIBRARY_PATH
12:10:38 + CC=gcc
12:10:38 + export CC
12:10:38 + CXX=g++
12:10:38 + export CXX
12:10:38 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:10:38 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.23.0-0.fc36 x86_64
12:10:38 + cd src
12:10:38 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:10:38 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:10:38 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
12:10:38 GO111MODULE=on make -f builder.Makefile build
12:10:38 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:10:38 mkdir -p bin
12:10: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
12:10:38 go: downloading github.com/docker/cli v20.10.17+incompatible
12:10:38 go: downloading github.com/docker/docker v20.10.17+incompatible
12:10:38 go: downloading github.com/spf13/cobra v1.5.0
12:10:38 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
12:10:38 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:10:38 go: downloading github.com/docker/go-units v0.4.0
12:10:38 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:10:38 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:10:38 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:10:38 go: downloading github.com/moby/sys/mount v0.3.3
12:10:38 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
12:10:38 go: downloading github.com/containerd/containerd v1.6.6
12:10:38 Selecting previously unselected package python3-minimal.
12: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 ... 4427 files and directories currently installed.)
12:10:38 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
12:10:38 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
12:10:38 Selecting previously unselected package mime-support.
12:10:38 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
12:10:38 Unpacking mime-support (3.64ubuntu1) ...
12:10:38 Selecting previously unselected package libmpdec2:amd64.
12:10:38 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
12:10:38 Unpacking libmpdec2:amd64 (2.4.2-3) ...
12:10:38 Selecting previously unselected package readline-common.
12:10:38 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
12:10:38 Unpacking readline-common (8.0-4) ...
12:10:38 Selecting previously unselected package libreadline8:amd64.
12:10:38 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
12:10:38 Unpacking libreadline8:amd64 (8.0-4) ...
12:10:38 Selecting previously unselected package libsqlite3-0:amd64.
12:10:38 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_amd64.deb ...
12:10:38 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
12:10:39 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:10:39 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:10:39 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
12:10:39 Selecting previously unselected package libpython3.8-stdlib:amd64.
12:10:39 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
12:10:39 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
12:10:39 Selecting previously unselected package python3.8.
12:10:39 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_amd64.deb ...
12:10:39 Setting up python3 (3.10.6-1) ...
12:10:39 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12:10:39 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:10:39 Selecting previously unselected package libpython3-stdlib:amd64.
12:10:39 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
12:10:39 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
12:10:39 Setting up python3-minimal (3.8.2-0ubuntu2) ...
12:10:39 Selecting previously unselected package python3.
12:10:39 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4857 files and directories currently installed.)
12:10:39 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ...
12:10:39 Unpacking python3 (3.8.2-0ubuntu2) ...
12:10:39 Setting up python3-six (1.16.0-4) ...
12:10:39 Setting up python3-pyparsing (3.0.7-2) ...
12:10:39 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:10:39 Reading package lists...
12:10:39 Building dependency tree...
12:10:39 Reading state information...
12:10:39 Correcting dependencies... Done
12:10:39 Skipping docker-ce, it is already installed and upgrade is not set.
12:10:39 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:10:39 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:10:39 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:10:39 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
12:10:39 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:10:39 The following additional packages will be installed:
12:10:39   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
12:10:39   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
12:10:39   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
12:10:39   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
12:10:39 Suggested packages:
12:10:39   kmod systemd-container policykit-1
12:10:39 Recommended packages:
12:10:39   dmsetup networkd-dispatcher libnss-systemd
12:10:39 Selecting previously unselected package libapparmor1:amd64.
12:10:39 Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ...
12:10:39 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) ...
12:10:39 Selecting previously unselected package libcap2:amd64.
12:10:39 Preparing to unpack .../02-libcap2_1%3a2.32-1_amd64.deb ...
12:10:39 Unpacking libcap2:amd64 (1:2.32-1) ...
12:10:39 Selecting previously unselected package libargon2-1:amd64.
12:10:39 Preparing to unpack .../03-libargon2-1_0~20171227-0.2_amd64.deb ...
12:10:39 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
12:10:39 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:10:39 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
12:10:39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:10:39 Selecting previously unselected package libjson-c4:amd64.
12:10:39 Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ...
12:10:39 Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
12:10:39 Selecting previously unselected package libcryptsetup12:amd64.
12:10:39 Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ...
12:10:39 Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
12:10:39 Setting up python3-gi (3.42.2-2) ...
12:10:39 Setting up python3-jeepney (0.8.0-1) ...
12:10:39 The following NEW packages will be installed:
12:10:39   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
12:10:39   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
12:10:39   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
12:10:39   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
12:10:40 Selecting previously unselected package libip4tc2:amd64.
12:10:40 Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2_amd64.deb ...
12:10:40 Unpacking libip4tc2:amd64 (1.8.4-3ubuntu2) ...
12:10:40 Selecting previously unselected package libkmod2:amd64.
12:10:40 Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_amd64.deb ...
12:10:40 Unpacking libkmod2:amd64 (27-1ubuntu2.1) ...
12:10:40 Selecting previously unselected package systemd-timesyncd.
12:10:40 Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.19_amd64.deb ...
12:10:40 Unpacking systemd-timesyncd (245.4-4ubuntu3.19) ...
12:10:40 Selecting previously unselected package systemd.
12:10:40 Preparing to unpack .../10-systemd_245.4-4ubuntu3.19_amd64.deb ...
12:10:40 Unpacking systemd (245.4-4ubuntu3.19) ...
12:10:40 Setting up python3-httplib2 (0.20.4-2) ...
12:10:40 Setting up lsb-release (11.2ubuntu1) ...
12:10:40 0 upgraded, 23 newly installed, 0 to remove and 7 not upgraded.
12:10:40 Need to get 31.8 MB of archives.
12:10:40 After this operation, 132 MB of additional disk space will be used.
12:10:40 Get:1 https://download.docker.com/linux/ubuntu bionic/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
12:10:40 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcap2 amd64 1:2.25-1.2 [13.0 kB]
12:10:40 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libargon2-0 amd64 0~20161029-1.1 [19.9 kB]
12:10:40 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB]
12:10:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB]
12:10:40 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB]
12:10:40 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB]
12:10:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libip4tc0 amd64 1.6.1-2ubuntu2 [19.6 kB]
12:10:40 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB]
12:10:40 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB]
12:10:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.56 [2916 kB]
12:10:40 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~debian.10~buster_armhf.deb'.
12:10:40 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'.
12:10:40 Setting up python3-cffi-backend:amd64 (1.15.1-1) ...
12:10:40 Setting up python3-blinker (1.4+dfsg1-0.5) ...
12:10:40 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:10:40 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.56 [11.8 kB]
12:10:40 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B]
12:10:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnfnetlink0 amd64 1.0.1-3 [13.3 kB]
12:10:40 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dbus amd64 1.12.2-1ubuntu1.4 [150 kB]
12:10:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmnl0 amd64 1.0.4-2 [12.3 kB]
12:10:40 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.56 [107 kB]
12:10:40 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxtables12 amd64 1.6.1-2ubuntu2 [27.9 kB]
12:10:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libip6tc0 amd64 1.6.1-2ubuntu2 [19.9 kB]
12:10:40 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libiptc0 amd64 1.6.1-2ubuntu2 [9308 B]
12:10:40 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnetfilter-conntrack3 amd64 1.0.6-2 [37.8 kB]
12:10:40 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 iptables amd64 1.6.1-2ubuntu2 [269 kB]
12:10:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dbus-user-session amd64 1.12.2-1ubuntu1.4 [9388 B]
12:10:40 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb'.
12:10:40 Setting up python3-more-itertools (8.10.0-2) ...
12:10:40 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb'.
12:10:40 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'.
12:10:40 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ...
12:10:40 Setting up libcap2:amd64 (1:2.32-1) ...
12:10:40 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
12:10:40 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:10:40 Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ...
12:10:40 Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ...
12:10:40 Setting up libip4tc2:amd64 (1.8.4-3ubuntu2) ...
12:10:40 Setting up libkmod2:amd64 (27-1ubuntu2.1) ...
12:10:40 Setting up systemd-timesyncd (245.4-4ubuntu3.19) ...
12:10:40 debconf: delaying package configuration, since apt-utils is not installed
12:10:40 Fetched 31.8 MB in 1s (40.4 MB/s)
12:10:40 Selecting previously unselected package libcap2:amd64.
12: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 ... 7167 files and directories currently installed.)
12:10:40 Preparing to unpack .../0-libcap2_1%3a2.25-1.2_amd64.deb ...
12:10:40 Unpacking libcap2:amd64 (1:2.25-1.2) ...
12:10:40 Setting up python3-dbus (1.2.18-3build1) ...
12:10:40 Setting up python3-distro (1.7.0-1) ...
12:10:40 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
12:10:40 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:10:40 Setting up systemd (245.4-4ubuntu3.19) ...
12:10:40 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:10:40 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:10:40 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:10:40 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:10:40 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:10:40 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
12:10:40 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:10:40 Initializing machine ID from random generator.
12:10:40 Selecting previously unselected package libargon2-0:amd64.
12:10:40 Preparing to unpack .../1-libargon2-0_0~20161029-1.1_amd64.deb ...
12:10:40 Unpacking libargon2-0:amd64 (0~20161029-1.1) ...
12:10:40 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:10:40 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
12:10:40 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:10:40 Selecting previously unselected package libjson-c3:amd64.
12:10:40 Preparing to unpack .../3-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ...
12:10:40 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ...
12:10:40 Selecting previously unselected package libcryptsetup12:amd64.
12:10:40 Preparing to unpack .../4-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ...
12:10:40 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ...
12:10:40 Selecting previously unselected package libidn11:amd64.
12:10:40 Preparing to unpack .../5-libidn11_1.33-2.1ubuntu1.2_amd64.deb ...
12:10:40 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) ...
12:10:41 Setting up python3-jwt (2.4.0-1) ...
12:10:41 Setting up python3-apt (2.4.0+22.10) ...
12:10:41 Selecting previously unselected package systemd-sysv.
12:10:41 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.15.1-0.fc37.x86_64.rpm
12:10:41 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.j2dNxO
12:10:41 + umask 022
12:10:41 + cd /root/rpmbuild/BUILD
12:10:41 + cd src
12:10:41 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64
12:10:41 + RPM_EC=0
12:10:41 ++ jobs -p
12:10:41 + exit 0
12:10:41 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.svUgxr
12:10:41 + umask 022
12:10:41 + cd /root/rpmbuild/BUILD
12:10:41 + rm -rf src src.gemspec
12:10:41 + RPM_EC=0
12:10:41 ++ jobs -p
12:10:41 + exit 0
12:10:41 
12:10:41 RPM build warnings:
12:10:41     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:10:41     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:10:41     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:10:41     source_date_epoch_from_changelog set but %changelog is missing
12:10:41     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
12:10:41     source_date_epoch_from_changelog set but %changelog is missing
12:10:41     source_date_epoch_from_changelog set but %changelog is missing
12:10:41     source_date_epoch_from_changelog set but %changelog is missing
12:10:41     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:10:41     source_date_epoch_from_changelog set but %changelog is missing
12:10:41     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:10:41 warning: source_date_epoch_from_changelog set but %changelog is missing
12:10:41 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BBTReu
12:10:41 + umask 022
12:10:41 + cd /root/rpmbuild/BUILD
12:10:41 + cd /root/rpmbuild/BUILD
12:10:41 + rm -rf src
12:10:41 + /usr/bin/mkdir -p src
12:10:41 + cd src
12:10:41 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:10:41 + STATUS=0
12:10:41 + '[' 0 -ne 0 ']'
12:10:41 + /usr/lib/rpm/rpmuncompress -x /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:10:41 + STATUS=0
12:10:41 + '[' 0 -ne 0 ']'
12:10:41 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:10:41 + RPM_EC=0
12:10:41 ++ jobs -p
12:10:41 + exit 0
12:10:41 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fZeHYD
12:10:41 + umask 022
12:10:41 + cd /root/rpmbuild/BUILD
12:10: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'
12:10:41 + export CFLAGS
12:10: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'
12:10:41 + export CXXFLAGS
12:10: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'
12:10:41 + export FFLAGS
12:10: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'
12:10:41 + export FCFLAGS
12:10: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'
12:10:41 + export LDFLAGS
12:10:41 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:10:41 + export LT_SYS_LIBRARY_PATH
12:10:41 + CC=gcc
12:10:41 + export CC
12:10:41 + CXX=g++
12:10:41 + export CXX
12:10:41 + cd src
12:10:41 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:10:41 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
12:10:41 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:10:41 GO111MODULE=on make -f builder.Makefile build
12:10:41 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:10:41 mkdir -p bin
12:10: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
12:10:41 go: downloading github.com/docker/cli v20.10.17+incompatible
12:10:41 go: downloading github.com/docker/docker v20.10.17+incompatible
12:10:41 go: downloading github.com/spf13/cobra v1.5.0
12:10:41 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
12:10:41 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:10:41 go: downloading github.com/docker/go-units v0.4.0
12:10:41 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:10:41 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:10:41 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:10:41 go: downloading github.com/moby/sys/mount v0.3.3
12:10:41 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
12:10:41 go: downloading github.com/containerd/containerd v1.6.6
12:10:41 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:10:41 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:10:41 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
12:10:41 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12:10:41 Selecting previously unselected package libip4tc0:amd64.
12:10:41 Preparing to unpack .../6-libip4tc0_1.6.1-2ubuntu2_amd64.deb ...
12:10:41 Unpacking libip4tc0:amd64 (1.6.1-2ubuntu2) ...
12:10:41 Selecting previously unselected package libapparmor1:amd64.
12:10:41 Preparing to unpack .../7-libapparmor1_2.12-4ubuntu5.1_amd64.deb ...
12:10:41 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) ...
12:10:41 Selecting previously unselected package libkmod2:amd64.
12:10:41 Preparing to unpack .../8-libkmod2_24-1ubuntu3.5_amd64.deb ...
12:10:41 Unpacking libkmod2:amd64 (24-1ubuntu3.5) ...
12:10:41 Setting up libcap2:amd64 (1:2.25-1.2) ...
12:10:41 Setting up libargon2-0:amd64 (0~20161029-1.1) ...
12:10:41 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:10:41 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ...
12:10:41 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ...
12:10:41 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ...
12:10:41 Setting up libip4tc0:amd64 (1.6.1-2ubuntu2) ...
12:10:41 Setting up python3-lazr.uri (1.0.6-2) ...
12:10:41 Setting up python3-zipp (1.0.0-4) ...
12:10: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 ... 5693 files and directories currently installed.)
12:10:41 Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.19_amd64.deb ...
12:10:41 Unpacking systemd-sysv (245.4-4ubuntu3.19) ...
12:10:41 Selecting previously unselected package openssl.
12:10:41 Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.16_amd64.deb ...
12:10:41 Unpacking openssl (1.1.1f-1ubuntu2.16) ...
12:10:41 Selecting previously unselected package ca-certificates.
12:10:41 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
12:10:41 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
12:10:41 Selecting previously unselected package libdbus-1-3:amd64.
12:10:41 Preparing to unpack .../03-libdbus-1-3_1.12.16-2ubuntu2.3_amd64.deb ...
12:10:41 Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
12:10:41 Selecting previously unselected package dbus.
12:10:41 Preparing to unpack .../04-dbus_1.12.16-2ubuntu2.3_amd64.deb ...
12:10:41 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:10:41 Selecting previously unselected package systemd.
12:10: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 ... 7214 files and directories currently installed.)
12:10:41 Preparing to unpack .../systemd_237-3ubuntu10.56_amd64.deb ...
12:10:41 Unpacking systemd (237-3ubuntu10.56) ...
12:10:41 Setting up python3-cryptography (3.4.8-2) ...
12:10:41 Unpacking dbus (1.12.16-2ubuntu2.3) ...
12:10:41 Selecting previously unselected package distro-info-data.
12:10:41 Preparing to unpack .../05-distro-info-data_0.43ubuntu1.11_all.deb ...
12:10:41 Unpacking distro-info-data (0.43ubuntu1.11) ...
12:10:41 Selecting previously unselected package libglib2.0-0:amd64.
12:10:41 Preparing to unpack .../06-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
12:10:41 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
12:10:41 Selecting previously unselected package libgirepository-1.0-1:amd64.
12:10:41 Preparing to unpack .../07-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_amd64.deb ...
12:10:41 Unpacking libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
12:10:41 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ...
12:10:41 Setting up libkmod2:amd64 (24-1ubuntu3.5) ...
12:10:41 Setting up systemd (237-3ubuntu10.56) ...
12:10:41 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:10:41 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:10:41 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:10:41 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:10:41 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:10:41 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:10:41 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
12:10:41 Initializing machine ID from random generator.
12:10:41 Setting up python3-wadllib (1.3.6-1) ...
12:10:41 Setting up python3-importlib-metadata (4.6.4-1) ...
12:10:41 Selecting previously unselected package gir1.2-glib-2.0:amd64.
12:10:41 Preparing to unpack .../08-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_amd64.deb ...
12:10:41 Unpacking gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
12:10:41 Selecting previously unselected package libcap2-bin.
12:10:41 Preparing to unpack .../09-libcap2-bin_1%3a2.32-1_amd64.deb ...
12:10:41 Unpacking libcap2-bin (1:2.32-1) ...
12:10:41 Selecting previously unselected package libelf1:amd64.
12:10:41 Preparing to unpack .../10-libelf1_0.176-1.1build1_amd64.deb ...
12:10:41 Unpacking libelf1:amd64 (0.176-1.1build1) ...
12:10:41 Selecting previously unselected package libglib2.0-data.
12:10:41 Preparing to unpack .../11-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
12:10:41 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:10:41 Selecting previously unselected package tzdata.
12:10:41 Preparing to unpack .../12-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
12:10:41 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
12:10:42 Setting up python3-oauthlib (3.2.0-1ubuntu1) ...
12:10:42 Setting up python3-secretstorage (3.3.3-1ubuntu1) ...
12:10:42 Selecting previously unselected package libicu66:amd64.
12:10:42 Preparing to unpack .../13-libicu66_66.1-2ubuntu2.1_amd64.deb ...
12:10:42 Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
12:10:42 Selecting previously unselected package systemd-sysv.
12:10: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 ... 7915 files and directories currently installed.)
12:10:42 Preparing to unpack .../systemd-sysv_237-3ubuntu10.56_amd64.deb ...
12:10:42 Unpacking systemd-sysv (237-3ubuntu10.56) ...
12:10:42 Selecting previously unselected package multiarch-support.
12:10:42 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_amd64.deb ...
12:10:42 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
12:10:42 Setting up multiarch-support (2.27-3ubuntu1.6) ...
12:10:42 Selecting previously unselected package libnfnetlink0:amd64.
12:10: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 ... 7935 files and directories currently installed.)
12:10:42 Preparing to unpack .../00-libnfnetlink0_1.0.1-3_amd64.deb ...
12:10:42 Unpacking libnfnetlink0:amd64 (1.0.1-3) ...
12:10:42 Selecting previously unselected package dbus.
12:10:42 Preparing to unpack .../01-dbus_1.12.2-1ubuntu1.4_amd64.deb ...
12:10:42 Unpacking dbus (1.12.2-1ubuntu1.4) ...
12:10:42 Selecting previously unselected package libmnl0:amd64.
12:10:42 Preparing to unpack .../02-libmnl0_1.0.4-2_amd64.deb ...
12:10:42 Unpacking libmnl0:amd64 (1.0.4-2) ...
12:10:42 Selecting previously unselected package libpam-systemd:amd64.
12:10:42 Preparing to unpack .../03-libpam-systemd_237-3ubuntu10.56_amd64.deb ...
12:10:42 Unpacking libpam-systemd:amd64 (237-3ubuntu10.56) ...
12:10:42 Setting up python3-keyring (23.8.2-1) ...
12:10:42 Setting up python3-lazr.restfulclient (0.14.4-1) ...
12:10:42 Selecting previously unselected package libxtables12:amd64.
12:10:42 Preparing to unpack .../04-libxtables12_1.6.1-2ubuntu2_amd64.deb ...
12:10:42 Unpacking libxtables12:amd64 (1.6.1-2ubuntu2) ...
12:10:42 Selecting previously unselected package libip6tc0:amd64.
12:10:42 Preparing to unpack .../05-libip6tc0_1.6.1-2ubuntu2_amd64.deb ...
12:10:42 Unpacking libip6tc0:amd64 (1.6.1-2ubuntu2) ...
12:10:42 Selecting previously unselected package libiptc0:amd64.
12:10:42 Preparing to unpack .../06-libiptc0_1.6.1-2ubuntu2_amd64.deb ...
12:10:42 Unpacking libiptc0:amd64 (1.6.1-2ubuntu2) ...
12:10:42 Selecting previously unselected package libnetfilter-conntrack3:amd64.
12:10:42 Preparing to unpack .../07-libnetfilter-conntrack3_1.0.6-2_amd64.deb ...
12:10:42 Unpacking libnetfilter-conntrack3:amd64 (1.0.6-2) ...
12:10:42 Selecting previously unselected package iptables.
12:10:42 Preparing to unpack .../08-iptables_1.6.1-2ubuntu2_amd64.deb ...
12:10:42 Unpacking iptables (1.6.1-2ubuntu2) ...
12:10:42 Selecting previously unselected package containerd.io.
12:10:42 Preparing to unpack .../09-containerd.io_1.6.16-1_amd64.deb ...
12:10:42 Unpacking containerd.io (1.6.16-1) ...
12:10:42 Setting up python3-launchpadlib (1.10.16-1) ...
12:10:42 Processing triggers for sgml-base (1.30) ...
12:10:42 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:10:42 Setting up python3-software-properties (0.99.27) ...
12:10:42 Setting up software-properties-common (0.99.27) ...
12:10:43 Selecting previously unselected package libpam-systemd:amd64.
12:10:43 Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.19_amd64.deb ...
12:10:43 Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.19) ...
12:10:43 Selecting previously unselected package libxml2:amd64.
12:10:43 Preparing to unpack .../15-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_amd64.deb ...
12:10:43 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:10:43 Selecting previously unselected package libyaml-0-2:amd64.
12:10:43 Preparing to unpack .../16-libyaml-0-2_0.2.2-1_amd64.deb ...
12:10:43 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
12:10:43 Selecting previously unselected package lsb-release.
12:10:43 Preparing to unpack .../17-lsb-release_11.1.0ubuntu2_all.deb ...
12:10:43 Unpacking lsb-release (11.1.0ubuntu2) ...
12:10:43 Selecting previously unselected package python3-dbus.
12:10:43 Preparing to unpack .../18-python3-dbus_1.2.16-1build1_amd64.deb ...
12:10:43 Unpacking python3-dbus (1.2.16-1build1) ...
12:10:43 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
12:10:43 Updating certificates in /etc/ssl/certs...
12:10:43 Selecting previously unselected package python3-gi.
12:10:43 Preparing to unpack .../19-python3-gi_3.36.0-1_amd64.deb ...
12:10:43 Unpacking python3-gi (3.36.0-1) ...
12:10:43 Selecting previously unselected package python3-pkg-resources.
12:10:43 Preparing to unpack .../20-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
12:10:43 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:10:43 Selecting previously unselected package python3-six.
12:10:43 Preparing to unpack .../21-python3-six_1.14.0-2_all.deb ...
12:10:43 Unpacking python3-six (1.14.0-2) ...
12:10:43 Selecting previously unselected package iso-codes.
12:10:43 Preparing to unpack .../22-iso-codes_4.4-1_all.deb ...
12:10:43 Unpacking iso-codes (4.4-1) ...
12:10:43 0 added, 0 removed; done.
12:10:43 Running hooks in /etc/ca-certificates/update.d...
12:10:43 done.
12:10:43 Processing triggers for dbus (1.14.0-2ubuntu3) ...
12:10:43 ++ source /etc/os-release
12:10:43 +++ PRETTY_NAME='Ubuntu 22.10'
12:10:43 +++ NAME=Ubuntu
12:10:43 +++ VERSION_ID=22.10
12:10:43 +++ VERSION='22.10 (Kinetic Kudu)'
12:10:43 +++ VERSION_CODENAME=kinetic
12:10:43 +++ ID=ubuntu
12:10:43 +++ ID_LIKE=debian
12:10:43 +++ HOME_URL=https://www.ubuntu.com/
12:10:43 +++ SUPPORT_URL=https://help.ubuntu.com/
12:10:43 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
12:10:43 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
12:10:43 +++ UBUNTU_CODENAME=kinetic
12:10:43 +++ LOGO=ubuntu-logo
12:10:43 ++ echo ubuntu
12:10:43 + DIST_ID=ubuntu
12:10:43 ++ lsb_release -sc
12:10:43 + DIST_VERSION=kinetic
12:10:43 + '[' kinetic = sid ']'
12:10:43 + install_debian_containerd
12:10:43 + '[' staging = stage ']'
12:10:43 + REPO_URL=https://download.docker.com/linux/ubuntu
12:10:43 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
12:10:43 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
12:10:43 + update-ca-certificates -f
12:10:43 Clearing symlinks in /etc/ssl/certs...
12:10:43 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'.
12:10:43 Selecting previously unselected package libkrb5support0:amd64.
12:10:43 Preparing to unpack .../23-libkrb5support0_1.17-6ubuntu4.2_amd64.deb ...
12:10:43 done.
12:10:43 Updating certificates in /etc/ssl/certs...
12:10:43 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
12:10:43 Selecting previously unselected package libk5crypto3:amd64.
12:10:43 Preparing to unpack .../24-libk5crypto3_1.17-6ubuntu4.2_amd64.deb ...
12:10:43 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
12:10:43 Selecting previously unselected package libkeyutils1:amd64.
12:10:43 Preparing to unpack .../25-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
12:10:43 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
12:10:43 Selecting previously unselected package libkrb5-3:amd64.
12:10:43 Preparing to unpack .../26-libkrb5-3_1.17-6ubuntu4.2_amd64.deb ...
12:10:43 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
12:10:43 Selecting previously unselected package libgssapi-krb5-2:amd64.
12:10:43 Preparing to unpack .../27-libgssapi-krb5-2_1.17-6ubuntu4.2_amd64.deb ...
12:10:43 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
12:10:43 Selecting previously unselected package liblmdb0:amd64.
12:10:43 Preparing to unpack .../28-liblmdb0_0.9.24-1_amd64.deb ...
12:10:43 Unpacking liblmdb0:amd64 (0.9.24-1) ...
12:10:44 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
12:10:44 Preparing to unpack .../29-libpolkit-gobject-1-0_0.105-26ubuntu1.3_amd64.deb ...
12:10:44 Unpacking libpolkit-gobject-1-0:amd64 (0.105-26ubuntu1.3) ...
12:10:44 Selecting previously unselected package libpsl5:amd64.
12:10:44 Preparing to unpack .../30-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
12:10:44 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
12:10:44 Selecting previously unselected package python-apt-common.
12:10:44 Preparing to unpack .../31-python-apt-common_2.0.1_all.deb ...
12:10:44 Unpacking python-apt-common (2.0.1) ...
12:10:44 Selecting previously unselected package python3-apt.
12:10:44 Preparing to unpack .../32-python3-apt_2.0.1_amd64.deb ...
12:10:44 Unpacking python3-apt (2.0.1) ...
12:10:44 Selecting previously unselected package apt-transport-https.
12:10:44 Preparing to unpack .../33-apt-transport-https_2.0.9_all.deb ...
12:10:44 Unpacking apt-transport-https (2.0.9) ...
12:10:44 Selecting previously unselected package libbrotli1:amd64.
12:10:44 Preparing to unpack .../34-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
12:10:44 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
12:10:44 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:10:44 124 added, 0 removed; done.
12:10:44 Running hooks in /etc/ca-certificates/update.d...
12:10:44 done.
12:10:44 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
12:10:44 + apt-key add -
12:10:44 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:10:44 Selecting previously unselected package libroken18-heimdal:amd64.
12:10:44 Preparing to unpack .../35-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:10:44 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:44 Selecting previously unselected package libasn1-8-heimdal:amd64.
12:10:44 Preparing to unpack .../36-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:10:44 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:44 Selecting previously unselected package libheimbase1-heimdal:amd64.
12:10:44 Preparing to unpack .../37-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:10:44 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:44 Selecting previously unselected package libhcrypto4-heimdal:amd64.
12:10:44 Preparing to unpack .../38-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:10:44 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:44 Selecting previously unselected package libwind0-heimdal:amd64.
12:10:44 Preparing to unpack .../39-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:10:44 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:44 Selecting previously unselected package libhx509-5-heimdal:amd64.
12:10:44 Preparing to unpack .../40-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:10:44 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:44 OK
12:10:44 + '[' kinetic = sid ']'
12:10:44 ++ dpkg --print-architecture
12:10:44 + ARCH=amd64
12:10:44 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu kinetic test'
12:10:44 + apt-get update
12:10:44 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'.
12:10:44 Selecting previously unselected package libkrb5-26-heimdal:amd64.
12:10:44 Preparing to unpack .../41-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:10:44 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:44 Selecting previously unselected package libheimntlm0-heimdal:amd64.
12:10:44 Preparing to unpack .../42-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:10:44 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:44 Selecting previously unselected package libgssapi3-heimdal:amd64.
12:10:44 Preparing to unpack .../43-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.3_amd64.deb ...
12:10:44 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:44 Selecting previously unselected package libsasl2-modules-db:amd64.
12:10:44 Preparing to unpack .../44-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
12:10:44 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:10:44 Selecting previously unselected package libsasl2-2:amd64.
12:10:44 Preparing to unpack .../45-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
12:10:44 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:10:44 Selecting previously unselected package libldap-common.
12:10:44 Preparing to unpack .../46-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
12:10:44 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:10:44 Hit:1 http://archive.ubuntu.com/ubuntu kinetic InRelease
12:10:44 Get:2 https://download.docker.com/linux/ubuntu kinetic InRelease [48.9 kB]
12:10:44 Hit:3 http://archive.ubuntu.com/ubuntu kinetic-updates InRelease
12:10:44 Hit:4 http://archive.ubuntu.com/ubuntu kinetic-backports InRelease
12:10:44 Selecting previously unselected package libldap-2.4-2:amd64.
12:10:44 Preparing to unpack .../47-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ...
12:10:44 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
12:10:44 Selecting previously unselected package libnghttp2-14:amd64.
12:10:44 Preparing to unpack .../48-libnghttp2-14_1.40.0-1build1_amd64.deb ...
12:10:44 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
12:10:44 Selecting previously unselected package librtmp1:amd64.
12:10:44 Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
12:10:44 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
12:10:44 Selecting previously unselected package libssh-4:amd64.
12:10:44 Preparing to unpack .../50-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
12:10:44 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
12:10:44 Selecting previously unselected package libcurl4:amd64.
12:10:44 Preparing to unpack .../51-libcurl4_7.68.0-1ubuntu2.15_amd64.deb ...
12:10:44 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.15) ...
12:10:45 Hit:5 http://security.ubuntu.com/ubuntu kinetic-security InRelease
12:10:45 Get:6 https://download.docker.com/linux/ubuntu kinetic/test amd64 Packages [10.6 kB]
12:10:45 Selecting previously unselected package dbus-user-session.
12:10:45 Preparing to unpack .../10-dbus-user-session_1.12.2-1ubuntu1.4_amd64.deb ...
12:10:45 Unpacking dbus-user-session (1.12.2-1ubuntu1.4) ...
12:10:45 Setting up containerd.io (1.6.16-1) ...
12:10:45 Selecting previously unselected package curl.
12:10:45 Preparing to unpack .../52-curl_7.68.0-1ubuntu2.15_amd64.deb ...
12:10:45 Unpacking curl (7.68.0-1ubuntu2.15) ...
12:10:45 Selecting previously unselected package dbus-user-session.
12:10:45 Preparing to unpack .../53-dbus-user-session_1.12.16-2ubuntu2.3_amd64.deb ...
12:10:45 Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ...
12:10:45 Selecting previously unselected package libdconf1:amd64.
12:10:45 Preparing to unpack .../54-libdconf1_0.36.0-1_amd64.deb ...
12:10:45 Unpacking libdconf1:amd64 (0.36.0-1) ...
12:10:45 Selecting previously unselected package dconf-service.
12:10:45 Preparing to unpack .../55-dconf-service_0.36.0-1_amd64.deb ...
12:10:45 Unpacking dconf-service (0.36.0-1) ...
12:10:45 Selecting previously unselected package dconf-gsettings-backend:amd64.
12:10:45 Preparing to unpack .../56-dconf-gsettings-backend_0.36.0-1_amd64.deb ...
12:10:45 Unpacking dconf-gsettings-backend:amd64 (0.36.0-1) ...
12:10:45 Selecting previously unselected package libassuan0:amd64.
12:10:45 Preparing to unpack .../57-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
12:10:45 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
12:10:45 Selecting previously unselected package gpgconf.
12:10:45 Preparing to unpack .../58-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ...
12:10:45 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
12:10:45 Fetched 59.5 kB in 1s (91.0 kB/s)
12:10:45 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:10:45 Setting up systemd-sysv (237-3ubuntu10.56) ...
12:10:45 Setting up libiptc0:amd64 (1.6.1-2ubuntu2) ...
12:10:45 Setting up libxtables12:amd64 (1.6.1-2ubuntu2) ...
12:10:45 Setting up libnfnetlink0:amd64 (1.0.1-3) ...
12:10:45 Setting up dbus (1.12.2-1ubuntu1.4) ...
12:10:45 Setting up libmnl0:amd64 (1.0.4-2) ...
12:10:45 Setting up libip6tc0:amd64 (1.6.1-2ubuntu2) ...
12:10:45 Setting up libnetfilter-conntrack3:amd64 (1.0.6-2) ...
12:10:45 Selecting previously unselected package libksba8:amd64.
12:10:45 Preparing to unpack .../59-libksba8_1.3.5-2ubuntu0.20.04.2_amd64.deb ...
12:10:45 Unpacking libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
12:10:45 Selecting previously unselected package libnpth0:amd64.
12:10:45 Preparing to unpack .../60-libnpth0_1.6-1_amd64.deb ...
12:10:45 Unpacking libnpth0:amd64 (1.6-1) ...
12:10:45 Selecting previously unselected package dirmngr.
12:10:45 Preparing to unpack .../61-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ...
12:10:45 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
12:10:45 Selecting previously unselected package libpackagekit-glib2-18:amd64.
12:10:45 Preparing to unpack .../62-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_amd64.deb ...
12:10:45 Unpacking libpackagekit-glib2-18:amd64 (1.1.13-2ubuntu1.1) ...
12:10:45 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:10:45 Preparing to unpack .../63-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_amd64.deb ...
12:10:45 Setting up libpam-systemd:amd64 (237-3ubuntu10.56) ...
12:10:45 Setting up dbus-user-session (1.12.2-1ubuntu1.4) ...
12:10:45 Setting up iptables (1.6.1-2ubuntu2) ...
12:10:45 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:10:45 Processing triggers for systemd (237-3ubuntu10.56) ...
12:10:45 + verify_binaries
12:10:45 + docker --version
12:10:45 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:10:45 ++ uname -m
12:10:45 + '[' x86_64 = x86_64 ']'
12:10:45 + docker scan --help
12:10:45 Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
12:10:45 Selecting previously unselected package libproxy1v5:amd64.
12:10:45 Preparing to unpack .../64-libproxy1v5_0.4.15-10ubuntu1.2_amd64.deb ...
12:10:45 Unpacking libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ...
12:10:45 Selecting previously unselected package glib-networking-common.
12:10:45 Preparing to unpack .../65-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ...
12:10:45 Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ...
12:10:45 Selecting previously unselected package glib-networking-services.
12:10:45 Preparing to unpack .../66-glib-networking-services_2.64.2-1ubuntu0.1_amd64.deb ...
12:10:45 Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ...
12:10:45 Selecting previously unselected package gsettings-desktop-schemas.
12:10:45 Preparing to unpack .../67-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ...
12:10:45 Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
12:10:45 Selecting previously unselected package glib-networking:amd64.
12:10:45 Preparing to unpack .../68-glib-networking_2.64.2-1ubuntu0.1_amd64.deb ...
12:10:45 Unpacking glib-networking:amd64 (2.64.2-1ubuntu0.1) ...
12:10:45 Selecting previously unselected package gnupg-l10n.
12:10:45 Preparing to unpack .../69-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
12:10:45 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:10:45 Selecting previously unselected package gnupg-utils.
12:10:45 Preparing to unpack .../70-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ...
12:10:45 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
12:10:45 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'.
12:10:45 Reading package lists...
12:10:45 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.
12:10:45 ++ find deb/debbuild/ubuntu-kinetic/ -type f -name '*.deb'
12:10:45 + packages='deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb
12:10:45 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb
12:10:45 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb
12:10:45 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb
12:10:45 deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb
12:10:45 deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:45 ++ echo 'deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb
12:10:45 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb
12:10:45 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb
12:10:45 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb
12:10:45 deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb
12:10:45 deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:45 ++ xargs
12:10:45 ++ awk '$0="./"$0'
12:10:45 + packages='./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_amd64.deb'
12:10:45 + set -x
12:10:45 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_amd64.deb
12:10:45 Selecting previously unselected package docker-ce-rootless-extras.
12:10:45 (Reading database ... 9327 files and directories currently installed.)
12:10:45 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ...
12:10:45 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:10:45 
12:10:45 Usage:  docker scan [OPTIONS] IMAGE
12:10:45 
12:10:45 A tool to scan your images
12:10:45 
12:10:45 Options:
12:10:45       --accept-license    Accept using a third party scanning provider
12:10:45       --dependency-tree   Show dependency tree with scan results
12:10:45       --exclude-base      Exclude base image from vulnerability scanning
12:10:45                           (requires --file)
12:10:45   -f, --file string       Dockerfile associated with image, provides more
12:10:45                           detailed results
12:10:45       --group-issues      Aggregate duplicated vulnerabilities and group
12:10:45                           them to a single one (requires --json)
12:10:45       --json              Output results in JSON format
12:10:45       --login             Authenticate to the scan provider using an
12:10:45                           optional token (with --token), or web base
12:10:45                           token if empty
12:10:45       --reject-license    Reject using a third party scanning provider
12:10:45       --severity string   Only report vulnerabilities of provided level
12:10:45                           or higher (low|medium|high)
12:10:45       --token string      Authentication token to login to the third
12:10:45                           party scanning provider
12:10:45       --version           Display version of the scan plugin
12:10:45 + docker buildx version
12:10:45 github.com/docker/buildx v0.10.2 00ed17d
12:10:45 + docker compose version
12:10:45 make[1]: Leaving directory '/root/build-deb'
12:10:45  dpkg-genbuildinfo
12:10:45 Selecting previously unselected package gpg.
12:10:45 Preparing to unpack .../71-gpg_2.2.19-3ubuntu2.2_amd64.deb ...
12:10:45 Unpacking gpg (2.2.19-3ubuntu2.2) ...
12:10:45 Selecting previously unselected package pinentry-curses.
12:10:45 Preparing to unpack .../72-pinentry-curses_1.1.0-3build1_amd64.deb ...
12:10:45 Unpacking pinentry-curses (1.1.0-3build1) ...
12:10:45 Selecting previously unselected package gpg-agent.
12:10:45 Preparing to unpack .../73-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ...
12:10:45 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
12:10:45 Selecting previously unselected package gpg-wks-client.
12:10:45 Preparing to unpack .../74-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ...
12:10:45 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:10:46 Docker Compose version v2.15.1
12:10:46 + dockerd --version
12:10:46 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:10:46 + docker-proxy --version
12:10:46 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:10:46 + containerd --version
12:10:46 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:10:46 + ctr --version
12:10:46 ctr containerd.io 1.6.16
12:10:46 + containerd-shim --help
12:10:46 Usage of containerd-shim:
12:10:46   -address string
12:10:46     	grpc address back to main containerd
12:10:46   -containerd-binary containerd publish
12:10:46     	path to containerd binary (used for containerd publish) (default "containerd")
12:10:46   -criu string
12:10:46     	path to criu binary
12:10:46   -debug
12:10:46     	enable debug output in logs
12:10:46   -namespace string
12:10:46     	namespace that owns the shim
12:10:46   -runtime-root string
12:10:46     	root directory for the runtime (default "/run/containerd/runc")
12:10:46   -socket string
12:10:46     	socket path to serve
12:10:46   -systemd-cgroup
12:10:46     	set runtime to use systemd-cgroup
12:10:46   -workdir string
12:10:46     	path used to storge large temporary data
12:10:46 + containerd-shim-runc-v1 -v
12:10:46 containerd-shim-runc-v1:
12:10:46   Version:  1.6.16
12:10:46   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:10:46   Go version: go1.18.10
12:10:46 
12:10:46 + containerd-shim-runc-v2 -v
12:10:46 containerd-shim-runc-v2:
12:10:46   Version:  1.6.16
12:10:46   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:10:46   Go version: go1.18.10
12:10:46 
12:10:46 + runc --version
12:10:46 runc version 1.1.4
12:10:46 commit: v1.1.4-0-g5fd4c4d
12:10:46 spec: 1.0.2-dev
12:10:46 go: go1.18.10
12:10:46 libseccomp: 2.5.1
12:10:46 Selecting previously unselected package gpg-wks-server.
12:10:46 Preparing to unpack .../75-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ...
12:10:46 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:10:46 Selecting previously unselected package gpgsm.
12:10:46 Preparing to unpack .../76-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ...
12:10:46 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
12:10:46 Selecting previously unselected package gnupg.
12:10:46 Preparing to unpack .../77-gnupg_2.2.19-3ubuntu2.2_all.deb ...
12:10:46 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
12:10:46 Selecting previously unselected package libsoup2.4-1:amd64.
12:10:46 Preparing to unpack .../78-libsoup2.4-1_2.70.0-1_amd64.deb ...
12:10:46 Unpacking libsoup2.4-1:amd64 (2.70.0-1) ...
12:10:46 Selecting previously unselected package libstemmer0d:amd64.
12:10:46 Preparing to unpack .../79-libstemmer0d_0+svn585-2_amd64.deb ...
12:10:46 Unpacking libstemmer0d:amd64 (0+svn585-2) ...
12:10:46 Selecting previously unselected package docker-buildx-plugin.
12:10:46 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb ...
12:10:46 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.22.10~kinetic) ...
12:10:46 Selecting previously unselected package libappstream4:amd64.
12:10:46 Preparing to unpack .../80-libappstream4_0.12.10-2_amd64.deb ...
12:10:46 Unpacking libappstream4:amd64 (0.12.10-2) ...
12:10:46 Selecting previously unselected package libglib2.0-bin.
12:10:46 Preparing to unpack .../81-libglib2.0-bin_2.64.6-1~ubuntu20.04.4_amd64.deb ...
12:10:46 Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
12:10:46 Selecting previously unselected package libgstreamer1.0-0:amd64.
12:10:46 Preparing to unpack .../82-libgstreamer1.0-0_1.16.3-0ubuntu1.1_amd64.deb ...
12:10:46 Unpacking libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
12:10:46 Selecting previously unselected package libpolkit-agent-1-0:amd64.
12:10:46 Preparing to unpack .../83-libpolkit-agent-1-0_0.105-26ubuntu1.3_amd64.deb ...
12:10:46 Unpacking libpolkit-agent-1-0:amd64 (0.105-26ubuntu1.3) ...
12:10:46 Selecting previously unselected package policykit-1.
12:10:46 Preparing to unpack .../84-policykit-1_0.105-26ubuntu1.3_amd64.deb ...
12:10:46  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.changes
12:10:46 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:10:46 + popd
12:10:46 ~/rpmbuild/BUILD/src
12:10:46 + RPM_EC=0
12:10:46 ++ jobs -p
12:10:46 + exit 0
12:10:46 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pVRFve
12:10:46 + umask 022
12:10:46 + cd /root/rpmbuild/BUILD
12:10:46 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64 '!=' / ']'
12:10:46 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
12:10:46 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
12:10:46 + mkdir -p /root/rpmbuild/BUILDROOT
12:10:46 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
12:10:46 + cd src
12:10:46 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:10:46 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:10:46 + 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
12:10:46 ~/rpmbuild/BUILD/src
12:10:46 + popd
12:10:46 + /usr/lib/rpm/check-buildroot
12:10:46 + /usr/lib/rpm/redhat/brp-ldconfig
12:10:46 + /usr/lib/rpm/brp-compress
12:10:46 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:10:46 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:10:46 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:10:46 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:10:46 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:10:46 + /usr/lib/rpm/brp-python-hardlink
12:10:46 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:10:46 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.xfWBbI
12:10:46 + umask 022
12:10:46 + cd /root/rpmbuild/BUILD
12:10:46 + cd src
12:10:46 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
12:10:46 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:10:46 + ver=v0.23.0
12:10:46 + test v0.23.0 = v0.23.0
12:10:46 + echo 'PASS: docker-scan version OK'
12:10:46 + RPM_EC=0
12:10:46 PASS: docker-scan version OK
12:10:46 ++ jobs -p
12:10:46 + exit 0
12:10:46 Processing files: docker-scan-plugin-0.23.0-0.el9.x86_64
12:10:46 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
12:10:46 Provides: docker-scan-plugin = 0:0.23.0-0.el9 docker-scan-plugin(x86-64) = 0:0.23.0-0.el9
12:10:46 Requires(interp): /bin/sh /bin/sh /bin/sh
12:10:46 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:10:46 Requires(post): /bin/sh
12:10:46 Requires(preun): /bin/sh
12:10:46 Requires(postun): /bin/sh
12:10:46 Enhances: docker-ce-cli
12:10:46 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
12:10:46 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.el9.src.rpm
12:10:46 Unpacking policykit-1 (0.105-26ubuntu1.3) ...
12:10:46 Selecting previously unselected package python3-certifi.
12:10:46 Preparing to unpack .../85-python3-certifi_2019.11.28-1_all.deb ...
12:10:46 Unpacking python3-certifi (2019.11.28-1) ...
12:10:46 Selecting previously unselected package python3-chardet.
12:10:46 Preparing to unpack .../86-python3-chardet_3.0.4-4build1_all.deb ...
12:10:46 Unpacking python3-chardet (3.0.4-4build1) ...
12:10:46 Selecting previously unselected package python3-idna.
12:10:46 Preparing to unpack .../87-python3-idna_2.8-1_all.deb ...
12:10:46 Unpacking python3-idna (2.8-1) ...
12:10:46 Selecting previously unselected package python3-urllib3.
12:10:46 Preparing to unpack .../88-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
12:10:46 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:10:46 Selecting previously unselected package python3-requests.
12:10:46 Preparing to unpack .../89-python3-requests_2.22.0-2ubuntu1_all.deb ...
12:10:46 Unpacking python3-requests (2.22.0-2ubuntu1) ...
12:10:46 Selecting previously unselected package python3-requests-unixsocket.
12:10:46 Preparing to unpack .../90-python3-requests-unixsocket_0.2.0-2_all.deb ...
12:10:47 Unpacking python3-requests-unixsocket (0.2.0-2) ...
12:10:47 Selecting previously unselected package python3-software-properties.
12:10:47 Preparing to unpack .../91-python3-software-properties_0.99.9.10_all.deb ...
12:10:47 Unpacking python3-software-properties (0.99.9.10) ...
12:10:47 Selecting previously unselected package packagekit.
12:10:47 Preparing to unpack .../92-packagekit_1.1.13-2ubuntu1.1_amd64.deb ...
12:10:47 Unpacking packagekit (1.1.13-2ubuntu1.1) ...
12:10:47 Selecting previously unselected package software-properties-common.
12:10:47 Preparing to unpack .../93-software-properties-common_0.99.9.10_all.deb ...
12:10:47 Unpacking software-properties-common (0.99.9.10) ...
12:10:47 Selecting previously unselected package gnupg2.
12:10:47 Preparing to unpack .../94-gnupg2_2.2.19-3ubuntu2.2_all.deb ...
12:10:47 Unpacking gnupg2 (2.2.19-3ubuntu2.2) ...
12:10:47 Setting up libksba8:amd64 (1.3.5-2ubuntu0.20.04.2) ...
12:10:47 Setting up liblmdb0:amd64 (0.9.24-1) ...
12:10:47 Setting up systemd-sysv (245.4-4ubuntu3.19) ...
12:10:47 Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
12:10:47 Setting up libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ...
12:10:47 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
12:10:47 Setting up mime-support (3.64ubuntu1) ...
12:10:47 Setting up apt-transport-https (2.0.9) ...
12:10:47 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
12:10:47 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
12:10:47 Setting up distro-info-data (0.43ubuntu1.11) ...
12:10:47 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
12:10:47 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.5) ...
12:10:47 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
12:10:47 Setting up libpackagekit-glib2-18:amd64 (1.1.13-2ubuntu1.1) ...
12:10:47 Setting up libnpth0:amd64 (1.6-1) ...
12:10:47 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
12:10:47 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:10:47 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.2) ...
12:10:47 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:10:47 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
12:10:47 make[1]: Leaving directory '/root/build-deb'
12:10:47  dpkg-genbuildinfo
12:10:47  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.changes
12:10:47 
12:10:47 Current default time zone: 'Etc/UTC'
12:10:47 Local time is now:      Tue Feb  7 12:10:47 UTC 2023.
12:10:47 Universal Time is now:  Tue Feb  7 12:10:47 UTC 2023.
12:10:47 Run 'dpkg-reconfigure tzdata' if you wish to change it.
12:10:47 
12:10:47 Setting up libcap2-bin (1:2.32-1) ...
12:10:47 Setting up libdconf1:amd64 (0.36.0-1) ...
12:10:47 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:10:47 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:10:47 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
12:10:47 Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ...
12:10:47 Setting up dbus (1.12.16-2ubuntu2.3) ...
12:10:47 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.2) ...
12:10:47 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:10:47 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:47 Setting up python-apt-common (2.0.1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:10:47 Setting up libpam-systemd:amd64 (245.4-4ubuntu3.19) ...
12:10:47 Setting up libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ...
12:10:47 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.2) ...
12:10:47 Setting up libstemmer0d:amd64 (0+svn585-2) ...
12:10:47 Setting up libmpdec2:amd64 (2.4.2-3) ...
12:10:47 Setting up glib-networking-common (2.64.2-1ubuntu0.1) ...
12:10:47 Setting up openssl (1.1.1f-1ubuntu2.16) ...
12:10:47 Setting up libelf1:amd64 (0.176-1.1build1) ...
12:10:47 Setting up readline-common (8.0-4) ...
12:10:47 Setting up iso-codes (4.4-1) ...
12:10:47 Setting up libpolkit-gobject-1-0:amd64 (0.105-26ubuntu1.3) ...
12:10:47 Setting up libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ...
12:10:47 Setcap worked! gst-ptp-helper is not suid!
12:10:47 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:47 Setting up pinentry-curses (1.1.0-3build1) ...
12:10:47 Selecting previously unselected package docker-ce-cli.
12:10:47 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ...
12:10:47 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:10:47 dpkg-genchanges: info: including full source code in upload
12:10:47  dpkg-source -I.git --after-build build-deb
12:10:47 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:10:47 + destination=/build
12:10:47 + mkdir -p /build
12:10:47 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb /root/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_armhf.deb /build
12:10:47 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb'
12:10:47 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb'
12:10:47 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
12:10:47 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
12:10:47 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
12:10:47 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
12:10:47 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc'
12:10:47 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.dsc'
12:10:47 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz'
12:10:47 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic.tar.gz'
12:10:47 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.buildinfo'
12:10:47 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.buildinfo'
12:10:47 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.changes'
12:10:47 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.changes'
12:10:47 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
12:10:47 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
12:10:47 copied '/root/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_armhf.deb' -> '/build/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_armhf.deb'
12:10:47 removed '/root/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_armhf.deb'
12:10:47 dpkg-genchanges: info: including full source code in upload
12:10:47  dpkg-source -I.git --after-build .
12:10:47 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:10:47 + destination=/build
12:10:47 + mkdir -p /build
12:10:47 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb /root/docker-compose-plugin_2.15.1-1~debian.10~buster_amd64.deb /root/docker-scan-plugin_0.23.0~debian-buster_amd64.deb /build
12:10:48 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_armhf.deb'.
12:10:48 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'.
12:10:48 Setting up glib-networking-services (2.64.2-1ubuntu0.1) ...
12:10:48 Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
12:10:48 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:48 Setting up libreadline8:amd64 (8.0-4) ...
12:10:48 Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
12:10:48 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:48 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
12:10:48 copied '/root/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb'
12:10:48 removed '/root/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb'
12:10:48 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
12:10:48 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
12:10:48 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
12:10:48 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
12:10:48 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc'
12:10:48 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc'
12:10:48 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz'
12:10:48 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz'
12:10:48 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.buildinfo'
12:10:48 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.buildinfo'
12:10:48 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.changes'
12:10:48 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.changes'
12:10:48 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
12:10:48 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
12:10:48 copied '/root/docker-compose-plugin_2.15.1-1~debian.10~buster_amd64.deb' -> '/build/docker-compose-plugin_2.15.1-1~debian.10~buster_amd64.deb'
12:10:48 removed '/root/docker-compose-plugin_2.15.1-1~debian.10~buster_amd64.deb'
12:10:48 copied '/root/docker-scan-plugin_0.23.0~debian-buster_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~debian-buster_amd64.deb'
12:10:48 removed '/root/docker-scan-plugin_0.23.0~debian-buster_amd64.deb'
12:10:48 Updating certificates in /etc/ssl/certs...
12:10:48 Selecting previously unselected package docker-ce.
12:10:48 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ...
12:10:48 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:10:48 124 added, 0 removed; done.
12:10:48 Setting up dbus-user-session (1.12.16-2ubuntu2.3) ...
12:10:48 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:48 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.2) ...
12:10:48 Setting up gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ...
12:10:48 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
12:10:48 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
12:10:48 Setting up libpolkit-agent-1-0:amd64 (0.105-26ubuntu1.3) ...
12:10:48 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.6) ...
12:10:48 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:10:49 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:10:49 Setting up policykit-1 (0.105-26ubuntu1.3) ...
12:10:49 Setting up gpg (2.2.19-3ubuntu2.2) ...
12:10:49 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
12:10:49 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
12:10:49 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
12:10:49 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:10:49 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_armhf.deb'.
12:10:49 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'.
12:10:49 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:10:49 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:10:49 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:10:49 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:49 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
12:10:49 Setting up dconf-service (0.36.0-1) ...
12:10:50 Setting up python3 (3.8.2-0ubuntu2) ...
12:10:50 Setting up python3-six (1.14.0-2) ...
12:10:50 Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
12:10:50 Setting up python3-certifi (2019.11.28-1) ...
12:10:50 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
12:10:50 Setting up python3-gi (3.36.0-1) ...
12:10:50 Selecting previously unselected package docker-scan-plugin.
12:10:50 Preparing to unpack .../docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb ...
12:10:50 Unpacking docker-scan-plugin (0.23.0~ubuntu-kinetic) ...
12:10:50 Setting up python3-idna (2.8-1) ...
12:10:50 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:10:50 Selecting previously unselected package docker-compose-plugin.
12:10:50 Preparing to unpack .../docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_amd64.deb ...
12:10:50 Unpacking docker-compose-plugin (2.15.1-1~ubuntu.22.10~kinetic) ...
12:10:51 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:10:51 Setting up lsb-release (11.1.0ubuntu2) ...
12:10:51 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:51 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:10:51 Setting up python3-dbus (1.2.16-1build1) ...
12:10:51 Setting up dconf-gsettings-backend:amd64 (0.36.0-1) ...
12:10:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:10: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"
12:10:51 make[1]: Leaving directory '/root/build-deb'
12:10:51  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.buildinfo
12:10:51 Setting up python3-apt (2.0.1) ...
12:10:51 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:51 Setting up python3-chardet (3.0.4-4build1) ...
12:10:51 + make IMAGE=ubuntu:bionic verify
12:10:51 docker run  --rm -i \
12:10:51 	-v "$(pwd):/v" \
12:10:51 	-e DEBIAN_FRONTEND=noninteractive \
12:10:51 	-e PACKAGE_REPO=staging \
12:10:51 	-w /v \
12:10:51 	ubuntu:bionic ./verify
12:10:51 Unable to find image 'ubuntu:bionic' locally
12:10:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:10:51  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.changes
12:10:51 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:10:51 ~/rpmbuild/BUILD/src
12:10:51 + popd
12:10:51 + RPM_EC=0
12:10:51 ++ jobs -p
12:10:51 + exit 0
12:10:51 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bJgJNK
12:10:51 + umask 022
12:10:51 + cd /root/rpmbuild/BUILD
12:10:51 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64 '!=' / ']'
12:10:51 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
12:10:51 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
12:10:51 + mkdir -p /root/rpmbuild/BUILDROOT
12:10:51 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
12:10:51 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:51 + export CFLAGS
12:10:51 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:51 + export CXXFLAGS
12:10:51 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:51 + export FFLAGS
12:10:51 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:51 + export FCFLAGS
12:10:51 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.23.0-0.fc36.x86_64.ld'
12:10:51 + export LDFLAGS
12:10:51 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:10:51 + export LT_SYS_LIBRARY_PATH
12:10:51 + CC=gcc
12:10:51 + export CC
12:10:51 + CXX=g++
12:10:51 + export CXX
12:10:51 + cd src
12:10:51 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:10:51 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:10:51 + 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
12:10:51 ~/rpmbuild/BUILD/src
12:10:51 + popd
12:10:51 + /usr/lib/rpm/check-buildroot
12:10:51 + /usr/lib/rpm/redhat/brp-ldconfig
12:10:51 + /usr/lib/rpm/brp-compress
12:10:51 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:10:51 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:10:51 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:10:51 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:10:51 + /usr/lib/rpm/check-rpaths
12:10:51 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:10:51 + /usr/lib/rpm/brp-remove-la-files
12:10:51 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:10:51 + /usr/lib/rpm/redhat/brp-python-hardlink
12:10:51 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.oKAsr6
12:10:51 + umask 022
12:10:51 + cd /root/rpmbuild/BUILD
12:10:51 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:51 + export CFLAGS
12:10:51 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:51 + export CXXFLAGS
12:10:51 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:51 + export FFLAGS
12:10:51 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:51 + export FCFLAGS
12:10:51 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -Wl,-dT,/root/rpmbuild/BUILD/src/.package_note-docker-scan-plugin-0.23.0-0.fc36.x86_64.ld'
12:10:51 + export LDFLAGS
12:10:51 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:10:51 + export LT_SYS_LIBRARY_PATH
12:10:51 + CC=gcc
12:10:51 + export CC
12:10:51 + CXX=g++
12:10:51 + export CXX
12:10:51 + '[' -f /usr/lib/rpm/generate-rpm-note.sh ']'
12:10:51 + /usr/lib/rpm/generate-rpm-note.sh docker-scan-plugin 0.23.0-0.fc36 x86_64
12:10:51 + cd src
12:10:51 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
12:10:51 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:10:51 + ver=v0.23.0
12:10:51 + test v0.23.0 = v0.23.0
12:10:51 + echo 'PASS: docker-scan version OK'
12:10:51 PASS: docker-scan version OK
12:10:51 + RPM_EC=0
12:10:51 ++ jobs -p
12:10:51 + exit 0
12:10:51 Processing files: docker-scan-plugin-0.23.0-0.fc36.x86_64
12:10:51 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
12:10:51 Provides: docker-scan-plugin = 0:0.23.0-0.fc36 docker-scan-plugin(x86-64) = 0:0.23.0-0.fc36
12:10:51 Requires(interp): /bin/sh /bin/sh /bin/sh
12:10:51 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:10:51 Requires(post): /bin/sh
12:10:51 Requires(preun): /bin/sh
12:10:51 Requires(postun): /bin/sh
12:10:51 Enhances: docker-ce-cli
12:10:51 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
12:10:51 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.fc36.src.rpm
12:10:51 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.3) ...
12:10:51 Setting up python3-software-properties (0.99.9.10) ...
12:10:51 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.22.10~kinetic) ...
12:10:51 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:10:51 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:10:51 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
12:10:51 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:10:51 invoke-rc.d: could not determine current runlevel
12:10:51 invoke-rc.d: policy-rc.d denied execution of start.
12:10:51 Setting up docker-scan-plugin (0.23.0~ubuntu-kinetic) ...
12:10:51 Setting up docker-compose-plugin (2.15.1-1~ubuntu.22.10~kinetic) ...
12:10:51 bionic: Pulling from library/ubuntu
12:10:51 c138257d4104: Already exists
12:10:51 Digest: sha256:a3765b4d74747b5e9bdd03205b3fbc4fa19a02781c185f97f24c8f4f84ed7bbf
12:10:51 Status: Downloaded newer image for ubuntu:bionic
12:10:51 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el9.x86_64.rpm
12:10:51 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.J2yaF6
12:10:51 + umask 022
12:10:51 + cd /root/rpmbuild/BUILD
12:10:51 + cd src
12:10:51 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el9.x86_64
12:10:51 + RPM_EC=0
12:10:51 ++ jobs -p
12:10:51 + exit 0
12:10:52 + make IMAGE=debian:buster verify
12:10:52 docker run  --rm -i \
12:10:52 	-v "$(pwd):/v" \
12:10:52 	-e DEBIAN_FRONTEND=noninteractive \
12:10:52 	-e PACKAGE_REPO=staging \
12:10:52 	-w /v \
12:10:52 	debian:buster ./verify
12:10:52 Unable to find image 'debian:buster' locally
12:10:52 buster: Pulling from library/debian
12:10:52 Setting up python3-requests (2.22.0-2ubuntu1) ...
12:10:52 Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
12:10:52 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
12:10:52 Setting up python3-requests-unixsocket (0.2.0-2) ...
12:10:52 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:10:52  docker-ce-rootless-extras depends on dbus-user-session; however:
12:10:52   Package dbus-user-session is not installed.
12:10:52 
12:10:52 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:10:52 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-scan-plugin_0.23.0~ubuntu-kinetic_amd64.deb ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_amd64.deb
12:10:52 d42a0fb443d7: Already exists
12:10:52 Digest: sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
12:10:52 Status: Downloaded newer image for debian:buster
12:10:52 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
12:10:52 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:10:52 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.15) ...
12:10:52 Setting up curl (7.68.0-1ubuntu2.15) ...
12:10:52 Setting up glib-networking:amd64 (2.64.2-1ubuntu0.1) ...
12:10:52 Setting up libsoup2.4-1:amd64 (2.70.0-1) ...
12:10:52 + verify
12:10:52 + dpkg --version
12:10:52 + verify_deb
12:10:52 + apt-get update
12:10:52 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:10:52 Setting up libappstream4:amd64 (0.12.10-2) ...
12:10:52 Setting up gnupg (2.2.19-3ubuntu2.2) ...
12:10:52 Setting up packagekit (1.1.13-2ubuntu1.1) ...
12:10:52 invoke-rc.d: could not determine current runlevel
12:10:52 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:10:52 Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
12:10:52 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:10:52 Setting up gnupg2 (2.2.19-3ubuntu2.2) ...
12:10:52 Setting up software-properties-common (0.99.9.10) ...
12:10:52 Reading package lists...
12:10:52 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
12:10:52 Processing triggers for systemd (245.4-4ubuntu3.19) ...
12:10:52 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:10:52 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
12:10:52 Updating certificates in /etc/ssl/certs...
12:10:52 + verify
12:10:52 + dpkg --version
12:10:52 + verify_deb
12:10:52 + apt-get update
12:10:52 Building dependency tree...
12:10:52 Reading state information...
12:10:52 Correcting dependencies... Done
12:10:52 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:10:52 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:10:52 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:10:52 Skipping docker-ce, it is already installed and upgrade is not set.
12:10:52 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
12:10:52 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:10:52 The following additional packages will be installed:
12:10:52   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:10:52   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:10:52 Suggested packages:
12:10:52   firewalld kmod nftables
12:10:52 The following NEW packages will be installed:
12:10:52   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:10:52   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:10:53 0 added, 0 removed; done.
12:10:53 Running hooks in /etc/ca-certificates/update.d...
12:10:53 done.
12:10:53 Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
12:10:53 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
12:10:53 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
12:10:53 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
12:10:53 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB]
12:10:53 dpkg-genchanges: info: including full source code in upload
12:10:53  dpkg-source -I.git --after-build .
12:10:53 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:10:53 + destination=/build
12:10:53 + mkdir -p /build
12:10:53 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb /root/docker-compose-plugin_2.15.1-1~debian.12~bookworm_amd64.deb /root/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb /build
12:10:53 copied '/root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb'
12:10:53 removed '/root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb'
12:10:53 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
12:10:53 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
12:10:53 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
12:10:53 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
12:10:53 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc'
12:10:53 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc'
12:10:53 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz'
12:10:53 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz'
12:10:53 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.buildinfo'
12:10:53 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.buildinfo'
12:10:53 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.changes'
12:10:53 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.changes'
12:10:53 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
12:10:53 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
12:10:53 copied '/root/docker-compose-plugin_2.15.1-1~debian.12~bookworm_amd64.deb' -> '/build/docker-compose-plugin_2.15.1-1~debian.12~bookworm_amd64.deb'
12:10:53 removed '/root/docker-compose-plugin_2.15.1-1~debian.12~bookworm_amd64.deb'
12:10:53 copied '/root/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb'
12:10:53 removed '/root/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb'
12:10:53 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
12:10:53 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
12:10:53 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
12:10:53 ++ source /etc/os-release
12:10:53 +++ NAME=Ubuntu
12:10:53 +++ VERSION='20.04.5 LTS (Focal Fossa)'
12:10:53 +++ ID=ubuntu
12:10:53 +++ ID_LIKE=debian
12:10:53 +++ PRETTY_NAME='Ubuntu 20.04.5 LTS'
12:10:53 +++ VERSION_ID=20.04
12:10:53 +++ HOME_URL=https://www.ubuntu.com/
12:10:53 +++ SUPPORT_URL=https://help.ubuntu.com/
12:10:53 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
12:10:53 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
12:10:53 +++ VERSION_CODENAME=focal
12:10:53 +++ UBUNTU_CODENAME=focal
12:10:53 ++ echo ubuntu
12:10:53 + DIST_ID=ubuntu
12:10:53 ++ lsb_release -sc
12:10:53 + DIST_VERSION=focal
12:10:53 + '[' focal = sid ']'
12:10:53 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
12:10:53 + install_debian_containerd
12:10:53 + '[' staging = stage ']'
12:10:53 + REPO_URL=https://download.docker.com/linux/ubuntu
12:10:53 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
12:10:53 + update-ca-certificates -f
12:10:53 Clearing symlinks in /etc/ssl/certs...
12:10:53 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [430 kB]
12:10:53 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
12:10:53 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded.
12:10:53 Need to get 28.4 MB of archives.
12:10:53 After this operation, 118 MB of additional disk space will be used.
12:10:53 Get:1 http://archive.ubuntu.com/ubuntu kinetic-updates/main amd64 dbus-user-session amd64 1.14.0-2ubuntu3 [10.1 kB]
12:10:53 Get:2 https://download.docker.com/linux/ubuntu kinetic/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
12:10:53 Get:3 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libmnl0 amd64 1.0.4-3ubuntu1 [13.2 kB]
12:10:53 Get:4 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libxtables12 amd64 1.8.7-1ubuntu6 [30.8 kB]
12:10:53 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/restricted armhf Packages [12.5 kB]
12:10:53 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages [11.0 MB]
12:10:53 done.
12:10:53 Updating certificates in /etc/ssl/certs...
12:10:53 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:10:53 + popd
12:10:53 + RPM_EC=0
12:10:53 ~/rpmbuild/BUILD/src
12:10:53 ++ jobs -p
12:10:53 + exit 0
12:10:53 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZzGSBL
12:10:53 + umask 022
12:10:53 + cd /root/rpmbuild/BUILD
12:10:53 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64 '!=' / ']'
12:10:53 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
12:10:53 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
12:10:53 + mkdir -p /root/rpmbuild/BUILDROOT
12:10:53 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
12:10:53 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:53 + export CFLAGS
12:10:53 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:53 + export CXXFLAGS
12:10:53 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:53 + export FFLAGS
12:10:53 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:53 + export FCFLAGS
12:10:53 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:10:53 + export LDFLAGS
12:10:53 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:10:53 + export LT_SYS_LIBRARY_PATH
12:10:53 + CC=gcc
12:10:53 + export CC
12:10:53 + CXX=g++
12:10:53 + export CXX
12:10:53 + cd src
12:10:53 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:10:53 + 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
12:10:53 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:10:53 ~/rpmbuild/BUILD/src
12:10:53 + popd
12:10:53 + /usr/lib/rpm/check-buildroot
12:10:53 + /usr/lib/rpm/redhat/brp-ldconfig
12:10:53 + /usr/lib/rpm/brp-compress
12:10:53 + /usr/lib/rpm/brp-strip /usr/bin/strip
12:10:53 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:10:53 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
12:10:53 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
12:10:53 + /usr/lib/rpm/check-rpaths
12:10:53 + /usr/lib/rpm/redhat/brp-mangle-shebangs
12:10:53 + /usr/lib/rpm/brp-remove-la-files
12:10:53 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
12:10:53 + /usr/lib/rpm/redhat/brp-python-hardlink
12:10:53 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.s0WPb6
12:10:53 + umask 022
12:10:53 + cd /root/rpmbuild/BUILD
12:10:53 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:53 + export CFLAGS
12:10:53 + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection'
12:10:53 + export CXXFLAGS
12:10:53 + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:53 + export FFLAGS
12:10:53 + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -I/usr/lib64/gfortran/modules'
12:10:53 + export FCFLAGS
12:10:53 + LDFLAGS='-Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes'
12:10:53 + export LDFLAGS
12:10:53 + LT_SYS_LIBRARY_PATH=/usr/lib64:
12:10:53 + export LT_SYS_LIBRARY_PATH
12:10:53 + CC=gcc
12:10:53 + export CC
12:10:53 + CXX=g++
12:10:53 + export CXX
12:10:53 + cd src
12:10:53 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
12:10:53 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:10:53 PASS: docker-scan version OK
12:10:53 + ver=v0.23.0
12:10:53 + test v0.23.0 = v0.23.0
12:10:53 + echo 'PASS: docker-scan version OK'
12:10:53 + RPM_EC=0
12:10:53 ++ jobs -p
12:10:53 + exit 0
12:10:53 Processing files: docker-scan-plugin-0.23.0-0.fc37.x86_64
12:10:53 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
12:10:53 Provides: docker-scan-plugin = 0:0.23.0-0.fc37 docker-scan-plugin(x86-64) = 0:0.23.0-0.fc37
12:10:53 Requires(interp): /bin/sh /bin/sh /bin/sh
12:10:53 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:10:53 Requires(post): /bin/sh
12:10:53 Requires(preun): /bin/sh
12:10:53 Requires(postun): /bin/sh
12:10:53 Enhances: docker-ce-cli
12:10:53 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
12:10:53 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.fc37.src.rpm
12:10:53 Get:5 http://archive.ubuntu.com/ubuntu kinetic/main amd64 netbase all 6.3 [12.9 kB]
12:10:53 Get:6 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libip6tc2 amd64 1.8.7-1ubuntu6 [20.1 kB]
12:10:53 Get:7 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.8 kB]
12:10:53 Get:8 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnetfilter-conntrack3 amd64 1.0.9-2 [45.6 kB]
12:10:53 Get:9 http://archive.ubuntu.com/ubuntu kinetic/main amd64 libnftnl11 amd64 1.2.3-1 [64.9 kB]
12:10:53 Get:10 http://archive.ubuntu.com/ubuntu kinetic/main amd64 iptables amd64 1.8.7-1ubuntu6 [454 kB]
12:10:53 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:10:53 124 added, 0 removed; done.
12:10:53 Running hooks in /etc/ca-certificates/update.d...
12:10:53 done.
12:10:53 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
12:10:53 + apt-key add -
12:10:53 Warning: apt-key output should not be parsed (stdout is not a terminal)
12:10:53 make[1]: Leaving directory '/root/build-deb'
12:10:53  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.buildinfo
12:10:54 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf Packages [1277 kB]
12:10:54 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse armhf Packages [157 kB]
12:10:54 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf Packages [1730 kB]
12:10:54 OK
12:10:54 + '[' focal = sid ']'
12:10:54 ++ dpkg --print-architecture
12:10:54 debconf: delaying package configuration, since apt-utils is not installed
12:10:54 Fetched 28.4 MB in 1s (28.4 MB/s)
12:10:54 Selecting previously unselected package dbus-user-session.
12:10: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 ... 9555 files and directories currently installed.)
12:10:54 Preparing to unpack .../0-dbus-user-session_1.14.0-2ubuntu3_amd64.deb ...
12:10:54 Unpacking dbus-user-session (1.14.0-2ubuntu3) ...
12:10:54 Selecting previously unselected package libmnl0:amd64.
12:10:54 Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_amd64.deb ...
12:10:54 Unpacking libmnl0:amd64 (1.0.4-3ubuntu1) ...
12:10:54 Selecting previously unselected package libxtables12:amd64.
12:10:54 Preparing to unpack .../2-libxtables12_1.8.7-1ubuntu6_amd64.deb ...
12:10:54 Unpacking libxtables12:amd64 (1.8.7-1ubuntu6) ...
12:10:54 Selecting previously unselected package netbase.
12:10:54 Preparing to unpack .../3-netbase_6.3_all.deb ...
12:10:54 Unpacking netbase (6.3) ...
12:10:54 Selecting previously unselected package libip6tc2:amd64.
12:10:54 Preparing to unpack .../4-libip6tc2_1.8.7-1ubuntu6_amd64.deb ...
12:10:54 Unpacking libip6tc2:amd64 (1.8.7-1ubuntu6) ...
12:10:54 Selecting previously unselected package libnfnetlink0:amd64.
12:10:54 Preparing to unpack .../5-libnfnetlink0_1.0.2-2_amd64.deb ...
12:10:54 Unpacking libnfnetlink0:amd64 (1.0.2-2) ...
12:10:54 Selecting previously unselected package libnetfilter-conntrack3:amd64.
12:10:54 Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-2_amd64.deb ...
12:10:54 Unpacking libnetfilter-conntrack3:amd64 (1.0.9-2) ...
12:10:54 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse armhf Packages [6837 B]
12:10:54 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf Packages [1990 kB]
12:10:54 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted armhf Packages [18.5 kB]
12:10:54 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main armhf Packages [63.9 kB]
12:10:54 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe armhf Packages [20.1 kB]
12:10:54 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted armhf Packages [11.6 kB]
12:10:54 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/main armhf Packages [1373 kB]
12:10:54 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe armhf Packages [1306 kB]
12:10:54 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse armhf Packages [2760 B]
12:10:54 + ARCH=amd64
12:10:54 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu focal test'
12:10:54 + apt-get update
12:10:54 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-9"
12:10:54  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.changes
12:10:54 make[1]: Leaving directory '/root/build-deb'
12:10:54  dpkg-genbuildinfo
12:10:54 Selecting previously unselected package libnftnl11:amd64.
12:10:54 Preparing to unpack .../7-libnftnl11_1.2.3-1_amd64.deb ...
12:10:54 Unpacking libnftnl11:amd64 (1.2.3-1) ...
12:10:54 Selecting previously unselected package iptables.
12:10:54 Preparing to unpack .../8-iptables_1.8.7-1ubuntu6_amd64.deb ...
12:10:54 Unpacking iptables (1.8.7-1ubuntu6) ...
12:10:54 Selecting previously unselected package containerd.io.
12:10:54 Preparing to unpack .../9-containerd.io_1.6.16-1_amd64.deb ...
12:10:54 Unpacking containerd.io (1.6.16-1) ...
12:10:54 Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
12:10:54 Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease
12:10:54 Get:3 https://download.docker.com/linux/ubuntu focal/test amd64 Packages [35.6 kB]
12:10:54 Fetched 8561 kB in 2s (4950 kB/s)
12:10:54 Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease
12:10:54 Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease
12:10:54 Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease
12:10:55 Reading package lists...
12:10:55 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:10:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:10:55  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.changes
12:10:55 Fetched 93.3 kB in 1s (129 kB/s)
12:10:55 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'.
12:10:55 + make IMAGE=quay.io/centos/centos:stream9 verify
12:10:55 docker run  --rm -i \
12:10:55 	-v "$(pwd):/v" \
12:10:55 	-e DEBIAN_FRONTEND=noninteractive \
12:10:55 	-e PACKAGE_REPO=staging \
12:10:55 	-w /v \
12:10:55 	quay.io/centos/centos:stream9 ./verify
12:10:55 Unable to find image 'quay.io/centos/centos:stream9' locally
12:10:55 dpkg-genchanges: info: including full source code in upload
12:10:55  dpkg-source -I.git --after-build .
12:10:55 Reading package lists...
12:10:55 stream9: Pulling from centos/centos
12:10:55 4a19f21e8d20: Already exists
12:10:55 Digest: sha256:2599aad36b178e108586ab2a9220d6fd9bb31a597a08f137566dbdd27405e929
12:10:55 Status: Downloaded newer image for quay.io/centos/centos:stream9
12:10:55 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:10:55 + destination=/build
12:10:55 + mkdir -p /build
12:10:55 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb /root/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_amd64.deb /root/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb /build
12:10:55 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb'
12:10:55 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb'
12:10:55 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
12:10:55 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
12:10:55 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
12:10:55 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
12:10:55 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc'
12:10:55 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc'
12:10:55 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz'
12:10:55 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz'
12:10:55 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.buildinfo'
12:10:55 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.buildinfo'
12:10:55 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.changes'
12:10:55 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.changes'
12:10:55 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
12:10:55 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
12:10:55 copied '/root/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_amd64.deb' -> '/build/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_amd64.deb'
12:10:55 removed '/root/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_amd64.deb'
12:10:55 copied '/root/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb'
12:10:55 removed '/root/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb'
12:10:55 Fetched 19.4 MB in 3s (5833 kB/s)
12:10:55 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bookworm"
12:10:55 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~debian.11~bullseye_amd64.deb'.
12:10:55 Building dependency tree...
12:10:55 Reading state information...
12:10:55 The following additional packages will be installed:
12:10:55   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
12:10:55   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
12:10:55   gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4
12:10:55   libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2
12:10:55   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
12:10:55   libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18
12:10:55   libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
12:10:55   libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1
12:10:55   libssl1.1 lsb-base mime-support openssl pinentry-curses python-apt-common
12:10:55   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
12:10:55   python3-software-properties python3.7 python3.7-minimal readline-common
12:10:55 Suggested packages:
12:10:55   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
12:10:55   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
12:10:55   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
12:10:55   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv
12:10:55   python3.7-doc binutils binfmt-support readline-doc
12:10:55 Recommended packages:
12:10:55   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales packagekit
12:10:55   publicsuffix libsasl2-modules bzip2 file xz-utils unattended-upgrades
12:10:56 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc36.x86_64.rpm
12:10:56 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.E0WsyG
12:10:56 + umask 022
12:10:56 + cd /root/rpmbuild/BUILD
12:10:56 + cd src
12:10:56 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64
12:10:56 + RPM_EC=0
12:10:56 ++ jobs -p
12:10:56 + exit 0
12:10:56     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:10:56     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:10:56     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:10:56     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64/usr/bin/docker-proxy
12:10:56     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:10:56     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:10:56     Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc36.x86_64/usr/libexec/docker/cli-plugins/docker-scan
12:10:56 
12:10:56 RPM build warnings:
12:10:56 dpkg-genchanges: info: including full source code in upload
12:10:56  dpkg-source -I.git --after-build .
12:10:56 Reading package lists...
12:10:56 ++ find deb/debbuild/ubuntu-focal/ -type f -name '*.deb'
12:10:56 + packages='deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb
12:10:56 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_amd64.deb
12:10:56 deb/debbuild/ubuntu-focal/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb
12:10:56 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb
12:10:56 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb
12:10:56 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
12:10:56 ++ echo 'deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb
12:10:56 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_amd64.deb
12:10:56 deb/debbuild/ubuntu-focal/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb
12:10:56 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb
12:10:56 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb
12:10:56 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
12:10:56 ++ awk '$0="./"$0'
12:10:56 ++ xargs
12:10:56 + packages='./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb'
12:10:56 + set -x
12:10:56 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb
12:10:56 Selecting previously unselected package docker-ce-cli.
12:10:56 (Reading database ... 10405 files and directories currently installed.)
12:10:56 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ...
12:10:56 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:10:56 + verify
12:10:56 + dpkg --version
12:10:56 + rpm --version
12:10:56 + verify_rpm
12:10:56 ++ . /etc/os-release
12:10:56 +++ NAME='CentOS Stream'
12:10:56 +++ VERSION=9
12:10:56 +++ ID=centos
12:10:56 +++ ID_LIKE='rhel fedora'
12:10:56 +++ VERSION_ID=9
12:10:56 +++ PLATFORM_ID=platform:el9
12:10:56 +++ PRETTY_NAME='CentOS Stream 9'
12:10:56 +++ ANSI_COLOR='0;31'
12:10:56 +++ LOGO=fedora-logo-icon
12:10:56 +++ CPE_NAME=cpe:/o:centos:centos:9
12:10:56 +++ HOME_URL=https://centos.org/
12:10:56 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:10:56 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
12:10:56 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
12:10:56 ++ echo centos
12:10:56 + DIST_ID=centos
12:10:56 ++ . /etc/os-release
12:10:56 +++ NAME='CentOS Stream'
12:10:56 +++ VERSION=9
12:10:56 +++ ID=centos
12:10:56 +++ ID_LIKE='rhel fedora'
12:10:56 +++ VERSION_ID=9
12:10:56 +++ PLATFORM_ID=platform:el9
12:10:56 +++ PRETTY_NAME='CentOS Stream 9'
12:10:56 +++ ANSI_COLOR='0;31'
12:10:56 +++ LOGO=fedora-logo-icon
12:10:56 +++ CPE_NAME=cpe:/o:centos:centos:9
12:10:56 +++ HOME_URL=https://centos.org/
12:10:56 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:10:56 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
12:10:56 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
12:10:56 ++ echo 9
12:10:56 ++ cut -d. -f1
12:10:56 + DIST_VERSION=9
12:10:56 + pkg_manager=yum
12:10:56 + pkg_config_manager=yum-config-manager
12:10:56 + dnf --version
12:10:56 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:10:56 + destination=/build
12:10:56 + mkdir -p /build
12:10:56 + mv -v /root/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb /root/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb /build
12:10:56 copied '/root/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb'
12:10:56 removed '/root/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb'
12:10:56 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
12:10:56 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
12:10:56 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
12:10:56 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
12:10:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.dsc'
12:10:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.dsc'
12:10:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.tar.gz'
12:10:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster.tar.gz'
12:10:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.buildinfo'
12:10:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.buildinfo'
12:10:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.changes'
12:10:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.changes'
12:10:56 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
12:10:56 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
12:10:56 copied '/root/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb' -> '/build/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb'
12:10:56 removed '/root/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb'
12:10:56 The following NEW packages will be installed:
12:10:56   apt-transport-https ca-certificates curl dirmngr distro-info-data
12:10:56   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
12:10:56   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:10:56   libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
12:10:56   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3
12:10:56   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common
12:10:56   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
12:10:56   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7
12:10:56   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1
12:10:56   lsb-base lsb-release mime-support openssl pinentry-curses python-apt-common
12:10:56   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
12:10:56   python3-software-properties python3.7 python3.7-minimal readline-common
12:10:56   software-properties-common
12:10:56 4.14.0
12:10:56   Installed: dnf-0:4.14.0-4.el9.noarch at Mon Jan 23 09:15:53 2023
12:10:56   Built    : builder@centos.org at Fri Jan  6 14:23:17 2023
12:10:56 
12:10:56   Installed: rpm-0:4.16.1.3-22.el9.x86_64 at Mon Jan 23 09:15:51 2023
12:10:56   Built    : builder@centos.org at Mon Dec 19 23:57:50 2022
12:10:56 + pkg_manager=dnf
12:10:56 + pkg_config_manager='dnf config-manager'
12:10:56 + dnf clean all
12:10:56 0 files removed
12:10:56 0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded.
12:10:56 Need to get 23.9 MB of archives.
12:10:56 After this operation, 82.9 MB of additional disk space will be used.
12:10:56 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u3 [1551 kB]
12:10:56 Get:2 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u4 [589 kB]
12:10:56 Get:3 http://deb.debian.org/debian-security buster/updates/main amd64 libexpat1 amd64 2.2.6-2+deb10u6 [108 kB]
12:10:56 Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u4 [1736 kB]
12:10:56 Get:5 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
12:10:56 Get:6 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
12:10:56 Get:7 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
12:10:56 Get:8 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
12:10:56 Get:9 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
12:10:56 Get:10 http://deb.debian.org/debian-security buster/updates/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u2 [641 kB]
12:10:56 Get:11 http://deb.debian.org/debian-security buster/updates/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u4 [1733 kB]
12:10:56 Get:12 http://deb.debian.org/debian-security buster/updates/main amd64 python3.7 amd64 3.7.3-2+deb10u4 [330 kB]
12:10:56 Get:13 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
12:10:56 Get:14 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
12:10:56 Get:15 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
12:10:56 Get:16 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u5 [66.0 kB]
12:10:56 Get:17 http://deb.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u5 [122 kB]
12:10:56 Get:18 http://deb.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u5 [369 kB]
12:10:56 Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u5 [159 kB]
12:10:56 Get:20 http://deb.debian.org/debian buster/main amd64 apt-transport-https all 1.8.2.3 [149 kB]
12:10:56 Get:21 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1n-0+deb10u3 [855 kB]
12:10:56 Get:22 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
12:10:56 Get:23 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB]
12:10:56 Get:24 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB]
12:10:56 Get:25 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
12:10:56 Get:26 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB]
12:10:56 Get:27 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
12:10:56 Get:28 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
12:10:56 Get:29 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
12:10:56 Get:30 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
12:10:56 Get:31 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u4 [334 kB]
12:10:56 Get:32 http://deb.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u4 [265 kB]
12:10:56 Get:33 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB]
12:10:56 Get:34 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1+deb10u2 [510 kB]
12:10:56 Get:35 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
12:10:56 Get:36 http://deb.debian.org/debian-security buster/updates/main amd64 libksba8 amd64 1.3.5-2+deb10u2 [102 kB]
12:10:56 Get:37 http://deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB]
12:10:56 Get:38 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1+deb10u2 [712 kB]
12:10:56 Get:39 http://deb.debian.org/debian-security buster/updates/main amd64 distro-info-data all 0.41+deb10u6 [7080 B]
12:10:56 Get:40 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u4 [1259 kB]
12:10:56 Get:41 http://deb.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB]
12:10:56 Get:42 http://deb.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB]
12:10:56 Get:43 http://deb.debian.org/debian buster/main amd64 libpackagekit-glib2-18 amd64 1.1.12-5 [116 kB]
12:10:56 Get:44 http://deb.debian.org/debian buster/main amd64 gir1.2-packagekitglib-1.0 amd64 1.1.12-5 [35.9 kB]
12:10:56 Get:45 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
12:10:56 Get:46 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1+deb10u2 [861 kB]
12:10:56 Get:47 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1+deb10u2 [865 kB]
12:10:56 Get:48 http://deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-2 [64.5 kB]
12:10:56 Get:49 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1+deb10u2 [617 kB]
12:10:56 Get:50 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1+deb10u2 [485 kB]
12:10:56 Get:51 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1+deb10u2 [478 kB]
12:10:56 Get:52 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1+deb10u2 [604 kB]
12:10:56 Get:53 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1+deb10u2 [715 kB]
12:10:56 Get:54 http://deb.debian.org/debian buster/main amd64 gnupg2 all 2.2.12-1+deb10u2 [393 kB]
12:10:56 Get:55 http://deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1 [2713 kB]
12:10:56 Get:56 http://deb.debian.org/debian buster/main amd64 libapt-inst2.0 amd64 1.8.2.3 [204 kB]
12:10:56 Get:57 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u4 [331 kB]
12:10:56 Get:58 http://deb.debian.org/debian-security buster/updates/main amd64 libdbus-1-3 amd64 1.12.24-0+deb10u1 [218 kB]
12:10:56 Get:59 http://deb.debian.org/debian buster/main amd64 lsb-release all 10.2019051400 [27.5 kB]
12:10:56 Get:60 http://deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.4.3 [96.3 kB]
12:10:56 Get:61 http://deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.4.3 [185 kB]
12:10:56 Get:62 http://deb.debian.org/debian buster/main amd64 python3-dbus amd64 1.2.8-3 [103 kB]
12:10:56 Get:63 http://deb.debian.org/debian buster/main amd64 python3-gi amd64 3.30.4-1 [180 kB]
12:10:56 Get:64 http://deb.debian.org/debian buster/main amd64 python3-pycurl amd64 7.43.0.2-0.1 [66.3 kB]
12:10:56 Get:65 http://deb.debian.org/debian buster/main amd64 python3-software-properties all 0.96.20.2-2 [49.6 kB]
12:10:56 Get:66 http://deb.debian.org/debian buster/main amd64 software-properties-common all 0.96.20.2-2 [83.3 kB]
12:10:56 Reading package lists...
12:10:56 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:10:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:10:56 + dnf install -y 'dnf-command(config-manager)'
12:10:56 debconf: delaying package configuration, since apt-utils is not installed
12:10:56 Fetched 23.9 MB in 1s (47.1 MB/s)
12:10:56 Selecting previously unselected package libssl1.1:amd64.
12:10:56 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6677 files and directories currently installed.)
12:10:56 Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u3_amd64.deb ...
12:10:56 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u3) ...
12:10:57 + make IMAGE=debian:bookworm verify
12:10:57 docker run  --rm -i \
12:10:57 	-v "$(pwd):/v" \
12:10:57 	-e DEBIAN_FRONTEND=noninteractive \
12:10:57 	-e PACKAGE_REPO=staging \
12:10:57 	-w /v \
12:10:57 	debian:bookworm ./verify
12:10:57 Unable to find image 'debian:bookworm' locally
12:10:57 Selecting previously unselected package docker-compose-plugin.
12:10:57 Preparing to unpack .../docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_amd64.deb ...
12:10:57 Unpacking docker-compose-plugin (2.15.1-1~ubuntu.20.04~focal) ...
12:10:57 Setting up libip6tc2:amd64 (1.8.7-1ubuntu6) ...
12:10:57 Setting up dbus-user-session (1.14.0-2ubuntu3) ...
12:10:57 Setting up libmnl0:amd64 (1.0.4-3ubuntu1) ...
12:10:57 Setting up containerd.io (1.6.16-1) ...
12:10:57 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:10:57 Setting up libxtables12:amd64 (1.8.7-1ubuntu6) ...
12:10:57 Setting up libnfnetlink0:amd64 (1.0.2-2) ...
12:10:57 Setting up netbase (6.3) ...
12:10:57 Setting up libnftnl11:amd64 (1.2.3-1) ...
12:10:57 Setting up libnetfilter-conntrack3:amd64 (1.0.9-2) ...
12:10:57 Setting up iptables (1.8.7-1ubuntu6) ...
12:10:57 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:10:57 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:10:57 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:10:57 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:10:57 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:10:57 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:10:57 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:10:57 + verify_binaries
12:10:57 + docker --version
12:10:57 Selecting previously unselected package libpython3.7-minimal:amd64.
12:10:57 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
12:10:57 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
12:10:57 Selecting previously unselected package libexpat1:amd64.
12:10:57 Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_amd64.deb ...
12:10:57 Unpacking libexpat1:amd64 (2.2.6-2+deb10u6) ...
12:10:57 Selecting previously unselected package python3.7-minimal.
12:10:57 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_amd64.deb ...
12:10:57 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
12:10:57 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~debian.12~bookworm_armhf.deb'.
12:10:57 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'.
12:10:57 bookworm: Pulling from library/debian
12:10:57 20aeb9ca89f4: Already exists
12:10:57 Digest: sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
12:10:57 Status: Downloaded newer image for debian:bookworm
12:10:57 CentOS Stream 9 - BaseOS                         15 MB/s | 6.1 MB     00:00    
12:10:57 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:10:57 ++ uname -m
12:10:57 + '[' x86_64 = x86_64 ']'
12:10:57 + docker scan --help
12:10:57 
12:10:57 Usage:  docker scan [OPTIONS] IMAGE
12:10:57 
12:10:57 A tool to scan your images
12:10:57 
12:10:57 Options:
12:10:57       --accept-license    Accept using a third party scanning provider
12:10:57       --dependency-tree   Show dependency tree with scan results
12:10:57       --exclude-base      Exclude base image from vulnerability scanning
12:10:57                           (requires --file)
12:10:57   -f, --file string       Dockerfile associated with image, provides more
12:10:57                           detailed results
12:10:57       --group-issues      Aggregate duplicated vulnerabilities and group
12:10:57                           them to a single one (requires --json)
12:10:57       --json              Output results in JSON format
12:10:57       --login             Authenticate to the scan provider using an
12:10:57                           optional token (with --token), or web base
12:10:57                           token if empty
12:10:57       --reject-license    Reject using a third party scanning provider
12:10:57       --severity string   Only report vulnerabilities of provided level
12:10:57                           or higher (low|medium|high)
12:10:57       --token string      Authentication token to login to the third
12:10:57                           party scanning provider
12:10:57       --version           Display version of the scan plugin
12:10:57 + docker buildx version
12:10:57 github.com/docker/buildx v0.10.2 00ed17d
12:10:57 + docker compose version
12:10:57 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u3) ...
12:10:57 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u4) ...
12:10:57 Setting up libexpat1:amd64 (2.2.6-2+deb10u6) ...
12:10:57 Selecting previously unselected package docker-scan-plugin.
12:10:57 Preparing to unpack .../docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb ...
12:10:57 Docker Compose version v2.15.1
12:10:57 + dockerd --version
12:10:57 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:10:57 + docker-proxy --version
12:10:57 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:10:57 + containerd --version
12:10:57 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:10:57 + ctr --version
12:10:57 ctr containerd.io 1.6.16
12:10:57 + containerd-shim --help
12:10:57 Usage of containerd-shim:
12:10:57   -address string
12:10:57     	grpc address back to main containerd
12:10:57   -containerd-binary containerd publish
12:10:57     	path to containerd binary (used for containerd publish) (default "containerd")
12:10:57   -criu string
12:10:57     	path to criu binary
12:10:57   -debug
12:10:57     	enable debug output in logs
12:10:57   -namespace string
12:10:57     	namespace that owns the shim
12:10:57   -runtime-root string
12:10:57     	root directory for the runtime (default "/run/containerd/runc")
12:10:57   -socket string
12:10:57     	socket path to serve
12:10:57   -systemd-cgroup
12:10:57     	set runtime to use systemd-cgroup
12:10:57   -workdir string
12:10:57     	path used to storge large temporary data
12:10:57 + containerd-shim-runc-v1 -v
12:10:57 containerd-shim-runc-v1:
12:10:57   Version:  1.6.16
12:10:57   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:10:57   Go version: go1.18.10
12:10:57 
12:10:57 + containerd-shim-runc-v2 -v
12:10:57 containerd-shim-runc-v2:
12:10:57   Version:  1.6.16
12:10:57   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:10:57   Go version: go1.18.10
12:10:57 
12:10:57 + runc --version
12:10:57 runc version 1.1.4
12:10:57 commit: v1.1.4-0-g5fd4c4d
12:10:57 spec: 1.0.2-dev
12:10:57 go: go1.18.10
12:10:57 libseccomp: 2.5.4
12:10:57 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
12:10:57 + verify
12:10:57 + dpkg --version
12:10:57 + verify_deb
12:10:57 + apt-get update
12:10:57 Unpacking docker-scan-plugin (0.23.0~ubuntu-focal) ...
12:10:57 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-36"
12:10:57 Reading package lists...
12:10:57 Selecting previously unselected package python3-minimal.
12:10: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 ... 6938 files and directories currently installed.)
12:10:57 Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
12:10:57 Unpacking python3-minimal (3.7.3-1) ...
12:10:57 Selecting previously unselected package mime-support.
12:10:57 Preparing to unpack .../1-mime-support_3.62_all.deb ...
12:10:57 Unpacking mime-support (3.62) ...
12:10:58 Get:1 http://deb.debian.org/debian bookworm InRelease [171 kB]
12:10:58 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
12:10:58 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:10:58 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8982 kB]
12:10:58 Selecting previously unselected package libmpdec2:amd64.
12:10:58 Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
12:10:58 Unpacking libmpdec2:amd64 (2.4.2-2) ...
12:10:58 Selecting previously unselected package readline-common.
12:10:58 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
12:10:58 Unpacking readline-common (7.0-5) ...
12:10:58 Selecting previously unselected package libreadline7:amd64.
12:10:58 Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ...
12:10:58 Unpacking libreadline7:amd64 (7.0-5) ...
12:10:58 Selecting previously unselected package libsqlite3-0:amd64.
12:10:58 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_amd64.deb ...
12:10:58 Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
12:10:58 Selecting previously unselected package libpython3.7-stdlib:amd64.
12:10:58 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_amd64.deb ...
12:10:58 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
12:10:58 Building dependency tree...
12:10:58 Reading state information...
12:10:58 Selecting previously unselected package docker-buildx-plugin.
12:10:58 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb ...
12:10:58 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.20.04~focal) ...
12:10:58 Selecting previously unselected package python3.7.
12:10:58 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_amd64.deb ...
12:10:58 Unpacking python3.7 (3.7.3-2+deb10u4) ...
12:10:58 Selecting previously unselected package libpython3-stdlib:amd64.
12:10:58 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_amd64.deb ...
12:10:58 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
12:10:58 Setting up python3-minimal (3.7.3-1) ...
12:10:58 The following additional packages will be installed:
12:10:58   dirmngr distro-info-data gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg
12:10:58   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:10:58   libapt-inst2.0 libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
12:10:58   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
12:10:58   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
12:10:58   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
12:10:58   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
12:10:58   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
12:10:58   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
12:10:58   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal mime-support
12:10:58   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
12:10:58   python3-gi python3-minimal python3-software-properties python3.6
12:10:58   python3.6-minimal readline-common
12:10:58 Suggested packages:
12:10:58   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
12:10:58   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
12:10:58   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
12:10:58   python3.6-venv python3.6-doc binutils binfmt-support readline-doc
12:10:58 Recommended packages:
12:10:58   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales
12:10:58   publicsuffix libsasl2-modules file xz-utils unattended-upgrades
12:10:58 The following NEW packages will be installed:
12:10:58   apt-transport-https ca-certificates curl dirmngr distro-info-data
12:10:58   gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gnupg2 gpg gpg-agent
12:10:58   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapt-inst2.0
12:10:58   libasn1-8-heimdal libassuan0 libcurl4 libdbus-1-3 libexpat1
12:10:58   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libgssapi3-heimdal
12:10:58   libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
12:10:58   libhx509-5-heimdal libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3
12:10:58   libkrb5support0 libksba8 libldap-2.4-2 libldap-common libmpdec2
12:10:58   libnghttp2-14 libnpth0 libpsl5 libpython3-stdlib libpython3.6-minimal
12:10:58   libpython3.6-stdlib libreadline7 libroken18-heimdal librtmp1 libsasl2-2
12:10:58   libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal lsb-release
12:10:58   mime-support openssl pinentry-curses python-apt-common python3 python3-apt
12:10:58   python3-dbus python3-gi python3-minimal python3-software-properties
12:10:58   python3.6 python3.6-minimal readline-common software-properties-common
12:10:58 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:10:58 Selecting previously unselected package python3.
12:10: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 ... 7407 files and directories currently installed.)
12:10:58 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
12:10:58 Unpacking python3 (3.7.3-1) ...
12:10:58 Selecting previously unselected package libkeyutils1:amd64.
12:10:58 Preparing to unpack .../01-libkeyutils1_1.6-6_amd64.deb ...
12:10:58 Unpacking libkeyutils1:amd64 (1.6-6) ...
12:10:58 Selecting previously unselected package libkrb5support0:amd64.
12:10:58 Preparing to unpack .../02-libkrb5support0_1.17-3+deb10u5_amd64.deb ...
12:10:58 Unpacking libkrb5support0:amd64 (1.17-3+deb10u5) ...
12:10:58 Selecting previously unselected package libk5crypto3:amd64.
12:10:58 Preparing to unpack .../03-libk5crypto3_1.17-3+deb10u5_amd64.deb ...
12:10:58 Unpacking libk5crypto3:amd64 (1.17-3+deb10u5) ...
12:10:58 Selecting previously unselected package libkrb5-3:amd64.
12:10:58 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u5_amd64.deb ...
12:10:58 Unpacking libkrb5-3:amd64 (1.17-3+deb10u5) ...
12:10:58 + make IMAGE=fedora:36 verify
12:10:58 docker run  --rm -i \
12:10:58 	-v "$(pwd):/v" \
12:10:58 	-e DEBIAN_FRONTEND=noninteractive \
12:10:58 	-e PACKAGE_REPO=staging \
12:10:58 	-w /v \
12:10:58 	fedora:36 ./verify
12:10:58 Unable to find image 'fedora:36' locally
12:10:58 36: Pulling from library/fedora
12:10:58 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc37.x86_64.rpm
12:10:58 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.jhMLKD
12:10:58 + umask 022
12:10:58 + cd /root/rpmbuild/BUILD
12:10:58 + cd src
12:10:58 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64
12:10:58 + RPM_EC=0
12:10:58 ++ jobs -p
12:10:58 + exit 0
12:10:58 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.ESl2j5
12:10:58 + umask 022
12:10:58 + cd /root/rpmbuild/BUILD
12:10:58 + rm -rf src src.gemspec
12:10:58 + RPM_EC=0
12:10:58 ++ jobs -p
12:10:58 + exit 0
12:10:58 
12:10:58 RPM build warnings:
12:10:58     line 57: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
12:10:58     line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
12:10:58     line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
12:10:58     source_date_epoch_from_changelog set but %changelog is missing
12:10:58     Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64/usr/bin/docker-proxy
12:10:58     source_date_epoch_from_changelog set but %changelog is missing
12:10:58     source_date_epoch_from_changelog set but %changelog is missing
12:10:58     source_date_epoch_from_changelog set but %changelog is missing
12:10:58     Missing build-id in /root/rpmbuild/BUILDROOT/docker-buildx-plugin-0.10.2-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
12:10:58     source_date_epoch_from_changelog set but %changelog is missing
12:10:58     Missing build-id in /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:10:58     source_date_epoch_from_changelog set but %changelog is missing
12:10:58     Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.fc37.x86_64/usr/libexec/docker/cli-plugins/docker-scan
12:10:59 Selecting previously unselected package libgssapi-krb5-2:amd64.
12:10:59 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u5_amd64.deb ...
12:10:59 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
12:10:59 Selecting previously unselected package apt-transport-https.
12:10:59 Preparing to unpack .../06-apt-transport-https_1.8.2.3_all.deb ...
12:10:59 Unpacking apt-transport-https (1.8.2.3) ...
12:10:59 Selecting previously unselected package openssl.
12:10:59 Preparing to unpack .../07-openssl_1.1.1n-0+deb10u3_amd64.deb ...
12:10:59 Unpacking openssl (1.1.1n-0+deb10u3) ...
12:10:59 Selecting previously unselected package ca-certificates.
12:10:59 Preparing to unpack .../08-ca-certificates_20200601~deb10u2_all.deb ...
12:10:59 Unpacking ca-certificates (20200601~deb10u2) ...
12:10:59 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
12:10:59 0 upgraded, 69 newly installed, 0 to remove and 4 not upgraded.
12:10:59 Need to get 14.4 MB of archives.
12:10:59 After this operation, 59.5 MB of additional disk space will be used.
12:10:59 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libssl1.1 armhf 1.1.1-1ubuntu2.1~18.04.20 [1070 kB]
12:10:59 c13ad3937d91: Already exists
12:10:59 Digest: sha256:17ab257e353f7e0247ce4b1a6ac7a4dd372cf217e532f27d67feb876a53af471
12:10:59 Status: Downloaded newer image for fedora:36
12:10:59 CentOS Stream 9 - AppStream                      22 MB/s |  16 MB     00:00    
12:10:59 Fetched 9250 kB in 2s (6016 kB/s)
12:10:59 Selecting previously unselected package libsasl2-modules-db:amd64.
12:10:59 Preparing to unpack .../09-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ...
12:10:59 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:10:59 Selecting previously unselected package libsasl2-2:amd64.
12:10:59 Preparing to unpack .../10-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ...
12:10:59 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:10:59 Selecting previously unselected package libldap-common.
12:10:59 Preparing to unpack .../11-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
12:10:59 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:10:59 Selecting previously unselected package libldap-2.4-2:amd64.
12:10:59 Preparing to unpack .../12-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ...
12:10:59 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
12:10:59 Selecting previously unselected package libnghttp2-14:amd64.
12:10:59 Preparing to unpack .../13-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
12:10:59 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
12:10:59 Selecting previously unselected package libpsl5:amd64.
12:10:59 Preparing to unpack .../14-libpsl5_0.20.2-2_amd64.deb ...
12:10:59 Unpacking libpsl5:amd64 (0.20.2-2) ...
12:10:59 Selecting previously unselected package librtmp1:amd64.
12:10:59 Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
12:10:59 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
12:10:59 Selecting previously unselected package libssh2-1:amd64.
12:10:59 Preparing to unpack .../16-libssh2-1_1.8.0-2.1_amd64.deb ...
12:10:59 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
12:10:59 Selecting previously unselected package libcurl4:amd64.
12:10:59 Preparing to unpack .../17-libcurl4_7.64.0-4+deb10u4_amd64.deb ...
12:10:59 Unpacking libcurl4:amd64 (7.64.0-4+deb10u4) ...
12:10:59 Selecting previously unselected package curl.
12:10:59 Preparing to unpack .../18-curl_7.64.0-4+deb10u4_amd64.deb ...
12:10:59 Unpacking curl (7.64.0-4+deb10u4) ...
[Pipeline] }
[Pipeline] // stage
12:10:59 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] stage
[Pipeline] { (verify)
12:10:59 Selecting previously unselected package docker-ce.
12:10:59 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ...
12:10:59 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
[Pipeline] // node
[Pipeline] }
[Pipeline] sh
12:10:59 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3.6-minimal armhf 3.6.9-1~18.04ubuntu1.9 [525 kB]
12:10:59 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libexpat1 armhf 2.2.5-3ubuntu0.9 [61.1 kB]
12:10:59 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3.6-minimal armhf 3.6.9-1~18.04ubuntu1.9 [1344 kB]
12:10:59 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-minimal armhf 3.6.7-1~18.04 [23.7 kB]
12:10:59 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf mime-support all 3.60ubuntu1 [30.1 kB]
12:10:59 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmpdec2 armhf 2.4.2-1ubuntu1 [66.4 kB]
12:10:59 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf readline-common all 7.0-3 [52.9 kB]
12:10:59 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libreadline7 armhf 7.0-3 [103 kB]
12:10:59 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libsqlite3-0 armhf 3.22.0-1ubuntu0.7 [424 kB]
12:10:59 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3.6-stdlib armhf 3.6.9-1~18.04ubuntu1.9 [1638 kB]
12:10:59 + verify
12:10:59 + dpkg --version
12:10:59 + rpm --version
12:10:59 + verify_rpm
12:10:59 ++ . /etc/os-release
12:10:59 +++ NAME='Fedora Linux'
12:10:59 +++ VERSION='36 (Container Image)'
12:10:59 +++ ID=fedora
12:10:59 +++ VERSION_ID=36
12:10:59 +++ VERSION_CODENAME=
12:10:59 +++ PLATFORM_ID=platform:f36
12:10:59 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
12:10:59 +++ ANSI_COLOR='0;38;2;60;110;180'
12:10:59 +++ LOGO=fedora-logo-icon
12:10:59 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
12:10:59 +++ HOME_URL=https://fedoraproject.org/
12:10:59 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
12:10:59 +++ SUPPORT_URL=https://ask.fedoraproject.org/
12:10:59 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:10:59 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
12:10:59 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
12:10:59 +++ REDHAT_SUPPORT_PRODUCT=Fedora
12:10:59 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
12:10:59 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
12:10:59 +++ VARIANT='Container Image'
12:10:59 +++ VARIANT_ID=container
12:10:59 ++ echo fedora
12:10:59 + DIST_ID=fedora
12:10:59 ++ . /etc/os-release
12:10:59 +++ NAME='Fedora Linux'
12:10:59 +++ VERSION='36 (Container Image)'
12:10:59 +++ ID=fedora
12:10:59 +++ VERSION_ID=36
12:10:59 +++ VERSION_CODENAME=
12:10:59 +++ PLATFORM_ID=platform:f36
12:10:59 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
12:10:59 +++ ANSI_COLOR='0;38;2;60;110;180'
12:10:59 +++ LOGO=fedora-logo-icon
12:10:59 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
12:10:59 +++ HOME_URL=https://fedoraproject.org/
12:10:59 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
12:10:59 +++ SUPPORT_URL=https://ask.fedoraproject.org/
12:10:59 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:10:59 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
12:10:59 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
12:10:59 +++ REDHAT_SUPPORT_PRODUCT=Fedora
12:10:59 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
12:10:59 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
12:10:59 +++ VARIANT='Container Image'
12:10:59 +++ VARIANT_ID=container
12:10:59 ++ echo 36
12:10:59 ++ cut -d. -f1
12:10:59 + DIST_VERSION=36
12:10:59 + pkg_manager=yum
12:10:59 + pkg_config_manager=yum-config-manager
12:10:59 + dnf --version
12:10:59 4.14.0
12:10:59   Installed: dnf-0:4.14.0-1.fc36.noarch at Sun Dec 11 07:49:14 2022
12:10:59   Built    : Fedora Project at Fri Sep  9 13:49:11 2022
12:10:59 
12:10:59   Installed: rpm-0:4.17.1-3.fc36.x86_64 at Sun Dec 11 07:49:14 2022
12:10:59   Built    : Fedora Project at Tue Aug  2 12:31:56 2022
12:10:59 + pkg_manager=dnf
12:10:59 + pkg_config_manager='dnf config-manager'
12:10:59 + dnf clean all
12:10:59 Reading package lists...
12:10:59 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:10:59 Selecting previously unselected package libassuan0:amd64.
12:10:59 Preparing to unpack .../19-libassuan0_2.5.2-1_amd64.deb ...
12:10:59 Unpacking libassuan0:amd64 (2.5.2-1) ...
12:10:59 Selecting previously unselected package gpgconf.
12:10:59 Preparing to unpack .../20-gpgconf_2.2.12-1+deb10u2_amd64.deb ...
12:10:59 Unpacking gpgconf (2.2.12-1+deb10u2) ...
12:10:59 Selecting previously unselected package lsb-base.
12:10:59 Preparing to unpack .../21-lsb-base_10.2019051400_all.deb ...
12:10:59 Unpacking lsb-base (10.2019051400) ...
12:10:59 Selecting previously unselected package libksba8:amd64.
12:10:59 Preparing to unpack .../22-libksba8_1.3.5-2+deb10u2_amd64.deb ...
12:10:59 Unpacking libksba8:amd64 (1.3.5-2+deb10u2) ...
12:10:59 Selecting previously unselected package libnpth0:amd64.
12:10:59 Preparing to unpack .../23-libnpth0_1.6-1_amd64.deb ...
12:10:59 Unpacking libnpth0:amd64 (1.6-1) ...
12:10:59 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3.6 armhf 3.6.9-1~18.04ubuntu1.9 [203 kB]
12:10:59 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpython3-stdlib armhf 3.6.7-1~18.04 [7240 B]
12:10:59 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3 armhf 3.6.7-1~18.04 [47.2 kB]
12:10:59 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf openssl armhf 1.1.1-1ubuntu2.1~18.04.20 [590 kB]
12:10:59 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf ca-certificates all 20211016ubuntu0.18.04.1 [140 kB]
12:10:59 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf distro-info-data all 0.37ubuntu0.15 [4724 B]
12:10:59 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]
12:10:59 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libgirepository-1.0-1 armhf 1.56.1-1 [69.4 kB]
12:10:59 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf gir1.2-glib-2.0 armhf 1.56.1-1 [131 kB]
12:10:59 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libapt-inst2.0 armhf 1.6.14 [54.2 kB]
12:10:59 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libdbus-1-3 armhf 1.12.2-1ubuntu1.4 [153 kB]
12:10:59 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf lsb-release all 9.20170808ubuntu1 [11.0 kB]
12:10:59 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf python3-dbus armhf 1.2.6-1 [83.7 kB]
12:10:59 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-gi armhf 3.26.1-2ubuntu1 [138 kB]
12:10:59 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf iso-codes all 3.79-1 [2565 kB]
12:11:00 + make IMAGE=ubuntu:jammy verify
12:11:00 docker run  --rm -i \
12:11:00 	-v "$(pwd):/v" \
12:11:00 	-e DEBIAN_FRONTEND=noninteractive \
12:11:00 	-e PACKAGE_REPO=staging \
12:11:00 	-w /v \
12:11:00 	ubuntu:jammy ./verify
12:11:00 Unable to find image 'ubuntu:jammy' locally
12:11:00 jammy: Pulling from library/ubuntu
12:11:00 0 files removed
12:11:00 + dnf install -y 'dnf-command(config-manager)'
12:11:00 Selecting previously unselected package dirmngr.
12:11:00 Preparing to unpack .../24-dirmngr_2.2.12-1+deb10u2_amd64.deb ...
12:11:00 Unpacking dirmngr (2.2.12-1+deb10u2) ...
12:11:00 Selecting previously unselected package distro-info-data.
12:11:00 Preparing to unpack .../25-distro-info-data_0.41+deb10u6_all.deb ...
12:11:00 Unpacking distro-info-data (0.41+deb10u6) ...
12:11:00 Selecting previously unselected package libglib2.0-0:amd64.
12:11:00 Preparing to unpack .../26-libglib2.0-0_2.58.3-2+deb10u4_amd64.deb ...
12:11:00 Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
12:11:00 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5support0 armhf 1.16-2ubuntu0.3 [27.2 kB]
12:11:00 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libk5crypto3 armhf 1.16-2ubuntu0.3 [83.1 kB]
12:11:00 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkeyutils1 armhf 1.5.9-9.2ubuntu2.1 [7852 B]
12:11:00 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5-3 armhf 1.16-2ubuntu0.3 [233 kB]
12:11:00 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgssapi-krb5-2 armhf 1.16-2ubuntu0.3 [101 kB]
12:11:00 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libpsl5 armhf 0.19.1-5build1 [40.5 kB]
12:11:00 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python-apt-common all 1.6.6 [16.9 kB]
12:11:00 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-apt armhf 1.6.6 [136 kB]
12:11:00 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf apt-transport-https all 1.6.14 [4348 B]
12:11:00 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libroken18-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [35.2 kB]
12:11:00 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libasn1-8-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [136 kB]
12:11:00 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libheimbase1-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [25.1 kB]
12:11:00 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libhcrypto4-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [76.5 kB]
12:11:00 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libwind0-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [47.3 kB]
12:11:00 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libhx509-5-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [88.1 kB]
12:11:00 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkrb5-26-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [168 kB]
12:11:00 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libheimntlm0-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [13.1 kB]
12:11:00 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libgssapi3-heimdal armhf 7.5.0+dfsg-1ubuntu0.3 [79.0 kB]
12:11:00 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]
12:11:00 677076032cca: Already exists
12:11:00 Digest: sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
12:11:00 Status: Downloaded newer image for ubuntu:jammy
12:11:00 Selecting previously unselected package libgirepository-1.0-1:amd64.
12:11:00 Preparing to unpack .../27-libgirepository-1.0-1_1.58.3-2_amd64.deb ...
12:11:00 Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ...
12:11:00 Selecting previously unselected package gir1.2-glib-2.0:amd64.
12:11:00 Preparing to unpack .../28-gir1.2-glib-2.0_1.58.3-2_amd64.deb ...
12:11:00 Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ...
12:11:00 Selecting previously unselected package libpackagekit-glib2-18:amd64.
12:11:00 Preparing to unpack .../29-libpackagekit-glib2-18_1.1.12-5_amd64.deb ...
12:11:00 Unpacking libpackagekit-glib2-18:amd64 (1.1.12-5) ...
12:11:00 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:11:00 Preparing to unpack .../30-gir1.2-packagekitglib-1.0_1.1.12-5_amd64.deb ...
12:11:00 Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
12:11:00 Reading package lists...
12:11:00 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]
12:11:00 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
12:11:00 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]
12:11:00 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnghttp2-14 armhf 1.30.0-1ubuntu1 [67.4 kB]
12:11:00 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-1 [49.1 kB]
12:11:00 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcurl4 armhf 7.58.0-2ubuntu3.22 [189 kB]
12:11:00 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf curl armhf 7.58.0-2ubuntu3.22 [152 kB]
12:11:00 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libassuan0 armhf 2.5.1-2 [28.3 kB]
12:11:00 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpgconf armhf 2.2.4-1ubuntu1.6 [106 kB]
12:11:00 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libksba8 armhf 1.3.5-2ubuntu0.18.04.2 [79.4 kB]
12:11:00 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnpth0 armhf 1.5-3 [6632 B]
12:11:00 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dirmngr armhf 2.2.4-1ubuntu1.6 [275 kB]
12:11:00 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
12:11:00 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg-utils armhf 2.2.4-1ubuntu1.6 [107 kB]
12:11:00 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg armhf 2.2.4-1ubuntu1.6 [409 kB]
12:11:00 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-buster"
12:11:00 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:11:00 Selecting previously unselected package gnupg-l10n.
12:11:00 Preparing to unpack .../31-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
12:11:00 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
12:11:00 Selecting previously unselected package gnupg-utils.
12:11:00 Preparing to unpack .../32-gnupg-utils_2.2.12-1+deb10u2_amd64.deb ...
12:11:00 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
12:11:00 Selecting previously unselected package gpg.
12:11:00 Preparing to unpack .../33-gpg_2.2.12-1+deb10u2_amd64.deb ...
12:11:00 Unpacking gpg (2.2.12-1+deb10u2) ...
12:11:00 Building dependency tree...
12:11:00 Reading state information...
12:11:00 The following additional packages will be installed:
12:11:00   adduser dbus dbus-bin dbus-daemon dbus-session-bus-common
12:11:00   dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0
12:11:00   gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
12:11:00   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1
12:11:00   libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12
12:11:00   libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1
12:11:00   libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
12:11:00   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72
12:11:00   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
12:11:00   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libncursesw6 libnghttp2-14
12:11:00   libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:11:00   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
12:11:00   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:11:00   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared libsystemd0
12:11:00   libtirpc-common libtirpc3 libudev1 libunwind8 libxml2 libxmlb2 libyaml-0-2
12:11:00   media-types openssl packagekit pinentry-curses polkitd python-apt-common
12:11:00   python3 python3-apt python3-blinker python3-cffi-backend
12:11:00   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
12:11:00   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
12:11:00   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
12:11:00   python3-software-properties python3-wadllib python3.11 python3.11-minimal
12:11:00   readline-common sgml-base systemd systemd-sysv xml-core
12:11:00 Suggested packages:
12:11:00   liblocale-gettext-perl perl cron quota default-dbus-session-bus
12:11:00   | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie
12:11:00   xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user
12:11:00   gstreamer1.0-tools appstream pinentry-doc polkitd-pkla python3-doc
12:11:00   python3-tk python3-venv python-apt-doc python-blinker-doc
12:11:00   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
12:11:00   python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv
12:11:00   python3.11-doc binutils binfmt-support readline-doc sgml-base-doc
12:11:00   systemd-container systemd-homed systemd-userdbd systemd-boot
12:11:00   systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0
12:11:00   libtss2-rc0 debhelper
12:11:00 Recommended packages:
12:11:00   libpam-cap shared-mime-info xdg-user-dirs krb5-locales libldap-common
12:11:00   libgpm2 dbus-user-session publicsuffix libsasl2-modules packagekit-tools
12:11:00   systemd-timesyncd | time-daemon libnss-systemd
12:11:00 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf pinentry-curses armhf 1.1.0-1 [31.4 kB]
12:11:00 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-agent armhf 2.2.4-1ubuntu1.6 [189 kB]
12:11:00 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-wks-client armhf 2.2.4-1ubuntu1.6 [76.5 kB]
12:11:00 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpg-wks-server armhf 2.2.4-1ubuntu1.6 [71.7 kB]
12:11:00 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gpgsm armhf 2.2.4-1ubuntu1.6 [183 kB]
12:11:00 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf gnupg armhf 2.2.4-1ubuntu1.6 [249 kB]
12:11:00 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf python3-software-properties all 0.96.24.32.20 [20.5 kB]
12:11:00 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf software-properties-common all 0.96.24.32.20 [9876 B]
12:11:00 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe armhf gnupg2 all 2.2.4-1ubuntu1.6 [5300 B]
12:11:00 debconf: delaying package configuration, since apt-utils is not installed
12:11:00 Fetched 14.4 MB in 2s (7051 kB/s)
12:11:00 Selecting previously unselected package libssl1.1:armhf.
12: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 ... 4045 files and directories currently installed.)
12:11:00 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.20_armhf.deb ...
12:11:00 Unpacking libssl1.1:armhf (1.1.1-1ubuntu2.1~18.04.20) ...
12:11:00 + verify
12:11:00 + dpkg --version
12:11:00 + verify_deb
12:11:00 + apt-get update
12:11:00 + make IMAGE=balenalib/rpi-raspbian:buster verify
12:11:00 docker run  --rm -i \
12:11:00 	-v "$(pwd):/v" \
12:11:00 	-e DEBIAN_FRONTEND=noninteractive \
12:11:00 	-e PACKAGE_REPO=staging \
12:11:00 	-w /v \
12:11:00 	balenalib/rpi-raspbian:buster ./verify
12:11:00 Unable to find image 'balenalib/rpi-raspbian:buster' locally
12:11:00 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-37"
12:11:00 Selecting previously unselected package pinentry-curses.
12:11:00 Preparing to unpack .../34-pinentry-curses_1.1.0-2_amd64.deb ...
12:11:00 Unpacking pinentry-curses (1.1.0-2) ...
12:11:00 Selecting previously unselected package gpg-agent.
12:11:00 Preparing to unpack .../35-gpg-agent_2.2.12-1+deb10u2_amd64.deb ...
12:11:00 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
12:11:00 Selecting previously unselected package gpg-wks-client.
12:11:00 Preparing to unpack .../36-gpg-wks-client_2.2.12-1+deb10u2_amd64.deb ...
12:11:00 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
12:11:00 Selecting previously unselected package gpg-wks-server.
12:11:00 Preparing to unpack .../37-gpg-wks-server_2.2.12-1+deb10u2_amd64.deb ...
12:11:00 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
12:11:00 Selecting previously unselected package gpgsm.
12:11:00 Preparing to unpack .../38-gpgsm_2.2.12-1+deb10u2_amd64.deb ...
12:11:00 Unpacking gpgsm (2.2.12-1+deb10u2) ...
12:11:01 Selecting previously unselected package libpython3.6-minimal:armhf.
12:11:01 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.9_armhf.deb ...
12:11:01 Unpacking libpython3.6-minimal:armhf (3.6.9-1~18.04ubuntu1.9) ...
12:11:01 Selecting previously unselected package libexpat1:armhf.
12:11:01 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.9_armhf.deb ...
12:11:01 Unpacking libexpat1:armhf (2.2.5-3ubuntu0.9) ...
12:11:01 Selecting previously unselected package python3.6-minimal.
12:11:01 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.9_armhf.deb ...
12:11:01 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
12:11:01 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
12:11:01 Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
12:11:01 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
12:11:01 Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
12:11:01 buster: Pulling from balenalib/rpi-raspbian
12:11:01 9e1ad582a09d: Already exists
12:11:01 d8d604eaebb1: Already exists
12:11:01 5fdeefe92e79: Already exists
12:11:01 99dfe3536f54: Already exists
12:11:01 cf16eca179b5: Already exists
12:11:01 b01ca48f191b: Already exists
12:11:01 47d1cc72e507: Already exists
12:11:01 dcd7c0c8ecbc: Already exists
12:11:01 Digest: sha256:d442227064a5a1b4ace4e34e69d0d2664a79abff0ddfff4be3faa0ad441a0acd
12:11:01 Status: Downloaded newer image for balenalib/rpi-raspbian:buster
12:11:01 Selecting previously unselected package gnupg.
12:11:01 Preparing to unpack .../39-gnupg_2.2.12-1+deb10u2_all.deb ...
12:11:01 Unpacking gnupg (2.2.12-1+deb10u2) ...
12:11:01 Selecting previously unselected package gnupg2.
12:11:01 Preparing to unpack .../40-gnupg2_2.2.12-1+deb10u2_all.deb ...
12:11:01 Unpacking gnupg2 (2.2.12-1+deb10u2) ...
12:11:01 Selecting previously unselected package iso-codes.
12:11:01 Preparing to unpack .../41-iso-codes_4.2-1_all.deb ...
12:11:01 Unpacking iso-codes (4.2-1) ...
12:11:01 Setting up libssl1.1:armhf (1.1.1-1ubuntu2.1~18.04.20) ...
12:11:01 Setting up libpython3.6-minimal:armhf (3.6.9-1~18.04ubuntu1.9) ...
12:11:01 Setting up libexpat1:armhf (2.2.5-3ubuntu0.9) ...
12:11:01 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.9) ...
12:11:01 Get:5 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
12:11:01 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
12:11:01 Get:7 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
12:11:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:11:01 The following NEW packages will be installed:
12:11:01   adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
12:11:01   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
12:11:01   dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
12:11:01   gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:11:01   iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
12:11:01   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
12:11:01   libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1
12:11:01   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
12:11:01   libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5
12:11:01   libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8
12:11:01   libldap-2.5-0 libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libnsl2
12:11:01   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:11:01   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
12:11:01   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:11:01   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared
12:11:01   libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2
12:11:01   lsb-release media-types openssl packagekit pinentry-curses polkitd
12:11:01   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
12:11:01   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
12:11:01   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
12:11:01   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
12:11:01   python3-software-properties python3-wadllib python3.11 python3.11-minimal
12:11:01   readline-common sgml-base software-properties-common systemd systemd-sysv
12:11:01   xml-core
12:11:01 The following packages will be upgraded:
12:11:01   libsystemd0 libudev1
12:11:01 Get:8 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
12:11:01 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1083 kB]
12:11:01 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [734 kB]
12:11:01 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1008 kB]
12:11:01 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [8978 B]
12:11:01 Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [22.4 kB]
12:11:01 Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [49.0 kB]
12:11:01 + verify
12:11:01 + dpkg --version
12:11:01 + verify_deb
12:11:01 + apt-get update
12:11:01 Selecting previously unselected package libapt-inst2.0:amd64.
12:11:01 Preparing to unpack .../42-libapt-inst2.0_1.8.2.3_amd64.deb ...
12:11:01 Unpacking libapt-inst2.0:amd64 (1.8.2.3) ...
12:11:01 Selecting previously unselected package libcurl3-gnutls:amd64.
12:11:01 Preparing to unpack .../43-libcurl3-gnutls_7.64.0-4+deb10u4_amd64.deb ...
12:11:01 Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u4) ...
12:11:01 Selecting previously unselected package libdbus-1-3:amd64.
12:11:01 Preparing to unpack .../44-libdbus-1-3_1.12.24-0+deb10u1_amd64.deb ...
12:11:01 Unpacking libdbus-1-3:amd64 (1.12.24-0+deb10u1) ...
12:11:01 Selecting previously unselected package lsb-release.
12:11:01 Preparing to unpack .../45-lsb-release_10.2019051400_all.deb ...
12:11:01 Unpacking lsb-release (10.2019051400) ...
12:11:01 Selecting previously unselected package python-apt-common.
12:11:01 Preparing to unpack .../46-python-apt-common_1.8.4.3_all.deb ...
12:11:01 Unpacking python-apt-common (1.8.4.3) ...
12:11:01 + make IMAGE=fedora:37 verify
12:11:01 docker run  --rm -i \
12:11:01 	-v "$(pwd):/v" \
12:11:01 	-e DEBIAN_FRONTEND=noninteractive \
12:11:01 	-e PACKAGE_REPO=staging \
12:11:01 	-w /v \
12:11:01 	fedora:37 ./verify
12:11:01 Unable to find image 'fedora:37' locally
12:11:01 37: Pulling from library/fedora
12:11:01 Selecting previously unselected package python3-minimal.
12:11: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 ... 4302 files and directories currently installed.)
12:11:01 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_armhf.deb ...
12:11:01 Unpacking python3-minimal (3.6.7-1~18.04) ...
12:11:01 Selecting previously unselected package mime-support.
12:11:01 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
12:11:01 Unpacking mime-support (3.60ubuntu1) ...
12:11:01 2 upgraded, 119 newly installed, 0 to remove and 6 not upgraded.
12:11:01 Need to get 49.7 MB of archives.
12:11:01 After this operation, 175 MB of additional disk space will be used.
12:11:01 Get:1 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.7-2 [2007 kB]
12:11:01 Get:2 http://deb.debian.org/debian bookworm/main amd64 libargon2-1 amd64 0~20171227-0.3 [20.0 kB]
12:11:01 Get:3 http://deb.debian.org/debian bookworm/main amd64 libudev1 amd64 252.5-2 [107 kB]
12:11:01 Get:4 http://deb.debian.org/debian bookworm/main amd64 dmsetup amd64 2:1.02.185-2 [82.0 kB]
12:11:01 Get:5 http://deb.debian.org/debian bookworm/main amd64 libdevmapper1.02.1 amd64 2:1.02.185-2 [133 kB]
12:11:01 Get:6 http://deb.debian.org/debian bookworm/main amd64 libjson-c5 amd64 0.16-2 [44.1 kB]
12:11:01 Get:7 http://deb.debian.org/debian bookworm/main amd64 libcryptsetup12 amd64 2:2.6.0-2 [222 kB]
12:11:01 Get:8 http://deb.debian.org/debian bookworm/main amd64 libfdisk1 amd64 2.38.1-4 [193 kB]
12:11:01 Get:9 http://deb.debian.org/debian bookworm/main amd64 libkmod2 amd64 30+20221128-1 [57.9 kB]
12:11:01 Get:10 http://deb.debian.org/debian bookworm/main amd64 libapparmor1 amd64 3.0.8-2+b1 [41.5 kB]
12:11:01 Get:11 http://deb.debian.org/debian bookworm/main amd64 libip4tc2 amd64 1.8.9-2 [19.0 kB]
12:11:01 Get:12 http://deb.debian.org/debian bookworm/main amd64 libsystemd-shared amd64 252.5-2 [1684 kB]
12:11:01 Get:13 http://deb.debian.org/debian bookworm/main amd64 libsystemd0 amd64 252.5-2 [329 kB]
12:11:01 Get:14 http://deb.debian.org/debian bookworm/main amd64 systemd amd64 252.5-2 [3010 kB]
12:11:01 Get:15 http://deb.debian.org/debian bookworm/main amd64 systemd-sysv amd64 252.5-2 [41.3 kB]
12:11:01 Get:16 http://deb.debian.org/debian bookworm/main amd64 libdbus-1-3 amd64 1.14.4-1 [235 kB]
12:11:01 Get:17 http://deb.debian.org/debian bookworm/main amd64 dbus-bin amd64 1.14.4-1 [139 kB]
12:11:01 Get:18 http://deb.debian.org/debian bookworm/main amd64 dbus-session-bus-common all 1.14.4-1 [112 kB]
12:11:01 Get:19 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1 [99.3 kB]
12:11:01 Get:20 http://deb.debian.org/debian bookworm/main amd64 dbus-daemon amd64 1.14.4-1 [217 kB]
12:11:01 Get:21 http://deb.debian.org/debian bookworm/main amd64 adduser all 3.130 [117 kB]
12:11:01 Get:22 http://deb.debian.org/debian bookworm/main amd64 dbus-system-bus-common all 1.14.4-1 [113 kB]
12:11:01 Get:23 http://deb.debian.org/debian bookworm/main amd64 dbus amd64 1.14.4-1 [131 kB]
12:11:01 Get:24 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-minimal amd64 3.11.1-2 [812 kB]
12:11:01 Get:25 http://deb.debian.org/debian bookworm/main amd64 python3.11-minimal amd64 3.11.1-2 [2065 kB]
12:11:01 Get:26 http://deb.debian.org/debian bookworm/main amd64 python3-minimal amd64 3.11.1-3 [25.9 kB]
12:11:01 Get:27 http://deb.debian.org/debian bookworm/main amd64 media-types all 8.0.0 [33.4 kB]
12:11:01 Get:28 http://deb.debian.org/debian bookworm/main amd64 libmpdec3 amd64 2.5.1-2 [87.8 kB]
12:11:01 Get:29 http://deb.debian.org/debian bookworm/main amd64 libncursesw6 amd64 6.4-2 [134 kB]
12:11:01 Get:30 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-1 [32.2 kB]
12:11:01 Get:31 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-1 [78.6 kB]
12:11:01 Get:32 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
12:11:01 Get:33 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-1 [331 kB]
12:11:01 Get:34 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-1 [134 kB]
12:11:01 Get:35 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
12:11:01 Get:36 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB]
12:11:01 Get:37 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]
12:11:01 Get:38 http://deb.debian.org/debian bookworm/main amd64 readline-common all 8.2-1.3 [69.0 kB]
12:11:01 Get:39 http://deb.debian.org/debian bookworm/main amd64 libreadline8 amd64 8.2-1.3 [166 kB]
12:11:01 Get:40 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-1 [838 kB]
12:11:01 Get:41 http://deb.debian.org/debian bookworm/main amd64 libpython3.11-stdlib amd64 3.11.1-2 [1712 kB]
12:11:01 Get:42 http://deb.debian.org/debian bookworm/main amd64 python3.11 amd64 3.11.1-2 [567 kB]
12:11:01 Get:43 http://deb.debian.org/debian bookworm/main amd64 libpython3-stdlib amd64 3.11.1-3 [8960 B]
12:11:01 Get:44 http://deb.debian.org/debian bookworm/main amd64 python3 amd64 3.11.1-3 [25.9 kB]
12:11:01 Get:45 http://deb.debian.org/debian bookworm/main amd64 sgml-base all 1.31 [15.4 kB]
12:11:01 Get:46 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.7-2 [1399 kB]
12:11:01 Get:47 http://deb.debian.org/debian bookworm/main amd64 ca-certificates all 20211016 [156 kB]
12:11:01 Get:48 http://deb.debian.org/debian bookworm/main amd64 libpam-systemd amd64 252.5-2 [223 kB]
12:11:01 Get:49 http://deb.debian.org/debian bookworm/main amd64 apt-transport-https all 2.5.5 [22.0 kB]
12:11:01 Get:50 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
12:11:01 Get:51 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
12:11:01 Get:52 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
12:11:01 Get:53 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-3 [183 kB]
12:11:01 Get:54 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.51.0-1 [71.5 kB]
12:11:01 Get:55 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
12:11:01 Get:56 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
12:11:01 Get:57 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
12:11:01 Get:58 http://deb.debian.org/debian bookworm/main amd64 libcurl4 amd64 7.87.0-2 [376 kB]
12:11:01 Get:59 http://deb.debian.org/debian bookworm/main amd64 curl amd64 7.87.0-2 [308 kB]
12:11:01 Get:60 http://deb.debian.org/debian bookworm/main amd64 libassuan0 amd64 2.5.5-5 [48.5 kB]
12:11:01 Get:15 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [5557 B]
12:11:01 Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [681 kB]
12:11:01 Selecting previously unselected package python3-apt.
12:11:01 Preparing to unpack .../47-python3-apt_1.8.4.3_amd64.deb ...
12:11:01 Unpacking python3-apt (1.8.4.3) ...
12:11:01 Selecting previously unselected package python3-dbus.
12:11:01 Preparing to unpack .../48-python3-dbus_1.2.8-3_amd64.deb ...
12:11:01 Unpacking python3-dbus (1.2.8-3) ...
12:11:01 Selecting previously unselected package python3-gi.
12:11:01 Preparing to unpack .../49-python3-gi_3.30.4-1_amd64.deb ...
12:11:01 Unpacking python3-gi (3.30.4-1) ...
12:11:01 Selecting previously unselected package python3-pycurl.
12:11:01 Preparing to unpack .../50-python3-pycurl_7.43.0.2-0.1_amd64.deb ...
12:11:01 Unpacking python3-pycurl (7.43.0.2-0.1) ...
12:11:01 Selecting previously unselected package python3-software-properties.
12:11:01 Preparing to unpack .../51-python3-software-properties_0.96.20.2-2_all.deb ...
12:11:01 Unpacking python3-software-properties (0.96.20.2-2) ...
12:11:01 Selecting previously unselected package software-properties-common.
12:11:01 Preparing to unpack .../52-software-properties-common_0.96.20.2-2_all.deb ...
12:11:01 Unpacking software-properties-common (0.96.20.2-2) ...
12:11:02 cd974119263e: Already exists
12:11:02 Digest: sha256:3487c98481d1bba7e769cf7bcecd6343c2d383fdd6bed34ec541b6b23ef07664
12:11:02 Status: Downloaded newer image for fedora:37
12:11:02 Selecting previously unselected package libmpdec2:armhf.
12:11:02 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_armhf.deb ...
12:11:02 Unpacking libmpdec2:armhf (2.4.2-1ubuntu1) ...
12:11:02 Selecting previously unselected package readline-common.
12:11:02 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
12:11:02 Unpacking readline-common (7.0-3) ...
12:11:02 Selecting previously unselected package libreadline7:armhf.
12:11:02 Preparing to unpack .../4-libreadline7_7.0-3_armhf.deb ...
12:11:02 Unpacking libreadline7:armhf (7.0-3) ...
12:11:02 Selecting previously unselected package libsqlite3-0:armhf.
12:11:02 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.7_armhf.deb ...
12:11:02 Unpacking libsqlite3-0:armhf (3.22.0-1ubuntu0.7) ...
12:11:02 Selecting previously unselected package libpython3.6-stdlib:armhf.
12:11:02 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.9_armhf.deb ...
12:11:02 Unpacking libpython3.6-stdlib:armhf (3.6.9-1~18.04ubuntu1.9) ...
12:11:02 Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [799 kB]
12:11:02 Get:18 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [754 kB]
12:11:02 Get:61 http://deb.debian.org/debian bookworm/main amd64 gpgconf amd64 2.2.40-1 [564 kB]
12:11:02 Get:62 http://deb.debian.org/debian bookworm/main amd64 libksba8 amd64 1.6.3-2 [128 kB]
12:11:02 Get:63 http://deb.debian.org/debian bookworm/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
12:11:02 Get:64 http://deb.debian.org/debian bookworm/main amd64 dirmngr amd64 2.2.40-1 [792 kB]
12:11:02 Get:65 http://deb.debian.org/debian bookworm/main amd64 distro-info-data all 0.56 [5500 B]
12:11:02 Get:66 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.5-1 [1396 kB]
12:11:02 Get:67 http://deb.debian.org/debian bookworm/main amd64 libgirepository-1.0-1 amd64 1.74.0-3 [101 kB]
12:11:02 Get:68 http://deb.debian.org/debian bookworm/main amd64 gir1.2-glib-2.0 amd64 1.74.0-3 [159 kB]
12:11:02 Get:69 http://deb.debian.org/debian bookworm/main amd64 libpackagekit-glib2-18 amd64 1.2.6-2 [112 kB]
12:11:02 Get:70 http://deb.debian.org/debian bookworm/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.6-2 [25.0 kB]
12:11:02 Get:71 http://deb.debian.org/debian bookworm/main amd64 gnupg-l10n all 2.2.40-1 [1094 kB]
12:11:02 Get:72 http://deb.debian.org/debian bookworm/main amd64 gnupg-utils amd64 2.2.40-1 [926 kB]
12:11:02 Get:73 http://deb.debian.org/debian bookworm/main amd64 gpg amd64 2.2.40-1 [948 kB]
12:11:02 Get:74 http://deb.debian.org/debian bookworm/main amd64 pinentry-curses amd64 1.2.1-1 [77.4 kB]
12:11:02 Get:75 http://deb.debian.org/debian bookworm/main amd64 gpg-agent amd64 2.2.40-1 [694 kB]
12:11:02 Get:76 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-client amd64 2.2.40-1 [540 kB]
12:11:02 Get:77 http://deb.debian.org/debian bookworm/main amd64 gpg-wks-server amd64 2.2.40-1 [531 kB]
12:11:02 Get:78 http://deb.debian.org/debian bookworm/main amd64 gpgsm amd64 2.2.40-1 [671 kB]
12:11:02 Get:79 http://deb.debian.org/debian bookworm/main amd64 gnupg all 2.2.40-1 [846 kB]
12:11:02 Get:80 http://deb.debian.org/debian bookworm/main amd64 gnupg2 all 2.2.40-1 [445 kB]
12:11:02 Get:81 http://deb.debian.org/debian bookworm/main amd64 iso-codes all 4.12.0-1 [2888 kB]
12:11:02 Get:82 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.87.0-2 [369 kB]
12:11:02 Get:83 http://deb.debian.org/debian bookworm/main amd64 libstemmer0d amd64 2.2.0-2 [118 kB]
12:11:02 Get:84 http://deb.debian.org/debian bookworm/main amd64 libicu72 amd64 72.1-3 [9376 kB]
12:11:02 Get:85 http://deb.debian.org/debian bookworm/main amd64 libxml2 amd64 2.9.14+dfsg-1.1+b3 [687 kB]
12:11:02 Get:86 http://deb.debian.org/debian bookworm/main amd64 libxmlb2 amd64 0.3.10-2 [60.2 kB]
12:11:02 Get:87 http://deb.debian.org/debian bookworm/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB]
12:11:02 Get:88 http://deb.debian.org/debian bookworm/main amd64 libappstream4 amd64 0.16.0-1 [197 kB]
12:11:02 Get:89 http://deb.debian.org/debian bookworm/main amd64 libcap2-bin amd64 1:2.66-3 [34.6 kB]
12:11:02 Get:90 http://deb.debian.org/debian bookworm/main amd64 libduktape207 amd64 2.7.0-1+b1 [134 kB]
12:11:02 Get:91 http://deb.debian.org/debian bookworm/main amd64 libelf1 amd64 0.188-2.1 [174 kB]
12:11:02 Get:92 http://deb.debian.org/debian bookworm/main amd64 libdw1 amd64 0.188-2.1 [235 kB]
12:11:02 Get:93 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-data all 2.74.5-1 [1210 kB]
12:11:02 Get:94 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-bin amd64 2.74.5-1 [109 kB]
12:11:02 Get:95 http://deb.debian.org/debian bookworm/main amd64 libunwind8 amd64 1.6.2-3 [51.2 kB]
12:11:02 Get:96 http://deb.debian.org/debian bookworm/main amd64 libgstreamer1.0-0 amd64 1.22.0-2 [1169 kB]
12:11:02 Get:97 http://deb.debian.org/debian bookworm/main amd64 libpolkit-gobject-1-0 amd64 122-3 [43.9 kB]
12:11:02 Get:98 http://deb.debian.org/debian bookworm/main amd64 libpolkit-agent-1-0 amd64 122-3 [24.4 kB]
12:11:02 Get:99 http://deb.debian.org/debian bookworm/main amd64 lsb-release all 12.0-1 [6416 B]
12:11:02 Get:100 http://deb.debian.org/debian bookworm/main amd64 xml-core all 0.18+nmu1 [23.8 kB]
12:11:02 Get:101 http://deb.debian.org/debian bookworm/main amd64 polkitd amd64 122-3 [112 kB]
12:11:02 Get:102 http://deb.debian.org/debian bookworm/main amd64 packagekit amd64 1.2.6-2 [608 kB]
12:11:02 Get:103 http://deb.debian.org/debian bookworm/main amd64 python-apt-common all 2.5.2 [64.1 kB]
12:11:02 Get:104 http://deb.debian.org/debian bookworm/main amd64 python3-apt amd64 2.5.2+b1 [158 kB]
12:11:02 Get:105 http://deb.debian.org/debian bookworm/main amd64 python3-blinker all 1.5-1 [14.7 kB]
12:11:02 Get:106 http://deb.debian.org/debian bookworm/main amd64 python3-cffi-backend amd64 1.15.1-5+b1 [84.6 kB]
12:11:02 Get:107 http://deb.debian.org/debian bookworm/main amd64 python3-cryptography amd64 38.0.4-2 [665 kB]
12:11:02 Get:108 http://deb.debian.org/debian bookworm/main amd64 python3-dbus amd64 1.3.2-4+b1 [95.1 kB]
12:11:02 Get:109 http://deb.debian.org/debian bookworm/main amd64 python3-distro all 1.8.0-1 [20.5 kB]
12:11:02 Get:110 http://deb.debian.org/debian bookworm/main amd64 python3-gi amd64 3.42.2-3+b1 [219 kB]
12:11:02 Get:111 http://deb.debian.org/debian bookworm/main amd64 python3-pyparsing all 3.0.9-1 [138 kB]
12:11:02 Get:112 http://deb.debian.org/debian bookworm/main amd64 python3-httplib2 all 0.20.4-3 [36.0 kB]
12:11:02 Get:113 http://deb.debian.org/debian bookworm/main amd64 python3-jwt all 2.6.0-1 [26.6 kB]
12:11:02 Get:114 http://deb.debian.org/debian bookworm/main amd64 python3-pkg-resources all 65.6.3-1 [278 kB]
12:11:02 Get:115 http://deb.debian.org/debian bookworm/main amd64 python3-lazr.uri all 1.0.6-3 [13.7 kB]
12:11:02 Get:116 http://deb.debian.org/debian bookworm/main amd64 python3-wadllib all 1.3.6-4 [37.2 kB]
12:11:02 Get:117 http://deb.debian.org/debian bookworm/main amd64 python3-oauthlib all 3.2.2-1 [95.4 kB]
12:11:02 Get:118 http://deb.debian.org/debian bookworm/main amd64 python3-six all 1.16.0-4 [17.5 kB]
12:11:02 Get:119 http://deb.debian.org/debian bookworm/main amd64 python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
12:11:02 Get:120 http://deb.debian.org/debian bookworm/main amd64 python3-software-properties all 0.99.30-4 [32.7 kB]
12:11:02 Get:121 http://deb.debian.org/debian bookworm/main amd64 software-properties-common all 0.99.30-4 [62.0 kB]
12:11:02 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'.
12:11:02 Setting up libksba8:amd64 (1.3.5-2+deb10u2) ...
12:11:02 Setting up lsb-base (10.2019051400) ...
12:11:02 Setting up libkeyutils1:amd64 (1.6-6) ...
12:11:02 Setting up libpsl5:amd64 (0.20.2-2) ...
12:11:02 Setting up mime-support (3.62) ...
12:11:02 Setting up apt-transport-https (1.8.2.3) ...
12:11:02 Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
12:11:02 No schema files found: doing nothing.
12:11:02 Setting up distro-info-data (0.41+deb10u6) ...
12:11:02 Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
12:11:02 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
12:11:02 Setting up libpackagekit-glib2-18:amd64 (1.1.12-5) ...
12:11:02 Setting up libnpth0:amd64 (1.6-1) ...
12:11:02 Selecting previously unselected package docker-ce-rootless-extras.
12:11:02 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ...
12:11:02 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:11:02 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:11:02 Setting up docker-compose-plugin (2.15.1-1~ubuntu.20.04~focal) ...
12:11:02 Setting up docker-scan-plugin (0.23.0~ubuntu-focal) ...
12:11:02 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.20.04~focal) ...
12:11:02 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:11:02 Get:1 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
12:11:02 Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
12:11:02 Selecting previously unselected package python3.6.
12:11:02 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.9_armhf.deb ...
12:11:02 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.9) ...
12:11:02 Selecting previously unselected package libpython3-stdlib:armhf.
12:11:02 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_armhf.deb ...
12:11:02 Unpacking libpython3-stdlib:armhf (3.6.7-1~18.04) ...
12:11:02 Setting up python3-minimal (3.6.7-1~18.04) ...
12:11:02 debconf: delaying package configuration, since apt-utils is not installed
12:11:02 Fetched 49.7 MB in 1s (75.4 MB/s)
12:11:02 Selecting previously unselected package libssl3:amd64.
12:11: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 ... 6002 files and directories currently installed.)
12:11:02 Preparing to unpack .../libssl3_3.0.7-2_amd64.deb ...
12:11:02 Unpacking libssl3:amd64 (3.0.7-2) ...
12:11:02 Setting up libassuan0:amd64 (2.5.2-1) ...
12:11:02 Setting up libapt-inst2.0:amd64 (1.8.2.3) ...
12:11:02 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:11:02 Setting up libkrb5support0:amd64 (1.17-3+deb10u5) ...
12:11:02 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:11:02 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
12:11:02 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
12:11:02 Setting up libdbus-1-3:amd64 (1.12.24-0+deb10u1) ...
12:11:02 Setting up libk5crypto3:amd64 (1.17-3+deb10u5) ...
12:11:02 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:11:02 Setting up python-apt-common (1.8.4.3) ...
12:11:02 Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ...
12:11:02 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
12:11:02 Setting up libkrb5-3:amd64 (1.17-3+deb10u5) ...
12:11:02 Setting up libmpdec2:amd64 (2.4.2-2) ...
12:11:02 Setting up openssl (1.1.1n-0+deb10u3) ...
12:11:02 Setting up readline-common (7.0-5) ...
12:11:02 Setting up iso-codes (4.2-1) ...
12:11:02 Setting up libreadline7:amd64 (7.0-5) ...
12:11:02 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
12:11:02 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
12:11:02 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:11:02 invoke-rc.d: could not determine current runlevel
12:11:02 invoke-rc.d: policy-rc.d denied execution of start.
12:11:02 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:11:02 Processing triggers for systemd (245.4-4ubuntu3.19) ...
12:11:02 Get:3 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
12:11:02 Get:4 http://archive.raspberrypi.org/debian buster/main armhf Packages [392 kB]
12:11:02 + verify
12:11:02 + dpkg --version
12:11:02 + rpm --version
12:11:02 + verify_rpm
12:11:02 ++ . /etc/os-release
12:11:02 +++ NAME='Fedora Linux'
12:11:02 +++ VERSION='37 (Container Image)'
12:11:02 +++ ID=fedora
12:11:02 +++ VERSION_ID=37
12:11:02 +++ VERSION_CODENAME=
12:11:02 +++ PLATFORM_ID=platform:f37
12:11:02 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
12:11:02 +++ ANSI_COLOR='0;38;2;60;110;180'
12:11:02 +++ LOGO=fedora-logo-icon
12:11:02 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
12:11:02 +++ DEFAULT_HOSTNAME=fedora
12:11:02 +++ HOME_URL=https://fedoraproject.org/
12:11:02 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
12:11:02 +++ SUPPORT_URL=https://ask.fedoraproject.org/
12:11:02 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:11:02 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
12:11:02 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
12:11:02 +++ REDHAT_SUPPORT_PRODUCT=Fedora
12:11:02 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
12:11:02 +++ SUPPORT_END=2023-11-14
12:11:02 +++ VARIANT='Container Image'
12:11:02 +++ VARIANT_ID=container
12:11:02 ++ echo fedora
12:11:02 + DIST_ID=fedora
12:11:02 ++ . /etc/os-release
12:11:02 +++ NAME='Fedora Linux'
12:11:02 +++ VERSION='37 (Container Image)'
12:11:02 +++ ID=fedora
12:11:02 +++ VERSION_ID=37
12:11:02 +++ VERSION_CODENAME=
12:11:02 +++ PLATFORM_ID=platform:f37
12:11:02 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
12:11:02 +++ ANSI_COLOR='0;38;2;60;110;180'
12:11:02 +++ LOGO=fedora-logo-icon
12:11:02 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
12:11:02 +++ DEFAULT_HOSTNAME=fedora
12:11:02 +++ HOME_URL=https://fedoraproject.org/
12:11:02 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
12:11:02 +++ SUPPORT_URL=https://ask.fedoraproject.org/
12:11:02 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:11:02 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
12:11:02 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
12:11:02 +++ REDHAT_SUPPORT_PRODUCT=Fedora
12:11:02 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
12:11:02 +++ SUPPORT_END=2023-11-14
12:11:02 +++ VARIANT='Container Image'
12:11:02 +++ VARIANT_ID=container
12:11:02 ++ echo 37
12:11:02 ++ cut -d. -f1
12:11:02 + DIST_VERSION=37
12:11:02 + pkg_manager=yum
12:11:02 + pkg_config_manager=yum-config-manager
12:11:02 + dnf --version
12:11:02 4.14.0
12:11:02   Installed: dnf-0:4.14.0-1.fc37.noarch at Sun Dec 11 05:49:07 2022
12:11:02   Built    : Fedora Project at Fri Sep  9 13:05:18 2022
12:11:02 
12:11:02   Installed: rpm-0:4.18.0-1.fc37.x86_64 at Sun Dec 11 05:49:07 2022
12:11:02   Built    : Fedora Project at Wed Sep 21 10:51:10 2022
12:11:02 + pkg_manager=dnf
12:11:02 + pkg_config_manager='dnf config-manager'
12:11:02 + dnf clean all
12:11:02 Selecting previously unselected package python3.
12:11: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 ... 4760 files and directories currently installed.)
12:11:02 Preparing to unpack .../00-python3_3.6.7-1~18.04_armhf.deb ...
12:11:02 Unpacking python3 (3.6.7-1~18.04) ...
12:11:02 Selecting previously unselected package openssl.
12:11:02 Preparing to unpack .../01-openssl_1.1.1-1ubuntu2.1~18.04.20_armhf.deb ...
12:11:02 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.20) ...
12:11:02 Selecting previously unselected package ca-certificates.
12:11:02 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.18.04.1_all.deb ...
12:11:02 Unpacking ca-certificates (20211016ubuntu0.18.04.1) ...
12:11:02 Selecting previously unselected package libargon2-1:amd64.
12:11:02 Preparing to unpack .../libargon2-1_0~20171227-0.3_amd64.deb ...
12:11:02 Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
12:11:02 Preparing to unpack .../libudev1_252.5-2_amd64.deb ...
12:11:02 Unpacking libudev1:amd64 (252.5-2) over (252.4-2) ...
12:11:02 Setting up libudev1:amd64 (252.5-2) ...
12:11:02 Selecting previously unselected package dmsetup.
12:11: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 ... 6019 files and directories currently installed.)
12:11:02 Preparing to unpack .../0-dmsetup_2%3a1.02.185-2_amd64.deb ...
12:11:02 Unpacking dmsetup (2:1.02.185-2) ...
12:11:02 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:11:02 Preparing to unpack .../1-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ...
12:11:02 Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
12:11:02 Fetched 25.4 MB in 2s (12.7 MB/s)
12:11:02 Setting up pinentry-curses (1.1.0-2) ...
12:11:02 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u4) ...
12:11:02 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
12:11:02 Setting up ca-certificates (20200601~deb10u2) ...
12:11:02 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-scan-plugin_0.23.0~ubuntu-focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_amd64.deb
12:11:02 0 files removed
12:11:02 + dnf install -y 'dnf-command(config-manager)'
12:11:02 Selecting previously unselected package distro-info-data.
12:11:02 Preparing to unpack .../03-distro-info-data_0.37ubuntu0.15_all.deb ...
12:11:02 Unpacking distro-info-data (0.37ubuntu0.15) ...
12:11:02 Selecting previously unselected package libglib2.0-0:armhf.
12:11:02 Preparing to unpack .../04-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_armhf.deb ...
12:11:02 Unpacking libglib2.0-0:armhf (2.56.4-0ubuntu0.18.04.9) ...
12:11:02 Selecting previously unselected package libgirepository-1.0-1:armhf.
12:11:02 Preparing to unpack .../05-libgirepository-1.0-1_1.56.1-1_armhf.deb ...
12:11:02 Unpacking libgirepository-1.0-1:armhf (1.56.1-1) ...
12:11:02 Selecting previously unselected package gir1.2-glib-2.0:armhf.
12:11:02 Preparing to unpack .../06-gir1.2-glib-2.0_1.56.1-1_armhf.deb ...
12:11:02 Unpacking gir1.2-glib-2.0:armhf (1.56.1-1) ...
12:11:02 Selecting previously unselected package libjson-c5:amd64.
12:11:02 Preparing to unpack .../2-libjson-c5_0.16-2_amd64.deb ...
12:11:02 Unpacking libjson-c5:amd64 (0.16-2) ...
12:11:02 Selecting previously unselected package libcryptsetup12:amd64.
12:11:02 Preparing to unpack .../3-libcryptsetup12_2%3a2.6.0-2_amd64.deb ...
12:11:02 Unpacking libcryptsetup12:amd64 (2:2.6.0-2) ...
12:11:02 Selecting previously unselected package libfdisk1:amd64.
12:11:02 Preparing to unpack .../4-libfdisk1_2.38.1-4_amd64.deb ...
12:11:02 Unpacking libfdisk1:amd64 (2.38.1-4) ...
12:11:02 Selecting previously unselected package libkmod2:amd64.
12:11:02 Preparing to unpack .../5-libkmod2_30+20221128-1_amd64.deb ...
12:11:02 Unpacking libkmod2:amd64 (30+20221128-1) ...
12:11:02 Selecting previously unselected package libapparmor1:amd64.
12:11:02 Preparing to unpack .../6-libapparmor1_3.0.8-2+b1_amd64.deb ...
12:11:02 Unpacking libapparmor1:amd64 (3.0.8-2+b1) ...
12:11:03 Updating certificates in /etc/ssl/certs...
12:11:03 Selecting previously unselected package libapt-inst2.0:armhf.
12:11:03 Preparing to unpack .../07-libapt-inst2.0_1.6.14_armhf.deb ...
12:11:03 Unpacking libapt-inst2.0:armhf (1.6.14) ...
12:11:03 Selecting previously unselected package libdbus-1-3:armhf.
12:11:03 Preparing to unpack .../08-libdbus-1-3_1.12.2-1ubuntu1.4_armhf.deb ...
12:11:03 Unpacking libdbus-1-3:armhf (1.12.2-1ubuntu1.4) ...
12:11:03 Selecting previously unselected package lsb-release.
12:11:03 Preparing to unpack .../09-lsb-release_9.20170808ubuntu1_all.deb ...
12:11:03 Unpacking lsb-release (9.20170808ubuntu1) ...
12:11:03 Selecting previously unselected package python3-dbus.
12:11:03 Preparing to unpack .../10-python3-dbus_1.2.6-1_armhf.deb ...
12:11:03 Unpacking python3-dbus (1.2.6-1) ...
12:11:03 Selecting previously unselected package python3-gi.
12:11:03 Preparing to unpack .../11-python3-gi_3.26.1-2ubuntu1_armhf.deb ...
12:11:03 Unpacking python3-gi (3.26.1-2ubuntu1) ...
12:11:03 Selecting previously unselected package iso-codes.
12:11:03 Preparing to unpack .../12-iso-codes_3.79-1_all.deb ...
12:11:03 Unpacking iso-codes (3.79-1) ...
12:11:03 Selecting previously unselected package libip4tc2:amd64.
12:11:03 Preparing to unpack .../7-libip4tc2_1.8.9-2_amd64.deb ...
12:11:03 Unpacking libip4tc2:amd64 (1.8.9-2) ...
12:11:03 Selecting previously unselected package libsystemd-shared:amd64.
12:11:03 Preparing to unpack .../8-libsystemd-shared_252.5-2_amd64.deb ...
12:11:03 Unpacking libsystemd-shared:amd64 (252.5-2) ...
12:11:03 Preparing to unpack .../9-libsystemd0_252.5-2_amd64.deb ...
12:11:03 Unpacking libsystemd0:amd64 (252.5-2) over (252.4-2) ...
12:11:03 Setting up libsystemd0:amd64 (252.5-2) ...
12:11:03 Setting up libssl3:amd64 (3.0.7-2) ...
12:11:03 Selecting previously unselected package systemd.
12:11: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 ... 6089 files and directories currently installed.)
12:11:03 Preparing to unpack .../systemd_252.5-2_amd64.deb ...
12:11:03 Unpacking systemd (252.5-2) ...
12:11:03 CentOS Stream 9 - Extras packages                10 kB/s |  10 kB     00:00    
12:11:03 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~raspbian.12~bookworm_armhf.deb'.
12:11:03 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'.
12:11:03 137 added, 0 removed; done.
12:11:03 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u5) ...
12:11:03 Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ...
12:11:03 Setting up gpgconf (2.2.12-1+deb10u2) ...
12:11:03 Setting up libcurl4:amd64 (7.64.0-4+deb10u4) ...
12:11:03 Setting up curl (7.64.0-4+deb10u4) ...
12:11:03 Setting up gpg (2.2.12-1+deb10u2) ...
12:11:03 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
12:11:03 Setting up python3.7 (3.7.3-2+deb10u4) ...
12:11:03 Reading package lists...
12:11:03 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:11:03 Selecting previously unselected package libkrb5support0:armhf.
12:11:03 Preparing to unpack .../13-libkrb5support0_1.16-2ubuntu0.3_armhf.deb ...
12:11:03 Unpacking libkrb5support0:armhf (1.16-2ubuntu0.3) ...
12:11:03 Selecting previously unselected package libk5crypto3:armhf.
12:11:03 Preparing to unpack .../14-libk5crypto3_1.16-2ubuntu0.3_armhf.deb ...
12:11:03 Unpacking libk5crypto3:armhf (1.16-2ubuntu0.3) ...
12:11:03 Selecting previously unselected package libkeyutils1:armhf.
12:11:03 Preparing to unpack .../15-libkeyutils1_1.5.9-9.2ubuntu2.1_armhf.deb ...
12:11:03 Unpacking libkeyutils1:armhf (1.5.9-9.2ubuntu2.1) ...
12:11:03 Selecting previously unselected package libkrb5-3:armhf.
12:11:03 Preparing to unpack .../16-libkrb5-3_1.16-2ubuntu0.3_armhf.deb ...
12:11:03 Unpacking libkrb5-3:armhf (1.16-2ubuntu0.3) ...
12:11:03 Selecting previously unselected package libgssapi-krb5-2:armhf.
12:11:03 Preparing to unpack .../17-libgssapi-krb5-2_1.16-2ubuntu0.3_armhf.deb ...
12:11:03 Unpacking libgssapi-krb5-2:armhf (1.16-2ubuntu0.3) ...
12:11:03 Reading package lists...
12:11:03 Building dependency tree...
12:11:03 Reading state information...
12:11:03 Setting up libargon2-1:amd64 (0~20171227-0.3) ...
12:11:03 Setting up libjson-c5:amd64 (0.16-2) ...
12:11:03 Setting up libfdisk1:amd64 (2.38.1-4) ...
12:11:03 Setting up libkmod2:amd64 (30+20221128-1) ...
12:11:03 Setting up libapparmor1:amd64 (3.0.8-2+b1) ...
12:11:03 Setting up libip4tc2:amd64 (1.8.9-2) ...
12:11:03 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~debian.11~bullseye_armhf.deb'.
12:11:03 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'.
12:11:03 Selecting previously unselected package libpsl5:armhf.
12:11:03 Preparing to unpack .../18-libpsl5_0.19.1-5build1_armhf.deb ...
12:11:03 Unpacking libpsl5:armhf (0.19.1-5build1) ...
12:11:03 Selecting previously unselected package python-apt-common.
12:11:03 Preparing to unpack .../19-python-apt-common_1.6.6_all.deb ...
12:11:03 Unpacking python-apt-common (1.6.6) ...
12:11:03 Selecting previously unselected package python3-apt.
12:11:03 Preparing to unpack .../20-python3-apt_1.6.6_armhf.deb ...
12:11:03 Unpacking python3-apt (1.6.6) ...
12:11:03 Selecting previously unselected package apt-transport-https.
12:11:03 Preparing to unpack .../21-apt-transport-https_1.6.14_all.deb ...
12:11:03 Unpacking apt-transport-https (1.6.14) ...
12:11:03 Selecting previously unselected package libroken18-heimdal:armhf.
12:11:03 Preparing to unpack .../22-libroken18-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
12:11:03 Unpacking libroken18-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:03 Selecting previously unselected package libasn1-8-heimdal:armhf.
12:11:03 Preparing to unpack .../23-libasn1-8-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
12:11:03 Unpacking libasn1-8-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:03 Correcting dependencies... Done
12:11:03 Skipping docker-ce, it is already installed and upgrade is not set.
12:11:03 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:11:03 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:11:03 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:11:03 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
12:11:03 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:11:03 The following additional packages will be installed:
12:11:03   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
12:11:03   libnfnetlink0 libnftnl11 libxtables12 netbase
12:11:03 Suggested packages:
12:11:03   firewalld kmod nftables
12:11:03 The following NEW packages will be installed:
12:11:03   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
12:11:03   libnfnetlink0 libnftnl11 libxtables12 netbase
12:11:04 Setting up libsystemd-shared:amd64 (252.5-2) ...
12:11:04 Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ...
12:11:04 Setting up libcryptsetup12:amd64 (2:2.6.0-2) ...
12:11:04 Setting up systemd (252.5-2) ...
12:11:04 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:11:04 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:11:04 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:11:04 Initializing machine ID from random generator.
12:11:04 Creating group 'systemd-journal' with GID 999.
12:11:04 Creating group 'systemd-network' with GID 998.
12:11:04 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
12:11:04 Setting up dmsetup (2:1.02.185-2) ...
12:11:04 Selecting previously unselected package systemd-sysv.
12:11: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 ... 6927 files and directories currently installed.)
12:11:04 Preparing to unpack .../0-systemd-sysv_252.5-2_amd64.deb ...
12:11:04 Unpacking systemd-sysv (252.5-2) ...
12:11:04 Selecting previously unselected package libdbus-1-3:amd64.
12:11:04 Preparing to unpack .../1-libdbus-1-3_1.14.4-1_amd64.deb ...
12:11:04 Unpacking libdbus-1-3:amd64 (1.14.4-1) ...
12:11:04 Dependencies resolved.
12:11:04 ================================================================================
12:11:04  Package                      Arch       Version               Repository  Size
12:11:04 ================================================================================
12:11:04 Installing:
12:11:04  dnf-plugins-core             noarch     4.3.0-4.el9           baseos      38 k
12:11:04 Installing dependencies:
12:11:04  dbus-libs                    x86_64     1:1.12.20-7.el9       baseos     152 k
12:11:04  python3-dateutil             noarch     1:2.8.1-6.el9         baseos     302 k
12:11:04  python3-dbus                 x86_64     1.2.18-2.el9          baseos     144 k
12:11:04  python3-dnf-plugins-core     noarch     4.3.0-4.el9           baseos     260 k
12:11:04  python3-six                  noarch     1.15.0-9.el9          baseos      37 k
12:11:04  python3-systemd              x86_64     234-18.el9            baseos      90 k
12:11:04  systemd-libs                 x86_64     252-3.el9             baseos     647 k
12:11:04 
12:11:04 Transaction Summary
12:11:04 ================================================================================
12:11:04 Install  8 Packages
12:11:04 
12:11:04 Total download size: 1.6 M
12:11:04 Installed size: 4.6 M
12:11:04 Downloading Packages:
12:11:04 Setting up gpg-agent (2.2.12-1+deb10u2) ...
12:11:04 Reading package lists...
12:11:04 Selecting previously unselected package libheimbase1-heimdal:armhf.
12:11:04 Preparing to unpack .../24-libheimbase1-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
12:11:04 Unpacking libheimbase1-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:04 Selecting previously unselected package libhcrypto4-heimdal:armhf.
12:11:04 Preparing to unpack .../25-libhcrypto4-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
12:11:04 Unpacking libhcrypto4-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:04 Selecting previously unselected package libwind0-heimdal:armhf.
12:11:04 Preparing to unpack .../26-libwind0-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
12:11:04 Unpacking libwind0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:04 Selecting previously unselected package libhx509-5-heimdal:armhf.
12:11:04 Preparing to unpack .../27-libhx509-5-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
12:11:04 Unpacking libhx509-5-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:04 Selecting previously unselected package libkrb5-26-heimdal:armhf.
12:11:04 Preparing to unpack .../28-libkrb5-26-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
12:11:04 Unpacking libkrb5-26-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:04 0 upgraded, 9 newly installed, 0 to remove and 7 not upgraded.
12:11:04 Need to get 28.3 MB of archives.
12:11:04 After this operation, 117 MB of additional disk space will be used.
12:11:04 Get:1 https://download.docker.com/linux/ubuntu focal/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
12:11:04 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libmnl0 amd64 1.0.4-2 [12.3 kB]
12:11:04 Fedora 36 - x86_64                               24 MB/s |  81 MB     00:03    
12:11:04 Selecting previously unselected package dbus-bin.
12:11:04 Preparing to unpack .../2-dbus-bin_1.14.4-1_amd64.deb ...
12:11:04 Unpacking dbus-bin (1.14.4-1) ...
12:11:04 Selecting previously unselected package dbus-session-bus-common.
12:11:04 Preparing to unpack .../3-dbus-session-bus-common_1.14.4-1_all.deb ...
12:11:04 Unpacking dbus-session-bus-common (1.14.4-1) ...
12:11:04 Selecting previously unselected package libexpat1:amd64.
12:11:04 Preparing to unpack .../4-libexpat1_2.5.0-1_amd64.deb ...
12:11:04 Unpacking libexpat1:amd64 (2.5.0-1) ...
12:11:04 Selecting previously unselected package dbus-daemon.
12:11:04 Preparing to unpack .../5-dbus-daemon_1.14.4-1_amd64.deb ...
12:11:04 Unpacking dbus-daemon (1.14.4-1) ...
12:11:04 Selecting previously unselected package adduser.
12:11:04 Preparing to unpack .../6-adduser_3.130_all.deb ...
12:11:04 Unpacking adduser (3.130) ...
12:11:04 Setting up adduser (3.130) ...
12:11:04 Setting up gpgsm (2.2.12-1+deb10u2) ...
12:11:04 Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u4) ...
12:11:04 Setting up python3 (3.7.3-1) ...
12:11:04 Setting up dirmngr (2.2.12-1+deb10u2) ...
12:11:04 Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
12:11:04 Setting up python3-pycurl (7.43.0.2-0.1) ...
12:11:04 Get:5 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
12:11:04 Get:6 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
12:11:04 Get:7 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
12:11:04 Get:8 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
12:11:04 Building dependency tree...
12:11:04 Reading state information...
12:11:04 The following additional packages will be installed:
12:11:04   dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0
12:11:04   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:11:04   gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0
12:11:04   libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
12:11:04   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1
12:11:04   libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70
12:11:04   libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14
12:11:04   libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:11:04   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
12:11:04   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:11:04   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
12:11:04   media-types openssl packagekit pinentry-curses pkexec policykit-1 polkitd
12:11:04   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
12:11:04   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
12:11:04   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
12:11:04   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
12:11:04   python3-minimal python3-more-itertools python3-oauthlib
12:11:04   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
12:11:04   python3-software-properties python3-wadllib python3-zipp python3.10
12:11:04   python3.10-minimal readline-common systemd systemd-sysv
12:11:04 Suggested packages:
12:11:04   default-dbus-session-bus | dbus-session-bus dbus-user-session
12:11:04   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery
12:11:04   gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
12:11:04   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
12:11:04   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
12:11:04   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
12:11:04   python3-keyrings.alt python3-testresources python3-setuptools
12:11:04   python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc
12:11:04   binutils binfmt-support readline-doc systemd-container libfido2-1
12:11:04   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
12:11:04 Recommended packages:
12:11:04   libpam-cap dmsetup shared-mime-info xdg-user-dirs libldap-common
12:11:04   publicsuffix libsasl2-modules packagekit-tools unattended-upgrades
12:11:04   networkd-dispatcher systemd-timesyncd | time-daemon libnss-systemd
12:11:04 Selecting previously unselected package libheimntlm0-heimdal:armhf.
12:11:04 Preparing to unpack .../29-libheimntlm0-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
12:11:04 Unpacking libheimntlm0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:04 Selecting previously unselected package libgssapi3-heimdal:armhf.
12:11:04 Preparing to unpack .../30-libgssapi3-heimdal_7.5.0+dfsg-1ubuntu0.3_armhf.deb ...
12:11:04 Unpacking libgssapi3-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:04 Selecting previously unselected package libsasl2-modules-db:armhf.
12:11:04 Preparing to unpack .../31-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
12:11:04 Unpacking libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:11:04 Selecting previously unselected package libsasl2-2:armhf.
12:11:04 Preparing to unpack .../32-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_armhf.deb ...
12:11:04 Unpacking libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:11:04 Selecting previously unselected package libldap-common.
12:11:04 Preparing to unpack .../33-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
12:11:04 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:11:04 Selecting previously unselected package libldap-2.4-2:armhf.
12:11:04 Preparing to unpack .../34-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_armhf.deb ...
12:11:04 Unpacking libldap-2.4-2:armhf (2.4.45+dfsg-1ubuntu1.11) ...
12:11:04 Selecting previously unselected package libnghttp2-14:armhf.
12:11:04 Preparing to unpack .../35-libnghttp2-14_1.30.0-1ubuntu1_armhf.deb ...
12:11:04 Unpacking libnghttp2-14:armhf (1.30.0-1ubuntu1) ...
12:11:04 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libxtables12 amd64 1.8.4-3ubuntu2 [28.4 kB]
12:11:04 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
12:11:04 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libip6tc2 amd64 1.8.4-3ubuntu2 [19.2 kB]
12:11:04 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libnfnetlink0 amd64 1.0.1-3build1 [13.8 kB]
12:11:04 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libnetfilter-conntrack3 amd64 1.0.7-2 [41.4 kB]
12:11:04 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libnftnl11 amd64 1.1.5-1 [57.8 kB]
12:11:04 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 iptables amd64 1.8.4-3ubuntu2 [390 kB]
12:11:04 Selecting previously unselected package dbus-system-bus-common.
12:11: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 ... 7059 files and directories currently installed.)
12:11:04 Preparing to unpack .../dbus-system-bus-common_1.14.4-1_all.deb ...
12:11:04 Unpacking dbus-system-bus-common (1.14.4-1) ...
12:11:04 Selecting previously unselected package dbus.
12:11:04 Preparing to unpack .../dbus_1.14.4-1_amd64.deb ...
12:11:04 Unpacking dbus (1.14.4-1) ...
12:11:04 Selecting previously unselected package libpython3.11-minimal:amd64.
12:11:04 Preparing to unpack .../libpython3.11-minimal_3.11.1-2_amd64.deb ...
12:11:04 Unpacking libpython3.11-minimal:amd64 (3.11.1-2) ...
12:11:04 Setting up python3-gi (3.30.4-1) ...
12:11:04 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
12:11:04 Setting up lsb-release (10.2019051400) ...
12:11:04 Setting up python3-dbus (1.2.8-3) ...
12:11:04 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'.
12:11:04 The following NEW packages will be installed:
12:11:04   apt-transport-https ca-certificates curl dbus dirmngr distro-info-data
12:11:04   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
12:11:04   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:11:04   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
12:11:04   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
12:11:04   libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
12:11:04   libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2
12:11:04   libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
12:11:04   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:11:04   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
12:11:04   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:11:04   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
12:11:04   lsb-release media-types openssl packagekit pinentry-curses pkexec
12:11:04   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
12:11:04   python3-cffi-backend python3-cryptography python3-dbus python3-distro
12:11:04   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
12:11:04   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
12:11:04   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
12:11:04   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
12:11:04   python3-software-properties python3-wadllib python3-zipp python3.10
12:11:04   python3.10-minimal readline-common software-properties-common systemd
12:11:04   systemd-sysv
12:11:04 Selecting previously unselected package librtmp1:armhf.
12:11:04 Preparing to unpack .../36-librtmp1_2.4+20151223.gitfa8646d.1-1_armhf.deb ...
12:11:04 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-1) ...
12:11:04 Selecting previously unselected package libcurl4:armhf.
12:11:04 Preparing to unpack .../37-libcurl4_7.58.0-2ubuntu3.22_armhf.deb ...
12:11:04 Unpacking libcurl4:armhf (7.58.0-2ubuntu3.22) ...
12:11:04 Selecting previously unselected package curl.
12:11:04 Preparing to unpack .../38-curl_7.58.0-2ubuntu3.22_armhf.deb ...
12:11:04 Unpacking curl (7.58.0-2ubuntu3.22) ...
12:11:04 Selecting previously unselected package libassuan0:armhf.
12:11:04 Preparing to unpack .../39-libassuan0_2.5.1-2_armhf.deb ...
12:11:04 Unpacking libassuan0:armhf (2.5.1-2) ...
12:11:04 Selecting previously unselected package gpgconf.
12:11:04 Preparing to unpack .../40-gpgconf_2.2.4-1ubuntu1.6_armhf.deb ...
12:11:04 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
12:11:04 debconf: delaying package configuration, since apt-utils is not installed
12:11:04 Fetched 28.3 MB in 1s (47.7 MB/s)
12:11:04 Selecting previously unselected package libmnl0:amd64.
12:11: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 ... 10633 files and directories currently installed.)
12:11:04 Preparing to unpack .../0-libmnl0_1.0.4-2_amd64.deb ...
12:11:04 Unpacking libmnl0:amd64 (1.0.4-2) ...
12:11:04 Selecting previously unselected package libxtables12:amd64.
12:11:04 Preparing to unpack .../1-libxtables12_1.8.4-3ubuntu2_amd64.deb ...
12:11:04 Unpacking libxtables12:amd64 (1.8.4-3ubuntu2) ...
12:11:04 Selecting previously unselected package python3.11-minimal.
12:11:04 Preparing to unpack .../python3.11-minimal_3.11.1-2_amd64.deb ...
12:11:04 Unpacking python3.11-minimal (3.11.1-2) ...
12:11:04 Setting up libpython3.11-minimal:amd64 (3.11.1-2) ...
12:11:04 Setting up libexpat1:amd64 (2.5.0-1) ...
12:11:04 Setting up python3.11-minimal (3.11.1-2) ...
12:11:04 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
12:11:04 Setting up python3-apt (1.8.4.3) ...
12:11:05 0 upgraded, 107 newly installed, 0 to remove and 4 not upgraded.
12:11:05 Need to get 38.3 MB of archives.
12:11:05 After this operation, 139 MB of additional disk space will be used.
12:11:05 Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.6-1~22.04.2 [810 kB]
12:11:05 (1/8): dnf-plugins-core-4.3.0-4.el9.noarch.rpm   71 kB/s |  38 kB     00:00    
12:11:05 Selecting previously unselected package libksba8:armhf.
12:11:05 Preparing to unpack .../41-libksba8_1.3.5-2ubuntu0.18.04.2_armhf.deb ...
12:11:05 Unpacking libksba8:armhf (1.3.5-2ubuntu0.18.04.2) ...
12:11:05 Selecting previously unselected package libnpth0:armhf.
12:11:05 Preparing to unpack .../42-libnpth0_1.5-3_armhf.deb ...
12:11:05 Unpacking libnpth0:armhf (1.5-3) ...
12:11:05 Selecting previously unselected package dirmngr.
12:11:05 Preparing to unpack .../43-dirmngr_2.2.4-1ubuntu1.6_armhf.deb ...
12:11:05 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
12:11:05 Selecting previously unselected package gnupg-l10n.
12:11:05 Preparing to unpack .../44-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
12:11:05 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:11:05 Selecting previously unselected package gnupg-utils.
12:11:05 Preparing to unpack .../45-gnupg-utils_2.2.4-1ubuntu1.6_armhf.deb ...
12:11:05 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
12:11:05 Selecting previously unselected package netbase.
12:11:05 Preparing to unpack .../2-netbase_6.1_all.deb ...
12:11:05 Unpacking netbase (6.1) ...
12:11:05 Selecting previously unselected package libip6tc2:amd64.
12:11:05 Preparing to unpack .../3-libip6tc2_1.8.4-3ubuntu2_amd64.deb ...
12:11:05 Unpacking libip6tc2:amd64 (1.8.4-3ubuntu2) ...
12:11:05 Selecting previously unselected package libnfnetlink0:amd64.
12:11:05 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build1_amd64.deb ...
12:11:05 Unpacking libnfnetlink0:amd64 (1.0.1-3build1) ...
12:11:05 Selecting previously unselected package libnetfilter-conntrack3:amd64.
12:11:05 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.7-2_amd64.deb ...
12:11:05 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-2) ...
12:11:05 Selecting previously unselected package libnftnl11:amd64.
12:11:05 Preparing to unpack .../6-libnftnl11_1.1.5-1_amd64.deb ...
12:11:05 Unpacking libnftnl11:amd64 (1.1.5-1) ...
12:11:05 Selecting previously unselected package iptables.
12:11:05 Preparing to unpack .../7-iptables_1.8.4-3ubuntu2_amd64.deb ...
12:11:05 Unpacking iptables (1.8.4-3ubuntu2) ...
12:11:05 Setting up python3-software-properties (0.96.20.2-2) ...
12:11:05 Setting up gnupg (2.2.12-1+deb10u2) ...
12:11:05 Setting up gnupg2 (2.2.12-1+deb10u2) ...
12:11:05 Setting up software-properties-common (0.96.20.2-2) ...
12:11:05 Selecting previously unselected package gpg.
12:11:05 Preparing to unpack .../46-gpg_2.2.4-1ubuntu1.6_armhf.deb ...
12:11:05 Unpacking gpg (2.2.4-1ubuntu1.6) ...
12:11:05 Selecting previously unselected package pinentry-curses.
12:11:05 Preparing to unpack .../47-pinentry-curses_1.1.0-1_armhf.deb ...
12:11:05 Unpacking pinentry-curses (1.1.0-1) ...
12:11:05 Selecting previously unselected package gpg-agent.
12:11:05 Preparing to unpack .../48-gpg-agent_2.2.4-1ubuntu1.6_armhf.deb ...
12:11:05 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
12:11:05 Selecting previously unselected package gpg-wks-client.
12:11:05 Preparing to unpack .../49-gpg-wks-client_2.2.4-1ubuntu1.6_armhf.deb ...
12:11:05 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:11:05 Selecting previously unselected package gpg-wks-server.
12:11:05 Preparing to unpack .../50-gpg-wks-server_2.2.4-1ubuntu1.6_armhf.deb ...
12:11:05 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:11:05 Selecting previously unselected package gpgsm.
12:11:05 Preparing to unpack .../51-gpgsm_2.2.4-1ubuntu1.6_armhf.deb ...
12:11:05 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
12:11:05 Selecting previously unselected package containerd.io.
12:11:05 Preparing to unpack .../8-containerd.io_1.6.16-1_amd64.deb ...
12:11:05 Unpacking containerd.io (1.6.16-1) ...
12:11:05 (2/8): dbus-libs-1.12.20-7.el9.x86_64.rpm       244 kB/s | 152 kB     00:00    
12:11:05 (3/8): python3-dbus-1.2.18-2.el9.x86_64.rpm     1.0 MB/s | 144 kB     00:00    
12:11:05 (4/8): python3-dateutil-2.8.1-6.el9.noarch.rpm  409 kB/s | 302 kB     00:00    
12:11:05 (5/8): python3-dnf-plugins-core-4.3.0-4.el9.noa 2.1 MB/s | 260 kB     00:00    
12:11:05 (6/8): python3-six-1.15.0-9.el9.noarch.rpm      524 kB/s |  37 kB     00:00    
12:11:05 (7/8): python3-systemd-234-18.el9.x86_64.rpm    1.2 MB/s |  90 kB     00:00    
12:11:05 (8/8): systemd-libs-252-3.el9.x86_64.rpm        4.8 MB/s | 647 kB     00:00    
12:11:05 --------------------------------------------------------------------------------
12:11:05 Total                                           1.2 MB/s | 1.6 MB     00:01     
12:11:05 CentOS Stream 9 - BaseOS                        1.6 MB/s | 1.6 kB     00:00    
12:11:05 make[1]: Leaving directory '/root/build-deb'
12:11:05  dpkg-genbuildinfo
12:11:05  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.changes
12:11:05 Fetched 19.0 MB in 4s (5297 kB/s)
12:11:05 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:11:05 Processing triggers for ca-certificates (20200601~deb10u2) ...
12:11:05 Updating certificates in /etc/ssl/certs...
12:11:05 Selecting previously unselected package gnupg.
12:11:05 Preparing to unpack .../52-gnupg_2.2.4-1ubuntu1.6_armhf.deb ...
12:11:05 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
12:11:05 Selecting previously unselected package python3-software-properties.
12:11:05 Preparing to unpack .../53-python3-software-properties_0.96.24.32.20_all.deb ...
12:11:05 Unpacking python3-software-properties (0.96.24.32.20) ...
12:11:05 Selecting previously unselected package software-properties-common.
12:11:05 Preparing to unpack .../54-software-properties-common_0.96.24.32.20_all.deb ...
12:11:05 Unpacking software-properties-common (0.96.24.32.20) ...
12:11:05 Selecting previously unselected package gnupg2.
12:11:05 Preparing to unpack .../55-gnupg2_2.2.4-1ubuntu1.6_all.deb ...
12:11:05 Unpacking gnupg2 (2.2.4-1ubuntu1.6) ...
12:11:05 Setting up python-apt-common (1.6.6) ...
12:11:05 Importing GPG key 0x8483C65D:
12:11:05  Userid     : "CentOS (CentOS Official Signing Key) <security@centos.org>"
12:11:05  Fingerprint: 99DB 70FA E1D7 CE22 7FB6 4882 05B5 55B3 8483 C65D
12:11:05  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
12:11:05 Key imported successfully
12:11:05 Running transaction check
12:11:05 Transaction check succeeded.
12:11:05 Running transaction test
12:11:05 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libexpat1 amd64 2.4.7-1ubuntu0.2 [91.0 kB]
12:11:05 Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.6-1~22.04.2 [2251 kB]
12:11:05 Selecting previously unselected package python3-minimal.
12:11: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 ... 7394 files and directories currently installed.)
12:11:05 Preparing to unpack .../00-python3-minimal_3.11.1-3_amd64.deb ...
12:11:05 Unpacking python3-minimal (3.11.1-3) ...
12:11:05 Selecting previously unselected package media-types.
12:11:05 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
12:11:05 Unpacking media-types (8.0.0) ...
12:11:05 Selecting previously unselected package libmpdec3:amd64.
12:11:05 Preparing to unpack .../02-libmpdec3_2.5.1-2_amd64.deb ...
12:11:05 Unpacking libmpdec3:amd64 (2.5.1-2) ...
12:11:05 Selecting previously unselected package libncursesw6:amd64.
12:11:05 Preparing to unpack .../03-libncursesw6_6.4-2_amd64.deb ...
12:11:05 Unpacking libncursesw6:amd64 (6.4-2) ...
12:11:05 Selecting previously unselected package libkrb5support0:amd64.
12:11:05 Preparing to unpack .../04-libkrb5support0_1.20.1-1_amd64.deb ...
12:11:05 Unpacking libkrb5support0:amd64 (1.20.1-1) ...
12:11:05 Selecting previously unselected package libk5crypto3:amd64.
12:11:05 Preparing to unpack .../05-libk5crypto3_1.20.1-1_amd64.deb ...
12:11:05 Unpacking libk5crypto3:amd64 (1.20.1-1) ...
12:11:05 Selecting previously unselected package libkeyutils1:amd64.
12:11:05 Preparing to unpack .../06-libkeyutils1_1.6.3-2_amd64.deb ...
12:11:05 Unpacking libkeyutils1:amd64 (1.6.3-2) ...
12:11:05 Setting up libnpth0:armhf (1.5-3) ...
12:11:05 Setting up readline-common (7.0-3) ...
12:11:05 Setting up libapt-inst2.0:armhf (1.6.14) ...
12:11:05 Setting up apt-transport-https (1.6.14) ...
12:11:05 Setting up libnghttp2-14:armhf (1.30.0-1ubuntu1) ...
12:11:05 Setting up mime-support (3.60ubuntu1) ...
12:11:05 Setting up iso-codes (3.79-1) ...
12:11:05 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:11:05 Setting up libreadline7:armhf (7.0-3) ...
12:11:05 Setting up libpsl5:armhf (0.19.1-5build1) ...
12:11:05 Setting up libglib2.0-0:armhf (2.56.4-0ubuntu0.18.04.9) ...
12:11:05 No schema files found: doing nothing.
12:11:05 Setting up libsasl2-modules-db:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:11:05 Setting up libsasl2-2:armhf (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:11:05 Setting up distro-info-data (0.37ubuntu0.15) ...
12:11:05 Setting up libroken18-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:05 Setting up libksba8:armhf (1.3.5-2ubuntu0.18.04.2) ...
12:11:05 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-1) ...
12:11:05 Setting up libkrb5support0:armhf (1.16-2ubuntu0.3) ...
12:11:05 Transaction test succeeded.
12:11:05 Running transaction
12:11:05   Preparing        :                                                        1/1 
12:11:05   Installing       : systemd-libs-252-3.el9.x86_64                          1/8 
12:11:05   Running scriptlet: systemd-libs-252-3.el9.x86_64                          1/8 
12:11:05   Installing       : dbus-libs-1:1.12.20-7.el9.x86_64                       2/8 
12:11:05   Installing       : python3-dbus-1.2.18-2.el9.x86_64                       3/8 
12:11:05   Installing       : python3-systemd-234-18.el9.x86_64                      4/8 
12:11:05   Installing       : python3-six-1.15.0-9.el9.noarch                        5/8 
12:11:05   Installing       : python3-dateutil-1:2.8.1-6.el9.noarch                  6/8 
12:11:05   Installing       : python3-dnf-plugins-core-4.3.0-4.el9.noarch            7/8 
12:11:05   Installing       : dnf-plugins-core-4.3.0-4.el9.noarch                    8/8 
12:11:05 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-minimal amd64 3.10.6-1~22.04 [24.3 kB]
12:11:05 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB]
12:11:05 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
12:11:05 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB]
12:11:05 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB]
12:11:05 Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsqlite3-0 amd64 3.37.2-2ubuntu0.1 [641 kB]
12:11:05 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.6-1~22.04.2 [1832 kB]
12:11:05 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.6-1~22.04.2 [497 kB]
12:11:06 0 added, 0 removed; done.
12:11:06 Running hooks in /etc/ca-certificates/update.d...
12:11:06 done.
12:11:06 ++ source /etc/os-release
12:11:06 +++ PRETTY_NAME='Debian GNU/Linux 10 (buster)'
12:11:06 +++ NAME='Debian GNU/Linux'
12:11:06 +++ VERSION_ID=10
12:11:06 +++ VERSION='10 (buster)'
12:11:06 +++ VERSION_CODENAME=buster
12:11:06 +++ ID=debian
12:11:06 +++ HOME_URL=https://www.debian.org/
12:11:06 +++ SUPPORT_URL=https://www.debian.org/support
12:11:06 +++ BUG_REPORT_URL=https://bugs.debian.org/
12:11:06 ++ echo debian
12:11:06 + DIST_ID=debian
12:11:06 ++ lsb_release -sc
12:11:06 + DIST_VERSION=buster
12:11:06 + '[' buster = sid ']'
12:11:06 + install_debian_containerd
12:11:06 + '[' staging = stage ']'
12:11:06 + REPO_URL=https://download.docker.com/linux/debian
12:11:06 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
12:11:06 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
12:11:06 + update-ca-certificates -f
12:11:06 Clearing symlinks in /etc/ssl/certs...
12:11:06 Selecting previously unselected package libkrb5-3:amd64.
12:11:06 Preparing to unpack .../07-libkrb5-3_1.20.1-1_amd64.deb ...
12:11:06 Unpacking libkrb5-3:amd64 (1.20.1-1) ...
12:11:06 Selecting previously unselected package libgssapi-krb5-2:amd64.
12:11:06 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-1_amd64.deb ...
12:11:06 Unpacking libgssapi-krb5-2:amd64 (1.20.1-1) ...
12:11:06 Selecting previously unselected package libtirpc-common.
12:11:06 Preparing to unpack .../09-libtirpc-common_1.3.3+ds-1_all.deb ...
12:11:06 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:11:06 Selecting previously unselected package libtirpc3:amd64.
12:11:06 Preparing to unpack .../10-libtirpc3_1.3.3+ds-1_amd64.deb ...
12:11:06 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
12:11:06 Selecting previously unselected package libnsl2:amd64.
12:11:06 Preparing to unpack .../11-libnsl2_1.3.0-2_amd64.deb ...
12:11:06 Unpacking libnsl2:amd64 (1.3.0-2) ...
12:11:06 Setting up libgirepository-1.0-1:armhf (1.56.1-1) ...
12:11:06 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:11:06 Setting up gir1.2-glib-2.0:armhf (1.56.1-1) ...
12:11:06 Setting up libheimbase1-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:06 Setting up openssl (1.1.1-1ubuntu2.1~18.04.20) ...
12:11:06 Setting up libsqlite3-0:armhf (3.22.0-1ubuntu0.7) ...
12:11:06 Setting up libkeyutils1:armhf (1.5.9-9.2ubuntu2.1) ...
12:11:06 Setting up ca-certificates (20211016ubuntu0.18.04.1) ...
12:11:06 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3-stdlib amd64 3.10.6-1~22.04 [6910 B]
12:11:06 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3 amd64 3.10.6-1~22.04 [22.8 kB]
12:11:06 Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libapparmor1 amd64 3.0.4-2ubuntu2.1 [38.7 kB]
12:11:06 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 libargon2-1 amd64 0~20171227-0.3 [19.5 kB]
12:11:06 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB]
12:11:06 Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libjson-c5 amd64 0.15-3~ubuntu1.22.04.1 [33.5 kB]
12:11:06 Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcryptsetup12 amd64 2:2.4.3-1ubuntu1.1 [211 kB]
12:11:06 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libip4tc2 amd64 1.8.7-1ubuntu5 [19.7 kB]
12:11:06 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libkmod2 amd64 29-1ubuntu1 [48.0 kB]
12:11:06 Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd amd64 249.11-0ubuntu3.6 [4580 kB]
12:11:06 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'.
12:11:06 Fedora 37 - x86_64                               20 MB/s |  64 MB     00:03    
12:11:06 done.
12:11:06 Updating certificates in /etc/ssl/certs...
12:11:06 Selecting previously unselected package readline-common.
12:11:06 Preparing to unpack .../12-readline-common_8.2-1.3_all.deb ...
12:11:06 Unpacking readline-common (8.2-1.3) ...
12:11:06 Selecting previously unselected package libreadline8:amd64.
12:11:06 Preparing to unpack .../13-libreadline8_8.2-1.3_amd64.deb ...
12:11:06 Unpacking libreadline8:amd64 (8.2-1.3) ...
12:11:06 Selecting previously unselected package libsqlite3-0:amd64.
12:11:06 Preparing to unpack .../14-libsqlite3-0_3.40.1-1_amd64.deb ...
12:11:06 Unpacking libsqlite3-0:amd64 (3.40.1-1) ...
12:11:06 Selecting previously unselected package libpython3.11-stdlib:amd64.
12:11:06 Preparing to unpack .../15-libpython3.11-stdlib_3.11.1-2_amd64.deb ...
12:11:06 Unpacking libpython3.11-stdlib:amd64 (3.11.1-2) ...
12:11:06 Updating certificates in /etc/ssl/certs...
12:11:06 Reading package lists...
12:11:06 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 systemd-sysv amd64 249.11-0ubuntu3.6 [10.5 kB]
12:11:06 Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.7 [1183 kB]
12:11:06 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
12:11:06 Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdbus-1-3 amd64 1.12.20-2ubuntu4.1 [189 kB]
12:11:06 Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus amd64 1.12.20-2ubuntu4.1 [158 kB]
12:11:06 Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.2 [5160 B]
12:11:06 Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-0 amd64 2.72.4-0ubuntu1 [1461 kB]
12:11:06 Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgirepository-1.0-1 amd64 1.72.0-1 [55.6 kB]
12:11:06   Running scriptlet: dnf-plugins-core-4.3.0-4.el9.noarch                    8/8 
12:11:06   Verifying        : dbus-libs-1:1.12.20-7.el9.x86_64                       1/8 
12:11:06   Verifying        : dnf-plugins-core-4.3.0-4.el9.noarch                    2/8 
12:11:06   Verifying        : python3-dateutil-1:2.8.1-6.el9.noarch                  3/8 
12:11:06   Verifying        : python3-dbus-1.2.18-2.el9.x86_64                       4/8 
12:11:06   Verifying        : python3-dnf-plugins-core-4.3.0-4.el9.noarch            5/8 
12:11:06   Verifying        : python3-six-1.15.0-9.el9.noarch                        6/8 
12:11:06   Verifying        : python3-systemd-234-18.el9.x86_64                      7/8 
12:11:06   Verifying        : systemd-libs-252-3.el9.x86_64                          8/8 
12:11:06 
12:11:06 Installed:
12:11:06   dbus-libs-1:1.12.20-7.el9.x86_64                                              
12:11:06   dnf-plugins-core-4.3.0-4.el9.noarch                                           
12:11:06   python3-dateutil-1:2.8.1-6.el9.noarch                                         
12:11:06   python3-dbus-1.2.18-2.el9.x86_64                                              
12:11:06   python3-dnf-plugins-core-4.3.0-4.el9.noarch                                   
12:11:06   python3-six-1.15.0-9.el9.noarch                                               
12:11:06   python3-systemd-234-18.el9.x86_64                                             
12:11:06   systemd-libs-252-3.el9.x86_64                                                 
12:11:06 
12:11:06 Complete!
12:11:06 + case ${DIST_ID}:${DIST_VERSION} in
12:11:06 + install_rpm_containerd
12:11:06 + '[' staging = stage ']'
12:11:06 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
12:11:06 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
12:11:06 + dnf --version
12:11:06 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
12:11:06 4.14.0
12:11:06   Installed: dnf-0:4.14.0-4.el9.noarch at Mon Jan 23 09:15:53 2023
12:11:06   Built    : builder@centos.org at Fri Jan  6 14:23:17 2023
12:11:06 
12:11:06   Installed: rpm-0:4.16.1.3-22.el9.x86_64 at Mon Jan 23 09:15:51 2023
12:11:06   Built    : builder@centos.org at Mon Dec 19 23:57:50 2022
12:11:06 Selecting previously unselected package python3.11.
12:11:06 Preparing to unpack .../16-python3.11_3.11.1-2_amd64.deb ...
12:11:06 Unpacking python3.11 (3.11.1-2) ...
12:11:06 Selecting previously unselected package libpython3-stdlib:amd64.
12:11:06 Preparing to unpack .../17-libpython3-stdlib_3.11.1-3_amd64.deb ...
12:11:06 Unpacking libpython3-stdlib:amd64 (3.11.1-3) ...
12:11:06 Setting up python3-minimal (3.11.1-3) ...
12:11:06 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:11:06 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-glib-2.0 amd64 1.72.0-1 [164 kB]
12:11:06 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3459 kB]
12:11:06 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcap2-bin amd64 1:2.44-1build3 [26.0 kB]
12:11:06 Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB]
12:11:06 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-data all 2.72.4-0ubuntu1 [4882 B]
12:11:06 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB]
12:11:06 + dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
12:11:06 Adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
12:11:06 dpkg-genchanges: info: including full source code in upload
12:11:06  dpkg-source -I.git --after-build .
12:11:06 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:11:06 + destination=/build
12:11:06 + mkdir -p /build
12:11:06 + mv -v /root/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb /root/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb /build
12:11:06 copied '/root/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb'
12:11:06 removed '/root/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb'
12:11:06 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
12:11:06 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
12:11:06 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
12:11:06 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
12:11:06 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.dsc'
12:11:06 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.dsc'
12:11:06 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.tar.gz'
12:11:06 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye.tar.gz'
12:11:06 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.buildinfo'
12:11:06 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.buildinfo'
12:11:06 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.changes'
12:11:06 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.changes'
12:11:06 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
12:11:06 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb'
12:11:06 copied '/root/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb' -> '/build/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb'
12:11:06 removed '/root/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb'
12:11:06 Selecting previously unselected package python3.
12: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 ... 7905 files and directories currently installed.)
12:11:06 Preparing to unpack .../00-python3_3.11.1-3_amd64.deb ...
12:11:06 Unpacking python3 (3.11.1-3) ...
12:11:06 Selecting previously unselected package sgml-base.
12:11:06 Preparing to unpack .../01-sgml-base_1.31_all.deb ...
12:11:06 Unpacking sgml-base (1.31) ...
12:11:06 137 added, 0 removed; done.
12:11:06 Running hooks in /etc/ca-certificates/update.d...
12:11:06 done.
12:11:06 + curl -fsSL https://download.docker.com/linux/debian/gpg
12:11:06 + apt-key add -
12:11:06 Warning: apt-key output should not be parsed (stdout is not a terminal)
12:11:06 124 added, 0 removed; done.
12:11:06 Setting up libassuan0:armhf (2.5.1-2) ...
12:11:06 Setting up libmpdec2:armhf (2.4.2-1ubuntu1) ...
12:11:06 Setting up libdbus-1-3:armhf (1.12.2-1ubuntu1.4) ...
12:11:06 Setting up libpython3.6-stdlib:armhf (3.6.9-1~18.04ubuntu1.9) ...
12:11:06 Setting up libk5crypto3:armhf (1.16-2ubuntu0.3) ...
12:11:06 Setting up python3.6 (3.6.9-1~18.04ubuntu1.9) ...
12:11:06 + dnf config-manager --set-disabled 'docker-ce-*'
12:11:07 Selecting previously unselected package openssl.
12:11:07 Preparing to unpack .../02-openssl_3.0.7-2_amd64.deb ...
12:11:07 Unpacking openssl (3.0.7-2) ...
12:11:07 Selecting previously unselected package ca-certificates.
12:11:07 Preparing to unpack .../03-ca-certificates_20211016_all.deb ...
12:11:07 Unpacking ca-certificates (20211016) ...
12:11:07 Selecting previously unselected package libpam-systemd:amd64.
12:11:07 Preparing to unpack .../04-libpam-systemd_252.5-2_amd64.deb ...
12:11:07 Unpacking libpam-systemd:amd64 (252.5-2) ...
12:11:07 Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpam-systemd amd64 249.11-0ubuntu3.6 [203 kB]
12:11:07 Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.2 [764 kB]
12:11:07 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB]
12:11:07 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
12:11:07 Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0 [15.2 kB]
12:11:07 Get:41 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0 [164 kB]
12:11:07 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-dbus amd64 1.2.18-3build1 [99.5 kB]
12:11:07 Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-gi amd64 3.42.1-0ubuntu1 [229 kB]
12:11:07 Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
12:11:07 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build3 [76.3 kB]
12:11:07 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
12:11:07 Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 apt-transport-https all 2.4.8 [1506 B]
12:11:07 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
12:11:07 Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1.1 [20.6 kB]
12:11:07 Get:50 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1.1 [53.8 kB]
12:11:07 Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-0ubuntu0.22.04.1 [183 kB]
12:11:07 + dnf config-manager --set-enabled docker-ce-test
12:11:07 Selecting previously unselected package apt-transport-https.
12:11:07 Preparing to unpack .../05-apt-transport-https_2.5.5_all.deb ...
12:11:07 Unpacking apt-transport-https (2.5.5) ...
12:11:07 Selecting previously unselected package libbrotli1:amd64.
12:11:07 Preparing to unpack .../06-libbrotli1_1.0.9-2+b6_amd64.deb ...
12:11:07 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
12:11:07 Selecting previously unselected package libsasl2-modules-db:amd64.
12:11:07 Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
12:11:07 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
12:11:07 Selecting previously unselected package libsasl2-2:amd64.
12:11:07 Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
12:11:07 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
12:11:07 Selecting previously unselected package libldap-2.5-0:amd64.
12:11:07 Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-3_amd64.deb ...
12:11:07 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-3) ...
12:11:07 OK
12:11:07 + '[' buster = sid ']'
12:11:07 ++ dpkg --print-architecture
12:11:07 + ARCH=amd64
12:11:07 + echo 'deb [arch=amd64] https://download.docker.com/linux/debian buster test'
12:11:07 + apt-get update
12:11:07 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
12:11:07 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
12:11:07 Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.7 [289 kB]
12:11:07 Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.7 [193 kB]
12:11:07 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB]
12:11:07 Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB]
12:11:07 Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libksba8 amd64 1.6.0-2ubuntu0.2 [119 kB]
12:11:07 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
12:11:07 Get:60 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB]
12:11:07 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackagekit-glib2-18 amd64 1.2.5-2ubuntu2 [123 kB]
12:11:07 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.5-2ubuntu2 [25.3 kB]
12:11:07 Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
12:11:07 Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB]
12:11:07 Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB]
12:11:07 + dnf makecache
12:11:07 Selecting previously unselected package libnghttp2-14:amd64.
12:11:07 Preparing to unpack .../10-libnghttp2-14_1.51.0-1_amd64.deb ...
12:11:07 Unpacking libnghttp2-14:amd64 (1.51.0-1) ...
12:11:07 Selecting previously unselected package libpsl5:amd64.
12:11:07 Preparing to unpack .../11-libpsl5_0.21.0-1.2_amd64.deb ...
12:11:07 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
12:11:07 Selecting previously unselected package librtmp1:amd64.
12:11:07 Preparing to unpack .../12-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
12:11:07 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:11:07 Selecting previously unselected package libssh2-1:amd64.
12:11:07 Preparing to unpack .../13-libssh2-1_1.10.0-3+b1_amd64.deb ...
12:11:07 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ...
12:11:07 Selecting previously unselected package libcurl4:amd64.
12:11:07 Preparing to unpack .../14-libcurl4_7.87.0-2_amd64.deb ...
12:11:07 Unpacking libcurl4:amd64 (7.87.0-2) ...
12:11:07 Hit:1 http://deb.debian.org/debian buster InRelease
12:11:07 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
12:11:07 Hit:3 http://deb.debian.org/debian buster-updates InRelease
12:11:07 Get:4 https://download.docker.com/linux/debian buster InRelease [54.0 kB]
12:11:07 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB]
12:11:07 Get:67 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB]
12:11:07 Get:68 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB]
12:11:07 Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB]
12:11:07 Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB]
12:11:07 Get:71 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
12:11:07 Get:72 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.7 [283 kB]
12:11:07 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstemmer0d amd64 2.2.0-1build1 [165 kB]
12:11:07 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmlb2 amd64 0.3.6-2build1 [67.8 kB]
12:11:07 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libappstream4 amd64 0.15.2-2 [192 kB]
12:11:07 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB]
12:11:07 Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libglib2.0-bin amd64 2.72.4-0ubuntu1 [80.9 kB]
12:11:07 Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunwind8 amd64 1.3.2-2build2 [54.5 kB]
12:11:07 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libgstreamer1.0-0 amd64 1.20.3-0ubuntu1 [983 kB]
12:11:07 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-gobject-1-0 amd64 0.105-33 [43.2 kB]
12:11:07 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpolkit-agent-1-0 amd64 0.105-33 [16.8 kB]
12:11:07 Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 polkitd amd64 0.105-33 [80.0 kB]
12:11:07 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkexec amd64 0.105-33 [15.2 kB]
12:11:07 Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 policykit-1 amd64 0.105-33 [2426 B]
12:11:07 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-blinker all 1.4+dfsg1-0.4 [14.0 kB]
12:11:07 CentOS Stream 9 - BaseOS                         26 kB/s | 7.0 kB     00:00    
12:11:07 Setting up libwind0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:07 Setting up libasn1-8-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:07 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
12:11:07 Setting up libhcrypto4-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:07 Setting up libhx509-5-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:07 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
12:11:07 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
12:11:07 Setting up pinentry-curses (1.1.0-1) ...
12:11:07 Setting up libkrb5-3:armhf (1.16-2ubuntu0.3) ...
12:11:07 Setting up libkrb5-26-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:07 Setting up libheimntlm0-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:07 Setting up gpg (2.2.4-1ubuntu1.6) ...
12:11:07 Setting up libpython3-stdlib:armhf (3.6.7-1~18.04) ...
12:11:07 Setting up python3 (3.6.7-1~18.04) ...
12:11:07 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
12:11:07 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:11:07 Setting up python3-gi (3.26.1-2ubuntu1) ...
12:11:07 Setting up libip6tc2:amd64 (1.8.4-3ubuntu2) ...
12:11:07 Setting up libmnl0:amd64 (1.0.4-2) ...
12:11:07 Setting up containerd.io (1.6.16-1) ...
12:11:07 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:11:07 Setting up libxtables12:amd64 (1.8.4-3ubuntu2) ...
12:11:07 Setting up libnfnetlink0:amd64 (1.0.1-3build1) ...
12:11:07 Setting up netbase (6.1) ...
12:11:07 Setting up libnftnl11:amd64 (1.1.5-1) ...
12:11:07 Setting up libnetfilter-conntrack3:amd64 (1.0.7-2) ...
12:11:07 Setting up iptables (1.8.4-3ubuntu2) ...
12:11:07 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:11:07 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:07 Selecting previously unselected package curl.
12:11:07 Preparing to unpack .../15-curl_7.87.0-2_amd64.deb ...
12:11:07 Unpacking curl (7.87.0-2) ...
12:11:07 Selecting previously unselected package libassuan0:amd64.
12:11:07 Preparing to unpack .../16-libassuan0_2.5.5-5_amd64.deb ...
12:11:07 Unpacking libassuan0:amd64 (2.5.5-5) ...
12:11:07 Selecting previously unselected package gpgconf.
12:11:07 Preparing to unpack .../17-gpgconf_2.2.40-1_amd64.deb ...
12:11:07 Unpacking gpgconf (2.2.40-1) ...
12:11:07 Selecting previously unselected package libksba8:amd64.
12:11:07 Preparing to unpack .../18-libksba8_1.6.3-2_amd64.deb ...
12:11:07 Unpacking libksba8:amd64 (1.6.3-2) ...
12:11:07 Get:5 https://download.docker.com/linux/debian buster/test amd64 Packages [56.2 kB]
12:11:07 Fetched 110 kB in 1s (170 kB/s)
12:11:07 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cffi-backend amd64 1.15.0-1build2 [77.4 kB]
12:11:07 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cryptography amd64 3.4.8-1ubuntu2 [236 kB]
12:11:07 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyparsing all 2.4.7-1 [61.4 kB]
12:11:07 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-httplib2 all 0.20.2-2 [30.4 kB]
12:11:07 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-more-itertools all 8.10.0-2 [47.9 kB]
12:11:07 Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zipp all 1.0.0-3 [5440 B]
12:11:07 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-importlib-metadata all 4.6.4-1 [16.2 kB]
12:11:07 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jeepney all 0.7.1-3 [36.8 kB]
12:11:07 Get:94 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB]
12:11:07 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-secretstorage all 3.3.1-1 [13.2 kB]
12:11:07 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-keyring all 23.5.0-1 [35.7 kB]
12:11:07 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.uri all 1.0.6-2 [14.4 kB]
12:11:07 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wadllib all 1.3.6-1 [36.4 kB]
12:11:07 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-distro all 1.7.0-1 [17.0 kB]
12:11:07 Get:100 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB]
12:11:07 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
12:11:07 Reading package lists...
12:11:07 Building dependency tree...
12:11:07 Reading state information...
12:11:08 Setting up lsb-release (9.20170808ubuntu1) ...
12:11:08 Setting up libgssapi-krb5-2:armhf (1.16-2ubuntu0.3) ...
12:11:08 Setting up libgssapi3-heimdal:armhf (7.5.0+dfsg-1ubuntu0.3) ...
12:11:08 Setting up python3-apt (1.6.6) ...
12:11:08 Selecting previously unselected package libnpth0:amd64.
12:11:08 Preparing to unpack .../19-libnpth0_1.6-3_amd64.deb ...
12:11:08 Unpacking libnpth0:amd64 (1.6-3) ...
12:11:08 Selecting previously unselected package dirmngr.
12:11:08 Preparing to unpack .../20-dirmngr_2.2.40-1_amd64.deb ...
12:11:08 Unpacking dirmngr (2.2.40-1) ...
12:11:08 Selecting previously unselected package distro-info-data.
12:11:08 Preparing to unpack .../21-distro-info-data_0.56_all.deb ...
12:11:08 Unpacking distro-info-data (0.56) ...
12:11:08 Selecting previously unselected package libglib2.0-0:amd64.
12:11:08 Preparing to unpack .../22-libglib2.0-0_2.74.5-1_amd64.deb ...
12:11:08 Unpacking libglib2.0-0:amd64 (2.74.5-1) ...
12:11:08 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:11:08 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:11:08 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:11:08 + verify_binaries
12:11:08 + docker --version
12:11:08 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:11:08 ++ uname -m
12:11:08 + '[' x86_64 = x86_64 ']'
12:11:08 + docker scan --help
12:11:08 
12:11:08 Usage:  docker scan [OPTIONS] IMAGE
12:11:08 
12:11:08 A tool to scan your images
12:11:08 
12:11:08 Options:
12:11:08       --accept-license    Accept using a third party scanning provider
12:11:08       --dependency-tree   Show dependency tree with scan results
12:11:08       --exclude-base      Exclude base image from vulnerability scanning
12:11:08                           (requires --file)
12:11:08   -f, --file string       Dockerfile associated with image, provides more
12:11:08                           detailed results
12:11:08       --group-issues      Aggregate duplicated vulnerabilities and group
12:11:08                           them to a single one (requires --json)
12:11:08       --json              Output results in JSON format
12:11:08       --login             Authenticate to the scan provider using an
12:11:08                           optional token (with --token), or web base
12:11:08                           token if empty
12:11:08       --reject-license    Reject using a third party scanning provider
12:11:08       --severity string   Only report vulnerabilities of provided level
12:11:08                           or higher (low|medium|high)
12:11:08       --token string      Authentication token to login to the third
12:11:08                           party scanning provider
12:11:08       --version           Display version of the scan plugin
12:11:08 + docker buildx version
12:11:08 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'.
12:11:08 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
12:11:08 ca-certificates is already the newest version (20200601~deb10u2).
12:11:08 The following additional packages will be installed:
12:11:08   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 iso-codes
12:11:08   libapt-inst2.0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
12:11:08   libgirepository-1.0-1 libglib2.0-0 libmpdec2 libpackagekit-glib2-18
12:11:08   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib mime-support
12:11:08   python-apt-common python3 python3-apt python3-dbus python3-gi
12:11:08   python3-minimal python3-pycurl python3-software-properties python3.7
12:11:08   python3.7-minimal
12:11:08 Suggested packages:
12:11:08   isoquery lsb python3-doc python3-tk python3-venv python3-apt-dbg
12:11:08   python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev
12:11:08   python-pycurl-doc python3-pycurl-dbg python3.7-venv python3.7-doc binutils
12:11:08   binfmt-support
12:11:08 Recommended packages:
12:11:08   dbus libglib2.0-data shared-mime-info xdg-user-dirs packagekit bzip2 file
12:11:08   xz-utils unattended-upgrades
12:11:08 CentOS Stream 9 - AppStream                      23 kB/s | 7.1 kB     00:00    
12:11:08 Selecting previously unselected package libgirepository-1.0-1:amd64.
12:11:08 Preparing to unpack .../23-libgirepository-1.0-1_1.74.0-3_amd64.deb ...
12:11:08 Unpacking libgirepository-1.0-1:amd64 (1.74.0-3) ...
12:11:08 Selecting previously unselected package gir1.2-glib-2.0:amd64.
12:11:08 Preparing to unpack .../24-gir1.2-glib-2.0_1.74.0-3_amd64.deb ...
12:11:08 Unpacking gir1.2-glib-2.0:amd64 (1.74.0-3) ...
12:11:08 Selecting previously unselected package libpackagekit-glib2-18:amd64.
12:11:08 Preparing to unpack .../25-libpackagekit-glib2-18_1.2.6-2_amd64.deb ...
12:11:08 Unpacking libpackagekit-glib2-18:amd64 (1.2.6-2) ...
12:11:08 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:11:08 Preparing to unpack .../26-gir1.2-packagekitglib-1.0_1.2.6-2_amd64.deb ...
12:11:08 Unpacking gir1.2-packagekitglib-1.0 (1.2.6-2) ...
12:11:08 Setting up python3-dbus (1.2.6-1) ...
12:11:08 Setting up libldap-2.4-2:armhf (2.4.45+dfsg-1ubuntu1.11) ...
12:11:08 Setting up python3-software-properties (0.96.24.32.20) ...
12:11:08 github.com/docker/buildx v0.10.2 00ed17d
12:11:08 + docker compose version
12:11:08 Docker Compose version v2.15.1
12:11:08 + dockerd --version
12:11:08 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:11:08 + docker-proxy --version
12:11:08 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:11:08 + containerd --version
12:11:08 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:08 + ctr --version
12:11:08 ctr containerd.io 1.6.16
12:11:08 + containerd-shim --help
12:11:08 Usage of containerd-shim:
12:11:08   -address string
12:11:08     	grpc address back to main containerd
12:11:08   -containerd-binary containerd publish
12:11:08     	path to containerd binary (used for containerd publish) (default "containerd")
12:11:08   -criu string
12:11:08     	path to criu binary
12:11:08   -debug
12:11:08     	enable debug output in logs
12:11:08   -namespace string
12:11:08     	namespace that owns the shim
12:11:08   -runtime-root string
12:11:08     	root directory for the runtime (default "/run/containerd/runc")
12:11:08   -socket string
12:11:08     	socket path to serve
12:11:08   -systemd-cgroup
12:11:08     	set runtime to use systemd-cgroup
12:11:08   -workdir string
12:11:08     	path used to storge large temporary data
12:11:08 + containerd-shim-runc-v1 -v
12:11:08 containerd-shim-runc-v1:
12:11:08   Version:  1.6.16
12:11:08   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:08   Go version: go1.18.10
12:11:08 
12:11:08 + containerd-shim-runc-v2 -v
12:11:08 containerd-shim-runc-v2:
12:11:08   Version:  1.6.16
12:11:08   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:08   Go version: go1.18.10
12:11:08 
12:11:08 + runc --version
12:11:08 runc version 1.1.4
12:11:08 commit: v1.1.4-0-g5fd4c4d
12:11:08 spec: 1.0.2-dev
12:11:08 go: go1.18.10
12:11:08 libseccomp: 2.5.1
12:11:08 Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-launchpadlib all 1.10.16-1 [125 kB]
12:11:08 Get:104 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.5 [28.8 kB]
12:11:08 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 packagekit amd64 1.2.5-2ubuntu2 [442 kB]
12:11:08 Get:106 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.5 [14.1 kB]
12:11:08 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 gnupg2 all 2.2.27-3ubuntu2.1 [5548 B]
12:11:08 debconf: delaying package configuration, since apt-utils is not installed
12:11:08 Fetched 38.3 MB in 4s (10.3 MB/s)
12:11:08 Selecting previously unselected package libpython3.10-minimal:amd64.
12:11: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 ... 4395 files and directories currently installed.)
12:11:08 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_amd64.deb ...
12:11:08 Unpacking libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ...
12:11:08 Reading package lists...
12:11:08 The following NEW packages will be installed:
12:11:08   apt-transport-https distro-info-data gir1.2-glib-2.0
12:11:08   gir1.2-packagekitglib-1.0 gnupg2 iso-codes libapt-inst2.0 libcurl3-gnutls
12:11:08   libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libmpdec2
12:11:08   libpackagekit-glib2-18 libpython3-stdlib libpython3.7-minimal
12:11:08   libpython3.7-stdlib lsb-release mime-support python-apt-common python3
12:11:08   python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
12:11:08   python3-software-properties python3.7 python3.7-minimal
12:11:08   software-properties-common
12:11:08 The following packages will be upgraded:
12:11:08   curl libcurl4
12:11:08 CentOS Stream 9 - Extras packages                28 kB/s | 7.6 kB     00:00    
12:11:08 Selecting previously unselected package gnupg-l10n.
12:11:08 Preparing to unpack .../27-gnupg-l10n_2.2.40-1_all.deb ...
12:11:08 Unpacking gnupg-l10n (2.2.40-1) ...
12:11:08 Selecting previously unselected package gnupg-utils.
12:11:08 Preparing to unpack .../28-gnupg-utils_2.2.40-1_amd64.deb ...
12:11:08 Unpacking gnupg-utils (2.2.40-1) ...
12:11:08 Selecting previously unselected package gpg.
12:11:08 Preparing to unpack .../29-gpg_2.2.40-1_amd64.deb ...
12:11:08 Unpacking gpg (2.2.40-1) ...
12:11:08 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
12:11:08 Setting up software-properties-common (0.96.24.32.20) ...
12:11:08 Setting up libcurl4:armhf (7.58.0-2ubuntu3.22) ...
12:11:08 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:11:08 Setting up curl (7.58.0-2ubuntu3.22) ...
12:11:08 Setting up gnupg (2.2.4-1ubuntu1.6) ...
12:11:08 Setting up gnupg2 (2.2.4-1ubuntu1.6) ...
12:11:08 ++ find deb/debbuild/debian-buster/ -type f -name '*.deb'
12:11:08 + packages='deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb
12:11:08 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb
12:11:08 deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_amd64.deb
12:11:08 deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb
12:11:08 deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb
12:11:08 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
12:11:08 ++ echo 'deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb
12:11:08 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb
12:11:08 deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_amd64.deb
12:11:08 deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb
12:11:08 deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb
12:11:08 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
12:11:08 ++ xargs
12:11:08 ++ awk '$0="./"$0'
12:11:08 + packages='./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb'
12:11:08 + set -x
12:11:08 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb
12:11:08 Selecting previously unselected package docker-buildx-plugin.
12:11:08 (Reading database ... 9718 files and directories currently installed.)
12:11:08 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb ...
12:11:08 Unpacking docker-buildx-plugin (0.10.2-1~debian.10~buster) ...
12:11:08 Selecting previously unselected package libexpat1:amd64.
12:11:08 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_amd64.deb ...
12:11:08 Unpacking libexpat1:amd64 (2.4.7-1ubuntu0.2) ...
12:11:08 Selecting previously unselected package python3.10-minimal.
12:11:08 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_amd64.deb ...
12:11:08 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
12:11:08 Setting up libpython3.10-minimal:amd64 (3.10.6-1~22.04.2) ...
12:11:08 Setting up libexpat1:amd64 (2.4.7-1ubuntu0.2) ...
12:11:08 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
12:11:08 make[1]: Leaving directory '/root/build-deb'
12:11:08  dpkg-genbuildinfo
12:11:08 Selecting previously unselected package pinentry-curses.
12:11:08 Preparing to unpack .../30-pinentry-curses_1.2.1-1_amd64.deb ...
12:11:08 Unpacking pinentry-curses (1.2.1-1) ...
12:11:08 Selecting previously unselected package gpg-agent.
12:11:08 Preparing to unpack .../31-gpg-agent_2.2.40-1_amd64.deb ...
12:11:08 Unpacking gpg-agent (2.2.40-1) ...
12:11:08 Selecting previously unselected package gpg-wks-client.
12:11:08 Preparing to unpack .../32-gpg-wks-client_2.2.40-1_amd64.deb ...
12:11:08 Unpacking gpg-wks-client (2.2.40-1) ...
12:11:08 Selecting previously unselected package gpg-wks-server.
12:11:08 Preparing to unpack .../33-gpg-wks-server_2.2.40-1_amd64.deb ...
12:11:08 Unpacking gpg-wks-server (2.2.40-1) ...
12:11:08 Selecting previously unselected package gpgsm.
12:11:08 Preparing to unpack .../34-gpgsm_2.2.40-1_amd64.deb ...
12:11:08 Unpacking gpgsm (2.2.40-1) ...
12:11:08 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:11:08 Processing triggers for ca-certificates (20211016ubuntu0.18.04.1) ...
12:11:08 Updating certificates in /etc/ssl/certs...
12:11:09 2 upgraded, 30 newly installed, 0 to remove and 8 not upgraded.
12:11:09 Need to get 11.0 MB of archives.
12:11:09 After this operation, 51.9 MB of additional disk space will be used.
12:11:09 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u4 [583 kB]
12:11:09 Docker CE Test - x86_64                          35 kB/s |  23 kB     00:00    
12:11:09 Selecting previously unselected package gnupg.
12:11:09 Preparing to unpack .../35-gnupg_2.2.40-1_all.deb ...
12:11:09 Unpacking gnupg (2.2.40-1) ...
12:11:09 Selecting previously unselected package gnupg2.
12:11:09 Preparing to unpack .../36-gnupg2_2.2.40-1_all.deb ...
12:11:09 Unpacking gnupg2 (2.2.40-1) ...
12:11:09 Selecting previously unselected package iso-codes.
12:11:09 Preparing to unpack .../37-iso-codes_4.12.0-1_all.deb ...
12:11:09 Unpacking iso-codes (4.12.0-1) ...
12:11:09 0 added, 0 removed; done.
12:11:09 Running hooks in /etc/ca-certificates/update.d...
12:11:09 done.
12:11:09 ++ source /etc/os-release
12:11:09 +++ NAME=Ubuntu
12:11:09 +++ VERSION='18.04.6 LTS (Bionic Beaver)'
12:11:09 +++ ID=ubuntu
12:11:09 +++ ID_LIKE=debian
12:11:09 +++ PRETTY_NAME='Ubuntu 18.04.6 LTS'
12:11:09 +++ VERSION_ID=18.04
12:11:09 +++ HOME_URL=https://www.ubuntu.com/
12:11:09 +++ SUPPORT_URL=https://help.ubuntu.com/
12:11:09 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
12:11:09 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
12:11:09 +++ VERSION_CODENAME=bionic
12:11:09 +++ UBUNTU_CODENAME=bionic
12:11:09 ++ echo ubuntu
12:11:09 + DIST_ID=ubuntu
12:11:09 ++ lsb_release -sc
12:11:09 + DIST_VERSION=bionic
12:11:09 + '[' bionic = sid ']'
12:11:09 + install_debian_containerd
12:11:09 + '[' staging = stage ']'
12:11:09 + REPO_URL=https://download.docker.com/linux/ubuntu
12:11:09 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
12:11:09 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
12:11:09 + update-ca-certificates -f
12:11:09 Clearing symlinks in /etc/ssl/certs...
12:11:09 Selecting previously unselected package python3-minimal.
12:11:09 Metadata cache created.
12:11:09  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.changes
12:11:09 done.
12:11:09 Updating certificates in /etc/ssl/certs...
12:11: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 ... 4697 files and directories currently installed.)
12:11:09 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_amd64.deb ...
12:11:09 Unpacking python3-minimal (3.10.6-1~22.04) ...
12:11:09 Selecting previously unselected package media-types.
12:11:09 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
12:11:09 Unpacking media-types (7.0.0) ...
12:11:09 Selecting previously unselected package libmpdec3:amd64.
12:11:09 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
12:11:09 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
12:11:09 Selecting previously unselected package readline-common.
12:11:09 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
12:11:09 Unpacking readline-common (8.1.2-1) ...
12:11:09 Selecting previously unselected package libreadline8:amd64.
12:11:09 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ...
12:11:09 Unpacking libreadline8:amd64 (8.1.2-1) ...
12:11:09 Selecting previously unselected package libsqlite3-0:amd64.
12:11:09 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_amd64.deb ...
12:11:09 Unpacking libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ...
12:11:09 Selecting previously unselected package libpython3.10-stdlib:amd64.
12:11:09 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_amd64.deb ...
12:11:09 Unpacking libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ...
12:11:09 [DEBUG] Installing engine rpms
12:11:09 + echo '[DEBUG] Installing engine rpms'
12:11:09 ++ find rpm/rpmbuild/centos-9/RPMS/ -type f -name '*.rpm'
12:11:09 ++ sed /src/d
12:11:09 + packages='rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm
12:11:09 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-compose-plugin-2.15.1-0.el9.x86_64.rpm
12:11:09 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm
12:11:09 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el9.x86_64.rpm
12:11:09 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el9.x86_64.rpm
12:11:09 rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm'
12:11:09 + set -x
12:11:09 ++ source /etc/os-release
12:11:09 +++ NAME='CentOS Stream'
12:11:09 +++ VERSION=9
12:11:09 +++ ID=centos
12:11:09 +++ ID_LIKE='rhel fedora'
12:11:09 +++ VERSION_ID=9
12:11:09 +++ PLATFORM_ID=platform:el9
12:11:09 +++ PRETTY_NAME='CentOS Stream 9'
12:11:09 +++ ANSI_COLOR='0;31'
12:11:09 +++ LOGO=fedora-logo-icon
12:11:09 +++ CPE_NAME=cpe:/o:centos:centos:9
12:11:09 +++ HOME_URL=https://centos.org/
12:11:09 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:11:09 +++ REDHAT_SUPPORT_PRODUCT='Red Hat Enterprise Linux 9'
12:11:09 +++ REDHAT_SUPPORT_PRODUCT_VERSION='CentOS Stream'
12:11:09 ++ echo 'CentOS Stream'
12:11:09 + product_version='CentOS Stream'
12:11:09 + '[' 'CentOS Stream' = rawhide ']'
12:11:09 + dnf install -y rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-compose-plugin-2.15.1-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el9.x86_64.rpm rpm/rpmbuild/centos-9/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64.rpm
12:11:09 Get:2 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [78.8 kB]
12:11:09 Get:3 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u4 [1463 kB]
12:11:09 Get:4 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
12:11:09 Get:5 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
12:11:09 Get:6 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
12:11:09 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u4 [1663 kB]
12:11:09 Get:8 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u4 [330 kB]
12:11:09 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
12:11:09 Get:10 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
12:11:09 Get:11 http://archive.raspbian.org/raspbian buster/main armhf apt-transport-https all 1.8.2.3 [149 kB]
12:11:09 Get:12 http://archive.raspbian.org/raspbian buster/main armhf curl armhf 7.64.0-4+deb10u4 [255 kB]
12:11:09 Get:13 http://archive.raspbian.org/raspbian buster/main armhf libcurl4 armhf 7.64.0-4+deb10u4 [295 kB]
12:11:09 Get:14 http://archive.raspbian.org/raspbian buster/main armhf distro-info-data all 0.41+deb10u6 [7080 B]
12:11:09 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1079 kB]
12:11:09 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:11:09 124 added, 0 removed; done.
12:11:09 Running hooks in /etc/ca-certificates/update.d...
12:11:09 done.
12:11:09 + apt-key add -
12:11:09 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
12:11:09 Selecting previously unselected package libcurl3-gnutls:amd64.
12:11:09 Preparing to unpack .../38-libcurl3-gnutls_7.87.0-2_amd64.deb ...
12:11:09 Unpacking libcurl3-gnutls:amd64 (7.87.0-2) ...
12:11:09 Selecting previously unselected package libstemmer0d:amd64.
12:11:09 Preparing to unpack .../39-libstemmer0d_2.2.0-2_amd64.deb ...
12:11:09 Unpacking libstemmer0d:amd64 (2.2.0-2) ...
12:11:09 Selecting previously unselected package libicu72:amd64.
12:11:09 Preparing to unpack .../40-libicu72_72.1-3_amd64.deb ...
12:11:09 Unpacking libicu72:amd64 (72.1-3) ...
12:11:09 Selecting previously unselected package python3.10.
12:11:09 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_amd64.deb ...
12:11:09 Unpacking python3.10 (3.10.6-1~22.04.2) ...
12:11:09 Selecting previously unselected package libpython3-stdlib:amd64.
12:11:09 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_amd64.deb ...
12:11:09 Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
12:11:09 Setting up python3-minimal (3.10.6-1~22.04) ...
12:11:09 Dependencies resolved.
12:11:09 ==================================================================================================
12:11:09  Package                        Arch    Version                              Repository       Size
12:11:09 ==================================================================================================
12:11:09 Installing:
12:11:09  docker-buildx-plugin           x86_64  0.10.2-0.el9                         @commandline     12 M
12:11:09  docker-ce                      x86_64  3:0.0.0~20230206193855.ab4ef4a-0.el9 @commandline     23 M
12:11:09  docker-ce-cli                  x86_64  1:0.0.0~20230206193855.ab4ef4a-0.el9 @commandline    7.0 M
12:11:09  docker-ce-rootless-extras      x86_64  0.0.0~20230206193855.ab4ef4a-0.el9   @commandline    3.8 M
12:11:09  docker-compose-plugin          x86_64  2.15.1-0.el9                         @commandline     10 M
12:11:09  docker-scan-plugin             x86_64  0.23.0-0.el9                         @commandline    3.8 M
12:11:09 Installing dependencies:
12:11:09  acl                            x86_64  2.3.1-3.el9                          baseos           73 k
12:11:09  checkpolicy                    x86_64  3.5-0.rc2.1.el9                      appstream       347 k
12:11:09  container-selinux              noarch  3:2.198.0-1.el9                      appstream        51 k
12:11:09  containerd.io                  x86_64  1.6.16-3.1.el9                       docker-ce-test   32 M
12:11:09  cracklib                       x86_64  2.9.6-27.el9                         baseos           94 k
12:11:09  cracklib-dicts                 x86_64  2.9.6-27.el9                         baseos          3.6 M
12:11:09  dbus                           x86_64  1:1.12.20-7.el9                      baseos          3.9 k
12:11:09  dbus-broker                    x86_64  28-7.el9                             baseos          172 k
12:11:09  dbus-common                    noarch  1:1.12.20-7.el9                      baseos           15 k
12:11:09  device-mapper                  x86_64  9:1.02.187-4.el9                     baseos          141 k
12:11:09  device-mapper-libs             x86_64  9:1.02.187-4.el9                     baseos          178 k
12:11:09  diffutils                      x86_64  3.7-12.el9                           baseos          397 k
12:11:09  fuse-common                    x86_64  3.10.2-5.el9                         baseos          9.0 k
12:11:09  fuse-overlayfs                 x86_64  1.10-1.el9                           appstream        72 k
12:11:09  fuse3                          x86_64  3.10.2-5.el9                         appstream        54 k
12:11:09  fuse3-libs                     x86_64  3.10.2-5.el9                         appstream        93 k
12:11:09  iptables-libs                  x86_64  1.8.8-6.el9                          baseos          464 k
12:11:09  iptables-nft                   x86_64  1.8.8-6.el9                          baseos          203 k
12:11:09  kmod                           x86_64  28-7.el9                             baseos          127 k
12:11:09  kmod-libs                      x86_64  28-7.el9                             baseos           64 k
12:11:09  libdb                          x86_64  5.3.28-53.el9                        baseos          738 k
12:11:09  libeconf                       x86_64  0.4.1-2.el9                          baseos           28 k
12:11:09  libfdisk                       x86_64  2.37.4-9.el9                         baseos          155 k
12:11:09  libibverbs                     x86_64  41.0-3.el9                           baseos          383 k
12:11:09  libmnl                         x86_64  1.0.4-15.el9                         baseos           29 k
12:11:09  libnetfilter_conntrack         x86_64  1.0.9-1.el9                          baseos           59 k
12:11:09  libnfnetlink                   x86_64  1.0.1-21.el9                         baseos           30 k
12:11:09  libnftnl                       x86_64  1.2.2-1.el9                          baseos           84 k
12:11:09  libnl3                         x86_64  3.7.0-1.el9                          baseos          350 k
12:11:09  libpcap                        x86_64  14:1.10.0-4.el9                      baseos          173 k
12:11:09  libpwquality                   x86_64  1.4.4-8.el9                          baseos          119 k
12:11:09  libseccomp                     x86_64  2.5.2-2.el9                          baseos           72 k
12:11:09  libselinux-utils               x86_64  3.5-0.rc1.1.el9                      baseos          181 k
12:11:09  libslirp                       x86_64  4.4.0-4.el9                          appstream        69 k
12:11:09  libutempter                    x86_64  1.2.1-6.el9                          baseos           27 k
12:11:09  openssl                        x86_64  1:3.0.7-2.el9                        baseos          1.2 M
12:11:09  pam                            x86_64  1.5.1-14.el9                         baseos          621 k
12:11:09  policycoreutils                x86_64  3.5-0.rc1.2.el9                      baseos          236 k
12:11:09  policycoreutils-python-utils   noarch  3.5-0.rc1.2.el9                      appstream        75 k
12:11:09  python3-audit                  x86_64  3.0.7-103.el9                        appstream        84 k
12:11:09  python3-distro                 noarch  1.5.0-7.el9                          baseos           37 k
12:11:09  python3-libselinux             x86_64  3.5-0.rc1.1.el9                      appstream       187 k
12:11:09  python3-libsemanage            x86_64  3.5-0.rc1.1.el9                      appstream        80 k
12:11:09  python3-policycoreutils        noarch  3.5-0.rc1.2.el9                      appstream       2.1 M
12:11:09  python3-setools                x86_64  4.4.0-5.el9                          baseos          599 k
12:11:09  python3-setuptools             noarch  53.0.0-12.el9                        baseos          944 k
12:11:09  rpm-plugin-selinux             x86_64  4.16.1.3-22.el9                      baseos           18 k
12:11:09  selinux-policy                 noarch  38.1.5-1.el9                         baseos           54 k
12:11:09  selinux-policy-targeted        noarch  38.1.5-1.el9                         baseos          6.8 M
12:11:09  slirp4netns                    x86_64  1.2.0-2.el9                          appstream        47 k
12:11:09  systemd                        x86_64  252-3.el9                            baseos          4.1 M
12:11:09  systemd-pam                    x86_64  252-3.el9                            baseos          255 k
12:11:09  systemd-rpm-macros             noarch  252-3.el9                            baseos           43 k
12:11:09  util-linux                     x86_64  2.37.4-9.el9                         baseos          2.3 M
12:11:09  util-linux-core                x86_64  2.37.4-9.el9                         baseos          461 k
12:11:09  xz                             x86_64  5.2.5-8.el9                          baseos          226 k
12:11:09 
12:11:09 Transaction Summary
12:11:09 ==================================================================================================
12:11:09 Install  62 Packages
12:11:09 
12:11:09 Total size: 120 M
12:11:09 Total download size: 61 M
12:11:09 Installed size: 441 M
12:11:09 Downloading Packages:
12:11:09 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libgirepository-1.0-1 armhf 1.58.3-2 [78.8 kB]
12:11:09 Get:17 http://archive.raspbian.org/raspbian buster/main armhf gir1.2-glib-2.0 armhf 1.58.3-2 [143 kB]
12:11:09 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libpackagekit-glib2-18 armhf 1.1.12-5 [98.1 kB]
12:11:09 Get:19 http://archive.raspbian.org/raspbian buster/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.12-5 [35.9 kB]
12:11:09 Get:20 http://archive.raspbian.org/raspbian buster/main armhf gnupg2 all 2.2.12-1+rpi1+deb10u1 [393 kB]
12:11:09 Get:21 http://archive.raspbian.org/raspbian buster/main armhf iso-codes all 4.2-1 [2713 kB]
12:11:09 Warning: apt-key output should not be parsed (stdout is not a terminal)
12:11:10 Selecting previously unselected package python3.
12:11:10 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5126 files and directories currently installed.)
12:11:10 Preparing to unpack .../0-python3_3.10.6-1~22.04_amd64.deb ...
12:11:10 Unpacking python3 (3.10.6-1~22.04) ...
12:11:10 Selecting previously unselected package libapparmor1:amd64.
12:11:10 Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.1_amd64.deb ...
12:11:10 Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.1) ...
12:11:10 Selecting previously unselected package libargon2-1:amd64.
12:11:10 Preparing to unpack .../2-libargon2-1_0~20171227-0.3_amd64.deb ...
12:11:10 Unpacking libargon2-1:amd64 (0~20171227-0.3) ...
12:11:10 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:11:10 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
12:11:10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
12:11:10 Selecting previously unselected package libjson-c5:amd64.
12:11:10 Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.1_amd64.deb ...
12:11:10 Unpacking libjson-c5:amd64 (0.15-3~ubuntu1.22.04.1) ...
12:11:10 Selecting previously unselected package libcryptsetup12:amd64.
12:11:10 Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.1_amd64.deb ...
12:11:10 Unpacking libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.1) ...
12:11:10 Selecting previously unselected package libip4tc2:amd64.
12:11:10 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5_amd64.deb ...
12:11:10 Unpacking libip4tc2:amd64 (1.8.7-1ubuntu5) ...
12:11:10 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB]
12:11:10 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u4 [293 kB]
12:11:10 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libdbus-1-3 armhf 1.12.24-0+deb10u1 [193 kB]
12:11:10 Get:25 http://archive.raspbian.org/raspbian buster/main armhf lsb-release all 10.2019051400+rpi1 [27.8 kB]
12:11:10 Get:26 http://archive.raspbian.org/raspbian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
12:11:10 Get:27 http://archive.raspbian.org/raspbian buster/main armhf python3-apt armhf 1.8.4.3 [168 kB]
12:11:10 Get:28 http://archive.raspbian.org/raspbian buster/main armhf python3-dbus armhf 1.2.8-3 [95.9 kB]
12:11:10 Get:29 http://archive.raspbian.org/raspbian buster/main armhf python3-gi armhf 3.30.4-1 [161 kB]
12:11:10 Get:30 http://archive.raspbian.org/raspbian buster/main armhf python3-pycurl armhf 7.43.0.2-0.1 [62.8 kB]
12:11:10 Get:31 http://archive.raspbian.org/raspbian buster/main armhf python3-software-properties all 0.96.20.2-2 [49.6 kB]
12:11:10 Get:32 http://archive.raspbian.org/raspbian buster/main armhf software-properties-common all 0.96.20.2-2 [83.3 kB]
12:11:10 OK
12:11:10 + '[' bionic = sid ']'
12:11:10 ++ dpkg --print-architecture
12:11:10 + ARCH=armhf
12:11:10 + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu bionic test'
12:11:10 + apt-get update
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:11:10 Selecting previously unselected package libkmod2:amd64.
12:11:10 Preparing to unpack .../7-libkmod2_29-1ubuntu1_amd64.deb ...
12:11:10 Unpacking libkmod2:amd64 (29-1ubuntu1) ...
12:11:10 Selecting previously unselected package systemd.
12:11:10 Preparing to unpack .../8-systemd_249.11-0ubuntu3.6_amd64.deb ...
12:11:10 Unpacking systemd (249.11-0ubuntu3.6) ...
12:11:10 Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.1) ...
12:11:10 Setting up libargon2-1:amd64 (0~20171227-0.3) ...
12:11:10 debconf: delaying package configuration, since apt-utils is not installed
12:11:10 Fetched 11.0 MB in 2s (6399 kB/s)
12:11:10 Selecting previously unselected package libpython3.7-minimal:armhf.
12:11:10 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7700 files and directories currently installed.)
12:11:10 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
12:11:10 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
12:11:10 Get:1 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]
12:11:10 Selecting previously unselected package libxml2:amd64.
12:11:10 Preparing to unpack .../41-libxml2_2.9.14+dfsg-1.1+b3_amd64.deb ...
12:11:10 Unpacking libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
12:11:10 Selecting previously unselected package libxmlb2:amd64.
12:11:10 Preparing to unpack .../42-libxmlb2_0.3.10-2_amd64.deb ...
12:11:10 Unpacking libxmlb2:amd64 (0.3.10-2) ...
12:11:10 Selecting previously unselected package libyaml-0-2:amd64.
12:11:10 Preparing to unpack .../43-libyaml-0-2_0.2.5-1_amd64.deb ...
12:11:10 Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
12:11:10 Selecting previously unselected package libappstream4:amd64.
12:11:10 Preparing to unpack .../44-libappstream4_0.16.0-1_amd64.deb ...
12:11:10 Unpacking libappstream4:amd64 (0.16.0-1) ...
12:11:10 Selecting previously unselected package libcap2-bin.
12:11:10 Preparing to unpack .../45-libcap2-bin_1%3a2.66-3_amd64.deb ...
12:11:10 Unpacking libcap2-bin (1:2.66-3) ...
12:11:10 Selecting previously unselected package libduktape207:amd64.
12:11:10 Preparing to unpack .../46-libduktape207_2.7.0-1+b1_amd64.deb ...
12:11:10 Unpacking libduktape207:amd64 (2.7.0-1+b1) ...
12:11:10 Selecting previously unselected package libelf1:amd64.
12:11:10 Preparing to unpack .../47-libelf1_0.188-2.1_amd64.deb ...
12:11:10 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
12:11:10 Setting up libjson-c5:amd64 (0.15-3~ubuntu1.22.04.1) ...
12:11:10 Setting up libcryptsetup12:amd64 (2:2.4.3-1ubuntu1.1) ...
12:11:10 Setting up libip4tc2:amd64 (1.8.7-1ubuntu5) ...
12:11:10 Setting up libkmod2:amd64 (29-1ubuntu1) ...
12:11:10 Setting up systemd (249.11-0ubuntu3.6) ...
12:11:10 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:11:10 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:11:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:11:10 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:11:10 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:11:10 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:11:10 Initializing machine ID from random generator.
12:11:10 Selecting previously unselected package docker-ce-rootless-extras.
12:11:10 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ...
12:11:10 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:11:10 Selecting previously unselected package libexpat1:armhf.
12:11:10 Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_armhf.deb ...
12:11:10 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ...
12:11:10 Selecting previously unselected package python3.7-minimal.
12:11:10 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
12:11:10 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
12:11:10 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
12:11:10 Get:3 https://download.docker.com/linux/ubuntu bionic/test armhf Packages [61.5 kB]
12:11:10 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
12:11:10 Hit:5 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
12:11:10 Hit:6 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
12:11:10 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_armhf.deb'.
12:11:10 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'.
12:11:10 dpkg-genchanges: info: including full source code in upload
12:11:10  dpkg-source -I.git --after-build .
12:11:10 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:11:10 + destination=/build
12:11:10 + mkdir -p /build
12:11:10 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb /root/docker-compose-plugin_2.15.1-1~debian.10~buster_armhf.deb /build
12:11:10 copied '/root/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb'
12:11:10 removed '/root/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb'
12:11:10 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
12:11:10 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
12:11:10 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
12:11:10 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
12:11:10 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc'
12:11:10 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.dsc'
12:11:10 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz'
12:11:10 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster.tar.gz'
12:11:10 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.buildinfo'
12:11:10 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.buildinfo'
12:11:10 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.changes'
12:11:10 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.changes'
12:11:10 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
12:11:10 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
12:11:10 copied '/root/docker-compose-plugin_2.15.1-1~debian.10~buster_armhf.deb' -> '/build/docker-compose-plugin_2.15.1-1~debian.10~buster_armhf.deb'
12:11:10 removed '/root/docker-compose-plugin_2.15.1-1~debian.10~buster_armhf.deb'
12:11:10 Unpacking libelf1:amd64 (0.188-2.1) ...
12:11:10 Selecting previously unselected package libdw1:amd64.
12:11:10 Preparing to unpack .../48-libdw1_0.188-2.1_amd64.deb ...
12:11:10 Unpacking libdw1:amd64 (0.188-2.1) ...
12:11:10 Selecting previously unselected package libglib2.0-data.
12:11:10 Preparing to unpack .../49-libglib2.0-data_2.74.5-1_all.deb ...
12:11:10 Unpacking libglib2.0-data (2.74.5-1) ...
12:11:10 Selecting previously unselected package systemd-sysv.
12:11:10 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5966 files and directories currently installed.)
12:11:10 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.6_amd64.deb ...
12:11:10 Unpacking systemd-sysv (249.11-0ubuntu3.6) ...
12:11:10 Selecting previously unselected package openssl.
12:11:10 Preparing to unpack .../01-openssl_3.0.2-0ubuntu1.7_amd64.deb ...
12:11:10 Unpacking openssl (3.0.2-0ubuntu1.7) ...
12:11:10 Selecting previously unselected package docker-compose-plugin.
12:11:10 Preparing to unpack .../docker-compose-plugin_2.15.1-1~debian.10~buster_amd64.deb ...
12:11:10 Unpacking docker-compose-plugin (2.15.1-1~debian.10~buster) ...
12:11:10 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
12:11:10 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ...
12:11:10 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
12:11:10 Fetched 126 kB in 1s (176 kB/s)
12:11:10 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bullseye"
12:11:10 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:11:11 Selecting previously unselected package libglib2.0-bin.
12:11:11 Preparing to unpack .../50-libglib2.0-bin_2.74.5-1_amd64.deb ...
12:11:11 Unpacking libglib2.0-bin (2.74.5-1) ...
12:11:11 Selecting previously unselected package libunwind8:amd64.
12:11:11 Preparing to unpack .../51-libunwind8_1.6.2-3_amd64.deb ...
12:11:11 Unpacking libunwind8:amd64 (1.6.2-3) ...
12:11:11 Selecting previously unselected package libgstreamer1.0-0:amd64.
12:11:11 Preparing to unpack .../52-libgstreamer1.0-0_1.22.0-2_amd64.deb ...
12:11:11 Unpacking libgstreamer1.0-0:amd64 (1.22.0-2) ...
12:11:11 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
12:11:11 Preparing to unpack .../53-libpolkit-gobject-1-0_122-3_amd64.deb ...
12:11:11 Unpacking libpolkit-gobject-1-0:amd64 (122-3) ...
12:11:11 Selecting previously unselected package ca-certificates.
12:11:11 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
12:11:11 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
12:11:11 Selecting previously unselected package libdbus-1-3:amd64.
12:11:11 Preparing to unpack .../03-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ...
12:11:11 Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
12:11:11 Selecting previously unselected package dbus.
12:11:11 Preparing to unpack .../04-dbus_1.12.20-2ubuntu4.1_amd64.deb ...
12:11:11 Unpacking dbus (1.12.20-2ubuntu4.1) ...
12:11:11 Selecting previously unselected package distro-info-data.
12:11:11 Preparing to unpack .../05-distro-info-data_0.52ubuntu0.2_all.deb ...
12:11:11 Unpacking distro-info-data (0.52ubuntu0.2) ...
12:11:11 Selecting previously unselected package libglib2.0-0:amd64.
12:11:11 Preparing to unpack .../06-libglib2.0-0_2.72.4-0ubuntu1_amd64.deb ...
12:11:11 Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
12:11:11 (1/56): acl-2.3.1-3.el9.x86_64.rpm              151 kB/s |  73 kB     00:00    
12:11:11 (2/56): cracklib-2.9.6-27.el9.x86_64.rpm        171 kB/s |  94 kB     00:00    
12:11:11 (3/56): dbus-1.12.20-7.el9.x86_64.rpm            54 kB/s | 3.9 kB     00:00    
12:11:11 (4/56): dbus-common-1.12.20-7.el9.noarch.rpm    203 kB/s |  15 kB     00:00    
12:11:11 (5/56): dbus-broker-28-7.el9.x86_64.rpm         810 kB/s | 172 kB     00:00    
12:11:11 (6/56): device-mapper-libs-1.02.187-4.el9.x86_6 2.3 MB/s | 178 kB     00:00    
12:11:11 (7/56): device-mapper-1.02.187-4.el9.x86_64.rpm 665 kB/s | 141 kB     00:00    
12:11:11 + make IMAGE=balenalib/rpi-raspbian:bullseye verify
12:11:11 docker run  --rm -i \
12:11:11 	-v "$(pwd):/v" \
12:11:11 	-e DEBIAN_FRONTEND=noninteractive \
12:11:11 	-e PACKAGE_REPO=staging \
12:11:11 	-w /v \
12:11:11 	balenalib/rpi-raspbian:bullseye ./verify
12:11:11 Unable to find image 'balenalib/rpi-raspbian:bullseye' locally
12:11:11 bullseye: Pulling from balenalib/rpi-raspbian
12:11:11 80e1513108ac: Already exists
12:11:11 7d7ecaba86e0: Already exists
12:11:11 cd8d70a00e71: Already exists
12:11:11 Selecting previously unselected package libpolkit-agent-1-0:amd64.
12:11:11 Preparing to unpack .../54-libpolkit-agent-1-0_122-3_amd64.deb ...
12:11:11 Unpacking libpolkit-agent-1-0:amd64 (122-3) ...
12:11:11 Selecting previously unselected package lsb-release.
12:11:11 Preparing to unpack .../55-lsb-release_12.0-1_all.deb ...
12:11:11 Unpacking lsb-release (12.0-1) ...
12:11:11 Selecting previously unselected package xml-core.
12:11:11 Preparing to unpack .../56-xml-core_0.18+nmu1_all.deb ...
12:11:11 Unpacking xml-core (0.18+nmu1) ...
12:11:11 Selecting previously unselected package polkitd.
12:11:11 Preparing to unpack .../57-polkitd_122-3_amd64.deb ...
12:11:11 Unpacking polkitd (122-3) ...
12:11:11 Selecting previously unselected package packagekit.
12:11:11 Selecting previously unselected package libgirepository-1.0-1:amd64.
12:11:11 Preparing to unpack .../07-libgirepository-1.0-1_1.72.0-1_amd64.deb ...
12:11:11 Unpacking libgirepository-1.0-1:amd64 (1.72.0-1) ...
12:11:11 Selecting previously unselected package gir1.2-glib-2.0:amd64.
12:11:11 Preparing to unpack .../08-gir1.2-glib-2.0_1.72.0-1_amd64.deb ...
12:11:11 Unpacking gir1.2-glib-2.0:amd64 (1.72.0-1) ...
12:11:11 Selecting previously unselected package iso-codes.
12:11:11 Preparing to unpack .../09-iso-codes_4.9.0-1_all.deb ...
12:11:11 Unpacking iso-codes (4.9.0-1) ...
12:11:11 Selecting previously unselected package libcap2-bin.
12:11:11 Preparing to unpack .../10-libcap2-bin_1%3a2.44-1build3_amd64.deb ...
12:11:11 (8/56): fuse-common-3.10.2-5.el9.x86_64.rpm     124 kB/s | 9.0 kB     00:00    
12:11:11 (9/56): diffutils-3.7-12.el9.x86_64.rpm         2.7 MB/s | 397 kB     00:00    
12:11:11 (10/56): iptables-nft-1.8.8-6.el9.x86_64.rpm    2.6 MB/s | 203 kB     00:00    
12:11:11 (11/56): iptables-libs-1.8.8-6.el9.x86_64.rpm   3.0 MB/s | 464 kB     00:00    
12:11:11 Selecting previously unselected package python3-minimal.
12:11:11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7950 files and directories currently installed.)
12:11:11 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
12:11:11 Unpacking python3-minimal (3.7.3-1) ...
12:11:11 Selecting previously unselected package mime-support.
12:11:11 Preparing to unpack .../1-mime-support_3.62_all.deb ...
12:11:11 Unpacking mime-support (3.62) ...
12:11:11 Selecting previously unselected package libmpdec2:armhf.
12:11:11 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
12:11:11 Unpacking libmpdec2:armhf (2.4.2-2) ...
12:11:11 Selecting previously unselected package libpython3.7-stdlib:armhf.
12:11:11 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u4_armhf.deb ...
12:11:11 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
12:11:11 2bb109a565e6: Already exists
12:11:11 83502790502d: Already exists
12:11:11 f20327d786aa: Already exists
12:11:11 1749915a5ae7: Already exists
12:11:11 00041252b20f: Already exists
12:11:11 Digest: sha256:9a8ec55979f922099bd7e1bb22c0e93925295e413a23b69d574bf340f2486b91
12:11:11 Status: Downloaded newer image for balenalib/rpi-raspbian:bullseye
12:11:11 Unpacking libcap2-bin (1:2.44-1build3) ...
12:11:11 Selecting previously unselected package libelf1:amd64.
12:11:11 Preparing to unpack .../11-libelf1_0.186-1build1_amd64.deb ...
12:11:11 Unpacking libelf1:amd64 (0.186-1build1) ...
12:11:11 Selecting previously unselected package libglib2.0-data.
12:11:11 Preparing to unpack .../12-libglib2.0-data_2.72.4-0ubuntu1_all.deb ...
12:11:11 Unpacking libglib2.0-data (2.72.4-0ubuntu1) ...
12:11:11 Selecting previously unselected package libicu70:amd64.
12:11:11 Preparing to unpack .../13-libicu70_70.1-2_amd64.deb ...
12:11:11 Unpacking libicu70:amd64 (70.1-2) ...
12:11:11 Preparing to unpack .../58-packagekit_1.2.6-2_amd64.deb ...
12:11:11 Unpacking packagekit (1.2.6-2) ...
12:11:11 Selecting previously unselected package python-apt-common.
12:11:11 Preparing to unpack .../59-python-apt-common_2.5.2_all.deb ...
12:11:11 Unpacking python-apt-common (2.5.2) ...
12:11:11 Selecting previously unselected package python3-apt.
12:11:11 Preparing to unpack .../60-python3-apt_2.5.2+b1_amd64.deb ...
12:11:11 Unpacking python3-apt (2.5.2+b1) ...
12:11:11 Selecting previously unselected package python3-blinker.
12:11:11 Preparing to unpack .../61-python3-blinker_1.5-1_all.deb ...
12:11:11 Unpacking python3-blinker (1.5-1) ...
12:11:11 Selecting previously unselected package python3-cffi-backend:amd64.
12:11:11 Preparing to unpack .../62-python3-cffi-backend_1.15.1-5+b1_amd64.deb ...
12:11:11 Unpacking python3-cffi-backend:amd64 (1.15.1-5+b1) ...
12:11:11 Selecting previously unselected package python3-cryptography.
12:11:11 Preparing to unpack .../63-python3-cryptography_38.0.4-2_amd64.deb ...
12:11:11 Unpacking python3-cryptography (38.0.4-2) ...
12:11:11 (12/56): cracklib-dicts-2.9.6-27.el9.x86_64.rpm 3.0 MB/s | 3.6 MB     00:01    
12:11:11 (13/56): kmod-libs-28-7.el9.x86_64.rpm          470 kB/s |  64 kB     00:00    
12:11:11 (14/56): kmod-28-7.el9.x86_64.rpm               856 kB/s | 127 kB     00:00    
12:11:11 (15/56): libdb-5.3.28-53.el9.x86_64.rpm         9.0 MB/s | 738 kB     00:00    
12:11:11 (16/56): libeconf-0.4.1-2.el9.x86_64.rpm        358 kB/s |  28 kB     00:00    
12:11:11 (17/56): libfdisk-2.37.4-9.el9.x86_64.rpm       1.9 MB/s | 155 kB     00:00    
12:11:11 (18/56): libibverbs-41.0-3.el9.x86_64.rpm       4.8 MB/s | 383 kB     00:00    
12:11:11 (19/56): libmnl-1.0.4-15.el9.x86_64.rpm         371 kB/s |  29 kB     00:00    
12:11:11 (20/56): libnetfilter_conntrack-1.0.9-1.el9.x86 770 kB/s |  59 kB     00:00    
12:11:11 Selecting previously unselected package python3.7.
12:11:11 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u4_armhf.deb ...
12:11:11 Unpacking python3.7 (3.7.3-2+deb10u4) ...
12:11:11 Selecting previously unselected package libpython3-stdlib:armhf.
12:11:11 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
12:11:11 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
12:11:11 Setting up python3-minimal (3.7.3-1) ...
12:11:11 + verify
12:11:11 + dpkg --version
12:11:11 Selecting previously unselected package docker-scan-plugin.
12:11:11 Preparing to unpack .../docker-scan-plugin_0.23.0~debian-buster_amd64.deb ...
12:11:11 Unpacking docker-scan-plugin (0.23.0~debian-buster) ...
12:11:11 Selecting previously unselected package libpam-systemd:amd64.
12:11:11 Preparing to unpack .../14-libpam-systemd_249.11-0ubuntu3.6_amd64.deb ...
12:11:11 Unpacking libpam-systemd:amd64 (249.11-0ubuntu3.6) ...
12:11:11 Selecting previously unselected package libxml2:amd64.
12:11:11 Preparing to unpack .../15-libxml2_2.9.13+dfsg-1ubuntu0.2_amd64.deb ...
12:11:11 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.2) ...
12:11:11 Selecting previously unselected package libyaml-0-2:amd64.
12:11:11 Preparing to unpack .../16-libyaml-0-2_0.2.2-1build2_amd64.deb ...
12:11:11 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ...
12:11:11 Selecting previously unselected package lsb-release.
12:11:11 Preparing to unpack .../17-lsb-release_11.1.0ubuntu4_all.deb ...
12:11:11 Unpacking lsb-release (11.1.0ubuntu4) ...
12:11:11 Selecting previously unselected package python-apt-common.
12:11:11 Preparing to unpack .../18-python-apt-common_2.4.0_all.deb ...
12:11:11 Unpacking python-apt-common (2.4.0) ...
12:11:11 Selecting previously unselected package python3-apt.
12:11:11 Preparing to unpack .../19-python3-apt_2.4.0_amd64.deb ...
12:11:11 Unpacking python3-apt (2.4.0) ...
12:11:11 Selecting previously unselected package python3-dbus.
12:11:11 Preparing to unpack .../20-python3-dbus_1.2.18-3build1_amd64.deb ...
12:11:11 Unpacking python3-dbus (1.2.18-3build1) ...
12:11:11 Selecting previously unselected package python3-dbus.
12:11:11 Preparing to unpack .../64-python3-dbus_1.3.2-4+b1_amd64.deb ...
12:11:11 Unpacking python3-dbus (1.3.2-4+b1) ...
12:11:11 Selecting previously unselected package python3-distro.
12:11:11 Preparing to unpack .../65-python3-distro_1.8.0-1_all.deb ...
12:11:11 Unpacking python3-distro (1.8.0-1) ...
12:11:11 Selecting previously unselected package python3-gi.
12:11:11 Preparing to unpack .../66-python3-gi_3.42.2-3+b1_amd64.deb ...
12:11:11 Unpacking python3-gi (3.42.2-3+b1) ...
12:11:11 Selecting previously unselected package python3-pyparsing.
12:11:11 Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ...
12:11:11 Unpacking python3-pyparsing (3.0.9-1) ...
12:11:11 (21/56): libnfnetlink-1.0.1-21.el9.x86_64.rpm   403 kB/s |  30 kB     00:00    
12:11:11 (22/56): libnftnl-1.2.2-1.el9.x86_64.rpm        1.1 MB/s |  84 kB     00:00    
12:11:11 (23/56): libnl3-3.7.0-1.el9.x86_64.rpm          2.1 MB/s | 350 kB     00:00    
12:11:11 (24/56): libpwquality-1.4.4-8.el9.x86_64.rpm    1.2 MB/s | 119 kB     00:00    
12:11:11 (25/56): libpcap-1.10.0-4.el9.x86_64.rpm        1.6 MB/s | 173 kB     00:00    
12:11:11 (26/56): libseccomp-2.5.2-2.el9.x86_64.rpm      978 kB/s |  72 kB     00:00    
12:11:11 (27/56): libselinux-utils-3.5-0.rc1.1.el9.x86_6 2.4 MB/s | 181 kB     00:00    
12:11:11 (28/56): libutempter-1.2.1-6.el9.x86_64.rpm     363 kB/s |  27 kB     00:00    
12:11:12 Selecting previously unselected package python3.
12:11: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 ... 8387 files and directories currently installed.)
12:11:12 Preparing to unpack .../00-python3_3.7.3-1_armhf.deb ...
12:11:12 Unpacking python3 (3.7.3-1) ...
12:11:12 Selecting previously unselected package apt-transport-https.
12:11:12 Preparing to unpack .../01-apt-transport-https_1.8.2.3_all.deb ...
12:11:12 Unpacking apt-transport-https (1.8.2.3) ...
12:11:12 Preparing to unpack .../02-curl_7.64.0-4+deb10u4_armhf.deb ...
12:11:12 Unpacking curl (7.64.0-4+deb10u4) over (7.64.0-4+deb10u3) ...
12:11:12 Preparing to unpack .../03-libcurl4_7.64.0-4+deb10u4_armhf.deb ...
12:11:12 Unpacking libcurl4:armhf (7.64.0-4+deb10u4) over (7.64.0-4+deb10u3) ...
12:11:12 + verify_deb
12:11:12 + apt-get update
12:11:12 Selecting previously unselected package docker-ce.
12:11:12 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ...
12:11:12 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:11:12 Selecting previously unselected package python3-gi.
12:11:12 Preparing to unpack .../21-python3-gi_3.42.1-0ubuntu1_amd64.deb ...
12:11:12 Unpacking python3-gi (3.42.1-0ubuntu1) ...
12:11:12 Selecting previously unselected package python3-pkg-resources.
12:11:12 Preparing to unpack .../22-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
12:11:12 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
12:11:12 Selecting previously unselected package libnghttp2-14:amd64.
12:11:12 Preparing to unpack .../23-libnghttp2-14_1.43.0-1build3_amd64.deb ...
12:11:12 Unpacking libnghttp2-14:amd64 (1.43.0-1build3) ...
12:11:12 Selecting previously unselected package libpsl5:amd64.
12:11:12 Preparing to unpack .../24-libpsl5_0.21.0-1.2build2_amd64.deb ...
12:11:12 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
12:11:12 Selecting previously unselected package apt-transport-https.
12:11:12 Preparing to unpack .../25-apt-transport-https_2.4.8_all.deb ...
12:11:12 Unpacking apt-transport-https (2.4.8) ...
12:11:12 Selecting previously unselected package libbrotli1:amd64.
12:11:12 Preparing to unpack .../26-libbrotli1_1.0.9-2build6_amd64.deb ...
12:11:12 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
12:11:12 Selecting previously unselected package libsasl2-modules-db:amd64.
12:11:12 Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ...
12:11:12 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:11:12 Selecting previously unselected package python3-httplib2.
12:11:12 Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ...
12:11:12 Unpacking python3-httplib2 (0.20.4-3) ...
12:11:12 Selecting previously unselected package python3-jwt.
12:11:12 Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ...
12:11:12 Unpacking python3-jwt (2.6.0-1) ...
12:11:12 Selecting previously unselected package python3-pkg-resources.
12:11:12 Preparing to unpack .../70-python3-pkg-resources_65.6.3-1_all.deb ...
12:11:12 Unpacking python3-pkg-resources (65.6.3-1) ...
12:11:12 Selecting previously unselected package python3-lazr.uri.
12:11:12 Preparing to unpack .../71-python3-lazr.uri_1.0.6-3_all.deb ...
12:11:12 Unpacking python3-lazr.uri (1.0.6-3) ...
12:11:12 Selecting previously unselected package python3-wadllib.
12:11:12 Preparing to unpack .../72-python3-wadllib_1.3.6-4_all.deb ...
12:11:12 Unpacking python3-wadllib (1.3.6-4) ...
12:11:12 Selecting previously unselected package python3-oauthlib.
12:11:12 Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ...
12:11:12 Unpacking python3-oauthlib (3.2.2-1) ...
12:11:12 Selecting previously unselected package python3-six.
12:11:12 Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ...
12:11:12 Unpacking python3-six (1.16.0-4) ...
12:11:12 (29/56): pam-1.5.1-14.el9.x86_64.rpm            7.7 MB/s | 621 kB     00:00    
12:11:12 (30/56): policycoreutils-3.5-0.rc1.2.el9.x86_64 2.9 MB/s | 236 kB     00:00    
12:11:12 (31/56): python3-distro-1.5.0-7.el9.noarch.rpm  506 kB/s |  37 kB     00:00    
12:11:12 (32/56): python3-setools-4.4.0-5.el9.x86_64.rpm 7.3 MB/s | 599 kB     00:00    
12:11:12 (33/56): openssl-3.0.7-2.el9.x86_64.rpm         5.5 MB/s | 1.2 MB     00:00    
12:11:12 (34/56): rpm-plugin-selinux-4.16.1.3-22.el9.x86 153 kB/s |  18 kB     00:00    
12:11:12 (35/56): selinux-policy-38.1.5-1.el9.noarch.rpm 740 kB/s |  54 kB     00:00    
12:11:12 Selecting previously unselected package distro-info-data.
12:11:12 Preparing to unpack .../04-distro-info-data_0.41+deb10u6_all.deb ...
12:11:12 Unpacking distro-info-data (0.41+deb10u6) ...
12:11:12 Selecting previously unselected package libglib2.0-0:armhf.
12:11:12 Preparing to unpack .../05-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ...
12:11:12 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
12:11:12 Selecting previously unselected package libgirepository-1.0-1:armhf.
12:11:12 Preparing to unpack .../06-libgirepository-1.0-1_1.58.3-2_armhf.deb ...
12:11:12 Unpacking libgirepository-1.0-1:armhf (1.58.3-2) ...
12:11:12 Selecting previously unselected package gir1.2-glib-2.0:armhf.
12:11:12 Preparing to unpack .../07-gir1.2-glib-2.0_1.58.3-2_armhf.deb ...
12:11:12 Unpacking gir1.2-glib-2.0:armhf (1.58.3-2) ...
12:11:12 Reading package lists...
12:11:12 ++ find deb/debbuild/ubuntu-bionic/ -type f -name '*.deb'
12:11:12 + packages='deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb
12:11:12 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb
12:11:12 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb
12:11:12 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_armhf.deb
12:11:12 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
12:11:12 ++ echo 'deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb
12:11:12 deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb
12:11:12 deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb
12:11:12 deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_armhf.deb
12:11:12 deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
12:11:12 ++ awk '$0="./"$0'
12:11:12 ++ xargs
12:11:12 + packages='./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb'
12:11:12 + set -x
12:11:12 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb
12:11:12 Selecting previously unselected package docker-buildx-plugin.
12:11:12 (Reading database ... 6932 files and directories currently installed.)
12:11:12 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb ...
12:11:12 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.18.04~bionic) ...
12:11:12 Selecting previously unselected package libsasl2-2:amd64.
12:11:12 Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_amd64.deb ...
12:11:12 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:11:12 Selecting previously unselected package libldap-2.5-0:amd64.
12:11:12 Preparing to unpack .../29-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_amd64.deb ...
12:11:12 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:11:12 Selecting previously unselected package librtmp1:amd64.
12:11:12 Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
12:11:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:11:12 Selecting previously unselected package libssh-4:amd64.
12:11:12 Preparing to unpack .../31-libssh-4_0.9.6-2build1_amd64.deb ...
12:11:12 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
12:11:12 Selecting previously unselected package libcurl4:amd64.
12:11:12 Preparing to unpack .../32-libcurl4_7.81.0-1ubuntu1.7_amd64.deb ...
12:11:12 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.7) ...
12:11:12 Selecting previously unselected package curl.
12:11:12 Preparing to unpack .../33-curl_7.81.0-1ubuntu1.7_amd64.deb ...
12:11:12 Unpacking curl (7.81.0-1ubuntu1.7) ...
12:11:12 Selecting previously unselected package libassuan0:amd64.
12:11:12 Preparing to unpack .../34-libassuan0_2.5.5-1build1_amd64.deb ...
12:11:12 Unpacking libassuan0:amd64 (2.5.5-1build1) ...
12:11:12 (36/56): python3-setuptools-53.0.0-12.el9.noarc 5.0 MB/s | 944 kB     00:00    
12:11:12 (37/56): systemd-pam-252-3.el9.x86_64.rpm       3.3 MB/s | 255 kB     00:00    
12:11:12 (38/56): systemd-rpm-macros-252-3.el9.noarch.rp 592 kB/s |  43 kB     00:00    
12:11:12 Selecting previously unselected package python3-lazr.restfulclient.
12:11:12 Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ...
12:11:12 Unpacking python3-lazr.restfulclient (0.14.5-1) ...
12:11:12 Selecting previously unselected package python3-software-properties.
12:11:12 Preparing to unpack .../76-python3-software-properties_0.99.30-4_all.deb ...
12:11:12 Unpacking python3-software-properties (0.99.30-4) ...
12:11:12 Selecting previously unselected package software-properties-common.
12:11:12 Preparing to unpack .../77-software-properties-common_0.99.30-4_all.deb ...
12:11:12 Unpacking software-properties-common (0.99.30-4) ...
12:11:12 Setting up libksba8:amd64 (1.6.3-2) ...
12:11:12 Setting up media-types (8.0.0) ...
12:11:12 Setting up systemd-sysv (252.5-2) ...
12:11:12 Setting up libkeyutils1:amd64 (1.6.3-2) ...
12:11:12 Setting up libpsl5:amd64 (0.21.0-1.2) ...
12:11:12 Setting up libicu72:amd64 (72.1-3) ...
12:11:12 Setting up apt-transport-https (2.5.5) ...
12:11:12 Setting up libyaml-0-2:amd64 (0.2.5-1) ...
12:11:12 Setting up libglib2.0-0:amd64 (2.74.5-1) ...
12:11:12 No schema files found: doing nothing.
12:11:12 Setting up distro-info-data (0.56) ...
12:11:12 Setting up libtirpc-common (1.3.3+ds-1) ...
12:11:12 Selecting previously unselected package libpackagekit-glib2-18:armhf.
12:11:12 Preparing to unpack .../08-libpackagekit-glib2-18_1.1.12-5_armhf.deb ...
12:11:12 Unpacking libpackagekit-glib2-18:armhf (1.1.12-5) ...
12:11:12 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:11:12 Preparing to unpack .../09-gir1.2-packagekitglib-1.0_1.1.12-5_armhf.deb ...
12:11:12 Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
12:11:12 Selecting previously unselected package gnupg2.
12:11:12 Preparing to unpack .../10-gnupg2_2.2.12-1+rpi1+deb10u1_all.deb ...
12:11:12 Unpacking gnupg2 (2.2.12-1+rpi1+deb10u1) ...
12:11:12 Selecting previously unselected package iso-codes.
12:11:12 Preparing to unpack .../11-iso-codes_4.2-1_all.deb ...
12:11:12 Unpacking iso-codes (4.2-1) ...
12:11:12 Get:1 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
12:11:12 Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB]
12:11:12 Get:3 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
12:11:12 Selecting previously unselected package gpgconf.
12:11:12 Preparing to unpack .../35-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ...
12:11:12 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
12:11:12 Selecting previously unselected package libksba8:amd64.
12:11:12 Preparing to unpack .../36-libksba8_1.6.0-2ubuntu0.2_amd64.deb ...
12:11:12 Unpacking libksba8:amd64 (1.6.0-2ubuntu0.2) ...
12:11:12 Selecting previously unselected package libnpth0:amd64.
12:11:12 Preparing to unpack .../37-libnpth0_1.6-3build2_amd64.deb ...
12:11:12 Unpacking libnpth0:amd64 (1.6-3build2) ...
12:11:12 Selecting previously unselected package dirmngr.
12:11:12 Preparing to unpack .../38-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ...
12:11:12 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
12:11:12 Selecting previously unselected package libpackagekit-glib2-18:amd64.
12:11:12 Preparing to unpack .../39-libpackagekit-glib2-18_1.2.5-2ubuntu2_amd64.deb ...
12:11:12 Unpacking libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
12:11:12 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:11:12 Preparing to unpack .../40-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_amd64.deb ...
12:11:12 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
12:11:12 Selecting previously unselected package gnupg-l10n.
12:11:12 Preparing to unpack .../41-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
12:11:12 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:11:12 (39/56): util-linux-2.37.4-9.el9.x86_64.rpm      10 MB/s | 2.3 MB     00:00    
12:11:12 Setting up libxmlb2:amd64 (0.3.10-2) ...
12:11:12 Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
12:11:12 Setting up libsqlite3-0:amd64 (3.40.1-1) ...
12:11:12 Setting up libnghttp2-14:amd64 (1.51.0-1) ...
12:11:12 Setting up libpackagekit-glib2-18:amd64 (1.2.6-2) ...
12:11:12 Setting up libnpth0:amd64 (1.6-3) ...
12:11:12 Setting up libassuan0:amd64 (2.5.5-5) ...
12:11:12 Setting up libunwind8:amd64 (1.6.2-3) ...
12:11:12 Setting up libkrb5support0:amd64 (1.20.1-1) ...
12:11:12 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
12:11:12 Setting up libcap2-bin (1:2.66-3) ...
12:11:12 Setting up libglib2.0-data (2.74.5-1) ...
12:11:12 Setting up gnupg-l10n (2.2.40-1) ...
12:11:12 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:11:12 Setting up libdbus-1-3:amd64 (1.14.4-1) ...
12:11:12 Setting up libncursesw6:amd64 (6.4-2) ...
12:11:12 Setting up libk5crypto3:amd64 (1.20.1-1) ...
12:11:12 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
12:11:12 Setting up python-apt-common (2.5.2) ...
12:11:12 Setting up libduktape207:amd64 (2.7.0-1+b1) ...
12:11:12 Get:4 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
12:11:12 Get:5 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [311 kB]
12:11:12 Get:6 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
12:11:12 Get:7 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.3 kB]
12:11:12 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.3 MB]
12:11:12 Selecting previously unselected package gnupg-utils.
12:11:12 Preparing to unpack .../42-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ...
12:11:12 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
12:11:12 Selecting previously unselected package gpg.
12:11:12 Preparing to unpack .../43-gpg_2.2.27-3ubuntu2.1_amd64.deb ...
12:11:12 Unpacking gpg (2.2.27-3ubuntu2.1) ...
12:11:12 Selecting previously unselected package pinentry-curses.
12:11:12 Preparing to unpack .../44-pinentry-curses_1.1.1-1build2_amd64.deb ...
12:11:12 Unpacking pinentry-curses (1.1.1-1build2) ...
12:11:12 Selecting previously unselected package gpg-agent.
12:11:12 Preparing to unpack .../45-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ...
12:11:12 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
12:11:12 Selecting previously unselected package gpg-wks-client.
12:11:12 Preparing to unpack .../46-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ...
12:11:12 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:11:12 Selecting previously unselected package gpg-wks-server.
12:11:12 Preparing to unpack .../47-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ...
12:11:12 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:11:12 Selecting previously unselected package gpgsm.
12:11:12 Preparing to unpack .../48-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ...
12:11:12 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
12:11:12 Selecting previously unselected package gnupg.
12:11:12 Preparing to unpack .../49-gnupg_2.2.27-3ubuntu2.1_all.deb ...
12:11:12 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
12:11:13 (40/56): systemd-252-3.el9.x86_64.rpm           7.4 MB/s | 4.1 MB     00:00    
12:11:13 (41/56): util-linux-core-2.37.4-9.el9.x86_64.rp 3.5 MB/s | 461 kB     00:00    
12:11:13 (42/56): xz-5.2.5-8.el9.x86_64.rpm              3.0 MB/s | 226 kB     00:00    
12:11:13 (43/56): checkpolicy-3.5-0.rc2.1.el9.x86_64.rpm 4.5 MB/s | 347 kB     00:00    
12:11:13 Setting up dbus-session-bus-common (1.14.4-1) ...
12:11:13 Setting up libmpdec3:amd64 (2.5.1-2) ...
12:11:13 Setting up libgirepository-1.0-1:amd64 (1.74.0-3) ...
12:11:13 Setting up libssh2-1:amd64 (1.10.0-3+b1) ...
12:11:13 Setting up sgml-base (1.31) ...
12:11:13 Setting up libkrb5-3:amd64 (1.20.1-1) ...
12:11:13 Setting up libstemmer0d:amd64 (2.2.0-2) ...
12:11:13 Setting up lsb-release (12.0-1) ...
12:11:13 Setting up dbus-system-bus-common (1.14.4-1) ...
12:11:13 Setting up openssl (3.0.7-2) ...
12:11:13 Setting up libelf1:amd64 (0.188-2.1) ...
12:11:13 Setting up readline-common (8.2-1.3) ...
12:11:13 Selecting previously unselected package libapt-inst2.0:armhf.
12:11:13 Preparing to unpack .../12-libapt-inst2.0_1.8.2.3_armhf.deb ...
12:11:13 Unpacking libapt-inst2.0:armhf (1.8.2.3) ...
12:11:13 Selecting previously unselected package libcurl3-gnutls:armhf.
12:11:13 Preparing to unpack .../13-libcurl3-gnutls_7.64.0-4+deb10u4_armhf.deb ...
12:11:13 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
12:11:13 Selecting previously unselected package libdbus-1-3:armhf.
12:11:13 Preparing to unpack .../14-libdbus-1-3_1.12.24-0+deb10u1_armhf.deb ...
12:11:13 Unpacking libdbus-1-3:armhf (1.12.24-0+deb10u1) ...
12:11:13 Selecting previously unselected package lsb-release.
12:11:13 Preparing to unpack .../15-lsb-release_10.2019051400+rpi1_all.deb ...
12:11:13 Unpacking lsb-release (10.2019051400+rpi1) ...
12:11:13 Selecting previously unselected package python-apt-common.
12:11:13 Preparing to unpack .../16-python-apt-common_1.8.4.3_all.deb ...
12:11:13 Unpacking python-apt-common (1.8.4.3) ...
12:11:13 Selecting previously unselected package python3-apt.
12:11:13 Preparing to unpack .../17-python3-apt_1.8.4.3_armhf.deb ...
12:11:13 Unpacking python3-apt (1.8.4.3) ...
12:11:13 Selecting previously unselected package libcurl3-gnutls:amd64.
12:11:13 Preparing to unpack .../50-libcurl3-gnutls_7.81.0-1ubuntu1.7_amd64.deb ...
12:11:13 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ...
12:11:13 Selecting previously unselected package libstemmer0d:amd64.
12:11:13 Preparing to unpack .../51-libstemmer0d_2.2.0-1build1_amd64.deb ...
12:11:13 Unpacking libstemmer0d:amd64 (2.2.0-1build1) ...
12:11:13 Selecting previously unselected package libxmlb2:amd64.
12:11:13 Preparing to unpack .../52-libxmlb2_0.3.6-2build1_amd64.deb ...
12:11:13 Unpacking libxmlb2:amd64 (0.3.6-2build1) ...
12:11:13 Selecting previously unselected package libappstream4:amd64.
12:11:13 Preparing to unpack .../53-libappstream4_0.15.2-2_amd64.deb ...
12:11:13 Unpacking libappstream4:amd64 (0.15.2-2) ...
12:11:13 Selecting previously unselected package libdw1:amd64.
12:11:13 Preparing to unpack .../54-libdw1_0.186-1build1_amd64.deb ...
12:11:13 Unpacking libdw1:amd64 (0.186-1build1) ...
12:11:13 Selecting previously unselected package libglib2.0-bin.
12:11:13 Preparing to unpack .../55-libglib2.0-bin_2.72.4-0ubuntu1_amd64.deb ...
12:11:13 Unpacking libglib2.0-bin (2.72.4-0ubuntu1) ...
12:11:13 Selecting previously unselected package libunwind8:amd64.
12:11:13 Preparing to unpack .../56-libunwind8_1.3.2-2build2_amd64.deb ...
12:11:13 (44/56): selinux-policy-targeted-38.1.5-1.el9.n 8.2 MB/s | 6.8 MB     00:00    
12:11:13 (45/56): container-selinux-2.198.0-1.el9.noarch 249 kB/s |  51 kB     00:00    
12:11:13 (46/56): fuse-overlayfs-1.10-1.el9.x86_64.rpm   363 kB/s |  72 kB     00:00    
12:11:13 (47/56): fuse3-3.10.2-5.el9.x86_64.rpm          730 kB/s |  54 kB     00:00    
12:11:13 (48/56): fuse3-libs-3.10.2-5.el9.x86_64.rpm     1.2 MB/s |  93 kB     00:00    
12:11:13 (49/56): libslirp-4.4.0-4.el9.x86_64.rpm        914 kB/s |  69 kB     00:00    
12:11:13 (50/56): policycoreutils-python-utils-3.5-0.rc1 1.0 MB/s |  75 kB     00:00    
12:11:13 (51/56): python3-audit-3.0.7-103.el9.x86_64.rpm 1.1 MB/s |  84 kB     00:00    
12:11:13 (52/56): python3-libselinux-3.5-0.rc1.1.el9.x86 2.4 MB/s | 187 kB     00:00    
12:11:13 Selecting previously unselected package docker-ce-rootless-extras.
12:11:13 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ...
12:11:13 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:11:13 Setting up libxml2:amd64 (2.9.14+dfsg-1.1+b3) ...
12:11:13 Setting up iso-codes (4.12.0-1) ...
12:11:13 Setting up dbus-bin (1.14.4-1) ...
12:11:13 Setting up libpolkit-gobject-1-0:amd64 (122-3) ...
12:11:13 Setting up pinentry-curses (1.2.1-1) ...
12:11:13 Setting up libdw1:amd64 (0.188-2.1) ...
12:11:13 Setting up libreadline8:amd64 (8.2-1.3) ...
12:11:13 Setting up libglib2.0-bin (2.74.5-1) ...
12:11:13 Setting up dbus-daemon (1.14.4-1) ...
12:11:13 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-3) ...
12:11:13 Setting up ca-certificates (20211016) ...
12:11:13 Selecting previously unselected package python3-dbus.
12:11:13 Preparing to unpack .../18-python3-dbus_1.2.8-3_armhf.deb ...
12:11:13 Unpacking python3-dbus (1.2.8-3) ...
12:11:13 Selecting previously unselected package python3-gi.
12:11:13 Preparing to unpack .../19-python3-gi_3.30.4-1_armhf.deb ...
12:11:13 Unpacking python3-gi (3.30.4-1) ...
12:11:13 Selecting previously unselected package python3-pycurl.
12:11:13 Preparing to unpack .../20-python3-pycurl_7.43.0.2-0.1_armhf.deb ...
12:11:13 Unpacking python3-pycurl (7.43.0.2-0.1) ...
12:11:13 Selecting previously unselected package python3-software-properties.
12:11:13 Preparing to unpack .../21-python3-software-properties_0.96.20.2-2_all.deb ...
12:11:13 Unpacking python3-software-properties (0.96.20.2-2) ...
12:11:13 Selecting previously unselected package software-properties-common.
12:11:13 Preparing to unpack .../22-software-properties-common_0.96.20.2-2_all.deb ...
12:11:13 Unpacking software-properties-common (0.96.20.2-2) ...
12:11:13 Setting up gnupg2 (2.2.12-1+rpi1+deb10u1) ...
12:11:13 Setting up mime-support (3.62) ...
12:11:13 Unpacking libunwind8:amd64 (1.3.2-2build2) ...
12:11:13 Selecting previously unselected package libgstreamer1.0-0:amd64.
12:11:13 Preparing to unpack .../57-libgstreamer1.0-0_1.20.3-0ubuntu1_amd64.deb ...
12:11:13 Unpacking libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ...
12:11:13 Selecting previously unselected package libpolkit-gobject-1-0:amd64.
12:11:13 Preparing to unpack .../58-libpolkit-gobject-1-0_0.105-33_amd64.deb ...
12:11:13 Unpacking libpolkit-gobject-1-0:amd64 (0.105-33) ...
12:11:13 Selecting previously unselected package libpolkit-agent-1-0:amd64.
12:11:13 Preparing to unpack .../59-libpolkit-agent-1-0_0.105-33_amd64.deb ...
12:11:13 Unpacking libpolkit-agent-1-0:amd64 (0.105-33) ...
12:11:13 Selecting previously unselected package polkitd.
12:11:13 Preparing to unpack .../60-polkitd_0.105-33_amd64.deb ...
12:11:13 Unpacking polkitd (0.105-33) ...
12:11:13 Selecting previously unselected package pkexec.
12:11:13 Preparing to unpack .../61-pkexec_0.105-33_amd64.deb ...
12:11:13 Unpacking pkexec (0.105-33) ...
12:11:13 Selecting previously unselected package policykit-1.
12:11:13 Preparing to unpack .../62-policykit-1_0.105-33_amd64.deb ...
12:11:13 Unpacking policykit-1 (0.105-33) ...
12:11:13 (53/56): python3-libsemanage-3.5-0.rc1.1.el9.x8 1.0 MB/s |  80 kB     00:00    
12:11:13 (54/56): slirp4netns-1.2.0-2.el9.x86_64.rpm     646 kB/s |  47 kB     00:00    
12:11:13 (55/56): python3-policycoreutils-3.5-0.rc1.2.el 8.1 MB/s | 2.1 MB     00:00    
12:11:13 Updating certificates in /etc/ssl/certs...
12:11:13 Setting up apt-transport-https (1.8.2.3) ...
12:11:13 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
12:11:13 No schema files found: doing nothing.
12:11:13 Setting up distro-info-data (0.41+deb10u6) ...
12:11:13 Setting up libpackagekit-glib2-18:armhf (1.1.12-5) ...
12:11:13 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
12:11:13 Setting up libapt-inst2.0:armhf (1.8.2.3) ...
12:11:13 Setting up libdbus-1-3:armhf (1.12.24-0+deb10u1) ...
12:11:13 Setting up python-apt-common (1.8.4.3) ...
12:11:13 Setting up libcurl4:armhf (7.64.0-4+deb10u4) ...
12:11:13 Setting up libgirepository-1.0-1:armhf (1.58.3-2) ...
12:11:13 Setting up curl (7.64.0-4+deb10u4) ...
12:11:13 Setting up libmpdec2:armhf (2.4.2-2) ...
12:11:13 Setting up iso-codes (4.2-1) ...
12:11:13 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
12:11:13 Setting up gir1.2-glib-2.0:armhf (1.58.3-2) ...
12:11:13 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
12:11:13 Setting up python3.7 (3.7.3-2+deb10u4) ...
12:11:13 Selecting previously unselected package python3-blinker.
12:11:13 Preparing to unpack .../63-python3-blinker_1.4+dfsg1-0.4_all.deb ...
12:11:13 Unpacking python3-blinker (1.4+dfsg1-0.4) ...
12:11:13 Selecting previously unselected package python3-cffi-backend:amd64.
12:11:13 Preparing to unpack .../64-python3-cffi-backend_1.15.0-1build2_amd64.deb ...
12:11:13 Unpacking python3-cffi-backend:amd64 (1.15.0-1build2) ...
12:11:13 Selecting previously unselected package python3-cryptography.
12:11:13 Preparing to unpack .../65-python3-cryptography_3.4.8-1ubuntu2_amd64.deb ...
12:11:13 Unpacking python3-cryptography (3.4.8-1ubuntu2) ...
12:11:13 Selecting previously unselected package python3-pyparsing.
12:11:13 Preparing to unpack .../66-python3-pyparsing_2.4.7-1_all.deb ...
12:11:13 Unpacking python3-pyparsing (2.4.7-1) ...
12:11:13 Selecting previously unselected package python3-httplib2.
12:11:13 Preparing to unpack .../67-python3-httplib2_0.20.2-2_all.deb ...
12:11:13 Unpacking python3-httplib2 (0.20.2-2) ...
12:11:13 Selecting previously unselected package python3-more-itertools.
12:11:13 Preparing to unpack .../68-python3-more-itertools_8.10.0-2_all.deb ...
12:11:13 Unpacking python3-more-itertools (8.10.0-2) ...
12:11:13 Selecting previously unselected package docker-ce-cli.
12:11:13 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ...
12:11:13 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:11:14 Selecting previously unselected package python3-zipp.
12:11:14 Preparing to unpack .../69-python3-zipp_1.0.0-3_all.deb ...
12:11:14 Unpacking python3-zipp (1.0.0-3) ...
12:11:14 Selecting previously unselected package python3-importlib-metadata.
12:11:14 Preparing to unpack .../70-python3-importlib-metadata_4.6.4-1_all.deb ...
12:11:14 Unpacking python3-importlib-metadata (4.6.4-1) ...
12:11:14 Selecting previously unselected package python3-jeepney.
12:11:14 Preparing to unpack .../71-python3-jeepney_0.7.1-3_all.deb ...
12:11:14 Unpacking python3-jeepney (0.7.1-3) ...
12:11:14 Selecting previously unselected package python3-jwt.
12:11:14 Preparing to unpack .../72-python3-jwt_2.3.0-1ubuntu0.2_all.deb ...
12:11:14 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ...
12:11:14 Selecting previously unselected package python3-secretstorage.
12:11:14 Preparing to unpack .../73-python3-secretstorage_3.3.1-1_all.deb ...
12:11:14 Unpacking python3-secretstorage (3.3.1-1) ...
12:11:14 Selecting previously unselected package python3-keyring.
12:11:14 Preparing to unpack .../74-python3-keyring_23.5.0-1_all.deb ...
12:11:14 Unpacking python3-keyring (23.5.0-1) ...
12:11:14 Selecting previously unselected package python3-lazr.uri.
12:11:14 Preparing to unpack .../75-python3-lazr.uri_1.0.6-2_all.deb ...
12:11:14 Unpacking python3-lazr.uri (1.0.6-2) ...
12:11:14 127 added, 0 removed; done.
12:11:14 Setting up dbus (1.14.4-1) ...
12:11:14 invoke-rc.d: could not determine current runlevel
12:11:14 invoke-rc.d: policy-rc.d denied execution of start.
12:11:14 Setting up libgssapi-krb5-2:amd64 (1.20.1-1) ...
12:11:14 Setting up gir1.2-glib-2.0:amd64 (1.74.0-3) ...
12:11:14 Setting up xml-core (0.18+nmu1) ...
12:11:14 Selecting previously unselected package python3-wadllib.
12:11:14 Preparing to unpack .../76-python3-wadllib_1.3.6-1_all.deb ...
12:11:14 Unpacking python3-wadllib (1.3.6-1) ...
12:11:14 Selecting previously unselected package python3-distro.
12:11:14 Preparing to unpack .../77-python3-distro_1.7.0-1_all.deb ...
12:11:14 Unpacking python3-distro (1.7.0-1) ...
12:11:14 Selecting previously unselected package python3-oauthlib.
12:11:14 Preparing to unpack .../78-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ...
12:11:14 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ...
12:11:14 Selecting previously unselected package python3-six.
12:11:14 Preparing to unpack .../79-python3-six_1.16.0-3ubuntu1_all.deb ...
12:11:14 Unpacking python3-six (1.16.0-3ubuntu1) ...
12:11:14 Selecting previously unselected package python3-lazr.restfulclient.
12:11:14 Preparing to unpack .../80-python3-lazr.restfulclient_0.14.4-1_all.deb ...
12:11:14 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
12:11:14 Selecting previously unselected package python3-launchpadlib.
12:11:14 Preparing to unpack .../81-python3-launchpadlib_1.10.16-1_all.deb ...
12:11:14 Unpacking python3-launchpadlib (1.10.16-1) ...
12:11:14 make[1]: Leaving directory '/root/build-deb'
12:11:14  dpkg-genbuildinfo
12:11:14  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.changes
12:11:14 Selecting previously unselected package docker-compose-plugin.
12:11:14 Preparing to unpack .../docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_armhf.deb ...
12:11:14 Unpacking docker-compose-plugin (2.15.1-1~ubuntu.18.04~bionic) ...
12:11:14   Running scriptlet: container-selinux-2:2.189.0-1.module_el8.7.0+1216+   34/40 
12:11:14   Installing       : containerd.io-1.6.16-3.1.el8.x86_64                  35/40 
12:11:14   Running scriptlet: containerd.io-1.6.16-3.1.el8.x86_64                  35/40 
12:11:14   Installing       : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_   36/40 
12:11:14   Installing       : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x   37/40 
12:11:14   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   38/40 
12:11:14   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   38/40 
12:11:14   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.x86   39/40 
12:11:14   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.x86   39/40 
12:11:14   Cleanup          : xz-libs-5.2.4-4.el8_6.x86_64                         40/40 
12:11:14   Running scriptlet: container-selinux-2:2.189.0-1.module_el8.7.0+1216+   40/40 
12:11:14   Running scriptlet: xz-libs-5.2.4-4.el8_6.x86_64                         40/40 
12:11:14   Verifying        : xz-libs-5.2.4-4.el8.x86_64                            1/40 
12:11:14   Verifying        : xz-libs-5.2.4-4.el8_6.x86_64                          2/40 
12:11:14   Verifying        : container-selinux-2:2.189.0-1.module_el8.7.0+1216+    3/40 
12:11:14   Verifying        : fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.    4/40 
12:11:14   Verifying        : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_    5/40 
12:11:14   Verifying        : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x    6/40 
12:11:14   Verifying        : checkpolicy-2.9-1.el8.x86_64                          7/40 
12:11:14   Verifying        : diffutils-3.6-6.el8.x86_64                            8/40 
12:11:14   Verifying        : fuse-common-3.3.0-16.el8.x86_64                       9/40 
12:11:14   Verifying        : fuse3-3.3.0-16.el8.x86_64                            10/40 
12:11:14   Verifying        : fuse3-libs-3.3.0-16.el8.x86_64                       11/40 
12:11:14   Verifying        : iptables-1.8.4-24.el8.x86_64                         12/40 
12:11:14   Verifying        : iptables-libs-1.8.4-24.el8.x86_64                    13/40 
12:11:14   Verifying        : kmod-25-19.el8.x86_64                                14/40 
12:11:14   Verifying        : libcgroup-0.41-19.el8.x86_64                         15/40 
12:11:14   Verifying        : libibverbs-41.0-1.el8.x86_64                         16/40 
12:11:14   Verifying        : libmnl-1.0.4-6.el8.x86_64                            17/40 
12:11:14   Verifying        : libnetfilter_conntrack-1.0.6-5.el8.x86_64            18/40 
12:11:14   Verifying        : libnfnetlink-1.0.1-13.el8.x86_64                     19/40 
12:11:14   Verifying        : libnftnl-1.1.5-5.el8.x86_64                          20/40 
12:11:14   Verifying        : libpcap-14:1.9.1-5.el8.x86_64                        21/40 
12:11:14   Verifying        : libselinux-utils-2.9-6.el8.x86_64                    22/40 
12:11:14   Verifying        : policycoreutils-2.9-21.1.el8.x86_64                  23/40 
12:11:14   Verifying        : policycoreutils-python-utils-2.9-21.1.el8.noarch     24/40 
12:11:14   Verifying        : python3-audit-3.0.7-4.el8.x86_64                     25/40 
12:11:14   Verifying        : python3-libselinux-2.9-6.el8.x86_64                  26/40 
12:11:14   Verifying        : python3-libsemanage-2.9-9.el8.x86_64                 27/40 
12:11:14   Verifying        : python3-policycoreutils-2.9-21.1.el8.noarch          28/40 
12:11:14   Verifying        : python3-setools-4.3.0-3.el8.x86_64                   29/40 
12:11:14   Verifying        : rpm-plugin-selinux-4.14.3-23.el8.x86_64              30/40 
12:11:14   Verifying        : selinux-policy-3.14.3-114.el8.noarch                 31/40 
12:11:14   Verifying        : selinux-policy-targeted-3.14.3-114.el8.noarch        32/40 
12:11:14   Verifying        : xz-5.2.4-4.el8.x86_64                                33/40 
12:11:14   Verifying        : containerd.io-1.6.16-3.1.el8.x86_64                  34/40 
12:11:14   Verifying        : docker-compose-plugin-2.15.1-0.el8.x86_64            35/40 
12:11:14   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.x86   36/40 
12:11:14   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   37/40 
12:11:14   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8   38/40 
12:11:14   Verifying        : docker-buildx-plugin-0.10.2-0.el8.x86_64             39/40 
12:11:14   Verifying        : docker-scan-plugin-0.23.0-0.el8.x86_64               40/40 
12:11:14 
12:11:14 Downgraded:
12:11:14   xz-libs-5.2.4-4.el8.x86_64                                                    
12:11:14 Installed:
12:11:14   checkpolicy-2.9-1.el8.x86_64                                                  
12:11:14   container-selinux-2:2.189.0-1.module_el8.7.0+1216+b022c01d.noarch             
12:11:14   containerd.io-1.6.16-3.1.el8.x86_64                                           
12:11:14   diffutils-3.6-6.el8.x86_64                                                    
12:11:14   docker-buildx-plugin-0.10.2-0.el8.x86_64                                      
12:11:14   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el8.x86_64                         
12:11:14   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el8.x86_64                     
12:11:14   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el8.x86_64           
12:11:14   docker-compose-plugin-2.15.1-0.el8.x86_64                                     
12:11:14   docker-scan-plugin-0.23.0-0.el8.x86_64                                        
12:11:14   fuse-common-3.3.0-16.el8.x86_64                                               
12:11:14   fuse-overlayfs-1.9-1.module_el8.7.0+1216+b022c01d.x86_64                      
12:11:14   fuse3-3.3.0-16.el8.x86_64                                                     
12:11:14   fuse3-libs-3.3.0-16.el8.x86_64                                                
12:11:14   iptables-1.8.4-24.el8.x86_64                                                  
12:11:14   iptables-libs-1.8.4-24.el8.x86_64                                             
12:11:14   kmod-25-19.el8.x86_64                                                         
12:11:14   libcgroup-0.41-19.el8.x86_64                                                  
12:11:14   libibverbs-41.0-1.el8.x86_64                                                  
12:11:14   libmnl-1.0.4-6.el8.x86_64                                                     
12:11:14   libnetfilter_conntrack-1.0.6-5.el8.x86_64                                     
12:11:14   libnfnetlink-1.0.1-13.el8.x86_64                                              
12:11:14   libnftnl-1.1.5-5.el8.x86_64                                                   
12:11:14   libpcap-14:1.9.1-5.el8.x86_64                                                 
12:11:14   libselinux-utils-2.9-6.el8.x86_64                                             
12:11:14   libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_64                          
12:11:14   policycoreutils-2.9-21.1.el8.x86_64                                           
12:11:14   policycoreutils-python-utils-2.9-21.1.el8.noarch                              
12:11:14   python3-audit-3.0.7-4.el8.x86_64                                              
12:11:14   python3-libselinux-2.9-6.el8.x86_64                                           
12:11:14   python3-libsemanage-2.9-9.el8.x86_64                                          
12:11:14   python3-policycoreutils-2.9-21.1.el8.noarch                                   
12:11:14   python3-setools-4.3.0-3.el8.x86_64                                            
12:11:14   rpm-plugin-selinux-4.14.3-23.el8.x86_64                                       
12:11:14   selinux-policy-3.14.3-114.el8.noarch                                          
12:11:14   selinux-policy-targeted-3.14.3-114.el8.noarch                                 
12:11:14   slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x86_64                       
12:11:14   xz-5.2.4-4.el8.x86_64                                                         
12:11:14 
12:11:14 Complete!
12:11:14 + verify_binaries
12:11:14 + docker --version
12:11:14 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:11:14 ++ uname -m
12:11:14 + '[' x86_64 = x86_64 ']'
12:11:14 + docker scan --help
12:11:14 
12:11:14 Usage:  docker scan [OPTIONS] IMAGE
12:11:14 
12:11:14 A tool to scan your images
12:11:14 
12:11:14 Options:
12:11:14       --accept-license    Accept using a third party scanning provider
12:11:14       --dependency-tree   Show dependency tree with scan results
12:11:14       --exclude-base      Exclude base image from vulnerability scanning
12:11:14                           (requires --file)
12:11:14   -f, --file string       Dockerfile associated with image, provides more
12:11:14                           detailed results
12:11:14       --group-issues      Aggregate duplicated vulnerabilities and group
12:11:14                           them to a single one (requires --json)
12:11:14       --json              Output results in JSON format
12:11:14       --login             Authenticate to the scan provider using an
12:11:14                           optional token (with --token), or web base
12:11:14                           token if empty
12:11:14       --reject-license    Reject using a third party scanning provider
12:11:14       --severity string   Only report vulnerabilities of provided level
12:11:14                           or higher (low|medium|high)
12:11:14       --token string      Authentication token to login to the third
12:11:14                           party scanning provider
12:11:14       --version           Display version of the scan plugin
12:11:14 + docker buildx version
12:11:14 github.com/docker/buildx v0.10.2 00ed17d
12:11:14 + docker compose version
12:11:14 Docker Compose version v2.15.1
12:11:14 + dockerd --version
12:11:14 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:11:14 + docker-proxy --version
12:11:14 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:11:14 + containerd --version
12:11:14 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:14 + ctr --version
12:11:14 ctr containerd.io 1.6.16
12:11:14 + containerd-shim --help
12:11:14 Usage of containerd-shim:
12:11:14   -address string
12:11:14     	grpc address back to main containerd
12:11:14   -containerd-binary containerd publish
12:11:14     	path to containerd binary (used for containerd publish) (default "containerd")
12:11:14   -criu string
12:11:14     	path to criu binary
12:11:14   -debug
12:11:14     	enable debug output in logs
12:11:14   -namespace string
12:11:14     	namespace that owns the shim
12:11:14   -runtime-root string
12:11:14     	root directory for the runtime (default "/run/containerd/runc")
12:11:14   -socket string
12:11:14     	socket path to serve
12:11:14   -systemd-cgroup
12:11:14     	set runtime to use systemd-cgroup
12:11:14   -workdir string
12:11:14     	path used to storge large temporary data
12:11:14 + containerd-shim-runc-v1 -v
12:11:14 containerd-shim-runc-v1:
12:11:14   Version:  1.6.16
12:11:14   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:14   Go version: go1.18.10
12:11:14 
12:11:14 + containerd-shim-runc-v2 -v
12:11:14 containerd-shim-runc-v2:
12:11:14   Version:  1.6.16
12:11:14   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:14   Go version: go1.18.10
12:11:14 
12:11:14 + runc --version
12:11:14 runc version 1.1.4
12:11:14 commit: v1.1.4-0-g5fd4c4d
12:11:14 spec: 1.0.2-dev
12:11:14 go: go1.18.10
12:11:14 libseccomp: 2.5.2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
12:11:14 Setting up gpgconf (2.2.40-1) ...
12:11:14 Setting up libpam-systemd:amd64 (252.5-2) ...
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:11:14 Selecting previously unselected package python3-software-properties.
12:11:14 Preparing to unpack .../82-python3-software-properties_0.99.22.5_all.deb ...
12:11:14 Unpacking python3-software-properties (0.99.22.5) ...
12:11:14 Selecting previously unselected package packagekit.
12:11:14 Preparing to unpack .../83-packagekit_1.2.5-2ubuntu2_amd64.deb ...
12:11:14 Unpacking packagekit (1.2.5-2ubuntu2) ...
12:11:14 Selecting previously unselected package software-properties-common.
12:11:14 Preparing to unpack .../84-software-properties-common_0.99.22.5_all.deb ...
12:11:14 Unpacking software-properties-common (0.99.22.5) ...
12:11:14 Selecting previously unselected package gnupg2.
12:11:14 Preparing to unpack .../85-gnupg2_2.2.27-3ubuntu2.1_all.deb ...
12:11:14 Unpacking gnupg2 (2.2.27-3ubuntu2.1) ...
12:11:14 Setting up libksba8:amd64 (1.6.0-2ubuntu0.2) ...
12:11:14 Setting up media-types (7.0.0) ...
12:11:14 Setting up systemd-sysv (249.11-0ubuntu3.6) ...
12:11:14 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
12:11:14 Setting up apt-transport-https (2.4.8) ...
12:11:14 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ...
12:11:14 Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu1) ...
12:11:14 (56/56): containerd.io-1.6.16-3.1.el9.x86_64.rp  31 MB/s |  32 MB     00:01    
12:11:14 --------------------------------------------------------------------------------
12:11:14 Total                                            13 MB/s |  61 MB     00:04     
12:11:14 Setting up python3 (3.7.3-1) ...
12:11:14 Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
12:11:14 Setting up python3-pycurl (7.43.0.2-0.1) ...
12:11:14 Setting up python3-gi (3.30.4-1) ...
12:11:14 Selecting previously unselected package docker-ce-cli.
12:11:14 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ...
12:11:14 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:11:14 make[1]: Leaving directory '/root/build-deb'
12:11:14  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.buildinfo
12:11:14 Setting up libcurl4:amd64 (7.87.0-2) ...
12:11:14 Setting up libpolkit-agent-1-0:amd64 (122-3) ...
12:11:14 Setting up curl (7.87.0-2) ...
12:11:14 Setting up gpg (2.2.40-1) ...
12:11:14 Setting up libgstreamer1.0-0:amd64 (1.22.0-2) ...
12:11:14 Setcap worked! gst-ptp-helper is not suid!
12:11:14 Setting up gnupg-utils (2.2.40-1) ...
12:11:14 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
12:11:14 Setting up gpg-agent (2.2.40-1) ...
12:11:14 No schema files found: doing nothing.
12:11:14 Setting up distro-info-data (0.52ubuntu0.2) ...
12:11:14 Setting up libxmlb2:amd64 (0.3.6-2build1) ...
12:11:14 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
12:11:14 Setting up libsqlite3-0:amd64 (3.37.2-2ubuntu0.1) ...
12:11:14 Setting up libnghttp2-14:amd64 (1.43.0-1build3) ...
12:11:14 Setting up libpackagekit-glib2-18:amd64 (1.2.5-2ubuntu2) ...
12:11:14 Setting up libnpth0:amd64 (1.6-3build2) ...
12:11:14 Setting up libassuan0:amd64 (2.5.5-1build1) ...
12:11:14 Setting up libunwind8:amd64 (1.3.2-2build2) ...
12:11:14 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:11:14 Setting up libcap2-bin (1:2.44-1build3) ...
12:11:14 Setting up libglib2.0-data (2.72.4-0ubuntu1) ...
12:11:14 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:11:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:11:14 Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
12:11:14 Setting up dbus (1.12.20-2ubuntu4.1) ...
12:11:14 Setting up lsb-release (10.2019051400+rpi1) ...
12:11:14 Setting up python3-dbus (1.2.8-3) ...
12:11:14 Setting up docker-buildx-plugin (0.10.2-1~debian.10~buster) ...
12:11:14 Setting up docker-compose-plugin (2.15.1-1~debian.10~buster) ...
12:11:14 Setting up docker-scan-plugin (0.23.0~debian-buster) ...
12:11:14 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:11:14 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:11:14 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
12:11:14 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:11:14 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:11:15 ~/rpmbuild/BUILD/src
12:11:15 + popd
12:11:15 + exit 0
12:11:15 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.nNZSjQ
12:11:15 + umask 022
12:11:15 + cd /root/rpmbuild/BUILD
12:11:15 + '[' /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64 '!=' / ']'
12:11:15 + rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64
12:11:15 ++ dirname /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64
12:11:15 + mkdir -p /root/rpmbuild/BUILDROOT
12:11:15 + mkdir /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64
12:11:15 + cd src
12:11:15 + pushd /root/rpmbuild/BUILD/src/compose
12:11:15 ~/rpmbuild/BUILD/src/compose ~/rpmbuild/BUILD/src
12:11:15 + install -D -p -m 0755 bin/docker-compose /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-compose
12:11:15 ~/rpmbuild/BUILD/src
12:11:15 + popd
12:11:15 + for f in LICENSE MAINTAINERS NOTICE README.md
12:11:15 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/LICENSE docker-compose-plugin-docs/LICENSE
12:11:15 + for f in LICENSE MAINTAINERS NOTICE README.md
12:11:15 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/MAINTAINERS docker-compose-plugin-docs/MAINTAINERS
12:11:15 + for f in LICENSE MAINTAINERS NOTICE README.md
12:11:15 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/NOTICE docker-compose-plugin-docs/NOTICE
12:11:15 + for f in LICENSE MAINTAINERS NOTICE README.md
12:11:15 + install -D -p -m 0644 /root/rpmbuild/BUILD/src/compose/README.md docker-compose-plugin-docs/README.md
12:11:15 + /usr/lib/rpm/check-buildroot
12:11:15 + /usr/lib/rpm/redhat/brp-compress
12:11:15 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
12:11:15 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:11:15 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
12:11:15 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
12:11:15 + /usr/lib/rpm/redhat/brp-python-hardlink
12:11:15 + /usr/lib/rpm/redhat/brp-java-repack-jars
12:11:15 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.CGW4Bk
12:11:15 + umask 022
12:11:15 + cd /root/rpmbuild/BUILD
12:11:15 + cd src
12:11:15 ++ /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata
12:11:15 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:11:15 + ver=v2.15.1
12:11:15 + test v2.15.1 = v2.15.1
12:11:15 + echo 'PASS: docker-compose version OK'
12:11:15 + exit 0
12:11:15 PASS: docker-compose version OK
12:11:15 Processing files: docker-compose-plugin-2.15.1-0.el7.x86_64
12:11:15 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.zGDoYO
12:11:15 + umask 022
12:11:15 + cd /root/rpmbuild/BUILD
12:11:15 + cd src
12:11:15 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.15.1
12:11:15 + export DOCDIR
12:11:15 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.15.1
12:11:15 + cp -pr docker-compose-plugin-docs/LICENSE docker-compose-plugin-docs/MAINTAINERS docker-compose-plugin-docs/NOTICE docker-compose-plugin-docs/README.md /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64/usr/share/doc/docker-compose-plugin-2.15.1
12:11:15 + exit 0
12:11:15 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.SZcClj
12:11:15 + umask 022
12:11:15 + cd /root/rpmbuild/BUILD
12:11:15 + cd src
12:11:15 + LICENSEDIR=/root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.15.1
12:11:15 + export LICENSEDIR
12:11:15 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.15.1
12:11:15 + cp -pr docker-compose-plugin-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.15.1
12:11:15 + cp -pr docker-compose-plugin-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64/usr/share/licenses/docker-compose-plugin-2.15.1
12:11:15 + exit 0
12:11:15 Provides: docker-compose-plugin = 0:2.15.1-0.el7 docker-compose-plugin(x86-64) = 0:2.15.1-0.el7
12:11:15 Requires(interp): /bin/sh /bin/sh /bin/sh
12:11:15 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:11:15 Requires(post): /bin/sh
12:11:15 Requires(preun): /bin/sh
12:11:15 Requires(postun): /bin/sh
12:11:15 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64
12:11:15 Wrote: /root/rpmbuild/SRPMS/docker-compose-plugin-2.15.1-0.el7.src.rpm
12:11:15 Wrote: /root/rpmbuild/RPMS/x86_64/docker-compose-plugin-2.15.1-0.el7.x86_64.rpm
12:11:15 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.5gvMG0
12:11:15 + umask 022
12:11:15 + cd /root/rpmbuild/BUILD
12:11:15 + cd src
12:11:15 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-compose-plugin-2.15.1-0.el7.x86_64
12:11:15 + exit 0
12:11:15 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.40ruPH
12:11:15 + umask 022
12:11:15 + cd /root/rpmbuild/BUILD
12:11:15 + cd /root/rpmbuild/BUILD
12:11:15 + rm -rf src
12:11:15 + /usr/bin/mkdir -p src
12:11:15 + cd src
12:11:15 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:11:15 + /usr/bin/tar -xf -
12:11:15 + STATUS=0
12:11:15 + '[' 0 -ne 0 ']'
12:11:15 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
12:11:15 + /usr/bin/tar -xf -
12:11:15 + STATUS=0
12:11:15 + '[' 0 -ne 0 ']'
12:11:15 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
12:11:15 + exit 0
12:11:15 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.HrG63o
12:11:15 + umask 022
12:11:15 + cd /root/rpmbuild/BUILD
12:11:15 + cd src
12:11:15 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:11:15 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:11:15 + bash -c 'TAG_NAME="v0.23.0" COMMIT="6c852fa" PLATFORM_BINARY=docker-scan make native-build'
12:11:15 GO111MODULE=on make -f builder.Makefile build
12:11:15 make[1]: Entering directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:11:15 mkdir -p bin
12:11:15 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
12:11:15 go: downloading github.com/docker/cli v20.10.17+incompatible
12:11:15 go: downloading github.com/docker/docker v20.10.17+incompatible
12:11:15 go: downloading github.com/spf13/cobra v1.5.0
12:11:15 go: downloading golang.org/x/sys v0.0.0-20220803195053-6e608f9ce704
12:11:15 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:11:15 go: downloading github.com/docker/go-units v0.4.0
12:11:15 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:11:15 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:11:15 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:11:15 go: downloading github.com/moby/sys/mount v0.3.3
12:11:15 go: downloading golang.org/x/term v0.0.0-20220722155259-a9ba230a4035
12:11:15 go: downloading github.com/containerd/containerd v1.6.6
12:11:15 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:11:15 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:11:15 go: downloading golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b
12:11:15 go: downloading golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12:11:15 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:11:15 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1.1) ...
12:11:15 Setting up libssh-4:amd64 (0.9.6-2build1) ...
12:11:15 Setting up python-apt-common (2.4.0) ...
12:11:15 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
12:11:15 Setting up libpam-systemd:amd64 (249.11-0ubuntu3.6) ...
12:11:15 Setting up libgirepository-1.0-1:amd64 (1.72.0-1) ...
12:11:15 Setting up libstemmer0d:amd64 (2.2.0-1build1) ...
12:11:15 Setting up openssl (3.0.2-0ubuntu1.7) ...
12:11:15 Setting up libelf1:amd64 (0.186-1build1) ...
12:11:15 Setting up readline-common (8.1.2-1) ...
12:11:15 Setting up python3-apt (1.8.4.3) ...
12:11:15 Setting up python3-software-properties (0.96.20.2-2) ...
12:11:15 invoke-rc.d: could not determine current runlevel
12:11:15 invoke-rc.d: policy-rc.d denied execution of start.
12:11:15 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:11:15 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:11:15  docker-ce-rootless-extras depends on dbus-user-session; however:
12:11:15   Package dbus-user-session is not installed.
12:11:15 
12:11:15 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:11:15 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:11:15 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:11:15 Setting up gpgsm (2.2.40-1) ...
12:11:15 Setting up libcurl3-gnutls:amd64 (7.87.0-2) ...
12:11:15 Setting up libappstream4:amd64 (0.16.0-1) ...
12:11:15 Setting up dirmngr (2.2.40-1) ...
12:11:15 Setting up iso-codes (4.9.0-1) ...
12:11:15 Setting up libpolkit-gobject-1-0:amd64 (0.105-33) ...
12:11:15 Setting up libicu70:amd64 (70.1-2) ...
12:11:15 Setting up pinentry-curses (1.1.1-1build2) ...
12:11:15 Setting up libdw1:amd64 (0.186-1build1) ...
12:11:15 Setting up libreadline8:amd64 (8.1.2-1) ...
12:11:15 Setting up libglib2.0-bin (2.72.4-0ubuntu1) ...
12:11:15 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:11:15 Setting up libpython3.10-stdlib:amd64 (3.10.6-1~22.04.2) ...
12:11:15 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
12:11:15 Setting up software-properties-common (0.96.20.2-2) ...
12:11:15 Selecting previously unselected package docker-ce.
12:11:15 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ...
12:11:15 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:11:15 Fetched 18.8 MB in 3s (5788 kB/s)
12:11:15 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-scan-plugin_0.23.0~debian-buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_amd64.deb
12:11:15 + make IMAGE=debian:buster verify
12:11:15 docker run  --rm -i \
12:11:15 	-v "$(pwd):/v" \
12:11:15 	-e DEBIAN_FRONTEND=noninteractive \
12:11:15 	-e PACKAGE_REPO=staging \
12:11:15 	-w /v \
12:11:15 	debian:buster ./verify
12:11:15 Unable to find image 'debian:buster' locally
12:11:15 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:11:15 Setting up gir1.2-packagekitglib-1.0 (1.2.6-2) ...
12:11:15 Setting up gpg-wks-server (2.2.40-1) ...
12:11:15 Setting up libnsl2:amd64 (1.3.0-2) ...
12:11:15 Setting up gpg-wks-client (2.2.40-1) ...
12:11:15 Setting up libpython3.11-stdlib:amd64 (3.11.1-2) ...
12:11:15 Setting up gnupg (2.2.40-1) ...
12:11:15 Setting up libpython3-stdlib:amd64 (3.11.1-3) ...
12:11:15 Setting up python3.11 (3.11.1-2) ...
12:11:15 Updating certificates in /etc/ssl/certs...
12:11:15 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ...
12:11:15 ++ source /etc/os-release
12:11:15 +++ PRETTY_NAME='Raspbian GNU/Linux 10 (buster)'
12:11:15 +++ NAME='Raspbian GNU/Linux'
12:11:15 +++ VERSION_ID=10
12:11:15 +++ VERSION='10 (buster)'
12:11:15 +++ VERSION_CODENAME=buster
12:11:15 +++ ID=raspbian
12:11:15 +++ ID_LIKE=debian
12:11:15 +++ HOME_URL=http://www.raspbian.org/
12:11:15 +++ SUPPORT_URL=http://www.raspbian.org/RaspbianForums
12:11:15 +++ BUG_REPORT_URL=http://www.raspbian.org/RaspbianBugs
12:11:15 ++ echo raspbian
12:11:15 + DIST_ID=raspbian
12:11:15 ++ lsb_release -sc
12:11:15 + DIST_VERSION=buster
12:11:15 + '[' buster = sid ']'
12:11:15 + install_debian_containerd
12:11:15 + '[' staging = stage ']'
12:11:15 + REPO_URL=https://download.docker.com/linux/raspbian
12:11:15 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian'
12:11:15 + update-ca-certificates -f
12:11:15 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian
12:11:15 Clearing symlinks in /etc/ssl/certs...
12:11:15  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.changes
12:11:15 dpkg-genchanges: info: including full source code in upload
12:11:15  dpkg-source -I.git --after-build .
12:11:15 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:11:15 + destination=/build
12:11:15 + mkdir -p /build
12:11:15 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb /root/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_armhf.deb /build
12:11:15 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb'
12:11:15 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb'
12:11:15 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
12:11:15 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
12:11:15 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
12:11:15 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
12:11:15 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc'
12:11:15 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.dsc'
12:11:15 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz'
12:11:15 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal.tar.gz'
12:11:15 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.buildinfo'
12:11:15 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.buildinfo'
12:11:15 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.changes'
12:11:15 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.changes'
12:11:15 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
12:11:15 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb'
12:11:15 copied '/root/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_armhf.deb' -> '/build/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_armhf.deb'
12:11:15 removed '/root/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_armhf.deb'
12:11:15 buster: Pulling from library/debian
12:11:15 6dcab737b693: Already exists
12:11:15 Digest: sha256:c67afad7f1e94fe12868cd75bd5cf0c5bc9d0424f1516329aa76ec554b18ca57
12:11:15 Status: Downloaded newer image for debian:buster
12:11:15 done.
12:11:15 Updating certificates in /etc/ssl/certs...
12:11:15 Docker CE Test - x86_64                         6.8 kB/s | 1.6 kB     00:00    
12:11:15 Importing GPG key 0x621E9F35:
12:11:15  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
12:11:15  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
12:11:15  From       : https://download.docker.com/linux/centos/gpg
12:11:15 Key imported successfully
12:11:15 Reading package lists...
12:11:15 Building dependency tree...
12:11:15 Reading state information...
12:11:15 Correcting dependencies... Done
12:11:16 124 added, 0 removed; done.
12:11:16 Setting up gir1.2-glib-2.0:amd64 (1.72.0-1) ...
12:11:16 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
12:11:16 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.7) ...
12:11:16 Setting up libpolkit-agent-1-0:amd64 (0.105-33) ...
12:11:16 Setting up curl (7.81.0-1ubuntu1.7) ...
12:11:16 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.2) ...
12:11:16 Setting up polkitd (0.105-33) ...
12:11:16 Setting up gpg (2.2.27-3ubuntu2.1) ...
12:11:16 Setting up libgstreamer1.0-0:amd64 (1.20.3-0ubuntu1) ...
12:11:16 Running transaction check
12:11:16 Transaction check succeeded.
12:11:16 Running transaction test
12:11:16 Skipping docker-ce, it is already installed and upgrade is not set.
12:11:16 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:11:16 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:11:16 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:11:16 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:11:16 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
12:11:16 The following additional packages will be installed:
12:11:16   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:11:16   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
12:11:16   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
12:11:16   libnftnl11 libpam-systemd systemd systemd-sysv
12:11:16 Suggested packages:
12:11:16   kmod systemd-container policykit-1
12:11:16 Recommended packages:
12:11:16   nftables libnss-systemd
12:11:16 The following NEW packages will be installed:
12:11:16   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:11:16   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
12:11:16   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
12:11:16   libnftnl11 libpam-systemd systemd systemd-sysv
12:11:16 + verify
12:11:16 + dpkg --version
12:11:16 + verify_deb
12:11:16 + apt-get update
12:11:16 Setcap worked! gst-ptp-helper is not suid!
12:11:16 Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04) ...
12:11:16 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
12:11:16 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
12:11:16 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:11:16 137 added, 0 removed; done.
12:11:16 Running hooks in /etc/ca-certificates/update.d...
12:11:16 done.
12:11:16 + apt-key add -
12:11:16 + curl -fsSL https://download.docker.com/linux/raspbian/gpg
12:11:16 Setting up gnupg2 (2.2.40-1) ...
12:11:16 Setting up python3 (3.11.1-3) ...
12:11:16 Setting up python3-six (1.16.0-4) ...
12:11:16 Setting up python3-pyparsing (3.0.9-1) ...
12:11:16 0 upgraded, 21 newly installed, 0 to remove and 3 not upgraded.
12:11:16 Need to get 33.3 MB of archives.
12:11:16 After this operation, 134 MB of additional disk space will be used.
12:11:16 Get:1 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
12:11:16 Get:2 http://deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
12:11:16 Get:3 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
12:11:16 Get:4 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
12:11:16 Get:5 http://deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
12:11:16 Get:6 http://deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
12:11:16 Get:7 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
12:11:16 Get:8 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
12:11:16 Get:9 http://deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
12:11:16 Get:10 http://deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u8 [3496 kB]
12:11:16 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
12:11:16 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
12:11:16 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
12:11:16 Get:4 http://deb.debian.org/debian buster/main armhf Packages [7706 kB]
12:11:16 dpkg-genchanges: info: including full source code in upload
12:11:16  dpkg-source -I.git --after-build .
12:11:16 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:11:16 + destination=/build
12:11:16 + mkdir -p /build
12:11:16 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb /root/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_armhf.deb /build
12:11:16 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb'
12:11:16 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb'
12:11:16 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'
12:11:16 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'
12:11:16 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'
12:11:16 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'
12:11:16 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc'
12:11:16 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.dsc'
12:11:16 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz'
12:11:16 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy.tar.gz'
12:11:16 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.buildinfo'
12:11:16 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.buildinfo'
12:11:16 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.changes'
12:11:16 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.changes'
12:11:16 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'
12:11:16 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb'
12:11:16 copied '/root/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_armhf.deb' -> '/build/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_armhf.deb'
12:11:16 removed '/root/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_armhf.deb'
12:11:16 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:11:16 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:11:16 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:11:16 Setting up python3.10 (3.10.6-1~22.04.2) ...
12:11:16 Warning: apt-key output should not be parsed (stdout is not a terminal)
12:11:16 Setting up python3-gi (3.42.2-3+b1) ...
12:11:16 Setting up python3-httplib2 (0.20.4-3) ...
12:11:16 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.18.04~bionic) ...
12:11:16 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:11:16 Setting up docker-compose-plugin (2.15.1-1~ubuntu.18.04~bionic) ...
12:11:16 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:11:16 invoke-rc.d: could not determine current runlevel
12:11:16 invoke-rc.d: policy-rc.d denied execution of start.
12:11:16 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:11:16  docker-ce-rootless-extras depends on dbus-user-session; however:
12:11:16   Package dbus-user-session is not installed.
12:11:16 
12:11:16 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic) ...
12:11:16 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-bionic/docker-buildx-plugin_0.10.2-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-compose-plugin_2.15.1-1~ubuntu.18.04~bionic_armhf.deb ./deb/debbuild/ubuntu-bionic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.18.04~bionic_armhf.deb
12:11:16 Get:11 http://deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u8 [100 kB]
12:11:16 Get:12 http://deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
12:11:16 Get:13 http://deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
12:11:16 Get:14 http://deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
12:11:16 Get:15 http://deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
12:11:16 Get:16 http://deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
12:11:16 Get:17 http://deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
12:11:16 Get:18 http://deb.debian.org/debian-security buster/updates/main amd64 dbus amd64 1.12.24-0+deb10u1 [240 kB]
12:11:16 Get:19 http://deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u8 [209 kB]
12:11:16 Get:20 http://deb.debian.org/debian-security buster/updates/main amd64 dbus-user-session amd64 1.12.24-0+deb10u1 [97.9 kB]
12:11:16 Get:21 https://download.docker.com/linux/debian buster/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
12:11:16 Reading package lists...
12:11:16 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?)
12:11:16 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:11:16 Get:5 http://deb.debian.org/debian-security buster/updates/main armhf Packages [423 kB]
12:11:16 Get:6 http://deb.debian.org/debian buster-updates/main armhf Packages [8784 B]
12:11:16 OK
12:11:16 + '[' buster = sid ']'
12:11:16 ++ dpkg --print-architecture
12:11:16 + ARCH=armhf
12:11:16 + echo 'deb [arch=armhf] https://download.docker.com/linux/raspbian buster test'
12:11:16 + apt-get update
12:11:16 Setting up python3-cffi-backend:amd64 (1.15.1-5+b1) ...
12:11:16 Setting up python3-blinker (1.5-1) ...
12:11:17 Get:1 https://download.docker.com/linux/raspbian buster InRelease [33.6 kB]
12:11:17 Hit:2 http://archive.raspbian.org/raspbian buster InRelease
12:11:17 Setting up python3-pkg-resources (65.6.3-1) ...
12:11:17 Setting up python3-dbus (1.3.2-4+b1) ...
12:11:17 Setting up python3-distro (1.8.0-1) ...
12:11:17 Hit:3 http://archive.raspberrypi.org/debian buster InRelease
12:11:17 Get:4 https://download.docker.com/linux/raspbian buster/test armhf Packages [42.7 kB]
12:11:17 Fetched 76.4 kB in 1s (126 kB/s)
12:11:17 Transaction test succeeded.
12:11:17 Running transaction
12:11:17 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
12:11:17 Setting up pkexec (0.105-33) ...
12:11:17 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.7) ...
12:11:17 Setting up python3 (3.10.6-1~22.04) ...
12:11:17 Setting up libappstream4:amd64 (0.15.2-2) ...
12:11:17 Setting up python3-six (1.16.0-3ubuntu1) ...
12:11:17 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
12:11:17 debconf: delaying package configuration, since apt-utils is not installed
12:11:17 Fetched 33.3 MB in 1s (32.2 MB/s)
12:11:17 Selecting previously unselected package libapparmor1:amd64.
12:11: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 ... 9947 files and directories currently installed.)
12:11:17 Preparing to unpack .../0-libapparmor1_2.13.2-10_amd64.deb ...
12:11:17 Unpacking libapparmor1:amd64 (2.13.2-10) ...
12:11:17 Selecting previously unselected package libargon2-1:amd64.
12:11:17 Preparing to unpack .../1-libargon2-1_0~20171227-0.2_amd64.deb ...
12:11:17 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
12:11:17 Selecting previously unselected package dmsetup.
12:11:17 Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_amd64.deb ...
12:11:17 Unpacking dmsetup (2:1.02.155-3) ...
12:11:17 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:11:17 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
12:11:17 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
12:11:17 Selecting previously unselected package libjson-c3:amd64.
12:11:17 Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
12:11:17 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
12:11:17 Selecting previously unselected package libcryptsetup12:amd64.
12:11:17 Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
12:11:17 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
12:11:17 Setting up python3-jwt (2.6.0-1) ...
12:11:17 Setting up python3-apt (2.5.2+b1) ...
12:11:17 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:11:17 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
12:11:17 Setting up python3-pyparsing (2.4.7-1) ...
12:11:17 Setting up python3-gi (3.42.1-0ubuntu1) ...
12:11:17 Reading package lists...
12:11:17 Selecting previously unselected package libidn11:amd64.
12:11:17 Preparing to unpack .../6-libidn11_1.33-2.2_amd64.deb ...
12:11:17 Unpacking libidn11:amd64 (1.33-2.2) ...
12:11:17 Selecting previously unselected package libip4tc0:amd64.
12:11:17 Preparing to unpack .../7-libip4tc0_1.8.2-4_amd64.deb ...
12:11:17 Unpacking libip4tc0:amd64 (1.8.2-4) ...
12:11:17 Selecting previously unselected package libkmod2:amd64.
12:11:17 Preparing to unpack .../8-libkmod2_26-1_amd64.deb ...
12:11:17 Unpacking libkmod2:amd64 (26-1) ...
12:11:17 Selecting previously unselected package systemd.
12:11:17 Preparing to unpack .../9-systemd_241-7~deb10u8_amd64.deb ...
12:11:17 Unpacking systemd (241-7~deb10u8) ...
12:11:18 Setting up python3-lazr.uri (1.0.6-3) ...
12:11:18 Setting up python3-cryptography (38.0.4-2) ...
12:11:18 Reading package lists...
12:11:18 Setting up python3-jeepney (0.7.1-3) ...
12:11:18 Fetched 8350 kB in 2s (4517 kB/s)
12:11:18 Building dependency tree...
12:11:18 Reading state information...
12:11:18 Setting up python3-wadllib (1.3.6-4) ...
12:11:18 Building dependency tree...
12:11:18 Reading state information...
12:11:18 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:11:18 Setting up python3-httplib2 (0.20.2-2) ...
12:11:18 Setting up lsb-release (11.1.0ubuntu4) ...
12:11:18 Setting up policykit-1 (0.105-33) ...
12:11:18 Setting up python3-cffi-backend:amd64 (1.15.0-1build2) ...
12:11:18 Setting up python3-blinker (1.4+dfsg1-0.4) ...
12:11:18 Correcting dependencies... Done
12:11:18 Skipping docker-ce, it is already installed and upgrade is not set.
12:11:18 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:11:18 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:11:18 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:11:18 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:11:18 The following additional packages will be installed:
12:11:18   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
12:11:18   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
12:11:18   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
12:11:18   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
12:11:18 Suggested packages:
12:11:18   kmod systemd-container policykit-1
12:11:18 Recommended packages:
12:11:18   dmsetup networkd-dispatcher libnss-systemd
12:11:18 Setting up libapparmor1:amd64 (2.13.2-10) ...
12:11:18 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
12:11:18 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
12:11:18 Setting up libidn11:amd64 (1.33-2.2) ...
12:11:18 Setting up libip4tc0:amd64 (1.8.2-4) ...
12:11:18 Setting up libkmod2:amd64 (26-1) ...
12:11:18 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
12:11:18 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
12:11:18 Setting up systemd (241-7~deb10u8) ...
12:11:18 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:11:18 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:11:18 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
12:11:18 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:11:18 Initializing machine ID from KVM UUID.
12:11:18 Setting up python3-oauthlib (3.2.2-1) ...
12:11:18 ca-certificates is already the newest version (20210119).
12:11:18 The following additional packages will be installed:
12:11:18   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 iso-codes
12:11:18   libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1 libgirepository-1.0-1
12:11:18   libglib2.0-0 libmpdec3 libpackagekit-glib2-18 libpython3-stdlib
12:11:18   libpython3.9-minimal libpython3.9-stdlib media-types python-apt-common
12:11:18   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
12:11:18   python3-software-properties python3.9 python3.9-minimal
12:11:18 Suggested packages:
12:11:18   isoquery python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc
12:11:18   python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev python-pycurl-doc
12:11:18   python3-pycurl-dbg python3.9-venv python3.9-doc binutils binfmt-support
12:11:18 Recommended packages:
12:11:18   dbus libglib2.0-data shared-mime-info xdg-user-dirs packagekit
12:11:18   unattended-upgrades
12:11:18 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
12:11:18 The following NEW packages will be installed:
12:11:18   containerd.io dbus dbus-user-session iptables libapparmor1 libargon2-0
12:11:18   libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
12:11:18   libiptc0 libjson-c3 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0
12:11:18   libpam-systemd libxtables12 multiarch-support systemd systemd-sysv
12:11:18 Setting up python3-lazr.restfulclient (0.14.5-1) ...
12:11:18 Setting up python3-software-properties (0.99.30-4) ...
12:11:18 Reading package lists...
12:11:18 ++ find deb/debbuild/raspbian-buster/ -type f -name '*.deb'
12:11:18 + packages='deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb
12:11:18 deb/debbuild/raspbian-buster/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb
12:11:18 deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb
12:11:18 deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb
12:11:18 deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
12:11:18 ++ echo 'deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb
12:11:18 deb/debbuild/raspbian-buster/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb
12:11:18 deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb
12:11:18 deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb
12:11:18 ++ awk '$0="./"$0'
12:11:18 deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
12:11:18 ++ xargs
12:11:18 + packages='./deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb'
12:11:18 + set -x
12:11:18 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb
12:11:18 Selecting previously unselected package docker-ce-rootless-extras.
12:11:18 (Reading database ... 10012 files and directories currently installed.)
12:11:18 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ...
12:11:18 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster) ...
12:11:18 Setting up python3-more-itertools (8.10.0-2) ...
12:11:18 Setting up python3-dbus (1.2.18-3build1) ...
12:11:18   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch            1/1 
12:11:18   Preparing        :                                                        1/1 
12:11:18 0 upgraded, 23 newly installed, 0 to remove and 6 not upgraded.
12:11:18 Need to get 24.2 MB of archives.
12:11:18 After this operation, 104 MB of additional disk space will be used.
12:11:18 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libcap2 armhf 1:2.25-1.2 [11.7 kB]
12:11:18 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libargon2-0 armhf 0~20161029-1.1 [20.4 kB]
12:11:19 Processing triggers for libc-bin (2.36-8) ...
12:11:19 Processing triggers for systemd (252.5-2) ...
12:11:19 Processing triggers for sgml-base (1.31) ...
12:11:19 Setting up polkitd (122-3) ...
12:11:19 Creating group 'polkitd' with GID 997.
12:11:19 Creating user 'polkitd' (polkit) with UID 997 and GID 997.
12:11:19 invoke-rc.d: could not determine current runlevel
12:11:19 invoke-rc.d: policy-rc.d denied execution of reload.
12:11:19 Setting up dmsetup (2:1.02.155-3) ...
12:11:19 Selecting previously unselected package systemd-sysv.
12:11: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 ... 10777 files and directories currently installed.)
12:11:19 Preparing to unpack .../00-systemd-sysv_241-7~deb10u8_amd64.deb ...
12:11:19 Unpacking systemd-sysv (241-7~deb10u8) ...
12:11:19 Selecting previously unselected package libip6tc0:amd64.
12:11:19 Preparing to unpack .../01-libip6tc0_1.8.2-4_amd64.deb ...
12:11:19 Unpacking libip6tc0:amd64 (1.8.2-4) ...
12:11:19 Selecting previously unselected package libiptc0:amd64.
12:11:19 Preparing to unpack .../02-libiptc0_1.8.2-4_amd64.deb ...
12:11:19 Unpacking libiptc0:amd64 (1.8.2-4) ...
12:11:19 Selecting previously unselected package libnfnetlink0:amd64.
12:11:19 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
12:11:19 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
12:11:19 Selecting previously unselected package libnetfilter-conntrack3:amd64.
12:11:19 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
12:11:19 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
12:11:19 Selecting previously unselected package libnftnl11:amd64.
12:11:19 Preparing to unpack .../05-libnftnl11_1.1.2-2_amd64.deb ...
12:11:19 Unpacking libnftnl11:amd64 (1.1.2-2) ...
12:11:19 Reading package lists...
12:11:19 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:11:19 Setting up python3-distro (1.7.0-1) ...
12:11:19 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:11:19 Setting up python3-jwt (2.3.0-1ubuntu0.2) ...
12:11:19   Installing       : libseccomp-2.5.2-2.el9.x86_64                         1/62 
12:11:19   Installing       : libmnl-1.0.4-15.el9.x86_64                            2/62 
12:11:19   Installing       : docker-scan-plugin-0.23.0-0.el9.x86_64                3/62 
12:11:19   Running scriptlet: docker-scan-plugin-0.23.0-0.el9.x86_64                3/62 
12:11:19   Installing       : python3-libselinux-3.5-0.rc1.1.el9.x86_64             4/62 
12:11:19   Installing       : fuse3-libs-3.10.2-5.el9.x86_64                        5/62 
12:11:19   Installing       : python3-setuptools-53.0.0-12.el9.noarch               6/62 
12:11:19 The following NEW packages will be installed:
12:11:19   apt-transport-https distro-info-data gir1.2-glib-2.0
12:11:19   gir1.2-packagekitglib-1.0 gnupg2 iso-codes libcurl3-gnutls libdbus-1-3
12:11:19   libexpat1 libgirepository-1.0-1 libglib2.0-0 libmpdec3
12:11:19   libpackagekit-glib2-18 libpython3-stdlib libpython3.9-minimal
12:11:19   libpython3.9-stdlib lsb-release media-types python-apt-common python3
12:11:19   python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
12:11:19   python3-software-properties python3.9 python3.9-minimal
12:11:19   software-properties-common
12:11:19 The following packages will be upgraded:
12:11:19   curl libcurl4
12:11:19 Get:3 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]
12:11:19 Get:4 https://download.docker.com/linux/ubuntu bionic/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
12:11:19 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libjson-c3 armhf 0.12.1-1.3ubuntu0.3 [19.9 kB]
12:11:19 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libcryptsetup12 armhf 2:2.0.2-1ubuntu1.2 [119 kB]
12:11:19 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
12:11:19 Setting up packagekit (1.2.6-2) ...
12:11:19 invoke-rc.d: could not determine current runlevel
12:11:19 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:11:19 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
12:11:19 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:11:19 Setting up software-properties-common (0.99.30-4) ...
12:11:19 Selecting previously unselected package iptables.
12:11:19 Preparing to unpack .../06-iptables_1.8.2-4_amd64.deb ...
12:11:19 Unpacking iptables (1.8.2-4) ...
12:11:19 Selecting previously unselected package dbus.
12:11:19 Preparing to unpack .../07-dbus_1.12.24-0+deb10u1_amd64.deb ...
12:11:19 Unpacking dbus (1.12.24-0+deb10u1) ...
12:11:19 Selecting previously unselected package libpam-systemd:amd64.
12:11:19 Preparing to unpack .../08-libpam-systemd_241-7~deb10u8_amd64.deb ...
12:11:19 Unpacking libpam-systemd:amd64 (241-7~deb10u8) ...
12:11:19 Selecting previously unselected package containerd.io.
12:11:19 Preparing to unpack .../09-containerd.io_1.6.16-1_amd64.deb ...
12:11:19 Unpacking containerd.io (1.6.16-1) ...
12:11:19 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'.
12:11:19 Selecting previously unselected package docker-compose-plugin.
12:11:19 Preparing to unpack .../docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb ...
12:11:19 Unpacking docker-compose-plugin (2.15.1-1~raspbian.10~buster) ...
12:11:19 Setting up python3-apt (2.4.0) ...
12:11:19 Setting up python3-lazr.uri (1.0.6-2) ...
12:11:19   Installing       : libselinux-utils-3.5-0.rc1.1.el9.x86_64               7/62 
12:11:19   Installing       : libfdisk-2.37.4-9.el9.x86_64                          8/62 
12:11:19   Installing       : cracklib-2.9.6-27.el9.x86_64                          9/62 
12:11:19   Installing       : cracklib-dicts-2.9.6-27.el9.x86_64                   10/62 
12:11:19   Installing       : python3-distro-1.5.0-7.el9.noarch                    11/62 
12:11:19   Installing       : python3-setools-4.4.0-5.el9.x86_64                   12/62 
12:11:19 2 upgraded, 29 newly installed, 0 to remove and 10 not upgraded.
12:11:19 Need to get 11.6 MB of archives.
12:11:19 After this operation, 49.2 MB of additional disk space will be used.
12:11:19 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
12:11:19 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libidn11 armhf 1.33-2.1ubuntu1.2 [42.7 kB]
12:11:19 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libip4tc0 armhf 1.6.1-2ubuntu2 [17.8 kB]
12:11:19 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libapparmor1 armhf 2.12-4ubuntu5.1 [27.1 kB]
12:11:19 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libkmod2 armhf 24-1ubuntu3.5 [34.5 kB]
12:11:19 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf systemd armhf 237-3ubuntu10.56 [2743 kB]
12:11:19 Processing triggers for ca-certificates (20211016) ...
12:11:19 Updating certificates in /etc/ssl/certs...
12:11:19 Reading package lists...
12:11:19 Setting up python3-zipp (1.0.0-3) ...
12:11:19 Setting up python3-cryptography (3.4.8-1ubuntu2) ...
12:11:19   Installing       : python3-libsemanage-3.5-0.rc1.1.el9.x86_64           13/62 
12:11:19 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf systemd-sysv armhf 237-3ubuntu10.56 [11.8 kB]
12:11:19 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf multiarch-support armhf 2.27-3ubuntu1.6 [6956 B]
12:11:19 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnfnetlink0 armhf 1.0.1-3 [11.6 kB]
12:11:19 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dbus armhf 1.12.2-1ubuntu1.4 [132 kB]
12:11:19 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libmnl0 armhf 1.0.4-2 [11.1 kB]
12:11:19 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf libpam-systemd armhf 237-3ubuntu10.56 [95.0 kB]
12:11:19 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libxtables12 armhf 1.6.1-2ubuntu2 [25.4 kB]
12:11:19 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libip6tc0 armhf 1.6.1-2ubuntu2 [18.0 kB]
12:11:19 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libiptc0 armhf 1.6.1-2ubuntu2 [9396 B]
12:11:19 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf libnetfilter-conntrack3 armhf 1.0.6-2 [31.4 kB]
12:11:19 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main armhf iptables armhf 1.6.1-2ubuntu2 [240 kB]
12:11:19 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main armhf dbus-user-session armhf 1.12.2-1ubuntu1.4 [9388 B]
12:11:19 0 added, 0 removed; done.
12:11:19 Running hooks in /etc/ca-certificates/update.d...
12:11:19 done.
12:11:19 Processing triggers for dbus (1.14.4-1) ...
12:11:19 ++ source /etc/os-release
12:11:19 +++ PRETTY_NAME='Debian GNU/Linux bookworm/sid'
12:11:19 +++ NAME='Debian GNU/Linux'
12:11:19 +++ VERSION_CODENAME=bookworm
12:11:19 +++ ID=debian
12:11:19 +++ HOME_URL=https://www.debian.org/
12:11:19 +++ SUPPORT_URL=https://www.debian.org/support
12:11:19 +++ BUG_REPORT_URL=https://bugs.debian.org/
12:11:19 ++ echo debian
12:11:19 + DIST_ID=debian
12:11:19 ++ lsb_release -sc
12:11:19 + DIST_VERSION=bookworm
12:11:19 + '[' bookworm = sid ']'
12:11:19 + install_debian_containerd
12:11:19 + '[' staging = stage ']'
12:11:19 + REPO_URL=https://download.docker.com/linux/debian
12:11:19 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
12:11:19 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
12:11:19 + update-ca-certificates -f
12:11:19 Clearing symlinks in /etc/ssl/certs...
12:11:19 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
12:11:19 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
12:11:19 Building dependency tree...
12:11:19 Reading state information...
12:11:19   Installing       : libnftnl-1.2.2-1.el9.x86_64                          14/62 
12:11:19   Installing       : docker-buildx-plugin-0.10.2-0.el9.x86_64             15/62 
12:11:19 Setting up python3-wadllib (1.3.6-1) ...
12:11:19 Selecting previously unselected package docker-ce-cli.
12:11:19 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ...
12:11:19 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster) ...
12:11:20 Get:2 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [75.0 kB]
12:11:20 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
12:11:20 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
12:11:20 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
12:11:20 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
12:11:20 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
12:11:20 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
12:11:20 done.
12:11:20 Updating certificates in /etc/ssl/certs...
12:11:20 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
12:11:20 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
12:11:20 The following additional packages will be installed:
12:11:20   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
12:11:20   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
12:11:20   gpgsm iso-codes libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4
12:11:20   libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2
12:11:20   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
12:11:20   libldap-common libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18
12:11:20   libpsl5 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
12:11:20   libreadline7 librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1
12:11:20   libssl1.1 lsb-base mime-support openssl pinentry-curses python-apt-common
12:11:20   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
12:11:20   python3-software-properties python3.7 python3.7-minimal readline-common
12:11:20 Suggested packages:
12:11:20   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
12:11:20   scdaemon isoquery krb5-doc krb5-user lsb pinentry-doc python3-doc python3-tk
12:11:20   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
12:11:20   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.7-venv
12:11:20   python3.7-doc binutils binfmt-support readline-doc
12:11:20 Recommended packages:
12:11:20   dbus libglib2.0-data shared-mime-info xdg-user-dirs krb5-locales packagekit
12:11:20   publicsuffix libsasl2-modules bzip2 file xz-utils unattended-upgrades
12:11:20   Running scriptlet: docker-buildx-plugin-0.10.2-0.el9.x86_64             15/62 
12:11:20   Installing       : docker-compose-plugin-2.15.1-0.el9.x86_64            16/62 
12:11:20   Running scriptlet: docker-compose-plugin-2.15.1-0.el9.x86_64            16/62 
12:11:20 Setting up gnupg (2.2.27-3ubuntu2.1) ...
12:11:20 Setting up packagekit (1.2.5-2ubuntu2) ...
12:11:20 invoke-rc.d: could not determine current runlevel
12:11:20 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:11:20 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
12:11:20 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:11:20 Setting up gnupg2 (2.2.27-3ubuntu2.1) ...
12:11:20 Setting up python3-importlib-metadata (4.6.4-1) ...
12:11:20 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
12:11:20 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
12:11:20 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf apt-transport-https all 2.2.4 [160 kB]
12:11:20 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf curl armhf 7.74.0-1.3+deb11u5 [258 kB]
12:11:20 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl4 armhf 7.74.0-1.3+deb11u5 [309 kB]
12:11:20 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf distro-info-data all 0.51+deb11u3 [7812 B]
12:11:20 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
12:11:20 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libgirepository-1.0-1 armhf 1.66.1-1+b1 [82.6 kB]
12:11:20 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf gir1.2-glib-2.0 armhf 1.66.1-1+b1 [151 kB]
12:11:20 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libpackagekit-glib2-18 armhf 1.2.2-2 [107 kB]
12:11:20 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.2-2 [36.7 kB]
12:11:20 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf gnupg2 all 2.2.27-2+deb11u2 [434 kB]
12:11:20 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB]
12:11:20 debconf: delaying package configuration, since apt-utils is not installed
12:11:20 Fetched 24.2 MB in 2s (16.1 MB/s)
12:11:20 Selecting previously unselected package libcap2:armhf.
12:11: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 ... 7158 files and directories currently installed.)
12:11:20 Preparing to unpack .../0-libcap2_1%3a2.25-1.2_armhf.deb ...
12:11:20 Unpacking libcap2:armhf (1:2.25-1.2) ...
12:11:20 Selecting previously unselected package libargon2-0:armhf.
12:11:20 Preparing to unpack .../1-libargon2-0_0~20161029-1.1_armhf.deb ...
12:11:20 Unpacking libargon2-0:armhf (0~20161029-1.1) ...
12:11:20 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:11:20 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_armhf.deb ...
12:11:20 Unpacking libdevmapper1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:11:20 Selecting previously unselected package libjson-c3:armhf.
12:11:20 Preparing to unpack .../3-libjson-c3_0.12.1-1.3ubuntu0.3_armhf.deb ...
12:11:20 Unpacking libjson-c3:armhf (0.12.1-1.3ubuntu0.3) ...
12:11:20 + make IMAGE=ubuntu:jammy verify
12:11:20 docker run  --rm -i \
12:11:20 	-v "$(pwd):/v" \
12:11:20 	-e DEBIAN_FRONTEND=noninteractive \
12:11:20 	-e PACKAGE_REPO=staging \
12:11:20 	-w /v \
12:11:20 	ubuntu:jammy ./verify
12:11:20 Unable to find image 'ubuntu:jammy' locally
12:11:20 jammy: Pulling from library/ubuntu
12:11:20   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9   17/62 
12:11:20   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9   17/62 
12:11:20   Installing       : python3-audit-3.0.7-103.el9.x86_64                   18/62 
12:11:20   Installing       : libslirp-4.4.0-4.el9.x86_64                          19/62 
12:11:20   Installing       : slirp4netns-1.2.0-2.el9.x86_64                       20/62 
12:11:20   Installing       : checkpolicy-3.5-0.rc2.1.el9.x86_64                   21/62 
12:11:20   Installing       : xz-5.2.5-8.el9.x86_64                                22/62 
12:11:20 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ...
12:11:20 + make IMAGE=ubuntu:focal verify
12:11:20 docker run  --rm -i \
12:11:20 	-v "$(pwd):/v" \
12:11:20 	-e DEBIAN_FRONTEND=noninteractive \
12:11:20 	-e PACKAGE_REPO=staging \
12:11:20 	-w /v \
12:11:20 	ubuntu:focal ./verify
12:11:20 Unable to find image 'ubuntu:focal' locally
12:11:20 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u5 [306 kB]
12:11:20 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libdbus-1-3 armhf 1.12.24-0+deb11u1 [197 kB]
12:11:20 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf lsb-release all 11.1.0+rpi1 [28.1 kB]
12:11:20 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB]
12:11:20 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf python3-apt armhf 2.2.1 [174 kB]
12:11:20 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf python3-dbus armhf 1.2.16-5 [100 kB]
12:11:20 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf python3-gi armhf 3.38.0-2 [215 kB]
12:11:20 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf python3-pycurl armhf 7.43.0.6-5 [66.7 kB]
12:11:20 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
12:11:20 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf software-properties-common all 0.96.20.2-2.1 [83.4 kB]
12:11:20 Selecting previously unselected package libcryptsetup12:armhf.
12:11:20 Preparing to unpack .../4-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_armhf.deb ...
12:11:20 Unpacking libcryptsetup12:armhf (2:2.0.2-1ubuntu1.2) ...
12:11:20 Selecting previously unselected package libidn11:armhf.
12:11:20 Preparing to unpack .../5-libidn11_1.33-2.1ubuntu1.2_armhf.deb ...
12:11:20 Unpacking libidn11:armhf (1.33-2.1ubuntu1.2) ...
12:11:20 Selecting previously unselected package libip4tc0:armhf.
12:11:20 Preparing to unpack .../6-libip4tc0_1.6.1-2ubuntu2_armhf.deb ...
12:11:20 Unpacking libip4tc0:armhf (1.6.1-2ubuntu2) ...
12:11:20 Selecting previously unselected package libapparmor1:armhf.
12:11:20 Preparing to unpack .../7-libapparmor1_2.12-4ubuntu5.1_armhf.deb ...
12:11:20 Unpacking libapparmor1:armhf (2.12-4ubuntu5.1) ...
12:11:20 Selecting previously unselected package libkmod2:armhf.
12:11:20 Preparing to unpack .../8-libkmod2_24-1ubuntu3.5_armhf.deb ...
12:11:20 Unpacking libkmod2:armhf (24-1ubuntu3.5) ...
12:11:20 Setting up libcap2:armhf (1:2.25-1.2) ...
12:11:20 Setting up libargon2-0:armhf (0~20161029-1.1) ...
12:11:20 Setting up libdevmapper1.02.1:armhf (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:11:20 Setting up libjson-c3:armhf (0.12.1-1.3ubuntu0.3) ...
12:11:20 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:11:20 127 added, 0 removed; done.
12:11:20 Running hooks in /etc/ca-certificates/update.d...
12:11:20 done.
12:11:20 + curl -fsSL https://download.docker.com/linux/debian/gpg
12:11:20 + apt-key add -
12:11:20 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:11:20 860e874323ae: Already exists
12:11:20 Digest: sha256:9a0bdde4188b896a372804be2384015e90e3f84906b750c1a53539b585fbbe7f
12:11:20 Status: Downloaded newer image for ubuntu:jammy
12:11:20 Setting up python3-secretstorage (3.3.1-1) ...
12:11:20 Setting up python3-keyring (23.5.0-1) ...
12:11:20 focal: Pulling from library/ubuntu
12:11:20 363362dbf184: Already exists
12:11:20 Digest: sha256:4a45212e9518f35983a976eead0de5eecc555a2f047134e9dd2cfc589076a00d
12:11:20 Status: Downloaded newer image for ubuntu:focal
12:11:20   Installing       : util-linux-core-2.37.4-9.el9.x86_64                  23/62 
12:11:20   Running scriptlet: util-linux-core-2.37.4-9.el9.x86_64                  23/62 
12:11:20   Installing       : systemd-rpm-macros-252-3.el9.noarch                  24/62 
12:11:20   Installing       : openssl-1:3.0.7-2.el9.x86_64                         25/62 
12:11:20   Running scriptlet: libutempter-1.2.1-6.el9.x86_64                       26/62 
12:11:20   Installing       : libutempter-1.2.1-6.el9.x86_64                       26/62 
12:11:20   Installing       : libnl3-3.7.0-1.el9.x86_64                            27/62 
12:11:20   Installing       : libibverbs-41.0-3.el9.x86_64                         28/62 
12:11:20 The following NEW packages will be installed:
12:11:20   apt-transport-https ca-certificates curl dirmngr distro-info-data
12:11:20   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
12:11:20   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:11:20   libapt-inst2.0 libassuan0 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
12:11:20   libgirepository-1.0-1 libglib2.0-0 libgssapi-krb5-2 libk5crypto3
12:11:20   libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common
12:11:20   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
12:11:20   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline7
12:11:20   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1
12:11:20   lsb-base lsb-release mime-support openssl pinentry-curses python-apt-common
12:11:20   python3 python3-apt python3-dbus python3-gi python3-minimal python3-pycurl
12:11:20   python3-software-properties python3.7 python3.7-minimal readline-common
12:11:20   software-properties-common
12:11:20 debconf: delaying package configuration, since apt-utils is not installed
12:11:20 Fetched 11.6 MB in 2s (7050 kB/s)
12:11:20 Selecting previously unselected package libpython3.9-minimal:armhf.
12:11: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 ... 7899 files and directories currently installed.)
12:11:20 Preparing to unpack .../libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
12:11:20 Setting up libcryptsetup12:armhf (2:2.0.2-1ubuntu1.2) ...
12:11:20 Setting up libidn11:armhf (1.33-2.1ubuntu1.2) ...
12:11:20 Setting up libip4tc0:armhf (1.6.1-2ubuntu2) ...
12:11:20 Selecting previously unselected package systemd.
12:11: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 ... 7205 files and directories currently installed.)
12:11:20 Preparing to unpack .../systemd_237-3ubuntu10.56_armhf.deb ...
12:11:20 Unpacking systemd (237-3ubuntu10.56) ...
12:11:20 Selecting previously unselected package docker-buildx-plugin.
12:11:20 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb ...
12:11:20 Unpacking docker-buildx-plugin (0.10.2-1~raspbian.10~buster) ...
12:11:20 Setting up python3-lazr.restfulclient (0.14.4-1) ...
12:11:20 Setting up python3-launchpadlib (1.10.16-1) ...
12:11:21   Installing       : libpcap-14:1.10.0-4.el9.x86_64                       29/62 
12:11:21   Installing       : libnfnetlink-1.0.1-21.el9.x86_64                     30/62 
12:11:21   Installing       : libnetfilter_conntrack-1.0.9-1.el9.x86_64            31/62 
12:11:21   Installing       : iptables-libs-1.8.8-6.el9.x86_64                     32/62 
12:11:21   Installing       : iptables-nft-1.8.8-6.el9.x86_64                      33/62 
12:11:21 0 upgraded, 66 newly installed, 0 to remove and 0 not upgraded.
12:11:21 Need to get 22.4 MB of archives.
12:11:21 After this operation, 70.8 MB of additional disk space will be used.
12:11:21 Get:1 http://deb.debian.org/debian buster/main armhf libssl1.1 armhf 1.1.1n-0+deb10u3 [1310 kB]
12:11:21 Get:2 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u4 [582 kB]
12:11:21 Get:3 http://deb.debian.org/debian-security buster/updates/main armhf libexpat1 armhf 2.2.6-2+deb10u6 [79.9 kB]
12:11:21 Get:4 http://deb.debian.org/debian-security buster/updates/main armhf python3.7-minimal armhf 3.7.3-2+deb10u4 [1465 kB]
12:11:21 Get:5 http://deb.debian.org/debian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
12:11:21 Get:6 http://deb.debian.org/debian buster/main armhf mime-support all 3.62 [37.2 kB]
12:11:21 Get:7 http://deb.debian.org/debian buster/main armhf libmpdec2 armhf 2.4.2-2 [69.3 kB]
12:11:21 Get:8 http://deb.debian.org/debian buster/main armhf readline-common all 7.0-5 [70.6 kB]
12:11:21 Get:9 http://deb.debian.org/debian buster/main armhf libreadline7 armhf 7.0-5 [131 kB]
12:11:21 Get:10 http://deb.debian.org/debian-security buster/updates/main armhf libsqlite3-0 armhf 3.27.2-3+deb10u2 [561 kB]
12:11:21 Get:11 http://deb.debian.org/debian-security buster/updates/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u4 [1659 kB]
12:11:21 Get:12 http://deb.debian.org/debian-security buster/updates/main armhf python3.7 armhf 3.7.3-2+deb10u4 [330 kB]
12:11:21 Get:13 http://deb.debian.org/debian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
12:11:21 Get:14 http://deb.debian.org/debian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
12:11:21 Get:15 http://deb.debian.org/debian buster/main armhf libkeyutils1 armhf 1.6-6 [13.9 kB]
12:11:21 Get:16 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5support0 armhf 1.17-3+deb10u5 [62.7 kB]
12:11:21 Get:17 http://deb.debian.org/debian-security buster/updates/main armhf libk5crypto3 armhf 1.17-3+deb10u5 [120 kB]
12:11:21 Get:18 http://deb.debian.org/debian-security buster/updates/main armhf libkrb5-3 armhf 1.17-3+deb10u5 [323 kB]
12:11:21 Get:19 http://deb.debian.org/debian-security buster/updates/main armhf libgssapi-krb5-2 armhf 1.17-3+deb10u5 [138 kB]
12:11:21 Get:20 http://deb.debian.org/debian buster/main armhf apt-transport-https all 1.8.2.3 [149 kB]
12:11:21 Get:21 http://deb.debian.org/debian buster/main armhf openssl armhf 1.1.1n-0+deb10u3 [828 kB]
12:11:21 Get:22 http://deb.debian.org/debian buster/main armhf ca-certificates all 20200601~deb10u2 [166 kB]
12:11:21 Get:23 http://deb.debian.org/debian buster/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-1+deb10u2 [67.4 kB]
12:11:21 Get:24 http://deb.debian.org/debian buster/main armhf libsasl2-2 armhf 2.1.27+dfsg-1+deb10u2 [98.9 kB]
12:11:21 Get:25 http://deb.debian.org/debian buster/main armhf libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
12:11:21 Get:26 http://deb.debian.org/debian buster/main armhf libldap-2.4-2 armhf 2.4.47+dfsg-3+deb10u7 [202 kB]
12:11:21 Get:27 http://deb.debian.org/debian buster/main armhf libnghttp2-14 armhf 1.36.0-2+deb10u1 [74.4 kB]
12:11:21 Get:28 http://deb.debian.org/debian buster/main armhf libpsl5 armhf 0.20.2-2 [52.4 kB]
12:11:21 Get:29 http://deb.debian.org/debian buster/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2 [54.9 kB]
12:11:21 Get:30 http://deb.debian.org/debian buster/main armhf libssh2-1 armhf 1.8.0-2.1 [129 kB]
12:11:21 Get:31 http://deb.debian.org/debian-security buster/updates/main armhf libcurl4 armhf 7.64.0-4+deb10u4 [299 kB]
12:11:21 Get:32 http://deb.debian.org/debian-security buster/updates/main armhf curl armhf 7.64.0-4+deb10u4 [258 kB]
12:11:21 Get:33 http://deb.debian.org/debian buster/main armhf libassuan0 armhf 2.5.2-1 [42.8 kB]
12:11:21 Get:34 http://deb.debian.org/debian buster/main armhf gpgconf armhf 2.2.12-1+deb10u2 [492 kB]
12:11:21 Get:35 http://deb.debian.org/debian buster/main armhf lsb-base all 10.2019051400 [28.4 kB]
12:11:21 Get:36 http://deb.debian.org/debian-security buster/updates/main armhf libksba8 armhf 1.3.5-2+deb10u2 [86.9 kB]
12:11:21 Get:37 http://deb.debian.org/debian buster/main armhf libnpth0 armhf 1.6-1 [17.4 kB]
12:11:21 Get:38 http://deb.debian.org/debian buster/main armhf dirmngr armhf 2.2.12-1+deb10u2 [669 kB]
12:11:21 Get:39 http://deb.debian.org/debian-security buster/updates/main armhf distro-info-data all 0.41+deb10u6 [7080 B]
12:11:21 Get:40 http://deb.debian.org/debian-security buster/updates/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u4 [1102 kB]
12:11:21 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
12:11:21 Selecting previously unselected package libexpat1:armhf.
12:11:21 Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_armhf.deb ...
12:11:21 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
12:11:21 Selecting previously unselected package python3.9-minimal.
12:11:21 Preparing to unpack .../python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
12:11:21 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
12:11:21 Setting up libapparmor1:armhf (2.12-4ubuntu5.1) ...
12:11:21 Setting up libkmod2:armhf (24-1ubuntu3.5) ...
12:11:21 Setting up systemd (237-3ubuntu10.56) ...
12:11:21 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:11:21 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:11:21 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:11:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:11:21 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:11:21 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:11:21 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
12:11:21 Initializing machine ID from random generator.
12:11:21 Setting up python3-software-properties (0.99.22.5) ...
12:11:21 Setting up software-properties-common (0.99.22.5) ...
12:11:21 + verify
12:11:21 + dpkg --version
12:11:21 + verify_deb
12:11:21 + apt-get update
12:11:21   Running scriptlet: iptables-nft-1.8.8-6.el9.x86_64                      33/62 
12:11:21   Installing       : libeconf-0.4.1-2.el9.x86_64                          34/62 
12:11:21   Installing       : libdb-5.3.28-53.el9.x86_64                           35/62 
12:11:21   Installing       : pam-1.5.1-14.el9.x86_64                              36/62 
12:11:21   Installing       : libpwquality-1.4.4-8.el9.x86_64                      37/62 
12:11:21   Installing       : util-linux-2.37.4-9.el9.x86_64                       38/62 
12:11:21 warning: /etc/adjtime created as /etc/adjtime.rpmnew
12:11:21 
12:11:21 Get:41 http://deb.debian.org/debian buster/main armhf libgirepository-1.0-1 armhf 1.58.3-2 [80.2 kB]
12:11:21 Get:42 http://deb.debian.org/debian buster/main armhf gir1.2-glib-2.0 armhf 1.58.3-2 [143 kB]
12:11:21 Get:43 http://deb.debian.org/debian buster/main armhf libpackagekit-glib2-18 armhf 1.1.12-5 [101 kB]
12:11:21 Get:44 http://deb.debian.org/debian buster/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.12-5 [35.9 kB]
12:11:21 Get:45 http://deb.debian.org/debian buster/main armhf gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
12:11:21 Get:46 http://deb.debian.org/debian buster/main armhf gnupg-utils armhf 2.2.12-1+deb10u2 [788 kB]
12:11:21 Get:47 http://deb.debian.org/debian buster/main armhf gpg armhf 2.2.12-1+deb10u2 [804 kB]
12:11:21 Get:48 http://deb.debian.org/debian buster/main armhf pinentry-curses armhf 1.1.0-2 [59.8 kB]
12:11:21 Get:49 http://deb.debian.org/debian buster/main armhf gpg-agent armhf 2.2.12-1+deb10u2 [578 kB]
12:11:21 Get:50 http://deb.debian.org/debian buster/main armhf gpg-wks-client armhf 2.2.12-1+deb10u2 [469 kB]
12:11:21 Get:51 http://deb.debian.org/debian buster/main armhf gpg-wks-server armhf 2.2.12-1+deb10u2 [464 kB]
12:11:21 Get:52 http://deb.debian.org/debian buster/main armhf gpgsm armhf 2.2.12-1+deb10u2 [573 kB]
12:11:21 Get:53 http://deb.debian.org/debian buster/main armhf gnupg all 2.2.12-1+deb10u2 [715 kB]
12:11:21 Get:54 http://deb.debian.org/debian buster/main armhf gnupg2 all 2.2.12-1+deb10u2 [393 kB]
12:11:21 Get:55 http://deb.debian.org/debian buster/main armhf iso-codes all 4.2-1 [2713 kB]
12:11:21 Get:56 http://deb.debian.org/debian buster/main armhf libapt-inst2.0 armhf 1.8.2.3 [200 kB]
12:11:21 Get:57 http://deb.debian.org/debian-security buster/updates/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u4 [297 kB]
12:11:21 + verify
12:11:21 + dpkg --version
12:11:21 + verify_deb
12:11:21 + apt-get update
12:11:21 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
12:11:21 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
12:11:21 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
12:11:21 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:11:21 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
12:11:21 Updating certificates in /etc/ssl/certs...
12:11:21 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
12:11:21   Installing       : kmod-libs-28-7.el9.x86_64                            39/62 
12:11:21   Installing       : kmod-28-7.el9.x86_64                                 40/62 
12:11:21   Installing       : fuse-common-3.10.2-5.el9.x86_64                      41/62 
12:11:21   Installing       : fuse3-3.10.2-5.el9.x86_64                            42/62 
12:11:21   Installing       : fuse-overlayfs-1.10-1.el9.x86_64                     43/62 
12:11:21   Running scriptlet: fuse-overlayfs-1.10-1.el9.x86_64                     43/62 
12:11:21   Installing       : diffutils-3.7-12.el9.x86_64                          44/62 
12:11:21   Installing       : policycoreutils-3.5-0.rc1.2.el9.x86_64               45/62 
12:11:21   Running scriptlet: policycoreutils-3.5-0.rc1.2.el9.x86_64               45/62 
12:11:21 Get:58 http://deb.debian.org/debian-security buster/updates/main armhf libdbus-1-3 armhf 1.12.24-0+deb10u1 [195 kB]
12:11:21 Get:59 http://deb.debian.org/debian buster/main armhf lsb-release all 10.2019051400 [27.5 kB]
12:11:21 Get:60 http://deb.debian.org/debian buster/main armhf python-apt-common all 1.8.4.3 [96.3 kB]
12:11:21 Get:61 http://deb.debian.org/debian buster/main armhf python3-apt armhf 1.8.4.3 [169 kB]
12:11:21 Get:62 http://deb.debian.org/debian buster/main armhf python3-dbus armhf 1.2.8-3 [96.3 kB]
12:11:21 Get:63 http://deb.debian.org/debian buster/main armhf python3-gi armhf 3.30.4-1 [163 kB]
12:11:21 Get:64 http://deb.debian.org/debian buster/main armhf python3-pycurl armhf 7.43.0.2-0.1 [63.3 kB]
12:11:21 Get:65 http://deb.debian.org/debian buster/main armhf python3-software-properties all 0.96.20.2-2 [49.6 kB]
12:11:21 Get:66 http://deb.debian.org/debian buster/main armhf software-properties-common all 0.96.20.2-2 [83.3 kB]
12:11:21 debconf: delaying package configuration, since apt-utils is not installed
12:11:21 Fetched 22.4 MB in 1s (28.5 MB/s)
12:11:21 Selecting previously unselected package libssl1.1:armhf.
12:11: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 ... 6671 files and directories currently installed.)
12:11:21 Preparing to unpack .../libssl1.1_1.1.1n-0+deb10u3_armhf.deb ...
12:11:21 Unpacking libssl1.1:armhf (1.1.1n-0+deb10u3) ...
12:11:21 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
12:11:21 Selecting previously unselected package systemd-sysv.
12:11: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 ... 7902 files and directories currently installed.)
12:11:21 Preparing to unpack .../systemd-sysv_237-3ubuntu10.56_armhf.deb ...
12:11:21 Unpacking systemd-sysv (237-3ubuntu10.56) ...
12:11:21 Selecting previously unselected package multiarch-support.
12:11:21 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.6_armhf.deb ...
12:11:21 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
12:11:21 Setting up multiarch-support (2.27-3ubuntu1.6) ...
12:11:21 Selecting previously unselected package libnfnetlink0:armhf.
12:11: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 ... 7922 files and directories currently installed.)
12:11:21 Preparing to unpack .../00-libnfnetlink0_1.0.1-3_armhf.deb ...
12:11:21 Unpacking libnfnetlink0:armhf (1.0.1-3) ...
12:11:21 Selecting previously unselected package dbus.
12:11:21 Preparing to unpack .../01-dbus_1.12.2-1ubuntu1.4_armhf.deb ...
12:11:21 Unpacking dbus (1.12.2-1ubuntu1.4) ...
12:11:21 Selecting previously unselected package libmnl0:armhf.
12:11:21 Preparing to unpack .../02-libmnl0_1.0.4-2_armhf.deb ...
12:11:21 Unpacking libmnl0:armhf (1.0.4-2) ...
12:11:21 Selecting previously unselected package libpam-systemd:armhf.
12:11:21 Preparing to unpack .../03-libpam-systemd_237-3ubuntu10.56_armhf.deb ...
12:11:21 Unpacking libpam-systemd:armhf (237-3ubuntu10.56) ...
12:11:21 0 added, 0 removed; done.
12:11:21 Running hooks in /etc/ca-certificates/update.d...
12:11:21 done.
12:11:21 Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
12:11:21 ++ source /etc/os-release
12:11:21 +++ PRETTY_NAME='Ubuntu 22.04.1 LTS'
12:11:21 +++ NAME=Ubuntu
12:11:21 +++ VERSION_ID=22.04
12:11:21 +++ VERSION='22.04.1 LTS (Jammy Jellyfish)'
12:11:21 +++ VERSION_CODENAME=jammy
12:11:21 +++ ID=ubuntu
12:11:21 +++ ID_LIKE=debian
12:11:21 +++ HOME_URL=https://www.ubuntu.com/
12:11:21 +++ SUPPORT_URL=https://help.ubuntu.com/
12:11:21 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
12:11:21 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
12:11:21 +++ UBUNTU_CODENAME=jammy
12:11:21 ++ echo ubuntu
12:11:21 + DIST_ID=ubuntu
12:11:21 ++ lsb_release -sc
12:11:21   Installing       : selinux-policy-38.1.5-1.el9.noarch                   46/62 
12:11:21   Running scriptlet: selinux-policy-38.1.5-1.el9.noarch                   46/62 
12:11:21   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          47/62 
12:11:21 Selecting previously unselected package libpython3.7-minimal:armhf.
12:11:21 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
12:11:21 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
12:11:21 Selecting previously unselected package libexpat1:armhf.
12:11:21 Preparing to unpack .../libexpat1_2.2.6-2+deb10u6_armhf.deb ...
12:11:21 Unpacking libexpat1:armhf (2.2.6-2+deb10u6) ...
12:11:21 Selecting previously unselected package python3.7-minimal.
12:11:21 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u4_armhf.deb ...
12:11:21 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
12:11:21 Selecting previously unselected package dbus-user-session.
12:11:21 Preparing to unpack .../10-dbus-user-session_1.12.24-0+deb10u1_amd64.deb ...
12:11:21 Unpacking dbus-user-session (1.12.24-0+deb10u1) ...
12:11:21 Selecting previously unselected package libxtables12:armhf.
12:11:21 Preparing to unpack .../04-libxtables12_1.6.1-2ubuntu2_armhf.deb ...
12:11:21 Unpacking libxtables12:armhf (1.6.1-2ubuntu2) ...
12:11:21 Selecting previously unselected package libip6tc0:armhf.
12:11:21 Preparing to unpack .../05-libip6tc0_1.6.1-2ubuntu2_armhf.deb ...
12:11:21 Unpacking libip6tc0:armhf (1.6.1-2ubuntu2) ...
12:11:21 Selecting previously unselected package libiptc0:armhf.
12:11:21 Preparing to unpack .../06-libiptc0_1.6.1-2ubuntu2_armhf.deb ...
12:11:21 Unpacking libiptc0:armhf (1.6.1-2ubuntu2) ...
12:11:21 Selecting previously unselected package libnetfilter-conntrack3:armhf.
12:11:21 Preparing to unpack .../07-libnetfilter-conntrack3_1.0.6-2_armhf.deb ...
12:11:21 Unpacking libnetfilter-conntrack3:armhf (1.0.6-2) ...
12:11:21 Selecting previously unselected package iptables.
12:11:21 Preparing to unpack .../08-iptables_1.6.1-2ubuntu2_armhf.deb ...
12:11:21 Unpacking iptables (1.6.1-2ubuntu2) ...
12:11:21 Selecting previously unselected package containerd.io.
12:11:21 Preparing to unpack .../09-containerd.io_1.6.16-1_armhf.deb ...
12:11:21 Unpacking containerd.io (1.6.16-1) ...
12:11:22 + DIST_VERSION=jammy
12:11:22 + '[' jammy = sid ']'
12:11:22 + install_debian_containerd
12:11:22 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
12:11:22 + '[' staging = stage ']'
12:11:22 + REPO_URL=https://download.docker.com/linux/ubuntu
12:11:22 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
12:11:22 + update-ca-certificates -f
12:11:22 Clearing symlinks in /etc/ssl/certs...
12:11:22 Setting up libssl1.1:armhf (1.1.1n-0+deb10u3) ...
12:11:22   Installing       : selinux-policy-targeted-38.1.5-1.el9.noarch          47/62 
12:11:22 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [114 kB]
12:11:22 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [107 kB]
12:11:22 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
12:11:22 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf Packages [1701 kB]
12:11:22 Setting up systemd-sysv (241-7~deb10u8) ...
12:11:22 Setting up libip6tc0:amd64 (1.8.2-4) ...
12:11:22 Setting up libnftnl11:amd64 (1.1.2-2) ...
12:11:22 Setting up libiptc0:amd64 (1.8.2-4) ...
12:11:22 Setting up dbus (1.12.24-0+deb10u1) ...
12:11:22 invoke-rc.d: could not determine current runlevel
12:11:22 invoke-rc.d: policy-rc.d denied execution of start.
12:11:22 Setting up containerd.io (1.6.16-1) ...
12:11:22 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
12:11:22 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
12:11:22 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
12:11:22 Selecting previously unselected package python3-minimal.
12:11: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 ... 8193 files and directories currently installed.)
12:11:22 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
12:11:22 Unpacking python3-minimal (3.9.2-3) ...
12:11:22 Selecting previously unselected package media-types.
12:11:22 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
12:11:22 Unpacking media-types (4.0.0) ...
12:11:22 Selecting previously unselected package libmpdec3:armhf.
12:11:22 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
12:11:22 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
12:11:22 Selecting previously unselected package libpython3.9-stdlib:armhf.
12:11:22 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
12:11:22 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
12:11:22 Selecting previously unselected package python3.9.
12:11:22 Selecting previously unselected package docker-ce.
12:11:22 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ...
12:11:22 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster) ...
12:11:22 done.
12:11:22 Updating certificates in /etc/ssl/certs...
12:11:22 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u4) ...
12:11:22 Setting up libexpat1:armhf (2.2.6-2+deb10u6) ...
12:11:22 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
12:11:22 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf Packages [16.8 MB]
12:11:22 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:11:22 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
12:11:22 Setting up libpam-systemd:amd64 (241-7~deb10u8) ...
12:11:22 Setting up dbus-user-session (1.12.24-0+deb10u1) ...
12:11:22 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
12:11:22 Setting up iptables (1.8.2-4) ...
12:11:22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:11:22 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:22 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:11:22 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf Packages [1227 kB]
12:11:22 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
12:11:22 Unpacking python3.9 (3.9.2-1+rpi1) ...
12:11:22 Selecting previously unselected package libpython3-stdlib:armhf.
12:11:22 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
12:11:22 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
12:11:22 Setting up python3-minimal (3.9.2-3) ...
12:11:22 OK
12:11:22 + '[' bookworm = sid ']'
12:11:22 ++ dpkg --print-architecture
12:11:22 + ARCH=amd64
12:11:22 + echo 'deb [arch=amd64] https://download.docker.com/linux/debian bookworm test'
12:11:22 + apt-get update
12:11:22 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:11:22 Get:2 https://download.docker.com/linux/debian bookworm InRelease [37.7 kB]
12:11:22 Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
12:11:22 Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
12:11:22 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:11:22 124 added, 0 removed; done.
12:11:22 Running hooks in /etc/ca-certificates/update.d...
12:11:22 done.
12:11:22 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
12:11:22 + apt-key add -
12:11:22 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:22 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:11:22 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:11:22 Processing triggers for systemd (241-7~deb10u8) ...
12:11:22 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:11:22 + verify_binaries
12:11:22 + docker --version
12:11:22 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:11:22 ++ uname -m
12:11:22 + '[' x86_64 = x86_64 ']'
12:11:22 + docker scan --help
12:11:22 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages [10.9 MB]
12:11:22 Selecting previously unselected package python3.
12:11: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 ... 8590 files and directories currently installed.)
12:11:22 Preparing to unpack .../00-python3_3.9.2-3_armhf.deb ...
12:11:22 Unpacking python3 (3.9.2-3) ...
12:11:22 Selecting previously unselected package apt-transport-https.
12:11:22 Preparing to unpack .../01-apt-transport-https_2.2.4_all.deb ...
12:11:22 Unpacking apt-transport-https (2.2.4) ...
12:11:22 Preparing to unpack .../02-curl_7.74.0-1.3+deb11u5_armhf.deb ...
12:11:22 Unpacking curl (7.74.0-1.3+deb11u5) over (7.74.0-1.3+deb11u3) ...
12:11:22 Preparing to unpack .../03-libcurl4_7.74.0-1.3+deb11u5_armhf.deb ...
12:11:22 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u5) over (7.74.0-1.3+deb11u3) ...
12:11:22 Get:5 https://download.docker.com/linux/debian bookworm/test amd64 Packages [3620 B]
12:11:22 Fetched 41.3 kB in 1s (75.0 kB/s)
12:11:22 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:11:22 Selecting previously unselected package python3-minimal.
12:11: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 ... 6932 files and directories currently installed.)
12:11:22 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
12:11:22 Unpacking python3-minimal (3.7.3-1) ...
12:11:22 Selecting previously unselected package mime-support.
12:11:22 Preparing to unpack .../1-mime-support_3.62_all.deb ...
12:11:22 Unpacking mime-support (3.62) ...
12:11:22 Selecting previously unselected package libmpdec2:armhf.
12:11:22 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
12:11:22 Unpacking libmpdec2:armhf (2.4.2-2) ...
12:11:22 Selecting previously unselected package readline-common.
12:11:22 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
12:11:22 Unpacking readline-common (7.0-5) ...
12:11:22 Selecting previously unselected package libreadline7:armhf.
12:11:22 Preparing to unpack .../4-libreadline7_7.0-5_armhf.deb ...
12:11:22 Unpacking libreadline7:armhf (7.0-5) ...
12:11:22 Selecting previously unselected package libsqlite3-0:armhf.
12:11:22 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_armhf.deb ...
12:11:22 Unpacking libsqlite3-0:armhf (3.27.2-3+deb10u2) ...
12:11:22 Selecting previously unselected package libpython3.7-stdlib:armhf.
12:11:22 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_armhf.deb ...
12:11:22 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
12:11:22 
12:11:22 Usage:  docker scan [OPTIONS] IMAGE
12:11:22 
12:11:22 A tool to scan your images
12:11:22 
12:11:22 Options:
12:11:22       --accept-license    Accept using a third party scanning provider
12:11:22       --dependency-tree   Show dependency tree with scan results
12:11:22       --exclude-base      Exclude base image from vulnerability scanning
12:11:22                           (requires --file)
12:11:22   -f, --file string       Dockerfile associated with image, provides more
12:11:22                           detailed results
12:11:22       --group-issues      Aggregate duplicated vulnerabilities and group
12:11:22                           them to a single one (requires --json)
12:11:22       --json              Output results in JSON format
12:11:22       --login             Authenticate to the scan provider using an
12:11:22                           optional token (with --token), or web base
12:11:22                           token if empty
12:11:22       --reject-license    Reject using a third party scanning provider
12:11:22       --severity string   Only report vulnerabilities of provided level
12:11:22                           or higher (low|medium|high)
12:11:22       --token string      Authentication token to login to the third
12:11:22                           party scanning provider
12:11:22       --version           Display version of the scan plugin
12:11:22 + docker buildx version
12:11:22 github.com/docker/buildx v0.10.2 00ed17d
12:11:22 + docker compose version
12:11:22 Docker Compose version v2.15.1
12:11:22 + dockerd --version
12:11:22 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:11:22 + docker-proxy --version
12:11:22 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:11:22 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'.
12:11:23 Selecting previously unselected package distro-info-data.
12:11:23 Preparing to unpack .../04-distro-info-data_0.51+deb11u3_all.deb ...
12:11:23 Unpacking distro-info-data (0.51+deb11u3) ...
12:11:23 Selecting previously unselected package libglib2.0-0:armhf.
12:11:23 Preparing to unpack .../05-libglib2.0-0_2.66.8-1_armhf.deb ...
12:11:23 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
12:11:23 OK
12:11:23 + '[' jammy = sid ']'
12:11:23 ++ dpkg --print-architecture
12:11:23 + ARCH=amd64
12:11:23 + echo 'deb [arch=amd64] https://download.docker.com/linux/ubuntu jammy test'
12:11:23 + apt-get update
12:11:23 make[1]: Leaving directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
12:11:23 ~/rpmbuild/BUILD/src
12:11:23 + popd
12:11:23 + exit 0
12:11:23 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.U90ywG
12:11:23 + umask 022
12:11:23 + cd /root/rpmbuild/BUILD
12:11:23 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64 '!=' / ']'
12:11:23 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
12:11:23 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
12:11:23 + mkdir -p /root/rpmbuild/BUILDROOT
12:11:23 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
12:11:23 + cd src
12:11:23 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
12:11:23 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan
12:11:23 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
12:11:23 + popd
12:11:23 ~/rpmbuild/BUILD/src
12:11:23 + /usr/lib/rpm/check-buildroot
12:11:23 + /usr/lib/rpm/redhat/brp-compress
12:11:23 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
12:11:23 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
12:11:23 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
12:11:23 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
12:11:23 + /usr/lib/rpm/redhat/brp-python-hardlink
12:11:23 + /usr/lib/rpm/redhat/brp-java-repack-jars
12:11:23 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zBxSgY
12:11:23 + umask 022
12:11:23 + cd /root/rpmbuild/BUILD
12:11:23 + cd src
12:11:23 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
12:11:23 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
12:11:23 + ver=v0.23.0
12:11:23 + test v0.23.0 = v0.23.0
12:11:23 + echo 'PASS: docker-scan version OK'
12:11:23 + exit 0
12:11:23 PASS: docker-scan version OK
12:11:23 Processing files: docker-scan-plugin-0.23.0-0.el7.x86_64
12:11:23 Provides: docker-scan-plugin = 0:0.23.0-0.el7 docker-scan-plugin(x86-64) = 0:0.23.0-0.el7
12:11:23 Requires(interp): /bin/sh /bin/sh /bin/sh
12:11:23 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
12:11:23 Requires(post): /bin/sh
12:11:23 Requires(preun): /bin/sh
12:11:23 Requires(postun): /bin/sh
12:11:23 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
12:11:23 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.23.0-0.el7.src.rpm
12:11:23 Selecting previously unselected package python3.7.
12:11:23 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_armhf.deb ...
12:11:23 Unpacking python3.7 (3.7.3-2+deb10u4) ...
12:11:23 Selecting previously unselected package libpython3-stdlib:armhf.
12:11:23 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_armhf.deb ...
12:11:23 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
12:11:23 Setting up python3-minimal (3.7.3-1) ...
12:11:23 + containerd --version
12:11:23 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:23 + ctr --version
12:11:23 ctr containerd.io 1.6.16
12:11:23 + containerd-shim --help
12:11:23 Usage of containerd-shim:
12:11:23   -address string
12:11:23     	grpc address back to main containerd
12:11:23   -containerd-binary containerd publish
12:11:23     	path to containerd binary (used for containerd publish) (default "containerd")
12:11:23   -criu string
12:11:23     	path to criu binary
12:11:23   -debug
12:11:23     	enable debug output in logs
12:11:23   -namespace string
12:11:23     	namespace that owns the shim
12:11:23   -runtime-root string
12:11:23     	root directory for the runtime (default "/run/containerd/runc")
12:11:23   -socket string
12:11:23     	socket path to serve
12:11:23   -systemd-cgroup
12:11:23     	set runtime to use systemd-cgroup
12:11:23   -workdir string
12:11:23     	path used to storge large temporary data
12:11:23 + containerd-shim-runc-v1 -v
12:11:23 containerd-shim-runc-v1:
12:11:23   Version:  1.6.16
12:11:23   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:23   Go version: go1.18.10
12:11:23 
12:11:23 + containerd-shim-runc-v2 -v
12:11:23 containerd-shim-runc-v2:
12:11:23   Version:  1.6.16
12:11:23   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:23   Go version: go1.18.10
12:11:23 
12:11:23 + runc --version
12:11:23 runc version 1.1.4
12:11:23 commit: v1.1.4-0-g5fd4c4d
12:11:23 spec: 1.0.2-dev
12:11:23 go: go1.18.10
12:11:23 libseccomp: 2.3.3
12:11:23 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/restricted armhf Packages [10.8 kB]
12:11:23 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/multiverse armhf Packages [141 kB]
12:11:23 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted armhf Packages [17.6 kB]
12:11:23 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf Packages [1525 kB]
12:11:23 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse armhf Packages [9590 B]
12:11:23 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages [1054 kB]
12:11:23 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/main armhf Packages [54.7 kB]
12:11:23 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe armhf Packages [27.8 kB]
12:11:23 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf Packages [1156 kB]
12:11:23 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted armhf Packages [17.3 kB]
12:11:23 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse armhf Packages [4735 B]
12:11:23 Selecting previously unselected package libgirepository-1.0-1:armhf.
12:11:23 Preparing to unpack .../06-libgirepository-1.0-1_1.66.1-1+b1_armhf.deb ...
12:11:23 Unpacking libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
12:11:23 Selecting previously unselected package gir1.2-glib-2.0:armhf.
12:11:23 Preparing to unpack .../07-gir1.2-glib-2.0_1.66.1-1+b1_armhf.deb ...
12:11:23 Unpacking gir1.2-glib-2.0:armhf (1.66.1-1+b1) ...
12:11:23 Selecting previously unselected package libpackagekit-glib2-18:armhf.
12:11:23 Preparing to unpack .../08-libpackagekit-glib2-18_1.2.2-2_armhf.deb ...
12:11:23 Unpacking libpackagekit-glib2-18:armhf (1.2.2-2) ...
12:11:23 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:11:23 Preparing to unpack .../09-gir1.2-packagekitglib-1.0_1.2.2-2_armhf.deb ...
12:11:23 Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
12:11:23 Selecting previously unselected package gnupg2.
12:11:23 Preparing to unpack .../10-gnupg2_2.2.27-2+deb11u2_all.deb ...
12:11:23 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
12:11:23 Selecting previously unselected package iso-codes.
12:11:23 Preparing to unpack .../11-iso-codes_4.6.0-1_all.deb ...
12:11:23 Unpacking iso-codes (4.6.0-1) ...
12:11:23 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse armhf Packages [199 kB]
12:11:23 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/restricted armhf Packages [13.3 kB]
12:11:23 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf Packages [729 kB]
12:11:23 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse armhf Packages [1333 B]
12:11:23 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted armhf Packages [10.2 kB]
12:11:23 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf Packages [707 kB]
12:11:23 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe armhf Packages [22.4 kB]
12:11:23 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main armhf Packages [48.9 kB]
12:11:23 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse armhf Packages [594 B]
12:11:23 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe armhf Packages [502 kB]
12:11:23 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/main armhf Packages [439 kB]
12:11:23 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted armhf Packages [9804 B]
12:11:23 Get:1 https://download.docker.com/linux/ubuntu jammy InRelease [48.9 kB]
12:11:23 Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease
12:11:23 Selecting previously unselected package python3.
12:11:23 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 7401 files and directories currently installed.)
12:11:23 Preparing to unpack .../00-python3_3.7.3-1_armhf.deb ...
12:11:23 Unpacking python3 (3.7.3-1) ...
12:11:23 Selecting previously unselected package libkeyutils1:armhf.
12:11:23 Preparing to unpack .../01-libkeyutils1_1.6-6_armhf.deb ...
12:11:23 Unpacking libkeyutils1:armhf (1.6-6) ...
12:11:23 Selecting previously unselected package libkrb5support0:armhf.
12:11:23 Preparing to unpack .../02-libkrb5support0_1.17-3+deb10u5_armhf.deb ...
12:11:23 Unpacking libkrb5support0:armhf (1.17-3+deb10u5) ...
12:11:23 Reading package lists...
12:11:23 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.
12:11:23 ++ find deb/debbuild/debian-bookworm/ -type f -name '*.deb'
12:11:23 + packages='deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_amd64.deb
12:11:23 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb
12:11:23 deb/debbuild/debian-bookworm/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb
12:11:23 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb
12:11:23 deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb
12:11:23 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
12:11:23 ++ echo 'deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_amd64.deb
12:11:23 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb
12:11:23 deb/debbuild/debian-bookworm/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb
12:11:23 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb
12:11:23 deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb
12:11:23 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
12:11:23 ++ xargs
12:11:23 ++ awk '$0="./"$0'
12:11:23 + packages='./deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb'
12:11:23 + set -x
12:11:23 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb
12:11:23 Selecting previously unselected package docker-compose-plugin.
12:11:23 (Reading database ... 11453 files and directories currently installed.)
12:11:23 Preparing to unpack .../docker-compose-plugin_2.15.1-1~debian.12~bookworm_amd64.deb ...
12:11:23 Unpacking docker-compose-plugin (2.15.1-1~debian.12~bookworm) ...
12:11:23 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages [760 kB]
12:11:23 Get:3 https://download.docker.com/linux/ubuntu jammy/test amd64 Packages [18.7 kB]
12:11:23 Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease
12:11:23 Hit:5 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
12:11:23 Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
12:11:23 Setting up docker-compose-plugin (2.15.1-1~raspbian.10~buster) ...
12:11:23 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster) ...
12:11:23 Setting up docker-buildx-plugin (0.10.2-1~raspbian.10~buster) ...
12:11:23 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster) ...
12:11:23 Selecting previously unselected package libk5crypto3:armhf.
12:11:23 Preparing to unpack .../03-libk5crypto3_1.17-3+deb10u5_armhf.deb ...
12:11:23 Unpacking libk5crypto3:armhf (1.17-3+deb10u5) ...
12:11:23 Selecting previously unselected package libkrb5-3:armhf.
12:11:23 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u5_armhf.deb ...
12:11:23 Unpacking libkrb5-3:armhf (1.17-3+deb10u5) ...
12:11:23 Selecting previously unselected package libgssapi-krb5-2:armhf.
12:11:23 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u5_armhf.deb ...
12:11:23 Unpacking libgssapi-krb5-2:armhf (1.17-3+deb10u5) ...
12:11:23 Selecting previously unselected package apt-transport-https.
12:11:23 Preparing to unpack .../06-apt-transport-https_1.8.2.3_all.deb ...
12:11:23 Unpacking apt-transport-https (1.8.2.3) ...
12:11:23 Selecting previously unselected package openssl.
12:11:23 Preparing to unpack .../07-openssl_1.1.1n-0+deb10u3_armhf.deb ...
12:11:23 Unpacking openssl (1.1.1n-0+deb10u3) ...
12:11:23 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el7.x86_64.rpm
12:11:23 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UlKmxU
12:11:23 + umask 022
12:11:23 + cd /root/rpmbuild/BUILD
12:11:23 + cd src
12:11:23 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.23.0-0.el7.x86_64
12:11:23 + exit 0
12:11:23 Selecting previously unselected package dbus-user-session.
12:11:23 Preparing to unpack .../10-dbus-user-session_1.12.2-1ubuntu1.4_armhf.deb ...
12:11:23 Unpacking dbus-user-session (1.12.2-1ubuntu1.4) ...
12:11:23 Setting up containerd.io (1.6.16-1) ...
12:11:23 Selecting previously unselected package libcurl3-gnutls:armhf.
12:11:23 Preparing to unpack .../12-libcurl3-gnutls_7.74.0-1.3+deb11u5_armhf.deb ...
12:11:23 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
12:11:23 Selecting previously unselected package libdbus-1-3:armhf.
12:11:23 Preparing to unpack .../13-libdbus-1-3_1.12.24-0+deb11u1_armhf.deb ...
12:11:23 Unpacking libdbus-1-3:armhf (1.12.24-0+deb11u1) ...
12:11:23 Selecting previously unselected package lsb-release.
12:11:23 Preparing to unpack .../14-lsb-release_11.1.0+rpi1_all.deb ...
12:11:23 Unpacking lsb-release (11.1.0+rpi1) ...
12:11:23 Selecting previously unselected package python-apt-common.
12:11:23 Preparing to unpack .../15-python-apt-common_2.2.1_all.deb ...
12:11:23 Unpacking python-apt-common (2.2.1) ...
12:11:23 Fetched 67.5 kB in 1s (102 kB/s)
12:11:23 invoke-rc.d: could not determine current runlevel
12:11:23 invoke-rc.d: policy-rc.d denied execution of start.
12:11:23 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:11:23  docker-ce-rootless-extras depends on dbus-user-session; however:
12:11:23   Package dbus-user-session is not installed.
12:11:23 
12:11:23 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster) ...
12:11:23 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/raspbian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-compose-plugin_2.15.1-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-buildx-plugin_0.10.2-1~raspbian.10~buster_armhf.deb ./deb/debbuild/raspbian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.10~buster_armhf.deb
12:11:23 Selecting previously unselected package ca-certificates.
12:11:23 Preparing to unpack .../08-ca-certificates_20200601~deb10u2_all.deb ...
12:11:23 Unpacking ca-certificates (20200601~deb10u2) ...
12:11:23 Selecting previously unselected package libsasl2-modules-db:armhf.
12:11:23 Preparing to unpack .../09-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_armhf.deb ...
12:11:23 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
12:11:23 Selecting previously unselected package libsasl2-2:armhf.
12:11:23 Preparing to unpack .../10-libsasl2-2_2.1.27+dfsg-1+deb10u2_armhf.deb ...
12:11:23 Unpacking libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
12:11:23 Selecting previously unselected package libldap-common.
12:11:23 Preparing to unpack .../11-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
12:11:23 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:11:23 Selecting previously unselected package libldap-2.4-2:armhf.
12:11:23 Preparing to unpack .../12-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_armhf.deb ...
12:11:23 Unpacking libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
12:11:24 Fetched 17.6 MB in 3s (6314 kB/s)
12:11:24 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:11:24 Setting up systemd-sysv (237-3ubuntu10.56) ...
12:11:24 Setting up libiptc0:armhf (1.6.1-2ubuntu2) ...
12:11:24 Setting up libxtables12:armhf (1.6.1-2ubuntu2) ...
12:11:24 Setting up libnfnetlink0:armhf (1.0.1-3) ...
12:11:24 Setting up dbus (1.12.2-1ubuntu1.4) ...
12:11:24 Setting up libmnl0:armhf (1.0.4-2) ...
12:11:24 Setting up libip6tc0:armhf (1.6.1-2ubuntu2) ...
12:11:24 Setting up libnetfilter-conntrack3:armhf (1.0.6-2) ...
12:11:24 Selecting previously unselected package python3-apt.
12:11:24 Preparing to unpack .../16-python3-apt_2.2.1_armhf.deb ...
12:11:24 Unpacking python3-apt (2.2.1) ...
12:11:24 Selecting previously unselected package python3-dbus.
12:11:24 Preparing to unpack .../17-python3-dbus_1.2.16-5_armhf.deb ...
12:11:24 Unpacking python3-dbus (1.2.16-5) ...
12:11:24 Selecting previously unselected package python3-gi.
12:11:24 Preparing to unpack .../18-python3-gi_3.38.0-2_armhf.deb ...
12:11:24 Unpacking python3-gi (3.38.0-2) ...
12:11:24 Selecting previously unselected package python3-pycurl.
12:11:24 Preparing to unpack .../19-python3-pycurl_7.43.0.6-5_armhf.deb ...
12:11:24 Unpacking python3-pycurl (7.43.0.6-5) ...
12:11:24 Selecting previously unselected package libnghttp2-14:armhf.
12:11:24 Preparing to unpack .../13-libnghttp2-14_1.36.0-2+deb10u1_armhf.deb ...
12:11:24 Unpacking libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
12:11:24 Selecting previously unselected package libpsl5:armhf.
12:11:24 Preparing to unpack .../14-libpsl5_0.20.2-2_armhf.deb ...
12:11:24 Unpacking libpsl5:armhf (0.20.2-2) ...
12:11:24 Selecting previously unselected package librtmp1:armhf.
12:11:24 Preparing to unpack .../15-librtmp1_2.4+20151223.gitfa8646d.1-2_armhf.deb ...
12:11:24 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
12:11:24 Selecting previously unselected package libssh2-1:armhf.
12:11:24 Preparing to unpack .../16-libssh2-1_1.8.0-2.1_armhf.deb ...
12:11:24 Unpacking libssh2-1:armhf (1.8.0-2.1) ...
12:11:24 Selecting previously unselected package libcurl4:armhf.
12:11:24 Preparing to unpack .../17-libcurl4_7.64.0-4+deb10u4_armhf.deb ...
12:11:24 Unpacking libcurl4:armhf (7.64.0-4+deb10u4) ...
12:11:24 Selecting previously unselected package curl.
12:11:24 Preparing to unpack .../18-curl_7.64.0-4+deb10u4_armhf.deb ...
12:11:24 Unpacking curl (7.64.0-4+deb10u4) ...
12:11:24 Fetched 21.8 MB in 3s (7416 kB/s)
12:11:24 Selecting previously unselected package python3-software-properties.
12:11:24 Preparing to unpack .../20-python3-software-properties_0.96.20.2-2.1_all.deb ...
12:11:24 Unpacking python3-software-properties (0.96.20.2-2.1) ...
12:11:24 Selecting previously unselected package software-properties-common.
12:11:24 Preparing to unpack .../21-software-properties-common_0.96.20.2-2.1_all.deb ...
12:11:24 Unpacking software-properties-common (0.96.20.2-2.1) ...
12:11:24 Setting up media-types (4.0.0) ...
12:11:24 Setting up gnupg2 (2.2.27-2+deb11u2) ...
12:11:24 Setting up apt-transport-https (2.2.4) ...
12:11:24 Setting up libglib2.0-0:armhf (2.66.8-1) ...
12:11:24 No schema files found: doing nothing.
12:11:24 Setting up distro-info-data (0.51+deb11u3) ...
12:11:24 Setting up libpackagekit-glib2-18:armhf (1.2.2-2) ...
12:11:24 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
12:11:24 Setting up libpam-systemd:armhf (237-3ubuntu10.56) ...
12:11:24 Setting up dbus-user-session (1.12.2-1ubuntu1.4) ...
12:11:24 Setting up iptables (1.6.1-2ubuntu2) ...
12:11:24 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:11:24 Processing triggers for systemd (237-3ubuntu10.56) ...
12:11:24 + verify_binaries
12:11:24 + docker --version
12:11:24 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:11:24 ++ uname -m
12:11:24 + '[' armv8l = x86_64 ']'
12:11:24 + docker buildx version
12:11:24 Selecting previously unselected package docker-buildx-plugin.
12:11:24 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb ...
12:11:24 Unpacking docker-buildx-plugin (0.10.2-1~debian.12~bookworm) ...
12:11:24 Selecting previously unselected package libassuan0:armhf.
12:11:24 Preparing to unpack .../19-libassuan0_2.5.2-1_armhf.deb ...
12:11:24 Unpacking libassuan0:armhf (2.5.2-1) ...
12:11:24 Selecting previously unselected package gpgconf.
12:11:24 Preparing to unpack .../20-gpgconf_2.2.12-1+deb10u2_armhf.deb ...
12:11:24 Unpacking gpgconf (2.2.12-1+deb10u2) ...
12:11:24 Selecting previously unselected package lsb-base.
12:11:24 Preparing to unpack .../21-lsb-base_10.2019051400_all.deb ...
12:11:24 Unpacking lsb-base (10.2019051400) ...
12:11:24 Selecting previously unselected package libksba8:armhf.
12:11:24 Preparing to unpack .../22-libksba8_1.3.5-2+deb10u2_armhf.deb ...
12:11:24 Unpacking libksba8:armhf (1.3.5-2+deb10u2) ...
12:11:24 Selecting previously unselected package libnpth0:armhf.
12:11:24 Preparing to unpack .../23-libnpth0_1.6-1_armhf.deb ...
12:11:24 Unpacking libnpth0:armhf (1.6-1) ...
12:11:24 Selecting previously unselected package dirmngr.
12:11:24 Preparing to unpack .../24-dirmngr_2.2.12-1+deb10u2_armhf.deb ...
12:11:24 Unpacking dirmngr (2.2.12-1+deb10u2) ...
12:11:24 Reading package lists...
12:11:24 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.
12:11:24 ++ find deb/debbuild/ubuntu-jammy/ -type f -name '*.deb'
12:11:24 + packages='deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb
12:11:24 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_amd64.deb
12:11:24 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb
12:11:24 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb
12:11:24 deb/debbuild/ubuntu-jammy/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb
12:11:24 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
12:11:24 ++ echo 'deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb
12:11:24 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_amd64.deb
12:11:24 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb
12:11:24 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb
12:11:24 deb/debbuild/ubuntu-jammy/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb
12:11:24 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
12:11:24 ++ xargs
12:11:24 ++ awk '$0="./"$0'
12:11:24 + packages='./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb'
12:11:24 + set -x
12:11:24 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb
12:11:24 Selecting previously unselected package docker-ce.
12:11:24 (Reading database ... 9223 files and directories currently installed.)
12:11:24 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ...
12:11:24 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:11:24 Setting up libdbus-1-3:armhf (1.12.24-0+deb11u1) ...
12:11:24 Setting up python-apt-common (2.2.1) ...
12:11:24 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
12:11:24 Setting up libcurl4:armhf (7.74.0-1.3+deb11u5) ...
12:11:24 Setting up libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
12:11:24 Setting up curl (7.74.0-1.3+deb11u5) ...
12:11:24 Setting up iso-codes (4.6.0-1) ...
12:11:24 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
12:11:24 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
12:11:24 Setting up gir1.2-glib-2.0:armhf (1.66.1-1+b1) ...
12:11:24 Setting up python3.9 (3.9.2-1+rpi1) ...
12:11:24 github.com/docker/buildx v0.10.2 00ed17d
12:11:24 + docker compose version
12:11:24 Docker Compose version v2.15.1
12:11:24 + dockerd --version
12:11:24 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:11:24 + docker-proxy --version
12:11:24 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:11:24 + containerd --version
12:11:24 Selecting previously unselected package distro-info-data.
12:11:24 Preparing to unpack .../25-distro-info-data_0.41+deb10u6_all.deb ...
12:11:24 Unpacking distro-info-data (0.41+deb10u6) ...
12:11:24 Selecting previously unselected package libglib2.0-0:armhf.
12:11:24 Preparing to unpack .../26-libglib2.0-0_2.58.3-2+deb10u4_armhf.deb ...
12:11:24 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
12:11:24 Selecting previously unselected package libgirepository-1.0-1:armhf.
12:11:24 Preparing to unpack .../27-libgirepository-1.0-1_1.58.3-2_armhf.deb ...
12:11:24 Unpacking libgirepository-1.0-1:armhf (1.58.3-2) ...
12:11:24 Selecting previously unselected package gir1.2-glib-2.0:armhf.
12:11:24 Preparing to unpack .../28-gir1.2-glib-2.0_1.58.3-2_armhf.deb ...
12:11:24 Unpacking gir1.2-glib-2.0:armhf (1.58.3-2) ...
12:11:24 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:24 + ctr --version
12:11:24 ctr containerd.io 1.6.16
12:11:24 + containerd-shim --help
12:11:24 Usage of containerd-shim:
12:11:24   -address string
12:11:24     	grpc address back to main containerd
12:11:24   -containerd-binary containerd publish
12:11:24     	path to containerd binary (used for containerd publish) (default "containerd")
12:11:24   -criu string
12:11:24     	path to criu binary
12:11:24   -debug
12:11:24     	enable debug output in logs
12:11:24   -namespace string
12:11:24     	namespace that owns the shim
12:11:24   -runtime-root string
12:11:24     	root directory for the runtime (default "/run/containerd/runc")
12:11:24   -socket string
12:11:24     	socket path to serve
12:11:24   -systemd-cgroup
12:11:24     	set runtime to use systemd-cgroup
12:11:24   -workdir string
12:11:24     	path used to storge large temporary data
12:11:24 + containerd-shim-runc-v1 -v
12:11:24 containerd-shim-runc-v1:
12:11:24   Version:  1.6.16
12:11:24   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:24   Go version: go1.18.10
12:11:24 
12:11:24 + containerd-shim-runc-v2 -v
12:11:24 containerd-shim-runc-v2:
12:11:24   Version:  1.6.16
12:11:24   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:24   Go version: go1.18.10
12:11:24 
12:11:24 + runc --version
12:11:24 runc version 1.1.4
12:11:24 commit: v1.1.4-0-g5fd4c4d
12:11:24 spec: 1.0.2-dev
12:11:24 go: go1.18.10
12:11:24 libseccomp: 2.5.1
12:11:24 Selecting previously unselected package libpackagekit-glib2-18:armhf.
12:11:24 Preparing to unpack .../29-libpackagekit-glib2-18_1.1.12-5_armhf.deb ...
12:11:24 Unpacking libpackagekit-glib2-18:armhf (1.1.12-5) ...
12:11:24 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:11:24 Preparing to unpack .../30-gir1.2-packagekitglib-1.0_1.1.12-5_armhf.deb ...
12:11:24 Unpacking gir1.2-packagekitglib-1.0 (1.1.12-5) ...
12:11:24 Selecting previously unselected package gnupg-l10n.
12:11:24 Preparing to unpack .../31-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
12:11:24 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
12:11:24 Selecting previously unselected package gnupg-utils.
12:11:24 Preparing to unpack .../32-gnupg-utils_2.2.12-1+deb10u2_armhf.deb ...
12:11:24 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
12:11:24 Reading package lists...
12:11:24 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:11:25 Reading package lists...
12:11:25 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:11:25 Selecting previously unselected package gpg.
12:11:25 Preparing to unpack .../33-gpg_2.2.12-1+deb10u2_armhf.deb ...
12:11:25 Unpacking gpg (2.2.12-1+deb10u2) ...
12:11:25 Selecting previously unselected package pinentry-curses.
12:11:25 Preparing to unpack .../34-pinentry-curses_1.1.0-2_armhf.deb ...
12:11:25 Unpacking pinentry-curses (1.1.0-2) ...
12:11:25 Selecting previously unselected package gpg-agent.
12:11:25 Preparing to unpack .../35-gpg-agent_2.2.12-1+deb10u2_armhf.deb ...
12:11:25 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
12:11:25 Selecting previously unselected package gpg-wks-client.
12:11:25 Preparing to unpack .../36-gpg-wks-client_2.2.12-1+deb10u2_armhf.deb ...
12:11:25 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
12:11:25 Selecting previously unselected package gpg-wks-server.
12:11:25 Preparing to unpack .../37-gpg-wks-server_2.2.12-1+deb10u2_armhf.deb ...
12:11:25 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
12:11:25 Reading package lists...
12:11:25 Building dependency tree...
12:11:25 Reading state information...
12:11:25 Correcting dependencies... Done
12:11:25 Selecting previously unselected package docker-scan-plugin.
12:11:25 Preparing to unpack .../docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb ...
12:11:25 Unpacking docker-scan-plugin (0.23.0~debian-bookworm) ...
12:11:25 Selecting previously unselected package gpgsm.
12:11:25 Preparing to unpack .../38-gpgsm_2.2.12-1+deb10u2_armhf.deb ...
12:11:25 Unpacking gpgsm (2.2.12-1+deb10u2) ...
12:11:25 Selecting previously unselected package gnupg.
12:11:25 Preparing to unpack .../39-gnupg_2.2.12-1+deb10u2_all.deb ...
12:11:25 Unpacking gnupg (2.2.12-1+deb10u2) ...
12:11:25 Selecting previously unselected package gnupg2.
12:11:25 Preparing to unpack .../40-gnupg2_2.2.12-1+deb10u2_all.deb ...
12:11:25 Unpacking gnupg2 (2.2.12-1+deb10u2) ...
12:11:25 Selecting previously unselected package iso-codes.
12:11:25 Preparing to unpack .../41-iso-codes_4.2-1_all.deb ...
12:11:25 Unpacking iso-codes (4.2-1) ...
12:11:25 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'.
12:11:25 Skipping docker-ce, it is already installed and upgrade is not set.
12:11:25 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:11:25 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:11:25 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:11:25 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:11:25 The following additional packages will be installed:
12:11:25   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:11:25   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0
12:11:25   libip6tc0 libiptc0 libjson-c3 libmnl0 libnetfilter-conntrack3 libnfnetlink0
12:11:25   libnftnl11 libpam-systemd libxtables12 multiarch-support systemd
12:11:25   systemd-sysv
12:11:25 Suggested packages:
12:11:25   kmod systemd-container policykit-1
12:11:25 Recommended packages:
12:11:25   nftables libnss-systemd
12:11:25 Setting up python3 (3.9.2-3) ...
12:11:25 Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
12:11:25 Setting up python3-pycurl (7.43.0.6-5) ...
12:11:25 Setting up python3-gi (3.38.0-2) ...
12:11:25 The following NEW packages will be installed:
12:11:25   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:11:25   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0
12:11:25   libip6tc0 libiptc0 libjson-c3 libmnl0 libnetfilter-conntrack3 libnfnetlink0
12:11:25   libnftnl11 libpam-systemd libxtables12 multiarch-support systemd
12:11:25   systemd-sysv
12:11:25 Setting up lsb-release (11.1.0+rpi1) ...
12:11:25 Setting up python3-dbus (1.2.16-5) ...
12:11:25 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'.
12:11:25 make[1]: Leaving directory '/root/build-deb'
12:11:25  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.buildinfo
12:11:25 Selecting previously unselected package docker-ce-rootless-extras.
12:11:25 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ...
12:11:25 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:11:26 Selecting previously unselected package libapt-inst2.0:armhf.
12:11:26 Preparing to unpack .../42-libapt-inst2.0_1.8.2.3_armhf.deb ...
12:11:26 Unpacking libapt-inst2.0:armhf (1.8.2.3) ...
12:11:26 Selecting previously unselected package libcurl3-gnutls:armhf.
12:11:26 Preparing to unpack .../43-libcurl3-gnutls_7.64.0-4+deb10u4_armhf.deb ...
12:11:26 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
12:11:26 Selecting previously unselected package libdbus-1-3:armhf.
12:11:26 Preparing to unpack .../44-libdbus-1-3_1.12.24-0+deb10u1_armhf.deb ...
12:11:26 Unpacking libdbus-1-3:armhf (1.12.24-0+deb10u1) ...
12:11:26 Selecting previously unselected package lsb-release.
12:11:26 Preparing to unpack .../45-lsb-release_10.2019051400_all.deb ...
12:11:26 Unpacking lsb-release (10.2019051400) ...
12:11:26 Selecting previously unselected package python-apt-common.
12:11:26 Preparing to unpack .../46-python-apt-common_1.8.4.3_all.deb ...
12:11:26 Unpacking python-apt-common (1.8.4.3) ...
12:11:26 Setting up python3-apt (2.2.1) ...
12:11:26 Setting up python3-software-properties (0.96.20.2-2.1) ...
12:11:26 Reading package lists...
12:11:26  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.changes
12:11:26 Selecting previously unselected package docker-ce-cli.
12:11:26 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ...
12:11:26 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:11:26 Fedora 36 openh264 (From Cisco) - x86_64        2.0 kB/s | 2.5 kB     00:01    
12:11:26 Fedora Modular 36 - x86_64                      2.7 MB/s | 2.4 MB     00:00    
12:11:26 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
12:11:26 Selecting previously unselected package python3-apt.
12:11:26 Preparing to unpack .../47-python3-apt_1.8.4.3_armhf.deb ...
12:11:26 Unpacking python3-apt (1.8.4.3) ...
12:11:26 Selecting previously unselected package python3-dbus.
12:11:26 Preparing to unpack .../48-python3-dbus_1.2.8-3_armhf.deb ...
12:11:26 Unpacking python3-dbus (1.2.8-3) ...
12:11:26 Selecting previously unselected package python3-gi.
12:11:26 Preparing to unpack .../49-python3-gi_3.30.4-1_armhf.deb ...
12:11:26 Unpacking python3-gi (3.30.4-1) ...
12:11:26 Selecting previously unselected package python3-pycurl.
12:11:26 Preparing to unpack .../50-python3-pycurl_7.43.0.2-0.1_armhf.deb ...
12:11:26 Unpacking python3-pycurl (7.43.0.2-0.1) ...
12:11:26 Selecting previously unselected package python3-software-properties.
12:11:26 Preparing to unpack .../51-python3-software-properties_0.96.20.2-2_all.deb ...
12:11:26 Unpacking python3-software-properties (0.96.20.2-2) ...
12:11:26 Selecting previously unselected package software-properties-common.
12:11:26 Preparing to unpack .../52-software-properties-common_0.96.20.2-2_all.deb ...
12:11:26 Unpacking software-properties-common (0.96.20.2-2) ...
12:11:26 Setting up software-properties-common (0.96.20.2-2.1) ...
12:11:26 0 upgraded, 24 newly installed, 0 to remove and 10 not upgraded.
12:11:26 Need to get 25.9 MB of archives.
12:11:26 After this operation, 108 MB of additional disk space will be used.
12:11:26 Get:1 https://download.docker.com/linux/raspbian buster/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
12:11:26 Get:2 http://archive.raspbian.org/raspbian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.9 kB]
12:11:26 Building dependency tree...
12:11:26 Reading state information...
12:11:26 Reading package lists...
12:11:26 Building dependency tree...
12:11:26 Reading state information...
12:11:26 Setting up libksba8:armhf (1.3.5-2+deb10u2) ...
12:11:26 Setting up lsb-base (10.2019051400) ...
12:11:26 Setting up libkeyutils1:armhf (1.6-6) ...
12:11:26 Setting up libpsl5:armhf (0.20.2-2) ...
12:11:26 Setting up mime-support (3.62) ...
12:11:26 Setting up apt-transport-https (1.8.2.3) ...
12:11:26 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u4) ...
12:11:26 No schema files found: doing nothing.
12:11:26 Setting up distro-info-data (0.41+deb10u6) ...
12:11:26 Setting up libsqlite3-0:armhf (3.27.2-3+deb10u2) ...
12:11:26 Setting up libnghttp2-14:armhf (1.36.0-2+deb10u1) ...
12:11:26 Setting up libpackagekit-glib2-18:armhf (1.1.12-5) ...
12:11:26 Setting up libnpth0:armhf (1.6-1) ...
12:11:26 Setting up libassuan0:armhf (2.5.2-1) ...
12:11:26 Setting up libapt-inst2.0:armhf (1.8.2.3) ...
12:11:26 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:11:26 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
12:11:26 ++ source /etc/os-release
12:11:26 +++ PRETTY_NAME='Raspbian GNU/Linux 11 (bullseye)'
12:11:26 +++ NAME='Raspbian GNU/Linux'
12:11:26 +++ VERSION_ID=11
12:11:26 +++ VERSION='11 (bullseye)'
12:11:26 +++ VERSION_CODENAME=bullseye
12:11:26 +++ ID=raspbian
12:11:26 +++ ID_LIKE=debian
12:11:26 +++ HOME_URL=http://www.raspbian.org/
12:11:26 +++ SUPPORT_URL=http://www.raspbian.org/RaspbianForums
12:11:26 +++ BUG_REPORT_URL=http://www.raspbian.org/RaspbianBugs
12:11:26 ++ echo raspbian
12:11:26 + DIST_ID=raspbian
12:11:26 ++ lsb_release -sc
12:11:26 + DIST_VERSION=bullseye
12:11:26 + '[' bullseye = sid ']'
12:11:26 + install_debian_containerd
12:11:26 + '[' staging = stage ']'
12:11:26 + REPO_URL=https://download.docker.com/linux/raspbian
12:11:26 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian'
12:11:26 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian
12:11:26 + update-ca-certificates -f
12:11:26 Clearing symlinks in /etc/ssl/certs...
12:11:26 Get:3 http://archive.raspberrypi.org/debian buster/main armhf multiarch-support armhf 2.28-10+rpt2+rpi1+deb10u1 [216 kB]
12:11:26 Get:4 http://archive.raspbian.org/raspbian buster/main armhf libcap2 armhf 1:2.25-2 [16.5 kB]
12:11:26 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB]
12:11:26 Get:6 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
12:11:26 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
12:11:26 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libjson-c3 armhf 0.12.1+ds-2+deb10u1 [25.1 kB]
12:11:26 Get:9 http://archive.raspbian.org/raspbian buster/main armhf libcryptsetup12 armhf 2:2.1.0-5+deb10u2 [171 kB]
12:11:26 The following additional packages will be installed:
12:11:26   dbus dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0
12:11:26   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:11:26   gpgconf gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0
12:11:26   libbrotli1 libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
12:11:26   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libgirepository-1.0-1
12:11:26   libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu70
12:11:26   libip4tc2 libjson-c5 libkmod2 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14
12:11:26   libnpth0 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:11:26   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
12:11:26   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:11:26   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
12:11:26   media-types openssl packagekit pinentry-curses pkexec policykit-1 polkitd
12:11:26   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
12:11:26   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
12:11:26   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
12:11:26   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
12:11:26   python3-minimal python3-more-itertools python3-oauthlib
12:11:26   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
12:11:26   python3-software-properties python3-wadllib python3-zipp python3.10
12:11:26   python3.10-minimal readline-common systemd systemd-sysv
12:11:26 Suggested packages:
12:11:26   default-dbus-session-bus | dbus-session-bus dbus-user-session
12:11:26   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery
12:11:26   gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
12:11:26   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
12:11:26   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
12:11:26   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
12:11:26   python3-keyrings.alt python3-testresources python3-setuptools
12:11:26   python-pyparsing-doc python-secretstorage-doc python3.10-venv python3.10-doc
12:11:26   binutils binfmt-support readline-doc systemd-container libfido2-1
12:11:26   libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
12:11:26 Recommended packages:
12:11:26   libpam-cap dmsetup shared-mime-info xdg-user-dirs libldap-common
12:11:26   publicsuffix libsasl2-modules packagekit-tools unattended-upgrades
12:11:26   networkd-dispatcher systemd-timesyncd | time-daemon libnss-systemd
12:11:26 The following additional packages will be installed:
12:11:26   dbus dbus-user-session dconf-gsettings-backend dconf-service dirmngr
12:11:26   distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
12:11:26   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
12:11:26   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:11:26   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
12:11:26   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
12:11:26   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
12:11:26   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
12:11:26   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
12:11:26   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
12:11:26   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
12:11:26   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
12:11:26   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
12:11:26   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
12:11:26   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
12:11:26   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
12:11:26   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
12:11:26   libyaml-0-2 mime-support openssl packagekit pinentry-curses policykit-1
12:11:26   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:11:26   python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources
12:11:26   python3-requests python3-requests-unixsocket python3-six
12:11:26   python3-software-properties python3-urllib3 python3.8 python3.8-minimal
12:11:26   readline-common systemd systemd-sysv systemd-timesyncd tzdata
12:11:26 Suggested packages:
12:11:26   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
12:11:26   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
12:11:26   python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
12:11:26   python3-setuptools python3-cryptography python3-openssl python3-socks
12:11:26   python3.8-venv python3.8-doc binutils binfmt-support readline-doc
12:11:26   systemd-container
12:11:26 Recommended packages:
12:11:26   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales publicsuffix
12:11:26   libsasl2-modules file xz-utils packagekit-tools unattended-upgrades
12:11:26   networkd-dispatcher libnss-systemd
12:11:26 Setting up libkrb5support0:armhf (1.17-3+deb10u5) ...
12:11:26 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-1+deb10u2) ...
12:11:26 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
12:11:26 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2) ...
12:11:26 Setting up libdbus-1-3:armhf (1.12.24-0+deb10u1) ...
12:11:26 Setting up libk5crypto3:armhf (1.17-3+deb10u5) ...
12:11:26 Setting up libsasl2-2:armhf (2.1.27+dfsg-1+deb10u2) ...
12:11:26 Setting up python-apt-common (1.8.4.3) ...
12:11:26 Setting up libgirepository-1.0-1:armhf (1.58.3-2) ...
12:11:26 Setting up libssh2-1:armhf (1.8.0-2.1) ...
12:11:26 Setting up libkrb5-3:armhf (1.17-3+deb10u5) ...
12:11:26 Setting up libmpdec2:armhf (2.4.2-2) ...
12:11:26 Setting up openssl (1.1.1n-0+deb10u3) ...
12:11:26 Setting up readline-common (7.0-5) ...
12:11:26 Setting up iso-codes (4.2-1) ...
12:11:26 Setting up libreadline7:armhf (7.0-5) ...
12:11:26 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
12:11:26 Setting up pinentry-curses (1.1.0-2) ...
12:11:26 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u4) ...
12:11:26 Setting up libldap-2.4-2:armhf (2.4.47+dfsg-3+deb10u7) ...
12:11:26 done.
12:11:26 Updating certificates in /etc/ssl/certs...
12:11:26 Get:10 http://archive.raspbian.org/raspbian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB]
12:11:26 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libip4tc0 armhf 1.8.2-4 [68.2 kB]
12:11:26 Get:12 http://archive.raspbian.org/raspbian buster/main armhf systemd armhf 241-7~deb10u8+rpi1 [3258 kB]
12:11:26 Fedora 36 - x86_64 - Updates                     18 MB/s |  32 MB     00:01    
12:11:26 The following NEW packages will be installed:
12:11:26   apt-transport-https ca-certificates curl dbus dirmngr distro-info-data
12:11:26   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
12:11:26   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:11:26   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
12:11:26   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
12:11:26   libdw1 libelf1 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
12:11:26   libglib2.0-data libgstreamer1.0-0 libicu70 libip4tc2 libjson-c5 libkmod2
12:11:26   libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
12:11:26   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:11:26   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
12:11:26   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:11:26   libsqlite3-0 libssh-4 libstemmer0d libunwind8 libxml2 libxmlb2 libyaml-0-2
12:11:26   lsb-release media-types openssl packagekit pinentry-curses pkexec
12:11:26   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
12:11:26   python3-cffi-backend python3-cryptography python3-dbus python3-distro
12:11:26   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
12:11:26   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
12:11:26   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
12:11:26   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
12:11:26   python3-software-properties python3-wadllib python3-zipp python3.10
12:11:26   python3.10-minimal readline-common software-properties-common systemd
12:11:26   systemd-sysv
12:11:26 The following NEW packages will be installed:
12:11:26   apt-transport-https ca-certificates curl dbus dbus-user-session
12:11:26   dconf-gsettings-backend dconf-service dirmngr distro-info-data
12:11:26   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 glib-networking
12:11:26   glib-networking-common glib-networking-services gnupg gnupg-l10n gnupg-utils
12:11:26   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:11:26   gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libargon2-1
12:11:26   libasn1-8-heimdal libassuan0 libbrotli1 libcap2 libcap2-bin libcryptsetup12
12:11:26   libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 libelf1 libexpat1
12:11:26   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
12:11:26   libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal
12:11:26   libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu66
12:11:26   libip4tc2 libjson-c4 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal
12:11:26   libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblmdb0
12:11:26   libmpdec2 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpam-systemd
12:11:26   libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5
12:11:26   libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib libreadline8
12:11:26   libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsoup2.4-1
12:11:26   libsqlite3-0 libssh-4 libssl1.1 libstemmer0d libwind0-heimdal libxml2
12:11:26   libyaml-0-2 lsb-release mime-support openssl packagekit pinentry-curses
12:11:26   policykit-1 python-apt-common python3 python3-apt python3-certifi
12:11:26   python3-chardet python3-dbus python3-gi python3-idna python3-minimal
12:11:26   python3-pkg-resources python3-requests python3-requests-unixsocket
12:11:26   python3-six python3-software-properties python3-urllib3 python3.8
12:11:26   python3.8-minimal readline-common software-properties-common systemd
12:11:26   systemd-sysv systemd-timesyncd tzdata
12:11:26 Selecting previously unselected package docker-compose-plugin.
12:11:26 Preparing to unpack .../docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_amd64.deb ...
12:11:26 Unpacking docker-compose-plugin (2.15.1-1~ubuntu.22.04~jammy) ...
12:11:27 Setting up ca-certificates (20200601~deb10u2) ...
12:11:27 Get:13 http://archive.raspberrypi.org/debian buster/main armhf libnftnl11 armhf 1.1.7-1~bpo10+1~0 [45.1 kB]
12:11:27 Get:14 http://archive.raspbian.org/raspbian buster/main armhf systemd-sysv armhf 241-7~deb10u8+rpi1 [101 kB]
12:11:27 Get:15 http://archive.raspbian.org/raspbian buster/main armhf libnfnetlink0 armhf 1.0.1-3 [12.1 kB]
12:11:27 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libip6tc0 armhf 1.8.2-4 [68.5 kB]
12:11:27 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libiptc0 armhf 1.8.2-4 [59.7 kB]
12:11:27 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libxtables12 armhf 1.8.2-4 [77.1 kB]
12:11:27 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libmnl0 armhf 1.0.4-2 [11.3 kB]
12:11:27 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libnetfilter-conntrack3 armhf 1.0.7-1 [33.1 kB]
12:11:27 Get:21 http://archive.raspbian.org/raspbian buster/main armhf iptables armhf 1.8.2-4 [343 kB]
12:11:27 Get:22 http://archive.raspbian.org/raspbian buster/main armhf dbus armhf 1.12.24-0+deb10u1 [215 kB]
12:11:27 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libpam-systemd armhf 241-7~deb10u8+rpi1 [194 kB]
12:11:27 Get:24 http://archive.raspbian.org/raspbian buster/main armhf dbus-user-session armhf 1.12.24-0+deb10u1 [97.9 kB]
12:11:27 Selecting previously unselected package docker-ce.
12:11:27 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ...
12:11:27 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:11:27 0 upgraded, 107 newly installed, 0 to remove and 4 not upgraded.
12:11:27 Need to get 36.7 MB of archives.
12:11:27 After this operation, 120 MB of additional disk space will be used.
12:11:27 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3.10-minimal armhf 3.10.6-1~22.04.2 [794 kB]
12:11:27 0 upgraded, 119 newly installed, 0 to remove and 4 not upgraded.
12:11:27 Need to get 32.4 MB of archives.
12:11:27 After this operation, 122 MB of additional disk space will be used.
12:11:27 Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssl1.1 armhf 1.1.1f-1ubuntu2.16 [1082 kB]
12:11:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/rpm'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:11:27 Updating certificates in /etc/ssl/certs...
12:11:27 debconf: delaying package configuration, since apt-utils is not installed
12:11:27 Fetched 25.9 MB in 1s (18.7 MB/s)
12:11:27 Selecting previously unselected package libapparmor1:armhf.
12:11: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 ... 10238 files and directories currently installed.)
12:11:27 Preparing to unpack .../0-libapparmor1_2.13.2-10_armhf.deb ...
12:11:27 Unpacking libapparmor1:armhf (2.13.2-10) ...
12:11:27 129 added, 0 removed; done.
12:11:27 Running hooks in /etc/ca-certificates/update.d...
12:11:27 done.
12:11:27 + apt-key add -
12:11:27 + curl -fsSL https://download.docker.com/linux/raspbian/gpg
12:11:27 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:11:27 dpkg-genchanges: info: including full source code in upload
12:11:27  dpkg-source -I.git --after-build .
12:11:27 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:11:27 + destination=/build
12:11:27 + mkdir -p /build
12:11:27 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb /root/docker-compose-plugin_2.15.1-1~debian.12~bookworm_armhf.deb /build
12:11:27 copied '/root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb'
12:11:27 removed '/root/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb'
12:11:27 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'
12:11:27 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'
12:11:27 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'
12:11:27 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'
12:11:27 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc'
12:11:27 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.dsc'
12:11:27 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz'
12:11:27 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm.tar.gz'
12:11:27 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.buildinfo'
12:11:27 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.buildinfo'
12:11:27 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.changes'
12:11:27 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.changes'
12:11:27 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'
12:11:27 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb'
12:11:27 copied '/root/docker-compose-plugin_2.15.1-1~debian.12~bookworm_armhf.deb' -> '/build/docker-compose-plugin_2.15.1-1~debian.12~bookworm_armhf.deb'
12:11:27 removed '/root/docker-compose-plugin_2.15.1-1~debian.12~bookworm_armhf.deb'
12:11:27 Selecting previously unselected package docker-buildx-plugin.
12:11:27 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb ...
12:11:27 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.22.04~jammy) ...
12:11:27 + make IMAGE=centos:7 verify
12:11:27 docker run  --rm -i \
12:11:27 	-v "$(pwd):/v" \
12:11:27 	-e DEBIAN_FRONTEND=noninteractive \
12:11:27 	-e PACKAGE_REPO=staging \
12:11:27 	-w /v \
12:11:27 	centos:7 ./verify
12:11:27 Unable to find image 'centos:7' locally
12:11:27 7: Pulling from library/centos
12:11:27 Selecting previously unselected package libcap2:armhf.
12:11:27 Preparing to unpack .../1-libcap2_1%3a2.25-2_armhf.deb ...
12:11:27 Unpacking libcap2:armhf (1:2.25-2) ...
12:11:27 Selecting previously unselected package libargon2-1:armhf.
12:11:27 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_armhf.deb ...
12:11:27 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
12:11:27 Selecting previously unselected package dmsetup.
12:11:27 Preparing to unpack .../3-dmsetup_2%3a1.02.155-3_armhf.deb ...
12:11:27 Unpacking dmsetup (2:1.02.155-3) ...
12:11:27 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:11:27 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
12:11:27 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
12:11:27 Selecting previously unselected package libjson-c3:armhf.
12:11:27 Preparing to unpack .../5-libjson-c3_0.12.1+ds-2+deb10u1_armhf.deb ...
12:11:27 Unpacking libjson-c3:armhf (0.12.1+ds-2+deb10u1) ...
12:11:27 OK
12:11:27 + '[' bullseye = sid ']'
12:11:27 ++ dpkg --print-architecture
12:11:27 + ARCH=armhf
12:11:27 + echo 'deb [arch=armhf] https://download.docker.com/linux/raspbian bullseye test'
12:11:27 + apt-get update
12:11:27 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libexpat1 armhf 2.4.7-1ubuntu0.2 [66.9 kB]
12:11:27 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10-minimal armhf 3.10.6-1~22.04.2 [1941 kB]
12:11:27 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-minimal armhf 3.8.10-0ubuntu1~20.04.6 [708 kB]
12:11:27 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libexpat1 armhf 2.2.9-1ubuntu0.6 [55.1 kB]
12:11:27 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8-minimal armhf 3.8.10-0ubuntu1~20.04.6 [1584 kB]
12:11:27 137 added, 0 removed; done.
12:11:27 Setting up libgssapi-krb5-2:armhf (1.17-3+deb10u5) ...
12:11:27 Setting up gir1.2-glib-2.0:armhf (1.58.3-2) ...
12:11:27 Setting up gpgconf (2.2.12-1+deb10u2) ...
12:11:27 Setting up libcurl4:armhf (7.64.0-4+deb10u4) ...
12:11:27 Setting up curl (7.64.0-4+deb10u4) ...
12:11:27 Setting up gpg (2.2.12-1+deb10u2) ...
12:11:27 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
12:11:27 Setting up python3.7 (3.7.3-2+deb10u4) ...
12:11:27 2d473b07cdd5: Already exists
12:11:27 Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
12:11:27 Status: Downloaded newer image for centos:7
12:11:27 Selecting previously unselected package libcryptsetup12:armhf.
12:11:27 Preparing to unpack .../6-libcryptsetup12_2%3a2.1.0-5+deb10u2_armhf.deb ...
12:11:27 Unpacking libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
12:11:27 Selecting previously unselected package libidn11:armhf.
12:11:27 Preparing to unpack .../7-libidn11_1.33-2.2_armhf.deb ...
12:11:27 Unpacking libidn11:armhf (1.33-2.2) ...
12:11:27 Selecting previously unselected package libip4tc0:armhf.
12:11:27 Preparing to unpack .../8-libip4tc0_1.8.2-4_armhf.deb ...
12:11:27 Unpacking libip4tc0:armhf (1.8.2-4) ...
12:11:27 Selecting previously unselected package systemd.
12:11:27 Preparing to unpack .../9-systemd_241-7~deb10u8+rpi1_armhf.deb ...
12:11:27 Unpacking systemd (241-7~deb10u8+rpi1) ...
12:11:27 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-minimal armhf 3.10.6-1~22.04 [24.3 kB]
12:11:27 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf media-types all 7.0.0 [25.5 kB]
12:11:27 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
12:11:27 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf readline-common all 8.1.2-1 [53.5 kB]
12:11:27 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadline8 armhf 8.1.2-1 [128 kB]
12:11:27 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsqlite3-0 armhf 3.37.2-2ubuntu0.1 [548 kB]
12:11:27 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3.10-stdlib armhf 3.10.6-1~22.04.2 [1750 kB]
12:11:27 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10 armhf 3.10.6-1~22.04.2 [497 kB]
12:11:27 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-minimal armhf 3.8.2-0ubuntu2 [23.6 kB]
12:11:27 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf mime-support all 3.64ubuntu1 [30.6 kB]
12:11:27 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpdec2 armhf 2.4.2-3 [66.8 kB]
12:11:27 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf readline-common all 8.0-4 [53.5 kB]
12:11:27 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadline8 armhf 8.0-4 [109 kB]
12:11:27 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsqlite3-0 armhf 3.31.1-4ubuntu0.5 [468 kB]
12:11:27 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-stdlib armhf 3.8.10-0ubuntu1~20.04.6 [1602 kB]
12:11:27 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8 armhf 3.8.10-0ubuntu1~20.04.6 [387 kB]
12:11:27 Get:13 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpython3-stdlib armhf 3.8.2-0ubuntu2 [7068 B]
12:11:27 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3 armhf 3.8.2-0ubuntu2 [47.6 kB]
12:11:27 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libapparmor1 armhf 2.13.3-7ubuntu5.1 [29.0 kB]
12:11:27 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcap2 armhf 1:2.32-1 [14.0 kB]
12:11:27 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libargon2-1 armhf 0~20171227-0.2 [20.0 kB]
12:11:27 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper1.02.1 armhf 2:1.02.167-1ubuntu1 [118 kB]
12:11:27 Get:19 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libjson-c4 armhf 0.13.1+dfsg-7ubuntu0.3 [25.8 kB]
12:11:27 Get:20 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcryptsetup12 armhf 2:2.2.2-3ubuntu2.4 [147 kB]
12:11:27 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libip4tc2 armhf 1.8.4-3ubuntu2 [16.8 kB]
12:11:27 Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkmod2 armhf 27-1ubuntu2.1 [39.1 kB]
12:11:27 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf systemd-timesyncd armhf 245.4-4ubuntu3.19 [27.9 kB]
12:11:27 Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf systemd armhf 245.4-4ubuntu3.19 [3652 kB]
12:11:28 Fedora 37 openh264 (From Cisco) - x86_64        2.6 kB/s | 2.5 kB     00:00    
12:11:28 Fedora Modular 37 - x86_64                      3.1 MB/s | 3.0 MB     00:00    
12:11:28 Get:1 https://download.docker.com/linux/raspbian bullseye InRelease [26.7 kB]
12:11:28 Hit:2 http://archive.raspbian.org/raspbian bullseye InRelease
12:11:28 Get:3 https://download.docker.com/linux/raspbian bullseye/test armhf Packages [24.2 kB]
12:11:28 Hit:4 http://archive.raspberrypi.org/debian bullseye InRelease
12:11:28 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3-stdlib armhf 3.10.6-1~22.04 [6910 B]
12:11:28 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3 armhf 3.10.6-1~22.04 [22.8 kB]
12:11:28 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libapparmor1 armhf 3.0.4-2ubuntu2.1 [33.1 kB]
12:11:28 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libargon2-1 armhf 0~20171227-0.3 [21.0 kB]
12:11:28 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1ubuntu4 [134 kB]
12:11:28 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libjson-c5 armhf 0.15-3~ubuntu1.22.04.1 [29.1 kB]
12:11:28 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcryptsetup12 armhf 2:2.4.3-1ubuntu1.1 [189 kB]
12:11:28 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libip4tc2 armhf 1.8.7-1ubuntu5 [17.7 kB]
12:11:28 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libkmod2 armhf 29-1ubuntu1 [40.9 kB]
12:11:28 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf systemd armhf 249.11-0ubuntu3.6 [4484 kB]
12:11:28 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf systemd-sysv armhf 245.4-4ubuntu3.19 [10.3 kB]
12:11:28 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssl armhf 1.1.1f-1ubuntu2.16 [597 kB]
12:11:28 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
12:11:28 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libdbus-1-3 armhf 1.12.16-2ubuntu2.3 [156 kB]
12:11:28 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dbus armhf 1.12.16-2ubuntu2.3 [134 kB]
12:11:28 Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf distro-info-data all 0.43ubuntu1.11 [4672 B]
12:11:28 Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-0 armhf 2.64.6-1~ubuntu20.04.4 [1125 kB]
12:11:28 Get:32 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgirepository-1.0-1 armhf 1.64.1-1~ubuntu20.04.1 [72.4 kB]
12:11:28 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gir1.2-glib-2.0 armhf 1.64.1-1~ubuntu20.04.1 [134 kB]
12:11:28 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcap2-bin armhf 1:2.32-1 [25.2 kB]
12:11:28 Get:35 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libelf1 armhf 0.176-1.1build1 [41.3 kB]
12:11:28 + verify
12:11:28 + dpkg --version
12:11:28 + rpm --version
12:11:28 + verify_rpm
12:11:28 ++ . /etc/os-release
12:11:28 +++ NAME='CentOS Linux'
12:11:28 +++ VERSION='7 (Core)'
12:11:28 +++ ID=centos
12:11:28 +++ ID_LIKE='rhel fedora'
12:11:28 +++ VERSION_ID=7
12:11:28 +++ PRETTY_NAME='CentOS Linux 7 (Core)'
12:11:28 +++ ANSI_COLOR='0;31'
12:11:28 +++ CPE_NAME=cpe:/o:centos:centos:7
12:11:28 +++ HOME_URL=https://www.centos.org/
12:11:28 +++ BUG_REPORT_URL=https://bugs.centos.org/
12:11:28 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
12:11:28 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
12:11:28 +++ REDHAT_SUPPORT_PRODUCT=centos
12:11:28 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
12:11:28 ++ echo centos
12:11:28 + DIST_ID=centos
12:11:28 ++ . /etc/os-release
12:11:28 +++ NAME='CentOS Linux'
12:11:28 +++ VERSION='7 (Core)'
12:11:28 +++ ID=centos
12:11:28 +++ ID_LIKE='rhel fedora'
12:11:28 +++ VERSION_ID=7
12:11:28 +++ PRETTY_NAME='CentOS Linux 7 (Core)'
12:11:28 +++ ANSI_COLOR='0;31'
12:11:28 +++ CPE_NAME=cpe:/o:centos:centos:7
12:11:28 +++ HOME_URL=https://www.centos.org/
12:11:28 +++ BUG_REPORT_URL=https://bugs.centos.org/
12:11:28 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
12:11:28 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
12:11:28 +++ REDHAT_SUPPORT_PRODUCT=centos
12:11:28 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
12:11:28 ++ echo 7
12:11:28 ++ cut -d. -f1
12:11:28 + DIST_VERSION=7
12:11:28 + pkg_manager=yum
12:11:28 + pkg_config_manager=yum-config-manager
12:11:28 + dnf --version
12:11:28 ./verify: line 117: dnf: command not found
12:11:28 + case ${DIST_ID}:${DIST_VERSION} in
12:11:28 + install_rpm_containerd
12:11:28 + '[' staging = stage ']'
12:11:28 + REPO_URL=https://download.docker.com/linux/centos/docker-ce.repo
12:11:28 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo'
12:11:28 + dnf --version
12:11:28 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/centos/docker-ce.repo
12:11:28 install-containerd-helpers: line 27: dnf: command not found
12:11:28 + yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
12:11:28 Loaded plugins: fastestmirror, ovl
12:11:28 Setting up libapparmor1:armhf (2.13.2-10) ...
12:11:28 Setting up libcap2:armhf (1:2.25-2) ...
12:11:28 Setting up libargon2-1:armhf (0~20171227-0.2) ...
12:11:28 Setting up libjson-c3:armhf (0.12.1+ds-2+deb10u1) ...
12:11:28 Setting up libidn11:armhf (1.33-2.2) ...
12:11:28 Setting up libip4tc0:armhf (1.8.2-4) ...
12:11:28 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
12:11:28 Setting up libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
12:11:28 Setting up systemd (241-7~deb10u8+rpi1) ...
12:11:28 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:11:28 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:11:28 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
12:11:28 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:11:28 Initializing machine ID from random generator.
12:11:28 Fetched 50.9 kB in 1s (81.4 kB/s)
12:11:28 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf systemd-sysv armhf 249.11-0ubuntu3.6 [10.5 kB]
12:11:28 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssl armhf 3.0.2-0ubuntu1.7 [1153 kB]
12:11:28 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
12:11:28 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libdbus-1-3 armhf 1.12.20-2ubuntu4.1 [170 kB]
12:11:28 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dbus armhf 1.12.20-2ubuntu4.1 [148 kB]
12:11:28 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf distro-info-data all 0.52ubuntu0.2 [5160 B]
12:11:28 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-0 armhf 2.72.4-0ubuntu1 [1325 kB]
12:11:28 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgirepository-1.0-1 armhf 1.72.0-1 [79.2 kB]
12:11:28 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gir1.2-glib-2.0 armhf 1.72.0-1 [164 kB]
12:11:28 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iso-codes all 4.9.0-1 [3459 kB]
12:11:28 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]
12:11:28 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf tzdata all 2022g-0ubuntu0.20.04.1 [286 kB]
12:11:28 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libicu66 armhf 66.1-2ubuntu2.1 [8223 kB]
12:11:28 Setting up docker-compose-plugin (2.15.1-1~debian.12~bookworm) ...
12:11:28 Setting up docker-buildx-plugin (0.10.2-1~debian.12~bookworm) ...
12:11:28 Setting up docker-scan-plugin (0.23.0~debian-bookworm) ...
12:11:28 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:11:28 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:11:28 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcap2-bin armhf 1:2.44-1build3 [25.3 kB]
12:11:28 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libelf1 armhf 0.186-1build1 [42.7 kB]
12:11:28 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-data all 2.72.4-0ubuntu1 [4882 B]
12:11:28 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libicu70 armhf 70.1-2 [10.3 MB]
12:11:28 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
12:11:28 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:11:28 invoke-rc.d: could not determine current runlevel
12:11:28 invoke-rc.d: policy-rc.d denied execution of start.
12:11:28 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:11:28 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:11:28  docker-ce-rootless-extras depends on dbus-user-session; however:
12:11:28   Package dbus-user-session is not installed.
12:11:28 
12:11:28 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-scan-plugin_0.23.0~debian-bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_amd64.deb
12:11:28 Setting up gpg-agent (2.2.12-1+deb10u2) ...
12:11:28 Setting up gpgsm (2.2.12-1+deb10u2) ...
12:11:28 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u4) ...
12:11:28 Setting up python3 (3.7.3-1) ...
12:11:28 Setting up dirmngr (2.2.12-1+deb10u2) ...
12:11:28 Setting up gir1.2-packagekitglib-1.0 (1.1.12-5) ...
12:11:28 Setting up python3-pycurl (7.43.0.2-0.1) ...
12:11:28 Setting up python3-gi (3.30.4-1) ...
12:11:28 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'.
12:11:28 Selecting previously unselected package docker-ce-cli.
12:11:28 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ...
12:11:28 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:11:29 Setting up dmsetup (2:1.02.155-3) ...
12:11:29 Selecting previously unselected package systemd-sysv.
12:11: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 ... 11057 files and directories currently installed.)
12:11:29 Preparing to unpack .../systemd-sysv_241-7~deb10u8+rpi1_armhf.deb ...
12:11:29 Unpacking systemd-sysv (241-7~deb10u8+rpi1) ...
12:11:29 Selecting previously unselected package multiarch-support.
12:11:29 Preparing to unpack .../multiarch-support_2.28-10+rpt2+rpi1+deb10u1_armhf.deb ...
12:11:29 Unpacking multiarch-support (2.28-10+rpt2+rpi1+deb10u1) ...
12:11:29 Setting up multiarch-support (2.28-10+rpt2+rpi1+deb10u1) ...
12:11:29 Selecting previously unselected package libnfnetlink0:armhf.
12:11: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 ... 11078 files and directories currently installed.)
12:11:29 Preparing to unpack .../00-libnfnetlink0_1.0.1-3_armhf.deb ...
12:11:29 Unpacking libnfnetlink0:armhf (1.0.1-3) ...
12:11:29 Selecting previously unselected package libip6tc0:armhf.
12:11:29 Preparing to unpack .../01-libip6tc0_1.8.2-4_armhf.deb ...
12:11:29 Unpacking libip6tc0:armhf (1.8.2-4) ...
12:11:29 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
12:11:29 Setting up lsb-release (10.2019051400) ...
12:11:29 Setting up python3-dbus (1.2.8-3) ...
12:11:29 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpam-systemd armhf 245.4-4ubuntu3.19 [168 kB]
12:11:29 Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libxml2 armhf 2.9.10+dfsg-5ubuntu0.20.04.5 [546 kB]
12:11:29 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB]
12:11:29 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main armhf lsb-release all 11.1.0ubuntu2 [10.6 kB]
12:11:29 Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-dbus armhf 1.2.16-1build1 [87.6 kB]
12:11:29 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-gi armhf 3.36.0-1 [150 kB]
12:11:29 Get:45 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
12:11:29 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-six all 1.14.0-2 [12.1 kB]
12:11:29 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iso-codes all 4.4-1 [2695 kB]
12:11:29 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5support0 armhf 1.17-6ubuntu4.2 [28.1 kB]
12:11:29 Get:49 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libk5crypto3 armhf 1.17-6ubuntu4.2 [78.7 kB]
12:11:29 Get:50 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkeyutils1 armhf 1.6-6ubuntu1.1 [9224 B]
12:11:29 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-3 armhf 1.17-6ubuntu4.2 [287 kB]
12:11:29 Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi-krb5-2 armhf 1.17-6ubuntu4.2 [101 kB]
12:11:29 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblmdb0 armhf 0.9.24-1 [38.0 kB]
12:11:29 Get:54 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpolkit-gobject-1-0 armhf 0.105-26ubuntu1.3 [33.8 kB]
12:11:29 Get:55 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpsl5 armhf 0.21.0-1ubuntu1 [50.2 kB]
12:11:29 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python-apt-common all 2.0.1 [17.0 kB]
12:11:29 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-apt armhf 2.0.1 [140 kB]
12:11:29 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf apt-transport-https all 2.0.9 [1704 B]
12:11:29 Fedora 37 - x86_64 - Updates                     15 MB/s |  23 MB     00:01    
12:11:29 Selecting previously unselected package libiptc0:armhf.
12:11:29 Preparing to unpack .../02-libiptc0_1.8.2-4_armhf.deb ...
12:11:29 Unpacking libiptc0:armhf (1.8.2-4) ...
12:11:29 Selecting previously unselected package libxtables12:armhf.
12:11:29 Preparing to unpack .../03-libxtables12_1.8.2-4_armhf.deb ...
12:11:29 Unpacking libxtables12:armhf (1.8.2-4) ...
12:11:29 Selecting previously unselected package libmnl0:armhf.
12:11:29 Preparing to unpack .../04-libmnl0_1.0.4-2_armhf.deb ...
12:11:29 Unpacking libmnl0:armhf (1.0.4-2) ...
12:11:29 Selecting previously unselected package libnetfilter-conntrack3:armhf.
12:11:29 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_armhf.deb ...
12:11:29 Unpacking libnetfilter-conntrack3:armhf (1.0.7-1) ...
12:11:29 Selecting previously unselected package libnftnl11:armhf.
12:11:29 Preparing to unpack .../06-libnftnl11_1.1.7-1~bpo10+1~0_armhf.deb ...
12:11:29 Unpacking libnftnl11:armhf (1.1.7-1~bpo10+1~0) ...
12:11:29 Selecting previously unselected package iptables.
12:11:29 Preparing to unpack .../07-iptables_1.8.2-4_armhf.deb ...
12:11:29 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
12:11:29 Setting up python3-apt (1.8.4.3) ...
12:11:29 Setting up python3-software-properties (0.96.20.2-2) ...
12:11:29 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpam-systemd armhf 249.11-0ubuntu3.6 [185 kB]
12:11:29 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxml2 armhf 2.9.13+dfsg-1ubuntu0.2 [599 kB]
12:11:29 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-0-2 armhf 0.2.2-1build2 [45.4 kB]
12:11:29 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lsb-release all 11.1.0ubuntu4 [10.8 kB]
12:11:29 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python-apt-common all 2.4.0 [15.2 kB]
12:11:29 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-apt armhf 2.4.0 [154 kB]
12:11:29 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-dbus armhf 1.2.18-3build1 [92.6 kB]
12:11:29 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-gi armhf 3.42.1-0ubuntu1 [214 kB]
12:11:29 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
12:11:29 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnghttp2-14 armhf 1.43.0-1build3 [70.1 kB]
12:11:29 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbrotli1 armhf 1.0.7-6ubuntu0.1 [254 kB]
12:11:29 Get:60 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libroken18-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [35.3 kB]
12:11:29 Get:61 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasn1-8-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [140 kB]
12:11:29 Get:62 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimbase1-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [25.1 kB]
12:11:29 Get:63 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhcrypto4-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [78.3 kB]
12:11:29 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libwind0-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [47.0 kB]
12:11:29 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhx509-5-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [88.7 kB]
12:11:29 Get:66 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-26-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [170 kB]
12:11:29 Get:67 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimntlm0-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [13.3 kB]
12:11:29 Get:68 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi3-heimdal armhf 7.7.0+dfsg-1ubuntu1.3 [80.2 kB]
12:11:29 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2ubuntu0.1 [13.2 kB]
12:11:29 Get:70 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg-2ubuntu0.1 [42.7 kB]
12:11:29 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
12:11:29 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-2.4-2 armhf 2.4.49+dfsg-2ubuntu1.9 [133 kB]
12:11:29 Get:73 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnghttp2-14 armhf 1.40.0-1build1 [67.8 kB]
12:11:29 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build1 [49.1 kB]
12:11:29 Get:75 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssh-4 armhf 0.9.3-2ubuntu2.2 [147 kB]
12:11:29 Get:76 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl4 armhf 7.68.0-1ubuntu2.15 [204 kB]
12:11:29 Get:77 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf curl armhf 7.68.0-1ubuntu2.15 [154 kB]
12:11:29 Get:78 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dbus-user-session armhf 1.12.16-2ubuntu2.3 [9424 B]
12:11:29 Reading package lists...
12:11:29 Unpacking iptables (1.8.2-4) ...
12:11:29 Selecting previously unselected package dbus.
12:11:29 Preparing to unpack .../08-dbus_1.12.24-0+deb10u1_armhf.deb ...
12:11:29 Unpacking dbus (1.12.24-0+deb10u1) ...
12:11:29 Selecting previously unselected package libpam-systemd:armhf.
12:11:29 Preparing to unpack .../09-libpam-systemd_241-7~deb10u8+rpi1_armhf.deb ...
12:11:29 Unpacking libpam-systemd:armhf (241-7~deb10u8+rpi1) ...
12:11:29 Selecting previously unselected package containerd.io.
12:11:29 Preparing to unpack .../10-containerd.io_1.6.16-1_armhf.deb ...
12:11:29 Unpacking containerd.io (1.6.16-1) ...
12:11:29 Setting up gnupg (2.2.12-1+deb10u2) ...
12:11:29 Setting up gnupg2 (2.2.12-1+deb10u2) ...
12:11:29 Setting up software-properties-common (0.96.20.2-2) ...
12:11:29 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:11:29 Processing triggers for ca-certificates (20200601~deb10u2) ...
12:11:29 Updating certificates in /etc/ssl/certs...
12:11:29 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
12:11:29 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf apt-transport-https all 2.4.8 [1506 B]
12:11:29 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
12:11:29 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg2-3ubuntu1.1 [19.0 kB]
12:11:29 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg2-3ubuntu1.1 [50.7 kB]
12:11:29 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-0ubuntu0.22.04.1 [159 kB]
12:11:29 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
12:11:29 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
12:11:29 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl4 armhf 7.81.0-1ubuntu1.7 [252 kB]
12:11:29 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf curl armhf 7.81.0-1ubuntu1.7 [188 kB]
12:11:29 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libassuan0 armhf 2.5.5-1build1 [31.3 kB]
12:11:29 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgconf armhf 2.2.27-3ubuntu2.1 [115 kB]
12:11:29 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libksba8 armhf 1.6.0-2ubuntu0.2 [101 kB]
12:11:29 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
12:11:29 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dirmngr armhf 2.2.27-3ubuntu2.1 [320 kB]
12:11:29 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackagekit-glib2-18 armhf 1.2.5-2ubuntu2 [109 kB]
12:11:29 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.5-2ubuntu2 [25.3 kB]
12:11:29 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
12:11:29 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-utils armhf 2.2.27-3ubuntu2.1 [456 kB]
12:11:29 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdconf1 armhf 0.36.0-1 [33.2 kB]
12:11:29 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dconf-service armhf 0.36.0-1 [25.3 kB]
12:11:29 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dconf-gsettings-backend armhf 0.36.0-1 [18.4 kB]
12:11:29 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libassuan0 armhf 2.5.3-7ubuntu2 [29.1 kB]
12:11:29 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgconf armhf 2.2.19-3ubuntu2.2 [107 kB]
12:11:29 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libksba8 armhf 1.3.5-2ubuntu0.20.04.2 [80.4 kB]
12:11:29 Get:85 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnpth0 armhf 1.6-1 [6624 B]
12:11:29 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dirmngr armhf 2.2.19-3ubuntu2.2 [288 kB]
12:11:29 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpackagekit-glib2-18 armhf 1.1.13-2ubuntu1.1 [90.6 kB]
12:11:29 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gir1.2-packagekitglib-1.0 armhf 1.1.13-2ubuntu1.1 [21.4 kB]
12:11:29 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libproxy1v5 armhf 0.4.15-10ubuntu1.2 [42.3 kB]
12:11:29 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B]
12:11:29 Get:91 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf glib-networking-services armhf 2.64.2-1ubuntu0.1 [9908 B]
12:11:29 Get:92 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB]
12:11:29 Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf glib-networking armhf 2.64.2-1ubuntu0.1 [52.2 kB]
12:11:29 Get:94 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
12:11:29 Get:95 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-utils armhf 2.2.19-3ubuntu2.2 [412 kB]
12:11:29 Get:96 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg armhf 2.2.19-3ubuntu2.2 [425 kB]
12:11:29 Building dependency tree...
12:11:29 Reading state information...
12:11:29 Correcting dependencies... Done
12:11:29 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:11:29 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:11:29 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
12:11:29 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:11:29 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:11:29 Skipping docker-ce, it is already installed and upgrade is not set.
12:11:29 The following additional packages will be installed:
12:11:29   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:11:29   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:11:29 Suggested packages:
12:11:29   firewalld kmod
12:11:29 Recommended packages:
12:11:29   nftables
12:11:29 Reading package lists...
12:11:29 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?)
12:11:29 ++ find deb/debbuild/raspbian-bullseye/ -type f -name '*.deb'
12:11:29 + packages='deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb
12:11:29 deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb
12:11:29 deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb
12:11:29 deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb
12:11:29 deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb'
12:11:29 ++ echo 'deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb
12:11:29 deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb
12:11:29 deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb
12:11:29 deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb
12:11:29 deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb'
12:11:29 ++ xargs
12:11:29 ++ awk '$0="./"$0'
12:11:29 + packages='./deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb'
12:11:29 + set -x
12:11:29 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb
12:11:29 Selecting previously unselected package docker-buildx-plugin.
12:11:29 (Reading database ... 10271 files and directories currently installed.)
12:11:29 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb ...
12:11:29 Unpacking docker-buildx-plugin (0.10.2-1~raspbian.11~bullseye) ...
12:11:29 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg armhf 2.2.27-3ubuntu2.1 [483 kB]
12:11:29 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pinentry-curses armhf 1.1.1-1build2 [35.6 kB]
12:11:29 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-agent armhf 2.2.27-3ubuntu2.1 [227 kB]
12:11:29 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-client armhf 2.2.27-3ubuntu2.1 [86.3 kB]
12:11:29 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-server armhf 2.2.27-3ubuntu2.1 [80.1 kB]
12:11:29 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgsm armhf 2.2.27-3ubuntu2.1 [206 kB]
12:11:29 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg all 2.2.27-3ubuntu2.1 [315 kB]
12:11:29 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl3-gnutls armhf 7.81.0-1ubuntu1.7 [246 kB]
12:11:29 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstemmer0d armhf 2.2.0-1build1 [136 kB]
12:11:29 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxmlb2 armhf 0.3.6-2build1 [57.1 kB]
12:11:29 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libappstream4 armhf 0.15.2-2 [169 kB]
12:11:29 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdw1 armhf 0.186-1build1 [228 kB]
12:11:29 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libglib2.0-bin armhf 2.72.4-0ubuntu1 [75.7 kB]
12:11:29 Get:97 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pinentry-curses armhf 1.1.0-3build1 [31.8 kB]
12:11:29 Get:98 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-agent armhf 2.2.19-3ubuntu2.2 [195 kB]
12:11:29 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-client armhf 2.2.19-3ubuntu2.2 [81.8 kB]
12:11:29 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-server armhf 2.2.19-3ubuntu2.2 [76.2 kB]
12:11:29 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgsm armhf 2.2.19-3ubuntu2.2 [187 kB]
12:11:29 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg all 2.2.19-3ubuntu2.2 [259 kB]
12:11:29 Selecting previously unselected package docker-scan-plugin.
12:11:29 Preparing to unpack .../docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb ...
12:11:29 Unpacking docker-scan-plugin (0.23.0~ubuntu-jammy) ...
12:11:29 The following NEW packages will be installed:
12:11:29   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:11:29   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:11:30 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libunwind8 armhf 1.3.2-2build2 [49.4 kB]
12:11:30 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libgstreamer1.0-0 armhf 1.20.3-0ubuntu1 [936 kB]
12:11:30 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpolkit-gobject-1-0 armhf 0.105-33 [37.6 kB]
12:11:30 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpolkit-agent-1-0 armhf 0.105-33 [14.1 kB]
12:11:30 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf polkitd armhf 0.105-33 [72.9 kB]
12:11:30 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pkexec armhf 0.105-33 [14.5 kB]
12:11:30 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf policykit-1 armhf 0.105-33 [2426 B]
12:11:30 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-blinker all 1.4+dfsg1-0.4 [14.0 kB]
12:11:30 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-cffi-backend armhf 1.15.0-1build2 [67.6 kB]
12:11:30 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-cryptography armhf 3.4.8-1ubuntu2 [222 kB]
12:11:30 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-pyparsing all 2.4.7-1 [61.4 kB]
12:11:30 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-httplib2 all 0.20.2-2 [30.4 kB]
12:11:30 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-more-itertools all 8.10.0-2 [47.9 kB]
12:11:30 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-zipp all 1.0.0-3 [5440 B]
12:11:30 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-importlib-metadata all 4.6.4-1 [16.2 kB]
12:11:30 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-jeepney all 0.7.1-3 [36.8 kB]
12:11:30 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-jwt all 2.3.0-1ubuntu0.2 [17.1 kB]
12:11:30 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-secretstorage all 3.3.1-1 [13.2 kB]
12:11:30 Selecting previously unselected package docker-ce-rootless-extras.
12:11:30 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ...
12:11:30 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:11:30 0 added, 0 removed; done.
12:11:30 Running hooks in /etc/ca-certificates/update.d...
12:11:30 done.
12:11:30 ++ source /etc/os-release
12:11:30 +++ PRETTY_NAME='Debian GNU/Linux 10 (buster)'
12:11:30 +++ NAME='Debian GNU/Linux'
12:11:30 +++ VERSION_ID=10
12:11:30 +++ VERSION='10 (buster)'
12:11:30 +++ VERSION_CODENAME=buster
12:11:30 +++ ID=debian
12:11:30 +++ HOME_URL=https://www.debian.org/
12:11:30 +++ SUPPORT_URL=https://www.debian.org/support
12:11:30 +++ BUG_REPORT_URL=https://bugs.debian.org/
12:11:30 ++ echo debian
12:11:30 + DIST_ID=debian
12:11:30 ++ lsb_release -sc
12:11:30 + DIST_VERSION=buster
12:11:30 + '[' buster = sid ']'
12:11:30 + install_debian_containerd
12:11:30 + '[' staging = stage ']'
12:11:30 + REPO_URL=https://download.docker.com/linux/debian
12:11:30 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
12:11:30 + update-ca-certificates -f
12:11:30 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
12:11:30 Clearing symlinks in /etc/ssl/certs...
[Pipeline] }
12:11:30 0 upgraded, 10 newly installed, 0 to remove and 6 not upgraded.
12:11:30 Need to get 28.4 MB of archives.
12:11:30 After this operation, 117 MB of additional disk space will be used.
12:11:30 Get:1 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB]
12:11:30 Get:2 http://deb.debian.org/debian bookworm/main amd64 dbus-user-session amd64 1.14.4-1 [112 kB]
12:11:30 Get:3 http://deb.debian.org/debian bookworm/main amd64 libip6tc2 amd64 1.8.9-2 [19.4 kB]
12:11:30 Get:4 http://deb.debian.org/debian bookworm/main amd64 libxtables12 amd64 1.8.9-2 [30.8 kB]
12:11:30 Get:5 http://deb.debian.org/debian bookworm/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
12:11:30 Get:6 http://deb.debian.org/debian bookworm/main amd64 libnfnetlink0 amd64 1.0.2-2 [15.1 kB]
12:11:30 Get:7 http://deb.debian.org/debian bookworm/main amd64 libnetfilter-conntrack3 amd64 1.0.9-3 [40.7 kB]
12:11:30 Get:8 http://deb.debian.org/debian bookworm/main amd64 libnftnl11 amd64 1.2.4-2 [61.6 kB]
12:11:30 Get:9 http://deb.debian.org/debian bookworm/main amd64 iptables amd64 1.8.9-2 [360 kB]
12:11:30 Get:10 https://download.docker.com/linux/debian bookworm/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:11:30 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-keyring all 23.5.0-1 [35.7 kB]
12:11:30 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-lazr.uri all 1.0.6-2 [14.4 kB]
12:11:30 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-wadllib all 1.3.6-1 [36.4 kB]
12:11:30 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-distro all 1.7.0-1 [17.0 kB]
12:11:30 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-oauthlib all 3.2.0-1ubuntu0.1 [89.9 kB]
12:11:30 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-six all 1.16.0-3ubuntu1 [12.6 kB]
12:11:30 done.
12:11:30 Updating certificates in /etc/ssl/certs...
12:11:30 Get:103 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsoup2.4-1 armhf 2.70.0-1 [228 kB]
12:11:30 Get:104 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstemmer0d armhf 0+svn585-2 [55.1 kB]
12:11:30 Get:105 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libappstream4 armhf 0.12.10-2 [110 kB]
12:11:30 Get:106 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-bin armhf 2.64.6-1~ubuntu20.04.4 [67.3 kB]
12:11:30 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgstreamer1.0-0 armhf 1.16.3-0ubuntu1.1 [829 kB]
12:11:30 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
12:11:30 Setting up docker-compose-plugin (2.15.1-1~ubuntu.22.04~jammy) ...
12:11:30 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.22.04~jammy) ...
12:11:30 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:11:30 Setting up docker-scan-plugin (0.23.0~ubuntu-jammy) ...
12:11:30 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:11:30 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpolkit-agent-1-0 armhf 0.105-26ubuntu1.3 [12.8 kB]
12:11:30 Get:109 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf policykit-1 armhf 0.105-26ubuntu1.3 [76.6 kB]
12:11:30 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-certifi all 2019.11.28-1 [149 kB]
12:11:30 Get:111 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-chardet all 3.0.4-4build1 [80.4 kB]
12:11:30 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-idna all 2.8-1 [34.6 kB]
12:11:30 Get:113 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
12:11:30 Get:114 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
12:11:30 Get:115 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests-unixsocket all 0.2.0-2 [7272 B]
12:11:30 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-software-properties all 0.99.9.10 [21.7 kB]
12:11:30 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf packagekit armhf 1.1.13-2ubuntu1.1 [380 kB]
12:11:30 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf software-properties-common all 0.99.9.10 [10.4 kB]
12:11:30 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf gnupg2 all 2.2.19-3ubuntu2.2 [5316 B]
12:11:30 debconf: delaying package configuration, since apt-utils is not installed
12:11:30 Fetched 28.4 MB in 1s (34.5 MB/s)
12:11:30 Selecting previously unselected package netbase.
12:11: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 ... 11681 files and directories currently installed.)
12:11:30 Preparing to unpack .../0-netbase_6.4_all.deb ...
12:11:30 Unpacking netbase (6.4) ...
12:11:30 Selecting previously unselected package containerd.io.
12:11:30 Preparing to unpack .../1-containerd.io_1.6.16-1_amd64.deb ...
12:11:30 Unpacking containerd.io (1.6.16-1) ...
12:11:30 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bookworm"
12:11:30 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-launchpadlib all 1.10.16-1 [125 kB]
12:11:30 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
12:11:30 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:11:30 invoke-rc.d: could not determine current runlevel
12:11:30 invoke-rc.d: policy-rc.d denied execution of start.
12:11:30 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:11:30 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:11:30  docker-ce-rootless-extras depends on dbus-user-session; however:
12:11:30   Package dbus-user-session is not installed.
12:11:30 
12:11:30 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-scan-plugin_0.23.0~ubuntu-jammy_amd64.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_amd64.deb
12:11:30 debconf: delaying package configuration, since apt-utils is not installed
12:11:30 Fetched 32.4 MB in 4s (8318 kB/s)
12:11:30 Selecting previously unselected package libssl1.1:armhf.
12:11: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 ... 4120 files and directories currently installed.)
12:11:30 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.16_armhf.deb ...
12:11:30 Unpacking libssl1.1:armhf (1.1.1f-1ubuntu2.16) ...
12:11:30 Selecting previously unselected package libpython3.8-minimal:armhf.
12:11:30 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
12:11:30 Unpacking libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.6) ...
12:11:30 137 added, 0 removed; done.
12:11:30 Running hooks in /etc/ca-certificates/update.d...
12:11:30 done.
12:11:30 + curl -fsSL https://download.docker.com/linux/debian/gpg
12:11:30 + apt-key add -
12:11:30 Warning: apt-key output should not be parsed (stdout is not a terminal)
12:11:31 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:11:31 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'.
12:11:31 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-software-properties all 0.99.22.5 [28.8 kB]
12:11:31 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf packagekit armhf 1.2.5-2ubuntu2 [422 kB]
12:11:31 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf software-properties-common all 0.99.22.5 [14.1 kB]
12:11:31 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf gnupg2 all 2.2.27-3ubuntu2.1 [5548 B]
12:11:31 12:11:31 Selecting previously unselected package docker-ce-cli.
Selecting previously unselected package libexpat1:armhf.
12:11:31 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ...
12:11:31 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye) ...
12:11:31 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_armhf.deb ...
12:11:31 Unpacking libexpat1:armhf (2.2.9-1ubuntu0.6) ...
12:11:31 Selecting previously unselected package python3.8-minimal.
12:11:31 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
12:11:31 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
12:11:31 + make IMAGE=debian:bookworm verify
12:11:31 docker run  --rm -i \
12:11:31 	-v "$(pwd):/v" \
12:11:31 	-e DEBIAN_FRONTEND=noninteractive \
12:11:31 	-e PACKAGE_REPO=staging \
12:11:31 	-w /v \
12:11:31 	debian:bookworm ./verify
12:11:31 Unable to find image 'debian:bookworm' locally
12:11:31 debconf: delaying package configuration, since apt-utils is not installed
12:11:31 Fetched 36.7 MB in 4s (8513 kB/s)
12:11:31 Selecting previously unselected package libpython3.10-minimal:armhf.
12:11: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 ... 4390 files and directories currently installed.)
12:11:31 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2_armhf.deb ...
12:11:31 Unpacking libpython3.10-minimal:armhf (3.10.6-1~22.04.2) ...
12:11:31 Selecting previously unselected package libexpat1:armhf.
12:11:31 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_armhf.deb ...
12:11:31 Unpacking libexpat1:armhf (2.4.7-1ubuntu0.2) ...
12:11:31 Selecting previously unselected package dbus-user-session.
12:11:31 Preparing to unpack .../11-dbus-user-session_1.12.24-0+deb10u1_armhf.deb ...
12:11:31 Unpacking dbus-user-session (1.12.24-0+deb10u1) ...
12:11:31 Setting up libssl1.1:armhf (1.1.1f-1ubuntu2.16) ...
12:11:31 Setting up libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.6) ...
12:11:31 Setting up libexpat1:armhf (2.2.9-1ubuntu0.6) ...
12:11:31 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.6) ...
12:11:31 bookworm: Pulling from library/debian
12:11:31 16b554b0ae69: Already exists
12:11:31 Digest: sha256:4946f717a987d0e068cf9092b162b082e8113dd2bbe7974a9dafcc235e99a1a0
12:11:31 Status: Downloaded newer image for debian:bookworm
12:11:31 Selecting previously unselected package python3.10-minimal.
12:11:31 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2_armhf.deb ...
12:11:31 Unpacking python3.10-minimal (3.10.6-1~22.04.2) ...
12:11:31 Setting up libpython3.10-minimal:armhf (3.10.6-1~22.04.2) ...
12:11:31 Setting up libexpat1:armhf (2.4.7-1ubuntu0.2) ...
12:11:31 Setting up python3.10-minimal (3.10.6-1~22.04.2) ...
12:11:31 Setting up systemd-sysv (241-7~deb10u8+rpi1) ...
12:11:31 Setting up libip6tc0:armhf (1.8.2-4) ...
12:11:31 Setting up libiptc0:armhf (1.8.2-4) ...
12:11:31 Setting up dbus (1.12.24-0+deb10u1) ...
12:11:31 invoke-rc.d: could not determine current runlevel
12:11:31 invoke-rc.d: policy-rc.d denied execution of start.
12:11:31 Setting up libmnl0:armhf (1.0.4-2) ...
12:11:31 Setting up containerd.io (1.6.16-1) ...
12:11:31 Selecting previously unselected package docker-ce-rootless-extras.
12:11:31 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ...
12:11:31 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye) ...
12:11:31 Reading package lists...
12:11:31 Building dependency tree...
12:11:31 Reading state information...
12:11:31 Correcting dependencies... Done
12:11:31 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:11:31 Setting up libxtables12:armhf (1.8.2-4) ...
12:11:31 Setting up libnfnetlink0:armhf (1.0.1-3) ...
12:11:31 Setting up libpam-systemd:armhf (241-7~deb10u8+rpi1) ...
12:11:32 Selecting previously unselected package python3-minimal.
12:11: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 ... 4421 files and directories currently installed.)
12:11:32 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_armhf.deb ...
12:11:32 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
12:11:32 Selecting previously unselected package mime-support.
12:11:32   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          47/62 
12:11:32   Installing       : python3-policycoreutils-3.5-0.rc1.2.el9.noarch       48/62 
12:11:32   Installing       : policycoreutils-python-utils-3.5-0.rc1.2.el9.noarc   49/62 
12:11:32   Running scriptlet: container-selinux-3:2.198.0-1.el9.noarch             50/62 
12:11:32   Installing       : container-selinux-3:2.198.0-1.el9.noarch             50/62 
12:11:32 Skipping docker-ce, it is already installed and upgrade is not set.
12:11:32 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:11:32 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:11:32 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:11:32 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:11:32 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
12:11:32 The following additional packages will be installed:
12:11:32   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:11:32   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:11:32 Suggested packages:
12:11:32   firewalld kmod nftables
12:11:32 The following NEW packages will be installed:
12:11:32   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:11:32   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:11:32 + verify
12:11:32 + dpkg --version
12:11:32 + verify_deb
12:11:32 + apt-get update
12:11:32 Setting up libnftnl11:armhf (1.1.7-1~bpo10+1~0) ...
12:11:32 Setting up dbus-user-session (1.12.24-0+deb10u1) ...
12:11:32 Setting up libnetfilter-conntrack3:armhf (1.0.7-1) ...
12:11:32 Setting up iptables (1.8.2-4) ...
12:11:32 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:11:32 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:32 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:11:32 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:32 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:11:32 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:11:32 Processing triggers for systemd (241-7~deb10u8+rpi1) ...
12:11:32 Processing triggers for libc-bin (2.28-10+rpi1+deb10u2) ...
12:11:32 + verify_binaries
12:11:32 + docker --version
12:11:32 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:11:32 ++ uname -m
12:11:32 + '[' armv8l = x86_64 ']'
12:11:32 + docker buildx version
12:11:32 Selecting previously unselected package python3-minimal.
12:11: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 ... 4692 files and directories currently installed.)
12:11:32 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
12:11:32 Unpacking mime-support (3.64ubuntu1) ...
12:11:32 Selecting previously unselected package libmpdec2:armhf.
12:11:32 Preparing to unpack .../2-libmpdec2_2.4.2-3_armhf.deb ...
12:11:32 Unpacking libmpdec2:armhf (2.4.2-3) ...
12:11:32 Selecting previously unselected package readline-common.
12:11:32 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
12:11:32 Unpacking readline-common (8.0-4) ...
12:11:32 Selecting previously unselected package libreadline8:armhf.
12:11:32 Preparing to unpack .../4-libreadline8_8.0-4_armhf.deb ...
12:11:32 Unpacking libreadline8:armhf (8.0-4) ...
12:11:32 Selecting previously unselected package libsqlite3-0:armhf.
12:11:32 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_armhf.deb ...
12:11:32 Unpacking libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
12:11:32 Selecting previously unselected package libpython3.8-stdlib:armhf.
12:11:32 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
12:11:32 Unpacking libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.6) ...
12:11:32 OK
12:11:32 + '[' buster = sid ']'
12:11:32 ++ dpkg --print-architecture
12:11:32 + ARCH=armhf
12:11:32 + echo 'deb [arch=armhf] https://download.docker.com/linux/debian buster test'
12:11:32 + apt-get update
12:11:32 Hit:1 http://deb.debian.org/debian buster InRelease
12:11:32 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
12:11:32 Hit:3 http://deb.debian.org/debian buster-updates InRelease
12:11:32 Get:4 https://download.docker.com/linux/debian buster InRelease [54.0 kB]
12:11:32 Selecting previously unselected package docker-ce.
12:11:32 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ...
12:11:32 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye) ...
12:11:32 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded.
12:11:32 Need to get 28.4 MB of archives.
12:11:32 After this operation, 118 MB of additional disk space will be used.
12:11:32 Get:1 https://download.docker.com/linux/ubuntu jammy/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
12:11:32 Get:1 http://deb.debian.org/debian bookworm InRelease [171 kB]
12:11:32 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [49.6 kB]
12:11:32 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
12:11:32 Get:4 http://deb.debian.org/debian bookworm/main armhf Packages [8649 kB]
12:11:32 github.com/docker/buildx v0.10.2 00ed17d
12:11:32 + docker compose version
12:11:32 Docker Compose version v2.15.1
12:11:32 + dockerd --version
12:11:32 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:11:32 + docker-proxy --version
12:11:32 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:11:32 + containerd --version
12:11:32 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:32 + ctr --version
12:11:32 ctr containerd.io 1.6.16
12:11:32 + containerd-shim --help
12:11:32 Usage of containerd-shim:
12:11:32   -address string
12:11:32     	grpc address back to main containerd
12:11:32   -containerd-binary containerd publish
12:11:32     	path to containerd binary (used for containerd publish) (default "containerd")
12:11:32   -criu string
12:11:32     	path to criu binary
12:11:32   -debug
12:11:32     	enable debug output in logs
12:11:32   -namespace string
12:11:32     	namespace that owns the shim
12:11:32   -runtime-root string
12:11:32     	root directory for the runtime (default "/run/containerd/runc")
12:11:32   -socket string
12:11:32     	socket path to serve
12:11:32   -systemd-cgroup
12:11:32     	set runtime to use systemd-cgroup
12:11:32   -workdir string
12:11:32     	path used to storge large temporary data
12:11:32 + containerd-shim-runc-v1 -v
12:11:32 containerd-shim-runc-v1:
12:11:32   Version:  1.6.16
12:11:32   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:32   Go version: go1.18.10
12:11:32 
12:11:32 + containerd-shim-runc-v2 -v
12:11:32 containerd-shim-runc-v2:
12:11:32   Version:  1.6.16
12:11:32   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:32   Go version: go1.18.10
12:11:32 
12:11:32 + runc --version
12:11:32 runc version 1.1.4
12:11:32 commit: v1.1.4-0-g5fd4c4d
12:11:32 spec: 1.0.2-dev
12:11:32 go: go1.18.10
12:11:32 libseccomp: 2.3.3
12:11:32 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_armhf.deb ...
12:11:32 Unpacking python3-minimal (3.10.6-1~22.04) ...
12:11:32 Selecting previously unselected package media-types.
12:11:32 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
12:11:32 Unpacking media-types (7.0.0) ...
12:11:32 Selecting previously unselected package libmpdec3:armhf.
12:11:32 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_armhf.deb ...
12:11:32 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
12:11:32 Selecting previously unselected package readline-common.
12:11:32 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
12:11:32 Unpacking readline-common (8.1.2-1) ...
12:11:32 Selecting previously unselected package libreadline8:armhf.
12:11:32 Preparing to unpack .../4-libreadline8_8.1.2-1_armhf.deb ...
12:11:32 Unpacking libreadline8:armhf (8.1.2-1) ...
12:11:32 Selecting previously unselected package libsqlite3-0:armhf.
12:11:32 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_armhf.deb ...
12:11:32 Unpacking libsqlite3-0:armhf (3.37.2-2ubuntu0.1) ...
12:11:32 Selecting previously unselected package libpython3.10-stdlib:armhf.
12:11:32 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2_armhf.deb ...
12:11:32 Unpacking libpython3.10-stdlib:armhf (3.10.6-1~22.04.2) ...
12:11:32 Selecting previously unselected package python3.8.
12:11:32 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.6_armhf.deb ...
12:11:32 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:11:32 Selecting previously unselected package libpython3-stdlib:armhf.
12:11:32 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_armhf.deb ...
12:11:32 Unpacking libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
12:11:32 Setting up python3-minimal (3.8.2-0ubuntu2) ...
12:11:32 Selecting previously unselected package dbus-user-session.
12:11:32 Preparing to unpack .../2-dbus-user-session_1.14.4-1_amd64.deb ...
12:11:32 Unpacking dbus-user-session (1.14.4-1) ...
12:11:32 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmnl0 amd64 1.0.4-3build2 [13.2 kB]
12:11:32 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxtables12 amd64 1.8.7-1ubuntu5 [31.2 kB]
12:11:32 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB]
12:11:32 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libip6tc2 amd64 1.8.7-1ubuntu5 [20.2 kB]
12:11:32 Selecting previously unselected package python3.10.
12:11:32 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2_armhf.deb ...
12:11:32 Unpacking python3.10 (3.10.6-1~22.04.2) ...
12:11:32 Selecting previously unselected package libpython3-stdlib:armhf.
12:11:32 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_armhf.deb ...
12:11:32 Unpacking libpython3-stdlib:armhf (3.10.6-1~22.04) ...
12:11:32 Setting up python3-minimal (3.10.6-1~22.04) ...
12:11:32 Selecting previously unselected package python3.
12:11: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 ... 4851 files and directories currently installed.)
12:11:32 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_armhf.deb ...
12:11:32 Unpacking python3 (3.8.2-0ubuntu2) ...
12:11:32 Selecting previously unselected package libapparmor1:armhf.
12:11:32 Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.1_armhf.deb ...
12:11:32 Unpacking libapparmor1:armhf (2.13.3-7ubuntu5.1) ...
12:11:32 Selecting previously unselected package libcap2:armhf.
12:11:32 Preparing to unpack .../02-libcap2_1%3a2.32-1_armhf.deb ...
12:11:32 Unpacking libcap2:armhf (1:2.32-1) ...
12:11:32 Selecting previously unselected package libargon2-1:armhf.
12:11:32 Preparing to unpack .../03-libargon2-1_0~20171227-0.2_armhf.deb ...
12:11:32 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
12:11:32 Selecting previously unselected package libip6tc2:amd64.
12:11:32 Preparing to unpack .../3-libip6tc2_1.8.9-2_amd64.deb ...
12:11:32 Unpacking libip6tc2:amd64 (1.8.9-2) ...
12:11:32 Selecting previously unselected package libxtables12:amd64.
12:11:32 Preparing to unpack .../4-libxtables12_1.8.9-2_amd64.deb ...
12:11:32 Unpacking libxtables12:amd64 (1.8.9-2) ...
12:11:32 Selecting previously unselected package libmnl0:amd64.
12:11:32 Preparing to unpack .../5-libmnl0_1.0.4-3_amd64.deb ...
12:11:32 Unpacking libmnl0:amd64 (1.0.4-3) ...
12:11:32 Selecting previously unselected package libnfnetlink0:amd64.
12:11:32 Preparing to unpack .../6-libnfnetlink0_1.0.2-2_amd64.deb ...
12:11:32 Unpacking libnfnetlink0:amd64 (1.0.2-2) ...
12:11:32 Selecting previously unselected package libnetfilter-conntrack3:amd64.
12:11:32 Preparing to unpack .../7-libnetfilter-conntrack3_1.0.9-3_amd64.deb ...
12:11:32 Unpacking libnetfilter-conntrack3:amd64 (1.0.9-3) ...
12:11:32 Selecting previously unselected package libnftnl11:amd64.
12:11:32 Preparing to unpack .../8-libnftnl11_1.2.4-2_amd64.deb ...
12:11:32 Unpacking libnftnl11:amd64 (1.2.4-2) ...
12:11:32 Get:5 https://download.docker.com/linux/debian buster/test armhf Packages [55.3 kB]
12:11:32 Fetched 109 kB in 1s (150 kB/s)
12:11:32 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnfnetlink0 amd64 1.0.1-3build3 [14.6 kB]
12:11:32 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnetfilter-conntrack3 amd64 1.0.9-1 [45.3 kB]
12:11:32 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnftnl11 amd64 1.2.1-1build1 [65.5 kB]
12:11:32 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 iptables amd64 1.8.7-1ubuntu5 [455 kB]
12:11:32 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dbus-user-session amd64 1.12.20-2ubuntu4.1 [9442 B]
12:11:33 Selecting previously unselected package python3.
12:11: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 ... 5121 files and directories currently installed.)
12:11:33 Preparing to unpack .../0-python3_3.10.6-1~22.04_armhf.deb ...
12:11:33 Unpacking python3 (3.10.6-1~22.04) ...
12:11:33 Selecting previously unselected package libapparmor1:armhf.
12:11:33 Preparing to unpack .../1-libapparmor1_3.0.4-2ubuntu2.1_armhf.deb ...
12:11:33 Unpacking libapparmor1:armhf (3.0.4-2ubuntu2.1) ...
12:11:33 Selecting previously unselected package libargon2-1:armhf.
12:11:33 Preparing to unpack .../2-libargon2-1_0~20171227-0.3_armhf.deb ...
12:11:33 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
12:11:33 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:11:33 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
12:11:33 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
12:11:33 Selecting previously unselected package libjson-c5:armhf.
12:11:33 Preparing to unpack .../4-libjson-c5_0.15-3~ubuntu1.22.04.1_armhf.deb ...
12:11:33 Unpacking libjson-c5:armhf (0.15-3~ubuntu1.22.04.1) ...
12:11:33 Selecting previously unselected package libcryptsetup12:armhf.
12:11:33 Preparing to unpack .../5-libcryptsetup12_2%3a2.4.3-1ubuntu1.1_armhf.deb ...
12:11:33 Unpacking libcryptsetup12:armhf (2:2.4.3-1ubuntu1.1) ...
12:11:33 Selecting previously unselected package libip4tc2:armhf.
12:11:33 Preparing to unpack .../6-libip4tc2_1.8.7-1ubuntu5_armhf.deb ...
12:11:33 Unpacking libip4tc2:armhf (1.8.7-1ubuntu5) ...
12:11:33 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:11:33 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
12:11:33 Unpacking libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
12:11:33 Selecting previously unselected package libjson-c4:armhf.
12:11:33 Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_armhf.deb ...
12:11:33 Unpacking libjson-c4:armhf (0.13.1+dfsg-7ubuntu0.3) ...
12:11:33 Selecting previously unselected package libcryptsetup12:armhf.
12:11:33 Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_armhf.deb ...
12:11:33 Unpacking libcryptsetup12:armhf (2:2.2.2-3ubuntu2.4) ...
12:11:33 Selecting previously unselected package libip4tc2:armhf.
12:11:33 Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2_armhf.deb ...
12:11:33 Unpacking libip4tc2:armhf (1.8.4-3ubuntu2) ...
12:11:33 Selecting previously unselected package libkmod2:armhf.
12:11:33 Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_armhf.deb ...
12:11:33 Unpacking libkmod2:armhf (27-1ubuntu2.1) ...
12:11:33 Selecting previously unselected package systemd-timesyncd.
12:11:33 Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.19_armhf.deb ...
12:11:33 Selecting previously unselected package iptables.
12:11:33 Preparing to unpack .../9-iptables_1.8.9-2_amd64.deb ...
12:11:33 Unpacking iptables (1.8.9-2) ...
12:11:33 Setting up libip6tc2:amd64 (1.8.9-2) ...
12:11:33 Setting up dbus-user-session (1.14.4-1) ...
12:11:33 Setting up libmnl0:amd64 (1.0.4-3) ...
12:11:33 Setting up containerd.io (1.6.16-1) ...
12:11:33 debconf: delaying package configuration, since apt-utils is not installed
12:11:33 Fetched 28.4 MB in 1s (30.7 MB/s)
12:11:33 Selecting previously unselected package libmnl0:amd64.
12:11: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 ... 9451 files and directories currently installed.)
12:11:33 Preparing to unpack .../0-libmnl0_1.0.4-3build2_amd64.deb ...
12:11:33 Unpacking libmnl0:amd64 (1.0.4-3build2) ...
12:11:33 Selecting previously unselected package libxtables12:amd64.
12:11:33 Preparing to unpack .../1-libxtables12_1.8.7-1ubuntu5_amd64.deb ...
12:11:33 Unpacking libxtables12:amd64 (1.8.7-1ubuntu5) ...
12:11:33 Selecting previously unselected package netbase.
12:11:33 Preparing to unpack .../2-netbase_6.3_all.deb ...
12:11:33 Unpacking netbase (6.3) ...
12:11:33 Selecting previously unselected package libkmod2:armhf.
12:11:33 Preparing to unpack .../7-libkmod2_29-1ubuntu1_armhf.deb ...
12:11:33 Unpacking libkmod2:armhf (29-1ubuntu1) ...
12:11:33 Selecting previously unselected package systemd.
12:11:33 Preparing to unpack .../8-systemd_249.11-0ubuntu3.6_armhf.deb ...
12:11:33 Unpacking systemd (249.11-0ubuntu3.6) ...
12:11:33 Setting up libapparmor1:armhf (3.0.4-2ubuntu2.1) ...
12:11:33 Setting up libargon2-1:armhf (0~20171227-0.3) ...
12:11:33 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
12:11:33 Setting up libjson-c5:armhf (0.15-3~ubuntu1.22.04.1) ...
12:11:33 Unpacking systemd-timesyncd (245.4-4ubuntu3.19) ...
12:11:33 Selecting previously unselected package systemd.
12:11:33 Preparing to unpack .../10-systemd_245.4-4ubuntu3.19_armhf.deb ...
12:11:33 Unpacking systemd (245.4-4ubuntu3.19) ...
12:11:33 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:11:33 Setting up libxtables12:amd64 (1.8.9-2) ...
12:11:33 Setting up libnfnetlink0:amd64 (1.0.2-2) ...
12:11:33 Setting up netbase (6.4) ...
12:11:33 Setting up libnftnl11:amd64 (1.2.4-2) ...
12:11:33 Setting up libnetfilter-conntrack3:amd64 (1.0.9-3) ...
12:11:33 Setting up iptables (1.8.9-2) ...
12:11:33 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:11:33 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:33 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:11:33 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:33 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:11:33 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:11:33 Processing triggers for libc-bin (2.36-8) ...
12:11:33 + verify_binaries
12:11:33 + docker --version
12:11:33 Selecting previously unselected package libip6tc2:amd64.
12:11:33 Preparing to unpack .../3-libip6tc2_1.8.7-1ubuntu5_amd64.deb ...
12:11:33 Unpacking libip6tc2:amd64 (1.8.7-1ubuntu5) ...
12:11:33 Selecting previously unselected package libnfnetlink0:amd64.
12:11:33 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build3_amd64.deb ...
12:11:33 Unpacking libnfnetlink0:amd64 (1.0.1-3build3) ...
12:11:33 Selecting previously unselected package libnetfilter-conntrack3:amd64.
12:11:33 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.9-1_amd64.deb ...
12:11:33 Unpacking libnetfilter-conntrack3:amd64 (1.0.9-1) ...
12:11:33 Selecting previously unselected package libnftnl11:amd64.
12:11:33 Preparing to unpack .../6-libnftnl11_1.2.1-1build1_amd64.deb ...
12:11:33 Unpacking libnftnl11:amd64 (1.2.1-1build1) ...
12:11:33 Selecting previously unselected package iptables.
12:11:33 Preparing to unpack .../7-iptables_1.8.7-1ubuntu5_amd64.deb ...
12:11:33 Unpacking iptables (1.8.7-1ubuntu5) ...
12:11:33 Selecting previously unselected package containerd.io.
12:11:33 Preparing to unpack .../8-containerd.io_1.6.16-1_amd64.deb ...
12:11:33 Unpacking containerd.io (1.6.16-1) ...
12:11:33 Setting up libcryptsetup12:armhf (2:2.4.3-1ubuntu1.1) ...
12:11:33 Setting up libip4tc2:armhf (1.8.7-1ubuntu5) ...
12:11:33 Setting up libkmod2:armhf (29-1ubuntu1) ...
12:11:33 Setting up systemd (249.11-0ubuntu3.6) ...
12:11:33 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:11:33 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:11:33 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:11:33 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:11:33 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:11:33 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:11:33 Initializing machine ID from random generator.
12:11:33 Setting up libapparmor1:armhf (2.13.3-7ubuntu5.1) ...
12:11:33 Setting up libcap2:armhf (1:2.32-1) ...
12:11:33 Setting up libargon2-1:armhf (0~20171227-0.2) ...
12:11:33 Setting up libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
12:11:33 Setting up libjson-c4:armhf (0.13.1+dfsg-7ubuntu0.3) ...
12:11:33 make[1]: Leaving directory '/root/build-deb'
12:11:33  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.buildinfo
12:11:33  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.changes
12:11:33 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:11:33 ++ uname -m
12:11:33 + '[' x86_64 = x86_64 ']'
12:11:33 + docker scan --help
12:11:33 
12:11:33 Usage:  docker scan [OPTIONS] IMAGE
12:11:33 
12:11:33 A tool to scan your images
12:11:33 
12:11:33 Options:
12:11:33       --accept-license    Accept using a third party scanning provider
12:11:33       --dependency-tree   Show dependency tree with scan results
12:11:33       --exclude-base      Exclude base image from vulnerability scanning
12:11:33                           (requires --file)
12:11:33   -f, --file string       Dockerfile associated with image, provides more
12:11:33                           detailed results
12:11:33       --group-issues      Aggregate duplicated vulnerabilities and group
12:11:33                           them to a single one (requires --json)
12:11:33       --json              Output results in JSON format
12:11:33       --login             Authenticate to the scan provider using an
12:11:33                           optional token (with --token), or web base
12:11:33                           token if empty
12:11:33       --reject-license    Reject using a third party scanning provider
12:11:33       --severity string   Only report vulnerabilities of provided level
12:11:33                           or higher (low|medium|high)
12:11:33       --token string      Authentication token to login to the third
12:11:33                           party scanning provider
12:11:33       --version           Display version of the scan plugin
12:11:33 + docker buildx version
12:11:33 github.com/docker/buildx v0.10.2 00ed17d
12:11:33 + docker compose version
12:11:33 Selecting previously unselected package docker-compose-plugin.
12:11:33 Preparing to unpack .../docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb ...
12:11:33 Unpacking docker-compose-plugin (2.15.1-1~raspbian.11~bullseye) ...
12:11:33 Selecting previously unselected package systemd-sysv.
12:11: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 ... 5960 files and directories currently installed.)
12:11:33 Preparing to unpack .../00-systemd-sysv_249.11-0ubuntu3.6_armhf.deb ...
12:11:33 Unpacking systemd-sysv (249.11-0ubuntu3.6) ...
12:11:33 Selecting previously unselected package openssl.
12:11:33 Preparing to unpack .../01-openssl_3.0.2-0ubuntu1.7_armhf.deb ...
12:11:33 Unpacking openssl (3.0.2-0ubuntu1.7) ...
12:11:33 Selecting previously unselected package ca-certificates.
12:11:33 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
12:11:33 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
12:11:33 Reading package lists...
12:11:33 ++ find deb/debbuild/debian-buster/ -type f -name '*.deb'
12:11:33 + packages='deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb
12:11:33 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb
12:11:33 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb
12:11:33 deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_armhf.deb
12:11:33 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
12:11:33 ++ echo 'deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb
12:11:33 deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb
12:11:33 deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb
12:11:33 deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_armhf.deb
12:11:33 deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
12:11:33 ++ xargs
12:11:33 ++ awk '$0="./"$0'
12:11:33 + packages='./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb'
12:11:33 + set -x
12:11:33 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb
12:11:33 Selecting previously unselected package docker-ce.
12:11:33 (Reading database ... 9712 files and directories currently installed.)
12:11:33 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ...
12:11:33 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:11:33 Fetched 8917 kB in 1s (6019 kB/s)
12:11:33 Setting up libcryptsetup12:armhf (2:2.2.2-3ubuntu2.4) ...
12:11:33 Setting up libip4tc2:armhf (1.8.4-3ubuntu2) ...
12:11:33 Setting up libkmod2:armhf (27-1ubuntu2.1) ...
12:11:33 Setting up systemd-timesyncd (245.4-4ubuntu3.19) ...
12:11:33 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
12:11:33 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:11:33 Setting up systemd (245.4-4ubuntu3.19) ...
12:11:33 Docker Compose version v2.15.1
12:11:33 + dockerd --version
12:11:33 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:11:33 + docker-proxy --version
12:11:33 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:11:33 + containerd --version
12:11:33 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:33 + ctr --version
12:11:33 ctr containerd.io 1.6.16
12:11:33 + containerd-shim --help
12:11:33 Usage of containerd-shim:
12:11:33   -address string
12:11:33     	grpc address back to main containerd
12:11:33   -containerd-binary containerd publish
12:11:33     	path to containerd binary (used for containerd publish) (default "containerd")
12:11:33   -criu string
12:11:33     	path to criu binary
12:11:33   -debug
12:11:33     	enable debug output in logs
12:11:33   -namespace string
12:11:33     	namespace that owns the shim
12:11:33   -runtime-root string
12:11:33     	root directory for the runtime (default "/run/containerd/runc")
12:11:33   -socket string
12:11:33     	socket path to serve
12:11:33   -systemd-cgroup
12:11:33     	set runtime to use systemd-cgroup
12:11:33   -workdir string
12:11:33     	path used to storge large temporary data
12:11:33 + containerd-shim-runc-v1 -v
12:11:33 containerd-shim-runc-v1:
12:11:33   Version:  1.6.16
12:11:33   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:33   Go version: go1.18.10
12:11:33 
12:11:33 + containerd-shim-runc-v2 -v
12:11:33 containerd-shim-runc-v2:
12:11:33   Version:  1.6.16
12:11:33   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:33   Go version: go1.18.10
12:11:33 
12:11:33 + runc --version
12:11:33 runc version 1.1.4
12:11:33 commit: v1.1.4-0-g5fd4c4d
12:11:33 spec: 1.0.2-dev
12:11:33 go: go1.18.10
12:11:33 libseccomp: 2.5.4
12:11:33 make[1]: Leaving directory '/root/build-deb'
12:11:33  dpkg-genbuildinfo
12:11:34 Selecting previously unselected package libdbus-1-3:armhf.
12:11:34 Preparing to unpack .../03-libdbus-1-3_1.12.20-2ubuntu4.1_armhf.deb ...
12:11:34 Unpacking libdbus-1-3:armhf (1.12.20-2ubuntu4.1) ...
12:11:34 Selecting previously unselected package dbus.
12:11:34 Preparing to unpack .../04-dbus_1.12.20-2ubuntu4.1_armhf.deb ...
12:11:34 Unpacking dbus (1.12.20-2ubuntu4.1) ...
12:11:34 Selecting previously unselected package distro-info-data.
12:11:34 Preparing to unpack .../05-distro-info-data_0.52ubuntu0.2_all.deb ...
12:11:34 Unpacking distro-info-data (0.52ubuntu0.2) ...
12:11:34 Selecting previously unselected package libglib2.0-0:armhf.
12:11:34 Preparing to unpack .../06-libglib2.0-0_2.72.4-0ubuntu1_armhf.deb ...
12:11:34 Unpacking libglib2.0-0:armhf (2.72.4-0ubuntu1) ...
12:11:34 Selecting previously unselected package libgirepository-1.0-1:armhf.
12:11:34 Preparing to unpack .../07-libgirepository-1.0-1_1.72.0-1_armhf.deb ...
12:11:34 Unpacking libgirepository-1.0-1:armhf (1.72.0-1) ...
12:11:34 Selecting previously unselected package gir1.2-glib-2.0:armhf.
12:11:34 Preparing to unpack .../08-gir1.2-glib-2.0_1.72.0-1_armhf.deb ...
12:11:34 Unpacking gir1.2-glib-2.0:armhf (1.72.0-1) ...
12:11:34 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:11:34 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:11:34 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
12:11:34 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
12:11:34 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
12:11:34 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service.
12:11:34 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:11:34 Initializing machine ID from random generator.
12:11:34 dpkg-genchanges: info: including full source code in upload
12:11:34  dpkg-source -I.git --after-build .
12:11:34 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:11:34 + destination=/build
12:11:34 + mkdir -p /build
12:11:34 + mv -v /root/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb /root/docker-compose-plugin_2.15.1-1~raspbian.12~bookworm_armhf.deb /build
12:11:34 Setting up docker-buildx-plugin (0.10.2-1~raspbian.11~bullseye) ...
12:11:34 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye) ...
12:11:34 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye) ...
12:11:34 Selecting previously unselected package iso-codes.
12:11:34 Preparing to unpack .../09-iso-codes_4.9.0-1_all.deb ...
12:11:34 Unpacking iso-codes (4.9.0-1) ...
12:11:34 Selecting previously unselected package libcap2-bin.
12:11:34 Preparing to unpack .../10-libcap2-bin_1%3a2.44-1build3_armhf.deb ...
12:11:34 Unpacking libcap2-bin (1:2.44-1build3) ...
12:11:34 Selecting previously unselected package libelf1:armhf.
12:11:34 Preparing to unpack .../11-libelf1_0.186-1build1_armhf.deb ...
12:11:34 Unpacking libelf1:armhf (0.186-1build1) ...
12:11:34 Selecting previously unselected package libglib2.0-data.
12:11:34 Preparing to unpack .../12-libglib2.0-data_2.72.4-0ubuntu1_all.deb ...
12:11:34 Unpacking libglib2.0-data (2.72.4-0ubuntu1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
12:11:34 Selecting previously unselected package systemd-sysv.
12:11: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 ... 5686 files and directories currently installed.)
12:11:34 Preparing to unpack .../00-systemd-sysv_245.4-4ubuntu3.19_armhf.deb ...
12:11:34 Unpacking systemd-sysv (245.4-4ubuntu3.19) ...
12:11:34 Selecting previously unselected package openssl.
12:11:34 Preparing to unpack .../01-openssl_1.1.1f-1ubuntu2.16_armhf.deb ...
12:11:34 Unpacking openssl (1.1.1f-1ubuntu2.16) ...
12:11:34 Selecting previously unselected package ca-certificates.
12:11:34 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
12:11:34 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
12:11:34 Reading package lists...
12:11:34 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:11:34 copied '/root/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb'
12:11:34 removed '/root/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb'
12:11:34 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'
12:11:34 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'
12:11:34 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'
12:11:34 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'
12:11:34 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.dsc'
12:11:34 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.dsc'
12:11:34 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.tar.gz'
12:11:34 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm.tar.gz'
12:11:34 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.buildinfo'
12:11:34 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.buildinfo'
12:11:34 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.changes'
12:11:34 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.changes'
12:11:34 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'
12:11:34 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb'
12:11:34 copied '/root/docker-compose-plugin_2.15.1-1~raspbian.12~bookworm_armhf.deb' -> '/build/docker-compose-plugin_2.15.1-1~raspbian.12~bookworm_armhf.deb'
12:11:34 removed '/root/docker-compose-plugin_2.15.1-1~raspbian.12~bookworm_armhf.deb'
12:11:34  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.changes
12:11:34 invoke-rc.d: could not determine current runlevel
12:11:34 invoke-rc.d: policy-rc.d denied execution of start.
12:11:34 Setting up docker-compose-plugin (2.15.1-1~raspbian.11~bullseye) ...
12:11:34 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye) ...
12:11:34 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:11:34  docker-ce-rootless-extras depends on dbus-user-session; however:
12:11:34   Package dbus-user-session is not installed.
12:11:34 
12:11:34 Selecting previously unselected package libicu70:armhf.
12:11:34 Preparing to unpack .../13-libicu70_70.1-2_armhf.deb ...
12:11:34 Unpacking libicu70:armhf (70.1-2) ...
12:11:34 Selecting previously unselected package libpam-systemd:armhf.
12:11:34 Preparing to unpack .../14-libpam-systemd_249.11-0ubuntu3.6_armhf.deb ...
12:11:34 Unpacking libpam-systemd:armhf (249.11-0ubuntu3.6) ...
12:11:34 Selecting previously unselected package libdbus-1-3:armhf.
12:11:34 Preparing to unpack .../03-libdbus-1-3_1.12.16-2ubuntu2.3_armhf.deb ...
12:11:34 Unpacking libdbus-1-3:armhf (1.12.16-2ubuntu2.3) ...
12:11:34 Selecting previously unselected package dbus.
12:11:34 Preparing to unpack .../04-dbus_1.12.16-2ubuntu2.3_armhf.deb ...
12:11:34 Unpacking dbus (1.12.16-2ubuntu2.3) ...
12:11:34 Selecting previously unselected package distro-info-data.
12:11:34 Preparing to unpack .../05-distro-info-data_0.43ubuntu1.11_all.deb ...
12:11:34 Unpacking distro-info-data (0.43ubuntu1.11) ...
12:11:34 Selecting previously unselected package libglib2.0-0:armhf.
12:11:34 Preparing to unpack .../06-libglib2.0-0_2.64.6-1~ubuntu20.04.4_armhf.deb ...
12:11:34 Unpacking libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
12:11:34 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/raspbian-bullseye/docker-buildx-plugin_0.10.2-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.11~bullseye_armhf.deb ./deb/debbuild/raspbian-bullseye/docker-compose-plugin_2.15.1-1~raspbian.11~bullseye_armhf.deb
12:11:34 Selecting previously unselected package libxml2:armhf.
12:11:34 Preparing to unpack .../15-libxml2_2.9.13+dfsg-1ubuntu0.2_armhf.deb ...
12:11:34 Unpacking libxml2:armhf (2.9.13+dfsg-1ubuntu0.2) ...
12:11:34 Selecting previously unselected package libyaml-0-2:armhf.
12:11:34 Preparing to unpack .../16-libyaml-0-2_0.2.2-1build2_armhf.deb ...
12:11:34 Unpacking libyaml-0-2:armhf (0.2.2-1build2) ...
12:11:34 Selecting previously unselected package lsb-release.
12:11:34 Preparing to unpack .../17-lsb-release_11.1.0ubuntu4_all.deb ...
12:11:34 Unpacking lsb-release (11.1.0ubuntu4) ...
12:11:34 Selecting previously unselected package python-apt-common.
12:11:34 Preparing to unpack .../18-python-apt-common_2.4.0_all.deb ...
12:11:34 Unpacking python-apt-common (2.4.0) ...
12:11:34 Selecting previously unselected package python3-apt.
12:11:34 Preparing to unpack .../19-python3-apt_2.4.0_armhf.deb ...
12:11:34 Unpacking python3-apt (2.4.0) ...
12:11:34 Selecting previously unselected package python3-dbus.
12:11:34 Preparing to unpack .../20-python3-dbus_1.2.18-3build1_armhf.deb ...
12:11:34 Unpacking python3-dbus (1.2.18-3build1) ...
12:11:34 Selecting previously unselected package python3-gi.
12:11:34 Preparing to unpack .../21-python3-gi_3.42.1-0ubuntu1_armhf.deb ...
12:11:34 Unpacking python3-gi (3.42.1-0ubuntu1) ...
12:11:34 Selecting previously unselected package libgirepository-1.0-1:armhf.
12:11:34 Preparing to unpack .../07-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_armhf.deb ...
12:11:34 Unpacking libgirepository-1.0-1:armhf (1.64.1-1~ubuntu20.04.1) ...
12:11:34 Selecting previously unselected package gir1.2-glib-2.0:armhf.
12:11:34 Preparing to unpack .../08-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_armhf.deb ...
12:11:34 Unpacking gir1.2-glib-2.0:armhf (1.64.1-1~ubuntu20.04.1) ...
12:11:34 Selecting previously unselected package libcap2-bin.
12:11:34 Preparing to unpack .../09-libcap2-bin_1%3a2.32-1_armhf.deb ...
12:11:34 Unpacking libcap2-bin (1:2.32-1) ...
12:11:34 Selecting previously unselected package libelf1:armhf.
12:11:34 Preparing to unpack .../10-libelf1_0.176-1.1build1_armhf.deb ...
12:11:34 Unpacking libelf1:armhf (0.176-1.1build1) ...
12:11:35 Selecting previously unselected package python3-pkg-resources.
12:11:35 Preparing to unpack .../22-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
12:11:35 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
12:11:35 Selecting previously unselected package libnghttp2-14:armhf.
12:11:35 Preparing to unpack .../23-libnghttp2-14_1.43.0-1build3_armhf.deb ...
12:11:35 Unpacking libnghttp2-14:armhf (1.43.0-1build3) ...
12:11:35 Selecting previously unselected package libpsl5:armhf.
12:11:35 Preparing to unpack .../24-libpsl5_0.21.0-1.2build2_armhf.deb ...
12:11:35 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
12:11:35 Selecting previously unselected package apt-transport-https.
12:11:35 Preparing to unpack .../25-apt-transport-https_2.4.8_all.deb ...
12:11:35 Unpacking apt-transport-https (2.4.8) ...
12:11:35 Selecting previously unselected package libbrotli1:armhf.
12:11:35 Preparing to unpack .../26-libbrotli1_1.0.9-2build6_armhf.deb ...
12:11:35 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
12:11:35 Selecting previously unselected package libsasl2-modules-db:armhf.
12:11:35 Preparing to unpack .../27-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.1_armhf.deb ...
12:11:35 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
12:11:35 Selecting previously unselected package libsasl2-2:armhf.
12:11:35 Preparing to unpack .../28-libsasl2-2_2.1.27+dfsg2-3ubuntu1.1_armhf.deb ...
12:11:35 Unpacking libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
12:11:35 Selecting previously unselected package libldap-2.5-0:armhf.
12:11:35 Preparing to unpack .../29-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_armhf.deb ...
12:11:35 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:11:35 Selecting previously unselected package libglib2.0-data.
12:11:35 Preparing to unpack .../11-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
12:11:35 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:11:35 Selecting previously unselected package tzdata.
12:11:35 Preparing to unpack .../12-tzdata_2022g-0ubuntu0.20.04.1_all.deb ...
12:11:35 Unpacking tzdata (2022g-0ubuntu0.20.04.1) ...
12:11:35 Selecting previously unselected package libicu66:armhf.
12:11:35 Preparing to unpack .../13-libicu66_66.1-2ubuntu2.1_armhf.deb ...
12:11:35 Unpacking libicu66:armhf (66.1-2ubuntu2.1) ...
12:11:35 Selecting previously unselected package docker-buildx-plugin.
12:11:35 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb ...
12:11:35 Unpacking docker-buildx-plugin (0.10.2-1~debian.10~buster) ...
12:11:35 Reading package lists...
12:11:35 Selecting previously unselected package librtmp1:armhf.
12:11:35 Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
12:11:35 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
12:11:35 Selecting previously unselected package libssh-4:armhf.
12:11:35 Preparing to unpack .../31-libssh-4_0.9.6-2build1_armhf.deb ...
12:11:35 Unpacking libssh-4:armhf (0.9.6-2build1) ...
12:11:35 Selecting previously unselected package libcurl4:armhf.
12:11:35 Preparing to unpack .../32-libcurl4_7.81.0-1ubuntu1.7_armhf.deb ...
12:11:35 Unpacking libcurl4:armhf (7.81.0-1ubuntu1.7) ...
12:11:35 Selecting previously unselected package curl.
12:11:35 Preparing to unpack .../33-curl_7.81.0-1ubuntu1.7_armhf.deb ...
12:11:35 Unpacking curl (7.81.0-1ubuntu1.7) ...
12:11:35 Selecting previously unselected package libassuan0:armhf.
12:11:35 Preparing to unpack .../34-libassuan0_2.5.5-1build1_armhf.deb ...
12:11:35 Unpacking libassuan0:armhf (2.5.5-1build1) ...
12:11:35 Selecting previously unselected package gpgconf.
12:11:35 Preparing to unpack .../35-gpgconf_2.2.27-3ubuntu2.1_armhf.deb ...
12:11:35 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
12:11:35 Selecting previously unselected package libksba8:armhf.
12:11:35 Preparing to unpack .../36-libksba8_1.6.0-2ubuntu0.2_armhf.deb ...
12:11:35 Unpacking libksba8:armhf (1.6.0-2ubuntu0.2) ...
12:11:35 Selecting previously unselected package libnpth0:armhf.
12:11:35 Preparing to unpack .../37-libnpth0_1.6-3build2_armhf.deb ...
12:11:35 dpkg-genchanges: info: including full source code in upload
12:11:35  dpkg-source -I.git --after-build .
12:11:35 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:11:35 + destination=/build
12:11:35 + mkdir -p /build
12:11:35 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb /root/docker-compose-plugin_2.15.1-1~debian.11~bullseye_armhf.deb /build
12:11:35 Building dependency tree...
12:11:35 Reading state information...
12:11:35 Unpacking libnpth0:armhf (1.6-3build2) ...
12:11:35 Selecting previously unselected package dirmngr.
12:11:35 Preparing to unpack .../38-dirmngr_2.2.27-3ubuntu2.1_armhf.deb ...
12:11:35 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
12:11:35 Selecting previously unselected package libpackagekit-glib2-18:armhf.
12:11:35 Preparing to unpack .../39-libpackagekit-glib2-18_1.2.5-2ubuntu2_armhf.deb ...
12:11:35 Unpacking libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ...
12:11:35 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:11:35 Preparing to unpack .../40-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_armhf.deb ...
12:11:35 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
12:11:35 Selecting previously unselected package gnupg-l10n.
12:11:35 Preparing to unpack .../41-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
12:11:35 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:11:35 Selecting previously unselected package gnupg-utils.
12:11:35 Preparing to unpack .../42-gnupg-utils_2.2.27-3ubuntu2.1_armhf.deb ...
12:11:35 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
12:11:35 Selecting previously unselected package gpg.
12:11:35 Preparing to unpack .../43-gpg_2.2.27-3ubuntu2.1_armhf.deb ...
12:11:35 Unpacking gpg (2.2.27-3ubuntu2.1) ...
12:11:35 Selecting previously unselected package pinentry-curses.
12:11:35 Preparing to unpack .../44-pinentry-curses_1.1.1-1build2_armhf.deb ...
12:11:35 Unpacking pinentry-curses (1.1.1-1build2) ...
12:11:35 copied '/root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb'
12:11:35 removed '/root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb'
12:11:35 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'
12:11:35 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'
12:11:35 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'
12:11:35 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'
12:11:35 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc'
12:11:35 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc'
12:11:35 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz'
12:11:35 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz'
12:11:35 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.buildinfo'
12:11:35 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.buildinfo'
12:11:35 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.changes'
12:11:35 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.changes'
12:11:35 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'
12:11:35 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb'
12:11:35 copied '/root/docker-compose-plugin_2.15.1-1~debian.11~bullseye_armhf.deb' -> '/build/docker-compose-plugin_2.15.1-1~debian.11~bullseye_armhf.deb'
12:11:35 removed '/root/docker-compose-plugin_2.15.1-1~debian.11~bullseye_armhf.deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:11:35 The following additional packages will be installed:
12:11:35   adduser dbus dbus-bin dbus-daemon dbus-session-bus-common
12:11:35   dbus-system-bus-common dirmngr distro-info-data dmsetup gir1.2-glib-2.0
12:11:35   gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent
12:11:35   gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1
12:11:35   libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin libcryptsetup12
12:11:35   libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1 libduktape207 libdw1
12:11:35   libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
12:11:35   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu72
12:11:35   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
12:11:35   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libncursesw6 libnghttp2-14
12:11:35   libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:11:35   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
12:11:35   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:11:35   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared libsystemd0
12:11:35   libtirpc-common libtirpc3 libudev1 libunwind8 libxml2 libxmlb2 libyaml-0-2
12:11:35   media-types openssl packagekit pinentry-curses polkitd python-apt-common
12:11:35   python3 python3-apt python3-blinker python3-cffi-backend
12:11:35   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
12:11:35   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
12:11:35   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
12:11:35   python3-software-properties python3-wadllib python3.11 python3.11-minimal
12:11:35   readline-common sgml-base systemd systemd-sysv xml-core
12:11:35 Suggested packages:
12:11:35   liblocale-gettext-perl perl cron quota default-dbus-session-bus
12:11:35   | dbus-session-bus dbus-user-session pinentry-gnome3 tor parcimonie
12:11:35   xloadimage scdaemon isoquery low-memory-monitor krb5-doc krb5-user
12:11:35   gstreamer1.0-tools appstream pinentry-doc polkitd-pkla python3-doc
12:11:35   python3-tk python3-venv python-apt-doc python-blinker-doc
12:11:35   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
12:11:35   python3-crypto python3-setuptools python-pyparsing-doc python3.11-venv
12:11:35   python3.11-doc binutils binfmt-support readline-doc sgml-base-doc
12:11:35   systemd-container systemd-homed systemd-userdbd systemd-boot
12:11:35   systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0 libtss2-mu0
12:11:35   libtss2-rc0 debhelper
12:11:35 Recommended packages:
12:11:35   libpam-cap shared-mime-info xdg-user-dirs krb5-locales libldap-common
12:11:35   libgpm2 dbus-user-session publicsuffix libsasl2-modules packagekit-tools
12:11:35   systemd-timesyncd | time-daemon libnss-systemd
12:11:36 Selecting previously unselected package gpg-agent.
12:11:36 Preparing to unpack .../45-gpg-agent_2.2.27-3ubuntu2.1_armhf.deb ...
12:11:36 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
12:11:36 Selecting previously unselected package gpg-wks-client.
12:11:36 Preparing to unpack .../46-gpg-wks-client_2.2.27-3ubuntu2.1_armhf.deb ...
12:11:36 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:11:36 Selecting previously unselected package gpg-wks-server.
12:11:36 Preparing to unpack .../47-gpg-wks-server_2.2.27-3ubuntu2.1_armhf.deb ...
12:11:36 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:11:36 Selecting previously unselected package gpgsm.
12:11:36 Preparing to unpack .../48-gpgsm_2.2.27-3ubuntu2.1_armhf.deb ...
12:11:36 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
12:11:36 Selecting previously unselected package gnupg.
12:11:36 Preparing to unpack .../49-gnupg_2.2.27-3ubuntu2.1_all.deb ...
12:11:36 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
12:11:36 Selecting previously unselected package libcurl3-gnutls:armhf.
12:11:36 Preparing to unpack .../50-libcurl3-gnutls_7.81.0-1ubuntu1.7_armhf.deb ...
12:11:36 Unpacking libcurl3-gnutls:armhf (7.81.0-1ubuntu1.7) ...
12:11:36 Selecting previously unselected package libstemmer0d:armhf.
12:11:36 Preparing to unpack .../51-libstemmer0d_2.2.0-1build1_armhf.deb ...
12:11:36 Unpacking libstemmer0d:armhf (2.2.0-1build1) ...
12:11:36 Selecting previously unselected package libxmlb2:armhf.
12:11:36 Preparing to unpack .../52-libxmlb2_0.3.6-2build1_armhf.deb ...
12:11:36 Unpacking libxmlb2:armhf (0.3.6-2build1) ...
12:11:36 Selecting previously unselected package libappstream4:armhf.
12:11:36 Preparing to unpack .../53-libappstream4_0.15.2-2_armhf.deb ...
12:11:36 Unpacking libappstream4:armhf (0.15.2-2) ...
12:11:36 Selecting previously unselected package libdw1:armhf.
12:11:36 Preparing to unpack .../54-libdw1_0.186-1build1_armhf.deb ...
12:11:36 Unpacking libdw1:armhf (0.186-1build1) ...
12:11:36 Selecting previously unselected package libglib2.0-bin.
12:11:36 Preparing to unpack .../55-libglib2.0-bin_2.72.4-0ubuntu1_armhf.deb ...
12:11:36 Unpacking libglib2.0-bin (2.72.4-0ubuntu1) ...
12:11:36 Selecting previously unselected package libunwind8:armhf.
12:11:36 Preparing to unpack .../56-libunwind8_1.3.2-2build2_armhf.deb ...
12:11:36 Unpacking libunwind8:armhf (1.3.2-2build2) ...
12:11:36 Selecting previously unselected package libgstreamer1.0-0:armhf.
12:11:36 Preparing to unpack .../57-libgstreamer1.0-0_1.20.3-0ubuntu1_armhf.deb ...
12:11:36 Unpacking libgstreamer1.0-0:armhf (1.20.3-0ubuntu1) ...
12:11:36 Selecting previously unselected package dbus-user-session.
12:11:36 Preparing to unpack .../9-dbus-user-session_1.12.20-2ubuntu4.1_amd64.deb ...
12:11:36 Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ...
12:11:36 Setting up libip6tc2:amd64 (1.8.7-1ubuntu5) ...
12:11:36 Setting up dbus-user-session (1.12.20-2ubuntu4.1) ...
12:11:36 Setting up libmnl0:amd64 (1.0.4-3build2) ...
12:11:36 Setting up containerd.io (1.6.16-1) ...
12:11:36 Selecting previously unselected package libpam-systemd:armhf.
12:11:36 Preparing to unpack .../14-libpam-systemd_245.4-4ubuntu3.19_armhf.deb ...
12:11:36 Unpacking libpam-systemd:armhf (245.4-4ubuntu3.19) ...
12:11:36 Selecting previously unselected package libxml2:armhf.
12:11:36 Preparing to unpack .../15-libxml2_2.9.10+dfsg-5ubuntu0.20.04.5_armhf.deb ...
12:11:36 Unpacking libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:11:36 Selecting previously unselected package libyaml-0-2:armhf.
12:11:36 Preparing to unpack .../16-libyaml-0-2_0.2.2-1_armhf.deb ...
12:11:36 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
12:11:36 Reading package lists...
12:11:36 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
12:11:36 Preparing to unpack .../58-libpolkit-gobject-1-0_0.105-33_armhf.deb ...
12:11:36 Unpacking libpolkit-gobject-1-0:armhf (0.105-33) ...
12:11:36 Selecting previously unselected package libpolkit-agent-1-0:armhf.
12:11:36 Preparing to unpack .../59-libpolkit-agent-1-0_0.105-33_armhf.deb ...
12:11:36 Unpacking libpolkit-agent-1-0:armhf (0.105-33) ...
12:11:36 Selecting previously unselected package polkitd.
12:11:36 Preparing to unpack .../60-polkitd_0.105-33_armhf.deb ...
12:11:36 Unpacking polkitd (0.105-33) ...
12:11:36 Selecting previously unselected package pkexec.
12:11:36 Preparing to unpack .../61-pkexec_0.105-33_armhf.deb ...
12:11:36 Unpacking pkexec (0.105-33) ...
12:11:36 Selecting previously unselected package policykit-1.
12:11:36 Preparing to unpack .../62-policykit-1_0.105-33_armhf.deb ...
12:11:36 Unpacking policykit-1 (0.105-33) ...
12:11:36 Selecting previously unselected package python3-blinker.
12:11:36 Preparing to unpack .../63-python3-blinker_1.4+dfsg1-0.4_all.deb ...
12:11:36 Unpacking python3-blinker (1.4+dfsg1-0.4) ...
12:11:36 Selecting previously unselected package python3-cffi-backend:armhf.
12:11:36 Preparing to unpack .../64-python3-cffi-backend_1.15.0-1build2_armhf.deb ...
12:11:36 Unpacking python3-cffi-backend:armhf (1.15.0-1build2) ...
12:11:36 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:11:36 Setting up libxtables12:amd64 (1.8.7-1ubuntu5) ...
12:11:36 Setting up libnfnetlink0:amd64 (1.0.1-3build3) ...
12:11:36 Setting up netbase (6.3) ...
12:11:36 Setting up libnftnl11:amd64 (1.2.1-1build1) ...
12:11:36 Setting up libnetfilter-conntrack3:amd64 (1.0.9-1) ...
12:11:36 Setting up iptables (1.8.7-1ubuntu5) ...
12:11:36 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:11:36 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:36 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:11:36 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:36 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:11:36 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:11:36 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:11:36 + verify_binaries
12:11:36 + docker --version
12:11:36 Selecting previously unselected package lsb-release.
12:11:36 Preparing to unpack .../17-lsb-release_11.1.0ubuntu2_all.deb ...
12:11:36 Unpacking lsb-release (11.1.0ubuntu2) ...
12:11:36 Selecting previously unselected package python3-dbus.
12:11:36 Preparing to unpack .../18-python3-dbus_1.2.16-1build1_armhf.deb ...
12:11:36 Unpacking python3-dbus (1.2.16-1build1) ...
12:11:36 Selecting previously unselected package python3-gi.
12:11:36 Preparing to unpack .../19-python3-gi_3.36.0-1_armhf.deb ...
12:11:36 Unpacking python3-gi (3.36.0-1) ...
12:11:36 Selecting previously unselected package python3-pkg-resources.
12:11:36 Preparing to unpack .../20-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
12:11:36 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:11:36 Selecting previously unselected package python3-six.
12:11:36 Preparing to unpack .../21-python3-six_1.14.0-2_all.deb ...
12:11:36 Unpacking python3-six (1.14.0-2) ...
12:11:36 Selecting previously unselected package iso-codes.
12:11:36 Preparing to unpack .../22-iso-codes_4.4-1_all.deb ...
12:11:36 Unpacking iso-codes (4.4-1) ...
12:11:36 Building dependency tree...
12:11:36 Reading state information...
12:11:36 Correcting dependencies... Done
12:11:36 Selecting previously unselected package docker-ce-cli.
12:11:36 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ...
12:11:36 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:11:36 Selecting previously unselected package python3-cryptography.
12:11:36 Preparing to unpack .../65-python3-cryptography_3.4.8-1ubuntu2_armhf.deb ...
12:11:36 Unpacking python3-cryptography (3.4.8-1ubuntu2) ...
12:11:36 Selecting previously unselected package python3-pyparsing.
12:11:36 Preparing to unpack .../66-python3-pyparsing_2.4.7-1_all.deb ...
12:11:36 Unpacking python3-pyparsing (2.4.7-1) ...
12:11:36 Selecting previously unselected package python3-httplib2.
12:11:36 Preparing to unpack .../67-python3-httplib2_0.20.2-2_all.deb ...
12:11:36 Unpacking python3-httplib2 (0.20.2-2) ...
12:11:36 Selecting previously unselected package python3-more-itertools.
12:11:36 Preparing to unpack .../68-python3-more-itertools_8.10.0-2_all.deb ...
12:11:36 Unpacking python3-more-itertools (8.10.0-2) ...
12:11:36 Selecting previously unselected package python3-zipp.
12:11:36 Preparing to unpack .../69-python3-zipp_1.0.0-3_all.deb ...
12:11:36 Unpacking python3-zipp (1.0.0-3) ...
12:11:36 Selecting previously unselected package python3-importlib-metadata.
12:11:36 Preparing to unpack .../70-python3-importlib-metadata_4.6.4-1_all.deb ...
12:11:36 Unpacking python3-importlib-metadata (4.6.4-1) ...
12:11:36 Selecting previously unselected package python3-jeepney.
12:11:36 Preparing to unpack .../71-python3-jeepney_0.7.1-3_all.deb ...
12:11:36 Unpacking python3-jeepney (0.7.1-3) ...
12:11:36 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:11:36 ++ uname -m
12:11:36 + '[' x86_64 = x86_64 ']'
12:11:36 + docker scan --help
12:11:36 
12:11:36 Usage:  docker scan [OPTIONS] IMAGE
12:11:36 
12:11:36 A tool to scan your images
12:11:36 
12:11:36 Options:
12:11:36       --accept-license    Accept using a third party scanning provider
12:11:36       --dependency-tree   Show dependency tree with scan results
12:11:36       --exclude-base      Exclude base image from vulnerability scanning
12:11:36                           (requires --file)
12:11:36   -f, --file string       Dockerfile associated with image, provides more
12:11:36                           detailed results
12:11:36       --group-issues      Aggregate duplicated vulnerabilities and group
12:11:36                           them to a single one (requires --json)
12:11:36       --json              Output results in JSON format
12:11:36       --login             Authenticate to the scan provider using an
12:11:36                           optional token (with --token), or web base
12:11:36                           token if empty
12:11:36       --reject-license    Reject using a third party scanning provider
12:11:36       --severity string   Only report vulnerabilities of provided level
12:11:36                           or higher (low|medium|high)
12:11:36       --token string      Authentication token to login to the third
12:11:36                           party scanning provider
12:11:36       --version           Display version of the scan plugin
12:11:36 + docker buildx version
12:11:36 github.com/docker/buildx v0.10.2 00ed17d
12:11:36 + docker compose version
12:11:36 Skipping docker-ce, it is already installed and upgrade is not set.
12:11:36 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:11:36 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:11:36 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:11:36 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:11:36 The following additional packages will be installed:
12:11:36   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:11:36   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
12:11:36   libjson-c5 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
12:11:36   libpam-systemd libxtables12 systemd systemd-sysv
12:11:36 Suggested packages:
12:11:36   firewalld kmod systemd-container policykit-1
12:11:36 Recommended packages:
12:11:36   nftables systemd-timesyncd | time-daemon libnss-systemd
12:11:36 Selecting previously unselected package python3-jwt.
12:11:36 Preparing to unpack .../72-python3-jwt_2.3.0-1ubuntu0.2_all.deb ...
12:11:36 Unpacking python3-jwt (2.3.0-1ubuntu0.2) ...
12:11:36 Selecting previously unselected package python3-secretstorage.
12:11:36 Preparing to unpack .../73-python3-secretstorage_3.3.1-1_all.deb ...
12:11:36 Unpacking python3-secretstorage (3.3.1-1) ...
12:11:36 Selecting previously unselected package python3-keyring.
12:11:36 Preparing to unpack .../74-python3-keyring_23.5.0-1_all.deb ...
12:11:36 Unpacking python3-keyring (23.5.0-1) ...
12:11:36 Selecting previously unselected package python3-lazr.uri.
12:11:36 Preparing to unpack .../75-python3-lazr.uri_1.0.6-2_all.deb ...
12:11:36 Unpacking python3-lazr.uri (1.0.6-2) ...
12:11:36 Selecting previously unselected package python3-wadllib.
12:11:36 Preparing to unpack .../76-python3-wadllib_1.3.6-1_all.deb ...
12:11:36 Unpacking python3-wadllib (1.3.6-1) ...
12:11:36 Selecting previously unselected package python3-distro.
12:11:36 Preparing to unpack .../77-python3-distro_1.7.0-1_all.deb ...
12:11:36 Unpacking python3-distro (1.7.0-1) ...
12:11:36 Selecting previously unselected package python3-oauthlib.
12:11:36 Preparing to unpack .../78-python3-oauthlib_3.2.0-1ubuntu0.1_all.deb ...
12:11:36 Unpacking python3-oauthlib (3.2.0-1ubuntu0.1) ...
12:11:36 Selecting previously unselected package python3-six.
12:11:36 Preparing to unpack .../79-python3-six_1.16.0-3ubuntu1_all.deb ...
12:11:36 Unpacking python3-six (1.16.0-3ubuntu1) ...
12:11:36 Docker Compose version v2.15.1
12:11:36 + dockerd --version
12:11:36 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:11:36 + docker-proxy --version
12:11:36 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:11:36 + containerd --version
12:11:36 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:36 + ctr --version
12:11:36 ctr containerd.io 1.6.16
12:11:36 + containerd-shim --help
12:11:36 Usage of containerd-shim:
12:11:36   -address string
12:11:36     	grpc address back to main containerd
12:11:36   -containerd-binary containerd publish
12:11:36     	path to containerd binary (used for containerd publish) (default "containerd")
12:11:36   -criu string
12:11:36     	path to criu binary
12:11:36   -debug
12:11:36     	enable debug output in logs
12:11:36   -namespace string
12:11:36     	namespace that owns the shim
12:11:36   -runtime-root string
12:11:36     	root directory for the runtime (default "/run/containerd/runc")
12:11:36   -socket string
12:11:36     	socket path to serve
12:11:36   -systemd-cgroup
12:11:36     	set runtime to use systemd-cgroup
12:11:36   -workdir string
12:11:36     	path used to storge large temporary data
12:11:36 + containerd-shim-runc-v1 -v
12:11:36 containerd-shim-runc-v1:
12:11:36   Version:  1.6.16
12:11:36   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:36   Go version: go1.18.10
12:11:36 
12:11:36 + containerd-shim-runc-v2 -v
12:11:36 containerd-shim-runc-v2:
12:11:36   Version:  1.6.16
12:11:36   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:36   Go version: go1.18.10
12:11:36 
12:11:36 + runc --version
12:11:36 runc version 1.1.4
12:11:36 commit: v1.1.4-0-g5fd4c4d
12:11:36 spec: 1.0.2-dev
12:11:36 go: go1.18.10
12:11:36 libseccomp: 2.5.3
12:11:36 Fedora Modular 36 - x86_64 - Updates            3.0 MB/s | 2.9 MB     00:00    
12:11:36 Selecting previously unselected package libkrb5support0:armhf.
12:11:36 Preparing to unpack .../23-libkrb5support0_1.17-6ubuntu4.2_armhf.deb ...
12:11:36 Unpacking libkrb5support0:armhf (1.17-6ubuntu4.2) ...
12:11:36 Selecting previously unselected package libk5crypto3:armhf.
12:11:36 Preparing to unpack .../24-libk5crypto3_1.17-6ubuntu4.2_armhf.deb ...
12:11:36 Unpacking libk5crypto3:armhf (1.17-6ubuntu4.2) ...
12:11:36 Selecting previously unselected package libkeyutils1:armhf.
12:11:36 Preparing to unpack .../25-libkeyutils1_1.6-6ubuntu1.1_armhf.deb ...
12:11:36 Unpacking libkeyutils1:armhf (1.6-6ubuntu1.1) ...
12:11:36 Selecting previously unselected package libkrb5-3:armhf.
12:11:36 Preparing to unpack .../26-libkrb5-3_1.17-6ubuntu4.2_armhf.deb ...
12:11:36 Unpacking libkrb5-3:armhf (1.17-6ubuntu4.2) ...
12:11:36 Selecting previously unselected package libgssapi-krb5-2:armhf.
12:11:36 Preparing to unpack .../27-libgssapi-krb5-2_1.17-6ubuntu4.2_armhf.deb ...
12:11:36 Unpacking libgssapi-krb5-2:armhf (1.17-6ubuntu4.2) ...
12:11:36 Selecting previously unselected package liblmdb0:armhf.
12:11:36 Preparing to unpack .../28-liblmdb0_0.9.24-1_armhf.deb ...
12:11:36 Unpacking liblmdb0:armhf (0.9.24-1) ...
12:11:36 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
12:11:36 Preparing to unpack .../29-libpolkit-gobject-1-0_0.105-26ubuntu1.3_armhf.deb ...
12:11:36 Unpacking libpolkit-gobject-1-0:armhf (0.105-26ubuntu1.3) ...
12:11:37 The following NEW packages will be installed:
12:11:37   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:11:37   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
12:11:37   libjson-c5 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
12:11:37   libpam-systemd libxtables12 systemd systemd-sysv
12:11:37 Selecting previously unselected package python3-lazr.restfulclient.
12:11:37 Preparing to unpack .../80-python3-lazr.restfulclient_0.14.4-1_all.deb ...
12:11:37 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
12:11:37 Selecting previously unselected package python3-launchpadlib.
12:11:37 Preparing to unpack .../81-python3-launchpadlib_1.10.16-1_all.deb ...
12:11:37 Unpacking python3-launchpadlib (1.10.16-1) ...
12:11:37 Selecting previously unselected package python3-software-properties.
12:11:37 Preparing to unpack .../82-python3-software-properties_0.99.22.5_all.deb ...
12:11:37 Unpacking python3-software-properties (0.99.22.5) ...
12:11:37 Selecting previously unselected package packagekit.
12:11:37 Preparing to unpack .../83-packagekit_1.2.5-2ubuntu2_armhf.deb ...
12:11:37 Unpacking packagekit (1.2.5-2ubuntu2) ...
12:11:37 Selecting previously unselected package software-properties-common.
12:11:37 Preparing to unpack .../84-software-properties-common_0.99.22.5_all.deb ...
12:11:37 Unpacking software-properties-common (0.99.22.5) ...
12:11:37 Selecting previously unselected package docker-compose-plugin.
12:11:37 Preparing to unpack .../docker-compose-plugin_2.15.1-1~debian.10~buster_armhf.deb ...
12:11:37 Unpacking docker-compose-plugin (2.15.1-1~debian.10~buster) ...
12:11:37 Selecting previously unselected package libpsl5:armhf.
12:11:37 Preparing to unpack .../30-libpsl5_0.21.0-1ubuntu1_armhf.deb ...
12:11:37 Unpacking libpsl5:armhf (0.21.0-1ubuntu1) ...
12:11:37 Selecting previously unselected package python-apt-common.
12:11:37 Preparing to unpack .../31-python-apt-common_2.0.1_all.deb ...
12:11:37 Unpacking python-apt-common (2.0.1) ...
12:11:37 Selecting previously unselected package python3-apt.
12:11:37 Preparing to unpack .../32-python3-apt_2.0.1_armhf.deb ...
12:11:37 Unpacking python3-apt (2.0.1) ...
12:11:37 Selecting previously unselected package apt-transport-https.
12:11:37 Preparing to unpack .../33-apt-transport-https_2.0.9_all.deb ...
12:11:37 Unpacking apt-transport-https (2.0.9) ...
12:11:37 Selecting previously unselected package libbrotli1:armhf.
12:11:37 Preparing to unpack .../34-libbrotli1_1.0.7-6ubuntu0.1_armhf.deb ...
12:11:37 Unpacking libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
12:11:37 Selecting previously unselected package libroken18-heimdal:armhf.
12:11:37 Preparing to unpack .../35-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:11:37 Unpacking libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:37 Selecting previously unselected package libasn1-8-heimdal:armhf.
12:11:37 Preparing to unpack .../36-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:11:37 Unpacking libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:37 The following NEW packages will be installed:
12:11:37   adduser apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
12:11:37   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
12:11:37   dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n
12:11:37   gnupg-utils gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:11:37   iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
12:11:37   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
12:11:37   libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1
12:11:37   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
12:11:37   libgssapi-krb5-2 libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5
12:11:37   libk5crypto3 libkeyutils1 libkmod2 libkrb5-3 libkrb5support0 libksba8
12:11:37   libldap-2.5-0 libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libnsl2
12:11:37   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:11:37   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.11-minimal
12:11:37   libpython3.11-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:11:37   libsqlite3-0 libssh2-1 libssl3 libstemmer0d libsystemd-shared
12:11:37   libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2
12:11:37   lsb-release media-types openssl packagekit pinentry-curses polkitd
12:11:37   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
12:11:37   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
12:11:37   python3-jwt python3-lazr.restfulclient python3-lazr.uri python3-minimal
12:11:37   python3-oauthlib python3-pkg-resources python3-pyparsing python3-six
12:11:37   python3-software-properties python3-wadllib python3.11 python3.11-minimal
12:11:37   readline-common sgml-base software-properties-common systemd systemd-sysv
12:11:37   xml-core
12:11:37 The following packages will be upgraded:
12:11:37   libsystemd0 libudev1
12:11:37 Fedora Modular 37 - x86_64 - Updates            1.1 MB/s | 1.1 MB     00:01    
12:11:37 Selecting previously unselected package gnupg2.
12:11:37 Preparing to unpack .../85-gnupg2_2.2.27-3ubuntu2.1_all.deb ...
12:11:37 Unpacking gnupg2 (2.2.27-3ubuntu2.1) ...
12:11:37 Setting up libksba8:armhf (1.6.0-2ubuntu0.2) ...
12:11:37 Setting up media-types (7.0.0) ...
12:11:37 Setting up systemd-sysv (249.11-0ubuntu3.6) ...
12:11:37 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
12:11:37 Setting up apt-transport-https (2.4.8) ...
12:11:37 Setting up libyaml-0-2:armhf (0.2.2-1build2) ...
12:11:37 Setting up libglib2.0-0:armhf (2.72.4-0ubuntu1) ...
12:11:37 No schema files found: doing nothing.
12:11:37 Setting up distro-info-data (0.52ubuntu0.2) ...
12:11:37 Setting up libxmlb2:armhf (0.3.6-2build1) ...
12:11:37 Setting up libbrotli1:armhf (1.0.9-2build6) ...
12:11:37 Setting up libsqlite3-0:armhf (3.37.2-2ubuntu0.1) ...
12:11:37 Setting up libnghttp2-14:armhf (1.43.0-1build3) ...
12:11:37 Setting up libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ...
12:11:37 Setting up libnpth0:armhf (1.6-3build2) ...
12:11:37 Setting up libassuan0:armhf (2.5.5-1build1) ...
12:11:37 Setting up libunwind8:armhf (1.3.2-2build2) ...
12:11:37 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
12:11:37 Setting up libcap2-bin (1:2.44-1build3) ...
12:11:37 Setting up libglib2.0-data (2.72.4-0ubuntu1) ...
12:11:37 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:11:37 Selecting previously unselected package libheimbase1-heimdal:armhf.
12:11:37 Preparing to unpack .../37-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:11:37 Unpacking libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:37 Selecting previously unselected package libhcrypto4-heimdal:armhf.
12:11:37 Preparing to unpack .../38-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:11:37 Unpacking libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:37 Selecting previously unselected package libwind0-heimdal:armhf.
12:11:37 Preparing to unpack .../39-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:11:37 Unpacking libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:37 Selecting previously unselected package libhx509-5-heimdal:armhf.
12:11:37 Preparing to unpack .../40-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:11:37 Unpacking libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:37 Selecting previously unselected package libkrb5-26-heimdal:armhf.
12:11:37 Preparing to unpack .../41-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:11:37 Unpacking libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:37 Selecting previously unselected package libheimntlm0-heimdal:armhf.
12:11:37 Preparing to unpack .../42-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:11:37 Unpacking libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:37 2 upgraded, 119 newly installed, 0 to remove and 6 not upgraded.
12:11:37 Need to get 46.8 MB of archives.
12:11:37 After this operation, 157 MB of additional disk space will be used.
12:11:37 Get:1 http://deb.debian.org/debian bookworm/main armhf libssl3 armhf 3.0.7-2 [1655 kB]
12:11:37 Get:2 http://deb.debian.org/debian bookworm/main armhf libargon2-1 armhf 0~20171227-0.3 [20.0 kB]
12:11:37 Get:3 http://deb.debian.org/debian bookworm/main armhf libudev1 armhf 252.5-2 [98.7 kB]
12:11:37 Get:4 http://deb.debian.org/debian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.9 kB]
12:11:37 Get:5 http://deb.debian.org/debian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [125 kB]
12:11:37 Get:6 http://deb.debian.org/debian bookworm/main armhf libjson-c5 armhf 0.16-2 [40.4 kB]
12:11:37 Get:7 http://deb.debian.org/debian bookworm/main armhf libcryptsetup12 armhf 2:2.6.0-2 [195 kB]
12:11:37 Get:8 http://deb.debian.org/debian bookworm/main armhf libfdisk1 armhf 2.38.1-4 [177 kB]
12:11:37 Get:9 http://deb.debian.org/debian bookworm/main armhf libkmod2 armhf 30+20221128-1 [50.0 kB]
12:11:37 Get:10 http://deb.debian.org/debian bookworm/main armhf libapparmor1 armhf 3.0.8-2+b1 [37.1 kB]
12:11:37 Get:11 http://deb.debian.org/debian bookworm/main armhf libip4tc2 armhf 1.8.9-2 [16.9 kB]
12:11:37 Get:12 http://deb.debian.org/debian bookworm/main armhf libsystemd-shared armhf 252.5-2 [1540 kB]
12:11:37 Get:13 http://deb.debian.org/debian bookworm/main armhf libsystemd0 armhf 252.5-2 [300 kB]
12:11:37 Get:14 http://deb.debian.org/debian bookworm/main armhf systemd armhf 252.5-2 [2912 kB]
12:11:37 Get:15 http://deb.debian.org/debian bookworm/main armhf systemd-sysv armhf 252.5-2 [41.3 kB]
12:11:37 Get:16 http://deb.debian.org/debian bookworm/main armhf libdbus-1-3 armhf 1.14.4-1 [213 kB]
12:11:37 Get:17 http://deb.debian.org/debian bookworm/main armhf dbus-bin armhf 1.14.4-1 [138 kB]
12:11:37 Get:18 http://deb.debian.org/debian bookworm/main armhf dbus-session-bus-common all 1.14.4-1 [112 kB]
12:11:37 Get:19 http://deb.debian.org/debian bookworm/main armhf libexpat1 armhf 2.5.0-1 [79.9 kB]
12:11:37 Get:20 http://deb.debian.org/debian bookworm/main armhf dbus-daemon armhf 1.14.4-1 [203 kB]
12:11:37 Get:21 http://deb.debian.org/debian bookworm/main armhf adduser all 3.130 [117 kB]
12:11:37 Get:22 http://deb.debian.org/debian bookworm/main armhf dbus-system-bus-common all 1.14.4-1 [113 kB]
12:11:37 Get:23 http://deb.debian.org/debian bookworm/main armhf dbus armhf 1.14.4-1 [129 kB]
12:11:37 Get:24 http://deb.debian.org/debian bookworm/main armhf libpython3.11-minimal armhf 3.11.1-2 [797 kB]
12:11:37 Get:25 http://deb.debian.org/debian bookworm/main armhf python3.11-minimal armhf 3.11.1-2 [1711 kB]
12:11:37 Get:26 http://deb.debian.org/debian bookworm/main armhf python3-minimal armhf 3.11.1-3 [25.9 kB]
12:11:37 Get:27 http://deb.debian.org/debian bookworm/main armhf media-types all 8.0.0 [33.4 kB]
12:11:37 Get:28 http://deb.debian.org/debian bookworm/main armhf libmpdec3 armhf 2.5.1-2 [74.9 kB]
12:11:37 Get:29 http://deb.debian.org/debian bookworm/main armhf libncursesw6 armhf 6.4-2 [108 kB]
12:11:37 Get:30 http://deb.debian.org/debian bookworm/main armhf libkrb5support0 armhf 1.20.1-1 [29.2 kB]
12:11:37 Get:31 http://deb.debian.org/debian bookworm/main armhf libk5crypto3 armhf 1.20.1-1 [74.4 kB]
12:11:37 Get:32 http://deb.debian.org/debian bookworm/main armhf libkeyutils1 armhf 1.6.3-2 [7832 B]
12:11:37 Get:33 http://deb.debian.org/debian bookworm/main armhf libkrb5-3 armhf 1.20.1-1 [287 kB]
12:11:37 Get:34 http://deb.debian.org/debian bookworm/main armhf libgssapi-krb5-2 armhf 1.20.1-1 [111 kB]
12:11:37 Get:35 http://deb.debian.org/debian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB]
12:11:37 Get:36 http://deb.debian.org/debian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.9 kB]
12:11:37 Get:37 http://deb.debian.org/debian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.9 kB]
12:11:37 Get:38 http://deb.debian.org/debian bookworm/main armhf readline-common all 8.2-1.3 [69.0 kB]
12:11:37 Get:39 http://deb.debian.org/debian bookworm/main armhf libreadline8 armhf 8.2-1.3 [144 kB]
12:11:37 Get:40 http://deb.debian.org/debian bookworm/main armhf libsqlite3-0 armhf 3.40.1-1 [735 kB]
12:11:37 Get:41 http://deb.debian.org/debian bookworm/main armhf libpython3.11-stdlib armhf 3.11.1-2 [1630 kB]
12:11:37 Get:42 http://deb.debian.org/debian bookworm/main armhf python3.11 armhf 3.11.1-2 [567 kB]
12:11:37 Get:43 http://deb.debian.org/debian bookworm/main armhf libpython3-stdlib armhf 3.11.1-3 [8960 B]
12:11:37 Get:44 http://deb.debian.org/debian bookworm/main armhf python3 armhf 3.11.1-3 [25.9 kB]
12:11:37 Get:45 http://deb.debian.org/debian bookworm/main armhf sgml-base all 1.31 [15.4 kB]
12:11:37 Get:46 http://deb.debian.org/debian bookworm/main armhf openssl armhf 3.0.7-2 [1365 kB]
12:11:37 Get:47 http://deb.debian.org/debian bookworm/main armhf ca-certificates all 20211016 [156 kB]
12:11:37 Get:48 http://deb.debian.org/debian bookworm/main armhf libpam-systemd armhf 252.5-2 [201 kB]
12:11:37 Get:49 http://deb.debian.org/debian bookworm/main armhf apt-transport-https all 2.5.5 [22.0 kB]
12:11:37 Get:50 http://deb.debian.org/debian bookworm/main armhf libbrotli1 armhf 1.0.9-2+b6 [271 kB]
12:11:37 Get:51 http://deb.debian.org/debian bookworm/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-10 [19.0 kB]
12:11:37 Get:52 http://deb.debian.org/debian bookworm/main armhf libsasl2-2 armhf 2.1.28+dfsg-10 [52.3 kB]
12:11:37 Get:53 http://deb.debian.org/debian bookworm/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-3 [158 kB]
12:11:37 Get:54 http://deb.debian.org/debian bookworm/main armhf libnghttp2-14 armhf 1.51.0-1 [60.8 kB]
12:11:37 Get:55 http://deb.debian.org/debian bookworm/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB]
12:11:37 Get:56 http://deb.debian.org/debian bookworm/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
12:11:37 Get:57 http://deb.debian.org/debian bookworm/main armhf libssh2-1 armhf 1.10.0-3+b1 [163 kB]
12:11:37 Get:58 http://deb.debian.org/debian bookworm/main armhf libcurl4 armhf 7.87.0-2 [337 kB]
12:11:37 Get:59 http://deb.debian.org/debian bookworm/main armhf curl armhf 7.87.0-2 [298 kB]
12:11:37 Get:60 http://deb.debian.org/debian bookworm/main armhf libassuan0 armhf 2.5.5-5 [42.0 kB]
12:11:37 Get:61 http://deb.debian.org/debian bookworm/main armhf gpgconf armhf 2.2.40-1 [547 kB]
12:11:37 Get:62 http://deb.debian.org/debian bookworm/main armhf libksba8 armhf 1.6.3-2 [109 kB]
12:11:37 Get:63 http://deb.debian.org/debian bookworm/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
12:11:37 Get:64 http://deb.debian.org/debian bookworm/main armhf dirmngr armhf 2.2.40-1 [748 kB]
12:11:37 Get:65 http://deb.debian.org/debian bookworm/main armhf distro-info-data all 0.56 [5500 B]
12:11:37 Get:66 http://deb.debian.org/debian bookworm/main armhf libglib2.0-0 armhf 2.74.5-1 [1227 kB]
12:11:37 0 upgraded, 21 newly installed, 0 to remove and 12 not upgraded.
12:11:37 Need to get 26.5 MB of archives.
12:11:37 After this operation, 110 MB of additional disk space will be used.
12:11:37 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.9 kB]
12:11:37 Get:2 https://download.docker.com/linux/raspbian bullseye/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
12:11:37 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
12:11:37 Setting up libdbus-1-3:armhf (1.12.20-2ubuntu4.1) ...
12:11:37 Setting up dbus (1.12.20-2ubuntu4.1) ...
12:11:37 Setting up libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1.1) ...
12:11:37 Setting up libssh-4:armhf (0.9.6-2build1) ...
12:11:37 Setting up python-apt-common (2.4.0) ...
12:11:37 Setting up libmpdec3:armhf (2.5.1-2build2) ...
12:11:37 Setting up libpam-systemd:armhf (249.11-0ubuntu3.6) ...
12:11:37 Selecting previously unselected package libgssapi3-heimdal:armhf.
12:11:37 Preparing to unpack .../43-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.3_armhf.deb ...
12:11:37 Unpacking libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:37 Selecting previously unselected package libsasl2-modules-db:armhf.
12:11:37 Preparing to unpack .../44-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
12:11:37 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
12:11:37 Selecting previously unselected package libsasl2-2:armhf.
12:11:37 Preparing to unpack .../45-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
12:11:37 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
12:11:37 Selecting previously unselected package libldap-common.
12:11:37 Preparing to unpack .../46-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
12:11:37 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:11:37 Selecting previously unselected package libldap-2.4-2:armhf.
12:11:37 Preparing to unpack .../47-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_armhf.deb ...
12:11:37 Unpacking libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
12:11:37 Selecting previously unselected package libnghttp2-14:armhf.
12:11:37 Preparing to unpack .../48-libnghttp2-14_1.40.0-1build1_armhf.deb ...
12:11:37 Unpacking libnghttp2-14:armhf (1.40.0-1build1) ...
12:11:37 Selecting previously unselected package librtmp1:armhf.
12:11:37 Preparing to unpack .../49-librtmp1_2.4+20151223.gitfa8646d.1-2build1_armhf.deb ...
12:11:37 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
12:11:37 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bookworm"
12:11:37 Get:67 http://deb.debian.org/debian bookworm/main armhf libgirepository-1.0-1 armhf 1.74.0-3 [88.2 kB]
12:11:37 Get:68 http://deb.debian.org/debian bookworm/main armhf gir1.2-glib-2.0 armhf 1.74.0-3 [159 kB]
12:11:37 Get:69 http://deb.debian.org/debian bookworm/main armhf libpackagekit-glib2-18 armhf 1.2.6-2 [97.2 kB]
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
12:11:37 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libcap2 armhf 1:2.44-1 [21.2 kB]
12:11:37 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB]
12:11:37 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
12:11:37 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
12:11:37 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libjson-c5 armhf 0.15-2 [38.7 kB]
12:11:37 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libcryptsetup12 armhf 2:2.3.7-1+deb11u1 [222 kB]
12:11:37 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf libip4tc2 armhf 1.8.7-1 [32.7 kB]
12:11:37 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf systemd armhf 247.3-7+rpi1+deb11u1 [4242 kB]
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:11:37 Setting up libgirepository-1.0-1:armhf (1.72.0-1) ...
12:11:37 Setting up libstemmer0d:armhf (2.2.0-1build1) ...
12:11:37 Setting up openssl (3.0.2-0ubuntu1.7) ...
12:11:37 Setting up libelf1:armhf (0.186-1build1) ...
12:11:37 Setting up readline-common (8.1.2-1) ...
12:11:37 Setting up iso-codes (4.9.0-1) ...
12:11:37 Setting up libpolkit-gobject-1-0:armhf (0.105-33) ...
12:11:37 Setting up libicu70:armhf (70.1-2) ...
12:11:37 Setting up pinentry-curses (1.1.1-1build2) ...
12:11:37 Setting up libdw1:armhf (0.186-1build1) ...
12:11:37 Setting up libreadline8:armhf (8.1.2-1) ...
12:11:37 Setting up libglib2.0-bin (2.72.4-0ubuntu1) ...
12:11:37 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:11:37 Setting up libpython3.10-stdlib:armhf (3.10.6-1~22.04.2) ...
12:11:37 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
12:11:37 Selecting previously unselected package libssh-4:armhf.
12:11:37 Preparing to unpack .../50-libssh-4_0.9.3-2ubuntu2.2_armhf.deb ...
12:11:37 Unpacking libssh-4:armhf (0.9.3-2ubuntu2.2) ...
12:11:37 Selecting previously unselected package libcurl4:armhf.
12:11:37 Preparing to unpack .../51-libcurl4_7.68.0-1ubuntu2.15_armhf.deb ...
12:11:37 Unpacking libcurl4:armhf (7.68.0-1ubuntu2.15) ...
12:11:37 Selecting previously unselected package curl.
12:11:37 Preparing to unpack .../52-curl_7.68.0-1ubuntu2.15_armhf.deb ...
12:11:37 Unpacking curl (7.68.0-1ubuntu2.15) ...
12:11:37 Selecting previously unselected package dbus-user-session.
12:11:37 Preparing to unpack .../53-dbus-user-session_1.12.16-2ubuntu2.3_armhf.deb ...
12:11:37 Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ...
12:11:37 Selecting previously unselected package libdconf1:armhf.
12:11:37 Preparing to unpack .../54-libdconf1_0.36.0-1_armhf.deb ...
12:11:37 Unpacking libdconf1:armhf (0.36.0-1) ...
12:11:37 Selecting previously unselected package dconf-service.
12:11:37 Preparing to unpack .../55-dconf-service_0.36.0-1_armhf.deb ...
12:11:37 Unpacking dconf-service (0.36.0-1) ...
12:11:38 Get:70 http://deb.debian.org/debian bookworm/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.6-2 [25.1 kB]
12:11:38 Get:71 http://deb.debian.org/debian bookworm/main armhf gnupg-l10n all 2.2.40-1 [1094 kB]
12:11:38 Get:72 http://deb.debian.org/debian bookworm/main armhf gnupg-utils armhf 2.2.40-1 [851 kB]
12:11:38 Get:73 http://deb.debian.org/debian bookworm/main armhf gpg armhf 2.2.40-1 [884 kB]
12:11:38 Get:74 http://deb.debian.org/debian bookworm/main armhf pinentry-curses armhf 1.2.1-1 [73.4 kB]
12:11:38 Get:75 http://deb.debian.org/debian bookworm/main armhf gpg-agent armhf 2.2.40-1 [652 kB]
12:11:38 Get:76 http://deb.debian.org/debian bookworm/main armhf gpg-wks-client armhf 2.2.40-1 [524 kB]
12:11:38 Get:77 http://deb.debian.org/debian bookworm/main armhf gpg-wks-server armhf 2.2.40-1 [517 kB]
12:11:38 Get:78 http://deb.debian.org/debian bookworm/main armhf gpgsm armhf 2.2.40-1 [637 kB]
12:11:38 Get:79 http://deb.debian.org/debian bookworm/main armhf gnupg all 2.2.40-1 [846 kB]
12:11:38 Get:80 http://deb.debian.org/debian bookworm/main armhf gnupg2 all 2.2.40-1 [445 kB]
12:11:38 Get:81 http://deb.debian.org/debian bookworm/main armhf iso-codes all 4.12.0-1 [2888 kB]
12:11:38 Get:82 http://deb.debian.org/debian bookworm/main armhf libcurl3-gnutls armhf 7.87.0-2 [331 kB]
12:11:38 Get:83 http://deb.debian.org/debian bookworm/main armhf libstemmer0d armhf 2.2.0-2 [102 kB]
12:11:38 Get:84 http://deb.debian.org/debian bookworm/main armhf libicu72 armhf 72.1-3 [9048 kB]
12:11:38 Selecting previously unselected package docker-ce-rootless-extras.
12:11:38 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ...
12:11:38 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:11:38 Updating certificates in /etc/ssl/certs...
12:11:38 Selecting previously unselected package dconf-gsettings-backend:armhf.
12:11:38 Preparing to unpack .../56-dconf-gsettings-backend_0.36.0-1_armhf.deb ...
12:11:38 Unpacking dconf-gsettings-backend:armhf (0.36.0-1) ...
12:11:38 Selecting previously unselected package libassuan0:armhf.
12:11:38 Preparing to unpack .../57-libassuan0_2.5.3-7ubuntu2_armhf.deb ...
12:11:38 Unpacking libassuan0:armhf (2.5.3-7ubuntu2) ...
12:11:38 Selecting previously unselected package gpgconf.
12:11:38 Preparing to unpack .../58-gpgconf_2.2.19-3ubuntu2.2_armhf.deb ...
12:11:38 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
12:11:38 Selecting previously unselected package libksba8:armhf.
12:11:38 Preparing to unpack .../59-libksba8_1.3.5-2ubuntu0.20.04.2_armhf.deb ...
12:11:38 Unpacking libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
12:11:38 Selecting previously unselected package libnpth0:armhf.
12:11:38 Preparing to unpack .../60-libnpth0_1.6-1_armhf.deb ...
12:11:38 Unpacking libnpth0:armhf (1.6-1) ...
12:11:38 Selecting previously unselected package dirmngr.
12:11:38 Preparing to unpack .../61-dirmngr_2.2.19-3ubuntu2.2_armhf.deb ...
12:11:38 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
12:11:38 Get:85 http://deb.debian.org/debian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.1+b3 [591 kB]
12:11:38 Get:86 http://deb.debian.org/debian bookworm/main armhf libxmlb2 armhf 0.3.10-2 [49.9 kB]
12:11:38 Get:87 http://deb.debian.org/debian bookworm/main armhf libyaml-0-2 armhf 0.2.5-1 [46.8 kB]
12:11:38 Get:88 http://deb.debian.org/debian bookworm/main armhf libappstream4 armhf 0.16.0-1 [167 kB]
12:11:38 Get:89 http://deb.debian.org/debian bookworm/main armhf libcap2-bin armhf 1:2.66-3 [33.1 kB]
12:11:38 Get:90 http://deb.debian.org/debian bookworm/main armhf libduktape207 armhf 2.7.0-1+b1 [115 kB]
12:11:38 Get:91 http://deb.debian.org/debian bookworm/main armhf libelf1 armhf 0.188-2.1 [170 kB]
12:11:38 Get:92 http://deb.debian.org/debian bookworm/main armhf libdw1 armhf 0.188-2.1 [215 kB]
12:11:38 Get:93 http://deb.debian.org/debian bookworm/main armhf libglib2.0-data all 2.74.5-1 [1210 kB]
12:11:38 Get:94 http://deb.debian.org/debian bookworm/main armhf libglib2.0-bin armhf 2.74.5-1 [103 kB]
12:11:38 Get:95 http://deb.debian.org/debian bookworm/main armhf libunwind8 armhf 1.6.2-3 [43.3 kB]
12:11:38 Get:96 http://deb.debian.org/debian bookworm/main armhf libgstreamer1.0-0 armhf 1.22.0-2 [1097 kB]
12:11:38 Get:97 http://deb.debian.org/debian bookworm/main armhf libpolkit-gobject-1-0 armhf 122-3 [38.7 kB]
12:11:38 Setting up docker-buildx-plugin (0.10.2-1~debian.10~buster) ...
12:11:38 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:11:38 Setting up docker-compose-plugin (2.15.1-1~debian.10~buster) ...
12:11:38 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:11:38 adding repo from: https://download.docker.com/linux/centos/docker-ce.repo
12:11:38 grabbing file https://download.docker.com/linux/centos/docker-ce.repo to /etc/yum.repos.d/docker-ce.repo
12:11:38 repo saved to /etc/yum.repos.d/docker-ce.repo
12:11:38 + yum-config-manager --disable 'docker-ce-*'
12:11:38 Loaded plugins: fastestmirror, ovl
12:11:38 =========================== repo: docker-ce-nightly ============================
12:11:38 [docker-ce-nightly]
12:11:38 async = True
12:11:38 bandwidth = 0
12:11:38 base_persistdir = /var/lib/yum/repos/x86_64/7
12:11:38 baseurl = https://download.docker.com/linux/centos/7/x86_64/nightly
12:11:38 cache = 0
12:11:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-nightly
12:11:38 check_config_file_age = True
12:11:38 compare_providers_priority = 80
12:11:38 cost = 1000
12:11:38 deltarpm_metadata_percentage = 100
12:11:38 deltarpm_percentage = 
12:11:38 enabled = False
12:11:38 enablegroups = True
12:11:38 exclude = 
12:11:38 failovermethod = priority
12:11:38 ftp_disable_epsv = False
12:11:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly/gpgcadir
12:11:38 gpgcakey = 
12:11:38 gpgcheck = True
12:11:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly/gpgdir
12:11:38 gpgkey = https://download.docker.com/linux/centos/gpg
12:11:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-nightly/headers
12:11:38 http_caching = all
12:11:38 includepkgs = 
12:11:38 ip_resolve = 
12:11:38 keepalive = True
12:11:38 keepcache = False
12:11:38 mddownloadpolicy = sqlite
12:11:38 mdpolicy = group:small
12:11:38 mediaid = 
12:11:38 metadata_expire = 21600
12:11:38 metadata_expire_filter = read-only:present
12:11:38 metalink = 
12:11:38 minrate = 0
12:11:38 mirrorlist = 
12:11:38 mirrorlist_expire = 86400
12:11:38 name = Docker CE Nightly - x86_64
12:11:38 old_base_cache_dir = 
12:11:38 password = 
12:11:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly
12:11:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-nightly/packages
12:11:38 proxy = False
12:11:38 proxy_dict = 
12:11:38 proxy_password = 
12:11:38 proxy_username = 
12:11:38 repo_gpgcheck = False
12:11:38 retries = 10
12:11:38 skip_if_unavailable = False
12:11:38 ssl_check_cert_permissions = True
12:11:38 sslcacert = 
12:11:38 sslclientcert = 
12:11:38 sslclientkey = 
12:11:38 sslverify = True
12:11:38 throttle = 0
12:11:38 timeout = 30.0
12:11:38 ui_id = docker-ce-nightly/7/x86_64
12:11:38 ui_repoid_vars = releasever,
12:11:38    basearch
12:11:38 username = 
12:11:38 
12:11:38 ====================== repo: docker-ce-nightly-debuginfo =======================
12:11:38 [docker-ce-nightly-debuginfo]
12:11:38 async = True
12:11:38 bandwidth = 0
12:11:38 base_persistdir = /var/lib/yum/repos/x86_64/7
12:11:38 baseurl = https://download.docker.com/linux/centos/7/debug-x86_64/nightly
12:11:38 cache = 0
12:11:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-nightly-debuginfo
12:11:38 check_config_file_age = True
12:11:38 compare_providers_priority = 80
12:11:38 cost = 1000
12:11:38 deltarpm_metadata_percentage = 100
12:11:38 deltarpm_percentage = 
12:11:38 enabled = False
12:11:38 enablegroups = True
12:11:38 exclude = 
12:11:38 failovermethod = priority
12:11:38 ftp_disable_epsv = False
12:11:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-debuginfo/gpgcadir
12:11:38 gpgcakey = 
12:11:38 gpgcheck = True
12:11:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-debuginfo/gpgdir
12:11:38 gpgkey = https://download.docker.com/linux/centos/gpg
12:11:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-nightly-debuginfo/headers
12:11:38 http_caching = all
12:11:38 includepkgs = 
12:11:38 ip_resolve = 
12:11:38 keepalive = True
12:11:38 keepcache = False
12:11:38 mddownloadpolicy = sqlite
12:11:38 mdpolicy = group:small
12:11:38 mediaid = 
12:11:38 metadata_expire = 21600
12:11:38 metadata_expire_filter = read-only:present
12:11:38 metalink = 
12:11:38 minrate = 0
12:11:38 mirrorlist = 
12:11:38 mirrorlist_expire = 86400
12:11:38 name = Docker CE Nightly - Debuginfo x86_64
12:11:38 old_base_cache_dir = 
12:11:38 password = 
12:11:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-debuginfo
12:11:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-nightly-debuginfo/packages
12:11:38 proxy = False
12:11:38 proxy_dict = 
12:11:38 proxy_password = 
12:11:38 proxy_username = 
12:11:38 repo_gpgcheck = False
12:11:38 retries = 10
12:11:38 skip_if_unavailable = False
12:11:38 ssl_check_cert_permissions = True
12:11:38 sslcacert = 
12:11:38 sslclientcert = 
12:11:38 sslclientkey = 
12:11:38 sslverify = True
12:11:38 throttle = 0
12:11:38 timeout = 30.0
12:11:38 ui_id = docker-ce-nightly-debuginfo/7/x86_64
12:11:38 ui_repoid_vars = releasever,
12:11:38    basearch
12:11:38 username = 
12:11:38 
12:11:38 ======================== repo: docker-ce-nightly-source ========================
12:11:38 [docker-ce-nightly-source]
12:11:38 async = True
12:11:38 bandwidth = 0
12:11:38 base_persistdir = /var/lib/yum/repos/x86_64/7
12:11:38 baseurl = https://download.docker.com/linux/centos/7/source/nightly
12:11:38 cache = 0
12:11:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-nightly-source
12:11:38 check_config_file_age = True
12:11:38 compare_providers_priority = 80
12:11:38 cost = 1000
12:11:38 deltarpm_metadata_percentage = 100
12:11:38 deltarpm_percentage = 
12:11:38 enabled = False
12:11:38 enablegroups = True
12:11:38 exclude = 
12:11:38 failovermethod = priority
12:11:38 ftp_disable_epsv = False
12:11:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-source/gpgcadir
12:11:38 gpgcakey = 
12:11:38 gpgcheck = True
12:11:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-source/gpgdir
12:11:38 gpgkey = https://download.docker.com/linux/centos/gpg
12:11:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-nightly-source/headers
12:11:38 http_caching = all
12:11:38 includepkgs = 
12:11:38 ip_resolve = 
12:11:38 keepalive = True
12:11:38 keepcache = False
12:11:38 mddownloadpolicy = sqlite
12:11:38 mdpolicy = group:small
12:11:38 mediaid = 
12:11:38 metadata_expire = 21600
12:11:38 metadata_expire_filter = read-only:present
12:11:38 metalink = 
12:11:38 minrate = 0
12:11:38 mirrorlist = 
12:11:38 mirrorlist_expire = 86400
12:11:38 name = Docker CE Nightly - Sources
12:11:38 old_base_cache_dir = 
12:11:38 password = 
12:11:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-nightly-source
12:11:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-nightly-source/packages
12:11:38 proxy = False
12:11:38 proxy_dict = 
12:11:38 proxy_password = 
12:11:38 proxy_username = 
12:11:38 repo_gpgcheck = False
12:11:38 retries = 10
12:11:38 skip_if_unavailable = False
12:11:38 ssl_check_cert_permissions = True
12:11:38 sslcacert = 
12:11:38 sslclientcert = 
12:11:38 sslclientkey = 
12:11:38 sslverify = True
12:11:38 throttle = 0
12:11:38 timeout = 30.0
12:11:38 ui_id = docker-ce-nightly-source/7
12:11:38 ui_repoid_vars = releasever,
12:11:38    basearch
12:11:38 username = 
12:11:38 
12:11:38 ============================ repo: docker-ce-stable ============================
12:11:38 [docker-ce-stable]
12:11:38 async = True
12:11:38 bandwidth = 0
12:11:38 base_persistdir = /var/lib/yum/repos/x86_64/7
12:11:38 baseurl = https://download.docker.com/linux/centos/7/x86_64/stable
12:11:38 cache = 0
12:11:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-stable
12:11:38 check_config_file_age = True
12:11:38 compare_providers_priority = 80
12:11:38 cost = 1000
12:11:38 deltarpm_metadata_percentage = 100
12:11:38 deltarpm_percentage = 
12:11:38 enabled = 0
12:11:38 enablegroups = True
12:11:38 exclude = 
12:11:38 failovermethod = priority
12:11:38 ftp_disable_epsv = False
12:11:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-stable/gpgcadir
12:11:38 gpgcakey = 
12:11:38 gpgcheck = True
12:11:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable/gpgdir
12:11:38 gpgkey = https://download.docker.com/linux/centos/gpg
12:11:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-stable/headers
12:11:38 http_caching = all
12:11:38 includepkgs = 
12:11:38 ip_resolve = 
12:11:38 keepalive = True
12:11:38 keepcache = False
12:11:38 mddownloadpolicy = sqlite
12:11:38 mdpolicy = group:small
12:11:38 mediaid = 
12:11:38 metadata_expire = 21600
12:11:38 metadata_expire_filter = read-only:present
12:11:38 metalink = 
12:11:38 minrate = 0
12:11:38 mirrorlist = 
12:11:38 mirrorlist_expire = 86400
12:11:38 name = Docker CE Stable - x86_64
12:11:38 old_base_cache_dir = 
12:11:38 password = 
12:11:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable
12:11:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-stable/packages
12:11:38 proxy = False
12:11:38 proxy_dict = 
12:11:38 proxy_password = 
12:11:38 proxy_username = 
12:11:38 repo_gpgcheck = False
12:11:38 retries = 10
12:11:38 skip_if_unavailable = False
12:11:38 ssl_check_cert_permissions = True
12:11:38 sslcacert = 
12:11:38 sslclientcert = 
12:11:38 sslclientkey = 
12:11:38 sslverify = True
12:11:38 throttle = 0
12:11:38 timeout = 30.0
12:11:38 ui_id = docker-ce-stable/7/x86_64
12:11:38 ui_repoid_vars = releasever,
12:11:38    basearch
12:11:38 username = 
12:11:38 
12:11:38 ======================= repo: docker-ce-stable-debuginfo =======================
12:11:38 [docker-ce-stable-debuginfo]
12:11:38 async = True
12:11:38 bandwidth = 0
12:11:38 base_persistdir = /var/lib/yum/repos/x86_64/7
12:11:38 baseurl = https://download.docker.com/linux/centos/7/debug-x86_64/stable
12:11:38 cache = 0
12:11:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-stable-debuginfo
12:11:38 check_config_file_age = True
12:11:38 compare_providers_priority = 80
12:11:38 cost = 1000
12:11:38 deltarpm_metadata_percentage = 100
12:11:38 deltarpm_percentage = 
12:11:38 enabled = False
12:11:38 enablegroups = True
12:11:38 exclude = 
12:11:38 failovermethod = priority
12:11:38 ftp_disable_epsv = False
12:11:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-debuginfo/gpgcadir
12:11:38 gpgcakey = 
12:11:38 gpgcheck = True
12:11:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-debuginfo/gpgdir
12:11:38 gpgkey = https://download.docker.com/linux/centos/gpg
12:11:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-stable-debuginfo/headers
12:11:38 http_caching = all
12:11:38 includepkgs = 
12:11:38 ip_resolve = 
12:11:38 keepalive = True
12:11:38 keepcache = False
12:11:38 mddownloadpolicy = sqlite
12:11:38 mdpolicy = group:small
12:11:38 mediaid = 
12:11:38 metadata_expire = 21600
12:11:38 metadata_expire_filter = read-only:present
12:11:38 metalink = 
12:11:38 minrate = 0
12:11:38 mirrorlist = 
12:11:38 mirrorlist_expire = 86400
12:11:38 name = Docker CE Stable - Debuginfo x86_64
12:11:38 old_base_cache_dir = 
12:11:38 password = 
12:11:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-debuginfo
12:11:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-stable-debuginfo/packages
12:11:38 proxy = False
12:11:38 proxy_dict = 
12:11:38 proxy_password = 
12:11:38 proxy_username = 
12:11:38 repo_gpgcheck = False
12:11:38 retries = 10
12:11:38 skip_if_unavailable = False
12:11:38 ssl_check_cert_permissions = True
12:11:38 sslcacert = 
12:11:38 sslclientcert = 
12:11:38 sslclientkey = 
12:11:38 sslverify = True
12:11:38 throttle = 0
12:11:38 timeout = 30.0
12:11:38 ui_id = docker-ce-stable-debuginfo/7/x86_64
12:11:38 ui_repoid_vars = releasever,
12:11:38    basearch
12:11:38 username = 
12:11:38 
12:11:38 ======================== repo: docker-ce-stable-source =========================
12:11:38 [docker-ce-stable-source]
12:11:38 async = True
12:11:38 bandwidth = 0
12:11:38 base_persistdir = /var/lib/yum/repos/x86_64/7
12:11:38 baseurl = https://download.docker.com/linux/centos/7/source/stable
12:11:38 cache = 0
12:11:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-stable-source
12:11:38 check_config_file_age = True
12:11:38 compare_providers_priority = 80
12:11:38 cost = 1000
12:11:38 deltarpm_metadata_percentage = 100
12:11:38 deltarpm_percentage = 
12:11:38 enabled = False
12:11:38 enablegroups = True
12:11:38 exclude = 
12:11:38 failovermethod = priority
12:11:38 ftp_disable_epsv = False
12:11:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-source/gpgcadir
12:11:38 gpgcakey = 
12:11:38 gpgcheck = True
12:11:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-source/gpgdir
12:11:38 gpgkey = https://download.docker.com/linux/centos/gpg
12:11:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-stable-source/headers
12:11:38 http_caching = all
12:11:38 includepkgs = 
12:11:38 ip_resolve = 
12:11:38 keepalive = True
12:11:38 keepcache = False
12:11:38 mddownloadpolicy = sqlite
12:11:38 mdpolicy = group:small
12:11:38 mediaid = 
12:11:38 metadata_expire = 21600
12:11:38 metadata_expire_filter = read-only:present
12:11:38 metalink = 
12:11:38 minrate = 0
12:11:38 mirrorlist = 
12:11:38 mirrorlist_expire = 86400
12:11:38 name = Docker CE Stable - Sources
12:11:38 old_base_cache_dir = 
12:11:38 password = 
12:11:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-stable-source
12:11:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-stable-source/packages
12:11:38 proxy = False
12:11:38 proxy_dict = 
12:11:38 proxy_password = 
12:11:38 proxy_username = 
12:11:38 repo_gpgcheck = False
12:11:38 retries = 10
12:11:38 skip_if_unavailable = False
12:11:38 ssl_check_cert_permissions = True
12:11:38 sslcacert = 
12:11:38 sslclientcert = 
12:11:38 sslclientkey = 
12:11:38 sslverify = True
12:11:38 throttle = 0
12:11:38 timeout = 30.0
12:11:38 ui_id = docker-ce-stable-source/7
12:11:38 ui_repoid_vars = releasever,
12:11:38    basearch
12:11:38 username = 
12:11:38 
12:11:38 ============================= repo: docker-ce-test =============================
12:11:38 [docker-ce-test]
12:11:38 async = True
12:11:38 bandwidth = 0
12:11:38 base_persistdir = /var/lib/yum/repos/x86_64/7
12:11:38 baseurl = https://download.docker.com/linux/centos/7/x86_64/test
12:11:38 cache = 0
12:11:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-test
12:11:38 check_config_file_age = True
12:11:38 compare_providers_priority = 80
12:11:38 cost = 1000
12:11:38 deltarpm_metadata_percentage = 100
12:11:38 deltarpm_percentage = 
12:11:38 enabled = False
12:11:38 enablegroups = True
12:11:38 exclude = 
12:11:38 failovermethod = priority
12:11:38 ftp_disable_epsv = False
12:11:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgcadir
12:11:38 gpgcakey = 
12:11:38 gpgcheck = True
12:11:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgdir
12:11:38 gpgkey = https://download.docker.com/linux/centos/gpg
12:11:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-test/headers
12:11:38 http_caching = all
12:11:38 includepkgs = 
12:11:38 ip_resolve = 
12:11:38 keepalive = True
12:11:38 keepcache = False
12:11:38 mddownloadpolicy = sqlite
12:11:38 mdpolicy = group:small
12:11:38 mediaid = 
12:11:38 metadata_expire = 21600
12:11:38 metadata_expire_filter = read-only:present
12:11:38 metalink = 
12:11:38 minrate = 0
12:11:38 mirrorlist = 
12:11:38 mirrorlist_expire = 86400
12:11:38 name = Docker CE Test - x86_64
12:11:38 old_base_cache_dir = 
12:11:38 password = 
12:11:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test
12:11:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-test/packages
12:11:38 proxy = False
12:11:38 proxy_dict = 
12:11:38 proxy_password = 
12:11:38 proxy_username = 
12:11:38 repo_gpgcheck = False
12:11:38 retries = 10
12:11:38 skip_if_unavailable = False
12:11:38 ssl_check_cert_permissions = True
12:11:38 sslcacert = 
12:11:38 sslclientcert = 
12:11:38 sslclientkey = 
12:11:38 sslverify = True
12:11:38 throttle = 0
12:11:38 timeout = 30.0
12:11:38 ui_id = docker-ce-test/7/x86_64
12:11:38 ui_repoid_vars = releasever,
12:11:38    basearch
12:11:38 username = 
12:11:38 
12:11:38 ======================== repo: docker-ce-test-debuginfo ========================
12:11:38 [docker-ce-test-debuginfo]
12:11:38 async = True
12:11:38 bandwidth = 0
12:11:38 base_persistdir = /var/lib/yum/repos/x86_64/7
12:11:38 baseurl = https://download.docker.com/linux/centos/7/debug-x86_64/test
12:11:38 cache = 0
12:11:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-test-debuginfo
12:11:38 check_config_file_age = True
12:11:38 compare_providers_priority = 80
12:11:38 cost = 1000
12:11:38 deltarpm_metadata_percentage = 100
12:11:38 deltarpm_percentage = 
12:11:38 enabled = False
12:11:38 enablegroups = True
12:11:38 exclude = 
12:11:38 failovermethod = priority
12:11:38 ftp_disable_epsv = False
12:11:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test-debuginfo/gpgcadir
12:11:38 gpgcakey = 
12:11:38 gpgcheck = True
12:11:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-debuginfo/gpgdir
12:11:38 gpgkey = https://download.docker.com/linux/centos/gpg
12:11:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-test-debuginfo/headers
12:11:38 http_caching = all
12:11:38 includepkgs = 
12:11:38 ip_resolve = 
12:11:38 keepalive = True
12:11:38 keepcache = False
12:11:38 mddownloadpolicy = sqlite
12:11:38 mdpolicy = group:small
12:11:38 mediaid = 
12:11:38 metadata_expire = 21600
12:11:38 metadata_expire_filter = read-only:present
12:11:38 metalink = 
12:11:38 minrate = 0
12:11:38 mirrorlist = 
12:11:38 mirrorlist_expire = 86400
12:11:38 name = Docker CE Test - Debuginfo x86_64
12:11:38 old_base_cache_dir = 
12:11:38 password = 
12:11:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-debuginfo
12:11:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-test-debuginfo/packages
12:11:38 proxy = False
12:11:38 proxy_dict = 
12:11:38 proxy_password = 
12:11:38 proxy_username = 
12:11:38 repo_gpgcheck = False
12:11:38 retries = 10
12:11:38 skip_if_unavailable = False
12:11:38 ssl_check_cert_permissions = True
12:11:38 sslcacert = 
12:11:38 sslclientcert = 
12:11:38 sslclientkey = 
12:11:38 sslverify = True
12:11:38 throttle = 0
12:11:38 timeout = 30.0
12:11:38 ui_id = docker-ce-test-debuginfo/7/x86_64
12:11:38 ui_repoid_vars = releasever,
12:11:38    basearch
12:11:38 username = 
12:11:38 
12:11:38 ========================= repo: docker-ce-test-source ==========================
12:11:38 [docker-ce-test-source]
12:11:38 async = True
12:11:38 bandwidth = 0
12:11:38 base_persistdir = /var/lib/yum/repos/x86_64/7
12:11:38 baseurl = https://download.docker.com/linux/centos/7/source/test
12:11:38 cache = 0
12:11:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-test-source
12:11:38 check_config_file_age = True
12:11:38 compare_providers_priority = 80
12:11:38 cost = 1000
12:11:38 deltarpm_metadata_percentage = 100
12:11:38 deltarpm_percentage = 
12:11:38 enabled = False
12:11:38 enablegroups = True
12:11:38 exclude = 
12:11:38 failovermethod = priority
12:11:38 ftp_disable_epsv = False
12:11:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test-source/gpgcadir
12:11:38 gpgcakey = 
12:11:38 gpgcheck = True
12:11:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-source/gpgdir
12:11:38 gpgkey = https://download.docker.com/linux/centos/gpg
12:11:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-test-source/headers
12:11:38 http_caching = all
12:11:38 includepkgs = 
12:11:38 ip_resolve = 
12:11:38 keepalive = True
12:11:38 keepcache = False
12:11:38 mddownloadpolicy = sqlite
12:11:38 mdpolicy = group:small
12:11:38 mediaid = 
12:11:38 metadata_expire = 21600
12:11:38 metadata_expire_filter = read-only:present
12:11:38 metalink = 
12:11:38 minrate = 0
12:11:38 mirrorlist = 
12:11:38 mirrorlist_expire = 86400
12:11:38 name = Docker CE Test - Sources
12:11:38 old_base_cache_dir = 
12:11:38 password = 
12:11:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test-source
12:11:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-test-source/packages
12:11:38 proxy = False
12:11:38 proxy_dict = 
12:11:38 proxy_password = 
12:11:38 proxy_username = 
12:11:38 repo_gpgcheck = False
12:11:38 retries = 10
12:11:38 skip_if_unavailable = False
12:11:38 ssl_check_cert_permissions = True
12:11:38 sslcacert = 
12:11:38 sslclientcert = 
12:11:38 sslclientkey = 
12:11:38 sslverify = True
12:11:38 throttle = 0
12:11:38 timeout = 30.0
12:11:38 ui_id = docker-ce-test-source/7
12:11:38 ui_repoid_vars = releasever,
12:11:38    basearch
12:11:38 username = 
12:11:38 
12:11:38 + yum-config-manager --enable docker-ce-test
12:11:38 Loaded plugins: fastestmirror, ovl
12:11:38 ============================= repo: docker-ce-test =============================
12:11:38 [docker-ce-test]
12:11:38 async = True
12:11:38 bandwidth = 0
12:11:38 base_persistdir = /var/lib/yum/repos/x86_64/7
12:11:38 baseurl = https://download.docker.com/linux/centos/7/x86_64/test
12:11:38 cache = 0
12:11:38 cachedir = /var/cache/yum/x86_64/7/docker-ce-test
12:11:38 check_config_file_age = True
12:11:38 compare_providers_priority = 80
12:11:38 cost = 1000
12:11:38 deltarpm_metadata_percentage = 100
12:11:38 deltarpm_percentage = 
12:11:38 enabled = 1
12:11:38 enablegroups = True
12:11:38 exclude = 
12:11:38 failovermethod = priority
12:11:38 ftp_disable_epsv = False
12:11:38 gpgcadir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgcadir
12:11:38 gpgcakey = 
12:11:38 gpgcheck = True
12:11:38 gpgdir = /var/lib/yum/repos/x86_64/7/docker-ce-test/gpgdir
12:11:38 gpgkey = https://download.docker.com/linux/centos/gpg
12:11:38 hdrdir = /var/cache/yum/x86_64/7/docker-ce-test/headers
12:11:38 http_caching = all
12:11:38 includepkgs = 
12:11:38 ip_resolve = 
12:11:38 keepalive = True
12:11:38 keepcache = False
12:11:38 mddownloadpolicy = sqlite
12:11:38 mdpolicy = group:small
12:11:38 mediaid = 
12:11:38 metadata_expire = 21600
12:11:38 metadata_expire_filter = read-only:present
12:11:38 metalink = 
12:11:38 minrate = 0
12:11:38 mirrorlist = 
12:11:38 mirrorlist_expire = 86400
12:11:38 name = Docker CE Test - x86_64
12:11:38 old_base_cache_dir = 
12:11:38 password = 
12:11:38 persistdir = /var/lib/yum/repos/x86_64/7/docker-ce-test
12:11:38 pkgdir = /var/cache/yum/x86_64/7/docker-ce-test/packages
12:11:38 proxy = False
12:11:38 proxy_dict = 
12:11:38 proxy_password = 
12:11:38 proxy_username = 
12:11:38 repo_gpgcheck = False
12:11:38 retries = 10
12:11:38 skip_if_unavailable = False
12:11:38 ssl_check_cert_permissions = True
12:11:38 sslcacert = 
12:11:38 sslclientcert = 
12:11:38 sslclientkey = 
12:11:38 sslverify = True
12:11:38 throttle = 0
12:11:38 timeout = 30.0
12:11:38 ui_id = docker-ce-test/7/x86_64
12:11:38 ui_repoid_vars = releasever,
12:11:38    basearch
12:11:38 username = 
12:11:38 
12:11:38 + yum makecache
12:11:38 Loaded plugins: fastestmirror, ovl
12:11:38 Determining fastest mirrors
12:11:38 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf systemd-sysv armhf 247.3-7+rpi1+deb11u1 [114 kB]
12:11:38 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dbus armhf 1.12.24-0+deb11u1 [219 kB]
12:11:38 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libpam-systemd armhf 247.3-7+rpi1+deb11u1 [260 kB]
12:11:38 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf dbus-user-session armhf 1.12.24-0+deb11u1 [99.7 kB]
12:11:38 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libip6tc2 armhf 1.8.7-1 [33.0 kB]
12:11:38 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libxtables12 armhf 1.8.7-1 [42.4 kB]
12:11:38 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libmnl0 armhf 1.0.4-3 [11.0 kB]
12:11:38 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.4 kB]
12:11:38 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libnetfilter-conntrack3 armhf 1.0.8-3 [32.5 kB]
12:11:38 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libnftnl11 armhf 1.1.9-1 [47.2 kB]
12:11:38 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf iptables armhf 1.8.7-1 [328 kB]
12:11:38 Selecting previously unselected package libpackagekit-glib2-18:armhf.
12:11:38 Preparing to unpack .../62-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_armhf.deb ...
12:11:38 Unpacking libpackagekit-glib2-18:armhf (1.1.13-2ubuntu1.1) ...
12:11:38 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:11:38 Preparing to unpack .../63-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_armhf.deb ...
12:11:38 Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
12:11:38 Selecting previously unselected package libproxy1v5:armhf.
12:11:38 Preparing to unpack .../64-libproxy1v5_0.4.15-10ubuntu1.2_armhf.deb ...
12:11:38 Unpacking libproxy1v5:armhf (0.4.15-10ubuntu1.2) ...
12:11:38 Selecting previously unselected package glib-networking-common.
12:11:38 Preparing to unpack .../65-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ...
12:11:38 Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ...
12:11:38 Selecting previously unselected package glib-networking-services.
12:11:38 Preparing to unpack .../66-glib-networking-services_2.64.2-1ubuntu0.1_armhf.deb ...
12:11:38 Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ...
12:11:38 Selecting previously unselected package gsettings-desktop-schemas.
12:11:38 Preparing to unpack .../67-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ...
12:11:38 Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
12:11:38 Get:98 http://deb.debian.org/debian bookworm/main armhf libpolkit-agent-1-0 armhf 122-3 [22.2 kB]
12:11:38 Get:99 http://deb.debian.org/debian bookworm/main armhf lsb-release all 12.0-1 [6416 B]
12:11:38 Get:100 http://deb.debian.org/debian bookworm/main armhf xml-core all 0.18+nmu1 [23.8 kB]
12:11:38 Get:101 http://deb.debian.org/debian bookworm/main armhf polkitd armhf 122-3 [105 kB]
12:11:38 Get:102 http://deb.debian.org/debian bookworm/main armhf packagekit armhf 1.2.6-2 [576 kB]
12:11:38 Get:103 http://deb.debian.org/debian bookworm/main armhf python-apt-common all 2.5.2 [64.1 kB]
12:11:38 Get:104 http://deb.debian.org/debian bookworm/main armhf python3-apt armhf 2.5.2+b1 [144 kB]
12:11:38 Get:105 http://deb.debian.org/debian bookworm/main armhf python3-blinker all 1.5-1 [14.7 kB]
12:11:38 Get:106 http://deb.debian.org/debian bookworm/main armhf python3-cffi-backend armhf 1.15.1-5+b1 [75.1 kB]
12:11:38 Get:107 http://deb.debian.org/debian bookworm/main armhf python3-cryptography armhf 38.0.4-2 [600 kB]
12:11:38 Get:108 http://deb.debian.org/debian bookworm/main armhf python3-dbus armhf 1.3.2-4+b1 [89.1 kB]
12:11:38 Get:109 http://deb.debian.org/debian bookworm/main armhf python3-distro all 1.8.0-1 [20.5 kB]
12:11:38 Get:110 http://deb.debian.org/debian bookworm/main armhf python3-gi armhf 3.42.2-3+b1 [203 kB]
12:11:38 Get:111 http://deb.debian.org/debian bookworm/main armhf python3-pyparsing all 3.0.9-1 [138 kB]
12:11:38 Get:112 http://deb.debian.org/debian bookworm/main armhf python3-httplib2 all 0.20.4-3 [36.0 kB]
12:11:38 Get:113 http://deb.debian.org/debian bookworm/main armhf python3-jwt all 2.6.0-1 [26.6 kB]
12:11:38 Get:114 http://deb.debian.org/debian bookworm/main armhf python3-pkg-resources all 65.6.3-1 [278 kB]
12:11:38 Get:115 http://deb.debian.org/debian bookworm/main armhf python3-lazr.uri all 1.0.6-3 [13.7 kB]
12:11:38 Get:116 http://deb.debian.org/debian bookworm/main armhf python3-wadllib all 1.3.6-4 [37.2 kB]
12:11:38 Get:117 http://deb.debian.org/debian bookworm/main armhf python3-oauthlib all 3.2.2-1 [95.4 kB]
12:11:38 Get:118 http://deb.debian.org/debian bookworm/main armhf python3-six all 1.16.0-4 [17.5 kB]
12:11:38 Get:119 http://deb.debian.org/debian bookworm/main armhf python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
12:11:38 Get:120 http://deb.debian.org/debian bookworm/main armhf python3-software-properties all 0.99.30-4 [32.7 kB]
12:11:38 Get:121 http://deb.debian.org/debian bookworm/main armhf software-properties-common all 0.99.30-4 [62.0 kB]
12:11:38 invoke-rc.d: could not determine current runlevel
12:11:38 invoke-rc.d: policy-rc.d denied execution of start.
12:11:38 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:11:38  docker-ce-rootless-extras depends on dbus-user-session; however:
12:11:38   Package dbus-user-session is not installed.
12:11:38 
12:11:38 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.10~buster) ...
12:11:38 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-buster/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-buildx-plugin_0.10.2-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-compose-plugin_2.15.1-1~debian.10~buster_armhf.deb ./deb/debbuild/debian-buster/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.10~buster_armhf.deb
12:11:38 debconf: delaying package configuration, since apt-utils is not installed
12:11:38 Fetched 26.5 MB in 1s (19.0 MB/s)
12:11:38 Selecting previously unselected package libapparmor1:armhf.
12:11: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 ... 10496 files and directories currently installed.)
12:11:38 Preparing to unpack .../0-libapparmor1_2.13.6-10_armhf.deb ...
12:11:38 Unpacking libapparmor1:armhf (2.13.6-10) ...
12:11:38 Selecting previously unselected package libcap2:armhf.
12:11:38 Preparing to unpack .../1-libcap2_1%3a2.44-1_armhf.deb ...
12:11:38 Unpacking libcap2:armhf (1:2.44-1) ...
12:11:38 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:11:38 124 added, 0 removed; done.
12:11:38 Setting up gir1.2-glib-2.0:armhf (1.72.0-1) ...
12:11:38 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
12:11:38 Setting up libcurl4:armhf (7.81.0-1ubuntu1.7) ...
12:11:38 Setting up libpolkit-agent-1-0:armhf (0.105-33) ...
12:11:38 Setting up curl (7.81.0-1ubuntu1.7) ...
12:11:38 Setting up libxml2:armhf (2.9.13+dfsg-1ubuntu0.2) ...
12:11:38 Setting up polkitd (0.105-33) ...
12:11:38 Setting up gpg (2.2.27-3ubuntu2.1) ...
12:11:38 Setting up libgstreamer1.0-0:armhf (1.20.3-0ubuntu1) ...
12:11:38 Selecting previously unselected package glib-networking:armhf.
12:11:38 Preparing to unpack .../68-glib-networking_2.64.2-1ubuntu0.1_armhf.deb ...
12:11:38 Unpacking glib-networking:armhf (2.64.2-1ubuntu0.1) ...
12:11:38 Selecting previously unselected package gnupg-l10n.
12:11:38 Preparing to unpack .../69-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
12:11:38 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:11:38 Selecting previously unselected package gnupg-utils.
12:11:38 Preparing to unpack .../70-gnupg-utils_2.2.19-3ubuntu2.2_armhf.deb ...
12:11:38 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
12:11:38 Selecting previously unselected package gpg.
12:11:38 Preparing to unpack .../71-gpg_2.2.19-3ubuntu2.2_armhf.deb ...
12:11:38 Unpacking gpg (2.2.19-3ubuntu2.2) ...
12:11:38 Selecting previously unselected package pinentry-curses.
12:11:38 Preparing to unpack .../72-pinentry-curses_1.1.0-3build1_armhf.deb ...
12:11:38 Unpacking pinentry-curses (1.1.0-3build1) ...
12:11:38 Selecting previously unselected package gpg-agent.
12:11:38 Preparing to unpack .../73-gpg-agent_2.2.19-3ubuntu2.2_armhf.deb ...
12:11:38 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
12:11:38 debconf: delaying package configuration, since apt-utils is not installed
12:11:38 Fetched 46.8 MB in 1s (35.1 MB/s)
12:11:38 Selecting previously unselected package libssl3:armhf.
12:11: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 ... 5996 files and directories currently installed.)
12:11:38 Preparing to unpack .../libssl3_3.0.7-2_armhf.deb ...
12:11:38 Unpacking libssl3:armhf (3.0.7-2) ...
12:11:38 Selecting previously unselected package libargon2-1:armhf.
12:11:38 Preparing to unpack .../libargon2-1_0~20171227-0.3_armhf.deb ...
12:11:38 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
12:11:38 Preparing to unpack .../libudev1_252.5-2_armhf.deb ...
12:11:38 Unpacking libudev1:armhf (252.5-2) over (252.4-2) ...
12:11:38 make[1]: Leaving directory '/root/build-deb'
12:11:38  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.buildinfo
12:11:38 Selecting previously unselected package libargon2-1:armhf.
12:11:38 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_armhf.deb ...
12:11:38 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
12:11:38 Selecting previously unselected package dmsetup.
12:11:38 Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
12:11:38 Unpacking dmsetup (2:1.02.175-2.1) ...
12:11:38 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:11:38 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
12:11:38 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
12:11:38 Selecting previously unselected package libjson-c5:armhf.
12:11:38 Preparing to unpack .../5-libjson-c5_0.15-2_armhf.deb ...
12:11:38 Unpacking libjson-c5:armhf (0.15-2) ...
12:11:38 Selecting previously unselected package libcryptsetup12:armhf.
12:11:38 Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_armhf.deb ...
12:11:38 Setcap worked! gst-ptp-helper is not suid!
12:11:38 Setting up libpython3-stdlib:armhf (3.10.6-1~22.04) ...
12:11:38 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
12:11:38 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
12:11:38 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:11:38 + make IMAGE=balenalib/rpi-raspbian:bookworm verify
12:11:38 docker run  --rm -i \
12:11:38 	-v "$(pwd):/v" \
12:11:38 	-e DEBIAN_FRONTEND=noninteractive \
12:11:38 	-e PACKAGE_REPO=staging \
12:11:38 	-w /v \
12:11:38 	balenalib/rpi-raspbian:bookworm ./verify
12:11:38 Unable to find image 'balenalib/rpi-raspbian:bookworm' locally
12:11:39 Selecting previously unselected package gpg-wks-client.
12:11:39 Preparing to unpack .../74-gpg-wks-client_2.2.19-3ubuntu2.2_armhf.deb ...
12:11:39 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:11:39 Selecting previously unselected package gpg-wks-server.
12:11:39 Preparing to unpack .../75-gpg-wks-server_2.2.19-3ubuntu2.2_armhf.deb ...
12:11:39 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:11:39 Selecting previously unselected package gpgsm.
12:11:39 Preparing to unpack .../76-gpgsm_2.2.19-3ubuntu2.2_armhf.deb ...
12:11:39 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
12:11:39 Selecting previously unselected package gnupg.
12:11:39 Preparing to unpack .../77-gnupg_2.2.19-3ubuntu2.2_all.deb ...
12:11:39 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
12:11:39 Selecting previously unselected package libsoup2.4-1:armhf.
12:11:39 Preparing to unpack .../78-libsoup2.4-1_2.70.0-1_armhf.deb ...
12:11:39 Unpacking libsoup2.4-1:armhf (2.70.0-1) ...
12:11:39 Selecting previously unselected package libstemmer0d:armhf.
12:11:39 Preparing to unpack .../79-libstemmer0d_0+svn585-2_armhf.deb ...
12:11:39 Setting up libudev1:armhf (252.5-2) ...
12:11:39 Selecting previously unselected package dmsetup.
12:11:39 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6013 files and directories currently installed.)
12:11:39 Preparing to unpack .../0-dmsetup_2%3a1.02.185-2_armhf.deb ...
12:11:39 Unpacking dmsetup (2:1.02.185-2) ...
12:11:39 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:11:39 Preparing to unpack .../1-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ...
12:11:39 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ...
12:11:39 Selecting previously unselected package libjson-c5:armhf.
12:11:39 Preparing to unpack .../2-libjson-c5_0.16-2_armhf.deb ...
12:11:39 Unpacking libjson-c5:armhf (0.16-2) ...
12:11:39 Selecting previously unselected package libcryptsetup12:armhf.
12:11:39 Preparing to unpack .../3-libcryptsetup12_2%3a2.6.0-2_armhf.deb ...
12:11:39 Unpacking libcryptsetup12:armhf (2:2.6.0-2) ...
12:11:39 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
12:11:39 Unpacking libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ...
12:11:39 Selecting previously unselected package libip4tc2:armhf.
12:11:39 Preparing to unpack .../7-libip4tc2_1.8.7-1_armhf.deb ...
12:11:39 Unpacking libip4tc2:armhf (1.8.7-1) ...
12:11:39 Selecting previously unselected package systemd.
12:11:39 Preparing to unpack .../8-systemd_247.3-7+rpi1+deb11u1_armhf.deb ...
12:11:39 Unpacking systemd (247.3-7+rpi1+deb11u1) ...
12:11:39 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:11:39 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:11:39 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:11:39 Setting up python3.10 (3.10.6-1~22.04.2) ...
12:11:39 bookworm: Pulling from balenalib/rpi-raspbian
12:11:39 8996396f59ee: Already exists
12:11:39 d74305eb0c95: Already exists
12:11:39 decfc7c44756: Already exists
12:11:39 82de9d774bdc: Already exists
12:11:39 cd57115a4e25: Already exists
12:11:39 8e2ac8ca41cb: Already exists
12:11:39 04316490362d: Already exists
12:11:39 4c2d9fa6e0e8: Already exists
12:11:39 Digest: sha256:da953aad25daa905eb5a62e8e71e98f31b28192c29c0c15524ab16b7e6602730
12:11:39 Status: Downloaded newer image for balenalib/rpi-raspbian:bookworm
12:11:39 Unpacking libstemmer0d:armhf (0+svn585-2) ...
12:11:39 Selecting previously unselected package libappstream4:armhf.
12:11:39 Preparing to unpack .../80-libappstream4_0.12.10-2_armhf.deb ...
12:11:39 Unpacking libappstream4:armhf (0.12.10-2) ...
12:11:39 Selecting previously unselected package libglib2.0-bin.
12:11:39 Preparing to unpack .../81-libglib2.0-bin_2.64.6-1~ubuntu20.04.4_armhf.deb ...
12:11:39 Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
12:11:39 Selecting previously unselected package libgstreamer1.0-0:armhf.
12:11:39 Preparing to unpack .../82-libgstreamer1.0-0_1.16.3-0ubuntu1.1_armhf.deb ...
12:11:39 Unpacking libgstreamer1.0-0:armhf (1.16.3-0ubuntu1.1) ...
12:11:39 Selecting previously unselected package libpolkit-agent-1-0:armhf.
12:11:39 Preparing to unpack .../83-libpolkit-agent-1-0_0.105-26ubuntu1.3_armhf.deb ...
12:11:39 Unpacking libpolkit-agent-1-0:armhf (0.105-26ubuntu1.3) ...
12:11:39 Selecting previously unselected package libfdisk1:armhf.
12:11:39 Preparing to unpack .../4-libfdisk1_2.38.1-4_armhf.deb ...
12:11:39 Unpacking libfdisk1:armhf (2.38.1-4) ...
12:11:39 Selecting previously unselected package libkmod2:armhf.
12:11:39 Preparing to unpack .../5-libkmod2_30+20221128-1_armhf.deb ...
12:11:39 Unpacking libkmod2:armhf (30+20221128-1) ...
12:11:39 Selecting previously unselected package libapparmor1:armhf.
12:11:39 Preparing to unpack .../6-libapparmor1_3.0.8-2+b1_armhf.deb ...
12:11:39 Unpacking libapparmor1:armhf (3.0.8-2+b1) ...
12:11:39 Selecting previously unselected package libip4tc2:armhf.
12:11:39 Preparing to unpack .../7-libip4tc2_1.8.9-2_armhf.deb ...
12:11:39 Unpacking libip4tc2:armhf (1.8.9-2) ...
12:11:39 Selecting previously unselected package libsystemd-shared:armhf.
12:11:39 Preparing to unpack .../8-libsystemd-shared_252.5-2_armhf.deb ...
12:11:39 Unpacking libsystemd-shared:armhf (252.5-2) ...
12:11:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:11:39  dpkg-genchanges -O../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.changes
12:11:39 Reading package lists...
12:11:39 Selecting previously unselected package policykit-1.
12:11:39 Preparing to unpack .../84-policykit-1_0.105-26ubuntu1.3_armhf.deb ...
12:11:39 Unpacking policykit-1 (0.105-26ubuntu1.3) ...
12:11:39 Selecting previously unselected package python3-certifi.
12:11:39 Preparing to unpack .../85-python3-certifi_2019.11.28-1_all.deb ...
12:11:39 Unpacking python3-certifi (2019.11.28-1) ...
12:11:39 Selecting previously unselected package python3-chardet.
12:11:39 Preparing to unpack .../86-python3-chardet_3.0.4-4build1_all.deb ...
12:11:39 Unpacking python3-chardet (3.0.4-4build1) ...
12:11:39 Selecting previously unselected package python3-idna.
12:11:39 Preparing to unpack .../87-python3-idna_2.8-1_all.deb ...
12:11:39 Unpacking python3-idna (2.8-1) ...
12:11:39 Selecting previously unselected package python3-urllib3.
12:11:39 Preparing to unpack .../88-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
12:11:39 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:11:39 Selecting previously unselected package python3-requests.
12:11:39 Preparing to unpack .../89-python3-requests_2.22.0-2ubuntu1_all.deb ...
12:11:39 Unpacking python3-requests (2.22.0-2ubuntu1) ...
12:11:39 Selecting previously unselected package python3-requests-unixsocket.
12:11:39 Preparing to unpack .../9-libsystemd0_252.5-2_armhf.deb ...
12:11:39 Unpacking libsystemd0:armhf (252.5-2) over (252.4-2) ...
12:11:39 Setting up libsystemd0:armhf (252.5-2) ...
12:11:39 Setting up libssl3:armhf (3.0.7-2) ...
12:11:39 Selecting previously unselected package systemd.
12:11:39 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6083 files and directories currently installed.)
12:11:39 Preparing to unpack .../systemd_252.5-2_armhf.deb ...
12:11:39 + make IMAGE=debian:bullseye verify
12:11:39 docker run  --rm -i \
12:11:39 	-v "$(pwd):/v" \
12:11:39 	-e DEBIAN_FRONTEND=noninteractive \
12:11:39 	-e PACKAGE_REPO=staging \
12:11:39 	-w /v \
12:11:39 	debian:bullseye ./verify
12:11:39 Unable to find image 'debian:bullseye' locally
12:11:39 bullseye: Pulling from library/debian
12:11:39 Setting up libapparmor1:armhf (2.13.6-10) ...
12:11:39 Setting up libcap2:armhf (1:2.44-1) ...
12:11:39 Setting up libargon2-1:armhf (0~20171227-0.2) ...
12:11:39 Setting up libjson-c5:armhf (0.15-2) ...
12:11:39 Setting up libip4tc2:armhf (1.8.7-1) ...
12:11:39 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
12:11:39 Setting up libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ...
12:11:39 Setting up systemd (247.3-7+rpi1+deb11u1) ...
12:11:39 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:11:39 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:11:39 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:11:39 Initializing machine ID from random generator.
12:11:39 Building dependency tree...
12:11:39 Reading state information...
12:11:39 Correcting dependencies... Done
12:11:39 Dependencies resolved.
12:11:39 ================================================================================
12:11:39  Package                      Arch       Version              Repository   Size
12:11:39 ================================================================================
12:11:39 Installing:
12:11:39  dnf-plugins-core             noarch     4.3.1-1.fc37         fedora       34 k
12:11:39 Installing dependencies:
12:11:39  dbus-libs                    x86_64     1:1.14.4-1.fc37      updates     155 k
12:11:39  python3-dateutil             noarch     1:2.8.2-4.fc37       fedora      361 k
12:11:39  python3-dbus                 x86_64     1.3.2-1.fc37         updates     157 k
12:11:39  python3-distro               noarch     1.7.0-3.fc37         fedora       48 k
12:11:39  python3-dnf-plugins-core     noarch     4.3.1-1.fc37         fedora      278 k
12:11:39  python3-six                  noarch     1.16.0-8.fc37        fedora       42 k
12:11:39 
12:11:39 Transaction Summary
12:11:39 ================================================================================
12:11:39 Install  7 Packages
12:11:39 
12:11:39 Total download size: 1.1 M
12:11:39 Installed size: 3.2 M
12:11:39 Downloading Packages:
12:11:39 Preparing to unpack .../90-python3-requests-unixsocket_0.2.0-2_all.deb ...
12:11:39 Unpacking python3-requests-unixsocket (0.2.0-2) ...
12:11:39 Selecting previously unselected package python3-software-properties.
12:11:39 Preparing to unpack .../91-python3-software-properties_0.99.9.10_all.deb ...
12:11:39 Unpacking python3-software-properties (0.99.9.10) ...
12:11:39 Selecting previously unselected package packagekit.
12:11:39 Preparing to unpack .../92-packagekit_1.1.13-2ubuntu1.1_armhf.deb ...
12:11:39 Unpacking packagekit (1.1.13-2ubuntu1.1) ...
12:11:39 Selecting previously unselected package software-properties-common.
12:11:39 Preparing to unpack .../93-software-properties-common_0.99.9.10_all.deb ...
12:11:39 Unpacking software-properties-common (0.99.9.10) ...
12:11:39 Selecting previously unselected package gnupg2.
12:11:39 Preparing to unpack .../94-gnupg2_2.2.19-3ubuntu2.2_all.deb ...
12:11:39 Unpacking gnupg2 (2.2.19-3ubuntu2.2) ...
12:11:39 Setting up libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
12:11:39 Setting up liblmdb0:armhf (0.9.24-1) ...
12:11:39 Setting up systemd-sysv (245.4-4ubuntu3.19) ...
12:11:39 Setting up libkeyutils1:armhf (1.6-6ubuntu1.1) ...
12:11:39 Setting up libproxy1v5:armhf (0.4.15-10ubuntu1.2) ...
12:11:39 Setting up libpsl5:armhf (0.21.0-1ubuntu1) ...
12:11:39 + verify
12:11:39 + dpkg --version
12:11:39 + verify_deb
12:11:39 + apt-get update
12:11:39 Unpacking systemd (252.5-2) ...
12:11:39 7a21a86b3957: Already exists
12:11:39 Digest: sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
12:11:39 Status: Downloaded newer image for debian:bullseye
12:11:40 Skipping docker-ce, it is already installed and upgrade is not set.
12:11:40 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:11:40 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:11:40 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:11:40 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:11:40 The following additional packages will be installed:
12:11:40   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:11:40   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
12:11:40   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
12:11:40   libnftnl11 libpam-systemd systemd systemd-sysv
12:11:40 Suggested packages:
12:11:40   kmod systemd-container policykit-1
12:11:40 Recommended packages:
12:11:40   nftables libnss-systemd
12:11:40 The following NEW packages will be installed:
12:11:40   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:11:40   libargon2-1 libcryptsetup12 libdevmapper1.02.1 libidn11 libip4tc0 libip6tc0
12:11:40   libiptc0 libjson-c3 libkmod2 libnetfilter-conntrack3 libnfnetlink0
12:11:40   libnftnl11 libpam-systemd systemd systemd-sysv
12:11:40 Setting up mime-support (3.64ubuntu1) ...
12:11:40 Setting up apt-transport-https (2.0.9) ...
12:11:40 Setting up libyaml-0-2:armhf (0.2.2-1) ...
12:11:40 Setting up libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
12:11:40 Setting up distro-info-data (0.43ubuntu1.11) ...
12:11:40 Setting up libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
12:11:40 Setting up libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
12:11:40 Setting up libnghttp2-14:armhf (1.40.0-1build1) ...
12:11:40 Setting up libpackagekit-glib2-18:armhf (1.1.13-2ubuntu1.1) ...
12:11:40 Setting up libnpth0:armhf (1.6-1) ...
12:11:40 Setting up libassuan0:armhf (2.5.3-7ubuntu2) ...
12:11:40 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:11:40 Setting up libkrb5support0:armhf (1.17-6ubuntu4.2) ...
12:11:40 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
12:11:40 Setting up tzdata (2022g-0ubuntu0.20.04.1) ...
12:11:40 Get:1 http://archive.raspbian.org/raspbian bookworm InRelease [15.0 kB]
12:11:40 Setting up libargon2-1:armhf (0~20171227-0.3) ...
12:11:40 Setting up libjson-c5:armhf (0.16-2) ...
12:11:40 Setting up libfdisk1:armhf (2.38.1-4) ...
12:11:40 Setting up libkmod2:armhf (30+20221128-1) ...
12:11:40 Setting up libapparmor1:armhf (3.0.8-2+b1) ...
12:11:40 Setting up libip4tc2:armhf (1.8.9-2) ...
12:11:40 Setting up libsystemd-shared:armhf (252.5-2) ...
12:11:40 Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ...
12:11:40 Setting up libcryptsetup12:armhf (2:2.6.0-2) ...
12:11:40 Setting up systemd (252.5-2) ...
12:11:40 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:11:40 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:11:40 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:11:40 Initializing machine ID from random generator.
12:11:40 Creating group 'systemd-journal' with GID 999.
12:11:40 Creating group 'systemd-network' with GID 998.
12:11:40 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
12:11:40 Setting up dmsetup (2:1.02.185-2) ...
12:11:40 + verify
12:11:40 + dpkg --version
12:11:40 + verify_deb
12:11:40 + apt-get update
12:11:40 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
12:11:40 Setting up pkexec (0.105-33) ...
12:11:40 Setting up libcurl3-gnutls:armhf (7.81.0-1ubuntu1.7) ...
12:11:40 Setting up python3 (3.10.6-1~22.04) ...
12:11:40 Setting up libappstream4:armhf (0.15.2-2) ...
12:11:40 Setting up python3-six (1.16.0-3ubuntu1) ...
12:11:40 Setting up dmsetup (2:1.02.175-2.1) ...
12:11:40 Selecting previously unselected package systemd-sysv.
12:11: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 ... 11330 files and directories currently installed.)
12:11:40 Preparing to unpack .../00-systemd-sysv_247.3-7+rpi1+deb11u1_armhf.deb ...
12:11:40 Unpacking systemd-sysv (247.3-7+rpi1+deb11u1) ...
12:11:40 Selecting previously unselected package dbus.
12:11:40 Preparing to unpack .../01-dbus_1.12.24-0+deb11u1_armhf.deb ...
12:11:40 Unpacking dbus (1.12.24-0+deb11u1) ...
12:11:40 Selecting previously unselected package libpam-systemd:armhf.
12:11:40 Preparing to unpack .../02-libpam-systemd_247.3-7+rpi1+deb11u1_armhf.deb ...
12:11:40 Unpacking libpam-systemd:armhf (247.3-7+rpi1+deb11u1) ...
12:11:40 Selecting previously unselected package containerd.io.
12:11:40 Preparing to unpack .../03-containerd.io_1.6.16-1_armhf.deb ...
12:11:40 0 upgraded, 21 newly installed, 0 to remove and 2 not upgraded.
12:11:40 Need to get 25.6 MB of archives.
12:11:40 After this operation, 105 MB of additional disk space will be used.
12:11:40 Get:1 http://deb.debian.org/debian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.6 kB]
12:11:40 Get:2 http://deb.debian.org/debian buster/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB]
12:11:40 Get:3 http://deb.debian.org/debian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.0 kB]
12:11:40 Get:4 http://deb.debian.org/debian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [131 kB]
12:11:40 Get:5 http://deb.debian.org/debian buster/main armhf libjson-c3 armhf 0.12.1+ds-2+deb10u1 [25.1 kB]
12:11:40 Get:6 http://deb.debian.org/debian buster/main armhf libcryptsetup12 armhf 2:2.1.0-5+deb10u2 [174 kB]
12:11:40 Get:7 http://deb.debian.org/debian buster/main armhf libidn11 armhf 1.33-2.2 [113 kB]
12:11:40 Get:8 http://deb.debian.org/debian buster/main armhf libip4tc0 armhf 1.8.2-4 [68.1 kB]
12:11:40 Get:9 http://deb.debian.org/debian buster/main armhf libkmod2 armhf 26-1 [46.4 kB]
12:11:40 Get:10 http://deb.debian.org/debian buster/main armhf systemd armhf 241-7~deb10u8 [3284 kB]
12:11:40 Get:11 https://download.docker.com/linux/debian buster/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
12:11:40 
12:11:40 Current default time zone: 'Etc/UTC'
12:11:40 Local time is now:      Tue Feb  7 12:11:40 UTC 2023.
12:11:40 Universal Time is now:  Tue Feb  7 12:11:40 UTC 2023.
12:11:40 Run 'dpkg-reconfigure tzdata' if you wish to change it.
12:11:40 
12:11:40 Setting up libcap2-bin (1:2.32-1) ...
12:11:40 Setting up libdconf1:armhf (0.36.0-1) ...
12:11:40 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:11:40 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:11:40 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
12:11:40 Setting up libdbus-1-3:armhf (1.12.16-2ubuntu2.3) ...
12:11:40 Setting up dbus (1.12.16-2ubuntu2.3) ...
12:11:40 Setting up libk5crypto3:armhf (1.17-6ubuntu4.2) ...
12:11:40 Setting up libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
12:11:40 Setting up libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:40 Setting up python-apt-common (2.0.1) ...
12:11:40 Setting up libpam-systemd:armhf (245.4-4ubuntu3.19) ...
12:11:40 Selecting previously unselected package systemd-sysv.
12:11: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 ... 6919 files and directories currently installed.)
12:11:40 Preparing to unpack .../0-systemd-sysv_252.5-2_armhf.deb ...
12:11:40 Unpacking systemd-sysv (252.5-2) ...
12:11:40 Selecting previously unselected package libdbus-1-3:armhf.
12:11:40 Preparing to unpack .../1-libdbus-1-3_1.14.4-1_armhf.deb ...
12:11:40 Unpacking libdbus-1-3:armhf (1.14.4-1) ...
12:11:40 Selecting previously unselected package dbus-bin.
12:11:40 Preparing to unpack .../2-dbus-bin_1.14.4-1_armhf.deb ...
12:11:40 Unpacking dbus-bin (1.14.4-1) ...
12:11:40 Selecting previously unselected package dbus-session-bus-common.
12:11:40 Preparing to unpack .../3-dbus-session-bus-common_1.14.4-1_all.deb ...
12:11:40 Unpacking dbus-session-bus-common (1.14.4-1) ...
12:11:40 Selecting previously unselected package libexpat1:armhf.
12:11:40 Preparing to unpack .../4-libexpat1_2.5.0-1_armhf.deb ...
12:11:40 Unpacking libexpat1:armhf (2.5.0-1) ...
12:11:40 Selecting previously unselected package dbus-daemon.
12:11:40 Preparing to unpack .../5-dbus-daemon_1.14.4-1_armhf.deb ...
12:11:40 Unpacking dbus-daemon (1.14.4-1) ...
12:11:40 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
12:11:40 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:11:40 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
12:11:40 Setting up python3-pyparsing (2.4.7-1) ...
12:11:40 Unpacking containerd.io (1.6.16-1) ...
12:11:40 Get:12 http://deb.debian.org/debian buster/main armhf systemd-sysv armhf 241-7~deb10u8 [100 kB]
12:11:40 Get:13 http://deb.debian.org/debian buster/main armhf libip6tc0 armhf 1.8.2-4 [68.3 kB]
12:11:40 Get:14 http://deb.debian.org/debian buster/main armhf libiptc0 armhf 1.8.2-4 [59.6 kB]
12:11:40 Get:15 http://deb.debian.org/debian buster/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.1 kB]
12:11:40 Get:16 http://deb.debian.org/debian buster/main armhf libnetfilter-conntrack3 armhf 1.0.7-1 [34.1 kB]
12:11:40 Get:17 http://deb.debian.org/debian buster/main armhf libnftnl11 armhf 1.1.2-2 [43.7 kB]
12:11:40 Get:18 http://deb.debian.org/debian buster/main armhf iptables armhf 1.8.2-4 [354 kB]
12:11:40 Get:19 http://deb.debian.org/debian-security buster/updates/main armhf dbus armhf 1.12.24-0+deb10u1 [222 kB]
12:11:40 Get:20 http://deb.debian.org/debian buster/main armhf libpam-systemd armhf 241-7~deb10u8 [195 kB]
12:11:40 Get:21 http://deb.debian.org/debian-security buster/updates/main armhf dbus-user-session armhf 1.12.24-0+deb10u1 [97.9 kB]
12:11:40 Setting up libgirepository-1.0-1:armhf (1.64.1-1~ubuntu20.04.1) ...
12:11:40 Setting up libkrb5-3:armhf (1.17-6ubuntu4.2) ...
12:11:40 Setting up libstemmer0d:armhf (0+svn585-2) ...
12:11:40 Setting up libmpdec2:armhf (2.4.2-3) ...
12:11:40 Setting up glib-networking-common (2.64.2-1ubuntu0.1) ...
12:11:40 Setting up openssl (1.1.1f-1ubuntu2.16) ...
12:11:40 Setting up libelf1:armhf (0.176-1.1build1) ...
12:11:40 Setting up readline-common (8.0-4) ...
12:11:40 Setting up iso-codes (4.4-1) ...
12:11:40 Setting up libpolkit-gobject-1-0:armhf (0.105-26ubuntu1.3) ...
12:11:40 Setting up libgstreamer1.0-0:armhf (1.16.3-0ubuntu1.1) ...
12:11:40 Setcap worked! gst-ptp-helper is not suid!
12:11:40 Setting up libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:40 Setting up pinentry-curses (1.1.0-3build1) ...
12:11:40 Selecting previously unselected package adduser.
12:11:40 Preparing to unpack .../6-adduser_3.130_all.deb ...
12:11:40 Unpacking adduser (3.130) ...
12:11:40 Setting up adduser (3.130) ...
12:11:40 Selecting previously unselected package dbus-system-bus-common.
12:11: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 ... 7051 files and directories currently installed.)
12:11:40 Preparing to unpack .../dbus-system-bus-common_1.14.4-1_all.deb ...
12:11:40 Unpacking dbus-system-bus-common (1.14.4-1) ...
12:11:40 Selecting previously unselected package dbus.
12:11:40 Preparing to unpack .../dbus_1.14.4-1_armhf.deb ...
12:11:40 Unpacking dbus (1.14.4-1) ...
12:11:40 Selecting previously unselected package libpython3.11-minimal:armhf.
12:11:40 Preparing to unpack .../libpython3.11-minimal_3.11.1-2_armhf.deb ...
12:11:40 Unpacking libpython3.11-minimal:armhf (3.11.1-2) ...
12:11:40 Get:2 http://archive.raspbian.org/raspbian bookworm/non-free armhf Packages [147 kB]
12:11:40 Get:3 http://archive.raspbian.org/raspbian bookworm/rpi armhf Packages [1299 B]
12:11:40 Get:4 http://archive.raspbian.org/raspbian bookworm/contrib armhf Packages [71.9 kB]
12:11:40 Get:5 http://archive.raspbian.org/raspbian bookworm/firmware armhf Packages [1201 B]
12:11:40 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf Packages [19.9 MB]
12:11:40 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:11:40 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:11:40 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:11:40 Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7945 kB]
12:11:40 Get:5 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [218 kB]
12:11:40 (1/7): dnf-plugins-core-4.3.1-1.fc37.noarch.rpm 119 kB/s |  34 kB     00:00    
12:11:40 (2/7): python3-distro-1.7.0-3.fc37.noarch.rpm   166 kB/s |  48 kB     00:00    
12:11:40 (3/7): python3-dateutil-2.8.2-4.fc37.noarch.rpm 1.2 MB/s | 361 kB     00:00    
12:11:40 (4/7): python3-dnf-plugins-core-4.3.1-1.fc37.no  17 MB/s | 278 kB     00:00    
12:11:40 (5/7): python3-six-1.16.0-8.fc37.noarch.rpm     2.9 MB/s |  42 kB     00:00    
12:11:40 (6/7): dbus-libs-1.14.4-1.fc37.x86_64.rpm        13 MB/s | 155 kB     00:00    
12:11:40 (7/7): python3-dbus-1.3.2-1.fc37.x86_64.rpm      15 MB/s | 157 kB     00:00    
12:11:40 --------------------------------------------------------------------------------
12:11:40 Total                                           1.0 MB/s | 1.1 MB     00:01     
12:11:40 Running transaction check
12:11:40 Transaction check succeeded.
12:11:40 Running transaction test
12:11:40 Transaction test succeeded.
12:11:40 Running transaction
12:11:40 Setting up python3-gi (3.42.1-0ubuntu1) ...
12:11:40 Setting up python3-jeepney (0.7.1-3) ...
12:11:40 dpkg-genchanges: info: including full source code in upload
12:11:40  dpkg-source -I.git --after-build .
12:11:40 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:11:40 + destination=/build
12:11:40 + mkdir -p /build
12:11:40 + mv -v /root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb /root/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_armhf.deb /build
12:11:40 copied '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb'
12:11:40 removed '/root/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb'
12:11:40 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
12:11:40 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
12:11:40 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
12:11:40 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
12:11:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc'
12:11:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.dsc'
12:11:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz'
12:11:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic.tar.gz'
12:11:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.buildinfo'
12:11:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.buildinfo'
12:11:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.changes'
12:11:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.changes'
12:11:40 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
12:11:40 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
12:11:40 copied '/root/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_armhf.deb' -> '/build/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_armhf.deb'
12:11:40 removed '/root/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_armhf.deb'
12:11:40 Setting up glib-networking-services (2.64.2-1ubuntu0.1) ...
12:11:40 Setting up libicu66:armhf (66.1-2ubuntu2.1) ...
12:11:40 Setting up libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:40 Setting up libreadline8:armhf (8.0-4) ...
12:11:40 Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.4) ...
12:11:40 Setting up libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:40 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
12:11:40 Selecting previously unselected package python3.11-minimal.
12:11:40 Preparing to unpack .../python3.11-minimal_3.11.1-2_armhf.deb ...
12:11:40 Unpacking python3.11-minimal (3.11.1-2) ...
12:11:40 Get:6 http://deb.debian.org/debian bullseye-updates/main armhf Packages [12.0 kB]
12:11:41   Preparing        :                                                        1/1 
12:11:41   Installing       : dbus-libs-1:1.14.4-1.fc37.x86_64                       1/7 
12:11:41   Installing       : python3-dbus-1.3.2-1.fc37.x86_64                       2/7 
12:11:41   Installing       : python3-six-1.16.0-8.fc37.noarch                       3/7 
12:11:41   Installing       : python3-dateutil-1:2.8.2-4.fc37.noarch                 4/7 
12:11:41   Installing       : python3-distro-1.7.0-3.fc37.noarch                     5/7 
12:11:41   Installing       : python3-dnf-plugins-core-4.3.1-1.fc37.noarch           6/7 
12:11:41   Installing       : dnf-plugins-core-4.3.1-1.fc37.noarch                   7/7 
12:11:41 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:11:41 Setting up python3-httplib2 (0.20.2-2) ...
12:11:41 Dependencies resolved.
12:11:41 ================================================================================
12:11:41  Package                      Arch       Version              Repository   Size
12:11:41 ================================================================================
12:11:41 Installing:
12:11:41  dnf-plugins-core             noarch     4.3.1-1.fc36         updates      34 k
12:11:41 Installing dependencies:
12:11:41  dbus-libs                    x86_64     1:1.14.4-1.fc36      updates     155 k
12:11:41  python3-dateutil             noarch     1:2.8.1-8.fc36       fedora      289 k
12:11:41  python3-dbus                 x86_64     1.2.18-3.fc36        fedora      132 k
12:11:41  python3-distro               noarch     1.6.0-2.fc36         fedora       38 k
12:11:41  python3-dnf-plugins-core     noarch     4.3.1-1.fc36         updates     229 k
12:11:41  python3-six                  noarch     1.16.0-5.fc36        fedora       36 k
12:11:41 
12:11:41 Transaction Summary
12:11:41 ================================================================================
12:11:41 Install  7 Packages
12:11:41 
12:11:41 Total download size: 912 k
12:11:41 Installed size: 2.7 M
12:11:41 Downloading Packages:
12:11:41 make[1]: Leaving directory '/root/build-deb'
12:11:41  dpkg-genbuildinfo
12:11:41  dpkg-genchanges  >../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.changes
12:11:41 Updating certificates in /etc/ssl/certs...
12:11:41 Setting up libpython3.11-minimal:armhf (3.11.1-2) ...
12:11:41 Setting up libexpat1:armhf (2.5.0-1) ...
12:11:41 Setting up python3.11-minimal (3.11.1-2) ...
12:11:41   Running scriptlet: dnf-plugins-core-4.3.1-1.fc37.noarch                   7/7 
12:11:41   Verifying        : dnf-plugins-core-4.3.1-1.fc37.noarch                   1/7 
12:11:41   Verifying        : python3-dateutil-1:2.8.2-4.fc37.noarch                 2/7 
12:11:41   Verifying        : python3-distro-1.7.0-3.fc37.noarch                     3/7 
12:11:41   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc37.noarch           4/7 
12:11:41   Verifying        : python3-six-1.16.0-8.fc37.noarch                       5/7 
12:11:41   Verifying        : dbus-libs-1:1.14.4-1.fc37.x86_64                       6/7 
12:11:41   Verifying        : python3-dbus-1.3.2-1.fc37.x86_64                       7/7 
12:11:41 
12:11:41 Installed:
12:11:41   dbus-libs-1:1.14.4-1.fc37.x86_64                                              
12:11:41   dnf-plugins-core-4.3.1-1.fc37.noarch                                          
12:11:41   python3-dateutil-1:2.8.2-4.fc37.noarch                                        
12:11:41   python3-dbus-1.3.2-1.fc37.x86_64                                              
12:11:41   python3-distro-1.7.0-3.fc37.noarch                                            
12:11:41   python3-dnf-plugins-core-4.3.1-1.fc37.noarch                                  
12:11:41   python3-six-1.16.0-8.fc37.noarch                                              
12:11:41 
12:11:41 Complete!
12:11:41 + case ${DIST_ID}:${DIST_VERSION} in
12:11:41 + dnf install -y findutils
12:11:41 Setting up lsb-release (11.1.0ubuntu4) ...
12:11:41 Setting up policykit-1 (0.105-33) ...
12:11:41 Setting up python3-cffi-backend:armhf (1.15.0-1build2) ...
12:11:41 Setting up python3-blinker (1.4+dfsg1-0.4) ...
12:11:41 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
12:11:41 (1/7): python3-dateutil-2.8.1-8.fc36.noarch.rpm 990 kB/s | 289 kB     00:00    
12:11:41 (2/7): python3-dbus-1.2.18-3.fc36.x86_64.rpm    446 kB/s | 132 kB     00:00    
12:11:41 (3/7): python3-distro-1.6.0-2.fc36.noarch.rpm   126 kB/s |  38 kB     00:00    
12:11:41 (4/7): python3-six-1.16.0-5.fc36.noarch.rpm     4.1 MB/s |  36 kB     00:00    
12:11:41 (5/7): dbus-libs-1.14.4-1.fc36.x86_64.rpm        17 MB/s | 155 kB     00:00    
12:11:41 (6/7): dnf-plugins-core-4.3.1-1.fc36.noarch.rpm 6.0 MB/s |  34 kB     00:00    
12:11:41 (7/7): python3-dnf-plugins-core-4.3.1-1.fc36.no  22 MB/s | 229 kB     00:00    
12:11:41 --------------------------------------------------------------------------------
12:11:41 Total                                           1.0 MB/s | 912 kB     00:00     
12:11:41 Running transaction check
12:11:41 Transaction check succeeded.
12:11:41 Running transaction test
12:11:41 Transaction test succeeded.
12:11:41 Running transaction
12:11:41   Preparing        :                                                        1/1 
12:11:41   Installing       : dbus-libs-1:1.14.4-1.fc36.x86_64                       1/7 
12:11:41 debconf: delaying package configuration, since apt-utils is not installed
12:11:41 Fetched 25.6 MB in 1s (19.7 MB/s)
12:11:41 Selecting previously unselected package libapparmor1:armhf.
12:11:41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9938 files and directories currently installed.)
12:11:41 Preparing to unpack .../0-libapparmor1_2.13.2-10_armhf.deb ...
12:11:41 Unpacking libapparmor1:armhf (2.13.2-10) ...
12:11:41 Setting up python3-more-itertools (8.10.0-2) ...
12:11:41   Installing       : python3-dbus-1.2.18-3.fc36.x86_64                      2/7 
12:11:41   Installing       : python3-six-1.16.0-5.fc36.noarch                       3/7 
12:11:41   Installing       : python3-dateutil-1:2.8.1-8.fc36.noarch                 4/7 
12:11:41   Installing       : python3-distro-1.6.0-2.fc36.noarch                     5/7 
12:11:41   Installing       : python3-dnf-plugins-core-4.3.1-1.fc36.noarch           6/7 
12:11:41   Installing       : dnf-plugins-core-4.3.1-1.fc36.noarch                   7/7 
12:11:41 124 added, 0 removed; done.
12:11:41 Setting up dbus-user-session (1.12.16-2ubuntu2.3) ...
12:11:41 Setting up libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:41 Setting up libgssapi-krb5-2:armhf (1.17-6ubuntu4.2) ...
12:11:41 Setting up gir1.2-glib-2.0:armhf (1.64.1-1~ubuntu20.04.1) ...
12:11:41 Setting up libssh-4:armhf (0.9.3-2ubuntu2.2) ...
12:11:41 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
12:11:41 Setting up libpolkit-agent-1-0:armhf (0.105-26ubuntu1.3) ...
12:11:41 Setting up libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.6) ...
12:11:41 Setting up python3.8 (3.8.10-0ubuntu1~20.04.6) ...
12:11:41 Selecting previously unselected package python3-minimal.
12:11: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 ... 7386 files and directories currently installed.)
12:11:41 Preparing to unpack .../00-python3-minimal_3.11.1-3_armhf.deb ...
12:11:41 Unpacking python3-minimal (3.11.1-3) ...
12:11:41 Selecting previously unselected package libargon2-1:armhf.
12:11:41 Preparing to unpack .../1-libargon2-1_0~20171227-0.2_armhf.deb ...
12:11:41 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
12:11:41 Selecting previously unselected package dmsetup.
12:11:41 Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_armhf.deb ...
12:11:41 Unpacking dmsetup (2:1.02.155-3) ...
12:11:41 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:11:41 Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
12:11:41 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
12:11:41 Selecting previously unselected package libjson-c3:armhf.
12:11:41 Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_armhf.deb ...
12:11:41 Unpacking libjson-c3:armhf (0.12.1+ds-2+deb10u1) ...
12:11:41 Selecting previously unselected package libcryptsetup12:armhf.
12:11:41 Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_armhf.deb ...
12:11:41 Unpacking libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
12:11:41 Selecting previously unselected package libidn11:armhf.
12:11:41 Preparing to unpack .../6-libidn11_1.33-2.2_armhf.deb ...
12:11:41 Unpacking libidn11:armhf (1.33-2.2) ...
12:11:41 Setting up python3-dbus (1.2.18-3build1) ...
12:11:41 Setting up python3-distro (1.7.0-1) ...
12:11:41   Running scriptlet: dnf-plugins-core-4.3.1-1.fc36.noarch                   7/7 
12:11:41   Verifying        : python3-dateutil-1:2.8.1-8.fc36.noarch                 1/7 
12:11:41   Verifying        : python3-dbus-1.2.18-3.fc36.x86_64                      2/7 
12:11:41   Verifying        : python3-distro-1.6.0-2.fc36.noarch                     3/7 
12:11:41   Verifying        : python3-six-1.16.0-5.fc36.noarch                       4/7 
12:11:41   Verifying        : dbus-libs-1:1.14.4-1.fc36.x86_64                       5/7 
12:11:41   Verifying        : dnf-plugins-core-4.3.1-1.fc36.noarch                   6/7 
12:11:41 Fetched 8383 kB in 1s (5882 kB/s)
12:11:41 Selecting previously unselected package media-types.
12:11:41 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
12:11:41 Unpacking media-types (8.0.0) ...
12:11:41 Selecting previously unselected package libmpdec3:armhf.
12:11:41 Preparing to unpack .../02-libmpdec3_2.5.1-2_armhf.deb ...
12:11:41 Unpacking libmpdec3:armhf (2.5.1-2) ...
12:11:41 Selecting previously unselected package libncursesw6:armhf.
12:11:41 Preparing to unpack .../03-libncursesw6_6.4-2_armhf.deb ...
12:11:41 Unpacking libncursesw6:armhf (6.4-2) ...
12:11:41 Selecting previously unselected package libkrb5support0:armhf.
12:11:41 Preparing to unpack .../04-libkrb5support0_1.20.1-1_armhf.deb ...
12:11:41 Unpacking libkrb5support0:armhf (1.20.1-1) ...
12:11:41 Selecting previously unselected package libk5crypto3:armhf.
12:11:41 Preparing to unpack .../05-libk5crypto3_1.20.1-1_armhf.deb ...
12:11:41 Unpacking libk5crypto3:armhf (1.20.1-1) ...
12:11:41 Selecting previously unselected package libkeyutils1:armhf.
12:11:41 Preparing to unpack .../06-libkeyutils1_1.6.3-2_armhf.deb ...
12:11:41 Unpacking libkeyutils1:armhf (1.6.3-2) ...
12:11:42 Selecting previously unselected package libip4tc0:armhf.
12:11:42 Preparing to unpack .../7-libip4tc0_1.8.2-4_armhf.deb ...
12:11:42 Unpacking libip4tc0:armhf (1.8.2-4) ...
12:11:42 Selecting previously unselected package libkmod2:armhf.
12:11:42 Preparing to unpack .../8-libkmod2_26-1_armhf.deb ...
12:11:42 Unpacking libkmod2:armhf (26-1) ...
12:11:42 Selecting previously unselected package systemd.
12:11:42 Preparing to unpack .../9-systemd_241-7~deb10u8_armhf.deb ...
12:11:42 Unpacking systemd (241-7~deb10u8) ...
12:11:42 dpkg-genchanges: info: including full source code in upload
12:11:42  dpkg-source -I.git --after-build .
12:11:42   Running scriptlet: container-selinux-3:2.198.0-1.el9.noarch             50/62 
12:11:42   Installing       : acl-2.3.1-3.el9.x86_64                               51/62 
12:11:42   Installing       : dbus-1:1.12.20-7.el9.x86_64                          52/62 
12:11:42   Installing       : systemd-pam-252-3.el9.x86_64                         53/62 
12:11:42   Running scriptlet: systemd-252-3.el9.x86_64                             54/62 
12:11:42   Installing       : systemd-252-3.el9.x86_64                             54/62 
12:11:42   Running scriptlet: systemd-252-3.el9.x86_64                             54/62 
12:11:42   Installing       : dbus-common-1:1.12.20-7.el9.noarch                   55/62 
12:11:42   Running scriptlet: dbus-common-1:1.12.20-7.el9.noarch                   55/62 
12:11:42 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
12:11:42 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
12:11:42 
12:11:42   Running scriptlet: dbus-broker-28-7.el9.x86_64                          56/62 
12:11:42   Installing       : dbus-broker-28-7.el9.x86_64                          56/62 
12:11:42   Running scriptlet: dbus-broker-28-7.el9.x86_64                          56/62 
12:11:42 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
12:11:42 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
12:11:42 
12:11:42   Installing       : device-mapper-libs-9:1.02.187-4.el9.x86_64           57/62 
12:11:42   Installing       : device-mapper-9:1.02.187-4.el9.x86_64                58/62 
12:11:42   Installing       : containerd.io-1.6.16-3.1.el9.x86_64                  59/62 
12:11:42   Running scriptlet: containerd.io-1.6.16-3.1.el9.x86_64                  59/62 
12:11:42   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   60/62 
12:11:42 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:11:42 Setting up python3-jwt (2.3.0-1ubuntu0.2) ...
12:11:42 Setting up python3-apt (2.4.0) ...
12:11:42   Verifying        : python3-dnf-plugins-core-4.3.1-1.fc36.noarch           7/7 
12:11:42 
12:11:42 Installed:
12:11:42   dbus-libs-1:1.14.4-1.fc36.x86_64                                              
12:11:42   dnf-plugins-core-4.3.1-1.fc36.noarch                                          
12:11:42   python3-dateutil-1:2.8.1-8.fc36.noarch                                        
12:11:42   python3-dbus-1.2.18-3.fc36.x86_64                                             
12:11:42   python3-distro-1.6.0-2.fc36.noarch                                            
12:11:42   python3-dnf-plugins-core-4.3.1-1.fc36.noarch                                  
12:11:42   python3-six-1.16.0-5.fc36.noarch                                              
12:11:42 
12:11:42 Complete!
12:11:42 + case ${DIST_ID}:${DIST_VERSION} in
12:11:42 + dnf install -y findutils
12:11:42 Selecting previously unselected package libkrb5-3:armhf.
12:11:42 Preparing to unpack .../07-libkrb5-3_1.20.1-1_armhf.deb ...
12:11:42 Unpacking libkrb5-3:armhf (1.20.1-1) ...
12:11:42 Selecting previously unselected package libgssapi-krb5-2:armhf.
12:11:42 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-1_armhf.deb ...
12:11:42 Unpacking libgssapi-krb5-2:armhf (1.20.1-1) ...
12:11:42 Selecting previously unselected package libtirpc-common.
12:11:42 Preparing to unpack .../09-libtirpc-common_1.3.3+ds-1_all.deb ...
12:11:42 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:11:42 Selecting previously unselected package libtirpc3:armhf.
12:11:42 Preparing to unpack .../10-libtirpc3_1.3.3+ds-1_armhf.deb ...
12:11:42 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
12:11:42 Selecting previously unselected package libnsl2:armhf.
12:11:42 Preparing to unpack .../11-libnsl2_1.3.0-2_armhf.deb ...
12:11:42 Unpacking libnsl2:armhf (1.3.0-2) ...
12:11:42 Selecting previously unselected package readline-common.
12:11:42 Preparing to unpack .../12-readline-common_8.2-1.3_all.deb ...
12:11:42 Unpacking readline-common (8.2-1.3) ...
12:11:42 Last metadata expiration check: 0:00:07 ago on Tue Feb  7 12:11:35 2023.
12:11:42 Setting up libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.5) ...
12:11:42 Setting up policykit-1 (0.105-26ubuntu1.3) ...
12:11:42 Setting up gpg (2.2.19-3ubuntu2.2) ...
12:11:42 Setting up libapparmor1:armhf (2.13.2-10) ...
12:11:42 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:11:42 + destination=/build
12:11:42 + mkdir -p /build
12:11:42 + mv -v /root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb /root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.buildinfo /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.changes /root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb /root/docker-compose-plugin_2.15.1-1~debian.11~bullseye_amd64.deb /root/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb /build
12:11:42 copied '/root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb' -> '/build/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb'
12:11:42 removed '/root/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb'
12:11:42 copied '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'
12:11:42 removed '/root/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'
12:11:42 copied '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'
12:11:42 removed '/root/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'
12:11:42 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc'
12:11:42 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.dsc'
12:11:42 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz'
12:11:42 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye.tar.gz'
12:11:42 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.buildinfo'
12:11:42 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.buildinfo'
12:11:42 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.changes' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.changes'
12:11:42 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.changes'
12:11:42 copied '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb' -> '/build/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'
12:11:42 removed '/root/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb'
12:11:42 copied '/root/docker-compose-plugin_2.15.1-1~debian.11~bullseye_amd64.deb' -> '/build/docker-compose-plugin_2.15.1-1~debian.11~bullseye_amd64.deb'
12:11:42 removed '/root/docker-compose-plugin_2.15.1-1~debian.11~bullseye_amd64.deb'
12:11:42 copied '/root/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb' -> '/build/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
12:11:42 removed '/root/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
12:11:42 Setting up python3-lazr.uri (1.0.6-2) ...
12:11:42 Setting up python3-zipp (1.0.0-3) ...
12:11:42 Selecting previously unselected package dbus-user-session.
12:11:42 Preparing to unpack .../04-dbus-user-session_1.12.24-0+deb11u1_armhf.deb ...
12:11:42 Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
12:11:42 Selecting previously unselected package libip6tc2:armhf.
12:11:42 Preparing to unpack .../05-libip6tc2_1.8.7-1_armhf.deb ...
12:11:42 Unpacking libip6tc2:armhf (1.8.7-1) ...
12:11:42 Selecting previously unselected package libxtables12:armhf.
12:11:42 Preparing to unpack .../06-libxtables12_1.8.7-1_armhf.deb ...
12:11:42 Unpacking libxtables12:armhf (1.8.7-1) ...
12:11:42 Selecting previously unselected package libmnl0:armhf.
12:11:42 Preparing to unpack .../07-libmnl0_1.0.4-3_armhf.deb ...
12:11:42 Unpacking libmnl0:armhf (1.0.4-3) ...
12:11:42 Selecting previously unselected package libnfnetlink0:armhf.
12:11:42 Preparing to unpack .../08-libnfnetlink0_1.0.1-3+b1_armhf.deb ...
12:11:42 Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ...
12:11:42 Selecting previously unselected package libnetfilter-conntrack3:armhf.
12:11:42 Preparing to unpack .../09-libnetfilter-conntrack3_1.0.8-3_armhf.deb ...
12:11:42 Unpacking libnetfilter-conntrack3:armhf (1.0.8-3) ...
12:11:42 Selecting previously unselected package libnftnl11:armhf.
12:11:42 Preparing to unpack .../10-libnftnl11_1.1.9-1_armhf.deb ...
12:11:42 Unpacking libnftnl11:armhf (1.1.9-1) ...
12:11:42 Selecting previously unselected package libreadline8:armhf.
12:11:42 Preparing to unpack .../13-libreadline8_8.2-1.3_armhf.deb ...
12:11:42 Unpacking libreadline8:armhf (8.2-1.3) ...
12:11:42 Selecting previously unselected package libsqlite3-0:armhf.
12:11:42 Preparing to unpack .../14-libsqlite3-0_3.40.1-1_armhf.deb ...
12:11:42 Unpacking libsqlite3-0:armhf (3.40.1-1) ...
12:11:42 Selecting previously unselected package libpython3.11-stdlib:armhf.
12:11:42 Preparing to unpack .../15-libpython3.11-stdlib_3.11.1-2_armhf.deb ...
12:11:42 Unpacking libpython3.11-stdlib:armhf (3.11.1-2) ...
12:11:42 Reading package lists...
12:11:42 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:11:42 Setting up libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
12:11:42 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
12:11:42 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
12:11:42 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:11:42 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:11:42  * base: download.cf.centos.org
12:11:42  * extras: download.cf.centos.org
12:11:42  * updates: download.cf.centos.org
12:11:42 Setting up libargon2-1:armhf (0~20171227-0.2) ...
12:11:42 Setting up libjson-c3:armhf (0.12.1+ds-2+deb10u1) ...
12:11:42 Setting up libidn11:armhf (1.33-2.2) ...
12:11:42 Setting up libip4tc0:armhf (1.8.2-4) ...
12:11:42 Setting up libkmod2:armhf (26-1) ...
12:11:42 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
12:11:42 Setting up libcryptsetup12:armhf (2:2.1.0-5+deb10u2) ...
12:11:42 Setting up systemd (241-7~deb10u8) ...
12:11:42 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:11:42 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:11:42 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
12:11:42 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
12:11:42 Initializing machine ID from random generator.
12:11:42 Setting up python3-cryptography (3.4.8-1ubuntu2) ...
12:11:42   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   60/62 
12:11:42   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.x86   61/62 
12:11:42   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.x86   61/62 
12:11:42   Installing       : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            62/62 
12:11:42   Running scriptlet: selinux-policy-targeted-38.1.5-1.el9.noarch          62/62 
12:11:42   Running scriptlet: container-selinux-3:2.198.0-1.el9.noarch             62/62 
12:11:42 Selecting previously unselected package iptables.
12:11:42 Preparing to unpack .../11-iptables_1.8.7-1_armhf.deb ...
12:11:42 Unpacking iptables (1.8.7-1) ...
12:11:42 Setting up systemd-sysv (247.3-7+rpi1+deb11u1) ...
12:11:42 Setting up libip6tc2:armhf (1.8.7-1) ...
12:11:42 Setting up dbus (1.12.24-0+deb11u1) ...
12:11:42 Selecting previously unselected package python3.11.
12:11:42 Preparing to unpack .../16-python3.11_3.11.1-2_armhf.deb ...
12:11:42 Unpacking python3.11 (3.11.1-2) ...
12:11:42 Selecting previously unselected package libpython3-stdlib:armhf.
12:11:42 Preparing to unpack .../17-libpython3-stdlib_3.11.1-3_armhf.deb ...
12:11:42 Unpacking libpython3-stdlib:armhf (3.11.1-3) ...
12:11:42 Setting up python3-minimal (3.11.1-3) ...
12:11:42 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:11:42 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:11:42 Setting up libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:42 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
12:11:42 Setting up dconf-service (0.36.0-1) ...
12:11:42 Setting up python3 (3.8.2-0ubuntu2) ...
12:11:42 Setting up python3-wadllib (1.3.6-1) ...
12:11:42 Setting up gnupg (2.2.27-3ubuntu2.1) ...
12:11:42 Setting up packagekit (1.2.5-2ubuntu2) ...
12:11:42 invoke-rc.d: could not determine current runlevel
12:11:42 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:11:42 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
12:11:42 invoke-rc.d: could not determine current runlevel
12:11:42 invoke-rc.d: policy-rc.d denied execution of start.
12:11:42 Setting up libmnl0:armhf (1.0.4-3) ...
12:11:42 Setting up containerd.io (1.6.16-1) ...
12:11:42 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:11:42 Setting up libxtables12:armhf (1.8.7-1) ...
12:11:42 Setting up libnfnetlink0:armhf (1.0.1-3+b1) ...
12:11:42 Selecting previously unselected package python3.
12:11: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 ... 7897 files and directories currently installed.)
12:11:42 Preparing to unpack .../00-python3_3.11.1-3_armhf.deb ...
12:11:42 Unpacking python3 (3.11.1-3) ...
12:11:42 Selecting previously unselected package sgml-base.
12:11:42 Preparing to unpack .../01-sgml-base_1.31_all.deb ...
12:11:42 Unpacking sgml-base (1.31) ...
12:11:42 Selecting previously unselected package openssl.
12:11:42 Preparing to unpack .../02-openssl_3.0.7-2_armhf.deb ...
12:11:42 Unpacking openssl (3.0.7-2) ...
12:11:42 Selecting previously unselected package ca-certificates.
12:11:43 Setting up python3-six (1.14.0-2) ...
12:11:43 Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ...
12:11:43 Setting up python3-certifi (2019.11.28-1) ...
12:11:43 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:11:43 Setting up gnupg2 (2.2.27-3ubuntu2.1) ...
12:11:43 Setting up python3-importlib-metadata (4.6.4-1) ...
12:11:43 Setting up python3-oauthlib (3.2.0-1ubuntu0.1) ...
12:11:43 Setting up dmsetup (2:1.02.155-3) ...
12:11:43 Selecting previously unselected package systemd-sysv.
12:11: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 ... 10764 files and directories currently installed.)
12:11:43 Preparing to unpack .../00-systemd-sysv_241-7~deb10u8_armhf.deb ...
12:11:43 Unpacking systemd-sysv (241-7~deb10u8) ...
12:11:43 Selecting previously unselected package libip6tc0:armhf.
12:11:43 Preparing to unpack .../01-libip6tc0_1.8.2-4_armhf.deb ...
12:11:43 Unpacking libip6tc0:armhf (1.8.2-4) ...
12:11:43 Selecting previously unselected package libiptc0:armhf.
12:11:43 Preparing to unpack .../02-libiptc0_1.8.2-4_armhf.deb ...
12:11:43 Unpacking libiptc0:armhf (1.8.2-4) ...
12:11:43 Selecting previously unselected package libnfnetlink0:armhf.
12:11:43 Preparing to unpack .../03-libnfnetlink0_1.0.1-3+b1_armhf.deb ...
12:11:43 Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ...
12:11:43 Selecting previously unselected package libnetfilter-conntrack3:armhf.
12:11:43 Preparing to unpack .../04-libnetfilter-conntrack3_1.0.7-1_armhf.deb ...
12:11:43 Unpacking libnetfilter-conntrack3:armhf (1.0.7-1) ...
12:11:43 Selecting previously unselected package libnftnl11:armhf.
12:11:43 Preparing to unpack .../05-libnftnl11_1.1.2-2_armhf.deb ...
12:11:43 Unpacking libnftnl11:armhf (1.1.2-2) ...
12:11:43 Package findutils-1:4.9.0-2.fc37.x86_64 is already installed.
12:11:43 Dependencies resolved.
12:11:43 Nothing to do.
12:11:43 Complete!
12:11:43 + install_rpm_containerd
12:11:43 + '[' staging = stage ']'
12:11:43 + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo
12:11:43 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo'
12:11:43 + dnf --version
12:11:43 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo
12:11:43   Running scriptlet: rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            62/62 
12:11:43   Verifying        : acl-2.3.1-3.el9.x86_64                                1/62 
12:11:43   Verifying        : cracklib-2.9.6-27.el9.x86_64                          2/62 
12:11:43   Verifying        : cracklib-dicts-2.9.6-27.el9.x86_64                    3/62 
12:11:43   Verifying        : dbus-1:1.12.20-7.el9.x86_64                           4/62 
12:11:43   Verifying        : dbus-broker-28-7.el9.x86_64                           5/62 
12:11:43   Verifying        : dbus-common-1:1.12.20-7.el9.noarch                    6/62 
12:11:43   Verifying        : device-mapper-9:1.02.187-4.el9.x86_64                 7/62 
12:11:43   Verifying        : device-mapper-libs-9:1.02.187-4.el9.x86_64            8/62 
12:11:43   Verifying        : diffutils-3.7-12.el9.x86_64                           9/62 
12:11:43   Verifying        : fuse-common-3.10.2-5.el9.x86_64                      10/62 
12:11:43   Verifying        : iptables-libs-1.8.8-6.el9.x86_64                     11/62 
12:11:43   Verifying        : iptables-nft-1.8.8-6.el9.x86_64                      12/62 
12:11:43   Verifying        : kmod-28-7.el9.x86_64                                 13/62 
12:11:43   Verifying        : kmod-libs-28-7.el9.x86_64                            14/62 
12:11:43   Verifying        : libdb-5.3.28-53.el9.x86_64                           15/62 
12:11:43   Verifying        : libeconf-0.4.1-2.el9.x86_64                          16/62 
12:11:43   Verifying        : libfdisk-2.37.4-9.el9.x86_64                         17/62 
12:11:43   Verifying        : libibverbs-41.0-3.el9.x86_64                         18/62 
12:11:43   Verifying        : libmnl-1.0.4-15.el9.x86_64                           19/62 
12:11:43   Verifying        : libnetfilter_conntrack-1.0.9-1.el9.x86_64            20/62 
12:11:43   Verifying        : libnfnetlink-1.0.1-21.el9.x86_64                     21/62 
12:11:43   Verifying        : libnftnl-1.2.2-1.el9.x86_64                          22/62 
12:11:43   Verifying        : libnl3-3.7.0-1.el9.x86_64                            23/62 
12:11:43   Verifying        : libpcap-14:1.10.0-4.el9.x86_64                       24/62 
12:11:43   Verifying        : libpwquality-1.4.4-8.el9.x86_64                      25/62 
12:11:43   Verifying        : libseccomp-2.5.2-2.el9.x86_64                        26/62 
12:11:43   Verifying        : libselinux-utils-3.5-0.rc1.1.el9.x86_64              27/62 
12:11:43   Verifying        : libutempter-1.2.1-6.el9.x86_64                       28/62 
12:11:43   Verifying        : openssl-1:3.0.7-2.el9.x86_64                         29/62 
12:11:43   Verifying        : pam-1.5.1-14.el9.x86_64                              30/62 
12:11:43   Verifying        : policycoreutils-3.5-0.rc1.2.el9.x86_64               31/62 
12:11:43   Verifying        : python3-distro-1.5.0-7.el9.noarch                    32/62 
12:11:43   Verifying        : python3-setools-4.4.0-5.el9.x86_64                   33/62 
12:11:43   Verifying        : python3-setuptools-53.0.0-12.el9.noarch              34/62 
12:11:43   Verifying        : rpm-plugin-selinux-4.16.1.3-22.el9.x86_64            35/62 
12:11:43   Verifying        : selinux-policy-38.1.5-1.el9.noarch                   36/62 
12:11:43   Verifying        : selinux-policy-targeted-38.1.5-1.el9.noarch          37/62 
12:11:43   Verifying        : systemd-252-3.el9.x86_64                             38/62 
12:11:43   Verifying        : systemd-pam-252-3.el9.x86_64                         39/62 
12:11:43   Verifying        : systemd-rpm-macros-252-3.el9.noarch                  40/62 
12:11:43   Verifying        : util-linux-2.37.4-9.el9.x86_64                       41/62 
12:11:43   Verifying        : util-linux-core-2.37.4-9.el9.x86_64                  42/62 
12:11:43   Verifying        : xz-5.2.5-8.el9.x86_64                                43/62 
12:11:43   Verifying        : checkpolicy-3.5-0.rc2.1.el9.x86_64                   44/62 
12:11:43   Verifying        : container-selinux-3:2.198.0-1.el9.noarch             45/62 
12:11:43   Verifying        : fuse-overlayfs-1.10-1.el9.x86_64                     46/62 
12:11:43   Verifying        : fuse3-3.10.2-5.el9.x86_64                            47/62 
12:11:43   Verifying        : fuse3-libs-3.10.2-5.el9.x86_64                       48/62 
12:11:43   Verifying        : libslirp-4.4.0-4.el9.x86_64                          49/62 
12:11:43   Verifying        : policycoreutils-python-utils-3.5-0.rc1.2.el9.noarc   50/62 
12:11:43   Verifying        : python3-audit-3.0.7-103.el9.x86_64                   51/62 
12:11:43   Verifying        : python3-libselinux-3.5-0.rc1.1.el9.x86_64            52/62 
12:11:43   Verifying        : python3-libsemanage-3.5-0.rc1.1.el9.x86_64           53/62 
12:11:43   Verifying        : python3-policycoreutils-3.5-0.rc1.2.el9.noarch       54/62 
12:11:43   Verifying        : slirp4netns-1.2.0-2.el9.x86_64                       55/62 
12:11:43   Verifying        : containerd.io-1.6.16-3.1.el9.x86_64                  56/62 
12:11:43   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.x86   57/62 
12:11:43   Verifying        : docker-compose-plugin-2.15.1-0.el9.x86_64            58/62 
12:11:43   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9   59/62 
12:11:43   Verifying        : docker-buildx-plugin-0.10.2-0.el9.x86_64             60/62 
12:11:43   Verifying        : docker-scan-plugin-0.23.0-0.el9.x86_64               61/62 
12:11:43   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   62/62 
12:11:43 
12:11:43 Installed:
12:11:43   acl-2.3.1-3.el9.x86_64                                                        
12:11:43   checkpolicy-3.5-0.rc2.1.el9.x86_64                                            
12:11:43   container-selinux-3:2.198.0-1.el9.noarch                                      
12:11:43   containerd.io-1.6.16-3.1.el9.x86_64                                           
12:11:43   cracklib-2.9.6-27.el9.x86_64                                                  
12:11:43   cracklib-dicts-2.9.6-27.el9.x86_64                                            
12:11:43   dbus-1:1.12.20-7.el9.x86_64                                                   
12:11:43   dbus-broker-28-7.el9.x86_64                                                   
12:11:43   dbus-common-1:1.12.20-7.el9.noarch                                            
12:11:43   device-mapper-9:1.02.187-4.el9.x86_64                                         
12:11:43   device-mapper-libs-9:1.02.187-4.el9.x86_64                                    
12:11:43   diffutils-3.7-12.el9.x86_64                                                   
12:11:43   docker-buildx-plugin-0.10.2-0.el9.x86_64                                      
12:11:43   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.el9.x86_64                         
12:11:43   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.el9.x86_64                     
12:11:43   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el9.x86_64           
12:11:43   docker-compose-plugin-2.15.1-0.el9.x86_64                                     
12:11:43   docker-scan-plugin-0.23.0-0.el9.x86_64                                        
12:11:43   fuse-common-3.10.2-5.el9.x86_64                                               
12:11:43   fuse-overlayfs-1.10-1.el9.x86_64                                              
12:11:43   fuse3-3.10.2-5.el9.x86_64                                                     
12:11:43   fuse3-libs-3.10.2-5.el9.x86_64                                                
12:11:43   iptables-libs-1.8.8-6.el9.x86_64                                              
12:11:43   iptables-nft-1.8.8-6.el9.x86_64                                               
12:11:43   kmod-28-7.el9.x86_64                                                          
12:11:43   kmod-libs-28-7.el9.x86_64                                                     
12:11:43   libdb-5.3.28-53.el9.x86_64                                                    
12:11:43   libeconf-0.4.1-2.el9.x86_64                                                   
12:11:43   libfdisk-2.37.4-9.el9.x86_64                                                  
12:11:43   libibverbs-41.0-3.el9.x86_64                                                  
12:11:43   libmnl-1.0.4-15.el9.x86_64                                                    
12:11:43   libnetfilter_conntrack-1.0.9-1.el9.x86_64                                     
12:11:43   libnfnetlink-1.0.1-21.el9.x86_64                                              
12:11:43   libnftnl-1.2.2-1.el9.x86_64                                                   
12:11:43   libnl3-3.7.0-1.el9.x86_64                                                     
12:11:43   libpcap-14:1.10.0-4.el9.x86_64                                                
12:11:43   libpwquality-1.4.4-8.el9.x86_64                                               
12:11:43   libseccomp-2.5.2-2.el9.x86_64                                                 
12:11:43   libselinux-utils-3.5-0.rc1.1.el9.x86_64                                       
12:11:43   libslirp-4.4.0-4.el9.x86_64                                                   
12:11:43   libutempter-1.2.1-6.el9.x86_64                                                
12:11:43   openssl-1:3.0.7-2.el9.x86_64                                                  
12:11:43   pam-1.5.1-14.el9.x86_64                                                       
12:11:43   policycoreutils-3.5-0.rc1.2.el9.x86_64                                        
12:11:43   policycoreutils-python-utils-3.5-0.rc1.2.el9.noarch                           
12:11:43   python3-audit-3.0.7-103.el9.x86_64                                            
12:11:43   python3-distro-1.5.0-7.el9.noarch                                             
12:11:43   python3-libselinux-3.5-0.rc1.1.el9.x86_64                                     
12:11:43   python3-libsemanage-3.5-0.rc1.1.el9.x86_64                                    
12:11:43   python3-policycoreutils-3.5-0.rc1.2.el9.noarch                                
12:11:43   python3-setools-4.4.0-5.el9.x86_64                                            
12:11:43   python3-setuptools-53.0.0-12.el9.noarch                                       
12:11:43   rpm-plugin-selinux-4.16.1.3-22.el9.x86_64                                     
12:11:43   selinux-policy-38.1.5-1.el9.noarch                                            
12:11:43   selinux-policy-targeted-38.1.5-1.el9.noarch                                   
12:11:43   slirp4netns-1.2.0-2.el9.x86_64                                                
12:11:43   systemd-252-3.el9.x86_64                                                      
12:11:43   systemd-pam-252-3.el9.x86_64                                                  
12:11:43   systemd-rpm-macros-252-3.el9.noarch                                           
12:11:43   util-linux-2.37.4-9.el9.x86_64                                                
12:11:43   util-linux-core-2.37.4-9.el9.x86_64                                           
12:11:43   xz-5.2.5-8.el9.x86_64                                                         
12:11:43 
12:11:43 Complete!
12:11:43 Fetched 20.1 MB in 3s (5877 kB/s)
12:11:43 Setting up libpam-systemd:armhf (247.3-7+rpi1+deb11u1) ...
12:11:43 Setting up libnftnl11:armhf (1.1.9-1) ...
12:11:43 Setting up dbus-user-session (1.12.24-0+deb11u1) ...
12:11:43 Setting up libnetfilter-conntrack3:armhf (1.0.8-3) ...
12:11:43 Setting up iptables (1.8.7-1) ...
12:11:43 Preparing to unpack .../03-ca-certificates_20211016_all.deb ...
12:11:43 Unpacking ca-certificates (20211016) ...
12:11:43 Selecting previously unselected package libpam-systemd:armhf.
12:11:43 Preparing to unpack .../04-libpam-systemd_252.5-2_armhf.deb ...
12:11:43 Unpacking libpam-systemd:armhf (252.5-2) ...
12:11:43 Selecting previously unselected package apt-transport-https.
12:11:43 Preparing to unpack .../05-apt-transport-https_2.5.5_all.deb ...
12:11:43 Unpacking apt-transport-https (2.5.5) ...
12:11:43 Selecting previously unselected package libbrotli1:armhf.
12:11:43 Preparing to unpack .../06-libbrotli1_1.0.9-2+b6_armhf.deb ...
12:11:43 Unpacking libbrotli1:armhf (1.0.9-2+b6) ...
12:11:43 Selecting previously unselected package libsasl2-modules-db:armhf.
12:11:43 Preparing to unpack .../07-libsasl2-modules-db_2.1.28+dfsg-10_armhf.deb ...
12:11:43 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-10) ...
12:11:43 Selecting previously unselected package libsasl2-2:armhf.
12:11:43 Preparing to unpack .../08-libsasl2-2_2.1.28+dfsg-10_armhf.deb ...
12:11:43 Unpacking libsasl2-2:armhf (2.1.28+dfsg-10) ...
12:11:43 Selecting previously unselected package libldap-2.5-0:armhf.
12:11:43 Preparing to unpack .../09-libldap-2.5-0_2.5.13+dfsg-3_armhf.deb ...
12:11:43 Setting up python3-gi (3.36.0-1) ...
12:11:43 Setting up python3-idna (2.8-1) ...
12:11:43 Setting up python3-secretstorage (3.3.1-1) ...
12:11:43 Setting up python3-keyring (23.5.0-1) ...
12:11:43 Selecting previously unselected package iptables.
12:11:43 Preparing to unpack .../06-iptables_1.8.2-4_armhf.deb ...
12:11:43 Unpacking iptables (1.8.2-4) ...
12:11:43 Selecting previously unselected package dbus.
12:11:43 Preparing to unpack .../07-dbus_1.12.24-0+deb10u1_armhf.deb ...
12:11:43 Unpacking dbus (1.12.24-0+deb10u1) ...
12:11:43 Selecting previously unselected package libpam-systemd:armhf.
12:11:43 Preparing to unpack .../08-libpam-systemd_241-7~deb10u8_armhf.deb ...
12:11:43 Unpacking libpam-systemd:armhf (241-7~deb10u8) ...
12:11:43 Selecting previously unselected package containerd.io.
12:11:43 Preparing to unpack .../09-containerd.io_1.6.16-1_armhf.deb ...
12:11:43 Unpacking containerd.io (1.6.16-1) ...
12:11:43 4.14.0
12:11:43   Installed: dnf-0:4.14.0-1.fc37.noarch at Sun Dec 11 05:49:07 2022
12:11:43   Built    : Fedora Project at Fri Sep  9 13:05:18 2022
12:11:43 
12:11:43   Installed: rpm-0:4.18.0-1.fc37.x86_64 at Sun Dec 11 05:49:07 2022
12:11:43   Built    : Fedora Project at Wed Sep 21 10:51:10 2022
12:11:43 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
12:11:43 Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo
12:11:43 Reading package lists...
12:11:43 Building dependency tree...
12:11:43 Reading state information...
12:11:43 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:11:43 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:43 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:11:43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:43 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:11:43 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:11:43 Processing triggers for libc-bin (2.31-13+rpi1+deb11u3) ...
12:11:43 + verify_binaries
12:11:43 + docker --version
12:11:43 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:11:43 ++ uname -m
12:11:43 + '[' armv8l = x86_64 ']'
12:11:43 + docker buildx version
12:11:43 + verify_binaries
12:11:43 + docker --version
12:11:43 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:11:43 ++ uname -m
12:11:43 + '[' x86_64 = x86_64 ']'
12:11:43 + docker scan --help
12:11:43 
12:11:43 Usage:  docker scan [OPTIONS] IMAGE
12:11:43 
12:11:43 A tool to scan your images
12:11:43 
12:11:43 Options:
12:11:43       --accept-license    Accept using a third party scanning provider
12:11:43       --dependency-tree   Show dependency tree with scan results
12:11:43       --exclude-base      Exclude base image from vulnerability scanning
12:11:43                           (requires --file)
12:11:43   -f, --file string       Dockerfile associated with image, provides more
12:11:43                           detailed results
12:11:43       --group-issues      Aggregate duplicated vulnerabilities and group
12:11:43                           them to a single one (requires --json)
12:11:43       --json              Output results in JSON format
12:11:43       --login             Authenticate to the scan provider using an
12:11:43                           optional token (with --token), or web base
12:11:43                           token if empty
12:11:43       --reject-license    Reject using a third party scanning provider
12:11:43       --severity string   Only report vulnerabilities of provided level
12:11:43                           or higher (low|medium|high)
12:11:43       --token string      Authentication token to login to the third
12:11:43                           party scanning provider
12:11:43       --version           Display version of the scan plugin
12:11:43 + docker buildx version
12:11:43 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-3) ...
12:11:43 Selecting previously unselected package libnghttp2-14:armhf.
12:11:43 Preparing to unpack .../10-libnghttp2-14_1.51.0-1_armhf.deb ...
12:11:43 Unpacking libnghttp2-14:armhf (1.51.0-1) ...
12:11:43 Selecting previously unselected package libpsl5:armhf.
12:11:43 Preparing to unpack .../11-libpsl5_0.21.0-1.2_armhf.deb ...
12:11:43 Unpacking libpsl5:armhf (0.21.0-1.2) ...
12:11:43 Selecting previously unselected package librtmp1:armhf.
12:11:43 Preparing to unpack .../12-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
12:11:43 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
12:11:43 Selecting previously unselected package libssh2-1:armhf.
12:11:43 Preparing to unpack .../13-libssh2-1_1.10.0-3+b1_armhf.deb ...
12:11:43 Unpacking libssh2-1:armhf (1.10.0-3+b1) ...
12:11:43 Selecting previously unselected package libcurl4:armhf.
12:11:43 Preparing to unpack .../14-libcurl4_7.87.0-2_armhf.deb ...
12:11:43 Unpacking libcurl4:armhf (7.87.0-2) ...
12:11:43 Last metadata expiration check: 0:00:07 ago on Tue Feb  7 12:11:36 2023.
12:11:43 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
12:11:43 Setting up python3-lazr.restfulclient (0.14.4-1) ...
12:11:43 + dnf config-manager --set-disabled 'docker-ce-*'
12:11:43 The following additional packages will be installed:
12:11:43   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
12:11:43   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
12:11:43   gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3
12:11:43   libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2
12:11:43   libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
12:11:43   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
12:11:43   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 media-types
12:11:43   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
12:11:43   python3-gi python3-minimal python3-pycurl python3-software-properties
12:11:43   python3.9 python3.9-minimal readline-common
12:11:43 Suggested packages:
12:11:43   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
12:11:43   scdaemon isoquery pinentry-doc python3-doc python3-tk python3-venv
12:11:43   python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
12:11:43   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv
12:11:43   python3.9-doc binutils binfmt-support readline-doc
12:11:43 Recommended packages:
12:11:43   dbus libglib2.0-data shared-mime-info xdg-user-dirs libldap-common libgpm2
12:11:43   packagekit publicsuffix libsasl2-modules unattended-upgrades
12:11:43 github.com/docker/buildx v0.10.2 00ed17d
12:11:43 + docker compose version
12:11:43 Docker Compose version v2.15.1
12:11:43 + dockerd --version
12:11:43 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:11:43 + docker-proxy --version
12:11:43 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:11:43 + containerd --version
12:11:43 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:43 + ctr --version
12:11:43 ctr containerd.io 1.6.16
12:11:43 + containerd-shim --help
12:11:43 Usage of containerd-shim:
12:11:43   -address string
12:11:43     	grpc address back to main containerd
12:11:43   -containerd-binary containerd publish
12:11:43     	path to containerd binary (used for containerd publish) (default "containerd")
12:11:43   -criu string
12:11:43     	path to criu binary
12:11:43   -debug
12:11:43     	enable debug output in logs
12:11:43   -namespace string
12:11:43     	namespace that owns the shim
12:11:43   -runtime-root string
12:11:43     	root directory for the runtime (default "/run/containerd/runc")
12:11:43   -socket string
12:11:43     	socket path to serve
12:11:43   -systemd-cgroup
12:11:43     	set runtime to use systemd-cgroup
12:11:43   -workdir string
12:11:43     	path used to storge large temporary data
12:11:43 + containerd-shim-runc-v1 -v
12:11:43 containerd-shim-runc-v1:
12:11:43   Version:  1.6.16
12:11:43   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:43   Go version: go1.18.10
12:11:43 
12:11:43 + containerd-shim-runc-v2 -v
12:11:43 containerd-shim-runc-v2:
12:11:43   Version:  1.6.16
12:11:43   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:43   Go version: go1.18.10
12:11:43 
12:11:43 + runc --version
12:11:43 runc version 1.1.4
12:11:43 commit: v1.1.4-0-g5fd4c4d
12:11:43 spec: 1.0.2-dev
12:11:43 go: go1.18.10
12:11:43 libseccomp: 2.5.2
12:11:43 github.com/docker/buildx v0.10.2 00ed17d
12:11:43 + docker compose version
12:11:43 Docker Compose version v2.15.1
12:11:43 + dockerd --version
12:11:43 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:11:43 + docker-proxy --version
12:11:43 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:11:43 + containerd --version
12:11:43 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:43 + ctr --version
12:11:43 ctr containerd.io 1.6.16
12:11:43 + containerd-shim --help
12:11:43 Usage of containerd-shim:
12:11:43   -address string
12:11:43     	grpc address back to main containerd
12:11:43   -containerd-binary containerd publish
12:11:43     	path to containerd binary (used for containerd publish) (default "containerd")
12:11:43   -criu string
12:11:43     	path to criu binary
12:11:43   -debug
12:11:43     	enable debug output in logs
12:11:43   -namespace string
12:11:43     	namespace that owns the shim
12:11:43   -runtime-root string
12:11:43     	root directory for the runtime (default "/run/containerd/runc")
12:11:43   -socket string
12:11:43     	socket path to serve
12:11:43   -systemd-cgroup
12:11:43     	set runtime to use systemd-cgroup
12:11:43   -workdir string
12:11:43     	path used to storge large temporary data
12:11:43 + containerd-shim-runc-v1 -v
12:11:43 containerd-shim-runc-v1:
12:11:43   Version:  1.6.16
12:11:43   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:43   Go version: go1.18.10
12:11:43 
12:11:43 + containerd-shim-runc-v2 -v
12:11:43 containerd-shim-runc-v2:
12:11:43   Version:  1.6.16
12:11:43   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:43   Go version: go1.18.10
12:11:43 
12:11:43 + runc --version
12:11:43 runc version 1.1.4
12:11:43 commit: v1.1.4-0-g5fd4c4d
12:11:43 spec: 1.0.2-dev
12:11:43 go: go1.18.10
12:11:43 libseccomp: 2.5.1
12:11:43 Selecting previously unselected package curl.
12:11:43 Preparing to unpack .../15-curl_7.87.0-2_armhf.deb ...
12:11:43 Unpacking curl (7.87.0-2) ...
12:11:43 Selecting previously unselected package libassuan0:armhf.
12:11:43 Preparing to unpack .../16-libassuan0_2.5.5-5_armhf.deb ...
12:11:43 Unpacking libassuan0:armhf (2.5.5-5) ...
12:11:43 Selecting previously unselected package gpgconf.
12:11:43 Preparing to unpack .../17-gpgconf_2.2.40-1_armhf.deb ...
12:11:43 Unpacking gpgconf (2.2.40-1) ...
12:11:43 Selecting previously unselected package libksba8:armhf.
12:11:43 Preparing to unpack .../18-libksba8_1.6.3-2_armhf.deb ...
12:11:43 Unpacking libksba8:armhf (1.6.3-2) ...
12:11:43 Selecting previously unselected package libnpth0:armhf.
12:11:43 Preparing to unpack .../19-libnpth0_1.6-3_armhf.deb ...
12:11:43 Unpacking libnpth0:armhf (1.6-3) ...
12:11:43 Selecting previously unselected package dirmngr.
12:11:43 Preparing to unpack .../20-dirmngr_2.2.40-1_armhf.deb ...
12:11:43 Unpacking dirmngr (2.2.40-1) ...
12:11:43 Package findutils-1:4.9.0-1.fc36.x86_64 is already installed.
12:11:43 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:11:43 Setting up lsb-release (11.1.0ubuntu2) ...
12:11:43 Setting up libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:43 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
12:11:43 Setting up python3-launchpadlib (1.10.16-1) ...
12:11:43 Setting up python3-software-properties (0.99.22.5) ...
12:11:43 + dnf config-manager --set-enabled docker-ce-test
12:11:44 Selecting previously unselected package distro-info-data.
12:11:44 Preparing to unpack .../21-distro-info-data_0.56_all.deb ...
12:11:44 Unpacking distro-info-data (0.56) ...
12:11:44 Selecting previously unselected package libglib2.0-0:armhf.
12:11:44 Preparing to unpack .../22-libglib2.0-0_2.74.5-1_armhf.deb ...
12:11:44 Unpacking libglib2.0-0:armhf (2.74.5-1) ...
12:11:44 Selecting previously unselected package libgirepository-1.0-1:armhf.
12:11:44 Preparing to unpack .../23-libgirepository-1.0-1_1.74.0-3_armhf.deb ...
12:11:44 Unpacking libgirepository-1.0-1:armhf (1.74.0-3) ...
12:11:44 Dependencies resolved.
12:11:44 Nothing to do.
12:11:44 Complete!
12:11:44 + install_rpm_containerd
12:11:44 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo
12:11:44 + '[' staging = stage ']'
12:11:44 + REPO_URL=https://download.docker.com/linux/fedora/docker-ce.repo
12:11:44 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/fedora/docker-ce.repo'
12:11:44 + dnf --version
12:11:44 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_23.0/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-kinetic"
12:11:44 Setting up python3-dbus (1.2.16-1build1) ...
12:11:44 Setting up dconf-gsettings-backend:armhf (0.36.0-1) ...
12:11:44 Setting up python3-apt (2.0.1) ...
12:11:44 Setting up software-properties-common (0.99.22.5) ...
12:11:44 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:11:44 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
12:11:44 Updating certificates in /etc/ssl/certs...
12:11:44 + dnf makecache
12:11:44 The following NEW packages will be installed:
12:11:44   apt-transport-https ca-certificates curl dirmngr distro-info-data
12:11:44   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
12:11:44   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:11:44   libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
12:11:44   libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3
12:11:44   libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
12:11:44   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
12:11:44   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 lsb-release
12:11:44   media-types openssl pinentry-curses python-apt-common python3 python3-apt
12:11:44   python3-dbus python3-gi python3-minimal python3-pycurl
12:11:44   python3-software-properties python3.9 python3.9-minimal readline-common
12:11:44   software-properties-common
12:11:44 Selecting previously unselected package gir1.2-glib-2.0:armhf.
12:11:44 Preparing to unpack .../24-gir1.2-glib-2.0_1.74.0-3_armhf.deb ...
12:11:44 Unpacking gir1.2-glib-2.0:armhf (1.74.0-3) ...
12:11:44 Selecting previously unselected package libpackagekit-glib2-18:armhf.
12:11:44 Preparing to unpack .../25-libpackagekit-glib2-18_1.2.6-2_armhf.deb ...
12:11:44 Unpacking libpackagekit-glib2-18:armhf (1.2.6-2) ...
12:11:44 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:11:44 Preparing to unpack .../26-gir1.2-packagekitglib-1.0_1.2.6-2_armhf.deb ...
12:11:44 Unpacking gir1.2-packagekitglib-1.0 (1.2.6-2) ...
12:11:44 Selecting previously unselected package gnupg-l10n.
12:11:44 Preparing to unpack .../27-gnupg-l10n_2.2.40-1_all.deb ...
12:11:44 Unpacking gnupg-l10n (2.2.40-1) ...
12:11:44 Selecting previously unselected package gnupg-utils.
12:11:44 Preparing to unpack .../28-gnupg-utils_2.2.40-1_armhf.deb ...
12:11:44 Unpacking gnupg-utils (2.2.40-1) ...
12:11:44 4.14.0
12:11:44   Installed: dnf-0:4.14.0-1.fc36.noarch at Sun Dec 11 07:49:14 2022
[Pipeline] }
12:11:44   Built    : Fedora Project at Fri Sep  9 13:49:11 2022
12:11:44 
12:11:44   Installed: rpm-0:4.17.1-3.fc36.x86_64 at Sun Dec 11 07:49:14 2022
12:11:44   Built    : Fedora Project at Tue Aug  2 12:31:56 2022
12:11:44 + dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
12:11:44 Adding repo from: https://download.docker.com/linux/fedora/docker-ce.repo
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
12:11:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
[Pipeline] // wrap
[Pipeline] }
[Pipeline] }
[Pipeline] // withDockerRegistry
12:11:44 Setting up libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:44 Setting up python3-chardet (3.0.4-4build1) ...
[Pipeline] // stage
[Pipeline] }
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] // node
[Pipeline] }
[Pipeline] sh
12:11:44 0 added, 0 removed; done.
12:11:44 Running hooks in /etc/ca-certificates/update.d...
12:11:44 done.
12:11:44 Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
12:11:44 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded.
12:11:44 Need to get 22.0 MB of archives.
12:11:44 After this operation, 66.5 MB of additional disk space will be used.
12:11:44 Get:1 http://deb.debian.org/debian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1 [790 kB]
12:11:44 Get:2 http://deb.debian.org/debian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u5 [78.4 kB]
12:11:44 Get:3 http://deb.debian.org/debian bullseye/main armhf python3.9-minimal armhf 3.9.2-1 [1630 kB]
12:11:44 Get:4 http://deb.debian.org/debian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
12:11:44 Get:5 http://deb.debian.org/debian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
12:11:44 Get:6 http://deb.debian.org/debian bullseye/main armhf libmpdec3 armhf 2.5.1-1 [74.9 kB]
12:11:44 Get:7 http://deb.debian.org/debian bullseye/main armhf libncursesw6 armhf 6.2+20201114-2 [107 kB]
12:11:44 Get:8 http://deb.debian.org/debian bullseye/main armhf readline-common all 8.1-1 [73.7 kB]
12:11:44 Get:9 http://deb.debian.org/debian bullseye/main armhf libreadline8 armhf 8.1-1 [147 kB]
12:11:44 Get:10 http://deb.debian.org/debian bullseye/main armhf libsqlite3-0 armhf 3.34.1-3 [713 kB]
12:11:44 Get:11 http://deb.debian.org/debian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1 [1608 kB]
12:11:44 Get:12 http://deb.debian.org/debian bullseye/main armhf python3.9 armhf 3.9.2-1 [466 kB]
12:11:44 Get:13 http://deb.debian.org/debian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
12:11:44 Get:14 http://deb.debian.org/debian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
12:11:44 Get:15 http://deb.debian.org/debian bullseye/main armhf openssl armhf 1.1.1n-0+deb11u3 [829 kB]
12:11:44 Get:16 http://deb.debian.org/debian bullseye/main armhf ca-certificates all 20210119 [158 kB]
12:11:44 Selecting previously unselected package gpg.
12:11:44 Preparing to unpack .../29-gpg_2.2.40-1_armhf.deb ...
12:11:44 Unpacking gpg (2.2.40-1) ...
12:11:44 Selecting previously unselected package pinentry-curses.
12:11:44 Preparing to unpack .../30-pinentry-curses_1.2.1-1_armhf.deb ...
12:11:44 Unpacking pinentry-curses (1.2.1-1) ...
12:11:44 Selecting previously unselected package gpg-agent.
12:11:44 Preparing to unpack .../31-gpg-agent_2.2.40-1_armhf.deb ...
12:11:44 Unpacking gpg-agent (2.2.40-1) ...
12:11:44 Selecting previously unselected package gpg-wks-client.
12:11:44 Preparing to unpack .../32-gpg-wks-client_2.2.40-1_armhf.deb ...
12:11:44 Unpacking gpg-wks-client (2.2.40-1) ...
12:11:44 + dnf config-manager --set-disabled 'docker-ce-*'
12:11:44 Reading package lists...
12:11:44 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.
12:11:44 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:11:44 Setting up libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.3) ...
12:11:44 Setting up python3-software-properties (0.99.9.10) ...
12:11:44 Setting up python3-requests (2.22.0-2ubuntu1) ...
12:11:44 + make IMAGE=ubuntu:kinetic verify
12:11:44 docker run  --rm -i \
12:11:44 	-v "$(pwd):/v" \
12:11:44 	-e DEBIAN_FRONTEND=noninteractive \
12:11:44 	-e PACKAGE_REPO=staging \
12:11:44 	-w /v \
12:11:44 	ubuntu:kinetic ./verify
12:11:44 Unable to find image 'ubuntu:kinetic' locally
12:11:44 kinetic: Pulling from library/ubuntu
12:11:44 ++ source /etc/os-release
12:11:44 +++ PRETTY_NAME='Ubuntu 22.04.1 LTS'
12:11:44 +++ NAME=Ubuntu
12:11:44 +++ VERSION_ID=22.04
12:11:44 +++ VERSION='22.04.1 LTS (Jammy Jellyfish)'
12:11:44 +++ VERSION_CODENAME=jammy
12:11:44 +++ ID=ubuntu
12:11:44 +++ ID_LIKE=debian
12:11:44 +++ HOME_URL=https://www.ubuntu.com/
12:11:44 +++ SUPPORT_URL=https://help.ubuntu.com/
12:11:44 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
12:11:44 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
12:11:44 +++ UBUNTU_CODENAME=jammy
12:11:44 ++ echo ubuntu
12:11:44 + DIST_ID=ubuntu
12:11:44 ++ lsb_release -sc
12:11:44 + DIST_VERSION=jammy
12:11:44 + '[' jammy = sid ']'
12:11:44 + install_debian_containerd
12:11:44 + '[' staging = stage ']'
12:11:44 + REPO_URL=https://download.docker.com/linux/ubuntu
12:11:44 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
12:11:44 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
12:11:44 + update-ca-certificates -f
12:11:44 Clearing symlinks in /etc/ssl/certs...
12:11:44 done.
12:11:44 Updating certificates in /etc/ssl/certs...
12:11:44 Get:17 http://deb.debian.org/debian bullseye/main armhf apt-transport-https all 2.2.4 [160 kB]
12:11:44 Get:18 http://deb.debian.org/debian bullseye/main armhf libbrotli1 armhf 1.0.9-2+b2 [262 kB]
12:11:44 Get:19 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2.1+deb11u1 [67.7 kB]
12:11:44 Get:20 http://deb.debian.org/debian bullseye/main armhf libsasl2-2 armhf 2.1.27+dfsg-2.1+deb11u1 [99.2 kB]
12:11:44 Get:21 http://deb.debian.org/debian bullseye/main armhf libldap-2.4-2 armhf 2.4.57+dfsg-3+deb11u1 [210 kB]
12:11:44 Get:22 http://deb.debian.org/debian bullseye/main armhf libnghttp2-14 armhf 1.43.0-1 [65.6 kB]
12:11:44 Get:23 http://deb.debian.org/debian bullseye/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB]
12:11:44 Get:24 http://deb.debian.org/debian bullseye/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
12:11:44 Get:25 http://deb.debian.org/debian bullseye/main armhf libssh2-1 armhf 1.9.0-2 [143 kB]
12:11:44 Get:26 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl4 armhf 7.74.0-1.3+deb11u5 [313 kB]
12:11:44 Get:27 http://deb.debian.org/debian-security bullseye-security/main armhf curl armhf 7.74.0-1.3+deb11u5 [262 kB]
12:11:44 Get:28 http://deb.debian.org/debian bullseye/main armhf libassuan0 armhf 2.5.3-7.1 [44.2 kB]
12:11:44 Get:29 http://deb.debian.org/debian bullseye/main armhf gpgconf armhf 2.2.27-2+deb11u2 [532 kB]
12:11:44 Get:30 http://deb.debian.org/debian-security bullseye-security/main armhf libksba8 armhf 1.5.0-3+deb11u2 [105 kB]
12:11:44 Get:31 http://deb.debian.org/debian bullseye/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
12:11:44 Get:32 http://deb.debian.org/debian bullseye/main armhf dirmngr armhf 2.2.27-2+deb11u2 [722 kB]
12:11:44 Get:33 http://deb.debian.org/debian bullseye/main armhf distro-info-data all 0.51+deb11u3 [7812 B]
12:11:44 Get:34 http://deb.debian.org/debian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1206 kB]
12:11:44 Get:35 http://deb.debian.org/debian bullseye/main armhf libgirepository-1.0-1 armhf 1.66.1-1+b1 [83.9 kB]
12:11:44 Get:36 http://deb.debian.org/debian bullseye/main armhf gir1.2-glib-2.0 armhf 1.66.1-1+b1 [151 kB]
12:11:44 Get:37 http://deb.debian.org/debian bullseye/main armhf libpackagekit-glib2-18 armhf 1.2.2-2 [111 kB]
12:11:44 Get:38 http://deb.debian.org/debian bullseye/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.2-2 [36.7 kB]
12:11:44 Get:39 http://deb.debian.org/debian bullseye/main armhf gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
12:11:44 Get:40 http://deb.debian.org/debian bullseye/main armhf gnupg-utils armhf 2.2.27-2+deb11u2 [835 kB]
12:11:44 Get:41 http://deb.debian.org/debian bullseye/main armhf gpg armhf 2.2.27-2+deb11u2 [868 kB]
12:11:44 Selecting previously unselected package gpg-wks-server.
12:11:44 Preparing to unpack .../33-gpg-wks-server_2.2.40-1_armhf.deb ...
12:11:44 Unpacking gpg-wks-server (2.2.40-1) ...
12:11:44 Selecting previously unselected package gpgsm.
12:11:44 Preparing to unpack .../34-gpgsm_2.2.40-1_armhf.deb ...
12:11:44 Unpacking gpgsm (2.2.40-1) ...
12:11:44 Selecting previously unselected package gnupg.
12:11:44 Preparing to unpack .../35-gnupg_2.2.40-1_all.deb ...
12:11:44 Unpacking gnupg (2.2.40-1) ...
12:11:44 Selecting previously unselected package gnupg2.
12:11:44 Preparing to unpack .../36-gnupg2_2.2.40-1_all.deb ...
12:11:44 Unpacking gnupg2 (2.2.40-1) ...
12:11:44 Selecting previously unselected package iso-codes.
12:11:44 Preparing to unpack .../37-iso-codes_4.12.0-1_all.deb ...
12:11:44 Unpacking iso-codes (4.12.0-1) ...
12:11:44 + dnf config-manager --set-enabled docker-ce-test
12:11:44 Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ...
12:11:44 Setting up libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
12:11:44 Setting up python3-requests-unixsocket (0.2.0-2) ...
12:11:44 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
12:11:44 697d38f8dfe6: Already exists
12:11:44 Digest: sha256:a630e0fd2ea08f74080cddba4063fb9a840526697c551f52a183c674e3130179
12:11:44 Status: Downloaded newer image for ubuntu:kinetic
12:11:45 Get:42 http://deb.debian.org/debian bullseye/main armhf pinentry-curses armhf 1.1.0-4 [60.6 kB]
12:11:45 Get:43 http://deb.debian.org/debian bullseye/main armhf gpg-agent armhf 2.2.27-2+deb11u2 [630 kB]
12:11:45 Get:44 http://deb.debian.org/debian bullseye/main armhf gpg-wks-client armhf 2.2.27-2+deb11u2 [509 kB]
12:11:45 Get:45 http://deb.debian.org/debian bullseye/main armhf gpg-wks-server armhf 2.2.27-2+deb11u2 [503 kB]
12:11:45 Get:46 http://deb.debian.org/debian bullseye/main armhf gpgsm armhf 2.2.27-2+deb11u2 [617 kB]
12:11:45 Get:47 http://deb.debian.org/debian bullseye/main armhf gnupg all 2.2.27-2+deb11u2 [825 kB]
12:11:45 Get:48 http://deb.debian.org/debian bullseye/main armhf gnupg2 all 2.2.27-2+deb11u2 [434 kB]
12:11:45 Get:49 http://deb.debian.org/debian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB]
12:11:45 Get:50 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u5 [310 kB]
12:11:45 Get:51 http://deb.debian.org/debian bullseye/main armhf libdbus-1-3 armhf 1.12.24-0+deb11u1 [199 kB]
12:11:45 Get:52 http://deb.debian.org/debian bullseye/main armhf lsb-release all 11.1.0 [27.9 kB]
12:11:45 Get:53 http://deb.debian.org/debian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB]
12:11:45 Get:54 http://deb.debian.org/debian bullseye/main armhf python3-apt armhf 2.2.1 [176 kB]
12:11:45 Get:55 http://deb.debian.org/debian bullseye/main armhf python3-dbus armhf 1.2.16-5 [101 kB]
12:11:45 Get:56 http://deb.debian.org/debian bullseye/main armhf python3-gi armhf 3.38.0-2 [218 kB]
12:11:45 Get:57 http://deb.debian.org/debian bullseye/main armhf python3-pycurl armhf 7.43.0.6-5 [66.9 kB]
12:11:45 Get:58 http://deb.debian.org/debian bullseye/main armhf python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
12:11:45 Get:59 http://deb.debian.org/debian bullseye/main armhf software-properties-common all 0.96.20.2-2.1 [83.4 kB]
12:11:45 debconf: delaying package configuration, since apt-utils is not installed
12:11:45 Fetched 22.0 MB in 1s (27.7 MB/s)
12:11:45 + dnf makecache
12:11:45 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:11:45 Setting up libcurl4:armhf (7.68.0-1ubuntu2.15) ...
12:11:45 Setting up curl (7.68.0-1ubuntu2.15) ...
12:11:45 Setting up glib-networking:armhf (2.64.2-1ubuntu0.1) ...
12:11:45 Setting up libsoup2.4-1:armhf (2.70.0-1) ...
12:11:45 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:11:45 Setting up libappstream4:armhf (0.12.10-2) ...
12:11:45 Setting up gnupg (2.2.19-3ubuntu2.2) ...
12:11:45 Setting up packagekit (1.1.13-2ubuntu1.1) ...
12:11:45 invoke-rc.d: could not determine current runlevel
12:11:45 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:11:45 Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
12:11:45 Docker CE Test - x86_64                          35 kB/s |  19 kB     00:00    
12:11:45 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:11:45 124 added, 0 removed; done.
12:11:45 Running hooks in /etc/ca-certificates/update.d...
12:11:45 done.
12:11:45 + apt-key add -
12:11:45 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
12:11:45 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:11:45 Selecting previously unselected package libpython3.9-minimal:armhf.
12:11: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 ... 6654 files and directories currently installed.)
12:11:45 Preparing to unpack .../libpython3.9-minimal_3.9.2-1_armhf.deb ...
12:11:45 Unpacking libpython3.9-minimal:armhf (3.9.2-1) ...
12:11:45 Selecting previously unselected package libexpat1:armhf.
12:11:45 Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_armhf.deb ...
12:11:45 Unpacking libexpat1:armhf (2.2.10-2+deb11u5) ...
12:11:45 Selecting previously unselected package python3.9-minimal.
12:11:45 Preparing to unpack .../python3.9-minimal_3.9.2-1_armhf.deb ...
12:11:45 Unpacking python3.9-minimal (3.9.2-1) ...
12:11:45 Selecting previously unselected package dbus-user-session.
12:11:45 Preparing to unpack .../10-dbus-user-session_1.12.24-0+deb10u1_armhf.deb ...
12:11:45 Unpacking dbus-user-session (1.12.24-0+deb10u1) ...
12:11:45 Selecting previously unselected package libcurl3-gnutls:armhf.
12:11:45 Preparing to unpack .../38-libcurl3-gnutls_7.87.0-2_armhf.deb ...
12:11:45 Unpacking libcurl3-gnutls:armhf (7.87.0-2) ...
12:11:45 Selecting previously unselected package libstemmer0d:armhf.
12:11:45 Preparing to unpack .../39-libstemmer0d_2.2.0-2_armhf.deb ...
12:11:45 Unpacking libstemmer0d:armhf (2.2.0-2) ...
12:11:45 Selecting previously unselected package libicu72:armhf.
12:11:45 Preparing to unpack .../40-libicu72_72.1-3_armhf.deb ...
12:11:45 Unpacking libicu72:armhf (72.1-3) ...
12:11:45 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:11:45 Setting up gnupg2 (2.2.19-3ubuntu2.2) ...
12:11:45 Setting up software-properties-common (0.99.9.10) ...
12:11:45 Processing triggers for systemd (245.4-4ubuntu3.19) ...
12:11:45 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:11:45 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
12:11:45 Updating certificates in /etc/ssl/certs...
12:11:45 + verify
12:11:45 + dpkg --version
12:11:45 + verify_deb
12:11:45 + apt-get update
12:11:45 Setting up libpython3.9-minimal:armhf (3.9.2-1) ...
12:11:45 Setting up libexpat1:armhf (2.2.10-2+deb11u5) ...
12:11:45 Setting up python3.9-minimal (3.9.2-1) ...
12:11:45 Setting up systemd-sysv (241-7~deb10u8) ...
12:11:45 Setting up libip6tc0:armhf (1.8.2-4) ...
12:11:45 Setting up libnftnl11:armhf (1.1.2-2) ...
12:11:45 Setting up libiptc0:armhf (1.8.2-4) ...
12:11:45 Setting up dbus (1.12.24-0+deb10u1) ...
12:11:45 invoke-rc.d: could not determine current runlevel
12:11:45 invoke-rc.d: policy-rc.d denied execution of start.
12:11:45 Setting up containerd.io (1.6.16-1) ...
12:11: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"
12:11:45 Fedora 37 - x86_64                               71 kB/s |  22 kB     00:00    
12:11:45 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease [267 kB]
12:11:45 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:11:45 Setting up libnfnetlink0:armhf (1.0.1-3+b1) ...
12:11:45 Setting up libpam-systemd:armhf (241-7~deb10u8) ...
12:11:45 Setting up dbus-user-session (1.12.24-0+deb10u1) ...
12:11:45 Setting up libnetfilter-conntrack3:armhf (1.0.7-1) ...
12:11:45 Setting up iptables (1.8.2-4) ...
12:11:45 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:11:45 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:45 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:11:45 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:45 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:11:45 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:11:45 Processing triggers for systemd (241-7~deb10u8) ...
12:11:45 Processing triggers for libc-bin (2.28-10+deb10u2) ...
12:11:45 OK
12:11:45 + '[' jammy = sid ']'
12:11:45 ++ dpkg --print-architecture
12:11:45 + ARCH=armhf
12:11:45 + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu jammy test'
12:11:45 + apt-get update
12:11:45 Selecting previously unselected package libxml2:armhf.
12:11:45 Preparing to unpack .../41-libxml2_2.9.14+dfsg-1.1+b3_armhf.deb ...
12:11:45 0 added, 0 removed; done.
12:11:45 Running hooks in /etc/ca-certificates/update.d...
12:11:45 done.
12:11:45 Processing triggers for dbus (1.12.16-2ubuntu2.3) ...
12:11:45 ++ source /etc/os-release
12:11:45 +++ NAME=Ubuntu
12:11:45 +++ VERSION='20.04.5 LTS (Focal Fossa)'
12:11:45 +++ ID=ubuntu
12:11:45 +++ ID_LIKE=debian
12:11:45 +++ PRETTY_NAME='Ubuntu 20.04.5 LTS'
12:11:45 +++ VERSION_ID=20.04
12:11:45 +++ HOME_URL=https://www.ubuntu.com/
12:11:45 +++ SUPPORT_URL=https://help.ubuntu.com/
12:11:45 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
12:11:45 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
12:11:45 +++ VERSION_CODENAME=focal
12:11:45 +++ UBUNTU_CODENAME=focal
12:11:45 ++ echo ubuntu
12:11:45 + DIST_ID=ubuntu
12:11:45 ++ lsb_release -sc
12:11:45 + DIST_VERSION=focal
12:11:45 + '[' focal = sid ']'
12:11:45 + install_debian_containerd
12:11:45 + '[' staging = stage ']'
12:11:45 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
12:11:45 + REPO_URL=https://download.docker.com/linux/ubuntu
12:11:45 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
12:11:45 + update-ca-certificates -f
12:11:45 Clearing symlinks in /etc/ssl/certs...
12:11:45 Reading package lists...
12:11:45 Fedora 37 openh264 (From Cisco) - x86_64        3.9 kB/s | 989  B     00:00    
12:11:46 + verify_binaries
12:11:46 + docker --version
12:11:46 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:11:46 ++ uname -m
12:11:46 + '[' armv8l = x86_64 ']'
12:11:46 + docker buildx version
12:11:46 github.com/docker/buildx v0.10.2 00ed17d
12:11:46 + docker compose version
12:11:46 Get:1 https://download.docker.com/linux/ubuntu jammy InRelease [48.9 kB]
12:11:46 Get:2 https://download.docker.com/linux/ubuntu jammy/test armhf Packages [18.0 kB]
12:11:46 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
12:11:46 Selecting previously unselected package python3-minimal.
12:11: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 ... 6948 files and directories currently installed.)
12:11:46 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
12:11:46 Unpacking python3-minimal (3.9.2-3) ...
12:11:46 Selecting previously unselected package media-types.
12:11:46 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
12:11:46 Unpacking media-types (4.0.0) ...
12:11:46 Unpacking libxml2:armhf (2.9.14+dfsg-1.1+b3) ...
12:11:46 Selecting previously unselected package libxmlb2:armhf.
12:11:46 Preparing to unpack .../42-libxmlb2_0.3.10-2_armhf.deb ...
12:11:46 Unpacking libxmlb2:armhf (0.3.10-2) ...
12:11:46 Selecting previously unselected package libyaml-0-2:armhf.
12:11:46 Preparing to unpack .../43-libyaml-0-2_0.2.5-1_armhf.deb ...
12:11:46 Unpacking libyaml-0-2:armhf (0.2.5-1) ...
12:11:46 Selecting previously unselected package libappstream4:armhf.
12:11:46 Preparing to unpack .../44-libappstream4_0.16.0-1_armhf.deb ...
12:11:46 Unpacking libappstream4:armhf (0.16.0-1) ...
12:11:46 Selecting previously unselected package libcap2-bin.
12:11:46 Preparing to unpack .../45-libcap2-bin_1%3a2.66-3_armhf.deb ...
12:11:46 Unpacking libcap2-bin (1:2.66-3) ...
12:11:46 done.
12:11:46 Updating certificates in /etc/ssl/certs...
12:11:46 Building dependency tree...
12:11:46 Reading state information...
12:11:46 Fedora Modular 37 - x86_64                       86 kB/s |  22 kB     00:00    
12:11:46 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease [109 kB]
12:11:46 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease [99.9 kB]
12:11:46 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease [109 kB]
12:11:46 Docker Compose version v2.15.1
12:11:46 + dockerd --version
12:11:46 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:11:46 + docker-proxy --version
12:11:46 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:11:46 + containerd --version
12:11:46 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:46 + ctr --version
12:11:46 ctr containerd.io 1.6.16
12:11:46 + containerd-shim --help
12:11:46 Usage of containerd-shim:
12:11:46   -address string
12:11:46     	grpc address back to main containerd
12:11:46   -containerd-binary containerd publish
12:11:46     	path to containerd binary (used for containerd publish) (default "containerd")
12:11:46   -criu string
12:11:46     	path to criu binary
12:11:46   -debug
12:11:46     	enable debug output in logs
12:11:46   -namespace string
12:11:46     	namespace that owns the shim
12:11:46   -runtime-root string
12:11:46     	root directory for the runtime (default "/run/containerd/runc")
12:11:46   -socket string
12:11:46     	socket path to serve
12:11:46   -systemd-cgroup
12:11:46     	set runtime to use systemd-cgroup
12:11:46   -workdir string
12:11:46     	path used to storge large temporary data
12:11:46 + containerd-shim-runc-v1 -v
12:11:46 containerd-shim-runc-v1:
12:11:46   Version:  1.6.16
12:11:46   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:46   Go version: go1.18.10
12:11:46 
12:11:46 + containerd-shim-runc-v2 -v
12:11:46 containerd-shim-runc-v2:
12:11:46   Version:  1.6.16
12:11:46   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:46   Go version: go1.18.10
12:11:46 
12:11:46 + runc --version
12:11:46 runc version 1.1.4
12:11:46 commit: v1.1.4-0-g5fd4c4d
12:11:46 spec: 1.0.2-dev
12:11:46 go: go1.18.10
12:11:46 libseccomp: 2.3.3
12:11:46 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
12:11:46 Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
12:11:46 Hit:6 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
12:11:46 Selecting previously unselected package libmpdec3:armhf.
12:11:46 Preparing to unpack .../2-libmpdec3_2.5.1-1_armhf.deb ...
12:11:46 Unpacking libmpdec3:armhf (2.5.1-1) ...
12:11:46 Selecting previously unselected package libncursesw6:armhf.
12:11:46 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_armhf.deb ...
12:11:46 Unpacking libncursesw6:armhf (6.2+20201114-2) ...
12:11:46 Selecting previously unselected package readline-common.
12:11:46 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
12:11:46 Unpacking readline-common (8.1-1) ...
12:11:46 Selecting previously unselected package libreadline8:armhf.
12:11:46 Preparing to unpack .../5-libreadline8_8.1-1_armhf.deb ...
12:11:46 Unpacking libreadline8:armhf (8.1-1) ...
12:11:46 Selecting previously unselected package libsqlite3-0:armhf.
12:11:46 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_armhf.deb ...
12:11:46 Unpacking libsqlite3-0:armhf (3.34.1-3) ...
12:11:46 Selecting previously unselected package libduktape207:armhf.
12:11:46 Preparing to unpack .../46-libduktape207_2.7.0-1+b1_armhf.deb ...
12:11:46 Unpacking libduktape207:armhf (2.7.0-1+b1) ...
12:11:46 Selecting previously unselected package libelf1:armhf.
12:11:46 Preparing to unpack .../47-libelf1_0.188-2.1_armhf.deb ...
12:11:46 Unpacking libelf1:armhf (0.188-2.1) ...
12:11:46 Selecting previously unselected package libdw1:armhf.
12:11:46 Preparing to unpack .../48-libdw1_0.188-2.1_armhf.deb ...
12:11:46 Unpacking libdw1:armhf (0.188-2.1) ...
12:11:46 Selecting previously unselected package libglib2.0-data.
12:11:46 Preparing to unpack .../49-libglib2.0-data_2.74.5-1_all.deb ...
12:11:46 Unpacking libglib2.0-data (2.74.5-1) ...
12:11:46 Docker CE Test - x86_64                          45 kB/s |  24 kB     00:00    
12:11:46 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:11:46 124 added, 0 removed; done.
12:11:46 Running hooks in /etc/ca-certificates/update.d...
12:11:46 done.
12:11:46 + apt-key add -
12:11:46 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
12:11:46 Warning: apt-key output should not be parsed (stdout is not a terminal)
12:11:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_23.0/deb'
12:11:46 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/multiverse armhf Packages [207 kB]
12:11:46 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/restricted armhf Packages [12.9 kB]
12:11:46 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf Packages [1694 kB]
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (verify)
[Pipeline] sh
12:11:46 Fetched 66.9 kB in 1s (94.8 kB/s)
12:11:46 Selecting previously unselected package libpython3.9-stdlib:armhf.
12:11:46 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_armhf.deb ...
12:11:46 Unpacking libpython3.9-stdlib:armhf (3.9.2-1) ...
12:11:46 Selecting previously unselected package python3.9.
12:11:46 Preparing to unpack .../8-python3.9_3.9.2-1_armhf.deb ...
12:11:46 Unpacking python3.9 (3.9.2-1) ...
12:11:46 Selecting previously unselected package libpython3-stdlib:armhf.
12:11:46 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_armhf.deb ...
12:11:46 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
12:11:46 Selecting previously unselected package libglib2.0-bin.
12:11:46 Preparing to unpack .../50-libglib2.0-bin_2.74.5-1_armhf.deb ...
12:11:46 Unpacking libglib2.0-bin (2.74.5-1) ...
12:11:46 Selecting previously unselected package libunwind8:armhf.
12:11:46 Preparing to unpack .../51-libunwind8_1.6.2-3_armhf.deb ...
12:11:46 Unpacking libunwind8:armhf (1.6.2-3) ...
12:11:46 Selecting previously unselected package libgstreamer1.0-0:armhf.
12:11:46 Preparing to unpack .../52-libgstreamer1.0-0_1.22.0-2_armhf.deb ...
12:11:46 Unpacking libgstreamer1.0-0:armhf (1.22.0-2) ...
12:11:46 Fedora 36 - x86_64                               47 kB/s |  25 kB     00:00    
12:11:46 OK
12:11:46 ca-certificates is already the newest version (20211016).
12:11:46 The following additional packages will be installed:
12:11:46   apt dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
12:11:46   distro-info-data dmsetup gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 iso-codes
12:11:46   libapparmor1 libappstream4 libapt-pkg6.0 libargon2-1 libcap2-bin
12:11:46   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
12:11:46   libduktape207 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1
12:11:46   libglib2.0-0 libglib2.0-bin libglib2.0-data libgstreamer1.0-0 libicu72
12:11:46   libip4tc2 libjson-c5 libmpdec3 libnsl2 libpackagekit-glib2-18 libpam-systemd
12:11:46   libpolkit-agent-1-0 libpolkit-gobject-1-0 libpython3-stdlib
12:11:46   libpython3.11-minimal libpython3.11-stdlib libstemmer0d libsystemd-shared
12:11:46   libsystemd0 libtirpc-common libtirpc3 libudev1 libunwind8 libxml2 libxmlb2
12:11:46   media-types packagekit polkitd python-apt-common python3 python3-apt
12:11:46   python3-blinker python3-cffi-backend python3-cryptography python3-dbus
12:11:46   python3-distro python3-gi python3-httplib2 python3-jwt
12:11:46   python3-lazr.restfulclient python3-lazr.uri python3-minimal python3-oauthlib
12:11:46   python3-pkg-resources python3-pyparsing python3-six
12:11:46   python3-software-properties python3-wadllib python3.11 python3.11-minimal
12:11:46   systemd systemd-sysv udev xml-core
12:11:46 Suggested packages:
12:11:46   apt-doc aptitude | synaptic | wajig dpkg-dev powermgmt-base
12:11:46   default-dbus-session-bus | dbus-session-bus isoquery low-memory-monitor
12:11:46   gstreamer1.0-tools appstream polkitd-pkla python3-doc python3-tk
12:11:46   python3-venv python-apt-doc python-blinker-doc python-cryptography-doc
12:11:46   python3-cryptography-vectors python-dbus-doc python3-crypto
12:11:46   python3-setuptools python-pyparsing-doc python3.11-venv python3.11-doc
12:11:46   binutils binfmt-support systemd-container systemd-homed systemd-userdbd
12:11:46   systemd-boot systemd-resolved libfido2-1 libqrencode4 libtss2-esys-3.0.2-0
12:11:46   libtss2-mu0 libtss2-rc0 debhelper
12:11:46 Recommended packages:
12:11:46   libpam-cap shared-mime-info xdg-user-dirs dbus-user-session packagekit-tools
12:11:46   systemd-timesyncd | time-daemon libnss-systemd
12:11:46 Fedora 37 - x86_64 - Updates                     45 kB/s |  22 kB     00:00    
12:11:46 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf Packages [17.2 MB]
12:11:46 + make IMAGE=debian:bullseye verify
12:11:46 docker run  --rm -i \
12:11:46 	-v "$(pwd):/v" \
12:11:46 	-e DEBIAN_FRONTEND=noninteractive \
12:11:46 	-e PACKAGE_REPO=staging \
12:11:46 	-w /v \
12:11:46 	debian:bullseye ./verify
12:11:46 Unable to find image 'debian:bullseye' locally
12:11:46 Setting up python3-minimal (3.9.2-3) ...
12:11:46 Selecting previously unselected package python3.
12:11: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 ... 7386 files and directories currently installed.)
12:11:46 Preparing to unpack .../00-python3_3.9.2-3_armhf.deb ...
12:11:46 Unpacking python3 (3.9.2-3) ...
12:11:46 Selecting previously unselected package openssl.
12:11:46 Preparing to unpack .../01-openssl_1.1.1n-0+deb11u3_armhf.deb ...
12:11:46 Unpacking openssl (1.1.1n-0+deb11u3) ...
12:11:46 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
12:11:46 Preparing to unpack .../53-libpolkit-gobject-1-0_122-3_armhf.deb ...
12:11:46 Unpacking libpolkit-gobject-1-0:armhf (122-3) ...
12:11:46 Selecting previously unselected package libpolkit-agent-1-0:armhf.
12:11:46 Preparing to unpack .../54-libpolkit-agent-1-0_122-3_armhf.deb ...
12:11:46 Unpacking libpolkit-agent-1-0:armhf (122-3) ...
12:11:46 Selecting previously unselected package lsb-release.
12:11:46 Preparing to unpack .../55-lsb-release_12.0-1_all.deb ...
12:11:46 Unpacking lsb-release (12.0-1) ...
12:11:46 Selecting previously unselected package xml-core.
12:11:46 Preparing to unpack .../56-xml-core_0.18+nmu1_all.deb ...
12:11:46 Unpacking xml-core (0.18+nmu1) ...
12:11:46 Selecting previously unselected package polkitd.
12:11:46 Preparing to unpack .../57-polkitd_122-3_armhf.deb ...
12:11:46 Unpacking polkitd (122-3) ...
12:11:46 + '[' focal = sid ']'
12:11:46 ++ dpkg --print-architecture
12:11:46 + ARCH=armhf
12:11:46 + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu focal test'
12:11:46 + apt-get update
12:11:47 bullseye: Pulling from library/debian
12:11:47 699c8a97647f: Already exists
12:11:47 Digest: sha256:92277f7108c432febe41beffd367dbb6dac60b9fbfe517c77208e6457eafe22b
12:11:47 Status: Downloaded newer image for debian:bullseye
12:11:47 Selecting previously unselected package ca-certificates.
12:11:47 Preparing to unpack .../02-ca-certificates_20210119_all.deb ...
12:11:47 Unpacking ca-certificates (20210119) ...
12:11:47 Selecting previously unselected package apt-transport-https.
12:11:47 Preparing to unpack .../03-apt-transport-https_2.2.4_all.deb ...
12:11:47 Unpacking apt-transport-https (2.2.4) ...
12:11:47 Selecting previously unselected package libbrotli1:armhf.
12:11:47 Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_armhf.deb ...
12:11:47 Unpacking libbrotli1:armhf (1.0.9-2+b2) ...
12:11:47 Selecting previously unselected package libsasl2-modules-db:armhf.
12:11:47 Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
12:11:47 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:11:47 Selecting previously unselected package libsasl2-2:armhf.
12:11:47 Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
12:11:47 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:11:47 Selecting previously unselected package packagekit.
12:11:47 Preparing to unpack .../58-packagekit_1.2.6-2_armhf.deb ...
12:11:47 Unpacking packagekit (1.2.6-2) ...
12:11:47 Selecting previously unselected package python-apt-common.
12:11:47 Preparing to unpack .../59-python-apt-common_2.5.2_all.deb ...
12:11:47 Unpacking python-apt-common (2.5.2) ...
12:11:47 Selecting previously unselected package python3-apt.
12:11:47 Preparing to unpack .../60-python3-apt_2.5.2+b1_armhf.deb ...
12:11:47 Unpacking python3-apt (2.5.2+b1) ...
12:11:47 Selecting previously unselected package python3-blinker.
12:11:47 Preparing to unpack .../61-python3-blinker_1.5-1_all.deb ...
12:11:47 Unpacking python3-blinker (1.5-1) ...
12:11:47 Selecting previously unselected package python3-cffi-backend:armhf.
12:11:47 Preparing to unpack .../62-python3-cffi-backend_1.15.1-5+b1_armhf.deb ...
12:11:47 Unpacking python3-cffi-backend:armhf (1.15.1-5+b1) ...
12:11:47 Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
12:11:47 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease
12:11:47 Fedora 36 openh264 (From Cisco) - x86_64        3.9 kB/s | 989  B     00:00    
12:11:47 Fedora Modular 37 - x86_64 - Updates             79 kB/s |  23 kB     00:00    
12:11:47 Selecting previously unselected package libldap-2.4-2:armhf.
12:11:47 Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_armhf.deb ...
12:11:47 Unpacking libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
12:11:47 Selecting previously unselected package libnghttp2-14:armhf.
12:11:47 Preparing to unpack .../08-libnghttp2-14_1.43.0-1_armhf.deb ...
12:11:47 Unpacking libnghttp2-14:armhf (1.43.0-1) ...
12:11:47 Selecting previously unselected package libpsl5:armhf.
12:11:47 Preparing to unpack .../09-libpsl5_0.21.0-1.2_armhf.deb ...
12:11:47 Unpacking libpsl5:armhf (0.21.0-1.2) ...
12:11:47 Selecting previously unselected package librtmp1:armhf.
12:11:47 Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
12:11:47 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
12:11:47 Selecting previously unselected package libssh2-1:armhf.
12:11:47 Preparing to unpack .../11-libssh2-1_1.9.0-2_armhf.deb ...
12:11:47 Unpacking libssh2-1:armhf (1.9.0-2) ...
12:11:47 Selecting previously unselected package libcurl4:armhf.
12:11:47 Preparing to unpack .../12-libcurl4_7.74.0-1.3+deb11u5_armhf.deb ...
12:11:47 Selecting previously unselected package python3-cryptography.
12:11:47 Preparing to unpack .../63-python3-cryptography_38.0.4-2_armhf.deb ...
12:11:47 Unpacking python3-cryptography (38.0.4-2) ...
12:11:47 Selecting previously unselected package python3-dbus.
12:11:47 Preparing to unpack .../64-python3-dbus_1.3.2-4+b1_armhf.deb ...
12:11:47 Unpacking python3-dbus (1.3.2-4+b1) ...
12:11:47 Selecting previously unselected package python3-distro.
12:11:47 Preparing to unpack .../65-python3-distro_1.8.0-1_all.deb ...
12:11:47 Unpacking python3-distro (1.8.0-1) ...
12:11:47 Selecting previously unselected package python3-gi.
12:11:47 Preparing to unpack .../66-python3-gi_3.42.2-3+b1_armhf.deb ...
12:11:47 Unpacking python3-gi (3.42.2-3+b1) ...
12:11:47 Selecting previously unselected package python3-pyparsing.
12:11:47 Preparing to unpack .../67-python3-pyparsing_3.0.9-1_all.deb ...
12:11:47 Unpacking python3-pyparsing (3.0.9-1) ...
12:11:47 Reading package lists...
12:11:47 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.
12:11:47 ++ find deb/debbuild/ubuntu-jammy/ -type f -name '*.deb'
12:11:47 + packages='deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb
12:11:47 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb
12:11:47 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb
12:11:47 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_armhf.deb
12:11:47 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb'
12:11:47 ++ echo 'deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb
12:11:47 deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb
12:11:47 deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb
12:11:47 deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_armhf.deb
12:11:47 deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb'
12:11:47 ++ awk '$0="./"$0'
12:11:47 ++ xargs
12:11:47 + packages='./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb'
12:11:47 + set -x
12:11:47 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb
12:11:47 Selecting previously unselected package docker-ce.
12:11:47 (Reading database ... 9217 files and directories currently installed.)
12:11:47 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ...
12:11:47 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:11:47 Get:3 https://download.docker.com/linux/ubuntu focal/test armhf Packages [21.7 kB]
12:11:47 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
12:11:47 Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
12:11:47 Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
12:11:47 Fedora Modular 36 - x86_64                       68 kB/s |  24 kB     00:00    
12:11:47 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u5) ...
12:11:47 Selecting previously unselected package curl.
12:11:47 Preparing to unpack .../13-curl_7.74.0-1.3+deb11u5_armhf.deb ...
12:11:47 Unpacking curl (7.74.0-1.3+deb11u5) ...
12:11:47 Selecting previously unselected package libassuan0:armhf.
12:11:47 Preparing to unpack .../14-libassuan0_2.5.3-7.1_armhf.deb ...
12:11:47 Unpacking libassuan0:armhf (2.5.3-7.1) ...
12:11:47 Selecting previously unselected package gpgconf.
12:11:47 Preparing to unpack .../15-gpgconf_2.2.27-2+deb11u2_armhf.deb ...
12:11:47 Unpacking gpgconf (2.2.27-2+deb11u2) ...
12:11:47 Selecting previously unselected package libksba8:armhf.
12:11:47 Preparing to unpack .../16-libksba8_1.5.0-3+deb11u2_armhf.deb ...
12:11:47 Unpacking libksba8:armhf (1.5.0-3+deb11u2) ...
12:11:47 Selecting previously unselected package libnpth0:armhf.
12:11:47 Preparing to unpack .../17-libnpth0_1.6-3_armhf.deb ...
12:11:47 Unpacking libnpth0:armhf (1.6-3) ...
12:11:47 Selecting previously unselected package dirmngr.
12:11:47 Preparing to unpack .../18-dirmngr_2.2.27-2+deb11u2_armhf.deb ...
12:11:47 + verify
12:11:47 + dpkg --version
12:11:47 + verify_deb
12:11:47 + apt-get update
12:11:47 Selecting previously unselected package python3-httplib2.
12:11:47 Preparing to unpack .../68-python3-httplib2_0.20.4-3_all.deb ...
12:11:47 Unpacking python3-httplib2 (0.20.4-3) ...
12:11:47 Selecting previously unselected package python3-jwt.
12:11:47 Preparing to unpack .../69-python3-jwt_2.6.0-1_all.deb ...
12:11:47 Unpacking python3-jwt (2.6.0-1) ...
12:11:47 Selecting previously unselected package python3-pkg-resources.
12:11:47 Preparing to unpack .../70-python3-pkg-resources_65.6.3-1_all.deb ...
12:11:47 Unpacking python3-pkg-resources (65.6.3-1) ...
12:11:47 Selecting previously unselected package python3-lazr.uri.
12:11:47 Preparing to unpack .../71-python3-lazr.uri_1.0.6-3_all.deb ...
12:11:47 Unpacking python3-lazr.uri (1.0.6-3) ...
12:11:47 Selecting previously unselected package python3-wadllib.
12:11:47 Preparing to unpack .../72-python3-wadllib_1.3.6-4_all.deb ...
12:11:47 Unpacking python3-wadllib (1.3.6-4) ...
12:11:47 Selecting previously unselected package python3-oauthlib.
12:11:47 Preparing to unpack .../73-python3-oauthlib_3.2.2-1_all.deb ...
12:11:47 Unpacking python3-oauthlib (3.2.2-1) ...
12:11:47 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/restricted armhf Packages [9838 B]
12:11:47 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf Packages [270 kB]
12:11:47 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/universe armhf Packages [144 kB]
12:11:47 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/multiverse armhf Packages [593 B]
12:11:47 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic-backports/universe armhf Packages [4535 B]
12:11:47 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic-security/multiverse armhf Packages [593 B]
12:11:47 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic-security/main armhf Packages [174 kB]
12:11:47 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic-security/universe armhf Packages [79.9 kB]
12:11:47 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic-security/restricted armhf Packages [9838 B]
12:11:47 Fedora 36 - x86_64 - Updates                     69 kB/s |  21 kB     00:00    
12:11:47 Fetched 79.4 kB in 1s (103 kB/s)
12:11:47 Unpacking dirmngr (2.2.27-2+deb11u2) ...
12:11:47 Selecting previously unselected package distro-info-data.
12:11:47 Preparing to unpack .../19-distro-info-data_0.51+deb11u3_all.deb ...
12:11:47 Unpacking distro-info-data (0.51+deb11u3) ...
12:11:47 Selecting previously unselected package libglib2.0-0:armhf.
12:11:47 Preparing to unpack .../20-libglib2.0-0_2.66.8-1_armhf.deb ...
12:11:47 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
12:11:47 Selecting previously unselected package libgirepository-1.0-1:armhf.
12:11:47 Preparing to unpack .../21-libgirepository-1.0-1_1.66.1-1+b1_armhf.deb ...
12:11:47 Unpacking libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
12:11:47 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:11:47 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:11:47 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:11:47 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
12:11:47 Selecting previously unselected package python3-six.
12:11:47 Preparing to unpack .../74-python3-six_1.16.0-4_all.deb ...
12:11:47 Unpacking python3-six (1.16.0-4) ...
12:11:47 Selecting previously unselected package python3-lazr.restfulclient.
12:11:47 Preparing to unpack .../75-python3-lazr.restfulclient_0.14.5-1_all.deb ...
12:11:47 Unpacking python3-lazr.restfulclient (0.14.5-1) ...
12:11:47 Selecting previously unselected package python3-software-properties.
12:11:47 Preparing to unpack .../76-python3-software-properties_0.99.30-4_all.deb ...
12:11:47 Unpacking python3-software-properties (0.99.30-4) ...
12:11:47 Selecting previously unselected package software-properties-common.
12:11:47 Preparing to unpack .../77-software-properties-common_0.99.30-4_all.deb ...
12:11:47 Unpacking software-properties-common (0.99.30-4) ...
12:11:47 Setting up libksba8:armhf (1.6.3-2) ...
12:11:47 Setting up media-types (8.0.0) ...
12:11:47 Setting up systemd-sysv (252.5-2) ...
12:11:47 Setting up libkeyutils1:armhf (1.6.3-2) ...
12:11:48 Selecting previously unselected package gir1.2-glib-2.0:armhf.
12:11:48 Preparing to unpack .../22-gir1.2-glib-2.0_1.66.1-1+b1_armhf.deb ...
12:11:48 Unpacking gir1.2-glib-2.0:armhf (1.66.1-1+b1) ...
12:11:48 Selecting previously unselected package libpackagekit-glib2-18:armhf.
12:11:48 Preparing to unpack .../23-libpackagekit-glib2-18_1.2.2-2_armhf.deb ...
12:11:48 Unpacking libpackagekit-glib2-18:armhf (1.2.2-2) ...
12:11:48 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:11:48 Preparing to unpack .../24-gir1.2-packagekitglib-1.0_1.2.2-2_armhf.deb ...
12:11:48 Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
12:11:48 Selecting previously unselected package gnupg-l10n.
12:11:48 Preparing to unpack .../25-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
12:11:48 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
12:11:48 Selecting previously unselected package gnupg-utils.
12:11:48 Preparing to unpack .../26-gnupg-utils_2.2.27-2+deb11u2_armhf.deb ...
12:11:48 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
12:11:48 The following NEW packages will be installed:
12:11:48   apt-transport-https dbus dbus-bin dbus-daemon dbus-session-bus-common
12:11:48   dbus-system-bus-common distro-info-data dmsetup gir1.2-glib-2.0
12:11:48   gir1.2-packagekitglib-1.0 gnupg2 iso-codes libapparmor1 libappstream4
12:11:48   libargon2-1 libcap2-bin libcryptsetup12 libcurl3-gnutls libdbus-1-3
12:11:48   libdevmapper1.02.1 libduktape207 libdw1 libelf1 libexpat1 libfdisk1
12:11:48   libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
12:11:48   libgstreamer1.0-0 libicu72 libip4tc2 libjson-c5 libmpdec3 libnsl2
12:11:48   libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:11:48   libpolkit-gobject-1-0 libpython3-stdlib libpython3.11-minimal
12:11:48   libpython3.11-stdlib libstemmer0d libsystemd-shared libtirpc-common
12:11:48   libtirpc3 libunwind8 libxml2 libxmlb2 lsb-release media-types packagekit
12:11:48   polkitd python-apt-common python3 python3-apt python3-blinker
12:11:48   python3-cffi-backend python3-cryptography python3-dbus python3-distro
12:11:48   python3-gi python3-httplib2 python3-jwt python3-lazr.restfulclient
12:11:48   python3-lazr.uri python3-minimal python3-oauthlib python3-pkg-resources
12:11:48   python3-pyparsing python3-six python3-software-properties python3-wadllib
12:11:48   python3.11 python3.11-minimal software-properties-common systemd
12:11:48   systemd-sysv xml-core
12:11:48 The following packages will be upgraded:
12:11:48   apt curl libapt-pkg6.0 libcurl4 libsystemd0 libudev1 udev
12:11:48 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [222 kB]
12:11:48 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
12:11:48 Setting up libpsl5:armhf (0.21.0-1.2) ...
12:11:48 Setting up libicu72:armhf (72.1-3) ...
12:11:48 Setting up apt-transport-https (2.5.5) ...
12:11:48 Setting up libyaml-0-2:armhf (0.2.5-1) ...
12:11:48 Setting up libglib2.0-0:armhf (2.74.5-1) ...
12:11:48 No schema files found: doing nothing.
12:11:48 Setting up distro-info-data (0.56) ...
12:11:48 Setting up libtirpc-common (1.3.3+ds-1) ...
12:11:48 Setting up libxmlb2:armhf (0.3.10-2) ...
12:11:48 Setting up libbrotli1:armhf (1.0.9-2+b6) ...
12:11:48 Setting up libsqlite3-0:armhf (3.40.1-1) ...
12:11:48 Setting up libnghttp2-14:armhf (1.51.0-1) ...
12:11:48 Setting up libpackagekit-glib2-18:armhf (1.2.6-2) ...
12:11:48 Setting up libnpth0:armhf (1.6-3) ...
12:11:48 Setting up libassuan0:armhf (2.5.5-5) ...
12:11:48 Setting up libunwind8:armhf (1.6.2-3) ...
12:11:48 Setting up libkrb5support0:armhf (1.20.1-1) ...
12:11:48 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-10) ...
12:11:48 Setting up libcap2-bin (1:2.66-3) ...
12:11:48 Setting up libglib2.0-data (2.74.5-1) ...
12:11:48 Setting up gnupg-l10n (2.2.40-1) ...
12:11:48 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
12:11:48 Setting up libdbus-1-3:armhf (1.14.4-1) ...
12:11:48 Setting up libncursesw6:armhf (6.4-2) ...
12:11:48 Metadata cache created.
12:11:48 [DEBUG] Installing engine rpms
12:11:48 + echo '[DEBUG] Installing engine rpms'
12:11:48 ++ find rpm/rpmbuild/fedora-37/RPMS/ -type f -name '*.rpm'
12:11:48 ++ sed /src/d
12:11:48 + packages='rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-compose-plugin-2.15.1-0.fc37.x86_64.rpm
12:11:48 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm
12:11:48 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm
12:11:48 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc37.x86_64.rpm
12:11:48 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm
12:11:48 rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.fc37.x86_64.rpm'
12:11:48 + set -x
12:11:48 ++ source /etc/os-release
12:11:48 +++ NAME='Fedora Linux'
12:11:48 +++ VERSION='37 (Container Image)'
12:11:48 +++ ID=fedora
12:11:48 +++ VERSION_ID=37
12:11:48 +++ VERSION_CODENAME=
12:11:48 +++ PLATFORM_ID=platform:f37
12:11:48 +++ PRETTY_NAME='Fedora Linux 37 (Container Image)'
12:11:48 +++ ANSI_COLOR='0;38;2;60;110;180'
12:11:48 +++ LOGO=fedora-logo-icon
12:11:48 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:37
12:11:48 +++ DEFAULT_HOSTNAME=fedora
12:11:48 +++ HOME_URL=https://fedoraproject.org/
12:11:48 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f37/system-administrators-guide/
12:11:48 +++ SUPPORT_URL=https://ask.fedoraproject.org/
12:11:48 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:11:48 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
12:11:48 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=37
12:11:48 +++ REDHAT_SUPPORT_PRODUCT=Fedora
12:11:48 +++ REDHAT_SUPPORT_PRODUCT_VERSION=37
12:11:48 +++ SUPPORT_END=2023-11-14
12:11:48 +++ VARIANT='Container Image'
12:11:48 +++ VARIANT_ID=container
12:11:48 ++ echo 37
12:11:48 + product_version=37
12:11:48 + '[' 37 = rawhide ']'
12:11:48 + dnf install -y rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-compose-plugin-2.15.1-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64.rpm rpm/rpmbuild/fedora-37/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.fc37.x86_64.rpm
12:11:48 Fedora Modular 36 - x86_64 - Updates             80 kB/s |  23 kB     00:00    
12:11:48 Selecting previously unselected package gpg.
12:11:48 Preparing to unpack .../27-gpg_2.2.27-2+deb11u2_armhf.deb ...
12:11:48 Unpacking gpg (2.2.27-2+deb11u2) ...
12:11:48 Selecting previously unselected package pinentry-curses.
12:11:48 Preparing to unpack .../28-pinentry-curses_1.1.0-4_armhf.deb ...
12:11:48 Unpacking pinentry-curses (1.1.0-4) ...
12:11:48 Selecting previously unselected package gpg-agent.
12:11:48 Preparing to unpack .../29-gpg-agent_2.2.27-2+deb11u2_armhf.deb ...
12:11:48 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
12:11:48 Selecting previously unselected package gpg-wks-client.
12:11:48 Preparing to unpack .../30-gpg-wks-client_2.2.27-2+deb11u2_armhf.deb ...
12:11:48 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
12:11:48 Selecting previously unselected package gpg-wks-server.
12:11:48 7 upgraded, 79 newly installed, 0 to remove and 58 not upgraded.
12:11:48 Need to get 36.8 MB of archives.
12:11:48 After this operation, 143 MB of additional disk space will be used.
12:11:48 Get:1 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd0 armhf 252.5-2+rpi1 [297 kB]
12:11:48 Setting up libk5crypto3:armhf (1.20.1-1) ...
12:11:48 Setting up libsasl2-2:armhf (2.1.28+dfsg-10) ...
12:11:48 Setting up python-apt-common (2.5.2) ...
12:11:48 Setting up libduktape207:armhf (2.7.0-1+b1) ...
12:11:48 Setting up dbus-session-bus-common (1.14.4-1) ...
12:11:48 Setting up libmpdec3:armhf (2.5.1-2) ...
12:11:48 Setting up libgirepository-1.0-1:armhf (1.74.0-3) ...
12:11:48 Setting up libssh2-1:armhf (1.10.0-3+b1) ...
12:11:48 Setting up sgml-base (1.31) ...
12:11:48 Setting up libkrb5-3:armhf (1.20.1-1) ...
12:11:48 Setting up libstemmer0d:armhf (2.2.0-2) ...
12:11:48 Setting up lsb-release (12.0-1) ...
12:11:48 Setting up dbus-system-bus-common (1.14.4-1) ...
12:11:48 Setting up openssl (3.0.7-2) ...
12:11:48 Setting up libelf1:armhf (0.188-2.1) ...
12:11:48 Setting up readline-common (8.2-1.3) ...
12:11:48 Preparing to unpack .../31-gpg-wks-server_2.2.27-2+deb11u2_armhf.deb ...
12:11:48 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
12:11:48 Selecting previously unselected package gpgsm.
12:11:48 Preparing to unpack .../32-gpgsm_2.2.27-2+deb11u2_armhf.deb ...
12:11:48 Unpacking gpgsm (2.2.27-2+deb11u2) ...
12:11:48 Selecting previously unselected package gnupg.
12:11:48 Preparing to unpack .../33-gnupg_2.2.27-2+deb11u2_all.deb ...
12:11:48 Unpacking gnupg (2.2.27-2+deb11u2) ...
12:11:48 Selecting previously unselected package gnupg2.
12:11:48 Preparing to unpack .../34-gnupg2_2.2.27-2+deb11u2_all.deb ...
12:11:48 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
12:11:48 Selecting previously unselected package iso-codes.
12:11:48 Preparing to unpack .../35-iso-codes_4.6.0-1_all.deb ...
12:11:48 Unpacking iso-codes (4.6.0-1) ...
12:11:48 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf udev armhf 252.5-2+rpi1 [1551 kB]
12:11:48 Fetched 20.4 MB in 3s (6523 kB/s)
12:11:48 Setting up libxml2:armhf (2.9.14+dfsg-1.1+b3) ...
12:11:48 Setting up iso-codes (4.12.0-1) ...
12:11:48 Setting up dbus-bin (1.14.4-1) ...
12:11:48 Setting up libpolkit-gobject-1-0:armhf (122-3) ...
12:11:48 Setting up pinentry-curses (1.2.1-1) ...
12:11:48 Setting up libdw1:armhf (0.188-2.1) ...
12:11:48 Setting up libreadline8:armhf (8.2-1.3) ...
12:11:48 Setting up libglib2.0-bin (2.74.5-1) ...
12:11:48 Setting up dbus-daemon (1.14.4-1) ...
12:11:48 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-3) ...
12:11:48 Setting up ca-certificates (20211016) ...
12:11:48 Reading package lists...
12:11:48 ++ find deb/debbuild/ubuntu-focal/ -type f -name '*.deb'
12:11:48 + packages='deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb
12:11:48 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb
12:11:48 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb
12:11:48 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb
12:11:48 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_armhf.deb'
12:11:48 ++ echo 'deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb
12:11:48 deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb
12:11:48 deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb
12:11:48 deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb
12:11:48 deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_armhf.deb'
12:11:48 ++ awk '$0="./"$0'
12:11:48 ++ xargs
12:11:48 + packages='./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_armhf.deb'
12:11:48 + set -x
12:11:48 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_armhf.deb
12:11:48 Selecting previously unselected package docker-ce-cli.
12:11:48 (Reading database ... 10398 files and directories currently installed.)
12:11:48 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ...
12:11:48 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:11:48 Selecting previously unselected package docker-ce-cli.
12:11:48 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ...
12:11:48 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:11:48 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf libudev1 armhf 252.5-2+rpi1 [99.1 kB]
12:11:48 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf libapt-pkg6.0 armhf 2.5.5 [800 kB]
12:11:48 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf apt armhf 2.5.5 [1287 kB]
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
12:11:49 Updating certificates in /etc/ssl/certs...
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:11:49 Fetched 8628 kB in 2s (5486 kB/s)
12:11:49 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libargon2-1 armhf 0~20171227-0.3 [19.6 kB]
12:11:49 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf dmsetup armhf 2:1.02.185-2 [81.8 kB]
12:11:49 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf libdevmapper1.02.1 armhf 2:1.02.185-2 [123 kB]
12:11:49 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf libjson-c5 armhf 0.16-2 [40.0 kB]
12:11:49 Get:10 http://archive.raspbian.org/raspbian bookworm/main armhf libcryptsetup12 armhf 2:2.6.0-2 [190 kB]
12:11:49 Get:11 http://archive.raspbian.org/raspbian bookworm/main armhf libfdisk1 armhf 2.38.1-4 [179 kB]
12:11:49 Get:12 http://archive.raspbian.org/raspbian bookworm/main armhf libapparmor1 armhf 3.0.8-2 [37.1 kB]
12:11:49 Get:13 http://archive.raspbian.org/raspbian bookworm/main armhf libip4tc2 armhf 1.8.9-2 [17.1 kB]
12:11:49 Get:14 http://archive.raspbian.org/raspbian bookworm/main armhf libsystemd-shared armhf 252.5-2+rpi1 [1506 kB]
12:11:49 Get:15 http://archive.raspbian.org/raspbian bookworm/main armhf systemd armhf 252.5-2+rpi1 [2876 kB]
12:11:49 Selecting previously unselected package libcurl3-gnutls:armhf.
12:11:49 Preparing to unpack .../36-libcurl3-gnutls_7.74.0-1.3+deb11u5_armhf.deb ...
12:11:49 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
12:11:49 Selecting previously unselected package libdbus-1-3:armhf.
12:11:49 Preparing to unpack .../37-libdbus-1-3_1.12.24-0+deb11u1_armhf.deb ...
12:11:49 Unpacking libdbus-1-3:armhf (1.12.24-0+deb11u1) ...
12:11:49 Selecting previously unselected package lsb-release.
12:11:49 Preparing to unpack .../38-lsb-release_11.1.0_all.deb ...
12:11:49 Unpacking lsb-release (11.1.0) ...
12:11:49 Selecting previously unselected package python-apt-common.
12:11:49 Preparing to unpack .../39-python-apt-common_2.2.1_all.deb ...
12:11:49 Unpacking python-apt-common (2.2.1) ...
12:11:49 Selecting previously unselected package python3-apt.
12:11:49 Preparing to unpack .../40-python3-apt_2.2.1_armhf.deb ...
12:11:49 Unpacking python3-apt (2.2.1) ...
12:11:49 Selecting previously unselected package python3-dbus.
12:11:49 Preparing to unpack .../41-python3-dbus_1.2.16-5_armhf.deb ...
12:11:49 Last metadata expiration check: 0:00:02 ago on Tue Feb  7 12:11:47 2023.
12:11:49 Metadata cache created.
12:11:49 + echo '[DEBUG] Installing engine rpms'
12:11:49 [DEBUG] Installing engine rpms
12:11:49 ++ find rpm/rpmbuild/fedora-36/RPMS/ -type f -name '*.rpm'
12:11:49 ++ sed /src/d
12:11:49 + packages='rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc36.x86_64.rpm
12:11:49 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm
12:11:49 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm
12:11:49 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm
12:11:49 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.fc36.x86_64.rpm
12:11:49 rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-compose-plugin-2.15.1-0.fc36.x86_64.rpm'
12:11:49 + set -x
12:11:49 ++ source /etc/os-release
12:11:49 +++ NAME='Fedora Linux'
12:11:49 +++ VERSION='36 (Container Image)'
12:11:49 +++ ID=fedora
12:11:49 +++ VERSION_ID=36
12:11:49 +++ VERSION_CODENAME=
12:11:49 +++ PLATFORM_ID=platform:f36
12:11:49 +++ PRETTY_NAME='Fedora Linux 36 (Container Image)'
12:11:49 +++ ANSI_COLOR='0;38;2;60;110;180'
12:11:49 +++ LOGO=fedora-logo-icon
12:11:49 +++ CPE_NAME=cpe:/o:fedoraproject:fedora:36
12:11:49 +++ HOME_URL=https://fedoraproject.org/
12:11:49 +++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora/f36/system-administrators-guide/
12:11:49 +++ SUPPORT_URL=https://ask.fedoraproject.org/
12:11:49 +++ BUG_REPORT_URL=https://bugzilla.redhat.com/
12:11:49 +++ REDHAT_BUGZILLA_PRODUCT=Fedora
12:11:49 +++ REDHAT_BUGZILLA_PRODUCT_VERSION=36
12:11:49 +++ REDHAT_SUPPORT_PRODUCT=Fedora
12:11:49 +++ REDHAT_SUPPORT_PRODUCT_VERSION=36
12:11:49 +++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
12:11:49 +++ VARIANT='Container Image'
12:11:49 +++ VARIANT_ID=container
12:11:49 ++ echo 36
12:11:49 + product_version=36
12:11:49 + '[' 36 = rawhide ']'
12:11:49 + dnf install -y rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-scan-plugin-0.23.0-0.fc36.x86_64.rpm rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64.rpm rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.fc36.x86_64.rpm rpm/rpmbuild/fedora-36/RPMS/x86_64/docker-compose-plugin-2.15.1-0.fc36.x86_64.rpm
12:11:49 Get:16 http://archive.raspbian.org/raspbian bookworm/main armhf systemd-sysv armhf 252.5-2+rpi1 [41.6 kB]
12:11:49 Get:17 http://archive.raspbian.org/raspbian bookworm/main armhf libdbus-1-3 armhf 1.14.4-1 [211 kB]
12:11:49 Get:18 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-bin armhf 1.14.4-1 [137 kB]
12:11:49 Get:19 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-session-bus-common all 1.14.4-1 [112 kB]
12:11:49 Get:20 http://archive.raspbian.org/raspbian bookworm/main armhf libexpat1 armhf 2.5.0-1 [77.2 kB]
12:11:49 Get:21 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-daemon armhf 1.14.4-1 [204 kB]
12:11:49 Get:22 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-system-bus-common all 1.14.4-1 [113 kB]
12:11:49 Get:23 http://archive.raspbian.org/raspbian bookworm/main armhf dbus armhf 1.14.4-1 [129 kB]
12:11:49 Get:24 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-minimal armhf 3.11.1-2 [796 kB]
12:11:49 Get:25 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11-minimal armhf 3.11.1-2 [1678 kB]
12:11:49 Get:26 http://archive.raspbian.org/raspbian bookworm/main armhf python3-minimal armhf 3.11.1-3 [25.9 kB]
12:11:49 Get:27 http://archive.raspbian.org/raspbian bookworm/main armhf media-types all 8.0.0 [33.4 kB]
12:11:49 Get:28 http://archive.raspbian.org/raspbian bookworm/main armhf libmpdec3 armhf 2.5.1-2+rpi1 [73.5 kB]
12:11:49 Get:29 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc-common all 1.3.3+ds-1 [14.0 kB]
12:11:49 Get:30 http://archive.raspbian.org/raspbian bookworm/main armhf libtirpc3 armhf 1.3.3+ds-1 [72.0 kB]
12:11:49 Get:31 http://archive.raspbian.org/raspbian bookworm/main armhf libnsl2 armhf 1.3.0-2 [33.2 kB]
12:11:49 Get:32 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3.11-stdlib armhf 3.11.1-2 [1622 kB]
12:11:49 Unpacking python3-dbus (1.2.16-5) ...
12:11:49 Selecting previously unselected package python3-gi.
12:11:49 Preparing to unpack .../42-python3-gi_3.38.0-2_armhf.deb ...
12:11:49 Unpacking python3-gi (3.38.0-2) ...
12:11:49 Selecting previously unselected package python3-pycurl.
12:11:49 Preparing to unpack .../43-python3-pycurl_7.43.0.6-5_armhf.deb ...
12:11:49 Unpacking python3-pycurl (7.43.0.6-5) ...
12:11:49 Selecting previously unselected package python3-software-properties.
12:11:49 Preparing to unpack .../44-python3-software-properties_0.96.20.2-2.1_all.deb ...
12:11:49 Unpacking python3-software-properties (0.96.20.2-2.1) ...
12:11:49 Selecting previously unselected package software-properties-common.
12:11:49 Preparing to unpack .../45-software-properties-common_0.96.20.2-2.1_all.deb ...
12:11:49 Unpacking software-properties-common (0.96.20.2-2.1) ...
12:11:49 Setting up libksba8:armhf (1.5.0-3+deb11u2) ...
12:11:49 Setting up media-types (4.0.0) ...
12:11:49 Setting up libpsl5:armhf (0.21.0-1.2) ...
12:11:49 Setting up apt-transport-https (2.2.4) ...
12:11:49 Setting up libglib2.0-0:armhf (2.66.8-1) ...
12:11:49 Selecting previously unselected package docker-ce-rootless-extras.
12:11:49 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ...
12:11:49 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:11:49 127 added, 0 removed; done.
12:11:49 Setting up dbus (1.14.4-1) ...
12:11:49 invoke-rc.d: could not determine current runlevel
12:11:49 invoke-rc.d: policy-rc.d denied execution of start.
12:11:49 Setting up libgssapi-krb5-2:armhf (1.20.1-1) ...
12:11:49 Setting up gir1.2-glib-2.0:armhf (1.74.0-3) ...
12:11:49 Setting up xml-core (0.18+nmu1) ...
12:11:49 Reading package lists...
12:11:49 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:11:49 Reading package lists...
12:11:49 + apt-get -y install --no-install-recommends apt-transport-https ca-certificates curl gnupg2 lsb-release software-properties-common
12:11:49 Get:33 http://archive.raspbian.org/raspbian bookworm/main armhf python3.11 armhf 3.11.1-2 [567 kB]
12:11:49 Get:34 http://archive.raspbian.org/raspbian bookworm/main armhf libpython3-stdlib armhf 3.11.1-3 [8960 B]
12:11:49 Get:35 http://archive.raspbian.org/raspbian bookworm/main armhf python3 armhf 3.11.1-3 [25.9 kB]
12:11:49 Get:36 http://archive.raspbian.org/raspbian bookworm/main armhf libcap2-bin armhf 1:2.66-3 [32.5 kB]
12:11:49 Get:37 http://archive.raspbian.org/raspbian bookworm/main armhf libpam-systemd armhf 252.5-2+rpi1 [197 kB]
12:11:49 Get:38 http://archive.raspbian.org/raspbian bookworm/main armhf apt-transport-https all 2.5.5 [22.0 kB]
12:11:49 Get:39 http://archive.raspbian.org/raspbian bookworm/main armhf curl armhf 7.87.0-2 [294 kB]
12:11:49 Get:40 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl4 armhf 7.87.0-2 [332 kB]
12:11:49 Get:41 http://archive.raspbian.org/raspbian bookworm/main armhf distro-info-data all 0.56 [5500 B]
12:11:49 Get:42 http://archive.raspbian.org/raspbian bookworm/main armhf libglib2.0-0 armhf 2.74.5-1 [1204 kB]
12:11:49 Selecting previously unselected package docker-ce.
12:11:49 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ...
12:11:49 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:11:49 No schema files found: doing nothing.
12:11:49 Setting up distro-info-data (0.51+deb11u3) ...
12:11:49 Setting up libbrotli1:armhf (1.0.9-2+b2) ...
12:11:49 Setting up libsqlite3-0:armhf (3.34.1-3) ...
12:11:49 Setting up libnghttp2-14:armhf (1.43.0-1) ...
12:11:49 Setting up libpackagekit-glib2-18:armhf (1.2.2-2) ...
12:11:49 Setting up libnpth0:armhf (1.6-3) ...
12:11:49 Setting up libassuan0:armhf (2.5.3-7.1) ...
12:11:49 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:11:49 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
12:11:49 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
12:11:49 Setting up libdbus-1-3:armhf (1.12.24-0+deb11u1) ...
12:11:49 Setting up libncursesw6:armhf (6.2+20201114-2) ...
12:11:49 Setting up libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
12:11:49 Setting up python-apt-common (2.2.1) ...
12:11:49 Setting up libmpdec3:armhf (2.5.1-1) ...
12:11:49 Setting up libgirepository-1.0-1:armhf (1.66.1-1+b1) ...
12:11:49 Setting up libssh2-1:armhf (1.9.0-2) ...
12:11:49 Setting up openssl (1.1.1n-0+deb11u3) ...
12:11:49 Setting up readline-common (8.1-1) ...
12:11:49 Setting up iso-codes (4.6.0-1) ...
12:11:49 Dependencies resolved.
12:11:49 ================================================================================================
12:11:49  Package                     Arch    Version                               Repository       Size
12:11:49 ================================================================================================
12:11:49 Installing:
12:11:49  docker-buildx-plugin        x86_64  0.10.2-0.fc37                         @commandline     12 M
12:11:49  docker-ce                   x86_64  3:0.0.0~20230206193855.ab4ef4a-0.fc37 @commandline     23 M
12:11:49  docker-ce-cli               x86_64  1:0.0.0~20230206193855.ab4ef4a-0.fc37 @commandline    7.0 M
12:11:49  docker-ce-rootless-extras   x86_64  0.0.0~20230206193855.ab4ef4a-0.fc37   @commandline    3.8 M
12:11:49  docker-compose-plugin       x86_64  2.15.1-0.fc37                         @commandline     10 M
12:11:49  docker-scan-plugin          x86_64  0.23.0-0.fc37                         @commandline    3.8 M
12:11:49 Upgrading:
12:11:49  systemd-libs                x86_64  251.10-588.fc37                       updates         619 k
12:11:49 Installing dependencies:
12:11:49  container-selinux           noarch  2:2.199.0-1.fc37                      updates          50 k
12:11:49  containerd.io               x86_64  1.6.16-3.1.fc37                       docker-ce-test   32 M
12:11:49  dbus                        x86_64  1:1.14.4-1.fc37                       updates         7.8 k
12:11:49  dbus-broker                 x86_64  32-1.fc37                             fedora          175 k
12:11:49  dbus-common                 noarch  1:1.14.4-1.fc37                       updates          15 k
12:11:49  device-mapper               x86_64  1.02.175-9.fc37                       fedora          138 k
12:11:49  device-mapper-libs          x86_64  1.02.175-9.fc37                       fedora          177 k
12:11:49  diffutils                   x86_64  3.8-3.fc37                            fedora          378 k
12:11:49  fuse-common                 x86_64  3.10.5-5.fc37                         fedora          8.2 k
12:11:49  fuse-overlayfs              x86_64  1.9-6.fc37                            updates          73 k
12:11:49  fuse3                       x86_64  3.10.5-5.fc37                         fedora           54 k
12:11:49  fuse3-libs                  x86_64  3.10.5-5.fc37                         fedora           92 k
12:11:49  iptables-legacy             x86_64  1.8.8-4.fc37                          updates          53 k
12:11:49  iptables-legacy-libs        x86_64  1.8.8-4.fc37                          updates          38 k
12:11:49  iptables-libs               x86_64  1.8.8-4.fc37                          updates         417 k
12:11:49  kmod                        x86_64  30-2.fc37                             fedora          120 k
12:11:49  kmod-libs                   x86_64  30-2.fc37                             fedora           68 k
12:11:49  libargon2                   x86_64  20190702-1.fc37                       fedora           28 k
12:11:49  libcgroup                   x86_64  3.0-1.fc37                            fedora           74 k
12:11:49  libfdisk                    x86_64  2.38.1-1.fc37                         fedora          160 k
12:11:49  libibverbs                  x86_64  41.0-1.fc37                           fedora          412 k
12:11:49  libmnl                      x86_64  1.0.5-1.fc37                          fedora           28 k
12:11:49  libnetfilter_conntrack      x86_64  1.0.8-5.fc37                          fedora           57 k
12:11:49  libnfnetlink                x86_64  1.0.1-22.fc37                         fedora           29 k
12:11:49  libnl3                      x86_64  3.7.0-2.fc37                          fedora          347 k
12:11:49  libpcap                     x86_64  14:1.10.3-1.fc37                      updates         176 k
12:11:49  libseccomp                  x86_64  2.5.3-3.fc37                          fedora           70 k
12:11:49  libselinux-utils            x86_64  3.4-5.fc37                            fedora          158 k
12:11:49  libslirp                    x86_64  4.7.0-2.fc37                          fedora           74 k
12:11:49  libutempter                 x86_64  1.2.1-7.fc37                          fedora           26 k
12:11:49  policycoreutils             x86_64  3.4-6.fc37                            fedora          238 k
12:11:49  rpm-plugin-selinux          x86_64  4.18.0-1.fc37                         fedora           20 k
12:11:49  selinux-policy              noarch  37.19-1.fc37                          updates          51 k
12:11:49  selinux-policy-targeted     noarch  37.19-1.fc37                          updates         6.6 M
12:11:49  slirp4netns                 x86_64  1.2.0-8.fc37                          updates          48 k
12:11:49  systemd                     x86_64  251.10-588.fc37                       updates         4.2 M
12:11:49  systemd-pam                 x86_64  251.10-588.fc37                       updates         334 k
12:11:49  util-linux                  x86_64  2.38.1-1.fc37                         fedora          2.3 M
12:11:49  xkeyboard-config            noarch  2.36-3.fc37                           updates         957 k
12:11:49  xz                          x86_64  5.2.5-10.fc37                         fedora          223 k
12:11:49 Installing weak dependencies:
12:11:49  cryptsetup-libs             x86_64  2.5.0-1.fc37                          fedora          454 k
12:11:49  libbpf                      x86_64  2:0.8.0-2.fc37                        fedora          172 k
12:11:49  libxkbcommon                x86_64  1.4.1-2.fc37                          fedora          140 k
12:11:49  qrencode-libs               x86_64  4.1.1-3.fc37                          fedora           61 k
12:11:49  systemd-networkd            x86_64  251.10-588.fc37                       updates         616 k
12:11:49  systemd-resolved            x86_64  251.10-588.fc37                       updates         282 k
12:11:49 
12:11:49 Transaction Summary
12:11:49 ================================================================================================
12:11:49 Install  52 Packages
12:11:49 Upgrade   1 Package
12:11:49 
12:11:49 Total size: 112 M
12:11:49 Total download size: 52 M
12:11:49 Downloading Packages:
12:11:49 Setting up gpgconf (2.2.40-1) ...
12:11:49 Setting up libpam-systemd:armhf (252.5-2) ...
12:11:49 Setting up libcurl4:armhf (7.87.0-2) ...
12:11:49 Setting up libpolkit-agent-1-0:armhf (122-3) ...
12:11:49 Setting up curl (7.87.0-2) ...
12:11:49 Get:43 http://archive.raspbian.org/raspbian bookworm/main armhf libgirepository-1.0-1 armhf 1.74.0-3+b1 [87.5 kB]
12:11:49 Get:44 http://archive.raspbian.org/raspbian bookworm/main armhf gir1.2-glib-2.0 armhf 1.74.0-3+b1 [160 kB]
12:11:49 Get:45 http://archive.raspbian.org/raspbian bookworm/main armhf libpackagekit-glib2-18 armhf 1.2.6-2 [93.3 kB]
12:11:49 Get:46 http://archive.raspbian.org/raspbian bookworm/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.6-2 [25.1 kB]
12:11:49 Get:47 http://archive.raspbian.org/raspbian bookworm/main armhf gnupg2 all 2.2.40-1 [445 kB]
12:11:49 Get:48 http://archive.raspbian.org/raspbian bookworm/main armhf iso-codes all 4.12.0-1 [2888 kB]
12:11:49 Get:49 http://archive.raspbian.org/raspbian bookworm/main armhf libcurl3-gnutls armhf 7.87.0-2 [328 kB]
12:11:50 Setting up pinentry-curses (1.1.0-4) ...
12:11:50 Setting up libreadline8:armhf (8.1-1) ...
12:11:50 Setting up libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
12:11:50 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u5) ...
12:11:50 Setting up ca-certificates (20210119) ...
12:11:50 Selecting previously unselected package docker-compose-plugin.
12:11:50 Preparing to unpack .../docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_armhf.deb ...
12:11:50 Unpacking docker-compose-plugin (2.15.1-1~ubuntu.22.04~jammy) ...
12:11:50 Setting up gpg (2.2.40-1) ...
12:11:50 Setting up libgstreamer1.0-0:armhf (1.22.0-2) ...
12:11:50 Setcap worked! gst-ptp-helper is not suid!
12:11:50 Setting up gnupg-utils (2.2.40-1) ...
12:11:50 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
12:11:50 Setting up gpg-agent (2.2.40-1) ...
12:11:50 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:11:50 Get:50 http://archive.raspbian.org/raspbian bookworm/main armhf libstemmer0d armhf 2.2.0-2 [98.9 kB]
12:11:50 Get:51 http://archive.raspbian.org/raspbian bookworm/main armhf libicu72 armhf 72.1-3 [9009 kB]
12:11:50 Updating certificates in /etc/ssl/certs...
12:11:50 Reading package lists...
12:11:50 Building dependency tree...
12:11:50 Reading state information...
12:11:50 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:11:50 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:11:50 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:11:50 Setting up gpgsm (2.2.40-1) ...
12:11:50 129 added, 0 removed; done.
12:11:50 Setting up gir1.2-glib-2.0:armhf (1.66.1-1+b1) ...
12:11:50 The following additional packages will be installed:
12:11:50   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
12:11:50   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
12:11:50   gpgsm iso-codes libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3
12:11:50   libexpat1 libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2
12:11:50   libmpdec3 libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
12:11:50   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
12:11:50   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 media-types
12:11:50   openssl pinentry-curses python-apt-common python3 python3-apt python3-dbus
12:11:50   python3-gi python3-minimal python3-pycurl python3-software-properties
12:11:50   python3.9 python3.9-minimal readline-common
12:11:50 Suggested packages:
12:11:50   dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage
12:11:50   scdaemon isoquery pinentry-doc python3-doc python3-tk python3-venv
12:11:50   python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg
12:11:50   libcurl4-gnutls-dev python-pycurl-doc python3-pycurl-dbg python3.9-venv
12:11:50   python3.9-doc binutils binfmt-support readline-doc
12:11:50 Recommended packages:
12:11:50   dbus libglib2.0-data shared-mime-info xdg-user-dirs libldap-common libgpm2
12:11:50   packagekit publicsuffix libsasl2-modules unattended-upgrades
12:11:50 Reading package lists...
12:11:50 Setting up libcurl3-gnutls:armhf (7.87.0-2) ...
12:11:50 Setting up libappstream4:armhf (0.16.0-1) ...
12:11:50 Setting up dirmngr (2.2.40-1) ...
12:11:50 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:11:50 Setting up gir1.2-packagekitglib-1.0 (1.2.6-2) ...
12:11:50 Setting up gpg-wks-server (2.2.40-1) ...
12:11:50 Setting up libnsl2:armhf (1.3.0-2) ...
12:11:50 Setting up gpg-wks-client (2.2.40-1) ...
12:11:50 Setting up libpython3.11-stdlib:armhf (3.11.1-2) ...
12:11:50 Setting up gnupg (2.2.40-1) ...
12:11:50 Setting up libpython3-stdlib:armhf (3.11.1-3) ...
12:11:50 Setting up python3.11 (3.11.1-2) ...
12:11:50 Last metadata expiration check: 0:00:02 ago on Tue Feb  7 12:11:48 2023.
12:11:50 (1/47): cryptsetup-libs-2.5.0-1.fc37.x86_64.rpm 1.5 MB/s | 454 kB     00:00    
12:11:50 (2/47): dbus-broker-32-1.fc37.x86_64.rpm        584 kB/s | 175 kB     00:00    
12:11:50 (3/47): device-mapper-1.02.175-9.fc37.x86_64.rp  15 MB/s | 138 kB     00:00    
12:11:50 (4/47): device-mapper-libs-1.02.175-9.fc37.x86_ 6.9 MB/s | 177 kB     00:00    
12:11:50 (5/47): diffutils-3.8-3.fc37.x86_64.rpm          11 MB/s | 378 kB     00:00    
12:11:50 (6/47): fuse-common-3.10.5-5.fc37.x86_64.rpm    692 kB/s | 8.2 kB     00:00    
12:11:50 (7/47): fuse3-3.10.5-5.fc37.x86_64.rpm          7.1 MB/s |  54 kB     00:00    
12:11:50 Setting up gpgconf (2.2.27-2+deb11u2) ...
12:11:50 Setting up libcurl4:armhf (7.74.0-1.3+deb11u5) ...
12:11:50 Setting up curl (7.74.0-1.3+deb11u5) ...
12:11:50 Setting up gpg (2.2.27-2+deb11u2) ...
12:11:50 Setting up libpython3.9-stdlib:armhf (3.9.2-1) ...
12:11:50 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
12:11:50 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
12:11:50 Setting up gpg-agent (2.2.27-2+deb11u2) ...
12:11:50 The following NEW packages will be installed:
12:11:50   apt-transport-https ca-certificates curl dirmngr distro-info-data
12:11:50   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
12:11:50   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:11:50   libassuan0 libbrotli1 libcurl3-gnutls libcurl4 libdbus-1-3 libexpat1
12:11:50   libgirepository-1.0-1 libglib2.0-0 libksba8 libldap-2.4-2 libmpdec3
12:11:50   libncursesw6 libnghttp2-14 libnpth0 libpackagekit-glib2-18 libpsl5
12:11:50   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libreadline8
12:11:50   librtmp1 libsasl2-2 libsasl2-modules-db libsqlite3-0 libssh2-1 lsb-release
12:11:50   media-types openssl pinentry-curses python-apt-common python3 python3-apt
12:11:50   python3-dbus python3-gi python3-minimal python3-pycurl
12:11:50   python3-software-properties python3.9 python3.9-minimal readline-common
12:11:50   software-properties-common
12:11:50 Get:52 http://archive.raspbian.org/raspbian bookworm/main armhf libxml2 armhf 2.9.14+dfsg-1.1+b1 [571 kB]
12:11:50 Get:53 http://archive.raspbian.org/raspbian bookworm/main armhf libxmlb2 armhf 0.3.10-2 [49.6 kB]
12:11:50 Get:54 http://archive.raspbian.org/raspbian bookworm/main armhf libappstream4 armhf 0.16.0-1 [163 kB]
12:11:50 Get:55 http://archive.raspbian.org/raspbian bookworm/main armhf libduktape207 armhf 2.7.0-1 [115 kB]
12:11:50 Get:56 http://archive.raspbian.org/raspbian bookworm/main armhf libelf1 armhf 0.187-2+rpi2 [177 kB]
12:11:50 Get:57 http://archive.raspbian.org/raspbian bookworm/main armhf libdw1 armhf 0.187-2+rpi2 [216 kB]
12:11:50 Get:58 http://archive.raspbian.org/raspbian bookworm/main armhf libglib2.0-data all 2.74.5-1 [1210 kB]
12:11:50 Get:59 http://archive.raspbian.org/raspbian bookworm/main armhf libglib2.0-bin armhf 2.74.5-1 [101 kB]
12:11:50 Get:60 http://archive.raspbian.org/raspbian bookworm/main armhf libunwind8 armhf 1.6.2-3 [42.6 kB]
12:11:50 Get:61 http://archive.raspbian.org/raspbian bookworm/main armhf libgstreamer1.0-0 armhf 1.22.0-2 [1073 kB]
12:11:50 Get:62 http://archive.raspbian.org/raspbian bookworm/main armhf libpolkit-gobject-1-0 armhf 122-3 [38.1 kB]
12:11:50 Get:63 http://archive.raspbian.org/raspbian bookworm/main armhf libpolkit-agent-1-0 armhf 122-3 [22.1 kB]
12:11:50 Get:64 http://archive.raspbian.org/raspbian bookworm/main armhf lsb-release all 12.0-1 [6416 B]
12:11:50 Get:65 http://archive.raspbian.org/raspbian bookworm/main armhf xml-core all 0.18+nmu1 [23.8 kB]
12:11:50 Get:66 http://archive.raspbian.org/raspbian bookworm/main armhf polkitd armhf 122-3 [108 kB]
12:11:50 Building dependency tree...
12:11:50 Reading state information...
12:11:50 Dependencies resolved.
12:11:50 ================================================================================================
12:11:50  Package                     Arch    Version                               Repository       Size
12:11:50 ================================================================================================
12:11:50 Installing:
12:11:50  docker-buildx-plugin        x86_64  0.10.2-0.fc36                         @commandline     12 M
12:11:50  docker-ce                   x86_64  3:0.0.0~20230206193855.ab4ef4a-0.fc36 @commandline     23 M
12:11:50  docker-ce-cli               x86_64  1:0.0.0~20230206193855.ab4ef4a-0.fc36 @commandline    7.0 M
12:11:50  docker-ce-rootless-extras   x86_64  0.0.0~20230206193855.ab4ef4a-0.fc36   @commandline    3.8 M
12:11:50  docker-compose-plugin       x86_64  2.15.1-0.fc36                         @commandline     10 M
12:11:50  docker-scan-plugin          x86_64  0.23.0-0.fc36                         @commandline    3.8 M
12:11:50 Upgrading:
12:11:50  systemd-libs                x86_64  250.9-1.fc36                          updates         614 k
12:11:50 Installing dependencies:
12:11:50  container-selinux           noarch  2:2.198.0-1.fc36                      updates          51 k
12:11:50  containerd.io               x86_64  1.6.16-3.1.fc36                       docker-ce-test   32 M
12:11:50  dbus                        x86_64  1:1.14.4-1.fc36                       updates         7.2 k
12:11:50  dbus-broker                 x86_64  32-1.fc36                             updates         175 k
12:11:50  dbus-common                 noarch  1:1.14.4-1.fc36                       updates          14 k
12:11:50  device-mapper               x86_64  1.02.175-7.fc36                       fedora          139 k
12:11:50  device-mapper-libs          x86_64  1.02.175-7.fc36                       fedora          177 k
12:11:50  diffutils                   x86_64  3.8-2.fc36                            fedora          370 k
12:11:50  fuse-common                 x86_64  3.10.5-2.fc36                         fedora          8.2 k
12:11:50  fuse-overlayfs              x86_64  1.9-6.fc36                            updates          73 k
12:11:50  fuse3                       x86_64  3.10.5-2.fc36                         fedora           54 k
12:11:50  fuse3-libs                  x86_64  3.10.5-2.fc36                         fedora           92 k
12:11:50  iptables-legacy             x86_64  1.8.7-15.fc36                         fedora           54 k
12:11:50  iptables-legacy-libs        x86_64  1.8.7-15.fc36                         fedora           39 k
12:11:50  iptables-libs               x86_64  1.8.7-15.fc36                         fedora          402 k
12:11:50  kmod                        x86_64  29-7.fc36                             fedora          118 k
12:11:50  kmod-libs                   x86_64  29-7.fc36                             fedora           68 k
12:11:50  libargon2                   x86_64  20171227-9.fc36                       updates          28 k
12:11:50  libcgroup                   x86_64  2.0-4.fc36                            fedora           73 k
12:11:50  libfdisk                    x86_64  2.38-1.fc36                           updates         160 k
12:11:50  libibverbs                  x86_64  39.0-1.fc36                           fedora          400 k
12:11:50  libmnl                      x86_64  1.0.4-15.fc36                         fedora           28 k
12:11:50  libnetfilter_conntrack      x86_64  1.0.8-4.fc36                          fedora           57 k
12:11:50  libnfnetlink                x86_64  1.0.1-21.fc36                         fedora           29 k
12:11:50  libnl3                      x86_64  3.7.0-1.fc36                          updates         347 k
12:11:50  libpcap                     x86_64  14:1.10.3-1.fc36                      updates         176 k
12:11:50  libseccomp                  x86_64  2.5.3-2.fc36                          fedora           70 k
12:11:50  libselinux-utils            x86_64  3.3-4.fc36                            fedora          142 k
12:11:50  libslirp                    x86_64  4.6.1-3.fc36                          fedora           73 k
12:11:50  libutempter                 x86_64  1.2.1-6.fc36                          fedora           26 k
12:11:50  policycoreutils             x86_64  3.3-4.fc36                            fedora          202 k
12:11:50  rpm-plugin-selinux          x86_64  4.17.1-3.fc36                         updates          18 k
12:11:50  selinux-policy              noarch  36.17-1.fc36                          updates          66 k
12:11:50  selinux-policy-targeted     noarch  36.17-1.fc36                          updates         6.4 M
12:11:50  slirp4netns                 x86_64  1.2.0-0.2.beta.0.fc36                 fedora           49 k
12:11:50  systemd                     x86_64  250.9-1.fc36                          updates         4.2 M
12:11:50  systemd-pam                 x86_64  250.9-1.fc36                          updates         334 k
12:11:50  util-linux                  x86_64  2.38-1.fc36                           updates         2.3 M
12:11:50  xkeyboard-config            noarch  2.35.1-1.fc36                         fedora          878 k
12:11:50  xz                          x86_64  5.2.5-9.fc36                          fedora          214 k
12:11:50 Installing weak dependencies:
12:11:50  cryptsetup-libs             x86_64  2.4.3-2.fc36                          fedora          432 k
12:11:50  libbpf                      x86_64  2:0.7.0-3.fc36                        updates         159 k
12:11:50  libxkbcommon                x86_64  1.4.0-1.fc36                          fedora          140 k
12:11:50  qrencode-libs               x86_64  4.1.1-2.fc36                          fedora           61 k
12:11:50  systemd-networkd            x86_64  250.9-1.fc36                          updates         617 k
12:11:50  systemd-resolved            x86_64  250.9-1.fc36                          updates         276 k
12:11:50 
12:11:50 Transaction Summary
12:11:50 ================================================================================================
12:11:50 Install  52 Packages
12:11:50 Upgrade   1 Package
12:11:50 
12:11:50 Total size: 112 M
12:11:50 Total download size: 52 M
12:11:50 Downloading Packages:
12:11:50 Selecting previously unselected package docker-buildx-plugin.
12:11:50 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb ...
12:11:50 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.22.04~jammy) ...
12:11:51 (8/47): fuse3-libs-3.10.5-5.fc37.x86_64.rpm     5.7 MB/s |  92 kB     00:00    
12:11:51 (9/47): kmod-30-2.fc37.x86_64.rpm                10 MB/s | 120 kB     00:00    
12:11:51 (10/47): kmod-libs-30-2.fc37.x86_64.rpm         6.0 MB/s |  68 kB     00:00    
12:11:51 (11/47): libargon2-20190702-1.fc37.x86_64.rpm   2.5 MB/s |  28 kB     00:00    
12:11:51 (12/47): libbpf-0.8.0-2.fc37.x86_64.rpm          11 MB/s | 172 kB     00:00    
12:11:51 (13/47): libcgroup-3.0-1.fc37.x86_64.rpm        4.4 MB/s |  74 kB     00:00    
12:11:51 (14/47): libfdisk-2.38.1-1.fc37.x86_64.rpm       13 MB/s | 160 kB     00:00    
12:11:51 (15/47): libibverbs-41.0-1.fc37.x86_64.rpm       17 MB/s | 412 kB     00:00    
12:11:51 (16/47): libmnl-1.0.5-1.fc37.x86_64.rpm         1.6 MB/s |  28 kB     00:00    
12:11:51 (17/47): libnetfilter_conntrack-1.0.8-5.fc37.x8 4.9 MB/s |  57 kB     00:00    
12:11:51 (18/47): libnfnetlink-1.0.1-22.fc37.x86_64.rpm  2.0 MB/s |  29 kB     00:00    
12:11:51 Setting up gpgsm (2.2.27-2+deb11u2) ...
12:11:51 Setting up dirmngr (2.2.27-2+deb11u2) ...
12:11:51 Get:67 http://archive.raspbian.org/raspbian bookworm/main armhf packagekit armhf 1.2.6-2 [561 kB]
12:11:51 Get:68 http://archive.raspbian.org/raspbian bookworm/main armhf python-apt-common all 2.5.2 [64.1 kB]
12:11:51 Get:69 http://archive.raspbian.org/raspbian bookworm/main armhf python3-apt armhf 2.5.2 [152 kB]
12:11:51 Get:70 http://archive.raspbian.org/raspbian bookworm/main armhf python3-blinker all 1.5-1 [14.7 kB]
12:11:51 Get:71 http://archive.raspbian.org/raspbian bookworm/main armhf python3-cffi-backend armhf 1.15.1-5+b1 [83.1 kB]
12:11:51 Get:72 http://archive.raspbian.org/raspbian bookworm/main armhf python3-cryptography armhf 38.0.4-2 [603 kB]
12:11:51 Get:73 http://archive.raspbian.org/raspbian bookworm/main armhf python3-dbus armhf 1.3.2-4 [96.8 kB]
12:11:51 Get:74 http://archive.raspbian.org/raspbian bookworm/main armhf python3-distro all 1.8.0-1 [20.5 kB]
12:11:51 Get:75 http://archive.raspbian.org/raspbian bookworm/main armhf python3-gi armhf 3.42.2-3+b1 [201 kB]
12:11:51 Get:76 http://archive.raspbian.org/raspbian bookworm/main armhf python3-pyparsing all 3.0.9-1 [138 kB]
12:11:51 The following additional packages will be installed:
12:11:51   dbus dbus-bin dbus-daemon dbus-session-bus-common dbus-system-bus-common
12:11:51   dirmngr distro-info-data gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg
12:11:51   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
12:11:51   gpgsm iso-codes libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1
12:11:51   libcap2-bin libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3
12:11:51   libdevmapper1.02.1 libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1
12:11:51   libglib2.0-0 libglib2.0-bin libglib2.0-data libgssapi-krb5-2
12:11:51   libgstreamer1.0-0 libicu71 libip4tc2 libjson-c5 libk5crypto3 libkeyutils1
12:11:51   libkmod2 libkrb5-3 libkrb5support0 libksba8 libldap-2.5-0 libmpdec3
12:11:51   libnghttp2-14 libnpth0 libnsl2 libpackagekit-glib2-18 libpam-systemd
12:11:51   libpolkit-agent-1-0 libpolkit-gobject-1-0 libpsl5 libpython3-stdlib
12:11:51   libpython3.10-minimal libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2
12:11:51   libsasl2-modules-db libsqlite3-0 libssh-4 libssl3 libstemmer0d
12:11:51   libsystemd-shared libtirpc-common libtirpc3 libunwind8 libxml2 libxmlb2
12:11:51   libyaml-0-2 media-types openssl packagekit pinentry-curses pkexec
12:11:51   policykit-1 polkitd python-apt-common python3 python3-apt python3-blinker
12:11:51   python3-cffi-backend python3-cryptography python3-dbus python3-distro
12:11:51   python3-gi python3-httplib2 python3-importlib-metadata python3-jeepney
12:11:51   python3-jwt python3-keyring python3-launchpadlib python3-lazr.restfulclient
12:11:51   python3-lazr.uri python3-minimal python3-more-itertools python3-oauthlib
12:11:51   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
12:11:51   python3-software-properties python3-wadllib python3-zipp python3.10
12:11:51   python3.10-minimal readline-common systemd systemd-sysv
12:11:51 Suggested packages:
12:11:51   default-dbus-session-bus | dbus-session-bus dbus-user-session
12:11:51   pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery krb5-doc
12:11:51   krb5-user gstreamer1.0-tools appstream pinentry-doc python3-doc python3-tk
12:11:51   python3-venv python3-apt-dbg python-apt-doc python-blinker-doc
12:11:51   python-cryptography-doc python3-cryptography-vectors python-dbus-doc
12:11:51   python3-crypto gir1.2-secret-1 gnome-keyring libkf5wallet-bin
12:11:51   python3-keyrings.alt python3-testresources python3-setuptools
12:11:51   python-pyparsing-doc python-secretstorage-doc gnome-keyring
12:11:51   | libkf5wallet-bin | keepassxc python3.10-venv python3.10-doc binutils
12:11:51   binfmt-support readline-doc systemd-container systemd-homed systemd-userdbd
12:11:51   systemd-boot libfido2-1 libtss2-esys-3.0.2-0 libtss2-mu0 libtss2-rc0
12:11:51 Recommended packages:
12:11:51   libpam-cap dmsetup shared-mime-info xdg-user-dirs krb5-locales
12:11:51   libldap-common dbus-user-session publicsuffix libsasl2-modules
12:11:51   packagekit-tools unattended-upgrades networkd-dispatcher systemd-timesyncd
12:11:51   | time-daemon systemd-resolved libnss-systemd
12:11:51 Selecting previously unselected package docker-buildx-plugin.
12:11:51 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb ...
12:11:51 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.20.04~focal) ...
12:11:51 (19/47): containerd.io-1.6.16-3.1.fc37.x86_64.r  46 MB/s |  32 MB     00:00    
12:11:51 (20/47): libseccomp-2.5.3-3.fc37.x86_64.rpm     306 kB/s |  70 kB     00:00    
12:11:51 (21/47): libnl3-3.7.0-2.fc37.x86_64.rpm         1.4 MB/s | 347 kB     00:00    
12:11:51 (22/47): libselinux-utils-3.4-5.fc37.x86_64.rpm  12 MB/s | 158 kB     00:00    
12:11:51 (23/47): libslirp-4.7.0-2.fc37.x86_64.rpm       5.9 MB/s |  74 kB     00:00    
12:11:51 (24/47): libutempter-1.2.1-7.fc37.x86_64.rpm    2.6 MB/s |  26 kB     00:00    
12:11:51 (25/47): libxkbcommon-1.4.1-2.fc37.x86_64.rpm    14 MB/s | 140 kB     00:00    
12:11:51 (26/47): policycoreutils-3.4-6.fc37.x86_64.rpm   21 MB/s | 238 kB     00:00    
12:11:51 (27/47): qrencode-libs-4.1.1-3.fc37.x86_64.rpm  5.3 MB/s |  61 kB     00:00    
12:11:51 (28/47): rpm-plugin-selinux-4.18.0-1.fc37.x86_6 2.0 MB/s |  20 kB     00:00    
12:11:51 (29/47): xz-5.2.5-10.fc37.x86_64.rpm             28 MB/s | 223 kB     00:00    
12:11:51 (30/47): container-selinux-2.199.0-1.fc37.noarc 4.6 MB/s |  50 kB     00:00    
12:11:51 (31/47): util-linux-2.38.1-1.fc37.x86_64.rpm     75 MB/s | 2.3 MB     00:00    
12:11:51 (32/47): dbus-1.14.4-1.fc37.x86_64.rpm          347 kB/s | 7.8 kB     00:00    
12:11:51 (33/47): dbus-common-1.14.4-1.fc37.noarch.rpm   745 kB/s |  15 kB     00:00    
12:11:51 (34/47): iptables-legacy-1.8.8-4.fc37.x86_64.rp 8.9 MB/s |  53 kB     00:00    
12:11:51 (35/47): fuse-overlayfs-1.9-6.fc37.x86_64.rpm   7.5 MB/s |  73 kB     00:00    
12:11:51 (36/47): iptables-legacy-libs-1.8.8-4.fc37.x86_ 4.2 MB/s |  38 kB     00:00    
12:11:51 (37/47): iptables-libs-1.8.8-4.fc37.x86_64.rpm   34 MB/s | 417 kB     00:00    
12:11:51 (38/47): libpcap-1.10.3-1.fc37.x86_64.rpm        17 MB/s | 176 kB     00:00    
12:11:51 (39/47): selinux-policy-37.19-1.fc37.noarch.rpm 4.0 MB/s |  51 kB     00:00    
12:11:51 (40/47): selinux-policy-targeted-37.19-1.fc37.n  99 MB/s | 6.6 MB     00:00    
12:11:51 (41/47): slirp4netns-1.2.0-8.fc37.x86_64.rpm    817 kB/s |  48 kB     00:00    
12:11:51 (42/47): systemd-251.10-588.fc37.x86_64.rpm      53 MB/s | 4.2 MB     00:00    
12:11:51 (43/47): systemd-networkd-251.10-588.fc37.x86_6  19 MB/s | 616 kB     00:00    
12:11:51 (44/47): systemd-pam-251.10-588.fc37.x86_64.rpm  26 MB/s | 334 kB     00:00    
12:11:51 Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
12:11:51 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
12:11:51 Setting up python3.9 (3.9.2-1) ...
12:11:51 Get:77 http://archive.raspbian.org/raspbian bookworm/main armhf python3-httplib2 all 0.20.4-3 [36.0 kB]
12:11:51 Get:78 http://archive.raspbian.org/raspbian bookworm/main armhf python3-jwt all 2.6.0-1 [26.6 kB]
12:11:51 Get:79 http://archive.raspbian.org/raspbian bookworm/main armhf python3-pkg-resources all 65.6.3-1 [278 kB]
12:11:51 Get:80 http://archive.raspbian.org/raspbian bookworm/main armhf python3-lazr.uri all 1.0.6-3 [13.7 kB]
12:11:51 Get:81 http://archive.raspbian.org/raspbian bookworm/main armhf python3-wadllib all 1.3.6-4 [37.2 kB]
12:11:51 Get:82 http://archive.raspbian.org/raspbian bookworm/main armhf python3-oauthlib all 3.2.2-1 [95.4 kB]
12:11:51 Get:83 http://archive.raspbian.org/raspbian bookworm/main armhf python3-six all 1.16.0-4 [17.5 kB]
12:11:51 Get:84 http://archive.raspbian.org/raspbian bookworm/main armhf python3-lazr.restfulclient all 0.14.5-1 [50.4 kB]
12:11:51 Get:85 http://archive.raspbian.org/raspbian bookworm/main armhf python3-software-properties all 0.99.30-4 [32.7 kB]
12:11:51 Get:86 http://archive.raspbian.org/raspbian bookworm/main armhf software-properties-common all 0.99.30-4 [62.0 kB]
12:11:51 0 upgraded, 59 newly installed, 0 to remove and 0 not upgraded.
12:11:51 Need to get 23.3 MB of archives.
12:11:51 After this operation, 75.5 MB of additional disk space will be used.
12:11:51 Get:1 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
12:11:51 Get:2 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2+deb11u5 [98.2 kB]
12:11:51 Get:3 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
12:11:51 Get:4 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
12:11:51 Get:5 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
12:11:51 Get:6 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
12:11:51 Get:7 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2 [132 kB]
12:11:51 Get:8 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
12:11:51 Get:9 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
12:11:51 Get:10 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
12:11:51 Get:11 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
12:11:51 Get:12 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
12:11:51 Get:13 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
12:11:51 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
12:11:51 Get:15 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u3 [853 kB]
12:11:51 Get:16 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
12:11:51 Get:17 http://deb.debian.org/debian bullseye/main amd64 apt-transport-https all 2.2.4 [160 kB]
12:11:51 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
12:11:51 Get:19 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
12:11:51 Get:20 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
12:11:51 Get:21 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
12:11:51 Get:22 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
12:11:51 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
12:11:51 Get:24 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
12:11:51 Get:25 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
12:11:51 Get:26 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u5 [346 kB]
12:11:51 Get:27 http://deb.debian.org/debian-security bullseye-security/main amd64 curl amd64 7.74.0-1.3+deb11u5 [270 kB]
12:11:51 Get:28 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
12:11:51 Get:29 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2+deb11u2 [548 kB]
12:11:51 Get:30 http://deb.debian.org/debian-security bullseye-security/main amd64 libksba8 amd64 1.5.0-3+deb11u2 [123 kB]
12:11:51 Get:31 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
12:11:51 Get:32 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2+deb11u2 [763 kB]
12:11:51 Get:33 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51+deb11u3 [7812 B]
12:11:51 Get:34 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB]
12:11:51 Get:35 http://deb.debian.org/debian bullseye/main amd64 libgirepository-1.0-1 amd64 1.66.1-1+b1 [96.7 kB]
12:11:51 Get:36 http://deb.debian.org/debian bullseye/main amd64 gir1.2-glib-2.0 amd64 1.66.1-1+b1 [151 kB]
12:11:51 Get:37 http://deb.debian.org/debian bullseye/main amd64 libpackagekit-glib2-18 amd64 1.2.2-2 [124 kB]
12:11:51 Get:38 http://deb.debian.org/debian bullseye/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.2-2 [36.8 kB]
12:11:51 Get:39 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
12:11:51 Get:40 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2+deb11u2 [905 kB]
12:11:51 Get:41 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2+deb11u2 [928 kB]
12:11:51 Get:42 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
12:11:51 Get:43 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2+deb11u2 [669 kB]
12:11:51 Get:44 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2+deb11u2 [524 kB]
12:11:51 Get:45 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2+deb11u2 [516 kB]
12:11:51 Get:46 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2+deb11u2 [645 kB]
12:11:51 Get:47 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2+deb11u2 [825 kB]
12:11:51 Get:48 http://deb.debian.org/debian bullseye/main amd64 gnupg2 all 2.2.27-2+deb11u2 [434 kB]
12:11:51 Get:49 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB]
12:11:51 Get:50 http://deb.debian.org/debian-security bullseye-security/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u5 [343 kB]
12:11:51 Get:51 http://deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.24-0+deb11u1 [222 kB]
12:11:51 Get:52 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB]
12:11:51 Get:53 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB]
12:11:51 Get:54 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB]
12:11:51 Get:55 http://deb.debian.org/debian bullseye/main amd64 python3-dbus amd64 1.2.16-5 [108 kB]
12:11:51 Get:56 http://deb.debian.org/debian bullseye/main amd64 python3-gi amd64 3.38.0-2 [232 kB]
12:11:51 Get:57 http://deb.debian.org/debian bullseye/main amd64 python3-pycurl amd64 7.43.0.6-5 [68.8 kB]
12:11:51 Get:58 http://deb.debian.org/debian bullseye/main amd64 python3-software-properties all 0.96.20.2-2.1 [49.7 kB]
12:11:51 Get:59 http://deb.debian.org/debian bullseye/main amd64 software-properties-common all 0.96.20.2-2.1 [83.4 kB]
12:11:51 The following NEW packages will be installed:
12:11:51   apt-transport-https ca-certificates curl dbus dbus-bin dbus-daemon
12:11:51   dbus-session-bus-common dbus-system-bus-common dirmngr distro-info-data
12:11:51   gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 gnupg gnupg-l10n gnupg-utils
12:11:51   gnupg2 gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes
12:11:51   libapparmor1 libappstream4 libargon2-1 libassuan0 libbrotli1 libcap2-bin
12:11:51   libcryptsetup12 libcurl3-gnutls libcurl4 libdbus-1-3 libdevmapper1.02.1
12:11:51   libdw1 libelf1 libexpat1 libfdisk1 libgirepository-1.0-1 libglib2.0-0
12:11:51   libglib2.0-bin libglib2.0-data libgssapi-krb5-2 libgstreamer1.0-0 libicu71
12:11:51   libip4tc2 libjson-c5 libk5crypto3 libkeyutils1 libkmod2 libkrb5-3
12:11:51   libkrb5support0 libksba8 libldap-2.5-0 libmpdec3 libnghttp2-14 libnpth0
12:11:51   libnsl2 libpackagekit-glib2-18 libpam-systemd libpolkit-agent-1-0
12:11:51   libpolkit-gobject-1-0 libpsl5 libpython3-stdlib libpython3.10-minimal
12:11:51   libpython3.10-stdlib libreadline8 librtmp1 libsasl2-2 libsasl2-modules-db
12:11:51   libsqlite3-0 libssh-4 libssl3 libstemmer0d libsystemd-shared libtirpc-common
12:11:51   libtirpc3 libunwind8 libxml2 libxmlb2 libyaml-0-2 lsb-release media-types
12:11:51   openssl packagekit pinentry-curses pkexec policykit-1 polkitd
12:11:51   python-apt-common python3 python3-apt python3-blinker python3-cffi-backend
12:11:51   python3-cryptography python3-dbus python3-distro python3-gi python3-httplib2
12:11:51   python3-importlib-metadata python3-jeepney python3-jwt python3-keyring
12:11:51   python3-launchpadlib python3-lazr.restfulclient python3-lazr.uri
12:11:51   python3-minimal python3-more-itertools python3-oauthlib
12:11:51   python3-pkg-resources python3-pyparsing python3-secretstorage python3-six
12:11:51   python3-software-properties python3-wadllib python3-zipp python3.10
12:11:51   python3.10-minimal readline-common software-properties-common systemd
12:11:51   systemd-sysv
12:11:51 (45/47): systemd-resolved-251.10-588.fc37.x86_6  17 MB/s | 282 kB     00:00    
12:11:51 (46/47): xkeyboard-config-2.36-3.fc37.noarch.rp  47 MB/s | 957 kB     00:00    
12:11:51 (47/47): systemd-libs-251.10-588.fc37.x86_64.rp  41 MB/s | 619 kB     00:00    
12:11:51 --------------------------------------------------------------------------------
12:11:51 Total                                            31 MB/s |  52 MB     00:01     
12:11:51 Setting up gnupg2 (2.2.40-1) ...
12:11:51 Setting up python3 (3.11.1-3) ...
12:11:51 Setting up python3-six (1.16.0-4) ...
12:11:51 debconf: delaying package configuration, since apt-utils is not installed
12:11:51 debconf: delaying package configuration, since apt-utils is not installed
12:11:51 Fetched 23.3 MB in 0s (48.7 MB/s)
12:11:51 Selecting previously unselected package libpython3.9-minimal:amd64.
12:11: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.)
12:11:51 Preparing to unpack .../libpython3.9-minimal_3.9.2-1_amd64.deb ...
12:11:51 Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
12:11:51 Selecting previously unselected package libexpat1:amd64.
12:11:51 Preparing to unpack .../libexpat1_2.2.10-2+deb11u5_amd64.deb ...
12:11:51 Unpacking libexpat1:amd64 (2.2.10-2+deb11u5) ...
12:11:51 0 upgraded, 122 newly installed, 0 to remove and 4 not upgraded.
12:11:51 Need to get 39.1 MB of archives.
12:11:51 After this operation, 137 MB of additional disk space will be used.
12:11:51 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libssl3 armhf 3.0.5-2ubuntu2 [1560 kB]
12:11:51 Setting up python3-pyparsing (3.0.9-1) ...
12:11:51 Setting up python3-gi (3.42.2-3+b1) ...
12:11:51 Fetched 36.8 MB in 4s (10.3 MB/s)
12:11: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 ... 10361 files and directories currently installed.)
12:11:51 Preparing to unpack .../libsystemd0_252.5-2+rpi1_armhf.deb ...
12:11:51 Unpacking libsystemd0:armhf (252.5-2+rpi1) over (252.4-1+rpi1) ...
12:11:51 Setting up libsystemd0:armhf (252.5-2+rpi1) ...
12:11: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 ... 10361 files and directories currently installed.)
12:11:51 Preparing to unpack .../udev_252.5-2+rpi1_armhf.deb ...
12:11:51 Selecting previously unselected package python3.9-minimal.
12:11:51 Preparing to unpack .../python3.9-minimal_3.9.2-1_amd64.deb ...
12:11:51 Unpacking python3.9-minimal (3.9.2-1) ...
12:11:51 Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
12:11:51 Setting up libexpat1:amd64 (2.2.10-2+deb11u5) ...
12:11:52 Setting up python3-httplib2 (0.20.4-3) ...
12:11:52 Docker CE Test - x86_64                         6.8 kB/s | 1.6 kB     00:00    
12:11:52 Importing GPG key 0x621E9F35:
12:11:52  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
12:11:52  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
12:11:52  From       : https://download.docker.com/linux/fedora/gpg
12:11:52 Key imported successfully
12:11:52 Unpacking udev (252.5-2+rpi1) over (252.4-1+rpi1) ...
12:11:52 Setting up python3.9-minimal (3.9.2-1) ...
12:11:52 Get:2 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpython3.10-minimal armhf 3.10.7-1ubuntu0.2 [788 kB]
12:11:52 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
12:11:52 Setting up python3 (3.9.2-3) ...
12:11:52 Setting up python3-pycurl (7.43.0.6-5) ...
12:11:52 Setting up python3-gi (3.38.0-2) ...
12:11:52 Setting up python3-cffi-backend:armhf (1.15.1-5+b1) ...
12:11:52 Setting up python3-blinker (1.5-1) ...
12:11:52 Setting up python3-pkg-resources (65.6.3-1) ...
12:11:52 (1/47): cryptsetup-libs-2.4.3-2.fc36.x86_64.rpm 1.4 MB/s | 432 kB     00:00    
12:11:52 (2/47): device-mapper-1.02.175-7.fc36.x86_64.rp 467 kB/s | 139 kB     00:00    
12:11:52 (3/47): device-mapper-libs-1.02.175-7.fc36.x86_  19 MB/s | 177 kB     00:00    
12:11:52 (4/47): diffutils-3.8-2.fc36.x86_64.rpm          39 MB/s | 370 kB     00:00    
12:11:52 (5/47): fuse-common-3.10.5-2.fc36.x86_64.rpm    1.1 MB/s | 8.2 kB     00:00    
12:11:52 (6/47): fuse3-3.10.5-2.fc36.x86_64.rpm           10 MB/s |  54 kB     00:00    
12:11:52 (7/47): fuse3-libs-3.10.5-2.fc36.x86_64.rpm      15 MB/s |  92 kB     00:00    
12:11:52 (8/47): iptables-legacy-1.8.7-15.fc36.x86_64.rp 8.4 MB/s |  54 kB     00:00    
12:11:52 (9/47): iptables-legacy-libs-1.8.7-15.fc36.x86_ 5.5 MB/s |  39 kB     00:00    
12:11:52 (10/47): iptables-libs-1.8.7-15.fc36.x86_64.rpm  41 MB/s | 402 kB     00:00    
12:11:52 (11/47): kmod-29-7.fc36.x86_64.rpm               13 MB/s | 118 kB     00:00    
12:11:52 (12/47): kmod-libs-29-7.fc36.x86_64.rpm         9.6 MB/s |  68 kB     00:00    
12:11:52 (13/47): libcgroup-2.0-4.fc36.x86_64.rpm         11 MB/s |  73 kB     00:00    
12:11:52 (14/47): libibverbs-39.0-1.fc36.x86_64.rpm       38 MB/s | 400 kB     00:00    
12:11:52 (15/47): libmnl-1.0.4-15.fc36.x86_64.rpm        2.8 MB/s |  28 kB     00:00    
12:11:52 (16/47): libnetfilter_conntrack-1.0.8-4.fc36.x8  10 MB/s |  57 kB     00:00    
12:11:52 (17/47): libnfnetlink-1.0.1-21.fc36.x86_64.rpm  5.6 MB/s |  29 kB     00:00    
12:11:52 (18/47): libseccomp-2.5.3-2.fc36.x86_64.rpm      12 MB/s |  70 kB     00:00    
12:11:52 (19/47): libselinux-utils-3.3-4.fc36.x86_64.rpm  21 MB/s | 142 kB     00:00    
12:11:52 (20/47): libslirp-4.6.1-3.fc36.x86_64.rpm        11 MB/s |  73 kB     00:00    
12:11:52 (21/47): libutempter-1.2.1-6.fc36.x86_64.rpm    4.5 MB/s |  26 kB     00:00    
12:11:52 (22/47): libxkbcommon-1.4.0-1.fc36.x86_64.rpm    21 MB/s | 140 kB     00:00    
12:11:52 (23/47): policycoreutils-3.3-4.fc36.x86_64.rpm   21 MB/s | 202 kB     00:00    
12:11:52 (24/47): qrencode-libs-4.1.1-2.fc36.x86_64.rpm  7.1 MB/s |  61 kB     00:00    
12:11:52 (25/47): slirp4netns-1.2.0-0.2.beta.0.fc36.x86_ 6.9 MB/s |  49 kB     00:00    
12:11:52 (26/47): xkeyboard-config-2.35.1-1.fc36.noarch.  57 MB/s | 878 kB     00:00    
12:11:52 (27/47): xz-5.2.5-9.fc36.x86_64.rpm              13 MB/s | 214 kB     00:00    
12:11:52 (28/47): container-selinux-2.198.0-1.fc36.noarc 6.2 MB/s |  51 kB     00:00    
12:11:52 (29/47): dbus-1.14.4-1.fc36.x86_64.rpm          1.3 MB/s | 7.2 kB     00:00    
12:11:52 (30/47): dbus-broker-32-1.fc36.x86_64.rpm        25 MB/s | 175 kB     00:00    
12:11:52 (31/47): dbus-common-1.14.4-1.fc36.noarch.rpm   1.8 MB/s |  14 kB     00:00    
12:11:52 (32/47): fuse-overlayfs-1.9-6.fc36.x86_64.rpm    12 MB/s |  73 kB     00:00    
12:11:52 (33/47): libargon2-20171227-9.fc36.x86_64.rpm   5.0 MB/s |  28 kB     00:00    
12:11:52 (34/47): libbpf-0.7.0-3.fc36.x86_64.rpm          25 MB/s | 159 kB     00:00    
12:11:52 (35/47): libfdisk-2.38-1.fc36.x86_64.rpm         22 MB/s | 160 kB     00:00    
12:11:52 (36/47): libnl3-3.7.0-1.fc36.x86_64.rpm          34 MB/s | 347 kB     00:00    
12:11:52 (37/47): libpcap-1.10.3-1.fc36.x86_64.rpm        15 MB/s | 176 kB     00:00    
12:11:52 (38/47): rpm-plugin-selinux-4.17.1-3.fc36.x86_6 2.6 MB/s |  18 kB     00:00    
12:11:52 (39/47): selinux-policy-36.17-1.fc36.noarch.rpm  12 MB/s |  66 kB     00:00    
12:11:52 (40/47): selinux-policy-targeted-36.17-1.fc36.n 132 MB/s | 6.4 MB     00:00    
12:11:52 (41/47): systemd-250.9-1.fc36.x86_64.rpm         52 MB/s | 4.2 MB     00:00    
12:11:52 (42/47): systemd-networkd-250.9-1.fc36.x86_64.r  13 MB/s | 617 kB     00:00    
12:11:52 (43/47): systemd-pam-250.9-1.fc36.x86_64.rpm     22 MB/s | 334 kB     00:00    
12:11:52 (44/47): systemd-resolved-250.9-1.fc36.x86_64.r  19 MB/s | 276 kB     00:00    
12:11:52 (45/47): util-linux-2.38-1.fc36.x86_64.rpm       67 MB/s | 2.3 MB     00:00    
12:11:52 (46/47): systemd-libs-250.9-1.fc36.x86_64.rpm    23 MB/s | 614 kB     00:00    
12:11:52 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:11:52 Setting up docker-compose-plugin (2.15.1-1~ubuntu.22.04~jammy) ...
12:11:52 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.22.04~jammy) ...
12:11:52 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:11:52 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
12:11:52 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:11:52 invoke-rc.d: could not determine current runlevel
12:11:52 invoke-rc.d: policy-rc.d denied execution of start.
12:11:52 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:11:52  docker-ce-rootless-extras depends on dbus-user-session; however:
12:11:52   Package dbus-user-session is not installed.
12:11:52 
12:11:52 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy) ...
12:11:52 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libexpat1 armhf 2.4.8-2ubuntu0.22.10.1 [63.6 kB]
12:11:52 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3.10-minimal armhf 3.10.7-1ubuntu0.2 [1821 kB]
12:11:52 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-minimal armhf 3.10.6-1 [24.1 kB]
12:11:52 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf media-types all 8.0.0 [24.9 kB]
12:11:52 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
12:11:52 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libkrb5support0 armhf 1.20-1ubuntu0.1 [29.6 kB]
12:11:52 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libk5crypto3 armhf 1.20-1ubuntu0.1 [78.4 kB]
12:11:52 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkeyutils1 armhf 1.6.3-1 [9368 B]
12:11:52 Get:11 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libkrb5-3 armhf 1.20-1ubuntu0.1 [320 kB]
12:11:52 Get:12 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libgssapi-krb5-2 armhf 1.20-1ubuntu0.1 [118 kB]
12:11:52 Get:13 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc-common all 1.3.3+ds-1 [7790 B]
12:11:52 Get:14 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libtirpc3 armhf 1.3.3+ds-1 [71.4 kB]
12:11:52 Get:15 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnsl2 armhf 1.3.0-2build2 [36.6 kB]
12:11:52 Get:16 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf readline-common all 8.2-1 [55.1 kB]
12:11:52 Get:17 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libreadline8 armhf 8.2-1 [128 kB]
12:11:52 Get:18 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsqlite3-0 armhf 3.39.3-1 [561 kB]
12:11:52 Get:19 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libpython3.10-stdlib armhf 3.10.7-1ubuntu0.2 [1706 kB]
12:11:52 Setting up gnupg (2.2.27-2+deb11u2) ...
12:11:52 Setting up lsb-release (11.1.0) ...
12:11:52 Setting up python3-dbus (1.2.16-5) ...
12:11:52 Setting up gnupg2 (2.2.27-2+deb11u2) ...
12:11:52 Setting up python3-apt (2.2.1) ...
12:11:52 Selecting previously unselected package docker-ce-rootless-extras.
12:11:52 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ...
12:11:52 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:11:52 Setting up python3-dbus (1.3.2-4+b1) ...
12:11:52 Setting up python3-distro (1.8.0-1) ...
12:11:52 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-jammy/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-compose-plugin_2.15.1-1~ubuntu.22.04~jammy_armhf.deb ./deb/debbuild/ubuntu-jammy/docker-buildx-plugin_0.10.2-1~ubuntu.22.04~jammy_armhf.deb
12:11:52 Preparing to unpack .../libudev1_252.5-2+rpi1_armhf.deb ...
12:11:52 Unpacking libudev1:armhf (252.5-2+rpi1) over (252.4-1+rpi1) ...
12:11:52 Setting up libudev1:armhf (252.5-2+rpi1) ...
12:11: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 ... 10361 files and directories currently installed.)
12:11:52 Preparing to unpack .../libapt-pkg6.0_2.5.5_armhf.deb ...
12:11:52 Selecting previously unselected package python3-minimal.
12:11: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.)
12:11:52 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
12:11:52 Unpacking python3-minimal (3.9.2-3) ...
12:11:52 Selecting previously unselected package media-types.
12:11:52 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
12:11:52 Unpacking media-types (4.0.0) ...
12:11:52 Selecting previously unselected package libmpdec3:amd64.
12:11:52 Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
12:11:52 Unpacking libmpdec3:amd64 (2.5.1-1) ...
12:11:52 Selecting previously unselected package libncursesw6:amd64.
12:11:52 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_amd64.deb ...
12:11:52 Unpacking libncursesw6:amd64 (6.2+20201114-2) ...
12:11:52 Selecting previously unselected package readline-common.
12:11:52 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
12:11:52 Unpacking readline-common (8.1-1) ...
12:11:52 Get:20 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3.10 armhf 3.10.7-1ubuntu0.2 [497 kB]
12:11:52 Get:21 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpython3-stdlib armhf 3.10.6-1 [6850 B]
12:11:52 Get:22 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3 armhf 3.10.6-1 [22.3 kB]
12:11:52 Get:23 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libargon2-1 armhf 0~20171227-0.3 [21.0 kB]
12:11:52 Get:24 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdevmapper1.02.1 armhf 2:1.02.185-1ubuntu1 [134 kB]
12:11:52 Get:25 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libjson-c5 armhf 0.16-1 [29.2 kB]
12:11:52 Get:26 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcryptsetup12 armhf 2:2.5.0-2ubuntu1 [195 kB]
12:11:52 Get:27 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libfdisk1 armhf 2.38-4ubuntu1 [186 kB]
12:11:52 Get:28 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libkmod2 armhf 30+20220630-3ubuntu1 [41.3 kB]
12:11:52 Get:29 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libapparmor1 armhf 3.0.7-1ubuntu2 [32.3 kB]
12:11:52 Get:30 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libip4tc2 armhf 1.8.7-1ubuntu6 [17.5 kB]
12:11:52 Get:31 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsystemd-shared armhf 251.4-1ubuntu7 [1609 kB]
12:11:52 Get:32 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf systemd armhf 251.4-1ubuntu7 [2785 kB]
12:11:52 Setting up python3-software-properties (0.96.20.2-2.1) ...
12:11:52 Setting up software-properties-common (0.96.20.2-2.1) ...
12:11:52 Selecting previously unselected package docker-compose-plugin.
12:11:52 Preparing to unpack .../docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_armhf.deb ...
12:11:52 Unpacking docker-compose-plugin (2.15.1-1~ubuntu.20.04~focal) ...
12:11:52 Setting up python3-jwt (2.6.0-1) ...
12:11:52 Setting up python3-apt (2.5.2+b1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:11:52 (47/47): containerd.io-1.6.16-3.1.fc36.x86_64.r  31 MB/s |  32 MB     00:01    
12:11:52 --------------------------------------------------------------------------------
12:11:52 Total                                            29 MB/s |  52 MB     00:01     
12:11:52 Unpacking libapt-pkg6.0:armhf (2.5.5) over (2.5.4) ...
12:11:52 Setting up libapt-pkg6.0:armhf (2.5.5) ...
12:11: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 ... 10361 files and directories currently installed.)
12:11:52 Preparing to unpack .../archives/apt_2.5.5_armhf.deb ...
12:11:52 Unpacking apt (2.5.5) over (2.5.4) ...
12:11:52 Selecting previously unselected package libreadline8:amd64.
12:11:52 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
12:11:52 Unpacking libreadline8:amd64 (8.1-1) ...
12:11:52 Selecting previously unselected package libsqlite3-0:amd64.
12:11:52 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
12:11:52 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
12:11:52 Selecting previously unselected package libpython3.9-stdlib:amd64.
12:11:52 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
12:11:52 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
12:11:52 Get:33 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf systemd-sysv armhf 251.4-1ubuntu7 [11.2 kB]
12:11:52 Get:34 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf openssl armhf 3.0.5-2ubuntu2 [1148 kB]
12:11:52 Get:35 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf ca-certificates all 20211016ubuntu0.22.10.1 [143 kB]
12:11:52 Get:36 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libdbus-1-3 armhf 1.14.0-2ubuntu3 [182 kB]
12:11:52 Get:37 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-bin armhf 1.14.0-2ubuntu3 [37.6 kB]
12:11:52 Get:38 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-session-bus-common all 1.14.0-2ubuntu3 [73.0 kB]
12:11:52 Get:39 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-daemon armhf 1.14.0-2ubuntu3 [109 kB]
12:11:52 Get:40 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-system-bus-common all 1.14.0-2ubuntu3 [74.2 kB]
12:11:52 Get:41 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus armhf 1.14.0-2ubuntu3 [28.0 kB]
12:11:52 Get:42 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf distro-info-data all 0.54ubuntu0.1 [5242 B]
12:11:52 Get:43 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-0 armhf 2.74.3-0ubuntu1 [1342 kB]
12:11:52 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:11:52 Processing triggers for ca-certificates (20210119) ...
12:11:52 Updating certificates in /etc/ssl/certs...
12:11:53 Running transaction check
12:11:53 Transaction check succeeded.
12:11:53 Running transaction test
12:11:53 Setting up python3-lazr.uri (1.0.6-3) ...
12:11:53 Setting up python3-cryptography (38.0.4-2) ...
12:11:53 Setting up apt (2.5.5) ...
12:11:53 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ...
12:11:53 Selecting previously unselected package python3.9.
12:11:53 Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
12:11:53 Unpacking python3.9 (3.9.2-1) ...
12:11:53 Selecting previously unselected package libpython3-stdlib:amd64.
12:11:53 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
12:11:53 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
12:11:53 Setting up python3-minimal (3.9.2-3) ...
12:11:53 Get:44 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgirepository-1.0-1 armhf 1.74.0-2 [91.8 kB]
12:11:53 Get:45 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gir1.2-glib-2.0 armhf 1.74.0-2 [178 kB]
12:11:53 Get:46 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf iso-codes all 4.11.0-1 [3352 kB]
12:11:53 0 added, 0 removed; done.
12:11:53 Running hooks in /etc/ca-certificates/update.d...
12:11:53 done.
12:11:53 ++ source /etc/os-release
12:11:53 +++ PRETTY_NAME='Debian GNU/Linux 11 (bullseye)'
12:11:53 +++ NAME='Debian GNU/Linux'
12:11:53 +++ VERSION_ID=11
12:11:53 +++ VERSION='11 (bullseye)'
12:11:53 +++ VERSION_CODENAME=bullseye
12:11:53 +++ ID=debian
12:11:53 +++ HOME_URL=https://www.debian.org/
12:11:53 +++ SUPPORT_URL=https://www.debian.org/support
12:11:53 +++ BUG_REPORT_URL=https://bugs.debian.org/
12:11:53 ++ echo debian
12:11:53 + DIST_ID=debian
12:11:53 ++ lsb_release -sc
12:11:53 + DIST_VERSION=bullseye
12:11:53 + '[' bullseye = sid ']'
12:11:53 + install_debian_containerd
12:11:53 + '[' staging = stage ']'
12:11:53 + REPO_URL=https://download.docker.com/linux/debian
12:11:53 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
12:11:53 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
12:11:53 + update-ca-certificates -f
12:11:53 Clearing symlinks in /etc/ssl/certs...
12:11:53 Setting up python3-wadllib (1.3.6-4) ...
12:11:53 Selecting previously unselected package python3.
12:11: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 ... 7393 files and directories currently installed.)
12:11:53 Preparing to unpack .../00-python3_3.9.2-3_amd64.deb ...
12:11:53 Unpacking python3 (3.9.2-3) ...
12:11:53 Selecting previously unselected package openssl.
12:11:53 Preparing to unpack .../01-openssl_1.1.1n-0+deb11u3_amd64.deb ...
12:11:53 Unpacking openssl (1.1.1n-0+deb11u3) ...
12:11:53 Get:47 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libcap2-bin armhf 1:2.44-1build3 [25.3 kB]
12:11:53 Get:48 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libelf1 armhf 0.187-4 [43.8 kB]
12:11:53 Get:49 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-data all 2.74.3-0ubuntu1 [19.0 kB]
12:11:53 Get:50 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libicu71 armhf 71.1-3ubuntu1 [10.3 MB]
12:11:53 Docker CE Test - x86_64                         6.8 kB/s | 1.6 kB     00:00    
12:11:53 Importing GPG key 0x621E9F35:
12:11:53  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
12:11:53  Fingerprint: 060A 61C5 1B55 8A7F 742B 77AA C52F EB6B 621E 9F35
12:11:53  From       : https://download.docker.com/linux/fedora/gpg
12:11:53 Key imported successfully
12:11:53 done.
12:11:53 Updating certificates in /etc/ssl/certs...
12:11:53 Reading package lists...
12:11:53 Setting up python3-oauthlib (3.2.2-1) ...
12:11:53 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:11:53 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:11:53 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
12:11:53 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:11:53 invoke-rc.d: could not determine current runlevel
12:11:53 invoke-rc.d: policy-rc.d denied execution of start.
12:11:53 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.20.04~focal) ...
12:11:53 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal) ...
12:11:53 Setting up docker-compose-plugin (2.15.1-1~ubuntu.20.04~focal) ...
12:11:53 Processing triggers for systemd (245.4-4ubuntu3.19) ...
12:11:53 Selecting previously unselected package ca-certificates.
12:11:53 Preparing to unpack .../02-ca-certificates_20210119_all.deb ...
12:11:53 Unpacking ca-certificates (20210119) ...
12:11:53 Selecting previously unselected package apt-transport-https.
12:11:53 Preparing to unpack .../03-apt-transport-https_2.2.4_all.deb ...
12:11:53 Unpacking apt-transport-https (2.2.4) ...
12:11:53 Selecting previously unselected package libbrotli1:amd64.
12:11:53 Preparing to unpack .../04-libbrotli1_1.0.9-2+b2_amd64.deb ...
12:11:53 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
12:11:53 Selecting previously unselected package libsasl2-modules-db:amd64.
12:11:53 Preparing to unpack .../05-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
12:11:53 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:11:53 Selecting previously unselected package libsasl2-2:amd64.
12:11:53 Preparing to unpack .../06-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
12:11:53 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:11:53 Get:51 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpam-systemd armhf 251.4-1ubuntu7 [188 kB]
12:11:53 Get:52 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libxml2 armhf 2.9.14+dfsg-1ubuntu0.1 [589 kB]
12:11:53 Get:53 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libyaml-0-2 armhf 0.2.5-1 [46.4 kB]
12:11:53 129 added, 0 removed; done.
12:11:53 Running hooks in /etc/ca-certificates/update.d...
12:11:53 done.
12:11:53 + apt-key add -
12:11:53 + curl -fsSL https://download.docker.com/linux/debian/gpg
12:11:53 Selecting previously unselected package libargon2-1:armhf.
12:11: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 ... 10361 files and directories currently installed.)
12:11:53 Preparing to unpack .../0-libargon2-1_0~20171227-0.3_armhf.deb ...
12:11:53 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
12:11:53 Selecting previously unselected package dmsetup.
12:11:53 Preparing to unpack .../1-dmsetup_2%3a1.02.185-2_armhf.deb ...
12:11:53 Unpacking dmsetup (2:1.02.185-2) ...
12:11:53 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:11:53 Preparing to unpack .../2-libdevmapper1.02.1_2%3a1.02.185-2_armhf.deb ...
12:11:53 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-2) ...
12:11:53 Selecting previously unselected package libjson-c5:armhf.
12:11:53 Preparing to unpack .../3-libjson-c5_0.16-2_armhf.deb ...
12:11:53 Unpacking libjson-c5:armhf (0.16-2) ...
12:11:53 Selecting previously unselected package libcryptsetup12:armhf.
12:11:53 Preparing to unpack .../4-libcryptsetup12_2%3a2.6.0-2_armhf.deb ...
12:11:53 Unpacking libcryptsetup12:armhf (2:2.6.0-2) ...
12:11:53 Selecting previously unselected package libfdisk1:armhf.
12:11:53 Preparing to unpack .../5-libfdisk1_2.38.1-4_armhf.deb ...
12:11:53 Unpacking libfdisk1:armhf (2.38.1-4) ...
12:11:53 Building dependency tree...
12:11:53 Reading state information...
12:11:53 Correcting dependencies... Done
12:11:53 Setting up python3-lazr.restfulclient (0.14.5-1) ...
12:11:53 Setting up python3-software-properties (0.99.30-4) ...
12:11:53 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-focal/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-buildx-plugin_0.10.2-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.20.04~focal_armhf.deb ./deb/debbuild/ubuntu-focal/docker-compose-plugin_2.15.1-1~ubuntu.20.04~focal_armhf.deb
12:11:53 Selecting previously unselected package libldap-2.4-2:amd64.
12:11:53 Preparing to unpack .../07-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
12:11:53 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
12:11:53 Selecting previously unselected package libnghttp2-14:amd64.
12:11:53 Preparing to unpack .../08-libnghttp2-14_1.43.0-1_amd64.deb ...
12:11:53 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
12:11:53 Selecting previously unselected package libpsl5:amd64.
12:11:53 Preparing to unpack .../09-libpsl5_0.21.0-1.2_amd64.deb ...
12:11:53 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
12:11:53 Selecting previously unselected package librtmp1:amd64.
12:11:53 Preparing to unpack .../10-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
12:11:53 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:11:53 Selecting previously unselected package libssh2-1:amd64.
12:11:53 Preparing to unpack .../11-libssh2-1_1.9.0-2_amd64.deb ...
12:11:53 Unpacking libssh2-1:amd64 (1.9.0-2) ...
12:11:53 Transaction test succeeded.
12:11:53 Running transaction
12:11:54 Get:54 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf lsb-release all 11.2ubuntu1 [11.1 kB]
12:11:54 Get:55 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python-apt-common all 2.4.0+22.10 [14.8 kB]
12:11:54 Get:56 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3-apt armhf 2.4.0+22.10 [149 kB]
12:11:54 Get:57 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-dbus armhf 1.2.18-3build1 [92.6 kB]
12:11:54 Get:58 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-gi armhf 3.42.2-2 [211 kB]
12:11:54 Get:59 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf python3-pkg-resources all 59.6.0-1.2ubuntu0.22.10.1 [132 kB]
12:11:54 Get:60 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnghttp2-14 armhf 1.49.0-1 [67.9 kB]
12:11:54 Get:61 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
12:11:54 Get:62 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf apt-transport-https all 2.5.3 [1502 B]
12:11:54 Get:63 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
12:11:54 Get:64 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-modules-db armhf 2.1.28+dfsg-6ubuntu2 [18.7 kB]
12:11:54 Get:65 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libsasl2-2 armhf 2.1.28+dfsg-6ubuntu2 [52.4 kB]
12:11:54 Get:66 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libldap-2.5-0 armhf 2.5.13+dfsg-1ubuntu1 [160 kB]
12:11:54 Get:67 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
12:11:54 Get:68 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
12:11:54 Get:69 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libcurl4 armhf 7.85.0-1ubuntu0.2 [252 kB]
12:11:54 Get:70 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf curl armhf 7.85.0-1ubuntu0.2 [192 kB]
12:11:54 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:11:54 Selecting previously unselected package libapparmor1:armhf.
12:11:54 Preparing to unpack .../6-libapparmor1_3.0.8-2_armhf.deb ...
12:11:54 Unpacking libapparmor1:armhf (3.0.8-2) ...
12:11:54 Selecting previously unselected package libip4tc2:armhf.
12:11:54 Preparing to unpack .../7-libip4tc2_1.8.9-2_armhf.deb ...
12:11:54 Unpacking libip4tc2:armhf (1.8.9-2) ...
12:11:54 Selecting previously unselected package libsystemd-shared:armhf.
12:11:54 Preparing to unpack .../8-libsystemd-shared_252.5-2+rpi1_armhf.deb ...
12:11:54 Unpacking libsystemd-shared:armhf (252.5-2+rpi1) ...
12:11:54 Skipping docker-ce, it is already installed and upgrade is not set.
12:11:54 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:11:54 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:11:54 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:11:54 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:11:54 The following additional packages will be installed:
12:11:54   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:11:54   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:11:54 Suggested packages:
12:11:54   firewalld kmod nftables
12:11:54 The following NEW packages will be installed:
12:11:54   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:11:54   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:11:54 Processing triggers for libc-bin (2.36-8) ...
12:11:54 Processing triggers for systemd (252.5-2) ...
12:11:54 Processing triggers for sgml-base (1.31) ...
12:11:54 Setting up polkitd (122-3) ...
12:11:54 Creating group 'polkitd' with GID 997.
12:11:54 Creating user 'polkitd' (polkit) with UID 997 and GID 997.
12:11:54 invoke-rc.d: could not determine current runlevel
12:11:54 invoke-rc.d: policy-rc.d denied execution of reload.
12:11:54 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
12:11:54 Setting up packagekit (1.2.6-2) ...
12:11:54 invoke-rc.d: could not determine current runlevel
12:11:54 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:11:54 Selecting previously unselected package libcurl4:amd64.
12:11:54 Preparing to unpack .../12-libcurl4_7.74.0-1.3+deb11u5_amd64.deb ...
12:11:54 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u5) ...
12:11:54 Selecting previously unselected package curl.
12:11:54 Preparing to unpack .../13-curl_7.74.0-1.3+deb11u5_amd64.deb ...
12:11:54 Unpacking curl (7.74.0-1.3+deb11u5) ...
12:11:54 Selecting previously unselected package libassuan0:amd64.
12:11:54 Preparing to unpack .../14-libassuan0_2.5.3-7.1_amd64.deb ...
12:11:54 Unpacking libassuan0:amd64 (2.5.3-7.1) ...
12:11:54 Selecting previously unselected package gpgconf.
12:11:54 Preparing to unpack .../15-gpgconf_2.2.27-2+deb11u2_amd64.deb ...
12:11:54 Unpacking gpgconf (2.2.27-2+deb11u2) ...
12:11:54 Get:71 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libassuan0 armhf 2.5.5-4 [30.4 kB]
12:11:54 Get:72 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpgconf armhf 2.2.35-3ubuntu1 [117 kB]
12:11:54 Get:73 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libksba8 armhf 1.6.0-3ubuntu1.1 [99.3 kB]
12:11:54 Get:74 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
12:11:54 Get:75 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf dirmngr armhf 2.2.35-3ubuntu1 [329 kB]
12:11:54 Get:76 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpackagekit-glib2-18 armhf 1.2.5-2ubuntu2 [109 kB]
12:11:54 Get:77 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gir1.2-packagekitglib-1.0 armhf 1.2.5-2ubuntu2 [25.3 kB]
12:11:54 Get:78 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg-l10n all 2.2.35-3ubuntu1 [53.8 kB]
12:11:54 Get:79 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg-utils armhf 2.2.35-3ubuntu1 [456 kB]
12:11:54 Get:80 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg armhf 2.2.35-3ubuntu1 [481 kB]
12:11:54 Get:81 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf pinentry-curses armhf 1.2.0-2ubuntu1 [36.2 kB]
12:11:54 Get:82 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-agent armhf 2.2.35-3ubuntu1 [234 kB]
12:11:54 Get:83 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-wks-client armhf 2.2.35-3ubuntu1 [88.1 kB]
12:11:54 Get:84 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpg-wks-server armhf 2.2.35-3ubuntu1 [81.7 kB]
12:11:54 Get:85 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gpgsm armhf 2.2.35-3ubuntu1 [211 kB]
12:11:54 Get:86 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf gnupg all 2.2.35-3ubuntu1 [318 kB]
12:11:54 Get:87 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libcurl3-gnutls armhf 7.85.0-1ubuntu0.2 [247 kB]
12:11:54 Get:88 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libstemmer0d armhf 2.2.0-1build1 [136 kB]
12:11:54 Get:89 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxmlb2 armhf 0.3.8-1 [54.6 kB]
12:11:54 Get:90 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libappstream4 armhf 0.15.5-1 [169 kB]
12:11:54 Selecting previously unselected package systemd.
12:11:54 Preparing to unpack .../9-systemd_252.5-2+rpi1_armhf.deb ...
12:11:54 Unpacking systemd (252.5-2+rpi1) ...
12:11:54 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
12:11:54 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:11:54 Setting up software-properties-common (0.99.30-4) ...
12:11:54 Processing triggers for ca-certificates (20211016) ...
12:11:54 Updating certificates in /etc/ssl/certs...
12:11:54 Running transaction check
12:11:54 Transaction check succeeded.
12:11:54 Running transaction test
12:11:54 Selecting previously unselected package libksba8:amd64.
12:11:54 Preparing to unpack .../16-libksba8_1.5.0-3+deb11u2_amd64.deb ...
12:11:54 Unpacking libksba8:amd64 (1.5.0-3+deb11u2) ...
12:11:54 Selecting previously unselected package libnpth0:amd64.
12:11:54 Preparing to unpack .../17-libnpth0_1.6-3_amd64.deb ...
12:11:54 Unpacking libnpth0:amd64 (1.6-3) ...
12:11:54 Selecting previously unselected package dirmngr.
12:11:54 Preparing to unpack .../18-dirmngr_2.2.27-2+deb11u2_amd64.deb ...
12:11:54 Unpacking dirmngr (2.2.27-2+deb11u2) ...
12:11:54 Selecting previously unselected package distro-info-data.
12:11:54 Preparing to unpack .../19-distro-info-data_0.51+deb11u3_all.deb ...
12:11:54 Unpacking distro-info-data (0.51+deb11u3) ...
12:11:54 Get:91 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libdw1 armhf 0.187-4 [223 kB]
12:11:54 Get:92 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf libglib2.0-bin armhf 2.74.3-0ubuntu1 [88.2 kB]
12:11:54 Get:93 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libunwind8 armhf 1.6.2-0ubuntu1 [49.6 kB]
12:11:54 Get:94 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libgstreamer1.0-0 armhf 1.20.3-1 [925 kB]
12:11:54 Get:95 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpolkit-gobject-1-0 armhf 0.105-33 [37.6 kB]
12:11:54 Get:96 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libpolkit-agent-1-0 armhf 0.105-33 [14.1 kB]
12:11:54 Get:97 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf polkitd armhf 0.105-33 [72.9 kB]
12:11:54 Get:98 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf pkexec armhf 0.105-33 [14.5 kB]
12:11:54 Get:99 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf policykit-1 armhf 0.105-33 [2426 B]
12:11:54 Get:100 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-blinker all 1.4+dfsg1-0.5 [14.0 kB]
12:11:54 Get:101 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-cffi-backend armhf 1.15.1-1 [66.0 kB]
12:11:54 Setting up libargon2-1:armhf (0~20171227-0.3) ...
12:11:54 Setting up libjson-c5:armhf (0.16-2) ...
12:11:54 Setting up libfdisk1:armhf (2.38.1-4) ...
12:11:54 Setting up libapparmor1:armhf (3.0.8-2) ...
12:11:54 Setting up libip4tc2:armhf (1.8.9-2) ...
12:11:54 Setting up libsystemd-shared:armhf (252.5-2+rpi1) ...
12:11:54 Setting up libdevmapper1.02.1:armhf (2:1.02.185-2) ...
12:11:54 Setting up libcryptsetup12:armhf (2:2.6.0-2) ...
12:11:54 Setting up systemd (252.5-2+rpi1) ...
12:11:54 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:11:54 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:11:54 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:11:54 Initializing machine ID from random generator.
12:11:54 Creating group 'systemd-journal' with GID 999.
12:11:54 Creating group 'systemd-network' with GID 998.
12:11:54 Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.
12:11:54 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded.
12:11:54 Need to get 21.0 MB of archives.
12:11:54 After this operation, 92.7 MB of additional disk space will be used.
12:11:54 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmnl0 armhf 1.0.4-3build2 [11.4 kB]
12:11:54 Get:2 https://download.docker.com/linux/ubuntu jammy/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
12:11:54 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxtables12 armhf 1.8.7-1ubuntu5 [28.0 kB]
12:11:54 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf netbase all 6.3 [12.9 kB]
12:11:54 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libip6tc2 armhf 1.8.7-1ubuntu5 [18.0 kB]
12:11:54 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnfnetlink0 armhf 1.0.1-3build3 [12.3 kB]
12:11:54 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnetfilter-conntrack3 armhf 1.0.9-1 [36.8 kB]
12:11:54 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnftnl11 armhf 1.2.1-1build1 [51.9 kB]
12:11:54 Selecting previously unselected package libglib2.0-0:amd64.
12:11:54 Preparing to unpack .../20-libglib2.0-0_2.66.8-1_amd64.deb ...
12:11:54 Unpacking libglib2.0-0:amd64 (2.66.8-1) ...
12:11:54 Selecting previously unselected package libgirepository-1.0-1:amd64.
12:11:54 Preparing to unpack .../21-libgirepository-1.0-1_1.66.1-1+b1_amd64.deb ...
12:11:54 Unpacking libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
12:11:54 Selecting previously unselected package gir1.2-glib-2.0:amd64.
12:11:54 Preparing to unpack .../22-gir1.2-glib-2.0_1.66.1-1+b1_amd64.deb ...
12:11:54 Unpacking gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
12:11:54 Selecting previously unselected package libpackagekit-glib2-18:amd64.
12:11:54 Preparing to unpack .../23-libpackagekit-glib2-18_1.2.2-2_amd64.deb ...
12:11:54 Unpacking libpackagekit-glib2-18:amd64 (1.2.2-2) ...
12:11:54 Setting up dmsetup (2:1.02.185-2) ...
12:11:54 Selecting previously unselected package systemd-sysv.
12:11: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 ... 11253 files and directories currently installed.)
12:11:54 Preparing to unpack .../0-systemd-sysv_252.5-2+rpi1_armhf.deb ...
12:11:54 Unpacking systemd-sysv (252.5-2+rpi1) ...
12:11:54 Selecting previously unselected package libdbus-1-3:armhf.
12:11:54 Preparing to unpack .../1-libdbus-1-3_1.14.4-1_armhf.deb ...
12:11:54 Unpacking libdbus-1-3:armhf (1.14.4-1) ...
12:11:54 Selecting previously unselected package dbus-bin.
12:11:54 Preparing to unpack .../2-dbus-bin_1.14.4-1_armhf.deb ...
12:11:54 Unpacking dbus-bin (1.14.4-1) ...
12:11:54 Selecting previously unselected package dbus-session-bus-common.
12:11:54 Preparing to unpack .../3-dbus-session-bus-common_1.14.4-1_all.deb ...
12:11:54 Unpacking dbus-session-bus-common (1.14.4-1) ...
12:11:54 Reading package lists...
12:11:54 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iptables armhf 1.8.7-1ubuntu5 [412 kB]
12:11:54 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dbus-user-session armhf 1.12.20-2ubuntu4.1 [9442 B]
12:11:54   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch            1/1 
12:11:54   Preparing        :                                                        1/1 
12:11:54   Upgrading        : systemd-libs-251.10-588.fc37.x86_64                   1/54 
12:11:54   Installing       : libseccomp-2.5.3-3.fc37.x86_64                        2/54 
12:11:54 0 added, 0 removed; done.
12:11:54 Running hooks in /etc/ca-certificates/update.d...
12:11:54 done.
12:11:54 Processing triggers for dbus (1.14.4-1) ...
12:11:54 ++ source /etc/os-release
12:11:54 +++ PRETTY_NAME='Debian GNU/Linux bookworm/sid'
12:11:54 +++ NAME='Debian GNU/Linux'
12:11:54 +++ VERSION_CODENAME=bookworm
12:11:54 +++ ID=debian
12:11:54 +++ HOME_URL=https://www.debian.org/
12:11:54 +++ SUPPORT_URL=https://www.debian.org/support
12:11:54 +++ BUG_REPORT_URL=https://bugs.debian.org/
12:11:54 ++ echo debian
12:11:54 + DIST_ID=debian
12:11:54 ++ lsb_release -sc
12:11:54 + DIST_VERSION=bookworm
12:11:54 + '[' bookworm = sid ']'
12:11:54 + install_debian_containerd
12:11:54 + '[' staging = stage ']'
12:11:54 + REPO_URL=https://download.docker.com/linux/debian
12:11:54 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
12:11:54 + update-ca-certificates -f
12:11:54 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
12:11:54 Clearing symlinks in /etc/ssl/certs...
12:11:54 done.
12:11:54 Updating certificates in /etc/ssl/certs...
12:11:55 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:11:55 Preparing to unpack .../24-gir1.2-packagekitglib-1.0_1.2.2-2_amd64.deb ...
12:11:55 Unpacking gir1.2-packagekitglib-1.0 (1.2.2-2) ...
12:11:55 Selecting previously unselected package gnupg-l10n.
12:11:55 Preparing to unpack .../25-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
12:11:55 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
12:11:55 Selecting previously unselected package gnupg-utils.
12:11:55 Preparing to unpack .../26-gnupg-utils_2.2.27-2+deb11u2_amd64.deb ...
12:11:55 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
12:11:55 Selecting previously unselected package libexpat1:armhf.
12:11:55 Preparing to unpack .../4-libexpat1_2.5.0-1_armhf.deb ...
12:11:55 Unpacking libexpat1:armhf (2.5.0-1) ...
12:11:55 Selecting previously unselected package dbus-daemon.
12:11:55 Preparing to unpack .../5-dbus-daemon_1.14.4-1_armhf.deb ...
12:11:55 Unpacking dbus-daemon (1.14.4-1) ...
12:11:55 Selecting previously unselected package dbus-system-bus-common.
12:11:55 Preparing to unpack .../6-dbus-system-bus-common_1.14.4-1_all.deb ...
12:11:55 Unpacking dbus-system-bus-common (1.14.4-1) ...
12:11:55 Selecting previously unselected package dbus.
12:11:55 Preparing to unpack .../7-dbus_1.14.4-1_armhf.deb ...
12:11:55 Unpacking dbus (1.14.4-1) ...
12:11:55 Selecting previously unselected package libpython3.11-minimal:armhf.
12:11:55 Preparing to unpack .../8-libpython3.11-minimal_3.11.1-2_armhf.deb ...
12:11:55 Unpacking libpython3.11-minimal:armhf (3.11.1-2) ...
12:11:55 Get:102 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-cryptography armhf 3.4.8-2 [217 kB]
12:11:55 Building dependency tree...
12:11:55 Reading state information...
12:11:55 Correcting dependencies... Done
12:11:55   Installing       : libselinux-utils-3.4-5.fc37.x86_64                    3/54 
12:11:55   Installing       : libfdisk-2.38.1-1.fc37.x86_64                         4/54 
12:11:55   Installing       : fuse3-libs-3.10.5-5.fc37.x86_64                       5/54 
12:11:55 Selecting previously unselected package gpg.
12:11:55 Preparing to unpack .../27-gpg_2.2.27-2+deb11u2_amd64.deb ...
12:11:55 Unpacking gpg (2.2.27-2+deb11u2) ...
12:11:55 Selecting previously unselected package pinentry-curses.
12:11:55 Preparing to unpack .../28-pinentry-curses_1.1.0-4_amd64.deb ...
12:11:55 Unpacking pinentry-curses (1.1.0-4) ...
12:11:55 Selecting previously unselected package gpg-agent.
12:11:55 Preparing to unpack .../29-gpg-agent_2.2.27-2+deb11u2_amd64.deb ...
12:11:55 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
12:11:55 Selecting previously unselected package gpg-wks-client.
12:11:55 Preparing to unpack .../30-gpg-wks-client_2.2.27-2+deb11u2_amd64.deb ...
12:11:55 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
12:11:55 Selecting previously unselected package python3.11-minimal.
12:11:55 Preparing to unpack .../9-python3.11-minimal_3.11.1-2_armhf.deb ...
12:11:55 Unpacking python3.11-minimal (3.11.1-2) ...
12:11:55 Get:103 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-pyparsing all 3.0.7-2 [82.6 kB]
12:11:55 Get:104 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-httplib2 all 0.20.4-2 [29.8 kB]
12:11:55 Get:105 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-more-itertools all 8.10.0-2 [47.9 kB]
12:11:55 Get:106 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-zipp all 1.0.0-4 [5548 B]
12:11:55 Get:107 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-importlib-metadata all 4.6.4-1 [16.2 kB]
12:11:55 Get:108 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-jeepney all 0.8.0-1 [35.2 kB]
12:11:55 Get:109 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-jwt all 2.4.0-1 [17.4 kB]
12:11:55 Get:110 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-secretstorage all 3.3.3-1ubuntu1 [13.6 kB]
12:11:55 Get:111 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-keyring all 23.8.2-1 [37.3 kB]
12:11:55 Get:112 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-lazr.uri all 1.0.6-2 [14.4 kB]
12:11:55 Transaction test succeeded.
12:11:55 Running transaction
12:11:55 Skipping docker-ce, it is already installed and upgrade is not set.
12:11:55 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:11:55 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:11:55 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:11:55 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:11:55 The following additional packages will be installed:
12:11:55   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
12:11:55   libnfnetlink0 libnftnl11 libxtables12 netbase
12:11:55 Suggested packages:
12:11:55   firewalld kmod nftables
12:11:55 The following NEW packages will be installed:
12:11:55   containerd.io iptables libip6tc2 libmnl0 libnetfilter-conntrack3
12:11:55   libnfnetlink0 libnftnl11 libxtables12 netbase
12:11:55 OK
12:11:55 + '[' bullseye = sid ']'
12:11:55 ++ dpkg --print-architecture
12:11:55 + ARCH=armhf
12:11:55 + echo 'deb [arch=armhf] https://download.docker.com/linux/debian bullseye test'
12:11:55 + apt-get update
12:11:55 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:11:55 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:11:55 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:11:55 Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
12:11:55   Installing       : diffutils-3.8-3.fc37.x86_64                           6/54 
12:11:55   Installing       : docker-buildx-plugin-0.10.2-0.fc37.x86_64             7/54 
12:11:55   Running scriptlet: docker-buildx-plugin-0.10.2-0.fc37.x86_64             7/54 
12:11:55   Installing       : docker-scan-plugin-0.23.0-0.fc37.x86_64               8/54 
12:11:55 debconf: delaying package configuration, since apt-utils is not installed
12:11:55 Fetched 21.0 MB in 1s (19.0 MB/s)
12:11:55 Selecting previously unselected package libmnl0:armhf.
12:11: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 ... 9442 files and directories currently installed.)
12:11:55 Preparing to unpack .../0-libmnl0_1.0.4-3build2_armhf.deb ...
12:11:55 Unpacking libmnl0:armhf (1.0.4-3build2) ...
12:11:55 Selecting previously unselected package libxtables12:armhf.
12:11:55 Preparing to unpack .../1-libxtables12_1.8.7-1ubuntu5_armhf.deb ...
12:11:55 Unpacking libxtables12:armhf (1.8.7-1ubuntu5) ...
12:11:55 Selecting previously unselected package netbase.
12:11:55 Preparing to unpack .../2-netbase_6.3_all.deb ...
12:11:55 Unpacking netbase (6.3) ...
12:11:55 Selecting previously unselected package libip6tc2:armhf.
12:11:55 Preparing to unpack .../3-libip6tc2_1.8.7-1ubuntu5_armhf.deb ...
12:11:55 Unpacking libip6tc2:armhf (1.8.7-1ubuntu5) ...
12:11:55 Selecting previously unselected package libnfnetlink0:armhf.
12:11:55 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build3_armhf.deb ...
12:11:55 Unpacking libnfnetlink0:armhf (1.0.1-3build3) ...
12:11:55 Selecting previously unselected package libnetfilter-conntrack3:armhf.
12:11:55 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.9-1_armhf.deb ...
12:11:55 Unpacking libnetfilter-conntrack3:armhf (1.0.9-1) ...
12:11:55 Selecting previously unselected package libnftnl11:armhf.
12:11:55 Preparing to unpack .../6-libnftnl11_1.2.1-1build1_armhf.deb ...
12:11:55 Unpacking libnftnl11:armhf (1.2.1-1build1) ...
12:11:55 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:11:55 127 added, 0 removed; done.
12:11:55 Running hooks in /etc/ca-certificates/update.d...
12:11:55 done.
12:11:55 + apt-key add -
12:11:55 + curl -fsSL https://download.docker.com/linux/debian/gpg
12:11:55 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:11:55 Selecting previously unselected package gpg-wks-server.
12:11:55 Preparing to unpack .../31-gpg-wks-server_2.2.27-2+deb11u2_amd64.deb ...
12:11:55 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
12:11:55 Selecting previously unselected package gpgsm.
12:11:55 Preparing to unpack .../32-gpgsm_2.2.27-2+deb11u2_amd64.deb ...
12:11:55 Unpacking gpgsm (2.2.27-2+deb11u2) ...
12:11:55 Selecting previously unselected package gnupg.
12:11:55 Preparing to unpack .../33-gnupg_2.2.27-2+deb11u2_all.deb ...
12:11:55 Unpacking gnupg (2.2.27-2+deb11u2) ...
12:11:55 Selecting previously unselected package gnupg2.
12:11:55 Preparing to unpack .../34-gnupg2_2.2.27-2+deb11u2_all.deb ...
12:11:55 Unpacking gnupg2 (2.2.27-2+deb11u2) ...
12:11:55 Selecting previously unselected package iso-codes.
12:11:55 Preparing to unpack .../35-iso-codes_4.6.0-1_all.deb ...
12:11:55 Unpacking iso-codes (4.6.0-1) ...
12:11:55 Setting up libpython3.11-minimal:armhf (3.11.1-2) ...
12:11:55 Setting up libexpat1:armhf (2.5.0-1) ...
12:11:55 Setting up python3.11-minimal (3.11.1-2) ...
12:11:55 Get:113 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-wadllib all 1.3.6-1 [36.4 kB]
12:11:55 Get:114 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-distro all 1.7.0-1 [17.0 kB]
12:11:55 Get:115 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-oauthlib all 3.2.0-1ubuntu1 [89.8 kB]
12:11:55 Get:116 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-six all 1.16.0-4 [12.4 kB]
12:11:55 Get:117 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-lazr.restfulclient all 0.14.4-1 [51.2 kB]
12:11:55 Get:118 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-launchpadlib all 1.10.16-1 [125 kB]
12:11:55 Get:119 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf python3-software-properties all 0.99.27 [28.9 kB]
12:11:55 Get:120 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf packagekit armhf 1.2.5-2ubuntu2 [422 kB]
12:11:55 Get:121 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf software-properties-common all 0.99.27 [13.9 kB]
12:11:55 Get:122 http://ports.ubuntu.com/ubuntu-ports kinetic/universe armhf gnupg2 all 2.2.35-3ubuntu1 [4462 B]
12:11:55   Running scriptlet: docker-scan-plugin-0.23.0-0.fc37.x86_64               8/54 
12:11:55   Installing       : docker-compose-plugin-2.15.1-0.fc37.x86_64            9/54 
12:11:55 Selecting previously unselected package iptables.
12:11:55 Preparing to unpack .../7-iptables_1.8.7-1ubuntu5_armhf.deb ...
12:11:55 Unpacking iptables (1.8.7-1ubuntu5) ...
12:11:55 Selecting previously unselected package containerd.io.
12:11:55 Preparing to unpack .../8-containerd.io_1.6.16-1_armhf.deb ...
12:11:55 Unpacking containerd.io (1.6.16-1) ...
12:11:55 debconf: delaying package configuration, since apt-utils is not installed
12:11:55 Fetched 39.1 MB in 4s (9015 kB/s)
12:11:55 Selecting previously unselected package libssl3:armhf.
12:11: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.)
12:11:55 Preparing to unpack .../libssl3_3.0.5-2ubuntu2_armhf.deb ...
12:11:55 Unpacking libssl3:armhf (3.0.5-2ubuntu2) ...
12:11:55 Selecting previously unselected package libpython3.10-minimal:armhf.
12:11:55 Preparing to unpack .../libpython3.10-minimal_3.10.7-1ubuntu0.2_armhf.deb ...
12:11:55 Unpacking libpython3.10-minimal:armhf (3.10.7-1ubuntu0.2) ...
12:11:55   Running scriptlet: docker-compose-plugin-2.15.1-0.fc37.x86_64            9/54 
12:11:55   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   10/54 
12:11:55   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   10/54 
12:11:55   Installing       : xkeyboard-config-2.36-3.fc37.noarch                  11/54 
12:11:55   Installing       : libxkbcommon-1.4.1-2.fc37.x86_64                     12/54 
12:11:55   Installing       : dbus-common-1:1.14.4-1.fc37.noarch                   13/54 
12:11:55   Running scriptlet: dbus-common-1:1.14.4-1.fc37.noarch                   13/54 
12:11:55   Running scriptlet: dbus-broker-32-1.fc37.x86_64                         14/54 
12:11:55   Installing       : dbus-broker-32-1.fc37.x86_64                         14/54 
12:11:55   Running scriptlet: dbus-broker-32-1.fc37.x86_64                         14/54 
12:11:55   Installing       : dbus-1:1.14.4-1.fc37.x86_64                          15/54 
12:11:55   Installing       : xz-5.2.5-10.fc37.x86_64                              16/54 
12:11:55   Installing       : qrencode-libs-4.1.1-3.fc37.x86_64                    17/54 
12:11:55 Get:5 https://download.docker.com/linux/debian bullseye/test armhf Packages [21.3 kB]
12:11:55 Fetched 64.6 kB in 1s (91.9 kB/s)
12:11:55 0 upgraded, 9 newly installed, 0 to remove and 6 not upgraded.
12:11:55 Need to get 20.9 MB of archives.
12:11:55 After this operation, 92.3 MB of additional disk space will be used.
12:11:55 Get:1 https://download.docker.com/linux/ubuntu focal/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
12:11:55 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmnl0 armhf 1.0.4-2 [11.1 kB]
12:11:55 Get:3 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxtables12 armhf 1.8.4-3ubuntu2 [25.9 kB]
12:11:55 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main armhf netbase all 6.1 [13.1 kB]
12:11:55 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libip6tc2 armhf 1.8.4-3ubuntu2 [17.1 kB]
12:11:56 Selecting previously unselected package libcurl3-gnutls:amd64.
12:11:56 Preparing to unpack .../36-libcurl3-gnutls_7.74.0-1.3+deb11u5_amd64.deb ...
12:11:56 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u5) ...
12:11:56 Selecting previously unselected package libdbus-1-3:amd64.
12:11:56 Preparing to unpack .../37-libdbus-1-3_1.12.24-0+deb11u1_amd64.deb ...
12:11:56 Unpacking libdbus-1-3:amd64 (1.12.24-0+deb11u1) ...
12:11:56 Selecting previously unselected package lsb-release.
12:11:56 Preparing to unpack .../38-lsb-release_11.1.0_all.deb ...
12:11:56 Unpacking lsb-release (11.1.0) ...
12:11:56 Selecting previously unselected package python-apt-common.
12:11:56 Preparing to unpack .../39-python-apt-common_2.2.1_all.deb ...
12:11:56 Unpacking python-apt-common (2.2.1) ...
12:11:56 Selecting previously unselected package libexpat1:armhf.
12:11:56 Preparing to unpack .../libexpat1_2.4.8-2ubuntu0.22.10.1_armhf.deb ...
12:11:56 Unpacking libexpat1:armhf (2.4.8-2ubuntu0.22.10.1) ...
12:11:56 Selecting previously unselected package python3.10-minimal.
12:11:56 Preparing to unpack .../python3.10-minimal_3.10.7-1ubuntu0.2_armhf.deb ...
12:11:56 Unpacking python3.10-minimal (3.10.7-1ubuntu0.2) ...
12:11:56 Setting up libssl3:armhf (3.0.5-2ubuntu2) ...
12:11:56 Setting up libpython3.10-minimal:armhf (3.10.7-1ubuntu0.2) ...
12:11:56 Setting up libexpat1:armhf (2.4.8-2ubuntu0.22.10.1) ...
12:11:56 Setting up python3.10-minimal (3.10.7-1ubuntu0.2) ...
12:11:56   Running scriptlet: libutempter-1.2.1-7.fc37.x86_64                      18/54 
12:11:56   Installing       : libutempter-1.2.1-7.fc37.x86_64                      18/54 
12:11:56   Installing       : util-linux-2.38.1-1.fc37.x86_64                      19/54 
12:11:56 warning: /etc/adjtime created as /etc/adjtime.rpmnew
12:11:56 
12:11:56   Installing       : policycoreutils-3.4-6.fc37.x86_64                    20/54 
12:11:56   Running scriptlet: policycoreutils-3.4-6.fc37.x86_64                    20/54 
12:11:56   Installing       : selinux-policy-37.19-1.fc37.noarch                   21/54 
12:11:56   Running scriptlet: selinux-policy-37.19-1.fc37.noarch                   21/54 
12:11:56 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnfnetlink0 armhf 1.0.1-3build1 [11.7 kB]
12:11:56 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnetfilter-conntrack3 armhf 1.0.7-2 [33.0 kB]
12:11:56 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnftnl11 armhf 1.1.5-1 [44.3 kB]
12:11:56 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iptables armhf 1.8.4-3ubuntu2 [347 kB]
12:11:56   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch            1/1 
12:11:56   Preparing        :                                                        1/1 
12:11:56   Upgrading        : systemd-libs-250.9-1.fc36.x86_64                      1/54 
12:11:56 Selecting previously unselected package python3-apt.
12:11:56 Preparing to unpack .../40-python3-apt_2.2.1_amd64.deb ...
12:11:56 Unpacking python3-apt (2.2.1) ...
12:11:56 Selecting previously unselected package python3-dbus.
12:11:56 Preparing to unpack .../41-python3-dbus_1.2.16-5_amd64.deb ...
12:11:56 Unpacking python3-dbus (1.2.16-5) ...
12:11:56 Selecting previously unselected package python3-gi.
12:11:56 Preparing to unpack .../42-python3-gi_3.38.0-2_amd64.deb ...
12:11:56 Unpacking python3-gi (3.38.0-2) ...
12:11:56 Selecting previously unselected package python3-pycurl.
12:11:56 Preparing to unpack .../43-python3-pycurl_7.43.0.6-5_amd64.deb ...
12:11:56 Unpacking python3-pycurl (7.43.0.6-5) ...
12:11:56 Selecting previously unselected package python3-software-properties.
12:11:56 Preparing to unpack .../44-python3-software-properties_0.96.20.2-2.1_all.deb ...
12:11:56 Unpacking python3-software-properties (0.96.20.2-2.1) ...
12:11:56   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          22/54 
12:11:56   Installing       : selinux-policy-targeted-37.19-1.fc37.noarch          22/54 
12:11:56 debconf: delaying package configuration, since apt-utils is not installed
12:11:56 Fetched 20.9 MB in 1s (23.5 MB/s)
12:11:56 Selecting previously unselected package python3-minimal.
12:11: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 ... 11660 files and directories currently installed.)
12:11:56 Preparing to unpack .../0-python3-minimal_3.11.1-3_armhf.deb ...
12:11:56 Unpacking python3-minimal (3.11.1-3) ...
12:11:56 Selecting previously unselected package media-types.
12:11:56 Preparing to unpack .../1-media-types_8.0.0_all.deb ...
12:11:56 Unpacking media-types (8.0.0) ...
12:11:56 Selecting previously unselected package libmpdec3:armhf.
12:11:56 Preparing to unpack .../2-libmpdec3_2.5.1-2+rpi1_armhf.deb ...
12:11:56 Unpacking libmpdec3:armhf (2.5.1-2+rpi1) ...
12:11:56 Selecting previously unselected package libtirpc-common.
12:11:56 Preparing to unpack .../3-libtirpc-common_1.3.3+ds-1_all.deb ...
12:11:56 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:11:56 Selecting previously unselected package libtirpc3:armhf.
12:11:56 Preparing to unpack .../4-libtirpc3_1.3.3+ds-1_armhf.deb ...
12:11:56 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
12:11:56 Selecting previously unselected package libnsl2:armhf.
12:11:56 Preparing to unpack .../5-libnsl2_1.3.0-2_armhf.deb ...
12:11:56 Unpacking libnsl2:armhf (1.3.0-2) ...
12:11:56 Selecting previously unselected package libpython3.11-stdlib:armhf.
12:11:56 Preparing to unpack .../6-libpython3.11-stdlib_3.11.1-2_armhf.deb ...
12:11:56 Unpacking libpython3.11-stdlib:armhf (3.11.1-2) ...
12:11:56 Reading package lists...
12:11:56 ++ find deb/debbuild/debian-bullseye/ -type f -name '*.deb'
12:11:56 + packages='deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb
12:11:56 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb
12:11:56 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb
12:11:56 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb
12:11:56 deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_armhf.deb'
12:11:56 ++ echo 'deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb
12:11:56 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb
12:11:56 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb
12:11:56 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb
12:11:56 deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_armhf.deb'
12:11:56 ++ awk '$0="./"$0'
12:11:56 ++ xargs
12:11:56 + packages='./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_armhf.deb'
12:11:56 + set -x
12:11:56 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_armhf.deb
12:11:56 Selecting previously unselected package docker-ce-cli.
12:11:56 (Reading database ... 9719 files and directories currently installed.)
12:11:56 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ...
12:11:56 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:11:56   Installing       : libseccomp-2.5.3-2.fc36.x86_64                        2/54 
12:11:56   Installing       : docker-compose-plugin-2.15.1-0.fc36.x86_64            3/54 
12:11:56   Running scriptlet: docker-compose-plugin-2.15.1-0.fc36.x86_64            3/54 
12:11:56   Installing       : libfdisk-2.38-1.fc36.x86_64                           4/54 
12:11:56   Installing       : libselinux-utils-3.3-4.fc36.x86_64                    5/54 
12:11:56   Installing       : fuse3-libs-3.10.5-2.fc36.x86_64                       6/54 
12:11:56 Selecting previously unselected package software-properties-common.
12:11:56 Preparing to unpack .../45-software-properties-common_0.96.20.2-2.1_all.deb ...
12:11:56 Unpacking software-properties-common (0.96.20.2-2.1) ...
12:11:56 Setting up libksba8:amd64 (1.5.0-3+deb11u2) ...
12:11:56 Setting up media-types (4.0.0) ...
12:11:56 Setting up libpsl5:amd64 (0.21.0-1.2) ...
12:11:56 Setting up apt-transport-https (2.2.4) ...
12:11:56 Setting up libglib2.0-0:amd64 (2.66.8-1) ...
12:11:56 No schema files found: doing nothing.
12:11:56 Setting up distro-info-data (0.51+deb11u3) ...
12:11:56 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
12:11:56 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
12:11:56 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
12:11:56 Selecting previously unselected package libmnl0:armhf.
12:11: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 ... 10623 files and directories currently installed.)
12:11:56 Preparing to unpack .../0-libmnl0_1.0.4-2_armhf.deb ...
12:11:56 Unpacking libmnl0:armhf (1.0.4-2) ...
12:11:56 Selecting previously unselected package libxtables12:armhf.
12:11:56 Preparing to unpack .../1-libxtables12_1.8.4-3ubuntu2_armhf.deb ...
12:11:56 Unpacking libxtables12:armhf (1.8.4-3ubuntu2) ...
12:11:56 Selecting previously unselected package netbase.
12:11:56 Preparing to unpack .../2-netbase_6.1_all.deb ...
12:11:56 Unpacking netbase (6.1) ...
12:11:56 Selecting previously unselected package libip6tc2:armhf.
12:11:56 Preparing to unpack .../3-libip6tc2_1.8.4-3ubuntu2_armhf.deb ...
12:11:56 Unpacking libip6tc2:armhf (1.8.4-3ubuntu2) ...
12:11:56 Selecting previously unselected package libnfnetlink0:armhf.
12:11:56 Preparing to unpack .../4-libnfnetlink0_1.0.1-3build1_armhf.deb ...
12:11:56 Unpacking libnfnetlink0:armhf (1.0.1-3build1) ...
12:11:56 Selecting previously unselected package libnetfilter-conntrack3:armhf.
12:11:56 Selecting previously unselected package python3.11.
12:11:56 Preparing to unpack .../7-python3.11_3.11.1-2_armhf.deb ...
12:11:56 Unpacking python3.11 (3.11.1-2) ...
12:11:56 Selecting previously unselected package libpython3-stdlib:armhf.
12:11:56 Preparing to unpack .../8-libpython3-stdlib_3.11.1-3_armhf.deb ...
12:11:56 Unpacking libpython3-stdlib:armhf (3.11.1-3) ...
12:11:56 Setting up python3-minimal (3.11.1-3) ...
12:11:56   Installing       : diffutils-3.8-2.fc36.x86_64                           7/54 
12:11:56   Installing       : docker-buildx-plugin-0.10.2-0.fc36.x86_64             8/54 
12:11:56 Setting up libpackagekit-glib2-18:amd64 (1.2.2-2) ...
12:11:56 Setting up libnpth0:amd64 (1.6-3) ...
12:11:56 Setting up libassuan0:amd64 (2.5.3-7.1) ...
12:11:56 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:11:56 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
12:11:56 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:11:56 Setting up libdbus-1-3:amd64 (1.12.24-0+deb11u1) ...
12:11:56 Setting up libncursesw6:amd64 (6.2+20201114-2) ...
12:11:56 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
12:11:56 Setting up python-apt-common (2.2.1) ...
12:11:56 Setting up libmpdec3:amd64 (2.5.1-1) ...
12:11:56 Setting up libgirepository-1.0-1:amd64 (1.66.1-1+b1) ...
12:11:56 Setting up libssh2-1:amd64 (1.9.0-2) ...
12:11:56 Setting up openssl (1.1.1n-0+deb11u3) ...
12:11:56 Setting up readline-common (8.1-1) ...
12:11:56 Setting up iso-codes (4.6.0-1) ...
12:11:56 Setting up pinentry-curses (1.1.0-4) ...
12:11:56 Setting up libreadline8:amd64 (8.1-1) ...
12:11:56 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
12:11:56 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u5) ...
12:11:56 Setting up ca-certificates (20210119) ...
12:11:57 Preparing to unpack .../5-libnetfilter-conntrack3_1.0.7-2_armhf.deb ...
12:11:57 Unpacking libnetfilter-conntrack3:armhf (1.0.7-2) ...
12:11:57 Selecting previously unselected package libnftnl11:armhf.
12:11:57 Preparing to unpack .../6-libnftnl11_1.1.5-1_armhf.deb ...
12:11:57 Unpacking libnftnl11:armhf (1.1.5-1) ...
12:11:57 Selecting previously unselected package iptables.
12:11:57 Preparing to unpack .../7-iptables_1.8.4-3ubuntu2_armhf.deb ...
12:11:57 Unpacking iptables (1.8.4-3ubuntu2) ...
12:11:57 Selecting previously unselected package containerd.io.
12:11:57 Preparing to unpack .../8-containerd.io_1.6.16-1_armhf.deb ...
12:11:57 Unpacking containerd.io (1.6.16-1) ...
12:11:57 Selecting previously unselected package python3.
12:11: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 ... 12093 files and directories currently installed.)
12:11:57 Preparing to unpack .../00-python3_3.11.1-3_armhf.deb ...
12:11:57 Unpacking python3 (3.11.1-3) ...
12:11:57 Selecting previously unselected package libcap2-bin.
12:11:57 Preparing to unpack .../01-libcap2-bin_1%3a2.66-3_armhf.deb ...
12:11:57 Unpacking libcap2-bin (1:2.66-3) ...
12:11:57 Selecting previously unselected package libpam-systemd:armhf.
12:11:57 Preparing to unpack .../02-libpam-systemd_252.5-2+rpi1_armhf.deb ...
12:11:57 Unpacking libpam-systemd:armhf (252.5-2+rpi1) ...
12:11:57 Selecting previously unselected package python3-minimal.
12:11: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 ... 4707 files and directories currently installed.)
12:11:57 Preparing to unpack .../00-python3-minimal_3.10.6-1_armhf.deb ...
12:11:57 Unpacking python3-minimal (3.10.6-1) ...
12:11:57 Selecting previously unselected package media-types.
12:11:57 Preparing to unpack .../01-media-types_8.0.0_all.deb ...
12:11:57 Unpacking media-types (8.0.0) ...
12:11:57 Selecting previously unselected package libmpdec3:armhf.
12:11:57 Preparing to unpack .../02-libmpdec3_2.5.1-2build2_armhf.deb ...
12:11:57 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
12:11:57 Selecting previously unselected package libkrb5support0:armhf.
12:11:57 Preparing to unpack .../03-libkrb5support0_1.20-1ubuntu0.1_armhf.deb ...
12:11:57 Unpacking libkrb5support0:armhf (1.20-1ubuntu0.1) ...
12:11:57 Selecting previously unselected package libk5crypto3:armhf.
12:11:57 Preparing to unpack .../04-libk5crypto3_1.20-1ubuntu0.1_armhf.deb ...
12:11:57 Unpacking libk5crypto3:armhf (1.20-1ubuntu0.1) ...
12:11:57 Selecting previously unselected package libkeyutils1:armhf.
12:11:57 Preparing to unpack .../05-libkeyutils1_1.6.3-1_armhf.deb ...
12:11:57 Unpacking libkeyutils1:armhf (1.6.3-1) ...
12:11:57   Running scriptlet: docker-buildx-plugin-0.10.2-0.fc36.x86_64             8/54 
12:11:57   Installing       : docker-scan-plugin-0.23.0-0.fc36.x86_64               9/54 
12:11:57   Running scriptlet: docker-scan-plugin-0.23.0-0.fc36.x86_64               9/54 
12:11:57   Installing       : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   10/54 
12:11:57 Selecting previously unselected package apt-transport-https.
12:11:57 Preparing to unpack .../03-apt-transport-https_2.5.5_all.deb ...
12:11:57 Unpacking apt-transport-https (2.5.5) ...
12:11:57 Preparing to unpack .../04-curl_7.87.0-2_armhf.deb ...
12:11:57 Unpacking curl (7.87.0-2) over (7.86.0-2) ...
12:11:57 Preparing to unpack .../05-libcurl4_7.87.0-2_armhf.deb ...
12:11:57 Unpacking libcurl4:armhf (7.87.0-2) over (7.86.0-2) ...
12:11:57 Selecting previously unselected package distro-info-data.
12:11:57 Preparing to unpack .../06-distro-info-data_0.56_all.deb ...
12:11:57 Unpacking distro-info-data (0.56) ...
12:11:57 Selecting previously unselected package libglib2.0-0:armhf.
12:11:57 Preparing to unpack .../07-libglib2.0-0_2.74.5-1_armhf.deb ...
12:11:57 Unpacking libglib2.0-0:armhf (2.74.5-1) ...
12:11:57 Selecting previously unselected package libkrb5-3:armhf.
12:11:57 Preparing to unpack .../06-libkrb5-3_1.20-1ubuntu0.1_armhf.deb ...
12:11:57 Unpacking libkrb5-3:armhf (1.20-1ubuntu0.1) ...
12:11:57 Selecting previously unselected package libgssapi-krb5-2:armhf.
12:11:57 Preparing to unpack .../07-libgssapi-krb5-2_1.20-1ubuntu0.1_armhf.deb ...
12:11:57 Unpacking libgssapi-krb5-2:armhf (1.20-1ubuntu0.1) ...
12:11:57 Selecting previously unselected package libtirpc-common.
12:11:57 Preparing to unpack .../08-libtirpc-common_1.3.3+ds-1_all.deb ...
12:11:57 Unpacking libtirpc-common (1.3.3+ds-1) ...
12:11:57 Selecting previously unselected package libtirpc3:armhf.
12:11:57 Preparing to unpack .../09-libtirpc3_1.3.3+ds-1_armhf.deb ...
12:11:57 Unpacking libtirpc3:armhf (1.3.3+ds-1) ...
12:11:57 Selecting previously unselected package libnsl2:armhf.
12:11:57 Preparing to unpack .../10-libnsl2_1.3.0-2build2_armhf.deb ...
12:11:57 Unpacking libnsl2:armhf (1.3.0-2build2) ...
12:11:57 Selecting previously unselected package readline-common.
12:11:57 Preparing to unpack .../11-readline-common_8.2-1_all.deb ...
12:11:57 Unpacking readline-common (8.2-1) ...
12:11:57 Selecting previously unselected package libreadline8:armhf.
12:11:57 Preparing to unpack .../12-libreadline8_8.2-1_armhf.deb ...
12:11:57 Unpacking libreadline8:armhf (8.2-1) ...
12:11:57   Running scriptlet: docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   10/54 
12:11:57   Installing       : libnl3-3.7.0-1.fc36.x86_64                           11/54 
12:11:57   Installing       : libibverbs-39.0-1.fc36.x86_64                        12/54 
12:11:57   Installing       : libpcap-14:1.10.3-1.fc36.x86_64                      13/54 
12:11:57   Installing       : iptables-legacy-libs-1.8.7-15.fc36.x86_64            14/54 
12:11:57   Installing       : libbpf-2:0.7.0-3.fc36.x86_64                         15/54 
12:11:57   Installing       : libargon2-20171227-9.fc36.x86_64                     16/54 
12:11:57   Installing       : dbus-common-1:1.14.4-1.fc36.noarch                   17/54 
12:11:57   Running scriptlet: dbus-common-1:1.14.4-1.fc36.noarch                   17/54 
12:11:57   Running scriptlet: dbus-broker-32-1.fc36.x86_64                         18/54 
12:11:57   Installing       : dbus-broker-32-1.fc36.x86_64                         18/54 
12:11:57   Running scriptlet: dbus-broker-32-1.fc36.x86_64                         18/54 
12:11:57   Installing       : dbus-1:1.14.4-1.fc36.x86_64                          19/54 
12:11:57   Installing       : xz-5.2.5-9.fc36.x86_64                               20/54 
12:11:57   Installing       : xkeyboard-config-2.35.1-1.fc36.noarch                21/54 
12:11:57   Installing       : libxkbcommon-1.4.0-1.fc36.x86_64                     22/54 
12:11:57 Updating certificates in /etc/ssl/certs...
12:11:57 Selecting previously unselected package docker-ce-rootless-extras.
12:11:57 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ...
12:11:57 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:11:57 Selecting previously unselected package libgirepository-1.0-1:armhf.
12:11:57 Preparing to unpack .../08-libgirepository-1.0-1_1.74.0-3+b1_armhf.deb ...
12:11:57 Unpacking libgirepository-1.0-1:armhf (1.74.0-3+b1) ...
12:11:57 Selecting previously unselected package gir1.2-glib-2.0:armhf.
12:11:57 Preparing to unpack .../09-gir1.2-glib-2.0_1.74.0-3+b1_armhf.deb ...
12:11:57 Unpacking gir1.2-glib-2.0:armhf (1.74.0-3+b1) ...
12:11:57 Selecting previously unselected package libpackagekit-glib2-18:armhf.
12:11:57 Preparing to unpack .../10-libpackagekit-glib2-18_1.2.6-2_armhf.deb ...
12:11:57 Unpacking libpackagekit-glib2-18:armhf (1.2.6-2) ...
12:11:57 Selecting previously unselected package libsqlite3-0:armhf.
12:11:57 Preparing to unpack .../13-libsqlite3-0_3.39.3-1_armhf.deb ...
12:11:57 Unpacking libsqlite3-0:armhf (3.39.3-1) ...
12:11:57 Selecting previously unselected package libpython3.10-stdlib:armhf.
12:11:57 Preparing to unpack .../14-libpython3.10-stdlib_3.10.7-1ubuntu0.2_armhf.deb ...
12:11:57 Unpacking libpython3.10-stdlib:armhf (3.10.7-1ubuntu0.2) ...
12:11:57 Selecting previously unselected package python3.10.
12:11:57 Preparing to unpack .../15-python3.10_3.10.7-1ubuntu0.2_armhf.deb ...
12:11:57   Installing       : qrencode-libs-4.1.1-2.fc36.x86_64                    23/54 
12:11:57   Running scriptlet: libutempter-1.2.1-6.fc36.x86_64                      24/54 
12:11:57   Installing       : libutempter-1.2.1-6.fc36.x86_64                      24/54 
12:11:57   Installing       : util-linux-2.38-1.fc36.x86_64                        25/54 
12:11:57 warning: /etc/adjtime created as /etc/adjtime.rpmnew
12:11:57 
12:11:57   Installing       : policycoreutils-3.3-4.fc36.x86_64                    26/54 
12:11:57   Running scriptlet: policycoreutils-3.3-4.fc36.x86_64                    26/54 
12:11:57   Installing       : rpm-plugin-selinux-4.17.1-3.fc36.x86_64              27/54 
12:11:57   Installing       : selinux-policy-36.17-1.fc36.noarch                   28/54 
12:11:57   Running scriptlet: selinux-policy-36.17-1.fc36.noarch                   28/54 
12:11:57 Selecting previously unselected package dbus-user-session.
12:11:57 Preparing to unpack .../9-dbus-user-session_1.12.20-2ubuntu4.1_armhf.deb ...
12:11:57 Unpacking dbus-user-session (1.12.20-2ubuntu4.1) ...
12:11:57 Setting up libip6tc2:armhf (1.8.7-1ubuntu5) ...
12:11:57 Setting up dbus-user-session (1.12.20-2ubuntu4.1) ...
12:11:57 Setting up libmnl0:armhf (1.0.4-3build2) ...
12:11:57 Setting up containerd.io (1.6.16-1) ...
12:11:57 129 added, 0 removed; done.
12:11:57 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:11:57 Preparing to unpack .../11-gir1.2-packagekitglib-1.0_1.2.6-2_armhf.deb ...
12:11:57 Unpacking gir1.2-packagekitglib-1.0 (1.2.6-2) ...
12:11:57 Selecting previously unselected package gnupg2.
12:11:57 Preparing to unpack .../12-gnupg2_2.2.40-1_all.deb ...
12:11:57 Unpacking gnupg2 (2.2.40-1) ...
12:11:57 Selecting previously unselected package iso-codes.
12:11:57 Preparing to unpack .../13-iso-codes_4.12.0-1_all.deb ...
12:11:57 Unpacking iso-codes (4.12.0-1) ...
12:11:57 Unpacking python3.10 (3.10.7-1ubuntu0.2) ...
12:11:57 Selecting previously unselected package libpython3-stdlib:armhf.
12:11:57 Preparing to unpack .../16-libpython3-stdlib_3.10.6-1_armhf.deb ...
12:11:57 Unpacking libpython3-stdlib:armhf (3.10.6-1) ...
12:11:57 Setting up python3-minimal (3.10.6-1) ...
12:11:57 Selecting previously unselected package python3.
12:11: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.)
12:11:57 Preparing to unpack .../00-python3_3.10.6-1_armhf.deb ...
12:11:57 Unpacking python3 (3.10.6-1) ...
12:11:57   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          29/54 
12:11:57   Installing       : selinux-policy-targeted-36.17-1.fc36.noarch          29/54 
12:11:57 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:11:57 Setting up libxtables12:armhf (1.8.7-1ubuntu5) ...
12:11:57 Setting up libnfnetlink0:armhf (1.0.1-3build3) ...
12:11:57 Setting up netbase (6.3) ...
12:11:57 Setting up libnftnl11:armhf (1.2.1-1build1) ...
12:11:57 Setting up libnetfilter-conntrack3:armhf (1.0.9-1) ...
12:11:57 Setting up iptables (1.8.7-1ubuntu5) ...
12:11:57 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:11:57 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:57 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:11:57 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:57 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:11:57 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:11:57 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:11:57 + verify_binaries
12:11:57 + docker --version
12:11:57 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:11:57 ++ uname -m
12:11:57 + '[' armv8l = x86_64 ']'
12:11:57 + docker buildx version
12:11:57 Setting up gir1.2-glib-2.0:amd64 (1.66.1-1+b1) ...
12:11:57 Setting up gpgconf (2.2.27-2+deb11u2) ...
12:11:57 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u5) ...
12:11:57 Setting up curl (7.74.0-1.3+deb11u5) ...
12:11:57 Setting up gpg (2.2.27-2+deb11u2) ...
12:11:57 Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
12:11:57 Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
12:11:57 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
12:11:57 Setting up gpg-agent (2.2.27-2+deb11u2) ...
12:11:58 Selecting previously unselected package docker-ce.
12:11:58 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ...
12:11:58 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:11:58 OK
12:11:58 + '[' bookworm = sid ']'
12:11:58 ++ dpkg --print-architecture
12:11:58 + ARCH=armhf
12:11:58 + echo 'deb [arch=armhf] https://download.docker.com/linux/debian bookworm test'
12:11:58 + apt-get update
12:11:58 Hit:1 http://deb.debian.org/debian bookworm InRelease
12:11:58 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
12:11:58 Get:3 https://download.docker.com/linux/debian bookworm InRelease [37.7 kB]
12:11:58 Hit:4 http://deb.debian.org/debian-security bookworm-security InRelease
12:11:58 Selecting previously unselected package libcurl3-gnutls:armhf.
12:11:58 Preparing to unpack .../14-libcurl3-gnutls_7.87.0-2_armhf.deb ...
12:11:58 Unpacking libcurl3-gnutls:armhf (7.87.0-2) ...
12:11:58 Selecting previously unselected package libargon2-1:armhf.
12:11:58 Preparing to unpack .../01-libargon2-1_0~20171227-0.3_armhf.deb ...
12:11:58 Unpacking libargon2-1:armhf (0~20171227-0.3) ...
12:11:58 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:11:58 Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-1ubuntu1_armhf.deb ...
12:11:58 Unpacking libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ...
12:11:58 Selecting previously unselected package libjson-c5:armhf.
12:11:58 Preparing to unpack .../03-libjson-c5_0.16-1_armhf.deb ...
12:11:58 Unpacking libjson-c5:armhf (0.16-1) ...
12:11:58 Selecting previously unselected package libcryptsetup12:armhf.
12:11:58 Preparing to unpack .../04-libcryptsetup12_2%3a2.5.0-2ubuntu1_armhf.deb ...
12:11:58 Unpacking libcryptsetup12:armhf (2:2.5.0-2ubuntu1) ...
12:11:58 Selecting previously unselected package libfdisk1:armhf.
12:11:58 Preparing to unpack .../05-libfdisk1_2.38-4ubuntu1_armhf.deb ...
12:11:58 Unpacking libfdisk1:armhf (2.38-4ubuntu1) ...
12:11:58 Selecting previously unselected package libkmod2:armhf.
12:11:58 Preparing to unpack .../06-libkmod2_30+20220630-3ubuntu1_armhf.deb ...
12:11:58 Unpacking libkmod2:armhf (30+20220630-3ubuntu1) ...
12:11:58 github.com/docker/buildx v0.10.2 00ed17d
12:11:58 + docker compose version
12:11:58 Docker Compose version v2.15.1
12:11:58 + dockerd --version
12:11:58 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:11:58 + docker-proxy --version
12:11:58 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:11:58 + containerd --version
12:11:58 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:58 + ctr --version
12:11:58 ctr containerd.io 1.6.16
12:11:58 + containerd-shim --help
12:11:58 Usage of containerd-shim:
12:11:58   -address string
12:11:58     	grpc address back to main containerd
12:11:58   -containerd-binary containerd publish
12:11:58     	path to containerd binary (used for containerd publish) (default "containerd")
12:11:58   -criu string
12:11:58     	path to criu binary
12:11:58   -debug
12:11:58     	enable debug output in logs
12:11:58   -namespace string
12:11:58     	namespace that owns the shim
12:11:58   -runtime-root string
12:11:58     	root directory for the runtime (default "/run/containerd/runc")
12:11:58   -socket string
12:11:58     	socket path to serve
12:11:58   -systemd-cgroup
12:11:58     	set runtime to use systemd-cgroup
12:11:58   -workdir string
12:11:58     	path used to storge large temporary data
12:11:58 + containerd-shim-runc-v1 -v
12:11:58 containerd-shim-runc-v1:
12:11:58   Version:  1.6.16
12:11:58   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:58   Go version: go1.18.10
12:11:58 
12:11:58 + containerd-shim-runc-v2 -v
12:11:58 containerd-shim-runc-v2:
12:11:58   Version:  1.6.16
12:11:58   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:58   Go version: go1.18.10
12:11:58 
12:11:58 + runc --version
12:11:58 Get:5 https://download.docker.com/linux/debian bookworm/test armhf Packages [3401 B]
12:11:58 Fetched 41.1 kB in 1s (66.6 kB/s)
12:11:58 Selecting previously unselected package libstemmer0d:armhf.
12:11:58 Preparing to unpack .../15-libstemmer0d_2.2.0-2_armhf.deb ...
12:11:58 Unpacking libstemmer0d:armhf (2.2.0-2) ...
12:11:58 Selecting previously unselected package libicu72:armhf.
12:11:58 Preparing to unpack .../16-libicu72_72.1-3_armhf.deb ...
12:11:58 Unpacking libicu72:armhf (72.1-3) ...
12:11:58 Selecting previously unselected package libapparmor1:armhf.
12:11:58 Preparing to unpack .../07-libapparmor1_3.0.7-1ubuntu2_armhf.deb ...
12:11:58 Unpacking libapparmor1:armhf (3.0.7-1ubuntu2) ...
12:11:58 Selecting previously unselected package libip4tc2:armhf.
12:11:58 Preparing to unpack .../08-libip4tc2_1.8.7-1ubuntu6_armhf.deb ...
12:11:58 Unpacking libip4tc2:armhf (1.8.7-1ubuntu6) ...
12:11:58 Selecting previously unselected package libsystemd-shared:armhf.
12:11:58 Preparing to unpack .../09-libsystemd-shared_251.4-1ubuntu7_armhf.deb ...
12:11:58 Unpacking libsystemd-shared:armhf (251.4-1ubuntu7) ...
12:11:58 Selecting previously unselected package systemd.
12:11:58 Preparing to unpack .../10-systemd_251.4-1ubuntu7_armhf.deb ...
12:11:58 Unpacking systemd (251.4-1ubuntu7) ...
12:11:58 runc version 1.1.4
12:11:58 commit: v1.1.4-0-g5fd4c4d
12:11:58 spec: 1.0.2-dev
12:11:58 go: go1.18.10
12:11:58 libseccomp: 2.5.3
12:11:58 Setting up gpgsm (2.2.27-2+deb11u2) ...
12:11:58 Setting up dirmngr (2.2.27-2+deb11u2) ...
12:11:58 Setting up gir1.2-packagekitglib-1.0 (1.2.2-2) ...
12:11:58 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
12:11:58 Setting up python3.9 (3.9.2-1) ...
12:11:58 Setting up libargon2-1:armhf (0~20171227-0.3) ...
12:11:58 Setting up libdevmapper1.02.1:armhf (2:1.02.185-1ubuntu1) ...
12:11:58 Setting up libjson-c5:armhf (0.16-1) ...
12:11:58 Setting up libcryptsetup12:armhf (2:2.5.0-2ubuntu1) ...
12:11:58 Setting up libfdisk1:armhf (2.38-4ubuntu1) ...
12:11:58 Setting up libkmod2:armhf (30+20220630-3ubuntu1) ...
12:11:58 Setting up libapparmor1:armhf (3.0.7-1ubuntu2) ...
12:11:58 Setting up libip4tc2:armhf (1.8.7-1ubuntu6) ...
12:11:58 Setting up libsystemd-shared:armhf (251.4-1ubuntu7) ...
12:11:58 Setting up systemd (251.4-1ubuntu7) ...
12:11:58 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:11:58 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:11:58 Failed to enable unit, unit systemd-resolved.service does not exist.
12:11:58 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:11:58 Initializing machine ID from random generator.
12:11:58 Selecting previously unselected package systemd-sysv.
12:11:58 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6031 files and directories currently installed.)
12:11:58 Preparing to unpack .../00-systemd-sysv_251.4-1ubuntu7_armhf.deb ...
12:11:58 Unpacking systemd-sysv (251.4-1ubuntu7) ...
12:11:58 Selecting previously unselected package openssl.
12:11:58 Preparing to unpack .../01-openssl_3.0.5-2ubuntu2_armhf.deb ...
12:11:58 Unpacking openssl (3.0.5-2ubuntu2) ...
12:11:58 Setting up libip6tc2:armhf (1.8.4-3ubuntu2) ...
12:11:58 Setting up libmnl0:armhf (1.0.4-2) ...
12:11:58 Setting up containerd.io (1.6.16-1) ...
12:11:59 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
12:11:59 Setting up python3 (3.9.2-3) ...
12:11:59 Selecting previously unselected package ca-certificates.
12:11:59 Preparing to unpack .../02-ca-certificates_20211016ubuntu0.22.10.1_all.deb ...
12:11:59 Unpacking ca-certificates (20211016ubuntu0.22.10.1) ...
12:11:59 Selecting previously unselected package libdbus-1-3:armhf.
12:11:59 Preparing to unpack .../03-libdbus-1-3_1.14.0-2ubuntu3_armhf.deb ...
12:11:59 Unpacking libdbus-1-3:armhf (1.14.0-2ubuntu3) ...
12:11:59 Selecting previously unselected package dbus-bin.
12:11:59 Preparing to unpack .../04-dbus-bin_1.14.0-2ubuntu3_armhf.deb ...
12:11:59 Unpacking dbus-bin (1.14.0-2ubuntu3) ...
12:11:59 Selecting previously unselected package dbus-session-bus-common.
12:11:59 Preparing to unpack .../05-dbus-session-bus-common_1.14.0-2ubuntu3_all.deb ...
12:11:59 Unpacking dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:11:59 Selecting previously unselected package dbus-daemon.
12:11:59 Preparing to unpack .../06-dbus-daemon_1.14.0-2ubuntu3_armhf.deb ...
12:11:59 Unpacking dbus-daemon (1.14.0-2ubuntu3) ...
12:11:59 Selecting previously unselected package dbus-system-bus-common.
12:11:59 Preparing to unpack .../07-dbus-system-bus-common_1.14.0-2ubuntu3_all.deb ...
12:11:59 Unpacking dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:11:59 Selecting previously unselected package dbus.
12:11:59 Preparing to unpack .../08-dbus_1.14.0-2ubuntu3_armhf.deb ...
12:11:59 Unpacking dbus (1.14.0-2ubuntu3) ...
12:11:59 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:11:59 Setting up libxtables12:armhf (1.8.4-3ubuntu2) ...
12:11:59 Setting up libnfnetlink0:armhf (1.0.1-3build1) ...
12:11:59 Setting up netbase (6.1) ...
12:11:59 Setting up libnftnl11:armhf (1.1.5-1) ...
12:11:59 Setting up libnetfilter-conntrack3:armhf (1.0.7-2) ...
12:11:59 Setting up iptables (1.8.4-3ubuntu2) ...
12:11:59 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:11:59 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:11:59 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:11:59 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:11:59 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:11:59 + verify_binaries
12:11:59 + docker --version
12:11:59 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:11:59 ++ uname -m
12:11:59 + '[' armv8l = x86_64 ']'
12:11:59 + docker buildx version
12:11:59 Reading package lists...
12:11:59 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.
12:11:59 ++ find deb/debbuild/debian-bookworm/ -type f -name '*.deb'
12:11:59 + packages='deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb
12:11:59 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb
12:11:59 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb
12:11:59 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb
12:11:59 deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_armhf.deb'
12:11:59 ++ echo 'deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb
12:11:59 deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb
12:11:59 deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb
12:11:59 deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb
12:11:59 deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_armhf.deb'
12:11:59 ++ awk '$0="./"$0'
12:11:59 ++ xargs
12:11:59 + packages='./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_armhf.deb'
12:11:59 + set -x
12:11:59 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_armhf.deb
12:11:59 Selecting previously unselected package docker-ce-cli.
12:11:59 (Reading database ... 11445 files and directories currently installed.)
12:11:59 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ...
12:11:59 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:11:59 Selecting previously unselected package libxml2:armhf.
12:11:59 Preparing to unpack .../17-libxml2_2.9.14+dfsg-1.1+b1_armhf.deb ...
12:11:59 Unpacking libxml2:armhf (2.9.14+dfsg-1.1+b1) ...
12:11:59 Selecting previously unselected package libxmlb2:armhf.
12:11:59 Preparing to unpack .../18-libxmlb2_0.3.10-2_armhf.deb ...
12:11:59 Unpacking libxmlb2:armhf (0.3.10-2) ...
12:11:59 Selecting previously unselected package libappstream4:armhf.
12:11:59 Preparing to unpack .../19-libappstream4_0.16.0-1_armhf.deb ...
12:11:59 Unpacking libappstream4:armhf (0.16.0-1) ...
12:11:59 Selecting previously unselected package libduktape207:armhf.
12:11:59 Preparing to unpack .../20-libduktape207_2.7.0-1_armhf.deb ...
12:11:59 Unpacking libduktape207:armhf (2.7.0-1) ...
12:11:59 Selecting previously unselected package libelf1:armhf.
12:11:59 Preparing to unpack .../21-libelf1_0.187-2+rpi2_armhf.deb ...
12:11:59 Unpacking libelf1:armhf (0.187-2+rpi2) ...
12:11:59 Setting up python3-pycurl (7.43.0.6-5) ...
12:11:59 Setting up python3-gi (3.38.0-2) ...
12:11:59 Selecting previously unselected package distro-info-data.
12:11:59 Preparing to unpack .../09-distro-info-data_0.54ubuntu0.1_all.deb ...
12:11:59 Unpacking distro-info-data (0.54ubuntu0.1) ...
12:11:59 Selecting previously unselected package libglib2.0-0:armhf.
12:11:59 Preparing to unpack .../10-libglib2.0-0_2.74.3-0ubuntu1_armhf.deb ...
12:11:59 Unpacking libglib2.0-0:armhf (2.74.3-0ubuntu1) ...
12:11:59 Selecting previously unselected package libgirepository-1.0-1:armhf.
12:11:59 Preparing to unpack .../11-libgirepository-1.0-1_1.74.0-2_armhf.deb ...
12:11:59 Unpacking libgirepository-1.0-1:armhf (1.74.0-2) ...
12:11:59 Selecting previously unselected package gir1.2-glib-2.0:armhf.
12:11:59 Preparing to unpack .../12-gir1.2-glib-2.0_1.74.0-2_armhf.deb ...
12:11:59 Unpacking gir1.2-glib-2.0:armhf (1.74.0-2) ...
12:11:59 Selecting previously unselected package iso-codes.
12:11:59 Preparing to unpack .../13-iso-codes_4.11.0-1_all.deb ...
12:11:59 Unpacking iso-codes (4.11.0-1) ...
12:11:59 Selecting previously unselected package docker-buildx-plugin.
12:11:59 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb ...
12:11:59 Unpacking docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
12:11:59 github.com/docker/buildx v0.10.2 00ed17d
12:11:59 + docker compose version
12:11:59 Docker Compose version v2.15.1
12:11:59 + dockerd --version
12:11:59 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:11:59 + docker-proxy --version
12:11:59 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:11:59 + containerd --version
12:11:59 Selecting previously unselected package libdw1:armhf.
12:11:59 Preparing to unpack .../22-libdw1_0.187-2+rpi2_armhf.deb ...
12:11:59 Unpacking libdw1:armhf (0.187-2+rpi2) ...
12:11:59 Selecting previously unselected package libglib2.0-data.
12:11:59 Preparing to unpack .../23-libglib2.0-data_2.74.5-1_all.deb ...
12:11:59 Unpacking libglib2.0-data (2.74.5-1) ...
12:11:59 Selecting previously unselected package libglib2.0-bin.
12:11:59 Preparing to unpack .../24-libglib2.0-bin_2.74.5-1_armhf.deb ...
12:11:59 Unpacking libglib2.0-bin (2.74.5-1) ...
12:11:59 Selecting previously unselected package libunwind8:armhf.
12:11:59 Setting up gnupg (2.2.27-2+deb11u2) ...
12:11:59 Setting up lsb-release (11.1.0) ...
12:11:59 Setting up python3-dbus (1.2.16-5) ...
12:11:59 Selecting previously unselected package libcap2-bin.
12:11:59 Preparing to unpack .../14-libcap2-bin_1%3a2.44-1build3_armhf.deb ...
12:11:59 Unpacking libcap2-bin (1:2.44-1build3) ...
12:11:59 Selecting previously unselected package libelf1:armhf.
12:11:59 Preparing to unpack .../15-libelf1_0.187-4_armhf.deb ...
12:11:59 Unpacking libelf1:armhf (0.187-4) ...
12:11:59 Selecting previously unselected package libglib2.0-data.
12:11:59 Preparing to unpack .../16-libglib2.0-data_2.74.3-0ubuntu1_all.deb ...
12:11:59 Unpacking libglib2.0-data (2.74.3-0ubuntu1) ...
12:11:59 Selecting previously unselected package libicu71:armhf.
12:11:59 Preparing to unpack .../17-libicu71_71.1-3ubuntu1_armhf.deb ...
12:11:59 Unpacking libicu71:armhf (71.1-3ubuntu1) ...
12:11:59 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:59 + ctr --version
12:11:59 ctr containerd.io 1.6.16
12:11:59 + containerd-shim --help
12:11:59 Usage of containerd-shim:
12:11:59   -address string
12:11:59     	grpc address back to main containerd
12:11:59   -containerd-binary containerd publish
12:11:59     	path to containerd binary (used for containerd publish) (default "containerd")
12:11:59   -criu string
12:11:59     	path to criu binary
12:11:59   -debug
12:11:59     	enable debug output in logs
12:11:59   -namespace string
12:11:59     	namespace that owns the shim
12:11:59   -runtime-root string
12:11:59     	root directory for the runtime (default "/run/containerd/runc")
12:11:59   -socket string
12:11:59     	socket path to serve
12:11:59   -systemd-cgroup
12:11:59     	set runtime to use systemd-cgroup
12:11:59   -workdir string
12:11:59     	path used to storge large temporary data
12:11:59 + containerd-shim-runc-v1 -v
12:11:59 containerd-shim-runc-v1:
12:11:59   Version:  1.6.16
12:11:59   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:59   Go version: go1.18.10
12:11:59 
12:11:59 + containerd-shim-runc-v2 -v
12:11:59 containerd-shim-runc-v2:
12:11:59   Version:  1.6.16
12:11:59   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:11:59   Go version: go1.18.10
12:11:59 
12:11:59 + runc --version
12:11:59 runc version 1.1.4
12:11:59 commit: v1.1.4-0-g5fd4c4d
12:11:59 spec: 1.0.2-dev
12:11:59 go: go1.18.10
12:11:59 libseccomp: 2.5.1
12:11:59 Selecting previously unselected package docker-ce.
12:11:59 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ...
12:11:59 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:11:59 Preparing to unpack .../25-libunwind8_1.6.2-3_armhf.deb ...
12:11:59 Unpacking libunwind8:armhf (1.6.2-3) ...
12:11:59 Selecting previously unselected package libgstreamer1.0-0:armhf.
12:11:59 Preparing to unpack .../26-libgstreamer1.0-0_1.22.0-2_armhf.deb ...
12:11:59 Unpacking libgstreamer1.0-0:armhf (1.22.0-2) ...
12:11:59 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
12:11:59 Preparing to unpack .../27-libpolkit-gobject-1-0_122-3_armhf.deb ...
12:11:59 Unpacking libpolkit-gobject-1-0:armhf (122-3) ...
12:11:59 Selecting previously unselected package libpolkit-agent-1-0:armhf.
12:11:59 Preparing to unpack .../28-libpolkit-agent-1-0_122-3_armhf.deb ...
12:11:59 Unpacking libpolkit-agent-1-0:armhf (122-3) ...
12:11:59 Selecting previously unselected package lsb-release.
12:11:59 Preparing to unpack .../29-lsb-release_12.0-1_all.deb ...
12:11:59 Unpacking lsb-release (12.0-1) ...
12:11:59 Setting up gnupg2 (2.2.27-2+deb11u2) ...
12:11:59 Setting up python3-apt (2.2.1) ...
12:11:59 Selecting previously unselected package libpam-systemd:armhf.
12:11:59 Preparing to unpack .../18-libpam-systemd_251.4-1ubuntu7_armhf.deb ...
12:11:59 Unpacking libpam-systemd:armhf (251.4-1ubuntu7) ...
12:11:59 Selecting previously unselected package libxml2:armhf.
12:11:59 Preparing to unpack .../19-libxml2_2.9.14+dfsg-1ubuntu0.1_armhf.deb ...
12:11:59 Unpacking libxml2:armhf (2.9.14+dfsg-1ubuntu0.1) ...
12:11:59 Selecting previously unselected package libyaml-0-2:armhf.
12:11:59 Preparing to unpack .../20-libyaml-0-2_0.2.5-1_armhf.deb ...
12:11:59 Unpacking libyaml-0-2:armhf (0.2.5-1) ...
12:12:00 Selecting previously unselected package xml-core.
12:12:00 Preparing to unpack .../30-xml-core_0.18+nmu1_all.deb ...
12:12:00 Unpacking xml-core (0.18+nmu1) ...
12:12:00 Selecting previously unselected package polkitd.
12:12:00 Preparing to unpack .../31-polkitd_122-3_armhf.deb ...
12:12:00 Unpacking polkitd (122-3) ...
12:12:00 Selecting previously unselected package packagekit.
12:12:00 Preparing to unpack .../32-packagekit_1.2.6-2_armhf.deb ...
12:12:00 Unpacking packagekit (1.2.6-2) ...
12:12:00 Setting up python3-software-properties (0.96.20.2-2.1) ...
12:12:00 Setting up software-properties-common (0.96.20.2-2.1) ...
12:12:00 Selecting previously unselected package lsb-release.
12:12:00 Preparing to unpack .../21-lsb-release_11.2ubuntu1_all.deb ...
12:12:00 Unpacking lsb-release (11.2ubuntu1) ...
12:12:00 Selecting previously unselected package python-apt-common.
12:12:00 Preparing to unpack .../22-python-apt-common_2.4.0+22.10_all.deb ...
12:12:00 Unpacking python-apt-common (2.4.0+22.10) ...
12:12:00 Selecting previously unselected package python3-apt.
12:12:00 Preparing to unpack .../23-python3-apt_2.4.0+22.10_armhf.deb ...
12:12:00 Unpacking python3-apt (2.4.0+22.10) ...
12:12:00 Selecting previously unselected package python3-dbus.
12:12:00 Preparing to unpack .../24-python3-dbus_1.2.18-3build1_armhf.deb ...
12:12:00 Unpacking python3-dbus (1.2.18-3build1) ...
12:12:00 Selecting previously unselected package python3-gi.
12:12:00 Preparing to unpack .../25-python3-gi_3.42.2-2_armhf.deb ...
12:12:00 Unpacking python3-gi (3.42.2-2) ...
12:12:00 Selecting previously unselected package python3-pkg-resources.
12:12:00 Preparing to unpack .../26-python3-pkg-resources_59.6.0-1.2ubuntu0.22.10.1_all.deb ...
12:12:00 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:12:00 Selecting previously unselected package python-apt-common.
12:12:00 Preparing to unpack .../33-python-apt-common_2.5.2_all.deb ...
12:12:00 Unpacking python-apt-common (2.5.2) ...
12:12:00 Selecting previously unselected package python3-apt.
12:12:00 Preparing to unpack .../34-python3-apt_2.5.2_armhf.deb ...
12:12:00 Unpacking python3-apt (2.5.2) ...
12:12:00 Selecting previously unselected package python3-blinker.
12:12:00 Preparing to unpack .../35-python3-blinker_1.5-1_all.deb ...
12:12:00 Unpacking python3-blinker (1.5-1) ...
12:12:00 Selecting previously unselected package python3-cffi-backend:armhf.
12:12:00 Preparing to unpack .../36-python3-cffi-backend_1.15.1-5+b1_armhf.deb ...
12:12:00 Unpacking python3-cffi-backend:armhf (1.15.1-5+b1) ...
12:12:00 Selecting previously unselected package python3-cryptography.
12:12:00 Preparing to unpack .../37-python3-cryptography_38.0.4-2_armhf.deb ...
12:12:00 Unpacking python3-cryptography (38.0.4-2) ...
12:12:00 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:12:00 Processing triggers for ca-certificates (20210119) ...
12:12:00 Updating certificates in /etc/ssl/certs...
12:12:00 Selecting previously unselected package libnghttp2-14:armhf.
12:12:00 Preparing to unpack .../27-libnghttp2-14_1.49.0-1_armhf.deb ...
12:12:00 Unpacking libnghttp2-14:armhf (1.49.0-1) ...
12:12:00 Selecting previously unselected package libpsl5:armhf.
12:12:00 Preparing to unpack .../28-libpsl5_0.21.0-1.2build2_armhf.deb ...
12:12:00 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
12:12:00 Selecting previously unselected package apt-transport-https.
12:12:00 Preparing to unpack .../29-apt-transport-https_2.5.3_all.deb ...
12:12:00 Unpacking apt-transport-https (2.5.3) ...
12:12:00 Selecting previously unselected package libbrotli1:armhf.
12:12:00 Preparing to unpack .../30-libbrotli1_1.0.9-2build6_armhf.deb ...
12:12:00 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
12:12:00 Selecting previously unselected package libsasl2-modules-db:armhf.
12:12:00 Preparing to unpack .../31-libsasl2-modules-db_2.1.28+dfsg-6ubuntu2_armhf.deb ...
12:12:00 Unpacking libsasl2-modules-db:armhf (2.1.28+dfsg-6ubuntu2) ...
12:12:00 Selecting previously unselected package libsasl2-2:armhf.
12:12:00 Preparing to unpack .../32-libsasl2-2_2.1.28+dfsg-6ubuntu2_armhf.deb ...
12:12:00 Unpacking libsasl2-2:armhf (2.1.28+dfsg-6ubuntu2) ...
12:12:00 Selecting previously unselected package libldap-2.5-0:armhf.
12:12:00 Preparing to unpack .../33-libldap-2.5-0_2.5.13+dfsg-1ubuntu1_armhf.deb ...
12:12:00 Unpacking libldap-2.5-0:armhf (2.5.13+dfsg-1ubuntu1) ...
12:12:00 Selecting previously unselected package python3-dbus.
12:12:00 Preparing to unpack .../38-python3-dbus_1.3.2-4_armhf.deb ...
12:12:00 Unpacking python3-dbus (1.3.2-4) ...
12:12:00 Selecting previously unselected package python3-distro.
12:12:00 Preparing to unpack .../39-python3-distro_1.8.0-1_all.deb ...
12:12:00 Unpacking python3-distro (1.8.0-1) ...
12:12:00 Selecting previously unselected package python3-gi.
12:12:00 Preparing to unpack .../40-python3-gi_3.42.2-3+b1_armhf.deb ...
12:12:00 Unpacking python3-gi (3.42.2-3+b1) ...
12:12:00 Selecting previously unselected package python3-pyparsing.
12:12:00 Preparing to unpack .../41-python3-pyparsing_3.0.9-1_all.deb ...
12:12:00 Unpacking python3-pyparsing (3.0.9-1) ...
12:12:00 0 added, 0 removed; done.
12:12:00 Running hooks in /etc/ca-certificates/update.d...
12:12:00 done.
12:12:00 ++ source /etc/os-release
12:12:00 +++ PRETTY_NAME='Debian GNU/Linux 11 (bullseye)'
12:12:00 +++ NAME='Debian GNU/Linux'
12:12:00 +++ VERSION_ID=11
12:12:00 +++ VERSION='11 (bullseye)'
12:12:00 +++ VERSION_CODENAME=bullseye
12:12:00 +++ ID=debian
12:12:00 +++ HOME_URL=https://www.debian.org/
12:12:00 +++ SUPPORT_URL=https://www.debian.org/support
12:12:00 +++ BUG_REPORT_URL=https://bugs.debian.org/
12:12:00 ++ echo debian
12:12:00 + DIST_ID=debian
12:12:00 ++ lsb_release -sc
12:12:00 Selecting previously unselected package librtmp1:armhf.
12:12:00 Preparing to unpack .../34-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
12:12:00 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
12:12:00 Selecting previously unselected package libssh-4:armhf.
12:12:00 Preparing to unpack .../35-libssh-4_0.9.6-2build1_armhf.deb ...
12:12:00 Unpacking libssh-4:armhf (0.9.6-2build1) ...
12:12:00 Selecting previously unselected package libcurl4:armhf.
12:12:00 Preparing to unpack .../36-libcurl4_7.85.0-1ubuntu0.2_armhf.deb ...
12:12:00 Unpacking libcurl4:armhf (7.85.0-1ubuntu0.2) ...
12:12:00 Selecting previously unselected package curl.
12:12:00 Preparing to unpack .../37-curl_7.85.0-1ubuntu0.2_armhf.deb ...
12:12:00 Unpacking curl (7.85.0-1ubuntu0.2) ...
12:12:00 Selecting previously unselected package libassuan0:armhf.
12:12:00 Preparing to unpack .../38-libassuan0_2.5.5-4_armhf.deb ...
12:12:00 Unpacking libassuan0:armhf (2.5.5-4) ...
12:12:00 Selecting previously unselected package gpgconf.
12:12:00 Preparing to unpack .../39-gpgconf_2.2.35-3ubuntu1_armhf.deb ...
12:12:00 Unpacking gpgconf (2.2.35-3ubuntu1) ...
12:12:00 Selecting previously unselected package libksba8:armhf.
12:12:00 Preparing to unpack .../40-libksba8_1.6.0-3ubuntu1.1_armhf.deb ...
12:12:00 Unpacking libksba8:armhf (1.6.0-3ubuntu1.1) ...
12:12:00 Selecting previously unselected package docker-ce-rootless-extras.
12:12:00 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ...
12:12:00 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:12:00 Selecting previously unselected package docker-compose-plugin.
12:12:00 Preparing to unpack .../docker-compose-plugin_2.15.1-1~debian.11~bullseye_armhf.deb ...
12:12:00 Unpacking docker-compose-plugin (2.15.1-1~debian.11~bullseye) ...
12:12:00 Selecting previously unselected package python3-httplib2.
12:12:00 Preparing to unpack .../42-python3-httplib2_0.20.4-3_all.deb ...
12:12:00 Unpacking python3-httplib2 (0.20.4-3) ...
12:12:00 Selecting previously unselected package python3-jwt.
12:12:00 Preparing to unpack .../43-python3-jwt_2.6.0-1_all.deb ...
12:12:00 Unpacking python3-jwt (2.6.0-1) ...
12:12:00 Selecting previously unselected package python3-pkg-resources.
12:12:00 Preparing to unpack .../44-python3-pkg-resources_65.6.3-1_all.deb ...
12:12:00 Unpacking python3-pkg-resources (65.6.3-1) ...
12:12:00 Selecting previously unselected package python3-lazr.uri.
12:12:00 Preparing to unpack .../45-python3-lazr.uri_1.0.6-3_all.deb ...
12:12:00 Unpacking python3-lazr.uri (1.0.6-3) ...
12:12:00 Selecting previously unselected package python3-wadllib.
12:12:00 Preparing to unpack .../46-python3-wadllib_1.3.6-4_all.deb ...
12:12:00 Unpacking python3-wadllib (1.3.6-4) ...
12:12:00 Selecting previously unselected package python3-oauthlib.
12:12:00 Preparing to unpack .../47-python3-oauthlib_3.2.2-1_all.deb ...
12:12:00 + DIST_VERSION=bullseye
12:12:00 + '[' bullseye = sid ']'
12:12:00 + install_debian_containerd
12:12:00 + '[' staging = stage ']'
12:12:00 + REPO_URL=https://download.docker.com/linux/debian
12:12:00 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian'
12:12:00 + update-ca-certificates -f
12:12:00 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/debian
12:12:00 Clearing symlinks in /etc/ssl/certs...
12:12:00 Selecting previously unselected package libnpth0:armhf.
12:12:00 Preparing to unpack .../41-libnpth0_1.6-3build2_armhf.deb ...
12:12:00 Unpacking libnpth0:armhf (1.6-3build2) ...
12:12:00 Selecting previously unselected package dirmngr.
12:12:00 Preparing to unpack .../42-dirmngr_2.2.35-3ubuntu1_armhf.deb ...
12:12:00 Unpacking dirmngr (2.2.35-3ubuntu1) ...
12:12:00 Selecting previously unselected package libpackagekit-glib2-18:armhf.
12:12:00 Preparing to unpack .../43-libpackagekit-glib2-18_1.2.5-2ubuntu2_armhf.deb ...
12:12:00 Unpacking libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ...
12:12:00 Selecting previously unselected package gir1.2-packagekitglib-1.0.
12:12:00 Preparing to unpack .../44-gir1.2-packagekitglib-1.0_1.2.5-2ubuntu2_armhf.deb ...
12:12:00 Unpacking gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
12:12:00 Selecting previously unselected package gnupg-l10n.
12:12:00 Preparing to unpack .../45-gnupg-l10n_2.2.35-3ubuntu1_all.deb ...
12:12:00 Unpacking gnupg-l10n (2.2.35-3ubuntu1) ...
12:12:00 Selecting previously unselected package gnupg-utils.
12:12:00 Preparing to unpack .../46-gnupg-utils_2.2.35-3ubuntu1_armhf.deb ...
12:12:00 Unpacking gnupg-utils (2.2.35-3ubuntu1) ...
12:12:01 Unpacking python3-oauthlib (3.2.2-1) ...
12:12:01 Selecting previously unselected package python3-six.
12:12:01 Preparing to unpack .../48-python3-six_1.16.0-4_all.deb ...
12:12:01 Unpacking python3-six (1.16.0-4) ...
12:12:01 Selecting previously unselected package python3-lazr.restfulclient.
12:12:01 Preparing to unpack .../49-python3-lazr.restfulclient_0.14.5-1_all.deb ...
12:12:01 Unpacking python3-lazr.restfulclient (0.14.5-1) ...
12:12:01 Selecting previously unselected package python3-software-properties.
12:12:01 Preparing to unpack .../50-python3-software-properties_0.99.30-4_all.deb ...
12:12:01 Unpacking python3-software-properties (0.99.30-4) ...
12:12:01 Selecting previously unselected package software-properties-common.
12:12:01 Preparing to unpack .../51-software-properties-common_0.99.30-4_all.deb ...
12:12:01 Unpacking software-properties-common (0.99.30-4) ...
12:12:01 Setting up media-types (8.0.0) ...
12:12:01 Setting up systemd-sysv (252.5-2+rpi1) ...
12:12:01 done.
12:12:01 Updating certificates in /etc/ssl/certs...
12:12:01 Selecting previously unselected package gpg.
12:12:01 Preparing to unpack .../47-gpg_2.2.35-3ubuntu1_armhf.deb ...
12:12:01 Unpacking gpg (2.2.35-3ubuntu1) ...
12:12:01 Selecting previously unselected package pinentry-curses.
12:12:01 Preparing to unpack .../48-pinentry-curses_1.2.0-2ubuntu1_armhf.deb ...
12:12:01 Unpacking pinentry-curses (1.2.0-2ubuntu1) ...
12:12:01 Selecting previously unselected package gpg-agent.
12:12:01 Preparing to unpack .../49-gpg-agent_2.2.35-3ubuntu1_armhf.deb ...
12:12:01 Unpacking gpg-agent (2.2.35-3ubuntu1) ...
12:12:01 Selecting previously unselected package gpg-wks-client.
12:12:01 Preparing to unpack .../50-gpg-wks-client_2.2.35-3ubuntu1_armhf.deb ...
12:12:01 Unpacking gpg-wks-client (2.2.35-3ubuntu1) ...
12:12:01 Selecting previously unselected package gpg-wks-server.
12:12:01 Preparing to unpack .../51-gpg-wks-server_2.2.35-3ubuntu1_armhf.deb ...
12:12:01 Unpacking gpg-wks-server (2.2.35-3ubuntu1) ...
12:12:01 Selecting previously unselected package gpgsm.
12:12:01 Preparing to unpack .../52-gpgsm_2.2.35-3ubuntu1_armhf.deb ...
12:12:01 Unpacking gpgsm (2.2.35-3ubuntu1) ...
12:12:01 Selecting previously unselected package gnupg.
12:12:01 Preparing to unpack .../53-gnupg_2.2.35-3ubuntu1_all.deb ...
12:12:01 Unpacking gnupg (2.2.35-3ubuntu1) ...
12:12:01 Selecting previously unselected package docker-buildx-plugin.
12:12:01 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb ...
12:12:01 Unpacking docker-buildx-plugin (0.10.2-1~debian.12~bookworm) ...
12:12:01 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:12:01 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:12:01 Setting up gnupg2 (2.2.40-1) ...
12:12:01 Setting up libicu72:armhf (72.1-3) ...
12:12:01 Setting up apt-transport-https (2.5.5) ...
12:12:01 Setting up libglib2.0-0:armhf (2.74.5-1) ...
12:12:01 No schema files found: doing nothing.
12:12:01 Setting up distro-info-data (0.56) ...
12:12:01 Setting up libtirpc-common (1.3.3+ds-1) ...
12:12:01 Setting up libxmlb2:armhf (0.3.10-2) ...
12:12:01 Setting up libpackagekit-glib2-18:armhf (1.2.6-2) ...
12:12:01 Setting up libcurl3-gnutls:armhf (7.87.0-2) ...
12:12:01 Setting up libunwind8:armhf (1.6.2-3) ...
12:12:01 Setting up libcap2-bin (1:2.66-3) ...
12:12:01 Setting up libglib2.0-data (2.74.5-1) ...
12:12:01 Setting up libdbus-1-3:armhf (1.14.4-1) ...
12:12:01 Setting up udev (252.5-2+rpi1) ...
12:12:01 129 added, 0 removed; done.
12:12:01 Running hooks in /etc/ca-certificates/update.d...
12:12:01 done.
12:12:01 + curl -fsSL https://download.docker.com/linux/debian/gpg
12:12:01 + apt-key add -
12:12:01 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:12:01 Selecting previously unselected package libcurl3-gnutls:armhf.
12:12:01 Preparing to unpack .../54-libcurl3-gnutls_7.85.0-1ubuntu0.2_armhf.deb ...
12:12:01 Unpacking libcurl3-gnutls:armhf (7.85.0-1ubuntu0.2) ...
12:12:01 Selecting previously unselected package libstemmer0d:armhf.
12:12:01 Preparing to unpack .../55-libstemmer0d_2.2.0-1build1_armhf.deb ...
12:12:01 Unpacking libstemmer0d:armhf (2.2.0-1build1) ...
12:12:01 Selecting previously unselected package libxmlb2:armhf.
12:12:01 Preparing to unpack .../56-libxmlb2_0.3.8-1_armhf.deb ...
12:12:01 Unpacking libxmlb2:armhf (0.3.8-1) ...
12:12:01 Selecting previously unselected package libappstream4:armhf.
12:12:01 Preparing to unpack .../57-libappstream4_0.15.5-1_armhf.deb ...
12:12:01 Unpacking libappstream4:armhf (0.15.5-1) ...
12:12:01 Selecting previously unselected package libdw1:armhf.
12:12:01 Preparing to unpack .../58-libdw1_0.187-4_armhf.deb ...
12:12:01 Unpacking libdw1:armhf (0.187-4) ...
12:12:01 Selecting previously unselected package libglib2.0-bin.
12:12:01 Preparing to unpack .../59-libglib2.0-bin_2.74.3-0ubuntu1_armhf.deb ...
12:12:01 Unpacking libglib2.0-bin (2.74.3-0ubuntu1) ...
12:12:01 invoke-rc.d: could not determine current runlevel
12:12:01 invoke-rc.d: policy-rc.d denied execution of start.
12:12:01 Setting up docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
12:12:01 Setting up docker-compose-plugin (2.15.1-1~debian.11~bullseye) ...
12:12:01 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:12:01  docker-ce-rootless-extras depends on dbus-user-session; however:
12:12:01   Package dbus-user-session is not installed.
12:12:01 
12:12:01 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:12:01 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_armhf.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_armhf.deb
12:12:01 Selecting previously unselected package libunwind8:armhf.
12:12:01 Preparing to unpack .../60-libunwind8_1.6.2-0ubuntu1_armhf.deb ...
12:12:01 Unpacking libunwind8:armhf (1.6.2-0ubuntu1) ...
12:12:01 Selecting previously unselected package libgstreamer1.0-0:armhf.
12:12:01 Preparing to unpack .../61-libgstreamer1.0-0_1.20.3-1_armhf.deb ...
12:12:01 Unpacking libgstreamer1.0-0:armhf (1.20.3-1) ...
12:12:01 Selecting previously unselected package libpolkit-gobject-1-0:armhf.
12:12:01 Preparing to unpack .../62-libpolkit-gobject-1-0_0.105-33_armhf.deb ...
12:12:01 Unpacking libpolkit-gobject-1-0:armhf (0.105-33) ...
12:12:01 Selecting previously unselected package libpolkit-agent-1-0:armhf.
12:12:01 Preparing to unpack .../63-libpolkit-agent-1-0_0.105-33_armhf.deb ...
12:12:01 Unpacking libpolkit-agent-1-0:armhf (0.105-33) ...
12:12:01 Selecting previously unselected package polkitd.
12:12:01 Preparing to unpack .../64-polkitd_0.105-33_armhf.deb ...
12:12:01 Unpacking polkitd (0.105-33) ...
12:12:02 OK
12:12:02 + '[' bullseye = sid ']'
12:12:02 ++ dpkg --print-architecture
12:12:02 + ARCH=amd64
12:12:02 + echo 'deb [arch=amd64] https://download.docker.com/linux/debian bullseye test'
12:12:02 + apt-get update
12:12:02 Selecting previously unselected package pkexec.
12:12:02 Preparing to unpack .../65-pkexec_0.105-33_armhf.deb ...
12:12:02 Unpacking pkexec (0.105-33) ...
12:12:02 Selecting previously unselected package policykit-1.
12:12:02 Preparing to unpack .../66-policykit-1_0.105-33_armhf.deb ...
12:12:02 Unpacking policykit-1 (0.105-33) ...
12:12:02 Selecting previously unselected package python3-blinker.
12:12:02 Preparing to unpack .../67-python3-blinker_1.4+dfsg1-0.5_all.deb ...
12:12:02 Unpacking python3-blinker (1.4+dfsg1-0.5) ...
12:12:02 Selecting previously unselected package python3-cffi-backend:armhf.
12:12:02 Preparing to unpack .../68-python3-cffi-backend_1.15.1-1_armhf.deb ...
12:12:02 Unpacking python3-cffi-backend:armhf (1.15.1-1) ...
12:12:02 Selecting previously unselected package python3-cryptography.
12:12:02 Preparing to unpack .../69-python3-cryptography_3.4.8-2_armhf.deb ...
12:12:02 Unpacking python3-cryptography (3.4.8-2) ...
12:12:02 Selecting previously unselected package python3-pyparsing.
12:12:02 Preparing to unpack .../70-python3-pyparsing_3.0.7-2_all.deb ...
12:12:02 Unpacking python3-pyparsing (3.0.7-2) ...
12:12:02 Selecting previously unselected package docker-compose-plugin.
12:12:02 Preparing to unpack .../docker-compose-plugin_2.15.1-1~debian.12~bookworm_armhf.deb ...
12:12:02 Unpacking docker-compose-plugin (2.15.1-1~debian.12~bookworm) ...
12:12:02 Selecting previously unselected package python3-httplib2.
12:12:02 Preparing to unpack .../71-python3-httplib2_0.20.4-2_all.deb ...
12:12:02 Unpacking python3-httplib2 (0.20.4-2) ...
12:12:02 Selecting previously unselected package python3-more-itertools.
12:12:02 Preparing to unpack .../72-python3-more-itertools_8.10.0-2_all.deb ...
12:12:02 Unpacking python3-more-itertools (8.10.0-2) ...
12:12:02 Selecting previously unselected package python3-zipp.
12:12:02 Preparing to unpack .../73-python3-zipp_1.0.0-4_all.deb ...
12:12:02 Unpacking python3-zipp (1.0.0-4) ...
12:12:02 Selecting previously unselected package python3-importlib-metadata.
12:12:02 Preparing to unpack .../74-python3-importlib-metadata_4.6.4-1_all.deb ...
12:12:02 Unpacking python3-importlib-metadata (4.6.4-1) ...
12:12:02 Selecting previously unselected package python3-jeepney.
12:12:02 Preparing to unpack .../75-python3-jeepney_0.8.0-1_all.deb ...
12:12:02 Unpacking python3-jeepney (0.8.0-1) ...
12:12:02 Selecting previously unselected package python3-jwt.
12:12:02 Preparing to unpack .../76-python3-jwt_2.4.0-1_all.deb ...
12:12:02 Unpacking python3-jwt (2.4.0-1) ...
12:12:02 Selecting previously unselected package python3-secretstorage.
12:12:02 invoke-rc.d: could not determine current runlevel
12:12:02 invoke-rc.d: policy-rc.d denied execution of restart.
12:12:02 Setting up python-apt-common (2.5.2) ...
12:12:02 Setting up libduktape207:armhf (2.7.0-1) ...
12:12:02 Setting up dbus-session-bus-common (1.14.4-1) ...
12:12:02 Setting up xml-core (0.18+nmu1) ...
12:12:02 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:12:02 Preparing to unpack .../77-python3-secretstorage_3.3.3-1ubuntu1_all.deb ...
12:12:02 Unpacking python3-secretstorage (3.3.3-1ubuntu1) ...
12:12:02 Selecting previously unselected package python3-keyring.
12:12:02 Preparing to unpack .../78-python3-keyring_23.8.2-1_all.deb ...
12:12:02 Unpacking python3-keyring (23.8.2-1) ...
12:12:02 Selecting previously unselected package python3-lazr.uri.
12:12:02 Preparing to unpack .../79-python3-lazr.uri_1.0.6-2_all.deb ...
12:12:02 Unpacking python3-lazr.uri (1.0.6-2) ...
12:12:02 Selecting previously unselected package python3-wadllib.
12:12:02 Preparing to unpack .../80-python3-wadllib_1.3.6-1_all.deb ...
12:12:02 Unpacking python3-wadllib (1.3.6-1) ...
12:12:02 Selecting previously unselected package python3-distro.
12:12:02 Preparing to unpack .../81-python3-distro_1.7.0-1_all.deb ...
12:12:02 Unpacking python3-distro (1.7.0-1) ...
12:12:02 Selecting previously unselected package python3-oauthlib.
12:12:02 Preparing to unpack .../82-python3-oauthlib_3.2.0-1ubuntu1_all.deb ...
12:12:02 Unpacking python3-oauthlib (3.2.0-1ubuntu1) ...
12:12:02 Reading package lists...
12:12:02 Building dependency tree...
12:12:02 Reading state information...
12:12:02 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:12:02 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:12:02 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:12:02 Get:4 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
12:12:02 Setting up libmpdec3:armhf (2.5.1-2+rpi1) ...
12:12:02 Setting up libcurl4:armhf (7.87.0-2) ...
12:12:02 Setting up libgirepository-1.0-1:armhf (1.74.0-3+b1) ...
12:12:02 Setting up curl (7.87.0-2) ...
12:12:02 Setting up libstemmer0d:armhf (2.2.0-2) ...
12:12:02 Setting up lsb-release (12.0-1) ...
12:12:02 Setting up dbus-system-bus-common (1.14.4-1) ...
12:12:02 Setting up libelf1:armhf (0.187-2+rpi2) ...
12:12:02 Setting up libxml2:armhf (2.9.14+dfsg-1.1+b1) ...
12:12:02 Setting up iso-codes (4.12.0-1) ...
12:12:02 Setting up dbus-bin (1.14.4-1) ...
12:12:02 Setting up libpolkit-gobject-1-0:armhf (122-3) ...
12:12:02 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:12:02 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
12:12:02 Correcting dependencies... Done
12:12:02 Skipping docker-ce, it is already installed and upgrade is not set.
12:12:02 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:12:02 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:12:02 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:12:02 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:12:02 The following additional packages will be installed:
12:12:02   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:12:02   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
12:12:02   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
12:12:02   libpam-systemd libxtables12 netbase systemd systemd-sysv
12:12:02 Suggested packages:
12:12:02   firewalld kmod systemd-container policykit-1
12:12:02 Recommended packages:
12:12:02   nftables systemd-timesyncd | time-daemon libnss-systemd
12:12:02 Selecting previously unselected package python3-six.
12:12:02 Preparing to unpack .../83-python3-six_1.16.0-4_all.deb ...
12:12:02 Unpacking python3-six (1.16.0-4) ...
12:12:02 Selecting previously unselected package python3-lazr.restfulclient.
12:12:02 Preparing to unpack .../84-python3-lazr.restfulclient_0.14.4-1_all.deb ...
12:12:02 Unpacking python3-lazr.restfulclient (0.14.4-1) ...
12:12:02 Selecting previously unselected package python3-launchpadlib.
12:12:02 Preparing to unpack .../85-python3-launchpadlib_1.10.16-1_all.deb ...
12:12:02 Unpacking python3-launchpadlib (1.10.16-1) ...
12:12:02 Selecting previously unselected package python3-software-properties.
12:12:02 Preparing to unpack .../86-python3-software-properties_0.99.27_all.deb ...
12:12:02 Unpacking python3-software-properties (0.99.27) ...
12:12:02 Selecting previously unselected package packagekit.
12:12:02 Preparing to unpack .../87-packagekit_1.2.5-2ubuntu2_armhf.deb ...
12:12:02 Unpacking packagekit (1.2.5-2ubuntu2) ...
12:12:02 Get:5 https://download.docker.com/linux/debian bullseye/test amd64 Packages [22.5 kB]
12:12:02 Fetched 65.9 kB in 1s (102 kB/s)
12:12:02 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
12:12:02 Setting up libdw1:armhf (0.187-2+rpi2) ...
12:12:02 Setting up libglib2.0-bin (2.74.5-1) ...
12:12:02 Setting up dbus-daemon (1.14.4-1) ...
12:12:02 Setting up libappstream4:armhf (0.16.0-1) ...
12:12:02 Setting up dbus (1.14.4-1) ...
12:12:02 invoke-rc.d: could not determine current runlevel
12:12:02 invoke-rc.d: policy-rc.d denied execution of start.
12:12:02 Setting up gir1.2-glib-2.0:armhf (1.74.0-3+b1) ...
12:12:02 Setting up libnsl2:armhf (1.3.0-2) ...
12:12:02 Setting up libpam-systemd:armhf (252.5-2+rpi1) ...
12:12:03 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:12:03 invoke-rc.d: could not determine current runlevel
12:12:03 invoke-rc.d: policy-rc.d denied execution of start.
12:12:03 Setting up docker-buildx-plugin (0.10.2-1~debian.12~bookworm) ...
12:12:03 Setting up docker-compose-plugin (2.15.1-1~debian.12~bookworm) ...
12:12:03 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:12:03  docker-ce-rootless-extras depends on dbus-user-session; however:
12:12:03   Package dbus-user-session is not installed.
12:12:03 
12:12:03 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm) ...
12:12:03 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-buildx-plugin_0.10.2-1~debian.12~bookworm_armhf.deb ./deb/debbuild/debian-bookworm/docker-compose-plugin_2.15.1-1~debian.12~bookworm_armhf.deb
12:12:03 The following NEW packages will be installed:
12:12:03   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:12:03   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
12:12:03   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
12:12:03   libpam-systemd libxtables12 netbase systemd systemd-sysv
12:12:03 Selecting previously unselected package software-properties-common.
12:12:03 Preparing to unpack .../88-software-properties-common_0.99.27_all.deb ...
12:12:03 Unpacking software-properties-common (0.99.27) ...
12:12:03 Selecting previously unselected package gnupg2.
12:12:03 Preparing to unpack .../89-gnupg2_2.2.35-3ubuntu1_all.deb ...
12:12:03 Unpacking gnupg2 (2.2.35-3ubuntu1) ...
12:12:03 Setting up libksba8:armhf (1.6.0-3ubuntu1.1) ...
12:12:03 Setting up media-types (8.0.0) ...
12:12:03 Setting up libicu71:armhf (71.1-3ubuntu1) ...
12:12:03 Setting up systemd-sysv (251.4-1ubuntu7) ...
12:12:03 Setting up libkeyutils1:armhf (1.6.3-1) ...
12:12:03 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
12:12:03 Setting up apt-transport-https (2.5.3) ...
12:12:03 Setting up libyaml-0-2:armhf (0.2.5-1) ...
12:12:03 Setting up libglib2.0-0:armhf (2.74.3-0ubuntu1) ...
12:12:03 No schema files found: doing nothing.
12:12:03 Setting up distro-info-data (0.54ubuntu0.1) ...
12:12:03 Setting up libtirpc-common (1.3.3+ds-1) ...
12:12:03 Setting up libpolkit-agent-1-0:armhf (122-3) ...
12:12:03 Setting up libgstreamer1.0-0:armhf (1.22.0-2) ...
12:12:03 Setcap worked! gst-ptp-helper is not suid!
12:12:03 Setting up libpython3.11-stdlib:armhf (3.11.1-2) ...
12:12:03 Setting up gir1.2-packagekitglib-1.0 (1.2.6-2) ...
12:12:03 Setting up libpython3-stdlib:armhf (3.11.1-3) ...
12:12:03 Setting up python3.11 (3.11.1-2) ...
12:12:03 0 upgraded, 23 newly installed, 0 to remove and 2 not upgraded.
12:12:03 Need to get 26.7 MB of archives.
12:12:03 After this operation, 107 MB of additional disk space will be used.
12:12:03 Get:1 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
12:12:03 Get:2 http://deb.debian.org/debian bullseye/main armhf libcap2 armhf 1:2.44-1 [21.2 kB]
12:12:03 Get:3 http://deb.debian.org/debian bullseye/main armhf libargon2-1 armhf 0~20171227-0.2 [20.4 kB]
12:12:03 Get:4 http://deb.debian.org/debian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [92.1 kB]
12:12:03 Get:5 http://deb.debian.org/debian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [135 kB]
12:12:03 Get:6 http://deb.debian.org/debian bullseye/main armhf libjson-c5 armhf 0.15-2 [39.0 kB]
12:12:03 Get:7 http://deb.debian.org/debian bullseye/main armhf libcryptsetup12 armhf 2:2.3.7-1+deb11u1 [227 kB]
12:12:03 Get:8 http://deb.debian.org/debian bullseye/main armhf libip4tc2 armhf 1.8.7-1 [32.6 kB]
12:12:03 Get:9 http://deb.debian.org/debian bullseye/main armhf libkmod2 armhf 28-1 [48.5 kB]
12:12:03 Get:10 http://deb.debian.org/debian bullseye/main armhf systemd armhf 247.3-7+deb11u1 [4303 kB]
12:12:03 Get:11 https://download.docker.com/linux/debian bullseye/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
12:12:03 Setting up libxmlb2:armhf (0.3.8-1) ...
12:12:03 Setting up libbrotli1:armhf (1.0.9-2build6) ...
12:12:03 Setting up libsqlite3-0:armhf (3.39.3-1) ...
12:12:03 Setting up libnghttp2-14:armhf (1.49.0-1) ...
12:12:03 Setting up libpackagekit-glib2-18:armhf (1.2.5-2ubuntu2) ...
12:12:03 Setting up libnpth0:armhf (1.6-3build2) ...
12:12:03 Setting up libassuan0:armhf (2.5.5-4) ...
12:12:03 Setting up libunwind8:armhf (1.6.2-0ubuntu1) ...
12:12:03 Setting up libkrb5support0:armhf (1.20-1ubuntu0.1) ...
12:12:03 Setting up libsasl2-modules-db:armhf (2.1.28+dfsg-6ubuntu2) ...
12:12:03 Setting up libcap2-bin (1:2.44-1build3) ...
12:12:03 Setting up libglib2.0-data (2.74.3-0ubuntu1) ...
12:12:03 Setting up gnupg-l10n (2.2.35-3ubuntu1) ...
12:12:03 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
12:12:03 Setting up libdbus-1-3:armhf (1.14.0-2ubuntu3) ...
12:12:03 Setting up libk5crypto3:armhf (1.20-1ubuntu0.1) ...
12:12:03 Setting up libsasl2-2:armhf (2.1.28+dfsg-6ubuntu2) ...
12:12:03 Setting up python-apt-common (2.4.0+22.10) ...
12:12:03 Setting up dbus-session-bus-common (1.14.0-2ubuntu3) ...
12:12:03 Setting up libmpdec3:armhf (2.5.1-2build2) ...
12:12:03 Setting up libgirepository-1.0-1:armhf (1.74.0-2) ...
12:12:03 Reading package lists...
12:12:03 ++ find deb/debbuild/debian-bullseye/ -type f -name '*.deb'
12:12:03 + packages='deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb
12:12:03 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb
12:12:03 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb
12:12:03 deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_amd64.deb
12:12:03 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb
12:12:03 deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
12:12:03 ++ echo 'deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb
12:12:03 deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb
12:12:03 deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb
12:12:03 deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_amd64.deb
12:12:03 deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb
12:12:03 deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
12:12:03 ++ xargs
12:12:03 ++ awk '$0="./"$0'
12:12:03 + packages='./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb'
12:12:03 + set -x
12:12:03 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb
12:12:03 Selecting previously unselected package docker-ce-cli.
12:12:03 (Reading database ... 9726 files and directories currently installed.)
12:12:03 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ...
12:12:03 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:12:03 Get:12 http://deb.debian.org/debian bullseye/main armhf systemd-sysv armhf 247.3-7+deb11u1 [113 kB]
12:12:03 Get:13 http://deb.debian.org/debian bullseye/main armhf dbus armhf 1.12.24-0+deb11u1 [225 kB]
12:12:03 Get:14 http://deb.debian.org/debian bullseye/main armhf netbase all 6.3 [19.9 kB]
12:12:03 Get:15 http://deb.debian.org/debian bullseye/main armhf libpam-systemd armhf 247.3-7+deb11u1 [263 kB]
12:12:03 Get:16 http://deb.debian.org/debian bullseye/main armhf dbus-user-session armhf 1.12.24-0+deb11u1 [99.7 kB]
12:12:03 Get:17 http://deb.debian.org/debian bullseye/main armhf libip6tc2 armhf 1.8.7-1 [32.9 kB]
12:12:03 Get:18 http://deb.debian.org/debian bullseye/main armhf libxtables12 armhf 1.8.7-1 [42.4 kB]
12:12:03 Get:19 http://deb.debian.org/debian bullseye/main armhf libmnl0 armhf 1.0.4-3 [10.9 kB]
12:12:03 Get:20 http://deb.debian.org/debian bullseye/main armhf libnfnetlink0 armhf 1.0.1-3+b1 [12.1 kB]
12:12:03 Get:21 http://deb.debian.org/debian bullseye/main armhf libnetfilter-conntrack3 armhf 1.0.8-3 [33.6 kB]
12:12:03 Get:22 http://deb.debian.org/debian bullseye/main armhf libnftnl11 armhf 1.1.9-1 [49.0 kB]
12:12:03 Get:23 http://deb.debian.org/debian bullseye/main armhf iptables armhf 1.8.7-1 [339 kB]
12:12:03 Setting up libkrb5-3:armhf (1.20-1ubuntu0.1) ...
12:12:03 Setting up libstemmer0d:armhf (2.2.0-1build1) ...
12:12:03 Setting up dbus-system-bus-common (1.14.0-2ubuntu3) ...
12:12:03 Setting up openssl (3.0.5-2ubuntu2) ...
12:12:03 Setting up libelf1:armhf (0.187-4) ...
12:12:03 Setting up readline-common (8.2-1) ...
12:12:03 Setting up libxml2:armhf (2.9.14+dfsg-1ubuntu0.1) ...
12:12:03 Setting up iso-codes (4.11.0-1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:12:03 Setting up dbus-bin (1.14.0-2ubuntu3) ...
12:12:03 Setting up libpolkit-gobject-1-0:armhf (0.105-33) ...
12:12:03 Setting up pinentry-curses (1.2.0-2ubuntu1) ...
12:12:03 Setting up libdw1:armhf (0.187-4) ...
12:12:03 Setting up libreadline8:armhf (8.2-1) ...
12:12:03 Setting up libglib2.0-bin (2.74.3-0ubuntu1) ...
12:12:03 Setting up dbus-daemon (1.14.0-2ubuntu3) ...
12:12:03 Setting up libldap-2.5-0:armhf (2.5.13+dfsg-1ubuntu1) ...
12:12:03 Setting up ca-certificates (20211016ubuntu0.22.10.1) ...
12:12:03 Reading package lists...
12:12:03 Building dependency tree...
12:12:03 Reading state information...
12:12:04 Setting up python3 (3.11.1-3) ...
12:12:04 Setting up python3-six (1.16.0-4) ...
12:12:04 debconf: delaying package configuration, since apt-utils is not installed
12:12:04 Fetched 26.7 MB in 1s (33.5 MB/s)
12:12:04 Selecting previously unselected package libapparmor1:armhf.
12:12: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 ... 9944 files and directories currently installed.)
12:12:04 Preparing to unpack .../0-libapparmor1_2.13.6-10_armhf.deb ...
12:12:04 Unpacking libapparmor1:armhf (2.13.6-10) ...
12:12:04 Selecting previously unselected package libcap2:armhf.
12:12:04 Preparing to unpack .../1-libcap2_1%3a2.44-1_armhf.deb ...
12:12:04 Unpacking libcap2:armhf (1:2.44-1) ...
12:12:04 Selecting previously unselected package libargon2-1:armhf.
12:12:04 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_armhf.deb ...
12:12:04 Unpacking libargon2-1:armhf (0~20171227-0.2) ...
12:12:04 Selecting previously unselected package dmsetup.
12:12:04 Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
12:12:04 Unpacking dmsetup (2:1.02.175-2.1) ...
12:12:04 Selecting previously unselected package libdevmapper1.02.1:armhf.
12:12:04 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
12:12:04 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
12:12:04 Updating certificates in /etc/ssl/certs...
12:12:04 Correcting dependencies... Done
12:12:04 Selecting previously unselected package docker-ce.
12:12:04 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ...
12:12:04 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:12:04 Setting up python3-pyparsing (3.0.9-1) ...
12:12:04 Setting up python3-gi (3.42.2-3+b1) ...
12:12:04 Selecting previously unselected package libjson-c5:armhf.
12:12:04 Preparing to unpack .../5-libjson-c5_0.15-2_armhf.deb ...
12:12:04 Unpacking libjson-c5:armhf (0.15-2) ...
12:12:04 Selecting previously unselected package libcryptsetup12:armhf.
12:12:04 Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_armhf.deb ...
12:12:04 Unpacking libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ...
12:12:04 Selecting previously unselected package libip4tc2:armhf.
12:12:04 Preparing to unpack .../7-libip4tc2_1.8.7-1_armhf.deb ...
12:12:04 Unpacking libip4tc2:armhf (1.8.7-1) ...
12:12:04 Selecting previously unselected package libkmod2:armhf.
12:12:04 Preparing to unpack .../8-libkmod2_28-1_armhf.deb ...
12:12:04 Unpacking libkmod2:armhf (28-1) ...
12:12:04 Selecting previously unselected package systemd.
12:12:04 Preparing to unpack .../9-systemd_247.3-7+deb11u1_armhf.deb ...
12:12:04 Unpacking systemd (247.3-7+deb11u1) ...
12:12:04 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:12:04 Skipping docker-ce, it is already installed and upgrade is not set.
12:12:04 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:12:04 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:12:04 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:12:04 The following additional packages will be installed:
12:12:04   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:12:04   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:12:04 Suggested packages:
12:12:04   firewalld kmod
12:12:04 Recommended packages:
12:12:04   nftables
12:12:04 The following NEW packages will be installed:
12:12:04   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:12:04   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:12:04 Setting up python3-httplib2 (0.20.4-3) ...
12:12:04   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          22/54 
12:12:04   Running scriptlet: container-selinux-2:2.199.0-1.fc37.noarch            23/54 
12:12:04   Installing       : container-selinux-2:2.199.0-1.fc37.noarch            23/54 
12:12:04 124 added, 0 removed; done.
12:12:04 Setting up dbus (1.14.0-2ubuntu3) ...
12:12:04 Setting up libgssapi-krb5-2:armhf (1.20-1ubuntu0.1) ...
12:12:04 Setting up gir1.2-glib-2.0:armhf (1.74.0-2) ...
12:12:04 Setting up libssh-4:armhf (0.9.6-2build1) ...
12:12:04 Setting up gpgconf (2.2.35-3ubuntu1) ...
12:12:04 Setting up libpam-systemd:armhf (251.4-1ubuntu7) ...
12:12:04 0 upgraded, 10 newly installed, 0 to remove and 6 not upgraded.
12:12:04 Need to get 21.0 MB of archives.
12:12:04 After this operation, 92.3 MB of additional disk space will be used.
12:12:04 Get:1 http://deb.debian.org/debian bookworm/main armhf netbase all 6.4 [12.8 kB]
12:12:04 Get:2 http://deb.debian.org/debian bookworm/main armhf dbus-user-session armhf 1.14.4-1 [112 kB]
12:12:04 Get:3 http://deb.debian.org/debian bookworm/main armhf libip6tc2 armhf 1.8.9-2 [17.2 kB]
12:12:04 Get:4 http://deb.debian.org/debian bookworm/main armhf libxtables12 armhf 1.8.9-2 [27.8 kB]
12:12:04 Get:5 http://deb.debian.org/debian bookworm/main armhf libmnl0 armhf 1.0.4-3 [10.9 kB]
12:12:04 Get:6 http://deb.debian.org/debian bookworm/main armhf libnfnetlink0 armhf 1.0.2-2 [13.2 kB]
12:12:04 Get:7 http://deb.debian.org/debian bookworm/main armhf libnetfilter-conntrack3 armhf 1.0.9-3 [33.6 kB]
12:12:04 Get:8 http://deb.debian.org/debian bookworm/main armhf libnftnl11 armhf 1.2.4-2 [46.9 kB]
12:12:04 Get:9 http://deb.debian.org/debian bookworm/main armhf iptables armhf 1.8.9-2 [316 kB]
12:12:04 Get:10 https://download.docker.com/linux/debian bookworm/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
12:12:04 Setting up python3-cffi-backend:armhf (1.15.1-5+b1) ...
12:12:04 Setting up python3-blinker (1.5-1) ...
12:12:04 Setting up python3-pkg-resources (65.6.3-1) ...
12:12:04 Setting up libapparmor1:armhf (2.13.6-10) ...
12:12:04 Setting up libcap2:armhf (1:2.44-1) ...
12:12:04 Setting up libargon2-1:armhf (0~20171227-0.2) ...
12:12:04 Setting up libjson-c5:armhf (0.15-2) ...
12:12:04 Setting up libip4tc2:armhf (1.8.7-1) ...
12:12:04 Setting up libkmod2:armhf (28-1) ...
12:12:04 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
12:12:04 Setting up libcryptsetup12:armhf (2:2.3.7-1+deb11u1) ...
12:12:04 Setting up systemd (247.3-7+deb11u1) ...
12:12:04 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:12:04 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:12:04 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:12:04 Initializing machine ID from random generator.
12:12:04 Setting up libcurl4:armhf (7.85.0-1ubuntu0.2) ...
12:12:04 Setting up libpolkit-agent-1-0:armhf (0.105-33) ...
12:12:04 Setting up curl (7.85.0-1ubuntu0.2) ...
12:12:04 Setting up polkitd (0.105-33) ...
12:12:04 Setting up gpg (2.2.35-3ubuntu1) ...
12:12:04 Setting up libgstreamer1.0-0:armhf (1.20.3-1) ...
12:12:04 Setcap worked! gst-ptp-helper is not suid!
12:12:04 Setting up gnupg-utils (2.2.35-3ubuntu1) ...
12:12:04 Setting up libtirpc3:armhf (1.3.3+ds-1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:12:05 Setting up python3-dbus (1.3.2-4) ...
12:12:05 Setting up dmsetup (2:1.02.175-2.1) ...
12:12:05 Setting up gpg-agent (2.2.35-3ubuntu1) ...
12:12:05 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket.
12:12:05 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket.
12:12:05 debconf: delaying package configuration, since apt-utils is not installed
12:12:05 Setting up python3-distro (1.8.0-1) ...
12:12:05 Setting up python3-jwt (2.6.0-1) ...
12:12:05 Selecting previously unselected package systemd-sysv.
12:12: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 ... 10791 files and directories currently installed.)
12:12:05 Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u1_armhf.deb ...
12:12:05 Unpacking systemd-sysv (247.3-7+deb11u1) ...
12:12:05 Selecting previously unselected package dbus.
12:12:05 Preparing to unpack .../01-dbus_1.12.24-0+deb11u1_armhf.deb ...
12:12:05 Unpacking dbus (1.12.24-0+deb11u1) ...
12:12:05 Selecting previously unselected package netbase.
12:12:05 Preparing to unpack .../02-netbase_6.3_all.deb ...
12:12:05 Unpacking netbase (6.3) ...
12:12:05 Selecting previously unselected package libpam-systemd:armhf.
12:12:05 Preparing to unpack .../03-libpam-systemd_247.3-7+deb11u1_armhf.deb ...
12:12:05 Unpacking libpam-systemd:armhf (247.3-7+deb11u1) ...
12:12:05 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket.
12:12:05 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket.
12:12:05 Setting up gpgsm (2.2.35-3ubuntu1) ...
12:12:05 Setting up pkexec (0.105-33) ...
12:12:05 Setting up libcurl3-gnutls:armhf (7.85.0-1ubuntu0.2) ...
12:12:05 Fetched 21.0 MB in 1s (25.1 MB/s)
12:12:05 Selecting previously unselected package netbase.
12:12: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 ... 11670 files and directories currently installed.)
12:12:05 Preparing to unpack .../0-netbase_6.4_all.deb ...
12:12:05 Unpacking netbase (6.4) ...
12:12:05 Selecting previously unselected package containerd.io.
12:12:05 Preparing to unpack .../1-containerd.io_1.6.16-1_armhf.deb ...
12:12:05 Unpacking containerd.io (1.6.16-1) ...
12:12:05 Setting up python3-apt (2.5.2) ...
12:12:05 Selecting previously unselected package containerd.io.
12:12:05 Preparing to unpack .../04-containerd.io_1.6.16-1_armhf.deb ...
12:12:05 Unpacking containerd.io (1.6.16-1) ...
12:12:05 Setting up libappstream4:armhf (0.15.5-1) ...
12:12:05 Setting up dirmngr (2.2.35-3ubuntu1) ...
12:12:05 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket.
12:12:05 Setting up gir1.2-packagekitglib-1.0 (1.2.5-2ubuntu2) ...
12:12:05 Setting up gpg-wks-server (2.2.35-3ubuntu1) ...
12:12:05 Setting up libnsl2:armhf (1.3.0-2build2) ...
12:12:05 Setting up policykit-1 (0.105-33) ...
12:12:05 Setting up gpg-wks-client (2.2.35-3ubuntu1) ...
12:12:05 Setting up libpython3.10-stdlib:armhf (3.10.7-1ubuntu0.2) ...
12:12:05 Setting up gnupg (2.2.35-3ubuntu1) ...
12:12:05 Setting up python3-lazr.uri (1.0.6-3) ...
12:12:05 Setting up python3-cryptography (38.0.4-2) ...
12:12:06 Setting up packagekit (1.2.5-2ubuntu2) ...
12:12:06 invoke-rc.d: could not determine current runlevel
12:12:06 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:12:06 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
12:12:06 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:12:06 Setting up libpython3-stdlib:armhf (3.10.6-1) ...
12:12:06 Setting up gnupg2 (2.2.35-3ubuntu1) ...
12:12:06   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          29/54 
12:12:06   Running scriptlet: container-selinux-2:2.198.0-1.fc36.noarch            30/54 
12:12:06   Installing       : container-selinux-2:2.198.0-1.fc36.noarch            30/54 
12:12:06 Setting up python3-wadllib (1.3.6-4) ...
12:12:06 Selecting previously unselected package docker-buildx-plugin.
12:12:06 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb ...
12:12:06 Unpacking docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
12:12:06 Setting up python3.10 (3.10.7-1ubuntu0.2) ...
12:12:06 Setting up python3-oauthlib (3.2.2-1) ...
12:12:06 Setting up python3-lazr.restfulclient (0.14.5-1) ...
12:12:06 Processing triggers for sgml-base (1.31) ...
12:12:06 Setting up polkitd (122-3) ...
12:12:06 Creating group 'polkitd' with GID 997.
12:12:06 Creating user 'polkitd' (polkit) with UID 997 and GID 997.
12:12:06 invoke-rc.d: could not determine current runlevel
12:12:06 invoke-rc.d: policy-rc.d denied execution of reload.
12:12:06 Setting up python3 (3.10.6-1) ...
12:12:06 Setting up python3-six (1.16.0-4) ...
12:12:06 Selecting previously unselected package dbus-user-session.
12:12:06 Preparing to unpack .../2-dbus-user-session_1.14.4-1_armhf.deb ...
12:12:06 Unpacking dbus-user-session (1.14.4-1) ...
12:12:06 Selecting previously unselected package libip6tc2:armhf.
12:12:06 Preparing to unpack .../3-libip6tc2_1.8.9-2_armhf.deb ...
12:12:06 Unpacking libip6tc2:armhf (1.8.9-2) ...
12:12:06 Selecting previously unselected package libxtables12:armhf.
12:12:06 Preparing to unpack .../4-libxtables12_1.8.9-2_armhf.deb ...
12:12:06 Unpacking libxtables12:armhf (1.8.9-2) ...
12:12:06 Selecting previously unselected package libmnl0:armhf.
12:12:06 Preparing to unpack .../5-libmnl0_1.0.4-3_armhf.deb ...
12:12:06 Unpacking libmnl0:armhf (1.0.4-3) ...
12:12:06 Selecting previously unselected package libnfnetlink0:armhf.
12:12:06 Preparing to unpack .../6-libnfnetlink0_1.0.2-2_armhf.deb ...
12:12:06 Unpacking libnfnetlink0:armhf (1.0.2-2) ...
12:12:06 Selecting previously unselected package libnetfilter-conntrack3:armhf.
12:12:06 Preparing to unpack .../7-libnetfilter-conntrack3_1.0.9-3_armhf.deb ...
12:12:06 Unpacking libnetfilter-conntrack3:armhf (1.0.9-3) ...
12:12:06 Selecting previously unselected package libnftnl11:armhf.
12:12:06 Preparing to unpack .../8-libnftnl11_1.2.4-2_armhf.deb ...
12:12:06 Unpacking libnftnl11:armhf (1.2.4-2) ...
12:12:06 Selecting previously unselected package iptables.
12:12:06 Preparing to unpack .../9-iptables_1.8.9-2_armhf.deb ...
12:12:06 Unpacking iptables (1.8.9-2) ...
12:12:06 Setting up libip6tc2:armhf (1.8.9-2) ...
12:12:06 Setting up dbus-user-session (1.14.4-1) ...
12:12:06 start-stop-daemon: unable to stat /usr/libexec/polkitd (No such file or directory)
12:12:06 Processing triggers for libc-bin (2.36-6+rpi1) ...
12:12:06 Processing triggers for systemd (252.5-2+rpi1) ...
12:12:06 Setting up python3-software-properties (0.99.30-4) ...
12:12:07 Setting up libmnl0:armhf (1.0.4-3) ...
12:12:07 Setting up containerd.io (1.6.16-1) ...
12:12:07 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:12:07 Setting up libxtables12:armhf (1.8.9-2) ...
12:12:07 Setting up libnfnetlink0:armhf (1.0.2-2) ...
12:12:07 Setting up netbase (6.4) ...
12:12:07 Setting up libnftnl11:armhf (1.2.4-2) ...
12:12:07 Setting up libnetfilter-conntrack3:armhf (1.0.9-3) ...
12:12:07 Setting up iptables (1.8.9-2) ...
12:12:07 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:12:07 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:12:07 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:12:07 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:12:07 Setting up python3-pyparsing (3.0.7-2) ...
12:12:07 Setting up packagekit (1.2.6-2) ...
12:12:07 invoke-rc.d: could not determine current runlevel
12:12:07 invoke-rc.d: policy-rc.d denied execution of force-reload.
12:12:07 Failed to open connection to "system" message bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
12:12:07 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket.
12:12:07 Setting up software-properties-common (0.99.30-4) ...
12:12:07 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:12:07 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:12:07 Processing triggers for libc-bin (2.36-8) ...
12:12:07 + verify_binaries
12:12:07 + docker --version
12:12:07 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:12:07 ++ uname -m
12:12:07 + '[' armv8l = x86_64 ']'
12:12:07 + docker buildx version
12:12:07 github.com/docker/buildx v0.10.2 00ed17d
12:12:07 + docker compose version
12:12:07 Setting up python3-gi (3.42.2-2) ...
12:12:07 Setting up python3-jeepney (0.8.0-1) ...
12:12:07 Processing triggers for dbus (1.14.4-1) ...
12:12:07 ++ source /etc/os-release
12:12:07 +++ PRETTY_NAME='Raspbian GNU/Linux bookworm/sid'
12:12:07 +++ NAME='Raspbian GNU/Linux'
12:12:07 +++ VERSION_CODENAME=bookworm
12:12:07 +++ ID=raspbian
12:12:07 +++ ID_LIKE=debian
12:12:07 +++ HOME_URL=http://www.raspbian.org/
12:12:07 +++ SUPPORT_URL=http://www.raspbian.org/RaspbianForums
12:12:07 +++ BUG_REPORT_URL=http://www.raspbian.org/RaspbianBugs
12:12:07 ++ echo raspbian
12:12:07 + DIST_ID=raspbian
12:12:07 ++ lsb_release -sc
12:12:07 + DIST_VERSION=bookworm
12:12:07 + '[' bookworm = sid ']'
12:12:07 + install_debian_containerd
12:12:07 + '[' staging = stage ']'
12:12:07 + REPO_URL=https://download.docker.com/linux/raspbian
12:12:07 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian'
12:12:07 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/raspbian
12:12:07 + update-ca-certificates -f
12:12:07 Clearing symlinks in /etc/ssl/certs...
12:12:07 Selecting previously unselected package dbus-user-session.
12:12:07 Preparing to unpack .../05-dbus-user-session_1.12.24-0+deb11u1_armhf.deb ...
12:12:07 Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
12:12:07 Selecting previously unselected package libip6tc2:armhf.
12:12:07 Preparing to unpack .../06-libip6tc2_1.8.7-1_armhf.deb ...
12:12:07 Unpacking libip6tc2:armhf (1.8.7-1) ...
12:12:07 Selecting previously unselected package libxtables12:armhf.
12:12:07 Preparing to unpack .../07-libxtables12_1.8.7-1_armhf.deb ...
12:12:07 Unpacking libxtables12:armhf (1.8.7-1) ...
12:12:07 Selecting previously unselected package libmnl0:armhf.
12:12:07 Preparing to unpack .../08-libmnl0_1.0.4-3_armhf.deb ...
12:12:07 Unpacking libmnl0:armhf (1.0.4-3) ...
12:12:07 Selecting previously unselected package libnfnetlink0:armhf.
12:12:07 Preparing to unpack .../09-libnfnetlink0_1.0.1-3+b1_armhf.deb ...
12:12:07 Unpacking libnfnetlink0:armhf (1.0.1-3+b1) ...
12:12:07 Selecting previously unselected package libnetfilter-conntrack3:armhf.
12:12:07 Preparing to unpack .../10-libnetfilter-conntrack3_1.0.8-3_armhf.deb ...
12:12:07 Unpacking libnetfilter-conntrack3:armhf (1.0.8-3) ...
12:12:07 Docker Compose version v2.15.1
12:12:07 + dockerd --version
12:12:07 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:12:07 + docker-proxy --version
12:12:07 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:12:07 + containerd --version
12:12:07 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:07 + ctr --version
12:12:07 ctr containerd.io 1.6.16
12:12:07 + containerd-shim --help
12:12:07 Usage of containerd-shim:
12:12:07   -address string
12:12:07     	grpc address back to main containerd
12:12:07   -containerd-binary containerd publish
12:12:07     	path to containerd binary (used for containerd publish) (default "containerd")
12:12:07   -criu string
12:12:07     	path to criu binary
12:12:07   -debug
12:12:07     	enable debug output in logs
12:12:07   -namespace string
12:12:07     	namespace that owns the shim
12:12:07   -runtime-root string
12:12:07     	root directory for the runtime (default "/run/containerd/runc")
12:12:07   -socket string
12:12:07     	socket path to serve
12:12:07   -systemd-cgroup
12:12:07     	set runtime to use systemd-cgroup
12:12:07   -workdir string
12:12:07     	path used to storge large temporary data
12:12:07 + containerd-shim-runc-v1 -v
12:12:07 containerd-shim-runc-v1:
12:12:07   Version:  1.6.16
12:12:07   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:07   Go version: go1.18.10
12:12:07 
12:12:07 + containerd-shim-runc-v2 -v
12:12:07 containerd-shim-runc-v2:
12:12:07   Version:  1.6.16
12:12:07   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:07   Go version: go1.18.10
12:12:07 
12:12:07 + runc --version
12:12:07 runc version 1.1.4
12:12:07 commit: v1.1.4-0-g5fd4c4d
12:12:07 spec: 1.0.2-dev
12:12:07 go: go1.18.10
12:12:07 libseccomp: 2.5.4
12:12:07 Setting up python3-httplib2 (0.20.4-2) ...
12:12:07 done.
12:12:07 Updating certificates in /etc/ssl/certs...
12:12:07 Selecting previously unselected package libnftnl11:armhf.
12:12:07 Preparing to unpack .../11-libnftnl11_1.1.9-1_armhf.deb ...
12:12:07 Unpacking libnftnl11:armhf (1.1.9-1) ...
12:12:07 Selecting previously unselected package iptables.
12:12:07 Preparing to unpack .../12-iptables_1.8.7-1_armhf.deb ...
12:12:07 Unpacking iptables (1.8.7-1) ...
12:12:07 Setting up systemd-sysv (247.3-7+deb11u1) ...
12:12:07 Setting up libip6tc2:armhf (1.8.7-1) ...
12:12:07 Setting up dbus (1.12.24-0+deb11u1) ...
12:12:07 Setting up lsb-release (11.2ubuntu1) ...
12:12:07 Setting up python3-cffi-backend:armhf (1.15.1-1) ...
12:12:07 Setting up python3-blinker (1.4+dfsg1-0.5) ...
12:12:08 invoke-rc.d: could not determine current runlevel
12:12:08 invoke-rc.d: policy-rc.d denied execution of start.
12:12:08 Setting up libmnl0:armhf (1.0.4-3) ...
12:12:08 Setting up containerd.io (1.6.16-1) ...
12:12:08 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:12:08 Setting up libxtables12:armhf (1.8.7-1) ...
12:12:08 Setting up libnfnetlink0:armhf (1.0.1-3+b1) ...
12:12:08 Setting up libpam-systemd:armhf (247.3-7+deb11u1) ...
12:12:08 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.10.1) ...
12:12:08 Setting up python3-more-itertools (8.10.0-2) ...
12:12:08 Selecting previously unselected package docker-compose-plugin.
12:12:08 Preparing to unpack .../docker-compose-plugin_2.15.1-1~debian.11~bullseye_amd64.deb ...
12:12:08 Unpacking docker-compose-plugin (2.15.1-1~debian.11~bullseye) ...
12:12:08 Setting up netbase (6.3) ...
12:12:08 Setting up libnftnl11:armhf (1.1.9-1) ...
12:12:08 Setting up dbus-user-session (1.12.24-0+deb11u1) ...
12:12:08 Setting up libnetfilter-conntrack3:armhf (1.0.8-3) ...
12:12:08 Setting up iptables (1.8.7-1) ...
12:12:08 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:12:08 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:12:08 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:12:08 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:12:08 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:12:08 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:12:08 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:12:08 + verify_binaries
12:12:08 + docker --version
12:12:08 Setting up python3-dbus (1.2.18-3build1) ...
12:12:08 Setting up python3-distro (1.7.0-1) ...
12:12:08 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:12:08 ++ uname -m
12:12:08 + '[' armv8l = x86_64 ']'
12:12:08 + docker buildx version
12:12:08 github.com/docker/buildx v0.10.2 00ed17d
12:12:08 + docker compose version
12:12:08 Docker Compose version v2.15.1
12:12:08 + dockerd --version
12:12:08 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:12:08 127 added, 0 removed; done.
12:12:08 Running hooks in /etc/ca-certificates/update.d...
12:12:08 done.
12:12:08 + apt-key add -
12:12:08 + curl -fsSL https://download.docker.com/linux/raspbian/gpg
12:12:08 Setting up python3-jwt (2.4.0-1) ...
12:12:08 Selecting previously unselected package docker-ce-rootless-extras.
12:12:08 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ...
12:12:08 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:12:08 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:12:08 + docker-proxy --version
12:12:08 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:12:08 + containerd --version
12:12:08 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:08 + ctr --version
12:12:08 ctr containerd.io 1.6.16
12:12:08 + containerd-shim --help
12:12:08 Usage of containerd-shim:
12:12:08   -address string
12:12:08     	grpc address back to main containerd
12:12:08   -containerd-binary containerd publish
12:12:08     	path to containerd binary (used for containerd publish) (default "containerd")
12:12:08   -criu string
12:12:08     	path to criu binary
12:12:08   -debug
12:12:08     	enable debug output in logs
12:12:08   -namespace string
12:12:08     	namespace that owns the shim
12:12:08   -runtime-root string
12:12:08     	root directory for the runtime (default "/run/containerd/runc")
12:12:08   -socket string
12:12:08     	socket path to serve
12:12:08   -systemd-cgroup
12:12:08     	set runtime to use systemd-cgroup
12:12:08   -workdir string
12:12:08     	path used to storge large temporary data
12:12:08 + containerd-shim-runc-v1 -v
12:12:08 containerd-shim-runc-v1:
12:12:08   Version:  1.6.16
12:12:08   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:08   Go version: go1.18.10
12:12:08 
12:12:08 + containerd-shim-runc-v2 -v
12:12:08 containerd-shim-runc-v2:
12:12:08   Version:  1.6.16
12:12:08   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:08   Go version: go1.18.10
12:12:08 
12:12:08 + runc --version
12:12:08 runc version 1.1.4
12:12:08 commit: v1.1.4-0-g5fd4c4d
12:12:08 spec: 1.0.2-dev
12:12:08 go: go1.18.10
12:12:08 libseccomp: 2.5.1
12:12:08 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:12:09 Setting up python3-apt (2.4.0+22.10) ...
12:12:09 Setting up python3-lazr.uri (1.0.6-2) ...
12:12:09 Setting up python3-zipp (1.0.0-4) ...
12:12:09 Setting up python3-cryptography (3.4.8-2) ...
12:12:09 Selecting previously unselected package docker-scan-plugin.
12:12:09 Preparing to unpack .../docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb ...
12:12:09 Unpacking docker-scan-plugin (0.23.0~debian-bullseye) ...
12:12:09 Setting up python3-wadllib (1.3.6-1) ...
12:12:09 Setting up python3-importlib-metadata (4.6.4-1) ...
12:12:09 Setting up python3-oauthlib (3.2.0-1ubuntu1) ...
12:12:09 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:12:09 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:12:09 invoke-rc.d: could not determine current runlevel
12:12:09 invoke-rc.d: policy-rc.d denied execution of start.
12:12:10 Setting up python3-secretstorage (3.3.3-1ubuntu1) ...
12:12:10 Setting up python3-keyring (23.8.2-1) ...
12:12:10 Setting up docker-buildx-plugin (0.10.2-1~debian.11~bullseye) ...
12:12:10 Setting up docker-compose-plugin (2.15.1-1~debian.11~bullseye) ...
12:12:10 Setting up docker-scan-plugin (0.23.0~debian-bullseye) ...
12:12:10 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye) ...
12:12:10 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:12:10  docker-ce-rootless-extras depends on dbus-user-session; however:
12:12:10   Package dbus-user-session is not installed.
12:12:10 
12:12:10 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/debian-bullseye/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-buildx-plugin_0.10.2-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-compose-plugin_2.15.1-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~debian.11~bullseye_amd64.deb ./deb/debbuild/debian-bullseye/docker-scan-plugin_0.23.0~debian-bullseye_amd64.deb
12:12:10 OK
12:12:10 + '[' bookworm = sid ']'
12:12:10 ++ dpkg --print-architecture
12:12:10 + ARCH=armhf
12:12:10 + echo 'deb [arch=armhf] https://download.docker.com/linux/raspbian bookworm test'
12:12:10 + apt-get update
12:12:10 Setting up python3-lazr.restfulclient (0.14.4-1) ...
12:12:10 Setting up python3-launchpadlib (1.10.16-1) ...
12:12:10 Processing triggers for sgml-base (1.30) ...
12:12:10 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:12:10 Setting up python3-software-properties (0.99.27) ...
12:12:10 Reading package lists...
12:12:10 Building dependency tree...
12:12:10 Reading state information...
12:12:10 Setting up software-properties-common (0.99.27) ...
12:12:10 Processing triggers for ca-certificates (20211016ubuntu0.22.10.1) ...
12:12:10 Get:1 https://download.docker.com/linux/raspbian bookworm InRelease [26.7 kB]
12:12:10 Hit:2 http://archive.raspbian.org/raspbian bookworm InRelease
12:12:10 Get:3 https://download.docker.com/linux/raspbian bookworm/test armhf Packages [3172 B]
12:12:11 Correcting dependencies... Done
12:12:11 Skipping docker-ce, it is already installed and upgrade is not set.
12:12:11 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:12:11 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:12:11 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:12:11 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:12:11 Skipping docker-scan-plugin, it is already installed and upgrade is not set.
12:12:11 The following additional packages will be installed:
12:12:11   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:12:11   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
12:12:11   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
12:12:11   libpam-systemd libxtables12 netbase systemd systemd-sysv
12:12:11 Suggested packages:
12:12:11   firewalld kmod systemd-container policykit-1
12:12:11 Recommended packages:
12:12:11   nftables systemd-timesyncd | time-daemon libnss-systemd
12:12:11 Updating certificates in /etc/ssl/certs...
12:12:11 Fetched 29.8 kB in 1s (46.0 kB/s)
12:12:11 The following NEW packages will be installed:
12:12:11   containerd.io dbus dbus-user-session dmsetup iptables libapparmor1
12:12:11   libargon2-1 libcap2 libcryptsetup12 libdevmapper1.02.1 libip4tc2 libip6tc2
12:12:11   libjson-c5 libkmod2 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
12:12:11   libpam-systemd libxtables12 netbase systemd systemd-sysv
12:12:11 0 added, 0 removed; done.
12:12:11 Running hooks in /etc/ca-certificates/update.d...
12:12:11 done.
12:12:11 Processing triggers for dbus (1.14.0-2ubuntu3) ...
12:12:11 ++ source /etc/os-release
12:12:11 +++ PRETTY_NAME='Ubuntu 22.10'
12:12:11 +++ NAME=Ubuntu
12:12:11 +++ VERSION_ID=22.10
12:12:11 +++ VERSION='22.10 (Kinetic Kudu)'
12:12:11 +++ VERSION_CODENAME=kinetic
12:12:11 +++ ID=ubuntu
12:12:11 +++ ID_LIKE=debian
12:12:11 +++ HOME_URL=https://www.ubuntu.com/
12:12:11 +++ SUPPORT_URL=https://help.ubuntu.com/
12:12:11 +++ BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/
12:12:11 +++ PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy
12:12:11 +++ UBUNTU_CODENAME=kinetic
12:12:11 +++ LOGO=ubuntu-logo
12:12:11 ++ echo ubuntu
12:12:11 + DIST_ID=ubuntu
12:12:11 ++ lsb_release -sc
12:12:11 + DIST_VERSION=kinetic
12:12:11 + '[' kinetic = sid ']'
12:12:11 + install_debian_containerd
12:12:11 + '[' staging = stage ']'
12:12:11 + REPO_URL=https://download.docker.com/linux/ubuntu
12:12:11 + echo '[DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu'
12:12:11 [DEBUG] Installing engine dependencies from https://download.docker.com/linux/ubuntu
12:12:11 + update-ca-certificates -f
12:12:11 Clearing symlinks in /etc/ssl/certs...
12:12:11 0 upgraded, 23 newly installed, 0 to remove and 3 not upgraded.
12:12:11 Need to get 34.3 MB of archives.
12:12:11 After this operation, 137 MB of additional disk space will be used.
12:12:11 Get:1 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
12:12:11 Get:2 http://deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB]
12:12:11 Get:3 http://deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
12:12:11 Get:4 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
12:12:11 Get:5 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
12:12:11 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB]
12:12:11 Get:7 http://deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.7-1+deb11u1 [248 kB]
12:12:11 Get:8 http://deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
12:12:11 Get:9 http://deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB]
12:12:11 Get:10 http://deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-7+deb11u1 [4501 kB]
12:12:11 Get:11 https://download.docker.com/linux/debian bullseye/test amd64 containerd.io amd64 1.6.16-1 [27.7 MB]
12:12:11 Get:12 http://deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-7+deb11u1 [113 kB]
12:12:11 Get:13 http://deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.24-0+deb11u1 [243 kB]
12:12:11 Get:14 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
12:12:11 Get:15 http://deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-7+deb11u1 [283 kB]
12:12:11 Get:16 http://deb.debian.org/debian bullseye/main amd64 dbus-user-session amd64 1.12.24-0+deb11u1 [99.7 kB]
12:12:11 Get:17 http://deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
12:12:11 Get:18 http://deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB]
12:12:11 Get:19 http://deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB]
12:12:11 Get:20 http://deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
12:12:11 Get:21 http://deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
12:12:11 Get:22 http://deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
12:12:11 Get:23 http://deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
12:12:11 done.
12:12:11 Updating certificates in /etc/ssl/certs...
12:12:11 rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
12:12:11 124 added, 0 removed; done.
12:12:11 Running hooks in /etc/ca-certificates/update.d...
12:12:12 done.
12:12:12 + curl -fsSL https://download.docker.com/linux/ubuntu/gpg
12:12:12 + apt-key add -
12:12:12 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
12:12:12 debconf: delaying package configuration, since apt-utils is not installed
12:12:12 Fetched 34.3 MB in 1s (54.2 MB/s)
12:12:12 Selecting previously unselected package libapparmor1:amd64.
12:12: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 ... 9954 files and directories currently installed.)
12:12:12 Preparing to unpack .../0-libapparmor1_2.13.6-10_amd64.deb ...
12:12:12 Unpacking libapparmor1:amd64 (2.13.6-10) ...
12:12:12 Selecting previously unselected package libcap2:amd64.
12:12:12 Preparing to unpack .../1-libcap2_1%3a2.44-1_amd64.deb ...
12:12:12 Unpacking libcap2:amd64 (1:2.44-1) ...
12:12:12 Selecting previously unselected package libargon2-1:amd64.
12:12:12 Preparing to unpack .../2-libargon2-1_0~20171227-0.2_amd64.deb ...
12:12:12 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
12:12:12 Selecting previously unselected package dmsetup.
12:12:12 Preparing to unpack .../3-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
12:12:12 Unpacking dmsetup (2:1.02.175-2.1) ...
12:12:12 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:12:12 Preparing to unpack .../4-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
12:12:12 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
12:12:12 OK
12:12:12 + '[' kinetic = sid ']'
12:12:12 ++ dpkg --print-architecture
12:12:12 + ARCH=armhf
12:12:12 + echo 'deb [arch=armhf] https://download.docker.com/linux/ubuntu kinetic test'
12:12:12 + apt-get update
12:12:12 Selecting previously unselected package libjson-c5:amd64.
12:12:12 Preparing to unpack .../5-libjson-c5_0.15-2_amd64.deb ...
12:12:12 Unpacking libjson-c5:amd64 (0.15-2) ...
12:12:12 Selecting previously unselected package libcryptsetup12:amd64.
12:12:12 Preparing to unpack .../6-libcryptsetup12_2%3a2.3.7-1+deb11u1_amd64.deb ...
12:12:12 Unpacking libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
12:12:12 Selecting previously unselected package libip4tc2:amd64.
12:12:12 Preparing to unpack .../7-libip4tc2_1.8.7-1_amd64.deb ...
12:12:12 Unpacking libip4tc2:amd64 (1.8.7-1) ...
12:12:12 Selecting previously unselected package libkmod2:amd64.
12:12:12 Preparing to unpack .../8-libkmod2_28-1_amd64.deb ...
12:12:12 Unpacking libkmod2:amd64 (28-1) ...
12:12:12 Selecting previously unselected package systemd.
12:12:12 Preparing to unpack .../9-systemd_247.3-7+deb11u1_amd64.deb ...
12:12:12 Reading package lists...
12:12:12 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.
12:12:12 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.
12:12:12 ++ find deb/debbuild/raspbian-bookworm/ -type f -name '*.deb'
12:12:12 + packages='deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb
12:12:12 deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb
12:12:12 deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb
12:12:12 deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb
12:12:12 deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.15.1-1~raspbian.12~bookworm_armhf.deb'
12:12:12 ++ echo 'deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb
12:12:12 deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb
12:12:12 deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb
12:12:12 deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb
12:12:12 deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.15.1-1~raspbian.12~bookworm_armhf.deb'
12:12:12 ++ xargs
12:12:12 ++ awk '$0="./"$0'
12:12:12 + packages='./deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.15.1-1~raspbian.12~bookworm_armhf.deb'
12:12:12 + set -x
12:12:12 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.15.1-1~raspbian.12~bookworm_armhf.deb
12:12:12 Selecting previously unselected package docker-ce-rootless-extras.
12:12:12 (Reading database ... 14817 files and directories currently installed.)
12:12:12 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ...
12:12:12 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm) ...
12:12:12 Get:1 https://download.docker.com/linux/ubuntu kinetic InRelease [48.9 kB]
12:12:12 Unpacking systemd (247.3-7+deb11u1) ...
12:12:12 Selecting previously unselected package docker-ce-cli.
12:12:12 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ...
12:12:12 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm) ...
12:12:12   Running scriptlet: container-selinux-2:2.199.0-1.fc37.noarch            23/54 
12:12:12   Installing       : libslirp-4.7.0-2.fc37.x86_64                         24/54 
12:12:12 Hit:2 http://ports.ubuntu.com/ubuntu-ports kinetic InRelease
12:12:12 Get:3 https://download.docker.com/linux/ubuntu kinetic/test armhf Packages [10.2 kB]
12:12:12 Hit:4 http://ports.ubuntu.com/ubuntu-ports kinetic-updates InRelease
12:12:12 Hit:5 http://ports.ubuntu.com/ubuntu-ports kinetic-backports InRelease
12:12:12 Setting up libapparmor1:amd64 (2.13.6-10) ...
12:12:12 Setting up libcap2:amd64 (1:2.44-1) ...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:12:13   Installing       : slirp4netns-1.2.0-8.fc37.x86_64                      25/54 
12:12:13   Installing       : libnl3-3.7.0-2.fc37.x86_64                           26/54 
12:12:13   Installing       : libibverbs-41.0-1.fc37.x86_64                        27/54 
12:12:13   Installing       : libpcap-14:1.10.3-1.fc37.x86_64                      28/54 
12:12:13   Installing       : iptables-legacy-libs-1.8.8-4.fc37.x86_64             29/54 
12:12:13   Installing       : libnfnetlink-1.0.1-22.fc37.x86_64                    30/54 
12:12:13   Installing       : libmnl-1.0.5-1.fc37.x86_64                           31/54 
12:12:13   Installing       : libnetfilter_conntrack-1.0.8-5.fc37.x86_64           32/54 
12:12:13   Installing       : iptables-libs-1.8.8-4.fc37.x86_64                    33/54 
12:12:13   Installing       : iptables-legacy-1.8.8-4.fc37.x86_64                  34/54 
12:12:13   Running scriptlet: iptables-legacy-1.8.8-4.fc37.x86_64                  34/54 
12:12:13   Installing       : libbpf-2:0.8.0-2.fc37.x86_64                         35/54 
12:12:13   Installing       : libargon2-20190702-1.fc37.x86_64                     36/54 
12:12:13   Installing       : kmod-libs-30-2.fc37.x86_64                           37/54 
12:12:13   Installing       : device-mapper-libs-1.02.175-9.fc37.x86_64            38/54 
12:12:13   Installing       : cryptsetup-libs-2.5.0-1.fc37.x86_64                  39/54 
12:12:13   Installing       : device-mapper-1.02.175-9.fc37.x86_64                 40/54 
12:12:13   Installing       : systemd-networkd-251.10-588.fc37.x86_64              41/54 
12:12:13   Running scriptlet: systemd-networkd-251.10-588.fc37.x86_64              41/54 
12:12:13   Installing       : systemd-pam-251.10-588.fc37.x86_64                   42/54 
12:12:13   Installing       : systemd-resolved-251.10-588.fc37.x86_64              43/54 
12:12:13 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
12:12:13 Setting up libjson-c5:amd64 (0.15-2) ...
12:12:13 Setting up libip4tc2:amd64 (1.8.7-1) ...
12:12:13 Setting up libkmod2:amd64 (28-1) ...
12:12:13 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
12:12:13 Setting up libcryptsetup12:amd64 (2:2.3.7-1+deb11u1) ...
12:12:13 Setting up systemd (247.3-7+deb11u1) ...
12:12:13 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
12:12:13 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
12:12:13 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
12:12:13 Initializing machine ID from KVM UUID.
12:12:13 Hit:6 http://ports.ubuntu.com/ubuntu-ports kinetic-security InRelease
12:12:13 Fetched 59.0 kB in 1s (80.7 kB/s)
12:12:13   Running scriptlet: systemd-resolved-251.10-588.fc37.x86_64              43/54 
12:12:13   Installing       : systemd-251.10-588.fc37.x86_64                       44/54 
12:12:13   Running scriptlet: systemd-251.10-588.fc37.x86_64                       44/54 
12:12:13 Creating group 'input' with GID 104.
12:12:13 Creating group 'kvm' with GID 36.
12:12:13 Creating group 'render' with GID 105.
12:12:13 Creating group 'sgx' with GID 106.
12:12:13 Creating group 'systemd-journal' with GID 190.
12:12:13 Creating group 'systemd-network' with GID 192.
12:12:13 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:12:13 Creating group 'systemd-oom' with GID 998.
12:12:13 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
12:12:13 Creating group 'systemd-resolve' with GID 193.
12:12:13 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:12:13 
12:12:13 Selecting previously unselected package docker-ce.
12:12:13 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ...
12:12:13 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm) ...
12:12:13 Setting up dmsetup (2:1.02.175-2.1) ...
12:12:13 Selecting previously unselected package systemd-sysv.
12:12: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 ... 10803 files and directories currently installed.)
12:12:13 Preparing to unpack .../00-systemd-sysv_247.3-7+deb11u1_amd64.deb ...
12:12:13 Unpacking systemd-sysv (247.3-7+deb11u1) ...
12:12:13 Selecting previously unselected package dbus.
12:12:13 Preparing to unpack .../01-dbus_1.12.24-0+deb11u1_amd64.deb ...
12:12:13 Unpacking dbus (1.12.24-0+deb11u1) ...
12:12:13 Selecting previously unselected package netbase.
12:12:13 Preparing to unpack .../02-netbase_6.3_all.deb ...
12:12:13 Unpacking netbase (6.3) ...
12:12:13 Selecting previously unselected package libpam-systemd:amd64.
12:12:13 Preparing to unpack .../03-libpam-systemd_247.3-7+deb11u1_amd64.deb ...
12:12:13 Unpacking libpam-systemd:amd64 (247.3-7+deb11u1) ...
12:12:14 Reading package lists...
12:12:14 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.
12:12:14 ++ find deb/debbuild/ubuntu-kinetic/ -type f -name '*.deb'
12:12:14 + packages='deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_armhf.deb
12:12:14 deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb
12:12:14 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb
12:12:14 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb
12:12:14 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
12:12:14 ++ echo 'deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_armhf.deb
12:12:14 deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb
12:12:14 deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb
12:12:14 deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb
12:12:14 deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
12:12:14 ++ awk '$0="./"$0'
12:12:14 ++ xargs
12:12:14 + packages='./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb'
12:12:14 + set -x
12:12:14 + dpkg --ignore-depends=containerd.io,iptables,libdevmapper,libdevmapper1.02.1 --force-depends -i ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb
12:12:14 Selecting previously unselected package docker-compose-plugin.
12:12:14 (Reading database ... 9321 files and directories currently installed.)
12:12:14 Preparing to unpack .../docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_armhf.deb ...
12:12:14 Unpacking docker-compose-plugin (2.15.1-1~ubuntu.22.10~kinetic) ...
12:12:14   Installing       : containerd.io-1.6.16-3.1.fc37.x86_64                 45/54 
12:12:14   Running scriptlet: containerd.io-1.6.16-3.1.fc37.x86_64                 45/54 
12:12:14   Installing       : libcgroup-3.0-1.fc37.x86_64                          46/54 
12:12:14   Installing       : kmod-30-2.fc37.x86_64                                47/54 
12:12:14   Installing       : fuse-common-3.10.5-5.fc37.x86_64                     48/54 
12:12:14   Installing       : fuse3-3.10.5-5.fc37.x86_64                           49/54 
12:12:14   Installing       : fuse-overlayfs-1.9-6.fc37.x86_64                     50/54 
12:12:14   Running scriptlet: fuse-overlayfs-1.9-6.fc37.x86_64                     50/54 
12:12:14   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   51/54 
12:12:14 Selecting previously unselected package containerd.io.
12:12:14 Preparing to unpack .../04-containerd.io_1.6.16-1_amd64.deb ...
12:12:14 Unpacking containerd.io (1.6.16-1) ...
12:12:14   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   51/54 
12:12:14   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.x8   52/54 
12:12:14   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.x8   52/54 
12:12:14   Installing       : rpm-plugin-selinux-4.18.0-1.fc37.x86_64              53/54 
12:12:14   Cleanup          : systemd-libs-251.8-586.fc37.x86_64                   54/54 
12:12:14   Running scriptlet: selinux-policy-targeted-37.19-1.fc37.noarch          54/54 
12:12:14   Running scriptlet: container-selinux-2:2.199.0-1.fc37.noarch            54/54 
12:12:14   Running scriptlet: systemd-resolved-251.10-588.fc37.x86_64              54/54 
12:12:15 Selecting previously unselected package docker-ce-rootless-extras.
12:12:15 Preparing to unpack .../docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ...
12:12:15 Unpacking docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:12:15 Selecting previously unselected package docker-buildx-plugin.
12:12:15 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb ...
12:12:15 Unpacking docker-buildx-plugin (0.10.2-1~raspbian.12~bookworm) ...
12:12:15   Running scriptlet: systemd-libs-251.8-586.fc37.x86_64                   54/54 
12:12:15   Verifying        : containerd.io-1.6.16-3.1.fc37.x86_64                  1/54 
12:12:15   Verifying        : cryptsetup-libs-2.5.0-1.fc37.x86_64                   2/54 
12:12:15   Verifying        : dbus-broker-32-1.fc37.x86_64                          3/54 
12:12:15   Verifying        : device-mapper-1.02.175-9.fc37.x86_64                  4/54 
12:12:15   Verifying        : device-mapper-libs-1.02.175-9.fc37.x86_64             5/54 
12:12:15   Verifying        : diffutils-3.8-3.fc37.x86_64                           6/54 
12:12:15   Verifying        : fuse-common-3.10.5-5.fc37.x86_64                      7/54 
12:12:15   Verifying        : fuse3-3.10.5-5.fc37.x86_64                            8/54 
12:12:15   Verifying        : fuse3-libs-3.10.5-5.fc37.x86_64                       9/54 
12:12:15   Verifying        : kmod-30-2.fc37.x86_64                                10/54 
12:12:15   Verifying        : kmod-libs-30-2.fc37.x86_64                           11/54 
12:12:15   Verifying        : libargon2-20190702-1.fc37.x86_64                     12/54 
12:12:15   Verifying        : libbpf-2:0.8.0-2.fc37.x86_64                         13/54 
12:12:15   Verifying        : libcgroup-3.0-1.fc37.x86_64                          14/54 
12:12:15   Verifying        : libfdisk-2.38.1-1.fc37.x86_64                        15/54 
12:12:15   Verifying        : libibverbs-41.0-1.fc37.x86_64                        16/54 
12:12:15   Verifying        : libmnl-1.0.5-1.fc37.x86_64                           17/54 
12:12:15   Verifying        : libnetfilter_conntrack-1.0.8-5.fc37.x86_64           18/54 
12:12:15   Verifying        : libnfnetlink-1.0.1-22.fc37.x86_64                    19/54 
12:12:15   Verifying        : libnl3-3.7.0-2.fc37.x86_64                           20/54 
12:12:15   Verifying        : libseccomp-2.5.3-3.fc37.x86_64                       21/54 
12:12:15   Verifying        : libselinux-utils-3.4-5.fc37.x86_64                   22/54 
12:12:15   Verifying        : libslirp-4.7.0-2.fc37.x86_64                         23/54 
12:12:15   Verifying        : libutempter-1.2.1-7.fc37.x86_64                      24/54 
12:12:15   Verifying        : libxkbcommon-1.4.1-2.fc37.x86_64                     25/54 
12:12:15   Verifying        : policycoreutils-3.4-6.fc37.x86_64                    26/54 
12:12:15   Verifying        : qrencode-libs-4.1.1-3.fc37.x86_64                    27/54 
12:12:15   Verifying        : rpm-plugin-selinux-4.18.0-1.fc37.x86_64              28/54 
12:12:15   Verifying        : util-linux-2.38.1-1.fc37.x86_64                      29/54 
12:12:15   Verifying        : xz-5.2.5-10.fc37.x86_64                              30/54 
12:12:15   Verifying        : container-selinux-2:2.199.0-1.fc37.noarch            31/54 
12:12:15   Verifying        : dbus-1:1.14.4-1.fc37.x86_64                          32/54 
12:12:15   Verifying        : dbus-common-1:1.14.4-1.fc37.noarch                   33/54 
12:12:15   Verifying        : fuse-overlayfs-1.9-6.fc37.x86_64                     34/54 
12:12:15   Verifying        : iptables-legacy-1.8.8-4.fc37.x86_64                  35/54 
12:12:15   Verifying        : iptables-legacy-libs-1.8.8-4.fc37.x86_64             36/54 
12:12:15   Verifying        : iptables-libs-1.8.8-4.fc37.x86_64                    37/54 
12:12:15   Verifying        : libpcap-14:1.10.3-1.fc37.x86_64                      38/54 
12:12:15   Verifying        : selinux-policy-37.19-1.fc37.noarch                   39/54 
12:12:15   Verifying        : selinux-policy-targeted-37.19-1.fc37.noarch          40/54 
12:12:15   Verifying        : slirp4netns-1.2.0-8.fc37.x86_64                      41/54 
12:12:15   Verifying        : systemd-251.10-588.fc37.x86_64                       42/54 
12:12:15   Verifying        : systemd-networkd-251.10-588.fc37.x86_64              43/54 
12:12:15   Verifying        : systemd-pam-251.10-588.fc37.x86_64                   44/54 
12:12:15   Verifying        : systemd-resolved-251.10-588.fc37.x86_64              45/54 
12:12:15   Verifying        : xkeyboard-config-2.36-3.fc37.noarch                  46/54 
12:12:15   Verifying        : docker-compose-plugin-2.15.1-0.fc37.x86_64           47/54 
12:12:15   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.x8   48/54 
12:12:15   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   49/54 
12:12:15   Verifying        : docker-scan-plugin-0.23.0-0.fc37.x86_64              50/54 
12:12:15   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   51/54 
12:12:15   Verifying        : docker-buildx-plugin-0.10.2-0.fc37.x86_64            52/54 
12:12:15   Verifying        : systemd-libs-251.10-588.fc37.x86_64                  53/54 
12:12:15   Verifying        : systemd-libs-251.8-586.fc37.x86_64                   54/54 
12:12:15 
12:12:15 Upgraded:
12:12:15   systemd-libs-251.10-588.fc37.x86_64                                           
12:12:15 Installed:
12:12:15   container-selinux-2:2.199.0-1.fc37.noarch                                     
12:12:15   containerd.io-1.6.16-3.1.fc37.x86_64                                          
12:12:15   cryptsetup-libs-2.5.0-1.fc37.x86_64                                           
12:12:15   dbus-1:1.14.4-1.fc37.x86_64                                                   
12:12:15   dbus-broker-32-1.fc37.x86_64                                                  
12:12:15   dbus-common-1:1.14.4-1.fc37.noarch                                            
12:12:15   device-mapper-1.02.175-9.fc37.x86_64                                          
12:12:15   device-mapper-libs-1.02.175-9.fc37.x86_64                                     
12:12:15   diffutils-3.8-3.fc37.x86_64                                                   
12:12:15   docker-buildx-plugin-0.10.2-0.fc37.x86_64                                     
12:12:15   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64                        
12:12:15   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64                    
12:12:15   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc37.x86_64          
12:12:15   docker-compose-plugin-2.15.1-0.fc37.x86_64                                    
12:12:15   docker-scan-plugin-0.23.0-0.fc37.x86_64                                       
12:12:15   fuse-common-3.10.5-5.fc37.x86_64                                              
12:12:15   fuse-overlayfs-1.9-6.fc37.x86_64                                              
12:12:15   fuse3-3.10.5-5.fc37.x86_64                                                    
12:12:15   fuse3-libs-3.10.5-5.fc37.x86_64                                               
12:12:15   iptables-legacy-1.8.8-4.fc37.x86_64                                           
12:12:15   iptables-legacy-libs-1.8.8-4.fc37.x86_64                                      
12:12:15   iptables-libs-1.8.8-4.fc37.x86_64                                             
12:12:15   kmod-30-2.fc37.x86_64                                                         
12:12:15   kmod-libs-30-2.fc37.x86_64                                                    
12:12:15   libargon2-20190702-1.fc37.x86_64                                              
12:12:15   libbpf-2:0.8.0-2.fc37.x86_64                                                  
12:12:15   libcgroup-3.0-1.fc37.x86_64                                                   
12:12:15   libfdisk-2.38.1-1.fc37.x86_64                                                 
12:12:15   libibverbs-41.0-1.fc37.x86_64                                                 
12:12:15   libmnl-1.0.5-1.fc37.x86_64                                                    
12:12:15   libnetfilter_conntrack-1.0.8-5.fc37.x86_64                                    
12:12:15   libnfnetlink-1.0.1-22.fc37.x86_64                                             
12:12:15   libnl3-3.7.0-2.fc37.x86_64                                                    
12:12:15   libpcap-14:1.10.3-1.fc37.x86_64                                               
12:12:15   libseccomp-2.5.3-3.fc37.x86_64                                                
12:12:15   libselinux-utils-3.4-5.fc37.x86_64                                            
12:12:15   libslirp-4.7.0-2.fc37.x86_64                                                  
12:12:15   libutempter-1.2.1-7.fc37.x86_64                                               
12:12:15   libxkbcommon-1.4.1-2.fc37.x86_64                                              
12:12:15   policycoreutils-3.4-6.fc37.x86_64                                             
12:12:15   qrencode-libs-4.1.1-3.fc37.x86_64                                             
12:12:15   rpm-plugin-selinux-4.18.0-1.fc37.x86_64                                       
12:12:15   selinux-policy-37.19-1.fc37.noarch                                            
12:12:15   selinux-policy-targeted-37.19-1.fc37.noarch                                   
12:12:15   slirp4netns-1.2.0-8.fc37.x86_64                                               
12:12:15   systemd-251.10-588.fc37.x86_64                                                
12:12:15   systemd-networkd-251.10-588.fc37.x86_64                                       
12:12:15   systemd-pam-251.10-588.fc37.x86_64                                            
12:12:15   systemd-resolved-251.10-588.fc37.x86_64                                       
12:12:15   util-linux-2.38.1-1.fc37.x86_64                                               
12:12:15   xkeyboard-config-2.36-3.fc37.noarch                                           
12:12:15   xz-5.2.5-10.fc37.x86_64                                                       
12:12:15 
12:12:15 Complete!
12:12:15 + verify_binaries
12:12:15 + docker --version
12:12:15 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:12:15 ++ uname -m
12:12:15 + '[' x86_64 = x86_64 ']'
12:12:15 + docker scan --help
12:12:15 
12:12:15 Usage:  docker scan [OPTIONS] IMAGE
12:12:15 
12:12:15 A tool to scan your images
12:12:15 
12:12:15 Options:
12:12:15       --accept-license    Accept using a third party scanning provider
12:12:15       --dependency-tree   Show dependency tree with scan results
12:12:15       --exclude-base      Exclude base image from vulnerability scanning
12:12:15                           (requires --file)
12:12:15   -f, --file string       Dockerfile associated with image, provides more
12:12:15                           detailed results
12:12:15       --group-issues      Aggregate duplicated vulnerabilities and group
12:12:15                           them to a single one (requires --json)
12:12:15       --json              Output results in JSON format
12:12:15       --login             Authenticate to the scan provider using an
12:12:15                           optional token (with --token), or web base
12:12:15                           token if empty
12:12:15       --reject-license    Reject using a third party scanning provider
12:12:15       --severity string   Only report vulnerabilities of provided level
12:12:15                           or higher (low|medium|high)
12:12:15       --token string      Authentication token to login to the third
12:12:15                           party scanning provider
12:12:15       --version           Display version of the scan plugin
12:12:15 + docker buildx version
12:12:15 github.com/docker/buildx v0.10.2 00ed17d
12:12:15 + docker compose version
12:12:15 Selecting previously unselected package docker-buildx-plugin.
12:12:15 Preparing to unpack .../docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb ...
12:12:15 Unpacking docker-buildx-plugin (0.10.2-1~ubuntu.22.10~kinetic) ...
12:12:15 Docker Compose version v2.15.1
12:12:15 + dockerd --version
12:12:15 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:12:15 + docker-proxy --version
12:12:15 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:12:15 + containerd --version
12:12:15 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:15 + ctr --version
12:12:15 ctr containerd.io 1.6.16
12:12:15 + containerd-shim --help
12:12:15 Usage of containerd-shim:
12:12:15   -address string
12:12:15     	grpc address back to main containerd
12:12:15   -containerd-binary containerd publish
12:12:15     	path to containerd binary (used for containerd publish) (default "containerd")
12:12:15   -criu string
12:12:15     	path to criu binary
12:12:15   -debug
12:12:15     	enable debug output in logs
12:12:15   -namespace string
12:12:15     	namespace that owns the shim
12:12:15   -runtime-root string
12:12:15     	root directory for the runtime (default "/run/containerd/runc")
12:12:15   -socket string
12:12:15     	socket path to serve
12:12:15   -systemd-cgroup
12:12:15     	set runtime to use systemd-cgroup
12:12:15   -workdir string
12:12:15     	path used to storge large temporary data
12:12:15 + containerd-shim-runc-v1 -v
12:12:15 containerd-shim-runc-v1:
12:12:15   Version:  1.6.16
12:12:15   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:15   Go version: go1.18.10
12:12:15 
12:12:15 + containerd-shim-runc-v2 -v
12:12:15 containerd-shim-runc-v2:
12:12:15   Version:  1.6.16
12:12:15   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:15   Go version: go1.18.10
12:12:15 
12:12:15 + runc --version
12:12:15 runc version 1.1.4
12:12:15 commit: v1.1.4-0-g5fd4c4d
12:12:15 spec: 1.0.2-dev
12:12:15 go: go1.18.10
12:12:15 libseccomp: 2.5.3
12:12:16   Running scriptlet: container-selinux-2:2.198.0-1.fc36.noarch            30/54 
12:12:16   Installing       : libslirp-4.6.1-3.fc36.x86_64                         31/54 
12:12:16   Installing       : slirp4netns-1.2.0-0.2.beta.0.fc36.x86_64             32/54 
12:12:16   Installing       : libnfnetlink-1.0.1-21.fc36.x86_64                    33/54 
12:12:16   Installing       : libmnl-1.0.4-15.fc36.x86_64                          34/54 
12:12:16   Installing       : libnetfilter_conntrack-1.0.8-4.fc36.x86_64           35/54 
12:12:16   Installing       : iptables-libs-1.8.7-15.fc36.x86_64                   36/54 
12:12:16   Installing       : iptables-legacy-1.8.7-15.fc36.x86_64                 37/54 
12:12:16   Running scriptlet: iptables-legacy-1.8.7-15.fc36.x86_64                 37/54 
12:12:16   Installing       : kmod-libs-29-7.fc36.x86_64                           38/54 
12:12:16   Installing       : device-mapper-libs-1.02.175-7.fc36.x86_64            39/54 
12:12:16   Installing       : cryptsetup-libs-2.4.3-2.fc36.x86_64                  40/54 
12:12:16   Installing       : device-mapper-1.02.175-7.fc36.x86_64                 41/54 
12:12:16   Installing       : systemd-networkd-250.9-1.fc36.x86_64                 42/54 
12:12:16   Running scriptlet: systemd-networkd-250.9-1.fc36.x86_64                 42/54 
12:12:16   Installing       : systemd-pam-250.9-1.fc36.x86_64                      43/54 
12:12:16   Installing       : systemd-resolved-250.9-1.fc36.x86_64                 44/54 
12:12:16   Running scriptlet: systemd-resolved-250.9-1.fc36.x86_64                 44/54 
12:12:16   Installing       : systemd-250.9-1.fc36.x86_64                          45/54 
12:12:16   Running scriptlet: systemd-250.9-1.fc36.x86_64                          45/54 
12:12:16 Creating group 'input' with GID 104.
12:12:16 Creating group 'kvm' with GID 36.
12:12:16 Creating group 'render' with GID 105.
12:12:16 Creating group 'sgx' with GID 106.
12:12:16 Creating group 'systemd-journal' with GID 190.
12:12:16 Creating group 'systemd-network' with GID 192.
12:12:16 Creating user 'systemd-network' (systemd Network Management) with UID 192 and GID 192.
12:12:16 Creating group 'systemd-oom' with GID 998.
12:12:16 Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 998 and GID 998.
12:12:16 Creating group 'systemd-resolve' with GID 193.
12:12:16 Creating user 'systemd-resolve' (systemd Resolver) with UID 193 and GID 193.
12:12:16 
12:12:16   Installing       : containerd.io-1.6.16-3.1.fc36.x86_64                 46/54 
12:12:16   Running scriptlet: containerd.io-1.6.16-3.1.fc36.x86_64                 46/54 
12:12:16   Installing       : libcgroup-2.0-4.fc36.x86_64                          47/54 
12:12:16   Installing       : kmod-29-7.fc36.x86_64                                48/54 
12:12:16   Installing       : fuse-common-3.10.5-2.fc36.x86_64                     49/54 
12:12:16   Installing       : fuse3-3.10.5-2.fc36.x86_64                           50/54 
12:12:16   Installing       : fuse-overlayfs-1.9-6.fc36.x86_64                     51/54 
12:12:16   Running scriptlet: fuse-overlayfs-1.9-6.fc36.x86_64                     51/54 
12:12:16   Installing       : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   52/54 
12:12:16 Selecting previously unselected package docker-compose-plugin.
12:12:16 Preparing to unpack .../docker-compose-plugin_2.15.1-1~raspbian.12~bookworm_armhf.deb ...
12:12:16 Unpacking docker-compose-plugin (2.15.1-1~raspbian.12~bookworm) ...
12:12:16   Running scriptlet: docker-ce-rootless-extras-0.0.0~20230206193855.ab4   52/54 
12:12:16   Installing       : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.x8   53/54 
12:12:16   Running scriptlet: docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.x8   53/54 
12:12:16   Cleanup          : systemd-libs-250.8-1.fc36.x86_64                     54/54 
12:12:16   Running scriptlet: selinux-policy-targeted-36.17-1.fc36.noarch          54/54 
12:12:16   Running scriptlet: container-selinux-2:2.198.0-1.fc36.noarch            54/54 
12:12:16   Running scriptlet: systemd-resolved-250.9-1.fc36.x86_64                 54/54 
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:12:16   Running scriptlet: systemd-libs-250.8-1.fc36.x86_64                     54/54 
12:12:16   Verifying        : containerd.io-1.6.16-3.1.fc36.x86_64                  1/54 
12:12:16   Verifying        : cryptsetup-libs-2.4.3-2.fc36.x86_64                   2/54 
12:12:16   Verifying        : device-mapper-1.02.175-7.fc36.x86_64                  3/54 
12:12:16   Verifying        : device-mapper-libs-1.02.175-7.fc36.x86_64             4/54 
12:12:16   Verifying        : diffutils-3.8-2.fc36.x86_64                           5/54 
12:12:16   Verifying        : fuse-common-3.10.5-2.fc36.x86_64                      6/54 
12:12:16   Verifying        : fuse3-3.10.5-2.fc36.x86_64                            7/54 
12:12:16   Verifying        : fuse3-libs-3.10.5-2.fc36.x86_64                       8/54 
12:12:16   Verifying        : iptables-legacy-1.8.7-15.fc36.x86_64                  9/54 
12:12:16   Verifying        : iptables-legacy-libs-1.8.7-15.fc36.x86_64            10/54 
12:12:16   Verifying        : iptables-libs-1.8.7-15.fc36.x86_64                   11/54 
12:12:16   Verifying        : kmod-29-7.fc36.x86_64                                12/54 
12:12:16   Verifying        : kmod-libs-29-7.fc36.x86_64                           13/54 
12:12:16   Verifying        : libcgroup-2.0-4.fc36.x86_64                          14/54 
12:12:16   Verifying        : libibverbs-39.0-1.fc36.x86_64                        15/54 
12:12:16   Verifying        : libmnl-1.0.4-15.fc36.x86_64                          16/54 
12:12:16   Verifying        : libnetfilter_conntrack-1.0.8-4.fc36.x86_64           17/54 
12:12:16   Verifying        : libnfnetlink-1.0.1-21.fc36.x86_64                    18/54 
12:12:16   Verifying        : libseccomp-2.5.3-2.fc36.x86_64                       19/54 
12:12:16   Verifying        : libselinux-utils-3.3-4.fc36.x86_64                   20/54 
12:12:16   Verifying        : libslirp-4.6.1-3.fc36.x86_64                         21/54 
12:12:16   Verifying        : libutempter-1.2.1-6.fc36.x86_64                      22/54 
12:12:16   Verifying        : libxkbcommon-1.4.0-1.fc36.x86_64                     23/54 
12:12:16   Verifying        : policycoreutils-3.3-4.fc36.x86_64                    24/54 
12:12:16   Verifying        : qrencode-libs-4.1.1-2.fc36.x86_64                    25/54 
12:12:16   Verifying        : slirp4netns-1.2.0-0.2.beta.0.fc36.x86_64             26/54 
12:12:16   Verifying        : xkeyboard-config-2.35.1-1.fc36.noarch                27/54 
12:12:16   Verifying        : xz-5.2.5-9.fc36.x86_64                               28/54 
12:12:16   Verifying        : container-selinux-2:2.198.0-1.fc36.noarch            29/54 
12:12:16   Verifying        : dbus-1:1.14.4-1.fc36.x86_64                          30/54 
12:12:16   Verifying        : dbus-broker-32-1.fc36.x86_64                         31/54 
12:12:16   Verifying        : dbus-common-1:1.14.4-1.fc36.noarch                   32/54 
12:12:16   Verifying        : fuse-overlayfs-1.9-6.fc36.x86_64                     33/54 
12:12:16   Verifying        : libargon2-20171227-9.fc36.x86_64                     34/54 
12:12:16   Verifying        : libbpf-2:0.7.0-3.fc36.x86_64                         35/54 
12:12:16   Verifying        : libfdisk-2.38-1.fc36.x86_64                          36/54 
12:12:16   Verifying        : libnl3-3.7.0-1.fc36.x86_64                           37/54 
12:12:16   Verifying        : libpcap-14:1.10.3-1.fc36.x86_64                      38/54 
12:12:16   Verifying        : rpm-plugin-selinux-4.17.1-3.fc36.x86_64              39/54 
12:12:16   Verifying        : selinux-policy-36.17-1.fc36.noarch                   40/54 
12:12:16   Verifying        : selinux-policy-targeted-36.17-1.fc36.noarch          41/54 
12:12:16   Verifying        : systemd-250.9-1.fc36.x86_64                          42/54 
12:12:16   Verifying        : systemd-networkd-250.9-1.fc36.x86_64                 43/54 
12:12:16   Verifying        : systemd-pam-250.9-1.fc36.x86_64                      44/54 
12:12:16   Verifying        : systemd-resolved-250.9-1.fc36.x86_64                 45/54 
12:12:16   Verifying        : util-linux-2.38-1.fc36.x86_64                        46/54 
12:12:16   Verifying        : docker-scan-plugin-0.23.0-0.fc36.x86_64              47/54 
12:12:16   Verifying        : docker-ce-rootless-extras-0.0.0~20230206193855.ab4   48/54 
12:12:16   Verifying        : docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.x8   49/54 
12:12:16   Verifying        : docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc3   50/54 
12:12:16   Verifying        : docker-buildx-plugin-0.10.2-0.fc36.x86_64            51/54 
12:12:16   Verifying        : docker-compose-plugin-2.15.1-0.fc36.x86_64           52/54 
12:12:16   Verifying        : systemd-libs-250.9-1.fc36.x86_64                     53/54 
12:12:16 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm) ...
12:12:16 Selecting previously unselected package dbus-user-session.
12:12:16 Preparing to unpack .../05-dbus-user-session_1.12.24-0+deb11u1_amd64.deb ...
12:12:16 Unpacking dbus-user-session (1.12.24-0+deb11u1) ...
12:12:16 Selecting previously unselected package libip6tc2:amd64.
12:12:16 Preparing to unpack .../06-libip6tc2_1.8.7-1_amd64.deb ...
12:12:16 Unpacking libip6tc2:amd64 (1.8.7-1) ...
12:12:16 Selecting previously unselected package libxtables12:amd64.
12:12:16 Preparing to unpack .../07-libxtables12_1.8.7-1_amd64.deb ...
12:12:16 Unpacking libxtables12:amd64 (1.8.7-1) ...
12:12:16 Selecting previously unselected package libmnl0:amd64.
12:12:16 Preparing to unpack .../08-libmnl0_1.0.4-3_amd64.deb ...
12:12:16 Unpacking libmnl0:amd64 (1.0.4-3) ...
12:12:16 Selecting previously unselected package libnfnetlink0:amd64.
12:12:16 Preparing to unpack .../09-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
12:12:16 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
12:12:16 Selecting previously unselected package libnetfilter-conntrack3:amd64.
12:12:16 Preparing to unpack .../10-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
12:12:16 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
12:12:16 Selecting previously unselected package libnftnl11:amd64.
12:12:16 Preparing to unpack .../11-libnftnl11_1.1.9-1_amd64.deb ...
12:12:16 Unpacking libnftnl11:amd64 (1.1.9-1) ...
12:12:16   Verifying        : systemd-libs-250.8-1.fc36.x86_64                     54/54 
12:12:16 
12:12:16 Upgraded:
12:12:16   systemd-libs-250.9-1.fc36.x86_64                                              
12:12:16 Installed:
12:12:16   container-selinux-2:2.198.0-1.fc36.noarch                                     
12:12:16   containerd.io-1.6.16-3.1.fc36.x86_64                                          
12:12:16   cryptsetup-libs-2.4.3-2.fc36.x86_64                                           
12:12:16   dbus-1:1.14.4-1.fc36.x86_64                                                   
12:12:16   dbus-broker-32-1.fc36.x86_64                                                  
12:12:16   dbus-common-1:1.14.4-1.fc36.noarch                                            
12:12:16   device-mapper-1.02.175-7.fc36.x86_64                                          
12:12:16   device-mapper-libs-1.02.175-7.fc36.x86_64                                     
12:12:16   diffutils-3.8-2.fc36.x86_64                                                   
12:12:16   docker-buildx-plugin-0.10.2-0.fc36.x86_64                                     
12:12:16   docker-ce-3:0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64                        
12:12:16   docker-ce-cli-1:0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64                    
12:12:16   docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.fc36.x86_64          
12:12:16   docker-compose-plugin-2.15.1-0.fc36.x86_64                                    
12:12:16   docker-scan-plugin-0.23.0-0.fc36.x86_64                                       
12:12:16   fuse-common-3.10.5-2.fc36.x86_64                                              
12:12:16   fuse-overlayfs-1.9-6.fc36.x86_64                                              
12:12:16   fuse3-3.10.5-2.fc36.x86_64                                                    
12:12:16   fuse3-libs-3.10.5-2.fc36.x86_64                                               
12:12:16   iptables-legacy-1.8.7-15.fc36.x86_64                                          
12:12:16   iptables-legacy-libs-1.8.7-15.fc36.x86_64                                     
12:12:16   iptables-libs-1.8.7-15.fc36.x86_64                                            
12:12:16   kmod-29-7.fc36.x86_64                                                         
12:12:16   kmod-libs-29-7.fc36.x86_64                                                    
12:12:16   libargon2-20171227-9.fc36.x86_64                                              
12:12:16   libbpf-2:0.7.0-3.fc36.x86_64                                                  
12:12:16   libcgroup-2.0-4.fc36.x86_64                                                   
12:12:16   libfdisk-2.38-1.fc36.x86_64                                                   
12:12:16   libibverbs-39.0-1.fc36.x86_64                                                 
12:12:16   libmnl-1.0.4-15.fc36.x86_64                                                   
12:12:16   libnetfilter_conntrack-1.0.8-4.fc36.x86_64                                    
12:12:16   libnfnetlink-1.0.1-21.fc36.x86_64                                             
12:12:16   libnl3-3.7.0-1.fc36.x86_64                                                    
12:12:16   libpcap-14:1.10.3-1.fc36.x86_64                                               
12:12:16   libseccomp-2.5.3-2.fc36.x86_64                                                
12:12:16   libselinux-utils-3.3-4.fc36.x86_64                                            
12:12:16   libslirp-4.6.1-3.fc36.x86_64                                                  
12:12:16   libutempter-1.2.1-6.fc36.x86_64                                               
12:12:16   libxkbcommon-1.4.0-1.fc36.x86_64                                              
12:12:16   policycoreutils-3.3-4.fc36.x86_64                                             
12:12:16   qrencode-libs-4.1.1-2.fc36.x86_64                                             
12:12:16   rpm-plugin-selinux-4.17.1-3.fc36.x86_64                                       
12:12:16   selinux-policy-36.17-1.fc36.noarch                                            
12:12:16   selinux-policy-targeted-36.17-1.fc36.noarch                                   
12:12:16   slirp4netns-1.2.0-0.2.beta.0.fc36.x86_64                                      
12:12:16   systemd-250.9-1.fc36.x86_64                                                   
12:12:16   systemd-networkd-250.9-1.fc36.x86_64                                          
12:12:16   systemd-pam-250.9-1.fc36.x86_64                                               
12:12:16   systemd-resolved-250.9-1.fc36.x86_64                                          
12:12:16   util-linux-2.38-1.fc36.x86_64                                                 
12:12:16   xkeyboard-config-2.35.1-1.fc36.noarch                                         
12:12:16   xz-5.2.5-9.fc36.x86_64                                                        
12:12:16 
12:12:16 Complete!
12:12:16 + verify_binaries
12:12:16 + docker --version
12:12:16 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm) ...
12:12:16 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
12:12:17 Selecting previously unselected package docker-ce.
12:12:17 Preparing to unpack .../docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ...
12:12:17 Unpacking docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:12:17 Selecting previously unselected package iptables.
12:12:17 Preparing to unpack .../12-iptables_1.8.7-1_amd64.deb ...
12:12:17 Unpacking iptables (1.8.7-1) ...
12:12:17 Setting up systemd-sysv (247.3-7+deb11u1) ...
12:12:17 Setting up libip6tc2:amd64 (1.8.7-1) ...
12:12:17 Setting up dbus (1.12.24-0+deb11u1) ...
12:12:17 invoke-rc.d: could not determine current runlevel
12:12:17 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:12:17 ++ uname -m
12:12:17 + '[' x86_64 = x86_64 ']'
12:12:17 + docker scan --help
12:12:17 
12:12:17 Usage:  docker scan [OPTIONS] IMAGE
12:12:17 
12:12:17 A tool to scan your images
12:12:17 
12:12:17 Options:
12:12:17       --accept-license    Accept using a third party scanning provider
12:12:17       --dependency-tree   Show dependency tree with scan results
12:12:17       --exclude-base      Exclude base image from vulnerability scanning
12:12:17                           (requires --file)
12:12:17   -f, --file string       Dockerfile associated with image, provides more
12:12:17                           detailed results
12:12:17       --group-issues      Aggregate duplicated vulnerabilities and group
12:12:17                           them to a single one (requires --json)
12:12:17       --json              Output results in JSON format
12:12:17       --login             Authenticate to the scan provider using an
12:12:17                           optional token (with --token), or web base
12:12:17                           token if empty
12:12:17       --reject-license    Reject using a third party scanning provider
12:12:17       --severity string   Only report vulnerabilities of provided level
12:12:17                           or higher (low|medium|high)
12:12:17       --token string      Authentication token to login to the third
12:12:17                           party scanning provider
12:12:17       --version           Display version of the scan plugin
12:12:17 + docker buildx version
12:12:17 github.com/docker/buildx v0.10.2 00ed17d
12:12:17 + docker compose version
12:12:17 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:12:17 invoke-rc.d: could not determine current runlevel
12:12:17 invoke-rc.d: policy-rc.d denied execution of start.
12:12:17 Setting up docker-buildx-plugin (0.10.2-1~raspbian.12~bookworm) ...
12:12:17 Setting up docker-compose-plugin (2.15.1-1~raspbian.12~bookworm) ...
12:12:17 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:12:17  docker-ce-rootless-extras depends on dbus-user-session; however:
12:12:17   Package dbus-user-session is not installed.
12:12:17 
12:12:17 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm) ...
12:12:17 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/raspbian-bookworm/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-ce_0.0.0~20230206193855.ab4ef4a-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-buildx-plugin_0.10.2-1~raspbian.12~bookworm_armhf.deb ./deb/debbuild/raspbian-bookworm/docker-compose-plugin_2.15.1-1~raspbian.12~bookworm_armhf.deb
12:12:17 invoke-rc.d: policy-rc.d denied execution of start.
12:12:17 Setting up libmnl0:amd64 (1.0.4-3) ...
12:12:17 Setting up containerd.io (1.6.16-1) ...
12:12:17 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:12:17 Setting up libxtables12:amd64 (1.8.7-1) ...
12:12:17 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
12:12:17 Setting up libpam-systemd:amd64 (247.3-7+deb11u1) ...
12:12:17 Docker Compose version v2.15.1
12:12:17 + dockerd --version
12:12:17 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:12:17 + docker-proxy --version
12:12:17 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:12:17 + containerd --version
12:12:17 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:17 + ctr --version
12:12:17 ctr containerd.io 1.6.16
12:12:17 + containerd-shim --help
12:12:17 Usage of containerd-shim:
12:12:17   -address string
12:12:17     	grpc address back to main containerd
12:12:17   -containerd-binary containerd publish
12:12:17     	path to containerd binary (used for containerd publish) (default "containerd")
12:12:17   -criu string
12:12:17     	path to criu binary
12:12:17   -debug
12:12:17     	enable debug output in logs
12:12:17   -namespace string
12:12:17     	namespace that owns the shim
12:12:17   -runtime-root string
12:12:17     	root directory for the runtime (default "/run/containerd/runc")
12:12:17   -socket string
12:12:17     	socket path to serve
12:12:17   -systemd-cgroup
12:12:17     	set runtime to use systemd-cgroup
12:12:17   -workdir string
12:12:17     	path used to storge large temporary data
12:12:17 + containerd-shim-runc-v1 -v
12:12:17 containerd-shim-runc-v1:
12:12:17   Version:  1.6.16
12:12:17   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:17   Go version: go1.18.10
12:12:17 
12:12:17 + containerd-shim-runc-v2 -v
12:12:17 containerd-shim-runc-v2:
12:12:17   Version:  1.6.16
12:12:17   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:17   Go version: go1.18.10
12:12:17 
12:12:17 + runc --version
12:12:17 runc version 1.1.4
12:12:17 commit: v1.1.4-0-g5fd4c4d
12:12:17 spec: 1.0.2-dev
12:12:17 go: go1.18.10
12:12:17 libseccomp: 2.5.3
12:12:17 Setting up netbase (6.3) ...
12:12:17 Setting up libnftnl11:amd64 (1.1.9-1) ...
12:12:17 Setting up dbus-user-session (1.12.24-0+deb11u1) ...
12:12:17 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
12:12:17 Setting up iptables (1.8.7-1) ...
12:12:17 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:12:17 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:12:17 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:12:17 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:12:17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:12:17 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:12:17 Processing triggers for libc-bin (2.31-13+deb11u5) ...
12:12:17 + verify_binaries
12:12:17 + docker --version
12:12:17 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:12:17 ++ uname -m
12:12:17 + '[' x86_64 = x86_64 ']'
12:12:17 + docker scan --help
12:12:17 
12:12:17 Usage:  docker scan [OPTIONS] IMAGE
12:12:17 
12:12:17 A tool to scan your images
12:12:17 
12:12:17 Options:
12:12:17       --accept-license    Accept using a third party scanning provider
12:12:17       --dependency-tree   Show dependency tree with scan results
12:12:17       --exclude-base      Exclude base image from vulnerability scanning
12:12:17                           (requires --file)
12:12:17   -f, --file string       Dockerfile associated with image, provides more
12:12:17                           detailed results
12:12:17       --group-issues      Aggregate duplicated vulnerabilities and group
12:12:17                           them to a single one (requires --json)
12:12:17       --json              Output results in JSON format
12:12:17       --login             Authenticate to the scan provider using an
12:12:17                           optional token (with --token), or web base
12:12:17                           token if empty
12:12:17       --reject-license    Reject using a third party scanning provider
12:12:17       --severity string   Only report vulnerabilities of provided level
12:12:17                           or higher (low|medium|high)
12:12:17       --token string      Authentication token to login to the third
12:12:17                           party scanning provider
12:12:17       --version           Display version of the scan plugin
12:12:17 + docker buildx version
12:12:17 github.com/docker/buildx v0.10.2 00ed17d
12:12:17 + docker compose version
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:12:18 Docker Compose version v2.15.1
12:12:18 + dockerd --version
12:12:18 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:12:18 + docker-proxy --version
12:12:18 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:12:18 + containerd --version
12:12:18 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:18 + ctr --version
12:12:18 ctr containerd.io 1.6.16
12:12:18 + containerd-shim --help
12:12:18 Usage of containerd-shim:
12:12:18   -address string
12:12:18     	grpc address back to main containerd
12:12:18   -containerd-binary containerd publish
12:12:18     	path to containerd binary (used for containerd publish) (default "containerd")
12:12:18   -criu string
12:12:18     	path to criu binary
12:12:18   -debug
12:12:18     	enable debug output in logs
12:12:18   -namespace string
12:12:18     	namespace that owns the shim
12:12:18   -runtime-root string
12:12:18     	root directory for the runtime (default "/run/containerd/runc")
12:12:18   -socket string
12:12:18     	socket path to serve
12:12:18   -systemd-cgroup
12:12:18     	set runtime to use systemd-cgroup
12:12:18   -workdir string
12:12:18     	path used to storge large temporary data
12:12:18 + containerd-shim-runc-v1 -v
12:12:18 containerd-shim-runc-v1:
12:12:18   Version:  1.6.16
12:12:18   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:18   Go version: go1.18.10
12:12:18 
12:12:18 + containerd-shim-runc-v2 -v
12:12:18 containerd-shim-runc-v2:
12:12:18   Version:  1.6.16
12:12:18   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:18   Go version: go1.18.10
12:12:18 
12:12:18 + runc --version
12:12:18 runc version 1.1.4
12:12:18 commit: v1.1.4-0-g5fd4c4d
12:12:18 spec: 1.0.2-dev
12:12:18 go: go1.18.10
12:12:18 libseccomp: 2.5.1
12:12:18 Selecting previously unselected package docker-ce-cli.
12:12:18 Preparing to unpack .../docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ...
12:12:18 Unpacking docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:12:18 Reading package lists...
12:12:18 Setting up docker-compose-plugin (2.15.1-1~ubuntu.22.10~kinetic) ...
12:12:18 Building dependency tree...
12:12:18 Reading state information...
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
12:12:18 Setting up docker-buildx-plugin (0.10.2-1~ubuntu.22.10~kinetic) ...
12:12:18 Setting up docker-ce-cli (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:12:18 Setting up docker-ce (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:12:18 Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:12:19 Correcting dependencies... Done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
12:12:19 Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.
12:12:19 invoke-rc.d: could not determine current runlevel
12:12:19 invoke-rc.d: policy-rc.d denied execution of start.
12:12:19 dpkg: docker-ce-rootless-extras: dependency problems, but configuring anyway as you requested:
12:12:19  docker-ce-rootless-extras depends on dbus-user-session; however:
12:12:19   Package dbus-user-session is not installed.
12:12:19 
12:12:19 Setting up docker-ce-rootless-extras (5:0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic) ...
12:12:19 + apt-get -y install --no-install-recommends --no-upgrade --fix-broken ./deb/debbuild/ubuntu-kinetic/docker-compose-plugin_2.15.1-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-rootless-extras_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-buildx-plugin_0.10.2-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb ./deb/debbuild/ubuntu-kinetic/docker-ce-cli_0.0.0~20230206193855.ab4ef4a-1~ubuntu.22.10~kinetic_armhf.deb
12:12:19 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:12:19 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:12:19 Skipping docker-ce, it is already installed and upgrade is not set.
12:12:19 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:12:19 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:12:19 The following additional packages will be installed:
12:12:19   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:12:19   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12
12:12:19 Suggested packages:
12:12:19   firewalld kmod
12:12:19 Recommended packages:
12:12:19   nftables
12:12:19 The following NEW packages will be installed:
12:12:19   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:12:19   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12
12:12:19 0 upgraded, 9 newly installed, 0 to remove and 58 not upgraded.
12:12:19 Need to get 21.0 MB of archives.
12:12:19 After this operation, 99.6 MB of additional disk space will be used.
12:12:19 Get:1 https://download.docker.com/linux/raspbian bookworm/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
12:12:19 Get:2 http://archive.raspbian.org/raspbian bookworm/main armhf dbus-user-session armhf 1.14.4-1 [112 kB]
12:12:20 Reading package lists...
12:12:20 Get:3 http://archive.raspbian.org/raspbian bookworm/main armhf libip6tc2 armhf 1.8.9-2 [17.4 kB]
12:12:20 Get:4 http://archive.raspbian.org/raspbian bookworm/main armhf libxtables12 armhf 1.8.9-2 [27.9 kB]
12:12:20 Get:5 http://archive.raspbian.org/raspbian bookworm/main armhf libmnl0 armhf 1.0.4-3 [11.0 kB]
12:12:20 Get:6 http://archive.raspbian.org/raspbian bookworm/main armhf libnfnetlink0 armhf 1.0.2-2 [13.5 kB]
12:12:20 Get:7 http://archive.raspbian.org/raspbian bookworm/main armhf libnetfilter-conntrack3 armhf 1.0.9-3 [32.5 kB]
12:12:20 Get:8 http://archive.raspbian.org/raspbian bookworm/main armhf libnftnl11 armhf 1.2.4-2 [45.3 kB]
12:12:20 Building dependency tree...
12:12:20 Reading state information...
12:12:20 Correcting dependencies... Done
12:12:20 Get:9 http://archive.raspbian.org/raspbian bookworm/main armhf iptables armhf 1.8.9-2 [315 kB]
12:12:20 Skipping docker-compose-plugin, it is already installed and upgrade is not set.
12:12:20 Skipping docker-ce-rootless-extras, it is already installed and upgrade is not set.
12:12:20 Skipping docker-buildx-plugin, it is already installed and upgrade is not set.
12:12:20 Skipping docker-ce, it is already installed and upgrade is not set.
12:12:20 Skipping docker-ce-cli, it is already installed and upgrade is not set.
12:12:20 The following additional packages will be installed:
12:12:20   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:12:20   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:12:20 Suggested packages:
12:12:20   firewalld kmod nftables
12:12:20 debconf: delaying package configuration, since apt-utils is not installed
12:12:20 Fetched 21.0 MB in 1s (21.8 MB/s)
12:12:20 Selecting previously unselected package containerd.io.
12:12:20 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15042 files and directories currently installed.)
12:12:20 Preparing to unpack .../0-containerd.io_1.6.16-1_armhf.deb ...
12:12:20 Unpacking containerd.io (1.6.16-1) ...
12:12:20 The following NEW packages will be installed:
12:12:20   containerd.io dbus-user-session iptables libip6tc2 libmnl0
12:12:20   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libxtables12 netbase
12:12:21 0 upgraded, 10 newly installed, 0 to remove and 4 not upgraded.
12:12:21 Need to get 21.0 MB of archives.
12:12:21 After this operation, 92.9 MB of additional disk space will be used.
12:12:21 Get:1 http://ports.ubuntu.com/ubuntu-ports kinetic-updates/main armhf dbus-user-session armhf 1.14.0-2ubuntu3 [10.1 kB]
12:12:21 Get:2 https://download.docker.com/linux/ubuntu kinetic/test armhf containerd.io armhf 1.6.16-1 [20.4 MB]
12:12:21 Get:3 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libmnl0 armhf 1.0.4-3ubuntu1 [11.3 kB]
12:12:21 Get:4 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libxtables12 armhf 1.8.7-1ubuntu6 [27.9 kB]
12:12:21 Get:5 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf netbase all 6.3 [12.9 kB]
12:12:21 Get:6 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libip6tc2 armhf 1.8.7-1ubuntu6 [17.8 kB]
12:12:21 Get:7 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnfnetlink0 armhf 1.0.2-2 [13.7 kB]
12:12:21 Get:8 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnetfilter-conntrack3 armhf 1.0.9-2 [37.1 kB]
12:12:21 Get:9 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf libnftnl11 armhf 1.2.3-1 [50.9 kB]
12:12:21 Get:10 http://ports.ubuntu.com/ubuntu-ports kinetic/main armhf iptables armhf 1.8.7-1ubuntu6 [411 kB]
12:12:21 debconf: delaying package configuration, since apt-utils is not installed
12:12:21 Fetched 21.0 MB in 1s (20.3 MB/s)
12:12:21 Selecting previously unselected package dbus-user-session.
12:12: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 ... 9546 files and directories currently installed.)
12:12:21 Preparing to unpack .../0-dbus-user-session_1.14.0-2ubuntu3_armhf.deb ...
12:12:21 Unpacking dbus-user-session (1.14.0-2ubuntu3) ...
12:12:21 Selecting previously unselected package libmnl0:armhf.
12:12:21 Preparing to unpack .../1-libmnl0_1.0.4-3ubuntu1_armhf.deb ...
12:12:21 Unpacking libmnl0:armhf (1.0.4-3ubuntu1) ...
12:12:21 Selecting previously unselected package libxtables12:armhf.
12:12:21 Preparing to unpack .../2-libxtables12_1.8.7-1ubuntu6_armhf.deb ...
12:12:22 Unpacking libxtables12:armhf (1.8.7-1ubuntu6) ...
12:12:22 Selecting previously unselected package netbase.
12:12:22 Preparing to unpack .../3-netbase_6.3_all.deb ...
12:12:22 Unpacking netbase (6.3) ...
12:12:22 Selecting previously unselected package libip6tc2:armhf.
12:12:22 Preparing to unpack .../4-libip6tc2_1.8.7-1ubuntu6_armhf.deb ...
12:12:22 Unpacking libip6tc2:armhf (1.8.7-1ubuntu6) ...
12:12:22 Selecting previously unselected package libnfnetlink0:armhf.
12:12:22 Preparing to unpack .../5-libnfnetlink0_1.0.2-2_armhf.deb ...
12:12:22 Unpacking libnfnetlink0:armhf (1.0.2-2) ...
12:12:22 Selecting previously unselected package libnetfilter-conntrack3:armhf.
12:12:22 Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-2_armhf.deb ...
12:12:22 Unpacking libnetfilter-conntrack3:armhf (1.0.9-2) ...
12:12:22 Selecting previously unselected package libnftnl11:armhf.
12:12:22 Preparing to unpack .../7-libnftnl11_1.2.3-1_armhf.deb ...
12:12:22 Unpacking libnftnl11:armhf (1.2.3-1) ...
12:12:22 Selecting previously unselected package iptables.
12:12:22 Preparing to unpack .../8-iptables_1.8.7-1ubuntu6_armhf.deb ...
12:12:22 Unpacking iptables (1.8.7-1ubuntu6) ...
12:12:22 Selecting previously unselected package containerd.io.
12:12:22 Preparing to unpack .../9-containerd.io_1.6.16-1_armhf.deb ...
12:12:22 Unpacking containerd.io (1.6.16-1) ...
12:12:22 Selecting previously unselected package dbus-user-session.
12:12:22 Preparing to unpack .../1-dbus-user-session_1.14.4-1_armhf.deb ...
12:12:22 Unpacking dbus-user-session (1.14.4-1) ...
12:12:22 Selecting previously unselected package libip6tc2:armhf.
12:12:22 Preparing to unpack .../2-libip6tc2_1.8.9-2_armhf.deb ...
12:12:22 Unpacking libip6tc2:armhf (1.8.9-2) ...
12:12:22 Selecting previously unselected package libxtables12:armhf.
12:12:22 Preparing to unpack .../3-libxtables12_1.8.9-2_armhf.deb ...
12:12:22 Unpacking libxtables12:armhf (1.8.9-2) ...
12:12:22 Selecting previously unselected package libmnl0:armhf.
12:12:22 Preparing to unpack .../4-libmnl0_1.0.4-3_armhf.deb ...
12:12:22 Unpacking libmnl0:armhf (1.0.4-3) ...
12:12:22 Selecting previously unselected package libnfnetlink0:armhf.
12:12:22 Preparing to unpack .../5-libnfnetlink0_1.0.2-2_armhf.deb ...
12:12:22 Unpacking libnfnetlink0:armhf (1.0.2-2) ...
12:12:22 Selecting previously unselected package libnetfilter-conntrack3:armhf.
12:12:22 Preparing to unpack .../6-libnetfilter-conntrack3_1.0.9-3_armhf.deb ...
12:12:22 Unpacking libnetfilter-conntrack3:armhf (1.0.9-3) ...
12:12:22 Selecting previously unselected package libnftnl11:armhf.
12:12:22 Preparing to unpack .../7-libnftnl11_1.2.4-2_armhf.deb ...
12:12:22 Unpacking libnftnl11:armhf (1.2.4-2) ...
12:12:22 Selecting previously unselected package iptables.
12:12:22 Preparing to unpack .../8-iptables_1.8.9-2_armhf.deb ...
12:12:22 Unpacking iptables (1.8.9-2) ...
12:12:22 Setting up libip6tc2:armhf (1.8.9-2) ...
12:12:22 Setting up dbus-user-session (1.14.4-1) ...
12:12:22 Setting up libmnl0:armhf (1.0.4-3) ...
12:12:22 Setting up containerd.io (1.6.16-1) ...
12:12:23 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:12:23 Setting up libxtables12:armhf (1.8.9-2) ...
12:12:23 Setting up libnfnetlink0:armhf (1.0.2-2) ...
12:12:23 Setting up libnftnl11:armhf (1.2.4-2) ...
12:12:23 Setting up libnetfilter-conntrack3:armhf (1.0.9-3) ...
12:12:23 Setting up iptables (1.8.9-2) ...
12:12:23 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:12:23 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:12:23 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:12:23 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:12:23 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:12:23 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:12:23 Processing triggers for libc-bin (2.36-6+rpi1) ...
12:12:23 + verify_binaries
12:12:23 + docker --version
12:12:23 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:12:23 ++ uname -m
12:12:23 + '[' armv8l = x86_64 ']'
12:12:23 + docker buildx version
12:12:23 github.com/docker/buildx v0.10.2 00ed17d
12:12:23 + docker compose version
12:12:23 Docker Compose version v2.15.1
12:12:23 + dockerd --version
12:12:23 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:12:23 + docker-proxy --version
12:12:23 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:12:23 + containerd --version
12:12:23 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:23 + ctr --version
12:12:23 ctr containerd.io 1.6.16
12:12:23 + containerd-shim --help
12:12:23 Usage of containerd-shim:
12:12:23   -address string
12:12:23     	grpc address back to main containerd
12:12:23   -containerd-binary containerd publish
12:12:23     	path to containerd binary (used for containerd publish) (default "containerd")
12:12:23   -criu string
12:12:23     	path to criu binary
12:12:23   -debug
12:12:23     	enable debug output in logs
12:12:23   -namespace string
12:12:23     	namespace that owns the shim
12:12:23   -runtime-root string
12:12:23     	root directory for the runtime (default "/run/containerd/runc")
12:12:23   -socket string
12:12:23     	socket path to serve
12:12:23   -systemd-cgroup
12:12:23     	set runtime to use systemd-cgroup
12:12:23   -workdir string
12:12:23     	path used to storge large temporary data
12:12:23 + containerd-shim-runc-v1 -v
12:12:23 containerd-shim-runc-v1:
12:12:23   Version:  1.6.16
12:12:23   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:23   Go version: go1.18.10
12:12:23 
12:12:23 + containerd-shim-runc-v2 -v
12:12:23 containerd-shim-runc-v2:
12:12:23   Version:  1.6.16
12:12:23   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:23   Go version: go1.18.10
12:12:23 
12:12:23 + runc --version
12:12:23 runc version 1.1.4
12:12:23 commit: v1.1.4-0-g5fd4c4d
12:12:23 spec: 1.0.2-dev
12:12:23 go: go1.18.10
12:12:23 libseccomp: 2.5.4
12:12:24 Setting up libip6tc2:armhf (1.8.7-1ubuntu6) ...
12:12:24 Setting up dbus-user-session (1.14.0-2ubuntu3) ...
12:12:24 Setting up libmnl0:armhf (1.0.4-3ubuntu1) ...
12:12:24 Setting up containerd.io (1.6.16-1) ...
12:12:24 Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
12:12:24 Setting up libxtables12:armhf (1.8.7-1ubuntu6) ...
12:12:24 Setting up libnfnetlink0:armhf (1.0.2-2) ...
12:12:24 Setting up netbase (6.3) ...
12:12:24 Setting up libnftnl11:armhf (1.2.3-1) ...
12:12:24 Setting up libnetfilter-conntrack3:armhf (1.0.9-2) ...
12:12:24 Setting up iptables (1.8.7-1ubuntu6) ...
12:12:24 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
12:12:24 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:12:24 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
12:12:24 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
12:12:24 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
12:12:24 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
12:12:24 Processing triggers for libc-bin (2.36-0ubuntu4) ...
12:12:24 + verify_binaries
12:12:24 + docker --version
12:12:24 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:12:24 ++ uname -m
12:12:24 + '[' armv8l = x86_64 ']'
12:12:24 + docker buildx version
12:12:24 github.com/docker/buildx v0.10.2 00ed17d
12:12:24 + docker compose version
12:12:24 Docker Compose version v2.15.1
12:12:24 + dockerd --version
12:12:24 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:12:24 + docker-proxy --version
12:12:24 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:12:24 + containerd --version
12:12:24 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:24 + ctr --version
12:12:24 ctr containerd.io 1.6.16
12:12:24 + containerd-shim --help
12:12:24 Usage of containerd-shim:
12:12:24   -address string
12:12:24     	grpc address back to main containerd
12:12:24   -containerd-binary containerd publish
12:12:24     	path to containerd binary (used for containerd publish) (default "containerd")
12:12:24   -criu string
12:12:24     	path to criu binary
12:12:24   -debug
12:12:24     	enable debug output in logs
12:12:24   -namespace string
12:12:24     	namespace that owns the shim
12:12:24   -runtime-root string
12:12:24     	root directory for the runtime (default "/run/containerd/runc")
12:12:24   -socket string
12:12:24     	socket path to serve
12:12:24   -systemd-cgroup
12:12:24     	set runtime to use systemd-cgroup
12:12:24   -workdir string
12:12:24     	path used to storge large temporary data
12:12:24 + containerd-shim-runc-v1 -v
12:12:24 containerd-shim-runc-v1:
12:12:24   Version:  1.6.16
12:12:24   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:24   Go version: go1.18.10
12:12:24 
12:12:24 + containerd-shim-runc-v2 -v
12:12:24 containerd-shim-runc-v2:
12:12:24   Version:  1.6.16
12:12:24   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:12:24   Go version: go1.18.10
12:12:24 
12:12:24 + runc --version
12:12:24 runc version 1.1.4
12:12:24 commit: v1.1.4-0-g5fd4c4d
12:12:24 spec: 1.0.2-dev
12:12:24 go: go1.18.10
12:12:24 libseccomp: 2.5.4
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[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] }
12:12:29 Metadata Cache Created
12:12:29 + echo '[DEBUG] Installing engine rpms'
12:12:29 [DEBUG] Installing engine rpms
12:12:29 ++ find rpm/rpmbuild/centos-7/RPMS/ -type f -name '*.rpm'
12:12:29 ++ sed /src/d
12:12:29 + packages='rpm/rpmbuild/centos-7/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el7.x86_64.rpm
12:12:29 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm
12:12:29 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el7.x86_64.rpm
12:12:29 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm
12:12:29 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.15.1-0.el7.x86_64.rpm
12:12:29 rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm'
12:12:29 + set -x
12:12:29 ++ source /etc/os-release
12:12:29 +++ NAME='CentOS Linux'
12:12:29 +++ VERSION='7 (Core)'
12:12:29 +++ ID=centos
12:12:29 +++ ID_LIKE='rhel fedora'
12:12:29 +++ VERSION_ID=7
12:12:29 +++ PRETTY_NAME='CentOS Linux 7 (Core)'
12:12:29 +++ ANSI_COLOR='0;31'
12:12:29 +++ CPE_NAME=cpe:/o:centos:centos:7
12:12:29 +++ HOME_URL=https://www.centos.org/
12:12:29 +++ BUG_REPORT_URL=https://bugs.centos.org/
12:12:29 +++ CENTOS_MANTISBT_PROJECT=CentOS-7
12:12:29 +++ CENTOS_MANTISBT_PROJECT_VERSION=7
12:12:29 +++ REDHAT_SUPPORT_PRODUCT=centos
12:12:29 +++ REDHAT_SUPPORT_PRODUCT_VERSION=7
12:12:29 ++ echo 7
12:12:29 + product_version=7
12:12:29 + '[' 7 = rawhide ']'
12:12:29 + yum install -y rpm/rpmbuild/centos-7/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.15.1-0.el7.x86_64.rpm rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm
12:12:29 Loaded plugins: fastestmirror, ovl
12:12:29 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
12:12:29 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-scan-plugin-0.23.0-0.el7.x86_64.rpm to be installed
12:12:29 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm to be installed
12:12:29 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el7.x86_64.rpm: docker-buildx-plugin-0.10.2-0.el7.x86_64
12:12:29 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-buildx-plugin-0.10.2-0.el7.x86_64.rpm to be installed
12:12:29 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm to be installed
12:12:29 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.15.1-0.el7.x86_64.rpm: docker-compose-plugin-2.15.1-0.el7.x86_64
12:12:29 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-compose-plugin-2.15.1-0.el7.x86_64.rpm to be installed
12:12:29 Examining rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm: 1:docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29 Marking rpm/rpmbuild/centos-7/RPMS/x86_64/docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64.rpm to be installed
12:12:29 Resolving Dependencies
12:12:29 --> Running transaction check
12:12:29 ---> Package docker-buildx-plugin.x86_64 0:0.10.2-0.el7 will be installed
12:12:29 ---> Package docker-ce.x86_64 3:0.0.0~20230206193855.ab4ef4a-0.el7 will be installed
12:12:29 --> Processing Dependency: container-selinux >= 2:2.74 for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29 Loading mirror speeds from cached hostfile
12:12:29  * base: download.cf.centos.org
12:12:29  * extras: download.cf.centos.org
12:12:29  * updates: download.cf.centos.org
12:12:29 --> Processing Dependency: containerd.io >= 1.6.4 for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29 --> Processing Dependency: libseccomp >= 2.3 for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29 --> Processing Dependency: iptables for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29 --> Processing Dependency: libcgroup for package: 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29 ---> Package docker-ce-cli.x86_64 1:0.0.0~20230206193855.ab4ef4a-0.el7 will be installed
12:12:29 ---> Package docker-ce-rootless-extras.x86_64 0:0.0.0~20230206193855.ab4ef4a-0.el7 will be installed
12:12:29 --> Processing Dependency: fuse-overlayfs >= 0.7 for package: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29 --> Processing Dependency: slirp4netns >= 0.4 for package: docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29 ---> Package docker-compose-plugin.x86_64 0:2.15.1-0.el7 will be installed
12:12:29 ---> Package docker-scan-plugin.x86_64 0:0.23.0-0.el7 will be installed
12:12:29 --> Running transaction check
12:12:29 ---> Package container-selinux.noarch 2:2.119.2-1.911c772.el7_8 will be installed
12:12:29 --> Processing Dependency: selinux-policy-targeted >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
12:12:29 --> Processing Dependency: selinux-policy-base >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
12:12:29 --> Processing Dependency: selinux-policy >= 3.13.1-216.el7 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
12:12:29 --> Processing Dependency: policycoreutils >= 2.5-11 for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
12:12:29 --> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
12:12:29 --> Processing Dependency: libselinux-utils for package: 2:container-selinux-2.119.2-1.911c772.el7_8.noarch
12:12:29 ---> Package containerd.io.x86_64 0:1.6.16-3.1.el7 will be installed
12:12:29 ---> Package fuse-overlayfs.x86_64 0:0.7.2-6.el7_8 will be installed
12:12:29 --> Processing Dependency: libfuse3.so.3(FUSE_3.2)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
12:12:29 --> Processing Dependency: libfuse3.so.3(FUSE_3.0)(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
12:12:29 --> Processing Dependency: libfuse3.so.3()(64bit) for package: fuse-overlayfs-0.7.2-6.el7_8.x86_64
12:12:29 ---> Package iptables.x86_64 0:1.4.21-35.el7 will be installed
12:12:29 --> Processing Dependency: libnfnetlink.so.0()(64bit) for package: iptables-1.4.21-35.el7.x86_64
12:12:29 --> Processing Dependency: libnetfilter_conntrack.so.3()(64bit) for package: iptables-1.4.21-35.el7.x86_64
12:12:29 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
12:12:29 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
12:12:29 ---> Package slirp4netns.x86_64 0:0.4.3-4.el7_8 will be installed
12:12:29 --> Running transaction check
12:12:29 ---> Package fuse3-libs.x86_64 0:3.6.1-4.el7 will be installed
12:12:29 ---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be installed
12:12:29 --> Processing Dependency: libmnl.so.0(LIBMNL_1.1)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
12:12:29 --> Processing Dependency: libmnl.so.0(LIBMNL_1.0)(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
12:12:29 --> Processing Dependency: libmnl.so.0()(64bit) for package: libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
12:12:29 ---> Package libnfnetlink.x86_64 0:1.0.1-4.el7 will be installed
12:12:29 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
12:12:29 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
12:12:29 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
12:12:29 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
12:12:29 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
12:12:29 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
12:12:29 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
12:12:29 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
12:12:29 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:12:29 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:12:29 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:12:29 --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-34.el7.x86_64
12:12:29 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:12:29 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
12:12:29 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
12:12:29 ---> Package selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2 will be installed
12:12:29 --> Running transaction check
12:12:29 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
12:12:29 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
12:12:29 ---> Package libmnl.x86_64 0:1.0.3-7.el7 will be installed
12:12:29 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
12:12:29 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
12:12:29 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
12:12:29 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
12:12:29 --> Finished Dependency Resolution
12:12:29 
12:12:29 Dependencies Resolved
12:12:29 
12:12:29 ================================================================================
12:12:29  Package                 Arch   Version                    Repository      Size
12:12:29 ================================================================================
12:12:29 Installing:
12:12:29  docker-buildx-plugin    x86_64 0.10.2-0.el7               /docker-buildx-plugin-0.10.2-0.el7.x86_64
12:12:29                                                                            53 M
12:12:29  docker-ce               x86_64 3:0.0.0~20230206193855.ab4ef4a-0.el7
12:12:29                                                            /docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29                                                                            94 M
12:12:29  docker-ce-cli           x86_64 1:0.0.0~20230206193855.ab4ef4a-0.el7
12:12:29                                                            /docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29                                                                            34 M
12:12:29  docker-ce-rootless-extras
12:12:29                          x86_64 0.0.0~20230206193855.ab4ef4a-0.el7
12:12:29                                                            /docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64
12:12:29                                                                            19 M
12:12:29  docker-compose-plugin   x86_64 2.15.1-0.el7               /docker-compose-plugin-2.15.1-0.el7.x86_64
12:12:29                                                                            43 M
12:12:29  docker-scan-plugin      x86_64 0.23.0-0.el7               /docker-scan-plugin-0.23.0-0.el7.x86_64
12:12:29                                                                            12 M
12:12:29 Installing for dependencies:
12:12:29  audit-libs-python       x86_64 2.8.5-4.el7                base            76 k
12:12:29  checkpolicy             x86_64 2.5-8.el7                  base           295 k
12:12:29  container-selinux       noarch 2:2.119.2-1.911c772.el7_8  extras          40 k
12:12:29  containerd.io           x86_64 1.6.16-3.1.el7             docker-ce-test  33 M
12:12:29  fuse-overlayfs          x86_64 0.7.2-6.el7_8              extras          54 k
12:12:29  fuse3-libs              x86_64 3.6.1-4.el7                extras          82 k
12:12:29  iptables                x86_64 1.4.21-35.el7              base           432 k
12:12:29  libcgroup               x86_64 0.41-21.el7                base            66 k
12:12:29  libmnl                  x86_64 1.0.3-7.el7                base            23 k
12:12:29  libnetfilter_conntrack  x86_64 1.0.6-1.el7_3              base            55 k
12:12:29  libnfnetlink            x86_64 1.0.1-4.el7                base            26 k
12:12:29  libseccomp              x86_64 2.3.1-4.el7                base            56 k
12:12:29  libselinux-python       x86_64 2.5-15.el7                 base           236 k
12:12:29  libselinux-utils        x86_64 2.5-15.el7                 base           151 k
12:12:29  libsemanage-python      x86_64 2.5-14.el7                 base           113 k
12:12:29  policycoreutils         x86_64 2.5-34.el7                 base           917 k
12:12:29  policycoreutils-python  x86_64 2.5-34.el7                 base           457 k
12:12:29  python-IPy              noarch 0.75-6.el7                 base            32 k
12:12:29  selinux-policy          noarch 3.13.1-268.el7_9.2         updates        498 k
12:12:29  selinux-policy-targeted noarch 3.13.1-268.el7_9.2         updates        7.0 M
12:12:29  setools-libs            x86_64 3.3.8-4.el7                base           620 k
12:12:29  slirp4netns             x86_64 0.4.3-4.el7_8              extras          81 k
12:12:29 
12:12:29 Transaction Summary
12:12:29 ================================================================================
12:12:29 Install  6 Packages (+22 Dependent packages)
12:12:29 
12:12:29 Total size: 300 M
12:12:29 Total download size: 44 M
12:12:29 Installed size: 401 M
12:12:29 Downloading packages:
12:12:32 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
12:12:32 Public key for checkpolicy-2.5-8.el7.x86_64.rpm is not installed
12:12:34 Public key for container-selinux-2.119.2-1.911c772.el7_8.noarch.rpm is not installed
12:12:34 warning: /var/cache/yum/x86_64/7/docker-ce-test/packages/containerd.io-1.6.16-3.1.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 621e9f35: NOKEY
12:12:34 Public key for containerd.io-1.6.16-3.1.el7.x86_64.rpm is not installed
12:12:52 Public key for selinux-policy-3.13.1-268.el7_9.2.noarch.rpm is not installed
12:12:52 --------------------------------------------------------------------------------
12:12:52 Total                                              1.6 MB/s |  44 MB  00:27     
12:12:52 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
12:12:52 Importing GPG key 0xF4A80EB5:
12:12:52  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
12:12:52  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
12:12:52  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
12:12:52  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
12:12:52 Retrieving key from https://download.docker.com/linux/centos/gpg
12:13:01 Importing GPG key 0x621E9F35:
12:13:01  Userid     : "Docker Release (CE rpm) <docker@docker.com>"
12:13:01  Fingerprint: 060a 61c5 1b55 8a7f 742b 77aa c52f eb6b 621e 9f35
12:13:01  From       : https://download.docker.com/linux/centos/gpg
12:13:01 Running transaction check
12:13:01 Running transaction test
12:13:01 Transaction test succeeded
12:13:01 Running transaction
12:13:01   Installing : libseccomp-2.3.1-4.el7.x86_64                               1/28 
12:13:01   Installing : libcgroup-0.41-21.el7.x86_64                                2/28 
12:13:02   Installing : libnfnetlink-1.0.1-4.el7.x86_64                             3/28 
12:13:02   Installing : libselinux-utils-2.5-15.el7.x86_64                          4/28 
12:13:02   Installing : policycoreutils-2.5-34.el7.x86_64                           5/28 
12:13:04   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                    6/28 
12:13:04   Installing : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           7/28 
12:13:06   Installing : slirp4netns-0.4.3-4.el7_8.x86_64                            8/28 
12:13:06   Installing : docker-compose-plugin-2.15.1-0.el7.x86_64                   9/28 
12:13:06   Installing : audit-libs-python-2.8.5-4.el7.x86_64                       10/28 
12:13:06   Installing : libselinux-python-2.5-15.el7.x86_64                        11/28 
12:13:06   Installing : libsemanage-python-2.5-14.el7.x86_64                       12/28 
12:13:07   Installing : fuse3-libs-3.6.1-4.el7.x86_64                              13/28 
12:13:07   Installing : fuse-overlayfs-0.7.2-6.el7_8.x86_64                        14/28 
12:13:08   Installing : setools-libs-3.3.8-4.el7.x86_64                            15/28 
12:13:08   Installing : python-IPy-0.75-6.el7.noarch                               16/28 
12:13:08   Installing : checkpolicy-2.5-8.el7.x86_64                               17/28 
12:13:08   Installing : policycoreutils-python-2.5-34.el7.x86_64                   18/28 
12:13:16   Installing : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch         19/28 
12:13:16 setsebool:  SELinux is disabled.
12:13:20   Installing : containerd.io-1.6.16-3.1.el7.x86_64                        20/28 
12:13:23   Installing : docker-scan-plugin-0.23.0-0.el7.x86_64                     21/28 
12:13:24   Installing : docker-buildx-plugin-0.10.2-0.el7.x86_64                   22/28 
12:13:24   Installing : 1:docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_6   23/28 
12:13:25   Installing : libmnl-1.0.3-7.el7.x86_64                                  24/28 
12:13:26   Installing : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64                25/28 
12:13:27   Installing : iptables-1.4.21-35.el7.x86_64                              26/28 
12:13:30   Installing : docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0   27/28 
12:13:31   Installing : 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64      28/28 
12:13:31   Verifying  : libmnl-1.0.3-7.el7.x86_64                                   1/28 
12:13:31   Verifying  : fuse-overlayfs-0.7.2-6.el7_8.x86_64                         2/28 
12:13:31   Verifying  : 2:container-selinux-2.119.2-1.911c772.el7_8.noarch          3/28 
12:13:31   Verifying  : docker-buildx-plugin-0.10.2-0.el7.x86_64                    4/28 
12:13:32   Verifying  : docker-scan-plugin-0.23.0-0.el7.x86_64                      5/28 
12:13:32   Verifying  : 3:docker-ce-0.0.0~20230206193855.ab4ef4a-0.el7.x86_64       6/28 
12:13:32   Verifying  : selinux-policy-targeted-3.13.1-268.el7_9.2.noarch           7/28 
12:13:32   Verifying  : checkpolicy-2.5-8.el7.x86_64                                8/28 
12:13:32   Verifying  : python-IPy-0.75-6.el7.noarch                                9/28 
12:13:32   Verifying  : policycoreutils-2.5-34.el7.x86_64                          10/28 
12:13:32   Verifying  : 1:docker-ce-cli-0.0.0~20230206193855.ab4ef4a-0.el7.x86_6   11/28 
12:13:32   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              12/28 
12:13:32   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         13/28 
12:13:32   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                   14/28 
12:13:32   Verifying  : containerd.io-1.6.16-3.1.el7.x86_64                        15/28 
12:13:32   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            16/28 
12:13:32   Verifying  : fuse3-libs-3.6.1-4.el7.x86_64                              17/28 
12:13:32   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       18/28 
12:13:32   Verifying  : slirp4netns-0.4.3-4.el7_8.x86_64                           19/28 
12:13:32   Verifying  : libselinux-python-2.5-15.el7.x86_64                        20/28 
12:13:32   Verifying  : docker-ce-rootless-extras-0.0.0~20230206193855.ab4ef4a-0   21/28 
12:13:32   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   22/28 
12:13:32   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       23/28 
12:13:32   Verifying  : iptables-1.4.21-35.el7.x86_64                              24/28 
12:13:32   Verifying  : libnfnetlink-1.0.1-4.el7.x86_64                            25/28 
12:13:32   Verifying  : docker-compose-plugin-2.15.1-0.el7.x86_64                  26/28 
12:13:32   Verifying  : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64                27/28 
12:13:32   Verifying  : libcgroup-0.41-21.el7.x86_64                               28/28 
12:13:32 
12:13:32 Installed:
12:13:32   docker-buildx-plugin.x86_64 0:0.10.2-0.el7                                    
12:13:32   docker-ce.x86_64 3:0.0.0~20230206193855.ab4ef4a-0.el7                         
12:13:32   docker-ce-cli.x86_64 1:0.0.0~20230206193855.ab4ef4a-0.el7                     
12:13:32   docker-ce-rootless-extras.x86_64 0:0.0.0~20230206193855.ab4ef4a-0.el7         
12:13:32   docker-compose-plugin.x86_64 0:2.15.1-0.el7                                   
12:13:32   docker-scan-plugin.x86_64 0:0.23.0-0.el7                                      
12:13:32 
12:13:32 Dependency Installed:
12:13:32   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
12:13:32   checkpolicy.x86_64 0:2.5-8.el7                                                
12:13:32   container-selinux.noarch 2:2.119.2-1.911c772.el7_8                            
12:13:32   containerd.io.x86_64 0:1.6.16-3.1.el7                                         
12:13:32   fuse-overlayfs.x86_64 0:0.7.2-6.el7_8                                         
12:13:32   fuse3-libs.x86_64 0:3.6.1-4.el7                                               
12:13:32   iptables.x86_64 0:1.4.21-35.el7                                               
12:13:32   libcgroup.x86_64 0:0.41-21.el7                                                
12:13:32   libmnl.x86_64 0:1.0.3-7.el7                                                   
12:13:32   libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3                                 
12:13:32   libnfnetlink.x86_64 0:1.0.1-4.el7                                             
12:13:32   libseccomp.x86_64 0:2.3.1-4.el7                                               
12:13:32   libselinux-python.x86_64 0:2.5-15.el7                                         
12:13:32   libselinux-utils.x86_64 0:2.5-15.el7                                          
12:13:32   libsemanage-python.x86_64 0:2.5-14.el7                                        
12:13:32   policycoreutils.x86_64 0:2.5-34.el7                                           
12:13:32   policycoreutils-python.x86_64 0:2.5-34.el7                                    
12:13:32   python-IPy.noarch 0:0.75-6.el7                                                
12:13:32   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
12:13:32   selinux-policy-targeted.noarch 0:3.13.1-268.el7_9.2                           
12:13:32   setools-libs.x86_64 0:3.3.8-4.el7                                             
12:13:32   slirp4netns.x86_64 0:0.4.3-4.el7_8                                            
12:13:32 
12:13:32 Complete!
12:13:32 + verify_binaries
12:13:32 + docker --version
12:13:32 Docker version 0.0.0-20230206193855-ab4ef4a, build ab4ef4a
12:13:32 ++ uname -m
12:13:32 + '[' x86_64 = x86_64 ']'
12:13:32 + docker scan --help
12:13:32 
12:13:32 Usage:  docker scan [OPTIONS] IMAGE
12:13:32 
12:13:32 A tool to scan your images
12:13:32 
12:13:32 Options:
12:13:32       --accept-license    Accept using a third party scanning provider
12:13:32       --dependency-tree   Show dependency tree with scan results
12:13:32       --exclude-base      Exclude base image from vulnerability scanning
12:13:32                           (requires --file)
12:13:32   -f, --file string       Dockerfile associated with image, provides more
12:13:32                           detailed results
12:13:32       --group-issues      Aggregate duplicated vulnerabilities and group
12:13:32                           them to a single one (requires --json)
12:13:32       --json              Output results in JSON format
12:13:32       --login             Authenticate to the scan provider using an
12:13:32                           optional token (with --token), or web base
12:13:32                           token if empty
12:13:32       --reject-license    Reject using a third party scanning provider
12:13:32       --severity string   Only report vulnerabilities of provided level
12:13:32                           or higher (low|medium|high)
12:13:32       --token string      Authentication token to login to the third
12:13:32                           party scanning provider
12:13:32       --version           Display version of the scan plugin
12:13:32 + docker buildx version
12:13:32 github.com/docker/buildx v0.10.2 00ed17d
12:13:32 + docker compose version
12:13:32 Docker Compose version v2.15.1
12:13:32 + dockerd --version
12:13:32 Docker version 0.0.0-20230206193855-ab4ef4a, build a25ab92
12:13:32 + docker-proxy --version
12:13:32 docker-proxy (commit a25ab92) version 0.0.0-20230206193855-ab4ef4a
12:13:32 + containerd --version
12:13:32 containerd containerd.io 1.6.16 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:13:32 + ctr --version
12:13:32 ctr containerd.io 1.6.16
12:13:32 + containerd-shim --help
12:13:32 Usage of containerd-shim:
12:13:32   -address string
12:13:32     	grpc address back to main containerd
12:13:32   -containerd-binary containerd publish
12:13:32     	path to containerd binary (used for containerd publish) (default "containerd")
12:13:32   -criu string
12:13:32     	path to criu binary
12:13:32   -debug
12:13:32     	enable debug output in logs
12:13:32   -namespace string
12:13:32     	namespace that owns the shim
12:13:32   -runtime-root string
12:13:32     	root directory for the runtime (default "/run/containerd/runc")
12:13:32   -socket string
12:13:32     	socket path to serve
12:13:32   -systemd-cgroup
12:13:32     	set runtime to use systemd-cgroup
12:13:32   -workdir string
12:13:32     	path used to storge large temporary data
12:13:32 + containerd-shim-runc-v1 -v
12:13:32 containerd-shim-runc-v1:
12:13:32   Version:  1.6.16
12:13:32   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:13:32   Go version: go1.18.10
12:13:32 
12:13:32 + containerd-shim-runc-v2 -v
12:13:32 containerd-shim-runc-v2:
12:13:32   Version:  1.6.16
12:13:32   Revision: 31aa4358a36870b21a992d3ad2bef29e1d693bec
12:13:32   Go version: go1.18.10
12:13:32 
12:13:32 + runc --version
12:13:32 runc version 1.1.4
12:13:32 commit: v1.1.4-0-g5fd4c4d
12:13:32 spec: 1.0.2-dev
12:13:32 go: go1.18.10
12:13:32 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